tailwindlabs / heroicons

A set of free MIT-licensed high-quality SVG icons for UI development.
https://heroicons.com
MIT License
21.03k stars 1.27k forks source link

Fix React icon types #966

Closed thecrypticace closed 1 year ago

thecrypticace commented 1 year ago

Fixes #937

charkour commented 1 year ago

Is there an easy way to use this type? Thanks! For a workaround, I have this:

type Icon = React.FC<React.ComponentProps<typeof HomeIcon>>
soasada commented 1 year ago

Hi, is there any workaround or should we use the @charkour suggested type?

ceIia commented 1 year ago

continuing this in #981, this is indeed quite annoying.