@carto/meridian-ds 1.4.3-alpha-codemirror.6 → 1.4.3-alpha-tag.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 (58) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/dist/{Alert-CpgfD3bq.js → Alert--QYebQp3.js} +1 -1
  3. package/dist/{Alert-ChcvNOU6.cjs → Alert-DFaAeTZf.cjs} +3 -3
  4. package/dist/{palette-CD5ph5A-.cjs → TablePaginationActions-BG2gWq0M.cjs} +3 -232
  5. package/dist/{palette-DI1CmQ2J.js → TablePaginationActions-Dit3VW-A.js} +5 -234
  6. package/dist/components/index.cjs +236 -1098
  7. package/dist/components/index.js +202 -1064
  8. package/dist/custom-icons/index.cjs +390 -339
  9. package/dist/custom-icons/index.js +390 -339
  10. package/dist/paletteUtils-B9ybmwiI.cjs +304 -0
  11. package/dist/paletteUtils-BHqJlHm9.js +288 -0
  12. package/dist/theme/index.cjs +103 -103
  13. package/dist/theme/index.js +4 -3
  14. package/dist/types/components/molecules/Tag.d.ts +20 -0
  15. package/dist/types/components/molecules/Tag.d.ts.map +1 -0
  16. package/dist/types/components/molecules/index.d.ts +2 -0
  17. package/dist/types/components/molecules/index.d.ts.map +1 -1
  18. package/dist/types/components/organisms/index.d.ts +0 -2
  19. package/dist/types/components/organisms/index.d.ts.map +1 -1
  20. package/dist/types/localization/en.d.ts +0 -6
  21. package/dist/types/localization/en.d.ts.map +1 -1
  22. package/dist/types/localization/es.d.ts +0 -6
  23. package/dist/types/localization/es.d.ts.map +1 -1
  24. package/dist/types/localization/id.d.ts +0 -6
  25. package/dist/types/localization/id.d.ts.map +1 -1
  26. package/dist/types/localization/index.d.ts +0 -18
  27. package/dist/types/localization/index.d.ts.map +1 -1
  28. package/dist/widgets/index.cjs +136 -136
  29. package/dist/widgets/index.js +3 -3
  30. package/package.json +1 -6
  31. package/dist/OpenDiagonallyRight-5HZXh46V.js +0 -59
  32. package/dist/OpenDiagonallyRight-BrRyCV4Q.cjs +0 -58
  33. package/dist/paletteUtils-DEHchy2r.cjs +0 -93
  34. package/dist/paletteUtils-DTaXyq2Z.js +0 -77
  35. package/dist/types/components/organisms/CodeArea/CodeAreaDialog/CodeAreaDialog.d.ts +0 -16
  36. package/dist/types/components/organisms/CodeArea/CodeAreaDialog/CodeAreaDialog.d.ts.map +0 -1
  37. package/dist/types/components/organisms/CodeArea/CodeAreaDialog/CodeAreaDialogConfirmation.d.ts +0 -16
  38. package/dist/types/components/organisms/CodeArea/CodeAreaDialog/CodeAreaDialogConfirmation.d.ts.map +0 -1
  39. package/dist/types/components/organisms/CodeArea/CodeAreaDialog/CodeAreaDialogContent.d.ts +0 -10
  40. package/dist/types/components/organisms/CodeArea/CodeAreaDialog/CodeAreaDialogContent.d.ts.map +0 -1
  41. package/dist/types/components/organisms/CodeArea/CodeAreaDialog/CodeAreaDialogError.d.ts +0 -8
  42. package/dist/types/components/organisms/CodeArea/CodeAreaDialog/CodeAreaDialogError.d.ts.map +0 -1
  43. package/dist/types/components/organisms/CodeArea/CodeAreaField.d.ts +0 -4
  44. package/dist/types/components/organisms/CodeArea/CodeAreaField.d.ts.map +0 -1
  45. package/dist/types/components/organisms/CodeArea/CodeAreaFooter.d.ts +0 -12
  46. package/dist/types/components/organisms/CodeArea/CodeAreaFooter.d.ts.map +0 -1
  47. package/dist/types/components/organisms/CodeArea/CodeAreaHeader.d.ts +0 -9
  48. package/dist/types/components/organisms/CodeArea/CodeAreaHeader.d.ts.map +0 -1
  49. package/dist/types/components/organisms/CodeArea/CodeAreaInput.d.ts +0 -26
  50. package/dist/types/components/organisms/CodeArea/CodeAreaInput.d.ts.map +0 -1
  51. package/dist/types/components/organisms/CodeArea/CodeAreaTheme.d.ts +0 -7
  52. package/dist/types/components/organisms/CodeArea/CodeAreaTheme.d.ts.map +0 -1
  53. package/dist/types/components/organisms/CodeArea/index.d.ts +0 -9
  54. package/dist/types/components/organisms/CodeArea/index.d.ts.map +0 -1
  55. package/dist/types/components/organisms/CodeArea/types.d.ts +0 -38
  56. package/dist/types/components/organisms/CodeArea/types.d.ts.map +0 -1
  57. package/dist/types/components/organisms/CodeArea/utils.d.ts +0 -5
  58. package/dist/types/components/organisms/CodeArea/utils.d.ts.map +0 -1
@@ -2,9 +2,8 @@ import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import { forwardRef } from "react";
3
3
  import { createSvgIcon } from "@mui/material/utils";
4
4
  import { A } from "../ArrowDown-CY_wMVJT.js";
5
- import { C, O } from "../OpenDiagonallyRight-5HZXh46V.js";
6
5
  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
+ const Icon$2$ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
8
7
  "path",
9
8
  {
10
9
  fill: "currentColor",
@@ -13,10 +12,10 @@ const Icon$2Z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
13
12
  clipRule: "evenodd"
14
13
  }
15
14
  ) });
16
- const BaseSvgIcon$2Z = createSvgIcon(Icon$2Z(), "AccessIn");
15
+ const BaseSvgIcon$2$ = createSvgIcon(Icon$2$(), "AccessIn");
17
16
  function AccessIn({ width, height, sx, ...props }, ref) {
18
17
  return /* @__PURE__ */ jsx(
19
- BaseSvgIcon$2Z,
18
+ BaseSvgIcon$2$,
20
19
  {
21
20
  ref,
22
21
  viewBox: "0 0 24 24",
@@ -30,17 +29,17 @@ function AccessIn({ width, height, sx, ...props }, ref) {
30
29
  );
31
30
  }
32
31
  const AccessIn$1 = forwardRef(AccessIn);
33
- const Icon$2Y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
32
+ const Icon$2_ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
34
33
  "path",
35
34
  {
36
35
  fill: "currentColor",
37
36
  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
37
  }
39
38
  ) });
40
- const BaseSvgIcon$2Y = createSvgIcon(Icon$2Y(), "AddApp");
39
+ const BaseSvgIcon$2_ = createSvgIcon(Icon$2_(), "AddApp");
41
40
  function AddApp({ width, height, sx, ...props }, ref) {
42
41
  return /* @__PURE__ */ jsx(
43
- BaseSvgIcon$2Y,
42
+ BaseSvgIcon$2_,
44
43
  {
45
44
  ref,
46
45
  viewBox: "0 0 24 24",
@@ -54,7 +53,7 @@ function AddApp({ width, height, sx, ...props }, ref) {
54
53
  );
55
54
  }
56
55
  const AddApp$1 = forwardRef(AddApp);
57
- const Icon$2X = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
56
+ const Icon$2Z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
58
57
  "path",
59
58
  {
60
59
  fill: "currentColor",
@@ -63,10 +62,10 @@ const Icon$2X = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
63
62
  clipRule: "evenodd"
64
63
  }
65
64
  ) });
66
- const BaseSvgIcon$2X = createSvgIcon(Icon$2X(), "AddSection");
65
+ const BaseSvgIcon$2Z = createSvgIcon(Icon$2Z(), "AddSection");
67
66
  function AddSection({ width, height, sx, ...props }, ref) {
68
67
  return /* @__PURE__ */ jsx(
69
- BaseSvgIcon$2X,
68
+ BaseSvgIcon$2Z,
70
69
  {
71
70
  ref,
72
71
  viewBox: "0 0 24 24",
@@ -80,17 +79,17 @@ function AddSection({ width, height, sx, ...props }, ref) {
80
79
  );
81
80
  }
82
81
  const AddSection$1 = forwardRef(AddSection);
83
- const Icon$2W = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
82
+ const Icon$2Y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
84
83
  "path",
85
84
  {
86
85
  fill: "currentColor",
87
86
  d: "M3 7v2h10V7zm4 6v2H3v2h4v2h2v-6zm14 4v-2H11v2zm-6-6h2V9h4V7h-4V5h-2z"
88
87
  }
89
88
  ) });
90
- const BaseSvgIcon$2W = createSvgIcon(Icon$2W(), "AdvancedSettings");
89
+ const BaseSvgIcon$2Y = createSvgIcon(Icon$2Y(), "AdvancedSettings");
91
90
  function AdvancedSettings({ width, height, sx, ...props }, ref) {
92
91
  return /* @__PURE__ */ jsx(
93
- BaseSvgIcon$2W,
92
+ BaseSvgIcon$2Y,
94
93
  {
95
94
  ref,
96
95
  viewBox: "0 0 24 24",
@@ -104,7 +103,7 @@ function AdvancedSettings({ width, height, sx, ...props }, ref) {
104
103
  );
105
104
  }
106
105
  const AdvancedSettings$1 = forwardRef(AdvancedSettings);
107
- const Icon$2V = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
106
+ const Icon$2X = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
108
107
  /* @__PURE__ */ jsx(
109
108
  "path",
110
109
  {
@@ -124,10 +123,10 @@ const Icon$2V = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
124
123
  }
125
124
  )
126
125
  ] });
127
- const BaseSvgIcon$2V = createSvgIcon(Icon$2V(), "Annotation");
126
+ const BaseSvgIcon$2X = createSvgIcon(Icon$2X(), "Annotation");
128
127
  function Annotation({ width, height, sx, ...props }, ref) {
129
128
  return /* @__PURE__ */ jsx(
130
- BaseSvgIcon$2V,
129
+ BaseSvgIcon$2X,
131
130
  {
132
131
  ref,
133
132
  viewBox: "0 0 24 24",
@@ -141,7 +140,7 @@ function Annotation({ width, height, sx, ...props }, ref) {
141
140
  );
142
141
  }
143
142
  const Annotation$1 = forwardRef(Annotation);
144
- const Icon$2U = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
143
+ const Icon$2W = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
145
144
  /* @__PURE__ */ jsx(
146
145
  "path",
147
146
  {
@@ -166,10 +165,10 @@ const Icon$2U = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
166
165
  }
167
166
  )
168
167
  ] });
169
- const BaseSvgIcon$2U = createSvgIcon(Icon$2U(), "ApiCall");
168
+ const BaseSvgIcon$2W = createSvgIcon(Icon$2W(), "ApiCall");
170
169
  function ApiCall({ width, height, sx, ...props }, ref) {
171
170
  return /* @__PURE__ */ jsx(
172
- BaseSvgIcon$2U,
171
+ BaseSvgIcon$2W,
173
172
  {
174
173
  ref,
175
174
  viewBox: "0 0 24 24",
@@ -183,7 +182,7 @@ function ApiCall({ width, height, sx, ...props }, ref) {
183
182
  );
184
183
  }
185
184
  const ApiCall$1 = forwardRef(ApiCall);
186
- const Icon$2T = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
185
+ const Icon$2V = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
187
186
  "path",
188
187
  {
189
188
  fill: "currentColor",
@@ -192,10 +191,10 @@ const Icon$2T = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
192
191
  clipRule: "evenodd"
193
192
  }
194
193
  ) });
195
- const BaseSvgIcon$2T = createSvgIcon(Icon$2T(), "ArrowLeft");
194
+ const BaseSvgIcon$2V = createSvgIcon(Icon$2V(), "ArrowLeft");
196
195
  function ArrowLeft({ width, height, sx, ...props }, ref) {
197
196
  return /* @__PURE__ */ jsx(
198
- BaseSvgIcon$2T,
197
+ BaseSvgIcon$2V,
199
198
  {
200
199
  ref,
201
200
  viewBox: "0 0 24 24",
@@ -209,7 +208,7 @@ function ArrowLeft({ width, height, sx, ...props }, ref) {
209
208
  );
210
209
  }
211
210
  const ArrowLeft$1 = forwardRef(ArrowLeft);
212
- const Icon$2S = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
211
+ const Icon$2U = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
213
212
  "path",
214
213
  {
215
214
  fill: "currentColor",
@@ -218,10 +217,10 @@ const Icon$2S = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
218
217
  clipRule: "evenodd"
219
218
  }
220
219
  ) });
221
- const BaseSvgIcon$2S = createSvgIcon(Icon$2S(), "ArrowRight");
220
+ const BaseSvgIcon$2U = createSvgIcon(Icon$2U(), "ArrowRight");
222
221
  function ArrowRight({ width, height, sx, ...props }, ref) {
223
222
  return /* @__PURE__ */ jsx(
224
- BaseSvgIcon$2S,
223
+ BaseSvgIcon$2U,
225
224
  {
226
225
  ref,
227
226
  viewBox: "0 0 24 24",
@@ -235,7 +234,7 @@ function ArrowRight({ width, height, sx, ...props }, ref) {
235
234
  );
236
235
  }
237
236
  const ArrowRight$1 = forwardRef(ArrowRight);
238
- const Icon$2R = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
237
+ const Icon$2T = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
239
238
  "path",
240
239
  {
241
240
  fill: "currentColor",
@@ -244,10 +243,10 @@ const Icon$2R = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
244
243
  clipRule: "evenodd"
245
244
  }
246
245
  ) });
247
- const BaseSvgIcon$2R = createSvgIcon(Icon$2R(), "ArrowUp");
246
+ const BaseSvgIcon$2T = createSvgIcon(Icon$2T(), "ArrowUp");
248
247
  function ArrowUp({ width, height, sx, ...props }, ref) {
249
248
  return /* @__PURE__ */ jsx(
250
- BaseSvgIcon$2R,
249
+ BaseSvgIcon$2T,
251
250
  {
252
251
  ref,
253
252
  viewBox: "0 0 24 24",
@@ -261,7 +260,7 @@ function ArrowUp({ width, height, sx, ...props }, ref) {
261
260
  );
262
261
  }
263
262
  const ArrowUp$1 = forwardRef(ArrowUp);
264
- const Icon$2Q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
263
+ const Icon$2S = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
265
264
  /* @__PURE__ */ jsx(
266
265
  "path",
267
266
  {
@@ -281,10 +280,10 @@ const Icon$2Q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
281
280
  }
282
281
  )
283
282
  ] });
284
- const BaseSvgIcon$2Q = createSvgIcon(Icon$2Q(), "Autostyle");
283
+ const BaseSvgIcon$2S = createSvgIcon(Icon$2S(), "Autostyle");
285
284
  function Autostyle({ width, height, sx, ...props }, ref) {
286
285
  return /* @__PURE__ */ jsx(
287
- BaseSvgIcon$2Q,
286
+ BaseSvgIcon$2S,
288
287
  {
289
288
  ref,
290
289
  viewBox: "0 0 24 24",
@@ -298,7 +297,7 @@ function Autostyle({ width, height, sx, ...props }, ref) {
298
297
  );
299
298
  }
300
299
  const Autostyle$1 = forwardRef(Autostyle);
301
- const Icon$2P = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
300
+ const Icon$2R = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
302
301
  /* @__PURE__ */ jsx(
303
302
  "path",
304
303
  {
@@ -316,10 +315,10 @@ const Icon$2P = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
316
315
  }
317
316
  )
318
317
  ] });
319
- const BaseSvgIcon$2P = createSvgIcon(Icon$2P(), "Avg");
318
+ const BaseSvgIcon$2R = createSvgIcon(Icon$2R(), "Avg");
320
319
  function Avg({ width, height, sx, ...props }, ref) {
321
320
  return /* @__PURE__ */ jsx(
322
- BaseSvgIcon$2P,
321
+ BaseSvgIcon$2R,
323
322
  {
324
323
  ref,
325
324
  viewBox: "0 0 24 24",
@@ -333,7 +332,7 @@ function Avg({ width, height, sx, ...props }, ref) {
333
332
  );
334
333
  }
335
334
  const Avg$1 = forwardRef(Avg);
336
- const Icon$2O = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
335
+ const Icon$2Q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
337
336
  "path",
338
337
  {
339
338
  fill: "currentColor",
@@ -342,10 +341,10 @@ const Icon$2O = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
342
341
  clipRule: "evenodd"
343
342
  }
344
343
  ) });
345
- const BaseSvgIcon$2O = createSvgIcon(Icon$2O(), "Behavioral");
344
+ const BaseSvgIcon$2Q = createSvgIcon(Icon$2Q(), "Behavioral");
346
345
  function Behavioral({ width, height, sx, ...props }, ref) {
347
346
  return /* @__PURE__ */ jsx(
348
- BaseSvgIcon$2O,
347
+ BaseSvgIcon$2Q,
349
348
  {
350
349
  ref,
351
350
  viewBox: "0 0 24 24",
@@ -359,7 +358,7 @@ function Behavioral({ width, height, sx, ...props }, ref) {
359
358
  );
360
359
  }
361
360
  const Behavioral$1 = forwardRef(Behavioral);
362
- const Icon$2N = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
361
+ const Icon$2P = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
363
362
  /* @__PURE__ */ jsx(
364
363
  "path",
365
364
  {
@@ -377,10 +376,10 @@ const Icon$2N = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
377
376
  }
378
377
  )
379
378
  ] });
380
- const BaseSvgIcon$2N = createSvgIcon(Icon$2N(), "Bigquery");
379
+ const BaseSvgIcon$2P = createSvgIcon(Icon$2P(), "Bigquery");
381
380
  function Bigquery({ width, height, sx, ...props }, ref) {
382
381
  return /* @__PURE__ */ jsx(
383
- BaseSvgIcon$2N,
382
+ BaseSvgIcon$2P,
384
383
  {
385
384
  ref,
386
385
  viewBox: "0 0 24 24",
@@ -394,7 +393,7 @@ function Bigquery({ width, height, sx, ...props }, ref) {
394
393
  );
395
394
  }
396
395
  const Bigquery$1 = forwardRef(Bigquery);
397
- const Icon$2M = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
396
+ const Icon$2O = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
398
397
  "path",
399
398
  {
400
399
  fill: "currentColor",
@@ -403,10 +402,10 @@ const Icon$2M = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
403
402
  clipRule: "evenodd"
404
403
  }
405
404
  ) });
406
- const BaseSvgIcon$2M = createSvgIcon(Icon$2M(), "Blending");
405
+ const BaseSvgIcon$2O = createSvgIcon(Icon$2O(), "Blending");
407
406
  function Blending({ width, height, sx, ...props }, ref) {
408
407
  return /* @__PURE__ */ jsx(
409
- BaseSvgIcon$2M,
408
+ BaseSvgIcon$2O,
410
409
  {
411
410
  ref,
412
411
  viewBox: "0 0 24 24",
@@ -420,7 +419,7 @@ function Blending({ width, height, sx, ...props }, ref) {
420
419
  );
421
420
  }
422
421
  const Blending$1 = forwardRef(Blending);
423
- const Icon$2L = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
422
+ const Icon$2N = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
424
423
  "path",
425
424
  {
426
425
  fill: "currentColor",
@@ -429,10 +428,10 @@ const Icon$2L = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
429
428
  clipRule: "evenodd"
430
429
  }
431
430
  ) });
432
- const BaseSvgIcon$2L = createSvgIcon(Icon$2L(), "BlockLabel");
431
+ const BaseSvgIcon$2N = createSvgIcon(Icon$2N(), "BlockLabel");
433
432
  function BlockLabel({ width, height, sx, ...props }, ref) {
434
433
  return /* @__PURE__ */ jsx(
435
- BaseSvgIcon$2L,
434
+ BaseSvgIcon$2N,
436
435
  {
437
436
  ref,
438
437
  viewBox: "0 0 24 24",
@@ -446,7 +445,7 @@ function BlockLabel({ width, height, sx, ...props }, ref) {
446
445
  );
447
446
  }
448
447
  const BlockLabel$1 = forwardRef(BlockLabel);
449
- const Icon$2K = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
448
+ const Icon$2M = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
450
449
  /* @__PURE__ */ jsx(
451
450
  "path",
452
451
  {
@@ -464,10 +463,10 @@ const Icon$2K = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
464
463
  }
465
464
  )
466
465
  ] });
467
- const BaseSvgIcon$2K = createSvgIcon(Icon$2K(), "BlockLabelOff");
466
+ const BaseSvgIcon$2M = createSvgIcon(Icon$2M(), "BlockLabelOff");
468
467
  function BlockLabelOff({ width, height, sx, ...props }, ref) {
469
468
  return /* @__PURE__ */ jsx(
470
- BaseSvgIcon$2K,
469
+ BaseSvgIcon$2M,
471
470
  {
472
471
  ref,
473
472
  viewBox: "0 0 24 24",
@@ -481,17 +480,17 @@ function BlockLabelOff({ width, height, sx, ...props }, ref) {
481
480
  );
482
481
  }
483
482
  const BlockLabelOff$1 = forwardRef(BlockLabelOff);
484
- const Icon$2J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
483
+ const Icon$2L = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
485
484
  "path",
486
485
  {
487
486
  fill: "currentColor",
488
487
  d: "M18 18v-2H6v2zM7.41 5.59 12 10.18l4.59-4.59L18 7l-6 6-6-6z"
489
488
  }
490
489
  ) });
491
- const BaseSvgIcon$2J = createSvgIcon(Icon$2J(), "BottomRow");
490
+ const BaseSvgIcon$2L = createSvgIcon(Icon$2L(), "BottomRow");
492
491
  function BottomRow({ width, height, sx, ...props }, ref) {
493
492
  return /* @__PURE__ */ jsx(
494
- BaseSvgIcon$2J,
493
+ BaseSvgIcon$2L,
495
494
  {
496
495
  ref,
497
496
  viewBox: "0 0 24 24",
@@ -505,7 +504,7 @@ function BottomRow({ width, height, sx, ...props }, ref) {
505
504
  );
506
505
  }
507
506
  const BottomRow$1 = forwardRef(BottomRow);
508
- const Icon$2I = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
507
+ const Icon$2K = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
509
508
  /* @__PURE__ */ jsx(
510
509
  "path",
511
510
  {
@@ -523,10 +522,10 @@ const Icon$2I = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
523
522
  }
524
523
  )
525
524
  ] });
526
- const BaseSvgIcon$2I = createSvgIcon(Icon$2I(), "Carto");
525
+ const BaseSvgIcon$2K = createSvgIcon(Icon$2K(), "Carto");
527
526
  function Carto({ width, height, sx, ...props }, ref) {
528
527
  return /* @__PURE__ */ jsx(
529
- BaseSvgIcon$2I,
528
+ BaseSvgIcon$2K,
530
529
  {
531
530
  ref,
532
531
  viewBox: "0 0 24 24",
@@ -540,7 +539,7 @@ function Carto({ width, height, sx, ...props }, ref) {
540
539
  );
541
540
  }
542
541
  const Carto$1 = forwardRef(Carto);
543
- const Icon$2H = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
542
+ const Icon$2J = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
544
543
  /* @__PURE__ */ jsx(
545
544
  "path",
546
545
  {
@@ -556,10 +555,10 @@ const Icon$2H = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
556
555
  }
557
556
  )
558
557
  ] });
559
- const BaseSvgIcon$2H = createSvgIcon(Icon$2H(), "CartoAi");
558
+ const BaseSvgIcon$2J = createSvgIcon(Icon$2J(), "CartoAi");
560
559
  function CartoAi({ width, height, sx, ...props }, ref) {
561
560
  return /* @__PURE__ */ jsx(
562
- BaseSvgIcon$2H,
561
+ BaseSvgIcon$2J,
563
562
  {
564
563
  ref,
565
564
  viewBox: "0 0 24 24",
@@ -573,7 +572,7 @@ function CartoAi({ width, height, sx, ...props }, ref) {
573
572
  );
574
573
  }
575
574
  const CartoAi$1 = forwardRef(CartoAi);
576
- const Icon$2G = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
575
+ const Icon$2I = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
577
576
  /* @__PURE__ */ jsx(
578
577
  "path",
579
578
  {
@@ -591,10 +590,10 @@ const Icon$2G = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
591
590
  }
592
591
  )
593
592
  ] });
594
- const BaseSvgIcon$2G = createSvgIcon(Icon$2G(), "CartoSymbol");
593
+ const BaseSvgIcon$2I = createSvgIcon(Icon$2I(), "CartoSymbol");
595
594
  function CartoSymbol({ width, height, sx, ...props }, ref) {
596
595
  return /* @__PURE__ */ jsx(
597
- BaseSvgIcon$2G,
596
+ BaseSvgIcon$2I,
598
597
  {
599
598
  ref,
600
599
  viewBox: "0 0 24 24",
@@ -608,7 +607,7 @@ function CartoSymbol({ width, height, sx, ...props }, ref) {
608
607
  );
609
608
  }
610
609
  const CartoSymbol$1 = forwardRef(CartoSymbol);
611
- const Icon$2F = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
610
+ const Icon$2H = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
612
611
  /* @__PURE__ */ jsxs(
613
612
  "g",
614
613
  {
@@ -624,10 +623,10 @@ const Icon$2F = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
624
623
  ),
625
624
  /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
626
625
  ] });
627
- const BaseSvgIcon$2F = createSvgIcon(Icon$2F(), "CatalogView");
626
+ const BaseSvgIcon$2H = createSvgIcon(Icon$2H(), "CatalogView");
628
627
  function CatalogView({ width, height, sx, ...props }, ref) {
629
628
  return /* @__PURE__ */ jsx(
630
- BaseSvgIcon$2F,
629
+ BaseSvgIcon$2H,
631
630
  {
632
631
  ref,
633
632
  viewBox: "0 0 24 24",
@@ -641,7 +640,7 @@ function CatalogView({ width, height, sx, ...props }, ref) {
641
640
  );
642
641
  }
643
642
  const CatalogView$1 = forwardRef(CatalogView);
644
- const Icon$2E = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
643
+ const Icon$2G = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
645
644
  /* @__PURE__ */ jsx(
646
645
  "path",
647
646
  {
@@ -661,10 +660,10 @@ const Icon$2E = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
661
660
  }
662
661
  )
663
662
  ] });
664
- const BaseSvgIcon$2E = createSvgIcon(Icon$2E(), "CatastropheModeling");
663
+ const BaseSvgIcon$2G = createSvgIcon(Icon$2G(), "CatastropheModeling");
665
664
  function CatastropheModeling({ width, height, sx, ...props }, ref) {
666
665
  return /* @__PURE__ */ jsx(
667
- BaseSvgIcon$2E,
666
+ BaseSvgIcon$2G,
668
667
  {
669
668
  ref,
670
669
  viewBox: "0 0 24 24",
@@ -678,7 +677,7 @@ function CatastropheModeling({ width, height, sx, ...props }, ref) {
678
677
  );
679
678
  }
680
679
  const CatastropheModeling$1 = forwardRef(CatastropheModeling);
681
- const Icon$2D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
680
+ const Icon$2F = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
682
681
  "path",
683
682
  {
684
683
  fill: "currentColor",
@@ -687,10 +686,10 @@ const Icon$2D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
687
686
  clipRule: "evenodd"
688
687
  }
689
688
  ) });
690
- const BaseSvgIcon$2D = createSvgIcon(Icon$2D(), "Center");
689
+ const BaseSvgIcon$2F = createSvgIcon(Icon$2F(), "Center");
691
690
  function Center({ width, height, sx, ...props }, ref) {
692
691
  return /* @__PURE__ */ jsx(
693
- BaseSvgIcon$2D,
692
+ BaseSvgIcon$2F,
694
693
  {
695
694
  ref,
696
695
  viewBox: "0 0 24 24",
@@ -704,7 +703,7 @@ function Center({ width, height, sx, ...props }, ref) {
704
703
  );
705
704
  }
706
705
  const Center$1 = forwardRef(Center);
707
- const Icon$2C = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
706
+ const Icon$2E = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
708
707
  "path",
709
708
  {
710
709
  fill: "currentColor",
@@ -713,10 +712,10 @@ const Icon$2C = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
713
712
  clipRule: "evenodd"
714
713
  }
715
714
  ) });
716
- const BaseSvgIcon$2C = createSvgIcon(Icon$2C(), "CenterLayer");
715
+ const BaseSvgIcon$2E = createSvgIcon(Icon$2E(), "CenterLayer");
717
716
  function CenterLayer({ width, height, sx, ...props }, ref) {
718
717
  return /* @__PURE__ */ jsx(
719
- BaseSvgIcon$2C,
718
+ BaseSvgIcon$2E,
720
719
  {
721
720
  ref,
722
721
  viewBox: "0 0 24 24",
@@ -730,7 +729,7 @@ function CenterLayer({ width, height, sx, ...props }, ref) {
730
729
  );
731
730
  }
732
731
  const CenterLayer$1 = forwardRef(CenterLayer);
733
- const Icon$2B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
732
+ const Icon$2D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
734
733
  "path",
735
734
  {
736
735
  fill: "currentColor",
@@ -739,10 +738,10 @@ const Icon$2B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
739
738
  clipRule: "evenodd"
740
739
  }
741
740
  ) });
742
- const BaseSvgIcon$2B = createSvgIcon(Icon$2B(), "CloseDiagonallyLeft");
741
+ const BaseSvgIcon$2D = createSvgIcon(Icon$2D(), "CloseDiagonallyLeft");
743
742
  function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
744
743
  return /* @__PURE__ */ jsx(
745
- BaseSvgIcon$2B,
744
+ BaseSvgIcon$2D,
746
745
  {
747
746
  ref,
748
747
  viewBox: "0 0 24 24",
@@ -756,7 +755,33 @@ function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
756
755
  );
757
756
  }
758
757
  const CloseDiagonallyLeft$1 = forwardRef(CloseDiagonallyLeft);
759
- const Icon$2A = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
758
+ const Icon$2C = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
759
+ "path",
760
+ {
761
+ fill: "currentColor",
762
+ fillRule: "evenodd",
763
+ d: "m6.121 19.293 2.877-2.877V19H11v-6l-6 .007v1.994l2.584.001-2.877 2.877zM13 11l6-.007V8.999h-2.585l2.878-2.878-1.414-1.414L15 7.585V5H13z",
764
+ clipRule: "evenodd"
765
+ }
766
+ ) });
767
+ const BaseSvgIcon$2C = createSvgIcon(Icon$2C(), "CloseDiagonallyRight");
768
+ function CloseDiagonallyRight({ width, height, sx, ...props }, ref) {
769
+ return /* @__PURE__ */ jsx(
770
+ BaseSvgIcon$2C,
771
+ {
772
+ ref,
773
+ viewBox: "0 0 24 24",
774
+ sx: {
775
+ width,
776
+ height: height || width,
777
+ ...sx
778
+ },
779
+ ...props
780
+ }
781
+ );
782
+ }
783
+ const CloseDiagonallyRight$1 = forwardRef(CloseDiagonallyRight);
784
+ const Icon$2B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
760
785
  "path",
761
786
  {
762
787
  fill: "currentColor",
@@ -765,10 +790,10 @@ const Icon$2A = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
765
790
  clipRule: "evenodd"
766
791
  }
767
792
  ) });
768
- const BaseSvgIcon$2A = createSvgIcon(Icon$2A(), "CloseVertically");
793
+ const BaseSvgIcon$2B = createSvgIcon(Icon$2B(), "CloseVertically");
769
794
  function CloseVertically({ width, height, sx, ...props }, ref) {
770
795
  return /* @__PURE__ */ jsx(
771
- BaseSvgIcon$2A,
796
+ BaseSvgIcon$2B,
772
797
  {
773
798
  ref,
774
799
  viewBox: "0 0 24 24",
@@ -782,7 +807,7 @@ function CloseVertically({ width, height, sx, ...props }, ref) {
782
807
  );
783
808
  }
784
809
  const CloseVertically$1 = forwardRef(CloseVertically);
785
- const Icon$2z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
810
+ const Icon$2A = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
786
811
  /* @__PURE__ */ jsx(
787
812
  "path",
788
813
  {
@@ -798,10 +823,10 @@ const Icon$2z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
798
823
  }
799
824
  )
800
825
  ] });
801
- const BaseSvgIcon$2z = createSvgIcon(Icon$2z(), "CodeBlock");
826
+ const BaseSvgIcon$2A = createSvgIcon(Icon$2A(), "CodeBlock");
802
827
  function CodeBlock({ width, height, sx, ...props }, ref) {
803
828
  return /* @__PURE__ */ jsx(
804
- BaseSvgIcon$2z,
829
+ BaseSvgIcon$2A,
805
830
  {
806
831
  ref,
807
832
  viewBox: "0 0 24 24",
@@ -815,17 +840,17 @@ function CodeBlock({ width, height, sx, ...props }, ref) {
815
840
  );
816
841
  }
817
842
  const CodeBlock$1 = forwardRef(CodeBlock);
818
- const Icon$2y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
843
+ const Icon$2z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
819
844
  "path",
820
845
  {
821
846
  fill: "currentColor",
822
847
  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
848
  }
824
849
  ) });
825
- const BaseSvgIcon$2y = createSvgIcon(Icon$2y(), "Comments");
850
+ const BaseSvgIcon$2z = createSvgIcon(Icon$2z(), "Comments");
826
851
  function Comments({ width, height, sx, ...props }, ref) {
827
852
  return /* @__PURE__ */ jsx(
828
- BaseSvgIcon$2y,
853
+ BaseSvgIcon$2z,
829
854
  {
830
855
  ref,
831
856
  viewBox: "0 0 24 24",
@@ -839,7 +864,7 @@ function Comments({ width, height, sx, ...props }, ref) {
839
864
  );
840
865
  }
841
866
  const Comments$1 = forwardRef(Comments);
842
- const Icon$2x = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
867
+ const Icon$2y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
843
868
  "path",
844
869
  {
845
870
  fill: "currentColor",
@@ -848,10 +873,10 @@ const Icon$2x = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
848
873
  clipRule: "evenodd"
849
874
  }
850
875
  ) });
851
- const BaseSvgIcon$2x = createSvgIcon(Icon$2x(), "Console");
876
+ const BaseSvgIcon$2y = createSvgIcon(Icon$2y(), "Console");
852
877
  function Console({ width, height, sx, ...props }, ref) {
853
878
  return /* @__PURE__ */ jsx(
854
- BaseSvgIcon$2x,
879
+ BaseSvgIcon$2y,
855
880
  {
856
881
  ref,
857
882
  viewBox: "0 0 24 24",
@@ -865,7 +890,7 @@ function Console({ width, height, sx, ...props }, ref) {
865
890
  );
866
891
  }
867
892
  const Console$1 = forwardRef(Console);
868
- const Icon$2w = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
893
+ const Icon$2x = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
869
894
  "path",
870
895
  {
871
896
  fill: "currentColor",
@@ -874,10 +899,10 @@ const Icon$2w = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
874
899
  clipRule: "evenodd"
875
900
  }
876
901
  ) });
877
- const BaseSvgIcon$2w = createSvgIcon(Icon$2w(), "Covid19");
902
+ const BaseSvgIcon$2x = createSvgIcon(Icon$2x(), "Covid19");
878
903
  function Covid19({ width, height, sx, ...props }, ref) {
879
904
  return /* @__PURE__ */ jsx(
880
- BaseSvgIcon$2w,
905
+ BaseSvgIcon$2x,
881
906
  {
882
907
  ref,
883
908
  viewBox: "0 0 24 24",
@@ -891,7 +916,7 @@ function Covid19({ width, height, sx, ...props }, ref) {
891
916
  );
892
917
  }
893
918
  const Covid19$1 = forwardRef(Covid19);
894
- const Icon$2v = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
919
+ const Icon$2w = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
895
920
  "path",
896
921
  {
897
922
  fill: "currentColor",
@@ -900,10 +925,10 @@ const Icon$2v = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
900
925
  clipRule: "evenodd"
901
926
  }
902
927
  ) });
903
- const BaseSvgIcon$2v = createSvgIcon(Icon$2v(), "CreateMap");
928
+ const BaseSvgIcon$2w = createSvgIcon(Icon$2w(), "CreateMap");
904
929
  function CreateMap({ width, height, sx, ...props }, ref) {
905
930
  return /* @__PURE__ */ jsx(
906
- BaseSvgIcon$2v,
931
+ BaseSvgIcon$2w,
907
932
  {
908
933
  ref,
909
934
  viewBox: "0 0 24 24",
@@ -917,17 +942,17 @@ function CreateMap({ width, height, sx, ...props }, ref) {
917
942
  );
918
943
  }
919
944
  const CreateMap$1 = forwardRef(CreateMap);
920
- const Icon$2u = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
945
+ const Icon$2v = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
921
946
  "path",
922
947
  {
923
948
  fill: "currentColor",
924
949
  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
950
  }
926
951
  ) });
927
- const BaseSvgIcon$2u = createSvgIcon(Icon$2u(), "CreateSpatialAnalysis");
952
+ const BaseSvgIcon$2v = createSvgIcon(Icon$2v(), "CreateSpatialAnalysis");
928
953
  function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
929
954
  return /* @__PURE__ */ jsx(
930
- BaseSvgIcon$2u,
955
+ BaseSvgIcon$2v,
931
956
  {
932
957
  ref,
933
958
  viewBox: "0 0 24 24",
@@ -941,7 +966,7 @@ function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
941
966
  );
942
967
  }
943
968
  const CreateSpatialAnalysis$1 = forwardRef(CreateSpatialAnalysis);
944
- const Icon$2t = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
969
+ const Icon$2u = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
945
970
  /* @__PURE__ */ jsx(
946
971
  "path",
947
972
  {
@@ -959,10 +984,10 @@ const Icon$2t = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
959
984
  }
960
985
  )
961
986
  ] });
962
- const BaseSvgIcon$2t = createSvgIcon(Icon$2t(), "CreateTileset");
987
+ const BaseSvgIcon$2u = createSvgIcon(Icon$2u(), "CreateTileset");
963
988
  function CreateTileset({ width, height, sx, ...props }, ref) {
964
989
  return /* @__PURE__ */ jsx(
965
- BaseSvgIcon$2t,
990
+ BaseSvgIcon$2u,
966
991
  {
967
992
  ref,
968
993
  viewBox: "0 0 24 24",
@@ -976,7 +1001,7 @@ function CreateTileset({ width, height, sx, ...props }, ref) {
976
1001
  );
977
1002
  }
978
1003
  const CreateTileset$1 = forwardRef(CreateTileset);
979
- const Icon$2s = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1004
+ const Icon$2t = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
980
1005
  "path",
981
1006
  {
982
1007
  fill: "currentColor",
@@ -985,10 +1010,10 @@ const Icon$2s = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
985
1010
  clipRule: "evenodd"
986
1011
  }
987
1012
  ) });
988
- const BaseSvgIcon$2s = createSvgIcon(Icon$2s(), "CreateWorkflow");
1013
+ const BaseSvgIcon$2t = createSvgIcon(Icon$2t(), "CreateWorkflow");
989
1014
  function CreateWorkflow({ width, height, sx, ...props }, ref) {
990
1015
  return /* @__PURE__ */ jsx(
991
- BaseSvgIcon$2s,
1016
+ BaseSvgIcon$2t,
992
1017
  {
993
1018
  ref,
994
1019
  viewBox: "0 0 24 24",
@@ -1002,7 +1027,7 @@ function CreateWorkflow({ width, height, sx, ...props }, ref) {
1002
1027
  );
1003
1028
  }
1004
1029
  const CreateWorkflow$1 = forwardRef(CreateWorkflow);
1005
- const Icon$2r = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1030
+ const Icon$2s = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1006
1031
  "path",
1007
1032
  {
1008
1033
  fill: "currentColor",
@@ -1011,10 +1036,10 @@ const Icon$2r = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1011
1036
  clipRule: "evenodd"
1012
1037
  }
1013
1038
  ) });
1014
- const BaseSvgIcon$2r = createSvgIcon(Icon$2r(), "Data");
1039
+ const BaseSvgIcon$2s = createSvgIcon(Icon$2s(), "Data");
1015
1040
  function Data({ width, height, sx, ...props }, ref) {
1016
1041
  return /* @__PURE__ */ jsx(
1017
- BaseSvgIcon$2r,
1042
+ BaseSvgIcon$2s,
1018
1043
  {
1019
1044
  ref,
1020
1045
  viewBox: "0 0 24 24",
@@ -1028,7 +1053,7 @@ function Data({ width, height, sx, ...props }, ref) {
1028
1053
  );
1029
1054
  }
1030
1055
  const Data$1 = forwardRef(Data);
1031
- const Icon$2q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1056
+ const Icon$2r = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1032
1057
  /* @__PURE__ */ jsx(
1033
1058
  "path",
1034
1059
  {
@@ -1048,10 +1073,10 @@ const Icon$2q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
1048
1073
  }
1049
1074
  )
1050
1075
  ] });
1051
- const BaseSvgIcon$2q = createSvgIcon(Icon$2q(), "DataAccess");
1076
+ const BaseSvgIcon$2r = createSvgIcon(Icon$2r(), "DataAccess");
1052
1077
  function DataAccess({ width, height, sx, ...props }, ref) {
1053
1078
  return /* @__PURE__ */ jsx(
1054
- BaseSvgIcon$2q,
1079
+ BaseSvgIcon$2r,
1055
1080
  {
1056
1081
  ref,
1057
1082
  viewBox: "0 0 24 24",
@@ -1065,7 +1090,7 @@ function DataAccess({ width, height, sx, ...props }, ref) {
1065
1090
  );
1066
1091
  }
1067
1092
  const DataAccess$1 = forwardRef(DataAccess);
1068
- const Icon$2p = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1093
+ const Icon$2q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1069
1094
  /* @__PURE__ */ jsx(
1070
1095
  "path",
1071
1096
  {
@@ -1085,10 +1110,10 @@ const Icon$2p = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
1085
1110
  }
1086
1111
  )
1087
1112
  ] });
1088
- const BaseSvgIcon$2p = createSvgIcon(Icon$2p(), "DataExplorer");
1113
+ const BaseSvgIcon$2q = createSvgIcon(Icon$2q(), "DataExplorer");
1089
1114
  function DataExplorer({ width, height, sx, ...props }, ref) {
1090
1115
  return /* @__PURE__ */ jsx(
1091
- BaseSvgIcon$2p,
1116
+ BaseSvgIcon$2q,
1092
1117
  {
1093
1118
  ref,
1094
1119
  viewBox: "0 0 24 24",
@@ -1102,7 +1127,7 @@ function DataExplorer({ width, height, sx, ...props }, ref) {
1102
1127
  );
1103
1128
  }
1104
1129
  const DataExplorer$1 = forwardRef(DataExplorer);
1105
- const Icon$2o = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1130
+ const Icon$2p = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1106
1131
  /* @__PURE__ */ jsx(
1107
1132
  "path",
1108
1133
  {
@@ -1122,10 +1147,10 @@ const Icon$2o = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
1122
1147
  }
1123
1148
  )
1124
1149
  ] });
1125
- const BaseSvgIcon$2o = createSvgIcon(Icon$2o(), "DataFilter");
1150
+ const BaseSvgIcon$2p = createSvgIcon(Icon$2p(), "DataFilter");
1126
1151
  function DataFilter({ width, height, sx, ...props }, ref) {
1127
1152
  return /* @__PURE__ */ jsx(
1128
- BaseSvgIcon$2o,
1153
+ BaseSvgIcon$2p,
1129
1154
  {
1130
1155
  ref,
1131
1156
  viewBox: "0 0 24 24",
@@ -1139,7 +1164,7 @@ function DataFilter({ width, height, sx, ...props }, ref) {
1139
1164
  );
1140
1165
  }
1141
1166
  const DataFilter$1 = forwardRef(DataFilter);
1142
- const Icon$2n = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1167
+ const Icon$2o = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1143
1168
  /* @__PURE__ */ jsx(
1144
1169
  "path",
1145
1170
  {
@@ -1157,10 +1182,10 @@ const Icon$2n = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
1157
1182
  }
1158
1183
  )
1159
1184
  ] });
1160
- const BaseSvgIcon$2n = createSvgIcon(Icon$2n(), "DataMonetization");
1185
+ const BaseSvgIcon$2o = createSvgIcon(Icon$2o(), "DataMonetization");
1161
1186
  function DataMonetization({ width, height, sx, ...props }, ref) {
1162
1187
  return /* @__PURE__ */ jsx(
1163
- BaseSvgIcon$2n,
1188
+ BaseSvgIcon$2o,
1164
1189
  {
1165
1190
  ref,
1166
1191
  viewBox: "0 0 24 24",
@@ -1174,7 +1199,7 @@ function DataMonetization({ width, height, sx, ...props }, ref) {
1174
1199
  );
1175
1200
  }
1176
1201
  const DataMonetization$1 = forwardRef(DataMonetization);
1177
- const Icon$2m = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1202
+ const Icon$2n = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1178
1203
  "path",
1179
1204
  {
1180
1205
  fill: "currentColor",
@@ -1183,10 +1208,10 @@ const Icon$2m = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1183
1208
  clipRule: "evenodd"
1184
1209
  }
1185
1210
  ) });
1186
- const BaseSvgIcon$2m = createSvgIcon(Icon$2m(), "DataObservatory");
1211
+ const BaseSvgIcon$2n = createSvgIcon(Icon$2n(), "DataObservatory");
1187
1212
  function DataObservatory({ width, height, sx, ...props }, ref) {
1188
1213
  return /* @__PURE__ */ jsx(
1189
- BaseSvgIcon$2m,
1214
+ BaseSvgIcon$2n,
1190
1215
  {
1191
1216
  ref,
1192
1217
  viewBox: "0 0 24 24",
@@ -1200,7 +1225,7 @@ function DataObservatory({ width, height, sx, ...props }, ref) {
1200
1225
  );
1201
1226
  }
1202
1227
  const DataObservatory$1 = forwardRef(DataObservatory);
1203
- const Icon$2l = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1228
+ const Icon$2m = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1204
1229
  /* @__PURE__ */ jsx(
1205
1230
  "path",
1206
1231
  {
@@ -1218,10 +1243,10 @@ const Icon$2l = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
1218
1243
  }
1219
1244
  )
1220
1245
  ] });
1221
- const BaseSvgIcon$2l = createSvgIcon(Icon$2l(), "DataOk");
1246
+ const BaseSvgIcon$2m = createSvgIcon(Icon$2m(), "DataOk");
1222
1247
  function DataOk({ width, height, sx, ...props }, ref) {
1223
1248
  return /* @__PURE__ */ jsx(
1224
- BaseSvgIcon$2l,
1249
+ BaseSvgIcon$2m,
1225
1250
  {
1226
1251
  ref,
1227
1252
  viewBox: "0 0 24 24",
@@ -1235,7 +1260,7 @@ function DataOk({ width, height, sx, ...props }, ref) {
1235
1260
  );
1236
1261
  }
1237
1262
  const DataOk$1 = forwardRef(DataOk);
1238
- const Icon$2k = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1263
+ const Icon$2l = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1239
1264
  /* @__PURE__ */ jsx(
1240
1265
  "path",
1241
1266
  {
@@ -1255,10 +1280,10 @@ const Icon$2k = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
1255
1280
  }
1256
1281
  )
1257
1282
  ] });
1258
- const BaseSvgIcon$2k = createSvgIcon(Icon$2k(), "DataPending");
1283
+ const BaseSvgIcon$2l = createSvgIcon(Icon$2l(), "DataPending");
1259
1284
  function DataPending({ width, height, sx, ...props }, ref) {
1260
1285
  return /* @__PURE__ */ jsx(
1261
- BaseSvgIcon$2k,
1286
+ BaseSvgIcon$2l,
1262
1287
  {
1263
1288
  ref,
1264
1289
  viewBox: "0 0 24 24",
@@ -1272,7 +1297,7 @@ function DataPending({ width, height, sx, ...props }, ref) {
1272
1297
  );
1273
1298
  }
1274
1299
  const DataPending$1 = forwardRef(DataPending);
1275
- const Icon$2j = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1300
+ const Icon$2k = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1276
1301
  /* @__PURE__ */ jsx(
1277
1302
  "path",
1278
1303
  {
@@ -1290,10 +1315,10 @@ const Icon$2j = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
1290
1315
  }
1291
1316
  )
1292
1317
  ] });
1293
- const BaseSvgIcon$2j = createSvgIcon(Icon$2j(), "DataPremium");
1318
+ const BaseSvgIcon$2k = createSvgIcon(Icon$2k(), "DataPremium");
1294
1319
  function DataPremium({ width, height, sx, ...props }, ref) {
1295
1320
  return /* @__PURE__ */ jsx(
1296
- BaseSvgIcon$2j,
1321
+ BaseSvgIcon$2k,
1297
1322
  {
1298
1323
  ref,
1299
1324
  viewBox: "0 0 24 24",
@@ -1307,7 +1332,7 @@ function DataPremium({ width, height, sx, ...props }, ref) {
1307
1332
  );
1308
1333
  }
1309
1334
  const DataPremium$1 = forwardRef(DataPremium);
1310
- const Icon$2i = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1335
+ const Icon$2j = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1311
1336
  /* @__PURE__ */ jsx(
1312
1337
  "path",
1313
1338
  {
@@ -1327,10 +1352,10 @@ const Icon$2i = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
1327
1352
  }
1328
1353
  )
1329
1354
  ] });
1330
- const BaseSvgIcon$2i = createSvgIcon(Icon$2i(), "DataPublic");
1355
+ const BaseSvgIcon$2j = createSvgIcon(Icon$2j(), "DataPublic");
1331
1356
  function DataPublic({ width, height, sx, ...props }, ref) {
1332
1357
  return /* @__PURE__ */ jsx(
1333
- BaseSvgIcon$2i,
1358
+ BaseSvgIcon$2j,
1334
1359
  {
1335
1360
  ref,
1336
1361
  viewBox: "0 0 24 24",
@@ -1344,7 +1369,7 @@ function DataPublic({ width, height, sx, ...props }, ref) {
1344
1369
  );
1345
1370
  }
1346
1371
  const DataPublic$1 = forwardRef(DataPublic);
1347
- const Icon$2h = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1372
+ const Icon$2i = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1348
1373
  /* @__PURE__ */ jsx(
1349
1374
  "path",
1350
1375
  {
@@ -1364,10 +1389,10 @@ const Icon$2h = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
1364
1389
  }
1365
1390
  )
1366
1391
  ] });
1367
- const BaseSvgIcon$2h = createSvgIcon(Icon$2h(), "DataSample");
1392
+ const BaseSvgIcon$2i = createSvgIcon(Icon$2i(), "DataSample");
1368
1393
  function DataSample({ width, height, sx, ...props }, ref) {
1369
1394
  return /* @__PURE__ */ jsx(
1370
- BaseSvgIcon$2h,
1395
+ BaseSvgIcon$2i,
1371
1396
  {
1372
1397
  ref,
1373
1398
  viewBox: "0 0 24 24",
@@ -1381,7 +1406,7 @@ function DataSample({ width, height, sx, ...props }, ref) {
1381
1406
  );
1382
1407
  }
1383
1408
  const DataSample$1 = forwardRef(DataSample);
1384
- const Icon$2g = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1409
+ const Icon$2h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1385
1410
  "path",
1386
1411
  {
1387
1412
  fill: "currentColor",
@@ -1390,10 +1415,10 @@ const Icon$2g = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1390
1415
  clipRule: "evenodd"
1391
1416
  }
1392
1417
  ) });
1393
- const BaseSvgIcon$2g = createSvgIcon(Icon$2g(), "DataUnavailable");
1418
+ const BaseSvgIcon$2h = createSvgIcon(Icon$2h(), "DataUnavailable");
1394
1419
  function DataUnavailable({ width, height, sx, ...props }, ref) {
1395
1420
  return /* @__PURE__ */ jsx(
1396
- BaseSvgIcon$2g,
1421
+ BaseSvgIcon$2h,
1397
1422
  {
1398
1423
  ref,
1399
1424
  viewBox: "0 0 24 24",
@@ -1407,7 +1432,7 @@ function DataUnavailable({ width, height, sx, ...props }, ref) {
1407
1432
  );
1408
1433
  }
1409
1434
  const DataUnavailable$1 = forwardRef(DataUnavailable);
1410
- const Icon$2f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1435
+ const Icon$2g = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1411
1436
  "path",
1412
1437
  {
1413
1438
  fill: "currentColor",
@@ -1416,10 +1441,10 @@ const Icon$2f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1416
1441
  clipRule: "evenodd"
1417
1442
  }
1418
1443
  ) });
1419
- const BaseSvgIcon$2f = createSvgIcon(Icon$2f(), "Databricks");
1444
+ const BaseSvgIcon$2g = createSvgIcon(Icon$2g(), "Databricks");
1420
1445
  function Databricks({ width, height, sx, ...props }, ref) {
1421
1446
  return /* @__PURE__ */ jsx(
1422
- BaseSvgIcon$2f,
1447
+ BaseSvgIcon$2g,
1423
1448
  {
1424
1449
  ref,
1425
1450
  viewBox: "0 0 24 24",
@@ -1433,7 +1458,7 @@ function Databricks({ width, height, sx, ...props }, ref) {
1433
1458
  );
1434
1459
  }
1435
1460
  const Databricks$1 = forwardRef(Databricks);
1436
- const Icon$2e = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1461
+ const Icon$2f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1437
1462
  "path",
1438
1463
  {
1439
1464
  fill: "currentColor",
@@ -1442,10 +1467,10 @@ const Icon$2e = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1442
1467
  clipRule: "evenodd"
1443
1468
  }
1444
1469
  ) });
1445
- const BaseSvgIcon$2e = createSvgIcon(Icon$2e(), "Demographics");
1470
+ const BaseSvgIcon$2f = createSvgIcon(Icon$2f(), "Demographics");
1446
1471
  function Demographics({ width, height, sx, ...props }, ref) {
1447
1472
  return /* @__PURE__ */ jsx(
1448
- BaseSvgIcon$2e,
1473
+ BaseSvgIcon$2f,
1449
1474
  {
1450
1475
  ref,
1451
1476
  viewBox: "0 0 24 24",
@@ -1459,7 +1484,7 @@ function Demographics({ width, height, sx, ...props }, ref) {
1459
1484
  );
1460
1485
  }
1461
1486
  const Demographics$1 = forwardRef(Demographics);
1462
- const Icon$2d = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1487
+ const Icon$2e = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1463
1488
  "path",
1464
1489
  {
1465
1490
  fill: "currentColor",
@@ -1468,10 +1493,10 @@ const Icon$2d = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1468
1493
  clipRule: "evenodd"
1469
1494
  }
1470
1495
  ) });
1471
- const BaseSvgIcon$2d = createSvgIcon(Icon$2d(), "Derived");
1496
+ const BaseSvgIcon$2e = createSvgIcon(Icon$2e(), "Derived");
1472
1497
  function Derived({ width, height, sx, ...props }, ref) {
1473
1498
  return /* @__PURE__ */ jsx(
1474
- BaseSvgIcon$2d,
1499
+ BaseSvgIcon$2e,
1475
1500
  {
1476
1501
  ref,
1477
1502
  viewBox: "0 0 24 24",
@@ -1485,7 +1510,7 @@ function Derived({ width, height, sx, ...props }, ref) {
1485
1510
  );
1486
1511
  }
1487
1512
  const Derived$1 = forwardRef(Derived);
1488
- const Icon$2c = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1513
+ const Icon$2d = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1489
1514
  "path",
1490
1515
  {
1491
1516
  fill: "currentColor",
@@ -1494,10 +1519,10 @@ const Icon$2c = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1494
1519
  clipRule: "evenodd"
1495
1520
  }
1496
1521
  ) });
1497
- const BaseSvgIcon$2c = createSvgIcon(Icon$2c(), "Distance");
1522
+ const BaseSvgIcon$2d = createSvgIcon(Icon$2d(), "Distance");
1498
1523
  function Distance({ width, height, sx, ...props }, ref) {
1499
1524
  return /* @__PURE__ */ jsx(
1500
- BaseSvgIcon$2c,
1525
+ BaseSvgIcon$2d,
1501
1526
  {
1502
1527
  ref,
1503
1528
  viewBox: "0 0 24 24",
@@ -1511,11 +1536,11 @@ function Distance({ width, height, sx, ...props }, ref) {
1511
1536
  );
1512
1537
  }
1513
1538
  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");
1539
+ 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" }) });
1540
+ const BaseSvgIcon$2c = createSvgIcon(Icon$2c(), "Dot");
1516
1541
  function Dot({ width, height, sx, ...props }, ref) {
1517
1542
  return /* @__PURE__ */ jsx(
1518
- BaseSvgIcon$2b,
1543
+ BaseSvgIcon$2c,
1519
1544
  {
1520
1545
  ref,
1521
1546
  viewBox: "0 0 24 24",
@@ -1529,7 +1554,7 @@ function Dot({ width, height, sx, ...props }, ref) {
1529
1554
  );
1530
1555
  }
1531
1556
  const Dot$1 = forwardRef(Dot);
1532
- const Icon$2a = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1557
+ const Icon$2b = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1533
1558
  "path",
1534
1559
  {
1535
1560
  fill: "currentColor",
@@ -1538,10 +1563,10 @@ const Icon$2a = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1538
1563
  clipRule: "evenodd"
1539
1564
  }
1540
1565
  ) });
1541
- const BaseSvgIcon$2a = createSvgIcon(Icon$2a(), "DrawCircle");
1566
+ const BaseSvgIcon$2b = createSvgIcon(Icon$2b(), "DrawCircle");
1542
1567
  function DrawCircle({ width, height, sx, ...props }, ref) {
1543
1568
  return /* @__PURE__ */ jsx(
1544
- BaseSvgIcon$2a,
1569
+ BaseSvgIcon$2b,
1545
1570
  {
1546
1571
  ref,
1547
1572
  viewBox: "0 0 24 24",
@@ -1555,7 +1580,7 @@ function DrawCircle({ width, height, sx, ...props }, ref) {
1555
1580
  );
1556
1581
  }
1557
1582
  const DrawCircle$1 = forwardRef(DrawCircle);
1558
- const Icon$29 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1583
+ const Icon$2a = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1559
1584
  "path",
1560
1585
  {
1561
1586
  fill: "currentColor",
@@ -1564,10 +1589,10 @@ const Icon$29 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1564
1589
  clipRule: "evenodd"
1565
1590
  }
1566
1591
  ) });
1567
- const BaseSvgIcon$29 = createSvgIcon(Icon$29(), "DrawLasso");
1592
+ const BaseSvgIcon$2a = createSvgIcon(Icon$2a(), "DrawLasso");
1568
1593
  function DrawLasso({ width, height, sx, ...props }, ref) {
1569
1594
  return /* @__PURE__ */ jsx(
1570
- BaseSvgIcon$29,
1595
+ BaseSvgIcon$2a,
1571
1596
  {
1572
1597
  ref,
1573
1598
  viewBox: "0 0 24 24",
@@ -1581,17 +1606,17 @@ function DrawLasso({ width, height, sx, ...props }, ref) {
1581
1606
  );
1582
1607
  }
1583
1608
  const DrawLasso$1 = forwardRef(DrawLasso);
1584
- const Icon$28 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1609
+ const Icon$29 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1585
1610
  "path",
1586
1611
  {
1587
1612
  fill: "currentColor",
1588
1613
  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
1614
  }
1590
1615
  ) });
1591
- const BaseSvgIcon$28 = createSvgIcon(Icon$28(), "DrawLine");
1616
+ const BaseSvgIcon$29 = createSvgIcon(Icon$29(), "DrawLine");
1592
1617
  function DrawLine({ width, height, sx, ...props }, ref) {
1593
1618
  return /* @__PURE__ */ jsx(
1594
- BaseSvgIcon$28,
1619
+ BaseSvgIcon$29,
1595
1620
  {
1596
1621
  ref,
1597
1622
  viewBox: "0 0 24 24",
@@ -1605,7 +1630,7 @@ function DrawLine({ width, height, sx, ...props }, ref) {
1605
1630
  );
1606
1631
  }
1607
1632
  const DrawLine$1 = forwardRef(DrawLine);
1608
- const Icon$27 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1633
+ const Icon$28 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1609
1634
  "path",
1610
1635
  {
1611
1636
  fill: "currentColor",
@@ -1614,10 +1639,10 @@ const Icon$27 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1614
1639
  clipRule: "evenodd"
1615
1640
  }
1616
1641
  ) });
1617
- const BaseSvgIcon$27 = createSvgIcon(Icon$27(), "DrawPolygon");
1642
+ const BaseSvgIcon$28 = createSvgIcon(Icon$28(), "DrawPolygon");
1618
1643
  function DrawPolygon({ width, height, sx, ...props }, ref) {
1619
1644
  return /* @__PURE__ */ jsx(
1620
- BaseSvgIcon$27,
1645
+ BaseSvgIcon$28,
1621
1646
  {
1622
1647
  ref,
1623
1648
  viewBox: "0 0 24 24",
@@ -1631,7 +1656,7 @@ function DrawPolygon({ width, height, sx, ...props }, ref) {
1631
1656
  );
1632
1657
  }
1633
1658
  const DrawPolygon$1 = forwardRef(DrawPolygon);
1634
- const Icon$26 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1659
+ const Icon$27 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1635
1660
  "path",
1636
1661
  {
1637
1662
  fill: "currentColor",
@@ -1640,10 +1665,10 @@ const Icon$26 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1640
1665
  clipRule: "evenodd"
1641
1666
  }
1642
1667
  ) });
1643
- const BaseSvgIcon$26 = createSvgIcon(Icon$26(), "DrawSquare");
1668
+ const BaseSvgIcon$27 = createSvgIcon(Icon$27(), "DrawSquare");
1644
1669
  function DrawSquare({ width, height, sx, ...props }, ref) {
1645
1670
  return /* @__PURE__ */ jsx(
1646
- BaseSvgIcon$26,
1671
+ BaseSvgIcon$27,
1647
1672
  {
1648
1673
  ref,
1649
1674
  viewBox: "0 0 24 24",
@@ -1657,7 +1682,7 @@ function DrawSquare({ width, height, sx, ...props }, ref) {
1657
1682
  );
1658
1683
  }
1659
1684
  const DrawSquare$1 = forwardRef(DrawSquare);
1660
- const Icon$25 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1685
+ const Icon$26 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1661
1686
  /* @__PURE__ */ jsx(
1662
1687
  "path",
1663
1688
  {
@@ -1675,10 +1700,10 @@ const Icon$25 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
1675
1700
  }
1676
1701
  )
1677
1702
  ] });
1678
- const BaseSvgIcon$25 = createSvgIcon(Icon$25(), "DropAPin");
1703
+ const BaseSvgIcon$26 = createSvgIcon(Icon$26(), "DropAPin");
1679
1704
  function DropAPin({ width, height, sx, ...props }, ref) {
1680
1705
  return /* @__PURE__ */ jsx(
1681
- BaseSvgIcon$25,
1706
+ BaseSvgIcon$26,
1682
1707
  {
1683
1708
  ref,
1684
1709
  viewBox: "0 0 24 24",
@@ -1692,7 +1717,7 @@ function DropAPin({ width, height, sx, ...props }, ref) {
1692
1717
  );
1693
1718
  }
1694
1719
  const DropAPin$1 = forwardRef(DropAPin);
1695
- const Icon$24 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1720
+ const Icon$25 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1696
1721
  "path",
1697
1722
  {
1698
1723
  fill: "currentColor",
@@ -1701,10 +1726,10 @@ const Icon$24 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1701
1726
  clipRule: "evenodd"
1702
1727
  }
1703
1728
  ) });
1704
- const BaseSvgIcon$24 = createSvgIcon(Icon$24(), "DualMap");
1729
+ const BaseSvgIcon$25 = createSvgIcon(Icon$25(), "DualMap");
1705
1730
  function DualMap({ width, height, sx, ...props }, ref) {
1706
1731
  return /* @__PURE__ */ jsx(
1707
- BaseSvgIcon$24,
1732
+ BaseSvgIcon$25,
1708
1733
  {
1709
1734
  ref,
1710
1735
  viewBox: "0 0 24 24",
@@ -1718,7 +1743,7 @@ function DualMap({ width, height, sx, ...props }, ref) {
1718
1743
  );
1719
1744
  }
1720
1745
  const DualMap$1 = forwardRef(DualMap);
1721
- const Icon$23 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1746
+ const Icon$24 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1722
1747
  "path",
1723
1748
  {
1724
1749
  fill: "currentColor",
@@ -1727,10 +1752,10 @@ const Icon$23 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1727
1752
  clipRule: "evenodd"
1728
1753
  }
1729
1754
  ) });
1730
- const BaseSvgIcon$23 = createSvgIcon(Icon$23(), "Environmental");
1755
+ const BaseSvgIcon$24 = createSvgIcon(Icon$24(), "Environmental");
1731
1756
  function Environmental({ width, height, sx, ...props }, ref) {
1732
1757
  return /* @__PURE__ */ jsx(
1733
- BaseSvgIcon$23,
1758
+ BaseSvgIcon$24,
1734
1759
  {
1735
1760
  ref,
1736
1761
  viewBox: "0 0 24 24",
@@ -1744,7 +1769,7 @@ function Environmental({ width, height, sx, ...props }, ref) {
1744
1769
  );
1745
1770
  }
1746
1771
  const Environmental$1 = forwardRef(Environmental);
1747
- const Icon$22 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1772
+ const Icon$23 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1748
1773
  "path",
1749
1774
  {
1750
1775
  fill: "currentColor",
@@ -1753,10 +1778,10 @@ const Icon$22 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1753
1778
  clipRule: "evenodd"
1754
1779
  }
1755
1780
  ) });
1756
- const BaseSvgIcon$22 = createSvgIcon(Icon$22(), "EnvironmentalManagement");
1781
+ const BaseSvgIcon$23 = createSvgIcon(Icon$23(), "EnvironmentalManagement");
1757
1782
  function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
1758
1783
  return /* @__PURE__ */ jsx(
1759
- BaseSvgIcon$22,
1784
+ BaseSvgIcon$23,
1760
1785
  {
1761
1786
  ref,
1762
1787
  viewBox: "0 0 24 24",
@@ -1770,11 +1795,11 @@ function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
1770
1795
  );
1771
1796
  }
1772
1797
  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");
1798
+ 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" }) });
1799
+ const BaseSvgIcon$22 = createSvgIcon(Icon$22(), "Equal");
1775
1800
  function Equal({ width, height, sx, ...props }, ref) {
1776
1801
  return /* @__PURE__ */ jsx(
1777
- BaseSvgIcon$21,
1802
+ BaseSvgIcon$22,
1778
1803
  {
1779
1804
  ref,
1780
1805
  viewBox: "0 0 24 24",
@@ -1788,7 +1813,7 @@ function Equal({ width, height, sx, ...props }, ref) {
1788
1813
  );
1789
1814
  }
1790
1815
  const Equal$1 = forwardRef(Equal);
1791
- const Icon$20 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1816
+ const Icon$21 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1792
1817
  "path",
1793
1818
  {
1794
1819
  fill: "currentColor",
@@ -1797,10 +1822,10 @@ const Icon$20 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1797
1822
  clipRule: "evenodd"
1798
1823
  }
1799
1824
  ) });
1800
- const BaseSvgIcon$20 = createSvgIcon(Icon$20(), "ExitToAppLeft");
1825
+ const BaseSvgIcon$21 = createSvgIcon(Icon$21(), "ExitToAppLeft");
1801
1826
  function ExitToAppLeft({ width, height, sx, ...props }, ref) {
1802
1827
  return /* @__PURE__ */ jsx(
1803
- BaseSvgIcon$20,
1828
+ BaseSvgIcon$21,
1804
1829
  {
1805
1830
  ref,
1806
1831
  viewBox: "0 0 24 24",
@@ -1814,7 +1839,7 @@ function ExitToAppLeft({ width, height, sx, ...props }, ref) {
1814
1839
  );
1815
1840
  }
1816
1841
  const ExitToAppLeft$1 = forwardRef(ExitToAppLeft);
1817
- const Icon$1$ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1842
+ const Icon$20 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1818
1843
  "path",
1819
1844
  {
1820
1845
  fill: "currentColor",
@@ -1823,10 +1848,10 @@ const Icon$1$ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1823
1848
  clipRule: "evenodd"
1824
1849
  }
1825
1850
  ) });
1826
- const BaseSvgIcon$1$ = createSvgIcon(Icon$1$(), "Fabric");
1851
+ const BaseSvgIcon$20 = createSvgIcon(Icon$20(), "Fabric");
1827
1852
  function Fabric({ width, height, sx, ...props }, ref) {
1828
1853
  return /* @__PURE__ */ jsx(
1829
- BaseSvgIcon$1$,
1854
+ BaseSvgIcon$20,
1830
1855
  {
1831
1856
  ref,
1832
1857
  viewBox: "0 0 24 24",
@@ -1840,7 +1865,7 @@ function Fabric({ width, height, sx, ...props }, ref) {
1840
1865
  );
1841
1866
  }
1842
1867
  const Fabric$1 = forwardRef(Fabric);
1843
- const Icon$1_ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1868
+ const Icon$1$ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1844
1869
  "path",
1845
1870
  {
1846
1871
  fill: "currentColor",
@@ -1849,10 +1874,10 @@ const Icon$1_ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1849
1874
  clipRule: "evenodd"
1850
1875
  }
1851
1876
  ) });
1852
- const BaseSvgIcon$1_ = createSvgIcon(Icon$1_(), "Facebook");
1877
+ const BaseSvgIcon$1$ = createSvgIcon(Icon$1$(), "Facebook");
1853
1878
  function Facebook({ width, height, sx, ...props }, ref) {
1854
1879
  return /* @__PURE__ */ jsx(
1855
- BaseSvgIcon$1_,
1880
+ BaseSvgIcon$1$,
1856
1881
  {
1857
1882
  ref,
1858
1883
  viewBox: "0 0 24 24",
@@ -1866,7 +1891,7 @@ function Facebook({ width, height, sx, ...props }, ref) {
1866
1891
  );
1867
1892
  }
1868
1893
  const Facebook$1 = forwardRef(Facebook);
1869
- const Icon$1Z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1894
+ const Icon$1_ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1870
1895
  "path",
1871
1896
  {
1872
1897
  fill: "currentColor",
@@ -1875,10 +1900,10 @@ const Icon$1Z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1875
1900
  clipRule: "evenodd"
1876
1901
  }
1877
1902
  ) });
1878
- const BaseSvgIcon$1Z = createSvgIcon(Icon$1Z(), "Financial");
1903
+ const BaseSvgIcon$1_ = createSvgIcon(Icon$1_(), "Financial");
1879
1904
  function Financial({ width, height, sx, ...props }, ref) {
1880
1905
  return /* @__PURE__ */ jsx(
1881
- BaseSvgIcon$1Z,
1906
+ BaseSvgIcon$1_,
1882
1907
  {
1883
1908
  ref,
1884
1909
  viewBox: "0 0 24 24",
@@ -1892,17 +1917,17 @@ function Financial({ width, height, sx, ...props }, ref) {
1892
1917
  );
1893
1918
  }
1894
1919
  const Financial$1 = forwardRef(Financial);
1895
- const Icon$1Y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1920
+ const Icon$1Z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1896
1921
  "path",
1897
1922
  {
1898
1923
  fill: "currentColor",
1899
1924
  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
1925
  }
1901
1926
  ) });
1902
- const BaseSvgIcon$1Y = createSvgIcon(Icon$1Y(), "FlipInverse");
1927
+ const BaseSvgIcon$1Z = createSvgIcon(Icon$1Z(), "FlipInverse");
1903
1928
  function FlipInverse({ width, height, sx, ...props }, ref) {
1904
1929
  return /* @__PURE__ */ jsx(
1905
- BaseSvgIcon$1Y,
1930
+ BaseSvgIcon$1Z,
1906
1931
  {
1907
1932
  ref,
1908
1933
  viewBox: "0 0 24 24",
@@ -1916,7 +1941,7 @@ function FlipInverse({ width, height, sx, ...props }, ref) {
1916
1941
  );
1917
1942
  }
1918
1943
  const FlipInverse$1 = forwardRef(FlipInverse);
1919
- const Icon$1X = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1944
+ const Icon$1Y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1920
1945
  /* @__PURE__ */ jsx(
1921
1946
  "path",
1922
1947
  {
@@ -1936,10 +1961,10 @@ const Icon$1X = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
1936
1961
  }
1937
1962
  )
1938
1963
  ] });
1939
- const BaseSvgIcon$1X = createSvgIcon(Icon$1X(), "Framed");
1964
+ const BaseSvgIcon$1Y = createSvgIcon(Icon$1Y(), "Framed");
1940
1965
  function Framed({ width, height, sx, ...props }, ref) {
1941
1966
  return /* @__PURE__ */ jsx(
1942
- BaseSvgIcon$1X,
1967
+ BaseSvgIcon$1Y,
1943
1968
  {
1944
1969
  ref,
1945
1970
  viewBox: "0 0 24 24",
@@ -1953,7 +1978,7 @@ function Framed({ width, height, sx, ...props }, ref) {
1953
1978
  );
1954
1979
  }
1955
1980
  const Framed$1 = forwardRef(Framed);
1956
- const Icon$1W = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1981
+ const Icon$1X = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1957
1982
  /* @__PURE__ */ jsx(
1958
1983
  "path",
1959
1984
  {
@@ -1980,10 +2005,10 @@ const Icon$1W = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
1980
2005
  }
1981
2006
  )
1982
2007
  ] });
1983
- const BaseSvgIcon$1W = createSvgIcon(Icon$1W(), "FraudDetection");
2008
+ const BaseSvgIcon$1X = createSvgIcon(Icon$1X(), "FraudDetection");
1984
2009
  function FraudDetection({ width, height, sx, ...props }, ref) {
1985
2010
  return /* @__PURE__ */ jsx(
1986
- BaseSvgIcon$1W,
2011
+ BaseSvgIcon$1X,
1987
2012
  {
1988
2013
  ref,
1989
2014
  viewBox: "0 0 24 24",
@@ -1997,7 +2022,7 @@ function FraudDetection({ width, height, sx, ...props }, ref) {
1997
2022
  );
1998
2023
  }
1999
2024
  const FraudDetection$1 = forwardRef(FraudDetection);
2000
- const Icon$1V = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2025
+ const Icon$1W = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2001
2026
  "path",
2002
2027
  {
2003
2028
  fill: "currentColor",
@@ -2006,10 +2031,10 @@ const Icon$1V = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2006
2031
  clipRule: "evenodd"
2007
2032
  }
2008
2033
  ) });
2009
- const BaseSvgIcon$1V = createSvgIcon(Icon$1V(), "Functions");
2034
+ const BaseSvgIcon$1W = createSvgIcon(Icon$1W(), "Functions");
2010
2035
  function Functions({ width, height, sx, ...props }, ref) {
2011
2036
  return /* @__PURE__ */ jsx(
2012
- BaseSvgIcon$1V,
2037
+ BaseSvgIcon$1W,
2013
2038
  {
2014
2039
  ref,
2015
2040
  viewBox: "0 0 24 24",
@@ -2023,7 +2048,7 @@ function Functions({ width, height, sx, ...props }, ref) {
2023
2048
  );
2024
2049
  }
2025
2050
  const Functions$1 = forwardRef(Functions);
2026
- const Icon$1U = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2051
+ const Icon$1V = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2027
2052
  /* @__PURE__ */ jsx(
2028
2053
  "path",
2029
2054
  {
@@ -2046,10 +2071,10 @@ const Icon$1U = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
2046
2071
  }
2047
2072
  )
2048
2073
  ] });
2049
- const BaseSvgIcon$1U = createSvgIcon(Icon$1U(), "GeneratingDescription");
2074
+ const BaseSvgIcon$1V = createSvgIcon(Icon$1V(), "GeneratingDescription");
2050
2075
  function GeneratingDescription({ width, height, sx, ...props }, ref) {
2051
2076
  return /* @__PURE__ */ jsx(
2052
- BaseSvgIcon$1U,
2077
+ BaseSvgIcon$1V,
2053
2078
  {
2054
2079
  ref,
2055
2080
  viewBox: "0 0 24 24",
@@ -2063,7 +2088,7 @@ function GeneratingDescription({ width, height, sx, ...props }, ref) {
2063
2088
  );
2064
2089
  }
2065
2090
  const GeneratingDescription$1 = forwardRef(GeneratingDescription);
2066
- const Icon$1T = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2091
+ const Icon$1U = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2067
2092
  /* @__PURE__ */ jsx(
2068
2093
  "path",
2069
2094
  {
@@ -2083,10 +2108,10 @@ const Icon$1T = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
2083
2108
  }
2084
2109
  )
2085
2110
  ] });
2086
- const BaseSvgIcon$1T = createSvgIcon(Icon$1T(), "GeocodeTable");
2111
+ const BaseSvgIcon$1U = createSvgIcon(Icon$1U(), "GeocodeTable");
2087
2112
  function GeocodeTable({ width, height, sx, ...props }, ref) {
2088
2113
  return /* @__PURE__ */ jsx(
2089
- BaseSvgIcon$1T,
2114
+ BaseSvgIcon$1U,
2090
2115
  {
2091
2116
  ref,
2092
2117
  viewBox: "0 0 24 24",
@@ -2100,7 +2125,7 @@ function GeocodeTable({ width, height, sx, ...props }, ref) {
2100
2125
  );
2101
2126
  }
2102
2127
  const GeocodeTable$1 = forwardRef(GeocodeTable);
2103
- const Icon$1S = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2128
+ const Icon$1T = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2104
2129
  "path",
2105
2130
  {
2106
2131
  fill: "currentColor",
@@ -2109,10 +2134,10 @@ const Icon$1S = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2109
2134
  clipRule: "evenodd"
2110
2135
  }
2111
2136
  ) });
2112
- const BaseSvgIcon$1S = createSvgIcon(Icon$1S(), "Geography");
2137
+ const BaseSvgIcon$1T = createSvgIcon(Icon$1T(), "Geography");
2113
2138
  function Geography({ width, height, sx, ...props }, ref) {
2114
2139
  return /* @__PURE__ */ jsx(
2115
- BaseSvgIcon$1S,
2140
+ BaseSvgIcon$1T,
2116
2141
  {
2117
2142
  ref,
2118
2143
  viewBox: "0 0 24 24",
@@ -2126,7 +2151,7 @@ function Geography({ width, height, sx, ...props }, ref) {
2126
2151
  );
2127
2152
  }
2128
2153
  const Geography$1 = forwardRef(Geography);
2129
- const Icon$1R = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2154
+ const Icon$1S = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2130
2155
  "path",
2131
2156
  {
2132
2157
  fill: "currentColor",
@@ -2135,10 +2160,10 @@ const Icon$1R = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2135
2160
  clipRule: "evenodd"
2136
2161
  }
2137
2162
  ) });
2138
- const BaseSvgIcon$1R = createSvgIcon(Icon$1R(), "Geomarketing");
2163
+ const BaseSvgIcon$1S = createSvgIcon(Icon$1S(), "Geomarketing");
2139
2164
  function Geomarketing({ width, height, sx, ...props }, ref) {
2140
2165
  return /* @__PURE__ */ jsx(
2141
- BaseSvgIcon$1R,
2166
+ BaseSvgIcon$1S,
2142
2167
  {
2143
2168
  ref,
2144
2169
  viewBox: "0 0 24 24",
@@ -2152,7 +2177,7 @@ function Geomarketing({ width, height, sx, ...props }, ref) {
2152
2177
  );
2153
2178
  }
2154
2179
  const Geomarketing$1 = forwardRef(Geomarketing);
2155
- const Icon$1Q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2180
+ const Icon$1R = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2156
2181
  "path",
2157
2182
  {
2158
2183
  fill: "currentColor",
@@ -2161,10 +2186,10 @@ const Icon$1Q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2161
2186
  clipRule: "evenodd"
2162
2187
  }
2163
2188
  ) });
2164
- const BaseSvgIcon$1Q = createSvgIcon(Icon$1Q(), "Geometry");
2189
+ const BaseSvgIcon$1R = createSvgIcon(Icon$1R(), "Geometry");
2165
2190
  function Geometry({ width, height, sx, ...props }, ref) {
2166
2191
  return /* @__PURE__ */ jsx(
2167
- BaseSvgIcon$1Q,
2192
+ BaseSvgIcon$1R,
2168
2193
  {
2169
2194
  ref,
2170
2195
  viewBox: "0 0 24 24",
@@ -2178,7 +2203,7 @@ function Geometry({ width, height, sx, ...props }, ref) {
2178
2203
  );
2179
2204
  }
2180
2205
  const Geometry$1 = forwardRef(Geometry);
2181
- const Icon$1P = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2206
+ const Icon$1Q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2182
2207
  "path",
2183
2208
  {
2184
2209
  fill: "currentColor",
@@ -2187,10 +2212,10 @@ const Icon$1P = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2187
2212
  clipRule: "evenodd"
2188
2213
  }
2189
2214
  ) });
2190
- const BaseSvgIcon$1P = createSvgIcon(Icon$1P(), "Github");
2215
+ const BaseSvgIcon$1Q = createSvgIcon(Icon$1Q(), "Github");
2191
2216
  function Github({ width, height, sx, ...props }, ref) {
2192
2217
  return /* @__PURE__ */ jsx(
2193
- BaseSvgIcon$1P,
2218
+ BaseSvgIcon$1Q,
2194
2219
  {
2195
2220
  ref,
2196
2221
  viewBox: "0 0 24 24",
@@ -2204,7 +2229,7 @@ function Github({ width, height, sx, ...props }, ref) {
2204
2229
  );
2205
2230
  }
2206
2231
  const Github$1 = forwardRef(Github);
2207
- const Icon$1O = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2232
+ const Icon$1P = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2208
2233
  "path",
2209
2234
  {
2210
2235
  fill: "currentColor",
@@ -2213,10 +2238,10 @@ const Icon$1O = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2213
2238
  clipRule: "evenodd"
2214
2239
  }
2215
2240
  ) });
2216
- const BaseSvgIcon$1O = createSvgIcon(Icon$1O(), "Google");
2241
+ const BaseSvgIcon$1P = createSvgIcon(Icon$1P(), "Google");
2217
2242
  function Google({ width, height, sx, ...props }, ref) {
2218
2243
  return /* @__PURE__ */ jsx(
2219
- BaseSvgIcon$1O,
2244
+ BaseSvgIcon$1P,
2220
2245
  {
2221
2246
  ref,
2222
2247
  viewBox: "0 0 24 24",
@@ -2230,7 +2255,7 @@ function Google({ width, height, sx, ...props }, ref) {
2230
2255
  );
2231
2256
  }
2232
2257
  const Google$1 = forwardRef(Google);
2233
- const Icon$1N = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2258
+ const Icon$1O = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2234
2259
  "path",
2235
2260
  {
2236
2261
  fill: "currentColor",
@@ -2239,10 +2264,10 @@ const Icon$1N = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2239
2264
  clipRule: "evenodd"
2240
2265
  }
2241
2266
  ) });
2242
- const BaseSvgIcon$1N = createSvgIcon(Icon$1N(), "H3");
2267
+ const BaseSvgIcon$1O = createSvgIcon(Icon$1O(), "H3");
2243
2268
  function H3({ width, height, sx, ...props }, ref) {
2244
2269
  return /* @__PURE__ */ jsx(
2245
- BaseSvgIcon$1N,
2270
+ BaseSvgIcon$1O,
2246
2271
  {
2247
2272
  ref,
2248
2273
  viewBox: "0 0 24 24",
@@ -2256,7 +2281,7 @@ function H3({ width, height, sx, ...props }, ref) {
2256
2281
  );
2257
2282
  }
2258
2283
  const H3$1 = forwardRef(H3);
2259
- const Icon$1M = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2284
+ const Icon$1N = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2260
2285
  "path",
2261
2286
  {
2262
2287
  fill: "currentColor",
@@ -2265,10 +2290,10 @@ const Icon$1M = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2265
2290
  clipRule: "evenodd"
2266
2291
  }
2267
2292
  ) });
2268
- const BaseSvgIcon$1M = createSvgIcon(Icon$1M(), "HealthAnalytics");
2293
+ const BaseSvgIcon$1N = createSvgIcon(Icon$1N(), "HealthAnalytics");
2269
2294
  function HealthAnalytics({ width, height, sx, ...props }, ref) {
2270
2295
  return /* @__PURE__ */ jsx(
2271
- BaseSvgIcon$1M,
2296
+ BaseSvgIcon$1N,
2272
2297
  {
2273
2298
  ref,
2274
2299
  viewBox: "0 0 24 24",
@@ -2282,7 +2307,7 @@ function HealthAnalytics({ width, height, sx, ...props }, ref) {
2282
2307
  );
2283
2308
  }
2284
2309
  const HealthAnalytics$1 = forwardRef(HealthAnalytics);
2285
- const Icon$1L = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2310
+ const Icon$1M = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2286
2311
  /* @__PURE__ */ jsx(
2287
2312
  "path",
2288
2313
  {
@@ -2300,10 +2325,10 @@ const Icon$1L = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
2300
2325
  }
2301
2326
  )
2302
2327
  ] });
2303
- const BaseSvgIcon$1L = createSvgIcon(Icon$1L(), "HideComments");
2328
+ const BaseSvgIcon$1M = createSvgIcon(Icon$1M(), "HideComments");
2304
2329
  function HideComments({ width, height, sx, ...props }, ref) {
2305
2330
  return /* @__PURE__ */ jsx(
2306
- BaseSvgIcon$1L,
2331
+ BaseSvgIcon$1M,
2307
2332
  {
2308
2333
  ref,
2309
2334
  viewBox: "0 0 24 24",
@@ -2317,7 +2342,7 @@ function HideComments({ width, height, sx, ...props }, ref) {
2317
2342
  );
2318
2343
  }
2319
2344
  const HideComments$1 = forwardRef(HideComments);
2320
- const Icon$1K = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2345
+ const Icon$1L = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2321
2346
  /* @__PURE__ */ jsx(
2322
2347
  "path",
2323
2348
  {
@@ -2335,10 +2360,10 @@ const Icon$1K = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
2335
2360
  }
2336
2361
  )
2337
2362
  ] });
2338
- const BaseSvgIcon$1K = createSvgIcon(Icon$1K(), "HideLeftsidebar");
2363
+ const BaseSvgIcon$1L = createSvgIcon(Icon$1L(), "HideLeftsidebar");
2339
2364
  function HideLeftsidebar({ width, height, sx, ...props }, ref) {
2340
2365
  return /* @__PURE__ */ jsx(
2341
- BaseSvgIcon$1K,
2366
+ BaseSvgIcon$1L,
2342
2367
  {
2343
2368
  ref,
2344
2369
  viewBox: "0 0 24 24",
@@ -2352,7 +2377,7 @@ function HideLeftsidebar({ width, height, sx, ...props }, ref) {
2352
2377
  );
2353
2378
  }
2354
2379
  const HideLeftsidebar$1 = forwardRef(HideLeftsidebar);
2355
- const Icon$1J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2380
+ const Icon$1K = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2356
2381
  "path",
2357
2382
  {
2358
2383
  fill: "currentColor",
@@ -2361,10 +2386,10 @@ const Icon$1J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2361
2386
  clipRule: "evenodd"
2362
2387
  }
2363
2388
  ) });
2364
- const BaseSvgIcon$1J = createSvgIcon(Icon$1J(), "Home");
2389
+ const BaseSvgIcon$1K = createSvgIcon(Icon$1K(), "Home");
2365
2390
  function Home({ width, height, sx, ...props }, ref) {
2366
2391
  return /* @__PURE__ */ jsx(
2367
- BaseSvgIcon$1J,
2392
+ BaseSvgIcon$1K,
2368
2393
  {
2369
2394
  ref,
2370
2395
  viewBox: "0 0 24 24",
@@ -2378,7 +2403,7 @@ function Home({ width, height, sx, ...props }, ref) {
2378
2403
  );
2379
2404
  }
2380
2405
  const Home$1 = forwardRef(Home);
2381
- const Icon$1I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2406
+ const Icon$1J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2382
2407
  "path",
2383
2408
  {
2384
2409
  fill: "currentColor",
@@ -2387,10 +2412,10 @@ const Icon$1I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2387
2412
  clipRule: "evenodd"
2388
2413
  }
2389
2414
  ) });
2390
- const BaseSvgIcon$1I = createSvgIcon(Icon$1I(), "Housing");
2415
+ const BaseSvgIcon$1J = createSvgIcon(Icon$1J(), "Housing");
2391
2416
  function Housing({ width, height, sx, ...props }, ref) {
2392
2417
  return /* @__PURE__ */ jsx(
2393
- BaseSvgIcon$1I,
2418
+ BaseSvgIcon$1J,
2394
2419
  {
2395
2420
  ref,
2396
2421
  viewBox: "0 0 24 24",
@@ -2404,7 +2429,7 @@ function Housing({ width, height, sx, ...props }, ref) {
2404
2429
  );
2405
2430
  }
2406
2431
  const Housing$1 = forwardRef(Housing);
2407
- const Icon$1H = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2432
+ const Icon$1I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2408
2433
  "path",
2409
2434
  {
2410
2435
  fill: "currentColor",
@@ -2413,10 +2438,10 @@ const Icon$1H = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2413
2438
  clipRule: "evenodd"
2414
2439
  }
2415
2440
  ) });
2416
- const BaseSvgIcon$1H = createSvgIcon(Icon$1H(), "HumanMobility");
2441
+ const BaseSvgIcon$1I = createSvgIcon(Icon$1I(), "HumanMobility");
2417
2442
  function HumanMobility({ width, height, sx, ...props }, ref) {
2418
2443
  return /* @__PURE__ */ jsx(
2419
- BaseSvgIcon$1H,
2444
+ BaseSvgIcon$1I,
2420
2445
  {
2421
2446
  ref,
2422
2447
  viewBox: "0 0 24 24",
@@ -2430,7 +2455,7 @@ function HumanMobility({ width, height, sx, ...props }, ref) {
2430
2455
  );
2431
2456
  }
2432
2457
  const HumanMobility$1 = forwardRef(HumanMobility);
2433
- const Icon$1G = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2458
+ const Icon$1H = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2434
2459
  "path",
2435
2460
  {
2436
2461
  fill: "currentColor",
@@ -2439,10 +2464,10 @@ const Icon$1G = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2439
2464
  clipRule: "evenodd"
2440
2465
  }
2441
2466
  ) });
2442
- const BaseSvgIcon$1G = createSvgIcon(Icon$1G(), "Id");
2467
+ const BaseSvgIcon$1H = createSvgIcon(Icon$1H(), "Id");
2443
2468
  function Id({ width, height, sx, ...props }, ref) {
2444
2469
  return /* @__PURE__ */ jsx(
2445
- BaseSvgIcon$1G,
2470
+ BaseSvgIcon$1H,
2446
2471
  {
2447
2472
  ref,
2448
2473
  viewBox: "0 0 24 24",
@@ -2456,7 +2481,7 @@ function Id({ width, height, sx, ...props }, ref) {
2456
2481
  );
2457
2482
  }
2458
2483
  const Id$1 = forwardRef(Id);
2459
- const Icon$1F = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2484
+ const Icon$1G = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2460
2485
  /* @__PURE__ */ jsx(
2461
2486
  "path",
2462
2487
  {
@@ -2474,10 +2499,10 @@ const Icon$1F = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
2474
2499
  ),
2475
2500
  /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "m14.14 11.86-3 3.87L9 13.14 6 17h12z" })
2476
2501
  ] });
2477
- const BaseSvgIcon$1F = createSvgIcon(Icon$1F(), "Image");
2502
+ const BaseSvgIcon$1G = createSvgIcon(Icon$1G(), "Image");
2478
2503
  function Image({ width, height, sx, ...props }, ref) {
2479
2504
  return /* @__PURE__ */ jsx(
2480
- BaseSvgIcon$1F,
2505
+ BaseSvgIcon$1G,
2481
2506
  {
2482
2507
  ref,
2483
2508
  viewBox: "0 0 24 24",
@@ -2491,7 +2516,7 @@ function Image({ width, height, sx, ...props }, ref) {
2491
2516
  );
2492
2517
  }
2493
2518
  const Image$1 = forwardRef(Image);
2494
- const Icon$1E = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2519
+ const Icon$1F = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2495
2520
  /* @__PURE__ */ jsx(
2496
2521
  "path",
2497
2522
  {
@@ -2516,10 +2541,10 @@ const Icon$1E = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
2516
2541
  }
2517
2542
  )
2518
2543
  ] });
2519
- const BaseSvgIcon$1E = createSvgIcon(Icon$1E(), "Infrastructure");
2544
+ const BaseSvgIcon$1F = createSvgIcon(Icon$1F(), "Infrastructure");
2520
2545
  function Infrastructure({ width, height, sx, ...props }, ref) {
2521
2546
  return /* @__PURE__ */ jsx(
2522
- BaseSvgIcon$1E,
2547
+ BaseSvgIcon$1F,
2523
2548
  {
2524
2549
  ref,
2525
2550
  viewBox: "0 0 24 24",
@@ -2533,7 +2558,7 @@ function Infrastructure({ width, height, sx, ...props }, ref) {
2533
2558
  );
2534
2559
  }
2535
2560
  const Infrastructure$1 = forwardRef(Infrastructure);
2536
- const Icon$1D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2561
+ const Icon$1E = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2537
2562
  "path",
2538
2563
  {
2539
2564
  fill: "currentColor",
@@ -2542,10 +2567,10 @@ const Icon$1D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2542
2567
  clipRule: "evenodd"
2543
2568
  }
2544
2569
  ) });
2545
- const BaseSvgIcon$1D = createSvgIcon(Icon$1D(), "IotAnalytics");
2570
+ const BaseSvgIcon$1E = createSvgIcon(Icon$1E(), "IotAnalytics");
2546
2571
  function IotAnalytics({ width, height, sx, ...props }, ref) {
2547
2572
  return /* @__PURE__ */ jsx(
2548
- BaseSvgIcon$1D,
2573
+ BaseSvgIcon$1E,
2549
2574
  {
2550
2575
  ref,
2551
2576
  viewBox: "0 0 24 24",
@@ -2559,7 +2584,7 @@ function IotAnalytics({ width, height, sx, ...props }, ref) {
2559
2584
  );
2560
2585
  }
2561
2586
  const IotAnalytics$1 = forwardRef(IotAnalytics);
2562
- const Icon$1C = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2587
+ const Icon$1D = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2563
2588
  /* @__PURE__ */ jsx(
2564
2589
  "path",
2565
2590
  {
@@ -2577,10 +2602,10 @@ const Icon$1C = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
2577
2602
  }
2578
2603
  )
2579
2604
  ] });
2580
- const BaseSvgIcon$1C = createSvgIcon(Icon$1C(), "LabelDeprecated");
2605
+ const BaseSvgIcon$1D = createSvgIcon(Icon$1D(), "LabelDeprecated");
2581
2606
  function LabelDeprecated({ width, height, sx, ...props }, ref) {
2582
2607
  return /* @__PURE__ */ jsx(
2583
- BaseSvgIcon$1C,
2608
+ BaseSvgIcon$1D,
2584
2609
  {
2585
2610
  ref,
2586
2611
  viewBox: "0 0 24 24",
@@ -2594,7 +2619,7 @@ function LabelDeprecated({ width, height, sx, ...props }, ref) {
2594
2619
  );
2595
2620
  }
2596
2621
  const LabelDeprecated$1 = forwardRef(LabelDeprecated);
2597
- const Icon$1B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2622
+ const Icon$1C = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2598
2623
  "path",
2599
2624
  {
2600
2625
  fill: "currentColor",
@@ -2603,10 +2628,10 @@ const Icon$1B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2603
2628
  clipRule: "evenodd"
2604
2629
  }
2605
2630
  ) });
2606
- const BaseSvgIcon$1B = createSvgIcon(Icon$1B(), "Layers");
2631
+ const BaseSvgIcon$1C = createSvgIcon(Icon$1C(), "Layers");
2607
2632
  function Layers({ width, height, sx, ...props }, ref) {
2608
2633
  return /* @__PURE__ */ jsx(
2609
- BaseSvgIcon$1B,
2634
+ BaseSvgIcon$1C,
2610
2635
  {
2611
2636
  ref,
2612
2637
  viewBox: "0 0 24 24",
@@ -2620,7 +2645,7 @@ function Layers({ width, height, sx, ...props }, ref) {
2620
2645
  );
2621
2646
  }
2622
2647
  const Layers$1 = forwardRef(Layers);
2623
- const Icon$1A = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2648
+ const Icon$1B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2624
2649
  "path",
2625
2650
  {
2626
2651
  fill: "currentColor",
@@ -2629,10 +2654,10 @@ const Icon$1A = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2629
2654
  clipRule: "evenodd"
2630
2655
  }
2631
2656
  ) });
2632
- const BaseSvgIcon$1A = createSvgIcon(Icon$1A(), "Linkedin");
2657
+ const BaseSvgIcon$1B = createSvgIcon(Icon$1B(), "Linkedin");
2633
2658
  function Linkedin({ width, height, sx, ...props }, ref) {
2634
2659
  return /* @__PURE__ */ jsx(
2635
- BaseSvgIcon$1A,
2660
+ BaseSvgIcon$1B,
2636
2661
  {
2637
2662
  ref,
2638
2663
  viewBox: "0 0 24 24",
@@ -2646,7 +2671,7 @@ function Linkedin({ width, height, sx, ...props }, ref) {
2646
2671
  );
2647
2672
  }
2648
2673
  const Linkedin$1 = forwardRef(Linkedin);
2649
- const Icon$1z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2674
+ const Icon$1A = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2650
2675
  "path",
2651
2676
  {
2652
2677
  fill: "currentColor",
@@ -2655,10 +2680,10 @@ const Icon$1z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2655
2680
  clipRule: "evenodd"
2656
2681
  }
2657
2682
  ) });
2658
- const BaseSvgIcon$1z = createSvgIcon(Icon$1z(), "MapCoordinates");
2683
+ const BaseSvgIcon$1A = createSvgIcon(Icon$1A(), "MapCoordinates");
2659
2684
  function MapCoordinates({ width, height, sx, ...props }, ref) {
2660
2685
  return /* @__PURE__ */ jsx(
2661
- BaseSvgIcon$1z,
2686
+ BaseSvgIcon$1A,
2662
2687
  {
2663
2688
  ref,
2664
2689
  viewBox: "0 0 24 24",
@@ -2672,7 +2697,7 @@ function MapCoordinates({ width, height, sx, ...props }, ref) {
2672
2697
  );
2673
2698
  }
2674
2699
  const MapCoordinates$1 = forwardRef(MapCoordinates);
2675
- const Icon$1y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2700
+ const Icon$1z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2676
2701
  /* @__PURE__ */ jsx(
2677
2702
  "path",
2678
2703
  {
@@ -2699,10 +2724,10 @@ const Icon$1y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
2699
2724
  }
2700
2725
  )
2701
2726
  ] });
2702
- const BaseSvgIcon$1y = createSvgIcon(Icon$1y(), "MapCopy");
2727
+ const BaseSvgIcon$1z = createSvgIcon(Icon$1z(), "MapCopy");
2703
2728
  function MapCopy({ width, height, sx, ...props }, ref) {
2704
2729
  return /* @__PURE__ */ jsx(
2705
- BaseSvgIcon$1y,
2730
+ BaseSvgIcon$1z,
2706
2731
  {
2707
2732
  ref,
2708
2733
  viewBox: "0 0 24 24",
@@ -2716,7 +2741,7 @@ function MapCopy({ width, height, sx, ...props }, ref) {
2716
2741
  );
2717
2742
  }
2718
2743
  const MapCopy$1 = forwardRef(MapCopy);
2719
- const Icon$1x = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2744
+ const Icon$1y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2720
2745
  "path",
2721
2746
  {
2722
2747
  fill: "currentColor",
@@ -2725,10 +2750,10 @@ const Icon$1x = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2725
2750
  clipRule: "evenodd"
2726
2751
  }
2727
2752
  ) });
2728
- const BaseSvgIcon$1x = createSvgIcon(Icon$1x(), "MapOthers");
2753
+ const BaseSvgIcon$1y = createSvgIcon(Icon$1y(), "MapOthers");
2729
2754
  function MapOthers({ width, height, sx, ...props }, ref) {
2730
2755
  return /* @__PURE__ */ jsx(
2731
- BaseSvgIcon$1x,
2756
+ BaseSvgIcon$1y,
2732
2757
  {
2733
2758
  ref,
2734
2759
  viewBox: "0 0 24 24",
@@ -2742,7 +2767,7 @@ function MapOthers({ width, height, sx, ...props }, ref) {
2742
2767
  );
2743
2768
  }
2744
2769
  const MapOthers$1 = forwardRef(MapOthers);
2745
- const Icon$1w = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2770
+ const Icon$1x = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2746
2771
  "path",
2747
2772
  {
2748
2773
  fill: "currentColor",
@@ -2751,10 +2776,10 @@ const Icon$1w = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2751
2776
  clipRule: "evenodd"
2752
2777
  }
2753
2778
  ) });
2754
- const BaseSvgIcon$1w = createSvgIcon(Icon$1w(), "MapPin");
2779
+ const BaseSvgIcon$1x = createSvgIcon(Icon$1x(), "MapPin");
2755
2780
  function MapPin({ width, height, sx, ...props }, ref) {
2756
2781
  return /* @__PURE__ */ jsx(
2757
- BaseSvgIcon$1w,
2782
+ BaseSvgIcon$1x,
2758
2783
  {
2759
2784
  ref,
2760
2785
  viewBox: "0 0 24 24",
@@ -2768,7 +2793,7 @@ function MapPin({ width, height, sx, ...props }, ref) {
2768
2793
  );
2769
2794
  }
2770
2795
  const MapPin$1 = forwardRef(MapPin);
2771
- const Icon$1v = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2796
+ const Icon$1w = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2772
2797
  /* @__PURE__ */ jsx(
2773
2798
  "path",
2774
2799
  {
@@ -2791,10 +2816,10 @@ const Icon$1v = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
2791
2816
  }
2792
2817
  )
2793
2818
  ] });
2794
- const BaseSvgIcon$1v = createSvgIcon(Icon$1v(), "MarkCommentRead");
2819
+ const BaseSvgIcon$1w = createSvgIcon(Icon$1w(), "MarkCommentRead");
2795
2820
  function MarkCommentRead({ width, height, sx, ...props }, ref) {
2796
2821
  return /* @__PURE__ */ jsx(
2797
- BaseSvgIcon$1v,
2822
+ BaseSvgIcon$1w,
2798
2823
  {
2799
2824
  ref,
2800
2825
  viewBox: "0 0 24 24",
@@ -2808,7 +2833,7 @@ function MarkCommentRead({ width, height, sx, ...props }, ref) {
2808
2833
  );
2809
2834
  }
2810
2835
  const MarkCommentRead$1 = forwardRef(MarkCommentRead);
2811
- const Icon$1u = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2836
+ const Icon$1v = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2812
2837
  "path",
2813
2838
  {
2814
2839
  fill: "currentColor",
@@ -2817,10 +2842,10 @@ const Icon$1u = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2817
2842
  clipRule: "evenodd"
2818
2843
  }
2819
2844
  ) });
2820
- const BaseSvgIcon$1u = createSvgIcon(Icon$1u(), "MarketAnalysis");
2845
+ const BaseSvgIcon$1v = createSvgIcon(Icon$1v(), "MarketAnalysis");
2821
2846
  function MarketAnalysis({ width, height, sx, ...props }, ref) {
2822
2847
  return /* @__PURE__ */ jsx(
2823
- BaseSvgIcon$1u,
2848
+ BaseSvgIcon$1v,
2824
2849
  {
2825
2850
  ref,
2826
2851
  viewBox: "0 0 24 24",
@@ -2834,7 +2859,7 @@ function MarketAnalysis({ width, height, sx, ...props }, ref) {
2834
2859
  );
2835
2860
  }
2836
2861
  const MarketAnalysis$1 = forwardRef(MarketAnalysis);
2837
- const Icon$1t = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2862
+ const Icon$1u = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2838
2863
  /* @__PURE__ */ jsx(
2839
2864
  "path",
2840
2865
  {
@@ -2859,10 +2884,10 @@ const Icon$1t = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
2859
2884
  }
2860
2885
  )
2861
2886
  ] });
2862
- const BaseSvgIcon$1t = createSvgIcon(Icon$1t(), "Max");
2887
+ const BaseSvgIcon$1u = createSvgIcon(Icon$1u(), "Max");
2863
2888
  function Max({ width, height, sx, ...props }, ref) {
2864
2889
  return /* @__PURE__ */ jsx(
2865
- BaseSvgIcon$1t,
2890
+ BaseSvgIcon$1u,
2866
2891
  {
2867
2892
  ref,
2868
2893
  viewBox: "0 0 24 24",
@@ -2876,17 +2901,17 @@ function Max({ width, height, sx, ...props }, ref) {
2876
2901
  );
2877
2902
  }
2878
2903
  const Max$1 = forwardRef(Max);
2879
- const Icon$1s = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2904
+ const Icon$1t = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2880
2905
  "path",
2881
2906
  {
2882
2907
  fill: "currentColor",
2883
2908
  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
2909
  }
2885
2910
  ) });
2886
- const BaseSvgIcon$1s = createSvgIcon(Icon$1s(), "MeasureTool");
2911
+ const BaseSvgIcon$1t = createSvgIcon(Icon$1t(), "MeasureTool");
2887
2912
  function MeasureTool({ width, height, sx, ...props }, ref) {
2888
2913
  return /* @__PURE__ */ jsx(
2889
- BaseSvgIcon$1s,
2914
+ BaseSvgIcon$1t,
2890
2915
  {
2891
2916
  ref,
2892
2917
  viewBox: "0 0 24 24",
@@ -2900,17 +2925,17 @@ function MeasureTool({ width, height, sx, ...props }, ref) {
2900
2925
  );
2901
2926
  }
2902
2927
  const MeasureTool$1 = forwardRef(MeasureTool);
2903
- const Icon$1r = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2928
+ const Icon$1s = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2904
2929
  "path",
2905
2930
  {
2906
2931
  fill: "currentColor",
2907
2932
  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
2933
  }
2909
2934
  ) });
2910
- const BaseSvgIcon$1r = createSvgIcon(Icon$1r(), "Min");
2935
+ const BaseSvgIcon$1s = createSvgIcon(Icon$1s(), "Min");
2911
2936
  function Min({ width, height, sx, ...props }, ref) {
2912
2937
  return /* @__PURE__ */ jsx(
2913
- BaseSvgIcon$1r,
2938
+ BaseSvgIcon$1s,
2914
2939
  {
2915
2940
  ref,
2916
2941
  viewBox: "0 0 24 24",
@@ -2924,7 +2949,7 @@ function Min({ width, height, sx, ...props }, ref) {
2924
2949
  );
2925
2950
  }
2926
2951
  const Min$1 = forwardRef(Min);
2927
- const Icon$1q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2952
+ const Icon$1r = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2928
2953
  /* @__PURE__ */ jsx(
2929
2954
  "path",
2930
2955
  {
@@ -2943,10 +2968,10 @@ const Icon$1q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
2943
2968
  }
2944
2969
  )
2945
2970
  ] });
2946
- const BaseSvgIcon$1q = createSvgIcon(Icon$1q(), "MobilityPlanning");
2971
+ const BaseSvgIcon$1r = createSvgIcon(Icon$1r(), "MobilityPlanning");
2947
2972
  function MobilityPlanning({ width, height, sx, ...props }, ref) {
2948
2973
  return /* @__PURE__ */ jsx(
2949
- BaseSvgIcon$1q,
2974
+ BaseSvgIcon$1r,
2950
2975
  {
2951
2976
  ref,
2952
2977
  viewBox: "0 0 24 24",
@@ -2960,7 +2985,7 @@ function MobilityPlanning({ width, height, sx, ...props }, ref) {
2960
2985
  );
2961
2986
  }
2962
2987
  const MobilityPlanning$1 = forwardRef(MobilityPlanning);
2963
- const Icon$1p = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2988
+ const Icon$1q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2964
2989
  /* @__PURE__ */ jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsx(
2965
2990
  "path",
2966
2991
  {
@@ -2972,10 +2997,10 @@ const Icon$1p = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
2972
2997
  ) }),
2973
2998
  /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
2974
2999
  ] });
2975
- const BaseSvgIcon$1p = createSvgIcon(Icon$1p(), "NetworkDeployment");
3000
+ const BaseSvgIcon$1q = createSvgIcon(Icon$1q(), "NetworkDeployment");
2976
3001
  function NetworkDeployment({ width, height, sx, ...props }, ref) {
2977
3002
  return /* @__PURE__ */ jsx(
2978
- BaseSvgIcon$1p,
3003
+ BaseSvgIcon$1q,
2979
3004
  {
2980
3005
  ref,
2981
3006
  viewBox: "0 0 24 24",
@@ -2989,7 +3014,7 @@ function NetworkDeployment({ width, height, sx, ...props }, ref) {
2989
3014
  );
2990
3015
  }
2991
3016
  const NetworkDeployment$1 = forwardRef(NetworkDeployment);
2992
- const Icon$1o = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3017
+ const Icon$1p = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2993
3018
  /* @__PURE__ */ jsx(
2994
3019
  "path",
2995
3020
  {
@@ -3005,10 +3030,10 @@ const Icon$1o = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
3005
3030
  }
3006
3031
  )
3007
3032
  ] });
3008
- const BaseSvgIcon$1o = createSvgIcon(Icon$1o(), "NightsThermostat");
3033
+ const BaseSvgIcon$1p = createSvgIcon(Icon$1p(), "NightsThermostat");
3009
3034
  function NightsThermostat({ width, height, sx, ...props }, ref) {
3010
3035
  return /* @__PURE__ */ jsx(
3011
- BaseSvgIcon$1o,
3036
+ BaseSvgIcon$1p,
3012
3037
  {
3013
3038
  ref,
3014
3039
  viewBox: "0 0 24 24",
@@ -3022,7 +3047,7 @@ function NightsThermostat({ width, height, sx, ...props }, ref) {
3022
3047
  );
3023
3048
  }
3024
3049
  const NightsThermostat$1 = forwardRef(NightsThermostat);
3025
- const Icon$1n = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3050
+ const Icon$1o = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3026
3051
  /* @__PURE__ */ jsx(
3027
3052
  "path",
3028
3053
  {
@@ -3032,10 +3057,10 @@ const Icon$1n = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
3032
3057
  ),
3033
3058
  /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M8 20H4v-4h4zM16 4v4h4V4z" })
3034
3059
  ] });
3035
- const BaseSvgIcon$1n = createSvgIcon(Icon$1n(), "NoApp");
3060
+ const BaseSvgIcon$1o = createSvgIcon(Icon$1o(), "NoApp");
3036
3061
  function NoApp({ width, height, sx, ...props }, ref) {
3037
3062
  return /* @__PURE__ */ jsx(
3038
- BaseSvgIcon$1n,
3063
+ BaseSvgIcon$1o,
3039
3064
  {
3040
3065
  ref,
3041
3066
  viewBox: "0 0 24 24",
@@ -3049,7 +3074,7 @@ function NoApp({ width, height, sx, ...props }, ref) {
3049
3074
  );
3050
3075
  }
3051
3076
  const NoApp$1 = forwardRef(NoApp);
3052
- const Icon$1m = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3077
+ const Icon$1n = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3053
3078
  /* @__PURE__ */ jsx(
3054
3079
  "path",
3055
3080
  {
@@ -3067,10 +3092,10 @@ const Icon$1m = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
3067
3092
  }
3068
3093
  )
3069
3094
  ] });
3070
- const BaseSvgIcon$1m = createSvgIcon(Icon$1m(), "NoMap");
3095
+ const BaseSvgIcon$1n = createSvgIcon(Icon$1n(), "NoMap");
3071
3096
  function NoMap({ width, height, sx, ...props }, ref) {
3072
3097
  return /* @__PURE__ */ jsx(
3073
- BaseSvgIcon$1m,
3098
+ BaseSvgIcon$1n,
3074
3099
  {
3075
3100
  ref,
3076
3101
  viewBox: "0 0 24 24",
@@ -3084,7 +3109,7 @@ function NoMap({ width, height, sx, ...props }, ref) {
3084
3109
  );
3085
3110
  }
3086
3111
  const NoMap$1 = forwardRef(NoMap);
3087
- const Icon$1l = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3112
+ const Icon$1m = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3088
3113
  "path",
3089
3114
  {
3090
3115
  fill: "currentColor",
@@ -3093,10 +3118,10 @@ const Icon$1l = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
3093
3118
  clipRule: "evenodd"
3094
3119
  }
3095
3120
  ) });
3096
- const BaseSvgIcon$1l = createSvgIcon(Icon$1l(), "NoSpatialExtension");
3121
+ const BaseSvgIcon$1m = createSvgIcon(Icon$1m(), "NoSpatialExtension");
3097
3122
  function NoSpatialExtension({ width, height, sx, ...props }, ref) {
3098
3123
  return /* @__PURE__ */ jsx(
3099
- BaseSvgIcon$1l,
3124
+ BaseSvgIcon$1m,
3100
3125
  {
3101
3126
  ref,
3102
3127
  viewBox: "0 0 24 24",
@@ -3110,7 +3135,7 @@ function NoSpatialExtension({ width, height, sx, ...props }, ref) {
3110
3135
  );
3111
3136
  }
3112
3137
  const NoSpatialExtension$1 = forwardRef(NoSpatialExtension);
3113
- const Icon$1k = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3138
+ const Icon$1l = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3114
3139
  /* @__PURE__ */ jsx(
3115
3140
  "path",
3116
3141
  {
@@ -3128,10 +3153,10 @@ const Icon$1k = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
3128
3153
  }
3129
3154
  )
3130
3155
  ] });
3131
- const BaseSvgIcon$1k = createSvgIcon(Icon$1k(), "NoTileset");
3156
+ const BaseSvgIcon$1l = createSvgIcon(Icon$1l(), "NoTileset");
3132
3157
  function NoTileset({ width, height, sx, ...props }, ref) {
3133
3158
  return /* @__PURE__ */ jsx(
3134
- BaseSvgIcon$1k,
3159
+ BaseSvgIcon$1l,
3135
3160
  {
3136
3161
  ref,
3137
3162
  viewBox: "0 0 24 24",
@@ -3145,17 +3170,17 @@ function NoTileset({ width, height, sx, ...props }, ref) {
3145
3170
  );
3146
3171
  }
3147
3172
  const NoTileset$1 = forwardRef(NoTileset);
3148
- const Icon$1j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3173
+ const Icon$1k = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3149
3174
  "path",
3150
3175
  {
3151
3176
  fill: "currentColor",
3152
3177
  d: "M2.614 2.476 1.2 3.891 4.31 7H4v3h3.31l4 4H4v3h10.31l4.568 4.568 1.414-1.414zM16.938 14l3 3H20v-3zM9.938 7l3 3H20V7z"
3153
3178
  }
3154
3179
  ) });
3155
- const BaseSvgIcon$1j = createSvgIcon(Icon$1j(), "NotEqual");
3180
+ const BaseSvgIcon$1k = createSvgIcon(Icon$1k(), "NotEqual");
3156
3181
  function NotEqual({ width, height, sx, ...props }, ref) {
3157
3182
  return /* @__PURE__ */ jsx(
3158
- BaseSvgIcon$1j,
3183
+ BaseSvgIcon$1k,
3159
3184
  {
3160
3185
  ref,
3161
3186
  viewBox: "0 0 24 24",
@@ -3169,7 +3194,7 @@ function NotEqual({ width, height, sx, ...props }, ref) {
3169
3194
  );
3170
3195
  }
3171
3196
  const NotEqual$1 = forwardRef(NotEqual);
3172
- const Icon$1i = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3197
+ const Icon$1j = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3173
3198
  /* @__PURE__ */ jsx(
3174
3199
  "path",
3175
3200
  {
@@ -3189,10 +3214,10 @@ const Icon$1i = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
3189
3214
  }
3190
3215
  )
3191
3216
  ] });
3192
- const BaseSvgIcon$1i = createSvgIcon(Icon$1i(), "Number");
3217
+ const BaseSvgIcon$1j = createSvgIcon(Icon$1j(), "Number");
3193
3218
  function Number({ width, height, sx, ...props }, ref) {
3194
3219
  return /* @__PURE__ */ jsx(
3195
- BaseSvgIcon$1i,
3220
+ BaseSvgIcon$1j,
3196
3221
  {
3197
3222
  ref,
3198
3223
  viewBox: "0 0 24 24",
@@ -3206,7 +3231,7 @@ function Number({ width, height, sx, ...props }, ref) {
3206
3231
  );
3207
3232
  }
3208
3233
  const Number$1 = forwardRef(Number);
3209
- const Icon$1h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3234
+ const Icon$1i = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3210
3235
  "path",
3211
3236
  {
3212
3237
  fill: "currentColor",
@@ -3215,10 +3240,10 @@ const Icon$1h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
3215
3240
  clipRule: "evenodd"
3216
3241
  }
3217
3242
  ) });
3218
- const BaseSvgIcon$1h = createSvgIcon(Icon$1h(), "Onboarding");
3243
+ const BaseSvgIcon$1i = createSvgIcon(Icon$1i(), "Onboarding");
3219
3244
  function Onboarding({ width, height, sx, ...props }, ref) {
3220
3245
  return /* @__PURE__ */ jsx(
3221
- BaseSvgIcon$1h,
3246
+ BaseSvgIcon$1i,
3222
3247
  {
3223
3248
  ref,
3224
3249
  viewBox: "0 0 24 24",
@@ -3232,7 +3257,7 @@ function Onboarding({ width, height, sx, ...props }, ref) {
3232
3257
  );
3233
3258
  }
3234
3259
  const Onboarding$1 = forwardRef(Onboarding);
3235
- const Icon$1g = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3260
+ const Icon$1h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3236
3261
  "path",
3237
3262
  {
3238
3263
  fill: "currentColor",
@@ -3241,10 +3266,10 @@ const Icon$1g = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
3241
3266
  clipRule: "evenodd"
3242
3267
  }
3243
3268
  ) });
3244
- const BaseSvgIcon$1g = createSvgIcon(Icon$1g(), "OohAnalytics");
3269
+ const BaseSvgIcon$1h = createSvgIcon(Icon$1h(), "OohAnalytics");
3245
3270
  function OohAnalytics({ width, height, sx, ...props }, ref) {
3246
3271
  return /* @__PURE__ */ jsx(
3247
- BaseSvgIcon$1g,
3272
+ BaseSvgIcon$1h,
3248
3273
  {
3249
3274
  ref,
3250
3275
  viewBox: "0 0 24 24",
@@ -3258,7 +3283,7 @@ function OohAnalytics({ width, height, sx, ...props }, ref) {
3258
3283
  );
3259
3284
  }
3260
3285
  const OohAnalytics$1 = forwardRef(OohAnalytics);
3261
- const Icon$1f = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3286
+ const Icon$1g = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3262
3287
  /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M13.125 13.125h-2.25v-2.25h2.25z" }),
3263
3288
  /* @__PURE__ */ jsx(
3264
3289
  "path",
@@ -3279,10 +3304,10 @@ const Icon$1f = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
3279
3304
  }
3280
3305
  )
3281
3306
  ] });
3282
- const BaseSvgIcon$1f = createSvgIcon(Icon$1f(), "Opacity");
3307
+ const BaseSvgIcon$1g = createSvgIcon(Icon$1g(), "Opacity");
3283
3308
  function Opacity({ width, height, sx, ...props }, ref) {
3284
3309
  return /* @__PURE__ */ jsx(
3285
- BaseSvgIcon$1f,
3310
+ BaseSvgIcon$1g,
3286
3311
  {
3287
3312
  ref,
3288
3313
  viewBox: "0 0 24 24",
@@ -3296,7 +3321,7 @@ function Opacity({ width, height, sx, ...props }, ref) {
3296
3321
  );
3297
3322
  }
3298
3323
  const Opacity$1 = forwardRef(Opacity);
3299
- const Icon$1e = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3324
+ const Icon$1f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3300
3325
  "path",
3301
3326
  {
3302
3327
  fill: "currentColor",
@@ -3305,10 +3330,10 @@ const Icon$1e = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
3305
3330
  clipRule: "evenodd"
3306
3331
  }
3307
3332
  ) });
3308
- const BaseSvgIcon$1e = createSvgIcon(Icon$1e(), "OpenDiagonallyLeft");
3333
+ const BaseSvgIcon$1f = createSvgIcon(Icon$1f(), "OpenDiagonallyLeft");
3309
3334
  function OpenDiagonallyLeft({ width, height, sx, ...props }, ref) {
3310
3335
  return /* @__PURE__ */ jsx(
3311
- BaseSvgIcon$1e,
3336
+ BaseSvgIcon$1f,
3312
3337
  {
3313
3338
  ref,
3314
3339
  viewBox: "0 0 24 24",
@@ -3322,6 +3347,32 @@ function OpenDiagonallyLeft({ width, height, sx, ...props }, ref) {
3322
3347
  );
3323
3348
  }
3324
3349
  const OpenDiagonallyLeft$1 = forwardRef(OpenDiagonallyLeft);
3350
+ const Icon$1e = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3351
+ "path",
3352
+ {
3353
+ fill: "currentColor",
3354
+ fillRule: "evenodd",
3355
+ d: "m14.121 11.293 2.877-2.877V11H19V5l-6 .007v1.994l2.584.001-2.877 2.877zM5 19l6-.007v-1.994H8.415l2.878-2.878-1.414-1.414L7 15.585V13H5z",
3356
+ clipRule: "evenodd"
3357
+ }
3358
+ ) });
3359
+ const BaseSvgIcon$1e = createSvgIcon(Icon$1e(), "OpenDiagonallyRight");
3360
+ function OpenDiagonallyRight({ width, height, sx, ...props }, ref) {
3361
+ return /* @__PURE__ */ jsx(
3362
+ BaseSvgIcon$1e,
3363
+ {
3364
+ ref,
3365
+ viewBox: "0 0 24 24",
3366
+ sx: {
3367
+ width,
3368
+ height: height || width,
3369
+ ...sx
3370
+ },
3371
+ ...props
3372
+ }
3373
+ );
3374
+ }
3375
+ const OpenDiagonallyRight$1 = forwardRef(OpenDiagonallyRight);
3325
3376
  const Icon$1d = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3326
3377
  "path",
3327
3378
  {
@@ -5685,7 +5736,7 @@ export {
5685
5736
  Center$1 as Center,
5686
5737
  CenterLayer$1 as CenterLayer,
5687
5738
  CloseDiagonallyLeft$1 as CloseDiagonallyLeft,
5688
- C as CloseDiagonallyRight,
5739
+ CloseDiagonallyRight$1 as CloseDiagonallyRight,
5689
5740
  CloseVertically$1 as CloseVertically,
5690
5741
  CodeBlock$1 as CodeBlock,
5691
5742
  Comments$1 as Comments,
@@ -5773,7 +5824,7 @@ export {
5773
5824
  OohAnalytics$1 as OohAnalytics,
5774
5825
  Opacity$1 as Opacity,
5775
5826
  OpenDiagonallyLeft$1 as OpenDiagonallyLeft,
5776
- O as OpenDiagonallyRight,
5827
+ OpenDiagonallyRight$1 as OpenDiagonallyRight,
5777
5828
  OpenNewWindow$1 as OpenNewWindow,
5778
5829
  OpenVertically$1 as OpenVertically,
5779
5830
  ParameterSettings$1 as ParameterSettings,