InfoIcon.vue 364 B

123456789101112
  1. <template>
  2. <svg viewBox="0 0 16 16" aria-hidden="true">
  3. <circle cx="8" cy="8" r="8" stroke-width="0" />
  4. <path
  5. fill="none"
  6. strokeLinecap="round"
  7. strokeLinejoin="round"
  8. strokeWidth="1.5"
  9. d="M6.75 7.75h1.5v3.5"/>
  10. <circle cx="8" cy="4" r=".5" fill="none" />
  11. </svg>
  12. </template>