about summary refs log tree commit diff stats
path: root/src/pages/icons/AutoPickIcon.svelte
blob: 86adfa284e2fd22497807f8416f9e86834aa58f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<svg
  {...$$restProps}
  xmlns="http://www.w3.org/2000/svg"
  height="20px"
  viewBox="0 -960 960 960"
  width="20px"
  fill="currentColor"
  ><path
    d="M144-144v-178l342-342-54-53 51-51 72 72 110.22-110.22q4.45-4.45 11.11-7.11Q683-816 691-816t15 2.5q7 2.5 12 7.5l87 88q4.55 5.83 7.27 12.64 2.73 6.8 2.73 14.58t-2.66 14.44q-2.67 6.66-7.11 11.1L696-556l72 73-51 51-54-54-341 342H144Zm72-72h76l320-320-75-76-321 320v76Zm424-385 90-91-38-39-91 90 39 40Zm0 0-39-40 39 40Z"
  /></svg
>