hezuo.vue 618 B

123456789101112131415
  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="M945.664 193.536a267.264 267.264 0 0 0-378.368 0L512 248.832 456.704 193.536a267.264 267.264 0 0 0-378.368 378.368l397.312 397.312a51.2 51.2 0 0 0 72.192 0l397.312-397.312a267.776 267.776 0 0 0 0.512-378.368z m-795.136 307.2A164.864 164.864 0 1 1 384 265.728l361.472 361.472L512 860.16z m722.432 0L819.2 554.496l-235.008-232.96 55.808-55.808a168.96 168.96 0 0 1 233.472 0 165.376 165.376 0 0 1 0 233.472z"
  13. />
  14. </svg>
  15. </template>