RamEx-Flow / front /src /components /AnalysisIcon.vue
zdy10046's picture
add backend code
57528c5
Raw
History Blame Contribute Delete
520 Bytes
<template>
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3 3v18h18" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M18.7 8l-5.1 5.2-2.8-2.7L7 14.3" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<circle cx="18" cy="8" r="2" fill="currentColor"/>
<circle cx="13" cy="13" r="2" fill="currentColor"/>
<circle cx="7" cy="16" r="2" fill="currentColor"/>
</svg>
</template>