Getting Started with Create React App
React Custom Icons Library
Currently v1.0.0, over 1600 icons!
Installation
1st step: Go to src folder:
2nd step: Run Cmd line:
git clone https://github.com/SRAKIB17/ReactCustomIconsLibrary.git
How to Use It:
Import from ReactCustomIconsLibrary
import {Home} from './ReactCustomIconsLibrary'Like Component:
<Home color='red' size='30'/>
| Props: | Description |
|---|---|
| color="red" | set color |
| size="20" | default(1em) set width and height |
This project was react with Create React App.
Available Scripts
In the project directory, you can run: