@steeze-ui/octicons
v2.1.1
Published
Icon Sources (based on Octicons) built for @steeze-ui/icons
Downloads
2
Maintainers
Readme
READ THIS FIRST
This project is still in experimental development. Expect bugs and breaking changes!
Overview
Effortless Icon Pack for Octicons
- Based on Octicons
- Defines the Icon Source to be used in any steeze-ui icon component
Installation
npm i -D @steeze-ui/octicons
Usage
import { Alert } from '@steeze-ui/octicons'
Documentation
Themes
| Value | Description | | ------- | ----------------------------- | | default | The 24px version of the Icons | | 16 | The 16px version of the Icons | | 12 | The 12px 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