# Oh, my icons!

A component for including SVG icons from different icon packs in [Vue](https://vuejs.org/) easily. It's now support:

- [Font Awesome](https://fontawesome.com/)
- [Remix Icon](https://github.com/Remix-Design/RemixIcon)
- [academicons](https://github.com/jpswalsh/academicons)

It is based on [Justineo/vue-awesome](https://github.com/Justineo/vue-awesome), so check out that repo for more information.

&nbsp;

## Installation

### `yarn` / `npm`

```bash
yarn add @renovamen/vue-icons
# or
npm i @renovamen/vue-icons
```

&nbsp;

### CDN

Add the following code to your HTML file:

```html
<link href="https://cdn.jsdelivr.net/npm/@renovamen/vue-icons@0.1.1/dist/vue-icons.js" rel="stylesheet">
```

&nbsp;

### Download Manually

Download [`dist/vue-icons.js`](dist/vue-icons.js) and include it in your HTML file.


&nbsp;

## License

[MIT](LICENSE)