Skip to content

Latest commit

 

History

History

react-icons

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

React Icon Library

Using the package in your application

// npm
npm install @100mslive/react-icons@latest --save

// yarn
yarn add @100mslive/react-icons@latest

How to add icons

  1. add (only) 24x24 px svg file in /assets
  2. Run
    yarn build

The jsx files for the corresponding files will be autogenerated.