@steeze-ui/font-awesome
v1.0.1
Published
Icon Sources (based on Font Awesome) built for @steeze-ui/icons
Downloads
194
Readme
Overview
Effortless Icon Pack for Font Awesome Icons
- Based on Font Awesome
- Defines the Icon Source to be used in any steeze-ui icon component
Installation
npm i -D @steeze-ui/font-awesome
Usage
import { FaceSmile } from '@steeze-ui/font-awesome'
Documentation
Themes
| Value | Description | | ------- | --------------------------------- | | default | The regular versions of the Icons | | solid | The solid versions 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