binance-icons
v0.5.1
Published
The Crypto/currency icons listed on Binance exchange
Downloads
38
Maintainers
Readme
◆ BINANCE ICONS
The Crypto/currency icons listed on Binance exchange.
Getting Started
Install using yarn:
yarn add binance-icons
Or npm:
npm i -S binance-icons
Usage
JavaScript
const { binanceCryptoIcons, binanceEtfIcons, binanceCurrencyIcons } = require('binance-icons');
const hasBtc = icon.has('btc');
const getBtc = icon.get('btc');
TypeScript
import { binanceCryptoIcons, binanceEtfIcons, binanceCurrencyIcons } from 'binance-icons';
const hasBtc = icon.has('btc');
const getBtc = icon.get('btc');
Disclaimer
All trademarks, logos and brand names are the property of their respective owners.