@carto/meridian-ds 2.3.0 → 2.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/CHANGELOG.md +9 -2
- package/dist/custom-icons/index.cjs +566 -435
- package/dist/custom-icons/index.js +566 -435
- package/dist/types/custom-icons/AiGeneratedObject.d.ts +4 -0
- package/dist/types/custom-icons/AiGeneratedObject.d.ts.map +1 -0
- package/dist/types/custom-icons/McpTool.d.ts +4 -0
- package/dist/types/custom-icons/McpTool.d.ts.map +1 -0
- package/dist/types/custom-icons/SelectFeature.d.ts +4 -0
- package/dist/types/custom-icons/SelectFeature.d.ts.map +1 -0
- package/dist/types/custom-icons/index.d.ts +3 -0
- package/dist/types/custom-icons/index.d.ts.map +1 -1
- package/dist/widgets/index.cjs +1 -1
- package/dist/widgets/index.js +1 -1
- package/package.json +1 -1
|
@@ -4,7 +4,7 @@ import { createSvgIcon } from "@mui/material";
|
|
|
4
4
|
import { A } from "../ArrowDown-d6bxUL0F.js";
|
|
5
5
|
import { A as A2, C, O } from "../OpenDiagonallyRight-CGdCEXlF.js";
|
|
6
6
|
import { S, a } from "../SwatchSquare-CaaLsjAC.js";
|
|
7
|
-
const Icon$
|
|
7
|
+
const Icon$35 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
8
8
|
"path",
|
|
9
9
|
{
|
|
10
10
|
fill: "currentColor",
|
|
@@ -13,10 +13,10 @@ const Icon$32 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
13
13
|
clipRule: "evenodd"
|
|
14
14
|
}
|
|
15
15
|
) });
|
|
16
|
-
const BaseSvgIcon$
|
|
16
|
+
const BaseSvgIcon$35 = createSvgIcon(Icon$35(), "AccessIn");
|
|
17
17
|
function AccessIn({ width, height, sx, ...props }, ref) {
|
|
18
18
|
return /* @__PURE__ */ jsx(
|
|
19
|
-
BaseSvgIcon$
|
|
19
|
+
BaseSvgIcon$35,
|
|
20
20
|
{
|
|
21
21
|
ref,
|
|
22
22
|
viewBox: "0 0 24 24",
|
|
@@ -30,17 +30,17 @@ function AccessIn({ width, height, sx, ...props }, ref) {
|
|
|
30
30
|
);
|
|
31
31
|
}
|
|
32
32
|
const AccessIn$1 = forwardRef(AccessIn);
|
|
33
|
-
const Icon$
|
|
33
|
+
const Icon$34 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
34
34
|
"path",
|
|
35
35
|
{
|
|
36
36
|
fill: "currentColor",
|
|
37
37
|
d: "M4 8h4V4H4zM10 20h4v-4h-4zM8 20H4v-4h4zM4 14h4v-4H4zM14 14h-4v-4h4zM14 8h-4V4h4zM16 14h4v-4h-4zM20 20h-4v-4h4zM21 0h-2v3h-3v2h3v3h2V5h3V3h-3z"
|
|
38
38
|
}
|
|
39
39
|
) });
|
|
40
|
-
const BaseSvgIcon$
|
|
40
|
+
const BaseSvgIcon$34 = createSvgIcon(Icon$34(), "AddApp");
|
|
41
41
|
function AddApp({ width, height, sx, ...props }, ref) {
|
|
42
42
|
return /* @__PURE__ */ jsx(
|
|
43
|
-
BaseSvgIcon$
|
|
43
|
+
BaseSvgIcon$34,
|
|
44
44
|
{
|
|
45
45
|
ref,
|
|
46
46
|
viewBox: "0 0 24 24",
|
|
@@ -54,7 +54,7 @@ function AddApp({ width, height, sx, ...props }, ref) {
|
|
|
54
54
|
);
|
|
55
55
|
}
|
|
56
56
|
const AddApp$1 = forwardRef(AddApp);
|
|
57
|
-
const Icon$
|
|
57
|
+
const Icon$33 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
58
58
|
"path",
|
|
59
59
|
{
|
|
60
60
|
fill: "currentColor",
|
|
@@ -63,10 +63,10 @@ const Icon$30 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
63
63
|
clipRule: "evenodd"
|
|
64
64
|
}
|
|
65
65
|
) });
|
|
66
|
-
const BaseSvgIcon$
|
|
66
|
+
const BaseSvgIcon$33 = createSvgIcon(Icon$33(), "AddSection");
|
|
67
67
|
function AddSection({ width, height, sx, ...props }, ref) {
|
|
68
68
|
return /* @__PURE__ */ jsx(
|
|
69
|
-
BaseSvgIcon$
|
|
69
|
+
BaseSvgIcon$33,
|
|
70
70
|
{
|
|
71
71
|
ref,
|
|
72
72
|
viewBox: "0 0 24 24",
|
|
@@ -80,17 +80,17 @@ function AddSection({ width, height, sx, ...props }, ref) {
|
|
|
80
80
|
);
|
|
81
81
|
}
|
|
82
82
|
const AddSection$1 = forwardRef(AddSection);
|
|
83
|
-
const Icon$
|
|
83
|
+
const Icon$32 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
84
84
|
"path",
|
|
85
85
|
{
|
|
86
86
|
fill: "currentColor",
|
|
87
87
|
d: "M3 7v2h10V7zm4 6v2H3v2h4v2h2v-6zm14 4v-2H11v2zm-6-6h2V9h4V7h-4V5h-2z"
|
|
88
88
|
}
|
|
89
89
|
) });
|
|
90
|
-
const BaseSvgIcon$
|
|
90
|
+
const BaseSvgIcon$32 = createSvgIcon(Icon$32(), "AdvancedSettings");
|
|
91
91
|
function AdvancedSettings({ width, height, sx, ...props }, ref) {
|
|
92
92
|
return /* @__PURE__ */ jsx(
|
|
93
|
-
BaseSvgIcon$
|
|
93
|
+
BaseSvgIcon$32,
|
|
94
94
|
{
|
|
95
95
|
ref,
|
|
96
96
|
viewBox: "0 0 24 24",
|
|
@@ -104,7 +104,7 @@ function AdvancedSettings({ width, height, sx, ...props }, ref) {
|
|
|
104
104
|
);
|
|
105
105
|
}
|
|
106
106
|
const AdvancedSettings$1 = forwardRef(AdvancedSettings);
|
|
107
|
-
const Icon$
|
|
107
|
+
const Icon$31 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
108
108
|
/* @__PURE__ */ jsx(
|
|
109
109
|
"path",
|
|
110
110
|
{
|
|
@@ -136,10 +136,10 @@ const Icon$2_ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
136
136
|
}
|
|
137
137
|
)
|
|
138
138
|
] });
|
|
139
|
-
const BaseSvgIcon$
|
|
139
|
+
const BaseSvgIcon$31 = createSvgIcon(Icon$31(), "AiAgent");
|
|
140
140
|
function AiAgent({ width, height, sx, ...props }, ref) {
|
|
141
141
|
return /* @__PURE__ */ jsx(
|
|
142
|
-
BaseSvgIcon$
|
|
142
|
+
BaseSvgIcon$31,
|
|
143
143
|
{
|
|
144
144
|
ref,
|
|
145
145
|
viewBox: "0 0 24 24",
|
|
@@ -153,7 +153,42 @@ function AiAgent({ width, height, sx, ...props }, ref) {
|
|
|
153
153
|
);
|
|
154
154
|
}
|
|
155
155
|
const AiAgent$1 = forwardRef(AiAgent);
|
|
156
|
-
const Icon$
|
|
156
|
+
const Icon$30 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
157
|
+
/* @__PURE__ */ jsx(
|
|
158
|
+
"path",
|
|
159
|
+
{
|
|
160
|
+
fill: "currentColor",
|
|
161
|
+
fillRule: "evenodd",
|
|
162
|
+
d: "M10.02 5.694a15.73 15.73 0 0 0 7.22 7.305 15.74 15.74 0 0 0-7.22 7.305A15.73 15.73 0 0 0 2.8 13a15.73 15.73 0 0 0 7.22-7.305m0 3.834a17.8 17.8 0 0 1-3.44 3.47c1.299.99 2.457 2.16 3.44 3.47a17.8 17.8 0 0 1 3.44-3.47 17.8 17.8 0 0 1-3.44-3.47",
|
|
163
|
+
clipRule: "evenodd"
|
|
164
|
+
}
|
|
165
|
+
),
|
|
166
|
+
/* @__PURE__ */ jsx(
|
|
167
|
+
"path",
|
|
168
|
+
{
|
|
169
|
+
fill: "currentColor",
|
|
170
|
+
d: "M17.855 1.1A9.04 9.04 0 0 0 22 5.301a9.04 9.04 0 0 0-4.145 4.201 9.04 9.04 0 0 0-4.146-4.2A9.04 9.04 0 0 0 17.855 1.1"
|
|
171
|
+
}
|
|
172
|
+
)
|
|
173
|
+
] });
|
|
174
|
+
const BaseSvgIcon$30 = createSvgIcon(Icon$30(), "AiGeneratedObject");
|
|
175
|
+
function AiGeneratedObject({ width, height, sx, ...props }, ref) {
|
|
176
|
+
return /* @__PURE__ */ jsx(
|
|
177
|
+
BaseSvgIcon$30,
|
|
178
|
+
{
|
|
179
|
+
ref,
|
|
180
|
+
viewBox: "0 0 24 24",
|
|
181
|
+
sx: {
|
|
182
|
+
width,
|
|
183
|
+
height: height || width,
|
|
184
|
+
...sx
|
|
185
|
+
},
|
|
186
|
+
...props
|
|
187
|
+
}
|
|
188
|
+
);
|
|
189
|
+
}
|
|
190
|
+
const AiGeneratedObject$1 = forwardRef(AiGeneratedObject);
|
|
191
|
+
const Icon$2$ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
157
192
|
/* @__PURE__ */ jsx(
|
|
158
193
|
"path",
|
|
159
194
|
{
|
|
@@ -194,10 +229,10 @@ const Icon$2Z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
194
229
|
}
|
|
195
230
|
)
|
|
196
231
|
] });
|
|
197
|
-
const BaseSvgIcon$
|
|
232
|
+
const BaseSvgIcon$2$ = createSvgIcon(Icon$2$(), "AiTool");
|
|
198
233
|
function AiTool({ width, height, sx, ...props }, ref) {
|
|
199
234
|
return /* @__PURE__ */ jsx(
|
|
200
|
-
BaseSvgIcon$
|
|
235
|
+
BaseSvgIcon$2$,
|
|
201
236
|
{
|
|
202
237
|
ref,
|
|
203
238
|
viewBox: "0 0 24 24",
|
|
@@ -211,7 +246,7 @@ function AiTool({ width, height, sx, ...props }, ref) {
|
|
|
211
246
|
);
|
|
212
247
|
}
|
|
213
248
|
const AiTool$1 = forwardRef(AiTool);
|
|
214
|
-
const Icon$
|
|
249
|
+
const Icon$2_ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
215
250
|
/* @__PURE__ */ jsx(
|
|
216
251
|
"path",
|
|
217
252
|
{
|
|
@@ -231,10 +266,10 @@ const Icon$2Y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
231
266
|
}
|
|
232
267
|
)
|
|
233
268
|
] });
|
|
234
|
-
const BaseSvgIcon$
|
|
269
|
+
const BaseSvgIcon$2_ = createSvgIcon(Icon$2_(), "Annotation");
|
|
235
270
|
function Annotation({ width, height, sx, ...props }, ref) {
|
|
236
271
|
return /* @__PURE__ */ jsx(
|
|
237
|
-
BaseSvgIcon$
|
|
272
|
+
BaseSvgIcon$2_,
|
|
238
273
|
{
|
|
239
274
|
ref,
|
|
240
275
|
viewBox: "0 0 24 24",
|
|
@@ -248,7 +283,7 @@ function Annotation({ width, height, sx, ...props }, ref) {
|
|
|
248
283
|
);
|
|
249
284
|
}
|
|
250
285
|
const Annotation$1 = forwardRef(Annotation);
|
|
251
|
-
const Icon$
|
|
286
|
+
const Icon$2Z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
252
287
|
/* @__PURE__ */ jsx(
|
|
253
288
|
"path",
|
|
254
289
|
{
|
|
@@ -273,10 +308,10 @@ const Icon$2X = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
273
308
|
}
|
|
274
309
|
)
|
|
275
310
|
] });
|
|
276
|
-
const BaseSvgIcon$
|
|
311
|
+
const BaseSvgIcon$2Z = createSvgIcon(Icon$2Z(), "ApiCall");
|
|
277
312
|
function ApiCall({ width, height, sx, ...props }, ref) {
|
|
278
313
|
return /* @__PURE__ */ jsx(
|
|
279
|
-
BaseSvgIcon$
|
|
314
|
+
BaseSvgIcon$2Z,
|
|
280
315
|
{
|
|
281
316
|
ref,
|
|
282
317
|
viewBox: "0 0 24 24",
|
|
@@ -290,7 +325,7 @@ function ApiCall({ width, height, sx, ...props }, ref) {
|
|
|
290
325
|
);
|
|
291
326
|
}
|
|
292
327
|
const ApiCall$1 = forwardRef(ApiCall);
|
|
293
|
-
const Icon$
|
|
328
|
+
const Icon$2Y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
294
329
|
"path",
|
|
295
330
|
{
|
|
296
331
|
fill: "currentColor",
|
|
@@ -299,10 +334,10 @@ const Icon$2W = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
299
334
|
clipRule: "evenodd"
|
|
300
335
|
}
|
|
301
336
|
) });
|
|
302
|
-
const BaseSvgIcon$
|
|
337
|
+
const BaseSvgIcon$2Y = createSvgIcon(Icon$2Y(), "ArrowLeft");
|
|
303
338
|
function ArrowLeft({ width, height, sx, ...props }, ref) {
|
|
304
339
|
return /* @__PURE__ */ jsx(
|
|
305
|
-
BaseSvgIcon$
|
|
340
|
+
BaseSvgIcon$2Y,
|
|
306
341
|
{
|
|
307
342
|
ref,
|
|
308
343
|
viewBox: "0 0 24 24",
|
|
@@ -316,7 +351,7 @@ function ArrowLeft({ width, height, sx, ...props }, ref) {
|
|
|
316
351
|
);
|
|
317
352
|
}
|
|
318
353
|
const ArrowLeft$1 = forwardRef(ArrowLeft);
|
|
319
|
-
const Icon$
|
|
354
|
+
const Icon$2X = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
320
355
|
"path",
|
|
321
356
|
{
|
|
322
357
|
fill: "currentColor",
|
|
@@ -325,10 +360,10 @@ const Icon$2V = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
325
360
|
clipRule: "evenodd"
|
|
326
361
|
}
|
|
327
362
|
) });
|
|
328
|
-
const BaseSvgIcon$
|
|
363
|
+
const BaseSvgIcon$2X = createSvgIcon(Icon$2X(), "ArrowRight");
|
|
329
364
|
function ArrowRight({ width, height, sx, ...props }, ref) {
|
|
330
365
|
return /* @__PURE__ */ jsx(
|
|
331
|
-
BaseSvgIcon$
|
|
366
|
+
BaseSvgIcon$2X,
|
|
332
367
|
{
|
|
333
368
|
ref,
|
|
334
369
|
viewBox: "0 0 24 24",
|
|
@@ -342,7 +377,7 @@ function ArrowRight({ width, height, sx, ...props }, ref) {
|
|
|
342
377
|
);
|
|
343
378
|
}
|
|
344
379
|
const ArrowRight$1 = forwardRef(ArrowRight);
|
|
345
|
-
const Icon$
|
|
380
|
+
const Icon$2W = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
346
381
|
/* @__PURE__ */ jsx(
|
|
347
382
|
"path",
|
|
348
383
|
{
|
|
@@ -367,10 +402,10 @@ const Icon$2U = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
367
402
|
}
|
|
368
403
|
)
|
|
369
404
|
] });
|
|
370
|
-
const BaseSvgIcon$
|
|
405
|
+
const BaseSvgIcon$2W = createSvgIcon(Icon$2W(), "AsynchronousWait");
|
|
371
406
|
function AsynchronousWait({ width, height, sx, ...props }, ref) {
|
|
372
407
|
return /* @__PURE__ */ jsx(
|
|
373
|
-
BaseSvgIcon$
|
|
408
|
+
BaseSvgIcon$2W,
|
|
374
409
|
{
|
|
375
410
|
ref,
|
|
376
411
|
viewBox: "0 0 24 24",
|
|
@@ -384,7 +419,7 @@ function AsynchronousWait({ width, height, sx, ...props }, ref) {
|
|
|
384
419
|
);
|
|
385
420
|
}
|
|
386
421
|
const AsynchronousWait$1 = forwardRef(AsynchronousWait);
|
|
387
|
-
const Icon$
|
|
422
|
+
const Icon$2V = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
388
423
|
/* @__PURE__ */ jsx(
|
|
389
424
|
"path",
|
|
390
425
|
{
|
|
@@ -404,10 +439,10 @@ const Icon$2T = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
404
439
|
}
|
|
405
440
|
)
|
|
406
441
|
] });
|
|
407
|
-
const BaseSvgIcon$
|
|
442
|
+
const BaseSvgIcon$2V = createSvgIcon(Icon$2V(), "Autostyle");
|
|
408
443
|
function Autostyle({ width, height, sx, ...props }, ref) {
|
|
409
444
|
return /* @__PURE__ */ jsx(
|
|
410
|
-
BaseSvgIcon$
|
|
445
|
+
BaseSvgIcon$2V,
|
|
411
446
|
{
|
|
412
447
|
ref,
|
|
413
448
|
viewBox: "0 0 24 24",
|
|
@@ -421,7 +456,7 @@ function Autostyle({ width, height, sx, ...props }, ref) {
|
|
|
421
456
|
);
|
|
422
457
|
}
|
|
423
458
|
const Autostyle$1 = forwardRef(Autostyle);
|
|
424
|
-
const Icon$
|
|
459
|
+
const Icon$2U = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
425
460
|
/* @__PURE__ */ jsx(
|
|
426
461
|
"path",
|
|
427
462
|
{
|
|
@@ -439,10 +474,10 @@ const Icon$2S = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
439
474
|
}
|
|
440
475
|
)
|
|
441
476
|
] });
|
|
442
|
-
const BaseSvgIcon$
|
|
477
|
+
const BaseSvgIcon$2U = createSvgIcon(Icon$2U(), "Avg");
|
|
443
478
|
function Avg({ width, height, sx, ...props }, ref) {
|
|
444
479
|
return /* @__PURE__ */ jsx(
|
|
445
|
-
BaseSvgIcon$
|
|
480
|
+
BaseSvgIcon$2U,
|
|
446
481
|
{
|
|
447
482
|
ref,
|
|
448
483
|
viewBox: "0 0 24 24",
|
|
@@ -456,7 +491,7 @@ function Avg({ width, height, sx, ...props }, ref) {
|
|
|
456
491
|
);
|
|
457
492
|
}
|
|
458
493
|
const Avg$1 = forwardRef(Avg);
|
|
459
|
-
const Icon$
|
|
494
|
+
const Icon$2T = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
460
495
|
"path",
|
|
461
496
|
{
|
|
462
497
|
fill: "currentColor",
|
|
@@ -465,10 +500,10 @@ const Icon$2R = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
465
500
|
clipRule: "evenodd"
|
|
466
501
|
}
|
|
467
502
|
) });
|
|
468
|
-
const BaseSvgIcon$
|
|
503
|
+
const BaseSvgIcon$2T = createSvgIcon(Icon$2T(), "Behavioral");
|
|
469
504
|
function Behavioral({ width, height, sx, ...props }, ref) {
|
|
470
505
|
return /* @__PURE__ */ jsx(
|
|
471
|
-
BaseSvgIcon$
|
|
506
|
+
BaseSvgIcon$2T,
|
|
472
507
|
{
|
|
473
508
|
ref,
|
|
474
509
|
viewBox: "0 0 24 24",
|
|
@@ -482,7 +517,7 @@ function Behavioral({ width, height, sx, ...props }, ref) {
|
|
|
482
517
|
);
|
|
483
518
|
}
|
|
484
519
|
const Behavioral$1 = forwardRef(Behavioral);
|
|
485
|
-
const Icon$
|
|
520
|
+
const Icon$2S = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
486
521
|
/* @__PURE__ */ jsx(
|
|
487
522
|
"path",
|
|
488
523
|
{
|
|
@@ -500,10 +535,10 @@ const Icon$2Q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
500
535
|
}
|
|
501
536
|
)
|
|
502
537
|
] });
|
|
503
|
-
const BaseSvgIcon$
|
|
538
|
+
const BaseSvgIcon$2S = createSvgIcon(Icon$2S(), "Bigquery");
|
|
504
539
|
function Bigquery({ width, height, sx, ...props }, ref) {
|
|
505
540
|
return /* @__PURE__ */ jsx(
|
|
506
|
-
BaseSvgIcon$
|
|
541
|
+
BaseSvgIcon$2S,
|
|
507
542
|
{
|
|
508
543
|
ref,
|
|
509
544
|
viewBox: "0 0 24 24",
|
|
@@ -517,7 +552,7 @@ function Bigquery({ width, height, sx, ...props }, ref) {
|
|
|
517
552
|
);
|
|
518
553
|
}
|
|
519
554
|
const Bigquery$1 = forwardRef(Bigquery);
|
|
520
|
-
const Icon$
|
|
555
|
+
const Icon$2R = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
521
556
|
"path",
|
|
522
557
|
{
|
|
523
558
|
fill: "currentColor",
|
|
@@ -526,10 +561,10 @@ const Icon$2P = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
526
561
|
clipRule: "evenodd"
|
|
527
562
|
}
|
|
528
563
|
) });
|
|
529
|
-
const BaseSvgIcon$
|
|
564
|
+
const BaseSvgIcon$2R = createSvgIcon(Icon$2R(), "Blending");
|
|
530
565
|
function Blending({ width, height, sx, ...props }, ref) {
|
|
531
566
|
return /* @__PURE__ */ jsx(
|
|
532
|
-
BaseSvgIcon$
|
|
567
|
+
BaseSvgIcon$2R,
|
|
533
568
|
{
|
|
534
569
|
ref,
|
|
535
570
|
viewBox: "0 0 24 24",
|
|
@@ -543,7 +578,7 @@ function Blending({ width, height, sx, ...props }, ref) {
|
|
|
543
578
|
);
|
|
544
579
|
}
|
|
545
580
|
const Blending$1 = forwardRef(Blending);
|
|
546
|
-
const Icon$
|
|
581
|
+
const Icon$2Q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
547
582
|
"path",
|
|
548
583
|
{
|
|
549
584
|
fill: "currentColor",
|
|
@@ -552,10 +587,10 @@ const Icon$2O = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
552
587
|
clipRule: "evenodd"
|
|
553
588
|
}
|
|
554
589
|
) });
|
|
555
|
-
const BaseSvgIcon$
|
|
590
|
+
const BaseSvgIcon$2Q = createSvgIcon(Icon$2Q(), "BlockLabel");
|
|
556
591
|
function BlockLabel({ width, height, sx, ...props }, ref) {
|
|
557
592
|
return /* @__PURE__ */ jsx(
|
|
558
|
-
BaseSvgIcon$
|
|
593
|
+
BaseSvgIcon$2Q,
|
|
559
594
|
{
|
|
560
595
|
ref,
|
|
561
596
|
viewBox: "0 0 24 24",
|
|
@@ -569,7 +604,7 @@ function BlockLabel({ width, height, sx, ...props }, ref) {
|
|
|
569
604
|
);
|
|
570
605
|
}
|
|
571
606
|
const BlockLabel$1 = forwardRef(BlockLabel);
|
|
572
|
-
const Icon$
|
|
607
|
+
const Icon$2P = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
573
608
|
/* @__PURE__ */ jsx(
|
|
574
609
|
"path",
|
|
575
610
|
{
|
|
@@ -587,10 +622,10 @@ const Icon$2N = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
587
622
|
}
|
|
588
623
|
)
|
|
589
624
|
] });
|
|
590
|
-
const BaseSvgIcon$
|
|
625
|
+
const BaseSvgIcon$2P = createSvgIcon(Icon$2P(), "BlockLabelOff");
|
|
591
626
|
function BlockLabelOff({ width, height, sx, ...props }, ref) {
|
|
592
627
|
return /* @__PURE__ */ jsx(
|
|
593
|
-
BaseSvgIcon$
|
|
628
|
+
BaseSvgIcon$2P,
|
|
594
629
|
{
|
|
595
630
|
ref,
|
|
596
631
|
viewBox: "0 0 24 24",
|
|
@@ -604,17 +639,17 @@ function BlockLabelOff({ width, height, sx, ...props }, ref) {
|
|
|
604
639
|
);
|
|
605
640
|
}
|
|
606
641
|
const BlockLabelOff$1 = forwardRef(BlockLabelOff);
|
|
607
|
-
const Icon$
|
|
642
|
+
const Icon$2O = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
608
643
|
"path",
|
|
609
644
|
{
|
|
610
645
|
fill: "currentColor",
|
|
611
646
|
d: "M18 18v-2H6v2zM7.41 5.59 12 10.18l4.59-4.59L18 7l-6 6-6-6z"
|
|
612
647
|
}
|
|
613
648
|
) });
|
|
614
|
-
const BaseSvgIcon$
|
|
649
|
+
const BaseSvgIcon$2O = createSvgIcon(Icon$2O(), "BottomRow");
|
|
615
650
|
function BottomRow({ width, height, sx, ...props }, ref) {
|
|
616
651
|
return /* @__PURE__ */ jsx(
|
|
617
|
-
BaseSvgIcon$
|
|
652
|
+
BaseSvgIcon$2O,
|
|
618
653
|
{
|
|
619
654
|
ref,
|
|
620
655
|
viewBox: "0 0 24 24",
|
|
@@ -628,7 +663,7 @@ function BottomRow({ width, height, sx, ...props }, ref) {
|
|
|
628
663
|
);
|
|
629
664
|
}
|
|
630
665
|
const BottomRow$1 = forwardRef(BottomRow);
|
|
631
|
-
const Icon$
|
|
666
|
+
const Icon$2N = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
632
667
|
/* @__PURE__ */ jsx(
|
|
633
668
|
"path",
|
|
634
669
|
{
|
|
@@ -646,10 +681,10 @@ const Icon$2L = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
646
681
|
}
|
|
647
682
|
)
|
|
648
683
|
] });
|
|
649
|
-
const BaseSvgIcon$
|
|
684
|
+
const BaseSvgIcon$2N = createSvgIcon(Icon$2N(), "Carto");
|
|
650
685
|
function Carto({ width, height, sx, ...props }, ref) {
|
|
651
686
|
return /* @__PURE__ */ jsx(
|
|
652
|
-
BaseSvgIcon$
|
|
687
|
+
BaseSvgIcon$2N,
|
|
653
688
|
{
|
|
654
689
|
ref,
|
|
655
690
|
viewBox: "0 0 24 24",
|
|
@@ -663,7 +698,7 @@ function Carto({ width, height, sx, ...props }, ref) {
|
|
|
663
698
|
);
|
|
664
699
|
}
|
|
665
700
|
const Carto$1 = forwardRef(Carto);
|
|
666
|
-
const Icon$
|
|
701
|
+
const Icon$2M = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
667
702
|
/* @__PURE__ */ jsx(
|
|
668
703
|
"path",
|
|
669
704
|
{
|
|
@@ -679,10 +714,10 @@ const Icon$2K = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
679
714
|
}
|
|
680
715
|
)
|
|
681
716
|
] });
|
|
682
|
-
const BaseSvgIcon$
|
|
717
|
+
const BaseSvgIcon$2M = createSvgIcon(Icon$2M(), "CartoAi");
|
|
683
718
|
function CartoAi({ width, height, sx, ...props }, ref) {
|
|
684
719
|
return /* @__PURE__ */ jsx(
|
|
685
|
-
BaseSvgIcon$
|
|
720
|
+
BaseSvgIcon$2M,
|
|
686
721
|
{
|
|
687
722
|
ref,
|
|
688
723
|
viewBox: "0 0 24 24",
|
|
@@ -696,7 +731,7 @@ function CartoAi({ width, height, sx, ...props }, ref) {
|
|
|
696
731
|
);
|
|
697
732
|
}
|
|
698
733
|
const CartoAi$1 = forwardRef(CartoAi);
|
|
699
|
-
const Icon$
|
|
734
|
+
const Icon$2L = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
700
735
|
/* @__PURE__ */ jsx(
|
|
701
736
|
"path",
|
|
702
737
|
{
|
|
@@ -714,10 +749,10 @@ const Icon$2J = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
714
749
|
}
|
|
715
750
|
)
|
|
716
751
|
] });
|
|
717
|
-
const BaseSvgIcon$
|
|
752
|
+
const BaseSvgIcon$2L = createSvgIcon(Icon$2L(), "CartoSymbol");
|
|
718
753
|
function CartoSymbol({ width, height, sx, ...props }, ref) {
|
|
719
754
|
return /* @__PURE__ */ jsx(
|
|
720
|
-
BaseSvgIcon$
|
|
755
|
+
BaseSvgIcon$2L,
|
|
721
756
|
{
|
|
722
757
|
ref,
|
|
723
758
|
viewBox: "0 0 24 24",
|
|
@@ -731,7 +766,7 @@ function CartoSymbol({ width, height, sx, ...props }, ref) {
|
|
|
731
766
|
);
|
|
732
767
|
}
|
|
733
768
|
const CartoSymbol$1 = forwardRef(CartoSymbol);
|
|
734
|
-
const Icon$
|
|
769
|
+
const Icon$2K = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
735
770
|
/* @__PURE__ */ jsxs(
|
|
736
771
|
"g",
|
|
737
772
|
{
|
|
@@ -747,10 +782,10 @@ const Icon$2I = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
747
782
|
),
|
|
748
783
|
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
749
784
|
] });
|
|
750
|
-
const BaseSvgIcon$
|
|
785
|
+
const BaseSvgIcon$2K = createSvgIcon(Icon$2K(), "CatalogView");
|
|
751
786
|
function CatalogView({ width, height, sx, ...props }, ref) {
|
|
752
787
|
return /* @__PURE__ */ jsx(
|
|
753
|
-
BaseSvgIcon$
|
|
788
|
+
BaseSvgIcon$2K,
|
|
754
789
|
{
|
|
755
790
|
ref,
|
|
756
791
|
viewBox: "0 0 24 24",
|
|
@@ -764,7 +799,7 @@ function CatalogView({ width, height, sx, ...props }, ref) {
|
|
|
764
799
|
);
|
|
765
800
|
}
|
|
766
801
|
const CatalogView$1 = forwardRef(CatalogView);
|
|
767
|
-
const Icon$
|
|
802
|
+
const Icon$2J = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
768
803
|
/* @__PURE__ */ jsx(
|
|
769
804
|
"path",
|
|
770
805
|
{
|
|
@@ -784,10 +819,10 @@ const Icon$2H = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
784
819
|
}
|
|
785
820
|
)
|
|
786
821
|
] });
|
|
787
|
-
const BaseSvgIcon$
|
|
822
|
+
const BaseSvgIcon$2J = createSvgIcon(Icon$2J(), "CatastropheModeling");
|
|
788
823
|
function CatastropheModeling({ width, height, sx, ...props }, ref) {
|
|
789
824
|
return /* @__PURE__ */ jsx(
|
|
790
|
-
BaseSvgIcon$
|
|
825
|
+
BaseSvgIcon$2J,
|
|
791
826
|
{
|
|
792
827
|
ref,
|
|
793
828
|
viewBox: "0 0 24 24",
|
|
@@ -801,7 +836,7 @@ function CatastropheModeling({ width, height, sx, ...props }, ref) {
|
|
|
801
836
|
);
|
|
802
837
|
}
|
|
803
838
|
const CatastropheModeling$1 = forwardRef(CatastropheModeling);
|
|
804
|
-
const Icon$
|
|
839
|
+
const Icon$2I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
805
840
|
"path",
|
|
806
841
|
{
|
|
807
842
|
fill: "currentColor",
|
|
@@ -810,10 +845,10 @@ const Icon$2G = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
810
845
|
clipRule: "evenodd"
|
|
811
846
|
}
|
|
812
847
|
) });
|
|
813
|
-
const BaseSvgIcon$
|
|
848
|
+
const BaseSvgIcon$2I = createSvgIcon(Icon$2I(), "Center");
|
|
814
849
|
function Center({ width, height, sx, ...props }, ref) {
|
|
815
850
|
return /* @__PURE__ */ jsx(
|
|
816
|
-
BaseSvgIcon$
|
|
851
|
+
BaseSvgIcon$2I,
|
|
817
852
|
{
|
|
818
853
|
ref,
|
|
819
854
|
viewBox: "0 0 24 24",
|
|
@@ -827,7 +862,7 @@ function Center({ width, height, sx, ...props }, ref) {
|
|
|
827
862
|
);
|
|
828
863
|
}
|
|
829
864
|
const Center$1 = forwardRef(Center);
|
|
830
|
-
const Icon$
|
|
865
|
+
const Icon$2H = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
831
866
|
"path",
|
|
832
867
|
{
|
|
833
868
|
fill: "currentColor",
|
|
@@ -836,10 +871,10 @@ const Icon$2F = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
836
871
|
clipRule: "evenodd"
|
|
837
872
|
}
|
|
838
873
|
) });
|
|
839
|
-
const BaseSvgIcon$
|
|
874
|
+
const BaseSvgIcon$2H = createSvgIcon(Icon$2H(), "CenterLayer");
|
|
840
875
|
function CenterLayer({ width, height, sx, ...props }, ref) {
|
|
841
876
|
return /* @__PURE__ */ jsx(
|
|
842
|
-
BaseSvgIcon$
|
|
877
|
+
BaseSvgIcon$2H,
|
|
843
878
|
{
|
|
844
879
|
ref,
|
|
845
880
|
viewBox: "0 0 24 24",
|
|
@@ -853,7 +888,7 @@ function CenterLayer({ width, height, sx, ...props }, ref) {
|
|
|
853
888
|
);
|
|
854
889
|
}
|
|
855
890
|
const CenterLayer$1 = forwardRef(CenterLayer);
|
|
856
|
-
const Icon$
|
|
891
|
+
const Icon$2G = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
857
892
|
"path",
|
|
858
893
|
{
|
|
859
894
|
fill: "currentColor",
|
|
@@ -862,10 +897,10 @@ const Icon$2E = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
862
897
|
clipRule: "evenodd"
|
|
863
898
|
}
|
|
864
899
|
) });
|
|
865
|
-
const BaseSvgIcon$
|
|
900
|
+
const BaseSvgIcon$2G = createSvgIcon(Icon$2G(), "CloseDiagonallyLeft");
|
|
866
901
|
function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
867
902
|
return /* @__PURE__ */ jsx(
|
|
868
|
-
BaseSvgIcon$
|
|
903
|
+
BaseSvgIcon$2G,
|
|
869
904
|
{
|
|
870
905
|
ref,
|
|
871
906
|
viewBox: "0 0 24 24",
|
|
@@ -879,7 +914,7 @@ function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
|
879
914
|
);
|
|
880
915
|
}
|
|
881
916
|
const CloseDiagonallyLeft$1 = forwardRef(CloseDiagonallyLeft);
|
|
882
|
-
const Icon$
|
|
917
|
+
const Icon$2F = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
883
918
|
"path",
|
|
884
919
|
{
|
|
885
920
|
fill: "currentColor",
|
|
@@ -888,10 +923,10 @@ const Icon$2D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
888
923
|
clipRule: "evenodd"
|
|
889
924
|
}
|
|
890
925
|
) });
|
|
891
|
-
const BaseSvgIcon$
|
|
926
|
+
const BaseSvgIcon$2F = createSvgIcon(Icon$2F(), "CloseVertically");
|
|
892
927
|
function CloseVertically({ width, height, sx, ...props }, ref) {
|
|
893
928
|
return /* @__PURE__ */ jsx(
|
|
894
|
-
BaseSvgIcon$
|
|
929
|
+
BaseSvgIcon$2F,
|
|
895
930
|
{
|
|
896
931
|
ref,
|
|
897
932
|
viewBox: "0 0 24 24",
|
|
@@ -905,7 +940,7 @@ function CloseVertically({ width, height, sx, ...props }, ref) {
|
|
|
905
940
|
);
|
|
906
941
|
}
|
|
907
942
|
const CloseVertically$1 = forwardRef(CloseVertically);
|
|
908
|
-
const Icon$
|
|
943
|
+
const Icon$2E = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
909
944
|
/* @__PURE__ */ jsx(
|
|
910
945
|
"path",
|
|
911
946
|
{
|
|
@@ -921,10 +956,10 @@ const Icon$2C = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
921
956
|
}
|
|
922
957
|
)
|
|
923
958
|
] });
|
|
924
|
-
const BaseSvgIcon$
|
|
959
|
+
const BaseSvgIcon$2E = createSvgIcon(Icon$2E(), "CodeBlock");
|
|
925
960
|
function CodeBlock({ width, height, sx, ...props }, ref) {
|
|
926
961
|
return /* @__PURE__ */ jsx(
|
|
927
|
-
BaseSvgIcon$
|
|
962
|
+
BaseSvgIcon$2E,
|
|
928
963
|
{
|
|
929
964
|
ref,
|
|
930
965
|
viewBox: "0 0 24 24",
|
|
@@ -938,17 +973,17 @@ function CodeBlock({ width, height, sx, ...props }, ref) {
|
|
|
938
973
|
);
|
|
939
974
|
}
|
|
940
975
|
const CodeBlock$1 = forwardRef(CodeBlock);
|
|
941
|
-
const Icon$
|
|
976
|
+
const Icon$2D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
942
977
|
"path",
|
|
943
978
|
{
|
|
944
979
|
fill: "currentColor",
|
|
945
980
|
d: "M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8c-1.18 0-2.34-.26-3.43-.78-.27-.13-.56-.19-.86-.19-.19 0-.38.03-.56.08l-3.2.94.94-3.2c.14-.47.1-.98-.11-1.42A7.9 7.9 0 0 1 4 12c0-4.41 3.59-8 8-8m0-2C6.48 2 2 6.48 2 12c0 1.54.36 2.98.97 4.29L1 23l6.71-1.97c1.31.61 2.75.97 4.29.97 5.52 0 10-4.48 10-10S17.52 2 12 2"
|
|
946
981
|
}
|
|
947
982
|
) });
|
|
948
|
-
const BaseSvgIcon$
|
|
983
|
+
const BaseSvgIcon$2D = createSvgIcon(Icon$2D(), "Comments");
|
|
949
984
|
function Comments({ width, height, sx, ...props }, ref) {
|
|
950
985
|
return /* @__PURE__ */ jsx(
|
|
951
|
-
BaseSvgIcon$
|
|
986
|
+
BaseSvgIcon$2D,
|
|
952
987
|
{
|
|
953
988
|
ref,
|
|
954
989
|
viewBox: "0 0 24 24",
|
|
@@ -962,7 +997,7 @@ function Comments({ width, height, sx, ...props }, ref) {
|
|
|
962
997
|
);
|
|
963
998
|
}
|
|
964
999
|
const Comments$1 = forwardRef(Comments);
|
|
965
|
-
const Icon$
|
|
1000
|
+
const Icon$2C = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
966
1001
|
"path",
|
|
967
1002
|
{
|
|
968
1003
|
fill: "currentColor",
|
|
@@ -971,10 +1006,10 @@ const Icon$2A = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
971
1006
|
clipRule: "evenodd"
|
|
972
1007
|
}
|
|
973
1008
|
) });
|
|
974
|
-
const BaseSvgIcon$
|
|
1009
|
+
const BaseSvgIcon$2C = createSvgIcon(Icon$2C(), "Console");
|
|
975
1010
|
function Console({ width, height, sx, ...props }, ref) {
|
|
976
1011
|
return /* @__PURE__ */ jsx(
|
|
977
|
-
BaseSvgIcon$
|
|
1012
|
+
BaseSvgIcon$2C,
|
|
978
1013
|
{
|
|
979
1014
|
ref,
|
|
980
1015
|
viewBox: "0 0 24 24",
|
|
@@ -988,7 +1023,7 @@ function Console({ width, height, sx, ...props }, ref) {
|
|
|
988
1023
|
);
|
|
989
1024
|
}
|
|
990
1025
|
const Console$1 = forwardRef(Console);
|
|
991
|
-
const Icon$
|
|
1026
|
+
const Icon$2B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
992
1027
|
"path",
|
|
993
1028
|
{
|
|
994
1029
|
fill: "currentColor",
|
|
@@ -997,10 +1032,10 @@ const Icon$2z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
997
1032
|
clipRule: "evenodd"
|
|
998
1033
|
}
|
|
999
1034
|
) });
|
|
1000
|
-
const BaseSvgIcon$
|
|
1035
|
+
const BaseSvgIcon$2B = createSvgIcon(Icon$2B(), "Covid19");
|
|
1001
1036
|
function Covid19({ width, height, sx, ...props }, ref) {
|
|
1002
1037
|
return /* @__PURE__ */ jsx(
|
|
1003
|
-
BaseSvgIcon$
|
|
1038
|
+
BaseSvgIcon$2B,
|
|
1004
1039
|
{
|
|
1005
1040
|
ref,
|
|
1006
1041
|
viewBox: "0 0 24 24",
|
|
@@ -1014,7 +1049,7 @@ function Covid19({ width, height, sx, ...props }, ref) {
|
|
|
1014
1049
|
);
|
|
1015
1050
|
}
|
|
1016
1051
|
const Covid19$1 = forwardRef(Covid19);
|
|
1017
|
-
const Icon$
|
|
1052
|
+
const Icon$2A = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1018
1053
|
"path",
|
|
1019
1054
|
{
|
|
1020
1055
|
fill: "currentColor",
|
|
@@ -1023,10 +1058,10 @@ const Icon$2y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1023
1058
|
clipRule: "evenodd"
|
|
1024
1059
|
}
|
|
1025
1060
|
) });
|
|
1026
|
-
const BaseSvgIcon$
|
|
1061
|
+
const BaseSvgIcon$2A = createSvgIcon(Icon$2A(), "CreateMap");
|
|
1027
1062
|
function CreateMap({ width, height, sx, ...props }, ref) {
|
|
1028
1063
|
return /* @__PURE__ */ jsx(
|
|
1029
|
-
BaseSvgIcon$
|
|
1064
|
+
BaseSvgIcon$2A,
|
|
1030
1065
|
{
|
|
1031
1066
|
ref,
|
|
1032
1067
|
viewBox: "0 0 24 24",
|
|
@@ -1040,17 +1075,17 @@ function CreateMap({ width, height, sx, ...props }, ref) {
|
|
|
1040
1075
|
);
|
|
1041
1076
|
}
|
|
1042
1077
|
const CreateMap$1 = forwardRef(CreateMap);
|
|
1043
|
-
const Icon$
|
|
1078
|
+
const Icon$2z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1044
1079
|
"path",
|
|
1045
1080
|
{
|
|
1046
1081
|
fill: "currentColor",
|
|
1047
1082
|
d: "M21 19.004h3v2h-3v3h-2v-3h-3v-2h3v-3h2zM13.118 23.951a12.4 12.4 0 0 1-2.21.002l.179-1.992a10 10 0 0 0 1.846-.003zM7.554 20.962a10 10 0 0 0 1.72.664l-.544 1.925a12 12 0 0 1-2.066-.798zM4.62 18.75c.416.454.876.873 1.366 1.243L4.782 21.59A12 12 0 0 1 3.145 20.1zM2.679 15.632q.337.862.825 1.65l-1.697 1.056a12 12 0 0 1-.99-1.979zM16.243 16.244A5.96 5.96 0 0 1 12 18.002a5.96 5.96 0 0 1-4.243-1.758l1.415-1.414c1.51 1.512 4.146 1.512 5.656 0zM2 12.023c.002.618.059 1.236.172 1.838l-1.965.37A12 12 0 0 1 0 12.028zM24 12.002c0 .74-.068 1.482-.201 2.202l-1.967-.364A10 10 0 0 0 22 12.002l2-.046zM12 10.002a2 2 0 1 1 0 4 2 2 0 0 1 0-4M13.548 6.225A6 6 0 0 1 18 12.002c0 .488-.07.98-.224 1.548l-1.932-.519A4 4 0 0 0 16 12.002a3.994 3.994 0 0 0-2.969-3.845zM10.97 8.157A3.994 3.994 0 0 0 8 12.002c0 .308.05.635.155 1.031l-1.932.516A5.9 5.9 0 0 1 6 12.002a6 6 0 0 1 4.453-5.777zM2.664 8.412a10 10 0 0 0-.5 1.773l-1.967-.36c.133-.728.334-1.442.6-2.133zM23.176 7.624c.269.688.474 1.4.613 2.126l-1.965.374a10 10 0 0 0-.51-1.77zM4.592 5.285c-.412.455-.785.951-1.109 1.475l-1.7-1.051q.583-.945 1.33-1.768zM20.838 3.886q.752.818 1.342 1.76l-1.696 1.061a10 10 0 0 0-1.119-1.467zM7.518 3.06q-.827.416-1.565.977l-1.21-1.592C5.33 2 5.96 1.605 6.618 1.273zM17.314 1.24c.662.328 1.294.717 1.885 1.16L17.997 4a10 10 0 0 0-1.571-.967zM11.045 2.048a10 10 0 0 0-1.81.34L8.68.468c.708-.203 1.44-.341 2.176-.411zM13.068.05c.737.064 1.466.198 2.177.397l-.539 1.926a10 10 0 0 0-1.813-.331z"
|
|
1048
1083
|
}
|
|
1049
1084
|
) });
|
|
1050
|
-
const BaseSvgIcon$
|
|
1085
|
+
const BaseSvgIcon$2z = createSvgIcon(Icon$2z(), "CreateSpatialAnalysis");
|
|
1051
1086
|
function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
1052
1087
|
return /* @__PURE__ */ jsx(
|
|
1053
|
-
BaseSvgIcon$
|
|
1088
|
+
BaseSvgIcon$2z,
|
|
1054
1089
|
{
|
|
1055
1090
|
ref,
|
|
1056
1091
|
viewBox: "0 0 24 24",
|
|
@@ -1064,7 +1099,7 @@ function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
1064
1099
|
);
|
|
1065
1100
|
}
|
|
1066
1101
|
const CreateSpatialAnalysis$1 = forwardRef(CreateSpatialAnalysis);
|
|
1067
|
-
const Icon$
|
|
1102
|
+
const Icon$2y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1068
1103
|
/* @__PURE__ */ jsx(
|
|
1069
1104
|
"path",
|
|
1070
1105
|
{
|
|
@@ -1082,10 +1117,10 @@ const Icon$2w = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1082
1117
|
}
|
|
1083
1118
|
)
|
|
1084
1119
|
] });
|
|
1085
|
-
const BaseSvgIcon$
|
|
1120
|
+
const BaseSvgIcon$2y = createSvgIcon(Icon$2y(), "CreateTileset");
|
|
1086
1121
|
function CreateTileset({ width, height, sx, ...props }, ref) {
|
|
1087
1122
|
return /* @__PURE__ */ jsx(
|
|
1088
|
-
BaseSvgIcon$
|
|
1123
|
+
BaseSvgIcon$2y,
|
|
1089
1124
|
{
|
|
1090
1125
|
ref,
|
|
1091
1126
|
viewBox: "0 0 24 24",
|
|
@@ -1099,7 +1134,7 @@ function CreateTileset({ width, height, sx, ...props }, ref) {
|
|
|
1099
1134
|
);
|
|
1100
1135
|
}
|
|
1101
1136
|
const CreateTileset$1 = forwardRef(CreateTileset);
|
|
1102
|
-
const Icon$
|
|
1137
|
+
const Icon$2x = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1103
1138
|
"path",
|
|
1104
1139
|
{
|
|
1105
1140
|
fill: "currentColor",
|
|
@@ -1108,10 +1143,10 @@ const Icon$2v = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1108
1143
|
clipRule: "evenodd"
|
|
1109
1144
|
}
|
|
1110
1145
|
) });
|
|
1111
|
-
const BaseSvgIcon$
|
|
1146
|
+
const BaseSvgIcon$2x = createSvgIcon(Icon$2x(), "CreateWorkflow");
|
|
1112
1147
|
function CreateWorkflow({ width, height, sx, ...props }, ref) {
|
|
1113
1148
|
return /* @__PURE__ */ jsx(
|
|
1114
|
-
BaseSvgIcon$
|
|
1149
|
+
BaseSvgIcon$2x,
|
|
1115
1150
|
{
|
|
1116
1151
|
ref,
|
|
1117
1152
|
viewBox: "0 0 24 24",
|
|
@@ -1125,7 +1160,7 @@ function CreateWorkflow({ width, height, sx, ...props }, ref) {
|
|
|
1125
1160
|
);
|
|
1126
1161
|
}
|
|
1127
1162
|
const CreateWorkflow$1 = forwardRef(CreateWorkflow);
|
|
1128
|
-
const Icon$
|
|
1163
|
+
const Icon$2w = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1129
1164
|
"path",
|
|
1130
1165
|
{
|
|
1131
1166
|
fill: "currentColor",
|
|
@@ -1134,10 +1169,10 @@ const Icon$2u = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1134
1169
|
clipRule: "evenodd"
|
|
1135
1170
|
}
|
|
1136
1171
|
) });
|
|
1137
|
-
const BaseSvgIcon$
|
|
1172
|
+
const BaseSvgIcon$2w = createSvgIcon(Icon$2w(), "Data");
|
|
1138
1173
|
function Data({ width, height, sx, ...props }, ref) {
|
|
1139
1174
|
return /* @__PURE__ */ jsx(
|
|
1140
|
-
BaseSvgIcon$
|
|
1175
|
+
BaseSvgIcon$2w,
|
|
1141
1176
|
{
|
|
1142
1177
|
ref,
|
|
1143
1178
|
viewBox: "0 0 24 24",
|
|
@@ -1151,7 +1186,7 @@ function Data({ width, height, sx, ...props }, ref) {
|
|
|
1151
1186
|
);
|
|
1152
1187
|
}
|
|
1153
1188
|
const Data$1 = forwardRef(Data);
|
|
1154
|
-
const Icon$
|
|
1189
|
+
const Icon$2v = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1155
1190
|
/* @__PURE__ */ jsx(
|
|
1156
1191
|
"path",
|
|
1157
1192
|
{
|
|
@@ -1171,10 +1206,10 @@ const Icon$2t = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1171
1206
|
}
|
|
1172
1207
|
)
|
|
1173
1208
|
] });
|
|
1174
|
-
const BaseSvgIcon$
|
|
1209
|
+
const BaseSvgIcon$2v = createSvgIcon(Icon$2v(), "DataAccess");
|
|
1175
1210
|
function DataAccess({ width, height, sx, ...props }, ref) {
|
|
1176
1211
|
return /* @__PURE__ */ jsx(
|
|
1177
|
-
BaseSvgIcon$
|
|
1212
|
+
BaseSvgIcon$2v,
|
|
1178
1213
|
{
|
|
1179
1214
|
ref,
|
|
1180
1215
|
viewBox: "0 0 24 24",
|
|
@@ -1188,7 +1223,7 @@ function DataAccess({ width, height, sx, ...props }, ref) {
|
|
|
1188
1223
|
);
|
|
1189
1224
|
}
|
|
1190
1225
|
const DataAccess$1 = forwardRef(DataAccess);
|
|
1191
|
-
const Icon$
|
|
1226
|
+
const Icon$2u = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1192
1227
|
/* @__PURE__ */ jsx(
|
|
1193
1228
|
"path",
|
|
1194
1229
|
{
|
|
@@ -1208,10 +1243,10 @@ const Icon$2s = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1208
1243
|
}
|
|
1209
1244
|
)
|
|
1210
1245
|
] });
|
|
1211
|
-
const BaseSvgIcon$
|
|
1246
|
+
const BaseSvgIcon$2u = createSvgIcon(Icon$2u(), "DataExplorer");
|
|
1212
1247
|
function DataExplorer({ width, height, sx, ...props }, ref) {
|
|
1213
1248
|
return /* @__PURE__ */ jsx(
|
|
1214
|
-
BaseSvgIcon$
|
|
1249
|
+
BaseSvgIcon$2u,
|
|
1215
1250
|
{
|
|
1216
1251
|
ref,
|
|
1217
1252
|
viewBox: "0 0 24 24",
|
|
@@ -1225,7 +1260,7 @@ function DataExplorer({ width, height, sx, ...props }, ref) {
|
|
|
1225
1260
|
);
|
|
1226
1261
|
}
|
|
1227
1262
|
const DataExplorer$1 = forwardRef(DataExplorer);
|
|
1228
|
-
const Icon$
|
|
1263
|
+
const Icon$2t = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1229
1264
|
/* @__PURE__ */ jsx(
|
|
1230
1265
|
"path",
|
|
1231
1266
|
{
|
|
@@ -1245,10 +1280,10 @@ const Icon$2r = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1245
1280
|
}
|
|
1246
1281
|
)
|
|
1247
1282
|
] });
|
|
1248
|
-
const BaseSvgIcon$
|
|
1283
|
+
const BaseSvgIcon$2t = createSvgIcon(Icon$2t(), "DataFilter");
|
|
1249
1284
|
function DataFilter({ width, height, sx, ...props }, ref) {
|
|
1250
1285
|
return /* @__PURE__ */ jsx(
|
|
1251
|
-
BaseSvgIcon$
|
|
1286
|
+
BaseSvgIcon$2t,
|
|
1252
1287
|
{
|
|
1253
1288
|
ref,
|
|
1254
1289
|
viewBox: "0 0 24 24",
|
|
@@ -1262,7 +1297,7 @@ function DataFilter({ width, height, sx, ...props }, ref) {
|
|
|
1262
1297
|
);
|
|
1263
1298
|
}
|
|
1264
1299
|
const DataFilter$1 = forwardRef(DataFilter);
|
|
1265
|
-
const Icon$
|
|
1300
|
+
const Icon$2s = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1266
1301
|
/* @__PURE__ */ jsx(
|
|
1267
1302
|
"path",
|
|
1268
1303
|
{
|
|
@@ -1280,10 +1315,10 @@ const Icon$2q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1280
1315
|
}
|
|
1281
1316
|
)
|
|
1282
1317
|
] });
|
|
1283
|
-
const BaseSvgIcon$
|
|
1318
|
+
const BaseSvgIcon$2s = createSvgIcon(Icon$2s(), "DataMonetization");
|
|
1284
1319
|
function DataMonetization({ width, height, sx, ...props }, ref) {
|
|
1285
1320
|
return /* @__PURE__ */ jsx(
|
|
1286
|
-
BaseSvgIcon$
|
|
1321
|
+
BaseSvgIcon$2s,
|
|
1287
1322
|
{
|
|
1288
1323
|
ref,
|
|
1289
1324
|
viewBox: "0 0 24 24",
|
|
@@ -1297,7 +1332,7 @@ function DataMonetization({ width, height, sx, ...props }, ref) {
|
|
|
1297
1332
|
);
|
|
1298
1333
|
}
|
|
1299
1334
|
const DataMonetization$1 = forwardRef(DataMonetization);
|
|
1300
|
-
const Icon$
|
|
1335
|
+
const Icon$2r = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1301
1336
|
"path",
|
|
1302
1337
|
{
|
|
1303
1338
|
fill: "currentColor",
|
|
@@ -1306,10 +1341,10 @@ const Icon$2p = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1306
1341
|
clipRule: "evenodd"
|
|
1307
1342
|
}
|
|
1308
1343
|
) });
|
|
1309
|
-
const BaseSvgIcon$
|
|
1344
|
+
const BaseSvgIcon$2r = createSvgIcon(Icon$2r(), "DataObservatory");
|
|
1310
1345
|
function DataObservatory({ width, height, sx, ...props }, ref) {
|
|
1311
1346
|
return /* @__PURE__ */ jsx(
|
|
1312
|
-
BaseSvgIcon$
|
|
1347
|
+
BaseSvgIcon$2r,
|
|
1313
1348
|
{
|
|
1314
1349
|
ref,
|
|
1315
1350
|
viewBox: "0 0 24 24",
|
|
@@ -1323,7 +1358,7 @@ function DataObservatory({ width, height, sx, ...props }, ref) {
|
|
|
1323
1358
|
);
|
|
1324
1359
|
}
|
|
1325
1360
|
const DataObservatory$1 = forwardRef(DataObservatory);
|
|
1326
|
-
const Icon$
|
|
1361
|
+
const Icon$2q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1327
1362
|
/* @__PURE__ */ jsx(
|
|
1328
1363
|
"path",
|
|
1329
1364
|
{
|
|
@@ -1341,10 +1376,10 @@ const Icon$2o = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1341
1376
|
}
|
|
1342
1377
|
)
|
|
1343
1378
|
] });
|
|
1344
|
-
const BaseSvgIcon$
|
|
1379
|
+
const BaseSvgIcon$2q = createSvgIcon(Icon$2q(), "DataOk");
|
|
1345
1380
|
function DataOk({ width, height, sx, ...props }, ref) {
|
|
1346
1381
|
return /* @__PURE__ */ jsx(
|
|
1347
|
-
BaseSvgIcon$
|
|
1382
|
+
BaseSvgIcon$2q,
|
|
1348
1383
|
{
|
|
1349
1384
|
ref,
|
|
1350
1385
|
viewBox: "0 0 24 24",
|
|
@@ -1358,7 +1393,7 @@ function DataOk({ width, height, sx, ...props }, ref) {
|
|
|
1358
1393
|
);
|
|
1359
1394
|
}
|
|
1360
1395
|
const DataOk$1 = forwardRef(DataOk);
|
|
1361
|
-
const Icon$
|
|
1396
|
+
const Icon$2p = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1362
1397
|
/* @__PURE__ */ jsx(
|
|
1363
1398
|
"path",
|
|
1364
1399
|
{
|
|
@@ -1378,10 +1413,10 @@ const Icon$2n = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1378
1413
|
}
|
|
1379
1414
|
)
|
|
1380
1415
|
] });
|
|
1381
|
-
const BaseSvgIcon$
|
|
1416
|
+
const BaseSvgIcon$2p = createSvgIcon(Icon$2p(), "DataPending");
|
|
1382
1417
|
function DataPending({ width, height, sx, ...props }, ref) {
|
|
1383
1418
|
return /* @__PURE__ */ jsx(
|
|
1384
|
-
BaseSvgIcon$
|
|
1419
|
+
BaseSvgIcon$2p,
|
|
1385
1420
|
{
|
|
1386
1421
|
ref,
|
|
1387
1422
|
viewBox: "0 0 24 24",
|
|
@@ -1395,7 +1430,7 @@ function DataPending({ width, height, sx, ...props }, ref) {
|
|
|
1395
1430
|
);
|
|
1396
1431
|
}
|
|
1397
1432
|
const DataPending$1 = forwardRef(DataPending);
|
|
1398
|
-
const Icon$
|
|
1433
|
+
const Icon$2o = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1399
1434
|
/* @__PURE__ */ jsx(
|
|
1400
1435
|
"path",
|
|
1401
1436
|
{
|
|
@@ -1413,10 +1448,10 @@ const Icon$2m = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1413
1448
|
}
|
|
1414
1449
|
)
|
|
1415
1450
|
] });
|
|
1416
|
-
const BaseSvgIcon$
|
|
1451
|
+
const BaseSvgIcon$2o = createSvgIcon(Icon$2o(), "DataPremium");
|
|
1417
1452
|
function DataPremium({ width, height, sx, ...props }, ref) {
|
|
1418
1453
|
return /* @__PURE__ */ jsx(
|
|
1419
|
-
BaseSvgIcon$
|
|
1454
|
+
BaseSvgIcon$2o,
|
|
1420
1455
|
{
|
|
1421
1456
|
ref,
|
|
1422
1457
|
viewBox: "0 0 24 24",
|
|
@@ -1430,7 +1465,7 @@ function DataPremium({ width, height, sx, ...props }, ref) {
|
|
|
1430
1465
|
);
|
|
1431
1466
|
}
|
|
1432
1467
|
const DataPremium$1 = forwardRef(DataPremium);
|
|
1433
|
-
const Icon$
|
|
1468
|
+
const Icon$2n = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1434
1469
|
/* @__PURE__ */ jsx(
|
|
1435
1470
|
"path",
|
|
1436
1471
|
{
|
|
@@ -1450,10 +1485,10 @@ const Icon$2l = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1450
1485
|
}
|
|
1451
1486
|
)
|
|
1452
1487
|
] });
|
|
1453
|
-
const BaseSvgIcon$
|
|
1488
|
+
const BaseSvgIcon$2n = createSvgIcon(Icon$2n(), "DataPublic");
|
|
1454
1489
|
function DataPublic({ width, height, sx, ...props }, ref) {
|
|
1455
1490
|
return /* @__PURE__ */ jsx(
|
|
1456
|
-
BaseSvgIcon$
|
|
1491
|
+
BaseSvgIcon$2n,
|
|
1457
1492
|
{
|
|
1458
1493
|
ref,
|
|
1459
1494
|
viewBox: "0 0 24 24",
|
|
@@ -1467,7 +1502,7 @@ function DataPublic({ width, height, sx, ...props }, ref) {
|
|
|
1467
1502
|
);
|
|
1468
1503
|
}
|
|
1469
1504
|
const DataPublic$1 = forwardRef(DataPublic);
|
|
1470
|
-
const Icon$
|
|
1505
|
+
const Icon$2m = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1471
1506
|
/* @__PURE__ */ jsx(
|
|
1472
1507
|
"path",
|
|
1473
1508
|
{
|
|
@@ -1487,10 +1522,10 @@ const Icon$2k = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1487
1522
|
}
|
|
1488
1523
|
)
|
|
1489
1524
|
] });
|
|
1490
|
-
const BaseSvgIcon$
|
|
1525
|
+
const BaseSvgIcon$2m = createSvgIcon(Icon$2m(), "DataSample");
|
|
1491
1526
|
function DataSample({ width, height, sx, ...props }, ref) {
|
|
1492
1527
|
return /* @__PURE__ */ jsx(
|
|
1493
|
-
BaseSvgIcon$
|
|
1528
|
+
BaseSvgIcon$2m,
|
|
1494
1529
|
{
|
|
1495
1530
|
ref,
|
|
1496
1531
|
viewBox: "0 0 24 24",
|
|
@@ -1504,7 +1539,7 @@ function DataSample({ width, height, sx, ...props }, ref) {
|
|
|
1504
1539
|
);
|
|
1505
1540
|
}
|
|
1506
1541
|
const DataSample$1 = forwardRef(DataSample);
|
|
1507
|
-
const Icon$
|
|
1542
|
+
const Icon$2l = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1508
1543
|
"path",
|
|
1509
1544
|
{
|
|
1510
1545
|
fill: "currentColor",
|
|
@@ -1513,10 +1548,10 @@ const Icon$2j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1513
1548
|
clipRule: "evenodd"
|
|
1514
1549
|
}
|
|
1515
1550
|
) });
|
|
1516
|
-
const BaseSvgIcon$
|
|
1551
|
+
const BaseSvgIcon$2l = createSvgIcon(Icon$2l(), "DataUnavailable");
|
|
1517
1552
|
function DataUnavailable({ width, height, sx, ...props }, ref) {
|
|
1518
1553
|
return /* @__PURE__ */ jsx(
|
|
1519
|
-
BaseSvgIcon$
|
|
1554
|
+
BaseSvgIcon$2l,
|
|
1520
1555
|
{
|
|
1521
1556
|
ref,
|
|
1522
1557
|
viewBox: "0 0 24 24",
|
|
@@ -1530,7 +1565,7 @@ function DataUnavailable({ width, height, sx, ...props }, ref) {
|
|
|
1530
1565
|
);
|
|
1531
1566
|
}
|
|
1532
1567
|
const DataUnavailable$1 = forwardRef(DataUnavailable);
|
|
1533
|
-
const Icon$
|
|
1568
|
+
const Icon$2k = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1534
1569
|
"path",
|
|
1535
1570
|
{
|
|
1536
1571
|
fill: "currentColor",
|
|
@@ -1539,10 +1574,10 @@ const Icon$2i = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1539
1574
|
clipRule: "evenodd"
|
|
1540
1575
|
}
|
|
1541
1576
|
) });
|
|
1542
|
-
const BaseSvgIcon$
|
|
1577
|
+
const BaseSvgIcon$2k = createSvgIcon(Icon$2k(), "Databricks");
|
|
1543
1578
|
function Databricks({ width, height, sx, ...props }, ref) {
|
|
1544
1579
|
return /* @__PURE__ */ jsx(
|
|
1545
|
-
BaseSvgIcon$
|
|
1580
|
+
BaseSvgIcon$2k,
|
|
1546
1581
|
{
|
|
1547
1582
|
ref,
|
|
1548
1583
|
viewBox: "0 0 24 24",
|
|
@@ -1556,7 +1591,7 @@ function Databricks({ width, height, sx, ...props }, ref) {
|
|
|
1556
1591
|
);
|
|
1557
1592
|
}
|
|
1558
1593
|
const Databricks$1 = forwardRef(Databricks);
|
|
1559
|
-
const Icon$
|
|
1594
|
+
const Icon$2j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1560
1595
|
"path",
|
|
1561
1596
|
{
|
|
1562
1597
|
fill: "currentColor",
|
|
@@ -1565,10 +1600,10 @@ const Icon$2h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1565
1600
|
clipRule: "evenodd"
|
|
1566
1601
|
}
|
|
1567
1602
|
) });
|
|
1568
|
-
const BaseSvgIcon$
|
|
1603
|
+
const BaseSvgIcon$2j = createSvgIcon(Icon$2j(), "Demographics");
|
|
1569
1604
|
function Demographics({ width, height, sx, ...props }, ref) {
|
|
1570
1605
|
return /* @__PURE__ */ jsx(
|
|
1571
|
-
BaseSvgIcon$
|
|
1606
|
+
BaseSvgIcon$2j,
|
|
1572
1607
|
{
|
|
1573
1608
|
ref,
|
|
1574
1609
|
viewBox: "0 0 24 24",
|
|
@@ -1582,7 +1617,7 @@ function Demographics({ width, height, sx, ...props }, ref) {
|
|
|
1582
1617
|
);
|
|
1583
1618
|
}
|
|
1584
1619
|
const Demographics$1 = forwardRef(Demographics);
|
|
1585
|
-
const Icon$
|
|
1620
|
+
const Icon$2i = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1586
1621
|
"path",
|
|
1587
1622
|
{
|
|
1588
1623
|
fill: "currentColor",
|
|
@@ -1591,10 +1626,10 @@ const Icon$2g = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1591
1626
|
clipRule: "evenodd"
|
|
1592
1627
|
}
|
|
1593
1628
|
) });
|
|
1594
|
-
const BaseSvgIcon$
|
|
1629
|
+
const BaseSvgIcon$2i = createSvgIcon(Icon$2i(), "Derived");
|
|
1595
1630
|
function Derived({ width, height, sx, ...props }, ref) {
|
|
1596
1631
|
return /* @__PURE__ */ jsx(
|
|
1597
|
-
BaseSvgIcon$
|
|
1632
|
+
BaseSvgIcon$2i,
|
|
1598
1633
|
{
|
|
1599
1634
|
ref,
|
|
1600
1635
|
viewBox: "0 0 24 24",
|
|
@@ -1608,7 +1643,7 @@ function Derived({ width, height, sx, ...props }, ref) {
|
|
|
1608
1643
|
);
|
|
1609
1644
|
}
|
|
1610
1645
|
const Derived$1 = forwardRef(Derived);
|
|
1611
|
-
const Icon$
|
|
1646
|
+
const Icon$2h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1612
1647
|
"path",
|
|
1613
1648
|
{
|
|
1614
1649
|
fill: "currentColor",
|
|
@@ -1617,10 +1652,10 @@ const Icon$2f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1617
1652
|
clipRule: "evenodd"
|
|
1618
1653
|
}
|
|
1619
1654
|
) });
|
|
1620
|
-
const BaseSvgIcon$
|
|
1655
|
+
const BaseSvgIcon$2h = createSvgIcon(Icon$2h(), "Distance");
|
|
1621
1656
|
function Distance({ width, height, sx, ...props }, ref) {
|
|
1622
1657
|
return /* @__PURE__ */ jsx(
|
|
1623
|
-
BaseSvgIcon$
|
|
1658
|
+
BaseSvgIcon$2h,
|
|
1624
1659
|
{
|
|
1625
1660
|
ref,
|
|
1626
1661
|
viewBox: "0 0 24 24",
|
|
@@ -1634,11 +1669,11 @@ function Distance({ width, height, sx, ...props }, ref) {
|
|
|
1634
1669
|
);
|
|
1635
1670
|
}
|
|
1636
1671
|
const Distance$1 = forwardRef(Distance);
|
|
1637
|
-
const Icon$
|
|
1638
|
-
const BaseSvgIcon$
|
|
1672
|
+
const Icon$2g = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("circle", { cx: 12, cy: 12, r: 5, fill: "currentColor" }) });
|
|
1673
|
+
const BaseSvgIcon$2g = createSvgIcon(Icon$2g(), "Dot");
|
|
1639
1674
|
function Dot({ width, height, sx, ...props }, ref) {
|
|
1640
1675
|
return /* @__PURE__ */ jsx(
|
|
1641
|
-
BaseSvgIcon$
|
|
1676
|
+
BaseSvgIcon$2g,
|
|
1642
1677
|
{
|
|
1643
1678
|
ref,
|
|
1644
1679
|
viewBox: "0 0 24 24",
|
|
@@ -1652,7 +1687,7 @@ function Dot({ width, height, sx, ...props }, ref) {
|
|
|
1652
1687
|
);
|
|
1653
1688
|
}
|
|
1654
1689
|
const Dot$1 = forwardRef(Dot);
|
|
1655
|
-
const Icon$
|
|
1690
|
+
const Icon$2f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1656
1691
|
"path",
|
|
1657
1692
|
{
|
|
1658
1693
|
fill: "currentColor",
|
|
@@ -1661,10 +1696,10 @@ const Icon$2d = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1661
1696
|
clipRule: "evenodd"
|
|
1662
1697
|
}
|
|
1663
1698
|
) });
|
|
1664
|
-
const BaseSvgIcon$
|
|
1699
|
+
const BaseSvgIcon$2f = createSvgIcon(Icon$2f(), "DrawCircle");
|
|
1665
1700
|
function DrawCircle({ width, height, sx, ...props }, ref) {
|
|
1666
1701
|
return /* @__PURE__ */ jsx(
|
|
1667
|
-
BaseSvgIcon$
|
|
1702
|
+
BaseSvgIcon$2f,
|
|
1668
1703
|
{
|
|
1669
1704
|
ref,
|
|
1670
1705
|
viewBox: "0 0 24 24",
|
|
@@ -1678,7 +1713,7 @@ function DrawCircle({ width, height, sx, ...props }, ref) {
|
|
|
1678
1713
|
);
|
|
1679
1714
|
}
|
|
1680
1715
|
const DrawCircle$1 = forwardRef(DrawCircle);
|
|
1681
|
-
const Icon$
|
|
1716
|
+
const Icon$2e = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1682
1717
|
"path",
|
|
1683
1718
|
{
|
|
1684
1719
|
fill: "currentColor",
|
|
@@ -1687,10 +1722,10 @@ const Icon$2c = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1687
1722
|
clipRule: "evenodd"
|
|
1688
1723
|
}
|
|
1689
1724
|
) });
|
|
1690
|
-
const BaseSvgIcon$
|
|
1725
|
+
const BaseSvgIcon$2e = createSvgIcon(Icon$2e(), "DrawLasso");
|
|
1691
1726
|
function DrawLasso({ width, height, sx, ...props }, ref) {
|
|
1692
1727
|
return /* @__PURE__ */ jsx(
|
|
1693
|
-
BaseSvgIcon$
|
|
1728
|
+
BaseSvgIcon$2e,
|
|
1694
1729
|
{
|
|
1695
1730
|
ref,
|
|
1696
1731
|
viewBox: "0 0 24 24",
|
|
@@ -1704,17 +1739,17 @@ function DrawLasso({ width, height, sx, ...props }, ref) {
|
|
|
1704
1739
|
);
|
|
1705
1740
|
}
|
|
1706
1741
|
const DrawLasso$1 = forwardRef(DrawLasso);
|
|
1707
|
-
const Icon$
|
|
1742
|
+
const Icon$2d = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1708
1743
|
"path",
|
|
1709
1744
|
{
|
|
1710
1745
|
fill: "currentColor",
|
|
1711
1746
|
d: "M14 2a2 2 0 1 1 0 4 2 2 0 0 1 0-4M8 12a2 2 0 1 0-4 0 2 2 0 0 0 4 0M20 20a2 2 0 1 0-4 0 2 2 0 0 0 4 0M11.292 5.293a3 3 0 0 0 1.415 1.415l-4 3.999a3 3 0 0 0-1.414-1.415zM15.091 19.263 7.8 14.4c.54-.405.94-.99 1.11-1.664L16.2 17.6c-.54.405-.94.99-1.11 1.664"
|
|
1712
1747
|
}
|
|
1713
1748
|
) });
|
|
1714
|
-
const BaseSvgIcon$
|
|
1749
|
+
const BaseSvgIcon$2d = createSvgIcon(Icon$2d(), "DrawLine");
|
|
1715
1750
|
function DrawLine({ width, height, sx, ...props }, ref) {
|
|
1716
1751
|
return /* @__PURE__ */ jsx(
|
|
1717
|
-
BaseSvgIcon$
|
|
1752
|
+
BaseSvgIcon$2d,
|
|
1718
1753
|
{
|
|
1719
1754
|
ref,
|
|
1720
1755
|
viewBox: "0 0 24 24",
|
|
@@ -1728,7 +1763,7 @@ function DrawLine({ width, height, sx, ...props }, ref) {
|
|
|
1728
1763
|
);
|
|
1729
1764
|
}
|
|
1730
1765
|
const DrawLine$1 = forwardRef(DrawLine);
|
|
1731
|
-
const Icon$
|
|
1766
|
+
const Icon$2c = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1732
1767
|
"path",
|
|
1733
1768
|
{
|
|
1734
1769
|
fill: "currentColor",
|
|
@@ -1737,10 +1772,10 @@ const Icon$2a = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1737
1772
|
clipRule: "evenodd"
|
|
1738
1773
|
}
|
|
1739
1774
|
) });
|
|
1740
|
-
const BaseSvgIcon$
|
|
1775
|
+
const BaseSvgIcon$2c = createSvgIcon(Icon$2c(), "DrawPolygon");
|
|
1741
1776
|
function DrawPolygon({ width, height, sx, ...props }, ref) {
|
|
1742
1777
|
return /* @__PURE__ */ jsx(
|
|
1743
|
-
BaseSvgIcon$
|
|
1778
|
+
BaseSvgIcon$2c,
|
|
1744
1779
|
{
|
|
1745
1780
|
ref,
|
|
1746
1781
|
viewBox: "0 0 24 24",
|
|
@@ -1754,7 +1789,7 @@ function DrawPolygon({ width, height, sx, ...props }, ref) {
|
|
|
1754
1789
|
);
|
|
1755
1790
|
}
|
|
1756
1791
|
const DrawPolygon$1 = forwardRef(DrawPolygon);
|
|
1757
|
-
const Icon$
|
|
1792
|
+
const Icon$2b = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1758
1793
|
"path",
|
|
1759
1794
|
{
|
|
1760
1795
|
fill: "currentColor",
|
|
@@ -1763,10 +1798,10 @@ const Icon$29 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1763
1798
|
clipRule: "evenodd"
|
|
1764
1799
|
}
|
|
1765
1800
|
) });
|
|
1766
|
-
const BaseSvgIcon$
|
|
1801
|
+
const BaseSvgIcon$2b = createSvgIcon(Icon$2b(), "DrawSquare");
|
|
1767
1802
|
function DrawSquare({ width, height, sx, ...props }, ref) {
|
|
1768
1803
|
return /* @__PURE__ */ jsx(
|
|
1769
|
-
BaseSvgIcon$
|
|
1804
|
+
BaseSvgIcon$2b,
|
|
1770
1805
|
{
|
|
1771
1806
|
ref,
|
|
1772
1807
|
viewBox: "0 0 24 24",
|
|
@@ -1780,7 +1815,7 @@ function DrawSquare({ width, height, sx, ...props }, ref) {
|
|
|
1780
1815
|
);
|
|
1781
1816
|
}
|
|
1782
1817
|
const DrawSquare$1 = forwardRef(DrawSquare);
|
|
1783
|
-
const Icon$
|
|
1818
|
+
const Icon$2a = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1784
1819
|
/* @__PURE__ */ jsx(
|
|
1785
1820
|
"path",
|
|
1786
1821
|
{
|
|
@@ -1798,10 +1833,10 @@ const Icon$28 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1798
1833
|
}
|
|
1799
1834
|
)
|
|
1800
1835
|
] });
|
|
1801
|
-
const BaseSvgIcon$
|
|
1836
|
+
const BaseSvgIcon$2a = createSvgIcon(Icon$2a(), "DropAPin");
|
|
1802
1837
|
function DropAPin({ width, height, sx, ...props }, ref) {
|
|
1803
1838
|
return /* @__PURE__ */ jsx(
|
|
1804
|
-
BaseSvgIcon$
|
|
1839
|
+
BaseSvgIcon$2a,
|
|
1805
1840
|
{
|
|
1806
1841
|
ref,
|
|
1807
1842
|
viewBox: "0 0 24 24",
|
|
@@ -1815,7 +1850,7 @@ function DropAPin({ width, height, sx, ...props }, ref) {
|
|
|
1815
1850
|
);
|
|
1816
1851
|
}
|
|
1817
1852
|
const DropAPin$1 = forwardRef(DropAPin);
|
|
1818
|
-
const Icon$
|
|
1853
|
+
const Icon$29 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1819
1854
|
"path",
|
|
1820
1855
|
{
|
|
1821
1856
|
fill: "currentColor",
|
|
@@ -1824,10 +1859,10 @@ const Icon$27 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1824
1859
|
clipRule: "evenodd"
|
|
1825
1860
|
}
|
|
1826
1861
|
) });
|
|
1827
|
-
const BaseSvgIcon$
|
|
1862
|
+
const BaseSvgIcon$29 = createSvgIcon(Icon$29(), "DualMap");
|
|
1828
1863
|
function DualMap({ width, height, sx, ...props }, ref) {
|
|
1829
1864
|
return /* @__PURE__ */ jsx(
|
|
1830
|
-
BaseSvgIcon$
|
|
1865
|
+
BaseSvgIcon$29,
|
|
1831
1866
|
{
|
|
1832
1867
|
ref,
|
|
1833
1868
|
viewBox: "0 0 24 24",
|
|
@@ -1841,7 +1876,7 @@ function DualMap({ width, height, sx, ...props }, ref) {
|
|
|
1841
1876
|
);
|
|
1842
1877
|
}
|
|
1843
1878
|
const DualMap$1 = forwardRef(DualMap);
|
|
1844
|
-
const Icon$
|
|
1879
|
+
const Icon$28 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1845
1880
|
"path",
|
|
1846
1881
|
{
|
|
1847
1882
|
fill: "currentColor",
|
|
@@ -1850,10 +1885,10 @@ const Icon$26 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1850
1885
|
clipRule: "evenodd"
|
|
1851
1886
|
}
|
|
1852
1887
|
) });
|
|
1853
|
-
const BaseSvgIcon$
|
|
1888
|
+
const BaseSvgIcon$28 = createSvgIcon(Icon$28(), "Environmental");
|
|
1854
1889
|
function Environmental({ width, height, sx, ...props }, ref) {
|
|
1855
1890
|
return /* @__PURE__ */ jsx(
|
|
1856
|
-
BaseSvgIcon$
|
|
1891
|
+
BaseSvgIcon$28,
|
|
1857
1892
|
{
|
|
1858
1893
|
ref,
|
|
1859
1894
|
viewBox: "0 0 24 24",
|
|
@@ -1867,7 +1902,7 @@ function Environmental({ width, height, sx, ...props }, ref) {
|
|
|
1867
1902
|
);
|
|
1868
1903
|
}
|
|
1869
1904
|
const Environmental$1 = forwardRef(Environmental);
|
|
1870
|
-
const Icon$
|
|
1905
|
+
const Icon$27 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1871
1906
|
"path",
|
|
1872
1907
|
{
|
|
1873
1908
|
fill: "currentColor",
|
|
@@ -1876,10 +1911,10 @@ const Icon$25 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1876
1911
|
clipRule: "evenodd"
|
|
1877
1912
|
}
|
|
1878
1913
|
) });
|
|
1879
|
-
const BaseSvgIcon$
|
|
1914
|
+
const BaseSvgIcon$27 = createSvgIcon(Icon$27(), "EnvironmentalManagement");
|
|
1880
1915
|
function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
|
|
1881
1916
|
return /* @__PURE__ */ jsx(
|
|
1882
|
-
BaseSvgIcon$
|
|
1917
|
+
BaseSvgIcon$27,
|
|
1883
1918
|
{
|
|
1884
1919
|
ref,
|
|
1885
1920
|
viewBox: "0 0 24 24",
|
|
@@ -1893,11 +1928,11 @@ function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
|
|
|
1893
1928
|
);
|
|
1894
1929
|
}
|
|
1895
1930
|
const EnvironmentalManagement$1 = forwardRef(EnvironmentalManagement);
|
|
1896
|
-
const Icon$
|
|
1897
|
-
const BaseSvgIcon$
|
|
1931
|
+
const Icon$26 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M4 17v-3h16v3zm0-7V7h16v3z" }) });
|
|
1932
|
+
const BaseSvgIcon$26 = createSvgIcon(Icon$26(), "Equal");
|
|
1898
1933
|
function Equal({ width, height, sx, ...props }, ref) {
|
|
1899
1934
|
return /* @__PURE__ */ jsx(
|
|
1900
|
-
BaseSvgIcon$
|
|
1935
|
+
BaseSvgIcon$26,
|
|
1901
1936
|
{
|
|
1902
1937
|
ref,
|
|
1903
1938
|
viewBox: "0 0 24 24",
|
|
@@ -1911,7 +1946,7 @@ function Equal({ width, height, sx, ...props }, ref) {
|
|
|
1911
1946
|
);
|
|
1912
1947
|
}
|
|
1913
1948
|
const Equal$1 = forwardRef(Equal);
|
|
1914
|
-
const Icon$
|
|
1949
|
+
const Icon$25 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1915
1950
|
"path",
|
|
1916
1951
|
{
|
|
1917
1952
|
fill: "currentColor",
|
|
@@ -1920,10 +1955,10 @@ const Icon$23 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1920
1955
|
clipRule: "evenodd"
|
|
1921
1956
|
}
|
|
1922
1957
|
) });
|
|
1923
|
-
const BaseSvgIcon$
|
|
1958
|
+
const BaseSvgIcon$25 = createSvgIcon(Icon$25(), "ExitToAppLeft");
|
|
1924
1959
|
function ExitToAppLeft({ width, height, sx, ...props }, ref) {
|
|
1925
1960
|
return /* @__PURE__ */ jsx(
|
|
1926
|
-
BaseSvgIcon$
|
|
1961
|
+
BaseSvgIcon$25,
|
|
1927
1962
|
{
|
|
1928
1963
|
ref,
|
|
1929
1964
|
viewBox: "0 0 24 24",
|
|
@@ -1937,7 +1972,7 @@ function ExitToAppLeft({ width, height, sx, ...props }, ref) {
|
|
|
1937
1972
|
);
|
|
1938
1973
|
}
|
|
1939
1974
|
const ExitToAppLeft$1 = forwardRef(ExitToAppLeft);
|
|
1940
|
-
const Icon$
|
|
1975
|
+
const Icon$24 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1941
1976
|
"path",
|
|
1942
1977
|
{
|
|
1943
1978
|
fill: "currentColor",
|
|
@@ -1946,10 +1981,10 @@ const Icon$22 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1946
1981
|
clipRule: "evenodd"
|
|
1947
1982
|
}
|
|
1948
1983
|
) });
|
|
1949
|
-
const BaseSvgIcon$
|
|
1984
|
+
const BaseSvgIcon$24 = createSvgIcon(Icon$24(), "Fabric");
|
|
1950
1985
|
function Fabric({ width, height, sx, ...props }, ref) {
|
|
1951
1986
|
return /* @__PURE__ */ jsx(
|
|
1952
|
-
BaseSvgIcon$
|
|
1987
|
+
BaseSvgIcon$24,
|
|
1953
1988
|
{
|
|
1954
1989
|
ref,
|
|
1955
1990
|
viewBox: "0 0 24 24",
|
|
@@ -1963,7 +1998,7 @@ function Fabric({ width, height, sx, ...props }, ref) {
|
|
|
1963
1998
|
);
|
|
1964
1999
|
}
|
|
1965
2000
|
const Fabric$1 = forwardRef(Fabric);
|
|
1966
|
-
const Icon$
|
|
2001
|
+
const Icon$23 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1967
2002
|
"path",
|
|
1968
2003
|
{
|
|
1969
2004
|
fill: "currentColor",
|
|
@@ -1972,10 +2007,10 @@ const Icon$21 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1972
2007
|
clipRule: "evenodd"
|
|
1973
2008
|
}
|
|
1974
2009
|
) });
|
|
1975
|
-
const BaseSvgIcon$
|
|
2010
|
+
const BaseSvgIcon$23 = createSvgIcon(Icon$23(), "Facebook");
|
|
1976
2011
|
function Facebook({ width, height, sx, ...props }, ref) {
|
|
1977
2012
|
return /* @__PURE__ */ jsx(
|
|
1978
|
-
BaseSvgIcon$
|
|
2013
|
+
BaseSvgIcon$23,
|
|
1979
2014
|
{
|
|
1980
2015
|
ref,
|
|
1981
2016
|
viewBox: "0 0 24 24",
|
|
@@ -1989,7 +2024,7 @@ function Facebook({ width, height, sx, ...props }, ref) {
|
|
|
1989
2024
|
);
|
|
1990
2025
|
}
|
|
1991
2026
|
const Facebook$1 = forwardRef(Facebook);
|
|
1992
|
-
const Icon$
|
|
2027
|
+
const Icon$22 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1993
2028
|
"path",
|
|
1994
2029
|
{
|
|
1995
2030
|
fill: "currentColor",
|
|
@@ -1998,10 +2033,10 @@ const Icon$20 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1998
2033
|
clipRule: "evenodd"
|
|
1999
2034
|
}
|
|
2000
2035
|
) });
|
|
2001
|
-
const BaseSvgIcon$
|
|
2036
|
+
const BaseSvgIcon$22 = createSvgIcon(Icon$22(), "Financial");
|
|
2002
2037
|
function Financial({ width, height, sx, ...props }, ref) {
|
|
2003
2038
|
return /* @__PURE__ */ jsx(
|
|
2004
|
-
BaseSvgIcon$
|
|
2039
|
+
BaseSvgIcon$22,
|
|
2005
2040
|
{
|
|
2006
2041
|
ref,
|
|
2007
2042
|
viewBox: "0 0 24 24",
|
|
@@ -2015,17 +2050,17 @@ function Financial({ width, height, sx, ...props }, ref) {
|
|
|
2015
2050
|
);
|
|
2016
2051
|
}
|
|
2017
2052
|
const Financial$1 = forwardRef(Financial);
|
|
2018
|
-
const Icon$
|
|
2053
|
+
const Icon$21 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2019
2054
|
"path",
|
|
2020
2055
|
{
|
|
2021
2056
|
fill: "currentColor",
|
|
2022
2057
|
d: "M13 23h-2V1h2zM7 21h2v-2H7zM3 9h2V7H3zM21 19V5c0-1.1-.9-2-2-2h-4v2h4v14h-4v2h4c1.1 0 2-.9 2-2M5 5V3c-1.1 0-2 .9-2 2zM3 17h2v-2H3zM7 5h2V3H7zM3 13h2v-2H3zM3 19c0 1.1.9 2 2 2v-2z"
|
|
2023
2058
|
}
|
|
2024
2059
|
) });
|
|
2025
|
-
const BaseSvgIcon$
|
|
2060
|
+
const BaseSvgIcon$21 = createSvgIcon(Icon$21(), "FlipInverse");
|
|
2026
2061
|
function FlipInverse({ width, height, sx, ...props }, ref) {
|
|
2027
2062
|
return /* @__PURE__ */ jsx(
|
|
2028
|
-
BaseSvgIcon$
|
|
2063
|
+
BaseSvgIcon$21,
|
|
2029
2064
|
{
|
|
2030
2065
|
ref,
|
|
2031
2066
|
viewBox: "0 0 24 24",
|
|
@@ -2039,7 +2074,7 @@ function FlipInverse({ width, height, sx, ...props }, ref) {
|
|
|
2039
2074
|
);
|
|
2040
2075
|
}
|
|
2041
2076
|
const FlipInverse$1 = forwardRef(FlipInverse);
|
|
2042
|
-
const Icon$
|
|
2077
|
+
const Icon$20 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2043
2078
|
/* @__PURE__ */ jsx(
|
|
2044
2079
|
"path",
|
|
2045
2080
|
{
|
|
@@ -2059,10 +2094,10 @@ const Icon$1_ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2059
2094
|
}
|
|
2060
2095
|
)
|
|
2061
2096
|
] });
|
|
2062
|
-
const BaseSvgIcon$
|
|
2097
|
+
const BaseSvgIcon$20 = createSvgIcon(Icon$20(), "Framed");
|
|
2063
2098
|
function Framed({ width, height, sx, ...props }, ref) {
|
|
2064
2099
|
return /* @__PURE__ */ jsx(
|
|
2065
|
-
BaseSvgIcon$
|
|
2100
|
+
BaseSvgIcon$20,
|
|
2066
2101
|
{
|
|
2067
2102
|
ref,
|
|
2068
2103
|
viewBox: "0 0 24 24",
|
|
@@ -2076,7 +2111,7 @@ function Framed({ width, height, sx, ...props }, ref) {
|
|
|
2076
2111
|
);
|
|
2077
2112
|
}
|
|
2078
2113
|
const Framed$1 = forwardRef(Framed);
|
|
2079
|
-
const Icon$
|
|
2114
|
+
const Icon$1$ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2080
2115
|
/* @__PURE__ */ jsx(
|
|
2081
2116
|
"path",
|
|
2082
2117
|
{
|
|
@@ -2103,10 +2138,10 @@ const Icon$1Z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2103
2138
|
}
|
|
2104
2139
|
)
|
|
2105
2140
|
] });
|
|
2106
|
-
const BaseSvgIcon$
|
|
2141
|
+
const BaseSvgIcon$1$ = createSvgIcon(Icon$1$(), "FraudDetection");
|
|
2107
2142
|
function FraudDetection({ width, height, sx, ...props }, ref) {
|
|
2108
2143
|
return /* @__PURE__ */ jsx(
|
|
2109
|
-
BaseSvgIcon$
|
|
2144
|
+
BaseSvgIcon$1$,
|
|
2110
2145
|
{
|
|
2111
2146
|
ref,
|
|
2112
2147
|
viewBox: "0 0 24 24",
|
|
@@ -2120,7 +2155,7 @@ function FraudDetection({ width, height, sx, ...props }, ref) {
|
|
|
2120
2155
|
);
|
|
2121
2156
|
}
|
|
2122
2157
|
const FraudDetection$1 = forwardRef(FraudDetection);
|
|
2123
|
-
const Icon$
|
|
2158
|
+
const Icon$1_ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2124
2159
|
"path",
|
|
2125
2160
|
{
|
|
2126
2161
|
fill: "currentColor",
|
|
@@ -2129,10 +2164,10 @@ const Icon$1Y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2129
2164
|
clipRule: "evenodd"
|
|
2130
2165
|
}
|
|
2131
2166
|
) });
|
|
2132
|
-
const BaseSvgIcon$
|
|
2167
|
+
const BaseSvgIcon$1_ = createSvgIcon(Icon$1_(), "Functions");
|
|
2133
2168
|
function Functions({ width, height, sx, ...props }, ref) {
|
|
2134
2169
|
return /* @__PURE__ */ jsx(
|
|
2135
|
-
BaseSvgIcon$
|
|
2170
|
+
BaseSvgIcon$1_,
|
|
2136
2171
|
{
|
|
2137
2172
|
ref,
|
|
2138
2173
|
viewBox: "0 0 24 24",
|
|
@@ -2146,7 +2181,7 @@ function Functions({ width, height, sx, ...props }, ref) {
|
|
|
2146
2181
|
);
|
|
2147
2182
|
}
|
|
2148
2183
|
const Functions$1 = forwardRef(Functions);
|
|
2149
|
-
const Icon$
|
|
2184
|
+
const Icon$1Z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2150
2185
|
/* @__PURE__ */ jsx(
|
|
2151
2186
|
"path",
|
|
2152
2187
|
{
|
|
@@ -2169,10 +2204,10 @@ const Icon$1X = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2169
2204
|
}
|
|
2170
2205
|
)
|
|
2171
2206
|
] });
|
|
2172
|
-
const BaseSvgIcon$
|
|
2207
|
+
const BaseSvgIcon$1Z = createSvgIcon(Icon$1Z(), "GeneratingDescription");
|
|
2173
2208
|
function GeneratingDescription({ width, height, sx, ...props }, ref) {
|
|
2174
2209
|
return /* @__PURE__ */ jsx(
|
|
2175
|
-
BaseSvgIcon$
|
|
2210
|
+
BaseSvgIcon$1Z,
|
|
2176
2211
|
{
|
|
2177
2212
|
ref,
|
|
2178
2213
|
viewBox: "0 0 24 24",
|
|
@@ -2186,7 +2221,7 @@ function GeneratingDescription({ width, height, sx, ...props }, ref) {
|
|
|
2186
2221
|
);
|
|
2187
2222
|
}
|
|
2188
2223
|
const GeneratingDescription$1 = forwardRef(GeneratingDescription);
|
|
2189
|
-
const Icon$
|
|
2224
|
+
const Icon$1Y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2190
2225
|
/* @__PURE__ */ jsx(
|
|
2191
2226
|
"path",
|
|
2192
2227
|
{
|
|
@@ -2206,10 +2241,10 @@ const Icon$1W = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2206
2241
|
}
|
|
2207
2242
|
)
|
|
2208
2243
|
] });
|
|
2209
|
-
const BaseSvgIcon$
|
|
2244
|
+
const BaseSvgIcon$1Y = createSvgIcon(Icon$1Y(), "GeocodeTable");
|
|
2210
2245
|
function GeocodeTable({ width, height, sx, ...props }, ref) {
|
|
2211
2246
|
return /* @__PURE__ */ jsx(
|
|
2212
|
-
BaseSvgIcon$
|
|
2247
|
+
BaseSvgIcon$1Y,
|
|
2213
2248
|
{
|
|
2214
2249
|
ref,
|
|
2215
2250
|
viewBox: "0 0 24 24",
|
|
@@ -2223,7 +2258,7 @@ function GeocodeTable({ width, height, sx, ...props }, ref) {
|
|
|
2223
2258
|
);
|
|
2224
2259
|
}
|
|
2225
2260
|
const GeocodeTable$1 = forwardRef(GeocodeTable);
|
|
2226
|
-
const Icon$
|
|
2261
|
+
const Icon$1X = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2227
2262
|
"path",
|
|
2228
2263
|
{
|
|
2229
2264
|
fill: "currentColor",
|
|
@@ -2232,10 +2267,10 @@ const Icon$1V = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2232
2267
|
clipRule: "evenodd"
|
|
2233
2268
|
}
|
|
2234
2269
|
) });
|
|
2235
|
-
const BaseSvgIcon$
|
|
2270
|
+
const BaseSvgIcon$1X = createSvgIcon(Icon$1X(), "Geography");
|
|
2236
2271
|
function Geography({ width, height, sx, ...props }, ref) {
|
|
2237
2272
|
return /* @__PURE__ */ jsx(
|
|
2238
|
-
BaseSvgIcon$
|
|
2273
|
+
BaseSvgIcon$1X,
|
|
2239
2274
|
{
|
|
2240
2275
|
ref,
|
|
2241
2276
|
viewBox: "0 0 24 24",
|
|
@@ -2249,7 +2284,7 @@ function Geography({ width, height, sx, ...props }, ref) {
|
|
|
2249
2284
|
);
|
|
2250
2285
|
}
|
|
2251
2286
|
const Geography$1 = forwardRef(Geography);
|
|
2252
|
-
const Icon$
|
|
2287
|
+
const Icon$1W = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2253
2288
|
"path",
|
|
2254
2289
|
{
|
|
2255
2290
|
fill: "currentColor",
|
|
@@ -2258,10 +2293,10 @@ const Icon$1U = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2258
2293
|
clipRule: "evenodd"
|
|
2259
2294
|
}
|
|
2260
2295
|
) });
|
|
2261
|
-
const BaseSvgIcon$
|
|
2296
|
+
const BaseSvgIcon$1W = createSvgIcon(Icon$1W(), "Geomarketing");
|
|
2262
2297
|
function Geomarketing({ width, height, sx, ...props }, ref) {
|
|
2263
2298
|
return /* @__PURE__ */ jsx(
|
|
2264
|
-
BaseSvgIcon$
|
|
2299
|
+
BaseSvgIcon$1W,
|
|
2265
2300
|
{
|
|
2266
2301
|
ref,
|
|
2267
2302
|
viewBox: "0 0 24 24",
|
|
@@ -2275,7 +2310,7 @@ function Geomarketing({ width, height, sx, ...props }, ref) {
|
|
|
2275
2310
|
);
|
|
2276
2311
|
}
|
|
2277
2312
|
const Geomarketing$1 = forwardRef(Geomarketing);
|
|
2278
|
-
const Icon$
|
|
2313
|
+
const Icon$1V = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2279
2314
|
"path",
|
|
2280
2315
|
{
|
|
2281
2316
|
fill: "currentColor",
|
|
@@ -2284,10 +2319,10 @@ const Icon$1T = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2284
2319
|
clipRule: "evenodd"
|
|
2285
2320
|
}
|
|
2286
2321
|
) });
|
|
2287
|
-
const BaseSvgIcon$
|
|
2322
|
+
const BaseSvgIcon$1V = createSvgIcon(Icon$1V(), "Geometry");
|
|
2288
2323
|
function Geometry({ width, height, sx, ...props }, ref) {
|
|
2289
2324
|
return /* @__PURE__ */ jsx(
|
|
2290
|
-
BaseSvgIcon$
|
|
2325
|
+
BaseSvgIcon$1V,
|
|
2291
2326
|
{
|
|
2292
2327
|
ref,
|
|
2293
2328
|
viewBox: "0 0 24 24",
|
|
@@ -2301,7 +2336,7 @@ function Geometry({ width, height, sx, ...props }, ref) {
|
|
|
2301
2336
|
);
|
|
2302
2337
|
}
|
|
2303
2338
|
const Geometry$1 = forwardRef(Geometry);
|
|
2304
|
-
const Icon$
|
|
2339
|
+
const Icon$1U = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2305
2340
|
"path",
|
|
2306
2341
|
{
|
|
2307
2342
|
fill: "currentColor",
|
|
@@ -2310,10 +2345,10 @@ const Icon$1S = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2310
2345
|
clipRule: "evenodd"
|
|
2311
2346
|
}
|
|
2312
2347
|
) });
|
|
2313
|
-
const BaseSvgIcon$
|
|
2348
|
+
const BaseSvgIcon$1U = createSvgIcon(Icon$1U(), "Github");
|
|
2314
2349
|
function Github({ width, height, sx, ...props }, ref) {
|
|
2315
2350
|
return /* @__PURE__ */ jsx(
|
|
2316
|
-
BaseSvgIcon$
|
|
2351
|
+
BaseSvgIcon$1U,
|
|
2317
2352
|
{
|
|
2318
2353
|
ref,
|
|
2319
2354
|
viewBox: "0 0 24 24",
|
|
@@ -2327,7 +2362,7 @@ function Github({ width, height, sx, ...props }, ref) {
|
|
|
2327
2362
|
);
|
|
2328
2363
|
}
|
|
2329
2364
|
const Github$1 = forwardRef(Github);
|
|
2330
|
-
const Icon$
|
|
2365
|
+
const Icon$1T = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2331
2366
|
"path",
|
|
2332
2367
|
{
|
|
2333
2368
|
fill: "currentColor",
|
|
@@ -2336,10 +2371,10 @@ const Icon$1R = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2336
2371
|
clipRule: "evenodd"
|
|
2337
2372
|
}
|
|
2338
2373
|
) });
|
|
2339
|
-
const BaseSvgIcon$
|
|
2374
|
+
const BaseSvgIcon$1T = createSvgIcon(Icon$1T(), "Google");
|
|
2340
2375
|
function Google({ width, height, sx, ...props }, ref) {
|
|
2341
2376
|
return /* @__PURE__ */ jsx(
|
|
2342
|
-
BaseSvgIcon$
|
|
2377
|
+
BaseSvgIcon$1T,
|
|
2343
2378
|
{
|
|
2344
2379
|
ref,
|
|
2345
2380
|
viewBox: "0 0 24 24",
|
|
@@ -2353,7 +2388,7 @@ function Google({ width, height, sx, ...props }, ref) {
|
|
|
2353
2388
|
);
|
|
2354
2389
|
}
|
|
2355
2390
|
const Google$1 = forwardRef(Google);
|
|
2356
|
-
const Icon$
|
|
2391
|
+
const Icon$1S = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2357
2392
|
"path",
|
|
2358
2393
|
{
|
|
2359
2394
|
fill: "currentColor",
|
|
@@ -2362,10 +2397,10 @@ const Icon$1Q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2362
2397
|
clipRule: "evenodd"
|
|
2363
2398
|
}
|
|
2364
2399
|
) });
|
|
2365
|
-
const BaseSvgIcon$
|
|
2400
|
+
const BaseSvgIcon$1S = createSvgIcon(Icon$1S(), "H3");
|
|
2366
2401
|
function H3({ width, height, sx, ...props }, ref) {
|
|
2367
2402
|
return /* @__PURE__ */ jsx(
|
|
2368
|
-
BaseSvgIcon$
|
|
2403
|
+
BaseSvgIcon$1S,
|
|
2369
2404
|
{
|
|
2370
2405
|
ref,
|
|
2371
2406
|
viewBox: "0 0 24 24",
|
|
@@ -2379,7 +2414,7 @@ function H3({ width, height, sx, ...props }, ref) {
|
|
|
2379
2414
|
);
|
|
2380
2415
|
}
|
|
2381
2416
|
const H3$1 = forwardRef(H3);
|
|
2382
|
-
const Icon$
|
|
2417
|
+
const Icon$1R = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2383
2418
|
"path",
|
|
2384
2419
|
{
|
|
2385
2420
|
fill: "currentColor",
|
|
@@ -2388,10 +2423,10 @@ const Icon$1P = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2388
2423
|
clipRule: "evenodd"
|
|
2389
2424
|
}
|
|
2390
2425
|
) });
|
|
2391
|
-
const BaseSvgIcon$
|
|
2426
|
+
const BaseSvgIcon$1R = createSvgIcon(Icon$1R(), "HealthAnalytics");
|
|
2392
2427
|
function HealthAnalytics({ width, height, sx, ...props }, ref) {
|
|
2393
2428
|
return /* @__PURE__ */ jsx(
|
|
2394
|
-
BaseSvgIcon$
|
|
2429
|
+
BaseSvgIcon$1R,
|
|
2395
2430
|
{
|
|
2396
2431
|
ref,
|
|
2397
2432
|
viewBox: "0 0 24 24",
|
|
@@ -2405,7 +2440,7 @@ function HealthAnalytics({ width, height, sx, ...props }, ref) {
|
|
|
2405
2440
|
);
|
|
2406
2441
|
}
|
|
2407
2442
|
const HealthAnalytics$1 = forwardRef(HealthAnalytics);
|
|
2408
|
-
const Icon$
|
|
2443
|
+
const Icon$1Q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2409
2444
|
/* @__PURE__ */ jsx(
|
|
2410
2445
|
"path",
|
|
2411
2446
|
{
|
|
@@ -2423,10 +2458,10 @@ const Icon$1O = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2423
2458
|
}
|
|
2424
2459
|
)
|
|
2425
2460
|
] });
|
|
2426
|
-
const BaseSvgIcon$
|
|
2461
|
+
const BaseSvgIcon$1Q = createSvgIcon(Icon$1Q(), "HideComments");
|
|
2427
2462
|
function HideComments({ width, height, sx, ...props }, ref) {
|
|
2428
2463
|
return /* @__PURE__ */ jsx(
|
|
2429
|
-
BaseSvgIcon$
|
|
2464
|
+
BaseSvgIcon$1Q,
|
|
2430
2465
|
{
|
|
2431
2466
|
ref,
|
|
2432
2467
|
viewBox: "0 0 24 24",
|
|
@@ -2440,7 +2475,7 @@ function HideComments({ width, height, sx, ...props }, ref) {
|
|
|
2440
2475
|
);
|
|
2441
2476
|
}
|
|
2442
2477
|
const HideComments$1 = forwardRef(HideComments);
|
|
2443
|
-
const Icon$
|
|
2478
|
+
const Icon$1P = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2444
2479
|
/* @__PURE__ */ jsx(
|
|
2445
2480
|
"path",
|
|
2446
2481
|
{
|
|
@@ -2458,10 +2493,10 @@ const Icon$1N = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2458
2493
|
}
|
|
2459
2494
|
)
|
|
2460
2495
|
] });
|
|
2461
|
-
const BaseSvgIcon$
|
|
2496
|
+
const BaseSvgIcon$1P = createSvgIcon(Icon$1P(), "HideLeftsidebar");
|
|
2462
2497
|
function HideLeftsidebar({ width, height, sx, ...props }, ref) {
|
|
2463
2498
|
return /* @__PURE__ */ jsx(
|
|
2464
|
-
BaseSvgIcon$
|
|
2499
|
+
BaseSvgIcon$1P,
|
|
2465
2500
|
{
|
|
2466
2501
|
ref,
|
|
2467
2502
|
viewBox: "0 0 24 24",
|
|
@@ -2475,7 +2510,7 @@ function HideLeftsidebar({ width, height, sx, ...props }, ref) {
|
|
|
2475
2510
|
);
|
|
2476
2511
|
}
|
|
2477
2512
|
const HideLeftsidebar$1 = forwardRef(HideLeftsidebar);
|
|
2478
|
-
const Icon$
|
|
2513
|
+
const Icon$1O = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2479
2514
|
/* @__PURE__ */ jsx(
|
|
2480
2515
|
"path",
|
|
2481
2516
|
{
|
|
@@ -2493,10 +2528,10 @@ const Icon$1M = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2493
2528
|
}
|
|
2494
2529
|
)
|
|
2495
2530
|
] });
|
|
2496
|
-
const BaseSvgIcon$
|
|
2531
|
+
const BaseSvgIcon$1O = createSvgIcon(Icon$1O(), "HideRightsidebar");
|
|
2497
2532
|
function HideRightsidebar({ width, height, sx, ...props }, ref) {
|
|
2498
2533
|
return /* @__PURE__ */ jsx(
|
|
2499
|
-
BaseSvgIcon$
|
|
2534
|
+
BaseSvgIcon$1O,
|
|
2500
2535
|
{
|
|
2501
2536
|
ref,
|
|
2502
2537
|
viewBox: "0 0 24 24",
|
|
@@ -2510,7 +2545,7 @@ function HideRightsidebar({ width, height, sx, ...props }, ref) {
|
|
|
2510
2545
|
);
|
|
2511
2546
|
}
|
|
2512
2547
|
const HideRightsidebar$1 = forwardRef(HideRightsidebar);
|
|
2513
|
-
const Icon$
|
|
2548
|
+
const Icon$1N = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2514
2549
|
"path",
|
|
2515
2550
|
{
|
|
2516
2551
|
fill: "currentColor",
|
|
@@ -2519,10 +2554,10 @@ const Icon$1L = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2519
2554
|
clipRule: "evenodd"
|
|
2520
2555
|
}
|
|
2521
2556
|
) });
|
|
2522
|
-
const BaseSvgIcon$
|
|
2557
|
+
const BaseSvgIcon$1N = createSvgIcon(Icon$1N(), "Home");
|
|
2523
2558
|
function Home({ width, height, sx, ...props }, ref) {
|
|
2524
2559
|
return /* @__PURE__ */ jsx(
|
|
2525
|
-
BaseSvgIcon$
|
|
2560
|
+
BaseSvgIcon$1N,
|
|
2526
2561
|
{
|
|
2527
2562
|
ref,
|
|
2528
2563
|
viewBox: "0 0 24 24",
|
|
@@ -2536,7 +2571,7 @@ function Home({ width, height, sx, ...props }, ref) {
|
|
|
2536
2571
|
);
|
|
2537
2572
|
}
|
|
2538
2573
|
const Home$1 = forwardRef(Home);
|
|
2539
|
-
const Icon$
|
|
2574
|
+
const Icon$1M = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2540
2575
|
"path",
|
|
2541
2576
|
{
|
|
2542
2577
|
fill: "currentColor",
|
|
@@ -2545,10 +2580,10 @@ const Icon$1K = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2545
2580
|
clipRule: "evenodd"
|
|
2546
2581
|
}
|
|
2547
2582
|
) });
|
|
2548
|
-
const BaseSvgIcon$
|
|
2583
|
+
const BaseSvgIcon$1M = createSvgIcon(Icon$1M(), "Housing");
|
|
2549
2584
|
function Housing({ width, height, sx, ...props }, ref) {
|
|
2550
2585
|
return /* @__PURE__ */ jsx(
|
|
2551
|
-
BaseSvgIcon$
|
|
2586
|
+
BaseSvgIcon$1M,
|
|
2552
2587
|
{
|
|
2553
2588
|
ref,
|
|
2554
2589
|
viewBox: "0 0 24 24",
|
|
@@ -2562,7 +2597,7 @@ function Housing({ width, height, sx, ...props }, ref) {
|
|
|
2562
2597
|
);
|
|
2563
2598
|
}
|
|
2564
2599
|
const Housing$1 = forwardRef(Housing);
|
|
2565
|
-
const Icon$
|
|
2600
|
+
const Icon$1L = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2566
2601
|
"path",
|
|
2567
2602
|
{
|
|
2568
2603
|
fill: "currentColor",
|
|
@@ -2571,10 +2606,10 @@ const Icon$1J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2571
2606
|
clipRule: "evenodd"
|
|
2572
2607
|
}
|
|
2573
2608
|
) });
|
|
2574
|
-
const BaseSvgIcon$
|
|
2609
|
+
const BaseSvgIcon$1L = createSvgIcon(Icon$1L(), "HumanMobility");
|
|
2575
2610
|
function HumanMobility({ width, height, sx, ...props }, ref) {
|
|
2576
2611
|
return /* @__PURE__ */ jsx(
|
|
2577
|
-
BaseSvgIcon$
|
|
2612
|
+
BaseSvgIcon$1L,
|
|
2578
2613
|
{
|
|
2579
2614
|
ref,
|
|
2580
2615
|
viewBox: "0 0 24 24",
|
|
@@ -2588,7 +2623,7 @@ function HumanMobility({ width, height, sx, ...props }, ref) {
|
|
|
2588
2623
|
);
|
|
2589
2624
|
}
|
|
2590
2625
|
const HumanMobility$1 = forwardRef(HumanMobility);
|
|
2591
|
-
const Icon$
|
|
2626
|
+
const Icon$1K = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2592
2627
|
"path",
|
|
2593
2628
|
{
|
|
2594
2629
|
fill: "currentColor",
|
|
@@ -2597,10 +2632,10 @@ const Icon$1I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2597
2632
|
clipRule: "evenodd"
|
|
2598
2633
|
}
|
|
2599
2634
|
) });
|
|
2600
|
-
const BaseSvgIcon$
|
|
2635
|
+
const BaseSvgIcon$1K = createSvgIcon(Icon$1K(), "Id");
|
|
2601
2636
|
function Id({ width, height, sx, ...props }, ref) {
|
|
2602
2637
|
return /* @__PURE__ */ jsx(
|
|
2603
|
-
BaseSvgIcon$
|
|
2638
|
+
BaseSvgIcon$1K,
|
|
2604
2639
|
{
|
|
2605
2640
|
ref,
|
|
2606
2641
|
viewBox: "0 0 24 24",
|
|
@@ -2614,7 +2649,7 @@ function Id({ width, height, sx, ...props }, ref) {
|
|
|
2614
2649
|
);
|
|
2615
2650
|
}
|
|
2616
2651
|
const Id$1 = forwardRef(Id);
|
|
2617
|
-
const Icon$
|
|
2652
|
+
const Icon$1J = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2618
2653
|
/* @__PURE__ */ jsx(
|
|
2619
2654
|
"path",
|
|
2620
2655
|
{
|
|
@@ -2632,10 +2667,10 @@ const Icon$1H = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2632
2667
|
),
|
|
2633
2668
|
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "m14.14 11.86-3 3.87L9 13.14 6 17h12z" })
|
|
2634
2669
|
] });
|
|
2635
|
-
const BaseSvgIcon$
|
|
2670
|
+
const BaseSvgIcon$1J = createSvgIcon(Icon$1J(), "Image");
|
|
2636
2671
|
function Image({ width, height, sx, ...props }, ref) {
|
|
2637
2672
|
return /* @__PURE__ */ jsx(
|
|
2638
|
-
BaseSvgIcon$
|
|
2673
|
+
BaseSvgIcon$1J,
|
|
2639
2674
|
{
|
|
2640
2675
|
ref,
|
|
2641
2676
|
viewBox: "0 0 24 24",
|
|
@@ -2649,7 +2684,7 @@ function Image({ width, height, sx, ...props }, ref) {
|
|
|
2649
2684
|
);
|
|
2650
2685
|
}
|
|
2651
2686
|
const Image$1 = forwardRef(Image);
|
|
2652
|
-
const Icon$
|
|
2687
|
+
const Icon$1I = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2653
2688
|
/* @__PURE__ */ jsx(
|
|
2654
2689
|
"path",
|
|
2655
2690
|
{
|
|
@@ -2674,10 +2709,10 @@ const Icon$1G = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2674
2709
|
}
|
|
2675
2710
|
)
|
|
2676
2711
|
] });
|
|
2677
|
-
const BaseSvgIcon$
|
|
2712
|
+
const BaseSvgIcon$1I = createSvgIcon(Icon$1I(), "Infrastructure");
|
|
2678
2713
|
function Infrastructure({ width, height, sx, ...props }, ref) {
|
|
2679
2714
|
return /* @__PURE__ */ jsx(
|
|
2680
|
-
BaseSvgIcon$
|
|
2715
|
+
BaseSvgIcon$1I,
|
|
2681
2716
|
{
|
|
2682
2717
|
ref,
|
|
2683
2718
|
viewBox: "0 0 24 24",
|
|
@@ -2691,7 +2726,7 @@ function Infrastructure({ width, height, sx, ...props }, ref) {
|
|
|
2691
2726
|
);
|
|
2692
2727
|
}
|
|
2693
2728
|
const Infrastructure$1 = forwardRef(Infrastructure);
|
|
2694
|
-
const Icon$
|
|
2729
|
+
const Icon$1H = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2695
2730
|
"path",
|
|
2696
2731
|
{
|
|
2697
2732
|
fill: "currentColor",
|
|
@@ -2700,10 +2735,10 @@ const Icon$1F = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2700
2735
|
clipRule: "evenodd"
|
|
2701
2736
|
}
|
|
2702
2737
|
) });
|
|
2703
|
-
const BaseSvgIcon$
|
|
2738
|
+
const BaseSvgIcon$1H = createSvgIcon(Icon$1H(), "IotAnalytics");
|
|
2704
2739
|
function IotAnalytics({ width, height, sx, ...props }, ref) {
|
|
2705
2740
|
return /* @__PURE__ */ jsx(
|
|
2706
|
-
BaseSvgIcon$
|
|
2741
|
+
BaseSvgIcon$1H,
|
|
2707
2742
|
{
|
|
2708
2743
|
ref,
|
|
2709
2744
|
viewBox: "0 0 24 24",
|
|
@@ -2717,7 +2752,7 @@ function IotAnalytics({ width, height, sx, ...props }, ref) {
|
|
|
2717
2752
|
);
|
|
2718
2753
|
}
|
|
2719
2754
|
const IotAnalytics$1 = forwardRef(IotAnalytics);
|
|
2720
|
-
const Icon$
|
|
2755
|
+
const Icon$1G = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2721
2756
|
/* @__PURE__ */ jsx(
|
|
2722
2757
|
"path",
|
|
2723
2758
|
{
|
|
@@ -2735,10 +2770,10 @@ const Icon$1E = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2735
2770
|
}
|
|
2736
2771
|
)
|
|
2737
2772
|
] });
|
|
2738
|
-
const BaseSvgIcon$
|
|
2773
|
+
const BaseSvgIcon$1G = createSvgIcon(Icon$1G(), "LabelDeprecated");
|
|
2739
2774
|
function LabelDeprecated({ width, height, sx, ...props }, ref) {
|
|
2740
2775
|
return /* @__PURE__ */ jsx(
|
|
2741
|
-
BaseSvgIcon$
|
|
2776
|
+
BaseSvgIcon$1G,
|
|
2742
2777
|
{
|
|
2743
2778
|
ref,
|
|
2744
2779
|
viewBox: "0 0 24 24",
|
|
@@ -2752,7 +2787,7 @@ function LabelDeprecated({ width, height, sx, ...props }, ref) {
|
|
|
2752
2787
|
);
|
|
2753
2788
|
}
|
|
2754
2789
|
const LabelDeprecated$1 = forwardRef(LabelDeprecated);
|
|
2755
|
-
const Icon$
|
|
2790
|
+
const Icon$1F = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2756
2791
|
"path",
|
|
2757
2792
|
{
|
|
2758
2793
|
fill: "currentColor",
|
|
@@ -2761,10 +2796,10 @@ const Icon$1D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2761
2796
|
clipRule: "evenodd"
|
|
2762
2797
|
}
|
|
2763
2798
|
) });
|
|
2764
|
-
const BaseSvgIcon$
|
|
2799
|
+
const BaseSvgIcon$1F = createSvgIcon(Icon$1F(), "Layers");
|
|
2765
2800
|
function Layers({ width, height, sx, ...props }, ref) {
|
|
2766
2801
|
return /* @__PURE__ */ jsx(
|
|
2767
|
-
BaseSvgIcon$
|
|
2802
|
+
BaseSvgIcon$1F,
|
|
2768
2803
|
{
|
|
2769
2804
|
ref,
|
|
2770
2805
|
viewBox: "0 0 24 24",
|
|
@@ -2778,7 +2813,7 @@ function Layers({ width, height, sx, ...props }, ref) {
|
|
|
2778
2813
|
);
|
|
2779
2814
|
}
|
|
2780
2815
|
const Layers$1 = forwardRef(Layers);
|
|
2781
|
-
const Icon$
|
|
2816
|
+
const Icon$1E = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2782
2817
|
"path",
|
|
2783
2818
|
{
|
|
2784
2819
|
fill: "currentColor",
|
|
@@ -2787,10 +2822,10 @@ const Icon$1C = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2787
2822
|
clipRule: "evenodd"
|
|
2788
2823
|
}
|
|
2789
2824
|
) });
|
|
2790
|
-
const BaseSvgIcon$
|
|
2825
|
+
const BaseSvgIcon$1E = createSvgIcon(Icon$1E(), "Linkedin");
|
|
2791
2826
|
function Linkedin({ width, height, sx, ...props }, ref) {
|
|
2792
2827
|
return /* @__PURE__ */ jsx(
|
|
2793
|
-
BaseSvgIcon$
|
|
2828
|
+
BaseSvgIcon$1E,
|
|
2794
2829
|
{
|
|
2795
2830
|
ref,
|
|
2796
2831
|
viewBox: "0 0 24 24",
|
|
@@ -2804,7 +2839,7 @@ function Linkedin({ width, height, sx, ...props }, ref) {
|
|
|
2804
2839
|
);
|
|
2805
2840
|
}
|
|
2806
2841
|
const Linkedin$1 = forwardRef(Linkedin);
|
|
2807
|
-
const Icon$
|
|
2842
|
+
const Icon$1D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2808
2843
|
"path",
|
|
2809
2844
|
{
|
|
2810
2845
|
fill: "currentColor",
|
|
@@ -2813,10 +2848,10 @@ const Icon$1B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2813
2848
|
clipRule: "evenodd"
|
|
2814
2849
|
}
|
|
2815
2850
|
) });
|
|
2816
|
-
const BaseSvgIcon$
|
|
2851
|
+
const BaseSvgIcon$1D = createSvgIcon(Icon$1D(), "MapCoordinates");
|
|
2817
2852
|
function MapCoordinates({ width, height, sx, ...props }, ref) {
|
|
2818
2853
|
return /* @__PURE__ */ jsx(
|
|
2819
|
-
BaseSvgIcon$
|
|
2854
|
+
BaseSvgIcon$1D,
|
|
2820
2855
|
{
|
|
2821
2856
|
ref,
|
|
2822
2857
|
viewBox: "0 0 24 24",
|
|
@@ -2830,7 +2865,7 @@ function MapCoordinates({ width, height, sx, ...props }, ref) {
|
|
|
2830
2865
|
);
|
|
2831
2866
|
}
|
|
2832
2867
|
const MapCoordinates$1 = forwardRef(MapCoordinates);
|
|
2833
|
-
const Icon$
|
|
2868
|
+
const Icon$1C = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2834
2869
|
/* @__PURE__ */ jsx(
|
|
2835
2870
|
"path",
|
|
2836
2871
|
{
|
|
@@ -2857,10 +2892,10 @@ const Icon$1A = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2857
2892
|
}
|
|
2858
2893
|
)
|
|
2859
2894
|
] });
|
|
2860
|
-
const BaseSvgIcon$
|
|
2895
|
+
const BaseSvgIcon$1C = createSvgIcon(Icon$1C(), "MapCopy");
|
|
2861
2896
|
function MapCopy({ width, height, sx, ...props }, ref) {
|
|
2862
2897
|
return /* @__PURE__ */ jsx(
|
|
2863
|
-
BaseSvgIcon$
|
|
2898
|
+
BaseSvgIcon$1C,
|
|
2864
2899
|
{
|
|
2865
2900
|
ref,
|
|
2866
2901
|
viewBox: "0 0 24 24",
|
|
@@ -2874,7 +2909,7 @@ function MapCopy({ width, height, sx, ...props }, ref) {
|
|
|
2874
2909
|
);
|
|
2875
2910
|
}
|
|
2876
2911
|
const MapCopy$1 = forwardRef(MapCopy);
|
|
2877
|
-
const Icon$
|
|
2912
|
+
const Icon$1B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2878
2913
|
"path",
|
|
2879
2914
|
{
|
|
2880
2915
|
fill: "currentColor",
|
|
@@ -2883,10 +2918,10 @@ const Icon$1z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2883
2918
|
clipRule: "evenodd"
|
|
2884
2919
|
}
|
|
2885
2920
|
) });
|
|
2886
|
-
const BaseSvgIcon$
|
|
2921
|
+
const BaseSvgIcon$1B = createSvgIcon(Icon$1B(), "MapOthers");
|
|
2887
2922
|
function MapOthers({ width, height, sx, ...props }, ref) {
|
|
2888
2923
|
return /* @__PURE__ */ jsx(
|
|
2889
|
-
BaseSvgIcon$
|
|
2924
|
+
BaseSvgIcon$1B,
|
|
2890
2925
|
{
|
|
2891
2926
|
ref,
|
|
2892
2927
|
viewBox: "0 0 24 24",
|
|
@@ -2900,7 +2935,7 @@ function MapOthers({ width, height, sx, ...props }, ref) {
|
|
|
2900
2935
|
);
|
|
2901
2936
|
}
|
|
2902
2937
|
const MapOthers$1 = forwardRef(MapOthers);
|
|
2903
|
-
const Icon$
|
|
2938
|
+
const Icon$1A = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2904
2939
|
"path",
|
|
2905
2940
|
{
|
|
2906
2941
|
fill: "currentColor",
|
|
@@ -2909,10 +2944,10 @@ const Icon$1y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2909
2944
|
clipRule: "evenodd"
|
|
2910
2945
|
}
|
|
2911
2946
|
) });
|
|
2912
|
-
const BaseSvgIcon$
|
|
2947
|
+
const BaseSvgIcon$1A = createSvgIcon(Icon$1A(), "MapPin");
|
|
2913
2948
|
function MapPin({ width, height, sx, ...props }, ref) {
|
|
2914
2949
|
return /* @__PURE__ */ jsx(
|
|
2915
|
-
BaseSvgIcon$
|
|
2950
|
+
BaseSvgIcon$1A,
|
|
2916
2951
|
{
|
|
2917
2952
|
ref,
|
|
2918
2953
|
viewBox: "0 0 24 24",
|
|
@@ -2926,7 +2961,7 @@ function MapPin({ width, height, sx, ...props }, ref) {
|
|
|
2926
2961
|
);
|
|
2927
2962
|
}
|
|
2928
2963
|
const MapPin$1 = forwardRef(MapPin);
|
|
2929
|
-
const Icon$
|
|
2964
|
+
const Icon$1z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2930
2965
|
/* @__PURE__ */ jsx(
|
|
2931
2966
|
"path",
|
|
2932
2967
|
{
|
|
@@ -2949,10 +2984,10 @@ const Icon$1x = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2949
2984
|
}
|
|
2950
2985
|
)
|
|
2951
2986
|
] });
|
|
2952
|
-
const BaseSvgIcon$
|
|
2987
|
+
const BaseSvgIcon$1z = createSvgIcon(Icon$1z(), "MarkCommentRead");
|
|
2953
2988
|
function MarkCommentRead({ width, height, sx, ...props }, ref) {
|
|
2954
2989
|
return /* @__PURE__ */ jsx(
|
|
2955
|
-
BaseSvgIcon$
|
|
2990
|
+
BaseSvgIcon$1z,
|
|
2956
2991
|
{
|
|
2957
2992
|
ref,
|
|
2958
2993
|
viewBox: "0 0 24 24",
|
|
@@ -2966,7 +3001,7 @@ function MarkCommentRead({ width, height, sx, ...props }, ref) {
|
|
|
2966
3001
|
);
|
|
2967
3002
|
}
|
|
2968
3003
|
const MarkCommentRead$1 = forwardRef(MarkCommentRead);
|
|
2969
|
-
const Icon$
|
|
3004
|
+
const Icon$1y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2970
3005
|
"path",
|
|
2971
3006
|
{
|
|
2972
3007
|
fill: "currentColor",
|
|
@@ -2975,10 +3010,10 @@ const Icon$1w = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2975
3010
|
clipRule: "evenodd"
|
|
2976
3011
|
}
|
|
2977
3012
|
) });
|
|
2978
|
-
const BaseSvgIcon$
|
|
3013
|
+
const BaseSvgIcon$1y = createSvgIcon(Icon$1y(), "MarketAnalysis");
|
|
2979
3014
|
function MarketAnalysis({ width, height, sx, ...props }, ref) {
|
|
2980
3015
|
return /* @__PURE__ */ jsx(
|
|
2981
|
-
BaseSvgIcon$
|
|
3016
|
+
BaseSvgIcon$1y,
|
|
2982
3017
|
{
|
|
2983
3018
|
ref,
|
|
2984
3019
|
viewBox: "0 0 24 24",
|
|
@@ -2992,7 +3027,7 @@ function MarketAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
2992
3027
|
);
|
|
2993
3028
|
}
|
|
2994
3029
|
const MarketAnalysis$1 = forwardRef(MarketAnalysis);
|
|
2995
|
-
const Icon$
|
|
3030
|
+
const Icon$1x = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2996
3031
|
/* @__PURE__ */ jsx(
|
|
2997
3032
|
"path",
|
|
2998
3033
|
{
|
|
@@ -3017,10 +3052,10 @@ const Icon$1v = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3017
3052
|
}
|
|
3018
3053
|
)
|
|
3019
3054
|
] });
|
|
3020
|
-
const BaseSvgIcon$
|
|
3055
|
+
const BaseSvgIcon$1x = createSvgIcon(Icon$1x(), "Max");
|
|
3021
3056
|
function Max({ width, height, sx, ...props }, ref) {
|
|
3022
3057
|
return /* @__PURE__ */ jsx(
|
|
3023
|
-
BaseSvgIcon$
|
|
3058
|
+
BaseSvgIcon$1x,
|
|
3024
3059
|
{
|
|
3025
3060
|
ref,
|
|
3026
3061
|
viewBox: "0 0 24 24",
|
|
@@ -3034,17 +3069,75 @@ function Max({ width, height, sx, ...props }, ref) {
|
|
|
3034
3069
|
);
|
|
3035
3070
|
}
|
|
3036
3071
|
const Max$1 = forwardRef(Max);
|
|
3037
|
-
const Icon$
|
|
3072
|
+
const Icon$1w = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3073
|
+
/* @__PURE__ */ jsx(
|
|
3074
|
+
"path",
|
|
3075
|
+
{
|
|
3076
|
+
fill: "currentColor",
|
|
3077
|
+
d: "M11.293 15.879a1 1 0 0 1 1.414 0l1.414 1.414a1 1 0 0 1 0 1.414l-1.414 1.414a1 1 0 0 1-1.414 0l-1.414-1.414a1 1 0 0 1 0-1.414z"
|
|
3078
|
+
}
|
|
3079
|
+
),
|
|
3080
|
+
/* @__PURE__ */ jsx(
|
|
3081
|
+
"path",
|
|
3082
|
+
{
|
|
3083
|
+
fill: "currentColor",
|
|
3084
|
+
fillRule: "evenodd",
|
|
3085
|
+
d: "M7 16a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zm-2 .75a.25.25 0 0 0-.25.25v2c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25v-2a.25.25 0 0 0-.25-.25zM19 16a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zm-2 .75a.25.25 0 0 0-.25.25v2c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25v-2a.25.25 0 0 0-.25-.25zM7 10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zm-2 .75a.25.25 0 0 0-.25.25v2c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25v-2a.25.25 0 0 0-.25-.25z",
|
|
3086
|
+
clipRule: "evenodd"
|
|
3087
|
+
}
|
|
3088
|
+
),
|
|
3089
|
+
/* @__PURE__ */ jsx(
|
|
3090
|
+
"path",
|
|
3091
|
+
{
|
|
3092
|
+
fill: "currentColor",
|
|
3093
|
+
d: "M13 10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1z"
|
|
3094
|
+
}
|
|
3095
|
+
),
|
|
3096
|
+
/* @__PURE__ */ jsx(
|
|
3097
|
+
"path",
|
|
3098
|
+
{
|
|
3099
|
+
fill: "currentColor",
|
|
3100
|
+
fillRule: "evenodd",
|
|
3101
|
+
d: "M19 10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zm-2 .75a.25.25 0 0 0-.25.25v2c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25v-2a.25.25 0 0 0-.25-.25z",
|
|
3102
|
+
clipRule: "evenodd"
|
|
3103
|
+
}
|
|
3104
|
+
),
|
|
3105
|
+
/* @__PURE__ */ jsx(
|
|
3106
|
+
"path",
|
|
3107
|
+
{
|
|
3108
|
+
fill: "currentColor",
|
|
3109
|
+
d: "M7 4a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1zM13 4a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1zM19 4a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1z"
|
|
3110
|
+
}
|
|
3111
|
+
)
|
|
3112
|
+
] });
|
|
3113
|
+
const BaseSvgIcon$1w = createSvgIcon(Icon$1w(), "McpTool");
|
|
3114
|
+
function McpTool({ width, height, sx, ...props }, ref) {
|
|
3115
|
+
return /* @__PURE__ */ jsx(
|
|
3116
|
+
BaseSvgIcon$1w,
|
|
3117
|
+
{
|
|
3118
|
+
ref,
|
|
3119
|
+
viewBox: "0 0 24 24",
|
|
3120
|
+
sx: {
|
|
3121
|
+
width,
|
|
3122
|
+
height: height || width,
|
|
3123
|
+
...sx
|
|
3124
|
+
},
|
|
3125
|
+
...props
|
|
3126
|
+
}
|
|
3127
|
+
);
|
|
3128
|
+
}
|
|
3129
|
+
const McpTool$1 = forwardRef(McpTool);
|
|
3130
|
+
const Icon$1v = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3038
3131
|
"path",
|
|
3039
3132
|
{
|
|
3040
3133
|
fill: "currentColor",
|
|
3041
3134
|
d: "M4 18q-.824 0-1.412-.587A1.93 1.93 0 0 1 2 16V8q0-.824.587-1.412A1.93 1.93 0 0 1 4 6h16q.824 0 1.413.588Q22 7.175 22 8v8q0 .824-.587 1.413A1.93 1.93 0 0 1 20 18zm0-2h16V8h-3v4h-2V8h-2v4h-2V8H9v4H7V8H4z"
|
|
3042
3135
|
}
|
|
3043
3136
|
) });
|
|
3044
|
-
const BaseSvgIcon$
|
|
3137
|
+
const BaseSvgIcon$1v = createSvgIcon(Icon$1v(), "MeasureTool");
|
|
3045
3138
|
function MeasureTool({ width, height, sx, ...props }, ref) {
|
|
3046
3139
|
return /* @__PURE__ */ jsx(
|
|
3047
|
-
BaseSvgIcon$
|
|
3140
|
+
BaseSvgIcon$1v,
|
|
3048
3141
|
{
|
|
3049
3142
|
ref,
|
|
3050
3143
|
viewBox: "0 0 24 24",
|
|
@@ -3058,17 +3151,17 @@ function MeasureTool({ width, height, sx, ...props }, ref) {
|
|
|
3058
3151
|
);
|
|
3059
3152
|
}
|
|
3060
3153
|
const MeasureTool$1 = forwardRef(MeasureTool);
|
|
3061
|
-
const Icon$
|
|
3154
|
+
const Icon$1u = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3062
3155
|
"path",
|
|
3063
3156
|
{
|
|
3064
3157
|
fill: "currentColor",
|
|
3065
3158
|
d: "M5 9h4.5c.55 0 1 .45 1 1v5H9v-4.5H8v3H6.5v-3h-1V15H4v-5c0-.55.45-1 1-1M12 15h1.5V9H12zM18.75 9v3.5L16.25 9H15v6h1.25v-3.5L18.8 15H20V9z"
|
|
3066
3159
|
}
|
|
3067
3160
|
) });
|
|
3068
|
-
const BaseSvgIcon$
|
|
3161
|
+
const BaseSvgIcon$1u = createSvgIcon(Icon$1u(), "Min");
|
|
3069
3162
|
function Min({ width, height, sx, ...props }, ref) {
|
|
3070
3163
|
return /* @__PURE__ */ jsx(
|
|
3071
|
-
BaseSvgIcon$
|
|
3164
|
+
BaseSvgIcon$1u,
|
|
3072
3165
|
{
|
|
3073
3166
|
ref,
|
|
3074
3167
|
viewBox: "0 0 24 24",
|
|
@@ -3082,7 +3175,7 @@ function Min({ width, height, sx, ...props }, ref) {
|
|
|
3082
3175
|
);
|
|
3083
3176
|
}
|
|
3084
3177
|
const Min$1 = forwardRef(Min);
|
|
3085
|
-
const Icon$
|
|
3178
|
+
const Icon$1t = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3086
3179
|
/* @__PURE__ */ jsx(
|
|
3087
3180
|
"path",
|
|
3088
3181
|
{
|
|
@@ -3101,10 +3194,10 @@ const Icon$1s = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3101
3194
|
}
|
|
3102
3195
|
)
|
|
3103
3196
|
] });
|
|
3104
|
-
const BaseSvgIcon$
|
|
3197
|
+
const BaseSvgIcon$1t = createSvgIcon(Icon$1t(), "MobilityPlanning");
|
|
3105
3198
|
function MobilityPlanning({ width, height, sx, ...props }, ref) {
|
|
3106
3199
|
return /* @__PURE__ */ jsx(
|
|
3107
|
-
BaseSvgIcon$
|
|
3200
|
+
BaseSvgIcon$1t,
|
|
3108
3201
|
{
|
|
3109
3202
|
ref,
|
|
3110
3203
|
viewBox: "0 0 24 24",
|
|
@@ -3118,7 +3211,7 @@ function MobilityPlanning({ width, height, sx, ...props }, ref) {
|
|
|
3118
3211
|
);
|
|
3119
3212
|
}
|
|
3120
3213
|
const MobilityPlanning$1 = forwardRef(MobilityPlanning);
|
|
3121
|
-
const Icon$
|
|
3214
|
+
const Icon$1s = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3122
3215
|
/* @__PURE__ */ jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsx(
|
|
3123
3216
|
"path",
|
|
3124
3217
|
{
|
|
@@ -3130,10 +3223,10 @@ const Icon$1r = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3130
3223
|
) }),
|
|
3131
3224
|
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
3132
3225
|
] });
|
|
3133
|
-
const BaseSvgIcon$
|
|
3226
|
+
const BaseSvgIcon$1s = createSvgIcon(Icon$1s(), "NetworkDeployment");
|
|
3134
3227
|
function NetworkDeployment({ width, height, sx, ...props }, ref) {
|
|
3135
3228
|
return /* @__PURE__ */ jsx(
|
|
3136
|
-
BaseSvgIcon$
|
|
3229
|
+
BaseSvgIcon$1s,
|
|
3137
3230
|
{
|
|
3138
3231
|
ref,
|
|
3139
3232
|
viewBox: "0 0 24 24",
|
|
@@ -3147,7 +3240,7 @@ function NetworkDeployment({ width, height, sx, ...props }, ref) {
|
|
|
3147
3240
|
);
|
|
3148
3241
|
}
|
|
3149
3242
|
const NetworkDeployment$1 = forwardRef(NetworkDeployment);
|
|
3150
|
-
const Icon$
|
|
3243
|
+
const Icon$1r = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3151
3244
|
/* @__PURE__ */ jsx(
|
|
3152
3245
|
"path",
|
|
3153
3246
|
{
|
|
@@ -3163,10 +3256,10 @@ const Icon$1q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3163
3256
|
}
|
|
3164
3257
|
)
|
|
3165
3258
|
] });
|
|
3166
|
-
const BaseSvgIcon$
|
|
3259
|
+
const BaseSvgIcon$1r = createSvgIcon(Icon$1r(), "NightsThermostat");
|
|
3167
3260
|
function NightsThermostat({ width, height, sx, ...props }, ref) {
|
|
3168
3261
|
return /* @__PURE__ */ jsx(
|
|
3169
|
-
BaseSvgIcon$
|
|
3262
|
+
BaseSvgIcon$1r,
|
|
3170
3263
|
{
|
|
3171
3264
|
ref,
|
|
3172
3265
|
viewBox: "0 0 24 24",
|
|
@@ -3180,7 +3273,7 @@ function NightsThermostat({ width, height, sx, ...props }, ref) {
|
|
|
3180
3273
|
);
|
|
3181
3274
|
}
|
|
3182
3275
|
const NightsThermostat$1 = forwardRef(NightsThermostat);
|
|
3183
|
-
const Icon$
|
|
3276
|
+
const Icon$1q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3184
3277
|
/* @__PURE__ */ jsx(
|
|
3185
3278
|
"path",
|
|
3186
3279
|
{
|
|
@@ -3190,10 +3283,10 @@ const Icon$1p = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3190
3283
|
),
|
|
3191
3284
|
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M8 20H4v-4h4zM16 4v4h4V4z" })
|
|
3192
3285
|
] });
|
|
3193
|
-
const BaseSvgIcon$
|
|
3286
|
+
const BaseSvgIcon$1q = createSvgIcon(Icon$1q(), "NoApp");
|
|
3194
3287
|
function NoApp({ width, height, sx, ...props }, ref) {
|
|
3195
3288
|
return /* @__PURE__ */ jsx(
|
|
3196
|
-
BaseSvgIcon$
|
|
3289
|
+
BaseSvgIcon$1q,
|
|
3197
3290
|
{
|
|
3198
3291
|
ref,
|
|
3199
3292
|
viewBox: "0 0 24 24",
|
|
@@ -3207,7 +3300,7 @@ function NoApp({ width, height, sx, ...props }, ref) {
|
|
|
3207
3300
|
);
|
|
3208
3301
|
}
|
|
3209
3302
|
const NoApp$1 = forwardRef(NoApp);
|
|
3210
|
-
const Icon$
|
|
3303
|
+
const Icon$1p = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3211
3304
|
/* @__PURE__ */ jsx(
|
|
3212
3305
|
"path",
|
|
3213
3306
|
{
|
|
@@ -3225,10 +3318,10 @@ const Icon$1o = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3225
3318
|
}
|
|
3226
3319
|
)
|
|
3227
3320
|
] });
|
|
3228
|
-
const BaseSvgIcon$
|
|
3321
|
+
const BaseSvgIcon$1p = createSvgIcon(Icon$1p(), "NoLayer");
|
|
3229
3322
|
function NoLayer({ width, height, sx, ...props }, ref) {
|
|
3230
3323
|
return /* @__PURE__ */ jsx(
|
|
3231
|
-
BaseSvgIcon$
|
|
3324
|
+
BaseSvgIcon$1p,
|
|
3232
3325
|
{
|
|
3233
3326
|
ref,
|
|
3234
3327
|
viewBox: "0 0 24 24",
|
|
@@ -3242,7 +3335,7 @@ function NoLayer({ width, height, sx, ...props }, ref) {
|
|
|
3242
3335
|
);
|
|
3243
3336
|
}
|
|
3244
3337
|
const NoLayer$1 = forwardRef(NoLayer);
|
|
3245
|
-
const Icon$
|
|
3338
|
+
const Icon$1o = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3246
3339
|
/* @__PURE__ */ jsx(
|
|
3247
3340
|
"path",
|
|
3248
3341
|
{
|
|
@@ -3260,10 +3353,10 @@ const Icon$1n = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3260
3353
|
}
|
|
3261
3354
|
)
|
|
3262
3355
|
] });
|
|
3263
|
-
const BaseSvgIcon$
|
|
3356
|
+
const BaseSvgIcon$1o = createSvgIcon(Icon$1o(), "NoMap");
|
|
3264
3357
|
function NoMap({ width, height, sx, ...props }, ref) {
|
|
3265
3358
|
return /* @__PURE__ */ jsx(
|
|
3266
|
-
BaseSvgIcon$
|
|
3359
|
+
BaseSvgIcon$1o,
|
|
3267
3360
|
{
|
|
3268
3361
|
ref,
|
|
3269
3362
|
viewBox: "0 0 24 24",
|
|
@@ -3277,7 +3370,7 @@ function NoMap({ width, height, sx, ...props }, ref) {
|
|
|
3277
3370
|
);
|
|
3278
3371
|
}
|
|
3279
3372
|
const NoMap$1 = forwardRef(NoMap);
|
|
3280
|
-
const Icon$
|
|
3373
|
+
const Icon$1n = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3281
3374
|
"path",
|
|
3282
3375
|
{
|
|
3283
3376
|
fill: "currentColor",
|
|
@@ -3286,10 +3379,10 @@ const Icon$1m = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3286
3379
|
clipRule: "evenodd"
|
|
3287
3380
|
}
|
|
3288
3381
|
) });
|
|
3289
|
-
const BaseSvgIcon$
|
|
3382
|
+
const BaseSvgIcon$1n = createSvgIcon(Icon$1n(), "NoSpatialExtension");
|
|
3290
3383
|
function NoSpatialExtension({ width, height, sx, ...props }, ref) {
|
|
3291
3384
|
return /* @__PURE__ */ jsx(
|
|
3292
|
-
BaseSvgIcon$
|
|
3385
|
+
BaseSvgIcon$1n,
|
|
3293
3386
|
{
|
|
3294
3387
|
ref,
|
|
3295
3388
|
viewBox: "0 0 24 24",
|
|
@@ -3303,7 +3396,7 @@ function NoSpatialExtension({ width, height, sx, ...props }, ref) {
|
|
|
3303
3396
|
);
|
|
3304
3397
|
}
|
|
3305
3398
|
const NoSpatialExtension$1 = forwardRef(NoSpatialExtension);
|
|
3306
|
-
const Icon$
|
|
3399
|
+
const Icon$1m = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3307
3400
|
/* @__PURE__ */ jsx(
|
|
3308
3401
|
"path",
|
|
3309
3402
|
{
|
|
@@ -3321,10 +3414,10 @@ const Icon$1l = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3321
3414
|
}
|
|
3322
3415
|
)
|
|
3323
3416
|
] });
|
|
3324
|
-
const BaseSvgIcon$
|
|
3417
|
+
const BaseSvgIcon$1m = createSvgIcon(Icon$1m(), "NoTileset");
|
|
3325
3418
|
function NoTileset({ width, height, sx, ...props }, ref) {
|
|
3326
3419
|
return /* @__PURE__ */ jsx(
|
|
3327
|
-
BaseSvgIcon$
|
|
3420
|
+
BaseSvgIcon$1m,
|
|
3328
3421
|
{
|
|
3329
3422
|
ref,
|
|
3330
3423
|
viewBox: "0 0 24 24",
|
|
@@ -3338,17 +3431,17 @@ function NoTileset({ width, height, sx, ...props }, ref) {
|
|
|
3338
3431
|
);
|
|
3339
3432
|
}
|
|
3340
3433
|
const NoTileset$1 = forwardRef(NoTileset);
|
|
3341
|
-
const Icon$
|
|
3434
|
+
const Icon$1l = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3342
3435
|
"path",
|
|
3343
3436
|
{
|
|
3344
3437
|
fill: "currentColor",
|
|
3345
3438
|
d: "M2.614 2.476 1.2 3.891 4.31 7H4v3h3.31l4 4H4v3h10.31l4.568 4.568 1.414-1.414zM16.938 14l3 3H20v-3zM9.938 7l3 3H20V7z"
|
|
3346
3439
|
}
|
|
3347
3440
|
) });
|
|
3348
|
-
const BaseSvgIcon$
|
|
3441
|
+
const BaseSvgIcon$1l = createSvgIcon(Icon$1l(), "NotEqual");
|
|
3349
3442
|
function NotEqual({ width, height, sx, ...props }, ref) {
|
|
3350
3443
|
return /* @__PURE__ */ jsx(
|
|
3351
|
-
BaseSvgIcon$
|
|
3444
|
+
BaseSvgIcon$1l,
|
|
3352
3445
|
{
|
|
3353
3446
|
ref,
|
|
3354
3447
|
viewBox: "0 0 24 24",
|
|
@@ -3362,7 +3455,7 @@ function NotEqual({ width, height, sx, ...props }, ref) {
|
|
|
3362
3455
|
);
|
|
3363
3456
|
}
|
|
3364
3457
|
const NotEqual$1 = forwardRef(NotEqual);
|
|
3365
|
-
const Icon$
|
|
3458
|
+
const Icon$1k = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3366
3459
|
/* @__PURE__ */ jsx(
|
|
3367
3460
|
"path",
|
|
3368
3461
|
{
|
|
@@ -3382,10 +3475,10 @@ const Icon$1j = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3382
3475
|
}
|
|
3383
3476
|
)
|
|
3384
3477
|
] });
|
|
3385
|
-
const BaseSvgIcon$
|
|
3478
|
+
const BaseSvgIcon$1k = createSvgIcon(Icon$1k(), "Number");
|
|
3386
3479
|
function Number({ width, height, sx, ...props }, ref) {
|
|
3387
3480
|
return /* @__PURE__ */ jsx(
|
|
3388
|
-
BaseSvgIcon$
|
|
3481
|
+
BaseSvgIcon$1k,
|
|
3389
3482
|
{
|
|
3390
3483
|
ref,
|
|
3391
3484
|
viewBox: "0 0 24 24",
|
|
@@ -3399,7 +3492,7 @@ function Number({ width, height, sx, ...props }, ref) {
|
|
|
3399
3492
|
);
|
|
3400
3493
|
}
|
|
3401
3494
|
const Number$1 = forwardRef(Number);
|
|
3402
|
-
const Icon$
|
|
3495
|
+
const Icon$1j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3403
3496
|
"path",
|
|
3404
3497
|
{
|
|
3405
3498
|
fill: "currentColor",
|
|
@@ -3408,10 +3501,10 @@ const Icon$1i = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3408
3501
|
clipRule: "evenodd"
|
|
3409
3502
|
}
|
|
3410
3503
|
) });
|
|
3411
|
-
const BaseSvgIcon$
|
|
3504
|
+
const BaseSvgIcon$1j = createSvgIcon(Icon$1j(), "Onboarding");
|
|
3412
3505
|
function Onboarding({ width, height, sx, ...props }, ref) {
|
|
3413
3506
|
return /* @__PURE__ */ jsx(
|
|
3414
|
-
BaseSvgIcon$
|
|
3507
|
+
BaseSvgIcon$1j,
|
|
3415
3508
|
{
|
|
3416
3509
|
ref,
|
|
3417
3510
|
viewBox: "0 0 24 24",
|
|
@@ -3425,7 +3518,7 @@ function Onboarding({ width, height, sx, ...props }, ref) {
|
|
|
3425
3518
|
);
|
|
3426
3519
|
}
|
|
3427
3520
|
const Onboarding$1 = forwardRef(Onboarding);
|
|
3428
|
-
const Icon$
|
|
3521
|
+
const Icon$1i = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3429
3522
|
"path",
|
|
3430
3523
|
{
|
|
3431
3524
|
fill: "currentColor",
|
|
@@ -3434,10 +3527,10 @@ const Icon$1h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3434
3527
|
clipRule: "evenodd"
|
|
3435
3528
|
}
|
|
3436
3529
|
) });
|
|
3437
|
-
const BaseSvgIcon$
|
|
3530
|
+
const BaseSvgIcon$1i = createSvgIcon(Icon$1i(), "OohAnalytics");
|
|
3438
3531
|
function OohAnalytics({ width, height, sx, ...props }, ref) {
|
|
3439
3532
|
return /* @__PURE__ */ jsx(
|
|
3440
|
-
BaseSvgIcon$
|
|
3533
|
+
BaseSvgIcon$1i,
|
|
3441
3534
|
{
|
|
3442
3535
|
ref,
|
|
3443
3536
|
viewBox: "0 0 24 24",
|
|
@@ -3451,7 +3544,7 @@ function OohAnalytics({ width, height, sx, ...props }, ref) {
|
|
|
3451
3544
|
);
|
|
3452
3545
|
}
|
|
3453
3546
|
const OohAnalytics$1 = forwardRef(OohAnalytics);
|
|
3454
|
-
const Icon$
|
|
3547
|
+
const Icon$1h = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3455
3548
|
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M13.125 13.125h-2.25v-2.25h2.25z" }),
|
|
3456
3549
|
/* @__PURE__ */ jsx(
|
|
3457
3550
|
"path",
|
|
@@ -3472,10 +3565,10 @@ const Icon$1g = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3472
3565
|
}
|
|
3473
3566
|
)
|
|
3474
3567
|
] });
|
|
3475
|
-
const BaseSvgIcon$
|
|
3568
|
+
const BaseSvgIcon$1h = createSvgIcon(Icon$1h(), "Opacity");
|
|
3476
3569
|
function Opacity({ width, height, sx, ...props }, ref) {
|
|
3477
3570
|
return /* @__PURE__ */ jsx(
|
|
3478
|
-
BaseSvgIcon$
|
|
3571
|
+
BaseSvgIcon$1h,
|
|
3479
3572
|
{
|
|
3480
3573
|
ref,
|
|
3481
3574
|
viewBox: "0 0 24 24",
|
|
@@ -3489,7 +3582,7 @@ function Opacity({ width, height, sx, ...props }, ref) {
|
|
|
3489
3582
|
);
|
|
3490
3583
|
}
|
|
3491
3584
|
const Opacity$1 = forwardRef(Opacity);
|
|
3492
|
-
const Icon$
|
|
3585
|
+
const Icon$1g = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3493
3586
|
"path",
|
|
3494
3587
|
{
|
|
3495
3588
|
fill: "currentColor",
|
|
@@ -3498,10 +3591,10 @@ const Icon$1f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3498
3591
|
clipRule: "evenodd"
|
|
3499
3592
|
}
|
|
3500
3593
|
) });
|
|
3501
|
-
const BaseSvgIcon$
|
|
3594
|
+
const BaseSvgIcon$1g = createSvgIcon(Icon$1g(), "OpenDiagonallyLeft");
|
|
3502
3595
|
function OpenDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
3503
3596
|
return /* @__PURE__ */ jsx(
|
|
3504
|
-
BaseSvgIcon$
|
|
3597
|
+
BaseSvgIcon$1g,
|
|
3505
3598
|
{
|
|
3506
3599
|
ref,
|
|
3507
3600
|
viewBox: "0 0 24 24",
|
|
@@ -3515,17 +3608,17 @@ function OpenDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
|
3515
3608
|
);
|
|
3516
3609
|
}
|
|
3517
3610
|
const OpenDiagonallyLeft$1 = forwardRef(OpenDiagonallyLeft);
|
|
3518
|
-
const Icon$
|
|
3611
|
+
const Icon$1f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3519
3612
|
"path",
|
|
3520
3613
|
{
|
|
3521
3614
|
fill: "currentColor",
|
|
3522
3615
|
d: "M7 7V5H4q-.824 0-1.412.588A1.93 1.93 0 0 0 2 7v12q0 .824.587 1.413Q3.176 21 4 21h14q.824 0 1.413-.587Q20 19.825 20 19v-3h-2v3H4V7zm4-4q-.825 0-1.412.587A1.93 1.93 0 0 0 9 5v7q0 .825.588 1.412Q10.175 14 11 14h9q.824 0 1.413-.588Q22 12.826 22 12V5q0-.824-.587-1.412A1.93 1.93 0 0 0 20 3zm0 2h9v7h-9z"
|
|
3523
3616
|
}
|
|
3524
3617
|
) });
|
|
3525
|
-
const BaseSvgIcon$
|
|
3618
|
+
const BaseSvgIcon$1f = createSvgIcon(Icon$1f(), "OpenNewWindow");
|
|
3526
3619
|
function OpenNewWindow({ width, height, sx, ...props }, ref) {
|
|
3527
3620
|
return /* @__PURE__ */ jsx(
|
|
3528
|
-
BaseSvgIcon$
|
|
3621
|
+
BaseSvgIcon$1f,
|
|
3529
3622
|
{
|
|
3530
3623
|
ref,
|
|
3531
3624
|
viewBox: "0 0 24 24",
|
|
@@ -3539,7 +3632,7 @@ function OpenNewWindow({ width, height, sx, ...props }, ref) {
|
|
|
3539
3632
|
);
|
|
3540
3633
|
}
|
|
3541
3634
|
const OpenNewWindow$1 = forwardRef(OpenNewWindow);
|
|
3542
|
-
const Icon$
|
|
3635
|
+
const Icon$1e = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3543
3636
|
"path",
|
|
3544
3637
|
{
|
|
3545
3638
|
fill: "currentColor",
|
|
@@ -3548,10 +3641,10 @@ const Icon$1d = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3548
3641
|
clipRule: "evenodd"
|
|
3549
3642
|
}
|
|
3550
3643
|
) });
|
|
3551
|
-
const BaseSvgIcon$
|
|
3644
|
+
const BaseSvgIcon$1e = createSvgIcon(Icon$1e(), "OpenVertically");
|
|
3552
3645
|
function OpenVertically({ width, height, sx, ...props }, ref) {
|
|
3553
3646
|
return /* @__PURE__ */ jsx(
|
|
3554
|
-
BaseSvgIcon$
|
|
3647
|
+
BaseSvgIcon$1e,
|
|
3555
3648
|
{
|
|
3556
3649
|
ref,
|
|
3557
3650
|
viewBox: "0 0 24 24",
|
|
@@ -3565,7 +3658,7 @@ function OpenVertically({ width, height, sx, ...props }, ref) {
|
|
|
3565
3658
|
);
|
|
3566
3659
|
}
|
|
3567
3660
|
const OpenVertically$1 = forwardRef(OpenVertically);
|
|
3568
|
-
const Icon$
|
|
3661
|
+
const Icon$1d = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3569
3662
|
/* @__PURE__ */ jsx(
|
|
3570
3663
|
"path",
|
|
3571
3664
|
{
|
|
@@ -3590,10 +3683,10 @@ const Icon$1c = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3590
3683
|
}
|
|
3591
3684
|
)
|
|
3592
3685
|
] });
|
|
3593
|
-
const BaseSvgIcon$
|
|
3686
|
+
const BaseSvgIcon$1d = createSvgIcon(Icon$1d(), "ParameterSettings");
|
|
3594
3687
|
function ParameterSettings({ width, height, sx, ...props }, ref) {
|
|
3595
3688
|
return /* @__PURE__ */ jsx(
|
|
3596
|
-
BaseSvgIcon$
|
|
3689
|
+
BaseSvgIcon$1d,
|
|
3597
3690
|
{
|
|
3598
3691
|
ref,
|
|
3599
3692
|
viewBox: "0 0 24 24",
|
|
@@ -3607,7 +3700,7 @@ function ParameterSettings({ width, height, sx, ...props }, ref) {
|
|
|
3607
3700
|
);
|
|
3608
3701
|
}
|
|
3609
3702
|
const ParameterSettings$1 = forwardRef(ParameterSettings);
|
|
3610
|
-
const Icon$
|
|
3703
|
+
const Icon$1c = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3611
3704
|
"path",
|
|
3612
3705
|
{
|
|
3613
3706
|
fill: "currentColor",
|
|
@@ -3616,10 +3709,10 @@ const Icon$1b = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3616
3709
|
clipRule: "evenodd"
|
|
3617
3710
|
}
|
|
3618
3711
|
) });
|
|
3619
|
-
const BaseSvgIcon$
|
|
3712
|
+
const BaseSvgIcon$1c = createSvgIcon(Icon$1c(), "PawnChess");
|
|
3620
3713
|
function PawnChess({ width, height, sx, ...props }, ref) {
|
|
3621
3714
|
return /* @__PURE__ */ jsx(
|
|
3622
|
-
BaseSvgIcon$
|
|
3715
|
+
BaseSvgIcon$1c,
|
|
3623
3716
|
{
|
|
3624
3717
|
ref,
|
|
3625
3718
|
viewBox: "0 0 24 24",
|
|
@@ -3633,7 +3726,7 @@ function PawnChess({ width, height, sx, ...props }, ref) {
|
|
|
3633
3726
|
);
|
|
3634
3727
|
}
|
|
3635
3728
|
const PawnChess$1 = forwardRef(PawnChess);
|
|
3636
|
-
const Icon$
|
|
3729
|
+
const Icon$1b = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3637
3730
|
"path",
|
|
3638
3731
|
{
|
|
3639
3732
|
fill: "currentColor",
|
|
@@ -3642,10 +3735,10 @@ const Icon$1a = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3642
3735
|
clipRule: "evenodd"
|
|
3643
3736
|
}
|
|
3644
3737
|
) });
|
|
3645
|
-
const BaseSvgIcon$
|
|
3738
|
+
const BaseSvgIcon$1b = createSvgIcon(Icon$1b(), "PlaceSelect");
|
|
3646
3739
|
function PlaceSelect({ width, height, sx, ...props }, ref) {
|
|
3647
3740
|
return /* @__PURE__ */ jsx(
|
|
3648
|
-
BaseSvgIcon$
|
|
3741
|
+
BaseSvgIcon$1b,
|
|
3649
3742
|
{
|
|
3650
3743
|
ref,
|
|
3651
3744
|
viewBox: "0 0 24 24",
|
|
@@ -3659,7 +3752,7 @@ function PlaceSelect({ width, height, sx, ...props }, ref) {
|
|
|
3659
3752
|
);
|
|
3660
3753
|
}
|
|
3661
3754
|
const PlaceSelect$1 = forwardRef(PlaceSelect);
|
|
3662
|
-
const Icon$
|
|
3755
|
+
const Icon$1a = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3663
3756
|
"path",
|
|
3664
3757
|
{
|
|
3665
3758
|
fill: "currentColor",
|
|
@@ -3668,10 +3761,10 @@ const Icon$19 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3668
3761
|
clipRule: "evenodd"
|
|
3669
3762
|
}
|
|
3670
3763
|
) });
|
|
3671
|
-
const BaseSvgIcon$
|
|
3764
|
+
const BaseSvgIcon$1a = createSvgIcon(Icon$1a(), "PointsOfInterest");
|
|
3672
3765
|
function PointsOfInterest({ width, height, sx, ...props }, ref) {
|
|
3673
3766
|
return /* @__PURE__ */ jsx(
|
|
3674
|
-
BaseSvgIcon$
|
|
3767
|
+
BaseSvgIcon$1a,
|
|
3675
3768
|
{
|
|
3676
3769
|
ref,
|
|
3677
3770
|
viewBox: "0 0 24 24",
|
|
@@ -3685,7 +3778,7 @@ function PointsOfInterest({ width, height, sx, ...props }, ref) {
|
|
|
3685
3778
|
);
|
|
3686
3779
|
}
|
|
3687
3780
|
const PointsOfInterest$1 = forwardRef(PointsOfInterest);
|
|
3688
|
-
const Icon$
|
|
3781
|
+
const Icon$19 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3689
3782
|
/* @__PURE__ */ jsx(
|
|
3690
3783
|
"path",
|
|
3691
3784
|
{
|
|
@@ -3742,10 +3835,10 @@ const Icon$18 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3742
3835
|
}
|
|
3743
3836
|
)
|
|
3744
3837
|
] });
|
|
3745
|
-
const BaseSvgIcon$
|
|
3838
|
+
const BaseSvgIcon$19 = createSvgIcon(Icon$19(), "Postgre");
|
|
3746
3839
|
function Postgre({ width, height, sx, ...props }, ref) {
|
|
3747
3840
|
return /* @__PURE__ */ jsx(
|
|
3748
|
-
BaseSvgIcon$
|
|
3841
|
+
BaseSvgIcon$19,
|
|
3749
3842
|
{
|
|
3750
3843
|
ref,
|
|
3751
3844
|
viewBox: "0 0 24 24",
|
|
@@ -3759,7 +3852,7 @@ function Postgre({ width, height, sx, ...props }, ref) {
|
|
|
3759
3852
|
);
|
|
3760
3853
|
}
|
|
3761
3854
|
const Postgre$1 = forwardRef(Postgre);
|
|
3762
|
-
const Icon$
|
|
3855
|
+
const Icon$18 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3763
3856
|
/* @__PURE__ */ jsx(
|
|
3764
3857
|
"path",
|
|
3765
3858
|
{
|
|
@@ -3777,10 +3870,10 @@ const Icon$17 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3777
3870
|
}
|
|
3778
3871
|
)
|
|
3779
3872
|
] });
|
|
3780
|
-
const BaseSvgIcon$
|
|
3873
|
+
const BaseSvgIcon$18 = createSvgIcon(Icon$18(), "PostgreOutlined");
|
|
3781
3874
|
function PostgreOutlined({ width, height, sx, ...props }, ref) {
|
|
3782
3875
|
return /* @__PURE__ */ jsx(
|
|
3783
|
-
BaseSvgIcon$
|
|
3876
|
+
BaseSvgIcon$18,
|
|
3784
3877
|
{
|
|
3785
3878
|
ref,
|
|
3786
3879
|
viewBox: "0 0 24 24",
|
|
@@ -3794,7 +3887,7 @@ function PostgreOutlined({ width, height, sx, ...props }, ref) {
|
|
|
3794
3887
|
);
|
|
3795
3888
|
}
|
|
3796
3889
|
const PostgreOutlined$1 = forwardRef(PostgreOutlined);
|
|
3797
|
-
const Icon$
|
|
3890
|
+
const Icon$17 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3798
3891
|
/* @__PURE__ */ jsx(
|
|
3799
3892
|
"path",
|
|
3800
3893
|
{
|
|
@@ -3828,10 +3921,10 @@ const Icon$16 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3828
3921
|
}
|
|
3829
3922
|
)
|
|
3830
3923
|
] });
|
|
3831
|
-
const BaseSvgIcon$
|
|
3924
|
+
const BaseSvgIcon$17 = createSvgIcon(Icon$17(), "Preferences");
|
|
3832
3925
|
function Preferences({ width, height, sx, ...props }, ref) {
|
|
3833
3926
|
return /* @__PURE__ */ jsx(
|
|
3834
|
-
BaseSvgIcon$
|
|
3927
|
+
BaseSvgIcon$17,
|
|
3835
3928
|
{
|
|
3836
3929
|
ref,
|
|
3837
3930
|
viewBox: "0 0 24 24",
|
|
@@ -3845,7 +3938,7 @@ function Preferences({ width, height, sx, ...props }, ref) {
|
|
|
3845
3938
|
);
|
|
3846
3939
|
}
|
|
3847
3940
|
const Preferences$1 = forwardRef(Preferences);
|
|
3848
|
-
const Icon$
|
|
3941
|
+
const Icon$16 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3849
3942
|
"path",
|
|
3850
3943
|
{
|
|
3851
3944
|
fill: "currentColor",
|
|
@@ -3854,10 +3947,10 @@ const Icon$15 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3854
3947
|
clipRule: "evenodd"
|
|
3855
3948
|
}
|
|
3856
3949
|
) });
|
|
3857
|
-
const BaseSvgIcon$
|
|
3950
|
+
const BaseSvgIcon$16 = createSvgIcon(Icon$16(), "ProcessData");
|
|
3858
3951
|
function ProcessData({ width, height, sx, ...props }, ref) {
|
|
3859
3952
|
return /* @__PURE__ */ jsx(
|
|
3860
|
-
BaseSvgIcon$
|
|
3953
|
+
BaseSvgIcon$16,
|
|
3861
3954
|
{
|
|
3862
3955
|
ref,
|
|
3863
3956
|
viewBox: "0 0 24 24",
|
|
@@ -3871,7 +3964,7 @@ function ProcessData({ width, height, sx, ...props }, ref) {
|
|
|
3871
3964
|
);
|
|
3872
3965
|
}
|
|
3873
3966
|
const ProcessData$1 = forwardRef(ProcessData);
|
|
3874
|
-
const Icon$
|
|
3967
|
+
const Icon$15 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3875
3968
|
/* @__PURE__ */ jsx(
|
|
3876
3969
|
"path",
|
|
3877
3970
|
{
|
|
@@ -3889,10 +3982,10 @@ const Icon$14 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3889
3982
|
}
|
|
3890
3983
|
)
|
|
3891
3984
|
] });
|
|
3892
|
-
const BaseSvgIcon$
|
|
3985
|
+
const BaseSvgIcon$15 = createSvgIcon(Icon$15(), "PublicWithPassword");
|
|
3893
3986
|
function PublicWithPassword({ width, height, sx, ...props }, ref) {
|
|
3894
3987
|
return /* @__PURE__ */ jsx(
|
|
3895
|
-
BaseSvgIcon$
|
|
3988
|
+
BaseSvgIcon$15,
|
|
3896
3989
|
{
|
|
3897
3990
|
ref,
|
|
3898
3991
|
viewBox: "0 0 24 24",
|
|
@@ -3906,17 +3999,17 @@ function PublicWithPassword({ width, height, sx, ...props }, ref) {
|
|
|
3906
3999
|
);
|
|
3907
4000
|
}
|
|
3908
4001
|
const PublicWithPassword$1 = forwardRef(PublicWithPassword);
|
|
3909
|
-
const Icon$
|
|
4002
|
+
const Icon$14 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3910
4003
|
"path",
|
|
3911
4004
|
{
|
|
3912
4005
|
fill: "currentColor",
|
|
3913
4006
|
d: "M11 20v-8.15l-2.6 2.6L7 13l5-5 5 5-1.4 1.45-2.6-2.6V20zM4 9V6q0-.824.588-1.412A1.93 1.93 0 0 1 6 4h12q.824 0 1.413.588Q20 5.175 20 6v3h-2V6H6v3z"
|
|
3914
4007
|
}
|
|
3915
4008
|
) });
|
|
3916
|
-
const BaseSvgIcon$
|
|
4009
|
+
const BaseSvgIcon$14 = createSvgIcon(Icon$14(), "Publish");
|
|
3917
4010
|
function Publish({ width, height, sx, ...props }, ref) {
|
|
3918
4011
|
return /* @__PURE__ */ jsx(
|
|
3919
|
-
BaseSvgIcon$
|
|
4012
|
+
BaseSvgIcon$14,
|
|
3920
4013
|
{
|
|
3921
4014
|
ref,
|
|
3922
4015
|
viewBox: "0 0 24 24",
|
|
@@ -3930,7 +4023,7 @@ function Publish({ width, height, sx, ...props }, ref) {
|
|
|
3930
4023
|
);
|
|
3931
4024
|
}
|
|
3932
4025
|
const Publish$1 = forwardRef(Publish);
|
|
3933
|
-
const Icon$
|
|
4026
|
+
const Icon$13 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3934
4027
|
"path",
|
|
3935
4028
|
{
|
|
3936
4029
|
fill: "currentColor",
|
|
@@ -3939,10 +4032,10 @@ const Icon$12 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3939
4032
|
clipRule: "evenodd"
|
|
3940
4033
|
}
|
|
3941
4034
|
) });
|
|
3942
|
-
const BaseSvgIcon$
|
|
4035
|
+
const BaseSvgIcon$13 = createSvgIcon(Icon$13(), "Quadbin");
|
|
3943
4036
|
function Quadbin({ width, height, sx, ...props }, ref) {
|
|
3944
4037
|
return /* @__PURE__ */ jsx(
|
|
3945
|
-
BaseSvgIcon$
|
|
4038
|
+
BaseSvgIcon$13,
|
|
3946
4039
|
{
|
|
3947
4040
|
ref,
|
|
3948
4041
|
viewBox: "0 0 24 24",
|
|
@@ -3956,7 +4049,7 @@ function Quadbin({ width, height, sx, ...props }, ref) {
|
|
|
3956
4049
|
);
|
|
3957
4050
|
}
|
|
3958
4051
|
const Quadbin$1 = forwardRef(Quadbin);
|
|
3959
|
-
const Icon$
|
|
4052
|
+
const Icon$12 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3960
4053
|
/* @__PURE__ */ jsx(
|
|
3961
4054
|
"path",
|
|
3962
4055
|
{
|
|
@@ -3974,10 +4067,10 @@ const Icon$11 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3974
4067
|
}
|
|
3975
4068
|
)
|
|
3976
4069
|
] });
|
|
3977
|
-
const BaseSvgIcon$
|
|
4070
|
+
const BaseSvgIcon$12 = createSvgIcon(Icon$12(), "Quadkey");
|
|
3978
4071
|
function Quadkey({ width, height, sx, ...props }, ref) {
|
|
3979
4072
|
return /* @__PURE__ */ jsx(
|
|
3980
|
-
BaseSvgIcon$
|
|
4073
|
+
BaseSvgIcon$12,
|
|
3981
4074
|
{
|
|
3982
4075
|
ref,
|
|
3983
4076
|
viewBox: "0 0 24 24",
|
|
@@ -3991,7 +4084,7 @@ function Quadkey({ width, height, sx, ...props }, ref) {
|
|
|
3991
4084
|
);
|
|
3992
4085
|
}
|
|
3993
4086
|
const Quadkey$1 = forwardRef(Quadkey);
|
|
3994
|
-
const Icon$
|
|
4087
|
+
const Icon$11 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3995
4088
|
/* @__PURE__ */ jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsx(
|
|
3996
4089
|
"path",
|
|
3997
4090
|
{
|
|
@@ -4003,10 +4096,10 @@ const Icon$10 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
4003
4096
|
) }),
|
|
4004
4097
|
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
4005
4098
|
] });
|
|
4006
|
-
const BaseSvgIcon$
|
|
4099
|
+
const BaseSvgIcon$11 = createSvgIcon(Icon$11(), "QueryTable");
|
|
4007
4100
|
function QueryTable({ width, height, sx, ...props }, ref) {
|
|
4008
4101
|
return /* @__PURE__ */ jsx(
|
|
4009
|
-
BaseSvgIcon$
|
|
4102
|
+
BaseSvgIcon$11,
|
|
4010
4103
|
{
|
|
4011
4104
|
ref,
|
|
4012
4105
|
viewBox: "0 0 24 24",
|
|
@@ -4020,7 +4113,7 @@ function QueryTable({ width, height, sx, ...props }, ref) {
|
|
|
4020
4113
|
);
|
|
4021
4114
|
}
|
|
4022
4115
|
const QueryTable$1 = forwardRef(QueryTable);
|
|
4023
|
-
const Icon
|
|
4116
|
+
const Icon$10 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4024
4117
|
/* @__PURE__ */ jsx(
|
|
4025
4118
|
"path",
|
|
4026
4119
|
{
|
|
@@ -4038,10 +4131,10 @@ const Icon$$ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4038
4131
|
}
|
|
4039
4132
|
)
|
|
4040
4133
|
] });
|
|
4041
|
-
const BaseSvgIcon
|
|
4134
|
+
const BaseSvgIcon$10 = createSvgIcon(Icon$10(), "Rain");
|
|
4042
4135
|
function Rain({ width, height, sx, ...props }, ref) {
|
|
4043
4136
|
return /* @__PURE__ */ jsx(
|
|
4044
|
-
BaseSvgIcon
|
|
4137
|
+
BaseSvgIcon$10,
|
|
4045
4138
|
{
|
|
4046
4139
|
ref,
|
|
4047
4140
|
viewBox: "0 0 24 24",
|
|
@@ -4055,17 +4148,17 @@ function Rain({ width, height, sx, ...props }, ref) {
|
|
|
4055
4148
|
);
|
|
4056
4149
|
}
|
|
4057
4150
|
const Rain$1 = forwardRef(Rain);
|
|
4058
|
-
const Icon
|
|
4151
|
+
const Icon$$ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4059
4152
|
"path",
|
|
4060
4153
|
{
|
|
4061
4154
|
fill: "currentColor",
|
|
4062
4155
|
d: "M6.5 21v-3.5H3V21zM7.5 21h4v-3.5h-4zM17.5 21H21v-3.5h-3.5zM21 11.5v-4h-3.5v4zM21 6.5V3h-3.5v3.5zM16.5 3h-4v3.5h4zM11.5 3h-4v3.5h4zM6.5 3H3v3.5h3.5zM3 7.5v4h3.5v-4zM3 12.5v4h3.5v-4zM11.5 16.5h-4v-4h4zM11.5 11.5h-4v-4h4zM12.5 12.5h4v4h-4z"
|
|
4063
4156
|
}
|
|
4064
4157
|
) });
|
|
4065
|
-
const BaseSvgIcon
|
|
4158
|
+
const BaseSvgIcon$$ = createSvgIcon(Icon$$(), "Raster");
|
|
4066
4159
|
function Raster({ width, height, sx, ...props }, ref) {
|
|
4067
4160
|
return /* @__PURE__ */ jsx(
|
|
4068
|
-
BaseSvgIcon
|
|
4161
|
+
BaseSvgIcon$$,
|
|
4069
4162
|
{
|
|
4070
4163
|
ref,
|
|
4071
4164
|
viewBox: "0 0 24 24",
|
|
@@ -4079,7 +4172,7 @@ function Raster({ width, height, sx, ...props }, ref) {
|
|
|
4079
4172
|
);
|
|
4080
4173
|
}
|
|
4081
4174
|
const Raster$1 = forwardRef(Raster);
|
|
4082
|
-
const Icon$
|
|
4175
|
+
const Icon$_ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4083
4176
|
"path",
|
|
4084
4177
|
{
|
|
4085
4178
|
fill: "currentColor",
|
|
@@ -4088,10 +4181,10 @@ const Icon$Z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4088
4181
|
clipRule: "evenodd"
|
|
4089
4182
|
}
|
|
4090
4183
|
) });
|
|
4091
|
-
const BaseSvgIcon$
|
|
4184
|
+
const BaseSvgIcon$_ = createSvgIcon(Icon$_(), "Redshift");
|
|
4092
4185
|
function Redshift({ width, height, sx, ...props }, ref) {
|
|
4093
4186
|
return /* @__PURE__ */ jsx(
|
|
4094
|
-
BaseSvgIcon$
|
|
4187
|
+
BaseSvgIcon$_,
|
|
4095
4188
|
{
|
|
4096
4189
|
ref,
|
|
4097
4190
|
viewBox: "0 0 24 24",
|
|
@@ -4105,7 +4198,7 @@ function Redshift({ width, height, sx, ...props }, ref) {
|
|
|
4105
4198
|
);
|
|
4106
4199
|
}
|
|
4107
4200
|
const Redshift$1 = forwardRef(Redshift);
|
|
4108
|
-
const Icon$
|
|
4201
|
+
const Icon$Z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4109
4202
|
"path",
|
|
4110
4203
|
{
|
|
4111
4204
|
fill: "currentColor",
|
|
@@ -4114,10 +4207,10 @@ const Icon$Y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4114
4207
|
clipRule: "evenodd"
|
|
4115
4208
|
}
|
|
4116
4209
|
) });
|
|
4117
|
-
const BaseSvgIcon$
|
|
4210
|
+
const BaseSvgIcon$Z = createSvgIcon(Icon$Z(), "Report");
|
|
4118
4211
|
function Report({ width, height, sx, ...props }, ref) {
|
|
4119
4212
|
return /* @__PURE__ */ jsx(
|
|
4120
|
-
BaseSvgIcon$
|
|
4213
|
+
BaseSvgIcon$Z,
|
|
4121
4214
|
{
|
|
4122
4215
|
ref,
|
|
4123
4216
|
viewBox: "0 0 24 24",
|
|
@@ -4131,7 +4224,7 @@ function Report({ width, height, sx, ...props }, ref) {
|
|
|
4131
4224
|
);
|
|
4132
4225
|
}
|
|
4133
4226
|
const Report$1 = forwardRef(Report);
|
|
4134
|
-
const Icon$
|
|
4227
|
+
const Icon$Y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4135
4228
|
"path",
|
|
4136
4229
|
{
|
|
4137
4230
|
fill: "currentColor",
|
|
@@ -4140,10 +4233,10 @@ const Icon$X = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4140
4233
|
clipRule: "evenodd"
|
|
4141
4234
|
}
|
|
4142
4235
|
) });
|
|
4143
|
-
const BaseSvgIcon$
|
|
4236
|
+
const BaseSvgIcon$Y = createSvgIcon(Icon$Y(), "Reset");
|
|
4144
4237
|
function Reset({ width, height, sx, ...props }, ref) {
|
|
4145
4238
|
return /* @__PURE__ */ jsx(
|
|
4146
|
-
BaseSvgIcon$
|
|
4239
|
+
BaseSvgIcon$Y,
|
|
4147
4240
|
{
|
|
4148
4241
|
ref,
|
|
4149
4242
|
viewBox: "0 0 24 24",
|
|
@@ -4157,7 +4250,7 @@ function Reset({ width, height, sx, ...props }, ref) {
|
|
|
4157
4250
|
);
|
|
4158
4251
|
}
|
|
4159
4252
|
const Reset$1 = forwardRef(Reset);
|
|
4160
|
-
const Icon$
|
|
4253
|
+
const Icon$X = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4161
4254
|
/* @__PURE__ */ jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsx(
|
|
4162
4255
|
"path",
|
|
4163
4256
|
{
|
|
@@ -4169,10 +4262,10 @@ const Icon$W = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4169
4262
|
) }),
|
|
4170
4263
|
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
4171
4264
|
] });
|
|
4172
|
-
const BaseSvgIcon$
|
|
4265
|
+
const BaseSvgIcon$X = createSvgIcon(Icon$X(), "RiskAnalysis");
|
|
4173
4266
|
function RiskAnalysis({ width, height, sx, ...props }, ref) {
|
|
4174
4267
|
return /* @__PURE__ */ jsx(
|
|
4175
|
-
BaseSvgIcon$
|
|
4268
|
+
BaseSvgIcon$X,
|
|
4176
4269
|
{
|
|
4177
4270
|
ref,
|
|
4178
4271
|
viewBox: "0 0 24 24",
|
|
@@ -4186,7 +4279,7 @@ function RiskAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
4186
4279
|
);
|
|
4187
4280
|
}
|
|
4188
4281
|
const RiskAnalysis$1 = forwardRef(RiskAnalysis);
|
|
4189
|
-
const Icon$
|
|
4282
|
+
const Icon$W = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4190
4283
|
/* @__PURE__ */ jsx(
|
|
4191
4284
|
"path",
|
|
4192
4285
|
{
|
|
@@ -4205,10 +4298,10 @@ const Icon$V = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4205
4298
|
}
|
|
4206
4299
|
)
|
|
4207
4300
|
] });
|
|
4208
|
-
const BaseSvgIcon$
|
|
4301
|
+
const BaseSvgIcon$W = createSvgIcon(Icon$W(), "RoadTraffic");
|
|
4209
4302
|
function RoadTraffic({ width, height, sx, ...props }, ref) {
|
|
4210
4303
|
return /* @__PURE__ */ jsx(
|
|
4211
|
-
BaseSvgIcon$
|
|
4304
|
+
BaseSvgIcon$W,
|
|
4212
4305
|
{
|
|
4213
4306
|
ref,
|
|
4214
4307
|
viewBox: "0 0 24 24",
|
|
@@ -4222,7 +4315,7 @@ function RoadTraffic({ width, height, sx, ...props }, ref) {
|
|
|
4222
4315
|
);
|
|
4223
4316
|
}
|
|
4224
4317
|
const RoadTraffic$1 = forwardRef(RoadTraffic);
|
|
4225
|
-
const Icon$
|
|
4318
|
+
const Icon$V = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4226
4319
|
/* @__PURE__ */ jsx(
|
|
4227
4320
|
"path",
|
|
4228
4321
|
{
|
|
@@ -4241,10 +4334,10 @@ const Icon$U = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4241
4334
|
}
|
|
4242
4335
|
)
|
|
4243
4336
|
] });
|
|
4244
|
-
const BaseSvgIcon$
|
|
4337
|
+
const BaseSvgIcon$V = createSvgIcon(Icon$V(), "RunSettings");
|
|
4245
4338
|
function RunSettings({ width, height, sx, ...props }, ref) {
|
|
4246
4339
|
return /* @__PURE__ */ jsx(
|
|
4247
|
-
BaseSvgIcon$
|
|
4340
|
+
BaseSvgIcon$V,
|
|
4248
4341
|
{
|
|
4249
4342
|
ref,
|
|
4250
4343
|
viewBox: "0 0 24 24",
|
|
@@ -4258,7 +4351,7 @@ function RunSettings({ width, height, sx, ...props }, ref) {
|
|
|
4258
4351
|
);
|
|
4259
4352
|
}
|
|
4260
4353
|
const RunSettings$1 = forwardRef(RunSettings);
|
|
4261
|
-
const Icon$
|
|
4354
|
+
const Icon$U = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4262
4355
|
"path",
|
|
4263
4356
|
{
|
|
4264
4357
|
fill: "currentColor",
|
|
@@ -4267,10 +4360,10 @@ const Icon$T = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4267
4360
|
clipRule: "evenodd"
|
|
4268
4361
|
}
|
|
4269
4362
|
) });
|
|
4270
|
-
const BaseSvgIcon$
|
|
4363
|
+
const BaseSvgIcon$U = createSvgIcon(Icon$U(), "RunStep");
|
|
4271
4364
|
function RunStep({ width, height, sx, ...props }, ref) {
|
|
4272
4365
|
return /* @__PURE__ */ jsx(
|
|
4273
|
-
BaseSvgIcon$
|
|
4366
|
+
BaseSvgIcon$U,
|
|
4274
4367
|
{
|
|
4275
4368
|
ref,
|
|
4276
4369
|
viewBox: "0 0 24 24",
|
|
@@ -4284,7 +4377,7 @@ function RunStep({ width, height, sx, ...props }, ref) {
|
|
|
4284
4377
|
);
|
|
4285
4378
|
}
|
|
4286
4379
|
const RunStep$1 = forwardRef(RunStep);
|
|
4287
|
-
const Icon$
|
|
4380
|
+
const Icon$T = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4288
4381
|
"path",
|
|
4289
4382
|
{
|
|
4290
4383
|
fill: "currentColor",
|
|
@@ -4293,10 +4386,10 @@ const Icon$S = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4293
4386
|
clipRule: "evenodd"
|
|
4294
4387
|
}
|
|
4295
4388
|
) });
|
|
4296
|
-
const BaseSvgIcon$
|
|
4389
|
+
const BaseSvgIcon$T = createSvgIcon(Icon$T(), "Salesforce");
|
|
4297
4390
|
function Salesforce({ width, height, sx, ...props }, ref) {
|
|
4298
4391
|
return /* @__PURE__ */ jsx(
|
|
4299
|
-
BaseSvgIcon$
|
|
4392
|
+
BaseSvgIcon$T,
|
|
4300
4393
|
{
|
|
4301
4394
|
ref,
|
|
4302
4395
|
viewBox: "0 0 24 24",
|
|
@@ -4310,7 +4403,7 @@ function Salesforce({ width, height, sx, ...props }, ref) {
|
|
|
4310
4403
|
);
|
|
4311
4404
|
}
|
|
4312
4405
|
const Salesforce$1 = forwardRef(Salesforce);
|
|
4313
|
-
const Icon$
|
|
4406
|
+
const Icon$S = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4314
4407
|
"path",
|
|
4315
4408
|
{
|
|
4316
4409
|
fill: "currentColor",
|
|
@@ -4319,10 +4412,10 @@ const Icon$R = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4319
4412
|
clipRule: "evenodd"
|
|
4320
4413
|
}
|
|
4321
4414
|
) });
|
|
4322
|
-
const BaseSvgIcon$
|
|
4415
|
+
const BaseSvgIcon$S = createSvgIcon(Icon$S(), "Sample");
|
|
4323
4416
|
function Sample({ width, height, sx, ...props }, ref) {
|
|
4324
4417
|
return /* @__PURE__ */ jsx(
|
|
4325
|
-
BaseSvgIcon$
|
|
4418
|
+
BaseSvgIcon$S,
|
|
4326
4419
|
{
|
|
4327
4420
|
ref,
|
|
4328
4421
|
viewBox: "0 0 24 24",
|
|
@@ -4336,7 +4429,7 @@ function Sample({ width, height, sx, ...props }, ref) {
|
|
|
4336
4429
|
);
|
|
4337
4430
|
}
|
|
4338
4431
|
const Sample$1 = forwardRef(Sample);
|
|
4339
|
-
const Icon$
|
|
4432
|
+
const Icon$R = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4340
4433
|
/* @__PURE__ */ jsx(
|
|
4341
4434
|
"path",
|
|
4342
4435
|
{
|
|
@@ -4352,10 +4445,10 @@ const Icon$Q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4352
4445
|
}
|
|
4353
4446
|
)
|
|
4354
4447
|
] });
|
|
4355
|
-
const BaseSvgIcon$
|
|
4448
|
+
const BaseSvgIcon$R = createSvgIcon(Icon$R(), "SaveOk");
|
|
4356
4449
|
function SaveOk({ width, height, sx, ...props }, ref) {
|
|
4357
4450
|
return /* @__PURE__ */ jsx(
|
|
4358
|
-
BaseSvgIcon$
|
|
4451
|
+
BaseSvgIcon$R,
|
|
4359
4452
|
{
|
|
4360
4453
|
ref,
|
|
4361
4454
|
viewBox: "0 0 24 24",
|
|
@@ -4369,7 +4462,7 @@ function SaveOk({ width, height, sx, ...props }, ref) {
|
|
|
4369
4462
|
);
|
|
4370
4463
|
}
|
|
4371
4464
|
const SaveOk$1 = forwardRef(SaveOk);
|
|
4372
|
-
const Icon$
|
|
4465
|
+
const Icon$Q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4373
4466
|
/* @__PURE__ */ jsx(
|
|
4374
4467
|
"path",
|
|
4375
4468
|
{
|
|
@@ -4394,10 +4487,10 @@ const Icon$P = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4394
4487
|
}
|
|
4395
4488
|
)
|
|
4396
4489
|
] });
|
|
4397
|
-
const BaseSvgIcon$
|
|
4490
|
+
const BaseSvgIcon$Q = createSvgIcon(Icon$Q(), "ScheduleRun");
|
|
4398
4491
|
function ScheduleRun({ width, height, sx, ...props }, ref) {
|
|
4399
4492
|
return /* @__PURE__ */ jsx(
|
|
4400
|
-
BaseSvgIcon$
|
|
4493
|
+
BaseSvgIcon$Q,
|
|
4401
4494
|
{
|
|
4402
4495
|
ref,
|
|
4403
4496
|
viewBox: "0 0 24 24",
|
|
@@ -4411,7 +4504,7 @@ function ScheduleRun({ width, height, sx, ...props }, ref) {
|
|
|
4411
4504
|
);
|
|
4412
4505
|
}
|
|
4413
4506
|
const ScheduleRun$1 = forwardRef(ScheduleRun);
|
|
4414
|
-
const Icon$
|
|
4507
|
+
const Icon$P = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4415
4508
|
/* @__PURE__ */ jsx(
|
|
4416
4509
|
"path",
|
|
4417
4510
|
{
|
|
@@ -4427,10 +4520,10 @@ const Icon$O = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4427
4520
|
}
|
|
4428
4521
|
)
|
|
4429
4522
|
] });
|
|
4430
|
-
const BaseSvgIcon$
|
|
4523
|
+
const BaseSvgIcon$P = createSvgIcon(Icon$P(), "SelectDestination");
|
|
4431
4524
|
function SelectDestination({ width, height, sx, ...props }, ref) {
|
|
4432
4525
|
return /* @__PURE__ */ jsx(
|
|
4433
|
-
BaseSvgIcon$
|
|
4526
|
+
BaseSvgIcon$P,
|
|
4434
4527
|
{
|
|
4435
4528
|
ref,
|
|
4436
4529
|
viewBox: "0 0 24 24",
|
|
@@ -4444,6 +4537,41 @@ function SelectDestination({ width, height, sx, ...props }, ref) {
|
|
|
4444
4537
|
);
|
|
4445
4538
|
}
|
|
4446
4539
|
const SelectDestination$1 = forwardRef(SelectDestination);
|
|
4540
|
+
const Icon$O = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4541
|
+
/* @__PURE__ */ jsx(
|
|
4542
|
+
"path",
|
|
4543
|
+
{
|
|
4544
|
+
fill: "currentColor",
|
|
4545
|
+
fillRule: "evenodd",
|
|
4546
|
+
d: "M11.293 11.293a1 1 0 0 1 1.1-.212l9 3.857a1.001 1.001 0 0 1 .122 1.777l-2.995 1.797-.006.004-1.798 2.999a1 1 0 0 1-1.778-.121l-3.857-9a1 1 0 0 1 .212-1.101m4.713 7.515.805-1.341a1.9 1.9 0 0 1 .511-.559l.092-.062.052-.034 1.343-.806-4.906-2.103z",
|
|
4547
|
+
clipRule: "evenodd"
|
|
4548
|
+
}
|
|
4549
|
+
),
|
|
4550
|
+
/* @__PURE__ */ jsx(
|
|
4551
|
+
"path",
|
|
4552
|
+
{
|
|
4553
|
+
fill: "currentColor",
|
|
4554
|
+
d: "m10.566 17.405-2.052 4.93-1.385-.576 2.05-4.928zM7.163 14.809l-4.941 2.037-.572-1.387 4.939-2.036zM22.361 8.545l-4.948 2.039-.574-1.386 4.951-2.04zM7.17 9.175l-.574 1.385-4.931-2.053.576-1.385zM16.193 1.942l.693.29-2.058 4.94-1.387-.575 2.06-4.943zM10.58 6.588l-1.387.574-2.039-4.947 1.387-.571z"
|
|
4555
|
+
}
|
|
4556
|
+
)
|
|
4557
|
+
] });
|
|
4558
|
+
const BaseSvgIcon$O = createSvgIcon(Icon$O(), "SelectFeature");
|
|
4559
|
+
function SelectFeature({ width, height, sx, ...props }, ref) {
|
|
4560
|
+
return /* @__PURE__ */ jsx(
|
|
4561
|
+
BaseSvgIcon$O,
|
|
4562
|
+
{
|
|
4563
|
+
ref,
|
|
4564
|
+
viewBox: "0 0 24 24",
|
|
4565
|
+
sx: {
|
|
4566
|
+
width,
|
|
4567
|
+
height: height || width,
|
|
4568
|
+
...sx
|
|
4569
|
+
},
|
|
4570
|
+
...props
|
|
4571
|
+
}
|
|
4572
|
+
);
|
|
4573
|
+
}
|
|
4574
|
+
const SelectFeature$1 = forwardRef(SelectFeature);
|
|
4447
4575
|
const Icon$N = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4448
4576
|
"path",
|
|
4449
4577
|
{
|
|
@@ -5892,6 +6020,7 @@ export {
|
|
|
5892
6020
|
AddSection$1 as AddSection,
|
|
5893
6021
|
AdvancedSettings$1 as AdvancedSettings,
|
|
5894
6022
|
AiAgent$1 as AiAgent,
|
|
6023
|
+
AiGeneratedObject$1 as AiGeneratedObject,
|
|
5895
6024
|
AiTool$1 as AiTool,
|
|
5896
6025
|
Annotation$1 as Annotation,
|
|
5897
6026
|
ApiCall$1 as ApiCall,
|
|
@@ -5990,6 +6119,7 @@ export {
|
|
|
5990
6119
|
MarkCommentRead$1 as MarkCommentRead,
|
|
5991
6120
|
MarketAnalysis$1 as MarketAnalysis,
|
|
5992
6121
|
Max$1 as Max,
|
|
6122
|
+
McpTool$1 as McpTool,
|
|
5993
6123
|
MeasureTool$1 as MeasureTool,
|
|
5994
6124
|
Min$1 as Min,
|
|
5995
6125
|
MobilityPlanning$1 as MobilityPlanning,
|
|
@@ -6037,6 +6167,7 @@ export {
|
|
|
6037
6167
|
ScheduleRun$1 as ScheduleRun,
|
|
6038
6168
|
S as Search,
|
|
6039
6169
|
SelectDestination$1 as SelectDestination,
|
|
6170
|
+
SelectFeature$1 as SelectFeature,
|
|
6040
6171
|
SelectTool$1 as SelectTool,
|
|
6041
6172
|
SelectVariable$1 as SelectVariable,
|
|
6042
6173
|
ShowRightsidebar$1 as ShowRightsidebar,
|