Effortless Icon Pack for Material Design Icons
- Based on Material Design Icons
- Defines the Icon Source to be used in any steeze-ui icon component
npm i -D @steeze-ui/material-design-icons
import { Camera } from '@steeze-ui/material-design-icons'
import { Icon } from '@steeze-ui/svelte-icon'
<Icon src={Camera} size="24px" theme="round" />
Value | Description | Prefered Size |
---|---|---|
default | A filled version of the Icons | 24px |
outlined | A outline version of the Icons | 24px |
round | A round version of the Icons | 24px |
sharp | A sharp version of the Icons | 24px |
twotone | A two tone version of the Icons | 24px |
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