@carto/meridian-ds 2.6.0 → 2.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/dist/custom-icons/index.cjs +640 -556
- package/dist/custom-icons/index.js +640 -556
- package/dist/theme/index.cjs +2 -1
- package/dist/theme/index.js +2 -1
- package/dist/types/custom-icons/FoldersStackedOutlined.d.ts +4 -0
- package/dist/types/custom-icons/FoldersStackedOutlined.d.ts.map +1 -0
- package/dist/types/custom-icons/RedoAlt.d.ts +4 -0
- package/dist/types/custom-icons/RedoAlt.d.ts.map +1 -0
- package/dist/types/custom-icons/SelectFeature.d.ts.map +1 -1
- package/dist/types/custom-icons/UndoAlt.d.ts +4 -0
- package/dist/types/custom-icons/UndoAlt.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/types/theme/components/navigation.d.ts.map +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$3b = () => /* @__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$38 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
13
13
|
clipRule: "evenodd"
|
|
14
14
|
}
|
|
15
15
|
) });
|
|
16
|
-
const BaseSvgIcon$
|
|
16
|
+
const BaseSvgIcon$3b = createSvgIcon(Icon$3b(), "AccessIn");
|
|
17
17
|
function AccessIn({ width, height, sx, ...props }, ref) {
|
|
18
18
|
return /* @__PURE__ */ jsx(
|
|
19
|
-
BaseSvgIcon$
|
|
19
|
+
BaseSvgIcon$3b,
|
|
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$3a = () => /* @__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$3a = createSvgIcon(Icon$3a(), "AddApp");
|
|
41
41
|
function AddApp({ width, height, sx, ...props }, ref) {
|
|
42
42
|
return /* @__PURE__ */ jsx(
|
|
43
|
-
BaseSvgIcon$
|
|
43
|
+
BaseSvgIcon$3a,
|
|
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$39 = () => /* @__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$36 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
63
63
|
clipRule: "evenodd"
|
|
64
64
|
}
|
|
65
65
|
) });
|
|
66
|
-
const BaseSvgIcon$
|
|
66
|
+
const BaseSvgIcon$39 = createSvgIcon(Icon$39(), "AddSection");
|
|
67
67
|
function AddSection({ width, height, sx, ...props }, ref) {
|
|
68
68
|
return /* @__PURE__ */ jsx(
|
|
69
|
-
BaseSvgIcon$
|
|
69
|
+
BaseSvgIcon$39,
|
|
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$38 = () => /* @__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$38 = createSvgIcon(Icon$38(), "AdvancedSettings");
|
|
91
91
|
function AdvancedSettings({ width, height, sx, ...props }, ref) {
|
|
92
92
|
return /* @__PURE__ */ jsx(
|
|
93
|
-
BaseSvgIcon$
|
|
93
|
+
BaseSvgIcon$38,
|
|
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$37 = () => /* @__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$34 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
136
136
|
}
|
|
137
137
|
)
|
|
138
138
|
] });
|
|
139
|
-
const BaseSvgIcon$
|
|
139
|
+
const BaseSvgIcon$37 = createSvgIcon(Icon$37(), "AiAgent");
|
|
140
140
|
function AiAgent({ width, height, sx, ...props }, ref) {
|
|
141
141
|
return /* @__PURE__ */ jsx(
|
|
142
|
-
BaseSvgIcon$
|
|
142
|
+
BaseSvgIcon$37,
|
|
143
143
|
{
|
|
144
144
|
ref,
|
|
145
145
|
viewBox: "0 0 24 24",
|
|
@@ -153,7 +153,7 @@ function AiAgent({ width, height, sx, ...props }, ref) {
|
|
|
153
153
|
);
|
|
154
154
|
}
|
|
155
155
|
const AiAgent$1 = forwardRef(AiAgent);
|
|
156
|
-
const Icon$
|
|
156
|
+
const Icon$36 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
157
157
|
/* @__PURE__ */ jsx(
|
|
158
158
|
"path",
|
|
159
159
|
{
|
|
@@ -171,10 +171,10 @@ const Icon$33 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
171
171
|
}
|
|
172
172
|
)
|
|
173
173
|
] });
|
|
174
|
-
const BaseSvgIcon$
|
|
174
|
+
const BaseSvgIcon$36 = createSvgIcon(Icon$36(), "AiGeneratedObject");
|
|
175
175
|
function AiGeneratedObject({ width, height, sx, ...props }, ref) {
|
|
176
176
|
return /* @__PURE__ */ jsx(
|
|
177
|
-
BaseSvgIcon$
|
|
177
|
+
BaseSvgIcon$36,
|
|
178
178
|
{
|
|
179
179
|
ref,
|
|
180
180
|
viewBox: "0 0 24 24",
|
|
@@ -188,7 +188,7 @@ function AiGeneratedObject({ width, height, sx, ...props }, ref) {
|
|
|
188
188
|
);
|
|
189
189
|
}
|
|
190
190
|
const AiGeneratedObject$1 = forwardRef(AiGeneratedObject);
|
|
191
|
-
const Icon$
|
|
191
|
+
const Icon$35 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
192
192
|
/* @__PURE__ */ jsx(
|
|
193
193
|
"path",
|
|
194
194
|
{
|
|
@@ -229,10 +229,10 @@ const Icon$32 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
229
229
|
}
|
|
230
230
|
)
|
|
231
231
|
] });
|
|
232
|
-
const BaseSvgIcon$
|
|
232
|
+
const BaseSvgIcon$35 = createSvgIcon(Icon$35(), "AiTool");
|
|
233
233
|
function AiTool({ width, height, sx, ...props }, ref) {
|
|
234
234
|
return /* @__PURE__ */ jsx(
|
|
235
|
-
BaseSvgIcon$
|
|
235
|
+
BaseSvgIcon$35,
|
|
236
236
|
{
|
|
237
237
|
ref,
|
|
238
238
|
viewBox: "0 0 24 24",
|
|
@@ -246,7 +246,7 @@ function AiTool({ width, height, sx, ...props }, ref) {
|
|
|
246
246
|
);
|
|
247
247
|
}
|
|
248
248
|
const AiTool$1 = forwardRef(AiTool);
|
|
249
|
-
const Icon$
|
|
249
|
+
const Icon$34 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
250
250
|
/* @__PURE__ */ jsx(
|
|
251
251
|
"path",
|
|
252
252
|
{
|
|
@@ -266,10 +266,10 @@ const Icon$31 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
266
266
|
}
|
|
267
267
|
)
|
|
268
268
|
] });
|
|
269
|
-
const BaseSvgIcon$
|
|
269
|
+
const BaseSvgIcon$34 = createSvgIcon(Icon$34(), "Annotation");
|
|
270
270
|
function Annotation({ width, height, sx, ...props }, ref) {
|
|
271
271
|
return /* @__PURE__ */ jsx(
|
|
272
|
-
BaseSvgIcon$
|
|
272
|
+
BaseSvgIcon$34,
|
|
273
273
|
{
|
|
274
274
|
ref,
|
|
275
275
|
viewBox: "0 0 24 24",
|
|
@@ -283,7 +283,7 @@ function Annotation({ width, height, sx, ...props }, ref) {
|
|
|
283
283
|
);
|
|
284
284
|
}
|
|
285
285
|
const Annotation$1 = forwardRef(Annotation);
|
|
286
|
-
const Icon$
|
|
286
|
+
const Icon$33 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
287
287
|
/* @__PURE__ */ jsx(
|
|
288
288
|
"path",
|
|
289
289
|
{
|
|
@@ -308,10 +308,10 @@ const Icon$30 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
308
308
|
}
|
|
309
309
|
)
|
|
310
310
|
] });
|
|
311
|
-
const BaseSvgIcon$
|
|
311
|
+
const BaseSvgIcon$33 = createSvgIcon(Icon$33(), "ApiCall");
|
|
312
312
|
function ApiCall({ width, height, sx, ...props }, ref) {
|
|
313
313
|
return /* @__PURE__ */ jsx(
|
|
314
|
-
BaseSvgIcon$
|
|
314
|
+
BaseSvgIcon$33,
|
|
315
315
|
{
|
|
316
316
|
ref,
|
|
317
317
|
viewBox: "0 0 24 24",
|
|
@@ -325,7 +325,7 @@ function ApiCall({ width, height, sx, ...props }, ref) {
|
|
|
325
325
|
);
|
|
326
326
|
}
|
|
327
327
|
const ApiCall$1 = forwardRef(ApiCall);
|
|
328
|
-
const Icon$
|
|
328
|
+
const Icon$32 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
329
329
|
"path",
|
|
330
330
|
{
|
|
331
331
|
fill: "currentColor",
|
|
@@ -334,10 +334,10 @@ const Icon$2$ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
334
334
|
clipRule: "evenodd"
|
|
335
335
|
}
|
|
336
336
|
) });
|
|
337
|
-
const BaseSvgIcon$
|
|
337
|
+
const BaseSvgIcon$32 = createSvgIcon(Icon$32(), "ArrowLeft");
|
|
338
338
|
function ArrowLeft({ width, height, sx, ...props }, ref) {
|
|
339
339
|
return /* @__PURE__ */ jsx(
|
|
340
|
-
BaseSvgIcon$
|
|
340
|
+
BaseSvgIcon$32,
|
|
341
341
|
{
|
|
342
342
|
ref,
|
|
343
343
|
viewBox: "0 0 24 24",
|
|
@@ -351,7 +351,7 @@ function ArrowLeft({ width, height, sx, ...props }, ref) {
|
|
|
351
351
|
);
|
|
352
352
|
}
|
|
353
353
|
const ArrowLeft$1 = forwardRef(ArrowLeft);
|
|
354
|
-
const Icon$
|
|
354
|
+
const Icon$31 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
355
355
|
"path",
|
|
356
356
|
{
|
|
357
357
|
fill: "currentColor",
|
|
@@ -360,10 +360,10 @@ const Icon$2_ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
360
360
|
clipRule: "evenodd"
|
|
361
361
|
}
|
|
362
362
|
) });
|
|
363
|
-
const BaseSvgIcon$
|
|
363
|
+
const BaseSvgIcon$31 = createSvgIcon(Icon$31(), "ArrowRight");
|
|
364
364
|
function ArrowRight({ width, height, sx, ...props }, ref) {
|
|
365
365
|
return /* @__PURE__ */ jsx(
|
|
366
|
-
BaseSvgIcon$
|
|
366
|
+
BaseSvgIcon$31,
|
|
367
367
|
{
|
|
368
368
|
ref,
|
|
369
369
|
viewBox: "0 0 24 24",
|
|
@@ -377,7 +377,7 @@ function ArrowRight({ width, height, sx, ...props }, ref) {
|
|
|
377
377
|
);
|
|
378
378
|
}
|
|
379
379
|
const ArrowRight$1 = forwardRef(ArrowRight);
|
|
380
|
-
const Icon$
|
|
380
|
+
const Icon$30 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
381
381
|
/* @__PURE__ */ jsx(
|
|
382
382
|
"path",
|
|
383
383
|
{
|
|
@@ -402,10 +402,10 @@ const Icon$2Z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
402
402
|
}
|
|
403
403
|
)
|
|
404
404
|
] });
|
|
405
|
-
const BaseSvgIcon$
|
|
405
|
+
const BaseSvgIcon$30 = createSvgIcon(Icon$30(), "AsynchronousWait");
|
|
406
406
|
function AsynchronousWait({ width, height, sx, ...props }, ref) {
|
|
407
407
|
return /* @__PURE__ */ jsx(
|
|
408
|
-
BaseSvgIcon$
|
|
408
|
+
BaseSvgIcon$30,
|
|
409
409
|
{
|
|
410
410
|
ref,
|
|
411
411
|
viewBox: "0 0 24 24",
|
|
@@ -419,7 +419,7 @@ function AsynchronousWait({ width, height, sx, ...props }, ref) {
|
|
|
419
419
|
);
|
|
420
420
|
}
|
|
421
421
|
const AsynchronousWait$1 = forwardRef(AsynchronousWait);
|
|
422
|
-
const Icon$
|
|
422
|
+
const Icon$2$ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
423
423
|
/* @__PURE__ */ jsx(
|
|
424
424
|
"path",
|
|
425
425
|
{
|
|
@@ -439,10 +439,10 @@ const Icon$2Y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
439
439
|
}
|
|
440
440
|
)
|
|
441
441
|
] });
|
|
442
|
-
const BaseSvgIcon$
|
|
442
|
+
const BaseSvgIcon$2$ = createSvgIcon(Icon$2$(), "Autostyle");
|
|
443
443
|
function Autostyle({ width, height, sx, ...props }, ref) {
|
|
444
444
|
return /* @__PURE__ */ jsx(
|
|
445
|
-
BaseSvgIcon$
|
|
445
|
+
BaseSvgIcon$2$,
|
|
446
446
|
{
|
|
447
447
|
ref,
|
|
448
448
|
viewBox: "0 0 24 24",
|
|
@@ -456,7 +456,7 @@ function Autostyle({ width, height, sx, ...props }, ref) {
|
|
|
456
456
|
);
|
|
457
457
|
}
|
|
458
458
|
const Autostyle$1 = forwardRef(Autostyle);
|
|
459
|
-
const Icon$
|
|
459
|
+
const Icon$2_ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
460
460
|
/* @__PURE__ */ jsx(
|
|
461
461
|
"path",
|
|
462
462
|
{
|
|
@@ -474,10 +474,10 @@ const Icon$2X = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
474
474
|
}
|
|
475
475
|
)
|
|
476
476
|
] });
|
|
477
|
-
const BaseSvgIcon$
|
|
477
|
+
const BaseSvgIcon$2_ = createSvgIcon(Icon$2_(), "Avg");
|
|
478
478
|
function Avg({ width, height, sx, ...props }, ref) {
|
|
479
479
|
return /* @__PURE__ */ jsx(
|
|
480
|
-
BaseSvgIcon$
|
|
480
|
+
BaseSvgIcon$2_,
|
|
481
481
|
{
|
|
482
482
|
ref,
|
|
483
483
|
viewBox: "0 0 24 24",
|
|
@@ -491,7 +491,7 @@ function Avg({ width, height, sx, ...props }, ref) {
|
|
|
491
491
|
);
|
|
492
492
|
}
|
|
493
493
|
const Avg$1 = forwardRef(Avg);
|
|
494
|
-
const Icon$
|
|
494
|
+
const Icon$2Z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
495
495
|
"path",
|
|
496
496
|
{
|
|
497
497
|
fill: "currentColor",
|
|
@@ -500,10 +500,10 @@ const Icon$2W = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
500
500
|
clipRule: "evenodd"
|
|
501
501
|
}
|
|
502
502
|
) });
|
|
503
|
-
const BaseSvgIcon$
|
|
503
|
+
const BaseSvgIcon$2Z = createSvgIcon(Icon$2Z(), "Behavioral");
|
|
504
504
|
function Behavioral({ width, height, sx, ...props }, ref) {
|
|
505
505
|
return /* @__PURE__ */ jsx(
|
|
506
|
-
BaseSvgIcon$
|
|
506
|
+
BaseSvgIcon$2Z,
|
|
507
507
|
{
|
|
508
508
|
ref,
|
|
509
509
|
viewBox: "0 0 24 24",
|
|
@@ -517,7 +517,7 @@ function Behavioral({ width, height, sx, ...props }, ref) {
|
|
|
517
517
|
);
|
|
518
518
|
}
|
|
519
519
|
const Behavioral$1 = forwardRef(Behavioral);
|
|
520
|
-
const Icon$
|
|
520
|
+
const Icon$2Y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
521
521
|
/* @__PURE__ */ jsx(
|
|
522
522
|
"path",
|
|
523
523
|
{
|
|
@@ -535,10 +535,10 @@ const Icon$2V = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
535
535
|
}
|
|
536
536
|
)
|
|
537
537
|
] });
|
|
538
|
-
const BaseSvgIcon$
|
|
538
|
+
const BaseSvgIcon$2Y = createSvgIcon(Icon$2Y(), "Bigquery");
|
|
539
539
|
function Bigquery({ width, height, sx, ...props }, ref) {
|
|
540
540
|
return /* @__PURE__ */ jsx(
|
|
541
|
-
BaseSvgIcon$
|
|
541
|
+
BaseSvgIcon$2Y,
|
|
542
542
|
{
|
|
543
543
|
ref,
|
|
544
544
|
viewBox: "0 0 24 24",
|
|
@@ -552,7 +552,7 @@ function Bigquery({ width, height, sx, ...props }, ref) {
|
|
|
552
552
|
);
|
|
553
553
|
}
|
|
554
554
|
const Bigquery$1 = forwardRef(Bigquery);
|
|
555
|
-
const Icon$
|
|
555
|
+
const Icon$2X = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
556
556
|
"path",
|
|
557
557
|
{
|
|
558
558
|
fill: "currentColor",
|
|
@@ -561,10 +561,10 @@ const Icon$2U = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
561
561
|
clipRule: "evenodd"
|
|
562
562
|
}
|
|
563
563
|
) });
|
|
564
|
-
const BaseSvgIcon$
|
|
564
|
+
const BaseSvgIcon$2X = createSvgIcon(Icon$2X(), "Blending");
|
|
565
565
|
function Blending({ width, height, sx, ...props }, ref) {
|
|
566
566
|
return /* @__PURE__ */ jsx(
|
|
567
|
-
BaseSvgIcon$
|
|
567
|
+
BaseSvgIcon$2X,
|
|
568
568
|
{
|
|
569
569
|
ref,
|
|
570
570
|
viewBox: "0 0 24 24",
|
|
@@ -578,7 +578,7 @@ function Blending({ width, height, sx, ...props }, ref) {
|
|
|
578
578
|
);
|
|
579
579
|
}
|
|
580
580
|
const Blending$1 = forwardRef(Blending);
|
|
581
|
-
const Icon$
|
|
581
|
+
const Icon$2W = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
582
582
|
"path",
|
|
583
583
|
{
|
|
584
584
|
fill: "currentColor",
|
|
@@ -587,10 +587,10 @@ const Icon$2T = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
587
587
|
clipRule: "evenodd"
|
|
588
588
|
}
|
|
589
589
|
) });
|
|
590
|
-
const BaseSvgIcon$
|
|
590
|
+
const BaseSvgIcon$2W = createSvgIcon(Icon$2W(), "BlockLabel");
|
|
591
591
|
function BlockLabel({ width, height, sx, ...props }, ref) {
|
|
592
592
|
return /* @__PURE__ */ jsx(
|
|
593
|
-
BaseSvgIcon$
|
|
593
|
+
BaseSvgIcon$2W,
|
|
594
594
|
{
|
|
595
595
|
ref,
|
|
596
596
|
viewBox: "0 0 24 24",
|
|
@@ -604,7 +604,7 @@ function BlockLabel({ width, height, sx, ...props }, ref) {
|
|
|
604
604
|
);
|
|
605
605
|
}
|
|
606
606
|
const BlockLabel$1 = forwardRef(BlockLabel);
|
|
607
|
-
const Icon$
|
|
607
|
+
const Icon$2V = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
608
608
|
/* @__PURE__ */ jsx(
|
|
609
609
|
"path",
|
|
610
610
|
{
|
|
@@ -622,10 +622,10 @@ const Icon$2S = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
622
622
|
}
|
|
623
623
|
)
|
|
624
624
|
] });
|
|
625
|
-
const BaseSvgIcon$
|
|
625
|
+
const BaseSvgIcon$2V = createSvgIcon(Icon$2V(), "BlockLabelOff");
|
|
626
626
|
function BlockLabelOff({ width, height, sx, ...props }, ref) {
|
|
627
627
|
return /* @__PURE__ */ jsx(
|
|
628
|
-
BaseSvgIcon$
|
|
628
|
+
BaseSvgIcon$2V,
|
|
629
629
|
{
|
|
630
630
|
ref,
|
|
631
631
|
viewBox: "0 0 24 24",
|
|
@@ -639,17 +639,17 @@ function BlockLabelOff({ width, height, sx, ...props }, ref) {
|
|
|
639
639
|
);
|
|
640
640
|
}
|
|
641
641
|
const BlockLabelOff$1 = forwardRef(BlockLabelOff);
|
|
642
|
-
const Icon$
|
|
642
|
+
const Icon$2U = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
643
643
|
"path",
|
|
644
644
|
{
|
|
645
645
|
fill: "currentColor",
|
|
646
646
|
d: "M18 18v-2H6v2zM7.41 5.59 12 10.18l4.59-4.59L18 7l-6 6-6-6z"
|
|
647
647
|
}
|
|
648
648
|
) });
|
|
649
|
-
const BaseSvgIcon$
|
|
649
|
+
const BaseSvgIcon$2U = createSvgIcon(Icon$2U(), "BottomRow");
|
|
650
650
|
function BottomRow({ width, height, sx, ...props }, ref) {
|
|
651
651
|
return /* @__PURE__ */ jsx(
|
|
652
|
-
BaseSvgIcon$
|
|
652
|
+
BaseSvgIcon$2U,
|
|
653
653
|
{
|
|
654
654
|
ref,
|
|
655
655
|
viewBox: "0 0 24 24",
|
|
@@ -663,7 +663,7 @@ function BottomRow({ width, height, sx, ...props }, ref) {
|
|
|
663
663
|
);
|
|
664
664
|
}
|
|
665
665
|
const BottomRow$1 = forwardRef(BottomRow);
|
|
666
|
-
const Icon$
|
|
666
|
+
const Icon$2T = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
667
667
|
"path",
|
|
668
668
|
{
|
|
669
669
|
fill: "currentColor",
|
|
@@ -672,10 +672,10 @@ const Icon$2Q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
672
672
|
clipRule: "evenodd"
|
|
673
673
|
}
|
|
674
674
|
) });
|
|
675
|
-
const BaseSvgIcon$
|
|
675
|
+
const BaseSvgIcon$2T = createSvgIcon(Icon$2T(), "BulletPointAlt");
|
|
676
676
|
function BulletPointAlt({ width, height, sx, ...props }, ref) {
|
|
677
677
|
return /* @__PURE__ */ jsx(
|
|
678
|
-
BaseSvgIcon$
|
|
678
|
+
BaseSvgIcon$2T,
|
|
679
679
|
{
|
|
680
680
|
ref,
|
|
681
681
|
viewBox: "0 0 24 24",
|
|
@@ -689,7 +689,7 @@ function BulletPointAlt({ width, height, sx, ...props }, ref) {
|
|
|
689
689
|
);
|
|
690
690
|
}
|
|
691
691
|
const BulletPointAlt$1 = forwardRef(BulletPointAlt);
|
|
692
|
-
const Icon$
|
|
692
|
+
const Icon$2S = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
693
693
|
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M12 9a3 3 0 1 1 0 6 3 3 0 0 1 0-6" }),
|
|
694
694
|
/* @__PURE__ */ jsx(
|
|
695
695
|
"path",
|
|
@@ -701,10 +701,10 @@ const Icon$2P = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
701
701
|
}
|
|
702
702
|
)
|
|
703
703
|
] });
|
|
704
|
-
const BaseSvgIcon$
|
|
704
|
+
const BaseSvgIcon$2S = createSvgIcon(Icon$2S(), "BulletPointCheckedAlt");
|
|
705
705
|
function BulletPointCheckedAlt({ width, height, sx, ...props }, ref) {
|
|
706
706
|
return /* @__PURE__ */ jsx(
|
|
707
|
-
BaseSvgIcon$
|
|
707
|
+
BaseSvgIcon$2S,
|
|
708
708
|
{
|
|
709
709
|
ref,
|
|
710
710
|
viewBox: "0 0 24 24",
|
|
@@ -718,7 +718,7 @@ function BulletPointCheckedAlt({ width, height, sx, ...props }, ref) {
|
|
|
718
718
|
);
|
|
719
719
|
}
|
|
720
720
|
const BulletPointCheckedAlt$1 = forwardRef(BulletPointCheckedAlt);
|
|
721
|
-
const Icon$
|
|
721
|
+
const Icon$2R = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
722
722
|
/* @__PURE__ */ jsx(
|
|
723
723
|
"path",
|
|
724
724
|
{
|
|
@@ -736,10 +736,10 @@ const Icon$2O = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
736
736
|
}
|
|
737
737
|
)
|
|
738
738
|
] });
|
|
739
|
-
const BaseSvgIcon$
|
|
739
|
+
const BaseSvgIcon$2R = createSvgIcon(Icon$2R(), "Carto");
|
|
740
740
|
function Carto({ width, height, sx, ...props }, ref) {
|
|
741
741
|
return /* @__PURE__ */ jsx(
|
|
742
|
-
BaseSvgIcon$
|
|
742
|
+
BaseSvgIcon$2R,
|
|
743
743
|
{
|
|
744
744
|
ref,
|
|
745
745
|
viewBox: "0 0 24 24",
|
|
@@ -753,7 +753,7 @@ function Carto({ width, height, sx, ...props }, ref) {
|
|
|
753
753
|
);
|
|
754
754
|
}
|
|
755
755
|
const Carto$1 = forwardRef(Carto);
|
|
756
|
-
const Icon$
|
|
756
|
+
const Icon$2Q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
757
757
|
/* @__PURE__ */ jsx(
|
|
758
758
|
"path",
|
|
759
759
|
{
|
|
@@ -769,10 +769,10 @@ const Icon$2N = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
769
769
|
}
|
|
770
770
|
)
|
|
771
771
|
] });
|
|
772
|
-
const BaseSvgIcon$
|
|
772
|
+
const BaseSvgIcon$2Q = createSvgIcon(Icon$2Q(), "CartoAi");
|
|
773
773
|
function CartoAi({ width, height, sx, ...props }, ref) {
|
|
774
774
|
return /* @__PURE__ */ jsx(
|
|
775
|
-
BaseSvgIcon$
|
|
775
|
+
BaseSvgIcon$2Q,
|
|
776
776
|
{
|
|
777
777
|
ref,
|
|
778
778
|
viewBox: "0 0 24 24",
|
|
@@ -786,7 +786,7 @@ function CartoAi({ width, height, sx, ...props }, ref) {
|
|
|
786
786
|
);
|
|
787
787
|
}
|
|
788
788
|
const CartoAi$1 = forwardRef(CartoAi);
|
|
789
|
-
const Icon$
|
|
789
|
+
const Icon$2P = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
790
790
|
/* @__PURE__ */ jsx(
|
|
791
791
|
"path",
|
|
792
792
|
{
|
|
@@ -804,10 +804,10 @@ const Icon$2M = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
804
804
|
}
|
|
805
805
|
)
|
|
806
806
|
] });
|
|
807
|
-
const BaseSvgIcon$
|
|
807
|
+
const BaseSvgIcon$2P = createSvgIcon(Icon$2P(), "CartoSymbol");
|
|
808
808
|
function CartoSymbol({ width, height, sx, ...props }, ref) {
|
|
809
809
|
return /* @__PURE__ */ jsx(
|
|
810
|
-
BaseSvgIcon$
|
|
810
|
+
BaseSvgIcon$2P,
|
|
811
811
|
{
|
|
812
812
|
ref,
|
|
813
813
|
viewBox: "0 0 24 24",
|
|
@@ -821,7 +821,7 @@ function CartoSymbol({ width, height, sx, ...props }, ref) {
|
|
|
821
821
|
);
|
|
822
822
|
}
|
|
823
823
|
const CartoSymbol$1 = forwardRef(CartoSymbol);
|
|
824
|
-
const Icon$
|
|
824
|
+
const Icon$2O = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
825
825
|
/* @__PURE__ */ jsxs(
|
|
826
826
|
"g",
|
|
827
827
|
{
|
|
@@ -837,10 +837,10 @@ const Icon$2L = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
837
837
|
),
|
|
838
838
|
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
839
839
|
] });
|
|
840
|
-
const BaseSvgIcon$
|
|
840
|
+
const BaseSvgIcon$2O = createSvgIcon(Icon$2O(), "CatalogView");
|
|
841
841
|
function CatalogView({ width, height, sx, ...props }, ref) {
|
|
842
842
|
return /* @__PURE__ */ jsx(
|
|
843
|
-
BaseSvgIcon$
|
|
843
|
+
BaseSvgIcon$2O,
|
|
844
844
|
{
|
|
845
845
|
ref,
|
|
846
846
|
viewBox: "0 0 24 24",
|
|
@@ -854,7 +854,7 @@ function CatalogView({ width, height, sx, ...props }, ref) {
|
|
|
854
854
|
);
|
|
855
855
|
}
|
|
856
856
|
const CatalogView$1 = forwardRef(CatalogView);
|
|
857
|
-
const Icon$
|
|
857
|
+
const Icon$2N = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
858
858
|
/* @__PURE__ */ jsx(
|
|
859
859
|
"path",
|
|
860
860
|
{
|
|
@@ -874,10 +874,10 @@ const Icon$2K = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
874
874
|
}
|
|
875
875
|
)
|
|
876
876
|
] });
|
|
877
|
-
const BaseSvgIcon$
|
|
877
|
+
const BaseSvgIcon$2N = createSvgIcon(Icon$2N(), "CatastropheModeling");
|
|
878
878
|
function CatastropheModeling({ width, height, sx, ...props }, ref) {
|
|
879
879
|
return /* @__PURE__ */ jsx(
|
|
880
|
-
BaseSvgIcon$
|
|
880
|
+
BaseSvgIcon$2N,
|
|
881
881
|
{
|
|
882
882
|
ref,
|
|
883
883
|
viewBox: "0 0 24 24",
|
|
@@ -891,7 +891,7 @@ function CatastropheModeling({ width, height, sx, ...props }, ref) {
|
|
|
891
891
|
);
|
|
892
892
|
}
|
|
893
893
|
const CatastropheModeling$1 = forwardRef(CatastropheModeling);
|
|
894
|
-
const Icon$
|
|
894
|
+
const Icon$2M = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
895
895
|
"path",
|
|
896
896
|
{
|
|
897
897
|
fill: "currentColor",
|
|
@@ -900,10 +900,10 @@ const Icon$2J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
900
900
|
clipRule: "evenodd"
|
|
901
901
|
}
|
|
902
902
|
) });
|
|
903
|
-
const BaseSvgIcon$
|
|
903
|
+
const BaseSvgIcon$2M = createSvgIcon(Icon$2M(), "Center");
|
|
904
904
|
function Center({ width, height, sx, ...props }, ref) {
|
|
905
905
|
return /* @__PURE__ */ jsx(
|
|
906
|
-
BaseSvgIcon$
|
|
906
|
+
BaseSvgIcon$2M,
|
|
907
907
|
{
|
|
908
908
|
ref,
|
|
909
909
|
viewBox: "0 0 24 24",
|
|
@@ -917,7 +917,7 @@ function Center({ width, height, sx, ...props }, ref) {
|
|
|
917
917
|
);
|
|
918
918
|
}
|
|
919
919
|
const Center$1 = forwardRef(Center);
|
|
920
|
-
const Icon$
|
|
920
|
+
const Icon$2L = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
921
921
|
"path",
|
|
922
922
|
{
|
|
923
923
|
fill: "currentColor",
|
|
@@ -926,10 +926,10 @@ const Icon$2I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
926
926
|
clipRule: "evenodd"
|
|
927
927
|
}
|
|
928
928
|
) });
|
|
929
|
-
const BaseSvgIcon$
|
|
929
|
+
const BaseSvgIcon$2L = createSvgIcon(Icon$2L(), "CenterLayer");
|
|
930
930
|
function CenterLayer({ width, height, sx, ...props }, ref) {
|
|
931
931
|
return /* @__PURE__ */ jsx(
|
|
932
|
-
BaseSvgIcon$
|
|
932
|
+
BaseSvgIcon$2L,
|
|
933
933
|
{
|
|
934
934
|
ref,
|
|
935
935
|
viewBox: "0 0 24 24",
|
|
@@ -943,7 +943,7 @@ function CenterLayer({ width, height, sx, ...props }, ref) {
|
|
|
943
943
|
);
|
|
944
944
|
}
|
|
945
945
|
const CenterLayer$1 = forwardRef(CenterLayer);
|
|
946
|
-
const Icon$
|
|
946
|
+
const Icon$2K = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
947
947
|
"path",
|
|
948
948
|
{
|
|
949
949
|
fill: "currentColor",
|
|
@@ -952,10 +952,10 @@ const Icon$2H = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
952
952
|
clipRule: "evenodd"
|
|
953
953
|
}
|
|
954
954
|
) });
|
|
955
|
-
const BaseSvgIcon$
|
|
955
|
+
const BaseSvgIcon$2K = createSvgIcon(Icon$2K(), "CloseDiagonallyLeft");
|
|
956
956
|
function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
957
957
|
return /* @__PURE__ */ jsx(
|
|
958
|
-
BaseSvgIcon$
|
|
958
|
+
BaseSvgIcon$2K,
|
|
959
959
|
{
|
|
960
960
|
ref,
|
|
961
961
|
viewBox: "0 0 24 24",
|
|
@@ -969,7 +969,7 @@ function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
|
969
969
|
);
|
|
970
970
|
}
|
|
971
971
|
const CloseDiagonallyLeft$1 = forwardRef(CloseDiagonallyLeft);
|
|
972
|
-
const Icon$
|
|
972
|
+
const Icon$2J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
973
973
|
"path",
|
|
974
974
|
{
|
|
975
975
|
fill: "currentColor",
|
|
@@ -978,10 +978,10 @@ const Icon$2G = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
978
978
|
clipRule: "evenodd"
|
|
979
979
|
}
|
|
980
980
|
) });
|
|
981
|
-
const BaseSvgIcon$
|
|
981
|
+
const BaseSvgIcon$2J = createSvgIcon(Icon$2J(), "CloseVertically");
|
|
982
982
|
function CloseVertically({ width, height, sx, ...props }, ref) {
|
|
983
983
|
return /* @__PURE__ */ jsx(
|
|
984
|
-
BaseSvgIcon$
|
|
984
|
+
BaseSvgIcon$2J,
|
|
985
985
|
{
|
|
986
986
|
ref,
|
|
987
987
|
viewBox: "0 0 24 24",
|
|
@@ -995,7 +995,7 @@ function CloseVertically({ width, height, sx, ...props }, ref) {
|
|
|
995
995
|
);
|
|
996
996
|
}
|
|
997
997
|
const CloseVertically$1 = forwardRef(CloseVertically);
|
|
998
|
-
const Icon$
|
|
998
|
+
const Icon$2I = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
999
999
|
/* @__PURE__ */ jsx(
|
|
1000
1000
|
"path",
|
|
1001
1001
|
{
|
|
@@ -1011,10 +1011,10 @@ const Icon$2F = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1011
1011
|
}
|
|
1012
1012
|
)
|
|
1013
1013
|
] });
|
|
1014
|
-
const BaseSvgIcon$
|
|
1014
|
+
const BaseSvgIcon$2I = createSvgIcon(Icon$2I(), "CodeBlock");
|
|
1015
1015
|
function CodeBlock({ width, height, sx, ...props }, ref) {
|
|
1016
1016
|
return /* @__PURE__ */ jsx(
|
|
1017
|
-
BaseSvgIcon$
|
|
1017
|
+
BaseSvgIcon$2I,
|
|
1018
1018
|
{
|
|
1019
1019
|
ref,
|
|
1020
1020
|
viewBox: "0 0 24 24",
|
|
@@ -1028,17 +1028,17 @@ function CodeBlock({ width, height, sx, ...props }, ref) {
|
|
|
1028
1028
|
);
|
|
1029
1029
|
}
|
|
1030
1030
|
const CodeBlock$1 = forwardRef(CodeBlock);
|
|
1031
|
-
const Icon$
|
|
1031
|
+
const Icon$2H = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1032
1032
|
"path",
|
|
1033
1033
|
{
|
|
1034
1034
|
fill: "currentColor",
|
|
1035
1035
|
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"
|
|
1036
1036
|
}
|
|
1037
1037
|
) });
|
|
1038
|
-
const BaseSvgIcon$
|
|
1038
|
+
const BaseSvgIcon$2H = createSvgIcon(Icon$2H(), "Comments");
|
|
1039
1039
|
function Comments({ width, height, sx, ...props }, ref) {
|
|
1040
1040
|
return /* @__PURE__ */ jsx(
|
|
1041
|
-
BaseSvgIcon$
|
|
1041
|
+
BaseSvgIcon$2H,
|
|
1042
1042
|
{
|
|
1043
1043
|
ref,
|
|
1044
1044
|
viewBox: "0 0 24 24",
|
|
@@ -1052,7 +1052,7 @@ function Comments({ width, height, sx, ...props }, ref) {
|
|
|
1052
1052
|
);
|
|
1053
1053
|
}
|
|
1054
1054
|
const Comments$1 = forwardRef(Comments);
|
|
1055
|
-
const Icon$
|
|
1055
|
+
const Icon$2G = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1056
1056
|
"path",
|
|
1057
1057
|
{
|
|
1058
1058
|
fill: "currentColor",
|
|
@@ -1061,10 +1061,10 @@ const Icon$2D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1061
1061
|
clipRule: "evenodd"
|
|
1062
1062
|
}
|
|
1063
1063
|
) });
|
|
1064
|
-
const BaseSvgIcon$
|
|
1064
|
+
const BaseSvgIcon$2G = createSvgIcon(Icon$2G(), "Console");
|
|
1065
1065
|
function Console({ width, height, sx, ...props }, ref) {
|
|
1066
1066
|
return /* @__PURE__ */ jsx(
|
|
1067
|
-
BaseSvgIcon$
|
|
1067
|
+
BaseSvgIcon$2G,
|
|
1068
1068
|
{
|
|
1069
1069
|
ref,
|
|
1070
1070
|
viewBox: "0 0 24 24",
|
|
@@ -1078,7 +1078,7 @@ function Console({ width, height, sx, ...props }, ref) {
|
|
|
1078
1078
|
);
|
|
1079
1079
|
}
|
|
1080
1080
|
const Console$1 = forwardRef(Console);
|
|
1081
|
-
const Icon$
|
|
1081
|
+
const Icon$2F = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1082
1082
|
"path",
|
|
1083
1083
|
{
|
|
1084
1084
|
fill: "currentColor",
|
|
@@ -1087,10 +1087,10 @@ const Icon$2C = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1087
1087
|
clipRule: "evenodd"
|
|
1088
1088
|
}
|
|
1089
1089
|
) });
|
|
1090
|
-
const BaseSvgIcon$
|
|
1090
|
+
const BaseSvgIcon$2F = createSvgIcon(Icon$2F(), "Covid19");
|
|
1091
1091
|
function Covid19({ width, height, sx, ...props }, ref) {
|
|
1092
1092
|
return /* @__PURE__ */ jsx(
|
|
1093
|
-
BaseSvgIcon$
|
|
1093
|
+
BaseSvgIcon$2F,
|
|
1094
1094
|
{
|
|
1095
1095
|
ref,
|
|
1096
1096
|
viewBox: "0 0 24 24",
|
|
@@ -1104,7 +1104,7 @@ function Covid19({ width, height, sx, ...props }, ref) {
|
|
|
1104
1104
|
);
|
|
1105
1105
|
}
|
|
1106
1106
|
const Covid19$1 = forwardRef(Covid19);
|
|
1107
|
-
const Icon$
|
|
1107
|
+
const Icon$2E = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1108
1108
|
"path",
|
|
1109
1109
|
{
|
|
1110
1110
|
fill: "currentColor",
|
|
@@ -1113,10 +1113,10 @@ const Icon$2B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1113
1113
|
clipRule: "evenodd"
|
|
1114
1114
|
}
|
|
1115
1115
|
) });
|
|
1116
|
-
const BaseSvgIcon$
|
|
1116
|
+
const BaseSvgIcon$2E = createSvgIcon(Icon$2E(), "CreateMap");
|
|
1117
1117
|
function CreateMap({ width, height, sx, ...props }, ref) {
|
|
1118
1118
|
return /* @__PURE__ */ jsx(
|
|
1119
|
-
BaseSvgIcon$
|
|
1119
|
+
BaseSvgIcon$2E,
|
|
1120
1120
|
{
|
|
1121
1121
|
ref,
|
|
1122
1122
|
viewBox: "0 0 24 24",
|
|
@@ -1130,17 +1130,17 @@ function CreateMap({ width, height, sx, ...props }, ref) {
|
|
|
1130
1130
|
);
|
|
1131
1131
|
}
|
|
1132
1132
|
const CreateMap$1 = forwardRef(CreateMap);
|
|
1133
|
-
const Icon$
|
|
1133
|
+
const Icon$2D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1134
1134
|
"path",
|
|
1135
1135
|
{
|
|
1136
1136
|
fill: "currentColor",
|
|
1137
1137
|
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"
|
|
1138
1138
|
}
|
|
1139
1139
|
) });
|
|
1140
|
-
const BaseSvgIcon$
|
|
1140
|
+
const BaseSvgIcon$2D = createSvgIcon(Icon$2D(), "CreateSpatialAnalysis");
|
|
1141
1141
|
function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
1142
1142
|
return /* @__PURE__ */ jsx(
|
|
1143
|
-
BaseSvgIcon$
|
|
1143
|
+
BaseSvgIcon$2D,
|
|
1144
1144
|
{
|
|
1145
1145
|
ref,
|
|
1146
1146
|
viewBox: "0 0 24 24",
|
|
@@ -1154,7 +1154,7 @@ function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
1154
1154
|
);
|
|
1155
1155
|
}
|
|
1156
1156
|
const CreateSpatialAnalysis$1 = forwardRef(CreateSpatialAnalysis);
|
|
1157
|
-
const Icon$
|
|
1157
|
+
const Icon$2C = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1158
1158
|
/* @__PURE__ */ jsx(
|
|
1159
1159
|
"path",
|
|
1160
1160
|
{
|
|
@@ -1172,10 +1172,10 @@ const Icon$2z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1172
1172
|
}
|
|
1173
1173
|
)
|
|
1174
1174
|
] });
|
|
1175
|
-
const BaseSvgIcon$
|
|
1175
|
+
const BaseSvgIcon$2C = createSvgIcon(Icon$2C(), "CreateTileset");
|
|
1176
1176
|
function CreateTileset({ width, height, sx, ...props }, ref) {
|
|
1177
1177
|
return /* @__PURE__ */ jsx(
|
|
1178
|
-
BaseSvgIcon$
|
|
1178
|
+
BaseSvgIcon$2C,
|
|
1179
1179
|
{
|
|
1180
1180
|
ref,
|
|
1181
1181
|
viewBox: "0 0 24 24",
|
|
@@ -1189,7 +1189,7 @@ function CreateTileset({ width, height, sx, ...props }, ref) {
|
|
|
1189
1189
|
);
|
|
1190
1190
|
}
|
|
1191
1191
|
const CreateTileset$1 = forwardRef(CreateTileset);
|
|
1192
|
-
const Icon$
|
|
1192
|
+
const Icon$2B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1193
1193
|
"path",
|
|
1194
1194
|
{
|
|
1195
1195
|
fill: "currentColor",
|
|
@@ -1198,10 +1198,10 @@ const Icon$2y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1198
1198
|
clipRule: "evenodd"
|
|
1199
1199
|
}
|
|
1200
1200
|
) });
|
|
1201
|
-
const BaseSvgIcon$
|
|
1201
|
+
const BaseSvgIcon$2B = createSvgIcon(Icon$2B(), "CreateWorkflow");
|
|
1202
1202
|
function CreateWorkflow({ width, height, sx, ...props }, ref) {
|
|
1203
1203
|
return /* @__PURE__ */ jsx(
|
|
1204
|
-
BaseSvgIcon$
|
|
1204
|
+
BaseSvgIcon$2B,
|
|
1205
1205
|
{
|
|
1206
1206
|
ref,
|
|
1207
1207
|
viewBox: "0 0 24 24",
|
|
@@ -1215,7 +1215,7 @@ function CreateWorkflow({ width, height, sx, ...props }, ref) {
|
|
|
1215
1215
|
);
|
|
1216
1216
|
}
|
|
1217
1217
|
const CreateWorkflow$1 = forwardRef(CreateWorkflow);
|
|
1218
|
-
const Icon$
|
|
1218
|
+
const Icon$2A = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1219
1219
|
"path",
|
|
1220
1220
|
{
|
|
1221
1221
|
fill: "currentColor",
|
|
@@ -1224,10 +1224,10 @@ const Icon$2x = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1224
1224
|
clipRule: "evenodd"
|
|
1225
1225
|
}
|
|
1226
1226
|
) });
|
|
1227
|
-
const BaseSvgIcon$
|
|
1227
|
+
const BaseSvgIcon$2A = createSvgIcon(Icon$2A(), "Data");
|
|
1228
1228
|
function Data({ width, height, sx, ...props }, ref) {
|
|
1229
1229
|
return /* @__PURE__ */ jsx(
|
|
1230
|
-
BaseSvgIcon$
|
|
1230
|
+
BaseSvgIcon$2A,
|
|
1231
1231
|
{
|
|
1232
1232
|
ref,
|
|
1233
1233
|
viewBox: "0 0 24 24",
|
|
@@ -1241,7 +1241,7 @@ function Data({ width, height, sx, ...props }, ref) {
|
|
|
1241
1241
|
);
|
|
1242
1242
|
}
|
|
1243
1243
|
const Data$1 = forwardRef(Data);
|
|
1244
|
-
const Icon$
|
|
1244
|
+
const Icon$2z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1245
1245
|
/* @__PURE__ */ jsx(
|
|
1246
1246
|
"path",
|
|
1247
1247
|
{
|
|
@@ -1261,10 +1261,10 @@ const Icon$2w = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1261
1261
|
}
|
|
1262
1262
|
)
|
|
1263
1263
|
] });
|
|
1264
|
-
const BaseSvgIcon$
|
|
1264
|
+
const BaseSvgIcon$2z = createSvgIcon(Icon$2z(), "DataAccess");
|
|
1265
1265
|
function DataAccess({ width, height, sx, ...props }, ref) {
|
|
1266
1266
|
return /* @__PURE__ */ jsx(
|
|
1267
|
-
BaseSvgIcon$
|
|
1267
|
+
BaseSvgIcon$2z,
|
|
1268
1268
|
{
|
|
1269
1269
|
ref,
|
|
1270
1270
|
viewBox: "0 0 24 24",
|
|
@@ -1278,7 +1278,7 @@ function DataAccess({ width, height, sx, ...props }, ref) {
|
|
|
1278
1278
|
);
|
|
1279
1279
|
}
|
|
1280
1280
|
const DataAccess$1 = forwardRef(DataAccess);
|
|
1281
|
-
const Icon$
|
|
1281
|
+
const Icon$2y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1282
1282
|
/* @__PURE__ */ jsx(
|
|
1283
1283
|
"path",
|
|
1284
1284
|
{
|
|
@@ -1298,10 +1298,10 @@ const Icon$2v = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1298
1298
|
}
|
|
1299
1299
|
)
|
|
1300
1300
|
] });
|
|
1301
|
-
const BaseSvgIcon$
|
|
1301
|
+
const BaseSvgIcon$2y = createSvgIcon(Icon$2y(), "DataExplorer");
|
|
1302
1302
|
function DataExplorer({ width, height, sx, ...props }, ref) {
|
|
1303
1303
|
return /* @__PURE__ */ jsx(
|
|
1304
|
-
BaseSvgIcon$
|
|
1304
|
+
BaseSvgIcon$2y,
|
|
1305
1305
|
{
|
|
1306
1306
|
ref,
|
|
1307
1307
|
viewBox: "0 0 24 24",
|
|
@@ -1315,7 +1315,7 @@ function DataExplorer({ width, height, sx, ...props }, ref) {
|
|
|
1315
1315
|
);
|
|
1316
1316
|
}
|
|
1317
1317
|
const DataExplorer$1 = forwardRef(DataExplorer);
|
|
1318
|
-
const Icon$
|
|
1318
|
+
const Icon$2x = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1319
1319
|
/* @__PURE__ */ jsx(
|
|
1320
1320
|
"path",
|
|
1321
1321
|
{
|
|
@@ -1335,10 +1335,10 @@ const Icon$2u = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1335
1335
|
}
|
|
1336
1336
|
)
|
|
1337
1337
|
] });
|
|
1338
|
-
const BaseSvgIcon$
|
|
1338
|
+
const BaseSvgIcon$2x = createSvgIcon(Icon$2x(), "DataFilter");
|
|
1339
1339
|
function DataFilter({ width, height, sx, ...props }, ref) {
|
|
1340
1340
|
return /* @__PURE__ */ jsx(
|
|
1341
|
-
BaseSvgIcon$
|
|
1341
|
+
BaseSvgIcon$2x,
|
|
1342
1342
|
{
|
|
1343
1343
|
ref,
|
|
1344
1344
|
viewBox: "0 0 24 24",
|
|
@@ -1352,7 +1352,7 @@ function DataFilter({ width, height, sx, ...props }, ref) {
|
|
|
1352
1352
|
);
|
|
1353
1353
|
}
|
|
1354
1354
|
const DataFilter$1 = forwardRef(DataFilter);
|
|
1355
|
-
const Icon$
|
|
1355
|
+
const Icon$2w = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1356
1356
|
/* @__PURE__ */ jsx(
|
|
1357
1357
|
"path",
|
|
1358
1358
|
{
|
|
@@ -1370,10 +1370,10 @@ const Icon$2t = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1370
1370
|
}
|
|
1371
1371
|
)
|
|
1372
1372
|
] });
|
|
1373
|
-
const BaseSvgIcon$
|
|
1373
|
+
const BaseSvgIcon$2w = createSvgIcon(Icon$2w(), "DataMonetization");
|
|
1374
1374
|
function DataMonetization({ width, height, sx, ...props }, ref) {
|
|
1375
1375
|
return /* @__PURE__ */ jsx(
|
|
1376
|
-
BaseSvgIcon$
|
|
1376
|
+
BaseSvgIcon$2w,
|
|
1377
1377
|
{
|
|
1378
1378
|
ref,
|
|
1379
1379
|
viewBox: "0 0 24 24",
|
|
@@ -1387,7 +1387,7 @@ function DataMonetization({ width, height, sx, ...props }, ref) {
|
|
|
1387
1387
|
);
|
|
1388
1388
|
}
|
|
1389
1389
|
const DataMonetization$1 = forwardRef(DataMonetization);
|
|
1390
|
-
const Icon$
|
|
1390
|
+
const Icon$2v = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1391
1391
|
"path",
|
|
1392
1392
|
{
|
|
1393
1393
|
fill: "currentColor",
|
|
@@ -1396,10 +1396,10 @@ const Icon$2s = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1396
1396
|
clipRule: "evenodd"
|
|
1397
1397
|
}
|
|
1398
1398
|
) });
|
|
1399
|
-
const BaseSvgIcon$
|
|
1399
|
+
const BaseSvgIcon$2v = createSvgIcon(Icon$2v(), "DataObservatory");
|
|
1400
1400
|
function DataObservatory({ width, height, sx, ...props }, ref) {
|
|
1401
1401
|
return /* @__PURE__ */ jsx(
|
|
1402
|
-
BaseSvgIcon$
|
|
1402
|
+
BaseSvgIcon$2v,
|
|
1403
1403
|
{
|
|
1404
1404
|
ref,
|
|
1405
1405
|
viewBox: "0 0 24 24",
|
|
@@ -1413,7 +1413,7 @@ function DataObservatory({ width, height, sx, ...props }, ref) {
|
|
|
1413
1413
|
);
|
|
1414
1414
|
}
|
|
1415
1415
|
const DataObservatory$1 = forwardRef(DataObservatory);
|
|
1416
|
-
const Icon$
|
|
1416
|
+
const Icon$2u = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1417
1417
|
/* @__PURE__ */ jsx(
|
|
1418
1418
|
"path",
|
|
1419
1419
|
{
|
|
@@ -1431,10 +1431,10 @@ const Icon$2r = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1431
1431
|
}
|
|
1432
1432
|
)
|
|
1433
1433
|
] });
|
|
1434
|
-
const BaseSvgIcon$
|
|
1434
|
+
const BaseSvgIcon$2u = createSvgIcon(Icon$2u(), "DataOk");
|
|
1435
1435
|
function DataOk({ width, height, sx, ...props }, ref) {
|
|
1436
1436
|
return /* @__PURE__ */ jsx(
|
|
1437
|
-
BaseSvgIcon$
|
|
1437
|
+
BaseSvgIcon$2u,
|
|
1438
1438
|
{
|
|
1439
1439
|
ref,
|
|
1440
1440
|
viewBox: "0 0 24 24",
|
|
@@ -1448,7 +1448,7 @@ function DataOk({ width, height, sx, ...props }, ref) {
|
|
|
1448
1448
|
);
|
|
1449
1449
|
}
|
|
1450
1450
|
const DataOk$1 = forwardRef(DataOk);
|
|
1451
|
-
const Icon$
|
|
1451
|
+
const Icon$2t = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1452
1452
|
/* @__PURE__ */ jsx(
|
|
1453
1453
|
"path",
|
|
1454
1454
|
{
|
|
@@ -1468,10 +1468,10 @@ const Icon$2q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1468
1468
|
}
|
|
1469
1469
|
)
|
|
1470
1470
|
] });
|
|
1471
|
-
const BaseSvgIcon$
|
|
1471
|
+
const BaseSvgIcon$2t = createSvgIcon(Icon$2t(), "DataPending");
|
|
1472
1472
|
function DataPending({ width, height, sx, ...props }, ref) {
|
|
1473
1473
|
return /* @__PURE__ */ jsx(
|
|
1474
|
-
BaseSvgIcon$
|
|
1474
|
+
BaseSvgIcon$2t,
|
|
1475
1475
|
{
|
|
1476
1476
|
ref,
|
|
1477
1477
|
viewBox: "0 0 24 24",
|
|
@@ -1485,7 +1485,7 @@ function DataPending({ width, height, sx, ...props }, ref) {
|
|
|
1485
1485
|
);
|
|
1486
1486
|
}
|
|
1487
1487
|
const DataPending$1 = forwardRef(DataPending);
|
|
1488
|
-
const Icon$
|
|
1488
|
+
const Icon$2s = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1489
1489
|
/* @__PURE__ */ jsx(
|
|
1490
1490
|
"path",
|
|
1491
1491
|
{
|
|
@@ -1503,10 +1503,10 @@ const Icon$2p = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1503
1503
|
}
|
|
1504
1504
|
)
|
|
1505
1505
|
] });
|
|
1506
|
-
const BaseSvgIcon$
|
|
1506
|
+
const BaseSvgIcon$2s = createSvgIcon(Icon$2s(), "DataPremium");
|
|
1507
1507
|
function DataPremium({ width, height, sx, ...props }, ref) {
|
|
1508
1508
|
return /* @__PURE__ */ jsx(
|
|
1509
|
-
BaseSvgIcon$
|
|
1509
|
+
BaseSvgIcon$2s,
|
|
1510
1510
|
{
|
|
1511
1511
|
ref,
|
|
1512
1512
|
viewBox: "0 0 24 24",
|
|
@@ -1520,7 +1520,7 @@ function DataPremium({ width, height, sx, ...props }, ref) {
|
|
|
1520
1520
|
);
|
|
1521
1521
|
}
|
|
1522
1522
|
const DataPremium$1 = forwardRef(DataPremium);
|
|
1523
|
-
const Icon$
|
|
1523
|
+
const Icon$2r = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1524
1524
|
/* @__PURE__ */ jsx(
|
|
1525
1525
|
"path",
|
|
1526
1526
|
{
|
|
@@ -1540,10 +1540,10 @@ const Icon$2o = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1540
1540
|
}
|
|
1541
1541
|
)
|
|
1542
1542
|
] });
|
|
1543
|
-
const BaseSvgIcon$
|
|
1543
|
+
const BaseSvgIcon$2r = createSvgIcon(Icon$2r(), "DataPublic");
|
|
1544
1544
|
function DataPublic({ width, height, sx, ...props }, ref) {
|
|
1545
1545
|
return /* @__PURE__ */ jsx(
|
|
1546
|
-
BaseSvgIcon$
|
|
1546
|
+
BaseSvgIcon$2r,
|
|
1547
1547
|
{
|
|
1548
1548
|
ref,
|
|
1549
1549
|
viewBox: "0 0 24 24",
|
|
@@ -1557,7 +1557,7 @@ function DataPublic({ width, height, sx, ...props }, ref) {
|
|
|
1557
1557
|
);
|
|
1558
1558
|
}
|
|
1559
1559
|
const DataPublic$1 = forwardRef(DataPublic);
|
|
1560
|
-
const Icon$
|
|
1560
|
+
const Icon$2q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1561
1561
|
/* @__PURE__ */ jsx(
|
|
1562
1562
|
"path",
|
|
1563
1563
|
{
|
|
@@ -1577,10 +1577,10 @@ const Icon$2n = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1577
1577
|
}
|
|
1578
1578
|
)
|
|
1579
1579
|
] });
|
|
1580
|
-
const BaseSvgIcon$
|
|
1580
|
+
const BaseSvgIcon$2q = createSvgIcon(Icon$2q(), "DataSample");
|
|
1581
1581
|
function DataSample({ width, height, sx, ...props }, ref) {
|
|
1582
1582
|
return /* @__PURE__ */ jsx(
|
|
1583
|
-
BaseSvgIcon$
|
|
1583
|
+
BaseSvgIcon$2q,
|
|
1584
1584
|
{
|
|
1585
1585
|
ref,
|
|
1586
1586
|
viewBox: "0 0 24 24",
|
|
@@ -1594,7 +1594,7 @@ function DataSample({ width, height, sx, ...props }, ref) {
|
|
|
1594
1594
|
);
|
|
1595
1595
|
}
|
|
1596
1596
|
const DataSample$1 = forwardRef(DataSample);
|
|
1597
|
-
const Icon$
|
|
1597
|
+
const Icon$2p = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1598
1598
|
"path",
|
|
1599
1599
|
{
|
|
1600
1600
|
fill: "currentColor",
|
|
@@ -1603,10 +1603,10 @@ const Icon$2m = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1603
1603
|
clipRule: "evenodd"
|
|
1604
1604
|
}
|
|
1605
1605
|
) });
|
|
1606
|
-
const BaseSvgIcon$
|
|
1606
|
+
const BaseSvgIcon$2p = createSvgIcon(Icon$2p(), "DataUnavailable");
|
|
1607
1607
|
function DataUnavailable({ width, height, sx, ...props }, ref) {
|
|
1608
1608
|
return /* @__PURE__ */ jsx(
|
|
1609
|
-
BaseSvgIcon$
|
|
1609
|
+
BaseSvgIcon$2p,
|
|
1610
1610
|
{
|
|
1611
1611
|
ref,
|
|
1612
1612
|
viewBox: "0 0 24 24",
|
|
@@ -1620,7 +1620,7 @@ function DataUnavailable({ width, height, sx, ...props }, ref) {
|
|
|
1620
1620
|
);
|
|
1621
1621
|
}
|
|
1622
1622
|
const DataUnavailable$1 = forwardRef(DataUnavailable);
|
|
1623
|
-
const Icon$
|
|
1623
|
+
const Icon$2o = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1624
1624
|
"path",
|
|
1625
1625
|
{
|
|
1626
1626
|
fill: "currentColor",
|
|
@@ -1629,10 +1629,10 @@ const Icon$2l = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1629
1629
|
clipRule: "evenodd"
|
|
1630
1630
|
}
|
|
1631
1631
|
) });
|
|
1632
|
-
const BaseSvgIcon$
|
|
1632
|
+
const BaseSvgIcon$2o = createSvgIcon(Icon$2o(), "Databricks");
|
|
1633
1633
|
function Databricks({ width, height, sx, ...props }, ref) {
|
|
1634
1634
|
return /* @__PURE__ */ jsx(
|
|
1635
|
-
BaseSvgIcon$
|
|
1635
|
+
BaseSvgIcon$2o,
|
|
1636
1636
|
{
|
|
1637
1637
|
ref,
|
|
1638
1638
|
viewBox: "0 0 24 24",
|
|
@@ -1646,7 +1646,7 @@ function Databricks({ width, height, sx, ...props }, ref) {
|
|
|
1646
1646
|
);
|
|
1647
1647
|
}
|
|
1648
1648
|
const Databricks$1 = forwardRef(Databricks);
|
|
1649
|
-
const Icon$
|
|
1649
|
+
const Icon$2n = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1650
1650
|
"path",
|
|
1651
1651
|
{
|
|
1652
1652
|
fill: "currentColor",
|
|
@@ -1655,10 +1655,10 @@ const Icon$2k = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1655
1655
|
clipRule: "evenodd"
|
|
1656
1656
|
}
|
|
1657
1657
|
) });
|
|
1658
|
-
const BaseSvgIcon$
|
|
1658
|
+
const BaseSvgIcon$2n = createSvgIcon(Icon$2n(), "Demographics");
|
|
1659
1659
|
function Demographics({ width, height, sx, ...props }, ref) {
|
|
1660
1660
|
return /* @__PURE__ */ jsx(
|
|
1661
|
-
BaseSvgIcon$
|
|
1661
|
+
BaseSvgIcon$2n,
|
|
1662
1662
|
{
|
|
1663
1663
|
ref,
|
|
1664
1664
|
viewBox: "0 0 24 24",
|
|
@@ -1672,7 +1672,7 @@ function Demographics({ width, height, sx, ...props }, ref) {
|
|
|
1672
1672
|
);
|
|
1673
1673
|
}
|
|
1674
1674
|
const Demographics$1 = forwardRef(Demographics);
|
|
1675
|
-
const Icon$
|
|
1675
|
+
const Icon$2m = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1676
1676
|
"path",
|
|
1677
1677
|
{
|
|
1678
1678
|
fill: "currentColor",
|
|
@@ -1681,10 +1681,10 @@ const Icon$2j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1681
1681
|
clipRule: "evenodd"
|
|
1682
1682
|
}
|
|
1683
1683
|
) });
|
|
1684
|
-
const BaseSvgIcon$
|
|
1684
|
+
const BaseSvgIcon$2m = createSvgIcon(Icon$2m(), "Derived");
|
|
1685
1685
|
function Derived({ width, height, sx, ...props }, ref) {
|
|
1686
1686
|
return /* @__PURE__ */ jsx(
|
|
1687
|
-
BaseSvgIcon$
|
|
1687
|
+
BaseSvgIcon$2m,
|
|
1688
1688
|
{
|
|
1689
1689
|
ref,
|
|
1690
1690
|
viewBox: "0 0 24 24",
|
|
@@ -1698,7 +1698,7 @@ function Derived({ width, height, sx, ...props }, ref) {
|
|
|
1698
1698
|
);
|
|
1699
1699
|
}
|
|
1700
1700
|
const Derived$1 = forwardRef(Derived);
|
|
1701
|
-
const Icon$
|
|
1701
|
+
const Icon$2l = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1702
1702
|
"path",
|
|
1703
1703
|
{
|
|
1704
1704
|
fill: "currentColor",
|
|
@@ -1707,10 +1707,10 @@ const Icon$2i = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1707
1707
|
clipRule: "evenodd"
|
|
1708
1708
|
}
|
|
1709
1709
|
) });
|
|
1710
|
-
const BaseSvgIcon$
|
|
1710
|
+
const BaseSvgIcon$2l = createSvgIcon(Icon$2l(), "Distance");
|
|
1711
1711
|
function Distance({ width, height, sx, ...props }, ref) {
|
|
1712
1712
|
return /* @__PURE__ */ jsx(
|
|
1713
|
-
BaseSvgIcon$
|
|
1713
|
+
BaseSvgIcon$2l,
|
|
1714
1714
|
{
|
|
1715
1715
|
ref,
|
|
1716
1716
|
viewBox: "0 0 24 24",
|
|
@@ -1724,11 +1724,11 @@ function Distance({ width, height, sx, ...props }, ref) {
|
|
|
1724
1724
|
);
|
|
1725
1725
|
}
|
|
1726
1726
|
const Distance$1 = forwardRef(Distance);
|
|
1727
|
-
const Icon$
|
|
1728
|
-
const BaseSvgIcon$
|
|
1727
|
+
const Icon$2k = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("circle", { cx: 12, cy: 12, r: 5, fill: "currentColor" }) });
|
|
1728
|
+
const BaseSvgIcon$2k = createSvgIcon(Icon$2k(), "Dot");
|
|
1729
1729
|
function Dot({ width, height, sx, ...props }, ref) {
|
|
1730
1730
|
return /* @__PURE__ */ jsx(
|
|
1731
|
-
BaseSvgIcon$
|
|
1731
|
+
BaseSvgIcon$2k,
|
|
1732
1732
|
{
|
|
1733
1733
|
ref,
|
|
1734
1734
|
viewBox: "0 0 24 24",
|
|
@@ -1742,7 +1742,7 @@ function Dot({ width, height, sx, ...props }, ref) {
|
|
|
1742
1742
|
);
|
|
1743
1743
|
}
|
|
1744
1744
|
const Dot$1 = forwardRef(Dot);
|
|
1745
|
-
const Icon$
|
|
1745
|
+
const Icon$2j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1746
1746
|
"path",
|
|
1747
1747
|
{
|
|
1748
1748
|
fill: "currentColor",
|
|
@@ -1751,10 +1751,10 @@ const Icon$2g = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1751
1751
|
clipRule: "evenodd"
|
|
1752
1752
|
}
|
|
1753
1753
|
) });
|
|
1754
|
-
const BaseSvgIcon$
|
|
1754
|
+
const BaseSvgIcon$2j = createSvgIcon(Icon$2j(), "DrawCircle");
|
|
1755
1755
|
function DrawCircle({ width, height, sx, ...props }, ref) {
|
|
1756
1756
|
return /* @__PURE__ */ jsx(
|
|
1757
|
-
BaseSvgIcon$
|
|
1757
|
+
BaseSvgIcon$2j,
|
|
1758
1758
|
{
|
|
1759
1759
|
ref,
|
|
1760
1760
|
viewBox: "0 0 24 24",
|
|
@@ -1768,7 +1768,7 @@ function DrawCircle({ width, height, sx, ...props }, ref) {
|
|
|
1768
1768
|
);
|
|
1769
1769
|
}
|
|
1770
1770
|
const DrawCircle$1 = forwardRef(DrawCircle);
|
|
1771
|
-
const Icon$
|
|
1771
|
+
const Icon$2i = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1772
1772
|
"path",
|
|
1773
1773
|
{
|
|
1774
1774
|
fill: "currentColor",
|
|
@@ -1777,10 +1777,10 @@ const Icon$2f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1777
1777
|
clipRule: "evenodd"
|
|
1778
1778
|
}
|
|
1779
1779
|
) });
|
|
1780
|
-
const BaseSvgIcon$
|
|
1780
|
+
const BaseSvgIcon$2i = createSvgIcon(Icon$2i(), "DrawLasso");
|
|
1781
1781
|
function DrawLasso({ width, height, sx, ...props }, ref) {
|
|
1782
1782
|
return /* @__PURE__ */ jsx(
|
|
1783
|
-
BaseSvgIcon$
|
|
1783
|
+
BaseSvgIcon$2i,
|
|
1784
1784
|
{
|
|
1785
1785
|
ref,
|
|
1786
1786
|
viewBox: "0 0 24 24",
|
|
@@ -1794,17 +1794,17 @@ function DrawLasso({ width, height, sx, ...props }, ref) {
|
|
|
1794
1794
|
);
|
|
1795
1795
|
}
|
|
1796
1796
|
const DrawLasso$1 = forwardRef(DrawLasso);
|
|
1797
|
-
const Icon$
|
|
1797
|
+
const Icon$2h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1798
1798
|
"path",
|
|
1799
1799
|
{
|
|
1800
1800
|
fill: "currentColor",
|
|
1801
1801
|
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"
|
|
1802
1802
|
}
|
|
1803
1803
|
) });
|
|
1804
|
-
const BaseSvgIcon$
|
|
1804
|
+
const BaseSvgIcon$2h = createSvgIcon(Icon$2h(), "DrawLine");
|
|
1805
1805
|
function DrawLine({ width, height, sx, ...props }, ref) {
|
|
1806
1806
|
return /* @__PURE__ */ jsx(
|
|
1807
|
-
BaseSvgIcon$
|
|
1807
|
+
BaseSvgIcon$2h,
|
|
1808
1808
|
{
|
|
1809
1809
|
ref,
|
|
1810
1810
|
viewBox: "0 0 24 24",
|
|
@@ -1818,7 +1818,7 @@ function DrawLine({ width, height, sx, ...props }, ref) {
|
|
|
1818
1818
|
);
|
|
1819
1819
|
}
|
|
1820
1820
|
const DrawLine$1 = forwardRef(DrawLine);
|
|
1821
|
-
const Icon$
|
|
1821
|
+
const Icon$2g = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1822
1822
|
"path",
|
|
1823
1823
|
{
|
|
1824
1824
|
fill: "currentColor",
|
|
@@ -1827,10 +1827,10 @@ const Icon$2d = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1827
1827
|
clipRule: "evenodd"
|
|
1828
1828
|
}
|
|
1829
1829
|
) });
|
|
1830
|
-
const BaseSvgIcon$
|
|
1830
|
+
const BaseSvgIcon$2g = createSvgIcon(Icon$2g(), "DrawPolygon");
|
|
1831
1831
|
function DrawPolygon({ width, height, sx, ...props }, ref) {
|
|
1832
1832
|
return /* @__PURE__ */ jsx(
|
|
1833
|
-
BaseSvgIcon$
|
|
1833
|
+
BaseSvgIcon$2g,
|
|
1834
1834
|
{
|
|
1835
1835
|
ref,
|
|
1836
1836
|
viewBox: "0 0 24 24",
|
|
@@ -1844,7 +1844,7 @@ function DrawPolygon({ width, height, sx, ...props }, ref) {
|
|
|
1844
1844
|
);
|
|
1845
1845
|
}
|
|
1846
1846
|
const DrawPolygon$1 = forwardRef(DrawPolygon);
|
|
1847
|
-
const Icon$
|
|
1847
|
+
const Icon$2f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1848
1848
|
"path",
|
|
1849
1849
|
{
|
|
1850
1850
|
fill: "currentColor",
|
|
@@ -1853,10 +1853,10 @@ const Icon$2c = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1853
1853
|
clipRule: "evenodd"
|
|
1854
1854
|
}
|
|
1855
1855
|
) });
|
|
1856
|
-
const BaseSvgIcon$
|
|
1856
|
+
const BaseSvgIcon$2f = createSvgIcon(Icon$2f(), "DrawSquare");
|
|
1857
1857
|
function DrawSquare({ width, height, sx, ...props }, ref) {
|
|
1858
1858
|
return /* @__PURE__ */ jsx(
|
|
1859
|
-
BaseSvgIcon$
|
|
1859
|
+
BaseSvgIcon$2f,
|
|
1860
1860
|
{
|
|
1861
1861
|
ref,
|
|
1862
1862
|
viewBox: "0 0 24 24",
|
|
@@ -1870,7 +1870,7 @@ function DrawSquare({ width, height, sx, ...props }, ref) {
|
|
|
1870
1870
|
);
|
|
1871
1871
|
}
|
|
1872
1872
|
const DrawSquare$1 = forwardRef(DrawSquare);
|
|
1873
|
-
const Icon$
|
|
1873
|
+
const Icon$2e = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1874
1874
|
/* @__PURE__ */ jsx(
|
|
1875
1875
|
"path",
|
|
1876
1876
|
{
|
|
@@ -1888,10 +1888,10 @@ const Icon$2b = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
1888
1888
|
}
|
|
1889
1889
|
)
|
|
1890
1890
|
] });
|
|
1891
|
-
const BaseSvgIcon$
|
|
1891
|
+
const BaseSvgIcon$2e = createSvgIcon(Icon$2e(), "DropAPin");
|
|
1892
1892
|
function DropAPin({ width, height, sx, ...props }, ref) {
|
|
1893
1893
|
return /* @__PURE__ */ jsx(
|
|
1894
|
-
BaseSvgIcon$
|
|
1894
|
+
BaseSvgIcon$2e,
|
|
1895
1895
|
{
|
|
1896
1896
|
ref,
|
|
1897
1897
|
viewBox: "0 0 24 24",
|
|
@@ -1905,7 +1905,7 @@ function DropAPin({ width, height, sx, ...props }, ref) {
|
|
|
1905
1905
|
);
|
|
1906
1906
|
}
|
|
1907
1907
|
const DropAPin$1 = forwardRef(DropAPin);
|
|
1908
|
-
const Icon$
|
|
1908
|
+
const Icon$2d = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1909
1909
|
"path",
|
|
1910
1910
|
{
|
|
1911
1911
|
fill: "currentColor",
|
|
@@ -1914,10 +1914,10 @@ const Icon$2a = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1914
1914
|
clipRule: "evenodd"
|
|
1915
1915
|
}
|
|
1916
1916
|
) });
|
|
1917
|
-
const BaseSvgIcon$
|
|
1917
|
+
const BaseSvgIcon$2d = createSvgIcon(Icon$2d(), "DualMap");
|
|
1918
1918
|
function DualMap({ width, height, sx, ...props }, ref) {
|
|
1919
1919
|
return /* @__PURE__ */ jsx(
|
|
1920
|
-
BaseSvgIcon$
|
|
1920
|
+
BaseSvgIcon$2d,
|
|
1921
1921
|
{
|
|
1922
1922
|
ref,
|
|
1923
1923
|
viewBox: "0 0 24 24",
|
|
@@ -1931,7 +1931,7 @@ function DualMap({ width, height, sx, ...props }, ref) {
|
|
|
1931
1931
|
);
|
|
1932
1932
|
}
|
|
1933
1933
|
const DualMap$1 = forwardRef(DualMap);
|
|
1934
|
-
const Icon$
|
|
1934
|
+
const Icon$2c = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1935
1935
|
"path",
|
|
1936
1936
|
{
|
|
1937
1937
|
fill: "currentColor",
|
|
@@ -1940,10 +1940,10 @@ const Icon$29 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1940
1940
|
clipRule: "evenodd"
|
|
1941
1941
|
}
|
|
1942
1942
|
) });
|
|
1943
|
-
const BaseSvgIcon$
|
|
1943
|
+
const BaseSvgIcon$2c = createSvgIcon(Icon$2c(), "Environmental");
|
|
1944
1944
|
function Environmental({ width, height, sx, ...props }, ref) {
|
|
1945
1945
|
return /* @__PURE__ */ jsx(
|
|
1946
|
-
BaseSvgIcon$
|
|
1946
|
+
BaseSvgIcon$2c,
|
|
1947
1947
|
{
|
|
1948
1948
|
ref,
|
|
1949
1949
|
viewBox: "0 0 24 24",
|
|
@@ -1957,7 +1957,7 @@ function Environmental({ width, height, sx, ...props }, ref) {
|
|
|
1957
1957
|
);
|
|
1958
1958
|
}
|
|
1959
1959
|
const Environmental$1 = forwardRef(Environmental);
|
|
1960
|
-
const Icon$
|
|
1960
|
+
const Icon$2b = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
1961
1961
|
"path",
|
|
1962
1962
|
{
|
|
1963
1963
|
fill: "currentColor",
|
|
@@ -1966,10 +1966,10 @@ const Icon$28 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
1966
1966
|
clipRule: "evenodd"
|
|
1967
1967
|
}
|
|
1968
1968
|
) });
|
|
1969
|
-
const BaseSvgIcon$
|
|
1969
|
+
const BaseSvgIcon$2b = createSvgIcon(Icon$2b(), "EnvironmentalManagement");
|
|
1970
1970
|
function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
|
|
1971
1971
|
return /* @__PURE__ */ jsx(
|
|
1972
|
-
BaseSvgIcon$
|
|
1972
|
+
BaseSvgIcon$2b,
|
|
1973
1973
|
{
|
|
1974
1974
|
ref,
|
|
1975
1975
|
viewBox: "0 0 24 24",
|
|
@@ -1983,11 +1983,11 @@ function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
|
|
|
1983
1983
|
);
|
|
1984
1984
|
}
|
|
1985
1985
|
const EnvironmentalManagement$1 = forwardRef(EnvironmentalManagement);
|
|
1986
|
-
const Icon$
|
|
1987
|
-
const BaseSvgIcon$
|
|
1986
|
+
const Icon$2a = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M4 17v-3h16v3zm0-7V7h16v3z" }) });
|
|
1987
|
+
const BaseSvgIcon$2a = createSvgIcon(Icon$2a(), "Equal");
|
|
1988
1988
|
function Equal({ width, height, sx, ...props }, ref) {
|
|
1989
1989
|
return /* @__PURE__ */ jsx(
|
|
1990
|
-
BaseSvgIcon$
|
|
1990
|
+
BaseSvgIcon$2a,
|
|
1991
1991
|
{
|
|
1992
1992
|
ref,
|
|
1993
1993
|
viewBox: "0 0 24 24",
|
|
@@ -2001,7 +2001,7 @@ function Equal({ width, height, sx, ...props }, ref) {
|
|
|
2001
2001
|
);
|
|
2002
2002
|
}
|
|
2003
2003
|
const Equal$1 = forwardRef(Equal);
|
|
2004
|
-
const Icon$
|
|
2004
|
+
const Icon$29 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2005
2005
|
"path",
|
|
2006
2006
|
{
|
|
2007
2007
|
fill: "currentColor",
|
|
@@ -2010,10 +2010,10 @@ const Icon$26 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2010
2010
|
clipRule: "evenodd"
|
|
2011
2011
|
}
|
|
2012
2012
|
) });
|
|
2013
|
-
const BaseSvgIcon$
|
|
2013
|
+
const BaseSvgIcon$29 = createSvgIcon(Icon$29(), "ExitToAppLeft");
|
|
2014
2014
|
function ExitToAppLeft({ width, height, sx, ...props }, ref) {
|
|
2015
2015
|
return /* @__PURE__ */ jsx(
|
|
2016
|
-
BaseSvgIcon$
|
|
2016
|
+
BaseSvgIcon$29,
|
|
2017
2017
|
{
|
|
2018
2018
|
ref,
|
|
2019
2019
|
viewBox: "0 0 24 24",
|
|
@@ -2027,7 +2027,7 @@ function ExitToAppLeft({ width, height, sx, ...props }, ref) {
|
|
|
2027
2027
|
);
|
|
2028
2028
|
}
|
|
2029
2029
|
const ExitToAppLeft$1 = forwardRef(ExitToAppLeft);
|
|
2030
|
-
const Icon$
|
|
2030
|
+
const Icon$28 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2031
2031
|
"path",
|
|
2032
2032
|
{
|
|
2033
2033
|
fill: "currentColor",
|
|
@@ -2036,10 +2036,10 @@ const Icon$25 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2036
2036
|
clipRule: "evenodd"
|
|
2037
2037
|
}
|
|
2038
2038
|
) });
|
|
2039
|
-
const BaseSvgIcon$
|
|
2039
|
+
const BaseSvgIcon$28 = createSvgIcon(Icon$28(), "Fabric");
|
|
2040
2040
|
function Fabric({ width, height, sx, ...props }, ref) {
|
|
2041
2041
|
return /* @__PURE__ */ jsx(
|
|
2042
|
-
BaseSvgIcon$
|
|
2042
|
+
BaseSvgIcon$28,
|
|
2043
2043
|
{
|
|
2044
2044
|
ref,
|
|
2045
2045
|
viewBox: "0 0 24 24",
|
|
@@ -2053,7 +2053,7 @@ function Fabric({ width, height, sx, ...props }, ref) {
|
|
|
2053
2053
|
);
|
|
2054
2054
|
}
|
|
2055
2055
|
const Fabric$1 = forwardRef(Fabric);
|
|
2056
|
-
const Icon$
|
|
2056
|
+
const Icon$27 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2057
2057
|
"path",
|
|
2058
2058
|
{
|
|
2059
2059
|
fill: "currentColor",
|
|
@@ -2062,10 +2062,10 @@ const Icon$24 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2062
2062
|
clipRule: "evenodd"
|
|
2063
2063
|
}
|
|
2064
2064
|
) });
|
|
2065
|
-
const BaseSvgIcon$
|
|
2065
|
+
const BaseSvgIcon$27 = createSvgIcon(Icon$27(), "Facebook");
|
|
2066
2066
|
function Facebook({ width, height, sx, ...props }, ref) {
|
|
2067
2067
|
return /* @__PURE__ */ jsx(
|
|
2068
|
-
BaseSvgIcon$
|
|
2068
|
+
BaseSvgIcon$27,
|
|
2069
2069
|
{
|
|
2070
2070
|
ref,
|
|
2071
2071
|
viewBox: "0 0 24 24",
|
|
@@ -2079,7 +2079,7 @@ function Facebook({ width, height, sx, ...props }, ref) {
|
|
|
2079
2079
|
);
|
|
2080
2080
|
}
|
|
2081
2081
|
const Facebook$1 = forwardRef(Facebook);
|
|
2082
|
-
const Icon$
|
|
2082
|
+
const Icon$26 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2083
2083
|
"path",
|
|
2084
2084
|
{
|
|
2085
2085
|
fill: "currentColor",
|
|
@@ -2088,10 +2088,10 @@ const Icon$23 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2088
2088
|
clipRule: "evenodd"
|
|
2089
2089
|
}
|
|
2090
2090
|
) });
|
|
2091
|
-
const BaseSvgIcon$
|
|
2091
|
+
const BaseSvgIcon$26 = createSvgIcon(Icon$26(), "Financial");
|
|
2092
2092
|
function Financial({ width, height, sx, ...props }, ref) {
|
|
2093
2093
|
return /* @__PURE__ */ jsx(
|
|
2094
|
-
BaseSvgIcon$
|
|
2094
|
+
BaseSvgIcon$26,
|
|
2095
2095
|
{
|
|
2096
2096
|
ref,
|
|
2097
2097
|
viewBox: "0 0 24 24",
|
|
@@ -2105,17 +2105,17 @@ function Financial({ width, height, sx, ...props }, ref) {
|
|
|
2105
2105
|
);
|
|
2106
2106
|
}
|
|
2107
2107
|
const Financial$1 = forwardRef(Financial);
|
|
2108
|
-
const Icon$
|
|
2108
|
+
const Icon$25 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2109
2109
|
"path",
|
|
2110
2110
|
{
|
|
2111
2111
|
fill: "currentColor",
|
|
2112
2112
|
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"
|
|
2113
2113
|
}
|
|
2114
2114
|
) });
|
|
2115
|
-
const BaseSvgIcon$
|
|
2115
|
+
const BaseSvgIcon$25 = createSvgIcon(Icon$25(), "FlipInverse");
|
|
2116
2116
|
function FlipInverse({ width, height, sx, ...props }, ref) {
|
|
2117
2117
|
return /* @__PURE__ */ jsx(
|
|
2118
|
-
BaseSvgIcon$
|
|
2118
|
+
BaseSvgIcon$25,
|
|
2119
2119
|
{
|
|
2120
2120
|
ref,
|
|
2121
2121
|
viewBox: "0 0 24 24",
|
|
@@ -2129,7 +2129,42 @@ function FlipInverse({ width, height, sx, ...props }, ref) {
|
|
|
2129
2129
|
);
|
|
2130
2130
|
}
|
|
2131
2131
|
const FlipInverse$1 = forwardRef(FlipInverse);
|
|
2132
|
-
const Icon$
|
|
2132
|
+
const Icon$24 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2133
|
+
/* @__PURE__ */ jsx(
|
|
2134
|
+
"path",
|
|
2135
|
+
{
|
|
2136
|
+
fill: "currentColor",
|
|
2137
|
+
d: "M17.934 22.5A2.006 2.006 0 0 1 16 24H8c-.927 0-1.71-.64-1.934-1.5zM20.934 19.5A2.006 2.006 0 0 1 19 21H5c-.927 0-1.71-.64-1.934-1.5z"
|
|
2138
|
+
}
|
|
2139
|
+
),
|
|
2140
|
+
/* @__PURE__ */ jsx(
|
|
2141
|
+
"path",
|
|
2142
|
+
{
|
|
2143
|
+
fill: "currentColor",
|
|
2144
|
+
fillRule: "evenodd",
|
|
2145
|
+
d: "M12 4h8c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2l.01-12c0-1.1.89-2 1.99-2h6zM4 16h16V6H4z",
|
|
2146
|
+
clipRule: "evenodd"
|
|
2147
|
+
}
|
|
2148
|
+
)
|
|
2149
|
+
] });
|
|
2150
|
+
const BaseSvgIcon$24 = createSvgIcon(Icon$24(), "FoldersStackedOutlined");
|
|
2151
|
+
function FoldersStackedOutlined({ width, height, sx, ...props }, ref) {
|
|
2152
|
+
return /* @__PURE__ */ jsx(
|
|
2153
|
+
BaseSvgIcon$24,
|
|
2154
|
+
{
|
|
2155
|
+
ref,
|
|
2156
|
+
viewBox: "0 0 24 24",
|
|
2157
|
+
sx: {
|
|
2158
|
+
width,
|
|
2159
|
+
height: height || width,
|
|
2160
|
+
...sx
|
|
2161
|
+
},
|
|
2162
|
+
...props
|
|
2163
|
+
}
|
|
2164
|
+
);
|
|
2165
|
+
}
|
|
2166
|
+
const FoldersStackedOutlined$1 = forwardRef(FoldersStackedOutlined);
|
|
2167
|
+
const Icon$23 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2133
2168
|
/* @__PURE__ */ jsx(
|
|
2134
2169
|
"path",
|
|
2135
2170
|
{
|
|
@@ -2149,10 +2184,10 @@ const Icon$21 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2149
2184
|
}
|
|
2150
2185
|
)
|
|
2151
2186
|
] });
|
|
2152
|
-
const BaseSvgIcon$
|
|
2187
|
+
const BaseSvgIcon$23 = createSvgIcon(Icon$23(), "Framed");
|
|
2153
2188
|
function Framed({ width, height, sx, ...props }, ref) {
|
|
2154
2189
|
return /* @__PURE__ */ jsx(
|
|
2155
|
-
BaseSvgIcon$
|
|
2190
|
+
BaseSvgIcon$23,
|
|
2156
2191
|
{
|
|
2157
2192
|
ref,
|
|
2158
2193
|
viewBox: "0 0 24 24",
|
|
@@ -2166,7 +2201,7 @@ function Framed({ width, height, sx, ...props }, ref) {
|
|
|
2166
2201
|
);
|
|
2167
2202
|
}
|
|
2168
2203
|
const Framed$1 = forwardRef(Framed);
|
|
2169
|
-
const Icon$
|
|
2204
|
+
const Icon$22 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2170
2205
|
/* @__PURE__ */ jsx(
|
|
2171
2206
|
"path",
|
|
2172
2207
|
{
|
|
@@ -2193,10 +2228,10 @@ const Icon$20 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2193
2228
|
}
|
|
2194
2229
|
)
|
|
2195
2230
|
] });
|
|
2196
|
-
const BaseSvgIcon$
|
|
2231
|
+
const BaseSvgIcon$22 = createSvgIcon(Icon$22(), "FraudDetection");
|
|
2197
2232
|
function FraudDetection({ width, height, sx, ...props }, ref) {
|
|
2198
2233
|
return /* @__PURE__ */ jsx(
|
|
2199
|
-
BaseSvgIcon$
|
|
2234
|
+
BaseSvgIcon$22,
|
|
2200
2235
|
{
|
|
2201
2236
|
ref,
|
|
2202
2237
|
viewBox: "0 0 24 24",
|
|
@@ -2210,7 +2245,7 @@ function FraudDetection({ width, height, sx, ...props }, ref) {
|
|
|
2210
2245
|
);
|
|
2211
2246
|
}
|
|
2212
2247
|
const FraudDetection$1 = forwardRef(FraudDetection);
|
|
2213
|
-
const Icon$
|
|
2248
|
+
const Icon$21 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2214
2249
|
"path",
|
|
2215
2250
|
{
|
|
2216
2251
|
fill: "currentColor",
|
|
@@ -2219,10 +2254,10 @@ const Icon$1$ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2219
2254
|
clipRule: "evenodd"
|
|
2220
2255
|
}
|
|
2221
2256
|
) });
|
|
2222
|
-
const BaseSvgIcon$
|
|
2257
|
+
const BaseSvgIcon$21 = createSvgIcon(Icon$21(), "Functions");
|
|
2223
2258
|
function Functions({ width, height, sx, ...props }, ref) {
|
|
2224
2259
|
return /* @__PURE__ */ jsx(
|
|
2225
|
-
BaseSvgIcon$
|
|
2260
|
+
BaseSvgIcon$21,
|
|
2226
2261
|
{
|
|
2227
2262
|
ref,
|
|
2228
2263
|
viewBox: "0 0 24 24",
|
|
@@ -2236,7 +2271,7 @@ function Functions({ width, height, sx, ...props }, ref) {
|
|
|
2236
2271
|
);
|
|
2237
2272
|
}
|
|
2238
2273
|
const Functions$1 = forwardRef(Functions);
|
|
2239
|
-
const Icon$
|
|
2274
|
+
const Icon$20 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2240
2275
|
/* @__PURE__ */ jsx(
|
|
2241
2276
|
"path",
|
|
2242
2277
|
{
|
|
@@ -2259,10 +2294,10 @@ const Icon$1_ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2259
2294
|
}
|
|
2260
2295
|
)
|
|
2261
2296
|
] });
|
|
2262
|
-
const BaseSvgIcon$
|
|
2297
|
+
const BaseSvgIcon$20 = createSvgIcon(Icon$20(), "GeneratingDescription");
|
|
2263
2298
|
function GeneratingDescription({ width, height, sx, ...props }, ref) {
|
|
2264
2299
|
return /* @__PURE__ */ jsx(
|
|
2265
|
-
BaseSvgIcon$
|
|
2300
|
+
BaseSvgIcon$20,
|
|
2266
2301
|
{
|
|
2267
2302
|
ref,
|
|
2268
2303
|
viewBox: "0 0 24 24",
|
|
@@ -2276,7 +2311,7 @@ function GeneratingDescription({ width, height, sx, ...props }, ref) {
|
|
|
2276
2311
|
);
|
|
2277
2312
|
}
|
|
2278
2313
|
const GeneratingDescription$1 = forwardRef(GeneratingDescription);
|
|
2279
|
-
const Icon$
|
|
2314
|
+
const Icon$1$ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2280
2315
|
/* @__PURE__ */ jsx(
|
|
2281
2316
|
"path",
|
|
2282
2317
|
{
|
|
@@ -2296,10 +2331,10 @@ const Icon$1Z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2296
2331
|
}
|
|
2297
2332
|
)
|
|
2298
2333
|
] });
|
|
2299
|
-
const BaseSvgIcon$
|
|
2334
|
+
const BaseSvgIcon$1$ = createSvgIcon(Icon$1$(), "GeocodeTable");
|
|
2300
2335
|
function GeocodeTable({ width, height, sx, ...props }, ref) {
|
|
2301
2336
|
return /* @__PURE__ */ jsx(
|
|
2302
|
-
BaseSvgIcon$
|
|
2337
|
+
BaseSvgIcon$1$,
|
|
2303
2338
|
{
|
|
2304
2339
|
ref,
|
|
2305
2340
|
viewBox: "0 0 24 24",
|
|
@@ -2313,7 +2348,7 @@ function GeocodeTable({ width, height, sx, ...props }, ref) {
|
|
|
2313
2348
|
);
|
|
2314
2349
|
}
|
|
2315
2350
|
const GeocodeTable$1 = forwardRef(GeocodeTable);
|
|
2316
|
-
const Icon$
|
|
2351
|
+
const Icon$1_ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2317
2352
|
"path",
|
|
2318
2353
|
{
|
|
2319
2354
|
fill: "currentColor",
|
|
@@ -2322,10 +2357,10 @@ const Icon$1Y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2322
2357
|
clipRule: "evenodd"
|
|
2323
2358
|
}
|
|
2324
2359
|
) });
|
|
2325
|
-
const BaseSvgIcon$
|
|
2360
|
+
const BaseSvgIcon$1_ = createSvgIcon(Icon$1_(), "Geography");
|
|
2326
2361
|
function Geography({ width, height, sx, ...props }, ref) {
|
|
2327
2362
|
return /* @__PURE__ */ jsx(
|
|
2328
|
-
BaseSvgIcon$
|
|
2363
|
+
BaseSvgIcon$1_,
|
|
2329
2364
|
{
|
|
2330
2365
|
ref,
|
|
2331
2366
|
viewBox: "0 0 24 24",
|
|
@@ -2339,7 +2374,7 @@ function Geography({ width, height, sx, ...props }, ref) {
|
|
|
2339
2374
|
);
|
|
2340
2375
|
}
|
|
2341
2376
|
const Geography$1 = forwardRef(Geography);
|
|
2342
|
-
const Icon$
|
|
2377
|
+
const Icon$1Z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2343
2378
|
"path",
|
|
2344
2379
|
{
|
|
2345
2380
|
fill: "currentColor",
|
|
@@ -2348,10 +2383,10 @@ const Icon$1X = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2348
2383
|
clipRule: "evenodd"
|
|
2349
2384
|
}
|
|
2350
2385
|
) });
|
|
2351
|
-
const BaseSvgIcon$
|
|
2386
|
+
const BaseSvgIcon$1Z = createSvgIcon(Icon$1Z(), "Geomarketing");
|
|
2352
2387
|
function Geomarketing({ width, height, sx, ...props }, ref) {
|
|
2353
2388
|
return /* @__PURE__ */ jsx(
|
|
2354
|
-
BaseSvgIcon$
|
|
2389
|
+
BaseSvgIcon$1Z,
|
|
2355
2390
|
{
|
|
2356
2391
|
ref,
|
|
2357
2392
|
viewBox: "0 0 24 24",
|
|
@@ -2365,7 +2400,7 @@ function Geomarketing({ width, height, sx, ...props }, ref) {
|
|
|
2365
2400
|
);
|
|
2366
2401
|
}
|
|
2367
2402
|
const Geomarketing$1 = forwardRef(Geomarketing);
|
|
2368
|
-
const Icon$
|
|
2403
|
+
const Icon$1Y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2369
2404
|
"path",
|
|
2370
2405
|
{
|
|
2371
2406
|
fill: "currentColor",
|
|
@@ -2374,10 +2409,10 @@ const Icon$1W = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2374
2409
|
clipRule: "evenodd"
|
|
2375
2410
|
}
|
|
2376
2411
|
) });
|
|
2377
|
-
const BaseSvgIcon$
|
|
2412
|
+
const BaseSvgIcon$1Y = createSvgIcon(Icon$1Y(), "Geometry");
|
|
2378
2413
|
function Geometry({ width, height, sx, ...props }, ref) {
|
|
2379
2414
|
return /* @__PURE__ */ jsx(
|
|
2380
|
-
BaseSvgIcon$
|
|
2415
|
+
BaseSvgIcon$1Y,
|
|
2381
2416
|
{
|
|
2382
2417
|
ref,
|
|
2383
2418
|
viewBox: "0 0 24 24",
|
|
@@ -2391,7 +2426,7 @@ function Geometry({ width, height, sx, ...props }, ref) {
|
|
|
2391
2426
|
);
|
|
2392
2427
|
}
|
|
2393
2428
|
const Geometry$1 = forwardRef(Geometry);
|
|
2394
|
-
const Icon$
|
|
2429
|
+
const Icon$1X = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2395
2430
|
"path",
|
|
2396
2431
|
{
|
|
2397
2432
|
fill: "currentColor",
|
|
@@ -2400,10 +2435,10 @@ const Icon$1V = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2400
2435
|
clipRule: "evenodd"
|
|
2401
2436
|
}
|
|
2402
2437
|
) });
|
|
2403
|
-
const BaseSvgIcon$
|
|
2438
|
+
const BaseSvgIcon$1X = createSvgIcon(Icon$1X(), "Github");
|
|
2404
2439
|
function Github({ width, height, sx, ...props }, ref) {
|
|
2405
2440
|
return /* @__PURE__ */ jsx(
|
|
2406
|
-
BaseSvgIcon$
|
|
2441
|
+
BaseSvgIcon$1X,
|
|
2407
2442
|
{
|
|
2408
2443
|
ref,
|
|
2409
2444
|
viewBox: "0 0 24 24",
|
|
@@ -2417,7 +2452,7 @@ function Github({ width, height, sx, ...props }, ref) {
|
|
|
2417
2452
|
);
|
|
2418
2453
|
}
|
|
2419
2454
|
const Github$1 = forwardRef(Github);
|
|
2420
|
-
const Icon$
|
|
2455
|
+
const Icon$1W = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2421
2456
|
"path",
|
|
2422
2457
|
{
|
|
2423
2458
|
fill: "currentColor",
|
|
@@ -2426,10 +2461,10 @@ const Icon$1U = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2426
2461
|
clipRule: "evenodd"
|
|
2427
2462
|
}
|
|
2428
2463
|
) });
|
|
2429
|
-
const BaseSvgIcon$
|
|
2464
|
+
const BaseSvgIcon$1W = createSvgIcon(Icon$1W(), "Google");
|
|
2430
2465
|
function Google({ width, height, sx, ...props }, ref) {
|
|
2431
2466
|
return /* @__PURE__ */ jsx(
|
|
2432
|
-
BaseSvgIcon$
|
|
2467
|
+
BaseSvgIcon$1W,
|
|
2433
2468
|
{
|
|
2434
2469
|
ref,
|
|
2435
2470
|
viewBox: "0 0 24 24",
|
|
@@ -2443,7 +2478,7 @@ function Google({ width, height, sx, ...props }, ref) {
|
|
|
2443
2478
|
);
|
|
2444
2479
|
}
|
|
2445
2480
|
const Google$1 = forwardRef(Google);
|
|
2446
|
-
const Icon$
|
|
2481
|
+
const Icon$1V = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2447
2482
|
"path",
|
|
2448
2483
|
{
|
|
2449
2484
|
fill: "currentColor",
|
|
@@ -2452,10 +2487,10 @@ const Icon$1T = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2452
2487
|
clipRule: "evenodd"
|
|
2453
2488
|
}
|
|
2454
2489
|
) });
|
|
2455
|
-
const BaseSvgIcon$
|
|
2490
|
+
const BaseSvgIcon$1V = createSvgIcon(Icon$1V(), "H3");
|
|
2456
2491
|
function H3({ width, height, sx, ...props }, ref) {
|
|
2457
2492
|
return /* @__PURE__ */ jsx(
|
|
2458
|
-
BaseSvgIcon$
|
|
2493
|
+
BaseSvgIcon$1V,
|
|
2459
2494
|
{
|
|
2460
2495
|
ref,
|
|
2461
2496
|
viewBox: "0 0 24 24",
|
|
@@ -2469,7 +2504,7 @@ function H3({ width, height, sx, ...props }, ref) {
|
|
|
2469
2504
|
);
|
|
2470
2505
|
}
|
|
2471
2506
|
const H3$1 = forwardRef(H3);
|
|
2472
|
-
const Icon$
|
|
2507
|
+
const Icon$1U = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2473
2508
|
"path",
|
|
2474
2509
|
{
|
|
2475
2510
|
fill: "currentColor",
|
|
@@ -2478,10 +2513,10 @@ const Icon$1S = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2478
2513
|
clipRule: "evenodd"
|
|
2479
2514
|
}
|
|
2480
2515
|
) });
|
|
2481
|
-
const BaseSvgIcon$
|
|
2516
|
+
const BaseSvgIcon$1U = createSvgIcon(Icon$1U(), "HealthAnalytics");
|
|
2482
2517
|
function HealthAnalytics({ width, height, sx, ...props }, ref) {
|
|
2483
2518
|
return /* @__PURE__ */ jsx(
|
|
2484
|
-
BaseSvgIcon$
|
|
2519
|
+
BaseSvgIcon$1U,
|
|
2485
2520
|
{
|
|
2486
2521
|
ref,
|
|
2487
2522
|
viewBox: "0 0 24 24",
|
|
@@ -2495,7 +2530,7 @@ function HealthAnalytics({ width, height, sx, ...props }, ref) {
|
|
|
2495
2530
|
);
|
|
2496
2531
|
}
|
|
2497
2532
|
const HealthAnalytics$1 = forwardRef(HealthAnalytics);
|
|
2498
|
-
const Icon$
|
|
2533
|
+
const Icon$1T = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2499
2534
|
/* @__PURE__ */ jsx(
|
|
2500
2535
|
"path",
|
|
2501
2536
|
{
|
|
@@ -2513,10 +2548,10 @@ const Icon$1R = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2513
2548
|
}
|
|
2514
2549
|
)
|
|
2515
2550
|
] });
|
|
2516
|
-
const BaseSvgIcon$
|
|
2551
|
+
const BaseSvgIcon$1T = createSvgIcon(Icon$1T(), "HideComments");
|
|
2517
2552
|
function HideComments({ width, height, sx, ...props }, ref) {
|
|
2518
2553
|
return /* @__PURE__ */ jsx(
|
|
2519
|
-
BaseSvgIcon$
|
|
2554
|
+
BaseSvgIcon$1T,
|
|
2520
2555
|
{
|
|
2521
2556
|
ref,
|
|
2522
2557
|
viewBox: "0 0 24 24",
|
|
@@ -2530,7 +2565,7 @@ function HideComments({ width, height, sx, ...props }, ref) {
|
|
|
2530
2565
|
);
|
|
2531
2566
|
}
|
|
2532
2567
|
const HideComments$1 = forwardRef(HideComments);
|
|
2533
|
-
const Icon$
|
|
2568
|
+
const Icon$1S = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2534
2569
|
/* @__PURE__ */ jsx(
|
|
2535
2570
|
"path",
|
|
2536
2571
|
{
|
|
@@ -2548,10 +2583,10 @@ const Icon$1Q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2548
2583
|
}
|
|
2549
2584
|
)
|
|
2550
2585
|
] });
|
|
2551
|
-
const BaseSvgIcon$
|
|
2586
|
+
const BaseSvgIcon$1S = createSvgIcon(Icon$1S(), "HideLeftsidebar");
|
|
2552
2587
|
function HideLeftsidebar({ width, height, sx, ...props }, ref) {
|
|
2553
2588
|
return /* @__PURE__ */ jsx(
|
|
2554
|
-
BaseSvgIcon$
|
|
2589
|
+
BaseSvgIcon$1S,
|
|
2555
2590
|
{
|
|
2556
2591
|
ref,
|
|
2557
2592
|
viewBox: "0 0 24 24",
|
|
@@ -2565,7 +2600,7 @@ function HideLeftsidebar({ width, height, sx, ...props }, ref) {
|
|
|
2565
2600
|
);
|
|
2566
2601
|
}
|
|
2567
2602
|
const HideLeftsidebar$1 = forwardRef(HideLeftsidebar);
|
|
2568
|
-
const Icon$
|
|
2603
|
+
const Icon$1R = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2569
2604
|
/* @__PURE__ */ jsx(
|
|
2570
2605
|
"path",
|
|
2571
2606
|
{
|
|
@@ -2583,10 +2618,10 @@ const Icon$1P = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2583
2618
|
}
|
|
2584
2619
|
)
|
|
2585
2620
|
] });
|
|
2586
|
-
const BaseSvgIcon$
|
|
2621
|
+
const BaseSvgIcon$1R = createSvgIcon(Icon$1R(), "HideRightsidebar");
|
|
2587
2622
|
function HideRightsidebar({ width, height, sx, ...props }, ref) {
|
|
2588
2623
|
return /* @__PURE__ */ jsx(
|
|
2589
|
-
BaseSvgIcon$
|
|
2624
|
+
BaseSvgIcon$1R,
|
|
2590
2625
|
{
|
|
2591
2626
|
ref,
|
|
2592
2627
|
viewBox: "0 0 24 24",
|
|
@@ -2600,7 +2635,7 @@ function HideRightsidebar({ width, height, sx, ...props }, ref) {
|
|
|
2600
2635
|
);
|
|
2601
2636
|
}
|
|
2602
2637
|
const HideRightsidebar$1 = forwardRef(HideRightsidebar);
|
|
2603
|
-
const Icon$
|
|
2638
|
+
const Icon$1Q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2604
2639
|
"path",
|
|
2605
2640
|
{
|
|
2606
2641
|
fill: "currentColor",
|
|
@@ -2609,10 +2644,10 @@ const Icon$1O = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2609
2644
|
clipRule: "evenodd"
|
|
2610
2645
|
}
|
|
2611
2646
|
) });
|
|
2612
|
-
const BaseSvgIcon$
|
|
2647
|
+
const BaseSvgIcon$1Q = createSvgIcon(Icon$1Q(), "Home");
|
|
2613
2648
|
function Home({ width, height, sx, ...props }, ref) {
|
|
2614
2649
|
return /* @__PURE__ */ jsx(
|
|
2615
|
-
BaseSvgIcon$
|
|
2650
|
+
BaseSvgIcon$1Q,
|
|
2616
2651
|
{
|
|
2617
2652
|
ref,
|
|
2618
2653
|
viewBox: "0 0 24 24",
|
|
@@ -2626,7 +2661,7 @@ function Home({ width, height, sx, ...props }, ref) {
|
|
|
2626
2661
|
);
|
|
2627
2662
|
}
|
|
2628
2663
|
const Home$1 = forwardRef(Home);
|
|
2629
|
-
const Icon$
|
|
2664
|
+
const Icon$1P = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2630
2665
|
"path",
|
|
2631
2666
|
{
|
|
2632
2667
|
fill: "currentColor",
|
|
@@ -2635,10 +2670,10 @@ const Icon$1N = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2635
2670
|
clipRule: "evenodd"
|
|
2636
2671
|
}
|
|
2637
2672
|
) });
|
|
2638
|
-
const BaseSvgIcon$
|
|
2673
|
+
const BaseSvgIcon$1P = createSvgIcon(Icon$1P(), "Housing");
|
|
2639
2674
|
function Housing({ width, height, sx, ...props }, ref) {
|
|
2640
2675
|
return /* @__PURE__ */ jsx(
|
|
2641
|
-
BaseSvgIcon$
|
|
2676
|
+
BaseSvgIcon$1P,
|
|
2642
2677
|
{
|
|
2643
2678
|
ref,
|
|
2644
2679
|
viewBox: "0 0 24 24",
|
|
@@ -2652,7 +2687,7 @@ function Housing({ width, height, sx, ...props }, ref) {
|
|
|
2652
2687
|
);
|
|
2653
2688
|
}
|
|
2654
2689
|
const Housing$1 = forwardRef(Housing);
|
|
2655
|
-
const Icon$
|
|
2690
|
+
const Icon$1O = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2656
2691
|
"path",
|
|
2657
2692
|
{
|
|
2658
2693
|
fill: "currentColor",
|
|
@@ -2661,10 +2696,10 @@ const Icon$1M = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2661
2696
|
clipRule: "evenodd"
|
|
2662
2697
|
}
|
|
2663
2698
|
) });
|
|
2664
|
-
const BaseSvgIcon$
|
|
2699
|
+
const BaseSvgIcon$1O = createSvgIcon(Icon$1O(), "HumanMobility");
|
|
2665
2700
|
function HumanMobility({ width, height, sx, ...props }, ref) {
|
|
2666
2701
|
return /* @__PURE__ */ jsx(
|
|
2667
|
-
BaseSvgIcon$
|
|
2702
|
+
BaseSvgIcon$1O,
|
|
2668
2703
|
{
|
|
2669
2704
|
ref,
|
|
2670
2705
|
viewBox: "0 0 24 24",
|
|
@@ -2678,7 +2713,7 @@ function HumanMobility({ width, height, sx, ...props }, ref) {
|
|
|
2678
2713
|
);
|
|
2679
2714
|
}
|
|
2680
2715
|
const HumanMobility$1 = forwardRef(HumanMobility);
|
|
2681
|
-
const Icon$
|
|
2716
|
+
const Icon$1N = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2682
2717
|
"path",
|
|
2683
2718
|
{
|
|
2684
2719
|
fill: "currentColor",
|
|
@@ -2687,10 +2722,10 @@ const Icon$1L = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2687
2722
|
clipRule: "evenodd"
|
|
2688
2723
|
}
|
|
2689
2724
|
) });
|
|
2690
|
-
const BaseSvgIcon$
|
|
2725
|
+
const BaseSvgIcon$1N = createSvgIcon(Icon$1N(), "Id");
|
|
2691
2726
|
function Id({ width, height, sx, ...props }, ref) {
|
|
2692
2727
|
return /* @__PURE__ */ jsx(
|
|
2693
|
-
BaseSvgIcon$
|
|
2728
|
+
BaseSvgIcon$1N,
|
|
2694
2729
|
{
|
|
2695
2730
|
ref,
|
|
2696
2731
|
viewBox: "0 0 24 24",
|
|
@@ -2704,7 +2739,7 @@ function Id({ width, height, sx, ...props }, ref) {
|
|
|
2704
2739
|
);
|
|
2705
2740
|
}
|
|
2706
2741
|
const Id$1 = forwardRef(Id);
|
|
2707
|
-
const Icon$
|
|
2742
|
+
const Icon$1M = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2708
2743
|
/* @__PURE__ */ jsx(
|
|
2709
2744
|
"path",
|
|
2710
2745
|
{
|
|
@@ -2722,10 +2757,10 @@ const Icon$1K = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2722
2757
|
),
|
|
2723
2758
|
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "m14.14 11.86-3 3.87L9 13.14 6 17h12z" })
|
|
2724
2759
|
] });
|
|
2725
|
-
const BaseSvgIcon$
|
|
2760
|
+
const BaseSvgIcon$1M = createSvgIcon(Icon$1M(), "Image");
|
|
2726
2761
|
function Image({ width, height, sx, ...props }, ref) {
|
|
2727
2762
|
return /* @__PURE__ */ jsx(
|
|
2728
|
-
BaseSvgIcon$
|
|
2763
|
+
BaseSvgIcon$1M,
|
|
2729
2764
|
{
|
|
2730
2765
|
ref,
|
|
2731
2766
|
viewBox: "0 0 24 24",
|
|
@@ -2739,7 +2774,7 @@ function Image({ width, height, sx, ...props }, ref) {
|
|
|
2739
2774
|
);
|
|
2740
2775
|
}
|
|
2741
2776
|
const Image$1 = forwardRef(Image);
|
|
2742
|
-
const Icon$
|
|
2777
|
+
const Icon$1L = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2743
2778
|
/* @__PURE__ */ jsx(
|
|
2744
2779
|
"path",
|
|
2745
2780
|
{
|
|
@@ -2764,10 +2799,10 @@ const Icon$1J = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2764
2799
|
}
|
|
2765
2800
|
)
|
|
2766
2801
|
] });
|
|
2767
|
-
const BaseSvgIcon$
|
|
2802
|
+
const BaseSvgIcon$1L = createSvgIcon(Icon$1L(), "Infrastructure");
|
|
2768
2803
|
function Infrastructure({ width, height, sx, ...props }, ref) {
|
|
2769
2804
|
return /* @__PURE__ */ jsx(
|
|
2770
|
-
BaseSvgIcon$
|
|
2805
|
+
BaseSvgIcon$1L,
|
|
2771
2806
|
{
|
|
2772
2807
|
ref,
|
|
2773
2808
|
viewBox: "0 0 24 24",
|
|
@@ -2781,7 +2816,7 @@ function Infrastructure({ width, height, sx, ...props }, ref) {
|
|
|
2781
2816
|
);
|
|
2782
2817
|
}
|
|
2783
2818
|
const Infrastructure$1 = forwardRef(Infrastructure);
|
|
2784
|
-
const Icon$
|
|
2819
|
+
const Icon$1K = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2785
2820
|
"path",
|
|
2786
2821
|
{
|
|
2787
2822
|
fill: "currentColor",
|
|
@@ -2790,10 +2825,10 @@ const Icon$1I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2790
2825
|
clipRule: "evenodd"
|
|
2791
2826
|
}
|
|
2792
2827
|
) });
|
|
2793
|
-
const BaseSvgIcon$
|
|
2828
|
+
const BaseSvgIcon$1K = createSvgIcon(Icon$1K(), "IotAnalytics");
|
|
2794
2829
|
function IotAnalytics({ width, height, sx, ...props }, ref) {
|
|
2795
2830
|
return /* @__PURE__ */ jsx(
|
|
2796
|
-
BaseSvgIcon$
|
|
2831
|
+
BaseSvgIcon$1K,
|
|
2797
2832
|
{
|
|
2798
2833
|
ref,
|
|
2799
2834
|
viewBox: "0 0 24 24",
|
|
@@ -2807,7 +2842,7 @@ function IotAnalytics({ width, height, sx, ...props }, ref) {
|
|
|
2807
2842
|
);
|
|
2808
2843
|
}
|
|
2809
2844
|
const IotAnalytics$1 = forwardRef(IotAnalytics);
|
|
2810
|
-
const Icon$
|
|
2845
|
+
const Icon$1J = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2811
2846
|
/* @__PURE__ */ jsx(
|
|
2812
2847
|
"path",
|
|
2813
2848
|
{
|
|
@@ -2825,10 +2860,10 @@ const Icon$1H = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2825
2860
|
}
|
|
2826
2861
|
)
|
|
2827
2862
|
] });
|
|
2828
|
-
const BaseSvgIcon$
|
|
2863
|
+
const BaseSvgIcon$1J = createSvgIcon(Icon$1J(), "LabelDeprecated");
|
|
2829
2864
|
function LabelDeprecated({ width, height, sx, ...props }, ref) {
|
|
2830
2865
|
return /* @__PURE__ */ jsx(
|
|
2831
|
-
BaseSvgIcon$
|
|
2866
|
+
BaseSvgIcon$1J,
|
|
2832
2867
|
{
|
|
2833
2868
|
ref,
|
|
2834
2869
|
viewBox: "0 0 24 24",
|
|
@@ -2842,7 +2877,7 @@ function LabelDeprecated({ width, height, sx, ...props }, ref) {
|
|
|
2842
2877
|
);
|
|
2843
2878
|
}
|
|
2844
2879
|
const LabelDeprecated$1 = forwardRef(LabelDeprecated);
|
|
2845
|
-
const Icon$
|
|
2880
|
+
const Icon$1I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2846
2881
|
"path",
|
|
2847
2882
|
{
|
|
2848
2883
|
fill: "currentColor",
|
|
@@ -2851,10 +2886,10 @@ const Icon$1G = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2851
2886
|
clipRule: "evenodd"
|
|
2852
2887
|
}
|
|
2853
2888
|
) });
|
|
2854
|
-
const BaseSvgIcon$
|
|
2889
|
+
const BaseSvgIcon$1I = createSvgIcon(Icon$1I(), "Layers");
|
|
2855
2890
|
function Layers({ width, height, sx, ...props }, ref) {
|
|
2856
2891
|
return /* @__PURE__ */ jsx(
|
|
2857
|
-
BaseSvgIcon$
|
|
2892
|
+
BaseSvgIcon$1I,
|
|
2858
2893
|
{
|
|
2859
2894
|
ref,
|
|
2860
2895
|
viewBox: "0 0 24 24",
|
|
@@ -2868,7 +2903,7 @@ function Layers({ width, height, sx, ...props }, ref) {
|
|
|
2868
2903
|
);
|
|
2869
2904
|
}
|
|
2870
2905
|
const Layers$1 = forwardRef(Layers);
|
|
2871
|
-
const Icon$
|
|
2906
|
+
const Icon$1H = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2872
2907
|
"path",
|
|
2873
2908
|
{
|
|
2874
2909
|
fill: "currentColor",
|
|
@@ -2877,10 +2912,10 @@ const Icon$1F = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2877
2912
|
clipRule: "evenodd"
|
|
2878
2913
|
}
|
|
2879
2914
|
) });
|
|
2880
|
-
const BaseSvgIcon$
|
|
2915
|
+
const BaseSvgIcon$1H = createSvgIcon(Icon$1H(), "Linkedin");
|
|
2881
2916
|
function Linkedin({ width, height, sx, ...props }, ref) {
|
|
2882
2917
|
return /* @__PURE__ */ jsx(
|
|
2883
|
-
BaseSvgIcon$
|
|
2918
|
+
BaseSvgIcon$1H,
|
|
2884
2919
|
{
|
|
2885
2920
|
ref,
|
|
2886
2921
|
viewBox: "0 0 24 24",
|
|
@@ -2894,7 +2929,7 @@ function Linkedin({ width, height, sx, ...props }, ref) {
|
|
|
2894
2929
|
);
|
|
2895
2930
|
}
|
|
2896
2931
|
const Linkedin$1 = forwardRef(Linkedin);
|
|
2897
|
-
const Icon$
|
|
2932
|
+
const Icon$1G = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2898
2933
|
"path",
|
|
2899
2934
|
{
|
|
2900
2935
|
fill: "currentColor",
|
|
@@ -2903,10 +2938,10 @@ const Icon$1E = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2903
2938
|
clipRule: "evenodd"
|
|
2904
2939
|
}
|
|
2905
2940
|
) });
|
|
2906
|
-
const BaseSvgIcon$
|
|
2941
|
+
const BaseSvgIcon$1G = createSvgIcon(Icon$1G(), "MapCoordinates");
|
|
2907
2942
|
function MapCoordinates({ width, height, sx, ...props }, ref) {
|
|
2908
2943
|
return /* @__PURE__ */ jsx(
|
|
2909
|
-
BaseSvgIcon$
|
|
2944
|
+
BaseSvgIcon$1G,
|
|
2910
2945
|
{
|
|
2911
2946
|
ref,
|
|
2912
2947
|
viewBox: "0 0 24 24",
|
|
@@ -2920,7 +2955,7 @@ function MapCoordinates({ width, height, sx, ...props }, ref) {
|
|
|
2920
2955
|
);
|
|
2921
2956
|
}
|
|
2922
2957
|
const MapCoordinates$1 = forwardRef(MapCoordinates);
|
|
2923
|
-
const Icon$
|
|
2958
|
+
const Icon$1F = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2924
2959
|
/* @__PURE__ */ jsx(
|
|
2925
2960
|
"path",
|
|
2926
2961
|
{
|
|
@@ -2947,10 +2982,10 @@ const Icon$1D = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
2947
2982
|
}
|
|
2948
2983
|
)
|
|
2949
2984
|
] });
|
|
2950
|
-
const BaseSvgIcon$
|
|
2985
|
+
const BaseSvgIcon$1F = createSvgIcon(Icon$1F(), "MapCopy");
|
|
2951
2986
|
function MapCopy({ width, height, sx, ...props }, ref) {
|
|
2952
2987
|
return /* @__PURE__ */ jsx(
|
|
2953
|
-
BaseSvgIcon$
|
|
2988
|
+
BaseSvgIcon$1F,
|
|
2954
2989
|
{
|
|
2955
2990
|
ref,
|
|
2956
2991
|
viewBox: "0 0 24 24",
|
|
@@ -2964,7 +2999,7 @@ function MapCopy({ width, height, sx, ...props }, ref) {
|
|
|
2964
2999
|
);
|
|
2965
3000
|
}
|
|
2966
3001
|
const MapCopy$1 = forwardRef(MapCopy);
|
|
2967
|
-
const Icon$
|
|
3002
|
+
const Icon$1E = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2968
3003
|
"path",
|
|
2969
3004
|
{
|
|
2970
3005
|
fill: "currentColor",
|
|
@@ -2973,10 +3008,10 @@ const Icon$1C = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2973
3008
|
clipRule: "evenodd"
|
|
2974
3009
|
}
|
|
2975
3010
|
) });
|
|
2976
|
-
const BaseSvgIcon$
|
|
3011
|
+
const BaseSvgIcon$1E = createSvgIcon(Icon$1E(), "MapOthers");
|
|
2977
3012
|
function MapOthers({ width, height, sx, ...props }, ref) {
|
|
2978
3013
|
return /* @__PURE__ */ jsx(
|
|
2979
|
-
BaseSvgIcon$
|
|
3014
|
+
BaseSvgIcon$1E,
|
|
2980
3015
|
{
|
|
2981
3016
|
ref,
|
|
2982
3017
|
viewBox: "0 0 24 24",
|
|
@@ -2990,7 +3025,7 @@ function MapOthers({ width, height, sx, ...props }, ref) {
|
|
|
2990
3025
|
);
|
|
2991
3026
|
}
|
|
2992
3027
|
const MapOthers$1 = forwardRef(MapOthers);
|
|
2993
|
-
const Icon$
|
|
3028
|
+
const Icon$1D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
2994
3029
|
"path",
|
|
2995
3030
|
{
|
|
2996
3031
|
fill: "currentColor",
|
|
@@ -2999,10 +3034,10 @@ const Icon$1B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
2999
3034
|
clipRule: "evenodd"
|
|
3000
3035
|
}
|
|
3001
3036
|
) });
|
|
3002
|
-
const BaseSvgIcon$
|
|
3037
|
+
const BaseSvgIcon$1D = createSvgIcon(Icon$1D(), "MapPin");
|
|
3003
3038
|
function MapPin({ width, height, sx, ...props }, ref) {
|
|
3004
3039
|
return /* @__PURE__ */ jsx(
|
|
3005
|
-
BaseSvgIcon$
|
|
3040
|
+
BaseSvgIcon$1D,
|
|
3006
3041
|
{
|
|
3007
3042
|
ref,
|
|
3008
3043
|
viewBox: "0 0 24 24",
|
|
@@ -3016,7 +3051,7 @@ function MapPin({ width, height, sx, ...props }, ref) {
|
|
|
3016
3051
|
);
|
|
3017
3052
|
}
|
|
3018
3053
|
const MapPin$1 = forwardRef(MapPin);
|
|
3019
|
-
const Icon$
|
|
3054
|
+
const Icon$1C = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3020
3055
|
/* @__PURE__ */ jsx(
|
|
3021
3056
|
"path",
|
|
3022
3057
|
{
|
|
@@ -3039,10 +3074,10 @@ const Icon$1A = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3039
3074
|
}
|
|
3040
3075
|
)
|
|
3041
3076
|
] });
|
|
3042
|
-
const BaseSvgIcon$
|
|
3077
|
+
const BaseSvgIcon$1C = createSvgIcon(Icon$1C(), "MarkCommentRead");
|
|
3043
3078
|
function MarkCommentRead({ width, height, sx, ...props }, ref) {
|
|
3044
3079
|
return /* @__PURE__ */ jsx(
|
|
3045
|
-
BaseSvgIcon$
|
|
3080
|
+
BaseSvgIcon$1C,
|
|
3046
3081
|
{
|
|
3047
3082
|
ref,
|
|
3048
3083
|
viewBox: "0 0 24 24",
|
|
@@ -3056,7 +3091,7 @@ function MarkCommentRead({ width, height, sx, ...props }, ref) {
|
|
|
3056
3091
|
);
|
|
3057
3092
|
}
|
|
3058
3093
|
const MarkCommentRead$1 = forwardRef(MarkCommentRead);
|
|
3059
|
-
const Icon$
|
|
3094
|
+
const Icon$1B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3060
3095
|
"path",
|
|
3061
3096
|
{
|
|
3062
3097
|
fill: "currentColor",
|
|
@@ -3065,10 +3100,10 @@ const Icon$1z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3065
3100
|
clipRule: "evenodd"
|
|
3066
3101
|
}
|
|
3067
3102
|
) });
|
|
3068
|
-
const BaseSvgIcon$
|
|
3103
|
+
const BaseSvgIcon$1B = createSvgIcon(Icon$1B(), "MarketAnalysis");
|
|
3069
3104
|
function MarketAnalysis({ width, height, sx, ...props }, ref) {
|
|
3070
3105
|
return /* @__PURE__ */ jsx(
|
|
3071
|
-
BaseSvgIcon$
|
|
3106
|
+
BaseSvgIcon$1B,
|
|
3072
3107
|
{
|
|
3073
3108
|
ref,
|
|
3074
3109
|
viewBox: "0 0 24 24",
|
|
@@ -3082,7 +3117,7 @@ function MarketAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
3082
3117
|
);
|
|
3083
3118
|
}
|
|
3084
3119
|
const MarketAnalysis$1 = forwardRef(MarketAnalysis);
|
|
3085
|
-
const Icon$
|
|
3120
|
+
const Icon$1A = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3086
3121
|
/* @__PURE__ */ jsx(
|
|
3087
3122
|
"path",
|
|
3088
3123
|
{
|
|
@@ -3107,10 +3142,10 @@ const Icon$1y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3107
3142
|
}
|
|
3108
3143
|
)
|
|
3109
3144
|
] });
|
|
3110
|
-
const BaseSvgIcon$
|
|
3145
|
+
const BaseSvgIcon$1A = createSvgIcon(Icon$1A(), "Max");
|
|
3111
3146
|
function Max({ width, height, sx, ...props }, ref) {
|
|
3112
3147
|
return /* @__PURE__ */ jsx(
|
|
3113
|
-
BaseSvgIcon$
|
|
3148
|
+
BaseSvgIcon$1A,
|
|
3114
3149
|
{
|
|
3115
3150
|
ref,
|
|
3116
3151
|
viewBox: "0 0 24 24",
|
|
@@ -3124,7 +3159,7 @@ function Max({ width, height, sx, ...props }, ref) {
|
|
|
3124
3159
|
);
|
|
3125
3160
|
}
|
|
3126
3161
|
const Max$1 = forwardRef(Max);
|
|
3127
|
-
const Icon$
|
|
3162
|
+
const Icon$1z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3128
3163
|
/* @__PURE__ */ jsx(
|
|
3129
3164
|
"path",
|
|
3130
3165
|
{
|
|
@@ -3165,10 +3200,10 @@ const Icon$1x = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3165
3200
|
}
|
|
3166
3201
|
)
|
|
3167
3202
|
] });
|
|
3168
|
-
const BaseSvgIcon$
|
|
3203
|
+
const BaseSvgIcon$1z = createSvgIcon(Icon$1z(), "McpTool");
|
|
3169
3204
|
function McpTool({ width, height, sx, ...props }, ref) {
|
|
3170
3205
|
return /* @__PURE__ */ jsx(
|
|
3171
|
-
BaseSvgIcon$
|
|
3206
|
+
BaseSvgIcon$1z,
|
|
3172
3207
|
{
|
|
3173
3208
|
ref,
|
|
3174
3209
|
viewBox: "0 0 24 24",
|
|
@@ -3182,17 +3217,17 @@ function McpTool({ width, height, sx, ...props }, ref) {
|
|
|
3182
3217
|
);
|
|
3183
3218
|
}
|
|
3184
3219
|
const McpTool$1 = forwardRef(McpTool);
|
|
3185
|
-
const Icon$
|
|
3220
|
+
const Icon$1y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3186
3221
|
"path",
|
|
3187
3222
|
{
|
|
3188
3223
|
fill: "currentColor",
|
|
3189
3224
|
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"
|
|
3190
3225
|
}
|
|
3191
3226
|
) });
|
|
3192
|
-
const BaseSvgIcon$
|
|
3227
|
+
const BaseSvgIcon$1y = createSvgIcon(Icon$1y(), "MeasureTool");
|
|
3193
3228
|
function MeasureTool({ width, height, sx, ...props }, ref) {
|
|
3194
3229
|
return /* @__PURE__ */ jsx(
|
|
3195
|
-
BaseSvgIcon$
|
|
3230
|
+
BaseSvgIcon$1y,
|
|
3196
3231
|
{
|
|
3197
3232
|
ref,
|
|
3198
3233
|
viewBox: "0 0 24 24",
|
|
@@ -3206,17 +3241,17 @@ function MeasureTool({ width, height, sx, ...props }, ref) {
|
|
|
3206
3241
|
);
|
|
3207
3242
|
}
|
|
3208
3243
|
const MeasureTool$1 = forwardRef(MeasureTool);
|
|
3209
|
-
const Icon$
|
|
3244
|
+
const Icon$1x = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3210
3245
|
"path",
|
|
3211
3246
|
{
|
|
3212
3247
|
fill: "currentColor",
|
|
3213
3248
|
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"
|
|
3214
3249
|
}
|
|
3215
3250
|
) });
|
|
3216
|
-
const BaseSvgIcon$
|
|
3251
|
+
const BaseSvgIcon$1x = createSvgIcon(Icon$1x(), "Min");
|
|
3217
3252
|
function Min({ width, height, sx, ...props }, ref) {
|
|
3218
3253
|
return /* @__PURE__ */ jsx(
|
|
3219
|
-
BaseSvgIcon$
|
|
3254
|
+
BaseSvgIcon$1x,
|
|
3220
3255
|
{
|
|
3221
3256
|
ref,
|
|
3222
3257
|
viewBox: "0 0 24 24",
|
|
@@ -3230,7 +3265,7 @@ function Min({ width, height, sx, ...props }, ref) {
|
|
|
3230
3265
|
);
|
|
3231
3266
|
}
|
|
3232
3267
|
const Min$1 = forwardRef(Min);
|
|
3233
|
-
const Icon$
|
|
3268
|
+
const Icon$1w = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3234
3269
|
/* @__PURE__ */ jsx(
|
|
3235
3270
|
"path",
|
|
3236
3271
|
{
|
|
@@ -3249,10 +3284,10 @@ const Icon$1u = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3249
3284
|
}
|
|
3250
3285
|
)
|
|
3251
3286
|
] });
|
|
3252
|
-
const BaseSvgIcon$
|
|
3287
|
+
const BaseSvgIcon$1w = createSvgIcon(Icon$1w(), "MobilityPlanning");
|
|
3253
3288
|
function MobilityPlanning({ width, height, sx, ...props }, ref) {
|
|
3254
3289
|
return /* @__PURE__ */ jsx(
|
|
3255
|
-
BaseSvgIcon$
|
|
3290
|
+
BaseSvgIcon$1w,
|
|
3256
3291
|
{
|
|
3257
3292
|
ref,
|
|
3258
3293
|
viewBox: "0 0 24 24",
|
|
@@ -3266,7 +3301,7 @@ function MobilityPlanning({ width, height, sx, ...props }, ref) {
|
|
|
3266
3301
|
);
|
|
3267
3302
|
}
|
|
3268
3303
|
const MobilityPlanning$1 = forwardRef(MobilityPlanning);
|
|
3269
|
-
const Icon$
|
|
3304
|
+
const Icon$1v = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3270
3305
|
/* @__PURE__ */ jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsx(
|
|
3271
3306
|
"path",
|
|
3272
3307
|
{
|
|
@@ -3278,10 +3313,10 @@ const Icon$1t = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3278
3313
|
) }),
|
|
3279
3314
|
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
3280
3315
|
] });
|
|
3281
|
-
const BaseSvgIcon$
|
|
3316
|
+
const BaseSvgIcon$1v = createSvgIcon(Icon$1v(), "NetworkDeployment");
|
|
3282
3317
|
function NetworkDeployment({ width, height, sx, ...props }, ref) {
|
|
3283
3318
|
return /* @__PURE__ */ jsx(
|
|
3284
|
-
BaseSvgIcon$
|
|
3319
|
+
BaseSvgIcon$1v,
|
|
3285
3320
|
{
|
|
3286
3321
|
ref,
|
|
3287
3322
|
viewBox: "0 0 24 24",
|
|
@@ -3295,7 +3330,7 @@ function NetworkDeployment({ width, height, sx, ...props }, ref) {
|
|
|
3295
3330
|
);
|
|
3296
3331
|
}
|
|
3297
3332
|
const NetworkDeployment$1 = forwardRef(NetworkDeployment);
|
|
3298
|
-
const Icon$
|
|
3333
|
+
const Icon$1u = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3299
3334
|
/* @__PURE__ */ jsx(
|
|
3300
3335
|
"path",
|
|
3301
3336
|
{
|
|
@@ -3311,10 +3346,10 @@ const Icon$1s = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3311
3346
|
}
|
|
3312
3347
|
)
|
|
3313
3348
|
] });
|
|
3314
|
-
const BaseSvgIcon$
|
|
3349
|
+
const BaseSvgIcon$1u = createSvgIcon(Icon$1u(), "NightsThermostat");
|
|
3315
3350
|
function NightsThermostat({ width, height, sx, ...props }, ref) {
|
|
3316
3351
|
return /* @__PURE__ */ jsx(
|
|
3317
|
-
BaseSvgIcon$
|
|
3352
|
+
BaseSvgIcon$1u,
|
|
3318
3353
|
{
|
|
3319
3354
|
ref,
|
|
3320
3355
|
viewBox: "0 0 24 24",
|
|
@@ -3328,7 +3363,7 @@ function NightsThermostat({ width, height, sx, ...props }, ref) {
|
|
|
3328
3363
|
);
|
|
3329
3364
|
}
|
|
3330
3365
|
const NightsThermostat$1 = forwardRef(NightsThermostat);
|
|
3331
|
-
const Icon$
|
|
3366
|
+
const Icon$1t = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3332
3367
|
/* @__PURE__ */ jsx(
|
|
3333
3368
|
"path",
|
|
3334
3369
|
{
|
|
@@ -3338,10 +3373,10 @@ const Icon$1r = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3338
3373
|
),
|
|
3339
3374
|
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M8 20H4v-4h4zM16 4v4h4V4z" })
|
|
3340
3375
|
] });
|
|
3341
|
-
const BaseSvgIcon$
|
|
3376
|
+
const BaseSvgIcon$1t = createSvgIcon(Icon$1t(), "NoApp");
|
|
3342
3377
|
function NoApp({ width, height, sx, ...props }, ref) {
|
|
3343
3378
|
return /* @__PURE__ */ jsx(
|
|
3344
|
-
BaseSvgIcon$
|
|
3379
|
+
BaseSvgIcon$1t,
|
|
3345
3380
|
{
|
|
3346
3381
|
ref,
|
|
3347
3382
|
viewBox: "0 0 24 24",
|
|
@@ -3355,7 +3390,7 @@ function NoApp({ width, height, sx, ...props }, ref) {
|
|
|
3355
3390
|
);
|
|
3356
3391
|
}
|
|
3357
3392
|
const NoApp$1 = forwardRef(NoApp);
|
|
3358
|
-
const Icon$
|
|
3393
|
+
const Icon$1s = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3359
3394
|
/* @__PURE__ */ jsx(
|
|
3360
3395
|
"path",
|
|
3361
3396
|
{
|
|
@@ -3373,10 +3408,10 @@ const Icon$1q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3373
3408
|
}
|
|
3374
3409
|
)
|
|
3375
3410
|
] });
|
|
3376
|
-
const BaseSvgIcon$
|
|
3411
|
+
const BaseSvgIcon$1s = createSvgIcon(Icon$1s(), "NoLayer");
|
|
3377
3412
|
function NoLayer({ width, height, sx, ...props }, ref) {
|
|
3378
3413
|
return /* @__PURE__ */ jsx(
|
|
3379
|
-
BaseSvgIcon$
|
|
3414
|
+
BaseSvgIcon$1s,
|
|
3380
3415
|
{
|
|
3381
3416
|
ref,
|
|
3382
3417
|
viewBox: "0 0 24 24",
|
|
@@ -3390,7 +3425,7 @@ function NoLayer({ width, height, sx, ...props }, ref) {
|
|
|
3390
3425
|
);
|
|
3391
3426
|
}
|
|
3392
3427
|
const NoLayer$1 = forwardRef(NoLayer);
|
|
3393
|
-
const Icon$
|
|
3428
|
+
const Icon$1r = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3394
3429
|
/* @__PURE__ */ jsx(
|
|
3395
3430
|
"path",
|
|
3396
3431
|
{
|
|
@@ -3408,10 +3443,10 @@ const Icon$1p = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3408
3443
|
}
|
|
3409
3444
|
)
|
|
3410
3445
|
] });
|
|
3411
|
-
const BaseSvgIcon$
|
|
3446
|
+
const BaseSvgIcon$1r = createSvgIcon(Icon$1r(), "NoMap");
|
|
3412
3447
|
function NoMap({ width, height, sx, ...props }, ref) {
|
|
3413
3448
|
return /* @__PURE__ */ jsx(
|
|
3414
|
-
BaseSvgIcon$
|
|
3449
|
+
BaseSvgIcon$1r,
|
|
3415
3450
|
{
|
|
3416
3451
|
ref,
|
|
3417
3452
|
viewBox: "0 0 24 24",
|
|
@@ -3425,7 +3460,7 @@ function NoMap({ width, height, sx, ...props }, ref) {
|
|
|
3425
3460
|
);
|
|
3426
3461
|
}
|
|
3427
3462
|
const NoMap$1 = forwardRef(NoMap);
|
|
3428
|
-
const Icon$
|
|
3463
|
+
const Icon$1q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3429
3464
|
"path",
|
|
3430
3465
|
{
|
|
3431
3466
|
fill: "currentColor",
|
|
@@ -3434,10 +3469,10 @@ const Icon$1o = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3434
3469
|
clipRule: "evenodd"
|
|
3435
3470
|
}
|
|
3436
3471
|
) });
|
|
3437
|
-
const BaseSvgIcon$
|
|
3472
|
+
const BaseSvgIcon$1q = createSvgIcon(Icon$1q(), "NoSpatialExtension");
|
|
3438
3473
|
function NoSpatialExtension({ width, height, sx, ...props }, ref) {
|
|
3439
3474
|
return /* @__PURE__ */ jsx(
|
|
3440
|
-
BaseSvgIcon$
|
|
3475
|
+
BaseSvgIcon$1q,
|
|
3441
3476
|
{
|
|
3442
3477
|
ref,
|
|
3443
3478
|
viewBox: "0 0 24 24",
|
|
@@ -3451,7 +3486,7 @@ function NoSpatialExtension({ width, height, sx, ...props }, ref) {
|
|
|
3451
3486
|
);
|
|
3452
3487
|
}
|
|
3453
3488
|
const NoSpatialExtension$1 = forwardRef(NoSpatialExtension);
|
|
3454
|
-
const Icon$
|
|
3489
|
+
const Icon$1p = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3455
3490
|
/* @__PURE__ */ jsx(
|
|
3456
3491
|
"path",
|
|
3457
3492
|
{
|
|
@@ -3469,10 +3504,10 @@ const Icon$1n = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3469
3504
|
}
|
|
3470
3505
|
)
|
|
3471
3506
|
] });
|
|
3472
|
-
const BaseSvgIcon$
|
|
3507
|
+
const BaseSvgIcon$1p = createSvgIcon(Icon$1p(), "NoTileset");
|
|
3473
3508
|
function NoTileset({ width, height, sx, ...props }, ref) {
|
|
3474
3509
|
return /* @__PURE__ */ jsx(
|
|
3475
|
-
BaseSvgIcon$
|
|
3510
|
+
BaseSvgIcon$1p,
|
|
3476
3511
|
{
|
|
3477
3512
|
ref,
|
|
3478
3513
|
viewBox: "0 0 24 24",
|
|
@@ -3486,17 +3521,17 @@ function NoTileset({ width, height, sx, ...props }, ref) {
|
|
|
3486
3521
|
);
|
|
3487
3522
|
}
|
|
3488
3523
|
const NoTileset$1 = forwardRef(NoTileset);
|
|
3489
|
-
const Icon$
|
|
3524
|
+
const Icon$1o = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3490
3525
|
"path",
|
|
3491
3526
|
{
|
|
3492
3527
|
fill: "currentColor",
|
|
3493
3528
|
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"
|
|
3494
3529
|
}
|
|
3495
3530
|
) });
|
|
3496
|
-
const BaseSvgIcon$
|
|
3531
|
+
const BaseSvgIcon$1o = createSvgIcon(Icon$1o(), "NotEqual");
|
|
3497
3532
|
function NotEqual({ width, height, sx, ...props }, ref) {
|
|
3498
3533
|
return /* @__PURE__ */ jsx(
|
|
3499
|
-
BaseSvgIcon$
|
|
3534
|
+
BaseSvgIcon$1o,
|
|
3500
3535
|
{
|
|
3501
3536
|
ref,
|
|
3502
3537
|
viewBox: "0 0 24 24",
|
|
@@ -3510,7 +3545,7 @@ function NotEqual({ width, height, sx, ...props }, ref) {
|
|
|
3510
3545
|
);
|
|
3511
3546
|
}
|
|
3512
3547
|
const NotEqual$1 = forwardRef(NotEqual);
|
|
3513
|
-
const Icon$
|
|
3548
|
+
const Icon$1n = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3514
3549
|
/* @__PURE__ */ jsx(
|
|
3515
3550
|
"path",
|
|
3516
3551
|
{
|
|
@@ -3530,10 +3565,10 @@ const Icon$1l = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3530
3565
|
}
|
|
3531
3566
|
)
|
|
3532
3567
|
] });
|
|
3533
|
-
const BaseSvgIcon$
|
|
3568
|
+
const BaseSvgIcon$1n = createSvgIcon(Icon$1n(), "Number");
|
|
3534
3569
|
function Number({ width, height, sx, ...props }, ref) {
|
|
3535
3570
|
return /* @__PURE__ */ jsx(
|
|
3536
|
-
BaseSvgIcon$
|
|
3571
|
+
BaseSvgIcon$1n,
|
|
3537
3572
|
{
|
|
3538
3573
|
ref,
|
|
3539
3574
|
viewBox: "0 0 24 24",
|
|
@@ -3547,7 +3582,7 @@ function Number({ width, height, sx, ...props }, ref) {
|
|
|
3547
3582
|
);
|
|
3548
3583
|
}
|
|
3549
3584
|
const Number$1 = forwardRef(Number);
|
|
3550
|
-
const Icon$
|
|
3585
|
+
const Icon$1m = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3551
3586
|
"path",
|
|
3552
3587
|
{
|
|
3553
3588
|
fill: "currentColor",
|
|
@@ -3556,10 +3591,10 @@ const Icon$1k = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3556
3591
|
clipRule: "evenodd"
|
|
3557
3592
|
}
|
|
3558
3593
|
) });
|
|
3559
|
-
const BaseSvgIcon$
|
|
3594
|
+
const BaseSvgIcon$1m = createSvgIcon(Icon$1m(), "Onboarding");
|
|
3560
3595
|
function Onboarding({ width, height, sx, ...props }, ref) {
|
|
3561
3596
|
return /* @__PURE__ */ jsx(
|
|
3562
|
-
BaseSvgIcon$
|
|
3597
|
+
BaseSvgIcon$1m,
|
|
3563
3598
|
{
|
|
3564
3599
|
ref,
|
|
3565
3600
|
viewBox: "0 0 24 24",
|
|
@@ -3573,7 +3608,7 @@ function Onboarding({ width, height, sx, ...props }, ref) {
|
|
|
3573
3608
|
);
|
|
3574
3609
|
}
|
|
3575
3610
|
const Onboarding$1 = forwardRef(Onboarding);
|
|
3576
|
-
const Icon$
|
|
3611
|
+
const Icon$1l = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3577
3612
|
"path",
|
|
3578
3613
|
{
|
|
3579
3614
|
fill: "currentColor",
|
|
@@ -3582,10 +3617,10 @@ const Icon$1j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3582
3617
|
clipRule: "evenodd"
|
|
3583
3618
|
}
|
|
3584
3619
|
) });
|
|
3585
|
-
const BaseSvgIcon$
|
|
3620
|
+
const BaseSvgIcon$1l = createSvgIcon(Icon$1l(), "OohAnalytics");
|
|
3586
3621
|
function OohAnalytics({ width, height, sx, ...props }, ref) {
|
|
3587
3622
|
return /* @__PURE__ */ jsx(
|
|
3588
|
-
BaseSvgIcon$
|
|
3623
|
+
BaseSvgIcon$1l,
|
|
3589
3624
|
{
|
|
3590
3625
|
ref,
|
|
3591
3626
|
viewBox: "0 0 24 24",
|
|
@@ -3599,7 +3634,7 @@ function OohAnalytics({ width, height, sx, ...props }, ref) {
|
|
|
3599
3634
|
);
|
|
3600
3635
|
}
|
|
3601
3636
|
const OohAnalytics$1 = forwardRef(OohAnalytics);
|
|
3602
|
-
const Icon$
|
|
3637
|
+
const Icon$1k = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3603
3638
|
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M13.125 13.125h-2.25v-2.25h2.25z" }),
|
|
3604
3639
|
/* @__PURE__ */ jsx(
|
|
3605
3640
|
"path",
|
|
@@ -3620,10 +3655,10 @@ const Icon$1i = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3620
3655
|
}
|
|
3621
3656
|
)
|
|
3622
3657
|
] });
|
|
3623
|
-
const BaseSvgIcon$
|
|
3658
|
+
const BaseSvgIcon$1k = createSvgIcon(Icon$1k(), "Opacity");
|
|
3624
3659
|
function Opacity({ width, height, sx, ...props }, ref) {
|
|
3625
3660
|
return /* @__PURE__ */ jsx(
|
|
3626
|
-
BaseSvgIcon$
|
|
3661
|
+
BaseSvgIcon$1k,
|
|
3627
3662
|
{
|
|
3628
3663
|
ref,
|
|
3629
3664
|
viewBox: "0 0 24 24",
|
|
@@ -3637,7 +3672,7 @@ function Opacity({ width, height, sx, ...props }, ref) {
|
|
|
3637
3672
|
);
|
|
3638
3673
|
}
|
|
3639
3674
|
const Opacity$1 = forwardRef(Opacity);
|
|
3640
|
-
const Icon$
|
|
3675
|
+
const Icon$1j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3641
3676
|
"path",
|
|
3642
3677
|
{
|
|
3643
3678
|
fill: "currentColor",
|
|
@@ -3646,10 +3681,10 @@ const Icon$1h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3646
3681
|
clipRule: "evenodd"
|
|
3647
3682
|
}
|
|
3648
3683
|
) });
|
|
3649
|
-
const BaseSvgIcon$
|
|
3684
|
+
const BaseSvgIcon$1j = createSvgIcon(Icon$1j(), "OpenDiagonallyLeft");
|
|
3650
3685
|
function OpenDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
3651
3686
|
return /* @__PURE__ */ jsx(
|
|
3652
|
-
BaseSvgIcon$
|
|
3687
|
+
BaseSvgIcon$1j,
|
|
3653
3688
|
{
|
|
3654
3689
|
ref,
|
|
3655
3690
|
viewBox: "0 0 24 24",
|
|
@@ -3663,17 +3698,17 @@ function OpenDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
|
3663
3698
|
);
|
|
3664
3699
|
}
|
|
3665
3700
|
const OpenDiagonallyLeft$1 = forwardRef(OpenDiagonallyLeft);
|
|
3666
|
-
const Icon$
|
|
3701
|
+
const Icon$1i = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3667
3702
|
"path",
|
|
3668
3703
|
{
|
|
3669
3704
|
fill: "currentColor",
|
|
3670
3705
|
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"
|
|
3671
3706
|
}
|
|
3672
3707
|
) });
|
|
3673
|
-
const BaseSvgIcon$
|
|
3708
|
+
const BaseSvgIcon$1i = createSvgIcon(Icon$1i(), "OpenNewWindow");
|
|
3674
3709
|
function OpenNewWindow({ width, height, sx, ...props }, ref) {
|
|
3675
3710
|
return /* @__PURE__ */ jsx(
|
|
3676
|
-
BaseSvgIcon$
|
|
3711
|
+
BaseSvgIcon$1i,
|
|
3677
3712
|
{
|
|
3678
3713
|
ref,
|
|
3679
3714
|
viewBox: "0 0 24 24",
|
|
@@ -3687,7 +3722,7 @@ function OpenNewWindow({ width, height, sx, ...props }, ref) {
|
|
|
3687
3722
|
);
|
|
3688
3723
|
}
|
|
3689
3724
|
const OpenNewWindow$1 = forwardRef(OpenNewWindow);
|
|
3690
|
-
const Icon$
|
|
3725
|
+
const Icon$1h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3691
3726
|
"path",
|
|
3692
3727
|
{
|
|
3693
3728
|
fill: "currentColor",
|
|
@@ -3696,10 +3731,10 @@ const Icon$1f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3696
3731
|
clipRule: "evenodd"
|
|
3697
3732
|
}
|
|
3698
3733
|
) });
|
|
3699
|
-
const BaseSvgIcon$
|
|
3734
|
+
const BaseSvgIcon$1h = createSvgIcon(Icon$1h(), "OpenVertically");
|
|
3700
3735
|
function OpenVertically({ width, height, sx, ...props }, ref) {
|
|
3701
3736
|
return /* @__PURE__ */ jsx(
|
|
3702
|
-
BaseSvgIcon$
|
|
3737
|
+
BaseSvgIcon$1h,
|
|
3703
3738
|
{
|
|
3704
3739
|
ref,
|
|
3705
3740
|
viewBox: "0 0 24 24",
|
|
@@ -3713,7 +3748,7 @@ function OpenVertically({ width, height, sx, ...props }, ref) {
|
|
|
3713
3748
|
);
|
|
3714
3749
|
}
|
|
3715
3750
|
const OpenVertically$1 = forwardRef(OpenVertically);
|
|
3716
|
-
const Icon$
|
|
3751
|
+
const Icon$1g = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3717
3752
|
/* @__PURE__ */ jsx(
|
|
3718
3753
|
"path",
|
|
3719
3754
|
{
|
|
@@ -3738,10 +3773,10 @@ const Icon$1e = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3738
3773
|
}
|
|
3739
3774
|
)
|
|
3740
3775
|
] });
|
|
3741
|
-
const BaseSvgIcon$
|
|
3776
|
+
const BaseSvgIcon$1g = createSvgIcon(Icon$1g(), "ParameterSettings");
|
|
3742
3777
|
function ParameterSettings({ width, height, sx, ...props }, ref) {
|
|
3743
3778
|
return /* @__PURE__ */ jsx(
|
|
3744
|
-
BaseSvgIcon$
|
|
3779
|
+
BaseSvgIcon$1g,
|
|
3745
3780
|
{
|
|
3746
3781
|
ref,
|
|
3747
3782
|
viewBox: "0 0 24 24",
|
|
@@ -3755,7 +3790,7 @@ function ParameterSettings({ width, height, sx, ...props }, ref) {
|
|
|
3755
3790
|
);
|
|
3756
3791
|
}
|
|
3757
3792
|
const ParameterSettings$1 = forwardRef(ParameterSettings);
|
|
3758
|
-
const Icon$
|
|
3793
|
+
const Icon$1f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3759
3794
|
"path",
|
|
3760
3795
|
{
|
|
3761
3796
|
fill: "currentColor",
|
|
@@ -3764,10 +3799,10 @@ const Icon$1d = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3764
3799
|
clipRule: "evenodd"
|
|
3765
3800
|
}
|
|
3766
3801
|
) });
|
|
3767
|
-
const BaseSvgIcon$
|
|
3802
|
+
const BaseSvgIcon$1f = createSvgIcon(Icon$1f(), "PawnChess");
|
|
3768
3803
|
function PawnChess({ width, height, sx, ...props }, ref) {
|
|
3769
3804
|
return /* @__PURE__ */ jsx(
|
|
3770
|
-
BaseSvgIcon$
|
|
3805
|
+
BaseSvgIcon$1f,
|
|
3771
3806
|
{
|
|
3772
3807
|
ref,
|
|
3773
3808
|
viewBox: "0 0 24 24",
|
|
@@ -3781,7 +3816,7 @@ function PawnChess({ width, height, sx, ...props }, ref) {
|
|
|
3781
3816
|
);
|
|
3782
3817
|
}
|
|
3783
3818
|
const PawnChess$1 = forwardRef(PawnChess);
|
|
3784
|
-
const Icon$
|
|
3819
|
+
const Icon$1e = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3785
3820
|
"path",
|
|
3786
3821
|
{
|
|
3787
3822
|
fill: "currentColor",
|
|
@@ -3790,10 +3825,10 @@ const Icon$1c = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3790
3825
|
clipRule: "evenodd"
|
|
3791
3826
|
}
|
|
3792
3827
|
) });
|
|
3793
|
-
const BaseSvgIcon$
|
|
3828
|
+
const BaseSvgIcon$1e = createSvgIcon(Icon$1e(), "PlaceSelect");
|
|
3794
3829
|
function PlaceSelect({ width, height, sx, ...props }, ref) {
|
|
3795
3830
|
return /* @__PURE__ */ jsx(
|
|
3796
|
-
BaseSvgIcon$
|
|
3831
|
+
BaseSvgIcon$1e,
|
|
3797
3832
|
{
|
|
3798
3833
|
ref,
|
|
3799
3834
|
viewBox: "0 0 24 24",
|
|
@@ -3807,7 +3842,7 @@ function PlaceSelect({ width, height, sx, ...props }, ref) {
|
|
|
3807
3842
|
);
|
|
3808
3843
|
}
|
|
3809
3844
|
const PlaceSelect$1 = forwardRef(PlaceSelect);
|
|
3810
|
-
const Icon$
|
|
3845
|
+
const Icon$1d = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3811
3846
|
"path",
|
|
3812
3847
|
{
|
|
3813
3848
|
fill: "currentColor",
|
|
@@ -3816,10 +3851,10 @@ const Icon$1b = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
3816
3851
|
clipRule: "evenodd"
|
|
3817
3852
|
}
|
|
3818
3853
|
) });
|
|
3819
|
-
const BaseSvgIcon$
|
|
3854
|
+
const BaseSvgIcon$1d = createSvgIcon(Icon$1d(), "PointsOfInterest");
|
|
3820
3855
|
function PointsOfInterest({ width, height, sx, ...props }, ref) {
|
|
3821
3856
|
return /* @__PURE__ */ jsx(
|
|
3822
|
-
BaseSvgIcon$
|
|
3857
|
+
BaseSvgIcon$1d,
|
|
3823
3858
|
{
|
|
3824
3859
|
ref,
|
|
3825
3860
|
viewBox: "0 0 24 24",
|
|
@@ -3833,7 +3868,7 @@ function PointsOfInterest({ width, height, sx, ...props }, ref) {
|
|
|
3833
3868
|
);
|
|
3834
3869
|
}
|
|
3835
3870
|
const PointsOfInterest$1 = forwardRef(PointsOfInterest);
|
|
3836
|
-
const Icon$
|
|
3871
|
+
const Icon$1c = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3837
3872
|
/* @__PURE__ */ jsx(
|
|
3838
3873
|
"path",
|
|
3839
3874
|
{
|
|
@@ -3890,10 +3925,10 @@ const Icon$1a = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3890
3925
|
}
|
|
3891
3926
|
)
|
|
3892
3927
|
] });
|
|
3893
|
-
const BaseSvgIcon$
|
|
3928
|
+
const BaseSvgIcon$1c = createSvgIcon(Icon$1c(), "Postgre");
|
|
3894
3929
|
function Postgre({ width, height, sx, ...props }, ref) {
|
|
3895
3930
|
return /* @__PURE__ */ jsx(
|
|
3896
|
-
BaseSvgIcon$
|
|
3931
|
+
BaseSvgIcon$1c,
|
|
3897
3932
|
{
|
|
3898
3933
|
ref,
|
|
3899
3934
|
viewBox: "0 0 24 24",
|
|
@@ -3907,7 +3942,7 @@ function Postgre({ width, height, sx, ...props }, ref) {
|
|
|
3907
3942
|
);
|
|
3908
3943
|
}
|
|
3909
3944
|
const Postgre$1 = forwardRef(Postgre);
|
|
3910
|
-
const Icon$
|
|
3945
|
+
const Icon$1b = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3911
3946
|
/* @__PURE__ */ jsx(
|
|
3912
3947
|
"path",
|
|
3913
3948
|
{
|
|
@@ -3925,10 +3960,10 @@ const Icon$19 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3925
3960
|
}
|
|
3926
3961
|
)
|
|
3927
3962
|
] });
|
|
3928
|
-
const BaseSvgIcon$
|
|
3963
|
+
const BaseSvgIcon$1b = createSvgIcon(Icon$1b(), "PostgreOutlined");
|
|
3929
3964
|
function PostgreOutlined({ width, height, sx, ...props }, ref) {
|
|
3930
3965
|
return /* @__PURE__ */ jsx(
|
|
3931
|
-
BaseSvgIcon$
|
|
3966
|
+
BaseSvgIcon$1b,
|
|
3932
3967
|
{
|
|
3933
3968
|
ref,
|
|
3934
3969
|
viewBox: "0 0 24 24",
|
|
@@ -3942,7 +3977,7 @@ function PostgreOutlined({ width, height, sx, ...props }, ref) {
|
|
|
3942
3977
|
);
|
|
3943
3978
|
}
|
|
3944
3979
|
const PostgreOutlined$1 = forwardRef(PostgreOutlined);
|
|
3945
|
-
const Icon$
|
|
3980
|
+
const Icon$1a = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3946
3981
|
/* @__PURE__ */ jsx(
|
|
3947
3982
|
"path",
|
|
3948
3983
|
{
|
|
@@ -3976,10 +4011,10 @@ const Icon$18 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
3976
4011
|
}
|
|
3977
4012
|
)
|
|
3978
4013
|
] });
|
|
3979
|
-
const BaseSvgIcon$
|
|
4014
|
+
const BaseSvgIcon$1a = createSvgIcon(Icon$1a(), "Preferences");
|
|
3980
4015
|
function Preferences({ width, height, sx, ...props }, ref) {
|
|
3981
4016
|
return /* @__PURE__ */ jsx(
|
|
3982
|
-
BaseSvgIcon$
|
|
4017
|
+
BaseSvgIcon$1a,
|
|
3983
4018
|
{
|
|
3984
4019
|
ref,
|
|
3985
4020
|
viewBox: "0 0 24 24",
|
|
@@ -3993,7 +4028,7 @@ function Preferences({ width, height, sx, ...props }, ref) {
|
|
|
3993
4028
|
);
|
|
3994
4029
|
}
|
|
3995
4030
|
const Preferences$1 = forwardRef(Preferences);
|
|
3996
|
-
const Icon$
|
|
4031
|
+
const Icon$19 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
3997
4032
|
"path",
|
|
3998
4033
|
{
|
|
3999
4034
|
fill: "currentColor",
|
|
@@ -4002,10 +4037,10 @@ const Icon$17 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
4002
4037
|
clipRule: "evenodd"
|
|
4003
4038
|
}
|
|
4004
4039
|
) });
|
|
4005
|
-
const BaseSvgIcon$
|
|
4040
|
+
const BaseSvgIcon$19 = createSvgIcon(Icon$19(), "ProcessData");
|
|
4006
4041
|
function ProcessData({ width, height, sx, ...props }, ref) {
|
|
4007
4042
|
return /* @__PURE__ */ jsx(
|
|
4008
|
-
BaseSvgIcon$
|
|
4043
|
+
BaseSvgIcon$19,
|
|
4009
4044
|
{
|
|
4010
4045
|
ref,
|
|
4011
4046
|
viewBox: "0 0 24 24",
|
|
@@ -4019,7 +4054,7 @@ function ProcessData({ width, height, sx, ...props }, ref) {
|
|
|
4019
4054
|
);
|
|
4020
4055
|
}
|
|
4021
4056
|
const ProcessData$1 = forwardRef(ProcessData);
|
|
4022
|
-
const Icon$
|
|
4057
|
+
const Icon$18 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4023
4058
|
/* @__PURE__ */ jsx(
|
|
4024
4059
|
"path",
|
|
4025
4060
|
{
|
|
@@ -4037,10 +4072,10 @@ const Icon$16 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
4037
4072
|
}
|
|
4038
4073
|
)
|
|
4039
4074
|
] });
|
|
4040
|
-
const BaseSvgIcon$
|
|
4075
|
+
const BaseSvgIcon$18 = createSvgIcon(Icon$18(), "PublicWithPassword");
|
|
4041
4076
|
function PublicWithPassword({ width, height, sx, ...props }, ref) {
|
|
4042
4077
|
return /* @__PURE__ */ jsx(
|
|
4043
|
-
BaseSvgIcon$
|
|
4078
|
+
BaseSvgIcon$18,
|
|
4044
4079
|
{
|
|
4045
4080
|
ref,
|
|
4046
4081
|
viewBox: "0 0 24 24",
|
|
@@ -4054,17 +4089,17 @@ function PublicWithPassword({ width, height, sx, ...props }, ref) {
|
|
|
4054
4089
|
);
|
|
4055
4090
|
}
|
|
4056
4091
|
const PublicWithPassword$1 = forwardRef(PublicWithPassword);
|
|
4057
|
-
const Icon$
|
|
4092
|
+
const Icon$17 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4058
4093
|
"path",
|
|
4059
4094
|
{
|
|
4060
4095
|
fill: "currentColor",
|
|
4061
4096
|
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"
|
|
4062
4097
|
}
|
|
4063
4098
|
) });
|
|
4064
|
-
const BaseSvgIcon$
|
|
4099
|
+
const BaseSvgIcon$17 = createSvgIcon(Icon$17(), "Publish");
|
|
4065
4100
|
function Publish({ width, height, sx, ...props }, ref) {
|
|
4066
4101
|
return /* @__PURE__ */ jsx(
|
|
4067
|
-
BaseSvgIcon$
|
|
4102
|
+
BaseSvgIcon$17,
|
|
4068
4103
|
{
|
|
4069
4104
|
ref,
|
|
4070
4105
|
viewBox: "0 0 24 24",
|
|
@@ -4078,7 +4113,7 @@ function Publish({ width, height, sx, ...props }, ref) {
|
|
|
4078
4113
|
);
|
|
4079
4114
|
}
|
|
4080
4115
|
const Publish$1 = forwardRef(Publish);
|
|
4081
|
-
const Icon$
|
|
4116
|
+
const Icon$16 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4082
4117
|
"path",
|
|
4083
4118
|
{
|
|
4084
4119
|
fill: "currentColor",
|
|
@@ -4087,10 +4122,10 @@ const Icon$14 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
4087
4122
|
clipRule: "evenodd"
|
|
4088
4123
|
}
|
|
4089
4124
|
) });
|
|
4090
|
-
const BaseSvgIcon$
|
|
4125
|
+
const BaseSvgIcon$16 = createSvgIcon(Icon$16(), "Quadbin");
|
|
4091
4126
|
function Quadbin({ width, height, sx, ...props }, ref) {
|
|
4092
4127
|
return /* @__PURE__ */ jsx(
|
|
4093
|
-
BaseSvgIcon$
|
|
4128
|
+
BaseSvgIcon$16,
|
|
4094
4129
|
{
|
|
4095
4130
|
ref,
|
|
4096
4131
|
viewBox: "0 0 24 24",
|
|
@@ -4104,7 +4139,7 @@ function Quadbin({ width, height, sx, ...props }, ref) {
|
|
|
4104
4139
|
);
|
|
4105
4140
|
}
|
|
4106
4141
|
const Quadbin$1 = forwardRef(Quadbin);
|
|
4107
|
-
const Icon$
|
|
4142
|
+
const Icon$15 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4108
4143
|
/* @__PURE__ */ jsx(
|
|
4109
4144
|
"path",
|
|
4110
4145
|
{
|
|
@@ -4122,10 +4157,10 @@ const Icon$13 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
4122
4157
|
}
|
|
4123
4158
|
)
|
|
4124
4159
|
] });
|
|
4125
|
-
const BaseSvgIcon$
|
|
4160
|
+
const BaseSvgIcon$15 = createSvgIcon(Icon$15(), "Quadkey");
|
|
4126
4161
|
function Quadkey({ width, height, sx, ...props }, ref) {
|
|
4127
4162
|
return /* @__PURE__ */ jsx(
|
|
4128
|
-
BaseSvgIcon$
|
|
4163
|
+
BaseSvgIcon$15,
|
|
4129
4164
|
{
|
|
4130
4165
|
ref,
|
|
4131
4166
|
viewBox: "0 0 24 24",
|
|
@@ -4139,7 +4174,7 @@ function Quadkey({ width, height, sx, ...props }, ref) {
|
|
|
4139
4174
|
);
|
|
4140
4175
|
}
|
|
4141
4176
|
const Quadkey$1 = forwardRef(Quadkey);
|
|
4142
|
-
const Icon$
|
|
4177
|
+
const Icon$14 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4143
4178
|
/* @__PURE__ */ jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsx(
|
|
4144
4179
|
"path",
|
|
4145
4180
|
{
|
|
@@ -4151,10 +4186,10 @@ const Icon$12 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
4151
4186
|
) }),
|
|
4152
4187
|
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
4153
4188
|
] });
|
|
4154
|
-
const BaseSvgIcon$
|
|
4189
|
+
const BaseSvgIcon$14 = createSvgIcon(Icon$14(), "QueryTable");
|
|
4155
4190
|
function QueryTable({ width, height, sx, ...props }, ref) {
|
|
4156
4191
|
return /* @__PURE__ */ jsx(
|
|
4157
|
-
BaseSvgIcon$
|
|
4192
|
+
BaseSvgIcon$14,
|
|
4158
4193
|
{
|
|
4159
4194
|
ref,
|
|
4160
4195
|
viewBox: "0 0 24 24",
|
|
@@ -4168,7 +4203,7 @@ function QueryTable({ width, height, sx, ...props }, ref) {
|
|
|
4168
4203
|
);
|
|
4169
4204
|
}
|
|
4170
4205
|
const QueryTable$1 = forwardRef(QueryTable);
|
|
4171
|
-
const Icon$
|
|
4206
|
+
const Icon$13 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4172
4207
|
/* @__PURE__ */ jsx(
|
|
4173
4208
|
"path",
|
|
4174
4209
|
{
|
|
@@ -4186,10 +4221,10 @@ const Icon$11 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
4186
4221
|
}
|
|
4187
4222
|
)
|
|
4188
4223
|
] });
|
|
4189
|
-
const BaseSvgIcon$
|
|
4224
|
+
const BaseSvgIcon$13 = createSvgIcon(Icon$13(), "Rain");
|
|
4190
4225
|
function Rain({ width, height, sx, ...props }, ref) {
|
|
4191
4226
|
return /* @__PURE__ */ jsx(
|
|
4192
|
-
BaseSvgIcon$
|
|
4227
|
+
BaseSvgIcon$13,
|
|
4193
4228
|
{
|
|
4194
4229
|
ref,
|
|
4195
4230
|
viewBox: "0 0 24 24",
|
|
@@ -4203,17 +4238,17 @@ function Rain({ width, height, sx, ...props }, ref) {
|
|
|
4203
4238
|
);
|
|
4204
4239
|
}
|
|
4205
4240
|
const Rain$1 = forwardRef(Rain);
|
|
4206
|
-
const Icon$
|
|
4241
|
+
const Icon$12 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4207
4242
|
"path",
|
|
4208
4243
|
{
|
|
4209
4244
|
fill: "currentColor",
|
|
4210
4245
|
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"
|
|
4211
4246
|
}
|
|
4212
4247
|
) });
|
|
4213
|
-
const BaseSvgIcon$
|
|
4248
|
+
const BaseSvgIcon$12 = createSvgIcon(Icon$12(), "Raster");
|
|
4214
4249
|
function Raster({ width, height, sx, ...props }, ref) {
|
|
4215
4250
|
return /* @__PURE__ */ jsx(
|
|
4216
|
-
BaseSvgIcon$
|
|
4251
|
+
BaseSvgIcon$12,
|
|
4217
4252
|
{
|
|
4218
4253
|
ref,
|
|
4219
4254
|
viewBox: "0 0 24 24",
|
|
@@ -4227,7 +4262,31 @@ function Raster({ width, height, sx, ...props }, ref) {
|
|
|
4227
4262
|
);
|
|
4228
4263
|
}
|
|
4229
4264
|
const Raster$1 = forwardRef(Raster);
|
|
4230
|
-
const Icon
|
|
4265
|
+
const Icon$11 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4266
|
+
"path",
|
|
4267
|
+
{
|
|
4268
|
+
fill: "currentColor",
|
|
4269
|
+
d: "M9 18h8v-2H9c-2.21 0-4-1.79-4-4s1.79-4 4-4h8.17l-2.59 2.59L16 12l5-5-5-5-1.41 1.41L17.17 6H9c-3.31 0-6 2.69-6 6s2.69 6 6 6"
|
|
4270
|
+
}
|
|
4271
|
+
) });
|
|
4272
|
+
const BaseSvgIcon$11 = createSvgIcon(Icon$11(), "RedoAlt");
|
|
4273
|
+
function RedoAlt({ width, height, sx, ...props }, ref) {
|
|
4274
|
+
return /* @__PURE__ */ jsx(
|
|
4275
|
+
BaseSvgIcon$11,
|
|
4276
|
+
{
|
|
4277
|
+
ref,
|
|
4278
|
+
viewBox: "0 0 24 24",
|
|
4279
|
+
sx: {
|
|
4280
|
+
width,
|
|
4281
|
+
height: height || width,
|
|
4282
|
+
...sx
|
|
4283
|
+
},
|
|
4284
|
+
...props
|
|
4285
|
+
}
|
|
4286
|
+
);
|
|
4287
|
+
}
|
|
4288
|
+
const RedoAlt$1 = forwardRef(RedoAlt);
|
|
4289
|
+
const Icon$10 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4231
4290
|
"path",
|
|
4232
4291
|
{
|
|
4233
4292
|
fill: "currentColor",
|
|
@@ -4236,10 +4295,10 @@ const Icon$$ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4236
4295
|
clipRule: "evenodd"
|
|
4237
4296
|
}
|
|
4238
4297
|
) });
|
|
4239
|
-
const BaseSvgIcon
|
|
4298
|
+
const BaseSvgIcon$10 = createSvgIcon(Icon$10(), "Redshift");
|
|
4240
4299
|
function Redshift({ width, height, sx, ...props }, ref) {
|
|
4241
4300
|
return /* @__PURE__ */ jsx(
|
|
4242
|
-
BaseSvgIcon
|
|
4301
|
+
BaseSvgIcon$10,
|
|
4243
4302
|
{
|
|
4244
4303
|
ref,
|
|
4245
4304
|
viewBox: "0 0 24 24",
|
|
@@ -4253,7 +4312,7 @@ function Redshift({ width, height, sx, ...props }, ref) {
|
|
|
4253
4312
|
);
|
|
4254
4313
|
}
|
|
4255
4314
|
const Redshift$1 = forwardRef(Redshift);
|
|
4256
|
-
const Icon
|
|
4315
|
+
const Icon$$ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4257
4316
|
"path",
|
|
4258
4317
|
{
|
|
4259
4318
|
fill: "currentColor",
|
|
@@ -4262,10 +4321,10 @@ const Icon$_ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4262
4321
|
clipRule: "evenodd"
|
|
4263
4322
|
}
|
|
4264
4323
|
) });
|
|
4265
|
-
const BaseSvgIcon
|
|
4324
|
+
const BaseSvgIcon$$ = createSvgIcon(Icon$$(), "Report");
|
|
4266
4325
|
function Report({ width, height, sx, ...props }, ref) {
|
|
4267
4326
|
return /* @__PURE__ */ jsx(
|
|
4268
|
-
BaseSvgIcon
|
|
4327
|
+
BaseSvgIcon$$,
|
|
4269
4328
|
{
|
|
4270
4329
|
ref,
|
|
4271
4330
|
viewBox: "0 0 24 24",
|
|
@@ -4279,7 +4338,7 @@ function Report({ width, height, sx, ...props }, ref) {
|
|
|
4279
4338
|
);
|
|
4280
4339
|
}
|
|
4281
4340
|
const Report$1 = forwardRef(Report);
|
|
4282
|
-
const Icon$
|
|
4341
|
+
const Icon$_ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4283
4342
|
"path",
|
|
4284
4343
|
{
|
|
4285
4344
|
fill: "currentColor",
|
|
@@ -4288,10 +4347,10 @@ const Icon$Z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4288
4347
|
clipRule: "evenodd"
|
|
4289
4348
|
}
|
|
4290
4349
|
) });
|
|
4291
|
-
const BaseSvgIcon$
|
|
4350
|
+
const BaseSvgIcon$_ = createSvgIcon(Icon$_(), "Reset");
|
|
4292
4351
|
function Reset({ width, height, sx, ...props }, ref) {
|
|
4293
4352
|
return /* @__PURE__ */ jsx(
|
|
4294
|
-
BaseSvgIcon$
|
|
4353
|
+
BaseSvgIcon$_,
|
|
4295
4354
|
{
|
|
4296
4355
|
ref,
|
|
4297
4356
|
viewBox: "0 0 24 24",
|
|
@@ -4305,7 +4364,7 @@ function Reset({ width, height, sx, ...props }, ref) {
|
|
|
4305
4364
|
);
|
|
4306
4365
|
}
|
|
4307
4366
|
const Reset$1 = forwardRef(Reset);
|
|
4308
|
-
const Icon$
|
|
4367
|
+
const Icon$Z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4309
4368
|
/* @__PURE__ */ jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsx(
|
|
4310
4369
|
"path",
|
|
4311
4370
|
{
|
|
@@ -4317,10 +4376,10 @@ const Icon$Y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4317
4376
|
) }),
|
|
4318
4377
|
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
4319
4378
|
] });
|
|
4320
|
-
const BaseSvgIcon$
|
|
4379
|
+
const BaseSvgIcon$Z = createSvgIcon(Icon$Z(), "RiskAnalysis");
|
|
4321
4380
|
function RiskAnalysis({ width, height, sx, ...props }, ref) {
|
|
4322
4381
|
return /* @__PURE__ */ jsx(
|
|
4323
|
-
BaseSvgIcon$
|
|
4382
|
+
BaseSvgIcon$Z,
|
|
4324
4383
|
{
|
|
4325
4384
|
ref,
|
|
4326
4385
|
viewBox: "0 0 24 24",
|
|
@@ -4334,7 +4393,7 @@ function RiskAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
4334
4393
|
);
|
|
4335
4394
|
}
|
|
4336
4395
|
const RiskAnalysis$1 = forwardRef(RiskAnalysis);
|
|
4337
|
-
const Icon$
|
|
4396
|
+
const Icon$Y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4338
4397
|
/* @__PURE__ */ jsx(
|
|
4339
4398
|
"path",
|
|
4340
4399
|
{
|
|
@@ -4353,10 +4412,10 @@ const Icon$X = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4353
4412
|
}
|
|
4354
4413
|
)
|
|
4355
4414
|
] });
|
|
4356
|
-
const BaseSvgIcon$
|
|
4415
|
+
const BaseSvgIcon$Y = createSvgIcon(Icon$Y(), "RoadTraffic");
|
|
4357
4416
|
function RoadTraffic({ width, height, sx, ...props }, ref) {
|
|
4358
4417
|
return /* @__PURE__ */ jsx(
|
|
4359
|
-
BaseSvgIcon$
|
|
4418
|
+
BaseSvgIcon$Y,
|
|
4360
4419
|
{
|
|
4361
4420
|
ref,
|
|
4362
4421
|
viewBox: "0 0 24 24",
|
|
@@ -4370,7 +4429,7 @@ function RoadTraffic({ width, height, sx, ...props }, ref) {
|
|
|
4370
4429
|
);
|
|
4371
4430
|
}
|
|
4372
4431
|
const RoadTraffic$1 = forwardRef(RoadTraffic);
|
|
4373
|
-
const Icon$
|
|
4432
|
+
const Icon$X = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4374
4433
|
/* @__PURE__ */ jsx(
|
|
4375
4434
|
"path",
|
|
4376
4435
|
{
|
|
@@ -4389,10 +4448,10 @@ const Icon$W = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4389
4448
|
}
|
|
4390
4449
|
)
|
|
4391
4450
|
] });
|
|
4392
|
-
const BaseSvgIcon$
|
|
4451
|
+
const BaseSvgIcon$X = createSvgIcon(Icon$X(), "RunSettings");
|
|
4393
4452
|
function RunSettings({ width, height, sx, ...props }, ref) {
|
|
4394
4453
|
return /* @__PURE__ */ jsx(
|
|
4395
|
-
BaseSvgIcon$
|
|
4454
|
+
BaseSvgIcon$X,
|
|
4396
4455
|
{
|
|
4397
4456
|
ref,
|
|
4398
4457
|
viewBox: "0 0 24 24",
|
|
@@ -4406,7 +4465,7 @@ function RunSettings({ width, height, sx, ...props }, ref) {
|
|
|
4406
4465
|
);
|
|
4407
4466
|
}
|
|
4408
4467
|
const RunSettings$1 = forwardRef(RunSettings);
|
|
4409
|
-
const Icon$
|
|
4468
|
+
const Icon$W = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4410
4469
|
"path",
|
|
4411
4470
|
{
|
|
4412
4471
|
fill: "currentColor",
|
|
@@ -4415,10 +4474,10 @@ const Icon$V = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4415
4474
|
clipRule: "evenodd"
|
|
4416
4475
|
}
|
|
4417
4476
|
) });
|
|
4418
|
-
const BaseSvgIcon$
|
|
4477
|
+
const BaseSvgIcon$W = createSvgIcon(Icon$W(), "RunStep");
|
|
4419
4478
|
function RunStep({ width, height, sx, ...props }, ref) {
|
|
4420
4479
|
return /* @__PURE__ */ jsx(
|
|
4421
|
-
BaseSvgIcon$
|
|
4480
|
+
BaseSvgIcon$W,
|
|
4422
4481
|
{
|
|
4423
4482
|
ref,
|
|
4424
4483
|
viewBox: "0 0 24 24",
|
|
@@ -4432,7 +4491,7 @@ function RunStep({ width, height, sx, ...props }, ref) {
|
|
|
4432
4491
|
);
|
|
4433
4492
|
}
|
|
4434
4493
|
const RunStep$1 = forwardRef(RunStep);
|
|
4435
|
-
const Icon$
|
|
4494
|
+
const Icon$V = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4436
4495
|
"path",
|
|
4437
4496
|
{
|
|
4438
4497
|
fill: "currentColor",
|
|
@@ -4441,10 +4500,10 @@ const Icon$U = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4441
4500
|
clipRule: "evenodd"
|
|
4442
4501
|
}
|
|
4443
4502
|
) });
|
|
4444
|
-
const BaseSvgIcon$
|
|
4503
|
+
const BaseSvgIcon$V = createSvgIcon(Icon$V(), "Salesforce");
|
|
4445
4504
|
function Salesforce({ width, height, sx, ...props }, ref) {
|
|
4446
4505
|
return /* @__PURE__ */ jsx(
|
|
4447
|
-
BaseSvgIcon$
|
|
4506
|
+
BaseSvgIcon$V,
|
|
4448
4507
|
{
|
|
4449
4508
|
ref,
|
|
4450
4509
|
viewBox: "0 0 24 24",
|
|
@@ -4458,7 +4517,7 @@ function Salesforce({ width, height, sx, ...props }, ref) {
|
|
|
4458
4517
|
);
|
|
4459
4518
|
}
|
|
4460
4519
|
const Salesforce$1 = forwardRef(Salesforce);
|
|
4461
|
-
const Icon$
|
|
4520
|
+
const Icon$U = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4462
4521
|
"path",
|
|
4463
4522
|
{
|
|
4464
4523
|
fill: "currentColor",
|
|
@@ -4467,10 +4526,10 @@ const Icon$T = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4467
4526
|
clipRule: "evenodd"
|
|
4468
4527
|
}
|
|
4469
4528
|
) });
|
|
4470
|
-
const BaseSvgIcon$
|
|
4529
|
+
const BaseSvgIcon$U = createSvgIcon(Icon$U(), "Sample");
|
|
4471
4530
|
function Sample({ width, height, sx, ...props }, ref) {
|
|
4472
4531
|
return /* @__PURE__ */ jsx(
|
|
4473
|
-
BaseSvgIcon$
|
|
4532
|
+
BaseSvgIcon$U,
|
|
4474
4533
|
{
|
|
4475
4534
|
ref,
|
|
4476
4535
|
viewBox: "0 0 24 24",
|
|
@@ -4484,7 +4543,7 @@ function Sample({ width, height, sx, ...props }, ref) {
|
|
|
4484
4543
|
);
|
|
4485
4544
|
}
|
|
4486
4545
|
const Sample$1 = forwardRef(Sample);
|
|
4487
|
-
const Icon$
|
|
4546
|
+
const Icon$T = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4488
4547
|
/* @__PURE__ */ jsx(
|
|
4489
4548
|
"path",
|
|
4490
4549
|
{
|
|
@@ -4500,10 +4559,10 @@ const Icon$S = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4500
4559
|
}
|
|
4501
4560
|
)
|
|
4502
4561
|
] });
|
|
4503
|
-
const BaseSvgIcon$
|
|
4562
|
+
const BaseSvgIcon$T = createSvgIcon(Icon$T(), "SaveOk");
|
|
4504
4563
|
function SaveOk({ width, height, sx, ...props }, ref) {
|
|
4505
4564
|
return /* @__PURE__ */ jsx(
|
|
4506
|
-
BaseSvgIcon$
|
|
4565
|
+
BaseSvgIcon$T,
|
|
4507
4566
|
{
|
|
4508
4567
|
ref,
|
|
4509
4568
|
viewBox: "0 0 24 24",
|
|
@@ -4517,7 +4576,7 @@ function SaveOk({ width, height, sx, ...props }, ref) {
|
|
|
4517
4576
|
);
|
|
4518
4577
|
}
|
|
4519
4578
|
const SaveOk$1 = forwardRef(SaveOk);
|
|
4520
|
-
const Icon$
|
|
4579
|
+
const Icon$S = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4521
4580
|
/* @__PURE__ */ jsx(
|
|
4522
4581
|
"path",
|
|
4523
4582
|
{
|
|
@@ -4542,10 +4601,10 @@ const Icon$R = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4542
4601
|
}
|
|
4543
4602
|
)
|
|
4544
4603
|
] });
|
|
4545
|
-
const BaseSvgIcon$
|
|
4604
|
+
const BaseSvgIcon$S = createSvgIcon(Icon$S(), "ScheduleRun");
|
|
4546
4605
|
function ScheduleRun({ width, height, sx, ...props }, ref) {
|
|
4547
4606
|
return /* @__PURE__ */ jsx(
|
|
4548
|
-
BaseSvgIcon$
|
|
4607
|
+
BaseSvgIcon$S,
|
|
4549
4608
|
{
|
|
4550
4609
|
ref,
|
|
4551
4610
|
viewBox: "0 0 24 24",
|
|
@@ -4559,7 +4618,7 @@ function ScheduleRun({ width, height, sx, ...props }, ref) {
|
|
|
4559
4618
|
);
|
|
4560
4619
|
}
|
|
4561
4620
|
const ScheduleRun$1 = forwardRef(ScheduleRun);
|
|
4562
|
-
const Icon$
|
|
4621
|
+
const Icon$R = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4563
4622
|
/* @__PURE__ */ jsx(
|
|
4564
4623
|
"path",
|
|
4565
4624
|
{
|
|
@@ -4575,10 +4634,10 @@ const Icon$Q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4575
4634
|
}
|
|
4576
4635
|
)
|
|
4577
4636
|
] });
|
|
4578
|
-
const BaseSvgIcon$
|
|
4637
|
+
const BaseSvgIcon$R = createSvgIcon(Icon$R(), "SelectDestination");
|
|
4579
4638
|
function SelectDestination({ width, height, sx, ...props }, ref) {
|
|
4580
4639
|
return /* @__PURE__ */ jsx(
|
|
4581
|
-
BaseSvgIcon$
|
|
4640
|
+
BaseSvgIcon$R,
|
|
4582
4641
|
{
|
|
4583
4642
|
ref,
|
|
4584
4643
|
viewBox: "0 0 24 24",
|
|
@@ -4592,28 +4651,26 @@ function SelectDestination({ width, height, sx, ...props }, ref) {
|
|
|
4592
4651
|
);
|
|
4593
4652
|
}
|
|
4594
4653
|
const SelectDestination$1 = forwardRef(SelectDestination);
|
|
4595
|
-
const Icon$
|
|
4654
|
+
const Icon$Q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4596
4655
|
/* @__PURE__ */ jsx(
|
|
4597
4656
|
"path",
|
|
4598
4657
|
{
|
|
4599
4658
|
fill: "currentColor",
|
|
4600
|
-
|
|
4601
|
-
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",
|
|
4602
|
-
clipRule: "evenodd"
|
|
4659
|
+
d: "M11.4 6.2a1 1 0 0 1 1.2 0l.4.3V9l-1-.75L5.667 13 12 17.75 18.333 13 17 12v-1h1.999l1.6 1.2a1 1 0 0 1 0 1.6l-8 6a1 1 0 0 1-1.199 0l-8-6a1 1 0 0 1 0-1.6z"
|
|
4603
4660
|
}
|
|
4604
4661
|
),
|
|
4605
4662
|
/* @__PURE__ */ jsx(
|
|
4606
4663
|
"path",
|
|
4607
4664
|
{
|
|
4608
4665
|
fill: "currentColor",
|
|
4609
|
-
d: "
|
|
4666
|
+
d: "M18.91 5h2.84l-2.32 1.84.88 2.85L18 7.93l-2.32 1.76.88-2.85L14.25 5h2.84L18 2.19z"
|
|
4610
4667
|
}
|
|
4611
4668
|
)
|
|
4612
4669
|
] });
|
|
4613
|
-
const BaseSvgIcon$
|
|
4670
|
+
const BaseSvgIcon$Q = createSvgIcon(Icon$Q(), "SelectFeature");
|
|
4614
4671
|
function SelectFeature({ width, height, sx, ...props }, ref) {
|
|
4615
4672
|
return /* @__PURE__ */ jsx(
|
|
4616
|
-
BaseSvgIcon$
|
|
4673
|
+
BaseSvgIcon$Q,
|
|
4617
4674
|
{
|
|
4618
4675
|
ref,
|
|
4619
4676
|
viewBox: "0 0 24 24",
|
|
@@ -4627,7 +4684,7 @@ function SelectFeature({ width, height, sx, ...props }, ref) {
|
|
|
4627
4684
|
);
|
|
4628
4685
|
}
|
|
4629
4686
|
const SelectFeature$1 = forwardRef(SelectFeature);
|
|
4630
|
-
const Icon$
|
|
4687
|
+
const Icon$P = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4631
4688
|
"path",
|
|
4632
4689
|
{
|
|
4633
4690
|
fill: "currentColor",
|
|
@@ -4636,10 +4693,10 @@ const Icon$O = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4636
4693
|
clipRule: "evenodd"
|
|
4637
4694
|
}
|
|
4638
4695
|
) });
|
|
4639
|
-
const BaseSvgIcon$
|
|
4696
|
+
const BaseSvgIcon$P = createSvgIcon(Icon$P(), "SelectTool");
|
|
4640
4697
|
function SelectTool({ width, height, sx, ...props }, ref) {
|
|
4641
4698
|
return /* @__PURE__ */ jsx(
|
|
4642
|
-
BaseSvgIcon$
|
|
4699
|
+
BaseSvgIcon$P,
|
|
4643
4700
|
{
|
|
4644
4701
|
ref,
|
|
4645
4702
|
viewBox: "0 0 24 24",
|
|
@@ -4653,17 +4710,17 @@ function SelectTool({ width, height, sx, ...props }, ref) {
|
|
|
4653
4710
|
);
|
|
4654
4711
|
}
|
|
4655
4712
|
const SelectTool$1 = forwardRef(SelectTool);
|
|
4656
|
-
const Icon$
|
|
4713
|
+
const Icon$O = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4657
4714
|
"path",
|
|
4658
4715
|
{
|
|
4659
4716
|
fill: "currentColor",
|
|
4660
4717
|
d: "M15 3v11h6V5a2 2 0 0 0-2-2zM17 23v-6h6l-2.29 2.3L23 21.59 21.59 23l-2.3-2.29zM13 21h-2v-2h2zM9 5H7V3h2zM5 17H3v-2h2zM5 19v2c-1.1 0-2-.9-2-2zM13 5h-2V3h2zM5 9H3V7h2zM9 21H7v-2h2zM5 13H3v-2h2zM5 5H3c0-1.1.9-2 2-2zM9 17h2v-2H9zM11 9H9V7h2zM9 13h2v-2H9z"
|
|
4661
4718
|
}
|
|
4662
4719
|
) });
|
|
4663
|
-
const BaseSvgIcon$
|
|
4720
|
+
const BaseSvgIcon$O = createSvgIcon(Icon$O(), "SelectVariable");
|
|
4664
4721
|
function SelectVariable({ width, height, sx, ...props }, ref) {
|
|
4665
4722
|
return /* @__PURE__ */ jsx(
|
|
4666
|
-
BaseSvgIcon$
|
|
4723
|
+
BaseSvgIcon$O,
|
|
4667
4724
|
{
|
|
4668
4725
|
ref,
|
|
4669
4726
|
viewBox: "0 0 24 24",
|
|
@@ -4677,7 +4734,7 @@ function SelectVariable({ width, height, sx, ...props }, ref) {
|
|
|
4677
4734
|
);
|
|
4678
4735
|
}
|
|
4679
4736
|
const SelectVariable$1 = forwardRef(SelectVariable);
|
|
4680
|
-
const Icon$
|
|
4737
|
+
const Icon$N = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4681
4738
|
/* @__PURE__ */ jsx(
|
|
4682
4739
|
"path",
|
|
4683
4740
|
{
|
|
@@ -4693,10 +4750,10 @@ const Icon$M = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4693
4750
|
}
|
|
4694
4751
|
)
|
|
4695
4752
|
] });
|
|
4696
|
-
const BaseSvgIcon$
|
|
4753
|
+
const BaseSvgIcon$N = createSvgIcon(Icon$N(), "ShowNodeResults");
|
|
4697
4754
|
function ShowNodeResults({ width, height, sx, ...props }, ref) {
|
|
4698
4755
|
return /* @__PURE__ */ jsx(
|
|
4699
|
-
BaseSvgIcon$
|
|
4756
|
+
BaseSvgIcon$N,
|
|
4700
4757
|
{
|
|
4701
4758
|
ref,
|
|
4702
4759
|
viewBox: "0 0 24 24",
|
|
@@ -4710,7 +4767,7 @@ function ShowNodeResults({ width, height, sx, ...props }, ref) {
|
|
|
4710
4767
|
);
|
|
4711
4768
|
}
|
|
4712
4769
|
const ShowNodeResults$1 = forwardRef(ShowNodeResults);
|
|
4713
|
-
const Icon$
|
|
4770
|
+
const Icon$M = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4714
4771
|
/* @__PURE__ */ jsx(
|
|
4715
4772
|
"path",
|
|
4716
4773
|
{
|
|
@@ -4728,10 +4785,10 @@ const Icon$L = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4728
4785
|
}
|
|
4729
4786
|
)
|
|
4730
4787
|
] });
|
|
4731
|
-
const BaseSvgIcon$
|
|
4788
|
+
const BaseSvgIcon$M = createSvgIcon(Icon$M(), "ShowRightsidebar");
|
|
4732
4789
|
function ShowRightsidebar({ width, height, sx, ...props }, ref) {
|
|
4733
4790
|
return /* @__PURE__ */ jsx(
|
|
4734
|
-
BaseSvgIcon$
|
|
4791
|
+
BaseSvgIcon$M,
|
|
4735
4792
|
{
|
|
4736
4793
|
ref,
|
|
4737
4794
|
viewBox: "0 0 24 24",
|
|
@@ -4745,7 +4802,7 @@ function ShowRightsidebar({ width, height, sx, ...props }, ref) {
|
|
|
4745
4802
|
);
|
|
4746
4803
|
}
|
|
4747
4804
|
const ShowRightsidebar$1 = forwardRef(ShowRightsidebar);
|
|
4748
|
-
const Icon$
|
|
4805
|
+
const Icon$L = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4749
4806
|
/* @__PURE__ */ jsx(
|
|
4750
4807
|
"path",
|
|
4751
4808
|
{
|
|
@@ -4763,10 +4820,10 @@ const Icon$K = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4763
4820
|
}
|
|
4764
4821
|
)
|
|
4765
4822
|
] });
|
|
4766
|
-
const BaseSvgIcon$
|
|
4823
|
+
const BaseSvgIcon$L = createSvgIcon(Icon$L(), "SingleLayer");
|
|
4767
4824
|
function SingleLayer({ width, height, sx, ...props }, ref) {
|
|
4768
4825
|
return /* @__PURE__ */ jsx(
|
|
4769
|
-
BaseSvgIcon$
|
|
4826
|
+
BaseSvgIcon$L,
|
|
4770
4827
|
{
|
|
4771
4828
|
ref,
|
|
4772
4829
|
viewBox: "0 0 24 24",
|
|
@@ -4780,7 +4837,7 @@ function SingleLayer({ width, height, sx, ...props }, ref) {
|
|
|
4780
4837
|
);
|
|
4781
4838
|
}
|
|
4782
4839
|
const SingleLayer$1 = forwardRef(SingleLayer);
|
|
4783
|
-
const Icon$
|
|
4840
|
+
const Icon$K = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4784
4841
|
"path",
|
|
4785
4842
|
{
|
|
4786
4843
|
fill: "currentColor",
|
|
@@ -4789,10 +4846,10 @@ const Icon$J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4789
4846
|
clipRule: "evenodd"
|
|
4790
4847
|
}
|
|
4791
4848
|
) });
|
|
4792
|
-
const BaseSvgIcon$
|
|
4849
|
+
const BaseSvgIcon$K = createSvgIcon(Icon$K(), "SiteSelection");
|
|
4793
4850
|
function SiteSelection({ width, height, sx, ...props }, ref) {
|
|
4794
4851
|
return /* @__PURE__ */ jsx(
|
|
4795
|
-
BaseSvgIcon$
|
|
4852
|
+
BaseSvgIcon$K,
|
|
4796
4853
|
{
|
|
4797
4854
|
ref,
|
|
4798
4855
|
viewBox: "0 0 24 24",
|
|
@@ -4806,7 +4863,7 @@ function SiteSelection({ width, height, sx, ...props }, ref) {
|
|
|
4806
4863
|
);
|
|
4807
4864
|
}
|
|
4808
4865
|
const SiteSelection$1 = forwardRef(SiteSelection);
|
|
4809
|
-
const Icon$
|
|
4866
|
+
const Icon$J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4810
4867
|
"path",
|
|
4811
4868
|
{
|
|
4812
4869
|
fill: "currentColor",
|
|
@@ -4815,10 +4872,10 @@ const Icon$I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4815
4872
|
clipRule: "evenodd"
|
|
4816
4873
|
}
|
|
4817
4874
|
) });
|
|
4818
|
-
const BaseSvgIcon$
|
|
4875
|
+
const BaseSvgIcon$J = createSvgIcon(Icon$J(), "Snowflake");
|
|
4819
4876
|
function Snowflake({ width, height, sx, ...props }, ref) {
|
|
4820
4877
|
return /* @__PURE__ */ jsx(
|
|
4821
|
-
BaseSvgIcon$
|
|
4878
|
+
BaseSvgIcon$J,
|
|
4822
4879
|
{
|
|
4823
4880
|
ref,
|
|
4824
4881
|
viewBox: "0 0 24 24",
|
|
@@ -4832,17 +4889,17 @@ function Snowflake({ width, height, sx, ...props }, ref) {
|
|
|
4832
4889
|
);
|
|
4833
4890
|
}
|
|
4834
4891
|
const Snowflake$1 = forwardRef(Snowflake);
|
|
4835
|
-
const Icon$
|
|
4892
|
+
const Icon$I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4836
4893
|
"path",
|
|
4837
4894
|
{
|
|
4838
4895
|
fill: "currentColor",
|
|
4839
4896
|
d: "M15.245.445q-1.07-.3-2.177-.397l-.175 1.992c.612.054 1.223.166 1.813.331zM17.313 1.237q.996.494 1.886 1.161l-1.202 1.6a10 10 0 0 0-1.571-.968zM6.619 1.271l.899 1.787q-.827.417-1.565.977L4.742 2.443c.588-.445 1.219-.84 1.877-1.172M8.155 13.031A4 4 0 0 1 8 12.001a3.994 3.994 0 0 1 2.97-3.846l-.517-1.932A5.996 5.996 0 0 0 6 12c.005.523.08 1.044.223 1.547zM14 12a2 2 0 1 0-4 0 2 2 0 0 0 4 0M14.828 14.828l1.415 1.414A5.96 5.96 0 0 1 12 18a5.96 5.96 0 0 1-4.243-1.758l1.415-1.414c1.51 1.512 4.146 1.512 5.656 0M17.776 13.548l-1.932-.519c.107-.394.156-.72.156-1.029a3.994 3.994 0 0 0-2.969-3.845l.517-1.932A5.996 5.996 0 0 1 18 12c0 .488-.071.98-.224 1.548M22.18 5.643a12 12 0 0 0-1.342-1.759l-1.473 1.354c.417.453.793.947 1.119 1.467zM3.112 3.94l1.48 1.343c-.412.455-.785.951-1.109 1.475l-1.701-1.05a12 12 0 0 1 1.33-1.769M21.824 10.122l1.965-.374a12 12 0 0 0-.613-2.126l-1.863.73c.224.57.396 1.166.511 1.77M10.857.054l.188 1.992a10 10 0 0 0-1.811.341L8.681.465c.708-.203 1.44-.34 2.176-.41M14.746 21.62l.548 1.922a12 12 0 0 0 2.063-.802l-.893-1.789c-.55.275-1.128.5-1.718.668M.797 7.69l1.867.72a10 10 0 0 0-.5 1.773l-1.967-.36c.133-.728.334-1.442.6-2.133M20.506 17.261l1.7 1.054c.389-.627.721-1.293.987-1.98l-1.864-.725a10 10 0 0 1-.823 1.651M10.907 23.951l.18-1.992a10 10 0 0 0 1.846-.003l.185 1.993a12.4 12.4 0 0 1-2.211.002M22 12c0 .62-.057 1.236-.168 1.838l1.967.364c.133-.72.201-1.462.201-2.202v-.046zM19.238 21.573l-1.207-1.595c.49-.37.948-.789 1.362-1.244l1.479 1.348a12 12 0 0 1-1.634 1.491M2 12.021l-2 .005c.002.74.071 1.481.207 2.202l1.965-.369c-.113-.602-.17-1.22-.172-1.838M8.73 23.55a12 12 0 0 1-2.066-.799l.89-1.79a10 10 0 0 0 1.72.663zM2.679 15.63l-1.863.727c.267.686.601 1.352.991 1.98l1.697-1.058a10 10 0 0 1-.825-1.649M4.782 21.587A12 12 0 0 1 3.145 20.1l1.475-1.35c.416.453.876.872 1.366 1.242z"
|
|
4840
4897
|
}
|
|
4841
4898
|
) });
|
|
4842
|
-
const BaseSvgIcon$
|
|
4899
|
+
const BaseSvgIcon$I = createSvgIcon(Icon$I(), "SpatialAnalysis");
|
|
4843
4900
|
function SpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
4844
4901
|
return /* @__PURE__ */ jsx(
|
|
4845
|
-
BaseSvgIcon$
|
|
4902
|
+
BaseSvgIcon$I,
|
|
4846
4903
|
{
|
|
4847
4904
|
ref,
|
|
4848
4905
|
viewBox: "0 0 24 24",
|
|
@@ -4856,7 +4913,7 @@ function SpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
4856
4913
|
);
|
|
4857
4914
|
}
|
|
4858
4915
|
const SpatialAnalysis$1 = forwardRef(SpatialAnalysis);
|
|
4859
|
-
const Icon$
|
|
4916
|
+
const Icon$H = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4860
4917
|
"path",
|
|
4861
4918
|
{
|
|
4862
4919
|
fill: "currentColor",
|
|
@@ -4865,10 +4922,10 @@ const Icon$G = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4865
4922
|
clipRule: "evenodd"
|
|
4866
4923
|
}
|
|
4867
4924
|
) });
|
|
4868
|
-
const BaseSvgIcon$
|
|
4925
|
+
const BaseSvgIcon$H = createSvgIcon(Icon$H(), "SpatialExtension");
|
|
4869
4926
|
function SpatialExtension({ width, height, sx, ...props }, ref) {
|
|
4870
4927
|
return /* @__PURE__ */ jsx(
|
|
4871
|
-
BaseSvgIcon$
|
|
4928
|
+
BaseSvgIcon$H,
|
|
4872
4929
|
{
|
|
4873
4930
|
ref,
|
|
4874
4931
|
viewBox: "0 0 24 24",
|
|
@@ -4882,7 +4939,7 @@ function SpatialExtension({ width, height, sx, ...props }, ref) {
|
|
|
4882
4939
|
);
|
|
4883
4940
|
}
|
|
4884
4941
|
const SpatialExtension$1 = forwardRef(SpatialExtension);
|
|
4885
|
-
const Icon$
|
|
4942
|
+
const Icon$G = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4886
4943
|
"path",
|
|
4887
4944
|
{
|
|
4888
4945
|
fill: "currentColor",
|
|
@@ -4891,10 +4948,10 @@ const Icon$F = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4891
4948
|
clipRule: "evenodd"
|
|
4892
4949
|
}
|
|
4893
4950
|
) });
|
|
4894
|
-
const BaseSvgIcon$
|
|
4951
|
+
const BaseSvgIcon$G = createSvgIcon(Icon$G(), "SpatialIndexes");
|
|
4895
4952
|
function SpatialIndexes({ width, height, sx, ...props }, ref) {
|
|
4896
4953
|
return /* @__PURE__ */ jsx(
|
|
4897
|
-
BaseSvgIcon$
|
|
4954
|
+
BaseSvgIcon$G,
|
|
4898
4955
|
{
|
|
4899
4956
|
ref,
|
|
4900
4957
|
viewBox: "0 0 24 24",
|
|
@@ -4908,7 +4965,7 @@ function SpatialIndexes({ width, height, sx, ...props }, ref) {
|
|
|
4908
4965
|
);
|
|
4909
4966
|
}
|
|
4910
4967
|
const SpatialIndexes$1 = forwardRef(SpatialIndexes);
|
|
4911
|
-
const Icon$
|
|
4968
|
+
const Icon$F = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4912
4969
|
"path",
|
|
4913
4970
|
{
|
|
4914
4971
|
fill: "currentColor",
|
|
@@ -4917,10 +4974,10 @@ const Icon$E = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4917
4974
|
clipRule: "evenodd"
|
|
4918
4975
|
}
|
|
4919
4976
|
) });
|
|
4920
|
-
const BaseSvgIcon$
|
|
4977
|
+
const BaseSvgIcon$F = createSvgIcon(Icon$F(), "Sql");
|
|
4921
4978
|
function Sql({ width, height, sx, ...props }, ref) {
|
|
4922
4979
|
return /* @__PURE__ */ jsx(
|
|
4923
|
-
BaseSvgIcon$
|
|
4980
|
+
BaseSvgIcon$F,
|
|
4924
4981
|
{
|
|
4925
4982
|
ref,
|
|
4926
4983
|
viewBox: "0 0 24 24",
|
|
@@ -4934,7 +4991,7 @@ function Sql({ width, height, sx, ...props }, ref) {
|
|
|
4934
4991
|
);
|
|
4935
4992
|
}
|
|
4936
4993
|
const Sql$1 = forwardRef(Sql);
|
|
4937
|
-
const Icon$
|
|
4994
|
+
const Icon$E = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
4938
4995
|
"path",
|
|
4939
4996
|
{
|
|
4940
4997
|
fill: "currentColor",
|
|
@@ -4943,10 +5000,10 @@ const Icon$D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
4943
5000
|
clipRule: "evenodd"
|
|
4944
5001
|
}
|
|
4945
5002
|
) });
|
|
4946
|
-
const BaseSvgIcon$
|
|
5003
|
+
const BaseSvgIcon$E = createSvgIcon(Icon$E(), "SqlError");
|
|
4947
5004
|
function SqlError({ width, height, sx, ...props }, ref) {
|
|
4948
5005
|
return /* @__PURE__ */ jsx(
|
|
4949
|
-
BaseSvgIcon$
|
|
5006
|
+
BaseSvgIcon$E,
|
|
4950
5007
|
{
|
|
4951
5008
|
ref,
|
|
4952
5009
|
viewBox: "0 0 24 24",
|
|
@@ -4960,7 +5017,7 @@ function SqlError({ width, height, sx, ...props }, ref) {
|
|
|
4960
5017
|
);
|
|
4961
5018
|
}
|
|
4962
5019
|
const SqlError$1 = forwardRef(SqlError);
|
|
4963
|
-
const Icon$
|
|
5020
|
+
const Icon$D = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4964
5021
|
/* @__PURE__ */ jsx(
|
|
4965
5022
|
"path",
|
|
4966
5023
|
{
|
|
@@ -4980,10 +5037,10 @@ const Icon$C = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
4980
5037
|
}
|
|
4981
5038
|
)
|
|
4982
5039
|
] });
|
|
4983
|
-
const BaseSvgIcon$
|
|
5040
|
+
const BaseSvgIcon$D = createSvgIcon(Icon$D(), "Sso");
|
|
4984
5041
|
function Sso({ width, height, sx, ...props }, ref) {
|
|
4985
5042
|
return /* @__PURE__ */ jsx(
|
|
4986
|
-
BaseSvgIcon$
|
|
5043
|
+
BaseSvgIcon$D,
|
|
4987
5044
|
{
|
|
4988
5045
|
ref,
|
|
4989
5046
|
viewBox: "0 0 24 24",
|
|
@@ -4997,11 +5054,11 @@ function Sso({ width, height, sx, ...props }, ref) {
|
|
|
4997
5054
|
);
|
|
4998
5055
|
}
|
|
4999
5056
|
const Sso$1 = forwardRef(Sso);
|
|
5000
|
-
const Icon$
|
|
5001
|
-
const BaseSvgIcon$
|
|
5057
|
+
const Icon$C = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M13 11h-2v2h2zm3 2h5v-2h-5zm-8-2H3v2h5z" }) });
|
|
5058
|
+
const BaseSvgIcon$C = createSvgIcon(Icon$C(), "StrokeCustom");
|
|
5002
5059
|
function StrokeCustom({ width, height, sx, ...props }, ref) {
|
|
5003
5060
|
return /* @__PURE__ */ jsx(
|
|
5004
|
-
BaseSvgIcon$
|
|
5061
|
+
BaseSvgIcon$C,
|
|
5005
5062
|
{
|
|
5006
5063
|
ref,
|
|
5007
5064
|
viewBox: "0 0 24 24",
|
|
@@ -5015,11 +5072,11 @@ function StrokeCustom({ width, height, sx, ...props }, ref) {
|
|
|
5015
5072
|
);
|
|
5016
5073
|
}
|
|
5017
5074
|
const StrokeCustom$1 = forwardRef(StrokeCustom);
|
|
5018
|
-
const Icon$
|
|
5019
|
-
const BaseSvgIcon$
|
|
5075
|
+
const Icon$B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M3 11h4v2H3zM10 11h4v2h-4zM21 11h-4v2h4z" }) });
|
|
5076
|
+
const BaseSvgIcon$B = createSvgIcon(Icon$B(), "StrokeDash");
|
|
5020
5077
|
function StrokeDash({ width, height, sx, ...props }, ref) {
|
|
5021
5078
|
return /* @__PURE__ */ jsx(
|
|
5022
|
-
BaseSvgIcon$
|
|
5079
|
+
BaseSvgIcon$B,
|
|
5023
5080
|
{
|
|
5024
5081
|
ref,
|
|
5025
5082
|
viewBox: "0 0 24 24",
|
|
@@ -5033,11 +5090,11 @@ function StrokeDash({ width, height, sx, ...props }, ref) {
|
|
|
5033
5090
|
);
|
|
5034
5091
|
}
|
|
5035
5092
|
const StrokeDash$1 = forwardRef(StrokeDash);
|
|
5036
|
-
const Icon$
|
|
5037
|
-
const BaseSvgIcon$
|
|
5093
|
+
const Icon$A = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M21 11H3v2h18z" }) });
|
|
5094
|
+
const BaseSvgIcon$A = createSvgIcon(Icon$A(), "StrokeSolid");
|
|
5038
5095
|
function StrokeSolid({ width, height, sx, ...props }, ref) {
|
|
5039
5096
|
return /* @__PURE__ */ jsx(
|
|
5040
|
-
BaseSvgIcon$
|
|
5097
|
+
BaseSvgIcon$A,
|
|
5041
5098
|
{
|
|
5042
5099
|
ref,
|
|
5043
5100
|
viewBox: "0 0 24 24",
|
|
@@ -5051,7 +5108,7 @@ function StrokeSolid({ width, height, sx, ...props }, ref) {
|
|
|
5051
5108
|
);
|
|
5052
5109
|
}
|
|
5053
5110
|
const StrokeSolid$1 = forwardRef(StrokeSolid);
|
|
5054
|
-
const Icon$
|
|
5111
|
+
const Icon$z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5055
5112
|
"path",
|
|
5056
5113
|
{
|
|
5057
5114
|
fill: "currentColor",
|
|
@@ -5060,10 +5117,10 @@ const Icon$y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5060
5117
|
clipRule: "evenodd"
|
|
5061
5118
|
}
|
|
5062
5119
|
) });
|
|
5063
|
-
const BaseSvgIcon$
|
|
5120
|
+
const BaseSvgIcon$z = createSvgIcon(Icon$z(), "SupplyChain");
|
|
5064
5121
|
function SupplyChain({ width, height, sx, ...props }, ref) {
|
|
5065
5122
|
return /* @__PURE__ */ jsx(
|
|
5066
|
-
BaseSvgIcon$
|
|
5123
|
+
BaseSvgIcon$z,
|
|
5067
5124
|
{
|
|
5068
5125
|
ref,
|
|
5069
5126
|
viewBox: "0 0 24 24",
|
|
@@ -5077,11 +5134,11 @@ function SupplyChain({ width, height, sx, ...props }, ref) {
|
|
|
5077
5134
|
);
|
|
5078
5135
|
}
|
|
5079
5136
|
const SupplyChain$1 = forwardRef(SupplyChain);
|
|
5080
|
-
const Icon$
|
|
5081
|
-
const BaseSvgIcon$
|
|
5137
|
+
const Icon$y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("circle", { cx: 12, cy: 12, r: 8, fill: "currentColor" }) });
|
|
5138
|
+
const BaseSvgIcon$y = createSvgIcon(Icon$y(), "SwatchCircle");
|
|
5082
5139
|
function SwatchCircle({ width, height, sx, ...props }, ref) {
|
|
5083
5140
|
return /* @__PURE__ */ jsx(
|
|
5084
|
-
BaseSvgIcon$
|
|
5141
|
+
BaseSvgIcon$y,
|
|
5085
5142
|
{
|
|
5086
5143
|
ref,
|
|
5087
5144
|
viewBox: "0 0 24 24",
|
|
@@ -5095,7 +5152,7 @@ function SwatchCircle({ width, height, sx, ...props }, ref) {
|
|
|
5095
5152
|
);
|
|
5096
5153
|
}
|
|
5097
5154
|
const SwatchCircle$1 = forwardRef(SwatchCircle);
|
|
5098
|
-
const Icon$
|
|
5155
|
+
const Icon$x = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5099
5156
|
"path",
|
|
5100
5157
|
{
|
|
5101
5158
|
fill: "currentColor",
|
|
@@ -5104,10 +5161,10 @@ const Icon$w = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5104
5161
|
clipRule: "evenodd"
|
|
5105
5162
|
}
|
|
5106
5163
|
) });
|
|
5107
|
-
const BaseSvgIcon$
|
|
5164
|
+
const BaseSvgIcon$x = createSvgIcon(Icon$x(), "SwatchCircleNone");
|
|
5108
5165
|
function SwatchCircleNone({ width, height, sx, ...props }, ref) {
|
|
5109
5166
|
return /* @__PURE__ */ jsx(
|
|
5110
|
-
BaseSvgIcon$
|
|
5167
|
+
BaseSvgIcon$x,
|
|
5111
5168
|
{
|
|
5112
5169
|
ref,
|
|
5113
5170
|
viewBox: "0 0 24 24",
|
|
@@ -5121,7 +5178,7 @@ function SwatchCircleNone({ width, height, sx, ...props }, ref) {
|
|
|
5121
5178
|
);
|
|
5122
5179
|
}
|
|
5123
5180
|
const SwatchCircleNone$1 = forwardRef(SwatchCircleNone);
|
|
5124
|
-
const Icon$
|
|
5181
|
+
const Icon$w = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5125
5182
|
"path",
|
|
5126
5183
|
{
|
|
5127
5184
|
fill: "currentColor",
|
|
@@ -5130,10 +5187,10 @@ const Icon$v = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5130
5187
|
clipRule: "evenodd"
|
|
5131
5188
|
}
|
|
5132
5189
|
) });
|
|
5133
|
-
const BaseSvgIcon$
|
|
5190
|
+
const BaseSvgIcon$w = createSvgIcon(Icon$w(), "TableColumn");
|
|
5134
5191
|
function TableColumn({ width, height, sx, ...props }, ref) {
|
|
5135
5192
|
return /* @__PURE__ */ jsx(
|
|
5136
|
-
BaseSvgIcon$
|
|
5193
|
+
BaseSvgIcon$w,
|
|
5137
5194
|
{
|
|
5138
5195
|
ref,
|
|
5139
5196
|
viewBox: "0 0 24 24",
|
|
@@ -5147,7 +5204,7 @@ function TableColumn({ width, height, sx, ...props }, ref) {
|
|
|
5147
5204
|
);
|
|
5148
5205
|
}
|
|
5149
5206
|
const TableColumn$1 = forwardRef(TableColumn);
|
|
5150
|
-
const Icon$
|
|
5207
|
+
const Icon$v = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
5151
5208
|
/* @__PURE__ */ jsx(
|
|
5152
5209
|
"path",
|
|
5153
5210
|
{
|
|
@@ -5165,10 +5222,10 @@ const Icon$u = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
5165
5222
|
}
|
|
5166
5223
|
)
|
|
5167
5224
|
] });
|
|
5168
|
-
const BaseSvgIcon$
|
|
5225
|
+
const BaseSvgIcon$v = createSvgIcon(Icon$v(), "TableColumnLimited");
|
|
5169
5226
|
function TableColumnLimited({ width, height, sx, ...props }, ref) {
|
|
5170
5227
|
return /* @__PURE__ */ jsx(
|
|
5171
|
-
BaseSvgIcon$
|
|
5228
|
+
BaseSvgIcon$v,
|
|
5172
5229
|
{
|
|
5173
5230
|
ref,
|
|
5174
5231
|
viewBox: "0 0 24 24",
|
|
@@ -5182,7 +5239,7 @@ function TableColumnLimited({ width, height, sx, ...props }, ref) {
|
|
|
5182
5239
|
);
|
|
5183
5240
|
}
|
|
5184
5241
|
const TableColumnLimited$1 = forwardRef(TableColumnLimited);
|
|
5185
|
-
const Icon$
|
|
5242
|
+
const Icon$u = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
5186
5243
|
/* @__PURE__ */ jsxs(
|
|
5187
5244
|
"g",
|
|
5188
5245
|
{
|
|
@@ -5198,10 +5255,10 @@ const Icon$t = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
5198
5255
|
),
|
|
5199
5256
|
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
5200
5257
|
] });
|
|
5201
|
-
const BaseSvgIcon$
|
|
5258
|
+
const BaseSvgIcon$u = createSvgIcon(Icon$u(), "TempTable");
|
|
5202
5259
|
function TempTable({ width, height, sx, ...props }, ref) {
|
|
5203
5260
|
return /* @__PURE__ */ jsx(
|
|
5204
|
-
BaseSvgIcon$
|
|
5261
|
+
BaseSvgIcon$u,
|
|
5205
5262
|
{
|
|
5206
5263
|
ref,
|
|
5207
5264
|
viewBox: "0 0 24 24",
|
|
@@ -5215,7 +5272,7 @@ function TempTable({ width, height, sx, ...props }, ref) {
|
|
|
5215
5272
|
);
|
|
5216
5273
|
}
|
|
5217
5274
|
const TempTable$1 = forwardRef(TempTable);
|
|
5218
|
-
const Icon$
|
|
5275
|
+
const Icon$t = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5219
5276
|
"path",
|
|
5220
5277
|
{
|
|
5221
5278
|
fill: "currentColor",
|
|
@@ -5224,10 +5281,10 @@ const Icon$s = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5224
5281
|
clipRule: "evenodd"
|
|
5225
5282
|
}
|
|
5226
5283
|
) });
|
|
5227
|
-
const BaseSvgIcon$
|
|
5284
|
+
const BaseSvgIcon$t = createSvgIcon(Icon$t(), "TerritoryPlanning");
|
|
5228
5285
|
function TerritoryPlanning({ width, height, sx, ...props }, ref) {
|
|
5229
5286
|
return /* @__PURE__ */ jsx(
|
|
5230
|
-
BaseSvgIcon$
|
|
5287
|
+
BaseSvgIcon$t,
|
|
5231
5288
|
{
|
|
5232
5289
|
ref,
|
|
5233
5290
|
viewBox: "0 0 24 24",
|
|
@@ -5241,7 +5298,7 @@ function TerritoryPlanning({ width, height, sx, ...props }, ref) {
|
|
|
5241
5298
|
);
|
|
5242
5299
|
}
|
|
5243
5300
|
const TerritoryPlanning$1 = forwardRef(TerritoryPlanning);
|
|
5244
|
-
const Icon$
|
|
5301
|
+
const Icon$s = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5245
5302
|
"path",
|
|
5246
5303
|
{
|
|
5247
5304
|
fill: "currentColor",
|
|
@@ -5250,10 +5307,10 @@ const Icon$r = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5250
5307
|
clipRule: "evenodd"
|
|
5251
5308
|
}
|
|
5252
5309
|
) });
|
|
5253
|
-
const BaseSvgIcon$
|
|
5310
|
+
const BaseSvgIcon$s = createSvgIcon(Icon$s(), "TextBox");
|
|
5254
5311
|
function TextBox({ width, height, sx, ...props }, ref) {
|
|
5255
5312
|
return /* @__PURE__ */ jsx(
|
|
5256
|
-
BaseSvgIcon$
|
|
5313
|
+
BaseSvgIcon$s,
|
|
5257
5314
|
{
|
|
5258
5315
|
ref,
|
|
5259
5316
|
viewBox: "0 0 24 24",
|
|
@@ -5267,7 +5324,7 @@ function TextBox({ width, height, sx, ...props }, ref) {
|
|
|
5267
5324
|
);
|
|
5268
5325
|
}
|
|
5269
5326
|
const TextBox$1 = forwardRef(TextBox);
|
|
5270
|
-
const Icon$
|
|
5327
|
+
const Icon$r = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
5271
5328
|
/* @__PURE__ */ jsx(
|
|
5272
5329
|
"path",
|
|
5273
5330
|
{
|
|
@@ -5288,10 +5345,10 @@ const Icon$q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
5288
5345
|
),
|
|
5289
5346
|
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "m11.394 21.809-9-6.858a1 1 0 0 1-.01-1.584" })
|
|
5290
5347
|
] });
|
|
5291
|
-
const BaseSvgIcon$
|
|
5348
|
+
const BaseSvgIcon$r = createSvgIcon(Icon$r(), "Tileset");
|
|
5292
5349
|
function Tileset({ width, height, sx, ...props }, ref) {
|
|
5293
5350
|
return /* @__PURE__ */ jsx(
|
|
5294
|
-
BaseSvgIcon$
|
|
5351
|
+
BaseSvgIcon$r,
|
|
5295
5352
|
{
|
|
5296
5353
|
ref,
|
|
5297
5354
|
viewBox: "0 0 24 24",
|
|
@@ -5305,7 +5362,7 @@ function Tileset({ width, height, sx, ...props }, ref) {
|
|
|
5305
5362
|
);
|
|
5306
5363
|
}
|
|
5307
5364
|
const Tileset$1 = forwardRef(Tileset);
|
|
5308
|
-
const Icon$
|
|
5365
|
+
const Icon$q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
5309
5366
|
/* @__PURE__ */ jsx(
|
|
5310
5367
|
"path",
|
|
5311
5368
|
{
|
|
@@ -5332,10 +5389,10 @@ const Icon$p = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
5332
5389
|
}
|
|
5333
5390
|
)
|
|
5334
5391
|
] });
|
|
5335
|
-
const BaseSvgIcon$
|
|
5392
|
+
const BaseSvgIcon$q = createSvgIcon(Icon$q(), "TilesetsAggregated");
|
|
5336
5393
|
function TilesetsAggregated({ width, height, sx, ...props }, ref) {
|
|
5337
5394
|
return /* @__PURE__ */ jsx(
|
|
5338
|
-
BaseSvgIcon$
|
|
5395
|
+
BaseSvgIcon$q,
|
|
5339
5396
|
{
|
|
5340
5397
|
ref,
|
|
5341
5398
|
viewBox: "0 0 24 24",
|
|
@@ -5349,7 +5406,7 @@ function TilesetsAggregated({ width, height, sx, ...props }, ref) {
|
|
|
5349
5406
|
);
|
|
5350
5407
|
}
|
|
5351
5408
|
const TilesetsAggregated$1 = forwardRef(TilesetsAggregated);
|
|
5352
|
-
const Icon$
|
|
5409
|
+
const Icon$p = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5353
5410
|
"path",
|
|
5354
5411
|
{
|
|
5355
5412
|
fill: "currentColor",
|
|
@@ -5358,10 +5415,10 @@ const Icon$o = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5358
5415
|
clipRule: "evenodd"
|
|
5359
5416
|
}
|
|
5360
5417
|
) });
|
|
5361
|
-
const BaseSvgIcon$
|
|
5418
|
+
const BaseSvgIcon$p = createSvgIcon(Icon$p(), "TimeBuckets");
|
|
5362
5419
|
function TimeBuckets({ width, height, sx, ...props }, ref) {
|
|
5363
5420
|
return /* @__PURE__ */ jsx(
|
|
5364
|
-
BaseSvgIcon$
|
|
5421
|
+
BaseSvgIcon$p,
|
|
5365
5422
|
{
|
|
5366
5423
|
ref,
|
|
5367
5424
|
viewBox: "0 0 24 24",
|
|
@@ -5375,7 +5432,7 @@ function TimeBuckets({ width, height, sx, ...props }, ref) {
|
|
|
5375
5432
|
);
|
|
5376
5433
|
}
|
|
5377
5434
|
const TimeBuckets$1 = forwardRef(TimeBuckets);
|
|
5378
|
-
const Icon$
|
|
5435
|
+
const Icon$o = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
5379
5436
|
/* @__PURE__ */ jsx(
|
|
5380
5437
|
"path",
|
|
5381
5438
|
{
|
|
@@ -5393,10 +5450,10 @@ const Icon$n = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
|
|
|
5393
5450
|
}
|
|
5394
5451
|
)
|
|
5395
5452
|
] });
|
|
5396
|
-
const BaseSvgIcon$
|
|
5453
|
+
const BaseSvgIcon$o = createSvgIcon(Icon$o(), "TimeCar");
|
|
5397
5454
|
function TimeCar({ width, height, sx, ...props }, ref) {
|
|
5398
5455
|
return /* @__PURE__ */ jsx(
|
|
5399
|
-
BaseSvgIcon$
|
|
5456
|
+
BaseSvgIcon$o,
|
|
5400
5457
|
{
|
|
5401
5458
|
ref,
|
|
5402
5459
|
viewBox: "0 0 24 24",
|
|
@@ -5410,7 +5467,7 @@ function TimeCar({ width, height, sx, ...props }, ref) {
|
|
|
5410
5467
|
);
|
|
5411
5468
|
}
|
|
5412
5469
|
const TimeCar$1 = forwardRef(TimeCar);
|
|
5413
|
-
const Icon$
|
|
5470
|
+
const Icon$n = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5414
5471
|
"path",
|
|
5415
5472
|
{
|
|
5416
5473
|
fill: "currentColor",
|
|
@@ -5419,10 +5476,10 @@ const Icon$m = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5419
5476
|
clipRule: "evenodd"
|
|
5420
5477
|
}
|
|
5421
5478
|
) });
|
|
5422
|
-
const BaseSvgIcon$
|
|
5479
|
+
const BaseSvgIcon$n = createSvgIcon(Icon$n(), "TimeWindowIncremental");
|
|
5423
5480
|
function TimeWindowIncremental({ width, height, sx, ...props }, ref) {
|
|
5424
5481
|
return /* @__PURE__ */ jsx(
|
|
5425
|
-
BaseSvgIcon$
|
|
5482
|
+
BaseSvgIcon$n,
|
|
5426
5483
|
{
|
|
5427
5484
|
ref,
|
|
5428
5485
|
viewBox: "0 0 24 24",
|
|
@@ -5436,7 +5493,7 @@ function TimeWindowIncremental({ width, height, sx, ...props }, ref) {
|
|
|
5436
5493
|
);
|
|
5437
5494
|
}
|
|
5438
5495
|
const TimeWindowIncremental$1 = forwardRef(TimeWindowIncremental);
|
|
5439
|
-
const Icon$
|
|
5496
|
+
const Icon$m = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5440
5497
|
"path",
|
|
5441
5498
|
{
|
|
5442
5499
|
fill: "currentColor",
|
|
@@ -5445,10 +5502,10 @@ const Icon$l = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5445
5502
|
clipRule: "evenodd"
|
|
5446
5503
|
}
|
|
5447
5504
|
) });
|
|
5448
|
-
const BaseSvgIcon$
|
|
5505
|
+
const BaseSvgIcon$m = createSvgIcon(Icon$m(), "TimeWindowMoving");
|
|
5449
5506
|
function TimeWindowMoving({ width, height, sx, ...props }, ref) {
|
|
5450
5507
|
return /* @__PURE__ */ jsx(
|
|
5451
|
-
BaseSvgIcon$
|
|
5508
|
+
BaseSvgIcon$m,
|
|
5452
5509
|
{
|
|
5453
5510
|
ref,
|
|
5454
5511
|
viewBox: "0 0 24 24",
|
|
@@ -5462,7 +5519,7 @@ function TimeWindowMoving({ width, height, sx, ...props }, ref) {
|
|
|
5462
5519
|
);
|
|
5463
5520
|
}
|
|
5464
5521
|
const TimeWindowMoving$1 = forwardRef(TimeWindowMoving);
|
|
5465
|
-
const Icon$
|
|
5522
|
+
const Icon$l = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5466
5523
|
"path",
|
|
5467
5524
|
{
|
|
5468
5525
|
fill: "currentColor",
|
|
@@ -5471,10 +5528,10 @@ const Icon$k = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5471
5528
|
clipRule: "evenodd"
|
|
5472
5529
|
}
|
|
5473
5530
|
) });
|
|
5474
|
-
const BaseSvgIcon$
|
|
5531
|
+
const BaseSvgIcon$l = createSvgIcon(Icon$l(), "Tooltip");
|
|
5475
5532
|
function Tooltip({ width, height, sx, ...props }, ref) {
|
|
5476
5533
|
return /* @__PURE__ */ jsx(
|
|
5477
|
-
BaseSvgIcon$
|
|
5534
|
+
BaseSvgIcon$l,
|
|
5478
5535
|
{
|
|
5479
5536
|
ref,
|
|
5480
5537
|
viewBox: "0 0 24 24",
|
|
@@ -5488,17 +5545,17 @@ function Tooltip({ width, height, sx, ...props }, ref) {
|
|
|
5488
5545
|
);
|
|
5489
5546
|
}
|
|
5490
5547
|
const Tooltip$1 = forwardRef(Tooltip);
|
|
5491
|
-
const Icon$
|
|
5548
|
+
const Icon$k = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5492
5549
|
"path",
|
|
5493
5550
|
{
|
|
5494
5551
|
fill: "currentColor",
|
|
5495
5552
|
d: "M12 13.694 7.41 18.21 6 16.823l6-5.904 6 5.904-1.41 1.387zM6 7.968h12V6H6z"
|
|
5496
5553
|
}
|
|
5497
5554
|
) });
|
|
5498
|
-
const BaseSvgIcon$
|
|
5555
|
+
const BaseSvgIcon$k = createSvgIcon(Icon$k(), "TopRow");
|
|
5499
5556
|
function TopRow({ width, height, sx, ...props }, ref) {
|
|
5500
5557
|
return /* @__PURE__ */ jsx(
|
|
5501
|
-
BaseSvgIcon$
|
|
5558
|
+
BaseSvgIcon$k,
|
|
5502
5559
|
{
|
|
5503
5560
|
ref,
|
|
5504
5561
|
viewBox: "0 0 24 24",
|
|
@@ -5512,7 +5569,7 @@ function TopRow({ width, height, sx, ...props }, ref) {
|
|
|
5512
5569
|
);
|
|
5513
5570
|
}
|
|
5514
5571
|
const TopRow$1 = forwardRef(TopRow);
|
|
5515
|
-
const Icon$
|
|
5572
|
+
const Icon$j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5516
5573
|
"path",
|
|
5517
5574
|
{
|
|
5518
5575
|
fill: "currentColor",
|
|
@@ -5521,10 +5578,10 @@ const Icon$i = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5521
5578
|
clipRule: "evenodd"
|
|
5522
5579
|
}
|
|
5523
5580
|
) });
|
|
5524
|
-
const BaseSvgIcon$
|
|
5581
|
+
const BaseSvgIcon$j = createSvgIcon(Icon$j(), "TwinArea");
|
|
5525
5582
|
function TwinArea({ width, height, sx, ...props }, ref) {
|
|
5526
5583
|
return /* @__PURE__ */ jsx(
|
|
5527
|
-
BaseSvgIcon$
|
|
5584
|
+
BaseSvgIcon$j,
|
|
5528
5585
|
{
|
|
5529
5586
|
ref,
|
|
5530
5587
|
viewBox: "0 0 24 24",
|
|
@@ -5538,7 +5595,7 @@ function TwinArea({ width, height, sx, ...props }, ref) {
|
|
|
5538
5595
|
);
|
|
5539
5596
|
}
|
|
5540
5597
|
const TwinArea$1 = forwardRef(TwinArea);
|
|
5541
|
-
const Icon$
|
|
5598
|
+
const Icon$i = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5542
5599
|
"path",
|
|
5543
5600
|
{
|
|
5544
5601
|
fill: "currentColor",
|
|
@@ -5547,10 +5604,10 @@ const Icon$h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
|
|
|
5547
5604
|
clipRule: "evenodd"
|
|
5548
5605
|
}
|
|
5549
5606
|
) });
|
|
5550
|
-
const BaseSvgIcon$
|
|
5607
|
+
const BaseSvgIcon$i = createSvgIcon(Icon$i(), "Twitter");
|
|
5551
5608
|
function Twitter({ width, height, sx, ...props }, ref) {
|
|
5552
5609
|
return /* @__PURE__ */ jsx(
|
|
5553
|
-
BaseSvgIcon$
|
|
5610
|
+
BaseSvgIcon$i,
|
|
5554
5611
|
{
|
|
5555
5612
|
ref,
|
|
5556
5613
|
viewBox: "0 0 24 24",
|
|
@@ -5564,6 +5621,30 @@ function Twitter({ width, height, sx, ...props }, ref) {
|
|
|
5564
5621
|
);
|
|
5565
5622
|
}
|
|
5566
5623
|
const Twitter$1 = forwardRef(Twitter);
|
|
5624
|
+
const Icon$h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
5625
|
+
"path",
|
|
5626
|
+
{
|
|
5627
|
+
fill: "currentColor",
|
|
5628
|
+
d: "M15 18H7v-2h8c2.21 0 4-1.79 4-4s-1.79-4-4-4H6.83l2.59 2.59L8 12 3 7l5-5 1.41 1.41L6.83 6H15c3.31 0 6 2.69 6 6s-2.69 6-6 6"
|
|
5629
|
+
}
|
|
5630
|
+
) });
|
|
5631
|
+
const BaseSvgIcon$h = createSvgIcon(Icon$h(), "UndoAlt");
|
|
5632
|
+
function UndoAlt({ width, height, sx, ...props }, ref) {
|
|
5633
|
+
return /* @__PURE__ */ jsx(
|
|
5634
|
+
BaseSvgIcon$h,
|
|
5635
|
+
{
|
|
5636
|
+
ref,
|
|
5637
|
+
viewBox: "0 0 24 24",
|
|
5638
|
+
sx: {
|
|
5639
|
+
width,
|
|
5640
|
+
height: height || width,
|
|
5641
|
+
...sx
|
|
5642
|
+
},
|
|
5643
|
+
...props
|
|
5644
|
+
}
|
|
5645
|
+
);
|
|
5646
|
+
}
|
|
5647
|
+
const UndoAlt$1 = forwardRef(UndoAlt);
|
|
5567
5648
|
const Icon$g = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
5568
5649
|
/* @__PURE__ */ jsx(
|
|
5569
5650
|
"path",
|
|
@@ -6177,6 +6258,7 @@ export {
|
|
|
6177
6258
|
Facebook$1 as Facebook,
|
|
6178
6259
|
Financial$1 as Financial,
|
|
6179
6260
|
FlipInverse$1 as FlipInverse,
|
|
6261
|
+
FoldersStackedOutlined$1 as FoldersStackedOutlined,
|
|
6180
6262
|
Framed$1 as Framed,
|
|
6181
6263
|
FraudDetection$1 as FraudDetection,
|
|
6182
6264
|
Functions$1 as Functions,
|
|
@@ -6244,6 +6326,7 @@ export {
|
|
|
6244
6326
|
QueryTable$1 as QueryTable,
|
|
6245
6327
|
Rain$1 as Rain,
|
|
6246
6328
|
Raster$1 as Raster,
|
|
6329
|
+
RedoAlt$1 as RedoAlt,
|
|
6247
6330
|
Redshift$1 as Redshift,
|
|
6248
6331
|
Report$1 as Report,
|
|
6249
6332
|
Reset$1 as Reset,
|
|
@@ -6293,6 +6376,7 @@ export {
|
|
|
6293
6376
|
TopRow$1 as TopRow,
|
|
6294
6377
|
TwinArea$1 as TwinArea,
|
|
6295
6378
|
Twitter$1 as Twitter,
|
|
6379
|
+
UndoAlt$1 as UndoAlt,
|
|
6296
6380
|
UpdateGen$1 as UpdateGen,
|
|
6297
6381
|
UploadFileUrl$1 as UploadFileUrl,
|
|
6298
6382
|
View2d$1 as View2d,
|