bch-token-icons
v0.0.4
Published
A set of icons for all the main Bitcoin Cash tokens, in a range of styles and sizes
Downloads
8
Maintainers
Readme
Bitcoin Cash Token Icons
This project contains Bitcon Cash token icons in 4 sizes. Completely free. All we ask is that you don’t claim them as your own, and share this resource with others.
Images are in the PNG format (transparent) in 32×32
, 32×32 (2x)
, and 128×128
variants, along with SVG versions. Each token has a name
, symbol
and tokenId
listed in manfest.json.
There's also a generic
icon that can be used for cryptocurrencies missing an icon here.
If there is a token you’re looking for that hasn’t been included, please create a new pull-request and add it. Please include your icon in the 3 sizes mentioned above and add your token's name
, symbol
and tokenId
to manfest.json
Install 🚀
$ npm install bch-token-icons --save
You can then import the icons from ./node_modules/bch-token-icons
, for example ./node_modules/bch-token-icons/svg/icon/bch.svg
.
There's also a manifest.json
file included in the package with a list of the currency symbol and name of the icons.