0.0.3 • Published 2 years ago

iconary-react-component v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Iconary is an icon library based on SVG format, which supports icon editing / export / multi person collaboration

🏠 Homepage

Demo

Prerequisites

  • node >=10

Install

npm install iconary-react-component

Usage

//引入图标
import {Alarm} from 'iconary-react-component'
//引入图标css
import 'iconary-react-component/dist/Iconary-react-component.min.css'
//使用图标组件
<Alarm theme="outline" size="41" fill={['#333' ,'#becff5' ,'#FFF' ,'#fcc3c3']} strokeWidth={3} strokeLinejoin="bevel" strokeLinecap="square"/>

Author

👤 pipiduck

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator