<!-- source: DFINITY foundation -->
<script lang="ts">
  export let size = `24px`;
</script>

<svg
  width={size}
  height={size}
  viewBox="0 0 20 20"
  fill="none"
  stroke="currentColor"
  xmlns="http://www.w3.org/2000/svg"
>
  <path
    d="M16.875 6.29163L8.125 15.0416L3.75 10.6666"
    stroke-width="1.5"
    stroke-linecap="round"
    stroke-linejoin="round"
  />
</svg>
