ben
ben
Wow that is a lot longer. I'm new to Svelte so I will have to do some digging to find ways to optimize this package.
I looked at how [svelte-material-ui](https://github.com/ryanspice/svelte-material-ui/blob/master/packages/card/package.json) optimized there library. What they did was create a different package for every type of component. This is harder to do for this library because...
> `import Bell from "tabler-icons-svelte/dist/Bell.svelte";` @georks I don't know why I didn't think of that. I'll update the readme to add that tip.
Should be fixed in [v1.8.0](https://github.com/benflap/tabler-icons-svelte/releases/tag/v1.8.0). Sorry it took my so long to publish the fix.