flowbite-svelte-icons
TypeScript icon, indicating that this package has built-in type declarations

1.6.0 • Public • Published

Flowbite Svelte Icons

sponsor npm Created by Shin Okada License npm

480+ SVG Flowbite icons components for Svelte 3/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 for more details on using the icons in your Svelte application.

Icons

Repo

GitHub Repo

Original source

themesberg/flowbite-icons

Requirements

v1

  • Svelte 4/5
  • TailwindCSS

v2

  • Svelte 5:Runes
  • TailwindCSS

Installation

Svelte 4/5

pnpm i -D flowbite-svelte-icons

Svelte 5 Runes

pnpm i -D flowbite-svelte-icons@2.0.0-next.x

Replace 2.0.0-next.x with the latest v2 version. Replace x with the latest release at GitHub.

Add the following to tailwind.config.cjs.

const config = {
  content: [
       // more lines
        "./node_modules/flowbite-svelte-icons/**/*.{html,js,svelte,ts}",
    ],
    // more lines
}  

Other icons

License

Flowbite-Svelte-Icons License

Flowbite Icons License

Package Sidebar

Install

npm i flowbite-svelte-icons

Weekly Downloads

20,326

Version

1.6.0

License

MIT

Unpacked Size

2.73 MB

Total Files

1051

Last publish

Collaborators

  • shinichiokada