blogster
blogster copied to clipboard
Icon suggestion > astro-icon
I have been using this icon pack for some time now. It contains Font Awesome, Material, and many others
https://github.com/natemoo-re/astro-icon
https://icones.js.org/
👍
This looks cool. Sure makes it easy instead of having to hand optimise fontawesome for each new icon. How does the sizing work? I think it might not work the same as icon fonts? Eg. inheriting tailwind text-xl
font-size from parent element and auto-scaling the icon size.
For sizing I just use tailwind - super simple. Matt from LearnVue explains it better than I could. https://www.youtube.com/watch?v=a6XI8XAuORM
I've never really done much more to the <Icon ... syntax />
than just to resize them. Sometimes I download the full SVG from https://icones.js.org/ and edit further in Inkscape (thinker stroke, colors, etc.)