Currently v1.0.0, over 1600 icons!
1st step: Go to src folder:
cd src
2nd step: Run Cmd line:
git clone https://github.com/SRAKIB17/ReactCustomIconsLibrary.git
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.
In the project directory, you can run: