maxkb/ui/src/workflow/icons/speech-to-text-node-icon.vue

7 lines
207 B
Vue

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