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