zuoyoujiantou.vue 509 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="M51.204096 460.8h921.6a51.2 51.2 0 0 0 0-102.4H162.820096l147.456-171.52a51.2 51.2 0 1 0-77.824-66.56l-220.16 256A51.2 51.2 0 0 0 51.204096 460.8zM972.804096 563.2H51.204096a51.2 51.2 0 0 0 0 102.4h809.984l-147.456 171.52a51.2 51.2 0 1 0 77.824 66.56l220.16-256A51.2 51.2 0 0 0 972.804096 563.2z"
  13. />
  14. </svg>
  15. </template>