# @meistericons/vue-latest

## Installtion

### CDN

```bash
<link rel="https://unpkg.com/@meistericons/vue-latest@latest">
```

### npm

```npm
npm install @meistericons/vue-latest --save-dev
```

## Usage

```vue
<script>
import {ArrowDown} from "meistericons-vue-latest"
</script>

<template>
    <ArrowDown/>
</template>
```

Made with 💝 in Kathmandu, Nepal
