JSPM

fluent-icons-react

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 11
  • Score
    100M100P100Q36196F
  • License MIT

Fluent System Icons for React

Package Exports

  • fluent-icons-react

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (fluent-icons-react) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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