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