1.0.3 • Published 6 years ago
hyperlabel-icons
[hyperlabel-icons]
To use icons you just need to import directly from package
Example
import { svg } from 'hyperlabel-icons';
const { copyPrevious } = svg;
<img src={copyPrevious} />
Installation
npm:
$ npm install hyperlabel-icons --save
yarn:
$ yarn add hyperlabel-icons