/fluent-icons-react

Fluent System Icons for React

Primary LanguageTypeScript

Fluent icons for React

An icon component library based on Fluent System Icons.

Browse the list of the icons on the source repo, here

Contains

  • 2 types of icons (Regular,Filled)
  • More than 700 different icons
  • Typescript support

Instalation

yarn add fluent-icons-react

Usage

Import the icon you want

import { MultiselectRegular } from "fluent-icons-react";

Render your icon

<MultiselectRegular color="#fff" size={24}/>

Props

All the props are required.

Prop Type
color string
size number