summaryrefslogtreecommitdiff
path: root/src/content/img/icon/fullscreen/light.svg
blob: 3dc26687df12cb8c93e031356fdbed64c8fe4a88 (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
29
30
<svg
  xmlns="http://www.w3.org/2000/svg"
  viewBox="0 0 24 24"
  fill="none"
>
  <path
    d="
      M 4       15
      V 18
      C 4       19.1046 4.89543 20      6  20
      H 9
      M 15.2173 20
      H 18
      C 19.1046 20      20      19.1046 20 18
      V 15
      M 20      9
      V 6
      C 20      4.89543 19.1046 4       18 4
      H 15
      M 4       9
      V 6
      C 4       4.89543 4.89543 4       6  4
      H 9
    "
    stroke="black"
    stroke-width="2"
    stroke-linecap="round"
    stroke-linejoin="round"
  />
</svg>