0.1.5 • Published 9 months ago

@solid-antd/icons v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Install

npm install @solid-antd/icons

Basic Usage

First, you should add the icons that you need into the library.

import { DollarCircleOutlined } from '@solid-antd/icons'

After that, you can use antd icons in your Solid components as simply as this:

<DollarCircleOutlined />

Build project

npm run dev
npm run build:lib
npm run release