jiance.vue 622 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="M512.16876 409.465081a102.36627 102.36627 0 1 0 95.712462 66.538076l358.281946-409.465081a6.141976 6.141976 0 0 0-8.189301-8.189302l-409.465081 358.281946A102.36627 102.36627 0 0 0 512.16876 409.465081z"
  13. />
  14. <path
  15. fill="currentColor"
  16. d="M954.902879 255.915676l-88.546824 51.183135A409.465081 409.465081 0 1 1 716.9013 157.644056l51.183135-88.546824A511.831352 511.831352 0 1 0 954.902879 255.915676z"
  17. />
  18. </svg>
  19. </template>