12345678910111213141516171819 |
- <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.16876 409.465081a102.36627 102.36627 0 1 0 95.712462 66.538076l358.281946-409.465081a6.141976 6.141976 0 0 0-8.189301-8.189302l-409.465081 358.281946A102.36627 102.36627 0 0 0 512.16876 409.465081z"
- />
- <path
- fill="currentColor"
- d="M954.902879 255.915676l-88.546824 51.183135A409.465081 409.465081 0 1 1 716.9013 157.644056l51.183135-88.546824A511.831352 511.831352 0 1 0 954.902879 255.915676z"
- />
- </svg>
- </template>
|