about summary refs log tree commit diff stats
path: root/src/pages/icons/ResetIcon.svelte
blob: 6daf57e606dde5cd1bc3e9638042db18028d7422 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<svg
  xmlns="http://www.w3.org/2000/svg"
  enable-background="new 0 0 24 24"
  height="24px"
  viewBox="0 0 24 24"
  width="24px"
  fill="currentColor"
  {...$$restProps}
>
  <path
    d="M12,5V2L8,6l4,4V7c3.31,0,6,2.69,6,6c0,2.97-2.17,5.43-5,5.91v2.02c3.95-0.49,7-3.85,7-7.93C20,8.58,16.42,5,12,5z"
  />
  <path
    d="M6,13c0-1.65,0.67-3.15,1.76-4.24L6.34,7.34C4.9,8.79,4,10.79,4,13c0,4.08,3.05,7.44,7,7.93v-2.02 C8.17,18.43,6,15.97,6,13z"
  />
</svg>