Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/themesberg/flowbite-svelte-icons

Official library for the free and open-source collection of over 430+ SVG icons for Flowbite and Svelte
https://github.com/themesberg/flowbite-svelte-icons

figma flowbite icon icons open-source svelte svelte-icons tailwindcss

Last synced: 2 days ago
JSON representation

Official library for the free and open-source collection of over 430+ SVG icons for Flowbite and Svelte

Awesome Lists containing this project

README

        

# Flowbite Svelte Icons


sponsor
npm
Created by Shin Okada
License
npm

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.

## Docs

Please see the [Flowbite Svelte Icons documentation](https://flowbite-svelte-icons.codewithshin.com/) for more details on using the icons in your Svelte application.

## Icons

- [Outline Icons](https://flowbite-svelte-icons.codewithshin.com/outline)
- [Solid Icons](https://flowbite-svelte-icons.codewithshin.com/solid)

## Repo

[GitHub Repo](https://github.com/themesberg/flowbite-svelte-icons)

## Original source

[themesberg/flowbite-icons](https://github.com/themesberg/flowbite-icons)

## Requirements

### v1
- Svelte 4/5
- TailwindCSS

### v2
- Svelte 5 or later
- TailwindCSS

## Installation

### Svelte 5 or later

```sh
pnpm i -D flowbite-svelte-icons
```

### Svelte 4/5

```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
}
```

## Other icons

- [Svelte-Icon-Sets](https://svelte-svg-icons.codewithshin.com/)

## License

[Flowbite-Svelte-Icons License](https://github.com/themesberg/flowbite-svelte-icons/blob/main/LICENSE)

[Flowbite Icons License](https://github.com/themesberg/flowbite-icons/blob/main/LICENSE)