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

<svg
  width={size}
  height={size}
  viewBox="0 0 32 32"
  fill="none"
  xmlns="http://www.w3.org/2000/svg"
>
  <path
    fill-rule="evenodd"
    clip-rule="evenodd"
    d="M16.4992 28.7992C19.894 28.7992 23.1497 27.4507 25.5502 25.0502C27.9507 22.6497 29.2992 19.394 29.2992 15.9992C29.2992 12.6044 27.9507 9.34872 25.5502 6.94825C23.1497 4.54779 19.894 3.19922 16.4992 3.19922C13.1044 3.19922 9.84872 4.54779 7.44825 6.94825C5.04779 9.34872 3.69922 12.6044 3.69922 15.9992C3.69922 19.394 5.04779 22.6497 7.44825 25.0502C9.84872 27.4507 13.1044 28.7992 16.4992 28.7992ZM17.6992 7.99922C17.6992 7.68096 17.5728 7.37573 17.3477 7.15069C17.1227 6.92565 16.8175 6.79922 16.4992 6.79922C16.181 6.79922 15.8757 6.92565 15.6507 7.15069C15.4256 7.37573 15.2992 7.68096 15.2992 7.99922V15.9992C15.2992 16.6616 15.8368 17.1992 16.4992 17.1992H22.8992C23.2175 17.1992 23.5227 17.0728 23.7477 16.8477C23.9728 16.6227 24.0992 16.3175 24.0992 15.9992C24.0992 15.681 23.9728 15.3757 23.7477 15.1507C23.5227 14.9256 23.2175 14.7992 22.8992 14.7992H17.6992V7.99922Z"
    fill="currentColor"
  />
</svg>
