1.4.8 • Published 4 years ago
awesome-react-icons v1.4.8
❤️ it? ⭐️ it on GitHub or Tweet about it.
Table of Contents
Installation
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
Usage
import Icon from 'awesome-react-icons';
const SampleIcon = () => {
return (
<Icon name="user" />
)
}
API
name
Type: string
Icon's name
size
Type: number
or string
Default: 20
Size of icon
stroke
Type: string
Default: currentColor
Stroke color
strokeWidth
Type: number
or string
Default: 1.5
Stroke width
rootDivClassName
Type: string
Default: icon-wrapper
Wrapper div element's class name
Issues
Looking to contribute? Look for the Good First Issue label.
🐛 Bugs
Please file an issue here for bugs, missing documentation, or unexpected behavior.
Linting & TypeScript Config
- Shared Eslint & Prettier Configuration -
@abhijithvijayan/eslint-config
- Shared TypeScript Configuration -
@abhijithvijayan/tsconfig
License
MIT © Abhijith Vijayan
1.4.8
4 years ago
1.4.6
5 years ago
1.4.7
5 years ago
1.4.5
5 years ago
1.4.4
5 years ago
1.4.3
5 years ago
1.4.2
5 years ago
1.4.1
5 years ago
1.4.0
5 years ago
1.3.3
5 years ago
1.3.2
5 years ago
1.3.1
5 years ago
1.3.0
5 years ago
1.2.0
5 years ago
1.2.2
5 years ago
1.2.1
5 years ago
1.1.1
5 years ago
1.1.0
5 years ago
1.0.0
5 years ago