RamEx-Flow / front /src /components /ProcessIcon.vue
zdy10046's picture
add backend code
57528c5
Raw
History Blame Contribute Delete
483 Bytes
<template>
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" r="10" stroke="currentColor" stroke-width="2"/>
<polyline points="12,6 12,12 16,14" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M8 12h8" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
<path d="M12 8v8" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
</svg>
</template>