<!-- Source DFINITY Foundation -->
<script lang="ts">
  import { DEFAULT_ICON_SIZE } from "../constants/constants";

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

<svg
  width={size}
  height={size}
  viewBox="0 0 20 20"
  fill="none"
  xmlns="http://www.w3.org/2000/svg"
>
  <path
    fill-rule="evenodd"
    clip-rule="evenodd"
    d="M19.1054 8.26054C19.4454 8.77874 19.6341 9.38123 19.6514 10C19.6341 10.6188 19.4454 11.2222 19.1063 11.7395C18.7663 12.2577 18.2893 12.6705 17.728 12.933C17.9579 13.5115 18.0125 14.1456 17.886 14.7557C17.7596 15.3659 17.4569 15.9253 17.0163 16.3659C16.5757 16.8065 16.0163 17.1082 15.4071 17.2347C14.797 17.3611 14.1629 17.3065 13.5843 17.0776C13.3228 17.6389 12.91 18.1178 12.3918 18.4569C11.8736 18.796 11.2711 18.9847 10.6514 19C10.0326 18.9828 9.42914 18.7941 8.9119 18.455C8.3937 18.1149 7.98087 17.6379 7.71842 17.0766C7.137 17.2874 6.50769 17.3333 5.90137 17.2069C5.29504 17.0814 4.73566 16.7902 4.28547 16.3659C3.86018 15.9157 3.56995 15.3563 3.44543 14.749C3.32091 14.1427 3.3688 13.5134 3.58336 12.933C3.0211 12.6715 2.54217 12.2577 2.20118 11.7404C1.86018 11.2222 1.67052 10.6197 1.65137 10C1.66957 9.38027 1.86018 8.77682 2.20118 8.25958C2.54217 7.74234 3.0211 7.3295 3.58336 7.06705C3.3688 6.48659 3.32091 5.85728 3.44543 5.25096C3.56899 4.64464 3.86018 4.08429 4.28642 3.6341C4.73662 3.2069 5.29696 2.91379 5.9052 2.78927C6.51344 2.66284 7.14466 2.70977 7.72704 2.92337C7.98662 2.36207 8.39754 1.8841 8.91478 1.54406C9.43202 1.20402 10.0326 1.01628 10.6514 1C11.2711 1.01533 11.8736 1.20498 12.3918 1.54406C12.91 1.88314 13.3228 2.36111 13.5843 2.92337C14.1657 2.70977 14.795 2.66475 15.4014 2.78927C16.0086 2.91571 16.5671 3.20785 17.0173 3.6341C17.4435 4.08333 17.7366 4.64272 17.8621 5.25C17.9866 5.85632 17.9416 6.48563 17.728 7.06705C18.2893 7.3295 18.7663 7.74329 19.1054 8.26054ZM14.6192 8.34283C14.9121 8.04994 14.9121 7.57506 14.6192 7.28217C14.3263 6.98928 13.8514 6.98928 13.5585 7.28217L9.71387 11.1268L8.0567 9.46967C7.7638 9.17678 7.28893 9.17678 6.99604 9.46967C6.70314 9.76256 6.70314 10.2374 6.99604 10.5303L9.18354 12.7178C9.47643 13.0107 9.9513 13.0107 10.2442 12.7178L14.6192 8.34283Z"
    fill="currentColor"
  />
</svg>
