icons
icons copied to clipboard
Effortless Icon Packs & Components for Svelte, React, Vue and more..
I think the Phosphor icon pack could be updated to v ^2.1 https://github.com/steeze-ui/icons/blob/main/packages/builders/phosphor-icons/package.json#L33. Thanks 🙏🏻
Action
Would be great to have the latest updates of the icon packs, some (especially lucide) are quite outdated at this point. Perhaps even making an Actions job to do this...
As mentioned in #49, a step to publish the packages to NPM should be added. Something which only the maintainer of the NPM packages can do.
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...
Happy to contribute this PR if there's interest: https://github.com/aaronfagan/svg-credit-card-payment-icons
Hey! I'm having trouble importing the icons in my solidjs projects. Steps to reproduce: ```shell yarn create solid # then y to everything yarn add @steeze-ui/heroicons yarn add -D @steeze-ui/solid-icon...