blob: 9f68ab9b437c7036b94e898eca70dcd9010e6fc2 (
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
|
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
>
<path
d="
M 5 20
V 19
C 5 16.2386 7.23858 14 10 14
H 14
C 16.7614 14 19 16.2386 19 19
V 20
M 16 7
C 16 9.20914 14.2091 11 12 11
C 9.79086 11 8 9.20914 8 7
C 8 4.79086 9.79086 3 12 3
C 14.2091 3 16 4.79086 16 7
Z
"
stroke="black"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
|