about summary refs log tree commit diff stats
path: root/src/pages/icons/RedirectIcon.svelte
blob: 9392762ad8f803704d6572b8b097cf2c20705e50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<svg
  xmlns="http://www.w3.org/2000/svg"
  height="24px"
  width="24px"
  viewBox="0 0 24 24"
  preserveAspectRatio="xMinYMin meet"
  fill="currentColor"
>
  <path d="M7 20v-9q0-.825.588-1.413Q8.175 9 9 9h8.2l-1.6-1.6L17 6l4 4-4 4-1.4-1.4 1.6-1.6H9v9Z" />
</svg>