| 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 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="M640 219.648L512 347.648l-128-128a51.2 51.2 0 0 0-72.704 72.704l94.208 93.696h-35.84a51.2 51.2 0 0 0 0 102.4H460.8v39.936H369.664a51.2 51.2 0 0 0 0 102.4H460.8V768a51.2 51.2 0 0 0 102.4 0v-137.216h91.136a51.2 51.2 0 0 0 0-102.4H563.2v-39.936h91.136a51.2 51.2 0 0 0 0-102.4h-35.84l93.696-93.696a51.2 51.2 0 0 0-72.192-72.704z"
- />
- </svg>
- </template>
|