
A library of SVG Svelte components for Tabler Icons.
The tabler-icons-svelte package, which is no longer supported, has been replaced by @tabler/icons-svelte. This library provides a collection of Svelte components for Tabler Icons. Tabler Icons is a set of over 1250 high-quality SVG icons that are free to use in web projects. Each icon is designed on a 24x24 grid with a 2px stroke.
The tabler-icons-svelte package is a collection of Svelte components for Tabler Icons, which are a set of over 1250 free high-quality SVG icons. This package is no longer supported and has been replaced by @tabler/icons-svelte. To use tabler-icons-svelte, you need to add it as a dev dependency and import the components from the package or their Svelte files. The components accept optional props for size, color, strokeWidth, and class. The package is licensed under the MIT License.

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.