Socket
Socket
Sign inDemoInstall

@ausbom/icon

Package Overview
Dependencies
Maintainers
5
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ausbom/icon

The icon component provides a refined set of functional icons to use in services and products. The icons are broken into three categories to help users navigate the service, identify important information and understand the forecast story.


Version published
Weekly downloads
154
increased by58.76%
Maintainers
5
Weekly downloads
 
Created
Source

@ausbom/icon

The icon component provides a refined set of functional icons to use in services and products. The icons are broken into three categories to help users navigate the service, identify important information and understand the forecast story.

Installation

Install the package in your project directory with:

npm install @ausbom/icon

Usage

import Icon from '@ausbom/icon'
import { SystemIcon } from '@ausbom/icon'
import tickSvg from '@ausbom/icon/lib/system/tick-circle.svg'

<Icon src={tickSvg} />
<Icon src={tickSvg} fill="green" />

<SystemIcon name="info-circle" />
<SystemIcon name="info-circle" fill="red" />

Documentation

The documentation

FAQs

Package last updated on 12 Apr 2019

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