binance-icons
TypeScript icon, indicating that this package has built-in type declarations

0.5.1 • Public • Published

◆ BINANCE ICONS

◆ 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

Package Sidebar

Install

npm i binance-icons

Weekly Downloads

290

Version

0.5.1

License

MIT

Unpacked Size

2.06 MB

Total Files

6

Last publish

Collaborators

  • vadimmalykhin