0.5.1 • Published 2 years ago

binance-icons v0.5.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

◆ 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.

License

MIT

0.5.0

2 years ago

0.5.1

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago

1.0.0

2 years ago