Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

unify-icons

Package Overview
Dependencies
Maintainers
4
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unify-icons

React based icons for Tokopedia environment

  • 0.24.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2.6K
decreased by-29.49%
Maintainers
4
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 30 Apr 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc