blob: dab43d7ed41fb91ec8f070980764d02e9ac943b1 (
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
|
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
>
<rect
x="3"
y="4"
width="18"
height="5"
rx="1"
stroke="white"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="
M 5 9
H 19
V 18
C 19 19.1046 18.1046 20 17 20
H 7
C 5.89543 20 5 19.1046 5 18
V 9
Z
"
stroke="white"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="
M 10 13
H 14
"
stroke="white"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
|