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="M658.944 204.8H398.848L317.44 544.256h142.848L360.96 819.2h55.296l290.304-367.104h-170.496L658.944 204.8z"
- />
- </svg>
- </template>
|