@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
@@ -4,9 +4,8 @@ const jsxRuntime = require("react/jsx-runtime");
4
4
  const React = require("react");
5
5
  const utils = require("@mui/material/utils");
6
6
  const ArrowDown = require("../ArrowDown-8fLj23Ge.cjs");
7
- const OpenDiagonallyRight = require("../OpenDiagonallyRight-BrRyCV4Q.cjs");
8
7
  const SwatchSquare = require("../SwatchSquare-w-U8-O-P.cjs");
9
- const Icon$2Z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
8
+ const Icon$2$ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
10
9
  "path",
11
10
  {
12
11
  fill: "currentColor",
@@ -15,10 +14,10 @@ const Icon$2Z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
15
14
  clipRule: "evenodd"
16
15
  }
17
16
  ) });
18
- const BaseSvgIcon$2Z = utils.createSvgIcon(Icon$2Z(), "AccessIn");
17
+ const BaseSvgIcon$2$ = utils.createSvgIcon(Icon$2$(), "AccessIn");
19
18
  function AccessIn({ width, height, sx, ...props }, ref) {
20
19
  return /* @__PURE__ */ jsxRuntime.jsx(
21
- BaseSvgIcon$2Z,
20
+ BaseSvgIcon$2$,
22
21
  {
23
22
  ref,
24
23
  viewBox: "0 0 24 24",
@@ -32,17 +31,17 @@ function AccessIn({ width, height, sx, ...props }, ref) {
32
31
  );
33
32
  }
34
33
  const AccessIn$1 = React.forwardRef(AccessIn);
35
- const Icon$2Y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
34
+ const Icon$2_ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
36
35
  "path",
37
36
  {
38
37
  fill: "currentColor",
39
38
  d: "M4 8h4V4H4zM10 20h4v-4h-4zM8 20H4v-4h4zM4 14h4v-4H4zM14 14h-4v-4h4zM14 8h-4V4h4zM16 14h4v-4h-4zM20 20h-4v-4h4zM21 0h-2v3h-3v2h3v3h2V5h3V3h-3z"
40
39
  }
41
40
  ) });
42
- const BaseSvgIcon$2Y = utils.createSvgIcon(Icon$2Y(), "AddApp");
41
+ const BaseSvgIcon$2_ = utils.createSvgIcon(Icon$2_(), "AddApp");
43
42
  function AddApp({ width, height, sx, ...props }, ref) {
44
43
  return /* @__PURE__ */ jsxRuntime.jsx(
45
- BaseSvgIcon$2Y,
44
+ BaseSvgIcon$2_,
46
45
  {
47
46
  ref,
48
47
  viewBox: "0 0 24 24",
@@ -56,7 +55,7 @@ function AddApp({ width, height, sx, ...props }, ref) {
56
55
  );
57
56
  }
58
57
  const AddApp$1 = React.forwardRef(AddApp);
59
- const Icon$2X = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
58
+ const Icon$2Z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
60
59
  "path",
61
60
  {
62
61
  fill: "currentColor",
@@ -65,10 +64,10 @@ const Icon$2X = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
65
64
  clipRule: "evenodd"
66
65
  }
67
66
  ) });
68
- const BaseSvgIcon$2X = utils.createSvgIcon(Icon$2X(), "AddSection");
67
+ const BaseSvgIcon$2Z = utils.createSvgIcon(Icon$2Z(), "AddSection");
69
68
  function AddSection({ width, height, sx, ...props }, ref) {
70
69
  return /* @__PURE__ */ jsxRuntime.jsx(
71
- BaseSvgIcon$2X,
70
+ BaseSvgIcon$2Z,
72
71
  {
73
72
  ref,
74
73
  viewBox: "0 0 24 24",
@@ -82,17 +81,17 @@ function AddSection({ width, height, sx, ...props }, ref) {
82
81
  );
83
82
  }
84
83
  const AddSection$1 = React.forwardRef(AddSection);
85
- const Icon$2W = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
84
+ const Icon$2Y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
86
85
  "path",
87
86
  {
88
87
  fill: "currentColor",
89
88
  d: "M3 7v2h10V7zm4 6v2H3v2h4v2h2v-6zm14 4v-2H11v2zm-6-6h2V9h4V7h-4V5h-2z"
90
89
  }
91
90
  ) });
92
- const BaseSvgIcon$2W = utils.createSvgIcon(Icon$2W(), "AdvancedSettings");
91
+ const BaseSvgIcon$2Y = utils.createSvgIcon(Icon$2Y(), "AdvancedSettings");
93
92
  function AdvancedSettings({ width, height, sx, ...props }, ref) {
94
93
  return /* @__PURE__ */ jsxRuntime.jsx(
95
- BaseSvgIcon$2W,
94
+ BaseSvgIcon$2Y,
96
95
  {
97
96
  ref,
98
97
  viewBox: "0 0 24 24",
@@ -106,7 +105,7 @@ function AdvancedSettings({ width, height, sx, ...props }, ref) {
106
105
  );
107
106
  }
108
107
  const AdvancedSettings$1 = React.forwardRef(AdvancedSettings);
109
- const Icon$2V = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
108
+ const Icon$2X = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
110
109
  /* @__PURE__ */ jsxRuntime.jsx(
111
110
  "path",
112
111
  {
@@ -126,10 +125,10 @@ const Icon$2V = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
126
125
  }
127
126
  )
128
127
  ] });
129
- const BaseSvgIcon$2V = utils.createSvgIcon(Icon$2V(), "Annotation");
128
+ const BaseSvgIcon$2X = utils.createSvgIcon(Icon$2X(), "Annotation");
130
129
  function Annotation({ width, height, sx, ...props }, ref) {
131
130
  return /* @__PURE__ */ jsxRuntime.jsx(
132
- BaseSvgIcon$2V,
131
+ BaseSvgIcon$2X,
133
132
  {
134
133
  ref,
135
134
  viewBox: "0 0 24 24",
@@ -143,7 +142,7 @@ function Annotation({ width, height, sx, ...props }, ref) {
143
142
  );
144
143
  }
145
144
  const Annotation$1 = React.forwardRef(Annotation);
146
- const Icon$2U = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
145
+ const Icon$2W = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
147
146
  /* @__PURE__ */ jsxRuntime.jsx(
148
147
  "path",
149
148
  {
@@ -168,10 +167,10 @@ const Icon$2U = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
168
167
  }
169
168
  )
170
169
  ] });
171
- const BaseSvgIcon$2U = utils.createSvgIcon(Icon$2U(), "ApiCall");
170
+ const BaseSvgIcon$2W = utils.createSvgIcon(Icon$2W(), "ApiCall");
172
171
  function ApiCall({ width, height, sx, ...props }, ref) {
173
172
  return /* @__PURE__ */ jsxRuntime.jsx(
174
- BaseSvgIcon$2U,
173
+ BaseSvgIcon$2W,
175
174
  {
176
175
  ref,
177
176
  viewBox: "0 0 24 24",
@@ -185,7 +184,7 @@ function ApiCall({ width, height, sx, ...props }, ref) {
185
184
  );
186
185
  }
187
186
  const ApiCall$1 = React.forwardRef(ApiCall);
188
- const Icon$2T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
187
+ const Icon$2V = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
189
188
  "path",
190
189
  {
191
190
  fill: "currentColor",
@@ -194,10 +193,10 @@ const Icon$2T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
194
193
  clipRule: "evenodd"
195
194
  }
196
195
  ) });
197
- const BaseSvgIcon$2T = utils.createSvgIcon(Icon$2T(), "ArrowLeft");
196
+ const BaseSvgIcon$2V = utils.createSvgIcon(Icon$2V(), "ArrowLeft");
198
197
  function ArrowLeft({ width, height, sx, ...props }, ref) {
199
198
  return /* @__PURE__ */ jsxRuntime.jsx(
200
- BaseSvgIcon$2T,
199
+ BaseSvgIcon$2V,
201
200
  {
202
201
  ref,
203
202
  viewBox: "0 0 24 24",
@@ -211,7 +210,7 @@ function ArrowLeft({ width, height, sx, ...props }, ref) {
211
210
  );
212
211
  }
213
212
  const ArrowLeft$1 = React.forwardRef(ArrowLeft);
214
- const Icon$2S = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
213
+ const Icon$2U = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
215
214
  "path",
216
215
  {
217
216
  fill: "currentColor",
@@ -220,10 +219,10 @@ const Icon$2S = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
220
219
  clipRule: "evenodd"
221
220
  }
222
221
  ) });
223
- const BaseSvgIcon$2S = utils.createSvgIcon(Icon$2S(), "ArrowRight");
222
+ const BaseSvgIcon$2U = utils.createSvgIcon(Icon$2U(), "ArrowRight");
224
223
  function ArrowRight({ width, height, sx, ...props }, ref) {
225
224
  return /* @__PURE__ */ jsxRuntime.jsx(
226
- BaseSvgIcon$2S,
225
+ BaseSvgIcon$2U,
227
226
  {
228
227
  ref,
229
228
  viewBox: "0 0 24 24",
@@ -237,7 +236,7 @@ function ArrowRight({ width, height, sx, ...props }, ref) {
237
236
  );
238
237
  }
239
238
  const ArrowRight$1 = React.forwardRef(ArrowRight);
240
- const Icon$2R = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
239
+ const Icon$2T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
241
240
  "path",
242
241
  {
243
242
  fill: "currentColor",
@@ -246,10 +245,10 @@ const Icon$2R = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
246
245
  clipRule: "evenodd"
247
246
  }
248
247
  ) });
249
- const BaseSvgIcon$2R = utils.createSvgIcon(Icon$2R(), "ArrowUp");
248
+ const BaseSvgIcon$2T = utils.createSvgIcon(Icon$2T(), "ArrowUp");
250
249
  function ArrowUp({ width, height, sx, ...props }, ref) {
251
250
  return /* @__PURE__ */ jsxRuntime.jsx(
252
- BaseSvgIcon$2R,
251
+ BaseSvgIcon$2T,
253
252
  {
254
253
  ref,
255
254
  viewBox: "0 0 24 24",
@@ -263,7 +262,7 @@ function ArrowUp({ width, height, sx, ...props }, ref) {
263
262
  );
264
263
  }
265
264
  const ArrowUp$1 = React.forwardRef(ArrowUp);
266
- const Icon$2Q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
265
+ const Icon$2S = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
267
266
  /* @__PURE__ */ jsxRuntime.jsx(
268
267
  "path",
269
268
  {
@@ -283,10 +282,10 @@ const Icon$2Q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
283
282
  }
284
283
  )
285
284
  ] });
286
- const BaseSvgIcon$2Q = utils.createSvgIcon(Icon$2Q(), "Autostyle");
285
+ const BaseSvgIcon$2S = utils.createSvgIcon(Icon$2S(), "Autostyle");
287
286
  function Autostyle({ width, height, sx, ...props }, ref) {
288
287
  return /* @__PURE__ */ jsxRuntime.jsx(
289
- BaseSvgIcon$2Q,
288
+ BaseSvgIcon$2S,
290
289
  {
291
290
  ref,
292
291
  viewBox: "0 0 24 24",
@@ -300,7 +299,7 @@ function Autostyle({ width, height, sx, ...props }, ref) {
300
299
  );
301
300
  }
302
301
  const Autostyle$1 = React.forwardRef(Autostyle);
303
- const Icon$2P = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
302
+ const Icon$2R = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
304
303
  /* @__PURE__ */ jsxRuntime.jsx(
305
304
  "path",
306
305
  {
@@ -318,10 +317,10 @@ const Icon$2P = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
318
317
  }
319
318
  )
320
319
  ] });
321
- const BaseSvgIcon$2P = utils.createSvgIcon(Icon$2P(), "Avg");
320
+ const BaseSvgIcon$2R = utils.createSvgIcon(Icon$2R(), "Avg");
322
321
  function Avg({ width, height, sx, ...props }, ref) {
323
322
  return /* @__PURE__ */ jsxRuntime.jsx(
324
- BaseSvgIcon$2P,
323
+ BaseSvgIcon$2R,
325
324
  {
326
325
  ref,
327
326
  viewBox: "0 0 24 24",
@@ -335,7 +334,7 @@ function Avg({ width, height, sx, ...props }, ref) {
335
334
  );
336
335
  }
337
336
  const Avg$1 = React.forwardRef(Avg);
338
- const Icon$2O = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
337
+ const Icon$2Q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
339
338
  "path",
340
339
  {
341
340
  fill: "currentColor",
@@ -344,10 +343,10 @@ const Icon$2O = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
344
343
  clipRule: "evenodd"
345
344
  }
346
345
  ) });
347
- const BaseSvgIcon$2O = utils.createSvgIcon(Icon$2O(), "Behavioral");
346
+ const BaseSvgIcon$2Q = utils.createSvgIcon(Icon$2Q(), "Behavioral");
348
347
  function Behavioral({ width, height, sx, ...props }, ref) {
349
348
  return /* @__PURE__ */ jsxRuntime.jsx(
350
- BaseSvgIcon$2O,
349
+ BaseSvgIcon$2Q,
351
350
  {
352
351
  ref,
353
352
  viewBox: "0 0 24 24",
@@ -361,7 +360,7 @@ function Behavioral({ width, height, sx, ...props }, ref) {
361
360
  );
362
361
  }
363
362
  const Behavioral$1 = React.forwardRef(Behavioral);
364
- const Icon$2N = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
363
+ const Icon$2P = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
365
364
  /* @__PURE__ */ jsxRuntime.jsx(
366
365
  "path",
367
366
  {
@@ -379,10 +378,10 @@ const Icon$2N = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
379
378
  }
380
379
  )
381
380
  ] });
382
- const BaseSvgIcon$2N = utils.createSvgIcon(Icon$2N(), "Bigquery");
381
+ const BaseSvgIcon$2P = utils.createSvgIcon(Icon$2P(), "Bigquery");
383
382
  function Bigquery({ width, height, sx, ...props }, ref) {
384
383
  return /* @__PURE__ */ jsxRuntime.jsx(
385
- BaseSvgIcon$2N,
384
+ BaseSvgIcon$2P,
386
385
  {
387
386
  ref,
388
387
  viewBox: "0 0 24 24",
@@ -396,7 +395,7 @@ function Bigquery({ width, height, sx, ...props }, ref) {
396
395
  );
397
396
  }
398
397
  const Bigquery$1 = React.forwardRef(Bigquery);
399
- const Icon$2M = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
398
+ const Icon$2O = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
400
399
  "path",
401
400
  {
402
401
  fill: "currentColor",
@@ -405,10 +404,10 @@ const Icon$2M = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
405
404
  clipRule: "evenodd"
406
405
  }
407
406
  ) });
408
- const BaseSvgIcon$2M = utils.createSvgIcon(Icon$2M(), "Blending");
407
+ const BaseSvgIcon$2O = utils.createSvgIcon(Icon$2O(), "Blending");
409
408
  function Blending({ width, height, sx, ...props }, ref) {
410
409
  return /* @__PURE__ */ jsxRuntime.jsx(
411
- BaseSvgIcon$2M,
410
+ BaseSvgIcon$2O,
412
411
  {
413
412
  ref,
414
413
  viewBox: "0 0 24 24",
@@ -422,7 +421,7 @@ function Blending({ width, height, sx, ...props }, ref) {
422
421
  );
423
422
  }
424
423
  const Blending$1 = React.forwardRef(Blending);
425
- const Icon$2L = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
424
+ const Icon$2N = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
426
425
  "path",
427
426
  {
428
427
  fill: "currentColor",
@@ -431,10 +430,10 @@ const Icon$2L = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
431
430
  clipRule: "evenodd"
432
431
  }
433
432
  ) });
434
- const BaseSvgIcon$2L = utils.createSvgIcon(Icon$2L(), "BlockLabel");
433
+ const BaseSvgIcon$2N = utils.createSvgIcon(Icon$2N(), "BlockLabel");
435
434
  function BlockLabel({ width, height, sx, ...props }, ref) {
436
435
  return /* @__PURE__ */ jsxRuntime.jsx(
437
- BaseSvgIcon$2L,
436
+ BaseSvgIcon$2N,
438
437
  {
439
438
  ref,
440
439
  viewBox: "0 0 24 24",
@@ -448,7 +447,7 @@ function BlockLabel({ width, height, sx, ...props }, ref) {
448
447
  );
449
448
  }
450
449
  const BlockLabel$1 = React.forwardRef(BlockLabel);
451
- const Icon$2K = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
450
+ const Icon$2M = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
452
451
  /* @__PURE__ */ jsxRuntime.jsx(
453
452
  "path",
454
453
  {
@@ -466,10 +465,10 @@ const Icon$2K = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
466
465
  }
467
466
  )
468
467
  ] });
469
- const BaseSvgIcon$2K = utils.createSvgIcon(Icon$2K(), "BlockLabelOff");
468
+ const BaseSvgIcon$2M = utils.createSvgIcon(Icon$2M(), "BlockLabelOff");
470
469
  function BlockLabelOff({ width, height, sx, ...props }, ref) {
471
470
  return /* @__PURE__ */ jsxRuntime.jsx(
472
- BaseSvgIcon$2K,
471
+ BaseSvgIcon$2M,
473
472
  {
474
473
  ref,
475
474
  viewBox: "0 0 24 24",
@@ -483,17 +482,17 @@ function BlockLabelOff({ width, height, sx, ...props }, ref) {
483
482
  );
484
483
  }
485
484
  const BlockLabelOff$1 = React.forwardRef(BlockLabelOff);
486
- const Icon$2J = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
485
+ const Icon$2L = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
487
486
  "path",
488
487
  {
489
488
  fill: "currentColor",
490
489
  d: "M18 18v-2H6v2zM7.41 5.59 12 10.18l4.59-4.59L18 7l-6 6-6-6z"
491
490
  }
492
491
  ) });
493
- const BaseSvgIcon$2J = utils.createSvgIcon(Icon$2J(), "BottomRow");
492
+ const BaseSvgIcon$2L = utils.createSvgIcon(Icon$2L(), "BottomRow");
494
493
  function BottomRow({ width, height, sx, ...props }, ref) {
495
494
  return /* @__PURE__ */ jsxRuntime.jsx(
496
- BaseSvgIcon$2J,
495
+ BaseSvgIcon$2L,
497
496
  {
498
497
  ref,
499
498
  viewBox: "0 0 24 24",
@@ -507,7 +506,7 @@ function BottomRow({ width, height, sx, ...props }, ref) {
507
506
  );
508
507
  }
509
508
  const BottomRow$1 = React.forwardRef(BottomRow);
510
- const Icon$2I = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
509
+ const Icon$2K = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
511
510
  /* @__PURE__ */ jsxRuntime.jsx(
512
511
  "path",
513
512
  {
@@ -525,10 +524,10 @@ const Icon$2I = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
525
524
  }
526
525
  )
527
526
  ] });
528
- const BaseSvgIcon$2I = utils.createSvgIcon(Icon$2I(), "Carto");
527
+ const BaseSvgIcon$2K = utils.createSvgIcon(Icon$2K(), "Carto");
529
528
  function Carto({ width, height, sx, ...props }, ref) {
530
529
  return /* @__PURE__ */ jsxRuntime.jsx(
531
- BaseSvgIcon$2I,
530
+ BaseSvgIcon$2K,
532
531
  {
533
532
  ref,
534
533
  viewBox: "0 0 24 24",
@@ -542,7 +541,7 @@ function Carto({ width, height, sx, ...props }, ref) {
542
541
  );
543
542
  }
544
543
  const Carto$1 = React.forwardRef(Carto);
545
- const Icon$2H = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
544
+ const Icon$2J = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
546
545
  /* @__PURE__ */ jsxRuntime.jsx(
547
546
  "path",
548
547
  {
@@ -558,10 +557,10 @@ const Icon$2H = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
558
557
  }
559
558
  )
560
559
  ] });
561
- const BaseSvgIcon$2H = utils.createSvgIcon(Icon$2H(), "CartoAi");
560
+ const BaseSvgIcon$2J = utils.createSvgIcon(Icon$2J(), "CartoAi");
562
561
  function CartoAi({ width, height, sx, ...props }, ref) {
563
562
  return /* @__PURE__ */ jsxRuntime.jsx(
564
- BaseSvgIcon$2H,
563
+ BaseSvgIcon$2J,
565
564
  {
566
565
  ref,
567
566
  viewBox: "0 0 24 24",
@@ -575,7 +574,7 @@ function CartoAi({ width, height, sx, ...props }, ref) {
575
574
  );
576
575
  }
577
576
  const CartoAi$1 = React.forwardRef(CartoAi);
578
- const Icon$2G = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
577
+ const Icon$2I = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
579
578
  /* @__PURE__ */ jsxRuntime.jsx(
580
579
  "path",
581
580
  {
@@ -593,10 +592,10 @@ const Icon$2G = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
593
592
  }
594
593
  )
595
594
  ] });
596
- const BaseSvgIcon$2G = utils.createSvgIcon(Icon$2G(), "CartoSymbol");
595
+ const BaseSvgIcon$2I = utils.createSvgIcon(Icon$2I(), "CartoSymbol");
597
596
  function CartoSymbol({ width, height, sx, ...props }, ref) {
598
597
  return /* @__PURE__ */ jsxRuntime.jsx(
599
- BaseSvgIcon$2G,
598
+ BaseSvgIcon$2I,
600
599
  {
601
600
  ref,
602
601
  viewBox: "0 0 24 24",
@@ -610,7 +609,7 @@ function CartoSymbol({ width, height, sx, ...props }, ref) {
610
609
  );
611
610
  }
612
611
  const CartoSymbol$1 = React.forwardRef(CartoSymbol);
613
- const Icon$2F = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
612
+ const Icon$2H = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
614
613
  /* @__PURE__ */ jsxRuntime.jsxs(
615
614
  "g",
616
615
  {
@@ -626,10 +625,10 @@ const Icon$2F = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
626
625
  ),
627
626
  /* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
628
627
  ] });
629
- const BaseSvgIcon$2F = utils.createSvgIcon(Icon$2F(), "CatalogView");
628
+ const BaseSvgIcon$2H = utils.createSvgIcon(Icon$2H(), "CatalogView");
630
629
  function CatalogView({ width, height, sx, ...props }, ref) {
631
630
  return /* @__PURE__ */ jsxRuntime.jsx(
632
- BaseSvgIcon$2F,
631
+ BaseSvgIcon$2H,
633
632
  {
634
633
  ref,
635
634
  viewBox: "0 0 24 24",
@@ -643,7 +642,7 @@ function CatalogView({ width, height, sx, ...props }, ref) {
643
642
  );
644
643
  }
645
644
  const CatalogView$1 = React.forwardRef(CatalogView);
646
- const Icon$2E = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
645
+ const Icon$2G = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
647
646
  /* @__PURE__ */ jsxRuntime.jsx(
648
647
  "path",
649
648
  {
@@ -663,10 +662,10 @@ const Icon$2E = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
663
662
  }
664
663
  )
665
664
  ] });
666
- const BaseSvgIcon$2E = utils.createSvgIcon(Icon$2E(), "CatastropheModeling");
665
+ const BaseSvgIcon$2G = utils.createSvgIcon(Icon$2G(), "CatastropheModeling");
667
666
  function CatastropheModeling({ width, height, sx, ...props }, ref) {
668
667
  return /* @__PURE__ */ jsxRuntime.jsx(
669
- BaseSvgIcon$2E,
668
+ BaseSvgIcon$2G,
670
669
  {
671
670
  ref,
672
671
  viewBox: "0 0 24 24",
@@ -680,7 +679,7 @@ function CatastropheModeling({ width, height, sx, ...props }, ref) {
680
679
  );
681
680
  }
682
681
  const CatastropheModeling$1 = React.forwardRef(CatastropheModeling);
683
- const Icon$2D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
682
+ const Icon$2F = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
684
683
  "path",
685
684
  {
686
685
  fill: "currentColor",
@@ -689,10 +688,10 @@ const Icon$2D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
689
688
  clipRule: "evenodd"
690
689
  }
691
690
  ) });
692
- const BaseSvgIcon$2D = utils.createSvgIcon(Icon$2D(), "Center");
691
+ const BaseSvgIcon$2F = utils.createSvgIcon(Icon$2F(), "Center");
693
692
  function Center({ width, height, sx, ...props }, ref) {
694
693
  return /* @__PURE__ */ jsxRuntime.jsx(
695
- BaseSvgIcon$2D,
694
+ BaseSvgIcon$2F,
696
695
  {
697
696
  ref,
698
697
  viewBox: "0 0 24 24",
@@ -706,7 +705,7 @@ function Center({ width, height, sx, ...props }, ref) {
706
705
  );
707
706
  }
708
707
  const Center$1 = React.forwardRef(Center);
709
- const Icon$2C = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
708
+ const Icon$2E = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
710
709
  "path",
711
710
  {
712
711
  fill: "currentColor",
@@ -715,10 +714,10 @@ const Icon$2C = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
715
714
  clipRule: "evenodd"
716
715
  }
717
716
  ) });
718
- const BaseSvgIcon$2C = utils.createSvgIcon(Icon$2C(), "CenterLayer");
717
+ const BaseSvgIcon$2E = utils.createSvgIcon(Icon$2E(), "CenterLayer");
719
718
  function CenterLayer({ width, height, sx, ...props }, ref) {
720
719
  return /* @__PURE__ */ jsxRuntime.jsx(
721
- BaseSvgIcon$2C,
720
+ BaseSvgIcon$2E,
722
721
  {
723
722
  ref,
724
723
  viewBox: "0 0 24 24",
@@ -732,7 +731,7 @@ function CenterLayer({ width, height, sx, ...props }, ref) {
732
731
  );
733
732
  }
734
733
  const CenterLayer$1 = React.forwardRef(CenterLayer);
735
- const Icon$2B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
734
+ const Icon$2D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
736
735
  "path",
737
736
  {
738
737
  fill: "currentColor",
@@ -741,10 +740,10 @@ const Icon$2B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
741
740
  clipRule: "evenodd"
742
741
  }
743
742
  ) });
744
- const BaseSvgIcon$2B = utils.createSvgIcon(Icon$2B(), "CloseDiagonallyLeft");
743
+ const BaseSvgIcon$2D = utils.createSvgIcon(Icon$2D(), "CloseDiagonallyLeft");
745
744
  function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
746
745
  return /* @__PURE__ */ jsxRuntime.jsx(
747
- BaseSvgIcon$2B,
746
+ BaseSvgIcon$2D,
748
747
  {
749
748
  ref,
750
749
  viewBox: "0 0 24 24",
@@ -758,7 +757,33 @@ function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
758
757
  );
759
758
  }
760
759
  const CloseDiagonallyLeft$1 = React.forwardRef(CloseDiagonallyLeft);
761
- const Icon$2A = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
760
+ const Icon$2C = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
761
+ "path",
762
+ {
763
+ fill: "currentColor",
764
+ fillRule: "evenodd",
765
+ 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",
766
+ clipRule: "evenodd"
767
+ }
768
+ ) });
769
+ const BaseSvgIcon$2C = utils.createSvgIcon(Icon$2C(), "CloseDiagonallyRight");
770
+ function CloseDiagonallyRight({ width, height, sx, ...props }, ref) {
771
+ return /* @__PURE__ */ jsxRuntime.jsx(
772
+ BaseSvgIcon$2C,
773
+ {
774
+ ref,
775
+ viewBox: "0 0 24 24",
776
+ sx: {
777
+ width,
778
+ height: height || width,
779
+ ...sx
780
+ },
781
+ ...props
782
+ }
783
+ );
784
+ }
785
+ const CloseDiagonallyRight$1 = React.forwardRef(CloseDiagonallyRight);
786
+ const Icon$2B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
762
787
  "path",
763
788
  {
764
789
  fill: "currentColor",
@@ -767,10 +792,10 @@ const Icon$2A = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
767
792
  clipRule: "evenodd"
768
793
  }
769
794
  ) });
770
- const BaseSvgIcon$2A = utils.createSvgIcon(Icon$2A(), "CloseVertically");
795
+ const BaseSvgIcon$2B = utils.createSvgIcon(Icon$2B(), "CloseVertically");
771
796
  function CloseVertically({ width, height, sx, ...props }, ref) {
772
797
  return /* @__PURE__ */ jsxRuntime.jsx(
773
- BaseSvgIcon$2A,
798
+ BaseSvgIcon$2B,
774
799
  {
775
800
  ref,
776
801
  viewBox: "0 0 24 24",
@@ -784,7 +809,7 @@ function CloseVertically({ width, height, sx, ...props }, ref) {
784
809
  );
785
810
  }
786
811
  const CloseVertically$1 = React.forwardRef(CloseVertically);
787
- const Icon$2z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
812
+ const Icon$2A = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
788
813
  /* @__PURE__ */ jsxRuntime.jsx(
789
814
  "path",
790
815
  {
@@ -800,10 +825,10 @@ const Icon$2z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
800
825
  }
801
826
  )
802
827
  ] });
803
- const BaseSvgIcon$2z = utils.createSvgIcon(Icon$2z(), "CodeBlock");
828
+ const BaseSvgIcon$2A = utils.createSvgIcon(Icon$2A(), "CodeBlock");
804
829
  function CodeBlock({ width, height, sx, ...props }, ref) {
805
830
  return /* @__PURE__ */ jsxRuntime.jsx(
806
- BaseSvgIcon$2z,
831
+ BaseSvgIcon$2A,
807
832
  {
808
833
  ref,
809
834
  viewBox: "0 0 24 24",
@@ -817,17 +842,17 @@ function CodeBlock({ width, height, sx, ...props }, ref) {
817
842
  );
818
843
  }
819
844
  const CodeBlock$1 = React.forwardRef(CodeBlock);
820
- const Icon$2y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
845
+ const Icon$2z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
821
846
  "path",
822
847
  {
823
848
  fill: "currentColor",
824
849
  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"
825
850
  }
826
851
  ) });
827
- const BaseSvgIcon$2y = utils.createSvgIcon(Icon$2y(), "Comments");
852
+ const BaseSvgIcon$2z = utils.createSvgIcon(Icon$2z(), "Comments");
828
853
  function Comments({ width, height, sx, ...props }, ref) {
829
854
  return /* @__PURE__ */ jsxRuntime.jsx(
830
- BaseSvgIcon$2y,
855
+ BaseSvgIcon$2z,
831
856
  {
832
857
  ref,
833
858
  viewBox: "0 0 24 24",
@@ -841,7 +866,7 @@ function Comments({ width, height, sx, ...props }, ref) {
841
866
  );
842
867
  }
843
868
  const Comments$1 = React.forwardRef(Comments);
844
- const Icon$2x = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
869
+ const Icon$2y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
845
870
  "path",
846
871
  {
847
872
  fill: "currentColor",
@@ -850,10 +875,10 @@ const Icon$2x = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
850
875
  clipRule: "evenodd"
851
876
  }
852
877
  ) });
853
- const BaseSvgIcon$2x = utils.createSvgIcon(Icon$2x(), "Console");
878
+ const BaseSvgIcon$2y = utils.createSvgIcon(Icon$2y(), "Console");
854
879
  function Console({ width, height, sx, ...props }, ref) {
855
880
  return /* @__PURE__ */ jsxRuntime.jsx(
856
- BaseSvgIcon$2x,
881
+ BaseSvgIcon$2y,
857
882
  {
858
883
  ref,
859
884
  viewBox: "0 0 24 24",
@@ -867,7 +892,7 @@ function Console({ width, height, sx, ...props }, ref) {
867
892
  );
868
893
  }
869
894
  const Console$1 = React.forwardRef(Console);
870
- const Icon$2w = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
895
+ const Icon$2x = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
871
896
  "path",
872
897
  {
873
898
  fill: "currentColor",
@@ -876,10 +901,10 @@ const Icon$2w = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
876
901
  clipRule: "evenodd"
877
902
  }
878
903
  ) });
879
- const BaseSvgIcon$2w = utils.createSvgIcon(Icon$2w(), "Covid19");
904
+ const BaseSvgIcon$2x = utils.createSvgIcon(Icon$2x(), "Covid19");
880
905
  function Covid19({ width, height, sx, ...props }, ref) {
881
906
  return /* @__PURE__ */ jsxRuntime.jsx(
882
- BaseSvgIcon$2w,
907
+ BaseSvgIcon$2x,
883
908
  {
884
909
  ref,
885
910
  viewBox: "0 0 24 24",
@@ -893,7 +918,7 @@ function Covid19({ width, height, sx, ...props }, ref) {
893
918
  );
894
919
  }
895
920
  const Covid19$1 = React.forwardRef(Covid19);
896
- const Icon$2v = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
921
+ const Icon$2w = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
897
922
  "path",
898
923
  {
899
924
  fill: "currentColor",
@@ -902,10 +927,10 @@ const Icon$2v = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
902
927
  clipRule: "evenodd"
903
928
  }
904
929
  ) });
905
- const BaseSvgIcon$2v = utils.createSvgIcon(Icon$2v(), "CreateMap");
930
+ const BaseSvgIcon$2w = utils.createSvgIcon(Icon$2w(), "CreateMap");
906
931
  function CreateMap({ width, height, sx, ...props }, ref) {
907
932
  return /* @__PURE__ */ jsxRuntime.jsx(
908
- BaseSvgIcon$2v,
933
+ BaseSvgIcon$2w,
909
934
  {
910
935
  ref,
911
936
  viewBox: "0 0 24 24",
@@ -919,17 +944,17 @@ function CreateMap({ width, height, sx, ...props }, ref) {
919
944
  );
920
945
  }
921
946
  const CreateMap$1 = React.forwardRef(CreateMap);
922
- const Icon$2u = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
947
+ const Icon$2v = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
923
948
  "path",
924
949
  {
925
950
  fill: "currentColor",
926
951
  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"
927
952
  }
928
953
  ) });
929
- const BaseSvgIcon$2u = utils.createSvgIcon(Icon$2u(), "CreateSpatialAnalysis");
954
+ const BaseSvgIcon$2v = utils.createSvgIcon(Icon$2v(), "CreateSpatialAnalysis");
930
955
  function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
931
956
  return /* @__PURE__ */ jsxRuntime.jsx(
932
- BaseSvgIcon$2u,
957
+ BaseSvgIcon$2v,
933
958
  {
934
959
  ref,
935
960
  viewBox: "0 0 24 24",
@@ -943,7 +968,7 @@ function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
943
968
  );
944
969
  }
945
970
  const CreateSpatialAnalysis$1 = React.forwardRef(CreateSpatialAnalysis);
946
- const Icon$2t = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
971
+ const Icon$2u = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
947
972
  /* @__PURE__ */ jsxRuntime.jsx(
948
973
  "path",
949
974
  {
@@ -961,10 +986,10 @@ const Icon$2t = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
961
986
  }
962
987
  )
963
988
  ] });
964
- const BaseSvgIcon$2t = utils.createSvgIcon(Icon$2t(), "CreateTileset");
989
+ const BaseSvgIcon$2u = utils.createSvgIcon(Icon$2u(), "CreateTileset");
965
990
  function CreateTileset({ width, height, sx, ...props }, ref) {
966
991
  return /* @__PURE__ */ jsxRuntime.jsx(
967
- BaseSvgIcon$2t,
992
+ BaseSvgIcon$2u,
968
993
  {
969
994
  ref,
970
995
  viewBox: "0 0 24 24",
@@ -978,7 +1003,7 @@ function CreateTileset({ width, height, sx, ...props }, ref) {
978
1003
  );
979
1004
  }
980
1005
  const CreateTileset$1 = React.forwardRef(CreateTileset);
981
- const Icon$2s = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1006
+ const Icon$2t = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
982
1007
  "path",
983
1008
  {
984
1009
  fill: "currentColor",
@@ -987,10 +1012,10 @@ const Icon$2s = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
987
1012
  clipRule: "evenodd"
988
1013
  }
989
1014
  ) });
990
- const BaseSvgIcon$2s = utils.createSvgIcon(Icon$2s(), "CreateWorkflow");
1015
+ const BaseSvgIcon$2t = utils.createSvgIcon(Icon$2t(), "CreateWorkflow");
991
1016
  function CreateWorkflow({ width, height, sx, ...props }, ref) {
992
1017
  return /* @__PURE__ */ jsxRuntime.jsx(
993
- BaseSvgIcon$2s,
1018
+ BaseSvgIcon$2t,
994
1019
  {
995
1020
  ref,
996
1021
  viewBox: "0 0 24 24",
@@ -1004,7 +1029,7 @@ function CreateWorkflow({ width, height, sx, ...props }, ref) {
1004
1029
  );
1005
1030
  }
1006
1031
  const CreateWorkflow$1 = React.forwardRef(CreateWorkflow);
1007
- const Icon$2r = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1032
+ const Icon$2s = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1008
1033
  "path",
1009
1034
  {
1010
1035
  fill: "currentColor",
@@ -1013,10 +1038,10 @@ const Icon$2r = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1013
1038
  clipRule: "evenodd"
1014
1039
  }
1015
1040
  ) });
1016
- const BaseSvgIcon$2r = utils.createSvgIcon(Icon$2r(), "Data");
1041
+ const BaseSvgIcon$2s = utils.createSvgIcon(Icon$2s(), "Data");
1017
1042
  function Data({ width, height, sx, ...props }, ref) {
1018
1043
  return /* @__PURE__ */ jsxRuntime.jsx(
1019
- BaseSvgIcon$2r,
1044
+ BaseSvgIcon$2s,
1020
1045
  {
1021
1046
  ref,
1022
1047
  viewBox: "0 0 24 24",
@@ -1030,7 +1055,7 @@ function Data({ width, height, sx, ...props }, ref) {
1030
1055
  );
1031
1056
  }
1032
1057
  const Data$1 = React.forwardRef(Data);
1033
- const Icon$2q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1058
+ const Icon$2r = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1034
1059
  /* @__PURE__ */ jsxRuntime.jsx(
1035
1060
  "path",
1036
1061
  {
@@ -1050,10 +1075,10 @@ const Icon$2q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1050
1075
  }
1051
1076
  )
1052
1077
  ] });
1053
- const BaseSvgIcon$2q = utils.createSvgIcon(Icon$2q(), "DataAccess");
1078
+ const BaseSvgIcon$2r = utils.createSvgIcon(Icon$2r(), "DataAccess");
1054
1079
  function DataAccess({ width, height, sx, ...props }, ref) {
1055
1080
  return /* @__PURE__ */ jsxRuntime.jsx(
1056
- BaseSvgIcon$2q,
1081
+ BaseSvgIcon$2r,
1057
1082
  {
1058
1083
  ref,
1059
1084
  viewBox: "0 0 24 24",
@@ -1067,7 +1092,7 @@ function DataAccess({ width, height, sx, ...props }, ref) {
1067
1092
  );
1068
1093
  }
1069
1094
  const DataAccess$1 = React.forwardRef(DataAccess);
1070
- const Icon$2p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1095
+ const Icon$2q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1071
1096
  /* @__PURE__ */ jsxRuntime.jsx(
1072
1097
  "path",
1073
1098
  {
@@ -1087,10 +1112,10 @@ const Icon$2p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1087
1112
  }
1088
1113
  )
1089
1114
  ] });
1090
- const BaseSvgIcon$2p = utils.createSvgIcon(Icon$2p(), "DataExplorer");
1115
+ const BaseSvgIcon$2q = utils.createSvgIcon(Icon$2q(), "DataExplorer");
1091
1116
  function DataExplorer({ width, height, sx, ...props }, ref) {
1092
1117
  return /* @__PURE__ */ jsxRuntime.jsx(
1093
- BaseSvgIcon$2p,
1118
+ BaseSvgIcon$2q,
1094
1119
  {
1095
1120
  ref,
1096
1121
  viewBox: "0 0 24 24",
@@ -1104,7 +1129,7 @@ function DataExplorer({ width, height, sx, ...props }, ref) {
1104
1129
  );
1105
1130
  }
1106
1131
  const DataExplorer$1 = React.forwardRef(DataExplorer);
1107
- const Icon$2o = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1132
+ const Icon$2p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1108
1133
  /* @__PURE__ */ jsxRuntime.jsx(
1109
1134
  "path",
1110
1135
  {
@@ -1124,10 +1149,10 @@ const Icon$2o = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1124
1149
  }
1125
1150
  )
1126
1151
  ] });
1127
- const BaseSvgIcon$2o = utils.createSvgIcon(Icon$2o(), "DataFilter");
1152
+ const BaseSvgIcon$2p = utils.createSvgIcon(Icon$2p(), "DataFilter");
1128
1153
  function DataFilter({ width, height, sx, ...props }, ref) {
1129
1154
  return /* @__PURE__ */ jsxRuntime.jsx(
1130
- BaseSvgIcon$2o,
1155
+ BaseSvgIcon$2p,
1131
1156
  {
1132
1157
  ref,
1133
1158
  viewBox: "0 0 24 24",
@@ -1141,7 +1166,7 @@ function DataFilter({ width, height, sx, ...props }, ref) {
1141
1166
  );
1142
1167
  }
1143
1168
  const DataFilter$1 = React.forwardRef(DataFilter);
1144
- const Icon$2n = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1169
+ const Icon$2o = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1145
1170
  /* @__PURE__ */ jsxRuntime.jsx(
1146
1171
  "path",
1147
1172
  {
@@ -1159,10 +1184,10 @@ const Icon$2n = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1159
1184
  }
1160
1185
  )
1161
1186
  ] });
1162
- const BaseSvgIcon$2n = utils.createSvgIcon(Icon$2n(), "DataMonetization");
1187
+ const BaseSvgIcon$2o = utils.createSvgIcon(Icon$2o(), "DataMonetization");
1163
1188
  function DataMonetization({ width, height, sx, ...props }, ref) {
1164
1189
  return /* @__PURE__ */ jsxRuntime.jsx(
1165
- BaseSvgIcon$2n,
1190
+ BaseSvgIcon$2o,
1166
1191
  {
1167
1192
  ref,
1168
1193
  viewBox: "0 0 24 24",
@@ -1176,7 +1201,7 @@ function DataMonetization({ width, height, sx, ...props }, ref) {
1176
1201
  );
1177
1202
  }
1178
1203
  const DataMonetization$1 = React.forwardRef(DataMonetization);
1179
- const Icon$2m = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1204
+ const Icon$2n = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1180
1205
  "path",
1181
1206
  {
1182
1207
  fill: "currentColor",
@@ -1185,10 +1210,10 @@ const Icon$2m = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1185
1210
  clipRule: "evenodd"
1186
1211
  }
1187
1212
  ) });
1188
- const BaseSvgIcon$2m = utils.createSvgIcon(Icon$2m(), "DataObservatory");
1213
+ const BaseSvgIcon$2n = utils.createSvgIcon(Icon$2n(), "DataObservatory");
1189
1214
  function DataObservatory({ width, height, sx, ...props }, ref) {
1190
1215
  return /* @__PURE__ */ jsxRuntime.jsx(
1191
- BaseSvgIcon$2m,
1216
+ BaseSvgIcon$2n,
1192
1217
  {
1193
1218
  ref,
1194
1219
  viewBox: "0 0 24 24",
@@ -1202,7 +1227,7 @@ function DataObservatory({ width, height, sx, ...props }, ref) {
1202
1227
  );
1203
1228
  }
1204
1229
  const DataObservatory$1 = React.forwardRef(DataObservatory);
1205
- const Icon$2l = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1230
+ const Icon$2m = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1206
1231
  /* @__PURE__ */ jsxRuntime.jsx(
1207
1232
  "path",
1208
1233
  {
@@ -1220,10 +1245,10 @@ const Icon$2l = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1220
1245
  }
1221
1246
  )
1222
1247
  ] });
1223
- const BaseSvgIcon$2l = utils.createSvgIcon(Icon$2l(), "DataOk");
1248
+ const BaseSvgIcon$2m = utils.createSvgIcon(Icon$2m(), "DataOk");
1224
1249
  function DataOk({ width, height, sx, ...props }, ref) {
1225
1250
  return /* @__PURE__ */ jsxRuntime.jsx(
1226
- BaseSvgIcon$2l,
1251
+ BaseSvgIcon$2m,
1227
1252
  {
1228
1253
  ref,
1229
1254
  viewBox: "0 0 24 24",
@@ -1237,7 +1262,7 @@ function DataOk({ width, height, sx, ...props }, ref) {
1237
1262
  );
1238
1263
  }
1239
1264
  const DataOk$1 = React.forwardRef(DataOk);
1240
- const Icon$2k = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1265
+ const Icon$2l = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1241
1266
  /* @__PURE__ */ jsxRuntime.jsx(
1242
1267
  "path",
1243
1268
  {
@@ -1257,10 +1282,10 @@ const Icon$2k = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1257
1282
  }
1258
1283
  )
1259
1284
  ] });
1260
- const BaseSvgIcon$2k = utils.createSvgIcon(Icon$2k(), "DataPending");
1285
+ const BaseSvgIcon$2l = utils.createSvgIcon(Icon$2l(), "DataPending");
1261
1286
  function DataPending({ width, height, sx, ...props }, ref) {
1262
1287
  return /* @__PURE__ */ jsxRuntime.jsx(
1263
- BaseSvgIcon$2k,
1288
+ BaseSvgIcon$2l,
1264
1289
  {
1265
1290
  ref,
1266
1291
  viewBox: "0 0 24 24",
@@ -1274,7 +1299,7 @@ function DataPending({ width, height, sx, ...props }, ref) {
1274
1299
  );
1275
1300
  }
1276
1301
  const DataPending$1 = React.forwardRef(DataPending);
1277
- const Icon$2j = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1302
+ const Icon$2k = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1278
1303
  /* @__PURE__ */ jsxRuntime.jsx(
1279
1304
  "path",
1280
1305
  {
@@ -1292,10 +1317,10 @@ const Icon$2j = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1292
1317
  }
1293
1318
  )
1294
1319
  ] });
1295
- const BaseSvgIcon$2j = utils.createSvgIcon(Icon$2j(), "DataPremium");
1320
+ const BaseSvgIcon$2k = utils.createSvgIcon(Icon$2k(), "DataPremium");
1296
1321
  function DataPremium({ width, height, sx, ...props }, ref) {
1297
1322
  return /* @__PURE__ */ jsxRuntime.jsx(
1298
- BaseSvgIcon$2j,
1323
+ BaseSvgIcon$2k,
1299
1324
  {
1300
1325
  ref,
1301
1326
  viewBox: "0 0 24 24",
@@ -1309,7 +1334,7 @@ function DataPremium({ width, height, sx, ...props }, ref) {
1309
1334
  );
1310
1335
  }
1311
1336
  const DataPremium$1 = React.forwardRef(DataPremium);
1312
- const Icon$2i = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1337
+ const Icon$2j = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1313
1338
  /* @__PURE__ */ jsxRuntime.jsx(
1314
1339
  "path",
1315
1340
  {
@@ -1329,10 +1354,10 @@ const Icon$2i = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1329
1354
  }
1330
1355
  )
1331
1356
  ] });
1332
- const BaseSvgIcon$2i = utils.createSvgIcon(Icon$2i(), "DataPublic");
1357
+ const BaseSvgIcon$2j = utils.createSvgIcon(Icon$2j(), "DataPublic");
1333
1358
  function DataPublic({ width, height, sx, ...props }, ref) {
1334
1359
  return /* @__PURE__ */ jsxRuntime.jsx(
1335
- BaseSvgIcon$2i,
1360
+ BaseSvgIcon$2j,
1336
1361
  {
1337
1362
  ref,
1338
1363
  viewBox: "0 0 24 24",
@@ -1346,7 +1371,7 @@ function DataPublic({ width, height, sx, ...props }, ref) {
1346
1371
  );
1347
1372
  }
1348
1373
  const DataPublic$1 = React.forwardRef(DataPublic);
1349
- const Icon$2h = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1374
+ const Icon$2i = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1350
1375
  /* @__PURE__ */ jsxRuntime.jsx(
1351
1376
  "path",
1352
1377
  {
@@ -1366,10 +1391,10 @@ const Icon$2h = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1366
1391
  }
1367
1392
  )
1368
1393
  ] });
1369
- const BaseSvgIcon$2h = utils.createSvgIcon(Icon$2h(), "DataSample");
1394
+ const BaseSvgIcon$2i = utils.createSvgIcon(Icon$2i(), "DataSample");
1370
1395
  function DataSample({ width, height, sx, ...props }, ref) {
1371
1396
  return /* @__PURE__ */ jsxRuntime.jsx(
1372
- BaseSvgIcon$2h,
1397
+ BaseSvgIcon$2i,
1373
1398
  {
1374
1399
  ref,
1375
1400
  viewBox: "0 0 24 24",
@@ -1383,7 +1408,7 @@ function DataSample({ width, height, sx, ...props }, ref) {
1383
1408
  );
1384
1409
  }
1385
1410
  const DataSample$1 = React.forwardRef(DataSample);
1386
- const Icon$2g = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1411
+ const Icon$2h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1387
1412
  "path",
1388
1413
  {
1389
1414
  fill: "currentColor",
@@ -1392,10 +1417,10 @@ const Icon$2g = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1392
1417
  clipRule: "evenodd"
1393
1418
  }
1394
1419
  ) });
1395
- const BaseSvgIcon$2g = utils.createSvgIcon(Icon$2g(), "DataUnavailable");
1420
+ const BaseSvgIcon$2h = utils.createSvgIcon(Icon$2h(), "DataUnavailable");
1396
1421
  function DataUnavailable({ width, height, sx, ...props }, ref) {
1397
1422
  return /* @__PURE__ */ jsxRuntime.jsx(
1398
- BaseSvgIcon$2g,
1423
+ BaseSvgIcon$2h,
1399
1424
  {
1400
1425
  ref,
1401
1426
  viewBox: "0 0 24 24",
@@ -1409,7 +1434,7 @@ function DataUnavailable({ width, height, sx, ...props }, ref) {
1409
1434
  );
1410
1435
  }
1411
1436
  const DataUnavailable$1 = React.forwardRef(DataUnavailable);
1412
- const Icon$2f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1437
+ const Icon$2g = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1413
1438
  "path",
1414
1439
  {
1415
1440
  fill: "currentColor",
@@ -1418,10 +1443,10 @@ const Icon$2f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1418
1443
  clipRule: "evenodd"
1419
1444
  }
1420
1445
  ) });
1421
- const BaseSvgIcon$2f = utils.createSvgIcon(Icon$2f(), "Databricks");
1446
+ const BaseSvgIcon$2g = utils.createSvgIcon(Icon$2g(), "Databricks");
1422
1447
  function Databricks({ width, height, sx, ...props }, ref) {
1423
1448
  return /* @__PURE__ */ jsxRuntime.jsx(
1424
- BaseSvgIcon$2f,
1449
+ BaseSvgIcon$2g,
1425
1450
  {
1426
1451
  ref,
1427
1452
  viewBox: "0 0 24 24",
@@ -1435,7 +1460,7 @@ function Databricks({ width, height, sx, ...props }, ref) {
1435
1460
  );
1436
1461
  }
1437
1462
  const Databricks$1 = React.forwardRef(Databricks);
1438
- const Icon$2e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1463
+ const Icon$2f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1439
1464
  "path",
1440
1465
  {
1441
1466
  fill: "currentColor",
@@ -1444,10 +1469,10 @@ const Icon$2e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1444
1469
  clipRule: "evenodd"
1445
1470
  }
1446
1471
  ) });
1447
- const BaseSvgIcon$2e = utils.createSvgIcon(Icon$2e(), "Demographics");
1472
+ const BaseSvgIcon$2f = utils.createSvgIcon(Icon$2f(), "Demographics");
1448
1473
  function Demographics({ width, height, sx, ...props }, ref) {
1449
1474
  return /* @__PURE__ */ jsxRuntime.jsx(
1450
- BaseSvgIcon$2e,
1475
+ BaseSvgIcon$2f,
1451
1476
  {
1452
1477
  ref,
1453
1478
  viewBox: "0 0 24 24",
@@ -1461,7 +1486,7 @@ function Demographics({ width, height, sx, ...props }, ref) {
1461
1486
  );
1462
1487
  }
1463
1488
  const Demographics$1 = React.forwardRef(Demographics);
1464
- const Icon$2d = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1489
+ const Icon$2e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1465
1490
  "path",
1466
1491
  {
1467
1492
  fill: "currentColor",
@@ -1470,10 +1495,10 @@ const Icon$2d = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1470
1495
  clipRule: "evenodd"
1471
1496
  }
1472
1497
  ) });
1473
- const BaseSvgIcon$2d = utils.createSvgIcon(Icon$2d(), "Derived");
1498
+ const BaseSvgIcon$2e = utils.createSvgIcon(Icon$2e(), "Derived");
1474
1499
  function Derived({ width, height, sx, ...props }, ref) {
1475
1500
  return /* @__PURE__ */ jsxRuntime.jsx(
1476
- BaseSvgIcon$2d,
1501
+ BaseSvgIcon$2e,
1477
1502
  {
1478
1503
  ref,
1479
1504
  viewBox: "0 0 24 24",
@@ -1487,7 +1512,7 @@ function Derived({ width, height, sx, ...props }, ref) {
1487
1512
  );
1488
1513
  }
1489
1514
  const Derived$1 = React.forwardRef(Derived);
1490
- const Icon$2c = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1515
+ const Icon$2d = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1491
1516
  "path",
1492
1517
  {
1493
1518
  fill: "currentColor",
@@ -1496,10 +1521,10 @@ const Icon$2c = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1496
1521
  clipRule: "evenodd"
1497
1522
  }
1498
1523
  ) });
1499
- const BaseSvgIcon$2c = utils.createSvgIcon(Icon$2c(), "Distance");
1524
+ const BaseSvgIcon$2d = utils.createSvgIcon(Icon$2d(), "Distance");
1500
1525
  function Distance({ width, height, sx, ...props }, ref) {
1501
1526
  return /* @__PURE__ */ jsxRuntime.jsx(
1502
- BaseSvgIcon$2c,
1527
+ BaseSvgIcon$2d,
1503
1528
  {
1504
1529
  ref,
1505
1530
  viewBox: "0 0 24 24",
@@ -1513,11 +1538,11 @@ function Distance({ width, height, sx, ...props }, ref) {
1513
1538
  );
1514
1539
  }
1515
1540
  const Distance$1 = React.forwardRef(Distance);
1516
- const Icon$2b = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 12, cy: 12, r: 5, fill: "currentColor" }) });
1517
- const BaseSvgIcon$2b = utils.createSvgIcon(Icon$2b(), "Dot");
1541
+ const Icon$2c = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 12, cy: 12, r: 5, fill: "currentColor" }) });
1542
+ const BaseSvgIcon$2c = utils.createSvgIcon(Icon$2c(), "Dot");
1518
1543
  function Dot({ width, height, sx, ...props }, ref) {
1519
1544
  return /* @__PURE__ */ jsxRuntime.jsx(
1520
- BaseSvgIcon$2b,
1545
+ BaseSvgIcon$2c,
1521
1546
  {
1522
1547
  ref,
1523
1548
  viewBox: "0 0 24 24",
@@ -1531,7 +1556,7 @@ function Dot({ width, height, sx, ...props }, ref) {
1531
1556
  );
1532
1557
  }
1533
1558
  const Dot$1 = React.forwardRef(Dot);
1534
- const Icon$2a = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1559
+ const Icon$2b = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1535
1560
  "path",
1536
1561
  {
1537
1562
  fill: "currentColor",
@@ -1540,10 +1565,10 @@ const Icon$2a = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1540
1565
  clipRule: "evenodd"
1541
1566
  }
1542
1567
  ) });
1543
- const BaseSvgIcon$2a = utils.createSvgIcon(Icon$2a(), "DrawCircle");
1568
+ const BaseSvgIcon$2b = utils.createSvgIcon(Icon$2b(), "DrawCircle");
1544
1569
  function DrawCircle({ width, height, sx, ...props }, ref) {
1545
1570
  return /* @__PURE__ */ jsxRuntime.jsx(
1546
- BaseSvgIcon$2a,
1571
+ BaseSvgIcon$2b,
1547
1572
  {
1548
1573
  ref,
1549
1574
  viewBox: "0 0 24 24",
@@ -1557,7 +1582,7 @@ function DrawCircle({ width, height, sx, ...props }, ref) {
1557
1582
  );
1558
1583
  }
1559
1584
  const DrawCircle$1 = React.forwardRef(DrawCircle);
1560
- const Icon$29 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1585
+ const Icon$2a = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1561
1586
  "path",
1562
1587
  {
1563
1588
  fill: "currentColor",
@@ -1566,10 +1591,10 @@ const Icon$29 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1566
1591
  clipRule: "evenodd"
1567
1592
  }
1568
1593
  ) });
1569
- const BaseSvgIcon$29 = utils.createSvgIcon(Icon$29(), "DrawLasso");
1594
+ const BaseSvgIcon$2a = utils.createSvgIcon(Icon$2a(), "DrawLasso");
1570
1595
  function DrawLasso({ width, height, sx, ...props }, ref) {
1571
1596
  return /* @__PURE__ */ jsxRuntime.jsx(
1572
- BaseSvgIcon$29,
1597
+ BaseSvgIcon$2a,
1573
1598
  {
1574
1599
  ref,
1575
1600
  viewBox: "0 0 24 24",
@@ -1583,17 +1608,17 @@ function DrawLasso({ width, height, sx, ...props }, ref) {
1583
1608
  );
1584
1609
  }
1585
1610
  const DrawLasso$1 = React.forwardRef(DrawLasso);
1586
- const Icon$28 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1611
+ const Icon$29 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1587
1612
  "path",
1588
1613
  {
1589
1614
  fill: "currentColor",
1590
1615
  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"
1591
1616
  }
1592
1617
  ) });
1593
- const BaseSvgIcon$28 = utils.createSvgIcon(Icon$28(), "DrawLine");
1618
+ const BaseSvgIcon$29 = utils.createSvgIcon(Icon$29(), "DrawLine");
1594
1619
  function DrawLine({ width, height, sx, ...props }, ref) {
1595
1620
  return /* @__PURE__ */ jsxRuntime.jsx(
1596
- BaseSvgIcon$28,
1621
+ BaseSvgIcon$29,
1597
1622
  {
1598
1623
  ref,
1599
1624
  viewBox: "0 0 24 24",
@@ -1607,7 +1632,7 @@ function DrawLine({ width, height, sx, ...props }, ref) {
1607
1632
  );
1608
1633
  }
1609
1634
  const DrawLine$1 = React.forwardRef(DrawLine);
1610
- const Icon$27 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1635
+ const Icon$28 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1611
1636
  "path",
1612
1637
  {
1613
1638
  fill: "currentColor",
@@ -1616,10 +1641,10 @@ const Icon$27 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1616
1641
  clipRule: "evenodd"
1617
1642
  }
1618
1643
  ) });
1619
- const BaseSvgIcon$27 = utils.createSvgIcon(Icon$27(), "DrawPolygon");
1644
+ const BaseSvgIcon$28 = utils.createSvgIcon(Icon$28(), "DrawPolygon");
1620
1645
  function DrawPolygon({ width, height, sx, ...props }, ref) {
1621
1646
  return /* @__PURE__ */ jsxRuntime.jsx(
1622
- BaseSvgIcon$27,
1647
+ BaseSvgIcon$28,
1623
1648
  {
1624
1649
  ref,
1625
1650
  viewBox: "0 0 24 24",
@@ -1633,7 +1658,7 @@ function DrawPolygon({ width, height, sx, ...props }, ref) {
1633
1658
  );
1634
1659
  }
1635
1660
  const DrawPolygon$1 = React.forwardRef(DrawPolygon);
1636
- const Icon$26 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1661
+ const Icon$27 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1637
1662
  "path",
1638
1663
  {
1639
1664
  fill: "currentColor",
@@ -1642,10 +1667,10 @@ const Icon$26 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1642
1667
  clipRule: "evenodd"
1643
1668
  }
1644
1669
  ) });
1645
- const BaseSvgIcon$26 = utils.createSvgIcon(Icon$26(), "DrawSquare");
1670
+ const BaseSvgIcon$27 = utils.createSvgIcon(Icon$27(), "DrawSquare");
1646
1671
  function DrawSquare({ width, height, sx, ...props }, ref) {
1647
1672
  return /* @__PURE__ */ jsxRuntime.jsx(
1648
- BaseSvgIcon$26,
1673
+ BaseSvgIcon$27,
1649
1674
  {
1650
1675
  ref,
1651
1676
  viewBox: "0 0 24 24",
@@ -1659,7 +1684,7 @@ function DrawSquare({ width, height, sx, ...props }, ref) {
1659
1684
  );
1660
1685
  }
1661
1686
  const DrawSquare$1 = React.forwardRef(DrawSquare);
1662
- const Icon$25 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1687
+ const Icon$26 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1663
1688
  /* @__PURE__ */ jsxRuntime.jsx(
1664
1689
  "path",
1665
1690
  {
@@ -1677,10 +1702,10 @@ const Icon$25 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1677
1702
  }
1678
1703
  )
1679
1704
  ] });
1680
- const BaseSvgIcon$25 = utils.createSvgIcon(Icon$25(), "DropAPin");
1705
+ const BaseSvgIcon$26 = utils.createSvgIcon(Icon$26(), "DropAPin");
1681
1706
  function DropAPin({ width, height, sx, ...props }, ref) {
1682
1707
  return /* @__PURE__ */ jsxRuntime.jsx(
1683
- BaseSvgIcon$25,
1708
+ BaseSvgIcon$26,
1684
1709
  {
1685
1710
  ref,
1686
1711
  viewBox: "0 0 24 24",
@@ -1694,7 +1719,7 @@ function DropAPin({ width, height, sx, ...props }, ref) {
1694
1719
  );
1695
1720
  }
1696
1721
  const DropAPin$1 = React.forwardRef(DropAPin);
1697
- const Icon$24 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1722
+ const Icon$25 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1698
1723
  "path",
1699
1724
  {
1700
1725
  fill: "currentColor",
@@ -1703,10 +1728,10 @@ const Icon$24 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1703
1728
  clipRule: "evenodd"
1704
1729
  }
1705
1730
  ) });
1706
- const BaseSvgIcon$24 = utils.createSvgIcon(Icon$24(), "DualMap");
1731
+ const BaseSvgIcon$25 = utils.createSvgIcon(Icon$25(), "DualMap");
1707
1732
  function DualMap({ width, height, sx, ...props }, ref) {
1708
1733
  return /* @__PURE__ */ jsxRuntime.jsx(
1709
- BaseSvgIcon$24,
1734
+ BaseSvgIcon$25,
1710
1735
  {
1711
1736
  ref,
1712
1737
  viewBox: "0 0 24 24",
@@ -1720,7 +1745,7 @@ function DualMap({ width, height, sx, ...props }, ref) {
1720
1745
  );
1721
1746
  }
1722
1747
  const DualMap$1 = React.forwardRef(DualMap);
1723
- const Icon$23 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1748
+ const Icon$24 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1724
1749
  "path",
1725
1750
  {
1726
1751
  fill: "currentColor",
@@ -1729,10 +1754,10 @@ const Icon$23 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1729
1754
  clipRule: "evenodd"
1730
1755
  }
1731
1756
  ) });
1732
- const BaseSvgIcon$23 = utils.createSvgIcon(Icon$23(), "Environmental");
1757
+ const BaseSvgIcon$24 = utils.createSvgIcon(Icon$24(), "Environmental");
1733
1758
  function Environmental({ width, height, sx, ...props }, ref) {
1734
1759
  return /* @__PURE__ */ jsxRuntime.jsx(
1735
- BaseSvgIcon$23,
1760
+ BaseSvgIcon$24,
1736
1761
  {
1737
1762
  ref,
1738
1763
  viewBox: "0 0 24 24",
@@ -1746,7 +1771,7 @@ function Environmental({ width, height, sx, ...props }, ref) {
1746
1771
  );
1747
1772
  }
1748
1773
  const Environmental$1 = React.forwardRef(Environmental);
1749
- const Icon$22 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1774
+ const Icon$23 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1750
1775
  "path",
1751
1776
  {
1752
1777
  fill: "currentColor",
@@ -1755,10 +1780,10 @@ const Icon$22 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1755
1780
  clipRule: "evenodd"
1756
1781
  }
1757
1782
  ) });
1758
- const BaseSvgIcon$22 = utils.createSvgIcon(Icon$22(), "EnvironmentalManagement");
1783
+ const BaseSvgIcon$23 = utils.createSvgIcon(Icon$23(), "EnvironmentalManagement");
1759
1784
  function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
1760
1785
  return /* @__PURE__ */ jsxRuntime.jsx(
1761
- BaseSvgIcon$22,
1786
+ BaseSvgIcon$23,
1762
1787
  {
1763
1788
  ref,
1764
1789
  viewBox: "0 0 24 24",
@@ -1772,11 +1797,11 @@ function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
1772
1797
  );
1773
1798
  }
1774
1799
  const EnvironmentalManagement$1 = React.forwardRef(EnvironmentalManagement);
1775
- const Icon$21 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M4 17v-3h16v3zm0-7V7h16v3z" }) });
1776
- const BaseSvgIcon$21 = utils.createSvgIcon(Icon$21(), "Equal");
1800
+ const Icon$22 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M4 17v-3h16v3zm0-7V7h16v3z" }) });
1801
+ const BaseSvgIcon$22 = utils.createSvgIcon(Icon$22(), "Equal");
1777
1802
  function Equal({ width, height, sx, ...props }, ref) {
1778
1803
  return /* @__PURE__ */ jsxRuntime.jsx(
1779
- BaseSvgIcon$21,
1804
+ BaseSvgIcon$22,
1780
1805
  {
1781
1806
  ref,
1782
1807
  viewBox: "0 0 24 24",
@@ -1790,7 +1815,7 @@ function Equal({ width, height, sx, ...props }, ref) {
1790
1815
  );
1791
1816
  }
1792
1817
  const Equal$1 = React.forwardRef(Equal);
1793
- const Icon$20 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1818
+ const Icon$21 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1794
1819
  "path",
1795
1820
  {
1796
1821
  fill: "currentColor",
@@ -1799,10 +1824,10 @@ const Icon$20 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1799
1824
  clipRule: "evenodd"
1800
1825
  }
1801
1826
  ) });
1802
- const BaseSvgIcon$20 = utils.createSvgIcon(Icon$20(), "ExitToAppLeft");
1827
+ const BaseSvgIcon$21 = utils.createSvgIcon(Icon$21(), "ExitToAppLeft");
1803
1828
  function ExitToAppLeft({ width, height, sx, ...props }, ref) {
1804
1829
  return /* @__PURE__ */ jsxRuntime.jsx(
1805
- BaseSvgIcon$20,
1830
+ BaseSvgIcon$21,
1806
1831
  {
1807
1832
  ref,
1808
1833
  viewBox: "0 0 24 24",
@@ -1816,7 +1841,7 @@ function ExitToAppLeft({ width, height, sx, ...props }, ref) {
1816
1841
  );
1817
1842
  }
1818
1843
  const ExitToAppLeft$1 = React.forwardRef(ExitToAppLeft);
1819
- const Icon$1$ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1844
+ const Icon$20 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1820
1845
  "path",
1821
1846
  {
1822
1847
  fill: "currentColor",
@@ -1825,10 +1850,10 @@ const Icon$1$ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1825
1850
  clipRule: "evenodd"
1826
1851
  }
1827
1852
  ) });
1828
- const BaseSvgIcon$1$ = utils.createSvgIcon(Icon$1$(), "Fabric");
1853
+ const BaseSvgIcon$20 = utils.createSvgIcon(Icon$20(), "Fabric");
1829
1854
  function Fabric({ width, height, sx, ...props }, ref) {
1830
1855
  return /* @__PURE__ */ jsxRuntime.jsx(
1831
- BaseSvgIcon$1$,
1856
+ BaseSvgIcon$20,
1832
1857
  {
1833
1858
  ref,
1834
1859
  viewBox: "0 0 24 24",
@@ -1842,7 +1867,7 @@ function Fabric({ width, height, sx, ...props }, ref) {
1842
1867
  );
1843
1868
  }
1844
1869
  const Fabric$1 = React.forwardRef(Fabric);
1845
- const Icon$1_ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1870
+ const Icon$1$ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1846
1871
  "path",
1847
1872
  {
1848
1873
  fill: "currentColor",
@@ -1851,10 +1876,10 @@ const Icon$1_ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1851
1876
  clipRule: "evenodd"
1852
1877
  }
1853
1878
  ) });
1854
- const BaseSvgIcon$1_ = utils.createSvgIcon(Icon$1_(), "Facebook");
1879
+ const BaseSvgIcon$1$ = utils.createSvgIcon(Icon$1$(), "Facebook");
1855
1880
  function Facebook({ width, height, sx, ...props }, ref) {
1856
1881
  return /* @__PURE__ */ jsxRuntime.jsx(
1857
- BaseSvgIcon$1_,
1882
+ BaseSvgIcon$1$,
1858
1883
  {
1859
1884
  ref,
1860
1885
  viewBox: "0 0 24 24",
@@ -1868,7 +1893,7 @@ function Facebook({ width, height, sx, ...props }, ref) {
1868
1893
  );
1869
1894
  }
1870
1895
  const Facebook$1 = React.forwardRef(Facebook);
1871
- const Icon$1Z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1896
+ const Icon$1_ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1872
1897
  "path",
1873
1898
  {
1874
1899
  fill: "currentColor",
@@ -1877,10 +1902,10 @@ const Icon$1Z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1877
1902
  clipRule: "evenodd"
1878
1903
  }
1879
1904
  ) });
1880
- const BaseSvgIcon$1Z = utils.createSvgIcon(Icon$1Z(), "Financial");
1905
+ const BaseSvgIcon$1_ = utils.createSvgIcon(Icon$1_(), "Financial");
1881
1906
  function Financial({ width, height, sx, ...props }, ref) {
1882
1907
  return /* @__PURE__ */ jsxRuntime.jsx(
1883
- BaseSvgIcon$1Z,
1908
+ BaseSvgIcon$1_,
1884
1909
  {
1885
1910
  ref,
1886
1911
  viewBox: "0 0 24 24",
@@ -1894,17 +1919,17 @@ function Financial({ width, height, sx, ...props }, ref) {
1894
1919
  );
1895
1920
  }
1896
1921
  const Financial$1 = React.forwardRef(Financial);
1897
- const Icon$1Y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1922
+ const Icon$1Z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1898
1923
  "path",
1899
1924
  {
1900
1925
  fill: "currentColor",
1901
1926
  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"
1902
1927
  }
1903
1928
  ) });
1904
- const BaseSvgIcon$1Y = utils.createSvgIcon(Icon$1Y(), "FlipInverse");
1929
+ const BaseSvgIcon$1Z = utils.createSvgIcon(Icon$1Z(), "FlipInverse");
1905
1930
  function FlipInverse({ width, height, sx, ...props }, ref) {
1906
1931
  return /* @__PURE__ */ jsxRuntime.jsx(
1907
- BaseSvgIcon$1Y,
1932
+ BaseSvgIcon$1Z,
1908
1933
  {
1909
1934
  ref,
1910
1935
  viewBox: "0 0 24 24",
@@ -1918,7 +1943,7 @@ function FlipInverse({ width, height, sx, ...props }, ref) {
1918
1943
  );
1919
1944
  }
1920
1945
  const FlipInverse$1 = React.forwardRef(FlipInverse);
1921
- const Icon$1X = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1946
+ const Icon$1Y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1922
1947
  /* @__PURE__ */ jsxRuntime.jsx(
1923
1948
  "path",
1924
1949
  {
@@ -1938,10 +1963,10 @@ const Icon$1X = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1938
1963
  }
1939
1964
  )
1940
1965
  ] });
1941
- const BaseSvgIcon$1X = utils.createSvgIcon(Icon$1X(), "Framed");
1966
+ const BaseSvgIcon$1Y = utils.createSvgIcon(Icon$1Y(), "Framed");
1942
1967
  function Framed({ width, height, sx, ...props }, ref) {
1943
1968
  return /* @__PURE__ */ jsxRuntime.jsx(
1944
- BaseSvgIcon$1X,
1969
+ BaseSvgIcon$1Y,
1945
1970
  {
1946
1971
  ref,
1947
1972
  viewBox: "0 0 24 24",
@@ -1955,7 +1980,7 @@ function Framed({ width, height, sx, ...props }, ref) {
1955
1980
  );
1956
1981
  }
1957
1982
  const Framed$1 = React.forwardRef(Framed);
1958
- const Icon$1W = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1983
+ const Icon$1X = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1959
1984
  /* @__PURE__ */ jsxRuntime.jsx(
1960
1985
  "path",
1961
1986
  {
@@ -1982,10 +2007,10 @@ const Icon$1W = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1982
2007
  }
1983
2008
  )
1984
2009
  ] });
1985
- const BaseSvgIcon$1W = utils.createSvgIcon(Icon$1W(), "FraudDetection");
2010
+ const BaseSvgIcon$1X = utils.createSvgIcon(Icon$1X(), "FraudDetection");
1986
2011
  function FraudDetection({ width, height, sx, ...props }, ref) {
1987
2012
  return /* @__PURE__ */ jsxRuntime.jsx(
1988
- BaseSvgIcon$1W,
2013
+ BaseSvgIcon$1X,
1989
2014
  {
1990
2015
  ref,
1991
2016
  viewBox: "0 0 24 24",
@@ -1999,7 +2024,7 @@ function FraudDetection({ width, height, sx, ...props }, ref) {
1999
2024
  );
2000
2025
  }
2001
2026
  const FraudDetection$1 = React.forwardRef(FraudDetection);
2002
- const Icon$1V = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2027
+ const Icon$1W = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2003
2028
  "path",
2004
2029
  {
2005
2030
  fill: "currentColor",
@@ -2008,10 +2033,10 @@ const Icon$1V = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2008
2033
  clipRule: "evenodd"
2009
2034
  }
2010
2035
  ) });
2011
- const BaseSvgIcon$1V = utils.createSvgIcon(Icon$1V(), "Functions");
2036
+ const BaseSvgIcon$1W = utils.createSvgIcon(Icon$1W(), "Functions");
2012
2037
  function Functions({ width, height, sx, ...props }, ref) {
2013
2038
  return /* @__PURE__ */ jsxRuntime.jsx(
2014
- BaseSvgIcon$1V,
2039
+ BaseSvgIcon$1W,
2015
2040
  {
2016
2041
  ref,
2017
2042
  viewBox: "0 0 24 24",
@@ -2025,7 +2050,7 @@ function Functions({ width, height, sx, ...props }, ref) {
2025
2050
  );
2026
2051
  }
2027
2052
  const Functions$1 = React.forwardRef(Functions);
2028
- const Icon$1U = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2053
+ const Icon$1V = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2029
2054
  /* @__PURE__ */ jsxRuntime.jsx(
2030
2055
  "path",
2031
2056
  {
@@ -2048,10 +2073,10 @@ const Icon$1U = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2048
2073
  }
2049
2074
  )
2050
2075
  ] });
2051
- const BaseSvgIcon$1U = utils.createSvgIcon(Icon$1U(), "GeneratingDescription");
2076
+ const BaseSvgIcon$1V = utils.createSvgIcon(Icon$1V(), "GeneratingDescription");
2052
2077
  function GeneratingDescription({ width, height, sx, ...props }, ref) {
2053
2078
  return /* @__PURE__ */ jsxRuntime.jsx(
2054
- BaseSvgIcon$1U,
2079
+ BaseSvgIcon$1V,
2055
2080
  {
2056
2081
  ref,
2057
2082
  viewBox: "0 0 24 24",
@@ -2065,7 +2090,7 @@ function GeneratingDescription({ width, height, sx, ...props }, ref) {
2065
2090
  );
2066
2091
  }
2067
2092
  const GeneratingDescription$1 = React.forwardRef(GeneratingDescription);
2068
- const Icon$1T = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2093
+ const Icon$1U = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2069
2094
  /* @__PURE__ */ jsxRuntime.jsx(
2070
2095
  "path",
2071
2096
  {
@@ -2085,10 +2110,10 @@ const Icon$1T = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2085
2110
  }
2086
2111
  )
2087
2112
  ] });
2088
- const BaseSvgIcon$1T = utils.createSvgIcon(Icon$1T(), "GeocodeTable");
2113
+ const BaseSvgIcon$1U = utils.createSvgIcon(Icon$1U(), "GeocodeTable");
2089
2114
  function GeocodeTable({ width, height, sx, ...props }, ref) {
2090
2115
  return /* @__PURE__ */ jsxRuntime.jsx(
2091
- BaseSvgIcon$1T,
2116
+ BaseSvgIcon$1U,
2092
2117
  {
2093
2118
  ref,
2094
2119
  viewBox: "0 0 24 24",
@@ -2102,7 +2127,7 @@ function GeocodeTable({ width, height, sx, ...props }, ref) {
2102
2127
  );
2103
2128
  }
2104
2129
  const GeocodeTable$1 = React.forwardRef(GeocodeTable);
2105
- const Icon$1S = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2130
+ const Icon$1T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2106
2131
  "path",
2107
2132
  {
2108
2133
  fill: "currentColor",
@@ -2111,10 +2136,10 @@ const Icon$1S = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2111
2136
  clipRule: "evenodd"
2112
2137
  }
2113
2138
  ) });
2114
- const BaseSvgIcon$1S = utils.createSvgIcon(Icon$1S(), "Geography");
2139
+ const BaseSvgIcon$1T = utils.createSvgIcon(Icon$1T(), "Geography");
2115
2140
  function Geography({ width, height, sx, ...props }, ref) {
2116
2141
  return /* @__PURE__ */ jsxRuntime.jsx(
2117
- BaseSvgIcon$1S,
2142
+ BaseSvgIcon$1T,
2118
2143
  {
2119
2144
  ref,
2120
2145
  viewBox: "0 0 24 24",
@@ -2128,7 +2153,7 @@ function Geography({ width, height, sx, ...props }, ref) {
2128
2153
  );
2129
2154
  }
2130
2155
  const Geography$1 = React.forwardRef(Geography);
2131
- const Icon$1R = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2156
+ const Icon$1S = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2132
2157
  "path",
2133
2158
  {
2134
2159
  fill: "currentColor",
@@ -2137,10 +2162,10 @@ const Icon$1R = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2137
2162
  clipRule: "evenodd"
2138
2163
  }
2139
2164
  ) });
2140
- const BaseSvgIcon$1R = utils.createSvgIcon(Icon$1R(), "Geomarketing");
2165
+ const BaseSvgIcon$1S = utils.createSvgIcon(Icon$1S(), "Geomarketing");
2141
2166
  function Geomarketing({ width, height, sx, ...props }, ref) {
2142
2167
  return /* @__PURE__ */ jsxRuntime.jsx(
2143
- BaseSvgIcon$1R,
2168
+ BaseSvgIcon$1S,
2144
2169
  {
2145
2170
  ref,
2146
2171
  viewBox: "0 0 24 24",
@@ -2154,7 +2179,7 @@ function Geomarketing({ width, height, sx, ...props }, ref) {
2154
2179
  );
2155
2180
  }
2156
2181
  const Geomarketing$1 = React.forwardRef(Geomarketing);
2157
- const Icon$1Q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2182
+ const Icon$1R = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2158
2183
  "path",
2159
2184
  {
2160
2185
  fill: "currentColor",
@@ -2163,10 +2188,10 @@ const Icon$1Q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2163
2188
  clipRule: "evenodd"
2164
2189
  }
2165
2190
  ) });
2166
- const BaseSvgIcon$1Q = utils.createSvgIcon(Icon$1Q(), "Geometry");
2191
+ const BaseSvgIcon$1R = utils.createSvgIcon(Icon$1R(), "Geometry");
2167
2192
  function Geometry({ width, height, sx, ...props }, ref) {
2168
2193
  return /* @__PURE__ */ jsxRuntime.jsx(
2169
- BaseSvgIcon$1Q,
2194
+ BaseSvgIcon$1R,
2170
2195
  {
2171
2196
  ref,
2172
2197
  viewBox: "0 0 24 24",
@@ -2180,7 +2205,7 @@ function Geometry({ width, height, sx, ...props }, ref) {
2180
2205
  );
2181
2206
  }
2182
2207
  const Geometry$1 = React.forwardRef(Geometry);
2183
- const Icon$1P = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2208
+ const Icon$1Q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2184
2209
  "path",
2185
2210
  {
2186
2211
  fill: "currentColor",
@@ -2189,10 +2214,10 @@ const Icon$1P = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2189
2214
  clipRule: "evenodd"
2190
2215
  }
2191
2216
  ) });
2192
- const BaseSvgIcon$1P = utils.createSvgIcon(Icon$1P(), "Github");
2217
+ const BaseSvgIcon$1Q = utils.createSvgIcon(Icon$1Q(), "Github");
2193
2218
  function Github({ width, height, sx, ...props }, ref) {
2194
2219
  return /* @__PURE__ */ jsxRuntime.jsx(
2195
- BaseSvgIcon$1P,
2220
+ BaseSvgIcon$1Q,
2196
2221
  {
2197
2222
  ref,
2198
2223
  viewBox: "0 0 24 24",
@@ -2206,7 +2231,7 @@ function Github({ width, height, sx, ...props }, ref) {
2206
2231
  );
2207
2232
  }
2208
2233
  const Github$1 = React.forwardRef(Github);
2209
- const Icon$1O = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2234
+ const Icon$1P = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2210
2235
  "path",
2211
2236
  {
2212
2237
  fill: "currentColor",
@@ -2215,10 +2240,10 @@ const Icon$1O = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2215
2240
  clipRule: "evenodd"
2216
2241
  }
2217
2242
  ) });
2218
- const BaseSvgIcon$1O = utils.createSvgIcon(Icon$1O(), "Google");
2243
+ const BaseSvgIcon$1P = utils.createSvgIcon(Icon$1P(), "Google");
2219
2244
  function Google({ width, height, sx, ...props }, ref) {
2220
2245
  return /* @__PURE__ */ jsxRuntime.jsx(
2221
- BaseSvgIcon$1O,
2246
+ BaseSvgIcon$1P,
2222
2247
  {
2223
2248
  ref,
2224
2249
  viewBox: "0 0 24 24",
@@ -2232,7 +2257,7 @@ function Google({ width, height, sx, ...props }, ref) {
2232
2257
  );
2233
2258
  }
2234
2259
  const Google$1 = React.forwardRef(Google);
2235
- const Icon$1N = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2260
+ const Icon$1O = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2236
2261
  "path",
2237
2262
  {
2238
2263
  fill: "currentColor",
@@ -2241,10 +2266,10 @@ const Icon$1N = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2241
2266
  clipRule: "evenodd"
2242
2267
  }
2243
2268
  ) });
2244
- const BaseSvgIcon$1N = utils.createSvgIcon(Icon$1N(), "H3");
2269
+ const BaseSvgIcon$1O = utils.createSvgIcon(Icon$1O(), "H3");
2245
2270
  function H3({ width, height, sx, ...props }, ref) {
2246
2271
  return /* @__PURE__ */ jsxRuntime.jsx(
2247
- BaseSvgIcon$1N,
2272
+ BaseSvgIcon$1O,
2248
2273
  {
2249
2274
  ref,
2250
2275
  viewBox: "0 0 24 24",
@@ -2258,7 +2283,7 @@ function H3({ width, height, sx, ...props }, ref) {
2258
2283
  );
2259
2284
  }
2260
2285
  const H3$1 = React.forwardRef(H3);
2261
- const Icon$1M = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2286
+ const Icon$1N = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2262
2287
  "path",
2263
2288
  {
2264
2289
  fill: "currentColor",
@@ -2267,10 +2292,10 @@ const Icon$1M = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2267
2292
  clipRule: "evenodd"
2268
2293
  }
2269
2294
  ) });
2270
- const BaseSvgIcon$1M = utils.createSvgIcon(Icon$1M(), "HealthAnalytics");
2295
+ const BaseSvgIcon$1N = utils.createSvgIcon(Icon$1N(), "HealthAnalytics");
2271
2296
  function HealthAnalytics({ width, height, sx, ...props }, ref) {
2272
2297
  return /* @__PURE__ */ jsxRuntime.jsx(
2273
- BaseSvgIcon$1M,
2298
+ BaseSvgIcon$1N,
2274
2299
  {
2275
2300
  ref,
2276
2301
  viewBox: "0 0 24 24",
@@ -2284,7 +2309,7 @@ function HealthAnalytics({ width, height, sx, ...props }, ref) {
2284
2309
  );
2285
2310
  }
2286
2311
  const HealthAnalytics$1 = React.forwardRef(HealthAnalytics);
2287
- const Icon$1L = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2312
+ const Icon$1M = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2288
2313
  /* @__PURE__ */ jsxRuntime.jsx(
2289
2314
  "path",
2290
2315
  {
@@ -2302,10 +2327,10 @@ const Icon$1L = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2302
2327
  }
2303
2328
  )
2304
2329
  ] });
2305
- const BaseSvgIcon$1L = utils.createSvgIcon(Icon$1L(), "HideComments");
2330
+ const BaseSvgIcon$1M = utils.createSvgIcon(Icon$1M(), "HideComments");
2306
2331
  function HideComments({ width, height, sx, ...props }, ref) {
2307
2332
  return /* @__PURE__ */ jsxRuntime.jsx(
2308
- BaseSvgIcon$1L,
2333
+ BaseSvgIcon$1M,
2309
2334
  {
2310
2335
  ref,
2311
2336
  viewBox: "0 0 24 24",
@@ -2319,7 +2344,7 @@ function HideComments({ width, height, sx, ...props }, ref) {
2319
2344
  );
2320
2345
  }
2321
2346
  const HideComments$1 = React.forwardRef(HideComments);
2322
- const Icon$1K = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2347
+ const Icon$1L = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2323
2348
  /* @__PURE__ */ jsxRuntime.jsx(
2324
2349
  "path",
2325
2350
  {
@@ -2337,10 +2362,10 @@ const Icon$1K = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2337
2362
  }
2338
2363
  )
2339
2364
  ] });
2340
- const BaseSvgIcon$1K = utils.createSvgIcon(Icon$1K(), "HideLeftsidebar");
2365
+ const BaseSvgIcon$1L = utils.createSvgIcon(Icon$1L(), "HideLeftsidebar");
2341
2366
  function HideLeftsidebar({ width, height, sx, ...props }, ref) {
2342
2367
  return /* @__PURE__ */ jsxRuntime.jsx(
2343
- BaseSvgIcon$1K,
2368
+ BaseSvgIcon$1L,
2344
2369
  {
2345
2370
  ref,
2346
2371
  viewBox: "0 0 24 24",
@@ -2354,7 +2379,7 @@ function HideLeftsidebar({ width, height, sx, ...props }, ref) {
2354
2379
  );
2355
2380
  }
2356
2381
  const HideLeftsidebar$1 = React.forwardRef(HideLeftsidebar);
2357
- const Icon$1J = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2382
+ const Icon$1K = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2358
2383
  "path",
2359
2384
  {
2360
2385
  fill: "currentColor",
@@ -2363,10 +2388,10 @@ const Icon$1J = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2363
2388
  clipRule: "evenodd"
2364
2389
  }
2365
2390
  ) });
2366
- const BaseSvgIcon$1J = utils.createSvgIcon(Icon$1J(), "Home");
2391
+ const BaseSvgIcon$1K = utils.createSvgIcon(Icon$1K(), "Home");
2367
2392
  function Home({ width, height, sx, ...props }, ref) {
2368
2393
  return /* @__PURE__ */ jsxRuntime.jsx(
2369
- BaseSvgIcon$1J,
2394
+ BaseSvgIcon$1K,
2370
2395
  {
2371
2396
  ref,
2372
2397
  viewBox: "0 0 24 24",
@@ -2380,7 +2405,7 @@ function Home({ width, height, sx, ...props }, ref) {
2380
2405
  );
2381
2406
  }
2382
2407
  const Home$1 = React.forwardRef(Home);
2383
- const Icon$1I = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2408
+ const Icon$1J = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2384
2409
  "path",
2385
2410
  {
2386
2411
  fill: "currentColor",
@@ -2389,10 +2414,10 @@ const Icon$1I = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2389
2414
  clipRule: "evenodd"
2390
2415
  }
2391
2416
  ) });
2392
- const BaseSvgIcon$1I = utils.createSvgIcon(Icon$1I(), "Housing");
2417
+ const BaseSvgIcon$1J = utils.createSvgIcon(Icon$1J(), "Housing");
2393
2418
  function Housing({ width, height, sx, ...props }, ref) {
2394
2419
  return /* @__PURE__ */ jsxRuntime.jsx(
2395
- BaseSvgIcon$1I,
2420
+ BaseSvgIcon$1J,
2396
2421
  {
2397
2422
  ref,
2398
2423
  viewBox: "0 0 24 24",
@@ -2406,7 +2431,7 @@ function Housing({ width, height, sx, ...props }, ref) {
2406
2431
  );
2407
2432
  }
2408
2433
  const Housing$1 = React.forwardRef(Housing);
2409
- const Icon$1H = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2434
+ const Icon$1I = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2410
2435
  "path",
2411
2436
  {
2412
2437
  fill: "currentColor",
@@ -2415,10 +2440,10 @@ const Icon$1H = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2415
2440
  clipRule: "evenodd"
2416
2441
  }
2417
2442
  ) });
2418
- const BaseSvgIcon$1H = utils.createSvgIcon(Icon$1H(), "HumanMobility");
2443
+ const BaseSvgIcon$1I = utils.createSvgIcon(Icon$1I(), "HumanMobility");
2419
2444
  function HumanMobility({ width, height, sx, ...props }, ref) {
2420
2445
  return /* @__PURE__ */ jsxRuntime.jsx(
2421
- BaseSvgIcon$1H,
2446
+ BaseSvgIcon$1I,
2422
2447
  {
2423
2448
  ref,
2424
2449
  viewBox: "0 0 24 24",
@@ -2432,7 +2457,7 @@ function HumanMobility({ width, height, sx, ...props }, ref) {
2432
2457
  );
2433
2458
  }
2434
2459
  const HumanMobility$1 = React.forwardRef(HumanMobility);
2435
- const Icon$1G = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2460
+ const Icon$1H = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2436
2461
  "path",
2437
2462
  {
2438
2463
  fill: "currentColor",
@@ -2441,10 +2466,10 @@ const Icon$1G = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2441
2466
  clipRule: "evenodd"
2442
2467
  }
2443
2468
  ) });
2444
- const BaseSvgIcon$1G = utils.createSvgIcon(Icon$1G(), "Id");
2469
+ const BaseSvgIcon$1H = utils.createSvgIcon(Icon$1H(), "Id");
2445
2470
  function Id({ width, height, sx, ...props }, ref) {
2446
2471
  return /* @__PURE__ */ jsxRuntime.jsx(
2447
- BaseSvgIcon$1G,
2472
+ BaseSvgIcon$1H,
2448
2473
  {
2449
2474
  ref,
2450
2475
  viewBox: "0 0 24 24",
@@ -2458,7 +2483,7 @@ function Id({ width, height, sx, ...props }, ref) {
2458
2483
  );
2459
2484
  }
2460
2485
  const Id$1 = React.forwardRef(Id);
2461
- const Icon$1F = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2486
+ const Icon$1G = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2462
2487
  /* @__PURE__ */ jsxRuntime.jsx(
2463
2488
  "path",
2464
2489
  {
@@ -2476,10 +2501,10 @@ const Icon$1F = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2476
2501
  ),
2477
2502
  /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "m14.14 11.86-3 3.87L9 13.14 6 17h12z" })
2478
2503
  ] });
2479
- const BaseSvgIcon$1F = utils.createSvgIcon(Icon$1F(), "Image");
2504
+ const BaseSvgIcon$1G = utils.createSvgIcon(Icon$1G(), "Image");
2480
2505
  function Image({ width, height, sx, ...props }, ref) {
2481
2506
  return /* @__PURE__ */ jsxRuntime.jsx(
2482
- BaseSvgIcon$1F,
2507
+ BaseSvgIcon$1G,
2483
2508
  {
2484
2509
  ref,
2485
2510
  viewBox: "0 0 24 24",
@@ -2493,7 +2518,7 @@ function Image({ width, height, sx, ...props }, ref) {
2493
2518
  );
2494
2519
  }
2495
2520
  const Image$1 = React.forwardRef(Image);
2496
- const Icon$1E = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2521
+ const Icon$1F = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2497
2522
  /* @__PURE__ */ jsxRuntime.jsx(
2498
2523
  "path",
2499
2524
  {
@@ -2518,10 +2543,10 @@ const Icon$1E = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2518
2543
  }
2519
2544
  )
2520
2545
  ] });
2521
- const BaseSvgIcon$1E = utils.createSvgIcon(Icon$1E(), "Infrastructure");
2546
+ const BaseSvgIcon$1F = utils.createSvgIcon(Icon$1F(), "Infrastructure");
2522
2547
  function Infrastructure({ width, height, sx, ...props }, ref) {
2523
2548
  return /* @__PURE__ */ jsxRuntime.jsx(
2524
- BaseSvgIcon$1E,
2549
+ BaseSvgIcon$1F,
2525
2550
  {
2526
2551
  ref,
2527
2552
  viewBox: "0 0 24 24",
@@ -2535,7 +2560,7 @@ function Infrastructure({ width, height, sx, ...props }, ref) {
2535
2560
  );
2536
2561
  }
2537
2562
  const Infrastructure$1 = React.forwardRef(Infrastructure);
2538
- const Icon$1D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2563
+ const Icon$1E = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2539
2564
  "path",
2540
2565
  {
2541
2566
  fill: "currentColor",
@@ -2544,10 +2569,10 @@ const Icon$1D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2544
2569
  clipRule: "evenodd"
2545
2570
  }
2546
2571
  ) });
2547
- const BaseSvgIcon$1D = utils.createSvgIcon(Icon$1D(), "IotAnalytics");
2572
+ const BaseSvgIcon$1E = utils.createSvgIcon(Icon$1E(), "IotAnalytics");
2548
2573
  function IotAnalytics({ width, height, sx, ...props }, ref) {
2549
2574
  return /* @__PURE__ */ jsxRuntime.jsx(
2550
- BaseSvgIcon$1D,
2575
+ BaseSvgIcon$1E,
2551
2576
  {
2552
2577
  ref,
2553
2578
  viewBox: "0 0 24 24",
@@ -2561,7 +2586,7 @@ function IotAnalytics({ width, height, sx, ...props }, ref) {
2561
2586
  );
2562
2587
  }
2563
2588
  const IotAnalytics$1 = React.forwardRef(IotAnalytics);
2564
- const Icon$1C = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2589
+ const Icon$1D = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2565
2590
  /* @__PURE__ */ jsxRuntime.jsx(
2566
2591
  "path",
2567
2592
  {
@@ -2579,10 +2604,10 @@ const Icon$1C = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2579
2604
  }
2580
2605
  )
2581
2606
  ] });
2582
- const BaseSvgIcon$1C = utils.createSvgIcon(Icon$1C(), "LabelDeprecated");
2607
+ const BaseSvgIcon$1D = utils.createSvgIcon(Icon$1D(), "LabelDeprecated");
2583
2608
  function LabelDeprecated({ width, height, sx, ...props }, ref) {
2584
2609
  return /* @__PURE__ */ jsxRuntime.jsx(
2585
- BaseSvgIcon$1C,
2610
+ BaseSvgIcon$1D,
2586
2611
  {
2587
2612
  ref,
2588
2613
  viewBox: "0 0 24 24",
@@ -2596,7 +2621,7 @@ function LabelDeprecated({ width, height, sx, ...props }, ref) {
2596
2621
  );
2597
2622
  }
2598
2623
  const LabelDeprecated$1 = React.forwardRef(LabelDeprecated);
2599
- const Icon$1B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2624
+ const Icon$1C = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2600
2625
  "path",
2601
2626
  {
2602
2627
  fill: "currentColor",
@@ -2605,10 +2630,10 @@ const Icon$1B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2605
2630
  clipRule: "evenodd"
2606
2631
  }
2607
2632
  ) });
2608
- const BaseSvgIcon$1B = utils.createSvgIcon(Icon$1B(), "Layers");
2633
+ const BaseSvgIcon$1C = utils.createSvgIcon(Icon$1C(), "Layers");
2609
2634
  function Layers({ width, height, sx, ...props }, ref) {
2610
2635
  return /* @__PURE__ */ jsxRuntime.jsx(
2611
- BaseSvgIcon$1B,
2636
+ BaseSvgIcon$1C,
2612
2637
  {
2613
2638
  ref,
2614
2639
  viewBox: "0 0 24 24",
@@ -2622,7 +2647,7 @@ function Layers({ width, height, sx, ...props }, ref) {
2622
2647
  );
2623
2648
  }
2624
2649
  const Layers$1 = React.forwardRef(Layers);
2625
- const Icon$1A = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2650
+ const Icon$1B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2626
2651
  "path",
2627
2652
  {
2628
2653
  fill: "currentColor",
@@ -2631,10 +2656,10 @@ const Icon$1A = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2631
2656
  clipRule: "evenodd"
2632
2657
  }
2633
2658
  ) });
2634
- const BaseSvgIcon$1A = utils.createSvgIcon(Icon$1A(), "Linkedin");
2659
+ const BaseSvgIcon$1B = utils.createSvgIcon(Icon$1B(), "Linkedin");
2635
2660
  function Linkedin({ width, height, sx, ...props }, ref) {
2636
2661
  return /* @__PURE__ */ jsxRuntime.jsx(
2637
- BaseSvgIcon$1A,
2662
+ BaseSvgIcon$1B,
2638
2663
  {
2639
2664
  ref,
2640
2665
  viewBox: "0 0 24 24",
@@ -2648,7 +2673,7 @@ function Linkedin({ width, height, sx, ...props }, ref) {
2648
2673
  );
2649
2674
  }
2650
2675
  const Linkedin$1 = React.forwardRef(Linkedin);
2651
- const Icon$1z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2676
+ const Icon$1A = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2652
2677
  "path",
2653
2678
  {
2654
2679
  fill: "currentColor",
@@ -2657,10 +2682,10 @@ const Icon$1z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2657
2682
  clipRule: "evenodd"
2658
2683
  }
2659
2684
  ) });
2660
- const BaseSvgIcon$1z = utils.createSvgIcon(Icon$1z(), "MapCoordinates");
2685
+ const BaseSvgIcon$1A = utils.createSvgIcon(Icon$1A(), "MapCoordinates");
2661
2686
  function MapCoordinates({ width, height, sx, ...props }, ref) {
2662
2687
  return /* @__PURE__ */ jsxRuntime.jsx(
2663
- BaseSvgIcon$1z,
2688
+ BaseSvgIcon$1A,
2664
2689
  {
2665
2690
  ref,
2666
2691
  viewBox: "0 0 24 24",
@@ -2674,7 +2699,7 @@ function MapCoordinates({ width, height, sx, ...props }, ref) {
2674
2699
  );
2675
2700
  }
2676
2701
  const MapCoordinates$1 = React.forwardRef(MapCoordinates);
2677
- const Icon$1y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2702
+ const Icon$1z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2678
2703
  /* @__PURE__ */ jsxRuntime.jsx(
2679
2704
  "path",
2680
2705
  {
@@ -2701,10 +2726,10 @@ const Icon$1y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2701
2726
  }
2702
2727
  )
2703
2728
  ] });
2704
- const BaseSvgIcon$1y = utils.createSvgIcon(Icon$1y(), "MapCopy");
2729
+ const BaseSvgIcon$1z = utils.createSvgIcon(Icon$1z(), "MapCopy");
2705
2730
  function MapCopy({ width, height, sx, ...props }, ref) {
2706
2731
  return /* @__PURE__ */ jsxRuntime.jsx(
2707
- BaseSvgIcon$1y,
2732
+ BaseSvgIcon$1z,
2708
2733
  {
2709
2734
  ref,
2710
2735
  viewBox: "0 0 24 24",
@@ -2718,7 +2743,7 @@ function MapCopy({ width, height, sx, ...props }, ref) {
2718
2743
  );
2719
2744
  }
2720
2745
  const MapCopy$1 = React.forwardRef(MapCopy);
2721
- const Icon$1x = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2746
+ const Icon$1y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2722
2747
  "path",
2723
2748
  {
2724
2749
  fill: "currentColor",
@@ -2727,10 +2752,10 @@ const Icon$1x = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2727
2752
  clipRule: "evenodd"
2728
2753
  }
2729
2754
  ) });
2730
- const BaseSvgIcon$1x = utils.createSvgIcon(Icon$1x(), "MapOthers");
2755
+ const BaseSvgIcon$1y = utils.createSvgIcon(Icon$1y(), "MapOthers");
2731
2756
  function MapOthers({ width, height, sx, ...props }, ref) {
2732
2757
  return /* @__PURE__ */ jsxRuntime.jsx(
2733
- BaseSvgIcon$1x,
2758
+ BaseSvgIcon$1y,
2734
2759
  {
2735
2760
  ref,
2736
2761
  viewBox: "0 0 24 24",
@@ -2744,7 +2769,7 @@ function MapOthers({ width, height, sx, ...props }, ref) {
2744
2769
  );
2745
2770
  }
2746
2771
  const MapOthers$1 = React.forwardRef(MapOthers);
2747
- const Icon$1w = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2772
+ const Icon$1x = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2748
2773
  "path",
2749
2774
  {
2750
2775
  fill: "currentColor",
@@ -2753,10 +2778,10 @@ const Icon$1w = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2753
2778
  clipRule: "evenodd"
2754
2779
  }
2755
2780
  ) });
2756
- const BaseSvgIcon$1w = utils.createSvgIcon(Icon$1w(), "MapPin");
2781
+ const BaseSvgIcon$1x = utils.createSvgIcon(Icon$1x(), "MapPin");
2757
2782
  function MapPin({ width, height, sx, ...props }, ref) {
2758
2783
  return /* @__PURE__ */ jsxRuntime.jsx(
2759
- BaseSvgIcon$1w,
2784
+ BaseSvgIcon$1x,
2760
2785
  {
2761
2786
  ref,
2762
2787
  viewBox: "0 0 24 24",
@@ -2770,7 +2795,7 @@ function MapPin({ width, height, sx, ...props }, ref) {
2770
2795
  );
2771
2796
  }
2772
2797
  const MapPin$1 = React.forwardRef(MapPin);
2773
- const Icon$1v = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2798
+ const Icon$1w = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2774
2799
  /* @__PURE__ */ jsxRuntime.jsx(
2775
2800
  "path",
2776
2801
  {
@@ -2793,10 +2818,10 @@ const Icon$1v = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2793
2818
  }
2794
2819
  )
2795
2820
  ] });
2796
- const BaseSvgIcon$1v = utils.createSvgIcon(Icon$1v(), "MarkCommentRead");
2821
+ const BaseSvgIcon$1w = utils.createSvgIcon(Icon$1w(), "MarkCommentRead");
2797
2822
  function MarkCommentRead({ width, height, sx, ...props }, ref) {
2798
2823
  return /* @__PURE__ */ jsxRuntime.jsx(
2799
- BaseSvgIcon$1v,
2824
+ BaseSvgIcon$1w,
2800
2825
  {
2801
2826
  ref,
2802
2827
  viewBox: "0 0 24 24",
@@ -2810,7 +2835,7 @@ function MarkCommentRead({ width, height, sx, ...props }, ref) {
2810
2835
  );
2811
2836
  }
2812
2837
  const MarkCommentRead$1 = React.forwardRef(MarkCommentRead);
2813
- const Icon$1u = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2838
+ const Icon$1v = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2814
2839
  "path",
2815
2840
  {
2816
2841
  fill: "currentColor",
@@ -2819,10 +2844,10 @@ const Icon$1u = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2819
2844
  clipRule: "evenodd"
2820
2845
  }
2821
2846
  ) });
2822
- const BaseSvgIcon$1u = utils.createSvgIcon(Icon$1u(), "MarketAnalysis");
2847
+ const BaseSvgIcon$1v = utils.createSvgIcon(Icon$1v(), "MarketAnalysis");
2823
2848
  function MarketAnalysis({ width, height, sx, ...props }, ref) {
2824
2849
  return /* @__PURE__ */ jsxRuntime.jsx(
2825
- BaseSvgIcon$1u,
2850
+ BaseSvgIcon$1v,
2826
2851
  {
2827
2852
  ref,
2828
2853
  viewBox: "0 0 24 24",
@@ -2836,7 +2861,7 @@ function MarketAnalysis({ width, height, sx, ...props }, ref) {
2836
2861
  );
2837
2862
  }
2838
2863
  const MarketAnalysis$1 = React.forwardRef(MarketAnalysis);
2839
- const Icon$1t = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2864
+ const Icon$1u = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2840
2865
  /* @__PURE__ */ jsxRuntime.jsx(
2841
2866
  "path",
2842
2867
  {
@@ -2861,10 +2886,10 @@ const Icon$1t = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2861
2886
  }
2862
2887
  )
2863
2888
  ] });
2864
- const BaseSvgIcon$1t = utils.createSvgIcon(Icon$1t(), "Max");
2889
+ const BaseSvgIcon$1u = utils.createSvgIcon(Icon$1u(), "Max");
2865
2890
  function Max({ width, height, sx, ...props }, ref) {
2866
2891
  return /* @__PURE__ */ jsxRuntime.jsx(
2867
- BaseSvgIcon$1t,
2892
+ BaseSvgIcon$1u,
2868
2893
  {
2869
2894
  ref,
2870
2895
  viewBox: "0 0 24 24",
@@ -2878,17 +2903,17 @@ function Max({ width, height, sx, ...props }, ref) {
2878
2903
  );
2879
2904
  }
2880
2905
  const Max$1 = React.forwardRef(Max);
2881
- const Icon$1s = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2906
+ const Icon$1t = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2882
2907
  "path",
2883
2908
  {
2884
2909
  fill: "currentColor",
2885
2910
  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"
2886
2911
  }
2887
2912
  ) });
2888
- const BaseSvgIcon$1s = utils.createSvgIcon(Icon$1s(), "MeasureTool");
2913
+ const BaseSvgIcon$1t = utils.createSvgIcon(Icon$1t(), "MeasureTool");
2889
2914
  function MeasureTool({ width, height, sx, ...props }, ref) {
2890
2915
  return /* @__PURE__ */ jsxRuntime.jsx(
2891
- BaseSvgIcon$1s,
2916
+ BaseSvgIcon$1t,
2892
2917
  {
2893
2918
  ref,
2894
2919
  viewBox: "0 0 24 24",
@@ -2902,17 +2927,17 @@ function MeasureTool({ width, height, sx, ...props }, ref) {
2902
2927
  );
2903
2928
  }
2904
2929
  const MeasureTool$1 = React.forwardRef(MeasureTool);
2905
- const Icon$1r = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2930
+ const Icon$1s = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2906
2931
  "path",
2907
2932
  {
2908
2933
  fill: "currentColor",
2909
2934
  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"
2910
2935
  }
2911
2936
  ) });
2912
- const BaseSvgIcon$1r = utils.createSvgIcon(Icon$1r(), "Min");
2937
+ const BaseSvgIcon$1s = utils.createSvgIcon(Icon$1s(), "Min");
2913
2938
  function Min({ width, height, sx, ...props }, ref) {
2914
2939
  return /* @__PURE__ */ jsxRuntime.jsx(
2915
- BaseSvgIcon$1r,
2940
+ BaseSvgIcon$1s,
2916
2941
  {
2917
2942
  ref,
2918
2943
  viewBox: "0 0 24 24",
@@ -2926,7 +2951,7 @@ function Min({ width, height, sx, ...props }, ref) {
2926
2951
  );
2927
2952
  }
2928
2953
  const Min$1 = React.forwardRef(Min);
2929
- const Icon$1q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2954
+ const Icon$1r = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2930
2955
  /* @__PURE__ */ jsxRuntime.jsx(
2931
2956
  "path",
2932
2957
  {
@@ -2945,10 +2970,10 @@ const Icon$1q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2945
2970
  }
2946
2971
  )
2947
2972
  ] });
2948
- const BaseSvgIcon$1q = utils.createSvgIcon(Icon$1q(), "MobilityPlanning");
2973
+ const BaseSvgIcon$1r = utils.createSvgIcon(Icon$1r(), "MobilityPlanning");
2949
2974
  function MobilityPlanning({ width, height, sx, ...props }, ref) {
2950
2975
  return /* @__PURE__ */ jsxRuntime.jsx(
2951
- BaseSvgIcon$1q,
2976
+ BaseSvgIcon$1r,
2952
2977
  {
2953
2978
  ref,
2954
2979
  viewBox: "0 0 24 24",
@@ -2962,7 +2987,7 @@ function MobilityPlanning({ width, height, sx, ...props }, ref) {
2962
2987
  );
2963
2988
  }
2964
2989
  const MobilityPlanning$1 = React.forwardRef(MobilityPlanning);
2965
- const Icon$1p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2990
+ const Icon$1q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2966
2991
  /* @__PURE__ */ jsxRuntime.jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsxRuntime.jsx(
2967
2992
  "path",
2968
2993
  {
@@ -2974,10 +2999,10 @@ const Icon$1p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2974
2999
  ) }),
2975
3000
  /* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
2976
3001
  ] });
2977
- const BaseSvgIcon$1p = utils.createSvgIcon(Icon$1p(), "NetworkDeployment");
3002
+ const BaseSvgIcon$1q = utils.createSvgIcon(Icon$1q(), "NetworkDeployment");
2978
3003
  function NetworkDeployment({ width, height, sx, ...props }, ref) {
2979
3004
  return /* @__PURE__ */ jsxRuntime.jsx(
2980
- BaseSvgIcon$1p,
3005
+ BaseSvgIcon$1q,
2981
3006
  {
2982
3007
  ref,
2983
3008
  viewBox: "0 0 24 24",
@@ -2991,7 +3016,7 @@ function NetworkDeployment({ width, height, sx, ...props }, ref) {
2991
3016
  );
2992
3017
  }
2993
3018
  const NetworkDeployment$1 = React.forwardRef(NetworkDeployment);
2994
- const Icon$1o = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3019
+ const Icon$1p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2995
3020
  /* @__PURE__ */ jsxRuntime.jsx(
2996
3021
  "path",
2997
3022
  {
@@ -3007,10 +3032,10 @@ const Icon$1o = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3007
3032
  }
3008
3033
  )
3009
3034
  ] });
3010
- const BaseSvgIcon$1o = utils.createSvgIcon(Icon$1o(), "NightsThermostat");
3035
+ const BaseSvgIcon$1p = utils.createSvgIcon(Icon$1p(), "NightsThermostat");
3011
3036
  function NightsThermostat({ width, height, sx, ...props }, ref) {
3012
3037
  return /* @__PURE__ */ jsxRuntime.jsx(
3013
- BaseSvgIcon$1o,
3038
+ BaseSvgIcon$1p,
3014
3039
  {
3015
3040
  ref,
3016
3041
  viewBox: "0 0 24 24",
@@ -3024,7 +3049,7 @@ function NightsThermostat({ width, height, sx, ...props }, ref) {
3024
3049
  );
3025
3050
  }
3026
3051
  const NightsThermostat$1 = React.forwardRef(NightsThermostat);
3027
- const Icon$1n = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3052
+ const Icon$1o = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3028
3053
  /* @__PURE__ */ jsxRuntime.jsx(
3029
3054
  "path",
3030
3055
  {
@@ -3034,10 +3059,10 @@ const Icon$1n = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3034
3059
  ),
3035
3060
  /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M8 20H4v-4h4zM16 4v4h4V4z" })
3036
3061
  ] });
3037
- const BaseSvgIcon$1n = utils.createSvgIcon(Icon$1n(), "NoApp");
3062
+ const BaseSvgIcon$1o = utils.createSvgIcon(Icon$1o(), "NoApp");
3038
3063
  function NoApp({ width, height, sx, ...props }, ref) {
3039
3064
  return /* @__PURE__ */ jsxRuntime.jsx(
3040
- BaseSvgIcon$1n,
3065
+ BaseSvgIcon$1o,
3041
3066
  {
3042
3067
  ref,
3043
3068
  viewBox: "0 0 24 24",
@@ -3051,7 +3076,7 @@ function NoApp({ width, height, sx, ...props }, ref) {
3051
3076
  );
3052
3077
  }
3053
3078
  const NoApp$1 = React.forwardRef(NoApp);
3054
- const Icon$1m = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3079
+ const Icon$1n = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3055
3080
  /* @__PURE__ */ jsxRuntime.jsx(
3056
3081
  "path",
3057
3082
  {
@@ -3069,10 +3094,10 @@ const Icon$1m = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3069
3094
  }
3070
3095
  )
3071
3096
  ] });
3072
- const BaseSvgIcon$1m = utils.createSvgIcon(Icon$1m(), "NoMap");
3097
+ const BaseSvgIcon$1n = utils.createSvgIcon(Icon$1n(), "NoMap");
3073
3098
  function NoMap({ width, height, sx, ...props }, ref) {
3074
3099
  return /* @__PURE__ */ jsxRuntime.jsx(
3075
- BaseSvgIcon$1m,
3100
+ BaseSvgIcon$1n,
3076
3101
  {
3077
3102
  ref,
3078
3103
  viewBox: "0 0 24 24",
@@ -3086,7 +3111,7 @@ function NoMap({ width, height, sx, ...props }, ref) {
3086
3111
  );
3087
3112
  }
3088
3113
  const NoMap$1 = React.forwardRef(NoMap);
3089
- const Icon$1l = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3114
+ const Icon$1m = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3090
3115
  "path",
3091
3116
  {
3092
3117
  fill: "currentColor",
@@ -3095,10 +3120,10 @@ const Icon$1l = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
3095
3120
  clipRule: "evenodd"
3096
3121
  }
3097
3122
  ) });
3098
- const BaseSvgIcon$1l = utils.createSvgIcon(Icon$1l(), "NoSpatialExtension");
3123
+ const BaseSvgIcon$1m = utils.createSvgIcon(Icon$1m(), "NoSpatialExtension");
3099
3124
  function NoSpatialExtension({ width, height, sx, ...props }, ref) {
3100
3125
  return /* @__PURE__ */ jsxRuntime.jsx(
3101
- BaseSvgIcon$1l,
3126
+ BaseSvgIcon$1m,
3102
3127
  {
3103
3128
  ref,
3104
3129
  viewBox: "0 0 24 24",
@@ -3112,7 +3137,7 @@ function NoSpatialExtension({ width, height, sx, ...props }, ref) {
3112
3137
  );
3113
3138
  }
3114
3139
  const NoSpatialExtension$1 = React.forwardRef(NoSpatialExtension);
3115
- const Icon$1k = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3140
+ const Icon$1l = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3116
3141
  /* @__PURE__ */ jsxRuntime.jsx(
3117
3142
  "path",
3118
3143
  {
@@ -3130,10 +3155,10 @@ const Icon$1k = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3130
3155
  }
3131
3156
  )
3132
3157
  ] });
3133
- const BaseSvgIcon$1k = utils.createSvgIcon(Icon$1k(), "NoTileset");
3158
+ const BaseSvgIcon$1l = utils.createSvgIcon(Icon$1l(), "NoTileset");
3134
3159
  function NoTileset({ width, height, sx, ...props }, ref) {
3135
3160
  return /* @__PURE__ */ jsxRuntime.jsx(
3136
- BaseSvgIcon$1k,
3161
+ BaseSvgIcon$1l,
3137
3162
  {
3138
3163
  ref,
3139
3164
  viewBox: "0 0 24 24",
@@ -3147,17 +3172,17 @@ function NoTileset({ width, height, sx, ...props }, ref) {
3147
3172
  );
3148
3173
  }
3149
3174
  const NoTileset$1 = React.forwardRef(NoTileset);
3150
- const Icon$1j = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3175
+ const Icon$1k = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3151
3176
  "path",
3152
3177
  {
3153
3178
  fill: "currentColor",
3154
3179
  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"
3155
3180
  }
3156
3181
  ) });
3157
- const BaseSvgIcon$1j = utils.createSvgIcon(Icon$1j(), "NotEqual");
3182
+ const BaseSvgIcon$1k = utils.createSvgIcon(Icon$1k(), "NotEqual");
3158
3183
  function NotEqual({ width, height, sx, ...props }, ref) {
3159
3184
  return /* @__PURE__ */ jsxRuntime.jsx(
3160
- BaseSvgIcon$1j,
3185
+ BaseSvgIcon$1k,
3161
3186
  {
3162
3187
  ref,
3163
3188
  viewBox: "0 0 24 24",
@@ -3171,7 +3196,7 @@ function NotEqual({ width, height, sx, ...props }, ref) {
3171
3196
  );
3172
3197
  }
3173
3198
  const NotEqual$1 = React.forwardRef(NotEqual);
3174
- const Icon$1i = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3199
+ const Icon$1j = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3175
3200
  /* @__PURE__ */ jsxRuntime.jsx(
3176
3201
  "path",
3177
3202
  {
@@ -3191,10 +3216,10 @@ const Icon$1i = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3191
3216
  }
3192
3217
  )
3193
3218
  ] });
3194
- const BaseSvgIcon$1i = utils.createSvgIcon(Icon$1i(), "Number");
3219
+ const BaseSvgIcon$1j = utils.createSvgIcon(Icon$1j(), "Number");
3195
3220
  function Number({ width, height, sx, ...props }, ref) {
3196
3221
  return /* @__PURE__ */ jsxRuntime.jsx(
3197
- BaseSvgIcon$1i,
3222
+ BaseSvgIcon$1j,
3198
3223
  {
3199
3224
  ref,
3200
3225
  viewBox: "0 0 24 24",
@@ -3208,7 +3233,7 @@ function Number({ width, height, sx, ...props }, ref) {
3208
3233
  );
3209
3234
  }
3210
3235
  const Number$1 = React.forwardRef(Number);
3211
- const Icon$1h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3236
+ const Icon$1i = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3212
3237
  "path",
3213
3238
  {
3214
3239
  fill: "currentColor",
@@ -3217,10 +3242,10 @@ const Icon$1h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
3217
3242
  clipRule: "evenodd"
3218
3243
  }
3219
3244
  ) });
3220
- const BaseSvgIcon$1h = utils.createSvgIcon(Icon$1h(), "Onboarding");
3245
+ const BaseSvgIcon$1i = utils.createSvgIcon(Icon$1i(), "Onboarding");
3221
3246
  function Onboarding({ width, height, sx, ...props }, ref) {
3222
3247
  return /* @__PURE__ */ jsxRuntime.jsx(
3223
- BaseSvgIcon$1h,
3248
+ BaseSvgIcon$1i,
3224
3249
  {
3225
3250
  ref,
3226
3251
  viewBox: "0 0 24 24",
@@ -3234,7 +3259,7 @@ function Onboarding({ width, height, sx, ...props }, ref) {
3234
3259
  );
3235
3260
  }
3236
3261
  const Onboarding$1 = React.forwardRef(Onboarding);
3237
- const Icon$1g = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3262
+ const Icon$1h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3238
3263
  "path",
3239
3264
  {
3240
3265
  fill: "currentColor",
@@ -3243,10 +3268,10 @@ const Icon$1g = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
3243
3268
  clipRule: "evenodd"
3244
3269
  }
3245
3270
  ) });
3246
- const BaseSvgIcon$1g = utils.createSvgIcon(Icon$1g(), "OohAnalytics");
3271
+ const BaseSvgIcon$1h = utils.createSvgIcon(Icon$1h(), "OohAnalytics");
3247
3272
  function OohAnalytics({ width, height, sx, ...props }, ref) {
3248
3273
  return /* @__PURE__ */ jsxRuntime.jsx(
3249
- BaseSvgIcon$1g,
3274
+ BaseSvgIcon$1h,
3250
3275
  {
3251
3276
  ref,
3252
3277
  viewBox: "0 0 24 24",
@@ -3260,7 +3285,7 @@ function OohAnalytics({ width, height, sx, ...props }, ref) {
3260
3285
  );
3261
3286
  }
3262
3287
  const OohAnalytics$1 = React.forwardRef(OohAnalytics);
3263
- const Icon$1f = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3288
+ const Icon$1g = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3264
3289
  /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M13.125 13.125h-2.25v-2.25h2.25z" }),
3265
3290
  /* @__PURE__ */ jsxRuntime.jsx(
3266
3291
  "path",
@@ -3281,10 +3306,10 @@ const Icon$1f = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3281
3306
  }
3282
3307
  )
3283
3308
  ] });
3284
- const BaseSvgIcon$1f = utils.createSvgIcon(Icon$1f(), "Opacity");
3309
+ const BaseSvgIcon$1g = utils.createSvgIcon(Icon$1g(), "Opacity");
3285
3310
  function Opacity({ width, height, sx, ...props }, ref) {
3286
3311
  return /* @__PURE__ */ jsxRuntime.jsx(
3287
- BaseSvgIcon$1f,
3312
+ BaseSvgIcon$1g,
3288
3313
  {
3289
3314
  ref,
3290
3315
  viewBox: "0 0 24 24",
@@ -3298,7 +3323,7 @@ function Opacity({ width, height, sx, ...props }, ref) {
3298
3323
  );
3299
3324
  }
3300
3325
  const Opacity$1 = React.forwardRef(Opacity);
3301
- const Icon$1e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3326
+ const Icon$1f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3302
3327
  "path",
3303
3328
  {
3304
3329
  fill: "currentColor",
@@ -3307,10 +3332,10 @@ const Icon$1e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
3307
3332
  clipRule: "evenodd"
3308
3333
  }
3309
3334
  ) });
3310
- const BaseSvgIcon$1e = utils.createSvgIcon(Icon$1e(), "OpenDiagonallyLeft");
3335
+ const BaseSvgIcon$1f = utils.createSvgIcon(Icon$1f(), "OpenDiagonallyLeft");
3311
3336
  function OpenDiagonallyLeft({ width, height, sx, ...props }, ref) {
3312
3337
  return /* @__PURE__ */ jsxRuntime.jsx(
3313
- BaseSvgIcon$1e,
3338
+ BaseSvgIcon$1f,
3314
3339
  {
3315
3340
  ref,
3316
3341
  viewBox: "0 0 24 24",
@@ -3324,6 +3349,32 @@ function OpenDiagonallyLeft({ width, height, sx, ...props }, ref) {
3324
3349
  );
3325
3350
  }
3326
3351
  const OpenDiagonallyLeft$1 = React.forwardRef(OpenDiagonallyLeft);
3352
+ const Icon$1e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3353
+ "path",
3354
+ {
3355
+ fill: "currentColor",
3356
+ fillRule: "evenodd",
3357
+ 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",
3358
+ clipRule: "evenodd"
3359
+ }
3360
+ ) });
3361
+ const BaseSvgIcon$1e = utils.createSvgIcon(Icon$1e(), "OpenDiagonallyRight");
3362
+ function OpenDiagonallyRight({ width, height, sx, ...props }, ref) {
3363
+ return /* @__PURE__ */ jsxRuntime.jsx(
3364
+ BaseSvgIcon$1e,
3365
+ {
3366
+ ref,
3367
+ viewBox: "0 0 24 24",
3368
+ sx: {
3369
+ width,
3370
+ height: height || width,
3371
+ ...sx
3372
+ },
3373
+ ...props
3374
+ }
3375
+ );
3376
+ }
3377
+ const OpenDiagonallyRight$1 = React.forwardRef(OpenDiagonallyRight);
3327
3378
  const Icon$1d = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3328
3379
  "path",
3329
3380
  {
@@ -5661,8 +5712,6 @@ function WorkflowTemp({ width, height, sx, ...props }, ref) {
5661
5712
  }
5662
5713
  const WorkflowTemp$1 = React.forwardRef(WorkflowTemp);
5663
5714
  exports.ArrowDown = ArrowDown.ArrowDown;
5664
- exports.CloseDiagonallyRight = OpenDiagonallyRight.CloseDiagonallyRight;
5665
- exports.OpenDiagonallyRight = OpenDiagonallyRight.OpenDiagonallyRight;
5666
5715
  exports.Search = SwatchSquare.Search;
5667
5716
  exports.SwatchSquare = SwatchSquare.SwatchSquare;
5668
5717
  exports.AccessIn = AccessIn$1;
@@ -5690,6 +5739,7 @@ exports.CatastropheModeling = CatastropheModeling$1;
5690
5739
  exports.Center = Center$1;
5691
5740
  exports.CenterLayer = CenterLayer$1;
5692
5741
  exports.CloseDiagonallyLeft = CloseDiagonallyLeft$1;
5742
+ exports.CloseDiagonallyRight = CloseDiagonallyRight$1;
5693
5743
  exports.CloseVertically = CloseVertically$1;
5694
5744
  exports.CodeBlock = CodeBlock$1;
5695
5745
  exports.Comments = Comments$1;
@@ -5777,6 +5827,7 @@ exports.Onboarding = Onboarding$1;
5777
5827
  exports.OohAnalytics = OohAnalytics$1;
5778
5828
  exports.Opacity = Opacity$1;
5779
5829
  exports.OpenDiagonallyLeft = OpenDiagonallyLeft$1;
5830
+ exports.OpenDiagonallyRight = OpenDiagonallyRight$1;
5780
5831
  exports.OpenNewWindow = OpenNewWindow$1;
5781
5832
  exports.OpenVertically = OpenVertically$1;
5782
5833
  exports.ParameterSettings = ParameterSettings$1;