blob: c32368ebde6d4bc641f820a7d39a2a4f5deeafe7 (
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
|
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
>
<path
d="
M 15 16.5
V 19
C 15 20.1046 14.1046 21 13 21
H 6
C 4.89543 21 4 20.1046 4 19
V 5
C 4 3.89543 4.89543 3 6 3
H 13
C 14.1046 3 15 3.89543 15 5
V 8.0625
M 11 12
H 21
M 21 12
L 18.5 9.5
M 21 12
L 18.5 14.5
"
stroke="white"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
|