blob: ae4020614c28f3759610459c19a1adba3e0d0ed9 (
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
|
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
>
<path
d="
M 13.5 3
H 12
H 8
C 6.34315 3 5 4.34315 5 6
V 18
C 5 19.6569 6.34315 21 8 21
H 16
C 17.6569 21 19 19.6569 19 18
V 10.8125
V 8.625
M 13.5 3
L 19 8.625
M 13.5 3
V 7.625
C 13.5 8.17728 13.9477 8.625 14.5 8.625
H 19
"
stroke="black"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="
M 10 12
L 8 14
L 10 16
"
stroke="black"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="
M 14 12
L 16 14
L 14 16
"
stroke="black"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
|