svelte-icons-pack icon indicating copy to clipboard operation
svelte-icons-pack copied to clipboard

Results 4 svelte-icons-pack issues
Sort by recently updated
recently updated
newest added

Types definition doesn’t seems to exist yet. It would definitely be a big plus for this package

For multiple icons usage, it's better to have named import. So instead of: ```tsx import BsBox from "svelte-icons-pack/bs/BsBox"; import Bs123 from "svelte-icons-pack/bs/Bs123"; import BsActivity from "svelte-icons-pack/bs/BsActivity"; ``` We can import...

Thank you for creating this amazing library! I have a question regarding TypeScript support. When I use the library as specified by the docs... ``` ts import { Icon }...

When I updated my project from svelte-icons-pack from 2.1.0 to 3.1.3, the color of the icons is not being preserved. I was setting the color via CSS fill property like...