Spaces:
Sleeping
Sleeping
File size: 520 Bytes
b4cec68 | 1 2 3 4 5 6 7 8 9 10 | <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>
|