@blockchain-com/icons
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

@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

Dependencies (0)

    Dev Dependencies (15)

    Package Sidebar

    Install

    npm i @blockchain-com/icons

    Weekly Downloads

    32

    Version

    0.0.6

    License

    none

    Unpacked Size

    1.12 MB

    Total Files

    651

    Last publish

    Collaborators

    • dkremniov-bc
    • milan-bc
    • jjblockchain
    • blockchain-official