blob: 38f6cb34cce4c807be3e2210b8e9de50a8158201 (
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
|
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
>
<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"
/>
<path
d="
M 9 5
H 7
C 5.89543 5 5 5.89543 5 7
V 19
C 5 20.1046 5.89543 21 7 21
H 12
H 17
C 18.1046 21 19 20.1046 19 19
V 7
C 19 5.89543 18.1046 5 17 5
H 15
"
stroke="white"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
|