@thesvg/react 0.1.0 → 0.4.0
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/README.md +1 -2
- package/dist/ai360-360.cjs +1 -2
- package/dist/ai360-360.js +5 -9
- package/dist/akashchat.cjs +5 -4
- package/dist/akashchat.js +3 -3
- package/dist/antgroup.cjs +117 -0
- package/dist/antgroup.js +32 -9
- package/dist/azureai.cjs +294 -1
- package/dist/azureai.js +74 -8
- package/dist/baichuan.cjs +1 -2
- package/dist/baichuan.js +1 -3
- package/dist/bedrock-aws.cjs +1 -2
- package/dist/bedrock-aws.js +1 -3
- package/dist/burncloud.js +1 -2
- package/dist/chatglm.cjs +1 -2
- package/dist/chatglm.js +1 -3
- package/dist/civitai.cjs +66 -2
- package/dist/civitai.js +23 -4
- package/dist/codeflicker.cjs +271 -3
- package/dist/codeflicker.js +62 -6
- package/dist/codex-openai.cjs +2 -9
- package/dist/codex-openai.js +2 -4
- package/dist/cogvideo.cjs +836 -17
- package/dist/cogvideo.js +316 -44
- package/dist/cogview.cjs +1031 -27
- package/dist/cogview.js +419 -50
- package/dist/copilotkit.cjs +150 -4
- package/dist/copilotkit.js +77 -14
- package/dist/crusoe.js +1 -2
- package/dist/essential-ai.js +1 -2
- package/dist/fastgpt.cjs +66 -2
- package/dist/fastgpt.js +32 -4
- package/dist/gemini-google.cjs +0 -22
- package/dist/gemini-google.js +1 -8
- package/dist/gemma-google.cjs +1 -2
- package/dist/gemma-google.js +1 -3
- package/dist/hailuo.js +1 -2
- package/dist/higress.cjs +66 -2
- package/dist/higress.js +44 -10
- package/dist/jimeng.cjs +244 -94
- package/dist/jimeng.js +61 -19
- package/dist/kling.cjs +160 -4
- package/dist/kling.js +67 -9
- package/dist/kolors.cjs +1 -2
- package/dist/kolors.js +1 -3
- package/dist/kwaipilot.cjs +67 -2
- package/dist/kwaipilot.js +32 -4
- package/dist/llamaindex.js +1 -2
- package/dist/llava.cjs +622 -12
- package/dist/llava.js +235 -30
- package/dist/lobehub.cjs +697 -16
- package/dist/lobehub.js +251 -29
- package/dist/luma.cjs +156 -5
- package/dist/luma.js +51 -18
- package/dist/metaai.cjs +171 -9
- package/dist/metaai.js +42 -4
- package/dist/microsoft-bing.cjs +1 -17
- package/dist/microsoft-bing.js +1 -8
- package/dist/myshell.cjs +66 -2
- package/dist/myshell.js +36 -6
- package/dist/new-api.cjs +98 -3
- package/dist/new-api.js +47 -6
- package/dist/nova-aws.cjs +1 -16
- package/dist/nova-aws.js +1 -3
- package/dist/openchat.cjs +66 -2
- package/dist/openchat.js +18 -4
- package/dist/openclaw-moltbot-clawdbot.cjs +7 -9
- package/dist/openclaw-moltbot-clawdbot.js +7 -12
- package/dist/pixverse.cjs +1 -2
- package/dist/pixverse.js +1 -3
- package/dist/rwkv.cjs +1 -2
- package/dist/rwkv.js +1 -3
- package/dist/sora-openai.cjs +5 -15
- package/dist/sora-openai.js +5 -13
- package/dist/stability-stablediffusion.cjs +1 -2
- package/dist/stability-stablediffusion.js +2 -4
- package/dist/stepfun.cjs +1 -2
- package/dist/stepfun.js +1 -3
- package/dist/submodel.cjs +95 -2
- package/dist/submodel.js +27 -7
- package/dist/tiangong.cjs +96 -3
- package/dist/tiangong.js +48 -7
- package/dist/upstage.cjs +71 -1
- package/dist/upstage.js +11 -2
- package/dist/vidu.js +1 -2
- package/dist/wenxin.cjs +0 -8
- package/dist/wenxin.js +1 -4
- package/dist/workersai-cloudflare.cjs +1 -2
- package/dist/workersai-cloudflare.js +1 -3
- package/dist/xinference.cjs +98 -3
- package/dist/xinference.js +47 -6
- package/package.json +1 -1
package/dist/cogvideo.cjs
CHANGED
|
@@ -19,14 +19,16 @@ const Cogvideo = react_1.forwardRef(function Cogvideo({ viewBox = '0 0 24 24', .
|
|
|
19
19
|
{
|
|
20
20
|
"type": "path",
|
|
21
21
|
"props": {
|
|
22
|
-
"d": "M14.538 22.388H9.406a.306.306 0 01-.268-.146L.056 2.335a.329.329 0 01.268-.512h5.132c.11 0 .207.049.268.146l9.082 19.895c.146.232-.012.524-.268.524z"
|
|
22
|
+
"d": "M14.538 22.388H9.406a.306.306 0 01-.268-.146L.056 2.335a.329.329 0 01.268-.512h5.132c.11 0 .207.049.268.146l9.082 19.895c.146.232-.012.524-.268.524z",
|
|
23
|
+
"fill": "url(#grad-a)"
|
|
23
24
|
},
|
|
24
25
|
"children": []
|
|
25
26
|
},
|
|
26
27
|
{
|
|
27
28
|
"type": "path",
|
|
28
29
|
"props": {
|
|
29
|
-
"d": "M23.705 1.835H18.5a.281.281 0 00-.244.134L9.138 21.925a.298.298 0 00.243.463h5.206a.281.281 0 00.244-.134l9.118-19.956a.298.298 0 00-.244-.463z"
|
|
30
|
+
"d": "M23.705 1.835H18.5a.281.281 0 00-.244.134L9.138 21.925a.298.298 0 00.243.463h5.206a.281.281 0 00.244-.134l9.118-19.956a.298.298 0 00-.244-.463z",
|
|
31
|
+
"fill": "url(#grad-b)"
|
|
30
32
|
},
|
|
31
33
|
"children": []
|
|
32
34
|
},
|
|
@@ -73,107 +75,924 @@ const Cogvideo = react_1.forwardRef(function Cogvideo({ viewBox = '0 0 24 24', .
|
|
|
73
75
|
{
|
|
74
76
|
"type": "path",
|
|
75
77
|
"props": {
|
|
76
|
-
"d": "M17.256 17.183c.013.049.05.085.05.024.109-1.06.535-2.316.548-5.412.012-3.28 0-4.779-2.39-5.388-.158-.037-.304 0-.28.158.061.366.89 2.17 1.304 4.535.5 2.913.67 5.595.768 6.083z"
|
|
78
|
+
"d": "M17.256 17.183c.013.049.05.085.05.024.109-1.06.535-2.316.548-5.412.012-3.28 0-4.779-2.39-5.388-.158-.037-.304 0-.28.158.061.366.89 2.17 1.304 4.535.5 2.913.67 5.595.768 6.083z",
|
|
79
|
+
"fill": "url(#grad-c)"
|
|
77
80
|
},
|
|
78
81
|
"children": []
|
|
79
82
|
},
|
|
80
83
|
{
|
|
81
84
|
"type": "path",
|
|
82
85
|
"props": {
|
|
83
|
-
"d": "M6.907 15.72c-.817.232 1.146.634 3.023 1 1.28.256 5.315.877 6.68.95.025 0 .037-.036.012-.048-1.365-.89-4.388-2.829-5.254-2.829-1.56-.012-3.852.756-4.461.927z"
|
|
86
|
+
"d": "M6.907 15.72c-.817.232 1.146.634 3.023 1 1.28.256 5.315.877 6.68.95.025 0 .037-.036.012-.048-1.365-.89-4.388-2.829-5.254-2.829-1.56-.012-3.852.756-4.461.927z",
|
|
87
|
+
"fill": "url(#grad-d)"
|
|
84
88
|
},
|
|
85
89
|
"children": []
|
|
86
90
|
},
|
|
87
91
|
{
|
|
88
92
|
"type": "path",
|
|
89
93
|
"props": {
|
|
90
|
-
"d": "M11.588 9.393s.646 1.353 1.658 2.195c.877.719 1.646 1.182 1.926 1.523.963 1.134 1.34 3.121 1.816 4.06.073.134-3.498-3.401-5.315-6.425-.414-.694-.195-1.536-.085-1.353z"
|
|
94
|
+
"d": "M11.588 9.393s.646 1.353 1.658 2.195c.877.719 1.646 1.182 1.926 1.523.963 1.134 1.34 3.121 1.816 4.06.073.134-3.498-3.401-5.315-6.425-.414-.694-.195-1.536-.085-1.353z",
|
|
95
|
+
"fill": "url(#grad-e)"
|
|
91
96
|
},
|
|
92
97
|
"children": []
|
|
93
98
|
},
|
|
94
99
|
{
|
|
95
100
|
"type": "path",
|
|
96
101
|
"props": {
|
|
97
|
-
"d": "M13.88 3.457c.378-.074 1.377.5 1.377.792 0 .134-1.438-.134-1.682-.256-.33-.17.06-.488.305-.536z"
|
|
102
|
+
"d": "M13.88 3.457c.378-.074 1.377.5 1.377.792 0 .134-1.438-.134-1.682-.256-.33-.17.06-.488.305-.536z",
|
|
103
|
+
"fill": "url(#grad-f)"
|
|
98
104
|
},
|
|
99
105
|
"children": []
|
|
100
106
|
},
|
|
101
107
|
{
|
|
102
108
|
"type": "path",
|
|
103
109
|
"props": {
|
|
104
|
-
"d": "M13.221 4.505c.183-.159.951.012 1.098.146.146.159-.756.256-1.049.293-.256.024-.231-.28-.049-.44z"
|
|
110
|
+
"d": "M13.221 4.505c.183-.159.951.012 1.098.146.146.159-.756.256-1.049.293-.256.024-.231-.28-.049-.44z",
|
|
111
|
+
"fill": "url(#grad-g)"
|
|
105
112
|
},
|
|
106
113
|
"children": []
|
|
107
114
|
},
|
|
108
115
|
{
|
|
109
116
|
"type": "path",
|
|
110
117
|
"props": {
|
|
111
|
-
"d": "M14.99 2.14c.56.049 1.681 1.694 1.438 1.89-.134.097-1.878-.976-2.134-1.28-.22-.269.268-.647.695-.61z"
|
|
118
|
+
"d": "M14.99 2.14c.56.049 1.681 1.694 1.438 1.89-.134.097-1.878-.976-2.134-1.28-.22-.269.268-.647.695-.61z",
|
|
119
|
+
"fill": "url(#grad-h)"
|
|
112
120
|
},
|
|
113
121
|
"children": []
|
|
114
122
|
},
|
|
115
123
|
{
|
|
116
124
|
"type": "path",
|
|
117
125
|
"props": {
|
|
118
|
-
"d": "M20.56 4.688c.28.036.841.658.78.878-.024.097-.975-.427-1.121-.573-.195-.208.158-.33.34-.305z"
|
|
126
|
+
"d": "M20.56 4.688c.28.036.841.658.78.878-.024.097-.975-.427-1.121-.573-.195-.208.158-.33.34-.305z",
|
|
127
|
+
"fill": "url(#grad-i)"
|
|
119
128
|
},
|
|
120
129
|
"children": []
|
|
121
130
|
},
|
|
122
131
|
{
|
|
123
132
|
"type": "path",
|
|
124
133
|
"props": {
|
|
125
|
-
"d": "M19.853 5.334c.134-.085.683.22.695.366.012.122-.537-.013-.756-.05-.183-.024-.085-.219.06-.316z"
|
|
134
|
+
"d": "M19.853 5.334c.134-.085.683.22.695.366.012.122-.537-.013-.756-.05-.183-.024-.085-.219.06-.316z",
|
|
135
|
+
"fill": "url(#grad-j)"
|
|
126
136
|
},
|
|
127
137
|
"children": []
|
|
128
138
|
},
|
|
129
139
|
{
|
|
130
140
|
"type": "path",
|
|
131
141
|
"props": {
|
|
132
|
-
"d": "M21.486 4.017c.39.159.72 1.256.598 1.366-.134.121-1.11-.817-1.22-1.085-.097-.232.33-.39.622-.28z"
|
|
142
|
+
"d": "M21.486 4.017c.39.159.72 1.256.598 1.366-.134.121-1.11-.817-1.22-1.085-.097-.232.33-.39.622-.28z",
|
|
143
|
+
"fill": "url(#grad-k)"
|
|
133
144
|
},
|
|
134
145
|
"children": []
|
|
135
146
|
},
|
|
136
147
|
{
|
|
137
148
|
"type": "path",
|
|
138
149
|
"props": {
|
|
139
|
-
"d": "M16.074 13.27c-.122-.61-.317-3.133-.95-4.645-.464-1.097-1.72-3.133-1.976-2.438-.378 1.024-1.231 1.975-.938 2.73.292.757 1.28 1.793 2.023 2.439.72.634 1.853 1.975 1.84 1.914z"
|
|
150
|
+
"d": "M16.074 13.27c-.122-.61-.317-3.133-.95-4.645-.464-1.097-1.72-3.133-1.976-2.438-.378 1.024-1.231 1.975-.938 2.73.292.757 1.28 1.793 2.023 2.439.72.634 1.853 1.975 1.84 1.914z",
|
|
151
|
+
"fill": "url(#grad-l)"
|
|
140
152
|
},
|
|
141
153
|
"children": []
|
|
142
154
|
},
|
|
143
155
|
{
|
|
144
156
|
"type": "path",
|
|
145
157
|
"props": {
|
|
146
|
-
"d": "M9.26 17.256c-.963-.134-2.438-.439-3.353-.622-.573-.11.098 1.475.878 1.89.67.353 3.694.158 5.693-.037 1.658-.17 4.193-.61 3.328-.621a62.933 62.933 0 01-6.546-.61z"
|
|
158
|
+
"d": "M9.26 17.256c-.963-.134-2.438-.439-3.353-.622-.573-.11.098 1.475.878 1.89.67.353 3.694.158 5.693-.037 1.658-.17 4.193-.61 3.328-.621a62.933 62.933 0 01-6.546-.61z",
|
|
159
|
+
"fill": "url(#grad-m)"
|
|
147
160
|
},
|
|
148
161
|
"children": []
|
|
149
162
|
},
|
|
150
163
|
{
|
|
151
164
|
"type": "path",
|
|
152
165
|
"props": {
|
|
153
|
-
"d": "M16.025 18.268c.049-.025.11-.122.073-.098-.743.244-3.486 1-6.485 1.329-2.292.244-2.78.049-3.047.17-.317.135.56 1.33 2.523 1.22 2.243-.134 5.656-1.792 6.936-2.621z"
|
|
166
|
+
"d": "M16.025 18.268c.049-.025.11-.122.073-.098-.743.244-3.486 1-6.485 1.329-2.292.244-2.78.049-3.047.17-.317.135.56 1.33 2.523 1.22 2.243-.134 5.656-1.792 6.936-2.621z",
|
|
167
|
+
"fill": "url(#grad-n)"
|
|
154
168
|
},
|
|
155
169
|
"children": []
|
|
156
170
|
},
|
|
157
171
|
{
|
|
158
172
|
"type": "path",
|
|
159
173
|
"props": {
|
|
160
|
-
"d": "M7.114 14.586c-.146 0-.146-.426.33-.634 0 0 .536-.682 1.608-.475.744.146 1.926.817 1.768.78-.56-.134-2.999.33-3.706.33z"
|
|
174
|
+
"d": "M7.114 14.586c-.146 0-.146-.426.33-.634 0 0 .536-.682 1.608-.475.744.146 1.926.817 1.768.78-.56-.134-2.999.33-3.706.33z",
|
|
175
|
+
"fill": "url(#grad-o)"
|
|
161
176
|
},
|
|
162
177
|
"children": []
|
|
163
178
|
},
|
|
164
179
|
{
|
|
165
180
|
"type": "path",
|
|
166
181
|
"props": {
|
|
167
|
-
"d": "M17.976 16.707c0-.048.475-.792 1.097-4.096.39-2.047.292-3.852.231-4.205-.036-.256.841.256.854 1.219.012.695-.147 3.474-1.402 5.973-.512 1.036-.78 1.17-.78 1.11z"
|
|
182
|
+
"d": "M17.976 16.707c0-.048.475-.792 1.097-4.096.39-2.047.292-3.852.231-4.205-.036-.256.841.256.854 1.219.012.695-.147 3.474-1.402 5.973-.512 1.036-.78 1.17-.78 1.11z",
|
|
183
|
+
"fill": "url(#grad-p)"
|
|
168
184
|
},
|
|
169
185
|
"children": []
|
|
170
186
|
},
|
|
171
187
|
{
|
|
172
188
|
"type": "path",
|
|
173
189
|
"props": {
|
|
174
|
-
"d": "M19.792 14.135c-.012.025-.061.013-.049-.012.256-.56.951-2.95 1.097-4.766.061-.707.061-1.28.147-1.463.085-.22.621-.83.743-.902.256-.146.134 1.353-.439 3.218-.341 1.158-1.048 3.133-1.499 3.925z"
|
|
190
|
+
"d": "M19.792 14.135c-.012.025-.061.013-.049-.012.256-.56.951-2.95 1.097-4.766.061-.707.061-1.28.147-1.463.085-.22.621-.83.743-.902.256-.146.134 1.353-.439 3.218-.341 1.158-1.048 3.133-1.499 3.925z",
|
|
191
|
+
"fill": "url(#grad-q)"
|
|
175
192
|
},
|
|
176
193
|
"children": []
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"type": "defs",
|
|
197
|
+
"props": {},
|
|
198
|
+
"children": [
|
|
199
|
+
{
|
|
200
|
+
"type": "linearGradient",
|
|
201
|
+
"props": {
|
|
202
|
+
"gradientUnits": "userSpaceOnUse",
|
|
203
|
+
"id": "grad-a",
|
|
204
|
+
"x1": "2.173",
|
|
205
|
+
"x2": "11.524",
|
|
206
|
+
"y1": "3.299",
|
|
207
|
+
"y2": "18.97"
|
|
208
|
+
},
|
|
209
|
+
"children": [
|
|
210
|
+
{
|
|
211
|
+
"type": "stop",
|
|
212
|
+
"props": {
|
|
213
|
+
"stopColor": "#19D46A"
|
|
214
|
+
},
|
|
215
|
+
"children": []
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"type": "stop",
|
|
219
|
+
"props": {
|
|
220
|
+
"offset": "1",
|
|
221
|
+
"stopColor": "#0D00B5"
|
|
222
|
+
},
|
|
223
|
+
"children": []
|
|
224
|
+
}
|
|
225
|
+
]
|
|
226
|
+
}
|
|
227
|
+
]
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"type": "linearGradient",
|
|
231
|
+
"props": {
|
|
232
|
+
"gradientUnits": "userSpaceOnUse",
|
|
233
|
+
"id": "grad-b",
|
|
234
|
+
"x1": "12.793",
|
|
235
|
+
"x2": "19.332",
|
|
236
|
+
"y1": "20.54",
|
|
237
|
+
"y2": "5.839"
|
|
238
|
+
},
|
|
239
|
+
"children": [
|
|
240
|
+
{
|
|
241
|
+
"type": "stop",
|
|
242
|
+
"props": {
|
|
243
|
+
"offset": "0",
|
|
244
|
+
"stopColor": "#D70066"
|
|
245
|
+
},
|
|
246
|
+
"children": []
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"type": "stop",
|
|
250
|
+
"props": {
|
|
251
|
+
"offset": "1",
|
|
252
|
+
"stopColor": "#0D00B5"
|
|
253
|
+
},
|
|
254
|
+
"children": []
|
|
255
|
+
}
|
|
256
|
+
]
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"type": "linearGradient",
|
|
260
|
+
"props": {
|
|
261
|
+
"gradientUnits": "userSpaceOnUse",
|
|
262
|
+
"id": "grad-c",
|
|
263
|
+
"x1": "16.291",
|
|
264
|
+
"x2": "17.794",
|
|
265
|
+
"y1": "6.499",
|
|
266
|
+
"y2": "17.251"
|
|
267
|
+
},
|
|
268
|
+
"children": [
|
|
269
|
+
{
|
|
270
|
+
"type": "stop",
|
|
271
|
+
"props": {
|
|
272
|
+
"stopColor": "#8890F4"
|
|
273
|
+
},
|
|
274
|
+
"children": []
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"type": "stop",
|
|
278
|
+
"props": {
|
|
279
|
+
"offset": ".283",
|
|
280
|
+
"stopColor": "#FFCFFD"
|
|
281
|
+
},
|
|
282
|
+
"children": []
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"type": "stop",
|
|
286
|
+
"props": {
|
|
287
|
+
"offset": ".606",
|
|
288
|
+
"stopColor": "#F4F0FE"
|
|
289
|
+
},
|
|
290
|
+
"children": []
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"type": "stop",
|
|
294
|
+
"props": {
|
|
295
|
+
"offset": ".734",
|
|
296
|
+
"stopColor": "#EFFFFF"
|
|
297
|
+
},
|
|
298
|
+
"children": []
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"type": "stop",
|
|
302
|
+
"props": {
|
|
303
|
+
"offset": "1",
|
|
304
|
+
"stopColor": "#75D9DD"
|
|
305
|
+
},
|
|
306
|
+
"children": []
|
|
307
|
+
}
|
|
308
|
+
]
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"type": "linearGradient",
|
|
312
|
+
"props": {
|
|
313
|
+
"gradientUnits": "userSpaceOnUse",
|
|
314
|
+
"id": "grad-d",
|
|
315
|
+
"x1": "6.141",
|
|
316
|
+
"x2": "17.226",
|
|
317
|
+
"y1": "14.567",
|
|
318
|
+
"y2": "17.611"
|
|
319
|
+
},
|
|
320
|
+
"children": [
|
|
321
|
+
{
|
|
322
|
+
"type": "stop",
|
|
323
|
+
"props": {
|
|
324
|
+
"offset": ".005",
|
|
325
|
+
"stopColor": "#6F69F4"
|
|
326
|
+
},
|
|
327
|
+
"children": []
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"type": "stop",
|
|
331
|
+
"props": {
|
|
332
|
+
"offset": ".415",
|
|
333
|
+
"stopColor": "#FFCEAD"
|
|
334
|
+
},
|
|
335
|
+
"children": []
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"type": "stop",
|
|
339
|
+
"props": {
|
|
340
|
+
"offset": ".596",
|
|
341
|
+
"stopColor": "#EFEFB9"
|
|
342
|
+
},
|
|
343
|
+
"children": []
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"type": "stop",
|
|
347
|
+
"props": {
|
|
348
|
+
"offset": ".673",
|
|
349
|
+
"stopColor": "#E7FFBF"
|
|
350
|
+
},
|
|
351
|
+
"children": []
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"type": "stop",
|
|
355
|
+
"props": {
|
|
356
|
+
"offset": "1",
|
|
357
|
+
"stopColor": "#75D9DD"
|
|
358
|
+
},
|
|
359
|
+
"children": []
|
|
360
|
+
}
|
|
361
|
+
]
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"type": "linearGradient",
|
|
365
|
+
"props": {
|
|
366
|
+
"gradientUnits": "userSpaceOnUse",
|
|
367
|
+
"id": "grad-e",
|
|
368
|
+
"x1": "10.787",
|
|
369
|
+
"x2": "18.484",
|
|
370
|
+
"y1": "8.975",
|
|
371
|
+
"y2": "18.179"
|
|
372
|
+
},
|
|
373
|
+
"children": [
|
|
374
|
+
{
|
|
375
|
+
"type": "stop",
|
|
376
|
+
"props": {
|
|
377
|
+
"offset": ".005",
|
|
378
|
+
"stopColor": "#6F69F4"
|
|
379
|
+
},
|
|
380
|
+
"children": []
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"type": "stop",
|
|
384
|
+
"props": {
|
|
385
|
+
"offset": ".382",
|
|
386
|
+
"stopColor": "#FFAFFF"
|
|
387
|
+
},
|
|
388
|
+
"children": []
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"type": "stop",
|
|
392
|
+
"props": {
|
|
393
|
+
"offset": ".513",
|
|
394
|
+
"stopColor": "#F5D1E4"
|
|
395
|
+
},
|
|
396
|
+
"children": []
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"type": "stop",
|
|
400
|
+
"props": {
|
|
401
|
+
"offset": ".673",
|
|
402
|
+
"stopColor": "#E7FFBF"
|
|
403
|
+
},
|
|
404
|
+
"children": []
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"type": "stop",
|
|
408
|
+
"props": {
|
|
409
|
+
"offset": ".972",
|
|
410
|
+
"stopColor": "#75D9DD"
|
|
411
|
+
},
|
|
412
|
+
"children": []
|
|
413
|
+
}
|
|
414
|
+
]
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"type": "linearGradient",
|
|
418
|
+
"props": {
|
|
419
|
+
"gradientUnits": "userSpaceOnUse",
|
|
420
|
+
"id": "grad-f",
|
|
421
|
+
"x1": "15.002",
|
|
422
|
+
"x2": "14.323",
|
|
423
|
+
"y1": "4.818",
|
|
424
|
+
"y2": "3.993"
|
|
425
|
+
},
|
|
426
|
+
"children": [
|
|
427
|
+
{
|
|
428
|
+
"type": "stop",
|
|
429
|
+
"props": {
|
|
430
|
+
"stopColor": "#FFA2FF"
|
|
431
|
+
},
|
|
432
|
+
"children": []
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"type": "stop",
|
|
436
|
+
"props": {
|
|
437
|
+
"offset": ".557",
|
|
438
|
+
"stopColor": "#FFFFB0"
|
|
439
|
+
},
|
|
440
|
+
"children": []
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"type": "stop",
|
|
444
|
+
"props": {
|
|
445
|
+
"offset": ".713",
|
|
446
|
+
"stopColor": "#DDFFCA"
|
|
447
|
+
},
|
|
448
|
+
"children": []
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"type": "stop",
|
|
452
|
+
"props": {
|
|
453
|
+
"offset": "1",
|
|
454
|
+
"stopColor": "#97FFFF"
|
|
455
|
+
},
|
|
456
|
+
"children": []
|
|
457
|
+
}
|
|
458
|
+
]
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"type": "linearGradient",
|
|
462
|
+
"props": {
|
|
463
|
+
"gradientUnits": "userSpaceOnUse",
|
|
464
|
+
"id": "grad-g",
|
|
465
|
+
"x1": "14.063",
|
|
466
|
+
"x2": "13.455",
|
|
467
|
+
"y1": "5.228",
|
|
468
|
+
"y2": "4.443"
|
|
469
|
+
},
|
|
470
|
+
"children": [
|
|
471
|
+
{
|
|
472
|
+
"type": "stop",
|
|
473
|
+
"props": {
|
|
474
|
+
"stopColor": "#FFA2FF"
|
|
475
|
+
},
|
|
476
|
+
"children": []
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"type": "stop",
|
|
480
|
+
"props": {
|
|
481
|
+
"offset": ".557",
|
|
482
|
+
"stopColor": "#FFFFB0"
|
|
483
|
+
},
|
|
484
|
+
"children": []
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"type": "stop",
|
|
488
|
+
"props": {
|
|
489
|
+
"offset": ".713",
|
|
490
|
+
"stopColor": "#DDFFCA"
|
|
491
|
+
},
|
|
492
|
+
"children": []
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"type": "stop",
|
|
496
|
+
"props": {
|
|
497
|
+
"offset": "1",
|
|
498
|
+
"stopColor": "#97FFFF"
|
|
499
|
+
},
|
|
500
|
+
"children": []
|
|
501
|
+
}
|
|
502
|
+
]
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"type": "linearGradient",
|
|
506
|
+
"props": {
|
|
507
|
+
"gradientUnits": "userSpaceOnUse",
|
|
508
|
+
"id": "grad-h",
|
|
509
|
+
"x1": "16.294",
|
|
510
|
+
"x2": "15.351",
|
|
511
|
+
"y1": "4.635",
|
|
512
|
+
"y2": "3.192"
|
|
513
|
+
},
|
|
514
|
+
"children": [
|
|
515
|
+
{
|
|
516
|
+
"type": "stop",
|
|
517
|
+
"props": {
|
|
518
|
+
"stopColor": "#FFA2FF"
|
|
519
|
+
},
|
|
520
|
+
"children": []
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"type": "stop",
|
|
524
|
+
"props": {
|
|
525
|
+
"offset": ".557",
|
|
526
|
+
"stopColor": "#FFFFB0"
|
|
527
|
+
},
|
|
528
|
+
"children": []
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"type": "stop",
|
|
532
|
+
"props": {
|
|
533
|
+
"offset": ".713",
|
|
534
|
+
"stopColor": "#DDFFCA"
|
|
535
|
+
},
|
|
536
|
+
"children": []
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"type": "stop",
|
|
540
|
+
"props": {
|
|
541
|
+
"offset": "1",
|
|
542
|
+
"stopColor": "#97FFFF"
|
|
543
|
+
},
|
|
544
|
+
"children": []
|
|
545
|
+
}
|
|
546
|
+
]
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"type": "linearGradient",
|
|
550
|
+
"props": {
|
|
551
|
+
"gradientUnits": "userSpaceOnUse",
|
|
552
|
+
"id": "grad-i",
|
|
553
|
+
"x1": "21.017",
|
|
554
|
+
"x2": "20.742",
|
|
555
|
+
"y1": "5.909",
|
|
556
|
+
"y2": "5.173"
|
|
557
|
+
},
|
|
558
|
+
"children": [
|
|
559
|
+
{
|
|
560
|
+
"type": "stop",
|
|
561
|
+
"props": {
|
|
562
|
+
"stopColor": "#FFA2FF"
|
|
563
|
+
},
|
|
564
|
+
"children": []
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"type": "stop",
|
|
568
|
+
"props": {
|
|
569
|
+
"offset": ".557",
|
|
570
|
+
"stopColor": "#FFFFB0"
|
|
571
|
+
},
|
|
572
|
+
"children": []
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"type": "stop",
|
|
576
|
+
"props": {
|
|
577
|
+
"offset": ".713",
|
|
578
|
+
"stopColor": "#DDFFCA"
|
|
579
|
+
},
|
|
580
|
+
"children": []
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"type": "stop",
|
|
584
|
+
"props": {
|
|
585
|
+
"offset": "1",
|
|
586
|
+
"stopColor": "#97FFFF"
|
|
587
|
+
},
|
|
588
|
+
"children": []
|
|
589
|
+
}
|
|
590
|
+
]
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"type": "linearGradient",
|
|
594
|
+
"props": {
|
|
595
|
+
"gradientUnits": "userSpaceOnUse",
|
|
596
|
+
"id": "grad-j",
|
|
597
|
+
"x1": "20.281",
|
|
598
|
+
"x2": "20.002",
|
|
599
|
+
"y1": "6.032",
|
|
600
|
+
"y2": "5.346"
|
|
601
|
+
},
|
|
602
|
+
"children": [
|
|
603
|
+
{
|
|
604
|
+
"type": "stop",
|
|
605
|
+
"props": {
|
|
606
|
+
"stopColor": "#FFA2FF"
|
|
607
|
+
},
|
|
608
|
+
"children": []
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"type": "stop",
|
|
612
|
+
"props": {
|
|
613
|
+
"offset": ".557",
|
|
614
|
+
"stopColor": "#FFFFB0"
|
|
615
|
+
},
|
|
616
|
+
"children": []
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"type": "stop",
|
|
620
|
+
"props": {
|
|
621
|
+
"offset": ".713",
|
|
622
|
+
"stopColor": "#DDFFCA"
|
|
623
|
+
},
|
|
624
|
+
"children": []
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"type": "stop",
|
|
628
|
+
"props": {
|
|
629
|
+
"offset": "1",
|
|
630
|
+
"stopColor": "#97FFFF"
|
|
631
|
+
},
|
|
632
|
+
"children": []
|
|
633
|
+
}
|
|
634
|
+
]
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"type": "linearGradient",
|
|
638
|
+
"props": {
|
|
639
|
+
"gradientUnits": "userSpaceOnUse",
|
|
640
|
+
"id": "grad-k",
|
|
641
|
+
"x1": "21.792",
|
|
642
|
+
"x2": "21.483",
|
|
643
|
+
"y1": "5.765",
|
|
644
|
+
"y2": "4.716"
|
|
645
|
+
},
|
|
646
|
+
"children": [
|
|
647
|
+
{
|
|
648
|
+
"type": "stop",
|
|
649
|
+
"props": {
|
|
650
|
+
"stopColor": "#FFA2FF"
|
|
651
|
+
},
|
|
652
|
+
"children": []
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"type": "stop",
|
|
656
|
+
"props": {
|
|
657
|
+
"offset": ".557",
|
|
658
|
+
"stopColor": "#FFFFB0"
|
|
659
|
+
},
|
|
660
|
+
"children": []
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
"type": "stop",
|
|
664
|
+
"props": {
|
|
665
|
+
"offset": ".713",
|
|
666
|
+
"stopColor": "#DDFFCA"
|
|
667
|
+
},
|
|
668
|
+
"children": []
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"type": "stop",
|
|
672
|
+
"props": {
|
|
673
|
+
"offset": "1",
|
|
674
|
+
"stopColor": "#97FFFF"
|
|
675
|
+
},
|
|
676
|
+
"children": []
|
|
677
|
+
}
|
|
678
|
+
]
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"type": "linearGradient",
|
|
682
|
+
"props": {
|
|
683
|
+
"gradientUnits": "userSpaceOnUse",
|
|
684
|
+
"id": "grad-l",
|
|
685
|
+
"x1": "16.535",
|
|
686
|
+
"x2": "12.379",
|
|
687
|
+
"y1": "11.909",
|
|
688
|
+
"y2": "7.067"
|
|
689
|
+
},
|
|
690
|
+
"children": [
|
|
691
|
+
{
|
|
692
|
+
"type": "stop",
|
|
693
|
+
"props": {
|
|
694
|
+
"offset": ".005",
|
|
695
|
+
"stopColor": "#6F69F4"
|
|
696
|
+
},
|
|
697
|
+
"children": []
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
"type": "stop",
|
|
701
|
+
"props": {
|
|
702
|
+
"offset": ".329",
|
|
703
|
+
"stopColor": "#FFD9AD"
|
|
704
|
+
},
|
|
705
|
+
"children": []
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
"type": "stop",
|
|
709
|
+
"props": {
|
|
710
|
+
"offset": ".635",
|
|
711
|
+
"stopColor": "#EAFABD"
|
|
712
|
+
},
|
|
713
|
+
"children": []
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
"type": "stop",
|
|
717
|
+
"props": {
|
|
718
|
+
"offset": ".673",
|
|
719
|
+
"stopColor": "#E7FFBF"
|
|
720
|
+
},
|
|
721
|
+
"children": []
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"type": "stop",
|
|
725
|
+
"props": {
|
|
726
|
+
"offset": "1",
|
|
727
|
+
"stopColor": "#75D9DD"
|
|
728
|
+
},
|
|
729
|
+
"children": []
|
|
730
|
+
}
|
|
731
|
+
]
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"type": "linearGradient",
|
|
735
|
+
"props": {
|
|
736
|
+
"gradientUnits": "userSpaceOnUse",
|
|
737
|
+
"id": "grad-m",
|
|
738
|
+
"x1": "16.238",
|
|
739
|
+
"x2": "5.74",
|
|
740
|
+
"y1": "18.125",
|
|
741
|
+
"y2": "17.604"
|
|
742
|
+
},
|
|
743
|
+
"children": [
|
|
744
|
+
{
|
|
745
|
+
"type": "stop",
|
|
746
|
+
"props": {
|
|
747
|
+
"offset": ".005",
|
|
748
|
+
"stopColor": "#6F69F4"
|
|
749
|
+
},
|
|
750
|
+
"children": []
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"type": "stop",
|
|
754
|
+
"props": {
|
|
755
|
+
"offset": ".33",
|
|
756
|
+
"stopColor": "#FFECEC"
|
|
757
|
+
},
|
|
758
|
+
"children": []
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
"type": "stop",
|
|
762
|
+
"props": {
|
|
763
|
+
"offset": ".591",
|
|
764
|
+
"stopColor": "#EDFACB"
|
|
765
|
+
},
|
|
766
|
+
"children": []
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"type": "stop",
|
|
770
|
+
"props": {
|
|
771
|
+
"offset": ".673",
|
|
772
|
+
"stopColor": "#E7FFBF"
|
|
773
|
+
},
|
|
774
|
+
"children": []
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"type": "stop",
|
|
778
|
+
"props": {
|
|
779
|
+
"offset": ".972",
|
|
780
|
+
"stopColor": "#75D9DD"
|
|
781
|
+
},
|
|
782
|
+
"children": []
|
|
783
|
+
}
|
|
784
|
+
]
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"type": "linearGradient",
|
|
788
|
+
"props": {
|
|
789
|
+
"gradientUnits": "userSpaceOnUse",
|
|
790
|
+
"id": "grad-n",
|
|
791
|
+
"x1": "6.495",
|
|
792
|
+
"x2": "16.17",
|
|
793
|
+
"y1": "19.842",
|
|
794
|
+
"y2": "19.331"
|
|
795
|
+
},
|
|
796
|
+
"children": [
|
|
797
|
+
{
|
|
798
|
+
"type": "stop",
|
|
799
|
+
"props": {
|
|
800
|
+
"offset": ".005",
|
|
801
|
+
"stopColor": "#6F69F4"
|
|
802
|
+
},
|
|
803
|
+
"children": []
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
"type": "stop",
|
|
807
|
+
"props": {
|
|
808
|
+
"offset": ".33",
|
|
809
|
+
"stopColor": "#FFECEC"
|
|
810
|
+
},
|
|
811
|
+
"children": []
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
"type": "stop",
|
|
815
|
+
"props": {
|
|
816
|
+
"offset": ".591",
|
|
817
|
+
"stopColor": "#EDFACB"
|
|
818
|
+
},
|
|
819
|
+
"children": []
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"type": "stop",
|
|
823
|
+
"props": {
|
|
824
|
+
"offset": ".673",
|
|
825
|
+
"stopColor": "#E7FFBF"
|
|
826
|
+
},
|
|
827
|
+
"children": []
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
"type": "stop",
|
|
831
|
+
"props": {
|
|
832
|
+
"offset": ".972",
|
|
833
|
+
"stopColor": "#75D9DD"
|
|
834
|
+
},
|
|
835
|
+
"children": []
|
|
836
|
+
}
|
|
837
|
+
]
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"type": "linearGradient",
|
|
841
|
+
"props": {
|
|
842
|
+
"gradientUnits": "userSpaceOnUse",
|
|
843
|
+
"id": "grad-o",
|
|
844
|
+
"x1": "14.758",
|
|
845
|
+
"x2": "6.674",
|
|
846
|
+
"y1": "15.723",
|
|
847
|
+
"y2": "13.663"
|
|
848
|
+
},
|
|
849
|
+
"children": [
|
|
850
|
+
{
|
|
851
|
+
"type": "stop",
|
|
852
|
+
"props": {
|
|
853
|
+
"offset": ".005",
|
|
854
|
+
"stopColor": "#6F69F4"
|
|
855
|
+
},
|
|
856
|
+
"children": []
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"type": "stop",
|
|
860
|
+
"props": {
|
|
861
|
+
"offset": ".601",
|
|
862
|
+
"stopColor": "#FFCEAD"
|
|
863
|
+
},
|
|
864
|
+
"children": []
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
"type": "stop",
|
|
868
|
+
"props": {
|
|
869
|
+
"offset": ".707",
|
|
870
|
+
"stopColor": "#EFEFB9"
|
|
871
|
+
},
|
|
872
|
+
"children": []
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"type": "stop",
|
|
876
|
+
"props": {
|
|
877
|
+
"offset": ".752",
|
|
878
|
+
"stopColor": "#E7FFBF"
|
|
879
|
+
},
|
|
880
|
+
"children": []
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"type": "stop",
|
|
884
|
+
"props": {
|
|
885
|
+
"offset": ".976",
|
|
886
|
+
"stopColor": "#75D9DD"
|
|
887
|
+
},
|
|
888
|
+
"children": []
|
|
889
|
+
}
|
|
890
|
+
]
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"type": "linearGradient",
|
|
894
|
+
"props": {
|
|
895
|
+
"gradientUnits": "userSpaceOnUse",
|
|
896
|
+
"id": "grad-p",
|
|
897
|
+
"x1": "19.991",
|
|
898
|
+
"x2": "18.135",
|
|
899
|
+
"y1": "8.304",
|
|
900
|
+
"y2": "17.695"
|
|
901
|
+
},
|
|
902
|
+
"children": [
|
|
903
|
+
{
|
|
904
|
+
"type": "stop",
|
|
905
|
+
"props": {
|
|
906
|
+
"stopColor": "#8890F4"
|
|
907
|
+
},
|
|
908
|
+
"children": []
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"type": "stop",
|
|
912
|
+
"props": {
|
|
913
|
+
"offset": ".425",
|
|
914
|
+
"stopColor": "#FFB8FD"
|
|
915
|
+
},
|
|
916
|
+
"children": []
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"type": "stop",
|
|
920
|
+
"props": {
|
|
921
|
+
"offset": ".549",
|
|
922
|
+
"stopColor": "#F4D9FE"
|
|
923
|
+
},
|
|
924
|
+
"children": []
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
"type": "stop",
|
|
928
|
+
"props": {
|
|
929
|
+
"offset": ".673",
|
|
930
|
+
"stopColor": "#E7FFFF"
|
|
931
|
+
},
|
|
932
|
+
"children": []
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
"type": "stop",
|
|
936
|
+
"props": {
|
|
937
|
+
"offset": "1",
|
|
938
|
+
"stopColor": "#75D9DD"
|
|
939
|
+
},
|
|
940
|
+
"children": []
|
|
941
|
+
}
|
|
942
|
+
]
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"type": "linearGradient",
|
|
946
|
+
"props": {
|
|
947
|
+
"gradientUnits": "userSpaceOnUse",
|
|
948
|
+
"id": "grad-q",
|
|
949
|
+
"x1": "19.82",
|
|
950
|
+
"x2": "21.593",
|
|
951
|
+
"y1": "13.96",
|
|
952
|
+
"y2": "7.421"
|
|
953
|
+
},
|
|
954
|
+
"children": [
|
|
955
|
+
{
|
|
956
|
+
"type": "stop",
|
|
957
|
+
"props": {
|
|
958
|
+
"offset": ".005",
|
|
959
|
+
"stopColor": "#6F69F4"
|
|
960
|
+
},
|
|
961
|
+
"children": []
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
"type": "stop",
|
|
965
|
+
"props": {
|
|
966
|
+
"offset": ".329",
|
|
967
|
+
"stopColor": "#FFCEAD"
|
|
968
|
+
},
|
|
969
|
+
"children": []
|
|
970
|
+
},
|
|
971
|
+
{
|
|
972
|
+
"type": "stop",
|
|
973
|
+
"props": {
|
|
974
|
+
"offset": ".571",
|
|
975
|
+
"stopColor": "#EFEFB9"
|
|
976
|
+
},
|
|
977
|
+
"children": []
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
"type": "stop",
|
|
981
|
+
"props": {
|
|
982
|
+
"offset": ".673",
|
|
983
|
+
"stopColor": "#E7FFBF"
|
|
984
|
+
},
|
|
985
|
+
"children": []
|
|
986
|
+
},
|
|
987
|
+
{
|
|
988
|
+
"type": "stop",
|
|
989
|
+
"props": {
|
|
990
|
+
"offset": "1",
|
|
991
|
+
"stopColor": "#75D9DD"
|
|
992
|
+
},
|
|
993
|
+
"children": []
|
|
994
|
+
}
|
|
995
|
+
]
|
|
177
996
|
}
|
|
178
997
|
]
|
|
179
998
|
.map(function(el) {
|