10 lines
332 B
Vue
10 lines
332 B
Vue
<template>
|
|
<svg viewBox="0 0 24 24">
|
|
<path
|
|
fill-rule="evenodd"
|
|
d="M4.5 12a7.5 7.5 0 1115 0 7.5 7.5 0 01-15 0zM12 5.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13zm-.7 6.5L8.64 9.35l.7-.7L12 11.29l2.65-2.64.7.7L12.71 12l2.64 2.65-.7.7L12 12.71l-2.65 2.64-.7-.7L11.29 12z"
|
|
clip-rule="evenodd"
|
|
/>
|
|
</svg>
|
|
</template>
|