0.1.9 • Published 2 years ago

@edde746/svelte-icons v0.1.9

Weekly downloads
-
License
-
Repository
-
Last release
2 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

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.9

2 years ago

0.1.3

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago