@carbon/ibm-products 2.61.0-rc.0 → 2.62.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (547) hide show
  1. package/css/index-full-carbon.css +170 -22
  2. package/css/index-full-carbon.css.map +1 -1
  3. package/css/index-full-carbon.min.css +1 -1
  4. package/css/index-full-carbon.min.css.map +1 -1
  5. package/css/index-without-carbon-released-only.css +170 -22
  6. package/css/index-without-carbon-released-only.css.map +1 -1
  7. package/css/index-without-carbon-released-only.min.css +1 -1
  8. package/css/index-without-carbon-released-only.min.css.map +1 -1
  9. package/css/index-without-carbon.css +170 -22
  10. package/css/index-without-carbon.css.map +1 -1
  11. package/css/index-without-carbon.min.css +1 -1
  12. package/css/index-without-carbon.min.css.map +1 -1
  13. package/css/index.css +170 -22
  14. package/css/index.css.map +1 -1
  15. package/css/index.min.css +1 -1
  16. package/css/index.min.css.map +1 -1
  17. package/es/_virtual/_rollupPluginBabelHelpers.js +4 -4
  18. package/es/components/APIKeyModal/APIKeyDownloader.js +2 -2
  19. package/es/components/APIKeyModal/APIKeyModal.js +16 -16
  20. package/es/components/AboutModal/AboutModal.js +1 -1
  21. package/es/components/ActionBar/ActionBar.js +5 -5
  22. package/es/components/ActionBar/ActionBarOverflowItems.js +3 -3
  23. package/es/components/ActionSet/ActionSet.js +5 -5
  24. package/es/components/AddSelect/AddSelect.js +5 -4
  25. package/es/components/AddSelect/AddSelectBody.js +12 -11
  26. package/es/components/AddSelect/AddSelectColumn.js +1 -1
  27. package/es/components/AddSelect/AddSelectFilter.js +1 -1
  28. package/es/components/AddSelect/AddSelectMetaPanel.js +3 -3
  29. package/es/components/AddSelect/AddSelectRow.js +21 -13
  30. package/es/components/AddSelect/AddSelectSidebar.js +14 -4
  31. package/es/components/AddSelect/AddSelectSort.js +5 -5
  32. package/es/components/AddSelect/add-select-utils.js +3 -3
  33. package/es/components/AddSelect/types/index.d.ts +1 -0
  34. package/es/components/BigNumbers/BigNumbers.js +11 -11
  35. package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +4 -4
  36. package/es/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +4 -4
  37. package/es/components/Card/Card.js +14 -14
  38. package/es/components/Card/CardFooter.js +4 -4
  39. package/es/components/Card/CardHeader.js +2 -2
  40. package/es/components/Carousel/Carousel.js +16 -16
  41. package/es/components/Cascade/Cascade.js +2 -2
  42. package/es/components/Checklist/Checklist.js +11 -11
  43. package/es/components/Checklist/ChecklistChart.js +1 -1
  44. package/es/components/Checklist/ChecklistIcon.js +1 -1
  45. package/es/components/Coachmark/Coachmark.js +10 -10
  46. package/es/components/Coachmark/CoachmarkDragbar.js +5 -5
  47. package/es/components/Coachmark/CoachmarkHeader.js +4 -4
  48. package/es/components/Coachmark/CoachmarkOverlay.js +4 -4
  49. package/es/components/Coachmark/CoachmarkTagline.js +3 -3
  50. package/es/components/CoachmarkBeacon/CoachmarkBeacon.js +1 -1
  51. package/es/components/CoachmarkFixed/CoachmarkFixed.js +6 -6
  52. package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.d.ts +0 -10
  53. package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +16 -35
  54. package/es/components/CoachmarkStack/CoachmarkStack.d.ts +2 -13
  55. package/es/components/CoachmarkStack/CoachmarkStack.js +12 -22
  56. package/es/components/CoachmarkStack/CoachmarkStackHome.d.ts +0 -17
  57. package/es/components/CoachmarkStack/CoachmarkStackHome.js +6 -29
  58. package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +12 -12
  59. package/es/components/ConditionBuilder/ConditionBuilder.js +2 -2
  60. package/es/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +5 -5
  61. package/es/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +2 -2
  62. package/es/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +1 -1
  63. package/es/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +3 -3
  64. package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +19 -19
  65. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +7 -7
  66. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +2 -2
  67. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +3 -3
  68. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +6 -6
  69. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +6 -6
  70. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +1 -1
  71. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +3 -3
  72. package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +31 -31
  73. package/es/components/ConditionBuilder/utils/handleKeyboardEvents.js +15 -15
  74. package/es/components/ConditionBuilder/utils/useDataConfigs.js +1 -1
  75. package/es/components/ConditionBuilder/utils/useTranslations.js +2 -2
  76. package/es/components/ConditionBuilder/utils/util.js +13 -13
  77. package/es/components/CreateFullPage/CreateFullPage.js +3 -3
  78. package/es/components/CreateFullPage/CreateFullPageStep.js +9 -9
  79. package/es/components/CreateInfluencer/CreateInfluencer.js +8 -8
  80. package/es/components/CreateModal/CreateModal.js +1 -1
  81. package/es/components/CreateSidePanel/CreateSidePanel.js +1 -1
  82. package/es/components/CreateTearsheet/CreateTearsheet.js +4 -4
  83. package/es/components/CreateTearsheet/CreateTearsheetStep.js +16 -16
  84. package/es/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +1 -1
  85. package/es/components/DataSpreadsheet/DataSpreadsheet.js +52 -52
  86. package/es/components/DataSpreadsheet/DataSpreadsheetBody.js +36 -36
  87. package/es/components/DataSpreadsheet/DataSpreadsheetHeader.js +26 -26
  88. package/es/components/DataSpreadsheet/hooks/useMoveActiveCell.js +3 -3
  89. package/es/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +3 -3
  90. package/es/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.js +1 -1
  91. package/es/components/DataSpreadsheet/hooks/useSpreadsheetEdit.js +16 -16
  92. package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +5 -5
  93. package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +8 -8
  94. package/es/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +1 -1
  95. package/es/components/DataSpreadsheet/utils/checkActiveHeaderCell.js +3 -3
  96. package/es/components/DataSpreadsheet/utils/checkSelectedHeaderCell.js +5 -5
  97. package/es/components/DataSpreadsheet/utils/commonEventHandlers.js +3 -3
  98. package/es/components/DataSpreadsheet/utils/createActiveCellFn.js +10 -10
  99. package/es/components/DataSpreadsheet/utils/createCellSelectionArea.js +1 -1
  100. package/es/components/DataSpreadsheet/utils/getSpreadsheetWidth.js +1 -1
  101. package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.js +6 -6
  102. package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.js +6 -6
  103. package/es/components/DataSpreadsheet/utils/handleCellDeletion.js +6 -6
  104. package/es/components/DataSpreadsheet/utils/handleEditSubmit.js +3 -3
  105. package/es/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +10 -10
  106. package/es/components/DataSpreadsheet/utils/handleMultipleKeys.js +14 -14
  107. package/es/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +4 -4
  108. package/es/components/DataSpreadsheet/utils/removeCellSelections.js +1 -1
  109. package/es/components/Datagrid/Datagrid/Datagrid.js +2 -2
  110. package/es/components/Datagrid/Datagrid/DatagridBody.js +1 -1
  111. package/es/components/Datagrid/Datagrid/DatagridContent.js +14 -14
  112. package/es/components/Datagrid/Datagrid/DatagridEmptyBody.js +2 -2
  113. package/es/components/Datagrid/Datagrid/DatagridExpandedRow.js +3 -3
  114. package/es/components/Datagrid/Datagrid/DatagridHead.js +2 -2
  115. package/es/components/Datagrid/Datagrid/DatagridHeaderRow.js +23 -23
  116. package/es/components/Datagrid/Datagrid/DatagridRefBody.js +2 -2
  117. package/es/components/Datagrid/Datagrid/DatagridRow.js +19 -19
  118. package/es/components/Datagrid/Datagrid/DatagridSelectAll.js +9 -9
  119. package/es/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +7 -7
  120. package/es/components/Datagrid/Datagrid/DatagridSimpleBody.js +1 -1
  121. package/es/components/Datagrid/Datagrid/DatagridToolbar.js +11 -11
  122. package/es/components/Datagrid/Datagrid/DatagridVirtualBody.js +18 -18
  123. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +1 -1
  124. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +1 -1
  125. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +9 -9
  126. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +1 -1
  127. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +1 -1
  128. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +15 -15
  129. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.d.ts +1 -1
  130. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +59 -44
  131. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +1 -1
  132. package/es/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +2 -2
  133. package/es/components/Datagrid/Datagrid/addons/Filtering/constants.js +1 -5
  134. package/es/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +1 -1
  135. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +20 -20
  136. package/es/components/Datagrid/Datagrid/addons/Filtering/utils.js +1 -1
  137. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +1 -1
  138. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +35 -35
  139. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +1 -1
  140. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +1 -1
  141. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +6 -6
  142. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +2 -2
  143. package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +5 -5
  144. package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +1 -1
  145. package/es/components/Datagrid/Datagrid/addons/stateReducer.js +4 -4
  146. package/es/components/Datagrid/useActionsColumn.js +2 -2
  147. package/es/components/Datagrid/useColumnRightAlign.js +3 -3
  148. package/es/components/Datagrid/useCustomizeColumns.js +1 -1
  149. package/es/components/Datagrid/useDatagrid.js +2 -2
  150. package/es/components/Datagrid/useDefaultStringRenderer.js +1 -1
  151. package/es/components/Datagrid/useDisableSelectRows.js +16 -16
  152. package/es/components/Datagrid/useExpandedRow.js +1 -1
  153. package/es/components/Datagrid/useFiltering.js +1 -1
  154. package/es/components/Datagrid/useFloatingScroll.js +2 -2
  155. package/es/components/Datagrid/useFocusRowExpander.js +4 -4
  156. package/es/components/Datagrid/useInfiniteScroll.js +1 -1
  157. package/es/components/Datagrid/useInitialColumnSort.js +1 -1
  158. package/es/components/Datagrid/useInlineEdit.js +4 -4
  159. package/es/components/Datagrid/useNestedRowExpander.js +6 -6
  160. package/es/components/Datagrid/useNestedRows.js +6 -6
  161. package/es/components/Datagrid/useOnRowClick.js +1 -1
  162. package/es/components/Datagrid/useRowExpander.js +4 -4
  163. package/es/components/Datagrid/useRowIsMouseOver.js +1 -1
  164. package/es/components/Datagrid/useRowRenderer.js +6 -6
  165. package/es/components/Datagrid/useSelectAllToggle.js +2 -2
  166. package/es/components/Datagrid/useSelectRows.js +5 -5
  167. package/es/components/Datagrid/useSortableColumns.js +11 -11
  168. package/es/components/Datagrid/useStickyColumn.js +8 -8
  169. package/es/components/DecoratorBase/DecoratorBase.js +8 -8
  170. package/es/components/DecoratorBase/DecoratorIcon.js +2 -2
  171. package/es/components/DelimitedList/DelimitedList.js +3 -3
  172. package/es/components/DescriptionList/DescriptionList.js +2 -2
  173. package/es/components/EditInPlace/EditInPlace.js +6 -6
  174. package/es/components/EditSidePanel/EditSidePanel.js +3 -3
  175. package/es/components/EditTearsheet/EditTearsheet.js +3 -3
  176. package/es/components/EditTearsheet/EditTearsheetForm.js +2 -2
  177. package/es/components/EmptyStates/EmptyState.js +5 -5
  178. package/es/components/EmptyStates/EmptyStateContent.js +2 -2
  179. package/es/components/EmptyStates/EmptyStateV2.js +2 -2
  180. package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +3 -3
  181. package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +3 -3
  182. package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +3 -3
  183. package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +3 -3
  184. package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +3 -3
  185. package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +3 -3
  186. package/es/components/ExportModal/ExportModal.js +7 -7
  187. package/es/components/FeatureFlags/index.js +1 -1
  188. package/es/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +1 -1
  189. package/es/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +2 -2
  190. package/es/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +8 -8
  191. package/es/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +1 -1
  192. package/es/components/FilterSummary/FilterSummary.js +18 -34
  193. package/es/components/FullPageError/FullPageError.js +1 -1
  194. package/es/components/Guidebanner/Guidebanner.js +8 -8
  195. package/es/components/Guidebanner/GuidebannerElementButton.js +1 -1
  196. package/es/components/ImportModal/ImportModal.js +2 -2
  197. package/es/components/InlineTip/InlineTip.d.ts +0 -14
  198. package/es/components/InlineTip/InlineTip.js +13 -35
  199. package/es/components/InlineTip/utils.js +1 -1
  200. package/es/components/InterstitialScreen/InterstitialScreen.d.ts +0 -26
  201. package/es/components/InterstitialScreen/InterstitialScreen.js +22 -56
  202. package/es/components/MultiAddSelect/MultiAddSelect.d.ts +4 -0
  203. package/es/components/MultiAddSelect/MultiAddSelect.js +2 -1
  204. package/es/components/Nav/Nav.js +3 -3
  205. package/es/components/Nav/NavItem.js +8 -9
  206. package/es/components/Nav/NavList.js +14 -15
  207. package/es/components/NonLinearReading/NonLinearReading.js +1 -1
  208. package/es/components/NotificationsPanel/NotificationsPanel.d.ts +53 -1
  209. package/es/components/NotificationsPanel/NotificationsPanel.js +89 -71
  210. package/es/components/OptionsTile/OptionsTile.js +4 -3
  211. package/es/components/PageHeader/PageHeader.js +19 -19
  212. package/es/components/PageHeader/PageHeaderTitle.js +1 -1
  213. package/es/components/PageHeader/PageHeaderUtils.js +1 -1
  214. package/es/components/ProductiveCard/ProductiveCard.js +1 -1
  215. package/es/components/RemoveModal/RemoveModal.js +2 -2
  216. package/es/components/Saving/Saving.js +4 -4
  217. package/es/components/ScrollGradient/ScrollGradient.js +6 -6
  218. package/es/components/SearchBar/SearchBar.js +6 -6
  219. package/es/components/SidePanel/SidePanel.js +45 -45
  220. package/es/components/SimpleHeader/SimpleHeader.js +4 -4
  221. package/es/components/StatusIcon/StatusIcon.js +1 -1
  222. package/es/components/StatusIndicator/StatusIndicator.js +2 -2
  223. package/es/components/StatusIndicator/StatusIndicatorStep.js +1 -1
  224. package/es/components/StringFormatter/StringFormatter.js +4 -4
  225. package/es/components/TagOverflow/TagOverflow.js +7 -7
  226. package/es/components/TagOverflow/TagOverflowModal.js +4 -4
  227. package/es/components/TagOverflow/TagOverflowPopover.js +13 -13
  228. package/es/components/TagSet/TagSet.js +15 -15
  229. package/es/components/TagSet/TagSetModal.js +6 -6
  230. package/es/components/TagSet/TagSetOverflow.js +3 -3
  231. package/es/components/Tearsheet/Tearsheet.js +2 -2
  232. package/es/components/Tearsheet/TearsheetNarrow.js +1 -1
  233. package/es/components/Tearsheet/TearsheetShell.js +6 -6
  234. package/es/components/Toolbar/Toolbar.js +6 -6
  235. package/es/components/Toolbar/ToolbarButton.js +4 -4
  236. package/es/components/TruncatedList/TruncatedList.js +8 -8
  237. package/es/components/UserAvatar/UserAvatar.js +4 -4
  238. package/es/components/UserProfileImage/UserProfileImage.js +2 -2
  239. package/es/components/WebTerminal/WebTerminal.js +8 -8
  240. package/es/global/js/hooks/useControllableState.js +1 -1
  241. package/es/global/js/hooks/useCreateComponentFocus.js +1 -1
  242. package/es/global/js/hooks/useCreateComponentStepChange.js +10 -10
  243. package/es/global/js/hooks/useFocus.js +19 -19
  244. package/es/global/js/hooks/useOverflowItems/index.d.ts +7 -0
  245. package/es/global/js/hooks/{useOverflowItems.js → useOverflowItems/useOverflowItems.js} +16 -16
  246. package/es/global/js/hooks/useOverflowString.js +6 -6
  247. package/es/global/js/hooks/usePresence.d.ts +23 -0
  248. package/es/global/js/hooks/usePresence.js +26 -6
  249. package/es/global/js/hooks/useResetCreateComponent.js +1 -1
  250. package/es/global/js/hooks/useResizeObserver.js +5 -5
  251. package/es/global/js/hooks/useRetrieveStepData.js +1 -1
  252. package/es/global/js/package-settings.js +4 -4
  253. package/es/global/js/utils/Wrap.js +2 -2
  254. package/es/global/js/utils/checkForOverflow.js +1 -1
  255. package/es/global/js/utils/debounce.d.ts +1 -1
  256. package/es/global/js/utils/debounce.js +2 -2
  257. package/es/global/js/utils/getSupportedLocale.d.ts +2 -0
  258. package/es/global/js/utils/getSupportedLocale.js +2 -0
  259. package/es/global/js/utils/lastIndexInArray.js +1 -1
  260. package/es/global/js/utils/props-helper.js +1 -1
  261. package/es/node_modules/@carbon/icon-helpers/es/index.js +2 -2
  262. package/es/node_modules/@carbon/icons-react/es/Icon.js +2 -2
  263. package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +894 -863
  264. package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +824 -823
  265. package/es/node_modules/prop-types/factoryWithTypeCheckers.js +1 -1
  266. package/es/settings.js +2 -2
  267. package/lib/_virtual/_rollupPluginBabelHelpers.js +4 -4
  268. package/lib/components/APIKeyModal/APIKeyDownloader.js +2 -2
  269. package/lib/components/APIKeyModal/APIKeyModal.js +16 -16
  270. package/lib/components/AboutModal/AboutModal.js +1 -1
  271. package/lib/components/ActionBar/ActionBar.js +5 -5
  272. package/lib/components/ActionBar/ActionBarOverflowItems.js +3 -3
  273. package/lib/components/ActionSet/ActionSet.js +5 -5
  274. package/lib/components/AddSelect/AddSelect.js +5 -4
  275. package/lib/components/AddSelect/AddSelectBody.js +12 -11
  276. package/lib/components/AddSelect/AddSelectColumn.js +1 -1
  277. package/lib/components/AddSelect/AddSelectFilter.js +1 -1
  278. package/lib/components/AddSelect/AddSelectMetaPanel.js +3 -3
  279. package/lib/components/AddSelect/AddSelectRow.js +20 -12
  280. package/lib/components/AddSelect/AddSelectSidebar.js +14 -4
  281. package/lib/components/AddSelect/AddSelectSort.js +5 -5
  282. package/lib/components/AddSelect/add-select-utils.js +3 -3
  283. package/lib/components/AddSelect/types/index.d.ts +1 -0
  284. package/lib/components/BigNumbers/BigNumbers.js +10 -10
  285. package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +4 -4
  286. package/lib/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +4 -4
  287. package/lib/components/Card/Card.js +14 -14
  288. package/lib/components/Card/CardFooter.js +4 -4
  289. package/lib/components/Card/CardHeader.js +2 -2
  290. package/lib/components/Carousel/Carousel.js +16 -16
  291. package/lib/components/Cascade/Cascade.js +2 -2
  292. package/lib/components/Checklist/Checklist.js +11 -11
  293. package/lib/components/Checklist/ChecklistChart.js +1 -1
  294. package/lib/components/Checklist/ChecklistIcon.js +1 -1
  295. package/lib/components/Coachmark/Coachmark.js +10 -10
  296. package/lib/components/Coachmark/CoachmarkDragbar.js +5 -5
  297. package/lib/components/Coachmark/CoachmarkHeader.js +4 -4
  298. package/lib/components/Coachmark/CoachmarkOverlay.js +4 -4
  299. package/lib/components/Coachmark/CoachmarkTagline.js +3 -3
  300. package/lib/components/CoachmarkBeacon/CoachmarkBeacon.js +1 -1
  301. package/lib/components/CoachmarkFixed/CoachmarkFixed.js +6 -6
  302. package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.d.ts +0 -10
  303. package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +16 -35
  304. package/lib/components/CoachmarkStack/CoachmarkStack.d.ts +2 -13
  305. package/lib/components/CoachmarkStack/CoachmarkStack.js +12 -22
  306. package/lib/components/CoachmarkStack/CoachmarkStackHome.d.ts +0 -17
  307. package/lib/components/CoachmarkStack/CoachmarkStackHome.js +6 -29
  308. package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +12 -12
  309. package/lib/components/ConditionBuilder/ConditionBuilder.js +2 -2
  310. package/lib/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +5 -5
  311. package/lib/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +2 -2
  312. package/lib/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +1 -1
  313. package/lib/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +3 -3
  314. package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +19 -19
  315. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +7 -7
  316. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +2 -2
  317. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +3 -3
  318. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +6 -6
  319. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +6 -6
  320. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +1 -1
  321. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +3 -3
  322. package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +31 -31
  323. package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.js +15 -15
  324. package/lib/components/ConditionBuilder/utils/useDataConfigs.js +1 -1
  325. package/lib/components/ConditionBuilder/utils/useTranslations.js +2 -2
  326. package/lib/components/ConditionBuilder/utils/util.js +13 -13
  327. package/lib/components/CreateFullPage/CreateFullPage.js +3 -3
  328. package/lib/components/CreateFullPage/CreateFullPageStep.js +9 -9
  329. package/lib/components/CreateInfluencer/CreateInfluencer.js +8 -8
  330. package/lib/components/CreateModal/CreateModal.js +1 -1
  331. package/lib/components/CreateSidePanel/CreateSidePanel.js +1 -1
  332. package/lib/components/CreateTearsheet/CreateTearsheet.js +4 -4
  333. package/lib/components/CreateTearsheet/CreateTearsheetStep.js +16 -16
  334. package/lib/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +1 -1
  335. package/lib/components/DataSpreadsheet/DataSpreadsheet.js +52 -52
  336. package/lib/components/DataSpreadsheet/DataSpreadsheetBody.js +36 -36
  337. package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.js +26 -26
  338. package/lib/components/DataSpreadsheet/hooks/useMoveActiveCell.js +3 -3
  339. package/lib/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +3 -3
  340. package/lib/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.js +1 -1
  341. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetEdit.js +16 -16
  342. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +5 -5
  343. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +8 -8
  344. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +1 -1
  345. package/lib/components/DataSpreadsheet/utils/checkActiveHeaderCell.js +3 -3
  346. package/lib/components/DataSpreadsheet/utils/checkSelectedHeaderCell.js +5 -5
  347. package/lib/components/DataSpreadsheet/utils/commonEventHandlers.js +3 -3
  348. package/lib/components/DataSpreadsheet/utils/createActiveCellFn.js +10 -10
  349. package/lib/components/DataSpreadsheet/utils/createCellSelectionArea.js +1 -1
  350. package/lib/components/DataSpreadsheet/utils/getSpreadsheetWidth.js +1 -1
  351. package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.js +6 -6
  352. package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.js +6 -6
  353. package/lib/components/DataSpreadsheet/utils/handleCellDeletion.js +6 -6
  354. package/lib/components/DataSpreadsheet/utils/handleEditSubmit.js +3 -3
  355. package/lib/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +10 -10
  356. package/lib/components/DataSpreadsheet/utils/handleMultipleKeys.js +14 -14
  357. package/lib/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +4 -4
  358. package/lib/components/DataSpreadsheet/utils/removeCellSelections.js +1 -1
  359. package/lib/components/Datagrid/Datagrid/Datagrid.js +2 -2
  360. package/lib/components/Datagrid/Datagrid/DatagridBody.js +1 -1
  361. package/lib/components/Datagrid/Datagrid/DatagridContent.js +14 -14
  362. package/lib/components/Datagrid/Datagrid/DatagridEmptyBody.js +2 -2
  363. package/lib/components/Datagrid/Datagrid/DatagridExpandedRow.js +3 -3
  364. package/lib/components/Datagrid/Datagrid/DatagridHead.js +2 -2
  365. package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.js +23 -23
  366. package/lib/components/Datagrid/Datagrid/DatagridRefBody.js +2 -2
  367. package/lib/components/Datagrid/Datagrid/DatagridRow.js +19 -19
  368. package/lib/components/Datagrid/Datagrid/DatagridSelectAll.js +9 -9
  369. package/lib/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +7 -7
  370. package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.js +1 -1
  371. package/lib/components/Datagrid/Datagrid/DatagridToolbar.js +11 -11
  372. package/lib/components/Datagrid/Datagrid/DatagridVirtualBody.js +18 -18
  373. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +1 -1
  374. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +1 -1
  375. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +9 -9
  376. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +1 -1
  377. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +1 -1
  378. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +15 -15
  379. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.d.ts +1 -1
  380. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +59 -44
  381. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +1 -1
  382. package/lib/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +2 -2
  383. package/lib/components/Datagrid/Datagrid/addons/Filtering/constants.js +0 -6
  384. package/lib/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +1 -1
  385. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +20 -20
  386. package/lib/components/Datagrid/Datagrid/addons/Filtering/utils.js +1 -1
  387. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +1 -1
  388. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +35 -35
  389. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +1 -1
  390. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +1 -1
  391. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +6 -6
  392. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +2 -2
  393. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +5 -5
  394. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +1 -1
  395. package/lib/components/Datagrid/Datagrid/addons/stateReducer.js +4 -4
  396. package/lib/components/Datagrid/useActionsColumn.js +2 -2
  397. package/lib/components/Datagrid/useColumnRightAlign.js +3 -3
  398. package/lib/components/Datagrid/useCustomizeColumns.js +1 -1
  399. package/lib/components/Datagrid/useDatagrid.js +2 -2
  400. package/lib/components/Datagrid/useDefaultStringRenderer.js +1 -1
  401. package/lib/components/Datagrid/useDisableSelectRows.js +16 -16
  402. package/lib/components/Datagrid/useExpandedRow.js +1 -1
  403. package/lib/components/Datagrid/useFiltering.js +1 -1
  404. package/lib/components/Datagrid/useFloatingScroll.js +2 -2
  405. package/lib/components/Datagrid/useFocusRowExpander.js +4 -4
  406. package/lib/components/Datagrid/useInfiniteScroll.js +1 -1
  407. package/lib/components/Datagrid/useInitialColumnSort.js +1 -1
  408. package/lib/components/Datagrid/useInlineEdit.js +4 -4
  409. package/lib/components/Datagrid/useNestedRowExpander.js +6 -6
  410. package/lib/components/Datagrid/useNestedRows.js +6 -6
  411. package/lib/components/Datagrid/useOnRowClick.js +1 -1
  412. package/lib/components/Datagrid/useRowExpander.js +4 -4
  413. package/lib/components/Datagrid/useRowIsMouseOver.js +1 -1
  414. package/lib/components/Datagrid/useRowRenderer.js +6 -6
  415. package/lib/components/Datagrid/useSelectAllToggle.js +2 -2
  416. package/lib/components/Datagrid/useSelectRows.js +5 -5
  417. package/lib/components/Datagrid/useSortableColumns.js +11 -11
  418. package/lib/components/Datagrid/useStickyColumn.js +8 -8
  419. package/lib/components/DecoratorBase/DecoratorBase.js +8 -8
  420. package/lib/components/DecoratorBase/DecoratorIcon.js +2 -2
  421. package/lib/components/DelimitedList/DelimitedList.js +3 -3
  422. package/lib/components/DescriptionList/DescriptionList.js +2 -2
  423. package/lib/components/EditInPlace/EditInPlace.js +6 -6
  424. package/lib/components/EditSidePanel/EditSidePanel.js +3 -3
  425. package/lib/components/EditTearsheet/EditTearsheet.js +3 -3
  426. package/lib/components/EditTearsheet/EditTearsheetForm.js +2 -2
  427. package/lib/components/EmptyStates/EmptyState.js +5 -5
  428. package/lib/components/EmptyStates/EmptyStateContent.js +2 -2
  429. package/lib/components/EmptyStates/EmptyStateV2.js +2 -2
  430. package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +3 -3
  431. package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +3 -3
  432. package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +3 -3
  433. package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +3 -3
  434. package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +3 -3
  435. package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +3 -3
  436. package/lib/components/ExportModal/ExportModal.js +7 -7
  437. package/lib/components/FeatureFlags/index.js +1 -1
  438. package/lib/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +1 -1
  439. package/lib/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +2 -2
  440. package/lib/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +8 -8
  441. package/lib/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +1 -1
  442. package/lib/components/FilterSummary/FilterSummary.js +18 -34
  443. package/lib/components/FullPageError/FullPageError.js +1 -1
  444. package/lib/components/Guidebanner/Guidebanner.js +8 -8
  445. package/lib/components/Guidebanner/GuidebannerElementButton.js +1 -1
  446. package/lib/components/ImportModal/ImportModal.js +2 -2
  447. package/lib/components/InlineTip/InlineTip.d.ts +0 -14
  448. package/lib/components/InlineTip/InlineTip.js +13 -35
  449. package/lib/components/InlineTip/utils.js +1 -1
  450. package/lib/components/InterstitialScreen/InterstitialScreen.d.ts +0 -26
  451. package/lib/components/InterstitialScreen/InterstitialScreen.js +22 -56
  452. package/lib/components/MultiAddSelect/MultiAddSelect.d.ts +4 -0
  453. package/lib/components/MultiAddSelect/MultiAddSelect.js +2 -1
  454. package/lib/components/Nav/Nav.js +3 -3
  455. package/lib/components/Nav/NavItem.js +12 -13
  456. package/lib/components/Nav/NavList.js +18 -19
  457. package/lib/components/NonLinearReading/NonLinearReading.js +1 -1
  458. package/lib/components/NotificationsPanel/NotificationsPanel.d.ts +53 -1
  459. package/lib/components/NotificationsPanel/NotificationsPanel.js +89 -71
  460. package/lib/components/OptionsTile/OptionsTile.js +4 -3
  461. package/lib/components/PageHeader/PageHeader.js +19 -19
  462. package/lib/components/PageHeader/PageHeaderTitle.js +1 -1
  463. package/lib/components/PageHeader/PageHeaderUtils.js +1 -1
  464. package/lib/components/ProductiveCard/ProductiveCard.js +1 -1
  465. package/lib/components/RemoveModal/RemoveModal.js +2 -2
  466. package/lib/components/Saving/Saving.js +4 -4
  467. package/lib/components/ScrollGradient/ScrollGradient.js +6 -6
  468. package/lib/components/SearchBar/SearchBar.js +6 -6
  469. package/lib/components/SidePanel/SidePanel.js +45 -45
  470. package/lib/components/SimpleHeader/SimpleHeader.js +4 -4
  471. package/lib/components/StatusIcon/StatusIcon.js +1 -1
  472. package/lib/components/StatusIndicator/StatusIndicator.js +2 -2
  473. package/lib/components/StatusIndicator/StatusIndicatorStep.js +1 -1
  474. package/lib/components/StringFormatter/StringFormatter.js +4 -4
  475. package/lib/components/TagOverflow/TagOverflow.js +7 -7
  476. package/lib/components/TagOverflow/TagOverflowModal.js +4 -4
  477. package/lib/components/TagOverflow/TagOverflowPopover.js +13 -13
  478. package/lib/components/TagSet/TagSet.js +15 -15
  479. package/lib/components/TagSet/TagSetModal.js +6 -6
  480. package/lib/components/TagSet/TagSetOverflow.js +3 -3
  481. package/lib/components/Tearsheet/Tearsheet.js +2 -2
  482. package/lib/components/Tearsheet/TearsheetNarrow.js +1 -1
  483. package/lib/components/Tearsheet/TearsheetShell.js +6 -6
  484. package/lib/components/Toolbar/Toolbar.js +6 -6
  485. package/lib/components/Toolbar/ToolbarButton.js +4 -4
  486. package/lib/components/TruncatedList/TruncatedList.js +8 -8
  487. package/lib/components/UserAvatar/UserAvatar.js +4 -4
  488. package/lib/components/UserProfileImage/UserProfileImage.js +2 -2
  489. package/lib/components/WebTerminal/WebTerminal.js +8 -8
  490. package/lib/global/js/hooks/useControllableState.js +1 -1
  491. package/lib/global/js/hooks/useCreateComponentFocus.js +1 -1
  492. package/lib/global/js/hooks/useCreateComponentStepChange.js +10 -10
  493. package/lib/global/js/hooks/useFocus.js +19 -19
  494. package/lib/global/js/hooks/useOverflowItems/index.d.ts +7 -0
  495. package/lib/global/js/hooks/{useOverflowItems.js → useOverflowItems/useOverflowItems.js} +16 -16
  496. package/lib/global/js/hooks/useOverflowString.js +6 -6
  497. package/lib/global/js/hooks/usePresence.d.ts +23 -0
  498. package/lib/global/js/hooks/usePresence.js +26 -6
  499. package/lib/global/js/hooks/useResetCreateComponent.js +1 -1
  500. package/lib/global/js/hooks/useResizeObserver.js +5 -5
  501. package/lib/global/js/hooks/useRetrieveStepData.js +1 -1
  502. package/lib/global/js/package-settings.js +4 -4
  503. package/lib/global/js/utils/Wrap.js +2 -2
  504. package/lib/global/js/utils/checkForOverflow.js +1 -1
  505. package/lib/global/js/utils/debounce.d.ts +1 -1
  506. package/lib/global/js/utils/debounce.js +2 -2
  507. package/lib/global/js/utils/getSupportedLocale.d.ts +2 -0
  508. package/lib/global/js/utils/getSupportedLocale.js +2 -0
  509. package/lib/global/js/utils/lastIndexInArray.js +1 -1
  510. package/lib/global/js/utils/props-helper.js +1 -1
  511. package/lib/node_modules/@carbon/icon-helpers/es/index.js +2 -2
  512. package/lib/node_modules/@carbon/icons-react/es/Icon.js +2 -2
  513. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +902 -871
  514. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +824 -823
  515. package/lib/node_modules/prop-types/factoryWithTypeCheckers.js +1 -1
  516. package/lib/settings.js +2 -2
  517. package/package.json +19 -19
  518. package/scss/components/Datagrid/styles/addons/_FilterPanel.scss +100 -22
  519. package/scss/components/Datagrid/styles/addons/_animations.scss +56 -0
  520. package/scss/components/FilterSummary/_animations.scss +20 -0
  521. package/scss/components/FilterSummary/_filter-summary.scss +11 -0
  522. package/scss/components/FullPageError/_full-page-error.scss +4 -0
  523. package/scss/components/GetStartedCard/_get-started-card.scss +2 -2
  524. package/scss/components/NotificationsPanel/_notifications-panel.scss +35 -7
  525. package/scss/components/SidePanel/_side-panel.scss +4 -2
  526. package/scss/components/Tearsheet/_tearsheet.scss +6 -12
  527. package/telemetry.yml +9 -17
  528. package/es/components/Datagrid/Datagrid/addons/Filtering/motion/variants.d.ts +0 -60
  529. package/es/components/Datagrid/Datagrid/addons/Filtering/motion/variants.js +0 -80
  530. package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.d.ts +0 -25
  531. package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +0 -146
  532. package/es/components/SteppedAnimatedMedia/index.d.ts +0 -8
  533. package/es/global/js/utils/getBezierValues.d.ts +0 -1
  534. package/es/global/js/utils/getBezierValues.js +0 -28
  535. package/es/global/js/utils/motionConstants.d.ts +0 -23
  536. package/es/global/js/utils/motionConstants.js +0 -39
  537. package/lib/components/Datagrid/Datagrid/addons/Filtering/motion/variants.d.ts +0 -60
  538. package/lib/components/Datagrid/Datagrid/addons/Filtering/motion/variants.js +0 -84
  539. package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.d.ts +0 -25
  540. package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +0 -148
  541. package/lib/components/SteppedAnimatedMedia/index.d.ts +0 -8
  542. package/lib/global/js/utils/getBezierValues.d.ts +0 -1
  543. package/lib/global/js/utils/getBezierValues.js +0 -30
  544. package/lib/global/js/utils/motionConstants.d.ts +0 -23
  545. package/lib/global/js/utils/motionConstants.js +0 -42
  546. /package/es/global/js/hooks/{useOverflowItems.d.ts → useOverflowItems/useOverflowItems.d.ts} +0 -0
  547. /package/lib/global/js/hooks/{useOverflowItems.d.ts → useOverflowItems/useOverflowItems.d.ts} +0 -0
@@ -137,11 +137,11 @@ var _excluded = ["children", "size"],
137
137
  _excluded123 = ["children", "size"],
138
138
  _excluded124 = ["children", "size"],
139
139
  _excluded125 = ["children", "size"];
140
- var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _circle, _circle2, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _circle3, _path77, _path78, _circle4, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _circle5, _path90, _path91, _circle6, _path92, _circle7, _circle8, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _circle9, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _circle10, _path143, _circle11, _path144, _path145, _circle12, _path146, _circle13, _path147, _path148, _path149, _circle14, _path150, _circle15, _path151, _path152, _circle16, _path153, _circle17, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _circle18, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _circle19, _circle20, _circle21, _circle22, _circle23, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _circle24, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _circle25, _path211, _path212, _path213, _path214, _path215, _path216, _circle26, _path217, _path218, _path219, _path220, _path221;
141
- var CheckboxCheckedFilled = /*#__PURE__*/React.forwardRef(function CheckboxCheckedFilled(_ref, ref) {
140
+ var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _circle, _circle2, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _circle3, _path79, _path80, _circle4, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _circle5, _path92, _path93, _circle6, _path94, _circle7, _circle8, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _circle9, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _circle10, _path145, _circle11, _path146, _path147, _circle12, _path148, _circle13, _path149, _path150, _path151, _circle14, _path152, _circle15, _path153, _path154, _circle16, _path155, _circle17, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _circle18, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _circle19, _circle20, _circle21, _circle22, _circle23, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _circle24, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _circle25, _path213, _path214, _path215, _path216, _path217, _path218, _circle26, _path219, _path220, _path221, _path222;
141
+ var CheckboxChecked = /*#__PURE__*/React.forwardRef(function CheckboxChecked(_ref, ref) {
142
142
  var children = _ref.children,
143
143
  _ref$size = _ref.size,
144
- size = _ref$size === undefined ? 16 : _ref$size,
144
+ size = _ref$size === void 0 ? 16 : _ref$size,
145
145
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
146
146
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
147
147
  width: size,
@@ -151,20 +151,18 @@ var CheckboxCheckedFilled = /*#__PURE__*/React.forwardRef(function CheckboxCheck
151
151
  viewBox: "0 0 32 32",
152
152
  fill: "currentColor"
153
153
  }, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
154
- d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM14,21.5,9,16.5427,10.5908,15,14,18.3456,21.4087,11l1.5918,1.5772Z"
154
+ d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM6,26V6H26V26Z"
155
155
  })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
156
- fill: "none",
157
- d: "M14,21.5,9,16.5427,10.5908,15,14,18.3456,21.4087,11l1.5918,1.5772Z",
158
- "data-icon-path": "inner-path"
156
+ d: "M14 21.5L9 16.54 10.59 15 14 18.35 21.41 11 23 12.58 14 21.5z"
159
157
  })), children);
160
158
  });
161
159
  if (process.env.NODE_ENV !== "production") {
162
- CheckboxCheckedFilled.propTypes = iconPropTypes4cbeb95d.i;
160
+ CheckboxChecked.propTypes = iconPropTypes4cbeb95d.i;
163
161
  }
164
- var CheckboxIndeterminate = /*#__PURE__*/React.forwardRef(function CheckboxIndeterminate(_ref2, ref) {
162
+ var CheckboxCheckedFilled = /*#__PURE__*/React.forwardRef(function CheckboxCheckedFilled(_ref2, ref) {
165
163
  var children = _ref2.children,
166
164
  _ref2$size = _ref2.size,
167
- size = _ref2$size === undefined ? 16 : _ref2$size,
165
+ size = _ref2$size === void 0 ? 16 : _ref2$size,
168
166
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref2, _excluded2);
169
167
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
170
168
  width: size,
@@ -174,18 +172,20 @@ var CheckboxIndeterminate = /*#__PURE__*/React.forwardRef(function CheckboxIndet
174
172
  viewBox: "0 0 32 32",
175
173
  fill: "currentColor"
176
174
  }, rest), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
177
- d: "M10 14H22V18H10z"
175
+ d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM14,21.5,9,16.5427,10.5908,15,14,18.3456,21.4087,11l1.5918,1.5772Z"
178
176
  })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
179
- d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM6,26V6H26V26Z"
177
+ fill: "none",
178
+ d: "M14,21.5,9,16.5427,10.5908,15,14,18.3456,21.4087,11l1.5918,1.5772Z",
179
+ "data-icon-path": "inner-path"
180
180
  })), children);
181
181
  });
182
182
  if (process.env.NODE_ENV !== "production") {
183
- CheckboxIndeterminate.propTypes = iconPropTypes4cbeb95d.i;
183
+ CheckboxCheckedFilled.propTypes = iconPropTypes4cbeb95d.i;
184
184
  }
185
- var CheckboxIndeterminateFilled = /*#__PURE__*/React.forwardRef(function CheckboxIndeterminateFilled(_ref3, ref) {
185
+ var CheckboxIndeterminate = /*#__PURE__*/React.forwardRef(function CheckboxIndeterminate(_ref3, ref) {
186
186
  var children = _ref3.children,
187
187
  _ref3$size = _ref3.size,
188
- size = _ref3$size === undefined ? 16 : _ref3$size,
188
+ size = _ref3$size === void 0 ? 16 : _ref3$size,
189
189
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref3, _excluded3);
190
190
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
191
191
  width: size,
@@ -195,8 +195,29 @@ var CheckboxIndeterminateFilled = /*#__PURE__*/React.forwardRef(function Checkbo
195
195
  viewBox: "0 0 32 32",
196
196
  fill: "currentColor"
197
197
  }, rest), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
198
- d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM22,18H10V14H22Z"
198
+ d: "M10 14H22V18H10z"
199
199
  })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
200
+ d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM6,26V6H26V26Z"
201
+ })), children);
202
+ });
203
+ if (process.env.NODE_ENV !== "production") {
204
+ CheckboxIndeterminate.propTypes = iconPropTypes4cbeb95d.i;
205
+ }
206
+ var CheckboxIndeterminateFilled = /*#__PURE__*/React.forwardRef(function CheckboxIndeterminateFilled(_ref4, ref) {
207
+ var children = _ref4.children,
208
+ _ref4$size = _ref4.size,
209
+ size = _ref4$size === void 0 ? 16 : _ref4$size,
210
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref4, _excluded4);
211
+ return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
212
+ width: size,
213
+ height: size,
214
+ ref: ref,
215
+ xmlns: "http://www.w3.org/2000/svg",
216
+ viewBox: "0 0 32 32",
217
+ fill: "currentColor"
218
+ }, rest), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
219
+ d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM22,18H10V14H22Z"
220
+ })), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
200
221
  fill: "none",
201
222
  d: "M22,18H10V14H22Z",
202
223
  "data-icon-path": "inner-path"
@@ -205,11 +226,11 @@ var CheckboxIndeterminateFilled = /*#__PURE__*/React.forwardRef(function Checkbo
205
226
  if (process.env.NODE_ENV !== "production") {
206
227
  CheckboxIndeterminateFilled.propTypes = iconPropTypes4cbeb95d.i;
207
228
  }
208
- var Checkmark = /*#__PURE__*/React.forwardRef(function Checkmark(_ref4, ref) {
209
- var children = _ref4.children,
210
- _ref4$size = _ref4.size,
211
- size = _ref4$size === undefined ? 16 : _ref4$size,
212
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref4, _excluded4);
229
+ var Checkmark = /*#__PURE__*/React.forwardRef(function Checkmark(_ref5, ref) {
230
+ var children = _ref5.children,
231
+ _ref5$size = _ref5.size,
232
+ size = _ref5$size === void 0 ? 16 : _ref5$size,
233
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref5, _excluded5);
213
234
  if (size === 20 || size === "20" || size === "20px") {
214
235
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
215
236
  width: size,
@@ -218,9 +239,9 @@ var Checkmark = /*#__PURE__*/React.forwardRef(function Checkmark(_ref4, ref) {
218
239
  xmlns: "http://www.w3.org/2000/svg",
219
240
  viewBox: "0 0 20 20",
220
241
  fill: "currentColor"
221
- }, rest), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
242
+ }, rest), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
222
243
  d: "M8 13.2L3.6 8.8 2.7 9.7 7.1 14.1 8 15 16.5 6.5 15.6 5.6z"
223
- })), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
244
+ })), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
224
245
  d: "M15.6 5.6L8 13.2 3.6 8.8 2.7 9.7 7.1 14.1 8 15 16.5 6.5 15.6 5.6z"
225
246
  })), children);
226
247
  }
@@ -232,7 +253,7 @@ var Checkmark = /*#__PURE__*/React.forwardRef(function Checkmark(_ref4, ref) {
232
253
  xmlns: "http://www.w3.org/2000/svg",
233
254
  viewBox: "0 0 24 24",
234
255
  fill: "currentColor"
235
- }, rest), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
256
+ }, rest), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
236
257
  d: "M10 15.9L4.7 10.6 3.6 11.6 8.9 16.9 10 18 20.6 7.4 19.5 6.3z"
237
258
  })), children);
238
259
  }
@@ -243,18 +264,18 @@ var Checkmark = /*#__PURE__*/React.forwardRef(function Checkmark(_ref4, ref) {
243
264
  xmlns: "http://www.w3.org/2000/svg",
244
265
  viewBox: "0 0 32 32",
245
266
  fill: "currentColor"
246
- }, rest), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
267
+ }, rest), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
247
268
  d: "M13 24L4 15 5.414 13.586 13 21.171 26.586 7.586 28 9 13 24z"
248
269
  })), children);
249
270
  });
250
271
  if (process.env.NODE_ENV !== "production") {
251
272
  Checkmark.propTypes = iconPropTypes4cbeb95d.i;
252
273
  }
253
- var CheckmarkFilled = /*#__PURE__*/React.forwardRef(function CheckmarkFilled(_ref5, ref) {
254
- var children = _ref5.children,
255
- _ref5$size = _ref5.size,
256
- size = _ref5$size === undefined ? 16 : _ref5$size,
257
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref5, _excluded5);
274
+ var CheckmarkFilled = /*#__PURE__*/React.forwardRef(function CheckmarkFilled(_ref6, ref) {
275
+ var children = _ref6.children,
276
+ _ref6$size = _ref6.size,
277
+ size = _ref6$size === void 0 ? 16 : _ref6$size,
278
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref6, _excluded6);
258
279
  if (size === 16 || size === "16" || size === "16px") {
259
280
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
260
281
  width: size,
@@ -263,9 +284,9 @@ var CheckmarkFilled = /*#__PURE__*/React.forwardRef(function CheckmarkFilled(_re
263
284
  xmlns: "http://www.w3.org/2000/svg",
264
285
  viewBox: "0 0 16 16",
265
286
  fill: "currentColor"
266
- }, rest), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
287
+ }, rest), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
267
288
  d: "M8,1C4.1,1,1,4.1,1,8c0,3.9,3.1,7,7,7s7-3.1,7-7C15,4.1,11.9,1,8,1z M7,11L4.3,8.3l0.9-0.8L7,9.3l4-3.9l0.9,0.8L7,11z"
268
- })), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
289
+ })), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
269
290
  d: "M7,11L4.3,8.3l0.9-0.8L7,9.3l4-3.9l0.9,0.8L7,11z",
270
291
  "data-icon-path": "inner-path",
271
292
  opacity: "0"
@@ -279,9 +300,9 @@ var CheckmarkFilled = /*#__PURE__*/React.forwardRef(function CheckmarkFilled(_re
279
300
  xmlns: "http://www.w3.org/2000/svg",
280
301
  viewBox: "0 0 20 20",
281
302
  fill: "currentColor"
282
- }, rest), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
303
+ }, rest), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
283
304
  d: "M10,1c-4.9,0-9,4.1-9,9s4.1,9,9,9s9-4,9-9S15,1,10,1z M8.7,13.5l-3.2-3.2l1-1l2.2,2.2l4.8-4.8l1,1L8.7,13.5z"
284
- })), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
305
+ })), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
285
306
  fill: "none",
286
307
  d: "M8.7,13.5l-3.2-3.2l1-1l2.2,2.2l4.8-4.8l1,1L8.7,13.5z",
287
308
  "data-icon-path": "inner-path",
@@ -296,9 +317,9 @@ var CheckmarkFilled = /*#__PURE__*/React.forwardRef(function CheckmarkFilled(_re
296
317
  xmlns: "http://www.w3.org/2000/svg",
297
318
  viewBox: "0 0 24 24",
298
319
  fill: "currentColor"
299
- }, rest), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
320
+ }, rest), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
300
321
  d: "M12,1C6,1,1,6,1,12s5,11,11,11s11-4.9,11-11S18.1,1,12,1z M10.4,16.3l-3.9-3.9l1.3-1.2l2.7,2.7l5.8-5.8l1.3,1.3L10.4,16.3z"
301
- })), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
322
+ })), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
302
323
  fill: "none",
303
324
  d: "M10.4,16.3l-3.9-3.9l1.3-1.2l2.7,2.7l5.8-5.8l1.3,1.3L10.4,16.3z",
304
325
  "data-icon-path": "inner-path",
@@ -312,9 +333,9 @@ var CheckmarkFilled = /*#__PURE__*/React.forwardRef(function CheckmarkFilled(_re
312
333
  xmlns: "http://www.w3.org/2000/svg",
313
334
  viewBox: "0 0 32 32",
314
335
  fill: "currentColor"
315
- }, rest), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
336
+ }, rest), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
316
337
  d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM14,21.5908l-5-5L10.5906,15,14,18.4092,21.41,11l1.5957,1.5859Z"
317
- })), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
338
+ })), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
318
339
  fill: "none",
319
340
  d: "M14 21.591L9 16.591 10.591 15 14 18.409 21.41 11 23.005 12.585 14 21.591z",
320
341
  "data-icon-path": "inner-path"
@@ -323,11 +344,11 @@ var CheckmarkFilled = /*#__PURE__*/React.forwardRef(function CheckmarkFilled(_re
323
344
  if (process.env.NODE_ENV !== "production") {
324
345
  CheckmarkFilled.propTypes = iconPropTypes4cbeb95d.i;
325
346
  }
326
- var CheckmarkFilledError = /*#__PURE__*/React.forwardRef(function CheckmarkFilledError(_ref6, ref) {
327
- var children = _ref6.children,
328
- _ref6$size = _ref6.size,
329
- size = _ref6$size === undefined ? 16 : _ref6$size,
330
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref6, _excluded6);
347
+ var CheckmarkFilledError = /*#__PURE__*/React.forwardRef(function CheckmarkFilledError(_ref7, ref) {
348
+ var children = _ref7.children,
349
+ _ref7$size = _ref7.size,
350
+ size = _ref7$size === void 0 ? 16 : _ref7$size,
351
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref7, _excluded7);
331
352
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
332
353
  width: size,
333
354
  height: size,
@@ -335,11 +356,11 @@ var CheckmarkFilledError = /*#__PURE__*/React.forwardRef(function CheckmarkFille
335
356
  xmlns: "http://www.w3.org/2000/svg",
336
357
  viewBox: "0 0 32 32",
337
358
  fill: "currentColor"
338
- }, rest), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
359
+ }, rest), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
339
360
  d: "M30,24a6,6,0,1,0-6,6A6.0066,6.0066,0,0,0,30,24Zm-2,0a3.9521,3.9521,0,0,1-.5669,2.019L21.981,20.5669A3.9529,3.9529,0,0,1,24,20,4.0045,4.0045,0,0,1,28,24Zm-8,0a3.9521,3.9521,0,0,1,.5669-2.019l5.4521,5.4521A3.9529,3.9529,0,0,1,24,28,4.0045,4.0045,0,0,1,20,24Z"
340
- })), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
361
+ })), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
341
362
  d: "M14,2a12,12,0,1,0,2,23.82V24a8,8,0,0,1,8-8h1.82A11.9348,11.9348,0,0,0,14,2ZM12,18.5908l-4-4L9.5908,13,12,15.4092,17.4092,10,19,11.5908Z"
342
- })), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
363
+ })), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
343
364
  fill: "none",
344
365
  d: "M12 18.591L8 14.591 9.591 13 12 15.409 17.409 10 19 11.591 12 18.591z",
345
366
  "data-icon-path": "inner-path"
@@ -348,11 +369,11 @@ var CheckmarkFilledError = /*#__PURE__*/React.forwardRef(function CheckmarkFille
348
369
  if (process.env.NODE_ENV !== "production") {
349
370
  CheckmarkFilledError.propTypes = iconPropTypes4cbeb95d.i;
350
371
  }
351
- var CheckmarkFilledWarning = /*#__PURE__*/React.forwardRef(function CheckmarkFilledWarning(_ref7, ref) {
352
- var children = _ref7.children,
353
- _ref7$size = _ref7.size,
354
- size = _ref7$size === undefined ? 16 : _ref7$size,
355
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref7, _excluded7);
372
+ var CheckmarkFilledWarning = /*#__PURE__*/React.forwardRef(function CheckmarkFilledWarning(_ref8, ref) {
373
+ var children = _ref8.children,
374
+ _ref8$size = _ref8.size,
375
+ size = _ref8$size === void 0 ? 16 : _ref8$size,
376
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref8, _excluded8);
356
377
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
357
378
  width: size,
358
379
  height: size,
@@ -360,11 +381,11 @@ var CheckmarkFilledWarning = /*#__PURE__*/React.forwardRef(function CheckmarkFil
360
381
  xmlns: "http://www.w3.org/2000/svg",
361
382
  viewBox: "0 0 32 32",
362
383
  fill: "currentColor"
363
- }, rest), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
384
+ }, rest), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
364
385
  d: "M14,2a12,12,0,1,0,3.3928,23.5059l3.9246-7.8492A2.9846,2.9846,0,0,1,24,16h1.82A11.9348,11.9348,0,0,0,14,2ZM12,18.5908l-4-4L9.5908,13,12,15.4092,17.4092,10,19,11.5908Z"
365
- })), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
386
+ })), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
366
387
  d: "M27.38,28H20.6178L24,21.2358ZM24,18a1,1,0,0,0-.8947.5527l-5,10A1.0005,1.0005,0,0,0,19,30H29a1,1,0,0,0,.9214-1.3892L24.8946,18.5527A1,1,0,0,0,24,18Z"
367
- })), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
388
+ })), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
368
389
  fill: "none",
369
390
  d: "M12 18.591L8 14.591 9.591 13 12 15.409 17.409 10 19 11.591 12 18.591z",
370
391
  "data-icon-path": "inner-path"
@@ -373,11 +394,11 @@ var CheckmarkFilledWarning = /*#__PURE__*/React.forwardRef(function CheckmarkFil
373
394
  if (process.env.NODE_ENV !== "production") {
374
395
  CheckmarkFilledWarning.propTypes = iconPropTypes4cbeb95d.i;
375
396
  }
376
- var CheckmarkOutline = /*#__PURE__*/React.forwardRef(function CheckmarkOutline(_ref8, ref) {
377
- var children = _ref8.children,
378
- _ref8$size = _ref8.size,
379
- size = _ref8$size === undefined ? 16 : _ref8$size,
380
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref8, _excluded8);
397
+ var CheckmarkOutline = /*#__PURE__*/React.forwardRef(function CheckmarkOutline(_ref9, ref) {
398
+ var children = _ref9.children,
399
+ _ref9$size = _ref9.size,
400
+ size = _ref9$size === void 0 ? 16 : _ref9$size,
401
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref9, _excluded9);
381
402
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
382
403
  width: size,
383
404
  height: size,
@@ -385,20 +406,20 @@ var CheckmarkOutline = /*#__PURE__*/React.forwardRef(function CheckmarkOutline(_
385
406
  xmlns: "http://www.w3.org/2000/svg",
386
407
  viewBox: "0 0 32 32",
387
408
  fill: "currentColor"
388
- }, rest), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
409
+ }, rest), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
389
410
  d: "M14 21.414L9 16.413 10.413 15 14 18.586 21.585 11 23 12.415 14 21.414z"
390
- })), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
411
+ })), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
391
412
  d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,26A12,12,0,1,1,28,16,12,12,0,0,1,16,28Z"
392
413
  })), children);
393
414
  });
394
415
  if (process.env.NODE_ENV !== "production") {
395
416
  CheckmarkOutline.propTypes = iconPropTypes4cbeb95d.i;
396
417
  }
397
- var CheckmarkOutlineError = /*#__PURE__*/React.forwardRef(function CheckmarkOutlineError(_ref9, ref) {
398
- var children = _ref9.children,
399
- _ref9$size = _ref9.size,
400
- size = _ref9$size === undefined ? 16 : _ref9$size,
401
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref9, _excluded9);
418
+ var CheckmarkOutlineError = /*#__PURE__*/React.forwardRef(function CheckmarkOutlineError(_ref10, ref) {
419
+ var children = _ref10.children,
420
+ _ref10$size = _ref10.size,
421
+ size = _ref10$size === void 0 ? 16 : _ref10$size,
422
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref10, _excluded10);
402
423
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
403
424
  width: size,
404
425
  height: size,
@@ -406,20 +427,20 @@ var CheckmarkOutlineError = /*#__PURE__*/React.forwardRef(function CheckmarkOutl
406
427
  xmlns: "http://www.w3.org/2000/svg",
407
428
  viewBox: "0 0 32 32",
408
429
  fill: "currentColor"
409
- }, rest), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
430
+ }, rest), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
410
431
  d: "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z"
411
- })), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
432
+ })), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
412
433
  d: "M12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59zM30 24a6 6 0 10-6 6A6.0066 6.0066 0 0030 24zm-2 0a3.9521 3.9521 0 01-.5669 2.019L21.981 20.5669A3.9529 3.9529 0 0124 20 4.0045 4.0045 0 0128 24zm-8 0a3.9521 3.9521 0 01.5669-2.019l5.4521 5.4521A3.9529 3.9529 0 0124 28 4.0045 4.0045 0 0120 24z"
413
434
  })), children);
414
435
  });
415
436
  if (process.env.NODE_ENV !== "production") {
416
437
  CheckmarkOutlineError.propTypes = iconPropTypes4cbeb95d.i;
417
438
  }
418
- var CheckmarkOutlineWarning = /*#__PURE__*/React.forwardRef(function CheckmarkOutlineWarning(_ref10, ref) {
419
- var children = _ref10.children,
420
- _ref10$size = _ref10.size,
421
- size = _ref10$size === undefined ? 16 : _ref10$size,
422
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref10, _excluded10);
439
+ var CheckmarkOutlineWarning = /*#__PURE__*/React.forwardRef(function CheckmarkOutlineWarning(_ref11, ref) {
440
+ var children = _ref11.children,
441
+ _ref11$size = _ref11.size,
442
+ size = _ref11$size === void 0 ? 16 : _ref11$size,
443
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref11, _excluded11);
423
444
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
424
445
  width: size,
425
446
  height: size,
@@ -427,20 +448,20 @@ var CheckmarkOutlineWarning = /*#__PURE__*/React.forwardRef(function CheckmarkOu
427
448
  xmlns: "http://www.w3.org/2000/svg",
428
449
  viewBox: "0 0 32 32",
429
450
  fill: "currentColor"
430
- }, rest), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
451
+ }, rest), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
431
452
  d: "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z"
432
- })), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
453
+ })), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
433
454
  d: "M12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59zM27.38 28H20.6178L24 21.2358zM24 18a1 1 0 00-.8947.5527l-5 10A1.0005 1.0005 0 0019 30H29a1 1 0 00.9214-1.3892L24.8946 18.5527A1 1 0 0024 18z"
434
455
  })), children);
435
456
  });
436
457
  if (process.env.NODE_ENV !== "production") {
437
458
  CheckmarkOutlineWarning.propTypes = iconPropTypes4cbeb95d.i;
438
459
  }
439
- var Chemistry = /*#__PURE__*/React.forwardRef(function Chemistry(_ref11, ref) {
440
- var children = _ref11.children,
441
- _ref11$size = _ref11.size,
442
- size = _ref11$size === undefined ? 16 : _ref11$size,
443
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref11, _excluded11);
460
+ var Chemistry = /*#__PURE__*/React.forwardRef(function Chemistry(_ref12, ref) {
461
+ var children = _ref12.children,
462
+ _ref12$size = _ref12.size,
463
+ size = _ref12$size === void 0 ? 16 : _ref12$size,
464
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref12, _excluded12);
444
465
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
445
466
  width: size,
446
467
  height: size,
@@ -448,18 +469,18 @@ var Chemistry = /*#__PURE__*/React.forwardRef(function Chemistry(_ref11, ref) {
448
469
  xmlns: "http://www.w3.org/2000/svg",
449
470
  viewBox: "0 0 32 32",
450
471
  fill: "currentColor"
451
- }, rest), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
472
+ }, rest), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
452
473
  d: "M27.2314,23.6182,20,13.6748V4h2V2H10V4h2v9.6748L4.7686,23.6182A4.0183,4.0183,0,0,0,8.0186,30H23.9814a4.0183,4.0183,0,0,0,3.25-6.3818ZM14,14.3252V4h4V14.3252L20.6728,18H11.3272ZM23.9814,28H8.0186a2.0192,2.0192,0,0,1-1.6329-3.2061L9.8726,20H22.1274l3.4869,4.7939A2.0192,2.0192,0,0,1,23.9814,28Z"
453
474
  })), children);
454
475
  });
455
476
  if (process.env.NODE_ENV !== "production") {
456
477
  Chemistry.propTypes = iconPropTypes4cbeb95d.i;
457
478
  }
458
- var ChemistryReference = /*#__PURE__*/React.forwardRef(function ChemistryReference(_ref12, ref) {
459
- var children = _ref12.children,
460
- _ref12$size = _ref12.size,
461
- size = _ref12$size === undefined ? 16 : _ref12$size,
462
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref12, _excluded12);
479
+ var ChemistryReference = /*#__PURE__*/React.forwardRef(function ChemistryReference(_ref13, ref) {
480
+ var children = _ref13.children,
481
+ _ref13$size = _ref13.size,
482
+ size = _ref13$size === void 0 ? 16 : _ref13$size,
483
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref13, _excluded13);
463
484
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
464
485
  width: size,
465
486
  height: size,
@@ -467,20 +488,20 @@ var ChemistryReference = /*#__PURE__*/React.forwardRef(function ChemistryReferen
467
488
  xmlns: "http://www.w3.org/2000/svg",
468
489
  viewBox: "0 0 32 32",
469
490
  fill: "currentColor"
470
- }, rest), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
491
+ }, rest), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
471
492
  d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
472
- })), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
493
+ })), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
473
494
  d: "M20,13.67V4h2V2H10V4h2v9.67L9.58,17h2.4767L14,14.33V4h4V14.33l7.61,10.46a2.0133,2.0133,0,0,1-.44,2.82,2.0406,2.0406,0,0,1-1.19.39H15v2h8.98a4.0154,4.0154,0,0,0,3.25-6.38Z"
474
495
  })), children);
475
496
  });
476
497
  if (process.env.NODE_ENV !== "production") {
477
498
  ChemistryReference.propTypes = iconPropTypes4cbeb95d.i;
478
499
  }
479
- var ChevronDown = /*#__PURE__*/React.forwardRef(function ChevronDown(_ref13, ref) {
480
- var children = _ref13.children,
481
- _ref13$size = _ref13.size,
482
- size = _ref13$size === undefined ? 16 : _ref13$size,
483
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref13, _excluded13);
500
+ var ChevronDown = /*#__PURE__*/React.forwardRef(function ChevronDown(_ref14, ref) {
501
+ var children = _ref14.children,
502
+ _ref14$size = _ref14.size,
503
+ size = _ref14$size === void 0 ? 16 : _ref14$size,
504
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref14, _excluded14);
484
505
  if (size === "glyph" || size === "glyph" || size === "glyphpx") {
485
506
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
486
507
  width: size,
@@ -489,7 +510,7 @@ var ChevronDown = /*#__PURE__*/React.forwardRef(function ChevronDown(_ref13, ref
489
510
  xmlns: "http://www.w3.org/2000/svg",
490
511
  viewBox: "0 0 10 6",
491
512
  fill: "currentColor"
492
- }, rest), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
513
+ }, rest), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
493
514
  d: "M5 6L0 1 0.7 0.3 5 4.6 9.3 0.3 10 1z"
494
515
  })), children);
495
516
  }
@@ -501,7 +522,7 @@ var ChevronDown = /*#__PURE__*/React.forwardRef(function ChevronDown(_ref13, ref
501
522
  xmlns: "http://www.w3.org/2000/svg",
502
523
  viewBox: "0 0 16 16",
503
524
  fill: "currentColor"
504
- }, rest), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
525
+ }, rest), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
505
526
  d: "M8 11L3 6 3.7 5.3 8 9.6 12.3 5.3 13 6z"
506
527
  })), children);
507
528
  }
@@ -512,18 +533,18 @@ var ChevronDown = /*#__PURE__*/React.forwardRef(function ChevronDown(_ref13, ref
512
533
  xmlns: "http://www.w3.org/2000/svg",
513
534
  viewBox: "0 0 32 32",
514
535
  fill: "currentColor"
515
- }, rest), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
536
+ }, rest), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
516
537
  d: "M16 22L6 12 7.4 10.6 16 19.2 24.6 10.6 26 12z"
517
538
  })), children);
518
539
  });
519
540
  if (process.env.NODE_ENV !== "production") {
520
541
  ChevronDown.propTypes = iconPropTypes4cbeb95d.i;
521
542
  }
522
- var ChevronDownOutline = /*#__PURE__*/React.forwardRef(function ChevronDownOutline(_ref14, ref) {
523
- var children = _ref14.children,
524
- _ref14$size = _ref14.size,
525
- size = _ref14$size === undefined ? 16 : _ref14$size,
526
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref14, _excluded14);
543
+ var ChevronDownOutline = /*#__PURE__*/React.forwardRef(function ChevronDownOutline(_ref15, ref) {
544
+ var children = _ref15.children,
545
+ _ref15$size = _ref15.size,
546
+ size = _ref15$size === void 0 ? 16 : _ref15$size,
547
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref15, _excluded15);
527
548
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
528
549
  width: size,
529
550
  height: size,
@@ -531,20 +552,20 @@ var ChevronDownOutline = /*#__PURE__*/React.forwardRef(function ChevronDownOutli
531
552
  xmlns: "http://www.w3.org/2000/svg",
532
553
  viewBox: "0 0 32 32",
533
554
  fill: "currentColor"
534
- }, rest), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
555
+ }, rest), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
535
556
  d: "M9.4142 12.5858L16 19.1714 22.5858 12.5858 24 14 16 22 8 14 9.4142 12.5858z"
536
- })), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
557
+ })), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
537
558
  d: "m30,16c0,7.7197-6.2803,14-14,14S2,23.7197,2,16,8.2803,2,16,2s14,6.2803,14,14Zm-26,0c0,6.6167,5.3833,12,12,12s12-5.3833,12-12-5.3833-12-12-12S4,9.3833,4,16Z"
538
559
  })), children);
539
560
  });
540
561
  if (process.env.NODE_ENV !== "production") {
541
562
  ChevronDownOutline.propTypes = iconPropTypes4cbeb95d.i;
542
563
  }
543
- var ChevronLeft = /*#__PURE__*/React.forwardRef(function ChevronLeft(_ref15, ref) {
544
- var children = _ref15.children,
545
- _ref15$size = _ref15.size,
546
- size = _ref15$size === undefined ? 16 : _ref15$size,
547
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref15, _excluded15);
564
+ var ChevronLeft = /*#__PURE__*/React.forwardRef(function ChevronLeft(_ref16, ref) {
565
+ var children = _ref16.children,
566
+ _ref16$size = _ref16.size,
567
+ size = _ref16$size === void 0 ? 16 : _ref16$size,
568
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref16, _excluded16);
548
569
  if (size === "glyph" || size === "glyph" || size === "glyphpx") {
549
570
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
550
571
  width: size,
@@ -553,7 +574,7 @@ var ChevronLeft = /*#__PURE__*/React.forwardRef(function ChevronLeft(_ref15, ref
553
574
  xmlns: "http://www.w3.org/2000/svg",
554
575
  viewBox: "0 0 6 10",
555
576
  fill: "currentColor"
556
- }, rest), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
577
+ }, rest), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
557
578
  d: "M0 5L5 0 5.7 0.7 1.4 5 5.7 9.3 5 10z"
558
579
  })), children);
559
580
  }
@@ -565,7 +586,7 @@ var ChevronLeft = /*#__PURE__*/React.forwardRef(function ChevronLeft(_ref15, ref
565
586
  xmlns: "http://www.w3.org/2000/svg",
566
587
  viewBox: "0 0 16 16",
567
588
  fill: "currentColor"
568
- }, rest), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
589
+ }, rest), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
569
590
  d: "M5 8L10 3 10.7 3.7 6.4 8 10.7 12.3 10 13z"
570
591
  })), children);
571
592
  }
@@ -576,18 +597,18 @@ var ChevronLeft = /*#__PURE__*/React.forwardRef(function ChevronLeft(_ref15, ref
576
597
  xmlns: "http://www.w3.org/2000/svg",
577
598
  viewBox: "0 0 32 32",
578
599
  fill: "currentColor"
579
- }, rest), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
600
+ }, rest), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
580
601
  d: "M10 16L20 6 21.4 7.4 12.8 16 21.4 24.6 20 26z"
581
602
  })), children);
582
603
  });
583
604
  if (process.env.NODE_ENV !== "production") {
584
605
  ChevronLeft.propTypes = iconPropTypes4cbeb95d.i;
585
606
  }
586
- var ChevronMini = /*#__PURE__*/React.forwardRef(function ChevronMini(_ref16, ref) {
587
- var children = _ref16.children,
588
- _ref16$size = _ref16.size,
589
- size = _ref16$size === undefined ? 16 : _ref16$size,
590
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref16, _excluded16);
607
+ var ChevronMini = /*#__PURE__*/React.forwardRef(function ChevronMini(_ref17, ref) {
608
+ var children = _ref17.children,
609
+ _ref17$size = _ref17.size,
610
+ size = _ref17$size === void 0 ? 16 : _ref17$size,
611
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref17, _excluded17);
591
612
  if (size === 16 || size === "16" || size === "16px") {
592
613
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
593
614
  width: size,
@@ -596,7 +617,7 @@ var ChevronMini = /*#__PURE__*/React.forwardRef(function ChevronMini(_ref16, ref
596
617
  xmlns: "http://www.w3.org/2000/svg",
597
618
  viewBox: "0 0 16 16",
598
619
  fill: "currentColor"
599
- }, rest), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
620
+ }, rest), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
600
621
  d: "M15 9L15 15 9 15z"
601
622
  })), children);
602
623
  }
@@ -607,18 +628,18 @@ var ChevronMini = /*#__PURE__*/React.forwardRef(function ChevronMini(_ref16, ref
607
628
  xmlns: "http://www.w3.org/2000/svg",
608
629
  viewBox: "0 0 32 32",
609
630
  fill: "currentColor"
610
- }, rest), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
631
+ }, rest), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
611
632
  d: "M31 19L31 31 19 31 31 19z"
612
633
  })), children);
613
634
  });
614
635
  if (process.env.NODE_ENV !== "production") {
615
636
  ChevronMini.propTypes = iconPropTypes4cbeb95d.i;
616
637
  }
617
- var ChevronRight = /*#__PURE__*/React.forwardRef(function ChevronRight(_ref17, ref) {
618
- var children = _ref17.children,
619
- _ref17$size = _ref17.size,
620
- size = _ref17$size === undefined ? 16 : _ref17$size,
621
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref17, _excluded17);
638
+ var ChevronRight = /*#__PURE__*/React.forwardRef(function ChevronRight(_ref18, ref) {
639
+ var children = _ref18.children,
640
+ _ref18$size = _ref18.size,
641
+ size = _ref18$size === void 0 ? 16 : _ref18$size,
642
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref18, _excluded18);
622
643
  if (size === "glyph" || size === "glyph" || size === "glyphpx") {
623
644
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
624
645
  width: size,
@@ -627,7 +648,7 @@ var ChevronRight = /*#__PURE__*/React.forwardRef(function ChevronRight(_ref17, r
627
648
  xmlns: "http://www.w3.org/2000/svg",
628
649
  viewBox: "0 0 6 10",
629
650
  fill: "currentColor"
630
- }, rest), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
651
+ }, rest), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
631
652
  d: "M6 5L1 10 0.3 9.3 4.6 5 0.3 0.7 1 0z"
632
653
  })), children);
633
654
  }
@@ -639,7 +660,7 @@ var ChevronRight = /*#__PURE__*/React.forwardRef(function ChevronRight(_ref17, r
639
660
  xmlns: "http://www.w3.org/2000/svg",
640
661
  viewBox: "0 0 16 16",
641
662
  fill: "currentColor"
642
- }, rest), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
663
+ }, rest), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
643
664
  d: "M11 8L6 13 5.3 12.3 9.6 8 5.3 3.7 6 3z"
644
665
  })), children);
645
666
  }
@@ -650,18 +671,18 @@ var ChevronRight = /*#__PURE__*/React.forwardRef(function ChevronRight(_ref17, r
650
671
  xmlns: "http://www.w3.org/2000/svg",
651
672
  viewBox: "0 0 32 32",
652
673
  fill: "currentColor"
653
- }, rest), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
674
+ }, rest), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
654
675
  d: "M22 16L12 26 10.6 24.6 19.2 16 10.6 7.4 12 6z"
655
676
  })), children);
656
677
  });
657
678
  if (process.env.NODE_ENV !== "production") {
658
679
  ChevronRight.propTypes = iconPropTypes4cbeb95d.i;
659
680
  }
660
- var ChevronSort = /*#__PURE__*/React.forwardRef(function ChevronSort(_ref18, ref) {
661
- var children = _ref18.children,
662
- _ref18$size = _ref18.size,
663
- size = _ref18$size === undefined ? 16 : _ref18$size,
664
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref18, _excluded18);
681
+ var ChevronSort = /*#__PURE__*/React.forwardRef(function ChevronSort(_ref19, ref) {
682
+ var children = _ref19.children,
683
+ _ref19$size = _ref19.size,
684
+ size = _ref19$size === void 0 ? 16 : _ref19$size,
685
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref19, _excluded19);
665
686
  if (size === 16 || size === "16" || size === "16px") {
666
687
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
667
688
  width: size,
@@ -670,7 +691,7 @@ var ChevronSort = /*#__PURE__*/React.forwardRef(function ChevronSort(_ref18, ref
670
691
  xmlns: "http://www.w3.org/2000/svg",
671
692
  viewBox: "0 0 16 16",
672
693
  fill: "currentColor"
673
- }, rest), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
694
+ }, rest), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
674
695
  d: "M8 14L4.5 10.5 5.2 9.8 8 12.6 10.8 9.8 11.5 10.5zM8 2L11.5 5.5 10.8 6.2 8 3.4 5.2 6.2 4.5 5.5z"
675
696
  })), children);
676
697
  }
@@ -681,18 +702,18 @@ var ChevronSort = /*#__PURE__*/React.forwardRef(function ChevronSort(_ref18, ref
681
702
  xmlns: "http://www.w3.org/2000/svg",
682
703
  viewBox: "0 0 32 32",
683
704
  fill: "currentColor"
684
- }, rest), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
705
+ }, rest), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
685
706
  d: "M16 28L9 21 10.41 19.59 16 25.17 21.59 19.59 23 21 16 28zM16 4L23 11 21.59 12.41 16 6.83 10.41 12.41 9 11 16 4z"
686
707
  })), children);
687
708
  });
688
709
  if (process.env.NODE_ENV !== "production") {
689
710
  ChevronSort.propTypes = iconPropTypes4cbeb95d.i;
690
711
  }
691
- var ChevronSortDown = /*#__PURE__*/React.forwardRef(function ChevronSortDown(_ref19, ref) {
692
- var children = _ref19.children,
693
- _ref19$size = _ref19.size,
694
- size = _ref19$size === undefined ? 16 : _ref19$size,
695
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref19, _excluded19);
712
+ var ChevronSortDown = /*#__PURE__*/React.forwardRef(function ChevronSortDown(_ref20, ref) {
713
+ var children = _ref20.children,
714
+ _ref20$size = _ref20.size,
715
+ size = _ref20$size === void 0 ? 16 : _ref20$size,
716
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref20, _excluded20);
696
717
  if (size === 16 || size === "16" || size === "16px") {
697
718
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
698
719
  width: size,
@@ -701,7 +722,7 @@ var ChevronSortDown = /*#__PURE__*/React.forwardRef(function ChevronSortDown(_re
701
722
  xmlns: "http://www.w3.org/2000/svg",
702
723
  viewBox: "0 0 16 16",
703
724
  fill: "currentColor"
704
- }, rest), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
725
+ }, rest), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
705
726
  d: "M8 14L4.5 10.5 5.2 9.8 8 12.6 10.8 9.8 11.5 10.5z"
706
727
  })), children);
707
728
  }
@@ -712,18 +733,18 @@ var ChevronSortDown = /*#__PURE__*/React.forwardRef(function ChevronSortDown(_re
712
733
  xmlns: "http://www.w3.org/2000/svg",
713
734
  viewBox: "0 0 32 32",
714
735
  fill: "currentColor"
715
- }, rest), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
736
+ }, rest), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
716
737
  d: "M16 28L9 21 10.4 19.6 16 25.2 21.6 19.6 23 21z"
717
738
  })), children);
718
739
  });
719
740
  if (process.env.NODE_ENV !== "production") {
720
741
  ChevronSortDown.propTypes = iconPropTypes4cbeb95d.i;
721
742
  }
722
- var ChevronSortUp = /*#__PURE__*/React.forwardRef(function ChevronSortUp(_ref20, ref) {
723
- var children = _ref20.children,
724
- _ref20$size = _ref20.size,
725
- size = _ref20$size === undefined ? 16 : _ref20$size,
726
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref20, _excluded20);
743
+ var ChevronSortUp = /*#__PURE__*/React.forwardRef(function ChevronSortUp(_ref21, ref) {
744
+ var children = _ref21.children,
745
+ _ref21$size = _ref21.size,
746
+ size = _ref21$size === void 0 ? 16 : _ref21$size,
747
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref21, _excluded21);
727
748
  if (size === 16 || size === "16" || size === "16px") {
728
749
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
729
750
  width: size,
@@ -732,7 +753,7 @@ var ChevronSortUp = /*#__PURE__*/React.forwardRef(function ChevronSortUp(_ref20,
732
753
  xmlns: "http://www.w3.org/2000/svg",
733
754
  viewBox: "0 0 16 16",
734
755
  fill: "currentColor"
735
- }, rest), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
756
+ }, rest), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
736
757
  d: "M8 2L11.5 5.5 10.8 6.2 8 3.4 5.2 6.2 4.5 5.5z"
737
758
  })), children);
738
759
  }
@@ -743,18 +764,18 @@ var ChevronSortUp = /*#__PURE__*/React.forwardRef(function ChevronSortUp(_ref20,
743
764
  xmlns: "http://www.w3.org/2000/svg",
744
765
  viewBox: "0 0 32 32",
745
766
  fill: "currentColor"
746
- }, rest), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
767
+ }, rest), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
747
768
  d: "M16 4L23 11 21.6 12.4 16 6.8 10.4 12.4 9 11z"
748
769
  })), children);
749
770
  });
750
771
  if (process.env.NODE_ENV !== "production") {
751
772
  ChevronSortUp.propTypes = iconPropTypes4cbeb95d.i;
752
773
  }
753
- var ChevronUp = /*#__PURE__*/React.forwardRef(function ChevronUp(_ref21, ref) {
754
- var children = _ref21.children,
755
- _ref21$size = _ref21.size,
756
- size = _ref21$size === undefined ? 16 : _ref21$size,
757
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref21, _excluded21);
774
+ var ChevronUp = /*#__PURE__*/React.forwardRef(function ChevronUp(_ref22, ref) {
775
+ var children = _ref22.children,
776
+ _ref22$size = _ref22.size,
777
+ size = _ref22$size === void 0 ? 16 : _ref22$size,
778
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref22, _excluded22);
758
779
  if (size === "glyph" || size === "glyph" || size === "glyphpx") {
759
780
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
760
781
  width: size,
@@ -763,7 +784,7 @@ var ChevronUp = /*#__PURE__*/React.forwardRef(function ChevronUp(_ref21, ref) {
763
784
  xmlns: "http://www.w3.org/2000/svg",
764
785
  viewBox: "0 0 10 6",
765
786
  fill: "currentColor"
766
- }, rest), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
787
+ }, rest), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
767
788
  d: "M5 0L10 5 9.3 5.7 5 1.4 0.7 5.7 0 5z"
768
789
  })), children);
769
790
  }
@@ -775,7 +796,7 @@ var ChevronUp = /*#__PURE__*/React.forwardRef(function ChevronUp(_ref21, ref) {
775
796
  xmlns: "http://www.w3.org/2000/svg",
776
797
  viewBox: "0 0 16 16",
777
798
  fill: "currentColor"
778
- }, rest), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
799
+ }, rest), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
779
800
  d: "M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z"
780
801
  })), children);
781
802
  }
@@ -786,38 +807,17 @@ var ChevronUp = /*#__PURE__*/React.forwardRef(function ChevronUp(_ref21, ref) {
786
807
  xmlns: "http://www.w3.org/2000/svg",
787
808
  viewBox: "0 0 32 32",
788
809
  fill: "currentColor"
789
- }, rest), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
810
+ }, rest), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
790
811
  d: "M16 10L26 20 24.6 21.4 16 12.8 7.4 21.4 6 20z"
791
812
  })), children);
792
813
  });
793
814
  if (process.env.NODE_ENV !== "production") {
794
815
  ChevronUp.propTypes = iconPropTypes4cbeb95d.i;
795
816
  }
796
- var ChevronUpOutline = /*#__PURE__*/React.forwardRef(function ChevronUpOutline(_ref22, ref) {
797
- var children = _ref22.children,
798
- _ref22$size = _ref22.size,
799
- size = _ref22$size === undefined ? 16 : _ref22$size,
800
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref22, _excluded22);
801
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
802
- width: size,
803
- height: size,
804
- ref: ref,
805
- xmlns: "http://www.w3.org/2000/svg",
806
- viewBox: "0 0 32 32",
807
- fill: "currentColor"
808
- }, rest), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
809
- d: "M9.4142 19.4142L16 12.8286 22.5858 19.4142 24 18 16 10 8 18 9.4142 19.4142z"
810
- })), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
811
- d: "m30,16c0,7.7197-6.2803,14-14,14S2,23.7197,2,16,8.2803,2,16,2s14,6.2803,14,14Zm-26,0c0,6.6167,5.3833,12,12,12s12-5.3833,12-12-5.3833-12-12-12S4,9.3833,4,16Z"
812
- })), children);
813
- });
814
- if (process.env.NODE_ENV !== "production") {
815
- ChevronUpOutline.propTypes = iconPropTypes4cbeb95d.i;
816
- }
817
- var Chip = /*#__PURE__*/React.forwardRef(function Chip(_ref23, ref) {
817
+ var ChevronUpOutline = /*#__PURE__*/React.forwardRef(function ChevronUpOutline(_ref23, ref) {
818
818
  var children = _ref23.children,
819
819
  _ref23$size = _ref23.size,
820
- size = _ref23$size === undefined ? 16 : _ref23$size,
820
+ size = _ref23$size === void 0 ? 16 : _ref23$size,
821
821
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref23, _excluded23);
822
822
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
823
823
  width: size,
@@ -827,18 +827,18 @@ var Chip = /*#__PURE__*/React.forwardRef(function Chip(_ref23, ref) {
827
827
  viewBox: "0 0 32 32",
828
828
  fill: "currentColor"
829
829
  }, rest), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
830
- d: "M11,11V21H21V11Zm8,8H13V13h6Z"
830
+ d: "M9.4142 19.4142L16 12.8286 22.5858 19.4142 24 18 16 10 8 18 9.4142 19.4142z"
831
831
  })), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
832
- d: "M30,13V11H26V8a2,2,0,0,0-2-2H21V2H19V6H13V2H11V6H8A2,2,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2,2,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2,2,0,0,0,2-2V21h4V19H26V13ZM24,24H8V8H24Z"
832
+ d: "m30,16c0,7.7197-6.2803,14-14,14S2,23.7197,2,16,8.2803,2,16,2s14,6.2803,14,14Zm-26,0c0,6.6167,5.3833,12,12,12s12-5.3833,12-12-5.3833-12-12-12S4,9.3833,4,16Z"
833
833
  })), children);
834
834
  });
835
835
  if (process.env.NODE_ENV !== "production") {
836
- Chip.propTypes = iconPropTypes4cbeb95d.i;
836
+ ChevronUpOutline.propTypes = iconPropTypes4cbeb95d.i;
837
837
  }
838
- var Choices = /*#__PURE__*/React.forwardRef(function Choices(_ref24, ref) {
838
+ var Chip = /*#__PURE__*/React.forwardRef(function Chip(_ref24, ref) {
839
839
  var children = _ref24.children,
840
840
  _ref24$size = _ref24.size,
841
- size = _ref24$size === undefined ? 16 : _ref24$size,
841
+ size = _ref24$size === void 0 ? 16 : _ref24$size,
842
842
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref24, _excluded24);
843
843
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
844
844
  width: size,
@@ -848,16 +848,18 @@ var Choices = /*#__PURE__*/React.forwardRef(function Choices(_ref24, ref) {
848
848
  viewBox: "0 0 32 32",
849
849
  fill: "currentColor"
850
850
  }, rest), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
851
- d: "M28 13L28 4 19 4 19 6 24.586 6 16 14.586 7.414 6 13 6 13 4 4 4 4 13 6 13 6 7.414 15 16.414 15 26 4 26 4 28 28 28 28 26 17 26 17 16.414 26 7.414 26 13 28 13z"
851
+ d: "M11,11V21H21V11Zm8,8H13V13h6Z"
852
+ })), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
853
+ d: "M30,13V11H26V8a2,2,0,0,0-2-2H21V2H19V6H13V2H11V6H8A2,2,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2,2,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2,2,0,0,0,2-2V21h4V19H26V13ZM24,24H8V8H24Z"
852
854
  })), children);
853
855
  });
854
856
  if (process.env.NODE_ENV !== "production") {
855
- Choices.propTypes = iconPropTypes4cbeb95d.i;
857
+ Chip.propTypes = iconPropTypes4cbeb95d.i;
856
858
  }
857
- var ChooseItem = /*#__PURE__*/React.forwardRef(function ChooseItem(_ref25, ref) {
859
+ var Choices = /*#__PURE__*/React.forwardRef(function Choices(_ref25, ref) {
858
860
  var children = _ref25.children,
859
861
  _ref25$size = _ref25.size,
860
- size = _ref25$size === undefined ? 16 : _ref25$size,
862
+ size = _ref25$size === void 0 ? 16 : _ref25$size,
861
863
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref25, _excluded25);
862
864
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
863
865
  width: size,
@@ -866,17 +868,17 @@ var ChooseItem = /*#__PURE__*/React.forwardRef(function ChooseItem(_ref25, ref)
866
868
  xmlns: "http://www.w3.org/2000/svg",
867
869
  viewBox: "0 0 32 32",
868
870
  fill: "currentColor"
869
- }, rest), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
870
- d: "M28 6H30V26H28zM17 6L15.57 7.393 23.15 15 2 15 2 17 23.15 17 15.57 24.573 17 26 27 16 17 6z"
871
+ }, rest), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
872
+ d: "M28 13L28 4 19 4 19 6 24.586 6 16 14.586 7.414 6 13 6 13 4 4 4 4 13 6 13 6 7.414 15 16.414 15 26 4 26 4 28 28 28 28 26 17 26 17 16.414 26 7.414 26 13 28 13z"
871
873
  })), children);
872
874
  });
873
875
  if (process.env.NODE_ENV !== "production") {
874
- ChooseItem.propTypes = iconPropTypes4cbeb95d.i;
876
+ Choices.propTypes = iconPropTypes4cbeb95d.i;
875
877
  }
876
- var ChoroplethMap = /*#__PURE__*/React.forwardRef(function ChoroplethMap(_ref26, ref) {
878
+ var ChooseItem = /*#__PURE__*/React.forwardRef(function ChooseItem(_ref26, ref) {
877
879
  var children = _ref26.children,
878
880
  _ref26$size = _ref26.size,
879
- size = _ref26$size === undefined ? 16 : _ref26$size,
881
+ size = _ref26$size === void 0 ? 16 : _ref26$size,
880
882
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref26, _excluded26);
881
883
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
882
884
  width: size,
@@ -885,17 +887,17 @@ var ChoroplethMap = /*#__PURE__*/React.forwardRef(function ChoroplethMap(_ref26,
885
887
  xmlns: "http://www.w3.org/2000/svg",
886
888
  viewBox: "0 0 32 32",
887
889
  fill: "currentColor"
888
- }, rest), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
889
- d: "M29.2427,4.03l-8-2a1.0065,1.0065,0,0,0-.6143.0415l-9.7,3.88L3.2427,4.03A1,1,0,0,0,2,5V27a1,1,0,0,0,.7573.97l8,2A1.0244,1.0244,0,0,0,11,30a.9953.9953,0,0,0,.3716-.0718l9.7-3.88,7.686,1.9219A1,1,0,0,0,30,27V5A1,1,0,0,0,29.2427,4.03ZM28,11H22V4.2806l6,1.5ZM10,19H4V13h6Zm2-8V7.6771l8-3.2V11Zm8,2v6H12V13Zm-8,8h8v3.3227l-8,3.2Zm10-8h6v6H22ZM10,7.7806V11H4V6.2806ZM4,21h6v6.7192l-6-1.5Zm18,3.2187V21h6v4.7192Z"
890
+ }, rest), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
891
+ d: "M28 6H30V26H28zM17 6L15.57 7.393 23.15 15 2 15 2 17 23.15 17 15.57 24.573 17 26 27 16 17 6z"
890
892
  })), children);
891
893
  });
892
894
  if (process.env.NODE_ENV !== "production") {
893
- ChoroplethMap.propTypes = iconPropTypes4cbeb95d.i;
895
+ ChooseItem.propTypes = iconPropTypes4cbeb95d.i;
894
896
  }
895
- var CicsCmas = /*#__PURE__*/React.forwardRef(function CicsCmas(_ref27, ref) {
897
+ var ChoroplethMap = /*#__PURE__*/React.forwardRef(function ChoroplethMap(_ref27, ref) {
896
898
  var children = _ref27.children,
897
899
  _ref27$size = _ref27.size,
898
- size = _ref27$size === undefined ? 16 : _ref27$size,
900
+ size = _ref27$size === void 0 ? 16 : _ref27$size,
899
901
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref27, _excluded27);
900
902
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
901
903
  width: size,
@@ -904,19 +906,17 @@ var CicsCmas = /*#__PURE__*/React.forwardRef(function CicsCmas(_ref27, ref) {
904
906
  xmlns: "http://www.w3.org/2000/svg",
905
907
  viewBox: "0 0 32 32",
906
908
  fill: "currentColor"
907
- }, rest), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
908
- d: "M30.3335 30H26V28h4V26H28a2.002 2.002 0 01-2-2V21.6665A1.6684 1.6684 0 0127.6665 20H32v2H28v2h2a2.002 2.002 0 012 2v2.3335A1.6684 1.6684 0 0130.3335 30zM22.3335 20h-2.667A1.6665 1.6665 0 0018 21.6665V30h2V26h2v4h2V21.6665A1.6665 1.6665 0 0022.3335 20zM20 24V22h2v2zM12.5 24L11 20 9 20 9 30 11 30 11 23 12.5 27 14 23 14 30 16 30 16 20 14 20 12.5 24zM1 22v6.5A1.4727 1.4727 0 002.5 30H7V28H3V22H7V20H3A2.0059 2.0059 0 001 22zM13 8L11 8 11 11 8 11 8 13 11 13 11 16 13 16 13 13 16 13 16 11 13 11 13 8z"
909
- })), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
910
- d: "M6,6H26V18h2V6a2.0059,2.0059,0,0,0-2-2H6A2.0059,2.0059,0,0,0,4,6V18H6Z"
909
+ }, rest), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
910
+ d: "M29.2427,4.03l-8-2a1.0065,1.0065,0,0,0-.6143.0415l-9.7,3.88L3.2427,4.03A1,1,0,0,0,2,5V27a1,1,0,0,0,.7573.97l8,2A1.0244,1.0244,0,0,0,11,30a.9953.9953,0,0,0,.3716-.0718l9.7-3.88,7.686,1.9219A1,1,0,0,0,30,27V5A1,1,0,0,0,29.2427,4.03ZM28,11H22V4.2806l6,1.5ZM10,19H4V13h6Zm2-8V7.6771l8-3.2V11Zm8,2v6H12V13Zm-8,8h8v3.3227l-8,3.2Zm10-8h6v6H22ZM10,7.7806V11H4V6.2806ZM4,21h6v6.7192l-6-1.5Zm18,3.2187V21h6v4.7192Z"
911
911
  })), children);
912
912
  });
913
913
  if (process.env.NODE_ENV !== "production") {
914
- CicsCmas.propTypes = iconPropTypes4cbeb95d.i;
914
+ ChoroplethMap.propTypes = iconPropTypes4cbeb95d.i;
915
915
  }
916
- var CicsDb2Connection = /*#__PURE__*/React.forwardRef(function CicsDb2Connection(_ref28, ref) {
916
+ var CicsCmas = /*#__PURE__*/React.forwardRef(function CicsCmas(_ref28, ref) {
917
917
  var children = _ref28.children,
918
918
  _ref28$size = _ref28.size,
919
- size = _ref28$size === undefined ? 16 : _ref28$size,
919
+ size = _ref28$size === void 0 ? 16 : _ref28$size,
920
920
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref28, _excluded28);
921
921
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
922
922
  width: size,
@@ -926,18 +926,18 @@ var CicsDb2Connection = /*#__PURE__*/React.forwardRef(function CicsDb2Connection
926
926
  viewBox: "0 0 32 32",
927
927
  fill: "currentColor"
928
928
  }, rest), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
929
- d: "M22.5,30c-1.9299,0-3.5-1.5701-3.5-3.5,0-.9346,.3638-1.8134,1.0244-2.4742l1.4146,1.4138c-.283,.2832-.439,.6598-.439,1.0604,0,.8271,.6729,1.5,1.5,1.5,.4009,0,.7776-.1561,1.061-.4396l4.9998-4.9998c.2832-.2833,.4392-.66,.4392-1.0607,0-.8271-.6729-1.5-1.5-1.5-.4011,0-.7783,.1564-1.0618,.4404l-1.4155-1.4131c.6616-.6625,1.5413-1.0273,2.4773-1.0273,1.9299,0,3.5,1.5701,3.5,3.5,0,.9348-.364,1.8137-1.0249,2.4749l-4.9998,4.9996c-.6609,.6613-1.54,1.0255-2.4753,1.0255Z"
929
+ d: "M30.3335 30H26V28h4V26H28a2.002 2.002 0 01-2-2V21.6665A1.6684 1.6684 0 0127.6665 20H32v2H28v2h2a2.002 2.002 0 012 2v2.3335A1.6684 1.6684 0 0130.3335 30zM22.3335 20h-2.667A1.6665 1.6665 0 0018 21.6665V30h2V26h2v4h2V21.6665A1.6665 1.6665 0 0022.3335 20zM20 24V22h2v2zM12.5 24L11 20 9 20 9 30 11 30 11 23 12.5 27 14 23 14 30 16 30 16 20 14 20 12.5 24zM1 22v6.5A1.4727 1.4727 0 002.5 30H7V28H3V22H7V20H3A2.0059 2.0059 0 001 22zM13 8L11 8 11 11 8 11 8 13 11 13 11 16 13 16 13 13 16 13 16 11 13 11 13 8z"
930
930
  })), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
931
- d: "M16.5 31c-1.9299 0-3.5-1.5701-3.5-3.5 0-.9348.364-1.8137 1.0249-2.4749l4.9998-4.9996c.6609-.6613 1.54-1.0255 2.4753-1.0255 1.9299 0 3.5 1.5701 3.5 3.5 0 .9346-.3638 1.8134-1.0244 2.4742l-1.4146-1.4138c.283-.2832.439-.6598.439-1.0604 0-.8271-.6729-1.5-1.5-1.5-.4009 0-.7776.1561-1.061.4396l-4.9998 4.9998c-.2832.2833-.4392.66-.4392 1.0607 0 .8271.6729 1.5 1.5 1.5.4011 0 .7783-.1564 1.0618-.4404l1.4155 1.4131c-.6616.6625-1.5413 1.0273-2.4773 1.0273zM16 2c-5.2979 0-11 1.252-11 4V24c0 1.6797 2.134 2.7979 5 3.415v-2.0459c-1.9939-.4727-2.9453-1.1431-3-1.3691v-3.5723c1.4937.749 3.6738 1.2153 6 1.4302v-1.9976c-3.8779-.3774-5.8774-1.4219-6-1.8604v-3.5723c2.1279 1.0674 5.6426 1.5723 9 1.5723 5.2979 0 11-1.252 11-4V5.9995c-.0007-2.748-5.7024-3.9995-11-3.9995zM6.9985 6.0151c.1523-.5552 3.1514-2.0151 9.0015-2.0151 5.7976 0 8.7949 1.4341 8.9968 2-.2019.5659-3.1992 2-8.9968 2-5.8501 0-8.8491-1.46-9.0015-1.9849zm18.0015 5.9722c-.1606.5571-3.1587 2.0127-9 2.0127-5.8501 0-8.8491-1.46-9-2v-3.5723c2.1279 1.0674 5.6426 1.5723 9 1.5723s6.8721-.5049 9-1.5723v3.5596z"
931
+ d: "M6,6H26V18h2V6a2.0059,2.0059,0,0,0-2-2H6A2.0059,2.0059,0,0,0,4,6V18H6Z"
932
932
  })), children);
933
933
  });
934
934
  if (process.env.NODE_ENV !== "production") {
935
- CicsDb2Connection.propTypes = iconPropTypes4cbeb95d.i;
935
+ CicsCmas.propTypes = iconPropTypes4cbeb95d.i;
936
936
  }
937
- var CicsExplorer = /*#__PURE__*/React.forwardRef(function CicsExplorer(_ref29, ref) {
937
+ var CicsDb2Connection = /*#__PURE__*/React.forwardRef(function CicsDb2Connection(_ref29, ref) {
938
938
  var children = _ref29.children,
939
939
  _ref29$size = _ref29.size,
940
- size = _ref29$size === undefined ? 16 : _ref29$size,
940
+ size = _ref29$size === void 0 ? 16 : _ref29$size,
941
941
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref29, _excluded29);
942
942
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
943
943
  width: size,
@@ -947,18 +947,18 @@ var CicsExplorer = /*#__PURE__*/React.forwardRef(function CicsExplorer(_ref29, r
947
947
  viewBox: "0 0 32 32",
948
948
  fill: "currentColor"
949
949
  }, rest), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
950
- d: "M24 16L19.4 14.6 21.7 10.3 17.4 12.6 16 8 14.6 12.6 10.3 10.3 12.6 14.6 8 16 12.6 17.4 10.3 21.7 14.6 19.4 16 24 17.4 19.4 21.7 21.7 19.4 17.4 24 16z"
950
+ d: "M22.5,30c-1.9299,0-3.5-1.5701-3.5-3.5,0-.9346,.3638-1.8134,1.0244-2.4742l1.4146,1.4138c-.283,.2832-.439,.6598-.439,1.0604,0,.8271,.6729,1.5,1.5,1.5,.4009,0,.7776-.1561,1.061-.4396l4.9998-4.9998c.2832-.2833,.4392-.66,.4392-1.0607,0-.8271-.6729-1.5-1.5-1.5-.4011,0-.7783,.1564-1.0618,.4404l-1.4155-1.4131c.6616-.6625,1.5413-1.0273,2.4773-1.0273,1.9299,0,3.5,1.5701,3.5,3.5,0,.9348-.364,1.8137-1.0249,2.4749l-4.9998,4.9996c-.6609,.6613-1.54,1.0255-2.4753,1.0255Z"
951
951
  })), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
952
- d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
952
+ d: "M16.5 31c-1.9299 0-3.5-1.5701-3.5-3.5 0-.9348.364-1.8137 1.0249-2.4749l4.9998-4.9996c.6609-.6613 1.54-1.0255 2.4753-1.0255 1.9299 0 3.5 1.5701 3.5 3.5 0 .9346-.3638 1.8134-1.0244 2.4742l-1.4146-1.4138c.283-.2832.439-.6598.439-1.0604 0-.8271-.6729-1.5-1.5-1.5-.4009 0-.7776.1561-1.061.4396l-4.9998 4.9998c-.2832.2833-.4392.66-.4392 1.0607 0 .8271.6729 1.5 1.5 1.5.4011 0 .7783-.1564 1.0618-.4404l1.4155 1.4131c-.6616.6625-1.5413 1.0273-2.4773 1.0273zM16 2c-5.2979 0-11 1.252-11 4V24c0 1.6797 2.134 2.7979 5 3.415v-2.0459c-1.9939-.4727-2.9453-1.1431-3-1.3691v-3.5723c1.4937.749 3.6738 1.2153 6 1.4302v-1.9976c-3.8779-.3774-5.8774-1.4219-6-1.8604v-3.5723c2.1279 1.0674 5.6426 1.5723 9 1.5723 5.2979 0 11-1.252 11-4V5.9995c-.0007-2.748-5.7024-3.9995-11-3.9995zM6.9985 6.0151c.1523-.5552 3.1514-2.0151 9.0015-2.0151 5.7976 0 8.7949 1.4341 8.9968 2-.2019.5659-3.1992 2-8.9968 2-5.8501 0-8.8491-1.46-9.0015-1.9849zm18.0015 5.9722c-.1606.5571-3.1587 2.0127-9 2.0127-5.8501 0-8.8491-1.46-9-2v-3.5723c2.1279 1.0674 5.6426 1.5723 9 1.5723s6.8721-.5049 9-1.5723v3.5596z"
953
953
  })), children);
954
954
  });
955
955
  if (process.env.NODE_ENV !== "production") {
956
- CicsExplorer.propTypes = iconPropTypes4cbeb95d.i;
956
+ CicsDb2Connection.propTypes = iconPropTypes4cbeb95d.i;
957
957
  }
958
- var CicsProgram = /*#__PURE__*/React.forwardRef(function CicsProgram(_ref30, ref) {
958
+ var CicsExplorer = /*#__PURE__*/React.forwardRef(function CicsExplorer(_ref30, ref) {
959
959
  var children = _ref30.children,
960
960
  _ref30$size = _ref30.size,
961
- size = _ref30$size === undefined ? 16 : _ref30$size,
961
+ size = _ref30$size === void 0 ? 16 : _ref30$size,
962
962
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref30, _excluded30);
963
963
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
964
964
  width: size,
@@ -968,26 +968,18 @@ var CicsProgram = /*#__PURE__*/React.forwardRef(function CicsProgram(_ref30, ref
968
968
  viewBox: "0 0 32 32",
969
969
  fill: "currentColor"
970
970
  }, rest), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
971
- d: "M20.17 19L17.58 21.59 19 23 23 19 19 15 17.58 16.41 20.17 19zM11.83 19L14.42 16.41 13 15 9 19 13 23 14.42 21.59 11.83 19z"
972
- })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
973
- cx: "9",
974
- cy: "8",
975
- r: "1"
976
- })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
977
- cx: "6",
978
- cy: "8",
979
- r: "1"
971
+ d: "M24 16L19.4 14.6 21.7 10.3 17.4 12.6 16 8 14.6 12.6 10.3 10.3 12.6 14.6 8 16 12.6 17.4 10.3 21.7 14.6 19.4 16 24 17.4 19.4 21.7 21.7 19.4 17.4 24 16z"
980
972
  })), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
981
- d: "M28,4H4c-1.1028,0-2,.8975-2,2V26c0,1.1025,.8972,2,2,2H28c1.1028,0,2-.8975,2-2V6c0-1.1025-.8972-2-2-2Zm0,2v4H4V6H28ZM4,26V12H28v14H4Z"
973
+ d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
982
974
  })), children);
983
975
  });
984
976
  if (process.env.NODE_ENV !== "production") {
985
- CicsProgram.propTypes = iconPropTypes4cbeb95d.i;
977
+ CicsExplorer.propTypes = iconPropTypes4cbeb95d.i;
986
978
  }
987
- var CicsSit = /*#__PURE__*/React.forwardRef(function CicsSit(_ref31, ref) {
979
+ var CicsProgram = /*#__PURE__*/React.forwardRef(function CicsProgram(_ref31, ref) {
988
980
  var children = _ref31.children,
989
981
  _ref31$size = _ref31.size,
990
- size = _ref31$size === undefined ? 16 : _ref31$size,
982
+ size = _ref31$size === void 0 ? 16 : _ref31$size,
991
983
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref31, _excluded31);
992
984
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
993
985
  width: size,
@@ -997,18 +989,26 @@ var CicsSit = /*#__PURE__*/React.forwardRef(function CicsSit(_ref31, ref) {
997
989
  viewBox: "0 0 32 32",
998
990
  fill: "currentColor"
999
991
  }, rest), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1000
- d: "M23 22L30 27 23 32 23 22z"
992
+ d: "M20.17 19L17.58 21.59 19 23 23 19 19 15 17.58 16.41 20.17 19zM11.83 19L14.42 16.41 13 15 9 19 13 23 14.42 21.59 11.83 19z"
993
+ })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
994
+ cx: "9",
995
+ cy: "8",
996
+ r: "1"
997
+ })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
998
+ cx: "6",
999
+ cy: "8",
1000
+ r: "1"
1001
1001
  })), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1002
- d: "M26,3H6c-1.6543,0-3,1.3457-3,3V26c0,1.6543,1.3457,3,3,3h11v-9h12V6c0-1.6543-1.3457-3-3-3ZM6,5H26c.5515,0,1,.4482,1,1v3H5v-3c0-.5518,.4485-1,1-1Zm9,6v7H5v-7H15Zm0,16H6c-.5515,0-1-.4482-1-1v-6H15v7Zm2-9v-7h10v7h-10Z"
1002
+ d: "M28,4H4c-1.1028,0-2,.8975-2,2V26c0,1.1025,.8972,2,2,2H28c1.1028,0,2-.8975,2-2V6c0-1.1025-.8972-2-2-2Zm0,2v4H4V6H28ZM4,26V12H28v14H4Z"
1003
1003
  })), children);
1004
1004
  });
1005
1005
  if (process.env.NODE_ENV !== "production") {
1006
- CicsSit.propTypes = iconPropTypes4cbeb95d.i;
1006
+ CicsProgram.propTypes = iconPropTypes4cbeb95d.i;
1007
1007
  }
1008
- var CicsSitOverrides = /*#__PURE__*/React.forwardRef(function CicsSitOverrides(_ref32, ref) {
1008
+ var CicsSit = /*#__PURE__*/React.forwardRef(function CicsSit(_ref32, ref) {
1009
1009
  var children = _ref32.children,
1010
1010
  _ref32$size = _ref32.size,
1011
- size = _ref32$size === undefined ? 16 : _ref32$size,
1011
+ size = _ref32$size === void 0 ? 16 : _ref32$size,
1012
1012
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref32, _excluded32);
1013
1013
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1014
1014
  width: size,
@@ -1018,16 +1018,18 @@ var CicsSitOverrides = /*#__PURE__*/React.forwardRef(function CicsSitOverrides(_
1018
1018
  viewBox: "0 0 32 32",
1019
1019
  fill: "currentColor"
1020
1020
  }, rest), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1021
- d: "M31.707 20.293l-3-3c-.3901-.3906-1.0239-.3906-1.4141 0l-9.293 9.293v4.4141h4.4143l9.2927-9.293c.3906-.3906.3906-1.0234 0-1.4141zm-7.4141 6l-2.7073 2.707h-1.5857v-1.5859l2.707-2.707 2.293-2.293 1.5859 1.5859-2.293 2.293zm3.707-3.707l-1.5859-1.5859 1.5859-1.5859 1.5857 1.5859-1.5857 1.5859zM20 20v-2h-4v-7h10v2h2V6c0-1.6543-1.3457-3-3-3H5c-1.6543 0-3 1.3457-3 3V26c0 1.6543 1.3457 3 3 3h11v-9h4zm-6-2H4v-7H14v7zM5 5H25c.5515 0 1 .4482 1 1v3H4v-3c0-.5518.4485-1 1-1zM14 27H5c-.5515 0-1-.4482-1-1v-6H14v7z"
1021
+ d: "M23 22L30 27 23 32 23 22z"
1022
+ })), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1023
+ d: "M26,3H6c-1.6543,0-3,1.3457-3,3V26c0,1.6543,1.3457,3,3,3h11v-9h12V6c0-1.6543-1.3457-3-3-3ZM6,5H26c.5515,0,1,.4482,1,1v3H5v-3c0-.5518,.4485-1,1-1Zm9,6v7H5v-7H15Zm0,16H6c-.5515,0-1-.4482-1-1v-6H15v7Zm2-9v-7h10v7h-10Z"
1022
1024
  })), children);
1023
1025
  });
1024
1026
  if (process.env.NODE_ENV !== "production") {
1025
- CicsSitOverrides.propTypes = iconPropTypes4cbeb95d.i;
1027
+ CicsSit.propTypes = iconPropTypes4cbeb95d.i;
1026
1028
  }
1027
- var CicsSystemGroup = /*#__PURE__*/React.forwardRef(function CicsSystemGroup(_ref33, ref) {
1029
+ var CicsSitOverrides = /*#__PURE__*/React.forwardRef(function CicsSitOverrides(_ref33, ref) {
1028
1030
  var children = _ref33.children,
1029
1031
  _ref33$size = _ref33.size,
1030
- size = _ref33$size === undefined ? 16 : _ref33$size,
1032
+ size = _ref33$size === void 0 ? 16 : _ref33$size,
1031
1033
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref33, _excluded33);
1032
1034
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1033
1035
  width: size,
@@ -1036,21 +1038,17 @@ var CicsSystemGroup = /*#__PURE__*/React.forwardRef(function CicsSystemGroup(_re
1036
1038
  xmlns: "http://www.w3.org/2000/svg",
1037
1039
  viewBox: "0 0 32 32",
1038
1040
  fill: "currentColor"
1039
- }, rest), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1040
- d: "M28 2H23V4h5V28H23v2h5a2.0059 2.0059 0 002-2V4A2.0059 2.0059 0 0028 2zM14 17H8a.9448.9448 0 00-1 1v6a.9448.9448 0 001 1h6a.9448.9448 0 001-1V18A.9448.9448 0 0014 17zm-1 6H9V19h4z"
1041
- })), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1042
- d: "M25 24V18a.9448.9448 0 00-1-1H18a.9448.9448 0 00-1 1v6a.9448.9448 0 001 1h6A1.0021 1.0021 0 0025 24zm-2-1H19V19h4zM14 7H8A.9448.9448 0 007 8v6a.9448.9448 0 001 1h6a.9448.9448 0 001-1V8A.9448.9448 0 0014 7zm-1 6H9V9h4zM18 15h6a.9448.9448 0 001-1V8a.9448.9448 0 00-1-1H18a.9448.9448 0 00-1 1v6A1.0021 1.0021 0 0018 15zm1-6h4v4H19z"
1043
- })), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1044
- d: "M4,4H9V2H4A2.0059,2.0059,0,0,0,2,4V28a2.0059,2.0059,0,0,0,2,2H9V28H4Z"
1041
+ }, rest), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1042
+ d: "M31.707 20.293l-3-3c-.3901-.3906-1.0239-.3906-1.4141 0l-9.293 9.293v4.4141h4.4143l9.2927-9.293c.3906-.3906.3906-1.0234 0-1.4141zm-7.4141 6l-2.7073 2.707h-1.5857v-1.5859l2.707-2.707 2.293-2.293 1.5859 1.5859-2.293 2.293zm3.707-3.707l-1.5859-1.5859 1.5859-1.5859 1.5857 1.5859-1.5857 1.5859zM20 20v-2h-4v-7h10v2h2V6c0-1.6543-1.3457-3-3-3H5c-1.6543 0-3 1.3457-3 3V26c0 1.6543 1.3457 3 3 3h11v-9h4zm-6-2H4v-7H14v7zM5 5H25c.5515 0 1 .4482 1 1v3H4v-3c0-.5518.4485-1 1-1zM14 27H5c-.5515 0-1-.4482-1-1v-6H14v7z"
1045
1043
  })), children);
1046
1044
  });
1047
1045
  if (process.env.NODE_ENV !== "production") {
1048
- CicsSystemGroup.propTypes = iconPropTypes4cbeb95d.i;
1046
+ CicsSitOverrides.propTypes = iconPropTypes4cbeb95d.i;
1049
1047
  }
1050
- var CicsTransactionServerZos = /*#__PURE__*/React.forwardRef(function CicsTransactionServerZos(_ref34, ref) {
1048
+ var CicsSystemGroup = /*#__PURE__*/React.forwardRef(function CicsSystemGroup(_ref34, ref) {
1051
1049
  var children = _ref34.children,
1052
1050
  _ref34$size = _ref34.size,
1053
- size = _ref34$size === undefined ? 16 : _ref34$size,
1051
+ size = _ref34$size === void 0 ? 16 : _ref34$size,
1054
1052
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref34, _excluded34);
1055
1053
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1056
1054
  width: size,
@@ -1059,29 +1057,21 @@ var CicsTransactionServerZos = /*#__PURE__*/React.forwardRef(function CicsTransa
1059
1057
  xmlns: "http://www.w3.org/2000/svg",
1060
1058
  viewBox: "0 0 32 32",
1061
1059
  fill: "currentColor"
1062
- }, rest), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
1063
- cx: "28",
1064
- cy: "10",
1065
- r: "2"
1060
+ }, rest), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1061
+ d: "M28 2H23V4h5V28H23v2h5a2.0059 2.0059 0 002-2V4A2.0059 2.0059 0 0028 2zM14 17H8a.9448.9448 0 00-1 1v6a.9448.9448 0 001 1h6a.9448.9448 0 001-1V18A.9448.9448 0 0014 17zm-1 6H9V19h4z"
1066
1062
  })), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1067
- d: "M18,29h-7v-2h7c4.9626,0,9-4.0374,9-9v-4h2v4c0,6.0654-4.9346,11-11,11Z"
1063
+ d: "M25 24V18a.9448.9448 0 00-1-1H18a.9448.9448 0 00-1 1v6a.9448.9448 0 001 1h6A1.0021 1.0021 0 0025 24zm-2-1H19V19h4zM14 7H8A.9448.9448 0 007 8v6a.9448.9448 0 001 1h6a.9448.9448 0 001-1V8A.9448.9448 0 0014 7zm-1 6H9V9h4zM18 15h6a.9448.9448 0 001-1V8a.9448.9448 0 00-1-1H18a.9448.9448 0 00-1 1v6A1.0021 1.0021 0 0018 15zm1-6h4v4H19z"
1068
1064
  })), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1069
- d: "M16,21c-2.7571,0-5-2.2429-5-5s2.2429-5,5-5,5,2.2429,5,5-2.2429,5-5,5Zm0-8c-1.6543,0-3,1.3457-3,3s1.3457,3,3,3,3-1.3457,3-3-1.3457-3-3-3Z"
1070
- })), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
1071
- cx: "4",
1072
- cy: "22",
1073
- r: "2"
1074
- })), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1075
- d: "M5,18H3v-4C3,7.9346,7.9346,3,14,3h7v2h-7c-4.9626,0-9,4.0374-9,9v4Z"
1065
+ d: "M4,4H9V2H4A2.0059,2.0059,0,0,0,2,4V28a2.0059,2.0059,0,0,0,2,2H9V28H4Z"
1076
1066
  })), children);
1077
1067
  });
1078
1068
  if (process.env.NODE_ENV !== "production") {
1079
- CicsTransactionServerZos.propTypes = iconPropTypes4cbeb95d.i;
1069
+ CicsSystemGroup.propTypes = iconPropTypes4cbeb95d.i;
1080
1070
  }
1081
- var CicsWuiRegion = /*#__PURE__*/React.forwardRef(function CicsWuiRegion(_ref35, ref) {
1071
+ var CicsTransactionServerZos = /*#__PURE__*/React.forwardRef(function CicsTransactionServerZos(_ref35, ref) {
1082
1072
  var children = _ref35.children,
1083
1073
  _ref35$size = _ref35.size,
1084
- size = _ref35$size === undefined ? 16 : _ref35$size,
1074
+ size = _ref35$size === void 0 ? 16 : _ref35$size,
1085
1075
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref35, _excluded35);
1086
1076
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1087
1077
  width: size,
@@ -1090,19 +1080,29 @@ var CicsWuiRegion = /*#__PURE__*/React.forwardRef(function CicsWuiRegion(_ref35,
1090
1080
  xmlns: "http://www.w3.org/2000/svg",
1091
1081
  viewBox: "0 0 32 32",
1092
1082
  fill: "currentColor"
1093
- }, rest), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1094
- d: "M22 22L24 22 24 28 22 28 22 30 28 30 28 28 26 28 26 22 28 22 28 20 22 20 22 22zM18 28H16V20H14v8.6A1.4529 1.4529 0 0015.5 30h3A1.4529 1.4529 0 0020 28.6V20H18zM10.2 20L10 28.5 9 22 7 22 6 28.5 5.8 20 4 20 4.72 30 7 30 8 23.5 9 30 11.28 30 12 20 10.2 20zM16 11L13 11 13 8 11 8 11 11 8 11 8 13 11 13 11 16 13 16 13 13 16 13 16 11z"
1083
+ }, rest), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
1084
+ cx: "28",
1085
+ cy: "10",
1086
+ r: "2"
1087
+ })), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1088
+ d: "M18,29h-7v-2h7c4.9626,0,9-4.0374,9-9v-4h2v4c0,6.0654-4.9346,11-11,11Z"
1089
+ })), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1090
+ d: "M16,21c-2.7571,0-5-2.2429-5-5s2.2429-5,5-5,5,2.2429,5,5-2.2429,5-5,5Zm0-8c-1.6543,0-3,1.3457-3,3s1.3457,3,3,3,3-1.3457,3-3-1.3457-3-3-3Z"
1091
+ })), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
1092
+ cx: "4",
1093
+ cy: "22",
1094
+ r: "2"
1095
1095
  })), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1096
- d: "M26,4H6A2.0059,2.0059,0,0,0,4,6V18H6V6H26V18h2V6A2.0059,2.0059,0,0,0,26,4Z"
1096
+ d: "M5,18H3v-4C3,7.9346,7.9346,3,14,3h7v2h-7c-4.9626,0-9,4.0374-9,9v4Z"
1097
1097
  })), children);
1098
1098
  });
1099
1099
  if (process.env.NODE_ENV !== "production") {
1100
- CicsWuiRegion.propTypes = iconPropTypes4cbeb95d.i;
1100
+ CicsTransactionServerZos.propTypes = iconPropTypes4cbeb95d.i;
1101
1101
  }
1102
- var CicsRegion = /*#__PURE__*/React.forwardRef(function CicsRegion(_ref36, ref) {
1102
+ var CicsWuiRegion = /*#__PURE__*/React.forwardRef(function CicsWuiRegion(_ref36, ref) {
1103
1103
  var children = _ref36.children,
1104
1104
  _ref36$size = _ref36.size,
1105
- size = _ref36$size === undefined ? 16 : _ref36$size,
1105
+ size = _ref36$size === void 0 ? 16 : _ref36$size,
1106
1106
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref36, _excluded36);
1107
1107
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1108
1108
  width: size,
@@ -1112,18 +1112,18 @@ var CicsRegion = /*#__PURE__*/React.forwardRef(function CicsRegion(_ref36, ref)
1112
1112
  viewBox: "0 0 32 32",
1113
1113
  fill: "currentColor"
1114
1114
  }, rest), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1115
- d: "M23.5 18L21 18.7 21 16 19 16 19 18.7 16.5 18 16 19.9 18.4 20.6 17 23 18.7 24 20 21.8 21.3 24 23 23 21.6 20.6 24 19.9 23.5 18zM16 13L16 11 13 11 13 8 11 8 11 11 8 11 8 13 11 13 11 16 13 16 13 13 16 13z"
1115
+ d: "M22 22L24 22 24 28 22 28 22 30 28 30 28 28 26 28 26 22 28 22 28 20 22 20 22 22zM18 28H16V20H14v8.6A1.4529 1.4529 0 0015.5 30h3A1.4529 1.4529 0 0020 28.6V20H18zM10.2 20L10 28.5 9 22 7 22 6 28.5 5.8 20 4 20 4.72 30 7 30 8 23.5 9 30 11.28 30 12 20 10.2 20zM16 11L13 11 13 8 11 8 11 11 8 11 8 13 11 13 11 16 13 16 13 13 16 13 16 11z"
1116
1116
  })), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1117
- d: "M26,4H6A2.0059,2.0059,0,0,0,4,6V26a2.0059,2.0059,0,0,0,2,2H26a2.0059,2.0059,0,0,0,2-2V6A2.0059,2.0059,0,0,0,26,4ZM6,26V6H26V26Z"
1117
+ d: "M26,4H6A2.0059,2.0059,0,0,0,4,6V18H6V6H26V18h2V6A2.0059,2.0059,0,0,0,26,4Z"
1118
1118
  })), children);
1119
1119
  });
1120
1120
  if (process.env.NODE_ENV !== "production") {
1121
- CicsRegion.propTypes = iconPropTypes4cbeb95d.i;
1121
+ CicsWuiRegion.propTypes = iconPropTypes4cbeb95d.i;
1122
1122
  }
1123
- var CicsRegionAlt = /*#__PURE__*/React.forwardRef(function CicsRegionAlt(_ref37, ref) {
1123
+ var CicsRegion = /*#__PURE__*/React.forwardRef(function CicsRegion(_ref37, ref) {
1124
1124
  var children = _ref37.children,
1125
1125
  _ref37$size = _ref37.size,
1126
- size = _ref37$size === undefined ? 16 : _ref37$size,
1126
+ size = _ref37$size === void 0 ? 16 : _ref37$size,
1127
1127
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref37, _excluded37);
1128
1128
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1129
1129
  width: size,
@@ -1133,16 +1133,18 @@ var CicsRegionAlt = /*#__PURE__*/React.forwardRef(function CicsRegionAlt(_ref37,
1133
1133
  viewBox: "0 0 32 32",
1134
1134
  fill: "currentColor"
1135
1135
  }, rest), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1136
- d: "M31 13v-2h-4c-1.1028 0-2 .8975-2 2v2c0 1.1025.8972 2 2 2h2v2h-4v2h4c1.1028 0 2-.8975 2-2v-2c0-1.1025-.8972-2-2-2h-2v-2h4zM17 13v6c0 1.1025.8972 2 2 2h4v-2h-4v-6h4v-2h-4c-1.1028 0-2 .8975-2 2zM9 13L11 13 11 19 9 19 9 21 15 21 15 19 13 19 13 13 15 13 15 11 9 11 9 13zM1 13v6c0 1.1025.8972 2 2 2H7v-2H3v-6H7v-2H3c-1.1028 0-2 .8975-2 2z"
1136
+ d: "M23.5 18L21 18.7 21 16 19 16 19 18.7 16.5 18 16 19.9 18.4 20.6 17 23 18.7 24 20 21.8 21.3 24 23 23 21.6 20.6 24 19.9 23.5 18zM16 13L16 11 13 11 13 8 11 8 11 11 8 11 8 13 11 13 11 16 13 16 13 13 16 13z"
1137
+ })), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1138
+ d: "M26,4H6A2.0059,2.0059,0,0,0,4,6V26a2.0059,2.0059,0,0,0,2,2H26a2.0059,2.0059,0,0,0,2-2V6A2.0059,2.0059,0,0,0,26,4ZM6,26V6H26V26Z"
1137
1139
  })), children);
1138
1140
  });
1139
1141
  if (process.env.NODE_ENV !== "production") {
1140
- CicsRegionAlt.propTypes = iconPropTypes4cbeb95d.i;
1142
+ CicsRegion.propTypes = iconPropTypes4cbeb95d.i;
1141
1143
  }
1142
- var CicsRegionRouting = /*#__PURE__*/React.forwardRef(function CicsRegionRouting(_ref38, ref) {
1144
+ var CicsRegionAlt = /*#__PURE__*/React.forwardRef(function CicsRegionAlt(_ref38, ref) {
1143
1145
  var children = _ref38.children,
1144
1146
  _ref38$size = _ref38.size,
1145
- size = _ref38$size === undefined ? 16 : _ref38$size,
1147
+ size = _ref38$size === void 0 ? 16 : _ref38$size,
1146
1148
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref38, _excluded38);
1147
1149
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1148
1150
  width: size,
@@ -1151,19 +1153,17 @@ var CicsRegionRouting = /*#__PURE__*/React.forwardRef(function CicsRegionRouting
1151
1153
  xmlns: "http://www.w3.org/2000/svg",
1152
1154
  viewBox: "0 0 32 32",
1153
1155
  fill: "currentColor"
1154
- }, rest), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1155
- d: "M22 2L22 4 26.6 4 20 10.6 21.4 12 28 5.4 28 10 30 10 30 2 22 2zM19 16L19 18.7 16.5 18 16 19.9 18.4 20.6 17 23 18.7 24 20 21.8 21.3 24 23 23 21.6 20.6 24 19.9 23.5 18 21 18.7 21 16 19 16zM13 16L13 13 16 13 16 11 13 11 13 8 11 8 11 11 8 11 8 13 11 13 11 16 13 16z"
1156
- })), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1157
- d: "M26,26H6V6H19V4H6A2.0059,2.0059,0,0,0,4,6V26a2.0059,2.0059,0,0,0,2,2H26a2.0059,2.0059,0,0,0,2-2V13H26Z"
1156
+ }, rest), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1157
+ d: "M31 13v-2h-4c-1.1028 0-2 .8975-2 2v2c0 1.1025.8972 2 2 2h2v2h-4v2h4c1.1028 0 2-.8975 2-2v-2c0-1.1025-.8972-2-2-2h-2v-2h4zM17 13v6c0 1.1025.8972 2 2 2h4v-2h-4v-6h4v-2h-4c-1.1028 0-2 .8975-2 2zM9 13L11 13 11 19 9 19 9 21 15 21 15 19 13 19 13 13 15 13 15 11 9 11 9 13zM1 13v6c0 1.1025.8972 2 2 2H7v-2H3v-6H7v-2H3c-1.1028 0-2 .8975-2 2z"
1158
1158
  })), children);
1159
1159
  });
1160
1160
  if (process.env.NODE_ENV !== "production") {
1161
- CicsRegionRouting.propTypes = iconPropTypes4cbeb95d.i;
1161
+ CicsRegionAlt.propTypes = iconPropTypes4cbeb95d.i;
1162
1162
  }
1163
- var CicsRegionTarget = /*#__PURE__*/React.forwardRef(function CicsRegionTarget(_ref39, ref) {
1163
+ var CicsRegionRouting = /*#__PURE__*/React.forwardRef(function CicsRegionRouting(_ref39, ref) {
1164
1164
  var children = _ref39.children,
1165
1165
  _ref39$size = _ref39.size,
1166
- size = _ref39$size === undefined ? 16 : _ref39$size,
1166
+ size = _ref39$size === void 0 ? 16 : _ref39$size,
1167
1167
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref39, _excluded39);
1168
1168
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1169
1169
  width: size,
@@ -1173,18 +1173,18 @@ var CicsRegionTarget = /*#__PURE__*/React.forwardRef(function CicsRegionTarget(_
1173
1173
  viewBox: "0 0 32 32",
1174
1174
  fill: "currentColor"
1175
1175
  }, rest), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1176
- d: "M26 7H28V10H26zM29 4H32V6H29zM26 0H28V3H26zM22 4H25V6H22zM19 16L19 18.7 16.5 18 16 19.9 18.4 20.6 17 23 18.7 24 20 21.8 21.3 24 23 23 21.6 20.6 24 19.9 23.5 18 21 18.7 21 16 19 16zM13 16L13 13 16 13 16 11 13 11 13 8 11 8 11 11 8 11 8 13 11 13 11 16 13 16z"
1176
+ d: "M22 2L22 4 26.6 4 20 10.6 21.4 12 28 5.4 28 10 30 10 30 2 22 2zM19 16L19 18.7 16.5 18 16 19.9 18.4 20.6 17 23 18.7 24 20 21.8 21.3 24 23 23 21.6 20.6 24 19.9 23.5 18 21 18.7 21 16 19 16zM13 16L13 13 16 13 16 11 13 11 13 8 11 8 11 11 8 11 8 13 11 13 11 16 13 16z"
1177
1177
  })), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1178
1178
  d: "M26,26H6V6H19V4H6A2.0059,2.0059,0,0,0,4,6V26a2.0059,2.0059,0,0,0,2,2H26a2.0059,2.0059,0,0,0,2-2V13H26Z"
1179
1179
  })), children);
1180
1180
  });
1181
1181
  if (process.env.NODE_ENV !== "production") {
1182
- CicsRegionTarget.propTypes = iconPropTypes4cbeb95d.i;
1182
+ CicsRegionRouting.propTypes = iconPropTypes4cbeb95d.i;
1183
1183
  }
1184
- var Cicsplex = /*#__PURE__*/React.forwardRef(function Cicsplex(_ref40, ref) {
1184
+ var CicsRegionTarget = /*#__PURE__*/React.forwardRef(function CicsRegionTarget(_ref40, ref) {
1185
1185
  var children = _ref40.children,
1186
1186
  _ref40$size = _ref40.size,
1187
- size = _ref40$size === undefined ? 16 : _ref40$size,
1187
+ size = _ref40$size === void 0 ? 16 : _ref40$size,
1188
1188
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref40, _excluded40);
1189
1189
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1190
1190
  width: size,
@@ -1194,16 +1194,18 @@ var Cicsplex = /*#__PURE__*/React.forwardRef(function Cicsplex(_ref40, ref) {
1194
1194
  viewBox: "0 0 32 32",
1195
1195
  fill: "currentColor"
1196
1196
  }, rest), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1197
- d: "M8 18.6V17H6v1.6A7.3833 7.3833 0 0013.4 26H15V24H13.4A5.3775 5.3775 0 018 18.6zM28 18H20a2.0059 2.0059 0 00-2 2v8a2.0059 2.0059 0 002 2h8a2.0059 2.0059 0 002-2V20A2.0059 2.0059 0 0028 18zM20 28V20h8v8zM24 13.4V15h2V13.4A7.3833 7.3833 0 0018.6 6H17V8h1.6A5.3775 5.3775 0 0124 13.4zM12 2H4A2.0059 2.0059 0 002 4v8a2.0059 2.0059 0 002 2h8a2.0059 2.0059 0 002-2V4A2.0059 2.0059 0 0012 2zM4 12V4h8v8z"
1197
+ d: "M26 7H28V10H26zM29 4H32V6H29zM26 0H28V3H26zM22 4H25V6H22zM19 16L19 18.7 16.5 18 16 19.9 18.4 20.6 17 23 18.7 24 20 21.8 21.3 24 23 23 21.6 20.6 24 19.9 23.5 18 21 18.7 21 16 19 16zM13 16L13 13 16 13 16 11 13 11 13 8 11 8 11 11 8 11 8 13 11 13 11 16 13 16z"
1198
+ })), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1199
+ d: "M26,26H6V6H19V4H6A2.0059,2.0059,0,0,0,4,6V26a2.0059,2.0059,0,0,0,2,2H26a2.0059,2.0059,0,0,0,2-2V13H26Z"
1198
1200
  })), children);
1199
1201
  });
1200
1202
  if (process.env.NODE_ENV !== "production") {
1201
- Cicsplex.propTypes = iconPropTypes4cbeb95d.i;
1203
+ CicsRegionTarget.propTypes = iconPropTypes4cbeb95d.i;
1202
1204
  }
1203
- var CircleFilled = /*#__PURE__*/React.forwardRef(function CircleFilled(_ref41, ref) {
1205
+ var Cicsplex = /*#__PURE__*/React.forwardRef(function Cicsplex(_ref41, ref) {
1204
1206
  var children = _ref41.children,
1205
1207
  _ref41$size = _ref41.size,
1206
- size = _ref41$size === undefined ? 16 : _ref41$size,
1208
+ size = _ref41$size === void 0 ? 16 : _ref41$size,
1207
1209
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref41, _excluded41);
1208
1210
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1209
1211
  width: size,
@@ -1212,22 +1214,41 @@ var CircleFilled = /*#__PURE__*/React.forwardRef(function CircleFilled(_ref41, r
1212
1214
  xmlns: "http://www.w3.org/2000/svg",
1213
1215
  viewBox: "0 0 32 32",
1214
1216
  fill: "currentColor"
1217
+ }, rest), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1218
+ d: "M8 18.6V17H6v1.6A7.3833 7.3833 0 0013.4 26H15V24H13.4A5.3775 5.3775 0 018 18.6zM28 18H20a2.0059 2.0059 0 00-2 2v8a2.0059 2.0059 0 002 2h8a2.0059 2.0059 0 002-2V20A2.0059 2.0059 0 0028 18zM20 28V20h8v8zM24 13.4V15h2V13.4A7.3833 7.3833 0 0018.6 6H17V8h1.6A5.3775 5.3775 0 0124 13.4zM12 2H4A2.0059 2.0059 0 002 4v8a2.0059 2.0059 0 002 2h8a2.0059 2.0059 0 002-2V4A2.0059 2.0059 0 0012 2zM4 12V4h8v8z"
1219
+ })), children);
1220
+ });
1221
+ if (process.env.NODE_ENV !== "production") {
1222
+ Cicsplex.propTypes = iconPropTypes4cbeb95d.i;
1223
+ }
1224
+ var CircleFilled = /*#__PURE__*/React.forwardRef(function CircleFilled(_ref42, ref) {
1225
+ var children = _ref42.children,
1226
+ _ref42$size = _ref42.size,
1227
+ size = _ref42$size === void 0 ? 16 : _ref42$size,
1228
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref42, _excluded42);
1229
+ return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1230
+ width: size,
1231
+ height: size,
1232
+ ref: ref,
1233
+ xmlns: "http://www.w3.org/2000/svg",
1234
+ viewBox: "0 0 32 32",
1235
+ fill: "currentColor"
1215
1236
  }, rest), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
1216
1237
  cx: "16",
1217
1238
  cy: "16",
1218
1239
  r: "10"
1219
- })), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1240
+ })), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1220
1241
  d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
1221
1242
  })), children);
1222
1243
  });
1223
1244
  if (process.env.NODE_ENV !== "production") {
1224
1245
  CircleFilled.propTypes = iconPropTypes4cbeb95d.i;
1225
1246
  }
1226
- var CircleOutline = /*#__PURE__*/React.forwardRef(function CircleOutline(_ref42, ref) {
1227
- var children = _ref42.children,
1228
- _ref42$size = _ref42.size,
1229
- size = _ref42$size === undefined ? 16 : _ref42$size,
1230
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref42, _excluded42);
1247
+ var CircleOutline = /*#__PURE__*/React.forwardRef(function CircleOutline(_ref43, ref) {
1248
+ var children = _ref43.children,
1249
+ _ref43$size = _ref43.size,
1250
+ size = _ref43$size === void 0 ? 16 : _ref43$size,
1251
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref43, _excluded43);
1231
1252
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1232
1253
  width: size,
1233
1254
  height: size,
@@ -1235,7 +1256,7 @@ var CircleOutline = /*#__PURE__*/React.forwardRef(function CircleOutline(_ref42,
1235
1256
  xmlns: "http://www.w3.org/2000/svg",
1236
1257
  viewBox: "0 0 32 32",
1237
1258
  fill: "currentColor"
1238
- }, rest), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1259
+ }, rest), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1239
1260
  strokeWidth: "0",
1240
1261
  d: "m16,2c-7.732,0-14,6.268-14,14s6.268,14,14,14,14-6.268,14-14S23.732,2,16,2Zm0,26c-6.6274,0-12-5.3726-12-12s5.3726-12,12-12,12,5.3726,12,12-5.3726,12-12,12Z"
1241
1262
  })), children);
@@ -1243,11 +1264,11 @@ var CircleOutline = /*#__PURE__*/React.forwardRef(function CircleOutline(_ref42,
1243
1264
  if (process.env.NODE_ENV !== "production") {
1244
1265
  CircleOutline.propTypes = iconPropTypes4cbeb95d.i;
1245
1266
  }
1246
- var CircleSolid = /*#__PURE__*/React.forwardRef(function CircleSolid(_ref43, ref) {
1247
- var children = _ref43.children,
1248
- _ref43$size = _ref43.size,
1249
- size = _ref43$size === undefined ? 16 : _ref43$size,
1250
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref43, _excluded43);
1267
+ var CircleSolid = /*#__PURE__*/React.forwardRef(function CircleSolid(_ref44, ref) {
1268
+ var children = _ref44.children,
1269
+ _ref44$size = _ref44.size,
1270
+ size = _ref44$size === void 0 ? 16 : _ref44$size,
1271
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref44, _excluded44);
1251
1272
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1252
1273
  width: size,
1253
1274
  height: size,
@@ -1264,11 +1285,11 @@ var CircleSolid = /*#__PURE__*/React.forwardRef(function CircleSolid(_ref43, ref
1264
1285
  if (process.env.NODE_ENV !== "production") {
1265
1286
  CircleSolid.propTypes = iconPropTypes4cbeb95d.i;
1266
1287
  }
1267
- var CircleDash = /*#__PURE__*/React.forwardRef(function CircleDash(_ref44, ref) {
1268
- var children = _ref44.children,
1269
- _ref44$size = _ref44.size,
1270
- size = _ref44$size === undefined ? 16 : _ref44$size,
1271
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref44, _excluded44);
1288
+ var CircleDash = /*#__PURE__*/React.forwardRef(function CircleDash(_ref45, ref) {
1289
+ var children = _ref45.children,
1290
+ _ref45$size = _ref45.size,
1291
+ size = _ref45$size === void 0 ? 16 : _ref45$size,
1292
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref45, _excluded45);
1272
1293
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1273
1294
  width: size,
1274
1295
  height: size,
@@ -1276,18 +1297,18 @@ var CircleDash = /*#__PURE__*/React.forwardRef(function CircleDash(_ref44, ref)
1276
1297
  xmlns: "http://www.w3.org/2000/svg",
1277
1298
  viewBox: "0 0 32 32",
1278
1299
  fill: "currentColor"
1279
- }, rest), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1300
+ }, rest), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1280
1301
  d: "M7.7 4.7a14.7 14.7 0 00-3 3.1L6.3 9A13.26 13.26 0 018.9 6.3zM4.6 12.3l-1.9-.6A12.51 12.51 0 002 16H4A11.48 11.48 0 014.6 12.3zM2.7 20.4a14.4 14.4 0 002 3.9l1.6-1.2a12.89 12.89 0 01-1.7-3.3zM7.8 27.3a14.4 14.4 0 003.9 2l.6-1.9A12.89 12.89 0 019 25.7zM11.7 2.7l.6 1.9A11.48 11.48 0 0116 4V2A12.51 12.51 0 0011.7 2.7zM24.2 27.3a15.18 15.18 0 003.1-3.1L25.7 23A11.53 11.53 0 0123 25.7zM27.4 19.7l1.9.6A15.47 15.47 0 0030 16H28A11.48 11.48 0 0127.4 19.7zM29.2 11.6a14.4 14.4 0 00-2-3.9L25.6 8.9a12.89 12.89 0 011.7 3.3zM24.1 4.6a14.4 14.4 0 00-3.9-2l-.6 1.9a12.89 12.89 0 013.3 1.7zM20.3 29.3l-.6-1.9A11.48 11.48 0 0116 28v2A21.42 21.42 0 0020.3 29.3z"
1281
1302
  })), children);
1282
1303
  });
1283
1304
  if (process.env.NODE_ENV !== "production") {
1284
1305
  CircleDash.propTypes = iconPropTypes4cbeb95d.i;
1285
1306
  }
1286
- var CircleFill = /*#__PURE__*/React.forwardRef(function CircleFill(_ref45, ref) {
1287
- var children = _ref45.children,
1288
- _ref45$size = _ref45.size,
1289
- size = _ref45$size === undefined ? 16 : _ref45$size,
1290
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref45, _excluded45);
1307
+ var CircleFill = /*#__PURE__*/React.forwardRef(function CircleFill(_ref46, ref) {
1308
+ var children = _ref46.children,
1309
+ _ref46$size = _ref46.size,
1310
+ size = _ref46$size === void 0 ? 16 : _ref46$size,
1311
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref46, _excluded46);
1291
1312
  if (size === "glyph" || size === "glyph" || size === "glyphpx") {
1292
1313
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1293
1314
  width: size,
@@ -1318,11 +1339,11 @@ var CircleFill = /*#__PURE__*/React.forwardRef(function CircleFill(_ref45, ref)
1318
1339
  if (process.env.NODE_ENV !== "production") {
1319
1340
  CircleFill.propTypes = iconPropTypes4cbeb95d.i;
1320
1341
  }
1321
- var WatsonHealthCircleMeasurement = /*#__PURE__*/React.forwardRef(function WatsonHealthCircleMeasurement(_ref46, ref) {
1322
- var children = _ref46.children,
1323
- _ref46$size = _ref46.size,
1324
- size = _ref46$size === undefined ? 16 : _ref46$size,
1325
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref46, _excluded46);
1342
+ var WatsonHealthCircleMeasurement = /*#__PURE__*/React.forwardRef(function WatsonHealthCircleMeasurement(_ref47, ref) {
1343
+ var children = _ref47.children,
1344
+ _ref47$size = _ref47.size,
1345
+ size = _ref47$size === void 0 ? 16 : _ref47$size,
1346
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref47, _excluded47);
1326
1347
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1327
1348
  width: size,
1328
1349
  height: size,
@@ -1330,20 +1351,20 @@ var WatsonHealthCircleMeasurement = /*#__PURE__*/React.forwardRef(function Watso
1330
1351
  xmlns: "http://www.w3.org/2000/svg",
1331
1352
  viewBox: "0 0 32 32",
1332
1353
  fill: "currentColor"
1333
- }, rest), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1354
+ }, rest), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1334
1355
  d: "M16,30A14,14,0,1,1,30,16,14,14,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12,12,0,0,0,16,4Z"
1335
- })), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1356
+ })), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1336
1357
  d: "M21,12.41V16h2V9H16v2h3.59L11,19.59V16H9v7h7V21H12.41Z"
1337
1358
  })), children);
1338
1359
  });
1339
1360
  if (process.env.NODE_ENV !== "production") {
1340
1361
  WatsonHealthCircleMeasurement.propTypes = iconPropTypes4cbeb95d.i;
1341
1362
  }
1342
- var CirclePacking = /*#__PURE__*/React.forwardRef(function CirclePacking(_ref47, ref) {
1343
- var children = _ref47.children,
1344
- _ref47$size = _ref47.size,
1345
- size = _ref47$size === undefined ? 16 : _ref47$size,
1346
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref47, _excluded47);
1363
+ var CirclePacking = /*#__PURE__*/React.forwardRef(function CirclePacking(_ref48, ref) {
1364
+ var children = _ref48.children,
1365
+ _ref48$size = _ref48.size,
1366
+ size = _ref48$size === void 0 ? 16 : _ref48$size,
1367
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref48, _excluded48);
1347
1368
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1348
1369
  width: size,
1349
1370
  height: size,
@@ -1351,18 +1372,18 @@ var CirclePacking = /*#__PURE__*/React.forwardRef(function CirclePacking(_ref47,
1351
1372
  xmlns: "http://www.w3.org/2000/svg",
1352
1373
  viewBox: "0 0 32 32",
1353
1374
  fill: "currentColor"
1354
- }, rest), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1375
+ }, rest), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1355
1376
  d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm7.5,7A3.5,3.5,0,1,1,20,12.5,3.5041,3.5041,0,0,1,23.5,9Zm.4348-1.978C23.791,7.0107,23.6467,7,23.5,7a5.4826,5.4826,0,0,0-4.1323,1.8784,8.0109,8.0109,0,0,0-5.5664-4.6675A11.8554,11.8554,0,0,1,23.9348,7.022ZM16,28a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,28ZM12,18a6,6,0,1,1,6-6A6.0067,6.0067,0,0,1,12,18ZM4,16a11.97,11.97,0,0,1,.2112-2.1987,7.9921,7.9921,0,0,0,7.3459,6.1762,5.9581,5.9581,0,0,0-.89,6.7564A12.0025,12.0025,0,0,1,4,16ZM21.3325,26.7339a5.9834,5.9834,0,0,0-4.1782-8.6206,8.02,8.02,0,0,0,1.9126-2.3672,5.4883,5.4883,0,0,0,8.9167-.0679c.003.1079.0164.2134.0164.3218A12.0025,12.0025,0,0,1,21.3325,26.7339Z"
1356
1377
  })), children);
1357
1378
  });
1358
1379
  if (process.env.NODE_ENV !== "production") {
1359
1380
  CirclePacking.propTypes = iconPropTypes4cbeb95d.i;
1360
1381
  }
1361
- var CircleStroke = /*#__PURE__*/React.forwardRef(function CircleStroke(_ref48, ref) {
1362
- var children = _ref48.children,
1363
- _ref48$size = _ref48.size,
1364
- size = _ref48$size === undefined ? 16 : _ref48$size,
1365
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref48, _excluded48);
1382
+ var CircleStroke = /*#__PURE__*/React.forwardRef(function CircleStroke(_ref49, ref) {
1383
+ var children = _ref49.children,
1384
+ _ref49$size = _ref49.size,
1385
+ size = _ref49$size === void 0 ? 16 : _ref49$size,
1386
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref49, _excluded49);
1366
1387
  if (size === "glyph" || size === "glyph" || size === "glyphpx") {
1367
1388
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1368
1389
  width: size,
@@ -1371,7 +1392,7 @@ var CircleStroke = /*#__PURE__*/React.forwardRef(function CircleStroke(_ref48, r
1371
1392
  xmlns: "http://www.w3.org/2000/svg",
1372
1393
  viewBox: "0 0 16 16",
1373
1394
  fill: "currentColor"
1374
- }, rest), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1395
+ }, rest), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1375
1396
  d: "M8,4A4,4,0,1,1,4,8,4.0045,4.0045,0,0,1,8,4M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2Z"
1376
1397
  })), children);
1377
1398
  }
@@ -1382,18 +1403,18 @@ var CircleStroke = /*#__PURE__*/React.forwardRef(function CircleStroke(_ref48, r
1382
1403
  xmlns: "http://www.w3.org/2000/svg",
1383
1404
  viewBox: "0 0 16 16",
1384
1405
  fill: "currentColor"
1385
- }, rest), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1406
+ }, rest), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1386
1407
  d: "M8,4A4,4,0,1,1,4,8,4.0045,4.0045,0,0,1,8,4M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2Z"
1387
1408
  })), children);
1388
1409
  });
1389
1410
  if (process.env.NODE_ENV !== "production") {
1390
1411
  CircleStroke.propTypes = iconPropTypes4cbeb95d.i;
1391
1412
  }
1392
- var QCircuitComposer = /*#__PURE__*/React.forwardRef(function QCircuitComposer(_ref49, ref) {
1393
- var children = _ref49.children,
1394
- _ref49$size = _ref49.size,
1395
- size = _ref49$size === undefined ? 16 : _ref49$size,
1396
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref49, _excluded49);
1413
+ var QCircuitComposer = /*#__PURE__*/React.forwardRef(function QCircuitComposer(_ref50, ref) {
1414
+ var children = _ref50.children,
1415
+ _ref50$size = _ref50.size,
1416
+ size = _ref50$size === void 0 ? 16 : _ref50$size,
1417
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref50, _excluded50);
1397
1418
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1398
1419
  width: size,
1399
1420
  height: size,
@@ -1401,20 +1422,20 @@ var QCircuitComposer = /*#__PURE__*/React.forwardRef(function QCircuitComposer(_
1401
1422
  xmlns: "http://www.w3.org/2000/svg",
1402
1423
  viewBox: "0 0 32 32",
1403
1424
  fill: "currentColor"
1404
- }, rest), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1425
+ }, rest), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1405
1426
  d: "M18 9L18 15 14 15 14 9 12 9 12 23 14 23 14 17 18 17 18 23 20 23 20 9 18 9z"
1406
- })), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1427
+ })), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1407
1428
  d: "M30,15H26V6a2,2,0,0,0-2-2H8A2,2,0,0,0,6,6v9H2v2H6v9a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V17h4ZM8,26V6H24V26Z"
1408
1429
  })), children);
1409
1430
  });
1410
1431
  if (process.env.NODE_ENV !== "production") {
1411
1432
  QCircuitComposer.propTypes = iconPropTypes4cbeb95d.i;
1412
1433
  }
1413
- var Classification = /*#__PURE__*/React.forwardRef(function Classification(_ref50, ref) {
1414
- var children = _ref50.children,
1415
- _ref50$size = _ref50.size,
1416
- size = _ref50$size === undefined ? 16 : _ref50$size,
1417
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref50, _excluded50);
1434
+ var Classification = /*#__PURE__*/React.forwardRef(function Classification(_ref51, ref) {
1435
+ var children = _ref51.children,
1436
+ _ref51$size = _ref51.size,
1437
+ size = _ref51$size === void 0 ? 16 : _ref51$size,
1438
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref51, _excluded51);
1418
1439
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1419
1440
  width: size,
1420
1441
  height: size,
@@ -1426,18 +1447,18 @@ var Classification = /*#__PURE__*/React.forwardRef(function Classification(_ref5
1426
1447
  cx: "15",
1427
1448
  cy: "19",
1428
1449
  r: "1"
1429
- })), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1450
+ })), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1430
1451
  d: "M27.7,9.3l-7-7A.9087.9087,0,0,0,20,2H10A2.0058,2.0058,0,0,0,8,4V14H6a2.0023,2.0023,0,0,0-2,2v6a2.0023,2.0023,0,0,0,2,2H8v4a2.0058,2.0058,0,0,0,2,2H26a2.0058,2.0058,0,0,0,2-2V10A.9092.9092,0,0,0,27.7,9.3ZM20,4.4,25.6,10H20ZM6,16h9.5972L19,19l-3.3926,3H6ZM26,28H10V24h5.6089a2.0076,2.0076,0,0,0,1.3135-.4927l3.3833-2.9917a2.0015,2.0015,0,0,0,.01-3.0229l-3.4033-3.0083A1.9961,1.9961,0,0,0,15.6089,14H10V4h8v6a2.0058,2.0058,0,0,0,2,2h6Z"
1431
1452
  })), children);
1432
1453
  });
1433
1454
  if (process.env.NODE_ENV !== "production") {
1434
1455
  Classification.propTypes = iconPropTypes4cbeb95d.i;
1435
1456
  }
1436
- var ClassifierLanguage = /*#__PURE__*/React.forwardRef(function ClassifierLanguage(_ref51, ref) {
1437
- var children = _ref51.children,
1438
- _ref51$size = _ref51.size,
1439
- size = _ref51$size === undefined ? 16 : _ref51$size,
1440
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref51, _excluded51);
1457
+ var ClassifierLanguage = /*#__PURE__*/React.forwardRef(function ClassifierLanguage(_ref52, ref) {
1458
+ var children = _ref52.children,
1459
+ _ref52$size = _ref52.size,
1460
+ size = _ref52$size === void 0 ? 16 : _ref52$size,
1461
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref52, _excluded52);
1441
1462
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1442
1463
  width: size,
1443
1464
  height: size,
@@ -1445,18 +1466,18 @@ var ClassifierLanguage = /*#__PURE__*/React.forwardRef(function ClassifierLangua
1445
1466
  xmlns: "http://www.w3.org/2000/svg",
1446
1467
  viewBox: "0 0 32 32",
1447
1468
  fill: "currentColor"
1448
- }, rest), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1469
+ }, rest), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1449
1470
  d: "M30 10V2H22v8h3v4H23v2h7V14H27V10zM24 4h4V8H24zM20 23.41L18.59 22 16 24.59 13.41 22 12 23.41 14.59 26 12 28.59 13.41 30 16 27.41 18.59 30 20 28.59 17.41 26 20 23.41zM20 14L12 14 12 16 15 16 15 21 17 21 17 16 20 16 20 14zM7 9.86a4 4 0 10-2 0V14H2v2H9V14H7zM4 6A2 2 0 116 8 2 2 0 014 6z"
1450
1471
  })), children);
1451
1472
  });
1452
1473
  if (process.env.NODE_ENV !== "production") {
1453
1474
  ClassifierLanguage.propTypes = iconPropTypes4cbeb95d.i;
1454
1475
  }
1455
- var Clean = /*#__PURE__*/React.forwardRef(function Clean(_ref52, ref) {
1456
- var children = _ref52.children,
1457
- _ref52$size = _ref52.size,
1458
- size = _ref52$size === undefined ? 16 : _ref52$size,
1459
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref52, _excluded52);
1476
+ var Clean = /*#__PURE__*/React.forwardRef(function Clean(_ref53, ref) {
1477
+ var children = _ref53.children,
1478
+ _ref53$size = _ref53.size,
1479
+ size = _ref53$size === void 0 ? 16 : _ref53$size,
1480
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref53, _excluded53);
1460
1481
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1461
1482
  width: size,
1462
1483
  height: size,
@@ -1464,27 +1485,27 @@ var Clean = /*#__PURE__*/React.forwardRef(function Clean(_ref52, ref) {
1464
1485
  xmlns: "http://www.w3.org/2000/svg",
1465
1486
  viewBox: "0 0 32 32",
1466
1487
  fill: "currentColor"
1467
- }, rest), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1488
+ }, rest), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1468
1489
  d: "M20 18H26V20H20z",
1469
1490
  transform: "rotate(-180 23 19)"
1470
- })), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1491
+ })), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1471
1492
  d: "M24 26H30V28H24z",
1472
1493
  transform: "rotate(-180 27 27)"
1473
- })), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1494
+ })), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1474
1495
  d: "M22 22H28V24H22z",
1475
1496
  transform: "rotate(-180 25 23)"
1476
- })), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1497
+ })), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1477
1498
  d: "M17.0029,20a4.8952,4.8952,0,0,0-2.4044-4.1729L22,3,20.2691,2,12.6933,15.126A5.6988,5.6988,0,0,0,7.45,16.6289C3.7064,20.24,3.9963,28.6821,4.01,29.04a1,1,0,0,0,1,.96H20.0012a1,1,0,0,0,.6-1.8C17.0615,25.5439,17.0029,20.0537,17.0029,20ZM11.93,16.9971A3.11,3.11,0,0,1,15.0041,20c0,.0381.0019.208.0168.4688L9.1215,17.8452A3.8,3.8,0,0,1,11.93,16.9971ZM15.4494,28A5.2,5.2,0,0,1,14,25H12a6.4993,6.4993,0,0,0,.9684,3H10.7451A16.6166,16.6166,0,0,1,10,24H8a17.3424,17.3424,0,0,0,.6652,4H6c.031-1.8364.29-5.8921,1.8027-8.5527l7.533,3.35A13.0253,13.0253,0,0,0,17.5968,28Z"
1478
1499
  })), children);
1479
1500
  });
1480
1501
  if (process.env.NODE_ENV !== "production") {
1481
1502
  Clean.propTypes = iconPropTypes4cbeb95d.i;
1482
1503
  }
1483
- var Close = /*#__PURE__*/React.forwardRef(function Close(_ref53, ref) {
1484
- var children = _ref53.children,
1485
- _ref53$size = _ref53.size,
1486
- size = _ref53$size === undefined ? 16 : _ref53$size,
1487
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref53, _excluded53);
1504
+ var Close = /*#__PURE__*/React.forwardRef(function Close(_ref54, ref) {
1505
+ var children = _ref54.children,
1506
+ _ref54$size = _ref54.size,
1507
+ size = _ref54$size === void 0 ? 16 : _ref54$size,
1508
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref54, _excluded54);
1488
1509
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1489
1510
  width: size,
1490
1511
  height: size,
@@ -1492,18 +1513,18 @@ var Close = /*#__PURE__*/React.forwardRef(function Close(_ref53, ref) {
1492
1513
  xmlns: "http://www.w3.org/2000/svg",
1493
1514
  viewBox: "0 0 32 32",
1494
1515
  fill: "currentColor"
1495
- }, rest), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1516
+ }, rest), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1496
1517
  d: "M17.4141 16L24 9.4141 22.5859 8 16 14.5859 9.4143 8 8 9.4141 14.5859 16 8 22.5859 9.4143 24 16 17.4141 22.5859 24 24 22.5859 17.4141 16z"
1497
1518
  })), children);
1498
1519
  });
1499
1520
  if (process.env.NODE_ENV !== "production") {
1500
1521
  Close.propTypes = iconPropTypes4cbeb95d.i;
1501
1522
  }
1502
- var CloseFilled = /*#__PURE__*/React.forwardRef(function CloseFilled(_ref54, ref) {
1503
- var children = _ref54.children,
1504
- _ref54$size = _ref54.size,
1505
- size = _ref54$size === undefined ? 16 : _ref54$size,
1506
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref54, _excluded54);
1523
+ var CloseFilled = /*#__PURE__*/React.forwardRef(function CloseFilled(_ref55, ref) {
1524
+ var children = _ref55.children,
1525
+ _ref55$size = _ref55.size,
1526
+ size = _ref55$size === void 0 ? 16 : _ref55$size,
1527
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref55, _excluded55);
1507
1528
  if (size === 16 || size === "16" || size === "16px") {
1508
1529
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1509
1530
  width: size,
@@ -1512,7 +1533,7 @@ var CloseFilled = /*#__PURE__*/React.forwardRef(function CloseFilled(_ref54, ref
1512
1533
  xmlns: "http://www.w3.org/2000/svg",
1513
1534
  viewBox: "0 0 16 16",
1514
1535
  fill: "currentColor"
1515
- }, rest), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1536
+ }, rest), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1516
1537
  d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M10.7,11.5L8,8.8l-2.7,2.7l-0.8-0.8L7.2,8L4.5,5.3l0.8-0.8L8,7.2 l2.7-2.7l0.8,0.8L8.8,8l2.7,2.7L10.7,11.5z"
1517
1538
  })), children);
1518
1539
  }
@@ -1523,9 +1544,9 @@ var CloseFilled = /*#__PURE__*/React.forwardRef(function CloseFilled(_ref54, ref
1523
1544
  xmlns: "http://www.w3.org/2000/svg",
1524
1545
  viewBox: "0 0 32 32",
1525
1546
  fill: "currentColor"
1526
- }, rest), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1547
+ }, rest), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1527
1548
  d: "M16,2C8.2,2,2,8.2,2,16s6.2,14,14,14s14-6.2,14-14S23.8,2,16,2z M21.4,23L16,17.6L10.6,23L9,21.4l5.4-5.4L9,10.6L10.6,9 l5.4,5.4L21.4,9l1.6,1.6L17.6,16l5.4,5.4L21.4,23z"
1528
- })), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1549
+ })), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1529
1550
  d: "M14.4 16L9 10.6 10.6 9 16 14.4 21.4 9 23 10.6 17.6 16 23 21.4 21.4 23 16 17.6 10.6 23 9 21.4 14.4 16",
1530
1551
  "data-icon-path": "inner-path",
1531
1552
  opacity: "0"
@@ -1534,29 +1555,10 @@ var CloseFilled = /*#__PURE__*/React.forwardRef(function CloseFilled(_ref54, ref
1534
1555
  if (process.env.NODE_ENV !== "production") {
1535
1556
  CloseFilled.propTypes = iconPropTypes4cbeb95d.i;
1536
1557
  }
1537
- var CloseLarge = /*#__PURE__*/React.forwardRef(function CloseLarge(_ref55, ref) {
1538
- var children = _ref55.children,
1539
- _ref55$size = _ref55.size,
1540
- size = _ref55$size === undefined ? 16 : _ref55$size,
1541
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref55, _excluded55);
1542
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1543
- width: size,
1544
- height: size,
1545
- ref: ref,
1546
- xmlns: "http://www.w3.org/2000/svg",
1547
- viewBox: "0 0 32 32",
1548
- fill: "currentColor"
1549
- }, rest), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1550
- d: "M17.4141 16L26 7.4141 24.5859 6 16 14.5859 7.4143 6 6 7.4141 14.5859 16 6 24.5859 7.4143 26 16 17.4141 24.5859 26 26 24.5859 17.4141 16z"
1551
- })), children);
1552
- });
1553
- if (process.env.NODE_ENV !== "production") {
1554
- CloseLarge.propTypes = iconPropTypes4cbeb95d.i;
1555
- }
1556
- var CloseOutline = /*#__PURE__*/React.forwardRef(function CloseOutline(_ref56, ref) {
1558
+ var CloseLarge = /*#__PURE__*/React.forwardRef(function CloseLarge(_ref56, ref) {
1557
1559
  var children = _ref56.children,
1558
1560
  _ref56$size = _ref56.size,
1559
- size = _ref56$size === undefined ? 16 : _ref56$size,
1561
+ size = _ref56$size === void 0 ? 16 : _ref56$size,
1560
1562
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref56, _excluded56);
1561
1563
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1562
1564
  width: size,
@@ -1565,19 +1567,17 @@ var CloseOutline = /*#__PURE__*/React.forwardRef(function CloseOutline(_ref56, r
1565
1567
  xmlns: "http://www.w3.org/2000/svg",
1566
1568
  viewBox: "0 0 32 32",
1567
1569
  fill: "currentColor"
1568
- }, rest), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1569
- d: "M16,2C8.2,2,2,8.2,2,16s6.2,14,14,14s14-6.2,14-14S23.8,2,16,2z M16,28C9.4,28,4,22.6,4,16S9.4,4,16,4s12,5.4,12,12 S22.6,28,16,28z"
1570
- })), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1571
- d: "M21.4 23L16 17.6 10.6 23 9 21.4 14.4 16 9 10.6 10.6 9 16 14.4 21.4 9 23 10.6 17.6 16 23 21.4z"
1570
+ }, rest), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1571
+ d: "M17.4141 16L26 7.4141 24.5859 6 16 14.5859 7.4143 6 6 7.4141 14.5859 16 6 24.5859 7.4143 26 16 17.4141 24.5859 26 26 24.5859 17.4141 16z"
1572
1572
  })), children);
1573
1573
  });
1574
1574
  if (process.env.NODE_ENV !== "production") {
1575
- CloseOutline.propTypes = iconPropTypes4cbeb95d.i;
1575
+ CloseLarge.propTypes = iconPropTypes4cbeb95d.i;
1576
1576
  }
1577
- var ClosedCaption = /*#__PURE__*/React.forwardRef(function ClosedCaption(_ref57, ref) {
1577
+ var CloseOutline = /*#__PURE__*/React.forwardRef(function CloseOutline(_ref57, ref) {
1578
1578
  var children = _ref57.children,
1579
1579
  _ref57$size = _ref57.size,
1580
- size = _ref57$size === undefined ? 16 : _ref57$size,
1580
+ size = _ref57$size === void 0 ? 16 : _ref57$size,
1581
1581
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref57, _excluded57);
1582
1582
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1583
1583
  width: size,
@@ -1587,18 +1587,18 @@ var ClosedCaption = /*#__PURE__*/React.forwardRef(function ClosedCaption(_ref57,
1587
1587
  viewBox: "0 0 32 32",
1588
1588
  fill: "currentColor"
1589
1589
  }, rest), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1590
- d: "M15 21H10a2 2 0 01-2-2V13a2 2 0 012-2h5v2H10v6h5zM25 21H20a2 2 0 01-2-2V13a2 2 0 012-2h5v2H20v6h5z"
1590
+ d: "M16,2C8.2,2,2,8.2,2,16s6.2,14,14,14s14-6.2,14-14S23.8,2,16,2z M16,28C9.4,28,4,22.6,4,16S9.4,4,16,4s12,5.4,12,12 S22.6,28,16,28z"
1591
1591
  })), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1592
- d: "M28,26H4a2,2,0,0,1-2-2V8A2,2,0,0,1,4,6H28a2,2,0,0,1,2,2V24A2,2,0,0,1,28,26ZM4,8V24H28V8Z"
1592
+ d: "M21.4 23L16 17.6 10.6 23 9 21.4 14.4 16 9 10.6 10.6 9 16 14.4 21.4 9 23 10.6 17.6 16 23 21.4z"
1593
1593
  })), children);
1594
1594
  });
1595
1595
  if (process.env.NODE_ENV !== "production") {
1596
- ClosedCaption.propTypes = iconPropTypes4cbeb95d.i;
1596
+ CloseOutline.propTypes = iconPropTypes4cbeb95d.i;
1597
1597
  }
1598
- var ClosedCaptionAlt = /*#__PURE__*/React.forwardRef(function ClosedCaptionAlt(_ref58, ref) {
1598
+ var ClosedCaption = /*#__PURE__*/React.forwardRef(function ClosedCaption(_ref58, ref) {
1599
1599
  var children = _ref58.children,
1600
1600
  _ref58$size = _ref58.size,
1601
- size = _ref58$size === undefined ? 16 : _ref58$size,
1601
+ size = _ref58$size === void 0 ? 16 : _ref58$size,
1602
1602
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref58, _excluded58);
1603
1603
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1604
1604
  width: size,
@@ -1608,18 +1608,18 @@ var ClosedCaptionAlt = /*#__PURE__*/React.forwardRef(function ClosedCaptionAlt(_
1608
1608
  viewBox: "0 0 32 32",
1609
1609
  fill: "currentColor"
1610
1610
  }, rest), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1611
- d: "M19 17H25V19H19zM11 17H17V19H11zM6 17H9V19H6zM22 13H26V15H22zM13 13H20V15H13zM6 13H11V15H6z"
1611
+ d: "M15 21H10a2 2 0 01-2-2V13a2 2 0 012-2h5v2H10v6h5zM25 21H20a2 2 0 01-2-2V13a2 2 0 012-2h5v2H20v6h5z"
1612
1612
  })), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1613
- d: "M17.7358,30,16,29l4-7h6a1.9966,1.9966,0,0,0,2-2V8a1.9966,1.9966,0,0,0-2-2H6A1.9966,1.9966,0,0,0,4,8V20a1.9966,1.9966,0,0,0,2,2h9v2H6a3.9993,3.9993,0,0,1-4-4V8A3.9988,3.9988,0,0,1,6,4H26a3.9988,3.9988,0,0,1,4,4V20a3.9993,3.9993,0,0,1-4,4H21.1646Z"
1613
+ d: "M28,26H4a2,2,0,0,1-2-2V8A2,2,0,0,1,4,6H28a2,2,0,0,1,2,2V24A2,2,0,0,1,28,26ZM4,8V24H28V8Z"
1614
1614
  })), children);
1615
1615
  });
1616
1616
  if (process.env.NODE_ENV !== "production") {
1617
- ClosedCaptionAlt.propTypes = iconPropTypes4cbeb95d.i;
1617
+ ClosedCaption.propTypes = iconPropTypes4cbeb95d.i;
1618
1618
  }
1619
- var ClosedCaptionFilled = /*#__PURE__*/React.forwardRef(function ClosedCaptionFilled(_ref59, ref) {
1619
+ var ClosedCaptionAlt = /*#__PURE__*/React.forwardRef(function ClosedCaptionAlt(_ref59, ref) {
1620
1620
  var children = _ref59.children,
1621
1621
  _ref59$size = _ref59.size,
1622
- size = _ref59$size === undefined ? 16 : _ref59$size,
1622
+ size = _ref59$size === void 0 ? 16 : _ref59$size,
1623
1623
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref59, _excluded59);
1624
1624
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1625
1625
  width: size,
@@ -1629,16 +1629,18 @@ var ClosedCaptionFilled = /*#__PURE__*/React.forwardRef(function ClosedCaptionFi
1629
1629
  viewBox: "0 0 32 32",
1630
1630
  fill: "currentColor"
1631
1631
  }, rest), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1632
- d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM15,13H10v6h5v2H10a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5Zm10,0H20v6h5v2H20a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5Z"
1632
+ d: "M19 17H25V19H19zM11 17H17V19H11zM6 17H9V19H6zM22 13H26V15H22zM13 13H20V15H13zM6 13H11V15H6z"
1633
+ })), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1634
+ d: "M17.7358,30,16,29l4-7h6a1.9966,1.9966,0,0,0,2-2V8a1.9966,1.9966,0,0,0-2-2H6A1.9966,1.9966,0,0,0,4,8V20a1.9966,1.9966,0,0,0,2,2h9v2H6a3.9993,3.9993,0,0,1-4-4V8A3.9988,3.9988,0,0,1,6,4H26a3.9988,3.9988,0,0,1,4,4V20a3.9993,3.9993,0,0,1-4,4H21.1646Z"
1633
1635
  })), children);
1634
1636
  });
1635
1637
  if (process.env.NODE_ENV !== "production") {
1636
- ClosedCaptionFilled.propTypes = iconPropTypes4cbeb95d.i;
1638
+ ClosedCaptionAlt.propTypes = iconPropTypes4cbeb95d.i;
1637
1639
  }
1638
- var Cloud = /*#__PURE__*/React.forwardRef(function Cloud(_ref60, ref) {
1640
+ var ClosedCaptionFilled = /*#__PURE__*/React.forwardRef(function ClosedCaptionFilled(_ref60, ref) {
1639
1641
  var children = _ref60.children,
1640
1642
  _ref60$size = _ref60.size,
1641
- size = _ref60$size === undefined ? 16 : _ref60$size,
1643
+ size = _ref60$size === void 0 ? 16 : _ref60$size,
1642
1644
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref60, _excluded60);
1643
1645
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1644
1646
  width: size,
@@ -1647,17 +1649,17 @@ var Cloud = /*#__PURE__*/React.forwardRef(function Cloud(_ref60, ref) {
1647
1649
  xmlns: "http://www.w3.org/2000/svg",
1648
1650
  viewBox: "0 0 32 32",
1649
1651
  fill: "currentColor"
1650
- }, rest), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1651
- d: "M16,7h0a7.66,7.66,0,0,1,1.51.15,8,8,0,0,1,6.35,6.34l.26,1.35,1.35.24a5.5,5.5,0,0,1-1,10.92H7.5a5.5,5.5,0,0,1-1-10.92l1.34-.24.26-1.35A8,8,0,0,1,16,7m0-2a10,10,0,0,0-9.83,8.12A7.5,7.5,0,0,0,7.49,28h17a7.5,7.5,0,0,0,1.32-14.88,10,10,0,0,0-7.94-7.94A10.27,10.27,0,0,0,16,5Z"
1652
+ }, rest), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1653
+ d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM15,13H10v6h5v2H10a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5Zm10,0H20v6h5v2H20a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5Z"
1652
1654
  })), children);
1653
1655
  });
1654
1656
  if (process.env.NODE_ENV !== "production") {
1655
- Cloud.propTypes = iconPropTypes4cbeb95d.i;
1657
+ ClosedCaptionFilled.propTypes = iconPropTypes4cbeb95d.i;
1656
1658
  }
1657
- var CloudAlerting = /*#__PURE__*/React.forwardRef(function CloudAlerting(_ref61, ref) {
1659
+ var Cloud = /*#__PURE__*/React.forwardRef(function Cloud(_ref61, ref) {
1658
1660
  var children = _ref61.children,
1659
1661
  _ref61$size = _ref61.size,
1660
- size = _ref61$size === undefined ? 16 : _ref61$size,
1662
+ size = _ref61$size === void 0 ? 16 : _ref61$size,
1661
1663
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref61, _excluded61);
1662
1664
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1663
1665
  width: size,
@@ -1666,19 +1668,17 @@ var CloudAlerting = /*#__PURE__*/React.forwardRef(function CloudAlerting(_ref61,
1666
1668
  xmlns: "http://www.w3.org/2000/svg",
1667
1669
  viewBox: "0 0 32 32",
1668
1670
  fill: "currentColor"
1669
- }, rest), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1670
- d: "M28,17v5H4V6H15V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V17ZM18,28H14V24h4Z"
1671
- })), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1672
- d: "M29,14H17a1,1,0,0,1-.8574-1.5144l6-10a1,1,0,0,1,1.7154,0l6,10A1,1,0,0,1,29,14ZM18.7661,12h8.4678L23,4.9436Z"
1671
+ }, rest), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1672
+ d: "M16,7h0a7.66,7.66,0,0,1,1.51.15,8,8,0,0,1,6.35,6.34l.26,1.35,1.35.24a5.5,5.5,0,0,1-1,10.92H7.5a5.5,5.5,0,0,1-1-10.92l1.34-.24.26-1.35A8,8,0,0,1,16,7m0-2a10,10,0,0,0-9.83,8.12A7.5,7.5,0,0,0,7.49,28h17a7.5,7.5,0,0,0,1.32-14.88,10,10,0,0,0-7.94-7.94A10.27,10.27,0,0,0,16,5Z"
1673
1673
  })), children);
1674
1674
  });
1675
1675
  if (process.env.NODE_ENV !== "production") {
1676
- CloudAlerting.propTypes = iconPropTypes4cbeb95d.i;
1676
+ Cloud.propTypes = iconPropTypes4cbeb95d.i;
1677
1677
  }
1678
- var CloudAuditing = /*#__PURE__*/React.forwardRef(function CloudAuditing(_ref62, ref) {
1678
+ var CloudAlerting = /*#__PURE__*/React.forwardRef(function CloudAlerting(_ref62, ref) {
1679
1679
  var children = _ref62.children,
1680
1680
  _ref62$size = _ref62.size,
1681
- size = _ref62$size === undefined ? 16 : _ref62$size,
1681
+ size = _ref62$size === void 0 ? 16 : _ref62$size,
1682
1682
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref62, _excluded62);
1683
1683
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1684
1684
  width: size,
@@ -1688,18 +1688,18 @@ var CloudAuditing = /*#__PURE__*/React.forwardRef(function CloudAuditing(_ref62,
1688
1688
  viewBox: "0 0 32 32",
1689
1689
  fill: "currentColor"
1690
1690
  }, rest), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1691
- d: "M28,16v6H4V6H16V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V16ZM18,28H14V24h4Z"
1691
+ d: "M28,17v5H4V6H15V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V17ZM18,28H14V24h4Z"
1692
1692
  })), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1693
- d: "M21 15L16 10.04 17.59 8.47 21 11.85 28.41 4.5 30 6.08 21 15z"
1693
+ d: "M29,14H17a1,1,0,0,1-.8574-1.5144l6-10a1,1,0,0,1,1.7154,0l6,10A1,1,0,0,1,29,14ZM18.7661,12h8.4678L23,4.9436Z"
1694
1694
  })), children);
1695
1695
  });
1696
1696
  if (process.env.NODE_ENV !== "production") {
1697
- CloudAuditing.propTypes = iconPropTypes4cbeb95d.i;
1697
+ CloudAlerting.propTypes = iconPropTypes4cbeb95d.i;
1698
1698
  }
1699
- var CloudDataOps = /*#__PURE__*/React.forwardRef(function CloudDataOps(_ref63, ref) {
1699
+ var CloudAuditing = /*#__PURE__*/React.forwardRef(function CloudAuditing(_ref63, ref) {
1700
1700
  var children = _ref63.children,
1701
1701
  _ref63$size = _ref63.size,
1702
- size = _ref63$size === undefined ? 16 : _ref63$size,
1702
+ size = _ref63$size === void 0 ? 16 : _ref63$size,
1703
1703
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref63, _excluded63);
1704
1704
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1705
1705
  width: size,
@@ -1709,16 +1709,18 @@ var CloudDataOps = /*#__PURE__*/React.forwardRef(function CloudDataOps(_ref63, r
1709
1709
  viewBox: "0 0 32 32",
1710
1710
  fill: "currentColor"
1711
1711
  }, rest), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1712
- d: "M28 18H30V28H28zM24 14H26V28H24zM20 22H22V28H20zM22.175 10L23.76 8.7339A9.9522 9.9522 0 0017.89 5.1816 10.0025 10.0025 0 006.17 13.1152 7.5054 7.5054 0 00.0544 21.4087 7.6843 7.6843 0 007.7692 28H16V26H7.6945a5.632 5.632 0 01-5.6023-4.4858 5.5064 5.5064 0 014.4339-6.4307l1.3486-.2441.2139-1.11a8.206 8.206 0 016.7426-6.6426 7.9666 7.9666 0 013.0137.13A7.8037 7.8037 0 0122.175 10z"
1712
+ d: "M28,16v6H4V6H16V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V16ZM18,28H14V24h4Z"
1713
+ })), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1714
+ d: "M21 15L16 10.04 17.59 8.47 21 11.85 28.41 4.5 30 6.08 21 15z"
1713
1715
  })), children);
1714
1716
  });
1715
1717
  if (process.env.NODE_ENV !== "production") {
1716
- CloudDataOps.propTypes = iconPropTypes4cbeb95d.i;
1718
+ CloudAuditing.propTypes = iconPropTypes4cbeb95d.i;
1717
1719
  }
1718
- var CloudDownload = /*#__PURE__*/React.forwardRef(function CloudDownload(_ref64, ref) {
1720
+ var CloudDataOps = /*#__PURE__*/React.forwardRef(function CloudDataOps(_ref64, ref) {
1719
1721
  var children = _ref64.children,
1720
1722
  _ref64$size = _ref64.size,
1721
- size = _ref64$size === undefined ? 16 : _ref64$size,
1723
+ size = _ref64$size === void 0 ? 16 : _ref64$size,
1722
1724
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref64, _excluded64);
1723
1725
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1724
1726
  width: size,
@@ -1727,19 +1729,17 @@ var CloudDownload = /*#__PURE__*/React.forwardRef(function CloudDownload(_ref64,
1727
1729
  xmlns: "http://www.w3.org/2000/svg",
1728
1730
  viewBox: "0 0 32 32",
1729
1731
  fill: "currentColor"
1730
- }, rest), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1731
- d: "M23.5,22H23V20h.5a4.5,4.5,0,0,0,.36-9L23,11l-.1-.82a7,7,0,0,0-13.88,0L9,11,8.14,11a4.5,4.5,0,0,0,.36,9H9v2H8.5A6.5,6.5,0,0,1,7.2,9.14a9,9,0,0,1,17.6,0A6.5,6.5,0,0,1,23.5,22Z"
1732
- })), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1733
- d: "M17 26.17L17 14 15 14 15 26.17 12.41 23.59 11 25 16 30 21 25 19.59 23.59 17 26.17z"
1732
+ }, rest), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1733
+ d: "M28 18H30V28H28zM24 14H26V28H24zM20 22H22V28H20zM22.175 10L23.76 8.7339A9.9522 9.9522 0 0017.89 5.1816 10.0025 10.0025 0 006.17 13.1152 7.5054 7.5054 0 00.0544 21.4087 7.6843 7.6843 0 007.7692 28H16V26H7.6945a5.632 5.632 0 01-5.6023-4.4858 5.5064 5.5064 0 014.4339-6.4307l1.3486-.2441.2139-1.11a8.206 8.206 0 016.7426-6.6426 7.9666 7.9666 0 013.0137.13A7.8037 7.8037 0 0122.175 10z"
1734
1734
  })), children);
1735
1735
  });
1736
1736
  if (process.env.NODE_ENV !== "production") {
1737
- CloudDownload.propTypes = iconPropTypes4cbeb95d.i;
1737
+ CloudDataOps.propTypes = iconPropTypes4cbeb95d.i;
1738
1738
  }
1739
- var CloudLogging = /*#__PURE__*/React.forwardRef(function CloudLogging(_ref65, ref) {
1739
+ var CloudDownload = /*#__PURE__*/React.forwardRef(function CloudDownload(_ref65, ref) {
1740
1740
  var children = _ref65.children,
1741
1741
  _ref65$size = _ref65.size,
1742
- size = _ref65$size === undefined ? 16 : _ref65$size,
1742
+ size = _ref65$size === void 0 ? 16 : _ref65$size,
1743
1743
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref65, _excluded65);
1744
1744
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1745
1745
  width: size,
@@ -1749,18 +1749,18 @@ var CloudLogging = /*#__PURE__*/React.forwardRef(function CloudLogging(_ref65, r
1749
1749
  viewBox: "0 0 32 32",
1750
1750
  fill: "currentColor"
1751
1751
  }, rest), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1752
- d: "M28 16v6H4V6H15V4H4A2 2 0 002 6V22a2 2 0 002 2h8v4H8v2H24V28H20V24h8a2 2 0 002-2V16zM18 28H14V24h4zM18 4H30V6H18z"
1752
+ d: "M23.5,22H23V20h.5a4.5,4.5,0,0,0,.36-9L23,11l-.1-.82a7,7,0,0,0-13.88,0L9,11,8.14,11a4.5,4.5,0,0,0,.36,9H9v2H8.5A6.5,6.5,0,0,1,7.2,9.14a9,9,0,0,1,17.6,0A6.5,6.5,0,0,1,23.5,22Z"
1753
1753
  })), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1754
- d: "M18 8H30V10H18zM18 12H24V14H18z"
1754
+ d: "M17 26.17L17 14 15 14 15 26.17 12.41 23.59 11 25 16 30 21 25 19.59 23.59 17 26.17z"
1755
1755
  })), children);
1756
1756
  });
1757
1757
  if (process.env.NODE_ENV !== "production") {
1758
- CloudLogging.propTypes = iconPropTypes4cbeb95d.i;
1758
+ CloudDownload.propTypes = iconPropTypes4cbeb95d.i;
1759
1759
  }
1760
- var CloudMonitoring = /*#__PURE__*/React.forwardRef(function CloudMonitoring(_ref66, ref) {
1760
+ var CloudLogging = /*#__PURE__*/React.forwardRef(function CloudLogging(_ref66, ref) {
1761
1761
  var children = _ref66.children,
1762
1762
  _ref66$size = _ref66.size,
1763
- size = _ref66$size === undefined ? 16 : _ref66$size,
1763
+ size = _ref66$size === void 0 ? 16 : _ref66$size,
1764
1764
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref66, _excluded66);
1765
1765
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1766
1766
  width: size,
@@ -1770,18 +1770,18 @@ var CloudMonitoring = /*#__PURE__*/React.forwardRef(function CloudMonitoring(_re
1770
1770
  viewBox: "0 0 32 32",
1771
1771
  fill: "currentColor"
1772
1772
  }, rest), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1773
- d: "M28,16v6H4V6h7V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V16ZM18,28H14V24h4Z"
1773
+ d: "M28 16v6H4V6H15V4H4A2 2 0 002 6V22a2 2 0 002 2h8v4H8v2H24V28H20V24h8a2 2 0 002-2V16zM18 28H14V24h4zM18 4H30V6H18z"
1774
1774
  })), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1775
- d: "M18,18h-.01a1,1,0,0,1-.9511-.7253L15.2456,11H11V9h5a1,1,0,0,1,.9615.7252l1.0742,3.7589,3.0088-9.7783A1.0142,1.0142,0,0,1,22,3a.98.98,0,0,1,.9487.6838L24.7207,9H30v2H24a1,1,0,0,1-.9487-.6838l-1.0132-3.04L18.9556,17.2942A1,1,0,0,1,18,18Z"
1775
+ d: "M18 8H30V10H18zM18 12H24V14H18z"
1776
1776
  })), children);
1777
1777
  });
1778
1778
  if (process.env.NODE_ENV !== "production") {
1779
- CloudMonitoring.propTypes = iconPropTypes4cbeb95d.i;
1779
+ CloudLogging.propTypes = iconPropTypes4cbeb95d.i;
1780
1780
  }
1781
- var CloudOffline = /*#__PURE__*/React.forwardRef(function CloudOffline(_ref67, ref) {
1781
+ var CloudMonitoring = /*#__PURE__*/React.forwardRef(function CloudMonitoring(_ref67, ref) {
1782
1782
  var children = _ref67.children,
1783
1783
  _ref67$size = _ref67.size,
1784
- size = _ref67$size === undefined ? 16 : _ref67$size,
1784
+ size = _ref67$size === void 0 ? 16 : _ref67$size,
1785
1785
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref67, _excluded67);
1786
1786
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1787
1787
  width: size,
@@ -1791,16 +1791,18 @@ var CloudOffline = /*#__PURE__*/React.forwardRef(function CloudOffline(_ref67, r
1791
1791
  viewBox: "0 0 32 32",
1792
1792
  fill: "currentColor"
1793
1793
  }, rest), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1794
- d: "M24.8008 12.1362a8.8694 8.8694 0 00-.9795-2.5434L30 3.4142 28.5872 2 2 28.5872 3.4142 30l5-5H23.5a6.4974 6.4974 0 001.3008-12.8638zM23.5 23H10.4141L22.3418 11.0723a6.9049 6.9049 0 01.6006 2.0708l.0986.812.8154.0639A4.4975 4.4975 0 0123.5 23zM4.2964 23.4487l1.4313-1.4311A4.4774 4.4774 0 018.144 14.019l.8155-.0639.0991-.812a6.9867 6.9867 0 0110.63-5.0865l1.4431-1.4428A8.9859 8.9859 0 007.2 12.1362 6.4891 6.4891 0 004.2964 23.4487z"
1794
+ d: "M28,16v6H4V6h7V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V16ZM18,28H14V24h4Z"
1795
+ })), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1796
+ d: "M18,18h-.01a1,1,0,0,1-.9511-.7253L15.2456,11H11V9h5a1,1,0,0,1,.9615.7252l1.0742,3.7589,3.0088-9.7783A1.0142,1.0142,0,0,1,22,3a.98.98,0,0,1,.9487.6838L24.7207,9H30v2H24a1,1,0,0,1-.9487-.6838l-1.0132-3.04L18.9556,17.2942A1,1,0,0,1,18,18Z"
1795
1797
  })), children);
1796
1798
  });
1797
1799
  if (process.env.NODE_ENV !== "production") {
1798
- CloudOffline.propTypes = iconPropTypes4cbeb95d.i;
1800
+ CloudMonitoring.propTypes = iconPropTypes4cbeb95d.i;
1799
1801
  }
1800
- var CloudServiceManagement = /*#__PURE__*/React.forwardRef(function CloudServiceManagement(_ref68, ref) {
1802
+ var CloudOffline = /*#__PURE__*/React.forwardRef(function CloudOffline(_ref68, ref) {
1801
1803
  var children = _ref68.children,
1802
1804
  _ref68$size = _ref68.size,
1803
- size = _ref68$size === undefined ? 16 : _ref68$size,
1805
+ size = _ref68$size === void 0 ? 16 : _ref68$size,
1804
1806
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref68, _excluded68);
1805
1807
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1806
1808
  width: size,
@@ -1809,19 +1811,17 @@ var CloudServiceManagement = /*#__PURE__*/React.forwardRef(function CloudService
1809
1811
  xmlns: "http://www.w3.org/2000/svg",
1810
1812
  viewBox: "0 0 32 32",
1811
1813
  fill: "currentColor"
1812
- }, rest), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1813
- d: "M28,17v5H4V6H14V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V17ZM18,28H14V24h4Z"
1814
- })), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1815
- d: "M30,10V8H27.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,24,4.1011V2H22V4.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,18.1011,8H16v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,22,13.8989V16h2V13.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,27.8989,10Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,23,12Z"
1814
+ }, rest), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1815
+ d: "M24.8008 12.1362a8.8694 8.8694 0 00-.9795-2.5434L30 3.4142 28.5872 2 2 28.5872 3.4142 30l5-5H23.5a6.4974 6.4974 0 001.3008-12.8638zM23.5 23H10.4141L22.3418 11.0723a6.9049 6.9049 0 01.6006 2.0708l.0986.812.8154.0639A4.4975 4.4975 0 0123.5 23zM4.2964 23.4487l1.4313-1.4311A4.4774 4.4774 0 018.144 14.019l.8155-.0639.0991-.812a6.9867 6.9867 0 0110.63-5.0865l1.4431-1.4428A8.9859 8.9859 0 007.2 12.1362 6.4891 6.4891 0 004.2964 23.4487z"
1816
1816
  })), children);
1817
1817
  });
1818
1818
  if (process.env.NODE_ENV !== "production") {
1819
- CloudServiceManagement.propTypes = iconPropTypes4cbeb95d.i;
1819
+ CloudOffline.propTypes = iconPropTypes4cbeb95d.i;
1820
1820
  }
1821
- var CloudUpload = /*#__PURE__*/React.forwardRef(function CloudUpload(_ref69, ref) {
1821
+ var CloudServiceManagement = /*#__PURE__*/React.forwardRef(function CloudServiceManagement(_ref69, ref) {
1822
1822
  var children = _ref69.children,
1823
1823
  _ref69$size = _ref69.size,
1824
- size = _ref69$size === undefined ? 16 : _ref69$size,
1824
+ size = _ref69$size === void 0 ? 16 : _ref69$size,
1825
1825
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref69, _excluded69);
1826
1826
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1827
1827
  width: size,
@@ -1831,18 +1831,18 @@ var CloudUpload = /*#__PURE__*/React.forwardRef(function CloudUpload(_ref69, ref
1831
1831
  viewBox: "0 0 32 32",
1832
1832
  fill: "currentColor"
1833
1833
  }, rest), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1834
- d: "M11 18L12.41 19.41 15 16.83 15 29 17 29 17 16.83 19.59 19.41 21 18 16 13 11 18z"
1834
+ d: "M28,17v5H4V6H14V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V17ZM18,28H14V24h4Z"
1835
1835
  })), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1836
- d: "M23.5,22H23V20h.5a4.5,4.5,0,0,0,.36-9L23,11l-.1-.82a7,7,0,0,0-13.88,0L9,11,8.14,11a4.5,4.5,0,0,0,.36,9H9v2H8.5A6.5,6.5,0,0,1,7.2,9.14a9,9,0,0,1,17.6,0A6.5,6.5,0,0,1,23.5,22Z"
1836
+ d: "M30,10V8H27.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,24,4.1011V2H22V4.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,18.1011,8H16v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,22,13.8989V16h2V13.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,27.8989,10Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,23,12Z"
1837
1837
  })), children);
1838
1838
  });
1839
1839
  if (process.env.NODE_ENV !== "production") {
1840
- CloudUpload.propTypes = iconPropTypes4cbeb95d.i;
1840
+ CloudServiceManagement.propTypes = iconPropTypes4cbeb95d.i;
1841
1841
  }
1842
- var CloudApp = /*#__PURE__*/React.forwardRef(function CloudApp(_ref70, ref) {
1842
+ var CloudUpload = /*#__PURE__*/React.forwardRef(function CloudUpload(_ref70, ref) {
1843
1843
  var children = _ref70.children,
1844
1844
  _ref70$size = _ref70.size,
1845
- size = _ref70$size === undefined ? 16 : _ref70$size,
1845
+ size = _ref70$size === void 0 ? 16 : _ref70$size,
1846
1846
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref70, _excluded70);
1847
1847
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1848
1848
  width: size,
@@ -1852,16 +1852,18 @@ var CloudApp = /*#__PURE__*/React.forwardRef(function CloudApp(_ref70, ref) {
1852
1852
  viewBox: "0 0 32 32",
1853
1853
  fill: "currentColor"
1854
1854
  }, rest), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1855
- d: "M25.8289 13.1155A10.02 10.02 0 0016 5.0005V7a8.0233 8.0233 0 017.8649 6.4934l.2591 1.346 1.3488.2441A5.5019 5.5019 0 0124.5076 26H16v2h8.5076a7.5019 7.5019 0 001.3213-14.8845zM8 24H14V26H8zM4 24H6V26H4zM6 20H14V22H6zM2 20H4V22H2zM8 16H14V18H8zM4 16H6V18H4zM10 12H14V14H10zM6 12H8V14H6zM12 8H14V10H12z"
1855
+ d: "M11 18L12.41 19.41 15 16.83 15 29 17 29 17 16.83 19.59 19.41 21 18 16 13 11 18z"
1856
+ })), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1857
+ d: "M23.5,22H23V20h.5a4.5,4.5,0,0,0,.36-9L23,11l-.1-.82a7,7,0,0,0-13.88,0L9,11,8.14,11a4.5,4.5,0,0,0,.36,9H9v2H8.5A6.5,6.5,0,0,1,7.2,9.14a9,9,0,0,1,17.6,0A6.5,6.5,0,0,1,23.5,22Z"
1856
1858
  })), children);
1857
1859
  });
1858
1860
  if (process.env.NODE_ENV !== "production") {
1859
- CloudApp.propTypes = iconPropTypes4cbeb95d.i;
1861
+ CloudUpload.propTypes = iconPropTypes4cbeb95d.i;
1860
1862
  }
1861
- var CloudCeiling = /*#__PURE__*/React.forwardRef(function CloudCeiling(_ref71, ref) {
1863
+ var CloudApp = /*#__PURE__*/React.forwardRef(function CloudApp(_ref71, ref) {
1862
1864
  var children = _ref71.children,
1863
1865
  _ref71$size = _ref71.size,
1864
- size = _ref71$size === undefined ? 16 : _ref71$size,
1866
+ size = _ref71$size === void 0 ? 16 : _ref71$size,
1865
1867
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref71, _excluded71);
1866
1868
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1867
1869
  width: size,
@@ -1870,19 +1872,17 @@ var CloudCeiling = /*#__PURE__*/React.forwardRef(function CloudCeiling(_ref71, r
1870
1872
  xmlns: "http://www.w3.org/2000/svg",
1871
1873
  viewBox: "0 0 32 32",
1872
1874
  fill: "currentColor"
1873
- }, rest), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1874
- d: "M2 28H11V30H2zM21 28H30V30H21zM17 26.167L17 17.832 19.586 20.414 21 19 16 14 11 19 12.413 20.415 15 17.832 15 26.167 12.413 23.584 11 25 16 30 21 25 19.586 23.586 17 26.167z"
1875
- })), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1876
- d: "M23,16H21V14h2a3,3,0,0,0,0-6c-.0938.0144-.1538.0219-.2153.0263l-.8037.0572L21.7544,7.31a5.9927,5.9927,0,0,0-11.1758-.8655l-.2832.5994-.8423-.0455A3.5008,3.5008,0,0,0,9.5,14H11v2H9.5A5.5,5.5,0,0,1,9.07,5.0166,7.9909,7.9909,0,0,1,23.42,6.0175,5,5,0,0,1,23,16Z"
1875
+ }, rest), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1876
+ d: "M25.8289 13.1155A10.02 10.02 0 0016 5.0005V7a8.0233 8.0233 0 017.8649 6.4934l.2591 1.346 1.3488.2441A5.5019 5.5019 0 0124.5076 26H16v2h8.5076a7.5019 7.5019 0 001.3213-14.8845zM8 24H14V26H8zM4 24H6V26H4zM6 20H14V22H6zM2 20H4V22H2zM8 16H14V18H8zM4 16H6V18H4zM10 12H14V14H10zM6 12H8V14H6zM12 8H14V10H12z"
1877
1877
  })), children);
1878
1878
  });
1879
1879
  if (process.env.NODE_ENV !== "production") {
1880
- CloudCeiling.propTypes = iconPropTypes4cbeb95d.i;
1880
+ CloudApp.propTypes = iconPropTypes4cbeb95d.i;
1881
1881
  }
1882
- var CloudFoundry_1 = /*#__PURE__*/React.forwardRef(function CloudFoundry_1(_ref72, ref) {
1882
+ var CloudCeiling = /*#__PURE__*/React.forwardRef(function CloudCeiling(_ref72, ref) {
1883
1883
  var children = _ref72.children,
1884
1884
  _ref72$size = _ref72.size,
1885
- size = _ref72$size === undefined ? 16 : _ref72$size,
1885
+ size = _ref72$size === void 0 ? 16 : _ref72$size,
1886
1886
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref72, _excluded72);
1887
1887
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1888
1888
  width: size,
@@ -1892,18 +1892,18 @@ var CloudFoundry_1 = /*#__PURE__*/React.forwardRef(function CloudFoundry_1(_ref7
1892
1892
  viewBox: "0 0 32 32",
1893
1893
  fill: "currentColor"
1894
1894
  }, rest), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
1895
- d: "M16,7h0a7.66,7.66,0,0,1,1.51.15,8,8,0,0,1,6.35,6.34l.26,1.35,1.35.24a5.5,5.5,0,0,1-1,10.92H7.5a5.5,5.5,0,0,1-1-10.92l1.34-.24.26-1.35A8,8,0,0,1,16,7m0-2a10,10,0,0,0-9.83,8.12A7.5,7.5,0,0,0,7.49,28h17a7.5,7.5,0,0,0,1.32-14.88,10,10,0,0,0-7.94-7.94A10.27,10.27,0,0,0,16,5Z"
1895
+ d: "M2 28H11V30H2zM21 28H30V30H21zM17 26.167L17 17.832 19.586 20.414 21 19 16 14 11 19 12.413 20.415 15 17.832 15 26.167 12.413 23.584 11 25 16 30 21 25 19.586 23.586 17 26.167z"
1896
1896
  })), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
1897
- d: "M14 24H11a2 2 0 01-2-2V19a2 2 0 012-2h3v2H11v3h3zM21 15V13H19a2 2 0 00-2 2v2H16v2h1v5h2V19h2V17H19V15z"
1897
+ d: "M23,16H21V14h2a3,3,0,0,0,0-6c-.0938.0144-.1538.0219-.2153.0263l-.8037.0572L21.7544,7.31a5.9927,5.9927,0,0,0-11.1758-.8655l-.2832.5994-.8423-.0455A3.5008,3.5008,0,0,0,9.5,14H11v2H9.5A5.5,5.5,0,0,1,9.07,5.0166,7.9909,7.9909,0,0,1,23.42,6.0175,5,5,0,0,1,23,16Z"
1898
1898
  })), children);
1899
1899
  });
1900
1900
  if (process.env.NODE_ENV !== "production") {
1901
- CloudFoundry_1.propTypes = iconPropTypes4cbeb95d.i;
1901
+ CloudCeiling.propTypes = iconPropTypes4cbeb95d.i;
1902
1902
  }
1903
- var CloudFoundry_2 = /*#__PURE__*/React.forwardRef(function CloudFoundry_2(_ref73, ref) {
1903
+ var CloudFoundry_1 = /*#__PURE__*/React.forwardRef(function CloudFoundry_1(_ref73, ref) {
1904
1904
  var children = _ref73.children,
1905
1905
  _ref73$size = _ref73.size,
1906
- size = _ref73$size === undefined ? 16 : _ref73$size,
1906
+ size = _ref73$size === void 0 ? 16 : _ref73$size,
1907
1907
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref73, _excluded73);
1908
1908
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1909
1909
  width: size,
@@ -1913,16 +1913,18 @@ var CloudFoundry_2 = /*#__PURE__*/React.forwardRef(function CloudFoundry_2(_ref7
1913
1913
  viewBox: "0 0 32 32",
1914
1914
  fill: "currentColor"
1915
1915
  }, rest), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
1916
- d: "M25 11L25 9 17 9 17 23 19 23 19 17 24 17 24 15 19 15 19 11 25 11zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h6z"
1916
+ d: "M16,7h0a7.66,7.66,0,0,1,1.51.15,8,8,0,0,1,6.35,6.34l.26,1.35,1.35.24a5.5,5.5,0,0,1-1,10.92H7.5a5.5,5.5,0,0,1-1-10.92l1.34-.24.26-1.35A8,8,0,0,1,16,7m0-2a10,10,0,0,0-9.83,8.12A7.5,7.5,0,0,0,7.49,28h17a7.5,7.5,0,0,0,1.32-14.88,10,10,0,0,0-7.94-7.94A10.27,10.27,0,0,0,16,5Z"
1917
+ })), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
1918
+ d: "M14 24H11a2 2 0 01-2-2V19a2 2 0 012-2h3v2H11v3h3zM21 15V13H19a2 2 0 00-2 2v2H16v2h1v5h2V19h2V17H19V15z"
1917
1919
  })), children);
1918
1920
  });
1919
1921
  if (process.env.NODE_ENV !== "production") {
1920
- CloudFoundry_2.propTypes = iconPropTypes4cbeb95d.i;
1922
+ CloudFoundry_1.propTypes = iconPropTypes4cbeb95d.i;
1921
1923
  }
1922
- var CloudRegistry = /*#__PURE__*/React.forwardRef(function CloudRegistry(_ref74, ref) {
1924
+ var CloudFoundry_2 = /*#__PURE__*/React.forwardRef(function CloudFoundry_2(_ref74, ref) {
1923
1925
  var children = _ref74.children,
1924
1926
  _ref74$size = _ref74.size,
1925
- size = _ref74$size === undefined ? 16 : _ref74$size,
1927
+ size = _ref74$size === void 0 ? 16 : _ref74$size,
1926
1928
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref74, _excluded74);
1927
1929
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1928
1930
  width: size,
@@ -1931,19 +1933,17 @@ var CloudRegistry = /*#__PURE__*/React.forwardRef(function CloudRegistry(_ref74,
1931
1933
  xmlns: "http://www.w3.org/2000/svg",
1932
1934
  viewBox: "0 0 32 32",
1933
1935
  fill: "currentColor"
1934
- }, rest), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
1935
- d: "M28 30H23a2.0023 2.0023 0 01-2-2V23a2.0023 2.0023 0 012-2h5a2.0023 2.0023 0 012 2v5A2.0023 2.0023 0 0128 30zm-5-7h-.0012L23 28h5V23zM16 23H11a2.0023 2.0023 0 01-2-2V11a2.0023 2.0023 0 012-2H21a2.0023 2.0023 0 012 2v5H21V11H11V21h5z"
1936
- })), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
1937
- d: "M16,30H4a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,4,2H28a2.0023,2.0023,0,0,1,2,2V16H28V4H4V28H16Z"
1936
+ }, rest), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
1937
+ d: "M25 11L25 9 17 9 17 23 19 23 19 17 24 17 24 15 19 15 19 11 25 11zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h6z"
1938
1938
  })), children);
1939
1939
  });
1940
1940
  if (process.env.NODE_ENV !== "production") {
1941
- CloudRegistry.propTypes = iconPropTypes4cbeb95d.i;
1941
+ CloudFoundry_2.propTypes = iconPropTypes4cbeb95d.i;
1942
1942
  }
1943
- var CloudSatellite = /*#__PURE__*/React.forwardRef(function CloudSatellite(_ref75, ref) {
1943
+ var CloudRegistry = /*#__PURE__*/React.forwardRef(function CloudRegistry(_ref75, ref) {
1944
1944
  var children = _ref75.children,
1945
1945
  _ref75$size = _ref75.size,
1946
- size = _ref75$size === undefined ? 16 : _ref75$size,
1946
+ size = _ref75$size === void 0 ? 16 : _ref75$size,
1947
1947
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref75, _excluded75);
1948
1948
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1949
1949
  width: size,
@@ -1952,28 +1952,49 @@ var CloudSatellite = /*#__PURE__*/React.forwardRef(function CloudSatellite(_ref7
1952
1952
  xmlns: "http://www.w3.org/2000/svg",
1953
1953
  viewBox: "0 0 32 32",
1954
1954
  fill: "currentColor"
1955
+ }, rest), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
1956
+ d: "M28 30H23a2.0023 2.0023 0 01-2-2V23a2.0023 2.0023 0 012-2h5a2.0023 2.0023 0 012 2v5A2.0023 2.0023 0 0128 30zm-5-7h-.0012L23 28h5V23zM16 23H11a2.0023 2.0023 0 01-2-2V11a2.0023 2.0023 0 012-2H21a2.0023 2.0023 0 012 2v5H21V11H11V21h5z"
1957
+ })), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
1958
+ d: "M16,30H4a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,4,2H28a2.0023,2.0023,0,0,1,2,2V16H28V4H4V28H16Z"
1959
+ })), children);
1960
+ });
1961
+ if (process.env.NODE_ENV !== "production") {
1962
+ CloudRegistry.propTypes = iconPropTypes4cbeb95d.i;
1963
+ }
1964
+ var CloudSatellite = /*#__PURE__*/React.forwardRef(function CloudSatellite(_ref76, ref) {
1965
+ var children = _ref76.children,
1966
+ _ref76$size = _ref76.size,
1967
+ size = _ref76$size === void 0 ? 16 : _ref76$size,
1968
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref76, _excluded76);
1969
+ return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1970
+ width: size,
1971
+ height: size,
1972
+ ref: ref,
1973
+ xmlns: "http://www.w3.org/2000/svg",
1974
+ viewBox: "0 0 32 32",
1975
+ fill: "currentColor"
1955
1976
  }, rest), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
1956
1977
  cx: "9",
1957
1978
  cy: "20",
1958
1979
  r: "2"
1959
- })), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
1980
+ })), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
1960
1981
  d: "M16,20a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,16,20Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,16,14Z"
1961
1982
  })), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
1962
1983
  cx: "23",
1963
1984
  cy: "12",
1964
1985
  r: "2"
1965
- })), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
1986
+ })), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
1966
1987
  d: "M16,31a.9988.9988,0,0,1-.5039-.1357l-12-7A1.0008,1.0008,0,0,1,3,23V9a.9994.9994,0,0,1,.4961-.8638l12-7a1,1,0,0,1,1.0078,0l12,7L27.4961,9.8638,16,3.1577,5,9.5742V22.4258l11,6.417,11-6.417V15h2v8a1.0008,1.0008,0,0,1-.4961.8643l-12,7A.9988.9988,0,0,1,16,31Z"
1967
1988
  })), children);
1968
1989
  });
1969
1990
  if (process.env.NODE_ENV !== "production") {
1970
1991
  CloudSatellite.propTypes = iconPropTypes4cbeb95d.i;
1971
1992
  }
1972
- var CloudSatelliteConfig = /*#__PURE__*/React.forwardRef(function CloudSatelliteConfig(_ref76, ref) {
1973
- var children = _ref76.children,
1974
- _ref76$size = _ref76.size,
1975
- size = _ref76$size === undefined ? 16 : _ref76$size,
1976
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref76, _excluded76);
1993
+ var CloudSatelliteConfig = /*#__PURE__*/React.forwardRef(function CloudSatelliteConfig(_ref77, ref) {
1994
+ var children = _ref77.children,
1995
+ _ref77$size = _ref77.size,
1996
+ size = _ref77$size === void 0 ? 16 : _ref77$size,
1997
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref77, _excluded77);
1977
1998
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1978
1999
  width: size,
1979
2000
  height: size,
@@ -1981,30 +2002,30 @@ var CloudSatelliteConfig = /*#__PURE__*/React.forwardRef(function CloudSatellite
1981
2002
  xmlns: "http://www.w3.org/2000/svg",
1982
2003
  viewBox: "0 0 32 32",
1983
2004
  fill: "currentColor"
1984
- }, rest), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
2005
+ }, rest), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
1985
2006
  d: "M32,26V24H29.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,26,20.1011V18H24v2.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,20.1011,24H18v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,24,29.8989V32h2V29.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,29.8989,26Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,25,28Z"
1986
2007
  })), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
1987
2008
  cx: "7",
1988
2009
  cy: "20",
1989
2010
  r: "2"
1990
- })), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
2011
+ })), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
1991
2012
  d: "M14,20a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,14,20Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,14,14Z"
1992
2013
  })), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
1993
2014
  cx: "21",
1994
2015
  cy: "12",
1995
2016
  r: "2"
1996
- })), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
2017
+ })), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
1997
2018
  d: "M13.0205,28.2715,3,22.4258V9.5742L14,3.1577,25.4961,9.8638l1.0078-1.7276-12-7a1,1,0,0,0-1.0078,0l-12,7A.9994.9994,0,0,0,1,9V23a1.0008,1.0008,0,0,0,.4961.8643L12.0127,30Z"
1998
2019
  })), children);
1999
2020
  });
2000
2021
  if (process.env.NODE_ENV !== "production") {
2001
2022
  CloudSatelliteConfig.propTypes = iconPropTypes4cbeb95d.i;
2002
2023
  }
2003
- var CloudSatelliteLink = /*#__PURE__*/React.forwardRef(function CloudSatelliteLink(_ref77, ref) {
2004
- var children = _ref77.children,
2005
- _ref77$size = _ref77.size,
2006
- size = _ref77$size === undefined ? 16 : _ref77$size,
2007
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref77, _excluded77);
2024
+ var CloudSatelliteLink = /*#__PURE__*/React.forwardRef(function CloudSatelliteLink(_ref78, ref) {
2025
+ var children = _ref78.children,
2026
+ _ref78$size = _ref78.size,
2027
+ size = _ref78$size === void 0 ? 16 : _ref78$size,
2028
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref78, _excluded78);
2008
2029
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2009
2030
  width: size,
2010
2031
  height: size,
@@ -2012,32 +2033,32 @@ var CloudSatelliteLink = /*#__PURE__*/React.forwardRef(function CloudSatelliteLi
2012
2033
  xmlns: "http://www.w3.org/2000/svg",
2013
2034
  viewBox: "0 0 32 32",
2014
2035
  fill: "currentColor"
2015
- }, rest), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
2036
+ }, rest), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2016
2037
  d: "M30.9763,24.9748l-5.0015,5.0015a3.501,3.501,0,0,1-4.9511-4.9511L22.4383,26.44A1.5,1.5,0,0,0,24.56,28.5617L29.5617,23.56A1.5,1.5,0,0,0,27.44,21.4383l-1.4146-1.4146a3.501,3.501,0,0,1,4.9511,4.9511Z"
2017
- })), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2038
+ })), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2018
2039
  d: "M20.0252,21.0237l-5.0015,5.0015a3.501,3.501,0,0,0,4.9511,4.9511L18.56,29.5617A1.5,1.5,0,0,1,16.4383,27.44L21.44,22.4383A1.5,1.5,0,0,1,23.5617,24.56l1.4146,1.4146a3.501,3.501,0,0,0-4.9511-4.9511Z"
2019
2040
  })), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
2020
2041
  cx: "7",
2021
2042
  cy: "20",
2022
2043
  r: "2"
2023
- })), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2044
+ })), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2024
2045
  d: "M14,20a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,14,20Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,14,14Z"
2025
2046
  })), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
2026
2047
  cx: "21",
2027
2048
  cy: "12",
2028
2049
  r: "2"
2029
- })), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2050
+ })), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2030
2051
  d: "M11.3076,27.2725,3,22.4258V9.5742L14,3.1577,25.4961,9.8638l1.0078-1.7276-12-7a1,1,0,0,0-1.0078,0l-12,7A.9994.9994,0,0,0,1,9V23a1.0008,1.0008,0,0,0,.4961.8643L10.3,29Z"
2031
2052
  })), children);
2032
2053
  });
2033
2054
  if (process.env.NODE_ENV !== "production") {
2034
2055
  CloudSatelliteLink.propTypes = iconPropTypes4cbeb95d.i;
2035
2056
  }
2036
- var CloudSatelliteServices = /*#__PURE__*/React.forwardRef(function CloudSatelliteServices(_ref78, ref) {
2037
- var children = _ref78.children,
2038
- _ref78$size = _ref78.size,
2039
- size = _ref78$size === undefined ? 16 : _ref78$size,
2040
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref78, _excluded78);
2057
+ var CloudSatelliteServices = /*#__PURE__*/React.forwardRef(function CloudSatelliteServices(_ref79, ref) {
2058
+ var children = _ref79.children,
2059
+ _ref79$size = _ref79.size,
2060
+ size = _ref79$size === void 0 ? 16 : _ref79$size,
2061
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref79, _excluded79);
2041
2062
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2042
2063
  width: size,
2043
2064
  height: size,
@@ -2045,30 +2066,30 @@ var CloudSatelliteServices = /*#__PURE__*/React.forwardRef(function CloudSatelli
2045
2066
  xmlns: "http://www.w3.org/2000/svg",
2046
2067
  viewBox: "0 0 32 32",
2047
2068
  fill: "currentColor"
2048
- }, rest), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2069
+ }, rest), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2049
2070
  d: "M29,26a2.97,2.97,0,0,0-1.8551.6607L25,25.4224V23.8157a3,3,0,1,0-2,0v1.6067l-2.1449,1.2383A2.97,2.97,0,0,0,19,26a3.02,3.02,0,1,0,2.9254,2.3525L24,27.1548l2.0746,1.1977A2.9978,2.9978,0,1,0,29,26ZM19,30a1,1,0,1,1,1-1A1.0006,1.0006,0,0,1,19,30Zm5-10a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,24,20Zm5,10a1,1,0,1,1,1-1A1.0006,1.0006,0,0,1,29,30Z"
2050
2071
  })), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
2051
2072
  cx: "7",
2052
2073
  cy: "20",
2053
2074
  r: "2"
2054
- })), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2075
+ })), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2055
2076
  d: "M14,20a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,14,20Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,14,14Z"
2056
2077
  })), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
2057
2078
  cx: "21",
2058
2079
  cy: "12",
2059
2080
  r: "2"
2060
- })), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2081
+ })), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2061
2082
  d: "M13.0205,28.2715,3,22.4258V9.5742L14,3.1577,25.4961,9.8638l1.0078-1.7276-12-7a1,1,0,0,0-1.0078,0l-12,7A.9994.9994,0,0,0,1,9V23a1.0008,1.0008,0,0,0,.4961.8643L12.0127,30Z"
2062
2083
  })), children);
2063
2084
  });
2064
2085
  if (process.env.NODE_ENV !== "production") {
2065
2086
  CloudSatelliteServices.propTypes = iconPropTypes4cbeb95d.i;
2066
2087
  }
2067
- var CloudServices = /*#__PURE__*/React.forwardRef(function CloudServices(_ref79, ref) {
2068
- var children = _ref79.children,
2069
- _ref79$size = _ref79.size,
2070
- size = _ref79$size === undefined ? 16 : _ref79$size,
2071
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref79, _excluded79);
2088
+ var CloudServices = /*#__PURE__*/React.forwardRef(function CloudServices(_ref80, ref) {
2089
+ var children = _ref80.children,
2090
+ _ref80$size = _ref80.size,
2091
+ size = _ref80$size === void 0 ? 16 : _ref80$size,
2092
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref80, _excluded80);
2072
2093
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2073
2094
  width: size,
2074
2095
  height: size,
@@ -2076,20 +2097,20 @@ var CloudServices = /*#__PURE__*/React.forwardRef(function CloudServices(_ref79,
2076
2097
  xmlns: "http://www.w3.org/2000/svg",
2077
2098
  viewBox: "0 0 32 32",
2078
2099
  fill: "currentColor"
2079
- }, rest), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2100
+ }, rest), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2080
2101
  d: "M25.8218,10.124a9.9991,9.9991,0,0,0-19.6435,0A7.4964,7.4964,0,0,0,7.5,25H8V23H7.5a5.4961,5.4961,0,0,1-.3769-10.9795l.8364-.0571.09-.8335a7.9979,7.9979,0,0,1,15.9013,0l.09.8335.8364.0571A5.4961,5.4961,0,0,1,24.5,23H24v2h.5a7.4964,7.4964,0,0,0,1.3218-14.876Z"
2081
- })), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2102
+ })), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2082
2103
  d: "M23,22V20H20.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,17,16.1011V14H15v2.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,11.1011,20H9v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,15,25.8989V28h2V25.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,20.8989,22Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,16,24Z"
2083
2104
  })), children);
2084
2105
  });
2085
2106
  if (process.env.NODE_ENV !== "production") {
2086
2107
  CloudServices.propTypes = iconPropTypes4cbeb95d.i;
2087
2108
  }
2088
- var Cloudy = /*#__PURE__*/React.forwardRef(function Cloudy(_ref80, ref) {
2089
- var children = _ref80.children,
2090
- _ref80$size = _ref80.size,
2091
- size = _ref80$size === undefined ? 16 : _ref80$size,
2092
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref80, _excluded80);
2109
+ var Cloudy = /*#__PURE__*/React.forwardRef(function Cloudy(_ref81, ref) {
2110
+ var children = _ref81.children,
2111
+ _ref81$size = _ref81.size,
2112
+ size = _ref81$size === void 0 ? 16 : _ref81$size,
2113
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref81, _excluded81);
2093
2114
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2094
2115
  width: size,
2095
2116
  height: size,
@@ -2097,18 +2118,18 @@ var Cloudy = /*#__PURE__*/React.forwardRef(function Cloudy(_ref80, ref) {
2097
2118
  xmlns: "http://www.w3.org/2000/svg",
2098
2119
  viewBox: "0 0 32 32",
2099
2120
  fill: "currentColor"
2100
- }, rest), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2121
+ }, rest), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2101
2122
  d: "M30.0005,15.5005a6.5324,6.5324,0,0,0-5.1992-6.3638,8.9943,8.9943,0,0,0-17.6006,0,6.5321,6.5321,0,0,0-5.2,6.3638,6.4543,6.4543,0,0,0,1.6887,4.35A5.9829,5.9829,0,0,0,8,30H19a5.9764,5.9764,0,0,0,5.6094-8.1016A6.5051,6.5051,0,0,0,30.0005,15.5005ZM19,28H8a3.9925,3.9925,0,0,1-.6731-7.9292L7.99,19.958l.1458-.6562a5.496,5.496,0,0,1,10.7294,0l.1458.6562.6626.1128A3.9925,3.9925,0,0,1,19,28Zm4.5-8h-.0554a5.9562,5.9562,0,0,0-2.7959-1.7564,7.4952,7.4952,0,0,0-14.2984,0,5.9877,5.9877,0,0,0-1.0315.4073A4.4446,4.4446,0,0,1,4,15.5005a4.5171,4.5171,0,0,1,4.144-4.481l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639a4.4975,4.4975,0,0,1-.3564,8.981Z"
2102
2123
  })), children);
2103
2124
  });
2104
2125
  if (process.env.NODE_ENV !== "production") {
2105
2126
  Cloudy.propTypes = iconPropTypes4cbeb95d.i;
2106
2127
  }
2107
- var WatsonHealthCobbAngle = /*#__PURE__*/React.forwardRef(function WatsonHealthCobbAngle(_ref81, ref) {
2108
- var children = _ref81.children,
2109
- _ref81$size = _ref81.size,
2110
- size = _ref81$size === undefined ? 16 : _ref81$size,
2111
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref81, _excluded81);
2128
+ var WatsonHealthCobbAngle = /*#__PURE__*/React.forwardRef(function WatsonHealthCobbAngle(_ref82, ref) {
2129
+ var children = _ref82.children,
2130
+ _ref82$size = _ref82.size,
2131
+ size = _ref82$size === void 0 ? 16 : _ref82$size,
2132
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref82, _excluded82);
2112
2133
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2113
2134
  width: size,
2114
2135
  height: size,
@@ -2116,18 +2137,18 @@ var WatsonHealthCobbAngle = /*#__PURE__*/React.forwardRef(function WatsonHealthC
2116
2137
  xmlns: "http://www.w3.org/2000/svg",
2117
2138
  viewBox: "0 0 32 32",
2118
2139
  fill: "currentColor"
2119
- }, rest), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2140
+ }, rest), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2120
2141
  d: "M20 17V15a2 2 0 00-2-2H10a2 2 0 00-2 2v2a2 2 0 002 2h8A2 2 0 0020 17zM10 15h8v2H10zM23.42 24.48A2 2 0 0021 23.06l-7.73 2.07a2 2 0 00-1.42 2.44h0l.52 1.93A2 2 0 0014.27 31a3 3 0 00.52-.07l7.73-2.07h0a2 2 0 001.41-2.45zM14.27 29l-.51-1.94L21.48 25 22 26.92zM13.24 6.86L21 8.93h0a2.24 2.24 0 00.51.07 2 2 0 001.94-1.48L24 5.58a2 2 0 00-1.41-2.45L14.79 1.06a2 2 0 00-2.45 1.41h0l-.52 1.93a2 2 0 001.42 2.44zm1-3.86L22 5.07 21.48 7 13.76 4.93zM14 21H16V23H14zM14 9H16V11H14z"
2121
2142
  })), children);
2122
2143
  });
2123
2144
  if (process.env.NODE_ENV !== "production") {
2124
2145
  WatsonHealthCobbAngle.propTypes = iconPropTypes4cbeb95d.i;
2125
2146
  }
2126
- var Code = /*#__PURE__*/React.forwardRef(function Code(_ref82, ref) {
2127
- var children = _ref82.children,
2128
- _ref82$size = _ref82.size,
2129
- size = _ref82$size === undefined ? 16 : _ref82$size,
2130
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref82, _excluded82);
2147
+ var Code = /*#__PURE__*/React.forwardRef(function Code(_ref83, ref) {
2148
+ var children = _ref83.children,
2149
+ _ref83$size = _ref83.size,
2150
+ size = _ref83$size === void 0 ? 16 : _ref83$size,
2151
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref83, _excluded83);
2131
2152
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2132
2153
  width: size,
2133
2154
  height: size,
@@ -2135,9 +2156,9 @@ var Code = /*#__PURE__*/React.forwardRef(function Code(_ref82, ref) {
2135
2156
  xmlns: "http://www.w3.org/2000/svg",
2136
2157
  viewBox: "0 0 32 32",
2137
2158
  fill: "currentColor"
2138
- }, rest), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2159
+ }, rest), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2139
2160
  d: "M31 16L24 23 22.59 21.59 28.17 16 22.59 10.41 24 9 31 16zM1 16L8 9 9.41 10.41 3.83 16 9.41 21.59 8 23 1 16z"
2140
- })), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2161
+ })), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2141
2162
  d: "M5.91 15H26.080000000000002V17H5.91z",
2142
2163
  transform: "rotate(-75 15.996 16)"
2143
2164
  })), children);
@@ -2145,11 +2166,11 @@ var Code = /*#__PURE__*/React.forwardRef(function Code(_ref82, ref) {
2145
2166
  if (process.env.NODE_ENV !== "production") {
2146
2167
  Code.propTypes = iconPropTypes4cbeb95d.i;
2147
2168
  }
2148
- var CodeHide = /*#__PURE__*/React.forwardRef(function CodeHide(_ref83, ref) {
2149
- var children = _ref83.children,
2150
- _ref83$size = _ref83.size,
2151
- size = _ref83$size === undefined ? 16 : _ref83$size,
2152
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref83, _excluded83);
2169
+ var CodeHide = /*#__PURE__*/React.forwardRef(function CodeHide(_ref84, ref) {
2170
+ var children = _ref84.children,
2171
+ _ref84$size = _ref84.size,
2172
+ size = _ref84$size === void 0 ? 16 : _ref84$size,
2173
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref84, _excluded84);
2153
2174
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2154
2175
  width: size,
2155
2176
  height: size,
@@ -2157,18 +2178,18 @@ var CodeHide = /*#__PURE__*/React.forwardRef(function CodeHide(_ref83, ref) {
2157
2178
  xmlns: "http://www.w3.org/2000/svg",
2158
2179
  viewBox: "0 0 32 32",
2159
2180
  fill: "currentColor"
2160
- }, rest), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2181
+ }, rest), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2161
2182
  d: "M17.713 13.471L19.576 6.518 17.645 6 16.08 11.838 17.713 13.471zM24.207 19.965L25.621 21.379 31 16 24 9 22.586 10.414 28.172 16 24.207 19.965zM30 28.586L3.414 2 2 3.414 7.793 9.207 1 16 8 23 9.414 21.586 3.828 16 9.207 10.621 14.884 16.298 12.423 25.482 14.355 26 16.517 17.931 28.586 30 30 28.586z"
2162
2183
  })), children);
2163
2184
  });
2164
2185
  if (process.env.NODE_ENV !== "production") {
2165
2186
  CodeHide.propTypes = iconPropTypes4cbeb95d.i;
2166
2187
  }
2167
- var CodeReference = /*#__PURE__*/React.forwardRef(function CodeReference(_ref84, ref) {
2168
- var children = _ref84.children,
2169
- _ref84$size = _ref84.size,
2170
- size = _ref84$size === undefined ? 16 : _ref84$size,
2171
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref84, _excluded84);
2188
+ var CodeReference = /*#__PURE__*/React.forwardRef(function CodeReference(_ref85, ref) {
2189
+ var children = _ref85.children,
2190
+ _ref85$size = _ref85.size,
2191
+ size = _ref85$size === void 0 ? 16 : _ref85$size,
2192
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref85, _excluded85);
2172
2193
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2173
2194
  width: size,
2174
2195
  height: size,
@@ -2176,23 +2197,23 @@ var CodeReference = /*#__PURE__*/React.forwardRef(function CodeReference(_ref84,
2176
2197
  xmlns: "http://www.w3.org/2000/svg",
2177
2198
  viewBox: "0 0 32 32",
2178
2199
  fill: "currentColor"
2179
- }, rest), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2200
+ }, rest), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2180
2201
  d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM30 10L24 4 22.586 5.414 27.172 10 22.586 14.586 24 16 30 10z"
2181
- })), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2202
+ })), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2182
2203
  d: "M8.944 9.001H24.974000000000004V11.001H8.944z",
2183
2204
  transform: "rotate(-74.995 16.96 10)"
2184
- })), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2205
+ })), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2185
2206
  d: "M4 10L10 4 11.414 5.414 6.828 10 11.414 14.586 10 16 4 10z"
2186
2207
  })), children);
2187
2208
  });
2188
2209
  if (process.env.NODE_ENV !== "production") {
2189
2210
  CodeReference.propTypes = iconPropTypes4cbeb95d.i;
2190
2211
  }
2191
- var CodeBlock = /*#__PURE__*/React.forwardRef(function CodeBlock(_ref85, ref) {
2192
- var children = _ref85.children,
2193
- _ref85$size = _ref85.size,
2194
- size = _ref85$size === undefined ? 16 : _ref85$size,
2195
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref85, _excluded85);
2212
+ var CodeBlock = /*#__PURE__*/React.forwardRef(function CodeBlock(_ref86, ref) {
2213
+ var children = _ref86.children,
2214
+ _ref86$size = _ref86.size,
2215
+ size = _ref86$size === void 0 ? 16 : _ref86$size,
2216
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref86, _excluded86);
2196
2217
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2197
2218
  width: size,
2198
2219
  height: size,
@@ -2200,7 +2221,7 @@ var CodeBlock = /*#__PURE__*/React.forwardRef(function CodeBlock(_ref85, ref) {
2200
2221
  xmlns: "http://www.w3.org/2000/svg",
2201
2222
  viewBox: "0 0 32 32",
2202
2223
  fill: "currentColor"
2203
- }, rest), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2224
+ }, rest), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2204
2225
  strokeWidth: "0",
2205
2226
  d: "M2 3H10V5H2zM6 9H30V11H6zM6 15H30V17H6zM2 27H10V29H2zM6 21H22V23H6z"
2206
2227
  })), children);
@@ -2208,11 +2229,11 @@ var CodeBlock = /*#__PURE__*/React.forwardRef(function CodeBlock(_ref85, ref) {
2208
2229
  if (process.env.NODE_ENV !== "production") {
2209
2230
  CodeBlock.propTypes = iconPropTypes4cbeb95d.i;
2210
2231
  }
2211
- var CodeSigningService = /*#__PURE__*/React.forwardRef(function CodeSigningService(_ref86, ref) {
2212
- var children = _ref86.children,
2213
- _ref86$size = _ref86.size,
2214
- size = _ref86$size === undefined ? 16 : _ref86$size,
2215
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref86, _excluded86);
2232
+ var CodeSigningService = /*#__PURE__*/React.forwardRef(function CodeSigningService(_ref87, ref) {
2233
+ var children = _ref87.children,
2234
+ _ref87$size = _ref87.size,
2235
+ size = _ref87$size === void 0 ? 16 : _ref87$size,
2236
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref87, _excluded87);
2216
2237
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2217
2238
  width: size,
2218
2239
  height: size,
@@ -2224,18 +2245,18 @@ var CodeSigningService = /*#__PURE__*/React.forwardRef(function CodeSigningServi
2224
2245
  cx: "25",
2225
2246
  cy: "20",
2226
2247
  r: "1"
2227
- })), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2248
+ })), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2228
2249
  d: "M19.4141 30H15V25.5857l5.0337-5.0337A4.6069 4.6069 0 0120 20a5 5 0 114.4478 4.9663zM17 28h1.5859l5.2061-5.2063.5395.1238a3.0351 3.0351 0 10-2.249-2.2488l.1236.5393L17 26.4143zM6 8H8V16H6zM2 8H4V16H2zM18 8H20V14H18zM14 16H12a2 2 0 01-2-2V10a2 2 0 012-2h2a2 2 0 012 2v4A2 2 0 0114 16zm-2-2h2V10H12zM2 18H4V26H2zM14 18H16V22H14zM10 26H8a2 2 0 01-2-2V20a2 2 0 012-2h2a2 2 0 012 2v4A2 2 0 0110 26zM8 24h2V20H8zM2 2H4V6H2zM14 2H16V6H14zM18 2H20V6H18zM10 6H8A2 2 0 016 4V2H8V4h2V2h2V4A2 2 0 0110 6z"
2229
2250
  })), children);
2230
2251
  });
2231
2252
  if (process.env.NODE_ENV !== "production") {
2232
2253
  CodeSigningService.propTypes = iconPropTypes4cbeb95d.i;
2233
2254
  }
2234
- var Cognitive = /*#__PURE__*/React.forwardRef(function Cognitive(_ref87, ref) {
2235
- var children = _ref87.children,
2236
- _ref87$size = _ref87.size,
2237
- size = _ref87$size === undefined ? 16 : _ref87$size,
2238
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref87, _excluded87);
2255
+ var Cognitive = /*#__PURE__*/React.forwardRef(function Cognitive(_ref88, ref) {
2256
+ var children = _ref88.children,
2257
+ _ref88$size = _ref88.size,
2258
+ size = _ref88$size === void 0 ? 16 : _ref88$size,
2259
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref88, _excluded88);
2239
2260
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2240
2261
  width: size,
2241
2262
  height: size,
@@ -2243,18 +2264,18 @@ var Cognitive = /*#__PURE__*/React.forwardRef(function Cognitive(_ref87, ref) {
2243
2264
  xmlns: "http://www.w3.org/2000/svg",
2244
2265
  viewBox: "0 0 32 32",
2245
2266
  fill: "currentColor"
2246
- }, rest), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2267
+ }, rest), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2247
2268
  d: "M30,13A11,11,0,0,0,19,2H11a9,9,0,0,0-9,9v3a5,5,0,0,0,5,5H8.1A5,5,0,0,0,13,23h1.38l4,7,1.73-1-4-6.89A2,2,0,0,0,14.38,21H13a3,3,0,0,1,0-6h1V13H13a5,5,0,0,0-4.9,4H7a3,3,0,0,1-3-3V12H6A3,3,0,0,0,9,9V8H7V9a1,1,0,0,1-1,1H4.08A7,7,0,0,1,11,4h6V6a1,1,0,0,1-1,1H14V9h2a3,3,0,0,0,3-3V4a9,9,0,0,1,8.05,5H26a3,3,0,0,0-3,3v1h2V12a1,1,0,0,1,1-1h1.77A8.76,8.76,0,0,1,28,13v1a5,5,0,0,1-5,5H20v2h3a7,7,0,0,0,3-.68V21a3,3,0,0,1-3,3H22v2h1a5,5,0,0,0,5-5V18.89A7,7,0,0,0,30,14Z"
2248
2269
  })), children);
2249
2270
  });
2250
2271
  if (process.env.NODE_ENV !== "production") {
2251
2272
  Cognitive.propTypes = iconPropTypes4cbeb95d.i;
2252
- }
2253
- var Collaborate = /*#__PURE__*/React.forwardRef(function Collaborate(_ref88, ref) {
2254
- var children = _ref88.children,
2255
- _ref88$size = _ref88.size,
2256
- size = _ref88$size === undefined ? 16 : _ref88$size,
2257
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref88, _excluded88);
2273
+ }
2274
+ var Collaborate = /*#__PURE__*/React.forwardRef(function Collaborate(_ref89, ref) {
2275
+ var children = _ref89.children,
2276
+ _ref89$size = _ref89.size,
2277
+ size = _ref89$size === void 0 ? 16 : _ref89$size,
2278
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref89, _excluded89);
2258
2279
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2259
2280
  width: size,
2260
2281
  height: size,
@@ -2262,18 +2283,18 @@ var Collaborate = /*#__PURE__*/React.forwardRef(function Collaborate(_ref88, ref
2262
2283
  xmlns: "http://www.w3.org/2000/svg",
2263
2284
  viewBox: "0 0 32 32",
2264
2285
  fill: "currentColor"
2265
- }, rest), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2286
+ }, rest), _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2266
2287
  d: "M6 21V20H4v1a7 7 0 007 7h3V26H11A5 5 0 016 21zM24 11v1h2V11a7 7 0 00-7-7H16V6h3A5 5 0 0124 11zM11 11H5a3 3 0 00-3 3v2H4V14a1 1 0 011-1h6a1 1 0 011 1v2h2V14A3 3 0 0011 11zM8 10A4 4 0 104 6 4 4 0 008 10zM8 4A2 2 0 116 6 2 2 0 018 4zM27 25H21a3 3 0 00-3 3v2h2V28a1 1 0 011-1h6a1 1 0 011 1v2h2V28A3 3 0 0027 25zM20 20a4 4 0 104-4A4 4 0 0020 20zm6 0a2 2 0 11-2-2A2 2 0 0126 20z"
2267
2288
  })), children);
2268
2289
  });
2269
2290
  if (process.env.NODE_ENV !== "production") {
2270
2291
  Collaborate.propTypes = iconPropTypes4cbeb95d.i;
2271
2292
  }
2272
- var CollapseAll = /*#__PURE__*/React.forwardRef(function CollapseAll(_ref89, ref) {
2273
- var children = _ref89.children,
2274
- _ref89$size = _ref89.size,
2275
- size = _ref89$size === undefined ? 16 : _ref89$size,
2276
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref89, _excluded89);
2293
+ var CollapseAll = /*#__PURE__*/React.forwardRef(function CollapseAll(_ref90, ref) {
2294
+ var children = _ref90.children,
2295
+ _ref90$size = _ref90.size,
2296
+ size = _ref90$size === void 0 ? 16 : _ref90$size,
2297
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref90, _excluded90);
2277
2298
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2278
2299
  width: size,
2279
2300
  height: size,
@@ -2281,22 +2302,22 @@ var CollapseAll = /*#__PURE__*/React.forwardRef(function CollapseAll(_ref89, ref
2281
2302
  xmlns: "http://www.w3.org/2000/svg",
2282
2303
  viewBox: "0 0 32 32",
2283
2304
  fill: "currentColor"
2284
- }, rest), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2305
+ }, rest), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2285
2306
  d: "M30,15H28V7H13V5H28a2.0023,2.0023,0,0,1,2,2Z"
2286
- })), _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2307
+ })), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2287
2308
  d: "M25,20H23V12H8V10H23a2.0023,2.0023,0,0,1,2,2Z"
2288
- })), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2309
+ })), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2289
2310
  d: "M18,27H4a2.0023,2.0023,0,0,1-2-2V17a2.0023,2.0023,0,0,1,2-2H18a2.0023,2.0023,0,0,1,2,2v8A2.0023,2.0023,0,0,1,18,27ZM4,17v8H18.0012L18,17Z"
2290
2311
  })), children);
2291
2312
  });
2292
2313
  if (process.env.NODE_ENV !== "production") {
2293
2314
  CollapseAll.propTypes = iconPropTypes4cbeb95d.i;
2294
2315
  }
2295
- var CollapseCategories = /*#__PURE__*/React.forwardRef(function CollapseCategories(_ref90, ref) {
2296
- var children = _ref90.children,
2297
- _ref90$size = _ref90.size,
2298
- size = _ref90$size === undefined ? 16 : _ref90$size,
2299
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref90, _excluded90);
2316
+ var CollapseCategories = /*#__PURE__*/React.forwardRef(function CollapseCategories(_ref91, ref) {
2317
+ var children = _ref91.children,
2318
+ _ref91$size = _ref91.size,
2319
+ size = _ref91$size === void 0 ? 16 : _ref91$size,
2320
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref91, _excluded91);
2300
2321
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2301
2322
  width: size,
2302
2323
  height: size,
@@ -2304,18 +2325,18 @@ var CollapseCategories = /*#__PURE__*/React.forwardRef(function CollapseCategori
2304
2325
  xmlns: "http://www.w3.org/2000/svg",
2305
2326
  viewBox: "0 0 32 32",
2306
2327
  fill: "currentColor"
2307
- }, rest), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2328
+ }, rest), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2308
2329
  d: "M14 25H28V27H14zM7.17 26L4.59 28.58 6 30 10 26 6 22 4.58 23.41 7.17 26zM14 15H28V17H14zM7.17 16L4.59 18.58 6 20 10 16 6 12 4.58 13.41 7.17 16zM14 5H28V7H14zM7.17 6L4.59 8.58 6 10 10 6 6 2 4.58 3.41 7.17 6z"
2309
2330
  })), children);
2310
2331
  });
2311
2332
  if (process.env.NODE_ENV !== "production") {
2312
2333
  CollapseCategories.propTypes = iconPropTypes4cbeb95d.i;
2313
2334
  }
2314
- var ColorPalette = /*#__PURE__*/React.forwardRef(function ColorPalette(_ref91, ref) {
2315
- var children = _ref91.children,
2316
- _ref91$size = _ref91.size,
2317
- size = _ref91$size === undefined ? 16 : _ref91$size,
2318
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref91, _excluded91);
2335
+ var ColorPalette = /*#__PURE__*/React.forwardRef(function ColorPalette(_ref92, ref) {
2336
+ var children = _ref92.children,
2337
+ _ref92$size = _ref92.size,
2338
+ size = _ref92$size === void 0 ? 16 : _ref92$size,
2339
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref92, _excluded92);
2319
2340
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2320
2341
  width: size,
2321
2342
  height: size,
@@ -2343,36 +2364,17 @@ var ColorPalette = /*#__PURE__*/React.forwardRef(function ColorPalette(_ref91, r
2343
2364
  cx: "19",
2344
2365
  cy: "23",
2345
2366
  r: "2"
2346
- })), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2367
+ })), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2347
2368
  d: "M16.54,2A14,14,0,0,0,2,16a4.82,4.82,0,0,0,6.09,4.65l1.12-.31A3,3,0,0,1,13,23.24V27a3,3,0,0,0,3,3A14,14,0,0,0,30,15.46,14.05,14.05,0,0,0,16.54,2Zm8.11,22.31A11.93,11.93,0,0,1,16,28a1,1,0,0,1-1-1V23.24a5,5,0,0,0-5-5,5.07,5.07,0,0,0-1.33.18l-1.12.31A2.82,2.82,0,0,1,4,16,12,12,0,0,1,16.47,4,12.18,12.18,0,0,1,28,15.53,11.89,11.89,0,0,1,24.65,24.32Z"
2348
2369
  })), children);
2349
2370
  });
2350
2371
  if (process.env.NODE_ENV !== "production") {
2351
2372
  ColorPalette.propTypes = iconPropTypes4cbeb95d.i;
2352
2373
  }
2353
- var ColorSwitch = /*#__PURE__*/React.forwardRef(function ColorSwitch(_ref92, ref) {
2354
- var children = _ref92.children,
2355
- _ref92$size = _ref92.size,
2356
- size = _ref92$size === undefined ? 16 : _ref92$size,
2357
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref92, _excluded92);
2358
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2359
- width: size,
2360
- height: size,
2361
- ref: ref,
2362
- xmlns: "http://www.w3.org/2000/svg",
2363
- viewBox: "0 0 32 32",
2364
- fill: "currentColor"
2365
- }, rest), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2366
- d: "M26,4H6A2.0025,2.0025,0,0,0,4,6V26a2.0025,2.0025,0,0,0,2,2H26a2.0025,2.0025,0,0,0,2-2V6A2.0025,2.0025,0,0,0,26,4ZM6,26,26,6V26Z"
2367
- })), children);
2368
- });
2369
- if (process.env.NODE_ENV !== "production") {
2370
- ColorSwitch.propTypes = iconPropTypes4cbeb95d.i;
2371
- }
2372
- var Column = /*#__PURE__*/React.forwardRef(function Column(_ref93, ref) {
2374
+ var ColorSwitch = /*#__PURE__*/React.forwardRef(function ColorSwitch(_ref93, ref) {
2373
2375
  var children = _ref93.children,
2374
2376
  _ref93$size = _ref93.size,
2375
- size = _ref93$size === undefined ? 16 : _ref93$size,
2377
+ size = _ref93$size === void 0 ? 16 : _ref93$size,
2376
2378
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref93, _excluded93);
2377
2379
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2378
2380
  width: size,
@@ -2381,17 +2383,17 @@ var Column = /*#__PURE__*/React.forwardRef(function Column(_ref93, ref) {
2381
2383
  xmlns: "http://www.w3.org/2000/svg",
2382
2384
  viewBox: "0 0 32 32",
2383
2385
  fill: "currentColor"
2384
- }, rest), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2385
- d: "M24 4H26V28H24zM18 6V26H14V6h4m0-2H14a2 2 0 00-2 2V26a2 2 0 002 2h4a2 2 0 002-2V6a2 2 0 00-2-2zM6 4H8V28H6z"
2386
+ }, rest), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2387
+ d: "M26,4H6A2.0025,2.0025,0,0,0,4,6V26a2.0025,2.0025,0,0,0,2,2H26a2.0025,2.0025,0,0,0,2-2V6A2.0025,2.0025,0,0,0,26,4ZM6,26,26,6V26Z"
2386
2388
  })), children);
2387
2389
  });
2388
2390
  if (process.env.NODE_ENV !== "production") {
2389
- Column.propTypes = iconPropTypes4cbeb95d.i;
2391
+ ColorSwitch.propTypes = iconPropTypes4cbeb95d.i;
2390
2392
  }
2391
- var ColumnDelete = /*#__PURE__*/React.forwardRef(function ColumnDelete(_ref94, ref) {
2393
+ var Column = /*#__PURE__*/React.forwardRef(function Column(_ref94, ref) {
2392
2394
  var children = _ref94.children,
2393
2395
  _ref94$size = _ref94.size,
2394
- size = _ref94$size === undefined ? 16 : _ref94$size,
2396
+ size = _ref94$size === void 0 ? 16 : _ref94$size,
2395
2397
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref94, _excluded94);
2396
2398
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2397
2399
  width: size,
@@ -2400,19 +2402,17 @@ var ColumnDelete = /*#__PURE__*/React.forwardRef(function ColumnDelete(_ref94, r
2400
2402
  xmlns: "http://www.w3.org/2000/svg",
2401
2403
  viewBox: "0 0 32 32",
2402
2404
  fill: "currentColor"
2403
- }, rest), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2404
- d: "M30 3.41L28.59 2 25 5.59 21.41 2 20 3.41 23.59 7 20 10.59 21.41 12 25 8.41 28.59 12 30 10.59 26.41 7 30 3.41z"
2405
- })), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2406
- d: "M24 14V28H18V6H16V28a2.0023 2.0023 0 002 2h6a2.0023 2.0023 0 002-2V14zM10 30H4a2.0021 2.0021 0 01-2-2V8A2.0021 2.0021 0 014 6h6a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0110 30zM4 8V28h6V8z"
2405
+ }, rest), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2406
+ d: "M24 4H26V28H24zM18 6V26H14V6h4m0-2H14a2 2 0 00-2 2V26a2 2 0 002 2h4a2 2 0 002-2V6a2 2 0 00-2-2zM6 4H8V28H6z"
2407
2407
  })), children);
2408
2408
  });
2409
2409
  if (process.env.NODE_ENV !== "production") {
2410
- ColumnDelete.propTypes = iconPropTypes4cbeb95d.i;
2410
+ Column.propTypes = iconPropTypes4cbeb95d.i;
2411
2411
  }
2412
- var ColumnInsert = /*#__PURE__*/React.forwardRef(function ColumnInsert(_ref95, ref) {
2412
+ var ColumnDelete = /*#__PURE__*/React.forwardRef(function ColumnDelete(_ref95, ref) {
2413
2413
  var children = _ref95.children,
2414
2414
  _ref95$size = _ref95.size,
2415
- size = _ref95$size === undefined ? 16 : _ref95$size,
2415
+ size = _ref95$size === void 0 ? 16 : _ref95$size,
2416
2416
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref95, _excluded95);
2417
2417
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2418
2418
  width: size,
@@ -2422,16 +2422,18 @@ var ColumnInsert = /*#__PURE__*/React.forwardRef(function ColumnInsert(_ref95, r
2422
2422
  viewBox: "0 0 32 32",
2423
2423
  fill: "currentColor"
2424
2424
  }, rest), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2425
- d: "M28 30H22a2.0021 2.0021 0 01-2-2V10a2.0021 2.0021 0 012-2h6a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0128 30zM22 10V28h6V10zM16 9L21.586 3.414 20.172 2 16 6.172 11.828 2 10.414 3.414 16 9zM10 30H4a2.0021 2.0021 0 01-2-2V10A2.0021 2.0021 0 014 8h6a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0110 30zM4 10V28h6V10z"
2425
+ d: "M30 3.41L28.59 2 25 5.59 21.41 2 20 3.41 23.59 7 20 10.59 21.41 12 25 8.41 28.59 12 30 10.59 26.41 7 30 3.41z"
2426
+ })), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2427
+ d: "M24 14V28H18V6H16V28a2.0023 2.0023 0 002 2h6a2.0023 2.0023 0 002-2V14zM10 30H4a2.0021 2.0021 0 01-2-2V8A2.0021 2.0021 0 014 6h6a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0110 30zM4 8V28h6V8z"
2426
2428
  })), children);
2427
2429
  });
2428
2430
  if (process.env.NODE_ENV !== "production") {
2429
- ColumnInsert.propTypes = iconPropTypes4cbeb95d.i;
2431
+ ColumnDelete.propTypes = iconPropTypes4cbeb95d.i;
2430
2432
  }
2431
- var ColumnDependency = /*#__PURE__*/React.forwardRef(function ColumnDependency(_ref96, ref) {
2433
+ var ColumnInsert = /*#__PURE__*/React.forwardRef(function ColumnInsert(_ref96, ref) {
2432
2434
  var children = _ref96.children,
2433
2435
  _ref96$size = _ref96.size,
2434
- size = _ref96$size === undefined ? 16 : _ref96$size,
2436
+ size = _ref96$size === void 0 ? 16 : _ref96$size,
2435
2437
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref96, _excluded96);
2436
2438
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2437
2439
  width: size,
@@ -2440,17 +2442,17 @@ var ColumnDependency = /*#__PURE__*/React.forwardRef(function ColumnDependency(_
2440
2442
  xmlns: "http://www.w3.org/2000/svg",
2441
2443
  viewBox: "0 0 32 32",
2442
2444
  fill: "currentColor"
2443
- }, rest), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2444
- d: "M30,10V2H22V5H17a2.0023,2.0023,0,0,0-2,2v8H10V12H2v8h8V17h5v8a2.0023,2.0023,0,0,0,2,2h5v3h8V22H22v3H17V17h5v3h8V12H22v3H17V7h5v3ZM8,18H4V14H8Zm16,6h4v4H24Zm0-10h4v4H24ZM24,4h4V8H24Z"
2445
+ }, rest), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2446
+ d: "M28 30H22a2.0021 2.0021 0 01-2-2V10a2.0021 2.0021 0 012-2h6a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0128 30zM22 10V28h6V10zM16 9L21.586 3.414 20.172 2 16 6.172 11.828 2 10.414 3.414 16 9zM10 30H4a2.0021 2.0021 0 01-2-2V10A2.0021 2.0021 0 014 8h6a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0110 30zM4 10V28h6V10z"
2445
2447
  })), children);
2446
2448
  });
2447
2449
  if (process.env.NODE_ENV !== "production") {
2448
- ColumnDependency.propTypes = iconPropTypes4cbeb95d.i;
2450
+ ColumnInsert.propTypes = iconPropTypes4cbeb95d.i;
2449
2451
  }
2450
- var Commit = /*#__PURE__*/React.forwardRef(function Commit(_ref97, ref) {
2452
+ var ColumnDependency = /*#__PURE__*/React.forwardRef(function ColumnDependency(_ref97, ref) {
2451
2453
  var children = _ref97.children,
2452
2454
  _ref97$size = _ref97.size,
2453
- size = _ref97$size === undefined ? 16 : _ref97$size,
2455
+ size = _ref97$size === void 0 ? 16 : _ref97$size,
2454
2456
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref97, _excluded97);
2455
2457
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2456
2458
  width: size,
@@ -2459,17 +2461,17 @@ var Commit = /*#__PURE__*/React.forwardRef(function Commit(_ref97, ref) {
2459
2461
  xmlns: "http://www.w3.org/2000/svg",
2460
2462
  viewBox: "0 0 32 32",
2461
2463
  fill: "currentColor"
2462
- }, rest), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2463
- d: "M30,15H21.91A5.9925,5.9925,0,0,0,10.09,15H2v2h8.09A5.9925,5.9925,0,0,0,21.91,17H30ZM16,20a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,20Z"
2464
+ }, rest), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2465
+ d: "M30,10V2H22V5H17a2.0023,2.0023,0,0,0-2,2v8H10V12H2v8h8V17h5v8a2.0023,2.0023,0,0,0,2,2h5v3h8V22H22v3H17V17h5v3h8V12H22v3H17V7h5v3ZM8,18H4V14H8Zm16,6h4v4H24Zm0-10h4v4H24ZM24,4h4V8H24Z"
2464
2466
  })), children);
2465
2467
  });
2466
2468
  if (process.env.NODE_ENV !== "production") {
2467
- Commit.propTypes = iconPropTypes4cbeb95d.i;
2469
+ ColumnDependency.propTypes = iconPropTypes4cbeb95d.i;
2468
2470
  }
2469
- var CommunicationUnified = /*#__PURE__*/React.forwardRef(function CommunicationUnified(_ref98, ref) {
2471
+ var Commit = /*#__PURE__*/React.forwardRef(function Commit(_ref98, ref) {
2470
2472
  var children = _ref98.children,
2471
2473
  _ref98$size = _ref98.size,
2472
- size = _ref98$size === undefined ? 16 : _ref98$size,
2474
+ size = _ref98$size === void 0 ? 16 : _ref98$size,
2473
2475
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref98, _excluded98);
2474
2476
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2475
2477
  width: size,
@@ -2478,17 +2480,17 @@ var CommunicationUnified = /*#__PURE__*/React.forwardRef(function CommunicationU
2478
2480
  xmlns: "http://www.w3.org/2000/svg",
2479
2481
  viewBox: "0 0 32 32",
2480
2482
  fill: "currentColor"
2481
- }, rest), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2482
- d: "M28 17H18a2.0025 2.0025 0 00-2 2v6a2.0025 2.0025 0 002 2h4V25H18V19H28v6H25.4648l-2.5937 3.8906L24.5352 30l2-3H28a2.0025 2.0025 0 002-2V19A2.0025 2.0025 0 0028 17zM8.6667 24.1086l.8614-.8615a.8334.8334 0 01.8988-.1844l1.0493.42A.8334.8334 0 0112 24.2561v1.9082a.8334.8334 0 01-.8786.8341c-7.3546-.4578-8.84-6.6863-9.1158-9.0723A.8316.8316 0 012.8343 17H4.7085a.8335.8335 0 01.7737.5238l.42 1.0493a.8332.8332 0 01-.1845.8988l-.8614.8614A4.5267 4.5267 0 008.6667 24.1086zM21 9H28V11H21zM21 5H30V7H21zM17 6L14 8.2V6a2.0024 2.0024 0 00-2-2H4A2.0024 2.0024 0 002 6v6a2.0024 2.0024 0 002 2h8a2.0024 2.0024 0 002-2V9.8L17 12zM4 12V6h8v6z"
2483
+ }, rest), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2484
+ d: "M30,15H21.91A5.9925,5.9925,0,0,0,10.09,15H2v2h8.09A5.9925,5.9925,0,0,0,21.91,17H30ZM16,20a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,20Z"
2483
2485
  })), children);
2484
2486
  });
2485
2487
  if (process.env.NODE_ENV !== "production") {
2486
- CommunicationUnified.propTypes = iconPropTypes4cbeb95d.i;
2488
+ Commit.propTypes = iconPropTypes4cbeb95d.i;
2487
2489
  }
2488
- var Compare = /*#__PURE__*/React.forwardRef(function Compare(_ref99, ref) {
2490
+ var CommunicationUnified = /*#__PURE__*/React.forwardRef(function CommunicationUnified(_ref99, ref) {
2489
2491
  var children = _ref99.children,
2490
2492
  _ref99$size = _ref99.size,
2491
- size = _ref99$size === undefined ? 16 : _ref99$size,
2493
+ size = _ref99$size === void 0 ? 16 : _ref99$size,
2492
2494
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref99, _excluded99);
2493
2495
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2494
2496
  width: size,
@@ -2497,17 +2499,17 @@ var Compare = /*#__PURE__*/React.forwardRef(function Compare(_ref99, ref) {
2497
2499
  xmlns: "http://www.w3.org/2000/svg",
2498
2500
  viewBox: "0 0 32 32",
2499
2501
  fill: "currentColor"
2500
- }, rest), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2501
- d: "M28,6H18V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V24a2,2,0,0,0,2,2H14v2a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM4,15h6.17L7.59,17.59,9,19l5-5L9,9,7.59,10.41,10.17,13H4V4H16V24H4ZM16,28V26a2,2,0,0,0,2-2V8H28v9H21.83l2.58-2.59L23,13l-5,5,5,5,1.41-1.41L21.83,19H28v9Z"
2502
+ }, rest), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2503
+ d: "M28 17H18a2.0025 2.0025 0 00-2 2v6a2.0025 2.0025 0 002 2h4V25H18V19H28v6H25.4648l-2.5937 3.8906L24.5352 30l2-3H28a2.0025 2.0025 0 002-2V19A2.0025 2.0025 0 0028 17zM8.6667 24.1086l.8614-.8615a.8334.8334 0 01.8988-.1844l1.0493.42A.8334.8334 0 0112 24.2561v1.9082a.8334.8334 0 01-.8786.8341c-7.3546-.4578-8.84-6.6863-9.1158-9.0723A.8316.8316 0 012.8343 17H4.7085a.8335.8335 0 01.7737.5238l.42 1.0493a.8332.8332 0 01-.1845.8988l-.8614.8614A4.5267 4.5267 0 008.6667 24.1086zM21 9H28V11H21zM21 5H30V7H21zM17 6L14 8.2V6a2.0024 2.0024 0 00-2-2H4A2.0024 2.0024 0 002 6v6a2.0024 2.0024 0 002 2h8a2.0024 2.0024 0 002-2V9.8L17 12zM4 12V6h8v6z"
2502
2504
  })), children);
2503
2505
  });
2504
2506
  if (process.env.NODE_ENV !== "production") {
2505
- Compare.propTypes = iconPropTypes4cbeb95d.i;
2507
+ CommunicationUnified.propTypes = iconPropTypes4cbeb95d.i;
2506
2508
  }
2507
- var Compass = /*#__PURE__*/React.forwardRef(function Compass(_ref100, ref) {
2509
+ var Compare = /*#__PURE__*/React.forwardRef(function Compare(_ref100, ref) {
2508
2510
  var children = _ref100.children,
2509
2511
  _ref100$size = _ref100.size,
2510
- size = _ref100$size === undefined ? 16 : _ref100$size,
2512
+ size = _ref100$size === void 0 ? 16 : _ref100$size,
2511
2513
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref100, _excluded100);
2512
2514
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2513
2515
  width: size,
@@ -2516,23 +2518,17 @@ var Compass = /*#__PURE__*/React.forwardRef(function Compass(_ref100, ref) {
2516
2518
  xmlns: "http://www.w3.org/2000/svg",
2517
2519
  viewBox: "0 0 32 32",
2518
2520
  fill: "currentColor"
2519
- }, rest), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2520
- d: "M16,4A12,12,0,1,1,4,16,12,12,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Z"
2521
- })), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2522
- d: "M23,10.41,21.59,9l-4.3,4.3a3,3,0,0,0-4,4L9,21.59,10.41,23l4.3-4.3a3,3,0,0,0,4-4ZM17,16a1,1,0,1,1-1-1A1,1,0,0,1,17,16Z"
2523
- })), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
2524
- cx: "16",
2525
- cy: "7.5",
2526
- r: "1.5"
2521
+ }, rest), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2522
+ d: "M28,6H18V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V24a2,2,0,0,0,2,2H14v2a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM4,15h6.17L7.59,17.59,9,19l5-5L9,9,7.59,10.41,10.17,13H4V4H16V24H4ZM16,28V26a2,2,0,0,0,2-2V8H28v9H21.83l2.58-2.59L23,13l-5,5,5,5,1.41-1.41L21.83,19H28v9Z"
2527
2523
  })), children);
2528
2524
  });
2529
2525
  if (process.env.NODE_ENV !== "production") {
2530
- Compass.propTypes = iconPropTypes4cbeb95d.i;
2526
+ Compare.propTypes = iconPropTypes4cbeb95d.i;
2531
2527
  }
2532
- var QComposerEdit = /*#__PURE__*/React.forwardRef(function QComposerEdit(_ref101, ref) {
2528
+ var Compass = /*#__PURE__*/React.forwardRef(function Compass(_ref101, ref) {
2533
2529
  var children = _ref101.children,
2534
2530
  _ref101$size = _ref101.size,
2535
- size = _ref101$size === undefined ? 16 : _ref101$size,
2531
+ size = _ref101$size === void 0 ? 16 : _ref101$size,
2536
2532
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref101, _excluded101);
2537
2533
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2538
2534
  width: size,
@@ -2542,16 +2538,22 @@ var QComposerEdit = /*#__PURE__*/React.forwardRef(function QComposerEdit(_ref101
2542
2538
  viewBox: "0 0 32 32",
2543
2539
  fill: "currentColor"
2544
2540
  }, rest), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2545
- d: "M25.82,10H30V8H25.82a3,3,0,0,0-5.64,0H13V5H5V8H2v2H5v3h8V10h7.18A3,3,0,0,0,22,11.82v7.32A4,4,0,0,0,19.14,22H2v2H19.14a4,4,0,0,0,7.72,0H30V22H26.86A4,4,0,0,0,24,19.14V11.82A3,3,0,0,0,25.82,10ZM11,11H7V7h4ZM25,23a2,2,0,1,1-2-2A2,2,0,0,1,25,23Z"
2541
+ d: "M16,4A12,12,0,1,1,4,16,12,12,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Z"
2542
+ })), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2543
+ d: "M23,10.41,21.59,9l-4.3,4.3a3,3,0,0,0-4,4L9,21.59,10.41,23l4.3-4.3a3,3,0,0,0,4-4ZM17,16a1,1,0,1,1-1-1A1,1,0,0,1,17,16Z"
2544
+ })), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
2545
+ cx: "16",
2546
+ cy: "7.5",
2547
+ r: "1.5"
2546
2548
  })), children);
2547
2549
  });
2548
2550
  if (process.env.NODE_ENV !== "production") {
2549
- QComposerEdit.propTypes = iconPropTypes4cbeb95d.i;
2551
+ Compass.propTypes = iconPropTypes4cbeb95d.i;
2550
2552
  }
2551
- var Concept = /*#__PURE__*/React.forwardRef(function Concept(_ref102, ref) {
2553
+ var QComposerEdit = /*#__PURE__*/React.forwardRef(function QComposerEdit(_ref102, ref) {
2552
2554
  var children = _ref102.children,
2553
2555
  _ref102$size = _ref102.size,
2554
- size = _ref102$size === undefined ? 16 : _ref102$size,
2556
+ size = _ref102$size === void 0 ? 16 : _ref102$size,
2555
2557
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref102, _excluded102);
2556
2558
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2557
2559
  width: size,
@@ -2560,17 +2562,17 @@ var Concept = /*#__PURE__*/React.forwardRef(function Concept(_ref102, ref) {
2560
2562
  xmlns: "http://www.w3.org/2000/svg",
2561
2563
  viewBox: "0 0 32 32",
2562
2564
  fill: "currentColor"
2563
- }, rest), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2564
- d: "M20.8851,19.4711a5.9609,5.9609,0,0,0,0-6.9422L23,10.4141l1.293,1.2929a.9995.9995,0,0,0,1.414,0l4-4a.9994.9994,0,0,0,0-1.414l-4-4a.9994.9994,0,0,0-1.414,0l-4,4a.9994.9994,0,0,0,0,1.414L21.5859,9l-2.1148,2.1149a5.9609,5.9609,0,0,0-6.9422,0L10,8.5859V2H2v8H8.5859l2.529,2.5289a5.9609,5.9609,0,0,0,0,6.9422L9,21.5859,7.707,20.293a.9994.9994,0,0,0-1.414,0l-4,4a.9994.9994,0,0,0,0,1.414l4,4a.9995.9995,0,0,0,1.414,0l4-4a.9994.9994,0,0,0,0-1.414L10.4141,23l2.1148-2.1149a5.9609,5.9609,0,0,0,6.9422,0L22,23.4141V30h8V22H23.4141ZM25,4.4141,27.5859,7,25,9.5859,22.4141,7ZM7,27.5859,4.4141,25,7,22.4141,9.5859,25ZM8,8H4V4H8Zm4,8a4,4,0,1,1,4,4A4.0045,4.0045,0,0,1,12,16Zm12,8h4v4H24Z"
2565
+ }, rest), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2566
+ d: "M25.82,10H30V8H25.82a3,3,0,0,0-5.64,0H13V5H5V8H2v2H5v3h8V10h7.18A3,3,0,0,0,22,11.82v7.32A4,4,0,0,0,19.14,22H2v2H19.14a4,4,0,0,0,7.72,0H30V22H26.86A4,4,0,0,0,24,19.14V11.82A3,3,0,0,0,25.82,10ZM11,11H7V7h4ZM25,23a2,2,0,1,1-2-2A2,2,0,0,1,25,23Z"
2565
2567
  })), children);
2566
2568
  });
2567
2569
  if (process.env.NODE_ENV !== "production") {
2568
- Concept.propTypes = iconPropTypes4cbeb95d.i;
2570
+ QComposerEdit.propTypes = iconPropTypes4cbeb95d.i;
2569
2571
  }
2570
- var ConditionPoint = /*#__PURE__*/React.forwardRef(function ConditionPoint(_ref103, ref) {
2572
+ var Concept = /*#__PURE__*/React.forwardRef(function Concept(_ref103, ref) {
2571
2573
  var children = _ref103.children,
2572
2574
  _ref103$size = _ref103.size,
2573
- size = _ref103$size === undefined ? 16 : _ref103$size,
2575
+ size = _ref103$size === void 0 ? 16 : _ref103$size,
2574
2576
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref103, _excluded103);
2575
2577
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2576
2578
  width: size,
@@ -2579,20 +2581,17 @@ var ConditionPoint = /*#__PURE__*/React.forwardRef(function ConditionPoint(_ref1
2579
2581
  xmlns: "http://www.w3.org/2000/svg",
2580
2582
  viewBox: "0 0 32 32",
2581
2583
  fill: "currentColor"
2582
- }, rest), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2583
- d: "M10.343 10.343H21.657V21.657H10.343z",
2584
- transform: "rotate(-45 16 16)"
2585
- })), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2586
- d: "M29.3906,14.5269,17.4731,2.6094a2.0852,2.0852,0,0,0-2.9462,0L2.6094,14.5269a2.0852,2.0852,0,0,0,0,2.9462L14.5269,29.3906a2.0852,2.0852,0,0,0,2.9462,0L29.3906,17.4731a2.0852,2.0852,0,0,0,0-2.9462ZM16,28.0356,3.9646,16,16,3.9644,28.0356,16Z"
2584
+ }, rest), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2585
+ d: "M20.8851,19.4711a5.9609,5.9609,0,0,0,0-6.9422L23,10.4141l1.293,1.2929a.9995.9995,0,0,0,1.414,0l4-4a.9994.9994,0,0,0,0-1.414l-4-4a.9994.9994,0,0,0-1.414,0l-4,4a.9994.9994,0,0,0,0,1.414L21.5859,9l-2.1148,2.1149a5.9609,5.9609,0,0,0-6.9422,0L10,8.5859V2H2v8H8.5859l2.529,2.5289a5.9609,5.9609,0,0,0,0,6.9422L9,21.5859,7.707,20.293a.9994.9994,0,0,0-1.414,0l-4,4a.9994.9994,0,0,0,0,1.414l4,4a.9995.9995,0,0,0,1.414,0l4-4a.9994.9994,0,0,0,0-1.414L10.4141,23l2.1148-2.1149a5.9609,5.9609,0,0,0,6.9422,0L22,23.4141V30h8V22H23.4141ZM25,4.4141,27.5859,7,25,9.5859,22.4141,7ZM7,27.5859,4.4141,25,7,22.4141,9.5859,25ZM8,8H4V4H8Zm4,8a4,4,0,1,1,4,4A4.0045,4.0045,0,0,1,12,16Zm12,8h4v4H24Z"
2587
2586
  })), children);
2588
2587
  });
2589
2588
  if (process.env.NODE_ENV !== "production") {
2590
- ConditionPoint.propTypes = iconPropTypes4cbeb95d.i;
2589
+ Concept.propTypes = iconPropTypes4cbeb95d.i;
2591
2590
  }
2592
- var ConditionWaitPoint = /*#__PURE__*/React.forwardRef(function ConditionWaitPoint(_ref104, ref) {
2591
+ var ConditionPoint = /*#__PURE__*/React.forwardRef(function ConditionPoint(_ref104, ref) {
2593
2592
  var children = _ref104.children,
2594
2593
  _ref104$size = _ref104.size,
2595
- size = _ref104$size === undefined ? 16 : _ref104$size,
2594
+ size = _ref104$size === void 0 ? 16 : _ref104$size,
2596
2595
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref104, _excluded104);
2597
2596
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2598
2597
  width: size,
@@ -2605,16 +2604,16 @@ var ConditionWaitPoint = /*#__PURE__*/React.forwardRef(function ConditionWaitPoi
2605
2604
  d: "M10.343 10.343H21.657V21.657H10.343z",
2606
2605
  transform: "rotate(-45 16 16)"
2607
2606
  })), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2608
- d: "M16,4A12,12,0,1,1,4,16,12.0136,12.0136,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Z"
2607
+ d: "M29.3906,14.5269,17.4731,2.6094a2.0852,2.0852,0,0,0-2.9462,0L2.6094,14.5269a2.0852,2.0852,0,0,0,0,2.9462L14.5269,29.3906a2.0852,2.0852,0,0,0,2.9462,0L29.3906,17.4731a2.0852,2.0852,0,0,0,0-2.9462ZM16,28.0356,3.9646,16,16,3.9644,28.0356,16Z"
2609
2608
  })), children);
2610
2609
  });
2611
2610
  if (process.env.NODE_ENV !== "production") {
2612
- ConditionWaitPoint.propTypes = iconPropTypes4cbeb95d.i;
2611
+ ConditionPoint.propTypes = iconPropTypes4cbeb95d.i;
2613
2612
  }
2614
- var Connect = /*#__PURE__*/React.forwardRef(function Connect(_ref105, ref) {
2613
+ var ConditionWaitPoint = /*#__PURE__*/React.forwardRef(function ConditionWaitPoint(_ref105, ref) {
2615
2614
  var children = _ref105.children,
2616
2615
  _ref105$size = _ref105.size,
2617
- size = _ref105$size === undefined ? 16 : _ref105$size,
2616
+ size = _ref105$size === void 0 ? 16 : _ref105$size,
2618
2617
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref105, _excluded105);
2619
2618
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2620
2619
  width: size,
@@ -2624,17 +2623,19 @@ var Connect = /*#__PURE__*/React.forwardRef(function Connect(_ref105, ref) {
2624
2623
  viewBox: "0 0 32 32",
2625
2624
  fill: "currentColor"
2626
2625
  }, rest), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2627
- d: "M23,16a7,7,0,0,0-4.18,1.39L14.6,13.17A6.86,6.86,0,0,0,16,9a7,7,0,1,0-2.81,5.59l4.21,4.22A7,7,0,1,0,23,16ZM4,9a5,5,0,1,1,5,5A5,5,0,0,1,4,9Z",
2628
- transform: "translate(0 .01)"
2626
+ d: "M10.343 10.343H21.657V21.657H10.343z",
2627
+ transform: "rotate(-45 16 16)"
2628
+ })), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2629
+ d: "M16,4A12,12,0,1,1,4,16,12.0136,12.0136,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Z"
2629
2630
  })), children);
2630
2631
  });
2631
2632
  if (process.env.NODE_ENV !== "production") {
2632
- Connect.propTypes = iconPropTypes4cbeb95d.i;
2633
+ ConditionWaitPoint.propTypes = iconPropTypes4cbeb95d.i;
2633
2634
  }
2634
- var ConnectRecursive = /*#__PURE__*/React.forwardRef(function ConnectRecursive(_ref106, ref) {
2635
+ var Connect = /*#__PURE__*/React.forwardRef(function Connect(_ref106, ref) {
2635
2636
  var children = _ref106.children,
2636
2637
  _ref106$size = _ref106.size,
2637
- size = _ref106$size === undefined ? 16 : _ref106$size,
2638
+ size = _ref106$size === void 0 ? 16 : _ref106$size,
2638
2639
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref106, _excluded106);
2639
2640
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2640
2641
  width: size,
@@ -2643,17 +2644,18 @@ var ConnectRecursive = /*#__PURE__*/React.forwardRef(function ConnectRecursive(_
2643
2644
  xmlns: "http://www.w3.org/2000/svg",
2644
2645
  viewBox: "0 0 32 32",
2645
2646
  fill: "currentColor"
2646
- }, rest), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2647
- d: "M28,7H13.8281l3.586-3.5859L16,2,10,8l6,6,1.4141-1.4141L13.8281,9H28V20H11.8989A5.0145,5.0145,0,0,0,8,16.1011V2H6V16.1011a5,5,0,0,0,0,9.7978V30H8V25.8989A5.0145,5.0145,0,0,0,11.8989,22H28a2.0023,2.0023,0,0,0,2-2V9A2.0023,2.0023,0,0,0,28,7ZM7,24a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,7,24Z"
2647
+ }, rest), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2648
+ d: "M23,16a7,7,0,0,0-4.18,1.39L14.6,13.17A6.86,6.86,0,0,0,16,9a7,7,0,1,0-2.81,5.59l4.21,4.22A7,7,0,1,0,23,16ZM4,9a5,5,0,1,1,5,5A5,5,0,0,1,4,9Z",
2649
+ transform: "translate(0 .01)"
2648
2650
  })), children);
2649
2651
  });
2650
2652
  if (process.env.NODE_ENV !== "production") {
2651
- ConnectRecursive.propTypes = iconPropTypes4cbeb95d.i;
2653
+ Connect.propTypes = iconPropTypes4cbeb95d.i;
2652
2654
  }
2653
- var ConnectReference = /*#__PURE__*/React.forwardRef(function ConnectReference(_ref107, ref) {
2655
+ var ConnectRecursive = /*#__PURE__*/React.forwardRef(function ConnectRecursive(_ref107, ref) {
2654
2656
  var children = _ref107.children,
2655
2657
  _ref107$size = _ref107.size,
2656
- size = _ref107$size === undefined ? 16 : _ref107$size,
2658
+ size = _ref107$size === void 0 ? 16 : _ref107$size,
2657
2659
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref107, _excluded107);
2658
2660
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2659
2661
  width: size,
@@ -2662,19 +2664,17 @@ var ConnectReference = /*#__PURE__*/React.forwardRef(function ConnectReference(_
2662
2664
  xmlns: "http://www.w3.org/2000/svg",
2663
2665
  viewBox: "0 0 32 32",
2664
2666
  fill: "currentColor"
2665
- }, rest), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2666
- d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
2667
- })), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2668
- d: "M23,16c-1.5696,0-3.0124,.5159-4.1813,1.3919l-4.2173-4.2174c.876-1.1689,1.3986-2.6048,1.3986-4.1745,0-3.8599-3.1406-7-7-7S2,5.1401,2,9s3.1406,7,7,7c1.5696,0,3.0184-.5355,4.1873-1.4114l4.2173,4.2174c-.8759,1.1689-1.4046,2.6243-1.4046,4.194,0,3.8599,3.1406,7,7,7s7-3.1401,7-7-3.1406-7-7-7ZM4,9c0-2.7568,2.2432-5,5-5s5,2.2432,5,5-2.2432,5-5,5-5-2.2432-5-5Z"
2667
+ }, rest), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2668
+ d: "M28,7H13.8281l3.586-3.5859L16,2,10,8l6,6,1.4141-1.4141L13.8281,9H28V20H11.8989A5.0145,5.0145,0,0,0,8,16.1011V2H6V16.1011a5,5,0,0,0,0,9.7978V30H8V25.8989A5.0145,5.0145,0,0,0,11.8989,22H28a2.0023,2.0023,0,0,0,2-2V9A2.0023,2.0023,0,0,0,28,7ZM7,24a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,7,24Z"
2669
2669
  })), children);
2670
2670
  });
2671
2671
  if (process.env.NODE_ENV !== "production") {
2672
- ConnectReference.propTypes = iconPropTypes4cbeb95d.i;
2672
+ ConnectRecursive.propTypes = iconPropTypes4cbeb95d.i;
2673
2673
  }
2674
- var ConnectSource = /*#__PURE__*/React.forwardRef(function ConnectSource(_ref108, ref) {
2674
+ var ConnectReference = /*#__PURE__*/React.forwardRef(function ConnectReference(_ref108, ref) {
2675
2675
  var children = _ref108.children,
2676
2676
  _ref108$size = _ref108.size,
2677
- size = _ref108$size === undefined ? 16 : _ref108$size,
2677
+ size = _ref108$size === void 0 ? 16 : _ref108$size,
2678
2678
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref108, _excluded108);
2679
2679
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2680
2680
  width: size,
@@ -2684,16 +2684,18 @@ var ConnectSource = /*#__PURE__*/React.forwardRef(function ConnectSource(_ref108
2684
2684
  viewBox: "0 0 32 32",
2685
2685
  fill: "currentColor"
2686
2686
  }, rest), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2687
- d: "M24,10l-1.4141,1.4141L26.1719,15H11.8989A5.0145,5.0145,0,0,0,8,11.1011V2H6v9.1011a5,5,0,0,0,0,9.7978V30H8V20.8989A5.0145,5.0145,0,0,0,11.8989,17h14.273l-3.586,3.5859L24,22l6-6ZM7,19a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,7,19Z"
2687
+ d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
2688
+ })), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2689
+ d: "M23,16c-1.5696,0-3.0124,.5159-4.1813,1.3919l-4.2173-4.2174c.876-1.1689,1.3986-2.6048,1.3986-4.1745,0-3.8599-3.1406-7-7-7S2,5.1401,2,9s3.1406,7,7,7c1.5696,0,3.0184-.5355,4.1873-1.4114l4.2173,4.2174c-.8759,1.1689-1.4046,2.6243-1.4046,4.194,0,3.8599,3.1406,7,7,7s7-3.1401,7-7-3.1406-7-7-7ZM4,9c0-2.7568,2.2432-5,5-5s5,2.2432,5,5-2.2432,5-5,5-5-2.2432-5-5Z"
2688
2690
  })), children);
2689
2691
  });
2690
2692
  if (process.env.NODE_ENV !== "production") {
2691
- ConnectSource.propTypes = iconPropTypes4cbeb95d.i;
2693
+ ConnectReference.propTypes = iconPropTypes4cbeb95d.i;
2692
2694
  }
2693
- var ConnectTarget = /*#__PURE__*/React.forwardRef(function ConnectTarget(_ref109, ref) {
2695
+ var ConnectSource = /*#__PURE__*/React.forwardRef(function ConnectSource(_ref109, ref) {
2694
2696
  var children = _ref109.children,
2695
2697
  _ref109$size = _ref109.size,
2696
- size = _ref109$size === undefined ? 16 : _ref109$size,
2698
+ size = _ref109$size === void 0 ? 16 : _ref109$size,
2697
2699
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref109, _excluded109);
2698
2700
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2699
2701
  width: size,
@@ -2702,17 +2704,17 @@ var ConnectTarget = /*#__PURE__*/React.forwardRef(function ConnectTarget(_ref109
2702
2704
  xmlns: "http://www.w3.org/2000/svg",
2703
2705
  viewBox: "0 0 32 32",
2704
2706
  fill: "currentColor"
2705
- }, rest), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2706
- d: "M28 2H30V30H28zM20 10l-1.4141 1.4141L22.1719 15H11.8989a5 5 0 100 2h10.273l-3.586 3.5859L20 22l6-6zM7 19a3 3 0 113-3A3.0033 3.0033 0 017 19z"
2707
+ }, rest), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2708
+ d: "M24,10l-1.4141,1.4141L26.1719,15H11.8989A5.0145,5.0145,0,0,0,8,11.1011V2H6v9.1011a5,5,0,0,0,0,9.7978V30H8V20.8989A5.0145,5.0145,0,0,0,11.8989,17h14.273l-3.586,3.5859L24,22l6-6ZM7,19a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,7,19Z"
2707
2709
  })), children);
2708
2710
  });
2709
2711
  if (process.env.NODE_ENV !== "production") {
2710
- ConnectTarget.propTypes = iconPropTypes4cbeb95d.i;
2712
+ ConnectSource.propTypes = iconPropTypes4cbeb95d.i;
2711
2713
  }
2712
- var ConnectionReceive = /*#__PURE__*/React.forwardRef(function ConnectionReceive(_ref110, ref) {
2714
+ var ConnectTarget = /*#__PURE__*/React.forwardRef(function ConnectTarget(_ref110, ref) {
2713
2715
  var children = _ref110.children,
2714
2716
  _ref110$size = _ref110.size,
2715
- size = _ref110$size === undefined ? 16 : _ref110$size,
2717
+ size = _ref110$size === void 0 ? 16 : _ref110$size,
2716
2718
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref110, _excluded110);
2717
2719
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2718
2720
  width: size,
@@ -2721,19 +2723,17 @@ var ConnectionReceive = /*#__PURE__*/React.forwardRef(function ConnectionReceive
2721
2723
  xmlns: "http://www.w3.org/2000/svg",
2722
2724
  viewBox: "0 0 32 32",
2723
2725
  fill: "currentColor"
2724
- }, rest), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2725
- d: "M8 8H10V12H8zM8 14H10V18H8zM14 8H16V12H14zM14 14H16V18H14zM8 20H10V24H8zM14 20H16V24H14zM30 14L21.83 14 24.41 16.59 23 18 18 13 23 8 24.41 9.41 21.83 12 30 12 30 14z"
2726
- })), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2727
- d: "M28,20v8H22V20H20v8H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V20Z"
2726
+ }, rest), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2727
+ d: "M28 2H30V30H28zM20 10l-1.4141 1.4141L22.1719 15H11.8989a5 5 0 100 2h10.273l-3.586 3.5859L20 22l6-6zM7 19a3 3 0 113-3A3.0033 3.0033 0 017 19z"
2728
2728
  })), children);
2729
2729
  });
2730
2730
  if (process.env.NODE_ENV !== "production") {
2731
- ConnectionReceive.propTypes = iconPropTypes4cbeb95d.i;
2731
+ ConnectTarget.propTypes = iconPropTypes4cbeb95d.i;
2732
2732
  }
2733
- var ConnectionSend = /*#__PURE__*/React.forwardRef(function ConnectionSend(_ref111, ref) {
2733
+ var ConnectionReceive = /*#__PURE__*/React.forwardRef(function ConnectionReceive(_ref111, ref) {
2734
2734
  var children = _ref111.children,
2735
2735
  _ref111$size = _ref111.size,
2736
- size = _ref111$size === undefined ? 16 : _ref111$size,
2736
+ size = _ref111$size === void 0 ? 16 : _ref111$size,
2737
2737
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref111, _excluded111);
2738
2738
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2739
2739
  width: size,
@@ -2743,18 +2743,18 @@ var ConnectionSend = /*#__PURE__*/React.forwardRef(function ConnectionSend(_ref1
2743
2743
  viewBox: "0 0 32 32",
2744
2744
  fill: "currentColor"
2745
2745
  }, rest), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
2746
- d: "M8 8H10V12H8zM8 14H10V18H8zM14 8H16V12H14zM14 14H16V18H14zM8 20H10V24H8zM14 20H16V24H14zM18 14L26.17 14 23.59 16.59 25 18 30 13 25 8 23.59 9.41 26.17 12 18 12 18 14z"
2746
+ d: "M8 8H10V12H8zM8 14H10V18H8zM14 8H16V12H14zM14 14H16V18H14zM8 20H10V24H8zM14 20H16V24H14zM30 14L21.83 14 24.41 16.59 23 18 18 13 23 8 24.41 9.41 21.83 12 30 12 30 14z"
2747
2747
  })), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2748
2748
  d: "M28,20v8H22V20H20v8H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V20Z"
2749
2749
  })), children);
2750
2750
  });
2751
2751
  if (process.env.NODE_ENV !== "production") {
2752
- ConnectionSend.propTypes = iconPropTypes4cbeb95d.i;
2752
+ ConnectionReceive.propTypes = iconPropTypes4cbeb95d.i;
2753
2753
  }
2754
- var ConnectionTwoWay = /*#__PURE__*/React.forwardRef(function ConnectionTwoWay(_ref112, ref) {
2754
+ var ConnectionSend = /*#__PURE__*/React.forwardRef(function ConnectionSend(_ref112, ref) {
2755
2755
  var children = _ref112.children,
2756
2756
  _ref112$size = _ref112.size,
2757
- size = _ref112$size === undefined ? 16 : _ref112$size,
2757
+ size = _ref112$size === void 0 ? 16 : _ref112$size,
2758
2758
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref112, _excluded112);
2759
2759
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2760
2760
  width: size,
@@ -2764,18 +2764,18 @@ var ConnectionTwoWay = /*#__PURE__*/React.forwardRef(function ConnectionTwoWay(_
2764
2764
  viewBox: "0 0 32 32",
2765
2765
  fill: "currentColor"
2766
2766
  }, rest), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
2767
- d: "M8 8H10V12H8zM8 14H10V18H8zM14 8H16V12H14zM14 14H16V18H14zM8 20H10V24H8zM14 20H16V24H14zM30 22L21.83 22 24.41 24.59 23 26 18 21 23 16 24.41 17.41 21.83 20 30 20 30 22zM19 12L27.17 12 24.59 14.59 26 16 31 11 26 6 24.59 7.41 27.17 10 19 10 19 12z"
2767
+ d: "M8 8H10V12H8zM8 14H10V18H8zM14 8H16V12H14zM14 14H16V18H14zM8 20H10V24H8zM14 20H16V24H14zM18 14L26.17 14 23.59 16.59 25 18 30 13 25 8 23.59 9.41 26.17 12 18 12 18 14z"
2768
2768
  })), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
2769
- d: "M28,26v2H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V26Z"
2769
+ d: "M28,20v8H22V20H20v8H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V20Z"
2770
2770
  })), children);
2771
2771
  });
2772
2772
  if (process.env.NODE_ENV !== "production") {
2773
- ConnectionTwoWay.propTypes = iconPropTypes4cbeb95d.i;
2773
+ ConnectionSend.propTypes = iconPropTypes4cbeb95d.i;
2774
2774
  }
2775
- var ConnectionUsage = /*#__PURE__*/React.forwardRef(function ConnectionUsage(_ref113, ref) {
2775
+ var ConnectionTwoWay = /*#__PURE__*/React.forwardRef(function ConnectionTwoWay(_ref113, ref) {
2776
2776
  var children = _ref113.children,
2777
2777
  _ref113$size = _ref113.size,
2778
- size = _ref113$size === undefined ? 16 : _ref113$size,
2778
+ size = _ref113$size === void 0 ? 16 : _ref113$size,
2779
2779
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref113, _excluded113);
2780
2780
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2781
2781
  width: size,
@@ -2785,17 +2785,18 @@ var ConnectionUsage = /*#__PURE__*/React.forwardRef(function ConnectionUsage(_re
2785
2785
  viewBox: "0 0 32 32",
2786
2786
  fill: "currentColor"
2787
2787
  }, rest), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
2788
- strokeWidth: "0",
2789
- d: "m17,26V6c0-1.1046-.8954-2-2-2H4v2h11v20c0,1.1046.8954,2,2,2h11v-2h-11Z"
2788
+ d: "M8 8H10V12H8zM8 14H10V18H8zM14 8H16V12H14zM14 14H16V18H14zM8 20H10V24H8zM14 20H16V24H14zM30 22L21.83 22 24.41 24.59 23 26 18 21 23 16 24.41 17.41 21.83 20 30 20 30 22zM19 12L27.17 12 24.59 14.59 26 16 31 11 26 6 24.59 7.41 27.17 10 19 10 19 12z"
2789
+ })), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
2790
+ d: "M28,26v2H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V26Z"
2790
2791
  })), children);
2791
2792
  });
2792
2793
  if (process.env.NODE_ENV !== "production") {
2793
- ConnectionUsage.propTypes = iconPropTypes4cbeb95d.i;
2794
+ ConnectionTwoWay.propTypes = iconPropTypes4cbeb95d.i;
2794
2795
  }
2795
- var ConnectionFlowUsage = /*#__PURE__*/React.forwardRef(function ConnectionFlowUsage(_ref114, ref) {
2796
+ var ConnectionUsage = /*#__PURE__*/React.forwardRef(function ConnectionUsage(_ref114, ref) {
2796
2797
  var children = _ref114.children,
2797
2798
  _ref114$size = _ref114.size,
2798
- size = _ref114$size === undefined ? 16 : _ref114$size,
2799
+ size = _ref114$size === void 0 ? 16 : _ref114$size,
2799
2800
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref114, _excluded114);
2800
2801
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2801
2802
  width: size,
@@ -2804,18 +2805,18 @@ var ConnectionFlowUsage = /*#__PURE__*/React.forwardRef(function ConnectionFlowU
2804
2805
  xmlns: "http://www.w3.org/2000/svg",
2805
2806
  viewBox: "0 0 32 32",
2806
2807
  fill: "currentColor"
2807
- }, rest), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
2808
+ }, rest), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
2808
2809
  strokeWidth: "0",
2809
- d: "m22,16l-1.4141,1.4141,4.5859,4.5859h-10.1719V5c0-1.1046-.8954-2-2-2H3v2h10v17c0,1.1046.8954,2,2,2h10.1719l-4.5859,4.5859,1.4141,1.4141,7-7-7-7Z"
2810
+ d: "m17,26V6c0-1.1046-.8954-2-2-2H4v2h11v20c0,1.1046.8954,2,2,2h11v-2h-11Z"
2810
2811
  })), children);
2811
2812
  });
2812
2813
  if (process.env.NODE_ENV !== "production") {
2813
- ConnectionFlowUsage.propTypes = iconPropTypes4cbeb95d.i;
2814
+ ConnectionUsage.propTypes = iconPropTypes4cbeb95d.i;
2814
2815
  }
2815
- var ConnectionSignal = /*#__PURE__*/React.forwardRef(function ConnectionSignal(_ref115, ref) {
2816
+ var ConnectionFlowUsage = /*#__PURE__*/React.forwardRef(function ConnectionFlowUsage(_ref115, ref) {
2816
2817
  var children = _ref115.children,
2817
2818
  _ref115$size = _ref115.size,
2818
- size = _ref115$size === undefined ? 16 : _ref115$size,
2819
+ size = _ref115$size === void 0 ? 16 : _ref115$size,
2819
2820
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref115, _excluded115);
2820
2821
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2821
2822
  width: size,
@@ -2824,19 +2825,18 @@ var ConnectionSignal = /*#__PURE__*/React.forwardRef(function ConnectionSignal(_
2824
2825
  xmlns: "http://www.w3.org/2000/svg",
2825
2826
  viewBox: "0 0 32 32",
2826
2827
  fill: "currentColor"
2827
- }, rest), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
2828
- d: "M15 12H17V30H15zM11.33 18.22a7 7 0 010-10.44l1.34 1.49a5 5 0 000 7.46zM20.67 18.22l-1.34-1.49a5 5 0 000-7.46l1.34-1.49a7 7 0 010 10.44z"
2829
- })), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
2830
- d: "M8.4 21.8a11 11 0 010-17.6L9.6 5.8a9 9 0 000 14.4zM23.6 21.8l-1.2-1.6a9 9 0 000-14.4l1.2-1.6a11 11 0 010 17.6z"
2828
+ }, rest), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
2829
+ strokeWidth: "0",
2830
+ d: "m22,16l-1.4141,1.4141,4.5859,4.5859h-10.1719V5c0-1.1046-.8954-2-2-2H3v2h10v17c0,1.1046.8954,2,2,2h10.1719l-4.5859,4.5859,1.4141,1.4141,7-7-7-7Z"
2831
2831
  })), children);
2832
2832
  });
2833
2833
  if (process.env.NODE_ENV !== "production") {
2834
- ConnectionSignal.propTypes = iconPropTypes4cbeb95d.i;
2834
+ ConnectionFlowUsage.propTypes = iconPropTypes4cbeb95d.i;
2835
2835
  }
2836
- var ConnectionSignalOff = /*#__PURE__*/React.forwardRef(function ConnectionSignalOff(_ref116, ref) {
2836
+ var ConnectionSignal = /*#__PURE__*/React.forwardRef(function ConnectionSignal(_ref116, ref) {
2837
2837
  var children = _ref116.children,
2838
2838
  _ref116$size = _ref116.size,
2839
- size = _ref116$size === undefined ? 16 : _ref116$size,
2839
+ size = _ref116$size === void 0 ? 16 : _ref116$size,
2840
2840
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref116, _excluded116);
2841
2841
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2842
2842
  width: size,
@@ -2846,18 +2846,18 @@ var ConnectionSignalOff = /*#__PURE__*/React.forwardRef(function ConnectionSigna
2846
2846
  viewBox: "0 0 32 32",
2847
2847
  fill: "currentColor"
2848
2848
  }, rest), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
2849
- d: "M26,13a8.9089,8.9089,0,0,1-2.5249,6.2339l1.4133,1.4131A10.9795,10.9795,0,0,0,23.6006,4.2l-1.2012,1.6A8.932,8.932,0,0,1,26,13Z"
2849
+ d: "M15 12H17V30H15zM11.33 18.22a7 7 0 010-10.44l1.34 1.49a5 5 0 000 7.46zM20.67 18.22l-1.34-1.49a5 5 0 000-7.46l1.34-1.49a7 7 0 010 10.44z"
2850
2850
  })), _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
2851
- d: "M21 13a5.0022 5.0022 0 01-.9023 2.8564l1.4277 1.4278a6.9831 6.9831 0 00-.8584-9.5015l-1.334 1.49A5.0077 5.0077 0 0121 13zM30 28.5859L3.4143 2 2 3.4141l3.71 3.71A10.9824 10.9824 0 008.3994 21.8008l1.2012-1.6A8.9678 8.9678 0 017.1714 8.5854l2.1963 2.1963a6.9664 6.9664 0 001.9648 7.4351l1.334-1.49A5.0072 5.0072 0 0111 13a4.8854 4.8854 0 01.0393-.5464L15 16.4141V30h2V18.4141L28.5857 30z"
2851
+ d: "M8.4 21.8a11 11 0 010-17.6L9.6 5.8a9 9 0 000 14.4zM23.6 21.8l-1.2-1.6a9 9 0 000-14.4l1.2-1.6a11 11 0 010 17.6z"
2852
2852
  })), children);
2853
2853
  });
2854
2854
  if (process.env.NODE_ENV !== "production") {
2855
- ConnectionSignalOff.propTypes = iconPropTypes4cbeb95d.i;
2855
+ ConnectionSignal.propTypes = iconPropTypes4cbeb95d.i;
2856
2856
  }
2857
- var Constraint = /*#__PURE__*/React.forwardRef(function Constraint(_ref117, ref) {
2857
+ var ConnectionSignalOff = /*#__PURE__*/React.forwardRef(function ConnectionSignalOff(_ref117, ref) {
2858
2858
  var children = _ref117.children,
2859
2859
  _ref117$size = _ref117.size,
2860
- size = _ref117$size === undefined ? 16 : _ref117$size,
2860
+ size = _ref117$size === void 0 ? 16 : _ref117$size,
2861
2861
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref117, _excluded117);
2862
2862
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2863
2863
  width: size,
@@ -2867,17 +2867,18 @@ var Constraint = /*#__PURE__*/React.forwardRef(function Constraint(_ref117, ref)
2867
2867
  viewBox: "0 0 32 32",
2868
2868
  fill: "currentColor"
2869
2869
  }, rest), _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
2870
- strokeWidth: "0",
2871
- d: "M27 13V5s-4 0-4 0v-2h4c1.1028 0 2 .8975 2 2v8c0 1.5234.8799 2 2 2v2c-1.1201 0-2 .4502-2 2v8c0 1.1025-.8972 2-2 2h-4v-2h4s0-8 0-8c0-1.6841.8799-2.5645 2-2.8584v-.2676c-1.1201-.2939-2-1.1899-2-2.874zM12 12H20V20H12zM5 13V5h4v-2h-4c-1.1028 0-2 .8975-2 2v8c0 1.5234-.8799 2-2 2v2c1.1201 0 2 .4502 2 2v8c0 1.1025.8972 2 2 2h4v-2h-4v-8c0-1.6841-.8799-2.5645-2-2.8584v-.2676c1.1201-.2939 2-1.1899 2-2.874z"
2870
+ d: "M26,13a8.9089,8.9089,0,0,1-2.5249,6.2339l1.4133,1.4131A10.9795,10.9795,0,0,0,23.6006,4.2l-1.2012,1.6A8.932,8.932,0,0,1,26,13Z"
2871
+ })), _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
2872
+ d: "M21 13a5.0022 5.0022 0 01-.9023 2.8564l1.4277 1.4278a6.9831 6.9831 0 00-.8584-9.5015l-1.334 1.49A5.0077 5.0077 0 0121 13zM30 28.5859L3.4143 2 2 3.4141l3.71 3.71A10.9824 10.9824 0 008.3994 21.8008l1.2012-1.6A8.9678 8.9678 0 017.1714 8.5854l2.1963 2.1963a6.9664 6.9664 0 001.9648 7.4351l1.334-1.49A5.0072 5.0072 0 0111 13a4.8854 4.8854 0 01.0393-.5464L15 16.4141V30h2V18.4141L28.5857 30z"
2872
2873
  })), children);
2873
2874
  });
2874
2875
  if (process.env.NODE_ENV !== "production") {
2875
- Constraint.propTypes = iconPropTypes4cbeb95d.i;
2876
+ ConnectionSignalOff.propTypes = iconPropTypes4cbeb95d.i;
2876
2877
  }
2877
- var Construction = /*#__PURE__*/React.forwardRef(function Construction(_ref118, ref) {
2878
+ var Constraint = /*#__PURE__*/React.forwardRef(function Constraint(_ref118, ref) {
2878
2879
  var children = _ref118.children,
2879
2880
  _ref118$size = _ref118.size,
2880
- size = _ref118$size === undefined ? 16 : _ref118$size,
2881
+ size = _ref118$size === void 0 ? 16 : _ref118$size,
2881
2882
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref118, _excluded118);
2882
2883
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2883
2884
  width: size,
@@ -2886,17 +2887,18 @@ var Construction = /*#__PURE__*/React.forwardRef(function Construction(_ref118,
2886
2887
  xmlns: "http://www.w3.org/2000/svg",
2887
2888
  viewBox: "0 0 32 32",
2888
2889
  fill: "currentColor"
2889
- }, rest), _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
2890
- d: "M29.34 16.06a1.0007 1.0007 0 00-1.1084.3L24.46 20.8857l-5.4355-.9882-3.602-8.9512A3.014 3.014 0 0012.6138 9h-4.06A3.0018 3.0018 0 007.01 9.4277L2 12.4336v6.4009l5 .9092V30H9V20.1074l3.5652.648L14 24.2V30h2V23.8l-1.0911-2.6182L22.99 22.6509 18.2319 28.36A1 1 0 0019 30H29a1 1 0 001-1V17A1 1 0 0029.34 16.06zM4 17.1655V13.5664l3-1.8v5.9448zm5 .9092V11h3.6138a1.0141 1.0141 0 01.9453.6709l3.14 7.8037zM28 28H21.1353L28 19.7617zM12.5 8A3.5 3.5 0 1116 4.5 3.5042 3.5042 0 0112.5 8zm0-5A1.5 1.5 0 1014 4.5 1.5017 1.5017 0 0012.5 3z"
2890
+ }, rest), _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
2891
+ strokeWidth: "0",
2892
+ d: "M27 13V5s-4 0-4 0v-2h4c1.1028 0 2 .8975 2 2v8c0 1.5234.8799 2 2 2v2c-1.1201 0-2 .4502-2 2v8c0 1.1025-.8972 2-2 2h-4v-2h4s0-8 0-8c0-1.6841.8799-2.5645 2-2.8584v-.2676c-1.1201-.2939-2-1.1899-2-2.874zM12 12H20V20H12zM5 13V5h4v-2h-4c-1.1028 0-2 .8975-2 2v8c0 1.5234-.8799 2-2 2v2c1.1201 0 2 .4502 2 2v8c0 1.1025.8972 2 2 2h4v-2h-4v-8c0-1.6841-.8799-2.5645-2-2.8584v-.2676c1.1201-.2939 2-1.1899 2-2.874z"
2891
2893
  })), children);
2892
2894
  });
2893
2895
  if (process.env.NODE_ENV !== "production") {
2894
- Construction.propTypes = iconPropTypes4cbeb95d.i;
2896
+ Constraint.propTypes = iconPropTypes4cbeb95d.i;
2895
2897
  }
2896
- var ContainerEngine = /*#__PURE__*/React.forwardRef(function ContainerEngine(_ref119, ref) {
2898
+ var Construction = /*#__PURE__*/React.forwardRef(function Construction(_ref119, ref) {
2897
2899
  var children = _ref119.children,
2898
2900
  _ref119$size = _ref119.size,
2899
- size = _ref119$size === undefined ? 16 : _ref119$size,
2901
+ size = _ref119$size === void 0 ? 16 : _ref119$size,
2900
2902
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref119, _excluded119);
2901
2903
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2902
2904
  width: size,
@@ -2905,26 +2907,17 @@ var ContainerEngine = /*#__PURE__*/React.forwardRef(function ContainerEngine(_re
2905
2907
  xmlns: "http://www.w3.org/2000/svg",
2906
2908
  viewBox: "0 0 32 32",
2907
2909
  fill: "currentColor"
2908
- }, rest), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
2909
- cx: "23",
2910
- cy: "23",
2911
- r: "1",
2912
- strokeWidth: "0"
2913
- })), _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
2914
- strokeWidth: "0",
2915
- d: "m25.7903,18.8535l-8.9897-6.2378c-.5029-.3809-1.1223-.6157-1.8005-.6157-1.6543,0-3,1.3457-3,3,0,.6553.2173,1.2573.5752,1.7515l6.3408,9.1157c.9055,1.2861,2.395,2.1328,4.084,2.1328,2.7571,0,5-2.2432,5-5,0-1.7246-.8777-3.2476-2.2097-4.1465Zm-7.5203,2.5986l-2.4829-3.5703c1.0181-.2788,1.8145-1.0752,2.0942-2.0928l3.5698,2.4814c-1.5061.4951-2.6863,1.6758-3.1812,3.1816Zm-3.27-7.4521c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1Zm8,12c-1.6543,0-3-1.3457-3-3s1.3457-3,3-3,3,1.3457,3,3-1.3457,3-3,3Z"
2916
- })), _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
2917
- strokeWidth: "0",
2918
- d: "m16,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v10h-2V6H6v20h10v2Z"
2910
+ }, rest), _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
2911
+ d: "M29.34 16.06a1.0007 1.0007 0 00-1.1084.3L24.46 20.8857l-5.4355-.9882-3.602-8.9512A3.014 3.014 0 0012.6138 9h-4.06A3.0018 3.0018 0 007.01 9.4277L2 12.4336v6.4009l5 .9092V30H9V20.1074l3.5652.648L14 24.2V30h2V23.8l-1.0911-2.6182L22.99 22.6509 18.2319 28.36A1 1 0 0019 30H29a1 1 0 001-1V17A1 1 0 0029.34 16.06zM4 17.1655V13.5664l3-1.8v5.9448zm5 .9092V11h3.6138a1.0141 1.0141 0 01.9453.6709l3.14 7.8037zM28 28H21.1353L28 19.7617zM12.5 8A3.5 3.5 0 1116 4.5 3.5042 3.5042 0 0112.5 8zm0-5A1.5 1.5 0 1014 4.5 1.5017 1.5017 0 0012.5 3z"
2919
2912
  })), children);
2920
2913
  });
2921
2914
  if (process.env.NODE_ENV !== "production") {
2922
- ContainerEngine.propTypes = iconPropTypes4cbeb95d.i;
2915
+ Construction.propTypes = iconPropTypes4cbeb95d.i;
2923
2916
  }
2924
- var ContainerImage = /*#__PURE__*/React.forwardRef(function ContainerImage(_ref120, ref) {
2917
+ var ContainerEngine = /*#__PURE__*/React.forwardRef(function ContainerEngine(_ref120, ref) {
2925
2918
  var children = _ref120.children,
2926
2919
  _ref120$size = _ref120.size,
2927
- size = _ref120$size === undefined ? 16 : _ref120$size,
2920
+ size = _ref120$size === void 0 ? 16 : _ref120$size,
2928
2921
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref120, _excluded120);
2929
2922
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2930
2923
  width: size,
@@ -2933,21 +2926,26 @@ var ContainerImage = /*#__PURE__*/React.forwardRef(function ContainerImage(_ref1
2933
2926
  xmlns: "http://www.w3.org/2000/svg",
2934
2927
  viewBox: "0 0 32 32",
2935
2928
  fill: "currentColor"
2936
- }, rest), _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
2929
+ }, rest), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
2930
+ cx: "23",
2931
+ cy: "23",
2932
+ r: "1",
2933
+ strokeWidth: "0"
2934
+ })), _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
2937
2935
  strokeWidth: "0",
2938
- d: "M10 10H22V12H10zM10 15H22V17H10zM10 20H22V22H10z"
2936
+ d: "m25.7903,18.8535l-8.9897-6.2378c-.5029-.3809-1.1223-.6157-1.8005-.6157-1.6543,0-3,1.3457-3,3,0,.6553.2173,1.2573.5752,1.7515l6.3408,9.1157c.9055,1.2861,2.395,2.1328,4.084,2.1328,2.7571,0,5-2.2432,5-5,0-1.7246-.8777-3.2476-2.2097-4.1465Zm-7.5203,2.5986l-2.4829-3.5703c1.0181-.2788,1.8145-1.0752,2.0942-2.0928l3.5698,2.4814c-1.5061.4951-2.6863,1.6758-3.1812,3.1816Zm-3.27-7.4521c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1Zm8,12c-1.6543,0-3-1.3457-3-3s1.3457-3,3-3,3,1.3457,3,3-1.3457,3-3,3Z"
2939
2937
  })), _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
2940
2938
  strokeWidth: "0",
2941
- d: "m26,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v20c0,1.1028-.8972,2-2,2ZM6,6v20h20V6H6Z"
2939
+ d: "m16,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v10h-2V6H6v20h10v2Z"
2942
2940
  })), children);
2943
2941
  });
2944
2942
  if (process.env.NODE_ENV !== "production") {
2945
- ContainerImage.propTypes = iconPropTypes4cbeb95d.i;
2943
+ ContainerEngine.propTypes = iconPropTypes4cbeb95d.i;
2946
2944
  }
2947
- var ContainerRuntime = /*#__PURE__*/React.forwardRef(function ContainerRuntime(_ref121, ref) {
2945
+ var ContainerImage = /*#__PURE__*/React.forwardRef(function ContainerImage(_ref121, ref) {
2948
2946
  var children = _ref121.children,
2949
2947
  _ref121$size = _ref121.size,
2950
- size = _ref121$size === undefined ? 16 : _ref121$size,
2948
+ size = _ref121$size === void 0 ? 16 : _ref121$size,
2951
2949
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref121, _excluded121);
2952
2950
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2953
2951
  width: size,
@@ -2958,19 +2956,19 @@ var ContainerRuntime = /*#__PURE__*/React.forwardRef(function ContainerRuntime(_
2958
2956
  fill: "currentColor"
2959
2957
  }, rest), _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
2960
2958
  strokeWidth: "0",
2961
- d: "m30,24v-2h-2.1c-.1-.6-.4-1.2-.7-1.8l1.5-1.5-1.4-1.4-1.5,1.5c-.5-.3-1.1-.6-1.8-.7v-2.1h-2v2.1c-.6.1-1.2.4-1.8.7l-1.5-1.5-1.4,1.4,1.5,1.5c-.3.5-.6,1.1-.7,1.8h-2.1v2h2.1c.1.6.4,1.2.7,1.8l-1.5,1.5,1.4,1.4,1.5-1.5c.5.3,1.1.6,1.8.7v2.1h2v-2.1c.6-.1,1.2-.4,1.8-.7l1.5,1.5,1.4-1.4-1.5-1.5c.3-.5.6-1.1.7-1.8h2.1Zm-7,2c-1.7,0-3-1.3-3-3s1.3-3,3-3,3,1.3,3,3-1.3,3-3,3Z"
2959
+ d: "M10 10H22V12H10zM10 15H22V17H10zM10 20H22V22H10z"
2962
2960
  })), _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
2963
2961
  strokeWidth: "0",
2964
- d: "m14,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v8h-2V6H6v20h8v2Z"
2962
+ d: "m26,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v20c0,1.1028-.8972,2-2,2ZM6,6v20h20V6H6Z"
2965
2963
  })), children);
2966
2964
  });
2967
2965
  if (process.env.NODE_ENV !== "production") {
2968
- ContainerRuntime.propTypes = iconPropTypes4cbeb95d.i;
2966
+ ContainerImage.propTypes = iconPropTypes4cbeb95d.i;
2969
2967
  }
2970
- var ContainerRuntimeMonitor = /*#__PURE__*/React.forwardRef(function ContainerRuntimeMonitor(_ref122, ref) {
2968
+ var ContainerRuntime = /*#__PURE__*/React.forwardRef(function ContainerRuntime(_ref122, ref) {
2971
2969
  var children = _ref122.children,
2972
2970
  _ref122$size = _ref122.size,
2973
- size = _ref122$size === undefined ? 16 : _ref122$size,
2971
+ size = _ref122$size === void 0 ? 16 : _ref122$size,
2974
2972
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref122, _excluded122);
2975
2973
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2976
2974
  width: size,
@@ -2979,26 +2977,21 @@ var ContainerRuntimeMonitor = /*#__PURE__*/React.forwardRef(function ContainerRu
2979
2977
  xmlns: "http://www.w3.org/2000/svg",
2980
2978
  viewBox: "0 0 32 32",
2981
2979
  fill: "currentColor"
2982
- }, rest), _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
2983
- cx: "22",
2984
- cy: "23",
2985
- r: "2",
2986
- strokeWidth: "0"
2987
- })), _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
2980
+ }, rest), _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
2988
2981
  strokeWidth: "0",
2989
- d: "m29.7769,22.4785c-1.2631-3.2173-4.3221-5.3723-7.7769-5.4785-3.4548.1062-6.5138,2.2612-7.7769,5.4785l-.2231.5215.2231.5215c1.2631,3.2173,4.3221,5.3723,7.7769,5.4785,3.4548-.1062,6.5138-2.2612,7.7769-5.4785l.2231-.5215-.2231-.5215Zm-7.7769,4.5215c-2.2091,0-4-1.7909-4-4s1.7909-4,4-4,4,1.7909,4,4c-.0025,2.2081-1.7919,3.9975-4,4Z"
2982
+ d: "m30,24v-2h-2.1c-.1-.6-.4-1.2-.7-1.8l1.5-1.5-1.4-1.4-1.5,1.5c-.5-.3-1.1-.6-1.8-.7v-2.1h-2v2.1c-.6.1-1.2.4-1.8.7l-1.5-1.5-1.4,1.4,1.5,1.5c-.3.5-.6,1.1-.7,1.8h-2.1v2h2.1c.1.6.4,1.2.7,1.8l-1.5,1.5,1.4,1.4,1.5-1.5c.5.3,1.1.6,1.8.7v2.1h2v-2.1c.6-.1,1.2-.4,1.8-.7l1.5,1.5,1.4-1.4-1.5-1.5c.3-.5.6-1.1.7-1.8h2.1Zm-7,2c-1.7,0-3-1.3-3-3s1.3-3,3-3,3,1.3,3,3-1.3,3-3,3Z"
2990
2983
  })), _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
2991
2984
  strokeWidth: "0",
2992
- d: "m12,28h-6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v10h-2V6H6v20h6v2Z"
2985
+ d: "m14,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v8h-2V6H6v20h8v2Z"
2993
2986
  })), children);
2994
2987
  });
2995
2988
  if (process.env.NODE_ENV !== "production") {
2996
- ContainerRuntimeMonitor.propTypes = iconPropTypes4cbeb95d.i;
2989
+ ContainerRuntime.propTypes = iconPropTypes4cbeb95d.i;
2997
2990
  }
2998
- var ContainerImagePull = /*#__PURE__*/React.forwardRef(function ContainerImagePull(_ref123, ref) {
2991
+ var ContainerRuntimeMonitor = /*#__PURE__*/React.forwardRef(function ContainerRuntimeMonitor(_ref123, ref) {
2999
2992
  var children = _ref123.children,
3000
2993
  _ref123$size = _ref123.size,
3001
- size = _ref123$size === undefined ? 16 : _ref123$size,
2994
+ size = _ref123$size === void 0 ? 16 : _ref123$size,
3002
2995
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref123, _excluded123);
3003
2996
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
3004
2997
  width: size,
@@ -3007,18 +3000,26 @@ var ContainerImagePull = /*#__PURE__*/React.forwardRef(function ContainerImagePu
3007
3000
  xmlns: "http://www.w3.org/2000/svg",
3008
3001
  viewBox: "0 0 32 32",
3009
3002
  fill: "currentColor"
3010
- }, rest), _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
3003
+ }, rest), _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
3004
+ cx: "22",
3005
+ cy: "23",
3006
+ r: "2",
3007
+ strokeWidth: "0"
3008
+ })), _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
3011
3009
  strokeWidth: "0",
3012
- d: "M30 23h-10c-1.1028 0-2-.8972-2-2v-10c0-1.1028.8972-2 2-2h10c1.1028 0 2 .8972 2 2v10c0 1.1028-.8972 2-2 2zm-10-12v10h10v-10h-10zM5 11L0 16 5 21 6.419 19.591 3.847 17 14 17 14 15 3.794 15 6.419 12.409 5 11z"
3010
+ d: "m29.7769,22.4785c-1.2631-3.2173-4.3221-5.3723-7.7769-5.4785-3.4548.1062-6.5138,2.2612-7.7769,5.4785l-.2231.5215.2231.5215c1.2631,3.2173,4.3221,5.3723,7.7769,5.4785,3.4548-.1062,6.5138-2.2612,7.7769-5.4785l.2231-.5215-.2231-.5215Zm-7.7769,4.5215c-2.2091,0-4-1.7909-4-4s1.7909-4,4-4,4,1.7909,4,4c-.0025,2.2081-1.7919,3.9975-4,4Z"
3011
+ })), _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
3012
+ strokeWidth: "0",
3013
+ d: "m12,28h-6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v10h-2V6H6v20h6v2Z"
3013
3014
  })), children);
3014
3015
  });
3015
3016
  if (process.env.NODE_ENV !== "production") {
3016
- ContainerImagePull.propTypes = iconPropTypes4cbeb95d.i;
3017
+ ContainerRuntimeMonitor.propTypes = iconPropTypes4cbeb95d.i;
3017
3018
  }
3018
- var ContainerImagePush = /*#__PURE__*/React.forwardRef(function ContainerImagePush(_ref124, ref) {
3019
+ var ContainerImagePull = /*#__PURE__*/React.forwardRef(function ContainerImagePull(_ref124, ref) {
3019
3020
  var children = _ref124.children,
3020
3021
  _ref124$size = _ref124.size,
3021
- size = _ref124$size === undefined ? 16 : _ref124$size,
3022
+ size = _ref124$size === void 0 ? 16 : _ref124$size,
3022
3023
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref124, _excluded124);
3023
3024
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
3024
3025
  width: size,
@@ -3027,18 +3028,18 @@ var ContainerImagePush = /*#__PURE__*/React.forwardRef(function ContainerImagePu
3027
3028
  xmlns: "http://www.w3.org/2000/svg",
3028
3029
  viewBox: "0 0 32 32",
3029
3030
  fill: "currentColor"
3030
- }, rest), _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
3031
+ }, rest), _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
3031
3032
  strokeWidth: "0",
3032
- d: "M30 23h-10c-1.1028 0-2-.8972-2-2v-10c0-1.1028.8972-2 2-2h10c1.1028 0 2 .8972 2 2v10c0 1.1028-.8972 2-2 2zm-10-12v10h10v-10h-10zM9 11L14 16 9 21 7.581 19.591 10.153 17 0 17 0 15 10.206 15 7.581 12.409 9 11z"
3033
+ d: "M30 23h-10c-1.1028 0-2-.8972-2-2v-10c0-1.1028.8972-2 2-2h10c1.1028 0 2 .8972 2 2v10c0 1.1028-.8972 2-2 2zm-10-12v10h10v-10h-10zM5 11L0 16 5 21 6.419 19.591 3.847 17 14 17 14 15 3.794 15 6.419 12.409 5 11z"
3033
3034
  })), children);
3034
3035
  });
3035
3036
  if (process.env.NODE_ENV !== "production") {
3036
- ContainerImagePush.propTypes = iconPropTypes4cbeb95d.i;
3037
+ ContainerImagePull.propTypes = iconPropTypes4cbeb95d.i;
3037
3038
  }
3038
- var ContainerImagePushPull = /*#__PURE__*/React.forwardRef(function ContainerImagePushPull(_ref125, ref) {
3039
+ var ContainerImagePush = /*#__PURE__*/React.forwardRef(function ContainerImagePush(_ref125, ref) {
3039
3040
  var children = _ref125.children,
3040
3041
  _ref125$size = _ref125.size,
3041
- size = _ref125$size === undefined ? 16 : _ref125$size,
3042
+ size = _ref125$size === void 0 ? 16 : _ref125$size,
3042
3043
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref125, _excluded125);
3043
3044
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
3044
3045
  width: size,
@@ -3047,15 +3048,16 @@ var ContainerImagePushPull = /*#__PURE__*/React.forwardRef(function ContainerIma
3047
3048
  xmlns: "http://www.w3.org/2000/svg",
3048
3049
  viewBox: "0 0 32 32",
3049
3050
  fill: "currentColor"
3050
- }, rest), _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
3051
+ }, rest), _path222 || (_path222 = /*#__PURE__*/React.createElement("path", {
3051
3052
  strokeWidth: "0",
3052
- d: "M30 23h-10c-1.1028 0-2-.8972-2-2v-10c0-1.1028.8972-2 2-2h10c1.1028 0 2 .8972 2 2v10c0 1.1028-.8972 2-2 2zm-10-12v10h10v-10h-10zM9 5L14 10 9 15 7.581 13.591 10.153 11 0 11 0 9 10.206 9 7.581 6.409 9 5zM5 27L0 22 5 17 6.419 18.409 3.847 21 14 21 14 23 3.794 23 6.419 25.591 5 27z"
3053
+ d: "M30 23h-10c-1.1028 0-2-.8972-2-2v-10c0-1.1028.8972-2 2-2h10c1.1028 0 2 .8972 2 2v10c0 1.1028-.8972 2-2 2zm-10-12v10h10v-10h-10zM9 11L14 16 9 21 7.581 19.591 10.153 17 0 17 0 15 10.206 15 7.581 12.409 9 11z"
3053
3054
  })), children);
3054
3055
  });
3055
3056
  if (process.env.NODE_ENV !== "production") {
3056
- ContainerImagePushPull.propTypes = iconPropTypes4cbeb95d.i;
3057
+ ContainerImagePush.propTypes = iconPropTypes4cbeb95d.i;
3057
3058
  }
3058
3059
 
3060
+ exports.CheckboxChecked = CheckboxChecked;
3059
3061
  exports.CheckboxCheckedFilled = CheckboxCheckedFilled;
3060
3062
  exports.CheckboxIndeterminate = CheckboxIndeterminate;
3061
3063
  exports.CheckboxIndeterminateFilled = CheckboxIndeterminateFilled;
@@ -3174,7 +3176,6 @@ exports.ContainerEngine = ContainerEngine;
3174
3176
  exports.ContainerImage = ContainerImage;
3175
3177
  exports.ContainerImagePull = ContainerImagePull;
3176
3178
  exports.ContainerImagePush = ContainerImagePush;
3177
- exports.ContainerImagePushPull = ContainerImagePushPull;
3178
3179
  exports.ContainerRuntime = ContainerRuntime;
3179
3180
  exports.ContainerRuntimeMonitor = ContainerRuntimeMonitor;
3180
3181
  exports.QCircuitComposer = QCircuitComposer;