1.0.0 • Published 4 years ago

test-unify-icon v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

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