diff --git a/packages/icons-react/src/createReactComponent.ts b/packages/icons-react/src/createReactComponent.ts index 79a10811f..8c479ea4d 100644 --- a/packages/icons-react/src/createReactComponent.ts +++ b/packages/icons-react/src/createReactComponent.ts @@ -8,7 +8,7 @@ const createReactComponent = ( iconNamePascal: string, iconNode: IconNode, ) => { - const Component = forwardRef( + const Component = forwardRef( ( { color = 'currentColor', size = 24, stroke = 2, title, className, children, ...rest }: IconProps, ref,