@carto/meridian-ds 1.5.1 → 2.0.0-alpha-external-link.7

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 (77) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/{Alert-BiOR9aar.cjs → Alert-C-rl1sPM.cjs} +97 -1
  3. package/dist/{Alert-CywtIMOj.js → Alert-DmbdMf46.js} +99 -3
  4. package/dist/{ArrowDown-8fLj23Ge.cjs → ArrowDown-DJ0vhbsw.cjs} +2 -2
  5. package/dist/{ArrowDown-CY_wMVJT.js → ArrowDown-d6bxUL0F.js} +1 -1
  6. package/dist/{MenuItem-CXnnE5lK.js → MenuItem-C8x-GasJ.js} +10 -6
  7. package/dist/{MenuItem-Br2jY2lt.cjs → MenuItem-CyIdh2wX.cjs} +10 -6
  8. package/dist/{OpenDiagonallyRight-CSm5GYYJ.js → OpenDiagonallyRight-CGdCEXlF.js} +1 -1
  9. package/dist/{OpenDiagonallyRight-CM1tojUq.cjs → OpenDiagonallyRight-CpL4ROwg.cjs} +4 -4
  10. package/dist/{SwatchSquare-benaO55C.cjs → SwatchSquare-B8PIY3Rd.cjs} +3 -3
  11. package/dist/{SwatchSquare-DhaaXt53.js → SwatchSquare-CaaLsjAC.js} +1 -1
  12. package/dist/{TablePaginationActions-KpTvhN4Y.js → TablePaginationActions-BWer8cmX.js} +15 -4
  13. package/dist/{TablePaginationActions-CFGXm44W.cjs → TablePaginationActions-MwqZJoRm.cjs} +14 -3
  14. package/dist/components/index.cjs +456 -57
  15. package/dist/components/index.js +460 -60
  16. package/dist/custom-icons/index.cjs +608 -486
  17. package/dist/custom-icons/index.js +561 -439
  18. package/dist/theme/index.cjs +14 -10
  19. package/dist/theme/index.js +15 -11
  20. package/dist/types/components/atoms/Button.d.ts +10 -0
  21. package/dist/types/components/atoms/Button.d.ts.map +1 -1
  22. package/dist/types/components/atoms/Link.d.ts +16 -0
  23. package/dist/types/components/atoms/Link.d.ts.map +1 -0
  24. package/dist/types/components/atoms/ScreenReaderOnly.d.ts +3 -0
  25. package/dist/types/components/atoms/ScreenReaderOnly.d.ts.map +1 -0
  26. package/dist/types/components/atoms/index.d.ts +3 -0
  27. package/dist/types/components/atoms/index.d.ts.map +1 -1
  28. package/dist/types/components/molecules/Autocomplete/Autocomplete.d.ts.map +1 -1
  29. package/dist/types/components/molecules/Autocomplete/AutocompleteList.d.ts +13 -0
  30. package/dist/types/components/molecules/Autocomplete/AutocompleteList.d.ts.map +1 -0
  31. package/dist/types/components/molecules/Autocomplete/CreatableAutocomplete.d.ts +1 -1
  32. package/dist/types/components/molecules/Autocomplete/CreatableAutocomplete.d.ts.map +1 -1
  33. package/dist/types/components/molecules/Autocomplete/MultipleAutocomplete.d.ts +1 -1
  34. package/dist/types/components/molecules/Autocomplete/MultipleAutocomplete.d.ts.map +1 -1
  35. package/dist/types/components/molecules/Autocomplete/index.d.ts +3 -0
  36. package/dist/types/components/molecules/Autocomplete/index.d.ts.map +1 -1
  37. package/dist/types/components/molecules/Autocomplete/types.d.ts +107 -7
  38. package/dist/types/components/molecules/Autocomplete/types.d.ts.map +1 -1
  39. package/dist/types/components/molecules/Autocomplete/useAutocomplete.d.ts +11 -0
  40. package/dist/types/components/molecules/Autocomplete/useAutocomplete.d.ts.map +1 -0
  41. package/dist/types/components/molecules/Autocomplete/useAutocompleteRenderOption.d.ts +2 -1
  42. package/dist/types/components/molecules/Autocomplete/useAutocompleteRenderOption.d.ts.map +1 -1
  43. package/dist/types/components/molecules/Autocomplete/useMultipleAutocomplete.d.ts +26 -1
  44. package/dist/types/components/molecules/Autocomplete/useMultipleAutocomplete.d.ts.map +1 -1
  45. package/dist/types/components/molecules/Autocomplete/utils.d.ts +135 -0
  46. package/dist/types/components/molecules/Autocomplete/utils.d.ts.map +1 -1
  47. package/dist/types/components/molecules/Menu/Menu.d.ts.map +1 -1
  48. package/dist/types/components/molecules/Menu/MenuItem.d.ts.map +1 -1
  49. package/dist/types/components/molecules/Menu/MenuItemFilter.d.ts.map +1 -1
  50. package/dist/types/components/molecules/Menu/MenuList.d.ts.map +1 -1
  51. package/dist/types/components/molecules/MultipleSelectField/MultipleSelectField.d.ts.map +1 -1
  52. package/dist/types/custom-icons/AiAgent.d.ts +4 -0
  53. package/dist/types/custom-icons/AiAgent.d.ts.map +1 -0
  54. package/dist/types/custom-icons/HideRightsidebar.d.ts +4 -0
  55. package/dist/types/custom-icons/HideRightsidebar.d.ts.map +1 -0
  56. package/dist/types/custom-icons/ShowRightsidebar.d.ts +4 -0
  57. package/dist/types/custom-icons/ShowRightsidebar.d.ts.map +1 -0
  58. package/dist/types/custom-icons/index.d.ts +3 -0
  59. package/dist/types/custom-icons/index.d.ts.map +1 -1
  60. package/dist/types/localization/en.d.ts +1 -0
  61. package/dist/types/localization/en.d.ts.map +1 -1
  62. package/dist/types/localization/es.d.ts +1 -0
  63. package/dist/types/localization/es.d.ts.map +1 -1
  64. package/dist/types/localization/id.d.ts +1 -0
  65. package/dist/types/localization/id.d.ts.map +1 -1
  66. package/dist/types/localization/index.d.ts +3 -0
  67. package/dist/types/localization/index.d.ts.map +1 -1
  68. package/dist/types/theme/sections/components/forms.d.ts.map +1 -1
  69. package/dist/types/theme/sections/components/navigation.d.ts.map +1 -1
  70. package/dist/types/theme/theme-constants.d.ts +4 -0
  71. package/dist/types/theme/theme-constants.d.ts.map +1 -1
  72. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.d.ts.map +1 -1
  73. package/dist/widgets/index.cjs +6 -6
  74. package/dist/widgets/index.js +6 -6
  75. package/package.json +1 -1
  76. package/dist/types/components/molecules/Autocomplete/ListBoxWithFilter.d.ts +0 -17
  77. package/dist/types/components/molecules/Autocomplete/ListBoxWithFilter.d.ts.map +0 -1
@@ -2,11 +2,11 @@
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const jsxRuntime = require("react/jsx-runtime");
4
4
  const React = require("react");
5
- const utils = require("@mui/material/utils");
6
- const ArrowDown = require("../ArrowDown-8fLj23Ge.cjs");
7
- const OpenDiagonallyRight = require("../OpenDiagonallyRight-CM1tojUq.cjs");
8
- const SwatchSquare = require("../SwatchSquare-benaO55C.cjs");
9
- const Icon$2$ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
5
+ const material = require("@mui/material");
6
+ const ArrowDown = require("../ArrowDown-DJ0vhbsw.cjs");
7
+ const OpenDiagonallyRight = require("../OpenDiagonallyRight-CpL4ROwg.cjs");
8
+ const SwatchSquare = require("../SwatchSquare-B8PIY3Rd.cjs");
9
+ const Icon$32 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
10
10
  "path",
11
11
  {
12
12
  fill: "currentColor",
@@ -15,10 +15,10 @@ const Icon$2$ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
15
15
  clipRule: "evenodd"
16
16
  }
17
17
  ) });
18
- const BaseSvgIcon$2$ = utils.createSvgIcon(Icon$2$(), "AccessIn");
18
+ const BaseSvgIcon$32 = material.createSvgIcon(Icon$32(), "AccessIn");
19
19
  function AccessIn({ width, height, sx, ...props }, ref) {
20
20
  return /* @__PURE__ */ jsxRuntime.jsx(
21
- BaseSvgIcon$2$,
21
+ BaseSvgIcon$32,
22
22
  {
23
23
  ref,
24
24
  viewBox: "0 0 24 24",
@@ -32,17 +32,17 @@ function AccessIn({ width, height, sx, ...props }, ref) {
32
32
  );
33
33
  }
34
34
  const AccessIn$1 = React.forwardRef(AccessIn);
35
- const Icon$2_ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
35
+ const Icon$31 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
36
36
  "path",
37
37
  {
38
38
  fill: "currentColor",
39
39
  d: "M4 8h4V4H4zM10 20h4v-4h-4zM8 20H4v-4h4zM4 14h4v-4H4zM14 14h-4v-4h4zM14 8h-4V4h4zM16 14h4v-4h-4zM20 20h-4v-4h4zM21 0h-2v3h-3v2h3v3h2V5h3V3h-3z"
40
40
  }
41
41
  ) });
42
- const BaseSvgIcon$2_ = utils.createSvgIcon(Icon$2_(), "AddApp");
42
+ const BaseSvgIcon$31 = material.createSvgIcon(Icon$31(), "AddApp");
43
43
  function AddApp({ width, height, sx, ...props }, ref) {
44
44
  return /* @__PURE__ */ jsxRuntime.jsx(
45
- BaseSvgIcon$2_,
45
+ BaseSvgIcon$31,
46
46
  {
47
47
  ref,
48
48
  viewBox: "0 0 24 24",
@@ -56,7 +56,7 @@ function AddApp({ width, height, sx, ...props }, ref) {
56
56
  );
57
57
  }
58
58
  const AddApp$1 = React.forwardRef(AddApp);
59
- const Icon$2Z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
59
+ const Icon$30 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
60
60
  "path",
61
61
  {
62
62
  fill: "currentColor",
@@ -65,10 +65,10 @@ const Icon$2Z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
65
65
  clipRule: "evenodd"
66
66
  }
67
67
  ) });
68
- const BaseSvgIcon$2Z = utils.createSvgIcon(Icon$2Z(), "AddSection");
68
+ const BaseSvgIcon$30 = material.createSvgIcon(Icon$30(), "AddSection");
69
69
  function AddSection({ width, height, sx, ...props }, ref) {
70
70
  return /* @__PURE__ */ jsxRuntime.jsx(
71
- BaseSvgIcon$2Z,
71
+ BaseSvgIcon$30,
72
72
  {
73
73
  ref,
74
74
  viewBox: "0 0 24 24",
@@ -82,17 +82,17 @@ function AddSection({ width, height, sx, ...props }, ref) {
82
82
  );
83
83
  }
84
84
  const AddSection$1 = React.forwardRef(AddSection);
85
- const Icon$2Y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
85
+ const Icon$2$ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
86
86
  "path",
87
87
  {
88
88
  fill: "currentColor",
89
89
  d: "M3 7v2h10V7zm4 6v2H3v2h4v2h2v-6zm14 4v-2H11v2zm-6-6h2V9h4V7h-4V5h-2z"
90
90
  }
91
91
  ) });
92
- const BaseSvgIcon$2Y = utils.createSvgIcon(Icon$2Y(), "AdvancedSettings");
92
+ const BaseSvgIcon$2$ = material.createSvgIcon(Icon$2$(), "AdvancedSettings");
93
93
  function AdvancedSettings({ width, height, sx, ...props }, ref) {
94
94
  return /* @__PURE__ */ jsxRuntime.jsx(
95
- BaseSvgIcon$2Y,
95
+ BaseSvgIcon$2$,
96
96
  {
97
97
  ref,
98
98
  viewBox: "0 0 24 24",
@@ -106,7 +106,56 @@ function AdvancedSettings({ width, height, sx, ...props }, ref) {
106
106
  );
107
107
  }
108
108
  const AdvancedSettings$1 = React.forwardRef(AdvancedSettings);
109
- const Icon$2X = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
109
+ const Icon$2_ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
110
+ /* @__PURE__ */ jsxRuntime.jsx(
111
+ "path",
112
+ {
113
+ fill: "currentColor",
114
+ d: "M12 1c2.212 0 4.27.655 5.994 1.778a4.7 4.7 0 0 1-1.118.763l-.848.411A9 9 0 0 0 3 12v6a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3v-5.324l1.639-3.372.017-.037c.224.874.344 1.79.344 2.733v6l-.007.257a5 5 0 0 1-4.736 4.736L18 23H6a5 5 0 0 1-4.993-4.743L1 18v-6C1 5.925 5.925 1 12 1"
115
+ }
116
+ ),
117
+ /* @__PURE__ */ jsxRuntime.jsx(
118
+ "path",
119
+ {
120
+ fill: "currentColor",
121
+ d: "M9.5 11a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M14.5 11a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3"
122
+ }
123
+ ),
124
+ /* @__PURE__ */ jsxRuntime.jsx(
125
+ "path",
126
+ {
127
+ fill: "currentColor",
128
+ fillRule: "evenodd",
129
+ d: "M14.783 7.007A5.5 5.5 0 0 1 15 17.976V18a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-.023A5.5 5.5 0 0 1 9.5 7h5zM9.5 9a3.5 3.5 0 1 0 0 7h5a3.5 3.5 0 1 0 0-7z",
130
+ clipRule: "evenodd"
131
+ }
132
+ ),
133
+ /* @__PURE__ */ jsxRuntime.jsx(
134
+ "path",
135
+ {
136
+ fill: "currentColor",
137
+ d: "M20.84 2.25a6.7 6.7 0 0 0 3.09 3.09 6.7 6.7 0 0 0-3.09 3.09 6.7 6.7 0 0 0-3.09-3.09 6.7 6.7 0 0 0 3.09-3.09"
138
+ }
139
+ )
140
+ ] });
141
+ const BaseSvgIcon$2_ = material.createSvgIcon(Icon$2_(), "AiAgent");
142
+ function AiAgent({ width, height, sx, ...props }, ref) {
143
+ return /* @__PURE__ */ jsxRuntime.jsx(
144
+ BaseSvgIcon$2_,
145
+ {
146
+ ref,
147
+ viewBox: "0 0 24 24",
148
+ sx: {
149
+ width,
150
+ height: height || width,
151
+ ...sx
152
+ },
153
+ ...props
154
+ }
155
+ );
156
+ }
157
+ const AiAgent$1 = React.forwardRef(AiAgent);
158
+ const Icon$2Z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
110
159
  /* @__PURE__ */ jsxRuntime.jsx(
111
160
  "path",
112
161
  {
@@ -147,10 +196,10 @@ const Icon$2X = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
147
196
  }
148
197
  )
149
198
  ] });
150
- const BaseSvgIcon$2X = utils.createSvgIcon(Icon$2X(), "AiTool");
199
+ const BaseSvgIcon$2Z = material.createSvgIcon(Icon$2Z(), "AiTool");
151
200
  function AiTool({ width, height, sx, ...props }, ref) {
152
201
  return /* @__PURE__ */ jsxRuntime.jsx(
153
- BaseSvgIcon$2X,
202
+ BaseSvgIcon$2Z,
154
203
  {
155
204
  ref,
156
205
  viewBox: "0 0 24 24",
@@ -164,7 +213,7 @@ function AiTool({ width, height, sx, ...props }, ref) {
164
213
  );
165
214
  }
166
215
  const AiTool$1 = React.forwardRef(AiTool);
167
- const Icon$2W = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
216
+ const Icon$2Y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
168
217
  /* @__PURE__ */ jsxRuntime.jsx(
169
218
  "path",
170
219
  {
@@ -184,10 +233,10 @@ const Icon$2W = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
184
233
  }
185
234
  )
186
235
  ] });
187
- const BaseSvgIcon$2W = utils.createSvgIcon(Icon$2W(), "Annotation");
236
+ const BaseSvgIcon$2Y = material.createSvgIcon(Icon$2Y(), "Annotation");
188
237
  function Annotation({ width, height, sx, ...props }, ref) {
189
238
  return /* @__PURE__ */ jsxRuntime.jsx(
190
- BaseSvgIcon$2W,
239
+ BaseSvgIcon$2Y,
191
240
  {
192
241
  ref,
193
242
  viewBox: "0 0 24 24",
@@ -201,7 +250,7 @@ function Annotation({ width, height, sx, ...props }, ref) {
201
250
  );
202
251
  }
203
252
  const Annotation$1 = React.forwardRef(Annotation);
204
- const Icon$2V = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
253
+ const Icon$2X = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
205
254
  /* @__PURE__ */ jsxRuntime.jsx(
206
255
  "path",
207
256
  {
@@ -226,10 +275,10 @@ const Icon$2V = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
226
275
  }
227
276
  )
228
277
  ] });
229
- const BaseSvgIcon$2V = utils.createSvgIcon(Icon$2V(), "ApiCall");
278
+ const BaseSvgIcon$2X = material.createSvgIcon(Icon$2X(), "ApiCall");
230
279
  function ApiCall({ width, height, sx, ...props }, ref) {
231
280
  return /* @__PURE__ */ jsxRuntime.jsx(
232
- BaseSvgIcon$2V,
281
+ BaseSvgIcon$2X,
233
282
  {
234
283
  ref,
235
284
  viewBox: "0 0 24 24",
@@ -243,7 +292,7 @@ function ApiCall({ width, height, sx, ...props }, ref) {
243
292
  );
244
293
  }
245
294
  const ApiCall$1 = React.forwardRef(ApiCall);
246
- const Icon$2U = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
295
+ const Icon$2W = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
247
296
  "path",
248
297
  {
249
298
  fill: "currentColor",
@@ -252,10 +301,10 @@ const Icon$2U = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
252
301
  clipRule: "evenodd"
253
302
  }
254
303
  ) });
255
- const BaseSvgIcon$2U = utils.createSvgIcon(Icon$2U(), "ArrowLeft");
304
+ const BaseSvgIcon$2W = material.createSvgIcon(Icon$2W(), "ArrowLeft");
256
305
  function ArrowLeft({ width, height, sx, ...props }, ref) {
257
306
  return /* @__PURE__ */ jsxRuntime.jsx(
258
- BaseSvgIcon$2U,
307
+ BaseSvgIcon$2W,
259
308
  {
260
309
  ref,
261
310
  viewBox: "0 0 24 24",
@@ -269,7 +318,7 @@ function ArrowLeft({ width, height, sx, ...props }, ref) {
269
318
  );
270
319
  }
271
320
  const ArrowLeft$1 = React.forwardRef(ArrowLeft);
272
- const Icon$2T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
321
+ const Icon$2V = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
273
322
  "path",
274
323
  {
275
324
  fill: "currentColor",
@@ -278,10 +327,10 @@ const Icon$2T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
278
327
  clipRule: "evenodd"
279
328
  }
280
329
  ) });
281
- const BaseSvgIcon$2T = utils.createSvgIcon(Icon$2T(), "ArrowRight");
330
+ const BaseSvgIcon$2V = material.createSvgIcon(Icon$2V(), "ArrowRight");
282
331
  function ArrowRight({ width, height, sx, ...props }, ref) {
283
332
  return /* @__PURE__ */ jsxRuntime.jsx(
284
- BaseSvgIcon$2T,
333
+ BaseSvgIcon$2V,
285
334
  {
286
335
  ref,
287
336
  viewBox: "0 0 24 24",
@@ -295,7 +344,7 @@ function ArrowRight({ width, height, sx, ...props }, ref) {
295
344
  );
296
345
  }
297
346
  const ArrowRight$1 = React.forwardRef(ArrowRight);
298
- const Icon$2S = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
347
+ const Icon$2U = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
299
348
  /* @__PURE__ */ jsxRuntime.jsx(
300
349
  "path",
301
350
  {
@@ -320,10 +369,10 @@ const Icon$2S = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
320
369
  }
321
370
  )
322
371
  ] });
323
- const BaseSvgIcon$2S = utils.createSvgIcon(Icon$2S(), "AsynchronousWait");
372
+ const BaseSvgIcon$2U = material.createSvgIcon(Icon$2U(), "AsynchronousWait");
324
373
  function AsynchronousWait({ width, height, sx, ...props }, ref) {
325
374
  return /* @__PURE__ */ jsxRuntime.jsx(
326
- BaseSvgIcon$2S,
375
+ BaseSvgIcon$2U,
327
376
  {
328
377
  ref,
329
378
  viewBox: "0 0 24 24",
@@ -337,7 +386,7 @@ function AsynchronousWait({ width, height, sx, ...props }, ref) {
337
386
  );
338
387
  }
339
388
  const AsynchronousWait$1 = React.forwardRef(AsynchronousWait);
340
- const Icon$2R = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
389
+ const Icon$2T = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
341
390
  /* @__PURE__ */ jsxRuntime.jsx(
342
391
  "path",
343
392
  {
@@ -357,10 +406,10 @@ const Icon$2R = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
357
406
  }
358
407
  )
359
408
  ] });
360
- const BaseSvgIcon$2R = utils.createSvgIcon(Icon$2R(), "Autostyle");
409
+ const BaseSvgIcon$2T = material.createSvgIcon(Icon$2T(), "Autostyle");
361
410
  function Autostyle({ width, height, sx, ...props }, ref) {
362
411
  return /* @__PURE__ */ jsxRuntime.jsx(
363
- BaseSvgIcon$2R,
412
+ BaseSvgIcon$2T,
364
413
  {
365
414
  ref,
366
415
  viewBox: "0 0 24 24",
@@ -374,7 +423,7 @@ function Autostyle({ width, height, sx, ...props }, ref) {
374
423
  );
375
424
  }
376
425
  const Autostyle$1 = React.forwardRef(Autostyle);
377
- const Icon$2Q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
426
+ const Icon$2S = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
378
427
  /* @__PURE__ */ jsxRuntime.jsx(
379
428
  "path",
380
429
  {
@@ -392,10 +441,10 @@ const Icon$2Q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
392
441
  }
393
442
  )
394
443
  ] });
395
- const BaseSvgIcon$2Q = utils.createSvgIcon(Icon$2Q(), "Avg");
444
+ const BaseSvgIcon$2S = material.createSvgIcon(Icon$2S(), "Avg");
396
445
  function Avg({ width, height, sx, ...props }, ref) {
397
446
  return /* @__PURE__ */ jsxRuntime.jsx(
398
- BaseSvgIcon$2Q,
447
+ BaseSvgIcon$2S,
399
448
  {
400
449
  ref,
401
450
  viewBox: "0 0 24 24",
@@ -409,7 +458,7 @@ function Avg({ width, height, sx, ...props }, ref) {
409
458
  );
410
459
  }
411
460
  const Avg$1 = React.forwardRef(Avg);
412
- const Icon$2P = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
461
+ const Icon$2R = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
413
462
  "path",
414
463
  {
415
464
  fill: "currentColor",
@@ -418,10 +467,10 @@ const Icon$2P = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
418
467
  clipRule: "evenodd"
419
468
  }
420
469
  ) });
421
- const BaseSvgIcon$2P = utils.createSvgIcon(Icon$2P(), "Behavioral");
470
+ const BaseSvgIcon$2R = material.createSvgIcon(Icon$2R(), "Behavioral");
422
471
  function Behavioral({ width, height, sx, ...props }, ref) {
423
472
  return /* @__PURE__ */ jsxRuntime.jsx(
424
- BaseSvgIcon$2P,
473
+ BaseSvgIcon$2R,
425
474
  {
426
475
  ref,
427
476
  viewBox: "0 0 24 24",
@@ -435,7 +484,7 @@ function Behavioral({ width, height, sx, ...props }, ref) {
435
484
  );
436
485
  }
437
486
  const Behavioral$1 = React.forwardRef(Behavioral);
438
- const Icon$2O = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
487
+ const Icon$2Q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
439
488
  /* @__PURE__ */ jsxRuntime.jsx(
440
489
  "path",
441
490
  {
@@ -453,10 +502,10 @@ const Icon$2O = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
453
502
  }
454
503
  )
455
504
  ] });
456
- const BaseSvgIcon$2O = utils.createSvgIcon(Icon$2O(), "Bigquery");
505
+ const BaseSvgIcon$2Q = material.createSvgIcon(Icon$2Q(), "Bigquery");
457
506
  function Bigquery({ width, height, sx, ...props }, ref) {
458
507
  return /* @__PURE__ */ jsxRuntime.jsx(
459
- BaseSvgIcon$2O,
508
+ BaseSvgIcon$2Q,
460
509
  {
461
510
  ref,
462
511
  viewBox: "0 0 24 24",
@@ -470,7 +519,7 @@ function Bigquery({ width, height, sx, ...props }, ref) {
470
519
  );
471
520
  }
472
521
  const Bigquery$1 = React.forwardRef(Bigquery);
473
- const Icon$2N = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
522
+ const Icon$2P = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
474
523
  "path",
475
524
  {
476
525
  fill: "currentColor",
@@ -479,10 +528,10 @@ const Icon$2N = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
479
528
  clipRule: "evenodd"
480
529
  }
481
530
  ) });
482
- const BaseSvgIcon$2N = utils.createSvgIcon(Icon$2N(), "Blending");
531
+ const BaseSvgIcon$2P = material.createSvgIcon(Icon$2P(), "Blending");
483
532
  function Blending({ width, height, sx, ...props }, ref) {
484
533
  return /* @__PURE__ */ jsxRuntime.jsx(
485
- BaseSvgIcon$2N,
534
+ BaseSvgIcon$2P,
486
535
  {
487
536
  ref,
488
537
  viewBox: "0 0 24 24",
@@ -496,7 +545,7 @@ function Blending({ width, height, sx, ...props }, ref) {
496
545
  );
497
546
  }
498
547
  const Blending$1 = React.forwardRef(Blending);
499
- const Icon$2M = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
548
+ const Icon$2O = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
500
549
  "path",
501
550
  {
502
551
  fill: "currentColor",
@@ -505,10 +554,10 @@ const Icon$2M = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
505
554
  clipRule: "evenodd"
506
555
  }
507
556
  ) });
508
- const BaseSvgIcon$2M = utils.createSvgIcon(Icon$2M(), "BlockLabel");
557
+ const BaseSvgIcon$2O = material.createSvgIcon(Icon$2O(), "BlockLabel");
509
558
  function BlockLabel({ width, height, sx, ...props }, ref) {
510
559
  return /* @__PURE__ */ jsxRuntime.jsx(
511
- BaseSvgIcon$2M,
560
+ BaseSvgIcon$2O,
512
561
  {
513
562
  ref,
514
563
  viewBox: "0 0 24 24",
@@ -522,7 +571,7 @@ function BlockLabel({ width, height, sx, ...props }, ref) {
522
571
  );
523
572
  }
524
573
  const BlockLabel$1 = React.forwardRef(BlockLabel);
525
- const Icon$2L = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
574
+ const Icon$2N = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
526
575
  /* @__PURE__ */ jsxRuntime.jsx(
527
576
  "path",
528
577
  {
@@ -540,10 +589,10 @@ const Icon$2L = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
540
589
  }
541
590
  )
542
591
  ] });
543
- const BaseSvgIcon$2L = utils.createSvgIcon(Icon$2L(), "BlockLabelOff");
592
+ const BaseSvgIcon$2N = material.createSvgIcon(Icon$2N(), "BlockLabelOff");
544
593
  function BlockLabelOff({ width, height, sx, ...props }, ref) {
545
594
  return /* @__PURE__ */ jsxRuntime.jsx(
546
- BaseSvgIcon$2L,
595
+ BaseSvgIcon$2N,
547
596
  {
548
597
  ref,
549
598
  viewBox: "0 0 24 24",
@@ -557,17 +606,17 @@ function BlockLabelOff({ width, height, sx, ...props }, ref) {
557
606
  );
558
607
  }
559
608
  const BlockLabelOff$1 = React.forwardRef(BlockLabelOff);
560
- const Icon$2K = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
609
+ const Icon$2M = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
561
610
  "path",
562
611
  {
563
612
  fill: "currentColor",
564
613
  d: "M18 18v-2H6v2zM7.41 5.59 12 10.18l4.59-4.59L18 7l-6 6-6-6z"
565
614
  }
566
615
  ) });
567
- const BaseSvgIcon$2K = utils.createSvgIcon(Icon$2K(), "BottomRow");
616
+ const BaseSvgIcon$2M = material.createSvgIcon(Icon$2M(), "BottomRow");
568
617
  function BottomRow({ width, height, sx, ...props }, ref) {
569
618
  return /* @__PURE__ */ jsxRuntime.jsx(
570
- BaseSvgIcon$2K,
619
+ BaseSvgIcon$2M,
571
620
  {
572
621
  ref,
573
622
  viewBox: "0 0 24 24",
@@ -581,7 +630,7 @@ function BottomRow({ width, height, sx, ...props }, ref) {
581
630
  );
582
631
  }
583
632
  const BottomRow$1 = React.forwardRef(BottomRow);
584
- const Icon$2J = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
633
+ const Icon$2L = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
585
634
  /* @__PURE__ */ jsxRuntime.jsx(
586
635
  "path",
587
636
  {
@@ -599,10 +648,10 @@ const Icon$2J = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
599
648
  }
600
649
  )
601
650
  ] });
602
- const BaseSvgIcon$2J = utils.createSvgIcon(Icon$2J(), "Carto");
651
+ const BaseSvgIcon$2L = material.createSvgIcon(Icon$2L(), "Carto");
603
652
  function Carto({ width, height, sx, ...props }, ref) {
604
653
  return /* @__PURE__ */ jsxRuntime.jsx(
605
- BaseSvgIcon$2J,
654
+ BaseSvgIcon$2L,
606
655
  {
607
656
  ref,
608
657
  viewBox: "0 0 24 24",
@@ -616,7 +665,7 @@ function Carto({ width, height, sx, ...props }, ref) {
616
665
  );
617
666
  }
618
667
  const Carto$1 = React.forwardRef(Carto);
619
- const Icon$2I = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
668
+ const Icon$2K = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
620
669
  /* @__PURE__ */ jsxRuntime.jsx(
621
670
  "path",
622
671
  {
@@ -632,10 +681,10 @@ const Icon$2I = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
632
681
  }
633
682
  )
634
683
  ] });
635
- const BaseSvgIcon$2I = utils.createSvgIcon(Icon$2I(), "CartoAi");
684
+ const BaseSvgIcon$2K = material.createSvgIcon(Icon$2K(), "CartoAi");
636
685
  function CartoAi({ width, height, sx, ...props }, ref) {
637
686
  return /* @__PURE__ */ jsxRuntime.jsx(
638
- BaseSvgIcon$2I,
687
+ BaseSvgIcon$2K,
639
688
  {
640
689
  ref,
641
690
  viewBox: "0 0 24 24",
@@ -649,7 +698,7 @@ function CartoAi({ width, height, sx, ...props }, ref) {
649
698
  );
650
699
  }
651
700
  const CartoAi$1 = React.forwardRef(CartoAi);
652
- const Icon$2H = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
701
+ const Icon$2J = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
653
702
  /* @__PURE__ */ jsxRuntime.jsx(
654
703
  "path",
655
704
  {
@@ -667,10 +716,10 @@ const Icon$2H = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
667
716
  }
668
717
  )
669
718
  ] });
670
- const BaseSvgIcon$2H = utils.createSvgIcon(Icon$2H(), "CartoSymbol");
719
+ const BaseSvgIcon$2J = material.createSvgIcon(Icon$2J(), "CartoSymbol");
671
720
  function CartoSymbol({ width, height, sx, ...props }, ref) {
672
721
  return /* @__PURE__ */ jsxRuntime.jsx(
673
- BaseSvgIcon$2H,
722
+ BaseSvgIcon$2J,
674
723
  {
675
724
  ref,
676
725
  viewBox: "0 0 24 24",
@@ -684,7 +733,7 @@ function CartoSymbol({ width, height, sx, ...props }, ref) {
684
733
  );
685
734
  }
686
735
  const CartoSymbol$1 = React.forwardRef(CartoSymbol);
687
- const Icon$2G = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
736
+ const Icon$2I = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
688
737
  /* @__PURE__ */ jsxRuntime.jsxs(
689
738
  "g",
690
739
  {
@@ -700,10 +749,10 @@ const Icon$2G = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
700
749
  ),
701
750
  /* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
702
751
  ] });
703
- const BaseSvgIcon$2G = utils.createSvgIcon(Icon$2G(), "CatalogView");
752
+ const BaseSvgIcon$2I = material.createSvgIcon(Icon$2I(), "CatalogView");
704
753
  function CatalogView({ width, height, sx, ...props }, ref) {
705
754
  return /* @__PURE__ */ jsxRuntime.jsx(
706
- BaseSvgIcon$2G,
755
+ BaseSvgIcon$2I,
707
756
  {
708
757
  ref,
709
758
  viewBox: "0 0 24 24",
@@ -717,7 +766,7 @@ function CatalogView({ width, height, sx, ...props }, ref) {
717
766
  );
718
767
  }
719
768
  const CatalogView$1 = React.forwardRef(CatalogView);
720
- const Icon$2F = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
769
+ const Icon$2H = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
721
770
  /* @__PURE__ */ jsxRuntime.jsx(
722
771
  "path",
723
772
  {
@@ -737,10 +786,10 @@ const Icon$2F = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
737
786
  }
738
787
  )
739
788
  ] });
740
- const BaseSvgIcon$2F = utils.createSvgIcon(Icon$2F(), "CatastropheModeling");
789
+ const BaseSvgIcon$2H = material.createSvgIcon(Icon$2H(), "CatastropheModeling");
741
790
  function CatastropheModeling({ width, height, sx, ...props }, ref) {
742
791
  return /* @__PURE__ */ jsxRuntime.jsx(
743
- BaseSvgIcon$2F,
792
+ BaseSvgIcon$2H,
744
793
  {
745
794
  ref,
746
795
  viewBox: "0 0 24 24",
@@ -754,7 +803,7 @@ function CatastropheModeling({ width, height, sx, ...props }, ref) {
754
803
  );
755
804
  }
756
805
  const CatastropheModeling$1 = React.forwardRef(CatastropheModeling);
757
- const Icon$2E = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
806
+ const Icon$2G = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
758
807
  "path",
759
808
  {
760
809
  fill: "currentColor",
@@ -763,10 +812,10 @@ const Icon$2E = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
763
812
  clipRule: "evenodd"
764
813
  }
765
814
  ) });
766
- const BaseSvgIcon$2E = utils.createSvgIcon(Icon$2E(), "Center");
815
+ const BaseSvgIcon$2G = material.createSvgIcon(Icon$2G(), "Center");
767
816
  function Center({ width, height, sx, ...props }, ref) {
768
817
  return /* @__PURE__ */ jsxRuntime.jsx(
769
- BaseSvgIcon$2E,
818
+ BaseSvgIcon$2G,
770
819
  {
771
820
  ref,
772
821
  viewBox: "0 0 24 24",
@@ -780,7 +829,7 @@ function Center({ width, height, sx, ...props }, ref) {
780
829
  );
781
830
  }
782
831
  const Center$1 = React.forwardRef(Center);
783
- const Icon$2D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
832
+ const Icon$2F = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
784
833
  "path",
785
834
  {
786
835
  fill: "currentColor",
@@ -789,10 +838,10 @@ const Icon$2D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
789
838
  clipRule: "evenodd"
790
839
  }
791
840
  ) });
792
- const BaseSvgIcon$2D = utils.createSvgIcon(Icon$2D(), "CenterLayer");
841
+ const BaseSvgIcon$2F = material.createSvgIcon(Icon$2F(), "CenterLayer");
793
842
  function CenterLayer({ width, height, sx, ...props }, ref) {
794
843
  return /* @__PURE__ */ jsxRuntime.jsx(
795
- BaseSvgIcon$2D,
844
+ BaseSvgIcon$2F,
796
845
  {
797
846
  ref,
798
847
  viewBox: "0 0 24 24",
@@ -806,7 +855,7 @@ function CenterLayer({ width, height, sx, ...props }, ref) {
806
855
  );
807
856
  }
808
857
  const CenterLayer$1 = React.forwardRef(CenterLayer);
809
- const Icon$2C = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
858
+ const Icon$2E = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
810
859
  "path",
811
860
  {
812
861
  fill: "currentColor",
@@ -815,10 +864,10 @@ const Icon$2C = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
815
864
  clipRule: "evenodd"
816
865
  }
817
866
  ) });
818
- const BaseSvgIcon$2C = utils.createSvgIcon(Icon$2C(), "CloseDiagonallyLeft");
867
+ const BaseSvgIcon$2E = material.createSvgIcon(Icon$2E(), "CloseDiagonallyLeft");
819
868
  function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
820
869
  return /* @__PURE__ */ jsxRuntime.jsx(
821
- BaseSvgIcon$2C,
870
+ BaseSvgIcon$2E,
822
871
  {
823
872
  ref,
824
873
  viewBox: "0 0 24 24",
@@ -832,7 +881,7 @@ function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
832
881
  );
833
882
  }
834
883
  const CloseDiagonallyLeft$1 = React.forwardRef(CloseDiagonallyLeft);
835
- const Icon$2B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
884
+ const Icon$2D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
836
885
  "path",
837
886
  {
838
887
  fill: "currentColor",
@@ -841,10 +890,10 @@ const Icon$2B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
841
890
  clipRule: "evenodd"
842
891
  }
843
892
  ) });
844
- const BaseSvgIcon$2B = utils.createSvgIcon(Icon$2B(), "CloseVertically");
893
+ const BaseSvgIcon$2D = material.createSvgIcon(Icon$2D(), "CloseVertically");
845
894
  function CloseVertically({ width, height, sx, ...props }, ref) {
846
895
  return /* @__PURE__ */ jsxRuntime.jsx(
847
- BaseSvgIcon$2B,
896
+ BaseSvgIcon$2D,
848
897
  {
849
898
  ref,
850
899
  viewBox: "0 0 24 24",
@@ -858,7 +907,7 @@ function CloseVertically({ width, height, sx, ...props }, ref) {
858
907
  );
859
908
  }
860
909
  const CloseVertically$1 = React.forwardRef(CloseVertically);
861
- const Icon$2A = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
910
+ const Icon$2C = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
862
911
  /* @__PURE__ */ jsxRuntime.jsx(
863
912
  "path",
864
913
  {
@@ -874,10 +923,10 @@ const Icon$2A = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
874
923
  }
875
924
  )
876
925
  ] });
877
- const BaseSvgIcon$2A = utils.createSvgIcon(Icon$2A(), "CodeBlock");
926
+ const BaseSvgIcon$2C = material.createSvgIcon(Icon$2C(), "CodeBlock");
878
927
  function CodeBlock({ width, height, sx, ...props }, ref) {
879
928
  return /* @__PURE__ */ jsxRuntime.jsx(
880
- BaseSvgIcon$2A,
929
+ BaseSvgIcon$2C,
881
930
  {
882
931
  ref,
883
932
  viewBox: "0 0 24 24",
@@ -891,17 +940,17 @@ function CodeBlock({ width, height, sx, ...props }, ref) {
891
940
  );
892
941
  }
893
942
  const CodeBlock$1 = React.forwardRef(CodeBlock);
894
- const Icon$2z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
943
+ const Icon$2B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
895
944
  "path",
896
945
  {
897
946
  fill: "currentColor",
898
947
  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"
899
948
  }
900
949
  ) });
901
- const BaseSvgIcon$2z = utils.createSvgIcon(Icon$2z(), "Comments");
950
+ const BaseSvgIcon$2B = material.createSvgIcon(Icon$2B(), "Comments");
902
951
  function Comments({ width, height, sx, ...props }, ref) {
903
952
  return /* @__PURE__ */ jsxRuntime.jsx(
904
- BaseSvgIcon$2z,
953
+ BaseSvgIcon$2B,
905
954
  {
906
955
  ref,
907
956
  viewBox: "0 0 24 24",
@@ -915,7 +964,7 @@ function Comments({ width, height, sx, ...props }, ref) {
915
964
  );
916
965
  }
917
966
  const Comments$1 = React.forwardRef(Comments);
918
- const Icon$2y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
967
+ const Icon$2A = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
919
968
  "path",
920
969
  {
921
970
  fill: "currentColor",
@@ -924,10 +973,10 @@ const Icon$2y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
924
973
  clipRule: "evenodd"
925
974
  }
926
975
  ) });
927
- const BaseSvgIcon$2y = utils.createSvgIcon(Icon$2y(), "Console");
976
+ const BaseSvgIcon$2A = material.createSvgIcon(Icon$2A(), "Console");
928
977
  function Console({ width, height, sx, ...props }, ref) {
929
978
  return /* @__PURE__ */ jsxRuntime.jsx(
930
- BaseSvgIcon$2y,
979
+ BaseSvgIcon$2A,
931
980
  {
932
981
  ref,
933
982
  viewBox: "0 0 24 24",
@@ -941,7 +990,7 @@ function Console({ width, height, sx, ...props }, ref) {
941
990
  );
942
991
  }
943
992
  const Console$1 = React.forwardRef(Console);
944
- const Icon$2x = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
993
+ const Icon$2z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
945
994
  "path",
946
995
  {
947
996
  fill: "currentColor",
@@ -950,10 +999,10 @@ const Icon$2x = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
950
999
  clipRule: "evenodd"
951
1000
  }
952
1001
  ) });
953
- const BaseSvgIcon$2x = utils.createSvgIcon(Icon$2x(), "Covid19");
1002
+ const BaseSvgIcon$2z = material.createSvgIcon(Icon$2z(), "Covid19");
954
1003
  function Covid19({ width, height, sx, ...props }, ref) {
955
1004
  return /* @__PURE__ */ jsxRuntime.jsx(
956
- BaseSvgIcon$2x,
1005
+ BaseSvgIcon$2z,
957
1006
  {
958
1007
  ref,
959
1008
  viewBox: "0 0 24 24",
@@ -967,7 +1016,7 @@ function Covid19({ width, height, sx, ...props }, ref) {
967
1016
  );
968
1017
  }
969
1018
  const Covid19$1 = React.forwardRef(Covid19);
970
- const Icon$2w = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1019
+ const Icon$2y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
971
1020
  "path",
972
1021
  {
973
1022
  fill: "currentColor",
@@ -976,10 +1025,10 @@ const Icon$2w = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
976
1025
  clipRule: "evenodd"
977
1026
  }
978
1027
  ) });
979
- const BaseSvgIcon$2w = utils.createSvgIcon(Icon$2w(), "CreateMap");
1028
+ const BaseSvgIcon$2y = material.createSvgIcon(Icon$2y(), "CreateMap");
980
1029
  function CreateMap({ width, height, sx, ...props }, ref) {
981
1030
  return /* @__PURE__ */ jsxRuntime.jsx(
982
- BaseSvgIcon$2w,
1031
+ BaseSvgIcon$2y,
983
1032
  {
984
1033
  ref,
985
1034
  viewBox: "0 0 24 24",
@@ -993,17 +1042,17 @@ function CreateMap({ width, height, sx, ...props }, ref) {
993
1042
  );
994
1043
  }
995
1044
  const CreateMap$1 = React.forwardRef(CreateMap);
996
- const Icon$2v = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1045
+ const Icon$2x = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
997
1046
  "path",
998
1047
  {
999
1048
  fill: "currentColor",
1000
1049
  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"
1001
1050
  }
1002
1051
  ) });
1003
- const BaseSvgIcon$2v = utils.createSvgIcon(Icon$2v(), "CreateSpatialAnalysis");
1052
+ const BaseSvgIcon$2x = material.createSvgIcon(Icon$2x(), "CreateSpatialAnalysis");
1004
1053
  function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
1005
1054
  return /* @__PURE__ */ jsxRuntime.jsx(
1006
- BaseSvgIcon$2v,
1055
+ BaseSvgIcon$2x,
1007
1056
  {
1008
1057
  ref,
1009
1058
  viewBox: "0 0 24 24",
@@ -1017,7 +1066,7 @@ function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
1017
1066
  );
1018
1067
  }
1019
1068
  const CreateSpatialAnalysis$1 = React.forwardRef(CreateSpatialAnalysis);
1020
- const Icon$2u = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1069
+ const Icon$2w = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1021
1070
  /* @__PURE__ */ jsxRuntime.jsx(
1022
1071
  "path",
1023
1072
  {
@@ -1035,10 +1084,10 @@ const Icon$2u = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1035
1084
  }
1036
1085
  )
1037
1086
  ] });
1038
- const BaseSvgIcon$2u = utils.createSvgIcon(Icon$2u(), "CreateTileset");
1087
+ const BaseSvgIcon$2w = material.createSvgIcon(Icon$2w(), "CreateTileset");
1039
1088
  function CreateTileset({ width, height, sx, ...props }, ref) {
1040
1089
  return /* @__PURE__ */ jsxRuntime.jsx(
1041
- BaseSvgIcon$2u,
1090
+ BaseSvgIcon$2w,
1042
1091
  {
1043
1092
  ref,
1044
1093
  viewBox: "0 0 24 24",
@@ -1052,7 +1101,7 @@ function CreateTileset({ width, height, sx, ...props }, ref) {
1052
1101
  );
1053
1102
  }
1054
1103
  const CreateTileset$1 = React.forwardRef(CreateTileset);
1055
- const Icon$2t = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1104
+ const Icon$2v = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1056
1105
  "path",
1057
1106
  {
1058
1107
  fill: "currentColor",
@@ -1061,10 +1110,10 @@ const Icon$2t = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1061
1110
  clipRule: "evenodd"
1062
1111
  }
1063
1112
  ) });
1064
- const BaseSvgIcon$2t = utils.createSvgIcon(Icon$2t(), "CreateWorkflow");
1113
+ const BaseSvgIcon$2v = material.createSvgIcon(Icon$2v(), "CreateWorkflow");
1065
1114
  function CreateWorkflow({ width, height, sx, ...props }, ref) {
1066
1115
  return /* @__PURE__ */ jsxRuntime.jsx(
1067
- BaseSvgIcon$2t,
1116
+ BaseSvgIcon$2v,
1068
1117
  {
1069
1118
  ref,
1070
1119
  viewBox: "0 0 24 24",
@@ -1078,7 +1127,7 @@ function CreateWorkflow({ width, height, sx, ...props }, ref) {
1078
1127
  );
1079
1128
  }
1080
1129
  const CreateWorkflow$1 = React.forwardRef(CreateWorkflow);
1081
- const Icon$2s = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1130
+ const Icon$2u = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1082
1131
  "path",
1083
1132
  {
1084
1133
  fill: "currentColor",
@@ -1087,10 +1136,10 @@ const Icon$2s = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1087
1136
  clipRule: "evenodd"
1088
1137
  }
1089
1138
  ) });
1090
- const BaseSvgIcon$2s = utils.createSvgIcon(Icon$2s(), "Data");
1139
+ const BaseSvgIcon$2u = material.createSvgIcon(Icon$2u(), "Data");
1091
1140
  function Data({ width, height, sx, ...props }, ref) {
1092
1141
  return /* @__PURE__ */ jsxRuntime.jsx(
1093
- BaseSvgIcon$2s,
1142
+ BaseSvgIcon$2u,
1094
1143
  {
1095
1144
  ref,
1096
1145
  viewBox: "0 0 24 24",
@@ -1104,7 +1153,7 @@ function Data({ width, height, sx, ...props }, ref) {
1104
1153
  );
1105
1154
  }
1106
1155
  const Data$1 = React.forwardRef(Data);
1107
- const Icon$2r = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1156
+ const Icon$2t = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1108
1157
  /* @__PURE__ */ jsxRuntime.jsx(
1109
1158
  "path",
1110
1159
  {
@@ -1124,10 +1173,10 @@ const Icon$2r = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1124
1173
  }
1125
1174
  )
1126
1175
  ] });
1127
- const BaseSvgIcon$2r = utils.createSvgIcon(Icon$2r(), "DataAccess");
1176
+ const BaseSvgIcon$2t = material.createSvgIcon(Icon$2t(), "DataAccess");
1128
1177
  function DataAccess({ width, height, sx, ...props }, ref) {
1129
1178
  return /* @__PURE__ */ jsxRuntime.jsx(
1130
- BaseSvgIcon$2r,
1179
+ BaseSvgIcon$2t,
1131
1180
  {
1132
1181
  ref,
1133
1182
  viewBox: "0 0 24 24",
@@ -1141,7 +1190,7 @@ function DataAccess({ width, height, sx, ...props }, ref) {
1141
1190
  );
1142
1191
  }
1143
1192
  const DataAccess$1 = React.forwardRef(DataAccess);
1144
- const Icon$2q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1193
+ const Icon$2s = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1145
1194
  /* @__PURE__ */ jsxRuntime.jsx(
1146
1195
  "path",
1147
1196
  {
@@ -1161,10 +1210,10 @@ const Icon$2q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1161
1210
  }
1162
1211
  )
1163
1212
  ] });
1164
- const BaseSvgIcon$2q = utils.createSvgIcon(Icon$2q(), "DataExplorer");
1213
+ const BaseSvgIcon$2s = material.createSvgIcon(Icon$2s(), "DataExplorer");
1165
1214
  function DataExplorer({ width, height, sx, ...props }, ref) {
1166
1215
  return /* @__PURE__ */ jsxRuntime.jsx(
1167
- BaseSvgIcon$2q,
1216
+ BaseSvgIcon$2s,
1168
1217
  {
1169
1218
  ref,
1170
1219
  viewBox: "0 0 24 24",
@@ -1178,7 +1227,7 @@ function DataExplorer({ width, height, sx, ...props }, ref) {
1178
1227
  );
1179
1228
  }
1180
1229
  const DataExplorer$1 = React.forwardRef(DataExplorer);
1181
- const Icon$2p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1230
+ const Icon$2r = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1182
1231
  /* @__PURE__ */ jsxRuntime.jsx(
1183
1232
  "path",
1184
1233
  {
@@ -1198,10 +1247,10 @@ const Icon$2p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1198
1247
  }
1199
1248
  )
1200
1249
  ] });
1201
- const BaseSvgIcon$2p = utils.createSvgIcon(Icon$2p(), "DataFilter");
1250
+ const BaseSvgIcon$2r = material.createSvgIcon(Icon$2r(), "DataFilter");
1202
1251
  function DataFilter({ width, height, sx, ...props }, ref) {
1203
1252
  return /* @__PURE__ */ jsxRuntime.jsx(
1204
- BaseSvgIcon$2p,
1253
+ BaseSvgIcon$2r,
1205
1254
  {
1206
1255
  ref,
1207
1256
  viewBox: "0 0 24 24",
@@ -1215,7 +1264,7 @@ function DataFilter({ width, height, sx, ...props }, ref) {
1215
1264
  );
1216
1265
  }
1217
1266
  const DataFilter$1 = React.forwardRef(DataFilter);
1218
- const Icon$2o = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1267
+ const Icon$2q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1219
1268
  /* @__PURE__ */ jsxRuntime.jsx(
1220
1269
  "path",
1221
1270
  {
@@ -1233,10 +1282,10 @@ const Icon$2o = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1233
1282
  }
1234
1283
  )
1235
1284
  ] });
1236
- const BaseSvgIcon$2o = utils.createSvgIcon(Icon$2o(), "DataMonetization");
1285
+ const BaseSvgIcon$2q = material.createSvgIcon(Icon$2q(), "DataMonetization");
1237
1286
  function DataMonetization({ width, height, sx, ...props }, ref) {
1238
1287
  return /* @__PURE__ */ jsxRuntime.jsx(
1239
- BaseSvgIcon$2o,
1288
+ BaseSvgIcon$2q,
1240
1289
  {
1241
1290
  ref,
1242
1291
  viewBox: "0 0 24 24",
@@ -1250,7 +1299,7 @@ function DataMonetization({ width, height, sx, ...props }, ref) {
1250
1299
  );
1251
1300
  }
1252
1301
  const DataMonetization$1 = React.forwardRef(DataMonetization);
1253
- const Icon$2n = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1302
+ const Icon$2p = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1254
1303
  "path",
1255
1304
  {
1256
1305
  fill: "currentColor",
@@ -1259,10 +1308,10 @@ const Icon$2n = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1259
1308
  clipRule: "evenodd"
1260
1309
  }
1261
1310
  ) });
1262
- const BaseSvgIcon$2n = utils.createSvgIcon(Icon$2n(), "DataObservatory");
1311
+ const BaseSvgIcon$2p = material.createSvgIcon(Icon$2p(), "DataObservatory");
1263
1312
  function DataObservatory({ width, height, sx, ...props }, ref) {
1264
1313
  return /* @__PURE__ */ jsxRuntime.jsx(
1265
- BaseSvgIcon$2n,
1314
+ BaseSvgIcon$2p,
1266
1315
  {
1267
1316
  ref,
1268
1317
  viewBox: "0 0 24 24",
@@ -1276,7 +1325,7 @@ function DataObservatory({ width, height, sx, ...props }, ref) {
1276
1325
  );
1277
1326
  }
1278
1327
  const DataObservatory$1 = React.forwardRef(DataObservatory);
1279
- const Icon$2m = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1328
+ const Icon$2o = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1280
1329
  /* @__PURE__ */ jsxRuntime.jsx(
1281
1330
  "path",
1282
1331
  {
@@ -1294,10 +1343,10 @@ const Icon$2m = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1294
1343
  }
1295
1344
  )
1296
1345
  ] });
1297
- const BaseSvgIcon$2m = utils.createSvgIcon(Icon$2m(), "DataOk");
1346
+ const BaseSvgIcon$2o = material.createSvgIcon(Icon$2o(), "DataOk");
1298
1347
  function DataOk({ width, height, sx, ...props }, ref) {
1299
1348
  return /* @__PURE__ */ jsxRuntime.jsx(
1300
- BaseSvgIcon$2m,
1349
+ BaseSvgIcon$2o,
1301
1350
  {
1302
1351
  ref,
1303
1352
  viewBox: "0 0 24 24",
@@ -1311,7 +1360,7 @@ function DataOk({ width, height, sx, ...props }, ref) {
1311
1360
  );
1312
1361
  }
1313
1362
  const DataOk$1 = React.forwardRef(DataOk);
1314
- const Icon$2l = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1363
+ const Icon$2n = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1315
1364
  /* @__PURE__ */ jsxRuntime.jsx(
1316
1365
  "path",
1317
1366
  {
@@ -1331,10 +1380,10 @@ const Icon$2l = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1331
1380
  }
1332
1381
  )
1333
1382
  ] });
1334
- const BaseSvgIcon$2l = utils.createSvgIcon(Icon$2l(), "DataPending");
1383
+ const BaseSvgIcon$2n = material.createSvgIcon(Icon$2n(), "DataPending");
1335
1384
  function DataPending({ width, height, sx, ...props }, ref) {
1336
1385
  return /* @__PURE__ */ jsxRuntime.jsx(
1337
- BaseSvgIcon$2l,
1386
+ BaseSvgIcon$2n,
1338
1387
  {
1339
1388
  ref,
1340
1389
  viewBox: "0 0 24 24",
@@ -1348,7 +1397,7 @@ function DataPending({ width, height, sx, ...props }, ref) {
1348
1397
  );
1349
1398
  }
1350
1399
  const DataPending$1 = React.forwardRef(DataPending);
1351
- const Icon$2k = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1400
+ const Icon$2m = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1352
1401
  /* @__PURE__ */ jsxRuntime.jsx(
1353
1402
  "path",
1354
1403
  {
@@ -1366,10 +1415,10 @@ const Icon$2k = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1366
1415
  }
1367
1416
  )
1368
1417
  ] });
1369
- const BaseSvgIcon$2k = utils.createSvgIcon(Icon$2k(), "DataPremium");
1418
+ const BaseSvgIcon$2m = material.createSvgIcon(Icon$2m(), "DataPremium");
1370
1419
  function DataPremium({ width, height, sx, ...props }, ref) {
1371
1420
  return /* @__PURE__ */ jsxRuntime.jsx(
1372
- BaseSvgIcon$2k,
1421
+ BaseSvgIcon$2m,
1373
1422
  {
1374
1423
  ref,
1375
1424
  viewBox: "0 0 24 24",
@@ -1383,7 +1432,7 @@ function DataPremium({ width, height, sx, ...props }, ref) {
1383
1432
  );
1384
1433
  }
1385
1434
  const DataPremium$1 = React.forwardRef(DataPremium);
1386
- const Icon$2j = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1435
+ const Icon$2l = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1387
1436
  /* @__PURE__ */ jsxRuntime.jsx(
1388
1437
  "path",
1389
1438
  {
@@ -1403,10 +1452,10 @@ const Icon$2j = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1403
1452
  }
1404
1453
  )
1405
1454
  ] });
1406
- const BaseSvgIcon$2j = utils.createSvgIcon(Icon$2j(), "DataPublic");
1455
+ const BaseSvgIcon$2l = material.createSvgIcon(Icon$2l(), "DataPublic");
1407
1456
  function DataPublic({ width, height, sx, ...props }, ref) {
1408
1457
  return /* @__PURE__ */ jsxRuntime.jsx(
1409
- BaseSvgIcon$2j,
1458
+ BaseSvgIcon$2l,
1410
1459
  {
1411
1460
  ref,
1412
1461
  viewBox: "0 0 24 24",
@@ -1420,7 +1469,7 @@ function DataPublic({ width, height, sx, ...props }, ref) {
1420
1469
  );
1421
1470
  }
1422
1471
  const DataPublic$1 = React.forwardRef(DataPublic);
1423
- const Icon$2i = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1472
+ const Icon$2k = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1424
1473
  /* @__PURE__ */ jsxRuntime.jsx(
1425
1474
  "path",
1426
1475
  {
@@ -1440,10 +1489,10 @@ const Icon$2i = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1440
1489
  }
1441
1490
  )
1442
1491
  ] });
1443
- const BaseSvgIcon$2i = utils.createSvgIcon(Icon$2i(), "DataSample");
1492
+ const BaseSvgIcon$2k = material.createSvgIcon(Icon$2k(), "DataSample");
1444
1493
  function DataSample({ width, height, sx, ...props }, ref) {
1445
1494
  return /* @__PURE__ */ jsxRuntime.jsx(
1446
- BaseSvgIcon$2i,
1495
+ BaseSvgIcon$2k,
1447
1496
  {
1448
1497
  ref,
1449
1498
  viewBox: "0 0 24 24",
@@ -1457,7 +1506,7 @@ function DataSample({ width, height, sx, ...props }, ref) {
1457
1506
  );
1458
1507
  }
1459
1508
  const DataSample$1 = React.forwardRef(DataSample);
1460
- const Icon$2h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1509
+ const Icon$2j = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1461
1510
  "path",
1462
1511
  {
1463
1512
  fill: "currentColor",
@@ -1466,10 +1515,10 @@ const Icon$2h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1466
1515
  clipRule: "evenodd"
1467
1516
  }
1468
1517
  ) });
1469
- const BaseSvgIcon$2h = utils.createSvgIcon(Icon$2h(), "DataUnavailable");
1518
+ const BaseSvgIcon$2j = material.createSvgIcon(Icon$2j(), "DataUnavailable");
1470
1519
  function DataUnavailable({ width, height, sx, ...props }, ref) {
1471
1520
  return /* @__PURE__ */ jsxRuntime.jsx(
1472
- BaseSvgIcon$2h,
1521
+ BaseSvgIcon$2j,
1473
1522
  {
1474
1523
  ref,
1475
1524
  viewBox: "0 0 24 24",
@@ -1483,7 +1532,7 @@ function DataUnavailable({ width, height, sx, ...props }, ref) {
1483
1532
  );
1484
1533
  }
1485
1534
  const DataUnavailable$1 = React.forwardRef(DataUnavailable);
1486
- const Icon$2g = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1535
+ const Icon$2i = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1487
1536
  "path",
1488
1537
  {
1489
1538
  fill: "currentColor",
@@ -1492,10 +1541,10 @@ const Icon$2g = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1492
1541
  clipRule: "evenodd"
1493
1542
  }
1494
1543
  ) });
1495
- const BaseSvgIcon$2g = utils.createSvgIcon(Icon$2g(), "Databricks");
1544
+ const BaseSvgIcon$2i = material.createSvgIcon(Icon$2i(), "Databricks");
1496
1545
  function Databricks({ width, height, sx, ...props }, ref) {
1497
1546
  return /* @__PURE__ */ jsxRuntime.jsx(
1498
- BaseSvgIcon$2g,
1547
+ BaseSvgIcon$2i,
1499
1548
  {
1500
1549
  ref,
1501
1550
  viewBox: "0 0 24 24",
@@ -1509,7 +1558,7 @@ function Databricks({ width, height, sx, ...props }, ref) {
1509
1558
  );
1510
1559
  }
1511
1560
  const Databricks$1 = React.forwardRef(Databricks);
1512
- const Icon$2f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1561
+ const Icon$2h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1513
1562
  "path",
1514
1563
  {
1515
1564
  fill: "currentColor",
@@ -1518,10 +1567,10 @@ const Icon$2f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1518
1567
  clipRule: "evenodd"
1519
1568
  }
1520
1569
  ) });
1521
- const BaseSvgIcon$2f = utils.createSvgIcon(Icon$2f(), "Demographics");
1570
+ const BaseSvgIcon$2h = material.createSvgIcon(Icon$2h(), "Demographics");
1522
1571
  function Demographics({ width, height, sx, ...props }, ref) {
1523
1572
  return /* @__PURE__ */ jsxRuntime.jsx(
1524
- BaseSvgIcon$2f,
1573
+ BaseSvgIcon$2h,
1525
1574
  {
1526
1575
  ref,
1527
1576
  viewBox: "0 0 24 24",
@@ -1535,7 +1584,7 @@ function Demographics({ width, height, sx, ...props }, ref) {
1535
1584
  );
1536
1585
  }
1537
1586
  const Demographics$1 = React.forwardRef(Demographics);
1538
- const Icon$2e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1587
+ const Icon$2g = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1539
1588
  "path",
1540
1589
  {
1541
1590
  fill: "currentColor",
@@ -1544,10 +1593,10 @@ const Icon$2e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1544
1593
  clipRule: "evenodd"
1545
1594
  }
1546
1595
  ) });
1547
- const BaseSvgIcon$2e = utils.createSvgIcon(Icon$2e(), "Derived");
1596
+ const BaseSvgIcon$2g = material.createSvgIcon(Icon$2g(), "Derived");
1548
1597
  function Derived({ width, height, sx, ...props }, ref) {
1549
1598
  return /* @__PURE__ */ jsxRuntime.jsx(
1550
- BaseSvgIcon$2e,
1599
+ BaseSvgIcon$2g,
1551
1600
  {
1552
1601
  ref,
1553
1602
  viewBox: "0 0 24 24",
@@ -1561,7 +1610,7 @@ function Derived({ width, height, sx, ...props }, ref) {
1561
1610
  );
1562
1611
  }
1563
1612
  const Derived$1 = React.forwardRef(Derived);
1564
- const Icon$2d = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1613
+ const Icon$2f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1565
1614
  "path",
1566
1615
  {
1567
1616
  fill: "currentColor",
@@ -1570,10 +1619,10 @@ const Icon$2d = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1570
1619
  clipRule: "evenodd"
1571
1620
  }
1572
1621
  ) });
1573
- const BaseSvgIcon$2d = utils.createSvgIcon(Icon$2d(), "Distance");
1622
+ const BaseSvgIcon$2f = material.createSvgIcon(Icon$2f(), "Distance");
1574
1623
  function Distance({ width, height, sx, ...props }, ref) {
1575
1624
  return /* @__PURE__ */ jsxRuntime.jsx(
1576
- BaseSvgIcon$2d,
1625
+ BaseSvgIcon$2f,
1577
1626
  {
1578
1627
  ref,
1579
1628
  viewBox: "0 0 24 24",
@@ -1587,11 +1636,11 @@ function Distance({ width, height, sx, ...props }, ref) {
1587
1636
  );
1588
1637
  }
1589
1638
  const Distance$1 = React.forwardRef(Distance);
1590
- const Icon$2c = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 12, cy: 12, r: 5, fill: "currentColor" }) });
1591
- const BaseSvgIcon$2c = utils.createSvgIcon(Icon$2c(), "Dot");
1639
+ const Icon$2e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 12, cy: 12, r: 5, fill: "currentColor" }) });
1640
+ const BaseSvgIcon$2e = material.createSvgIcon(Icon$2e(), "Dot");
1592
1641
  function Dot({ width, height, sx, ...props }, ref) {
1593
1642
  return /* @__PURE__ */ jsxRuntime.jsx(
1594
- BaseSvgIcon$2c,
1643
+ BaseSvgIcon$2e,
1595
1644
  {
1596
1645
  ref,
1597
1646
  viewBox: "0 0 24 24",
@@ -1605,7 +1654,7 @@ function Dot({ width, height, sx, ...props }, ref) {
1605
1654
  );
1606
1655
  }
1607
1656
  const Dot$1 = React.forwardRef(Dot);
1608
- const Icon$2b = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1657
+ const Icon$2d = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1609
1658
  "path",
1610
1659
  {
1611
1660
  fill: "currentColor",
@@ -1614,10 +1663,10 @@ const Icon$2b = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1614
1663
  clipRule: "evenodd"
1615
1664
  }
1616
1665
  ) });
1617
- const BaseSvgIcon$2b = utils.createSvgIcon(Icon$2b(), "DrawCircle");
1666
+ const BaseSvgIcon$2d = material.createSvgIcon(Icon$2d(), "DrawCircle");
1618
1667
  function DrawCircle({ width, height, sx, ...props }, ref) {
1619
1668
  return /* @__PURE__ */ jsxRuntime.jsx(
1620
- BaseSvgIcon$2b,
1669
+ BaseSvgIcon$2d,
1621
1670
  {
1622
1671
  ref,
1623
1672
  viewBox: "0 0 24 24",
@@ -1631,7 +1680,7 @@ function DrawCircle({ width, height, sx, ...props }, ref) {
1631
1680
  );
1632
1681
  }
1633
1682
  const DrawCircle$1 = React.forwardRef(DrawCircle);
1634
- const Icon$2a = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1683
+ const Icon$2c = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1635
1684
  "path",
1636
1685
  {
1637
1686
  fill: "currentColor",
@@ -1640,10 +1689,10 @@ const Icon$2a = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1640
1689
  clipRule: "evenodd"
1641
1690
  }
1642
1691
  ) });
1643
- const BaseSvgIcon$2a = utils.createSvgIcon(Icon$2a(), "DrawLasso");
1692
+ const BaseSvgIcon$2c = material.createSvgIcon(Icon$2c(), "DrawLasso");
1644
1693
  function DrawLasso({ width, height, sx, ...props }, ref) {
1645
1694
  return /* @__PURE__ */ jsxRuntime.jsx(
1646
- BaseSvgIcon$2a,
1695
+ BaseSvgIcon$2c,
1647
1696
  {
1648
1697
  ref,
1649
1698
  viewBox: "0 0 24 24",
@@ -1657,17 +1706,17 @@ function DrawLasso({ width, height, sx, ...props }, ref) {
1657
1706
  );
1658
1707
  }
1659
1708
  const DrawLasso$1 = React.forwardRef(DrawLasso);
1660
- const Icon$29 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1709
+ const Icon$2b = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1661
1710
  "path",
1662
1711
  {
1663
1712
  fill: "currentColor",
1664
1713
  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"
1665
1714
  }
1666
1715
  ) });
1667
- const BaseSvgIcon$29 = utils.createSvgIcon(Icon$29(), "DrawLine");
1716
+ const BaseSvgIcon$2b = material.createSvgIcon(Icon$2b(), "DrawLine");
1668
1717
  function DrawLine({ width, height, sx, ...props }, ref) {
1669
1718
  return /* @__PURE__ */ jsxRuntime.jsx(
1670
- BaseSvgIcon$29,
1719
+ BaseSvgIcon$2b,
1671
1720
  {
1672
1721
  ref,
1673
1722
  viewBox: "0 0 24 24",
@@ -1681,7 +1730,7 @@ function DrawLine({ width, height, sx, ...props }, ref) {
1681
1730
  );
1682
1731
  }
1683
1732
  const DrawLine$1 = React.forwardRef(DrawLine);
1684
- const Icon$28 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1733
+ const Icon$2a = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1685
1734
  "path",
1686
1735
  {
1687
1736
  fill: "currentColor",
@@ -1690,10 +1739,10 @@ const Icon$28 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1690
1739
  clipRule: "evenodd"
1691
1740
  }
1692
1741
  ) });
1693
- const BaseSvgIcon$28 = utils.createSvgIcon(Icon$28(), "DrawPolygon");
1742
+ const BaseSvgIcon$2a = material.createSvgIcon(Icon$2a(), "DrawPolygon");
1694
1743
  function DrawPolygon({ width, height, sx, ...props }, ref) {
1695
1744
  return /* @__PURE__ */ jsxRuntime.jsx(
1696
- BaseSvgIcon$28,
1745
+ BaseSvgIcon$2a,
1697
1746
  {
1698
1747
  ref,
1699
1748
  viewBox: "0 0 24 24",
@@ -1707,7 +1756,7 @@ function DrawPolygon({ width, height, sx, ...props }, ref) {
1707
1756
  );
1708
1757
  }
1709
1758
  const DrawPolygon$1 = React.forwardRef(DrawPolygon);
1710
- const Icon$27 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1759
+ const Icon$29 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1711
1760
  "path",
1712
1761
  {
1713
1762
  fill: "currentColor",
@@ -1716,10 +1765,10 @@ const Icon$27 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1716
1765
  clipRule: "evenodd"
1717
1766
  }
1718
1767
  ) });
1719
- const BaseSvgIcon$27 = utils.createSvgIcon(Icon$27(), "DrawSquare");
1768
+ const BaseSvgIcon$29 = material.createSvgIcon(Icon$29(), "DrawSquare");
1720
1769
  function DrawSquare({ width, height, sx, ...props }, ref) {
1721
1770
  return /* @__PURE__ */ jsxRuntime.jsx(
1722
- BaseSvgIcon$27,
1771
+ BaseSvgIcon$29,
1723
1772
  {
1724
1773
  ref,
1725
1774
  viewBox: "0 0 24 24",
@@ -1733,7 +1782,7 @@ function DrawSquare({ width, height, sx, ...props }, ref) {
1733
1782
  );
1734
1783
  }
1735
1784
  const DrawSquare$1 = React.forwardRef(DrawSquare);
1736
- const Icon$26 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1785
+ const Icon$28 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1737
1786
  /* @__PURE__ */ jsxRuntime.jsx(
1738
1787
  "path",
1739
1788
  {
@@ -1751,10 +1800,10 @@ const Icon$26 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1751
1800
  }
1752
1801
  )
1753
1802
  ] });
1754
- const BaseSvgIcon$26 = utils.createSvgIcon(Icon$26(), "DropAPin");
1803
+ const BaseSvgIcon$28 = material.createSvgIcon(Icon$28(), "DropAPin");
1755
1804
  function DropAPin({ width, height, sx, ...props }, ref) {
1756
1805
  return /* @__PURE__ */ jsxRuntime.jsx(
1757
- BaseSvgIcon$26,
1806
+ BaseSvgIcon$28,
1758
1807
  {
1759
1808
  ref,
1760
1809
  viewBox: "0 0 24 24",
@@ -1768,7 +1817,7 @@ function DropAPin({ width, height, sx, ...props }, ref) {
1768
1817
  );
1769
1818
  }
1770
1819
  const DropAPin$1 = React.forwardRef(DropAPin);
1771
- const Icon$25 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1820
+ const Icon$27 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1772
1821
  "path",
1773
1822
  {
1774
1823
  fill: "currentColor",
@@ -1777,10 +1826,10 @@ const Icon$25 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1777
1826
  clipRule: "evenodd"
1778
1827
  }
1779
1828
  ) });
1780
- const BaseSvgIcon$25 = utils.createSvgIcon(Icon$25(), "DualMap");
1829
+ const BaseSvgIcon$27 = material.createSvgIcon(Icon$27(), "DualMap");
1781
1830
  function DualMap({ width, height, sx, ...props }, ref) {
1782
1831
  return /* @__PURE__ */ jsxRuntime.jsx(
1783
- BaseSvgIcon$25,
1832
+ BaseSvgIcon$27,
1784
1833
  {
1785
1834
  ref,
1786
1835
  viewBox: "0 0 24 24",
@@ -1794,7 +1843,7 @@ function DualMap({ width, height, sx, ...props }, ref) {
1794
1843
  );
1795
1844
  }
1796
1845
  const DualMap$1 = React.forwardRef(DualMap);
1797
- const Icon$24 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1846
+ const Icon$26 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1798
1847
  "path",
1799
1848
  {
1800
1849
  fill: "currentColor",
@@ -1803,10 +1852,10 @@ const Icon$24 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1803
1852
  clipRule: "evenodd"
1804
1853
  }
1805
1854
  ) });
1806
- const BaseSvgIcon$24 = utils.createSvgIcon(Icon$24(), "Environmental");
1855
+ const BaseSvgIcon$26 = material.createSvgIcon(Icon$26(), "Environmental");
1807
1856
  function Environmental({ width, height, sx, ...props }, ref) {
1808
1857
  return /* @__PURE__ */ jsxRuntime.jsx(
1809
- BaseSvgIcon$24,
1858
+ BaseSvgIcon$26,
1810
1859
  {
1811
1860
  ref,
1812
1861
  viewBox: "0 0 24 24",
@@ -1820,7 +1869,7 @@ function Environmental({ width, height, sx, ...props }, ref) {
1820
1869
  );
1821
1870
  }
1822
1871
  const Environmental$1 = React.forwardRef(Environmental);
1823
- const Icon$23 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1872
+ const Icon$25 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1824
1873
  "path",
1825
1874
  {
1826
1875
  fill: "currentColor",
@@ -1829,10 +1878,10 @@ const Icon$23 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1829
1878
  clipRule: "evenodd"
1830
1879
  }
1831
1880
  ) });
1832
- const BaseSvgIcon$23 = utils.createSvgIcon(Icon$23(), "EnvironmentalManagement");
1881
+ const BaseSvgIcon$25 = material.createSvgIcon(Icon$25(), "EnvironmentalManagement");
1833
1882
  function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
1834
1883
  return /* @__PURE__ */ jsxRuntime.jsx(
1835
- BaseSvgIcon$23,
1884
+ BaseSvgIcon$25,
1836
1885
  {
1837
1886
  ref,
1838
1887
  viewBox: "0 0 24 24",
@@ -1846,11 +1895,11 @@ function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
1846
1895
  );
1847
1896
  }
1848
1897
  const EnvironmentalManagement$1 = React.forwardRef(EnvironmentalManagement);
1849
- const Icon$22 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M4 17v-3h16v3zm0-7V7h16v3z" }) });
1850
- const BaseSvgIcon$22 = utils.createSvgIcon(Icon$22(), "Equal");
1898
+ const Icon$24 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M4 17v-3h16v3zm0-7V7h16v3z" }) });
1899
+ const BaseSvgIcon$24 = material.createSvgIcon(Icon$24(), "Equal");
1851
1900
  function Equal({ width, height, sx, ...props }, ref) {
1852
1901
  return /* @__PURE__ */ jsxRuntime.jsx(
1853
- BaseSvgIcon$22,
1902
+ BaseSvgIcon$24,
1854
1903
  {
1855
1904
  ref,
1856
1905
  viewBox: "0 0 24 24",
@@ -1864,7 +1913,7 @@ function Equal({ width, height, sx, ...props }, ref) {
1864
1913
  );
1865
1914
  }
1866
1915
  const Equal$1 = React.forwardRef(Equal);
1867
- const Icon$21 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1916
+ const Icon$23 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1868
1917
  "path",
1869
1918
  {
1870
1919
  fill: "currentColor",
@@ -1873,10 +1922,10 @@ const Icon$21 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1873
1922
  clipRule: "evenodd"
1874
1923
  }
1875
1924
  ) });
1876
- const BaseSvgIcon$21 = utils.createSvgIcon(Icon$21(), "ExitToAppLeft");
1925
+ const BaseSvgIcon$23 = material.createSvgIcon(Icon$23(), "ExitToAppLeft");
1877
1926
  function ExitToAppLeft({ width, height, sx, ...props }, ref) {
1878
1927
  return /* @__PURE__ */ jsxRuntime.jsx(
1879
- BaseSvgIcon$21,
1928
+ BaseSvgIcon$23,
1880
1929
  {
1881
1930
  ref,
1882
1931
  viewBox: "0 0 24 24",
@@ -1890,7 +1939,7 @@ function ExitToAppLeft({ width, height, sx, ...props }, ref) {
1890
1939
  );
1891
1940
  }
1892
1941
  const ExitToAppLeft$1 = React.forwardRef(ExitToAppLeft);
1893
- const Icon$20 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1942
+ const Icon$22 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1894
1943
  "path",
1895
1944
  {
1896
1945
  fill: "currentColor",
@@ -1899,10 +1948,10 @@ const Icon$20 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1899
1948
  clipRule: "evenodd"
1900
1949
  }
1901
1950
  ) });
1902
- const BaseSvgIcon$20 = utils.createSvgIcon(Icon$20(), "Fabric");
1951
+ const BaseSvgIcon$22 = material.createSvgIcon(Icon$22(), "Fabric");
1903
1952
  function Fabric({ width, height, sx, ...props }, ref) {
1904
1953
  return /* @__PURE__ */ jsxRuntime.jsx(
1905
- BaseSvgIcon$20,
1954
+ BaseSvgIcon$22,
1906
1955
  {
1907
1956
  ref,
1908
1957
  viewBox: "0 0 24 24",
@@ -1916,7 +1965,7 @@ function Fabric({ width, height, sx, ...props }, ref) {
1916
1965
  );
1917
1966
  }
1918
1967
  const Fabric$1 = React.forwardRef(Fabric);
1919
- const Icon$1$ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1968
+ const Icon$21 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1920
1969
  "path",
1921
1970
  {
1922
1971
  fill: "currentColor",
@@ -1925,10 +1974,10 @@ const Icon$1$ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1925
1974
  clipRule: "evenodd"
1926
1975
  }
1927
1976
  ) });
1928
- const BaseSvgIcon$1$ = utils.createSvgIcon(Icon$1$(), "Facebook");
1977
+ const BaseSvgIcon$21 = material.createSvgIcon(Icon$21(), "Facebook");
1929
1978
  function Facebook({ width, height, sx, ...props }, ref) {
1930
1979
  return /* @__PURE__ */ jsxRuntime.jsx(
1931
- BaseSvgIcon$1$,
1980
+ BaseSvgIcon$21,
1932
1981
  {
1933
1982
  ref,
1934
1983
  viewBox: "0 0 24 24",
@@ -1942,7 +1991,7 @@ function Facebook({ width, height, sx, ...props }, ref) {
1942
1991
  );
1943
1992
  }
1944
1993
  const Facebook$1 = React.forwardRef(Facebook);
1945
- const Icon$1_ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1994
+ const Icon$20 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1946
1995
  "path",
1947
1996
  {
1948
1997
  fill: "currentColor",
@@ -1951,10 +2000,10 @@ const Icon$1_ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1951
2000
  clipRule: "evenodd"
1952
2001
  }
1953
2002
  ) });
1954
- const BaseSvgIcon$1_ = utils.createSvgIcon(Icon$1_(), "Financial");
2003
+ const BaseSvgIcon$20 = material.createSvgIcon(Icon$20(), "Financial");
1955
2004
  function Financial({ width, height, sx, ...props }, ref) {
1956
2005
  return /* @__PURE__ */ jsxRuntime.jsx(
1957
- BaseSvgIcon$1_,
2006
+ BaseSvgIcon$20,
1958
2007
  {
1959
2008
  ref,
1960
2009
  viewBox: "0 0 24 24",
@@ -1968,17 +2017,17 @@ function Financial({ width, height, sx, ...props }, ref) {
1968
2017
  );
1969
2018
  }
1970
2019
  const Financial$1 = React.forwardRef(Financial);
1971
- const Icon$1Z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2020
+ const Icon$1$ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1972
2021
  "path",
1973
2022
  {
1974
2023
  fill: "currentColor",
1975
2024
  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"
1976
2025
  }
1977
2026
  ) });
1978
- const BaseSvgIcon$1Z = utils.createSvgIcon(Icon$1Z(), "FlipInverse");
2027
+ const BaseSvgIcon$1$ = material.createSvgIcon(Icon$1$(), "FlipInverse");
1979
2028
  function FlipInverse({ width, height, sx, ...props }, ref) {
1980
2029
  return /* @__PURE__ */ jsxRuntime.jsx(
1981
- BaseSvgIcon$1Z,
2030
+ BaseSvgIcon$1$,
1982
2031
  {
1983
2032
  ref,
1984
2033
  viewBox: "0 0 24 24",
@@ -1992,7 +2041,7 @@ function FlipInverse({ width, height, sx, ...props }, ref) {
1992
2041
  );
1993
2042
  }
1994
2043
  const FlipInverse$1 = React.forwardRef(FlipInverse);
1995
- const Icon$1Y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2044
+ const Icon$1_ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1996
2045
  /* @__PURE__ */ jsxRuntime.jsx(
1997
2046
  "path",
1998
2047
  {
@@ -2012,10 +2061,10 @@ const Icon$1Y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2012
2061
  }
2013
2062
  )
2014
2063
  ] });
2015
- const BaseSvgIcon$1Y = utils.createSvgIcon(Icon$1Y(), "Framed");
2064
+ const BaseSvgIcon$1_ = material.createSvgIcon(Icon$1_(), "Framed");
2016
2065
  function Framed({ width, height, sx, ...props }, ref) {
2017
2066
  return /* @__PURE__ */ jsxRuntime.jsx(
2018
- BaseSvgIcon$1Y,
2067
+ BaseSvgIcon$1_,
2019
2068
  {
2020
2069
  ref,
2021
2070
  viewBox: "0 0 24 24",
@@ -2029,7 +2078,7 @@ function Framed({ width, height, sx, ...props }, ref) {
2029
2078
  );
2030
2079
  }
2031
2080
  const Framed$1 = React.forwardRef(Framed);
2032
- const Icon$1X = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2081
+ const Icon$1Z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2033
2082
  /* @__PURE__ */ jsxRuntime.jsx(
2034
2083
  "path",
2035
2084
  {
@@ -2056,10 +2105,10 @@ const Icon$1X = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2056
2105
  }
2057
2106
  )
2058
2107
  ] });
2059
- const BaseSvgIcon$1X = utils.createSvgIcon(Icon$1X(), "FraudDetection");
2108
+ const BaseSvgIcon$1Z = material.createSvgIcon(Icon$1Z(), "FraudDetection");
2060
2109
  function FraudDetection({ width, height, sx, ...props }, ref) {
2061
2110
  return /* @__PURE__ */ jsxRuntime.jsx(
2062
- BaseSvgIcon$1X,
2111
+ BaseSvgIcon$1Z,
2063
2112
  {
2064
2113
  ref,
2065
2114
  viewBox: "0 0 24 24",
@@ -2073,7 +2122,7 @@ function FraudDetection({ width, height, sx, ...props }, ref) {
2073
2122
  );
2074
2123
  }
2075
2124
  const FraudDetection$1 = React.forwardRef(FraudDetection);
2076
- const Icon$1W = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2125
+ const Icon$1Y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2077
2126
  "path",
2078
2127
  {
2079
2128
  fill: "currentColor",
@@ -2082,10 +2131,10 @@ const Icon$1W = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2082
2131
  clipRule: "evenodd"
2083
2132
  }
2084
2133
  ) });
2085
- const BaseSvgIcon$1W = utils.createSvgIcon(Icon$1W(), "Functions");
2134
+ const BaseSvgIcon$1Y = material.createSvgIcon(Icon$1Y(), "Functions");
2086
2135
  function Functions({ width, height, sx, ...props }, ref) {
2087
2136
  return /* @__PURE__ */ jsxRuntime.jsx(
2088
- BaseSvgIcon$1W,
2137
+ BaseSvgIcon$1Y,
2089
2138
  {
2090
2139
  ref,
2091
2140
  viewBox: "0 0 24 24",
@@ -2099,7 +2148,7 @@ function Functions({ width, height, sx, ...props }, ref) {
2099
2148
  );
2100
2149
  }
2101
2150
  const Functions$1 = React.forwardRef(Functions);
2102
- const Icon$1V = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2151
+ const Icon$1X = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2103
2152
  /* @__PURE__ */ jsxRuntime.jsx(
2104
2153
  "path",
2105
2154
  {
@@ -2122,10 +2171,10 @@ const Icon$1V = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2122
2171
  }
2123
2172
  )
2124
2173
  ] });
2125
- const BaseSvgIcon$1V = utils.createSvgIcon(Icon$1V(), "GeneratingDescription");
2174
+ const BaseSvgIcon$1X = material.createSvgIcon(Icon$1X(), "GeneratingDescription");
2126
2175
  function GeneratingDescription({ width, height, sx, ...props }, ref) {
2127
2176
  return /* @__PURE__ */ jsxRuntime.jsx(
2128
- BaseSvgIcon$1V,
2177
+ BaseSvgIcon$1X,
2129
2178
  {
2130
2179
  ref,
2131
2180
  viewBox: "0 0 24 24",
@@ -2139,7 +2188,7 @@ function GeneratingDescription({ width, height, sx, ...props }, ref) {
2139
2188
  );
2140
2189
  }
2141
2190
  const GeneratingDescription$1 = React.forwardRef(GeneratingDescription);
2142
- const Icon$1U = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2191
+ const Icon$1W = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2143
2192
  /* @__PURE__ */ jsxRuntime.jsx(
2144
2193
  "path",
2145
2194
  {
@@ -2159,10 +2208,10 @@ const Icon$1U = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2159
2208
  }
2160
2209
  )
2161
2210
  ] });
2162
- const BaseSvgIcon$1U = utils.createSvgIcon(Icon$1U(), "GeocodeTable");
2211
+ const BaseSvgIcon$1W = material.createSvgIcon(Icon$1W(), "GeocodeTable");
2163
2212
  function GeocodeTable({ width, height, sx, ...props }, ref) {
2164
2213
  return /* @__PURE__ */ jsxRuntime.jsx(
2165
- BaseSvgIcon$1U,
2214
+ BaseSvgIcon$1W,
2166
2215
  {
2167
2216
  ref,
2168
2217
  viewBox: "0 0 24 24",
@@ -2176,7 +2225,7 @@ function GeocodeTable({ width, height, sx, ...props }, ref) {
2176
2225
  );
2177
2226
  }
2178
2227
  const GeocodeTable$1 = React.forwardRef(GeocodeTable);
2179
- const Icon$1T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2228
+ const Icon$1V = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2180
2229
  "path",
2181
2230
  {
2182
2231
  fill: "currentColor",
@@ -2185,10 +2234,10 @@ const Icon$1T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2185
2234
  clipRule: "evenodd"
2186
2235
  }
2187
2236
  ) });
2188
- const BaseSvgIcon$1T = utils.createSvgIcon(Icon$1T(), "Geography");
2237
+ const BaseSvgIcon$1V = material.createSvgIcon(Icon$1V(), "Geography");
2189
2238
  function Geography({ width, height, sx, ...props }, ref) {
2190
2239
  return /* @__PURE__ */ jsxRuntime.jsx(
2191
- BaseSvgIcon$1T,
2240
+ BaseSvgIcon$1V,
2192
2241
  {
2193
2242
  ref,
2194
2243
  viewBox: "0 0 24 24",
@@ -2202,7 +2251,7 @@ function Geography({ width, height, sx, ...props }, ref) {
2202
2251
  );
2203
2252
  }
2204
2253
  const Geography$1 = React.forwardRef(Geography);
2205
- const Icon$1S = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2254
+ const Icon$1U = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2206
2255
  "path",
2207
2256
  {
2208
2257
  fill: "currentColor",
@@ -2211,10 +2260,10 @@ const Icon$1S = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2211
2260
  clipRule: "evenodd"
2212
2261
  }
2213
2262
  ) });
2214
- const BaseSvgIcon$1S = utils.createSvgIcon(Icon$1S(), "Geomarketing");
2263
+ const BaseSvgIcon$1U = material.createSvgIcon(Icon$1U(), "Geomarketing");
2215
2264
  function Geomarketing({ width, height, sx, ...props }, ref) {
2216
2265
  return /* @__PURE__ */ jsxRuntime.jsx(
2217
- BaseSvgIcon$1S,
2266
+ BaseSvgIcon$1U,
2218
2267
  {
2219
2268
  ref,
2220
2269
  viewBox: "0 0 24 24",
@@ -2228,7 +2277,7 @@ function Geomarketing({ width, height, sx, ...props }, ref) {
2228
2277
  );
2229
2278
  }
2230
2279
  const Geomarketing$1 = React.forwardRef(Geomarketing);
2231
- const Icon$1R = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2280
+ const Icon$1T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2232
2281
  "path",
2233
2282
  {
2234
2283
  fill: "currentColor",
@@ -2237,10 +2286,10 @@ const Icon$1R = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2237
2286
  clipRule: "evenodd"
2238
2287
  }
2239
2288
  ) });
2240
- const BaseSvgIcon$1R = utils.createSvgIcon(Icon$1R(), "Geometry");
2289
+ const BaseSvgIcon$1T = material.createSvgIcon(Icon$1T(), "Geometry");
2241
2290
  function Geometry({ width, height, sx, ...props }, ref) {
2242
2291
  return /* @__PURE__ */ jsxRuntime.jsx(
2243
- BaseSvgIcon$1R,
2292
+ BaseSvgIcon$1T,
2244
2293
  {
2245
2294
  ref,
2246
2295
  viewBox: "0 0 24 24",
@@ -2254,7 +2303,7 @@ function Geometry({ width, height, sx, ...props }, ref) {
2254
2303
  );
2255
2304
  }
2256
2305
  const Geometry$1 = React.forwardRef(Geometry);
2257
- const Icon$1Q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2306
+ const Icon$1S = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2258
2307
  "path",
2259
2308
  {
2260
2309
  fill: "currentColor",
@@ -2263,10 +2312,10 @@ const Icon$1Q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2263
2312
  clipRule: "evenodd"
2264
2313
  }
2265
2314
  ) });
2266
- const BaseSvgIcon$1Q = utils.createSvgIcon(Icon$1Q(), "Github");
2315
+ const BaseSvgIcon$1S = material.createSvgIcon(Icon$1S(), "Github");
2267
2316
  function Github({ width, height, sx, ...props }, ref) {
2268
2317
  return /* @__PURE__ */ jsxRuntime.jsx(
2269
- BaseSvgIcon$1Q,
2318
+ BaseSvgIcon$1S,
2270
2319
  {
2271
2320
  ref,
2272
2321
  viewBox: "0 0 24 24",
@@ -2280,7 +2329,7 @@ function Github({ width, height, sx, ...props }, ref) {
2280
2329
  );
2281
2330
  }
2282
2331
  const Github$1 = React.forwardRef(Github);
2283
- const Icon$1P = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2332
+ const Icon$1R = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2284
2333
  "path",
2285
2334
  {
2286
2335
  fill: "currentColor",
@@ -2289,10 +2338,10 @@ const Icon$1P = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2289
2338
  clipRule: "evenodd"
2290
2339
  }
2291
2340
  ) });
2292
- const BaseSvgIcon$1P = utils.createSvgIcon(Icon$1P(), "Google");
2341
+ const BaseSvgIcon$1R = material.createSvgIcon(Icon$1R(), "Google");
2293
2342
  function Google({ width, height, sx, ...props }, ref) {
2294
2343
  return /* @__PURE__ */ jsxRuntime.jsx(
2295
- BaseSvgIcon$1P,
2344
+ BaseSvgIcon$1R,
2296
2345
  {
2297
2346
  ref,
2298
2347
  viewBox: "0 0 24 24",
@@ -2306,7 +2355,7 @@ function Google({ width, height, sx, ...props }, ref) {
2306
2355
  );
2307
2356
  }
2308
2357
  const Google$1 = React.forwardRef(Google);
2309
- const Icon$1O = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2358
+ const Icon$1Q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2310
2359
  "path",
2311
2360
  {
2312
2361
  fill: "currentColor",
@@ -2315,10 +2364,10 @@ const Icon$1O = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2315
2364
  clipRule: "evenodd"
2316
2365
  }
2317
2366
  ) });
2318
- const BaseSvgIcon$1O = utils.createSvgIcon(Icon$1O(), "H3");
2367
+ const BaseSvgIcon$1Q = material.createSvgIcon(Icon$1Q(), "H3");
2319
2368
  function H3({ width, height, sx, ...props }, ref) {
2320
2369
  return /* @__PURE__ */ jsxRuntime.jsx(
2321
- BaseSvgIcon$1O,
2370
+ BaseSvgIcon$1Q,
2322
2371
  {
2323
2372
  ref,
2324
2373
  viewBox: "0 0 24 24",
@@ -2332,7 +2381,7 @@ function H3({ width, height, sx, ...props }, ref) {
2332
2381
  );
2333
2382
  }
2334
2383
  const H3$1 = React.forwardRef(H3);
2335
- const Icon$1N = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2384
+ const Icon$1P = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2336
2385
  "path",
2337
2386
  {
2338
2387
  fill: "currentColor",
@@ -2341,10 +2390,10 @@ const Icon$1N = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2341
2390
  clipRule: "evenodd"
2342
2391
  }
2343
2392
  ) });
2344
- const BaseSvgIcon$1N = utils.createSvgIcon(Icon$1N(), "HealthAnalytics");
2393
+ const BaseSvgIcon$1P = material.createSvgIcon(Icon$1P(), "HealthAnalytics");
2345
2394
  function HealthAnalytics({ width, height, sx, ...props }, ref) {
2346
2395
  return /* @__PURE__ */ jsxRuntime.jsx(
2347
- BaseSvgIcon$1N,
2396
+ BaseSvgIcon$1P,
2348
2397
  {
2349
2398
  ref,
2350
2399
  viewBox: "0 0 24 24",
@@ -2358,7 +2407,7 @@ function HealthAnalytics({ width, height, sx, ...props }, ref) {
2358
2407
  );
2359
2408
  }
2360
2409
  const HealthAnalytics$1 = React.forwardRef(HealthAnalytics);
2361
- const Icon$1M = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2410
+ const Icon$1O = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2362
2411
  /* @__PURE__ */ jsxRuntime.jsx(
2363
2412
  "path",
2364
2413
  {
@@ -2376,10 +2425,10 @@ const Icon$1M = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2376
2425
  }
2377
2426
  )
2378
2427
  ] });
2379
- const BaseSvgIcon$1M = utils.createSvgIcon(Icon$1M(), "HideComments");
2428
+ const BaseSvgIcon$1O = material.createSvgIcon(Icon$1O(), "HideComments");
2380
2429
  function HideComments({ width, height, sx, ...props }, ref) {
2381
2430
  return /* @__PURE__ */ jsxRuntime.jsx(
2382
- BaseSvgIcon$1M,
2431
+ BaseSvgIcon$1O,
2383
2432
  {
2384
2433
  ref,
2385
2434
  viewBox: "0 0 24 24",
@@ -2393,7 +2442,7 @@ function HideComments({ width, height, sx, ...props }, ref) {
2393
2442
  );
2394
2443
  }
2395
2444
  const HideComments$1 = React.forwardRef(HideComments);
2396
- const Icon$1L = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2445
+ const Icon$1N = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2397
2446
  /* @__PURE__ */ jsxRuntime.jsx(
2398
2447
  "path",
2399
2448
  {
@@ -2411,10 +2460,10 @@ const Icon$1L = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2411
2460
  }
2412
2461
  )
2413
2462
  ] });
2414
- const BaseSvgIcon$1L = utils.createSvgIcon(Icon$1L(), "HideLeftsidebar");
2463
+ const BaseSvgIcon$1N = material.createSvgIcon(Icon$1N(), "HideLeftsidebar");
2415
2464
  function HideLeftsidebar({ width, height, sx, ...props }, ref) {
2416
2465
  return /* @__PURE__ */ jsxRuntime.jsx(
2417
- BaseSvgIcon$1L,
2466
+ BaseSvgIcon$1N,
2418
2467
  {
2419
2468
  ref,
2420
2469
  viewBox: "0 0 24 24",
@@ -2428,7 +2477,42 @@ function HideLeftsidebar({ width, height, sx, ...props }, ref) {
2428
2477
  );
2429
2478
  }
2430
2479
  const HideLeftsidebar$1 = React.forwardRef(HideLeftsidebar);
2431
- const Icon$1K = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2480
+ const Icon$1M = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2481
+ /* @__PURE__ */ jsxRuntime.jsx(
2482
+ "path",
2483
+ {
2484
+ fill: "currentColor",
2485
+ d: "m13 12-4.59 4.58L7 15.17 10.17 12 7 8.83l1.41-1.42z"
2486
+ }
2487
+ ),
2488
+ /* @__PURE__ */ jsxRuntime.jsx(
2489
+ "path",
2490
+ {
2491
+ fill: "currentColor",
2492
+ fillRule: "evenodd",
2493
+ d: "M18 3a4 4 0 0 1 4 4v10a4 4 0 0 1-3.794 3.995L18 21H6l-.206-.005a4 4 0 0 1-3.79-3.789L2 17V7a4 4 0 0 1 4-4zM6 5a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h9V5zm10.5 14H18a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-1.5z",
2494
+ clipRule: "evenodd"
2495
+ }
2496
+ )
2497
+ ] });
2498
+ const BaseSvgIcon$1M = material.createSvgIcon(Icon$1M(), "HideRightsidebar");
2499
+ function HideRightsidebar({ width, height, sx, ...props }, ref) {
2500
+ return /* @__PURE__ */ jsxRuntime.jsx(
2501
+ BaseSvgIcon$1M,
2502
+ {
2503
+ ref,
2504
+ viewBox: "0 0 24 24",
2505
+ sx: {
2506
+ width,
2507
+ height: height || width,
2508
+ ...sx
2509
+ },
2510
+ ...props
2511
+ }
2512
+ );
2513
+ }
2514
+ const HideRightsidebar$1 = React.forwardRef(HideRightsidebar);
2515
+ const Icon$1L = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2432
2516
  "path",
2433
2517
  {
2434
2518
  fill: "currentColor",
@@ -2437,10 +2521,10 @@ const Icon$1K = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2437
2521
  clipRule: "evenodd"
2438
2522
  }
2439
2523
  ) });
2440
- const BaseSvgIcon$1K = utils.createSvgIcon(Icon$1K(), "Home");
2524
+ const BaseSvgIcon$1L = material.createSvgIcon(Icon$1L(), "Home");
2441
2525
  function Home({ width, height, sx, ...props }, ref) {
2442
2526
  return /* @__PURE__ */ jsxRuntime.jsx(
2443
- BaseSvgIcon$1K,
2527
+ BaseSvgIcon$1L,
2444
2528
  {
2445
2529
  ref,
2446
2530
  viewBox: "0 0 24 24",
@@ -2454,7 +2538,7 @@ function Home({ width, height, sx, ...props }, ref) {
2454
2538
  );
2455
2539
  }
2456
2540
  const Home$1 = React.forwardRef(Home);
2457
- const Icon$1J = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2541
+ const Icon$1K = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2458
2542
  "path",
2459
2543
  {
2460
2544
  fill: "currentColor",
@@ -2463,10 +2547,10 @@ const Icon$1J = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2463
2547
  clipRule: "evenodd"
2464
2548
  }
2465
2549
  ) });
2466
- const BaseSvgIcon$1J = utils.createSvgIcon(Icon$1J(), "Housing");
2550
+ const BaseSvgIcon$1K = material.createSvgIcon(Icon$1K(), "Housing");
2467
2551
  function Housing({ width, height, sx, ...props }, ref) {
2468
2552
  return /* @__PURE__ */ jsxRuntime.jsx(
2469
- BaseSvgIcon$1J,
2553
+ BaseSvgIcon$1K,
2470
2554
  {
2471
2555
  ref,
2472
2556
  viewBox: "0 0 24 24",
@@ -2480,7 +2564,7 @@ function Housing({ width, height, sx, ...props }, ref) {
2480
2564
  );
2481
2565
  }
2482
2566
  const Housing$1 = React.forwardRef(Housing);
2483
- const Icon$1I = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2567
+ const Icon$1J = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2484
2568
  "path",
2485
2569
  {
2486
2570
  fill: "currentColor",
@@ -2489,10 +2573,10 @@ const Icon$1I = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2489
2573
  clipRule: "evenodd"
2490
2574
  }
2491
2575
  ) });
2492
- const BaseSvgIcon$1I = utils.createSvgIcon(Icon$1I(), "HumanMobility");
2576
+ const BaseSvgIcon$1J = material.createSvgIcon(Icon$1J(), "HumanMobility");
2493
2577
  function HumanMobility({ width, height, sx, ...props }, ref) {
2494
2578
  return /* @__PURE__ */ jsxRuntime.jsx(
2495
- BaseSvgIcon$1I,
2579
+ BaseSvgIcon$1J,
2496
2580
  {
2497
2581
  ref,
2498
2582
  viewBox: "0 0 24 24",
@@ -2506,7 +2590,7 @@ function HumanMobility({ width, height, sx, ...props }, ref) {
2506
2590
  );
2507
2591
  }
2508
2592
  const HumanMobility$1 = React.forwardRef(HumanMobility);
2509
- const Icon$1H = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2593
+ const Icon$1I = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2510
2594
  "path",
2511
2595
  {
2512
2596
  fill: "currentColor",
@@ -2515,10 +2599,10 @@ const Icon$1H = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2515
2599
  clipRule: "evenodd"
2516
2600
  }
2517
2601
  ) });
2518
- const BaseSvgIcon$1H = utils.createSvgIcon(Icon$1H(), "Id");
2602
+ const BaseSvgIcon$1I = material.createSvgIcon(Icon$1I(), "Id");
2519
2603
  function Id({ width, height, sx, ...props }, ref) {
2520
2604
  return /* @__PURE__ */ jsxRuntime.jsx(
2521
- BaseSvgIcon$1H,
2605
+ BaseSvgIcon$1I,
2522
2606
  {
2523
2607
  ref,
2524
2608
  viewBox: "0 0 24 24",
@@ -2532,7 +2616,7 @@ function Id({ width, height, sx, ...props }, ref) {
2532
2616
  );
2533
2617
  }
2534
2618
  const Id$1 = React.forwardRef(Id);
2535
- const Icon$1G = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2619
+ const Icon$1H = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2536
2620
  /* @__PURE__ */ jsxRuntime.jsx(
2537
2621
  "path",
2538
2622
  {
@@ -2550,10 +2634,10 @@ const Icon$1G = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2550
2634
  ),
2551
2635
  /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "m14.14 11.86-3 3.87L9 13.14 6 17h12z" })
2552
2636
  ] });
2553
- const BaseSvgIcon$1G = utils.createSvgIcon(Icon$1G(), "Image");
2637
+ const BaseSvgIcon$1H = material.createSvgIcon(Icon$1H(), "Image");
2554
2638
  function Image({ width, height, sx, ...props }, ref) {
2555
2639
  return /* @__PURE__ */ jsxRuntime.jsx(
2556
- BaseSvgIcon$1G,
2640
+ BaseSvgIcon$1H,
2557
2641
  {
2558
2642
  ref,
2559
2643
  viewBox: "0 0 24 24",
@@ -2567,7 +2651,7 @@ function Image({ width, height, sx, ...props }, ref) {
2567
2651
  );
2568
2652
  }
2569
2653
  const Image$1 = React.forwardRef(Image);
2570
- const Icon$1F = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2654
+ const Icon$1G = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2571
2655
  /* @__PURE__ */ jsxRuntime.jsx(
2572
2656
  "path",
2573
2657
  {
@@ -2592,10 +2676,10 @@ const Icon$1F = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2592
2676
  }
2593
2677
  )
2594
2678
  ] });
2595
- const BaseSvgIcon$1F = utils.createSvgIcon(Icon$1F(), "Infrastructure");
2679
+ const BaseSvgIcon$1G = material.createSvgIcon(Icon$1G(), "Infrastructure");
2596
2680
  function Infrastructure({ width, height, sx, ...props }, ref) {
2597
2681
  return /* @__PURE__ */ jsxRuntime.jsx(
2598
- BaseSvgIcon$1F,
2682
+ BaseSvgIcon$1G,
2599
2683
  {
2600
2684
  ref,
2601
2685
  viewBox: "0 0 24 24",
@@ -2609,7 +2693,7 @@ function Infrastructure({ width, height, sx, ...props }, ref) {
2609
2693
  );
2610
2694
  }
2611
2695
  const Infrastructure$1 = React.forwardRef(Infrastructure);
2612
- const Icon$1E = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2696
+ const Icon$1F = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2613
2697
  "path",
2614
2698
  {
2615
2699
  fill: "currentColor",
@@ -2618,10 +2702,10 @@ const Icon$1E = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2618
2702
  clipRule: "evenodd"
2619
2703
  }
2620
2704
  ) });
2621
- const BaseSvgIcon$1E = utils.createSvgIcon(Icon$1E(), "IotAnalytics");
2705
+ const BaseSvgIcon$1F = material.createSvgIcon(Icon$1F(), "IotAnalytics");
2622
2706
  function IotAnalytics({ width, height, sx, ...props }, ref) {
2623
2707
  return /* @__PURE__ */ jsxRuntime.jsx(
2624
- BaseSvgIcon$1E,
2708
+ BaseSvgIcon$1F,
2625
2709
  {
2626
2710
  ref,
2627
2711
  viewBox: "0 0 24 24",
@@ -2635,7 +2719,7 @@ function IotAnalytics({ width, height, sx, ...props }, ref) {
2635
2719
  );
2636
2720
  }
2637
2721
  const IotAnalytics$1 = React.forwardRef(IotAnalytics);
2638
- const Icon$1D = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2722
+ const Icon$1E = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2639
2723
  /* @__PURE__ */ jsxRuntime.jsx(
2640
2724
  "path",
2641
2725
  {
@@ -2653,10 +2737,10 @@ const Icon$1D = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2653
2737
  }
2654
2738
  )
2655
2739
  ] });
2656
- const BaseSvgIcon$1D = utils.createSvgIcon(Icon$1D(), "LabelDeprecated");
2740
+ const BaseSvgIcon$1E = material.createSvgIcon(Icon$1E(), "LabelDeprecated");
2657
2741
  function LabelDeprecated({ width, height, sx, ...props }, ref) {
2658
2742
  return /* @__PURE__ */ jsxRuntime.jsx(
2659
- BaseSvgIcon$1D,
2743
+ BaseSvgIcon$1E,
2660
2744
  {
2661
2745
  ref,
2662
2746
  viewBox: "0 0 24 24",
@@ -2670,7 +2754,7 @@ function LabelDeprecated({ width, height, sx, ...props }, ref) {
2670
2754
  );
2671
2755
  }
2672
2756
  const LabelDeprecated$1 = React.forwardRef(LabelDeprecated);
2673
- const Icon$1C = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2757
+ const Icon$1D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2674
2758
  "path",
2675
2759
  {
2676
2760
  fill: "currentColor",
@@ -2679,10 +2763,10 @@ const Icon$1C = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2679
2763
  clipRule: "evenodd"
2680
2764
  }
2681
2765
  ) });
2682
- const BaseSvgIcon$1C = utils.createSvgIcon(Icon$1C(), "Layers");
2766
+ const BaseSvgIcon$1D = material.createSvgIcon(Icon$1D(), "Layers");
2683
2767
  function Layers({ width, height, sx, ...props }, ref) {
2684
2768
  return /* @__PURE__ */ jsxRuntime.jsx(
2685
- BaseSvgIcon$1C,
2769
+ BaseSvgIcon$1D,
2686
2770
  {
2687
2771
  ref,
2688
2772
  viewBox: "0 0 24 24",
@@ -2696,7 +2780,7 @@ function Layers({ width, height, sx, ...props }, ref) {
2696
2780
  );
2697
2781
  }
2698
2782
  const Layers$1 = React.forwardRef(Layers);
2699
- const Icon$1B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2783
+ const Icon$1C = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2700
2784
  "path",
2701
2785
  {
2702
2786
  fill: "currentColor",
@@ -2705,10 +2789,10 @@ const Icon$1B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2705
2789
  clipRule: "evenodd"
2706
2790
  }
2707
2791
  ) });
2708
- const BaseSvgIcon$1B = utils.createSvgIcon(Icon$1B(), "Linkedin");
2792
+ const BaseSvgIcon$1C = material.createSvgIcon(Icon$1C(), "Linkedin");
2709
2793
  function Linkedin({ width, height, sx, ...props }, ref) {
2710
2794
  return /* @__PURE__ */ jsxRuntime.jsx(
2711
- BaseSvgIcon$1B,
2795
+ BaseSvgIcon$1C,
2712
2796
  {
2713
2797
  ref,
2714
2798
  viewBox: "0 0 24 24",
@@ -2722,7 +2806,7 @@ function Linkedin({ width, height, sx, ...props }, ref) {
2722
2806
  );
2723
2807
  }
2724
2808
  const Linkedin$1 = React.forwardRef(Linkedin);
2725
- const Icon$1A = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2809
+ const Icon$1B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2726
2810
  "path",
2727
2811
  {
2728
2812
  fill: "currentColor",
@@ -2731,10 +2815,10 @@ const Icon$1A = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2731
2815
  clipRule: "evenodd"
2732
2816
  }
2733
2817
  ) });
2734
- const BaseSvgIcon$1A = utils.createSvgIcon(Icon$1A(), "MapCoordinates");
2818
+ const BaseSvgIcon$1B = material.createSvgIcon(Icon$1B(), "MapCoordinates");
2735
2819
  function MapCoordinates({ width, height, sx, ...props }, ref) {
2736
2820
  return /* @__PURE__ */ jsxRuntime.jsx(
2737
- BaseSvgIcon$1A,
2821
+ BaseSvgIcon$1B,
2738
2822
  {
2739
2823
  ref,
2740
2824
  viewBox: "0 0 24 24",
@@ -2748,7 +2832,7 @@ function MapCoordinates({ width, height, sx, ...props }, ref) {
2748
2832
  );
2749
2833
  }
2750
2834
  const MapCoordinates$1 = React.forwardRef(MapCoordinates);
2751
- const Icon$1z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2835
+ const Icon$1A = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2752
2836
  /* @__PURE__ */ jsxRuntime.jsx(
2753
2837
  "path",
2754
2838
  {
@@ -2775,10 +2859,10 @@ const Icon$1z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2775
2859
  }
2776
2860
  )
2777
2861
  ] });
2778
- const BaseSvgIcon$1z = utils.createSvgIcon(Icon$1z(), "MapCopy");
2862
+ const BaseSvgIcon$1A = material.createSvgIcon(Icon$1A(), "MapCopy");
2779
2863
  function MapCopy({ width, height, sx, ...props }, ref) {
2780
2864
  return /* @__PURE__ */ jsxRuntime.jsx(
2781
- BaseSvgIcon$1z,
2865
+ BaseSvgIcon$1A,
2782
2866
  {
2783
2867
  ref,
2784
2868
  viewBox: "0 0 24 24",
@@ -2792,7 +2876,7 @@ function MapCopy({ width, height, sx, ...props }, ref) {
2792
2876
  );
2793
2877
  }
2794
2878
  const MapCopy$1 = React.forwardRef(MapCopy);
2795
- const Icon$1y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2879
+ const Icon$1z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2796
2880
  "path",
2797
2881
  {
2798
2882
  fill: "currentColor",
@@ -2801,10 +2885,10 @@ const Icon$1y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2801
2885
  clipRule: "evenodd"
2802
2886
  }
2803
2887
  ) });
2804
- const BaseSvgIcon$1y = utils.createSvgIcon(Icon$1y(), "MapOthers");
2888
+ const BaseSvgIcon$1z = material.createSvgIcon(Icon$1z(), "MapOthers");
2805
2889
  function MapOthers({ width, height, sx, ...props }, ref) {
2806
2890
  return /* @__PURE__ */ jsxRuntime.jsx(
2807
- BaseSvgIcon$1y,
2891
+ BaseSvgIcon$1z,
2808
2892
  {
2809
2893
  ref,
2810
2894
  viewBox: "0 0 24 24",
@@ -2818,7 +2902,7 @@ function MapOthers({ width, height, sx, ...props }, ref) {
2818
2902
  );
2819
2903
  }
2820
2904
  const MapOthers$1 = React.forwardRef(MapOthers);
2821
- const Icon$1x = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2905
+ const Icon$1y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2822
2906
  "path",
2823
2907
  {
2824
2908
  fill: "currentColor",
@@ -2827,10 +2911,10 @@ const Icon$1x = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2827
2911
  clipRule: "evenodd"
2828
2912
  }
2829
2913
  ) });
2830
- const BaseSvgIcon$1x = utils.createSvgIcon(Icon$1x(), "MapPin");
2914
+ const BaseSvgIcon$1y = material.createSvgIcon(Icon$1y(), "MapPin");
2831
2915
  function MapPin({ width, height, sx, ...props }, ref) {
2832
2916
  return /* @__PURE__ */ jsxRuntime.jsx(
2833
- BaseSvgIcon$1x,
2917
+ BaseSvgIcon$1y,
2834
2918
  {
2835
2919
  ref,
2836
2920
  viewBox: "0 0 24 24",
@@ -2844,7 +2928,7 @@ function MapPin({ width, height, sx, ...props }, ref) {
2844
2928
  );
2845
2929
  }
2846
2930
  const MapPin$1 = React.forwardRef(MapPin);
2847
- const Icon$1w = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2931
+ const Icon$1x = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2848
2932
  /* @__PURE__ */ jsxRuntime.jsx(
2849
2933
  "path",
2850
2934
  {
@@ -2867,10 +2951,10 @@ const Icon$1w = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2867
2951
  }
2868
2952
  )
2869
2953
  ] });
2870
- const BaseSvgIcon$1w = utils.createSvgIcon(Icon$1w(), "MarkCommentRead");
2954
+ const BaseSvgIcon$1x = material.createSvgIcon(Icon$1x(), "MarkCommentRead");
2871
2955
  function MarkCommentRead({ width, height, sx, ...props }, ref) {
2872
2956
  return /* @__PURE__ */ jsxRuntime.jsx(
2873
- BaseSvgIcon$1w,
2957
+ BaseSvgIcon$1x,
2874
2958
  {
2875
2959
  ref,
2876
2960
  viewBox: "0 0 24 24",
@@ -2884,7 +2968,7 @@ function MarkCommentRead({ width, height, sx, ...props }, ref) {
2884
2968
  );
2885
2969
  }
2886
2970
  const MarkCommentRead$1 = React.forwardRef(MarkCommentRead);
2887
- const Icon$1v = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2971
+ const Icon$1w = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2888
2972
  "path",
2889
2973
  {
2890
2974
  fill: "currentColor",
@@ -2893,10 +2977,10 @@ const Icon$1v = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2893
2977
  clipRule: "evenodd"
2894
2978
  }
2895
2979
  ) });
2896
- const BaseSvgIcon$1v = utils.createSvgIcon(Icon$1v(), "MarketAnalysis");
2980
+ const BaseSvgIcon$1w = material.createSvgIcon(Icon$1w(), "MarketAnalysis");
2897
2981
  function MarketAnalysis({ width, height, sx, ...props }, ref) {
2898
2982
  return /* @__PURE__ */ jsxRuntime.jsx(
2899
- BaseSvgIcon$1v,
2983
+ BaseSvgIcon$1w,
2900
2984
  {
2901
2985
  ref,
2902
2986
  viewBox: "0 0 24 24",
@@ -2910,7 +2994,7 @@ function MarketAnalysis({ width, height, sx, ...props }, ref) {
2910
2994
  );
2911
2995
  }
2912
2996
  const MarketAnalysis$1 = React.forwardRef(MarketAnalysis);
2913
- const Icon$1u = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2997
+ const Icon$1v = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2914
2998
  /* @__PURE__ */ jsxRuntime.jsx(
2915
2999
  "path",
2916
3000
  {
@@ -2935,10 +3019,10 @@ const Icon$1u = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2935
3019
  }
2936
3020
  )
2937
3021
  ] });
2938
- const BaseSvgIcon$1u = utils.createSvgIcon(Icon$1u(), "Max");
3022
+ const BaseSvgIcon$1v = material.createSvgIcon(Icon$1v(), "Max");
2939
3023
  function Max({ width, height, sx, ...props }, ref) {
2940
3024
  return /* @__PURE__ */ jsxRuntime.jsx(
2941
- BaseSvgIcon$1u,
3025
+ BaseSvgIcon$1v,
2942
3026
  {
2943
3027
  ref,
2944
3028
  viewBox: "0 0 24 24",
@@ -2952,17 +3036,17 @@ function Max({ width, height, sx, ...props }, ref) {
2952
3036
  );
2953
3037
  }
2954
3038
  const Max$1 = React.forwardRef(Max);
2955
- const Icon$1t = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3039
+ const Icon$1u = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2956
3040
  "path",
2957
3041
  {
2958
3042
  fill: "currentColor",
2959
3043
  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"
2960
3044
  }
2961
3045
  ) });
2962
- const BaseSvgIcon$1t = utils.createSvgIcon(Icon$1t(), "MeasureTool");
3046
+ const BaseSvgIcon$1u = material.createSvgIcon(Icon$1u(), "MeasureTool");
2963
3047
  function MeasureTool({ width, height, sx, ...props }, ref) {
2964
3048
  return /* @__PURE__ */ jsxRuntime.jsx(
2965
- BaseSvgIcon$1t,
3049
+ BaseSvgIcon$1u,
2966
3050
  {
2967
3051
  ref,
2968
3052
  viewBox: "0 0 24 24",
@@ -2976,17 +3060,17 @@ function MeasureTool({ width, height, sx, ...props }, ref) {
2976
3060
  );
2977
3061
  }
2978
3062
  const MeasureTool$1 = React.forwardRef(MeasureTool);
2979
- const Icon$1s = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3063
+ const Icon$1t = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2980
3064
  "path",
2981
3065
  {
2982
3066
  fill: "currentColor",
2983
3067
  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"
2984
3068
  }
2985
3069
  ) });
2986
- const BaseSvgIcon$1s = utils.createSvgIcon(Icon$1s(), "Min");
3070
+ const BaseSvgIcon$1t = material.createSvgIcon(Icon$1t(), "Min");
2987
3071
  function Min({ width, height, sx, ...props }, ref) {
2988
3072
  return /* @__PURE__ */ jsxRuntime.jsx(
2989
- BaseSvgIcon$1s,
3073
+ BaseSvgIcon$1t,
2990
3074
  {
2991
3075
  ref,
2992
3076
  viewBox: "0 0 24 24",
@@ -3000,7 +3084,7 @@ function Min({ width, height, sx, ...props }, ref) {
3000
3084
  );
3001
3085
  }
3002
3086
  const Min$1 = React.forwardRef(Min);
3003
- const Icon$1r = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3087
+ const Icon$1s = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3004
3088
  /* @__PURE__ */ jsxRuntime.jsx(
3005
3089
  "path",
3006
3090
  {
@@ -3019,10 +3103,10 @@ const Icon$1r = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3019
3103
  }
3020
3104
  )
3021
3105
  ] });
3022
- const BaseSvgIcon$1r = utils.createSvgIcon(Icon$1r(), "MobilityPlanning");
3106
+ const BaseSvgIcon$1s = material.createSvgIcon(Icon$1s(), "MobilityPlanning");
3023
3107
  function MobilityPlanning({ width, height, sx, ...props }, ref) {
3024
3108
  return /* @__PURE__ */ jsxRuntime.jsx(
3025
- BaseSvgIcon$1r,
3109
+ BaseSvgIcon$1s,
3026
3110
  {
3027
3111
  ref,
3028
3112
  viewBox: "0 0 24 24",
@@ -3036,7 +3120,7 @@ function MobilityPlanning({ width, height, sx, ...props }, ref) {
3036
3120
  );
3037
3121
  }
3038
3122
  const MobilityPlanning$1 = React.forwardRef(MobilityPlanning);
3039
- const Icon$1q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3123
+ const Icon$1r = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3040
3124
  /* @__PURE__ */ jsxRuntime.jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsxRuntime.jsx(
3041
3125
  "path",
3042
3126
  {
@@ -3048,10 +3132,10 @@ const Icon$1q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3048
3132
  ) }),
3049
3133
  /* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
3050
3134
  ] });
3051
- const BaseSvgIcon$1q = utils.createSvgIcon(Icon$1q(), "NetworkDeployment");
3135
+ const BaseSvgIcon$1r = material.createSvgIcon(Icon$1r(), "NetworkDeployment");
3052
3136
  function NetworkDeployment({ width, height, sx, ...props }, ref) {
3053
3137
  return /* @__PURE__ */ jsxRuntime.jsx(
3054
- BaseSvgIcon$1q,
3138
+ BaseSvgIcon$1r,
3055
3139
  {
3056
3140
  ref,
3057
3141
  viewBox: "0 0 24 24",
@@ -3065,7 +3149,7 @@ function NetworkDeployment({ width, height, sx, ...props }, ref) {
3065
3149
  );
3066
3150
  }
3067
3151
  const NetworkDeployment$1 = React.forwardRef(NetworkDeployment);
3068
- const Icon$1p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3152
+ const Icon$1q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3069
3153
  /* @__PURE__ */ jsxRuntime.jsx(
3070
3154
  "path",
3071
3155
  {
@@ -3081,10 +3165,10 @@ const Icon$1p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3081
3165
  }
3082
3166
  )
3083
3167
  ] });
3084
- const BaseSvgIcon$1p = utils.createSvgIcon(Icon$1p(), "NightsThermostat");
3168
+ const BaseSvgIcon$1q = material.createSvgIcon(Icon$1q(), "NightsThermostat");
3085
3169
  function NightsThermostat({ width, height, sx, ...props }, ref) {
3086
3170
  return /* @__PURE__ */ jsxRuntime.jsx(
3087
- BaseSvgIcon$1p,
3171
+ BaseSvgIcon$1q,
3088
3172
  {
3089
3173
  ref,
3090
3174
  viewBox: "0 0 24 24",
@@ -3098,7 +3182,7 @@ function NightsThermostat({ width, height, sx, ...props }, ref) {
3098
3182
  );
3099
3183
  }
3100
3184
  const NightsThermostat$1 = React.forwardRef(NightsThermostat);
3101
- const Icon$1o = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3185
+ const Icon$1p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3102
3186
  /* @__PURE__ */ jsxRuntime.jsx(
3103
3187
  "path",
3104
3188
  {
@@ -3108,10 +3192,10 @@ const Icon$1o = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3108
3192
  ),
3109
3193
  /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M8 20H4v-4h4zM16 4v4h4V4z" })
3110
3194
  ] });
3111
- const BaseSvgIcon$1o = utils.createSvgIcon(Icon$1o(), "NoApp");
3195
+ const BaseSvgIcon$1p = material.createSvgIcon(Icon$1p(), "NoApp");
3112
3196
  function NoApp({ width, height, sx, ...props }, ref) {
3113
3197
  return /* @__PURE__ */ jsxRuntime.jsx(
3114
- BaseSvgIcon$1o,
3198
+ BaseSvgIcon$1p,
3115
3199
  {
3116
3200
  ref,
3117
3201
  viewBox: "0 0 24 24",
@@ -3125,7 +3209,7 @@ function NoApp({ width, height, sx, ...props }, ref) {
3125
3209
  );
3126
3210
  }
3127
3211
  const NoApp$1 = React.forwardRef(NoApp);
3128
- const Icon$1n = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3212
+ const Icon$1o = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3129
3213
  /* @__PURE__ */ jsxRuntime.jsx(
3130
3214
  "path",
3131
3215
  {
@@ -3143,10 +3227,10 @@ const Icon$1n = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3143
3227
  }
3144
3228
  )
3145
3229
  ] });
3146
- const BaseSvgIcon$1n = utils.createSvgIcon(Icon$1n(), "NoLayer");
3230
+ const BaseSvgIcon$1o = material.createSvgIcon(Icon$1o(), "NoLayer");
3147
3231
  function NoLayer({ width, height, sx, ...props }, ref) {
3148
3232
  return /* @__PURE__ */ jsxRuntime.jsx(
3149
- BaseSvgIcon$1n,
3233
+ BaseSvgIcon$1o,
3150
3234
  {
3151
3235
  ref,
3152
3236
  viewBox: "0 0 24 24",
@@ -3160,7 +3244,7 @@ function NoLayer({ width, height, sx, ...props }, ref) {
3160
3244
  );
3161
3245
  }
3162
3246
  const NoLayer$1 = React.forwardRef(NoLayer);
3163
- const Icon$1m = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3247
+ const Icon$1n = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3164
3248
  /* @__PURE__ */ jsxRuntime.jsx(
3165
3249
  "path",
3166
3250
  {
@@ -3178,10 +3262,10 @@ const Icon$1m = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3178
3262
  }
3179
3263
  )
3180
3264
  ] });
3181
- const BaseSvgIcon$1m = utils.createSvgIcon(Icon$1m(), "NoMap");
3265
+ const BaseSvgIcon$1n = material.createSvgIcon(Icon$1n(), "NoMap");
3182
3266
  function NoMap({ width, height, sx, ...props }, ref) {
3183
3267
  return /* @__PURE__ */ jsxRuntime.jsx(
3184
- BaseSvgIcon$1m,
3268
+ BaseSvgIcon$1n,
3185
3269
  {
3186
3270
  ref,
3187
3271
  viewBox: "0 0 24 24",
@@ -3195,7 +3279,7 @@ function NoMap({ width, height, sx, ...props }, ref) {
3195
3279
  );
3196
3280
  }
3197
3281
  const NoMap$1 = React.forwardRef(NoMap);
3198
- const Icon$1l = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3282
+ const Icon$1m = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3199
3283
  "path",
3200
3284
  {
3201
3285
  fill: "currentColor",
@@ -3204,10 +3288,10 @@ const Icon$1l = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
3204
3288
  clipRule: "evenodd"
3205
3289
  }
3206
3290
  ) });
3207
- const BaseSvgIcon$1l = utils.createSvgIcon(Icon$1l(), "NoSpatialExtension");
3291
+ const BaseSvgIcon$1m = material.createSvgIcon(Icon$1m(), "NoSpatialExtension");
3208
3292
  function NoSpatialExtension({ width, height, sx, ...props }, ref) {
3209
3293
  return /* @__PURE__ */ jsxRuntime.jsx(
3210
- BaseSvgIcon$1l,
3294
+ BaseSvgIcon$1m,
3211
3295
  {
3212
3296
  ref,
3213
3297
  viewBox: "0 0 24 24",
@@ -3221,7 +3305,7 @@ function NoSpatialExtension({ width, height, sx, ...props }, ref) {
3221
3305
  );
3222
3306
  }
3223
3307
  const NoSpatialExtension$1 = React.forwardRef(NoSpatialExtension);
3224
- const Icon$1k = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3308
+ const Icon$1l = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3225
3309
  /* @__PURE__ */ jsxRuntime.jsx(
3226
3310
  "path",
3227
3311
  {
@@ -3239,10 +3323,10 @@ const Icon$1k = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3239
3323
  }
3240
3324
  )
3241
3325
  ] });
3242
- const BaseSvgIcon$1k = utils.createSvgIcon(Icon$1k(), "NoTileset");
3326
+ const BaseSvgIcon$1l = material.createSvgIcon(Icon$1l(), "NoTileset");
3243
3327
  function NoTileset({ width, height, sx, ...props }, ref) {
3244
3328
  return /* @__PURE__ */ jsxRuntime.jsx(
3245
- BaseSvgIcon$1k,
3329
+ BaseSvgIcon$1l,
3246
3330
  {
3247
3331
  ref,
3248
3332
  viewBox: "0 0 24 24",
@@ -3256,17 +3340,17 @@ function NoTileset({ width, height, sx, ...props }, ref) {
3256
3340
  );
3257
3341
  }
3258
3342
  const NoTileset$1 = React.forwardRef(NoTileset);
3259
- const Icon$1j = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3343
+ const Icon$1k = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3260
3344
  "path",
3261
3345
  {
3262
3346
  fill: "currentColor",
3263
3347
  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"
3264
3348
  }
3265
3349
  ) });
3266
- const BaseSvgIcon$1j = utils.createSvgIcon(Icon$1j(), "NotEqual");
3350
+ const BaseSvgIcon$1k = material.createSvgIcon(Icon$1k(), "NotEqual");
3267
3351
  function NotEqual({ width, height, sx, ...props }, ref) {
3268
3352
  return /* @__PURE__ */ jsxRuntime.jsx(
3269
- BaseSvgIcon$1j,
3353
+ BaseSvgIcon$1k,
3270
3354
  {
3271
3355
  ref,
3272
3356
  viewBox: "0 0 24 24",
@@ -3280,7 +3364,7 @@ function NotEqual({ width, height, sx, ...props }, ref) {
3280
3364
  );
3281
3365
  }
3282
3366
  const NotEqual$1 = React.forwardRef(NotEqual);
3283
- const Icon$1i = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3367
+ const Icon$1j = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3284
3368
  /* @__PURE__ */ jsxRuntime.jsx(
3285
3369
  "path",
3286
3370
  {
@@ -3300,10 +3384,10 @@ const Icon$1i = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3300
3384
  }
3301
3385
  )
3302
3386
  ] });
3303
- const BaseSvgIcon$1i = utils.createSvgIcon(Icon$1i(), "Number");
3387
+ const BaseSvgIcon$1j = material.createSvgIcon(Icon$1j(), "Number");
3304
3388
  function Number({ width, height, sx, ...props }, ref) {
3305
3389
  return /* @__PURE__ */ jsxRuntime.jsx(
3306
- BaseSvgIcon$1i,
3390
+ BaseSvgIcon$1j,
3307
3391
  {
3308
3392
  ref,
3309
3393
  viewBox: "0 0 24 24",
@@ -3317,7 +3401,7 @@ function Number({ width, height, sx, ...props }, ref) {
3317
3401
  );
3318
3402
  }
3319
3403
  const Number$1 = React.forwardRef(Number);
3320
- const Icon$1h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3404
+ const Icon$1i = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3321
3405
  "path",
3322
3406
  {
3323
3407
  fill: "currentColor",
@@ -3326,10 +3410,10 @@ const Icon$1h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
3326
3410
  clipRule: "evenodd"
3327
3411
  }
3328
3412
  ) });
3329
- const BaseSvgIcon$1h = utils.createSvgIcon(Icon$1h(), "Onboarding");
3413
+ const BaseSvgIcon$1i = material.createSvgIcon(Icon$1i(), "Onboarding");
3330
3414
  function Onboarding({ width, height, sx, ...props }, ref) {
3331
3415
  return /* @__PURE__ */ jsxRuntime.jsx(
3332
- BaseSvgIcon$1h,
3416
+ BaseSvgIcon$1i,
3333
3417
  {
3334
3418
  ref,
3335
3419
  viewBox: "0 0 24 24",
@@ -3343,7 +3427,7 @@ function Onboarding({ width, height, sx, ...props }, ref) {
3343
3427
  );
3344
3428
  }
3345
3429
  const Onboarding$1 = React.forwardRef(Onboarding);
3346
- const Icon$1g = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3430
+ const Icon$1h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3347
3431
  "path",
3348
3432
  {
3349
3433
  fill: "currentColor",
@@ -3352,10 +3436,10 @@ const Icon$1g = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
3352
3436
  clipRule: "evenodd"
3353
3437
  }
3354
3438
  ) });
3355
- const BaseSvgIcon$1g = utils.createSvgIcon(Icon$1g(), "OohAnalytics");
3439
+ const BaseSvgIcon$1h = material.createSvgIcon(Icon$1h(), "OohAnalytics");
3356
3440
  function OohAnalytics({ width, height, sx, ...props }, ref) {
3357
3441
  return /* @__PURE__ */ jsxRuntime.jsx(
3358
- BaseSvgIcon$1g,
3442
+ BaseSvgIcon$1h,
3359
3443
  {
3360
3444
  ref,
3361
3445
  viewBox: "0 0 24 24",
@@ -3369,7 +3453,7 @@ function OohAnalytics({ width, height, sx, ...props }, ref) {
3369
3453
  );
3370
3454
  }
3371
3455
  const OohAnalytics$1 = React.forwardRef(OohAnalytics);
3372
- const Icon$1f = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3456
+ const Icon$1g = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3373
3457
  /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M13.125 13.125h-2.25v-2.25h2.25z" }),
3374
3458
  /* @__PURE__ */ jsxRuntime.jsx(
3375
3459
  "path",
@@ -3390,10 +3474,10 @@ const Icon$1f = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3390
3474
  }
3391
3475
  )
3392
3476
  ] });
3393
- const BaseSvgIcon$1f = utils.createSvgIcon(Icon$1f(), "Opacity");
3477
+ const BaseSvgIcon$1g = material.createSvgIcon(Icon$1g(), "Opacity");
3394
3478
  function Opacity({ width, height, sx, ...props }, ref) {
3395
3479
  return /* @__PURE__ */ jsxRuntime.jsx(
3396
- BaseSvgIcon$1f,
3480
+ BaseSvgIcon$1g,
3397
3481
  {
3398
3482
  ref,
3399
3483
  viewBox: "0 0 24 24",
@@ -3407,7 +3491,7 @@ function Opacity({ width, height, sx, ...props }, ref) {
3407
3491
  );
3408
3492
  }
3409
3493
  const Opacity$1 = React.forwardRef(Opacity);
3410
- const Icon$1e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3494
+ const Icon$1f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3411
3495
  "path",
3412
3496
  {
3413
3497
  fill: "currentColor",
@@ -3416,10 +3500,10 @@ const Icon$1e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
3416
3500
  clipRule: "evenodd"
3417
3501
  }
3418
3502
  ) });
3419
- const BaseSvgIcon$1e = utils.createSvgIcon(Icon$1e(), "OpenDiagonallyLeft");
3503
+ const BaseSvgIcon$1f = material.createSvgIcon(Icon$1f(), "OpenDiagonallyLeft");
3420
3504
  function OpenDiagonallyLeft({ width, height, sx, ...props }, ref) {
3421
3505
  return /* @__PURE__ */ jsxRuntime.jsx(
3422
- BaseSvgIcon$1e,
3506
+ BaseSvgIcon$1f,
3423
3507
  {
3424
3508
  ref,
3425
3509
  viewBox: "0 0 24 24",
@@ -3433,17 +3517,17 @@ function OpenDiagonallyLeft({ width, height, sx, ...props }, ref) {
3433
3517
  );
3434
3518
  }
3435
3519
  const OpenDiagonallyLeft$1 = React.forwardRef(OpenDiagonallyLeft);
3436
- const Icon$1d = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3520
+ const Icon$1e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3437
3521
  "path",
3438
3522
  {
3439
3523
  fill: "currentColor",
3440
3524
  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"
3441
3525
  }
3442
3526
  ) });
3443
- const BaseSvgIcon$1d = utils.createSvgIcon(Icon$1d(), "OpenNewWindow");
3527
+ const BaseSvgIcon$1e = material.createSvgIcon(Icon$1e(), "OpenNewWindow");
3444
3528
  function OpenNewWindow({ width, height, sx, ...props }, ref) {
3445
3529
  return /* @__PURE__ */ jsxRuntime.jsx(
3446
- BaseSvgIcon$1d,
3530
+ BaseSvgIcon$1e,
3447
3531
  {
3448
3532
  ref,
3449
3533
  viewBox: "0 0 24 24",
@@ -3457,7 +3541,7 @@ function OpenNewWindow({ width, height, sx, ...props }, ref) {
3457
3541
  );
3458
3542
  }
3459
3543
  const OpenNewWindow$1 = React.forwardRef(OpenNewWindow);
3460
- const Icon$1c = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3544
+ const Icon$1d = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3461
3545
  "path",
3462
3546
  {
3463
3547
  fill: "currentColor",
@@ -3466,10 +3550,10 @@ const Icon$1c = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
3466
3550
  clipRule: "evenodd"
3467
3551
  }
3468
3552
  ) });
3469
- const BaseSvgIcon$1c = utils.createSvgIcon(Icon$1c(), "OpenVertically");
3553
+ const BaseSvgIcon$1d = material.createSvgIcon(Icon$1d(), "OpenVertically");
3470
3554
  function OpenVertically({ width, height, sx, ...props }, ref) {
3471
3555
  return /* @__PURE__ */ jsxRuntime.jsx(
3472
- BaseSvgIcon$1c,
3556
+ BaseSvgIcon$1d,
3473
3557
  {
3474
3558
  ref,
3475
3559
  viewBox: "0 0 24 24",
@@ -3483,7 +3567,7 @@ function OpenVertically({ width, height, sx, ...props }, ref) {
3483
3567
  );
3484
3568
  }
3485
3569
  const OpenVertically$1 = React.forwardRef(OpenVertically);
3486
- const Icon$1b = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3570
+ const Icon$1c = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3487
3571
  /* @__PURE__ */ jsxRuntime.jsx(
3488
3572
  "path",
3489
3573
  {
@@ -3508,10 +3592,10 @@ const Icon$1b = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3508
3592
  }
3509
3593
  )
3510
3594
  ] });
3511
- const BaseSvgIcon$1b = utils.createSvgIcon(Icon$1b(), "ParameterSettings");
3595
+ const BaseSvgIcon$1c = material.createSvgIcon(Icon$1c(), "ParameterSettings");
3512
3596
  function ParameterSettings({ width, height, sx, ...props }, ref) {
3513
3597
  return /* @__PURE__ */ jsxRuntime.jsx(
3514
- BaseSvgIcon$1b,
3598
+ BaseSvgIcon$1c,
3515
3599
  {
3516
3600
  ref,
3517
3601
  viewBox: "0 0 24 24",
@@ -3525,7 +3609,7 @@ function ParameterSettings({ width, height, sx, ...props }, ref) {
3525
3609
  );
3526
3610
  }
3527
3611
  const ParameterSettings$1 = React.forwardRef(ParameterSettings);
3528
- const Icon$1a = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3612
+ const Icon$1b = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3529
3613
  "path",
3530
3614
  {
3531
3615
  fill: "currentColor",
@@ -3534,10 +3618,10 @@ const Icon$1a = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
3534
3618
  clipRule: "evenodd"
3535
3619
  }
3536
3620
  ) });
3537
- const BaseSvgIcon$1a = utils.createSvgIcon(Icon$1a(), "PawnChess");
3621
+ const BaseSvgIcon$1b = material.createSvgIcon(Icon$1b(), "PawnChess");
3538
3622
  function PawnChess({ width, height, sx, ...props }, ref) {
3539
3623
  return /* @__PURE__ */ jsxRuntime.jsx(
3540
- BaseSvgIcon$1a,
3624
+ BaseSvgIcon$1b,
3541
3625
  {
3542
3626
  ref,
3543
3627
  viewBox: "0 0 24 24",
@@ -3551,7 +3635,7 @@ function PawnChess({ width, height, sx, ...props }, ref) {
3551
3635
  );
3552
3636
  }
3553
3637
  const PawnChess$1 = React.forwardRef(PawnChess);
3554
- const Icon$19 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3638
+ const Icon$1a = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3555
3639
  "path",
3556
3640
  {
3557
3641
  fill: "currentColor",
@@ -3560,10 +3644,10 @@ const Icon$19 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
3560
3644
  clipRule: "evenodd"
3561
3645
  }
3562
3646
  ) });
3563
- const BaseSvgIcon$19 = utils.createSvgIcon(Icon$19(), "PlaceSelect");
3647
+ const BaseSvgIcon$1a = material.createSvgIcon(Icon$1a(), "PlaceSelect");
3564
3648
  function PlaceSelect({ width, height, sx, ...props }, ref) {
3565
3649
  return /* @__PURE__ */ jsxRuntime.jsx(
3566
- BaseSvgIcon$19,
3650
+ BaseSvgIcon$1a,
3567
3651
  {
3568
3652
  ref,
3569
3653
  viewBox: "0 0 24 24",
@@ -3577,7 +3661,7 @@ function PlaceSelect({ width, height, sx, ...props }, ref) {
3577
3661
  );
3578
3662
  }
3579
3663
  const PlaceSelect$1 = React.forwardRef(PlaceSelect);
3580
- const Icon$18 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3664
+ const Icon$19 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3581
3665
  "path",
3582
3666
  {
3583
3667
  fill: "currentColor",
@@ -3586,10 +3670,10 @@ const Icon$18 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
3586
3670
  clipRule: "evenodd"
3587
3671
  }
3588
3672
  ) });
3589
- const BaseSvgIcon$18 = utils.createSvgIcon(Icon$18(), "PointsOfInterest");
3673
+ const BaseSvgIcon$19 = material.createSvgIcon(Icon$19(), "PointsOfInterest");
3590
3674
  function PointsOfInterest({ width, height, sx, ...props }, ref) {
3591
3675
  return /* @__PURE__ */ jsxRuntime.jsx(
3592
- BaseSvgIcon$18,
3676
+ BaseSvgIcon$19,
3593
3677
  {
3594
3678
  ref,
3595
3679
  viewBox: "0 0 24 24",
@@ -3603,7 +3687,7 @@ function PointsOfInterest({ width, height, sx, ...props }, ref) {
3603
3687
  );
3604
3688
  }
3605
3689
  const PointsOfInterest$1 = React.forwardRef(PointsOfInterest);
3606
- const Icon$17 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3690
+ const Icon$18 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3607
3691
  /* @__PURE__ */ jsxRuntime.jsx(
3608
3692
  "path",
3609
3693
  {
@@ -3660,10 +3744,10 @@ const Icon$17 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3660
3744
  }
3661
3745
  )
3662
3746
  ] });
3663
- const BaseSvgIcon$17 = utils.createSvgIcon(Icon$17(), "Postgre");
3747
+ const BaseSvgIcon$18 = material.createSvgIcon(Icon$18(), "Postgre");
3664
3748
  function Postgre({ width, height, sx, ...props }, ref) {
3665
3749
  return /* @__PURE__ */ jsxRuntime.jsx(
3666
- BaseSvgIcon$17,
3750
+ BaseSvgIcon$18,
3667
3751
  {
3668
3752
  ref,
3669
3753
  viewBox: "0 0 24 24",
@@ -3677,7 +3761,7 @@ function Postgre({ width, height, sx, ...props }, ref) {
3677
3761
  );
3678
3762
  }
3679
3763
  const Postgre$1 = React.forwardRef(Postgre);
3680
- const Icon$16 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3764
+ const Icon$17 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3681
3765
  /* @__PURE__ */ jsxRuntime.jsx(
3682
3766
  "path",
3683
3767
  {
@@ -3695,10 +3779,10 @@ const Icon$16 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3695
3779
  }
3696
3780
  )
3697
3781
  ] });
3698
- const BaseSvgIcon$16 = utils.createSvgIcon(Icon$16(), "PostgreOutlined");
3782
+ const BaseSvgIcon$17 = material.createSvgIcon(Icon$17(), "PostgreOutlined");
3699
3783
  function PostgreOutlined({ width, height, sx, ...props }, ref) {
3700
3784
  return /* @__PURE__ */ jsxRuntime.jsx(
3701
- BaseSvgIcon$16,
3785
+ BaseSvgIcon$17,
3702
3786
  {
3703
3787
  ref,
3704
3788
  viewBox: "0 0 24 24",
@@ -3712,7 +3796,7 @@ function PostgreOutlined({ width, height, sx, ...props }, ref) {
3712
3796
  );
3713
3797
  }
3714
3798
  const PostgreOutlined$1 = React.forwardRef(PostgreOutlined);
3715
- const Icon$15 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3799
+ const Icon$16 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3716
3800
  /* @__PURE__ */ jsxRuntime.jsx(
3717
3801
  "path",
3718
3802
  {
@@ -3746,10 +3830,10 @@ const Icon$15 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3746
3830
  }
3747
3831
  )
3748
3832
  ] });
3749
- const BaseSvgIcon$15 = utils.createSvgIcon(Icon$15(), "Preferences");
3833
+ const BaseSvgIcon$16 = material.createSvgIcon(Icon$16(), "Preferences");
3750
3834
  function Preferences({ width, height, sx, ...props }, ref) {
3751
3835
  return /* @__PURE__ */ jsxRuntime.jsx(
3752
- BaseSvgIcon$15,
3836
+ BaseSvgIcon$16,
3753
3837
  {
3754
3838
  ref,
3755
3839
  viewBox: "0 0 24 24",
@@ -3763,7 +3847,7 @@ function Preferences({ width, height, sx, ...props }, ref) {
3763
3847
  );
3764
3848
  }
3765
3849
  const Preferences$1 = React.forwardRef(Preferences);
3766
- const Icon$14 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3850
+ const Icon$15 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3767
3851
  "path",
3768
3852
  {
3769
3853
  fill: "currentColor",
@@ -3772,10 +3856,10 @@ const Icon$14 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
3772
3856
  clipRule: "evenodd"
3773
3857
  }
3774
3858
  ) });
3775
- const BaseSvgIcon$14 = utils.createSvgIcon(Icon$14(), "ProcessData");
3859
+ const BaseSvgIcon$15 = material.createSvgIcon(Icon$15(), "ProcessData");
3776
3860
  function ProcessData({ width, height, sx, ...props }, ref) {
3777
3861
  return /* @__PURE__ */ jsxRuntime.jsx(
3778
- BaseSvgIcon$14,
3862
+ BaseSvgIcon$15,
3779
3863
  {
3780
3864
  ref,
3781
3865
  viewBox: "0 0 24 24",
@@ -3789,7 +3873,7 @@ function ProcessData({ width, height, sx, ...props }, ref) {
3789
3873
  );
3790
3874
  }
3791
3875
  const ProcessData$1 = React.forwardRef(ProcessData);
3792
- const Icon$13 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3876
+ const Icon$14 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3793
3877
  /* @__PURE__ */ jsxRuntime.jsx(
3794
3878
  "path",
3795
3879
  {
@@ -3807,10 +3891,10 @@ const Icon$13 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3807
3891
  }
3808
3892
  )
3809
3893
  ] });
3810
- const BaseSvgIcon$13 = utils.createSvgIcon(Icon$13(), "PublicWithPassword");
3894
+ const BaseSvgIcon$14 = material.createSvgIcon(Icon$14(), "PublicWithPassword");
3811
3895
  function PublicWithPassword({ width, height, sx, ...props }, ref) {
3812
3896
  return /* @__PURE__ */ jsxRuntime.jsx(
3813
- BaseSvgIcon$13,
3897
+ BaseSvgIcon$14,
3814
3898
  {
3815
3899
  ref,
3816
3900
  viewBox: "0 0 24 24",
@@ -3824,17 +3908,17 @@ function PublicWithPassword({ width, height, sx, ...props }, ref) {
3824
3908
  );
3825
3909
  }
3826
3910
  const PublicWithPassword$1 = React.forwardRef(PublicWithPassword);
3827
- const Icon$12 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3911
+ const Icon$13 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3828
3912
  "path",
3829
3913
  {
3830
3914
  fill: "currentColor",
3831
3915
  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"
3832
3916
  }
3833
3917
  ) });
3834
- const BaseSvgIcon$12 = utils.createSvgIcon(Icon$12(), "Publish");
3918
+ const BaseSvgIcon$13 = material.createSvgIcon(Icon$13(), "Publish");
3835
3919
  function Publish({ width, height, sx, ...props }, ref) {
3836
3920
  return /* @__PURE__ */ jsxRuntime.jsx(
3837
- BaseSvgIcon$12,
3921
+ BaseSvgIcon$13,
3838
3922
  {
3839
3923
  ref,
3840
3924
  viewBox: "0 0 24 24",
@@ -3848,7 +3932,7 @@ function Publish({ width, height, sx, ...props }, ref) {
3848
3932
  );
3849
3933
  }
3850
3934
  const Publish$1 = React.forwardRef(Publish);
3851
- const Icon$11 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3935
+ const Icon$12 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3852
3936
  "path",
3853
3937
  {
3854
3938
  fill: "currentColor",
@@ -3857,10 +3941,10 @@ const Icon$11 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
3857
3941
  clipRule: "evenodd"
3858
3942
  }
3859
3943
  ) });
3860
- const BaseSvgIcon$11 = utils.createSvgIcon(Icon$11(), "Quadbin");
3944
+ const BaseSvgIcon$12 = material.createSvgIcon(Icon$12(), "Quadbin");
3861
3945
  function Quadbin({ width, height, sx, ...props }, ref) {
3862
3946
  return /* @__PURE__ */ jsxRuntime.jsx(
3863
- BaseSvgIcon$11,
3947
+ BaseSvgIcon$12,
3864
3948
  {
3865
3949
  ref,
3866
3950
  viewBox: "0 0 24 24",
@@ -3874,7 +3958,7 @@ function Quadbin({ width, height, sx, ...props }, ref) {
3874
3958
  );
3875
3959
  }
3876
3960
  const Quadbin$1 = React.forwardRef(Quadbin);
3877
- const Icon$10 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3961
+ const Icon$11 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3878
3962
  /* @__PURE__ */ jsxRuntime.jsx(
3879
3963
  "path",
3880
3964
  {
@@ -3892,10 +3976,10 @@ const Icon$10 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3892
3976
  }
3893
3977
  )
3894
3978
  ] });
3895
- const BaseSvgIcon$10 = utils.createSvgIcon(Icon$10(), "Quadkey");
3979
+ const BaseSvgIcon$11 = material.createSvgIcon(Icon$11(), "Quadkey");
3896
3980
  function Quadkey({ width, height, sx, ...props }, ref) {
3897
3981
  return /* @__PURE__ */ jsxRuntime.jsx(
3898
- BaseSvgIcon$10,
3982
+ BaseSvgIcon$11,
3899
3983
  {
3900
3984
  ref,
3901
3985
  viewBox: "0 0 24 24",
@@ -3909,7 +3993,7 @@ function Quadkey({ width, height, sx, ...props }, ref) {
3909
3993
  );
3910
3994
  }
3911
3995
  const Quadkey$1 = React.forwardRef(Quadkey);
3912
- const Icon$$ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3996
+ const Icon$10 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3913
3997
  /* @__PURE__ */ jsxRuntime.jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsxRuntime.jsx(
3914
3998
  "path",
3915
3999
  {
@@ -3921,10 +4005,10 @@ const Icon$$ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
3921
4005
  ) }),
3922
4006
  /* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
3923
4007
  ] });
3924
- const BaseSvgIcon$$ = utils.createSvgIcon(Icon$$(), "QueryTable");
4008
+ const BaseSvgIcon$10 = material.createSvgIcon(Icon$10(), "QueryTable");
3925
4009
  function QueryTable({ width, height, sx, ...props }, ref) {
3926
4010
  return /* @__PURE__ */ jsxRuntime.jsx(
3927
- BaseSvgIcon$$,
4011
+ BaseSvgIcon$10,
3928
4012
  {
3929
4013
  ref,
3930
4014
  viewBox: "0 0 24 24",
@@ -3938,7 +4022,7 @@ function QueryTable({ width, height, sx, ...props }, ref) {
3938
4022
  );
3939
4023
  }
3940
4024
  const QueryTable$1 = React.forwardRef(QueryTable);
3941
- const Icon$_ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4025
+ const Icon$$ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3942
4026
  /* @__PURE__ */ jsxRuntime.jsx(
3943
4027
  "path",
3944
4028
  {
@@ -3956,10 +4040,10 @@ const Icon$_ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
3956
4040
  }
3957
4041
  )
3958
4042
  ] });
3959
- const BaseSvgIcon$_ = utils.createSvgIcon(Icon$_(), "Rain");
4043
+ const BaseSvgIcon$$ = material.createSvgIcon(Icon$$(), "Rain");
3960
4044
  function Rain({ width, height, sx, ...props }, ref) {
3961
4045
  return /* @__PURE__ */ jsxRuntime.jsx(
3962
- BaseSvgIcon$_,
4046
+ BaseSvgIcon$$,
3963
4047
  {
3964
4048
  ref,
3965
4049
  viewBox: "0 0 24 24",
@@ -3973,17 +4057,17 @@ function Rain({ width, height, sx, ...props }, ref) {
3973
4057
  );
3974
4058
  }
3975
4059
  const Rain$1 = React.forwardRef(Rain);
3976
- const Icon$Z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4060
+ const Icon$_ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3977
4061
  "path",
3978
4062
  {
3979
4063
  fill: "currentColor",
3980
4064
  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"
3981
4065
  }
3982
4066
  ) });
3983
- const BaseSvgIcon$Z = utils.createSvgIcon(Icon$Z(), "Raster");
4067
+ const BaseSvgIcon$_ = material.createSvgIcon(Icon$_(), "Raster");
3984
4068
  function Raster({ width, height, sx, ...props }, ref) {
3985
4069
  return /* @__PURE__ */ jsxRuntime.jsx(
3986
- BaseSvgIcon$Z,
4070
+ BaseSvgIcon$_,
3987
4071
  {
3988
4072
  ref,
3989
4073
  viewBox: "0 0 24 24",
@@ -3997,7 +4081,7 @@ function Raster({ width, height, sx, ...props }, ref) {
3997
4081
  );
3998
4082
  }
3999
4083
  const Raster$1 = React.forwardRef(Raster);
4000
- const Icon$Y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4084
+ const Icon$Z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4001
4085
  "path",
4002
4086
  {
4003
4087
  fill: "currentColor",
@@ -4006,10 +4090,10 @@ const Icon$Y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
4006
4090
  clipRule: "evenodd"
4007
4091
  }
4008
4092
  ) });
4009
- const BaseSvgIcon$Y = utils.createSvgIcon(Icon$Y(), "Redshift");
4093
+ const BaseSvgIcon$Z = material.createSvgIcon(Icon$Z(), "Redshift");
4010
4094
  function Redshift({ width, height, sx, ...props }, ref) {
4011
4095
  return /* @__PURE__ */ jsxRuntime.jsx(
4012
- BaseSvgIcon$Y,
4096
+ BaseSvgIcon$Z,
4013
4097
  {
4014
4098
  ref,
4015
4099
  viewBox: "0 0 24 24",
@@ -4023,7 +4107,7 @@ function Redshift({ width, height, sx, ...props }, ref) {
4023
4107
  );
4024
4108
  }
4025
4109
  const Redshift$1 = React.forwardRef(Redshift);
4026
- const Icon$X = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4110
+ const Icon$Y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4027
4111
  "path",
4028
4112
  {
4029
4113
  fill: "currentColor",
@@ -4032,10 +4116,10 @@ const Icon$X = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
4032
4116
  clipRule: "evenodd"
4033
4117
  }
4034
4118
  ) });
4035
- const BaseSvgIcon$X = utils.createSvgIcon(Icon$X(), "Report");
4119
+ const BaseSvgIcon$Y = material.createSvgIcon(Icon$Y(), "Report");
4036
4120
  function Report({ width, height, sx, ...props }, ref) {
4037
4121
  return /* @__PURE__ */ jsxRuntime.jsx(
4038
- BaseSvgIcon$X,
4122
+ BaseSvgIcon$Y,
4039
4123
  {
4040
4124
  ref,
4041
4125
  viewBox: "0 0 24 24",
@@ -4049,7 +4133,7 @@ function Report({ width, height, sx, ...props }, ref) {
4049
4133
  );
4050
4134
  }
4051
4135
  const Report$1 = React.forwardRef(Report);
4052
- const Icon$W = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4136
+ const Icon$X = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4053
4137
  "path",
4054
4138
  {
4055
4139
  fill: "currentColor",
@@ -4058,10 +4142,10 @@ const Icon$W = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
4058
4142
  clipRule: "evenodd"
4059
4143
  }
4060
4144
  ) });
4061
- const BaseSvgIcon$W = utils.createSvgIcon(Icon$W(), "Reset");
4145
+ const BaseSvgIcon$X = material.createSvgIcon(Icon$X(), "Reset");
4062
4146
  function Reset({ width, height, sx, ...props }, ref) {
4063
4147
  return /* @__PURE__ */ jsxRuntime.jsx(
4064
- BaseSvgIcon$W,
4148
+ BaseSvgIcon$X,
4065
4149
  {
4066
4150
  ref,
4067
4151
  viewBox: "0 0 24 24",
@@ -4075,7 +4159,7 @@ function Reset({ width, height, sx, ...props }, ref) {
4075
4159
  );
4076
4160
  }
4077
4161
  const Reset$1 = React.forwardRef(Reset);
4078
- const Icon$V = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4162
+ const Icon$W = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4079
4163
  /* @__PURE__ */ jsxRuntime.jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsxRuntime.jsx(
4080
4164
  "path",
4081
4165
  {
@@ -4087,10 +4171,10 @@ const Icon$V = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
4087
4171
  ) }),
4088
4172
  /* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
4089
4173
  ] });
4090
- const BaseSvgIcon$V = utils.createSvgIcon(Icon$V(), "RiskAnalysis");
4174
+ const BaseSvgIcon$W = material.createSvgIcon(Icon$W(), "RiskAnalysis");
4091
4175
  function RiskAnalysis({ width, height, sx, ...props }, ref) {
4092
4176
  return /* @__PURE__ */ jsxRuntime.jsx(
4093
- BaseSvgIcon$V,
4177
+ BaseSvgIcon$W,
4094
4178
  {
4095
4179
  ref,
4096
4180
  viewBox: "0 0 24 24",
@@ -4104,7 +4188,7 @@ function RiskAnalysis({ width, height, sx, ...props }, ref) {
4104
4188
  );
4105
4189
  }
4106
4190
  const RiskAnalysis$1 = React.forwardRef(RiskAnalysis);
4107
- const Icon$U = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4191
+ const Icon$V = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4108
4192
  /* @__PURE__ */ jsxRuntime.jsx(
4109
4193
  "path",
4110
4194
  {
@@ -4123,10 +4207,10 @@ const Icon$U = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
4123
4207
  }
4124
4208
  )
4125
4209
  ] });
4126
- const BaseSvgIcon$U = utils.createSvgIcon(Icon$U(), "RoadTraffic");
4210
+ const BaseSvgIcon$V = material.createSvgIcon(Icon$V(), "RoadTraffic");
4127
4211
  function RoadTraffic({ width, height, sx, ...props }, ref) {
4128
4212
  return /* @__PURE__ */ jsxRuntime.jsx(
4129
- BaseSvgIcon$U,
4213
+ BaseSvgIcon$V,
4130
4214
  {
4131
4215
  ref,
4132
4216
  viewBox: "0 0 24 24",
@@ -4140,7 +4224,7 @@ function RoadTraffic({ width, height, sx, ...props }, ref) {
4140
4224
  );
4141
4225
  }
4142
4226
  const RoadTraffic$1 = React.forwardRef(RoadTraffic);
4143
- const Icon$T = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4227
+ const Icon$U = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4144
4228
  /* @__PURE__ */ jsxRuntime.jsx(
4145
4229
  "path",
4146
4230
  {
@@ -4159,10 +4243,10 @@ const Icon$T = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
4159
4243
  }
4160
4244
  )
4161
4245
  ] });
4162
- const BaseSvgIcon$T = utils.createSvgIcon(Icon$T(), "RunSettings");
4246
+ const BaseSvgIcon$U = material.createSvgIcon(Icon$U(), "RunSettings");
4163
4247
  function RunSettings({ width, height, sx, ...props }, ref) {
4164
4248
  return /* @__PURE__ */ jsxRuntime.jsx(
4165
- BaseSvgIcon$T,
4249
+ BaseSvgIcon$U,
4166
4250
  {
4167
4251
  ref,
4168
4252
  viewBox: "0 0 24 24",
@@ -4176,7 +4260,7 @@ function RunSettings({ width, height, sx, ...props }, ref) {
4176
4260
  );
4177
4261
  }
4178
4262
  const RunSettings$1 = React.forwardRef(RunSettings);
4179
- const Icon$S = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4263
+ const Icon$T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4180
4264
  "path",
4181
4265
  {
4182
4266
  fill: "currentColor",
@@ -4185,10 +4269,10 @@ const Icon$S = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
4185
4269
  clipRule: "evenodd"
4186
4270
  }
4187
4271
  ) });
4188
- const BaseSvgIcon$S = utils.createSvgIcon(Icon$S(), "RunStep");
4272
+ const BaseSvgIcon$T = material.createSvgIcon(Icon$T(), "RunStep");
4189
4273
  function RunStep({ width, height, sx, ...props }, ref) {
4190
4274
  return /* @__PURE__ */ jsxRuntime.jsx(
4191
- BaseSvgIcon$S,
4275
+ BaseSvgIcon$T,
4192
4276
  {
4193
4277
  ref,
4194
4278
  viewBox: "0 0 24 24",
@@ -4202,7 +4286,7 @@ function RunStep({ width, height, sx, ...props }, ref) {
4202
4286
  );
4203
4287
  }
4204
4288
  const RunStep$1 = React.forwardRef(RunStep);
4205
- const Icon$R = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4289
+ const Icon$S = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4206
4290
  "path",
4207
4291
  {
4208
4292
  fill: "currentColor",
@@ -4211,10 +4295,10 @@ const Icon$R = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
4211
4295
  clipRule: "evenodd"
4212
4296
  }
4213
4297
  ) });
4214
- const BaseSvgIcon$R = utils.createSvgIcon(Icon$R(), "Salesforce");
4298
+ const BaseSvgIcon$S = material.createSvgIcon(Icon$S(), "Salesforce");
4215
4299
  function Salesforce({ width, height, sx, ...props }, ref) {
4216
4300
  return /* @__PURE__ */ jsxRuntime.jsx(
4217
- BaseSvgIcon$R,
4301
+ BaseSvgIcon$S,
4218
4302
  {
4219
4303
  ref,
4220
4304
  viewBox: "0 0 24 24",
@@ -4228,7 +4312,7 @@ function Salesforce({ width, height, sx, ...props }, ref) {
4228
4312
  );
4229
4313
  }
4230
4314
  const Salesforce$1 = React.forwardRef(Salesforce);
4231
- const Icon$Q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4315
+ const Icon$R = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4232
4316
  "path",
4233
4317
  {
4234
4318
  fill: "currentColor",
@@ -4237,10 +4321,10 @@ const Icon$Q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
4237
4321
  clipRule: "evenodd"
4238
4322
  }
4239
4323
  ) });
4240
- const BaseSvgIcon$Q = utils.createSvgIcon(Icon$Q(), "Sample");
4324
+ const BaseSvgIcon$R = material.createSvgIcon(Icon$R(), "Sample");
4241
4325
  function Sample({ width, height, sx, ...props }, ref) {
4242
4326
  return /* @__PURE__ */ jsxRuntime.jsx(
4243
- BaseSvgIcon$Q,
4327
+ BaseSvgIcon$R,
4244
4328
  {
4245
4329
  ref,
4246
4330
  viewBox: "0 0 24 24",
@@ -4254,7 +4338,7 @@ function Sample({ width, height, sx, ...props }, ref) {
4254
4338
  );
4255
4339
  }
4256
4340
  const Sample$1 = React.forwardRef(Sample);
4257
- const Icon$P = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4341
+ const Icon$Q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4258
4342
  /* @__PURE__ */ jsxRuntime.jsx(
4259
4343
  "path",
4260
4344
  {
@@ -4270,10 +4354,10 @@ const Icon$P = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
4270
4354
  }
4271
4355
  )
4272
4356
  ] });
4273
- const BaseSvgIcon$P = utils.createSvgIcon(Icon$P(), "SaveOk");
4357
+ const BaseSvgIcon$Q = material.createSvgIcon(Icon$Q(), "SaveOk");
4274
4358
  function SaveOk({ width, height, sx, ...props }, ref) {
4275
4359
  return /* @__PURE__ */ jsxRuntime.jsx(
4276
- BaseSvgIcon$P,
4360
+ BaseSvgIcon$Q,
4277
4361
  {
4278
4362
  ref,
4279
4363
  viewBox: "0 0 24 24",
@@ -4287,7 +4371,7 @@ function SaveOk({ width, height, sx, ...props }, ref) {
4287
4371
  );
4288
4372
  }
4289
4373
  const SaveOk$1 = React.forwardRef(SaveOk);
4290
- const Icon$O = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4374
+ const Icon$P = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4291
4375
  /* @__PURE__ */ jsxRuntime.jsx(
4292
4376
  "path",
4293
4377
  {
@@ -4312,10 +4396,10 @@ const Icon$O = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
4312
4396
  }
4313
4397
  )
4314
4398
  ] });
4315
- const BaseSvgIcon$O = utils.createSvgIcon(Icon$O(), "ScheduleRun");
4399
+ const BaseSvgIcon$P = material.createSvgIcon(Icon$P(), "ScheduleRun");
4316
4400
  function ScheduleRun({ width, height, sx, ...props }, ref) {
4317
4401
  return /* @__PURE__ */ jsxRuntime.jsx(
4318
- BaseSvgIcon$O,
4402
+ BaseSvgIcon$P,
4319
4403
  {
4320
4404
  ref,
4321
4405
  viewBox: "0 0 24 24",
@@ -4329,7 +4413,7 @@ function ScheduleRun({ width, height, sx, ...props }, ref) {
4329
4413
  );
4330
4414
  }
4331
4415
  const ScheduleRun$1 = React.forwardRef(ScheduleRun);
4332
- const Icon$N = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4416
+ const Icon$O = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4333
4417
  /* @__PURE__ */ jsxRuntime.jsx(
4334
4418
  "path",
4335
4419
  {
@@ -4345,10 +4429,10 @@ const Icon$N = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
4345
4429
  }
4346
4430
  )
4347
4431
  ] });
4348
- const BaseSvgIcon$N = utils.createSvgIcon(Icon$N(), "SelectDestination");
4432
+ const BaseSvgIcon$O = material.createSvgIcon(Icon$O(), "SelectDestination");
4349
4433
  function SelectDestination({ width, height, sx, ...props }, ref) {
4350
4434
  return /* @__PURE__ */ jsxRuntime.jsx(
4351
- BaseSvgIcon$N,
4435
+ BaseSvgIcon$O,
4352
4436
  {
4353
4437
  ref,
4354
4438
  viewBox: "0 0 24 24",
@@ -4362,7 +4446,7 @@ function SelectDestination({ width, height, sx, ...props }, ref) {
4362
4446
  );
4363
4447
  }
4364
4448
  const SelectDestination$1 = React.forwardRef(SelectDestination);
4365
- const Icon$M = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4449
+ const Icon$N = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4366
4450
  "path",
4367
4451
  {
4368
4452
  fill: "currentColor",
@@ -4371,10 +4455,10 @@ const Icon$M = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
4371
4455
  clipRule: "evenodd"
4372
4456
  }
4373
4457
  ) });
4374
- const BaseSvgIcon$M = utils.createSvgIcon(Icon$M(), "SelectTool");
4458
+ const BaseSvgIcon$N = material.createSvgIcon(Icon$N(), "SelectTool");
4375
4459
  function SelectTool({ width, height, sx, ...props }, ref) {
4376
4460
  return /* @__PURE__ */ jsxRuntime.jsx(
4377
- BaseSvgIcon$M,
4461
+ BaseSvgIcon$N,
4378
4462
  {
4379
4463
  ref,
4380
4464
  viewBox: "0 0 24 24",
@@ -4388,17 +4472,17 @@ function SelectTool({ width, height, sx, ...props }, ref) {
4388
4472
  );
4389
4473
  }
4390
4474
  const SelectTool$1 = React.forwardRef(SelectTool);
4391
- const Icon$L = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4475
+ const Icon$M = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4392
4476
  "path",
4393
4477
  {
4394
4478
  fill: "currentColor",
4395
4479
  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"
4396
4480
  }
4397
4481
  ) });
4398
- const BaseSvgIcon$L = utils.createSvgIcon(Icon$L(), "SelectVariable");
4482
+ const BaseSvgIcon$M = material.createSvgIcon(Icon$M(), "SelectVariable");
4399
4483
  function SelectVariable({ width, height, sx, ...props }, ref) {
4400
4484
  return /* @__PURE__ */ jsxRuntime.jsx(
4401
- BaseSvgIcon$L,
4485
+ BaseSvgIcon$M,
4402
4486
  {
4403
4487
  ref,
4404
4488
  viewBox: "0 0 24 24",
@@ -4412,6 +4496,41 @@ function SelectVariable({ width, height, sx, ...props }, ref) {
4412
4496
  );
4413
4497
  }
4414
4498
  const SelectVariable$1 = React.forwardRef(SelectVariable);
4499
+ const Icon$L = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4500
+ /* @__PURE__ */ jsxRuntime.jsx(
4501
+ "path",
4502
+ {
4503
+ fill: "currentColor",
4504
+ d: "M12 8.83 8.83 12 12 15.17l-1.41 1.41L6 12l4.59-4.59z"
4505
+ }
4506
+ ),
4507
+ /* @__PURE__ */ jsxRuntime.jsx(
4508
+ "path",
4509
+ {
4510
+ fill: "currentColor",
4511
+ fillRule: "evenodd",
4512
+ d: "M18 3a4 4 0 0 1 4 4v10a4 4 0 0 1-3.794 3.995L18 21H6l-.206-.005a4 4 0 0 1-3.79-3.789L2 17V7a4 4 0 0 1 4-4zM6 5a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h9V5zm10.5 14H18a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-1.5z",
4513
+ clipRule: "evenodd"
4514
+ }
4515
+ )
4516
+ ] });
4517
+ const BaseSvgIcon$L = material.createSvgIcon(Icon$L(), "ShowRightsidebar");
4518
+ function ShowRightsidebar({ width, height, sx, ...props }, ref) {
4519
+ return /* @__PURE__ */ jsxRuntime.jsx(
4520
+ BaseSvgIcon$L,
4521
+ {
4522
+ ref,
4523
+ viewBox: "0 0 24 24",
4524
+ sx: {
4525
+ width,
4526
+ height: height || width,
4527
+ ...sx
4528
+ },
4529
+ ...props
4530
+ }
4531
+ );
4532
+ }
4533
+ const ShowRightsidebar$1 = React.forwardRef(ShowRightsidebar);
4415
4534
  const Icon$K = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4416
4535
  /* @__PURE__ */ jsxRuntime.jsx(
4417
4536
  "path",
@@ -4430,7 +4549,7 @@ const Icon$K = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
4430
4549
  }
4431
4550
  )
4432
4551
  ] });
4433
- const BaseSvgIcon$K = utils.createSvgIcon(Icon$K(), "SingleLayer");
4552
+ const BaseSvgIcon$K = material.createSvgIcon(Icon$K(), "SingleLayer");
4434
4553
  function SingleLayer({ width, height, sx, ...props }, ref) {
4435
4554
  return /* @__PURE__ */ jsxRuntime.jsx(
4436
4555
  BaseSvgIcon$K,
@@ -4456,7 +4575,7 @@ const Icon$J = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
4456
4575
  clipRule: "evenodd"
4457
4576
  }
4458
4577
  ) });
4459
- const BaseSvgIcon$J = utils.createSvgIcon(Icon$J(), "SiteSelection");
4578
+ const BaseSvgIcon$J = material.createSvgIcon(Icon$J(), "SiteSelection");
4460
4579
  function SiteSelection({ width, height, sx, ...props }, ref) {
4461
4580
  return /* @__PURE__ */ jsxRuntime.jsx(
4462
4581
  BaseSvgIcon$J,
@@ -4482,7 +4601,7 @@ const Icon$I = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
4482
4601
  clipRule: "evenodd"
4483
4602
  }
4484
4603
  ) });
4485
- const BaseSvgIcon$I = utils.createSvgIcon(Icon$I(), "Snowflake");
4604
+ const BaseSvgIcon$I = material.createSvgIcon(Icon$I(), "Snowflake");
4486
4605
  function Snowflake({ width, height, sx, ...props }, ref) {
4487
4606
  return /* @__PURE__ */ jsxRuntime.jsx(
4488
4607
  BaseSvgIcon$I,
@@ -4506,7 +4625,7 @@ const Icon$H = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
4506
4625
  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"
4507
4626
  }
4508
4627
  ) });
4509
- const BaseSvgIcon$H = utils.createSvgIcon(Icon$H(), "SpatialAnalysis");
4628
+ const BaseSvgIcon$H = material.createSvgIcon(Icon$H(), "SpatialAnalysis");
4510
4629
  function SpatialAnalysis({ width, height, sx, ...props }, ref) {
4511
4630
  return /* @__PURE__ */ jsxRuntime.jsx(
4512
4631
  BaseSvgIcon$H,
@@ -4532,7 +4651,7 @@ const Icon$G = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
4532
4651
  clipRule: "evenodd"
4533
4652
  }
4534
4653
  ) });
4535
- const BaseSvgIcon$G = utils.createSvgIcon(Icon$G(), "SpatialExtension");
4654
+ const BaseSvgIcon$G = material.createSvgIcon(Icon$G(), "SpatialExtension");
4536
4655
  function SpatialExtension({ width, height, sx, ...props }, ref) {
4537
4656
  return /* @__PURE__ */ jsxRuntime.jsx(
4538
4657
  BaseSvgIcon$G,
@@ -4558,7 +4677,7 @@ const Icon$F = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
4558
4677
  clipRule: "evenodd"
4559
4678
  }
4560
4679
  ) });
4561
- const BaseSvgIcon$F = utils.createSvgIcon(Icon$F(), "SpatialIndexes");
4680
+ const BaseSvgIcon$F = material.createSvgIcon(Icon$F(), "SpatialIndexes");
4562
4681
  function SpatialIndexes({ width, height, sx, ...props }, ref) {
4563
4682
  return /* @__PURE__ */ jsxRuntime.jsx(
4564
4683
  BaseSvgIcon$F,
@@ -4584,7 +4703,7 @@ const Icon$E = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
4584
4703
  clipRule: "evenodd"
4585
4704
  }
4586
4705
  ) });
4587
- const BaseSvgIcon$E = utils.createSvgIcon(Icon$E(), "Sql");
4706
+ const BaseSvgIcon$E = material.createSvgIcon(Icon$E(), "Sql");
4588
4707
  function Sql({ width, height, sx, ...props }, ref) {
4589
4708
  return /* @__PURE__ */ jsxRuntime.jsx(
4590
4709
  BaseSvgIcon$E,
@@ -4610,7 +4729,7 @@ const Icon$D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
4610
4729
  clipRule: "evenodd"
4611
4730
  }
4612
4731
  ) });
4613
- const BaseSvgIcon$D = utils.createSvgIcon(Icon$D(), "SqlError");
4732
+ const BaseSvgIcon$D = material.createSvgIcon(Icon$D(), "SqlError");
4614
4733
  function SqlError({ width, height, sx, ...props }, ref) {
4615
4734
  return /* @__PURE__ */ jsxRuntime.jsx(
4616
4735
  BaseSvgIcon$D,
@@ -4647,7 +4766,7 @@ const Icon$C = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
4647
4766
  }
4648
4767
  )
4649
4768
  ] });
4650
- const BaseSvgIcon$C = utils.createSvgIcon(Icon$C(), "Sso");
4769
+ const BaseSvgIcon$C = material.createSvgIcon(Icon$C(), "Sso");
4651
4770
  function Sso({ width, height, sx, ...props }, ref) {
4652
4771
  return /* @__PURE__ */ jsxRuntime.jsx(
4653
4772
  BaseSvgIcon$C,
@@ -4665,7 +4784,7 @@ function Sso({ width, height, sx, ...props }, ref) {
4665
4784
  }
4666
4785
  const Sso$1 = React.forwardRef(Sso);
4667
4786
  const Icon$B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M13 11h-2v2h2zm3 2h5v-2h-5zm-8-2H3v2h5z" }) });
4668
- const BaseSvgIcon$B = utils.createSvgIcon(Icon$B(), "StrokeCustom");
4787
+ const BaseSvgIcon$B = material.createSvgIcon(Icon$B(), "StrokeCustom");
4669
4788
  function StrokeCustom({ width, height, sx, ...props }, ref) {
4670
4789
  return /* @__PURE__ */ jsxRuntime.jsx(
4671
4790
  BaseSvgIcon$B,
@@ -4683,7 +4802,7 @@ function StrokeCustom({ width, height, sx, ...props }, ref) {
4683
4802
  }
4684
4803
  const StrokeCustom$1 = React.forwardRef(StrokeCustom);
4685
4804
  const Icon$A = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M3 11h4v2H3zM10 11h4v2h-4zM21 11h-4v2h4z" }) });
4686
- const BaseSvgIcon$A = utils.createSvgIcon(Icon$A(), "StrokeDash");
4805
+ const BaseSvgIcon$A = material.createSvgIcon(Icon$A(), "StrokeDash");
4687
4806
  function StrokeDash({ width, height, sx, ...props }, ref) {
4688
4807
  return /* @__PURE__ */ jsxRuntime.jsx(
4689
4808
  BaseSvgIcon$A,
@@ -4701,7 +4820,7 @@ function StrokeDash({ width, height, sx, ...props }, ref) {
4701
4820
  }
4702
4821
  const StrokeDash$1 = React.forwardRef(StrokeDash);
4703
4822
  const Icon$z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M21 11H3v2h18z" }) });
4704
- const BaseSvgIcon$z = utils.createSvgIcon(Icon$z(), "StrokeSolid");
4823
+ const BaseSvgIcon$z = material.createSvgIcon(Icon$z(), "StrokeSolid");
4705
4824
  function StrokeSolid({ width, height, sx, ...props }, ref) {
4706
4825
  return /* @__PURE__ */ jsxRuntime.jsx(
4707
4826
  BaseSvgIcon$z,
@@ -4727,7 +4846,7 @@ const Icon$y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
4727
4846
  clipRule: "evenodd"
4728
4847
  }
4729
4848
  ) });
4730
- const BaseSvgIcon$y = utils.createSvgIcon(Icon$y(), "SupplyChain");
4849
+ const BaseSvgIcon$y = material.createSvgIcon(Icon$y(), "SupplyChain");
4731
4850
  function SupplyChain({ width, height, sx, ...props }, ref) {
4732
4851
  return /* @__PURE__ */ jsxRuntime.jsx(
4733
4852
  BaseSvgIcon$y,
@@ -4745,7 +4864,7 @@ function SupplyChain({ width, height, sx, ...props }, ref) {
4745
4864
  }
4746
4865
  const SupplyChain$1 = React.forwardRef(SupplyChain);
4747
4866
  const Icon$x = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 12, cy: 12, r: 8, fill: "currentColor" }) });
4748
- const BaseSvgIcon$x = utils.createSvgIcon(Icon$x(), "SwatchCircle");
4867
+ const BaseSvgIcon$x = material.createSvgIcon(Icon$x(), "SwatchCircle");
4749
4868
  function SwatchCircle({ width, height, sx, ...props }, ref) {
4750
4869
  return /* @__PURE__ */ jsxRuntime.jsx(
4751
4870
  BaseSvgIcon$x,
@@ -4771,7 +4890,7 @@ const Icon$w = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
4771
4890
  clipRule: "evenodd"
4772
4891
  }
4773
4892
  ) });
4774
- const BaseSvgIcon$w = utils.createSvgIcon(Icon$w(), "SwatchCircleNone");
4893
+ const BaseSvgIcon$w = material.createSvgIcon(Icon$w(), "SwatchCircleNone");
4775
4894
  function SwatchCircleNone({ width, height, sx, ...props }, ref) {
4776
4895
  return /* @__PURE__ */ jsxRuntime.jsx(
4777
4896
  BaseSvgIcon$w,
@@ -4797,7 +4916,7 @@ const Icon$v = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
4797
4916
  clipRule: "evenodd"
4798
4917
  }
4799
4918
  ) });
4800
- const BaseSvgIcon$v = utils.createSvgIcon(Icon$v(), "TableColumn");
4919
+ const BaseSvgIcon$v = material.createSvgIcon(Icon$v(), "TableColumn");
4801
4920
  function TableColumn({ width, height, sx, ...props }, ref) {
4802
4921
  return /* @__PURE__ */ jsxRuntime.jsx(
4803
4922
  BaseSvgIcon$v,
@@ -4832,7 +4951,7 @@ const Icon$u = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
4832
4951
  }
4833
4952
  )
4834
4953
  ] });
4835
- const BaseSvgIcon$u = utils.createSvgIcon(Icon$u(), "TableColumnLimited");
4954
+ const BaseSvgIcon$u = material.createSvgIcon(Icon$u(), "TableColumnLimited");
4836
4955
  function TableColumnLimited({ width, height, sx, ...props }, ref) {
4837
4956
  return /* @__PURE__ */ jsxRuntime.jsx(
4838
4957
  BaseSvgIcon$u,
@@ -4865,7 +4984,7 @@ const Icon$t = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
4865
4984
  ),
4866
4985
  /* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
4867
4986
  ] });
4868
- const BaseSvgIcon$t = utils.createSvgIcon(Icon$t(), "TempTable");
4987
+ const BaseSvgIcon$t = material.createSvgIcon(Icon$t(), "TempTable");
4869
4988
  function TempTable({ width, height, sx, ...props }, ref) {
4870
4989
  return /* @__PURE__ */ jsxRuntime.jsx(
4871
4990
  BaseSvgIcon$t,
@@ -4891,7 +5010,7 @@ const Icon$s = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
4891
5010
  clipRule: "evenodd"
4892
5011
  }
4893
5012
  ) });
4894
- const BaseSvgIcon$s = utils.createSvgIcon(Icon$s(), "TerritoryPlanning");
5013
+ const BaseSvgIcon$s = material.createSvgIcon(Icon$s(), "TerritoryPlanning");
4895
5014
  function TerritoryPlanning({ width, height, sx, ...props }, ref) {
4896
5015
  return /* @__PURE__ */ jsxRuntime.jsx(
4897
5016
  BaseSvgIcon$s,
@@ -4917,7 +5036,7 @@ const Icon$r = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
4917
5036
  clipRule: "evenodd"
4918
5037
  }
4919
5038
  ) });
4920
- const BaseSvgIcon$r = utils.createSvgIcon(Icon$r(), "TextBox");
5039
+ const BaseSvgIcon$r = material.createSvgIcon(Icon$r(), "TextBox");
4921
5040
  function TextBox({ width, height, sx, ...props }, ref) {
4922
5041
  return /* @__PURE__ */ jsxRuntime.jsx(
4923
5042
  BaseSvgIcon$r,
@@ -4955,7 +5074,7 @@ const Icon$q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
4955
5074
  ),
4956
5075
  /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "m11.394 21.809-9-6.858a1 1 0 0 1-.01-1.584" })
4957
5076
  ] });
4958
- const BaseSvgIcon$q = utils.createSvgIcon(Icon$q(), "Tileset");
5077
+ const BaseSvgIcon$q = material.createSvgIcon(Icon$q(), "Tileset");
4959
5078
  function Tileset({ width, height, sx, ...props }, ref) {
4960
5079
  return /* @__PURE__ */ jsxRuntime.jsx(
4961
5080
  BaseSvgIcon$q,
@@ -4999,7 +5118,7 @@ const Icon$p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
4999
5118
  }
5000
5119
  )
5001
5120
  ] });
5002
- const BaseSvgIcon$p = utils.createSvgIcon(Icon$p(), "TilesetsAggregated");
5121
+ const BaseSvgIcon$p = material.createSvgIcon(Icon$p(), "TilesetsAggregated");
5003
5122
  function TilesetsAggregated({ width, height, sx, ...props }, ref) {
5004
5123
  return /* @__PURE__ */ jsxRuntime.jsx(
5005
5124
  BaseSvgIcon$p,
@@ -5025,7 +5144,7 @@ const Icon$o = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
5025
5144
  clipRule: "evenodd"
5026
5145
  }
5027
5146
  ) });
5028
- const BaseSvgIcon$o = utils.createSvgIcon(Icon$o(), "TimeBuckets");
5147
+ const BaseSvgIcon$o = material.createSvgIcon(Icon$o(), "TimeBuckets");
5029
5148
  function TimeBuckets({ width, height, sx, ...props }, ref) {
5030
5149
  return /* @__PURE__ */ jsxRuntime.jsx(
5031
5150
  BaseSvgIcon$o,
@@ -5060,7 +5179,7 @@ const Icon$n = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
5060
5179
  }
5061
5180
  )
5062
5181
  ] });
5063
- const BaseSvgIcon$n = utils.createSvgIcon(Icon$n(), "TimeCar");
5182
+ const BaseSvgIcon$n = material.createSvgIcon(Icon$n(), "TimeCar");
5064
5183
  function TimeCar({ width, height, sx, ...props }, ref) {
5065
5184
  return /* @__PURE__ */ jsxRuntime.jsx(
5066
5185
  BaseSvgIcon$n,
@@ -5086,7 +5205,7 @@ const Icon$m = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
5086
5205
  clipRule: "evenodd"
5087
5206
  }
5088
5207
  ) });
5089
- const BaseSvgIcon$m = utils.createSvgIcon(Icon$m(), "TimeWindowIncremental");
5208
+ const BaseSvgIcon$m = material.createSvgIcon(Icon$m(), "TimeWindowIncremental");
5090
5209
  function TimeWindowIncremental({ width, height, sx, ...props }, ref) {
5091
5210
  return /* @__PURE__ */ jsxRuntime.jsx(
5092
5211
  BaseSvgIcon$m,
@@ -5112,7 +5231,7 @@ const Icon$l = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
5112
5231
  clipRule: "evenodd"
5113
5232
  }
5114
5233
  ) });
5115
- const BaseSvgIcon$l = utils.createSvgIcon(Icon$l(), "TimeWindowMoving");
5234
+ const BaseSvgIcon$l = material.createSvgIcon(Icon$l(), "TimeWindowMoving");
5116
5235
  function TimeWindowMoving({ width, height, sx, ...props }, ref) {
5117
5236
  return /* @__PURE__ */ jsxRuntime.jsx(
5118
5237
  BaseSvgIcon$l,
@@ -5138,7 +5257,7 @@ const Icon$k = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
5138
5257
  clipRule: "evenodd"
5139
5258
  }
5140
5259
  ) });
5141
- const BaseSvgIcon$k = utils.createSvgIcon(Icon$k(), "Tooltip");
5260
+ const BaseSvgIcon$k = material.createSvgIcon(Icon$k(), "Tooltip");
5142
5261
  function Tooltip({ width, height, sx, ...props }, ref) {
5143
5262
  return /* @__PURE__ */ jsxRuntime.jsx(
5144
5263
  BaseSvgIcon$k,
@@ -5162,7 +5281,7 @@ const Icon$j = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
5162
5281
  d: "M12 13.694 7.41 18.21 6 16.823l6-5.904 6 5.904-1.41 1.387zM6 7.968h12V6H6z"
5163
5282
  }
5164
5283
  ) });
5165
- const BaseSvgIcon$j = utils.createSvgIcon(Icon$j(), "TopRow");
5284
+ const BaseSvgIcon$j = material.createSvgIcon(Icon$j(), "TopRow");
5166
5285
  function TopRow({ width, height, sx, ...props }, ref) {
5167
5286
  return /* @__PURE__ */ jsxRuntime.jsx(
5168
5287
  BaseSvgIcon$j,
@@ -5188,7 +5307,7 @@ const Icon$i = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
5188
5307
  clipRule: "evenodd"
5189
5308
  }
5190
5309
  ) });
5191
- const BaseSvgIcon$i = utils.createSvgIcon(Icon$i(), "TwinArea");
5310
+ const BaseSvgIcon$i = material.createSvgIcon(Icon$i(), "TwinArea");
5192
5311
  function TwinArea({ width, height, sx, ...props }, ref) {
5193
5312
  return /* @__PURE__ */ jsxRuntime.jsx(
5194
5313
  BaseSvgIcon$i,
@@ -5214,7 +5333,7 @@ const Icon$h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
5214
5333
  clipRule: "evenodd"
5215
5334
  }
5216
5335
  ) });
5217
- const BaseSvgIcon$h = utils.createSvgIcon(Icon$h(), "Twitter");
5336
+ const BaseSvgIcon$h = material.createSvgIcon(Icon$h(), "Twitter");
5218
5337
  function Twitter({ width, height, sx, ...props }, ref) {
5219
5338
  return /* @__PURE__ */ jsxRuntime.jsx(
5220
5339
  BaseSvgIcon$h,
@@ -5247,7 +5366,7 @@ const Icon$g = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
5247
5366
  }
5248
5367
  )
5249
5368
  ] });
5250
- const BaseSvgIcon$g = utils.createSvgIcon(Icon$g(), "UpdateGen");
5369
+ const BaseSvgIcon$g = material.createSvgIcon(Icon$g(), "UpdateGen");
5251
5370
  function UpdateGen({ width, height, sx, ...props }, ref) {
5252
5371
  return /* @__PURE__ */ jsxRuntime.jsx(
5253
5372
  BaseSvgIcon$g,
@@ -5281,7 +5400,7 @@ const Icon$f = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
5281
5400
  ),
5282
5401
  /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M14 18h4v2h-4z" })
5283
5402
  ] });
5284
- const BaseSvgIcon$f = utils.createSvgIcon(Icon$f(), "UploadFileUrl");
5403
+ const BaseSvgIcon$f = material.createSvgIcon(Icon$f(), "UploadFileUrl");
5285
5404
  function UploadFileUrl({ width, height, sx, ...props }, ref) {
5286
5405
  return /* @__PURE__ */ jsxRuntime.jsx(
5287
5406
  BaseSvgIcon$f,
@@ -5307,7 +5426,7 @@ const Icon$e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
5307
5426
  clipRule: "evenodd"
5308
5427
  }
5309
5428
  ) });
5310
- const BaseSvgIcon$e = utils.createSvgIcon(Icon$e(), "View2d");
5429
+ const BaseSvgIcon$e = material.createSvgIcon(Icon$e(), "View2d");
5311
5430
  function View2d({ width, height, sx, ...props }, ref) {
5312
5431
  return /* @__PURE__ */ jsxRuntime.jsx(
5313
5432
  BaseSvgIcon$e,
@@ -5333,7 +5452,7 @@ const Icon$d = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
5333
5452
  clipRule: "evenodd"
5334
5453
  }
5335
5454
  ) });
5336
- const BaseSvgIcon$d = utils.createSvgIcon(Icon$d(), "View3d");
5455
+ const BaseSvgIcon$d = material.createSvgIcon(Icon$d(), "View3d");
5337
5456
  function View3d({ width, height, sx, ...props }, ref) {
5338
5457
  return /* @__PURE__ */ jsxRuntime.jsx(
5339
5458
  BaseSvgIcon$d,
@@ -5368,7 +5487,7 @@ const Icon$c = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
5368
5487
  }
5369
5488
  )
5370
5489
  ] });
5371
- const BaseSvgIcon$c = utils.createSvgIcon(Icon$c(), "ViewLeftsidebar");
5490
+ const BaseSvgIcon$c = material.createSvgIcon(Icon$c(), "ViewLeftsidebar");
5372
5491
  function ViewLeftsidebar({ width, height, sx, ...props }, ref) {
5373
5492
  return /* @__PURE__ */ jsxRuntime.jsx(
5374
5493
  BaseSvgIcon$c,
@@ -5395,7 +5514,7 @@ const Icon$b = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
5395
5514
  ),
5396
5515
  /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "m12.75 5-4.5 8.5h3.14V19l4.36-8.5h-3z" })
5397
5516
  ] });
5398
- const BaseSvgIcon$b = utils.createSvgIcon(Icon$b(), "WfComponent");
5517
+ const BaseSvgIcon$b = material.createSvgIcon(Icon$b(), "WfComponent");
5399
5518
  function WfComponent({ width, height, sx, ...props }, ref) {
5400
5519
  return /* @__PURE__ */ jsxRuntime.jsx(
5401
5520
  BaseSvgIcon$b,
@@ -5428,7 +5547,7 @@ const Icon$a = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
5428
5547
  }
5429
5548
  )
5430
5549
  ] });
5431
- const BaseSvgIcon$a = utils.createSvgIcon(Icon$a(), "WfComponentInvalid");
5550
+ const BaseSvgIcon$a = material.createSvgIcon(Icon$a(), "WfComponentInvalid");
5432
5551
  function WfComponentInvalid({ width, height, sx, ...props }, ref) {
5433
5552
  return /* @__PURE__ */ jsxRuntime.jsx(
5434
5553
  BaseSvgIcon$a,
@@ -5465,7 +5584,7 @@ const Icon$9 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
5465
5584
  }
5466
5585
  )
5467
5586
  ] });
5468
- const BaseSvgIcon$9 = utils.createSvgIcon(Icon$9(), "WfExtensionPackageDefault");
5587
+ const BaseSvgIcon$9 = material.createSvgIcon(Icon$9(), "WfExtensionPackageDefault");
5469
5588
  function WfExtensionPackageDefault({ width, height, sx, ...props }, ref) {
5470
5589
  return /* @__PURE__ */ jsxRuntime.jsx(
5471
5590
  BaseSvgIcon$9,
@@ -5498,7 +5617,7 @@ const Icon$8 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
5498
5617
  }
5499
5618
  )
5500
5619
  ] });
5501
- const BaseSvgIcon$8 = utils.createSvgIcon(Icon$8(), "WfInput");
5620
+ const BaseSvgIcon$8 = material.createSvgIcon(Icon$8(), "WfInput");
5502
5621
  function WfInput({ width, height, sx, ...props }, ref) {
5503
5622
  return /* @__PURE__ */ jsxRuntime.jsx(
5504
5623
  BaseSvgIcon$8,
@@ -5525,7 +5644,7 @@ const Icon$7 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
5525
5644
  ),
5526
5645
  /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M17 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4" })
5527
5646
  ] });
5528
- const BaseSvgIcon$7 = utils.createSvgIcon(Icon$7(), "WfInputAlt");
5647
+ const BaseSvgIcon$7 = material.createSvgIcon(Icon$7(), "WfInputAlt");
5529
5648
  function WfInputAlt({ width, height, sx, ...props }, ref) {
5530
5649
  return /* @__PURE__ */ jsxRuntime.jsx(
5531
5650
  BaseSvgIcon$7,
@@ -5560,7 +5679,7 @@ const Icon$6 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
5560
5679
  }
5561
5680
  )
5562
5681
  ] });
5563
- const BaseSvgIcon$6 = utils.createSvgIcon(Icon$6(), "WfModule");
5682
+ const BaseSvgIcon$6 = material.createSvgIcon(Icon$6(), "WfModule");
5564
5683
  function WfModule({ width, height, sx, ...props }, ref) {
5565
5684
  return /* @__PURE__ */ jsxRuntime.jsx(
5566
5685
  BaseSvgIcon$6,
@@ -5593,7 +5712,7 @@ const Icon$5 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
5593
5712
  }
5594
5713
  )
5595
5714
  ] });
5596
- const BaseSvgIcon$5 = utils.createSvgIcon(Icon$5(), "WfOutput");
5715
+ const BaseSvgIcon$5 = material.createSvgIcon(Icon$5(), "WfOutput");
5597
5716
  function WfOutput({ width, height, sx, ...props }, ref) {
5598
5717
  return /* @__PURE__ */ jsxRuntime.jsx(
5599
5718
  BaseSvgIcon$5,
@@ -5626,7 +5745,7 @@ const Icon$4 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
5626
5745
  }
5627
5746
  )
5628
5747
  ] });
5629
- const BaseSvgIcon$4 = utils.createSvgIcon(Icon$4(), "WfOutputAlt");
5748
+ const BaseSvgIcon$4 = material.createSvgIcon(Icon$4(), "WfOutputAlt");
5630
5749
  function WfOutputAlt({ width, height, sx, ...props }, ref) {
5631
5750
  return /* @__PURE__ */ jsxRuntime.jsx(
5632
5751
  BaseSvgIcon$4,
@@ -5663,7 +5782,7 @@ const Icon$3 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
5663
5782
  }
5664
5783
  )
5665
5784
  ] });
5666
- const BaseSvgIcon$3 = utils.createSvgIcon(Icon$3(), "WhiteSpace");
5785
+ const BaseSvgIcon$3 = material.createSvgIcon(Icon$3(), "WhiteSpace");
5667
5786
  function WhiteSpace({ width, height, sx, ...props }, ref) {
5668
5787
  return /* @__PURE__ */ jsxRuntime.jsx(
5669
5788
  BaseSvgIcon$3,
@@ -5689,7 +5808,7 @@ const Icon$2 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
5689
5808
  clipRule: "evenodd"
5690
5809
  }
5691
5810
  ) });
5692
- const BaseSvgIcon$2 = utils.createSvgIcon(Icon$2(), "WidgetOptions");
5811
+ const BaseSvgIcon$2 = material.createSvgIcon(Icon$2(), "WidgetOptions");
5693
5812
  function WidgetOptions({ width, height, sx, ...props }, ref) {
5694
5813
  return /* @__PURE__ */ jsxRuntime.jsx(
5695
5814
  BaseSvgIcon$2,
@@ -5715,7 +5834,7 @@ const Icon$1 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
5715
5834
  clipRule: "evenodd"
5716
5835
  }
5717
5836
  ) });
5718
- const BaseSvgIcon$1 = utils.createSvgIcon(Icon$1(), "Workflow");
5837
+ const BaseSvgIcon$1 = material.createSvgIcon(Icon$1(), "Workflow");
5719
5838
  function Workflow({ width, height, sx, ...props }, ref) {
5720
5839
  return /* @__PURE__ */ jsxRuntime.jsx(
5721
5840
  BaseSvgIcon$1,
@@ -5752,7 +5871,7 @@ const Icon = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w
5752
5871
  }
5753
5872
  )
5754
5873
  ] });
5755
- const BaseSvgIcon = utils.createSvgIcon(Icon(), "WorkflowTemp");
5874
+ const BaseSvgIcon = material.createSvgIcon(Icon(), "WorkflowTemp");
5756
5875
  function WorkflowTemp({ width, height, sx, ...props }, ref) {
5757
5876
  return /* @__PURE__ */ jsxRuntime.jsx(
5758
5877
  BaseSvgIcon,
@@ -5779,6 +5898,7 @@ exports.AccessIn = AccessIn$1;
5779
5898
  exports.AddApp = AddApp$1;
5780
5899
  exports.AddSection = AddSection$1;
5781
5900
  exports.AdvancedSettings = AdvancedSettings$1;
5901
+ exports.AiAgent = AiAgent$1;
5782
5902
  exports.AiTool = AiTool$1;
5783
5903
  exports.Annotation = Annotation$1;
5784
5904
  exports.ApiCall = ApiCall$1;
@@ -5856,6 +5976,7 @@ exports.H3 = H3$1;
5856
5976
  exports.HealthAnalytics = HealthAnalytics$1;
5857
5977
  exports.HideComments = HideComments$1;
5858
5978
  exports.HideLeftsidebar = HideLeftsidebar$1;
5979
+ exports.HideRightsidebar = HideRightsidebar$1;
5859
5980
  exports.Home = Home$1;
5860
5981
  exports.Housing = Housing$1;
5861
5982
  exports.HumanMobility = HumanMobility$1;
@@ -5920,6 +6041,7 @@ exports.ScheduleRun = ScheduleRun$1;
5920
6041
  exports.SelectDestination = SelectDestination$1;
5921
6042
  exports.SelectTool = SelectTool$1;
5922
6043
  exports.SelectVariable = SelectVariable$1;
6044
+ exports.ShowRightsidebar = ShowRightsidebar$1;
5923
6045
  exports.SingleLayer = SingleLayer$1;
5924
6046
  exports.SiteSelection = SiteSelection$1;
5925
6047
  exports.Snowflake = Snowflake$1;