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