flowbite-svelte-icons
Version:
Flowbite icon components for Svelte 5 Runes
79 lines (50 loc) • 2.56 kB
Markdown
class="flex gap-2 my-8">
<a href="https://github.com/sponsors/shinokada" target="_blank"><img src="https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86" alt="sponsor" ></a>
<a href="https://www.npmjs.com/package/flowbite-svelte-icons" rel="nofollow" target="_blank"><img src="https://img.shields.io/npm/v/flowbite-svelte-icons" alt="npm" ></a>
<a href="https://twitter.com/shinokada" rel="nofollow" target="_blank"><img src="https://img.shields.io/badge/created%20by-@shinokada-4BBAAB.svg" alt="Created by Shin Okada" ></a>
<a href="https://opensource.org/licenses/MIT" rel="nofollow" target="_blank"><img src="https://img.shields.io/github/license/themesberg/flowbite-svelte-icons" alt="License" ></a>
<a href="https://www.npmjs.com/package/flowbite-svelte-icons" rel="nofollow" target="_blank"><img src="https://img.shields.io/npm/dw/flowbite-svelte-icons.svg" alt="npm" ></a>
</div>
590+ SVG [Flowbite icons](https://github.com/themesberg/flowbite-icons) components for Svelte 4/5/Runes.
Thank you for considering my open-source package. If you use it in a commercial project, please support me by sponsoring me on GitHub: https://github.com/sponsors/shinokada. Your support helps me maintain and improve this package for the benefit of the community.
Please see the [Flowbite Svelte Icons documentation](https://flowbite-svelte-icons.codewithshin.com/) for more details on using the icons in your Svelte application.
- [Outline Icons](https://flowbite-svelte-icons.codewithshin.com/outline)
- [Solid Icons](https://flowbite-svelte-icons.codewithshin.com/solid)
[ ](https://github.com/themesberg/flowbite-svelte-icons)
[ ](https://github.com/themesberg/flowbite-icons)
- Svelte 4/5
- TailwindCSS
- Svelte 5 or later
- TailwindCSS
```sh
pnpm i -D flowbite-svelte-icons
```
```sh
pnpm i -D flowbite-svelte-icons@v1-latest
```
Add the following to tailwind.config.cjs.
```js
const config = {
content: [
// more lines
'./node_modules/flowbite-svelte-icons/**/*.{html,js,svelte,ts}'
]
// more lines
};
```
- [Svelte-Icon-Sets](https://svelte-svg-icons.codewithshin.com/)
[ ](https://github.com/themesberg/flowbite-svelte-icons/blob/main/LICENSE)
[ ](https://github.com/themesberg/flowbite-icons/blob/main/LICENSE)
<div