blob: 7366e30b88255bd8766ad6fa88b63e179d5eee46 (
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
50
51
52
53
54
55
56
57
|
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
>
<path
d="
M 4 6
C 4 4.89543 4.89543 4 6 4
H 12
H 14.1716
C 14.702 4 15.2107 4.21071 15.5858 4.58579
L 19.4142 8.41421
C 19.7893 8.78929 20 9.29799 20 9.82843
V 12
V 18
C 20 19.1046 19.1046 20 18 20
H 6
C 4.89543 20 4 19.1046 4 18
V 6
Z
"
stroke="white"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"/>
<path
d="
M 8 4
H 13
V 7
C 13 7.55228 12.5523 8 12 8
H 9
C 8.44772 8 8 7.55228 8 7
V 4
Z
"
stroke="white"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"/>
<path
d="
M 7 15
C 7 13.8954 7.89543 13 9 13
H 15
C 16.1046 13 17 13.8954 17 15
V 20
H 7
V 15
Z
"
stroke="white"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"/>
</svg>
|