blob: 83aabdf7f4484617915e6469a98106a732a9a50e (
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 15.2141 7.39294
L 8.68387 10.6581
M 8.68387 10.6581
C 8.19134 9.67492 7.17449 9 6 9
C 4.34315 9 3 10.3431 3 12
C 3 13.6569 4.34315 15 6 15
C 7.17449 15 8.19134 14.3251 8.68387 13.3419
M 8.68387 10.6581
C 8.88616 11.0619 9 11.5176 9 12
C 9 12.4824 8.88616 12.9381 8.68387 13.3419
M 15.2141 16.6071
L 8.68387 13.3419
M 21 6
C 21 7.65685 19.6569 9 18 9
C 16.3431 9 15 7.65685 15 6
C 15 4.34315 16.3431 3 18 3
C 19.6569 3 21 4.34315 21 6
Z
M 21 18
C 21 19.6569 19.6569 21 18 21
C 16.3431 21 15 19.6569 15 18
C 15 16.3431 16.3431 15 18 15
C 19.6569 15 21 16.3431 21 18
Z
"
stroke="black"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
|