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

# ◆ BINANCE ICONS 
The Crypto/currency icons listed on <a href="https://bit.ly/3qEmuJp">Binance</a> exchange.

## Getting Started

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
```

## Usage

**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');
```

## Disclaimer

All trademarks, logos and brand names are the property of their respective owners.

## License

[MIT](https://github.com/VadimMalykhin/binance-icons/blob/npm/LICENSE)
