blob: dd8928289f299b7f319b70a97f9b562488b8351f (
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
39
40
41
42
43
44
45
46
47
48
|
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
>
<g clip-path="url(#clip0_443_3604)">
<circle
cx="12"
cy="12"
r="9"
stroke="white"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
<circle
cx="9.5"
cy="9.5"
r="1.5"
fill="white"
/>
<circle
cx="14.5"
cy="9.5"
r="1.5"
fill="white"
/>
<path
d="
M 7.53803 15.6064
C 8.79314 14.5681 10.3711 14 12 14
C 13.6289 14 15.2069 14.5681 16.462 15.6064"
stroke="white"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</g>
<defs>
<clipPath id="clip0_443_3604">
<rect
width="24"
height="24"
fill="black"
/>
</clipPath>
</defs>
</svg>
|