bangzhu.vue 865 B

1234567891011121314151617181920212223
  1. <template>
  2. <svg
  3. class="icon"
  4. width="200px"
  5. height="200.00px"
  6. viewBox="0 0 1024 1024"
  7. version="1.1"
  8. xmlns="http://www.w3.org/2000/svg"
  9. >
  10. <path
  11. fill="currentColor"
  12. 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"
  13. />
  14. <path
  15. fill="currentColor"
  16. 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"
  17. />
  18. <path
  19. fill="currentColor"
  20. 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"
  21. />
  22. </svg>
  23. </template>