| 1234567891011121314151617181920212223 |
- <template>
- <svg
- class="icon"
- width="200px"
- height="200.00px"
- viewBox="0 0 1024 1024"
- version="1.1"
- xmlns="http://www.w3.org/2000/svg"
- >
- <path
- fill="currentColor"
- d="M512 0a512 512 0 1 0 512 512A512 512 0 0 0 512 0z m0 921.6a409.6 409.6 0 1 1 409.6-409.6 409.6 409.6 0 0 1-409.6 409.6z"
- />
- <path
- fill="currentColor"
- d="M626.176 265.216a235.52 235.52 0 0 0-285.696 45.568A51.2 51.2 0 0 0 409.6 386.048a136.192 136.192 0 0 1 161.792-34.816 54.272 54.272 0 0 1 23.552 66.56 76.288 76.288 0 0 1-41.984 44.032 176.128 176.128 0 0 0-84.992 91.136 51.2 51.2 0 0 0 95.232 37.888 73.728 73.728 0 0 1 35.84-37.888 177.664 177.664 0 0 0 93.184-102.4 156.672 156.672 0 0 0-66.048-185.344z"
- />
- <path
- fill="currentColor"
- d="M507.392 737.792m-60.416 0a60.416 60.416 0 1 0 120.832 0 60.416 60.416 0 1 0-120.832 0Z"
- />
- </svg>
- </template>
|