Skip to content

indiro71/react-icons-library

Repository files navigation

Icons library

Icons library from SVG as React-components

Online Example

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

  1. Copy SVG icons in assets
  2. 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

image

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published