1.0.1 • Published 4 years ago

fluent-icons-react v1.0.1

Weekly downloads
44
License
MIT
Repository
github
Last release
4 years ago

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.

PropType
colorstring
sizenumber
1.0.1

4 years ago

1.0.0

4 years ago