Socket
Socket
Sign inDemoInstall

@blockchain-com/icons

Package Overview
Dependencies
0
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @blockchain-com/icons

This package is responsible for providing the blockchain.com icons as an npm package


Version published
Weekly downloads
12
decreased by-87.23%
Maintainers
4
Install size
1.07 MB
Created
Weekly downloads
 

Readme

Source

@blockchain-com/icons

This package is responsible for providing the blockchain.com icons as an npm package

Install

yarn add @blockchain-com/icons

Usage

import { IconActivity } from "@blockchain-com/icons";

export const App = () => {
  return (
    <div>
      <IconActivity />
    </div>
  );
};

Add new icon

  • add icon named like this icon-{name}.svg to /assets folder
  • Run yarn build

Now your new icon is included in the /dist folder and you can publish a new version of this package

Publish

-- TODO

FAQs

Last updated on 25 May 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc