0.3.0 • Published 1 year ago
@iconslib/svelte v0.3.0
@iconslib/svelte
Open source icons for your next Svelte project.
Visit iconslib.com for more info.
Installing
To install the package please run:
npm install @iconslib/svelte
# or for yarn
yarn add @iconslib/svelte
# or for pnpm
pnpm install @iconslib/svelteDeveloping
Once you've forked this project and installed dependencies with npm install (or pnpm install or yarn), run npm run prepare to download and prepare icon packs.
Everything inside src/lib is part of the library.
Building
To build this library run:
npm run packageThis will download and prepare all the icon packs.
How to add a new pack
- Add a corresponding folder into
packsfolder - Add a
prepare.mjsfile into the newly created directory - Use other
prepare.mjsfiles as an inspiration to create the script for the pack you are going to add - Add new script to
scripts/prepare.mjsfile - Run your script via
npm run prepare <new-pack-slug> - Add new exports to
package.json(check other exports for an example) - Test if icons import and display normally
- Build
- Commit
- PR
0.3.0
1 year ago
0.2.0
2 years ago
0.0.20
2 years ago
0.1.0
2 years ago
0.1.2
2 years ago
0.1.1
2 years ago
0.0.15
2 years ago
0.0.16
2 years ago
0.0.11
2 years ago
0.0.12
2 years ago
0.0.13
2 years ago
0.0.14
2 years ago
0.0.10
2 years ago
0.0.9
2 years ago
0.0.8
2 years ago
0.0.5
2 years ago
0.0.7
2 years ago
0.0.6
2 years ago
0.0.3
2 years ago
0.0.2
2 years ago
0.0.1
2 years ago