@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>