This project is still in experimental development. Expect bugs and breaking changes!
Effortless Icon Pack for template Icons
- Based on Carbon Icons
- Defines the Icon Source to be used in any steeze-ui icon component
npm i -D @steeze-ui/carbon-icons
import { Category } from '@steeze-ui/carbon-icons'
import { Icon } from '@steeze-ui/svelte-icon'
<Icon src={Category} size="24px" />
Value | Description |
---|---|
default | The 32px version of the Icons |
16 | The 16px version of the Icons |
20 | The 20px version of the Icons |
24 | The 24px version of the Icons |
various | Icons with a different viewbox than the above |
For all other available Icon Packs visit steeze-ui/icons
This repo uses pnpm. To build a new version of the package just run:
pnpm install && pnpm package
This produces a ready-to-publish package for the npm registry