aboutsummaryrefslogtreecommitdiff
path: root/static/icons/feather/clock.svg
blob: 9c6990771ac4a2a924cf7db5f6cb1a79bc5e0c4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<svg
    xmlns="http://www.w3.org/2000/svg"
    fill="none"
    height="24"
    stroke="currentColor"
    stroke-linecap="round"
    stroke-linejoin="round"
    stroke-width="2"
    viewBox="0 0 24 24"
    width="24"
  ><circle
      cx="12"
      cy="12"
      r="10"
  /><polyline
      points="12 6 12 12 16 14"
  /></svg
>