summaryrefslogtreecommitdiff
path: root/src/content/img/icon/chevron-down/light.svg
blob: de1f8b141524358119ff0276fdbbc36189eeb2c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<svg
  xmlns="http://www.w3.org/2000/svg"
  viewBox="0 0 24 24"
  fill="none"
>
  <path
    d="
      M 19      9
      L 12.7071 15.2929
      C 12.3166 15.6834 11.6834 15.6834 11.2929 15.2929
      L 5       9"
    stroke="black"
    stroke-width="2"
    stroke-linecap="round"
    stroke-linejoin="round"
  />
</svg>