mlclaw 0.1.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.agents/skills/mlclaw/SKILL.md +63 -18
- package/Dockerfile +21 -4
- package/README.md +70 -24
- package/assets/hf-logo.svg +8 -0
- package/assets/hf-tooling/manifest.json +50 -0
- package/assets/hf-tooling/skills/hf-cli/SKILL.md +218 -0
- package/assets/hf-tooling/skills/hf-mem/SKILL.md +79 -0
- package/assets/hf-tooling/skills/huggingface-best/SKILL.md +134 -0
- package/assets/hf-tooling/skills/huggingface-datasets/SKILL.md +107 -0
- package/assets/hf-tooling/skills/huggingface-gradio/SKILL.md +298 -0
- package/assets/hf-tooling/skills/huggingface-gradio/examples.md +613 -0
- package/assets/hf-tooling/skills/huggingface-local-models/SKILL.md +113 -0
- package/assets/hf-tooling/skills/huggingface-local-models/references/hardware.md +38 -0
- package/assets/hf-tooling/skills/huggingface-local-models/references/hub-discovery.md +178 -0
- package/assets/hf-tooling/skills/huggingface-local-models/references/quantization.md +256 -0
- package/assets/hf-tooling/skills/huggingface-papers/SKILL.md +239 -0
- package/assets/hf-tooling/skills/huggingface-spaces/SKILL.md +239 -0
- package/assets/hf-tooling/skills/huggingface-spaces/references/buckets.md +89 -0
- package/assets/hf-tooling/skills/huggingface-spaces/references/debugging.md +236 -0
- package/assets/hf-tooling/skills/huggingface-spaces/references/gradio.md +200 -0
- package/assets/hf-tooling/skills/huggingface-spaces/references/grants.md +56 -0
- package/assets/hf-tooling/skills/huggingface-spaces/references/inference-providers.md +85 -0
- package/assets/hf-tooling/skills/huggingface-spaces/references/known-errors.md +232 -0
- package/assets/hf-tooling/skills/huggingface-spaces/references/requirements.md +169 -0
- package/assets/hf-tooling/skills/huggingface-spaces/references/zerogpu.md +349 -0
- package/assets/hf-tooling/skills/huggingface-tool-builder/SKILL.md +120 -0
- package/assets/hf-tooling/skills/huggingface-tool-builder/references/baseline_hf_api.py +57 -0
- package/assets/hf-tooling/skills/huggingface-tool-builder/references/baseline_hf_api.sh +40 -0
- package/assets/hf-tooling/skills/huggingface-tool-builder/references/baseline_hf_api.tsx +57 -0
- package/assets/hf-tooling/skills/huggingface-tool-builder/references/find_models_by_paper.sh +230 -0
- package/assets/hf-tooling/skills/huggingface-tool-builder/references/hf_enrich_models.sh +96 -0
- package/assets/hf-tooling/skills/huggingface-tool-builder/references/hf_model_card_frontmatter.sh +188 -0
- package/assets/hf-tooling/skills/huggingface-tool-builder/references/hf_model_papers_auth.sh +171 -0
- package/assets/hf-tooling/skills/huggingface-zerogpu/SKILL.md +289 -0
- package/assets/hf-tooling/skills/huggingface-zerogpu/references/concurrency.md +79 -0
- package/assets/hf-tooling/skills/huggingface-zerogpu/references/cuda-and-deps.md +66 -0
- package/assets/hf-tooling/skills/huggingface-zerogpu/references/how-quota-works.md +74 -0
- package/assets/hf-tooling/skills/huggingface-zerogpu/references/how-zerogpu-works.md +50 -0
- package/assets/hf-tooling/templates/.agents/mcp/huggingface.json +11 -0
- package/assets/hf-tooling/templates/.env.example +5 -0
- package/assets/hf-tooling/templates/examples/huggingface/README.md +16 -0
- package/assets/hf-tooling/templates/examples/huggingface/bucket-sync.md +19 -0
- package/assets/hf-tooling/templates/examples/huggingface/dataset-upload.py +22 -0
- package/assets/hf-tooling/templates/examples/huggingface/hf-discover.md +13 -0
- package/assets/hf-tooling/templates/examples/huggingface/runtime-inspection.py +9 -0
- package/assets/mlclaw-control-ui/assets/index-D2TFes32.js +9 -0
- package/assets/mlclaw-control-ui/assets/index-DP72PFuv.css +1 -0
- package/assets/mlclaw-control-ui/index.html +13 -0
- package/assets/mlclaw.svg +298 -124
- package/dist/hf-tooling-seed.js +261 -0
- package/dist/mlclaw-space-runtime.js +6634 -3321
- package/dist/mlclaw.mjs +428 -178
- package/entrypoint.sh +4 -0
- package/mlclaw.ps1 +4 -2
- package/mlclaw.sh +5 -3
- package/openclaw.default.json +1 -0
- package/package.json +16 -2
- package/space/README.md +32 -2
- package/tsconfig.json +3 -2
package/assets/mlclaw.svg
CHANGED
|
@@ -1,20 +1,19 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
-
|
|
4
2
|
<svg
|
|
5
|
-
width="
|
|
6
|
-
height="
|
|
7
|
-
viewBox="0 0
|
|
3
|
+
width="2365.4871"
|
|
4
|
+
height="2106.448"
|
|
5
|
+
viewBox="0 0 2365.487 2106.448"
|
|
6
|
+
fill="none"
|
|
8
7
|
version="1.1"
|
|
9
|
-
id="
|
|
10
|
-
|
|
11
|
-
sodipodi:docname="mlclaw.svg"
|
|
8
|
+
id="svg32"
|
|
9
|
+
sodipodi:docname="huggingclaw.svg"
|
|
12
10
|
inkscape:version="1.4.4 (dcaf3e7, 2026-05-05)"
|
|
13
11
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
14
12
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
15
13
|
xmlns="http://www.w3.org/2000/svg"
|
|
16
|
-
xmlns:svg="http://www.w3.org/2000/svg"
|
|
17
|
-
|
|
14
|
+
xmlns:svg="http://www.w3.org/2000/svg">
|
|
15
|
+
<sodipodi:namedview
|
|
16
|
+
id="namedview32"
|
|
18
17
|
pagecolor="#ffffff"
|
|
19
18
|
bordercolor="#000000"
|
|
20
19
|
borderopacity="0.25"
|
|
@@ -22,122 +21,297 @@
|
|
|
22
21
|
inkscape:pageopacity="0.0"
|
|
23
22
|
inkscape:pagecheckerboard="0"
|
|
24
23
|
inkscape:deskcolor="#d1d1d1"
|
|
25
|
-
inkscape:
|
|
26
|
-
inkscape:
|
|
27
|
-
inkscape:
|
|
28
|
-
inkscape:cy="614.00973"
|
|
24
|
+
inkscape:zoom="0.15347498"
|
|
25
|
+
inkscape:cx="2107.8354"
|
|
26
|
+
inkscape:cy="781.88641"
|
|
29
27
|
inkscape:window-width="1512"
|
|
30
28
|
inkscape:window-height="855"
|
|
31
29
|
inkscape:window-x="0"
|
|
32
30
|
inkscape:window-y="33"
|
|
33
31
|
inkscape:window-maximized="0"
|
|
34
|
-
inkscape:current-layer="
|
|
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
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
32
|
+
inkscape:current-layer="svg32" />
|
|
33
|
+
<defs
|
|
34
|
+
id="defs32">
|
|
35
|
+
<clipPath
|
|
36
|
+
id="clip0_19_658">
|
|
37
|
+
<rect
|
|
38
|
+
width="2540"
|
|
39
|
+
height="2540"
|
|
40
|
+
fill="#ffffff"
|
|
41
|
+
id="rect32"
|
|
42
|
+
x="0"
|
|
43
|
+
y="0" />
|
|
44
|
+
</clipPath>
|
|
45
|
+
<clipPath
|
|
46
|
+
clipPathUnits="userSpaceOnUse"
|
|
47
|
+
id="clipPath95">
|
|
48
|
+
<rect
|
|
49
|
+
width="2536.8831"
|
|
50
|
+
height="2543.4209"
|
|
51
|
+
fill="#ffffff"
|
|
52
|
+
id="rect96"
|
|
53
|
+
x="0"
|
|
54
|
+
y="0"
|
|
55
|
+
style="stroke-width:1.00003"
|
|
56
|
+
transform="matrix(-0.11235265,0.9936684,-0.99240843,-0.12298581,0,0)" />
|
|
57
|
+
</clipPath>
|
|
58
|
+
<clipPath
|
|
59
|
+
clipPathUnits="userSpaceOnUse"
|
|
60
|
+
id="clipPath99">
|
|
61
|
+
<rect
|
|
62
|
+
width="2540"
|
|
63
|
+
height="2540"
|
|
64
|
+
fill="#ffffff"
|
|
65
|
+
id="rect99"
|
|
66
|
+
x="0"
|
|
67
|
+
y="0" />
|
|
68
|
+
</clipPath>
|
|
69
|
+
<clipPath
|
|
70
|
+
clipPathUnits="userSpaceOnUse"
|
|
71
|
+
id="clipPath99-9">
|
|
72
|
+
<rect
|
|
73
|
+
width="2540"
|
|
74
|
+
height="2540"
|
|
75
|
+
fill="#ffffff"
|
|
76
|
+
id="rect99-7"
|
|
77
|
+
x="0"
|
|
78
|
+
y="0" />
|
|
79
|
+
</clipPath>
|
|
80
|
+
<clipPath
|
|
81
|
+
id="clip0_19_658-0">
|
|
82
|
+
<rect
|
|
83
|
+
width="2540"
|
|
84
|
+
height="2540"
|
|
85
|
+
fill="#ffffff"
|
|
86
|
+
id="rect32-3"
|
|
87
|
+
x="0"
|
|
88
|
+
y="0" />
|
|
89
|
+
</clipPath>
|
|
90
|
+
</defs>
|
|
91
|
+
<g
|
|
92
|
+
id="g100"
|
|
93
|
+
transform="translate(-3662.4999,-889.50005)">
|
|
94
|
+
<path
|
|
95
|
+
id="path98"
|
|
96
|
+
clip-path="url(#clipPath99-9)"
|
|
97
|
+
style="baseline-shift:baseline;display:inline;overflow:visible;vector-effect:none;fill:#ffffff;paint-order:markers stroke fill;enable-background:accumulate;stop-color:#000000"
|
|
98
|
+
d="m 1235.6504,188.32227 c -225.9001,-6.05905 -447.52526,62.60434 -630.4297,195.3164 v 0.002 C 384.87404,543.52077 237.01036,784.47303 194.25391,1053.334 c -42.75645,268.8609 23.06546,543.7977 182.94531,764.1445 198.84511,274.0494 519.93797,431.9739 857.27148,423.3027 15.3665,7.584 31.2891,14.1958 47.8477,19.5137 80.6787,25.9112 184.5295,39.7196 288.4882,11.4629 44.9309,-12.2181 85.5801,-30.4387 121.2149,-53.3672 15.7091,-2.2981 31.0502,-5.7194 45.9824,-10.0293 113.1198,29.7605 232.0867,42.3963 334.8848,8.2735 6.9624,-2.3108 13.7272,-4.8189 20.3652,-7.4532 6.7798,-0.2546 13.3521,-0.7686 19.5996,-1.5468 l 0.037,0.123 c 13.293,-1.6547 14.2977,-2.0861 3.2012,-0.543 8.6742,-1.2073 18.1424,-2.9525 28.2031,-5.6523 11.6961,-3.1385 22.462,-7.0084 32.4043,-11.1777 6.3821,-2.6764 9.5217,-4.2968 9.6406,-4.4336 v 0 0 0 0 0 0 0 0 c -0.039,0 -0.2227,0.077 -0.5449,0.2265 5.7272,-2.6527 12.6736,-5.9733 20.5117,-10.3984 5.3809,-3.0376 8.7691,-5.2496 10.4082,-6.2637 5.0595,-3.1298 10.6512,-6.7258 16.6211,-10.959 3.4083,-2.4162 6.7005,-4.8476 9.8672,-7.2812 0.3676,-0.2816 0.6764,-0.5658 1.041,-0.8477 l 5.5879,3.002 1.9121,-0.037 c 20.0855,8.9298 42.829,16.2139 70.5742,18.6132 39.2209,3.3918 100.3861,-12.7411 132.3027,-59.2734 l 0.01,-0.01 0.01,-0.01 c 6.3318,-9.2357 11.9442,-19.6204 16.1582,-31.0391 1.3827,-3.7455 2.6327,-7.6489 3.7109,-11.6953 l 0.01,-0.029 0.164,-0.6035 0.1602,-0.6387 -0.039,0.1485 c 0.948,-3.6899 1.7319,-7.4166 2.3438,-11.1387 l 0.01,-0.037 c 5.7353,-34.9541 -3.9825,-64.7417 -18.2812,-87.9824 2.2712,-5.4111 4.3771,-11.1049 6.082,-17.418 v -0.014 c 0.8612,-3.1895 1.6105,-6.4727 2.2266,-9.832 v -0.01 -0.01 c 0.061,-0.3319 0.09,-0.7238 0.1484,-1.0605 0.5115,-2.9287 0.9749,-5.9737 1.2871,-9.2227 v -0.012 c 0,-0.025 0,-0.049 0.01,-0.074 v 0.072 l 0.3144,-3.2558 0.033,-1.291 c 0.1171,-2.0156 0.184,-4.0179 0.2012,-6.0079 v -0.012 -0.014 c 0.012,-1.3744 -0.022,-2.7622 -0.08,-4.1582 l -0.014,-2.9804 -0.1094,-1.3906 -21.4416,-47.4155 -22.8651,-41.4029 c -0.3063,-0.2606 -0.6079,-0.5197 -0.9121,-0.7734 -0.1818,-3.9671 -0.4594,-8.0344 -0.9687,-12.3301 -0.2766,-2.3321 -0.7541,-4.8435 -1.207,-7.3301 27.8654,-54.0192 49.1299,-120.7772 34.1738,-196.834 l 0.068,0.375 c -7.3955,-50.3006 -32.9511,-92.7603 -66.1035,-125.7832 l 0.9512,0.9688 c -0.4836,-0.5163 -0.9688,-1.0285 -1.4551,-1.5391 -0.5172,-0.5123 -1.0358,-1.0235 -1.5566,-1.5313 l 0.5801,0.5918 c -41.5152,-43.1254 -92.6157,-65.9908 -137.8711,-75.9785 -10.4636,-2.6688 -21.1639,-4.8601 -32.0801,-6.5117 49.7963,-274.9393 -14.6038,-558.97867 -179.2149,-785.84569 -187.3924,-258.2636 -484.4386,-414.7868 -803.4101,-423.33984 z m 1231.5293,1754.09373 0.061,-0.3203 0.059,-0.3379 z m 1.7129,-29.1836 0.062,1.4942 c -0.023,-0.4166 -0.048,-0.8334 -0.072,-1.25 z"
|
|
99
|
+
transform="translate(3484.4868,705.04693)"
|
|
100
|
+
sodipodi:nodetypes="cccsccccccsccccssscccccccscsssccccscccscccccccccccccccsccccscsccccccsccccccccccscccccccccc" />
|
|
101
|
+
<g
|
|
102
|
+
clip-path="url(#clip0_19_658-0)"
|
|
103
|
+
id="g32"
|
|
104
|
+
transform="translate(3484.4868,705.04693)">
|
|
105
|
+
<circle
|
|
106
|
+
cx="1208.13"
|
|
107
|
+
cy="1214.5699"
|
|
108
|
+
r="931.96802"
|
|
109
|
+
transform="rotate(-35.964,1208.13,1214.57)"
|
|
110
|
+
fill="#ffd21e"
|
|
111
|
+
stroke="#ff9d00"
|
|
112
|
+
stroke-width="40.4151"
|
|
113
|
+
id="circle1" />
|
|
114
|
+
<path
|
|
115
|
+
d="m 1131.72,873.756 c 133.44,129.154 334.52,190.124 561.85,169.294 -224.19,6.49 -405.04,-46.363 -561.85,-169.294 z"
|
|
116
|
+
stroke="#32343d"
|
|
117
|
+
stroke-width="58.0361"
|
|
118
|
+
stroke-linecap="round"
|
|
119
|
+
stroke-linejoin="round"
|
|
120
|
+
id="path1" />
|
|
121
|
+
<path
|
|
122
|
+
d="m 1147.27,811.351 c -5.75,46.465 -43.86,83.183 -79.24,91.33"
|
|
123
|
+
stroke="#32343d"
|
|
124
|
+
stroke-width="58.0461"
|
|
125
|
+
stroke-linecap="round"
|
|
126
|
+
id="path2" />
|
|
127
|
+
<path
|
|
128
|
+
d="m 1957.53,1030.55 c 37.23,10.65 76.03,-10.89 86.69,-48.113 10.65,-37.22 -10.89,-76.031 -48.12,-86.682 -37.22,-10.652 -76.03,10.89 -86.68,48.11 -10.65,37.223 10.89,76.035 48.11,86.685 z"
|
|
129
|
+
fill="#ff9d00"
|
|
130
|
+
id="path3" />
|
|
131
|
+
<path
|
|
132
|
+
d="m 891.27,731.027 c 37.222,10.651 76.031,-10.888 86.682,-48.109 10.651,-37.223 -10.888,-76.031 -48.111,-86.683 -37.223,-10.651 -76.031,10.888 -86.683,48.111 -10.65,37.221 10.889,76.029 48.112,86.681 z"
|
|
133
|
+
fill="#ff9d00"
|
|
134
|
+
id="path4" />
|
|
135
|
+
<path
|
|
136
|
+
d="m 1050.21,638.778 c 52.92,85.34 165.51,124.947 264.02,75.548 -98.49,12.459 -184.59,-12.181 -264.02,-75.548 z"
|
|
137
|
+
stroke="#32343d"
|
|
138
|
+
stroke-width="34.9683"
|
|
139
|
+
stroke-linecap="round"
|
|
140
|
+
stroke-linejoin="round"
|
|
141
|
+
id="path5" />
|
|
142
|
+
<path
|
|
143
|
+
d="m 1601.36,796.492 c 52.92,85.34 165.5,124.947 264.01,75.548 -98.49,12.459 -184.59,-12.182 -264.01,-75.548 z"
|
|
144
|
+
stroke="#32343d"
|
|
145
|
+
stroke-width="34.9683"
|
|
146
|
+
stroke-linecap="round"
|
|
147
|
+
stroke-linejoin="round"
|
|
148
|
+
id="path6" />
|
|
149
|
+
<path
|
|
150
|
+
d="m 1151.71,1964.12 c 658.94,109.09 940.92,-528.27 940.92,-528.27 -122.21,488.5 -617.28,785.43 -1105.778,663.22 C 498.356,1976.86 201.423,1481.78 323.635,993.286 360.471,1333.3 492.762,1855.04 1151.71,1964.12 Z"
|
|
151
|
+
fill="#ff9d00"
|
|
152
|
+
id="path7" />
|
|
153
|
+
<path
|
|
154
|
+
d="m 2301.17,1791.33 c -55.48,-12.02 -111.6,103.33 -103.87,158.33 7.72,55.01 12.74,46.17 23.72,67.98 10.99,21.81 119.41,94.24 155.55,41.55 36.13,-52.7 -68.31,-85.5 -68.31,-85.5 0,0 75.34,-21.22 65.35,-60.26 -9.98,-39.04 -60.97,-22.92 -60.97,-22.92 0,0 44.01,-87.17 -11.47,-99.18 z"
|
|
155
|
+
fill="#ef1f1f"
|
|
156
|
+
id="path8" />
|
|
157
|
+
<path
|
|
158
|
+
d="m 2319.4,1977.75 c 25.9,10.28 85.87,39.58 57.17,81.43 -24.19,35.28 -80.78,14.48 -118.85,-9.67 23.89,-21.1 45.61,-46.51 61.68,-71.76 z m 31.36,-88.49 c 10.1,3.02 19.21,9.92 22.85,24.17 6.85,26.77 -26.41,45.16 -48,54.08 10.13,-17.59 17.26,-34.79 20.21,-50.09 2.1,-10.91 3.72,-20.19 4.94,-28.16 z"
|
|
159
|
+
fill="#ce1a16"
|
|
160
|
+
id="path9" />
|
|
161
|
+
<path
|
|
162
|
+
d="m 2264.4,1942.57 c -16.72,-56.99 -97.76,-73.39 -184.68,-35.49 -86.93,37.89 -144.71,156.19 -34.78,199.88 109.94,43.7 236.18,-107.39 219.46,-164.39 z"
|
|
163
|
+
fill="#ef1f1f"
|
|
164
|
+
id="path10" />
|
|
165
|
+
<path
|
|
166
|
+
d="m 2220.51,1895.87 c 21.81,9.17 37.52,24.99 43.89,46.7 13.9,47.38 -71,159.79 -163.19,171.26 87.04,-46.27 144.33,-169.68 120.82,-215.16 -0.49,-0.95 -1,-1.88 -1.52,-2.8 z"
|
|
167
|
+
fill="#ce1a16"
|
|
168
|
+
id="path11" />
|
|
169
|
+
<path
|
|
170
|
+
d="m 2184.09,1923.12 c 1.1,-70.3 -119.69,-251.26 -222.97,-319.24 -103.27,-67.97 -473.26,326.94 -394.6,417.08 78.66,90.13 354.55,146.34 476.56,105.84 122.01,-40.49 139.92,-133.37 141.01,-203.68 z"
|
|
171
|
+
fill="#ef1f1f"
|
|
172
|
+
id="path12" />
|
|
173
|
+
<path
|
|
174
|
+
d="m 2144.08,1814.06 c 24.88,43.77 40.41,83.64 40.02,109.06 -1.1,70.3 -19.01,163.18 -141.02,203.67 -109.96,36.5 -344.93,-5.55 -447.83,-80.2 130.45,44.65 298.43,61.86 390.43,31.32 140.53,-46.64 161.17,-153.61 162.42,-234.59 0.13,-8.46 -1.27,-18.31 -4.02,-29.26 z"
|
|
175
|
+
fill="#ce1a16"
|
|
176
|
+
id="path13" />
|
|
177
|
+
<ellipse
|
|
178
|
+
cx="1424.99"
|
|
179
|
+
cy="1419.41"
|
|
180
|
+
rx="180.44901"
|
|
181
|
+
ry="190.57001"
|
|
182
|
+
transform="rotate(-4.63708,1424.99,1419.41)"
|
|
183
|
+
fill="#1b1d22"
|
|
184
|
+
id="ellipse13" />
|
|
185
|
+
<path
|
|
186
|
+
d="m 1564.6,1299.92 c 22.37,28.95 37.02,65.02 40.25,104.9 8.51,104.91 -65.12,196.48 -164.45,204.54 -99.33,8.05 -186.76,-70.46 -195.27,-175.36 -0.09,-1.13 -0.17,-2.25 -0.24,-3.37 36.46,47.18 93.45,75.44 155.01,70.45 98.27,-7.97 171.38,-97.67 164.7,-201.16 z"
|
|
187
|
+
fill="#000000"
|
|
188
|
+
id="path14" />
|
|
189
|
+
<ellipse
|
|
190
|
+
cx="1371.96"
|
|
191
|
+
cy="1267.58"
|
|
192
|
+
rx="31.7868"
|
|
193
|
+
ry="17.0208"
|
|
194
|
+
transform="rotate(-25.4747,1371.96,1267.58)"
|
|
195
|
+
fill="#ffffff"
|
|
196
|
+
id="ellipse14" />
|
|
197
|
+
<path
|
|
198
|
+
d="m 1415.16,1463.15 c 7.28,6.14 16.64,9.06 26.11,8.03 9.46,-1.02 18.25,-5.91 24.35,-13.5 6.11,-7.59 9,-17.22 7.98,-26.68 -1.03,-9.47 -5.89,-17.99 -13.44,-23.78 0,0 0,0 0,0 -6.98,-5.27 -12.77,-11.11 -17.4,-17.62 -47.25,-66.73 36.52,-191.63 129.6,-218.81 84.08,-27.74 186.17,3.59 236.52,79.68 6.1,8.95 11.52,18.42 16.21,28.31 2.18,4.62 6.15,8.2 10.99,10 4.84,1.8 10.15,1.66 14.81,-0.41 4.66,-2.07 8.32,-5.92 10.23,-10.72 1.9,-4.79 1.91,-10.15 -0.06,-14.86 0,0 0,0 0,0 -5.01,-11.93 -10.93,-23.49 -17.75,-34.55 -56.19,-94.21 -179.3,-139.64 -285.93,-109.84 -117.47,35.89 -244.95,158.67 -173.11,309.96 8.5,13.34 19.12,24.99 30.89,34.79 z"
|
|
199
|
+
fill="#ce1a16"
|
|
200
|
+
id="path15" />
|
|
201
|
+
<path
|
|
202
|
+
d="m 1564.2,2114.66 c 264,84.24 459.99,-272.91 436.32,-467.01 -23.67,-194.09 -306.84,-475.33 -584.77,-327.84 -277.93,147.5 -203.75,682.46 148.45,794.85 z"
|
|
203
|
+
fill="#ef1f1f"
|
|
204
|
+
id="path16" />
|
|
205
|
+
<path
|
|
206
|
+
d="m 1304.76,1423.7 c 52.88,55.88 103.19,146.71 103.79,243.26 0.2,32.96 7.85,66.61 32.45,88.54 34.74,30.95 91.23,73.56 158.07,94.89 239.91,76.56 374.88,-102.49 379.74,-281.46 11.21,26.95 18.64,53.57 21.71,78.72 23.67,194.1 -172.33,551.25 -436.32,467 -292.76,-93.42 -393.43,-478.82 -259.44,-690.95 z"
|
|
207
|
+
fill="#ce1a16"
|
|
208
|
+
id="path17" />
|
|
209
|
+
<path
|
|
210
|
+
d="m 1518.65,1405 c 1.74,9.36 7.12,17.58 15.07,22.83 7.93,5.25 17.78,7.1 27.27,5.16 9.49,-1.93 17.83,-7.49 23.08,-15.43 5.25,-7.95 6.98,-17.62 4.92,-26.91 0,0 0,0 0,0 -2.74,-12.06 -3.69,-23.88 -2.72,-35.42 13.38,-118.4 206.05,-169.55 325.66,-118.11 110.18,43.99 187.6,163.92 173.78,284.73 -1.45,14.37 -4.03,28.66 -7.7,42.74 -1.3,4.96 -0.56,10.28 2.01,14.77 2.58,4.49 6.77,7.78 11.71,9.17 4.94,1.39 10.23,0.76 14.77,-1.74 4.53,-2.49 7.93,-6.64 9.41,-11.56 0,0 0,0 0,0 4.73,-15.85 8.26,-32.08 10.5,-48.52 20.88,-138.49 -63.72,-282.69 -192.59,-339.49 -143.93,-60.29 -368.92,-38.67 -417.32,160.52 -2.35,19.28 -1.38,38.65 2.15,57.26 z"
|
|
211
|
+
fill="#ef1f1f"
|
|
212
|
+
id="path18" />
|
|
213
|
+
<ellipse
|
|
214
|
+
cx="1714.66"
|
|
215
|
+
cy="1444.95"
|
|
216
|
+
rx="208.959"
|
|
217
|
+
ry="214.27499"
|
|
218
|
+
transform="rotate(-27.1545,1714.66,1444.95)"
|
|
219
|
+
fill="#1b1d22"
|
|
220
|
+
id="ellipse18" />
|
|
221
|
+
<path
|
|
222
|
+
d="m 1908.1,1365.82 c 42.31,101.9 1.81,219.8 -95.65,269.79 -102.69,52.67 -229.71,10.01 -283.72,-95.29 -13.08,-25.5 -20.68,-52.34 -23.22,-79.12 2.26,5.47 4.77,10.88 7.52,16.24 54.01,105.29 181.03,147.96 283.72,95.29 77.81,-39.92 119.32,-123.12 111.35,-206.91 z"
|
|
223
|
+
fill="#000000"
|
|
224
|
+
id="path19" />
|
|
225
|
+
<path
|
|
226
|
+
d="m 1362.16,1386.79 c -10.39,12.46 -4.64,26.24 8.64,29.38 13.28,3.15 36.1,-4.62 55.92,-29.62"
|
|
227
|
+
stroke="#000000"
|
|
228
|
+
stroke-width="19.7249"
|
|
229
|
+
stroke-linecap="round"
|
|
230
|
+
stroke-linejoin="round"
|
|
231
|
+
id="path20" />
|
|
232
|
+
<ellipse
|
|
233
|
+
cx="1636.16"
|
|
234
|
+
cy="1292.2"
|
|
235
|
+
rx="43.683601"
|
|
236
|
+
ry="23.3911"
|
|
237
|
+
transform="rotate(-24.3247,1636.16,1292.2)"
|
|
238
|
+
fill="#ffffff"
|
|
239
|
+
id="ellipse20" />
|
|
240
|
+
<ellipse
|
|
241
|
+
cx="1641.0601"
|
|
242
|
+
cy="1624.45"
|
|
243
|
+
rx="146.66299"
|
|
244
|
+
ry="75.311798"
|
|
245
|
+
transform="rotate(14.1671,1641.06,1624.45)"
|
|
246
|
+
fill="#ef1f1f"
|
|
247
|
+
id="ellipse21" />
|
|
248
|
+
<ellipse
|
|
249
|
+
cx="216.659"
|
|
250
|
+
cy="80.017502"
|
|
251
|
+
rx="216.659"
|
|
252
|
+
ry="80.017502"
|
|
253
|
+
transform="matrix(-0.123144,-0.992389,0.993685,-0.112208,1183.93,1800.98)"
|
|
254
|
+
fill="#ffd21e"
|
|
255
|
+
id="ellipse22" />
|
|
256
|
+
<path
|
|
257
|
+
d="m 807.146,1857.52 c -26.557,-89.24 -5.446,-143.11 85.004,-189.73 90.445,-46.6 162.37,-134.08 162.37,-134.08 0,0 33.51,-53.44 65.75,-37.24 32.24,16.2 29.38,111.15 -58.74,141.65 -88.118,30.48 -14.38,93.87 28.94,52.65 43.33,-41.23 159.08,-145.82 205.67,-158 46.58,-12.2 69.45,10.28 44.14,58 -25.31,47.72 -226.49,118.71 -219.22,150.31 7.28,31.58 81.27,-8.43 81.27,-8.43 0,0 224.33,-102.64 249,-49.34 24.67,53.31 -52.91,66.58 -166.08,93.7 -113.19,27.09 -125.38,39.9 -118.87,65.91 6.54,26.02 272.27,-83.6 268.03,-2.49 -4.26,81.1 -244.49,28.28 -246.59,84.54 -2.11,56.27 195.57,-45.28 207.63,22.75 12.08,68.05 -252.05,59.08 -254.17,58.97 -84.74,-4.7 -297.226,-25.18 -334.134,-149.17 z"
|
|
258
|
+
fill="#ffd21e"
|
|
259
|
+
id="path22" />
|
|
260
|
+
<path
|
|
261
|
+
d="m 1378.33,1511.69 c -25.6,-30.74 -66.6,-27.6 -93.1,-20.66 l -0.91,0.24 c -19.08,5.2 -39.92,17.6 -57.96,29.73 -14.42,9.7 -29.76,21.14 -45.05,33.2 1.77,-14.87 1.05,-29.7 -2.35,-43.43 -4.58,-18.47 -15.83,-41.05 -39.32,-52.85 -42.9,-21.56 -79.87,6.84 -93.44,19.25 -8.68,7.93 -15.59,16.21 -20.19,22.21 -2.35,3.07 -4.24,5.73 -5.58,7.69 -0.19,0.27 -0.36,0.53 -0.53,0.78 -0.36,0.42 -0.8,0.93 -1.3,1.52 -1.9,2.2 -4.8,5.5 -8.58,9.64 -7.59,8.3 -18.663,19.92 -32.409,32.92 -27.846,26.33 -65.074,56.82 -105.221,77.51 h -0.005 c -49.261,25.39 -87.214,56.49 -106.168,100 -19.056,43.75 -15.064,91.18 -0.422,140.39 v 0 c 25.045,84.13 106.824,126.22 177.692,148.21 73.543,22.83 152.163,29.33 195.403,31.72 v 0 c 2.6,0.15 71.4,2.47 138.94,-4.05 33.27,-3.21 69.9,-8.87 98.55,-19.69 14.1,-5.33 30.23,-13.34 42.69,-26.21 14.01,-14.46 23.19,-35.25 18.86,-59.63 v 0 c -1.79,-10.11 -5.49,-19.17 -10.74,-26.98 23.84,-11.67 48.32,-32.8 50.3,-70.51 l 0.01,-0.01 c 1.25,-23.96 -8.5,-45.78 -28.36,-59.7 -2.72,-1.9 -5.51,-3.58 -8.35,-5.05 16.72,-7.72 35.96,-19.45 47.78,-38.89 14.95,-24.59 12.39,-51.21 1.91,-73.85 -10.23,-22.11 -29.66,-32.39 -45.68,-36.71 -15.48,-4.18 -32,-4.19 -46.52,-2.93 -10.99,0.96 -22.63,2.82 -34.49,5.28 5.45,-5.75 10.64,-12.37 14.61,-19.85 14.15,-26.68 26.47,-67.42 -0.07,-99.29 z m -82.19,21.08 c 46.58,-12.2 69.45,10.28 44.14,58 -25.31,47.72 -226.49,118.71 -219.22,150.31 7.28,31.58 81.27,-8.43 81.27,-8.43 0.38,-0.17 224.35,-102.6 249,-49.34 24.67,53.31 -52.91,66.58 -166.08,93.7 -113.19,27.09 -125.38,39.9 -118.87,65.91 l 0.09,0.3 c 8.52,24.87 272.16,-83.58 267.94,-2.79 -4.26,81.1 -244.49,28.28 -246.59,84.54 -2.11,56.27 195.57,-45.28 207.63,22.75 12.08,68.05 -252.03,59.09 -254.17,58.97 -84.41,-4.69 -295.568,-25.02 -333.693,-147.72 l -0.441,-1.45 c -26.556,-89.24 -5.446,-143.11 85.005,-189.73 90.346,-46.55 162.219,-133.89 162.369,-134.08 0,0 33.51,-53.44 65.75,-37.24 32.24,16.2 29.38,111.15 -58.74,141.65 l -1.03,0.36 c -86.173,30.49 -13.76,92.86 29.46,52.77 l 0.51,-0.48 c 42.99,-40.91 157.27,-144.19 204.57,-157.7 z m -114.31,161.92 c 0,0 0,0 0,-0.01 0.01,0 0.01,0 0.02,0 -0.01,0 -0.02,0.01 -0.02,0.01 z"
|
|
262
|
+
fill="#ff9d00"
|
|
263
|
+
id="path23" />
|
|
264
|
+
<path
|
|
265
|
+
d="m 1444.72,1793.02 c 115.23,-31.57 261.47,9.3 291.54,103.06 32.72,102.01 -35.78,230.54 -193.27,273.37 -75.47,20.52 -164.77,10.3 -228.25,-10.09 -69.01,-22.17 -133.21,-78.57 -97,-112.65 -16.76,-12.37 -28.29,-27.62 -29.95,-41.58 -7.14,-59.9 111.49,-172.27 256.93,-212.11 z"
|
|
266
|
+
fill="#ed1e21"
|
|
267
|
+
id="path24" />
|
|
268
|
+
<path
|
|
269
|
+
d="m 1562.47,2007.08 c -1.94,30.12 -48.18,54.18 -77.01,9.05 -24.62,85.05 -73.58,56.63 -125.31,8.8 -32.39,64.17 -102.21,51.45 -142.41,21.78 m 0,0 c -36.21,34.08 27.99,90.48 97,112.65 63.48,20.39 152.78,30.61 228.25,10.09 157.49,-42.83 225.99,-171.36 193.27,-273.37 -30.07,-93.76 -176.31,-134.63 -291.54,-103.06 -145.44,39.84 -264.07,152.21 -256.93,212.11 1.66,13.96 13.19,29.21 29.95,41.58 z"
|
|
270
|
+
stroke="#ce1a16"
|
|
271
|
+
stroke-width="22.7596"
|
|
272
|
+
stroke-linecap="round"
|
|
273
|
+
stroke-linejoin="round"
|
|
274
|
+
id="path25" />
|
|
275
|
+
<path
|
|
276
|
+
d="m 1531.19,1827.94 c 4.06,16.92 -20.3,22.74 -51.36,30.19 -31.05,7.45 -57.06,13.71 -61.12,-3.21 -4.06,-16.93 17.83,-36.69 48.89,-44.14 31.06,-7.45 59.53,0.23 63.59,17.16 z"
|
|
277
|
+
fill="#f3e3de"
|
|
278
|
+
id="path26" />
|
|
279
|
+
<path
|
|
280
|
+
d="m 1730.26,1858.47 c 7.18,10.46 12.9,21.84 16.84,34.13 35.21,109.78 -39.13,243.77 -201.12,287.82 -78.18,21.25 -169.8,10.61 -234.72,-10.24 -35.87,-11.52 -70.79,-31.9 -92.36,-54.58 -10.73,-11.29 -19.05,-24.09 -21.56,-37.51 -0.97,-5.19 -1.04,-10.32 -0.15,-15.29 21.73,22.64 56.61,42.98 92.31,54.45 64.92,20.85 156.54,31.49 234.72,10.23 152.84,-41.56 227.65,-163.19 206.04,-269.01 z m -553.69,133.71 c 1.16,1.14 2.35,2.25 3.57,3.34 -1.65,2.72 -2.94,5.53 -3.89,8.41 -0.28,-3.84 -0.16,-7.76 0.32,-11.75 z"
|
|
281
|
+
fill="#ce1a16"
|
|
282
|
+
id="path27" />
|
|
283
|
+
<path
|
|
284
|
+
d="m 1819.87,1728.09 -19.15,-59.84 180.68,-94.24 c -57.46,-30.84 -69.23,-58.1 -98.23,-102.82 l 44.3,-46.33 173.59,76.43 c 0,0 169.86,-52.81 245.99,80.68 76.13,133.48 -105.49,309.11 -105.49,309.11 l -156.73,68.36 c -71.95,-27.16 -112.45,-36.85 -182.94,-111.61 l -91.89,-8.13 3.97,-44.92 205.08,-93.97 z"
|
|
285
|
+
fill="#ffd21e"
|
|
286
|
+
id="path28" />
|
|
287
|
+
<path
|
|
288
|
+
d="m 2033.35,1705.76 c -17.24,21.61 -137.64,66.94 -194.55,67.95 -37.78,0.68 -53.11,55.51 -2.49,69.23 50.62,13.72 161.83,10.99 260.84,-72.24"
|
|
289
|
+
stroke="#ff9d00"
|
|
290
|
+
stroke-width="36.0202"
|
|
291
|
+
stroke-linecap="round"
|
|
292
|
+
stroke-linejoin="round"
|
|
293
|
+
id="path29" />
|
|
294
|
+
<path
|
|
295
|
+
d="m 1915.83,1876.31 c 6.77,22.24 112.5,62.13 238.26,-21.81"
|
|
296
|
+
stroke="#ff9d00"
|
|
297
|
+
stroke-width="36.0202"
|
|
298
|
+
stroke-linecap="round"
|
|
299
|
+
stroke-linejoin="round"
|
|
300
|
+
id="path30" />
|
|
301
|
+
<path
|
|
302
|
+
d="m 2002.21,1913.74 c 79.09,75.74 215.45,-4.37 248.19,-37.59 32.73,-33.21 79.6,-132.56 106.96,-207.66 35.73,-98.03 -97.36,-208.89 -246.17,-173.34 -141.64,-20.74 -164.4,-100 -206.72,-65.8 -30.34,24.52 -24.36,93.07 80,149.6"
|
|
303
|
+
stroke="#ff9d00"
|
|
304
|
+
stroke-width="36.0202"
|
|
305
|
+
stroke-linecap="round"
|
|
306
|
+
stroke-linejoin="round"
|
|
307
|
+
id="path31" />
|
|
308
|
+
<path
|
|
309
|
+
d="m 2051.89,1561.03 c 0,0 -162.56,70.46 -233.81,109.7 -21.14,11.64 -23.07,21.18 -22.51,33.8 0.56,12.61 13.32,22.99 36.74,24.13 65.81,3.2 191.09,-42.12 191.09,-42.12 l 10.8,14.01"
|
|
310
|
+
stroke="#ff9d00"
|
|
311
|
+
stroke-width="36.0202"
|
|
312
|
+
stroke-linecap="round"
|
|
313
|
+
stroke-linejoin="round"
|
|
314
|
+
id="path32" />
|
|
315
|
+
</g>
|
|
316
|
+
</g>
|
|
317
|
+
</svg>
|