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