blob: 1b4040aaac98e061363bc4b8c62bca21e5293393 (
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
|
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
>
<path
d="
M 3 3
H 4.37144
C 5.31982 3 6.13781 3.66607 6.32996 4.59479
L 8.67004 15.9052
C 8.86219 16.8339 9.68018 17.5 10.6286 17.5
H 17.5
"
stroke="white"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="
M 6.82422 7
H 19.6743
C 20.3386 7 20.8183 7.6359 20.6358 8.27472
L 19.6217 11.8242
C 19.2537 13.1121 18.0765 14 16.7371 14
H 8.27734"
stroke="white"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
<circle
cx="16.5"
cy="20.5"
r="0.5"
fill="white"
stroke="white"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
<circle
cx="0.5"
cy="0.5"
r="0.5"
transform="matrix(1, 0, 0, -1, 10, 21)"
fill="white"
stroke="white"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
|