Icon Sources (based on Simple Icons) built for @steeze-ui/icons
npm install @steeze-ui/simple-iconsThis project is still in experimental development. Expect bugs and breaking changes!
Effortless Icon Pack for Simple Icons
- Based on Simple Icons
- Defines the Icon Source to be used in any steeze-ui icon component
``bash`
npm i -D @steeze-ui/simple-icons
`svelte
import { Github } from '@steeze-ui/simple-icons'
import { Icon } from '@steeze-ui/svelte-icon'
`
| Value | Description |
| ------- | -------------------------------- |
| default | The default version of the Icons |
For all other available Icon Packs visit steeze-ui/icons
This repo uses pnpm. To build a new version of the package just run:
`bash``
pnpm install && pnpm package
This produces a ready-to-publish package for the npm registry