10 lines
281 B
Vue
10 lines
281 B
Vue
<template>
|
|
<svg viewBox="0 0 24 24">
|
|
<path
|
|
fill-rule="evenodd"
|
|
d="M12 5.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13zM4.5 12a7.5 7.5 0 1115 0 7.5 7.5 0 01-15 0zm8-3.51V9.5h-1V8.49h1zm-2 7.01v-1h1v-2h-1v-1h2v3h1v1h-3z"
|
|
clip-rule="evenodd"
|
|
/>
|
|
</svg>
|
|
</template>
|