maxkb/ui/src/workflow/icons/chat-icon.vue
shaohuzhang1 5c0735109a
perf: Partial icon updates (#3847)
Co-authored-by: wangdan-fit2cloud <dan.wang@fit2cloud.com>
2025-08-12 18:47:05 +08:00

5 lines
138 B
Vue

<template>
<img src="@/assets/workflow/icon_chat_color.svg" style="width: 18px" alt="" />
</template>
<script setup lang="ts"></script>