summaryrefslogtreecommitdiff
path: root/src/content/img/icon/arrow-down/dark.svg
blob: f82c038a7b685d42af262816a122edd03a53b28f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<svg
  xmlns="http://www.w3.org/2000/svg"
  viewBox="0 0 24 24"
  fill="none"
>
  <path
    d="
      M 12 4
      L 12 20
      M 12 20
      L 6  14
      M 12 20
      L 18 14
    "
    stroke="white"
    stroke-width="2"
    stroke-linecap="round"
    stroke-linejoin="round"
/>
</svg>