gou.vue 520 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="M0 406.016l186.368-76.8A1152 1152 0 0 1 307.2 495.616c63.488 97.792 93.696 153.6 93.696 153.6s143.36-177.664 273.408-311.808A2278.4 2278.4 0 0 1 927.232 102.4L1024 169.472s-112.64 71.68-330.752 330.752a3858.944 3858.944 0 0 0-293.376 401.92s-85.504-137.728-189.44-272.384A1475.072 1475.072 0 0 0 0 406.016z"
  13. />
  14. </svg>
  15. </template>