binance-icons
Version:
The Crypto/currency icons listed on Binance exchange
44 lines (29 loc) • 1.1 kB
Markdown
<p align="center"><a href="https://github.com/VadimMalykhin/binance-icons"><img src="https://raw.githubusercontent.com/VadimMalykhin/binance-icons/main/.github/assets/header.svg" alt="◆ BINANCE ICONS"></a></p>
The Crypto/currency icons listed on <a href="https://bit.ly/3qEmuJp">Binance</a> exchange.
Install using [yarn](https://yarnpkg.com/en/package/binance-icons):
```shell
yarn add binance-icons
```
Or [npm](https://www.npmjs.com/package/binance-icons):
```shell
npm i -S binance-icons
```
**JavaScript**
```js
const { binanceCryptoIcons, binanceEtfIcons, binanceCurrencyIcons } = require('binance-icons');
const hasBtc = icon.has('btc');
const getBtc = icon.get('btc');
```
**TypeScript**
```ts
import { binanceCryptoIcons, binanceEtfIcons, binanceCurrencyIcons } from 'binance-icons';
const hasBtc = icon.has('btc');
const getBtc = icon.get('btc');
```
All trademarks, logos and brand names are the property of their respective owners.
[](https://github.com/VadimMalykhin/binance-icons/blob/npm/LICENSE)