But now in 3.2 i got this error because size, stroke or any other props.
TS2322: Type { size: string; stroke: number; } is not assignable to type IntrinsicAttributes & RefAttributes<Icon>
Property size does not exist on type IntrinsicAttributes & RefAttributes<Icon>
In menu on my app i pass a icon on prop and declare dinamicaly like above
But now in 3.2 i got this error because size, stroke or any other props.
but work on npm run dev, but don`t on start...