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/action_add'; const Greetings = <div> Hello World <IconAdd> </div>
Showcase
https://codesandbox.io/s/unify-icon-preview-y0ly3
Future ideas
• add some props (fill, size, disabled, secondary, etc, direction) • add theme provider using context to apply global icon theme • add definition file for typescript user • enable multiple export for module