chain-icons

0.1.0 • Public • Published

chain-icons

A collection of web3 chains/networks SVG icons

Works for any JS framework or vanilla JS as long as you have configured your build system to support importing SVG files - which most of them do out of the box.

install

npm install chain-icons

Example: React

import polygonSVG from "chain-icons/svg/polygon.svg";

export default function App() {
  return (
    <div>
      <img src={polygonSVG} alt="Polygon BlockChain" width={200} height={200} />
    </div>
  );
}

Checkout the live demo in CodeSandbox


List of SVGs

Check out the /svg to see the list of available SVGs.


Source of SVG files

Collection of SVGs are taken from @thirdweb-dev/chain-icons

Readme

Keywords

none

Package Sidebar

Install

npm i chain-icons

Weekly Downloads

17

Version

0.1.0

License

ISC

Unpacked Size

2.6 MB

Total Files

515

Last publish

Collaborators

  • manantank