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
When creating steeze-ui/icons I took some inspiration from heroicons react to use Upper Camel Case (Pascal Case) for all icons with the rule: if the original icon name starts with a number a underscore is prefixed.
I know searching for a specific icon can be annoying, thats why I had a icon searcher planned here but no time to realize it yet..
The names used by Steeze UI are not consistent with the names of the underlying icon packs.
This is not an issue, but it seems hard to find what the actual names are.
For example, in SimpleIcons, there is an npm logo named
npm
and in Steeze UI this is calledNpm
(note capitalization).Is there a good way to discover these names? Or perhaps a pattern that Steeze UI uses that can be documented?
The text was updated successfully, but these errors were encountered: