UnisKB/ui/src/workflow/icons/image-understand-node-icon.vue

7 lines
201 B
Vue
Raw Normal View History

<template>
<AppAvatar shape="square" style="background: #14C0FF;">
<img src="@/assets/icon_document.svg" style="width: 65%" alt="" />
</AppAvatar>
</template>
<script setup lang="ts"></script>