React Fontawesome
@fortawesome/react-fontawesome
Official React component for Font Awesome
Icons
fontawesome
font-awesome
react
javascript
svg
icons
@fortawesome/react-fontawesome
npm
frontend
open source
Stars
1
Weekly
0
Open issues
0
Bundle
~60 kB
Installation
npm install @fortawesome/react-fontawesomeCode example
import { Star } from "@fortawesome/react-fontawesome";
export function Example() {
return <Star size={24} />;
}Pros & cons
Pros
- Actively maintained by devoto13
- 0 weekly downloads. Battle tested
- First-class TypeScript definitions
- MIT licensed
Considerations
- Adds roughly ~60 kB to your bundle
- Needs client-only rendering in SSR frameworks
- Not supported in React Native
- 0 open issues on GitHub