diff --git a/src/rules/no-system-props.js b/src/rules/no-system-props.js index 84583e54..1316505d 100644 --- a/src/rules/no-system-props.js +++ b/src/rules/no-system-props.js @@ -18,7 +18,8 @@ const excludedComponentProps = new Map([ ['ProgressBar', new Set(['bg'])], ['Spinner', new Set(['size'])], ['StyledOcticon', new Set(['size'])], - ['PointerBox', new Set(['bg'])] + ['PointerBox', new Set(['bg'])], + ['IconButton', new Set(['size'])] ]) const alwaysExcludedProps = new Set(['variant'])