You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP

test-unify-icons-b

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

test-unify-icons-b

testing unify icon processor

0.1.6
latest
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created

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>
)

FAQs

Package last updated on 20 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts