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