12345678910111213141516171819 |
- <template>
- <svg viewBox="0 0 20 20" aria-hidden="true">
- <path
- stroke-width="0"
- fill-rule="evenodd"
- clip-rule="evenodd"
- d="M10 .5a9.5 9.5 0 0 1 5.598 17.177C14.466 15.177 12.383 13.5 10 13.5s-4.466 1.677-5.598 4.177A9.5 9.5 0 0 1 10 .5ZM12.5 8a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0Z"/>
- <path
- fill="none"
- stroke-linecap="round"
- stroke-linejoin="round"
- d="M10 .5a9.5 9.5 0 0 1 5.598 17.177A9.458 9.458 0 0 1 10 19.5a9.458 9.458 0 0 1-5.598-1.823A9.5 9.5 0 0 1 10 .5Z"/>
- <path
- fill="none"
- stroke-linecap="round"
- stroke-linejoin="round"
- d="M4.402 17.677C5.534 15.177 7.617 13.5 10 13.5s4.466 1.677 5.598 4.177M10 5.5a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Z"/>
- </svg>
- </template>
|