blob: 695eebb5502941dfdbeeb1b849b408d59be618c4 (
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
49
50
51
52
53
54
55
|
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
>
<circle
cx="6.5"
cy="6.5"
r="2.5"
stroke="white"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
<circle
cx="6.5"
cy="17.5"
r="2.5"
stroke="white"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="
M 6 14.9999
L 20 6.26758
"
stroke="white"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="
M 12.6985 11.9995
L 6.52936 8.15153
C 6.06076 7.85925 5.44394 8.00218 5.15166 8.47078
C 4.85937 8.93939 5.0023 9.55621 5.47091 9.84849
L 10.809 13.1781
L 12.6985 11.9995
Z
M 14.5881 13.1781
L 12.6985 14.3566
L 19.4709 18.5809
C 19.9395 18.8731 20.5564 18.7302 20.8486 18.2616
C 21.1409 17.793 20.998 17.1762 20.5294 16.8839
L 14.5881 13.1781
Z
"
fill="white"
/>
</svg>
|