UnisKB/ui/src/workflow/icons/reply-node-icon.vue

7 lines
197 B
Vue

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