blob: 45ceecb223de33dd7e6184428e6b0dc1851ef13d (
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
|
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
>
<path
d="
M 3 19
V 18
C 3 15.7909 4.79086 14 7 14
H 11
C 13.2091 14 15 15.7909 15 18
V 19
M 15 11
C 16.6569 11 18 9.65685 18 8
C 18 6.34315 16.6569 5 15 5
M 21 19
V 18
C 21 15.7909 19.2091 14 17 14
H 16.5
M 12 8
C 12 9.65685 10.6569 11 9 11
C 7.34315 11 6 9.65685 6 8
C 6 6.34315 7.34315 5 9 5
C 10.6569 5 12 6.34315 12 8
Z
"
stroke="white"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
|