<h1 align="center">
Icons for Vue
</h1>


## Install

```bash
yarn add @feb-team/legao-icons-vue
```

## Basic Usage

First, you should add the icons that you need into the library.

```js
import Vue from 'vue';
import { AddOutlined } from '@feb-team/legao-icons-vue';
```

## Build project

```bash
npm run generate # Generate files to ./src
npm run compile # Build library
npm run test # Runing Test
```
