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

7 lines
209 B
Vue
Raw Normal View History

2024-08-15 09:17:25 +00:00
<template>
<AppAvatar shape="square" style="background: #34c724">
<img src="@/assets/icon_function_outlined.svg" style="width: 75%" alt="" />
</AppAvatar>
</template>
<script setup lang="ts"></script>