# Icons
![size](https://img.shields.io/bundlephobia/min/@propellerads/icon.svg)
![](https://img.shields.io/npm/v/@propellerads/icon.svg?style=flat-square)

[NPM](https://www.npmjs.com/package/@propellerads/icon) |
[Github](https://github.com/propellerads/ui-components/tree/master/Components/icon)

## Installation
* `yarn add @propellerads/icon` or `npm install @propellerads/icon -S`

### How to use
* `import {AmericanExpress, SIZE, COLOR} from '@propellerads/icon';`
* And render `<AmericanExpress size={SIZE.MEDIUM} color={COLOR.GREEN}/>`
