100ms 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
- add (only) 24x24 px svg file in
/assets - Run
yarn build
The jsx files for the corresponding files will be autogenerated.