summaryrefslogtreecommitdiff
path: root/src/content/img/icon/crop/dark.svg
blob: 4fe64fccd0c01591870150453b2f9bb5bc891f8c (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<svg
  xmlns="http://www.w3.org/2000/svg"
  viewBox="0 0 24 24"
  fill="none"
>
  <path
    d="
      M 20      16
      L 10      16
      C 8.89543 16 8 15.1046 8 14
      L 8       4
    "
    stroke="white"
    stroke-width="2"
    stroke-linecap="round"
    stroke-linejoin="round"
  />
  <path
    fill-rule="evenodd"
    clip-rule="evenodd"
    d="
      M 17      13
      V 10
      C 17      8.34315 15.6569 7       14 7
      H 11
      V 9
      H 14
      C 14.5523 9       15      9.44772 15 10
      V 13
      H 17
      Z
      M 9       9
      V 7
      H 4
      C 3.44772 7       3       7.44772 3  8
      C 3       8.55228 3.44772 9       4  9
      H 9
      Z
      M 15      15
      H 17
      V 20
      C 17      20.5523 16.5523 21      16 21
      C 15.4477 21      15      20.5523 15 20
      V 15
      Z
    "
    fill="white"
  />
</svg>