blob: 2807e906ad076dce984b32b9bbfa021b516bb276 (
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
|
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
>
<path
d="
M 4 7
H 20
"
stroke="white"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="
M 6 7
V 18
C 6 19.6569 7.34315 21 9 21
H 15
C 16.6569 21 18 19.6569 18 18
V 7
"
stroke="white"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="
M 9 5
C 9 3.89543 9.89543 3 11 3
H 13
C 14.1046 3 15 3.89543 15 5
V 7
H 9
V 5
Z
"
stroke="white"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
|