test-unify-icons-b
v0.1.6
Published
testing unify icon processor
Downloads
3
Readme
Unify Icons
Include icons that is created by Unify design team, which utilizes ES6 imports that allow you to include only the icon that your project is using.
Installation
$ yarn add unify-icons
Usage
import IconAdd from 'unify-icons/build/icon/unify';
const Greetings = () => (
<div>
Hello World
<IconAdd>
</div>
)