@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
|
@@ -5,9 +5,8 @@ const React = require("react");
|
|
|
5
5
|
const material = require("@mui/material");
|
|
6
6
|
const ArrowDown = require("../ArrowDown-DJ0vhbsw.cjs");
|
|
7
7
|
const OpenDiagonallyRight = require("../OpenDiagonallyRight-CpL4ROwg.cjs");
|
|
8
|
-
const
|
|
9
|
-
const
|
|
10
|
-
const Icon$38 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
8
|
+
const SwatchSquare = require("../SwatchSquare-B8PIY3Rd.cjs");
|
|
9
|
+
const Icon$3b = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
11
10
|
"path",
|
|
12
11
|
{
|
|
13
12
|
fill: "currentColor",
|
|
@@ -16,10 +15,10 @@ const Icon$38 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
16
15
|
clipRule: "evenodd"
|
|
17
16
|
}
|
|
18
17
|
) });
|
|
19
|
-
const BaseSvgIcon$
|
|
18
|
+
const BaseSvgIcon$3b = material.createSvgIcon(Icon$3b(), "AccessIn");
|
|
20
19
|
function AccessIn({ width, height, sx, ...props }, ref) {
|
|
21
20
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
22
|
-
BaseSvgIcon$
|
|
21
|
+
BaseSvgIcon$3b,
|
|
23
22
|
{
|
|
24
23
|
ref,
|
|
25
24
|
viewBox: "0 0 24 24",
|
|
@@ -33,17 +32,17 @@ function AccessIn({ width, height, sx, ...props }, ref) {
|
|
|
33
32
|
);
|
|
34
33
|
}
|
|
35
34
|
const AccessIn$1 = React.forwardRef(AccessIn);
|
|
36
|
-
const Icon$
|
|
35
|
+
const Icon$3a = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
37
36
|
"path",
|
|
38
37
|
{
|
|
39
38
|
fill: "currentColor",
|
|
40
39
|
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"
|
|
41
40
|
}
|
|
42
41
|
) });
|
|
43
|
-
const BaseSvgIcon$
|
|
42
|
+
const BaseSvgIcon$3a = material.createSvgIcon(Icon$3a(), "AddApp");
|
|
44
43
|
function AddApp({ width, height, sx, ...props }, ref) {
|
|
45
44
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
46
|
-
BaseSvgIcon$
|
|
45
|
+
BaseSvgIcon$3a,
|
|
47
46
|
{
|
|
48
47
|
ref,
|
|
49
48
|
viewBox: "0 0 24 24",
|
|
@@ -57,7 +56,7 @@ function AddApp({ width, height, sx, ...props }, ref) {
|
|
|
57
56
|
);
|
|
58
57
|
}
|
|
59
58
|
const AddApp$1 = React.forwardRef(AddApp);
|
|
60
|
-
const Icon$
|
|
59
|
+
const Icon$39 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
61
60
|
"path",
|
|
62
61
|
{
|
|
63
62
|
fill: "currentColor",
|
|
@@ -66,10 +65,10 @@ const Icon$36 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
66
65
|
clipRule: "evenodd"
|
|
67
66
|
}
|
|
68
67
|
) });
|
|
69
|
-
const BaseSvgIcon$
|
|
68
|
+
const BaseSvgIcon$39 = material.createSvgIcon(Icon$39(), "AddSection");
|
|
70
69
|
function AddSection({ width, height, sx, ...props }, ref) {
|
|
71
70
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
72
|
-
BaseSvgIcon$
|
|
71
|
+
BaseSvgIcon$39,
|
|
73
72
|
{
|
|
74
73
|
ref,
|
|
75
74
|
viewBox: "0 0 24 24",
|
|
@@ -83,17 +82,17 @@ function AddSection({ width, height, sx, ...props }, ref) {
|
|
|
83
82
|
);
|
|
84
83
|
}
|
|
85
84
|
const AddSection$1 = React.forwardRef(AddSection);
|
|
86
|
-
const Icon$
|
|
85
|
+
const Icon$38 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
87
86
|
"path",
|
|
88
87
|
{
|
|
89
88
|
fill: "currentColor",
|
|
90
89
|
d: "M3 7v2h10V7zm4 6v2H3v2h4v2h2v-6zm14 4v-2H11v2zm-6-6h2V9h4V7h-4V5h-2z"
|
|
91
90
|
}
|
|
92
91
|
) });
|
|
93
|
-
const BaseSvgIcon$
|
|
92
|
+
const BaseSvgIcon$38 = material.createSvgIcon(Icon$38(), "AdvancedSettings");
|
|
94
93
|
function AdvancedSettings({ width, height, sx, ...props }, ref) {
|
|
95
94
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
96
|
-
BaseSvgIcon$
|
|
95
|
+
BaseSvgIcon$38,
|
|
97
96
|
{
|
|
98
97
|
ref,
|
|
99
98
|
viewBox: "0 0 24 24",
|
|
@@ -107,7 +106,7 @@ function AdvancedSettings({ width, height, sx, ...props }, ref) {
|
|
|
107
106
|
);
|
|
108
107
|
}
|
|
109
108
|
const AdvancedSettings$1 = React.forwardRef(AdvancedSettings);
|
|
110
|
-
const Icon$
|
|
109
|
+
const Icon$37 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
111
110
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
112
111
|
"path",
|
|
113
112
|
{
|
|
@@ -139,10 +138,10 @@ const Icon$34 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
139
138
|
}
|
|
140
139
|
)
|
|
141
140
|
] });
|
|
142
|
-
const BaseSvgIcon$
|
|
141
|
+
const BaseSvgIcon$37 = material.createSvgIcon(Icon$37(), "AiAgent");
|
|
143
142
|
function AiAgent({ width, height, sx, ...props }, ref) {
|
|
144
143
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
145
|
-
BaseSvgIcon$
|
|
144
|
+
BaseSvgIcon$37,
|
|
146
145
|
{
|
|
147
146
|
ref,
|
|
148
147
|
viewBox: "0 0 24 24",
|
|
@@ -156,7 +155,7 @@ function AiAgent({ width, height, sx, ...props }, ref) {
|
|
|
156
155
|
);
|
|
157
156
|
}
|
|
158
157
|
const AiAgent$1 = React.forwardRef(AiAgent);
|
|
159
|
-
const Icon$
|
|
158
|
+
const Icon$36 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
160
159
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
161
160
|
"path",
|
|
162
161
|
{
|
|
@@ -174,10 +173,10 @@ const Icon$33 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
174
173
|
}
|
|
175
174
|
)
|
|
176
175
|
] });
|
|
177
|
-
const BaseSvgIcon$
|
|
176
|
+
const BaseSvgIcon$36 = material.createSvgIcon(Icon$36(), "AiGeneratedObject");
|
|
178
177
|
function AiGeneratedObject({ width, height, sx, ...props }, ref) {
|
|
179
178
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
180
|
-
BaseSvgIcon$
|
|
179
|
+
BaseSvgIcon$36,
|
|
181
180
|
{
|
|
182
181
|
ref,
|
|
183
182
|
viewBox: "0 0 24 24",
|
|
@@ -191,7 +190,7 @@ function AiGeneratedObject({ width, height, sx, ...props }, ref) {
|
|
|
191
190
|
);
|
|
192
191
|
}
|
|
193
192
|
const AiGeneratedObject$1 = React.forwardRef(AiGeneratedObject);
|
|
194
|
-
const Icon$
|
|
193
|
+
const Icon$35 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
195
194
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
196
195
|
"path",
|
|
197
196
|
{
|
|
@@ -232,10 +231,10 @@ const Icon$32 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
232
231
|
}
|
|
233
232
|
)
|
|
234
233
|
] });
|
|
235
|
-
const BaseSvgIcon$
|
|
234
|
+
const BaseSvgIcon$35 = material.createSvgIcon(Icon$35(), "AiTool");
|
|
236
235
|
function AiTool({ width, height, sx, ...props }, ref) {
|
|
237
236
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
238
|
-
BaseSvgIcon$
|
|
237
|
+
BaseSvgIcon$35,
|
|
239
238
|
{
|
|
240
239
|
ref,
|
|
241
240
|
viewBox: "0 0 24 24",
|
|
@@ -249,7 +248,7 @@ function AiTool({ width, height, sx, ...props }, ref) {
|
|
|
249
248
|
);
|
|
250
249
|
}
|
|
251
250
|
const AiTool$1 = React.forwardRef(AiTool);
|
|
252
|
-
const Icon$
|
|
251
|
+
const Icon$34 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
253
252
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
254
253
|
"path",
|
|
255
254
|
{
|
|
@@ -269,10 +268,10 @@ const Icon$31 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
269
268
|
}
|
|
270
269
|
)
|
|
271
270
|
] });
|
|
272
|
-
const BaseSvgIcon$
|
|
271
|
+
const BaseSvgIcon$34 = material.createSvgIcon(Icon$34(), "Annotation");
|
|
273
272
|
function Annotation({ width, height, sx, ...props }, ref) {
|
|
274
273
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
275
|
-
BaseSvgIcon$
|
|
274
|
+
BaseSvgIcon$34,
|
|
276
275
|
{
|
|
277
276
|
ref,
|
|
278
277
|
viewBox: "0 0 24 24",
|
|
@@ -286,7 +285,7 @@ function Annotation({ width, height, sx, ...props }, ref) {
|
|
|
286
285
|
);
|
|
287
286
|
}
|
|
288
287
|
const Annotation$1 = React.forwardRef(Annotation);
|
|
289
|
-
const Icon$
|
|
288
|
+
const Icon$33 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
290
289
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
291
290
|
"path",
|
|
292
291
|
{
|
|
@@ -311,10 +310,10 @@ const Icon$30 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
311
310
|
}
|
|
312
311
|
)
|
|
313
312
|
] });
|
|
314
|
-
const BaseSvgIcon$
|
|
313
|
+
const BaseSvgIcon$33 = material.createSvgIcon(Icon$33(), "ApiCall");
|
|
315
314
|
function ApiCall({ width, height, sx, ...props }, ref) {
|
|
316
315
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
317
|
-
BaseSvgIcon$
|
|
316
|
+
BaseSvgIcon$33,
|
|
318
317
|
{
|
|
319
318
|
ref,
|
|
320
319
|
viewBox: "0 0 24 24",
|
|
@@ -328,7 +327,7 @@ function ApiCall({ width, height, sx, ...props }, ref) {
|
|
|
328
327
|
);
|
|
329
328
|
}
|
|
330
329
|
const ApiCall$1 = React.forwardRef(ApiCall);
|
|
331
|
-
const Icon$
|
|
330
|
+
const Icon$32 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
332
331
|
"path",
|
|
333
332
|
{
|
|
334
333
|
fill: "currentColor",
|
|
@@ -337,10 +336,10 @@ const Icon$2$ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
337
336
|
clipRule: "evenodd"
|
|
338
337
|
}
|
|
339
338
|
) });
|
|
340
|
-
const BaseSvgIcon$
|
|
339
|
+
const BaseSvgIcon$32 = material.createSvgIcon(Icon$32(), "ArrowLeft");
|
|
341
340
|
function ArrowLeft({ width, height, sx, ...props }, ref) {
|
|
342
341
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
343
|
-
BaseSvgIcon$
|
|
342
|
+
BaseSvgIcon$32,
|
|
344
343
|
{
|
|
345
344
|
ref,
|
|
346
345
|
viewBox: "0 0 24 24",
|
|
@@ -354,7 +353,7 @@ function ArrowLeft({ width, height, sx, ...props }, ref) {
|
|
|
354
353
|
);
|
|
355
354
|
}
|
|
356
355
|
const ArrowLeft$1 = React.forwardRef(ArrowLeft);
|
|
357
|
-
const Icon$
|
|
356
|
+
const Icon$31 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
358
357
|
"path",
|
|
359
358
|
{
|
|
360
359
|
fill: "currentColor",
|
|
@@ -363,10 +362,10 @@ const Icon$2_ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
363
362
|
clipRule: "evenodd"
|
|
364
363
|
}
|
|
365
364
|
) });
|
|
366
|
-
const BaseSvgIcon$
|
|
365
|
+
const BaseSvgIcon$31 = material.createSvgIcon(Icon$31(), "ArrowRight");
|
|
367
366
|
function ArrowRight({ width, height, sx, ...props }, ref) {
|
|
368
367
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
369
|
-
BaseSvgIcon$
|
|
368
|
+
BaseSvgIcon$31,
|
|
370
369
|
{
|
|
371
370
|
ref,
|
|
372
371
|
viewBox: "0 0 24 24",
|
|
@@ -380,7 +379,7 @@ function ArrowRight({ width, height, sx, ...props }, ref) {
|
|
|
380
379
|
);
|
|
381
380
|
}
|
|
382
381
|
const ArrowRight$1 = React.forwardRef(ArrowRight);
|
|
383
|
-
const Icon$
|
|
382
|
+
const Icon$30 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
384
383
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
385
384
|
"path",
|
|
386
385
|
{
|
|
@@ -405,10 +404,10 @@ const Icon$2Z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
405
404
|
}
|
|
406
405
|
)
|
|
407
406
|
] });
|
|
408
|
-
const BaseSvgIcon$
|
|
407
|
+
const BaseSvgIcon$30 = material.createSvgIcon(Icon$30(), "AsynchronousWait");
|
|
409
408
|
function AsynchronousWait({ width, height, sx, ...props }, ref) {
|
|
410
409
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
411
|
-
BaseSvgIcon$
|
|
410
|
+
BaseSvgIcon$30,
|
|
412
411
|
{
|
|
413
412
|
ref,
|
|
414
413
|
viewBox: "0 0 24 24",
|
|
@@ -422,7 +421,7 @@ function AsynchronousWait({ width, height, sx, ...props }, ref) {
|
|
|
422
421
|
);
|
|
423
422
|
}
|
|
424
423
|
const AsynchronousWait$1 = React.forwardRef(AsynchronousWait);
|
|
425
|
-
const Icon$
|
|
424
|
+
const Icon$2$ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
426
425
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
427
426
|
"path",
|
|
428
427
|
{
|
|
@@ -442,10 +441,10 @@ const Icon$2Y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
442
441
|
}
|
|
443
442
|
)
|
|
444
443
|
] });
|
|
445
|
-
const BaseSvgIcon$
|
|
444
|
+
const BaseSvgIcon$2$ = material.createSvgIcon(Icon$2$(), "Autostyle");
|
|
446
445
|
function Autostyle({ width, height, sx, ...props }, ref) {
|
|
447
446
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
448
|
-
BaseSvgIcon$
|
|
447
|
+
BaseSvgIcon$2$,
|
|
449
448
|
{
|
|
450
449
|
ref,
|
|
451
450
|
viewBox: "0 0 24 24",
|
|
@@ -459,7 +458,7 @@ function Autostyle({ width, height, sx, ...props }, ref) {
|
|
|
459
458
|
);
|
|
460
459
|
}
|
|
461
460
|
const Autostyle$1 = React.forwardRef(Autostyle);
|
|
462
|
-
const Icon$
|
|
461
|
+
const Icon$2_ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
463
462
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
464
463
|
"path",
|
|
465
464
|
{
|
|
@@ -477,10 +476,10 @@ const Icon$2X = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
477
476
|
}
|
|
478
477
|
)
|
|
479
478
|
] });
|
|
480
|
-
const BaseSvgIcon$
|
|
479
|
+
const BaseSvgIcon$2_ = material.createSvgIcon(Icon$2_(), "Avg");
|
|
481
480
|
function Avg({ width, height, sx, ...props }, ref) {
|
|
482
481
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
483
|
-
BaseSvgIcon$
|
|
482
|
+
BaseSvgIcon$2_,
|
|
484
483
|
{
|
|
485
484
|
ref,
|
|
486
485
|
viewBox: "0 0 24 24",
|
|
@@ -494,7 +493,7 @@ function Avg({ width, height, sx, ...props }, ref) {
|
|
|
494
493
|
);
|
|
495
494
|
}
|
|
496
495
|
const Avg$1 = React.forwardRef(Avg);
|
|
497
|
-
const Icon$
|
|
496
|
+
const Icon$2Z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
498
497
|
"path",
|
|
499
498
|
{
|
|
500
499
|
fill: "currentColor",
|
|
@@ -503,10 +502,10 @@ const Icon$2W = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
503
502
|
clipRule: "evenodd"
|
|
504
503
|
}
|
|
505
504
|
) });
|
|
506
|
-
const BaseSvgIcon$
|
|
505
|
+
const BaseSvgIcon$2Z = material.createSvgIcon(Icon$2Z(), "Behavioral");
|
|
507
506
|
function Behavioral({ width, height, sx, ...props }, ref) {
|
|
508
507
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
509
|
-
BaseSvgIcon$
|
|
508
|
+
BaseSvgIcon$2Z,
|
|
510
509
|
{
|
|
511
510
|
ref,
|
|
512
511
|
viewBox: "0 0 24 24",
|
|
@@ -520,7 +519,7 @@ function Behavioral({ width, height, sx, ...props }, ref) {
|
|
|
520
519
|
);
|
|
521
520
|
}
|
|
522
521
|
const Behavioral$1 = React.forwardRef(Behavioral);
|
|
523
|
-
const Icon$
|
|
522
|
+
const Icon$2Y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
524
523
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
525
524
|
"path",
|
|
526
525
|
{
|
|
@@ -538,10 +537,10 @@ const Icon$2V = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
538
537
|
}
|
|
539
538
|
)
|
|
540
539
|
] });
|
|
541
|
-
const BaseSvgIcon$
|
|
540
|
+
const BaseSvgIcon$2Y = material.createSvgIcon(Icon$2Y(), "Bigquery");
|
|
542
541
|
function Bigquery({ width, height, sx, ...props }, ref) {
|
|
543
542
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
544
|
-
BaseSvgIcon$
|
|
543
|
+
BaseSvgIcon$2Y,
|
|
545
544
|
{
|
|
546
545
|
ref,
|
|
547
546
|
viewBox: "0 0 24 24",
|
|
@@ -555,7 +554,7 @@ function Bigquery({ width, height, sx, ...props }, ref) {
|
|
|
555
554
|
);
|
|
556
555
|
}
|
|
557
556
|
const Bigquery$1 = React.forwardRef(Bigquery);
|
|
558
|
-
const Icon$
|
|
557
|
+
const Icon$2X = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
559
558
|
"path",
|
|
560
559
|
{
|
|
561
560
|
fill: "currentColor",
|
|
@@ -564,10 +563,10 @@ const Icon$2U = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
564
563
|
clipRule: "evenodd"
|
|
565
564
|
}
|
|
566
565
|
) });
|
|
567
|
-
const BaseSvgIcon$
|
|
566
|
+
const BaseSvgIcon$2X = material.createSvgIcon(Icon$2X(), "Blending");
|
|
568
567
|
function Blending({ width, height, sx, ...props }, ref) {
|
|
569
568
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
570
|
-
BaseSvgIcon$
|
|
569
|
+
BaseSvgIcon$2X,
|
|
571
570
|
{
|
|
572
571
|
ref,
|
|
573
572
|
viewBox: "0 0 24 24",
|
|
@@ -581,7 +580,7 @@ function Blending({ width, height, sx, ...props }, ref) {
|
|
|
581
580
|
);
|
|
582
581
|
}
|
|
583
582
|
const Blending$1 = React.forwardRef(Blending);
|
|
584
|
-
const Icon$
|
|
583
|
+
const Icon$2W = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
585
584
|
"path",
|
|
586
585
|
{
|
|
587
586
|
fill: "currentColor",
|
|
@@ -590,10 +589,10 @@ const Icon$2T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
590
589
|
clipRule: "evenodd"
|
|
591
590
|
}
|
|
592
591
|
) });
|
|
593
|
-
const BaseSvgIcon$
|
|
592
|
+
const BaseSvgIcon$2W = material.createSvgIcon(Icon$2W(), "BlockLabel");
|
|
594
593
|
function BlockLabel({ width, height, sx, ...props }, ref) {
|
|
595
594
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
596
|
-
BaseSvgIcon$
|
|
595
|
+
BaseSvgIcon$2W,
|
|
597
596
|
{
|
|
598
597
|
ref,
|
|
599
598
|
viewBox: "0 0 24 24",
|
|
@@ -607,7 +606,7 @@ function BlockLabel({ width, height, sx, ...props }, ref) {
|
|
|
607
606
|
);
|
|
608
607
|
}
|
|
609
608
|
const BlockLabel$1 = React.forwardRef(BlockLabel);
|
|
610
|
-
const Icon$
|
|
609
|
+
const Icon$2V = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
611
610
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
612
611
|
"path",
|
|
613
612
|
{
|
|
@@ -625,10 +624,10 @@ const Icon$2S = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
625
624
|
}
|
|
626
625
|
)
|
|
627
626
|
] });
|
|
628
|
-
const BaseSvgIcon$
|
|
627
|
+
const BaseSvgIcon$2V = material.createSvgIcon(Icon$2V(), "BlockLabelOff");
|
|
629
628
|
function BlockLabelOff({ width, height, sx, ...props }, ref) {
|
|
630
629
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
631
|
-
BaseSvgIcon$
|
|
630
|
+
BaseSvgIcon$2V,
|
|
632
631
|
{
|
|
633
632
|
ref,
|
|
634
633
|
viewBox: "0 0 24 24",
|
|
@@ -642,17 +641,17 @@ function BlockLabelOff({ width, height, sx, ...props }, ref) {
|
|
|
642
641
|
);
|
|
643
642
|
}
|
|
644
643
|
const BlockLabelOff$1 = React.forwardRef(BlockLabelOff);
|
|
645
|
-
const Icon$
|
|
644
|
+
const Icon$2U = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
646
645
|
"path",
|
|
647
646
|
{
|
|
648
647
|
fill: "currentColor",
|
|
649
648
|
d: "M18 18v-2H6v2zM7.41 5.59 12 10.18l4.59-4.59L18 7l-6 6-6-6z"
|
|
650
649
|
}
|
|
651
650
|
) });
|
|
652
|
-
const BaseSvgIcon$
|
|
651
|
+
const BaseSvgIcon$2U = material.createSvgIcon(Icon$2U(), "BottomRow");
|
|
653
652
|
function BottomRow({ width, height, sx, ...props }, ref) {
|
|
654
653
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
655
|
-
BaseSvgIcon$
|
|
654
|
+
BaseSvgIcon$2U,
|
|
656
655
|
{
|
|
657
656
|
ref,
|
|
658
657
|
viewBox: "0 0 24 24",
|
|
@@ -666,7 +665,7 @@ function BottomRow({ width, height, sx, ...props }, ref) {
|
|
|
666
665
|
);
|
|
667
666
|
}
|
|
668
667
|
const BottomRow$1 = React.forwardRef(BottomRow);
|
|
669
|
-
const Icon$
|
|
668
|
+
const Icon$2T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
670
669
|
"path",
|
|
671
670
|
{
|
|
672
671
|
fill: "currentColor",
|
|
@@ -675,10 +674,10 @@ const Icon$2Q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
675
674
|
clipRule: "evenodd"
|
|
676
675
|
}
|
|
677
676
|
) });
|
|
678
|
-
const BaseSvgIcon$
|
|
677
|
+
const BaseSvgIcon$2T = material.createSvgIcon(Icon$2T(), "BulletPointAlt");
|
|
679
678
|
function BulletPointAlt({ width, height, sx, ...props }, ref) {
|
|
680
679
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
681
|
-
BaseSvgIcon$
|
|
680
|
+
BaseSvgIcon$2T,
|
|
682
681
|
{
|
|
683
682
|
ref,
|
|
684
683
|
viewBox: "0 0 24 24",
|
|
@@ -692,7 +691,7 @@ function BulletPointAlt({ width, height, sx, ...props }, ref) {
|
|
|
692
691
|
);
|
|
693
692
|
}
|
|
694
693
|
const BulletPointAlt$1 = React.forwardRef(BulletPointAlt);
|
|
695
|
-
const Icon$
|
|
694
|
+
const Icon$2S = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
696
695
|
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M12 9a3 3 0 1 1 0 6 3 3 0 0 1 0-6" }),
|
|
697
696
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
698
697
|
"path",
|
|
@@ -704,10 +703,10 @@ const Icon$2P = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
704
703
|
}
|
|
705
704
|
)
|
|
706
705
|
] });
|
|
707
|
-
const BaseSvgIcon$
|
|
706
|
+
const BaseSvgIcon$2S = material.createSvgIcon(Icon$2S(), "BulletPointCheckedAlt");
|
|
708
707
|
function BulletPointCheckedAlt({ width, height, sx, ...props }, ref) {
|
|
709
708
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
710
|
-
BaseSvgIcon$
|
|
709
|
+
BaseSvgIcon$2S,
|
|
711
710
|
{
|
|
712
711
|
ref,
|
|
713
712
|
viewBox: "0 0 24 24",
|
|
@@ -721,7 +720,7 @@ function BulletPointCheckedAlt({ width, height, sx, ...props }, ref) {
|
|
|
721
720
|
);
|
|
722
721
|
}
|
|
723
722
|
const BulletPointCheckedAlt$1 = React.forwardRef(BulletPointCheckedAlt);
|
|
724
|
-
const Icon$
|
|
723
|
+
const Icon$2R = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
725
724
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
726
725
|
"path",
|
|
727
726
|
{
|
|
@@ -739,10 +738,10 @@ const Icon$2O = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
739
738
|
}
|
|
740
739
|
)
|
|
741
740
|
] });
|
|
742
|
-
const BaseSvgIcon$
|
|
741
|
+
const BaseSvgIcon$2R = material.createSvgIcon(Icon$2R(), "Carto");
|
|
743
742
|
function Carto({ width, height, sx, ...props }, ref) {
|
|
744
743
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
745
|
-
BaseSvgIcon$
|
|
744
|
+
BaseSvgIcon$2R,
|
|
746
745
|
{
|
|
747
746
|
ref,
|
|
748
747
|
viewBox: "0 0 24 24",
|
|
@@ -756,7 +755,7 @@ function Carto({ width, height, sx, ...props }, ref) {
|
|
|
756
755
|
);
|
|
757
756
|
}
|
|
758
757
|
const Carto$1 = React.forwardRef(Carto);
|
|
759
|
-
const Icon$
|
|
758
|
+
const Icon$2Q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
760
759
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
761
760
|
"path",
|
|
762
761
|
{
|
|
@@ -772,10 +771,10 @@ const Icon$2N = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
772
771
|
}
|
|
773
772
|
)
|
|
774
773
|
] });
|
|
775
|
-
const BaseSvgIcon$
|
|
774
|
+
const BaseSvgIcon$2Q = material.createSvgIcon(Icon$2Q(), "CartoAi");
|
|
776
775
|
function CartoAi({ width, height, sx, ...props }, ref) {
|
|
777
776
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
778
|
-
BaseSvgIcon$
|
|
777
|
+
BaseSvgIcon$2Q,
|
|
779
778
|
{
|
|
780
779
|
ref,
|
|
781
780
|
viewBox: "0 0 24 24",
|
|
@@ -789,7 +788,7 @@ function CartoAi({ width, height, sx, ...props }, ref) {
|
|
|
789
788
|
);
|
|
790
789
|
}
|
|
791
790
|
const CartoAi$1 = React.forwardRef(CartoAi);
|
|
792
|
-
const Icon$
|
|
791
|
+
const Icon$2P = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
793
792
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
794
793
|
"path",
|
|
795
794
|
{
|
|
@@ -807,10 +806,10 @@ const Icon$2M = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
807
806
|
}
|
|
808
807
|
)
|
|
809
808
|
] });
|
|
810
|
-
const BaseSvgIcon$
|
|
809
|
+
const BaseSvgIcon$2P = material.createSvgIcon(Icon$2P(), "CartoSymbol");
|
|
811
810
|
function CartoSymbol({ width, height, sx, ...props }, ref) {
|
|
812
811
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
813
|
-
BaseSvgIcon$
|
|
812
|
+
BaseSvgIcon$2P,
|
|
814
813
|
{
|
|
815
814
|
ref,
|
|
816
815
|
viewBox: "0 0 24 24",
|
|
@@ -824,7 +823,7 @@ function CartoSymbol({ width, height, sx, ...props }, ref) {
|
|
|
824
823
|
);
|
|
825
824
|
}
|
|
826
825
|
const CartoSymbol$1 = React.forwardRef(CartoSymbol);
|
|
827
|
-
const Icon$
|
|
826
|
+
const Icon$2O = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
828
827
|
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
829
828
|
"g",
|
|
830
829
|
{
|
|
@@ -840,10 +839,10 @@ const Icon$2L = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
840
839
|
),
|
|
841
840
|
/* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
842
841
|
] });
|
|
843
|
-
const BaseSvgIcon$
|
|
842
|
+
const BaseSvgIcon$2O = material.createSvgIcon(Icon$2O(), "CatalogView");
|
|
844
843
|
function CatalogView({ width, height, sx, ...props }, ref) {
|
|
845
844
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
846
|
-
BaseSvgIcon$
|
|
845
|
+
BaseSvgIcon$2O,
|
|
847
846
|
{
|
|
848
847
|
ref,
|
|
849
848
|
viewBox: "0 0 24 24",
|
|
@@ -857,7 +856,7 @@ function CatalogView({ width, height, sx, ...props }, ref) {
|
|
|
857
856
|
);
|
|
858
857
|
}
|
|
859
858
|
const CatalogView$1 = React.forwardRef(CatalogView);
|
|
860
|
-
const Icon$
|
|
859
|
+
const Icon$2N = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
861
860
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
862
861
|
"path",
|
|
863
862
|
{
|
|
@@ -877,10 +876,10 @@ const Icon$2K = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
877
876
|
}
|
|
878
877
|
)
|
|
879
878
|
] });
|
|
880
|
-
const BaseSvgIcon$
|
|
879
|
+
const BaseSvgIcon$2N = material.createSvgIcon(Icon$2N(), "CatastropheModeling");
|
|
881
880
|
function CatastropheModeling({ width, height, sx, ...props }, ref) {
|
|
882
881
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
883
|
-
BaseSvgIcon$
|
|
882
|
+
BaseSvgIcon$2N,
|
|
884
883
|
{
|
|
885
884
|
ref,
|
|
886
885
|
viewBox: "0 0 24 24",
|
|
@@ -894,7 +893,7 @@ function CatastropheModeling({ width, height, sx, ...props }, ref) {
|
|
|
894
893
|
);
|
|
895
894
|
}
|
|
896
895
|
const CatastropheModeling$1 = React.forwardRef(CatastropheModeling);
|
|
897
|
-
const Icon$
|
|
896
|
+
const Icon$2M = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
898
897
|
"path",
|
|
899
898
|
{
|
|
900
899
|
fill: "currentColor",
|
|
@@ -903,10 +902,10 @@ const Icon$2J = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
903
902
|
clipRule: "evenodd"
|
|
904
903
|
}
|
|
905
904
|
) });
|
|
906
|
-
const BaseSvgIcon$
|
|
905
|
+
const BaseSvgIcon$2M = material.createSvgIcon(Icon$2M(), "Center");
|
|
907
906
|
function Center({ width, height, sx, ...props }, ref) {
|
|
908
907
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
909
|
-
BaseSvgIcon$
|
|
908
|
+
BaseSvgIcon$2M,
|
|
910
909
|
{
|
|
911
910
|
ref,
|
|
912
911
|
viewBox: "0 0 24 24",
|
|
@@ -920,7 +919,7 @@ function Center({ width, height, sx, ...props }, ref) {
|
|
|
920
919
|
);
|
|
921
920
|
}
|
|
922
921
|
const Center$1 = React.forwardRef(Center);
|
|
923
|
-
const Icon$
|
|
922
|
+
const Icon$2L = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
924
923
|
"path",
|
|
925
924
|
{
|
|
926
925
|
fill: "currentColor",
|
|
@@ -929,10 +928,10 @@ const Icon$2I = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
929
928
|
clipRule: "evenodd"
|
|
930
929
|
}
|
|
931
930
|
) });
|
|
932
|
-
const BaseSvgIcon$
|
|
931
|
+
const BaseSvgIcon$2L = material.createSvgIcon(Icon$2L(), "CenterLayer");
|
|
933
932
|
function CenterLayer({ width, height, sx, ...props }, ref) {
|
|
934
933
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
935
|
-
BaseSvgIcon$
|
|
934
|
+
BaseSvgIcon$2L,
|
|
936
935
|
{
|
|
937
936
|
ref,
|
|
938
937
|
viewBox: "0 0 24 24",
|
|
@@ -946,7 +945,7 @@ function CenterLayer({ width, height, sx, ...props }, ref) {
|
|
|
946
945
|
);
|
|
947
946
|
}
|
|
948
947
|
const CenterLayer$1 = React.forwardRef(CenterLayer);
|
|
949
|
-
const Icon$
|
|
948
|
+
const Icon$2K = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
950
949
|
"path",
|
|
951
950
|
{
|
|
952
951
|
fill: "currentColor",
|
|
@@ -955,10 +954,10 @@ const Icon$2H = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
955
954
|
clipRule: "evenodd"
|
|
956
955
|
}
|
|
957
956
|
) });
|
|
958
|
-
const BaseSvgIcon$
|
|
957
|
+
const BaseSvgIcon$2K = material.createSvgIcon(Icon$2K(), "CloseDiagonallyLeft");
|
|
959
958
|
function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
960
959
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
961
|
-
BaseSvgIcon$
|
|
960
|
+
BaseSvgIcon$2K,
|
|
962
961
|
{
|
|
963
962
|
ref,
|
|
964
963
|
viewBox: "0 0 24 24",
|
|
@@ -972,7 +971,7 @@ function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
|
972
971
|
);
|
|
973
972
|
}
|
|
974
973
|
const CloseDiagonallyLeft$1 = React.forwardRef(CloseDiagonallyLeft);
|
|
975
|
-
const Icon$
|
|
974
|
+
const Icon$2J = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
976
975
|
"path",
|
|
977
976
|
{
|
|
978
977
|
fill: "currentColor",
|
|
@@ -981,10 +980,10 @@ const Icon$2G = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
981
980
|
clipRule: "evenodd"
|
|
982
981
|
}
|
|
983
982
|
) });
|
|
984
|
-
const BaseSvgIcon$
|
|
983
|
+
const BaseSvgIcon$2J = material.createSvgIcon(Icon$2J(), "CloseVertically");
|
|
985
984
|
function CloseVertically({ width, height, sx, ...props }, ref) {
|
|
986
985
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
987
|
-
BaseSvgIcon$
|
|
986
|
+
BaseSvgIcon$2J,
|
|
988
987
|
{
|
|
989
988
|
ref,
|
|
990
989
|
viewBox: "0 0 24 24",
|
|
@@ -998,7 +997,7 @@ function CloseVertically({ width, height, sx, ...props }, ref) {
|
|
|
998
997
|
);
|
|
999
998
|
}
|
|
1000
999
|
const CloseVertically$1 = React.forwardRef(CloseVertically);
|
|
1001
|
-
const Icon$
|
|
1000
|
+
const Icon$2I = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1002
1001
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1003
1002
|
"path",
|
|
1004
1003
|
{
|
|
@@ -1014,10 +1013,10 @@ const Icon$2F = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1014
1013
|
}
|
|
1015
1014
|
)
|
|
1016
1015
|
] });
|
|
1017
|
-
const BaseSvgIcon$
|
|
1016
|
+
const BaseSvgIcon$2I = material.createSvgIcon(Icon$2I(), "CodeBlock");
|
|
1018
1017
|
function CodeBlock({ width, height, sx, ...props }, ref) {
|
|
1019
1018
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1020
|
-
BaseSvgIcon$
|
|
1019
|
+
BaseSvgIcon$2I,
|
|
1021
1020
|
{
|
|
1022
1021
|
ref,
|
|
1023
1022
|
viewBox: "0 0 24 24",
|
|
@@ -1031,17 +1030,17 @@ function CodeBlock({ width, height, sx, ...props }, ref) {
|
|
|
1031
1030
|
);
|
|
1032
1031
|
}
|
|
1033
1032
|
const CodeBlock$1 = React.forwardRef(CodeBlock);
|
|
1034
|
-
const Icon$
|
|
1033
|
+
const Icon$2H = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1035
1034
|
"path",
|
|
1036
1035
|
{
|
|
1037
1036
|
fill: "currentColor",
|
|
1038
1037
|
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"
|
|
1039
1038
|
}
|
|
1040
1039
|
) });
|
|
1041
|
-
const BaseSvgIcon$
|
|
1040
|
+
const BaseSvgIcon$2H = material.createSvgIcon(Icon$2H(), "Comments");
|
|
1042
1041
|
function Comments({ width, height, sx, ...props }, ref) {
|
|
1043
1042
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1044
|
-
BaseSvgIcon$
|
|
1043
|
+
BaseSvgIcon$2H,
|
|
1045
1044
|
{
|
|
1046
1045
|
ref,
|
|
1047
1046
|
viewBox: "0 0 24 24",
|
|
@@ -1055,7 +1054,7 @@ function Comments({ width, height, sx, ...props }, ref) {
|
|
|
1055
1054
|
);
|
|
1056
1055
|
}
|
|
1057
1056
|
const Comments$1 = React.forwardRef(Comments);
|
|
1058
|
-
const Icon$
|
|
1057
|
+
const Icon$2G = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1059
1058
|
"path",
|
|
1060
1059
|
{
|
|
1061
1060
|
fill: "currentColor",
|
|
@@ -1064,10 +1063,10 @@ const Icon$2D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1064
1063
|
clipRule: "evenodd"
|
|
1065
1064
|
}
|
|
1066
1065
|
) });
|
|
1067
|
-
const BaseSvgIcon$
|
|
1066
|
+
const BaseSvgIcon$2G = material.createSvgIcon(Icon$2G(), "Console");
|
|
1068
1067
|
function Console({ width, height, sx, ...props }, ref) {
|
|
1069
1068
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1070
|
-
BaseSvgIcon$
|
|
1069
|
+
BaseSvgIcon$2G,
|
|
1071
1070
|
{
|
|
1072
1071
|
ref,
|
|
1073
1072
|
viewBox: "0 0 24 24",
|
|
@@ -1081,7 +1080,7 @@ function Console({ width, height, sx, ...props }, ref) {
|
|
|
1081
1080
|
);
|
|
1082
1081
|
}
|
|
1083
1082
|
const Console$1 = React.forwardRef(Console);
|
|
1084
|
-
const Icon$
|
|
1083
|
+
const Icon$2F = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1085
1084
|
"path",
|
|
1086
1085
|
{
|
|
1087
1086
|
fill: "currentColor",
|
|
@@ -1090,10 +1089,10 @@ const Icon$2C = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1090
1089
|
clipRule: "evenodd"
|
|
1091
1090
|
}
|
|
1092
1091
|
) });
|
|
1093
|
-
const BaseSvgIcon$
|
|
1092
|
+
const BaseSvgIcon$2F = material.createSvgIcon(Icon$2F(), "Covid19");
|
|
1094
1093
|
function Covid19({ width, height, sx, ...props }, ref) {
|
|
1095
1094
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1096
|
-
BaseSvgIcon$
|
|
1095
|
+
BaseSvgIcon$2F,
|
|
1097
1096
|
{
|
|
1098
1097
|
ref,
|
|
1099
1098
|
viewBox: "0 0 24 24",
|
|
@@ -1107,7 +1106,7 @@ function Covid19({ width, height, sx, ...props }, ref) {
|
|
|
1107
1106
|
);
|
|
1108
1107
|
}
|
|
1109
1108
|
const Covid19$1 = React.forwardRef(Covid19);
|
|
1110
|
-
const Icon$
|
|
1109
|
+
const Icon$2E = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1111
1110
|
"path",
|
|
1112
1111
|
{
|
|
1113
1112
|
fill: "currentColor",
|
|
@@ -1116,10 +1115,10 @@ const Icon$2B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1116
1115
|
clipRule: "evenodd"
|
|
1117
1116
|
}
|
|
1118
1117
|
) });
|
|
1119
|
-
const BaseSvgIcon$
|
|
1118
|
+
const BaseSvgIcon$2E = material.createSvgIcon(Icon$2E(), "CreateMap");
|
|
1120
1119
|
function CreateMap({ width, height, sx, ...props }, ref) {
|
|
1121
1120
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1122
|
-
BaseSvgIcon$
|
|
1121
|
+
BaseSvgIcon$2E,
|
|
1123
1122
|
{
|
|
1124
1123
|
ref,
|
|
1125
1124
|
viewBox: "0 0 24 24",
|
|
@@ -1133,17 +1132,17 @@ function CreateMap({ width, height, sx, ...props }, ref) {
|
|
|
1133
1132
|
);
|
|
1134
1133
|
}
|
|
1135
1134
|
const CreateMap$1 = React.forwardRef(CreateMap);
|
|
1136
|
-
const Icon$
|
|
1135
|
+
const Icon$2D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1137
1136
|
"path",
|
|
1138
1137
|
{
|
|
1139
1138
|
fill: "currentColor",
|
|
1140
1139
|
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"
|
|
1141
1140
|
}
|
|
1142
1141
|
) });
|
|
1143
|
-
const BaseSvgIcon$
|
|
1142
|
+
const BaseSvgIcon$2D = material.createSvgIcon(Icon$2D(), "CreateSpatialAnalysis");
|
|
1144
1143
|
function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
1145
1144
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1146
|
-
BaseSvgIcon$
|
|
1145
|
+
BaseSvgIcon$2D,
|
|
1147
1146
|
{
|
|
1148
1147
|
ref,
|
|
1149
1148
|
viewBox: "0 0 24 24",
|
|
@@ -1157,7 +1156,7 @@ function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
1157
1156
|
);
|
|
1158
1157
|
}
|
|
1159
1158
|
const CreateSpatialAnalysis$1 = React.forwardRef(CreateSpatialAnalysis);
|
|
1160
|
-
const Icon$
|
|
1159
|
+
const Icon$2C = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1161
1160
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1162
1161
|
"path",
|
|
1163
1162
|
{
|
|
@@ -1175,10 +1174,10 @@ const Icon$2z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1175
1174
|
}
|
|
1176
1175
|
)
|
|
1177
1176
|
] });
|
|
1178
|
-
const BaseSvgIcon$
|
|
1177
|
+
const BaseSvgIcon$2C = material.createSvgIcon(Icon$2C(), "CreateTileset");
|
|
1179
1178
|
function CreateTileset({ width, height, sx, ...props }, ref) {
|
|
1180
1179
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1181
|
-
BaseSvgIcon$
|
|
1180
|
+
BaseSvgIcon$2C,
|
|
1182
1181
|
{
|
|
1183
1182
|
ref,
|
|
1184
1183
|
viewBox: "0 0 24 24",
|
|
@@ -1192,7 +1191,7 @@ function CreateTileset({ width, height, sx, ...props }, ref) {
|
|
|
1192
1191
|
);
|
|
1193
1192
|
}
|
|
1194
1193
|
const CreateTileset$1 = React.forwardRef(CreateTileset);
|
|
1195
|
-
const Icon$
|
|
1194
|
+
const Icon$2B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1196
1195
|
"path",
|
|
1197
1196
|
{
|
|
1198
1197
|
fill: "currentColor",
|
|
@@ -1201,10 +1200,10 @@ const Icon$2y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1201
1200
|
clipRule: "evenodd"
|
|
1202
1201
|
}
|
|
1203
1202
|
) });
|
|
1204
|
-
const BaseSvgIcon$
|
|
1203
|
+
const BaseSvgIcon$2B = material.createSvgIcon(Icon$2B(), "CreateWorkflow");
|
|
1205
1204
|
function CreateWorkflow({ width, height, sx, ...props }, ref) {
|
|
1206
1205
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1207
|
-
BaseSvgIcon$
|
|
1206
|
+
BaseSvgIcon$2B,
|
|
1208
1207
|
{
|
|
1209
1208
|
ref,
|
|
1210
1209
|
viewBox: "0 0 24 24",
|
|
@@ -1218,7 +1217,7 @@ function CreateWorkflow({ width, height, sx, ...props }, ref) {
|
|
|
1218
1217
|
);
|
|
1219
1218
|
}
|
|
1220
1219
|
const CreateWorkflow$1 = React.forwardRef(CreateWorkflow);
|
|
1221
|
-
const Icon$
|
|
1220
|
+
const Icon$2A = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1222
1221
|
"path",
|
|
1223
1222
|
{
|
|
1224
1223
|
fill: "currentColor",
|
|
@@ -1227,10 +1226,10 @@ const Icon$2x = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1227
1226
|
clipRule: "evenodd"
|
|
1228
1227
|
}
|
|
1229
1228
|
) });
|
|
1230
|
-
const BaseSvgIcon$
|
|
1229
|
+
const BaseSvgIcon$2A = material.createSvgIcon(Icon$2A(), "Data");
|
|
1231
1230
|
function Data({ width, height, sx, ...props }, ref) {
|
|
1232
1231
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1233
|
-
BaseSvgIcon$
|
|
1232
|
+
BaseSvgIcon$2A,
|
|
1234
1233
|
{
|
|
1235
1234
|
ref,
|
|
1236
1235
|
viewBox: "0 0 24 24",
|
|
@@ -1244,7 +1243,7 @@ function Data({ width, height, sx, ...props }, ref) {
|
|
|
1244
1243
|
);
|
|
1245
1244
|
}
|
|
1246
1245
|
const Data$1 = React.forwardRef(Data);
|
|
1247
|
-
const Icon$
|
|
1246
|
+
const Icon$2z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1248
1247
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1249
1248
|
"path",
|
|
1250
1249
|
{
|
|
@@ -1264,10 +1263,10 @@ const Icon$2w = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1264
1263
|
}
|
|
1265
1264
|
)
|
|
1266
1265
|
] });
|
|
1267
|
-
const BaseSvgIcon$
|
|
1266
|
+
const BaseSvgIcon$2z = material.createSvgIcon(Icon$2z(), "DataAccess");
|
|
1268
1267
|
function DataAccess({ width, height, sx, ...props }, ref) {
|
|
1269
1268
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1270
|
-
BaseSvgIcon$
|
|
1269
|
+
BaseSvgIcon$2z,
|
|
1271
1270
|
{
|
|
1272
1271
|
ref,
|
|
1273
1272
|
viewBox: "0 0 24 24",
|
|
@@ -1281,7 +1280,7 @@ function DataAccess({ width, height, sx, ...props }, ref) {
|
|
|
1281
1280
|
);
|
|
1282
1281
|
}
|
|
1283
1282
|
const DataAccess$1 = React.forwardRef(DataAccess);
|
|
1284
|
-
const Icon$
|
|
1283
|
+
const Icon$2y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1285
1284
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1286
1285
|
"path",
|
|
1287
1286
|
{
|
|
@@ -1301,10 +1300,10 @@ const Icon$2v = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1301
1300
|
}
|
|
1302
1301
|
)
|
|
1303
1302
|
] });
|
|
1304
|
-
const BaseSvgIcon$
|
|
1303
|
+
const BaseSvgIcon$2y = material.createSvgIcon(Icon$2y(), "DataExplorer");
|
|
1305
1304
|
function DataExplorer({ width, height, sx, ...props }, ref) {
|
|
1306
1305
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1307
|
-
BaseSvgIcon$
|
|
1306
|
+
BaseSvgIcon$2y,
|
|
1308
1307
|
{
|
|
1309
1308
|
ref,
|
|
1310
1309
|
viewBox: "0 0 24 24",
|
|
@@ -1318,7 +1317,7 @@ function DataExplorer({ width, height, sx, ...props }, ref) {
|
|
|
1318
1317
|
);
|
|
1319
1318
|
}
|
|
1320
1319
|
const DataExplorer$1 = React.forwardRef(DataExplorer);
|
|
1321
|
-
const Icon$
|
|
1320
|
+
const Icon$2x = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1322
1321
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1323
1322
|
"path",
|
|
1324
1323
|
{
|
|
@@ -1338,10 +1337,10 @@ const Icon$2u = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1338
1337
|
}
|
|
1339
1338
|
)
|
|
1340
1339
|
] });
|
|
1341
|
-
const BaseSvgIcon$
|
|
1340
|
+
const BaseSvgIcon$2x = material.createSvgIcon(Icon$2x(), "DataFilter");
|
|
1342
1341
|
function DataFilter({ width, height, sx, ...props }, ref) {
|
|
1343
1342
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1344
|
-
BaseSvgIcon$
|
|
1343
|
+
BaseSvgIcon$2x,
|
|
1345
1344
|
{
|
|
1346
1345
|
ref,
|
|
1347
1346
|
viewBox: "0 0 24 24",
|
|
@@ -1355,7 +1354,7 @@ function DataFilter({ width, height, sx, ...props }, ref) {
|
|
|
1355
1354
|
);
|
|
1356
1355
|
}
|
|
1357
1356
|
const DataFilter$1 = React.forwardRef(DataFilter);
|
|
1358
|
-
const Icon$
|
|
1357
|
+
const Icon$2w = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1359
1358
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1360
1359
|
"path",
|
|
1361
1360
|
{
|
|
@@ -1373,10 +1372,10 @@ const Icon$2t = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1373
1372
|
}
|
|
1374
1373
|
)
|
|
1375
1374
|
] });
|
|
1376
|
-
const BaseSvgIcon$
|
|
1375
|
+
const BaseSvgIcon$2w = material.createSvgIcon(Icon$2w(), "DataMonetization");
|
|
1377
1376
|
function DataMonetization({ width, height, sx, ...props }, ref) {
|
|
1378
1377
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1379
|
-
BaseSvgIcon$
|
|
1378
|
+
BaseSvgIcon$2w,
|
|
1380
1379
|
{
|
|
1381
1380
|
ref,
|
|
1382
1381
|
viewBox: "0 0 24 24",
|
|
@@ -1390,7 +1389,7 @@ function DataMonetization({ width, height, sx, ...props }, ref) {
|
|
|
1390
1389
|
);
|
|
1391
1390
|
}
|
|
1392
1391
|
const DataMonetization$1 = React.forwardRef(DataMonetization);
|
|
1393
|
-
const Icon$
|
|
1392
|
+
const Icon$2v = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1394
1393
|
"path",
|
|
1395
1394
|
{
|
|
1396
1395
|
fill: "currentColor",
|
|
@@ -1399,10 +1398,10 @@ const Icon$2s = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1399
1398
|
clipRule: "evenodd"
|
|
1400
1399
|
}
|
|
1401
1400
|
) });
|
|
1402
|
-
const BaseSvgIcon$
|
|
1401
|
+
const BaseSvgIcon$2v = material.createSvgIcon(Icon$2v(), "DataObservatory");
|
|
1403
1402
|
function DataObservatory({ width, height, sx, ...props }, ref) {
|
|
1404
1403
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1405
|
-
BaseSvgIcon$
|
|
1404
|
+
BaseSvgIcon$2v,
|
|
1406
1405
|
{
|
|
1407
1406
|
ref,
|
|
1408
1407
|
viewBox: "0 0 24 24",
|
|
@@ -1416,7 +1415,7 @@ function DataObservatory({ width, height, sx, ...props }, ref) {
|
|
|
1416
1415
|
);
|
|
1417
1416
|
}
|
|
1418
1417
|
const DataObservatory$1 = React.forwardRef(DataObservatory);
|
|
1419
|
-
const Icon$
|
|
1418
|
+
const Icon$2u = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1420
1419
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1421
1420
|
"path",
|
|
1422
1421
|
{
|
|
@@ -1434,10 +1433,10 @@ const Icon$2r = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1434
1433
|
}
|
|
1435
1434
|
)
|
|
1436
1435
|
] });
|
|
1437
|
-
const BaseSvgIcon$
|
|
1436
|
+
const BaseSvgIcon$2u = material.createSvgIcon(Icon$2u(), "DataOk");
|
|
1438
1437
|
function DataOk({ width, height, sx, ...props }, ref) {
|
|
1439
1438
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1440
|
-
BaseSvgIcon$
|
|
1439
|
+
BaseSvgIcon$2u,
|
|
1441
1440
|
{
|
|
1442
1441
|
ref,
|
|
1443
1442
|
viewBox: "0 0 24 24",
|
|
@@ -1451,7 +1450,7 @@ function DataOk({ width, height, sx, ...props }, ref) {
|
|
|
1451
1450
|
);
|
|
1452
1451
|
}
|
|
1453
1452
|
const DataOk$1 = React.forwardRef(DataOk);
|
|
1454
|
-
const Icon$
|
|
1453
|
+
const Icon$2t = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1455
1454
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1456
1455
|
"path",
|
|
1457
1456
|
{
|
|
@@ -1471,10 +1470,10 @@ const Icon$2q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1471
1470
|
}
|
|
1472
1471
|
)
|
|
1473
1472
|
] });
|
|
1474
|
-
const BaseSvgIcon$
|
|
1473
|
+
const BaseSvgIcon$2t = material.createSvgIcon(Icon$2t(), "DataPending");
|
|
1475
1474
|
function DataPending({ width, height, sx, ...props }, ref) {
|
|
1476
1475
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1477
|
-
BaseSvgIcon$
|
|
1476
|
+
BaseSvgIcon$2t,
|
|
1478
1477
|
{
|
|
1479
1478
|
ref,
|
|
1480
1479
|
viewBox: "0 0 24 24",
|
|
@@ -1488,7 +1487,7 @@ function DataPending({ width, height, sx, ...props }, ref) {
|
|
|
1488
1487
|
);
|
|
1489
1488
|
}
|
|
1490
1489
|
const DataPending$1 = React.forwardRef(DataPending);
|
|
1491
|
-
const Icon$
|
|
1490
|
+
const Icon$2s = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1492
1491
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1493
1492
|
"path",
|
|
1494
1493
|
{
|
|
@@ -1506,10 +1505,10 @@ const Icon$2p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1506
1505
|
}
|
|
1507
1506
|
)
|
|
1508
1507
|
] });
|
|
1509
|
-
const BaseSvgIcon$
|
|
1508
|
+
const BaseSvgIcon$2s = material.createSvgIcon(Icon$2s(), "DataPremium");
|
|
1510
1509
|
function DataPremium({ width, height, sx, ...props }, ref) {
|
|
1511
1510
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1512
|
-
BaseSvgIcon$
|
|
1511
|
+
BaseSvgIcon$2s,
|
|
1513
1512
|
{
|
|
1514
1513
|
ref,
|
|
1515
1514
|
viewBox: "0 0 24 24",
|
|
@@ -1523,7 +1522,7 @@ function DataPremium({ width, height, sx, ...props }, ref) {
|
|
|
1523
1522
|
);
|
|
1524
1523
|
}
|
|
1525
1524
|
const DataPremium$1 = React.forwardRef(DataPremium);
|
|
1526
|
-
const Icon$
|
|
1525
|
+
const Icon$2r = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1527
1526
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1528
1527
|
"path",
|
|
1529
1528
|
{
|
|
@@ -1543,10 +1542,10 @@ const Icon$2o = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1543
1542
|
}
|
|
1544
1543
|
)
|
|
1545
1544
|
] });
|
|
1546
|
-
const BaseSvgIcon$
|
|
1545
|
+
const BaseSvgIcon$2r = material.createSvgIcon(Icon$2r(), "DataPublic");
|
|
1547
1546
|
function DataPublic({ width, height, sx, ...props }, ref) {
|
|
1548
1547
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1549
|
-
BaseSvgIcon$
|
|
1548
|
+
BaseSvgIcon$2r,
|
|
1550
1549
|
{
|
|
1551
1550
|
ref,
|
|
1552
1551
|
viewBox: "0 0 24 24",
|
|
@@ -1560,7 +1559,7 @@ function DataPublic({ width, height, sx, ...props }, ref) {
|
|
|
1560
1559
|
);
|
|
1561
1560
|
}
|
|
1562
1561
|
const DataPublic$1 = React.forwardRef(DataPublic);
|
|
1563
|
-
const Icon$
|
|
1562
|
+
const Icon$2q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1564
1563
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1565
1564
|
"path",
|
|
1566
1565
|
{
|
|
@@ -1580,10 +1579,10 @@ const Icon$2n = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1580
1579
|
}
|
|
1581
1580
|
)
|
|
1582
1581
|
] });
|
|
1583
|
-
const BaseSvgIcon$
|
|
1582
|
+
const BaseSvgIcon$2q = material.createSvgIcon(Icon$2q(), "DataSample");
|
|
1584
1583
|
function DataSample({ width, height, sx, ...props }, ref) {
|
|
1585
1584
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1586
|
-
BaseSvgIcon$
|
|
1585
|
+
BaseSvgIcon$2q,
|
|
1587
1586
|
{
|
|
1588
1587
|
ref,
|
|
1589
1588
|
viewBox: "0 0 24 24",
|
|
@@ -1597,7 +1596,7 @@ function DataSample({ width, height, sx, ...props }, ref) {
|
|
|
1597
1596
|
);
|
|
1598
1597
|
}
|
|
1599
1598
|
const DataSample$1 = React.forwardRef(DataSample);
|
|
1600
|
-
const Icon$
|
|
1599
|
+
const Icon$2p = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1601
1600
|
"path",
|
|
1602
1601
|
{
|
|
1603
1602
|
fill: "currentColor",
|
|
@@ -1606,10 +1605,10 @@ const Icon$2m = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1606
1605
|
clipRule: "evenodd"
|
|
1607
1606
|
}
|
|
1608
1607
|
) });
|
|
1609
|
-
const BaseSvgIcon$
|
|
1608
|
+
const BaseSvgIcon$2p = material.createSvgIcon(Icon$2p(), "DataUnavailable");
|
|
1610
1609
|
function DataUnavailable({ width, height, sx, ...props }, ref) {
|
|
1611
1610
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1612
|
-
BaseSvgIcon$
|
|
1611
|
+
BaseSvgIcon$2p,
|
|
1613
1612
|
{
|
|
1614
1613
|
ref,
|
|
1615
1614
|
viewBox: "0 0 24 24",
|
|
@@ -1623,7 +1622,7 @@ function DataUnavailable({ width, height, sx, ...props }, ref) {
|
|
|
1623
1622
|
);
|
|
1624
1623
|
}
|
|
1625
1624
|
const DataUnavailable$1 = React.forwardRef(DataUnavailable);
|
|
1626
|
-
const Icon$
|
|
1625
|
+
const Icon$2o = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1627
1626
|
"path",
|
|
1628
1627
|
{
|
|
1629
1628
|
fill: "currentColor",
|
|
@@ -1632,10 +1631,10 @@ const Icon$2l = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1632
1631
|
clipRule: "evenodd"
|
|
1633
1632
|
}
|
|
1634
1633
|
) });
|
|
1635
|
-
const BaseSvgIcon$
|
|
1634
|
+
const BaseSvgIcon$2o = material.createSvgIcon(Icon$2o(), "Databricks");
|
|
1636
1635
|
function Databricks({ width, height, sx, ...props }, ref) {
|
|
1637
1636
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1638
|
-
BaseSvgIcon$
|
|
1637
|
+
BaseSvgIcon$2o,
|
|
1639
1638
|
{
|
|
1640
1639
|
ref,
|
|
1641
1640
|
viewBox: "0 0 24 24",
|
|
@@ -1649,7 +1648,7 @@ function Databricks({ width, height, sx, ...props }, ref) {
|
|
|
1649
1648
|
);
|
|
1650
1649
|
}
|
|
1651
1650
|
const Databricks$1 = React.forwardRef(Databricks);
|
|
1652
|
-
const Icon$
|
|
1651
|
+
const Icon$2n = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1653
1652
|
"path",
|
|
1654
1653
|
{
|
|
1655
1654
|
fill: "currentColor",
|
|
@@ -1658,10 +1657,10 @@ const Icon$2k = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1658
1657
|
clipRule: "evenodd"
|
|
1659
1658
|
}
|
|
1660
1659
|
) });
|
|
1661
|
-
const BaseSvgIcon$
|
|
1660
|
+
const BaseSvgIcon$2n = material.createSvgIcon(Icon$2n(), "Demographics");
|
|
1662
1661
|
function Demographics({ width, height, sx, ...props }, ref) {
|
|
1663
1662
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1664
|
-
BaseSvgIcon$
|
|
1663
|
+
BaseSvgIcon$2n,
|
|
1665
1664
|
{
|
|
1666
1665
|
ref,
|
|
1667
1666
|
viewBox: "0 0 24 24",
|
|
@@ -1675,7 +1674,7 @@ function Demographics({ width, height, sx, ...props }, ref) {
|
|
|
1675
1674
|
);
|
|
1676
1675
|
}
|
|
1677
1676
|
const Demographics$1 = React.forwardRef(Demographics);
|
|
1678
|
-
const Icon$
|
|
1677
|
+
const Icon$2m = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1679
1678
|
"path",
|
|
1680
1679
|
{
|
|
1681
1680
|
fill: "currentColor",
|
|
@@ -1684,10 +1683,10 @@ const Icon$2j = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1684
1683
|
clipRule: "evenodd"
|
|
1685
1684
|
}
|
|
1686
1685
|
) });
|
|
1687
|
-
const BaseSvgIcon$
|
|
1686
|
+
const BaseSvgIcon$2m = material.createSvgIcon(Icon$2m(), "Derived");
|
|
1688
1687
|
function Derived({ width, height, sx, ...props }, ref) {
|
|
1689
1688
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1690
|
-
BaseSvgIcon$
|
|
1689
|
+
BaseSvgIcon$2m,
|
|
1691
1690
|
{
|
|
1692
1691
|
ref,
|
|
1693
1692
|
viewBox: "0 0 24 24",
|
|
@@ -1701,7 +1700,7 @@ function Derived({ width, height, sx, ...props }, ref) {
|
|
|
1701
1700
|
);
|
|
1702
1701
|
}
|
|
1703
1702
|
const Derived$1 = React.forwardRef(Derived);
|
|
1704
|
-
const Icon$
|
|
1703
|
+
const Icon$2l = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1705
1704
|
"path",
|
|
1706
1705
|
{
|
|
1707
1706
|
fill: "currentColor",
|
|
@@ -1710,10 +1709,10 @@ const Icon$2i = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1710
1709
|
clipRule: "evenodd"
|
|
1711
1710
|
}
|
|
1712
1711
|
) });
|
|
1713
|
-
const BaseSvgIcon$
|
|
1712
|
+
const BaseSvgIcon$2l = material.createSvgIcon(Icon$2l(), "Distance");
|
|
1714
1713
|
function Distance({ width, height, sx, ...props }, ref) {
|
|
1715
1714
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1716
|
-
BaseSvgIcon$
|
|
1715
|
+
BaseSvgIcon$2l,
|
|
1717
1716
|
{
|
|
1718
1717
|
ref,
|
|
1719
1718
|
viewBox: "0 0 24 24",
|
|
@@ -1727,11 +1726,11 @@ function Distance({ width, height, sx, ...props }, ref) {
|
|
|
1727
1726
|
);
|
|
1728
1727
|
}
|
|
1729
1728
|
const Distance$1 = React.forwardRef(Distance);
|
|
1730
|
-
const Icon$
|
|
1731
|
-
const BaseSvgIcon$
|
|
1729
|
+
const Icon$2k = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 12, cy: 12, r: 5, fill: "currentColor" }) });
|
|
1730
|
+
const BaseSvgIcon$2k = material.createSvgIcon(Icon$2k(), "Dot");
|
|
1732
1731
|
function Dot({ width, height, sx, ...props }, ref) {
|
|
1733
1732
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1734
|
-
BaseSvgIcon$
|
|
1733
|
+
BaseSvgIcon$2k,
|
|
1735
1734
|
{
|
|
1736
1735
|
ref,
|
|
1737
1736
|
viewBox: "0 0 24 24",
|
|
@@ -1745,7 +1744,7 @@ function Dot({ width, height, sx, ...props }, ref) {
|
|
|
1745
1744
|
);
|
|
1746
1745
|
}
|
|
1747
1746
|
const Dot$1 = React.forwardRef(Dot);
|
|
1748
|
-
const Icon$
|
|
1747
|
+
const Icon$2j = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1749
1748
|
"path",
|
|
1750
1749
|
{
|
|
1751
1750
|
fill: "currentColor",
|
|
@@ -1754,10 +1753,10 @@ const Icon$2g = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1754
1753
|
clipRule: "evenodd"
|
|
1755
1754
|
}
|
|
1756
1755
|
) });
|
|
1757
|
-
const BaseSvgIcon$
|
|
1756
|
+
const BaseSvgIcon$2j = material.createSvgIcon(Icon$2j(), "DrawCircle");
|
|
1758
1757
|
function DrawCircle({ width, height, sx, ...props }, ref) {
|
|
1759
1758
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1760
|
-
BaseSvgIcon$
|
|
1759
|
+
BaseSvgIcon$2j,
|
|
1761
1760
|
{
|
|
1762
1761
|
ref,
|
|
1763
1762
|
viewBox: "0 0 24 24",
|
|
@@ -1771,7 +1770,7 @@ function DrawCircle({ width, height, sx, ...props }, ref) {
|
|
|
1771
1770
|
);
|
|
1772
1771
|
}
|
|
1773
1772
|
const DrawCircle$1 = React.forwardRef(DrawCircle);
|
|
1774
|
-
const Icon$
|
|
1773
|
+
const Icon$2i = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1775
1774
|
"path",
|
|
1776
1775
|
{
|
|
1777
1776
|
fill: "currentColor",
|
|
@@ -1780,10 +1779,10 @@ const Icon$2f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1780
1779
|
clipRule: "evenodd"
|
|
1781
1780
|
}
|
|
1782
1781
|
) });
|
|
1783
|
-
const BaseSvgIcon$
|
|
1782
|
+
const BaseSvgIcon$2i = material.createSvgIcon(Icon$2i(), "DrawLasso");
|
|
1784
1783
|
function DrawLasso({ width, height, sx, ...props }, ref) {
|
|
1785
1784
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1786
|
-
BaseSvgIcon$
|
|
1785
|
+
BaseSvgIcon$2i,
|
|
1787
1786
|
{
|
|
1788
1787
|
ref,
|
|
1789
1788
|
viewBox: "0 0 24 24",
|
|
@@ -1797,17 +1796,17 @@ function DrawLasso({ width, height, sx, ...props }, ref) {
|
|
|
1797
1796
|
);
|
|
1798
1797
|
}
|
|
1799
1798
|
const DrawLasso$1 = React.forwardRef(DrawLasso);
|
|
1800
|
-
const Icon$
|
|
1799
|
+
const Icon$2h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1801
1800
|
"path",
|
|
1802
1801
|
{
|
|
1803
1802
|
fill: "currentColor",
|
|
1804
1803
|
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"
|
|
1805
1804
|
}
|
|
1806
1805
|
) });
|
|
1807
|
-
const BaseSvgIcon$
|
|
1806
|
+
const BaseSvgIcon$2h = material.createSvgIcon(Icon$2h(), "DrawLine");
|
|
1808
1807
|
function DrawLine({ width, height, sx, ...props }, ref) {
|
|
1809
1808
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1810
|
-
BaseSvgIcon$
|
|
1809
|
+
BaseSvgIcon$2h,
|
|
1811
1810
|
{
|
|
1812
1811
|
ref,
|
|
1813
1812
|
viewBox: "0 0 24 24",
|
|
@@ -1821,7 +1820,7 @@ function DrawLine({ width, height, sx, ...props }, ref) {
|
|
|
1821
1820
|
);
|
|
1822
1821
|
}
|
|
1823
1822
|
const DrawLine$1 = React.forwardRef(DrawLine);
|
|
1824
|
-
const Icon$
|
|
1823
|
+
const Icon$2g = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1825
1824
|
"path",
|
|
1826
1825
|
{
|
|
1827
1826
|
fill: "currentColor",
|
|
@@ -1830,10 +1829,10 @@ const Icon$2d = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1830
1829
|
clipRule: "evenodd"
|
|
1831
1830
|
}
|
|
1832
1831
|
) });
|
|
1833
|
-
const BaseSvgIcon$
|
|
1832
|
+
const BaseSvgIcon$2g = material.createSvgIcon(Icon$2g(), "DrawPolygon");
|
|
1834
1833
|
function DrawPolygon({ width, height, sx, ...props }, ref) {
|
|
1835
1834
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1836
|
-
BaseSvgIcon$
|
|
1835
|
+
BaseSvgIcon$2g,
|
|
1837
1836
|
{
|
|
1838
1837
|
ref,
|
|
1839
1838
|
viewBox: "0 0 24 24",
|
|
@@ -1847,7 +1846,7 @@ function DrawPolygon({ width, height, sx, ...props }, ref) {
|
|
|
1847
1846
|
);
|
|
1848
1847
|
}
|
|
1849
1848
|
const DrawPolygon$1 = React.forwardRef(DrawPolygon);
|
|
1850
|
-
const Icon$
|
|
1849
|
+
const Icon$2f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1851
1850
|
"path",
|
|
1852
1851
|
{
|
|
1853
1852
|
fill: "currentColor",
|
|
@@ -1856,10 +1855,10 @@ const Icon$2c = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1856
1855
|
clipRule: "evenodd"
|
|
1857
1856
|
}
|
|
1858
1857
|
) });
|
|
1859
|
-
const BaseSvgIcon$
|
|
1858
|
+
const BaseSvgIcon$2f = material.createSvgIcon(Icon$2f(), "DrawSquare");
|
|
1860
1859
|
function DrawSquare({ width, height, sx, ...props }, ref) {
|
|
1861
1860
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1862
|
-
BaseSvgIcon$
|
|
1861
|
+
BaseSvgIcon$2f,
|
|
1863
1862
|
{
|
|
1864
1863
|
ref,
|
|
1865
1864
|
viewBox: "0 0 24 24",
|
|
@@ -1873,7 +1872,7 @@ function DrawSquare({ width, height, sx, ...props }, ref) {
|
|
|
1873
1872
|
);
|
|
1874
1873
|
}
|
|
1875
1874
|
const DrawSquare$1 = React.forwardRef(DrawSquare);
|
|
1876
|
-
const Icon$
|
|
1875
|
+
const Icon$2e = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
1877
1876
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1878
1877
|
"path",
|
|
1879
1878
|
{
|
|
@@ -1891,10 +1890,10 @@ const Icon$2b = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
1891
1890
|
}
|
|
1892
1891
|
)
|
|
1893
1892
|
] });
|
|
1894
|
-
const BaseSvgIcon$
|
|
1893
|
+
const BaseSvgIcon$2e = material.createSvgIcon(Icon$2e(), "DropAPin");
|
|
1895
1894
|
function DropAPin({ width, height, sx, ...props }, ref) {
|
|
1896
1895
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1897
|
-
BaseSvgIcon$
|
|
1896
|
+
BaseSvgIcon$2e,
|
|
1898
1897
|
{
|
|
1899
1898
|
ref,
|
|
1900
1899
|
viewBox: "0 0 24 24",
|
|
@@ -1908,7 +1907,7 @@ function DropAPin({ width, height, sx, ...props }, ref) {
|
|
|
1908
1907
|
);
|
|
1909
1908
|
}
|
|
1910
1909
|
const DropAPin$1 = React.forwardRef(DropAPin);
|
|
1911
|
-
const Icon$
|
|
1910
|
+
const Icon$2d = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1912
1911
|
"path",
|
|
1913
1912
|
{
|
|
1914
1913
|
fill: "currentColor",
|
|
@@ -1917,10 +1916,10 @@ const Icon$2a = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1917
1916
|
clipRule: "evenodd"
|
|
1918
1917
|
}
|
|
1919
1918
|
) });
|
|
1920
|
-
const BaseSvgIcon$
|
|
1919
|
+
const BaseSvgIcon$2d = material.createSvgIcon(Icon$2d(), "DualMap");
|
|
1921
1920
|
function DualMap({ width, height, sx, ...props }, ref) {
|
|
1922
1921
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1923
|
-
BaseSvgIcon$
|
|
1922
|
+
BaseSvgIcon$2d,
|
|
1924
1923
|
{
|
|
1925
1924
|
ref,
|
|
1926
1925
|
viewBox: "0 0 24 24",
|
|
@@ -1934,7 +1933,7 @@ function DualMap({ width, height, sx, ...props }, ref) {
|
|
|
1934
1933
|
);
|
|
1935
1934
|
}
|
|
1936
1935
|
const DualMap$1 = React.forwardRef(DualMap);
|
|
1937
|
-
const Icon$
|
|
1936
|
+
const Icon$2c = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1938
1937
|
"path",
|
|
1939
1938
|
{
|
|
1940
1939
|
fill: "currentColor",
|
|
@@ -1943,10 +1942,10 @@ const Icon$29 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1943
1942
|
clipRule: "evenodd"
|
|
1944
1943
|
}
|
|
1945
1944
|
) });
|
|
1946
|
-
const BaseSvgIcon$
|
|
1945
|
+
const BaseSvgIcon$2c = material.createSvgIcon(Icon$2c(), "Environmental");
|
|
1947
1946
|
function Environmental({ width, height, sx, ...props }, ref) {
|
|
1948
1947
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1949
|
-
BaseSvgIcon$
|
|
1948
|
+
BaseSvgIcon$2c,
|
|
1950
1949
|
{
|
|
1951
1950
|
ref,
|
|
1952
1951
|
viewBox: "0 0 24 24",
|
|
@@ -1960,7 +1959,7 @@ function Environmental({ width, height, sx, ...props }, ref) {
|
|
|
1960
1959
|
);
|
|
1961
1960
|
}
|
|
1962
1961
|
const Environmental$1 = React.forwardRef(Environmental);
|
|
1963
|
-
const Icon$
|
|
1962
|
+
const Icon$2b = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1964
1963
|
"path",
|
|
1965
1964
|
{
|
|
1966
1965
|
fill: "currentColor",
|
|
@@ -1969,10 +1968,10 @@ const Icon$28 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
1969
1968
|
clipRule: "evenodd"
|
|
1970
1969
|
}
|
|
1971
1970
|
) });
|
|
1972
|
-
const BaseSvgIcon$
|
|
1971
|
+
const BaseSvgIcon$2b = material.createSvgIcon(Icon$2b(), "EnvironmentalManagement");
|
|
1973
1972
|
function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
|
|
1974
1973
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1975
|
-
BaseSvgIcon$
|
|
1974
|
+
BaseSvgIcon$2b,
|
|
1976
1975
|
{
|
|
1977
1976
|
ref,
|
|
1978
1977
|
viewBox: "0 0 24 24",
|
|
@@ -1986,11 +1985,11 @@ function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
|
|
|
1986
1985
|
);
|
|
1987
1986
|
}
|
|
1988
1987
|
const EnvironmentalManagement$1 = React.forwardRef(EnvironmentalManagement);
|
|
1989
|
-
const Icon$
|
|
1990
|
-
const BaseSvgIcon$
|
|
1988
|
+
const Icon$2a = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M4 17v-3h16v3zm0-7V7h16v3z" }) });
|
|
1989
|
+
const BaseSvgIcon$2a = material.createSvgIcon(Icon$2a(), "Equal");
|
|
1991
1990
|
function Equal({ width, height, sx, ...props }, ref) {
|
|
1992
1991
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1993
|
-
BaseSvgIcon$
|
|
1992
|
+
BaseSvgIcon$2a,
|
|
1994
1993
|
{
|
|
1995
1994
|
ref,
|
|
1996
1995
|
viewBox: "0 0 24 24",
|
|
@@ -2004,7 +2003,7 @@ function Equal({ width, height, sx, ...props }, ref) {
|
|
|
2004
2003
|
);
|
|
2005
2004
|
}
|
|
2006
2005
|
const Equal$1 = React.forwardRef(Equal);
|
|
2007
|
-
const Icon$
|
|
2006
|
+
const Icon$29 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2008
2007
|
"path",
|
|
2009
2008
|
{
|
|
2010
2009
|
fill: "currentColor",
|
|
@@ -2013,10 +2012,10 @@ const Icon$26 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2013
2012
|
clipRule: "evenodd"
|
|
2014
2013
|
}
|
|
2015
2014
|
) });
|
|
2016
|
-
const BaseSvgIcon$
|
|
2015
|
+
const BaseSvgIcon$29 = material.createSvgIcon(Icon$29(), "ExitToAppLeft");
|
|
2017
2016
|
function ExitToAppLeft({ width, height, sx, ...props }, ref) {
|
|
2018
2017
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2019
|
-
BaseSvgIcon$
|
|
2018
|
+
BaseSvgIcon$29,
|
|
2020
2019
|
{
|
|
2021
2020
|
ref,
|
|
2022
2021
|
viewBox: "0 0 24 24",
|
|
@@ -2030,7 +2029,7 @@ function ExitToAppLeft({ width, height, sx, ...props }, ref) {
|
|
|
2030
2029
|
);
|
|
2031
2030
|
}
|
|
2032
2031
|
const ExitToAppLeft$1 = React.forwardRef(ExitToAppLeft);
|
|
2033
|
-
const Icon$
|
|
2032
|
+
const Icon$28 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2034
2033
|
"path",
|
|
2035
2034
|
{
|
|
2036
2035
|
fill: "currentColor",
|
|
@@ -2039,10 +2038,10 @@ const Icon$25 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2039
2038
|
clipRule: "evenodd"
|
|
2040
2039
|
}
|
|
2041
2040
|
) });
|
|
2042
|
-
const BaseSvgIcon$
|
|
2041
|
+
const BaseSvgIcon$28 = material.createSvgIcon(Icon$28(), "Fabric");
|
|
2043
2042
|
function Fabric({ width, height, sx, ...props }, ref) {
|
|
2044
2043
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2045
|
-
BaseSvgIcon$
|
|
2044
|
+
BaseSvgIcon$28,
|
|
2046
2045
|
{
|
|
2047
2046
|
ref,
|
|
2048
2047
|
viewBox: "0 0 24 24",
|
|
@@ -2056,7 +2055,7 @@ function Fabric({ width, height, sx, ...props }, ref) {
|
|
|
2056
2055
|
);
|
|
2057
2056
|
}
|
|
2058
2057
|
const Fabric$1 = React.forwardRef(Fabric);
|
|
2059
|
-
const Icon$
|
|
2058
|
+
const Icon$27 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2060
2059
|
"path",
|
|
2061
2060
|
{
|
|
2062
2061
|
fill: "currentColor",
|
|
@@ -2065,10 +2064,10 @@ const Icon$24 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2065
2064
|
clipRule: "evenodd"
|
|
2066
2065
|
}
|
|
2067
2066
|
) });
|
|
2068
|
-
const BaseSvgIcon$
|
|
2067
|
+
const BaseSvgIcon$27 = material.createSvgIcon(Icon$27(), "Facebook");
|
|
2069
2068
|
function Facebook({ width, height, sx, ...props }, ref) {
|
|
2070
2069
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2071
|
-
BaseSvgIcon$
|
|
2070
|
+
BaseSvgIcon$27,
|
|
2072
2071
|
{
|
|
2073
2072
|
ref,
|
|
2074
2073
|
viewBox: "0 0 24 24",
|
|
@@ -2082,7 +2081,7 @@ function Facebook({ width, height, sx, ...props }, ref) {
|
|
|
2082
2081
|
);
|
|
2083
2082
|
}
|
|
2084
2083
|
const Facebook$1 = React.forwardRef(Facebook);
|
|
2085
|
-
const Icon$
|
|
2084
|
+
const Icon$26 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2086
2085
|
"path",
|
|
2087
2086
|
{
|
|
2088
2087
|
fill: "currentColor",
|
|
@@ -2091,10 +2090,10 @@ const Icon$23 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2091
2090
|
clipRule: "evenodd"
|
|
2092
2091
|
}
|
|
2093
2092
|
) });
|
|
2094
|
-
const BaseSvgIcon$
|
|
2093
|
+
const BaseSvgIcon$26 = material.createSvgIcon(Icon$26(), "Financial");
|
|
2095
2094
|
function Financial({ width, height, sx, ...props }, ref) {
|
|
2096
2095
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2097
|
-
BaseSvgIcon$
|
|
2096
|
+
BaseSvgIcon$26,
|
|
2098
2097
|
{
|
|
2099
2098
|
ref,
|
|
2100
2099
|
viewBox: "0 0 24 24",
|
|
@@ -2108,17 +2107,17 @@ function Financial({ width, height, sx, ...props }, ref) {
|
|
|
2108
2107
|
);
|
|
2109
2108
|
}
|
|
2110
2109
|
const Financial$1 = React.forwardRef(Financial);
|
|
2111
|
-
const Icon$
|
|
2110
|
+
const Icon$25 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2112
2111
|
"path",
|
|
2113
2112
|
{
|
|
2114
2113
|
fill: "currentColor",
|
|
2115
2114
|
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"
|
|
2116
2115
|
}
|
|
2117
2116
|
) });
|
|
2118
|
-
const BaseSvgIcon$
|
|
2117
|
+
const BaseSvgIcon$25 = material.createSvgIcon(Icon$25(), "FlipInverse");
|
|
2119
2118
|
function FlipInverse({ width, height, sx, ...props }, ref) {
|
|
2120
2119
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2121
|
-
BaseSvgIcon$
|
|
2120
|
+
BaseSvgIcon$25,
|
|
2122
2121
|
{
|
|
2123
2122
|
ref,
|
|
2124
2123
|
viewBox: "0 0 24 24",
|
|
@@ -2132,7 +2131,42 @@ function FlipInverse({ width, height, sx, ...props }, ref) {
|
|
|
2132
2131
|
);
|
|
2133
2132
|
}
|
|
2134
2133
|
const FlipInverse$1 = React.forwardRef(FlipInverse);
|
|
2135
|
-
const Icon$
|
|
2134
|
+
const Icon$24 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2135
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2136
|
+
"path",
|
|
2137
|
+
{
|
|
2138
|
+
fill: "currentColor",
|
|
2139
|
+
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"
|
|
2140
|
+
}
|
|
2141
|
+
),
|
|
2142
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2143
|
+
"path",
|
|
2144
|
+
{
|
|
2145
|
+
fill: "currentColor",
|
|
2146
|
+
fillRule: "evenodd",
|
|
2147
|
+
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",
|
|
2148
|
+
clipRule: "evenodd"
|
|
2149
|
+
}
|
|
2150
|
+
)
|
|
2151
|
+
] });
|
|
2152
|
+
const BaseSvgIcon$24 = material.createSvgIcon(Icon$24(), "FoldersStackedOutlined");
|
|
2153
|
+
function FoldersStackedOutlined({ width, height, sx, ...props }, ref) {
|
|
2154
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2155
|
+
BaseSvgIcon$24,
|
|
2156
|
+
{
|
|
2157
|
+
ref,
|
|
2158
|
+
viewBox: "0 0 24 24",
|
|
2159
|
+
sx: {
|
|
2160
|
+
width,
|
|
2161
|
+
height: height || width,
|
|
2162
|
+
...sx
|
|
2163
|
+
},
|
|
2164
|
+
...props
|
|
2165
|
+
}
|
|
2166
|
+
);
|
|
2167
|
+
}
|
|
2168
|
+
const FoldersStackedOutlined$1 = React.forwardRef(FoldersStackedOutlined);
|
|
2169
|
+
const Icon$23 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2136
2170
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2137
2171
|
"path",
|
|
2138
2172
|
{
|
|
@@ -2152,10 +2186,10 @@ const Icon$21 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2152
2186
|
}
|
|
2153
2187
|
)
|
|
2154
2188
|
] });
|
|
2155
|
-
const BaseSvgIcon$
|
|
2189
|
+
const BaseSvgIcon$23 = material.createSvgIcon(Icon$23(), "Framed");
|
|
2156
2190
|
function Framed({ width, height, sx, ...props }, ref) {
|
|
2157
2191
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2158
|
-
BaseSvgIcon$
|
|
2192
|
+
BaseSvgIcon$23,
|
|
2159
2193
|
{
|
|
2160
2194
|
ref,
|
|
2161
2195
|
viewBox: "0 0 24 24",
|
|
@@ -2169,7 +2203,7 @@ function Framed({ width, height, sx, ...props }, ref) {
|
|
|
2169
2203
|
);
|
|
2170
2204
|
}
|
|
2171
2205
|
const Framed$1 = React.forwardRef(Framed);
|
|
2172
|
-
const Icon$
|
|
2206
|
+
const Icon$22 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2173
2207
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2174
2208
|
"path",
|
|
2175
2209
|
{
|
|
@@ -2196,10 +2230,10 @@ const Icon$20 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2196
2230
|
}
|
|
2197
2231
|
)
|
|
2198
2232
|
] });
|
|
2199
|
-
const BaseSvgIcon$
|
|
2233
|
+
const BaseSvgIcon$22 = material.createSvgIcon(Icon$22(), "FraudDetection");
|
|
2200
2234
|
function FraudDetection({ width, height, sx, ...props }, ref) {
|
|
2201
2235
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2202
|
-
BaseSvgIcon$
|
|
2236
|
+
BaseSvgIcon$22,
|
|
2203
2237
|
{
|
|
2204
2238
|
ref,
|
|
2205
2239
|
viewBox: "0 0 24 24",
|
|
@@ -2213,7 +2247,7 @@ function FraudDetection({ width, height, sx, ...props }, ref) {
|
|
|
2213
2247
|
);
|
|
2214
2248
|
}
|
|
2215
2249
|
const FraudDetection$1 = React.forwardRef(FraudDetection);
|
|
2216
|
-
const Icon$
|
|
2250
|
+
const Icon$21 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2217
2251
|
"path",
|
|
2218
2252
|
{
|
|
2219
2253
|
fill: "currentColor",
|
|
@@ -2222,10 +2256,10 @@ const Icon$1$ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2222
2256
|
clipRule: "evenodd"
|
|
2223
2257
|
}
|
|
2224
2258
|
) });
|
|
2225
|
-
const BaseSvgIcon$
|
|
2259
|
+
const BaseSvgIcon$21 = material.createSvgIcon(Icon$21(), "Functions");
|
|
2226
2260
|
function Functions({ width, height, sx, ...props }, ref) {
|
|
2227
2261
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2228
|
-
BaseSvgIcon$
|
|
2262
|
+
BaseSvgIcon$21,
|
|
2229
2263
|
{
|
|
2230
2264
|
ref,
|
|
2231
2265
|
viewBox: "0 0 24 24",
|
|
@@ -2239,7 +2273,7 @@ function Functions({ width, height, sx, ...props }, ref) {
|
|
|
2239
2273
|
);
|
|
2240
2274
|
}
|
|
2241
2275
|
const Functions$1 = React.forwardRef(Functions);
|
|
2242
|
-
const Icon$
|
|
2276
|
+
const Icon$20 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2243
2277
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2244
2278
|
"path",
|
|
2245
2279
|
{
|
|
@@ -2262,10 +2296,10 @@ const Icon$1_ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2262
2296
|
}
|
|
2263
2297
|
)
|
|
2264
2298
|
] });
|
|
2265
|
-
const BaseSvgIcon$
|
|
2299
|
+
const BaseSvgIcon$20 = material.createSvgIcon(Icon$20(), "GeneratingDescription");
|
|
2266
2300
|
function GeneratingDescription({ width, height, sx, ...props }, ref) {
|
|
2267
2301
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2268
|
-
BaseSvgIcon$
|
|
2302
|
+
BaseSvgIcon$20,
|
|
2269
2303
|
{
|
|
2270
2304
|
ref,
|
|
2271
2305
|
viewBox: "0 0 24 24",
|
|
@@ -2279,7 +2313,7 @@ function GeneratingDescription({ width, height, sx, ...props }, ref) {
|
|
|
2279
2313
|
);
|
|
2280
2314
|
}
|
|
2281
2315
|
const GeneratingDescription$1 = React.forwardRef(GeneratingDescription);
|
|
2282
|
-
const Icon$
|
|
2316
|
+
const Icon$1$ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2283
2317
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2284
2318
|
"path",
|
|
2285
2319
|
{
|
|
@@ -2299,10 +2333,10 @@ const Icon$1Z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2299
2333
|
}
|
|
2300
2334
|
)
|
|
2301
2335
|
] });
|
|
2302
|
-
const BaseSvgIcon$
|
|
2336
|
+
const BaseSvgIcon$1$ = material.createSvgIcon(Icon$1$(), "GeocodeTable");
|
|
2303
2337
|
function GeocodeTable({ width, height, sx, ...props }, ref) {
|
|
2304
2338
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2305
|
-
BaseSvgIcon$
|
|
2339
|
+
BaseSvgIcon$1$,
|
|
2306
2340
|
{
|
|
2307
2341
|
ref,
|
|
2308
2342
|
viewBox: "0 0 24 24",
|
|
@@ -2316,7 +2350,7 @@ function GeocodeTable({ width, height, sx, ...props }, ref) {
|
|
|
2316
2350
|
);
|
|
2317
2351
|
}
|
|
2318
2352
|
const GeocodeTable$1 = React.forwardRef(GeocodeTable);
|
|
2319
|
-
const Icon$
|
|
2353
|
+
const Icon$1_ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2320
2354
|
"path",
|
|
2321
2355
|
{
|
|
2322
2356
|
fill: "currentColor",
|
|
@@ -2325,10 +2359,10 @@ const Icon$1Y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2325
2359
|
clipRule: "evenodd"
|
|
2326
2360
|
}
|
|
2327
2361
|
) });
|
|
2328
|
-
const BaseSvgIcon$
|
|
2362
|
+
const BaseSvgIcon$1_ = material.createSvgIcon(Icon$1_(), "Geography");
|
|
2329
2363
|
function Geography({ width, height, sx, ...props }, ref) {
|
|
2330
2364
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2331
|
-
BaseSvgIcon$
|
|
2365
|
+
BaseSvgIcon$1_,
|
|
2332
2366
|
{
|
|
2333
2367
|
ref,
|
|
2334
2368
|
viewBox: "0 0 24 24",
|
|
@@ -2342,7 +2376,7 @@ function Geography({ width, height, sx, ...props }, ref) {
|
|
|
2342
2376
|
);
|
|
2343
2377
|
}
|
|
2344
2378
|
const Geography$1 = React.forwardRef(Geography);
|
|
2345
|
-
const Icon$
|
|
2379
|
+
const Icon$1Z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2346
2380
|
"path",
|
|
2347
2381
|
{
|
|
2348
2382
|
fill: "currentColor",
|
|
@@ -2351,10 +2385,10 @@ const Icon$1X = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2351
2385
|
clipRule: "evenodd"
|
|
2352
2386
|
}
|
|
2353
2387
|
) });
|
|
2354
|
-
const BaseSvgIcon$
|
|
2388
|
+
const BaseSvgIcon$1Z = material.createSvgIcon(Icon$1Z(), "Geomarketing");
|
|
2355
2389
|
function Geomarketing({ width, height, sx, ...props }, ref) {
|
|
2356
2390
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2357
|
-
BaseSvgIcon$
|
|
2391
|
+
BaseSvgIcon$1Z,
|
|
2358
2392
|
{
|
|
2359
2393
|
ref,
|
|
2360
2394
|
viewBox: "0 0 24 24",
|
|
@@ -2368,7 +2402,7 @@ function Geomarketing({ width, height, sx, ...props }, ref) {
|
|
|
2368
2402
|
);
|
|
2369
2403
|
}
|
|
2370
2404
|
const Geomarketing$1 = React.forwardRef(Geomarketing);
|
|
2371
|
-
const Icon$
|
|
2405
|
+
const Icon$1Y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2372
2406
|
"path",
|
|
2373
2407
|
{
|
|
2374
2408
|
fill: "currentColor",
|
|
@@ -2377,10 +2411,10 @@ const Icon$1W = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2377
2411
|
clipRule: "evenodd"
|
|
2378
2412
|
}
|
|
2379
2413
|
) });
|
|
2380
|
-
const BaseSvgIcon$
|
|
2414
|
+
const BaseSvgIcon$1Y = material.createSvgIcon(Icon$1Y(), "Geometry");
|
|
2381
2415
|
function Geometry({ width, height, sx, ...props }, ref) {
|
|
2382
2416
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2383
|
-
BaseSvgIcon$
|
|
2417
|
+
BaseSvgIcon$1Y,
|
|
2384
2418
|
{
|
|
2385
2419
|
ref,
|
|
2386
2420
|
viewBox: "0 0 24 24",
|
|
@@ -2394,7 +2428,7 @@ function Geometry({ width, height, sx, ...props }, ref) {
|
|
|
2394
2428
|
);
|
|
2395
2429
|
}
|
|
2396
2430
|
const Geometry$1 = React.forwardRef(Geometry);
|
|
2397
|
-
const Icon$
|
|
2431
|
+
const Icon$1X = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2398
2432
|
"path",
|
|
2399
2433
|
{
|
|
2400
2434
|
fill: "currentColor",
|
|
@@ -2403,10 +2437,10 @@ const Icon$1V = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2403
2437
|
clipRule: "evenodd"
|
|
2404
2438
|
}
|
|
2405
2439
|
) });
|
|
2406
|
-
const BaseSvgIcon$
|
|
2440
|
+
const BaseSvgIcon$1X = material.createSvgIcon(Icon$1X(), "Github");
|
|
2407
2441
|
function Github({ width, height, sx, ...props }, ref) {
|
|
2408
2442
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2409
|
-
BaseSvgIcon$
|
|
2443
|
+
BaseSvgIcon$1X,
|
|
2410
2444
|
{
|
|
2411
2445
|
ref,
|
|
2412
2446
|
viewBox: "0 0 24 24",
|
|
@@ -2420,7 +2454,7 @@ function Github({ width, height, sx, ...props }, ref) {
|
|
|
2420
2454
|
);
|
|
2421
2455
|
}
|
|
2422
2456
|
const Github$1 = React.forwardRef(Github);
|
|
2423
|
-
const Icon$
|
|
2457
|
+
const Icon$1W = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2424
2458
|
"path",
|
|
2425
2459
|
{
|
|
2426
2460
|
fill: "currentColor",
|
|
@@ -2429,10 +2463,10 @@ const Icon$1U = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2429
2463
|
clipRule: "evenodd"
|
|
2430
2464
|
}
|
|
2431
2465
|
) });
|
|
2432
|
-
const BaseSvgIcon$
|
|
2466
|
+
const BaseSvgIcon$1W = material.createSvgIcon(Icon$1W(), "Google");
|
|
2433
2467
|
function Google({ width, height, sx, ...props }, ref) {
|
|
2434
2468
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2435
|
-
BaseSvgIcon$
|
|
2469
|
+
BaseSvgIcon$1W,
|
|
2436
2470
|
{
|
|
2437
2471
|
ref,
|
|
2438
2472
|
viewBox: "0 0 24 24",
|
|
@@ -2446,7 +2480,7 @@ function Google({ width, height, sx, ...props }, ref) {
|
|
|
2446
2480
|
);
|
|
2447
2481
|
}
|
|
2448
2482
|
const Google$1 = React.forwardRef(Google);
|
|
2449
|
-
const Icon$
|
|
2483
|
+
const Icon$1V = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2450
2484
|
"path",
|
|
2451
2485
|
{
|
|
2452
2486
|
fill: "currentColor",
|
|
@@ -2455,10 +2489,10 @@ const Icon$1T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2455
2489
|
clipRule: "evenodd"
|
|
2456
2490
|
}
|
|
2457
2491
|
) });
|
|
2458
|
-
const BaseSvgIcon$
|
|
2492
|
+
const BaseSvgIcon$1V = material.createSvgIcon(Icon$1V(), "H3");
|
|
2459
2493
|
function H3({ width, height, sx, ...props }, ref) {
|
|
2460
2494
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2461
|
-
BaseSvgIcon$
|
|
2495
|
+
BaseSvgIcon$1V,
|
|
2462
2496
|
{
|
|
2463
2497
|
ref,
|
|
2464
2498
|
viewBox: "0 0 24 24",
|
|
@@ -2472,7 +2506,7 @@ function H3({ width, height, sx, ...props }, ref) {
|
|
|
2472
2506
|
);
|
|
2473
2507
|
}
|
|
2474
2508
|
const H3$1 = React.forwardRef(H3);
|
|
2475
|
-
const Icon$
|
|
2509
|
+
const Icon$1U = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2476
2510
|
"path",
|
|
2477
2511
|
{
|
|
2478
2512
|
fill: "currentColor",
|
|
@@ -2481,10 +2515,10 @@ const Icon$1S = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2481
2515
|
clipRule: "evenodd"
|
|
2482
2516
|
}
|
|
2483
2517
|
) });
|
|
2484
|
-
const BaseSvgIcon$
|
|
2518
|
+
const BaseSvgIcon$1U = material.createSvgIcon(Icon$1U(), "HealthAnalytics");
|
|
2485
2519
|
function HealthAnalytics({ width, height, sx, ...props }, ref) {
|
|
2486
2520
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2487
|
-
BaseSvgIcon$
|
|
2521
|
+
BaseSvgIcon$1U,
|
|
2488
2522
|
{
|
|
2489
2523
|
ref,
|
|
2490
2524
|
viewBox: "0 0 24 24",
|
|
@@ -2498,7 +2532,7 @@ function HealthAnalytics({ width, height, sx, ...props }, ref) {
|
|
|
2498
2532
|
);
|
|
2499
2533
|
}
|
|
2500
2534
|
const HealthAnalytics$1 = React.forwardRef(HealthAnalytics);
|
|
2501
|
-
const Icon$
|
|
2535
|
+
const Icon$1T = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2502
2536
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2503
2537
|
"path",
|
|
2504
2538
|
{
|
|
@@ -2516,10 +2550,10 @@ const Icon$1R = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2516
2550
|
}
|
|
2517
2551
|
)
|
|
2518
2552
|
] });
|
|
2519
|
-
const BaseSvgIcon$
|
|
2553
|
+
const BaseSvgIcon$1T = material.createSvgIcon(Icon$1T(), "HideComments");
|
|
2520
2554
|
function HideComments({ width, height, sx, ...props }, ref) {
|
|
2521
2555
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2522
|
-
BaseSvgIcon$
|
|
2556
|
+
BaseSvgIcon$1T,
|
|
2523
2557
|
{
|
|
2524
2558
|
ref,
|
|
2525
2559
|
viewBox: "0 0 24 24",
|
|
@@ -2533,7 +2567,7 @@ function HideComments({ width, height, sx, ...props }, ref) {
|
|
|
2533
2567
|
);
|
|
2534
2568
|
}
|
|
2535
2569
|
const HideComments$1 = React.forwardRef(HideComments);
|
|
2536
|
-
const Icon$
|
|
2570
|
+
const Icon$1S = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2537
2571
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2538
2572
|
"path",
|
|
2539
2573
|
{
|
|
@@ -2551,10 +2585,10 @@ const Icon$1Q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2551
2585
|
}
|
|
2552
2586
|
)
|
|
2553
2587
|
] });
|
|
2554
|
-
const BaseSvgIcon$
|
|
2588
|
+
const BaseSvgIcon$1S = material.createSvgIcon(Icon$1S(), "HideLeftsidebar");
|
|
2555
2589
|
function HideLeftsidebar({ width, height, sx, ...props }, ref) {
|
|
2556
2590
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2557
|
-
BaseSvgIcon$
|
|
2591
|
+
BaseSvgIcon$1S,
|
|
2558
2592
|
{
|
|
2559
2593
|
ref,
|
|
2560
2594
|
viewBox: "0 0 24 24",
|
|
@@ -2568,7 +2602,7 @@ function HideLeftsidebar({ width, height, sx, ...props }, ref) {
|
|
|
2568
2602
|
);
|
|
2569
2603
|
}
|
|
2570
2604
|
const HideLeftsidebar$1 = React.forwardRef(HideLeftsidebar);
|
|
2571
|
-
const Icon$
|
|
2605
|
+
const Icon$1R = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2572
2606
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2573
2607
|
"path",
|
|
2574
2608
|
{
|
|
@@ -2586,10 +2620,10 @@ const Icon$1P = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2586
2620
|
}
|
|
2587
2621
|
)
|
|
2588
2622
|
] });
|
|
2589
|
-
const BaseSvgIcon$
|
|
2623
|
+
const BaseSvgIcon$1R = material.createSvgIcon(Icon$1R(), "HideRightsidebar");
|
|
2590
2624
|
function HideRightsidebar({ width, height, sx, ...props }, ref) {
|
|
2591
2625
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2592
|
-
BaseSvgIcon$
|
|
2626
|
+
BaseSvgIcon$1R,
|
|
2593
2627
|
{
|
|
2594
2628
|
ref,
|
|
2595
2629
|
viewBox: "0 0 24 24",
|
|
@@ -2603,7 +2637,7 @@ function HideRightsidebar({ width, height, sx, ...props }, ref) {
|
|
|
2603
2637
|
);
|
|
2604
2638
|
}
|
|
2605
2639
|
const HideRightsidebar$1 = React.forwardRef(HideRightsidebar);
|
|
2606
|
-
const Icon$
|
|
2640
|
+
const Icon$1Q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2607
2641
|
"path",
|
|
2608
2642
|
{
|
|
2609
2643
|
fill: "currentColor",
|
|
@@ -2612,10 +2646,10 @@ const Icon$1O = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2612
2646
|
clipRule: "evenodd"
|
|
2613
2647
|
}
|
|
2614
2648
|
) });
|
|
2615
|
-
const BaseSvgIcon$
|
|
2649
|
+
const BaseSvgIcon$1Q = material.createSvgIcon(Icon$1Q(), "Home");
|
|
2616
2650
|
function Home({ width, height, sx, ...props }, ref) {
|
|
2617
2651
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2618
|
-
BaseSvgIcon$
|
|
2652
|
+
BaseSvgIcon$1Q,
|
|
2619
2653
|
{
|
|
2620
2654
|
ref,
|
|
2621
2655
|
viewBox: "0 0 24 24",
|
|
@@ -2629,7 +2663,7 @@ function Home({ width, height, sx, ...props }, ref) {
|
|
|
2629
2663
|
);
|
|
2630
2664
|
}
|
|
2631
2665
|
const Home$1 = React.forwardRef(Home);
|
|
2632
|
-
const Icon$
|
|
2666
|
+
const Icon$1P = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2633
2667
|
"path",
|
|
2634
2668
|
{
|
|
2635
2669
|
fill: "currentColor",
|
|
@@ -2638,10 +2672,10 @@ const Icon$1N = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2638
2672
|
clipRule: "evenodd"
|
|
2639
2673
|
}
|
|
2640
2674
|
) });
|
|
2641
|
-
const BaseSvgIcon$
|
|
2675
|
+
const BaseSvgIcon$1P = material.createSvgIcon(Icon$1P(), "Housing");
|
|
2642
2676
|
function Housing({ width, height, sx, ...props }, ref) {
|
|
2643
2677
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2644
|
-
BaseSvgIcon$
|
|
2678
|
+
BaseSvgIcon$1P,
|
|
2645
2679
|
{
|
|
2646
2680
|
ref,
|
|
2647
2681
|
viewBox: "0 0 24 24",
|
|
@@ -2655,7 +2689,7 @@ function Housing({ width, height, sx, ...props }, ref) {
|
|
|
2655
2689
|
);
|
|
2656
2690
|
}
|
|
2657
2691
|
const Housing$1 = React.forwardRef(Housing);
|
|
2658
|
-
const Icon$
|
|
2692
|
+
const Icon$1O = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2659
2693
|
"path",
|
|
2660
2694
|
{
|
|
2661
2695
|
fill: "currentColor",
|
|
@@ -2664,10 +2698,10 @@ const Icon$1M = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2664
2698
|
clipRule: "evenodd"
|
|
2665
2699
|
}
|
|
2666
2700
|
) });
|
|
2667
|
-
const BaseSvgIcon$
|
|
2701
|
+
const BaseSvgIcon$1O = material.createSvgIcon(Icon$1O(), "HumanMobility");
|
|
2668
2702
|
function HumanMobility({ width, height, sx, ...props }, ref) {
|
|
2669
2703
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2670
|
-
BaseSvgIcon$
|
|
2704
|
+
BaseSvgIcon$1O,
|
|
2671
2705
|
{
|
|
2672
2706
|
ref,
|
|
2673
2707
|
viewBox: "0 0 24 24",
|
|
@@ -2681,7 +2715,7 @@ function HumanMobility({ width, height, sx, ...props }, ref) {
|
|
|
2681
2715
|
);
|
|
2682
2716
|
}
|
|
2683
2717
|
const HumanMobility$1 = React.forwardRef(HumanMobility);
|
|
2684
|
-
const Icon$
|
|
2718
|
+
const Icon$1N = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2685
2719
|
"path",
|
|
2686
2720
|
{
|
|
2687
2721
|
fill: "currentColor",
|
|
@@ -2690,10 +2724,10 @@ const Icon$1L = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2690
2724
|
clipRule: "evenodd"
|
|
2691
2725
|
}
|
|
2692
2726
|
) });
|
|
2693
|
-
const BaseSvgIcon$
|
|
2727
|
+
const BaseSvgIcon$1N = material.createSvgIcon(Icon$1N(), "Id");
|
|
2694
2728
|
function Id({ width, height, sx, ...props }, ref) {
|
|
2695
2729
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2696
|
-
BaseSvgIcon$
|
|
2730
|
+
BaseSvgIcon$1N,
|
|
2697
2731
|
{
|
|
2698
2732
|
ref,
|
|
2699
2733
|
viewBox: "0 0 24 24",
|
|
@@ -2707,7 +2741,7 @@ function Id({ width, height, sx, ...props }, ref) {
|
|
|
2707
2741
|
);
|
|
2708
2742
|
}
|
|
2709
2743
|
const Id$1 = React.forwardRef(Id);
|
|
2710
|
-
const Icon$
|
|
2744
|
+
const Icon$1M = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2711
2745
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2712
2746
|
"path",
|
|
2713
2747
|
{
|
|
@@ -2725,10 +2759,10 @@ const Icon$1K = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2725
2759
|
),
|
|
2726
2760
|
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "m14.14 11.86-3 3.87L9 13.14 6 17h12z" })
|
|
2727
2761
|
] });
|
|
2728
|
-
const BaseSvgIcon$
|
|
2762
|
+
const BaseSvgIcon$1M = material.createSvgIcon(Icon$1M(), "Image");
|
|
2729
2763
|
function Image({ width, height, sx, ...props }, ref) {
|
|
2730
2764
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2731
|
-
BaseSvgIcon$
|
|
2765
|
+
BaseSvgIcon$1M,
|
|
2732
2766
|
{
|
|
2733
2767
|
ref,
|
|
2734
2768
|
viewBox: "0 0 24 24",
|
|
@@ -2742,7 +2776,7 @@ function Image({ width, height, sx, ...props }, ref) {
|
|
|
2742
2776
|
);
|
|
2743
2777
|
}
|
|
2744
2778
|
const Image$1 = React.forwardRef(Image);
|
|
2745
|
-
const Icon$
|
|
2779
|
+
const Icon$1L = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2746
2780
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2747
2781
|
"path",
|
|
2748
2782
|
{
|
|
@@ -2767,10 +2801,10 @@ const Icon$1J = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2767
2801
|
}
|
|
2768
2802
|
)
|
|
2769
2803
|
] });
|
|
2770
|
-
const BaseSvgIcon$
|
|
2804
|
+
const BaseSvgIcon$1L = material.createSvgIcon(Icon$1L(), "Infrastructure");
|
|
2771
2805
|
function Infrastructure({ width, height, sx, ...props }, ref) {
|
|
2772
2806
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2773
|
-
BaseSvgIcon$
|
|
2807
|
+
BaseSvgIcon$1L,
|
|
2774
2808
|
{
|
|
2775
2809
|
ref,
|
|
2776
2810
|
viewBox: "0 0 24 24",
|
|
@@ -2784,7 +2818,7 @@ function Infrastructure({ width, height, sx, ...props }, ref) {
|
|
|
2784
2818
|
);
|
|
2785
2819
|
}
|
|
2786
2820
|
const Infrastructure$1 = React.forwardRef(Infrastructure);
|
|
2787
|
-
const Icon$
|
|
2821
|
+
const Icon$1K = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2788
2822
|
"path",
|
|
2789
2823
|
{
|
|
2790
2824
|
fill: "currentColor",
|
|
@@ -2793,10 +2827,10 @@ const Icon$1I = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2793
2827
|
clipRule: "evenodd"
|
|
2794
2828
|
}
|
|
2795
2829
|
) });
|
|
2796
|
-
const BaseSvgIcon$
|
|
2830
|
+
const BaseSvgIcon$1K = material.createSvgIcon(Icon$1K(), "IotAnalytics");
|
|
2797
2831
|
function IotAnalytics({ width, height, sx, ...props }, ref) {
|
|
2798
2832
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2799
|
-
BaseSvgIcon$
|
|
2833
|
+
BaseSvgIcon$1K,
|
|
2800
2834
|
{
|
|
2801
2835
|
ref,
|
|
2802
2836
|
viewBox: "0 0 24 24",
|
|
@@ -2810,7 +2844,7 @@ function IotAnalytics({ width, height, sx, ...props }, ref) {
|
|
|
2810
2844
|
);
|
|
2811
2845
|
}
|
|
2812
2846
|
const IotAnalytics$1 = React.forwardRef(IotAnalytics);
|
|
2813
|
-
const Icon$
|
|
2847
|
+
const Icon$1J = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2814
2848
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2815
2849
|
"path",
|
|
2816
2850
|
{
|
|
@@ -2828,10 +2862,10 @@ const Icon$1H = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2828
2862
|
}
|
|
2829
2863
|
)
|
|
2830
2864
|
] });
|
|
2831
|
-
const BaseSvgIcon$
|
|
2865
|
+
const BaseSvgIcon$1J = material.createSvgIcon(Icon$1J(), "LabelDeprecated");
|
|
2832
2866
|
function LabelDeprecated({ width, height, sx, ...props }, ref) {
|
|
2833
2867
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2834
|
-
BaseSvgIcon$
|
|
2868
|
+
BaseSvgIcon$1J,
|
|
2835
2869
|
{
|
|
2836
2870
|
ref,
|
|
2837
2871
|
viewBox: "0 0 24 24",
|
|
@@ -2845,7 +2879,7 @@ function LabelDeprecated({ width, height, sx, ...props }, ref) {
|
|
|
2845
2879
|
);
|
|
2846
2880
|
}
|
|
2847
2881
|
const LabelDeprecated$1 = React.forwardRef(LabelDeprecated);
|
|
2848
|
-
const Icon$
|
|
2882
|
+
const Icon$1I = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2849
2883
|
"path",
|
|
2850
2884
|
{
|
|
2851
2885
|
fill: "currentColor",
|
|
@@ -2854,10 +2888,10 @@ const Icon$1G = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2854
2888
|
clipRule: "evenodd"
|
|
2855
2889
|
}
|
|
2856
2890
|
) });
|
|
2857
|
-
const BaseSvgIcon$
|
|
2891
|
+
const BaseSvgIcon$1I = material.createSvgIcon(Icon$1I(), "Layers");
|
|
2858
2892
|
function Layers({ width, height, sx, ...props }, ref) {
|
|
2859
2893
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2860
|
-
BaseSvgIcon$
|
|
2894
|
+
BaseSvgIcon$1I,
|
|
2861
2895
|
{
|
|
2862
2896
|
ref,
|
|
2863
2897
|
viewBox: "0 0 24 24",
|
|
@@ -2871,7 +2905,7 @@ function Layers({ width, height, sx, ...props }, ref) {
|
|
|
2871
2905
|
);
|
|
2872
2906
|
}
|
|
2873
2907
|
const Layers$1 = React.forwardRef(Layers);
|
|
2874
|
-
const Icon$
|
|
2908
|
+
const Icon$1H = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2875
2909
|
"path",
|
|
2876
2910
|
{
|
|
2877
2911
|
fill: "currentColor",
|
|
@@ -2880,10 +2914,10 @@ const Icon$1F = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2880
2914
|
clipRule: "evenodd"
|
|
2881
2915
|
}
|
|
2882
2916
|
) });
|
|
2883
|
-
const BaseSvgIcon$
|
|
2917
|
+
const BaseSvgIcon$1H = material.createSvgIcon(Icon$1H(), "Linkedin");
|
|
2884
2918
|
function Linkedin({ width, height, sx, ...props }, ref) {
|
|
2885
2919
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2886
|
-
BaseSvgIcon$
|
|
2920
|
+
BaseSvgIcon$1H,
|
|
2887
2921
|
{
|
|
2888
2922
|
ref,
|
|
2889
2923
|
viewBox: "0 0 24 24",
|
|
@@ -2897,7 +2931,7 @@ function Linkedin({ width, height, sx, ...props }, ref) {
|
|
|
2897
2931
|
);
|
|
2898
2932
|
}
|
|
2899
2933
|
const Linkedin$1 = React.forwardRef(Linkedin);
|
|
2900
|
-
const Icon$
|
|
2934
|
+
const Icon$1G = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2901
2935
|
"path",
|
|
2902
2936
|
{
|
|
2903
2937
|
fill: "currentColor",
|
|
@@ -2906,10 +2940,10 @@ const Icon$1E = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2906
2940
|
clipRule: "evenodd"
|
|
2907
2941
|
}
|
|
2908
2942
|
) });
|
|
2909
|
-
const BaseSvgIcon$
|
|
2943
|
+
const BaseSvgIcon$1G = material.createSvgIcon(Icon$1G(), "MapCoordinates");
|
|
2910
2944
|
function MapCoordinates({ width, height, sx, ...props }, ref) {
|
|
2911
2945
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2912
|
-
BaseSvgIcon$
|
|
2946
|
+
BaseSvgIcon$1G,
|
|
2913
2947
|
{
|
|
2914
2948
|
ref,
|
|
2915
2949
|
viewBox: "0 0 24 24",
|
|
@@ -2923,7 +2957,7 @@ function MapCoordinates({ width, height, sx, ...props }, ref) {
|
|
|
2923
2957
|
);
|
|
2924
2958
|
}
|
|
2925
2959
|
const MapCoordinates$1 = React.forwardRef(MapCoordinates);
|
|
2926
|
-
const Icon$
|
|
2960
|
+
const Icon$1F = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
2927
2961
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2928
2962
|
"path",
|
|
2929
2963
|
{
|
|
@@ -2950,10 +2984,10 @@ const Icon$1D = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
2950
2984
|
}
|
|
2951
2985
|
)
|
|
2952
2986
|
] });
|
|
2953
|
-
const BaseSvgIcon$
|
|
2987
|
+
const BaseSvgIcon$1F = material.createSvgIcon(Icon$1F(), "MapCopy");
|
|
2954
2988
|
function MapCopy({ width, height, sx, ...props }, ref) {
|
|
2955
2989
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2956
|
-
BaseSvgIcon$
|
|
2990
|
+
BaseSvgIcon$1F,
|
|
2957
2991
|
{
|
|
2958
2992
|
ref,
|
|
2959
2993
|
viewBox: "0 0 24 24",
|
|
@@ -2967,7 +3001,7 @@ function MapCopy({ width, height, sx, ...props }, ref) {
|
|
|
2967
3001
|
);
|
|
2968
3002
|
}
|
|
2969
3003
|
const MapCopy$1 = React.forwardRef(MapCopy);
|
|
2970
|
-
const Icon$
|
|
3004
|
+
const Icon$1E = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2971
3005
|
"path",
|
|
2972
3006
|
{
|
|
2973
3007
|
fill: "currentColor",
|
|
@@ -2976,10 +3010,10 @@ const Icon$1C = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
2976
3010
|
clipRule: "evenodd"
|
|
2977
3011
|
}
|
|
2978
3012
|
) });
|
|
2979
|
-
const BaseSvgIcon$
|
|
3013
|
+
const BaseSvgIcon$1E = material.createSvgIcon(Icon$1E(), "MapOthers");
|
|
2980
3014
|
function MapOthers({ width, height, sx, ...props }, ref) {
|
|
2981
3015
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2982
|
-
BaseSvgIcon$
|
|
3016
|
+
BaseSvgIcon$1E,
|
|
2983
3017
|
{
|
|
2984
3018
|
ref,
|
|
2985
3019
|
viewBox: "0 0 24 24",
|
|
@@ -2993,7 +3027,7 @@ function MapOthers({ width, height, sx, ...props }, ref) {
|
|
|
2993
3027
|
);
|
|
2994
3028
|
}
|
|
2995
3029
|
const MapOthers$1 = React.forwardRef(MapOthers);
|
|
2996
|
-
const Icon$
|
|
3030
|
+
const Icon$1D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2997
3031
|
"path",
|
|
2998
3032
|
{
|
|
2999
3033
|
fill: "currentColor",
|
|
@@ -3002,10 +3036,10 @@ const Icon$1B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
3002
3036
|
clipRule: "evenodd"
|
|
3003
3037
|
}
|
|
3004
3038
|
) });
|
|
3005
|
-
const BaseSvgIcon$
|
|
3039
|
+
const BaseSvgIcon$1D = material.createSvgIcon(Icon$1D(), "MapPin");
|
|
3006
3040
|
function MapPin({ width, height, sx, ...props }, ref) {
|
|
3007
3041
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3008
|
-
BaseSvgIcon$
|
|
3042
|
+
BaseSvgIcon$1D,
|
|
3009
3043
|
{
|
|
3010
3044
|
ref,
|
|
3011
3045
|
viewBox: "0 0 24 24",
|
|
@@ -3019,7 +3053,7 @@ function MapPin({ width, height, sx, ...props }, ref) {
|
|
|
3019
3053
|
);
|
|
3020
3054
|
}
|
|
3021
3055
|
const MapPin$1 = React.forwardRef(MapPin);
|
|
3022
|
-
const Icon$
|
|
3056
|
+
const Icon$1C = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3023
3057
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3024
3058
|
"path",
|
|
3025
3059
|
{
|
|
@@ -3042,10 +3076,10 @@ const Icon$1A = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3042
3076
|
}
|
|
3043
3077
|
)
|
|
3044
3078
|
] });
|
|
3045
|
-
const BaseSvgIcon$
|
|
3079
|
+
const BaseSvgIcon$1C = material.createSvgIcon(Icon$1C(), "MarkCommentRead");
|
|
3046
3080
|
function MarkCommentRead({ width, height, sx, ...props }, ref) {
|
|
3047
3081
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3048
|
-
BaseSvgIcon$
|
|
3082
|
+
BaseSvgIcon$1C,
|
|
3049
3083
|
{
|
|
3050
3084
|
ref,
|
|
3051
3085
|
viewBox: "0 0 24 24",
|
|
@@ -3059,7 +3093,7 @@ function MarkCommentRead({ width, height, sx, ...props }, ref) {
|
|
|
3059
3093
|
);
|
|
3060
3094
|
}
|
|
3061
3095
|
const MarkCommentRead$1 = React.forwardRef(MarkCommentRead);
|
|
3062
|
-
const Icon$
|
|
3096
|
+
const Icon$1B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3063
3097
|
"path",
|
|
3064
3098
|
{
|
|
3065
3099
|
fill: "currentColor",
|
|
@@ -3068,10 +3102,10 @@ const Icon$1z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
3068
3102
|
clipRule: "evenodd"
|
|
3069
3103
|
}
|
|
3070
3104
|
) });
|
|
3071
|
-
const BaseSvgIcon$
|
|
3105
|
+
const BaseSvgIcon$1B = material.createSvgIcon(Icon$1B(), "MarketAnalysis");
|
|
3072
3106
|
function MarketAnalysis({ width, height, sx, ...props }, ref) {
|
|
3073
3107
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3074
|
-
BaseSvgIcon$
|
|
3108
|
+
BaseSvgIcon$1B,
|
|
3075
3109
|
{
|
|
3076
3110
|
ref,
|
|
3077
3111
|
viewBox: "0 0 24 24",
|
|
@@ -3085,7 +3119,7 @@ function MarketAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
3085
3119
|
);
|
|
3086
3120
|
}
|
|
3087
3121
|
const MarketAnalysis$1 = React.forwardRef(MarketAnalysis);
|
|
3088
|
-
const Icon$
|
|
3122
|
+
const Icon$1A = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3089
3123
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3090
3124
|
"path",
|
|
3091
3125
|
{
|
|
@@ -3110,10 +3144,10 @@ const Icon$1y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3110
3144
|
}
|
|
3111
3145
|
)
|
|
3112
3146
|
] });
|
|
3113
|
-
const BaseSvgIcon$
|
|
3147
|
+
const BaseSvgIcon$1A = material.createSvgIcon(Icon$1A(), "Max");
|
|
3114
3148
|
function Max({ width, height, sx, ...props }, ref) {
|
|
3115
3149
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3116
|
-
BaseSvgIcon$
|
|
3150
|
+
BaseSvgIcon$1A,
|
|
3117
3151
|
{
|
|
3118
3152
|
ref,
|
|
3119
3153
|
viewBox: "0 0 24 24",
|
|
@@ -3127,7 +3161,7 @@ function Max({ width, height, sx, ...props }, ref) {
|
|
|
3127
3161
|
);
|
|
3128
3162
|
}
|
|
3129
3163
|
const Max$1 = React.forwardRef(Max);
|
|
3130
|
-
const Icon$
|
|
3164
|
+
const Icon$1z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3131
3165
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3132
3166
|
"path",
|
|
3133
3167
|
{
|
|
@@ -3168,10 +3202,10 @@ const Icon$1x = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3168
3202
|
}
|
|
3169
3203
|
)
|
|
3170
3204
|
] });
|
|
3171
|
-
const BaseSvgIcon$
|
|
3205
|
+
const BaseSvgIcon$1z = material.createSvgIcon(Icon$1z(), "McpTool");
|
|
3172
3206
|
function McpTool({ width, height, sx, ...props }, ref) {
|
|
3173
3207
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3174
|
-
BaseSvgIcon$
|
|
3208
|
+
BaseSvgIcon$1z,
|
|
3175
3209
|
{
|
|
3176
3210
|
ref,
|
|
3177
3211
|
viewBox: "0 0 24 24",
|
|
@@ -3185,17 +3219,17 @@ function McpTool({ width, height, sx, ...props }, ref) {
|
|
|
3185
3219
|
);
|
|
3186
3220
|
}
|
|
3187
3221
|
const McpTool$1 = React.forwardRef(McpTool);
|
|
3188
|
-
const Icon$
|
|
3222
|
+
const Icon$1y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3189
3223
|
"path",
|
|
3190
3224
|
{
|
|
3191
3225
|
fill: "currentColor",
|
|
3192
3226
|
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"
|
|
3193
3227
|
}
|
|
3194
3228
|
) });
|
|
3195
|
-
const BaseSvgIcon$
|
|
3229
|
+
const BaseSvgIcon$1y = material.createSvgIcon(Icon$1y(), "MeasureTool");
|
|
3196
3230
|
function MeasureTool({ width, height, sx, ...props }, ref) {
|
|
3197
3231
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3198
|
-
BaseSvgIcon$
|
|
3232
|
+
BaseSvgIcon$1y,
|
|
3199
3233
|
{
|
|
3200
3234
|
ref,
|
|
3201
3235
|
viewBox: "0 0 24 24",
|
|
@@ -3209,17 +3243,17 @@ function MeasureTool({ width, height, sx, ...props }, ref) {
|
|
|
3209
3243
|
);
|
|
3210
3244
|
}
|
|
3211
3245
|
const MeasureTool$1 = React.forwardRef(MeasureTool);
|
|
3212
|
-
const Icon$
|
|
3246
|
+
const Icon$1x = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3213
3247
|
"path",
|
|
3214
3248
|
{
|
|
3215
3249
|
fill: "currentColor",
|
|
3216
3250
|
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"
|
|
3217
3251
|
}
|
|
3218
3252
|
) });
|
|
3219
|
-
const BaseSvgIcon$
|
|
3253
|
+
const BaseSvgIcon$1x = material.createSvgIcon(Icon$1x(), "Min");
|
|
3220
3254
|
function Min({ width, height, sx, ...props }, ref) {
|
|
3221
3255
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3222
|
-
BaseSvgIcon$
|
|
3256
|
+
BaseSvgIcon$1x,
|
|
3223
3257
|
{
|
|
3224
3258
|
ref,
|
|
3225
3259
|
viewBox: "0 0 24 24",
|
|
@@ -3233,7 +3267,7 @@ function Min({ width, height, sx, ...props }, ref) {
|
|
|
3233
3267
|
);
|
|
3234
3268
|
}
|
|
3235
3269
|
const Min$1 = React.forwardRef(Min);
|
|
3236
|
-
const Icon$
|
|
3270
|
+
const Icon$1w = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3237
3271
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3238
3272
|
"path",
|
|
3239
3273
|
{
|
|
@@ -3252,10 +3286,10 @@ const Icon$1u = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3252
3286
|
}
|
|
3253
3287
|
)
|
|
3254
3288
|
] });
|
|
3255
|
-
const BaseSvgIcon$
|
|
3289
|
+
const BaseSvgIcon$1w = material.createSvgIcon(Icon$1w(), "MobilityPlanning");
|
|
3256
3290
|
function MobilityPlanning({ width, height, sx, ...props }, ref) {
|
|
3257
3291
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3258
|
-
BaseSvgIcon$
|
|
3292
|
+
BaseSvgIcon$1w,
|
|
3259
3293
|
{
|
|
3260
3294
|
ref,
|
|
3261
3295
|
viewBox: "0 0 24 24",
|
|
@@ -3269,7 +3303,7 @@ function MobilityPlanning({ width, height, sx, ...props }, ref) {
|
|
|
3269
3303
|
);
|
|
3270
3304
|
}
|
|
3271
3305
|
const MobilityPlanning$1 = React.forwardRef(MobilityPlanning);
|
|
3272
|
-
const Icon$
|
|
3306
|
+
const Icon$1v = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3273
3307
|
/* @__PURE__ */ jsxRuntime.jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3274
3308
|
"path",
|
|
3275
3309
|
{
|
|
@@ -3281,10 +3315,10 @@ const Icon$1t = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3281
3315
|
) }),
|
|
3282
3316
|
/* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
3283
3317
|
] });
|
|
3284
|
-
const BaseSvgIcon$
|
|
3318
|
+
const BaseSvgIcon$1v = material.createSvgIcon(Icon$1v(), "NetworkDeployment");
|
|
3285
3319
|
function NetworkDeployment({ width, height, sx, ...props }, ref) {
|
|
3286
3320
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3287
|
-
BaseSvgIcon$
|
|
3321
|
+
BaseSvgIcon$1v,
|
|
3288
3322
|
{
|
|
3289
3323
|
ref,
|
|
3290
3324
|
viewBox: "0 0 24 24",
|
|
@@ -3298,7 +3332,7 @@ function NetworkDeployment({ width, height, sx, ...props }, ref) {
|
|
|
3298
3332
|
);
|
|
3299
3333
|
}
|
|
3300
3334
|
const NetworkDeployment$1 = React.forwardRef(NetworkDeployment);
|
|
3301
|
-
const Icon$
|
|
3335
|
+
const Icon$1u = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3302
3336
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3303
3337
|
"path",
|
|
3304
3338
|
{
|
|
@@ -3314,10 +3348,10 @@ const Icon$1s = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3314
3348
|
}
|
|
3315
3349
|
)
|
|
3316
3350
|
] });
|
|
3317
|
-
const BaseSvgIcon$
|
|
3351
|
+
const BaseSvgIcon$1u = material.createSvgIcon(Icon$1u(), "NightsThermostat");
|
|
3318
3352
|
function NightsThermostat({ width, height, sx, ...props }, ref) {
|
|
3319
3353
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3320
|
-
BaseSvgIcon$
|
|
3354
|
+
BaseSvgIcon$1u,
|
|
3321
3355
|
{
|
|
3322
3356
|
ref,
|
|
3323
3357
|
viewBox: "0 0 24 24",
|
|
@@ -3331,7 +3365,7 @@ function NightsThermostat({ width, height, sx, ...props }, ref) {
|
|
|
3331
3365
|
);
|
|
3332
3366
|
}
|
|
3333
3367
|
const NightsThermostat$1 = React.forwardRef(NightsThermostat);
|
|
3334
|
-
const Icon$
|
|
3368
|
+
const Icon$1t = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3335
3369
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3336
3370
|
"path",
|
|
3337
3371
|
{
|
|
@@ -3341,10 +3375,10 @@ const Icon$1r = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3341
3375
|
),
|
|
3342
3376
|
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M8 20H4v-4h4zM16 4v4h4V4z" })
|
|
3343
3377
|
] });
|
|
3344
|
-
const BaseSvgIcon$
|
|
3378
|
+
const BaseSvgIcon$1t = material.createSvgIcon(Icon$1t(), "NoApp");
|
|
3345
3379
|
function NoApp({ width, height, sx, ...props }, ref) {
|
|
3346
3380
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3347
|
-
BaseSvgIcon$
|
|
3381
|
+
BaseSvgIcon$1t,
|
|
3348
3382
|
{
|
|
3349
3383
|
ref,
|
|
3350
3384
|
viewBox: "0 0 24 24",
|
|
@@ -3358,7 +3392,7 @@ function NoApp({ width, height, sx, ...props }, ref) {
|
|
|
3358
3392
|
);
|
|
3359
3393
|
}
|
|
3360
3394
|
const NoApp$1 = React.forwardRef(NoApp);
|
|
3361
|
-
const Icon$
|
|
3395
|
+
const Icon$1s = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3362
3396
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3363
3397
|
"path",
|
|
3364
3398
|
{
|
|
@@ -3376,10 +3410,10 @@ const Icon$1q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3376
3410
|
}
|
|
3377
3411
|
)
|
|
3378
3412
|
] });
|
|
3379
|
-
const BaseSvgIcon$
|
|
3413
|
+
const BaseSvgIcon$1s = material.createSvgIcon(Icon$1s(), "NoLayer");
|
|
3380
3414
|
function NoLayer({ width, height, sx, ...props }, ref) {
|
|
3381
3415
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3382
|
-
BaseSvgIcon$
|
|
3416
|
+
BaseSvgIcon$1s,
|
|
3383
3417
|
{
|
|
3384
3418
|
ref,
|
|
3385
3419
|
viewBox: "0 0 24 24",
|
|
@@ -3393,7 +3427,7 @@ function NoLayer({ width, height, sx, ...props }, ref) {
|
|
|
3393
3427
|
);
|
|
3394
3428
|
}
|
|
3395
3429
|
const NoLayer$1 = React.forwardRef(NoLayer);
|
|
3396
|
-
const Icon$
|
|
3430
|
+
const Icon$1r = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3397
3431
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3398
3432
|
"path",
|
|
3399
3433
|
{
|
|
@@ -3411,10 +3445,10 @@ const Icon$1p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3411
3445
|
}
|
|
3412
3446
|
)
|
|
3413
3447
|
] });
|
|
3414
|
-
const BaseSvgIcon$
|
|
3448
|
+
const BaseSvgIcon$1r = material.createSvgIcon(Icon$1r(), "NoMap");
|
|
3415
3449
|
function NoMap({ width, height, sx, ...props }, ref) {
|
|
3416
3450
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3417
|
-
BaseSvgIcon$
|
|
3451
|
+
BaseSvgIcon$1r,
|
|
3418
3452
|
{
|
|
3419
3453
|
ref,
|
|
3420
3454
|
viewBox: "0 0 24 24",
|
|
@@ -3428,7 +3462,7 @@ function NoMap({ width, height, sx, ...props }, ref) {
|
|
|
3428
3462
|
);
|
|
3429
3463
|
}
|
|
3430
3464
|
const NoMap$1 = React.forwardRef(NoMap);
|
|
3431
|
-
const Icon$
|
|
3465
|
+
const Icon$1q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3432
3466
|
"path",
|
|
3433
3467
|
{
|
|
3434
3468
|
fill: "currentColor",
|
|
@@ -3437,10 +3471,10 @@ const Icon$1o = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
3437
3471
|
clipRule: "evenodd"
|
|
3438
3472
|
}
|
|
3439
3473
|
) });
|
|
3440
|
-
const BaseSvgIcon$
|
|
3474
|
+
const BaseSvgIcon$1q = material.createSvgIcon(Icon$1q(), "NoSpatialExtension");
|
|
3441
3475
|
function NoSpatialExtension({ width, height, sx, ...props }, ref) {
|
|
3442
3476
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3443
|
-
BaseSvgIcon$
|
|
3477
|
+
BaseSvgIcon$1q,
|
|
3444
3478
|
{
|
|
3445
3479
|
ref,
|
|
3446
3480
|
viewBox: "0 0 24 24",
|
|
@@ -3454,7 +3488,7 @@ function NoSpatialExtension({ width, height, sx, ...props }, ref) {
|
|
|
3454
3488
|
);
|
|
3455
3489
|
}
|
|
3456
3490
|
const NoSpatialExtension$1 = React.forwardRef(NoSpatialExtension);
|
|
3457
|
-
const Icon$
|
|
3491
|
+
const Icon$1p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3458
3492
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3459
3493
|
"path",
|
|
3460
3494
|
{
|
|
@@ -3472,10 +3506,10 @@ const Icon$1n = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3472
3506
|
}
|
|
3473
3507
|
)
|
|
3474
3508
|
] });
|
|
3475
|
-
const BaseSvgIcon$
|
|
3509
|
+
const BaseSvgIcon$1p = material.createSvgIcon(Icon$1p(), "NoTileset");
|
|
3476
3510
|
function NoTileset({ width, height, sx, ...props }, ref) {
|
|
3477
3511
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3478
|
-
BaseSvgIcon$
|
|
3512
|
+
BaseSvgIcon$1p,
|
|
3479
3513
|
{
|
|
3480
3514
|
ref,
|
|
3481
3515
|
viewBox: "0 0 24 24",
|
|
@@ -3489,17 +3523,17 @@ function NoTileset({ width, height, sx, ...props }, ref) {
|
|
|
3489
3523
|
);
|
|
3490
3524
|
}
|
|
3491
3525
|
const NoTileset$1 = React.forwardRef(NoTileset);
|
|
3492
|
-
const Icon$
|
|
3526
|
+
const Icon$1o = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3493
3527
|
"path",
|
|
3494
3528
|
{
|
|
3495
3529
|
fill: "currentColor",
|
|
3496
3530
|
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"
|
|
3497
3531
|
}
|
|
3498
3532
|
) });
|
|
3499
|
-
const BaseSvgIcon$
|
|
3533
|
+
const BaseSvgIcon$1o = material.createSvgIcon(Icon$1o(), "NotEqual");
|
|
3500
3534
|
function NotEqual({ width, height, sx, ...props }, ref) {
|
|
3501
3535
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3502
|
-
BaseSvgIcon$
|
|
3536
|
+
BaseSvgIcon$1o,
|
|
3503
3537
|
{
|
|
3504
3538
|
ref,
|
|
3505
3539
|
viewBox: "0 0 24 24",
|
|
@@ -3513,7 +3547,7 @@ function NotEqual({ width, height, sx, ...props }, ref) {
|
|
|
3513
3547
|
);
|
|
3514
3548
|
}
|
|
3515
3549
|
const NotEqual$1 = React.forwardRef(NotEqual);
|
|
3516
|
-
const Icon$
|
|
3550
|
+
const Icon$1n = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3517
3551
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3518
3552
|
"path",
|
|
3519
3553
|
{
|
|
@@ -3533,10 +3567,10 @@ const Icon$1l = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3533
3567
|
}
|
|
3534
3568
|
)
|
|
3535
3569
|
] });
|
|
3536
|
-
const BaseSvgIcon$
|
|
3570
|
+
const BaseSvgIcon$1n = material.createSvgIcon(Icon$1n(), "Number");
|
|
3537
3571
|
function Number({ width, height, sx, ...props }, ref) {
|
|
3538
3572
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3539
|
-
BaseSvgIcon$
|
|
3573
|
+
BaseSvgIcon$1n,
|
|
3540
3574
|
{
|
|
3541
3575
|
ref,
|
|
3542
3576
|
viewBox: "0 0 24 24",
|
|
@@ -3550,7 +3584,7 @@ function Number({ width, height, sx, ...props }, ref) {
|
|
|
3550
3584
|
);
|
|
3551
3585
|
}
|
|
3552
3586
|
const Number$1 = React.forwardRef(Number);
|
|
3553
|
-
const Icon$
|
|
3587
|
+
const Icon$1m = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3554
3588
|
"path",
|
|
3555
3589
|
{
|
|
3556
3590
|
fill: "currentColor",
|
|
@@ -3559,10 +3593,10 @@ const Icon$1k = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
3559
3593
|
clipRule: "evenodd"
|
|
3560
3594
|
}
|
|
3561
3595
|
) });
|
|
3562
|
-
const BaseSvgIcon$
|
|
3596
|
+
const BaseSvgIcon$1m = material.createSvgIcon(Icon$1m(), "Onboarding");
|
|
3563
3597
|
function Onboarding({ width, height, sx, ...props }, ref) {
|
|
3564
3598
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3565
|
-
BaseSvgIcon$
|
|
3599
|
+
BaseSvgIcon$1m,
|
|
3566
3600
|
{
|
|
3567
3601
|
ref,
|
|
3568
3602
|
viewBox: "0 0 24 24",
|
|
@@ -3576,7 +3610,7 @@ function Onboarding({ width, height, sx, ...props }, ref) {
|
|
|
3576
3610
|
);
|
|
3577
3611
|
}
|
|
3578
3612
|
const Onboarding$1 = React.forwardRef(Onboarding);
|
|
3579
|
-
const Icon$
|
|
3613
|
+
const Icon$1l = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3580
3614
|
"path",
|
|
3581
3615
|
{
|
|
3582
3616
|
fill: "currentColor",
|
|
@@ -3585,10 +3619,10 @@ const Icon$1j = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
3585
3619
|
clipRule: "evenodd"
|
|
3586
3620
|
}
|
|
3587
3621
|
) });
|
|
3588
|
-
const BaseSvgIcon$
|
|
3622
|
+
const BaseSvgIcon$1l = material.createSvgIcon(Icon$1l(), "OohAnalytics");
|
|
3589
3623
|
function OohAnalytics({ width, height, sx, ...props }, ref) {
|
|
3590
3624
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3591
|
-
BaseSvgIcon$
|
|
3625
|
+
BaseSvgIcon$1l,
|
|
3592
3626
|
{
|
|
3593
3627
|
ref,
|
|
3594
3628
|
viewBox: "0 0 24 24",
|
|
@@ -3602,7 +3636,7 @@ function OohAnalytics({ width, height, sx, ...props }, ref) {
|
|
|
3602
3636
|
);
|
|
3603
3637
|
}
|
|
3604
3638
|
const OohAnalytics$1 = React.forwardRef(OohAnalytics);
|
|
3605
|
-
const Icon$
|
|
3639
|
+
const Icon$1k = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3606
3640
|
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M13.125 13.125h-2.25v-2.25h2.25z" }),
|
|
3607
3641
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3608
3642
|
"path",
|
|
@@ -3623,10 +3657,10 @@ const Icon$1i = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3623
3657
|
}
|
|
3624
3658
|
)
|
|
3625
3659
|
] });
|
|
3626
|
-
const BaseSvgIcon$
|
|
3660
|
+
const BaseSvgIcon$1k = material.createSvgIcon(Icon$1k(), "Opacity");
|
|
3627
3661
|
function Opacity({ width, height, sx, ...props }, ref) {
|
|
3628
3662
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3629
|
-
BaseSvgIcon$
|
|
3663
|
+
BaseSvgIcon$1k,
|
|
3630
3664
|
{
|
|
3631
3665
|
ref,
|
|
3632
3666
|
viewBox: "0 0 24 24",
|
|
@@ -3640,7 +3674,7 @@ function Opacity({ width, height, sx, ...props }, ref) {
|
|
|
3640
3674
|
);
|
|
3641
3675
|
}
|
|
3642
3676
|
const Opacity$1 = React.forwardRef(Opacity);
|
|
3643
|
-
const Icon$
|
|
3677
|
+
const Icon$1j = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3644
3678
|
"path",
|
|
3645
3679
|
{
|
|
3646
3680
|
fill: "currentColor",
|
|
@@ -3649,10 +3683,10 @@ const Icon$1h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
3649
3683
|
clipRule: "evenodd"
|
|
3650
3684
|
}
|
|
3651
3685
|
) });
|
|
3652
|
-
const BaseSvgIcon$
|
|
3686
|
+
const BaseSvgIcon$1j = material.createSvgIcon(Icon$1j(), "OpenDiagonallyLeft");
|
|
3653
3687
|
function OpenDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
3654
3688
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3655
|
-
BaseSvgIcon$
|
|
3689
|
+
BaseSvgIcon$1j,
|
|
3656
3690
|
{
|
|
3657
3691
|
ref,
|
|
3658
3692
|
viewBox: "0 0 24 24",
|
|
@@ -3666,17 +3700,17 @@ function OpenDiagonallyLeft({ width, height, sx, ...props }, ref) {
|
|
|
3666
3700
|
);
|
|
3667
3701
|
}
|
|
3668
3702
|
const OpenDiagonallyLeft$1 = React.forwardRef(OpenDiagonallyLeft);
|
|
3669
|
-
const Icon$
|
|
3703
|
+
const Icon$1i = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3670
3704
|
"path",
|
|
3671
3705
|
{
|
|
3672
3706
|
fill: "currentColor",
|
|
3673
3707
|
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"
|
|
3674
3708
|
}
|
|
3675
3709
|
) });
|
|
3676
|
-
const BaseSvgIcon$
|
|
3710
|
+
const BaseSvgIcon$1i = material.createSvgIcon(Icon$1i(), "OpenNewWindow");
|
|
3677
3711
|
function OpenNewWindow({ width, height, sx, ...props }, ref) {
|
|
3678
3712
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3679
|
-
BaseSvgIcon$
|
|
3713
|
+
BaseSvgIcon$1i,
|
|
3680
3714
|
{
|
|
3681
3715
|
ref,
|
|
3682
3716
|
viewBox: "0 0 24 24",
|
|
@@ -3690,7 +3724,7 @@ function OpenNewWindow({ width, height, sx, ...props }, ref) {
|
|
|
3690
3724
|
);
|
|
3691
3725
|
}
|
|
3692
3726
|
const OpenNewWindow$1 = React.forwardRef(OpenNewWindow);
|
|
3693
|
-
const Icon$
|
|
3727
|
+
const Icon$1h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3694
3728
|
"path",
|
|
3695
3729
|
{
|
|
3696
3730
|
fill: "currentColor",
|
|
@@ -3699,10 +3733,10 @@ const Icon$1f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
3699
3733
|
clipRule: "evenodd"
|
|
3700
3734
|
}
|
|
3701
3735
|
) });
|
|
3702
|
-
const BaseSvgIcon$
|
|
3736
|
+
const BaseSvgIcon$1h = material.createSvgIcon(Icon$1h(), "OpenVertically");
|
|
3703
3737
|
function OpenVertically({ width, height, sx, ...props }, ref) {
|
|
3704
3738
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3705
|
-
BaseSvgIcon$
|
|
3739
|
+
BaseSvgIcon$1h,
|
|
3706
3740
|
{
|
|
3707
3741
|
ref,
|
|
3708
3742
|
viewBox: "0 0 24 24",
|
|
@@ -3716,7 +3750,7 @@ function OpenVertically({ width, height, sx, ...props }, ref) {
|
|
|
3716
3750
|
);
|
|
3717
3751
|
}
|
|
3718
3752
|
const OpenVertically$1 = React.forwardRef(OpenVertically);
|
|
3719
|
-
const Icon$
|
|
3753
|
+
const Icon$1g = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3720
3754
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3721
3755
|
"path",
|
|
3722
3756
|
{
|
|
@@ -3741,10 +3775,10 @@ const Icon$1e = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3741
3775
|
}
|
|
3742
3776
|
)
|
|
3743
3777
|
] });
|
|
3744
|
-
const BaseSvgIcon$
|
|
3778
|
+
const BaseSvgIcon$1g = material.createSvgIcon(Icon$1g(), "ParameterSettings");
|
|
3745
3779
|
function ParameterSettings({ width, height, sx, ...props }, ref) {
|
|
3746
3780
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3747
|
-
BaseSvgIcon$
|
|
3781
|
+
BaseSvgIcon$1g,
|
|
3748
3782
|
{
|
|
3749
3783
|
ref,
|
|
3750
3784
|
viewBox: "0 0 24 24",
|
|
@@ -3758,7 +3792,7 @@ function ParameterSettings({ width, height, sx, ...props }, ref) {
|
|
|
3758
3792
|
);
|
|
3759
3793
|
}
|
|
3760
3794
|
const ParameterSettings$1 = React.forwardRef(ParameterSettings);
|
|
3761
|
-
const Icon$
|
|
3795
|
+
const Icon$1f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3762
3796
|
"path",
|
|
3763
3797
|
{
|
|
3764
3798
|
fill: "currentColor",
|
|
@@ -3767,10 +3801,10 @@ const Icon$1d = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
3767
3801
|
clipRule: "evenodd"
|
|
3768
3802
|
}
|
|
3769
3803
|
) });
|
|
3770
|
-
const BaseSvgIcon$
|
|
3804
|
+
const BaseSvgIcon$1f = material.createSvgIcon(Icon$1f(), "PawnChess");
|
|
3771
3805
|
function PawnChess({ width, height, sx, ...props }, ref) {
|
|
3772
3806
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3773
|
-
BaseSvgIcon$
|
|
3807
|
+
BaseSvgIcon$1f,
|
|
3774
3808
|
{
|
|
3775
3809
|
ref,
|
|
3776
3810
|
viewBox: "0 0 24 24",
|
|
@@ -3784,7 +3818,7 @@ function PawnChess({ width, height, sx, ...props }, ref) {
|
|
|
3784
3818
|
);
|
|
3785
3819
|
}
|
|
3786
3820
|
const PawnChess$1 = React.forwardRef(PawnChess);
|
|
3787
|
-
const Icon$
|
|
3821
|
+
const Icon$1e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3788
3822
|
"path",
|
|
3789
3823
|
{
|
|
3790
3824
|
fill: "currentColor",
|
|
@@ -3793,10 +3827,10 @@ const Icon$1c = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
3793
3827
|
clipRule: "evenodd"
|
|
3794
3828
|
}
|
|
3795
3829
|
) });
|
|
3796
|
-
const BaseSvgIcon$
|
|
3830
|
+
const BaseSvgIcon$1e = material.createSvgIcon(Icon$1e(), "PlaceSelect");
|
|
3797
3831
|
function PlaceSelect({ width, height, sx, ...props }, ref) {
|
|
3798
3832
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3799
|
-
BaseSvgIcon$
|
|
3833
|
+
BaseSvgIcon$1e,
|
|
3800
3834
|
{
|
|
3801
3835
|
ref,
|
|
3802
3836
|
viewBox: "0 0 24 24",
|
|
@@ -3810,7 +3844,7 @@ function PlaceSelect({ width, height, sx, ...props }, ref) {
|
|
|
3810
3844
|
);
|
|
3811
3845
|
}
|
|
3812
3846
|
const PlaceSelect$1 = React.forwardRef(PlaceSelect);
|
|
3813
|
-
const Icon$
|
|
3847
|
+
const Icon$1d = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3814
3848
|
"path",
|
|
3815
3849
|
{
|
|
3816
3850
|
fill: "currentColor",
|
|
@@ -3819,10 +3853,10 @@ const Icon$1b = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
3819
3853
|
clipRule: "evenodd"
|
|
3820
3854
|
}
|
|
3821
3855
|
) });
|
|
3822
|
-
const BaseSvgIcon$
|
|
3856
|
+
const BaseSvgIcon$1d = material.createSvgIcon(Icon$1d(), "PointsOfInterest");
|
|
3823
3857
|
function PointsOfInterest({ width, height, sx, ...props }, ref) {
|
|
3824
3858
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3825
|
-
BaseSvgIcon$
|
|
3859
|
+
BaseSvgIcon$1d,
|
|
3826
3860
|
{
|
|
3827
3861
|
ref,
|
|
3828
3862
|
viewBox: "0 0 24 24",
|
|
@@ -3836,7 +3870,7 @@ function PointsOfInterest({ width, height, sx, ...props }, ref) {
|
|
|
3836
3870
|
);
|
|
3837
3871
|
}
|
|
3838
3872
|
const PointsOfInterest$1 = React.forwardRef(PointsOfInterest);
|
|
3839
|
-
const Icon$
|
|
3873
|
+
const Icon$1c = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3840
3874
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3841
3875
|
"path",
|
|
3842
3876
|
{
|
|
@@ -3893,10 +3927,10 @@ const Icon$1a = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3893
3927
|
}
|
|
3894
3928
|
)
|
|
3895
3929
|
] });
|
|
3896
|
-
const BaseSvgIcon$
|
|
3930
|
+
const BaseSvgIcon$1c = material.createSvgIcon(Icon$1c(), "Postgre");
|
|
3897
3931
|
function Postgre({ width, height, sx, ...props }, ref) {
|
|
3898
3932
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3899
|
-
BaseSvgIcon$
|
|
3933
|
+
BaseSvgIcon$1c,
|
|
3900
3934
|
{
|
|
3901
3935
|
ref,
|
|
3902
3936
|
viewBox: "0 0 24 24",
|
|
@@ -3910,7 +3944,7 @@ function Postgre({ width, height, sx, ...props }, ref) {
|
|
|
3910
3944
|
);
|
|
3911
3945
|
}
|
|
3912
3946
|
const Postgre$1 = React.forwardRef(Postgre);
|
|
3913
|
-
const Icon$
|
|
3947
|
+
const Icon$1b = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3914
3948
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3915
3949
|
"path",
|
|
3916
3950
|
{
|
|
@@ -3928,10 +3962,10 @@ const Icon$19 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3928
3962
|
}
|
|
3929
3963
|
)
|
|
3930
3964
|
] });
|
|
3931
|
-
const BaseSvgIcon$
|
|
3965
|
+
const BaseSvgIcon$1b = material.createSvgIcon(Icon$1b(), "PostgreOutlined");
|
|
3932
3966
|
function PostgreOutlined({ width, height, sx, ...props }, ref) {
|
|
3933
3967
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3934
|
-
BaseSvgIcon$
|
|
3968
|
+
BaseSvgIcon$1b,
|
|
3935
3969
|
{
|
|
3936
3970
|
ref,
|
|
3937
3971
|
viewBox: "0 0 24 24",
|
|
@@ -3945,7 +3979,7 @@ function PostgreOutlined({ width, height, sx, ...props }, ref) {
|
|
|
3945
3979
|
);
|
|
3946
3980
|
}
|
|
3947
3981
|
const PostgreOutlined$1 = React.forwardRef(PostgreOutlined);
|
|
3948
|
-
const Icon$
|
|
3982
|
+
const Icon$1a = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
3949
3983
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3950
3984
|
"path",
|
|
3951
3985
|
{
|
|
@@ -3979,10 +4013,10 @@ const Icon$18 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
3979
4013
|
}
|
|
3980
4014
|
)
|
|
3981
4015
|
] });
|
|
3982
|
-
const BaseSvgIcon$
|
|
4016
|
+
const BaseSvgIcon$1a = material.createSvgIcon(Icon$1a(), "Preferences");
|
|
3983
4017
|
function Preferences({ width, height, sx, ...props }, ref) {
|
|
3984
4018
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3985
|
-
BaseSvgIcon$
|
|
4019
|
+
BaseSvgIcon$1a,
|
|
3986
4020
|
{
|
|
3987
4021
|
ref,
|
|
3988
4022
|
viewBox: "0 0 24 24",
|
|
@@ -3996,7 +4030,7 @@ function Preferences({ width, height, sx, ...props }, ref) {
|
|
|
3996
4030
|
);
|
|
3997
4031
|
}
|
|
3998
4032
|
const Preferences$1 = React.forwardRef(Preferences);
|
|
3999
|
-
const Icon$
|
|
4033
|
+
const Icon$19 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4000
4034
|
"path",
|
|
4001
4035
|
{
|
|
4002
4036
|
fill: "currentColor",
|
|
@@ -4005,10 +4039,10 @@ const Icon$17 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
4005
4039
|
clipRule: "evenodd"
|
|
4006
4040
|
}
|
|
4007
4041
|
) });
|
|
4008
|
-
const BaseSvgIcon$
|
|
4042
|
+
const BaseSvgIcon$19 = material.createSvgIcon(Icon$19(), "ProcessData");
|
|
4009
4043
|
function ProcessData({ width, height, sx, ...props }, ref) {
|
|
4010
4044
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4011
|
-
BaseSvgIcon$
|
|
4045
|
+
BaseSvgIcon$19,
|
|
4012
4046
|
{
|
|
4013
4047
|
ref,
|
|
4014
4048
|
viewBox: "0 0 24 24",
|
|
@@ -4022,7 +4056,7 @@ function ProcessData({ width, height, sx, ...props }, ref) {
|
|
|
4022
4056
|
);
|
|
4023
4057
|
}
|
|
4024
4058
|
const ProcessData$1 = React.forwardRef(ProcessData);
|
|
4025
|
-
const Icon$
|
|
4059
|
+
const Icon$18 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4026
4060
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4027
4061
|
"path",
|
|
4028
4062
|
{
|
|
@@ -4040,10 +4074,10 @@ const Icon$16 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
4040
4074
|
}
|
|
4041
4075
|
)
|
|
4042
4076
|
] });
|
|
4043
|
-
const BaseSvgIcon$
|
|
4077
|
+
const BaseSvgIcon$18 = material.createSvgIcon(Icon$18(), "PublicWithPassword");
|
|
4044
4078
|
function PublicWithPassword({ width, height, sx, ...props }, ref) {
|
|
4045
4079
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4046
|
-
BaseSvgIcon$
|
|
4080
|
+
BaseSvgIcon$18,
|
|
4047
4081
|
{
|
|
4048
4082
|
ref,
|
|
4049
4083
|
viewBox: "0 0 24 24",
|
|
@@ -4057,17 +4091,17 @@ function PublicWithPassword({ width, height, sx, ...props }, ref) {
|
|
|
4057
4091
|
);
|
|
4058
4092
|
}
|
|
4059
4093
|
const PublicWithPassword$1 = React.forwardRef(PublicWithPassword);
|
|
4060
|
-
const Icon$
|
|
4094
|
+
const Icon$17 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4061
4095
|
"path",
|
|
4062
4096
|
{
|
|
4063
4097
|
fill: "currentColor",
|
|
4064
4098
|
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"
|
|
4065
4099
|
}
|
|
4066
4100
|
) });
|
|
4067
|
-
const BaseSvgIcon$
|
|
4101
|
+
const BaseSvgIcon$17 = material.createSvgIcon(Icon$17(), "Publish");
|
|
4068
4102
|
function Publish({ width, height, sx, ...props }, ref) {
|
|
4069
4103
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4070
|
-
BaseSvgIcon$
|
|
4104
|
+
BaseSvgIcon$17,
|
|
4071
4105
|
{
|
|
4072
4106
|
ref,
|
|
4073
4107
|
viewBox: "0 0 24 24",
|
|
@@ -4081,7 +4115,7 @@ function Publish({ width, height, sx, ...props }, ref) {
|
|
|
4081
4115
|
);
|
|
4082
4116
|
}
|
|
4083
4117
|
const Publish$1 = React.forwardRef(Publish);
|
|
4084
|
-
const Icon$
|
|
4118
|
+
const Icon$16 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4085
4119
|
"path",
|
|
4086
4120
|
{
|
|
4087
4121
|
fill: "currentColor",
|
|
@@ -4090,10 +4124,10 @@ const Icon$14 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
4090
4124
|
clipRule: "evenodd"
|
|
4091
4125
|
}
|
|
4092
4126
|
) });
|
|
4093
|
-
const BaseSvgIcon$
|
|
4127
|
+
const BaseSvgIcon$16 = material.createSvgIcon(Icon$16(), "Quadbin");
|
|
4094
4128
|
function Quadbin({ width, height, sx, ...props }, ref) {
|
|
4095
4129
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4096
|
-
BaseSvgIcon$
|
|
4130
|
+
BaseSvgIcon$16,
|
|
4097
4131
|
{
|
|
4098
4132
|
ref,
|
|
4099
4133
|
viewBox: "0 0 24 24",
|
|
@@ -4107,7 +4141,7 @@ function Quadbin({ width, height, sx, ...props }, ref) {
|
|
|
4107
4141
|
);
|
|
4108
4142
|
}
|
|
4109
4143
|
const Quadbin$1 = React.forwardRef(Quadbin);
|
|
4110
|
-
const Icon$
|
|
4144
|
+
const Icon$15 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4111
4145
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4112
4146
|
"path",
|
|
4113
4147
|
{
|
|
@@ -4125,10 +4159,10 @@ const Icon$13 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
4125
4159
|
}
|
|
4126
4160
|
)
|
|
4127
4161
|
] });
|
|
4128
|
-
const BaseSvgIcon$
|
|
4162
|
+
const BaseSvgIcon$15 = material.createSvgIcon(Icon$15(), "Quadkey");
|
|
4129
4163
|
function Quadkey({ width, height, sx, ...props }, ref) {
|
|
4130
4164
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4131
|
-
BaseSvgIcon$
|
|
4165
|
+
BaseSvgIcon$15,
|
|
4132
4166
|
{
|
|
4133
4167
|
ref,
|
|
4134
4168
|
viewBox: "0 0 24 24",
|
|
@@ -4142,7 +4176,7 @@ function Quadkey({ width, height, sx, ...props }, ref) {
|
|
|
4142
4176
|
);
|
|
4143
4177
|
}
|
|
4144
4178
|
const Quadkey$1 = React.forwardRef(Quadkey);
|
|
4145
|
-
const Icon$
|
|
4179
|
+
const Icon$14 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4146
4180
|
/* @__PURE__ */ jsxRuntime.jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4147
4181
|
"path",
|
|
4148
4182
|
{
|
|
@@ -4154,10 +4188,10 @@ const Icon$12 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
4154
4188
|
) }),
|
|
4155
4189
|
/* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
4156
4190
|
] });
|
|
4157
|
-
const BaseSvgIcon$
|
|
4191
|
+
const BaseSvgIcon$14 = material.createSvgIcon(Icon$14(), "QueryTable");
|
|
4158
4192
|
function QueryTable({ width, height, sx, ...props }, ref) {
|
|
4159
4193
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4160
|
-
BaseSvgIcon$
|
|
4194
|
+
BaseSvgIcon$14,
|
|
4161
4195
|
{
|
|
4162
4196
|
ref,
|
|
4163
4197
|
viewBox: "0 0 24 24",
|
|
@@ -4171,7 +4205,7 @@ function QueryTable({ width, height, sx, ...props }, ref) {
|
|
|
4171
4205
|
);
|
|
4172
4206
|
}
|
|
4173
4207
|
const QueryTable$1 = React.forwardRef(QueryTable);
|
|
4174
|
-
const Icon$
|
|
4208
|
+
const Icon$13 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4175
4209
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4176
4210
|
"path",
|
|
4177
4211
|
{
|
|
@@ -4189,10 +4223,10 @@ const Icon$11 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
4189
4223
|
}
|
|
4190
4224
|
)
|
|
4191
4225
|
] });
|
|
4192
|
-
const BaseSvgIcon$
|
|
4226
|
+
const BaseSvgIcon$13 = material.createSvgIcon(Icon$13(), "Rain");
|
|
4193
4227
|
function Rain({ width, height, sx, ...props }, ref) {
|
|
4194
4228
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4195
|
-
BaseSvgIcon$
|
|
4229
|
+
BaseSvgIcon$13,
|
|
4196
4230
|
{
|
|
4197
4231
|
ref,
|
|
4198
4232
|
viewBox: "0 0 24 24",
|
|
@@ -4206,17 +4240,17 @@ function Rain({ width, height, sx, ...props }, ref) {
|
|
|
4206
4240
|
);
|
|
4207
4241
|
}
|
|
4208
4242
|
const Rain$1 = React.forwardRef(Rain);
|
|
4209
|
-
const Icon$
|
|
4243
|
+
const Icon$12 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4210
4244
|
"path",
|
|
4211
4245
|
{
|
|
4212
4246
|
fill: "currentColor",
|
|
4213
4247
|
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"
|
|
4214
4248
|
}
|
|
4215
4249
|
) });
|
|
4216
|
-
const BaseSvgIcon$
|
|
4250
|
+
const BaseSvgIcon$12 = material.createSvgIcon(Icon$12(), "Raster");
|
|
4217
4251
|
function Raster({ width, height, sx, ...props }, ref) {
|
|
4218
4252
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4219
|
-
BaseSvgIcon$
|
|
4253
|
+
BaseSvgIcon$12,
|
|
4220
4254
|
{
|
|
4221
4255
|
ref,
|
|
4222
4256
|
viewBox: "0 0 24 24",
|
|
@@ -4230,7 +4264,31 @@ function Raster({ width, height, sx, ...props }, ref) {
|
|
|
4230
4264
|
);
|
|
4231
4265
|
}
|
|
4232
4266
|
const Raster$1 = React.forwardRef(Raster);
|
|
4233
|
-
const Icon
|
|
4267
|
+
const Icon$11 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4268
|
+
"path",
|
|
4269
|
+
{
|
|
4270
|
+
fill: "currentColor",
|
|
4271
|
+
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"
|
|
4272
|
+
}
|
|
4273
|
+
) });
|
|
4274
|
+
const BaseSvgIcon$11 = material.createSvgIcon(Icon$11(), "RedoAlt");
|
|
4275
|
+
function RedoAlt({ width, height, sx, ...props }, ref) {
|
|
4276
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4277
|
+
BaseSvgIcon$11,
|
|
4278
|
+
{
|
|
4279
|
+
ref,
|
|
4280
|
+
viewBox: "0 0 24 24",
|
|
4281
|
+
sx: {
|
|
4282
|
+
width,
|
|
4283
|
+
height: height || width,
|
|
4284
|
+
...sx
|
|
4285
|
+
},
|
|
4286
|
+
...props
|
|
4287
|
+
}
|
|
4288
|
+
);
|
|
4289
|
+
}
|
|
4290
|
+
const RedoAlt$1 = React.forwardRef(RedoAlt);
|
|
4291
|
+
const Icon$10 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4234
4292
|
"path",
|
|
4235
4293
|
{
|
|
4236
4294
|
fill: "currentColor",
|
|
@@ -4239,10 +4297,10 @@ const Icon$$ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
4239
4297
|
clipRule: "evenodd"
|
|
4240
4298
|
}
|
|
4241
4299
|
) });
|
|
4242
|
-
const BaseSvgIcon
|
|
4300
|
+
const BaseSvgIcon$10 = material.createSvgIcon(Icon$10(), "Redshift");
|
|
4243
4301
|
function Redshift({ width, height, sx, ...props }, ref) {
|
|
4244
4302
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4245
|
-
BaseSvgIcon
|
|
4303
|
+
BaseSvgIcon$10,
|
|
4246
4304
|
{
|
|
4247
4305
|
ref,
|
|
4248
4306
|
viewBox: "0 0 24 24",
|
|
@@ -4256,7 +4314,7 @@ function Redshift({ width, height, sx, ...props }, ref) {
|
|
|
4256
4314
|
);
|
|
4257
4315
|
}
|
|
4258
4316
|
const Redshift$1 = React.forwardRef(Redshift);
|
|
4259
|
-
const Icon
|
|
4317
|
+
const Icon$$ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4260
4318
|
"path",
|
|
4261
4319
|
{
|
|
4262
4320
|
fill: "currentColor",
|
|
@@ -4265,10 +4323,10 @@ const Icon$_ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
4265
4323
|
clipRule: "evenodd"
|
|
4266
4324
|
}
|
|
4267
4325
|
) });
|
|
4268
|
-
const BaseSvgIcon
|
|
4326
|
+
const BaseSvgIcon$$ = material.createSvgIcon(Icon$$(), "Report");
|
|
4269
4327
|
function Report({ width, height, sx, ...props }, ref) {
|
|
4270
4328
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4271
|
-
BaseSvgIcon
|
|
4329
|
+
BaseSvgIcon$$,
|
|
4272
4330
|
{
|
|
4273
4331
|
ref,
|
|
4274
4332
|
viewBox: "0 0 24 24",
|
|
@@ -4282,7 +4340,7 @@ function Report({ width, height, sx, ...props }, ref) {
|
|
|
4282
4340
|
);
|
|
4283
4341
|
}
|
|
4284
4342
|
const Report$1 = React.forwardRef(Report);
|
|
4285
|
-
const Icon$
|
|
4343
|
+
const Icon$_ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4286
4344
|
"path",
|
|
4287
4345
|
{
|
|
4288
4346
|
fill: "currentColor",
|
|
@@ -4291,10 +4349,10 @@ const Icon$Z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
4291
4349
|
clipRule: "evenodd"
|
|
4292
4350
|
}
|
|
4293
4351
|
) });
|
|
4294
|
-
const BaseSvgIcon$
|
|
4352
|
+
const BaseSvgIcon$_ = material.createSvgIcon(Icon$_(), "Reset");
|
|
4295
4353
|
function Reset({ width, height, sx, ...props }, ref) {
|
|
4296
4354
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4297
|
-
BaseSvgIcon$
|
|
4355
|
+
BaseSvgIcon$_,
|
|
4298
4356
|
{
|
|
4299
4357
|
ref,
|
|
4300
4358
|
viewBox: "0 0 24 24",
|
|
@@ -4308,7 +4366,7 @@ function Reset({ width, height, sx, ...props }, ref) {
|
|
|
4308
4366
|
);
|
|
4309
4367
|
}
|
|
4310
4368
|
const Reset$1 = React.forwardRef(Reset);
|
|
4311
|
-
const Icon$
|
|
4369
|
+
const Icon$Z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4312
4370
|
/* @__PURE__ */ jsxRuntime.jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4313
4371
|
"path",
|
|
4314
4372
|
{
|
|
@@ -4320,10 +4378,10 @@ const Icon$Y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
|
|
|
4320
4378
|
) }),
|
|
4321
4379
|
/* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
4322
4380
|
] });
|
|
4323
|
-
const BaseSvgIcon$
|
|
4381
|
+
const BaseSvgIcon$Z = material.createSvgIcon(Icon$Z(), "RiskAnalysis");
|
|
4324
4382
|
function RiskAnalysis({ width, height, sx, ...props }, ref) {
|
|
4325
4383
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4326
|
-
BaseSvgIcon$
|
|
4384
|
+
BaseSvgIcon$Z,
|
|
4327
4385
|
{
|
|
4328
4386
|
ref,
|
|
4329
4387
|
viewBox: "0 0 24 24",
|
|
@@ -4337,7 +4395,7 @@ function RiskAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
4337
4395
|
);
|
|
4338
4396
|
}
|
|
4339
4397
|
const RiskAnalysis$1 = React.forwardRef(RiskAnalysis);
|
|
4340
|
-
const Icon$
|
|
4398
|
+
const Icon$Y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4341
4399
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4342
4400
|
"path",
|
|
4343
4401
|
{
|
|
@@ -4356,10 +4414,10 @@ const Icon$X = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
|
|
|
4356
4414
|
}
|
|
4357
4415
|
)
|
|
4358
4416
|
] });
|
|
4359
|
-
const BaseSvgIcon$
|
|
4417
|
+
const BaseSvgIcon$Y = material.createSvgIcon(Icon$Y(), "RoadTraffic");
|
|
4360
4418
|
function RoadTraffic({ width, height, sx, ...props }, ref) {
|
|
4361
4419
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4362
|
-
BaseSvgIcon$
|
|
4420
|
+
BaseSvgIcon$Y,
|
|
4363
4421
|
{
|
|
4364
4422
|
ref,
|
|
4365
4423
|
viewBox: "0 0 24 24",
|
|
@@ -4373,7 +4431,7 @@ function RoadTraffic({ width, height, sx, ...props }, ref) {
|
|
|
4373
4431
|
);
|
|
4374
4432
|
}
|
|
4375
4433
|
const RoadTraffic$1 = React.forwardRef(RoadTraffic);
|
|
4376
|
-
const Icon$
|
|
4434
|
+
const Icon$X = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4377
4435
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4378
4436
|
"path",
|
|
4379
4437
|
{
|
|
@@ -4392,10 +4450,10 @@ const Icon$W = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
|
|
|
4392
4450
|
}
|
|
4393
4451
|
)
|
|
4394
4452
|
] });
|
|
4395
|
-
const BaseSvgIcon$
|
|
4453
|
+
const BaseSvgIcon$X = material.createSvgIcon(Icon$X(), "RunSettings");
|
|
4396
4454
|
function RunSettings({ width, height, sx, ...props }, ref) {
|
|
4397
4455
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4398
|
-
BaseSvgIcon$
|
|
4456
|
+
BaseSvgIcon$X,
|
|
4399
4457
|
{
|
|
4400
4458
|
ref,
|
|
4401
4459
|
viewBox: "0 0 24 24",
|
|
@@ -4409,7 +4467,7 @@ function RunSettings({ width, height, sx, ...props }, ref) {
|
|
|
4409
4467
|
);
|
|
4410
4468
|
}
|
|
4411
4469
|
const RunSettings$1 = React.forwardRef(RunSettings);
|
|
4412
|
-
const Icon$
|
|
4470
|
+
const Icon$W = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4413
4471
|
"path",
|
|
4414
4472
|
{
|
|
4415
4473
|
fill: "currentColor",
|
|
@@ -4418,10 +4476,10 @@ const Icon$V = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
4418
4476
|
clipRule: "evenodd"
|
|
4419
4477
|
}
|
|
4420
4478
|
) });
|
|
4421
|
-
const BaseSvgIcon$
|
|
4479
|
+
const BaseSvgIcon$W = material.createSvgIcon(Icon$W(), "RunStep");
|
|
4422
4480
|
function RunStep({ width, height, sx, ...props }, ref) {
|
|
4423
4481
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4424
|
-
BaseSvgIcon$
|
|
4482
|
+
BaseSvgIcon$W,
|
|
4425
4483
|
{
|
|
4426
4484
|
ref,
|
|
4427
4485
|
viewBox: "0 0 24 24",
|
|
@@ -4435,7 +4493,7 @@ function RunStep({ width, height, sx, ...props }, ref) {
|
|
|
4435
4493
|
);
|
|
4436
4494
|
}
|
|
4437
4495
|
const RunStep$1 = React.forwardRef(RunStep);
|
|
4438
|
-
const Icon$
|
|
4496
|
+
const Icon$V = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4439
4497
|
"path",
|
|
4440
4498
|
{
|
|
4441
4499
|
fill: "currentColor",
|
|
@@ -4444,10 +4502,10 @@ const Icon$U = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
4444
4502
|
clipRule: "evenodd"
|
|
4445
4503
|
}
|
|
4446
4504
|
) });
|
|
4447
|
-
const BaseSvgIcon$
|
|
4505
|
+
const BaseSvgIcon$V = material.createSvgIcon(Icon$V(), "Salesforce");
|
|
4448
4506
|
function Salesforce({ width, height, sx, ...props }, ref) {
|
|
4449
4507
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4450
|
-
BaseSvgIcon$
|
|
4508
|
+
BaseSvgIcon$V,
|
|
4451
4509
|
{
|
|
4452
4510
|
ref,
|
|
4453
4511
|
viewBox: "0 0 24 24",
|
|
@@ -4461,7 +4519,7 @@ function Salesforce({ width, height, sx, ...props }, ref) {
|
|
|
4461
4519
|
);
|
|
4462
4520
|
}
|
|
4463
4521
|
const Salesforce$1 = React.forwardRef(Salesforce);
|
|
4464
|
-
const Icon$
|
|
4522
|
+
const Icon$U = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4465
4523
|
"path",
|
|
4466
4524
|
{
|
|
4467
4525
|
fill: "currentColor",
|
|
@@ -4470,10 +4528,10 @@ const Icon$T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
4470
4528
|
clipRule: "evenodd"
|
|
4471
4529
|
}
|
|
4472
4530
|
) });
|
|
4473
|
-
const BaseSvgIcon$
|
|
4531
|
+
const BaseSvgIcon$U = material.createSvgIcon(Icon$U(), "Sample");
|
|
4474
4532
|
function Sample({ width, height, sx, ...props }, ref) {
|
|
4475
4533
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4476
|
-
BaseSvgIcon$
|
|
4534
|
+
BaseSvgIcon$U,
|
|
4477
4535
|
{
|
|
4478
4536
|
ref,
|
|
4479
4537
|
viewBox: "0 0 24 24",
|
|
@@ -4487,7 +4545,7 @@ function Sample({ width, height, sx, ...props }, ref) {
|
|
|
4487
4545
|
);
|
|
4488
4546
|
}
|
|
4489
4547
|
const Sample$1 = React.forwardRef(Sample);
|
|
4490
|
-
const Icon$
|
|
4548
|
+
const Icon$T = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4491
4549
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4492
4550
|
"path",
|
|
4493
4551
|
{
|
|
@@ -4503,10 +4561,10 @@ const Icon$S = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
|
|
|
4503
4561
|
}
|
|
4504
4562
|
)
|
|
4505
4563
|
] });
|
|
4506
|
-
const BaseSvgIcon$
|
|
4564
|
+
const BaseSvgIcon$T = material.createSvgIcon(Icon$T(), "SaveOk");
|
|
4507
4565
|
function SaveOk({ width, height, sx, ...props }, ref) {
|
|
4508
4566
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4509
|
-
BaseSvgIcon$
|
|
4567
|
+
BaseSvgIcon$T,
|
|
4510
4568
|
{
|
|
4511
4569
|
ref,
|
|
4512
4570
|
viewBox: "0 0 24 24",
|
|
@@ -4520,7 +4578,7 @@ function SaveOk({ width, height, sx, ...props }, ref) {
|
|
|
4520
4578
|
);
|
|
4521
4579
|
}
|
|
4522
4580
|
const SaveOk$1 = React.forwardRef(SaveOk);
|
|
4523
|
-
const Icon$
|
|
4581
|
+
const Icon$S = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4524
4582
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4525
4583
|
"path",
|
|
4526
4584
|
{
|
|
@@ -4545,10 +4603,10 @@ const Icon$R = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
|
|
|
4545
4603
|
}
|
|
4546
4604
|
)
|
|
4547
4605
|
] });
|
|
4548
|
-
const BaseSvgIcon$
|
|
4606
|
+
const BaseSvgIcon$S = material.createSvgIcon(Icon$S(), "ScheduleRun");
|
|
4549
4607
|
function ScheduleRun({ width, height, sx, ...props }, ref) {
|
|
4550
4608
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4551
|
-
BaseSvgIcon$
|
|
4609
|
+
BaseSvgIcon$S,
|
|
4552
4610
|
{
|
|
4553
4611
|
ref,
|
|
4554
4612
|
viewBox: "0 0 24 24",
|
|
@@ -4562,7 +4620,7 @@ function ScheduleRun({ width, height, sx, ...props }, ref) {
|
|
|
4562
4620
|
);
|
|
4563
4621
|
}
|
|
4564
4622
|
const ScheduleRun$1 = React.forwardRef(ScheduleRun);
|
|
4565
|
-
const Icon$
|
|
4623
|
+
const Icon$R = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4566
4624
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4567
4625
|
"path",
|
|
4568
4626
|
{
|
|
@@ -4578,10 +4636,10 @@ const Icon$Q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
|
|
|
4578
4636
|
}
|
|
4579
4637
|
)
|
|
4580
4638
|
] });
|
|
4581
|
-
const BaseSvgIcon$
|
|
4639
|
+
const BaseSvgIcon$R = material.createSvgIcon(Icon$R(), "SelectDestination");
|
|
4582
4640
|
function SelectDestination({ width, height, sx, ...props }, ref) {
|
|
4583
4641
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4584
|
-
BaseSvgIcon$
|
|
4642
|
+
BaseSvgIcon$R,
|
|
4585
4643
|
{
|
|
4586
4644
|
ref,
|
|
4587
4645
|
viewBox: "0 0 24 24",
|
|
@@ -4595,28 +4653,26 @@ function SelectDestination({ width, height, sx, ...props }, ref) {
|
|
|
4595
4653
|
);
|
|
4596
4654
|
}
|
|
4597
4655
|
const SelectDestination$1 = React.forwardRef(SelectDestination);
|
|
4598
|
-
const Icon$
|
|
4656
|
+
const Icon$Q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4599
4657
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4600
4658
|
"path",
|
|
4601
4659
|
{
|
|
4602
4660
|
fill: "currentColor",
|
|
4603
|
-
|
|
4604
|
-
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",
|
|
4605
|
-
clipRule: "evenodd"
|
|
4661
|
+
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"
|
|
4606
4662
|
}
|
|
4607
4663
|
),
|
|
4608
4664
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4609
4665
|
"path",
|
|
4610
4666
|
{
|
|
4611
4667
|
fill: "currentColor",
|
|
4612
|
-
d: "
|
|
4668
|
+
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"
|
|
4613
4669
|
}
|
|
4614
4670
|
)
|
|
4615
4671
|
] });
|
|
4616
|
-
const BaseSvgIcon$
|
|
4672
|
+
const BaseSvgIcon$Q = material.createSvgIcon(Icon$Q(), "SelectFeature");
|
|
4617
4673
|
function SelectFeature({ width, height, sx, ...props }, ref) {
|
|
4618
4674
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4619
|
-
BaseSvgIcon$
|
|
4675
|
+
BaseSvgIcon$Q,
|
|
4620
4676
|
{
|
|
4621
4677
|
ref,
|
|
4622
4678
|
viewBox: "0 0 24 24",
|
|
@@ -4630,7 +4686,7 @@ function SelectFeature({ width, height, sx, ...props }, ref) {
|
|
|
4630
4686
|
);
|
|
4631
4687
|
}
|
|
4632
4688
|
const SelectFeature$1 = React.forwardRef(SelectFeature);
|
|
4633
|
-
const Icon$
|
|
4689
|
+
const Icon$P = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4634
4690
|
"path",
|
|
4635
4691
|
{
|
|
4636
4692
|
fill: "currentColor",
|
|
@@ -4639,10 +4695,10 @@ const Icon$O = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
4639
4695
|
clipRule: "evenodd"
|
|
4640
4696
|
}
|
|
4641
4697
|
) });
|
|
4642
|
-
const BaseSvgIcon$
|
|
4698
|
+
const BaseSvgIcon$P = material.createSvgIcon(Icon$P(), "SelectTool");
|
|
4643
4699
|
function SelectTool({ width, height, sx, ...props }, ref) {
|
|
4644
4700
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4645
|
-
BaseSvgIcon$
|
|
4701
|
+
BaseSvgIcon$P,
|
|
4646
4702
|
{
|
|
4647
4703
|
ref,
|
|
4648
4704
|
viewBox: "0 0 24 24",
|
|
@@ -4656,17 +4712,17 @@ function SelectTool({ width, height, sx, ...props }, ref) {
|
|
|
4656
4712
|
);
|
|
4657
4713
|
}
|
|
4658
4714
|
const SelectTool$1 = React.forwardRef(SelectTool);
|
|
4659
|
-
const Icon$
|
|
4715
|
+
const Icon$O = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4660
4716
|
"path",
|
|
4661
4717
|
{
|
|
4662
4718
|
fill: "currentColor",
|
|
4663
4719
|
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"
|
|
4664
4720
|
}
|
|
4665
4721
|
) });
|
|
4666
|
-
const BaseSvgIcon$
|
|
4722
|
+
const BaseSvgIcon$O = material.createSvgIcon(Icon$O(), "SelectVariable");
|
|
4667
4723
|
function SelectVariable({ width, height, sx, ...props }, ref) {
|
|
4668
4724
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4669
|
-
BaseSvgIcon$
|
|
4725
|
+
BaseSvgIcon$O,
|
|
4670
4726
|
{
|
|
4671
4727
|
ref,
|
|
4672
4728
|
viewBox: "0 0 24 24",
|
|
@@ -4680,7 +4736,7 @@ function SelectVariable({ width, height, sx, ...props }, ref) {
|
|
|
4680
4736
|
);
|
|
4681
4737
|
}
|
|
4682
4738
|
const SelectVariable$1 = React.forwardRef(SelectVariable);
|
|
4683
|
-
const Icon$
|
|
4739
|
+
const Icon$N = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4684
4740
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4685
4741
|
"path",
|
|
4686
4742
|
{
|
|
@@ -4696,10 +4752,10 @@ const Icon$M = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
|
|
|
4696
4752
|
}
|
|
4697
4753
|
)
|
|
4698
4754
|
] });
|
|
4699
|
-
const BaseSvgIcon$
|
|
4755
|
+
const BaseSvgIcon$N = material.createSvgIcon(Icon$N(), "ShowNodeResults");
|
|
4700
4756
|
function ShowNodeResults({ width, height, sx, ...props }, ref) {
|
|
4701
4757
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4702
|
-
BaseSvgIcon$
|
|
4758
|
+
BaseSvgIcon$N,
|
|
4703
4759
|
{
|
|
4704
4760
|
ref,
|
|
4705
4761
|
viewBox: "0 0 24 24",
|
|
@@ -4713,7 +4769,7 @@ function ShowNodeResults({ width, height, sx, ...props }, ref) {
|
|
|
4713
4769
|
);
|
|
4714
4770
|
}
|
|
4715
4771
|
const ShowNodeResults$1 = React.forwardRef(ShowNodeResults);
|
|
4716
|
-
const Icon$
|
|
4772
|
+
const Icon$M = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4717
4773
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4718
4774
|
"path",
|
|
4719
4775
|
{
|
|
@@ -4731,10 +4787,10 @@ const Icon$L = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
|
|
|
4731
4787
|
}
|
|
4732
4788
|
)
|
|
4733
4789
|
] });
|
|
4734
|
-
const BaseSvgIcon$
|
|
4790
|
+
const BaseSvgIcon$M = material.createSvgIcon(Icon$M(), "ShowRightsidebar");
|
|
4735
4791
|
function ShowRightsidebar({ width, height, sx, ...props }, ref) {
|
|
4736
4792
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4737
|
-
BaseSvgIcon$
|
|
4793
|
+
BaseSvgIcon$M,
|
|
4738
4794
|
{
|
|
4739
4795
|
ref,
|
|
4740
4796
|
viewBox: "0 0 24 24",
|
|
@@ -4748,7 +4804,7 @@ function ShowRightsidebar({ width, height, sx, ...props }, ref) {
|
|
|
4748
4804
|
);
|
|
4749
4805
|
}
|
|
4750
4806
|
const ShowRightsidebar$1 = React.forwardRef(ShowRightsidebar);
|
|
4751
|
-
const Icon$
|
|
4807
|
+
const Icon$L = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4752
4808
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4753
4809
|
"path",
|
|
4754
4810
|
{
|
|
@@ -4766,10 +4822,10 @@ const Icon$K = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
|
|
|
4766
4822
|
}
|
|
4767
4823
|
)
|
|
4768
4824
|
] });
|
|
4769
|
-
const BaseSvgIcon$
|
|
4825
|
+
const BaseSvgIcon$L = material.createSvgIcon(Icon$L(), "SingleLayer");
|
|
4770
4826
|
function SingleLayer({ width, height, sx, ...props }, ref) {
|
|
4771
4827
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4772
|
-
BaseSvgIcon$
|
|
4828
|
+
BaseSvgIcon$L,
|
|
4773
4829
|
{
|
|
4774
4830
|
ref,
|
|
4775
4831
|
viewBox: "0 0 24 24",
|
|
@@ -4783,7 +4839,7 @@ function SingleLayer({ width, height, sx, ...props }, ref) {
|
|
|
4783
4839
|
);
|
|
4784
4840
|
}
|
|
4785
4841
|
const SingleLayer$1 = React.forwardRef(SingleLayer);
|
|
4786
|
-
const Icon$
|
|
4842
|
+
const Icon$K = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4787
4843
|
"path",
|
|
4788
4844
|
{
|
|
4789
4845
|
fill: "currentColor",
|
|
@@ -4792,10 +4848,10 @@ const Icon$J = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
4792
4848
|
clipRule: "evenodd"
|
|
4793
4849
|
}
|
|
4794
4850
|
) });
|
|
4795
|
-
const BaseSvgIcon$
|
|
4851
|
+
const BaseSvgIcon$K = material.createSvgIcon(Icon$K(), "SiteSelection");
|
|
4796
4852
|
function SiteSelection({ width, height, sx, ...props }, ref) {
|
|
4797
4853
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4798
|
-
BaseSvgIcon$
|
|
4854
|
+
BaseSvgIcon$K,
|
|
4799
4855
|
{
|
|
4800
4856
|
ref,
|
|
4801
4857
|
viewBox: "0 0 24 24",
|
|
@@ -4809,7 +4865,7 @@ function SiteSelection({ width, height, sx, ...props }, ref) {
|
|
|
4809
4865
|
);
|
|
4810
4866
|
}
|
|
4811
4867
|
const SiteSelection$1 = React.forwardRef(SiteSelection);
|
|
4812
|
-
const Icon$
|
|
4868
|
+
const Icon$J = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4813
4869
|
"path",
|
|
4814
4870
|
{
|
|
4815
4871
|
fill: "currentColor",
|
|
@@ -4818,10 +4874,10 @@ const Icon$I = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
4818
4874
|
clipRule: "evenodd"
|
|
4819
4875
|
}
|
|
4820
4876
|
) });
|
|
4821
|
-
const BaseSvgIcon$
|
|
4877
|
+
const BaseSvgIcon$J = material.createSvgIcon(Icon$J(), "Snowflake");
|
|
4822
4878
|
function Snowflake({ width, height, sx, ...props }, ref) {
|
|
4823
4879
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4824
|
-
BaseSvgIcon$
|
|
4880
|
+
BaseSvgIcon$J,
|
|
4825
4881
|
{
|
|
4826
4882
|
ref,
|
|
4827
4883
|
viewBox: "0 0 24 24",
|
|
@@ -4835,17 +4891,17 @@ function Snowflake({ width, height, sx, ...props }, ref) {
|
|
|
4835
4891
|
);
|
|
4836
4892
|
}
|
|
4837
4893
|
const Snowflake$1 = React.forwardRef(Snowflake);
|
|
4838
|
-
const Icon$
|
|
4894
|
+
const Icon$I = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4839
4895
|
"path",
|
|
4840
4896
|
{
|
|
4841
4897
|
fill: "currentColor",
|
|
4842
4898
|
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"
|
|
4843
4899
|
}
|
|
4844
4900
|
) });
|
|
4845
|
-
const BaseSvgIcon$
|
|
4901
|
+
const BaseSvgIcon$I = material.createSvgIcon(Icon$I(), "SpatialAnalysis");
|
|
4846
4902
|
function SpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
4847
4903
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4848
|
-
BaseSvgIcon$
|
|
4904
|
+
BaseSvgIcon$I,
|
|
4849
4905
|
{
|
|
4850
4906
|
ref,
|
|
4851
4907
|
viewBox: "0 0 24 24",
|
|
@@ -4859,7 +4915,7 @@ function SpatialAnalysis({ width, height, sx, ...props }, ref) {
|
|
|
4859
4915
|
);
|
|
4860
4916
|
}
|
|
4861
4917
|
const SpatialAnalysis$1 = React.forwardRef(SpatialAnalysis);
|
|
4862
|
-
const Icon$
|
|
4918
|
+
const Icon$H = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4863
4919
|
"path",
|
|
4864
4920
|
{
|
|
4865
4921
|
fill: "currentColor",
|
|
@@ -4868,10 +4924,10 @@ const Icon$G = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
4868
4924
|
clipRule: "evenodd"
|
|
4869
4925
|
}
|
|
4870
4926
|
) });
|
|
4871
|
-
const BaseSvgIcon$
|
|
4927
|
+
const BaseSvgIcon$H = material.createSvgIcon(Icon$H(), "SpatialExtension");
|
|
4872
4928
|
function SpatialExtension({ width, height, sx, ...props }, ref) {
|
|
4873
4929
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4874
|
-
BaseSvgIcon$
|
|
4930
|
+
BaseSvgIcon$H,
|
|
4875
4931
|
{
|
|
4876
4932
|
ref,
|
|
4877
4933
|
viewBox: "0 0 24 24",
|
|
@@ -4885,7 +4941,7 @@ function SpatialExtension({ width, height, sx, ...props }, ref) {
|
|
|
4885
4941
|
);
|
|
4886
4942
|
}
|
|
4887
4943
|
const SpatialExtension$1 = React.forwardRef(SpatialExtension);
|
|
4888
|
-
const Icon$
|
|
4944
|
+
const Icon$G = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4889
4945
|
"path",
|
|
4890
4946
|
{
|
|
4891
4947
|
fill: "currentColor",
|
|
@@ -4894,10 +4950,10 @@ const Icon$F = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
4894
4950
|
clipRule: "evenodd"
|
|
4895
4951
|
}
|
|
4896
4952
|
) });
|
|
4897
|
-
const BaseSvgIcon$
|
|
4953
|
+
const BaseSvgIcon$G = material.createSvgIcon(Icon$G(), "SpatialIndexes");
|
|
4898
4954
|
function SpatialIndexes({ width, height, sx, ...props }, ref) {
|
|
4899
4955
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4900
|
-
BaseSvgIcon$
|
|
4956
|
+
BaseSvgIcon$G,
|
|
4901
4957
|
{
|
|
4902
4958
|
ref,
|
|
4903
4959
|
viewBox: "0 0 24 24",
|
|
@@ -4911,7 +4967,7 @@ function SpatialIndexes({ width, height, sx, ...props }, ref) {
|
|
|
4911
4967
|
);
|
|
4912
4968
|
}
|
|
4913
4969
|
const SpatialIndexes$1 = React.forwardRef(SpatialIndexes);
|
|
4914
|
-
const Icon$
|
|
4970
|
+
const Icon$F = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4915
4971
|
"path",
|
|
4916
4972
|
{
|
|
4917
4973
|
fill: "currentColor",
|
|
@@ -4920,10 +4976,10 @@ const Icon$E = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
4920
4976
|
clipRule: "evenodd"
|
|
4921
4977
|
}
|
|
4922
4978
|
) });
|
|
4923
|
-
const BaseSvgIcon$
|
|
4979
|
+
const BaseSvgIcon$F = material.createSvgIcon(Icon$F(), "Sql");
|
|
4924
4980
|
function Sql({ width, height, sx, ...props }, ref) {
|
|
4925
4981
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4926
|
-
BaseSvgIcon$
|
|
4982
|
+
BaseSvgIcon$F,
|
|
4927
4983
|
{
|
|
4928
4984
|
ref,
|
|
4929
4985
|
viewBox: "0 0 24 24",
|
|
@@ -4937,7 +4993,7 @@ function Sql({ width, height, sx, ...props }, ref) {
|
|
|
4937
4993
|
);
|
|
4938
4994
|
}
|
|
4939
4995
|
const Sql$1 = React.forwardRef(Sql);
|
|
4940
|
-
const Icon$
|
|
4996
|
+
const Icon$E = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4941
4997
|
"path",
|
|
4942
4998
|
{
|
|
4943
4999
|
fill: "currentColor",
|
|
@@ -4946,10 +5002,10 @@ const Icon$D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
4946
5002
|
clipRule: "evenodd"
|
|
4947
5003
|
}
|
|
4948
5004
|
) });
|
|
4949
|
-
const BaseSvgIcon$
|
|
5005
|
+
const BaseSvgIcon$E = material.createSvgIcon(Icon$E(), "SqlError");
|
|
4950
5006
|
function SqlError({ width, height, sx, ...props }, ref) {
|
|
4951
5007
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4952
|
-
BaseSvgIcon$
|
|
5008
|
+
BaseSvgIcon$E,
|
|
4953
5009
|
{
|
|
4954
5010
|
ref,
|
|
4955
5011
|
viewBox: "0 0 24 24",
|
|
@@ -4963,7 +5019,7 @@ function SqlError({ width, height, sx, ...props }, ref) {
|
|
|
4963
5019
|
);
|
|
4964
5020
|
}
|
|
4965
5021
|
const SqlError$1 = React.forwardRef(SqlError);
|
|
4966
|
-
const Icon$
|
|
5022
|
+
const Icon$D = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
4967
5023
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4968
5024
|
"path",
|
|
4969
5025
|
{
|
|
@@ -4983,10 +5039,10 @@ const Icon$C = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
|
|
|
4983
5039
|
}
|
|
4984
5040
|
)
|
|
4985
5041
|
] });
|
|
4986
|
-
const BaseSvgIcon$
|
|
5042
|
+
const BaseSvgIcon$D = material.createSvgIcon(Icon$D(), "Sso");
|
|
4987
5043
|
function Sso({ width, height, sx, ...props }, ref) {
|
|
4988
5044
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4989
|
-
BaseSvgIcon$
|
|
5045
|
+
BaseSvgIcon$D,
|
|
4990
5046
|
{
|
|
4991
5047
|
ref,
|
|
4992
5048
|
viewBox: "0 0 24 24",
|
|
@@ -5000,11 +5056,11 @@ function Sso({ width, height, sx, ...props }, ref) {
|
|
|
5000
5056
|
);
|
|
5001
5057
|
}
|
|
5002
5058
|
const Sso$1 = React.forwardRef(Sso);
|
|
5003
|
-
const Icon$
|
|
5004
|
-
const BaseSvgIcon$
|
|
5059
|
+
const Icon$C = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M13 11h-2v2h2zm3 2h5v-2h-5zm-8-2H3v2h5z" }) });
|
|
5060
|
+
const BaseSvgIcon$C = material.createSvgIcon(Icon$C(), "StrokeCustom");
|
|
5005
5061
|
function StrokeCustom({ width, height, sx, ...props }, ref) {
|
|
5006
5062
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5007
|
-
BaseSvgIcon$
|
|
5063
|
+
BaseSvgIcon$C,
|
|
5008
5064
|
{
|
|
5009
5065
|
ref,
|
|
5010
5066
|
viewBox: "0 0 24 24",
|
|
@@ -5018,11 +5074,11 @@ function StrokeCustom({ width, height, sx, ...props }, ref) {
|
|
|
5018
5074
|
);
|
|
5019
5075
|
}
|
|
5020
5076
|
const StrokeCustom$1 = React.forwardRef(StrokeCustom);
|
|
5021
|
-
const Icon$
|
|
5022
|
-
const BaseSvgIcon$
|
|
5077
|
+
const Icon$B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M3 11h4v2H3zM10 11h4v2h-4zM21 11h-4v2h4z" }) });
|
|
5078
|
+
const BaseSvgIcon$B = material.createSvgIcon(Icon$B(), "StrokeDash");
|
|
5023
5079
|
function StrokeDash({ width, height, sx, ...props }, ref) {
|
|
5024
5080
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5025
|
-
BaseSvgIcon$
|
|
5081
|
+
BaseSvgIcon$B,
|
|
5026
5082
|
{
|
|
5027
5083
|
ref,
|
|
5028
5084
|
viewBox: "0 0 24 24",
|
|
@@ -5036,11 +5092,11 @@ function StrokeDash({ width, height, sx, ...props }, ref) {
|
|
|
5036
5092
|
);
|
|
5037
5093
|
}
|
|
5038
5094
|
const StrokeDash$1 = React.forwardRef(StrokeDash);
|
|
5039
|
-
const Icon$
|
|
5040
|
-
const BaseSvgIcon$
|
|
5095
|
+
const Icon$A = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M21 11H3v2h18z" }) });
|
|
5096
|
+
const BaseSvgIcon$A = material.createSvgIcon(Icon$A(), "StrokeSolid");
|
|
5041
5097
|
function StrokeSolid({ width, height, sx, ...props }, ref) {
|
|
5042
5098
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5043
|
-
BaseSvgIcon$
|
|
5099
|
+
BaseSvgIcon$A,
|
|
5044
5100
|
{
|
|
5045
5101
|
ref,
|
|
5046
5102
|
viewBox: "0 0 24 24",
|
|
@@ -5054,7 +5110,7 @@ function StrokeSolid({ width, height, sx, ...props }, ref) {
|
|
|
5054
5110
|
);
|
|
5055
5111
|
}
|
|
5056
5112
|
const StrokeSolid$1 = React.forwardRef(StrokeSolid);
|
|
5057
|
-
const Icon$
|
|
5113
|
+
const Icon$z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5058
5114
|
"path",
|
|
5059
5115
|
{
|
|
5060
5116
|
fill: "currentColor",
|
|
@@ -5063,10 +5119,10 @@ const Icon$y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
5063
5119
|
clipRule: "evenodd"
|
|
5064
5120
|
}
|
|
5065
5121
|
) });
|
|
5066
|
-
const BaseSvgIcon$
|
|
5122
|
+
const BaseSvgIcon$z = material.createSvgIcon(Icon$z(), "SupplyChain");
|
|
5067
5123
|
function SupplyChain({ width, height, sx, ...props }, ref) {
|
|
5068
5124
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5069
|
-
BaseSvgIcon$
|
|
5125
|
+
BaseSvgIcon$z,
|
|
5070
5126
|
{
|
|
5071
5127
|
ref,
|
|
5072
5128
|
viewBox: "0 0 24 24",
|
|
@@ -5080,11 +5136,11 @@ function SupplyChain({ width, height, sx, ...props }, ref) {
|
|
|
5080
5136
|
);
|
|
5081
5137
|
}
|
|
5082
5138
|
const SupplyChain$1 = React.forwardRef(SupplyChain);
|
|
5083
|
-
const Icon$
|
|
5084
|
-
const BaseSvgIcon$
|
|
5139
|
+
const Icon$y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 12, cy: 12, r: 8, fill: "currentColor" }) });
|
|
5140
|
+
const BaseSvgIcon$y = material.createSvgIcon(Icon$y(), "SwatchCircle");
|
|
5085
5141
|
function SwatchCircle({ width, height, sx, ...props }, ref) {
|
|
5086
5142
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5087
|
-
BaseSvgIcon$
|
|
5143
|
+
BaseSvgIcon$y,
|
|
5088
5144
|
{
|
|
5089
5145
|
ref,
|
|
5090
5146
|
viewBox: "0 0 24 24",
|
|
@@ -5098,7 +5154,7 @@ function SwatchCircle({ width, height, sx, ...props }, ref) {
|
|
|
5098
5154
|
);
|
|
5099
5155
|
}
|
|
5100
5156
|
const SwatchCircle$1 = React.forwardRef(SwatchCircle);
|
|
5101
|
-
const Icon$
|
|
5157
|
+
const Icon$x = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5102
5158
|
"path",
|
|
5103
5159
|
{
|
|
5104
5160
|
fill: "currentColor",
|
|
@@ -5107,10 +5163,10 @@ const Icon$w = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
5107
5163
|
clipRule: "evenodd"
|
|
5108
5164
|
}
|
|
5109
5165
|
) });
|
|
5110
|
-
const BaseSvgIcon$
|
|
5166
|
+
const BaseSvgIcon$x = material.createSvgIcon(Icon$x(), "SwatchCircleNone");
|
|
5111
5167
|
function SwatchCircleNone({ width, height, sx, ...props }, ref) {
|
|
5112
5168
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5113
|
-
BaseSvgIcon$
|
|
5169
|
+
BaseSvgIcon$x,
|
|
5114
5170
|
{
|
|
5115
5171
|
ref,
|
|
5116
5172
|
viewBox: "0 0 24 24",
|
|
@@ -5124,7 +5180,7 @@ function SwatchCircleNone({ width, height, sx, ...props }, ref) {
|
|
|
5124
5180
|
);
|
|
5125
5181
|
}
|
|
5126
5182
|
const SwatchCircleNone$1 = React.forwardRef(SwatchCircleNone);
|
|
5127
|
-
const Icon$
|
|
5183
|
+
const Icon$w = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5128
5184
|
"path",
|
|
5129
5185
|
{
|
|
5130
5186
|
fill: "currentColor",
|
|
@@ -5133,10 +5189,10 @@ const Icon$v = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
5133
5189
|
clipRule: "evenodd"
|
|
5134
5190
|
}
|
|
5135
5191
|
) });
|
|
5136
|
-
const BaseSvgIcon$
|
|
5192
|
+
const BaseSvgIcon$w = material.createSvgIcon(Icon$w(), "TableColumn");
|
|
5137
5193
|
function TableColumn({ width, height, sx, ...props }, ref) {
|
|
5138
5194
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5139
|
-
BaseSvgIcon$
|
|
5195
|
+
BaseSvgIcon$w,
|
|
5140
5196
|
{
|
|
5141
5197
|
ref,
|
|
5142
5198
|
viewBox: "0 0 24 24",
|
|
@@ -5150,7 +5206,7 @@ function TableColumn({ width, height, sx, ...props }, ref) {
|
|
|
5150
5206
|
);
|
|
5151
5207
|
}
|
|
5152
5208
|
const TableColumn$1 = React.forwardRef(TableColumn);
|
|
5153
|
-
const Icon$
|
|
5209
|
+
const Icon$v = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
5154
5210
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5155
5211
|
"path",
|
|
5156
5212
|
{
|
|
@@ -5168,10 +5224,10 @@ const Icon$u = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
|
|
|
5168
5224
|
}
|
|
5169
5225
|
)
|
|
5170
5226
|
] });
|
|
5171
|
-
const BaseSvgIcon$
|
|
5227
|
+
const BaseSvgIcon$v = material.createSvgIcon(Icon$v(), "TableColumnLimited");
|
|
5172
5228
|
function TableColumnLimited({ width, height, sx, ...props }, ref) {
|
|
5173
5229
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5174
|
-
BaseSvgIcon$
|
|
5230
|
+
BaseSvgIcon$v,
|
|
5175
5231
|
{
|
|
5176
5232
|
ref,
|
|
5177
5233
|
viewBox: "0 0 24 24",
|
|
@@ -5185,7 +5241,7 @@ function TableColumnLimited({ width, height, sx, ...props }, ref) {
|
|
|
5185
5241
|
);
|
|
5186
5242
|
}
|
|
5187
5243
|
const TableColumnLimited$1 = React.forwardRef(TableColumnLimited);
|
|
5188
|
-
const Icon$
|
|
5244
|
+
const Icon$u = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
5189
5245
|
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
5190
5246
|
"g",
|
|
5191
5247
|
{
|
|
@@ -5201,10 +5257,10 @@ const Icon$t = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
|
|
|
5201
5257
|
),
|
|
5202
5258
|
/* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
|
|
5203
5259
|
] });
|
|
5204
|
-
const BaseSvgIcon$
|
|
5260
|
+
const BaseSvgIcon$u = material.createSvgIcon(Icon$u(), "TempTable");
|
|
5205
5261
|
function TempTable({ width, height, sx, ...props }, ref) {
|
|
5206
5262
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5207
|
-
BaseSvgIcon$
|
|
5263
|
+
BaseSvgIcon$u,
|
|
5208
5264
|
{
|
|
5209
5265
|
ref,
|
|
5210
5266
|
viewBox: "0 0 24 24",
|
|
@@ -5218,7 +5274,7 @@ function TempTable({ width, height, sx, ...props }, ref) {
|
|
|
5218
5274
|
);
|
|
5219
5275
|
}
|
|
5220
5276
|
const TempTable$1 = React.forwardRef(TempTable);
|
|
5221
|
-
const Icon$
|
|
5277
|
+
const Icon$t = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5222
5278
|
"path",
|
|
5223
5279
|
{
|
|
5224
5280
|
fill: "currentColor",
|
|
@@ -5227,10 +5283,10 @@ const Icon$s = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
5227
5283
|
clipRule: "evenodd"
|
|
5228
5284
|
}
|
|
5229
5285
|
) });
|
|
5230
|
-
const BaseSvgIcon$
|
|
5286
|
+
const BaseSvgIcon$t = material.createSvgIcon(Icon$t(), "TerritoryPlanning");
|
|
5231
5287
|
function TerritoryPlanning({ width, height, sx, ...props }, ref) {
|
|
5232
5288
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5233
|
-
BaseSvgIcon$
|
|
5289
|
+
BaseSvgIcon$t,
|
|
5234
5290
|
{
|
|
5235
5291
|
ref,
|
|
5236
5292
|
viewBox: "0 0 24 24",
|
|
@@ -5244,7 +5300,7 @@ function TerritoryPlanning({ width, height, sx, ...props }, ref) {
|
|
|
5244
5300
|
);
|
|
5245
5301
|
}
|
|
5246
5302
|
const TerritoryPlanning$1 = React.forwardRef(TerritoryPlanning);
|
|
5247
|
-
const Icon$
|
|
5303
|
+
const Icon$s = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5248
5304
|
"path",
|
|
5249
5305
|
{
|
|
5250
5306
|
fill: "currentColor",
|
|
@@ -5253,10 +5309,10 @@ const Icon$r = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
5253
5309
|
clipRule: "evenodd"
|
|
5254
5310
|
}
|
|
5255
5311
|
) });
|
|
5256
|
-
const BaseSvgIcon$
|
|
5312
|
+
const BaseSvgIcon$s = material.createSvgIcon(Icon$s(), "TextBox");
|
|
5257
5313
|
function TextBox({ width, height, sx, ...props }, ref) {
|
|
5258
5314
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5259
|
-
BaseSvgIcon$
|
|
5315
|
+
BaseSvgIcon$s,
|
|
5260
5316
|
{
|
|
5261
5317
|
ref,
|
|
5262
5318
|
viewBox: "0 0 24 24",
|
|
@@ -5270,7 +5326,7 @@ function TextBox({ width, height, sx, ...props }, ref) {
|
|
|
5270
5326
|
);
|
|
5271
5327
|
}
|
|
5272
5328
|
const TextBox$1 = React.forwardRef(TextBox);
|
|
5273
|
-
const Icon$
|
|
5329
|
+
const Icon$r = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
5274
5330
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5275
5331
|
"path",
|
|
5276
5332
|
{
|
|
@@ -5291,10 +5347,10 @@ const Icon$q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
|
|
|
5291
5347
|
),
|
|
5292
5348
|
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "m11.394 21.809-9-6.858a1 1 0 0 1-.01-1.584" })
|
|
5293
5349
|
] });
|
|
5294
|
-
const BaseSvgIcon$
|
|
5350
|
+
const BaseSvgIcon$r = material.createSvgIcon(Icon$r(), "Tileset");
|
|
5295
5351
|
function Tileset({ width, height, sx, ...props }, ref) {
|
|
5296
5352
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5297
|
-
BaseSvgIcon$
|
|
5353
|
+
BaseSvgIcon$r,
|
|
5298
5354
|
{
|
|
5299
5355
|
ref,
|
|
5300
5356
|
viewBox: "0 0 24 24",
|
|
@@ -5308,7 +5364,7 @@ function Tileset({ width, height, sx, ...props }, ref) {
|
|
|
5308
5364
|
);
|
|
5309
5365
|
}
|
|
5310
5366
|
const Tileset$1 = React.forwardRef(Tileset);
|
|
5311
|
-
const Icon$
|
|
5367
|
+
const Icon$q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
5312
5368
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5313
5369
|
"path",
|
|
5314
5370
|
{
|
|
@@ -5335,10 +5391,10 @@ const Icon$p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
|
|
|
5335
5391
|
}
|
|
5336
5392
|
)
|
|
5337
5393
|
] });
|
|
5338
|
-
const BaseSvgIcon$
|
|
5394
|
+
const BaseSvgIcon$q = material.createSvgIcon(Icon$q(), "TilesetsAggregated");
|
|
5339
5395
|
function TilesetsAggregated({ width, height, sx, ...props }, ref) {
|
|
5340
5396
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5341
|
-
BaseSvgIcon$
|
|
5397
|
+
BaseSvgIcon$q,
|
|
5342
5398
|
{
|
|
5343
5399
|
ref,
|
|
5344
5400
|
viewBox: "0 0 24 24",
|
|
@@ -5352,7 +5408,7 @@ function TilesetsAggregated({ width, height, sx, ...props }, ref) {
|
|
|
5352
5408
|
);
|
|
5353
5409
|
}
|
|
5354
5410
|
const TilesetsAggregated$1 = React.forwardRef(TilesetsAggregated);
|
|
5355
|
-
const Icon$
|
|
5411
|
+
const Icon$p = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5356
5412
|
"path",
|
|
5357
5413
|
{
|
|
5358
5414
|
fill: "currentColor",
|
|
@@ -5361,10 +5417,10 @@ const Icon$o = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
5361
5417
|
clipRule: "evenodd"
|
|
5362
5418
|
}
|
|
5363
5419
|
) });
|
|
5364
|
-
const BaseSvgIcon$
|
|
5420
|
+
const BaseSvgIcon$p = material.createSvgIcon(Icon$p(), "TimeBuckets");
|
|
5365
5421
|
function TimeBuckets({ width, height, sx, ...props }, ref) {
|
|
5366
5422
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5367
|
-
BaseSvgIcon$
|
|
5423
|
+
BaseSvgIcon$p,
|
|
5368
5424
|
{
|
|
5369
5425
|
ref,
|
|
5370
5426
|
viewBox: "0 0 24 24",
|
|
@@ -5378,7 +5434,7 @@ function TimeBuckets({ width, height, sx, ...props }, ref) {
|
|
|
5378
5434
|
);
|
|
5379
5435
|
}
|
|
5380
5436
|
const TimeBuckets$1 = React.forwardRef(TimeBuckets);
|
|
5381
|
-
const Icon$
|
|
5437
|
+
const Icon$o = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
5382
5438
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5383
5439
|
"path",
|
|
5384
5440
|
{
|
|
@@ -5396,10 +5452,10 @@ const Icon$n = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
|
|
|
5396
5452
|
}
|
|
5397
5453
|
)
|
|
5398
5454
|
] });
|
|
5399
|
-
const BaseSvgIcon$
|
|
5455
|
+
const BaseSvgIcon$o = material.createSvgIcon(Icon$o(), "TimeCar");
|
|
5400
5456
|
function TimeCar({ width, height, sx, ...props }, ref) {
|
|
5401
5457
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5402
|
-
BaseSvgIcon$
|
|
5458
|
+
BaseSvgIcon$o,
|
|
5403
5459
|
{
|
|
5404
5460
|
ref,
|
|
5405
5461
|
viewBox: "0 0 24 24",
|
|
@@ -5413,7 +5469,7 @@ function TimeCar({ width, height, sx, ...props }, ref) {
|
|
|
5413
5469
|
);
|
|
5414
5470
|
}
|
|
5415
5471
|
const TimeCar$1 = React.forwardRef(TimeCar);
|
|
5416
|
-
const Icon$
|
|
5472
|
+
const Icon$n = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5417
5473
|
"path",
|
|
5418
5474
|
{
|
|
5419
5475
|
fill: "currentColor",
|
|
@@ -5422,10 +5478,10 @@ const Icon$m = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
5422
5478
|
clipRule: "evenodd"
|
|
5423
5479
|
}
|
|
5424
5480
|
) });
|
|
5425
|
-
const BaseSvgIcon$
|
|
5481
|
+
const BaseSvgIcon$n = material.createSvgIcon(Icon$n(), "TimeWindowIncremental");
|
|
5426
5482
|
function TimeWindowIncremental({ width, height, sx, ...props }, ref) {
|
|
5427
5483
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5428
|
-
BaseSvgIcon$
|
|
5484
|
+
BaseSvgIcon$n,
|
|
5429
5485
|
{
|
|
5430
5486
|
ref,
|
|
5431
5487
|
viewBox: "0 0 24 24",
|
|
@@ -5439,7 +5495,7 @@ function TimeWindowIncremental({ width, height, sx, ...props }, ref) {
|
|
|
5439
5495
|
);
|
|
5440
5496
|
}
|
|
5441
5497
|
const TimeWindowIncremental$1 = React.forwardRef(TimeWindowIncremental);
|
|
5442
|
-
const Icon$
|
|
5498
|
+
const Icon$m = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5443
5499
|
"path",
|
|
5444
5500
|
{
|
|
5445
5501
|
fill: "currentColor",
|
|
@@ -5448,10 +5504,10 @@ const Icon$l = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
5448
5504
|
clipRule: "evenodd"
|
|
5449
5505
|
}
|
|
5450
5506
|
) });
|
|
5451
|
-
const BaseSvgIcon$
|
|
5507
|
+
const BaseSvgIcon$m = material.createSvgIcon(Icon$m(), "TimeWindowMoving");
|
|
5452
5508
|
function TimeWindowMoving({ width, height, sx, ...props }, ref) {
|
|
5453
5509
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5454
|
-
BaseSvgIcon$
|
|
5510
|
+
BaseSvgIcon$m,
|
|
5455
5511
|
{
|
|
5456
5512
|
ref,
|
|
5457
5513
|
viewBox: "0 0 24 24",
|
|
@@ -5465,7 +5521,7 @@ function TimeWindowMoving({ width, height, sx, ...props }, ref) {
|
|
|
5465
5521
|
);
|
|
5466
5522
|
}
|
|
5467
5523
|
const TimeWindowMoving$1 = React.forwardRef(TimeWindowMoving);
|
|
5468
|
-
const Icon$
|
|
5524
|
+
const Icon$l = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5469
5525
|
"path",
|
|
5470
5526
|
{
|
|
5471
5527
|
fill: "currentColor",
|
|
@@ -5474,10 +5530,10 @@ const Icon$k = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
5474
5530
|
clipRule: "evenodd"
|
|
5475
5531
|
}
|
|
5476
5532
|
) });
|
|
5477
|
-
const BaseSvgIcon$
|
|
5533
|
+
const BaseSvgIcon$l = material.createSvgIcon(Icon$l(), "Tooltip");
|
|
5478
5534
|
function Tooltip({ width, height, sx, ...props }, ref) {
|
|
5479
5535
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5480
|
-
BaseSvgIcon$
|
|
5536
|
+
BaseSvgIcon$l,
|
|
5481
5537
|
{
|
|
5482
5538
|
ref,
|
|
5483
5539
|
viewBox: "0 0 24 24",
|
|
@@ -5491,17 +5547,17 @@ function Tooltip({ width, height, sx, ...props }, ref) {
|
|
|
5491
5547
|
);
|
|
5492
5548
|
}
|
|
5493
5549
|
const Tooltip$1 = React.forwardRef(Tooltip);
|
|
5494
|
-
const Icon$
|
|
5550
|
+
const Icon$k = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5495
5551
|
"path",
|
|
5496
5552
|
{
|
|
5497
5553
|
fill: "currentColor",
|
|
5498
5554
|
d: "M12 13.694 7.41 18.21 6 16.823l6-5.904 6 5.904-1.41 1.387zM6 7.968h12V6H6z"
|
|
5499
5555
|
}
|
|
5500
5556
|
) });
|
|
5501
|
-
const BaseSvgIcon$
|
|
5557
|
+
const BaseSvgIcon$k = material.createSvgIcon(Icon$k(), "TopRow");
|
|
5502
5558
|
function TopRow({ width, height, sx, ...props }, ref) {
|
|
5503
5559
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5504
|
-
BaseSvgIcon$
|
|
5560
|
+
BaseSvgIcon$k,
|
|
5505
5561
|
{
|
|
5506
5562
|
ref,
|
|
5507
5563
|
viewBox: "0 0 24 24",
|
|
@@ -5515,7 +5571,7 @@ function TopRow({ width, height, sx, ...props }, ref) {
|
|
|
5515
5571
|
);
|
|
5516
5572
|
}
|
|
5517
5573
|
const TopRow$1 = React.forwardRef(TopRow);
|
|
5518
|
-
const Icon$
|
|
5574
|
+
const Icon$j = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5519
5575
|
"path",
|
|
5520
5576
|
{
|
|
5521
5577
|
fill: "currentColor",
|
|
@@ -5524,10 +5580,10 @@ const Icon$i = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
5524
5580
|
clipRule: "evenodd"
|
|
5525
5581
|
}
|
|
5526
5582
|
) });
|
|
5527
|
-
const BaseSvgIcon$
|
|
5583
|
+
const BaseSvgIcon$j = material.createSvgIcon(Icon$j(), "TwinArea");
|
|
5528
5584
|
function TwinArea({ width, height, sx, ...props }, ref) {
|
|
5529
5585
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5530
|
-
BaseSvgIcon$
|
|
5586
|
+
BaseSvgIcon$j,
|
|
5531
5587
|
{
|
|
5532
5588
|
ref,
|
|
5533
5589
|
viewBox: "0 0 24 24",
|
|
@@ -5541,7 +5597,7 @@ function TwinArea({ width, height, sx, ...props }, ref) {
|
|
|
5541
5597
|
);
|
|
5542
5598
|
}
|
|
5543
5599
|
const TwinArea$1 = React.forwardRef(TwinArea);
|
|
5544
|
-
const Icon$
|
|
5600
|
+
const Icon$i = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5545
5601
|
"path",
|
|
5546
5602
|
{
|
|
5547
5603
|
fill: "currentColor",
|
|
@@ -5550,10 +5606,10 @@ const Icon$h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
|
|
|
5550
5606
|
clipRule: "evenodd"
|
|
5551
5607
|
}
|
|
5552
5608
|
) });
|
|
5553
|
-
const BaseSvgIcon$
|
|
5609
|
+
const BaseSvgIcon$i = material.createSvgIcon(Icon$i(), "Twitter");
|
|
5554
5610
|
function Twitter({ width, height, sx, ...props }, ref) {
|
|
5555
5611
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5556
|
-
BaseSvgIcon$
|
|
5612
|
+
BaseSvgIcon$i,
|
|
5557
5613
|
{
|
|
5558
5614
|
ref,
|
|
5559
5615
|
viewBox: "0 0 24 24",
|
|
@@ -5567,6 +5623,30 @@ function Twitter({ width, height, sx, ...props }, ref) {
|
|
|
5567
5623
|
);
|
|
5568
5624
|
}
|
|
5569
5625
|
const Twitter$1 = React.forwardRef(Twitter);
|
|
5626
|
+
const Icon$h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5627
|
+
"path",
|
|
5628
|
+
{
|
|
5629
|
+
fill: "currentColor",
|
|
5630
|
+
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"
|
|
5631
|
+
}
|
|
5632
|
+
) });
|
|
5633
|
+
const BaseSvgIcon$h = material.createSvgIcon(Icon$h(), "UndoAlt");
|
|
5634
|
+
function UndoAlt({ width, height, sx, ...props }, ref) {
|
|
5635
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
5636
|
+
BaseSvgIcon$h,
|
|
5637
|
+
{
|
|
5638
|
+
ref,
|
|
5639
|
+
viewBox: "0 0 24 24",
|
|
5640
|
+
sx: {
|
|
5641
|
+
width,
|
|
5642
|
+
height: height || width,
|
|
5643
|
+
...sx
|
|
5644
|
+
},
|
|
5645
|
+
...props
|
|
5646
|
+
}
|
|
5647
|
+
);
|
|
5648
|
+
}
|
|
5649
|
+
const UndoAlt$1 = React.forwardRef(UndoAlt);
|
|
5570
5650
|
const Icon$g = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
5571
5651
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5572
5652
|
"path",
|
|
@@ -6109,7 +6189,7 @@ exports.ArrowDown = ArrowDown.ArrowDown;
|
|
|
6109
6189
|
exports.ArrowUp = OpenDiagonallyRight.ArrowUp;
|
|
6110
6190
|
exports.CloseDiagonallyRight = OpenDiagonallyRight.CloseDiagonallyRight;
|
|
6111
6191
|
exports.OpenDiagonallyRight = OpenDiagonallyRight.OpenDiagonallyRight;
|
|
6112
|
-
exports.Search =
|
|
6192
|
+
exports.Search = SwatchSquare.Search;
|
|
6113
6193
|
exports.SwatchSquare = SwatchSquare.SwatchSquare;
|
|
6114
6194
|
exports.AccessIn = AccessIn$1;
|
|
6115
6195
|
exports.AddApp = AddApp$1;
|
|
@@ -6182,6 +6262,7 @@ exports.Fabric = Fabric$1;
|
|
|
6182
6262
|
exports.Facebook = Facebook$1;
|
|
6183
6263
|
exports.Financial = Financial$1;
|
|
6184
6264
|
exports.FlipInverse = FlipInverse$1;
|
|
6265
|
+
exports.FoldersStackedOutlined = FoldersStackedOutlined$1;
|
|
6185
6266
|
exports.Framed = Framed$1;
|
|
6186
6267
|
exports.FraudDetection = FraudDetection$1;
|
|
6187
6268
|
exports.Functions = Functions$1;
|
|
@@ -6248,6 +6329,7 @@ exports.Quadkey = Quadkey$1;
|
|
|
6248
6329
|
exports.QueryTable = QueryTable$1;
|
|
6249
6330
|
exports.Rain = Rain$1;
|
|
6250
6331
|
exports.Raster = Raster$1;
|
|
6332
|
+
exports.RedoAlt = RedoAlt$1;
|
|
6251
6333
|
exports.Redshift = Redshift$1;
|
|
6252
6334
|
exports.Report = Report$1;
|
|
6253
6335
|
exports.Reset = Reset$1;
|
|
@@ -6295,6 +6377,7 @@ exports.Tooltip = Tooltip$1;
|
|
|
6295
6377
|
exports.TopRow = TopRow$1;
|
|
6296
6378
|
exports.TwinArea = TwinArea$1;
|
|
6297
6379
|
exports.Twitter = Twitter$1;
|
|
6380
|
+
exports.UndoAlt = UndoAlt$1;
|
|
6298
6381
|
exports.UpdateGen = UpdateGen$1;
|
|
6299
6382
|
exports.UploadFileUrl = UploadFileUrl$1;
|
|
6300
6383
|
exports.View2d = View2d$1;
|