blob: 91d8e1bc505d4f39963580480994f346c1b47668 (
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
|
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
>
<path
d="
M 14 18
L 16 20
L 22 14
M 4 20
V 19
C 4 16.2386 6.23858 14 9 14
H 12.75
M 15 7
C 15 9.20914 13.2091 11 11 11
C 8.79086 11 7 9.20914 7 7
C 7 4.79086 8.79086 3 11 3
C 13.2091 3 15 4.79086 15 7
Z
"
stroke="black"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
|