ant-design / ant-design-icons

⭐ Ant Design SVG Icons
https://ant.design/components/icon/
MIT License
940 stars 577 forks source link

name prop's typing is too broad #496

Open joeyfigaro opened 2 years ago

joeyfigaro commented 2 years ago

Currently the Icon component's name prop accepts a number, a string (from a union of icon names), and function – attempting to pass (s: SvgProps) => Element is resulting in complaints from the compiler.