@jennifersoft/icons
v0.1.21
Published
```vue <script setup lang="ts"> import { SvgIcon, ICON_TYPE } from "@jennifersoft/icons"; </script>
Downloads
14
Keywords
Readme
@jennifersoft/icons
<script setup lang="ts">
import { SvgIcon, ICON_TYPE } from "@jennifersoft/icons";
</script>
<template>
<SvgIcon :icon="ICON_TYPE.close" :width="24" :height="24" class="icon" />
</template>