@carto/meridian-ds 1.4.4 → 1.4.5-alpha-external-link.2

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 (35) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/{Alert-D8jI1sG4.js → Alert-BcaaL6lM.js} +20 -4
  3. package/dist/{Alert-zqtoWsBL.cjs → Alert-CVfTyHiz.cjs} +18 -2
  4. package/dist/{SwatchSquare-DDi0beUM.js → SwatchSquare-DhaaXt53.js} +1 -1
  5. package/dist/{SwatchSquare-w-U8-O-P.cjs → SwatchSquare-benaO55C.cjs} +1 -1
  6. package/dist/components/index.cjs +240 -1
  7. package/dist/components/index.js +243 -4
  8. package/dist/custom-icons/index.cjs +448 -310
  9. package/dist/custom-icons/index.js +448 -310
  10. package/dist/types/components/atoms/ExternalLink.d.ts +24 -0
  11. package/dist/types/components/atoms/ExternalLink.d.ts.map +1 -0
  12. package/dist/types/components/atoms/Link.d.ts +4 -0
  13. package/dist/types/components/atoms/Link.d.ts.map +1 -0
  14. package/dist/types/components/atoms/index.d.ts +4 -0
  15. package/dist/types/components/atoms/index.d.ts.map +1 -1
  16. package/dist/types/components/molecules/Tag.d.ts +31 -0
  17. package/dist/types/components/molecules/Tag.d.ts.map +1 -0
  18. package/dist/types/components/molecules/index.d.ts +2 -0
  19. package/dist/types/components/molecules/index.d.ts.map +1 -1
  20. package/dist/types/custom-icons/AiTool.d.ts +4 -0
  21. package/dist/types/custom-icons/AiTool.d.ts.map +1 -0
  22. package/dist/types/custom-icons/AsynchronousWait.d.ts +4 -0
  23. package/dist/types/custom-icons/AsynchronousWait.d.ts.map +1 -0
  24. package/dist/types/custom-icons/NoLayer.d.ts +4 -0
  25. package/dist/types/custom-icons/NoLayer.d.ts.map +1 -0
  26. package/dist/types/custom-icons/index.d.ts +3 -0
  27. package/dist/types/custom-icons/index.d.ts.map +1 -1
  28. package/dist/types/theme/types.d.ts +6 -0
  29. package/dist/types/theme/types.d.ts.map +1 -1
  30. package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.styled.d.ts +1 -1
  31. package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.styled.d.ts.map +1 -1
  32. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.d.ts.map +1 -1
  33. package/dist/widgets/index.cjs +5 -5
  34. package/dist/widgets/index.js +5 -5
  35. package/package.json +1 -1
@@ -3,8 +3,8 @@ import { forwardRef } from "react";
3
3
  import { createSvgIcon } from "@mui/material/utils";
4
4
  import { A } from "../ArrowDown-CY_wMVJT.js";
5
5
  import { C, O } from "../OpenDiagonallyRight-5HZXh46V.js";
6
- import { S, a } from "../SwatchSquare-DDi0beUM.js";
7
- const Icon$2Z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
6
+ import { S, a } from "../SwatchSquare-DhaaXt53.js";
7
+ const Icon$30 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
8
8
  "path",
9
9
  {
10
10
  fill: "currentColor",
@@ -13,10 +13,10 @@ const Icon$2Z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
13
13
  clipRule: "evenodd"
14
14
  }
15
15
  ) });
16
- const BaseSvgIcon$2Z = createSvgIcon(Icon$2Z(), "AccessIn");
16
+ const BaseSvgIcon$30 = createSvgIcon(Icon$30(), "AccessIn");
17
17
  function AccessIn({ width, height, sx, ...props }, ref) {
18
18
  return /* @__PURE__ */ jsx(
19
- BaseSvgIcon$2Z,
19
+ BaseSvgIcon$30,
20
20
  {
21
21
  ref,
22
22
  viewBox: "0 0 24 24",
@@ -30,17 +30,17 @@ function AccessIn({ width, height, sx, ...props }, ref) {
30
30
  );
31
31
  }
32
32
  const AccessIn$1 = forwardRef(AccessIn);
33
- const Icon$2Y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
33
+ const Icon$2$ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
34
34
  "path",
35
35
  {
36
36
  fill: "currentColor",
37
37
  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"
38
38
  }
39
39
  ) });
40
- const BaseSvgIcon$2Y = createSvgIcon(Icon$2Y(), "AddApp");
40
+ const BaseSvgIcon$2$ = createSvgIcon(Icon$2$(), "AddApp");
41
41
  function AddApp({ width, height, sx, ...props }, ref) {
42
42
  return /* @__PURE__ */ jsx(
43
- BaseSvgIcon$2Y,
43
+ BaseSvgIcon$2$,
44
44
  {
45
45
  ref,
46
46
  viewBox: "0 0 24 24",
@@ -54,7 +54,7 @@ function AddApp({ width, height, sx, ...props }, ref) {
54
54
  );
55
55
  }
56
56
  const AddApp$1 = forwardRef(AddApp);
57
- const Icon$2X = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
57
+ const Icon$2_ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
58
58
  "path",
59
59
  {
60
60
  fill: "currentColor",
@@ -63,10 +63,10 @@ const Icon$2X = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
63
63
  clipRule: "evenodd"
64
64
  }
65
65
  ) });
66
- const BaseSvgIcon$2X = createSvgIcon(Icon$2X(), "AddSection");
66
+ const BaseSvgIcon$2_ = createSvgIcon(Icon$2_(), "AddSection");
67
67
  function AddSection({ width, height, sx, ...props }, ref) {
68
68
  return /* @__PURE__ */ jsx(
69
- BaseSvgIcon$2X,
69
+ BaseSvgIcon$2_,
70
70
  {
71
71
  ref,
72
72
  viewBox: "0 0 24 24",
@@ -80,17 +80,17 @@ function AddSection({ width, height, sx, ...props }, ref) {
80
80
  );
81
81
  }
82
82
  const AddSection$1 = forwardRef(AddSection);
83
- const Icon$2W = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
83
+ const Icon$2Z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
84
84
  "path",
85
85
  {
86
86
  fill: "currentColor",
87
87
  d: "M3 7v2h10V7zm4 6v2H3v2h4v2h2v-6zm14 4v-2H11v2zm-6-6h2V9h4V7h-4V5h-2z"
88
88
  }
89
89
  ) });
90
- const BaseSvgIcon$2W = createSvgIcon(Icon$2W(), "AdvancedSettings");
90
+ const BaseSvgIcon$2Z = createSvgIcon(Icon$2Z(), "AdvancedSettings");
91
91
  function AdvancedSettings({ width, height, sx, ...props }, ref) {
92
92
  return /* @__PURE__ */ jsx(
93
- BaseSvgIcon$2W,
93
+ BaseSvgIcon$2Z,
94
94
  {
95
95
  ref,
96
96
  viewBox: "0 0 24 24",
@@ -104,7 +104,65 @@ function AdvancedSettings({ width, height, sx, ...props }, ref) {
104
104
  );
105
105
  }
106
106
  const AdvancedSettings$1 = forwardRef(AdvancedSettings);
107
- const Icon$2V = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
107
+ const Icon$2Y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
108
+ /* @__PURE__ */ jsx(
109
+ "path",
110
+ {
111
+ fill: "currentColor",
112
+ d: "M11.293 15.879a1 1 0 0 1 1.414 0l1.414 1.414a1 1 0 0 1 0 1.414l-1.414 1.414a1 1 0 0 1-1.414 0l-1.414-1.414a1 1 0 0 1 0-1.414z"
113
+ }
114
+ ),
115
+ /* @__PURE__ */ jsx(
116
+ "path",
117
+ {
118
+ fill: "currentColor",
119
+ fillRule: "evenodd",
120
+ d: "M7 16a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zm-2 .75a.25.25 0 0 0-.25.25v2c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25v-2a.25.25 0 0 0-.25-.25zM19 16a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zm-2 .75a.25.25 0 0 0-.25.25v2c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25v-2a.25.25 0 0 0-.25-.25zM7 10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zm-2 .75a.25.25 0 0 0-.25.25v2c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25v-2a.25.25 0 0 0-.25-.25z",
121
+ clipRule: "evenodd"
122
+ }
123
+ ),
124
+ /* @__PURE__ */ jsx(
125
+ "path",
126
+ {
127
+ fill: "currentColor",
128
+ d: "M13 10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1z"
129
+ }
130
+ ),
131
+ /* @__PURE__ */ jsx(
132
+ "path",
133
+ {
134
+ fill: "currentColor",
135
+ fillRule: "evenodd",
136
+ d: "M19 10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zm-2 .75a.25.25 0 0 0-.25.25v2c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25v-2a.25.25 0 0 0-.25-.25z",
137
+ clipRule: "evenodd"
138
+ }
139
+ ),
140
+ /* @__PURE__ */ jsx(
141
+ "path",
142
+ {
143
+ fill: "currentColor",
144
+ d: "M7 4a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1zM13 4a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1zM19 4a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1z"
145
+ }
146
+ )
147
+ ] });
148
+ const BaseSvgIcon$2Y = createSvgIcon(Icon$2Y(), "AiTool");
149
+ function AiTool({ width, height, sx, ...props }, ref) {
150
+ return /* @__PURE__ */ jsx(
151
+ BaseSvgIcon$2Y,
152
+ {
153
+ ref,
154
+ viewBox: "0 0 24 24",
155
+ sx: {
156
+ width,
157
+ height: height || width,
158
+ ...sx
159
+ },
160
+ ...props
161
+ }
162
+ );
163
+ }
164
+ const AiTool$1 = forwardRef(AiTool);
165
+ const Icon$2X = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
108
166
  /* @__PURE__ */ jsx(
109
167
  "path",
110
168
  {
@@ -124,10 +182,10 @@ const Icon$2V = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
124
182
  }
125
183
  )
126
184
  ] });
127
- const BaseSvgIcon$2V = createSvgIcon(Icon$2V(), "Annotation");
185
+ const BaseSvgIcon$2X = createSvgIcon(Icon$2X(), "Annotation");
128
186
  function Annotation({ width, height, sx, ...props }, ref) {
129
187
  return /* @__PURE__ */ jsx(
130
- BaseSvgIcon$2V,
188
+ BaseSvgIcon$2X,
131
189
  {
132
190
  ref,
133
191
  viewBox: "0 0 24 24",
@@ -141,7 +199,7 @@ function Annotation({ width, height, sx, ...props }, ref) {
141
199
  );
142
200
  }
143
201
  const Annotation$1 = forwardRef(Annotation);
144
- const Icon$2U = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
202
+ const Icon$2W = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
145
203
  /* @__PURE__ */ jsx(
146
204
  "path",
147
205
  {
@@ -166,10 +224,10 @@ const Icon$2U = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
166
224
  }
167
225
  )
168
226
  ] });
169
- const BaseSvgIcon$2U = createSvgIcon(Icon$2U(), "ApiCall");
227
+ const BaseSvgIcon$2W = createSvgIcon(Icon$2W(), "ApiCall");
170
228
  function ApiCall({ width, height, sx, ...props }, ref) {
171
229
  return /* @__PURE__ */ jsx(
172
- BaseSvgIcon$2U,
230
+ BaseSvgIcon$2W,
173
231
  {
174
232
  ref,
175
233
  viewBox: "0 0 24 24",
@@ -183,7 +241,7 @@ function ApiCall({ width, height, sx, ...props }, ref) {
183
241
  );
184
242
  }
185
243
  const ApiCall$1 = forwardRef(ApiCall);
186
- const Icon$2T = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
244
+ const Icon$2V = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
187
245
  "path",
188
246
  {
189
247
  fill: "currentColor",
@@ -192,10 +250,10 @@ const Icon$2T = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
192
250
  clipRule: "evenodd"
193
251
  }
194
252
  ) });
195
- const BaseSvgIcon$2T = createSvgIcon(Icon$2T(), "ArrowLeft");
253
+ const BaseSvgIcon$2V = createSvgIcon(Icon$2V(), "ArrowLeft");
196
254
  function ArrowLeft({ width, height, sx, ...props }, ref) {
197
255
  return /* @__PURE__ */ jsx(
198
- BaseSvgIcon$2T,
256
+ BaseSvgIcon$2V,
199
257
  {
200
258
  ref,
201
259
  viewBox: "0 0 24 24",
@@ -209,7 +267,7 @@ function ArrowLeft({ width, height, sx, ...props }, ref) {
209
267
  );
210
268
  }
211
269
  const ArrowLeft$1 = forwardRef(ArrowLeft);
212
- const Icon$2S = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
270
+ const Icon$2U = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
213
271
  "path",
214
272
  {
215
273
  fill: "currentColor",
@@ -218,10 +276,10 @@ const Icon$2S = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
218
276
  clipRule: "evenodd"
219
277
  }
220
278
  ) });
221
- const BaseSvgIcon$2S = createSvgIcon(Icon$2S(), "ArrowRight");
279
+ const BaseSvgIcon$2U = createSvgIcon(Icon$2U(), "ArrowRight");
222
280
  function ArrowRight({ width, height, sx, ...props }, ref) {
223
281
  return /* @__PURE__ */ jsx(
224
- BaseSvgIcon$2S,
282
+ BaseSvgIcon$2U,
225
283
  {
226
284
  ref,
227
285
  viewBox: "0 0 24 24",
@@ -235,7 +293,7 @@ function ArrowRight({ width, height, sx, ...props }, ref) {
235
293
  );
236
294
  }
237
295
  const ArrowRight$1 = forwardRef(ArrowRight);
238
- const Icon$2R = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
296
+ const Icon$2T = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
239
297
  "path",
240
298
  {
241
299
  fill: "currentColor",
@@ -244,10 +302,10 @@ const Icon$2R = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
244
302
  clipRule: "evenodd"
245
303
  }
246
304
  ) });
247
- const BaseSvgIcon$2R = createSvgIcon(Icon$2R(), "ArrowUp");
305
+ const BaseSvgIcon$2T = createSvgIcon(Icon$2T(), "ArrowUp");
248
306
  function ArrowUp({ width, height, sx, ...props }, ref) {
249
307
  return /* @__PURE__ */ jsx(
250
- BaseSvgIcon$2R,
308
+ BaseSvgIcon$2T,
251
309
  {
252
310
  ref,
253
311
  viewBox: "0 0 24 24",
@@ -261,7 +319,49 @@ function ArrowUp({ width, height, sx, ...props }, ref) {
261
319
  );
262
320
  }
263
321
  const ArrowUp$1 = forwardRef(ArrowUp);
264
- const Icon$2Q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
322
+ const Icon$2S = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
323
+ /* @__PURE__ */ jsx(
324
+ "path",
325
+ {
326
+ fill: "currentColor",
327
+ fillRule: "evenodd",
328
+ d: "M19 14c2.76 0 5 2.24 5 5s-2.24 5-5 5-5-2.24-5-5 2.24-5 5-5m-1.5 2.986v4.022h1v-4.022zm2 4.022h1v-4.022h-1z",
329
+ clipRule: "evenodd"
330
+ }
331
+ ),
332
+ /* @__PURE__ */ jsx(
333
+ "path",
334
+ {
335
+ fill: "currentColor",
336
+ d: "M11.99 2C17.52 2 22 6.48 22 12q0 .335-.021.663A7 7 0 0 0 20 12.071V12c0-4.42-3.58-8-8-8s-8 3.58-8 8 3.58 8 8 8h.071c.1.698.302 1.362.592 1.977Q12.33 22 11.99 22C6.47 22 2 17.52 2 12S6.47 2 11.99 2"
337
+ }
338
+ ),
339
+ /* @__PURE__ */ jsx(
340
+ "path",
341
+ {
342
+ fill: "currentColor",
343
+ d: "m12.5 12.25 2.144 1.27a7 7 0 0 0-1.051 1.035L11 13V7h1.5z"
344
+ }
345
+ )
346
+ ] });
347
+ const BaseSvgIcon$2S = createSvgIcon(Icon$2S(), "AsynchronousWait");
348
+ function AsynchronousWait({ width, height, sx, ...props }, ref) {
349
+ return /* @__PURE__ */ jsx(
350
+ BaseSvgIcon$2S,
351
+ {
352
+ ref,
353
+ viewBox: "0 0 24 24",
354
+ sx: {
355
+ width,
356
+ height: height || width,
357
+ ...sx
358
+ },
359
+ ...props
360
+ }
361
+ );
362
+ }
363
+ const AsynchronousWait$1 = forwardRef(AsynchronousWait);
364
+ const Icon$2R = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
265
365
  /* @__PURE__ */ jsx(
266
366
  "path",
267
367
  {
@@ -281,10 +381,10 @@ const Icon$2Q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
281
381
  }
282
382
  )
283
383
  ] });
284
- const BaseSvgIcon$2Q = createSvgIcon(Icon$2Q(), "Autostyle");
384
+ const BaseSvgIcon$2R = createSvgIcon(Icon$2R(), "Autostyle");
285
385
  function Autostyle({ width, height, sx, ...props }, ref) {
286
386
  return /* @__PURE__ */ jsx(
287
- BaseSvgIcon$2Q,
387
+ BaseSvgIcon$2R,
288
388
  {
289
389
  ref,
290
390
  viewBox: "0 0 24 24",
@@ -298,7 +398,7 @@ function Autostyle({ width, height, sx, ...props }, ref) {
298
398
  );
299
399
  }
300
400
  const Autostyle$1 = forwardRef(Autostyle);
301
- const Icon$2P = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
401
+ const Icon$2Q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
302
402
  /* @__PURE__ */ jsx(
303
403
  "path",
304
404
  {
@@ -316,10 +416,10 @@ const Icon$2P = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
316
416
  }
317
417
  )
318
418
  ] });
319
- const BaseSvgIcon$2P = createSvgIcon(Icon$2P(), "Avg");
419
+ const BaseSvgIcon$2Q = createSvgIcon(Icon$2Q(), "Avg");
320
420
  function Avg({ width, height, sx, ...props }, ref) {
321
421
  return /* @__PURE__ */ jsx(
322
- BaseSvgIcon$2P,
422
+ BaseSvgIcon$2Q,
323
423
  {
324
424
  ref,
325
425
  viewBox: "0 0 24 24",
@@ -333,7 +433,7 @@ function Avg({ width, height, sx, ...props }, ref) {
333
433
  );
334
434
  }
335
435
  const Avg$1 = forwardRef(Avg);
336
- const Icon$2O = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
436
+ const Icon$2P = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
337
437
  "path",
338
438
  {
339
439
  fill: "currentColor",
@@ -342,10 +442,10 @@ const Icon$2O = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
342
442
  clipRule: "evenodd"
343
443
  }
344
444
  ) });
345
- const BaseSvgIcon$2O = createSvgIcon(Icon$2O(), "Behavioral");
445
+ const BaseSvgIcon$2P = createSvgIcon(Icon$2P(), "Behavioral");
346
446
  function Behavioral({ width, height, sx, ...props }, ref) {
347
447
  return /* @__PURE__ */ jsx(
348
- BaseSvgIcon$2O,
448
+ BaseSvgIcon$2P,
349
449
  {
350
450
  ref,
351
451
  viewBox: "0 0 24 24",
@@ -359,7 +459,7 @@ function Behavioral({ width, height, sx, ...props }, ref) {
359
459
  );
360
460
  }
361
461
  const Behavioral$1 = forwardRef(Behavioral);
362
- const Icon$2N = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
462
+ const Icon$2O = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
363
463
  /* @__PURE__ */ jsx(
364
464
  "path",
365
465
  {
@@ -377,10 +477,10 @@ const Icon$2N = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
377
477
  }
378
478
  )
379
479
  ] });
380
- const BaseSvgIcon$2N = createSvgIcon(Icon$2N(), "Bigquery");
480
+ const BaseSvgIcon$2O = createSvgIcon(Icon$2O(), "Bigquery");
381
481
  function Bigquery({ width, height, sx, ...props }, ref) {
382
482
  return /* @__PURE__ */ jsx(
383
- BaseSvgIcon$2N,
483
+ BaseSvgIcon$2O,
384
484
  {
385
485
  ref,
386
486
  viewBox: "0 0 24 24",
@@ -394,7 +494,7 @@ function Bigquery({ width, height, sx, ...props }, ref) {
394
494
  );
395
495
  }
396
496
  const Bigquery$1 = forwardRef(Bigquery);
397
- const Icon$2M = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
497
+ const Icon$2N = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
398
498
  "path",
399
499
  {
400
500
  fill: "currentColor",
@@ -403,10 +503,10 @@ const Icon$2M = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
403
503
  clipRule: "evenodd"
404
504
  }
405
505
  ) });
406
- const BaseSvgIcon$2M = createSvgIcon(Icon$2M(), "Blending");
506
+ const BaseSvgIcon$2N = createSvgIcon(Icon$2N(), "Blending");
407
507
  function Blending({ width, height, sx, ...props }, ref) {
408
508
  return /* @__PURE__ */ jsx(
409
- BaseSvgIcon$2M,
509
+ BaseSvgIcon$2N,
410
510
  {
411
511
  ref,
412
512
  viewBox: "0 0 24 24",
@@ -420,7 +520,7 @@ function Blending({ width, height, sx, ...props }, ref) {
420
520
  );
421
521
  }
422
522
  const Blending$1 = forwardRef(Blending);
423
- const Icon$2L = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
523
+ const Icon$2M = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
424
524
  "path",
425
525
  {
426
526
  fill: "currentColor",
@@ -429,10 +529,10 @@ const Icon$2L = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
429
529
  clipRule: "evenodd"
430
530
  }
431
531
  ) });
432
- const BaseSvgIcon$2L = createSvgIcon(Icon$2L(), "BlockLabel");
532
+ const BaseSvgIcon$2M = createSvgIcon(Icon$2M(), "BlockLabel");
433
533
  function BlockLabel({ width, height, sx, ...props }, ref) {
434
534
  return /* @__PURE__ */ jsx(
435
- BaseSvgIcon$2L,
535
+ BaseSvgIcon$2M,
436
536
  {
437
537
  ref,
438
538
  viewBox: "0 0 24 24",
@@ -446,7 +546,7 @@ function BlockLabel({ width, height, sx, ...props }, ref) {
446
546
  );
447
547
  }
448
548
  const BlockLabel$1 = forwardRef(BlockLabel);
449
- const Icon$2K = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
549
+ const Icon$2L = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
450
550
  /* @__PURE__ */ jsx(
451
551
  "path",
452
552
  {
@@ -464,10 +564,10 @@ const Icon$2K = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
464
564
  }
465
565
  )
466
566
  ] });
467
- const BaseSvgIcon$2K = createSvgIcon(Icon$2K(), "BlockLabelOff");
567
+ const BaseSvgIcon$2L = createSvgIcon(Icon$2L(), "BlockLabelOff");
468
568
  function BlockLabelOff({ width, height, sx, ...props }, ref) {
469
569
  return /* @__PURE__ */ jsx(
470
- BaseSvgIcon$2K,
570
+ BaseSvgIcon$2L,
471
571
  {
472
572
  ref,
473
573
  viewBox: "0 0 24 24",
@@ -481,17 +581,17 @@ function BlockLabelOff({ width, height, sx, ...props }, ref) {
481
581
  );
482
582
  }
483
583
  const BlockLabelOff$1 = forwardRef(BlockLabelOff);
484
- const Icon$2J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
584
+ const Icon$2K = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
485
585
  "path",
486
586
  {
487
587
  fill: "currentColor",
488
588
  d: "M18 18v-2H6v2zM7.41 5.59 12 10.18l4.59-4.59L18 7l-6 6-6-6z"
489
589
  }
490
590
  ) });
491
- const BaseSvgIcon$2J = createSvgIcon(Icon$2J(), "BottomRow");
591
+ const BaseSvgIcon$2K = createSvgIcon(Icon$2K(), "BottomRow");
492
592
  function BottomRow({ width, height, sx, ...props }, ref) {
493
593
  return /* @__PURE__ */ jsx(
494
- BaseSvgIcon$2J,
594
+ BaseSvgIcon$2K,
495
595
  {
496
596
  ref,
497
597
  viewBox: "0 0 24 24",
@@ -505,7 +605,7 @@ function BottomRow({ width, height, sx, ...props }, ref) {
505
605
  );
506
606
  }
507
607
  const BottomRow$1 = forwardRef(BottomRow);
508
- const Icon$2I = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
608
+ const Icon$2J = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
509
609
  /* @__PURE__ */ jsx(
510
610
  "path",
511
611
  {
@@ -523,10 +623,10 @@ const Icon$2I = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
523
623
  }
524
624
  )
525
625
  ] });
526
- const BaseSvgIcon$2I = createSvgIcon(Icon$2I(), "Carto");
626
+ const BaseSvgIcon$2J = createSvgIcon(Icon$2J(), "Carto");
527
627
  function Carto({ width, height, sx, ...props }, ref) {
528
628
  return /* @__PURE__ */ jsx(
529
- BaseSvgIcon$2I,
629
+ BaseSvgIcon$2J,
530
630
  {
531
631
  ref,
532
632
  viewBox: "0 0 24 24",
@@ -540,7 +640,7 @@ function Carto({ width, height, sx, ...props }, ref) {
540
640
  );
541
641
  }
542
642
  const Carto$1 = forwardRef(Carto);
543
- const Icon$2H = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
643
+ const Icon$2I = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
544
644
  /* @__PURE__ */ jsx(
545
645
  "path",
546
646
  {
@@ -556,10 +656,10 @@ const Icon$2H = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
556
656
  }
557
657
  )
558
658
  ] });
559
- const BaseSvgIcon$2H = createSvgIcon(Icon$2H(), "CartoAi");
659
+ const BaseSvgIcon$2I = createSvgIcon(Icon$2I(), "CartoAi");
560
660
  function CartoAi({ width, height, sx, ...props }, ref) {
561
661
  return /* @__PURE__ */ jsx(
562
- BaseSvgIcon$2H,
662
+ BaseSvgIcon$2I,
563
663
  {
564
664
  ref,
565
665
  viewBox: "0 0 24 24",
@@ -573,7 +673,7 @@ function CartoAi({ width, height, sx, ...props }, ref) {
573
673
  );
574
674
  }
575
675
  const CartoAi$1 = forwardRef(CartoAi);
576
- const Icon$2G = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
676
+ const Icon$2H = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
577
677
  /* @__PURE__ */ jsx(
578
678
  "path",
579
679
  {
@@ -591,10 +691,10 @@ const Icon$2G = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
591
691
  }
592
692
  )
593
693
  ] });
594
- const BaseSvgIcon$2G = createSvgIcon(Icon$2G(), "CartoSymbol");
694
+ const BaseSvgIcon$2H = createSvgIcon(Icon$2H(), "CartoSymbol");
595
695
  function CartoSymbol({ width, height, sx, ...props }, ref) {
596
696
  return /* @__PURE__ */ jsx(
597
- BaseSvgIcon$2G,
697
+ BaseSvgIcon$2H,
598
698
  {
599
699
  ref,
600
700
  viewBox: "0 0 24 24",
@@ -608,7 +708,7 @@ function CartoSymbol({ width, height, sx, ...props }, ref) {
608
708
  );
609
709
  }
610
710
  const CartoSymbol$1 = forwardRef(CartoSymbol);
611
- const Icon$2F = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
711
+ const Icon$2G = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
612
712
  /* @__PURE__ */ jsxs(
613
713
  "g",
614
714
  {
@@ -624,10 +724,10 @@ const Icon$2F = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
624
724
  ),
625
725
  /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
626
726
  ] });
627
- const BaseSvgIcon$2F = createSvgIcon(Icon$2F(), "CatalogView");
727
+ const BaseSvgIcon$2G = createSvgIcon(Icon$2G(), "CatalogView");
628
728
  function CatalogView({ width, height, sx, ...props }, ref) {
629
729
  return /* @__PURE__ */ jsx(
630
- BaseSvgIcon$2F,
730
+ BaseSvgIcon$2G,
631
731
  {
632
732
  ref,
633
733
  viewBox: "0 0 24 24",
@@ -641,7 +741,7 @@ function CatalogView({ width, height, sx, ...props }, ref) {
641
741
  );
642
742
  }
643
743
  const CatalogView$1 = forwardRef(CatalogView);
644
- const Icon$2E = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
744
+ const Icon$2F = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
645
745
  /* @__PURE__ */ jsx(
646
746
  "path",
647
747
  {
@@ -661,10 +761,10 @@ const Icon$2E = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
661
761
  }
662
762
  )
663
763
  ] });
664
- const BaseSvgIcon$2E = createSvgIcon(Icon$2E(), "CatastropheModeling");
764
+ const BaseSvgIcon$2F = createSvgIcon(Icon$2F(), "CatastropheModeling");
665
765
  function CatastropheModeling({ width, height, sx, ...props }, ref) {
666
766
  return /* @__PURE__ */ jsx(
667
- BaseSvgIcon$2E,
767
+ BaseSvgIcon$2F,
668
768
  {
669
769
  ref,
670
770
  viewBox: "0 0 24 24",
@@ -678,7 +778,7 @@ function CatastropheModeling({ width, height, sx, ...props }, ref) {
678
778
  );
679
779
  }
680
780
  const CatastropheModeling$1 = forwardRef(CatastropheModeling);
681
- const Icon$2D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
781
+ const Icon$2E = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
682
782
  "path",
683
783
  {
684
784
  fill: "currentColor",
@@ -687,10 +787,10 @@ const Icon$2D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
687
787
  clipRule: "evenodd"
688
788
  }
689
789
  ) });
690
- const BaseSvgIcon$2D = createSvgIcon(Icon$2D(), "Center");
790
+ const BaseSvgIcon$2E = createSvgIcon(Icon$2E(), "Center");
691
791
  function Center({ width, height, sx, ...props }, ref) {
692
792
  return /* @__PURE__ */ jsx(
693
- BaseSvgIcon$2D,
793
+ BaseSvgIcon$2E,
694
794
  {
695
795
  ref,
696
796
  viewBox: "0 0 24 24",
@@ -704,7 +804,7 @@ function Center({ width, height, sx, ...props }, ref) {
704
804
  );
705
805
  }
706
806
  const Center$1 = forwardRef(Center);
707
- const Icon$2C = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
807
+ const Icon$2D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
708
808
  "path",
709
809
  {
710
810
  fill: "currentColor",
@@ -713,10 +813,10 @@ const Icon$2C = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
713
813
  clipRule: "evenodd"
714
814
  }
715
815
  ) });
716
- const BaseSvgIcon$2C = createSvgIcon(Icon$2C(), "CenterLayer");
816
+ const BaseSvgIcon$2D = createSvgIcon(Icon$2D(), "CenterLayer");
717
817
  function CenterLayer({ width, height, sx, ...props }, ref) {
718
818
  return /* @__PURE__ */ jsx(
719
- BaseSvgIcon$2C,
819
+ BaseSvgIcon$2D,
720
820
  {
721
821
  ref,
722
822
  viewBox: "0 0 24 24",
@@ -730,7 +830,7 @@ function CenterLayer({ width, height, sx, ...props }, ref) {
730
830
  );
731
831
  }
732
832
  const CenterLayer$1 = forwardRef(CenterLayer);
733
- const Icon$2B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
833
+ const Icon$2C = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
734
834
  "path",
735
835
  {
736
836
  fill: "currentColor",
@@ -739,10 +839,10 @@ const Icon$2B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
739
839
  clipRule: "evenodd"
740
840
  }
741
841
  ) });
742
- const BaseSvgIcon$2B = createSvgIcon(Icon$2B(), "CloseDiagonallyLeft");
842
+ const BaseSvgIcon$2C = createSvgIcon(Icon$2C(), "CloseDiagonallyLeft");
743
843
  function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
744
844
  return /* @__PURE__ */ jsx(
745
- BaseSvgIcon$2B,
845
+ BaseSvgIcon$2C,
746
846
  {
747
847
  ref,
748
848
  viewBox: "0 0 24 24",
@@ -756,7 +856,7 @@ function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
756
856
  );
757
857
  }
758
858
  const CloseDiagonallyLeft$1 = forwardRef(CloseDiagonallyLeft);
759
- const Icon$2A = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
859
+ const Icon$2B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
760
860
  "path",
761
861
  {
762
862
  fill: "currentColor",
@@ -765,10 +865,10 @@ const Icon$2A = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
765
865
  clipRule: "evenodd"
766
866
  }
767
867
  ) });
768
- const BaseSvgIcon$2A = createSvgIcon(Icon$2A(), "CloseVertically");
868
+ const BaseSvgIcon$2B = createSvgIcon(Icon$2B(), "CloseVertically");
769
869
  function CloseVertically({ width, height, sx, ...props }, ref) {
770
870
  return /* @__PURE__ */ jsx(
771
- BaseSvgIcon$2A,
871
+ BaseSvgIcon$2B,
772
872
  {
773
873
  ref,
774
874
  viewBox: "0 0 24 24",
@@ -782,7 +882,7 @@ function CloseVertically({ width, height, sx, ...props }, ref) {
782
882
  );
783
883
  }
784
884
  const CloseVertically$1 = forwardRef(CloseVertically);
785
- const Icon$2z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
885
+ const Icon$2A = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
786
886
  /* @__PURE__ */ jsx(
787
887
  "path",
788
888
  {
@@ -798,10 +898,10 @@ const Icon$2z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
798
898
  }
799
899
  )
800
900
  ] });
801
- const BaseSvgIcon$2z = createSvgIcon(Icon$2z(), "CodeBlock");
901
+ const BaseSvgIcon$2A = createSvgIcon(Icon$2A(), "CodeBlock");
802
902
  function CodeBlock({ width, height, sx, ...props }, ref) {
803
903
  return /* @__PURE__ */ jsx(
804
- BaseSvgIcon$2z,
904
+ BaseSvgIcon$2A,
805
905
  {
806
906
  ref,
807
907
  viewBox: "0 0 24 24",
@@ -815,17 +915,17 @@ function CodeBlock({ width, height, sx, ...props }, ref) {
815
915
  );
816
916
  }
817
917
  const CodeBlock$1 = forwardRef(CodeBlock);
818
- const Icon$2y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
918
+ const Icon$2z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
819
919
  "path",
820
920
  {
821
921
  fill: "currentColor",
822
922
  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"
823
923
  }
824
924
  ) });
825
- const BaseSvgIcon$2y = createSvgIcon(Icon$2y(), "Comments");
925
+ const BaseSvgIcon$2z = createSvgIcon(Icon$2z(), "Comments");
826
926
  function Comments({ width, height, sx, ...props }, ref) {
827
927
  return /* @__PURE__ */ jsx(
828
- BaseSvgIcon$2y,
928
+ BaseSvgIcon$2z,
829
929
  {
830
930
  ref,
831
931
  viewBox: "0 0 24 24",
@@ -839,7 +939,7 @@ function Comments({ width, height, sx, ...props }, ref) {
839
939
  );
840
940
  }
841
941
  const Comments$1 = forwardRef(Comments);
842
- const Icon$2x = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
942
+ const Icon$2y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
843
943
  "path",
844
944
  {
845
945
  fill: "currentColor",
@@ -848,10 +948,10 @@ const Icon$2x = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
848
948
  clipRule: "evenodd"
849
949
  }
850
950
  ) });
851
- const BaseSvgIcon$2x = createSvgIcon(Icon$2x(), "Console");
951
+ const BaseSvgIcon$2y = createSvgIcon(Icon$2y(), "Console");
852
952
  function Console({ width, height, sx, ...props }, ref) {
853
953
  return /* @__PURE__ */ jsx(
854
- BaseSvgIcon$2x,
954
+ BaseSvgIcon$2y,
855
955
  {
856
956
  ref,
857
957
  viewBox: "0 0 24 24",
@@ -865,7 +965,7 @@ function Console({ width, height, sx, ...props }, ref) {
865
965
  );
866
966
  }
867
967
  const Console$1 = forwardRef(Console);
868
- const Icon$2w = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
968
+ const Icon$2x = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
869
969
  "path",
870
970
  {
871
971
  fill: "currentColor",
@@ -874,10 +974,10 @@ const Icon$2w = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
874
974
  clipRule: "evenodd"
875
975
  }
876
976
  ) });
877
- const BaseSvgIcon$2w = createSvgIcon(Icon$2w(), "Covid19");
977
+ const BaseSvgIcon$2x = createSvgIcon(Icon$2x(), "Covid19");
878
978
  function Covid19({ width, height, sx, ...props }, ref) {
879
979
  return /* @__PURE__ */ jsx(
880
- BaseSvgIcon$2w,
980
+ BaseSvgIcon$2x,
881
981
  {
882
982
  ref,
883
983
  viewBox: "0 0 24 24",
@@ -891,7 +991,7 @@ function Covid19({ width, height, sx, ...props }, ref) {
891
991
  );
892
992
  }
893
993
  const Covid19$1 = forwardRef(Covid19);
894
- const Icon$2v = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
994
+ const Icon$2w = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
895
995
  "path",
896
996
  {
897
997
  fill: "currentColor",
@@ -900,10 +1000,10 @@ const Icon$2v = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
900
1000
  clipRule: "evenodd"
901
1001
  }
902
1002
  ) });
903
- const BaseSvgIcon$2v = createSvgIcon(Icon$2v(), "CreateMap");
1003
+ const BaseSvgIcon$2w = createSvgIcon(Icon$2w(), "CreateMap");
904
1004
  function CreateMap({ width, height, sx, ...props }, ref) {
905
1005
  return /* @__PURE__ */ jsx(
906
- BaseSvgIcon$2v,
1006
+ BaseSvgIcon$2w,
907
1007
  {
908
1008
  ref,
909
1009
  viewBox: "0 0 24 24",
@@ -917,17 +1017,17 @@ function CreateMap({ width, height, sx, ...props }, ref) {
917
1017
  );
918
1018
  }
919
1019
  const CreateMap$1 = forwardRef(CreateMap);
920
- const Icon$2u = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1020
+ const Icon$2v = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
921
1021
  "path",
922
1022
  {
923
1023
  fill: "currentColor",
924
1024
  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"
925
1025
  }
926
1026
  ) });
927
- const BaseSvgIcon$2u = createSvgIcon(Icon$2u(), "CreateSpatialAnalysis");
1027
+ const BaseSvgIcon$2v = createSvgIcon(Icon$2v(), "CreateSpatialAnalysis");
928
1028
  function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
929
1029
  return /* @__PURE__ */ jsx(
930
- BaseSvgIcon$2u,
1030
+ BaseSvgIcon$2v,
931
1031
  {
932
1032
  ref,
933
1033
  viewBox: "0 0 24 24",
@@ -941,7 +1041,7 @@ function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
941
1041
  );
942
1042
  }
943
1043
  const CreateSpatialAnalysis$1 = forwardRef(CreateSpatialAnalysis);
944
- const Icon$2t = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1044
+ const Icon$2u = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
945
1045
  /* @__PURE__ */ jsx(
946
1046
  "path",
947
1047
  {
@@ -959,10 +1059,10 @@ const Icon$2t = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
959
1059
  }
960
1060
  )
961
1061
  ] });
962
- const BaseSvgIcon$2t = createSvgIcon(Icon$2t(), "CreateTileset");
1062
+ const BaseSvgIcon$2u = createSvgIcon(Icon$2u(), "CreateTileset");
963
1063
  function CreateTileset({ width, height, sx, ...props }, ref) {
964
1064
  return /* @__PURE__ */ jsx(
965
- BaseSvgIcon$2t,
1065
+ BaseSvgIcon$2u,
966
1066
  {
967
1067
  ref,
968
1068
  viewBox: "0 0 24 24",
@@ -976,7 +1076,7 @@ function CreateTileset({ width, height, sx, ...props }, ref) {
976
1076
  );
977
1077
  }
978
1078
  const CreateTileset$1 = forwardRef(CreateTileset);
979
- const Icon$2s = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1079
+ const Icon$2t = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
980
1080
  "path",
981
1081
  {
982
1082
  fill: "currentColor",
@@ -985,10 +1085,10 @@ const Icon$2s = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
985
1085
  clipRule: "evenodd"
986
1086
  }
987
1087
  ) });
988
- const BaseSvgIcon$2s = createSvgIcon(Icon$2s(), "CreateWorkflow");
1088
+ const BaseSvgIcon$2t = createSvgIcon(Icon$2t(), "CreateWorkflow");
989
1089
  function CreateWorkflow({ width, height, sx, ...props }, ref) {
990
1090
  return /* @__PURE__ */ jsx(
991
- BaseSvgIcon$2s,
1091
+ BaseSvgIcon$2t,
992
1092
  {
993
1093
  ref,
994
1094
  viewBox: "0 0 24 24",
@@ -1002,7 +1102,7 @@ function CreateWorkflow({ width, height, sx, ...props }, ref) {
1002
1102
  );
1003
1103
  }
1004
1104
  const CreateWorkflow$1 = forwardRef(CreateWorkflow);
1005
- const Icon$2r = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1105
+ const Icon$2s = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1006
1106
  "path",
1007
1107
  {
1008
1108
  fill: "currentColor",
@@ -1011,10 +1111,10 @@ const Icon$2r = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1011
1111
  clipRule: "evenodd"
1012
1112
  }
1013
1113
  ) });
1014
- const BaseSvgIcon$2r = createSvgIcon(Icon$2r(), "Data");
1114
+ const BaseSvgIcon$2s = createSvgIcon(Icon$2s(), "Data");
1015
1115
  function Data({ width, height, sx, ...props }, ref) {
1016
1116
  return /* @__PURE__ */ jsx(
1017
- BaseSvgIcon$2r,
1117
+ BaseSvgIcon$2s,
1018
1118
  {
1019
1119
  ref,
1020
1120
  viewBox: "0 0 24 24",
@@ -1028,7 +1128,7 @@ function Data({ width, height, sx, ...props }, ref) {
1028
1128
  );
1029
1129
  }
1030
1130
  const Data$1 = forwardRef(Data);
1031
- const Icon$2q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1131
+ const Icon$2r = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1032
1132
  /* @__PURE__ */ jsx(
1033
1133
  "path",
1034
1134
  {
@@ -1048,10 +1148,10 @@ const Icon$2q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
1048
1148
  }
1049
1149
  )
1050
1150
  ] });
1051
- const BaseSvgIcon$2q = createSvgIcon(Icon$2q(), "DataAccess");
1151
+ const BaseSvgIcon$2r = createSvgIcon(Icon$2r(), "DataAccess");
1052
1152
  function DataAccess({ width, height, sx, ...props }, ref) {
1053
1153
  return /* @__PURE__ */ jsx(
1054
- BaseSvgIcon$2q,
1154
+ BaseSvgIcon$2r,
1055
1155
  {
1056
1156
  ref,
1057
1157
  viewBox: "0 0 24 24",
@@ -1065,7 +1165,7 @@ function DataAccess({ width, height, sx, ...props }, ref) {
1065
1165
  );
1066
1166
  }
1067
1167
  const DataAccess$1 = forwardRef(DataAccess);
1068
- const Icon$2p = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1168
+ const Icon$2q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1069
1169
  /* @__PURE__ */ jsx(
1070
1170
  "path",
1071
1171
  {
@@ -1085,10 +1185,10 @@ const Icon$2p = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
1085
1185
  }
1086
1186
  )
1087
1187
  ] });
1088
- const BaseSvgIcon$2p = createSvgIcon(Icon$2p(), "DataExplorer");
1188
+ const BaseSvgIcon$2q = createSvgIcon(Icon$2q(), "DataExplorer");
1089
1189
  function DataExplorer({ width, height, sx, ...props }, ref) {
1090
1190
  return /* @__PURE__ */ jsx(
1091
- BaseSvgIcon$2p,
1191
+ BaseSvgIcon$2q,
1092
1192
  {
1093
1193
  ref,
1094
1194
  viewBox: "0 0 24 24",
@@ -1102,7 +1202,7 @@ function DataExplorer({ width, height, sx, ...props }, ref) {
1102
1202
  );
1103
1203
  }
1104
1204
  const DataExplorer$1 = forwardRef(DataExplorer);
1105
- const Icon$2o = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1205
+ const Icon$2p = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1106
1206
  /* @__PURE__ */ jsx(
1107
1207
  "path",
1108
1208
  {
@@ -1122,10 +1222,10 @@ const Icon$2o = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
1122
1222
  }
1123
1223
  )
1124
1224
  ] });
1125
- const BaseSvgIcon$2o = createSvgIcon(Icon$2o(), "DataFilter");
1225
+ const BaseSvgIcon$2p = createSvgIcon(Icon$2p(), "DataFilter");
1126
1226
  function DataFilter({ width, height, sx, ...props }, ref) {
1127
1227
  return /* @__PURE__ */ jsx(
1128
- BaseSvgIcon$2o,
1228
+ BaseSvgIcon$2p,
1129
1229
  {
1130
1230
  ref,
1131
1231
  viewBox: "0 0 24 24",
@@ -1139,7 +1239,7 @@ function DataFilter({ width, height, sx, ...props }, ref) {
1139
1239
  );
1140
1240
  }
1141
1241
  const DataFilter$1 = forwardRef(DataFilter);
1142
- const Icon$2n = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1242
+ const Icon$2o = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1143
1243
  /* @__PURE__ */ jsx(
1144
1244
  "path",
1145
1245
  {
@@ -1157,10 +1257,10 @@ const Icon$2n = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
1157
1257
  }
1158
1258
  )
1159
1259
  ] });
1160
- const BaseSvgIcon$2n = createSvgIcon(Icon$2n(), "DataMonetization");
1260
+ const BaseSvgIcon$2o = createSvgIcon(Icon$2o(), "DataMonetization");
1161
1261
  function DataMonetization({ width, height, sx, ...props }, ref) {
1162
1262
  return /* @__PURE__ */ jsx(
1163
- BaseSvgIcon$2n,
1263
+ BaseSvgIcon$2o,
1164
1264
  {
1165
1265
  ref,
1166
1266
  viewBox: "0 0 24 24",
@@ -1174,7 +1274,7 @@ function DataMonetization({ width, height, sx, ...props }, ref) {
1174
1274
  );
1175
1275
  }
1176
1276
  const DataMonetization$1 = forwardRef(DataMonetization);
1177
- const Icon$2m = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1277
+ const Icon$2n = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1178
1278
  "path",
1179
1279
  {
1180
1280
  fill: "currentColor",
@@ -1183,10 +1283,10 @@ const Icon$2m = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1183
1283
  clipRule: "evenodd"
1184
1284
  }
1185
1285
  ) });
1186
- const BaseSvgIcon$2m = createSvgIcon(Icon$2m(), "DataObservatory");
1286
+ const BaseSvgIcon$2n = createSvgIcon(Icon$2n(), "DataObservatory");
1187
1287
  function DataObservatory({ width, height, sx, ...props }, ref) {
1188
1288
  return /* @__PURE__ */ jsx(
1189
- BaseSvgIcon$2m,
1289
+ BaseSvgIcon$2n,
1190
1290
  {
1191
1291
  ref,
1192
1292
  viewBox: "0 0 24 24",
@@ -1200,7 +1300,7 @@ function DataObservatory({ width, height, sx, ...props }, ref) {
1200
1300
  );
1201
1301
  }
1202
1302
  const DataObservatory$1 = forwardRef(DataObservatory);
1203
- const Icon$2l = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1303
+ const Icon$2m = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1204
1304
  /* @__PURE__ */ jsx(
1205
1305
  "path",
1206
1306
  {
@@ -1218,10 +1318,10 @@ const Icon$2l = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
1218
1318
  }
1219
1319
  )
1220
1320
  ] });
1221
- const BaseSvgIcon$2l = createSvgIcon(Icon$2l(), "DataOk");
1321
+ const BaseSvgIcon$2m = createSvgIcon(Icon$2m(), "DataOk");
1222
1322
  function DataOk({ width, height, sx, ...props }, ref) {
1223
1323
  return /* @__PURE__ */ jsx(
1224
- BaseSvgIcon$2l,
1324
+ BaseSvgIcon$2m,
1225
1325
  {
1226
1326
  ref,
1227
1327
  viewBox: "0 0 24 24",
@@ -1235,7 +1335,7 @@ function DataOk({ width, height, sx, ...props }, ref) {
1235
1335
  );
1236
1336
  }
1237
1337
  const DataOk$1 = forwardRef(DataOk);
1238
- const Icon$2k = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1338
+ const Icon$2l = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1239
1339
  /* @__PURE__ */ jsx(
1240
1340
  "path",
1241
1341
  {
@@ -1255,10 +1355,10 @@ const Icon$2k = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
1255
1355
  }
1256
1356
  )
1257
1357
  ] });
1258
- const BaseSvgIcon$2k = createSvgIcon(Icon$2k(), "DataPending");
1358
+ const BaseSvgIcon$2l = createSvgIcon(Icon$2l(), "DataPending");
1259
1359
  function DataPending({ width, height, sx, ...props }, ref) {
1260
1360
  return /* @__PURE__ */ jsx(
1261
- BaseSvgIcon$2k,
1361
+ BaseSvgIcon$2l,
1262
1362
  {
1263
1363
  ref,
1264
1364
  viewBox: "0 0 24 24",
@@ -1272,7 +1372,7 @@ function DataPending({ width, height, sx, ...props }, ref) {
1272
1372
  );
1273
1373
  }
1274
1374
  const DataPending$1 = forwardRef(DataPending);
1275
- const Icon$2j = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1375
+ const Icon$2k = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1276
1376
  /* @__PURE__ */ jsx(
1277
1377
  "path",
1278
1378
  {
@@ -1290,10 +1390,10 @@ const Icon$2j = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
1290
1390
  }
1291
1391
  )
1292
1392
  ] });
1293
- const BaseSvgIcon$2j = createSvgIcon(Icon$2j(), "DataPremium");
1393
+ const BaseSvgIcon$2k = createSvgIcon(Icon$2k(), "DataPremium");
1294
1394
  function DataPremium({ width, height, sx, ...props }, ref) {
1295
1395
  return /* @__PURE__ */ jsx(
1296
- BaseSvgIcon$2j,
1396
+ BaseSvgIcon$2k,
1297
1397
  {
1298
1398
  ref,
1299
1399
  viewBox: "0 0 24 24",
@@ -1307,7 +1407,7 @@ function DataPremium({ width, height, sx, ...props }, ref) {
1307
1407
  );
1308
1408
  }
1309
1409
  const DataPremium$1 = forwardRef(DataPremium);
1310
- const Icon$2i = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1410
+ const Icon$2j = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1311
1411
  /* @__PURE__ */ jsx(
1312
1412
  "path",
1313
1413
  {
@@ -1327,10 +1427,10 @@ const Icon$2i = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
1327
1427
  }
1328
1428
  )
1329
1429
  ] });
1330
- const BaseSvgIcon$2i = createSvgIcon(Icon$2i(), "DataPublic");
1430
+ const BaseSvgIcon$2j = createSvgIcon(Icon$2j(), "DataPublic");
1331
1431
  function DataPublic({ width, height, sx, ...props }, ref) {
1332
1432
  return /* @__PURE__ */ jsx(
1333
- BaseSvgIcon$2i,
1433
+ BaseSvgIcon$2j,
1334
1434
  {
1335
1435
  ref,
1336
1436
  viewBox: "0 0 24 24",
@@ -1344,7 +1444,7 @@ function DataPublic({ width, height, sx, ...props }, ref) {
1344
1444
  );
1345
1445
  }
1346
1446
  const DataPublic$1 = forwardRef(DataPublic);
1347
- const Icon$2h = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1447
+ const Icon$2i = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1348
1448
  /* @__PURE__ */ jsx(
1349
1449
  "path",
1350
1450
  {
@@ -1364,10 +1464,10 @@ const Icon$2h = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
1364
1464
  }
1365
1465
  )
1366
1466
  ] });
1367
- const BaseSvgIcon$2h = createSvgIcon(Icon$2h(), "DataSample");
1467
+ const BaseSvgIcon$2i = createSvgIcon(Icon$2i(), "DataSample");
1368
1468
  function DataSample({ width, height, sx, ...props }, ref) {
1369
1469
  return /* @__PURE__ */ jsx(
1370
- BaseSvgIcon$2h,
1470
+ BaseSvgIcon$2i,
1371
1471
  {
1372
1472
  ref,
1373
1473
  viewBox: "0 0 24 24",
@@ -1381,7 +1481,7 @@ function DataSample({ width, height, sx, ...props }, ref) {
1381
1481
  );
1382
1482
  }
1383
1483
  const DataSample$1 = forwardRef(DataSample);
1384
- const Icon$2g = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1484
+ const Icon$2h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1385
1485
  "path",
1386
1486
  {
1387
1487
  fill: "currentColor",
@@ -1390,10 +1490,10 @@ const Icon$2g = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1390
1490
  clipRule: "evenodd"
1391
1491
  }
1392
1492
  ) });
1393
- const BaseSvgIcon$2g = createSvgIcon(Icon$2g(), "DataUnavailable");
1493
+ const BaseSvgIcon$2h = createSvgIcon(Icon$2h(), "DataUnavailable");
1394
1494
  function DataUnavailable({ width, height, sx, ...props }, ref) {
1395
1495
  return /* @__PURE__ */ jsx(
1396
- BaseSvgIcon$2g,
1496
+ BaseSvgIcon$2h,
1397
1497
  {
1398
1498
  ref,
1399
1499
  viewBox: "0 0 24 24",
@@ -1407,7 +1507,7 @@ function DataUnavailable({ width, height, sx, ...props }, ref) {
1407
1507
  );
1408
1508
  }
1409
1509
  const DataUnavailable$1 = forwardRef(DataUnavailable);
1410
- const Icon$2f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1510
+ const Icon$2g = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1411
1511
  "path",
1412
1512
  {
1413
1513
  fill: "currentColor",
@@ -1416,10 +1516,10 @@ const Icon$2f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1416
1516
  clipRule: "evenodd"
1417
1517
  }
1418
1518
  ) });
1419
- const BaseSvgIcon$2f = createSvgIcon(Icon$2f(), "Databricks");
1519
+ const BaseSvgIcon$2g = createSvgIcon(Icon$2g(), "Databricks");
1420
1520
  function Databricks({ width, height, sx, ...props }, ref) {
1421
1521
  return /* @__PURE__ */ jsx(
1422
- BaseSvgIcon$2f,
1522
+ BaseSvgIcon$2g,
1423
1523
  {
1424
1524
  ref,
1425
1525
  viewBox: "0 0 24 24",
@@ -1433,7 +1533,7 @@ function Databricks({ width, height, sx, ...props }, ref) {
1433
1533
  );
1434
1534
  }
1435
1535
  const Databricks$1 = forwardRef(Databricks);
1436
- const Icon$2e = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1536
+ const Icon$2f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1437
1537
  "path",
1438
1538
  {
1439
1539
  fill: "currentColor",
@@ -1442,10 +1542,10 @@ const Icon$2e = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1442
1542
  clipRule: "evenodd"
1443
1543
  }
1444
1544
  ) });
1445
- const BaseSvgIcon$2e = createSvgIcon(Icon$2e(), "Demographics");
1545
+ const BaseSvgIcon$2f = createSvgIcon(Icon$2f(), "Demographics");
1446
1546
  function Demographics({ width, height, sx, ...props }, ref) {
1447
1547
  return /* @__PURE__ */ jsx(
1448
- BaseSvgIcon$2e,
1548
+ BaseSvgIcon$2f,
1449
1549
  {
1450
1550
  ref,
1451
1551
  viewBox: "0 0 24 24",
@@ -1459,7 +1559,7 @@ function Demographics({ width, height, sx, ...props }, ref) {
1459
1559
  );
1460
1560
  }
1461
1561
  const Demographics$1 = forwardRef(Demographics);
1462
- const Icon$2d = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1562
+ const Icon$2e = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1463
1563
  "path",
1464
1564
  {
1465
1565
  fill: "currentColor",
@@ -1468,10 +1568,10 @@ const Icon$2d = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1468
1568
  clipRule: "evenodd"
1469
1569
  }
1470
1570
  ) });
1471
- const BaseSvgIcon$2d = createSvgIcon(Icon$2d(), "Derived");
1571
+ const BaseSvgIcon$2e = createSvgIcon(Icon$2e(), "Derived");
1472
1572
  function Derived({ width, height, sx, ...props }, ref) {
1473
1573
  return /* @__PURE__ */ jsx(
1474
- BaseSvgIcon$2d,
1574
+ BaseSvgIcon$2e,
1475
1575
  {
1476
1576
  ref,
1477
1577
  viewBox: "0 0 24 24",
@@ -1485,7 +1585,7 @@ function Derived({ width, height, sx, ...props }, ref) {
1485
1585
  );
1486
1586
  }
1487
1587
  const Derived$1 = forwardRef(Derived);
1488
- const Icon$2c = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1588
+ const Icon$2d = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1489
1589
  "path",
1490
1590
  {
1491
1591
  fill: "currentColor",
@@ -1494,10 +1594,10 @@ const Icon$2c = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1494
1594
  clipRule: "evenodd"
1495
1595
  }
1496
1596
  ) });
1497
- const BaseSvgIcon$2c = createSvgIcon(Icon$2c(), "Distance");
1597
+ const BaseSvgIcon$2d = createSvgIcon(Icon$2d(), "Distance");
1498
1598
  function Distance({ width, height, sx, ...props }, ref) {
1499
1599
  return /* @__PURE__ */ jsx(
1500
- BaseSvgIcon$2c,
1600
+ BaseSvgIcon$2d,
1501
1601
  {
1502
1602
  ref,
1503
1603
  viewBox: "0 0 24 24",
@@ -1511,11 +1611,11 @@ function Distance({ width, height, sx, ...props }, ref) {
1511
1611
  );
1512
1612
  }
1513
1613
  const Distance$1 = forwardRef(Distance);
1514
- const Icon$2b = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("circle", { cx: 12, cy: 12, r: 5, fill: "currentColor" }) });
1515
- const BaseSvgIcon$2b = createSvgIcon(Icon$2b(), "Dot");
1614
+ const Icon$2c = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("circle", { cx: 12, cy: 12, r: 5, fill: "currentColor" }) });
1615
+ const BaseSvgIcon$2c = createSvgIcon(Icon$2c(), "Dot");
1516
1616
  function Dot({ width, height, sx, ...props }, ref) {
1517
1617
  return /* @__PURE__ */ jsx(
1518
- BaseSvgIcon$2b,
1618
+ BaseSvgIcon$2c,
1519
1619
  {
1520
1620
  ref,
1521
1621
  viewBox: "0 0 24 24",
@@ -1529,7 +1629,7 @@ function Dot({ width, height, sx, ...props }, ref) {
1529
1629
  );
1530
1630
  }
1531
1631
  const Dot$1 = forwardRef(Dot);
1532
- const Icon$2a = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1632
+ const Icon$2b = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1533
1633
  "path",
1534
1634
  {
1535
1635
  fill: "currentColor",
@@ -1538,10 +1638,10 @@ const Icon$2a = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1538
1638
  clipRule: "evenodd"
1539
1639
  }
1540
1640
  ) });
1541
- const BaseSvgIcon$2a = createSvgIcon(Icon$2a(), "DrawCircle");
1641
+ const BaseSvgIcon$2b = createSvgIcon(Icon$2b(), "DrawCircle");
1542
1642
  function DrawCircle({ width, height, sx, ...props }, ref) {
1543
1643
  return /* @__PURE__ */ jsx(
1544
- BaseSvgIcon$2a,
1644
+ BaseSvgIcon$2b,
1545
1645
  {
1546
1646
  ref,
1547
1647
  viewBox: "0 0 24 24",
@@ -1555,7 +1655,7 @@ function DrawCircle({ width, height, sx, ...props }, ref) {
1555
1655
  );
1556
1656
  }
1557
1657
  const DrawCircle$1 = forwardRef(DrawCircle);
1558
- const Icon$29 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1658
+ const Icon$2a = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1559
1659
  "path",
1560
1660
  {
1561
1661
  fill: "currentColor",
@@ -1564,10 +1664,10 @@ const Icon$29 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1564
1664
  clipRule: "evenodd"
1565
1665
  }
1566
1666
  ) });
1567
- const BaseSvgIcon$29 = createSvgIcon(Icon$29(), "DrawLasso");
1667
+ const BaseSvgIcon$2a = createSvgIcon(Icon$2a(), "DrawLasso");
1568
1668
  function DrawLasso({ width, height, sx, ...props }, ref) {
1569
1669
  return /* @__PURE__ */ jsx(
1570
- BaseSvgIcon$29,
1670
+ BaseSvgIcon$2a,
1571
1671
  {
1572
1672
  ref,
1573
1673
  viewBox: "0 0 24 24",
@@ -1581,17 +1681,17 @@ function DrawLasso({ width, height, sx, ...props }, ref) {
1581
1681
  );
1582
1682
  }
1583
1683
  const DrawLasso$1 = forwardRef(DrawLasso);
1584
- const Icon$28 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1684
+ const Icon$29 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1585
1685
  "path",
1586
1686
  {
1587
1687
  fill: "currentColor",
1588
1688
  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"
1589
1689
  }
1590
1690
  ) });
1591
- const BaseSvgIcon$28 = createSvgIcon(Icon$28(), "DrawLine");
1691
+ const BaseSvgIcon$29 = createSvgIcon(Icon$29(), "DrawLine");
1592
1692
  function DrawLine({ width, height, sx, ...props }, ref) {
1593
1693
  return /* @__PURE__ */ jsx(
1594
- BaseSvgIcon$28,
1694
+ BaseSvgIcon$29,
1595
1695
  {
1596
1696
  ref,
1597
1697
  viewBox: "0 0 24 24",
@@ -1605,7 +1705,7 @@ function DrawLine({ width, height, sx, ...props }, ref) {
1605
1705
  );
1606
1706
  }
1607
1707
  const DrawLine$1 = forwardRef(DrawLine);
1608
- const Icon$27 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1708
+ const Icon$28 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1609
1709
  "path",
1610
1710
  {
1611
1711
  fill: "currentColor",
@@ -1614,10 +1714,10 @@ const Icon$27 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1614
1714
  clipRule: "evenodd"
1615
1715
  }
1616
1716
  ) });
1617
- const BaseSvgIcon$27 = createSvgIcon(Icon$27(), "DrawPolygon");
1717
+ const BaseSvgIcon$28 = createSvgIcon(Icon$28(), "DrawPolygon");
1618
1718
  function DrawPolygon({ width, height, sx, ...props }, ref) {
1619
1719
  return /* @__PURE__ */ jsx(
1620
- BaseSvgIcon$27,
1720
+ BaseSvgIcon$28,
1621
1721
  {
1622
1722
  ref,
1623
1723
  viewBox: "0 0 24 24",
@@ -1631,7 +1731,7 @@ function DrawPolygon({ width, height, sx, ...props }, ref) {
1631
1731
  );
1632
1732
  }
1633
1733
  const DrawPolygon$1 = forwardRef(DrawPolygon);
1634
- const Icon$26 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1734
+ const Icon$27 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1635
1735
  "path",
1636
1736
  {
1637
1737
  fill: "currentColor",
@@ -1640,10 +1740,10 @@ const Icon$26 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1640
1740
  clipRule: "evenodd"
1641
1741
  }
1642
1742
  ) });
1643
- const BaseSvgIcon$26 = createSvgIcon(Icon$26(), "DrawSquare");
1743
+ const BaseSvgIcon$27 = createSvgIcon(Icon$27(), "DrawSquare");
1644
1744
  function DrawSquare({ width, height, sx, ...props }, ref) {
1645
1745
  return /* @__PURE__ */ jsx(
1646
- BaseSvgIcon$26,
1746
+ BaseSvgIcon$27,
1647
1747
  {
1648
1748
  ref,
1649
1749
  viewBox: "0 0 24 24",
@@ -1657,7 +1757,7 @@ function DrawSquare({ width, height, sx, ...props }, ref) {
1657
1757
  );
1658
1758
  }
1659
1759
  const DrawSquare$1 = forwardRef(DrawSquare);
1660
- const Icon$25 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1760
+ const Icon$26 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1661
1761
  /* @__PURE__ */ jsx(
1662
1762
  "path",
1663
1763
  {
@@ -1675,10 +1775,10 @@ const Icon$25 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
1675
1775
  }
1676
1776
  )
1677
1777
  ] });
1678
- const BaseSvgIcon$25 = createSvgIcon(Icon$25(), "DropAPin");
1778
+ const BaseSvgIcon$26 = createSvgIcon(Icon$26(), "DropAPin");
1679
1779
  function DropAPin({ width, height, sx, ...props }, ref) {
1680
1780
  return /* @__PURE__ */ jsx(
1681
- BaseSvgIcon$25,
1781
+ BaseSvgIcon$26,
1682
1782
  {
1683
1783
  ref,
1684
1784
  viewBox: "0 0 24 24",
@@ -1692,7 +1792,7 @@ function DropAPin({ width, height, sx, ...props }, ref) {
1692
1792
  );
1693
1793
  }
1694
1794
  const DropAPin$1 = forwardRef(DropAPin);
1695
- const Icon$24 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1795
+ const Icon$25 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1696
1796
  "path",
1697
1797
  {
1698
1798
  fill: "currentColor",
@@ -1701,10 +1801,10 @@ const Icon$24 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1701
1801
  clipRule: "evenodd"
1702
1802
  }
1703
1803
  ) });
1704
- const BaseSvgIcon$24 = createSvgIcon(Icon$24(), "DualMap");
1804
+ const BaseSvgIcon$25 = createSvgIcon(Icon$25(), "DualMap");
1705
1805
  function DualMap({ width, height, sx, ...props }, ref) {
1706
1806
  return /* @__PURE__ */ jsx(
1707
- BaseSvgIcon$24,
1807
+ BaseSvgIcon$25,
1708
1808
  {
1709
1809
  ref,
1710
1810
  viewBox: "0 0 24 24",
@@ -1718,7 +1818,7 @@ function DualMap({ width, height, sx, ...props }, ref) {
1718
1818
  );
1719
1819
  }
1720
1820
  const DualMap$1 = forwardRef(DualMap);
1721
- const Icon$23 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1821
+ const Icon$24 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1722
1822
  "path",
1723
1823
  {
1724
1824
  fill: "currentColor",
@@ -1727,10 +1827,10 @@ const Icon$23 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1727
1827
  clipRule: "evenodd"
1728
1828
  }
1729
1829
  ) });
1730
- const BaseSvgIcon$23 = createSvgIcon(Icon$23(), "Environmental");
1830
+ const BaseSvgIcon$24 = createSvgIcon(Icon$24(), "Environmental");
1731
1831
  function Environmental({ width, height, sx, ...props }, ref) {
1732
1832
  return /* @__PURE__ */ jsx(
1733
- BaseSvgIcon$23,
1833
+ BaseSvgIcon$24,
1734
1834
  {
1735
1835
  ref,
1736
1836
  viewBox: "0 0 24 24",
@@ -1744,7 +1844,7 @@ function Environmental({ width, height, sx, ...props }, ref) {
1744
1844
  );
1745
1845
  }
1746
1846
  const Environmental$1 = forwardRef(Environmental);
1747
- const Icon$22 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1847
+ const Icon$23 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1748
1848
  "path",
1749
1849
  {
1750
1850
  fill: "currentColor",
@@ -1753,10 +1853,10 @@ const Icon$22 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1753
1853
  clipRule: "evenodd"
1754
1854
  }
1755
1855
  ) });
1756
- const BaseSvgIcon$22 = createSvgIcon(Icon$22(), "EnvironmentalManagement");
1856
+ const BaseSvgIcon$23 = createSvgIcon(Icon$23(), "EnvironmentalManagement");
1757
1857
  function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
1758
1858
  return /* @__PURE__ */ jsx(
1759
- BaseSvgIcon$22,
1859
+ BaseSvgIcon$23,
1760
1860
  {
1761
1861
  ref,
1762
1862
  viewBox: "0 0 24 24",
@@ -1770,11 +1870,11 @@ function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
1770
1870
  );
1771
1871
  }
1772
1872
  const EnvironmentalManagement$1 = forwardRef(EnvironmentalManagement);
1773
- const Icon$21 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M4 17v-3h16v3zm0-7V7h16v3z" }) });
1774
- const BaseSvgIcon$21 = createSvgIcon(Icon$21(), "Equal");
1873
+ const Icon$22 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M4 17v-3h16v3zm0-7V7h16v3z" }) });
1874
+ const BaseSvgIcon$22 = createSvgIcon(Icon$22(), "Equal");
1775
1875
  function Equal({ width, height, sx, ...props }, ref) {
1776
1876
  return /* @__PURE__ */ jsx(
1777
- BaseSvgIcon$21,
1877
+ BaseSvgIcon$22,
1778
1878
  {
1779
1879
  ref,
1780
1880
  viewBox: "0 0 24 24",
@@ -1788,7 +1888,7 @@ function Equal({ width, height, sx, ...props }, ref) {
1788
1888
  );
1789
1889
  }
1790
1890
  const Equal$1 = forwardRef(Equal);
1791
- const Icon$20 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1891
+ const Icon$21 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1792
1892
  "path",
1793
1893
  {
1794
1894
  fill: "currentColor",
@@ -1797,10 +1897,10 @@ const Icon$20 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1797
1897
  clipRule: "evenodd"
1798
1898
  }
1799
1899
  ) });
1800
- const BaseSvgIcon$20 = createSvgIcon(Icon$20(), "ExitToAppLeft");
1900
+ const BaseSvgIcon$21 = createSvgIcon(Icon$21(), "ExitToAppLeft");
1801
1901
  function ExitToAppLeft({ width, height, sx, ...props }, ref) {
1802
1902
  return /* @__PURE__ */ jsx(
1803
- BaseSvgIcon$20,
1903
+ BaseSvgIcon$21,
1804
1904
  {
1805
1905
  ref,
1806
1906
  viewBox: "0 0 24 24",
@@ -1814,7 +1914,7 @@ function ExitToAppLeft({ width, height, sx, ...props }, ref) {
1814
1914
  );
1815
1915
  }
1816
1916
  const ExitToAppLeft$1 = forwardRef(ExitToAppLeft);
1817
- const Icon$1$ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1917
+ const Icon$20 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1818
1918
  "path",
1819
1919
  {
1820
1920
  fill: "currentColor",
@@ -1823,10 +1923,10 @@ const Icon$1$ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1823
1923
  clipRule: "evenodd"
1824
1924
  }
1825
1925
  ) });
1826
- const BaseSvgIcon$1$ = createSvgIcon(Icon$1$(), "Fabric");
1926
+ const BaseSvgIcon$20 = createSvgIcon(Icon$20(), "Fabric");
1827
1927
  function Fabric({ width, height, sx, ...props }, ref) {
1828
1928
  return /* @__PURE__ */ jsx(
1829
- BaseSvgIcon$1$,
1929
+ BaseSvgIcon$20,
1830
1930
  {
1831
1931
  ref,
1832
1932
  viewBox: "0 0 24 24",
@@ -1840,7 +1940,7 @@ function Fabric({ width, height, sx, ...props }, ref) {
1840
1940
  );
1841
1941
  }
1842
1942
  const Fabric$1 = forwardRef(Fabric);
1843
- const Icon$1_ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1943
+ const Icon$1$ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1844
1944
  "path",
1845
1945
  {
1846
1946
  fill: "currentColor",
@@ -1849,10 +1949,10 @@ const Icon$1_ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1849
1949
  clipRule: "evenodd"
1850
1950
  }
1851
1951
  ) });
1852
- const BaseSvgIcon$1_ = createSvgIcon(Icon$1_(), "Facebook");
1952
+ const BaseSvgIcon$1$ = createSvgIcon(Icon$1$(), "Facebook");
1853
1953
  function Facebook({ width, height, sx, ...props }, ref) {
1854
1954
  return /* @__PURE__ */ jsx(
1855
- BaseSvgIcon$1_,
1955
+ BaseSvgIcon$1$,
1856
1956
  {
1857
1957
  ref,
1858
1958
  viewBox: "0 0 24 24",
@@ -1866,7 +1966,7 @@ function Facebook({ width, height, sx, ...props }, ref) {
1866
1966
  );
1867
1967
  }
1868
1968
  const Facebook$1 = forwardRef(Facebook);
1869
- const Icon$1Z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1969
+ const Icon$1_ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1870
1970
  "path",
1871
1971
  {
1872
1972
  fill: "currentColor",
@@ -1875,10 +1975,10 @@ const Icon$1Z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1875
1975
  clipRule: "evenodd"
1876
1976
  }
1877
1977
  ) });
1878
- const BaseSvgIcon$1Z = createSvgIcon(Icon$1Z(), "Financial");
1978
+ const BaseSvgIcon$1_ = createSvgIcon(Icon$1_(), "Financial");
1879
1979
  function Financial({ width, height, sx, ...props }, ref) {
1880
1980
  return /* @__PURE__ */ jsx(
1881
- BaseSvgIcon$1Z,
1981
+ BaseSvgIcon$1_,
1882
1982
  {
1883
1983
  ref,
1884
1984
  viewBox: "0 0 24 24",
@@ -1892,17 +1992,17 @@ function Financial({ width, height, sx, ...props }, ref) {
1892
1992
  );
1893
1993
  }
1894
1994
  const Financial$1 = forwardRef(Financial);
1895
- const Icon$1Y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1995
+ const Icon$1Z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1896
1996
  "path",
1897
1997
  {
1898
1998
  fill: "currentColor",
1899
1999
  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"
1900
2000
  }
1901
2001
  ) });
1902
- const BaseSvgIcon$1Y = createSvgIcon(Icon$1Y(), "FlipInverse");
2002
+ const BaseSvgIcon$1Z = createSvgIcon(Icon$1Z(), "FlipInverse");
1903
2003
  function FlipInverse({ width, height, sx, ...props }, ref) {
1904
2004
  return /* @__PURE__ */ jsx(
1905
- BaseSvgIcon$1Y,
2005
+ BaseSvgIcon$1Z,
1906
2006
  {
1907
2007
  ref,
1908
2008
  viewBox: "0 0 24 24",
@@ -1916,7 +2016,7 @@ function FlipInverse({ width, height, sx, ...props }, ref) {
1916
2016
  );
1917
2017
  }
1918
2018
  const FlipInverse$1 = forwardRef(FlipInverse);
1919
- const Icon$1X = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2019
+ const Icon$1Y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1920
2020
  /* @__PURE__ */ jsx(
1921
2021
  "path",
1922
2022
  {
@@ -1936,10 +2036,10 @@ const Icon$1X = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
1936
2036
  }
1937
2037
  )
1938
2038
  ] });
1939
- const BaseSvgIcon$1X = createSvgIcon(Icon$1X(), "Framed");
2039
+ const BaseSvgIcon$1Y = createSvgIcon(Icon$1Y(), "Framed");
1940
2040
  function Framed({ width, height, sx, ...props }, ref) {
1941
2041
  return /* @__PURE__ */ jsx(
1942
- BaseSvgIcon$1X,
2042
+ BaseSvgIcon$1Y,
1943
2043
  {
1944
2044
  ref,
1945
2045
  viewBox: "0 0 24 24",
@@ -1953,7 +2053,7 @@ function Framed({ width, height, sx, ...props }, ref) {
1953
2053
  );
1954
2054
  }
1955
2055
  const Framed$1 = forwardRef(Framed);
1956
- const Icon$1W = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2056
+ const Icon$1X = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1957
2057
  /* @__PURE__ */ jsx(
1958
2058
  "path",
1959
2059
  {
@@ -1980,10 +2080,10 @@ const Icon$1W = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
1980
2080
  }
1981
2081
  )
1982
2082
  ] });
1983
- const BaseSvgIcon$1W = createSvgIcon(Icon$1W(), "FraudDetection");
2083
+ const BaseSvgIcon$1X = createSvgIcon(Icon$1X(), "FraudDetection");
1984
2084
  function FraudDetection({ width, height, sx, ...props }, ref) {
1985
2085
  return /* @__PURE__ */ jsx(
1986
- BaseSvgIcon$1W,
2086
+ BaseSvgIcon$1X,
1987
2087
  {
1988
2088
  ref,
1989
2089
  viewBox: "0 0 24 24",
@@ -1997,7 +2097,7 @@ function FraudDetection({ width, height, sx, ...props }, ref) {
1997
2097
  );
1998
2098
  }
1999
2099
  const FraudDetection$1 = forwardRef(FraudDetection);
2000
- const Icon$1V = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2100
+ const Icon$1W = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2001
2101
  "path",
2002
2102
  {
2003
2103
  fill: "currentColor",
@@ -2006,10 +2106,10 @@ const Icon$1V = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2006
2106
  clipRule: "evenodd"
2007
2107
  }
2008
2108
  ) });
2009
- const BaseSvgIcon$1V = createSvgIcon(Icon$1V(), "Functions");
2109
+ const BaseSvgIcon$1W = createSvgIcon(Icon$1W(), "Functions");
2010
2110
  function Functions({ width, height, sx, ...props }, ref) {
2011
2111
  return /* @__PURE__ */ jsx(
2012
- BaseSvgIcon$1V,
2112
+ BaseSvgIcon$1W,
2013
2113
  {
2014
2114
  ref,
2015
2115
  viewBox: "0 0 24 24",
@@ -2023,7 +2123,7 @@ function Functions({ width, height, sx, ...props }, ref) {
2023
2123
  );
2024
2124
  }
2025
2125
  const Functions$1 = forwardRef(Functions);
2026
- const Icon$1U = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2126
+ const Icon$1V = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2027
2127
  /* @__PURE__ */ jsx(
2028
2128
  "path",
2029
2129
  {
@@ -2046,10 +2146,10 @@ const Icon$1U = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
2046
2146
  }
2047
2147
  )
2048
2148
  ] });
2049
- const BaseSvgIcon$1U = createSvgIcon(Icon$1U(), "GeneratingDescription");
2149
+ const BaseSvgIcon$1V = createSvgIcon(Icon$1V(), "GeneratingDescription");
2050
2150
  function GeneratingDescription({ width, height, sx, ...props }, ref) {
2051
2151
  return /* @__PURE__ */ jsx(
2052
- BaseSvgIcon$1U,
2152
+ BaseSvgIcon$1V,
2053
2153
  {
2054
2154
  ref,
2055
2155
  viewBox: "0 0 24 24",
@@ -2063,7 +2163,7 @@ function GeneratingDescription({ width, height, sx, ...props }, ref) {
2063
2163
  );
2064
2164
  }
2065
2165
  const GeneratingDescription$1 = forwardRef(GeneratingDescription);
2066
- const Icon$1T = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2166
+ const Icon$1U = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2067
2167
  /* @__PURE__ */ jsx(
2068
2168
  "path",
2069
2169
  {
@@ -2083,10 +2183,10 @@ const Icon$1T = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
2083
2183
  }
2084
2184
  )
2085
2185
  ] });
2086
- const BaseSvgIcon$1T = createSvgIcon(Icon$1T(), "GeocodeTable");
2186
+ const BaseSvgIcon$1U = createSvgIcon(Icon$1U(), "GeocodeTable");
2087
2187
  function GeocodeTable({ width, height, sx, ...props }, ref) {
2088
2188
  return /* @__PURE__ */ jsx(
2089
- BaseSvgIcon$1T,
2189
+ BaseSvgIcon$1U,
2090
2190
  {
2091
2191
  ref,
2092
2192
  viewBox: "0 0 24 24",
@@ -2100,7 +2200,7 @@ function GeocodeTable({ width, height, sx, ...props }, ref) {
2100
2200
  );
2101
2201
  }
2102
2202
  const GeocodeTable$1 = forwardRef(GeocodeTable);
2103
- const Icon$1S = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2203
+ const Icon$1T = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2104
2204
  "path",
2105
2205
  {
2106
2206
  fill: "currentColor",
@@ -2109,10 +2209,10 @@ const Icon$1S = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2109
2209
  clipRule: "evenodd"
2110
2210
  }
2111
2211
  ) });
2112
- const BaseSvgIcon$1S = createSvgIcon(Icon$1S(), "Geography");
2212
+ const BaseSvgIcon$1T = createSvgIcon(Icon$1T(), "Geography");
2113
2213
  function Geography({ width, height, sx, ...props }, ref) {
2114
2214
  return /* @__PURE__ */ jsx(
2115
- BaseSvgIcon$1S,
2215
+ BaseSvgIcon$1T,
2116
2216
  {
2117
2217
  ref,
2118
2218
  viewBox: "0 0 24 24",
@@ -2126,7 +2226,7 @@ function Geography({ width, height, sx, ...props }, ref) {
2126
2226
  );
2127
2227
  }
2128
2228
  const Geography$1 = forwardRef(Geography);
2129
- const Icon$1R = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2229
+ const Icon$1S = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2130
2230
  "path",
2131
2231
  {
2132
2232
  fill: "currentColor",
@@ -2135,10 +2235,10 @@ const Icon$1R = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2135
2235
  clipRule: "evenodd"
2136
2236
  }
2137
2237
  ) });
2138
- const BaseSvgIcon$1R = createSvgIcon(Icon$1R(), "Geomarketing");
2238
+ const BaseSvgIcon$1S = createSvgIcon(Icon$1S(), "Geomarketing");
2139
2239
  function Geomarketing({ width, height, sx, ...props }, ref) {
2140
2240
  return /* @__PURE__ */ jsx(
2141
- BaseSvgIcon$1R,
2241
+ BaseSvgIcon$1S,
2142
2242
  {
2143
2243
  ref,
2144
2244
  viewBox: "0 0 24 24",
@@ -2152,7 +2252,7 @@ function Geomarketing({ width, height, sx, ...props }, ref) {
2152
2252
  );
2153
2253
  }
2154
2254
  const Geomarketing$1 = forwardRef(Geomarketing);
2155
- const Icon$1Q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2255
+ const Icon$1R = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2156
2256
  "path",
2157
2257
  {
2158
2258
  fill: "currentColor",
@@ -2161,10 +2261,10 @@ const Icon$1Q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2161
2261
  clipRule: "evenodd"
2162
2262
  }
2163
2263
  ) });
2164
- const BaseSvgIcon$1Q = createSvgIcon(Icon$1Q(), "Geometry");
2264
+ const BaseSvgIcon$1R = createSvgIcon(Icon$1R(), "Geometry");
2165
2265
  function Geometry({ width, height, sx, ...props }, ref) {
2166
2266
  return /* @__PURE__ */ jsx(
2167
- BaseSvgIcon$1Q,
2267
+ BaseSvgIcon$1R,
2168
2268
  {
2169
2269
  ref,
2170
2270
  viewBox: "0 0 24 24",
@@ -2178,7 +2278,7 @@ function Geometry({ width, height, sx, ...props }, ref) {
2178
2278
  );
2179
2279
  }
2180
2280
  const Geometry$1 = forwardRef(Geometry);
2181
- const Icon$1P = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2281
+ const Icon$1Q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2182
2282
  "path",
2183
2283
  {
2184
2284
  fill: "currentColor",
@@ -2187,10 +2287,10 @@ const Icon$1P = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2187
2287
  clipRule: "evenodd"
2188
2288
  }
2189
2289
  ) });
2190
- const BaseSvgIcon$1P = createSvgIcon(Icon$1P(), "Github");
2290
+ const BaseSvgIcon$1Q = createSvgIcon(Icon$1Q(), "Github");
2191
2291
  function Github({ width, height, sx, ...props }, ref) {
2192
2292
  return /* @__PURE__ */ jsx(
2193
- BaseSvgIcon$1P,
2293
+ BaseSvgIcon$1Q,
2194
2294
  {
2195
2295
  ref,
2196
2296
  viewBox: "0 0 24 24",
@@ -2204,7 +2304,7 @@ function Github({ width, height, sx, ...props }, ref) {
2204
2304
  );
2205
2305
  }
2206
2306
  const Github$1 = forwardRef(Github);
2207
- const Icon$1O = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2307
+ const Icon$1P = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2208
2308
  "path",
2209
2309
  {
2210
2310
  fill: "currentColor",
@@ -2213,10 +2313,10 @@ const Icon$1O = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2213
2313
  clipRule: "evenodd"
2214
2314
  }
2215
2315
  ) });
2216
- const BaseSvgIcon$1O = createSvgIcon(Icon$1O(), "Google");
2316
+ const BaseSvgIcon$1P = createSvgIcon(Icon$1P(), "Google");
2217
2317
  function Google({ width, height, sx, ...props }, ref) {
2218
2318
  return /* @__PURE__ */ jsx(
2219
- BaseSvgIcon$1O,
2319
+ BaseSvgIcon$1P,
2220
2320
  {
2221
2321
  ref,
2222
2322
  viewBox: "0 0 24 24",
@@ -2230,7 +2330,7 @@ function Google({ width, height, sx, ...props }, ref) {
2230
2330
  );
2231
2331
  }
2232
2332
  const Google$1 = forwardRef(Google);
2233
- const Icon$1N = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2333
+ const Icon$1O = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2234
2334
  "path",
2235
2335
  {
2236
2336
  fill: "currentColor",
@@ -2239,10 +2339,10 @@ const Icon$1N = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2239
2339
  clipRule: "evenodd"
2240
2340
  }
2241
2341
  ) });
2242
- const BaseSvgIcon$1N = createSvgIcon(Icon$1N(), "H3");
2342
+ const BaseSvgIcon$1O = createSvgIcon(Icon$1O(), "H3");
2243
2343
  function H3({ width, height, sx, ...props }, ref) {
2244
2344
  return /* @__PURE__ */ jsx(
2245
- BaseSvgIcon$1N,
2345
+ BaseSvgIcon$1O,
2246
2346
  {
2247
2347
  ref,
2248
2348
  viewBox: "0 0 24 24",
@@ -2256,7 +2356,7 @@ function H3({ width, height, sx, ...props }, ref) {
2256
2356
  );
2257
2357
  }
2258
2358
  const H3$1 = forwardRef(H3);
2259
- const Icon$1M = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2359
+ const Icon$1N = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2260
2360
  "path",
2261
2361
  {
2262
2362
  fill: "currentColor",
@@ -2265,10 +2365,10 @@ const Icon$1M = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2265
2365
  clipRule: "evenodd"
2266
2366
  }
2267
2367
  ) });
2268
- const BaseSvgIcon$1M = createSvgIcon(Icon$1M(), "HealthAnalytics");
2368
+ const BaseSvgIcon$1N = createSvgIcon(Icon$1N(), "HealthAnalytics");
2269
2369
  function HealthAnalytics({ width, height, sx, ...props }, ref) {
2270
2370
  return /* @__PURE__ */ jsx(
2271
- BaseSvgIcon$1M,
2371
+ BaseSvgIcon$1N,
2272
2372
  {
2273
2373
  ref,
2274
2374
  viewBox: "0 0 24 24",
@@ -2282,7 +2382,7 @@ function HealthAnalytics({ width, height, sx, ...props }, ref) {
2282
2382
  );
2283
2383
  }
2284
2384
  const HealthAnalytics$1 = forwardRef(HealthAnalytics);
2285
- const Icon$1L = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2385
+ const Icon$1M = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2286
2386
  /* @__PURE__ */ jsx(
2287
2387
  "path",
2288
2388
  {
@@ -2300,10 +2400,10 @@ const Icon$1L = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
2300
2400
  }
2301
2401
  )
2302
2402
  ] });
2303
- const BaseSvgIcon$1L = createSvgIcon(Icon$1L(), "HideComments");
2403
+ const BaseSvgIcon$1M = createSvgIcon(Icon$1M(), "HideComments");
2304
2404
  function HideComments({ width, height, sx, ...props }, ref) {
2305
2405
  return /* @__PURE__ */ jsx(
2306
- BaseSvgIcon$1L,
2406
+ BaseSvgIcon$1M,
2307
2407
  {
2308
2408
  ref,
2309
2409
  viewBox: "0 0 24 24",
@@ -2317,7 +2417,7 @@ function HideComments({ width, height, sx, ...props }, ref) {
2317
2417
  );
2318
2418
  }
2319
2419
  const HideComments$1 = forwardRef(HideComments);
2320
- const Icon$1K = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2420
+ const Icon$1L = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2321
2421
  /* @__PURE__ */ jsx(
2322
2422
  "path",
2323
2423
  {
@@ -2335,10 +2435,10 @@ const Icon$1K = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
2335
2435
  }
2336
2436
  )
2337
2437
  ] });
2338
- const BaseSvgIcon$1K = createSvgIcon(Icon$1K(), "HideLeftsidebar");
2438
+ const BaseSvgIcon$1L = createSvgIcon(Icon$1L(), "HideLeftsidebar");
2339
2439
  function HideLeftsidebar({ width, height, sx, ...props }, ref) {
2340
2440
  return /* @__PURE__ */ jsx(
2341
- BaseSvgIcon$1K,
2441
+ BaseSvgIcon$1L,
2342
2442
  {
2343
2443
  ref,
2344
2444
  viewBox: "0 0 24 24",
@@ -2352,7 +2452,7 @@ function HideLeftsidebar({ width, height, sx, ...props }, ref) {
2352
2452
  );
2353
2453
  }
2354
2454
  const HideLeftsidebar$1 = forwardRef(HideLeftsidebar);
2355
- const Icon$1J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2455
+ const Icon$1K = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2356
2456
  "path",
2357
2457
  {
2358
2458
  fill: "currentColor",
@@ -2361,10 +2461,10 @@ const Icon$1J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2361
2461
  clipRule: "evenodd"
2362
2462
  }
2363
2463
  ) });
2364
- const BaseSvgIcon$1J = createSvgIcon(Icon$1J(), "Home");
2464
+ const BaseSvgIcon$1K = createSvgIcon(Icon$1K(), "Home");
2365
2465
  function Home({ width, height, sx, ...props }, ref) {
2366
2466
  return /* @__PURE__ */ jsx(
2367
- BaseSvgIcon$1J,
2467
+ BaseSvgIcon$1K,
2368
2468
  {
2369
2469
  ref,
2370
2470
  viewBox: "0 0 24 24",
@@ -2378,7 +2478,7 @@ function Home({ width, height, sx, ...props }, ref) {
2378
2478
  );
2379
2479
  }
2380
2480
  const Home$1 = forwardRef(Home);
2381
- const Icon$1I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2481
+ const Icon$1J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2382
2482
  "path",
2383
2483
  {
2384
2484
  fill: "currentColor",
@@ -2387,10 +2487,10 @@ const Icon$1I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2387
2487
  clipRule: "evenodd"
2388
2488
  }
2389
2489
  ) });
2390
- const BaseSvgIcon$1I = createSvgIcon(Icon$1I(), "Housing");
2490
+ const BaseSvgIcon$1J = createSvgIcon(Icon$1J(), "Housing");
2391
2491
  function Housing({ width, height, sx, ...props }, ref) {
2392
2492
  return /* @__PURE__ */ jsx(
2393
- BaseSvgIcon$1I,
2493
+ BaseSvgIcon$1J,
2394
2494
  {
2395
2495
  ref,
2396
2496
  viewBox: "0 0 24 24",
@@ -2404,7 +2504,7 @@ function Housing({ width, height, sx, ...props }, ref) {
2404
2504
  );
2405
2505
  }
2406
2506
  const Housing$1 = forwardRef(Housing);
2407
- const Icon$1H = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2507
+ const Icon$1I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2408
2508
  "path",
2409
2509
  {
2410
2510
  fill: "currentColor",
@@ -2413,10 +2513,10 @@ const Icon$1H = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2413
2513
  clipRule: "evenodd"
2414
2514
  }
2415
2515
  ) });
2416
- const BaseSvgIcon$1H = createSvgIcon(Icon$1H(), "HumanMobility");
2516
+ const BaseSvgIcon$1I = createSvgIcon(Icon$1I(), "HumanMobility");
2417
2517
  function HumanMobility({ width, height, sx, ...props }, ref) {
2418
2518
  return /* @__PURE__ */ jsx(
2419
- BaseSvgIcon$1H,
2519
+ BaseSvgIcon$1I,
2420
2520
  {
2421
2521
  ref,
2422
2522
  viewBox: "0 0 24 24",
@@ -2430,7 +2530,7 @@ function HumanMobility({ width, height, sx, ...props }, ref) {
2430
2530
  );
2431
2531
  }
2432
2532
  const HumanMobility$1 = forwardRef(HumanMobility);
2433
- const Icon$1G = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2533
+ const Icon$1H = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2434
2534
  "path",
2435
2535
  {
2436
2536
  fill: "currentColor",
@@ -2439,10 +2539,10 @@ const Icon$1G = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2439
2539
  clipRule: "evenodd"
2440
2540
  }
2441
2541
  ) });
2442
- const BaseSvgIcon$1G = createSvgIcon(Icon$1G(), "Id");
2542
+ const BaseSvgIcon$1H = createSvgIcon(Icon$1H(), "Id");
2443
2543
  function Id({ width, height, sx, ...props }, ref) {
2444
2544
  return /* @__PURE__ */ jsx(
2445
- BaseSvgIcon$1G,
2545
+ BaseSvgIcon$1H,
2446
2546
  {
2447
2547
  ref,
2448
2548
  viewBox: "0 0 24 24",
@@ -2456,7 +2556,7 @@ function Id({ width, height, sx, ...props }, ref) {
2456
2556
  );
2457
2557
  }
2458
2558
  const Id$1 = forwardRef(Id);
2459
- const Icon$1F = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2559
+ const Icon$1G = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2460
2560
  /* @__PURE__ */ jsx(
2461
2561
  "path",
2462
2562
  {
@@ -2474,10 +2574,10 @@ const Icon$1F = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
2474
2574
  ),
2475
2575
  /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "m14.14 11.86-3 3.87L9 13.14 6 17h12z" })
2476
2576
  ] });
2477
- const BaseSvgIcon$1F = createSvgIcon(Icon$1F(), "Image");
2577
+ const BaseSvgIcon$1G = createSvgIcon(Icon$1G(), "Image");
2478
2578
  function Image({ width, height, sx, ...props }, ref) {
2479
2579
  return /* @__PURE__ */ jsx(
2480
- BaseSvgIcon$1F,
2580
+ BaseSvgIcon$1G,
2481
2581
  {
2482
2582
  ref,
2483
2583
  viewBox: "0 0 24 24",
@@ -2491,7 +2591,7 @@ function Image({ width, height, sx, ...props }, ref) {
2491
2591
  );
2492
2592
  }
2493
2593
  const Image$1 = forwardRef(Image);
2494
- const Icon$1E = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2594
+ const Icon$1F = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2495
2595
  /* @__PURE__ */ jsx(
2496
2596
  "path",
2497
2597
  {
@@ -2516,10 +2616,10 @@ const Icon$1E = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
2516
2616
  }
2517
2617
  )
2518
2618
  ] });
2519
- const BaseSvgIcon$1E = createSvgIcon(Icon$1E(), "Infrastructure");
2619
+ const BaseSvgIcon$1F = createSvgIcon(Icon$1F(), "Infrastructure");
2520
2620
  function Infrastructure({ width, height, sx, ...props }, ref) {
2521
2621
  return /* @__PURE__ */ jsx(
2522
- BaseSvgIcon$1E,
2622
+ BaseSvgIcon$1F,
2523
2623
  {
2524
2624
  ref,
2525
2625
  viewBox: "0 0 24 24",
@@ -2533,7 +2633,7 @@ function Infrastructure({ width, height, sx, ...props }, ref) {
2533
2633
  );
2534
2634
  }
2535
2635
  const Infrastructure$1 = forwardRef(Infrastructure);
2536
- const Icon$1D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2636
+ const Icon$1E = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2537
2637
  "path",
2538
2638
  {
2539
2639
  fill: "currentColor",
@@ -2542,10 +2642,10 @@ const Icon$1D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2542
2642
  clipRule: "evenodd"
2543
2643
  }
2544
2644
  ) });
2545
- const BaseSvgIcon$1D = createSvgIcon(Icon$1D(), "IotAnalytics");
2645
+ const BaseSvgIcon$1E = createSvgIcon(Icon$1E(), "IotAnalytics");
2546
2646
  function IotAnalytics({ width, height, sx, ...props }, ref) {
2547
2647
  return /* @__PURE__ */ jsx(
2548
- BaseSvgIcon$1D,
2648
+ BaseSvgIcon$1E,
2549
2649
  {
2550
2650
  ref,
2551
2651
  viewBox: "0 0 24 24",
@@ -2559,7 +2659,7 @@ function IotAnalytics({ width, height, sx, ...props }, ref) {
2559
2659
  );
2560
2660
  }
2561
2661
  const IotAnalytics$1 = forwardRef(IotAnalytics);
2562
- const Icon$1C = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2662
+ const Icon$1D = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2563
2663
  /* @__PURE__ */ jsx(
2564
2664
  "path",
2565
2665
  {
@@ -2577,10 +2677,10 @@ const Icon$1C = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
2577
2677
  }
2578
2678
  )
2579
2679
  ] });
2580
- const BaseSvgIcon$1C = createSvgIcon(Icon$1C(), "LabelDeprecated");
2680
+ const BaseSvgIcon$1D = createSvgIcon(Icon$1D(), "LabelDeprecated");
2581
2681
  function LabelDeprecated({ width, height, sx, ...props }, ref) {
2582
2682
  return /* @__PURE__ */ jsx(
2583
- BaseSvgIcon$1C,
2683
+ BaseSvgIcon$1D,
2584
2684
  {
2585
2685
  ref,
2586
2686
  viewBox: "0 0 24 24",
@@ -2594,7 +2694,7 @@ function LabelDeprecated({ width, height, sx, ...props }, ref) {
2594
2694
  );
2595
2695
  }
2596
2696
  const LabelDeprecated$1 = forwardRef(LabelDeprecated);
2597
- const Icon$1B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2697
+ const Icon$1C = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2598
2698
  "path",
2599
2699
  {
2600
2700
  fill: "currentColor",
@@ -2603,10 +2703,10 @@ const Icon$1B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2603
2703
  clipRule: "evenodd"
2604
2704
  }
2605
2705
  ) });
2606
- const BaseSvgIcon$1B = createSvgIcon(Icon$1B(), "Layers");
2706
+ const BaseSvgIcon$1C = createSvgIcon(Icon$1C(), "Layers");
2607
2707
  function Layers({ width, height, sx, ...props }, ref) {
2608
2708
  return /* @__PURE__ */ jsx(
2609
- BaseSvgIcon$1B,
2709
+ BaseSvgIcon$1C,
2610
2710
  {
2611
2711
  ref,
2612
2712
  viewBox: "0 0 24 24",
@@ -2620,7 +2720,7 @@ function Layers({ width, height, sx, ...props }, ref) {
2620
2720
  );
2621
2721
  }
2622
2722
  const Layers$1 = forwardRef(Layers);
2623
- const Icon$1A = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2723
+ const Icon$1B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2624
2724
  "path",
2625
2725
  {
2626
2726
  fill: "currentColor",
@@ -2629,10 +2729,10 @@ const Icon$1A = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2629
2729
  clipRule: "evenodd"
2630
2730
  }
2631
2731
  ) });
2632
- const BaseSvgIcon$1A = createSvgIcon(Icon$1A(), "Linkedin");
2732
+ const BaseSvgIcon$1B = createSvgIcon(Icon$1B(), "Linkedin");
2633
2733
  function Linkedin({ width, height, sx, ...props }, ref) {
2634
2734
  return /* @__PURE__ */ jsx(
2635
- BaseSvgIcon$1A,
2735
+ BaseSvgIcon$1B,
2636
2736
  {
2637
2737
  ref,
2638
2738
  viewBox: "0 0 24 24",
@@ -2646,7 +2746,7 @@ function Linkedin({ width, height, sx, ...props }, ref) {
2646
2746
  );
2647
2747
  }
2648
2748
  const Linkedin$1 = forwardRef(Linkedin);
2649
- const Icon$1z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2749
+ const Icon$1A = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2650
2750
  "path",
2651
2751
  {
2652
2752
  fill: "currentColor",
@@ -2655,10 +2755,10 @@ const Icon$1z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2655
2755
  clipRule: "evenodd"
2656
2756
  }
2657
2757
  ) });
2658
- const BaseSvgIcon$1z = createSvgIcon(Icon$1z(), "MapCoordinates");
2758
+ const BaseSvgIcon$1A = createSvgIcon(Icon$1A(), "MapCoordinates");
2659
2759
  function MapCoordinates({ width, height, sx, ...props }, ref) {
2660
2760
  return /* @__PURE__ */ jsx(
2661
- BaseSvgIcon$1z,
2761
+ BaseSvgIcon$1A,
2662
2762
  {
2663
2763
  ref,
2664
2764
  viewBox: "0 0 24 24",
@@ -2672,7 +2772,7 @@ function MapCoordinates({ width, height, sx, ...props }, ref) {
2672
2772
  );
2673
2773
  }
2674
2774
  const MapCoordinates$1 = forwardRef(MapCoordinates);
2675
- const Icon$1y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2775
+ const Icon$1z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2676
2776
  /* @__PURE__ */ jsx(
2677
2777
  "path",
2678
2778
  {
@@ -2699,10 +2799,10 @@ const Icon$1y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
2699
2799
  }
2700
2800
  )
2701
2801
  ] });
2702
- const BaseSvgIcon$1y = createSvgIcon(Icon$1y(), "MapCopy");
2802
+ const BaseSvgIcon$1z = createSvgIcon(Icon$1z(), "MapCopy");
2703
2803
  function MapCopy({ width, height, sx, ...props }, ref) {
2704
2804
  return /* @__PURE__ */ jsx(
2705
- BaseSvgIcon$1y,
2805
+ BaseSvgIcon$1z,
2706
2806
  {
2707
2807
  ref,
2708
2808
  viewBox: "0 0 24 24",
@@ -2716,7 +2816,7 @@ function MapCopy({ width, height, sx, ...props }, ref) {
2716
2816
  );
2717
2817
  }
2718
2818
  const MapCopy$1 = forwardRef(MapCopy);
2719
- const Icon$1x = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2819
+ const Icon$1y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2720
2820
  "path",
2721
2821
  {
2722
2822
  fill: "currentColor",
@@ -2725,10 +2825,10 @@ const Icon$1x = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2725
2825
  clipRule: "evenodd"
2726
2826
  }
2727
2827
  ) });
2728
- const BaseSvgIcon$1x = createSvgIcon(Icon$1x(), "MapOthers");
2828
+ const BaseSvgIcon$1y = createSvgIcon(Icon$1y(), "MapOthers");
2729
2829
  function MapOthers({ width, height, sx, ...props }, ref) {
2730
2830
  return /* @__PURE__ */ jsx(
2731
- BaseSvgIcon$1x,
2831
+ BaseSvgIcon$1y,
2732
2832
  {
2733
2833
  ref,
2734
2834
  viewBox: "0 0 24 24",
@@ -2742,7 +2842,7 @@ function MapOthers({ width, height, sx, ...props }, ref) {
2742
2842
  );
2743
2843
  }
2744
2844
  const MapOthers$1 = forwardRef(MapOthers);
2745
- const Icon$1w = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2845
+ const Icon$1x = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2746
2846
  "path",
2747
2847
  {
2748
2848
  fill: "currentColor",
@@ -2751,10 +2851,10 @@ const Icon$1w = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2751
2851
  clipRule: "evenodd"
2752
2852
  }
2753
2853
  ) });
2754
- const BaseSvgIcon$1w = createSvgIcon(Icon$1w(), "MapPin");
2854
+ const BaseSvgIcon$1x = createSvgIcon(Icon$1x(), "MapPin");
2755
2855
  function MapPin({ width, height, sx, ...props }, ref) {
2756
2856
  return /* @__PURE__ */ jsx(
2757
- BaseSvgIcon$1w,
2857
+ BaseSvgIcon$1x,
2758
2858
  {
2759
2859
  ref,
2760
2860
  viewBox: "0 0 24 24",
@@ -2768,7 +2868,7 @@ function MapPin({ width, height, sx, ...props }, ref) {
2768
2868
  );
2769
2869
  }
2770
2870
  const MapPin$1 = forwardRef(MapPin);
2771
- const Icon$1v = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2871
+ const Icon$1w = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2772
2872
  /* @__PURE__ */ jsx(
2773
2873
  "path",
2774
2874
  {
@@ -2791,10 +2891,10 @@ const Icon$1v = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
2791
2891
  }
2792
2892
  )
2793
2893
  ] });
2794
- const BaseSvgIcon$1v = createSvgIcon(Icon$1v(), "MarkCommentRead");
2894
+ const BaseSvgIcon$1w = createSvgIcon(Icon$1w(), "MarkCommentRead");
2795
2895
  function MarkCommentRead({ width, height, sx, ...props }, ref) {
2796
2896
  return /* @__PURE__ */ jsx(
2797
- BaseSvgIcon$1v,
2897
+ BaseSvgIcon$1w,
2798
2898
  {
2799
2899
  ref,
2800
2900
  viewBox: "0 0 24 24",
@@ -2808,7 +2908,7 @@ function MarkCommentRead({ width, height, sx, ...props }, ref) {
2808
2908
  );
2809
2909
  }
2810
2910
  const MarkCommentRead$1 = forwardRef(MarkCommentRead);
2811
- const Icon$1u = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2911
+ const Icon$1v = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2812
2912
  "path",
2813
2913
  {
2814
2914
  fill: "currentColor",
@@ -2817,10 +2917,10 @@ const Icon$1u = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2817
2917
  clipRule: "evenodd"
2818
2918
  }
2819
2919
  ) });
2820
- const BaseSvgIcon$1u = createSvgIcon(Icon$1u(), "MarketAnalysis");
2920
+ const BaseSvgIcon$1v = createSvgIcon(Icon$1v(), "MarketAnalysis");
2821
2921
  function MarketAnalysis({ width, height, sx, ...props }, ref) {
2822
2922
  return /* @__PURE__ */ jsx(
2823
- BaseSvgIcon$1u,
2923
+ BaseSvgIcon$1v,
2824
2924
  {
2825
2925
  ref,
2826
2926
  viewBox: "0 0 24 24",
@@ -2834,7 +2934,7 @@ function MarketAnalysis({ width, height, sx, ...props }, ref) {
2834
2934
  );
2835
2935
  }
2836
2936
  const MarketAnalysis$1 = forwardRef(MarketAnalysis);
2837
- const Icon$1t = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2937
+ const Icon$1u = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2838
2938
  /* @__PURE__ */ jsx(
2839
2939
  "path",
2840
2940
  {
@@ -2859,10 +2959,10 @@ const Icon$1t = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
2859
2959
  }
2860
2960
  )
2861
2961
  ] });
2862
- const BaseSvgIcon$1t = createSvgIcon(Icon$1t(), "Max");
2962
+ const BaseSvgIcon$1u = createSvgIcon(Icon$1u(), "Max");
2863
2963
  function Max({ width, height, sx, ...props }, ref) {
2864
2964
  return /* @__PURE__ */ jsx(
2865
- BaseSvgIcon$1t,
2965
+ BaseSvgIcon$1u,
2866
2966
  {
2867
2967
  ref,
2868
2968
  viewBox: "0 0 24 24",
@@ -2876,17 +2976,17 @@ function Max({ width, height, sx, ...props }, ref) {
2876
2976
  );
2877
2977
  }
2878
2978
  const Max$1 = forwardRef(Max);
2879
- const Icon$1s = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2979
+ const Icon$1t = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2880
2980
  "path",
2881
2981
  {
2882
2982
  fill: "currentColor",
2883
2983
  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"
2884
2984
  }
2885
2985
  ) });
2886
- const BaseSvgIcon$1s = createSvgIcon(Icon$1s(), "MeasureTool");
2986
+ const BaseSvgIcon$1t = createSvgIcon(Icon$1t(), "MeasureTool");
2887
2987
  function MeasureTool({ width, height, sx, ...props }, ref) {
2888
2988
  return /* @__PURE__ */ jsx(
2889
- BaseSvgIcon$1s,
2989
+ BaseSvgIcon$1t,
2890
2990
  {
2891
2991
  ref,
2892
2992
  viewBox: "0 0 24 24",
@@ -2900,17 +3000,17 @@ function MeasureTool({ width, height, sx, ...props }, ref) {
2900
3000
  );
2901
3001
  }
2902
3002
  const MeasureTool$1 = forwardRef(MeasureTool);
2903
- const Icon$1r = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3003
+ const Icon$1s = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2904
3004
  "path",
2905
3005
  {
2906
3006
  fill: "currentColor",
2907
3007
  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"
2908
3008
  }
2909
3009
  ) });
2910
- const BaseSvgIcon$1r = createSvgIcon(Icon$1r(), "Min");
3010
+ const BaseSvgIcon$1s = createSvgIcon(Icon$1s(), "Min");
2911
3011
  function Min({ width, height, sx, ...props }, ref) {
2912
3012
  return /* @__PURE__ */ jsx(
2913
- BaseSvgIcon$1r,
3013
+ BaseSvgIcon$1s,
2914
3014
  {
2915
3015
  ref,
2916
3016
  viewBox: "0 0 24 24",
@@ -2924,7 +3024,7 @@ function Min({ width, height, sx, ...props }, ref) {
2924
3024
  );
2925
3025
  }
2926
3026
  const Min$1 = forwardRef(Min);
2927
- const Icon$1q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3027
+ const Icon$1r = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2928
3028
  /* @__PURE__ */ jsx(
2929
3029
  "path",
2930
3030
  {
@@ -2943,10 +3043,10 @@ const Icon$1q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
2943
3043
  }
2944
3044
  )
2945
3045
  ] });
2946
- const BaseSvgIcon$1q = createSvgIcon(Icon$1q(), "MobilityPlanning");
3046
+ const BaseSvgIcon$1r = createSvgIcon(Icon$1r(), "MobilityPlanning");
2947
3047
  function MobilityPlanning({ width, height, sx, ...props }, ref) {
2948
3048
  return /* @__PURE__ */ jsx(
2949
- BaseSvgIcon$1q,
3049
+ BaseSvgIcon$1r,
2950
3050
  {
2951
3051
  ref,
2952
3052
  viewBox: "0 0 24 24",
@@ -2960,7 +3060,7 @@ function MobilityPlanning({ width, height, sx, ...props }, ref) {
2960
3060
  );
2961
3061
  }
2962
3062
  const MobilityPlanning$1 = forwardRef(MobilityPlanning);
2963
- const Icon$1p = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3063
+ const Icon$1q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2964
3064
  /* @__PURE__ */ jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsx(
2965
3065
  "path",
2966
3066
  {
@@ -2972,10 +3072,10 @@ const Icon$1p = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
2972
3072
  ) }),
2973
3073
  /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
2974
3074
  ] });
2975
- const BaseSvgIcon$1p = createSvgIcon(Icon$1p(), "NetworkDeployment");
3075
+ const BaseSvgIcon$1q = createSvgIcon(Icon$1q(), "NetworkDeployment");
2976
3076
  function NetworkDeployment({ width, height, sx, ...props }, ref) {
2977
3077
  return /* @__PURE__ */ jsx(
2978
- BaseSvgIcon$1p,
3078
+ BaseSvgIcon$1q,
2979
3079
  {
2980
3080
  ref,
2981
3081
  viewBox: "0 0 24 24",
@@ -2989,7 +3089,7 @@ function NetworkDeployment({ width, height, sx, ...props }, ref) {
2989
3089
  );
2990
3090
  }
2991
3091
  const NetworkDeployment$1 = forwardRef(NetworkDeployment);
2992
- const Icon$1o = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3092
+ const Icon$1p = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2993
3093
  /* @__PURE__ */ jsx(
2994
3094
  "path",
2995
3095
  {
@@ -3005,10 +3105,10 @@ const Icon$1o = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
3005
3105
  }
3006
3106
  )
3007
3107
  ] });
3008
- const BaseSvgIcon$1o = createSvgIcon(Icon$1o(), "NightsThermostat");
3108
+ const BaseSvgIcon$1p = createSvgIcon(Icon$1p(), "NightsThermostat");
3009
3109
  function NightsThermostat({ width, height, sx, ...props }, ref) {
3010
3110
  return /* @__PURE__ */ jsx(
3011
- BaseSvgIcon$1o,
3111
+ BaseSvgIcon$1p,
3012
3112
  {
3013
3113
  ref,
3014
3114
  viewBox: "0 0 24 24",
@@ -3022,7 +3122,7 @@ function NightsThermostat({ width, height, sx, ...props }, ref) {
3022
3122
  );
3023
3123
  }
3024
3124
  const NightsThermostat$1 = forwardRef(NightsThermostat);
3025
- const Icon$1n = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3125
+ const Icon$1o = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3026
3126
  /* @__PURE__ */ jsx(
3027
3127
  "path",
3028
3128
  {
@@ -3032,10 +3132,10 @@ const Icon$1n = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
3032
3132
  ),
3033
3133
  /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M8 20H4v-4h4zM16 4v4h4V4z" })
3034
3134
  ] });
3035
- const BaseSvgIcon$1n = createSvgIcon(Icon$1n(), "NoApp");
3135
+ const BaseSvgIcon$1o = createSvgIcon(Icon$1o(), "NoApp");
3036
3136
  function NoApp({ width, height, sx, ...props }, ref) {
3037
3137
  return /* @__PURE__ */ jsx(
3038
- BaseSvgIcon$1n,
3138
+ BaseSvgIcon$1o,
3039
3139
  {
3040
3140
  ref,
3041
3141
  viewBox: "0 0 24 24",
@@ -3049,6 +3149,41 @@ function NoApp({ width, height, sx, ...props }, ref) {
3049
3149
  );
3050
3150
  }
3051
3151
  const NoApp$1 = forwardRef(NoApp);
3152
+ const Icon$1n = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3153
+ /* @__PURE__ */ jsx(
3154
+ "path",
3155
+ {
3156
+ fill: "currentColor",
3157
+ fillRule: "evenodd",
3158
+ d: "m21.707 20.294-1.414 1.414-3.817-3.818L12.6 20.8a1 1 0 0 1-1.2 0l-8-6a1 1 0 0 1 0-1.6l2.266-1.7-2.267-1.7a1 1 0 0 1 0-1.6l1.934-1.452-3.04-3.04 1.414-1.414zM5.666 14 12 18.75l3.048-2.288-1.429-1.428-1.02.766a1 1 0 0 1-1.2 0l-4.067-3.05zm0-5L12 13.75l.191-.144-5.43-5.43z",
3159
+ clipRule: "evenodd"
3160
+ }
3161
+ ),
3162
+ /* @__PURE__ */ jsx(
3163
+ "path",
3164
+ {
3165
+ fill: "currentColor",
3166
+ d: "M11.4 2.2a1 1 0 0 1 1.2 0l8 6a1 1 0 0 1 0 1.6l-2.267 1.7 2.267 1.7a1 1 0 0 1 0 1.6l-.891.666-4.285-4.285L18.333 9 12 4.25 9.995 5.754l-1.429-1.43z"
3167
+ }
3168
+ )
3169
+ ] });
3170
+ const BaseSvgIcon$1n = createSvgIcon(Icon$1n(), "NoLayer");
3171
+ function NoLayer({ width, height, sx, ...props }, ref) {
3172
+ return /* @__PURE__ */ jsx(
3173
+ BaseSvgIcon$1n,
3174
+ {
3175
+ ref,
3176
+ viewBox: "0 0 24 24",
3177
+ sx: {
3178
+ width,
3179
+ height: height || width,
3180
+ ...sx
3181
+ },
3182
+ ...props
3183
+ }
3184
+ );
3185
+ }
3186
+ const NoLayer$1 = forwardRef(NoLayer);
3052
3187
  const Icon$1m = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3053
3188
  /* @__PURE__ */ jsx(
3054
3189
  "path",
@@ -5663,12 +5798,14 @@ export {
5663
5798
  AddApp$1 as AddApp,
5664
5799
  AddSection$1 as AddSection,
5665
5800
  AdvancedSettings$1 as AdvancedSettings,
5801
+ AiTool$1 as AiTool,
5666
5802
  Annotation$1 as Annotation,
5667
5803
  ApiCall$1 as ApiCall,
5668
5804
  A as ArrowDown,
5669
5805
  ArrowLeft$1 as ArrowLeft,
5670
5806
  ArrowRight$1 as ArrowRight,
5671
5807
  ArrowUp$1 as ArrowUp,
5808
+ AsynchronousWait$1 as AsynchronousWait,
5672
5809
  Autostyle$1 as Autostyle,
5673
5810
  Avg$1 as Avg,
5674
5811
  Behavioral$1 as Behavioral,
@@ -5764,6 +5901,7 @@ export {
5764
5901
  NetworkDeployment$1 as NetworkDeployment,
5765
5902
  NightsThermostat$1 as NightsThermostat,
5766
5903
  NoApp$1 as NoApp,
5904
+ NoLayer$1 as NoLayer,
5767
5905
  NoMap$1 as NoMap,
5768
5906
  NoSpatialExtension$1 as NoSpatialExtension,
5769
5907
  NoTileset$1 as NoTileset,