Icons library suggestion #15859
Unanswered
karchung0930
asked this question in
Q&A
Replies: 1 comment
-
Nowadays I'm always opting for https://github.com/unplugin/unplugin-icons. It does not have the issue of taking ages to precompute components, as they are lazily generated and therefore also only include the icons that are used. And the ecosystem is gigantic as well, my go to icons are the lucide ones. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, based on https://svelte.dev/docs/kit/icons
Isn't this a benefit though? Because we only import the ones that we need. Unless it means slow down the development process as developer need to manually write one import for each icons, but this is actually the same whenever importing other components as long as using Svelte because it doesn't have the auto import feature like Nuxt.
I'm not sure how
can have great performance because it's just like importing a CSS file which includes so many unused rules and imagine if only using multiple of them.
I agree
but we do not know which library did that since they won't explain it. And I really have no idea what library to use after seeing this article.
Can you suggest one?
Do lucide.dev good?
Although I'm not sure if it also have thousands of
.svelte
fileBeta Was this translation helpful? Give feedback.
All reactions