<script setup lang="ts">
import { Icon } from '@iconify/vue'
</script>
<template>
<Icon />
</template>