🙋♂️ Made by @abhijithvijayan
❤️ it? ⭐️ it on GitHub or Tweet about it.
Ensure you have Node.js 10 or later installed. Then run the following:
# via npm
npm install awesome-react-icons
# or yarn
yarn add awesome-react-icons
import Icon from 'awesome-react-icons';
const SampleIcon = () => {
return (
<Icon name="user" />
)
}
Type: string
Icon's name
Type: number
or string
Default: 20
Size of icon
Type: string
Default: currentColor
Stroke color
Type: number
or string
Default: 1.5
Stroke width
Type: string
Default: icon-wrapper
Wrapper div element's class name
Looking to contribute? Look for the Good First Issue label.
Please file an issue here for bugs, missing documentation, or unexpected behavior.
- Shared Eslint & Prettier Configuration -
@abhijithvijayan/eslint-config
- Shared TypeScript Configuration -
@abhijithvijayan/tsconfig
MIT © Abhijith Vijayan