blob: 8a16d654b7ca4270d0073af51fc750bef307a287 (
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="
M 6.90904 5.82325
C 6.33296 6.7445 6 7.83337 6 9
V 11.7564
C 6 12.1579 5.70766 12.6054 5.09976 13.2452
C 4.41915 13.9616 4 14.9329 4 16
C 4 17.1046 4.89543 18 6 18
H 7
H 16
C 16.8342 18 17.5492 17.4892 17.8492 16.7634
L 16 14.9142
V 16
H 7
H 6
C 6 15.4658 6.20812 14.9823 6.54971 14.6228
C 7.10947 14.0336 8 13.05 8 11.7564
V 9
C 8 8.3901 8.1365 7.81208 8.38062 7.29483
L 6.90904 5.82325
Z
M 16 12.0858
V 9
C 16 6.79086 14.2091 5 12 5
C 11.1288 5 10.3226 5.27854 9.66565 5.75143
L 8.23901 4.3248
C 9.26789 3.49606 10.576 3 12 3
C 15.3137 3 18 5.68629 18 9
V 14.0858
L 16 12.0858
Z
"
fill="white"
/>
<path
d="
M 3 3
L 21 21
"
stroke="white"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="
M 13.7976 19.8767
C 13.6312 20.2179 13.3712 20.5046 13.048 20.7035
C 12.7247 20.9023 12.3516 21.0051 11.9721 20.9998
C 11.5926 20.9945 11.2224 20.8813 10.9049 20.6735
C 10.5873 20.4657 10.3354 20.1718 10.1786 19.8262
"
stroke="white"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="
M 12 3
V 4
"
stroke="white"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
|