# Flagicons-vue
Vue icon flag components based on flagpack icons [Flagpack](https://flagpack.xyz/).

Check out the [demo](https://placetopay-org.github.io/flagicons-vue/).

## Installation
```bash
npm install @placetopay/flagicons-vue
```

## Usage
```html
<script setup>
import { FlagIcon } from '@placetopay/flagicons-vue';
</script>

<template>
    <FlagIcon flag="co" />
</template>
```
