blob: f61f09450c4c35fee9f91dd24c936561697b244b (
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 7 7.2
C 7 6.07989 7 5.51984 7.21799 5.09202
C 7.40973 4.71569 7.71569 4.40973 8.09202 4.21799
C 8.51984 4 9.07989 4 10.2 4
H 13.8
C 14.9201 4 15.4802 4 15.908 4.21799
C 16.2843 4.40973 16.5903 4.71569 16.782 5.09202
C 17 5.51984 17 6.07989 17 7.2
V 20
L 14.126 17.4453
C 13.3737 16.7766 12.9976 16.4423 12.5732 16.3154
C 12.1992 16.2035 11.8008 16.2035 11.4268 16.3154
C 11.0024 16.4423 10.6263 16.7766 9.87404 17.4453
L 7 20
V 7.2
Z
"
stroke="black"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
|