<!-- source: DFINITY foundation -->
<script lang="ts">
  import { DEFAULT_ICON_SIZE } from "../constants/constants";

  export let size = `${DEFAULT_ICON_SIZE}px`;
</script>

<svg
  xmlns="http://www.w3.org/2000/svg"
  enable-background="new 0 0 20 20"
  height={size}
  viewBox="0 0 20 20"
  width={size}
  stroke="currentColor"
  fill="none"
>
  <path
    d="M16.6666 4.66679C16.6666 4.20008 16.6663 3.96655 16.5754 3.78829C16.4955 3.63149 16.3685 3.5041 16.2117 3.4242C16.0335 3.33337 15.7996 3.33337 15.3329 3.33337H4.66626C4.19955 3.33337 3.96643 3.33337 3.78817 3.4242C3.63137 3.5041 3.50397 3.63149 3.42408 3.78829C3.33325 3.96655 3.33325 4.20008 3.33325 4.66679V5.28117C3.33325 5.485 3.33325 5.58699 3.35628 5.68289C3.37669 5.76792 3.41045 5.84915 3.45614 5.92371C3.50765 6.00778 3.57984 6.07996 3.72388 6.224L7.94283 10.443C8.08694 10.5871 8.15862 10.6587 8.21015 10.7428C8.25584 10.8174 8.29005 10.8989 8.31047 10.9839C8.33326 11.0789 8.33325 11.1796 8.33325 11.3793V15.3425C8.33325 16.0569 8.33325 16.4143 8.4837 16.6294C8.61508 16.8172 8.81776 16.9425 9.04451 16.976C9.3042 17.0144 9.62384 16.8548 10.2628 16.5354L10.9294 16.202C11.197 16.0683 11.3304 16.0011 11.4282 15.9013C11.5146 15.8131 11.5807 15.7071 11.621 15.5903C11.6666 15.4583 11.6666 15.3083 11.6666 15.0092V11.3855C11.6666 11.1817 11.6666 11.0798 11.6896 10.9839C11.71 10.8989 11.7438 10.8174 11.7895 10.7428C11.8407 10.6593 11.9121 10.5878 12.0543 10.4456L12.0572 10.443L16.2762 6.224C16.4203 6.07987 16.4919 6.0078 16.5435 5.92371C16.5892 5.84915 16.6234 5.76792 16.6438 5.68289C16.6666 5.58797 16.6666 5.48707 16.6666 5.28737V4.66679Z"
    stroke-width="1.5"
    stroke-linecap="round"
    stroke-linejoin="round"
  />
</svg>
