guanbi.vue 450 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="M584.192 512l322.048-322.048a51.2 51.2 0 0 0-72.192-72.192L512 439.808l-322.048-322.56a51.2 51.2 0 0 0-72.704 72.704L439.808 512l-322.56 322.048A51.2 51.2 0 1 0 189.44 906.24l322.56-322.048 322.048 322.048a51.2 51.2 0 0 0 72.192-72.192z"
  13. />
  14. </svg>
  15. </template>