You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like in #190 we're adding a prefix to all icons. I'd like to remove that in my project for less overhead of having to remember to prefix it every time we're using an icon. I want the name of the component to be the name of the SVG and if we're using an invalid name, it's on us to change the name of the SVG. How can I do that?
The text was updated successfully, but these errors were encountered:
Hello @mattfelten, the name of the component only have an impact for debug. Since it is the default export, you can import it with the name of your choice. That's why there is no option to control it.
hi @gregberge, this is really old issue but i have problem with Svg prefix. Sonar (static code analyzer) see as code smell problem. I can fix with change svg file but this not very convenient fix.
Looks like in #190 we're adding a prefix to all icons. I'd like to remove that in my project for less overhead of having to remember to prefix it every time we're using an icon. I want the name of the component to be the name of the SVG and if we're using an invalid name, it's on us to change the name of the SVG. How can I do that?
The text was updated successfully, but these errors were encountered: