An icon component library based on Fluent System Icons.
Browse the list of the icons on the source repo, here
- 2 types of icons (Regular,Filled)
- More than 700 different icons
- Typescript support
yarn add fluent-icons-react
Import the icon you want
import { MultiselectRegular } from "fluent-icons-react";
Render your icon
<MultiselectRegular color="#fff" size={24}/>
All the props are required.
| Prop | Type |
|---|---|
| color | string |
| size | number |