Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

flowbite-svelte-icons

themesberg116.5kMIT2.1.1TypeScript support: included

Flowbite icon components for Svelte 5 Runes

svelte, sveltekit, flowbite-icons, icons, svg

readme

Flowbite Svelte Icons

sponsor npm Created by Shin Okada License npm

590+ SVG 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 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 or later
  • TailwindCSS

Installation

Svelte 5 or later

pnpm i -D flowbite-svelte-icons

Svelte 4/5

pnpm i -D flowbite-svelte-icons@v1-latest

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

changelog

Changelog

2.1.1

Patch Changes

  • fix: add tailwind-merge to peerDependencies

2.1.0

Minor Changes

  • feat: new icons

2.0.3

Patch Changes

  • fix: update svelte and tailwindcss 4, peerDependencies update

2.0.2

Patch Changes

  • docs: README update

2.0.1

Patch Changes

  • fix: due to version 2.0.0 is already published on npm

2.0.0

Patch Changes

  • fix: extends Props from svelte SVGAttributes (3448d91)

  • fix: IconSolid and IconOutline (f79d471)

  • fix: component docs (b69a8b6)

  • fix: run lib-helpers (a9b36bf)

  • feat: extends SVGAttributes from svelte/elements (4b0750c)

  • fix: remove svelte:component from IconSolid and IconOutline (8e616bd)

  • types: move all type to types.ts (d99454d)

  • fix: change hasDescription to derived (047ab0f) fix: add test-results to .gitignore

  • fix: add ^5.0.0-next.1 to peerDependencies (4feca80)

  • chore: Enter prerelease mode and version packages (e68b5eb)

  • docs: update for custom icons page (8098c53)

  • feat: add new icons (9066686)

  • fix: extends BaseProps instead of Props (aafb851)

  • fix: update runes-webkit and svelte@next (cbddf36)

<<<<<<< HEAD

1.6.2

Patch Changes

1.6.1

Patch Changes

1.6.0

Minor Changes

1.5.0

Minor Changes

1.4.5

Patch Changes

1.4.4

Patch Changes

  • fix: align with flowbite icons

1.4.4

Patch Changes

  • This update is for npmjs for the latest tag. docs: update README and page.

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.4.2 (2024-03-07)

Bug Fixes

  • solid icons changing fill="currentColor" to "none" (4bd77f5)

1.4.1 (2024-03-01)

Bug Fixes

2.0.0-next.18

Patch Changes

2.0.0-next.17

Patch Changes

2.0.0-next.16

Patch Changes

2.0.0-next.15

Patch Changes

2.0.0-next.14

Patch Changes

2.0.0-next.13

Patch Changes

2.0.0-next.12

Patch Changes

2.0.0-next.11

Patch Changes

2.0.0-next.10

Patch Changes

2.0.0-next.9

Patch Changes

2.0.0-next.8

Patch Changes

2.0.0-next.7

Patch Changes

2.0.0-next.6

Patch Changes

2.0.0-next.5

Patch Changes

  • fix: color for solid and outline fix: remove a comma from aria-label docs: add icons, color, tailwind-color page

  • Updating for npmjs by adding --tag next. (23b19ddf3a68bc5a8cd3548ff509e76afa416884) docs: update README and homepage

2.0.0-next.4

Patch Changes

2.0.0-next.3

Patch Changes

  • docs: update README

2.0.0-next.2

Patch Changes

  • fix: update peerDependencies for svelte to ^5.0.0 in package.json

2.0.0-next.1

Major Changes

  • BREAKING: add Svelte 5 Runes require Svelte 5 and runes enabled

    svelte-5-runes

1.4.0

Minor Changes

1.3.2

Patch Changes

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.3.1 (2024-02-05)

Bug Fixes

  • exclude IconOutline and IconSolid from filterIconsByKeyword function (2ea9990)

1.3.0 (2024-02-04)

Features

  • update the latest icon set (a1bd0f7)

1.2.1 (2024-02-02)

Bug Fixes

  • solid circle check and mobile phone update (209ea52)

1.2.0 (2024-02-02)

Features

  • add TwitterSolid and PauseSolid (921dab5)

Bug Fixes

  • layout update add class to NavHamburger (1a9e4e6)

1.1.1 (2024-02-02)

Bug Fixes

  • MobilephoneSolid to MobliePhoneSolid (f9109e7)

1.0.4 (2024-02-01)

Bug Fixes

1.0.3 (2024-01-27)

Bug Fixes

  • add ^5.0.0 to peerDependencies (c8e58ba)

1.0.2 (2024-01-12)

1.0.1 (2024-01-12)

Bug Fixes

  • NavHamburger class="ml-3 m-0 lg:hidden md:block" (561e804)

0.4.5 (2023-10-31)

Features

  • add data-sveltekit-reload to Home link so that it reloads sidebar menu and afterNavigate scrollTo in the +layout.svelte (fad3633)

Bug Fixes

  • add {activeUrl} to NavUl (1d5d493)

0.4.4 (2023-09-14)

Features

0.4.3 (2023-09-04)

0.4.2 (2023-09-02)

Features

  • smaller compiled size and Icon component (895331c)

0.4.1 (2023-09-02)

0.3.6 (2023-08-07)

0.3.5 (2023-08-04)

Bug Fixes

  • change fixed color to currentColor (fd5120a)

0.3.4 (2023-08-04)

Bug Fixes

  • update fill to reactive (34f89a2)

0.3.3 (2023-08-02)

Bug Fixes

0.3.2 (2023-07-31)

Bug Fixes

0.3.1 (2023-07-31)

Features

0.2.6 (2023-07-20)

Features

Bug Fixes

0.2.5 (2023-07-09)

Bug Fixes

  • flex-shrink-0 to shrink-0 (340c7c3)

0.2.4 (2023-07-09)

0.2.3 (2023-07-08)

Bug Fixes

0.2.2 (2023-07-08)

Features

0.2.1 (2023-07-08)

Features

  • add size using sm, lg, md etc (304b7f3)

0.1.2 (2023-07-06)

Bug Fixes

0.1.1 (2023-06-27)

Features

Bug Fixes

  • move restProps before class (45dbc7e)