@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
@@ -6,7 +6,7 @@ const material = require("@mui/material");
6
6
  const ArrowDown = require("../ArrowDown-DJ0vhbsw.cjs");
7
7
  const OpenDiagonallyRight = require("../OpenDiagonallyRight-CpL4ROwg.cjs");
8
8
  const SwatchSquare = require("../SwatchSquare-B8PIY3Rd.cjs");
9
- const Icon$3b = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
9
+ const Icon$3h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
10
10
  "path",
11
11
  {
12
12
  fill: "currentColor",
@@ -15,10 +15,10 @@ const Icon$3b = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
15
15
  clipRule: "evenodd"
16
16
  }
17
17
  ) });
18
- const BaseSvgIcon$3b = material.createSvgIcon(Icon$3b(), "AccessIn");
18
+ const BaseSvgIcon$3h = material.createSvgIcon(Icon$3h(), "AccessIn");
19
19
  function AccessIn({ width, height, sx, ...props }, ref) {
20
20
  return /* @__PURE__ */ jsxRuntime.jsx(
21
- BaseSvgIcon$3b,
21
+ BaseSvgIcon$3h,
22
22
  {
23
23
  ref,
24
24
  viewBox: "0 0 24 24",
@@ -32,17 +32,17 @@ function AccessIn({ width, height, sx, ...props }, ref) {
32
32
  );
33
33
  }
34
34
  const AccessIn$1 = React.forwardRef(AccessIn);
35
- const Icon$3a = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
35
+ const Icon$3g = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
36
36
  "path",
37
37
  {
38
38
  fill: "currentColor",
39
39
  d: "M4 8h4V4H4zM10 20h4v-4h-4zM8 20H4v-4h4zM4 14h4v-4H4zM14 14h-4v-4h4zM14 8h-4V4h4zM16 14h4v-4h-4zM20 20h-4v-4h4zM21 0h-2v3h-3v2h3v3h2V5h3V3h-3z"
40
40
  }
41
41
  ) });
42
- const BaseSvgIcon$3a = material.createSvgIcon(Icon$3a(), "AddApp");
42
+ const BaseSvgIcon$3g = material.createSvgIcon(Icon$3g(), "AddApp");
43
43
  function AddApp({ width, height, sx, ...props }, ref) {
44
44
  return /* @__PURE__ */ jsxRuntime.jsx(
45
- BaseSvgIcon$3a,
45
+ BaseSvgIcon$3g,
46
46
  {
47
47
  ref,
48
48
  viewBox: "0 0 24 24",
@@ -56,7 +56,7 @@ function AddApp({ width, height, sx, ...props }, ref) {
56
56
  );
57
57
  }
58
58
  const AddApp$1 = React.forwardRef(AddApp);
59
- const Icon$39 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
59
+ const Icon$3f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
60
60
  "path",
61
61
  {
62
62
  fill: "currentColor",
@@ -65,10 +65,10 @@ const Icon$39 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
65
65
  clipRule: "evenodd"
66
66
  }
67
67
  ) });
68
- const BaseSvgIcon$39 = material.createSvgIcon(Icon$39(), "AddSection");
68
+ const BaseSvgIcon$3f = material.createSvgIcon(Icon$3f(), "AddSection");
69
69
  function AddSection({ width, height, sx, ...props }, ref) {
70
70
  return /* @__PURE__ */ jsxRuntime.jsx(
71
- BaseSvgIcon$39,
71
+ BaseSvgIcon$3f,
72
72
  {
73
73
  ref,
74
74
  viewBox: "0 0 24 24",
@@ -82,17 +82,17 @@ function AddSection({ width, height, sx, ...props }, ref) {
82
82
  );
83
83
  }
84
84
  const AddSection$1 = React.forwardRef(AddSection);
85
- const Icon$38 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
85
+ const Icon$3e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
86
86
  "path",
87
87
  {
88
88
  fill: "currentColor",
89
89
  d: "M3 7v2h10V7zm4 6v2H3v2h4v2h2v-6zm14 4v-2H11v2zm-6-6h2V9h4V7h-4V5h-2z"
90
90
  }
91
91
  ) });
92
- const BaseSvgIcon$38 = material.createSvgIcon(Icon$38(), "AdvancedSettings");
92
+ const BaseSvgIcon$3e = material.createSvgIcon(Icon$3e(), "AdvancedSettings");
93
93
  function AdvancedSettings({ width, height, sx, ...props }, ref) {
94
94
  return /* @__PURE__ */ jsxRuntime.jsx(
95
- BaseSvgIcon$38,
95
+ BaseSvgIcon$3e,
96
96
  {
97
97
  ref,
98
98
  viewBox: "0 0 24 24",
@@ -106,7 +106,7 @@ function AdvancedSettings({ width, height, sx, ...props }, ref) {
106
106
  );
107
107
  }
108
108
  const AdvancedSettings$1 = React.forwardRef(AdvancedSettings);
109
- const Icon$37 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
109
+ const Icon$3d = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
110
110
  /* @__PURE__ */ jsxRuntime.jsx(
111
111
  "path",
112
112
  {
@@ -138,10 +138,10 @@ const Icon$37 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
138
138
  }
139
139
  )
140
140
  ] });
141
- const BaseSvgIcon$37 = material.createSvgIcon(Icon$37(), "AiAgent");
141
+ const BaseSvgIcon$3d = material.createSvgIcon(Icon$3d(), "AiAgent");
142
142
  function AiAgent({ width, height, sx, ...props }, ref) {
143
143
  return /* @__PURE__ */ jsxRuntime.jsx(
144
- BaseSvgIcon$37,
144
+ BaseSvgIcon$3d,
145
145
  {
146
146
  ref,
147
147
  viewBox: "0 0 24 24",
@@ -155,7 +155,7 @@ function AiAgent({ width, height, sx, ...props }, ref) {
155
155
  );
156
156
  }
157
157
  const AiAgent$1 = React.forwardRef(AiAgent);
158
- const Icon$36 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
158
+ const Icon$3c = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
159
159
  /* @__PURE__ */ jsxRuntime.jsx(
160
160
  "path",
161
161
  {
@@ -173,10 +173,10 @@ const Icon$36 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
173
173
  }
174
174
  )
175
175
  ] });
176
- const BaseSvgIcon$36 = material.createSvgIcon(Icon$36(), "AiGeneratedObject");
176
+ const BaseSvgIcon$3c = material.createSvgIcon(Icon$3c(), "AiGeneratedObject");
177
177
  function AiGeneratedObject({ width, height, sx, ...props }, ref) {
178
178
  return /* @__PURE__ */ jsxRuntime.jsx(
179
- BaseSvgIcon$36,
179
+ BaseSvgIcon$3c,
180
180
  {
181
181
  ref,
182
182
  viewBox: "0 0 24 24",
@@ -190,7 +190,7 @@ function AiGeneratedObject({ width, height, sx, ...props }, ref) {
190
190
  );
191
191
  }
192
192
  const AiGeneratedObject$1 = React.forwardRef(AiGeneratedObject);
193
- const Icon$35 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
193
+ const Icon$3b = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
194
194
  /* @__PURE__ */ jsxRuntime.jsx(
195
195
  "path",
196
196
  {
@@ -231,10 +231,10 @@ const Icon$35 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
231
231
  }
232
232
  )
233
233
  ] });
234
- const BaseSvgIcon$35 = material.createSvgIcon(Icon$35(), "AiTool");
234
+ const BaseSvgIcon$3b = material.createSvgIcon(Icon$3b(), "AiTool");
235
235
  function AiTool({ width, height, sx, ...props }, ref) {
236
236
  return /* @__PURE__ */ jsxRuntime.jsx(
237
- BaseSvgIcon$35,
237
+ BaseSvgIcon$3b,
238
238
  {
239
239
  ref,
240
240
  viewBox: "0 0 24 24",
@@ -248,7 +248,7 @@ function AiTool({ width, height, sx, ...props }, ref) {
248
248
  );
249
249
  }
250
250
  const AiTool$1 = React.forwardRef(AiTool);
251
- const Icon$34 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
251
+ const Icon$3a = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
252
252
  /* @__PURE__ */ jsxRuntime.jsx(
253
253
  "path",
254
254
  {
@@ -268,10 +268,10 @@ const Icon$34 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
268
268
  }
269
269
  )
270
270
  ] });
271
- const BaseSvgIcon$34 = material.createSvgIcon(Icon$34(), "Annotation");
271
+ const BaseSvgIcon$3a = material.createSvgIcon(Icon$3a(), "Annotation");
272
272
  function Annotation({ width, height, sx, ...props }, ref) {
273
273
  return /* @__PURE__ */ jsxRuntime.jsx(
274
- BaseSvgIcon$34,
274
+ BaseSvgIcon$3a,
275
275
  {
276
276
  ref,
277
277
  viewBox: "0 0 24 24",
@@ -285,7 +285,59 @@ function Annotation({ width, height, sx, ...props }, ref) {
285
285
  );
286
286
  }
287
287
  const Annotation$1 = React.forwardRef(Annotation);
288
- const Icon$33 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
288
+ const Icon$39 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
289
+ "path",
290
+ {
291
+ fill: "currentColor",
292
+ fillRule: "evenodd",
293
+ 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",
294
+ clipRule: "evenodd"
295
+ }
296
+ ) });
297
+ const BaseSvgIcon$39 = material.createSvgIcon(Icon$39(), "ApiAccessToken");
298
+ function ApiAccessToken({ width, height, sx, ...props }, ref) {
299
+ return /* @__PURE__ */ jsxRuntime.jsx(
300
+ BaseSvgIcon$39,
301
+ {
302
+ ref,
303
+ viewBox: "0 0 24 24",
304
+ sx: {
305
+ width,
306
+ height: height || width,
307
+ ...sx
308
+ },
309
+ ...props
310
+ }
311
+ );
312
+ }
313
+ const ApiAccessToken$1 = React.forwardRef(ApiAccessToken);
314
+ const Icon$38 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
315
+ "path",
316
+ {
317
+ fill: "currentColor",
318
+ fillRule: "evenodd",
319
+ 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",
320
+ clipRule: "evenodd"
321
+ }
322
+ ) });
323
+ const BaseSvgIcon$38 = material.createSvgIcon(Icon$38(), "ApiBaseUrl");
324
+ function ApiBaseUrl({ width, height, sx, ...props }, ref) {
325
+ return /* @__PURE__ */ jsxRuntime.jsx(
326
+ BaseSvgIcon$38,
327
+ {
328
+ ref,
329
+ viewBox: "0 0 24 24",
330
+ sx: {
331
+ width,
332
+ height: height || width,
333
+ ...sx
334
+ },
335
+ ...props
336
+ }
337
+ );
338
+ }
339
+ const ApiBaseUrl$1 = React.forwardRef(ApiBaseUrl);
340
+ const Icon$37 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
289
341
  /* @__PURE__ */ jsxRuntime.jsx(
290
342
  "path",
291
343
  {
@@ -310,10 +362,10 @@ const Icon$33 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
310
362
  }
311
363
  )
312
364
  ] });
313
- const BaseSvgIcon$33 = material.createSvgIcon(Icon$33(), "ApiCall");
365
+ const BaseSvgIcon$37 = material.createSvgIcon(Icon$37(), "ApiCall");
314
366
  function ApiCall({ width, height, sx, ...props }, ref) {
315
367
  return /* @__PURE__ */ jsxRuntime.jsx(
316
- BaseSvgIcon$33,
368
+ BaseSvgIcon$37,
317
369
  {
318
370
  ref,
319
371
  viewBox: "0 0 24 24",
@@ -327,7 +379,33 @@ function ApiCall({ width, height, sx, ...props }, ref) {
327
379
  );
328
380
  }
329
381
  const ApiCall$1 = React.forwardRef(ApiCall);
330
- const Icon$32 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
382
+ const Icon$36 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
383
+ "path",
384
+ {
385
+ fill: "currentColor",
386
+ fillRule: "evenodd",
387
+ 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",
388
+ clipRule: "evenodd"
389
+ }
390
+ ) });
391
+ const BaseSvgIcon$36 = material.createSvgIcon(Icon$36(), "AppCredentials");
392
+ function AppCredentials({ width, height, sx, ...props }, ref) {
393
+ return /* @__PURE__ */ jsxRuntime.jsx(
394
+ BaseSvgIcon$36,
395
+ {
396
+ ref,
397
+ viewBox: "0 0 24 24",
398
+ sx: {
399
+ width,
400
+ height: height || width,
401
+ ...sx
402
+ },
403
+ ...props
404
+ }
405
+ );
406
+ }
407
+ const AppCredentials$1 = React.forwardRef(AppCredentials);
408
+ const Icon$35 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
331
409
  "path",
332
410
  {
333
411
  fill: "currentColor",
@@ -336,10 +414,10 @@ const Icon$32 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
336
414
  clipRule: "evenodd"
337
415
  }
338
416
  ) });
339
- const BaseSvgIcon$32 = material.createSvgIcon(Icon$32(), "ArrowLeft");
417
+ const BaseSvgIcon$35 = material.createSvgIcon(Icon$35(), "ArrowLeft");
340
418
  function ArrowLeft({ width, height, sx, ...props }, ref) {
341
419
  return /* @__PURE__ */ jsxRuntime.jsx(
342
- BaseSvgIcon$32,
420
+ BaseSvgIcon$35,
343
421
  {
344
422
  ref,
345
423
  viewBox: "0 0 24 24",
@@ -353,7 +431,7 @@ function ArrowLeft({ width, height, sx, ...props }, ref) {
353
431
  );
354
432
  }
355
433
  const ArrowLeft$1 = React.forwardRef(ArrowLeft);
356
- const Icon$31 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
434
+ const Icon$34 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
357
435
  "path",
358
436
  {
359
437
  fill: "currentColor",
@@ -362,10 +440,10 @@ const Icon$31 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
362
440
  clipRule: "evenodd"
363
441
  }
364
442
  ) });
365
- const BaseSvgIcon$31 = material.createSvgIcon(Icon$31(), "ArrowRight");
443
+ const BaseSvgIcon$34 = material.createSvgIcon(Icon$34(), "ArrowRight");
366
444
  function ArrowRight({ width, height, sx, ...props }, ref) {
367
445
  return /* @__PURE__ */ jsxRuntime.jsx(
368
- BaseSvgIcon$31,
446
+ BaseSvgIcon$34,
369
447
  {
370
448
  ref,
371
449
  viewBox: "0 0 24 24",
@@ -379,7 +457,7 @@ function ArrowRight({ width, height, sx, ...props }, ref) {
379
457
  );
380
458
  }
381
459
  const ArrowRight$1 = React.forwardRef(ArrowRight);
382
- const Icon$30 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
460
+ const Icon$33 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
383
461
  /* @__PURE__ */ jsxRuntime.jsx(
384
462
  "path",
385
463
  {
@@ -404,10 +482,10 @@ const Icon$30 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
404
482
  }
405
483
  )
406
484
  ] });
407
- const BaseSvgIcon$30 = material.createSvgIcon(Icon$30(), "AsynchronousWait");
485
+ const BaseSvgIcon$33 = material.createSvgIcon(Icon$33(), "AsynchronousWait");
408
486
  function AsynchronousWait({ width, height, sx, ...props }, ref) {
409
487
  return /* @__PURE__ */ jsxRuntime.jsx(
410
- BaseSvgIcon$30,
488
+ BaseSvgIcon$33,
411
489
  {
412
490
  ref,
413
491
  viewBox: "0 0 24 24",
@@ -421,7 +499,7 @@ function AsynchronousWait({ width, height, sx, ...props }, ref) {
421
499
  );
422
500
  }
423
501
  const AsynchronousWait$1 = React.forwardRef(AsynchronousWait);
424
- const Icon$2$ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
502
+ const Icon$32 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
425
503
  /* @__PURE__ */ jsxRuntime.jsx(
426
504
  "path",
427
505
  {
@@ -441,10 +519,10 @@ const Icon$2$ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
441
519
  }
442
520
  )
443
521
  ] });
444
- const BaseSvgIcon$2$ = material.createSvgIcon(Icon$2$(), "Autostyle");
522
+ const BaseSvgIcon$32 = material.createSvgIcon(Icon$32(), "Autostyle");
445
523
  function Autostyle({ width, height, sx, ...props }, ref) {
446
524
  return /* @__PURE__ */ jsxRuntime.jsx(
447
- BaseSvgIcon$2$,
525
+ BaseSvgIcon$32,
448
526
  {
449
527
  ref,
450
528
  viewBox: "0 0 24 24",
@@ -458,7 +536,7 @@ function Autostyle({ width, height, sx, ...props }, ref) {
458
536
  );
459
537
  }
460
538
  const Autostyle$1 = React.forwardRef(Autostyle);
461
- const Icon$2_ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
539
+ const Icon$31 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
462
540
  /* @__PURE__ */ jsxRuntime.jsx(
463
541
  "path",
464
542
  {
@@ -476,10 +554,10 @@ const Icon$2_ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
476
554
  }
477
555
  )
478
556
  ] });
479
- const BaseSvgIcon$2_ = material.createSvgIcon(Icon$2_(), "Avg");
557
+ const BaseSvgIcon$31 = material.createSvgIcon(Icon$31(), "Avg");
480
558
  function Avg({ width, height, sx, ...props }, ref) {
481
559
  return /* @__PURE__ */ jsxRuntime.jsx(
482
- BaseSvgIcon$2_,
560
+ BaseSvgIcon$31,
483
561
  {
484
562
  ref,
485
563
  viewBox: "0 0 24 24",
@@ -493,7 +571,7 @@ function Avg({ width, height, sx, ...props }, ref) {
493
571
  );
494
572
  }
495
573
  const Avg$1 = React.forwardRef(Avg);
496
- const Icon$2Z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
574
+ const Icon$30 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
497
575
  "path",
498
576
  {
499
577
  fill: "currentColor",
@@ -502,10 +580,10 @@ const Icon$2Z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
502
580
  clipRule: "evenodd"
503
581
  }
504
582
  ) });
505
- const BaseSvgIcon$2Z = material.createSvgIcon(Icon$2Z(), "Behavioral");
583
+ const BaseSvgIcon$30 = material.createSvgIcon(Icon$30(), "Behavioral");
506
584
  function Behavioral({ width, height, sx, ...props }, ref) {
507
585
  return /* @__PURE__ */ jsxRuntime.jsx(
508
- BaseSvgIcon$2Z,
586
+ BaseSvgIcon$30,
509
587
  {
510
588
  ref,
511
589
  viewBox: "0 0 24 24",
@@ -519,7 +597,7 @@ function Behavioral({ width, height, sx, ...props }, ref) {
519
597
  );
520
598
  }
521
599
  const Behavioral$1 = React.forwardRef(Behavioral);
522
- const Icon$2Y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
600
+ const Icon$2$ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
523
601
  /* @__PURE__ */ jsxRuntime.jsx(
524
602
  "path",
525
603
  {
@@ -537,10 +615,10 @@ const Icon$2Y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
537
615
  }
538
616
  )
539
617
  ] });
540
- const BaseSvgIcon$2Y = material.createSvgIcon(Icon$2Y(), "Bigquery");
618
+ const BaseSvgIcon$2$ = material.createSvgIcon(Icon$2$(), "Bigquery");
541
619
  function Bigquery({ width, height, sx, ...props }, ref) {
542
620
  return /* @__PURE__ */ jsxRuntime.jsx(
543
- BaseSvgIcon$2Y,
621
+ BaseSvgIcon$2$,
544
622
  {
545
623
  ref,
546
624
  viewBox: "0 0 24 24",
@@ -554,7 +632,7 @@ function Bigquery({ width, height, sx, ...props }, ref) {
554
632
  );
555
633
  }
556
634
  const Bigquery$1 = React.forwardRef(Bigquery);
557
- const Icon$2X = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
635
+ const Icon$2_ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
558
636
  "path",
559
637
  {
560
638
  fill: "currentColor",
@@ -563,10 +641,10 @@ const Icon$2X = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
563
641
  clipRule: "evenodd"
564
642
  }
565
643
  ) });
566
- const BaseSvgIcon$2X = material.createSvgIcon(Icon$2X(), "Blending");
644
+ const BaseSvgIcon$2_ = material.createSvgIcon(Icon$2_(), "Blending");
567
645
  function Blending({ width, height, sx, ...props }, ref) {
568
646
  return /* @__PURE__ */ jsxRuntime.jsx(
569
- BaseSvgIcon$2X,
647
+ BaseSvgIcon$2_,
570
648
  {
571
649
  ref,
572
650
  viewBox: "0 0 24 24",
@@ -580,7 +658,7 @@ function Blending({ width, height, sx, ...props }, ref) {
580
658
  );
581
659
  }
582
660
  const Blending$1 = React.forwardRef(Blending);
583
- const Icon$2W = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
661
+ const Icon$2Z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
584
662
  "path",
585
663
  {
586
664
  fill: "currentColor",
@@ -589,10 +667,10 @@ const Icon$2W = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
589
667
  clipRule: "evenodd"
590
668
  }
591
669
  ) });
592
- const BaseSvgIcon$2W = material.createSvgIcon(Icon$2W(), "BlockLabel");
670
+ const BaseSvgIcon$2Z = material.createSvgIcon(Icon$2Z(), "BlockLabel");
593
671
  function BlockLabel({ width, height, sx, ...props }, ref) {
594
672
  return /* @__PURE__ */ jsxRuntime.jsx(
595
- BaseSvgIcon$2W,
673
+ BaseSvgIcon$2Z,
596
674
  {
597
675
  ref,
598
676
  viewBox: "0 0 24 24",
@@ -606,7 +684,7 @@ function BlockLabel({ width, height, sx, ...props }, ref) {
606
684
  );
607
685
  }
608
686
  const BlockLabel$1 = React.forwardRef(BlockLabel);
609
- const Icon$2V = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
687
+ const Icon$2Y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
610
688
  /* @__PURE__ */ jsxRuntime.jsx(
611
689
  "path",
612
690
  {
@@ -624,10 +702,10 @@ const Icon$2V = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
624
702
  }
625
703
  )
626
704
  ] });
627
- const BaseSvgIcon$2V = material.createSvgIcon(Icon$2V(), "BlockLabelOff");
705
+ const BaseSvgIcon$2Y = material.createSvgIcon(Icon$2Y(), "BlockLabelOff");
628
706
  function BlockLabelOff({ width, height, sx, ...props }, ref) {
629
707
  return /* @__PURE__ */ jsxRuntime.jsx(
630
- BaseSvgIcon$2V,
708
+ BaseSvgIcon$2Y,
631
709
  {
632
710
  ref,
633
711
  viewBox: "0 0 24 24",
@@ -641,17 +719,17 @@ function BlockLabelOff({ width, height, sx, ...props }, ref) {
641
719
  );
642
720
  }
643
721
  const BlockLabelOff$1 = React.forwardRef(BlockLabelOff);
644
- const Icon$2U = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
722
+ const Icon$2X = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
645
723
  "path",
646
724
  {
647
725
  fill: "currentColor",
648
726
  d: "M18 18v-2H6v2zM7.41 5.59 12 10.18l4.59-4.59L18 7l-6 6-6-6z"
649
727
  }
650
728
  ) });
651
- const BaseSvgIcon$2U = material.createSvgIcon(Icon$2U(), "BottomRow");
729
+ const BaseSvgIcon$2X = material.createSvgIcon(Icon$2X(), "BottomRow");
652
730
  function BottomRow({ width, height, sx, ...props }, ref) {
653
731
  return /* @__PURE__ */ jsxRuntime.jsx(
654
- BaseSvgIcon$2U,
732
+ BaseSvgIcon$2X,
655
733
  {
656
734
  ref,
657
735
  viewBox: "0 0 24 24",
@@ -665,7 +743,7 @@ function BottomRow({ width, height, sx, ...props }, ref) {
665
743
  );
666
744
  }
667
745
  const BottomRow$1 = React.forwardRef(BottomRow);
668
- const Icon$2T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
746
+ const Icon$2W = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
669
747
  "path",
670
748
  {
671
749
  fill: "currentColor",
@@ -674,10 +752,10 @@ const Icon$2T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
674
752
  clipRule: "evenodd"
675
753
  }
676
754
  ) });
677
- const BaseSvgIcon$2T = material.createSvgIcon(Icon$2T(), "BulletPointAlt");
755
+ const BaseSvgIcon$2W = material.createSvgIcon(Icon$2W(), "BulletPointAlt");
678
756
  function BulletPointAlt({ width, height, sx, ...props }, ref) {
679
757
  return /* @__PURE__ */ jsxRuntime.jsx(
680
- BaseSvgIcon$2T,
758
+ BaseSvgIcon$2W,
681
759
  {
682
760
  ref,
683
761
  viewBox: "0 0 24 24",
@@ -691,7 +769,7 @@ function BulletPointAlt({ width, height, sx, ...props }, ref) {
691
769
  );
692
770
  }
693
771
  const BulletPointAlt$1 = React.forwardRef(BulletPointAlt);
694
- const Icon$2S = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
772
+ const Icon$2V = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
695
773
  /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M12 9a3 3 0 1 1 0 6 3 3 0 0 1 0-6" }),
696
774
  /* @__PURE__ */ jsxRuntime.jsx(
697
775
  "path",
@@ -703,10 +781,10 @@ const Icon$2S = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
703
781
  }
704
782
  )
705
783
  ] });
706
- const BaseSvgIcon$2S = material.createSvgIcon(Icon$2S(), "BulletPointCheckedAlt");
784
+ const BaseSvgIcon$2V = material.createSvgIcon(Icon$2V(), "BulletPointCheckedAlt");
707
785
  function BulletPointCheckedAlt({ width, height, sx, ...props }, ref) {
708
786
  return /* @__PURE__ */ jsxRuntime.jsx(
709
- BaseSvgIcon$2S,
787
+ BaseSvgIcon$2V,
710
788
  {
711
789
  ref,
712
790
  viewBox: "0 0 24 24",
@@ -720,7 +798,7 @@ function BulletPointCheckedAlt({ width, height, sx, ...props }, ref) {
720
798
  );
721
799
  }
722
800
  const BulletPointCheckedAlt$1 = React.forwardRef(BulletPointCheckedAlt);
723
- const Icon$2R = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
801
+ const Icon$2U = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
724
802
  /* @__PURE__ */ jsxRuntime.jsx(
725
803
  "path",
726
804
  {
@@ -738,10 +816,10 @@ const Icon$2R = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
738
816
  }
739
817
  )
740
818
  ] });
741
- const BaseSvgIcon$2R = material.createSvgIcon(Icon$2R(), "Carto");
819
+ const BaseSvgIcon$2U = material.createSvgIcon(Icon$2U(), "Carto");
742
820
  function Carto({ width, height, sx, ...props }, ref) {
743
821
  return /* @__PURE__ */ jsxRuntime.jsx(
744
- BaseSvgIcon$2R,
822
+ BaseSvgIcon$2U,
745
823
  {
746
824
  ref,
747
825
  viewBox: "0 0 24 24",
@@ -755,7 +833,7 @@ function Carto({ width, height, sx, ...props }, ref) {
755
833
  );
756
834
  }
757
835
  const Carto$1 = React.forwardRef(Carto);
758
- const Icon$2Q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
836
+ const Icon$2T = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
759
837
  /* @__PURE__ */ jsxRuntime.jsx(
760
838
  "path",
761
839
  {
@@ -771,10 +849,10 @@ const Icon$2Q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
771
849
  }
772
850
  )
773
851
  ] });
774
- const BaseSvgIcon$2Q = material.createSvgIcon(Icon$2Q(), "CartoAi");
852
+ const BaseSvgIcon$2T = material.createSvgIcon(Icon$2T(), "CartoAi");
775
853
  function CartoAi({ width, height, sx, ...props }, ref) {
776
854
  return /* @__PURE__ */ jsxRuntime.jsx(
777
- BaseSvgIcon$2Q,
855
+ BaseSvgIcon$2T,
778
856
  {
779
857
  ref,
780
858
  viewBox: "0 0 24 24",
@@ -788,7 +866,7 @@ function CartoAi({ width, height, sx, ...props }, ref) {
788
866
  );
789
867
  }
790
868
  const CartoAi$1 = React.forwardRef(CartoAi);
791
- const Icon$2P = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
869
+ const Icon$2S = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
792
870
  /* @__PURE__ */ jsxRuntime.jsx(
793
871
  "path",
794
872
  {
@@ -806,10 +884,10 @@ const Icon$2P = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
806
884
  }
807
885
  )
808
886
  ] });
809
- const BaseSvgIcon$2P = material.createSvgIcon(Icon$2P(), "CartoSymbol");
887
+ const BaseSvgIcon$2S = material.createSvgIcon(Icon$2S(), "CartoSymbol");
810
888
  function CartoSymbol({ width, height, sx, ...props }, ref) {
811
889
  return /* @__PURE__ */ jsxRuntime.jsx(
812
- BaseSvgIcon$2P,
890
+ BaseSvgIcon$2S,
813
891
  {
814
892
  ref,
815
893
  viewBox: "0 0 24 24",
@@ -823,7 +901,7 @@ function CartoSymbol({ width, height, sx, ...props }, ref) {
823
901
  );
824
902
  }
825
903
  const CartoSymbol$1 = React.forwardRef(CartoSymbol);
826
- const Icon$2O = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
904
+ const Icon$2R = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
827
905
  /* @__PURE__ */ jsxRuntime.jsxs(
828
906
  "g",
829
907
  {
@@ -839,10 +917,10 @@ const Icon$2O = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
839
917
  ),
840
918
  /* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
841
919
  ] });
842
- const BaseSvgIcon$2O = material.createSvgIcon(Icon$2O(), "CatalogView");
920
+ const BaseSvgIcon$2R = material.createSvgIcon(Icon$2R(), "CatalogView");
843
921
  function CatalogView({ width, height, sx, ...props }, ref) {
844
922
  return /* @__PURE__ */ jsxRuntime.jsx(
845
- BaseSvgIcon$2O,
923
+ BaseSvgIcon$2R,
846
924
  {
847
925
  ref,
848
926
  viewBox: "0 0 24 24",
@@ -856,7 +934,7 @@ function CatalogView({ width, height, sx, ...props }, ref) {
856
934
  );
857
935
  }
858
936
  const CatalogView$1 = React.forwardRef(CatalogView);
859
- const Icon$2N = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
937
+ const Icon$2Q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
860
938
  /* @__PURE__ */ jsxRuntime.jsx(
861
939
  "path",
862
940
  {
@@ -876,10 +954,10 @@ const Icon$2N = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
876
954
  }
877
955
  )
878
956
  ] });
879
- const BaseSvgIcon$2N = material.createSvgIcon(Icon$2N(), "CatastropheModeling");
957
+ const BaseSvgIcon$2Q = material.createSvgIcon(Icon$2Q(), "CatastropheModeling");
880
958
  function CatastropheModeling({ width, height, sx, ...props }, ref) {
881
959
  return /* @__PURE__ */ jsxRuntime.jsx(
882
- BaseSvgIcon$2N,
960
+ BaseSvgIcon$2Q,
883
961
  {
884
962
  ref,
885
963
  viewBox: "0 0 24 24",
@@ -893,7 +971,7 @@ function CatastropheModeling({ width, height, sx, ...props }, ref) {
893
971
  );
894
972
  }
895
973
  const CatastropheModeling$1 = React.forwardRef(CatastropheModeling);
896
- const Icon$2M = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
974
+ const Icon$2P = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
897
975
  "path",
898
976
  {
899
977
  fill: "currentColor",
@@ -902,10 +980,10 @@ const Icon$2M = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
902
980
  clipRule: "evenodd"
903
981
  }
904
982
  ) });
905
- const BaseSvgIcon$2M = material.createSvgIcon(Icon$2M(), "Center");
983
+ const BaseSvgIcon$2P = material.createSvgIcon(Icon$2P(), "Center");
906
984
  function Center({ width, height, sx, ...props }, ref) {
907
985
  return /* @__PURE__ */ jsxRuntime.jsx(
908
- BaseSvgIcon$2M,
986
+ BaseSvgIcon$2P,
909
987
  {
910
988
  ref,
911
989
  viewBox: "0 0 24 24",
@@ -919,7 +997,7 @@ function Center({ width, height, sx, ...props }, ref) {
919
997
  );
920
998
  }
921
999
  const Center$1 = React.forwardRef(Center);
922
- const Icon$2L = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1000
+ const Icon$2O = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
923
1001
  "path",
924
1002
  {
925
1003
  fill: "currentColor",
@@ -928,10 +1006,10 @@ const Icon$2L = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
928
1006
  clipRule: "evenodd"
929
1007
  }
930
1008
  ) });
931
- const BaseSvgIcon$2L = material.createSvgIcon(Icon$2L(), "CenterLayer");
1009
+ const BaseSvgIcon$2O = material.createSvgIcon(Icon$2O(), "CenterLayer");
932
1010
  function CenterLayer({ width, height, sx, ...props }, ref) {
933
1011
  return /* @__PURE__ */ jsxRuntime.jsx(
934
- BaseSvgIcon$2L,
1012
+ BaseSvgIcon$2O,
935
1013
  {
936
1014
  ref,
937
1015
  viewBox: "0 0 24 24",
@@ -945,7 +1023,7 @@ function CenterLayer({ width, height, sx, ...props }, ref) {
945
1023
  );
946
1024
  }
947
1025
  const CenterLayer$1 = React.forwardRef(CenterLayer);
948
- const Icon$2K = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1026
+ const Icon$2N = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
949
1027
  "path",
950
1028
  {
951
1029
  fill: "currentColor",
@@ -954,10 +1032,10 @@ const Icon$2K = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
954
1032
  clipRule: "evenodd"
955
1033
  }
956
1034
  ) });
957
- const BaseSvgIcon$2K = material.createSvgIcon(Icon$2K(), "CloseDiagonallyLeft");
1035
+ const BaseSvgIcon$2N = material.createSvgIcon(Icon$2N(), "CloseDiagonallyLeft");
958
1036
  function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
959
1037
  return /* @__PURE__ */ jsxRuntime.jsx(
960
- BaseSvgIcon$2K,
1038
+ BaseSvgIcon$2N,
961
1039
  {
962
1040
  ref,
963
1041
  viewBox: "0 0 24 24",
@@ -971,7 +1049,7 @@ function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
971
1049
  );
972
1050
  }
973
1051
  const CloseDiagonallyLeft$1 = React.forwardRef(CloseDiagonallyLeft);
974
- const Icon$2J = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1052
+ const Icon$2M = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
975
1053
  "path",
976
1054
  {
977
1055
  fill: "currentColor",
@@ -980,10 +1058,10 @@ const Icon$2J = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
980
1058
  clipRule: "evenodd"
981
1059
  }
982
1060
  ) });
983
- const BaseSvgIcon$2J = material.createSvgIcon(Icon$2J(), "CloseVertically");
1061
+ const BaseSvgIcon$2M = material.createSvgIcon(Icon$2M(), "CloseVertically");
984
1062
  function CloseVertically({ width, height, sx, ...props }, ref) {
985
1063
  return /* @__PURE__ */ jsxRuntime.jsx(
986
- BaseSvgIcon$2J,
1064
+ BaseSvgIcon$2M,
987
1065
  {
988
1066
  ref,
989
1067
  viewBox: "0 0 24 24",
@@ -997,7 +1075,7 @@ function CloseVertically({ width, height, sx, ...props }, ref) {
997
1075
  );
998
1076
  }
999
1077
  const CloseVertically$1 = React.forwardRef(CloseVertically);
1000
- const Icon$2I = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1078
+ const Icon$2L = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1001
1079
  /* @__PURE__ */ jsxRuntime.jsx(
1002
1080
  "path",
1003
1081
  {
@@ -1013,10 +1091,10 @@ const Icon$2I = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1013
1091
  }
1014
1092
  )
1015
1093
  ] });
1016
- const BaseSvgIcon$2I = material.createSvgIcon(Icon$2I(), "CodeBlock");
1094
+ const BaseSvgIcon$2L = material.createSvgIcon(Icon$2L(), "CodeBlock");
1017
1095
  function CodeBlock({ width, height, sx, ...props }, ref) {
1018
1096
  return /* @__PURE__ */ jsxRuntime.jsx(
1019
- BaseSvgIcon$2I,
1097
+ BaseSvgIcon$2L,
1020
1098
  {
1021
1099
  ref,
1022
1100
  viewBox: "0 0 24 24",
@@ -1030,17 +1108,17 @@ function CodeBlock({ width, height, sx, ...props }, ref) {
1030
1108
  );
1031
1109
  }
1032
1110
  const CodeBlock$1 = React.forwardRef(CodeBlock);
1033
- const Icon$2H = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1111
+ const Icon$2K = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1034
1112
  "path",
1035
1113
  {
1036
1114
  fill: "currentColor",
1037
1115
  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"
1038
1116
  }
1039
1117
  ) });
1040
- const BaseSvgIcon$2H = material.createSvgIcon(Icon$2H(), "Comments");
1118
+ const BaseSvgIcon$2K = material.createSvgIcon(Icon$2K(), "Comments");
1041
1119
  function Comments({ width, height, sx, ...props }, ref) {
1042
1120
  return /* @__PURE__ */ jsxRuntime.jsx(
1043
- BaseSvgIcon$2H,
1121
+ BaseSvgIcon$2K,
1044
1122
  {
1045
1123
  ref,
1046
1124
  viewBox: "0 0 24 24",
@@ -1054,7 +1132,7 @@ function Comments({ width, height, sx, ...props }, ref) {
1054
1132
  );
1055
1133
  }
1056
1134
  const Comments$1 = React.forwardRef(Comments);
1057
- const Icon$2G = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1135
+ const Icon$2J = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1058
1136
  "path",
1059
1137
  {
1060
1138
  fill: "currentColor",
@@ -1063,10 +1141,10 @@ const Icon$2G = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1063
1141
  clipRule: "evenodd"
1064
1142
  }
1065
1143
  ) });
1066
- const BaseSvgIcon$2G = material.createSvgIcon(Icon$2G(), "Console");
1144
+ const BaseSvgIcon$2J = material.createSvgIcon(Icon$2J(), "Console");
1067
1145
  function Console({ width, height, sx, ...props }, ref) {
1068
1146
  return /* @__PURE__ */ jsxRuntime.jsx(
1069
- BaseSvgIcon$2G,
1147
+ BaseSvgIcon$2J,
1070
1148
  {
1071
1149
  ref,
1072
1150
  viewBox: "0 0 24 24",
@@ -1080,7 +1158,7 @@ function Console({ width, height, sx, ...props }, ref) {
1080
1158
  );
1081
1159
  }
1082
1160
  const Console$1 = React.forwardRef(Console);
1083
- const Icon$2F = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1161
+ const Icon$2I = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1084
1162
  "path",
1085
1163
  {
1086
1164
  fill: "currentColor",
@@ -1089,10 +1167,10 @@ const Icon$2F = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1089
1167
  clipRule: "evenodd"
1090
1168
  }
1091
1169
  ) });
1092
- const BaseSvgIcon$2F = material.createSvgIcon(Icon$2F(), "Covid19");
1170
+ const BaseSvgIcon$2I = material.createSvgIcon(Icon$2I(), "Covid19");
1093
1171
  function Covid19({ width, height, sx, ...props }, ref) {
1094
1172
  return /* @__PURE__ */ jsxRuntime.jsx(
1095
- BaseSvgIcon$2F,
1173
+ BaseSvgIcon$2I,
1096
1174
  {
1097
1175
  ref,
1098
1176
  viewBox: "0 0 24 24",
@@ -1106,7 +1184,7 @@ function Covid19({ width, height, sx, ...props }, ref) {
1106
1184
  );
1107
1185
  }
1108
1186
  const Covid19$1 = React.forwardRef(Covid19);
1109
- const Icon$2E = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1187
+ const Icon$2H = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1110
1188
  "path",
1111
1189
  {
1112
1190
  fill: "currentColor",
@@ -1115,10 +1193,10 @@ const Icon$2E = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1115
1193
  clipRule: "evenodd"
1116
1194
  }
1117
1195
  ) });
1118
- const BaseSvgIcon$2E = material.createSvgIcon(Icon$2E(), "CreateMap");
1196
+ const BaseSvgIcon$2H = material.createSvgIcon(Icon$2H(), "CreateMap");
1119
1197
  function CreateMap({ width, height, sx, ...props }, ref) {
1120
1198
  return /* @__PURE__ */ jsxRuntime.jsx(
1121
- BaseSvgIcon$2E,
1199
+ BaseSvgIcon$2H,
1122
1200
  {
1123
1201
  ref,
1124
1202
  viewBox: "0 0 24 24",
@@ -1132,17 +1210,17 @@ function CreateMap({ width, height, sx, ...props }, ref) {
1132
1210
  );
1133
1211
  }
1134
1212
  const CreateMap$1 = React.forwardRef(CreateMap);
1135
- const Icon$2D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1213
+ const Icon$2G = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1136
1214
  "path",
1137
1215
  {
1138
1216
  fill: "currentColor",
1139
1217
  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"
1140
1218
  }
1141
1219
  ) });
1142
- const BaseSvgIcon$2D = material.createSvgIcon(Icon$2D(), "CreateSpatialAnalysis");
1220
+ const BaseSvgIcon$2G = material.createSvgIcon(Icon$2G(), "CreateSpatialAnalysis");
1143
1221
  function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
1144
1222
  return /* @__PURE__ */ jsxRuntime.jsx(
1145
- BaseSvgIcon$2D,
1223
+ BaseSvgIcon$2G,
1146
1224
  {
1147
1225
  ref,
1148
1226
  viewBox: "0 0 24 24",
@@ -1156,7 +1234,7 @@ function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
1156
1234
  );
1157
1235
  }
1158
1236
  const CreateSpatialAnalysis$1 = React.forwardRef(CreateSpatialAnalysis);
1159
- const Icon$2C = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1237
+ const Icon$2F = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1160
1238
  /* @__PURE__ */ jsxRuntime.jsx(
1161
1239
  "path",
1162
1240
  {
@@ -1174,10 +1252,10 @@ const Icon$2C = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1174
1252
  }
1175
1253
  )
1176
1254
  ] });
1177
- const BaseSvgIcon$2C = material.createSvgIcon(Icon$2C(), "CreateTileset");
1255
+ const BaseSvgIcon$2F = material.createSvgIcon(Icon$2F(), "CreateTileset");
1178
1256
  function CreateTileset({ width, height, sx, ...props }, ref) {
1179
1257
  return /* @__PURE__ */ jsxRuntime.jsx(
1180
- BaseSvgIcon$2C,
1258
+ BaseSvgIcon$2F,
1181
1259
  {
1182
1260
  ref,
1183
1261
  viewBox: "0 0 24 24",
@@ -1191,7 +1269,7 @@ function CreateTileset({ width, height, sx, ...props }, ref) {
1191
1269
  );
1192
1270
  }
1193
1271
  const CreateTileset$1 = React.forwardRef(CreateTileset);
1194
- const Icon$2B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1272
+ const Icon$2E = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1195
1273
  "path",
1196
1274
  {
1197
1275
  fill: "currentColor",
@@ -1200,10 +1278,10 @@ const Icon$2B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1200
1278
  clipRule: "evenodd"
1201
1279
  }
1202
1280
  ) });
1203
- const BaseSvgIcon$2B = material.createSvgIcon(Icon$2B(), "CreateWorkflow");
1281
+ const BaseSvgIcon$2E = material.createSvgIcon(Icon$2E(), "CreateWorkflow");
1204
1282
  function CreateWorkflow({ width, height, sx, ...props }, ref) {
1205
1283
  return /* @__PURE__ */ jsxRuntime.jsx(
1206
- BaseSvgIcon$2B,
1284
+ BaseSvgIcon$2E,
1207
1285
  {
1208
1286
  ref,
1209
1287
  viewBox: "0 0 24 24",
@@ -1217,7 +1295,7 @@ function CreateWorkflow({ width, height, sx, ...props }, ref) {
1217
1295
  );
1218
1296
  }
1219
1297
  const CreateWorkflow$1 = React.forwardRef(CreateWorkflow);
1220
- const Icon$2A = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1298
+ const Icon$2D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1221
1299
  "path",
1222
1300
  {
1223
1301
  fill: "currentColor",
@@ -1226,10 +1304,10 @@ const Icon$2A = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1226
1304
  clipRule: "evenodd"
1227
1305
  }
1228
1306
  ) });
1229
- const BaseSvgIcon$2A = material.createSvgIcon(Icon$2A(), "Data");
1307
+ const BaseSvgIcon$2D = material.createSvgIcon(Icon$2D(), "Data");
1230
1308
  function Data({ width, height, sx, ...props }, ref) {
1231
1309
  return /* @__PURE__ */ jsxRuntime.jsx(
1232
- BaseSvgIcon$2A,
1310
+ BaseSvgIcon$2D,
1233
1311
  {
1234
1312
  ref,
1235
1313
  viewBox: "0 0 24 24",
@@ -1243,7 +1321,7 @@ function Data({ width, height, sx, ...props }, ref) {
1243
1321
  );
1244
1322
  }
1245
1323
  const Data$1 = React.forwardRef(Data);
1246
- const Icon$2z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1324
+ const Icon$2C = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1247
1325
  /* @__PURE__ */ jsxRuntime.jsx(
1248
1326
  "path",
1249
1327
  {
@@ -1263,10 +1341,10 @@ const Icon$2z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1263
1341
  }
1264
1342
  )
1265
1343
  ] });
1266
- const BaseSvgIcon$2z = material.createSvgIcon(Icon$2z(), "DataAccess");
1344
+ const BaseSvgIcon$2C = material.createSvgIcon(Icon$2C(), "DataAccess");
1267
1345
  function DataAccess({ width, height, sx, ...props }, ref) {
1268
1346
  return /* @__PURE__ */ jsxRuntime.jsx(
1269
- BaseSvgIcon$2z,
1347
+ BaseSvgIcon$2C,
1270
1348
  {
1271
1349
  ref,
1272
1350
  viewBox: "0 0 24 24",
@@ -1280,7 +1358,7 @@ function DataAccess({ width, height, sx, ...props }, ref) {
1280
1358
  );
1281
1359
  }
1282
1360
  const DataAccess$1 = React.forwardRef(DataAccess);
1283
- const Icon$2y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1361
+ const Icon$2B = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1284
1362
  /* @__PURE__ */ jsxRuntime.jsx(
1285
1363
  "path",
1286
1364
  {
@@ -1300,10 +1378,10 @@ const Icon$2y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1300
1378
  }
1301
1379
  )
1302
1380
  ] });
1303
- const BaseSvgIcon$2y = material.createSvgIcon(Icon$2y(), "DataExplorer");
1381
+ const BaseSvgIcon$2B = material.createSvgIcon(Icon$2B(), "DataExplorer");
1304
1382
  function DataExplorer({ width, height, sx, ...props }, ref) {
1305
1383
  return /* @__PURE__ */ jsxRuntime.jsx(
1306
- BaseSvgIcon$2y,
1384
+ BaseSvgIcon$2B,
1307
1385
  {
1308
1386
  ref,
1309
1387
  viewBox: "0 0 24 24",
@@ -1317,7 +1395,7 @@ function DataExplorer({ width, height, sx, ...props }, ref) {
1317
1395
  );
1318
1396
  }
1319
1397
  const DataExplorer$1 = React.forwardRef(DataExplorer);
1320
- const Icon$2x = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1398
+ const Icon$2A = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1321
1399
  /* @__PURE__ */ jsxRuntime.jsx(
1322
1400
  "path",
1323
1401
  {
@@ -1337,10 +1415,10 @@ const Icon$2x = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1337
1415
  }
1338
1416
  )
1339
1417
  ] });
1340
- const BaseSvgIcon$2x = material.createSvgIcon(Icon$2x(), "DataFilter");
1418
+ const BaseSvgIcon$2A = material.createSvgIcon(Icon$2A(), "DataFilter");
1341
1419
  function DataFilter({ width, height, sx, ...props }, ref) {
1342
1420
  return /* @__PURE__ */ jsxRuntime.jsx(
1343
- BaseSvgIcon$2x,
1421
+ BaseSvgIcon$2A,
1344
1422
  {
1345
1423
  ref,
1346
1424
  viewBox: "0 0 24 24",
@@ -1354,7 +1432,7 @@ function DataFilter({ width, height, sx, ...props }, ref) {
1354
1432
  );
1355
1433
  }
1356
1434
  const DataFilter$1 = React.forwardRef(DataFilter);
1357
- const Icon$2w = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1435
+ const Icon$2z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1358
1436
  /* @__PURE__ */ jsxRuntime.jsx(
1359
1437
  "path",
1360
1438
  {
@@ -1372,10 +1450,10 @@ const Icon$2w = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1372
1450
  }
1373
1451
  )
1374
1452
  ] });
1375
- const BaseSvgIcon$2w = material.createSvgIcon(Icon$2w(), "DataMonetization");
1453
+ const BaseSvgIcon$2z = material.createSvgIcon(Icon$2z(), "DataMonetization");
1376
1454
  function DataMonetization({ width, height, sx, ...props }, ref) {
1377
1455
  return /* @__PURE__ */ jsxRuntime.jsx(
1378
- BaseSvgIcon$2w,
1456
+ BaseSvgIcon$2z,
1379
1457
  {
1380
1458
  ref,
1381
1459
  viewBox: "0 0 24 24",
@@ -1389,7 +1467,7 @@ function DataMonetization({ width, height, sx, ...props }, ref) {
1389
1467
  );
1390
1468
  }
1391
1469
  const DataMonetization$1 = React.forwardRef(DataMonetization);
1392
- const Icon$2v = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1470
+ const Icon$2y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1393
1471
  "path",
1394
1472
  {
1395
1473
  fill: "currentColor",
@@ -1398,10 +1476,10 @@ const Icon$2v = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1398
1476
  clipRule: "evenodd"
1399
1477
  }
1400
1478
  ) });
1401
- const BaseSvgIcon$2v = material.createSvgIcon(Icon$2v(), "DataObservatory");
1479
+ const BaseSvgIcon$2y = material.createSvgIcon(Icon$2y(), "DataObservatory");
1402
1480
  function DataObservatory({ width, height, sx, ...props }, ref) {
1403
1481
  return /* @__PURE__ */ jsxRuntime.jsx(
1404
- BaseSvgIcon$2v,
1482
+ BaseSvgIcon$2y,
1405
1483
  {
1406
1484
  ref,
1407
1485
  viewBox: "0 0 24 24",
@@ -1415,7 +1493,7 @@ function DataObservatory({ width, height, sx, ...props }, ref) {
1415
1493
  );
1416
1494
  }
1417
1495
  const DataObservatory$1 = React.forwardRef(DataObservatory);
1418
- const Icon$2u = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1496
+ const Icon$2x = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1419
1497
  /* @__PURE__ */ jsxRuntime.jsx(
1420
1498
  "path",
1421
1499
  {
@@ -1433,10 +1511,10 @@ const Icon$2u = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1433
1511
  }
1434
1512
  )
1435
1513
  ] });
1436
- const BaseSvgIcon$2u = material.createSvgIcon(Icon$2u(), "DataOk");
1514
+ const BaseSvgIcon$2x = material.createSvgIcon(Icon$2x(), "DataOk");
1437
1515
  function DataOk({ width, height, sx, ...props }, ref) {
1438
1516
  return /* @__PURE__ */ jsxRuntime.jsx(
1439
- BaseSvgIcon$2u,
1517
+ BaseSvgIcon$2x,
1440
1518
  {
1441
1519
  ref,
1442
1520
  viewBox: "0 0 24 24",
@@ -1450,7 +1528,7 @@ function DataOk({ width, height, sx, ...props }, ref) {
1450
1528
  );
1451
1529
  }
1452
1530
  const DataOk$1 = React.forwardRef(DataOk);
1453
- const Icon$2t = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1531
+ const Icon$2w = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1454
1532
  /* @__PURE__ */ jsxRuntime.jsx(
1455
1533
  "path",
1456
1534
  {
@@ -1470,10 +1548,10 @@ const Icon$2t = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1470
1548
  }
1471
1549
  )
1472
1550
  ] });
1473
- const BaseSvgIcon$2t = material.createSvgIcon(Icon$2t(), "DataPending");
1551
+ const BaseSvgIcon$2w = material.createSvgIcon(Icon$2w(), "DataPending");
1474
1552
  function DataPending({ width, height, sx, ...props }, ref) {
1475
1553
  return /* @__PURE__ */ jsxRuntime.jsx(
1476
- BaseSvgIcon$2t,
1554
+ BaseSvgIcon$2w,
1477
1555
  {
1478
1556
  ref,
1479
1557
  viewBox: "0 0 24 24",
@@ -1487,7 +1565,7 @@ function DataPending({ width, height, sx, ...props }, ref) {
1487
1565
  );
1488
1566
  }
1489
1567
  const DataPending$1 = React.forwardRef(DataPending);
1490
- const Icon$2s = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1568
+ const Icon$2v = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1491
1569
  /* @__PURE__ */ jsxRuntime.jsx(
1492
1570
  "path",
1493
1571
  {
@@ -1505,10 +1583,10 @@ const Icon$2s = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1505
1583
  }
1506
1584
  )
1507
1585
  ] });
1508
- const BaseSvgIcon$2s = material.createSvgIcon(Icon$2s(), "DataPremium");
1586
+ const BaseSvgIcon$2v = material.createSvgIcon(Icon$2v(), "DataPremium");
1509
1587
  function DataPremium({ width, height, sx, ...props }, ref) {
1510
1588
  return /* @__PURE__ */ jsxRuntime.jsx(
1511
- BaseSvgIcon$2s,
1589
+ BaseSvgIcon$2v,
1512
1590
  {
1513
1591
  ref,
1514
1592
  viewBox: "0 0 24 24",
@@ -1522,7 +1600,7 @@ function DataPremium({ width, height, sx, ...props }, ref) {
1522
1600
  );
1523
1601
  }
1524
1602
  const DataPremium$1 = React.forwardRef(DataPremium);
1525
- const Icon$2r = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1603
+ const Icon$2u = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1526
1604
  /* @__PURE__ */ jsxRuntime.jsx(
1527
1605
  "path",
1528
1606
  {
@@ -1542,10 +1620,10 @@ const Icon$2r = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1542
1620
  }
1543
1621
  )
1544
1622
  ] });
1545
- const BaseSvgIcon$2r = material.createSvgIcon(Icon$2r(), "DataPublic");
1623
+ const BaseSvgIcon$2u = material.createSvgIcon(Icon$2u(), "DataPublic");
1546
1624
  function DataPublic({ width, height, sx, ...props }, ref) {
1547
1625
  return /* @__PURE__ */ jsxRuntime.jsx(
1548
- BaseSvgIcon$2r,
1626
+ BaseSvgIcon$2u,
1549
1627
  {
1550
1628
  ref,
1551
1629
  viewBox: "0 0 24 24",
@@ -1559,7 +1637,7 @@ function DataPublic({ width, height, sx, ...props }, ref) {
1559
1637
  );
1560
1638
  }
1561
1639
  const DataPublic$1 = React.forwardRef(DataPublic);
1562
- const Icon$2q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1640
+ const Icon$2t = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1563
1641
  /* @__PURE__ */ jsxRuntime.jsx(
1564
1642
  "path",
1565
1643
  {
@@ -1579,10 +1657,10 @@ const Icon$2q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1579
1657
  }
1580
1658
  )
1581
1659
  ] });
1582
- const BaseSvgIcon$2q = material.createSvgIcon(Icon$2q(), "DataSample");
1660
+ const BaseSvgIcon$2t = material.createSvgIcon(Icon$2t(), "DataSample");
1583
1661
  function DataSample({ width, height, sx, ...props }, ref) {
1584
1662
  return /* @__PURE__ */ jsxRuntime.jsx(
1585
- BaseSvgIcon$2q,
1663
+ BaseSvgIcon$2t,
1586
1664
  {
1587
1665
  ref,
1588
1666
  viewBox: "0 0 24 24",
@@ -1596,7 +1674,7 @@ function DataSample({ width, height, sx, ...props }, ref) {
1596
1674
  );
1597
1675
  }
1598
1676
  const DataSample$1 = React.forwardRef(DataSample);
1599
- const Icon$2p = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1677
+ const Icon$2s = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1600
1678
  "path",
1601
1679
  {
1602
1680
  fill: "currentColor",
@@ -1605,10 +1683,10 @@ const Icon$2p = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1605
1683
  clipRule: "evenodd"
1606
1684
  }
1607
1685
  ) });
1608
- const BaseSvgIcon$2p = material.createSvgIcon(Icon$2p(), "DataUnavailable");
1686
+ const BaseSvgIcon$2s = material.createSvgIcon(Icon$2s(), "DataUnavailable");
1609
1687
  function DataUnavailable({ width, height, sx, ...props }, ref) {
1610
1688
  return /* @__PURE__ */ jsxRuntime.jsx(
1611
- BaseSvgIcon$2p,
1689
+ BaseSvgIcon$2s,
1612
1690
  {
1613
1691
  ref,
1614
1692
  viewBox: "0 0 24 24",
@@ -1622,7 +1700,7 @@ function DataUnavailable({ width, height, sx, ...props }, ref) {
1622
1700
  );
1623
1701
  }
1624
1702
  const DataUnavailable$1 = React.forwardRef(DataUnavailable);
1625
- const Icon$2o = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1703
+ const Icon$2r = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1626
1704
  "path",
1627
1705
  {
1628
1706
  fill: "currentColor",
@@ -1631,10 +1709,10 @@ const Icon$2o = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1631
1709
  clipRule: "evenodd"
1632
1710
  }
1633
1711
  ) });
1634
- const BaseSvgIcon$2o = material.createSvgIcon(Icon$2o(), "Databricks");
1712
+ const BaseSvgIcon$2r = material.createSvgIcon(Icon$2r(), "Databricks");
1635
1713
  function Databricks({ width, height, sx, ...props }, ref) {
1636
1714
  return /* @__PURE__ */ jsxRuntime.jsx(
1637
- BaseSvgIcon$2o,
1715
+ BaseSvgIcon$2r,
1638
1716
  {
1639
1717
  ref,
1640
1718
  viewBox: "0 0 24 24",
@@ -1648,7 +1726,7 @@ function Databricks({ width, height, sx, ...props }, ref) {
1648
1726
  );
1649
1727
  }
1650
1728
  const Databricks$1 = React.forwardRef(Databricks);
1651
- const Icon$2n = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1729
+ const Icon$2q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1652
1730
  "path",
1653
1731
  {
1654
1732
  fill: "currentColor",
@@ -1657,10 +1735,10 @@ const Icon$2n = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1657
1735
  clipRule: "evenodd"
1658
1736
  }
1659
1737
  ) });
1660
- const BaseSvgIcon$2n = material.createSvgIcon(Icon$2n(), "Demographics");
1738
+ const BaseSvgIcon$2q = material.createSvgIcon(Icon$2q(), "Demographics");
1661
1739
  function Demographics({ width, height, sx, ...props }, ref) {
1662
1740
  return /* @__PURE__ */ jsxRuntime.jsx(
1663
- BaseSvgIcon$2n,
1741
+ BaseSvgIcon$2q,
1664
1742
  {
1665
1743
  ref,
1666
1744
  viewBox: "0 0 24 24",
@@ -1674,7 +1752,7 @@ function Demographics({ width, height, sx, ...props }, ref) {
1674
1752
  );
1675
1753
  }
1676
1754
  const Demographics$1 = React.forwardRef(Demographics);
1677
- const Icon$2m = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1755
+ const Icon$2p = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1678
1756
  "path",
1679
1757
  {
1680
1758
  fill: "currentColor",
@@ -1683,10 +1761,10 @@ const Icon$2m = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1683
1761
  clipRule: "evenodd"
1684
1762
  }
1685
1763
  ) });
1686
- const BaseSvgIcon$2m = material.createSvgIcon(Icon$2m(), "Derived");
1764
+ const BaseSvgIcon$2p = material.createSvgIcon(Icon$2p(), "Derived");
1687
1765
  function Derived({ width, height, sx, ...props }, ref) {
1688
1766
  return /* @__PURE__ */ jsxRuntime.jsx(
1689
- BaseSvgIcon$2m,
1767
+ BaseSvgIcon$2p,
1690
1768
  {
1691
1769
  ref,
1692
1770
  viewBox: "0 0 24 24",
@@ -1700,7 +1778,7 @@ function Derived({ width, height, sx, ...props }, ref) {
1700
1778
  );
1701
1779
  }
1702
1780
  const Derived$1 = React.forwardRef(Derived);
1703
- const Icon$2l = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1781
+ const Icon$2o = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1704
1782
  "path",
1705
1783
  {
1706
1784
  fill: "currentColor",
@@ -1709,10 +1787,10 @@ const Icon$2l = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1709
1787
  clipRule: "evenodd"
1710
1788
  }
1711
1789
  ) });
1712
- const BaseSvgIcon$2l = material.createSvgIcon(Icon$2l(), "Distance");
1790
+ const BaseSvgIcon$2o = material.createSvgIcon(Icon$2o(), "Distance");
1713
1791
  function Distance({ width, height, sx, ...props }, ref) {
1714
1792
  return /* @__PURE__ */ jsxRuntime.jsx(
1715
- BaseSvgIcon$2l,
1793
+ BaseSvgIcon$2o,
1716
1794
  {
1717
1795
  ref,
1718
1796
  viewBox: "0 0 24 24",
@@ -1726,11 +1804,11 @@ function Distance({ width, height, sx, ...props }, ref) {
1726
1804
  );
1727
1805
  }
1728
1806
  const Distance$1 = React.forwardRef(Distance);
1729
- const Icon$2k = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 12, cy: 12, r: 5, fill: "currentColor" }) });
1730
- const BaseSvgIcon$2k = material.createSvgIcon(Icon$2k(), "Dot");
1807
+ const Icon$2n = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 12, cy: 12, r: 5, fill: "currentColor" }) });
1808
+ const BaseSvgIcon$2n = material.createSvgIcon(Icon$2n(), "Dot");
1731
1809
  function Dot({ width, height, sx, ...props }, ref) {
1732
1810
  return /* @__PURE__ */ jsxRuntime.jsx(
1733
- BaseSvgIcon$2k,
1811
+ BaseSvgIcon$2n,
1734
1812
  {
1735
1813
  ref,
1736
1814
  viewBox: "0 0 24 24",
@@ -1744,7 +1822,7 @@ function Dot({ width, height, sx, ...props }, ref) {
1744
1822
  );
1745
1823
  }
1746
1824
  const Dot$1 = React.forwardRef(Dot);
1747
- const Icon$2j = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1825
+ const Icon$2m = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1748
1826
  "path",
1749
1827
  {
1750
1828
  fill: "currentColor",
@@ -1753,10 +1831,10 @@ const Icon$2j = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1753
1831
  clipRule: "evenodd"
1754
1832
  }
1755
1833
  ) });
1756
- const BaseSvgIcon$2j = material.createSvgIcon(Icon$2j(), "DrawCircle");
1834
+ const BaseSvgIcon$2m = material.createSvgIcon(Icon$2m(), "DrawCircle");
1757
1835
  function DrawCircle({ width, height, sx, ...props }, ref) {
1758
1836
  return /* @__PURE__ */ jsxRuntime.jsx(
1759
- BaseSvgIcon$2j,
1837
+ BaseSvgIcon$2m,
1760
1838
  {
1761
1839
  ref,
1762
1840
  viewBox: "0 0 24 24",
@@ -1770,7 +1848,7 @@ function DrawCircle({ width, height, sx, ...props }, ref) {
1770
1848
  );
1771
1849
  }
1772
1850
  const DrawCircle$1 = React.forwardRef(DrawCircle);
1773
- const Icon$2i = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1851
+ const Icon$2l = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1774
1852
  "path",
1775
1853
  {
1776
1854
  fill: "currentColor",
@@ -1779,10 +1857,10 @@ const Icon$2i = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1779
1857
  clipRule: "evenodd"
1780
1858
  }
1781
1859
  ) });
1782
- const BaseSvgIcon$2i = material.createSvgIcon(Icon$2i(), "DrawLasso");
1860
+ const BaseSvgIcon$2l = material.createSvgIcon(Icon$2l(), "DrawLasso");
1783
1861
  function DrawLasso({ width, height, sx, ...props }, ref) {
1784
1862
  return /* @__PURE__ */ jsxRuntime.jsx(
1785
- BaseSvgIcon$2i,
1863
+ BaseSvgIcon$2l,
1786
1864
  {
1787
1865
  ref,
1788
1866
  viewBox: "0 0 24 24",
@@ -1796,17 +1874,17 @@ function DrawLasso({ width, height, sx, ...props }, ref) {
1796
1874
  );
1797
1875
  }
1798
1876
  const DrawLasso$1 = React.forwardRef(DrawLasso);
1799
- const Icon$2h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1877
+ const Icon$2k = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1800
1878
  "path",
1801
1879
  {
1802
1880
  fill: "currentColor",
1803
1881
  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"
1804
1882
  }
1805
1883
  ) });
1806
- const BaseSvgIcon$2h = material.createSvgIcon(Icon$2h(), "DrawLine");
1884
+ const BaseSvgIcon$2k = material.createSvgIcon(Icon$2k(), "DrawLine");
1807
1885
  function DrawLine({ width, height, sx, ...props }, ref) {
1808
1886
  return /* @__PURE__ */ jsxRuntime.jsx(
1809
- BaseSvgIcon$2h,
1887
+ BaseSvgIcon$2k,
1810
1888
  {
1811
1889
  ref,
1812
1890
  viewBox: "0 0 24 24",
@@ -1820,7 +1898,7 @@ function DrawLine({ width, height, sx, ...props }, ref) {
1820
1898
  );
1821
1899
  }
1822
1900
  const DrawLine$1 = React.forwardRef(DrawLine);
1823
- const Icon$2g = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1901
+ const Icon$2j = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1824
1902
  "path",
1825
1903
  {
1826
1904
  fill: "currentColor",
@@ -1829,10 +1907,10 @@ const Icon$2g = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1829
1907
  clipRule: "evenodd"
1830
1908
  }
1831
1909
  ) });
1832
- const BaseSvgIcon$2g = material.createSvgIcon(Icon$2g(), "DrawPolygon");
1910
+ const BaseSvgIcon$2j = material.createSvgIcon(Icon$2j(), "DrawPolygon");
1833
1911
  function DrawPolygon({ width, height, sx, ...props }, ref) {
1834
1912
  return /* @__PURE__ */ jsxRuntime.jsx(
1835
- BaseSvgIcon$2g,
1913
+ BaseSvgIcon$2j,
1836
1914
  {
1837
1915
  ref,
1838
1916
  viewBox: "0 0 24 24",
@@ -1846,7 +1924,7 @@ function DrawPolygon({ width, height, sx, ...props }, ref) {
1846
1924
  );
1847
1925
  }
1848
1926
  const DrawPolygon$1 = React.forwardRef(DrawPolygon);
1849
- const Icon$2f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1927
+ const Icon$2i = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1850
1928
  "path",
1851
1929
  {
1852
1930
  fill: "currentColor",
@@ -1855,10 +1933,10 @@ const Icon$2f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1855
1933
  clipRule: "evenodd"
1856
1934
  }
1857
1935
  ) });
1858
- const BaseSvgIcon$2f = material.createSvgIcon(Icon$2f(), "DrawSquare");
1936
+ const BaseSvgIcon$2i = material.createSvgIcon(Icon$2i(), "DrawSquare");
1859
1937
  function DrawSquare({ width, height, sx, ...props }, ref) {
1860
1938
  return /* @__PURE__ */ jsxRuntime.jsx(
1861
- BaseSvgIcon$2f,
1939
+ BaseSvgIcon$2i,
1862
1940
  {
1863
1941
  ref,
1864
1942
  viewBox: "0 0 24 24",
@@ -1872,7 +1950,7 @@ function DrawSquare({ width, height, sx, ...props }, ref) {
1872
1950
  );
1873
1951
  }
1874
1952
  const DrawSquare$1 = React.forwardRef(DrawSquare);
1875
- const Icon$2e = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1953
+ const Icon$2h = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1876
1954
  /* @__PURE__ */ jsxRuntime.jsx(
1877
1955
  "path",
1878
1956
  {
@@ -1890,10 +1968,10 @@ const Icon$2e = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1890
1968
  }
1891
1969
  )
1892
1970
  ] });
1893
- const BaseSvgIcon$2e = material.createSvgIcon(Icon$2e(), "DropAPin");
1971
+ const BaseSvgIcon$2h = material.createSvgIcon(Icon$2h(), "DropAPin");
1894
1972
  function DropAPin({ width, height, sx, ...props }, ref) {
1895
1973
  return /* @__PURE__ */ jsxRuntime.jsx(
1896
- BaseSvgIcon$2e,
1974
+ BaseSvgIcon$2h,
1897
1975
  {
1898
1976
  ref,
1899
1977
  viewBox: "0 0 24 24",
@@ -1907,7 +1985,7 @@ function DropAPin({ width, height, sx, ...props }, ref) {
1907
1985
  );
1908
1986
  }
1909
1987
  const DropAPin$1 = React.forwardRef(DropAPin);
1910
- const Icon$2d = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1988
+ const Icon$2g = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1911
1989
  "path",
1912
1990
  {
1913
1991
  fill: "currentColor",
@@ -1916,10 +1994,10 @@ const Icon$2d = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1916
1994
  clipRule: "evenodd"
1917
1995
  }
1918
1996
  ) });
1919
- const BaseSvgIcon$2d = material.createSvgIcon(Icon$2d(), "DualMap");
1997
+ const BaseSvgIcon$2g = material.createSvgIcon(Icon$2g(), "DualMap");
1920
1998
  function DualMap({ width, height, sx, ...props }, ref) {
1921
1999
  return /* @__PURE__ */ jsxRuntime.jsx(
1922
- BaseSvgIcon$2d,
2000
+ BaseSvgIcon$2g,
1923
2001
  {
1924
2002
  ref,
1925
2003
  viewBox: "0 0 24 24",
@@ -1933,7 +2011,7 @@ function DualMap({ width, height, sx, ...props }, ref) {
1933
2011
  );
1934
2012
  }
1935
2013
  const DualMap$1 = React.forwardRef(DualMap);
1936
- const Icon$2c = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2014
+ const Icon$2f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1937
2015
  "path",
1938
2016
  {
1939
2017
  fill: "currentColor",
@@ -1942,10 +2020,10 @@ const Icon$2c = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1942
2020
  clipRule: "evenodd"
1943
2021
  }
1944
2022
  ) });
1945
- const BaseSvgIcon$2c = material.createSvgIcon(Icon$2c(), "Environmental");
2023
+ const BaseSvgIcon$2f = material.createSvgIcon(Icon$2f(), "Environmental");
1946
2024
  function Environmental({ width, height, sx, ...props }, ref) {
1947
2025
  return /* @__PURE__ */ jsxRuntime.jsx(
1948
- BaseSvgIcon$2c,
2026
+ BaseSvgIcon$2f,
1949
2027
  {
1950
2028
  ref,
1951
2029
  viewBox: "0 0 24 24",
@@ -1959,7 +2037,7 @@ function Environmental({ width, height, sx, ...props }, ref) {
1959
2037
  );
1960
2038
  }
1961
2039
  const Environmental$1 = React.forwardRef(Environmental);
1962
- const Icon$2b = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2040
+ const Icon$2e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1963
2041
  "path",
1964
2042
  {
1965
2043
  fill: "currentColor",
@@ -1968,10 +2046,10 @@ const Icon$2b = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1968
2046
  clipRule: "evenodd"
1969
2047
  }
1970
2048
  ) });
1971
- const BaseSvgIcon$2b = material.createSvgIcon(Icon$2b(), "EnvironmentalManagement");
2049
+ const BaseSvgIcon$2e = material.createSvgIcon(Icon$2e(), "EnvironmentalManagement");
1972
2050
  function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
1973
2051
  return /* @__PURE__ */ jsxRuntime.jsx(
1974
- BaseSvgIcon$2b,
2052
+ BaseSvgIcon$2e,
1975
2053
  {
1976
2054
  ref,
1977
2055
  viewBox: "0 0 24 24",
@@ -1985,11 +2063,11 @@ function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
1985
2063
  );
1986
2064
  }
1987
2065
  const EnvironmentalManagement$1 = React.forwardRef(EnvironmentalManagement);
1988
- const Icon$2a = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M4 17v-3h16v3zm0-7V7h16v3z" }) });
1989
- const BaseSvgIcon$2a = material.createSvgIcon(Icon$2a(), "Equal");
2066
+ const Icon$2d = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M4 17v-3h16v3zm0-7V7h16v3z" }) });
2067
+ const BaseSvgIcon$2d = material.createSvgIcon(Icon$2d(), "Equal");
1990
2068
  function Equal({ width, height, sx, ...props }, ref) {
1991
2069
  return /* @__PURE__ */ jsxRuntime.jsx(
1992
- BaseSvgIcon$2a,
2070
+ BaseSvgIcon$2d,
1993
2071
  {
1994
2072
  ref,
1995
2073
  viewBox: "0 0 24 24",
@@ -2003,7 +2081,7 @@ function Equal({ width, height, sx, ...props }, ref) {
2003
2081
  );
2004
2082
  }
2005
2083
  const Equal$1 = React.forwardRef(Equal);
2006
- const Icon$29 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2084
+ const Icon$2c = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2007
2085
  "path",
2008
2086
  {
2009
2087
  fill: "currentColor",
@@ -2012,10 +2090,10 @@ const Icon$29 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2012
2090
  clipRule: "evenodd"
2013
2091
  }
2014
2092
  ) });
2015
- const BaseSvgIcon$29 = material.createSvgIcon(Icon$29(), "ExitToAppLeft");
2093
+ const BaseSvgIcon$2c = material.createSvgIcon(Icon$2c(), "ExitToAppLeft");
2016
2094
  function ExitToAppLeft({ width, height, sx, ...props }, ref) {
2017
2095
  return /* @__PURE__ */ jsxRuntime.jsx(
2018
- BaseSvgIcon$29,
2096
+ BaseSvgIcon$2c,
2019
2097
  {
2020
2098
  ref,
2021
2099
  viewBox: "0 0 24 24",
@@ -2029,7 +2107,7 @@ function ExitToAppLeft({ width, height, sx, ...props }, ref) {
2029
2107
  );
2030
2108
  }
2031
2109
  const ExitToAppLeft$1 = React.forwardRef(ExitToAppLeft);
2032
- const Icon$28 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2110
+ const Icon$2b = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2033
2111
  "path",
2034
2112
  {
2035
2113
  fill: "currentColor",
@@ -2038,10 +2116,10 @@ const Icon$28 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2038
2116
  clipRule: "evenodd"
2039
2117
  }
2040
2118
  ) });
2041
- const BaseSvgIcon$28 = material.createSvgIcon(Icon$28(), "Fabric");
2119
+ const BaseSvgIcon$2b = material.createSvgIcon(Icon$2b(), "Fabric");
2042
2120
  function Fabric({ width, height, sx, ...props }, ref) {
2043
2121
  return /* @__PURE__ */ jsxRuntime.jsx(
2044
- BaseSvgIcon$28,
2122
+ BaseSvgIcon$2b,
2045
2123
  {
2046
2124
  ref,
2047
2125
  viewBox: "0 0 24 24",
@@ -2055,7 +2133,7 @@ function Fabric({ width, height, sx, ...props }, ref) {
2055
2133
  );
2056
2134
  }
2057
2135
  const Fabric$1 = React.forwardRef(Fabric);
2058
- const Icon$27 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2136
+ const Icon$2a = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2059
2137
  "path",
2060
2138
  {
2061
2139
  fill: "currentColor",
@@ -2064,10 +2142,10 @@ const Icon$27 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2064
2142
  clipRule: "evenodd"
2065
2143
  }
2066
2144
  ) });
2067
- const BaseSvgIcon$27 = material.createSvgIcon(Icon$27(), "Facebook");
2145
+ const BaseSvgIcon$2a = material.createSvgIcon(Icon$2a(), "Facebook");
2068
2146
  function Facebook({ width, height, sx, ...props }, ref) {
2069
2147
  return /* @__PURE__ */ jsxRuntime.jsx(
2070
- BaseSvgIcon$27,
2148
+ BaseSvgIcon$2a,
2071
2149
  {
2072
2150
  ref,
2073
2151
  viewBox: "0 0 24 24",
@@ -2081,7 +2159,7 @@ function Facebook({ width, height, sx, ...props }, ref) {
2081
2159
  );
2082
2160
  }
2083
2161
  const Facebook$1 = React.forwardRef(Facebook);
2084
- const Icon$26 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2162
+ const Icon$29 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2085
2163
  "path",
2086
2164
  {
2087
2165
  fill: "currentColor",
@@ -2090,10 +2168,10 @@ const Icon$26 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2090
2168
  clipRule: "evenodd"
2091
2169
  }
2092
2170
  ) });
2093
- const BaseSvgIcon$26 = material.createSvgIcon(Icon$26(), "Financial");
2171
+ const BaseSvgIcon$29 = material.createSvgIcon(Icon$29(), "Financial");
2094
2172
  function Financial({ width, height, sx, ...props }, ref) {
2095
2173
  return /* @__PURE__ */ jsxRuntime.jsx(
2096
- BaseSvgIcon$26,
2174
+ BaseSvgIcon$29,
2097
2175
  {
2098
2176
  ref,
2099
2177
  viewBox: "0 0 24 24",
@@ -2107,17 +2185,17 @@ function Financial({ width, height, sx, ...props }, ref) {
2107
2185
  );
2108
2186
  }
2109
2187
  const Financial$1 = React.forwardRef(Financial);
2110
- const Icon$25 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2188
+ const Icon$28 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2111
2189
  "path",
2112
2190
  {
2113
2191
  fill: "currentColor",
2114
2192
  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"
2115
2193
  }
2116
2194
  ) });
2117
- const BaseSvgIcon$25 = material.createSvgIcon(Icon$25(), "FlipInverse");
2195
+ const BaseSvgIcon$28 = material.createSvgIcon(Icon$28(), "FlipInverse");
2118
2196
  function FlipInverse({ width, height, sx, ...props }, ref) {
2119
2197
  return /* @__PURE__ */ jsxRuntime.jsx(
2120
- BaseSvgIcon$25,
2198
+ BaseSvgIcon$28,
2121
2199
  {
2122
2200
  ref,
2123
2201
  viewBox: "0 0 24 24",
@@ -2131,7 +2209,7 @@ function FlipInverse({ width, height, sx, ...props }, ref) {
2131
2209
  );
2132
2210
  }
2133
2211
  const FlipInverse$1 = React.forwardRef(FlipInverse);
2134
- const Icon$24 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2212
+ const Icon$27 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2135
2213
  /* @__PURE__ */ jsxRuntime.jsx(
2136
2214
  "path",
2137
2215
  {
@@ -2149,10 +2227,10 @@ const Icon$24 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2149
2227
  }
2150
2228
  )
2151
2229
  ] });
2152
- const BaseSvgIcon$24 = material.createSvgIcon(Icon$24(), "FoldersStackedOutlined");
2230
+ const BaseSvgIcon$27 = material.createSvgIcon(Icon$27(), "FoldersStackedOutlined");
2153
2231
  function FoldersStackedOutlined({ width, height, sx, ...props }, ref) {
2154
2232
  return /* @__PURE__ */ jsxRuntime.jsx(
2155
- BaseSvgIcon$24,
2233
+ BaseSvgIcon$27,
2156
2234
  {
2157
2235
  ref,
2158
2236
  viewBox: "0 0 24 24",
@@ -2166,7 +2244,7 @@ function FoldersStackedOutlined({ width, height, sx, ...props }, ref) {
2166
2244
  );
2167
2245
  }
2168
2246
  const FoldersStackedOutlined$1 = React.forwardRef(FoldersStackedOutlined);
2169
- const Icon$23 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2247
+ const Icon$26 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2170
2248
  /* @__PURE__ */ jsxRuntime.jsx(
2171
2249
  "path",
2172
2250
  {
@@ -2186,10 +2264,10 @@ const Icon$23 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2186
2264
  }
2187
2265
  )
2188
2266
  ] });
2189
- const BaseSvgIcon$23 = material.createSvgIcon(Icon$23(), "Framed");
2267
+ const BaseSvgIcon$26 = material.createSvgIcon(Icon$26(), "Framed");
2190
2268
  function Framed({ width, height, sx, ...props }, ref) {
2191
2269
  return /* @__PURE__ */ jsxRuntime.jsx(
2192
- BaseSvgIcon$23,
2270
+ BaseSvgIcon$26,
2193
2271
  {
2194
2272
  ref,
2195
2273
  viewBox: "0 0 24 24",
@@ -2203,7 +2281,7 @@ function Framed({ width, height, sx, ...props }, ref) {
2203
2281
  );
2204
2282
  }
2205
2283
  const Framed$1 = React.forwardRef(Framed);
2206
- const Icon$22 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2284
+ const Icon$25 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2207
2285
  /* @__PURE__ */ jsxRuntime.jsx(
2208
2286
  "path",
2209
2287
  {
@@ -2230,10 +2308,10 @@ const Icon$22 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2230
2308
  }
2231
2309
  )
2232
2310
  ] });
2233
- const BaseSvgIcon$22 = material.createSvgIcon(Icon$22(), "FraudDetection");
2311
+ const BaseSvgIcon$25 = material.createSvgIcon(Icon$25(), "FraudDetection");
2234
2312
  function FraudDetection({ width, height, sx, ...props }, ref) {
2235
2313
  return /* @__PURE__ */ jsxRuntime.jsx(
2236
- BaseSvgIcon$22,
2314
+ BaseSvgIcon$25,
2237
2315
  {
2238
2316
  ref,
2239
2317
  viewBox: "0 0 24 24",
@@ -2247,7 +2325,7 @@ function FraudDetection({ width, height, sx, ...props }, ref) {
2247
2325
  );
2248
2326
  }
2249
2327
  const FraudDetection$1 = React.forwardRef(FraudDetection);
2250
- const Icon$21 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2328
+ const Icon$24 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2251
2329
  "path",
2252
2330
  {
2253
2331
  fill: "currentColor",
@@ -2256,10 +2334,10 @@ const Icon$21 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2256
2334
  clipRule: "evenodd"
2257
2335
  }
2258
2336
  ) });
2259
- const BaseSvgIcon$21 = material.createSvgIcon(Icon$21(), "Functions");
2337
+ const BaseSvgIcon$24 = material.createSvgIcon(Icon$24(), "Functions");
2260
2338
  function Functions({ width, height, sx, ...props }, ref) {
2261
2339
  return /* @__PURE__ */ jsxRuntime.jsx(
2262
- BaseSvgIcon$21,
2340
+ BaseSvgIcon$24,
2263
2341
  {
2264
2342
  ref,
2265
2343
  viewBox: "0 0 24 24",
@@ -2273,7 +2351,7 @@ function Functions({ width, height, sx, ...props }, ref) {
2273
2351
  );
2274
2352
  }
2275
2353
  const Functions$1 = React.forwardRef(Functions);
2276
- const Icon$20 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2354
+ const Icon$23 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2277
2355
  /* @__PURE__ */ jsxRuntime.jsx(
2278
2356
  "path",
2279
2357
  {
@@ -2296,10 +2374,10 @@ const Icon$20 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2296
2374
  }
2297
2375
  )
2298
2376
  ] });
2299
- const BaseSvgIcon$20 = material.createSvgIcon(Icon$20(), "GeneratingDescription");
2377
+ const BaseSvgIcon$23 = material.createSvgIcon(Icon$23(), "GeneratingDescription");
2300
2378
  function GeneratingDescription({ width, height, sx, ...props }, ref) {
2301
2379
  return /* @__PURE__ */ jsxRuntime.jsx(
2302
- BaseSvgIcon$20,
2380
+ BaseSvgIcon$23,
2303
2381
  {
2304
2382
  ref,
2305
2383
  viewBox: "0 0 24 24",
@@ -2313,7 +2391,7 @@ function GeneratingDescription({ width, height, sx, ...props }, ref) {
2313
2391
  );
2314
2392
  }
2315
2393
  const GeneratingDescription$1 = React.forwardRef(GeneratingDescription);
2316
- const Icon$1$ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2394
+ const Icon$22 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2317
2395
  /* @__PURE__ */ jsxRuntime.jsx(
2318
2396
  "path",
2319
2397
  {
@@ -2333,10 +2411,10 @@ const Icon$1$ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2333
2411
  }
2334
2412
  )
2335
2413
  ] });
2336
- const BaseSvgIcon$1$ = material.createSvgIcon(Icon$1$(), "GeocodeTable");
2414
+ const BaseSvgIcon$22 = material.createSvgIcon(Icon$22(), "GeocodeTable");
2337
2415
  function GeocodeTable({ width, height, sx, ...props }, ref) {
2338
2416
  return /* @__PURE__ */ jsxRuntime.jsx(
2339
- BaseSvgIcon$1$,
2417
+ BaseSvgIcon$22,
2340
2418
  {
2341
2419
  ref,
2342
2420
  viewBox: "0 0 24 24",
@@ -2350,7 +2428,7 @@ function GeocodeTable({ width, height, sx, ...props }, ref) {
2350
2428
  );
2351
2429
  }
2352
2430
  const GeocodeTable$1 = React.forwardRef(GeocodeTable);
2353
- const Icon$1_ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2431
+ const Icon$21 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2354
2432
  "path",
2355
2433
  {
2356
2434
  fill: "currentColor",
@@ -2359,10 +2437,10 @@ const Icon$1_ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2359
2437
  clipRule: "evenodd"
2360
2438
  }
2361
2439
  ) });
2362
- const BaseSvgIcon$1_ = material.createSvgIcon(Icon$1_(), "Geography");
2440
+ const BaseSvgIcon$21 = material.createSvgIcon(Icon$21(), "Geography");
2363
2441
  function Geography({ width, height, sx, ...props }, ref) {
2364
2442
  return /* @__PURE__ */ jsxRuntime.jsx(
2365
- BaseSvgIcon$1_,
2443
+ BaseSvgIcon$21,
2366
2444
  {
2367
2445
  ref,
2368
2446
  viewBox: "0 0 24 24",
@@ -2376,7 +2454,7 @@ function Geography({ width, height, sx, ...props }, ref) {
2376
2454
  );
2377
2455
  }
2378
2456
  const Geography$1 = React.forwardRef(Geography);
2379
- const Icon$1Z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2457
+ const Icon$20 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2380
2458
  "path",
2381
2459
  {
2382
2460
  fill: "currentColor",
@@ -2385,10 +2463,10 @@ const Icon$1Z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2385
2463
  clipRule: "evenodd"
2386
2464
  }
2387
2465
  ) });
2388
- const BaseSvgIcon$1Z = material.createSvgIcon(Icon$1Z(), "Geomarketing");
2466
+ const BaseSvgIcon$20 = material.createSvgIcon(Icon$20(), "Geomarketing");
2389
2467
  function Geomarketing({ width, height, sx, ...props }, ref) {
2390
2468
  return /* @__PURE__ */ jsxRuntime.jsx(
2391
- BaseSvgIcon$1Z,
2469
+ BaseSvgIcon$20,
2392
2470
  {
2393
2471
  ref,
2394
2472
  viewBox: "0 0 24 24",
@@ -2402,7 +2480,7 @@ function Geomarketing({ width, height, sx, ...props }, ref) {
2402
2480
  );
2403
2481
  }
2404
2482
  const Geomarketing$1 = React.forwardRef(Geomarketing);
2405
- const Icon$1Y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2483
+ const Icon$1$ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2406
2484
  "path",
2407
2485
  {
2408
2486
  fill: "currentColor",
@@ -2411,10 +2489,10 @@ const Icon$1Y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2411
2489
  clipRule: "evenodd"
2412
2490
  }
2413
2491
  ) });
2414
- const BaseSvgIcon$1Y = material.createSvgIcon(Icon$1Y(), "Geometry");
2492
+ const BaseSvgIcon$1$ = material.createSvgIcon(Icon$1$(), "Geometry");
2415
2493
  function Geometry({ width, height, sx, ...props }, ref) {
2416
2494
  return /* @__PURE__ */ jsxRuntime.jsx(
2417
- BaseSvgIcon$1Y,
2495
+ BaseSvgIcon$1$,
2418
2496
  {
2419
2497
  ref,
2420
2498
  viewBox: "0 0 24 24",
@@ -2428,7 +2506,7 @@ function Geometry({ width, height, sx, ...props }, ref) {
2428
2506
  );
2429
2507
  }
2430
2508
  const Geometry$1 = React.forwardRef(Geometry);
2431
- const Icon$1X = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2509
+ const Icon$1_ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2432
2510
  "path",
2433
2511
  {
2434
2512
  fill: "currentColor",
@@ -2437,10 +2515,10 @@ const Icon$1X = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2437
2515
  clipRule: "evenodd"
2438
2516
  }
2439
2517
  ) });
2440
- const BaseSvgIcon$1X = material.createSvgIcon(Icon$1X(), "Github");
2518
+ const BaseSvgIcon$1_ = material.createSvgIcon(Icon$1_(), "Github");
2441
2519
  function Github({ width, height, sx, ...props }, ref) {
2442
2520
  return /* @__PURE__ */ jsxRuntime.jsx(
2443
- BaseSvgIcon$1X,
2521
+ BaseSvgIcon$1_,
2444
2522
  {
2445
2523
  ref,
2446
2524
  viewBox: "0 0 24 24",
@@ -2454,7 +2532,7 @@ function Github({ width, height, sx, ...props }, ref) {
2454
2532
  );
2455
2533
  }
2456
2534
  const Github$1 = React.forwardRef(Github);
2457
- const Icon$1W = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2535
+ const Icon$1Z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2458
2536
  "path",
2459
2537
  {
2460
2538
  fill: "currentColor",
@@ -2463,10 +2541,10 @@ const Icon$1W = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2463
2541
  clipRule: "evenodd"
2464
2542
  }
2465
2543
  ) });
2466
- const BaseSvgIcon$1W = material.createSvgIcon(Icon$1W(), "Google");
2544
+ const BaseSvgIcon$1Z = material.createSvgIcon(Icon$1Z(), "Google");
2467
2545
  function Google({ width, height, sx, ...props }, ref) {
2468
2546
  return /* @__PURE__ */ jsxRuntime.jsx(
2469
- BaseSvgIcon$1W,
2547
+ BaseSvgIcon$1Z,
2470
2548
  {
2471
2549
  ref,
2472
2550
  viewBox: "0 0 24 24",
@@ -2480,7 +2558,7 @@ function Google({ width, height, sx, ...props }, ref) {
2480
2558
  );
2481
2559
  }
2482
2560
  const Google$1 = React.forwardRef(Google);
2483
- const Icon$1V = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2561
+ const Icon$1Y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2484
2562
  "path",
2485
2563
  {
2486
2564
  fill: "currentColor",
@@ -2489,10 +2567,10 @@ const Icon$1V = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2489
2567
  clipRule: "evenodd"
2490
2568
  }
2491
2569
  ) });
2492
- const BaseSvgIcon$1V = material.createSvgIcon(Icon$1V(), "H3");
2570
+ const BaseSvgIcon$1Y = material.createSvgIcon(Icon$1Y(), "H3");
2493
2571
  function H3({ width, height, sx, ...props }, ref) {
2494
2572
  return /* @__PURE__ */ jsxRuntime.jsx(
2495
- BaseSvgIcon$1V,
2573
+ BaseSvgIcon$1Y,
2496
2574
  {
2497
2575
  ref,
2498
2576
  viewBox: "0 0 24 24",
@@ -2506,7 +2584,7 @@ function H3({ width, height, sx, ...props }, ref) {
2506
2584
  );
2507
2585
  }
2508
2586
  const H3$1 = React.forwardRef(H3);
2509
- const Icon$1U = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2587
+ const Icon$1X = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2510
2588
  "path",
2511
2589
  {
2512
2590
  fill: "currentColor",
@@ -2515,10 +2593,10 @@ const Icon$1U = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2515
2593
  clipRule: "evenodd"
2516
2594
  }
2517
2595
  ) });
2518
- const BaseSvgIcon$1U = material.createSvgIcon(Icon$1U(), "HealthAnalytics");
2596
+ const BaseSvgIcon$1X = material.createSvgIcon(Icon$1X(), "HealthAnalytics");
2519
2597
  function HealthAnalytics({ width, height, sx, ...props }, ref) {
2520
2598
  return /* @__PURE__ */ jsxRuntime.jsx(
2521
- BaseSvgIcon$1U,
2599
+ BaseSvgIcon$1X,
2522
2600
  {
2523
2601
  ref,
2524
2602
  viewBox: "0 0 24 24",
@@ -2532,7 +2610,7 @@ function HealthAnalytics({ width, height, sx, ...props }, ref) {
2532
2610
  );
2533
2611
  }
2534
2612
  const HealthAnalytics$1 = React.forwardRef(HealthAnalytics);
2535
- const Icon$1T = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2613
+ const Icon$1W = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2536
2614
  /* @__PURE__ */ jsxRuntime.jsx(
2537
2615
  "path",
2538
2616
  {
@@ -2550,10 +2628,10 @@ const Icon$1T = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2550
2628
  }
2551
2629
  )
2552
2630
  ] });
2553
- const BaseSvgIcon$1T = material.createSvgIcon(Icon$1T(), "HideComments");
2631
+ const BaseSvgIcon$1W = material.createSvgIcon(Icon$1W(), "HideComments");
2554
2632
  function HideComments({ width, height, sx, ...props }, ref) {
2555
2633
  return /* @__PURE__ */ jsxRuntime.jsx(
2556
- BaseSvgIcon$1T,
2634
+ BaseSvgIcon$1W,
2557
2635
  {
2558
2636
  ref,
2559
2637
  viewBox: "0 0 24 24",
@@ -2567,7 +2645,7 @@ function HideComments({ width, height, sx, ...props }, ref) {
2567
2645
  );
2568
2646
  }
2569
2647
  const HideComments$1 = React.forwardRef(HideComments);
2570
- const Icon$1S = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2648
+ const Icon$1V = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2571
2649
  /* @__PURE__ */ jsxRuntime.jsx(
2572
2650
  "path",
2573
2651
  {
@@ -2585,10 +2663,10 @@ const Icon$1S = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2585
2663
  }
2586
2664
  )
2587
2665
  ] });
2588
- const BaseSvgIcon$1S = material.createSvgIcon(Icon$1S(), "HideLeftsidebar");
2666
+ const BaseSvgIcon$1V = material.createSvgIcon(Icon$1V(), "HideLeftsidebar");
2589
2667
  function HideLeftsidebar({ width, height, sx, ...props }, ref) {
2590
2668
  return /* @__PURE__ */ jsxRuntime.jsx(
2591
- BaseSvgIcon$1S,
2669
+ BaseSvgIcon$1V,
2592
2670
  {
2593
2671
  ref,
2594
2672
  viewBox: "0 0 24 24",
@@ -2602,7 +2680,7 @@ function HideLeftsidebar({ width, height, sx, ...props }, ref) {
2602
2680
  );
2603
2681
  }
2604
2682
  const HideLeftsidebar$1 = React.forwardRef(HideLeftsidebar);
2605
- const Icon$1R = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2683
+ const Icon$1U = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2606
2684
  /* @__PURE__ */ jsxRuntime.jsx(
2607
2685
  "path",
2608
2686
  {
@@ -2620,10 +2698,10 @@ const Icon$1R = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2620
2698
  }
2621
2699
  )
2622
2700
  ] });
2623
- const BaseSvgIcon$1R = material.createSvgIcon(Icon$1R(), "HideRightsidebar");
2701
+ const BaseSvgIcon$1U = material.createSvgIcon(Icon$1U(), "HideRightsidebar");
2624
2702
  function HideRightsidebar({ width, height, sx, ...props }, ref) {
2625
2703
  return /* @__PURE__ */ jsxRuntime.jsx(
2626
- BaseSvgIcon$1R,
2704
+ BaseSvgIcon$1U,
2627
2705
  {
2628
2706
  ref,
2629
2707
  viewBox: "0 0 24 24",
@@ -2637,7 +2715,7 @@ function HideRightsidebar({ width, height, sx, ...props }, ref) {
2637
2715
  );
2638
2716
  }
2639
2717
  const HideRightsidebar$1 = React.forwardRef(HideRightsidebar);
2640
- const Icon$1Q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2718
+ const Icon$1T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2641
2719
  "path",
2642
2720
  {
2643
2721
  fill: "currentColor",
@@ -2646,10 +2724,10 @@ const Icon$1Q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2646
2724
  clipRule: "evenodd"
2647
2725
  }
2648
2726
  ) });
2649
- const BaseSvgIcon$1Q = material.createSvgIcon(Icon$1Q(), "Home");
2727
+ const BaseSvgIcon$1T = material.createSvgIcon(Icon$1T(), "Home");
2650
2728
  function Home({ width, height, sx, ...props }, ref) {
2651
2729
  return /* @__PURE__ */ jsxRuntime.jsx(
2652
- BaseSvgIcon$1Q,
2730
+ BaseSvgIcon$1T,
2653
2731
  {
2654
2732
  ref,
2655
2733
  viewBox: "0 0 24 24",
@@ -2663,7 +2741,7 @@ function Home({ width, height, sx, ...props }, ref) {
2663
2741
  );
2664
2742
  }
2665
2743
  const Home$1 = React.forwardRef(Home);
2666
- const Icon$1P = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2744
+ const Icon$1S = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2667
2745
  "path",
2668
2746
  {
2669
2747
  fill: "currentColor",
@@ -2672,10 +2750,10 @@ const Icon$1P = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2672
2750
  clipRule: "evenodd"
2673
2751
  }
2674
2752
  ) });
2675
- const BaseSvgIcon$1P = material.createSvgIcon(Icon$1P(), "Housing");
2753
+ const BaseSvgIcon$1S = material.createSvgIcon(Icon$1S(), "Housing");
2676
2754
  function Housing({ width, height, sx, ...props }, ref) {
2677
2755
  return /* @__PURE__ */ jsxRuntime.jsx(
2678
- BaseSvgIcon$1P,
2756
+ BaseSvgIcon$1S,
2679
2757
  {
2680
2758
  ref,
2681
2759
  viewBox: "0 0 24 24",
@@ -2689,7 +2767,7 @@ function Housing({ width, height, sx, ...props }, ref) {
2689
2767
  );
2690
2768
  }
2691
2769
  const Housing$1 = React.forwardRef(Housing);
2692
- const Icon$1O = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2770
+ const Icon$1R = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2693
2771
  "path",
2694
2772
  {
2695
2773
  fill: "currentColor",
@@ -2698,10 +2776,10 @@ const Icon$1O = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2698
2776
  clipRule: "evenodd"
2699
2777
  }
2700
2778
  ) });
2701
- const BaseSvgIcon$1O = material.createSvgIcon(Icon$1O(), "HumanMobility");
2779
+ const BaseSvgIcon$1R = material.createSvgIcon(Icon$1R(), "HumanMobility");
2702
2780
  function HumanMobility({ width, height, sx, ...props }, ref) {
2703
2781
  return /* @__PURE__ */ jsxRuntime.jsx(
2704
- BaseSvgIcon$1O,
2782
+ BaseSvgIcon$1R,
2705
2783
  {
2706
2784
  ref,
2707
2785
  viewBox: "0 0 24 24",
@@ -2715,7 +2793,7 @@ function HumanMobility({ width, height, sx, ...props }, ref) {
2715
2793
  );
2716
2794
  }
2717
2795
  const HumanMobility$1 = React.forwardRef(HumanMobility);
2718
- const Icon$1N = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2796
+ const Icon$1Q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2719
2797
  "path",
2720
2798
  {
2721
2799
  fill: "currentColor",
@@ -2724,10 +2802,10 @@ const Icon$1N = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2724
2802
  clipRule: "evenodd"
2725
2803
  }
2726
2804
  ) });
2727
- const BaseSvgIcon$1N = material.createSvgIcon(Icon$1N(), "Id");
2805
+ const BaseSvgIcon$1Q = material.createSvgIcon(Icon$1Q(), "Id");
2728
2806
  function Id({ width, height, sx, ...props }, ref) {
2729
2807
  return /* @__PURE__ */ jsxRuntime.jsx(
2730
- BaseSvgIcon$1N,
2808
+ BaseSvgIcon$1Q,
2731
2809
  {
2732
2810
  ref,
2733
2811
  viewBox: "0 0 24 24",
@@ -2741,7 +2819,7 @@ function Id({ width, height, sx, ...props }, ref) {
2741
2819
  );
2742
2820
  }
2743
2821
  const Id$1 = React.forwardRef(Id);
2744
- const Icon$1M = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2822
+ const Icon$1P = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2745
2823
  /* @__PURE__ */ jsxRuntime.jsx(
2746
2824
  "path",
2747
2825
  {
@@ -2759,10 +2837,10 @@ const Icon$1M = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2759
2837
  ),
2760
2838
  /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "m14.14 11.86-3 3.87L9 13.14 6 17h12z" })
2761
2839
  ] });
2762
- const BaseSvgIcon$1M = material.createSvgIcon(Icon$1M(), "Image");
2840
+ const BaseSvgIcon$1P = material.createSvgIcon(Icon$1P(), "Image");
2763
2841
  function Image({ width, height, sx, ...props }, ref) {
2764
2842
  return /* @__PURE__ */ jsxRuntime.jsx(
2765
- BaseSvgIcon$1M,
2843
+ BaseSvgIcon$1P,
2766
2844
  {
2767
2845
  ref,
2768
2846
  viewBox: "0 0 24 24",
@@ -2776,7 +2854,7 @@ function Image({ width, height, sx, ...props }, ref) {
2776
2854
  );
2777
2855
  }
2778
2856
  const Image$1 = React.forwardRef(Image);
2779
- const Icon$1L = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2857
+ const Icon$1O = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2780
2858
  /* @__PURE__ */ jsxRuntime.jsx(
2781
2859
  "path",
2782
2860
  {
@@ -2801,10 +2879,10 @@ const Icon$1L = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2801
2879
  }
2802
2880
  )
2803
2881
  ] });
2804
- const BaseSvgIcon$1L = material.createSvgIcon(Icon$1L(), "Infrastructure");
2882
+ const BaseSvgIcon$1O = material.createSvgIcon(Icon$1O(), "Infrastructure");
2805
2883
  function Infrastructure({ width, height, sx, ...props }, ref) {
2806
2884
  return /* @__PURE__ */ jsxRuntime.jsx(
2807
- BaseSvgIcon$1L,
2885
+ BaseSvgIcon$1O,
2808
2886
  {
2809
2887
  ref,
2810
2888
  viewBox: "0 0 24 24",
@@ -2818,7 +2896,7 @@ function Infrastructure({ width, height, sx, ...props }, ref) {
2818
2896
  );
2819
2897
  }
2820
2898
  const Infrastructure$1 = React.forwardRef(Infrastructure);
2821
- const Icon$1K = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2899
+ const Icon$1N = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2822
2900
  "path",
2823
2901
  {
2824
2902
  fill: "currentColor",
@@ -2827,10 +2905,10 @@ const Icon$1K = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2827
2905
  clipRule: "evenodd"
2828
2906
  }
2829
2907
  ) });
2830
- const BaseSvgIcon$1K = material.createSvgIcon(Icon$1K(), "IotAnalytics");
2908
+ const BaseSvgIcon$1N = material.createSvgIcon(Icon$1N(), "IotAnalytics");
2831
2909
  function IotAnalytics({ width, height, sx, ...props }, ref) {
2832
2910
  return /* @__PURE__ */ jsxRuntime.jsx(
2833
- BaseSvgIcon$1K,
2911
+ BaseSvgIcon$1N,
2834
2912
  {
2835
2913
  ref,
2836
2914
  viewBox: "0 0 24 24",
@@ -2844,7 +2922,7 @@ function IotAnalytics({ width, height, sx, ...props }, ref) {
2844
2922
  );
2845
2923
  }
2846
2924
  const IotAnalytics$1 = React.forwardRef(IotAnalytics);
2847
- const Icon$1J = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2925
+ const Icon$1M = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2848
2926
  /* @__PURE__ */ jsxRuntime.jsx(
2849
2927
  "path",
2850
2928
  {
@@ -2862,10 +2940,10 @@ const Icon$1J = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2862
2940
  }
2863
2941
  )
2864
2942
  ] });
2865
- const BaseSvgIcon$1J = material.createSvgIcon(Icon$1J(), "LabelDeprecated");
2943
+ const BaseSvgIcon$1M = material.createSvgIcon(Icon$1M(), "LabelDeprecated");
2866
2944
  function LabelDeprecated({ width, height, sx, ...props }, ref) {
2867
2945
  return /* @__PURE__ */ jsxRuntime.jsx(
2868
- BaseSvgIcon$1J,
2946
+ BaseSvgIcon$1M,
2869
2947
  {
2870
2948
  ref,
2871
2949
  viewBox: "0 0 24 24",
@@ -2879,7 +2957,7 @@ function LabelDeprecated({ width, height, sx, ...props }, ref) {
2879
2957
  );
2880
2958
  }
2881
2959
  const LabelDeprecated$1 = React.forwardRef(LabelDeprecated);
2882
- const Icon$1I = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2960
+ const Icon$1L = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2883
2961
  "path",
2884
2962
  {
2885
2963
  fill: "currentColor",
@@ -2888,10 +2966,10 @@ const Icon$1I = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2888
2966
  clipRule: "evenodd"
2889
2967
  }
2890
2968
  ) });
2891
- const BaseSvgIcon$1I = material.createSvgIcon(Icon$1I(), "Layers");
2969
+ const BaseSvgIcon$1L = material.createSvgIcon(Icon$1L(), "Layers");
2892
2970
  function Layers({ width, height, sx, ...props }, ref) {
2893
2971
  return /* @__PURE__ */ jsxRuntime.jsx(
2894
- BaseSvgIcon$1I,
2972
+ BaseSvgIcon$1L,
2895
2973
  {
2896
2974
  ref,
2897
2975
  viewBox: "0 0 24 24",
@@ -2905,7 +2983,7 @@ function Layers({ width, height, sx, ...props }, ref) {
2905
2983
  );
2906
2984
  }
2907
2985
  const Layers$1 = React.forwardRef(Layers);
2908
- const Icon$1H = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2986
+ const Icon$1K = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2909
2987
  "path",
2910
2988
  {
2911
2989
  fill: "currentColor",
@@ -2914,10 +2992,10 @@ const Icon$1H = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2914
2992
  clipRule: "evenodd"
2915
2993
  }
2916
2994
  ) });
2917
- const BaseSvgIcon$1H = material.createSvgIcon(Icon$1H(), "Linkedin");
2995
+ const BaseSvgIcon$1K = material.createSvgIcon(Icon$1K(), "Linkedin");
2918
2996
  function Linkedin({ width, height, sx, ...props }, ref) {
2919
2997
  return /* @__PURE__ */ jsxRuntime.jsx(
2920
- BaseSvgIcon$1H,
2998
+ BaseSvgIcon$1K,
2921
2999
  {
2922
3000
  ref,
2923
3001
  viewBox: "0 0 24 24",
@@ -2931,7 +3009,33 @@ function Linkedin({ width, height, sx, ...props }, ref) {
2931
3009
  );
2932
3010
  }
2933
3011
  const Linkedin$1 = React.forwardRef(Linkedin);
2934
- const Icon$1G = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3012
+ const Icon$1J = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3013
+ "path",
3014
+ {
3015
+ fill: "currentColor",
3016
+ fillRule: "evenodd",
3017
+ 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",
3018
+ clipRule: "evenodd"
3019
+ }
3020
+ ) });
3021
+ const BaseSvgIcon$1J = material.createSvgIcon(Icon$1J(), "M2mOauthClient");
3022
+ function M2mOauthClient({ width, height, sx, ...props }, ref) {
3023
+ return /* @__PURE__ */ jsxRuntime.jsx(
3024
+ BaseSvgIcon$1J,
3025
+ {
3026
+ ref,
3027
+ viewBox: "0 0 24 24",
3028
+ sx: {
3029
+ width,
3030
+ height: height || width,
3031
+ ...sx
3032
+ },
3033
+ ...props
3034
+ }
3035
+ );
3036
+ }
3037
+ const M2mOauthClient$1 = React.forwardRef(M2mOauthClient);
3038
+ const Icon$1I = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2935
3039
  "path",
2936
3040
  {
2937
3041
  fill: "currentColor",
@@ -2940,10 +3044,10 @@ const Icon$1G = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2940
3044
  clipRule: "evenodd"
2941
3045
  }
2942
3046
  ) });
2943
- const BaseSvgIcon$1G = material.createSvgIcon(Icon$1G(), "MapCoordinates");
3047
+ const BaseSvgIcon$1I = material.createSvgIcon(Icon$1I(), "MapCoordinates");
2944
3048
  function MapCoordinates({ width, height, sx, ...props }, ref) {
2945
3049
  return /* @__PURE__ */ jsxRuntime.jsx(
2946
- BaseSvgIcon$1G,
3050
+ BaseSvgIcon$1I,
2947
3051
  {
2948
3052
  ref,
2949
3053
  viewBox: "0 0 24 24",
@@ -2957,7 +3061,7 @@ function MapCoordinates({ width, height, sx, ...props }, ref) {
2957
3061
  );
2958
3062
  }
2959
3063
  const MapCoordinates$1 = React.forwardRef(MapCoordinates);
2960
- const Icon$1F = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3064
+ const Icon$1H = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2961
3065
  /* @__PURE__ */ jsxRuntime.jsx(
2962
3066
  "path",
2963
3067
  {
@@ -2984,10 +3088,10 @@ const Icon$1F = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2984
3088
  }
2985
3089
  )
2986
3090
  ] });
2987
- const BaseSvgIcon$1F = material.createSvgIcon(Icon$1F(), "MapCopy");
3091
+ const BaseSvgIcon$1H = material.createSvgIcon(Icon$1H(), "MapCopy");
2988
3092
  function MapCopy({ width, height, sx, ...props }, ref) {
2989
3093
  return /* @__PURE__ */ jsxRuntime.jsx(
2990
- BaseSvgIcon$1F,
3094
+ BaseSvgIcon$1H,
2991
3095
  {
2992
3096
  ref,
2993
3097
  viewBox: "0 0 24 24",
@@ -3001,7 +3105,7 @@ function MapCopy({ width, height, sx, ...props }, ref) {
3001
3105
  );
3002
3106
  }
3003
3107
  const MapCopy$1 = React.forwardRef(MapCopy);
3004
- const Icon$1E = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3108
+ const Icon$1G = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3005
3109
  "path",
3006
3110
  {
3007
3111
  fill: "currentColor",
@@ -3010,10 +3114,10 @@ const Icon$1E = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
3010
3114
  clipRule: "evenodd"
3011
3115
  }
3012
3116
  ) });
3013
- const BaseSvgIcon$1E = material.createSvgIcon(Icon$1E(), "MapOthers");
3117
+ const BaseSvgIcon$1G = material.createSvgIcon(Icon$1G(), "MapOthers");
3014
3118
  function MapOthers({ width, height, sx, ...props }, ref) {
3015
3119
  return /* @__PURE__ */ jsxRuntime.jsx(
3016
- BaseSvgIcon$1E,
3120
+ BaseSvgIcon$1G,
3017
3121
  {
3018
3122
  ref,
3019
3123
  viewBox: "0 0 24 24",
@@ -3027,7 +3131,7 @@ function MapOthers({ width, height, sx, ...props }, ref) {
3027
3131
  );
3028
3132
  }
3029
3133
  const MapOthers$1 = React.forwardRef(MapOthers);
3030
- const Icon$1D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3134
+ const Icon$1F = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3031
3135
  "path",
3032
3136
  {
3033
3137
  fill: "currentColor",
@@ -3036,10 +3140,10 @@ const Icon$1D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
3036
3140
  clipRule: "evenodd"
3037
3141
  }
3038
3142
  ) });
3039
- const BaseSvgIcon$1D = material.createSvgIcon(Icon$1D(), "MapPin");
3143
+ const BaseSvgIcon$1F = material.createSvgIcon(Icon$1F(), "MapPin");
3040
3144
  function MapPin({ width, height, sx, ...props }, ref) {
3041
3145
  return /* @__PURE__ */ jsxRuntime.jsx(
3042
- BaseSvgIcon$1D,
3146
+ BaseSvgIcon$1F,
3043
3147
  {
3044
3148
  ref,
3045
3149
  viewBox: "0 0 24 24",
@@ -3053,7 +3157,7 @@ function MapPin({ width, height, sx, ...props }, ref) {
3053
3157
  );
3054
3158
  }
3055
3159
  const MapPin$1 = React.forwardRef(MapPin);
3056
- const Icon$1C = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3160
+ const Icon$1E = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3057
3161
  /* @__PURE__ */ jsxRuntime.jsx(
3058
3162
  "path",
3059
3163
  {
@@ -3076,10 +3180,10 @@ const Icon$1C = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3076
3180
  }
3077
3181
  )
3078
3182
  ] });
3079
- const BaseSvgIcon$1C = material.createSvgIcon(Icon$1C(), "MarkCommentRead");
3183
+ const BaseSvgIcon$1E = material.createSvgIcon(Icon$1E(), "MarkCommentRead");
3080
3184
  function MarkCommentRead({ width, height, sx, ...props }, ref) {
3081
3185
  return /* @__PURE__ */ jsxRuntime.jsx(
3082
- BaseSvgIcon$1C,
3186
+ BaseSvgIcon$1E,
3083
3187
  {
3084
3188
  ref,
3085
3189
  viewBox: "0 0 24 24",
@@ -3093,7 +3197,7 @@ function MarkCommentRead({ width, height, sx, ...props }, ref) {
3093
3197
  );
3094
3198
  }
3095
3199
  const MarkCommentRead$1 = React.forwardRef(MarkCommentRead);
3096
- const Icon$1B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3200
+ const Icon$1D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3097
3201
  "path",
3098
3202
  {
3099
3203
  fill: "currentColor",
@@ -3102,10 +3206,10 @@ const Icon$1B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
3102
3206
  clipRule: "evenodd"
3103
3207
  }
3104
3208
  ) });
3105
- const BaseSvgIcon$1B = material.createSvgIcon(Icon$1B(), "MarketAnalysis");
3209
+ const BaseSvgIcon$1D = material.createSvgIcon(Icon$1D(), "MarketAnalysis");
3106
3210
  function MarketAnalysis({ width, height, sx, ...props }, ref) {
3107
3211
  return /* @__PURE__ */ jsxRuntime.jsx(
3108
- BaseSvgIcon$1B,
3212
+ BaseSvgIcon$1D,
3109
3213
  {
3110
3214
  ref,
3111
3215
  viewBox: "0 0 24 24",
@@ -3119,7 +3223,7 @@ function MarketAnalysis({ width, height, sx, ...props }, ref) {
3119
3223
  );
3120
3224
  }
3121
3225
  const MarketAnalysis$1 = React.forwardRef(MarketAnalysis);
3122
- const Icon$1A = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3226
+ const Icon$1C = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3123
3227
  /* @__PURE__ */ jsxRuntime.jsx(
3124
3228
  "path",
3125
3229
  {
@@ -3144,10 +3248,10 @@ const Icon$1A = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3144
3248
  }
3145
3249
  )
3146
3250
  ] });
3147
- const BaseSvgIcon$1A = material.createSvgIcon(Icon$1A(), "Max");
3251
+ const BaseSvgIcon$1C = material.createSvgIcon(Icon$1C(), "Max");
3148
3252
  function Max({ width, height, sx, ...props }, ref) {
3149
3253
  return /* @__PURE__ */ jsxRuntime.jsx(
3150
- BaseSvgIcon$1A,
3254
+ BaseSvgIcon$1C,
3151
3255
  {
3152
3256
  ref,
3153
3257
  viewBox: "0 0 24 24",
@@ -3161,7 +3265,7 @@ function Max({ width, height, sx, ...props }, ref) {
3161
3265
  );
3162
3266
  }
3163
3267
  const Max$1 = React.forwardRef(Max);
3164
- const Icon$1z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3268
+ const Icon$1B = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3165
3269
  /* @__PURE__ */ jsxRuntime.jsx(
3166
3270
  "path",
3167
3271
  {
@@ -3202,10 +3306,10 @@ const Icon$1z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3202
3306
  }
3203
3307
  )
3204
3308
  ] });
3205
- const BaseSvgIcon$1z = material.createSvgIcon(Icon$1z(), "McpTool");
3309
+ const BaseSvgIcon$1B = material.createSvgIcon(Icon$1B(), "McpTool");
3206
3310
  function McpTool({ width, height, sx, ...props }, ref) {
3207
3311
  return /* @__PURE__ */ jsxRuntime.jsx(
3208
- BaseSvgIcon$1z,
3312
+ BaseSvgIcon$1B,
3209
3313
  {
3210
3314
  ref,
3211
3315
  viewBox: "0 0 24 24",
@@ -3219,17 +3323,17 @@ function McpTool({ width, height, sx, ...props }, ref) {
3219
3323
  );
3220
3324
  }
3221
3325
  const McpTool$1 = React.forwardRef(McpTool);
3222
- const Icon$1y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3326
+ const Icon$1A = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3223
3327
  "path",
3224
3328
  {
3225
3329
  fill: "currentColor",
3226
3330
  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"
3227
3331
  }
3228
3332
  ) });
3229
- const BaseSvgIcon$1y = material.createSvgIcon(Icon$1y(), "MeasureTool");
3333
+ const BaseSvgIcon$1A = material.createSvgIcon(Icon$1A(), "MeasureTool");
3230
3334
  function MeasureTool({ width, height, sx, ...props }, ref) {
3231
3335
  return /* @__PURE__ */ jsxRuntime.jsx(
3232
- BaseSvgIcon$1y,
3336
+ BaseSvgIcon$1A,
3233
3337
  {
3234
3338
  ref,
3235
3339
  viewBox: "0 0 24 24",
@@ -3243,17 +3347,17 @@ function MeasureTool({ width, height, sx, ...props }, ref) {
3243
3347
  );
3244
3348
  }
3245
3349
  const MeasureTool$1 = React.forwardRef(MeasureTool);
3246
- const Icon$1x = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3350
+ const Icon$1z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3247
3351
  "path",
3248
3352
  {
3249
3353
  fill: "currentColor",
3250
3354
  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"
3251
3355
  }
3252
3356
  ) });
3253
- const BaseSvgIcon$1x = material.createSvgIcon(Icon$1x(), "Min");
3357
+ const BaseSvgIcon$1z = material.createSvgIcon(Icon$1z(), "Min");
3254
3358
  function Min({ width, height, sx, ...props }, ref) {
3255
3359
  return /* @__PURE__ */ jsxRuntime.jsx(
3256
- BaseSvgIcon$1x,
3360
+ BaseSvgIcon$1z,
3257
3361
  {
3258
3362
  ref,
3259
3363
  viewBox: "0 0 24 24",
@@ -3267,7 +3371,7 @@ function Min({ width, height, sx, ...props }, ref) {
3267
3371
  );
3268
3372
  }
3269
3373
  const Min$1 = React.forwardRef(Min);
3270
- const Icon$1w = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3374
+ const Icon$1y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3271
3375
  /* @__PURE__ */ jsxRuntime.jsx(
3272
3376
  "path",
3273
3377
  {
@@ -3286,10 +3390,10 @@ const Icon$1w = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3286
3390
  }
3287
3391
  )
3288
3392
  ] });
3289
- const BaseSvgIcon$1w = material.createSvgIcon(Icon$1w(), "MobilityPlanning");
3393
+ const BaseSvgIcon$1y = material.createSvgIcon(Icon$1y(), "MobilityPlanning");
3290
3394
  function MobilityPlanning({ width, height, sx, ...props }, ref) {
3291
3395
  return /* @__PURE__ */ jsxRuntime.jsx(
3292
- BaseSvgIcon$1w,
3396
+ BaseSvgIcon$1y,
3293
3397
  {
3294
3398
  ref,
3295
3399
  viewBox: "0 0 24 24",
@@ -3303,7 +3407,7 @@ function MobilityPlanning({ width, height, sx, ...props }, ref) {
3303
3407
  );
3304
3408
  }
3305
3409
  const MobilityPlanning$1 = React.forwardRef(MobilityPlanning);
3306
- const Icon$1v = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3410
+ const Icon$1x = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3307
3411
  /* @__PURE__ */ jsxRuntime.jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsxRuntime.jsx(
3308
3412
  "path",
3309
3413
  {
@@ -3315,10 +3419,10 @@ const Icon$1v = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3315
3419
  ) }),
3316
3420
  /* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
3317
3421
  ] });
3318
- const BaseSvgIcon$1v = material.createSvgIcon(Icon$1v(), "NetworkDeployment");
3422
+ const BaseSvgIcon$1x = material.createSvgIcon(Icon$1x(), "NetworkDeployment");
3319
3423
  function NetworkDeployment({ width, height, sx, ...props }, ref) {
3320
3424
  return /* @__PURE__ */ jsxRuntime.jsx(
3321
- BaseSvgIcon$1v,
3425
+ BaseSvgIcon$1x,
3322
3426
  {
3323
3427
  ref,
3324
3428
  viewBox: "0 0 24 24",
@@ -3332,7 +3436,7 @@ function NetworkDeployment({ width, height, sx, ...props }, ref) {
3332
3436
  );
3333
3437
  }
3334
3438
  const NetworkDeployment$1 = React.forwardRef(NetworkDeployment);
3335
- const Icon$1u = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3439
+ const Icon$1w = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3336
3440
  /* @__PURE__ */ jsxRuntime.jsx(
3337
3441
  "path",
3338
3442
  {
@@ -3348,10 +3452,10 @@ const Icon$1u = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3348
3452
  }
3349
3453
  )
3350
3454
  ] });
3351
- const BaseSvgIcon$1u = material.createSvgIcon(Icon$1u(), "NightsThermostat");
3455
+ const BaseSvgIcon$1w = material.createSvgIcon(Icon$1w(), "NightsThermostat");
3352
3456
  function NightsThermostat({ width, height, sx, ...props }, ref) {
3353
3457
  return /* @__PURE__ */ jsxRuntime.jsx(
3354
- BaseSvgIcon$1u,
3458
+ BaseSvgIcon$1w,
3355
3459
  {
3356
3460
  ref,
3357
3461
  viewBox: "0 0 24 24",
@@ -3365,7 +3469,7 @@ function NightsThermostat({ width, height, sx, ...props }, ref) {
3365
3469
  );
3366
3470
  }
3367
3471
  const NightsThermostat$1 = React.forwardRef(NightsThermostat);
3368
- const Icon$1t = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3472
+ const Icon$1v = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3369
3473
  /* @__PURE__ */ jsxRuntime.jsx(
3370
3474
  "path",
3371
3475
  {
@@ -3375,10 +3479,10 @@ const Icon$1t = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3375
3479
  ),
3376
3480
  /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M8 20H4v-4h4zM16 4v4h4V4z" })
3377
3481
  ] });
3378
- const BaseSvgIcon$1t = material.createSvgIcon(Icon$1t(), "NoApp");
3482
+ const BaseSvgIcon$1v = material.createSvgIcon(Icon$1v(), "NoApp");
3379
3483
  function NoApp({ width, height, sx, ...props }, ref) {
3380
3484
  return /* @__PURE__ */ jsxRuntime.jsx(
3381
- BaseSvgIcon$1t,
3485
+ BaseSvgIcon$1v,
3382
3486
  {
3383
3487
  ref,
3384
3488
  viewBox: "0 0 24 24",
@@ -3392,7 +3496,7 @@ function NoApp({ width, height, sx, ...props }, ref) {
3392
3496
  );
3393
3497
  }
3394
3498
  const NoApp$1 = React.forwardRef(NoApp);
3395
- const Icon$1s = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3499
+ const Icon$1u = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3396
3500
  /* @__PURE__ */ jsxRuntime.jsx(
3397
3501
  "path",
3398
3502
  {
@@ -3410,10 +3514,10 @@ const Icon$1s = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3410
3514
  }
3411
3515
  )
3412
3516
  ] });
3413
- const BaseSvgIcon$1s = material.createSvgIcon(Icon$1s(), "NoLayer");
3517
+ const BaseSvgIcon$1u = material.createSvgIcon(Icon$1u(), "NoLayer");
3414
3518
  function NoLayer({ width, height, sx, ...props }, ref) {
3415
3519
  return /* @__PURE__ */ jsxRuntime.jsx(
3416
- BaseSvgIcon$1s,
3520
+ BaseSvgIcon$1u,
3417
3521
  {
3418
3522
  ref,
3419
3523
  viewBox: "0 0 24 24",
@@ -3427,7 +3531,7 @@ function NoLayer({ width, height, sx, ...props }, ref) {
3427
3531
  );
3428
3532
  }
3429
3533
  const NoLayer$1 = React.forwardRef(NoLayer);
3430
- const Icon$1r = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3534
+ const Icon$1t = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3431
3535
  /* @__PURE__ */ jsxRuntime.jsx(
3432
3536
  "path",
3433
3537
  {
@@ -3445,10 +3549,10 @@ const Icon$1r = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3445
3549
  }
3446
3550
  )
3447
3551
  ] });
3448
- const BaseSvgIcon$1r = material.createSvgIcon(Icon$1r(), "NoMap");
3552
+ const BaseSvgIcon$1t = material.createSvgIcon(Icon$1t(), "NoMap");
3449
3553
  function NoMap({ width, height, sx, ...props }, ref) {
3450
3554
  return /* @__PURE__ */ jsxRuntime.jsx(
3451
- BaseSvgIcon$1r,
3555
+ BaseSvgIcon$1t,
3452
3556
  {
3453
3557
  ref,
3454
3558
  viewBox: "0 0 24 24",
@@ -3462,7 +3566,7 @@ function NoMap({ width, height, sx, ...props }, ref) {
3462
3566
  );
3463
3567
  }
3464
3568
  const NoMap$1 = React.forwardRef(NoMap);
3465
- const Icon$1q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3569
+ const Icon$1s = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3466
3570
  "path",
3467
3571
  {
3468
3572
  fill: "currentColor",
@@ -3471,10 +3575,10 @@ const Icon$1q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
3471
3575
  clipRule: "evenodd"
3472
3576
  }
3473
3577
  ) });
3474
- const BaseSvgIcon$1q = material.createSvgIcon(Icon$1q(), "NoSpatialExtension");
3578
+ const BaseSvgIcon$1s = material.createSvgIcon(Icon$1s(), "NoSpatialExtension");
3475
3579
  function NoSpatialExtension({ width, height, sx, ...props }, ref) {
3476
3580
  return /* @__PURE__ */ jsxRuntime.jsx(
3477
- BaseSvgIcon$1q,
3581
+ BaseSvgIcon$1s,
3478
3582
  {
3479
3583
  ref,
3480
3584
  viewBox: "0 0 24 24",
@@ -3488,7 +3592,7 @@ function NoSpatialExtension({ width, height, sx, ...props }, ref) {
3488
3592
  );
3489
3593
  }
3490
3594
  const NoSpatialExtension$1 = React.forwardRef(NoSpatialExtension);
3491
- const Icon$1p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3595
+ const Icon$1r = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3492
3596
  /* @__PURE__ */ jsxRuntime.jsx(
3493
3597
  "path",
3494
3598
  {
@@ -3506,10 +3610,10 @@ const Icon$1p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3506
3610
  }
3507
3611
  )
3508
3612
  ] });
3509
- const BaseSvgIcon$1p = material.createSvgIcon(Icon$1p(), "NoTileset");
3613
+ const BaseSvgIcon$1r = material.createSvgIcon(Icon$1r(), "NoTileset");
3510
3614
  function NoTileset({ width, height, sx, ...props }, ref) {
3511
3615
  return /* @__PURE__ */ jsxRuntime.jsx(
3512
- BaseSvgIcon$1p,
3616
+ BaseSvgIcon$1r,
3513
3617
  {
3514
3618
  ref,
3515
3619
  viewBox: "0 0 24 24",
@@ -3523,17 +3627,17 @@ function NoTileset({ width, height, sx, ...props }, ref) {
3523
3627
  );
3524
3628
  }
3525
3629
  const NoTileset$1 = React.forwardRef(NoTileset);
3526
- const Icon$1o = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3630
+ const Icon$1q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3527
3631
  "path",
3528
3632
  {
3529
3633
  fill: "currentColor",
3530
3634
  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"
3531
3635
  }
3532
3636
  ) });
3533
- const BaseSvgIcon$1o = material.createSvgIcon(Icon$1o(), "NotEqual");
3637
+ const BaseSvgIcon$1q = material.createSvgIcon(Icon$1q(), "NotEqual");
3534
3638
  function NotEqual({ width, height, sx, ...props }, ref) {
3535
3639
  return /* @__PURE__ */ jsxRuntime.jsx(
3536
- BaseSvgIcon$1o,
3640
+ BaseSvgIcon$1q,
3537
3641
  {
3538
3642
  ref,
3539
3643
  viewBox: "0 0 24 24",
@@ -3547,7 +3651,7 @@ function NotEqual({ width, height, sx, ...props }, ref) {
3547
3651
  );
3548
3652
  }
3549
3653
  const NotEqual$1 = React.forwardRef(NotEqual);
3550
- const Icon$1n = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3654
+ const Icon$1p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3551
3655
  /* @__PURE__ */ jsxRuntime.jsx(
3552
3656
  "path",
3553
3657
  {
@@ -3567,10 +3671,10 @@ const Icon$1n = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3567
3671
  }
3568
3672
  )
3569
3673
  ] });
3570
- const BaseSvgIcon$1n = material.createSvgIcon(Icon$1n(), "Number");
3674
+ const BaseSvgIcon$1p = material.createSvgIcon(Icon$1p(), "Number");
3571
3675
  function Number({ width, height, sx, ...props }, ref) {
3572
3676
  return /* @__PURE__ */ jsxRuntime.jsx(
3573
- BaseSvgIcon$1n,
3677
+ BaseSvgIcon$1p,
3574
3678
  {
3575
3679
  ref,
3576
3680
  viewBox: "0 0 24 24",
@@ -3584,7 +3688,7 @@ function Number({ width, height, sx, ...props }, ref) {
3584
3688
  );
3585
3689
  }
3586
3690
  const Number$1 = React.forwardRef(Number);
3587
- const Icon$1m = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3691
+ const Icon$1o = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3588
3692
  "path",
3589
3693
  {
3590
3694
  fill: "currentColor",
@@ -3593,10 +3697,10 @@ const Icon$1m = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
3593
3697
  clipRule: "evenodd"
3594
3698
  }
3595
3699
  ) });
3596
- const BaseSvgIcon$1m = material.createSvgIcon(Icon$1m(), "Onboarding");
3700
+ const BaseSvgIcon$1o = material.createSvgIcon(Icon$1o(), "Onboarding");
3597
3701
  function Onboarding({ width, height, sx, ...props }, ref) {
3598
3702
  return /* @__PURE__ */ jsxRuntime.jsx(
3599
- BaseSvgIcon$1m,
3703
+ BaseSvgIcon$1o,
3600
3704
  {
3601
3705
  ref,
3602
3706
  viewBox: "0 0 24 24",
@@ -3610,7 +3714,7 @@ function Onboarding({ width, height, sx, ...props }, ref) {
3610
3714
  );
3611
3715
  }
3612
3716
  const Onboarding$1 = React.forwardRef(Onboarding);
3613
- const Icon$1l = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3717
+ const Icon$1n = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3614
3718
  "path",
3615
3719
  {
3616
3720
  fill: "currentColor",
@@ -3619,10 +3723,10 @@ const Icon$1l = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
3619
3723
  clipRule: "evenodd"
3620
3724
  }
3621
3725
  ) });
3622
- const BaseSvgIcon$1l = material.createSvgIcon(Icon$1l(), "OohAnalytics");
3726
+ const BaseSvgIcon$1n = material.createSvgIcon(Icon$1n(), "OohAnalytics");
3623
3727
  function OohAnalytics({ width, height, sx, ...props }, ref) {
3624
3728
  return /* @__PURE__ */ jsxRuntime.jsx(
3625
- BaseSvgIcon$1l,
3729
+ BaseSvgIcon$1n,
3626
3730
  {
3627
3731
  ref,
3628
3732
  viewBox: "0 0 24 24",
@@ -3636,7 +3740,7 @@ function OohAnalytics({ width, height, sx, ...props }, ref) {
3636
3740
  );
3637
3741
  }
3638
3742
  const OohAnalytics$1 = React.forwardRef(OohAnalytics);
3639
- const Icon$1k = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3743
+ const Icon$1m = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3640
3744
  /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M13.125 13.125h-2.25v-2.25h2.25z" }),
3641
3745
  /* @__PURE__ */ jsxRuntime.jsx(
3642
3746
  "path",
@@ -3657,10 +3761,10 @@ const Icon$1k = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3657
3761
  }
3658
3762
  )
3659
3763
  ] });
3660
- const BaseSvgIcon$1k = material.createSvgIcon(Icon$1k(), "Opacity");
3764
+ const BaseSvgIcon$1m = material.createSvgIcon(Icon$1m(), "Opacity");
3661
3765
  function Opacity({ width, height, sx, ...props }, ref) {
3662
3766
  return /* @__PURE__ */ jsxRuntime.jsx(
3663
- BaseSvgIcon$1k,
3767
+ BaseSvgIcon$1m,
3664
3768
  {
3665
3769
  ref,
3666
3770
  viewBox: "0 0 24 24",
@@ -3674,7 +3778,7 @@ function Opacity({ width, height, sx, ...props }, ref) {
3674
3778
  );
3675
3779
  }
3676
3780
  const Opacity$1 = React.forwardRef(Opacity);
3677
- const Icon$1j = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3781
+ const Icon$1l = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3678
3782
  "path",
3679
3783
  {
3680
3784
  fill: "currentColor",
@@ -3683,10 +3787,10 @@ const Icon$1j = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
3683
3787
  clipRule: "evenodd"
3684
3788
  }
3685
3789
  ) });
3686
- const BaseSvgIcon$1j = material.createSvgIcon(Icon$1j(), "OpenDiagonallyLeft");
3790
+ const BaseSvgIcon$1l = material.createSvgIcon(Icon$1l(), "OpenDiagonallyLeft");
3687
3791
  function OpenDiagonallyLeft({ width, height, sx, ...props }, ref) {
3688
3792
  return /* @__PURE__ */ jsxRuntime.jsx(
3689
- BaseSvgIcon$1j,
3793
+ BaseSvgIcon$1l,
3690
3794
  {
3691
3795
  ref,
3692
3796
  viewBox: "0 0 24 24",
@@ -3700,17 +3804,17 @@ function OpenDiagonallyLeft({ width, height, sx, ...props }, ref) {
3700
3804
  );
3701
3805
  }
3702
3806
  const OpenDiagonallyLeft$1 = React.forwardRef(OpenDiagonallyLeft);
3703
- const Icon$1i = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3807
+ const Icon$1k = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3704
3808
  "path",
3705
3809
  {
3706
3810
  fill: "currentColor",
3707
3811
  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"
3708
3812
  }
3709
3813
  ) });
3710
- const BaseSvgIcon$1i = material.createSvgIcon(Icon$1i(), "OpenNewWindow");
3814
+ const BaseSvgIcon$1k = material.createSvgIcon(Icon$1k(), "OpenNewWindow");
3711
3815
  function OpenNewWindow({ width, height, sx, ...props }, ref) {
3712
3816
  return /* @__PURE__ */ jsxRuntime.jsx(
3713
- BaseSvgIcon$1i,
3817
+ BaseSvgIcon$1k,
3714
3818
  {
3715
3819
  ref,
3716
3820
  viewBox: "0 0 24 24",
@@ -3724,7 +3828,7 @@ function OpenNewWindow({ width, height, sx, ...props }, ref) {
3724
3828
  );
3725
3829
  }
3726
3830
  const OpenNewWindow$1 = React.forwardRef(OpenNewWindow);
3727
- const Icon$1h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3831
+ const Icon$1j = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3728
3832
  "path",
3729
3833
  {
3730
3834
  fill: "currentColor",
@@ -3733,10 +3837,10 @@ const Icon$1h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
3733
3837
  clipRule: "evenodd"
3734
3838
  }
3735
3839
  ) });
3736
- const BaseSvgIcon$1h = material.createSvgIcon(Icon$1h(), "OpenVertically");
3840
+ const BaseSvgIcon$1j = material.createSvgIcon(Icon$1j(), "OpenVertically");
3737
3841
  function OpenVertically({ width, height, sx, ...props }, ref) {
3738
3842
  return /* @__PURE__ */ jsxRuntime.jsx(
3739
- BaseSvgIcon$1h,
3843
+ BaseSvgIcon$1j,
3740
3844
  {
3741
3845
  ref,
3742
3846
  viewBox: "0 0 24 24",
@@ -3750,7 +3854,7 @@ function OpenVertically({ width, height, sx, ...props }, ref) {
3750
3854
  );
3751
3855
  }
3752
3856
  const OpenVertically$1 = React.forwardRef(OpenVertically);
3753
- const Icon$1g = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3857
+ const Icon$1i = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3754
3858
  /* @__PURE__ */ jsxRuntime.jsx(
3755
3859
  "path",
3756
3860
  {
@@ -3775,10 +3879,10 @@ const Icon$1g = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3775
3879
  }
3776
3880
  )
3777
3881
  ] });
3778
- const BaseSvgIcon$1g = material.createSvgIcon(Icon$1g(), "ParameterSettings");
3882
+ const BaseSvgIcon$1i = material.createSvgIcon(Icon$1i(), "ParameterSettings");
3779
3883
  function ParameterSettings({ width, height, sx, ...props }, ref) {
3780
3884
  return /* @__PURE__ */ jsxRuntime.jsx(
3781
- BaseSvgIcon$1g,
3885
+ BaseSvgIcon$1i,
3782
3886
  {
3783
3887
  ref,
3784
3888
  viewBox: "0 0 24 24",
@@ -3792,7 +3896,7 @@ function ParameterSettings({ width, height, sx, ...props }, ref) {
3792
3896
  );
3793
3897
  }
3794
3898
  const ParameterSettings$1 = React.forwardRef(ParameterSettings);
3795
- const Icon$1f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3899
+ const Icon$1h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3796
3900
  "path",
3797
3901
  {
3798
3902
  fill: "currentColor",
@@ -3801,10 +3905,10 @@ const Icon$1f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
3801
3905
  clipRule: "evenodd"
3802
3906
  }
3803
3907
  ) });
3804
- const BaseSvgIcon$1f = material.createSvgIcon(Icon$1f(), "PawnChess");
3908
+ const BaseSvgIcon$1h = material.createSvgIcon(Icon$1h(), "PawnChess");
3805
3909
  function PawnChess({ width, height, sx, ...props }, ref) {
3806
3910
  return /* @__PURE__ */ jsxRuntime.jsx(
3807
- BaseSvgIcon$1f,
3911
+ BaseSvgIcon$1h,
3808
3912
  {
3809
3913
  ref,
3810
3914
  viewBox: "0 0 24 24",
@@ -3818,7 +3922,7 @@ function PawnChess({ width, height, sx, ...props }, ref) {
3818
3922
  );
3819
3923
  }
3820
3924
  const PawnChess$1 = React.forwardRef(PawnChess);
3821
- const Icon$1e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3925
+ const Icon$1g = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3822
3926
  "path",
3823
3927
  {
3824
3928
  fill: "currentColor",
@@ -3827,10 +3931,10 @@ const Icon$1e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
3827
3931
  clipRule: "evenodd"
3828
3932
  }
3829
3933
  ) });
3830
- const BaseSvgIcon$1e = material.createSvgIcon(Icon$1e(), "PlaceSelect");
3934
+ const BaseSvgIcon$1g = material.createSvgIcon(Icon$1g(), "PlaceSelect");
3831
3935
  function PlaceSelect({ width, height, sx, ...props }, ref) {
3832
3936
  return /* @__PURE__ */ jsxRuntime.jsx(
3833
- BaseSvgIcon$1e,
3937
+ BaseSvgIcon$1g,
3834
3938
  {
3835
3939
  ref,
3836
3940
  viewBox: "0 0 24 24",
@@ -3844,7 +3948,7 @@ function PlaceSelect({ width, height, sx, ...props }, ref) {
3844
3948
  );
3845
3949
  }
3846
3950
  const PlaceSelect$1 = React.forwardRef(PlaceSelect);
3847
- const Icon$1d = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3951
+ const Icon$1f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3848
3952
  "path",
3849
3953
  {
3850
3954
  fill: "currentColor",
@@ -3853,10 +3957,10 @@ const Icon$1d = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
3853
3957
  clipRule: "evenodd"
3854
3958
  }
3855
3959
  ) });
3856
- const BaseSvgIcon$1d = material.createSvgIcon(Icon$1d(), "PointsOfInterest");
3960
+ const BaseSvgIcon$1f = material.createSvgIcon(Icon$1f(), "PointsOfInterest");
3857
3961
  function PointsOfInterest({ width, height, sx, ...props }, ref) {
3858
3962
  return /* @__PURE__ */ jsxRuntime.jsx(
3859
- BaseSvgIcon$1d,
3963
+ BaseSvgIcon$1f,
3860
3964
  {
3861
3965
  ref,
3862
3966
  viewBox: "0 0 24 24",
@@ -3870,7 +3974,7 @@ function PointsOfInterest({ width, height, sx, ...props }, ref) {
3870
3974
  );
3871
3975
  }
3872
3976
  const PointsOfInterest$1 = React.forwardRef(PointsOfInterest);
3873
- const Icon$1c = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3977
+ const Icon$1e = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3874
3978
  /* @__PURE__ */ jsxRuntime.jsx(
3875
3979
  "path",
3876
3980
  {
@@ -3927,10 +4031,10 @@ const Icon$1c = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3927
4031
  }
3928
4032
  )
3929
4033
  ] });
3930
- const BaseSvgIcon$1c = material.createSvgIcon(Icon$1c(), "Postgre");
4034
+ const BaseSvgIcon$1e = material.createSvgIcon(Icon$1e(), "Postgre");
3931
4035
  function Postgre({ width, height, sx, ...props }, ref) {
3932
4036
  return /* @__PURE__ */ jsxRuntime.jsx(
3933
- BaseSvgIcon$1c,
4037
+ BaseSvgIcon$1e,
3934
4038
  {
3935
4039
  ref,
3936
4040
  viewBox: "0 0 24 24",
@@ -3944,7 +4048,7 @@ function Postgre({ width, height, sx, ...props }, ref) {
3944
4048
  );
3945
4049
  }
3946
4050
  const Postgre$1 = React.forwardRef(Postgre);
3947
- const Icon$1b = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4051
+ const Icon$1d = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3948
4052
  /* @__PURE__ */ jsxRuntime.jsx(
3949
4053
  "path",
3950
4054
  {
@@ -3962,10 +4066,10 @@ const Icon$1b = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3962
4066
  }
3963
4067
  )
3964
4068
  ] });
3965
- const BaseSvgIcon$1b = material.createSvgIcon(Icon$1b(), "PostgreOutlined");
4069
+ const BaseSvgIcon$1d = material.createSvgIcon(Icon$1d(), "PostgreOutlined");
3966
4070
  function PostgreOutlined({ width, height, sx, ...props }, ref) {
3967
4071
  return /* @__PURE__ */ jsxRuntime.jsx(
3968
- BaseSvgIcon$1b,
4072
+ BaseSvgIcon$1d,
3969
4073
  {
3970
4074
  ref,
3971
4075
  viewBox: "0 0 24 24",
@@ -3979,7 +4083,7 @@ function PostgreOutlined({ width, height, sx, ...props }, ref) {
3979
4083
  );
3980
4084
  }
3981
4085
  const PostgreOutlined$1 = React.forwardRef(PostgreOutlined);
3982
- const Icon$1a = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4086
+ const Icon$1c = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3983
4087
  /* @__PURE__ */ jsxRuntime.jsx(
3984
4088
  "path",
3985
4089
  {
@@ -4013,10 +4117,10 @@ const Icon$1a = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
4013
4117
  }
4014
4118
  )
4015
4119
  ] });
4016
- const BaseSvgIcon$1a = material.createSvgIcon(Icon$1a(), "Preferences");
4120
+ const BaseSvgIcon$1c = material.createSvgIcon(Icon$1c(), "Preferences");
4017
4121
  function Preferences({ width, height, sx, ...props }, ref) {
4018
4122
  return /* @__PURE__ */ jsxRuntime.jsx(
4019
- BaseSvgIcon$1a,
4123
+ BaseSvgIcon$1c,
4020
4124
  {
4021
4125
  ref,
4022
4126
  viewBox: "0 0 24 24",
@@ -4030,7 +4134,7 @@ function Preferences({ width, height, sx, ...props }, ref) {
4030
4134
  );
4031
4135
  }
4032
4136
  const Preferences$1 = React.forwardRef(Preferences);
4033
- const Icon$19 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4137
+ const Icon$1b = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4034
4138
  "path",
4035
4139
  {
4036
4140
  fill: "currentColor",
@@ -4039,10 +4143,10 @@ const Icon$19 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
4039
4143
  clipRule: "evenodd"
4040
4144
  }
4041
4145
  ) });
4042
- const BaseSvgIcon$19 = material.createSvgIcon(Icon$19(), "ProcessData");
4146
+ const BaseSvgIcon$1b = material.createSvgIcon(Icon$1b(), "ProcessData");
4043
4147
  function ProcessData({ width, height, sx, ...props }, ref) {
4044
4148
  return /* @__PURE__ */ jsxRuntime.jsx(
4045
- BaseSvgIcon$19,
4149
+ BaseSvgIcon$1b,
4046
4150
  {
4047
4151
  ref,
4048
4152
  viewBox: "0 0 24 24",
@@ -4056,7 +4160,7 @@ function ProcessData({ width, height, sx, ...props }, ref) {
4056
4160
  );
4057
4161
  }
4058
4162
  const ProcessData$1 = React.forwardRef(ProcessData);
4059
- const Icon$18 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4163
+ const Icon$1a = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4060
4164
  /* @__PURE__ */ jsxRuntime.jsx(
4061
4165
  "path",
4062
4166
  {
@@ -4074,10 +4178,10 @@ const Icon$18 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
4074
4178
  }
4075
4179
  )
4076
4180
  ] });
4077
- const BaseSvgIcon$18 = material.createSvgIcon(Icon$18(), "PublicWithPassword");
4181
+ const BaseSvgIcon$1a = material.createSvgIcon(Icon$1a(), "PublicWithPassword");
4078
4182
  function PublicWithPassword({ width, height, sx, ...props }, ref) {
4079
4183
  return /* @__PURE__ */ jsxRuntime.jsx(
4080
- BaseSvgIcon$18,
4184
+ BaseSvgIcon$1a,
4081
4185
  {
4082
4186
  ref,
4083
4187
  viewBox: "0 0 24 24",
@@ -4091,17 +4195,17 @@ function PublicWithPassword({ width, height, sx, ...props }, ref) {
4091
4195
  );
4092
4196
  }
4093
4197
  const PublicWithPassword$1 = React.forwardRef(PublicWithPassword);
4094
- const Icon$17 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4198
+ const Icon$19 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4095
4199
  "path",
4096
4200
  {
4097
4201
  fill: "currentColor",
4098
4202
  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"
4099
4203
  }
4100
4204
  ) });
4101
- const BaseSvgIcon$17 = material.createSvgIcon(Icon$17(), "Publish");
4205
+ const BaseSvgIcon$19 = material.createSvgIcon(Icon$19(), "Publish");
4102
4206
  function Publish({ width, height, sx, ...props }, ref) {
4103
4207
  return /* @__PURE__ */ jsxRuntime.jsx(
4104
- BaseSvgIcon$17,
4208
+ BaseSvgIcon$19,
4105
4209
  {
4106
4210
  ref,
4107
4211
  viewBox: "0 0 24 24",
@@ -4115,7 +4219,7 @@ function Publish({ width, height, sx, ...props }, ref) {
4115
4219
  );
4116
4220
  }
4117
4221
  const Publish$1 = React.forwardRef(Publish);
4118
- const Icon$16 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4222
+ const Icon$18 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4119
4223
  "path",
4120
4224
  {
4121
4225
  fill: "currentColor",
@@ -4124,10 +4228,10 @@ const Icon$16 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
4124
4228
  clipRule: "evenodd"
4125
4229
  }
4126
4230
  ) });
4127
- const BaseSvgIcon$16 = material.createSvgIcon(Icon$16(), "Quadbin");
4231
+ const BaseSvgIcon$18 = material.createSvgIcon(Icon$18(), "Quadbin");
4128
4232
  function Quadbin({ width, height, sx, ...props }, ref) {
4129
4233
  return /* @__PURE__ */ jsxRuntime.jsx(
4130
- BaseSvgIcon$16,
4234
+ BaseSvgIcon$18,
4131
4235
  {
4132
4236
  ref,
4133
4237
  viewBox: "0 0 24 24",
@@ -4141,7 +4245,7 @@ function Quadbin({ width, height, sx, ...props }, ref) {
4141
4245
  );
4142
4246
  }
4143
4247
  const Quadbin$1 = React.forwardRef(Quadbin);
4144
- const Icon$15 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4248
+ const Icon$17 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4145
4249
  /* @__PURE__ */ jsxRuntime.jsx(
4146
4250
  "path",
4147
4251
  {
@@ -4159,10 +4263,10 @@ const Icon$15 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
4159
4263
  }
4160
4264
  )
4161
4265
  ] });
4162
- const BaseSvgIcon$15 = material.createSvgIcon(Icon$15(), "Quadkey");
4266
+ const BaseSvgIcon$17 = material.createSvgIcon(Icon$17(), "Quadkey");
4163
4267
  function Quadkey({ width, height, sx, ...props }, ref) {
4164
4268
  return /* @__PURE__ */ jsxRuntime.jsx(
4165
- BaseSvgIcon$15,
4269
+ BaseSvgIcon$17,
4166
4270
  {
4167
4271
  ref,
4168
4272
  viewBox: "0 0 24 24",
@@ -4176,7 +4280,7 @@ function Quadkey({ width, height, sx, ...props }, ref) {
4176
4280
  );
4177
4281
  }
4178
4282
  const Quadkey$1 = React.forwardRef(Quadkey);
4179
- const Icon$14 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4283
+ const Icon$16 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4180
4284
  /* @__PURE__ */ jsxRuntime.jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsxRuntime.jsx(
4181
4285
  "path",
4182
4286
  {
@@ -4188,10 +4292,10 @@ const Icon$14 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
4188
4292
  ) }),
4189
4293
  /* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
4190
4294
  ] });
4191
- const BaseSvgIcon$14 = material.createSvgIcon(Icon$14(), "QueryTable");
4295
+ const BaseSvgIcon$16 = material.createSvgIcon(Icon$16(), "QueryTable");
4192
4296
  function QueryTable({ width, height, sx, ...props }, ref) {
4193
4297
  return /* @__PURE__ */ jsxRuntime.jsx(
4194
- BaseSvgIcon$14,
4298
+ BaseSvgIcon$16,
4195
4299
  {
4196
4300
  ref,
4197
4301
  viewBox: "0 0 24 24",
@@ -4205,7 +4309,7 @@ function QueryTable({ width, height, sx, ...props }, ref) {
4205
4309
  );
4206
4310
  }
4207
4311
  const QueryTable$1 = React.forwardRef(QueryTable);
4208
- const Icon$13 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4312
+ const Icon$15 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4209
4313
  /* @__PURE__ */ jsxRuntime.jsx(
4210
4314
  "path",
4211
4315
  {
@@ -4223,10 +4327,10 @@ const Icon$13 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
4223
4327
  }
4224
4328
  )
4225
4329
  ] });
4226
- const BaseSvgIcon$13 = material.createSvgIcon(Icon$13(), "Rain");
4330
+ const BaseSvgIcon$15 = material.createSvgIcon(Icon$15(), "Rain");
4227
4331
  function Rain({ width, height, sx, ...props }, ref) {
4228
4332
  return /* @__PURE__ */ jsxRuntime.jsx(
4229
- BaseSvgIcon$13,
4333
+ BaseSvgIcon$15,
4230
4334
  {
4231
4335
  ref,
4232
4336
  viewBox: "0 0 24 24",
@@ -4240,17 +4344,17 @@ function Rain({ width, height, sx, ...props }, ref) {
4240
4344
  );
4241
4345
  }
4242
4346
  const Rain$1 = React.forwardRef(Rain);
4243
- const Icon$12 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4347
+ const Icon$14 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4244
4348
  "path",
4245
4349
  {
4246
4350
  fill: "currentColor",
4247
4351
  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"
4248
4352
  }
4249
4353
  ) });
4250
- const BaseSvgIcon$12 = material.createSvgIcon(Icon$12(), "Raster");
4354
+ const BaseSvgIcon$14 = material.createSvgIcon(Icon$14(), "Raster");
4251
4355
  function Raster({ width, height, sx, ...props }, ref) {
4252
4356
  return /* @__PURE__ */ jsxRuntime.jsx(
4253
- BaseSvgIcon$12,
4357
+ BaseSvgIcon$14,
4254
4358
  {
4255
4359
  ref,
4256
4360
  viewBox: "0 0 24 24",
@@ -4264,17 +4368,17 @@ function Raster({ width, height, sx, ...props }, ref) {
4264
4368
  );
4265
4369
  }
4266
4370
  const Raster$1 = React.forwardRef(Raster);
4267
- const Icon$11 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4371
+ const Icon$13 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4268
4372
  "path",
4269
4373
  {
4270
4374
  fill: "currentColor",
4271
4375
  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"
4272
4376
  }
4273
4377
  ) });
4274
- const BaseSvgIcon$11 = material.createSvgIcon(Icon$11(), "RedoAlt");
4378
+ const BaseSvgIcon$13 = material.createSvgIcon(Icon$13(), "RedoAlt");
4275
4379
  function RedoAlt({ width, height, sx, ...props }, ref) {
4276
4380
  return /* @__PURE__ */ jsxRuntime.jsx(
4277
- BaseSvgIcon$11,
4381
+ BaseSvgIcon$13,
4278
4382
  {
4279
4383
  ref,
4280
4384
  viewBox: "0 0 24 24",
@@ -4288,7 +4392,7 @@ function RedoAlt({ width, height, sx, ...props }, ref) {
4288
4392
  );
4289
4393
  }
4290
4394
  const RedoAlt$1 = React.forwardRef(RedoAlt);
4291
- const Icon$10 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4395
+ const Icon$12 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4292
4396
  "path",
4293
4397
  {
4294
4398
  fill: "currentColor",
@@ -4297,10 +4401,10 @@ const Icon$10 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
4297
4401
  clipRule: "evenodd"
4298
4402
  }
4299
4403
  ) });
4300
- const BaseSvgIcon$10 = material.createSvgIcon(Icon$10(), "Redshift");
4404
+ const BaseSvgIcon$12 = material.createSvgIcon(Icon$12(), "Redshift");
4301
4405
  function Redshift({ width, height, sx, ...props }, ref) {
4302
4406
  return /* @__PURE__ */ jsxRuntime.jsx(
4303
- BaseSvgIcon$10,
4407
+ BaseSvgIcon$12,
4304
4408
  {
4305
4409
  ref,
4306
4410
  viewBox: "0 0 24 24",
@@ -4314,7 +4418,7 @@ function Redshift({ width, height, sx, ...props }, ref) {
4314
4418
  );
4315
4419
  }
4316
4420
  const Redshift$1 = React.forwardRef(Redshift);
4317
- const Icon$$ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4421
+ const Icon$11 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4318
4422
  "path",
4319
4423
  {
4320
4424
  fill: "currentColor",
@@ -4323,10 +4427,10 @@ const Icon$$ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
4323
4427
  clipRule: "evenodd"
4324
4428
  }
4325
4429
  ) });
4326
- const BaseSvgIcon$$ = material.createSvgIcon(Icon$$(), "Report");
4430
+ const BaseSvgIcon$11 = material.createSvgIcon(Icon$11(), "Report");
4327
4431
  function Report({ width, height, sx, ...props }, ref) {
4328
4432
  return /* @__PURE__ */ jsxRuntime.jsx(
4329
- BaseSvgIcon$$,
4433
+ BaseSvgIcon$11,
4330
4434
  {
4331
4435
  ref,
4332
4436
  viewBox: "0 0 24 24",
@@ -4340,7 +4444,7 @@ function Report({ width, height, sx, ...props }, ref) {
4340
4444
  );
4341
4445
  }
4342
4446
  const Report$1 = React.forwardRef(Report);
4343
- const Icon$_ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4447
+ const Icon$10 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4344
4448
  "path",
4345
4449
  {
4346
4450
  fill: "currentColor",
@@ -4349,10 +4453,10 @@ const Icon$_ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
4349
4453
  clipRule: "evenodd"
4350
4454
  }
4351
4455
  ) });
4352
- const BaseSvgIcon$_ = material.createSvgIcon(Icon$_(), "Reset");
4456
+ const BaseSvgIcon$10 = material.createSvgIcon(Icon$10(), "Reset");
4353
4457
  function Reset({ width, height, sx, ...props }, ref) {
4354
4458
  return /* @__PURE__ */ jsxRuntime.jsx(
4355
- BaseSvgIcon$_,
4459
+ BaseSvgIcon$10,
4356
4460
  {
4357
4461
  ref,
4358
4462
  viewBox: "0 0 24 24",
@@ -4366,7 +4470,7 @@ function Reset({ width, height, sx, ...props }, ref) {
4366
4470
  );
4367
4471
  }
4368
4472
  const Reset$1 = React.forwardRef(Reset);
4369
- const Icon$Z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4473
+ const Icon$$ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4370
4474
  /* @__PURE__ */ jsxRuntime.jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsxRuntime.jsx(
4371
4475
  "path",
4372
4476
  {
@@ -4378,10 +4482,10 @@ const Icon$Z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
4378
4482
  ) }),
4379
4483
  /* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
4380
4484
  ] });
4381
- const BaseSvgIcon$Z = material.createSvgIcon(Icon$Z(), "RiskAnalysis");
4485
+ const BaseSvgIcon$$ = material.createSvgIcon(Icon$$(), "RiskAnalysis");
4382
4486
  function RiskAnalysis({ width, height, sx, ...props }, ref) {
4383
4487
  return /* @__PURE__ */ jsxRuntime.jsx(
4384
- BaseSvgIcon$Z,
4488
+ BaseSvgIcon$$,
4385
4489
  {
4386
4490
  ref,
4387
4491
  viewBox: "0 0 24 24",
@@ -4395,7 +4499,7 @@ function RiskAnalysis({ width, height, sx, ...props }, ref) {
4395
4499
  );
4396
4500
  }
4397
4501
  const RiskAnalysis$1 = React.forwardRef(RiskAnalysis);
4398
- const Icon$Y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4502
+ const Icon$_ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4399
4503
  /* @__PURE__ */ jsxRuntime.jsx(
4400
4504
  "path",
4401
4505
  {
@@ -4414,10 +4518,10 @@ const Icon$Y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
4414
4518
  }
4415
4519
  )
4416
4520
  ] });
4417
- const BaseSvgIcon$Y = material.createSvgIcon(Icon$Y(), "RoadTraffic");
4521
+ const BaseSvgIcon$_ = material.createSvgIcon(Icon$_(), "RoadTraffic");
4418
4522
  function RoadTraffic({ width, height, sx, ...props }, ref) {
4419
4523
  return /* @__PURE__ */ jsxRuntime.jsx(
4420
- BaseSvgIcon$Y,
4524
+ BaseSvgIcon$_,
4421
4525
  {
4422
4526
  ref,
4423
4527
  viewBox: "0 0 24 24",
@@ -4431,7 +4535,7 @@ function RoadTraffic({ width, height, sx, ...props }, ref) {
4431
4535
  );
4432
4536
  }
4433
4537
  const RoadTraffic$1 = React.forwardRef(RoadTraffic);
4434
- const Icon$X = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4538
+ const Icon$Z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4435
4539
  /* @__PURE__ */ jsxRuntime.jsx(
4436
4540
  "path",
4437
4541
  {
@@ -4450,10 +4554,10 @@ const Icon$X = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
4450
4554
  }
4451
4555
  )
4452
4556
  ] });
4453
- const BaseSvgIcon$X = material.createSvgIcon(Icon$X(), "RunSettings");
4557
+ const BaseSvgIcon$Z = material.createSvgIcon(Icon$Z(), "RunSettings");
4454
4558
  function RunSettings({ width, height, sx, ...props }, ref) {
4455
4559
  return /* @__PURE__ */ jsxRuntime.jsx(
4456
- BaseSvgIcon$X,
4560
+ BaseSvgIcon$Z,
4457
4561
  {
4458
4562
  ref,
4459
4563
  viewBox: "0 0 24 24",
@@ -4467,7 +4571,7 @@ function RunSettings({ width, height, sx, ...props }, ref) {
4467
4571
  );
4468
4572
  }
4469
4573
  const RunSettings$1 = React.forwardRef(RunSettings);
4470
- const Icon$W = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4574
+ const Icon$Y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4471
4575
  "path",
4472
4576
  {
4473
4577
  fill: "currentColor",
@@ -4476,10 +4580,10 @@ const Icon$W = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
4476
4580
  clipRule: "evenodd"
4477
4581
  }
4478
4582
  ) });
4479
- const BaseSvgIcon$W = material.createSvgIcon(Icon$W(), "RunStep");
4583
+ const BaseSvgIcon$Y = material.createSvgIcon(Icon$Y(), "RunStep");
4480
4584
  function RunStep({ width, height, sx, ...props }, ref) {
4481
4585
  return /* @__PURE__ */ jsxRuntime.jsx(
4482
- BaseSvgIcon$W,
4586
+ BaseSvgIcon$Y,
4483
4587
  {
4484
4588
  ref,
4485
4589
  viewBox: "0 0 24 24",
@@ -4493,7 +4597,7 @@ function RunStep({ width, height, sx, ...props }, ref) {
4493
4597
  );
4494
4598
  }
4495
4599
  const RunStep$1 = React.forwardRef(RunStep);
4496
- const Icon$V = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4600
+ const Icon$X = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4497
4601
  "path",
4498
4602
  {
4499
4603
  fill: "currentColor",
@@ -4502,10 +4606,10 @@ const Icon$V = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
4502
4606
  clipRule: "evenodd"
4503
4607
  }
4504
4608
  ) });
4505
- const BaseSvgIcon$V = material.createSvgIcon(Icon$V(), "Salesforce");
4609
+ const BaseSvgIcon$X = material.createSvgIcon(Icon$X(), "Salesforce");
4506
4610
  function Salesforce({ width, height, sx, ...props }, ref) {
4507
4611
  return /* @__PURE__ */ jsxRuntime.jsx(
4508
- BaseSvgIcon$V,
4612
+ BaseSvgIcon$X,
4509
4613
  {
4510
4614
  ref,
4511
4615
  viewBox: "0 0 24 24",
@@ -4519,7 +4623,7 @@ function Salesforce({ width, height, sx, ...props }, ref) {
4519
4623
  );
4520
4624
  }
4521
4625
  const Salesforce$1 = React.forwardRef(Salesforce);
4522
- const Icon$U = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4626
+ const Icon$W = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4523
4627
  "path",
4524
4628
  {
4525
4629
  fill: "currentColor",
@@ -4528,10 +4632,10 @@ const Icon$U = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
4528
4632
  clipRule: "evenodd"
4529
4633
  }
4530
4634
  ) });
4531
- const BaseSvgIcon$U = material.createSvgIcon(Icon$U(), "Sample");
4635
+ const BaseSvgIcon$W = material.createSvgIcon(Icon$W(), "Sample");
4532
4636
  function Sample({ width, height, sx, ...props }, ref) {
4533
4637
  return /* @__PURE__ */ jsxRuntime.jsx(
4534
- BaseSvgIcon$U,
4638
+ BaseSvgIcon$W,
4535
4639
  {
4536
4640
  ref,
4537
4641
  viewBox: "0 0 24 24",
@@ -4545,7 +4649,7 @@ function Sample({ width, height, sx, ...props }, ref) {
4545
4649
  );
4546
4650
  }
4547
4651
  const Sample$1 = React.forwardRef(Sample);
4548
- const Icon$T = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4652
+ const Icon$V = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4549
4653
  /* @__PURE__ */ jsxRuntime.jsx(
4550
4654
  "path",
4551
4655
  {
@@ -4561,10 +4665,10 @@ const Icon$T = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
4561
4665
  }
4562
4666
  )
4563
4667
  ] });
4564
- const BaseSvgIcon$T = material.createSvgIcon(Icon$T(), "SaveOk");
4668
+ const BaseSvgIcon$V = material.createSvgIcon(Icon$V(), "SaveOk");
4565
4669
  function SaveOk({ width, height, sx, ...props }, ref) {
4566
4670
  return /* @__PURE__ */ jsxRuntime.jsx(
4567
- BaseSvgIcon$T,
4671
+ BaseSvgIcon$V,
4568
4672
  {
4569
4673
  ref,
4570
4674
  viewBox: "0 0 24 24",
@@ -4578,7 +4682,7 @@ function SaveOk({ width, height, sx, ...props }, ref) {
4578
4682
  );
4579
4683
  }
4580
4684
  const SaveOk$1 = React.forwardRef(SaveOk);
4581
- const Icon$S = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4685
+ const Icon$U = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4582
4686
  /* @__PURE__ */ jsxRuntime.jsx(
4583
4687
  "path",
4584
4688
  {
@@ -4603,10 +4707,10 @@ const Icon$S = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
4603
4707
  }
4604
4708
  )
4605
4709
  ] });
4606
- const BaseSvgIcon$S = material.createSvgIcon(Icon$S(), "ScheduleRun");
4710
+ const BaseSvgIcon$U = material.createSvgIcon(Icon$U(), "ScheduleRun");
4607
4711
  function ScheduleRun({ width, height, sx, ...props }, ref) {
4608
4712
  return /* @__PURE__ */ jsxRuntime.jsx(
4609
- BaseSvgIcon$S,
4713
+ BaseSvgIcon$U,
4610
4714
  {
4611
4715
  ref,
4612
4716
  viewBox: "0 0 24 24",
@@ -4620,7 +4724,7 @@ function ScheduleRun({ width, height, sx, ...props }, ref) {
4620
4724
  );
4621
4725
  }
4622
4726
  const ScheduleRun$1 = React.forwardRef(ScheduleRun);
4623
- const Icon$R = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4727
+ const Icon$T = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4624
4728
  /* @__PURE__ */ jsxRuntime.jsx(
4625
4729
  "path",
4626
4730
  {
@@ -4636,10 +4740,10 @@ const Icon$R = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
4636
4740
  }
4637
4741
  )
4638
4742
  ] });
4639
- const BaseSvgIcon$R = material.createSvgIcon(Icon$R(), "SelectDestination");
4743
+ const BaseSvgIcon$T = material.createSvgIcon(Icon$T(), "SelectDestination");
4640
4744
  function SelectDestination({ width, height, sx, ...props }, ref) {
4641
4745
  return /* @__PURE__ */ jsxRuntime.jsx(
4642
- BaseSvgIcon$R,
4746
+ BaseSvgIcon$T,
4643
4747
  {
4644
4748
  ref,
4645
4749
  viewBox: "0 0 24 24",
@@ -4653,7 +4757,7 @@ function SelectDestination({ width, height, sx, ...props }, ref) {
4653
4757
  );
4654
4758
  }
4655
4759
  const SelectDestination$1 = React.forwardRef(SelectDestination);
4656
- const Icon$Q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4760
+ const Icon$S = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4657
4761
  /* @__PURE__ */ jsxRuntime.jsx(
4658
4762
  "path",
4659
4763
  {
@@ -4669,10 +4773,10 @@ const Icon$Q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
4669
4773
  }
4670
4774
  )
4671
4775
  ] });
4672
- const BaseSvgIcon$Q = material.createSvgIcon(Icon$Q(), "SelectFeature");
4776
+ const BaseSvgIcon$S = material.createSvgIcon(Icon$S(), "SelectFeature");
4673
4777
  function SelectFeature({ width, height, sx, ...props }, ref) {
4674
4778
  return /* @__PURE__ */ jsxRuntime.jsx(
4675
- BaseSvgIcon$Q,
4779
+ BaseSvgIcon$S,
4676
4780
  {
4677
4781
  ref,
4678
4782
  viewBox: "0 0 24 24",
@@ -4686,7 +4790,7 @@ function SelectFeature({ width, height, sx, ...props }, ref) {
4686
4790
  );
4687
4791
  }
4688
4792
  const SelectFeature$1 = React.forwardRef(SelectFeature);
4689
- const Icon$P = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4793
+ const Icon$R = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4690
4794
  "path",
4691
4795
  {
4692
4796
  fill: "currentColor",
@@ -4695,10 +4799,10 @@ const Icon$P = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
4695
4799
  clipRule: "evenodd"
4696
4800
  }
4697
4801
  ) });
4698
- const BaseSvgIcon$P = material.createSvgIcon(Icon$P(), "SelectTool");
4802
+ const BaseSvgIcon$R = material.createSvgIcon(Icon$R(), "SelectTool");
4699
4803
  function SelectTool({ width, height, sx, ...props }, ref) {
4700
4804
  return /* @__PURE__ */ jsxRuntime.jsx(
4701
- BaseSvgIcon$P,
4805
+ BaseSvgIcon$R,
4702
4806
  {
4703
4807
  ref,
4704
4808
  viewBox: "0 0 24 24",
@@ -4712,17 +4816,17 @@ function SelectTool({ width, height, sx, ...props }, ref) {
4712
4816
  );
4713
4817
  }
4714
4818
  const SelectTool$1 = React.forwardRef(SelectTool);
4715
- const Icon$O = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4819
+ const Icon$Q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4716
4820
  "path",
4717
4821
  {
4718
4822
  fill: "currentColor",
4719
4823
  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"
4720
4824
  }
4721
4825
  ) });
4722
- const BaseSvgIcon$O = material.createSvgIcon(Icon$O(), "SelectVariable");
4826
+ const BaseSvgIcon$Q = material.createSvgIcon(Icon$Q(), "SelectVariable");
4723
4827
  function SelectVariable({ width, height, sx, ...props }, ref) {
4724
4828
  return /* @__PURE__ */ jsxRuntime.jsx(
4725
- BaseSvgIcon$O,
4829
+ BaseSvgIcon$Q,
4726
4830
  {
4727
4831
  ref,
4728
4832
  viewBox: "0 0 24 24",
@@ -4736,7 +4840,7 @@ function SelectVariable({ width, height, sx, ...props }, ref) {
4736
4840
  );
4737
4841
  }
4738
4842
  const SelectVariable$1 = React.forwardRef(SelectVariable);
4739
- const Icon$N = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4843
+ const Icon$P = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4740
4844
  /* @__PURE__ */ jsxRuntime.jsx(
4741
4845
  "path",
4742
4846
  {
@@ -4752,10 +4856,10 @@ const Icon$N = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
4752
4856
  }
4753
4857
  )
4754
4858
  ] });
4755
- const BaseSvgIcon$N = material.createSvgIcon(Icon$N(), "ShowNodeResults");
4859
+ const BaseSvgIcon$P = material.createSvgIcon(Icon$P(), "ShowNodeResults");
4756
4860
  function ShowNodeResults({ width, height, sx, ...props }, ref) {
4757
4861
  return /* @__PURE__ */ jsxRuntime.jsx(
4758
- BaseSvgIcon$N,
4862
+ BaseSvgIcon$P,
4759
4863
  {
4760
4864
  ref,
4761
4865
  viewBox: "0 0 24 24",
@@ -4769,7 +4873,7 @@ function ShowNodeResults({ width, height, sx, ...props }, ref) {
4769
4873
  );
4770
4874
  }
4771
4875
  const ShowNodeResults$1 = React.forwardRef(ShowNodeResults);
4772
- const Icon$M = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4876
+ const Icon$O = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4773
4877
  /* @__PURE__ */ jsxRuntime.jsx(
4774
4878
  "path",
4775
4879
  {
@@ -4787,10 +4891,10 @@ const Icon$M = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
4787
4891
  }
4788
4892
  )
4789
4893
  ] });
4790
- const BaseSvgIcon$M = material.createSvgIcon(Icon$M(), "ShowRightsidebar");
4894
+ const BaseSvgIcon$O = material.createSvgIcon(Icon$O(), "ShowRightsidebar");
4791
4895
  function ShowRightsidebar({ width, height, sx, ...props }, ref) {
4792
4896
  return /* @__PURE__ */ jsxRuntime.jsx(
4793
- BaseSvgIcon$M,
4897
+ BaseSvgIcon$O,
4794
4898
  {
4795
4899
  ref,
4796
4900
  viewBox: "0 0 24 24",
@@ -4804,7 +4908,7 @@ function ShowRightsidebar({ width, height, sx, ...props }, ref) {
4804
4908
  );
4805
4909
  }
4806
4910
  const ShowRightsidebar$1 = React.forwardRef(ShowRightsidebar);
4807
- const Icon$L = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4911
+ const Icon$N = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4808
4912
  /* @__PURE__ */ jsxRuntime.jsx(
4809
4913
  "path",
4810
4914
  {
@@ -4822,10 +4926,10 @@ const Icon$L = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
4822
4926
  }
4823
4927
  )
4824
4928
  ] });
4825
- const BaseSvgIcon$L = material.createSvgIcon(Icon$L(), "SingleLayer");
4929
+ const BaseSvgIcon$N = material.createSvgIcon(Icon$N(), "SingleLayer");
4826
4930
  function SingleLayer({ width, height, sx, ...props }, ref) {
4827
4931
  return /* @__PURE__ */ jsxRuntime.jsx(
4828
- BaseSvgIcon$L,
4932
+ BaseSvgIcon$N,
4829
4933
  {
4830
4934
  ref,
4831
4935
  viewBox: "0 0 24 24",
@@ -4839,7 +4943,7 @@ function SingleLayer({ width, height, sx, ...props }, ref) {
4839
4943
  );
4840
4944
  }
4841
4945
  const SingleLayer$1 = React.forwardRef(SingleLayer);
4842
- const Icon$K = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4946
+ const Icon$M = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4843
4947
  "path",
4844
4948
  {
4845
4949
  fill: "currentColor",
@@ -4848,10 +4952,10 @@ const Icon$K = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
4848
4952
  clipRule: "evenodd"
4849
4953
  }
4850
4954
  ) });
4851
- const BaseSvgIcon$K = material.createSvgIcon(Icon$K(), "SiteSelection");
4955
+ const BaseSvgIcon$M = material.createSvgIcon(Icon$M(), "SiteSelection");
4852
4956
  function SiteSelection({ width, height, sx, ...props }, ref) {
4853
4957
  return /* @__PURE__ */ jsxRuntime.jsx(
4854
- BaseSvgIcon$K,
4958
+ BaseSvgIcon$M,
4855
4959
  {
4856
4960
  ref,
4857
4961
  viewBox: "0 0 24 24",
@@ -4865,7 +4969,7 @@ function SiteSelection({ width, height, sx, ...props }, ref) {
4865
4969
  );
4866
4970
  }
4867
4971
  const SiteSelection$1 = React.forwardRef(SiteSelection);
4868
- const Icon$J = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4972
+ const Icon$L = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4869
4973
  "path",
4870
4974
  {
4871
4975
  fill: "currentColor",
@@ -4874,10 +4978,10 @@ const Icon$J = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
4874
4978
  clipRule: "evenodd"
4875
4979
  }
4876
4980
  ) });
4877
- const BaseSvgIcon$J = material.createSvgIcon(Icon$J(), "Snowflake");
4981
+ const BaseSvgIcon$L = material.createSvgIcon(Icon$L(), "Snowflake");
4878
4982
  function Snowflake({ width, height, sx, ...props }, ref) {
4879
4983
  return /* @__PURE__ */ jsxRuntime.jsx(
4880
- BaseSvgIcon$J,
4984
+ BaseSvgIcon$L,
4881
4985
  {
4882
4986
  ref,
4883
4987
  viewBox: "0 0 24 24",
@@ -4891,17 +4995,43 @@ function Snowflake({ width, height, sx, ...props }, ref) {
4891
4995
  );
4892
4996
  }
4893
4997
  const Snowflake$1 = React.forwardRef(Snowflake);
4894
- const Icon$I = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4998
+ const Icon$K = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4999
+ "path",
5000
+ {
5001
+ fill: "currentColor",
5002
+ fillRule: "evenodd",
5003
+ 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",
5004
+ clipRule: "evenodd"
5005
+ }
5006
+ ) });
5007
+ const BaseSvgIcon$K = material.createSvgIcon(Icon$K(), "SpaOauthClient");
5008
+ function SpaOauthClient({ width, height, sx, ...props }, ref) {
5009
+ return /* @__PURE__ */ jsxRuntime.jsx(
5010
+ BaseSvgIcon$K,
5011
+ {
5012
+ ref,
5013
+ viewBox: "0 0 24 24",
5014
+ sx: {
5015
+ width,
5016
+ height: height || width,
5017
+ ...sx
5018
+ },
5019
+ ...props
5020
+ }
5021
+ );
5022
+ }
5023
+ const SpaOauthClient$1 = React.forwardRef(SpaOauthClient);
5024
+ const Icon$J = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4895
5025
  "path",
4896
5026
  {
4897
5027
  fill: "currentColor",
4898
5028
  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"
4899
5029
  }
4900
5030
  ) });
4901
- const BaseSvgIcon$I = material.createSvgIcon(Icon$I(), "SpatialAnalysis");
5031
+ const BaseSvgIcon$J = material.createSvgIcon(Icon$J(), "SpatialAnalysis");
4902
5032
  function SpatialAnalysis({ width, height, sx, ...props }, ref) {
4903
5033
  return /* @__PURE__ */ jsxRuntime.jsx(
4904
- BaseSvgIcon$I,
5034
+ BaseSvgIcon$J,
4905
5035
  {
4906
5036
  ref,
4907
5037
  viewBox: "0 0 24 24",
@@ -4915,7 +5045,7 @@ function SpatialAnalysis({ width, height, sx, ...props }, ref) {
4915
5045
  );
4916
5046
  }
4917
5047
  const SpatialAnalysis$1 = React.forwardRef(SpatialAnalysis);
4918
- const Icon$H = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
5048
+ const Icon$I = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4919
5049
  "path",
4920
5050
  {
4921
5051
  fill: "currentColor",
@@ -4924,10 +5054,10 @@ const Icon$H = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
4924
5054
  clipRule: "evenodd"
4925
5055
  }
4926
5056
  ) });
4927
- const BaseSvgIcon$H = material.createSvgIcon(Icon$H(), "SpatialExtension");
5057
+ const BaseSvgIcon$I = material.createSvgIcon(Icon$I(), "SpatialExtension");
4928
5058
  function SpatialExtension({ width, height, sx, ...props }, ref) {
4929
5059
  return /* @__PURE__ */ jsxRuntime.jsx(
4930
- BaseSvgIcon$H,
5060
+ BaseSvgIcon$I,
4931
5061
  {
4932
5062
  ref,
4933
5063
  viewBox: "0 0 24 24",
@@ -4941,7 +5071,7 @@ function SpatialExtension({ width, height, sx, ...props }, ref) {
4941
5071
  );
4942
5072
  }
4943
5073
  const SpatialExtension$1 = React.forwardRef(SpatialExtension);
4944
- const Icon$G = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
5074
+ const Icon$H = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4945
5075
  "path",
4946
5076
  {
4947
5077
  fill: "currentColor",
@@ -4950,10 +5080,10 @@ const Icon$G = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
4950
5080
  clipRule: "evenodd"
4951
5081
  }
4952
5082
  ) });
4953
- const BaseSvgIcon$G = material.createSvgIcon(Icon$G(), "SpatialIndexes");
5083
+ const BaseSvgIcon$H = material.createSvgIcon(Icon$H(), "SpatialIndexes");
4954
5084
  function SpatialIndexes({ width, height, sx, ...props }, ref) {
4955
5085
  return /* @__PURE__ */ jsxRuntime.jsx(
4956
- BaseSvgIcon$G,
5086
+ BaseSvgIcon$H,
4957
5087
  {
4958
5088
  ref,
4959
5089
  viewBox: "0 0 24 24",
@@ -4967,7 +5097,7 @@ function SpatialIndexes({ width, height, sx, ...props }, ref) {
4967
5097
  );
4968
5098
  }
4969
5099
  const SpatialIndexes$1 = React.forwardRef(SpatialIndexes);
4970
- const Icon$F = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
5100
+ const Icon$G = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4971
5101
  "path",
4972
5102
  {
4973
5103
  fill: "currentColor",
@@ -4976,10 +5106,10 @@ const Icon$F = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
4976
5106
  clipRule: "evenodd"
4977
5107
  }
4978
5108
  ) });
4979
- const BaseSvgIcon$F = material.createSvgIcon(Icon$F(), "Sql");
5109
+ const BaseSvgIcon$G = material.createSvgIcon(Icon$G(), "Sql");
4980
5110
  function Sql({ width, height, sx, ...props }, ref) {
4981
5111
  return /* @__PURE__ */ jsxRuntime.jsx(
4982
- BaseSvgIcon$F,
5112
+ BaseSvgIcon$G,
4983
5113
  {
4984
5114
  ref,
4985
5115
  viewBox: "0 0 24 24",
@@ -4993,7 +5123,7 @@ function Sql({ width, height, sx, ...props }, ref) {
4993
5123
  );
4994
5124
  }
4995
5125
  const Sql$1 = React.forwardRef(Sql);
4996
- const Icon$E = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
5126
+ const Icon$F = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4997
5127
  "path",
4998
5128
  {
4999
5129
  fill: "currentColor",
@@ -5002,10 +5132,10 @@ const Icon$E = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
5002
5132
  clipRule: "evenodd"
5003
5133
  }
5004
5134
  ) });
5005
- const BaseSvgIcon$E = material.createSvgIcon(Icon$E(), "SqlError");
5135
+ const BaseSvgIcon$F = material.createSvgIcon(Icon$F(), "SqlError");
5006
5136
  function SqlError({ width, height, sx, ...props }, ref) {
5007
5137
  return /* @__PURE__ */ jsxRuntime.jsx(
5008
- BaseSvgIcon$E,
5138
+ BaseSvgIcon$F,
5009
5139
  {
5010
5140
  ref,
5011
5141
  viewBox: "0 0 24 24",
@@ -5019,7 +5149,7 @@ function SqlError({ width, height, sx, ...props }, ref) {
5019
5149
  );
5020
5150
  }
5021
5151
  const SqlError$1 = React.forwardRef(SqlError);
5022
- const Icon$D = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5152
+ const Icon$E = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5023
5153
  /* @__PURE__ */ jsxRuntime.jsx(
5024
5154
  "path",
5025
5155
  {
@@ -5039,10 +5169,10 @@ const Icon$D = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
5039
5169
  }
5040
5170
  )
5041
5171
  ] });
5042
- const BaseSvgIcon$D = material.createSvgIcon(Icon$D(), "Sso");
5172
+ const BaseSvgIcon$E = material.createSvgIcon(Icon$E(), "Sso");
5043
5173
  function Sso({ width, height, sx, ...props }, ref) {
5044
5174
  return /* @__PURE__ */ jsxRuntime.jsx(
5045
- BaseSvgIcon$D,
5175
+ BaseSvgIcon$E,
5046
5176
  {
5047
5177
  ref,
5048
5178
  viewBox: "0 0 24 24",
@@ -5056,11 +5186,11 @@ function Sso({ width, height, sx, ...props }, ref) {
5056
5186
  );
5057
5187
  }
5058
5188
  const Sso$1 = React.forwardRef(Sso);
5059
- const Icon$C = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M13 11h-2v2h2zm3 2h5v-2h-5zm-8-2H3v2h5z" }) });
5060
- const BaseSvgIcon$C = material.createSvgIcon(Icon$C(), "StrokeCustom");
5189
+ const Icon$D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M13 11h-2v2h2zm3 2h5v-2h-5zm-8-2H3v2h5z" }) });
5190
+ const BaseSvgIcon$D = material.createSvgIcon(Icon$D(), "StrokeCustom");
5061
5191
  function StrokeCustom({ width, height, sx, ...props }, ref) {
5062
5192
  return /* @__PURE__ */ jsxRuntime.jsx(
5063
- BaseSvgIcon$C,
5193
+ BaseSvgIcon$D,
5064
5194
  {
5065
5195
  ref,
5066
5196
  viewBox: "0 0 24 24",
@@ -5074,11 +5204,11 @@ function StrokeCustom({ width, height, sx, ...props }, ref) {
5074
5204
  );
5075
5205
  }
5076
5206
  const StrokeCustom$1 = React.forwardRef(StrokeCustom);
5077
- const Icon$B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M3 11h4v2H3zM10 11h4v2h-4zM21 11h-4v2h4z" }) });
5078
- const BaseSvgIcon$B = material.createSvgIcon(Icon$B(), "StrokeDash");
5207
+ const Icon$C = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M3 11h4v2H3zM10 11h4v2h-4zM21 11h-4v2h4z" }) });
5208
+ const BaseSvgIcon$C = material.createSvgIcon(Icon$C(), "StrokeDash");
5079
5209
  function StrokeDash({ width, height, sx, ...props }, ref) {
5080
5210
  return /* @__PURE__ */ jsxRuntime.jsx(
5081
- BaseSvgIcon$B,
5211
+ BaseSvgIcon$C,
5082
5212
  {
5083
5213
  ref,
5084
5214
  viewBox: "0 0 24 24",
@@ -5092,11 +5222,11 @@ function StrokeDash({ width, height, sx, ...props }, ref) {
5092
5222
  );
5093
5223
  }
5094
5224
  const StrokeDash$1 = React.forwardRef(StrokeDash);
5095
- const Icon$A = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M21 11H3v2h18z" }) });
5096
- const BaseSvgIcon$A = material.createSvgIcon(Icon$A(), "StrokeSolid");
5225
+ const Icon$B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M21 11H3v2h18z" }) });
5226
+ const BaseSvgIcon$B = material.createSvgIcon(Icon$B(), "StrokeSolid");
5097
5227
  function StrokeSolid({ width, height, sx, ...props }, ref) {
5098
5228
  return /* @__PURE__ */ jsxRuntime.jsx(
5099
- BaseSvgIcon$A,
5229
+ BaseSvgIcon$B,
5100
5230
  {
5101
5231
  ref,
5102
5232
  viewBox: "0 0 24 24",
@@ -5110,7 +5240,7 @@ function StrokeSolid({ width, height, sx, ...props }, ref) {
5110
5240
  );
5111
5241
  }
5112
5242
  const StrokeSolid$1 = React.forwardRef(StrokeSolid);
5113
- const Icon$z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
5243
+ const Icon$A = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
5114
5244
  "path",
5115
5245
  {
5116
5246
  fill: "currentColor",
@@ -5119,10 +5249,10 @@ const Icon$z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
5119
5249
  clipRule: "evenodd"
5120
5250
  }
5121
5251
  ) });
5122
- const BaseSvgIcon$z = material.createSvgIcon(Icon$z(), "SupplyChain");
5252
+ const BaseSvgIcon$A = material.createSvgIcon(Icon$A(), "SupplyChain");
5123
5253
  function SupplyChain({ width, height, sx, ...props }, ref) {
5124
5254
  return /* @__PURE__ */ jsxRuntime.jsx(
5125
- BaseSvgIcon$z,
5255
+ BaseSvgIcon$A,
5126
5256
  {
5127
5257
  ref,
5128
5258
  viewBox: "0 0 24 24",
@@ -5136,11 +5266,11 @@ function SupplyChain({ width, height, sx, ...props }, ref) {
5136
5266
  );
5137
5267
  }
5138
5268
  const SupplyChain$1 = React.forwardRef(SupplyChain);
5139
- const Icon$y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 12, cy: 12, r: 8, fill: "currentColor" }) });
5140
- const BaseSvgIcon$y = material.createSvgIcon(Icon$y(), "SwatchCircle");
5269
+ const Icon$z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 12, cy: 12, r: 8, fill: "currentColor" }) });
5270
+ const BaseSvgIcon$z = material.createSvgIcon(Icon$z(), "SwatchCircle");
5141
5271
  function SwatchCircle({ width, height, sx, ...props }, ref) {
5142
5272
  return /* @__PURE__ */ jsxRuntime.jsx(
5143
- BaseSvgIcon$y,
5273
+ BaseSvgIcon$z,
5144
5274
  {
5145
5275
  ref,
5146
5276
  viewBox: "0 0 24 24",
@@ -5154,7 +5284,7 @@ function SwatchCircle({ width, height, sx, ...props }, ref) {
5154
5284
  );
5155
5285
  }
5156
5286
  const SwatchCircle$1 = React.forwardRef(SwatchCircle);
5157
- const Icon$x = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
5287
+ const Icon$y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
5158
5288
  "path",
5159
5289
  {
5160
5290
  fill: "currentColor",
@@ -5163,10 +5293,10 @@ const Icon$x = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
5163
5293
  clipRule: "evenodd"
5164
5294
  }
5165
5295
  ) });
5166
- const BaseSvgIcon$x = material.createSvgIcon(Icon$x(), "SwatchCircleNone");
5296
+ const BaseSvgIcon$y = material.createSvgIcon(Icon$y(), "SwatchCircleNone");
5167
5297
  function SwatchCircleNone({ width, height, sx, ...props }, ref) {
5168
5298
  return /* @__PURE__ */ jsxRuntime.jsx(
5169
- BaseSvgIcon$x,
5299
+ BaseSvgIcon$y,
5170
5300
  {
5171
5301
  ref,
5172
5302
  viewBox: "0 0 24 24",
@@ -5180,7 +5310,7 @@ function SwatchCircleNone({ width, height, sx, ...props }, ref) {
5180
5310
  );
5181
5311
  }
5182
5312
  const SwatchCircleNone$1 = React.forwardRef(SwatchCircleNone);
5183
- const Icon$w = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
5313
+ const Icon$x = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
5184
5314
  "path",
5185
5315
  {
5186
5316
  fill: "currentColor",
@@ -5189,10 +5319,10 @@ const Icon$w = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
5189
5319
  clipRule: "evenodd"
5190
5320
  }
5191
5321
  ) });
5192
- const BaseSvgIcon$w = material.createSvgIcon(Icon$w(), "TableColumn");
5322
+ const BaseSvgIcon$x = material.createSvgIcon(Icon$x(), "TableColumn");
5193
5323
  function TableColumn({ width, height, sx, ...props }, ref) {
5194
5324
  return /* @__PURE__ */ jsxRuntime.jsx(
5195
- BaseSvgIcon$w,
5325
+ BaseSvgIcon$x,
5196
5326
  {
5197
5327
  ref,
5198
5328
  viewBox: "0 0 24 24",
@@ -5206,7 +5336,7 @@ function TableColumn({ width, height, sx, ...props }, ref) {
5206
5336
  );
5207
5337
  }
5208
5338
  const TableColumn$1 = React.forwardRef(TableColumn);
5209
- const Icon$v = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5339
+ const Icon$w = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5210
5340
  /* @__PURE__ */ jsxRuntime.jsx(
5211
5341
  "path",
5212
5342
  {
@@ -5224,10 +5354,10 @@ const Icon$v = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
5224
5354
  }
5225
5355
  )
5226
5356
  ] });
5227
- const BaseSvgIcon$v = material.createSvgIcon(Icon$v(), "TableColumnLimited");
5357
+ const BaseSvgIcon$w = material.createSvgIcon(Icon$w(), "TableColumnLimited");
5228
5358
  function TableColumnLimited({ width, height, sx, ...props }, ref) {
5229
5359
  return /* @__PURE__ */ jsxRuntime.jsx(
5230
- BaseSvgIcon$v,
5360
+ BaseSvgIcon$w,
5231
5361
  {
5232
5362
  ref,
5233
5363
  viewBox: "0 0 24 24",
@@ -5241,7 +5371,7 @@ function TableColumnLimited({ width, height, sx, ...props }, ref) {
5241
5371
  );
5242
5372
  }
5243
5373
  const TableColumnLimited$1 = React.forwardRef(TableColumnLimited);
5244
- const Icon$u = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5374
+ const Icon$v = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5245
5375
  /* @__PURE__ */ jsxRuntime.jsxs(
5246
5376
  "g",
5247
5377
  {
@@ -5257,10 +5387,10 @@ const Icon$u = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
5257
5387
  ),
5258
5388
  /* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
5259
5389
  ] });
5260
- const BaseSvgIcon$u = material.createSvgIcon(Icon$u(), "TempTable");
5390
+ const BaseSvgIcon$v = material.createSvgIcon(Icon$v(), "TempTable");
5261
5391
  function TempTable({ width, height, sx, ...props }, ref) {
5262
5392
  return /* @__PURE__ */ jsxRuntime.jsx(
5263
- BaseSvgIcon$u,
5393
+ BaseSvgIcon$v,
5264
5394
  {
5265
5395
  ref,
5266
5396
  viewBox: "0 0 24 24",
@@ -5274,7 +5404,7 @@ function TempTable({ width, height, sx, ...props }, ref) {
5274
5404
  );
5275
5405
  }
5276
5406
  const TempTable$1 = React.forwardRef(TempTable);
5277
- const Icon$t = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
5407
+ const Icon$u = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
5278
5408
  "path",
5279
5409
  {
5280
5410
  fill: "currentColor",
@@ -5283,10 +5413,10 @@ const Icon$t = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
5283
5413
  clipRule: "evenodd"
5284
5414
  }
5285
5415
  ) });
5286
- const BaseSvgIcon$t = material.createSvgIcon(Icon$t(), "TerritoryPlanning");
5416
+ const BaseSvgIcon$u = material.createSvgIcon(Icon$u(), "TerritoryPlanning");
5287
5417
  function TerritoryPlanning({ width, height, sx, ...props }, ref) {
5288
5418
  return /* @__PURE__ */ jsxRuntime.jsx(
5289
- BaseSvgIcon$t,
5419
+ BaseSvgIcon$u,
5290
5420
  {
5291
5421
  ref,
5292
5422
  viewBox: "0 0 24 24",
@@ -5300,7 +5430,7 @@ function TerritoryPlanning({ width, height, sx, ...props }, ref) {
5300
5430
  );
5301
5431
  }
5302
5432
  const TerritoryPlanning$1 = React.forwardRef(TerritoryPlanning);
5303
- const Icon$s = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
5433
+ const Icon$t = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
5304
5434
  "path",
5305
5435
  {
5306
5436
  fill: "currentColor",
@@ -5309,10 +5439,10 @@ const Icon$s = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
5309
5439
  clipRule: "evenodd"
5310
5440
  }
5311
5441
  ) });
5312
- const BaseSvgIcon$s = material.createSvgIcon(Icon$s(), "TextBox");
5442
+ const BaseSvgIcon$t = material.createSvgIcon(Icon$t(), "TextBox");
5313
5443
  function TextBox({ width, height, sx, ...props }, ref) {
5314
5444
  return /* @__PURE__ */ jsxRuntime.jsx(
5315
- BaseSvgIcon$s,
5445
+ BaseSvgIcon$t,
5316
5446
  {
5317
5447
  ref,
5318
5448
  viewBox: "0 0 24 24",
@@ -5326,7 +5456,7 @@ function TextBox({ width, height, sx, ...props }, ref) {
5326
5456
  );
5327
5457
  }
5328
5458
  const TextBox$1 = React.forwardRef(TextBox);
5329
- const Icon$r = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5459
+ const Icon$s = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5330
5460
  /* @__PURE__ */ jsxRuntime.jsx(
5331
5461
  "path",
5332
5462
  {
@@ -5347,10 +5477,10 @@ const Icon$r = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
5347
5477
  ),
5348
5478
  /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "m11.394 21.809-9-6.858a1 1 0 0 1-.01-1.584" })
5349
5479
  ] });
5350
- const BaseSvgIcon$r = material.createSvgIcon(Icon$r(), "Tileset");
5480
+ const BaseSvgIcon$s = material.createSvgIcon(Icon$s(), "Tileset");
5351
5481
  function Tileset({ width, height, sx, ...props }, ref) {
5352
5482
  return /* @__PURE__ */ jsxRuntime.jsx(
5353
- BaseSvgIcon$r,
5483
+ BaseSvgIcon$s,
5354
5484
  {
5355
5485
  ref,
5356
5486
  viewBox: "0 0 24 24",
@@ -5364,7 +5494,7 @@ function Tileset({ width, height, sx, ...props }, ref) {
5364
5494
  );
5365
5495
  }
5366
5496
  const Tileset$1 = React.forwardRef(Tileset);
5367
- const Icon$q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5497
+ const Icon$r = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5368
5498
  /* @__PURE__ */ jsxRuntime.jsx(
5369
5499
  "path",
5370
5500
  {
@@ -5391,10 +5521,10 @@ const Icon$q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
5391
5521
  }
5392
5522
  )
5393
5523
  ] });
5394
- const BaseSvgIcon$q = material.createSvgIcon(Icon$q(), "TilesetsAggregated");
5524
+ const BaseSvgIcon$r = material.createSvgIcon(Icon$r(), "TilesetsAggregated");
5395
5525
  function TilesetsAggregated({ width, height, sx, ...props }, ref) {
5396
5526
  return /* @__PURE__ */ jsxRuntime.jsx(
5397
- BaseSvgIcon$q,
5527
+ BaseSvgIcon$r,
5398
5528
  {
5399
5529
  ref,
5400
5530
  viewBox: "0 0 24 24",
@@ -5408,7 +5538,7 @@ function TilesetsAggregated({ width, height, sx, ...props }, ref) {
5408
5538
  );
5409
5539
  }
5410
5540
  const TilesetsAggregated$1 = React.forwardRef(TilesetsAggregated);
5411
- const Icon$p = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
5541
+ const Icon$q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
5412
5542
  "path",
5413
5543
  {
5414
5544
  fill: "currentColor",
@@ -5417,10 +5547,10 @@ const Icon$p = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
5417
5547
  clipRule: "evenodd"
5418
5548
  }
5419
5549
  ) });
5420
- const BaseSvgIcon$p = material.createSvgIcon(Icon$p(), "TimeBuckets");
5550
+ const BaseSvgIcon$q = material.createSvgIcon(Icon$q(), "TimeBuckets");
5421
5551
  function TimeBuckets({ width, height, sx, ...props }, ref) {
5422
5552
  return /* @__PURE__ */ jsxRuntime.jsx(
5423
- BaseSvgIcon$p,
5553
+ BaseSvgIcon$q,
5424
5554
  {
5425
5555
  ref,
5426
5556
  viewBox: "0 0 24 24",
@@ -5434,7 +5564,7 @@ function TimeBuckets({ width, height, sx, ...props }, ref) {
5434
5564
  );
5435
5565
  }
5436
5566
  const TimeBuckets$1 = React.forwardRef(TimeBuckets);
5437
- const Icon$o = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5567
+ const Icon$p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5438
5568
  /* @__PURE__ */ jsxRuntime.jsx(
5439
5569
  "path",
5440
5570
  {
@@ -5452,10 +5582,10 @@ const Icon$o = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
5452
5582
  }
5453
5583
  )
5454
5584
  ] });
5455
- const BaseSvgIcon$o = material.createSvgIcon(Icon$o(), "TimeCar");
5585
+ const BaseSvgIcon$p = material.createSvgIcon(Icon$p(), "TimeCar");
5456
5586
  function TimeCar({ width, height, sx, ...props }, ref) {
5457
5587
  return /* @__PURE__ */ jsxRuntime.jsx(
5458
- BaseSvgIcon$o,
5588
+ BaseSvgIcon$p,
5459
5589
  {
5460
5590
  ref,
5461
5591
  viewBox: "0 0 24 24",
@@ -5469,7 +5599,7 @@ function TimeCar({ width, height, sx, ...props }, ref) {
5469
5599
  );
5470
5600
  }
5471
5601
  const TimeCar$1 = React.forwardRef(TimeCar);
5472
- const Icon$n = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
5602
+ const Icon$o = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
5473
5603
  "path",
5474
5604
  {
5475
5605
  fill: "currentColor",
@@ -5478,10 +5608,10 @@ const Icon$n = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
5478
5608
  clipRule: "evenodd"
5479
5609
  }
5480
5610
  ) });
5481
- const BaseSvgIcon$n = material.createSvgIcon(Icon$n(), "TimeWindowIncremental");
5611
+ const BaseSvgIcon$o = material.createSvgIcon(Icon$o(), "TimeWindowIncremental");
5482
5612
  function TimeWindowIncremental({ width, height, sx, ...props }, ref) {
5483
5613
  return /* @__PURE__ */ jsxRuntime.jsx(
5484
- BaseSvgIcon$n,
5614
+ BaseSvgIcon$o,
5485
5615
  {
5486
5616
  ref,
5487
5617
  viewBox: "0 0 24 24",
@@ -5495,7 +5625,7 @@ function TimeWindowIncremental({ width, height, sx, ...props }, ref) {
5495
5625
  );
5496
5626
  }
5497
5627
  const TimeWindowIncremental$1 = React.forwardRef(TimeWindowIncremental);
5498
- const Icon$m = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
5628
+ const Icon$n = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
5499
5629
  "path",
5500
5630
  {
5501
5631
  fill: "currentColor",
@@ -5504,10 +5634,10 @@ const Icon$m = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
5504
5634
  clipRule: "evenodd"
5505
5635
  }
5506
5636
  ) });
5507
- const BaseSvgIcon$m = material.createSvgIcon(Icon$m(), "TimeWindowMoving");
5637
+ const BaseSvgIcon$n = material.createSvgIcon(Icon$n(), "TimeWindowMoving");
5508
5638
  function TimeWindowMoving({ width, height, sx, ...props }, ref) {
5509
5639
  return /* @__PURE__ */ jsxRuntime.jsx(
5510
- BaseSvgIcon$m,
5640
+ BaseSvgIcon$n,
5511
5641
  {
5512
5642
  ref,
5513
5643
  viewBox: "0 0 24 24",
@@ -5521,7 +5651,7 @@ function TimeWindowMoving({ width, height, sx, ...props }, ref) {
5521
5651
  );
5522
5652
  }
5523
5653
  const TimeWindowMoving$1 = React.forwardRef(TimeWindowMoving);
5524
- const Icon$l = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
5654
+ const Icon$m = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
5525
5655
  "path",
5526
5656
  {
5527
5657
  fill: "currentColor",
@@ -5530,10 +5660,10 @@ const Icon$l = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
5530
5660
  clipRule: "evenodd"
5531
5661
  }
5532
5662
  ) });
5533
- const BaseSvgIcon$l = material.createSvgIcon(Icon$l(), "Tooltip");
5663
+ const BaseSvgIcon$m = material.createSvgIcon(Icon$m(), "Tooltip");
5534
5664
  function Tooltip({ width, height, sx, ...props }, ref) {
5535
5665
  return /* @__PURE__ */ jsxRuntime.jsx(
5536
- BaseSvgIcon$l,
5666
+ BaseSvgIcon$m,
5537
5667
  {
5538
5668
  ref,
5539
5669
  viewBox: "0 0 24 24",
@@ -5547,17 +5677,17 @@ function Tooltip({ width, height, sx, ...props }, ref) {
5547
5677
  );
5548
5678
  }
5549
5679
  const Tooltip$1 = React.forwardRef(Tooltip);
5550
- const Icon$k = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
5680
+ const Icon$l = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
5551
5681
  "path",
5552
5682
  {
5553
5683
  fill: "currentColor",
5554
5684
  d: "M12 13.694 7.41 18.21 6 16.823l6-5.904 6 5.904-1.41 1.387zM6 7.968h12V6H6z"
5555
5685
  }
5556
5686
  ) });
5557
- const BaseSvgIcon$k = material.createSvgIcon(Icon$k(), "TopRow");
5687
+ const BaseSvgIcon$l = material.createSvgIcon(Icon$l(), "TopRow");
5558
5688
  function TopRow({ width, height, sx, ...props }, ref) {
5559
5689
  return /* @__PURE__ */ jsxRuntime.jsx(
5560
- BaseSvgIcon$k,
5690
+ BaseSvgIcon$l,
5561
5691
  {
5562
5692
  ref,
5563
5693
  viewBox: "0 0 24 24",
@@ -5571,7 +5701,7 @@ function TopRow({ width, height, sx, ...props }, ref) {
5571
5701
  );
5572
5702
  }
5573
5703
  const TopRow$1 = React.forwardRef(TopRow);
5574
- const Icon$j = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
5704
+ const Icon$k = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
5575
5705
  "path",
5576
5706
  {
5577
5707
  fill: "currentColor",
@@ -5580,10 +5710,10 @@ const Icon$j = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
5580
5710
  clipRule: "evenodd"
5581
5711
  }
5582
5712
  ) });
5583
- const BaseSvgIcon$j = material.createSvgIcon(Icon$j(), "TwinArea");
5713
+ const BaseSvgIcon$k = material.createSvgIcon(Icon$k(), "TwinArea");
5584
5714
  function TwinArea({ width, height, sx, ...props }, ref) {
5585
5715
  return /* @__PURE__ */ jsxRuntime.jsx(
5586
- BaseSvgIcon$j,
5716
+ BaseSvgIcon$k,
5587
5717
  {
5588
5718
  ref,
5589
5719
  viewBox: "0 0 24 24",
@@ -5597,7 +5727,7 @@ function TwinArea({ width, height, sx, ...props }, ref) {
5597
5727
  );
5598
5728
  }
5599
5729
  const TwinArea$1 = React.forwardRef(TwinArea);
5600
- const Icon$i = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
5730
+ const Icon$j = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
5601
5731
  "path",
5602
5732
  {
5603
5733
  fill: "currentColor",
@@ -5606,10 +5736,10 @@ const Icon$i = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
5606
5736
  clipRule: "evenodd"
5607
5737
  }
5608
5738
  ) });
5609
- const BaseSvgIcon$i = material.createSvgIcon(Icon$i(), "Twitter");
5739
+ const BaseSvgIcon$j = material.createSvgIcon(Icon$j(), "Twitter");
5610
5740
  function Twitter({ width, height, sx, ...props }, ref) {
5611
5741
  return /* @__PURE__ */ jsxRuntime.jsx(
5612
- BaseSvgIcon$i,
5742
+ BaseSvgIcon$j,
5613
5743
  {
5614
5744
  ref,
5615
5745
  viewBox: "0 0 24 24",
@@ -5623,17 +5753,17 @@ function Twitter({ width, height, sx, ...props }, ref) {
5623
5753
  );
5624
5754
  }
5625
5755
  const Twitter$1 = React.forwardRef(Twitter);
5626
- const Icon$h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
5756
+ const Icon$i = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
5627
5757
  "path",
5628
5758
  {
5629
5759
  fill: "currentColor",
5630
5760
  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"
5631
5761
  }
5632
5762
  ) });
5633
- const BaseSvgIcon$h = material.createSvgIcon(Icon$h(), "UndoAlt");
5763
+ const BaseSvgIcon$i = material.createSvgIcon(Icon$i(), "UndoAlt");
5634
5764
  function UndoAlt({ width, height, sx, ...props }, ref) {
5635
5765
  return /* @__PURE__ */ jsxRuntime.jsx(
5636
- BaseSvgIcon$h,
5766
+ BaseSvgIcon$i,
5637
5767
  {
5638
5768
  ref,
5639
5769
  viewBox: "0 0 24 24",
@@ -5647,7 +5777,7 @@ function UndoAlt({ width, height, sx, ...props }, ref) {
5647
5777
  );
5648
5778
  }
5649
5779
  const UndoAlt$1 = React.forwardRef(UndoAlt);
5650
- const Icon$g = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5780
+ const Icon$h = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5651
5781
  /* @__PURE__ */ jsxRuntime.jsx(
5652
5782
  "path",
5653
5783
  {
@@ -5663,10 +5793,10 @@ const Icon$g = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
5663
5793
  }
5664
5794
  )
5665
5795
  ] });
5666
- const BaseSvgIcon$g = material.createSvgIcon(Icon$g(), "UpdateGen");
5796
+ const BaseSvgIcon$h = material.createSvgIcon(Icon$h(), "UpdateGen");
5667
5797
  function UpdateGen({ width, height, sx, ...props }, ref) {
5668
5798
  return /* @__PURE__ */ jsxRuntime.jsx(
5669
- BaseSvgIcon$g,
5799
+ BaseSvgIcon$h,
5670
5800
  {
5671
5801
  ref,
5672
5802
  viewBox: "0 0 24 24",
@@ -5680,7 +5810,7 @@ function UpdateGen({ width, height, sx, ...props }, ref) {
5680
5810
  );
5681
5811
  }
5682
5812
  const UpdateGen$1 = React.forwardRef(UpdateGen);
5683
- const Icon$f = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5813
+ const Icon$g = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5684
5814
  /* @__PURE__ */ jsxRuntime.jsx(
5685
5815
  "path",
5686
5816
  {
@@ -5697,10 +5827,10 @@ const Icon$f = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
5697
5827
  ),
5698
5828
  /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M14 18h4v2h-4z" })
5699
5829
  ] });
5700
- const BaseSvgIcon$f = material.createSvgIcon(Icon$f(), "UploadFileUrl");
5830
+ const BaseSvgIcon$g = material.createSvgIcon(Icon$g(), "UploadFileUrl");
5701
5831
  function UploadFileUrl({ width, height, sx, ...props }, ref) {
5702
5832
  return /* @__PURE__ */ jsxRuntime.jsx(
5703
- BaseSvgIcon$f,
5833
+ BaseSvgIcon$g,
5704
5834
  {
5705
5835
  ref,
5706
5836
  viewBox: "0 0 24 24",
@@ -5714,7 +5844,7 @@ function UploadFileUrl({ width, height, sx, ...props }, ref) {
5714
5844
  );
5715
5845
  }
5716
5846
  const UploadFileUrl$1 = React.forwardRef(UploadFileUrl);
5717
- const Icon$e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
5847
+ const Icon$f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
5718
5848
  "path",
5719
5849
  {
5720
5850
  fill: "currentColor",
@@ -5723,10 +5853,10 @@ const Icon$e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
5723
5853
  clipRule: "evenodd"
5724
5854
  }
5725
5855
  ) });
5726
- const BaseSvgIcon$e = material.createSvgIcon(Icon$e(), "View2d");
5856
+ const BaseSvgIcon$f = material.createSvgIcon(Icon$f(), "View2d");
5727
5857
  function View2d({ width, height, sx, ...props }, ref) {
5728
5858
  return /* @__PURE__ */ jsxRuntime.jsx(
5729
- BaseSvgIcon$e,
5859
+ BaseSvgIcon$f,
5730
5860
  {
5731
5861
  ref,
5732
5862
  viewBox: "0 0 24 24",
@@ -5740,7 +5870,7 @@ function View2d({ width, height, sx, ...props }, ref) {
5740
5870
  );
5741
5871
  }
5742
5872
  const View2d$1 = React.forwardRef(View2d);
5743
- const Icon$d = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
5873
+ const Icon$e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
5744
5874
  "path",
5745
5875
  {
5746
5876
  fill: "currentColor",
@@ -5749,10 +5879,10 @@ const Icon$d = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
5749
5879
  clipRule: "evenodd"
5750
5880
  }
5751
5881
  ) });
5752
- const BaseSvgIcon$d = material.createSvgIcon(Icon$d(), "View3d");
5882
+ const BaseSvgIcon$e = material.createSvgIcon(Icon$e(), "View3d");
5753
5883
  function View3d({ width, height, sx, ...props }, ref) {
5754
5884
  return /* @__PURE__ */ jsxRuntime.jsx(
5755
- BaseSvgIcon$d,
5885
+ BaseSvgIcon$e,
5756
5886
  {
5757
5887
  ref,
5758
5888
  viewBox: "0 0 24 24",
@@ -5766,7 +5896,7 @@ function View3d({ width, height, sx, ...props }, ref) {
5766
5896
  );
5767
5897
  }
5768
5898
  const View3d$1 = React.forwardRef(View3d);
5769
- const Icon$c = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5899
+ const Icon$d = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5770
5900
  /* @__PURE__ */ jsxRuntime.jsx(
5771
5901
  "path",
5772
5902
  {
@@ -5784,10 +5914,10 @@ const Icon$c = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
5784
5914
  }
5785
5915
  )
5786
5916
  ] });
5787
- const BaseSvgIcon$c = material.createSvgIcon(Icon$c(), "ViewLeftsidebar");
5917
+ const BaseSvgIcon$d = material.createSvgIcon(Icon$d(), "ViewLeftsidebar");
5788
5918
  function ViewLeftsidebar({ width, height, sx, ...props }, ref) {
5789
5919
  return /* @__PURE__ */ jsxRuntime.jsx(
5790
- BaseSvgIcon$c,
5920
+ BaseSvgIcon$d,
5791
5921
  {
5792
5922
  ref,
5793
5923
  viewBox: "0 0 24 24",
@@ -5801,7 +5931,7 @@ function ViewLeftsidebar({ width, height, sx, ...props }, ref) {
5801
5931
  );
5802
5932
  }
5803
5933
  const ViewLeftsidebar$1 = React.forwardRef(ViewLeftsidebar);
5804
- const Icon$b = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5934
+ const Icon$c = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5805
5935
  /* @__PURE__ */ jsxRuntime.jsx(
5806
5936
  "path",
5807
5937
  {
@@ -5811,10 +5941,10 @@ const Icon$b = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
5811
5941
  ),
5812
5942
  /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "m12.75 5-4.5 8.5h3.14V19l4.36-8.5h-3z" })
5813
5943
  ] });
5814
- const BaseSvgIcon$b = material.createSvgIcon(Icon$b(), "WfComponent");
5944
+ const BaseSvgIcon$c = material.createSvgIcon(Icon$c(), "WfComponent");
5815
5945
  function WfComponent({ width, height, sx, ...props }, ref) {
5816
5946
  return /* @__PURE__ */ jsxRuntime.jsx(
5817
- BaseSvgIcon$b,
5947
+ BaseSvgIcon$c,
5818
5948
  {
5819
5949
  ref,
5820
5950
  viewBox: "0 0 24 24",
@@ -5828,7 +5958,7 @@ function WfComponent({ width, height, sx, ...props }, ref) {
5828
5958
  );
5829
5959
  }
5830
5960
  const WfComponent$1 = React.forwardRef(WfComponent);
5831
- const Icon$a = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5961
+ const Icon$b = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5832
5962
  /* @__PURE__ */ jsxRuntime.jsx(
5833
5963
  "path",
5834
5964
  {
@@ -5844,10 +5974,10 @@ const Icon$a = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
5844
5974
  }
5845
5975
  )
5846
5976
  ] });
5847
- const BaseSvgIcon$a = material.createSvgIcon(Icon$a(), "WfComponentInvalid");
5977
+ const BaseSvgIcon$b = material.createSvgIcon(Icon$b(), "WfComponentInvalid");
5848
5978
  function WfComponentInvalid({ width, height, sx, ...props }, ref) {
5849
5979
  return /* @__PURE__ */ jsxRuntime.jsx(
5850
- BaseSvgIcon$a,
5980
+ BaseSvgIcon$b,
5851
5981
  {
5852
5982
  ref,
5853
5983
  viewBox: "0 0 24 24",
@@ -5861,7 +5991,7 @@ function WfComponentInvalid({ width, height, sx, ...props }, ref) {
5861
5991
  );
5862
5992
  }
5863
5993
  const WfComponentInvalid$1 = React.forwardRef(WfComponentInvalid);
5864
- const Icon$9 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5994
+ const Icon$a = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5865
5995
  /* @__PURE__ */ jsxRuntime.jsx(
5866
5996
  "path",
5867
5997
  {
@@ -5881,10 +6011,10 @@ const Icon$9 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
5881
6011
  }
5882
6012
  )
5883
6013
  ] });
5884
- const BaseSvgIcon$9 = material.createSvgIcon(Icon$9(), "WfExtensionPackageDefault");
6014
+ const BaseSvgIcon$a = material.createSvgIcon(Icon$a(), "WfExtensionPackageDefault");
5885
6015
  function WfExtensionPackageDefault({ width, height, sx, ...props }, ref) {
5886
6016
  return /* @__PURE__ */ jsxRuntime.jsx(
5887
- BaseSvgIcon$9,
6017
+ BaseSvgIcon$a,
5888
6018
  {
5889
6019
  ref,
5890
6020
  viewBox: "0 0 24 24",
@@ -5898,7 +6028,7 @@ function WfExtensionPackageDefault({ width, height, sx, ...props }, ref) {
5898
6028
  );
5899
6029
  }
5900
6030
  const WfExtensionPackageDefault$1 = React.forwardRef(WfExtensionPackageDefault);
5901
- const Icon$8 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
6031
+ const Icon$9 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5902
6032
  /* @__PURE__ */ jsxRuntime.jsx(
5903
6033
  "path",
5904
6034
  {
@@ -5914,10 +6044,10 @@ const Icon$8 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
5914
6044
  }
5915
6045
  )
5916
6046
  ] });
5917
- const BaseSvgIcon$8 = material.createSvgIcon(Icon$8(), "WfInput");
6047
+ const BaseSvgIcon$9 = material.createSvgIcon(Icon$9(), "WfInput");
5918
6048
  function WfInput({ width, height, sx, ...props }, ref) {
5919
6049
  return /* @__PURE__ */ jsxRuntime.jsx(
5920
- BaseSvgIcon$8,
6050
+ BaseSvgIcon$9,
5921
6051
  {
5922
6052
  ref,
5923
6053
  viewBox: "0 0 24 24",
@@ -5931,7 +6061,7 @@ function WfInput({ width, height, sx, ...props }, ref) {
5931
6061
  );
5932
6062
  }
5933
6063
  const WfInput$1 = React.forwardRef(WfInput);
5934
- const Icon$7 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
6064
+ const Icon$8 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5935
6065
  /* @__PURE__ */ jsxRuntime.jsx(
5936
6066
  "path",
5937
6067
  {
@@ -5941,10 +6071,10 @@ const Icon$7 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
5941
6071
  ),
5942
6072
  /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M17 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4" })
5943
6073
  ] });
5944
- const BaseSvgIcon$7 = material.createSvgIcon(Icon$7(), "WfInputAlt");
6074
+ const BaseSvgIcon$8 = material.createSvgIcon(Icon$8(), "WfInputAlt");
5945
6075
  function WfInputAlt({ width, height, sx, ...props }, ref) {
5946
6076
  return /* @__PURE__ */ jsxRuntime.jsx(
5947
- BaseSvgIcon$7,
6077
+ BaseSvgIcon$8,
5948
6078
  {
5949
6079
  ref,
5950
6080
  viewBox: "0 0 24 24",
@@ -5958,7 +6088,7 @@ function WfInputAlt({ width, height, sx, ...props }, ref) {
5958
6088
  );
5959
6089
  }
5960
6090
  const WfInputAlt$1 = React.forwardRef(WfInputAlt);
5961
- const Icon$6 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
6091
+ const Icon$7 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5962
6092
  /* @__PURE__ */ jsxRuntime.jsx(
5963
6093
  "path",
5964
6094
  {
@@ -5976,10 +6106,10 @@ const Icon$6 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
5976
6106
  }
5977
6107
  )
5978
6108
  ] });
5979
- const BaseSvgIcon$6 = material.createSvgIcon(Icon$6(), "WfModule");
6109
+ const BaseSvgIcon$7 = material.createSvgIcon(Icon$7(), "WfModule");
5980
6110
  function WfModule({ width, height, sx, ...props }, ref) {
5981
6111
  return /* @__PURE__ */ jsxRuntime.jsx(
5982
- BaseSvgIcon$6,
6112
+ BaseSvgIcon$7,
5983
6113
  {
5984
6114
  ref,
5985
6115
  viewBox: "0 0 24 24",
@@ -5993,7 +6123,7 @@ function WfModule({ width, height, sx, ...props }, ref) {
5993
6123
  );
5994
6124
  }
5995
6125
  const WfModule$1 = React.forwardRef(WfModule);
5996
- const Icon$5 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
6126
+ const Icon$6 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5997
6127
  /* @__PURE__ */ jsxRuntime.jsx(
5998
6128
  "path",
5999
6129
  {
@@ -6009,10 +6139,10 @@ const Icon$5 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
6009
6139
  }
6010
6140
  )
6011
6141
  ] });
6012
- const BaseSvgIcon$5 = material.createSvgIcon(Icon$5(), "WfOutput");
6142
+ const BaseSvgIcon$6 = material.createSvgIcon(Icon$6(), "WfOutput");
6013
6143
  function WfOutput({ width, height, sx, ...props }, ref) {
6014
6144
  return /* @__PURE__ */ jsxRuntime.jsx(
6015
- BaseSvgIcon$5,
6145
+ BaseSvgIcon$6,
6016
6146
  {
6017
6147
  ref,
6018
6148
  viewBox: "0 0 24 24",
@@ -6026,7 +6156,7 @@ function WfOutput({ width, height, sx, ...props }, ref) {
6026
6156
  );
6027
6157
  }
6028
6158
  const WfOutput$1 = React.forwardRef(WfOutput);
6029
- const Icon$4 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
6159
+ const Icon$5 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
6030
6160
  /* @__PURE__ */ jsxRuntime.jsx(
6031
6161
  "path",
6032
6162
  {
@@ -6042,10 +6172,10 @@ const Icon$4 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
6042
6172
  }
6043
6173
  )
6044
6174
  ] });
6045
- const BaseSvgIcon$4 = material.createSvgIcon(Icon$4(), "WfOutputAlt");
6175
+ const BaseSvgIcon$5 = material.createSvgIcon(Icon$5(), "WfOutputAlt");
6046
6176
  function WfOutputAlt({ width, height, sx, ...props }, ref) {
6047
6177
  return /* @__PURE__ */ jsxRuntime.jsx(
6048
- BaseSvgIcon$4,
6178
+ BaseSvgIcon$5,
6049
6179
  {
6050
6180
  ref,
6051
6181
  viewBox: "0 0 24 24",
@@ -6059,7 +6189,7 @@ function WfOutputAlt({ width, height, sx, ...props }, ref) {
6059
6189
  );
6060
6190
  }
6061
6191
  const WfOutputAlt$1 = React.forwardRef(WfOutputAlt);
6062
- const Icon$3 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
6192
+ const Icon$4 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
6063
6193
  /* @__PURE__ */ jsxRuntime.jsx(
6064
6194
  "path",
6065
6195
  {
@@ -6079,10 +6209,10 @@ const Icon$3 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
6079
6209
  }
6080
6210
  )
6081
6211
  ] });
6082
- const BaseSvgIcon$3 = material.createSvgIcon(Icon$3(), "WhiteSpace");
6212
+ const BaseSvgIcon$4 = material.createSvgIcon(Icon$4(), "WhiteSpace");
6083
6213
  function WhiteSpace({ width, height, sx, ...props }, ref) {
6084
6214
  return /* @__PURE__ */ jsxRuntime.jsx(
6085
- BaseSvgIcon$3,
6215
+ BaseSvgIcon$4,
6086
6216
  {
6087
6217
  ref,
6088
6218
  viewBox: "0 0 24 24",
@@ -6096,7 +6226,7 @@ function WhiteSpace({ width, height, sx, ...props }, ref) {
6096
6226
  );
6097
6227
  }
6098
6228
  const WhiteSpace$1 = React.forwardRef(WhiteSpace);
6099
- const Icon$2 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
6229
+ const Icon$3 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
6100
6230
  "path",
6101
6231
  {
6102
6232
  fill: "currentColor",
@@ -6105,10 +6235,10 @@ const Icon$2 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
6105
6235
  clipRule: "evenodd"
6106
6236
  }
6107
6237
  ) });
6108
- const BaseSvgIcon$2 = material.createSvgIcon(Icon$2(), "WidgetOptions");
6238
+ const BaseSvgIcon$3 = material.createSvgIcon(Icon$3(), "WidgetOptions");
6109
6239
  function WidgetOptions({ width, height, sx, ...props }, ref) {
6110
6240
  return /* @__PURE__ */ jsxRuntime.jsx(
6111
- BaseSvgIcon$2,
6241
+ BaseSvgIcon$3,
6112
6242
  {
6113
6243
  ref,
6114
6244
  viewBox: "0 0 24 24",
@@ -6122,7 +6252,7 @@ function WidgetOptions({ width, height, sx, ...props }, ref) {
6122
6252
  );
6123
6253
  }
6124
6254
  const WidgetOptions$1 = React.forwardRef(WidgetOptions);
6125
- const Icon$1 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
6255
+ const Icon$2 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
6126
6256
  "path",
6127
6257
  {
6128
6258
  fill: "currentColor",
@@ -6131,10 +6261,10 @@ const Icon$1 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
6131
6261
  clipRule: "evenodd"
6132
6262
  }
6133
6263
  ) });
6134
- const BaseSvgIcon$1 = material.createSvgIcon(Icon$1(), "Workflow");
6264
+ const BaseSvgIcon$2 = material.createSvgIcon(Icon$2(), "Workflow");
6135
6265
  function Workflow({ width, height, sx, ...props }, ref) {
6136
6266
  return /* @__PURE__ */ jsxRuntime.jsx(
6137
- BaseSvgIcon$1,
6267
+ BaseSvgIcon$2,
6138
6268
  {
6139
6269
  ref,
6140
6270
  viewBox: "0 0 24 24",
@@ -6148,6 +6278,32 @@ function Workflow({ width, height, sx, ...props }, ref) {
6148
6278
  );
6149
6279
  }
6150
6280
  const Workflow$1 = React.forwardRef(Workflow);
6281
+ const Icon$1 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
6282
+ "path",
6283
+ {
6284
+ fill: "currentColor",
6285
+ fillRule: "evenodd",
6286
+ 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",
6287
+ clipRule: "evenodd"
6288
+ }
6289
+ ) });
6290
+ const BaseSvgIcon$1 = material.createSvgIcon(Icon$1(), "WorkflowApiEndpoint");
6291
+ function WorkflowApiEndpoint({ width, height, sx, ...props }, ref) {
6292
+ return /* @__PURE__ */ jsxRuntime.jsx(
6293
+ BaseSvgIcon$1,
6294
+ {
6295
+ ref,
6296
+ viewBox: "0 0 24 24",
6297
+ sx: {
6298
+ width,
6299
+ height: height || width,
6300
+ ...sx
6301
+ },
6302
+ ...props
6303
+ }
6304
+ );
6305
+ }
6306
+ const WorkflowApiEndpoint$1 = React.forwardRef(WorkflowApiEndpoint);
6151
6307
  const Icon = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
6152
6308
  /* @__PURE__ */ jsxRuntime.jsx(
6153
6309
  "path",
@@ -6199,7 +6355,10 @@ exports.AiAgent = AiAgent$1;
6199
6355
  exports.AiGeneratedObject = AiGeneratedObject$1;
6200
6356
  exports.AiTool = AiTool$1;
6201
6357
  exports.Annotation = Annotation$1;
6358
+ exports.ApiAccessToken = ApiAccessToken$1;
6359
+ exports.ApiBaseUrl = ApiBaseUrl$1;
6202
6360
  exports.ApiCall = ApiCall$1;
6361
+ exports.AppCredentials = AppCredentials$1;
6203
6362
  exports.ArrowLeft = ArrowLeft$1;
6204
6363
  exports.ArrowRight = ArrowRight$1;
6205
6364
  exports.AsynchronousWait = AsynchronousWait$1;
@@ -6288,6 +6447,7 @@ exports.IotAnalytics = IotAnalytics$1;
6288
6447
  exports.LabelDeprecated = LabelDeprecated$1;
6289
6448
  exports.Layers = Layers$1;
6290
6449
  exports.Linkedin = Linkedin$1;
6450
+ exports.M2mOauthClient = M2mOauthClient$1;
6291
6451
  exports.MapCoordinates = MapCoordinates$1;
6292
6452
  exports.MapCopy = MapCopy$1;
6293
6453
  exports.MapOthers = MapOthers$1;
@@ -6350,6 +6510,7 @@ exports.ShowRightsidebar = ShowRightsidebar$1;
6350
6510
  exports.SingleLayer = SingleLayer$1;
6351
6511
  exports.SiteSelection = SiteSelection$1;
6352
6512
  exports.Snowflake = Snowflake$1;
6513
+ exports.SpaOauthClient = SpaOauthClient$1;
6353
6514
  exports.SpatialAnalysis = SpatialAnalysis$1;
6354
6515
  exports.SpatialExtension = SpatialExtension$1;
6355
6516
  exports.SpatialIndexes = SpatialIndexes$1;
@@ -6394,4 +6555,5 @@ exports.WfOutputAlt = WfOutputAlt$1;
6394
6555
  exports.WhiteSpace = WhiteSpace$1;
6395
6556
  exports.WidgetOptions = WidgetOptions$1;
6396
6557
  exports.Workflow = Workflow$1;
6558
+ exports.WorkflowApiEndpoint = WorkflowApiEndpoint$1;
6397
6559
  exports.WorkflowTemp = WorkflowTemp$1;