Anchor.vue 277 B

123456789
  1. <template>
  2. <svg
  3. viewBox="0 0 20 20"
  4. fill="none"
  5. stroke-linecap="round"
  6. aria-hidden="true">
  7. <path d="m6.5 11.5-.964-.964a3.535 3.535 0 1 1 5-5l.964.964m2 2 .964.964a3.536 3.536 0 0 1-5 5L8.5 13.5m0-5 3 3" />
  8. </svg>
  9. </template>