# @autoguru/icons

## Install

```sh
yarn add @autoguru/icons \
    react
```

## Usage

```jsx
import { AccountBoxIcon } from '@autoguru/icons';
import { Icon } from '@autoguru/overdrive';

<Icon icon={AccountBoxIcon} size={16} />;
```

### Contributing

> For now this is quite manual.

Even though you we run `svgo` over the files before we generate the components,
we want our source to be quite clean too. At this stage, please optimize this
before you raise the pull request.

## License

MIT &copy; [AutoGuru](https://www.autoguru.com.au/)

<a href="http://www.autoguru.com.au/"><img src="https://cdn.autoguru.com.au/images/logos/autoguru.svg" alt="AutoGuru" width="150" /></a>

With special thanks to
[Templarian/MaterialDesign](https://github.com/Templarian/MaterialDesign) for
the inspiration, and base.
