about summary refs log tree commit diff stats
path: root/src/pages/icons/RedirectToOriginalIcon.svelte
blob: aad5c48e7d38b2a580cdd7bfe756078151f8efb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<svg
  xmlns="http://www.w3.org/2000/svg"
  height="24px"
  width="24px"
  viewBox="0 0 24 24"
  preserveAspectRatio="xMinYMin meet"
  fill="currentColor"
>
  <path
    d="M 17,20 V 11 Q 17,10.175 16.412,9.587 15.825,9 15,9 H 6.8 L 8.4,7.4 7,6 3,10 7,14 8.4,12.6 6.8,11 H 15 v 9 z"
    id="path2"
  />
</svg>