@carto/meridian-ds 2.6.1 → 2.6.2-alpha.0

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 (134) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/{Alert-DHd9hCGz.js → Alert-1A6BG2aO.js} +5 -41
  3. package/dist/{Alert-DOeOwxOe.cjs → Alert-eVzJvC47.cjs} +4 -40
  4. package/dist/{MenuItem-CYJN2OVU.cjs → MenuItem-6ZIV5V7a.cjs} +1 -1
  5. package/dist/{MenuItem-MUmADf3e.js → MenuItem-DgHhHW-j.js} +1 -1
  6. package/dist/components/index.cjs +329 -235
  7. package/dist/components/index.js +328 -234
  8. package/dist/{css-utils-CCi3p7os.cjs → css-utils-BNXxLCyb.cjs} +27 -11
  9. package/dist/{css-utils-WejOmkiI.js → css-utils-lmkjeCdF.js} +29 -13
  10. package/dist/custom-icons/index.cjs +771 -609
  11. package/dist/custom-icons/index.js +771 -609
  12. package/dist/theme/index.cjs +61 -5
  13. package/dist/theme/index.js +63 -7
  14. package/dist/types/components/Alert/Alert.d.ts.map +1 -1
  15. package/dist/types/components/AppBar/AppBar.d.ts.map +1 -1
  16. package/dist/types/components/Autocomplete/AutocompleteList/AutocompleteList.d.ts +1 -0
  17. package/dist/types/components/Autocomplete/AutocompleteList/AutocompleteList.d.ts.map +1 -1
  18. package/dist/types/components/Autocomplete/CreatableAutocomplete/CreatableAutocomplete.d.ts +1 -1
  19. package/dist/types/components/Autocomplete/CreatableAutocomplete/CreatableAutocomplete.d.ts.map +1 -1
  20. package/dist/types/components/Autocomplete/CreatableAutocomplete/CreatableAutocomplete.stories.d.ts +1 -1
  21. package/dist/types/components/Autocomplete/CreatableAutocomplete/CreatableAutocomplete.stories.d.ts.map +1 -1
  22. package/dist/types/components/Autocomplete/CreatableAutocomplete/useCreatableAutocomplete.d.ts.map +1 -1
  23. package/dist/types/components/Autocomplete/MultipleAutocomplete/MultipleAutocomplete.d.ts +1 -1
  24. package/dist/types/components/Autocomplete/MultipleAutocomplete/MultipleAutocomplete.d.ts.map +1 -1
  25. package/dist/types/components/Autocomplete/MultipleAutocomplete/MultipleAutocomplete.stories.d.ts +1 -1
  26. package/dist/types/components/Autocomplete/MultipleAutocomplete/MultipleAutocomplete.stories.d.ts.map +1 -1
  27. package/dist/types/components/Autocomplete/MultipleAutocomplete/useMultipleAutocomplete.d.ts.map +1 -1
  28. package/dist/types/components/Autocomplete/types.d.ts +13 -1
  29. package/dist/types/components/Autocomplete/types.d.ts.map +1 -1
  30. package/dist/types/components/Avatar/Avatar.d.ts +0 -2
  31. package/dist/types/components/Avatar/Avatar.d.ts.map +1 -1
  32. package/dist/types/components/CodeArea/CodeAreaDialog/CodeAreaDialog.d.ts +7 -1
  33. package/dist/types/components/CodeArea/CodeAreaDialog/CodeAreaDialog.d.ts.map +1 -1
  34. package/dist/types/components/CodeArea/CodeAreaDialog/components/CodeAreaDialogConfirmation.d.ts +5 -1
  35. package/dist/types/components/CodeArea/CodeAreaDialog/components/CodeAreaDialogConfirmation.d.ts.map +1 -1
  36. package/dist/types/components/CodeArea/CodeAreaFooter/CodeAreaFooter.d.ts +3 -1
  37. package/dist/types/components/CodeArea/CodeAreaFooter/CodeAreaFooter.d.ts.map +1 -1
  38. package/dist/types/components/CodeArea/CodeAreaHeader/CodeAreaHeader.d.ts +5 -1
  39. package/dist/types/components/CodeArea/CodeAreaHeader/CodeAreaHeader.d.ts.map +1 -1
  40. package/dist/types/components/CopiableComponent/CopiableComponent.d.ts.map +1 -1
  41. package/dist/types/components/CopiableComponent/CopiableComponent.stories.d.ts +3 -0
  42. package/dist/types/components/CopiableComponent/CopiableComponent.stories.d.ts.map +1 -1
  43. package/dist/types/components/CopiableComponent/types.d.ts +8 -1
  44. package/dist/types/components/CopiableComponent/types.d.ts.map +1 -1
  45. package/dist/types/components/CopiableInputText/CopiableInputText.d.ts +9 -3
  46. package/dist/types/components/CopiableInputText/CopiableInputText.d.ts.map +1 -1
  47. package/dist/types/components/CopiableInputText/CopiableInputText.stories.d.ts +28 -3
  48. package/dist/types/components/CopiableInputText/CopiableInputText.stories.d.ts.map +1 -1
  49. package/dist/types/components/CopiableInputText/types.d.ts +4 -1
  50. package/dist/types/components/CopiableInputText/types.d.ts.map +1 -1
  51. package/dist/types/components/DatePickers/DatePicker/DatePicker.d.ts +1 -1
  52. package/dist/types/components/DatePickers/DatePicker/DatePicker.d.ts.map +1 -1
  53. package/dist/types/components/DatePickers/DatePicker/DatePicker.stories.d.ts +3 -0
  54. package/dist/types/components/DatePickers/DatePicker/DatePicker.stories.d.ts.map +1 -1
  55. package/dist/types/components/DatePickers/DateRangePicker/DateRangePicker.d.ts +1 -1
  56. package/dist/types/components/DatePickers/DateRangePicker/DateRangePicker.d.ts.map +1 -1
  57. package/dist/types/components/DatePickers/DateRangePicker/DateRangePicker.stories.d.ts +3 -0
  58. package/dist/types/components/DatePickers/DateRangePicker/DateRangePicker.stories.d.ts.map +1 -1
  59. package/dist/types/components/DatePickers/DateTimePicker/DateTimePicker.d.ts +1 -1
  60. package/dist/types/components/DatePickers/DateTimePicker/DateTimePicker.d.ts.map +1 -1
  61. package/dist/types/components/DatePickers/DateTimePicker/DateTimePicker.stories.d.ts +3 -0
  62. package/dist/types/components/DatePickers/DateTimePicker/DateTimePicker.stories.d.ts.map +1 -1
  63. package/dist/types/components/DatePickers/TimePicker/TimePicker.d.ts +1 -1
  64. package/dist/types/components/DatePickers/TimePicker/TimePicker.d.ts.map +1 -1
  65. package/dist/types/components/DatePickers/TimePicker/TimePicker.stories.d.ts +3 -0
  66. package/dist/types/components/DatePickers/TimePicker/TimePicker.stories.d.ts.map +1 -1
  67. package/dist/types/components/DatePickers/types.d.ts +7 -0
  68. package/dist/types/components/DatePickers/types.d.ts.map +1 -1
  69. package/dist/types/components/Dialog/Dialog/Dialog.stories.d.ts +48 -0
  70. package/dist/types/components/Dialog/Dialog/Dialog.stories.d.ts.map +1 -1
  71. package/dist/types/components/Dialog/DialogContent/DialogContent.d.ts.map +1 -1
  72. package/dist/types/components/Dialog/DialogContent/DialogContent.test.d.ts +2 -0
  73. package/dist/types/components/Dialog/DialogContent/DialogContent.test.d.ts.map +1 -0
  74. package/dist/types/components/Dialog/DialogHeader/DialogHeader.d.ts +1 -1
  75. package/dist/types/components/Dialog/DialogHeader/DialogHeader.d.ts.map +1 -1
  76. package/dist/types/components/Dialog/DialogHeader/DialogHeader.stories.d.ts +14 -0
  77. package/dist/types/components/Dialog/DialogHeader/DialogHeader.stories.d.ts.map +1 -1
  78. package/dist/types/components/Dialog/types.d.ts +6 -0
  79. package/dist/types/components/Dialog/types.d.ts.map +1 -1
  80. package/dist/types/components/FilterDropdown/FilterDropdown.d.ts +1 -1
  81. package/dist/types/components/FilterDropdown/FilterDropdown.d.ts.map +1 -1
  82. package/dist/types/components/FilterDropdown/FilterDropdown.stories.d.ts +48 -0
  83. package/dist/types/components/FilterDropdown/FilterDropdown.stories.d.ts.map +1 -1
  84. package/dist/types/components/FilterDropdown/types.d.ts +8 -0
  85. package/dist/types/components/FilterDropdown/types.d.ts.map +1 -1
  86. package/dist/types/components/Menu/MenuItemFilter/MenuItemFilter.d.ts.map +1 -1
  87. package/dist/types/components/Menu/types.d.ts +1 -0
  88. package/dist/types/components/Menu/types.d.ts.map +1 -1
  89. package/dist/types/components/PasswordField/PasswordField.d.ts +10 -1
  90. package/dist/types/components/PasswordField/PasswordField.d.ts.map +1 -1
  91. package/dist/types/components/PasswordField/PasswordField.stories.d.ts +10 -1
  92. package/dist/types/components/PasswordField/PasswordField.stories.d.ts.map +1 -1
  93. package/dist/types/components/SelectField/MultipleSelectField/MultipleSelectField.d.ts.map +1 -1
  94. package/dist/types/components/SelectField/MultipleSelectField/MultipleSelectField.stories.d.ts +22 -2
  95. package/dist/types/components/SelectField/MultipleSelectField/MultipleSelectField.stories.d.ts.map +1 -1
  96. package/dist/types/components/SelectField/types.d.ts +4 -0
  97. package/dist/types/components/SelectField/types.d.ts.map +1 -1
  98. package/dist/types/components/Snackbar/Snackbar.d.ts +2 -1
  99. package/dist/types/components/Snackbar/Snackbar.d.ts.map +1 -1
  100. package/dist/types/components/Snackbar/Snackbar.stories.d.ts +15 -0
  101. package/dist/types/components/Snackbar/Snackbar.stories.d.ts.map +1 -1
  102. package/dist/types/components/TablePaginationActions/TablePaginationActions.d.ts +3 -0
  103. package/dist/types/components/TablePaginationActions/TablePaginationActions.d.ts.map +1 -1
  104. package/dist/types/components/UploadField/useFileUpload.d.ts +4 -1
  105. package/dist/types/components/UploadField/useFileUpload.d.ts.map +1 -1
  106. package/dist/types/custom-icons/ApiAccessToken.d.ts +4 -0
  107. package/dist/types/custom-icons/ApiAccessToken.d.ts.map +1 -0
  108. package/dist/types/custom-icons/ApiBaseUrl.d.ts +4 -0
  109. package/dist/types/custom-icons/ApiBaseUrl.d.ts.map +1 -0
  110. package/dist/types/custom-icons/AppCredentials.d.ts +4 -0
  111. package/dist/types/custom-icons/AppCredentials.d.ts.map +1 -0
  112. package/dist/types/custom-icons/M2mOauthClient.d.ts +4 -0
  113. package/dist/types/custom-icons/M2mOauthClient.d.ts.map +1 -0
  114. package/dist/types/custom-icons/SpaOauthClient.d.ts +4 -0
  115. package/dist/types/custom-icons/SpaOauthClient.d.ts.map +1 -0
  116. package/dist/types/custom-icons/WorkflowApiEndpoint.d.ts +4 -0
  117. package/dist/types/custom-icons/WorkflowApiEndpoint.d.ts.map +1 -0
  118. package/dist/types/custom-icons/index.d.ts +6 -0
  119. package/dist/types/custom-icons/index.d.ts.map +1 -1
  120. package/dist/types/theme/components/data-display.d.ts.map +1 -1
  121. package/dist/types/theme/components/feedback.d.ts.map +1 -1
  122. package/dist/types/theme/types.d.ts +11 -0
  123. package/dist/types/theme/types.d.ts.map +1 -1
  124. package/dist/types/utils/useTranslationWithFallback.d.ts +39 -0
  125. package/dist/types/utils/useTranslationWithFallback.d.ts.map +1 -0
  126. package/dist/types/utils/useTranslationWithFallback.test.d.ts +2 -0
  127. package/dist/types/utils/useTranslationWithFallback.test.d.ts.map +1 -0
  128. package/dist/widgets/index.cjs +2 -2
  129. package/dist/widgets/index.js +2 -2
  130. package/package.json +3 -2
  131. package/dist/types/utils/useTranslationFallback.d.ts +0 -20
  132. package/dist/types/utils/useTranslationFallback.d.ts.map +0 -1
  133. package/dist/types/utils/useTranslationFallback.test.d.ts +0 -2
  134. package/dist/types/utils/useTranslationFallback.test.d.ts.map +0 -1
@@ -4,7 +4,7 @@ import { createSvgIcon } from "@mui/material";
4
4
  import { A } from "../ArrowDown-d6bxUL0F.js";
5
5
  import { A as A2, C, O } from "../OpenDiagonallyRight-CGdCEXlF.js";
6
6
  import { S, a } from "../SwatchSquare-CaaLsjAC.js";
7
- const Icon$3b = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
7
+ const Icon$3h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
8
8
  "path",
9
9
  {
10
10
  fill: "currentColor",
@@ -13,10 +13,10 @@ const Icon$3b = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
13
13
  clipRule: "evenodd"
14
14
  }
15
15
  ) });
16
- const BaseSvgIcon$3b = createSvgIcon(Icon$3b(), "AccessIn");
16
+ const BaseSvgIcon$3h = createSvgIcon(Icon$3h(), "AccessIn");
17
17
  function AccessIn({ width, height, sx, ...props }, ref) {
18
18
  return /* @__PURE__ */ jsx(
19
- BaseSvgIcon$3b,
19
+ BaseSvgIcon$3h,
20
20
  {
21
21
  ref,
22
22
  viewBox: "0 0 24 24",
@@ -30,17 +30,17 @@ function AccessIn({ width, height, sx, ...props }, ref) {
30
30
  );
31
31
  }
32
32
  const AccessIn$1 = forwardRef(AccessIn);
33
- const Icon$3a = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
33
+ const Icon$3g = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
34
34
  "path",
35
35
  {
36
36
  fill: "currentColor",
37
37
  d: "M4 8h4V4H4zM10 20h4v-4h-4zM8 20H4v-4h4zM4 14h4v-4H4zM14 14h-4v-4h4zM14 8h-4V4h4zM16 14h4v-4h-4zM20 20h-4v-4h4zM21 0h-2v3h-3v2h3v3h2V5h3V3h-3z"
38
38
  }
39
39
  ) });
40
- const BaseSvgIcon$3a = createSvgIcon(Icon$3a(), "AddApp");
40
+ const BaseSvgIcon$3g = createSvgIcon(Icon$3g(), "AddApp");
41
41
  function AddApp({ width, height, sx, ...props }, ref) {
42
42
  return /* @__PURE__ */ jsx(
43
- BaseSvgIcon$3a,
43
+ BaseSvgIcon$3g,
44
44
  {
45
45
  ref,
46
46
  viewBox: "0 0 24 24",
@@ -54,7 +54,7 @@ function AddApp({ width, height, sx, ...props }, ref) {
54
54
  );
55
55
  }
56
56
  const AddApp$1 = forwardRef(AddApp);
57
- const Icon$39 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
57
+ const Icon$3f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
58
58
  "path",
59
59
  {
60
60
  fill: "currentColor",
@@ -63,10 +63,10 @@ const Icon$39 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
63
63
  clipRule: "evenodd"
64
64
  }
65
65
  ) });
66
- const BaseSvgIcon$39 = createSvgIcon(Icon$39(), "AddSection");
66
+ const BaseSvgIcon$3f = createSvgIcon(Icon$3f(), "AddSection");
67
67
  function AddSection({ width, height, sx, ...props }, ref) {
68
68
  return /* @__PURE__ */ jsx(
69
- BaseSvgIcon$39,
69
+ BaseSvgIcon$3f,
70
70
  {
71
71
  ref,
72
72
  viewBox: "0 0 24 24",
@@ -80,17 +80,17 @@ function AddSection({ width, height, sx, ...props }, ref) {
80
80
  );
81
81
  }
82
82
  const AddSection$1 = forwardRef(AddSection);
83
- const Icon$38 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
83
+ const Icon$3e = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
84
84
  "path",
85
85
  {
86
86
  fill: "currentColor",
87
87
  d: "M3 7v2h10V7zm4 6v2H3v2h4v2h2v-6zm14 4v-2H11v2zm-6-6h2V9h4V7h-4V5h-2z"
88
88
  }
89
89
  ) });
90
- const BaseSvgIcon$38 = createSvgIcon(Icon$38(), "AdvancedSettings");
90
+ const BaseSvgIcon$3e = createSvgIcon(Icon$3e(), "AdvancedSettings");
91
91
  function AdvancedSettings({ width, height, sx, ...props }, ref) {
92
92
  return /* @__PURE__ */ jsx(
93
- BaseSvgIcon$38,
93
+ BaseSvgIcon$3e,
94
94
  {
95
95
  ref,
96
96
  viewBox: "0 0 24 24",
@@ -104,7 +104,7 @@ function AdvancedSettings({ width, height, sx, ...props }, ref) {
104
104
  );
105
105
  }
106
106
  const AdvancedSettings$1 = forwardRef(AdvancedSettings);
107
- const Icon$37 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
107
+ const Icon$3d = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
108
108
  /* @__PURE__ */ jsx(
109
109
  "path",
110
110
  {
@@ -136,10 +136,10 @@ const Icon$37 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
136
136
  }
137
137
  )
138
138
  ] });
139
- const BaseSvgIcon$37 = createSvgIcon(Icon$37(), "AiAgent");
139
+ const BaseSvgIcon$3d = createSvgIcon(Icon$3d(), "AiAgent");
140
140
  function AiAgent({ width, height, sx, ...props }, ref) {
141
141
  return /* @__PURE__ */ jsx(
142
- BaseSvgIcon$37,
142
+ BaseSvgIcon$3d,
143
143
  {
144
144
  ref,
145
145
  viewBox: "0 0 24 24",
@@ -153,7 +153,7 @@ function AiAgent({ width, height, sx, ...props }, ref) {
153
153
  );
154
154
  }
155
155
  const AiAgent$1 = forwardRef(AiAgent);
156
- const Icon$36 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
156
+ const Icon$3c = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
157
157
  /* @__PURE__ */ jsx(
158
158
  "path",
159
159
  {
@@ -171,10 +171,10 @@ const Icon$36 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
171
171
  }
172
172
  )
173
173
  ] });
174
- const BaseSvgIcon$36 = createSvgIcon(Icon$36(), "AiGeneratedObject");
174
+ const BaseSvgIcon$3c = createSvgIcon(Icon$3c(), "AiGeneratedObject");
175
175
  function AiGeneratedObject({ width, height, sx, ...props }, ref) {
176
176
  return /* @__PURE__ */ jsx(
177
- BaseSvgIcon$36,
177
+ BaseSvgIcon$3c,
178
178
  {
179
179
  ref,
180
180
  viewBox: "0 0 24 24",
@@ -188,7 +188,7 @@ function AiGeneratedObject({ width, height, sx, ...props }, ref) {
188
188
  );
189
189
  }
190
190
  const AiGeneratedObject$1 = forwardRef(AiGeneratedObject);
191
- const Icon$35 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
191
+ const Icon$3b = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
192
192
  /* @__PURE__ */ jsx(
193
193
  "path",
194
194
  {
@@ -229,10 +229,10 @@ const Icon$35 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
229
229
  }
230
230
  )
231
231
  ] });
232
- const BaseSvgIcon$35 = createSvgIcon(Icon$35(), "AiTool");
232
+ const BaseSvgIcon$3b = createSvgIcon(Icon$3b(), "AiTool");
233
233
  function AiTool({ width, height, sx, ...props }, ref) {
234
234
  return /* @__PURE__ */ jsx(
235
- BaseSvgIcon$35,
235
+ BaseSvgIcon$3b,
236
236
  {
237
237
  ref,
238
238
  viewBox: "0 0 24 24",
@@ -246,7 +246,7 @@ function AiTool({ width, height, sx, ...props }, ref) {
246
246
  );
247
247
  }
248
248
  const AiTool$1 = forwardRef(AiTool);
249
- const Icon$34 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
249
+ const Icon$3a = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
250
250
  /* @__PURE__ */ jsx(
251
251
  "path",
252
252
  {
@@ -266,10 +266,10 @@ const Icon$34 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
266
266
  }
267
267
  )
268
268
  ] });
269
- const BaseSvgIcon$34 = createSvgIcon(Icon$34(), "Annotation");
269
+ const BaseSvgIcon$3a = createSvgIcon(Icon$3a(), "Annotation");
270
270
  function Annotation({ width, height, sx, ...props }, ref) {
271
271
  return /* @__PURE__ */ jsx(
272
- BaseSvgIcon$34,
272
+ BaseSvgIcon$3a,
273
273
  {
274
274
  ref,
275
275
  viewBox: "0 0 24 24",
@@ -283,7 +283,59 @@ function Annotation({ width, height, sx, ...props }, ref) {
283
283
  );
284
284
  }
285
285
  const Annotation$1 = forwardRef(Annotation);
286
- const Icon$33 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
286
+ const Icon$39 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
287
+ "path",
288
+ {
289
+ fill: "currentColor",
290
+ fillRule: "evenodd",
291
+ d: "M4.2 4.2h15.6V21a1.2 1.2 0 0 0 1.2-1.2V4.2A1.2 1.2 0 0 0 19.8 3H4.2A1.2 1.2 0 0 0 3 4.2v15.6A1.2 1.2 0 0 0 4.2 21h6v-1.2h-6zM9.545 15a2.82 2.82 0 0 1-2.086-.875Q6.6 13.25 6.6 12q0-1.25.86-2.125A2.82 2.82 0 0 1 9.544 9q.81 0 1.486.412.675.413 1.067 1.088H17.4v3h-.982V15h-2.945v-1.5h-1.375q-.393.675-1.068 1.088-.674.412-1.485.412m0-1q.81 0 1.301-.506.491-.507.59-.994h3.018V14h.982v-1.5h.982v-1h-4.982q-.099-.487-.59-.994-.49-.506-1.3-.506t-1.387.588A1.94 1.94 0 0 0 7.582 12q0 .825.577 1.412.576.588 1.386.588m0-1q.406 0 .694-.294a.97.97 0 0 0 .288-.706.97.97 0 0 0-.288-.706.94.94 0 0 0-.694-.294.94.94 0 0 0-.693.294.97.97 0 0 0-.288.706q0 .412.288.706a.94.94 0 0 0 .693.294m4.834 8.5-.851.876-2.128-2.188L13.528 18l.85.875-1.276 1.313zm1.143 0 1.276-1.312-1.276-1.313.85-.875 2.128 2.188-2.127 2.188z",
292
+ clipRule: "evenodd"
293
+ }
294
+ ) });
295
+ const BaseSvgIcon$39 = createSvgIcon(Icon$39(), "ApiAccessToken");
296
+ function ApiAccessToken({ width, height, sx, ...props }, ref) {
297
+ return /* @__PURE__ */ jsx(
298
+ BaseSvgIcon$39,
299
+ {
300
+ ref,
301
+ viewBox: "0 0 24 24",
302
+ sx: {
303
+ width,
304
+ height: height || width,
305
+ ...sx
306
+ },
307
+ ...props
308
+ }
309
+ );
310
+ }
311
+ const ApiAccessToken$1 = forwardRef(ApiAccessToken);
312
+ const Icon$38 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
313
+ "path",
314
+ {
315
+ fill: "currentColor",
316
+ fillRule: "evenodd",
317
+ d: "M4.2 4.2h15.6V21a1.2 1.2 0 0 0 1.2-1.2V4.2A1.2 1.2 0 0 0 19.8 3H4.2A1.2 1.2 0 0 0 3 4.2v15.6A1.2 1.2 0 0 0 4.2 21h6v-1.2h-6zm2.657 5.4c-.473 0-.857.403-.857.9V15h1.286v-1.8H9V15h1.286v-4.5c0-.497-.384-.9-.857-.9zM9 11.85H7.286v-.9H9zm5.571-2.25h-3.428V15h1.286v-1.8h2.142c.472 0 .858-.405.858-.9v-1.8c0-.495-.386-.9-.858-.9m-2.142 1.35h1.714v.9h-1.714zM18 9.6h-1.714V15H18zm-3.621 11.9-.851.876-2.128-2.188L13.528 18l.85.875-1.276 1.313zm1.143 0 1.276-1.312-1.276-1.313.85-.875 2.128 2.188-2.127 2.188z",
318
+ clipRule: "evenodd"
319
+ }
320
+ ) });
321
+ const BaseSvgIcon$38 = createSvgIcon(Icon$38(), "ApiBaseUrl");
322
+ function ApiBaseUrl({ width, height, sx, ...props }, ref) {
323
+ return /* @__PURE__ */ jsx(
324
+ BaseSvgIcon$38,
325
+ {
326
+ ref,
327
+ viewBox: "0 0 24 24",
328
+ sx: {
329
+ width,
330
+ height: height || width,
331
+ ...sx
332
+ },
333
+ ...props
334
+ }
335
+ );
336
+ }
337
+ const ApiBaseUrl$1 = forwardRef(ApiBaseUrl);
338
+ const Icon$37 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
287
339
  /* @__PURE__ */ jsx(
288
340
  "path",
289
341
  {
@@ -308,10 +360,10 @@ const Icon$33 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
308
360
  }
309
361
  )
310
362
  ] });
311
- const BaseSvgIcon$33 = createSvgIcon(Icon$33(), "ApiCall");
363
+ const BaseSvgIcon$37 = createSvgIcon(Icon$37(), "ApiCall");
312
364
  function ApiCall({ width, height, sx, ...props }, ref) {
313
365
  return /* @__PURE__ */ jsx(
314
- BaseSvgIcon$33,
366
+ BaseSvgIcon$37,
315
367
  {
316
368
  ref,
317
369
  viewBox: "0 0 24 24",
@@ -325,7 +377,33 @@ function ApiCall({ width, height, sx, ...props }, ref) {
325
377
  );
326
378
  }
327
379
  const ApiCall$1 = forwardRef(ApiCall);
328
- const Icon$32 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
380
+ const Icon$36 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
381
+ "path",
382
+ {
383
+ fill: "currentColor",
384
+ fillRule: "evenodd",
385
+ d: "M4.2 4.2h15.6V21a1.2 1.2 0 0 0 1.2-1.2V4.2A1.2 1.2 0 0 0 19.8 3H4.2A1.2 1.2 0 0 0 3 4.2v15.6A1.2 1.2 0 0 0 4.2 21h6v-1.2h-6zm9.328 18.176.85-.875-1.276-1.313 1.277-1.313-.851-.875-2.128 2.188zm3.27-2.188L15.522 21.5l.85.875 2.128-2.188L16.374 18l-.851.875zM14.25 9.825h.45c.495 0 .9.405.9.9v4.5c0 .495-.405.9-.9.9H9.3a.903.903 0 0 1-.9-.9v-4.5c0-.495.405-.9.9-.9h.45v-.9a2.25 2.25 0 0 1 4.5 0zM12 7.575c-.747 0-1.35.603-1.35 1.35v.9h2.7v-.9c0-.747-.603-1.35-1.35-1.35m-2.7 3.15v4.5h5.4v-4.5zm3.6 2.25c0 .495-.405.9-.9.9a.903.903 0 0 1-.9-.9c0-.495.405-.9.9-.9s.9.405.9.9",
386
+ clipRule: "evenodd"
387
+ }
388
+ ) });
389
+ const BaseSvgIcon$36 = createSvgIcon(Icon$36(), "AppCredentials");
390
+ function AppCredentials({ width, height, sx, ...props }, ref) {
391
+ return /* @__PURE__ */ jsx(
392
+ BaseSvgIcon$36,
393
+ {
394
+ ref,
395
+ viewBox: "0 0 24 24",
396
+ sx: {
397
+ width,
398
+ height: height || width,
399
+ ...sx
400
+ },
401
+ ...props
402
+ }
403
+ );
404
+ }
405
+ const AppCredentials$1 = forwardRef(AppCredentials);
406
+ const Icon$35 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
329
407
  "path",
330
408
  {
331
409
  fill: "currentColor",
@@ -334,10 +412,10 @@ const Icon$32 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
334
412
  clipRule: "evenodd"
335
413
  }
336
414
  ) });
337
- const BaseSvgIcon$32 = createSvgIcon(Icon$32(), "ArrowLeft");
415
+ const BaseSvgIcon$35 = createSvgIcon(Icon$35(), "ArrowLeft");
338
416
  function ArrowLeft({ width, height, sx, ...props }, ref) {
339
417
  return /* @__PURE__ */ jsx(
340
- BaseSvgIcon$32,
418
+ BaseSvgIcon$35,
341
419
  {
342
420
  ref,
343
421
  viewBox: "0 0 24 24",
@@ -351,7 +429,7 @@ function ArrowLeft({ width, height, sx, ...props }, ref) {
351
429
  );
352
430
  }
353
431
  const ArrowLeft$1 = forwardRef(ArrowLeft);
354
- const Icon$31 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
432
+ const Icon$34 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
355
433
  "path",
356
434
  {
357
435
  fill: "currentColor",
@@ -360,10 +438,10 @@ const Icon$31 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
360
438
  clipRule: "evenodd"
361
439
  }
362
440
  ) });
363
- const BaseSvgIcon$31 = createSvgIcon(Icon$31(), "ArrowRight");
441
+ const BaseSvgIcon$34 = createSvgIcon(Icon$34(), "ArrowRight");
364
442
  function ArrowRight({ width, height, sx, ...props }, ref) {
365
443
  return /* @__PURE__ */ jsx(
366
- BaseSvgIcon$31,
444
+ BaseSvgIcon$34,
367
445
  {
368
446
  ref,
369
447
  viewBox: "0 0 24 24",
@@ -377,7 +455,7 @@ function ArrowRight({ width, height, sx, ...props }, ref) {
377
455
  );
378
456
  }
379
457
  const ArrowRight$1 = forwardRef(ArrowRight);
380
- const Icon$30 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
458
+ const Icon$33 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
381
459
  /* @__PURE__ */ jsx(
382
460
  "path",
383
461
  {
@@ -402,10 +480,10 @@ const Icon$30 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
402
480
  }
403
481
  )
404
482
  ] });
405
- const BaseSvgIcon$30 = createSvgIcon(Icon$30(), "AsynchronousWait");
483
+ const BaseSvgIcon$33 = createSvgIcon(Icon$33(), "AsynchronousWait");
406
484
  function AsynchronousWait({ width, height, sx, ...props }, ref) {
407
485
  return /* @__PURE__ */ jsx(
408
- BaseSvgIcon$30,
486
+ BaseSvgIcon$33,
409
487
  {
410
488
  ref,
411
489
  viewBox: "0 0 24 24",
@@ -419,7 +497,7 @@ function AsynchronousWait({ width, height, sx, ...props }, ref) {
419
497
  );
420
498
  }
421
499
  const AsynchronousWait$1 = forwardRef(AsynchronousWait);
422
- const Icon$2$ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
500
+ const Icon$32 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
423
501
  /* @__PURE__ */ jsx(
424
502
  "path",
425
503
  {
@@ -439,10 +517,10 @@ const Icon$2$ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
439
517
  }
440
518
  )
441
519
  ] });
442
- const BaseSvgIcon$2$ = createSvgIcon(Icon$2$(), "Autostyle");
520
+ const BaseSvgIcon$32 = createSvgIcon(Icon$32(), "Autostyle");
443
521
  function Autostyle({ width, height, sx, ...props }, ref) {
444
522
  return /* @__PURE__ */ jsx(
445
- BaseSvgIcon$2$,
523
+ BaseSvgIcon$32,
446
524
  {
447
525
  ref,
448
526
  viewBox: "0 0 24 24",
@@ -456,7 +534,7 @@ function Autostyle({ width, height, sx, ...props }, ref) {
456
534
  );
457
535
  }
458
536
  const Autostyle$1 = forwardRef(Autostyle);
459
- const Icon$2_ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
537
+ const Icon$31 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
460
538
  /* @__PURE__ */ jsx(
461
539
  "path",
462
540
  {
@@ -474,10 +552,10 @@ const Icon$2_ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
474
552
  }
475
553
  )
476
554
  ] });
477
- const BaseSvgIcon$2_ = createSvgIcon(Icon$2_(), "Avg");
555
+ const BaseSvgIcon$31 = createSvgIcon(Icon$31(), "Avg");
478
556
  function Avg({ width, height, sx, ...props }, ref) {
479
557
  return /* @__PURE__ */ jsx(
480
- BaseSvgIcon$2_,
558
+ BaseSvgIcon$31,
481
559
  {
482
560
  ref,
483
561
  viewBox: "0 0 24 24",
@@ -491,7 +569,7 @@ function Avg({ width, height, sx, ...props }, ref) {
491
569
  );
492
570
  }
493
571
  const Avg$1 = forwardRef(Avg);
494
- const Icon$2Z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
572
+ const Icon$30 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
495
573
  "path",
496
574
  {
497
575
  fill: "currentColor",
@@ -500,10 +578,10 @@ const Icon$2Z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
500
578
  clipRule: "evenodd"
501
579
  }
502
580
  ) });
503
- const BaseSvgIcon$2Z = createSvgIcon(Icon$2Z(), "Behavioral");
581
+ const BaseSvgIcon$30 = createSvgIcon(Icon$30(), "Behavioral");
504
582
  function Behavioral({ width, height, sx, ...props }, ref) {
505
583
  return /* @__PURE__ */ jsx(
506
- BaseSvgIcon$2Z,
584
+ BaseSvgIcon$30,
507
585
  {
508
586
  ref,
509
587
  viewBox: "0 0 24 24",
@@ -517,7 +595,7 @@ function Behavioral({ width, height, sx, ...props }, ref) {
517
595
  );
518
596
  }
519
597
  const Behavioral$1 = forwardRef(Behavioral);
520
- const Icon$2Y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
598
+ const Icon$2$ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
521
599
  /* @__PURE__ */ jsx(
522
600
  "path",
523
601
  {
@@ -535,10 +613,10 @@ const Icon$2Y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
535
613
  }
536
614
  )
537
615
  ] });
538
- const BaseSvgIcon$2Y = createSvgIcon(Icon$2Y(), "Bigquery");
616
+ const BaseSvgIcon$2$ = createSvgIcon(Icon$2$(), "Bigquery");
539
617
  function Bigquery({ width, height, sx, ...props }, ref) {
540
618
  return /* @__PURE__ */ jsx(
541
- BaseSvgIcon$2Y,
619
+ BaseSvgIcon$2$,
542
620
  {
543
621
  ref,
544
622
  viewBox: "0 0 24 24",
@@ -552,7 +630,7 @@ function Bigquery({ width, height, sx, ...props }, ref) {
552
630
  );
553
631
  }
554
632
  const Bigquery$1 = forwardRef(Bigquery);
555
- const Icon$2X = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
633
+ const Icon$2_ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
556
634
  "path",
557
635
  {
558
636
  fill: "currentColor",
@@ -561,10 +639,10 @@ const Icon$2X = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
561
639
  clipRule: "evenodd"
562
640
  }
563
641
  ) });
564
- const BaseSvgIcon$2X = createSvgIcon(Icon$2X(), "Blending");
642
+ const BaseSvgIcon$2_ = createSvgIcon(Icon$2_(), "Blending");
565
643
  function Blending({ width, height, sx, ...props }, ref) {
566
644
  return /* @__PURE__ */ jsx(
567
- BaseSvgIcon$2X,
645
+ BaseSvgIcon$2_,
568
646
  {
569
647
  ref,
570
648
  viewBox: "0 0 24 24",
@@ -578,7 +656,7 @@ function Blending({ width, height, sx, ...props }, ref) {
578
656
  );
579
657
  }
580
658
  const Blending$1 = forwardRef(Blending);
581
- const Icon$2W = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
659
+ const Icon$2Z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
582
660
  "path",
583
661
  {
584
662
  fill: "currentColor",
@@ -587,10 +665,10 @@ const Icon$2W = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
587
665
  clipRule: "evenodd"
588
666
  }
589
667
  ) });
590
- const BaseSvgIcon$2W = createSvgIcon(Icon$2W(), "BlockLabel");
668
+ const BaseSvgIcon$2Z = createSvgIcon(Icon$2Z(), "BlockLabel");
591
669
  function BlockLabel({ width, height, sx, ...props }, ref) {
592
670
  return /* @__PURE__ */ jsx(
593
- BaseSvgIcon$2W,
671
+ BaseSvgIcon$2Z,
594
672
  {
595
673
  ref,
596
674
  viewBox: "0 0 24 24",
@@ -604,7 +682,7 @@ function BlockLabel({ width, height, sx, ...props }, ref) {
604
682
  );
605
683
  }
606
684
  const BlockLabel$1 = forwardRef(BlockLabel);
607
- const Icon$2V = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
685
+ const Icon$2Y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
608
686
  /* @__PURE__ */ jsx(
609
687
  "path",
610
688
  {
@@ -622,10 +700,10 @@ const Icon$2V = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
622
700
  }
623
701
  )
624
702
  ] });
625
- const BaseSvgIcon$2V = createSvgIcon(Icon$2V(), "BlockLabelOff");
703
+ const BaseSvgIcon$2Y = createSvgIcon(Icon$2Y(), "BlockLabelOff");
626
704
  function BlockLabelOff({ width, height, sx, ...props }, ref) {
627
705
  return /* @__PURE__ */ jsx(
628
- BaseSvgIcon$2V,
706
+ BaseSvgIcon$2Y,
629
707
  {
630
708
  ref,
631
709
  viewBox: "0 0 24 24",
@@ -639,17 +717,17 @@ function BlockLabelOff({ width, height, sx, ...props }, ref) {
639
717
  );
640
718
  }
641
719
  const BlockLabelOff$1 = forwardRef(BlockLabelOff);
642
- const Icon$2U = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
720
+ const Icon$2X = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
643
721
  "path",
644
722
  {
645
723
  fill: "currentColor",
646
724
  d: "M18 18v-2H6v2zM7.41 5.59 12 10.18l4.59-4.59L18 7l-6 6-6-6z"
647
725
  }
648
726
  ) });
649
- const BaseSvgIcon$2U = createSvgIcon(Icon$2U(), "BottomRow");
727
+ const BaseSvgIcon$2X = createSvgIcon(Icon$2X(), "BottomRow");
650
728
  function BottomRow({ width, height, sx, ...props }, ref) {
651
729
  return /* @__PURE__ */ jsx(
652
- BaseSvgIcon$2U,
730
+ BaseSvgIcon$2X,
653
731
  {
654
732
  ref,
655
733
  viewBox: "0 0 24 24",
@@ -663,7 +741,7 @@ function BottomRow({ width, height, sx, ...props }, ref) {
663
741
  );
664
742
  }
665
743
  const BottomRow$1 = forwardRef(BottomRow);
666
- const Icon$2T = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
744
+ const Icon$2W = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
667
745
  "path",
668
746
  {
669
747
  fill: "currentColor",
@@ -672,10 +750,10 @@ const Icon$2T = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
672
750
  clipRule: "evenodd"
673
751
  }
674
752
  ) });
675
- const BaseSvgIcon$2T = createSvgIcon(Icon$2T(), "BulletPointAlt");
753
+ const BaseSvgIcon$2W = createSvgIcon(Icon$2W(), "BulletPointAlt");
676
754
  function BulletPointAlt({ width, height, sx, ...props }, ref) {
677
755
  return /* @__PURE__ */ jsx(
678
- BaseSvgIcon$2T,
756
+ BaseSvgIcon$2W,
679
757
  {
680
758
  ref,
681
759
  viewBox: "0 0 24 24",
@@ -689,7 +767,7 @@ function BulletPointAlt({ width, height, sx, ...props }, ref) {
689
767
  );
690
768
  }
691
769
  const BulletPointAlt$1 = forwardRef(BulletPointAlt);
692
- const Icon$2S = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
770
+ const Icon$2V = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
693
771
  /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M12 9a3 3 0 1 1 0 6 3 3 0 0 1 0-6" }),
694
772
  /* @__PURE__ */ jsx(
695
773
  "path",
@@ -701,10 +779,10 @@ const Icon$2S = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
701
779
  }
702
780
  )
703
781
  ] });
704
- const BaseSvgIcon$2S = createSvgIcon(Icon$2S(), "BulletPointCheckedAlt");
782
+ const BaseSvgIcon$2V = createSvgIcon(Icon$2V(), "BulletPointCheckedAlt");
705
783
  function BulletPointCheckedAlt({ width, height, sx, ...props }, ref) {
706
784
  return /* @__PURE__ */ jsx(
707
- BaseSvgIcon$2S,
785
+ BaseSvgIcon$2V,
708
786
  {
709
787
  ref,
710
788
  viewBox: "0 0 24 24",
@@ -718,7 +796,7 @@ function BulletPointCheckedAlt({ width, height, sx, ...props }, ref) {
718
796
  );
719
797
  }
720
798
  const BulletPointCheckedAlt$1 = forwardRef(BulletPointCheckedAlt);
721
- const Icon$2R = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
799
+ const Icon$2U = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
722
800
  /* @__PURE__ */ jsx(
723
801
  "path",
724
802
  {
@@ -736,10 +814,10 @@ const Icon$2R = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
736
814
  }
737
815
  )
738
816
  ] });
739
- const BaseSvgIcon$2R = createSvgIcon(Icon$2R(), "Carto");
817
+ const BaseSvgIcon$2U = createSvgIcon(Icon$2U(), "Carto");
740
818
  function Carto({ width, height, sx, ...props }, ref) {
741
819
  return /* @__PURE__ */ jsx(
742
- BaseSvgIcon$2R,
820
+ BaseSvgIcon$2U,
743
821
  {
744
822
  ref,
745
823
  viewBox: "0 0 24 24",
@@ -753,7 +831,7 @@ function Carto({ width, height, sx, ...props }, ref) {
753
831
  );
754
832
  }
755
833
  const Carto$1 = forwardRef(Carto);
756
- const Icon$2Q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
834
+ const Icon$2T = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
757
835
  /* @__PURE__ */ jsx(
758
836
  "path",
759
837
  {
@@ -769,10 +847,10 @@ const Icon$2Q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
769
847
  }
770
848
  )
771
849
  ] });
772
- const BaseSvgIcon$2Q = createSvgIcon(Icon$2Q(), "CartoAi");
850
+ const BaseSvgIcon$2T = createSvgIcon(Icon$2T(), "CartoAi");
773
851
  function CartoAi({ width, height, sx, ...props }, ref) {
774
852
  return /* @__PURE__ */ jsx(
775
- BaseSvgIcon$2Q,
853
+ BaseSvgIcon$2T,
776
854
  {
777
855
  ref,
778
856
  viewBox: "0 0 24 24",
@@ -786,7 +864,7 @@ function CartoAi({ width, height, sx, ...props }, ref) {
786
864
  );
787
865
  }
788
866
  const CartoAi$1 = forwardRef(CartoAi);
789
- const Icon$2P = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
867
+ const Icon$2S = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
790
868
  /* @__PURE__ */ jsx(
791
869
  "path",
792
870
  {
@@ -804,10 +882,10 @@ const Icon$2P = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
804
882
  }
805
883
  )
806
884
  ] });
807
- const BaseSvgIcon$2P = createSvgIcon(Icon$2P(), "CartoSymbol");
885
+ const BaseSvgIcon$2S = createSvgIcon(Icon$2S(), "CartoSymbol");
808
886
  function CartoSymbol({ width, height, sx, ...props }, ref) {
809
887
  return /* @__PURE__ */ jsx(
810
- BaseSvgIcon$2P,
888
+ BaseSvgIcon$2S,
811
889
  {
812
890
  ref,
813
891
  viewBox: "0 0 24 24",
@@ -821,7 +899,7 @@ function CartoSymbol({ width, height, sx, ...props }, ref) {
821
899
  );
822
900
  }
823
901
  const CartoSymbol$1 = forwardRef(CartoSymbol);
824
- const Icon$2O = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
902
+ const Icon$2R = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
825
903
  /* @__PURE__ */ jsxs(
826
904
  "g",
827
905
  {
@@ -837,10 +915,10 @@ const Icon$2O = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
837
915
  ),
838
916
  /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
839
917
  ] });
840
- const BaseSvgIcon$2O = createSvgIcon(Icon$2O(), "CatalogView");
918
+ const BaseSvgIcon$2R = createSvgIcon(Icon$2R(), "CatalogView");
841
919
  function CatalogView({ width, height, sx, ...props }, ref) {
842
920
  return /* @__PURE__ */ jsx(
843
- BaseSvgIcon$2O,
921
+ BaseSvgIcon$2R,
844
922
  {
845
923
  ref,
846
924
  viewBox: "0 0 24 24",
@@ -854,7 +932,7 @@ function CatalogView({ width, height, sx, ...props }, ref) {
854
932
  );
855
933
  }
856
934
  const CatalogView$1 = forwardRef(CatalogView);
857
- const Icon$2N = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
935
+ const Icon$2Q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
858
936
  /* @__PURE__ */ jsx(
859
937
  "path",
860
938
  {
@@ -874,10 +952,10 @@ const Icon$2N = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
874
952
  }
875
953
  )
876
954
  ] });
877
- const BaseSvgIcon$2N = createSvgIcon(Icon$2N(), "CatastropheModeling");
955
+ const BaseSvgIcon$2Q = createSvgIcon(Icon$2Q(), "CatastropheModeling");
878
956
  function CatastropheModeling({ width, height, sx, ...props }, ref) {
879
957
  return /* @__PURE__ */ jsx(
880
- BaseSvgIcon$2N,
958
+ BaseSvgIcon$2Q,
881
959
  {
882
960
  ref,
883
961
  viewBox: "0 0 24 24",
@@ -891,7 +969,7 @@ function CatastropheModeling({ width, height, sx, ...props }, ref) {
891
969
  );
892
970
  }
893
971
  const CatastropheModeling$1 = forwardRef(CatastropheModeling);
894
- const Icon$2M = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
972
+ const Icon$2P = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
895
973
  "path",
896
974
  {
897
975
  fill: "currentColor",
@@ -900,10 +978,10 @@ const Icon$2M = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
900
978
  clipRule: "evenodd"
901
979
  }
902
980
  ) });
903
- const BaseSvgIcon$2M = createSvgIcon(Icon$2M(), "Center");
981
+ const BaseSvgIcon$2P = createSvgIcon(Icon$2P(), "Center");
904
982
  function Center({ width, height, sx, ...props }, ref) {
905
983
  return /* @__PURE__ */ jsx(
906
- BaseSvgIcon$2M,
984
+ BaseSvgIcon$2P,
907
985
  {
908
986
  ref,
909
987
  viewBox: "0 0 24 24",
@@ -917,7 +995,7 @@ function Center({ width, height, sx, ...props }, ref) {
917
995
  );
918
996
  }
919
997
  const Center$1 = forwardRef(Center);
920
- const Icon$2L = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
998
+ const Icon$2O = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
921
999
  "path",
922
1000
  {
923
1001
  fill: "currentColor",
@@ -926,10 +1004,10 @@ const Icon$2L = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
926
1004
  clipRule: "evenodd"
927
1005
  }
928
1006
  ) });
929
- const BaseSvgIcon$2L = createSvgIcon(Icon$2L(), "CenterLayer");
1007
+ const BaseSvgIcon$2O = createSvgIcon(Icon$2O(), "CenterLayer");
930
1008
  function CenterLayer({ width, height, sx, ...props }, ref) {
931
1009
  return /* @__PURE__ */ jsx(
932
- BaseSvgIcon$2L,
1010
+ BaseSvgIcon$2O,
933
1011
  {
934
1012
  ref,
935
1013
  viewBox: "0 0 24 24",
@@ -943,7 +1021,7 @@ function CenterLayer({ width, height, sx, ...props }, ref) {
943
1021
  );
944
1022
  }
945
1023
  const CenterLayer$1 = forwardRef(CenterLayer);
946
- const Icon$2K = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1024
+ const Icon$2N = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
947
1025
  "path",
948
1026
  {
949
1027
  fill: "currentColor",
@@ -952,10 +1030,10 @@ const Icon$2K = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
952
1030
  clipRule: "evenodd"
953
1031
  }
954
1032
  ) });
955
- const BaseSvgIcon$2K = createSvgIcon(Icon$2K(), "CloseDiagonallyLeft");
1033
+ const BaseSvgIcon$2N = createSvgIcon(Icon$2N(), "CloseDiagonallyLeft");
956
1034
  function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
957
1035
  return /* @__PURE__ */ jsx(
958
- BaseSvgIcon$2K,
1036
+ BaseSvgIcon$2N,
959
1037
  {
960
1038
  ref,
961
1039
  viewBox: "0 0 24 24",
@@ -969,7 +1047,7 @@ function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
969
1047
  );
970
1048
  }
971
1049
  const CloseDiagonallyLeft$1 = forwardRef(CloseDiagonallyLeft);
972
- const Icon$2J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1050
+ const Icon$2M = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
973
1051
  "path",
974
1052
  {
975
1053
  fill: "currentColor",
@@ -978,10 +1056,10 @@ const Icon$2J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
978
1056
  clipRule: "evenodd"
979
1057
  }
980
1058
  ) });
981
- const BaseSvgIcon$2J = createSvgIcon(Icon$2J(), "CloseVertically");
1059
+ const BaseSvgIcon$2M = createSvgIcon(Icon$2M(), "CloseVertically");
982
1060
  function CloseVertically({ width, height, sx, ...props }, ref) {
983
1061
  return /* @__PURE__ */ jsx(
984
- BaseSvgIcon$2J,
1062
+ BaseSvgIcon$2M,
985
1063
  {
986
1064
  ref,
987
1065
  viewBox: "0 0 24 24",
@@ -995,7 +1073,7 @@ function CloseVertically({ width, height, sx, ...props }, ref) {
995
1073
  );
996
1074
  }
997
1075
  const CloseVertically$1 = forwardRef(CloseVertically);
998
- const Icon$2I = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1076
+ const Icon$2L = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
999
1077
  /* @__PURE__ */ jsx(
1000
1078
  "path",
1001
1079
  {
@@ -1011,10 +1089,10 @@ const Icon$2I = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
1011
1089
  }
1012
1090
  )
1013
1091
  ] });
1014
- const BaseSvgIcon$2I = createSvgIcon(Icon$2I(), "CodeBlock");
1092
+ const BaseSvgIcon$2L = createSvgIcon(Icon$2L(), "CodeBlock");
1015
1093
  function CodeBlock({ width, height, sx, ...props }, ref) {
1016
1094
  return /* @__PURE__ */ jsx(
1017
- BaseSvgIcon$2I,
1095
+ BaseSvgIcon$2L,
1018
1096
  {
1019
1097
  ref,
1020
1098
  viewBox: "0 0 24 24",
@@ -1028,17 +1106,17 @@ function CodeBlock({ width, height, sx, ...props }, ref) {
1028
1106
  );
1029
1107
  }
1030
1108
  const CodeBlock$1 = forwardRef(CodeBlock);
1031
- const Icon$2H = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1109
+ const Icon$2K = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1032
1110
  "path",
1033
1111
  {
1034
1112
  fill: "currentColor",
1035
1113
  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"
1036
1114
  }
1037
1115
  ) });
1038
- const BaseSvgIcon$2H = createSvgIcon(Icon$2H(), "Comments");
1116
+ const BaseSvgIcon$2K = createSvgIcon(Icon$2K(), "Comments");
1039
1117
  function Comments({ width, height, sx, ...props }, ref) {
1040
1118
  return /* @__PURE__ */ jsx(
1041
- BaseSvgIcon$2H,
1119
+ BaseSvgIcon$2K,
1042
1120
  {
1043
1121
  ref,
1044
1122
  viewBox: "0 0 24 24",
@@ -1052,7 +1130,7 @@ function Comments({ width, height, sx, ...props }, ref) {
1052
1130
  );
1053
1131
  }
1054
1132
  const Comments$1 = forwardRef(Comments);
1055
- const Icon$2G = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1133
+ const Icon$2J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1056
1134
  "path",
1057
1135
  {
1058
1136
  fill: "currentColor",
@@ -1061,10 +1139,10 @@ const Icon$2G = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1061
1139
  clipRule: "evenodd"
1062
1140
  }
1063
1141
  ) });
1064
- const BaseSvgIcon$2G = createSvgIcon(Icon$2G(), "Console");
1142
+ const BaseSvgIcon$2J = createSvgIcon(Icon$2J(), "Console");
1065
1143
  function Console({ width, height, sx, ...props }, ref) {
1066
1144
  return /* @__PURE__ */ jsx(
1067
- BaseSvgIcon$2G,
1145
+ BaseSvgIcon$2J,
1068
1146
  {
1069
1147
  ref,
1070
1148
  viewBox: "0 0 24 24",
@@ -1078,7 +1156,7 @@ function Console({ width, height, sx, ...props }, ref) {
1078
1156
  );
1079
1157
  }
1080
1158
  const Console$1 = forwardRef(Console);
1081
- const Icon$2F = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1159
+ const Icon$2I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1082
1160
  "path",
1083
1161
  {
1084
1162
  fill: "currentColor",
@@ -1087,10 +1165,10 @@ const Icon$2F = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1087
1165
  clipRule: "evenodd"
1088
1166
  }
1089
1167
  ) });
1090
- const BaseSvgIcon$2F = createSvgIcon(Icon$2F(), "Covid19");
1168
+ const BaseSvgIcon$2I = createSvgIcon(Icon$2I(), "Covid19");
1091
1169
  function Covid19({ width, height, sx, ...props }, ref) {
1092
1170
  return /* @__PURE__ */ jsx(
1093
- BaseSvgIcon$2F,
1171
+ BaseSvgIcon$2I,
1094
1172
  {
1095
1173
  ref,
1096
1174
  viewBox: "0 0 24 24",
@@ -1104,7 +1182,7 @@ function Covid19({ width, height, sx, ...props }, ref) {
1104
1182
  );
1105
1183
  }
1106
1184
  const Covid19$1 = forwardRef(Covid19);
1107
- const Icon$2E = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1185
+ const Icon$2H = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1108
1186
  "path",
1109
1187
  {
1110
1188
  fill: "currentColor",
@@ -1113,10 +1191,10 @@ const Icon$2E = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1113
1191
  clipRule: "evenodd"
1114
1192
  }
1115
1193
  ) });
1116
- const BaseSvgIcon$2E = createSvgIcon(Icon$2E(), "CreateMap");
1194
+ const BaseSvgIcon$2H = createSvgIcon(Icon$2H(), "CreateMap");
1117
1195
  function CreateMap({ width, height, sx, ...props }, ref) {
1118
1196
  return /* @__PURE__ */ jsx(
1119
- BaseSvgIcon$2E,
1197
+ BaseSvgIcon$2H,
1120
1198
  {
1121
1199
  ref,
1122
1200
  viewBox: "0 0 24 24",
@@ -1130,17 +1208,17 @@ function CreateMap({ width, height, sx, ...props }, ref) {
1130
1208
  );
1131
1209
  }
1132
1210
  const CreateMap$1 = forwardRef(CreateMap);
1133
- const Icon$2D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1211
+ const Icon$2G = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1134
1212
  "path",
1135
1213
  {
1136
1214
  fill: "currentColor",
1137
1215
  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"
1138
1216
  }
1139
1217
  ) });
1140
- const BaseSvgIcon$2D = createSvgIcon(Icon$2D(), "CreateSpatialAnalysis");
1218
+ const BaseSvgIcon$2G = createSvgIcon(Icon$2G(), "CreateSpatialAnalysis");
1141
1219
  function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
1142
1220
  return /* @__PURE__ */ jsx(
1143
- BaseSvgIcon$2D,
1221
+ BaseSvgIcon$2G,
1144
1222
  {
1145
1223
  ref,
1146
1224
  viewBox: "0 0 24 24",
@@ -1154,7 +1232,7 @@ function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
1154
1232
  );
1155
1233
  }
1156
1234
  const CreateSpatialAnalysis$1 = forwardRef(CreateSpatialAnalysis);
1157
- const Icon$2C = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1235
+ const Icon$2F = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1158
1236
  /* @__PURE__ */ jsx(
1159
1237
  "path",
1160
1238
  {
@@ -1172,10 +1250,10 @@ const Icon$2C = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
1172
1250
  }
1173
1251
  )
1174
1252
  ] });
1175
- const BaseSvgIcon$2C = createSvgIcon(Icon$2C(), "CreateTileset");
1253
+ const BaseSvgIcon$2F = createSvgIcon(Icon$2F(), "CreateTileset");
1176
1254
  function CreateTileset({ width, height, sx, ...props }, ref) {
1177
1255
  return /* @__PURE__ */ jsx(
1178
- BaseSvgIcon$2C,
1256
+ BaseSvgIcon$2F,
1179
1257
  {
1180
1258
  ref,
1181
1259
  viewBox: "0 0 24 24",
@@ -1189,7 +1267,7 @@ function CreateTileset({ width, height, sx, ...props }, ref) {
1189
1267
  );
1190
1268
  }
1191
1269
  const CreateTileset$1 = forwardRef(CreateTileset);
1192
- const Icon$2B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1270
+ const Icon$2E = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1193
1271
  "path",
1194
1272
  {
1195
1273
  fill: "currentColor",
@@ -1198,10 +1276,10 @@ const Icon$2B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1198
1276
  clipRule: "evenodd"
1199
1277
  }
1200
1278
  ) });
1201
- const BaseSvgIcon$2B = createSvgIcon(Icon$2B(), "CreateWorkflow");
1279
+ const BaseSvgIcon$2E = createSvgIcon(Icon$2E(), "CreateWorkflow");
1202
1280
  function CreateWorkflow({ width, height, sx, ...props }, ref) {
1203
1281
  return /* @__PURE__ */ jsx(
1204
- BaseSvgIcon$2B,
1282
+ BaseSvgIcon$2E,
1205
1283
  {
1206
1284
  ref,
1207
1285
  viewBox: "0 0 24 24",
@@ -1215,7 +1293,7 @@ function CreateWorkflow({ width, height, sx, ...props }, ref) {
1215
1293
  );
1216
1294
  }
1217
1295
  const CreateWorkflow$1 = forwardRef(CreateWorkflow);
1218
- const Icon$2A = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1296
+ const Icon$2D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1219
1297
  "path",
1220
1298
  {
1221
1299
  fill: "currentColor",
@@ -1224,10 +1302,10 @@ const Icon$2A = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1224
1302
  clipRule: "evenodd"
1225
1303
  }
1226
1304
  ) });
1227
- const BaseSvgIcon$2A = createSvgIcon(Icon$2A(), "Data");
1305
+ const BaseSvgIcon$2D = createSvgIcon(Icon$2D(), "Data");
1228
1306
  function Data({ width, height, sx, ...props }, ref) {
1229
1307
  return /* @__PURE__ */ jsx(
1230
- BaseSvgIcon$2A,
1308
+ BaseSvgIcon$2D,
1231
1309
  {
1232
1310
  ref,
1233
1311
  viewBox: "0 0 24 24",
@@ -1241,7 +1319,7 @@ function Data({ width, height, sx, ...props }, ref) {
1241
1319
  );
1242
1320
  }
1243
1321
  const Data$1 = forwardRef(Data);
1244
- const Icon$2z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1322
+ const Icon$2C = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1245
1323
  /* @__PURE__ */ jsx(
1246
1324
  "path",
1247
1325
  {
@@ -1261,10 +1339,10 @@ const Icon$2z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
1261
1339
  }
1262
1340
  )
1263
1341
  ] });
1264
- const BaseSvgIcon$2z = createSvgIcon(Icon$2z(), "DataAccess");
1342
+ const BaseSvgIcon$2C = createSvgIcon(Icon$2C(), "DataAccess");
1265
1343
  function DataAccess({ width, height, sx, ...props }, ref) {
1266
1344
  return /* @__PURE__ */ jsx(
1267
- BaseSvgIcon$2z,
1345
+ BaseSvgIcon$2C,
1268
1346
  {
1269
1347
  ref,
1270
1348
  viewBox: "0 0 24 24",
@@ -1278,7 +1356,7 @@ function DataAccess({ width, height, sx, ...props }, ref) {
1278
1356
  );
1279
1357
  }
1280
1358
  const DataAccess$1 = forwardRef(DataAccess);
1281
- const Icon$2y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1359
+ const Icon$2B = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1282
1360
  /* @__PURE__ */ jsx(
1283
1361
  "path",
1284
1362
  {
@@ -1298,10 +1376,10 @@ const Icon$2y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
1298
1376
  }
1299
1377
  )
1300
1378
  ] });
1301
- const BaseSvgIcon$2y = createSvgIcon(Icon$2y(), "DataExplorer");
1379
+ const BaseSvgIcon$2B = createSvgIcon(Icon$2B(), "DataExplorer");
1302
1380
  function DataExplorer({ width, height, sx, ...props }, ref) {
1303
1381
  return /* @__PURE__ */ jsx(
1304
- BaseSvgIcon$2y,
1382
+ BaseSvgIcon$2B,
1305
1383
  {
1306
1384
  ref,
1307
1385
  viewBox: "0 0 24 24",
@@ -1315,7 +1393,7 @@ function DataExplorer({ width, height, sx, ...props }, ref) {
1315
1393
  );
1316
1394
  }
1317
1395
  const DataExplorer$1 = forwardRef(DataExplorer);
1318
- const Icon$2x = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1396
+ const Icon$2A = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1319
1397
  /* @__PURE__ */ jsx(
1320
1398
  "path",
1321
1399
  {
@@ -1335,10 +1413,10 @@ const Icon$2x = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
1335
1413
  }
1336
1414
  )
1337
1415
  ] });
1338
- const BaseSvgIcon$2x = createSvgIcon(Icon$2x(), "DataFilter");
1416
+ const BaseSvgIcon$2A = createSvgIcon(Icon$2A(), "DataFilter");
1339
1417
  function DataFilter({ width, height, sx, ...props }, ref) {
1340
1418
  return /* @__PURE__ */ jsx(
1341
- BaseSvgIcon$2x,
1419
+ BaseSvgIcon$2A,
1342
1420
  {
1343
1421
  ref,
1344
1422
  viewBox: "0 0 24 24",
@@ -1352,7 +1430,7 @@ function DataFilter({ width, height, sx, ...props }, ref) {
1352
1430
  );
1353
1431
  }
1354
1432
  const DataFilter$1 = forwardRef(DataFilter);
1355
- const Icon$2w = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1433
+ const Icon$2z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1356
1434
  /* @__PURE__ */ jsx(
1357
1435
  "path",
1358
1436
  {
@@ -1370,10 +1448,10 @@ const Icon$2w = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
1370
1448
  }
1371
1449
  )
1372
1450
  ] });
1373
- const BaseSvgIcon$2w = createSvgIcon(Icon$2w(), "DataMonetization");
1451
+ const BaseSvgIcon$2z = createSvgIcon(Icon$2z(), "DataMonetization");
1374
1452
  function DataMonetization({ width, height, sx, ...props }, ref) {
1375
1453
  return /* @__PURE__ */ jsx(
1376
- BaseSvgIcon$2w,
1454
+ BaseSvgIcon$2z,
1377
1455
  {
1378
1456
  ref,
1379
1457
  viewBox: "0 0 24 24",
@@ -1387,7 +1465,7 @@ function DataMonetization({ width, height, sx, ...props }, ref) {
1387
1465
  );
1388
1466
  }
1389
1467
  const DataMonetization$1 = forwardRef(DataMonetization);
1390
- const Icon$2v = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1468
+ const Icon$2y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1391
1469
  "path",
1392
1470
  {
1393
1471
  fill: "currentColor",
@@ -1396,10 +1474,10 @@ const Icon$2v = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1396
1474
  clipRule: "evenodd"
1397
1475
  }
1398
1476
  ) });
1399
- const BaseSvgIcon$2v = createSvgIcon(Icon$2v(), "DataObservatory");
1477
+ const BaseSvgIcon$2y = createSvgIcon(Icon$2y(), "DataObservatory");
1400
1478
  function DataObservatory({ width, height, sx, ...props }, ref) {
1401
1479
  return /* @__PURE__ */ jsx(
1402
- BaseSvgIcon$2v,
1480
+ BaseSvgIcon$2y,
1403
1481
  {
1404
1482
  ref,
1405
1483
  viewBox: "0 0 24 24",
@@ -1413,7 +1491,7 @@ function DataObservatory({ width, height, sx, ...props }, ref) {
1413
1491
  );
1414
1492
  }
1415
1493
  const DataObservatory$1 = forwardRef(DataObservatory);
1416
- const Icon$2u = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1494
+ const Icon$2x = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1417
1495
  /* @__PURE__ */ jsx(
1418
1496
  "path",
1419
1497
  {
@@ -1431,10 +1509,10 @@ const Icon$2u = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
1431
1509
  }
1432
1510
  )
1433
1511
  ] });
1434
- const BaseSvgIcon$2u = createSvgIcon(Icon$2u(), "DataOk");
1512
+ const BaseSvgIcon$2x = createSvgIcon(Icon$2x(), "DataOk");
1435
1513
  function DataOk({ width, height, sx, ...props }, ref) {
1436
1514
  return /* @__PURE__ */ jsx(
1437
- BaseSvgIcon$2u,
1515
+ BaseSvgIcon$2x,
1438
1516
  {
1439
1517
  ref,
1440
1518
  viewBox: "0 0 24 24",
@@ -1448,7 +1526,7 @@ function DataOk({ width, height, sx, ...props }, ref) {
1448
1526
  );
1449
1527
  }
1450
1528
  const DataOk$1 = forwardRef(DataOk);
1451
- const Icon$2t = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1529
+ const Icon$2w = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1452
1530
  /* @__PURE__ */ jsx(
1453
1531
  "path",
1454
1532
  {
@@ -1468,10 +1546,10 @@ const Icon$2t = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
1468
1546
  }
1469
1547
  )
1470
1548
  ] });
1471
- const BaseSvgIcon$2t = createSvgIcon(Icon$2t(), "DataPending");
1549
+ const BaseSvgIcon$2w = createSvgIcon(Icon$2w(), "DataPending");
1472
1550
  function DataPending({ width, height, sx, ...props }, ref) {
1473
1551
  return /* @__PURE__ */ jsx(
1474
- BaseSvgIcon$2t,
1552
+ BaseSvgIcon$2w,
1475
1553
  {
1476
1554
  ref,
1477
1555
  viewBox: "0 0 24 24",
@@ -1485,7 +1563,7 @@ function DataPending({ width, height, sx, ...props }, ref) {
1485
1563
  );
1486
1564
  }
1487
1565
  const DataPending$1 = forwardRef(DataPending);
1488
- const Icon$2s = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1566
+ const Icon$2v = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1489
1567
  /* @__PURE__ */ jsx(
1490
1568
  "path",
1491
1569
  {
@@ -1503,10 +1581,10 @@ const Icon$2s = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
1503
1581
  }
1504
1582
  )
1505
1583
  ] });
1506
- const BaseSvgIcon$2s = createSvgIcon(Icon$2s(), "DataPremium");
1584
+ const BaseSvgIcon$2v = createSvgIcon(Icon$2v(), "DataPremium");
1507
1585
  function DataPremium({ width, height, sx, ...props }, ref) {
1508
1586
  return /* @__PURE__ */ jsx(
1509
- BaseSvgIcon$2s,
1587
+ BaseSvgIcon$2v,
1510
1588
  {
1511
1589
  ref,
1512
1590
  viewBox: "0 0 24 24",
@@ -1520,7 +1598,7 @@ function DataPremium({ width, height, sx, ...props }, ref) {
1520
1598
  );
1521
1599
  }
1522
1600
  const DataPremium$1 = forwardRef(DataPremium);
1523
- const Icon$2r = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1601
+ const Icon$2u = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1524
1602
  /* @__PURE__ */ jsx(
1525
1603
  "path",
1526
1604
  {
@@ -1540,10 +1618,10 @@ const Icon$2r = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
1540
1618
  }
1541
1619
  )
1542
1620
  ] });
1543
- const BaseSvgIcon$2r = createSvgIcon(Icon$2r(), "DataPublic");
1621
+ const BaseSvgIcon$2u = createSvgIcon(Icon$2u(), "DataPublic");
1544
1622
  function DataPublic({ width, height, sx, ...props }, ref) {
1545
1623
  return /* @__PURE__ */ jsx(
1546
- BaseSvgIcon$2r,
1624
+ BaseSvgIcon$2u,
1547
1625
  {
1548
1626
  ref,
1549
1627
  viewBox: "0 0 24 24",
@@ -1557,7 +1635,7 @@ function DataPublic({ width, height, sx, ...props }, ref) {
1557
1635
  );
1558
1636
  }
1559
1637
  const DataPublic$1 = forwardRef(DataPublic);
1560
- const Icon$2q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1638
+ const Icon$2t = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1561
1639
  /* @__PURE__ */ jsx(
1562
1640
  "path",
1563
1641
  {
@@ -1577,10 +1655,10 @@ const Icon$2q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
1577
1655
  }
1578
1656
  )
1579
1657
  ] });
1580
- const BaseSvgIcon$2q = createSvgIcon(Icon$2q(), "DataSample");
1658
+ const BaseSvgIcon$2t = createSvgIcon(Icon$2t(), "DataSample");
1581
1659
  function DataSample({ width, height, sx, ...props }, ref) {
1582
1660
  return /* @__PURE__ */ jsx(
1583
- BaseSvgIcon$2q,
1661
+ BaseSvgIcon$2t,
1584
1662
  {
1585
1663
  ref,
1586
1664
  viewBox: "0 0 24 24",
@@ -1594,7 +1672,7 @@ function DataSample({ width, height, sx, ...props }, ref) {
1594
1672
  );
1595
1673
  }
1596
1674
  const DataSample$1 = forwardRef(DataSample);
1597
- const Icon$2p = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1675
+ const Icon$2s = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1598
1676
  "path",
1599
1677
  {
1600
1678
  fill: "currentColor",
@@ -1603,10 +1681,10 @@ const Icon$2p = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1603
1681
  clipRule: "evenodd"
1604
1682
  }
1605
1683
  ) });
1606
- const BaseSvgIcon$2p = createSvgIcon(Icon$2p(), "DataUnavailable");
1684
+ const BaseSvgIcon$2s = createSvgIcon(Icon$2s(), "DataUnavailable");
1607
1685
  function DataUnavailable({ width, height, sx, ...props }, ref) {
1608
1686
  return /* @__PURE__ */ jsx(
1609
- BaseSvgIcon$2p,
1687
+ BaseSvgIcon$2s,
1610
1688
  {
1611
1689
  ref,
1612
1690
  viewBox: "0 0 24 24",
@@ -1620,7 +1698,7 @@ function DataUnavailable({ width, height, sx, ...props }, ref) {
1620
1698
  );
1621
1699
  }
1622
1700
  const DataUnavailable$1 = forwardRef(DataUnavailable);
1623
- const Icon$2o = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1701
+ const Icon$2r = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1624
1702
  "path",
1625
1703
  {
1626
1704
  fill: "currentColor",
@@ -1629,10 +1707,10 @@ const Icon$2o = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1629
1707
  clipRule: "evenodd"
1630
1708
  }
1631
1709
  ) });
1632
- const BaseSvgIcon$2o = createSvgIcon(Icon$2o(), "Databricks");
1710
+ const BaseSvgIcon$2r = createSvgIcon(Icon$2r(), "Databricks");
1633
1711
  function Databricks({ width, height, sx, ...props }, ref) {
1634
1712
  return /* @__PURE__ */ jsx(
1635
- BaseSvgIcon$2o,
1713
+ BaseSvgIcon$2r,
1636
1714
  {
1637
1715
  ref,
1638
1716
  viewBox: "0 0 24 24",
@@ -1646,7 +1724,7 @@ function Databricks({ width, height, sx, ...props }, ref) {
1646
1724
  );
1647
1725
  }
1648
1726
  const Databricks$1 = forwardRef(Databricks);
1649
- const Icon$2n = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1727
+ const Icon$2q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1650
1728
  "path",
1651
1729
  {
1652
1730
  fill: "currentColor",
@@ -1655,10 +1733,10 @@ const Icon$2n = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1655
1733
  clipRule: "evenodd"
1656
1734
  }
1657
1735
  ) });
1658
- const BaseSvgIcon$2n = createSvgIcon(Icon$2n(), "Demographics");
1736
+ const BaseSvgIcon$2q = createSvgIcon(Icon$2q(), "Demographics");
1659
1737
  function Demographics({ width, height, sx, ...props }, ref) {
1660
1738
  return /* @__PURE__ */ jsx(
1661
- BaseSvgIcon$2n,
1739
+ BaseSvgIcon$2q,
1662
1740
  {
1663
1741
  ref,
1664
1742
  viewBox: "0 0 24 24",
@@ -1672,7 +1750,7 @@ function Demographics({ width, height, sx, ...props }, ref) {
1672
1750
  );
1673
1751
  }
1674
1752
  const Demographics$1 = forwardRef(Demographics);
1675
- const Icon$2m = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1753
+ const Icon$2p = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1676
1754
  "path",
1677
1755
  {
1678
1756
  fill: "currentColor",
@@ -1681,10 +1759,10 @@ const Icon$2m = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1681
1759
  clipRule: "evenodd"
1682
1760
  }
1683
1761
  ) });
1684
- const BaseSvgIcon$2m = createSvgIcon(Icon$2m(), "Derived");
1762
+ const BaseSvgIcon$2p = createSvgIcon(Icon$2p(), "Derived");
1685
1763
  function Derived({ width, height, sx, ...props }, ref) {
1686
1764
  return /* @__PURE__ */ jsx(
1687
- BaseSvgIcon$2m,
1765
+ BaseSvgIcon$2p,
1688
1766
  {
1689
1767
  ref,
1690
1768
  viewBox: "0 0 24 24",
@@ -1698,7 +1776,7 @@ function Derived({ width, height, sx, ...props }, ref) {
1698
1776
  );
1699
1777
  }
1700
1778
  const Derived$1 = forwardRef(Derived);
1701
- const Icon$2l = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1779
+ const Icon$2o = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1702
1780
  "path",
1703
1781
  {
1704
1782
  fill: "currentColor",
@@ -1707,10 +1785,10 @@ const Icon$2l = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1707
1785
  clipRule: "evenodd"
1708
1786
  }
1709
1787
  ) });
1710
- const BaseSvgIcon$2l = createSvgIcon(Icon$2l(), "Distance");
1788
+ const BaseSvgIcon$2o = createSvgIcon(Icon$2o(), "Distance");
1711
1789
  function Distance({ width, height, sx, ...props }, ref) {
1712
1790
  return /* @__PURE__ */ jsx(
1713
- BaseSvgIcon$2l,
1791
+ BaseSvgIcon$2o,
1714
1792
  {
1715
1793
  ref,
1716
1794
  viewBox: "0 0 24 24",
@@ -1724,11 +1802,11 @@ function Distance({ width, height, sx, ...props }, ref) {
1724
1802
  );
1725
1803
  }
1726
1804
  const Distance$1 = forwardRef(Distance);
1727
- const Icon$2k = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("circle", { cx: 12, cy: 12, r: 5, fill: "currentColor" }) });
1728
- const BaseSvgIcon$2k = createSvgIcon(Icon$2k(), "Dot");
1805
+ const Icon$2n = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("circle", { cx: 12, cy: 12, r: 5, fill: "currentColor" }) });
1806
+ const BaseSvgIcon$2n = createSvgIcon(Icon$2n(), "Dot");
1729
1807
  function Dot({ width, height, sx, ...props }, ref) {
1730
1808
  return /* @__PURE__ */ jsx(
1731
- BaseSvgIcon$2k,
1809
+ BaseSvgIcon$2n,
1732
1810
  {
1733
1811
  ref,
1734
1812
  viewBox: "0 0 24 24",
@@ -1742,7 +1820,7 @@ function Dot({ width, height, sx, ...props }, ref) {
1742
1820
  );
1743
1821
  }
1744
1822
  const Dot$1 = forwardRef(Dot);
1745
- const Icon$2j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1823
+ const Icon$2m = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1746
1824
  "path",
1747
1825
  {
1748
1826
  fill: "currentColor",
@@ -1751,10 +1829,10 @@ const Icon$2j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1751
1829
  clipRule: "evenodd"
1752
1830
  }
1753
1831
  ) });
1754
- const BaseSvgIcon$2j = createSvgIcon(Icon$2j(), "DrawCircle");
1832
+ const BaseSvgIcon$2m = createSvgIcon(Icon$2m(), "DrawCircle");
1755
1833
  function DrawCircle({ width, height, sx, ...props }, ref) {
1756
1834
  return /* @__PURE__ */ jsx(
1757
- BaseSvgIcon$2j,
1835
+ BaseSvgIcon$2m,
1758
1836
  {
1759
1837
  ref,
1760
1838
  viewBox: "0 0 24 24",
@@ -1768,7 +1846,7 @@ function DrawCircle({ width, height, sx, ...props }, ref) {
1768
1846
  );
1769
1847
  }
1770
1848
  const DrawCircle$1 = forwardRef(DrawCircle);
1771
- const Icon$2i = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1849
+ const Icon$2l = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1772
1850
  "path",
1773
1851
  {
1774
1852
  fill: "currentColor",
@@ -1777,10 +1855,10 @@ const Icon$2i = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1777
1855
  clipRule: "evenodd"
1778
1856
  }
1779
1857
  ) });
1780
- const BaseSvgIcon$2i = createSvgIcon(Icon$2i(), "DrawLasso");
1858
+ const BaseSvgIcon$2l = createSvgIcon(Icon$2l(), "DrawLasso");
1781
1859
  function DrawLasso({ width, height, sx, ...props }, ref) {
1782
1860
  return /* @__PURE__ */ jsx(
1783
- BaseSvgIcon$2i,
1861
+ BaseSvgIcon$2l,
1784
1862
  {
1785
1863
  ref,
1786
1864
  viewBox: "0 0 24 24",
@@ -1794,17 +1872,17 @@ function DrawLasso({ width, height, sx, ...props }, ref) {
1794
1872
  );
1795
1873
  }
1796
1874
  const DrawLasso$1 = forwardRef(DrawLasso);
1797
- const Icon$2h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1875
+ const Icon$2k = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1798
1876
  "path",
1799
1877
  {
1800
1878
  fill: "currentColor",
1801
1879
  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"
1802
1880
  }
1803
1881
  ) });
1804
- const BaseSvgIcon$2h = createSvgIcon(Icon$2h(), "DrawLine");
1882
+ const BaseSvgIcon$2k = createSvgIcon(Icon$2k(), "DrawLine");
1805
1883
  function DrawLine({ width, height, sx, ...props }, ref) {
1806
1884
  return /* @__PURE__ */ jsx(
1807
- BaseSvgIcon$2h,
1885
+ BaseSvgIcon$2k,
1808
1886
  {
1809
1887
  ref,
1810
1888
  viewBox: "0 0 24 24",
@@ -1818,7 +1896,7 @@ function DrawLine({ width, height, sx, ...props }, ref) {
1818
1896
  );
1819
1897
  }
1820
1898
  const DrawLine$1 = forwardRef(DrawLine);
1821
- const Icon$2g = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1899
+ const Icon$2j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1822
1900
  "path",
1823
1901
  {
1824
1902
  fill: "currentColor",
@@ -1827,10 +1905,10 @@ const Icon$2g = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1827
1905
  clipRule: "evenodd"
1828
1906
  }
1829
1907
  ) });
1830
- const BaseSvgIcon$2g = createSvgIcon(Icon$2g(), "DrawPolygon");
1908
+ const BaseSvgIcon$2j = createSvgIcon(Icon$2j(), "DrawPolygon");
1831
1909
  function DrawPolygon({ width, height, sx, ...props }, ref) {
1832
1910
  return /* @__PURE__ */ jsx(
1833
- BaseSvgIcon$2g,
1911
+ BaseSvgIcon$2j,
1834
1912
  {
1835
1913
  ref,
1836
1914
  viewBox: "0 0 24 24",
@@ -1844,7 +1922,7 @@ function DrawPolygon({ width, height, sx, ...props }, ref) {
1844
1922
  );
1845
1923
  }
1846
1924
  const DrawPolygon$1 = forwardRef(DrawPolygon);
1847
- const Icon$2f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1925
+ const Icon$2i = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1848
1926
  "path",
1849
1927
  {
1850
1928
  fill: "currentColor",
@@ -1853,10 +1931,10 @@ const Icon$2f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1853
1931
  clipRule: "evenodd"
1854
1932
  }
1855
1933
  ) });
1856
- const BaseSvgIcon$2f = createSvgIcon(Icon$2f(), "DrawSquare");
1934
+ const BaseSvgIcon$2i = createSvgIcon(Icon$2i(), "DrawSquare");
1857
1935
  function DrawSquare({ width, height, sx, ...props }, ref) {
1858
1936
  return /* @__PURE__ */ jsx(
1859
- BaseSvgIcon$2f,
1937
+ BaseSvgIcon$2i,
1860
1938
  {
1861
1939
  ref,
1862
1940
  viewBox: "0 0 24 24",
@@ -1870,7 +1948,7 @@ function DrawSquare({ width, height, sx, ...props }, ref) {
1870
1948
  );
1871
1949
  }
1872
1950
  const DrawSquare$1 = forwardRef(DrawSquare);
1873
- const Icon$2e = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1951
+ const Icon$2h = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1874
1952
  /* @__PURE__ */ jsx(
1875
1953
  "path",
1876
1954
  {
@@ -1888,10 +1966,10 @@ const Icon$2e = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
1888
1966
  }
1889
1967
  )
1890
1968
  ] });
1891
- const BaseSvgIcon$2e = createSvgIcon(Icon$2e(), "DropAPin");
1969
+ const BaseSvgIcon$2h = createSvgIcon(Icon$2h(), "DropAPin");
1892
1970
  function DropAPin({ width, height, sx, ...props }, ref) {
1893
1971
  return /* @__PURE__ */ jsx(
1894
- BaseSvgIcon$2e,
1972
+ BaseSvgIcon$2h,
1895
1973
  {
1896
1974
  ref,
1897
1975
  viewBox: "0 0 24 24",
@@ -1905,7 +1983,7 @@ function DropAPin({ width, height, sx, ...props }, ref) {
1905
1983
  );
1906
1984
  }
1907
1985
  const DropAPin$1 = forwardRef(DropAPin);
1908
- const Icon$2d = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1986
+ const Icon$2g = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1909
1987
  "path",
1910
1988
  {
1911
1989
  fill: "currentColor",
@@ -1914,10 +1992,10 @@ const Icon$2d = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1914
1992
  clipRule: "evenodd"
1915
1993
  }
1916
1994
  ) });
1917
- const BaseSvgIcon$2d = createSvgIcon(Icon$2d(), "DualMap");
1995
+ const BaseSvgIcon$2g = createSvgIcon(Icon$2g(), "DualMap");
1918
1996
  function DualMap({ width, height, sx, ...props }, ref) {
1919
1997
  return /* @__PURE__ */ jsx(
1920
- BaseSvgIcon$2d,
1998
+ BaseSvgIcon$2g,
1921
1999
  {
1922
2000
  ref,
1923
2001
  viewBox: "0 0 24 24",
@@ -1931,7 +2009,7 @@ function DualMap({ width, height, sx, ...props }, ref) {
1931
2009
  );
1932
2010
  }
1933
2011
  const DualMap$1 = forwardRef(DualMap);
1934
- const Icon$2c = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2012
+ const Icon$2f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1935
2013
  "path",
1936
2014
  {
1937
2015
  fill: "currentColor",
@@ -1940,10 +2018,10 @@ const Icon$2c = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1940
2018
  clipRule: "evenodd"
1941
2019
  }
1942
2020
  ) });
1943
- const BaseSvgIcon$2c = createSvgIcon(Icon$2c(), "Environmental");
2021
+ const BaseSvgIcon$2f = createSvgIcon(Icon$2f(), "Environmental");
1944
2022
  function Environmental({ width, height, sx, ...props }, ref) {
1945
2023
  return /* @__PURE__ */ jsx(
1946
- BaseSvgIcon$2c,
2024
+ BaseSvgIcon$2f,
1947
2025
  {
1948
2026
  ref,
1949
2027
  viewBox: "0 0 24 24",
@@ -1957,7 +2035,7 @@ function Environmental({ width, height, sx, ...props }, ref) {
1957
2035
  );
1958
2036
  }
1959
2037
  const Environmental$1 = forwardRef(Environmental);
1960
- const Icon$2b = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2038
+ const Icon$2e = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
1961
2039
  "path",
1962
2040
  {
1963
2041
  fill: "currentColor",
@@ -1966,10 +2044,10 @@ const Icon$2b = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
1966
2044
  clipRule: "evenodd"
1967
2045
  }
1968
2046
  ) });
1969
- const BaseSvgIcon$2b = createSvgIcon(Icon$2b(), "EnvironmentalManagement");
2047
+ const BaseSvgIcon$2e = createSvgIcon(Icon$2e(), "EnvironmentalManagement");
1970
2048
  function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
1971
2049
  return /* @__PURE__ */ jsx(
1972
- BaseSvgIcon$2b,
2050
+ BaseSvgIcon$2e,
1973
2051
  {
1974
2052
  ref,
1975
2053
  viewBox: "0 0 24 24",
@@ -1983,11 +2061,11 @@ function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
1983
2061
  );
1984
2062
  }
1985
2063
  const EnvironmentalManagement$1 = forwardRef(EnvironmentalManagement);
1986
- const Icon$2a = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M4 17v-3h16v3zm0-7V7h16v3z" }) });
1987
- const BaseSvgIcon$2a = createSvgIcon(Icon$2a(), "Equal");
2064
+ const Icon$2d = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M4 17v-3h16v3zm0-7V7h16v3z" }) });
2065
+ const BaseSvgIcon$2d = createSvgIcon(Icon$2d(), "Equal");
1988
2066
  function Equal({ width, height, sx, ...props }, ref) {
1989
2067
  return /* @__PURE__ */ jsx(
1990
- BaseSvgIcon$2a,
2068
+ BaseSvgIcon$2d,
1991
2069
  {
1992
2070
  ref,
1993
2071
  viewBox: "0 0 24 24",
@@ -2001,7 +2079,7 @@ function Equal({ width, height, sx, ...props }, ref) {
2001
2079
  );
2002
2080
  }
2003
2081
  const Equal$1 = forwardRef(Equal);
2004
- const Icon$29 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2082
+ const Icon$2c = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2005
2083
  "path",
2006
2084
  {
2007
2085
  fill: "currentColor",
@@ -2010,10 +2088,10 @@ const Icon$29 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2010
2088
  clipRule: "evenodd"
2011
2089
  }
2012
2090
  ) });
2013
- const BaseSvgIcon$29 = createSvgIcon(Icon$29(), "ExitToAppLeft");
2091
+ const BaseSvgIcon$2c = createSvgIcon(Icon$2c(), "ExitToAppLeft");
2014
2092
  function ExitToAppLeft({ width, height, sx, ...props }, ref) {
2015
2093
  return /* @__PURE__ */ jsx(
2016
- BaseSvgIcon$29,
2094
+ BaseSvgIcon$2c,
2017
2095
  {
2018
2096
  ref,
2019
2097
  viewBox: "0 0 24 24",
@@ -2027,7 +2105,7 @@ function ExitToAppLeft({ width, height, sx, ...props }, ref) {
2027
2105
  );
2028
2106
  }
2029
2107
  const ExitToAppLeft$1 = forwardRef(ExitToAppLeft);
2030
- const Icon$28 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2108
+ const Icon$2b = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2031
2109
  "path",
2032
2110
  {
2033
2111
  fill: "currentColor",
@@ -2036,10 +2114,10 @@ const Icon$28 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2036
2114
  clipRule: "evenodd"
2037
2115
  }
2038
2116
  ) });
2039
- const BaseSvgIcon$28 = createSvgIcon(Icon$28(), "Fabric");
2117
+ const BaseSvgIcon$2b = createSvgIcon(Icon$2b(), "Fabric");
2040
2118
  function Fabric({ width, height, sx, ...props }, ref) {
2041
2119
  return /* @__PURE__ */ jsx(
2042
- BaseSvgIcon$28,
2120
+ BaseSvgIcon$2b,
2043
2121
  {
2044
2122
  ref,
2045
2123
  viewBox: "0 0 24 24",
@@ -2053,7 +2131,7 @@ function Fabric({ width, height, sx, ...props }, ref) {
2053
2131
  );
2054
2132
  }
2055
2133
  const Fabric$1 = forwardRef(Fabric);
2056
- const Icon$27 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2134
+ const Icon$2a = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2057
2135
  "path",
2058
2136
  {
2059
2137
  fill: "currentColor",
@@ -2062,10 +2140,10 @@ const Icon$27 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2062
2140
  clipRule: "evenodd"
2063
2141
  }
2064
2142
  ) });
2065
- const BaseSvgIcon$27 = createSvgIcon(Icon$27(), "Facebook");
2143
+ const BaseSvgIcon$2a = createSvgIcon(Icon$2a(), "Facebook");
2066
2144
  function Facebook({ width, height, sx, ...props }, ref) {
2067
2145
  return /* @__PURE__ */ jsx(
2068
- BaseSvgIcon$27,
2146
+ BaseSvgIcon$2a,
2069
2147
  {
2070
2148
  ref,
2071
2149
  viewBox: "0 0 24 24",
@@ -2079,7 +2157,7 @@ function Facebook({ width, height, sx, ...props }, ref) {
2079
2157
  );
2080
2158
  }
2081
2159
  const Facebook$1 = forwardRef(Facebook);
2082
- const Icon$26 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2160
+ const Icon$29 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2083
2161
  "path",
2084
2162
  {
2085
2163
  fill: "currentColor",
@@ -2088,10 +2166,10 @@ const Icon$26 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2088
2166
  clipRule: "evenodd"
2089
2167
  }
2090
2168
  ) });
2091
- const BaseSvgIcon$26 = createSvgIcon(Icon$26(), "Financial");
2169
+ const BaseSvgIcon$29 = createSvgIcon(Icon$29(), "Financial");
2092
2170
  function Financial({ width, height, sx, ...props }, ref) {
2093
2171
  return /* @__PURE__ */ jsx(
2094
- BaseSvgIcon$26,
2172
+ BaseSvgIcon$29,
2095
2173
  {
2096
2174
  ref,
2097
2175
  viewBox: "0 0 24 24",
@@ -2105,17 +2183,17 @@ function Financial({ width, height, sx, ...props }, ref) {
2105
2183
  );
2106
2184
  }
2107
2185
  const Financial$1 = forwardRef(Financial);
2108
- const Icon$25 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2186
+ const Icon$28 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2109
2187
  "path",
2110
2188
  {
2111
2189
  fill: "currentColor",
2112
2190
  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"
2113
2191
  }
2114
2192
  ) });
2115
- const BaseSvgIcon$25 = createSvgIcon(Icon$25(), "FlipInverse");
2193
+ const BaseSvgIcon$28 = createSvgIcon(Icon$28(), "FlipInverse");
2116
2194
  function FlipInverse({ width, height, sx, ...props }, ref) {
2117
2195
  return /* @__PURE__ */ jsx(
2118
- BaseSvgIcon$25,
2196
+ BaseSvgIcon$28,
2119
2197
  {
2120
2198
  ref,
2121
2199
  viewBox: "0 0 24 24",
@@ -2129,7 +2207,7 @@ function FlipInverse({ width, height, sx, ...props }, ref) {
2129
2207
  );
2130
2208
  }
2131
2209
  const FlipInverse$1 = forwardRef(FlipInverse);
2132
- const Icon$24 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2210
+ const Icon$27 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2133
2211
  /* @__PURE__ */ jsx(
2134
2212
  "path",
2135
2213
  {
@@ -2147,10 +2225,10 @@ const Icon$24 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
2147
2225
  }
2148
2226
  )
2149
2227
  ] });
2150
- const BaseSvgIcon$24 = createSvgIcon(Icon$24(), "FoldersStackedOutlined");
2228
+ const BaseSvgIcon$27 = createSvgIcon(Icon$27(), "FoldersStackedOutlined");
2151
2229
  function FoldersStackedOutlined({ width, height, sx, ...props }, ref) {
2152
2230
  return /* @__PURE__ */ jsx(
2153
- BaseSvgIcon$24,
2231
+ BaseSvgIcon$27,
2154
2232
  {
2155
2233
  ref,
2156
2234
  viewBox: "0 0 24 24",
@@ -2164,7 +2242,7 @@ function FoldersStackedOutlined({ width, height, sx, ...props }, ref) {
2164
2242
  );
2165
2243
  }
2166
2244
  const FoldersStackedOutlined$1 = forwardRef(FoldersStackedOutlined);
2167
- const Icon$23 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2245
+ const Icon$26 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2168
2246
  /* @__PURE__ */ jsx(
2169
2247
  "path",
2170
2248
  {
@@ -2184,10 +2262,10 @@ const Icon$23 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
2184
2262
  }
2185
2263
  )
2186
2264
  ] });
2187
- const BaseSvgIcon$23 = createSvgIcon(Icon$23(), "Framed");
2265
+ const BaseSvgIcon$26 = createSvgIcon(Icon$26(), "Framed");
2188
2266
  function Framed({ width, height, sx, ...props }, ref) {
2189
2267
  return /* @__PURE__ */ jsx(
2190
- BaseSvgIcon$23,
2268
+ BaseSvgIcon$26,
2191
2269
  {
2192
2270
  ref,
2193
2271
  viewBox: "0 0 24 24",
@@ -2201,7 +2279,7 @@ function Framed({ width, height, sx, ...props }, ref) {
2201
2279
  );
2202
2280
  }
2203
2281
  const Framed$1 = forwardRef(Framed);
2204
- const Icon$22 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2282
+ const Icon$25 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2205
2283
  /* @__PURE__ */ jsx(
2206
2284
  "path",
2207
2285
  {
@@ -2228,10 +2306,10 @@ const Icon$22 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
2228
2306
  }
2229
2307
  )
2230
2308
  ] });
2231
- const BaseSvgIcon$22 = createSvgIcon(Icon$22(), "FraudDetection");
2309
+ const BaseSvgIcon$25 = createSvgIcon(Icon$25(), "FraudDetection");
2232
2310
  function FraudDetection({ width, height, sx, ...props }, ref) {
2233
2311
  return /* @__PURE__ */ jsx(
2234
- BaseSvgIcon$22,
2312
+ BaseSvgIcon$25,
2235
2313
  {
2236
2314
  ref,
2237
2315
  viewBox: "0 0 24 24",
@@ -2245,7 +2323,7 @@ function FraudDetection({ width, height, sx, ...props }, ref) {
2245
2323
  );
2246
2324
  }
2247
2325
  const FraudDetection$1 = forwardRef(FraudDetection);
2248
- const Icon$21 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2326
+ const Icon$24 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2249
2327
  "path",
2250
2328
  {
2251
2329
  fill: "currentColor",
@@ -2254,10 +2332,10 @@ const Icon$21 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2254
2332
  clipRule: "evenodd"
2255
2333
  }
2256
2334
  ) });
2257
- const BaseSvgIcon$21 = createSvgIcon(Icon$21(), "Functions");
2335
+ const BaseSvgIcon$24 = createSvgIcon(Icon$24(), "Functions");
2258
2336
  function Functions({ width, height, sx, ...props }, ref) {
2259
2337
  return /* @__PURE__ */ jsx(
2260
- BaseSvgIcon$21,
2338
+ BaseSvgIcon$24,
2261
2339
  {
2262
2340
  ref,
2263
2341
  viewBox: "0 0 24 24",
@@ -2271,7 +2349,7 @@ function Functions({ width, height, sx, ...props }, ref) {
2271
2349
  );
2272
2350
  }
2273
2351
  const Functions$1 = forwardRef(Functions);
2274
- const Icon$20 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2352
+ const Icon$23 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2275
2353
  /* @__PURE__ */ jsx(
2276
2354
  "path",
2277
2355
  {
@@ -2294,10 +2372,10 @@ const Icon$20 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
2294
2372
  }
2295
2373
  )
2296
2374
  ] });
2297
- const BaseSvgIcon$20 = createSvgIcon(Icon$20(), "GeneratingDescription");
2375
+ const BaseSvgIcon$23 = createSvgIcon(Icon$23(), "GeneratingDescription");
2298
2376
  function GeneratingDescription({ width, height, sx, ...props }, ref) {
2299
2377
  return /* @__PURE__ */ jsx(
2300
- BaseSvgIcon$20,
2378
+ BaseSvgIcon$23,
2301
2379
  {
2302
2380
  ref,
2303
2381
  viewBox: "0 0 24 24",
@@ -2311,7 +2389,7 @@ function GeneratingDescription({ width, height, sx, ...props }, ref) {
2311
2389
  );
2312
2390
  }
2313
2391
  const GeneratingDescription$1 = forwardRef(GeneratingDescription);
2314
- const Icon$1$ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2392
+ const Icon$22 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2315
2393
  /* @__PURE__ */ jsx(
2316
2394
  "path",
2317
2395
  {
@@ -2331,10 +2409,10 @@ const Icon$1$ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
2331
2409
  }
2332
2410
  )
2333
2411
  ] });
2334
- const BaseSvgIcon$1$ = createSvgIcon(Icon$1$(), "GeocodeTable");
2412
+ const BaseSvgIcon$22 = createSvgIcon(Icon$22(), "GeocodeTable");
2335
2413
  function GeocodeTable({ width, height, sx, ...props }, ref) {
2336
2414
  return /* @__PURE__ */ jsx(
2337
- BaseSvgIcon$1$,
2415
+ BaseSvgIcon$22,
2338
2416
  {
2339
2417
  ref,
2340
2418
  viewBox: "0 0 24 24",
@@ -2348,7 +2426,7 @@ function GeocodeTable({ width, height, sx, ...props }, ref) {
2348
2426
  );
2349
2427
  }
2350
2428
  const GeocodeTable$1 = forwardRef(GeocodeTable);
2351
- const Icon$1_ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2429
+ const Icon$21 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2352
2430
  "path",
2353
2431
  {
2354
2432
  fill: "currentColor",
@@ -2357,10 +2435,10 @@ const Icon$1_ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2357
2435
  clipRule: "evenodd"
2358
2436
  }
2359
2437
  ) });
2360
- const BaseSvgIcon$1_ = createSvgIcon(Icon$1_(), "Geography");
2438
+ const BaseSvgIcon$21 = createSvgIcon(Icon$21(), "Geography");
2361
2439
  function Geography({ width, height, sx, ...props }, ref) {
2362
2440
  return /* @__PURE__ */ jsx(
2363
- BaseSvgIcon$1_,
2441
+ BaseSvgIcon$21,
2364
2442
  {
2365
2443
  ref,
2366
2444
  viewBox: "0 0 24 24",
@@ -2374,7 +2452,7 @@ function Geography({ width, height, sx, ...props }, ref) {
2374
2452
  );
2375
2453
  }
2376
2454
  const Geography$1 = forwardRef(Geography);
2377
- const Icon$1Z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2455
+ const Icon$20 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2378
2456
  "path",
2379
2457
  {
2380
2458
  fill: "currentColor",
@@ -2383,10 +2461,10 @@ const Icon$1Z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2383
2461
  clipRule: "evenodd"
2384
2462
  }
2385
2463
  ) });
2386
- const BaseSvgIcon$1Z = createSvgIcon(Icon$1Z(), "Geomarketing");
2464
+ const BaseSvgIcon$20 = createSvgIcon(Icon$20(), "Geomarketing");
2387
2465
  function Geomarketing({ width, height, sx, ...props }, ref) {
2388
2466
  return /* @__PURE__ */ jsx(
2389
- BaseSvgIcon$1Z,
2467
+ BaseSvgIcon$20,
2390
2468
  {
2391
2469
  ref,
2392
2470
  viewBox: "0 0 24 24",
@@ -2400,7 +2478,7 @@ function Geomarketing({ width, height, sx, ...props }, ref) {
2400
2478
  );
2401
2479
  }
2402
2480
  const Geomarketing$1 = forwardRef(Geomarketing);
2403
- const Icon$1Y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2481
+ const Icon$1$ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2404
2482
  "path",
2405
2483
  {
2406
2484
  fill: "currentColor",
@@ -2409,10 +2487,10 @@ const Icon$1Y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2409
2487
  clipRule: "evenodd"
2410
2488
  }
2411
2489
  ) });
2412
- const BaseSvgIcon$1Y = createSvgIcon(Icon$1Y(), "Geometry");
2490
+ const BaseSvgIcon$1$ = createSvgIcon(Icon$1$(), "Geometry");
2413
2491
  function Geometry({ width, height, sx, ...props }, ref) {
2414
2492
  return /* @__PURE__ */ jsx(
2415
- BaseSvgIcon$1Y,
2493
+ BaseSvgIcon$1$,
2416
2494
  {
2417
2495
  ref,
2418
2496
  viewBox: "0 0 24 24",
@@ -2426,7 +2504,7 @@ function Geometry({ width, height, sx, ...props }, ref) {
2426
2504
  );
2427
2505
  }
2428
2506
  const Geometry$1 = forwardRef(Geometry);
2429
- const Icon$1X = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2507
+ const Icon$1_ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2430
2508
  "path",
2431
2509
  {
2432
2510
  fill: "currentColor",
@@ -2435,10 +2513,10 @@ const Icon$1X = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2435
2513
  clipRule: "evenodd"
2436
2514
  }
2437
2515
  ) });
2438
- const BaseSvgIcon$1X = createSvgIcon(Icon$1X(), "Github");
2516
+ const BaseSvgIcon$1_ = createSvgIcon(Icon$1_(), "Github");
2439
2517
  function Github({ width, height, sx, ...props }, ref) {
2440
2518
  return /* @__PURE__ */ jsx(
2441
- BaseSvgIcon$1X,
2519
+ BaseSvgIcon$1_,
2442
2520
  {
2443
2521
  ref,
2444
2522
  viewBox: "0 0 24 24",
@@ -2452,7 +2530,7 @@ function Github({ width, height, sx, ...props }, ref) {
2452
2530
  );
2453
2531
  }
2454
2532
  const Github$1 = forwardRef(Github);
2455
- const Icon$1W = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2533
+ const Icon$1Z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2456
2534
  "path",
2457
2535
  {
2458
2536
  fill: "currentColor",
@@ -2461,10 +2539,10 @@ const Icon$1W = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2461
2539
  clipRule: "evenodd"
2462
2540
  }
2463
2541
  ) });
2464
- const BaseSvgIcon$1W = createSvgIcon(Icon$1W(), "Google");
2542
+ const BaseSvgIcon$1Z = createSvgIcon(Icon$1Z(), "Google");
2465
2543
  function Google({ width, height, sx, ...props }, ref) {
2466
2544
  return /* @__PURE__ */ jsx(
2467
- BaseSvgIcon$1W,
2545
+ BaseSvgIcon$1Z,
2468
2546
  {
2469
2547
  ref,
2470
2548
  viewBox: "0 0 24 24",
@@ -2478,7 +2556,7 @@ function Google({ width, height, sx, ...props }, ref) {
2478
2556
  );
2479
2557
  }
2480
2558
  const Google$1 = forwardRef(Google);
2481
- const Icon$1V = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2559
+ const Icon$1Y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2482
2560
  "path",
2483
2561
  {
2484
2562
  fill: "currentColor",
@@ -2487,10 +2565,10 @@ const Icon$1V = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2487
2565
  clipRule: "evenodd"
2488
2566
  }
2489
2567
  ) });
2490
- const BaseSvgIcon$1V = createSvgIcon(Icon$1V(), "H3");
2568
+ const BaseSvgIcon$1Y = createSvgIcon(Icon$1Y(), "H3");
2491
2569
  function H3({ width, height, sx, ...props }, ref) {
2492
2570
  return /* @__PURE__ */ jsx(
2493
- BaseSvgIcon$1V,
2571
+ BaseSvgIcon$1Y,
2494
2572
  {
2495
2573
  ref,
2496
2574
  viewBox: "0 0 24 24",
@@ -2504,7 +2582,7 @@ function H3({ width, height, sx, ...props }, ref) {
2504
2582
  );
2505
2583
  }
2506
2584
  const H3$1 = forwardRef(H3);
2507
- const Icon$1U = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2585
+ const Icon$1X = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2508
2586
  "path",
2509
2587
  {
2510
2588
  fill: "currentColor",
@@ -2513,10 +2591,10 @@ const Icon$1U = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2513
2591
  clipRule: "evenodd"
2514
2592
  }
2515
2593
  ) });
2516
- const BaseSvgIcon$1U = createSvgIcon(Icon$1U(), "HealthAnalytics");
2594
+ const BaseSvgIcon$1X = createSvgIcon(Icon$1X(), "HealthAnalytics");
2517
2595
  function HealthAnalytics({ width, height, sx, ...props }, ref) {
2518
2596
  return /* @__PURE__ */ jsx(
2519
- BaseSvgIcon$1U,
2597
+ BaseSvgIcon$1X,
2520
2598
  {
2521
2599
  ref,
2522
2600
  viewBox: "0 0 24 24",
@@ -2530,7 +2608,7 @@ function HealthAnalytics({ width, height, sx, ...props }, ref) {
2530
2608
  );
2531
2609
  }
2532
2610
  const HealthAnalytics$1 = forwardRef(HealthAnalytics);
2533
- const Icon$1T = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2611
+ const Icon$1W = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2534
2612
  /* @__PURE__ */ jsx(
2535
2613
  "path",
2536
2614
  {
@@ -2548,10 +2626,10 @@ const Icon$1T = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
2548
2626
  }
2549
2627
  )
2550
2628
  ] });
2551
- const BaseSvgIcon$1T = createSvgIcon(Icon$1T(), "HideComments");
2629
+ const BaseSvgIcon$1W = createSvgIcon(Icon$1W(), "HideComments");
2552
2630
  function HideComments({ width, height, sx, ...props }, ref) {
2553
2631
  return /* @__PURE__ */ jsx(
2554
- BaseSvgIcon$1T,
2632
+ BaseSvgIcon$1W,
2555
2633
  {
2556
2634
  ref,
2557
2635
  viewBox: "0 0 24 24",
@@ -2565,7 +2643,7 @@ function HideComments({ width, height, sx, ...props }, ref) {
2565
2643
  );
2566
2644
  }
2567
2645
  const HideComments$1 = forwardRef(HideComments);
2568
- const Icon$1S = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2646
+ const Icon$1V = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2569
2647
  /* @__PURE__ */ jsx(
2570
2648
  "path",
2571
2649
  {
@@ -2583,10 +2661,10 @@ const Icon$1S = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
2583
2661
  }
2584
2662
  )
2585
2663
  ] });
2586
- const BaseSvgIcon$1S = createSvgIcon(Icon$1S(), "HideLeftsidebar");
2664
+ const BaseSvgIcon$1V = createSvgIcon(Icon$1V(), "HideLeftsidebar");
2587
2665
  function HideLeftsidebar({ width, height, sx, ...props }, ref) {
2588
2666
  return /* @__PURE__ */ jsx(
2589
- BaseSvgIcon$1S,
2667
+ BaseSvgIcon$1V,
2590
2668
  {
2591
2669
  ref,
2592
2670
  viewBox: "0 0 24 24",
@@ -2600,7 +2678,7 @@ function HideLeftsidebar({ width, height, sx, ...props }, ref) {
2600
2678
  );
2601
2679
  }
2602
2680
  const HideLeftsidebar$1 = forwardRef(HideLeftsidebar);
2603
- const Icon$1R = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2681
+ const Icon$1U = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2604
2682
  /* @__PURE__ */ jsx(
2605
2683
  "path",
2606
2684
  {
@@ -2618,10 +2696,10 @@ const Icon$1R = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
2618
2696
  }
2619
2697
  )
2620
2698
  ] });
2621
- const BaseSvgIcon$1R = createSvgIcon(Icon$1R(), "HideRightsidebar");
2699
+ const BaseSvgIcon$1U = createSvgIcon(Icon$1U(), "HideRightsidebar");
2622
2700
  function HideRightsidebar({ width, height, sx, ...props }, ref) {
2623
2701
  return /* @__PURE__ */ jsx(
2624
- BaseSvgIcon$1R,
2702
+ BaseSvgIcon$1U,
2625
2703
  {
2626
2704
  ref,
2627
2705
  viewBox: "0 0 24 24",
@@ -2635,7 +2713,7 @@ function HideRightsidebar({ width, height, sx, ...props }, ref) {
2635
2713
  );
2636
2714
  }
2637
2715
  const HideRightsidebar$1 = forwardRef(HideRightsidebar);
2638
- const Icon$1Q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2716
+ const Icon$1T = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2639
2717
  "path",
2640
2718
  {
2641
2719
  fill: "currentColor",
@@ -2644,10 +2722,10 @@ const Icon$1Q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2644
2722
  clipRule: "evenodd"
2645
2723
  }
2646
2724
  ) });
2647
- const BaseSvgIcon$1Q = createSvgIcon(Icon$1Q(), "Home");
2725
+ const BaseSvgIcon$1T = createSvgIcon(Icon$1T(), "Home");
2648
2726
  function Home({ width, height, sx, ...props }, ref) {
2649
2727
  return /* @__PURE__ */ jsx(
2650
- BaseSvgIcon$1Q,
2728
+ BaseSvgIcon$1T,
2651
2729
  {
2652
2730
  ref,
2653
2731
  viewBox: "0 0 24 24",
@@ -2661,7 +2739,7 @@ function Home({ width, height, sx, ...props }, ref) {
2661
2739
  );
2662
2740
  }
2663
2741
  const Home$1 = forwardRef(Home);
2664
- const Icon$1P = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2742
+ const Icon$1S = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2665
2743
  "path",
2666
2744
  {
2667
2745
  fill: "currentColor",
@@ -2670,10 +2748,10 @@ const Icon$1P = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2670
2748
  clipRule: "evenodd"
2671
2749
  }
2672
2750
  ) });
2673
- const BaseSvgIcon$1P = createSvgIcon(Icon$1P(), "Housing");
2751
+ const BaseSvgIcon$1S = createSvgIcon(Icon$1S(), "Housing");
2674
2752
  function Housing({ width, height, sx, ...props }, ref) {
2675
2753
  return /* @__PURE__ */ jsx(
2676
- BaseSvgIcon$1P,
2754
+ BaseSvgIcon$1S,
2677
2755
  {
2678
2756
  ref,
2679
2757
  viewBox: "0 0 24 24",
@@ -2687,7 +2765,7 @@ function Housing({ width, height, sx, ...props }, ref) {
2687
2765
  );
2688
2766
  }
2689
2767
  const Housing$1 = forwardRef(Housing);
2690
- const Icon$1O = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2768
+ const Icon$1R = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2691
2769
  "path",
2692
2770
  {
2693
2771
  fill: "currentColor",
@@ -2696,10 +2774,10 @@ const Icon$1O = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2696
2774
  clipRule: "evenodd"
2697
2775
  }
2698
2776
  ) });
2699
- const BaseSvgIcon$1O = createSvgIcon(Icon$1O(), "HumanMobility");
2777
+ const BaseSvgIcon$1R = createSvgIcon(Icon$1R(), "HumanMobility");
2700
2778
  function HumanMobility({ width, height, sx, ...props }, ref) {
2701
2779
  return /* @__PURE__ */ jsx(
2702
- BaseSvgIcon$1O,
2780
+ BaseSvgIcon$1R,
2703
2781
  {
2704
2782
  ref,
2705
2783
  viewBox: "0 0 24 24",
@@ -2713,7 +2791,7 @@ function HumanMobility({ width, height, sx, ...props }, ref) {
2713
2791
  );
2714
2792
  }
2715
2793
  const HumanMobility$1 = forwardRef(HumanMobility);
2716
- const Icon$1N = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2794
+ const Icon$1Q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2717
2795
  "path",
2718
2796
  {
2719
2797
  fill: "currentColor",
@@ -2722,10 +2800,10 @@ const Icon$1N = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2722
2800
  clipRule: "evenodd"
2723
2801
  }
2724
2802
  ) });
2725
- const BaseSvgIcon$1N = createSvgIcon(Icon$1N(), "Id");
2803
+ const BaseSvgIcon$1Q = createSvgIcon(Icon$1Q(), "Id");
2726
2804
  function Id({ width, height, sx, ...props }, ref) {
2727
2805
  return /* @__PURE__ */ jsx(
2728
- BaseSvgIcon$1N,
2806
+ BaseSvgIcon$1Q,
2729
2807
  {
2730
2808
  ref,
2731
2809
  viewBox: "0 0 24 24",
@@ -2739,7 +2817,7 @@ function Id({ width, height, sx, ...props }, ref) {
2739
2817
  );
2740
2818
  }
2741
2819
  const Id$1 = forwardRef(Id);
2742
- const Icon$1M = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2820
+ const Icon$1P = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2743
2821
  /* @__PURE__ */ jsx(
2744
2822
  "path",
2745
2823
  {
@@ -2757,10 +2835,10 @@ const Icon$1M = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
2757
2835
  ),
2758
2836
  /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "m14.14 11.86-3 3.87L9 13.14 6 17h12z" })
2759
2837
  ] });
2760
- const BaseSvgIcon$1M = createSvgIcon(Icon$1M(), "Image");
2838
+ const BaseSvgIcon$1P = createSvgIcon(Icon$1P(), "Image");
2761
2839
  function Image({ width, height, sx, ...props }, ref) {
2762
2840
  return /* @__PURE__ */ jsx(
2763
- BaseSvgIcon$1M,
2841
+ BaseSvgIcon$1P,
2764
2842
  {
2765
2843
  ref,
2766
2844
  viewBox: "0 0 24 24",
@@ -2774,7 +2852,7 @@ function Image({ width, height, sx, ...props }, ref) {
2774
2852
  );
2775
2853
  }
2776
2854
  const Image$1 = forwardRef(Image);
2777
- const Icon$1L = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2855
+ const Icon$1O = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2778
2856
  /* @__PURE__ */ jsx(
2779
2857
  "path",
2780
2858
  {
@@ -2799,10 +2877,10 @@ const Icon$1L = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
2799
2877
  }
2800
2878
  )
2801
2879
  ] });
2802
- const BaseSvgIcon$1L = createSvgIcon(Icon$1L(), "Infrastructure");
2880
+ const BaseSvgIcon$1O = createSvgIcon(Icon$1O(), "Infrastructure");
2803
2881
  function Infrastructure({ width, height, sx, ...props }, ref) {
2804
2882
  return /* @__PURE__ */ jsx(
2805
- BaseSvgIcon$1L,
2883
+ BaseSvgIcon$1O,
2806
2884
  {
2807
2885
  ref,
2808
2886
  viewBox: "0 0 24 24",
@@ -2816,7 +2894,7 @@ function Infrastructure({ width, height, sx, ...props }, ref) {
2816
2894
  );
2817
2895
  }
2818
2896
  const Infrastructure$1 = forwardRef(Infrastructure);
2819
- const Icon$1K = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2897
+ const Icon$1N = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2820
2898
  "path",
2821
2899
  {
2822
2900
  fill: "currentColor",
@@ -2825,10 +2903,10 @@ const Icon$1K = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2825
2903
  clipRule: "evenodd"
2826
2904
  }
2827
2905
  ) });
2828
- const BaseSvgIcon$1K = createSvgIcon(Icon$1K(), "IotAnalytics");
2906
+ const BaseSvgIcon$1N = createSvgIcon(Icon$1N(), "IotAnalytics");
2829
2907
  function IotAnalytics({ width, height, sx, ...props }, ref) {
2830
2908
  return /* @__PURE__ */ jsx(
2831
- BaseSvgIcon$1K,
2909
+ BaseSvgIcon$1N,
2832
2910
  {
2833
2911
  ref,
2834
2912
  viewBox: "0 0 24 24",
@@ -2842,7 +2920,7 @@ function IotAnalytics({ width, height, sx, ...props }, ref) {
2842
2920
  );
2843
2921
  }
2844
2922
  const IotAnalytics$1 = forwardRef(IotAnalytics);
2845
- const Icon$1J = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2923
+ const Icon$1M = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2846
2924
  /* @__PURE__ */ jsx(
2847
2925
  "path",
2848
2926
  {
@@ -2860,10 +2938,10 @@ const Icon$1J = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
2860
2938
  }
2861
2939
  )
2862
2940
  ] });
2863
- const BaseSvgIcon$1J = createSvgIcon(Icon$1J(), "LabelDeprecated");
2941
+ const BaseSvgIcon$1M = createSvgIcon(Icon$1M(), "LabelDeprecated");
2864
2942
  function LabelDeprecated({ width, height, sx, ...props }, ref) {
2865
2943
  return /* @__PURE__ */ jsx(
2866
- BaseSvgIcon$1J,
2944
+ BaseSvgIcon$1M,
2867
2945
  {
2868
2946
  ref,
2869
2947
  viewBox: "0 0 24 24",
@@ -2877,7 +2955,7 @@ function LabelDeprecated({ width, height, sx, ...props }, ref) {
2877
2955
  );
2878
2956
  }
2879
2957
  const LabelDeprecated$1 = forwardRef(LabelDeprecated);
2880
- const Icon$1I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2958
+ const Icon$1L = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2881
2959
  "path",
2882
2960
  {
2883
2961
  fill: "currentColor",
@@ -2886,10 +2964,10 @@ const Icon$1I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2886
2964
  clipRule: "evenodd"
2887
2965
  }
2888
2966
  ) });
2889
- const BaseSvgIcon$1I = createSvgIcon(Icon$1I(), "Layers");
2967
+ const BaseSvgIcon$1L = createSvgIcon(Icon$1L(), "Layers");
2890
2968
  function Layers({ width, height, sx, ...props }, ref) {
2891
2969
  return /* @__PURE__ */ jsx(
2892
- BaseSvgIcon$1I,
2970
+ BaseSvgIcon$1L,
2893
2971
  {
2894
2972
  ref,
2895
2973
  viewBox: "0 0 24 24",
@@ -2903,7 +2981,7 @@ function Layers({ width, height, sx, ...props }, ref) {
2903
2981
  );
2904
2982
  }
2905
2983
  const Layers$1 = forwardRef(Layers);
2906
- const Icon$1H = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2984
+ const Icon$1K = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2907
2985
  "path",
2908
2986
  {
2909
2987
  fill: "currentColor",
@@ -2912,10 +2990,10 @@ const Icon$1H = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2912
2990
  clipRule: "evenodd"
2913
2991
  }
2914
2992
  ) });
2915
- const BaseSvgIcon$1H = createSvgIcon(Icon$1H(), "Linkedin");
2993
+ const BaseSvgIcon$1K = createSvgIcon(Icon$1K(), "Linkedin");
2916
2994
  function Linkedin({ width, height, sx, ...props }, ref) {
2917
2995
  return /* @__PURE__ */ jsx(
2918
- BaseSvgIcon$1H,
2996
+ BaseSvgIcon$1K,
2919
2997
  {
2920
2998
  ref,
2921
2999
  viewBox: "0 0 24 24",
@@ -2929,7 +3007,33 @@ function Linkedin({ width, height, sx, ...props }, ref) {
2929
3007
  );
2930
3008
  }
2931
3009
  const Linkedin$1 = forwardRef(Linkedin);
2932
- const Icon$1G = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3010
+ const Icon$1J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3011
+ "path",
3012
+ {
3013
+ fill: "currentColor",
3014
+ fillRule: "evenodd",
3015
+ d: "M17.451 2.656a11 11 0 0 0-.711 0l-.2.009-.226.014a10 10 0 0 0-.578.06l-.026.004-.233.036-.157.027-.186.036-.201.045c-1.112.262-1.91.718-2.083 1.247V7.68h3.091a6.3 6.3 0 0 1-1.53-.367c-.296-.118-.516-.249-.643-.369l-.046-.044H13.7V5.37c.776.413 2.01.68 3.4.68s2.625-.267 3.4-.68V6.9h-.022l-.092.085a2.3 2.3 0 0 1-.596.328c-.542.216-1.259.364-2.05.416.376.111.675.4.799.771.788-.113 1.468-.317 1.961-.58v1.53-.01q-.001-.01-.015.004l-.099.09a2.3 2.3 0 0 1-.596.329 6 6 0 0 1-1.19.317v.861c1.607-.242 2.75-.863 2.75-1.591V4.134l-.02-.055c-.262-.65-1.466-1.178-3.027-1.36l-.12-.013-.343-.03-.188-.012zM17.1 3.5l.159.001.21.006c.487.02.945.075 1.351.153.361.071.689.165.97.277.295.118.515.248.642.369l.046.043-.092.086a2.3 2.3 0 0 1-.596.328c-.685.274-1.65.437-2.69.437s-2.005-.163-2.69-.437c-.295-.118-.515-.249-.642-.369l-.046-.044.092-.085a2.3 2.3 0 0 1 .597-.328q.316-.126.702-.22a9 9 0 0 1 1.694-.212zm-.293.005h-.021l.073-.002zM5.4 12.288a9 9 0 0 0-.464.052l-.026.003-.233.036-.157.027-.185.036-.202.045c-1.112.262-1.91.718-2.083 1.247v5.316l.002.055C2.125 20.018 4 20.75 6.3 20.75c2.347 0 4.25-.761 4.25-1.7V16.2H9.7v.3h-.022l-.092.084a2.3 2.3 0 0 1-.596.329c-.685.274-1.65.437-2.69.437s-2.005-.163-2.69-.437c-.295-.118-.515-.249-.642-.37l-.046-.043H2.9v-1.53c.638.34 1.586.58 2.676.655A1.2 1.2 0 0 1 5.4 15v-.242c-.688-.065-1.308-.203-1.79-.395-.295-.118-.515-.249-.642-.37l-.046-.043.092-.085c.131-.109.334-.223.597-.328q.316-.127.702-.22a9 9 0 0 1 1.087-.174zM2.9 17.52c.776.413 2.01.68 3.4.68s2.625-.267 3.4-.68v1.53-.01q-.002-.01-.015.004l-.099.09a2.3 2.3 0 0 1-.596.329c-.685.274-1.65.437-2.69.437s-2.005-.163-2.69-.437c-.295-.118-.515-.249-.642-.37l-.053-.05c-.013-.01-.015-.008-.015.007zm4.56-3.395A2.82 2.82 0 0 0 9.544 15q.81 0 1.486-.412.675-.413 1.067-1.088h1.375V15h2.945v-1.5h.982v-3h-5.302a3.06 3.06 0 0 0-1.068-1.088A2.8 2.8 0 0 0 9.546 9q-1.227 0-2.086.875Q6.6 10.75 6.6 12q0 1.25.86 2.125m3.386-.631q-.49.506-1.3.506t-1.387-.588A1.94 1.94 0 0 1 7.582 12q0-.825.577-1.412A1.87 1.87 0 0 1 9.545 10q.81 0 1.301.506.491.507.59.994h4.982v1h-.982V14h-.982v-1.5h-3.019q-.097.487-.589.994m-.607-.788a.94.94 0 0 1-.694.294.94.94 0 0 1-.693-.294.97.97 0 0 1-.288-.706q0-.412.288-.706A.94.94 0 0 1 9.545 11q.406 0 .694.294a.97.97 0 0 1 .288.706q0 .412-.288.706",
3016
+ clipRule: "evenodd"
3017
+ }
3018
+ ) });
3019
+ const BaseSvgIcon$1J = createSvgIcon(Icon$1J(), "M2mOauthClient");
3020
+ function M2mOauthClient({ width, height, sx, ...props }, ref) {
3021
+ return /* @__PURE__ */ jsx(
3022
+ BaseSvgIcon$1J,
3023
+ {
3024
+ ref,
3025
+ viewBox: "0 0 24 24",
3026
+ sx: {
3027
+ width,
3028
+ height: height || width,
3029
+ ...sx
3030
+ },
3031
+ ...props
3032
+ }
3033
+ );
3034
+ }
3035
+ const M2mOauthClient$1 = forwardRef(M2mOauthClient);
3036
+ const Icon$1I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
2933
3037
  "path",
2934
3038
  {
2935
3039
  fill: "currentColor",
@@ -2938,10 +3042,10 @@ const Icon$1G = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
2938
3042
  clipRule: "evenodd"
2939
3043
  }
2940
3044
  ) });
2941
- const BaseSvgIcon$1G = createSvgIcon(Icon$1G(), "MapCoordinates");
3045
+ const BaseSvgIcon$1I = createSvgIcon(Icon$1I(), "MapCoordinates");
2942
3046
  function MapCoordinates({ width, height, sx, ...props }, ref) {
2943
3047
  return /* @__PURE__ */ jsx(
2944
- BaseSvgIcon$1G,
3048
+ BaseSvgIcon$1I,
2945
3049
  {
2946
3050
  ref,
2947
3051
  viewBox: "0 0 24 24",
@@ -2955,7 +3059,7 @@ function MapCoordinates({ width, height, sx, ...props }, ref) {
2955
3059
  );
2956
3060
  }
2957
3061
  const MapCoordinates$1 = forwardRef(MapCoordinates);
2958
- const Icon$1F = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3062
+ const Icon$1H = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2959
3063
  /* @__PURE__ */ jsx(
2960
3064
  "path",
2961
3065
  {
@@ -2982,10 +3086,10 @@ const Icon$1F = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
2982
3086
  }
2983
3087
  )
2984
3088
  ] });
2985
- const BaseSvgIcon$1F = createSvgIcon(Icon$1F(), "MapCopy");
3089
+ const BaseSvgIcon$1H = createSvgIcon(Icon$1H(), "MapCopy");
2986
3090
  function MapCopy({ width, height, sx, ...props }, ref) {
2987
3091
  return /* @__PURE__ */ jsx(
2988
- BaseSvgIcon$1F,
3092
+ BaseSvgIcon$1H,
2989
3093
  {
2990
3094
  ref,
2991
3095
  viewBox: "0 0 24 24",
@@ -2999,7 +3103,7 @@ function MapCopy({ width, height, sx, ...props }, ref) {
2999
3103
  );
3000
3104
  }
3001
3105
  const MapCopy$1 = forwardRef(MapCopy);
3002
- const Icon$1E = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3106
+ const Icon$1G = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3003
3107
  "path",
3004
3108
  {
3005
3109
  fill: "currentColor",
@@ -3008,10 +3112,10 @@ const Icon$1E = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
3008
3112
  clipRule: "evenodd"
3009
3113
  }
3010
3114
  ) });
3011
- const BaseSvgIcon$1E = createSvgIcon(Icon$1E(), "MapOthers");
3115
+ const BaseSvgIcon$1G = createSvgIcon(Icon$1G(), "MapOthers");
3012
3116
  function MapOthers({ width, height, sx, ...props }, ref) {
3013
3117
  return /* @__PURE__ */ jsx(
3014
- BaseSvgIcon$1E,
3118
+ BaseSvgIcon$1G,
3015
3119
  {
3016
3120
  ref,
3017
3121
  viewBox: "0 0 24 24",
@@ -3025,7 +3129,7 @@ function MapOthers({ width, height, sx, ...props }, ref) {
3025
3129
  );
3026
3130
  }
3027
3131
  const MapOthers$1 = forwardRef(MapOthers);
3028
- const Icon$1D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3132
+ const Icon$1F = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3029
3133
  "path",
3030
3134
  {
3031
3135
  fill: "currentColor",
@@ -3034,10 +3138,10 @@ const Icon$1D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
3034
3138
  clipRule: "evenodd"
3035
3139
  }
3036
3140
  ) });
3037
- const BaseSvgIcon$1D = createSvgIcon(Icon$1D(), "MapPin");
3141
+ const BaseSvgIcon$1F = createSvgIcon(Icon$1F(), "MapPin");
3038
3142
  function MapPin({ width, height, sx, ...props }, ref) {
3039
3143
  return /* @__PURE__ */ jsx(
3040
- BaseSvgIcon$1D,
3144
+ BaseSvgIcon$1F,
3041
3145
  {
3042
3146
  ref,
3043
3147
  viewBox: "0 0 24 24",
@@ -3051,7 +3155,7 @@ function MapPin({ width, height, sx, ...props }, ref) {
3051
3155
  );
3052
3156
  }
3053
3157
  const MapPin$1 = forwardRef(MapPin);
3054
- const Icon$1C = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3158
+ const Icon$1E = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3055
3159
  /* @__PURE__ */ jsx(
3056
3160
  "path",
3057
3161
  {
@@ -3074,10 +3178,10 @@ const Icon$1C = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
3074
3178
  }
3075
3179
  )
3076
3180
  ] });
3077
- const BaseSvgIcon$1C = createSvgIcon(Icon$1C(), "MarkCommentRead");
3181
+ const BaseSvgIcon$1E = createSvgIcon(Icon$1E(), "MarkCommentRead");
3078
3182
  function MarkCommentRead({ width, height, sx, ...props }, ref) {
3079
3183
  return /* @__PURE__ */ jsx(
3080
- BaseSvgIcon$1C,
3184
+ BaseSvgIcon$1E,
3081
3185
  {
3082
3186
  ref,
3083
3187
  viewBox: "0 0 24 24",
@@ -3091,7 +3195,7 @@ function MarkCommentRead({ width, height, sx, ...props }, ref) {
3091
3195
  );
3092
3196
  }
3093
3197
  const MarkCommentRead$1 = forwardRef(MarkCommentRead);
3094
- const Icon$1B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3198
+ const Icon$1D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3095
3199
  "path",
3096
3200
  {
3097
3201
  fill: "currentColor",
@@ -3100,10 +3204,10 @@ const Icon$1B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
3100
3204
  clipRule: "evenodd"
3101
3205
  }
3102
3206
  ) });
3103
- const BaseSvgIcon$1B = createSvgIcon(Icon$1B(), "MarketAnalysis");
3207
+ const BaseSvgIcon$1D = createSvgIcon(Icon$1D(), "MarketAnalysis");
3104
3208
  function MarketAnalysis({ width, height, sx, ...props }, ref) {
3105
3209
  return /* @__PURE__ */ jsx(
3106
- BaseSvgIcon$1B,
3210
+ BaseSvgIcon$1D,
3107
3211
  {
3108
3212
  ref,
3109
3213
  viewBox: "0 0 24 24",
@@ -3117,7 +3221,7 @@ function MarketAnalysis({ width, height, sx, ...props }, ref) {
3117
3221
  );
3118
3222
  }
3119
3223
  const MarketAnalysis$1 = forwardRef(MarketAnalysis);
3120
- const Icon$1A = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3224
+ const Icon$1C = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3121
3225
  /* @__PURE__ */ jsx(
3122
3226
  "path",
3123
3227
  {
@@ -3142,10 +3246,10 @@ const Icon$1A = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
3142
3246
  }
3143
3247
  )
3144
3248
  ] });
3145
- const BaseSvgIcon$1A = createSvgIcon(Icon$1A(), "Max");
3249
+ const BaseSvgIcon$1C = createSvgIcon(Icon$1C(), "Max");
3146
3250
  function Max({ width, height, sx, ...props }, ref) {
3147
3251
  return /* @__PURE__ */ jsx(
3148
- BaseSvgIcon$1A,
3252
+ BaseSvgIcon$1C,
3149
3253
  {
3150
3254
  ref,
3151
3255
  viewBox: "0 0 24 24",
@@ -3159,7 +3263,7 @@ function Max({ width, height, sx, ...props }, ref) {
3159
3263
  );
3160
3264
  }
3161
3265
  const Max$1 = forwardRef(Max);
3162
- const Icon$1z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3266
+ const Icon$1B = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3163
3267
  /* @__PURE__ */ jsx(
3164
3268
  "path",
3165
3269
  {
@@ -3200,10 +3304,10 @@ const Icon$1z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
3200
3304
  }
3201
3305
  )
3202
3306
  ] });
3203
- const BaseSvgIcon$1z = createSvgIcon(Icon$1z(), "McpTool");
3307
+ const BaseSvgIcon$1B = createSvgIcon(Icon$1B(), "McpTool");
3204
3308
  function McpTool({ width, height, sx, ...props }, ref) {
3205
3309
  return /* @__PURE__ */ jsx(
3206
- BaseSvgIcon$1z,
3310
+ BaseSvgIcon$1B,
3207
3311
  {
3208
3312
  ref,
3209
3313
  viewBox: "0 0 24 24",
@@ -3217,17 +3321,17 @@ function McpTool({ width, height, sx, ...props }, ref) {
3217
3321
  );
3218
3322
  }
3219
3323
  const McpTool$1 = forwardRef(McpTool);
3220
- const Icon$1y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3324
+ const Icon$1A = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3221
3325
  "path",
3222
3326
  {
3223
3327
  fill: "currentColor",
3224
3328
  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"
3225
3329
  }
3226
3330
  ) });
3227
- const BaseSvgIcon$1y = createSvgIcon(Icon$1y(), "MeasureTool");
3331
+ const BaseSvgIcon$1A = createSvgIcon(Icon$1A(), "MeasureTool");
3228
3332
  function MeasureTool({ width, height, sx, ...props }, ref) {
3229
3333
  return /* @__PURE__ */ jsx(
3230
- BaseSvgIcon$1y,
3334
+ BaseSvgIcon$1A,
3231
3335
  {
3232
3336
  ref,
3233
3337
  viewBox: "0 0 24 24",
@@ -3241,17 +3345,17 @@ function MeasureTool({ width, height, sx, ...props }, ref) {
3241
3345
  );
3242
3346
  }
3243
3347
  const MeasureTool$1 = forwardRef(MeasureTool);
3244
- const Icon$1x = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3348
+ const Icon$1z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3245
3349
  "path",
3246
3350
  {
3247
3351
  fill: "currentColor",
3248
3352
  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"
3249
3353
  }
3250
3354
  ) });
3251
- const BaseSvgIcon$1x = createSvgIcon(Icon$1x(), "Min");
3355
+ const BaseSvgIcon$1z = createSvgIcon(Icon$1z(), "Min");
3252
3356
  function Min({ width, height, sx, ...props }, ref) {
3253
3357
  return /* @__PURE__ */ jsx(
3254
- BaseSvgIcon$1x,
3358
+ BaseSvgIcon$1z,
3255
3359
  {
3256
3360
  ref,
3257
3361
  viewBox: "0 0 24 24",
@@ -3265,7 +3369,7 @@ function Min({ width, height, sx, ...props }, ref) {
3265
3369
  );
3266
3370
  }
3267
3371
  const Min$1 = forwardRef(Min);
3268
- const Icon$1w = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3372
+ const Icon$1y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3269
3373
  /* @__PURE__ */ jsx(
3270
3374
  "path",
3271
3375
  {
@@ -3284,10 +3388,10 @@ const Icon$1w = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
3284
3388
  }
3285
3389
  )
3286
3390
  ] });
3287
- const BaseSvgIcon$1w = createSvgIcon(Icon$1w(), "MobilityPlanning");
3391
+ const BaseSvgIcon$1y = createSvgIcon(Icon$1y(), "MobilityPlanning");
3288
3392
  function MobilityPlanning({ width, height, sx, ...props }, ref) {
3289
3393
  return /* @__PURE__ */ jsx(
3290
- BaseSvgIcon$1w,
3394
+ BaseSvgIcon$1y,
3291
3395
  {
3292
3396
  ref,
3293
3397
  viewBox: "0 0 24 24",
@@ -3301,7 +3405,7 @@ function MobilityPlanning({ width, height, sx, ...props }, ref) {
3301
3405
  );
3302
3406
  }
3303
3407
  const MobilityPlanning$1 = forwardRef(MobilityPlanning);
3304
- const Icon$1v = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3408
+ const Icon$1x = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3305
3409
  /* @__PURE__ */ jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsx(
3306
3410
  "path",
3307
3411
  {
@@ -3313,10 +3417,10 @@ const Icon$1v = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
3313
3417
  ) }),
3314
3418
  /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
3315
3419
  ] });
3316
- const BaseSvgIcon$1v = createSvgIcon(Icon$1v(), "NetworkDeployment");
3420
+ const BaseSvgIcon$1x = createSvgIcon(Icon$1x(), "NetworkDeployment");
3317
3421
  function NetworkDeployment({ width, height, sx, ...props }, ref) {
3318
3422
  return /* @__PURE__ */ jsx(
3319
- BaseSvgIcon$1v,
3423
+ BaseSvgIcon$1x,
3320
3424
  {
3321
3425
  ref,
3322
3426
  viewBox: "0 0 24 24",
@@ -3330,7 +3434,7 @@ function NetworkDeployment({ width, height, sx, ...props }, ref) {
3330
3434
  );
3331
3435
  }
3332
3436
  const NetworkDeployment$1 = forwardRef(NetworkDeployment);
3333
- const Icon$1u = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3437
+ const Icon$1w = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3334
3438
  /* @__PURE__ */ jsx(
3335
3439
  "path",
3336
3440
  {
@@ -3346,10 +3450,10 @@ const Icon$1u = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
3346
3450
  }
3347
3451
  )
3348
3452
  ] });
3349
- const BaseSvgIcon$1u = createSvgIcon(Icon$1u(), "NightsThermostat");
3453
+ const BaseSvgIcon$1w = createSvgIcon(Icon$1w(), "NightsThermostat");
3350
3454
  function NightsThermostat({ width, height, sx, ...props }, ref) {
3351
3455
  return /* @__PURE__ */ jsx(
3352
- BaseSvgIcon$1u,
3456
+ BaseSvgIcon$1w,
3353
3457
  {
3354
3458
  ref,
3355
3459
  viewBox: "0 0 24 24",
@@ -3363,7 +3467,7 @@ function NightsThermostat({ width, height, sx, ...props }, ref) {
3363
3467
  );
3364
3468
  }
3365
3469
  const NightsThermostat$1 = forwardRef(NightsThermostat);
3366
- const Icon$1t = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3470
+ const Icon$1v = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3367
3471
  /* @__PURE__ */ jsx(
3368
3472
  "path",
3369
3473
  {
@@ -3373,10 +3477,10 @@ const Icon$1t = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
3373
3477
  ),
3374
3478
  /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M8 20H4v-4h4zM16 4v4h4V4z" })
3375
3479
  ] });
3376
- const BaseSvgIcon$1t = createSvgIcon(Icon$1t(), "NoApp");
3480
+ const BaseSvgIcon$1v = createSvgIcon(Icon$1v(), "NoApp");
3377
3481
  function NoApp({ width, height, sx, ...props }, ref) {
3378
3482
  return /* @__PURE__ */ jsx(
3379
- BaseSvgIcon$1t,
3483
+ BaseSvgIcon$1v,
3380
3484
  {
3381
3485
  ref,
3382
3486
  viewBox: "0 0 24 24",
@@ -3390,7 +3494,7 @@ function NoApp({ width, height, sx, ...props }, ref) {
3390
3494
  );
3391
3495
  }
3392
3496
  const NoApp$1 = forwardRef(NoApp);
3393
- const Icon$1s = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3497
+ const Icon$1u = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3394
3498
  /* @__PURE__ */ jsx(
3395
3499
  "path",
3396
3500
  {
@@ -3408,10 +3512,10 @@ const Icon$1s = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
3408
3512
  }
3409
3513
  )
3410
3514
  ] });
3411
- const BaseSvgIcon$1s = createSvgIcon(Icon$1s(), "NoLayer");
3515
+ const BaseSvgIcon$1u = createSvgIcon(Icon$1u(), "NoLayer");
3412
3516
  function NoLayer({ width, height, sx, ...props }, ref) {
3413
3517
  return /* @__PURE__ */ jsx(
3414
- BaseSvgIcon$1s,
3518
+ BaseSvgIcon$1u,
3415
3519
  {
3416
3520
  ref,
3417
3521
  viewBox: "0 0 24 24",
@@ -3425,7 +3529,7 @@ function NoLayer({ width, height, sx, ...props }, ref) {
3425
3529
  );
3426
3530
  }
3427
3531
  const NoLayer$1 = forwardRef(NoLayer);
3428
- const Icon$1r = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3532
+ const Icon$1t = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3429
3533
  /* @__PURE__ */ jsx(
3430
3534
  "path",
3431
3535
  {
@@ -3443,10 +3547,10 @@ const Icon$1r = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
3443
3547
  }
3444
3548
  )
3445
3549
  ] });
3446
- const BaseSvgIcon$1r = createSvgIcon(Icon$1r(), "NoMap");
3550
+ const BaseSvgIcon$1t = createSvgIcon(Icon$1t(), "NoMap");
3447
3551
  function NoMap({ width, height, sx, ...props }, ref) {
3448
3552
  return /* @__PURE__ */ jsx(
3449
- BaseSvgIcon$1r,
3553
+ BaseSvgIcon$1t,
3450
3554
  {
3451
3555
  ref,
3452
3556
  viewBox: "0 0 24 24",
@@ -3460,7 +3564,7 @@ function NoMap({ width, height, sx, ...props }, ref) {
3460
3564
  );
3461
3565
  }
3462
3566
  const NoMap$1 = forwardRef(NoMap);
3463
- const Icon$1q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3567
+ const Icon$1s = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3464
3568
  "path",
3465
3569
  {
3466
3570
  fill: "currentColor",
@@ -3469,10 +3573,10 @@ const Icon$1q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
3469
3573
  clipRule: "evenodd"
3470
3574
  }
3471
3575
  ) });
3472
- const BaseSvgIcon$1q = createSvgIcon(Icon$1q(), "NoSpatialExtension");
3576
+ const BaseSvgIcon$1s = createSvgIcon(Icon$1s(), "NoSpatialExtension");
3473
3577
  function NoSpatialExtension({ width, height, sx, ...props }, ref) {
3474
3578
  return /* @__PURE__ */ jsx(
3475
- BaseSvgIcon$1q,
3579
+ BaseSvgIcon$1s,
3476
3580
  {
3477
3581
  ref,
3478
3582
  viewBox: "0 0 24 24",
@@ -3486,7 +3590,7 @@ function NoSpatialExtension({ width, height, sx, ...props }, ref) {
3486
3590
  );
3487
3591
  }
3488
3592
  const NoSpatialExtension$1 = forwardRef(NoSpatialExtension);
3489
- const Icon$1p = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3593
+ const Icon$1r = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3490
3594
  /* @__PURE__ */ jsx(
3491
3595
  "path",
3492
3596
  {
@@ -3504,10 +3608,10 @@ const Icon$1p = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
3504
3608
  }
3505
3609
  )
3506
3610
  ] });
3507
- const BaseSvgIcon$1p = createSvgIcon(Icon$1p(), "NoTileset");
3611
+ const BaseSvgIcon$1r = createSvgIcon(Icon$1r(), "NoTileset");
3508
3612
  function NoTileset({ width, height, sx, ...props }, ref) {
3509
3613
  return /* @__PURE__ */ jsx(
3510
- BaseSvgIcon$1p,
3614
+ BaseSvgIcon$1r,
3511
3615
  {
3512
3616
  ref,
3513
3617
  viewBox: "0 0 24 24",
@@ -3521,17 +3625,17 @@ function NoTileset({ width, height, sx, ...props }, ref) {
3521
3625
  );
3522
3626
  }
3523
3627
  const NoTileset$1 = forwardRef(NoTileset);
3524
- const Icon$1o = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3628
+ const Icon$1q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3525
3629
  "path",
3526
3630
  {
3527
3631
  fill: "currentColor",
3528
3632
  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"
3529
3633
  }
3530
3634
  ) });
3531
- const BaseSvgIcon$1o = createSvgIcon(Icon$1o(), "NotEqual");
3635
+ const BaseSvgIcon$1q = createSvgIcon(Icon$1q(), "NotEqual");
3532
3636
  function NotEqual({ width, height, sx, ...props }, ref) {
3533
3637
  return /* @__PURE__ */ jsx(
3534
- BaseSvgIcon$1o,
3638
+ BaseSvgIcon$1q,
3535
3639
  {
3536
3640
  ref,
3537
3641
  viewBox: "0 0 24 24",
@@ -3545,7 +3649,7 @@ function NotEqual({ width, height, sx, ...props }, ref) {
3545
3649
  );
3546
3650
  }
3547
3651
  const NotEqual$1 = forwardRef(NotEqual);
3548
- const Icon$1n = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3652
+ const Icon$1p = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3549
3653
  /* @__PURE__ */ jsx(
3550
3654
  "path",
3551
3655
  {
@@ -3565,10 +3669,10 @@ const Icon$1n = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
3565
3669
  }
3566
3670
  )
3567
3671
  ] });
3568
- const BaseSvgIcon$1n = createSvgIcon(Icon$1n(), "Number");
3672
+ const BaseSvgIcon$1p = createSvgIcon(Icon$1p(), "Number");
3569
3673
  function Number({ width, height, sx, ...props }, ref) {
3570
3674
  return /* @__PURE__ */ jsx(
3571
- BaseSvgIcon$1n,
3675
+ BaseSvgIcon$1p,
3572
3676
  {
3573
3677
  ref,
3574
3678
  viewBox: "0 0 24 24",
@@ -3582,7 +3686,7 @@ function Number({ width, height, sx, ...props }, ref) {
3582
3686
  );
3583
3687
  }
3584
3688
  const Number$1 = forwardRef(Number);
3585
- const Icon$1m = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3689
+ const Icon$1o = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3586
3690
  "path",
3587
3691
  {
3588
3692
  fill: "currentColor",
@@ -3591,10 +3695,10 @@ const Icon$1m = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
3591
3695
  clipRule: "evenodd"
3592
3696
  }
3593
3697
  ) });
3594
- const BaseSvgIcon$1m = createSvgIcon(Icon$1m(), "Onboarding");
3698
+ const BaseSvgIcon$1o = createSvgIcon(Icon$1o(), "Onboarding");
3595
3699
  function Onboarding({ width, height, sx, ...props }, ref) {
3596
3700
  return /* @__PURE__ */ jsx(
3597
- BaseSvgIcon$1m,
3701
+ BaseSvgIcon$1o,
3598
3702
  {
3599
3703
  ref,
3600
3704
  viewBox: "0 0 24 24",
@@ -3608,7 +3712,7 @@ function Onboarding({ width, height, sx, ...props }, ref) {
3608
3712
  );
3609
3713
  }
3610
3714
  const Onboarding$1 = forwardRef(Onboarding);
3611
- const Icon$1l = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3715
+ const Icon$1n = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3612
3716
  "path",
3613
3717
  {
3614
3718
  fill: "currentColor",
@@ -3617,10 +3721,10 @@ const Icon$1l = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
3617
3721
  clipRule: "evenodd"
3618
3722
  }
3619
3723
  ) });
3620
- const BaseSvgIcon$1l = createSvgIcon(Icon$1l(), "OohAnalytics");
3724
+ const BaseSvgIcon$1n = createSvgIcon(Icon$1n(), "OohAnalytics");
3621
3725
  function OohAnalytics({ width, height, sx, ...props }, ref) {
3622
3726
  return /* @__PURE__ */ jsx(
3623
- BaseSvgIcon$1l,
3727
+ BaseSvgIcon$1n,
3624
3728
  {
3625
3729
  ref,
3626
3730
  viewBox: "0 0 24 24",
@@ -3634,7 +3738,7 @@ function OohAnalytics({ width, height, sx, ...props }, ref) {
3634
3738
  );
3635
3739
  }
3636
3740
  const OohAnalytics$1 = forwardRef(OohAnalytics);
3637
- const Icon$1k = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3741
+ const Icon$1m = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3638
3742
  /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M13.125 13.125h-2.25v-2.25h2.25z" }),
3639
3743
  /* @__PURE__ */ jsx(
3640
3744
  "path",
@@ -3655,10 +3759,10 @@ const Icon$1k = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
3655
3759
  }
3656
3760
  )
3657
3761
  ] });
3658
- const BaseSvgIcon$1k = createSvgIcon(Icon$1k(), "Opacity");
3762
+ const BaseSvgIcon$1m = createSvgIcon(Icon$1m(), "Opacity");
3659
3763
  function Opacity({ width, height, sx, ...props }, ref) {
3660
3764
  return /* @__PURE__ */ jsx(
3661
- BaseSvgIcon$1k,
3765
+ BaseSvgIcon$1m,
3662
3766
  {
3663
3767
  ref,
3664
3768
  viewBox: "0 0 24 24",
@@ -3672,7 +3776,7 @@ function Opacity({ width, height, sx, ...props }, ref) {
3672
3776
  );
3673
3777
  }
3674
3778
  const Opacity$1 = forwardRef(Opacity);
3675
- const Icon$1j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3779
+ const Icon$1l = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3676
3780
  "path",
3677
3781
  {
3678
3782
  fill: "currentColor",
@@ -3681,10 +3785,10 @@ const Icon$1j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
3681
3785
  clipRule: "evenodd"
3682
3786
  }
3683
3787
  ) });
3684
- const BaseSvgIcon$1j = createSvgIcon(Icon$1j(), "OpenDiagonallyLeft");
3788
+ const BaseSvgIcon$1l = createSvgIcon(Icon$1l(), "OpenDiagonallyLeft");
3685
3789
  function OpenDiagonallyLeft({ width, height, sx, ...props }, ref) {
3686
3790
  return /* @__PURE__ */ jsx(
3687
- BaseSvgIcon$1j,
3791
+ BaseSvgIcon$1l,
3688
3792
  {
3689
3793
  ref,
3690
3794
  viewBox: "0 0 24 24",
@@ -3698,17 +3802,17 @@ function OpenDiagonallyLeft({ width, height, sx, ...props }, ref) {
3698
3802
  );
3699
3803
  }
3700
3804
  const OpenDiagonallyLeft$1 = forwardRef(OpenDiagonallyLeft);
3701
- const Icon$1i = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3805
+ const Icon$1k = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3702
3806
  "path",
3703
3807
  {
3704
3808
  fill: "currentColor",
3705
3809
  d: "M7 7V5H4q-.824 0-1.412.588A1.93 1.93 0 0 0 2 7v12q0 .824.587 1.413Q3.176 21 4 21h14q.824 0 1.413-.587Q20 19.825 20 19v-3h-2v3H4V7zm4-4q-.825 0-1.412.587A1.93 1.93 0 0 0 9 5v7q0 .825.588 1.412Q10.175 14 11 14h9q.824 0 1.413-.588Q22 12.826 22 12V5q0-.824-.587-1.412A1.93 1.93 0 0 0 20 3zm0 2h9v7h-9z"
3706
3810
  }
3707
3811
  ) });
3708
- const BaseSvgIcon$1i = createSvgIcon(Icon$1i(), "OpenNewWindow");
3812
+ const BaseSvgIcon$1k = createSvgIcon(Icon$1k(), "OpenNewWindow");
3709
3813
  function OpenNewWindow({ width, height, sx, ...props }, ref) {
3710
3814
  return /* @__PURE__ */ jsx(
3711
- BaseSvgIcon$1i,
3815
+ BaseSvgIcon$1k,
3712
3816
  {
3713
3817
  ref,
3714
3818
  viewBox: "0 0 24 24",
@@ -3722,7 +3826,7 @@ function OpenNewWindow({ width, height, sx, ...props }, ref) {
3722
3826
  );
3723
3827
  }
3724
3828
  const OpenNewWindow$1 = forwardRef(OpenNewWindow);
3725
- const Icon$1h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3829
+ const Icon$1j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3726
3830
  "path",
3727
3831
  {
3728
3832
  fill: "currentColor",
@@ -3731,10 +3835,10 @@ const Icon$1h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
3731
3835
  clipRule: "evenodd"
3732
3836
  }
3733
3837
  ) });
3734
- const BaseSvgIcon$1h = createSvgIcon(Icon$1h(), "OpenVertically");
3838
+ const BaseSvgIcon$1j = createSvgIcon(Icon$1j(), "OpenVertically");
3735
3839
  function OpenVertically({ width, height, sx, ...props }, ref) {
3736
3840
  return /* @__PURE__ */ jsx(
3737
- BaseSvgIcon$1h,
3841
+ BaseSvgIcon$1j,
3738
3842
  {
3739
3843
  ref,
3740
3844
  viewBox: "0 0 24 24",
@@ -3748,7 +3852,7 @@ function OpenVertically({ width, height, sx, ...props }, ref) {
3748
3852
  );
3749
3853
  }
3750
3854
  const OpenVertically$1 = forwardRef(OpenVertically);
3751
- const Icon$1g = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3855
+ const Icon$1i = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3752
3856
  /* @__PURE__ */ jsx(
3753
3857
  "path",
3754
3858
  {
@@ -3773,10 +3877,10 @@ const Icon$1g = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
3773
3877
  }
3774
3878
  )
3775
3879
  ] });
3776
- const BaseSvgIcon$1g = createSvgIcon(Icon$1g(), "ParameterSettings");
3880
+ const BaseSvgIcon$1i = createSvgIcon(Icon$1i(), "ParameterSettings");
3777
3881
  function ParameterSettings({ width, height, sx, ...props }, ref) {
3778
3882
  return /* @__PURE__ */ jsx(
3779
- BaseSvgIcon$1g,
3883
+ BaseSvgIcon$1i,
3780
3884
  {
3781
3885
  ref,
3782
3886
  viewBox: "0 0 24 24",
@@ -3790,7 +3894,7 @@ function ParameterSettings({ width, height, sx, ...props }, ref) {
3790
3894
  );
3791
3895
  }
3792
3896
  const ParameterSettings$1 = forwardRef(ParameterSettings);
3793
- const Icon$1f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3897
+ const Icon$1h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3794
3898
  "path",
3795
3899
  {
3796
3900
  fill: "currentColor",
@@ -3799,10 +3903,10 @@ const Icon$1f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
3799
3903
  clipRule: "evenodd"
3800
3904
  }
3801
3905
  ) });
3802
- const BaseSvgIcon$1f = createSvgIcon(Icon$1f(), "PawnChess");
3906
+ const BaseSvgIcon$1h = createSvgIcon(Icon$1h(), "PawnChess");
3803
3907
  function PawnChess({ width, height, sx, ...props }, ref) {
3804
3908
  return /* @__PURE__ */ jsx(
3805
- BaseSvgIcon$1f,
3909
+ BaseSvgIcon$1h,
3806
3910
  {
3807
3911
  ref,
3808
3912
  viewBox: "0 0 24 24",
@@ -3816,7 +3920,7 @@ function PawnChess({ width, height, sx, ...props }, ref) {
3816
3920
  );
3817
3921
  }
3818
3922
  const PawnChess$1 = forwardRef(PawnChess);
3819
- const Icon$1e = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3923
+ const Icon$1g = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3820
3924
  "path",
3821
3925
  {
3822
3926
  fill: "currentColor",
@@ -3825,10 +3929,10 @@ const Icon$1e = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
3825
3929
  clipRule: "evenodd"
3826
3930
  }
3827
3931
  ) });
3828
- const BaseSvgIcon$1e = createSvgIcon(Icon$1e(), "PlaceSelect");
3932
+ const BaseSvgIcon$1g = createSvgIcon(Icon$1g(), "PlaceSelect");
3829
3933
  function PlaceSelect({ width, height, sx, ...props }, ref) {
3830
3934
  return /* @__PURE__ */ jsx(
3831
- BaseSvgIcon$1e,
3935
+ BaseSvgIcon$1g,
3832
3936
  {
3833
3937
  ref,
3834
3938
  viewBox: "0 0 24 24",
@@ -3842,7 +3946,7 @@ function PlaceSelect({ width, height, sx, ...props }, ref) {
3842
3946
  );
3843
3947
  }
3844
3948
  const PlaceSelect$1 = forwardRef(PlaceSelect);
3845
- const Icon$1d = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3949
+ const Icon$1f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
3846
3950
  "path",
3847
3951
  {
3848
3952
  fill: "currentColor",
@@ -3851,10 +3955,10 @@ const Icon$1d = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
3851
3955
  clipRule: "evenodd"
3852
3956
  }
3853
3957
  ) });
3854
- const BaseSvgIcon$1d = createSvgIcon(Icon$1d(), "PointsOfInterest");
3958
+ const BaseSvgIcon$1f = createSvgIcon(Icon$1f(), "PointsOfInterest");
3855
3959
  function PointsOfInterest({ width, height, sx, ...props }, ref) {
3856
3960
  return /* @__PURE__ */ jsx(
3857
- BaseSvgIcon$1d,
3961
+ BaseSvgIcon$1f,
3858
3962
  {
3859
3963
  ref,
3860
3964
  viewBox: "0 0 24 24",
@@ -3868,7 +3972,7 @@ function PointsOfInterest({ width, height, sx, ...props }, ref) {
3868
3972
  );
3869
3973
  }
3870
3974
  const PointsOfInterest$1 = forwardRef(PointsOfInterest);
3871
- const Icon$1c = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3975
+ const Icon$1e = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3872
3976
  /* @__PURE__ */ jsx(
3873
3977
  "path",
3874
3978
  {
@@ -3925,10 +4029,10 @@ const Icon$1c = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
3925
4029
  }
3926
4030
  )
3927
4031
  ] });
3928
- const BaseSvgIcon$1c = createSvgIcon(Icon$1c(), "Postgre");
4032
+ const BaseSvgIcon$1e = createSvgIcon(Icon$1e(), "Postgre");
3929
4033
  function Postgre({ width, height, sx, ...props }, ref) {
3930
4034
  return /* @__PURE__ */ jsx(
3931
- BaseSvgIcon$1c,
4035
+ BaseSvgIcon$1e,
3932
4036
  {
3933
4037
  ref,
3934
4038
  viewBox: "0 0 24 24",
@@ -3942,7 +4046,7 @@ function Postgre({ width, height, sx, ...props }, ref) {
3942
4046
  );
3943
4047
  }
3944
4048
  const Postgre$1 = forwardRef(Postgre);
3945
- const Icon$1b = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4049
+ const Icon$1d = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3946
4050
  /* @__PURE__ */ jsx(
3947
4051
  "path",
3948
4052
  {
@@ -3960,10 +4064,10 @@ const Icon$1b = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
3960
4064
  }
3961
4065
  )
3962
4066
  ] });
3963
- const BaseSvgIcon$1b = createSvgIcon(Icon$1b(), "PostgreOutlined");
4067
+ const BaseSvgIcon$1d = createSvgIcon(Icon$1d(), "PostgreOutlined");
3964
4068
  function PostgreOutlined({ width, height, sx, ...props }, ref) {
3965
4069
  return /* @__PURE__ */ jsx(
3966
- BaseSvgIcon$1b,
4070
+ BaseSvgIcon$1d,
3967
4071
  {
3968
4072
  ref,
3969
4073
  viewBox: "0 0 24 24",
@@ -3977,7 +4081,7 @@ function PostgreOutlined({ width, height, sx, ...props }, ref) {
3977
4081
  );
3978
4082
  }
3979
4083
  const PostgreOutlined$1 = forwardRef(PostgreOutlined);
3980
- const Icon$1a = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4084
+ const Icon$1c = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3981
4085
  /* @__PURE__ */ jsx(
3982
4086
  "path",
3983
4087
  {
@@ -4011,10 +4115,10 @@ const Icon$1a = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
4011
4115
  }
4012
4116
  )
4013
4117
  ] });
4014
- const BaseSvgIcon$1a = createSvgIcon(Icon$1a(), "Preferences");
4118
+ const BaseSvgIcon$1c = createSvgIcon(Icon$1c(), "Preferences");
4015
4119
  function Preferences({ width, height, sx, ...props }, ref) {
4016
4120
  return /* @__PURE__ */ jsx(
4017
- BaseSvgIcon$1a,
4121
+ BaseSvgIcon$1c,
4018
4122
  {
4019
4123
  ref,
4020
4124
  viewBox: "0 0 24 24",
@@ -4028,7 +4132,7 @@ function Preferences({ width, height, sx, ...props }, ref) {
4028
4132
  );
4029
4133
  }
4030
4134
  const Preferences$1 = forwardRef(Preferences);
4031
- const Icon$19 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
4135
+ const Icon$1b = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
4032
4136
  "path",
4033
4137
  {
4034
4138
  fill: "currentColor",
@@ -4037,10 +4141,10 @@ const Icon$19 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
4037
4141
  clipRule: "evenodd"
4038
4142
  }
4039
4143
  ) });
4040
- const BaseSvgIcon$19 = createSvgIcon(Icon$19(), "ProcessData");
4144
+ const BaseSvgIcon$1b = createSvgIcon(Icon$1b(), "ProcessData");
4041
4145
  function ProcessData({ width, height, sx, ...props }, ref) {
4042
4146
  return /* @__PURE__ */ jsx(
4043
- BaseSvgIcon$19,
4147
+ BaseSvgIcon$1b,
4044
4148
  {
4045
4149
  ref,
4046
4150
  viewBox: "0 0 24 24",
@@ -4054,7 +4158,7 @@ function ProcessData({ width, height, sx, ...props }, ref) {
4054
4158
  );
4055
4159
  }
4056
4160
  const ProcessData$1 = forwardRef(ProcessData);
4057
- const Icon$18 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4161
+ const Icon$1a = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4058
4162
  /* @__PURE__ */ jsx(
4059
4163
  "path",
4060
4164
  {
@@ -4072,10 +4176,10 @@ const Icon$18 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
4072
4176
  }
4073
4177
  )
4074
4178
  ] });
4075
- const BaseSvgIcon$18 = createSvgIcon(Icon$18(), "PublicWithPassword");
4179
+ const BaseSvgIcon$1a = createSvgIcon(Icon$1a(), "PublicWithPassword");
4076
4180
  function PublicWithPassword({ width, height, sx, ...props }, ref) {
4077
4181
  return /* @__PURE__ */ jsx(
4078
- BaseSvgIcon$18,
4182
+ BaseSvgIcon$1a,
4079
4183
  {
4080
4184
  ref,
4081
4185
  viewBox: "0 0 24 24",
@@ -4089,17 +4193,17 @@ function PublicWithPassword({ width, height, sx, ...props }, ref) {
4089
4193
  );
4090
4194
  }
4091
4195
  const PublicWithPassword$1 = forwardRef(PublicWithPassword);
4092
- const Icon$17 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
4196
+ const Icon$19 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
4093
4197
  "path",
4094
4198
  {
4095
4199
  fill: "currentColor",
4096
4200
  d: "M11 20v-8.15l-2.6 2.6L7 13l5-5 5 5-1.4 1.45-2.6-2.6V20zM4 9V6q0-.824.588-1.412A1.93 1.93 0 0 1 6 4h12q.824 0 1.413.588Q20 5.175 20 6v3h-2V6H6v3z"
4097
4201
  }
4098
4202
  ) });
4099
- const BaseSvgIcon$17 = createSvgIcon(Icon$17(), "Publish");
4203
+ const BaseSvgIcon$19 = createSvgIcon(Icon$19(), "Publish");
4100
4204
  function Publish({ width, height, sx, ...props }, ref) {
4101
4205
  return /* @__PURE__ */ jsx(
4102
- BaseSvgIcon$17,
4206
+ BaseSvgIcon$19,
4103
4207
  {
4104
4208
  ref,
4105
4209
  viewBox: "0 0 24 24",
@@ -4113,7 +4217,7 @@ function Publish({ width, height, sx, ...props }, ref) {
4113
4217
  );
4114
4218
  }
4115
4219
  const Publish$1 = forwardRef(Publish);
4116
- const Icon$16 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
4220
+ const Icon$18 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
4117
4221
  "path",
4118
4222
  {
4119
4223
  fill: "currentColor",
@@ -4122,10 +4226,10 @@ const Icon$16 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
4122
4226
  clipRule: "evenodd"
4123
4227
  }
4124
4228
  ) });
4125
- const BaseSvgIcon$16 = createSvgIcon(Icon$16(), "Quadbin");
4229
+ const BaseSvgIcon$18 = createSvgIcon(Icon$18(), "Quadbin");
4126
4230
  function Quadbin({ width, height, sx, ...props }, ref) {
4127
4231
  return /* @__PURE__ */ jsx(
4128
- BaseSvgIcon$16,
4232
+ BaseSvgIcon$18,
4129
4233
  {
4130
4234
  ref,
4131
4235
  viewBox: "0 0 24 24",
@@ -4139,7 +4243,7 @@ function Quadbin({ width, height, sx, ...props }, ref) {
4139
4243
  );
4140
4244
  }
4141
4245
  const Quadbin$1 = forwardRef(Quadbin);
4142
- const Icon$15 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4246
+ const Icon$17 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4143
4247
  /* @__PURE__ */ jsx(
4144
4248
  "path",
4145
4249
  {
@@ -4157,10 +4261,10 @@ const Icon$15 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
4157
4261
  }
4158
4262
  )
4159
4263
  ] });
4160
- const BaseSvgIcon$15 = createSvgIcon(Icon$15(), "Quadkey");
4264
+ const BaseSvgIcon$17 = createSvgIcon(Icon$17(), "Quadkey");
4161
4265
  function Quadkey({ width, height, sx, ...props }, ref) {
4162
4266
  return /* @__PURE__ */ jsx(
4163
- BaseSvgIcon$15,
4267
+ BaseSvgIcon$17,
4164
4268
  {
4165
4269
  ref,
4166
4270
  viewBox: "0 0 24 24",
@@ -4174,7 +4278,7 @@ function Quadkey({ width, height, sx, ...props }, ref) {
4174
4278
  );
4175
4279
  }
4176
4280
  const Quadkey$1 = forwardRef(Quadkey);
4177
- const Icon$14 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4281
+ const Icon$16 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4178
4282
  /* @__PURE__ */ jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsx(
4179
4283
  "path",
4180
4284
  {
@@ -4186,10 +4290,10 @@ const Icon$14 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
4186
4290
  ) }),
4187
4291
  /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
4188
4292
  ] });
4189
- const BaseSvgIcon$14 = createSvgIcon(Icon$14(), "QueryTable");
4293
+ const BaseSvgIcon$16 = createSvgIcon(Icon$16(), "QueryTable");
4190
4294
  function QueryTable({ width, height, sx, ...props }, ref) {
4191
4295
  return /* @__PURE__ */ jsx(
4192
- BaseSvgIcon$14,
4296
+ BaseSvgIcon$16,
4193
4297
  {
4194
4298
  ref,
4195
4299
  viewBox: "0 0 24 24",
@@ -4203,7 +4307,7 @@ function QueryTable({ width, height, sx, ...props }, ref) {
4203
4307
  );
4204
4308
  }
4205
4309
  const QueryTable$1 = forwardRef(QueryTable);
4206
- const Icon$13 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4310
+ const Icon$15 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4207
4311
  /* @__PURE__ */ jsx(
4208
4312
  "path",
4209
4313
  {
@@ -4221,10 +4325,10 @@ const Icon$13 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
4221
4325
  }
4222
4326
  )
4223
4327
  ] });
4224
- const BaseSvgIcon$13 = createSvgIcon(Icon$13(), "Rain");
4328
+ const BaseSvgIcon$15 = createSvgIcon(Icon$15(), "Rain");
4225
4329
  function Rain({ width, height, sx, ...props }, ref) {
4226
4330
  return /* @__PURE__ */ jsx(
4227
- BaseSvgIcon$13,
4331
+ BaseSvgIcon$15,
4228
4332
  {
4229
4333
  ref,
4230
4334
  viewBox: "0 0 24 24",
@@ -4238,17 +4342,17 @@ function Rain({ width, height, sx, ...props }, ref) {
4238
4342
  );
4239
4343
  }
4240
4344
  const Rain$1 = forwardRef(Rain);
4241
- const Icon$12 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
4345
+ const Icon$14 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
4242
4346
  "path",
4243
4347
  {
4244
4348
  fill: "currentColor",
4245
4349
  d: "M6.5 21v-3.5H3V21zM7.5 21h4v-3.5h-4zM17.5 21H21v-3.5h-3.5zM21 11.5v-4h-3.5v4zM21 6.5V3h-3.5v3.5zM16.5 3h-4v3.5h4zM11.5 3h-4v3.5h4zM6.5 3H3v3.5h3.5zM3 7.5v4h3.5v-4zM3 12.5v4h3.5v-4zM11.5 16.5h-4v-4h4zM11.5 11.5h-4v-4h4zM12.5 12.5h4v4h-4z"
4246
4350
  }
4247
4351
  ) });
4248
- const BaseSvgIcon$12 = createSvgIcon(Icon$12(), "Raster");
4352
+ const BaseSvgIcon$14 = createSvgIcon(Icon$14(), "Raster");
4249
4353
  function Raster({ width, height, sx, ...props }, ref) {
4250
4354
  return /* @__PURE__ */ jsx(
4251
- BaseSvgIcon$12,
4355
+ BaseSvgIcon$14,
4252
4356
  {
4253
4357
  ref,
4254
4358
  viewBox: "0 0 24 24",
@@ -4262,17 +4366,17 @@ function Raster({ width, height, sx, ...props }, ref) {
4262
4366
  );
4263
4367
  }
4264
4368
  const Raster$1 = forwardRef(Raster);
4265
- const Icon$11 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
4369
+ const Icon$13 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
4266
4370
  "path",
4267
4371
  {
4268
4372
  fill: "currentColor",
4269
4373
  d: "M9 18h8v-2H9c-2.21 0-4-1.79-4-4s1.79-4 4-4h8.17l-2.59 2.59L16 12l5-5-5-5-1.41 1.41L17.17 6H9c-3.31 0-6 2.69-6 6s2.69 6 6 6"
4270
4374
  }
4271
4375
  ) });
4272
- const BaseSvgIcon$11 = createSvgIcon(Icon$11(), "RedoAlt");
4376
+ const BaseSvgIcon$13 = createSvgIcon(Icon$13(), "RedoAlt");
4273
4377
  function RedoAlt({ width, height, sx, ...props }, ref) {
4274
4378
  return /* @__PURE__ */ jsx(
4275
- BaseSvgIcon$11,
4379
+ BaseSvgIcon$13,
4276
4380
  {
4277
4381
  ref,
4278
4382
  viewBox: "0 0 24 24",
@@ -4286,7 +4390,7 @@ function RedoAlt({ width, height, sx, ...props }, ref) {
4286
4390
  );
4287
4391
  }
4288
4392
  const RedoAlt$1 = forwardRef(RedoAlt);
4289
- const Icon$10 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
4393
+ const Icon$12 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
4290
4394
  "path",
4291
4395
  {
4292
4396
  fill: "currentColor",
@@ -4295,10 +4399,10 @@ const Icon$10 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
4295
4399
  clipRule: "evenodd"
4296
4400
  }
4297
4401
  ) });
4298
- const BaseSvgIcon$10 = createSvgIcon(Icon$10(), "Redshift");
4402
+ const BaseSvgIcon$12 = createSvgIcon(Icon$12(), "Redshift");
4299
4403
  function Redshift({ width, height, sx, ...props }, ref) {
4300
4404
  return /* @__PURE__ */ jsx(
4301
- BaseSvgIcon$10,
4405
+ BaseSvgIcon$12,
4302
4406
  {
4303
4407
  ref,
4304
4408
  viewBox: "0 0 24 24",
@@ -4312,7 +4416,7 @@ function Redshift({ width, height, sx, ...props }, ref) {
4312
4416
  );
4313
4417
  }
4314
4418
  const Redshift$1 = forwardRef(Redshift);
4315
- const Icon$$ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
4419
+ const Icon$11 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
4316
4420
  "path",
4317
4421
  {
4318
4422
  fill: "currentColor",
@@ -4321,10 +4425,10 @@ const Icon$$ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
4321
4425
  clipRule: "evenodd"
4322
4426
  }
4323
4427
  ) });
4324
- const BaseSvgIcon$$ = createSvgIcon(Icon$$(), "Report");
4428
+ const BaseSvgIcon$11 = createSvgIcon(Icon$11(), "Report");
4325
4429
  function Report({ width, height, sx, ...props }, ref) {
4326
4430
  return /* @__PURE__ */ jsx(
4327
- BaseSvgIcon$$,
4431
+ BaseSvgIcon$11,
4328
4432
  {
4329
4433
  ref,
4330
4434
  viewBox: "0 0 24 24",
@@ -4338,7 +4442,7 @@ function Report({ width, height, sx, ...props }, ref) {
4338
4442
  );
4339
4443
  }
4340
4444
  const Report$1 = forwardRef(Report);
4341
- const Icon$_ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
4445
+ const Icon$10 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
4342
4446
  "path",
4343
4447
  {
4344
4448
  fill: "currentColor",
@@ -4347,10 +4451,10 @@ const Icon$_ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
4347
4451
  clipRule: "evenodd"
4348
4452
  }
4349
4453
  ) });
4350
- const BaseSvgIcon$_ = createSvgIcon(Icon$_(), "Reset");
4454
+ const BaseSvgIcon$10 = createSvgIcon(Icon$10(), "Reset");
4351
4455
  function Reset({ width, height, sx, ...props }, ref) {
4352
4456
  return /* @__PURE__ */ jsx(
4353
- BaseSvgIcon$_,
4457
+ BaseSvgIcon$10,
4354
4458
  {
4355
4459
  ref,
4356
4460
  viewBox: "0 0 24 24",
@@ -4364,7 +4468,7 @@ function Reset({ width, height, sx, ...props }, ref) {
4364
4468
  );
4365
4469
  }
4366
4470
  const Reset$1 = forwardRef(Reset);
4367
- const Icon$Z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4471
+ const Icon$$ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4368
4472
  /* @__PURE__ */ jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsx(
4369
4473
  "path",
4370
4474
  {
@@ -4376,10 +4480,10 @@ const Icon$Z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
4376
4480
  ) }),
4377
4481
  /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
4378
4482
  ] });
4379
- const BaseSvgIcon$Z = createSvgIcon(Icon$Z(), "RiskAnalysis");
4483
+ const BaseSvgIcon$$ = createSvgIcon(Icon$$(), "RiskAnalysis");
4380
4484
  function RiskAnalysis({ width, height, sx, ...props }, ref) {
4381
4485
  return /* @__PURE__ */ jsx(
4382
- BaseSvgIcon$Z,
4486
+ BaseSvgIcon$$,
4383
4487
  {
4384
4488
  ref,
4385
4489
  viewBox: "0 0 24 24",
@@ -4393,7 +4497,7 @@ function RiskAnalysis({ width, height, sx, ...props }, ref) {
4393
4497
  );
4394
4498
  }
4395
4499
  const RiskAnalysis$1 = forwardRef(RiskAnalysis);
4396
- const Icon$Y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4500
+ const Icon$_ = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4397
4501
  /* @__PURE__ */ jsx(
4398
4502
  "path",
4399
4503
  {
@@ -4412,10 +4516,10 @@ const Icon$Y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
4412
4516
  }
4413
4517
  )
4414
4518
  ] });
4415
- const BaseSvgIcon$Y = createSvgIcon(Icon$Y(), "RoadTraffic");
4519
+ const BaseSvgIcon$_ = createSvgIcon(Icon$_(), "RoadTraffic");
4416
4520
  function RoadTraffic({ width, height, sx, ...props }, ref) {
4417
4521
  return /* @__PURE__ */ jsx(
4418
- BaseSvgIcon$Y,
4522
+ BaseSvgIcon$_,
4419
4523
  {
4420
4524
  ref,
4421
4525
  viewBox: "0 0 24 24",
@@ -4429,7 +4533,7 @@ function RoadTraffic({ width, height, sx, ...props }, ref) {
4429
4533
  );
4430
4534
  }
4431
4535
  const RoadTraffic$1 = forwardRef(RoadTraffic);
4432
- const Icon$X = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4536
+ const Icon$Z = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4433
4537
  /* @__PURE__ */ jsx(
4434
4538
  "path",
4435
4539
  {
@@ -4448,10 +4552,10 @@ const Icon$X = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
4448
4552
  }
4449
4553
  )
4450
4554
  ] });
4451
- const BaseSvgIcon$X = createSvgIcon(Icon$X(), "RunSettings");
4555
+ const BaseSvgIcon$Z = createSvgIcon(Icon$Z(), "RunSettings");
4452
4556
  function RunSettings({ width, height, sx, ...props }, ref) {
4453
4557
  return /* @__PURE__ */ jsx(
4454
- BaseSvgIcon$X,
4558
+ BaseSvgIcon$Z,
4455
4559
  {
4456
4560
  ref,
4457
4561
  viewBox: "0 0 24 24",
@@ -4465,7 +4569,7 @@ function RunSettings({ width, height, sx, ...props }, ref) {
4465
4569
  );
4466
4570
  }
4467
4571
  const RunSettings$1 = forwardRef(RunSettings);
4468
- const Icon$W = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
4572
+ const Icon$Y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
4469
4573
  "path",
4470
4574
  {
4471
4575
  fill: "currentColor",
@@ -4474,10 +4578,10 @@ const Icon$W = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
4474
4578
  clipRule: "evenodd"
4475
4579
  }
4476
4580
  ) });
4477
- const BaseSvgIcon$W = createSvgIcon(Icon$W(), "RunStep");
4581
+ const BaseSvgIcon$Y = createSvgIcon(Icon$Y(), "RunStep");
4478
4582
  function RunStep({ width, height, sx, ...props }, ref) {
4479
4583
  return /* @__PURE__ */ jsx(
4480
- BaseSvgIcon$W,
4584
+ BaseSvgIcon$Y,
4481
4585
  {
4482
4586
  ref,
4483
4587
  viewBox: "0 0 24 24",
@@ -4491,7 +4595,7 @@ function RunStep({ width, height, sx, ...props }, ref) {
4491
4595
  );
4492
4596
  }
4493
4597
  const RunStep$1 = forwardRef(RunStep);
4494
- const Icon$V = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
4598
+ const Icon$X = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
4495
4599
  "path",
4496
4600
  {
4497
4601
  fill: "currentColor",
@@ -4500,10 +4604,10 @@ const Icon$V = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
4500
4604
  clipRule: "evenodd"
4501
4605
  }
4502
4606
  ) });
4503
- const BaseSvgIcon$V = createSvgIcon(Icon$V(), "Salesforce");
4607
+ const BaseSvgIcon$X = createSvgIcon(Icon$X(), "Salesforce");
4504
4608
  function Salesforce({ width, height, sx, ...props }, ref) {
4505
4609
  return /* @__PURE__ */ jsx(
4506
- BaseSvgIcon$V,
4610
+ BaseSvgIcon$X,
4507
4611
  {
4508
4612
  ref,
4509
4613
  viewBox: "0 0 24 24",
@@ -4517,7 +4621,7 @@ function Salesforce({ width, height, sx, ...props }, ref) {
4517
4621
  );
4518
4622
  }
4519
4623
  const Salesforce$1 = forwardRef(Salesforce);
4520
- const Icon$U = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
4624
+ const Icon$W = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
4521
4625
  "path",
4522
4626
  {
4523
4627
  fill: "currentColor",
@@ -4526,10 +4630,10 @@ const Icon$U = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
4526
4630
  clipRule: "evenodd"
4527
4631
  }
4528
4632
  ) });
4529
- const BaseSvgIcon$U = createSvgIcon(Icon$U(), "Sample");
4633
+ const BaseSvgIcon$W = createSvgIcon(Icon$W(), "Sample");
4530
4634
  function Sample({ width, height, sx, ...props }, ref) {
4531
4635
  return /* @__PURE__ */ jsx(
4532
- BaseSvgIcon$U,
4636
+ BaseSvgIcon$W,
4533
4637
  {
4534
4638
  ref,
4535
4639
  viewBox: "0 0 24 24",
@@ -4543,7 +4647,7 @@ function Sample({ width, height, sx, ...props }, ref) {
4543
4647
  );
4544
4648
  }
4545
4649
  const Sample$1 = forwardRef(Sample);
4546
- const Icon$T = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4650
+ const Icon$V = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4547
4651
  /* @__PURE__ */ jsx(
4548
4652
  "path",
4549
4653
  {
@@ -4559,10 +4663,10 @@ const Icon$T = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
4559
4663
  }
4560
4664
  )
4561
4665
  ] });
4562
- const BaseSvgIcon$T = createSvgIcon(Icon$T(), "SaveOk");
4666
+ const BaseSvgIcon$V = createSvgIcon(Icon$V(), "SaveOk");
4563
4667
  function SaveOk({ width, height, sx, ...props }, ref) {
4564
4668
  return /* @__PURE__ */ jsx(
4565
- BaseSvgIcon$T,
4669
+ BaseSvgIcon$V,
4566
4670
  {
4567
4671
  ref,
4568
4672
  viewBox: "0 0 24 24",
@@ -4576,7 +4680,7 @@ function SaveOk({ width, height, sx, ...props }, ref) {
4576
4680
  );
4577
4681
  }
4578
4682
  const SaveOk$1 = forwardRef(SaveOk);
4579
- const Icon$S = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4683
+ const Icon$U = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4580
4684
  /* @__PURE__ */ jsx(
4581
4685
  "path",
4582
4686
  {
@@ -4601,10 +4705,10 @@ const Icon$S = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
4601
4705
  }
4602
4706
  )
4603
4707
  ] });
4604
- const BaseSvgIcon$S = createSvgIcon(Icon$S(), "ScheduleRun");
4708
+ const BaseSvgIcon$U = createSvgIcon(Icon$U(), "ScheduleRun");
4605
4709
  function ScheduleRun({ width, height, sx, ...props }, ref) {
4606
4710
  return /* @__PURE__ */ jsx(
4607
- BaseSvgIcon$S,
4711
+ BaseSvgIcon$U,
4608
4712
  {
4609
4713
  ref,
4610
4714
  viewBox: "0 0 24 24",
@@ -4618,7 +4722,7 @@ function ScheduleRun({ width, height, sx, ...props }, ref) {
4618
4722
  );
4619
4723
  }
4620
4724
  const ScheduleRun$1 = forwardRef(ScheduleRun);
4621
- const Icon$R = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4725
+ const Icon$T = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4622
4726
  /* @__PURE__ */ jsx(
4623
4727
  "path",
4624
4728
  {
@@ -4634,10 +4738,10 @@ const Icon$R = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
4634
4738
  }
4635
4739
  )
4636
4740
  ] });
4637
- const BaseSvgIcon$R = createSvgIcon(Icon$R(), "SelectDestination");
4741
+ const BaseSvgIcon$T = createSvgIcon(Icon$T(), "SelectDestination");
4638
4742
  function SelectDestination({ width, height, sx, ...props }, ref) {
4639
4743
  return /* @__PURE__ */ jsx(
4640
- BaseSvgIcon$R,
4744
+ BaseSvgIcon$T,
4641
4745
  {
4642
4746
  ref,
4643
4747
  viewBox: "0 0 24 24",
@@ -4651,7 +4755,7 @@ function SelectDestination({ width, height, sx, ...props }, ref) {
4651
4755
  );
4652
4756
  }
4653
4757
  const SelectDestination$1 = forwardRef(SelectDestination);
4654
- const Icon$Q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4758
+ const Icon$S = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4655
4759
  /* @__PURE__ */ jsx(
4656
4760
  "path",
4657
4761
  {
@@ -4667,10 +4771,10 @@ const Icon$Q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
4667
4771
  }
4668
4772
  )
4669
4773
  ] });
4670
- const BaseSvgIcon$Q = createSvgIcon(Icon$Q(), "SelectFeature");
4774
+ const BaseSvgIcon$S = createSvgIcon(Icon$S(), "SelectFeature");
4671
4775
  function SelectFeature({ width, height, sx, ...props }, ref) {
4672
4776
  return /* @__PURE__ */ jsx(
4673
- BaseSvgIcon$Q,
4777
+ BaseSvgIcon$S,
4674
4778
  {
4675
4779
  ref,
4676
4780
  viewBox: "0 0 24 24",
@@ -4684,7 +4788,7 @@ function SelectFeature({ width, height, sx, ...props }, ref) {
4684
4788
  );
4685
4789
  }
4686
4790
  const SelectFeature$1 = forwardRef(SelectFeature);
4687
- const Icon$P = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
4791
+ const Icon$R = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
4688
4792
  "path",
4689
4793
  {
4690
4794
  fill: "currentColor",
@@ -4693,10 +4797,10 @@ const Icon$P = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
4693
4797
  clipRule: "evenodd"
4694
4798
  }
4695
4799
  ) });
4696
- const BaseSvgIcon$P = createSvgIcon(Icon$P(), "SelectTool");
4800
+ const BaseSvgIcon$R = createSvgIcon(Icon$R(), "SelectTool");
4697
4801
  function SelectTool({ width, height, sx, ...props }, ref) {
4698
4802
  return /* @__PURE__ */ jsx(
4699
- BaseSvgIcon$P,
4803
+ BaseSvgIcon$R,
4700
4804
  {
4701
4805
  ref,
4702
4806
  viewBox: "0 0 24 24",
@@ -4710,17 +4814,17 @@ function SelectTool({ width, height, sx, ...props }, ref) {
4710
4814
  );
4711
4815
  }
4712
4816
  const SelectTool$1 = forwardRef(SelectTool);
4713
- const Icon$O = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
4817
+ const Icon$Q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
4714
4818
  "path",
4715
4819
  {
4716
4820
  fill: "currentColor",
4717
4821
  d: "M15 3v11h6V5a2 2 0 0 0-2-2zM17 23v-6h6l-2.29 2.3L23 21.59 21.59 23l-2.3-2.29zM13 21h-2v-2h2zM9 5H7V3h2zM5 17H3v-2h2zM5 19v2c-1.1 0-2-.9-2-2zM13 5h-2V3h2zM5 9H3V7h2zM9 21H7v-2h2zM5 13H3v-2h2zM5 5H3c0-1.1.9-2 2-2zM9 17h2v-2H9zM11 9H9V7h2zM9 13h2v-2H9z"
4718
4822
  }
4719
4823
  ) });
4720
- const BaseSvgIcon$O = createSvgIcon(Icon$O(), "SelectVariable");
4824
+ const BaseSvgIcon$Q = createSvgIcon(Icon$Q(), "SelectVariable");
4721
4825
  function SelectVariable({ width, height, sx, ...props }, ref) {
4722
4826
  return /* @__PURE__ */ jsx(
4723
- BaseSvgIcon$O,
4827
+ BaseSvgIcon$Q,
4724
4828
  {
4725
4829
  ref,
4726
4830
  viewBox: "0 0 24 24",
@@ -4734,7 +4838,7 @@ function SelectVariable({ width, height, sx, ...props }, ref) {
4734
4838
  );
4735
4839
  }
4736
4840
  const SelectVariable$1 = forwardRef(SelectVariable);
4737
- const Icon$N = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4841
+ const Icon$P = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4738
4842
  /* @__PURE__ */ jsx(
4739
4843
  "path",
4740
4844
  {
@@ -4750,10 +4854,10 @@ const Icon$N = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
4750
4854
  }
4751
4855
  )
4752
4856
  ] });
4753
- const BaseSvgIcon$N = createSvgIcon(Icon$N(), "ShowNodeResults");
4857
+ const BaseSvgIcon$P = createSvgIcon(Icon$P(), "ShowNodeResults");
4754
4858
  function ShowNodeResults({ width, height, sx, ...props }, ref) {
4755
4859
  return /* @__PURE__ */ jsx(
4756
- BaseSvgIcon$N,
4860
+ BaseSvgIcon$P,
4757
4861
  {
4758
4862
  ref,
4759
4863
  viewBox: "0 0 24 24",
@@ -4767,7 +4871,7 @@ function ShowNodeResults({ width, height, sx, ...props }, ref) {
4767
4871
  );
4768
4872
  }
4769
4873
  const ShowNodeResults$1 = forwardRef(ShowNodeResults);
4770
- const Icon$M = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4874
+ const Icon$O = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4771
4875
  /* @__PURE__ */ jsx(
4772
4876
  "path",
4773
4877
  {
@@ -4785,10 +4889,10 @@ const Icon$M = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
4785
4889
  }
4786
4890
  )
4787
4891
  ] });
4788
- const BaseSvgIcon$M = createSvgIcon(Icon$M(), "ShowRightsidebar");
4892
+ const BaseSvgIcon$O = createSvgIcon(Icon$O(), "ShowRightsidebar");
4789
4893
  function ShowRightsidebar({ width, height, sx, ...props }, ref) {
4790
4894
  return /* @__PURE__ */ jsx(
4791
- BaseSvgIcon$M,
4895
+ BaseSvgIcon$O,
4792
4896
  {
4793
4897
  ref,
4794
4898
  viewBox: "0 0 24 24",
@@ -4802,7 +4906,7 @@ function ShowRightsidebar({ width, height, sx, ...props }, ref) {
4802
4906
  );
4803
4907
  }
4804
4908
  const ShowRightsidebar$1 = forwardRef(ShowRightsidebar);
4805
- const Icon$L = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4909
+ const Icon$N = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4806
4910
  /* @__PURE__ */ jsx(
4807
4911
  "path",
4808
4912
  {
@@ -4820,10 +4924,10 @@ const Icon$L = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
4820
4924
  }
4821
4925
  )
4822
4926
  ] });
4823
- const BaseSvgIcon$L = createSvgIcon(Icon$L(), "SingleLayer");
4927
+ const BaseSvgIcon$N = createSvgIcon(Icon$N(), "SingleLayer");
4824
4928
  function SingleLayer({ width, height, sx, ...props }, ref) {
4825
4929
  return /* @__PURE__ */ jsx(
4826
- BaseSvgIcon$L,
4930
+ BaseSvgIcon$N,
4827
4931
  {
4828
4932
  ref,
4829
4933
  viewBox: "0 0 24 24",
@@ -4837,7 +4941,7 @@ function SingleLayer({ width, height, sx, ...props }, ref) {
4837
4941
  );
4838
4942
  }
4839
4943
  const SingleLayer$1 = forwardRef(SingleLayer);
4840
- const Icon$K = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
4944
+ const Icon$M = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
4841
4945
  "path",
4842
4946
  {
4843
4947
  fill: "currentColor",
@@ -4846,10 +4950,10 @@ const Icon$K = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
4846
4950
  clipRule: "evenodd"
4847
4951
  }
4848
4952
  ) });
4849
- const BaseSvgIcon$K = createSvgIcon(Icon$K(), "SiteSelection");
4953
+ const BaseSvgIcon$M = createSvgIcon(Icon$M(), "SiteSelection");
4850
4954
  function SiteSelection({ width, height, sx, ...props }, ref) {
4851
4955
  return /* @__PURE__ */ jsx(
4852
- BaseSvgIcon$K,
4956
+ BaseSvgIcon$M,
4853
4957
  {
4854
4958
  ref,
4855
4959
  viewBox: "0 0 24 24",
@@ -4863,7 +4967,7 @@ function SiteSelection({ width, height, sx, ...props }, ref) {
4863
4967
  );
4864
4968
  }
4865
4969
  const SiteSelection$1 = forwardRef(SiteSelection);
4866
- const Icon$J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
4970
+ const Icon$L = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
4867
4971
  "path",
4868
4972
  {
4869
4973
  fill: "currentColor",
@@ -4872,10 +4976,10 @@ const Icon$J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
4872
4976
  clipRule: "evenodd"
4873
4977
  }
4874
4978
  ) });
4875
- const BaseSvgIcon$J = createSvgIcon(Icon$J(), "Snowflake");
4979
+ const BaseSvgIcon$L = createSvgIcon(Icon$L(), "Snowflake");
4876
4980
  function Snowflake({ width, height, sx, ...props }, ref) {
4877
4981
  return /* @__PURE__ */ jsx(
4878
- BaseSvgIcon$J,
4982
+ BaseSvgIcon$L,
4879
4983
  {
4880
4984
  ref,
4881
4985
  viewBox: "0 0 24 24",
@@ -4889,17 +4993,43 @@ function Snowflake({ width, height, sx, ...props }, ref) {
4889
4993
  );
4890
4994
  }
4891
4995
  const Snowflake$1 = forwardRef(Snowflake);
4892
- const Icon$I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
4996
+ const Icon$K = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
4997
+ "path",
4998
+ {
4999
+ fill: "currentColor",
5000
+ fillRule: "evenodd",
5001
+ d: "M4.2 4.2h15.6V21a1.2 1.2 0 0 0 1.2-1.2V4.2A1.2 1.2 0 0 0 19.8 3H4.2A1.2 1.2 0 0 0 3 4.2v15.6A1.2 1.2 0 0 0 4.2 21h4.2v-1.2H4.2zm7.855 18.6a2.4 2.4 0 0 1-1.74-.7 2.29 2.29 0 0 1-.715-1.7q0-1 .716-1.7a2.4 2.4 0 0 1 1.739-.7q.675 0 1.237.33t.89.87H18.6v2.4h-.818v1.2h-2.455v-1.2h-1.145a2.5 2.5 0 0 1-.89.87q-.562.33-1.237.33m0-.8q.674 0 1.084-.405.409-.405.49-.795h2.516V22h.819v-1.2h.818V20H13.63q-.083-.39-.491-.795-.41-.405-1.084-.405t-1.156.47q-.48.47-.48 1.13t.48 1.13q.48.47 1.156.47m0-.8a.8.8 0 0 0 .577-.235.76.76 0 0 0 .24-.565q0-.33-.24-.565a.8.8 0 0 0-.577-.235.8.8 0 0 0-.578.235.76.76 0 0 0-.24.565q0 .33.24.565t.578.235M12 10.2a1.2 1.2 0 1 0 0-2.4 1.2 1.2 0 0 0 0 2.4m0 1.2a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8m4.858 4.78a2.57 2.57 0 0 0-.85-2.462l-.306-.263a3.27 3.27 0 0 0-1.485-.722l-.25-.05a4.3 4.3 0 0 0-.833-.083h-2.16q-.42 0-.832.082l-.25.05c-.55.11-1.06.36-1.486.723l-.306.263a2.58 2.58 0 0 0-.85 2.461q.006.02.025.021h9.558a.03.03 0 0 0 .025-.02M15.532 15a1.4 1.4 0 0 0-.304-.37l-.307-.264a2.07 2.07 0 0 0-.939-.457l-.25-.05a3 3 0 0 0-.598-.059h-2.16q-.3 0-.597.06l-.25.05c-.348.069-.671.226-.94.457l-.306.262a1.4 1.4 0 0 0-.305.371z",
5002
+ clipRule: "evenodd"
5003
+ }
5004
+ ) });
5005
+ const BaseSvgIcon$K = createSvgIcon(Icon$K(), "SpaOauthClient");
5006
+ function SpaOauthClient({ width, height, sx, ...props }, ref) {
5007
+ return /* @__PURE__ */ jsx(
5008
+ BaseSvgIcon$K,
5009
+ {
5010
+ ref,
5011
+ viewBox: "0 0 24 24",
5012
+ sx: {
5013
+ width,
5014
+ height: height || width,
5015
+ ...sx
5016
+ },
5017
+ ...props
5018
+ }
5019
+ );
5020
+ }
5021
+ const SpaOauthClient$1 = forwardRef(SpaOauthClient);
5022
+ const Icon$J = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
4893
5023
  "path",
4894
5024
  {
4895
5025
  fill: "currentColor",
4896
5026
  d: "M15.245.445q-1.07-.3-2.177-.397l-.175 1.992c.612.054 1.223.166 1.813.331zM17.313 1.237q.996.494 1.886 1.161l-1.202 1.6a10 10 0 0 0-1.571-.968zM6.619 1.271l.899 1.787q-.827.417-1.565.977L4.742 2.443c.588-.445 1.219-.84 1.877-1.172M8.155 13.031A4 4 0 0 1 8 12.001a3.994 3.994 0 0 1 2.97-3.846l-.517-1.932A5.996 5.996 0 0 0 6 12c.005.523.08 1.044.223 1.547zM14 12a2 2 0 1 0-4 0 2 2 0 0 0 4 0M14.828 14.828l1.415 1.414A5.96 5.96 0 0 1 12 18a5.96 5.96 0 0 1-4.243-1.758l1.415-1.414c1.51 1.512 4.146 1.512 5.656 0M17.776 13.548l-1.932-.519c.107-.394.156-.72.156-1.029a3.994 3.994 0 0 0-2.969-3.845l.517-1.932A5.996 5.996 0 0 1 18 12c0 .488-.071.98-.224 1.548M22.18 5.643a12 12 0 0 0-1.342-1.759l-1.473 1.354c.417.453.793.947 1.119 1.467zM3.112 3.94l1.48 1.343c-.412.455-.785.951-1.109 1.475l-1.701-1.05a12 12 0 0 1 1.33-1.769M21.824 10.122l1.965-.374a12 12 0 0 0-.613-2.126l-1.863.73c.224.57.396 1.166.511 1.77M10.857.054l.188 1.992a10 10 0 0 0-1.811.341L8.681.465c.708-.203 1.44-.34 2.176-.41M14.746 21.62l.548 1.922a12 12 0 0 0 2.063-.802l-.893-1.789c-.55.275-1.128.5-1.718.668M.797 7.69l1.867.72a10 10 0 0 0-.5 1.773l-1.967-.36c.133-.728.334-1.442.6-2.133M20.506 17.261l1.7 1.054c.389-.627.721-1.293.987-1.98l-1.864-.725a10 10 0 0 1-.823 1.651M10.907 23.951l.18-1.992a10 10 0 0 0 1.846-.003l.185 1.993a12.4 12.4 0 0 1-2.211.002M22 12c0 .62-.057 1.236-.168 1.838l1.967.364c.133-.72.201-1.462.201-2.202v-.046zM19.238 21.573l-1.207-1.595c.49-.37.948-.789 1.362-1.244l1.479 1.348a12 12 0 0 1-1.634 1.491M2 12.021l-2 .005c.002.74.071 1.481.207 2.202l1.965-.369c-.113-.602-.17-1.22-.172-1.838M8.73 23.55a12 12 0 0 1-2.066-.799l.89-1.79a10 10 0 0 0 1.72.663zM2.679 15.63l-1.863.727c.267.686.601 1.352.991 1.98l1.697-1.058a10 10 0 0 1-.825-1.649M4.782 21.587A12 12 0 0 1 3.145 20.1l1.475-1.35c.416.453.876.872 1.366 1.242z"
4897
5027
  }
4898
5028
  ) });
4899
- const BaseSvgIcon$I = createSvgIcon(Icon$I(), "SpatialAnalysis");
5029
+ const BaseSvgIcon$J = createSvgIcon(Icon$J(), "SpatialAnalysis");
4900
5030
  function SpatialAnalysis({ width, height, sx, ...props }, ref) {
4901
5031
  return /* @__PURE__ */ jsx(
4902
- BaseSvgIcon$I,
5032
+ BaseSvgIcon$J,
4903
5033
  {
4904
5034
  ref,
4905
5035
  viewBox: "0 0 24 24",
@@ -4913,7 +5043,7 @@ function SpatialAnalysis({ width, height, sx, ...props }, ref) {
4913
5043
  );
4914
5044
  }
4915
5045
  const SpatialAnalysis$1 = forwardRef(SpatialAnalysis);
4916
- const Icon$H = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
5046
+ const Icon$I = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
4917
5047
  "path",
4918
5048
  {
4919
5049
  fill: "currentColor",
@@ -4922,10 +5052,10 @@ const Icon$H = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
4922
5052
  clipRule: "evenodd"
4923
5053
  }
4924
5054
  ) });
4925
- const BaseSvgIcon$H = createSvgIcon(Icon$H(), "SpatialExtension");
5055
+ const BaseSvgIcon$I = createSvgIcon(Icon$I(), "SpatialExtension");
4926
5056
  function SpatialExtension({ width, height, sx, ...props }, ref) {
4927
5057
  return /* @__PURE__ */ jsx(
4928
- BaseSvgIcon$H,
5058
+ BaseSvgIcon$I,
4929
5059
  {
4930
5060
  ref,
4931
5061
  viewBox: "0 0 24 24",
@@ -4939,7 +5069,7 @@ function SpatialExtension({ width, height, sx, ...props }, ref) {
4939
5069
  );
4940
5070
  }
4941
5071
  const SpatialExtension$1 = forwardRef(SpatialExtension);
4942
- const Icon$G = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
5072
+ const Icon$H = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
4943
5073
  "path",
4944
5074
  {
4945
5075
  fill: "currentColor",
@@ -4948,10 +5078,10 @@ const Icon$G = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
4948
5078
  clipRule: "evenodd"
4949
5079
  }
4950
5080
  ) });
4951
- const BaseSvgIcon$G = createSvgIcon(Icon$G(), "SpatialIndexes");
5081
+ const BaseSvgIcon$H = createSvgIcon(Icon$H(), "SpatialIndexes");
4952
5082
  function SpatialIndexes({ width, height, sx, ...props }, ref) {
4953
5083
  return /* @__PURE__ */ jsx(
4954
- BaseSvgIcon$G,
5084
+ BaseSvgIcon$H,
4955
5085
  {
4956
5086
  ref,
4957
5087
  viewBox: "0 0 24 24",
@@ -4965,7 +5095,7 @@ function SpatialIndexes({ width, height, sx, ...props }, ref) {
4965
5095
  );
4966
5096
  }
4967
5097
  const SpatialIndexes$1 = forwardRef(SpatialIndexes);
4968
- const Icon$F = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
5098
+ const Icon$G = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
4969
5099
  "path",
4970
5100
  {
4971
5101
  fill: "currentColor",
@@ -4974,10 +5104,10 @@ const Icon$F = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
4974
5104
  clipRule: "evenodd"
4975
5105
  }
4976
5106
  ) });
4977
- const BaseSvgIcon$F = createSvgIcon(Icon$F(), "Sql");
5107
+ const BaseSvgIcon$G = createSvgIcon(Icon$G(), "Sql");
4978
5108
  function Sql({ width, height, sx, ...props }, ref) {
4979
5109
  return /* @__PURE__ */ jsx(
4980
- BaseSvgIcon$F,
5110
+ BaseSvgIcon$G,
4981
5111
  {
4982
5112
  ref,
4983
5113
  viewBox: "0 0 24 24",
@@ -4991,7 +5121,7 @@ function Sql({ width, height, sx, ...props }, ref) {
4991
5121
  );
4992
5122
  }
4993
5123
  const Sql$1 = forwardRef(Sql);
4994
- const Icon$E = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
5124
+ const Icon$F = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
4995
5125
  "path",
4996
5126
  {
4997
5127
  fill: "currentColor",
@@ -5000,10 +5130,10 @@ const Icon$E = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
5000
5130
  clipRule: "evenodd"
5001
5131
  }
5002
5132
  ) });
5003
- const BaseSvgIcon$E = createSvgIcon(Icon$E(), "SqlError");
5133
+ const BaseSvgIcon$F = createSvgIcon(Icon$F(), "SqlError");
5004
5134
  function SqlError({ width, height, sx, ...props }, ref) {
5005
5135
  return /* @__PURE__ */ jsx(
5006
- BaseSvgIcon$E,
5136
+ BaseSvgIcon$F,
5007
5137
  {
5008
5138
  ref,
5009
5139
  viewBox: "0 0 24 24",
@@ -5017,7 +5147,7 @@ function SqlError({ width, height, sx, ...props }, ref) {
5017
5147
  );
5018
5148
  }
5019
5149
  const SqlError$1 = forwardRef(SqlError);
5020
- const Icon$D = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5150
+ const Icon$E = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5021
5151
  /* @__PURE__ */ jsx(
5022
5152
  "path",
5023
5153
  {
@@ -5037,10 +5167,10 @@ const Icon$D = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
5037
5167
  }
5038
5168
  )
5039
5169
  ] });
5040
- const BaseSvgIcon$D = createSvgIcon(Icon$D(), "Sso");
5170
+ const BaseSvgIcon$E = createSvgIcon(Icon$E(), "Sso");
5041
5171
  function Sso({ width, height, sx, ...props }, ref) {
5042
5172
  return /* @__PURE__ */ jsx(
5043
- BaseSvgIcon$D,
5173
+ BaseSvgIcon$E,
5044
5174
  {
5045
5175
  ref,
5046
5176
  viewBox: "0 0 24 24",
@@ -5054,11 +5184,11 @@ function Sso({ width, height, sx, ...props }, ref) {
5054
5184
  );
5055
5185
  }
5056
5186
  const Sso$1 = forwardRef(Sso);
5057
- const Icon$C = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M13 11h-2v2h2zm3 2h5v-2h-5zm-8-2H3v2h5z" }) });
5058
- const BaseSvgIcon$C = createSvgIcon(Icon$C(), "StrokeCustom");
5187
+ const Icon$D = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M13 11h-2v2h2zm3 2h5v-2h-5zm-8-2H3v2h5z" }) });
5188
+ const BaseSvgIcon$D = createSvgIcon(Icon$D(), "StrokeCustom");
5059
5189
  function StrokeCustom({ width, height, sx, ...props }, ref) {
5060
5190
  return /* @__PURE__ */ jsx(
5061
- BaseSvgIcon$C,
5191
+ BaseSvgIcon$D,
5062
5192
  {
5063
5193
  ref,
5064
5194
  viewBox: "0 0 24 24",
@@ -5072,11 +5202,11 @@ function StrokeCustom({ width, height, sx, ...props }, ref) {
5072
5202
  );
5073
5203
  }
5074
5204
  const StrokeCustom$1 = forwardRef(StrokeCustom);
5075
- const Icon$B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M3 11h4v2H3zM10 11h4v2h-4zM21 11h-4v2h4z" }) });
5076
- const BaseSvgIcon$B = createSvgIcon(Icon$B(), "StrokeDash");
5205
+ const Icon$C = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M3 11h4v2H3zM10 11h4v2h-4zM21 11h-4v2h4z" }) });
5206
+ const BaseSvgIcon$C = createSvgIcon(Icon$C(), "StrokeDash");
5077
5207
  function StrokeDash({ width, height, sx, ...props }, ref) {
5078
5208
  return /* @__PURE__ */ jsx(
5079
- BaseSvgIcon$B,
5209
+ BaseSvgIcon$C,
5080
5210
  {
5081
5211
  ref,
5082
5212
  viewBox: "0 0 24 24",
@@ -5090,11 +5220,11 @@ function StrokeDash({ width, height, sx, ...props }, ref) {
5090
5220
  );
5091
5221
  }
5092
5222
  const StrokeDash$1 = forwardRef(StrokeDash);
5093
- const Icon$A = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M21 11H3v2h18z" }) });
5094
- const BaseSvgIcon$A = createSvgIcon(Icon$A(), "StrokeSolid");
5223
+ const Icon$B = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M21 11H3v2h18z" }) });
5224
+ const BaseSvgIcon$B = createSvgIcon(Icon$B(), "StrokeSolid");
5095
5225
  function StrokeSolid({ width, height, sx, ...props }, ref) {
5096
5226
  return /* @__PURE__ */ jsx(
5097
- BaseSvgIcon$A,
5227
+ BaseSvgIcon$B,
5098
5228
  {
5099
5229
  ref,
5100
5230
  viewBox: "0 0 24 24",
@@ -5108,7 +5238,7 @@ function StrokeSolid({ width, height, sx, ...props }, ref) {
5108
5238
  );
5109
5239
  }
5110
5240
  const StrokeSolid$1 = forwardRef(StrokeSolid);
5111
- const Icon$z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
5241
+ const Icon$A = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
5112
5242
  "path",
5113
5243
  {
5114
5244
  fill: "currentColor",
@@ -5117,10 +5247,10 @@ const Icon$z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
5117
5247
  clipRule: "evenodd"
5118
5248
  }
5119
5249
  ) });
5120
- const BaseSvgIcon$z = createSvgIcon(Icon$z(), "SupplyChain");
5250
+ const BaseSvgIcon$A = createSvgIcon(Icon$A(), "SupplyChain");
5121
5251
  function SupplyChain({ width, height, sx, ...props }, ref) {
5122
5252
  return /* @__PURE__ */ jsx(
5123
- BaseSvgIcon$z,
5253
+ BaseSvgIcon$A,
5124
5254
  {
5125
5255
  ref,
5126
5256
  viewBox: "0 0 24 24",
@@ -5134,11 +5264,11 @@ function SupplyChain({ width, height, sx, ...props }, ref) {
5134
5264
  );
5135
5265
  }
5136
5266
  const SupplyChain$1 = forwardRef(SupplyChain);
5137
- const Icon$y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("circle", { cx: 12, cy: 12, r: 8, fill: "currentColor" }) });
5138
- const BaseSvgIcon$y = createSvgIcon(Icon$y(), "SwatchCircle");
5267
+ const Icon$z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("circle", { cx: 12, cy: 12, r: 8, fill: "currentColor" }) });
5268
+ const BaseSvgIcon$z = createSvgIcon(Icon$z(), "SwatchCircle");
5139
5269
  function SwatchCircle({ width, height, sx, ...props }, ref) {
5140
5270
  return /* @__PURE__ */ jsx(
5141
- BaseSvgIcon$y,
5271
+ BaseSvgIcon$z,
5142
5272
  {
5143
5273
  ref,
5144
5274
  viewBox: "0 0 24 24",
@@ -5152,7 +5282,7 @@ function SwatchCircle({ width, height, sx, ...props }, ref) {
5152
5282
  );
5153
5283
  }
5154
5284
  const SwatchCircle$1 = forwardRef(SwatchCircle);
5155
- const Icon$x = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
5285
+ const Icon$y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
5156
5286
  "path",
5157
5287
  {
5158
5288
  fill: "currentColor",
@@ -5161,10 +5291,10 @@ const Icon$x = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
5161
5291
  clipRule: "evenodd"
5162
5292
  }
5163
5293
  ) });
5164
- const BaseSvgIcon$x = createSvgIcon(Icon$x(), "SwatchCircleNone");
5294
+ const BaseSvgIcon$y = createSvgIcon(Icon$y(), "SwatchCircleNone");
5165
5295
  function SwatchCircleNone({ width, height, sx, ...props }, ref) {
5166
5296
  return /* @__PURE__ */ jsx(
5167
- BaseSvgIcon$x,
5297
+ BaseSvgIcon$y,
5168
5298
  {
5169
5299
  ref,
5170
5300
  viewBox: "0 0 24 24",
@@ -5178,7 +5308,7 @@ function SwatchCircleNone({ width, height, sx, ...props }, ref) {
5178
5308
  );
5179
5309
  }
5180
5310
  const SwatchCircleNone$1 = forwardRef(SwatchCircleNone);
5181
- const Icon$w = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
5311
+ const Icon$x = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
5182
5312
  "path",
5183
5313
  {
5184
5314
  fill: "currentColor",
@@ -5187,10 +5317,10 @@ const Icon$w = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
5187
5317
  clipRule: "evenodd"
5188
5318
  }
5189
5319
  ) });
5190
- const BaseSvgIcon$w = createSvgIcon(Icon$w(), "TableColumn");
5320
+ const BaseSvgIcon$x = createSvgIcon(Icon$x(), "TableColumn");
5191
5321
  function TableColumn({ width, height, sx, ...props }, ref) {
5192
5322
  return /* @__PURE__ */ jsx(
5193
- BaseSvgIcon$w,
5323
+ BaseSvgIcon$x,
5194
5324
  {
5195
5325
  ref,
5196
5326
  viewBox: "0 0 24 24",
@@ -5204,7 +5334,7 @@ function TableColumn({ width, height, sx, ...props }, ref) {
5204
5334
  );
5205
5335
  }
5206
5336
  const TableColumn$1 = forwardRef(TableColumn);
5207
- const Icon$v = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5337
+ const Icon$w = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5208
5338
  /* @__PURE__ */ jsx(
5209
5339
  "path",
5210
5340
  {
@@ -5222,10 +5352,10 @@ const Icon$v = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
5222
5352
  }
5223
5353
  )
5224
5354
  ] });
5225
- const BaseSvgIcon$v = createSvgIcon(Icon$v(), "TableColumnLimited");
5355
+ const BaseSvgIcon$w = createSvgIcon(Icon$w(), "TableColumnLimited");
5226
5356
  function TableColumnLimited({ width, height, sx, ...props }, ref) {
5227
5357
  return /* @__PURE__ */ jsx(
5228
- BaseSvgIcon$v,
5358
+ BaseSvgIcon$w,
5229
5359
  {
5230
5360
  ref,
5231
5361
  viewBox: "0 0 24 24",
@@ -5239,7 +5369,7 @@ function TableColumnLimited({ width, height, sx, ...props }, ref) {
5239
5369
  );
5240
5370
  }
5241
5371
  const TableColumnLimited$1 = forwardRef(TableColumnLimited);
5242
- const Icon$u = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5372
+ const Icon$v = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5243
5373
  /* @__PURE__ */ jsxs(
5244
5374
  "g",
5245
5375
  {
@@ -5255,10 +5385,10 @@ const Icon$u = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
5255
5385
  ),
5256
5386
  /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
5257
5387
  ] });
5258
- const BaseSvgIcon$u = createSvgIcon(Icon$u(), "TempTable");
5388
+ const BaseSvgIcon$v = createSvgIcon(Icon$v(), "TempTable");
5259
5389
  function TempTable({ width, height, sx, ...props }, ref) {
5260
5390
  return /* @__PURE__ */ jsx(
5261
- BaseSvgIcon$u,
5391
+ BaseSvgIcon$v,
5262
5392
  {
5263
5393
  ref,
5264
5394
  viewBox: "0 0 24 24",
@@ -5272,7 +5402,7 @@ function TempTable({ width, height, sx, ...props }, ref) {
5272
5402
  );
5273
5403
  }
5274
5404
  const TempTable$1 = forwardRef(TempTable);
5275
- const Icon$t = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
5405
+ const Icon$u = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
5276
5406
  "path",
5277
5407
  {
5278
5408
  fill: "currentColor",
@@ -5281,10 +5411,10 @@ const Icon$t = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
5281
5411
  clipRule: "evenodd"
5282
5412
  }
5283
5413
  ) });
5284
- const BaseSvgIcon$t = createSvgIcon(Icon$t(), "TerritoryPlanning");
5414
+ const BaseSvgIcon$u = createSvgIcon(Icon$u(), "TerritoryPlanning");
5285
5415
  function TerritoryPlanning({ width, height, sx, ...props }, ref) {
5286
5416
  return /* @__PURE__ */ jsx(
5287
- BaseSvgIcon$t,
5417
+ BaseSvgIcon$u,
5288
5418
  {
5289
5419
  ref,
5290
5420
  viewBox: "0 0 24 24",
@@ -5298,7 +5428,7 @@ function TerritoryPlanning({ width, height, sx, ...props }, ref) {
5298
5428
  );
5299
5429
  }
5300
5430
  const TerritoryPlanning$1 = forwardRef(TerritoryPlanning);
5301
- const Icon$s = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
5431
+ const Icon$t = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
5302
5432
  "path",
5303
5433
  {
5304
5434
  fill: "currentColor",
@@ -5307,10 +5437,10 @@ const Icon$s = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
5307
5437
  clipRule: "evenodd"
5308
5438
  }
5309
5439
  ) });
5310
- const BaseSvgIcon$s = createSvgIcon(Icon$s(), "TextBox");
5440
+ const BaseSvgIcon$t = createSvgIcon(Icon$t(), "TextBox");
5311
5441
  function TextBox({ width, height, sx, ...props }, ref) {
5312
5442
  return /* @__PURE__ */ jsx(
5313
- BaseSvgIcon$s,
5443
+ BaseSvgIcon$t,
5314
5444
  {
5315
5445
  ref,
5316
5446
  viewBox: "0 0 24 24",
@@ -5324,7 +5454,7 @@ function TextBox({ width, height, sx, ...props }, ref) {
5324
5454
  );
5325
5455
  }
5326
5456
  const TextBox$1 = forwardRef(TextBox);
5327
- const Icon$r = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5457
+ const Icon$s = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5328
5458
  /* @__PURE__ */ jsx(
5329
5459
  "path",
5330
5460
  {
@@ -5345,10 +5475,10 @@ const Icon$r = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
5345
5475
  ),
5346
5476
  /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "m11.394 21.809-9-6.858a1 1 0 0 1-.01-1.584" })
5347
5477
  ] });
5348
- const BaseSvgIcon$r = createSvgIcon(Icon$r(), "Tileset");
5478
+ const BaseSvgIcon$s = createSvgIcon(Icon$s(), "Tileset");
5349
5479
  function Tileset({ width, height, sx, ...props }, ref) {
5350
5480
  return /* @__PURE__ */ jsx(
5351
- BaseSvgIcon$r,
5481
+ BaseSvgIcon$s,
5352
5482
  {
5353
5483
  ref,
5354
5484
  viewBox: "0 0 24 24",
@@ -5362,7 +5492,7 @@ function Tileset({ width, height, sx, ...props }, ref) {
5362
5492
  );
5363
5493
  }
5364
5494
  const Tileset$1 = forwardRef(Tileset);
5365
- const Icon$q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5495
+ const Icon$r = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5366
5496
  /* @__PURE__ */ jsx(
5367
5497
  "path",
5368
5498
  {
@@ -5389,10 +5519,10 @@ const Icon$q = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
5389
5519
  }
5390
5520
  )
5391
5521
  ] });
5392
- const BaseSvgIcon$q = createSvgIcon(Icon$q(), "TilesetsAggregated");
5522
+ const BaseSvgIcon$r = createSvgIcon(Icon$r(), "TilesetsAggregated");
5393
5523
  function TilesetsAggregated({ width, height, sx, ...props }, ref) {
5394
5524
  return /* @__PURE__ */ jsx(
5395
- BaseSvgIcon$q,
5525
+ BaseSvgIcon$r,
5396
5526
  {
5397
5527
  ref,
5398
5528
  viewBox: "0 0 24 24",
@@ -5406,7 +5536,7 @@ function TilesetsAggregated({ width, height, sx, ...props }, ref) {
5406
5536
  );
5407
5537
  }
5408
5538
  const TilesetsAggregated$1 = forwardRef(TilesetsAggregated);
5409
- const Icon$p = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
5539
+ const Icon$q = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
5410
5540
  "path",
5411
5541
  {
5412
5542
  fill: "currentColor",
@@ -5415,10 +5545,10 @@ const Icon$p = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
5415
5545
  clipRule: "evenodd"
5416
5546
  }
5417
5547
  ) });
5418
- const BaseSvgIcon$p = createSvgIcon(Icon$p(), "TimeBuckets");
5548
+ const BaseSvgIcon$q = createSvgIcon(Icon$q(), "TimeBuckets");
5419
5549
  function TimeBuckets({ width, height, sx, ...props }, ref) {
5420
5550
  return /* @__PURE__ */ jsx(
5421
- BaseSvgIcon$p,
5551
+ BaseSvgIcon$q,
5422
5552
  {
5423
5553
  ref,
5424
5554
  viewBox: "0 0 24 24",
@@ -5432,7 +5562,7 @@ function TimeBuckets({ width, height, sx, ...props }, ref) {
5432
5562
  );
5433
5563
  }
5434
5564
  const TimeBuckets$1 = forwardRef(TimeBuckets);
5435
- const Icon$o = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5565
+ const Icon$p = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5436
5566
  /* @__PURE__ */ jsx(
5437
5567
  "path",
5438
5568
  {
@@ -5450,10 +5580,10 @@ const Icon$o = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
5450
5580
  }
5451
5581
  )
5452
5582
  ] });
5453
- const BaseSvgIcon$o = createSvgIcon(Icon$o(), "TimeCar");
5583
+ const BaseSvgIcon$p = createSvgIcon(Icon$p(), "TimeCar");
5454
5584
  function TimeCar({ width, height, sx, ...props }, ref) {
5455
5585
  return /* @__PURE__ */ jsx(
5456
- BaseSvgIcon$o,
5586
+ BaseSvgIcon$p,
5457
5587
  {
5458
5588
  ref,
5459
5589
  viewBox: "0 0 24 24",
@@ -5467,7 +5597,7 @@ function TimeCar({ width, height, sx, ...props }, ref) {
5467
5597
  );
5468
5598
  }
5469
5599
  const TimeCar$1 = forwardRef(TimeCar);
5470
- const Icon$n = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
5600
+ const Icon$o = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
5471
5601
  "path",
5472
5602
  {
5473
5603
  fill: "currentColor",
@@ -5476,10 +5606,10 @@ const Icon$n = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
5476
5606
  clipRule: "evenodd"
5477
5607
  }
5478
5608
  ) });
5479
- const BaseSvgIcon$n = createSvgIcon(Icon$n(), "TimeWindowIncremental");
5609
+ const BaseSvgIcon$o = createSvgIcon(Icon$o(), "TimeWindowIncremental");
5480
5610
  function TimeWindowIncremental({ width, height, sx, ...props }, ref) {
5481
5611
  return /* @__PURE__ */ jsx(
5482
- BaseSvgIcon$n,
5612
+ BaseSvgIcon$o,
5483
5613
  {
5484
5614
  ref,
5485
5615
  viewBox: "0 0 24 24",
@@ -5493,7 +5623,7 @@ function TimeWindowIncremental({ width, height, sx, ...props }, ref) {
5493
5623
  );
5494
5624
  }
5495
5625
  const TimeWindowIncremental$1 = forwardRef(TimeWindowIncremental);
5496
- const Icon$m = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
5626
+ const Icon$n = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
5497
5627
  "path",
5498
5628
  {
5499
5629
  fill: "currentColor",
@@ -5502,10 +5632,10 @@ const Icon$m = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
5502
5632
  clipRule: "evenodd"
5503
5633
  }
5504
5634
  ) });
5505
- const BaseSvgIcon$m = createSvgIcon(Icon$m(), "TimeWindowMoving");
5635
+ const BaseSvgIcon$n = createSvgIcon(Icon$n(), "TimeWindowMoving");
5506
5636
  function TimeWindowMoving({ width, height, sx, ...props }, ref) {
5507
5637
  return /* @__PURE__ */ jsx(
5508
- BaseSvgIcon$m,
5638
+ BaseSvgIcon$n,
5509
5639
  {
5510
5640
  ref,
5511
5641
  viewBox: "0 0 24 24",
@@ -5519,7 +5649,7 @@ function TimeWindowMoving({ width, height, sx, ...props }, ref) {
5519
5649
  );
5520
5650
  }
5521
5651
  const TimeWindowMoving$1 = forwardRef(TimeWindowMoving);
5522
- const Icon$l = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
5652
+ const Icon$m = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
5523
5653
  "path",
5524
5654
  {
5525
5655
  fill: "currentColor",
@@ -5528,10 +5658,10 @@ const Icon$l = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
5528
5658
  clipRule: "evenodd"
5529
5659
  }
5530
5660
  ) });
5531
- const BaseSvgIcon$l = createSvgIcon(Icon$l(), "Tooltip");
5661
+ const BaseSvgIcon$m = createSvgIcon(Icon$m(), "Tooltip");
5532
5662
  function Tooltip({ width, height, sx, ...props }, ref) {
5533
5663
  return /* @__PURE__ */ jsx(
5534
- BaseSvgIcon$l,
5664
+ BaseSvgIcon$m,
5535
5665
  {
5536
5666
  ref,
5537
5667
  viewBox: "0 0 24 24",
@@ -5545,17 +5675,17 @@ function Tooltip({ width, height, sx, ...props }, ref) {
5545
5675
  );
5546
5676
  }
5547
5677
  const Tooltip$1 = forwardRef(Tooltip);
5548
- const Icon$k = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
5678
+ const Icon$l = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
5549
5679
  "path",
5550
5680
  {
5551
5681
  fill: "currentColor",
5552
5682
  d: "M12 13.694 7.41 18.21 6 16.823l6-5.904 6 5.904-1.41 1.387zM6 7.968h12V6H6z"
5553
5683
  }
5554
5684
  ) });
5555
- const BaseSvgIcon$k = createSvgIcon(Icon$k(), "TopRow");
5685
+ const BaseSvgIcon$l = createSvgIcon(Icon$l(), "TopRow");
5556
5686
  function TopRow({ width, height, sx, ...props }, ref) {
5557
5687
  return /* @__PURE__ */ jsx(
5558
- BaseSvgIcon$k,
5688
+ BaseSvgIcon$l,
5559
5689
  {
5560
5690
  ref,
5561
5691
  viewBox: "0 0 24 24",
@@ -5569,7 +5699,7 @@ function TopRow({ width, height, sx, ...props }, ref) {
5569
5699
  );
5570
5700
  }
5571
5701
  const TopRow$1 = forwardRef(TopRow);
5572
- const Icon$j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
5702
+ const Icon$k = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
5573
5703
  "path",
5574
5704
  {
5575
5705
  fill: "currentColor",
@@ -5578,10 +5708,10 @@ const Icon$j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
5578
5708
  clipRule: "evenodd"
5579
5709
  }
5580
5710
  ) });
5581
- const BaseSvgIcon$j = createSvgIcon(Icon$j(), "TwinArea");
5711
+ const BaseSvgIcon$k = createSvgIcon(Icon$k(), "TwinArea");
5582
5712
  function TwinArea({ width, height, sx, ...props }, ref) {
5583
5713
  return /* @__PURE__ */ jsx(
5584
- BaseSvgIcon$j,
5714
+ BaseSvgIcon$k,
5585
5715
  {
5586
5716
  ref,
5587
5717
  viewBox: "0 0 24 24",
@@ -5595,7 +5725,7 @@ function TwinArea({ width, height, sx, ...props }, ref) {
5595
5725
  );
5596
5726
  }
5597
5727
  const TwinArea$1 = forwardRef(TwinArea);
5598
- const Icon$i = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
5728
+ const Icon$j = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
5599
5729
  "path",
5600
5730
  {
5601
5731
  fill: "currentColor",
@@ -5604,10 +5734,10 @@ const Icon$i = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
5604
5734
  clipRule: "evenodd"
5605
5735
  }
5606
5736
  ) });
5607
- const BaseSvgIcon$i = createSvgIcon(Icon$i(), "Twitter");
5737
+ const BaseSvgIcon$j = createSvgIcon(Icon$j(), "Twitter");
5608
5738
  function Twitter({ width, height, sx, ...props }, ref) {
5609
5739
  return /* @__PURE__ */ jsx(
5610
- BaseSvgIcon$i,
5740
+ BaseSvgIcon$j,
5611
5741
  {
5612
5742
  ref,
5613
5743
  viewBox: "0 0 24 24",
@@ -5621,17 +5751,17 @@ function Twitter({ width, height, sx, ...props }, ref) {
5621
5751
  );
5622
5752
  }
5623
5753
  const Twitter$1 = forwardRef(Twitter);
5624
- const Icon$h = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
5754
+ const Icon$i = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
5625
5755
  "path",
5626
5756
  {
5627
5757
  fill: "currentColor",
5628
5758
  d: "M15 18H7v-2h8c2.21 0 4-1.79 4-4s-1.79-4-4-4H6.83l2.59 2.59L8 12 3 7l5-5 1.41 1.41L6.83 6H15c3.31 0 6 2.69 6 6s-2.69 6-6 6"
5629
5759
  }
5630
5760
  ) });
5631
- const BaseSvgIcon$h = createSvgIcon(Icon$h(), "UndoAlt");
5761
+ const BaseSvgIcon$i = createSvgIcon(Icon$i(), "UndoAlt");
5632
5762
  function UndoAlt({ width, height, sx, ...props }, ref) {
5633
5763
  return /* @__PURE__ */ jsx(
5634
- BaseSvgIcon$h,
5764
+ BaseSvgIcon$i,
5635
5765
  {
5636
5766
  ref,
5637
5767
  viewBox: "0 0 24 24",
@@ -5645,7 +5775,7 @@ function UndoAlt({ width, height, sx, ...props }, ref) {
5645
5775
  );
5646
5776
  }
5647
5777
  const UndoAlt$1 = forwardRef(UndoAlt);
5648
- const Icon$g = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5778
+ const Icon$h = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5649
5779
  /* @__PURE__ */ jsx(
5650
5780
  "path",
5651
5781
  {
@@ -5661,10 +5791,10 @@ const Icon$g = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
5661
5791
  }
5662
5792
  )
5663
5793
  ] });
5664
- const BaseSvgIcon$g = createSvgIcon(Icon$g(), "UpdateGen");
5794
+ const BaseSvgIcon$h = createSvgIcon(Icon$h(), "UpdateGen");
5665
5795
  function UpdateGen({ width, height, sx, ...props }, ref) {
5666
5796
  return /* @__PURE__ */ jsx(
5667
- BaseSvgIcon$g,
5797
+ BaseSvgIcon$h,
5668
5798
  {
5669
5799
  ref,
5670
5800
  viewBox: "0 0 24 24",
@@ -5678,7 +5808,7 @@ function UpdateGen({ width, height, sx, ...props }, ref) {
5678
5808
  );
5679
5809
  }
5680
5810
  const UpdateGen$1 = forwardRef(UpdateGen);
5681
- const Icon$f = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5811
+ const Icon$g = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5682
5812
  /* @__PURE__ */ jsx(
5683
5813
  "path",
5684
5814
  {
@@ -5695,10 +5825,10 @@ const Icon$f = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
5695
5825
  ),
5696
5826
  /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M14 18h4v2h-4z" })
5697
5827
  ] });
5698
- const BaseSvgIcon$f = createSvgIcon(Icon$f(), "UploadFileUrl");
5828
+ const BaseSvgIcon$g = createSvgIcon(Icon$g(), "UploadFileUrl");
5699
5829
  function UploadFileUrl({ width, height, sx, ...props }, ref) {
5700
5830
  return /* @__PURE__ */ jsx(
5701
- BaseSvgIcon$f,
5831
+ BaseSvgIcon$g,
5702
5832
  {
5703
5833
  ref,
5704
5834
  viewBox: "0 0 24 24",
@@ -5712,7 +5842,7 @@ function UploadFileUrl({ width, height, sx, ...props }, ref) {
5712
5842
  );
5713
5843
  }
5714
5844
  const UploadFileUrl$1 = forwardRef(UploadFileUrl);
5715
- const Icon$e = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
5845
+ const Icon$f = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
5716
5846
  "path",
5717
5847
  {
5718
5848
  fill: "currentColor",
@@ -5721,10 +5851,10 @@ const Icon$e = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
5721
5851
  clipRule: "evenodd"
5722
5852
  }
5723
5853
  ) });
5724
- const BaseSvgIcon$e = createSvgIcon(Icon$e(), "View2d");
5854
+ const BaseSvgIcon$f = createSvgIcon(Icon$f(), "View2d");
5725
5855
  function View2d({ width, height, sx, ...props }, ref) {
5726
5856
  return /* @__PURE__ */ jsx(
5727
- BaseSvgIcon$e,
5857
+ BaseSvgIcon$f,
5728
5858
  {
5729
5859
  ref,
5730
5860
  viewBox: "0 0 24 24",
@@ -5738,7 +5868,7 @@ function View2d({ width, height, sx, ...props }, ref) {
5738
5868
  );
5739
5869
  }
5740
5870
  const View2d$1 = forwardRef(View2d);
5741
- const Icon$d = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
5871
+ const Icon$e = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
5742
5872
  "path",
5743
5873
  {
5744
5874
  fill: "currentColor",
@@ -5747,10 +5877,10 @@ const Icon$d = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
5747
5877
  clipRule: "evenodd"
5748
5878
  }
5749
5879
  ) });
5750
- const BaseSvgIcon$d = createSvgIcon(Icon$d(), "View3d");
5880
+ const BaseSvgIcon$e = createSvgIcon(Icon$e(), "View3d");
5751
5881
  function View3d({ width, height, sx, ...props }, ref) {
5752
5882
  return /* @__PURE__ */ jsx(
5753
- BaseSvgIcon$d,
5883
+ BaseSvgIcon$e,
5754
5884
  {
5755
5885
  ref,
5756
5886
  viewBox: "0 0 24 24",
@@ -5764,7 +5894,7 @@ function View3d({ width, height, sx, ...props }, ref) {
5764
5894
  );
5765
5895
  }
5766
5896
  const View3d$1 = forwardRef(View3d);
5767
- const Icon$c = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5897
+ const Icon$d = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5768
5898
  /* @__PURE__ */ jsx(
5769
5899
  "path",
5770
5900
  {
@@ -5782,10 +5912,10 @@ const Icon$c = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
5782
5912
  }
5783
5913
  )
5784
5914
  ] });
5785
- const BaseSvgIcon$c = createSvgIcon(Icon$c(), "ViewLeftsidebar");
5915
+ const BaseSvgIcon$d = createSvgIcon(Icon$d(), "ViewLeftsidebar");
5786
5916
  function ViewLeftsidebar({ width, height, sx, ...props }, ref) {
5787
5917
  return /* @__PURE__ */ jsx(
5788
- BaseSvgIcon$c,
5918
+ BaseSvgIcon$d,
5789
5919
  {
5790
5920
  ref,
5791
5921
  viewBox: "0 0 24 24",
@@ -5799,7 +5929,7 @@ function ViewLeftsidebar({ width, height, sx, ...props }, ref) {
5799
5929
  );
5800
5930
  }
5801
5931
  const ViewLeftsidebar$1 = forwardRef(ViewLeftsidebar);
5802
- const Icon$b = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5932
+ const Icon$c = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5803
5933
  /* @__PURE__ */ jsx(
5804
5934
  "path",
5805
5935
  {
@@ -5809,10 +5939,10 @@ const Icon$b = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
5809
5939
  ),
5810
5940
  /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "m12.75 5-4.5 8.5h3.14V19l4.36-8.5h-3z" })
5811
5941
  ] });
5812
- const BaseSvgIcon$b = createSvgIcon(Icon$b(), "WfComponent");
5942
+ const BaseSvgIcon$c = createSvgIcon(Icon$c(), "WfComponent");
5813
5943
  function WfComponent({ width, height, sx, ...props }, ref) {
5814
5944
  return /* @__PURE__ */ jsx(
5815
- BaseSvgIcon$b,
5945
+ BaseSvgIcon$c,
5816
5946
  {
5817
5947
  ref,
5818
5948
  viewBox: "0 0 24 24",
@@ -5826,7 +5956,7 @@ function WfComponent({ width, height, sx, ...props }, ref) {
5826
5956
  );
5827
5957
  }
5828
5958
  const WfComponent$1 = forwardRef(WfComponent);
5829
- const Icon$a = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5959
+ const Icon$b = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5830
5960
  /* @__PURE__ */ jsx(
5831
5961
  "path",
5832
5962
  {
@@ -5842,10 +5972,10 @@ const Icon$a = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
5842
5972
  }
5843
5973
  )
5844
5974
  ] });
5845
- const BaseSvgIcon$a = createSvgIcon(Icon$a(), "WfComponentInvalid");
5975
+ const BaseSvgIcon$b = createSvgIcon(Icon$b(), "WfComponentInvalid");
5846
5976
  function WfComponentInvalid({ width, height, sx, ...props }, ref) {
5847
5977
  return /* @__PURE__ */ jsx(
5848
- BaseSvgIcon$a,
5978
+ BaseSvgIcon$b,
5849
5979
  {
5850
5980
  ref,
5851
5981
  viewBox: "0 0 24 24",
@@ -5859,7 +5989,7 @@ function WfComponentInvalid({ width, height, sx, ...props }, ref) {
5859
5989
  );
5860
5990
  }
5861
5991
  const WfComponentInvalid$1 = forwardRef(WfComponentInvalid);
5862
- const Icon$9 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5992
+ const Icon$a = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5863
5993
  /* @__PURE__ */ jsx(
5864
5994
  "path",
5865
5995
  {
@@ -5879,10 +6009,10 @@ const Icon$9 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
5879
6009
  }
5880
6010
  )
5881
6011
  ] });
5882
- const BaseSvgIcon$9 = createSvgIcon(Icon$9(), "WfExtensionPackageDefault");
6012
+ const BaseSvgIcon$a = createSvgIcon(Icon$a(), "WfExtensionPackageDefault");
5883
6013
  function WfExtensionPackageDefault({ width, height, sx, ...props }, ref) {
5884
6014
  return /* @__PURE__ */ jsx(
5885
- BaseSvgIcon$9,
6015
+ BaseSvgIcon$a,
5886
6016
  {
5887
6017
  ref,
5888
6018
  viewBox: "0 0 24 24",
@@ -5896,7 +6026,7 @@ function WfExtensionPackageDefault({ width, height, sx, ...props }, ref) {
5896
6026
  );
5897
6027
  }
5898
6028
  const WfExtensionPackageDefault$1 = forwardRef(WfExtensionPackageDefault);
5899
- const Icon$8 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
6029
+ const Icon$9 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5900
6030
  /* @__PURE__ */ jsx(
5901
6031
  "path",
5902
6032
  {
@@ -5912,10 +6042,10 @@ const Icon$8 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
5912
6042
  }
5913
6043
  )
5914
6044
  ] });
5915
- const BaseSvgIcon$8 = createSvgIcon(Icon$8(), "WfInput");
6045
+ const BaseSvgIcon$9 = createSvgIcon(Icon$9(), "WfInput");
5916
6046
  function WfInput({ width, height, sx, ...props }, ref) {
5917
6047
  return /* @__PURE__ */ jsx(
5918
- BaseSvgIcon$8,
6048
+ BaseSvgIcon$9,
5919
6049
  {
5920
6050
  ref,
5921
6051
  viewBox: "0 0 24 24",
@@ -5929,7 +6059,7 @@ function WfInput({ width, height, sx, ...props }, ref) {
5929
6059
  );
5930
6060
  }
5931
6061
  const WfInput$1 = forwardRef(WfInput);
5932
- const Icon$7 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
6062
+ const Icon$8 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5933
6063
  /* @__PURE__ */ jsx(
5934
6064
  "path",
5935
6065
  {
@@ -5939,10 +6069,10 @@ const Icon$7 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
5939
6069
  ),
5940
6070
  /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M17 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4" })
5941
6071
  ] });
5942
- const BaseSvgIcon$7 = createSvgIcon(Icon$7(), "WfInputAlt");
6072
+ const BaseSvgIcon$8 = createSvgIcon(Icon$8(), "WfInputAlt");
5943
6073
  function WfInputAlt({ width, height, sx, ...props }, ref) {
5944
6074
  return /* @__PURE__ */ jsx(
5945
- BaseSvgIcon$7,
6075
+ BaseSvgIcon$8,
5946
6076
  {
5947
6077
  ref,
5948
6078
  viewBox: "0 0 24 24",
@@ -5956,7 +6086,7 @@ function WfInputAlt({ width, height, sx, ...props }, ref) {
5956
6086
  );
5957
6087
  }
5958
6088
  const WfInputAlt$1 = forwardRef(WfInputAlt);
5959
- const Icon$6 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
6089
+ const Icon$7 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5960
6090
  /* @__PURE__ */ jsx(
5961
6091
  "path",
5962
6092
  {
@@ -5974,10 +6104,10 @@ const Icon$6 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
5974
6104
  }
5975
6105
  )
5976
6106
  ] });
5977
- const BaseSvgIcon$6 = createSvgIcon(Icon$6(), "WfModule");
6107
+ const BaseSvgIcon$7 = createSvgIcon(Icon$7(), "WfModule");
5978
6108
  function WfModule({ width, height, sx, ...props }, ref) {
5979
6109
  return /* @__PURE__ */ jsx(
5980
- BaseSvgIcon$6,
6110
+ BaseSvgIcon$7,
5981
6111
  {
5982
6112
  ref,
5983
6113
  viewBox: "0 0 24 24",
@@ -5991,7 +6121,7 @@ function WfModule({ width, height, sx, ...props }, ref) {
5991
6121
  );
5992
6122
  }
5993
6123
  const WfModule$1 = forwardRef(WfModule);
5994
- const Icon$5 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
6124
+ const Icon$6 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5995
6125
  /* @__PURE__ */ jsx(
5996
6126
  "path",
5997
6127
  {
@@ -6007,10 +6137,10 @@ const Icon$5 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
6007
6137
  }
6008
6138
  )
6009
6139
  ] });
6010
- const BaseSvgIcon$5 = createSvgIcon(Icon$5(), "WfOutput");
6140
+ const BaseSvgIcon$6 = createSvgIcon(Icon$6(), "WfOutput");
6011
6141
  function WfOutput({ width, height, sx, ...props }, ref) {
6012
6142
  return /* @__PURE__ */ jsx(
6013
- BaseSvgIcon$5,
6143
+ BaseSvgIcon$6,
6014
6144
  {
6015
6145
  ref,
6016
6146
  viewBox: "0 0 24 24",
@@ -6024,7 +6154,7 @@ function WfOutput({ width, height, sx, ...props }, ref) {
6024
6154
  );
6025
6155
  }
6026
6156
  const WfOutput$1 = forwardRef(WfOutput);
6027
- const Icon$4 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
6157
+ const Icon$5 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
6028
6158
  /* @__PURE__ */ jsx(
6029
6159
  "path",
6030
6160
  {
@@ -6040,10 +6170,10 @@ const Icon$4 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
6040
6170
  }
6041
6171
  )
6042
6172
  ] });
6043
- const BaseSvgIcon$4 = createSvgIcon(Icon$4(), "WfOutputAlt");
6173
+ const BaseSvgIcon$5 = createSvgIcon(Icon$5(), "WfOutputAlt");
6044
6174
  function WfOutputAlt({ width, height, sx, ...props }, ref) {
6045
6175
  return /* @__PURE__ */ jsx(
6046
- BaseSvgIcon$4,
6176
+ BaseSvgIcon$5,
6047
6177
  {
6048
6178
  ref,
6049
6179
  viewBox: "0 0 24 24",
@@ -6057,7 +6187,7 @@ function WfOutputAlt({ width, height, sx, ...props }, ref) {
6057
6187
  );
6058
6188
  }
6059
6189
  const WfOutputAlt$1 = forwardRef(WfOutputAlt);
6060
- const Icon$3 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
6190
+ const Icon$4 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
6061
6191
  /* @__PURE__ */ jsx(
6062
6192
  "path",
6063
6193
  {
@@ -6077,10 +6207,10 @@ const Icon$3 = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/200
6077
6207
  }
6078
6208
  )
6079
6209
  ] });
6080
- const BaseSvgIcon$3 = createSvgIcon(Icon$3(), "WhiteSpace");
6210
+ const BaseSvgIcon$4 = createSvgIcon(Icon$4(), "WhiteSpace");
6081
6211
  function WhiteSpace({ width, height, sx, ...props }, ref) {
6082
6212
  return /* @__PURE__ */ jsx(
6083
- BaseSvgIcon$3,
6213
+ BaseSvgIcon$4,
6084
6214
  {
6085
6215
  ref,
6086
6216
  viewBox: "0 0 24 24",
@@ -6094,7 +6224,7 @@ function WhiteSpace({ width, height, sx, ...props }, ref) {
6094
6224
  );
6095
6225
  }
6096
6226
  const WhiteSpace$1 = forwardRef(WhiteSpace);
6097
- const Icon$2 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
6227
+ const Icon$3 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
6098
6228
  "path",
6099
6229
  {
6100
6230
  fill: "currentColor",
@@ -6103,10 +6233,10 @@ const Icon$2 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
6103
6233
  clipRule: "evenodd"
6104
6234
  }
6105
6235
  ) });
6106
- const BaseSvgIcon$2 = createSvgIcon(Icon$2(), "WidgetOptions");
6236
+ const BaseSvgIcon$3 = createSvgIcon(Icon$3(), "WidgetOptions");
6107
6237
  function WidgetOptions({ width, height, sx, ...props }, ref) {
6108
6238
  return /* @__PURE__ */ jsx(
6109
- BaseSvgIcon$2,
6239
+ BaseSvgIcon$3,
6110
6240
  {
6111
6241
  ref,
6112
6242
  viewBox: "0 0 24 24",
@@ -6120,7 +6250,7 @@ function WidgetOptions({ width, height, sx, ...props }, ref) {
6120
6250
  );
6121
6251
  }
6122
6252
  const WidgetOptions$1 = forwardRef(WidgetOptions);
6123
- const Icon$1 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
6253
+ const Icon$2 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
6124
6254
  "path",
6125
6255
  {
6126
6256
  fill: "currentColor",
@@ -6129,10 +6259,10 @@ const Icon$1 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000
6129
6259
  clipRule: "evenodd"
6130
6260
  }
6131
6261
  ) });
6132
- const BaseSvgIcon$1 = createSvgIcon(Icon$1(), "Workflow");
6262
+ const BaseSvgIcon$2 = createSvgIcon(Icon$2(), "Workflow");
6133
6263
  function Workflow({ width, height, sx, ...props }, ref) {
6134
6264
  return /* @__PURE__ */ jsx(
6135
- BaseSvgIcon$1,
6265
+ BaseSvgIcon$2,
6136
6266
  {
6137
6267
  ref,
6138
6268
  viewBox: "0 0 24 24",
@@ -6146,6 +6276,32 @@ function Workflow({ width, height, sx, ...props }, ref) {
6146
6276
  );
6147
6277
  }
6148
6278
  const Workflow$1 = forwardRef(Workflow);
6279
+ const Icon$1 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
6280
+ "path",
6281
+ {
6282
+ fill: "currentColor",
6283
+ fillRule: "evenodd",
6284
+ d: "M4.2 4.2h15.6V21a1.2 1.2 0 0 0 1.2-1.2V4.2A1.2 1.2 0 0 0 19.8 3H4.2A1.2 1.2 0 0 0 3 4.2v15.6A1.2 1.2 0 0 0 4.2 21h6v-1.2h-6zm9.328 18.176.85-.875-1.276-1.313 1.277-1.313-.851-.875-2.128 2.188zm3.27-2.188L15.522 21.5l.85.875 2.128-2.188L16.374 18l-.851.875zM10.525 8.75a.95.95 0 0 0-.95-.95H8.15a.95.95 0 0 0-.95.95v1.9c0 .525.425.95.95.95h1.425a.95.95 0 0 0 .95-.95v-.594l.097.003c.692.034.972.292.972.835l.002.097c.021.477.2.841.518 1.084-.318.243-.497.607-.518 1.084l-.004.17c-.024.493-.31.73-.97.762l-.097.003V13.5a.95.95 0 0 0-.95-.95H8.15a.95.95 0 0 0-.95.95v1.9c0 .525.425.95.95.95h1.425a.95.95 0 0 0 .95-.95v-.594l.118-.003c1.025-.051 1.621-.553 1.661-1.45l.004-.169c.024-.493.309-.726.974-.75l.093-.003v.594c0 .525.425.95.95.95h1.425a.95.95 0 0 0 .95-.95v-1.9a.95.95 0 0 0-.95-.95h-1.425a.95.95 0 0 0-.95.95v.594l-.093-.002c-.697-.027-.976-.28-.976-.823l-.002-.098c-.041-.928-.68-1.433-1.773-1.452h-.006zM8.15 13.5h1.425v1.9H8.15zm6.175-2.375h1.425v1.9h-1.425zM8.15 8.75h1.425v1.9H8.15z",
6285
+ clipRule: "evenodd"
6286
+ }
6287
+ ) });
6288
+ const BaseSvgIcon$1 = createSvgIcon(Icon$1(), "WorkflowApiEndpoint");
6289
+ function WorkflowApiEndpoint({ width, height, sx, ...props }, ref) {
6290
+ return /* @__PURE__ */ jsx(
6291
+ BaseSvgIcon$1,
6292
+ {
6293
+ ref,
6294
+ viewBox: "0 0 24 24",
6295
+ sx: {
6296
+ width,
6297
+ height: height || width,
6298
+ ...sx
6299
+ },
6300
+ ...props
6301
+ }
6302
+ );
6303
+ }
6304
+ const WorkflowApiEndpoint$1 = forwardRef(WorkflowApiEndpoint);
6149
6305
  const Icon = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
6150
6306
  /* @__PURE__ */ jsx(
6151
6307
  "path",
@@ -6192,7 +6348,10 @@ export {
6192
6348
  AiGeneratedObject$1 as AiGeneratedObject,
6193
6349
  AiTool$1 as AiTool,
6194
6350
  Annotation$1 as Annotation,
6351
+ ApiAccessToken$1 as ApiAccessToken,
6352
+ ApiBaseUrl$1 as ApiBaseUrl,
6195
6353
  ApiCall$1 as ApiCall,
6354
+ AppCredentials$1 as AppCredentials,
6196
6355
  A as ArrowDown,
6197
6356
  ArrowLeft$1 as ArrowLeft,
6198
6357
  ArrowRight$1 as ArrowRight,
@@ -6284,6 +6443,7 @@ export {
6284
6443
  LabelDeprecated$1 as LabelDeprecated,
6285
6444
  Layers$1 as Layers,
6286
6445
  Linkedin$1 as Linkedin,
6446
+ M2mOauthClient$1 as M2mOauthClient,
6287
6447
  MapCoordinates$1 as MapCoordinates,
6288
6448
  MapCopy$1 as MapCopy,
6289
6449
  MapOthers$1 as MapOthers,
@@ -6348,6 +6508,7 @@ export {
6348
6508
  SingleLayer$1 as SingleLayer,
6349
6509
  SiteSelection$1 as SiteSelection,
6350
6510
  Snowflake$1 as Snowflake,
6511
+ SpaOauthClient$1 as SpaOauthClient,
6351
6512
  SpatialAnalysis$1 as SpatialAnalysis,
6352
6513
  SpatialExtension$1 as SpatialExtension,
6353
6514
  SpatialIndexes$1 as SpatialIndexes,
@@ -6393,5 +6554,6 @@ export {
6393
6554
  WhiteSpace$1 as WhiteSpace,
6394
6555
  WidgetOptions$1 as WidgetOptions,
6395
6556
  Workflow$1 as Workflow,
6557
+ WorkflowApiEndpoint$1 as WorkflowApiEndpoint,
6396
6558
  WorkflowTemp$1 as WorkflowTemp
6397
6559
  };