@steeze-ui/remix-icons
v1.2.0
Published
Icon Sources (based on Remix Icons) built for @steeze-ui/icons
Downloads
765
Maintainers
Readme
READ THIS FIRST
This project is still in experimental development. Expect bugs and breaking changes!
Overview
Effortless Icon Pack for Remix Icons
- Based on Remix Icons
- Defines the Icon Source to be used in any steeze-ui icon component
Installation
npm i -D @steeze-ui/remix-icons
Usage
import { User } from '@steeze-ui/remix-icons'
Documentation
Themes
| Value | Description | | ---------------- | ------------------------------- | | default(outline) | The line version of the Icons | | solid | The filled 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