14 lines
1.1 KiB
Vue
14 lines
1.1 KiB
Vue
<template>
|
|
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<circle cx="12" cy="12" r="5" stroke="currentColor" stroke-width="1.5" />
|
|
<path d="M12 2V4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" />
|
|
<path d="M12 20V22" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" />
|
|
<path d="M4 12L2 12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" />
|
|
<path d="M22 12L20 12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" />
|
|
<path opacity="0.5" d="M19.7778 4.22266L17.5558 6.25424" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" />
|
|
<path opacity="0.5" d="M4.22217 4.22266L6.44418 6.25424" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" />
|
|
<path opacity="0.5" d="M6.44434 17.5557L4.22211 19.7779" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" />
|
|
<path opacity="0.5" d="M19.7778 19.7773L17.5558 17.5551" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" />
|
|
</svg>
|
|
</template>
|