qwik-ui
qwik-ui copied to clipboard
do we need an icons folder?
The idea is to collect all the headless and daisy icons in a folder so the components can use them.
:+1:
Sounds like a full package 🤔 .
- should the icons be separated per headless/daisy/material ?
- should the icons be shared, eg
- @qwik-ui/shared
- @qwik-ui/icons/{headless, material, daisy}
I think the icon shall be enough abstracted to give us a change of switching from a set of icons to another one.
i prefer with this one
- @qwik-ui/icons/{headless, material, daisy}
How about using https://icones.js.org/ ?
Wow, cool! that's a lot of icons, and also Qwik is already integrated (even just the Qwik component with svg in it).
But I wonder, with Icones, do we need to download all of the icon sets or just cherry-pick one or two icon sets?