yunshangchuan.vue 719 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="M815.616 311.808a307.2 307.2 0 0 0-607.232 0A256 256 0 0 0 256 819.2h51.2a51.2 51.2 0 0 0 0-102.4H256a153.6 153.6 0 0 1 0-307.2 51.2 51.2 0 0 0 51.2-51.2 204.8 204.8 0 0 1 409.6 0 51.2 51.2 0 0 0 51.2 51.2 153.6 153.6 0 0 1 0 307.2h-51.2a51.2 51.2 0 0 0 0 102.4h51.2a256 256 0 0 0 47.616-507.392z"
  13. />
  14. <path
  15. fill="currentColor"
  16. d="M531.456 418.816a26.624 26.624 0 0 0-39.424 0l-128 153.6a25.6 25.6 0 0 0 19.968 41.984H460.8v307.2a51.2 51.2 0 0 0 102.4 0v-307.2h76.8a25.6 25.6 0 0 0 19.456-41.984z"
  17. />
  18. </svg>
  19. </template>