@carto/meridian-ds 2.5.3 → 2.5.5

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 (683) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/{Link-RfbgGzdR.js → Alert-lLA0z7fX.js} +129 -129
  3. package/dist/components/index.cjs +4128 -4088
  4. package/dist/components/index.js +4138 -4098
  5. package/dist/custom-icons/index.cjs +541 -450
  6. package/dist/custom-icons/index.js +541 -450
  7. package/dist/theme/index.cjs +1 -1
  8. package/dist/theme/index.js +2 -2
  9. package/dist/types/components/AccordionGroup/AccordionGroup.d.ts.map +1 -0
  10. package/dist/types/components/AccordionGroup/AccordionGroup.stories.d.ts +63 -0
  11. package/dist/types/components/AccordionGroup/AccordionGroup.stories.d.ts.map +1 -0
  12. package/dist/types/components/AccordionGroup/index.d.ts +3 -0
  13. package/dist/types/components/AccordionGroup/index.d.ts.map +1 -0
  14. package/dist/types/components/Alert/Alert.d.ts.map +1 -0
  15. package/dist/types/components/Alert/Alert.stories.d.ts +102 -0
  16. package/dist/types/components/Alert/Alert.stories.d.ts.map +1 -0
  17. package/dist/types/components/Alert/Alert.test.d.ts +2 -0
  18. package/dist/types/components/Alert/Alert.test.d.ts.map +1 -0
  19. package/dist/types/components/Alert/index.d.ts +3 -0
  20. package/dist/types/components/Alert/index.d.ts.map +1 -0
  21. package/dist/types/components/AppBar/AppBar.d.ts.map +1 -0
  22. package/dist/types/components/AppBar/AppBar.stories.d.ts +77 -0
  23. package/dist/types/components/AppBar/AppBar.stories.d.ts.map +1 -0
  24. package/dist/types/components/AppBar/components/BrandLogo.d.ts.map +1 -0
  25. package/dist/types/components/AppBar/components/BrandText.d.ts.map +1 -0
  26. package/dist/types/components/AppBar/components/BurgerMenu.d.ts.map +1 -0
  27. package/dist/types/components/AppBar/components/SecondaryText.d.ts.map +1 -0
  28. package/dist/types/components/AppBar/index.d.ts.map +1 -0
  29. package/dist/types/components/{molecules → Autocomplete}/Autocomplete/Autocomplete.d.ts +1 -1
  30. package/dist/types/components/Autocomplete/Autocomplete/Autocomplete.d.ts.map +1 -0
  31. package/dist/types/components/Autocomplete/Autocomplete/Autocomplete.stories.d.ts +200 -0
  32. package/dist/types/components/Autocomplete/Autocomplete/Autocomplete.stories.d.ts.map +1 -0
  33. package/dist/types/components/Autocomplete/Autocomplete/Autocomplete.test.d.ts +2 -0
  34. package/dist/types/components/Autocomplete/Autocomplete/Autocomplete.test.d.ts.map +1 -0
  35. package/dist/types/components/Autocomplete/Autocomplete/useAutocomplete.d.ts.map +1 -0
  36. package/dist/types/components/Autocomplete/Autocomplete/useAutocomplete.test.d.ts +2 -0
  37. package/dist/types/components/Autocomplete/Autocomplete/useAutocomplete.test.d.ts.map +1 -0
  38. package/dist/types/components/Autocomplete/AutocompleteList/AutocompleteList.d.ts.map +1 -0
  39. package/dist/types/components/Autocomplete/AutocompleteList/AutocompleteList.test.d.ts +2 -0
  40. package/dist/types/components/Autocomplete/AutocompleteList/AutocompleteList.test.d.ts.map +1 -0
  41. package/dist/types/components/{molecules/Autocomplete → Autocomplete/CreatableAutocomplete}/CreatableAutocomplete.d.ts +1 -1
  42. package/dist/types/components/Autocomplete/CreatableAutocomplete/CreatableAutocomplete.d.ts.map +1 -0
  43. package/dist/types/components/Autocomplete/CreatableAutocomplete/CreatableAutocomplete.stories.d.ts +243 -0
  44. package/dist/types/components/Autocomplete/CreatableAutocomplete/CreatableAutocomplete.stories.d.ts.map +1 -0
  45. package/dist/types/components/Autocomplete/CreatableAutocomplete/CreatableAutocomplete.test.d.ts +2 -0
  46. package/dist/types/components/Autocomplete/CreatableAutocomplete/CreatableAutocomplete.test.d.ts.map +1 -0
  47. package/dist/types/components/{molecules/Autocomplete → Autocomplete/CreatableAutocomplete}/useCreatableAutocomplete.d.ts +1 -1
  48. package/dist/types/components/Autocomplete/CreatableAutocomplete/useCreatableAutocomplete.d.ts.map +1 -0
  49. package/dist/types/components/{molecules/Autocomplete → Autocomplete/MultipleAutocomplete}/MultipleAutocomplete.d.ts +1 -1
  50. package/dist/types/components/Autocomplete/MultipleAutocomplete/MultipleAutocomplete.d.ts.map +1 -0
  51. package/dist/types/components/Autocomplete/MultipleAutocomplete/MultipleAutocomplete.stories.d.ts +275 -0
  52. package/dist/types/components/Autocomplete/MultipleAutocomplete/MultipleAutocomplete.stories.d.ts.map +1 -0
  53. package/dist/types/components/Autocomplete/MultipleAutocomplete/MultipleAutocomplete.test.d.ts +2 -0
  54. package/dist/types/components/Autocomplete/MultipleAutocomplete/MultipleAutocomplete.test.d.ts.map +1 -0
  55. package/dist/types/components/Autocomplete/MultipleAutocomplete/useMultipleAutocomplete.d.ts.map +1 -0
  56. package/dist/types/components/Autocomplete/index.d.ts +9 -0
  57. package/dist/types/components/Autocomplete/index.d.ts.map +1 -0
  58. package/dist/types/components/Autocomplete/test-utils/autocomplete-test-fixtures.d.ts +14 -0
  59. package/dist/types/components/Autocomplete/test-utils/autocomplete-test-fixtures.d.ts.map +1 -0
  60. package/dist/types/components/Autocomplete/test-utils/autocomplete-test-utils.d.ts +14 -0
  61. package/dist/types/components/Autocomplete/test-utils/autocomplete-test-utils.d.ts.map +1 -0
  62. package/dist/types/components/Autocomplete/test-utils/multiple-autocomplete-test-utils.d.ts +14 -0
  63. package/dist/types/components/Autocomplete/test-utils/multiple-autocomplete-test-utils.d.ts.map +1 -0
  64. package/dist/types/components/{molecules/Autocomplete → Autocomplete}/types.d.ts +2 -2
  65. package/dist/types/components/Autocomplete/types.d.ts.map +1 -0
  66. package/dist/types/components/{molecules/Autocomplete → Autocomplete/utils}/useAutocompleteRenderOption.d.ts +1 -1
  67. package/dist/types/components/Autocomplete/utils/useAutocompleteRenderOption.d.ts.map +1 -0
  68. package/dist/types/components/Autocomplete/utils/useAutocompleteRenderOption.test.d.ts +2 -0
  69. package/dist/types/components/Autocomplete/utils/useAutocompleteRenderOption.test.d.ts.map +1 -0
  70. package/dist/types/components/{molecules/Autocomplete → Autocomplete/utils}/utils.d.ts +1 -1
  71. package/dist/types/components/Autocomplete/utils/utils.d.ts.map +1 -0
  72. package/dist/types/components/Autocomplete/utils/utils.test.d.ts +2 -0
  73. package/dist/types/components/Autocomplete/utils/utils.test.d.ts.map +1 -0
  74. package/dist/types/components/Avatar/Avatar.d.ts.map +1 -0
  75. package/dist/types/components/Avatar/Avatar.stories.d.ts +111 -0
  76. package/dist/types/components/Avatar/Avatar.stories.d.ts.map +1 -0
  77. package/dist/types/components/Avatar/index.d.ts +3 -0
  78. package/dist/types/components/Avatar/index.d.ts.map +1 -0
  79. package/dist/types/components/Button/Button.d.ts.map +1 -0
  80. package/dist/types/components/Button/Button.stories.d.ts +167 -0
  81. package/dist/types/components/Button/Button.stories.d.ts.map +1 -0
  82. package/dist/types/components/Button/Button.test.d.ts +2 -0
  83. package/dist/types/components/Button/Button.test.d.ts.map +1 -0
  84. package/dist/types/components/Button/index.d.ts +3 -0
  85. package/dist/types/components/Button/index.d.ts.map +1 -0
  86. package/dist/types/components/CodeArea/CodeArea.stories.d.ts +264 -0
  87. package/dist/types/components/CodeArea/CodeArea.stories.d.ts.map +1 -0
  88. package/dist/types/components/CodeArea/CodeAreaDialog/CodeAreaDialog.d.ts.map +1 -0
  89. package/dist/types/components/CodeArea/CodeAreaDialog/CodeAreaDialog.test.d.ts +1 -0
  90. package/dist/types/components/CodeArea/CodeAreaDialog/CodeAreaDialog.test.d.ts.map +1 -0
  91. package/dist/types/components/CodeArea/CodeAreaDialog/components/CodeAreaDialogConfirmation.d.ts.map +1 -0
  92. package/dist/types/components/CodeArea/CodeAreaDialog/components/CodeAreaDialogContent.d.ts.map +1 -0
  93. package/dist/types/components/CodeArea/CodeAreaDialog/components/CodeAreaDialogError.d.ts.map +1 -0
  94. package/dist/types/components/{organisms/CodeArea → CodeArea/CodeAreaField}/CodeAreaField.d.ts +1 -1
  95. package/dist/types/components/CodeArea/CodeAreaField/CodeAreaField.d.ts.map +1 -0
  96. package/dist/types/components/CodeArea/CodeAreaField/CodeAreaField.test.d.ts +1 -0
  97. package/dist/types/components/CodeArea/CodeAreaField/CodeAreaField.test.d.ts.map +1 -0
  98. package/dist/types/components/{organisms/CodeArea → CodeArea/CodeAreaFooter}/CodeAreaFooter.d.ts +1 -1
  99. package/dist/types/components/CodeArea/CodeAreaFooter/CodeAreaFooter.d.ts.map +1 -0
  100. package/dist/types/components/CodeArea/CodeAreaFooter/CodeAreaFooter.test.d.ts +2 -0
  101. package/dist/types/components/CodeArea/CodeAreaFooter/CodeAreaFooter.test.d.ts.map +1 -0
  102. package/dist/types/components/CodeArea/CodeAreaHeader/CodeAreaHeader.d.ts.map +1 -0
  103. package/dist/types/components/CodeArea/CodeAreaHeader/CodeAreaHeader.test.d.ts +2 -0
  104. package/dist/types/components/CodeArea/CodeAreaHeader/CodeAreaHeader.test.d.ts.map +1 -0
  105. package/dist/types/components/CodeArea/CodeAreaInput/CodeAreaInput.d.ts.map +1 -0
  106. package/dist/types/components/CodeArea/CodeAreaInput/CodeAreaInput.test.d.ts +1 -0
  107. package/dist/types/components/CodeArea/CodeAreaInput/CodeAreaInput.test.d.ts.map +1 -0
  108. package/dist/types/components/CodeArea/CodeAreaTheme.d.ts.map +1 -0
  109. package/dist/types/components/CodeArea/index.d.ts +13 -0
  110. package/dist/types/components/CodeArea/index.d.ts.map +1 -0
  111. package/dist/types/components/CodeArea/types.d.ts.map +1 -0
  112. package/dist/types/components/CodeArea/utils/useCodeAreaAutocompletion.d.ts.map +1 -0
  113. package/dist/types/components/CodeArea/utils/useCodeAreaAutocompletion.test.d.ts +2 -0
  114. package/dist/types/components/CodeArea/utils/useCodeAreaAutocompletion.test.d.ts.map +1 -0
  115. package/dist/types/components/CodeArea/utils/utils.d.ts.map +1 -0
  116. package/dist/types/components/CodeArea/utils/utils.test.d.ts +2 -0
  117. package/dist/types/components/CodeArea/utils/utils.test.d.ts.map +1 -0
  118. package/dist/types/components/{atoms/Copy → CopiableComponent}/CopiableComponent.d.ts +1 -1
  119. package/dist/types/components/CopiableComponent/CopiableComponent.d.ts.map +1 -0
  120. package/dist/types/components/CopiableComponent/CopiableComponent.stories.d.ts +11 -0
  121. package/dist/types/components/CopiableComponent/CopiableComponent.stories.d.ts.map +1 -0
  122. package/dist/types/components/CopiableComponent/CopiableComponent.test.d.ts +2 -0
  123. package/dist/types/components/CopiableComponent/CopiableComponent.test.d.ts.map +1 -0
  124. package/dist/types/components/CopiableComponent/copyString.d.ts.map +1 -0
  125. package/dist/types/components/CopiableComponent/copyString.test.d.ts +2 -0
  126. package/dist/types/components/CopiableComponent/copyString.test.d.ts.map +1 -0
  127. package/dist/types/components/{atoms/Copy → CopiableComponent}/index.d.ts +0 -1
  128. package/dist/types/components/CopiableComponent/index.d.ts.map +1 -0
  129. package/dist/types/components/{atoms/Copy → CopiableComponent}/types.d.ts +3 -9
  130. package/dist/types/components/CopiableComponent/types.d.ts.map +1 -0
  131. package/dist/types/components/CopiableComponent/useCopyValue.d.ts +5 -0
  132. package/dist/types/components/CopiableComponent/useCopyValue.d.ts.map +1 -0
  133. package/dist/types/components/CopiableComponent/useCopyValue.test.d.ts +2 -0
  134. package/dist/types/components/CopiableComponent/useCopyValue.test.d.ts.map +1 -0
  135. package/dist/types/components/CopiableInputText/CopiableInputText.d.ts.map +1 -0
  136. package/dist/types/components/CopiableInputText/CopiableInputText.stories.d.ts +175 -0
  137. package/dist/types/components/CopiableInputText/CopiableInputText.stories.d.ts.map +1 -0
  138. package/dist/types/components/CopiableInputText/CopiableInputText.test.d.ts +2 -0
  139. package/dist/types/components/CopiableInputText/CopiableInputText.test.d.ts.map +1 -0
  140. package/dist/types/components/CopiableInputText/index.d.ts +3 -0
  141. package/dist/types/components/CopiableInputText/index.d.ts.map +1 -0
  142. package/dist/types/components/CopiableInputText/types.d.ts +8 -0
  143. package/dist/types/components/CopiableInputText/types.d.ts.map +1 -0
  144. package/dist/types/components/DatePickers/DateCalendar.stories.d.ts +163 -0
  145. package/dist/types/components/DatePickers/DateCalendar.stories.d.ts.map +1 -0
  146. package/dist/types/components/{organisms/DatePickers → DatePickers/DatePicker}/DatePicker.d.ts +1 -1
  147. package/dist/types/components/DatePickers/DatePicker/DatePicker.d.ts.map +1 -0
  148. package/dist/types/components/DatePickers/DatePicker/DatePicker.stories.d.ts +214 -0
  149. package/dist/types/components/DatePickers/DatePicker/DatePicker.stories.d.ts.map +1 -0
  150. package/dist/types/components/DatePickers/DatePicker/DatePicker.test.d.ts +2 -0
  151. package/dist/types/components/DatePickers/DatePicker/DatePicker.test.d.ts.map +1 -0
  152. package/dist/types/components/{organisms/DatePickers → DatePickers/DateRangePicker}/DateRangePicker.d.ts +1 -1
  153. package/dist/types/components/DatePickers/DateRangePicker/DateRangePicker.d.ts.map +1 -0
  154. package/dist/types/components/DatePickers/DateRangePicker/DateRangePicker.stories.d.ts +183 -0
  155. package/dist/types/components/DatePickers/DateRangePicker/DateRangePicker.stories.d.ts.map +1 -0
  156. package/dist/types/components/DatePickers/DateRangePicker/DateRangePicker.test.d.ts +2 -0
  157. package/dist/types/components/DatePickers/DateRangePicker/DateRangePicker.test.d.ts.map +1 -0
  158. package/dist/types/components/{organisms/DatePickers → DatePickers/DateTimePicker}/DateTimePicker.d.ts +1 -1
  159. package/dist/types/components/DatePickers/DateTimePicker/DateTimePicker.d.ts.map +1 -0
  160. package/dist/types/components/DatePickers/DateTimePicker/DateTimePicker.stories.d.ts +220 -0
  161. package/dist/types/components/DatePickers/DateTimePicker/DateTimePicker.stories.d.ts.map +1 -0
  162. package/dist/types/components/DatePickers/DateTimePicker/DateTimePicker.test.d.ts +2 -0
  163. package/dist/types/components/DatePickers/DateTimePicker/DateTimePicker.test.d.ts.map +1 -0
  164. package/dist/types/components/{organisms/DatePickers → DatePickers/PickersDay}/PickersDay.d.ts +1 -1
  165. package/dist/types/components/DatePickers/PickersDay/PickersDay.d.ts.map +1 -0
  166. package/dist/types/components/DatePickers/PickersDay/PickersDay.test.d.ts +2 -0
  167. package/dist/types/components/DatePickers/PickersDay/PickersDay.test.d.ts.map +1 -0
  168. package/dist/types/components/{organisms/DatePickers → DatePickers/TimePicker}/TimePicker.d.ts +1 -1
  169. package/dist/types/components/DatePickers/TimePicker/TimePicker.d.ts.map +1 -0
  170. package/dist/types/components/DatePickers/TimePicker/TimePicker.stories.d.ts +201 -0
  171. package/dist/types/components/DatePickers/TimePicker/TimePicker.stories.d.ts.map +1 -0
  172. package/dist/types/components/DatePickers/TimePicker/TimePicker.test.d.ts +2 -0
  173. package/dist/types/components/DatePickers/TimePicker/TimePicker.test.d.ts.map +1 -0
  174. package/dist/types/components/DatePickers/index.d.ts +6 -0
  175. package/dist/types/components/DatePickers/index.d.ts.map +1 -0
  176. package/dist/types/components/DatePickers/shared/ClearButton.d.ts.map +1 -0
  177. package/dist/types/components/DatePickers/shared/DateFieldContainer.d.ts.map +1 -0
  178. package/dist/types/components/DatePickers/types.d.ts.map +1 -0
  179. package/dist/types/components/DatePickers/utils.d.ts.map +1 -0
  180. package/dist/types/components/{organisms → Dialog}/Dialog/Dialog.d.ts +1 -1
  181. package/dist/types/components/Dialog/Dialog/Dialog.d.ts.map +1 -0
  182. package/dist/types/components/Dialog/Dialog/Dialog.stories.d.ts +585 -0
  183. package/dist/types/components/Dialog/Dialog/Dialog.stories.d.ts.map +1 -0
  184. package/dist/types/components/Dialog/Dialog/Dialog.test.d.ts +2 -0
  185. package/dist/types/components/Dialog/Dialog/Dialog.test.d.ts.map +1 -0
  186. package/dist/types/components/{organisms/Dialog → Dialog/DialogAlert}/DialogAlert.d.ts +1 -1
  187. package/dist/types/components/Dialog/DialogAlert/DialogAlert.d.ts.map +1 -0
  188. package/dist/types/components/Dialog/DialogAlert/DialogAlert.stories.d.ts +44 -0
  189. package/dist/types/components/Dialog/DialogAlert/DialogAlert.stories.d.ts.map +1 -0
  190. package/dist/types/components/{organisms/Dialog → Dialog/DialogConfirmation}/DialogConfirmation.d.ts +1 -1
  191. package/dist/types/components/Dialog/DialogConfirmation/DialogConfirmation.d.ts.map +1 -0
  192. package/dist/types/components/Dialog/DialogConfirmation/DialogConfirmation.stories.d.ts +39 -0
  193. package/dist/types/components/Dialog/DialogConfirmation/DialogConfirmation.stories.d.ts.map +1 -0
  194. package/dist/types/components/Dialog/DialogConfirmation/DialogConfirmation.test.d.ts +2 -0
  195. package/dist/types/components/Dialog/DialogConfirmation/DialogConfirmation.test.d.ts.map +1 -0
  196. package/dist/types/components/{organisms/Dialog → Dialog/DialogContent}/DialogContent.d.ts +1 -1
  197. package/dist/types/components/Dialog/DialogContent/DialogContent.d.ts.map +1 -0
  198. package/dist/types/components/{organisms/Dialog → Dialog/DialogFooter}/DialogFooter.d.ts +1 -1
  199. package/dist/types/components/Dialog/DialogFooter/DialogFooter.d.ts.map +1 -0
  200. package/dist/types/components/Dialog/DialogFooter/DialogFooter.stories.d.ts +62 -0
  201. package/dist/types/components/Dialog/DialogFooter/DialogFooter.stories.d.ts.map +1 -0
  202. package/dist/types/components/Dialog/DialogFooter/DialogFooter.test.d.ts +2 -0
  203. package/dist/types/components/Dialog/DialogFooter/DialogFooter.test.d.ts.map +1 -0
  204. package/dist/types/components/{organisms/Dialog → Dialog/DialogHeader}/DialogHeader.d.ts +1 -1
  205. package/dist/types/components/Dialog/DialogHeader/DialogHeader.d.ts.map +1 -0
  206. package/dist/types/components/Dialog/DialogHeader/DialogHeader.stories.d.ts +43 -0
  207. package/dist/types/components/Dialog/DialogHeader/DialogHeader.stories.d.ts.map +1 -0
  208. package/dist/types/components/Dialog/DialogHeader/DialogHeader.test.d.ts +2 -0
  209. package/dist/types/components/Dialog/DialogHeader/DialogHeader.test.d.ts.map +1 -0
  210. package/dist/types/components/{organisms/Dialog → Dialog/DialogPaper}/DialogPaper.d.ts +2 -2
  211. package/dist/types/components/Dialog/DialogPaper/DialogPaper.d.ts.map +1 -0
  212. package/dist/types/components/{organisms/Dialog → Dialog/DialogStepper}/DialogStepper.d.ts +1 -1
  213. package/dist/types/components/Dialog/DialogStepper/DialogStepper.d.ts.map +1 -0
  214. package/dist/types/components/Dialog/DialogStepper/DialogStepper.stories.d.ts +32 -0
  215. package/dist/types/components/Dialog/DialogStepper/DialogStepper.stories.d.ts.map +1 -0
  216. package/dist/types/components/Dialog/DialogStepper/DialogStepper.test.d.ts +2 -0
  217. package/dist/types/components/Dialog/DialogStepper/DialogStepper.test.d.ts.map +1 -0
  218. package/dist/types/components/Dialog/index.d.ts +10 -0
  219. package/dist/types/components/Dialog/index.d.ts.map +1 -0
  220. package/dist/types/components/{organisms/Dialog → Dialog}/types.d.ts +1 -1
  221. package/dist/types/components/Dialog/types.d.ts.map +1 -0
  222. package/dist/types/components/FilterDropdown/FilterDropdown.d.ts.map +1 -0
  223. package/dist/types/components/FilterDropdown/FilterDropdown.stories.d.ts +430 -0
  224. package/dist/types/components/FilterDropdown/FilterDropdown.stories.d.ts.map +1 -0
  225. package/dist/types/components/FilterDropdown/FilterDropdown.test.d.ts +2 -0
  226. package/dist/types/components/FilterDropdown/FilterDropdown.test.d.ts.map +1 -0
  227. package/dist/types/components/{molecules/FilterDropdown → FilterDropdown/FilterDropdownMenuItem}/FilterDropdownMenuItem.d.ts +1 -1
  228. package/dist/types/components/FilterDropdown/FilterDropdownMenuItem/FilterDropdownMenuItem.d.ts.map +1 -0
  229. package/dist/types/components/FilterDropdown/FilterDropdownMenuItem/FilterDropdownMenuItem.test.d.ts +2 -0
  230. package/dist/types/components/FilterDropdown/FilterDropdownMenuItem/FilterDropdownMenuItem.test.d.ts.map +1 -0
  231. package/dist/types/components/{molecules/FilterDropdown → FilterDropdown}/index.d.ts +1 -1
  232. package/dist/types/components/FilterDropdown/index.d.ts.map +1 -0
  233. package/dist/types/components/FilterDropdown/types.d.ts.map +1 -0
  234. package/dist/types/components/IconButton/IconButton.d.ts.map +1 -0
  235. package/dist/types/components/IconButton/IconButton.stories.d.ts +132 -0
  236. package/dist/types/components/IconButton/IconButton.stories.d.ts.map +1 -0
  237. package/dist/types/components/IconButton/IconButton.test.d.ts +2 -0
  238. package/dist/types/components/IconButton/IconButton.test.d.ts.map +1 -0
  239. package/dist/types/components/IconButton/index.d.ts +3 -0
  240. package/dist/types/components/IconButton/index.d.ts.map +1 -0
  241. package/dist/types/components/LabelWithIndicator/LabelWithIndicator.d.ts +13 -0
  242. package/dist/types/components/LabelWithIndicator/LabelWithIndicator.d.ts.map +1 -0
  243. package/dist/types/components/LabelWithIndicator/LabelWithIndicator.stories.d.ts +72 -0
  244. package/dist/types/components/LabelWithIndicator/LabelWithIndicator.stories.d.ts.map +1 -0
  245. package/dist/types/components/LabelWithIndicator/LabelWithIndicator.test.d.ts +2 -0
  246. package/dist/types/components/LabelWithIndicator/LabelWithIndicator.test.d.ts.map +1 -0
  247. package/dist/types/components/LabelWithIndicator/index.d.ts +3 -0
  248. package/dist/types/components/LabelWithIndicator/index.d.ts.map +1 -0
  249. package/dist/types/components/Link/Link.d.ts.map +1 -0
  250. package/dist/types/components/Link/Link.stories.d.ts +124 -0
  251. package/dist/types/components/Link/Link.stories.d.ts.map +1 -0
  252. package/dist/types/components/Link/Link.test.d.ts +2 -0
  253. package/dist/types/components/Link/Link.test.d.ts.map +1 -0
  254. package/dist/types/components/Link/index.d.ts +3 -0
  255. package/dist/types/components/Link/index.d.ts.map +1 -0
  256. package/dist/types/components/Menu/Menu/Menu.d.ts +4 -0
  257. package/dist/types/components/Menu/Menu/Menu.d.ts.map +1 -0
  258. package/dist/types/components/Menu/Menu/Menu.stories.d.ts +259 -0
  259. package/dist/types/components/Menu/Menu/Menu.stories.d.ts.map +1 -0
  260. package/dist/types/components/Menu/Menu/Menu.test.d.ts +2 -0
  261. package/dist/types/components/Menu/Menu/Menu.test.d.ts.map +1 -0
  262. package/dist/types/components/Menu/MenuItem/MenuItem.d.ts +4 -0
  263. package/dist/types/components/Menu/MenuItem/MenuItem.d.ts.map +1 -0
  264. package/dist/types/components/Menu/MenuItem/MenuItem.test.d.ts +2 -0
  265. package/dist/types/components/Menu/MenuItem/MenuItem.test.d.ts.map +1 -0
  266. package/dist/types/components/Menu/MenuItemFilter/MenuItemFilter.d.ts +4 -0
  267. package/dist/types/components/Menu/MenuItemFilter/MenuItemFilter.d.ts.map +1 -0
  268. package/dist/types/components/Menu/MenuItemFilter/MenuItemFilter.test.d.ts +2 -0
  269. package/dist/types/components/Menu/MenuItemFilter/MenuItemFilter.test.d.ts.map +1 -0
  270. package/dist/types/components/Menu/MenuList/MenuList.d.ts +4 -0
  271. package/dist/types/components/Menu/MenuList/MenuList.d.ts.map +1 -0
  272. package/dist/types/components/Menu/MenuList/MenuList.test.d.ts +2 -0
  273. package/dist/types/components/Menu/MenuList/MenuList.test.d.ts.map +1 -0
  274. package/dist/types/components/Menu/index.d.ts +6 -0
  275. package/dist/types/components/Menu/index.d.ts.map +1 -0
  276. package/dist/types/components/Menu/types.d.ts +27 -0
  277. package/dist/types/components/Menu/types.d.ts.map +1 -0
  278. package/dist/types/components/PasswordField/PasswordField.d.ts.map +1 -0
  279. package/dist/types/components/PasswordField/PasswordField.stories.d.ts +190 -0
  280. package/dist/types/components/PasswordField/PasswordField.stories.d.ts.map +1 -0
  281. package/dist/types/components/PasswordField/PasswordField.test.d.ts +2 -0
  282. package/dist/types/components/PasswordField/PasswordField.test.d.ts.map +1 -0
  283. package/dist/types/components/PasswordField/index.d.ts +3 -0
  284. package/dist/types/components/PasswordField/index.d.ts.map +1 -0
  285. package/dist/types/components/ScreenReaderOnly/ScreenReaderOnly.d.ts.map +1 -0
  286. package/dist/types/components/ScreenReaderOnly/index.d.ts +2 -0
  287. package/dist/types/components/ScreenReaderOnly/index.d.ts.map +1 -0
  288. package/dist/types/components/SelectField/MultipleSelectField/MultipleSelectField.d.ts +4 -0
  289. package/dist/types/components/SelectField/MultipleSelectField/MultipleSelectField.d.ts.map +1 -0
  290. package/dist/types/components/SelectField/MultipleSelectField/MultipleSelectField.stories.d.ts +153 -0
  291. package/dist/types/components/SelectField/MultipleSelectField/MultipleSelectField.stories.d.ts.map +1 -0
  292. package/dist/types/components/SelectField/MultipleSelectField/MultipleSelectField.test.d.ts +2 -0
  293. package/dist/types/components/SelectField/MultipleSelectField/MultipleSelectField.test.d.ts.map +1 -0
  294. package/dist/types/components/{molecules → SelectField}/MultipleSelectField/useMultipleSelectField.d.ts +1 -1
  295. package/dist/types/components/SelectField/MultipleSelectField/useMultipleSelectField.d.ts.map +1 -0
  296. package/dist/types/components/{atoms → SelectField/SelectField}/SelectField.d.ts +1 -9
  297. package/dist/types/components/SelectField/SelectField/SelectField.d.ts.map +1 -0
  298. package/dist/types/components/SelectField/SelectField/SelectField.stories.d.ts +223 -0
  299. package/dist/types/components/SelectField/SelectField/SelectField.stories.d.ts.map +1 -0
  300. package/dist/types/components/SelectField/SelectField/SelectField.test.d.ts +2 -0
  301. package/dist/types/components/SelectField/SelectField/SelectField.test.d.ts.map +1 -0
  302. package/dist/types/components/SelectField/index.d.ts +4 -0
  303. package/dist/types/components/SelectField/index.d.ts.map +1 -0
  304. package/dist/types/components/SelectField/types.d.ts +29 -0
  305. package/dist/types/components/SelectField/types.d.ts.map +1 -0
  306. package/dist/types/components/{molecules → Snackbar}/Snackbar.d.ts +1 -1
  307. package/dist/types/components/Snackbar/Snackbar.d.ts.map +1 -0
  308. package/dist/types/components/Snackbar/Snackbar.stories.d.ts +132 -0
  309. package/dist/types/components/Snackbar/Snackbar.stories.d.ts.map +1 -0
  310. package/dist/types/components/Snackbar/Snackbar.test.d.ts +2 -0
  311. package/dist/types/components/Snackbar/Snackbar.test.d.ts.map +1 -0
  312. package/dist/types/components/Snackbar/index.d.ts +3 -0
  313. package/dist/types/components/Snackbar/index.d.ts.map +1 -0
  314. package/dist/types/components/{atoms → SplitButton}/SplitButton.d.ts +1 -1
  315. package/dist/types/components/SplitButton/SplitButton.d.ts.map +1 -0
  316. package/dist/types/components/SplitButton/SplitButton.stories.d.ts +135 -0
  317. package/dist/types/components/SplitButton/SplitButton.stories.d.ts.map +1 -0
  318. package/dist/types/components/SplitButton/SplitButton.test.d.ts +2 -0
  319. package/dist/types/components/SplitButton/SplitButton.test.d.ts.map +1 -0
  320. package/dist/types/components/SplitButton/index.d.ts +3 -0
  321. package/dist/types/components/SplitButton/index.d.ts.map +1 -0
  322. package/dist/types/components/TablePaginationActions/TablePaginationActions.d.ts.map +1 -0
  323. package/dist/types/components/TablePaginationActions/index.d.ts.map +1 -0
  324. package/dist/types/components/{molecules → Tag}/Tag.d.ts +2 -2
  325. package/dist/types/components/Tag/Tag.d.ts.map +1 -0
  326. package/dist/types/components/Tag/Tag.stories.d.ts +88 -0
  327. package/dist/types/components/Tag/Tag.stories.d.ts.map +1 -0
  328. package/dist/types/components/Tag/Tag.test.d.ts +2 -0
  329. package/dist/types/components/Tag/Tag.test.d.ts.map +1 -0
  330. package/dist/types/components/Tag/index.d.ts +3 -0
  331. package/dist/types/components/Tag/index.d.ts.map +1 -0
  332. package/dist/types/components/ToggleButtonGroup/ToggleButtonGroup.d.ts.map +1 -0
  333. package/dist/types/components/ToggleButtonGroup/ToggleButtonGroup.stories.d.ts +145 -0
  334. package/dist/types/components/ToggleButtonGroup/ToggleButtonGroup.stories.d.ts.map +1 -0
  335. package/dist/types/components/ToggleButtonGroup/index.d.ts +3 -0
  336. package/dist/types/components/ToggleButtonGroup/index.d.ts.map +1 -0
  337. package/dist/types/components/TooltipData/TooltipData.d.ts.map +1 -0
  338. package/dist/types/components/TooltipData/index.d.ts +3 -0
  339. package/dist/types/components/TooltipData/index.d.ts.map +1 -0
  340. package/dist/types/components/Typography/Typography.d.ts.map +1 -0
  341. package/dist/types/components/Typography/Typography.stories.d.ts +122 -0
  342. package/dist/types/components/Typography/Typography.stories.d.ts.map +1 -0
  343. package/dist/types/components/Typography/Typography.test.d.ts +2 -0
  344. package/dist/types/components/Typography/Typography.test.d.ts.map +1 -0
  345. package/dist/types/components/Typography/index.d.ts +3 -0
  346. package/dist/types/components/Typography/index.d.ts.map +1 -0
  347. package/dist/types/components/{molecules/UploadField → UploadField}/FilesAction.d.ts +1 -2
  348. package/dist/types/components/UploadField/FilesAction.d.ts.map +1 -0
  349. package/dist/types/components/UploadField/FilesAction.test.d.ts +2 -0
  350. package/dist/types/components/UploadField/FilesAction.test.d.ts.map +1 -0
  351. package/dist/types/components/{molecules/UploadField → UploadField}/UploadField.d.ts +3 -1
  352. package/dist/types/components/UploadField/UploadField.d.ts.map +1 -0
  353. package/dist/types/components/UploadField/UploadField.stories.d.ts +218 -0
  354. package/dist/types/components/UploadField/UploadField.stories.d.ts.map +1 -0
  355. package/dist/types/components/{molecules/UploadField/StyledUploadField.d.ts → UploadField/UploadField.styled.d.ts} +1 -1
  356. package/dist/types/components/UploadField/UploadField.styled.d.ts.map +1 -0
  357. package/dist/types/components/UploadField/UploadField.test.d.ts +2 -0
  358. package/dist/types/components/UploadField/UploadField.test.d.ts.map +1 -0
  359. package/dist/types/components/{molecules/UploadField → UploadField}/UploadFieldBase.d.ts +3 -2
  360. package/dist/types/components/UploadField/UploadFieldBase.d.ts.map +1 -0
  361. package/dist/types/components/UploadField/UploadFieldBase.test.d.ts +2 -0
  362. package/dist/types/components/UploadField/UploadFieldBase.test.d.ts.map +1 -0
  363. package/dist/types/components/UploadField/index.d.ts.map +1 -0
  364. package/dist/types/components/UploadField/useFileUpload.d.ts.map +1 -0
  365. package/dist/types/components/UploadField/useFileUpload.test.d.ts +2 -0
  366. package/dist/types/components/UploadField/useFileUpload.test.d.ts.map +1 -0
  367. package/dist/types/components/index.d.ts +56 -6
  368. package/dist/types/components/index.d.ts.map +1 -1
  369. package/dist/types/custom-icons/BulletPointAlt.d.ts +4 -0
  370. package/dist/types/custom-icons/BulletPointAlt.d.ts.map +1 -0
  371. package/dist/types/custom-icons/BulletPointCheckedAlt.d.ts +4 -0
  372. package/dist/types/custom-icons/BulletPointCheckedAlt.d.ts.map +1 -0
  373. package/dist/types/custom-icons/ShowNodeResults.d.ts +4 -0
  374. package/dist/types/custom-icons/ShowNodeResults.d.ts.map +1 -0
  375. package/dist/types/custom-icons/__docs__/CustomIcons.stories.d.ts +65 -0
  376. package/dist/types/custom-icons/__docs__/CustomIcons.stories.d.ts.map +1 -0
  377. package/dist/types/custom-icons/__tests__/CustomIcons.test.d.ts +2 -0
  378. package/dist/types/custom-icons/__tests__/CustomIcons.test.d.ts.map +1 -0
  379. package/dist/types/custom-icons/index.d.ts +3 -0
  380. package/dist/types/custom-icons/index.d.ts.map +1 -1
  381. package/dist/types/hooks/useImperativeIntl.test.d.ts +2 -0
  382. package/dist/types/hooks/useImperativeIntl.test.d.ts.map +1 -0
  383. package/dist/types/theme/carto-theme.d.ts.map +1 -1
  384. package/dist/types/theme/components/stories/Breadcrumb.stories.d.ts +5 -2
  385. package/dist/types/theme/components/stories/Breadcrumb.stories.d.ts.map +1 -1
  386. package/dist/types/theme/components/stories/ButtonGroup.stories.d.ts +5 -0
  387. package/dist/types/theme/components/stories/ButtonGroup.stories.d.ts.map +1 -1
  388. package/dist/types/theme/components/stories/Chip.stories.d.ts +5 -0
  389. package/dist/types/theme/components/stories/Chip.stories.d.ts.map +1 -1
  390. package/dist/types/theme/components/stories/Divider.stories.d.ts +5 -0
  391. package/dist/types/theme/components/stories/Divider.stories.d.ts.map +1 -1
  392. package/dist/types/theme/components/stories/FAB.stories.d.ts +5 -0
  393. package/dist/types/theme/components/stories/FAB.stories.d.ts.map +1 -1
  394. package/dist/types/theme/components/stories/Paper.stories.d.ts +5 -0
  395. package/dist/types/theme/components/stories/Paper.stories.d.ts.map +1 -1
  396. package/dist/types/theme/components/stories/Progress.stories.d.ts +8 -0
  397. package/dist/types/theme/components/stories/Progress.stories.d.ts.map +1 -1
  398. package/dist/types/theme/components/stories/Tabs.stories.d.ts +5 -0
  399. package/dist/types/theme/components/stories/Tabs.stories.d.ts.map +1 -1
  400. package/dist/types/theme/components/stories/TextArea.stories.d.ts +5 -0
  401. package/dist/types/theme/components/stories/TextArea.stories.d.ts.map +1 -1
  402. package/dist/types/theme/components/stories/TextField.stories.d.ts +5 -0
  403. package/dist/types/theme/components/stories/TextField.stories.d.ts.map +1 -1
  404. package/dist/types/theme/components/stories/ToggleButton.stories.d.ts +5 -0
  405. package/dist/types/theme/components/stories/ToggleButton.stories.d.ts.map +1 -1
  406. package/dist/types/theme/components/stories/Tooltip.stories.d.ts +10 -0
  407. package/dist/types/theme/components/stories/Tooltip.stories.d.ts.map +1 -1
  408. package/dist/types/theme/{helpers/css-baseline.d.ts.map → css-baseline.d.ts.map} +1 -1
  409. package/dist/types/theme/index.d.ts +2 -2
  410. package/dist/types/theme/index.d.ts.map +1 -1
  411. package/dist/types/utils/{animationUtils.d.ts → animation-utils.d.ts} +1 -1
  412. package/dist/types/utils/animation-utils.d.ts.map +1 -0
  413. package/dist/types/utils/animation-utils.test.d.ts +2 -0
  414. package/dist/types/utils/animation-utils.test.d.ts.map +1 -0
  415. package/dist/types/utils/{chartConstants.d.ts → chart-constants.d.ts} +1 -1
  416. package/dist/types/utils/chart-constants.d.ts.map +1 -0
  417. package/dist/types/utils/{detectTouchScreen.d.ts → detect-touch-screen.d.ts} +1 -1
  418. package/dist/types/utils/detect-touch-screen.d.ts.map +1 -0
  419. package/dist/types/utils/detect-touch-screen.test.d.ts +2 -0
  420. package/dist/types/utils/detect-touch-screen.test.d.ts.map +1 -0
  421. package/dist/types/utils/{formatterUtils.d.ts → formatter-utils.d.ts} +1 -1
  422. package/dist/types/utils/formatter-utils.d.ts.map +1 -0
  423. package/dist/types/utils/formatter-utils.test.d.ts +2 -0
  424. package/dist/types/utils/formatter-utils.test.d.ts.map +1 -0
  425. package/dist/types/utils/{legendUtils.d.ts → legend-utils.d.ts} +1 -1
  426. package/dist/types/utils/legend-utils.d.ts.map +1 -0
  427. package/dist/types/utils/{localeUtils.d.ts → locale-utils.d.ts} +1 -1
  428. package/dist/types/utils/locale-utils.d.ts.map +1 -0
  429. package/dist/types/utils/locale-utils.test.d.ts +2 -0
  430. package/dist/types/utils/locale-utils.test.d.ts.map +1 -0
  431. package/dist/types/utils/{paletteUtils.d.ts → palette-utils.d.ts} +2 -2
  432. package/dist/types/utils/palette-utils.d.ts.map +1 -0
  433. package/dist/types/utils/palette-utils.test.d.ts +2 -0
  434. package/dist/types/utils/palette-utils.test.d.ts.map +1 -0
  435. package/dist/types/utils/theme-constants.d.ts.map +1 -0
  436. package/dist/types/utils/theme-utils.d.ts.map +1 -0
  437. package/dist/types/utils/theme-utils.test.d.ts +2 -0
  438. package/dist/types/utils/theme-utils.test.d.ts.map +1 -0
  439. package/dist/types/utils/{uniqueId.d.ts → unique-id.d.ts} +1 -1
  440. package/dist/types/utils/unique-id.d.ts.map +1 -0
  441. package/dist/types/utils/unique-id.test.d.ts +2 -0
  442. package/dist/types/utils/unique-id.test.d.ts.map +1 -0
  443. package/dist/types/widgets/BarWidgetUI/BarWidgetUI.d.ts +1 -1
  444. package/dist/types/widgets/BarWidgetUI/BarWidgetUI.d.ts.map +1 -1
  445. package/dist/types/widgets/BarWidgetUI/useProcessedProps.d.ts +1 -1
  446. package/dist/types/widgets/BarWidgetUI/useProcessedProps.d.ts.map +1 -1
  447. package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.d.ts +2 -2
  448. package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.d.ts.map +1 -1
  449. package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.styled.d.ts +7 -7
  450. package/dist/types/widgets/FormulaWidgetUI/FormulaWidgetUI.d.ts +1 -1
  451. package/dist/types/widgets/FormulaWidgetUI/FormulaWidgetUI.d.ts.map +1 -1
  452. package/dist/types/widgets/HistogramWidgetUI/HistogramWidgetUI.d.ts +1 -1
  453. package/dist/types/widgets/HistogramWidgetUI/HistogramWidgetUI.d.ts.map +1 -1
  454. package/dist/types/widgets/PieWidgetUI/PieWidgetUI.d.ts +2 -2
  455. package/dist/types/widgets/PieWidgetUI/PieWidgetUI.d.ts.map +1 -1
  456. package/dist/types/widgets/PieWidgetUI/usePieCategories.d.ts +1 -1
  457. package/dist/types/widgets/PieWidgetUI/usePieCategories.d.ts.map +1 -1
  458. package/dist/types/widgets/ScatterPlotWidgetUI/ScatterPlotWidgetUI.d.ts +1 -1
  459. package/dist/types/widgets/ScatterPlotWidgetUI/ScatterPlotWidgetUI.d.ts.map +1 -1
  460. package/dist/types/widgets/SkeletonWidgets.d.ts +4 -4
  461. package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesContext.d.ts +1 -1
  462. package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesContext.d.ts.map +1 -1
  463. package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesWidgetUI.d.ts +1 -1
  464. package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesWidgetUI.d.ts.map +1 -1
  465. package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesWidgetUI.stories.d.ts +1 -1
  466. package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesWidgetUI.stories.d.ts.map +1 -1
  467. package/dist/types/widgets/TimeSeriesWidgetUI/components/TimeSeriesChart.d.ts +1 -1
  468. package/dist/types/widgets/TimeSeriesWidgetUI/components/TimeSeriesChart.d.ts.map +1 -1
  469. package/dist/types/widgets/TimeSeriesWidgetUI/components/TimeSeriesControls.d.ts +1 -1
  470. package/dist/types/widgets/TimeSeriesWidgetUI/components/TimeSeriesControls.d.ts.map +1 -1
  471. package/dist/types/widgets/TimeSeriesWidgetUI/components/TimeSeriesSkeleton.d.ts +1 -1
  472. package/dist/types/widgets/TimeSeriesWidgetUI/components/TimeSeriesSkeleton.d.ts.map +1 -1
  473. package/dist/types/widgets/TimeSeriesWidgetUI/index.d.ts +4 -4
  474. package/dist/types/widgets/TimeSeriesWidgetUI/index.d.ts.map +1 -1
  475. package/dist/types/widgets/TimeSeriesWidgetUI/{timeSeriesUtils.d.ts → utils/time-series-utils.d.ts} +3 -3
  476. package/dist/types/widgets/TimeSeriesWidgetUI/utils/time-series-utils.d.ts.map +1 -0
  477. package/dist/types/widgets/TimeSeriesWidgetUI/utils/time-series-utils.test.d.ts +2 -0
  478. package/dist/types/widgets/TimeSeriesWidgetUI/utils/time-series-utils.test.d.ts.map +1 -0
  479. package/dist/types/widgets/TimeSeriesWidgetUI/{useTimeSeriesInteractivity.d.ts → utils/useTimeSeriesInteractivity.d.ts} +1 -1
  480. package/dist/types/widgets/TimeSeriesWidgetUI/utils/useTimeSeriesInteractivity.d.ts.map +1 -0
  481. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.d.ts +1 -1
  482. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.d.ts.map +1 -1
  483. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/transposeCategoryData.d.ts +1 -1
  484. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/transposeCategoryData.d.ts.map +1 -1
  485. package/dist/types/widgets/comparative/ComparativePieWidgetUI/ComparativePieWidgetUI.d.ts +1 -1
  486. package/dist/types/widgets/comparative/ComparativePieWidgetUI/ComparativePieWidgetUI.d.ts.map +1 -1
  487. package/dist/types/widgets/index.d.ts +1 -1
  488. package/dist/types/widgets/index.d.ts.map +1 -1
  489. package/dist/types/widgets/legend/LegendLayer.d.ts +1 -1
  490. package/dist/types/widgets/legend/LegendLayer.d.ts.map +1 -1
  491. package/dist/types/widgets/legend/LegendLayerVariable.d.ts +1 -1
  492. package/dist/types/widgets/legend/LegendLayerVariable.d.ts.map +1 -1
  493. package/dist/types/widgets/legend/LegendWidgetUI.d.ts +1 -1
  494. package/dist/types/widgets/legend/LegendWidgetUI.d.ts.map +1 -1
  495. package/dist/types/widgets/legend/LegendWidgetUI.styles.d.ts +1 -1
  496. package/dist/types/widgets/legend/index.d.ts +2 -2
  497. package/dist/types/widgets/legend/index.d.ts.map +1 -1
  498. package/dist/types/widgets/legend/legend-types/LegendCategories.d.ts +1 -1
  499. package/dist/types/widgets/legend/legend-types/LegendCategories.d.ts.map +1 -1
  500. package/dist/types/widgets/legend/legend-types/LegendIcon.d.ts +1 -1
  501. package/dist/types/widgets/legend/legend-types/LegendIcon.d.ts.map +1 -1
  502. package/dist/types/widgets/legend/legend-types/LegendProportion.d.ts +1 -1
  503. package/dist/types/widgets/legend/legend-types/LegendProportion.d.ts.map +1 -1
  504. package/dist/types/widgets/legend/legend-types/LegendRamp.d.ts +1 -1
  505. package/dist/types/widgets/legend/legend-types/LegendRamp.d.ts.map +1 -1
  506. package/dist/types/widgets/legend/legendFixtures.d.ts +1 -1
  507. package/dist/types/widgets/legend/legendFixtures.d.ts.map +1 -1
  508. package/dist/widgets/index.cjs +8 -8
  509. package/dist/widgets/index.js +2 -2
  510. package/package.json +6 -4
  511. package/dist/types/components/atoms/Button.d.ts.map +0 -1
  512. package/dist/types/components/atoms/Copy/CopiableComponent.d.ts.map +0 -1
  513. package/dist/types/components/atoms/Copy/CopiableInputText.d.ts.map +0 -1
  514. package/dist/types/components/atoms/Copy/copyString.d.ts.map +0 -1
  515. package/dist/types/components/atoms/Copy/index.d.ts.map +0 -1
  516. package/dist/types/components/atoms/Copy/types.d.ts.map +0 -1
  517. package/dist/types/components/atoms/Copy/useCopyValue.d.ts +0 -5
  518. package/dist/types/components/atoms/Copy/useCopyValue.d.ts.map +0 -1
  519. package/dist/types/components/atoms/IconButton.d.ts.map +0 -1
  520. package/dist/types/components/atoms/LabelWithIndicator.d.ts +0 -8
  521. package/dist/types/components/atoms/LabelWithIndicator.d.ts.map +0 -1
  522. package/dist/types/components/atoms/Link.d.ts.map +0 -1
  523. package/dist/types/components/atoms/PasswordField.d.ts.map +0 -1
  524. package/dist/types/components/atoms/ScreenReaderOnly.d.ts.map +0 -1
  525. package/dist/types/components/atoms/SelectField.d.ts.map +0 -1
  526. package/dist/types/components/atoms/SplitButton.d.ts.map +0 -1
  527. package/dist/types/components/atoms/ToggleButtonGroup.d.ts.map +0 -1
  528. package/dist/types/components/atoms/Typography.d.ts.map +0 -1
  529. package/dist/types/components/atoms/index.d.ts +0 -22
  530. package/dist/types/components/atoms/index.d.ts.map +0 -1
  531. package/dist/types/components/molecules/AccordionGroup.d.ts.map +0 -1
  532. package/dist/types/components/molecules/Alert.d.ts.map +0 -1
  533. package/dist/types/components/molecules/Autocomplete/Autocomplete.d.ts.map +0 -1
  534. package/dist/types/components/molecules/Autocomplete/AutocompleteList.d.ts.map +0 -1
  535. package/dist/types/components/molecules/Autocomplete/CreatableAutocomplete.d.ts.map +0 -1
  536. package/dist/types/components/molecules/Autocomplete/MultipleAutocomplete.d.ts.map +0 -1
  537. package/dist/types/components/molecules/Autocomplete/index.d.ts +0 -7
  538. package/dist/types/components/molecules/Autocomplete/index.d.ts.map +0 -1
  539. package/dist/types/components/molecules/Autocomplete/types.d.ts.map +0 -1
  540. package/dist/types/components/molecules/Autocomplete/useAutocomplete.d.ts.map +0 -1
  541. package/dist/types/components/molecules/Autocomplete/useAutocompleteRenderOption.d.ts.map +0 -1
  542. package/dist/types/components/molecules/Autocomplete/useCreatableAutocomplete.d.ts.map +0 -1
  543. package/dist/types/components/molecules/Autocomplete/useMultipleAutocomplete.d.ts.map +0 -1
  544. package/dist/types/components/molecules/Autocomplete/utils.d.ts.map +0 -1
  545. package/dist/types/components/molecules/Avatar.d.ts.map +0 -1
  546. package/dist/types/components/molecules/FilterDropdown/FilterDropdown.d.ts.map +0 -1
  547. package/dist/types/components/molecules/FilterDropdown/FilterDropdownMenuItem.d.ts.map +0 -1
  548. package/dist/types/components/molecules/FilterDropdown/index.d.ts.map +0 -1
  549. package/dist/types/components/molecules/FilterDropdown/types.d.ts.map +0 -1
  550. package/dist/types/components/molecules/Menu/Menu.d.ts +0 -9
  551. package/dist/types/components/molecules/Menu/Menu.d.ts.map +0 -1
  552. package/dist/types/components/molecules/Menu/MenuItem.d.ts +0 -11
  553. package/dist/types/components/molecules/Menu/MenuItem.d.ts.map +0 -1
  554. package/dist/types/components/molecules/Menu/MenuItemFilter.d.ts +0 -11
  555. package/dist/types/components/molecules/Menu/MenuItemFilter.d.ts.map +0 -1
  556. package/dist/types/components/molecules/Menu/MenuList.d.ts +0 -9
  557. package/dist/types/components/molecules/Menu/MenuList.d.ts.map +0 -1
  558. package/dist/types/components/molecules/Menu/index.d.ts +0 -9
  559. package/dist/types/components/molecules/Menu/index.d.ts.map +0 -1
  560. package/dist/types/components/molecules/MultipleSelectField/MultipleSelectField.d.ts +0 -22
  561. package/dist/types/components/molecules/MultipleSelectField/MultipleSelectField.d.ts.map +0 -1
  562. package/dist/types/components/molecules/MultipleSelectField/index.d.ts +0 -3
  563. package/dist/types/components/molecules/MultipleSelectField/index.d.ts.map +0 -1
  564. package/dist/types/components/molecules/MultipleSelectField/useMultipleSelectField.d.ts.map +0 -1
  565. package/dist/types/components/molecules/Snackbar.d.ts.map +0 -1
  566. package/dist/types/components/molecules/Table/TablePaginationActions.d.ts.map +0 -1
  567. package/dist/types/components/molecules/Table/index.d.ts.map +0 -1
  568. package/dist/types/components/molecules/Tag.d.ts.map +0 -1
  569. package/dist/types/components/molecules/UploadField/FilesAction.d.ts.map +0 -1
  570. package/dist/types/components/molecules/UploadField/StyledUploadField.d.ts.map +0 -1
  571. package/dist/types/components/molecules/UploadField/UploadField.d.ts.map +0 -1
  572. package/dist/types/components/molecules/UploadField/UploadFieldBase.d.ts.map +0 -1
  573. package/dist/types/components/molecules/UploadField/index.d.ts.map +0 -1
  574. package/dist/types/components/molecules/UploadField/useFileUpload.d.ts.map +0 -1
  575. package/dist/types/components/molecules/index.d.ts +0 -23
  576. package/dist/types/components/molecules/index.d.ts.map +0 -1
  577. package/dist/types/components/organisms/AppBar/AppBar.d.ts.map +0 -1
  578. package/dist/types/components/organisms/AppBar/BrandLogo.d.ts.map +0 -1
  579. package/dist/types/components/organisms/AppBar/BrandText.d.ts.map +0 -1
  580. package/dist/types/components/organisms/AppBar/BurgerMenu.d.ts.map +0 -1
  581. package/dist/types/components/organisms/AppBar/SecondaryText.d.ts.map +0 -1
  582. package/dist/types/components/organisms/AppBar/index.d.ts.map +0 -1
  583. package/dist/types/components/organisms/CodeArea/CodeAreaDialog/CodeAreaDialog.d.ts.map +0 -1
  584. package/dist/types/components/organisms/CodeArea/CodeAreaDialog/CodeAreaDialogConfirmation.d.ts.map +0 -1
  585. package/dist/types/components/organisms/CodeArea/CodeAreaDialog/CodeAreaDialogContent.d.ts.map +0 -1
  586. package/dist/types/components/organisms/CodeArea/CodeAreaDialog/CodeAreaDialogError.d.ts.map +0 -1
  587. package/dist/types/components/organisms/CodeArea/CodeAreaField.d.ts.map +0 -1
  588. package/dist/types/components/organisms/CodeArea/CodeAreaFooter.d.ts.map +0 -1
  589. package/dist/types/components/organisms/CodeArea/CodeAreaHeader.d.ts.map +0 -1
  590. package/dist/types/components/organisms/CodeArea/CodeAreaInput.d.ts.map +0 -1
  591. package/dist/types/components/organisms/CodeArea/CodeAreaTheme.d.ts.map +0 -1
  592. package/dist/types/components/organisms/CodeArea/index.d.ts +0 -12
  593. package/dist/types/components/organisms/CodeArea/index.d.ts.map +0 -1
  594. package/dist/types/components/organisms/CodeArea/types.d.ts.map +0 -1
  595. package/dist/types/components/organisms/CodeArea/useCodeAreaAutocompletion.d.ts.map +0 -1
  596. package/dist/types/components/organisms/CodeArea/utils.d.ts.map +0 -1
  597. package/dist/types/components/organisms/DatePickers/ClearButton.d.ts.map +0 -1
  598. package/dist/types/components/organisms/DatePickers/DateFieldContainer.d.ts.map +0 -1
  599. package/dist/types/components/organisms/DatePickers/DatePicker.d.ts.map +0 -1
  600. package/dist/types/components/organisms/DatePickers/DateRangePicker.d.ts.map +0 -1
  601. package/dist/types/components/organisms/DatePickers/DateTimePicker.d.ts.map +0 -1
  602. package/dist/types/components/organisms/DatePickers/PickersDay.d.ts.map +0 -1
  603. package/dist/types/components/organisms/DatePickers/TimePicker.d.ts.map +0 -1
  604. package/dist/types/components/organisms/DatePickers/index.d.ts +0 -5
  605. package/dist/types/components/organisms/DatePickers/index.d.ts.map +0 -1
  606. package/dist/types/components/organisms/DatePickers/types.d.ts.map +0 -1
  607. package/dist/types/components/organisms/DatePickers/utils.d.ts.map +0 -1
  608. package/dist/types/components/organisms/Dialog/Dialog.d.ts.map +0 -1
  609. package/dist/types/components/organisms/Dialog/DialogAlert.d.ts.map +0 -1
  610. package/dist/types/components/organisms/Dialog/DialogConfirmation.d.ts.map +0 -1
  611. package/dist/types/components/organisms/Dialog/DialogContent.d.ts.map +0 -1
  612. package/dist/types/components/organisms/Dialog/DialogFooter.d.ts.map +0 -1
  613. package/dist/types/components/organisms/Dialog/DialogHeader.d.ts.map +0 -1
  614. package/dist/types/components/organisms/Dialog/DialogPaper.d.ts.map +0 -1
  615. package/dist/types/components/organisms/Dialog/DialogStepper.d.ts.map +0 -1
  616. package/dist/types/components/organisms/Dialog/index.d.ts +0 -9
  617. package/dist/types/components/organisms/Dialog/index.d.ts.map +0 -1
  618. package/dist/types/components/organisms/Dialog/types.d.ts.map +0 -1
  619. package/dist/types/components/organisms/TooltipData.d.ts.map +0 -1
  620. package/dist/types/components/organisms/index.d.ts +0 -11
  621. package/dist/types/components/organisms/index.d.ts.map +0 -1
  622. package/dist/types/theme/helpers/theme-constants.d.ts.map +0 -1
  623. package/dist/types/theme/helpers/theme-utils.d.ts.map +0 -1
  624. package/dist/types/utils/animationUtils.d.ts.map +0 -1
  625. package/dist/types/utils/chartConstants.d.ts.map +0 -1
  626. package/dist/types/utils/detectTouchScreen.d.ts.map +0 -1
  627. package/dist/types/utils/formatterUtils.d.ts.map +0 -1
  628. package/dist/types/utils/legendUtils.d.ts.map +0 -1
  629. package/dist/types/utils/localeUtils.d.ts.map +0 -1
  630. package/dist/types/utils/paletteUtils.d.ts.map +0 -1
  631. package/dist/types/utils/uniqueId.d.ts.map +0 -1
  632. package/dist/types/widgets/TimeSeriesWidgetUI/timeSeriesUtils.d.ts.map +0 -1
  633. package/dist/types/widgets/TimeSeriesWidgetUI/timeSeriesUtils.test.d.ts +0 -2
  634. package/dist/types/widgets/TimeSeriesWidgetUI/timeSeriesUtils.test.d.ts.map +0 -1
  635. package/dist/types/widgets/TimeSeriesWidgetUI/useTimeSeriesInteractivity.d.ts.map +0 -1
  636. package/dist/{Link-CrGCrul0.cjs → Alert-BdmDjcVc.cjs} +129 -129
  637. /package/dist/{paletteUtils-B9ybmwiI.cjs → palette-utils-B9ybmwiI.cjs} +0 -0
  638. /package/dist/{paletteUtils-BHqJlHm9.js → palette-utils-BHqJlHm9.js} +0 -0
  639. /package/dist/types/components/{molecules → AccordionGroup}/AccordionGroup.d.ts +0 -0
  640. /package/dist/types/components/{molecules → Alert}/Alert.d.ts +0 -0
  641. /package/dist/types/components/{organisms/AppBar → AppBar}/AppBar.d.ts +0 -0
  642. /package/dist/types/components/{organisms/AppBar → AppBar/components}/BrandLogo.d.ts +0 -0
  643. /package/dist/types/components/{organisms/AppBar → AppBar/components}/BrandText.d.ts +0 -0
  644. /package/dist/types/components/{organisms/AppBar → AppBar/components}/BurgerMenu.d.ts +0 -0
  645. /package/dist/types/components/{organisms/AppBar → AppBar/components}/SecondaryText.d.ts +0 -0
  646. /package/dist/types/components/{organisms/AppBar → AppBar}/index.d.ts +0 -0
  647. /package/dist/types/components/{molecules → Autocomplete}/Autocomplete/useAutocomplete.d.ts +0 -0
  648. /package/dist/types/components/{molecules/Autocomplete → Autocomplete/AutocompleteList}/AutocompleteList.d.ts +0 -0
  649. /package/dist/types/components/{molecules/Autocomplete → Autocomplete/MultipleAutocomplete}/useMultipleAutocomplete.d.ts +0 -0
  650. /package/dist/types/components/{molecules → Avatar}/Avatar.d.ts +0 -0
  651. /package/dist/types/components/{atoms → Button}/Button.d.ts +0 -0
  652. /package/dist/types/components/{organisms/CodeArea → CodeArea}/CodeAreaDialog/CodeAreaDialog.d.ts +0 -0
  653. /package/dist/types/components/{organisms/CodeArea/CodeAreaDialog → CodeArea/CodeAreaDialog/components}/CodeAreaDialogConfirmation.d.ts +0 -0
  654. /package/dist/types/components/{organisms/CodeArea/CodeAreaDialog → CodeArea/CodeAreaDialog/components}/CodeAreaDialogContent.d.ts +0 -0
  655. /package/dist/types/components/{organisms/CodeArea/CodeAreaDialog → CodeArea/CodeAreaDialog/components}/CodeAreaDialogError.d.ts +0 -0
  656. /package/dist/types/components/{organisms/CodeArea → CodeArea/CodeAreaHeader}/CodeAreaHeader.d.ts +0 -0
  657. /package/dist/types/components/{organisms/CodeArea → CodeArea/CodeAreaInput}/CodeAreaInput.d.ts +0 -0
  658. /package/dist/types/components/{organisms/CodeArea → CodeArea}/CodeAreaTheme.d.ts +0 -0
  659. /package/dist/types/components/{organisms/CodeArea → CodeArea}/types.d.ts +0 -0
  660. /package/dist/types/components/{organisms/CodeArea → CodeArea/utils}/useCodeAreaAutocompletion.d.ts +0 -0
  661. /package/dist/types/components/{organisms/CodeArea → CodeArea/utils}/utils.d.ts +0 -0
  662. /package/dist/types/components/{atoms/Copy → CopiableComponent}/copyString.d.ts +0 -0
  663. /package/dist/types/components/{atoms/Copy → CopiableInputText}/CopiableInputText.d.ts +0 -0
  664. /package/dist/types/components/{organisms/DatePickers → DatePickers/shared}/ClearButton.d.ts +0 -0
  665. /package/dist/types/components/{organisms/DatePickers → DatePickers/shared}/DateFieldContainer.d.ts +0 -0
  666. /package/dist/types/components/{organisms/DatePickers → DatePickers}/types.d.ts +0 -0
  667. /package/dist/types/components/{organisms/DatePickers → DatePickers}/utils.d.ts +0 -0
  668. /package/dist/types/components/{molecules/FilterDropdown → FilterDropdown}/FilterDropdown.d.ts +0 -0
  669. /package/dist/types/components/{molecules/FilterDropdown → FilterDropdown}/types.d.ts +0 -0
  670. /package/dist/types/components/{atoms → IconButton}/IconButton.d.ts +0 -0
  671. /package/dist/types/components/{atoms → Link}/Link.d.ts +0 -0
  672. /package/dist/types/components/{atoms → PasswordField}/PasswordField.d.ts +0 -0
  673. /package/dist/types/components/{atoms → ScreenReaderOnly}/ScreenReaderOnly.d.ts +0 -0
  674. /package/dist/types/components/{molecules/Table → TablePaginationActions}/TablePaginationActions.d.ts +0 -0
  675. /package/dist/types/components/{molecules/Table → TablePaginationActions}/index.d.ts +0 -0
  676. /package/dist/types/components/{atoms → ToggleButtonGroup}/ToggleButtonGroup.d.ts +0 -0
  677. /package/dist/types/components/{organisms → TooltipData}/TooltipData.d.ts +0 -0
  678. /package/dist/types/components/{atoms → Typography}/Typography.d.ts +0 -0
  679. /package/dist/types/components/{molecules/UploadField → UploadField}/index.d.ts +0 -0
  680. /package/dist/types/components/{molecules/UploadField → UploadField}/useFileUpload.d.ts +0 -0
  681. /package/dist/types/theme/{helpers/css-baseline.d.ts → css-baseline.d.ts} +0 -0
  682. /package/dist/types/{theme/helpers → utils}/theme-constants.d.ts +0 -0
  683. /package/dist/types/{theme/helpers → utils}/theme-utils.d.ts +0 -0
@@ -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$35 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
9
+ const Icon$38 = () => /* @__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$35 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
15
15
  clipRule: "evenodd"
16
16
  }
17
17
  ) });
18
- const BaseSvgIcon$35 = material.createSvgIcon(Icon$35(), "AccessIn");
18
+ const BaseSvgIcon$38 = material.createSvgIcon(Icon$38(), "AccessIn");
19
19
  function AccessIn({ width, height, sx, ...props }, ref) {
20
20
  return /* @__PURE__ */ jsxRuntime.jsx(
21
- BaseSvgIcon$35,
21
+ BaseSvgIcon$38,
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$34 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
35
+ const Icon$37 = () => /* @__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$34 = material.createSvgIcon(Icon$34(), "AddApp");
42
+ const BaseSvgIcon$37 = material.createSvgIcon(Icon$37(), "AddApp");
43
43
  function AddApp({ width, height, sx, ...props }, ref) {
44
44
  return /* @__PURE__ */ jsxRuntime.jsx(
45
- BaseSvgIcon$34,
45
+ BaseSvgIcon$37,
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$33 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
59
+ const Icon$36 = () => /* @__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$33 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
65
65
  clipRule: "evenodd"
66
66
  }
67
67
  ) });
68
- const BaseSvgIcon$33 = material.createSvgIcon(Icon$33(), "AddSection");
68
+ const BaseSvgIcon$36 = material.createSvgIcon(Icon$36(), "AddSection");
69
69
  function AddSection({ width, height, sx, ...props }, ref) {
70
70
  return /* @__PURE__ */ jsxRuntime.jsx(
71
- BaseSvgIcon$33,
71
+ BaseSvgIcon$36,
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$32 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
85
+ const Icon$35 = () => /* @__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$32 = material.createSvgIcon(Icon$32(), "AdvancedSettings");
92
+ const BaseSvgIcon$35 = material.createSvgIcon(Icon$35(), "AdvancedSettings");
93
93
  function AdvancedSettings({ width, height, sx, ...props }, ref) {
94
94
  return /* @__PURE__ */ jsxRuntime.jsx(
95
- BaseSvgIcon$32,
95
+ BaseSvgIcon$35,
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$31 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
109
+ const Icon$34 = () => /* @__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$31 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
138
138
  }
139
139
  )
140
140
  ] });
141
- const BaseSvgIcon$31 = material.createSvgIcon(Icon$31(), "AiAgent");
141
+ const BaseSvgIcon$34 = material.createSvgIcon(Icon$34(), "AiAgent");
142
142
  function AiAgent({ width, height, sx, ...props }, ref) {
143
143
  return /* @__PURE__ */ jsxRuntime.jsx(
144
- BaseSvgIcon$31,
144
+ BaseSvgIcon$34,
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$30 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
158
+ const Icon$33 = () => /* @__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$30 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
173
173
  }
174
174
  )
175
175
  ] });
176
- const BaseSvgIcon$30 = material.createSvgIcon(Icon$30(), "AiGeneratedObject");
176
+ const BaseSvgIcon$33 = material.createSvgIcon(Icon$33(), "AiGeneratedObject");
177
177
  function AiGeneratedObject({ width, height, sx, ...props }, ref) {
178
178
  return /* @__PURE__ */ jsxRuntime.jsx(
179
- BaseSvgIcon$30,
179
+ BaseSvgIcon$33,
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$2$ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
193
+ const Icon$32 = () => /* @__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$2$ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
231
231
  }
232
232
  )
233
233
  ] });
234
- const BaseSvgIcon$2$ = material.createSvgIcon(Icon$2$(), "AiTool");
234
+ const BaseSvgIcon$32 = material.createSvgIcon(Icon$32(), "AiTool");
235
235
  function AiTool({ width, height, sx, ...props }, ref) {
236
236
  return /* @__PURE__ */ jsxRuntime.jsx(
237
- BaseSvgIcon$2$,
237
+ BaseSvgIcon$32,
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$2_ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
251
+ const Icon$31 = () => /* @__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$2_ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
268
268
  }
269
269
  )
270
270
  ] });
271
- const BaseSvgIcon$2_ = material.createSvgIcon(Icon$2_(), "Annotation");
271
+ const BaseSvgIcon$31 = material.createSvgIcon(Icon$31(), "Annotation");
272
272
  function Annotation({ width, height, sx, ...props }, ref) {
273
273
  return /* @__PURE__ */ jsxRuntime.jsx(
274
- BaseSvgIcon$2_,
274
+ BaseSvgIcon$31,
275
275
  {
276
276
  ref,
277
277
  viewBox: "0 0 24 24",
@@ -285,7 +285,7 @@ function Annotation({ width, height, sx, ...props }, ref) {
285
285
  );
286
286
  }
287
287
  const Annotation$1 = React.forwardRef(Annotation);
288
- const Icon$2Z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
288
+ const Icon$30 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
289
289
  /* @__PURE__ */ jsxRuntime.jsx(
290
290
  "path",
291
291
  {
@@ -310,10 +310,10 @@ const Icon$2Z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
310
310
  }
311
311
  )
312
312
  ] });
313
- const BaseSvgIcon$2Z = material.createSvgIcon(Icon$2Z(), "ApiCall");
313
+ const BaseSvgIcon$30 = material.createSvgIcon(Icon$30(), "ApiCall");
314
314
  function ApiCall({ width, height, sx, ...props }, ref) {
315
315
  return /* @__PURE__ */ jsxRuntime.jsx(
316
- BaseSvgIcon$2Z,
316
+ BaseSvgIcon$30,
317
317
  {
318
318
  ref,
319
319
  viewBox: "0 0 24 24",
@@ -327,7 +327,7 @@ function ApiCall({ width, height, sx, ...props }, ref) {
327
327
  );
328
328
  }
329
329
  const ApiCall$1 = React.forwardRef(ApiCall);
330
- const Icon$2Y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
330
+ const Icon$2$ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
331
331
  "path",
332
332
  {
333
333
  fill: "currentColor",
@@ -336,10 +336,10 @@ const Icon$2Y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
336
336
  clipRule: "evenodd"
337
337
  }
338
338
  ) });
339
- const BaseSvgIcon$2Y = material.createSvgIcon(Icon$2Y(), "ArrowLeft");
339
+ const BaseSvgIcon$2$ = material.createSvgIcon(Icon$2$(), "ArrowLeft");
340
340
  function ArrowLeft({ width, height, sx, ...props }, ref) {
341
341
  return /* @__PURE__ */ jsxRuntime.jsx(
342
- BaseSvgIcon$2Y,
342
+ BaseSvgIcon$2$,
343
343
  {
344
344
  ref,
345
345
  viewBox: "0 0 24 24",
@@ -353,7 +353,7 @@ function ArrowLeft({ width, height, sx, ...props }, ref) {
353
353
  );
354
354
  }
355
355
  const ArrowLeft$1 = React.forwardRef(ArrowLeft);
356
- const Icon$2X = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
356
+ const Icon$2_ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
357
357
  "path",
358
358
  {
359
359
  fill: "currentColor",
@@ -362,10 +362,10 @@ const Icon$2X = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
362
362
  clipRule: "evenodd"
363
363
  }
364
364
  ) });
365
- const BaseSvgIcon$2X = material.createSvgIcon(Icon$2X(), "ArrowRight");
365
+ const BaseSvgIcon$2_ = material.createSvgIcon(Icon$2_(), "ArrowRight");
366
366
  function ArrowRight({ width, height, sx, ...props }, ref) {
367
367
  return /* @__PURE__ */ jsxRuntime.jsx(
368
- BaseSvgIcon$2X,
368
+ BaseSvgIcon$2_,
369
369
  {
370
370
  ref,
371
371
  viewBox: "0 0 24 24",
@@ -379,7 +379,7 @@ function ArrowRight({ width, height, sx, ...props }, ref) {
379
379
  );
380
380
  }
381
381
  const ArrowRight$1 = React.forwardRef(ArrowRight);
382
- const Icon$2W = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
382
+ const Icon$2Z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
383
383
  /* @__PURE__ */ jsxRuntime.jsx(
384
384
  "path",
385
385
  {
@@ -404,10 +404,10 @@ const Icon$2W = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
404
404
  }
405
405
  )
406
406
  ] });
407
- const BaseSvgIcon$2W = material.createSvgIcon(Icon$2W(), "AsynchronousWait");
407
+ const BaseSvgIcon$2Z = material.createSvgIcon(Icon$2Z(), "AsynchronousWait");
408
408
  function AsynchronousWait({ width, height, sx, ...props }, ref) {
409
409
  return /* @__PURE__ */ jsxRuntime.jsx(
410
- BaseSvgIcon$2W,
410
+ BaseSvgIcon$2Z,
411
411
  {
412
412
  ref,
413
413
  viewBox: "0 0 24 24",
@@ -421,7 +421,7 @@ function AsynchronousWait({ width, height, sx, ...props }, ref) {
421
421
  );
422
422
  }
423
423
  const AsynchronousWait$1 = React.forwardRef(AsynchronousWait);
424
- const Icon$2V = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
424
+ const Icon$2Y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
425
425
  /* @__PURE__ */ jsxRuntime.jsx(
426
426
  "path",
427
427
  {
@@ -441,10 +441,10 @@ const Icon$2V = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
441
441
  }
442
442
  )
443
443
  ] });
444
- const BaseSvgIcon$2V = material.createSvgIcon(Icon$2V(), "Autostyle");
444
+ const BaseSvgIcon$2Y = material.createSvgIcon(Icon$2Y(), "Autostyle");
445
445
  function Autostyle({ width, height, sx, ...props }, ref) {
446
446
  return /* @__PURE__ */ jsxRuntime.jsx(
447
- BaseSvgIcon$2V,
447
+ BaseSvgIcon$2Y,
448
448
  {
449
449
  ref,
450
450
  viewBox: "0 0 24 24",
@@ -458,7 +458,7 @@ function Autostyle({ width, height, sx, ...props }, ref) {
458
458
  );
459
459
  }
460
460
  const Autostyle$1 = React.forwardRef(Autostyle);
461
- const Icon$2U = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
461
+ const Icon$2X = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
462
462
  /* @__PURE__ */ jsxRuntime.jsx(
463
463
  "path",
464
464
  {
@@ -476,10 +476,10 @@ const Icon$2U = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
476
476
  }
477
477
  )
478
478
  ] });
479
- const BaseSvgIcon$2U = material.createSvgIcon(Icon$2U(), "Avg");
479
+ const BaseSvgIcon$2X = material.createSvgIcon(Icon$2X(), "Avg");
480
480
  function Avg({ width, height, sx, ...props }, ref) {
481
481
  return /* @__PURE__ */ jsxRuntime.jsx(
482
- BaseSvgIcon$2U,
482
+ BaseSvgIcon$2X,
483
483
  {
484
484
  ref,
485
485
  viewBox: "0 0 24 24",
@@ -493,7 +493,7 @@ function Avg({ width, height, sx, ...props }, ref) {
493
493
  );
494
494
  }
495
495
  const Avg$1 = React.forwardRef(Avg);
496
- const Icon$2T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
496
+ const Icon$2W = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
497
497
  "path",
498
498
  {
499
499
  fill: "currentColor",
@@ -502,10 +502,10 @@ const Icon$2T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
502
502
  clipRule: "evenodd"
503
503
  }
504
504
  ) });
505
- const BaseSvgIcon$2T = material.createSvgIcon(Icon$2T(), "Behavioral");
505
+ const BaseSvgIcon$2W = material.createSvgIcon(Icon$2W(), "Behavioral");
506
506
  function Behavioral({ width, height, sx, ...props }, ref) {
507
507
  return /* @__PURE__ */ jsxRuntime.jsx(
508
- BaseSvgIcon$2T,
508
+ BaseSvgIcon$2W,
509
509
  {
510
510
  ref,
511
511
  viewBox: "0 0 24 24",
@@ -519,7 +519,7 @@ function Behavioral({ width, height, sx, ...props }, ref) {
519
519
  );
520
520
  }
521
521
  const Behavioral$1 = React.forwardRef(Behavioral);
522
- const Icon$2S = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
522
+ const Icon$2V = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
523
523
  /* @__PURE__ */ jsxRuntime.jsx(
524
524
  "path",
525
525
  {
@@ -537,10 +537,10 @@ const Icon$2S = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
537
537
  }
538
538
  )
539
539
  ] });
540
- const BaseSvgIcon$2S = material.createSvgIcon(Icon$2S(), "Bigquery");
540
+ const BaseSvgIcon$2V = material.createSvgIcon(Icon$2V(), "Bigquery");
541
541
  function Bigquery({ width, height, sx, ...props }, ref) {
542
542
  return /* @__PURE__ */ jsxRuntime.jsx(
543
- BaseSvgIcon$2S,
543
+ BaseSvgIcon$2V,
544
544
  {
545
545
  ref,
546
546
  viewBox: "0 0 24 24",
@@ -554,7 +554,7 @@ function Bigquery({ width, height, sx, ...props }, ref) {
554
554
  );
555
555
  }
556
556
  const Bigquery$1 = React.forwardRef(Bigquery);
557
- const Icon$2R = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
557
+ const Icon$2U = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
558
558
  "path",
559
559
  {
560
560
  fill: "currentColor",
@@ -563,10 +563,10 @@ const Icon$2R = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
563
563
  clipRule: "evenodd"
564
564
  }
565
565
  ) });
566
- const BaseSvgIcon$2R = material.createSvgIcon(Icon$2R(), "Blending");
566
+ const BaseSvgIcon$2U = material.createSvgIcon(Icon$2U(), "Blending");
567
567
  function Blending({ width, height, sx, ...props }, ref) {
568
568
  return /* @__PURE__ */ jsxRuntime.jsx(
569
- BaseSvgIcon$2R,
569
+ BaseSvgIcon$2U,
570
570
  {
571
571
  ref,
572
572
  viewBox: "0 0 24 24",
@@ -580,7 +580,7 @@ function Blending({ width, height, sx, ...props }, ref) {
580
580
  );
581
581
  }
582
582
  const Blending$1 = React.forwardRef(Blending);
583
- const Icon$2Q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
583
+ const Icon$2T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
584
584
  "path",
585
585
  {
586
586
  fill: "currentColor",
@@ -589,10 +589,10 @@ const Icon$2Q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
589
589
  clipRule: "evenodd"
590
590
  }
591
591
  ) });
592
- const BaseSvgIcon$2Q = material.createSvgIcon(Icon$2Q(), "BlockLabel");
592
+ const BaseSvgIcon$2T = material.createSvgIcon(Icon$2T(), "BlockLabel");
593
593
  function BlockLabel({ width, height, sx, ...props }, ref) {
594
594
  return /* @__PURE__ */ jsxRuntime.jsx(
595
- BaseSvgIcon$2Q,
595
+ BaseSvgIcon$2T,
596
596
  {
597
597
  ref,
598
598
  viewBox: "0 0 24 24",
@@ -606,7 +606,7 @@ function BlockLabel({ width, height, sx, ...props }, ref) {
606
606
  );
607
607
  }
608
608
  const BlockLabel$1 = React.forwardRef(BlockLabel);
609
- const Icon$2P = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
609
+ const Icon$2S = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
610
610
  /* @__PURE__ */ jsxRuntime.jsx(
611
611
  "path",
612
612
  {
@@ -624,10 +624,10 @@ const Icon$2P = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
624
624
  }
625
625
  )
626
626
  ] });
627
- const BaseSvgIcon$2P = material.createSvgIcon(Icon$2P(), "BlockLabelOff");
627
+ const BaseSvgIcon$2S = material.createSvgIcon(Icon$2S(), "BlockLabelOff");
628
628
  function BlockLabelOff({ width, height, sx, ...props }, ref) {
629
629
  return /* @__PURE__ */ jsxRuntime.jsx(
630
- BaseSvgIcon$2P,
630
+ BaseSvgIcon$2S,
631
631
  {
632
632
  ref,
633
633
  viewBox: "0 0 24 24",
@@ -641,17 +641,17 @@ function BlockLabelOff({ width, height, sx, ...props }, ref) {
641
641
  );
642
642
  }
643
643
  const BlockLabelOff$1 = React.forwardRef(BlockLabelOff);
644
- const Icon$2O = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
644
+ const Icon$2R = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
645
645
  "path",
646
646
  {
647
647
  fill: "currentColor",
648
648
  d: "M18 18v-2H6v2zM7.41 5.59 12 10.18l4.59-4.59L18 7l-6 6-6-6z"
649
649
  }
650
650
  ) });
651
- const BaseSvgIcon$2O = material.createSvgIcon(Icon$2O(), "BottomRow");
651
+ const BaseSvgIcon$2R = material.createSvgIcon(Icon$2R(), "BottomRow");
652
652
  function BottomRow({ width, height, sx, ...props }, ref) {
653
653
  return /* @__PURE__ */ jsxRuntime.jsx(
654
- BaseSvgIcon$2O,
654
+ BaseSvgIcon$2R,
655
655
  {
656
656
  ref,
657
657
  viewBox: "0 0 24 24",
@@ -665,7 +665,62 @@ function BottomRow({ width, height, sx, ...props }, ref) {
665
665
  );
666
666
  }
667
667
  const BottomRow$1 = React.forwardRef(BottomRow);
668
- const Icon$2N = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
668
+ const Icon$2Q = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
669
+ "path",
670
+ {
671
+ fill: "currentColor",
672
+ fillRule: "evenodd",
673
+ d: "M12 4a8 8 0 1 1 0 16 8 8 0 0 1 0-16m0 2a6 6 0 1 0 0 12 6 6 0 0 0 0-12",
674
+ clipRule: "evenodd"
675
+ }
676
+ ) });
677
+ const BaseSvgIcon$2Q = material.createSvgIcon(Icon$2Q(), "BulletPointAlt");
678
+ function BulletPointAlt({ width, height, sx, ...props }, ref) {
679
+ return /* @__PURE__ */ jsxRuntime.jsx(
680
+ BaseSvgIcon$2Q,
681
+ {
682
+ ref,
683
+ viewBox: "0 0 24 24",
684
+ sx: {
685
+ width,
686
+ height: height || width,
687
+ ...sx
688
+ },
689
+ ...props
690
+ }
691
+ );
692
+ }
693
+ const BulletPointAlt$1 = React.forwardRef(BulletPointAlt);
694
+ const Icon$2P = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
695
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M12 9a3 3 0 1 1 0 6 3 3 0 0 1 0-6" }),
696
+ /* @__PURE__ */ jsxRuntime.jsx(
697
+ "path",
698
+ {
699
+ fill: "currentColor",
700
+ fillRule: "evenodd",
701
+ d: "M12 4a8 8 0 1 1 0 16 8 8 0 0 1 0-16m0 2a6 6 0 1 0 0 12 6 6 0 0 0 0-12",
702
+ clipRule: "evenodd"
703
+ }
704
+ )
705
+ ] });
706
+ const BaseSvgIcon$2P = material.createSvgIcon(Icon$2P(), "BulletPointCheckedAlt");
707
+ function BulletPointCheckedAlt({ width, height, sx, ...props }, ref) {
708
+ return /* @__PURE__ */ jsxRuntime.jsx(
709
+ BaseSvgIcon$2P,
710
+ {
711
+ ref,
712
+ viewBox: "0 0 24 24",
713
+ sx: {
714
+ width,
715
+ height: height || width,
716
+ ...sx
717
+ },
718
+ ...props
719
+ }
720
+ );
721
+ }
722
+ const BulletPointCheckedAlt$1 = React.forwardRef(BulletPointCheckedAlt);
723
+ const Icon$2O = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
669
724
  /* @__PURE__ */ jsxRuntime.jsx(
670
725
  "path",
671
726
  {
@@ -683,10 +738,10 @@ const Icon$2N = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
683
738
  }
684
739
  )
685
740
  ] });
686
- const BaseSvgIcon$2N = material.createSvgIcon(Icon$2N(), "Carto");
741
+ const BaseSvgIcon$2O = material.createSvgIcon(Icon$2O(), "Carto");
687
742
  function Carto({ width, height, sx, ...props }, ref) {
688
743
  return /* @__PURE__ */ jsxRuntime.jsx(
689
- BaseSvgIcon$2N,
744
+ BaseSvgIcon$2O,
690
745
  {
691
746
  ref,
692
747
  viewBox: "0 0 24 24",
@@ -700,7 +755,7 @@ function Carto({ width, height, sx, ...props }, ref) {
700
755
  );
701
756
  }
702
757
  const Carto$1 = React.forwardRef(Carto);
703
- const Icon$2M = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
758
+ const Icon$2N = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
704
759
  /* @__PURE__ */ jsxRuntime.jsx(
705
760
  "path",
706
761
  {
@@ -716,10 +771,10 @@ const Icon$2M = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
716
771
  }
717
772
  )
718
773
  ] });
719
- const BaseSvgIcon$2M = material.createSvgIcon(Icon$2M(), "CartoAi");
774
+ const BaseSvgIcon$2N = material.createSvgIcon(Icon$2N(), "CartoAi");
720
775
  function CartoAi({ width, height, sx, ...props }, ref) {
721
776
  return /* @__PURE__ */ jsxRuntime.jsx(
722
- BaseSvgIcon$2M,
777
+ BaseSvgIcon$2N,
723
778
  {
724
779
  ref,
725
780
  viewBox: "0 0 24 24",
@@ -733,7 +788,7 @@ function CartoAi({ width, height, sx, ...props }, ref) {
733
788
  );
734
789
  }
735
790
  const CartoAi$1 = React.forwardRef(CartoAi);
736
- const Icon$2L = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
791
+ const Icon$2M = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
737
792
  /* @__PURE__ */ jsxRuntime.jsx(
738
793
  "path",
739
794
  {
@@ -751,10 +806,10 @@ const Icon$2L = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
751
806
  }
752
807
  )
753
808
  ] });
754
- const BaseSvgIcon$2L = material.createSvgIcon(Icon$2L(), "CartoSymbol");
809
+ const BaseSvgIcon$2M = material.createSvgIcon(Icon$2M(), "CartoSymbol");
755
810
  function CartoSymbol({ width, height, sx, ...props }, ref) {
756
811
  return /* @__PURE__ */ jsxRuntime.jsx(
757
- BaseSvgIcon$2L,
812
+ BaseSvgIcon$2M,
758
813
  {
759
814
  ref,
760
815
  viewBox: "0 0 24 24",
@@ -768,7 +823,7 @@ function CartoSymbol({ width, height, sx, ...props }, ref) {
768
823
  );
769
824
  }
770
825
  const CartoSymbol$1 = React.forwardRef(CartoSymbol);
771
- const Icon$2K = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
826
+ const Icon$2L = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
772
827
  /* @__PURE__ */ jsxRuntime.jsxs(
773
828
  "g",
774
829
  {
@@ -784,10 +839,10 @@ const Icon$2K = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
784
839
  ),
785
840
  /* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
786
841
  ] });
787
- const BaseSvgIcon$2K = material.createSvgIcon(Icon$2K(), "CatalogView");
842
+ const BaseSvgIcon$2L = material.createSvgIcon(Icon$2L(), "CatalogView");
788
843
  function CatalogView({ width, height, sx, ...props }, ref) {
789
844
  return /* @__PURE__ */ jsxRuntime.jsx(
790
- BaseSvgIcon$2K,
845
+ BaseSvgIcon$2L,
791
846
  {
792
847
  ref,
793
848
  viewBox: "0 0 24 24",
@@ -801,7 +856,7 @@ function CatalogView({ width, height, sx, ...props }, ref) {
801
856
  );
802
857
  }
803
858
  const CatalogView$1 = React.forwardRef(CatalogView);
804
- const Icon$2J = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
859
+ const Icon$2K = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
805
860
  /* @__PURE__ */ jsxRuntime.jsx(
806
861
  "path",
807
862
  {
@@ -821,10 +876,10 @@ const Icon$2J = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
821
876
  }
822
877
  )
823
878
  ] });
824
- const BaseSvgIcon$2J = material.createSvgIcon(Icon$2J(), "CatastropheModeling");
879
+ const BaseSvgIcon$2K = material.createSvgIcon(Icon$2K(), "CatastropheModeling");
825
880
  function CatastropheModeling({ width, height, sx, ...props }, ref) {
826
881
  return /* @__PURE__ */ jsxRuntime.jsx(
827
- BaseSvgIcon$2J,
882
+ BaseSvgIcon$2K,
828
883
  {
829
884
  ref,
830
885
  viewBox: "0 0 24 24",
@@ -838,7 +893,7 @@ function CatastropheModeling({ width, height, sx, ...props }, ref) {
838
893
  );
839
894
  }
840
895
  const CatastropheModeling$1 = React.forwardRef(CatastropheModeling);
841
- const Icon$2I = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
896
+ const Icon$2J = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
842
897
  "path",
843
898
  {
844
899
  fill: "currentColor",
@@ -847,10 +902,10 @@ const Icon$2I = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
847
902
  clipRule: "evenodd"
848
903
  }
849
904
  ) });
850
- const BaseSvgIcon$2I = material.createSvgIcon(Icon$2I(), "Center");
905
+ const BaseSvgIcon$2J = material.createSvgIcon(Icon$2J(), "Center");
851
906
  function Center({ width, height, sx, ...props }, ref) {
852
907
  return /* @__PURE__ */ jsxRuntime.jsx(
853
- BaseSvgIcon$2I,
908
+ BaseSvgIcon$2J,
854
909
  {
855
910
  ref,
856
911
  viewBox: "0 0 24 24",
@@ -864,7 +919,7 @@ function Center({ width, height, sx, ...props }, ref) {
864
919
  );
865
920
  }
866
921
  const Center$1 = React.forwardRef(Center);
867
- const Icon$2H = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
922
+ const Icon$2I = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
868
923
  "path",
869
924
  {
870
925
  fill: "currentColor",
@@ -873,10 +928,10 @@ const Icon$2H = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
873
928
  clipRule: "evenodd"
874
929
  }
875
930
  ) });
876
- const BaseSvgIcon$2H = material.createSvgIcon(Icon$2H(), "CenterLayer");
931
+ const BaseSvgIcon$2I = material.createSvgIcon(Icon$2I(), "CenterLayer");
877
932
  function CenterLayer({ width, height, sx, ...props }, ref) {
878
933
  return /* @__PURE__ */ jsxRuntime.jsx(
879
- BaseSvgIcon$2H,
934
+ BaseSvgIcon$2I,
880
935
  {
881
936
  ref,
882
937
  viewBox: "0 0 24 24",
@@ -890,7 +945,7 @@ function CenterLayer({ width, height, sx, ...props }, ref) {
890
945
  );
891
946
  }
892
947
  const CenterLayer$1 = React.forwardRef(CenterLayer);
893
- const Icon$2G = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
948
+ const Icon$2H = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
894
949
  "path",
895
950
  {
896
951
  fill: "currentColor",
@@ -899,10 +954,10 @@ const Icon$2G = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
899
954
  clipRule: "evenodd"
900
955
  }
901
956
  ) });
902
- const BaseSvgIcon$2G = material.createSvgIcon(Icon$2G(), "CloseDiagonallyLeft");
957
+ const BaseSvgIcon$2H = material.createSvgIcon(Icon$2H(), "CloseDiagonallyLeft");
903
958
  function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
904
959
  return /* @__PURE__ */ jsxRuntime.jsx(
905
- BaseSvgIcon$2G,
960
+ BaseSvgIcon$2H,
906
961
  {
907
962
  ref,
908
963
  viewBox: "0 0 24 24",
@@ -916,7 +971,7 @@ function CloseDiagonallyLeft({ width, height, sx, ...props }, ref) {
916
971
  );
917
972
  }
918
973
  const CloseDiagonallyLeft$1 = React.forwardRef(CloseDiagonallyLeft);
919
- const Icon$2F = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
974
+ const Icon$2G = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
920
975
  "path",
921
976
  {
922
977
  fill: "currentColor",
@@ -925,10 +980,10 @@ const Icon$2F = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
925
980
  clipRule: "evenodd"
926
981
  }
927
982
  ) });
928
- const BaseSvgIcon$2F = material.createSvgIcon(Icon$2F(), "CloseVertically");
983
+ const BaseSvgIcon$2G = material.createSvgIcon(Icon$2G(), "CloseVertically");
929
984
  function CloseVertically({ width, height, sx, ...props }, ref) {
930
985
  return /* @__PURE__ */ jsxRuntime.jsx(
931
- BaseSvgIcon$2F,
986
+ BaseSvgIcon$2G,
932
987
  {
933
988
  ref,
934
989
  viewBox: "0 0 24 24",
@@ -942,7 +997,7 @@ function CloseVertically({ width, height, sx, ...props }, ref) {
942
997
  );
943
998
  }
944
999
  const CloseVertically$1 = React.forwardRef(CloseVertically);
945
- const Icon$2E = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1000
+ const Icon$2F = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
946
1001
  /* @__PURE__ */ jsxRuntime.jsx(
947
1002
  "path",
948
1003
  {
@@ -958,10 +1013,10 @@ const Icon$2E = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
958
1013
  }
959
1014
  )
960
1015
  ] });
961
- const BaseSvgIcon$2E = material.createSvgIcon(Icon$2E(), "CodeBlock");
1016
+ const BaseSvgIcon$2F = material.createSvgIcon(Icon$2F(), "CodeBlock");
962
1017
  function CodeBlock({ width, height, sx, ...props }, ref) {
963
1018
  return /* @__PURE__ */ jsxRuntime.jsx(
964
- BaseSvgIcon$2E,
1019
+ BaseSvgIcon$2F,
965
1020
  {
966
1021
  ref,
967
1022
  viewBox: "0 0 24 24",
@@ -975,17 +1030,17 @@ function CodeBlock({ width, height, sx, ...props }, ref) {
975
1030
  );
976
1031
  }
977
1032
  const CodeBlock$1 = React.forwardRef(CodeBlock);
978
- const Icon$2D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1033
+ const Icon$2E = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
979
1034
  "path",
980
1035
  {
981
1036
  fill: "currentColor",
982
1037
  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"
983
1038
  }
984
1039
  ) });
985
- const BaseSvgIcon$2D = material.createSvgIcon(Icon$2D(), "Comments");
1040
+ const BaseSvgIcon$2E = material.createSvgIcon(Icon$2E(), "Comments");
986
1041
  function Comments({ width, height, sx, ...props }, ref) {
987
1042
  return /* @__PURE__ */ jsxRuntime.jsx(
988
- BaseSvgIcon$2D,
1043
+ BaseSvgIcon$2E,
989
1044
  {
990
1045
  ref,
991
1046
  viewBox: "0 0 24 24",
@@ -999,7 +1054,7 @@ function Comments({ width, height, sx, ...props }, ref) {
999
1054
  );
1000
1055
  }
1001
1056
  const Comments$1 = React.forwardRef(Comments);
1002
- const Icon$2C = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1057
+ const Icon$2D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1003
1058
  "path",
1004
1059
  {
1005
1060
  fill: "currentColor",
@@ -1008,10 +1063,10 @@ const Icon$2C = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1008
1063
  clipRule: "evenodd"
1009
1064
  }
1010
1065
  ) });
1011
- const BaseSvgIcon$2C = material.createSvgIcon(Icon$2C(), "Console");
1066
+ const BaseSvgIcon$2D = material.createSvgIcon(Icon$2D(), "Console");
1012
1067
  function Console({ width, height, sx, ...props }, ref) {
1013
1068
  return /* @__PURE__ */ jsxRuntime.jsx(
1014
- BaseSvgIcon$2C,
1069
+ BaseSvgIcon$2D,
1015
1070
  {
1016
1071
  ref,
1017
1072
  viewBox: "0 0 24 24",
@@ -1025,7 +1080,7 @@ function Console({ width, height, sx, ...props }, ref) {
1025
1080
  );
1026
1081
  }
1027
1082
  const Console$1 = React.forwardRef(Console);
1028
- const Icon$2B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1083
+ const Icon$2C = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1029
1084
  "path",
1030
1085
  {
1031
1086
  fill: "currentColor",
@@ -1034,10 +1089,10 @@ const Icon$2B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1034
1089
  clipRule: "evenodd"
1035
1090
  }
1036
1091
  ) });
1037
- const BaseSvgIcon$2B = material.createSvgIcon(Icon$2B(), "Covid19");
1092
+ const BaseSvgIcon$2C = material.createSvgIcon(Icon$2C(), "Covid19");
1038
1093
  function Covid19({ width, height, sx, ...props }, ref) {
1039
1094
  return /* @__PURE__ */ jsxRuntime.jsx(
1040
- BaseSvgIcon$2B,
1095
+ BaseSvgIcon$2C,
1041
1096
  {
1042
1097
  ref,
1043
1098
  viewBox: "0 0 24 24",
@@ -1051,7 +1106,7 @@ function Covid19({ width, height, sx, ...props }, ref) {
1051
1106
  );
1052
1107
  }
1053
1108
  const Covid19$1 = React.forwardRef(Covid19);
1054
- const Icon$2A = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1109
+ const Icon$2B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1055
1110
  "path",
1056
1111
  {
1057
1112
  fill: "currentColor",
@@ -1060,10 +1115,10 @@ const Icon$2A = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1060
1115
  clipRule: "evenodd"
1061
1116
  }
1062
1117
  ) });
1063
- const BaseSvgIcon$2A = material.createSvgIcon(Icon$2A(), "CreateMap");
1118
+ const BaseSvgIcon$2B = material.createSvgIcon(Icon$2B(), "CreateMap");
1064
1119
  function CreateMap({ width, height, sx, ...props }, ref) {
1065
1120
  return /* @__PURE__ */ jsxRuntime.jsx(
1066
- BaseSvgIcon$2A,
1121
+ BaseSvgIcon$2B,
1067
1122
  {
1068
1123
  ref,
1069
1124
  viewBox: "0 0 24 24",
@@ -1077,17 +1132,17 @@ function CreateMap({ width, height, sx, ...props }, ref) {
1077
1132
  );
1078
1133
  }
1079
1134
  const CreateMap$1 = React.forwardRef(CreateMap);
1080
- const Icon$2z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1135
+ const Icon$2A = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1081
1136
  "path",
1082
1137
  {
1083
1138
  fill: "currentColor",
1084
1139
  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"
1085
1140
  }
1086
1141
  ) });
1087
- const BaseSvgIcon$2z = material.createSvgIcon(Icon$2z(), "CreateSpatialAnalysis");
1142
+ const BaseSvgIcon$2A = material.createSvgIcon(Icon$2A(), "CreateSpatialAnalysis");
1088
1143
  function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
1089
1144
  return /* @__PURE__ */ jsxRuntime.jsx(
1090
- BaseSvgIcon$2z,
1145
+ BaseSvgIcon$2A,
1091
1146
  {
1092
1147
  ref,
1093
1148
  viewBox: "0 0 24 24",
@@ -1101,7 +1156,7 @@ function CreateSpatialAnalysis({ width, height, sx, ...props }, ref) {
1101
1156
  );
1102
1157
  }
1103
1158
  const CreateSpatialAnalysis$1 = React.forwardRef(CreateSpatialAnalysis);
1104
- const Icon$2y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1159
+ const Icon$2z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1105
1160
  /* @__PURE__ */ jsxRuntime.jsx(
1106
1161
  "path",
1107
1162
  {
@@ -1119,10 +1174,10 @@ const Icon$2y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1119
1174
  }
1120
1175
  )
1121
1176
  ] });
1122
- const BaseSvgIcon$2y = material.createSvgIcon(Icon$2y(), "CreateTileset");
1177
+ const BaseSvgIcon$2z = material.createSvgIcon(Icon$2z(), "CreateTileset");
1123
1178
  function CreateTileset({ width, height, sx, ...props }, ref) {
1124
1179
  return /* @__PURE__ */ jsxRuntime.jsx(
1125
- BaseSvgIcon$2y,
1180
+ BaseSvgIcon$2z,
1126
1181
  {
1127
1182
  ref,
1128
1183
  viewBox: "0 0 24 24",
@@ -1136,7 +1191,7 @@ function CreateTileset({ width, height, sx, ...props }, ref) {
1136
1191
  );
1137
1192
  }
1138
1193
  const CreateTileset$1 = React.forwardRef(CreateTileset);
1139
- const Icon$2x = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1194
+ const Icon$2y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1140
1195
  "path",
1141
1196
  {
1142
1197
  fill: "currentColor",
@@ -1145,10 +1200,10 @@ const Icon$2x = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1145
1200
  clipRule: "evenodd"
1146
1201
  }
1147
1202
  ) });
1148
- const BaseSvgIcon$2x = material.createSvgIcon(Icon$2x(), "CreateWorkflow");
1203
+ const BaseSvgIcon$2y = material.createSvgIcon(Icon$2y(), "CreateWorkflow");
1149
1204
  function CreateWorkflow({ width, height, sx, ...props }, ref) {
1150
1205
  return /* @__PURE__ */ jsxRuntime.jsx(
1151
- BaseSvgIcon$2x,
1206
+ BaseSvgIcon$2y,
1152
1207
  {
1153
1208
  ref,
1154
1209
  viewBox: "0 0 24 24",
@@ -1162,7 +1217,7 @@ function CreateWorkflow({ width, height, sx, ...props }, ref) {
1162
1217
  );
1163
1218
  }
1164
1219
  const CreateWorkflow$1 = React.forwardRef(CreateWorkflow);
1165
- const Icon$2w = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1220
+ const Icon$2x = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1166
1221
  "path",
1167
1222
  {
1168
1223
  fill: "currentColor",
@@ -1171,10 +1226,10 @@ const Icon$2w = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1171
1226
  clipRule: "evenodd"
1172
1227
  }
1173
1228
  ) });
1174
- const BaseSvgIcon$2w = material.createSvgIcon(Icon$2w(), "Data");
1229
+ const BaseSvgIcon$2x = material.createSvgIcon(Icon$2x(), "Data");
1175
1230
  function Data({ width, height, sx, ...props }, ref) {
1176
1231
  return /* @__PURE__ */ jsxRuntime.jsx(
1177
- BaseSvgIcon$2w,
1232
+ BaseSvgIcon$2x,
1178
1233
  {
1179
1234
  ref,
1180
1235
  viewBox: "0 0 24 24",
@@ -1188,7 +1243,7 @@ function Data({ width, height, sx, ...props }, ref) {
1188
1243
  );
1189
1244
  }
1190
1245
  const Data$1 = React.forwardRef(Data);
1191
- const Icon$2v = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1246
+ const Icon$2w = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1192
1247
  /* @__PURE__ */ jsxRuntime.jsx(
1193
1248
  "path",
1194
1249
  {
@@ -1208,10 +1263,10 @@ const Icon$2v = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1208
1263
  }
1209
1264
  )
1210
1265
  ] });
1211
- const BaseSvgIcon$2v = material.createSvgIcon(Icon$2v(), "DataAccess");
1266
+ const BaseSvgIcon$2w = material.createSvgIcon(Icon$2w(), "DataAccess");
1212
1267
  function DataAccess({ width, height, sx, ...props }, ref) {
1213
1268
  return /* @__PURE__ */ jsxRuntime.jsx(
1214
- BaseSvgIcon$2v,
1269
+ BaseSvgIcon$2w,
1215
1270
  {
1216
1271
  ref,
1217
1272
  viewBox: "0 0 24 24",
@@ -1225,7 +1280,7 @@ function DataAccess({ width, height, sx, ...props }, ref) {
1225
1280
  );
1226
1281
  }
1227
1282
  const DataAccess$1 = React.forwardRef(DataAccess);
1228
- const Icon$2u = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1283
+ const Icon$2v = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1229
1284
  /* @__PURE__ */ jsxRuntime.jsx(
1230
1285
  "path",
1231
1286
  {
@@ -1245,10 +1300,10 @@ const Icon$2u = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1245
1300
  }
1246
1301
  )
1247
1302
  ] });
1248
- const BaseSvgIcon$2u = material.createSvgIcon(Icon$2u(), "DataExplorer");
1303
+ const BaseSvgIcon$2v = material.createSvgIcon(Icon$2v(), "DataExplorer");
1249
1304
  function DataExplorer({ width, height, sx, ...props }, ref) {
1250
1305
  return /* @__PURE__ */ jsxRuntime.jsx(
1251
- BaseSvgIcon$2u,
1306
+ BaseSvgIcon$2v,
1252
1307
  {
1253
1308
  ref,
1254
1309
  viewBox: "0 0 24 24",
@@ -1262,7 +1317,7 @@ function DataExplorer({ width, height, sx, ...props }, ref) {
1262
1317
  );
1263
1318
  }
1264
1319
  const DataExplorer$1 = React.forwardRef(DataExplorer);
1265
- const Icon$2t = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1320
+ const Icon$2u = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1266
1321
  /* @__PURE__ */ jsxRuntime.jsx(
1267
1322
  "path",
1268
1323
  {
@@ -1282,10 +1337,10 @@ const Icon$2t = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1282
1337
  }
1283
1338
  )
1284
1339
  ] });
1285
- const BaseSvgIcon$2t = material.createSvgIcon(Icon$2t(), "DataFilter");
1340
+ const BaseSvgIcon$2u = material.createSvgIcon(Icon$2u(), "DataFilter");
1286
1341
  function DataFilter({ width, height, sx, ...props }, ref) {
1287
1342
  return /* @__PURE__ */ jsxRuntime.jsx(
1288
- BaseSvgIcon$2t,
1343
+ BaseSvgIcon$2u,
1289
1344
  {
1290
1345
  ref,
1291
1346
  viewBox: "0 0 24 24",
@@ -1299,7 +1354,7 @@ function DataFilter({ width, height, sx, ...props }, ref) {
1299
1354
  );
1300
1355
  }
1301
1356
  const DataFilter$1 = React.forwardRef(DataFilter);
1302
- const Icon$2s = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1357
+ const Icon$2t = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1303
1358
  /* @__PURE__ */ jsxRuntime.jsx(
1304
1359
  "path",
1305
1360
  {
@@ -1317,10 +1372,10 @@ const Icon$2s = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1317
1372
  }
1318
1373
  )
1319
1374
  ] });
1320
- const BaseSvgIcon$2s = material.createSvgIcon(Icon$2s(), "DataMonetization");
1375
+ const BaseSvgIcon$2t = material.createSvgIcon(Icon$2t(), "DataMonetization");
1321
1376
  function DataMonetization({ width, height, sx, ...props }, ref) {
1322
1377
  return /* @__PURE__ */ jsxRuntime.jsx(
1323
- BaseSvgIcon$2s,
1378
+ BaseSvgIcon$2t,
1324
1379
  {
1325
1380
  ref,
1326
1381
  viewBox: "0 0 24 24",
@@ -1334,7 +1389,7 @@ function DataMonetization({ width, height, sx, ...props }, ref) {
1334
1389
  );
1335
1390
  }
1336
1391
  const DataMonetization$1 = React.forwardRef(DataMonetization);
1337
- const Icon$2r = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1392
+ const Icon$2s = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1338
1393
  "path",
1339
1394
  {
1340
1395
  fill: "currentColor",
@@ -1343,10 +1398,10 @@ const Icon$2r = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1343
1398
  clipRule: "evenodd"
1344
1399
  }
1345
1400
  ) });
1346
- const BaseSvgIcon$2r = material.createSvgIcon(Icon$2r(), "DataObservatory");
1401
+ const BaseSvgIcon$2s = material.createSvgIcon(Icon$2s(), "DataObservatory");
1347
1402
  function DataObservatory({ width, height, sx, ...props }, ref) {
1348
1403
  return /* @__PURE__ */ jsxRuntime.jsx(
1349
- BaseSvgIcon$2r,
1404
+ BaseSvgIcon$2s,
1350
1405
  {
1351
1406
  ref,
1352
1407
  viewBox: "0 0 24 24",
@@ -1360,7 +1415,7 @@ function DataObservatory({ width, height, sx, ...props }, ref) {
1360
1415
  );
1361
1416
  }
1362
1417
  const DataObservatory$1 = React.forwardRef(DataObservatory);
1363
- const Icon$2q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1418
+ const Icon$2r = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1364
1419
  /* @__PURE__ */ jsxRuntime.jsx(
1365
1420
  "path",
1366
1421
  {
@@ -1378,10 +1433,10 @@ const Icon$2q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1378
1433
  }
1379
1434
  )
1380
1435
  ] });
1381
- const BaseSvgIcon$2q = material.createSvgIcon(Icon$2q(), "DataOk");
1436
+ const BaseSvgIcon$2r = material.createSvgIcon(Icon$2r(), "DataOk");
1382
1437
  function DataOk({ width, height, sx, ...props }, ref) {
1383
1438
  return /* @__PURE__ */ jsxRuntime.jsx(
1384
- BaseSvgIcon$2q,
1439
+ BaseSvgIcon$2r,
1385
1440
  {
1386
1441
  ref,
1387
1442
  viewBox: "0 0 24 24",
@@ -1395,7 +1450,7 @@ function DataOk({ width, height, sx, ...props }, ref) {
1395
1450
  );
1396
1451
  }
1397
1452
  const DataOk$1 = React.forwardRef(DataOk);
1398
- const Icon$2p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1453
+ const Icon$2q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1399
1454
  /* @__PURE__ */ jsxRuntime.jsx(
1400
1455
  "path",
1401
1456
  {
@@ -1415,10 +1470,10 @@ const Icon$2p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1415
1470
  }
1416
1471
  )
1417
1472
  ] });
1418
- const BaseSvgIcon$2p = material.createSvgIcon(Icon$2p(), "DataPending");
1473
+ const BaseSvgIcon$2q = material.createSvgIcon(Icon$2q(), "DataPending");
1419
1474
  function DataPending({ width, height, sx, ...props }, ref) {
1420
1475
  return /* @__PURE__ */ jsxRuntime.jsx(
1421
- BaseSvgIcon$2p,
1476
+ BaseSvgIcon$2q,
1422
1477
  {
1423
1478
  ref,
1424
1479
  viewBox: "0 0 24 24",
@@ -1432,7 +1487,7 @@ function DataPending({ width, height, sx, ...props }, ref) {
1432
1487
  );
1433
1488
  }
1434
1489
  const DataPending$1 = React.forwardRef(DataPending);
1435
- const Icon$2o = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1490
+ const Icon$2p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1436
1491
  /* @__PURE__ */ jsxRuntime.jsx(
1437
1492
  "path",
1438
1493
  {
@@ -1450,10 +1505,10 @@ const Icon$2o = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1450
1505
  }
1451
1506
  )
1452
1507
  ] });
1453
- const BaseSvgIcon$2o = material.createSvgIcon(Icon$2o(), "DataPremium");
1508
+ const BaseSvgIcon$2p = material.createSvgIcon(Icon$2p(), "DataPremium");
1454
1509
  function DataPremium({ width, height, sx, ...props }, ref) {
1455
1510
  return /* @__PURE__ */ jsxRuntime.jsx(
1456
- BaseSvgIcon$2o,
1511
+ BaseSvgIcon$2p,
1457
1512
  {
1458
1513
  ref,
1459
1514
  viewBox: "0 0 24 24",
@@ -1467,7 +1522,7 @@ function DataPremium({ width, height, sx, ...props }, ref) {
1467
1522
  );
1468
1523
  }
1469
1524
  const DataPremium$1 = React.forwardRef(DataPremium);
1470
- const Icon$2n = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1525
+ const Icon$2o = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1471
1526
  /* @__PURE__ */ jsxRuntime.jsx(
1472
1527
  "path",
1473
1528
  {
@@ -1487,10 +1542,10 @@ const Icon$2n = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1487
1542
  }
1488
1543
  )
1489
1544
  ] });
1490
- const BaseSvgIcon$2n = material.createSvgIcon(Icon$2n(), "DataPublic");
1545
+ const BaseSvgIcon$2o = material.createSvgIcon(Icon$2o(), "DataPublic");
1491
1546
  function DataPublic({ width, height, sx, ...props }, ref) {
1492
1547
  return /* @__PURE__ */ jsxRuntime.jsx(
1493
- BaseSvgIcon$2n,
1548
+ BaseSvgIcon$2o,
1494
1549
  {
1495
1550
  ref,
1496
1551
  viewBox: "0 0 24 24",
@@ -1504,7 +1559,7 @@ function DataPublic({ width, height, sx, ...props }, ref) {
1504
1559
  );
1505
1560
  }
1506
1561
  const DataPublic$1 = React.forwardRef(DataPublic);
1507
- const Icon$2m = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1562
+ const Icon$2n = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1508
1563
  /* @__PURE__ */ jsxRuntime.jsx(
1509
1564
  "path",
1510
1565
  {
@@ -1524,10 +1579,10 @@ const Icon$2m = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1524
1579
  }
1525
1580
  )
1526
1581
  ] });
1527
- const BaseSvgIcon$2m = material.createSvgIcon(Icon$2m(), "DataSample");
1582
+ const BaseSvgIcon$2n = material.createSvgIcon(Icon$2n(), "DataSample");
1528
1583
  function DataSample({ width, height, sx, ...props }, ref) {
1529
1584
  return /* @__PURE__ */ jsxRuntime.jsx(
1530
- BaseSvgIcon$2m,
1585
+ BaseSvgIcon$2n,
1531
1586
  {
1532
1587
  ref,
1533
1588
  viewBox: "0 0 24 24",
@@ -1541,7 +1596,7 @@ function DataSample({ width, height, sx, ...props }, ref) {
1541
1596
  );
1542
1597
  }
1543
1598
  const DataSample$1 = React.forwardRef(DataSample);
1544
- const Icon$2l = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1599
+ const Icon$2m = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1545
1600
  "path",
1546
1601
  {
1547
1602
  fill: "currentColor",
@@ -1550,10 +1605,10 @@ const Icon$2l = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1550
1605
  clipRule: "evenodd"
1551
1606
  }
1552
1607
  ) });
1553
- const BaseSvgIcon$2l = material.createSvgIcon(Icon$2l(), "DataUnavailable");
1608
+ const BaseSvgIcon$2m = material.createSvgIcon(Icon$2m(), "DataUnavailable");
1554
1609
  function DataUnavailable({ width, height, sx, ...props }, ref) {
1555
1610
  return /* @__PURE__ */ jsxRuntime.jsx(
1556
- BaseSvgIcon$2l,
1611
+ BaseSvgIcon$2m,
1557
1612
  {
1558
1613
  ref,
1559
1614
  viewBox: "0 0 24 24",
@@ -1567,7 +1622,7 @@ function DataUnavailable({ width, height, sx, ...props }, ref) {
1567
1622
  );
1568
1623
  }
1569
1624
  const DataUnavailable$1 = React.forwardRef(DataUnavailable);
1570
- const Icon$2k = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1625
+ const Icon$2l = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1571
1626
  "path",
1572
1627
  {
1573
1628
  fill: "currentColor",
@@ -1576,10 +1631,10 @@ const Icon$2k = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1576
1631
  clipRule: "evenodd"
1577
1632
  }
1578
1633
  ) });
1579
- const BaseSvgIcon$2k = material.createSvgIcon(Icon$2k(), "Databricks");
1634
+ const BaseSvgIcon$2l = material.createSvgIcon(Icon$2l(), "Databricks");
1580
1635
  function Databricks({ width, height, sx, ...props }, ref) {
1581
1636
  return /* @__PURE__ */ jsxRuntime.jsx(
1582
- BaseSvgIcon$2k,
1637
+ BaseSvgIcon$2l,
1583
1638
  {
1584
1639
  ref,
1585
1640
  viewBox: "0 0 24 24",
@@ -1593,7 +1648,7 @@ function Databricks({ width, height, sx, ...props }, ref) {
1593
1648
  );
1594
1649
  }
1595
1650
  const Databricks$1 = React.forwardRef(Databricks);
1596
- const Icon$2j = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1651
+ const Icon$2k = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1597
1652
  "path",
1598
1653
  {
1599
1654
  fill: "currentColor",
@@ -1602,10 +1657,10 @@ const Icon$2j = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1602
1657
  clipRule: "evenodd"
1603
1658
  }
1604
1659
  ) });
1605
- const BaseSvgIcon$2j = material.createSvgIcon(Icon$2j(), "Demographics");
1660
+ const BaseSvgIcon$2k = material.createSvgIcon(Icon$2k(), "Demographics");
1606
1661
  function Demographics({ width, height, sx, ...props }, ref) {
1607
1662
  return /* @__PURE__ */ jsxRuntime.jsx(
1608
- BaseSvgIcon$2j,
1663
+ BaseSvgIcon$2k,
1609
1664
  {
1610
1665
  ref,
1611
1666
  viewBox: "0 0 24 24",
@@ -1619,7 +1674,7 @@ function Demographics({ width, height, sx, ...props }, ref) {
1619
1674
  );
1620
1675
  }
1621
1676
  const Demographics$1 = React.forwardRef(Demographics);
1622
- const Icon$2i = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1677
+ const Icon$2j = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1623
1678
  "path",
1624
1679
  {
1625
1680
  fill: "currentColor",
@@ -1628,10 +1683,10 @@ const Icon$2i = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1628
1683
  clipRule: "evenodd"
1629
1684
  }
1630
1685
  ) });
1631
- const BaseSvgIcon$2i = material.createSvgIcon(Icon$2i(), "Derived");
1686
+ const BaseSvgIcon$2j = material.createSvgIcon(Icon$2j(), "Derived");
1632
1687
  function Derived({ width, height, sx, ...props }, ref) {
1633
1688
  return /* @__PURE__ */ jsxRuntime.jsx(
1634
- BaseSvgIcon$2i,
1689
+ BaseSvgIcon$2j,
1635
1690
  {
1636
1691
  ref,
1637
1692
  viewBox: "0 0 24 24",
@@ -1645,7 +1700,7 @@ function Derived({ width, height, sx, ...props }, ref) {
1645
1700
  );
1646
1701
  }
1647
1702
  const Derived$1 = React.forwardRef(Derived);
1648
- const Icon$2h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1703
+ const Icon$2i = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1649
1704
  "path",
1650
1705
  {
1651
1706
  fill: "currentColor",
@@ -1654,10 +1709,10 @@ const Icon$2h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1654
1709
  clipRule: "evenodd"
1655
1710
  }
1656
1711
  ) });
1657
- const BaseSvgIcon$2h = material.createSvgIcon(Icon$2h(), "Distance");
1712
+ const BaseSvgIcon$2i = material.createSvgIcon(Icon$2i(), "Distance");
1658
1713
  function Distance({ width, height, sx, ...props }, ref) {
1659
1714
  return /* @__PURE__ */ jsxRuntime.jsx(
1660
- BaseSvgIcon$2h,
1715
+ BaseSvgIcon$2i,
1661
1716
  {
1662
1717
  ref,
1663
1718
  viewBox: "0 0 24 24",
@@ -1671,11 +1726,11 @@ function Distance({ width, height, sx, ...props }, ref) {
1671
1726
  );
1672
1727
  }
1673
1728
  const Distance$1 = React.forwardRef(Distance);
1674
- const Icon$2g = () => /* @__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" }) });
1675
- const BaseSvgIcon$2g = material.createSvgIcon(Icon$2g(), "Dot");
1729
+ const Icon$2h = () => /* @__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$2h = material.createSvgIcon(Icon$2h(), "Dot");
1676
1731
  function Dot({ width, height, sx, ...props }, ref) {
1677
1732
  return /* @__PURE__ */ jsxRuntime.jsx(
1678
- BaseSvgIcon$2g,
1733
+ BaseSvgIcon$2h,
1679
1734
  {
1680
1735
  ref,
1681
1736
  viewBox: "0 0 24 24",
@@ -1689,7 +1744,7 @@ function Dot({ width, height, sx, ...props }, ref) {
1689
1744
  );
1690
1745
  }
1691
1746
  const Dot$1 = React.forwardRef(Dot);
1692
- const Icon$2f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1747
+ const Icon$2g = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1693
1748
  "path",
1694
1749
  {
1695
1750
  fill: "currentColor",
@@ -1698,10 +1753,10 @@ const Icon$2f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1698
1753
  clipRule: "evenodd"
1699
1754
  }
1700
1755
  ) });
1701
- const BaseSvgIcon$2f = material.createSvgIcon(Icon$2f(), "DrawCircle");
1756
+ const BaseSvgIcon$2g = material.createSvgIcon(Icon$2g(), "DrawCircle");
1702
1757
  function DrawCircle({ width, height, sx, ...props }, ref) {
1703
1758
  return /* @__PURE__ */ jsxRuntime.jsx(
1704
- BaseSvgIcon$2f,
1759
+ BaseSvgIcon$2g,
1705
1760
  {
1706
1761
  ref,
1707
1762
  viewBox: "0 0 24 24",
@@ -1715,7 +1770,7 @@ function DrawCircle({ width, height, sx, ...props }, ref) {
1715
1770
  );
1716
1771
  }
1717
1772
  const DrawCircle$1 = React.forwardRef(DrawCircle);
1718
- const Icon$2e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1773
+ const Icon$2f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1719
1774
  "path",
1720
1775
  {
1721
1776
  fill: "currentColor",
@@ -1724,10 +1779,10 @@ const Icon$2e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1724
1779
  clipRule: "evenodd"
1725
1780
  }
1726
1781
  ) });
1727
- const BaseSvgIcon$2e = material.createSvgIcon(Icon$2e(), "DrawLasso");
1782
+ const BaseSvgIcon$2f = material.createSvgIcon(Icon$2f(), "DrawLasso");
1728
1783
  function DrawLasso({ width, height, sx, ...props }, ref) {
1729
1784
  return /* @__PURE__ */ jsxRuntime.jsx(
1730
- BaseSvgIcon$2e,
1785
+ BaseSvgIcon$2f,
1731
1786
  {
1732
1787
  ref,
1733
1788
  viewBox: "0 0 24 24",
@@ -1741,17 +1796,17 @@ function DrawLasso({ width, height, sx, ...props }, ref) {
1741
1796
  );
1742
1797
  }
1743
1798
  const DrawLasso$1 = React.forwardRef(DrawLasso);
1744
- const Icon$2d = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1799
+ const Icon$2e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1745
1800
  "path",
1746
1801
  {
1747
1802
  fill: "currentColor",
1748
1803
  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"
1749
1804
  }
1750
1805
  ) });
1751
- const BaseSvgIcon$2d = material.createSvgIcon(Icon$2d(), "DrawLine");
1806
+ const BaseSvgIcon$2e = material.createSvgIcon(Icon$2e(), "DrawLine");
1752
1807
  function DrawLine({ width, height, sx, ...props }, ref) {
1753
1808
  return /* @__PURE__ */ jsxRuntime.jsx(
1754
- BaseSvgIcon$2d,
1809
+ BaseSvgIcon$2e,
1755
1810
  {
1756
1811
  ref,
1757
1812
  viewBox: "0 0 24 24",
@@ -1765,7 +1820,7 @@ function DrawLine({ width, height, sx, ...props }, ref) {
1765
1820
  );
1766
1821
  }
1767
1822
  const DrawLine$1 = React.forwardRef(DrawLine);
1768
- const Icon$2c = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1823
+ const Icon$2d = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1769
1824
  "path",
1770
1825
  {
1771
1826
  fill: "currentColor",
@@ -1774,10 +1829,10 @@ const Icon$2c = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1774
1829
  clipRule: "evenodd"
1775
1830
  }
1776
1831
  ) });
1777
- const BaseSvgIcon$2c = material.createSvgIcon(Icon$2c(), "DrawPolygon");
1832
+ const BaseSvgIcon$2d = material.createSvgIcon(Icon$2d(), "DrawPolygon");
1778
1833
  function DrawPolygon({ width, height, sx, ...props }, ref) {
1779
1834
  return /* @__PURE__ */ jsxRuntime.jsx(
1780
- BaseSvgIcon$2c,
1835
+ BaseSvgIcon$2d,
1781
1836
  {
1782
1837
  ref,
1783
1838
  viewBox: "0 0 24 24",
@@ -1791,7 +1846,7 @@ function DrawPolygon({ width, height, sx, ...props }, ref) {
1791
1846
  );
1792
1847
  }
1793
1848
  const DrawPolygon$1 = React.forwardRef(DrawPolygon);
1794
- const Icon$2b = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1849
+ const Icon$2c = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1795
1850
  "path",
1796
1851
  {
1797
1852
  fill: "currentColor",
@@ -1800,10 +1855,10 @@ const Icon$2b = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1800
1855
  clipRule: "evenodd"
1801
1856
  }
1802
1857
  ) });
1803
- const BaseSvgIcon$2b = material.createSvgIcon(Icon$2b(), "DrawSquare");
1858
+ const BaseSvgIcon$2c = material.createSvgIcon(Icon$2c(), "DrawSquare");
1804
1859
  function DrawSquare({ width, height, sx, ...props }, ref) {
1805
1860
  return /* @__PURE__ */ jsxRuntime.jsx(
1806
- BaseSvgIcon$2b,
1861
+ BaseSvgIcon$2c,
1807
1862
  {
1808
1863
  ref,
1809
1864
  viewBox: "0 0 24 24",
@@ -1817,7 +1872,7 @@ function DrawSquare({ width, height, sx, ...props }, ref) {
1817
1872
  );
1818
1873
  }
1819
1874
  const DrawSquare$1 = React.forwardRef(DrawSquare);
1820
- const Icon$2a = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1875
+ const Icon$2b = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
1821
1876
  /* @__PURE__ */ jsxRuntime.jsx(
1822
1877
  "path",
1823
1878
  {
@@ -1835,10 +1890,10 @@ const Icon$2a = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
1835
1890
  }
1836
1891
  )
1837
1892
  ] });
1838
- const BaseSvgIcon$2a = material.createSvgIcon(Icon$2a(), "DropAPin");
1893
+ const BaseSvgIcon$2b = material.createSvgIcon(Icon$2b(), "DropAPin");
1839
1894
  function DropAPin({ width, height, sx, ...props }, ref) {
1840
1895
  return /* @__PURE__ */ jsxRuntime.jsx(
1841
- BaseSvgIcon$2a,
1896
+ BaseSvgIcon$2b,
1842
1897
  {
1843
1898
  ref,
1844
1899
  viewBox: "0 0 24 24",
@@ -1852,7 +1907,7 @@ function DropAPin({ width, height, sx, ...props }, ref) {
1852
1907
  );
1853
1908
  }
1854
1909
  const DropAPin$1 = React.forwardRef(DropAPin);
1855
- const Icon$29 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1910
+ const Icon$2a = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1856
1911
  "path",
1857
1912
  {
1858
1913
  fill: "currentColor",
@@ -1861,10 +1916,10 @@ const Icon$29 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1861
1916
  clipRule: "evenodd"
1862
1917
  }
1863
1918
  ) });
1864
- const BaseSvgIcon$29 = material.createSvgIcon(Icon$29(), "DualMap");
1919
+ const BaseSvgIcon$2a = material.createSvgIcon(Icon$2a(), "DualMap");
1865
1920
  function DualMap({ width, height, sx, ...props }, ref) {
1866
1921
  return /* @__PURE__ */ jsxRuntime.jsx(
1867
- BaseSvgIcon$29,
1922
+ BaseSvgIcon$2a,
1868
1923
  {
1869
1924
  ref,
1870
1925
  viewBox: "0 0 24 24",
@@ -1878,7 +1933,7 @@ function DualMap({ width, height, sx, ...props }, ref) {
1878
1933
  );
1879
1934
  }
1880
1935
  const DualMap$1 = React.forwardRef(DualMap);
1881
- const Icon$28 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1936
+ const Icon$29 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1882
1937
  "path",
1883
1938
  {
1884
1939
  fill: "currentColor",
@@ -1887,10 +1942,10 @@ const Icon$28 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1887
1942
  clipRule: "evenodd"
1888
1943
  }
1889
1944
  ) });
1890
- const BaseSvgIcon$28 = material.createSvgIcon(Icon$28(), "Environmental");
1945
+ const BaseSvgIcon$29 = material.createSvgIcon(Icon$29(), "Environmental");
1891
1946
  function Environmental({ width, height, sx, ...props }, ref) {
1892
1947
  return /* @__PURE__ */ jsxRuntime.jsx(
1893
- BaseSvgIcon$28,
1948
+ BaseSvgIcon$29,
1894
1949
  {
1895
1950
  ref,
1896
1951
  viewBox: "0 0 24 24",
@@ -1904,7 +1959,7 @@ function Environmental({ width, height, sx, ...props }, ref) {
1904
1959
  );
1905
1960
  }
1906
1961
  const Environmental$1 = React.forwardRef(Environmental);
1907
- const Icon$27 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1962
+ const Icon$28 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1908
1963
  "path",
1909
1964
  {
1910
1965
  fill: "currentColor",
@@ -1913,10 +1968,10 @@ const Icon$27 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1913
1968
  clipRule: "evenodd"
1914
1969
  }
1915
1970
  ) });
1916
- const BaseSvgIcon$27 = material.createSvgIcon(Icon$27(), "EnvironmentalManagement");
1971
+ const BaseSvgIcon$28 = material.createSvgIcon(Icon$28(), "EnvironmentalManagement");
1917
1972
  function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
1918
1973
  return /* @__PURE__ */ jsxRuntime.jsx(
1919
- BaseSvgIcon$27,
1974
+ BaseSvgIcon$28,
1920
1975
  {
1921
1976
  ref,
1922
1977
  viewBox: "0 0 24 24",
@@ -1930,11 +1985,11 @@ function EnvironmentalManagement({ width, height, sx, ...props }, ref) {
1930
1985
  );
1931
1986
  }
1932
1987
  const EnvironmentalManagement$1 = React.forwardRef(EnvironmentalManagement);
1933
- const Icon$26 = () => /* @__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" }) });
1934
- const BaseSvgIcon$26 = material.createSvgIcon(Icon$26(), "Equal");
1988
+ const Icon$27 = () => /* @__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$27 = material.createSvgIcon(Icon$27(), "Equal");
1935
1990
  function Equal({ width, height, sx, ...props }, ref) {
1936
1991
  return /* @__PURE__ */ jsxRuntime.jsx(
1937
- BaseSvgIcon$26,
1992
+ BaseSvgIcon$27,
1938
1993
  {
1939
1994
  ref,
1940
1995
  viewBox: "0 0 24 24",
@@ -1948,7 +2003,7 @@ function Equal({ width, height, sx, ...props }, ref) {
1948
2003
  );
1949
2004
  }
1950
2005
  const Equal$1 = React.forwardRef(Equal);
1951
- const Icon$25 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2006
+ const Icon$26 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1952
2007
  "path",
1953
2008
  {
1954
2009
  fill: "currentColor",
@@ -1957,10 +2012,10 @@ const Icon$25 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1957
2012
  clipRule: "evenodd"
1958
2013
  }
1959
2014
  ) });
1960
- const BaseSvgIcon$25 = material.createSvgIcon(Icon$25(), "ExitToAppLeft");
2015
+ const BaseSvgIcon$26 = material.createSvgIcon(Icon$26(), "ExitToAppLeft");
1961
2016
  function ExitToAppLeft({ width, height, sx, ...props }, ref) {
1962
2017
  return /* @__PURE__ */ jsxRuntime.jsx(
1963
- BaseSvgIcon$25,
2018
+ BaseSvgIcon$26,
1964
2019
  {
1965
2020
  ref,
1966
2021
  viewBox: "0 0 24 24",
@@ -1974,7 +2029,7 @@ function ExitToAppLeft({ width, height, sx, ...props }, ref) {
1974
2029
  );
1975
2030
  }
1976
2031
  const ExitToAppLeft$1 = React.forwardRef(ExitToAppLeft);
1977
- const Icon$24 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2032
+ const Icon$25 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
1978
2033
  "path",
1979
2034
  {
1980
2035
  fill: "currentColor",
@@ -1983,10 +2038,10 @@ const Icon$24 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
1983
2038
  clipRule: "evenodd"
1984
2039
  }
1985
2040
  ) });
1986
- const BaseSvgIcon$24 = material.createSvgIcon(Icon$24(), "Fabric");
2041
+ const BaseSvgIcon$25 = material.createSvgIcon(Icon$25(), "Fabric");
1987
2042
  function Fabric({ width, height, sx, ...props }, ref) {
1988
2043
  return /* @__PURE__ */ jsxRuntime.jsx(
1989
- BaseSvgIcon$24,
2044
+ BaseSvgIcon$25,
1990
2045
  {
1991
2046
  ref,
1992
2047
  viewBox: "0 0 24 24",
@@ -2000,7 +2055,7 @@ function Fabric({ width, height, sx, ...props }, ref) {
2000
2055
  );
2001
2056
  }
2002
2057
  const Fabric$1 = React.forwardRef(Fabric);
2003
- const Icon$23 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2058
+ const Icon$24 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2004
2059
  "path",
2005
2060
  {
2006
2061
  fill: "currentColor",
@@ -2009,10 +2064,10 @@ const Icon$23 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2009
2064
  clipRule: "evenodd"
2010
2065
  }
2011
2066
  ) });
2012
- const BaseSvgIcon$23 = material.createSvgIcon(Icon$23(), "Facebook");
2067
+ const BaseSvgIcon$24 = material.createSvgIcon(Icon$24(), "Facebook");
2013
2068
  function Facebook({ width, height, sx, ...props }, ref) {
2014
2069
  return /* @__PURE__ */ jsxRuntime.jsx(
2015
- BaseSvgIcon$23,
2070
+ BaseSvgIcon$24,
2016
2071
  {
2017
2072
  ref,
2018
2073
  viewBox: "0 0 24 24",
@@ -2026,7 +2081,7 @@ function Facebook({ width, height, sx, ...props }, ref) {
2026
2081
  );
2027
2082
  }
2028
2083
  const Facebook$1 = React.forwardRef(Facebook);
2029
- const Icon$22 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2084
+ const Icon$23 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2030
2085
  "path",
2031
2086
  {
2032
2087
  fill: "currentColor",
@@ -2035,10 +2090,10 @@ const Icon$22 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2035
2090
  clipRule: "evenodd"
2036
2091
  }
2037
2092
  ) });
2038
- const BaseSvgIcon$22 = material.createSvgIcon(Icon$22(), "Financial");
2093
+ const BaseSvgIcon$23 = material.createSvgIcon(Icon$23(), "Financial");
2039
2094
  function Financial({ width, height, sx, ...props }, ref) {
2040
2095
  return /* @__PURE__ */ jsxRuntime.jsx(
2041
- BaseSvgIcon$22,
2096
+ BaseSvgIcon$23,
2042
2097
  {
2043
2098
  ref,
2044
2099
  viewBox: "0 0 24 24",
@@ -2052,17 +2107,17 @@ function Financial({ width, height, sx, ...props }, ref) {
2052
2107
  );
2053
2108
  }
2054
2109
  const Financial$1 = React.forwardRef(Financial);
2055
- const Icon$21 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2110
+ const Icon$22 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2056
2111
  "path",
2057
2112
  {
2058
2113
  fill: "currentColor",
2059
2114
  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"
2060
2115
  }
2061
2116
  ) });
2062
- const BaseSvgIcon$21 = material.createSvgIcon(Icon$21(), "FlipInverse");
2117
+ const BaseSvgIcon$22 = material.createSvgIcon(Icon$22(), "FlipInverse");
2063
2118
  function FlipInverse({ width, height, sx, ...props }, ref) {
2064
2119
  return /* @__PURE__ */ jsxRuntime.jsx(
2065
- BaseSvgIcon$21,
2120
+ BaseSvgIcon$22,
2066
2121
  {
2067
2122
  ref,
2068
2123
  viewBox: "0 0 24 24",
@@ -2076,7 +2131,7 @@ function FlipInverse({ width, height, sx, ...props }, ref) {
2076
2131
  );
2077
2132
  }
2078
2133
  const FlipInverse$1 = React.forwardRef(FlipInverse);
2079
- const Icon$20 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2134
+ const Icon$21 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2080
2135
  /* @__PURE__ */ jsxRuntime.jsx(
2081
2136
  "path",
2082
2137
  {
@@ -2096,10 +2151,10 @@ const Icon$20 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2096
2151
  }
2097
2152
  )
2098
2153
  ] });
2099
- const BaseSvgIcon$20 = material.createSvgIcon(Icon$20(), "Framed");
2154
+ const BaseSvgIcon$21 = material.createSvgIcon(Icon$21(), "Framed");
2100
2155
  function Framed({ width, height, sx, ...props }, ref) {
2101
2156
  return /* @__PURE__ */ jsxRuntime.jsx(
2102
- BaseSvgIcon$20,
2157
+ BaseSvgIcon$21,
2103
2158
  {
2104
2159
  ref,
2105
2160
  viewBox: "0 0 24 24",
@@ -2113,7 +2168,7 @@ function Framed({ width, height, sx, ...props }, ref) {
2113
2168
  );
2114
2169
  }
2115
2170
  const Framed$1 = React.forwardRef(Framed);
2116
- const Icon$1$ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2171
+ const Icon$20 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2117
2172
  /* @__PURE__ */ jsxRuntime.jsx(
2118
2173
  "path",
2119
2174
  {
@@ -2140,10 +2195,10 @@ const Icon$1$ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2140
2195
  }
2141
2196
  )
2142
2197
  ] });
2143
- const BaseSvgIcon$1$ = material.createSvgIcon(Icon$1$(), "FraudDetection");
2198
+ const BaseSvgIcon$20 = material.createSvgIcon(Icon$20(), "FraudDetection");
2144
2199
  function FraudDetection({ width, height, sx, ...props }, ref) {
2145
2200
  return /* @__PURE__ */ jsxRuntime.jsx(
2146
- BaseSvgIcon$1$,
2201
+ BaseSvgIcon$20,
2147
2202
  {
2148
2203
  ref,
2149
2204
  viewBox: "0 0 24 24",
@@ -2157,7 +2212,7 @@ function FraudDetection({ width, height, sx, ...props }, ref) {
2157
2212
  );
2158
2213
  }
2159
2214
  const FraudDetection$1 = React.forwardRef(FraudDetection);
2160
- const Icon$1_ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2215
+ const Icon$1$ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2161
2216
  "path",
2162
2217
  {
2163
2218
  fill: "currentColor",
@@ -2166,10 +2221,10 @@ const Icon$1_ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2166
2221
  clipRule: "evenodd"
2167
2222
  }
2168
2223
  ) });
2169
- const BaseSvgIcon$1_ = material.createSvgIcon(Icon$1_(), "Functions");
2224
+ const BaseSvgIcon$1$ = material.createSvgIcon(Icon$1$(), "Functions");
2170
2225
  function Functions({ width, height, sx, ...props }, ref) {
2171
2226
  return /* @__PURE__ */ jsxRuntime.jsx(
2172
- BaseSvgIcon$1_,
2227
+ BaseSvgIcon$1$,
2173
2228
  {
2174
2229
  ref,
2175
2230
  viewBox: "0 0 24 24",
@@ -2183,7 +2238,7 @@ function Functions({ width, height, sx, ...props }, ref) {
2183
2238
  );
2184
2239
  }
2185
2240
  const Functions$1 = React.forwardRef(Functions);
2186
- const Icon$1Z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2241
+ const Icon$1_ = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2187
2242
  /* @__PURE__ */ jsxRuntime.jsx(
2188
2243
  "path",
2189
2244
  {
@@ -2206,10 +2261,10 @@ const Icon$1Z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2206
2261
  }
2207
2262
  )
2208
2263
  ] });
2209
- const BaseSvgIcon$1Z = material.createSvgIcon(Icon$1Z(), "GeneratingDescription");
2264
+ const BaseSvgIcon$1_ = material.createSvgIcon(Icon$1_(), "GeneratingDescription");
2210
2265
  function GeneratingDescription({ width, height, sx, ...props }, ref) {
2211
2266
  return /* @__PURE__ */ jsxRuntime.jsx(
2212
- BaseSvgIcon$1Z,
2267
+ BaseSvgIcon$1_,
2213
2268
  {
2214
2269
  ref,
2215
2270
  viewBox: "0 0 24 24",
@@ -2223,7 +2278,7 @@ function GeneratingDescription({ width, height, sx, ...props }, ref) {
2223
2278
  );
2224
2279
  }
2225
2280
  const GeneratingDescription$1 = React.forwardRef(GeneratingDescription);
2226
- const Icon$1Y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2281
+ const Icon$1Z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2227
2282
  /* @__PURE__ */ jsxRuntime.jsx(
2228
2283
  "path",
2229
2284
  {
@@ -2243,10 +2298,10 @@ const Icon$1Y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2243
2298
  }
2244
2299
  )
2245
2300
  ] });
2246
- const BaseSvgIcon$1Y = material.createSvgIcon(Icon$1Y(), "GeocodeTable");
2301
+ const BaseSvgIcon$1Z = material.createSvgIcon(Icon$1Z(), "GeocodeTable");
2247
2302
  function GeocodeTable({ width, height, sx, ...props }, ref) {
2248
2303
  return /* @__PURE__ */ jsxRuntime.jsx(
2249
- BaseSvgIcon$1Y,
2304
+ BaseSvgIcon$1Z,
2250
2305
  {
2251
2306
  ref,
2252
2307
  viewBox: "0 0 24 24",
@@ -2260,7 +2315,7 @@ function GeocodeTable({ width, height, sx, ...props }, ref) {
2260
2315
  );
2261
2316
  }
2262
2317
  const GeocodeTable$1 = React.forwardRef(GeocodeTable);
2263
- const Icon$1X = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2318
+ const Icon$1Y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2264
2319
  "path",
2265
2320
  {
2266
2321
  fill: "currentColor",
@@ -2269,10 +2324,10 @@ const Icon$1X = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2269
2324
  clipRule: "evenodd"
2270
2325
  }
2271
2326
  ) });
2272
- const BaseSvgIcon$1X = material.createSvgIcon(Icon$1X(), "Geography");
2327
+ const BaseSvgIcon$1Y = material.createSvgIcon(Icon$1Y(), "Geography");
2273
2328
  function Geography({ width, height, sx, ...props }, ref) {
2274
2329
  return /* @__PURE__ */ jsxRuntime.jsx(
2275
- BaseSvgIcon$1X,
2330
+ BaseSvgIcon$1Y,
2276
2331
  {
2277
2332
  ref,
2278
2333
  viewBox: "0 0 24 24",
@@ -2286,7 +2341,7 @@ function Geography({ width, height, sx, ...props }, ref) {
2286
2341
  );
2287
2342
  }
2288
2343
  const Geography$1 = React.forwardRef(Geography);
2289
- const Icon$1W = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2344
+ const Icon$1X = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2290
2345
  "path",
2291
2346
  {
2292
2347
  fill: "currentColor",
@@ -2295,10 +2350,10 @@ const Icon$1W = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2295
2350
  clipRule: "evenodd"
2296
2351
  }
2297
2352
  ) });
2298
- const BaseSvgIcon$1W = material.createSvgIcon(Icon$1W(), "Geomarketing");
2353
+ const BaseSvgIcon$1X = material.createSvgIcon(Icon$1X(), "Geomarketing");
2299
2354
  function Geomarketing({ width, height, sx, ...props }, ref) {
2300
2355
  return /* @__PURE__ */ jsxRuntime.jsx(
2301
- BaseSvgIcon$1W,
2356
+ BaseSvgIcon$1X,
2302
2357
  {
2303
2358
  ref,
2304
2359
  viewBox: "0 0 24 24",
@@ -2312,7 +2367,7 @@ function Geomarketing({ width, height, sx, ...props }, ref) {
2312
2367
  );
2313
2368
  }
2314
2369
  const Geomarketing$1 = React.forwardRef(Geomarketing);
2315
- const Icon$1V = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2370
+ const Icon$1W = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2316
2371
  "path",
2317
2372
  {
2318
2373
  fill: "currentColor",
@@ -2321,10 +2376,10 @@ const Icon$1V = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2321
2376
  clipRule: "evenodd"
2322
2377
  }
2323
2378
  ) });
2324
- const BaseSvgIcon$1V = material.createSvgIcon(Icon$1V(), "Geometry");
2379
+ const BaseSvgIcon$1W = material.createSvgIcon(Icon$1W(), "Geometry");
2325
2380
  function Geometry({ width, height, sx, ...props }, ref) {
2326
2381
  return /* @__PURE__ */ jsxRuntime.jsx(
2327
- BaseSvgIcon$1V,
2382
+ BaseSvgIcon$1W,
2328
2383
  {
2329
2384
  ref,
2330
2385
  viewBox: "0 0 24 24",
@@ -2338,7 +2393,7 @@ function Geometry({ width, height, sx, ...props }, ref) {
2338
2393
  );
2339
2394
  }
2340
2395
  const Geometry$1 = React.forwardRef(Geometry);
2341
- const Icon$1U = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2396
+ const Icon$1V = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2342
2397
  "path",
2343
2398
  {
2344
2399
  fill: "currentColor",
@@ -2347,10 +2402,10 @@ const Icon$1U = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2347
2402
  clipRule: "evenodd"
2348
2403
  }
2349
2404
  ) });
2350
- const BaseSvgIcon$1U = material.createSvgIcon(Icon$1U(), "Github");
2405
+ const BaseSvgIcon$1V = material.createSvgIcon(Icon$1V(), "Github");
2351
2406
  function Github({ width, height, sx, ...props }, ref) {
2352
2407
  return /* @__PURE__ */ jsxRuntime.jsx(
2353
- BaseSvgIcon$1U,
2408
+ BaseSvgIcon$1V,
2354
2409
  {
2355
2410
  ref,
2356
2411
  viewBox: "0 0 24 24",
@@ -2364,7 +2419,7 @@ function Github({ width, height, sx, ...props }, ref) {
2364
2419
  );
2365
2420
  }
2366
2421
  const Github$1 = React.forwardRef(Github);
2367
- const Icon$1T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2422
+ const Icon$1U = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2368
2423
  "path",
2369
2424
  {
2370
2425
  fill: "currentColor",
@@ -2373,10 +2428,10 @@ const Icon$1T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2373
2428
  clipRule: "evenodd"
2374
2429
  }
2375
2430
  ) });
2376
- const BaseSvgIcon$1T = material.createSvgIcon(Icon$1T(), "Google");
2431
+ const BaseSvgIcon$1U = material.createSvgIcon(Icon$1U(), "Google");
2377
2432
  function Google({ width, height, sx, ...props }, ref) {
2378
2433
  return /* @__PURE__ */ jsxRuntime.jsx(
2379
- BaseSvgIcon$1T,
2434
+ BaseSvgIcon$1U,
2380
2435
  {
2381
2436
  ref,
2382
2437
  viewBox: "0 0 24 24",
@@ -2390,7 +2445,7 @@ function Google({ width, height, sx, ...props }, ref) {
2390
2445
  );
2391
2446
  }
2392
2447
  const Google$1 = React.forwardRef(Google);
2393
- const Icon$1S = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2448
+ const Icon$1T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2394
2449
  "path",
2395
2450
  {
2396
2451
  fill: "currentColor",
@@ -2399,10 +2454,10 @@ const Icon$1S = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2399
2454
  clipRule: "evenodd"
2400
2455
  }
2401
2456
  ) });
2402
- const BaseSvgIcon$1S = material.createSvgIcon(Icon$1S(), "H3");
2457
+ const BaseSvgIcon$1T = material.createSvgIcon(Icon$1T(), "H3");
2403
2458
  function H3({ width, height, sx, ...props }, ref) {
2404
2459
  return /* @__PURE__ */ jsxRuntime.jsx(
2405
- BaseSvgIcon$1S,
2460
+ BaseSvgIcon$1T,
2406
2461
  {
2407
2462
  ref,
2408
2463
  viewBox: "0 0 24 24",
@@ -2416,7 +2471,7 @@ function H3({ width, height, sx, ...props }, ref) {
2416
2471
  );
2417
2472
  }
2418
2473
  const H3$1 = React.forwardRef(H3);
2419
- const Icon$1R = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2474
+ const Icon$1S = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2420
2475
  "path",
2421
2476
  {
2422
2477
  fill: "currentColor",
@@ -2425,10 +2480,10 @@ const Icon$1R = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2425
2480
  clipRule: "evenodd"
2426
2481
  }
2427
2482
  ) });
2428
- const BaseSvgIcon$1R = material.createSvgIcon(Icon$1R(), "HealthAnalytics");
2483
+ const BaseSvgIcon$1S = material.createSvgIcon(Icon$1S(), "HealthAnalytics");
2429
2484
  function HealthAnalytics({ width, height, sx, ...props }, ref) {
2430
2485
  return /* @__PURE__ */ jsxRuntime.jsx(
2431
- BaseSvgIcon$1R,
2486
+ BaseSvgIcon$1S,
2432
2487
  {
2433
2488
  ref,
2434
2489
  viewBox: "0 0 24 24",
@@ -2442,7 +2497,7 @@ function HealthAnalytics({ width, height, sx, ...props }, ref) {
2442
2497
  );
2443
2498
  }
2444
2499
  const HealthAnalytics$1 = React.forwardRef(HealthAnalytics);
2445
- const Icon$1Q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2500
+ const Icon$1R = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2446
2501
  /* @__PURE__ */ jsxRuntime.jsx(
2447
2502
  "path",
2448
2503
  {
@@ -2460,10 +2515,10 @@ const Icon$1Q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2460
2515
  }
2461
2516
  )
2462
2517
  ] });
2463
- const BaseSvgIcon$1Q = material.createSvgIcon(Icon$1Q(), "HideComments");
2518
+ const BaseSvgIcon$1R = material.createSvgIcon(Icon$1R(), "HideComments");
2464
2519
  function HideComments({ width, height, sx, ...props }, ref) {
2465
2520
  return /* @__PURE__ */ jsxRuntime.jsx(
2466
- BaseSvgIcon$1Q,
2521
+ BaseSvgIcon$1R,
2467
2522
  {
2468
2523
  ref,
2469
2524
  viewBox: "0 0 24 24",
@@ -2477,7 +2532,7 @@ function HideComments({ width, height, sx, ...props }, ref) {
2477
2532
  );
2478
2533
  }
2479
2534
  const HideComments$1 = React.forwardRef(HideComments);
2480
- const Icon$1P = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2535
+ const Icon$1Q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2481
2536
  /* @__PURE__ */ jsxRuntime.jsx(
2482
2537
  "path",
2483
2538
  {
@@ -2495,10 +2550,10 @@ const Icon$1P = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2495
2550
  }
2496
2551
  )
2497
2552
  ] });
2498
- const BaseSvgIcon$1P = material.createSvgIcon(Icon$1P(), "HideLeftsidebar");
2553
+ const BaseSvgIcon$1Q = material.createSvgIcon(Icon$1Q(), "HideLeftsidebar");
2499
2554
  function HideLeftsidebar({ width, height, sx, ...props }, ref) {
2500
2555
  return /* @__PURE__ */ jsxRuntime.jsx(
2501
- BaseSvgIcon$1P,
2556
+ BaseSvgIcon$1Q,
2502
2557
  {
2503
2558
  ref,
2504
2559
  viewBox: "0 0 24 24",
@@ -2512,7 +2567,7 @@ function HideLeftsidebar({ width, height, sx, ...props }, ref) {
2512
2567
  );
2513
2568
  }
2514
2569
  const HideLeftsidebar$1 = React.forwardRef(HideLeftsidebar);
2515
- const Icon$1O = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2570
+ const Icon$1P = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2516
2571
  /* @__PURE__ */ jsxRuntime.jsx(
2517
2572
  "path",
2518
2573
  {
@@ -2530,10 +2585,10 @@ const Icon$1O = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2530
2585
  }
2531
2586
  )
2532
2587
  ] });
2533
- const BaseSvgIcon$1O = material.createSvgIcon(Icon$1O(), "HideRightsidebar");
2588
+ const BaseSvgIcon$1P = material.createSvgIcon(Icon$1P(), "HideRightsidebar");
2534
2589
  function HideRightsidebar({ width, height, sx, ...props }, ref) {
2535
2590
  return /* @__PURE__ */ jsxRuntime.jsx(
2536
- BaseSvgIcon$1O,
2591
+ BaseSvgIcon$1P,
2537
2592
  {
2538
2593
  ref,
2539
2594
  viewBox: "0 0 24 24",
@@ -2547,7 +2602,7 @@ function HideRightsidebar({ width, height, sx, ...props }, ref) {
2547
2602
  );
2548
2603
  }
2549
2604
  const HideRightsidebar$1 = React.forwardRef(HideRightsidebar);
2550
- const Icon$1N = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2605
+ const Icon$1O = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2551
2606
  "path",
2552
2607
  {
2553
2608
  fill: "currentColor",
@@ -2556,10 +2611,10 @@ const Icon$1N = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2556
2611
  clipRule: "evenodd"
2557
2612
  }
2558
2613
  ) });
2559
- const BaseSvgIcon$1N = material.createSvgIcon(Icon$1N(), "Home");
2614
+ const BaseSvgIcon$1O = material.createSvgIcon(Icon$1O(), "Home");
2560
2615
  function Home({ width, height, sx, ...props }, ref) {
2561
2616
  return /* @__PURE__ */ jsxRuntime.jsx(
2562
- BaseSvgIcon$1N,
2617
+ BaseSvgIcon$1O,
2563
2618
  {
2564
2619
  ref,
2565
2620
  viewBox: "0 0 24 24",
@@ -2573,7 +2628,7 @@ function Home({ width, height, sx, ...props }, ref) {
2573
2628
  );
2574
2629
  }
2575
2630
  const Home$1 = React.forwardRef(Home);
2576
- const Icon$1M = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2631
+ const Icon$1N = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2577
2632
  "path",
2578
2633
  {
2579
2634
  fill: "currentColor",
@@ -2582,10 +2637,10 @@ const Icon$1M = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2582
2637
  clipRule: "evenodd"
2583
2638
  }
2584
2639
  ) });
2585
- const BaseSvgIcon$1M = material.createSvgIcon(Icon$1M(), "Housing");
2640
+ const BaseSvgIcon$1N = material.createSvgIcon(Icon$1N(), "Housing");
2586
2641
  function Housing({ width, height, sx, ...props }, ref) {
2587
2642
  return /* @__PURE__ */ jsxRuntime.jsx(
2588
- BaseSvgIcon$1M,
2643
+ BaseSvgIcon$1N,
2589
2644
  {
2590
2645
  ref,
2591
2646
  viewBox: "0 0 24 24",
@@ -2599,7 +2654,7 @@ function Housing({ width, height, sx, ...props }, ref) {
2599
2654
  );
2600
2655
  }
2601
2656
  const Housing$1 = React.forwardRef(Housing);
2602
- const Icon$1L = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2657
+ const Icon$1M = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2603
2658
  "path",
2604
2659
  {
2605
2660
  fill: "currentColor",
@@ -2608,10 +2663,10 @@ const Icon$1L = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2608
2663
  clipRule: "evenodd"
2609
2664
  }
2610
2665
  ) });
2611
- const BaseSvgIcon$1L = material.createSvgIcon(Icon$1L(), "HumanMobility");
2666
+ const BaseSvgIcon$1M = material.createSvgIcon(Icon$1M(), "HumanMobility");
2612
2667
  function HumanMobility({ width, height, sx, ...props }, ref) {
2613
2668
  return /* @__PURE__ */ jsxRuntime.jsx(
2614
- BaseSvgIcon$1L,
2669
+ BaseSvgIcon$1M,
2615
2670
  {
2616
2671
  ref,
2617
2672
  viewBox: "0 0 24 24",
@@ -2625,7 +2680,7 @@ function HumanMobility({ width, height, sx, ...props }, ref) {
2625
2680
  );
2626
2681
  }
2627
2682
  const HumanMobility$1 = React.forwardRef(HumanMobility);
2628
- const Icon$1K = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2683
+ const Icon$1L = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2629
2684
  "path",
2630
2685
  {
2631
2686
  fill: "currentColor",
@@ -2634,10 +2689,10 @@ const Icon$1K = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2634
2689
  clipRule: "evenodd"
2635
2690
  }
2636
2691
  ) });
2637
- const BaseSvgIcon$1K = material.createSvgIcon(Icon$1K(), "Id");
2692
+ const BaseSvgIcon$1L = material.createSvgIcon(Icon$1L(), "Id");
2638
2693
  function Id({ width, height, sx, ...props }, ref) {
2639
2694
  return /* @__PURE__ */ jsxRuntime.jsx(
2640
- BaseSvgIcon$1K,
2695
+ BaseSvgIcon$1L,
2641
2696
  {
2642
2697
  ref,
2643
2698
  viewBox: "0 0 24 24",
@@ -2651,7 +2706,7 @@ function Id({ width, height, sx, ...props }, ref) {
2651
2706
  );
2652
2707
  }
2653
2708
  const Id$1 = React.forwardRef(Id);
2654
- const Icon$1J = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2709
+ const Icon$1K = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2655
2710
  /* @__PURE__ */ jsxRuntime.jsx(
2656
2711
  "path",
2657
2712
  {
@@ -2669,10 +2724,10 @@ const Icon$1J = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2669
2724
  ),
2670
2725
  /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "m14.14 11.86-3 3.87L9 13.14 6 17h12z" })
2671
2726
  ] });
2672
- const BaseSvgIcon$1J = material.createSvgIcon(Icon$1J(), "Image");
2727
+ const BaseSvgIcon$1K = material.createSvgIcon(Icon$1K(), "Image");
2673
2728
  function Image({ width, height, sx, ...props }, ref) {
2674
2729
  return /* @__PURE__ */ jsxRuntime.jsx(
2675
- BaseSvgIcon$1J,
2730
+ BaseSvgIcon$1K,
2676
2731
  {
2677
2732
  ref,
2678
2733
  viewBox: "0 0 24 24",
@@ -2686,7 +2741,7 @@ function Image({ width, height, sx, ...props }, ref) {
2686
2741
  );
2687
2742
  }
2688
2743
  const Image$1 = React.forwardRef(Image);
2689
- const Icon$1I = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2744
+ const Icon$1J = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2690
2745
  /* @__PURE__ */ jsxRuntime.jsx(
2691
2746
  "path",
2692
2747
  {
@@ -2711,10 +2766,10 @@ const Icon$1I = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2711
2766
  }
2712
2767
  )
2713
2768
  ] });
2714
- const BaseSvgIcon$1I = material.createSvgIcon(Icon$1I(), "Infrastructure");
2769
+ const BaseSvgIcon$1J = material.createSvgIcon(Icon$1J(), "Infrastructure");
2715
2770
  function Infrastructure({ width, height, sx, ...props }, ref) {
2716
2771
  return /* @__PURE__ */ jsxRuntime.jsx(
2717
- BaseSvgIcon$1I,
2772
+ BaseSvgIcon$1J,
2718
2773
  {
2719
2774
  ref,
2720
2775
  viewBox: "0 0 24 24",
@@ -2728,7 +2783,7 @@ function Infrastructure({ width, height, sx, ...props }, ref) {
2728
2783
  );
2729
2784
  }
2730
2785
  const Infrastructure$1 = React.forwardRef(Infrastructure);
2731
- const Icon$1H = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2786
+ const Icon$1I = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2732
2787
  "path",
2733
2788
  {
2734
2789
  fill: "currentColor",
@@ -2737,10 +2792,10 @@ const Icon$1H = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2737
2792
  clipRule: "evenodd"
2738
2793
  }
2739
2794
  ) });
2740
- const BaseSvgIcon$1H = material.createSvgIcon(Icon$1H(), "IotAnalytics");
2795
+ const BaseSvgIcon$1I = material.createSvgIcon(Icon$1I(), "IotAnalytics");
2741
2796
  function IotAnalytics({ width, height, sx, ...props }, ref) {
2742
2797
  return /* @__PURE__ */ jsxRuntime.jsx(
2743
- BaseSvgIcon$1H,
2798
+ BaseSvgIcon$1I,
2744
2799
  {
2745
2800
  ref,
2746
2801
  viewBox: "0 0 24 24",
@@ -2754,7 +2809,7 @@ function IotAnalytics({ width, height, sx, ...props }, ref) {
2754
2809
  );
2755
2810
  }
2756
2811
  const IotAnalytics$1 = React.forwardRef(IotAnalytics);
2757
- const Icon$1G = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2812
+ const Icon$1H = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2758
2813
  /* @__PURE__ */ jsxRuntime.jsx(
2759
2814
  "path",
2760
2815
  {
@@ -2772,10 +2827,10 @@ const Icon$1G = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2772
2827
  }
2773
2828
  )
2774
2829
  ] });
2775
- const BaseSvgIcon$1G = material.createSvgIcon(Icon$1G(), "LabelDeprecated");
2830
+ const BaseSvgIcon$1H = material.createSvgIcon(Icon$1H(), "LabelDeprecated");
2776
2831
  function LabelDeprecated({ width, height, sx, ...props }, ref) {
2777
2832
  return /* @__PURE__ */ jsxRuntime.jsx(
2778
- BaseSvgIcon$1G,
2833
+ BaseSvgIcon$1H,
2779
2834
  {
2780
2835
  ref,
2781
2836
  viewBox: "0 0 24 24",
@@ -2789,7 +2844,7 @@ function LabelDeprecated({ width, height, sx, ...props }, ref) {
2789
2844
  );
2790
2845
  }
2791
2846
  const LabelDeprecated$1 = React.forwardRef(LabelDeprecated);
2792
- const Icon$1F = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2847
+ const Icon$1G = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2793
2848
  "path",
2794
2849
  {
2795
2850
  fill: "currentColor",
@@ -2798,10 +2853,10 @@ const Icon$1F = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2798
2853
  clipRule: "evenodd"
2799
2854
  }
2800
2855
  ) });
2801
- const BaseSvgIcon$1F = material.createSvgIcon(Icon$1F(), "Layers");
2856
+ const BaseSvgIcon$1G = material.createSvgIcon(Icon$1G(), "Layers");
2802
2857
  function Layers({ width, height, sx, ...props }, ref) {
2803
2858
  return /* @__PURE__ */ jsxRuntime.jsx(
2804
- BaseSvgIcon$1F,
2859
+ BaseSvgIcon$1G,
2805
2860
  {
2806
2861
  ref,
2807
2862
  viewBox: "0 0 24 24",
@@ -2815,7 +2870,7 @@ function Layers({ width, height, sx, ...props }, ref) {
2815
2870
  );
2816
2871
  }
2817
2872
  const Layers$1 = React.forwardRef(Layers);
2818
- const Icon$1E = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2873
+ const Icon$1F = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2819
2874
  "path",
2820
2875
  {
2821
2876
  fill: "currentColor",
@@ -2824,10 +2879,10 @@ const Icon$1E = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2824
2879
  clipRule: "evenodd"
2825
2880
  }
2826
2881
  ) });
2827
- const BaseSvgIcon$1E = material.createSvgIcon(Icon$1E(), "Linkedin");
2882
+ const BaseSvgIcon$1F = material.createSvgIcon(Icon$1F(), "Linkedin");
2828
2883
  function Linkedin({ width, height, sx, ...props }, ref) {
2829
2884
  return /* @__PURE__ */ jsxRuntime.jsx(
2830
- BaseSvgIcon$1E,
2885
+ BaseSvgIcon$1F,
2831
2886
  {
2832
2887
  ref,
2833
2888
  viewBox: "0 0 24 24",
@@ -2841,7 +2896,7 @@ function Linkedin({ width, height, sx, ...props }, ref) {
2841
2896
  );
2842
2897
  }
2843
2898
  const Linkedin$1 = React.forwardRef(Linkedin);
2844
- const Icon$1D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2899
+ const Icon$1E = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2845
2900
  "path",
2846
2901
  {
2847
2902
  fill: "currentColor",
@@ -2850,10 +2905,10 @@ const Icon$1D = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2850
2905
  clipRule: "evenodd"
2851
2906
  }
2852
2907
  ) });
2853
- const BaseSvgIcon$1D = material.createSvgIcon(Icon$1D(), "MapCoordinates");
2908
+ const BaseSvgIcon$1E = material.createSvgIcon(Icon$1E(), "MapCoordinates");
2854
2909
  function MapCoordinates({ width, height, sx, ...props }, ref) {
2855
2910
  return /* @__PURE__ */ jsxRuntime.jsx(
2856
- BaseSvgIcon$1D,
2911
+ BaseSvgIcon$1E,
2857
2912
  {
2858
2913
  ref,
2859
2914
  viewBox: "0 0 24 24",
@@ -2867,7 +2922,7 @@ function MapCoordinates({ width, height, sx, ...props }, ref) {
2867
2922
  );
2868
2923
  }
2869
2924
  const MapCoordinates$1 = React.forwardRef(MapCoordinates);
2870
- const Icon$1C = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2925
+ const Icon$1D = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2871
2926
  /* @__PURE__ */ jsxRuntime.jsx(
2872
2927
  "path",
2873
2928
  {
@@ -2894,10 +2949,10 @@ const Icon$1C = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2894
2949
  }
2895
2950
  )
2896
2951
  ] });
2897
- const BaseSvgIcon$1C = material.createSvgIcon(Icon$1C(), "MapCopy");
2952
+ const BaseSvgIcon$1D = material.createSvgIcon(Icon$1D(), "MapCopy");
2898
2953
  function MapCopy({ width, height, sx, ...props }, ref) {
2899
2954
  return /* @__PURE__ */ jsxRuntime.jsx(
2900
- BaseSvgIcon$1C,
2955
+ BaseSvgIcon$1D,
2901
2956
  {
2902
2957
  ref,
2903
2958
  viewBox: "0 0 24 24",
@@ -2911,7 +2966,7 @@ function MapCopy({ width, height, sx, ...props }, ref) {
2911
2966
  );
2912
2967
  }
2913
2968
  const MapCopy$1 = React.forwardRef(MapCopy);
2914
- const Icon$1B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2969
+ const Icon$1C = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2915
2970
  "path",
2916
2971
  {
2917
2972
  fill: "currentColor",
@@ -2920,10 +2975,10 @@ const Icon$1B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2920
2975
  clipRule: "evenodd"
2921
2976
  }
2922
2977
  ) });
2923
- const BaseSvgIcon$1B = material.createSvgIcon(Icon$1B(), "MapOthers");
2978
+ const BaseSvgIcon$1C = material.createSvgIcon(Icon$1C(), "MapOthers");
2924
2979
  function MapOthers({ width, height, sx, ...props }, ref) {
2925
2980
  return /* @__PURE__ */ jsxRuntime.jsx(
2926
- BaseSvgIcon$1B,
2981
+ BaseSvgIcon$1C,
2927
2982
  {
2928
2983
  ref,
2929
2984
  viewBox: "0 0 24 24",
@@ -2937,7 +2992,7 @@ function MapOthers({ width, height, sx, ...props }, ref) {
2937
2992
  );
2938
2993
  }
2939
2994
  const MapOthers$1 = React.forwardRef(MapOthers);
2940
- const Icon$1A = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2995
+ const Icon$1B = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
2941
2996
  "path",
2942
2997
  {
2943
2998
  fill: "currentColor",
@@ -2946,10 +3001,10 @@ const Icon$1A = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
2946
3001
  clipRule: "evenodd"
2947
3002
  }
2948
3003
  ) });
2949
- const BaseSvgIcon$1A = material.createSvgIcon(Icon$1A(), "MapPin");
3004
+ const BaseSvgIcon$1B = material.createSvgIcon(Icon$1B(), "MapPin");
2950
3005
  function MapPin({ width, height, sx, ...props }, ref) {
2951
3006
  return /* @__PURE__ */ jsxRuntime.jsx(
2952
- BaseSvgIcon$1A,
3007
+ BaseSvgIcon$1B,
2953
3008
  {
2954
3009
  ref,
2955
3010
  viewBox: "0 0 24 24",
@@ -2963,7 +3018,7 @@ function MapPin({ width, height, sx, ...props }, ref) {
2963
3018
  );
2964
3019
  }
2965
3020
  const MapPin$1 = React.forwardRef(MapPin);
2966
- const Icon$1z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3021
+ const Icon$1A = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
2967
3022
  /* @__PURE__ */ jsxRuntime.jsx(
2968
3023
  "path",
2969
3024
  {
@@ -2986,10 +3041,10 @@ const Icon$1z = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
2986
3041
  }
2987
3042
  )
2988
3043
  ] });
2989
- const BaseSvgIcon$1z = material.createSvgIcon(Icon$1z(), "MarkCommentRead");
3044
+ const BaseSvgIcon$1A = material.createSvgIcon(Icon$1A(), "MarkCommentRead");
2990
3045
  function MarkCommentRead({ width, height, sx, ...props }, ref) {
2991
3046
  return /* @__PURE__ */ jsxRuntime.jsx(
2992
- BaseSvgIcon$1z,
3047
+ BaseSvgIcon$1A,
2993
3048
  {
2994
3049
  ref,
2995
3050
  viewBox: "0 0 24 24",
@@ -3003,7 +3058,7 @@ function MarkCommentRead({ width, height, sx, ...props }, ref) {
3003
3058
  );
3004
3059
  }
3005
3060
  const MarkCommentRead$1 = React.forwardRef(MarkCommentRead);
3006
- const Icon$1y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3061
+ const Icon$1z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3007
3062
  "path",
3008
3063
  {
3009
3064
  fill: "currentColor",
@@ -3012,10 +3067,10 @@ const Icon$1y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
3012
3067
  clipRule: "evenodd"
3013
3068
  }
3014
3069
  ) });
3015
- const BaseSvgIcon$1y = material.createSvgIcon(Icon$1y(), "MarketAnalysis");
3070
+ const BaseSvgIcon$1z = material.createSvgIcon(Icon$1z(), "MarketAnalysis");
3016
3071
  function MarketAnalysis({ width, height, sx, ...props }, ref) {
3017
3072
  return /* @__PURE__ */ jsxRuntime.jsx(
3018
- BaseSvgIcon$1y,
3073
+ BaseSvgIcon$1z,
3019
3074
  {
3020
3075
  ref,
3021
3076
  viewBox: "0 0 24 24",
@@ -3029,7 +3084,7 @@ function MarketAnalysis({ width, height, sx, ...props }, ref) {
3029
3084
  );
3030
3085
  }
3031
3086
  const MarketAnalysis$1 = React.forwardRef(MarketAnalysis);
3032
- const Icon$1x = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3087
+ const Icon$1y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3033
3088
  /* @__PURE__ */ jsxRuntime.jsx(
3034
3089
  "path",
3035
3090
  {
@@ -3054,10 +3109,10 @@ const Icon$1x = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3054
3109
  }
3055
3110
  )
3056
3111
  ] });
3057
- const BaseSvgIcon$1x = material.createSvgIcon(Icon$1x(), "Max");
3112
+ const BaseSvgIcon$1y = material.createSvgIcon(Icon$1y(), "Max");
3058
3113
  function Max({ width, height, sx, ...props }, ref) {
3059
3114
  return /* @__PURE__ */ jsxRuntime.jsx(
3060
- BaseSvgIcon$1x,
3115
+ BaseSvgIcon$1y,
3061
3116
  {
3062
3117
  ref,
3063
3118
  viewBox: "0 0 24 24",
@@ -3071,7 +3126,7 @@ function Max({ width, height, sx, ...props }, ref) {
3071
3126
  );
3072
3127
  }
3073
3128
  const Max$1 = React.forwardRef(Max);
3074
- const Icon$1w = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3129
+ const Icon$1x = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3075
3130
  /* @__PURE__ */ jsxRuntime.jsx(
3076
3131
  "path",
3077
3132
  {
@@ -3112,10 +3167,10 @@ const Icon$1w = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3112
3167
  }
3113
3168
  )
3114
3169
  ] });
3115
- const BaseSvgIcon$1w = material.createSvgIcon(Icon$1w(), "McpTool");
3170
+ const BaseSvgIcon$1x = material.createSvgIcon(Icon$1x(), "McpTool");
3116
3171
  function McpTool({ width, height, sx, ...props }, ref) {
3117
3172
  return /* @__PURE__ */ jsxRuntime.jsx(
3118
- BaseSvgIcon$1w,
3173
+ BaseSvgIcon$1x,
3119
3174
  {
3120
3175
  ref,
3121
3176
  viewBox: "0 0 24 24",
@@ -3129,17 +3184,17 @@ function McpTool({ width, height, sx, ...props }, ref) {
3129
3184
  );
3130
3185
  }
3131
3186
  const McpTool$1 = React.forwardRef(McpTool);
3132
- const Icon$1v = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3187
+ const Icon$1w = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3133
3188
  "path",
3134
3189
  {
3135
3190
  fill: "currentColor",
3136
3191
  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"
3137
3192
  }
3138
3193
  ) });
3139
- const BaseSvgIcon$1v = material.createSvgIcon(Icon$1v(), "MeasureTool");
3194
+ const BaseSvgIcon$1w = material.createSvgIcon(Icon$1w(), "MeasureTool");
3140
3195
  function MeasureTool({ width, height, sx, ...props }, ref) {
3141
3196
  return /* @__PURE__ */ jsxRuntime.jsx(
3142
- BaseSvgIcon$1v,
3197
+ BaseSvgIcon$1w,
3143
3198
  {
3144
3199
  ref,
3145
3200
  viewBox: "0 0 24 24",
@@ -3153,17 +3208,17 @@ function MeasureTool({ width, height, sx, ...props }, ref) {
3153
3208
  );
3154
3209
  }
3155
3210
  const MeasureTool$1 = React.forwardRef(MeasureTool);
3156
- const Icon$1u = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3211
+ const Icon$1v = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3157
3212
  "path",
3158
3213
  {
3159
3214
  fill: "currentColor",
3160
3215
  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"
3161
3216
  }
3162
3217
  ) });
3163
- const BaseSvgIcon$1u = material.createSvgIcon(Icon$1u(), "Min");
3218
+ const BaseSvgIcon$1v = material.createSvgIcon(Icon$1v(), "Min");
3164
3219
  function Min({ width, height, sx, ...props }, ref) {
3165
3220
  return /* @__PURE__ */ jsxRuntime.jsx(
3166
- BaseSvgIcon$1u,
3221
+ BaseSvgIcon$1v,
3167
3222
  {
3168
3223
  ref,
3169
3224
  viewBox: "0 0 24 24",
@@ -3177,7 +3232,7 @@ function Min({ width, height, sx, ...props }, ref) {
3177
3232
  );
3178
3233
  }
3179
3234
  const Min$1 = React.forwardRef(Min);
3180
- const Icon$1t = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3235
+ const Icon$1u = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3181
3236
  /* @__PURE__ */ jsxRuntime.jsx(
3182
3237
  "path",
3183
3238
  {
@@ -3196,10 +3251,10 @@ const Icon$1t = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3196
3251
  }
3197
3252
  )
3198
3253
  ] });
3199
- const BaseSvgIcon$1t = material.createSvgIcon(Icon$1t(), "MobilityPlanning");
3254
+ const BaseSvgIcon$1u = material.createSvgIcon(Icon$1u(), "MobilityPlanning");
3200
3255
  function MobilityPlanning({ width, height, sx, ...props }, ref) {
3201
3256
  return /* @__PURE__ */ jsxRuntime.jsx(
3202
- BaseSvgIcon$1t,
3257
+ BaseSvgIcon$1u,
3203
3258
  {
3204
3259
  ref,
3205
3260
  viewBox: "0 0 24 24",
@@ -3213,7 +3268,7 @@ function MobilityPlanning({ width, height, sx, ...props }, ref) {
3213
3268
  );
3214
3269
  }
3215
3270
  const MobilityPlanning$1 = React.forwardRef(MobilityPlanning);
3216
- const Icon$1s = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3271
+ const Icon$1t = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3217
3272
  /* @__PURE__ */ jsxRuntime.jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsxRuntime.jsx(
3218
3273
  "path",
3219
3274
  {
@@ -3225,10 +3280,10 @@ const Icon$1s = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3225
3280
  ) }),
3226
3281
  /* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
3227
3282
  ] });
3228
- const BaseSvgIcon$1s = material.createSvgIcon(Icon$1s(), "NetworkDeployment");
3283
+ const BaseSvgIcon$1t = material.createSvgIcon(Icon$1t(), "NetworkDeployment");
3229
3284
  function NetworkDeployment({ width, height, sx, ...props }, ref) {
3230
3285
  return /* @__PURE__ */ jsxRuntime.jsx(
3231
- BaseSvgIcon$1s,
3286
+ BaseSvgIcon$1t,
3232
3287
  {
3233
3288
  ref,
3234
3289
  viewBox: "0 0 24 24",
@@ -3242,7 +3297,7 @@ function NetworkDeployment({ width, height, sx, ...props }, ref) {
3242
3297
  );
3243
3298
  }
3244
3299
  const NetworkDeployment$1 = React.forwardRef(NetworkDeployment);
3245
- const Icon$1r = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3300
+ const Icon$1s = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3246
3301
  /* @__PURE__ */ jsxRuntime.jsx(
3247
3302
  "path",
3248
3303
  {
@@ -3258,10 +3313,10 @@ const Icon$1r = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3258
3313
  }
3259
3314
  )
3260
3315
  ] });
3261
- const BaseSvgIcon$1r = material.createSvgIcon(Icon$1r(), "NightsThermostat");
3316
+ const BaseSvgIcon$1s = material.createSvgIcon(Icon$1s(), "NightsThermostat");
3262
3317
  function NightsThermostat({ width, height, sx, ...props }, ref) {
3263
3318
  return /* @__PURE__ */ jsxRuntime.jsx(
3264
- BaseSvgIcon$1r,
3319
+ BaseSvgIcon$1s,
3265
3320
  {
3266
3321
  ref,
3267
3322
  viewBox: "0 0 24 24",
@@ -3275,7 +3330,7 @@ function NightsThermostat({ width, height, sx, ...props }, ref) {
3275
3330
  );
3276
3331
  }
3277
3332
  const NightsThermostat$1 = React.forwardRef(NightsThermostat);
3278
- const Icon$1q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3333
+ const Icon$1r = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3279
3334
  /* @__PURE__ */ jsxRuntime.jsx(
3280
3335
  "path",
3281
3336
  {
@@ -3285,10 +3340,10 @@ const Icon$1q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3285
3340
  ),
3286
3341
  /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M8 20H4v-4h4zM16 4v4h4V4z" })
3287
3342
  ] });
3288
- const BaseSvgIcon$1q = material.createSvgIcon(Icon$1q(), "NoApp");
3343
+ const BaseSvgIcon$1r = material.createSvgIcon(Icon$1r(), "NoApp");
3289
3344
  function NoApp({ width, height, sx, ...props }, ref) {
3290
3345
  return /* @__PURE__ */ jsxRuntime.jsx(
3291
- BaseSvgIcon$1q,
3346
+ BaseSvgIcon$1r,
3292
3347
  {
3293
3348
  ref,
3294
3349
  viewBox: "0 0 24 24",
@@ -3302,7 +3357,7 @@ function NoApp({ width, height, sx, ...props }, ref) {
3302
3357
  );
3303
3358
  }
3304
3359
  const NoApp$1 = React.forwardRef(NoApp);
3305
- const Icon$1p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3360
+ const Icon$1q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3306
3361
  /* @__PURE__ */ jsxRuntime.jsx(
3307
3362
  "path",
3308
3363
  {
@@ -3320,10 +3375,10 @@ const Icon$1p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3320
3375
  }
3321
3376
  )
3322
3377
  ] });
3323
- const BaseSvgIcon$1p = material.createSvgIcon(Icon$1p(), "NoLayer");
3378
+ const BaseSvgIcon$1q = material.createSvgIcon(Icon$1q(), "NoLayer");
3324
3379
  function NoLayer({ width, height, sx, ...props }, ref) {
3325
3380
  return /* @__PURE__ */ jsxRuntime.jsx(
3326
- BaseSvgIcon$1p,
3381
+ BaseSvgIcon$1q,
3327
3382
  {
3328
3383
  ref,
3329
3384
  viewBox: "0 0 24 24",
@@ -3337,7 +3392,7 @@ function NoLayer({ width, height, sx, ...props }, ref) {
3337
3392
  );
3338
3393
  }
3339
3394
  const NoLayer$1 = React.forwardRef(NoLayer);
3340
- const Icon$1o = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3395
+ const Icon$1p = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3341
3396
  /* @__PURE__ */ jsxRuntime.jsx(
3342
3397
  "path",
3343
3398
  {
@@ -3355,10 +3410,10 @@ const Icon$1o = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3355
3410
  }
3356
3411
  )
3357
3412
  ] });
3358
- const BaseSvgIcon$1o = material.createSvgIcon(Icon$1o(), "NoMap");
3413
+ const BaseSvgIcon$1p = material.createSvgIcon(Icon$1p(), "NoMap");
3359
3414
  function NoMap({ width, height, sx, ...props }, ref) {
3360
3415
  return /* @__PURE__ */ jsxRuntime.jsx(
3361
- BaseSvgIcon$1o,
3416
+ BaseSvgIcon$1p,
3362
3417
  {
3363
3418
  ref,
3364
3419
  viewBox: "0 0 24 24",
@@ -3372,7 +3427,7 @@ function NoMap({ width, height, sx, ...props }, ref) {
3372
3427
  );
3373
3428
  }
3374
3429
  const NoMap$1 = React.forwardRef(NoMap);
3375
- const Icon$1n = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3430
+ const Icon$1o = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3376
3431
  "path",
3377
3432
  {
3378
3433
  fill: "currentColor",
@@ -3381,10 +3436,10 @@ const Icon$1n = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
3381
3436
  clipRule: "evenodd"
3382
3437
  }
3383
3438
  ) });
3384
- const BaseSvgIcon$1n = material.createSvgIcon(Icon$1n(), "NoSpatialExtension");
3439
+ const BaseSvgIcon$1o = material.createSvgIcon(Icon$1o(), "NoSpatialExtension");
3385
3440
  function NoSpatialExtension({ width, height, sx, ...props }, ref) {
3386
3441
  return /* @__PURE__ */ jsxRuntime.jsx(
3387
- BaseSvgIcon$1n,
3442
+ BaseSvgIcon$1o,
3388
3443
  {
3389
3444
  ref,
3390
3445
  viewBox: "0 0 24 24",
@@ -3398,7 +3453,7 @@ function NoSpatialExtension({ width, height, sx, ...props }, ref) {
3398
3453
  );
3399
3454
  }
3400
3455
  const NoSpatialExtension$1 = React.forwardRef(NoSpatialExtension);
3401
- const Icon$1m = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3456
+ const Icon$1n = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3402
3457
  /* @__PURE__ */ jsxRuntime.jsx(
3403
3458
  "path",
3404
3459
  {
@@ -3416,10 +3471,10 @@ const Icon$1m = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3416
3471
  }
3417
3472
  )
3418
3473
  ] });
3419
- const BaseSvgIcon$1m = material.createSvgIcon(Icon$1m(), "NoTileset");
3474
+ const BaseSvgIcon$1n = material.createSvgIcon(Icon$1n(), "NoTileset");
3420
3475
  function NoTileset({ width, height, sx, ...props }, ref) {
3421
3476
  return /* @__PURE__ */ jsxRuntime.jsx(
3422
- BaseSvgIcon$1m,
3477
+ BaseSvgIcon$1n,
3423
3478
  {
3424
3479
  ref,
3425
3480
  viewBox: "0 0 24 24",
@@ -3433,17 +3488,17 @@ function NoTileset({ width, height, sx, ...props }, ref) {
3433
3488
  );
3434
3489
  }
3435
3490
  const NoTileset$1 = React.forwardRef(NoTileset);
3436
- const Icon$1l = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3491
+ const Icon$1m = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3437
3492
  "path",
3438
3493
  {
3439
3494
  fill: "currentColor",
3440
3495
  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"
3441
3496
  }
3442
3497
  ) });
3443
- const BaseSvgIcon$1l = material.createSvgIcon(Icon$1l(), "NotEqual");
3498
+ const BaseSvgIcon$1m = material.createSvgIcon(Icon$1m(), "NotEqual");
3444
3499
  function NotEqual({ width, height, sx, ...props }, ref) {
3445
3500
  return /* @__PURE__ */ jsxRuntime.jsx(
3446
- BaseSvgIcon$1l,
3501
+ BaseSvgIcon$1m,
3447
3502
  {
3448
3503
  ref,
3449
3504
  viewBox: "0 0 24 24",
@@ -3457,7 +3512,7 @@ function NotEqual({ width, height, sx, ...props }, ref) {
3457
3512
  );
3458
3513
  }
3459
3514
  const NotEqual$1 = React.forwardRef(NotEqual);
3460
- const Icon$1k = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3515
+ const Icon$1l = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3461
3516
  /* @__PURE__ */ jsxRuntime.jsx(
3462
3517
  "path",
3463
3518
  {
@@ -3477,10 +3532,10 @@ const Icon$1k = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3477
3532
  }
3478
3533
  )
3479
3534
  ] });
3480
- const BaseSvgIcon$1k = material.createSvgIcon(Icon$1k(), "Number");
3535
+ const BaseSvgIcon$1l = material.createSvgIcon(Icon$1l(), "Number");
3481
3536
  function Number({ width, height, sx, ...props }, ref) {
3482
3537
  return /* @__PURE__ */ jsxRuntime.jsx(
3483
- BaseSvgIcon$1k,
3538
+ BaseSvgIcon$1l,
3484
3539
  {
3485
3540
  ref,
3486
3541
  viewBox: "0 0 24 24",
@@ -3494,7 +3549,7 @@ function Number({ width, height, sx, ...props }, ref) {
3494
3549
  );
3495
3550
  }
3496
3551
  const Number$1 = React.forwardRef(Number);
3497
- const Icon$1j = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3552
+ const Icon$1k = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3498
3553
  "path",
3499
3554
  {
3500
3555
  fill: "currentColor",
@@ -3503,10 +3558,10 @@ const Icon$1j = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
3503
3558
  clipRule: "evenodd"
3504
3559
  }
3505
3560
  ) });
3506
- const BaseSvgIcon$1j = material.createSvgIcon(Icon$1j(), "Onboarding");
3561
+ const BaseSvgIcon$1k = material.createSvgIcon(Icon$1k(), "Onboarding");
3507
3562
  function Onboarding({ width, height, sx, ...props }, ref) {
3508
3563
  return /* @__PURE__ */ jsxRuntime.jsx(
3509
- BaseSvgIcon$1j,
3564
+ BaseSvgIcon$1k,
3510
3565
  {
3511
3566
  ref,
3512
3567
  viewBox: "0 0 24 24",
@@ -3520,7 +3575,7 @@ function Onboarding({ width, height, sx, ...props }, ref) {
3520
3575
  );
3521
3576
  }
3522
3577
  const Onboarding$1 = React.forwardRef(Onboarding);
3523
- const Icon$1i = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3578
+ const Icon$1j = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3524
3579
  "path",
3525
3580
  {
3526
3581
  fill: "currentColor",
@@ -3529,10 +3584,10 @@ const Icon$1i = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
3529
3584
  clipRule: "evenodd"
3530
3585
  }
3531
3586
  ) });
3532
- const BaseSvgIcon$1i = material.createSvgIcon(Icon$1i(), "OohAnalytics");
3587
+ const BaseSvgIcon$1j = material.createSvgIcon(Icon$1j(), "OohAnalytics");
3533
3588
  function OohAnalytics({ width, height, sx, ...props }, ref) {
3534
3589
  return /* @__PURE__ */ jsxRuntime.jsx(
3535
- BaseSvgIcon$1i,
3590
+ BaseSvgIcon$1j,
3536
3591
  {
3537
3592
  ref,
3538
3593
  viewBox: "0 0 24 24",
@@ -3546,7 +3601,7 @@ function OohAnalytics({ width, height, sx, ...props }, ref) {
3546
3601
  );
3547
3602
  }
3548
3603
  const OohAnalytics$1 = React.forwardRef(OohAnalytics);
3549
- const Icon$1h = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3604
+ const Icon$1i = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3550
3605
  /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M13.125 13.125h-2.25v-2.25h2.25z" }),
3551
3606
  /* @__PURE__ */ jsxRuntime.jsx(
3552
3607
  "path",
@@ -3567,10 +3622,10 @@ const Icon$1h = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3567
3622
  }
3568
3623
  )
3569
3624
  ] });
3570
- const BaseSvgIcon$1h = material.createSvgIcon(Icon$1h(), "Opacity");
3625
+ const BaseSvgIcon$1i = material.createSvgIcon(Icon$1i(), "Opacity");
3571
3626
  function Opacity({ width, height, sx, ...props }, ref) {
3572
3627
  return /* @__PURE__ */ jsxRuntime.jsx(
3573
- BaseSvgIcon$1h,
3628
+ BaseSvgIcon$1i,
3574
3629
  {
3575
3630
  ref,
3576
3631
  viewBox: "0 0 24 24",
@@ -3584,7 +3639,7 @@ function Opacity({ width, height, sx, ...props }, ref) {
3584
3639
  );
3585
3640
  }
3586
3641
  const Opacity$1 = React.forwardRef(Opacity);
3587
- const Icon$1g = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3642
+ const Icon$1h = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3588
3643
  "path",
3589
3644
  {
3590
3645
  fill: "currentColor",
@@ -3593,10 +3648,10 @@ const Icon$1g = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
3593
3648
  clipRule: "evenodd"
3594
3649
  }
3595
3650
  ) });
3596
- const BaseSvgIcon$1g = material.createSvgIcon(Icon$1g(), "OpenDiagonallyLeft");
3651
+ const BaseSvgIcon$1h = material.createSvgIcon(Icon$1h(), "OpenDiagonallyLeft");
3597
3652
  function OpenDiagonallyLeft({ width, height, sx, ...props }, ref) {
3598
3653
  return /* @__PURE__ */ jsxRuntime.jsx(
3599
- BaseSvgIcon$1g,
3654
+ BaseSvgIcon$1h,
3600
3655
  {
3601
3656
  ref,
3602
3657
  viewBox: "0 0 24 24",
@@ -3610,17 +3665,17 @@ function OpenDiagonallyLeft({ width, height, sx, ...props }, ref) {
3610
3665
  );
3611
3666
  }
3612
3667
  const OpenDiagonallyLeft$1 = React.forwardRef(OpenDiagonallyLeft);
3613
- const Icon$1f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3668
+ const Icon$1g = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3614
3669
  "path",
3615
3670
  {
3616
3671
  fill: "currentColor",
3617
3672
  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"
3618
3673
  }
3619
3674
  ) });
3620
- const BaseSvgIcon$1f = material.createSvgIcon(Icon$1f(), "OpenNewWindow");
3675
+ const BaseSvgIcon$1g = material.createSvgIcon(Icon$1g(), "OpenNewWindow");
3621
3676
  function OpenNewWindow({ width, height, sx, ...props }, ref) {
3622
3677
  return /* @__PURE__ */ jsxRuntime.jsx(
3623
- BaseSvgIcon$1f,
3678
+ BaseSvgIcon$1g,
3624
3679
  {
3625
3680
  ref,
3626
3681
  viewBox: "0 0 24 24",
@@ -3634,7 +3689,7 @@ function OpenNewWindow({ width, height, sx, ...props }, ref) {
3634
3689
  );
3635
3690
  }
3636
3691
  const OpenNewWindow$1 = React.forwardRef(OpenNewWindow);
3637
- const Icon$1e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3692
+ const Icon$1f = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3638
3693
  "path",
3639
3694
  {
3640
3695
  fill: "currentColor",
@@ -3643,10 +3698,10 @@ const Icon$1e = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
3643
3698
  clipRule: "evenodd"
3644
3699
  }
3645
3700
  ) });
3646
- const BaseSvgIcon$1e = material.createSvgIcon(Icon$1e(), "OpenVertically");
3701
+ const BaseSvgIcon$1f = material.createSvgIcon(Icon$1f(), "OpenVertically");
3647
3702
  function OpenVertically({ width, height, sx, ...props }, ref) {
3648
3703
  return /* @__PURE__ */ jsxRuntime.jsx(
3649
- BaseSvgIcon$1e,
3704
+ BaseSvgIcon$1f,
3650
3705
  {
3651
3706
  ref,
3652
3707
  viewBox: "0 0 24 24",
@@ -3660,7 +3715,7 @@ function OpenVertically({ width, height, sx, ...props }, ref) {
3660
3715
  );
3661
3716
  }
3662
3717
  const OpenVertically$1 = React.forwardRef(OpenVertically);
3663
- const Icon$1d = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3718
+ const Icon$1e = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3664
3719
  /* @__PURE__ */ jsxRuntime.jsx(
3665
3720
  "path",
3666
3721
  {
@@ -3685,10 +3740,10 @@ const Icon$1d = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3685
3740
  }
3686
3741
  )
3687
3742
  ] });
3688
- const BaseSvgIcon$1d = material.createSvgIcon(Icon$1d(), "ParameterSettings");
3743
+ const BaseSvgIcon$1e = material.createSvgIcon(Icon$1e(), "ParameterSettings");
3689
3744
  function ParameterSettings({ width, height, sx, ...props }, ref) {
3690
3745
  return /* @__PURE__ */ jsxRuntime.jsx(
3691
- BaseSvgIcon$1d,
3746
+ BaseSvgIcon$1e,
3692
3747
  {
3693
3748
  ref,
3694
3749
  viewBox: "0 0 24 24",
@@ -3702,7 +3757,7 @@ function ParameterSettings({ width, height, sx, ...props }, ref) {
3702
3757
  );
3703
3758
  }
3704
3759
  const ParameterSettings$1 = React.forwardRef(ParameterSettings);
3705
- const Icon$1c = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3760
+ const Icon$1d = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3706
3761
  "path",
3707
3762
  {
3708
3763
  fill: "currentColor",
@@ -3711,10 +3766,10 @@ const Icon$1c = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
3711
3766
  clipRule: "evenodd"
3712
3767
  }
3713
3768
  ) });
3714
- const BaseSvgIcon$1c = material.createSvgIcon(Icon$1c(), "PawnChess");
3769
+ const BaseSvgIcon$1d = material.createSvgIcon(Icon$1d(), "PawnChess");
3715
3770
  function PawnChess({ width, height, sx, ...props }, ref) {
3716
3771
  return /* @__PURE__ */ jsxRuntime.jsx(
3717
- BaseSvgIcon$1c,
3772
+ BaseSvgIcon$1d,
3718
3773
  {
3719
3774
  ref,
3720
3775
  viewBox: "0 0 24 24",
@@ -3728,7 +3783,7 @@ function PawnChess({ width, height, sx, ...props }, ref) {
3728
3783
  );
3729
3784
  }
3730
3785
  const PawnChess$1 = React.forwardRef(PawnChess);
3731
- const Icon$1b = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3786
+ const Icon$1c = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3732
3787
  "path",
3733
3788
  {
3734
3789
  fill: "currentColor",
@@ -3737,10 +3792,10 @@ const Icon$1b = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
3737
3792
  clipRule: "evenodd"
3738
3793
  }
3739
3794
  ) });
3740
- const BaseSvgIcon$1b = material.createSvgIcon(Icon$1b(), "PlaceSelect");
3795
+ const BaseSvgIcon$1c = material.createSvgIcon(Icon$1c(), "PlaceSelect");
3741
3796
  function PlaceSelect({ width, height, sx, ...props }, ref) {
3742
3797
  return /* @__PURE__ */ jsxRuntime.jsx(
3743
- BaseSvgIcon$1b,
3798
+ BaseSvgIcon$1c,
3744
3799
  {
3745
3800
  ref,
3746
3801
  viewBox: "0 0 24 24",
@@ -3754,7 +3809,7 @@ function PlaceSelect({ width, height, sx, ...props }, ref) {
3754
3809
  );
3755
3810
  }
3756
3811
  const PlaceSelect$1 = React.forwardRef(PlaceSelect);
3757
- const Icon$1a = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3812
+ const Icon$1b = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3758
3813
  "path",
3759
3814
  {
3760
3815
  fill: "currentColor",
@@ -3763,10 +3818,10 @@ const Icon$1a = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
3763
3818
  clipRule: "evenodd"
3764
3819
  }
3765
3820
  ) });
3766
- const BaseSvgIcon$1a = material.createSvgIcon(Icon$1a(), "PointsOfInterest");
3821
+ const BaseSvgIcon$1b = material.createSvgIcon(Icon$1b(), "PointsOfInterest");
3767
3822
  function PointsOfInterest({ width, height, sx, ...props }, ref) {
3768
3823
  return /* @__PURE__ */ jsxRuntime.jsx(
3769
- BaseSvgIcon$1a,
3824
+ BaseSvgIcon$1b,
3770
3825
  {
3771
3826
  ref,
3772
3827
  viewBox: "0 0 24 24",
@@ -3780,7 +3835,7 @@ function PointsOfInterest({ width, height, sx, ...props }, ref) {
3780
3835
  );
3781
3836
  }
3782
3837
  const PointsOfInterest$1 = React.forwardRef(PointsOfInterest);
3783
- const Icon$19 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3838
+ const Icon$1a = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3784
3839
  /* @__PURE__ */ jsxRuntime.jsx(
3785
3840
  "path",
3786
3841
  {
@@ -3837,10 +3892,10 @@ const Icon$19 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3837
3892
  }
3838
3893
  )
3839
3894
  ] });
3840
- const BaseSvgIcon$19 = material.createSvgIcon(Icon$19(), "Postgre");
3895
+ const BaseSvgIcon$1a = material.createSvgIcon(Icon$1a(), "Postgre");
3841
3896
  function Postgre({ width, height, sx, ...props }, ref) {
3842
3897
  return /* @__PURE__ */ jsxRuntime.jsx(
3843
- BaseSvgIcon$19,
3898
+ BaseSvgIcon$1a,
3844
3899
  {
3845
3900
  ref,
3846
3901
  viewBox: "0 0 24 24",
@@ -3854,7 +3909,7 @@ function Postgre({ width, height, sx, ...props }, ref) {
3854
3909
  );
3855
3910
  }
3856
3911
  const Postgre$1 = React.forwardRef(Postgre);
3857
- const Icon$18 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3912
+ const Icon$19 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3858
3913
  /* @__PURE__ */ jsxRuntime.jsx(
3859
3914
  "path",
3860
3915
  {
@@ -3872,10 +3927,10 @@ const Icon$18 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3872
3927
  }
3873
3928
  )
3874
3929
  ] });
3875
- const BaseSvgIcon$18 = material.createSvgIcon(Icon$18(), "PostgreOutlined");
3930
+ const BaseSvgIcon$19 = material.createSvgIcon(Icon$19(), "PostgreOutlined");
3876
3931
  function PostgreOutlined({ width, height, sx, ...props }, ref) {
3877
3932
  return /* @__PURE__ */ jsxRuntime.jsx(
3878
- BaseSvgIcon$18,
3933
+ BaseSvgIcon$19,
3879
3934
  {
3880
3935
  ref,
3881
3936
  viewBox: "0 0 24 24",
@@ -3889,7 +3944,7 @@ function PostgreOutlined({ width, height, sx, ...props }, ref) {
3889
3944
  );
3890
3945
  }
3891
3946
  const PostgreOutlined$1 = React.forwardRef(PostgreOutlined);
3892
- const Icon$17 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3947
+ const Icon$18 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3893
3948
  /* @__PURE__ */ jsxRuntime.jsx(
3894
3949
  "path",
3895
3950
  {
@@ -3923,10 +3978,10 @@ const Icon$17 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3923
3978
  }
3924
3979
  )
3925
3980
  ] });
3926
- const BaseSvgIcon$17 = material.createSvgIcon(Icon$17(), "Preferences");
3981
+ const BaseSvgIcon$18 = material.createSvgIcon(Icon$18(), "Preferences");
3927
3982
  function Preferences({ width, height, sx, ...props }, ref) {
3928
3983
  return /* @__PURE__ */ jsxRuntime.jsx(
3929
- BaseSvgIcon$17,
3984
+ BaseSvgIcon$18,
3930
3985
  {
3931
3986
  ref,
3932
3987
  viewBox: "0 0 24 24",
@@ -3940,7 +3995,7 @@ function Preferences({ width, height, sx, ...props }, ref) {
3940
3995
  );
3941
3996
  }
3942
3997
  const Preferences$1 = React.forwardRef(Preferences);
3943
- const Icon$16 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3998
+ const Icon$17 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3944
3999
  "path",
3945
4000
  {
3946
4001
  fill: "currentColor",
@@ -3949,10 +4004,10 @@ const Icon$16 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
3949
4004
  clipRule: "evenodd"
3950
4005
  }
3951
4006
  ) });
3952
- const BaseSvgIcon$16 = material.createSvgIcon(Icon$16(), "ProcessData");
4007
+ const BaseSvgIcon$17 = material.createSvgIcon(Icon$17(), "ProcessData");
3953
4008
  function ProcessData({ width, height, sx, ...props }, ref) {
3954
4009
  return /* @__PURE__ */ jsxRuntime.jsx(
3955
- BaseSvgIcon$16,
4010
+ BaseSvgIcon$17,
3956
4011
  {
3957
4012
  ref,
3958
4013
  viewBox: "0 0 24 24",
@@ -3966,7 +4021,7 @@ function ProcessData({ width, height, sx, ...props }, ref) {
3966
4021
  );
3967
4022
  }
3968
4023
  const ProcessData$1 = React.forwardRef(ProcessData);
3969
- const Icon$15 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4024
+ const Icon$16 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
3970
4025
  /* @__PURE__ */ jsxRuntime.jsx(
3971
4026
  "path",
3972
4027
  {
@@ -3984,10 +4039,10 @@ const Icon$15 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
3984
4039
  }
3985
4040
  )
3986
4041
  ] });
3987
- const BaseSvgIcon$15 = material.createSvgIcon(Icon$15(), "PublicWithPassword");
4042
+ const BaseSvgIcon$16 = material.createSvgIcon(Icon$16(), "PublicWithPassword");
3988
4043
  function PublicWithPassword({ width, height, sx, ...props }, ref) {
3989
4044
  return /* @__PURE__ */ jsxRuntime.jsx(
3990
- BaseSvgIcon$15,
4045
+ BaseSvgIcon$16,
3991
4046
  {
3992
4047
  ref,
3993
4048
  viewBox: "0 0 24 24",
@@ -4001,17 +4056,17 @@ function PublicWithPassword({ width, height, sx, ...props }, ref) {
4001
4056
  );
4002
4057
  }
4003
4058
  const PublicWithPassword$1 = React.forwardRef(PublicWithPassword);
4004
- const Icon$14 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4059
+ const Icon$15 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4005
4060
  "path",
4006
4061
  {
4007
4062
  fill: "currentColor",
4008
4063
  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"
4009
4064
  }
4010
4065
  ) });
4011
- const BaseSvgIcon$14 = material.createSvgIcon(Icon$14(), "Publish");
4066
+ const BaseSvgIcon$15 = material.createSvgIcon(Icon$15(), "Publish");
4012
4067
  function Publish({ width, height, sx, ...props }, ref) {
4013
4068
  return /* @__PURE__ */ jsxRuntime.jsx(
4014
- BaseSvgIcon$14,
4069
+ BaseSvgIcon$15,
4015
4070
  {
4016
4071
  ref,
4017
4072
  viewBox: "0 0 24 24",
@@ -4025,7 +4080,7 @@ function Publish({ width, height, sx, ...props }, ref) {
4025
4080
  );
4026
4081
  }
4027
4082
  const Publish$1 = React.forwardRef(Publish);
4028
- const Icon$13 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4083
+ const Icon$14 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4029
4084
  "path",
4030
4085
  {
4031
4086
  fill: "currentColor",
@@ -4034,10 +4089,10 @@ const Icon$13 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
4034
4089
  clipRule: "evenodd"
4035
4090
  }
4036
4091
  ) });
4037
- const BaseSvgIcon$13 = material.createSvgIcon(Icon$13(), "Quadbin");
4092
+ const BaseSvgIcon$14 = material.createSvgIcon(Icon$14(), "Quadbin");
4038
4093
  function Quadbin({ width, height, sx, ...props }, ref) {
4039
4094
  return /* @__PURE__ */ jsxRuntime.jsx(
4040
- BaseSvgIcon$13,
4095
+ BaseSvgIcon$14,
4041
4096
  {
4042
4097
  ref,
4043
4098
  viewBox: "0 0 24 24",
@@ -4051,7 +4106,7 @@ function Quadbin({ width, height, sx, ...props }, ref) {
4051
4106
  );
4052
4107
  }
4053
4108
  const Quadbin$1 = React.forwardRef(Quadbin);
4054
- const Icon$12 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4109
+ const Icon$13 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4055
4110
  /* @__PURE__ */ jsxRuntime.jsx(
4056
4111
  "path",
4057
4112
  {
@@ -4069,10 +4124,10 @@ const Icon$12 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
4069
4124
  }
4070
4125
  )
4071
4126
  ] });
4072
- const BaseSvgIcon$12 = material.createSvgIcon(Icon$12(), "Quadkey");
4127
+ const BaseSvgIcon$13 = material.createSvgIcon(Icon$13(), "Quadkey");
4073
4128
  function Quadkey({ width, height, sx, ...props }, ref) {
4074
4129
  return /* @__PURE__ */ jsxRuntime.jsx(
4075
- BaseSvgIcon$12,
4130
+ BaseSvgIcon$13,
4076
4131
  {
4077
4132
  ref,
4078
4133
  viewBox: "0 0 24 24",
@@ -4086,7 +4141,7 @@ function Quadkey({ width, height, sx, ...props }, ref) {
4086
4141
  );
4087
4142
  }
4088
4143
  const Quadkey$1 = React.forwardRef(Quadkey);
4089
- const Icon$11 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4144
+ const Icon$12 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4090
4145
  /* @__PURE__ */ jsxRuntime.jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsxRuntime.jsx(
4091
4146
  "path",
4092
4147
  {
@@ -4098,10 +4153,10 @@ const Icon$11 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
4098
4153
  ) }),
4099
4154
  /* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
4100
4155
  ] });
4101
- const BaseSvgIcon$11 = material.createSvgIcon(Icon$11(), "QueryTable");
4156
+ const BaseSvgIcon$12 = material.createSvgIcon(Icon$12(), "QueryTable");
4102
4157
  function QueryTable({ width, height, sx, ...props }, ref) {
4103
4158
  return /* @__PURE__ */ jsxRuntime.jsx(
4104
- BaseSvgIcon$11,
4159
+ BaseSvgIcon$12,
4105
4160
  {
4106
4161
  ref,
4107
4162
  viewBox: "0 0 24 24",
@@ -4115,7 +4170,7 @@ function QueryTable({ width, height, sx, ...props }, ref) {
4115
4170
  );
4116
4171
  }
4117
4172
  const QueryTable$1 = React.forwardRef(QueryTable);
4118
- const Icon$10 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4173
+ const Icon$11 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4119
4174
  /* @__PURE__ */ jsxRuntime.jsx(
4120
4175
  "path",
4121
4176
  {
@@ -4133,10 +4188,10 @@ const Icon$10 = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
4133
4188
  }
4134
4189
  )
4135
4190
  ] });
4136
- const BaseSvgIcon$10 = material.createSvgIcon(Icon$10(), "Rain");
4191
+ const BaseSvgIcon$11 = material.createSvgIcon(Icon$11(), "Rain");
4137
4192
  function Rain({ width, height, sx, ...props }, ref) {
4138
4193
  return /* @__PURE__ */ jsxRuntime.jsx(
4139
- BaseSvgIcon$10,
4194
+ BaseSvgIcon$11,
4140
4195
  {
4141
4196
  ref,
4142
4197
  viewBox: "0 0 24 24",
@@ -4150,17 +4205,17 @@ function Rain({ width, height, sx, ...props }, ref) {
4150
4205
  );
4151
4206
  }
4152
4207
  const Rain$1 = React.forwardRef(Rain);
4153
- const Icon$$ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4208
+ const Icon$10 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4154
4209
  "path",
4155
4210
  {
4156
4211
  fill: "currentColor",
4157
4212
  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"
4158
4213
  }
4159
4214
  ) });
4160
- const BaseSvgIcon$$ = material.createSvgIcon(Icon$$(), "Raster");
4215
+ const BaseSvgIcon$10 = material.createSvgIcon(Icon$10(), "Raster");
4161
4216
  function Raster({ width, height, sx, ...props }, ref) {
4162
4217
  return /* @__PURE__ */ jsxRuntime.jsx(
4163
- BaseSvgIcon$$,
4218
+ BaseSvgIcon$10,
4164
4219
  {
4165
4220
  ref,
4166
4221
  viewBox: "0 0 24 24",
@@ -4174,7 +4229,7 @@ function Raster({ width, height, sx, ...props }, ref) {
4174
4229
  );
4175
4230
  }
4176
4231
  const Raster$1 = React.forwardRef(Raster);
4177
- const Icon$_ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4232
+ const Icon$$ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4178
4233
  "path",
4179
4234
  {
4180
4235
  fill: "currentColor",
@@ -4183,10 +4238,10 @@ const Icon$_ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
4183
4238
  clipRule: "evenodd"
4184
4239
  }
4185
4240
  ) });
4186
- const BaseSvgIcon$_ = material.createSvgIcon(Icon$_(), "Redshift");
4241
+ const BaseSvgIcon$$ = material.createSvgIcon(Icon$$(), "Redshift");
4187
4242
  function Redshift({ width, height, sx, ...props }, ref) {
4188
4243
  return /* @__PURE__ */ jsxRuntime.jsx(
4189
- BaseSvgIcon$_,
4244
+ BaseSvgIcon$$,
4190
4245
  {
4191
4246
  ref,
4192
4247
  viewBox: "0 0 24 24",
@@ -4200,7 +4255,7 @@ function Redshift({ width, height, sx, ...props }, ref) {
4200
4255
  );
4201
4256
  }
4202
4257
  const Redshift$1 = React.forwardRef(Redshift);
4203
- const Icon$Z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4258
+ const Icon$_ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4204
4259
  "path",
4205
4260
  {
4206
4261
  fill: "currentColor",
@@ -4209,10 +4264,10 @@ const Icon$Z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
4209
4264
  clipRule: "evenodd"
4210
4265
  }
4211
4266
  ) });
4212
- const BaseSvgIcon$Z = material.createSvgIcon(Icon$Z(), "Report");
4267
+ const BaseSvgIcon$_ = material.createSvgIcon(Icon$_(), "Report");
4213
4268
  function Report({ width, height, sx, ...props }, ref) {
4214
4269
  return /* @__PURE__ */ jsxRuntime.jsx(
4215
- BaseSvgIcon$Z,
4270
+ BaseSvgIcon$_,
4216
4271
  {
4217
4272
  ref,
4218
4273
  viewBox: "0 0 24 24",
@@ -4226,7 +4281,7 @@ function Report({ width, height, sx, ...props }, ref) {
4226
4281
  );
4227
4282
  }
4228
4283
  const Report$1 = React.forwardRef(Report);
4229
- const Icon$Y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4284
+ const Icon$Z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4230
4285
  "path",
4231
4286
  {
4232
4287
  fill: "currentColor",
@@ -4235,10 +4290,10 @@ const Icon$Y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
4235
4290
  clipRule: "evenodd"
4236
4291
  }
4237
4292
  ) });
4238
- const BaseSvgIcon$Y = material.createSvgIcon(Icon$Y(), "Reset");
4293
+ const BaseSvgIcon$Z = material.createSvgIcon(Icon$Z(), "Reset");
4239
4294
  function Reset({ width, height, sx, ...props }, ref) {
4240
4295
  return /* @__PURE__ */ jsxRuntime.jsx(
4241
- BaseSvgIcon$Y,
4296
+ BaseSvgIcon$Z,
4242
4297
  {
4243
4298
  ref,
4244
4299
  viewBox: "0 0 24 24",
@@ -4252,7 +4307,7 @@ function Reset({ width, height, sx, ...props }, ref) {
4252
4307
  );
4253
4308
  }
4254
4309
  const Reset$1 = React.forwardRef(Reset);
4255
- const Icon$X = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4310
+ const Icon$Y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4256
4311
  /* @__PURE__ */ jsxRuntime.jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsxRuntime.jsx(
4257
4312
  "path",
4258
4313
  {
@@ -4264,10 +4319,10 @@ const Icon$X = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
4264
4319
  ) }),
4265
4320
  /* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }) })
4266
4321
  ] });
4267
- const BaseSvgIcon$X = material.createSvgIcon(Icon$X(), "RiskAnalysis");
4322
+ const BaseSvgIcon$Y = material.createSvgIcon(Icon$Y(), "RiskAnalysis");
4268
4323
  function RiskAnalysis({ width, height, sx, ...props }, ref) {
4269
4324
  return /* @__PURE__ */ jsxRuntime.jsx(
4270
- BaseSvgIcon$X,
4325
+ BaseSvgIcon$Y,
4271
4326
  {
4272
4327
  ref,
4273
4328
  viewBox: "0 0 24 24",
@@ -4281,7 +4336,7 @@ function RiskAnalysis({ width, height, sx, ...props }, ref) {
4281
4336
  );
4282
4337
  }
4283
4338
  const RiskAnalysis$1 = React.forwardRef(RiskAnalysis);
4284
- const Icon$W = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4339
+ const Icon$X = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4285
4340
  /* @__PURE__ */ jsxRuntime.jsx(
4286
4341
  "path",
4287
4342
  {
@@ -4300,10 +4355,10 @@ const Icon$W = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
4300
4355
  }
4301
4356
  )
4302
4357
  ] });
4303
- const BaseSvgIcon$W = material.createSvgIcon(Icon$W(), "RoadTraffic");
4358
+ const BaseSvgIcon$X = material.createSvgIcon(Icon$X(), "RoadTraffic");
4304
4359
  function RoadTraffic({ width, height, sx, ...props }, ref) {
4305
4360
  return /* @__PURE__ */ jsxRuntime.jsx(
4306
- BaseSvgIcon$W,
4361
+ BaseSvgIcon$X,
4307
4362
  {
4308
4363
  ref,
4309
4364
  viewBox: "0 0 24 24",
@@ -4317,7 +4372,7 @@ function RoadTraffic({ width, height, sx, ...props }, ref) {
4317
4372
  );
4318
4373
  }
4319
4374
  const RoadTraffic$1 = React.forwardRef(RoadTraffic);
4320
- const Icon$V = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4375
+ const Icon$W = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4321
4376
  /* @__PURE__ */ jsxRuntime.jsx(
4322
4377
  "path",
4323
4378
  {
@@ -4336,10 +4391,10 @@ const Icon$V = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
4336
4391
  }
4337
4392
  )
4338
4393
  ] });
4339
- const BaseSvgIcon$V = material.createSvgIcon(Icon$V(), "RunSettings");
4394
+ const BaseSvgIcon$W = material.createSvgIcon(Icon$W(), "RunSettings");
4340
4395
  function RunSettings({ width, height, sx, ...props }, ref) {
4341
4396
  return /* @__PURE__ */ jsxRuntime.jsx(
4342
- BaseSvgIcon$V,
4397
+ BaseSvgIcon$W,
4343
4398
  {
4344
4399
  ref,
4345
4400
  viewBox: "0 0 24 24",
@@ -4353,7 +4408,7 @@ function RunSettings({ width, height, sx, ...props }, ref) {
4353
4408
  );
4354
4409
  }
4355
4410
  const RunSettings$1 = React.forwardRef(RunSettings);
4356
- const Icon$U = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4411
+ const Icon$V = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4357
4412
  "path",
4358
4413
  {
4359
4414
  fill: "currentColor",
@@ -4362,10 +4417,10 @@ const Icon$U = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
4362
4417
  clipRule: "evenodd"
4363
4418
  }
4364
4419
  ) });
4365
- const BaseSvgIcon$U = material.createSvgIcon(Icon$U(), "RunStep");
4420
+ const BaseSvgIcon$V = material.createSvgIcon(Icon$V(), "RunStep");
4366
4421
  function RunStep({ width, height, sx, ...props }, ref) {
4367
4422
  return /* @__PURE__ */ jsxRuntime.jsx(
4368
- BaseSvgIcon$U,
4423
+ BaseSvgIcon$V,
4369
4424
  {
4370
4425
  ref,
4371
4426
  viewBox: "0 0 24 24",
@@ -4379,7 +4434,7 @@ function RunStep({ width, height, sx, ...props }, ref) {
4379
4434
  );
4380
4435
  }
4381
4436
  const RunStep$1 = React.forwardRef(RunStep);
4382
- const Icon$T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4437
+ const Icon$U = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4383
4438
  "path",
4384
4439
  {
4385
4440
  fill: "currentColor",
@@ -4388,10 +4443,10 @@ const Icon$T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
4388
4443
  clipRule: "evenodd"
4389
4444
  }
4390
4445
  ) });
4391
- const BaseSvgIcon$T = material.createSvgIcon(Icon$T(), "Salesforce");
4446
+ const BaseSvgIcon$U = material.createSvgIcon(Icon$U(), "Salesforce");
4392
4447
  function Salesforce({ width, height, sx, ...props }, ref) {
4393
4448
  return /* @__PURE__ */ jsxRuntime.jsx(
4394
- BaseSvgIcon$T,
4449
+ BaseSvgIcon$U,
4395
4450
  {
4396
4451
  ref,
4397
4452
  viewBox: "0 0 24 24",
@@ -4405,7 +4460,7 @@ function Salesforce({ width, height, sx, ...props }, ref) {
4405
4460
  );
4406
4461
  }
4407
4462
  const Salesforce$1 = React.forwardRef(Salesforce);
4408
- const Icon$S = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4463
+ const Icon$T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4409
4464
  "path",
4410
4465
  {
4411
4466
  fill: "currentColor",
@@ -4414,10 +4469,10 @@ const Icon$S = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
4414
4469
  clipRule: "evenodd"
4415
4470
  }
4416
4471
  ) });
4417
- const BaseSvgIcon$S = material.createSvgIcon(Icon$S(), "Sample");
4472
+ const BaseSvgIcon$T = material.createSvgIcon(Icon$T(), "Sample");
4418
4473
  function Sample({ width, height, sx, ...props }, ref) {
4419
4474
  return /* @__PURE__ */ jsxRuntime.jsx(
4420
- BaseSvgIcon$S,
4475
+ BaseSvgIcon$T,
4421
4476
  {
4422
4477
  ref,
4423
4478
  viewBox: "0 0 24 24",
@@ -4431,7 +4486,7 @@ function Sample({ width, height, sx, ...props }, ref) {
4431
4486
  );
4432
4487
  }
4433
4488
  const Sample$1 = React.forwardRef(Sample);
4434
- const Icon$R = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4489
+ const Icon$S = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4435
4490
  /* @__PURE__ */ jsxRuntime.jsx(
4436
4491
  "path",
4437
4492
  {
@@ -4447,10 +4502,10 @@ const Icon$R = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
4447
4502
  }
4448
4503
  )
4449
4504
  ] });
4450
- const BaseSvgIcon$R = material.createSvgIcon(Icon$R(), "SaveOk");
4505
+ const BaseSvgIcon$S = material.createSvgIcon(Icon$S(), "SaveOk");
4451
4506
  function SaveOk({ width, height, sx, ...props }, ref) {
4452
4507
  return /* @__PURE__ */ jsxRuntime.jsx(
4453
- BaseSvgIcon$R,
4508
+ BaseSvgIcon$S,
4454
4509
  {
4455
4510
  ref,
4456
4511
  viewBox: "0 0 24 24",
@@ -4464,7 +4519,7 @@ function SaveOk({ width, height, sx, ...props }, ref) {
4464
4519
  );
4465
4520
  }
4466
4521
  const SaveOk$1 = React.forwardRef(SaveOk);
4467
- const Icon$Q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4522
+ const Icon$R = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4468
4523
  /* @__PURE__ */ jsxRuntime.jsx(
4469
4524
  "path",
4470
4525
  {
@@ -4489,10 +4544,10 @@ const Icon$Q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
4489
4544
  }
4490
4545
  )
4491
4546
  ] });
4492
- const BaseSvgIcon$Q = material.createSvgIcon(Icon$Q(), "ScheduleRun");
4547
+ const BaseSvgIcon$R = material.createSvgIcon(Icon$R(), "ScheduleRun");
4493
4548
  function ScheduleRun({ width, height, sx, ...props }, ref) {
4494
4549
  return /* @__PURE__ */ jsxRuntime.jsx(
4495
- BaseSvgIcon$Q,
4550
+ BaseSvgIcon$R,
4496
4551
  {
4497
4552
  ref,
4498
4553
  viewBox: "0 0 24 24",
@@ -4506,7 +4561,7 @@ function ScheduleRun({ width, height, sx, ...props }, ref) {
4506
4561
  );
4507
4562
  }
4508
4563
  const ScheduleRun$1 = React.forwardRef(ScheduleRun);
4509
- const Icon$P = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4564
+ const Icon$Q = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4510
4565
  /* @__PURE__ */ jsxRuntime.jsx(
4511
4566
  "path",
4512
4567
  {
@@ -4522,10 +4577,10 @@ const Icon$P = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
4522
4577
  }
4523
4578
  )
4524
4579
  ] });
4525
- const BaseSvgIcon$P = material.createSvgIcon(Icon$P(), "SelectDestination");
4580
+ const BaseSvgIcon$Q = material.createSvgIcon(Icon$Q(), "SelectDestination");
4526
4581
  function SelectDestination({ width, height, sx, ...props }, ref) {
4527
4582
  return /* @__PURE__ */ jsxRuntime.jsx(
4528
- BaseSvgIcon$P,
4583
+ BaseSvgIcon$Q,
4529
4584
  {
4530
4585
  ref,
4531
4586
  viewBox: "0 0 24 24",
@@ -4539,7 +4594,7 @@ function SelectDestination({ width, height, sx, ...props }, ref) {
4539
4594
  );
4540
4595
  }
4541
4596
  const SelectDestination$1 = React.forwardRef(SelectDestination);
4542
- const Icon$O = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4597
+ const Icon$P = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4543
4598
  /* @__PURE__ */ jsxRuntime.jsx(
4544
4599
  "path",
4545
4600
  {
@@ -4557,10 +4612,10 @@ const Icon$O = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www
4557
4612
  }
4558
4613
  )
4559
4614
  ] });
4560
- const BaseSvgIcon$O = material.createSvgIcon(Icon$O(), "SelectFeature");
4615
+ const BaseSvgIcon$P = material.createSvgIcon(Icon$P(), "SelectFeature");
4561
4616
  function SelectFeature({ width, height, sx, ...props }, ref) {
4562
4617
  return /* @__PURE__ */ jsxRuntime.jsx(
4563
- BaseSvgIcon$O,
4618
+ BaseSvgIcon$P,
4564
4619
  {
4565
4620
  ref,
4566
4621
  viewBox: "0 0 24 24",
@@ -4574,7 +4629,7 @@ function SelectFeature({ width, height, sx, ...props }, ref) {
4574
4629
  );
4575
4630
  }
4576
4631
  const SelectFeature$1 = React.forwardRef(SelectFeature);
4577
- const Icon$N = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4632
+ const Icon$O = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4578
4633
  "path",
4579
4634
  {
4580
4635
  fill: "currentColor",
@@ -4583,10 +4638,10 @@ const Icon$N = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.
4583
4638
  clipRule: "evenodd"
4584
4639
  }
4585
4640
  ) });
4586
- const BaseSvgIcon$N = material.createSvgIcon(Icon$N(), "SelectTool");
4641
+ const BaseSvgIcon$O = material.createSvgIcon(Icon$O(), "SelectTool");
4587
4642
  function SelectTool({ width, height, sx, ...props }, ref) {
4588
4643
  return /* @__PURE__ */ jsxRuntime.jsx(
4589
- BaseSvgIcon$N,
4644
+ BaseSvgIcon$O,
4590
4645
  {
4591
4646
  ref,
4592
4647
  viewBox: "0 0 24 24",
@@ -4600,17 +4655,17 @@ function SelectTool({ width, height, sx, ...props }, ref) {
4600
4655
  );
4601
4656
  }
4602
4657
  const SelectTool$1 = React.forwardRef(SelectTool);
4603
- const Icon$M = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4658
+ const Icon$N = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
4604
4659
  "path",
4605
4660
  {
4606
4661
  fill: "currentColor",
4607
4662
  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"
4608
4663
  }
4609
4664
  ) });
4610
- const BaseSvgIcon$M = material.createSvgIcon(Icon$M(), "SelectVariable");
4665
+ const BaseSvgIcon$N = material.createSvgIcon(Icon$N(), "SelectVariable");
4611
4666
  function SelectVariable({ width, height, sx, ...props }, ref) {
4612
4667
  return /* @__PURE__ */ jsxRuntime.jsx(
4613
- BaseSvgIcon$M,
4668
+ BaseSvgIcon$N,
4614
4669
  {
4615
4670
  ref,
4616
4671
  viewBox: "0 0 24 24",
@@ -4624,6 +4679,39 @@ function SelectVariable({ width, height, sx, ...props }, ref) {
4624
4679
  );
4625
4680
  }
4626
4681
  const SelectVariable$1 = React.forwardRef(SelectVariable);
4682
+ const Icon$M = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4683
+ /* @__PURE__ */ jsxRuntime.jsx(
4684
+ "path",
4685
+ {
4686
+ fill: "currentColor",
4687
+ d: "m12.643 5.307-3.857 7.285h2.691v4.715l3.737-7.286h-2.571zM17.97 24a6.7 6.7 0 0 1-3.617-1.034 6 6 0 0 1-2.412-2.842 6 6 0 0 1 2.412-2.842 6.7 6.7 0 0 1 3.618-1.034q1.96 0 3.617 1.034A6 6 0 0 1 24 20.124a6 6 0 0 1-2.412 2.842A6.7 6.7 0 0 1 17.971 24m0-1.723q1.228 0 2.316-.56a4.7 4.7 0 0 0 1.776-1.593 4.7 4.7 0 0 0-1.777-1.593 5 5 0 0 0-2.314-.56q-1.228 0-2.315.56a4.7 4.7 0 0 0-1.777 1.593 4.7 4.7 0 0 0 1.777 1.594q1.087.56 2.315.56m0-.861q-.537 0-.915-.377a1.25 1.25 0 0 1-.376-.915q0-.538.377-.915.376-.377.915-.377t.915.377q.377.377.377.915t-.377.915a1.25 1.25 0 0 1-.915.377"
4688
+ }
4689
+ ),
4690
+ /* @__PURE__ */ jsxRuntime.jsx(
4691
+ "path",
4692
+ {
4693
+ fill: "currentColor",
4694
+ d: "M19.75 1.723a2 2 0 0 1 2 2v11.37a8.6 8.6 0 0 0-2-.67v-10.7h-16v16h6.192c0 .86.19 1.34.553 2H3.75a2 2 0 0 1-2-2v-16a2 2 0 0 1 2-2z"
4695
+ }
4696
+ )
4697
+ ] });
4698
+ const BaseSvgIcon$M = material.createSvgIcon(Icon$M(), "ShowNodeResults");
4699
+ function ShowNodeResults({ width, height, sx, ...props }, ref) {
4700
+ return /* @__PURE__ */ jsxRuntime.jsx(
4701
+ BaseSvgIcon$M,
4702
+ {
4703
+ ref,
4704
+ viewBox: "0 0 24 24",
4705
+ sx: {
4706
+ width,
4707
+ height: height || width,
4708
+ ...sx
4709
+ },
4710
+ ...props
4711
+ }
4712
+ );
4713
+ }
4714
+ const ShowNodeResults$1 = React.forwardRef(ShowNodeResults);
4627
4715
  const Icon$L = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4628
4716
  /* @__PURE__ */ jsxRuntime.jsx(
4629
4717
  "path",
@@ -6042,6 +6130,8 @@ exports.Blending = Blending$1;
6042
6130
  exports.BlockLabel = BlockLabel$1;
6043
6131
  exports.BlockLabelOff = BlockLabelOff$1;
6044
6132
  exports.BottomRow = BottomRow$1;
6133
+ exports.BulletPointAlt = BulletPointAlt$1;
6134
+ exports.BulletPointCheckedAlt = BulletPointCheckedAlt$1;
6045
6135
  exports.Carto = Carto$1;
6046
6136
  exports.CartoAi = CartoAi$1;
6047
6137
  exports.CartoSymbol = CartoSymbol$1;
@@ -6172,6 +6262,7 @@ exports.SelectDestination = SelectDestination$1;
6172
6262
  exports.SelectFeature = SelectFeature$1;
6173
6263
  exports.SelectTool = SelectTool$1;
6174
6264
  exports.SelectVariable = SelectVariable$1;
6265
+ exports.ShowNodeResults = ShowNodeResults$1;
6175
6266
  exports.ShowRightsidebar = ShowRightsidebar$1;
6176
6267
  exports.SingleLayer = SingleLayer$1;
6177
6268
  exports.SiteSelection = SiteSelection$1;