test-unify-icon

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i test-unify-icon

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

913 kB

Total Files

278

Last publish

Collaborators

  • rayyapari