blob: 8609c4e8668ff0084ea7a55050820c720deeedd2 (
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
34
35
36
37
38
|
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
>
<path
d="
M 18.4721 16.7023
C 17.3398 18.2608 15.6831 19.3584 13.8064 19.7934
C 11.9297 20.2284 9.95909 19.9716 8.25656 19.0701
C 6.55404 18.1687 5.23397 16.6832 4.53889 14.8865
C 3.84381 13.0898 3.82039 11.1027 4.47295 9.29011
C 5.12551 7.47756 6.41021 5.96135 8.09103 5.02005
C 9.77184 4.07875 11.7359 3.77558 13.6223 4.16623
C 15.5087 4.55689 17.1908 5.61514 18.3596 7.14656
C 19.5283 8.67797 20.1052 10.5797 19.9842 12.5023
M 19.9842 12.5023
L 21.4842 11.0023
M 19.9842 12.5023
L 18.4842 11.0023
"
stroke="black"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="
M 12 8
V 12
L 15 15
"
stroke="black"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
|