blob: 4ad8e9e6d9156f41ce7fb55100879bd51b95951c (
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
|
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
>
<path
d="
M 20 10
V 7
C 20 5.89543 19.1046 5 18 5
H 6
C 4.89543 5 4 5.89543 4 7
V 10
M 20 10
V 19
C 20 20.1046 19.1046 21 18 21
H 6
C 4.89543 21 4 20.1046 4 19
V 10
M 20 10
H 4
M 8 3
V 7
M 16 3
V 7
"
stroke="white"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
|