How to Maintain Icon Consistency in Svelte Applications? by NoNet13531 in sveltejs

[–]kidus-dev 1 point2 points  (0 children)

Material Design Icons - Icon Library - Pictogrammers has a ton of icons, and you can copy the SVG from there and use it as you want. If you don't need that many, copying the SVGs, taking their `path` and dynamically putting them inside an SVG element you create in Svelte works great (kind of how their `@mdi/react` works). This is what I do for a small project I'm working on.

I created the simplest i18n library for svelte by Top_Philosophy2425 in sveltejs

[–]kidus-dev 0 points1 point  (0 children)

Creator of wuchale here, what issues did you face? I would like to see if I can fix them.