@steeze-ui/phosphor-icons
v2.1.1
Published
Icon Sources (based on template) built for @steeze-ui/icons
Downloads
90
Maintainers
Readme
READ THIS FIRST
This project is still in experimental development. Expect bugs and breaking changes!
Overview
Effortless Icon Pack for template Icons
- Based on Phosphor Icons
- Defines the Icon Source to be used in any steeze-ui icon component
Installation
npm i -D @steeze-ui/phosphor-icons
Usage
import { Lightbulb } from '@steeze-ui/phosphor-icons'
Documentation
Themes
| Value | Description | | ------- | -------------------------------- | | default | The Regular version of the Icons | | thin | The Thin version of the Icons | | light | The Light version of the Icons | | bold | The Bold version of the Icons | | fill | The Fill version of the Icons | | duotone | The Duotone version of the Icons |
Other Icon Packs
For all other available Icon Packs visit steeze-ui/icons
Development
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