shuangxianyoujiantou.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="M549.376 921.6a51.2 51.2 0 0 1-37.376-88.064L847.872 512 512 190.464a51.2 51.2 0 0 1 71.168-73.728l372.224 358.4a51.2 51.2 0 0 1 0 73.728l-372.224 358.4a51.2 51.2 0 0 1-33.792 14.336z"
  13. />
  14. <path
  15. fill="currentColor"
  16. d="M102.4 921.6a51.2 51.2 0 0 1-35.328-88.064L400.896 512 67.072 190.464a51.2 51.2 0 0 1 70.656-73.728l372.224 358.4a51.2 51.2 0 0 1 0 73.728l-372.224 358.4A51.2 51.2 0 0 1 102.4 921.6z"
  17. />
  18. </svg>
  19. </template>