radix-ui / icons

A crisp set of 15×15 icons designed by the @workos team.
https://radix-ui.com/icons
MIT License
2.16k stars 108 forks source link

Missing `forwardRef` for icons #70

Closed jjenzz closed 3 years ago

jjenzz commented 3 years ago

Consumers cannot attach refs to any of the icons atm. This is causing errors when trying to use the icons via the as prop in some of the Radix Primitives.

Click the button below to see the error:

https://codesandbox.io/s/hopeful-rain-gkrg7?file=/src/App.tsx