shuangxianzuojiantou.vue 623 B

12345678910111213141516171819
  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="M474.624 921.6a51.2 51.2 0 0 0 37.376-88.064L176.128 512 512 190.464a51.2 51.2 0 0 0-72.704-73.728l-372.224 358.4a51.2 51.2 0 0 0 0 73.728l372.224 358.4a51.2 51.2 0 0 0 35.328 14.336z"
  13. />
  14. <path
  15. fill="currentColor"
  16. d="M921.6 921.6a51.2 51.2 0 0 0 35.328-88.064L623.104 512l333.824-321.536a51.2 51.2 0 1 0-71.168-73.728l-373.76 358.4a51.2 51.2 0 0 0 0 73.728l372.224 358.4A51.2 51.2 0 0 0 921.6 921.6z"
  17. />
  18. </svg>
  19. </template>