storybookjs / icons

Library of icons used in apps and marketing sites
MIT License
9 stars 3 forks source link

Remove wrapper + add forwardRef #20

Closed cdedreuille closed 10 months ago

cdedreuille commented 10 months ago

In this PR, I'm removing IconWrapper to make sure that what we return is an actual svg. I also improved the template to include forwardRef

📦 Published PR as canary version: 1.2.0--canary.20.5e5985d.0
:sparkles: Test out this PR locally via: ```bash npm install @storybook/icons@1.2.0--canary.20.5e5985d.0 # or yarn add @storybook/icons@1.2.0--canary.20.5e5985d.0 ```