jianhao.vue 369 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="M863.232 563.2H160.768A55.296 55.296 0 0 1 102.4 512a55.296 55.296 0 0 1 58.368-51.2h702.464A55.296 55.296 0 0 1 921.6 512a55.296 55.296 0 0 1-58.368 51.2z"
  13. />
  14. </svg>
  15. </template>