Check.vue 363 B

123456789101112
  1. <template>
  2. <svg viewBox="0 0 20 20" aria-hidden="true">
  3. <circle cx="10" cy="10" r="10" stroke-width="0" />
  4. <path
  5. fill="none"
  6. stroke-linecap="round"
  7. stroke-linejoin="round"
  8. stroke-width="1.5"
  9. d="m6.75 10.813 2.438 2.437c1.218-4.469 4.062-6.5 4.062-6.5"
  10. />
  11. </svg>
  12. </template>