0.1.9 • Published 3 years ago

@edde746/svelte-icons v0.1.9

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

svelte-icons

The best Svelte icon library.

Installation

Recommended: install with alias:

npm i svelte-icons@npm:@edde746/svelte-icons

or without alias:

npm i @edde746/svelte-icons

Notice

Add the following to your svelte.config.js if you are having errors:

const config = {
  kit: {
    vite: {
      ssr: {
        noExternal: ['svelte-icons'], // @edde746/svelte-icons if not using alias
      },
    },
  },
}
0.1.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.9

3 years ago

0.1.3

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago