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