Icons library
Icons library from SVG as React-components
Installation
npm i @indiro/react-icons-library
Usage
import { ArrowRight } from '@indiro/react-icons-library';
<ArrowRight style={{width: 50}} title="Right arrow" />
Add new Icons
- Copy SVG icons in
assets
- Execute command
npm run release
Icon overview
All icons can be viewed in the Storybook
. Using the command npm run storybook
New icons are added automatically
License
MIT