@carbon/ibm-products 2.24.0 → 2.25.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1720) hide show
  1. package/css/index-full-carbon.css +219 -111
  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 +73 -111
  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 +219 -111
  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 +219 -111
  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/_commonjsHelpers.js +12 -0
  18. package/es/_virtual/_rollupPluginBabelHelpers.js +557 -0
  19. package/es/_virtual/index.js +10 -0
  20. package/es/_virtual/index2.js +10 -0
  21. package/es/components/APIKeyModal/APIKeyDownloader.d.ts +20 -0
  22. package/es/components/APIKeyModal/APIKeyDownloader.js +15 -15
  23. package/es/components/APIKeyModal/APIKeyModal.d.ts +2 -0
  24. package/es/components/APIKeyModal/APIKeyModal.js +48 -51
  25. package/es/components/APIKeyModal/index.d.ts +1 -0
  26. package/es/components/AboutModal/AboutModal.d.ts +9 -0
  27. package/es/components/AboutModal/AboutModal.js +29 -37
  28. package/es/components/AboutModal/index.d.ts +1 -0
  29. package/es/components/ActionBar/ActionBar.d.ts +5 -0
  30. package/es/components/ActionBar/ActionBar.js +32 -39
  31. package/es/components/ActionBar/ActionBarItem.d.ts +5 -0
  32. package/es/components/ActionBar/ActionBarItem.js +21 -26
  33. package/es/components/ActionBar/ActionBarOverflowItems.d.ts +18 -0
  34. package/es/components/ActionBar/ActionBarOverflowItems.js +22 -25
  35. package/es/components/ActionBar/index.d.ts +2 -0
  36. package/es/components/ActionSet/ActionSet.d.ts +14 -0
  37. package/es/components/ActionSet/ActionSet.js +22 -27
  38. package/es/components/ActionSet/index.d.ts +1 -0
  39. package/es/components/AddSelect/AddSelect.d.ts +2 -0
  40. package/es/components/AddSelect/AddSelect.js +18 -17
  41. package/es/components/AddSelect/AddSelectBody.d.ts +2 -0
  42. package/es/components/AddSelect/AddSelectBody.js +47 -48
  43. package/es/components/AddSelect/AddSelectBreadcrumbs.d.ts +16 -0
  44. package/es/components/AddSelect/AddSelectBreadcrumbs.js +18 -15
  45. package/es/components/AddSelect/AddSelectColumn.d.ts +31 -0
  46. package/es/components/AddSelect/AddSelectColumn.js +39 -39
  47. package/es/components/AddSelect/AddSelectFilter.d.ts +40 -0
  48. package/es/components/AddSelect/AddSelectFilter.js +33 -34
  49. package/es/components/AddSelect/AddSelectFormControl.d.ts +18 -0
  50. package/es/components/AddSelect/AddSelectFormControl.js +29 -19
  51. package/es/components/AddSelect/AddSelectList.d.ts +16 -0
  52. package/es/components/AddSelect/AddSelectList.js +23 -23
  53. package/es/components/AddSelect/AddSelectMetaPanel.d.ts +22 -0
  54. package/es/components/AddSelect/AddSelectMetaPanel.js +23 -20
  55. package/es/components/AddSelect/AddSelectRow.d.ts +51 -0
  56. package/es/components/AddSelect/AddSelectRow.js +28 -27
  57. package/es/components/AddSelect/AddSelectSidebar.d.ts +34 -0
  58. package/es/components/AddSelect/AddSelectSidebar.js +39 -36
  59. package/es/components/AddSelect/AddSelectSort.d.ts +18 -0
  60. package/es/components/AddSelect/AddSelectSort.js +25 -22
  61. package/es/components/AddSelect/add-select-utils.d.ts +4 -0
  62. package/es/components/AddSelect/add-select-utils.js +18 -11
  63. package/es/components/AddSelect/hooks/useFocus.d.ts +2 -0
  64. package/es/components/AddSelect/hooks/useFocus.js +13 -3
  65. package/es/components/AddSelect/hooks/useItemSort.d.ts +6 -0
  66. package/es/components/AddSelect/hooks/useItemSort.js +12 -9
  67. package/es/components/AddSelect/hooks/useParentSelect.d.ts +5 -0
  68. package/es/components/AddSelect/hooks/useParentSelect.js +11 -8
  69. package/es/components/AddSelect/hooks/usePath.d.ts +10 -0
  70. package/es/components/AddSelect/hooks/usePath.js +12 -13
  71. package/es/components/AddSelect/index.d.ts +1 -0
  72. package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.d.ts +42 -0
  73. package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +43 -51
  74. package/es/components/BreadcrumbWithOverflow/index.d.ts +1 -0
  75. package/es/components/ButtonSetWithOverflow/ButtonSetWithOverflow.d.ts +22 -0
  76. package/es/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +35 -40
  77. package/es/components/ButtonSetWithOverflow/index.d.ts +1 -0
  78. package/es/components/Card/Card.d.ts +2 -0
  79. package/es/components/Card/Card.js +35 -36
  80. package/es/components/Card/CardFooter.d.ts +46 -0
  81. package/es/components/Card/CardFooter.js +20 -17
  82. package/es/components/Card/CardHeader.d.ts +51 -0
  83. package/es/components/Card/CardHeader.js +32 -28
  84. package/es/components/Card/index.d.ts +3 -0
  85. package/es/components/Carousel/Carousel.d.ts +18 -0
  86. package/es/components/Carousel/Carousel.js +21 -20
  87. package/es/components/Carousel/CarouselItem.d.ts +5 -0
  88. package/es/components/Carousel/CarouselItem.js +12 -13
  89. package/es/components/Carousel/index.d.ts +2 -0
  90. package/es/components/Cascade/Cascade.d.ts +11 -0
  91. package/es/components/Cascade/Cascade.js +27 -27
  92. package/es/components/Cascade/index.d.ts +1 -0
  93. package/es/components/Checklist/Checklist.d.ts +8 -0
  94. package/es/components/Checklist/Checklist.js +38 -50
  95. package/es/components/Checklist/ChecklistChart.d.ts +5 -0
  96. package/es/components/Checklist/ChecklistChart.js +14 -22
  97. package/es/components/Checklist/ChecklistIcon.d.ts +5 -0
  98. package/es/components/Checklist/ChecklistIcon.js +15 -26
  99. package/es/components/Checklist/index.d.ts +1 -0
  100. package/es/components/Coachmark/Coachmark.d.ts +7 -0
  101. package/es/components/Coachmark/Coachmark.js +21 -20
  102. package/es/components/Coachmark/CoachmarkDragbar.d.ts +6 -0
  103. package/es/components/Coachmark/CoachmarkDragbar.js +19 -20
  104. package/es/components/Coachmark/CoachmarkHeader.d.ts +6 -0
  105. package/es/components/Coachmark/CoachmarkHeader.js +16 -17
  106. package/es/components/Coachmark/CoachmarkOverlay.d.ts +6 -0
  107. package/es/components/Coachmark/CoachmarkOverlay.js +26 -29
  108. package/es/components/Coachmark/CoachmarkTagline.d.ts +6 -0
  109. package/es/components/Coachmark/CoachmarkTagline.js +23 -22
  110. package/es/components/Coachmark/index.d.ts +3 -0
  111. package/es/components/Coachmark/utils/constants.d.ts +1 -0
  112. package/es/components/Coachmark/utils/constants.js +12 -3
  113. package/es/components/Coachmark/utils/context.d.ts +2 -0
  114. package/es/components/Coachmark/utils/context.js +13 -3
  115. package/es/components/Coachmark/utils/enums.d.ts +23 -0
  116. package/es/components/Coachmark/utils/enums.js +11 -9
  117. package/es/components/Coachmark/utils/hooks.d.ts +9 -0
  118. package/es/components/Coachmark/utils/hooks.js +11 -3
  119. package/es/components/CoachmarkBeacon/CoachmarkBeacon.d.ts +5 -0
  120. package/es/components/CoachmarkBeacon/CoachmarkBeacon.js +20 -20
  121. package/es/components/CoachmarkBeacon/index.d.ts +1 -0
  122. package/es/components/CoachmarkButton/CoachmarkButton.d.ts +5 -0
  123. package/es/components/CoachmarkButton/CoachmarkButton.js +17 -17
  124. package/es/components/CoachmarkButton/index.d.ts +1 -0
  125. package/es/components/CoachmarkFixed/CoachmarkFixed.d.ts +8 -0
  126. package/es/components/CoachmarkFixed/CoachmarkFixed.js +21 -24
  127. package/es/components/CoachmarkFixed/index.d.ts +1 -0
  128. package/es/components/CoachmarkOverlayElement/CoachmarkOverlayElement.d.ts +7 -0
  129. package/es/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +17 -18
  130. package/es/components/CoachmarkOverlayElement/index.d.ts +1 -0
  131. package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.d.ts +6 -0
  132. package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +27 -33
  133. package/es/components/CoachmarkOverlayElements/index.d.ts +1 -0
  134. package/es/components/CoachmarkStack/CoachmarkStack.d.ts +8 -0
  135. package/es/components/CoachmarkStack/CoachmarkStack.js +22 -24
  136. package/es/components/CoachmarkStack/CoachmarkStackHome.d.ts +6 -0
  137. package/es/components/CoachmarkStack/CoachmarkStackHome.js +31 -30
  138. package/es/components/CoachmarkStack/index.d.ts +1 -0
  139. package/es/components/ComboButton/ComboButton.d.ts +21 -0
  140. package/es/components/ComboButton/ComboButton.js +27 -31
  141. package/es/components/ComboButton/ComboButtonItem/index.d.ts +16 -0
  142. package/es/components/ComboButton/ComboButtonItem/index.js +11 -11
  143. package/es/components/ComboButton/index.d.ts +2 -0
  144. package/es/components/CreateFullPage/CreateFullPage.d.ts +16 -0
  145. package/es/components/CreateFullPage/CreateFullPage.js +43 -43
  146. package/es/components/CreateFullPage/CreateFullPageStep.d.ts +2 -0
  147. package/es/components/CreateFullPage/CreateFullPageStep.js +22 -21
  148. package/es/components/CreateFullPage/index.d.ts +2 -0
  149. package/es/components/CreateInfluencer/CreateInfluencer.d.ts +23 -0
  150. package/es/components/CreateInfluencer/CreateInfluencer.js +17 -15
  151. package/es/components/CreateInfluencer/index.d.ts +1 -0
  152. package/es/components/CreateModal/CreateModal.d.ts +8 -0
  153. package/es/components/CreateModal/CreateModal.js +22 -23
  154. package/es/components/CreateModal/index.d.ts +1 -0
  155. package/es/components/CreateSidePanel/CreateSidePanel.d.ts +5 -0
  156. package/es/components/CreateSidePanel/CreateSidePanel.js +19 -25
  157. package/es/components/CreateSidePanel/index.d.ts +1 -0
  158. package/es/components/CreateTearsheet/CreateTearsheet.d.ts +4 -0
  159. package/es/components/CreateTearsheet/CreateTearsheet.js +32 -27
  160. package/es/components/CreateTearsheet/CreateTearsheetDivider.d.ts +2 -0
  161. package/es/components/CreateTearsheet/CreateTearsheetDivider.js +13 -11
  162. package/es/components/CreateTearsheet/CreateTearsheetStep.d.ts +2 -0
  163. package/es/components/CreateTearsheet/CreateTearsheetStep.js +25 -24
  164. package/es/components/CreateTearsheet/index.d.ts +3 -0
  165. package/es/components/CreateTearsheetNarrow/CreateTearsheetNarrow.d.ts +6 -0
  166. package/es/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +19 -20
  167. package/es/components/CreateTearsheetNarrow/index.d.ts +1 -0
  168. package/es/components/DataSpreadsheet/DataSpreadsheet.d.ts +5 -0
  169. package/es/components/DataSpreadsheet/DataSpreadsheet.js +52 -54
  170. package/es/components/DataSpreadsheet/DataSpreadsheetBody.d.ts +2 -0
  171. package/es/components/DataSpreadsheet/DataSpreadsheetBody.js +32 -33
  172. package/es/components/DataSpreadsheet/DataSpreadsheetHeader.d.ts +2 -0
  173. package/es/components/DataSpreadsheet/DataSpreadsheetHeader.js +25 -26
  174. package/es/components/DataSpreadsheet/hooks/index.d.ts +7 -0
  175. package/es/components/DataSpreadsheet/hooks/useMoveActiveCell.d.ts +6 -0
  176. package/es/components/DataSpreadsheet/hooks/useMoveActiveCell.js +5 -3
  177. package/es/components/DataSpreadsheet/hooks/useMultipleKeyTracking.d.ts +9 -0
  178. package/es/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +10 -8
  179. package/es/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.d.ts +6 -0
  180. package/es/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.js +7 -4
  181. package/es/components/DataSpreadsheet/hooks/useSpreadsheetEdit.d.ts +12 -0
  182. package/es/components/DataSpreadsheet/hooks/useSpreadsheetEdit.js +10 -8
  183. package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.d.ts +6 -0
  184. package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +7 -5
  185. package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.d.ts +17 -0
  186. package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +10 -10
  187. package/es/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.d.ts +9 -0
  188. package/es/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +7 -5
  189. package/es/components/DataSpreadsheet/index.d.ts +1 -0
  190. package/es/components/DataSpreadsheet/utils/checkActiveHeaderCell.d.ts +1 -0
  191. package/es/components/DataSpreadsheet/utils/checkActiveHeaderCell.js +7 -5
  192. package/es/components/DataSpreadsheet/utils/checkSelectedHeaderCell.d.ts +1 -0
  193. package/es/components/DataSpreadsheet/utils/checkSelectedHeaderCell.js +7 -4
  194. package/es/components/DataSpreadsheet/utils/createActiveCellFn.d.ts +12 -0
  195. package/es/components/DataSpreadsheet/utils/createActiveCellFn.js +7 -5
  196. package/es/components/DataSpreadsheet/utils/createCellSelectionArea.d.ts +10 -0
  197. package/es/components/DataSpreadsheet/utils/createCellSelectionArea.js +8 -6
  198. package/es/components/DataSpreadsheet/utils/getCellSize.d.ts +1 -0
  199. package/es/components/DataSpreadsheet/utils/getCellSize.js +12 -9
  200. package/es/components/DataSpreadsheet/utils/getSelectionAreaPoints.d.ts +6 -0
  201. package/es/components/DataSpreadsheet/utils/getSelectionAreaPoints.js +5 -3
  202. package/es/components/DataSpreadsheet/utils/getSpreadsheetWidth.d.ts +9 -0
  203. package/es/components/DataSpreadsheet/utils/getSpreadsheetWidth.js +6 -3
  204. package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.d.ts +7 -0
  205. package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.js +9 -8
  206. package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.d.ts +7 -0
  207. package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.js +7 -4
  208. package/es/components/DataSpreadsheet/utils/handleCellDeletion.d.ts +8 -0
  209. package/es/components/DataSpreadsheet/utils/handleCellDeletion.js +8 -5
  210. package/es/components/DataSpreadsheet/utils/handleEditSubmit.d.ts +13 -0
  211. package/es/components/DataSpreadsheet/utils/handleEditSubmit.js +10 -12
  212. package/es/components/DataSpreadsheet/utils/handleHeaderCellSelection.d.ts +16 -0
  213. package/es/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +11 -8
  214. package/es/components/DataSpreadsheet/utils/handleMultipleKeys.d.ts +18 -0
  215. package/es/components/DataSpreadsheet/utils/handleMultipleKeys.js +16 -15
  216. package/es/components/DataSpreadsheet/utils/moveColumnIndicatorLine.d.ts +7 -0
  217. package/es/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +7 -4
  218. package/es/components/DataSpreadsheet/utils/removeCellSelections.d.ts +5 -0
  219. package/es/components/DataSpreadsheet/utils/removeCellSelections.js +7 -5
  220. package/es/components/DataSpreadsheet/utils/selectAllCells.d.ts +9 -0
  221. package/es/components/DataSpreadsheet/utils/selectAllCells.js +10 -9
  222. package/es/components/Datagrid/Datagrid/Datagrid.d.ts +5 -0
  223. package/es/components/Datagrid/Datagrid/Datagrid.js +21 -19
  224. package/es/components/Datagrid/Datagrid/DatagridBody.d.ts +2 -0
  225. package/es/components/Datagrid/Datagrid/DatagridBody.js +19 -16
  226. package/es/components/Datagrid/Datagrid/DatagridContent.d.ts +35 -0
  227. package/es/components/Datagrid/Datagrid/DatagridContent.js +36 -34
  228. package/es/components/Datagrid/Datagrid/DatagridEmptyBody.d.ts +2 -0
  229. package/es/components/Datagrid/Datagrid/DatagridEmptyBody.js +15 -9
  230. package/es/components/Datagrid/Datagrid/DatagridExpandedRow.d.ts +2 -0
  231. package/es/components/Datagrid/Datagrid/DatagridExpandedRow.js +11 -8
  232. package/es/components/Datagrid/Datagrid/DatagridHead.d.ts +2 -0
  233. package/es/components/Datagrid/Datagrid/DatagridHead.js +7 -4
  234. package/es/components/Datagrid/Datagrid/DatagridHeaderRow.d.ts +2 -0
  235. package/es/components/Datagrid/Datagrid/DatagridHeaderRow.js +36 -35
  236. package/es/components/Datagrid/Datagrid/DatagridRefBody.d.ts +2 -0
  237. package/es/components/Datagrid/Datagrid/DatagridRefBody.js +16 -16
  238. package/es/components/Datagrid/Datagrid/DatagridRow.d.ts +2 -0
  239. package/es/components/Datagrid/Datagrid/DatagridRow.js +25 -25
  240. package/es/components/Datagrid/Datagrid/DatagridSelectAll.d.ts +1 -0
  241. package/es/components/Datagrid/Datagrid/DatagridSelectAll.js +17 -16
  242. package/es/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.d.ts +28 -0
  243. package/es/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +17 -17
  244. package/es/components/Datagrid/Datagrid/DatagridSimpleBody.d.ts +2 -0
  245. package/es/components/Datagrid/Datagrid/DatagridSimpleBody.js +16 -16
  246. package/es/components/Datagrid/Datagrid/DatagridToolbar.d.ts +2 -0
  247. package/es/components/Datagrid/Datagrid/DatagridToolbar.js +18 -16
  248. package/es/components/Datagrid/Datagrid/DatagridVirtualBody.d.ts +2 -0
  249. package/es/components/Datagrid/Datagrid/DatagridVirtualBody.js +15 -15
  250. package/es/components/Datagrid/Datagrid/DraggableElement.d.ts +22 -0
  251. package/es/components/Datagrid/Datagrid/DraggableElement.js +24 -22
  252. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.d.ts +18 -0
  253. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +7 -4
  254. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.d.ts +21 -0
  255. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +9 -7
  256. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.d.ts +27 -0
  257. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +21 -19
  258. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.d.ts +36 -0
  259. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +17 -18
  260. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.d.ts +18 -0
  261. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +29 -31
  262. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.d.ts +10 -0
  263. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +10 -7
  264. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/common.d.ts +1 -0
  265. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/common.js +13 -5
  266. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/index.d.ts +2 -0
  267. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.d.ts +42 -0
  268. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +31 -22
  269. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.d.ts +50 -0
  270. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +33 -32
  271. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.d.ts +19 -0
  272. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +18 -18
  273. package/es/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.d.ts +24 -0
  274. package/es/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +21 -10
  275. package/es/components/Datagrid/Datagrid/addons/Filtering/constants.d.ts +24 -0
  276. package/es/components/Datagrid/Datagrid/addons/Filtering/constants.js +17 -14
  277. package/es/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.d.ts +9 -0
  278. package/es/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +36 -0
  279. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/index.d.ts +4 -0
  280. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.d.ts +2 -0
  281. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +12 -2
  282. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.d.ts +28 -0
  283. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +66 -93
  284. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.d.ts +9 -0
  285. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +5 -4
  286. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.d.ts +7 -0
  287. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.js +7 -4
  288. package/es/components/Datagrid/Datagrid/addons/Filtering/index.d.ts +3 -0
  289. package/es/components/Datagrid/Datagrid/addons/Filtering/motion/variants.d.ts +60 -0
  290. package/es/components/Datagrid/Datagrid/addons/Filtering/motion/variants.js +10 -7
  291. package/es/components/Datagrid/Datagrid/addons/Filtering/utils.d.ts +1 -0
  292. package/es/components/Datagrid/Datagrid/addons/Filtering/utils.js +10 -10
  293. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.d.ts +26 -0
  294. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +17 -14
  295. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/index.d.ts +1 -0
  296. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.d.ts +29 -0
  297. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +26 -28
  298. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/index.d.ts +1 -0
  299. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.d.ts +11 -0
  300. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +18 -18
  301. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/getCellIdAsObject.d.ts +1 -0
  302. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/getCellIdAsObject.js +5 -3
  303. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/index.d.ts +1 -0
  304. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.d.ts +7 -0
  305. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +10 -9
  306. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridFocus.d.ts +1 -0
  307. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridFocus.js +5 -3
  308. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.d.ts +8 -0
  309. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +16 -15
  310. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.d.ts +7 -0
  311. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +9 -6
  312. package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.d.ts +18 -0
  313. package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +19 -18
  314. package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.d.ts +3 -0
  315. package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +11 -10
  316. package/es/components/Datagrid/Datagrid/addons/RowSize/index.d.ts +1 -0
  317. package/es/components/Datagrid/Datagrid/addons/Slug/ColumnHeaderSlug.d.ts +2 -0
  318. package/es/components/Datagrid/Datagrid/addons/Slug/ColumnHeaderSlug.js +9 -6
  319. package/es/components/Datagrid/Datagrid/addons/stateReducer.d.ts +17 -0
  320. package/es/components/Datagrid/Datagrid/addons/stateReducer.js +31 -35
  321. package/es/components/Datagrid/Datagrid/index.d.ts +1 -0
  322. package/es/components/Datagrid/common-column-ids.d.ts +1 -0
  323. package/es/components/Datagrid/common-column-ids.js +8 -7
  324. package/es/components/Datagrid/index.d.ts +22 -0
  325. package/es/components/Datagrid/useActionsColumn.d.ts +2 -0
  326. package/es/components/Datagrid/useActionsColumn.js +22 -24
  327. package/es/components/Datagrid/useColumnCenterAlign.d.ts +2 -0
  328. package/es/components/Datagrid/useColumnCenterAlign.js +12 -12
  329. package/es/components/Datagrid/useColumnOrder.d.ts +1 -0
  330. package/es/components/Datagrid/useColumnOrder.js +2 -2
  331. package/es/components/Datagrid/useColumnRightAlign.d.ts +2 -0
  332. package/es/components/Datagrid/useColumnRightAlign.js +12 -12
  333. package/es/components/Datagrid/useCustomizeColumns.d.ts +2 -0
  334. package/es/components/Datagrid/useCustomizeColumns.js +10 -10
  335. package/es/components/Datagrid/useDatagrid.d.ts +2 -0
  336. package/es/components/Datagrid/useDatagrid.js +21 -21
  337. package/es/components/Datagrid/useDefaultStringRenderer.d.ts +2 -0
  338. package/es/components/Datagrid/useDefaultStringRenderer.js +18 -18
  339. package/es/components/Datagrid/useDisableSelectRows.d.ts +2 -0
  340. package/es/components/Datagrid/useDisableSelectRows.js +8 -7
  341. package/es/components/Datagrid/useEditableCell.d.ts +2 -0
  342. package/es/components/Datagrid/useExpandedRow.d.ts +2 -0
  343. package/es/components/Datagrid/useExpandedRow.js +16 -12
  344. package/es/components/Datagrid/useFiltering.d.ts +2 -0
  345. package/es/components/Datagrid/useFiltering.js +11 -16
  346. package/es/components/Datagrid/useFlexResize.d.ts +8 -0
  347. package/es/components/Datagrid/useFlexResize.js +12 -2
  348. package/es/components/Datagrid/useFloatingScroll.d.ts +2 -0
  349. package/es/components/Datagrid/useFloatingScroll.js +12 -9
  350. package/es/components/Datagrid/useFocusRowExpander.d.ts +6 -0
  351. package/es/components/Datagrid/useFocusRowExpander.js +5 -3
  352. package/es/components/Datagrid/useInfiniteScroll.d.ts +2 -0
  353. package/es/components/Datagrid/useInfiniteScroll.js +13 -6
  354. package/es/components/Datagrid/useInlineEdit.d.ts +2 -0
  355. package/es/components/Datagrid/useInlineEdit.js +12 -9
  356. package/es/components/Datagrid/useNestedRowExpander.d.ts +2 -0
  357. package/es/components/Datagrid/useNestedRowExpander.js +12 -14
  358. package/es/components/Datagrid/useNestedRows.d.ts +2 -0
  359. package/es/components/Datagrid/useNestedRows.js +8 -5
  360. package/es/components/Datagrid/useOnRowClick.d.ts +2 -0
  361. package/es/components/Datagrid/useOnRowClick.js +6 -3
  362. package/es/components/Datagrid/useParentDimensions.d.ts +2 -0
  363. package/es/components/Datagrid/useParentDimensions.js +6 -3
  364. package/es/components/Datagrid/useResizeTable.d.ts +2 -0
  365. package/es/components/Datagrid/useResizeTable.js +5 -2
  366. package/es/components/Datagrid/useRowExpander.d.ts +2 -0
  367. package/es/components/Datagrid/useRowExpander.js +17 -17
  368. package/es/components/Datagrid/useRowIsMouseOver.d.ts +2 -0
  369. package/es/components/Datagrid/useRowIsMouseOver.js +11 -12
  370. package/es/components/Datagrid/useRowRenderer.d.ts +2 -0
  371. package/es/components/Datagrid/useRowRenderer.js +11 -8
  372. package/es/components/Datagrid/useRowSize.d.ts +2 -0
  373. package/es/components/Datagrid/useRowSize.js +12 -13
  374. package/es/components/Datagrid/useSelectAllToggle.d.ts +2 -0
  375. package/es/components/Datagrid/useSelectAllToggle.js +17 -16
  376. package/es/components/Datagrid/useSelectRows.d.ts +2 -0
  377. package/es/components/Datagrid/useSelectRows.js +18 -21
  378. package/es/components/Datagrid/useSkeletonRows.d.ts +8 -0
  379. package/es/components/Datagrid/useSkeletonRows.js +12 -2
  380. package/es/components/Datagrid/useSortableColumns.d.ts +2 -0
  381. package/es/components/Datagrid/useSortableColumns.js +19 -19
  382. package/es/components/Datagrid/useStickyColumn.d.ts +2 -0
  383. package/es/components/Datagrid/useStickyColumn.js +13 -14
  384. package/es/components/Datagrid/utils/getAutoSizedColumnWidth.d.ts +1 -0
  385. package/es/components/Datagrid/utils/getAutoSizedColumnWidth.js +13 -3
  386. package/es/components/DelimitedList/DelimitedList.d.ts +6 -0
  387. package/es/components/DelimitedList/DelimitedList.js +13 -14
  388. package/es/components/DelimitedList/index.d.ts +1 -0
  389. package/es/components/EditFullPage/EditFullPage.d.ts +6 -0
  390. package/es/components/EditFullPage/EditFullPage.js +13 -14
  391. package/es/components/EditFullPage/index.d.ts +1 -0
  392. package/es/components/EditInPlace/EditInPlace.d.ts +6 -0
  393. package/es/components/EditInPlace/EditInPlace.js +31 -37
  394. package/es/components/EditInPlace/index.d.ts +1 -0
  395. package/es/components/EditSidePanel/EditSidePanel.d.ts +5 -0
  396. package/es/components/EditSidePanel/EditSidePanel.js +20 -26
  397. package/es/components/EditSidePanel/index.d.ts +1 -0
  398. package/es/components/EditTearsheet/EditTearsheet.d.ts +7 -0
  399. package/es/components/EditTearsheet/EditTearsheet.js +25 -24
  400. package/es/components/EditTearsheet/EditTearsheetForm.d.ts +2 -0
  401. package/es/components/EditTearsheet/EditTearsheetForm.js +24 -23
  402. package/es/components/EditTearsheet/index.d.ts +2 -0
  403. package/es/components/EditTearsheetNarrow/EditTearsheetNarrow.d.ts +5 -0
  404. package/es/components/EditTearsheetNarrow/EditTearsheetNarrow.js +13 -14
  405. package/es/components/EditTearsheetNarrow/index.d.ts +1 -0
  406. package/es/components/EditUpdateCards/EditUpdateCards.d.ts +7 -0
  407. package/es/components/EditUpdateCards/EditUpdateCards.js +16 -18
  408. package/es/components/EditUpdateCards/index.d.ts +1 -0
  409. package/es/components/EmptyStates/EmptyState.d.ts +9 -0
  410. package/es/components/EmptyStates/EmptyState.js +48 -38
  411. package/es/components/EmptyStates/EmptyStateContent.d.ts +306 -0
  412. package/es/components/EmptyStates/EmptyStateContent.js +17 -23
  413. package/es/components/EmptyStates/EmptyStateIllustration.d.ts +11 -0
  414. package/es/components/EmptyStates/EmptyStateIllustration.js +62 -0
  415. package/es/components/EmptyStates/EmptyStateV2.d.ts +6 -0
  416. package/es/components/EmptyStates/EmptyStateV2.js +126 -0
  417. package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.d.ts +5 -0
  418. package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +21 -25
  419. package/es/components/EmptyStates/ErrorEmptyState/index.d.ts +1 -0
  420. package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.d.ts +5 -0
  421. package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +21 -25
  422. package/es/components/EmptyStates/NoDataEmptyState/index.d.ts +1 -0
  423. package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.d.ts +5 -0
  424. package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +21 -25
  425. package/es/components/EmptyStates/NoTagsEmptyState/index.d.ts +1 -0
  426. package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.d.ts +5 -0
  427. package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +21 -25
  428. package/es/components/EmptyStates/NotFoundEmptyState/index.d.ts +1 -0
  429. package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.d.ts +5 -0
  430. package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +21 -25
  431. package/es/components/EmptyStates/NotificationsEmptyState/index.d.ts +1 -0
  432. package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.d.ts +5 -0
  433. package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +21 -25
  434. package/es/components/EmptyStates/UnauthorizedEmptyState/index.d.ts +1 -0
  435. package/es/components/EmptyStates/assets/ErrorIllustration.d.ts +15 -0
  436. package/es/components/EmptyStates/assets/ErrorIllustration.js +61 -60
  437. package/es/components/EmptyStates/assets/NoDataIllustration.d.ts +15 -0
  438. package/es/components/EmptyStates/assets/NoDataIllustration.js +51 -50
  439. package/es/components/EmptyStates/assets/NoTagsIllustration.d.ts +15 -0
  440. package/es/components/EmptyStates/assets/NoTagsIllustration.js +122 -121
  441. package/es/components/EmptyStates/assets/NotFoundIllustration.d.ts +15 -0
  442. package/es/components/EmptyStates/assets/NotFoundIllustration.js +92 -91
  443. package/es/components/EmptyStates/assets/NotificationsIllustration.d.ts +15 -0
  444. package/es/components/EmptyStates/assets/NotificationsIllustration.js +89 -88
  445. package/es/components/EmptyStates/assets/UnauthorizedIllustration.d.ts +15 -0
  446. package/es/components/EmptyStates/assets/UnauthorizedIllustration.js +82 -81
  447. package/es/components/EmptyStates/index.d.ts +8 -0
  448. package/es/components/ExportModal/ExportModal.d.ts +5 -0
  449. package/es/components/ExportModal/ExportModal.js +40 -41
  450. package/es/components/ExportModal/index.d.ts +1 -0
  451. package/es/components/ExpressiveCard/ExpressiveCard.d.ts +2 -0
  452. package/es/components/ExpressiveCard/ExpressiveCard.js +19 -16
  453. package/es/components/ExpressiveCard/index.d.ts +1 -0
  454. package/es/components/FilterSummary/FilterSummary.d.ts +3 -0
  455. package/es/components/FilterSummary/FilterSummary.js +28 -29
  456. package/es/components/FilterSummary/index.d.ts +1 -0
  457. package/es/components/FullPageError/FullPageError.d.ts +5 -0
  458. package/es/components/FullPageError/FullPageError.js +129 -0
  459. package/es/components/FullPageError/assets/ErrorGenericSVG.d.ts +9 -0
  460. package/es/components/FullPageError/assets/ErrorGenericSVG.js +714 -0
  461. package/es/components/FullPageError/index.d.ts +1 -0
  462. package/es/components/Guidebanner/Guidebanner.d.ts +6 -0
  463. package/es/components/Guidebanner/Guidebanner.js +34 -33
  464. package/es/components/Guidebanner/GuidebannerElement.d.ts +19 -0
  465. package/es/components/Guidebanner/GuidebannerElement.js +17 -16
  466. package/es/components/Guidebanner/GuidebannerElementButton.d.ts +17 -0
  467. package/es/components/Guidebanner/GuidebannerElementButton.js +18 -16
  468. package/es/components/Guidebanner/GuidebannerElementLink.d.ts +15 -0
  469. package/es/components/Guidebanner/GuidebannerElementLink.js +14 -13
  470. package/es/components/Guidebanner/index.d.ts +4 -0
  471. package/es/components/HTTPErrors/HTTPError403/HTTPError403.d.ts +7 -0
  472. package/es/components/HTTPErrors/HTTPError403/HTTPError403.js +24 -25
  473. package/es/components/HTTPErrors/HTTPError403/index.d.ts +1 -0
  474. package/es/components/HTTPErrors/HTTPError404/HTTPError404.d.ts +7 -0
  475. package/es/components/HTTPErrors/HTTPError404/HTTPError404.js +24 -25
  476. package/es/components/HTTPErrors/HTTPError404/index.d.ts +1 -0
  477. package/es/components/HTTPErrors/HTTPErrorContent.d.ts +309 -0
  478. package/es/components/HTTPErrors/HTTPErrorContent.js +20 -26
  479. package/es/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.d.ts +7 -0
  480. package/es/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +24 -25
  481. package/es/components/HTTPErrors/HTTPErrorOther/index.d.ts +1 -0
  482. package/es/components/HTTPErrors/assets/HTTPErrorSvg403.d.ts +9 -0
  483. package/es/components/HTTPErrors/assets/HTTPErrorSvg403.js +368 -367
  484. package/es/components/HTTPErrors/assets/HTTPErrorSvg404.d.ts +9 -0
  485. package/es/components/HTTPErrors/assets/HTTPErrorSvg404.js +319 -318
  486. package/es/components/HTTPErrors/assets/HTTPErrorSvgOther.d.ts +9 -0
  487. package/es/components/HTTPErrors/assets/HTTPErrorSvgOther.js +331 -330
  488. package/es/components/HTTPErrors/index.d.ts +3 -0
  489. package/es/components/ImportModal/ImportModal.d.ts +2 -0
  490. package/es/components/ImportModal/ImportModal.js +41 -46
  491. package/es/components/ImportModal/index.d.ts +1 -0
  492. package/es/components/InlineTip/InlineTip.d.ts +7 -0
  493. package/es/components/InlineTip/InlineTip.js +37 -38
  494. package/es/components/InlineTip/InlineTipButton.d.ts +5 -0
  495. package/es/components/InlineTip/InlineTipButton.js +14 -15
  496. package/es/components/InlineTip/InlineTipLink.d.ts +5 -0
  497. package/es/components/InlineTip/InlineTipLink.js +17 -17
  498. package/es/components/InlineTip/index.d.ts +3 -0
  499. package/es/components/InlineTip/utils.d.ts +1 -0
  500. package/es/components/InlineTip/utils.js +13 -3
  501. package/es/components/InterstitialScreen/InterstitialScreen.d.ts +8 -0
  502. package/es/components/InterstitialScreen/InterstitialScreen.js +53 -59
  503. package/es/components/InterstitialScreen/index.d.ts +1 -0
  504. package/es/components/InterstitialScreenView/InterstitialScreenView.d.ts +5 -0
  505. package/es/components/InterstitialScreenView/InterstitialScreenView.js +13 -14
  506. package/es/components/InterstitialScreenView/index.d.ts +1 -0
  507. package/es/components/InterstitialScreenViewModule/InterstitialScreenViewModule.d.ts +5 -0
  508. package/es/components/InterstitialScreenViewModule/InterstitialScreenViewModule.js +15 -17
  509. package/es/components/InterstitialScreenViewModule/index.d.ts +1 -0
  510. package/es/components/MultiAddSelect/MultiAddSelect.d.ts +5 -0
  511. package/es/components/MultiAddSelect/MultiAddSelect.js +18 -15
  512. package/es/components/MultiAddSelect/index.d.ts +1 -0
  513. package/es/components/NonLinearReading/NonLinearReading.d.ts +7 -0
  514. package/es/components/NonLinearReading/NonLinearReading.js +19 -17
  515. package/es/components/NonLinearReading/index.d.ts +1 -0
  516. package/es/components/NotificationsPanel/NotificationsPanel.d.ts +2 -0
  517. package/es/components/NotificationsPanel/NotificationsPanel.js +50 -54
  518. package/es/components/NotificationsPanel/index.d.ts +1 -0
  519. package/es/components/NotificationsPanel/utils.d.ts +15 -0
  520. package/es/components/NotificationsPanel/utils.js +5 -3
  521. package/es/components/OptionsTile/OptionsTile.d.ts +5 -0
  522. package/es/components/OptionsTile/OptionsTile.js +33 -37
  523. package/es/components/OptionsTile/index.d.ts +1 -0
  524. package/es/components/PageHeader/PageHeader.d.ts +6 -0
  525. package/es/components/PageHeader/PageHeader.js +72 -74
  526. package/es/components/PageHeader/PageHeaderTitle.d.ts +31 -0
  527. package/es/components/PageHeader/PageHeaderTitle.js +24 -16
  528. package/es/components/PageHeader/PageHeaderUtils.d.ts +7 -0
  529. package/es/components/PageHeader/PageHeaderUtils.js +17 -15
  530. package/es/components/PageHeader/index.d.ts +1 -0
  531. package/es/components/ProductiveCard/ProductiveCard.d.ts +2 -0
  532. package/es/components/ProductiveCard/ProductiveCard.js +20 -21
  533. package/es/components/ProductiveCard/index.d.ts +1 -0
  534. package/es/components/RemoveModal/RemoveModal.d.ts +7 -0
  535. package/es/components/RemoveModal/RemoveModal.js +29 -31
  536. package/es/components/RemoveModal/index.d.ts +1 -0
  537. package/es/components/Saving/Saving.d.ts +69 -0
  538. package/es/components/Saving/Saving.js +28 -26
  539. package/es/components/Saving/index.d.ts +1 -0
  540. package/es/components/SearchBar/SearchBar.d.ts +5 -0
  541. package/es/components/SearchBar/SearchBar.js +17 -22
  542. package/es/components/SearchBar/index.d.ts +1 -0
  543. package/es/components/SidePanel/SidePanel.d.ts +5 -0
  544. package/es/components/SidePanel/SidePanel.js +58 -66
  545. package/es/components/SidePanel/constants.d.ts +7 -0
  546. package/es/components/SidePanel/constants.js +5 -3
  547. package/es/components/SidePanel/index.d.ts +1 -0
  548. package/es/components/SidePanel/motion/variants.d.ts +42 -0
  549. package/es/components/SidePanel/motion/variants.js +8 -5
  550. package/es/components/SimpleHeader/SimpleHeader.d.ts +48 -0
  551. package/es/components/SimpleHeader/SimpleHeader.js +17 -16
  552. package/es/components/SingleAddSelect/SingleAddSelect.d.ts +5 -0
  553. package/es/components/SingleAddSelect/SingleAddSelect.js +19 -16
  554. package/es/components/SingleAddSelect/index.d.ts +1 -0
  555. package/es/components/StatusIcon/StatusIcon.d.ts +11 -0
  556. package/es/components/StatusIcon/StatusIcon.js +60 -58
  557. package/es/components/StatusIcon/index.d.ts +1 -0
  558. package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.d.ts +5 -0
  559. package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +16 -19
  560. package/es/components/SteppedAnimatedMedia/index.d.ts +1 -0
  561. package/es/components/TagSet/TagSet.d.ts +8 -0
  562. package/es/components/TagSet/TagSet.js +34 -37
  563. package/es/components/TagSet/TagSetModal.d.ts +29 -0
  564. package/es/components/TagSet/TagSetModal.js +27 -29
  565. package/es/components/TagSet/TagSetOverflow.d.ts +2 -0
  566. package/es/components/TagSet/TagSetOverflow.js +27 -26
  567. package/es/components/TagSet/index.d.ts +1 -0
  568. package/es/components/Tearsheet/Tearsheet.d.ts +18 -0
  569. package/es/components/Tearsheet/Tearsheet.js +19 -25
  570. package/es/components/Tearsheet/TearsheetNarrow.d.ts +14 -0
  571. package/es/components/Tearsheet/TearsheetNarrow.js +19 -25
  572. package/es/components/Tearsheet/TearsheetShell.d.ts +17 -0
  573. package/es/components/Tearsheet/TearsheetShell.js +43 -50
  574. package/es/components/Tearsheet/index.d.ts +2 -0
  575. package/es/components/Toolbar/Toolbar.d.ts +6 -0
  576. package/es/components/Toolbar/Toolbar.js +25 -26
  577. package/es/components/Toolbar/ToolbarButton.d.ts +4 -0
  578. package/es/components/Toolbar/ToolbarButton.js +21 -20
  579. package/es/components/Toolbar/ToolbarGroup.d.ts +3 -0
  580. package/es/components/Toolbar/ToolbarGroup.js +16 -14
  581. package/es/components/Toolbar/index.d.ts +3 -0
  582. package/es/components/TooltipTrigger/TooltipTrigger.d.ts +15 -0
  583. package/es/components/TooltipTrigger/TooltipTrigger.js +12 -13
  584. package/es/components/TooltipTrigger/index.d.ts +1 -0
  585. package/es/components/TruncatedList/TruncatedList.d.ts +7 -0
  586. package/es/components/TruncatedList/TruncatedList.js +171 -0
  587. package/es/components/TruncatedList/index.d.ts +1 -0
  588. package/es/components/UserAvatar/UserAvatar.d.ts +2 -0
  589. package/es/components/UserAvatar/UserAvatar.js +147 -0
  590. package/es/components/UserAvatar/index.d.ts +1 -0
  591. package/es/components/UserProfileImage/UserProfileImage.d.ts +5 -0
  592. package/es/components/UserProfileImage/UserProfileImage.js +28 -30
  593. package/es/components/UserProfileImage/index.d.ts +1 -0
  594. package/es/components/WebTerminal/WebTerminal.d.ts +5 -0
  595. package/es/components/WebTerminal/WebTerminal.js +28 -36
  596. package/es/components/WebTerminal/WebTerminalContentWrapper.d.ts +2 -0
  597. package/es/components/WebTerminal/WebTerminalContentWrapper.js +13 -15
  598. package/es/components/WebTerminal/hooks/index.d.ts +12 -0
  599. package/es/components/WebTerminal/hooks/index.js +18 -16
  600. package/es/components/WebTerminal/index.d.ts +3 -0
  601. package/es/components/_Canary/Canary.d.ts +12 -0
  602. package/es/components/_Canary/Canary.js +17 -21
  603. package/es/components/_Canary/index.d.ts +1 -0
  604. package/es/components/index.d.ts +56 -0
  605. package/es/global/js/hooks/index.d.ts +12 -0
  606. package/es/global/js/hooks/useActiveElement.d.ts +1 -0
  607. package/es/global/js/hooks/useActiveElement.js +7 -4
  608. package/es/global/js/hooks/useClickOutside.d.ts +1 -0
  609. package/es/global/js/hooks/useClickOutside.js +6 -3
  610. package/es/global/js/hooks/useControllableState.d.ts +27 -0
  611. package/es/global/js/hooks/useControllableState.js +8 -6
  612. package/es/global/js/hooks/useCreateComponentFocus.d.ts +7 -0
  613. package/es/global/js/hooks/useCreateComponentFocus.js +9 -8
  614. package/es/global/js/hooks/useCreateComponentStepChange.d.ts +24 -0
  615. package/es/global/js/hooks/useCreateComponentStepChange.js +15 -13
  616. package/es/global/js/hooks/usePortalTarget.d.ts +1 -0
  617. package/es/global/js/hooks/usePortalTarget.js +7 -4
  618. package/es/global/js/hooks/usePrefix.d.ts +1 -0
  619. package/es/global/js/hooks/usePrefix.js +7 -4
  620. package/es/global/js/hooks/usePreviousValue.d.ts +1 -0
  621. package/es/global/js/hooks/usePreviousValue.js +6 -4
  622. package/es/global/js/hooks/useResetCreateComponent.d.ts +10 -0
  623. package/es/global/js/hooks/useResetCreateComponent.js +6 -4
  624. package/es/global/js/hooks/useResizeObserver.d.ts +4 -0
  625. package/es/global/js/hooks/useResizeObserver.js +9 -6
  626. package/es/global/js/hooks/useRetrieveFormTitles.d.ts +5 -0
  627. package/es/global/js/hooks/useRetrieveFormTitles.js +13 -3
  628. package/es/global/js/hooks/useRetrieveStepData.d.ts +9 -0
  629. package/es/global/js/hooks/useRetrieveStepData.js +6 -4
  630. package/es/global/js/hooks/useValidCreateStepCount.d.ts +1 -0
  631. package/es/global/js/hooks/useValidCreateStepCount.js +5 -3
  632. package/es/global/js/hooks/useWindowResize.d.ts +1 -0
  633. package/es/global/js/hooks/useWindowResize.js +9 -8
  634. package/es/global/js/hooks/useWindowScroll.d.ts +3 -0
  635. package/es/global/js/hooks/useWindowScroll.js +8 -13
  636. package/es/global/js/package-settings.d.ts +123 -0
  637. package/es/global/js/package-settings.js +25 -11
  638. package/es/global/js/utils/Wrap.d.ts +12 -0
  639. package/es/global/js/utils/Wrap.js +11 -12
  640. package/es/global/js/utils/deepCloneObject.d.ts +1 -0
  641. package/es/global/js/utils/deepCloneObject.js +13 -3
  642. package/es/global/js/utils/devtools.d.ts +6 -0
  643. package/es/global/js/utils/devtools.js +7 -8
  644. package/es/global/js/utils/getBezierValues.d.ts +1 -0
  645. package/es/global/js/utils/getBezierValues.js +11 -2
  646. package/es/global/js/utils/getFocusableElements.d.ts +1 -0
  647. package/es/global/js/utils/getFocusableElements.js +13 -3
  648. package/es/global/js/utils/getNodeTextContent.d.ts +1 -0
  649. package/es/global/js/utils/getNodeTextContent.js +13 -3
  650. package/es/global/js/utils/getNumberOfHiddenSteps.d.ts +1 -0
  651. package/es/global/js/utils/getNumberOfHiddenSteps.js +5 -3
  652. package/es/global/js/utils/getScrollbarWidth.d.ts +1 -0
  653. package/es/global/js/utils/getScrollbarWidth.js +5 -3
  654. package/es/global/js/utils/keyboardNavigation.d.ts +27 -0
  655. package/es/global/js/utils/keyboardNavigation.js +5 -8
  656. package/es/global/js/utils/lastIndexInArray.d.ts +1 -0
  657. package/es/global/js/utils/lastIndexInArray.js +5 -3
  658. package/es/global/js/utils/motionConstants.d.ts +23 -0
  659. package/es/global/js/utils/motionConstants.js +8 -6
  660. package/es/global/js/utils/pconsole.d.ts +15 -0
  661. package/es/global/js/utils/pconsole.js +17 -9
  662. package/es/global/js/utils/props-helper.d.ts +37 -0
  663. package/es/global/js/utils/props-helper.js +17 -81
  664. package/es/global/js/utils/rangeWithCallback.d.ts +1 -0
  665. package/es/global/js/utils/rangeWithCallback.js +5 -3
  666. package/es/global/js/utils/scrollableAncestor.d.ts +1 -0
  667. package/es/global/js/utils/scrollableAncestor.js +13 -3
  668. package/es/global/js/utils/unwrap-if-fragment.d.ts +6 -0
  669. package/es/global/js/utils/uuidv4.d.ts +2 -0
  670. package/es/global/js/utils/uuidv4.js +8 -2
  671. package/es/global/js/utils/wait.d.ts +2 -0
  672. package/es/global/js/utils/wait.js +8 -2
  673. package/es/global/js/utils/wrapFocus.d.ts +25 -0
  674. package/es/global/js/utils/wrapFocus.js +5 -5
  675. package/es/index.d.ts +9 -0
  676. package/es/index.js +103 -4
  677. package/es/node_modules/@carbon/colors/es/index.js +11 -0
  678. package/es/node_modules/@carbon/icon-helpers/es/index.js +140 -0
  679. package/es/node_modules/@carbon/icons-react/es/Icon.js +73 -0
  680. package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +2985 -0
  681. package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +2900 -0
  682. package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +3004 -0
  683. package/es/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +14 -0
  684. package/es/node_modules/classnames/index.js +70 -0
  685. package/es/node_modules/object-assign/index.js +89 -0
  686. package/es/node_modules/prop-types/checkPropTypes.js +96 -0
  687. package/es/node_modules/prop-types/factoryWithThrowingShims.js +64 -0
  688. package/es/node_modules/prop-types/factoryWithTypeCheckers.js +562 -0
  689. package/es/node_modules/prop-types/index.js +29 -0
  690. package/es/node_modules/prop-types/lib/ReactPropTypesSecret.js +18 -0
  691. package/es/node_modules/prop-types/lib/has.js +17 -0
  692. package/es/settings.d.ts +106 -0
  693. package/es/settings.js +23 -13
  694. package/lib/_virtual/_commonjsHelpers.js +16 -0
  695. package/lib/_virtual/_rollupPluginBabelHelpers.js +583 -0
  696. package/lib/_virtual/index.js +14 -0
  697. package/lib/_virtual/index2.js +14 -0
  698. package/lib/components/APIKeyModal/APIKeyDownloader.d.ts +20 -0
  699. package/lib/components/APIKeyModal/APIKeyDownloader.js +34 -36
  700. package/lib/components/APIKeyModal/APIKeyModal.d.ts +2 -0
  701. package/lib/components/APIKeyModal/APIKeyModal.js +123 -128
  702. package/lib/components/APIKeyModal/index.d.ts +1 -0
  703. package/lib/components/AboutModal/AboutModal.d.ts +9 -0
  704. package/lib/components/AboutModal/AboutModal.js +65 -73
  705. package/lib/components/AboutModal/index.d.ts +1 -0
  706. package/lib/components/ActionBar/ActionBar.d.ts +5 -0
  707. package/lib/components/ActionBar/ActionBar.js +74 -78
  708. package/lib/components/ActionBar/ActionBarItem.d.ts +5 -0
  709. package/lib/components/ActionBar/ActionBarItem.js +38 -39
  710. package/lib/components/ActionBar/ActionBarOverflowItems.d.ts +18 -0
  711. package/lib/components/ActionBar/ActionBarOverflowItems.js +35 -41
  712. package/lib/components/ActionBar/index.d.ts +2 -0
  713. package/lib/components/ActionSet/ActionSet.d.ts +14 -0
  714. package/lib/components/ActionSet/ActionSet.js +47 -48
  715. package/lib/components/ActionSet/index.d.ts +1 -0
  716. package/lib/components/AddSelect/AddSelect.d.ts +2 -0
  717. package/lib/components/AddSelect/AddSelect.js +91 -90
  718. package/lib/components/AddSelect/AddSelectBody.d.ts +2 -0
  719. package/lib/components/AddSelect/AddSelectBody.js +139 -140
  720. package/lib/components/AddSelect/AddSelectBreadcrumbs.d.ts +16 -0
  721. package/lib/components/AddSelect/AddSelectBreadcrumbs.js +31 -27
  722. package/lib/components/AddSelect/AddSelectColumn.d.ts +31 -0
  723. package/lib/components/AddSelect/AddSelectColumn.js +72 -72
  724. package/lib/components/AddSelect/AddSelectFilter.d.ts +40 -0
  725. package/lib/components/AddSelect/AddSelectFilter.js +63 -64
  726. package/lib/components/AddSelect/AddSelectFormControl.d.ts +18 -0
  727. package/lib/components/AddSelect/AddSelectFormControl.js +42 -31
  728. package/lib/components/AddSelect/AddSelectList.d.ts +16 -0
  729. package/lib/components/AddSelect/AddSelectList.js +39 -36
  730. package/lib/components/AddSelect/AddSelectMetaPanel.d.ts +22 -0
  731. package/lib/components/AddSelect/AddSelectMetaPanel.js +42 -41
  732. package/lib/components/AddSelect/AddSelectRow.d.ts +51 -0
  733. package/lib/components/AddSelect/AddSelectRow.js +73 -74
  734. package/lib/components/AddSelect/AddSelectSidebar.d.ts +34 -0
  735. package/lib/components/AddSelect/AddSelectSidebar.js +61 -55
  736. package/lib/components/AddSelect/AddSelectSort.d.ts +18 -0
  737. package/lib/components/AddSelect/AddSelectSort.js +39 -35
  738. package/lib/components/AddSelect/add-select-utils.d.ts +4 -0
  739. package/lib/components/AddSelect/add-select-utils.js +25 -18
  740. package/lib/components/AddSelect/hooks/useFocus.d.ts +2 -0
  741. package/lib/components/AddSelect/hooks/useFocus.js +20 -13
  742. package/lib/components/AddSelect/hooks/useItemSort.d.ts +6 -0
  743. package/lib/components/AddSelect/hooks/useItemSort.js +20 -20
  744. package/lib/components/AddSelect/hooks/useParentSelect.d.ts +5 -0
  745. package/lib/components/AddSelect/hooks/useParentSelect.js +17 -17
  746. package/lib/components/AddSelect/hooks/usePath.d.ts +10 -0
  747. package/lib/components/AddSelect/hooks/usePath.js +25 -27
  748. package/lib/components/AddSelect/index.d.ts +1 -0
  749. package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.d.ts +42 -0
  750. package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +89 -96
  751. package/lib/components/BreadcrumbWithOverflow/index.d.ts +1 -0
  752. package/lib/components/ButtonSetWithOverflow/ButtonSetWithOverflow.d.ts +22 -0
  753. package/lib/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +67 -72
  754. package/lib/components/ButtonSetWithOverflow/index.d.ts +1 -0
  755. package/lib/components/Card/Card.d.ts +2 -0
  756. package/lib/components/Card/Card.js +92 -93
  757. package/lib/components/Card/CardFooter.d.ts +46 -0
  758. package/lib/components/Card/CardFooter.js +49 -45
  759. package/lib/components/Card/CardHeader.d.ts +51 -0
  760. package/lib/components/Card/CardHeader.js +65 -60
  761. package/lib/components/Card/index.d.ts +3 -0
  762. package/lib/components/Carousel/Carousel.d.ts +18 -0
  763. package/lib/components/Carousel/Carousel.js +60 -58
  764. package/lib/components/Carousel/CarouselItem.d.ts +5 -0
  765. package/lib/components/Carousel/CarouselItem.js +33 -27
  766. package/lib/components/Carousel/index.d.ts +2 -0
  767. package/lib/components/Cascade/Cascade.d.ts +11 -0
  768. package/lib/components/Cascade/Cascade.js +46 -48
  769. package/lib/components/Cascade/index.d.ts +1 -0
  770. package/lib/components/Checklist/Checklist.d.ts +8 -0
  771. package/lib/components/Checklist/Checklist.js +89 -100
  772. package/lib/components/Checklist/ChecklistChart.d.ts +5 -0
  773. package/lib/components/Checklist/ChecklistChart.js +37 -37
  774. package/lib/components/Checklist/ChecklistIcon.d.ts +5 -0
  775. package/lib/components/Checklist/ChecklistIcon.js +36 -41
  776. package/lib/components/Checklist/index.d.ts +1 -0
  777. package/lib/components/Coachmark/Coachmark.d.ts +7 -0
  778. package/lib/components/Coachmark/Coachmark.js +72 -74
  779. package/lib/components/Coachmark/CoachmarkDragbar.d.ts +6 -0
  780. package/lib/components/Coachmark/CoachmarkDragbar.js +49 -49
  781. package/lib/components/Coachmark/CoachmarkHeader.d.ts +6 -0
  782. package/lib/components/Coachmark/CoachmarkHeader.js +38 -37
  783. package/lib/components/Coachmark/CoachmarkOverlay.d.ts +6 -0
  784. package/lib/components/Coachmark/CoachmarkOverlay.js +58 -63
  785. package/lib/components/Coachmark/CoachmarkTagline.d.ts +6 -0
  786. package/lib/components/Coachmark/CoachmarkTagline.js +44 -41
  787. package/lib/components/Coachmark/index.d.ts +3 -0
  788. package/lib/components/Coachmark/utils/constants.d.ts +1 -0
  789. package/lib/components/Coachmark/utils/constants.js +29 -21
  790. package/lib/components/Coachmark/utils/context.d.ts +2 -0
  791. package/lib/components/Coachmark/utils/context.js +20 -11
  792. package/lib/components/Coachmark/utils/enums.d.ts +23 -0
  793. package/lib/components/Coachmark/utils/enums.js +16 -15
  794. package/lib/components/Coachmark/utils/hooks.d.ts +9 -0
  795. package/lib/components/Coachmark/utils/hooks.js +25 -17
  796. package/lib/components/CoachmarkBeacon/CoachmarkBeacon.d.ts +5 -0
  797. package/lib/components/CoachmarkBeacon/CoachmarkBeacon.js +40 -38
  798. package/lib/components/CoachmarkBeacon/index.d.ts +1 -0
  799. package/lib/components/CoachmarkButton/CoachmarkButton.d.ts +5 -0
  800. package/lib/components/CoachmarkButton/CoachmarkButton.js +38 -35
  801. package/lib/components/CoachmarkButton/index.d.ts +1 -0
  802. package/lib/components/CoachmarkFixed/CoachmarkFixed.d.ts +8 -0
  803. package/lib/components/CoachmarkFixed/CoachmarkFixed.js +63 -66
  804. package/lib/components/CoachmarkFixed/index.d.ts +1 -0
  805. package/lib/components/CoachmarkOverlayElement/CoachmarkOverlayElement.d.ts +7 -0
  806. package/lib/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +36 -35
  807. package/lib/components/CoachmarkOverlayElement/index.d.ts +1 -0
  808. package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.d.ts +6 -0
  809. package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +68 -74
  810. package/lib/components/CoachmarkOverlayElements/index.d.ts +1 -0
  811. package/lib/components/CoachmarkStack/CoachmarkStack.d.ts +8 -0
  812. package/lib/components/CoachmarkStack/CoachmarkStack.js +77 -78
  813. package/lib/components/CoachmarkStack/CoachmarkStackHome.d.ts +6 -0
  814. package/lib/components/CoachmarkStack/CoachmarkStackHome.js +69 -68
  815. package/lib/components/CoachmarkStack/index.d.ts +1 -0
  816. package/lib/components/ComboButton/ComboButton.d.ts +21 -0
  817. package/lib/components/ComboButton/ComboButton.js +47 -51
  818. package/lib/components/ComboButton/ComboButtonItem/index.d.ts +16 -0
  819. package/lib/components/ComboButton/ComboButtonItem/index.js +23 -20
  820. package/lib/components/ComboButton/index.d.ts +2 -0
  821. package/lib/components/CreateFullPage/CreateFullPage.d.ts +16 -0
  822. package/lib/components/CreateFullPage/CreateFullPage.js +120 -118
  823. package/lib/components/CreateFullPage/CreateFullPageStep.d.ts +2 -0
  824. package/lib/components/CreateFullPage/CreateFullPageStep.js +58 -60
  825. package/lib/components/CreateFullPage/index.d.ts +2 -0
  826. package/lib/components/CreateInfluencer/CreateInfluencer.d.ts +23 -0
  827. package/lib/components/CreateInfluencer/CreateInfluencer.js +36 -33
  828. package/lib/components/CreateInfluencer/index.d.ts +1 -0
  829. package/lib/components/CreateModal/CreateModal.d.ts +8 -0
  830. package/lib/components/CreateModal/CreateModal.js +48 -48
  831. package/lib/components/CreateModal/index.d.ts +1 -0
  832. package/lib/components/CreateSidePanel/CreateSidePanel.d.ts +5 -0
  833. package/lib/components/CreateSidePanel/CreateSidePanel.js +53 -56
  834. package/lib/components/CreateSidePanel/index.d.ts +1 -0
  835. package/lib/components/CreateTearsheet/CreateTearsheet.d.ts +4 -0
  836. package/lib/components/CreateTearsheet/CreateTearsheet.js +100 -95
  837. package/lib/components/CreateTearsheet/CreateTearsheetDivider.d.ts +2 -0
  838. package/lib/components/CreateTearsheet/CreateTearsheetDivider.js +26 -27
  839. package/lib/components/CreateTearsheet/CreateTearsheetStep.d.ts +2 -0
  840. package/lib/components/CreateTearsheet/CreateTearsheetStep.js +63 -65
  841. package/lib/components/CreateTearsheet/index.d.ts +3 -0
  842. package/lib/components/CreateTearsheetNarrow/CreateTearsheetNarrow.d.ts +6 -0
  843. package/lib/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +52 -51
  844. package/lib/components/CreateTearsheetNarrow/index.d.ts +1 -0
  845. package/lib/components/DataSpreadsheet/DataSpreadsheet.d.ts +5 -0
  846. package/lib/components/DataSpreadsheet/DataSpreadsheet.js +159 -162
  847. package/lib/components/DataSpreadsheet/DataSpreadsheetBody.d.ts +2 -0
  848. package/lib/components/DataSpreadsheet/DataSpreadsheetBody.js +132 -133
  849. package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.d.ts +2 -0
  850. package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.js +87 -88
  851. package/lib/components/DataSpreadsheet/hooks/index.d.ts +7 -0
  852. package/lib/components/DataSpreadsheet/hooks/useMoveActiveCell.d.ts +6 -0
  853. package/lib/components/DataSpreadsheet/hooks/useMoveActiveCell.js +12 -11
  854. package/lib/components/DataSpreadsheet/hooks/useMultipleKeyTracking.d.ts +9 -0
  855. package/lib/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +30 -31
  856. package/lib/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.d.ts +6 -0
  857. package/lib/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.js +14 -13
  858. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetEdit.d.ts +12 -0
  859. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetEdit.js +25 -26
  860. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.d.ts +6 -0
  861. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +18 -17
  862. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.d.ts +17 -0
  863. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +31 -32
  864. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.d.ts +9 -0
  865. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +16 -15
  866. package/lib/components/DataSpreadsheet/index.d.ts +1 -0
  867. package/lib/components/DataSpreadsheet/utils/checkActiveHeaderCell.d.ts +1 -0
  868. package/lib/components/DataSpreadsheet/utils/checkActiveHeaderCell.js +14 -14
  869. package/lib/components/DataSpreadsheet/utils/checkSelectedHeaderCell.d.ts +1 -0
  870. package/lib/components/DataSpreadsheet/utils/checkSelectedHeaderCell.js +12 -11
  871. package/lib/components/DataSpreadsheet/utils/createActiveCellFn.d.ts +12 -0
  872. package/lib/components/DataSpreadsheet/utils/createActiveCellFn.js +17 -17
  873. package/lib/components/DataSpreadsheet/utils/createCellSelectionArea.d.ts +10 -0
  874. package/lib/components/DataSpreadsheet/utils/createCellSelectionArea.js +19 -19
  875. package/lib/components/DataSpreadsheet/utils/getCellSize.d.ts +1 -0
  876. package/lib/components/DataSpreadsheet/utils/getCellSize.js +17 -16
  877. package/lib/components/DataSpreadsheet/utils/getSelectionAreaPoints.d.ts +6 -0
  878. package/lib/components/DataSpreadsheet/utils/getSelectionAreaPoints.js +9 -9
  879. package/lib/components/DataSpreadsheet/utils/getSpreadsheetWidth.d.ts +9 -0
  880. package/lib/components/DataSpreadsheet/utils/getSpreadsheetWidth.js +12 -11
  881. package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.d.ts +7 -0
  882. package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.js +21 -21
  883. package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.d.ts +7 -0
  884. package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.js +14 -13
  885. package/lib/components/DataSpreadsheet/utils/handleCellDeletion.d.ts +8 -0
  886. package/lib/components/DataSpreadsheet/utils/handleCellDeletion.js +15 -14
  887. package/lib/components/DataSpreadsheet/utils/handleEditSubmit.d.ts +13 -0
  888. package/lib/components/DataSpreadsheet/utils/handleEditSubmit.js +22 -24
  889. package/lib/components/DataSpreadsheet/utils/handleHeaderCellSelection.d.ts +16 -0
  890. package/lib/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +27 -27
  891. package/lib/components/DataSpreadsheet/utils/handleMultipleKeys.d.ts +18 -0
  892. package/lib/components/DataSpreadsheet/utils/handleMultipleKeys.js +31 -29
  893. package/lib/components/DataSpreadsheet/utils/moveColumnIndicatorLine.d.ts +7 -0
  894. package/lib/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +15 -14
  895. package/lib/components/DataSpreadsheet/utils/removeCellSelections.d.ts +5 -0
  896. package/lib/components/DataSpreadsheet/utils/removeCellSelections.js +14 -14
  897. package/lib/components/DataSpreadsheet/utils/selectAllCells.d.ts +9 -0
  898. package/lib/components/DataSpreadsheet/utils/selectAllCells.js +21 -21
  899. package/lib/components/Datagrid/Datagrid/Datagrid.d.ts +5 -0
  900. package/lib/components/Datagrid/Datagrid/Datagrid.js +37 -35
  901. package/lib/components/Datagrid/Datagrid/DatagridBody.d.ts +2 -0
  902. package/lib/components/Datagrid/Datagrid/DatagridBody.js +26 -23
  903. package/lib/components/Datagrid/Datagrid/DatagridContent.d.ts +35 -0
  904. package/lib/components/Datagrid/Datagrid/DatagridContent.js +89 -89
  905. package/lib/components/Datagrid/Datagrid/DatagridEmptyBody.d.ts +2 -0
  906. package/lib/components/Datagrid/Datagrid/DatagridEmptyBody.js +25 -18
  907. package/lib/components/Datagrid/Datagrid/DatagridExpandedRow.d.ts +2 -0
  908. package/lib/components/Datagrid/Datagrid/DatagridExpandedRow.js +20 -16
  909. package/lib/components/Datagrid/Datagrid/DatagridHead.d.ts +2 -0
  910. package/lib/components/Datagrid/Datagrid/DatagridHead.js +16 -12
  911. package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.d.ts +2 -0
  912. package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.js +62 -62
  913. package/lib/components/Datagrid/Datagrid/DatagridRefBody.d.ts +2 -0
  914. package/lib/components/Datagrid/Datagrid/DatagridRefBody.js +27 -25
  915. package/lib/components/Datagrid/Datagrid/DatagridRow.d.ts +2 -0
  916. package/lib/components/Datagrid/Datagrid/DatagridRow.js +45 -42
  917. package/lib/components/Datagrid/Datagrid/DatagridSelectAll.d.ts +1 -0
  918. package/lib/components/Datagrid/Datagrid/DatagridSelectAll.js +37 -36
  919. package/lib/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.d.ts +28 -0
  920. package/lib/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +47 -48
  921. package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.d.ts +2 -0
  922. package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.js +27 -25
  923. package/lib/components/Datagrid/Datagrid/DatagridToolbar.d.ts +2 -0
  924. package/lib/components/Datagrid/Datagrid/DatagridToolbar.js +43 -43
  925. package/lib/components/Datagrid/Datagrid/DatagridVirtualBody.d.ts +2 -0
  926. package/lib/components/Datagrid/Datagrid/DatagridVirtualBody.js +37 -37
  927. package/lib/components/Datagrid/Datagrid/DraggableElement.d.ts +22 -0
  928. package/lib/components/Datagrid/Datagrid/DraggableElement.js +46 -44
  929. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.d.ts +18 -0
  930. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +43 -26
  931. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.d.ts +21 -0
  932. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +45 -28
  933. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.d.ts +27 -0
  934. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +49 -48
  935. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.d.ts +36 -0
  936. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +59 -59
  937. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.d.ts +18 -0
  938. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +60 -59
  939. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.d.ts +10 -0
  940. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +39 -21
  941. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/common.d.ts +1 -0
  942. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/common.js +20 -11
  943. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/index.d.ts +2 -0
  944. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.d.ts +42 -0
  945. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +86 -79
  946. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.d.ts +50 -0
  947. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +92 -92
  948. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.d.ts +19 -0
  949. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +47 -46
  950. package/lib/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.d.ts +24 -0
  951. package/lib/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +40 -31
  952. package/lib/components/Datagrid/Datagrid/addons/Filtering/constants.d.ts +24 -0
  953. package/lib/components/Datagrid/Datagrid/addons/Filtering/constants.js +33 -20
  954. package/lib/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.d.ts +9 -0
  955. package/lib/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +40 -0
  956. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/index.d.ts +4 -0
  957. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.d.ts +2 -0
  958. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +17 -9
  959. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.d.ts +28 -0
  960. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +111 -138
  961. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.d.ts +9 -0
  962. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +20 -17
  963. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.d.ts +7 -0
  964. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.js +13 -12
  965. package/lib/components/Datagrid/Datagrid/addons/Filtering/index.d.ts +3 -0
  966. package/lib/components/Datagrid/Datagrid/addons/Filtering/motion/variants.d.ts +60 -0
  967. package/lib/components/Datagrid/Datagrid/addons/Filtering/motion/variants.js +30 -27
  968. package/lib/components/Datagrid/Datagrid/addons/Filtering/utils.d.ts +1 -0
  969. package/lib/components/Datagrid/Datagrid/addons/Filtering/utils.js +23 -25
  970. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.d.ts +26 -0
  971. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +38 -34
  972. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/index.d.ts +1 -0
  973. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.d.ts +29 -0
  974. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +86 -88
  975. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/index.d.ts +1 -0
  976. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.d.ts +11 -0
  977. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +37 -36
  978. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/getCellIdAsObject.d.ts +1 -0
  979. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/getCellIdAsObject.js +9 -9
  980. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/index.d.ts +1 -0
  981. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.d.ts +7 -0
  982. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +20 -20
  983. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridFocus.d.ts +1 -0
  984. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridFocus.js +9 -9
  985. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.d.ts +8 -0
  986. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +33 -33
  987. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.d.ts +7 -0
  988. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +19 -18
  989. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.d.ts +18 -0
  990. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +42 -42
  991. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.d.ts +3 -0
  992. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +31 -31
  993. package/lib/components/Datagrid/Datagrid/addons/RowSize/index.d.ts +1 -0
  994. package/lib/components/Datagrid/Datagrid/addons/Slug/ColumnHeaderSlug.d.ts +2 -0
  995. package/lib/components/Datagrid/Datagrid/addons/Slug/ColumnHeaderSlug.js +19 -18
  996. package/lib/components/Datagrid/Datagrid/addons/stateReducer.d.ts +17 -0
  997. package/lib/components/Datagrid/Datagrid/addons/stateReducer.js +47 -48
  998. package/lib/components/Datagrid/Datagrid/index.d.ts +1 -0
  999. package/lib/components/Datagrid/common-column-ids.d.ts +1 -0
  1000. package/lib/components/Datagrid/common-column-ids.js +12 -13
  1001. package/lib/components/Datagrid/index.d.ts +22 -0
  1002. package/lib/components/Datagrid/useActionsColumn.d.ts +2 -0
  1003. package/lib/components/Datagrid/useActionsColumn.js +40 -40
  1004. package/lib/components/Datagrid/useColumnCenterAlign.d.ts +2 -0
  1005. package/lib/components/Datagrid/useColumnCenterAlign.js +28 -25
  1006. package/lib/components/Datagrid/useColumnOrder.d.ts +1 -0
  1007. package/lib/components/Datagrid/useColumnOrder.js +14 -9
  1008. package/lib/components/Datagrid/useColumnRightAlign.d.ts +2 -0
  1009. package/lib/components/Datagrid/useColumnRightAlign.js +28 -25
  1010. package/lib/components/Datagrid/useCustomizeColumns.d.ts +2 -0
  1011. package/lib/components/Datagrid/useCustomizeColumns.js +46 -30
  1012. package/lib/components/Datagrid/useDatagrid.d.ts +2 -0
  1013. package/lib/components/Datagrid/useDatagrid.js +38 -36
  1014. package/lib/components/Datagrid/useDefaultStringRenderer.d.ts +2 -0
  1015. package/lib/components/Datagrid/useDefaultStringRenderer.js +29 -27
  1016. package/lib/components/Datagrid/useDisableSelectRows.d.ts +2 -0
  1017. package/lib/components/Datagrid/useDisableSelectRows.js +12 -13
  1018. package/lib/components/Datagrid/useEditableCell.d.ts +2 -0
  1019. package/lib/components/Datagrid/useExpandedRow.d.ts +2 -0
  1020. package/lib/components/Datagrid/useExpandedRow.js +29 -26
  1021. package/lib/components/Datagrid/useFiltering.d.ts +2 -0
  1022. package/lib/components/Datagrid/useFiltering.js +27 -33
  1023. package/lib/components/Datagrid/useFlexResize.d.ts +8 -0
  1024. package/lib/components/Datagrid/useFlexResize.js +17 -10
  1025. package/lib/components/Datagrid/useFloatingScroll.d.ts +2 -0
  1026. package/lib/components/Datagrid/useFloatingScroll.js +19 -20
  1027. package/lib/components/Datagrid/useFocusRowExpander.d.ts +6 -0
  1028. package/lib/components/Datagrid/useFocusRowExpander.js +12 -11
  1029. package/lib/components/Datagrid/useInfiniteScroll.d.ts +2 -0
  1030. package/lib/components/Datagrid/useInfiniteScroll.js +26 -18
  1031. package/lib/components/Datagrid/useInlineEdit.d.ts +2 -0
  1032. package/lib/components/Datagrid/useInlineEdit.js +27 -26
  1033. package/lib/components/Datagrid/useNestedRowExpander.d.ts +2 -0
  1034. package/lib/components/Datagrid/useNestedRowExpander.js +34 -35
  1035. package/lib/components/Datagrid/useNestedRows.d.ts +2 -0
  1036. package/lib/components/Datagrid/useNestedRows.js +17 -17
  1037. package/lib/components/Datagrid/useOnRowClick.d.ts +2 -0
  1038. package/lib/components/Datagrid/useOnRowClick.js +13 -12
  1039. package/lib/components/Datagrid/useParentDimensions.d.ts +2 -0
  1040. package/lib/components/Datagrid/useParentDimensions.js +18 -18
  1041. package/lib/components/Datagrid/useResizeTable.d.ts +2 -0
  1042. package/lib/components/Datagrid/useResizeTable.js +11 -10
  1043. package/lib/components/Datagrid/useRowExpander.d.ts +2 -0
  1044. package/lib/components/Datagrid/useRowExpander.js +36 -35
  1045. package/lib/components/Datagrid/useRowIsMouseOver.d.ts +2 -0
  1046. package/lib/components/Datagrid/useRowIsMouseOver.js +25 -23
  1047. package/lib/components/Datagrid/useRowRenderer.d.ts +2 -0
  1048. package/lib/components/Datagrid/useRowRenderer.js +15 -16
  1049. package/lib/components/Datagrid/useRowSize.d.ts +2 -0
  1050. package/lib/components/Datagrid/useRowSize.js +21 -23
  1051. package/lib/components/Datagrid/useSelectAllToggle.d.ts +2 -0
  1052. package/lib/components/Datagrid/useSelectAllToggle.js +31 -33
  1053. package/lib/components/Datagrid/useSelectRows.d.ts +2 -0
  1054. package/lib/components/Datagrid/useSelectRows.js +43 -46
  1055. package/lib/components/Datagrid/useSkeletonRows.d.ts +8 -0
  1056. package/lib/components/Datagrid/useSkeletonRows.js +16 -9
  1057. package/lib/components/Datagrid/useSortableColumns.d.ts +2 -0
  1058. package/lib/components/Datagrid/useSortableColumns.js +39 -36
  1059. package/lib/components/Datagrid/useStickyColumn.d.ts +2 -0
  1060. package/lib/components/Datagrid/useStickyColumn.js +39 -37
  1061. package/lib/components/Datagrid/utils/getAutoSizedColumnWidth.d.ts +1 -0
  1062. package/lib/components/Datagrid/utils/getAutoSizedColumnWidth.js +17 -10
  1063. package/lib/components/DelimitedList/DelimitedList.d.ts +6 -0
  1064. package/lib/components/DelimitedList/DelimitedList.js +32 -32
  1065. package/lib/components/DelimitedList/index.d.ts +1 -0
  1066. package/lib/components/EditFullPage/EditFullPage.d.ts +6 -0
  1067. package/lib/components/EditFullPage/EditFullPage.js +34 -31
  1068. package/lib/components/EditFullPage/index.d.ts +1 -0
  1069. package/lib/components/EditInPlace/EditInPlace.d.ts +6 -0
  1070. package/lib/components/EditInPlace/EditInPlace.js +75 -80
  1071. package/lib/components/EditInPlace/index.d.ts +1 -0
  1072. package/lib/components/EditSidePanel/EditSidePanel.d.ts +5 -0
  1073. package/lib/components/EditSidePanel/EditSidePanel.js +56 -59
  1074. package/lib/components/EditSidePanel/index.d.ts +1 -0
  1075. package/lib/components/EditTearsheet/EditTearsheet.d.ts +7 -0
  1076. package/lib/components/EditTearsheet/EditTearsheet.js +61 -60
  1077. package/lib/components/EditTearsheet/EditTearsheetForm.d.ts +2 -0
  1078. package/lib/components/EditTearsheet/EditTearsheetForm.js +46 -48
  1079. package/lib/components/EditTearsheet/index.d.ts +2 -0
  1080. package/lib/components/EditTearsheetNarrow/EditTearsheetNarrow.d.ts +5 -0
  1081. package/lib/components/EditTearsheetNarrow/EditTearsheetNarrow.js +34 -31
  1082. package/lib/components/EditTearsheetNarrow/index.d.ts +1 -0
  1083. package/lib/components/EditUpdateCards/EditUpdateCards.d.ts +7 -0
  1084. package/lib/components/EditUpdateCards/EditUpdateCards.js +61 -60
  1085. package/lib/components/EditUpdateCards/index.d.ts +1 -0
  1086. package/lib/components/EmptyStates/EmptyState.d.ts +9 -0
  1087. package/lib/components/EmptyStates/EmptyState.js +76 -62
  1088. package/lib/components/EmptyStates/EmptyStateContent.d.ts +306 -0
  1089. package/lib/components/EmptyStates/EmptyStateContent.js +45 -44
  1090. package/lib/components/EmptyStates/EmptyStateIllustration.d.ts +11 -0
  1091. package/lib/components/EmptyStates/EmptyStateIllustration.js +70 -0
  1092. package/lib/components/EmptyStates/EmptyStateV2.d.ts +6 -0
  1093. package/lib/components/EmptyStates/EmptyStateV2.js +132 -0
  1094. package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.d.ts +5 -0
  1095. package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +51 -53
  1096. package/lib/components/EmptyStates/ErrorEmptyState/index.d.ts +1 -0
  1097. package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.d.ts +5 -0
  1098. package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +51 -53
  1099. package/lib/components/EmptyStates/NoDataEmptyState/index.d.ts +1 -0
  1100. package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.d.ts +5 -0
  1101. package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +51 -53
  1102. package/lib/components/EmptyStates/NoTagsEmptyState/index.d.ts +1 -0
  1103. package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.d.ts +5 -0
  1104. package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +51 -53
  1105. package/lib/components/EmptyStates/NotFoundEmptyState/index.d.ts +1 -0
  1106. package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.d.ts +5 -0
  1107. package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +51 -53
  1108. package/lib/components/EmptyStates/NotificationsEmptyState/index.d.ts +1 -0
  1109. package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.d.ts +5 -0
  1110. package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +51 -53
  1111. package/lib/components/EmptyStates/UnauthorizedEmptyState/index.d.ts +1 -0
  1112. package/lib/components/EmptyStates/assets/ErrorIllustration.d.ts +15 -0
  1113. package/lib/components/EmptyStates/assets/ErrorIllustration.js +80 -74
  1114. package/lib/components/EmptyStates/assets/NoDataIllustration.d.ts +15 -0
  1115. package/lib/components/EmptyStates/assets/NoDataIllustration.js +70 -64
  1116. package/lib/components/EmptyStates/assets/NoTagsIllustration.d.ts +15 -0
  1117. package/lib/components/EmptyStates/assets/NoTagsIllustration.js +141 -135
  1118. package/lib/components/EmptyStates/assets/NotFoundIllustration.d.ts +15 -0
  1119. package/lib/components/EmptyStates/assets/NotFoundIllustration.js +111 -105
  1120. package/lib/components/EmptyStates/assets/NotificationsIllustration.d.ts +15 -0
  1121. package/lib/components/EmptyStates/assets/NotificationsIllustration.js +108 -102
  1122. package/lib/components/EmptyStates/assets/UnauthorizedIllustration.d.ts +15 -0
  1123. package/lib/components/EmptyStates/assets/UnauthorizedIllustration.js +101 -95
  1124. package/lib/components/EmptyStates/index.d.ts +8 -0
  1125. package/lib/components/ExportModal/ExportModal.d.ts +5 -0
  1126. package/lib/components/ExportModal/ExportModal.js +87 -90
  1127. package/lib/components/ExportModal/index.d.ts +1 -0
  1128. package/lib/components/ExpressiveCard/ExpressiveCard.d.ts +2 -0
  1129. package/lib/components/ExpressiveCard/ExpressiveCard.js +55 -56
  1130. package/lib/components/ExpressiveCard/index.d.ts +1 -0
  1131. package/lib/components/FilterSummary/FilterSummary.d.ts +3 -0
  1132. package/lib/components/FilterSummary/FilterSummary.js +68 -69
  1133. package/lib/components/FilterSummary/index.d.ts +1 -0
  1134. package/lib/components/FullPageError/FullPageError.d.ts +5 -0
  1135. package/lib/components/FullPageError/FullPageError.js +135 -0
  1136. package/lib/components/FullPageError/assets/ErrorGenericSVG.d.ts +9 -0
  1137. package/lib/components/FullPageError/assets/ErrorGenericSVG.js +722 -0
  1138. package/lib/components/FullPageError/index.d.ts +1 -0
  1139. package/lib/components/Guidebanner/Guidebanner.d.ts +6 -0
  1140. package/lib/components/Guidebanner/Guidebanner.js +72 -73
  1141. package/lib/components/Guidebanner/GuidebannerElement.d.ts +19 -0
  1142. package/lib/components/Guidebanner/GuidebannerElement.js +35 -33
  1143. package/lib/components/Guidebanner/GuidebannerElementButton.d.ts +17 -0
  1144. package/lib/components/Guidebanner/GuidebannerElementButton.js +40 -37
  1145. package/lib/components/Guidebanner/GuidebannerElementLink.d.ts +15 -0
  1146. package/lib/components/Guidebanner/GuidebannerElementLink.js +32 -30
  1147. package/lib/components/Guidebanner/index.d.ts +4 -0
  1148. package/lib/components/HTTPErrors/HTTPError403/HTTPError403.d.ts +7 -0
  1149. package/lib/components/HTTPErrors/HTTPError403/HTTPError403.js +39 -38
  1150. package/lib/components/HTTPErrors/HTTPError403/index.d.ts +1 -0
  1151. package/lib/components/HTTPErrors/HTTPError404/HTTPError404.d.ts +7 -0
  1152. package/lib/components/HTTPErrors/HTTPError404/HTTPError404.js +39 -38
  1153. package/lib/components/HTTPErrors/HTTPError404/index.d.ts +1 -0
  1154. package/lib/components/HTTPErrors/HTTPErrorContent.d.ts +309 -0
  1155. package/lib/components/HTTPErrors/HTTPErrorContent.js +36 -35
  1156. package/lib/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.d.ts +7 -0
  1157. package/lib/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +39 -38
  1158. package/lib/components/HTTPErrors/HTTPErrorOther/index.d.ts +1 -0
  1159. package/lib/components/HTTPErrors/assets/HTTPErrorSvg403.d.ts +9 -0
  1160. package/lib/components/HTTPErrors/assets/HTTPErrorSvg403.js +375 -374
  1161. package/lib/components/HTTPErrors/assets/HTTPErrorSvg404.d.ts +9 -0
  1162. package/lib/components/HTTPErrors/assets/HTTPErrorSvg404.js +326 -325
  1163. package/lib/components/HTTPErrors/assets/HTTPErrorSvgOther.d.ts +9 -0
  1164. package/lib/components/HTTPErrors/assets/HTTPErrorSvgOther.js +338 -337
  1165. package/lib/components/HTTPErrors/index.d.ts +3 -0
  1166. package/lib/components/ImportModal/ImportModal.d.ts +2 -0
  1167. package/lib/components/ImportModal/ImportModal.js +91 -98
  1168. package/lib/components/ImportModal/index.d.ts +1 -0
  1169. package/lib/components/InlineTip/InlineTip.d.ts +7 -0
  1170. package/lib/components/InlineTip/InlineTip.js +74 -76
  1171. package/lib/components/InlineTip/InlineTipButton.d.ts +5 -0
  1172. package/lib/components/InlineTip/InlineTipButton.js +32 -31
  1173. package/lib/components/InlineTip/InlineTipLink.d.ts +5 -0
  1174. package/lib/components/InlineTip/InlineTipLink.js +36 -34
  1175. package/lib/components/InlineTip/index.d.ts +3 -0
  1176. package/lib/components/InlineTip/utils.d.ts +1 -0
  1177. package/lib/components/InlineTip/utils.js +18 -11
  1178. package/lib/components/InterstitialScreen/InterstitialScreen.d.ts +8 -0
  1179. package/lib/components/InterstitialScreen/InterstitialScreen.js +122 -129
  1180. package/lib/components/InterstitialScreen/index.d.ts +1 -0
  1181. package/lib/components/InterstitialScreenView/InterstitialScreenView.d.ts +5 -0
  1182. package/lib/components/InterstitialScreenView/InterstitialScreenView.js +35 -32
  1183. package/lib/components/InterstitialScreenView/index.d.ts +1 -0
  1184. package/lib/components/InterstitialScreenViewModule/InterstitialScreenViewModule.d.ts +5 -0
  1185. package/lib/components/InterstitialScreenViewModule/InterstitialScreenViewModule.js +36 -34
  1186. package/lib/components/InterstitialScreenViewModule/index.d.ts +1 -0
  1187. package/lib/components/MultiAddSelect/MultiAddSelect.d.ts +5 -0
  1188. package/lib/components/MultiAddSelect/MultiAddSelect.js +70 -71
  1189. package/lib/components/MultiAddSelect/index.d.ts +1 -0
  1190. package/lib/components/NonLinearReading/NonLinearReading.d.ts +7 -0
  1191. package/lib/components/NonLinearReading/NonLinearReading.js +42 -42
  1192. package/lib/components/NonLinearReading/index.d.ts +1 -0
  1193. package/lib/components/NotificationsPanel/NotificationsPanel.d.ts +2 -0
  1194. package/lib/components/NotificationsPanel/NotificationsPanel.js +131 -134
  1195. package/lib/components/NotificationsPanel/index.d.ts +1 -0
  1196. package/lib/components/NotificationsPanel/utils.d.ts +15 -0
  1197. package/lib/components/NotificationsPanel/utils.js +9 -9
  1198. package/lib/components/OptionsTile/OptionsTile.d.ts +5 -0
  1199. package/lib/components/OptionsTile/OptionsTile.js +101 -86
  1200. package/lib/components/OptionsTile/index.d.ts +1 -0
  1201. package/lib/components/PageHeader/PageHeader.d.ts +6 -0
  1202. package/lib/components/PageHeader/PageHeader.js +227 -227
  1203. package/lib/components/PageHeader/PageHeaderTitle.d.ts +31 -0
  1204. package/lib/components/PageHeader/PageHeaderTitle.js +52 -41
  1205. package/lib/components/PageHeader/PageHeaderUtils.d.ts +7 -0
  1206. package/lib/components/PageHeader/PageHeaderUtils.js +37 -29
  1207. package/lib/components/PageHeader/index.d.ts +1 -0
  1208. package/lib/components/ProductiveCard/ProductiveCard.d.ts +2 -0
  1209. package/lib/components/ProductiveCard/ProductiveCard.js +64 -67
  1210. package/lib/components/ProductiveCard/index.d.ts +1 -0
  1211. package/lib/components/RemoveModal/RemoveModal.d.ts +7 -0
  1212. package/lib/components/RemoveModal/RemoveModal.js +64 -68
  1213. package/lib/components/RemoveModal/index.d.ts +1 -0
  1214. package/lib/components/Saving/Saving.d.ts +69 -0
  1215. package/lib/components/Saving/Saving.js +55 -56
  1216. package/lib/components/Saving/index.d.ts +1 -0
  1217. package/lib/components/SearchBar/SearchBar.d.ts +5 -0
  1218. package/lib/components/SearchBar/SearchBar.js +56 -61
  1219. package/lib/components/SearchBar/index.d.ts +1 -0
  1220. package/lib/components/SidePanel/SidePanel.d.ts +5 -0
  1221. package/lib/components/SidePanel/SidePanel.js +152 -161
  1222. package/lib/components/SidePanel/constants.d.ts +7 -0
  1223. package/lib/components/SidePanel/constants.js +9 -9
  1224. package/lib/components/SidePanel/index.d.ts +1 -0
  1225. package/lib/components/SidePanel/motion/variants.d.ts +42 -0
  1226. package/lib/components/SidePanel/motion/variants.js +19 -17
  1227. package/lib/components/SimpleHeader/SimpleHeader.d.ts +48 -0
  1228. package/lib/components/SimpleHeader/SimpleHeader.js +47 -45
  1229. package/lib/components/SingleAddSelect/SingleAddSelect.d.ts +5 -0
  1230. package/lib/components/SingleAddSelect/SingleAddSelect.js +48 -49
  1231. package/lib/components/SingleAddSelect/index.d.ts +1 -0
  1232. package/lib/components/StatusIcon/StatusIcon.d.ts +11 -0
  1233. package/lib/components/StatusIcon/StatusIcon.js +124 -126
  1234. package/lib/components/StatusIcon/index.d.ts +1 -0
  1235. package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.d.ts +5 -0
  1236. package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +45 -46
  1237. package/lib/components/SteppedAnimatedMedia/index.d.ts +1 -0
  1238. package/lib/components/TagSet/TagSet.d.ts +8 -0
  1239. package/lib/components/TagSet/TagSet.js +89 -92
  1240. package/lib/components/TagSet/TagSetModal.d.ts +29 -0
  1241. package/lib/components/TagSet/TagSetModal.js +53 -55
  1242. package/lib/components/TagSet/TagSetOverflow.d.ts +2 -0
  1243. package/lib/components/TagSet/TagSetOverflow.js +55 -54
  1244. package/lib/components/TagSet/index.d.ts +1 -0
  1245. package/lib/components/Tearsheet/Tearsheet.d.ts +18 -0
  1246. package/lib/components/Tearsheet/Tearsheet.js +54 -55
  1247. package/lib/components/Tearsheet/TearsheetNarrow.d.ts +14 -0
  1248. package/lib/components/Tearsheet/TearsheetNarrow.js +49 -50
  1249. package/lib/components/Tearsheet/TearsheetShell.d.ts +17 -0
  1250. package/lib/components/Tearsheet/TearsheetShell.js +106 -106
  1251. package/lib/components/Tearsheet/index.d.ts +2 -0
  1252. package/lib/components/Toolbar/Toolbar.d.ts +6 -0
  1253. package/lib/components/Toolbar/Toolbar.js +55 -54
  1254. package/lib/components/Toolbar/ToolbarButton.d.ts +4 -0
  1255. package/lib/components/Toolbar/ToolbarButton.js +36 -36
  1256. package/lib/components/Toolbar/ToolbarGroup.d.ts +3 -0
  1257. package/lib/components/Toolbar/ToolbarGroup.js +28 -28
  1258. package/lib/components/Toolbar/index.d.ts +3 -0
  1259. package/lib/components/TooltipTrigger/TooltipTrigger.d.ts +15 -0
  1260. package/lib/components/TooltipTrigger/TooltipTrigger.js +29 -28
  1261. package/lib/components/TooltipTrigger/index.d.ts +1 -0
  1262. package/lib/components/TruncatedList/TruncatedList.d.ts +7 -0
  1263. package/lib/components/TruncatedList/TruncatedList.js +177 -0
  1264. package/lib/components/TruncatedList/index.d.ts +1 -0
  1265. package/lib/components/UserAvatar/UserAvatar.d.ts +2 -0
  1266. package/lib/components/UserAvatar/UserAvatar.js +153 -0
  1267. package/lib/components/UserAvatar/index.d.ts +1 -0
  1268. package/lib/components/UserProfileImage/UserProfileImage.d.ts +5 -0
  1269. package/lib/components/UserProfileImage/UserProfileImage.js +57 -56
  1270. package/lib/components/UserProfileImage/index.d.ts +1 -0
  1271. package/lib/components/WebTerminal/WebTerminal.d.ts +5 -0
  1272. package/lib/components/WebTerminal/WebTerminal.js +60 -68
  1273. package/lib/components/WebTerminal/WebTerminalContentWrapper.d.ts +2 -0
  1274. package/lib/components/WebTerminal/WebTerminalContentWrapper.js +30 -30
  1275. package/lib/components/WebTerminal/hooks/index.d.ts +12 -0
  1276. package/lib/components/WebTerminal/hooks/index.js +37 -35
  1277. package/lib/components/WebTerminal/index.d.ts +3 -0
  1278. package/lib/components/_Canary/Canary.d.ts +12 -0
  1279. package/lib/components/_Canary/Canary.js +33 -31
  1280. package/lib/components/_Canary/index.d.ts +1 -0
  1281. package/lib/components/index.d.ts +56 -0
  1282. package/lib/global/js/hooks/index.d.ts +12 -0
  1283. package/lib/global/js/hooks/useActiveElement.d.ts +1 -0
  1284. package/lib/global/js/hooks/useActiveElement.js +15 -15
  1285. package/lib/global/js/hooks/useClickOutside.d.ts +1 -0
  1286. package/lib/global/js/hooks/useClickOutside.js +12 -11
  1287. package/lib/global/js/hooks/useControllableState.d.ts +27 -0
  1288. package/lib/global/js/hooks/useControllableState.js +18 -18
  1289. package/lib/global/js/hooks/useCreateComponentFocus.d.ts +7 -0
  1290. package/lib/global/js/hooks/useCreateComponentFocus.js +18 -19
  1291. package/lib/global/js/hooks/useCreateComponentStepChange.d.ts +24 -0
  1292. package/lib/global/js/hooks/useCreateComponentStepChange.js +23 -24
  1293. package/lib/global/js/hooks/usePortalTarget.d.ts +1 -0
  1294. package/lib/global/js/hooks/usePortalTarget.js +20 -20
  1295. package/lib/global/js/hooks/usePrefix.d.ts +1 -0
  1296. package/lib/global/js/hooks/usePrefix.js +12 -12
  1297. package/lib/global/js/hooks/usePreviousValue.d.ts +1 -0
  1298. package/lib/global/js/hooks/usePreviousValue.js +13 -12
  1299. package/lib/global/js/hooks/useResetCreateComponent.d.ts +10 -0
  1300. package/lib/global/js/hooks/useResetCreateComponent.js +14 -13
  1301. package/lib/global/js/hooks/useResizeObserver.d.ts +4 -0
  1302. package/lib/global/js/hooks/useResizeObserver.js +23 -24
  1303. package/lib/global/js/hooks/useRetrieveFormTitles.d.ts +5 -0
  1304. package/lib/global/js/hooks/useRetrieveFormTitles.js +19 -12
  1305. package/lib/global/js/hooks/useRetrieveStepData.d.ts +9 -0
  1306. package/lib/global/js/hooks/useRetrieveStepData.js +14 -14
  1307. package/lib/global/js/hooks/useValidCreateStepCount.d.ts +1 -0
  1308. package/lib/global/js/hooks/useValidCreateStepCount.js +12 -11
  1309. package/lib/global/js/hooks/useWindowResize.d.ts +1 -0
  1310. package/lib/global/js/hooks/useWindowResize.js +22 -23
  1311. package/lib/global/js/hooks/useWindowScroll.d.ts +3 -0
  1312. package/lib/global/js/hooks/useWindowScroll.js +16 -27
  1313. package/lib/global/js/package-settings.d.ts +123 -0
  1314. package/lib/global/js/package-settings.js +34 -19
  1315. package/lib/global/js/utils/Wrap.d.ts +12 -0
  1316. package/lib/global/js/utils/Wrap.js +27 -24
  1317. package/lib/global/js/utils/deepCloneObject.d.ts +1 -0
  1318. package/lib/global/js/utils/deepCloneObject.js +17 -10
  1319. package/lib/global/js/utils/devtools.d.ts +6 -0
  1320. package/lib/global/js/utils/devtools.js +14 -18
  1321. package/lib/global/js/utils/getBezierValues.d.ts +1 -0
  1322. package/lib/global/js/utils/getBezierValues.js +17 -9
  1323. package/lib/global/js/utils/getFocusableElements.d.ts +1 -0
  1324. package/lib/global/js/utils/getFocusableElements.js +17 -10
  1325. package/lib/global/js/utils/getNodeTextContent.d.ts +1 -0
  1326. package/lib/global/js/utils/getNodeTextContent.js +17 -10
  1327. package/lib/global/js/utils/getNumberOfHiddenSteps.d.ts +1 -0
  1328. package/lib/global/js/utils/getNumberOfHiddenSteps.js +9 -9
  1329. package/lib/global/js/utils/getScrollbarWidth.d.ts +1 -0
  1330. package/lib/global/js/utils/getScrollbarWidth.js +9 -9
  1331. package/lib/global/js/utils/keyboardNavigation.d.ts +27 -0
  1332. package/lib/global/js/utils/keyboardNavigation.js +11 -14
  1333. package/lib/global/js/utils/lastIndexInArray.d.ts +1 -0
  1334. package/lib/global/js/utils/lastIndexInArray.js +9 -9
  1335. package/lib/global/js/utils/motionConstants.d.ts +23 -0
  1336. package/lib/global/js/utils/motionConstants.js +26 -25
  1337. package/lib/global/js/utils/pconsole.d.ts +15 -0
  1338. package/lib/global/js/utils/pconsole.js +26 -14
  1339. package/lib/global/js/utils/props-helper.d.ts +37 -0
  1340. package/lib/global/js/utils/props-helper.js +37 -98
  1341. package/lib/global/js/utils/rangeWithCallback.d.ts +1 -0
  1342. package/lib/global/js/utils/rangeWithCallback.js +9 -9
  1343. package/lib/global/js/utils/scrollableAncestor.d.ts +1 -0
  1344. package/lib/global/js/utils/scrollableAncestor.js +17 -10
  1345. package/lib/global/js/utils/unwrap-if-fragment.d.ts +6 -0
  1346. package/lib/global/js/utils/uuidv4.d.ts +2 -0
  1347. package/lib/global/js/utils/uuidv4.js +11 -7
  1348. package/lib/global/js/utils/wait.d.ts +2 -0
  1349. package/lib/global/js/utils/wait.js +11 -7
  1350. package/lib/global/js/utils/wrapFocus.d.ts +25 -0
  1351. package/lib/global/js/utils/wrapFocus.js +16 -16
  1352. package/lib/index.d.ts +9 -0
  1353. package/lib/index.js +455 -34
  1354. package/lib/node_modules/@carbon/colors/es/index.js +16 -0
  1355. package/lib/node_modules/@carbon/icon-helpers/es/index.js +145 -0
  1356. package/lib/node_modules/@carbon/icons-react/es/Icon.js +81 -0
  1357. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +3117 -0
  1358. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +3032 -0
  1359. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +3136 -0
  1360. package/lib/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +18 -0
  1361. package/lib/node_modules/classnames/index.js +74 -0
  1362. package/lib/node_modules/object-assign/index.js +93 -0
  1363. package/lib/node_modules/prop-types/checkPropTypes.js +100 -0
  1364. package/lib/node_modules/prop-types/factoryWithThrowingShims.js +68 -0
  1365. package/lib/node_modules/prop-types/factoryWithTypeCheckers.js +570 -0
  1366. package/lib/node_modules/prop-types/index.js +38 -0
  1367. package/lib/node_modules/prop-types/lib/ReactPropTypesSecret.js +22 -0
  1368. package/lib/node_modules/prop-types/lib/has.js +21 -0
  1369. package/lib/settings.d.ts +106 -0
  1370. package/lib/settings.js +36 -24
  1371. package/package.json +36 -22
  1372. package/scss/components/CreateSidePanel/_create-side-panel.scss +1 -1
  1373. package/scss/components/Datagrid/styles/addons/_FilterPanel.scss +6 -7
  1374. package/scss/components/FullPageError/_carbon-imports.scss +9 -0
  1375. package/scss/components/FullPageError/_full-page-error.scss +66 -0
  1376. package/scss/components/FullPageError/_index-with-carbon.scss +9 -0
  1377. package/scss/components/FullPageError/_index.scss +8 -0
  1378. package/scss/components/SidePanel/_side-panel.scss +36 -44
  1379. package/scss/components/TruncatedList/_carbon-imports.scss +9 -0
  1380. package/scss/components/TruncatedList/_index-with-carbon.scss +9 -0
  1381. package/scss/components/TruncatedList/_index.scss +8 -0
  1382. package/scss/components/TruncatedList/_truncated-list.scss +45 -0
  1383. package/scss/components/UserAvatar/_carbon-imports.scss +9 -0
  1384. package/scss/components/UserAvatar/_index-with-carbon.scss +9 -0
  1385. package/scss/components/UserAvatar/_index.scss +8 -0
  1386. package/scss/components/UserAvatar/_user-avatar.scss +54 -0
  1387. package/scss/components/_index-with-carbon.scss +3 -0
  1388. package/scss/components/_index.scss +3 -0
  1389. package/es/components/APIKeyModal/APIKeyModal.docs-page.js +0 -26
  1390. package/es/components/APIKeyModal/index.js +0 -8
  1391. package/es/components/AboutModal/AboutModal.docs-page.js +0 -21
  1392. package/es/components/AboutModal/index.js +0 -8
  1393. package/es/components/ActionBar/index.js +0 -9
  1394. package/es/components/ActionSet/actions.js +0 -55
  1395. package/es/components/ActionSet/index.js +0 -8
  1396. package/es/components/AddSelect/index.js +0 -8
  1397. package/es/components/BreadcrumbWithOverflow/index.js +0 -10
  1398. package/es/components/ButtonMenu/ButtonMenu.js +0 -133
  1399. package/es/components/ButtonMenu/ButtonMenuItem.js +0 -33
  1400. package/es/components/ButtonMenu/index.js +0 -9
  1401. package/es/components/ButtonSetWithOverflow/index.js +0 -8
  1402. package/es/components/Card/index.js +0 -10
  1403. package/es/components/Carousel/Carousel.docs-page.js +0 -11
  1404. package/es/components/Carousel/index.js +0 -9
  1405. package/es/components/Carousel/utils.js +0 -98
  1406. package/es/components/Cascade/Cascade.docs-page.js +0 -22
  1407. package/es/components/Cascade/index.js +0 -1
  1408. package/es/components/Checklist/Checklist.docs-page.js +0 -13
  1409. package/es/components/Checklist/index.js +0 -8
  1410. package/es/components/Coachmark/index.js +0 -10
  1411. package/es/components/Coachmark/utils/helpers.js +0 -11
  1412. package/es/components/CoachmarkBeacon/index.js +0 -8
  1413. package/es/components/CoachmarkButton/index.js +0 -8
  1414. package/es/components/CoachmarkFixed/index.js +0 -8
  1415. package/es/components/CoachmarkOverlayElement/index.js +0 -8
  1416. package/es/components/CoachmarkOverlayElements/index.js +0 -8
  1417. package/es/components/CoachmarkStack/index.js +0 -8
  1418. package/es/components/ComboButton/index.js +0 -9
  1419. package/es/components/CreateFullPage/CreateFullPage.docs-page.js +0 -51
  1420. package/es/components/CreateFullPage/index.js +0 -9
  1421. package/es/components/CreateInfluencer/index.js +0 -8
  1422. package/es/components/CreateModal/CreateModal.docs-page.js +0 -24
  1423. package/es/components/CreateModal/index.js +0 -10
  1424. package/es/components/CreateSidePanel/CreateSidePanel.docs-page.js +0 -18
  1425. package/es/components/CreateSidePanel/index.js +0 -8
  1426. package/es/components/CreateTearsheet/CreateTearsheet.docs-page.js +0 -36
  1427. package/es/components/CreateTearsheet/index.js +0 -10
  1428. package/es/components/CreateTearsheet/preview-components/MultiStepTearsheet.js +0 -292
  1429. package/es/components/CreateTearsheet/preview-components/MultiStepWithIntro.js +0 -280
  1430. package/es/components/CreateTearsheet/preview-components/MultiStepWithStepInErrorState.js +0 -145
  1431. package/es/components/CreateTearsheetNarrow/index.js +0 -8
  1432. package/es/components/DataSpreadsheet/hooks/index.js +0 -14
  1433. package/es/components/DataSpreadsheet/index.js +0 -8
  1434. package/es/components/DataSpreadsheet/utils/generateData.js +0 -52
  1435. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/index.js +0 -10
  1436. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/index.js +0 -11
  1437. package/es/components/Datagrid/Datagrid/addons/Filtering/index.js +0 -9
  1438. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/index.js +0 -1
  1439. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/index.js +0 -1
  1440. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/index.js +0 -1
  1441. package/es/components/Datagrid/Datagrid/addons/RowSize/index.js +0 -9
  1442. package/es/components/Datagrid/Datagrid/index.js +0 -8
  1443. package/es/components/Datagrid/Datagrid.docs-page.js +0 -135
  1444. package/es/components/Datagrid/Datagrid.stories/ColumnAlignment/ColumnAlignment.docs-page.js +0 -13
  1445. package/es/components/Datagrid/Datagrid.stories/CustomizeColumnStory.js +0 -6
  1446. package/es/components/Datagrid/Datagrid.stories/RowSizeDropdownStory.js +0 -6
  1447. package/es/components/Datagrid/Datagrid.stories/SelectAllWithToggleStory.js +0 -6
  1448. package/es/components/Datagrid/Datagrid.stories/StickyActionsColumnStory.js +0 -102
  1449. package/es/components/Datagrid/Datagrid.stories/common.js +0 -190
  1450. package/es/components/Datagrid/Datagrid.stories/index.js +0 -4
  1451. package/es/components/Datagrid/Extensions/ColumnCustomization/ColumnCustomization.docs-page.js +0 -13
  1452. package/es/components/Datagrid/Extensions/EditableCell/EditableCell.docs-page.js +0 -47
  1453. package/es/components/Datagrid/Extensions/ExpandableRow/ExpandableRow.docs-page.js +0 -13
  1454. package/es/components/Datagrid/Extensions/Filtering/Filtering.docs-page.js +0 -63
  1455. package/es/components/Datagrid/Extensions/RowActionButtons/RowActionButtons.docs-page.js +0 -13
  1456. package/es/components/Datagrid/index.js +0 -29
  1457. package/es/components/Datagrid/useEditableCell.js +0 -12
  1458. package/es/components/Datagrid/utils/DatagridActions.js +0 -229
  1459. package/es/components/Datagrid/utils/DatagridPagination.js +0 -32
  1460. package/es/components/Datagrid/utils/Wrapper.js +0 -21
  1461. package/es/components/Datagrid/utils/filterPropsForTesting.js +0 -149
  1462. package/es/components/Datagrid/utils/getArgTypes.js +0 -111
  1463. package/es/components/Datagrid/utils/getInlineEditColumns.js +0 -157
  1464. package/es/components/Datagrid/utils/handleFilterTagLabelText.js +0 -26
  1465. package/es/components/Datagrid/utils/makeData.js +0 -193
  1466. package/es/components/DelimitedList/DelimitedList.docs-page.js +0 -15
  1467. package/es/components/DelimitedList/index.js +0 -8
  1468. package/es/components/EditFullPage/EditFullPage.docs-page.js +0 -39
  1469. package/es/components/EditFullPage/index.js +0 -8
  1470. package/es/components/EditInPlace/index.js +0 -8
  1471. package/es/components/EditSidePanel/index.js +0 -8
  1472. package/es/components/EditTearsheet/EditTearsheet.docs-page.js +0 -25
  1473. package/es/components/EditTearsheet/index.js +0 -9
  1474. package/es/components/EditTearsheet/preview-components/MultiFormEditTearsheet.js +0 -230
  1475. package/es/components/EditTearsheetNarrow/index.js +0 -8
  1476. package/es/components/EditUpdateCards/index.js +0 -8
  1477. package/es/components/EmptyStates/ErrorEmptyState/index.js +0 -8
  1478. package/es/components/EmptyStates/NoDataEmptyState/index.js +0 -8
  1479. package/es/components/EmptyStates/NoTagsEmptyState/index.js +0 -8
  1480. package/es/components/EmptyStates/NotFoundEmptyState/index.js +0 -8
  1481. package/es/components/EmptyStates/NotificationsEmptyState/index.js +0 -8
  1482. package/es/components/EmptyStates/UnauthorizedEmptyState/index.js +0 -8
  1483. package/es/components/EmptyStates/index.js +0 -14
  1484. package/es/components/ExampleComponent/ExampleComponent.docs-page.js +0 -22
  1485. package/es/components/ExampleComponent/ExampleComponent.js +0 -180
  1486. package/es/components/ExampleComponent/ExampleDeprecatedComponent.js +0 -28
  1487. package/es/components/ExampleComponent/index.js +0 -8
  1488. package/es/components/ExampleComponent/useExample.js +0 -49
  1489. package/es/components/ExportModal/index.js +0 -8
  1490. package/es/components/ExpressiveCard/index.js +0 -8
  1491. package/es/components/FilterSummary/index.js +0 -7
  1492. package/es/components/Guidebanner/Guidebanner.docs-page.js +0 -15
  1493. package/es/components/Guidebanner/index.js +0 -11
  1494. package/es/components/HTTPErrors/HTTPError403/index.js +0 -8
  1495. package/es/components/HTTPErrors/HTTPError404/index.js +0 -8
  1496. package/es/components/HTTPErrors/HTTPErrorOther/index.js +0 -8
  1497. package/es/components/HTTPErrors/index.js +0 -10
  1498. package/es/components/ImportModal/ImportModal.docs-page.js +0 -18
  1499. package/es/components/ImportModal/index.js +0 -8
  1500. package/es/components/InlineTip/InlineTip.docs-page.js +0 -13
  1501. package/es/components/InlineTip/index.js +0 -10
  1502. package/es/components/InterstitialScreen/index.js +0 -8
  1503. package/es/components/InterstitialScreenView/index.js +0 -8
  1504. package/es/components/InterstitialScreenViewModule/index.js +0 -8
  1505. package/es/components/MultiAddSelect/MultiAddSelect.docs-page.js +0 -17
  1506. package/es/components/MultiAddSelect/index.js +0 -8
  1507. package/es/components/NonLinearReading/NonLinearReading.docs-page.js +0 -15
  1508. package/es/components/NonLinearReading/index.js +0 -8
  1509. package/es/components/NotificationsPanel/NotificationsPanel_data.js +0 -135
  1510. package/es/components/NotificationsPanel/index.js +0 -8
  1511. package/es/components/NotificationsPanel/preview-components/UnreadNotificationBell.js +0 -33
  1512. package/es/components/OptionsTile/index.js +0 -8
  1513. package/es/components/PageHeader/PageHeaderDemo.data.js +0 -613
  1514. package/es/components/PageHeader/index.js +0 -8
  1515. package/es/components/ProductiveCard/index.js +0 -8
  1516. package/es/components/RemoveModal/RemoveModal.docs-page.js +0 -18
  1517. package/es/components/RemoveModal/index.js +0 -8
  1518. package/es/components/Saving/index.js +0 -8
  1519. package/es/components/SearchBar/index.js +0 -8
  1520. package/es/components/SidePanel/index.js +0 -8
  1521. package/es/components/SimpleHeader/SimpleHeader.docs-page.js +0 -17
  1522. package/es/components/SimpleHeader/index.js +0 -8
  1523. package/es/components/SingleAddSelect/SingleAddSelect.docs-page.js +0 -15
  1524. package/es/components/SingleAddSelect/index.js +0 -8
  1525. package/es/components/StatusIcon/StatusIcon.docs-page.js +0 -17
  1526. package/es/components/StatusIcon/index.js +0 -8
  1527. package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.docs-page.js +0 -11
  1528. package/es/components/SteppedAnimatedMedia/assets/index.js +0 -4
  1529. package/es/components/SteppedAnimatedMedia/index.js +0 -8
  1530. package/es/components/TagSet/constants.js +0 -21
  1531. package/es/components/TagSet/index.js +0 -8
  1532. package/es/components/Tearsheet/index.js +0 -9
  1533. package/es/components/Toolbar/Toolbar.docs-page.js +0 -14
  1534. package/es/components/Toolbar/index.js +0 -10
  1535. package/es/components/TooltipTrigger/index.js +0 -8
  1536. package/es/components/TooltipTrigger/useExample.js +0 -49
  1537. package/es/components/UserProfileImage/UserProfileImage.docs-page.js +0 -17
  1538. package/es/components/UserProfileImage/index.js +0 -10
  1539. package/es/components/WebTerminal/WebTerminal.docs-page.js +0 -52
  1540. package/es/components/WebTerminal/index.js +0 -10
  1541. package/es/components/WebTerminal/preview-components/Navigation.js +0 -37
  1542. package/es/components/WebTerminal/preview-components/documentationLinks.js +0 -32
  1543. package/es/components/WebTerminal/preview-components/index.js +0 -12
  1544. package/es/components/_Canary/index.js +0 -8
  1545. package/es/components/index.js +0 -60
  1546. package/es/global/decorators/sidePanelDecorator.js +0 -18
  1547. package/es/global/js/hooks/index.js +0 -19
  1548. package/es/global/js/utils/ClickListener.js +0 -65
  1549. package/es/global/js/utils/DisplayBox.js +0 -32
  1550. package/es/global/js/utils/StoryDocsPage.js +0 -224
  1551. package/es/global/js/utils/story-helper.js +0 -211
  1552. package/es/global/js/utils/test-helper.js +0 -363
  1553. package/es/global/js/utils/unwrap-if-fragment.js +0 -63
  1554. package/es/global/js/utils/uuidv4.spec.js +0 -27
  1555. package/lib/components/APIKeyModal/APIKeyModal.docs-page.js +0 -36
  1556. package/lib/components/APIKeyModal/index.js +0 -12
  1557. package/lib/components/AboutModal/AboutModal.docs-page.js +0 -31
  1558. package/lib/components/AboutModal/index.js +0 -12
  1559. package/lib/components/ActionBar/index.js +0 -19
  1560. package/lib/components/ActionSet/actions.js +0 -61
  1561. package/lib/components/ActionSet/index.js +0 -12
  1562. package/lib/components/AddSelect/index.js +0 -12
  1563. package/lib/components/BreadcrumbWithOverflow/index.js +0 -12
  1564. package/lib/components/ButtonMenu/ButtonMenu.js +0 -136
  1565. package/lib/components/ButtonMenu/ButtonMenuItem.js +0 -41
  1566. package/lib/components/ButtonMenu/index.js +0 -19
  1567. package/lib/components/ButtonSetWithOverflow/index.js +0 -12
  1568. package/lib/components/Card/index.js +0 -26
  1569. package/lib/components/Carousel/Carousel.docs-page.js +0 -21
  1570. package/lib/components/Carousel/index.js +0 -19
  1571. package/lib/components/Carousel/utils.js +0 -105
  1572. package/lib/components/Cascade/Cascade.docs-page.js +0 -32
  1573. package/lib/components/Cascade/index.js +0 -12
  1574. package/lib/components/Checklist/Checklist.docs-page.js +0 -23
  1575. package/lib/components/Checklist/index.js +0 -12
  1576. package/lib/components/Coachmark/index.js +0 -38
  1577. package/lib/components/Coachmark/utils/helpers.js +0 -17
  1578. package/lib/components/CoachmarkBeacon/index.js +0 -12
  1579. package/lib/components/CoachmarkButton/index.js +0 -12
  1580. package/lib/components/CoachmarkFixed/index.js +0 -12
  1581. package/lib/components/CoachmarkOverlayElement/index.js +0 -12
  1582. package/lib/components/CoachmarkOverlayElements/index.js +0 -12
  1583. package/lib/components/CoachmarkStack/index.js +0 -12
  1584. package/lib/components/ComboButton/index.js +0 -19
  1585. package/lib/components/CreateFullPage/CreateFullPage.docs-page.js +0 -61
  1586. package/lib/components/CreateFullPage/index.js +0 -19
  1587. package/lib/components/CreateInfluencer/index.js +0 -12
  1588. package/lib/components/CreateModal/CreateModal.docs-page.js +0 -34
  1589. package/lib/components/CreateModal/index.js +0 -12
  1590. package/lib/components/CreateSidePanel/CreateSidePanel.docs-page.js +0 -28
  1591. package/lib/components/CreateSidePanel/index.js +0 -12
  1592. package/lib/components/CreateTearsheet/CreateTearsheet.docs-page.js +0 -46
  1593. package/lib/components/CreateTearsheet/index.js +0 -26
  1594. package/lib/components/CreateTearsheet/preview-components/MultiStepTearsheet.js +0 -301
  1595. package/lib/components/CreateTearsheet/preview-components/MultiStepWithIntro.js +0 -290
  1596. package/lib/components/CreateTearsheet/preview-components/MultiStepWithStepInErrorState.js +0 -155
  1597. package/lib/components/CreateTearsheetNarrow/index.js +0 -12
  1598. package/lib/components/DataSpreadsheet/hooks/index.js +0 -54
  1599. package/lib/components/DataSpreadsheet/index.js +0 -12
  1600. package/lib/components/DataSpreadsheet/utils/generateData.js +0 -59
  1601. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/index.js +0 -20
  1602. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/index.js +0 -34
  1603. package/lib/components/Datagrid/Datagrid/addons/Filtering/index.js +0 -33
  1604. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/index.js +0 -12
  1605. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/index.js +0 -12
  1606. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/index.js +0 -18
  1607. package/lib/components/Datagrid/Datagrid/addons/RowSize/index.js +0 -13
  1608. package/lib/components/Datagrid/Datagrid/index.js +0 -12
  1609. package/lib/components/Datagrid/Datagrid.docs-page.js +0 -145
  1610. package/lib/components/Datagrid/Datagrid.stories/ColumnAlignment/ColumnAlignment.docs-page.js +0 -20
  1611. package/lib/components/Datagrid/Datagrid.stories/CustomizeColumnStory.js +0 -12
  1612. package/lib/components/Datagrid/Datagrid.stories/RowSizeDropdownStory.js +0 -12
  1613. package/lib/components/Datagrid/Datagrid.stories/SelectAllWithToggleStory.js +0 -12
  1614. package/lib/components/Datagrid/Datagrid.stories/StickyActionsColumnStory.js +0 -103
  1615. package/lib/components/Datagrid/Datagrid.stories/common.js +0 -197
  1616. package/lib/components/Datagrid/Datagrid.stories/index.js +0 -34
  1617. package/lib/components/Datagrid/Extensions/ColumnCustomization/ColumnCustomization.docs-page.js +0 -20
  1618. package/lib/components/Datagrid/Extensions/EditableCell/EditableCell.docs-page.js +0 -54
  1619. package/lib/components/Datagrid/Extensions/ExpandableRow/ExpandableRow.docs-page.js +0 -20
  1620. package/lib/components/Datagrid/Extensions/Filtering/Filtering.docs-page.js +0 -70
  1621. package/lib/components/Datagrid/Extensions/RowActionButtons/RowActionButtons.docs-page.js +0 -20
  1622. package/lib/components/Datagrid/index.js +0 -160
  1623. package/lib/components/Datagrid/useEditableCell.js +0 -19
  1624. package/lib/components/Datagrid/utils/DatagridActions.js +0 -239
  1625. package/lib/components/Datagrid/utils/DatagridPagination.js +0 -39
  1626. package/lib/components/Datagrid/utils/Wrapper.js +0 -28
  1627. package/lib/components/Datagrid/utils/filterPropsForTesting.js +0 -156
  1628. package/lib/components/Datagrid/utils/getArgTypes.js +0 -117
  1629. package/lib/components/Datagrid/utils/getInlineEditColumns.js +0 -164
  1630. package/lib/components/Datagrid/utils/handleFilterTagLabelText.js +0 -32
  1631. package/lib/components/Datagrid/utils/makeData.js +0 -198
  1632. package/lib/components/DelimitedList/DelimitedList.docs-page.js +0 -25
  1633. package/lib/components/DelimitedList/index.js +0 -12
  1634. package/lib/components/EditFullPage/EditFullPage.docs-page.js +0 -49
  1635. package/lib/components/EditFullPage/index.js +0 -12
  1636. package/lib/components/EditInPlace/index.js +0 -12
  1637. package/lib/components/EditSidePanel/index.js +0 -12
  1638. package/lib/components/EditTearsheet/EditTearsheet.docs-page.js +0 -35
  1639. package/lib/components/EditTearsheet/index.js +0 -19
  1640. package/lib/components/EditTearsheet/preview-components/MultiFormEditTearsheet.js +0 -240
  1641. package/lib/components/EditTearsheetNarrow/index.js +0 -12
  1642. package/lib/components/EditUpdateCards/index.js +0 -12
  1643. package/lib/components/EmptyStates/ErrorEmptyState/index.js +0 -12
  1644. package/lib/components/EmptyStates/NoDataEmptyState/index.js +0 -12
  1645. package/lib/components/EmptyStates/NoTagsEmptyState/index.js +0 -12
  1646. package/lib/components/EmptyStates/NotFoundEmptyState/index.js +0 -12
  1647. package/lib/components/EmptyStates/NotificationsEmptyState/index.js +0 -12
  1648. package/lib/components/EmptyStates/UnauthorizedEmptyState/index.js +0 -12
  1649. package/lib/components/EmptyStates/index.js +0 -54
  1650. package/lib/components/ExampleComponent/ExampleComponent.docs-page.js +0 -32
  1651. package/lib/components/ExampleComponent/ExampleComponent.js +0 -187
  1652. package/lib/components/ExampleComponent/ExampleDeprecatedComponent.js +0 -35
  1653. package/lib/components/ExampleComponent/index.js +0 -12
  1654. package/lib/components/ExampleComponent/useExample.js +0 -57
  1655. package/lib/components/ExportModal/index.js +0 -12
  1656. package/lib/components/ExpressiveCard/index.js +0 -12
  1657. package/lib/components/FilterSummary/index.js +0 -13
  1658. package/lib/components/Guidebanner/Guidebanner.docs-page.js +0 -25
  1659. package/lib/components/Guidebanner/index.js +0 -33
  1660. package/lib/components/HTTPErrors/HTTPError403/index.js +0 -12
  1661. package/lib/components/HTTPErrors/HTTPError404/index.js +0 -12
  1662. package/lib/components/HTTPErrors/HTTPErrorOther/index.js +0 -12
  1663. package/lib/components/HTTPErrors/index.js +0 -26
  1664. package/lib/components/ImportModal/ImportModal.docs-page.js +0 -25
  1665. package/lib/components/ImportModal/index.js +0 -12
  1666. package/lib/components/InlineTip/InlineTip.docs-page.js +0 -23
  1667. package/lib/components/InlineTip/index.js +0 -26
  1668. package/lib/components/InterstitialScreen/index.js +0 -12
  1669. package/lib/components/InterstitialScreenView/index.js +0 -12
  1670. package/lib/components/InterstitialScreenViewModule/index.js +0 -12
  1671. package/lib/components/MultiAddSelect/MultiAddSelect.docs-page.js +0 -24
  1672. package/lib/components/MultiAddSelect/index.js +0 -12
  1673. package/lib/components/NonLinearReading/NonLinearReading.docs-page.js +0 -25
  1674. package/lib/components/NonLinearReading/index.js +0 -12
  1675. package/lib/components/NotificationsPanel/NotificationsPanel_data.js +0 -142
  1676. package/lib/components/NotificationsPanel/index.js +0 -12
  1677. package/lib/components/NotificationsPanel/preview-components/UnreadNotificationBell.js +0 -39
  1678. package/lib/components/OptionsTile/index.js +0 -12
  1679. package/lib/components/PageHeader/PageHeaderDemo.data.js +0 -619
  1680. package/lib/components/PageHeader/index.js +0 -12
  1681. package/lib/components/ProductiveCard/index.js +0 -12
  1682. package/lib/components/RemoveModal/RemoveModal.docs-page.js +0 -25
  1683. package/lib/components/RemoveModal/index.js +0 -12
  1684. package/lib/components/Saving/index.js +0 -12
  1685. package/lib/components/SearchBar/index.js +0 -12
  1686. package/lib/components/SidePanel/index.js +0 -12
  1687. package/lib/components/SimpleHeader/SimpleHeader.docs-page.js +0 -27
  1688. package/lib/components/SimpleHeader/index.js +0 -12
  1689. package/lib/components/SingleAddSelect/SingleAddSelect.docs-page.js +0 -22
  1690. package/lib/components/SingleAddSelect/index.js +0 -12
  1691. package/lib/components/StatusIcon/StatusIcon.docs-page.js +0 -27
  1692. package/lib/components/StatusIcon/index.js +0 -12
  1693. package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.docs-page.js +0 -21
  1694. package/lib/components/SteppedAnimatedMedia/assets/index.js +0 -9
  1695. package/lib/components/SteppedAnimatedMedia/index.js +0 -12
  1696. package/lib/components/TagSet/constants.js +0 -27
  1697. package/lib/components/TagSet/index.js +0 -12
  1698. package/lib/components/Tearsheet/index.js +0 -19
  1699. package/lib/components/Toolbar/Toolbar.docs-page.js +0 -24
  1700. package/lib/components/Toolbar/index.js +0 -26
  1701. package/lib/components/TooltipTrigger/index.js +0 -12
  1702. package/lib/components/TooltipTrigger/useExample.js +0 -57
  1703. package/lib/components/UserProfileImage/UserProfileImage.docs-page.js +0 -27
  1704. package/lib/components/UserProfileImage/index.js +0 -12
  1705. package/lib/components/WebTerminal/WebTerminal.docs-page.js +0 -62
  1706. package/lib/components/WebTerminal/index.js +0 -32
  1707. package/lib/components/WebTerminal/preview-components/Navigation.js +0 -44
  1708. package/lib/components/WebTerminal/preview-components/documentationLinks.js +0 -38
  1709. package/lib/components/WebTerminal/preview-components/index.js +0 -13
  1710. package/lib/components/_Canary/index.js +0 -12
  1711. package/lib/components/index.js +0 -640
  1712. package/lib/global/decorators/sidePanelDecorator.js +0 -25
  1713. package/lib/global/js/hooks/index.js +0 -95
  1714. package/lib/global/js/utils/ClickListener.js +0 -75
  1715. package/lib/global/js/utils/DisplayBox.js +0 -39
  1716. package/lib/global/js/utils/StoryDocsPage.js +0 -229
  1717. package/lib/global/js/utils/story-helper.js +0 -217
  1718. package/lib/global/js/utils/test-helper.js +0 -370
  1719. package/lib/global/js/utils/unwrap-if-fragment.js +0 -69
  1720. package/lib/global/js/utils/uuidv4.spec.js +0 -30
@@ -0,0 +1,2900 @@
1
+ /**
2
+ * Copyright IBM Corp. 2020, 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import { objectWithoutProperties as _objectWithoutProperties, objectSpread2 as _objectSpread2 } from '../../../../../_virtual/_rollupPluginBabelHelpers.js';
9
+ import React__default from 'react';
10
+ import Icon from '../Icon.js';
11
+ import { i as iconPropTypes } from '../iconPropTypes-4cbeb95d.js';
12
+
13
+ var _excluded = ["children", "size"],
14
+ _excluded2 = ["children", "size"],
15
+ _excluded3 = ["children", "size"],
16
+ _excluded4 = ["children", "size"],
17
+ _excluded5 = ["children", "size"],
18
+ _excluded6 = ["children", "size"],
19
+ _excluded7 = ["children", "size"],
20
+ _excluded8 = ["children", "size"],
21
+ _excluded9 = ["children", "size"],
22
+ _excluded10 = ["children", "size"],
23
+ _excluded11 = ["children", "size"],
24
+ _excluded12 = ["children", "size"],
25
+ _excluded13 = ["children", "size"],
26
+ _excluded14 = ["children", "size"],
27
+ _excluded15 = ["children", "size"],
28
+ _excluded16 = ["children", "size"],
29
+ _excluded17 = ["children", "size"],
30
+ _excluded18 = ["children", "size"],
31
+ _excluded19 = ["children", "size"],
32
+ _excluded20 = ["children", "size"],
33
+ _excluded21 = ["children", "size"],
34
+ _excluded22 = ["children", "size"],
35
+ _excluded23 = ["children", "size"],
36
+ _excluded24 = ["children", "size"],
37
+ _excluded25 = ["children", "size"],
38
+ _excluded26 = ["children", "size"],
39
+ _excluded27 = ["children", "size"],
40
+ _excluded28 = ["children", "size"],
41
+ _excluded29 = ["children", "size"],
42
+ _excluded30 = ["children", "size"],
43
+ _excluded31 = ["children", "size"],
44
+ _excluded32 = ["children", "size"],
45
+ _excluded33 = ["children", "size"],
46
+ _excluded34 = ["children", "size"],
47
+ _excluded35 = ["children", "size"],
48
+ _excluded36 = ["children", "size"],
49
+ _excluded37 = ["children", "size"],
50
+ _excluded38 = ["children", "size"],
51
+ _excluded39 = ["children", "size"],
52
+ _excluded40 = ["children", "size"],
53
+ _excluded41 = ["children", "size"],
54
+ _excluded42 = ["children", "size"],
55
+ _excluded43 = ["children", "size"],
56
+ _excluded44 = ["children", "size"],
57
+ _excluded45 = ["children", "size"],
58
+ _excluded46 = ["children", "size"],
59
+ _excluded47 = ["children", "size"],
60
+ _excluded48 = ["children", "size"],
61
+ _excluded49 = ["children", "size"],
62
+ _excluded50 = ["children", "size"],
63
+ _excluded51 = ["children", "size"],
64
+ _excluded52 = ["children", "size"],
65
+ _excluded53 = ["children", "size"],
66
+ _excluded54 = ["children", "size"],
67
+ _excluded55 = ["children", "size"],
68
+ _excluded56 = ["children", "size"],
69
+ _excluded57 = ["children", "size"],
70
+ _excluded58 = ["children", "size"],
71
+ _excluded59 = ["children", "size"],
72
+ _excluded60 = ["children", "size"],
73
+ _excluded61 = ["children", "size"],
74
+ _excluded62 = ["children", "size"],
75
+ _excluded63 = ["children", "size"],
76
+ _excluded64 = ["children", "size"],
77
+ _excluded65 = ["children", "size"],
78
+ _excluded66 = ["children", "size"],
79
+ _excluded67 = ["children", "size"],
80
+ _excluded68 = ["children", "size"],
81
+ _excluded69 = ["children", "size"],
82
+ _excluded70 = ["children", "size"],
83
+ _excluded71 = ["children", "size"],
84
+ _excluded72 = ["children", "size"],
85
+ _excluded73 = ["children", "size"],
86
+ _excluded74 = ["children", "size"],
87
+ _excluded75 = ["children", "size"],
88
+ _excluded76 = ["children", "size"],
89
+ _excluded77 = ["children", "size"],
90
+ _excluded78 = ["children", "size"],
91
+ _excluded79 = ["children", "size"],
92
+ _excluded80 = ["children", "size"],
93
+ _excluded81 = ["children", "size"],
94
+ _excluded82 = ["children", "size"],
95
+ _excluded83 = ["children", "size"],
96
+ _excluded84 = ["children", "size"],
97
+ _excluded85 = ["children", "size"],
98
+ _excluded86 = ["children", "size"],
99
+ _excluded87 = ["children", "size"],
100
+ _excluded88 = ["children", "size"],
101
+ _excluded89 = ["children", "size"],
102
+ _excluded90 = ["children", "size"],
103
+ _excluded91 = ["children", "size"],
104
+ _excluded92 = ["children", "size"],
105
+ _excluded93 = ["children", "size"],
106
+ _excluded94 = ["children", "size"],
107
+ _excluded95 = ["children", "size"],
108
+ _excluded96 = ["children", "size"],
109
+ _excluded97 = ["children", "size"],
110
+ _excluded98 = ["children", "size"],
111
+ _excluded99 = ["children", "size"],
112
+ _excluded100 = ["children", "size"],
113
+ _excluded101 = ["children", "size"],
114
+ _excluded102 = ["children", "size"],
115
+ _excluded103 = ["children", "size"],
116
+ _excluded104 = ["children", "size"],
117
+ _excluded105 = ["children", "size"],
118
+ _excluded106 = ["children", "size"],
119
+ _excluded107 = ["children", "size"],
120
+ _excluded108 = ["children", "size"],
121
+ _excluded109 = ["children", "size"],
122
+ _excluded110 = ["children", "size"],
123
+ _excluded111 = ["children", "size"],
124
+ _excluded112 = ["children", "size"],
125
+ _excluded113 = ["children", "size"],
126
+ _excluded114 = ["children", "size"],
127
+ _excluded115 = ["children", "size"],
128
+ _excluded116 = ["children", "size"],
129
+ _excluded117 = ["children", "size"],
130
+ _excluded118 = ["children", "size"],
131
+ _excluded119 = ["children", "size"],
132
+ _excluded120 = ["children", "size"],
133
+ _excluded121 = ["children", "size"],
134
+ _excluded122 = ["children", "size"],
135
+ _excluded123 = ["children", "size"],
136
+ _excluded124 = ["children", "size"],
137
+ _excluded125 = ["children", "size"];
138
+ var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _circle, _path11, _circle2, _path12, _circle3, _circle4, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _circle5, _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, _circle6, _path63, _circle7, _path64, _path65, _circle8, _path66, _circle9, _path67, _path68, _path69, _circle10, _path70, _circle11, _path71, _path72, _circle12, _path73, _circle13, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _circle14, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _circle15, _circle16, _circle17, _circle18, _circle19, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _circle20, _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, _circle21, _path129, _path130, _path131, _path132, _circle22, _circle23, _path133, _path134, _circle24, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _circle25, _circle26, _circle27, _circle28, _circle29, _circle30, _circle31, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _circle32, _circle33, _circle34, _circle35, _circle36, _path157, _path158, _path159, _path160, _path161, _path162, _circle37, _circle38, _circle39, _circle40, _circle41, _circle42, _path163, _path164, _circle43, _circle44, _circle45, _circle46, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _circle47, _path187, _path188, _path189, _path190, _path191, _path192, _path193;
139
+ var CicsWuiRegion = /*#__PURE__*/React__default.forwardRef(function CicsWuiRegion(_ref, ref) {
140
+ var children = _ref.children,
141
+ _ref$size = _ref.size,
142
+ size = _ref$size === void 0 ? 16 : _ref$size,
143
+ rest = _objectWithoutProperties(_ref, _excluded);
144
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
145
+ width: size,
146
+ height: size,
147
+ ref: ref,
148
+ xmlns: "http://www.w3.org/2000/svg",
149
+ viewBox: "0 0 32 32",
150
+ fill: "currentColor"
151
+ }, rest), _path || (_path = /*#__PURE__*/React__default.createElement("path", {
152
+ 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"
153
+ })), _path2 || (_path2 = /*#__PURE__*/React__default.createElement("path", {
154
+ d: "M26,4H6A2.0059,2.0059,0,0,0,4,6V18H6V6H26V18h2V6A2.0059,2.0059,0,0,0,26,4Z"
155
+ })), children);
156
+ });
157
+ if (process.env.NODE_ENV !== "production") {
158
+ CicsWuiRegion.propTypes = iconPropTypes;
159
+ }
160
+ var CicsRegion = /*#__PURE__*/React__default.forwardRef(function CicsRegion(_ref2, ref) {
161
+ var children = _ref2.children,
162
+ _ref2$size = _ref2.size,
163
+ size = _ref2$size === void 0 ? 16 : _ref2$size,
164
+ rest = _objectWithoutProperties(_ref2, _excluded2);
165
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
166
+ width: size,
167
+ height: size,
168
+ ref: ref,
169
+ xmlns: "http://www.w3.org/2000/svg",
170
+ viewBox: "0 0 32 32",
171
+ fill: "currentColor"
172
+ }, rest), _path3 || (_path3 = /*#__PURE__*/React__default.createElement("path", {
173
+ 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"
174
+ })), _path4 || (_path4 = /*#__PURE__*/React__default.createElement("path", {
175
+ 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"
176
+ })), children);
177
+ });
178
+ if (process.env.NODE_ENV !== "production") {
179
+ CicsRegion.propTypes = iconPropTypes;
180
+ }
181
+ var CicsRegionAlt = /*#__PURE__*/React__default.forwardRef(function CicsRegionAlt(_ref3, ref) {
182
+ var children = _ref3.children,
183
+ _ref3$size = _ref3.size,
184
+ size = _ref3$size === void 0 ? 16 : _ref3$size,
185
+ rest = _objectWithoutProperties(_ref3, _excluded3);
186
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
187
+ width: size,
188
+ height: size,
189
+ ref: ref,
190
+ xmlns: "http://www.w3.org/2000/svg",
191
+ viewBox: "0 0 32 32",
192
+ fill: "currentColor"
193
+ }, rest), _path5 || (_path5 = /*#__PURE__*/React__default.createElement("path", {
194
+ 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"
195
+ })), children);
196
+ });
197
+ if (process.env.NODE_ENV !== "production") {
198
+ CicsRegionAlt.propTypes = iconPropTypes;
199
+ }
200
+ var CicsRegionRouting = /*#__PURE__*/React__default.forwardRef(function CicsRegionRouting(_ref4, ref) {
201
+ var children = _ref4.children,
202
+ _ref4$size = _ref4.size,
203
+ size = _ref4$size === void 0 ? 16 : _ref4$size,
204
+ rest = _objectWithoutProperties(_ref4, _excluded4);
205
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
206
+ width: size,
207
+ height: size,
208
+ ref: ref,
209
+ xmlns: "http://www.w3.org/2000/svg",
210
+ viewBox: "0 0 32 32",
211
+ fill: "currentColor"
212
+ }, rest), _path6 || (_path6 = /*#__PURE__*/React__default.createElement("path", {
213
+ 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"
214
+ })), _path7 || (_path7 = /*#__PURE__*/React__default.createElement("path", {
215
+ 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"
216
+ })), children);
217
+ });
218
+ if (process.env.NODE_ENV !== "production") {
219
+ CicsRegionRouting.propTypes = iconPropTypes;
220
+ }
221
+ var CicsRegionTarget = /*#__PURE__*/React__default.forwardRef(function CicsRegionTarget(_ref5, ref) {
222
+ var children = _ref5.children,
223
+ _ref5$size = _ref5.size,
224
+ size = _ref5$size === void 0 ? 16 : _ref5$size,
225
+ rest = _objectWithoutProperties(_ref5, _excluded5);
226
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
227
+ width: size,
228
+ height: size,
229
+ ref: ref,
230
+ xmlns: "http://www.w3.org/2000/svg",
231
+ viewBox: "0 0 32 32",
232
+ fill: "currentColor"
233
+ }, rest), _path8 || (_path8 = /*#__PURE__*/React__default.createElement("path", {
234
+ 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"
235
+ })), _path9 || (_path9 = /*#__PURE__*/React__default.createElement("path", {
236
+ 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"
237
+ })), children);
238
+ });
239
+ if (process.env.NODE_ENV !== "production") {
240
+ CicsRegionTarget.propTypes = iconPropTypes;
241
+ }
242
+ var Cicsplex = /*#__PURE__*/React__default.forwardRef(function Cicsplex(_ref6, ref) {
243
+ var children = _ref6.children,
244
+ _ref6$size = _ref6.size,
245
+ size = _ref6$size === void 0 ? 16 : _ref6$size,
246
+ rest = _objectWithoutProperties(_ref6, _excluded6);
247
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
248
+ width: size,
249
+ height: size,
250
+ ref: ref,
251
+ xmlns: "http://www.w3.org/2000/svg",
252
+ viewBox: "0 0 32 32",
253
+ fill: "currentColor"
254
+ }, rest), _path10 || (_path10 = /*#__PURE__*/React__default.createElement("path", {
255
+ 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"
256
+ })), children);
257
+ });
258
+ if (process.env.NODE_ENV !== "production") {
259
+ Cicsplex.propTypes = iconPropTypes;
260
+ }
261
+ var CircleFilled = /*#__PURE__*/React__default.forwardRef(function CircleFilled(_ref7, ref) {
262
+ var children = _ref7.children,
263
+ _ref7$size = _ref7.size,
264
+ size = _ref7$size === void 0 ? 16 : _ref7$size,
265
+ rest = _objectWithoutProperties(_ref7, _excluded7);
266
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
267
+ width: size,
268
+ height: size,
269
+ ref: ref,
270
+ xmlns: "http://www.w3.org/2000/svg",
271
+ viewBox: "0 0 32 32",
272
+ fill: "currentColor"
273
+ }, rest), _circle || (_circle = /*#__PURE__*/React__default.createElement("circle", {
274
+ cx: "16",
275
+ cy: "16",
276
+ r: "10"
277
+ })), _path11 || (_path11 = /*#__PURE__*/React__default.createElement("path", {
278
+ 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"
279
+ })), children);
280
+ });
281
+ if (process.env.NODE_ENV !== "production") {
282
+ CircleFilled.propTypes = iconPropTypes;
283
+ }
284
+ var CircleSolid = /*#__PURE__*/React__default.forwardRef(function CircleSolid(_ref8, ref) {
285
+ var children = _ref8.children,
286
+ _ref8$size = _ref8.size,
287
+ size = _ref8$size === void 0 ? 16 : _ref8$size,
288
+ rest = _objectWithoutProperties(_ref8, _excluded8);
289
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
290
+ width: size,
291
+ height: size,
292
+ ref: ref,
293
+ xmlns: "http://www.w3.org/2000/svg",
294
+ viewBox: "0 0 32 32",
295
+ fill: "currentColor"
296
+ }, rest), _circle2 || (_circle2 = /*#__PURE__*/React__default.createElement("circle", {
297
+ cx: "16",
298
+ cy: "16",
299
+ r: "14"
300
+ })), children);
301
+ });
302
+ if (process.env.NODE_ENV !== "production") {
303
+ CircleSolid.propTypes = iconPropTypes;
304
+ }
305
+ var CircleDash = /*#__PURE__*/React__default.forwardRef(function CircleDash(_ref9, ref) {
306
+ var children = _ref9.children,
307
+ _ref9$size = _ref9.size,
308
+ size = _ref9$size === void 0 ? 16 : _ref9$size,
309
+ rest = _objectWithoutProperties(_ref9, _excluded9);
310
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
311
+ width: size,
312
+ height: size,
313
+ ref: ref,
314
+ xmlns: "http://www.w3.org/2000/svg",
315
+ viewBox: "0 0 32 32",
316
+ fill: "currentColor"
317
+ }, rest), _path12 || (_path12 = /*#__PURE__*/React__default.createElement("path", {
318
+ 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"
319
+ })), children);
320
+ });
321
+ if (process.env.NODE_ENV !== "production") {
322
+ CircleDash.propTypes = iconPropTypes;
323
+ }
324
+ var CircleFill = /*#__PURE__*/React__default.forwardRef(function CircleFill(_ref10, ref) {
325
+ var children = _ref10.children,
326
+ _ref10$size = _ref10.size,
327
+ size = _ref10$size === void 0 ? 16 : _ref10$size,
328
+ rest = _objectWithoutProperties(_ref10, _excluded10);
329
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
330
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
331
+ width: size,
332
+ height: size,
333
+ ref: ref,
334
+ xmlns: "http://www.w3.org/2000/svg",
335
+ viewBox: "0 0 16 16",
336
+ fill: "currentColor"
337
+ }, rest), _circle3 || (_circle3 = /*#__PURE__*/React__default.createElement("circle", {
338
+ cx: "8",
339
+ cy: "8",
340
+ r: "6"
341
+ })), children);
342
+ }
343
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
344
+ width: size,
345
+ height: size,
346
+ ref: ref,
347
+ xmlns: "http://www.w3.org/2000/svg",
348
+ viewBox: "0 0 16 16",
349
+ fill: "currentColor"
350
+ }, rest), _circle4 || (_circle4 = /*#__PURE__*/React__default.createElement("circle", {
351
+ cx: "8",
352
+ cy: "8",
353
+ r: "6"
354
+ })), children);
355
+ });
356
+ if (process.env.NODE_ENV !== "production") {
357
+ CircleFill.propTypes = iconPropTypes;
358
+ }
359
+ var WatsonHealthCircleMeasurement = /*#__PURE__*/React__default.forwardRef(function WatsonHealthCircleMeasurement(_ref11, ref) {
360
+ var children = _ref11.children,
361
+ _ref11$size = _ref11.size,
362
+ size = _ref11$size === void 0 ? 16 : _ref11$size,
363
+ rest = _objectWithoutProperties(_ref11, _excluded11);
364
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
365
+ width: size,
366
+ height: size,
367
+ ref: ref,
368
+ xmlns: "http://www.w3.org/2000/svg",
369
+ viewBox: "0 0 32 32",
370
+ fill: "currentColor"
371
+ }, rest), _path13 || (_path13 = /*#__PURE__*/React__default.createElement("path", {
372
+ 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"
373
+ })), _path14 || (_path14 = /*#__PURE__*/React__default.createElement("path", {
374
+ d: "M21,12.41V16h2V9H16v2h3.59L11,19.59V16H9v7h7V21H12.41Z"
375
+ })), children);
376
+ });
377
+ if (process.env.NODE_ENV !== "production") {
378
+ WatsonHealthCircleMeasurement.propTypes = iconPropTypes;
379
+ }
380
+ var CirclePacking = /*#__PURE__*/React__default.forwardRef(function CirclePacking(_ref12, ref) {
381
+ var children = _ref12.children,
382
+ _ref12$size = _ref12.size,
383
+ size = _ref12$size === void 0 ? 16 : _ref12$size,
384
+ rest = _objectWithoutProperties(_ref12, _excluded12);
385
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
386
+ width: size,
387
+ height: size,
388
+ ref: ref,
389
+ xmlns: "http://www.w3.org/2000/svg",
390
+ viewBox: "0 0 32 32",
391
+ fill: "currentColor"
392
+ }, rest), _path15 || (_path15 = /*#__PURE__*/React__default.createElement("path", {
393
+ 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"
394
+ })), children);
395
+ });
396
+ if (process.env.NODE_ENV !== "production") {
397
+ CirclePacking.propTypes = iconPropTypes;
398
+ }
399
+ var CircleStroke = /*#__PURE__*/React__default.forwardRef(function CircleStroke(_ref13, ref) {
400
+ var children = _ref13.children,
401
+ _ref13$size = _ref13.size,
402
+ size = _ref13$size === void 0 ? 16 : _ref13$size,
403
+ rest = _objectWithoutProperties(_ref13, _excluded13);
404
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
405
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
406
+ width: size,
407
+ height: size,
408
+ ref: ref,
409
+ xmlns: "http://www.w3.org/2000/svg",
410
+ viewBox: "0 0 16 16",
411
+ fill: "currentColor"
412
+ }, rest), _path16 || (_path16 = /*#__PURE__*/React__default.createElement("path", {
413
+ 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"
414
+ })), children);
415
+ }
416
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
417
+ width: size,
418
+ height: size,
419
+ ref: ref,
420
+ xmlns: "http://www.w3.org/2000/svg",
421
+ viewBox: "0 0 16 16",
422
+ fill: "currentColor"
423
+ }, rest), _path17 || (_path17 = /*#__PURE__*/React__default.createElement("path", {
424
+ 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"
425
+ })), children);
426
+ });
427
+ if (process.env.NODE_ENV !== "production") {
428
+ CircleStroke.propTypes = iconPropTypes;
429
+ }
430
+ var QCircuitComposer = /*#__PURE__*/React__default.forwardRef(function QCircuitComposer(_ref14, ref) {
431
+ var children = _ref14.children,
432
+ _ref14$size = _ref14.size,
433
+ size = _ref14$size === void 0 ? 16 : _ref14$size,
434
+ rest = _objectWithoutProperties(_ref14, _excluded14);
435
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
436
+ width: size,
437
+ height: size,
438
+ ref: ref,
439
+ xmlns: "http://www.w3.org/2000/svg",
440
+ viewBox: "0 0 32 32",
441
+ fill: "currentColor"
442
+ }, rest), _path18 || (_path18 = /*#__PURE__*/React__default.createElement("path", {
443
+ 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"
444
+ })), _path19 || (_path19 = /*#__PURE__*/React__default.createElement("path", {
445
+ 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"
446
+ })), children);
447
+ });
448
+ if (process.env.NODE_ENV !== "production") {
449
+ QCircuitComposer.propTypes = iconPropTypes;
450
+ }
451
+ var Classification = /*#__PURE__*/React__default.forwardRef(function Classification(_ref15, ref) {
452
+ var children = _ref15.children,
453
+ _ref15$size = _ref15.size,
454
+ size = _ref15$size === void 0 ? 16 : _ref15$size,
455
+ rest = _objectWithoutProperties(_ref15, _excluded15);
456
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
457
+ width: size,
458
+ height: size,
459
+ ref: ref,
460
+ xmlns: "http://www.w3.org/2000/svg",
461
+ viewBox: "0 0 32 32",
462
+ fill: "currentColor"
463
+ }, rest), _circle5 || (_circle5 = /*#__PURE__*/React__default.createElement("circle", {
464
+ cx: "15",
465
+ cy: "19",
466
+ r: "1"
467
+ })), _path20 || (_path20 = /*#__PURE__*/React__default.createElement("path", {
468
+ 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"
469
+ })), children);
470
+ });
471
+ if (process.env.NODE_ENV !== "production") {
472
+ Classification.propTypes = iconPropTypes;
473
+ }
474
+ var ClassifierLanguage = /*#__PURE__*/React__default.forwardRef(function ClassifierLanguage(_ref16, ref) {
475
+ var children = _ref16.children,
476
+ _ref16$size = _ref16.size,
477
+ size = _ref16$size === void 0 ? 16 : _ref16$size,
478
+ rest = _objectWithoutProperties(_ref16, _excluded16);
479
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
480
+ width: size,
481
+ height: size,
482
+ ref: ref,
483
+ xmlns: "http://www.w3.org/2000/svg",
484
+ viewBox: "0 0 32 32",
485
+ fill: "currentColor"
486
+ }, rest), _path21 || (_path21 = /*#__PURE__*/React__default.createElement("path", {
487
+ 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"
488
+ })), children);
489
+ });
490
+ if (process.env.NODE_ENV !== "production") {
491
+ ClassifierLanguage.propTypes = iconPropTypes;
492
+ }
493
+ var Clean = /*#__PURE__*/React__default.forwardRef(function Clean(_ref17, ref) {
494
+ var children = _ref17.children,
495
+ _ref17$size = _ref17.size,
496
+ size = _ref17$size === void 0 ? 16 : _ref17$size,
497
+ rest = _objectWithoutProperties(_ref17, _excluded17);
498
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
499
+ width: size,
500
+ height: size,
501
+ ref: ref,
502
+ xmlns: "http://www.w3.org/2000/svg",
503
+ viewBox: "0 0 32 32",
504
+ fill: "currentColor"
505
+ }, rest), _path22 || (_path22 = /*#__PURE__*/React__default.createElement("path", {
506
+ d: "M20 18H26V20H20z",
507
+ transform: "rotate(-180 23 19)"
508
+ })), _path23 || (_path23 = /*#__PURE__*/React__default.createElement("path", {
509
+ d: "M24 26H30V28H24z",
510
+ transform: "rotate(-180 27 27)"
511
+ })), _path24 || (_path24 = /*#__PURE__*/React__default.createElement("path", {
512
+ d: "M22 22H28V24H22z",
513
+ transform: "rotate(-180 25 23)"
514
+ })), _path25 || (_path25 = /*#__PURE__*/React__default.createElement("path", {
515
+ 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"
516
+ })), children);
517
+ });
518
+ if (process.env.NODE_ENV !== "production") {
519
+ Clean.propTypes = iconPropTypes;
520
+ }
521
+ var Close = /*#__PURE__*/React__default.forwardRef(function Close(_ref18, ref) {
522
+ var children = _ref18.children,
523
+ _ref18$size = _ref18.size,
524
+ size = _ref18$size === void 0 ? 16 : _ref18$size,
525
+ rest = _objectWithoutProperties(_ref18, _excluded18);
526
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
527
+ width: size,
528
+ height: size,
529
+ ref: ref,
530
+ xmlns: "http://www.w3.org/2000/svg",
531
+ viewBox: "0 0 32 32",
532
+ fill: "currentColor"
533
+ }, rest), _path26 || (_path26 = /*#__PURE__*/React__default.createElement("path", {
534
+ 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"
535
+ })), children);
536
+ });
537
+ if (process.env.NODE_ENV !== "production") {
538
+ Close.propTypes = iconPropTypes;
539
+ }
540
+ var CloseFilled = /*#__PURE__*/React__default.forwardRef(function CloseFilled(_ref19, ref) {
541
+ var children = _ref19.children,
542
+ _ref19$size = _ref19.size,
543
+ size = _ref19$size === void 0 ? 16 : _ref19$size,
544
+ rest = _objectWithoutProperties(_ref19, _excluded19);
545
+ if (size === 16 || size === "16" || size === "16px") {
546
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
547
+ width: size,
548
+ height: size,
549
+ ref: ref,
550
+ xmlns: "http://www.w3.org/2000/svg",
551
+ viewBox: "0 0 16 16",
552
+ fill: "currentColor"
553
+ }, rest), _path27 || (_path27 = /*#__PURE__*/React__default.createElement("path", {
554
+ 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"
555
+ })), children);
556
+ }
557
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
558
+ width: size,
559
+ height: size,
560
+ ref: ref,
561
+ xmlns: "http://www.w3.org/2000/svg",
562
+ viewBox: "0 0 32 32",
563
+ fill: "currentColor"
564
+ }, rest), _path28 || (_path28 = /*#__PURE__*/React__default.createElement("path", {
565
+ 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"
566
+ })), _path29 || (_path29 = /*#__PURE__*/React__default.createElement("path", {
567
+ 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",
568
+ "data-icon-path": "inner-path",
569
+ opacity: "0"
570
+ })), children);
571
+ });
572
+ if (process.env.NODE_ENV !== "production") {
573
+ CloseFilled.propTypes = iconPropTypes;
574
+ }
575
+ var CloseLarge = /*#__PURE__*/React__default.forwardRef(function CloseLarge(_ref20, ref) {
576
+ var children = _ref20.children,
577
+ _ref20$size = _ref20.size,
578
+ size = _ref20$size === void 0 ? 16 : _ref20$size,
579
+ rest = _objectWithoutProperties(_ref20, _excluded20);
580
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
581
+ width: size,
582
+ height: size,
583
+ ref: ref,
584
+ xmlns: "http://www.w3.org/2000/svg",
585
+ viewBox: "0 0 32 32",
586
+ fill: "currentColor"
587
+ }, rest), _path30 || (_path30 = /*#__PURE__*/React__default.createElement("path", {
588
+ 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"
589
+ })), children);
590
+ });
591
+ if (process.env.NODE_ENV !== "production") {
592
+ CloseLarge.propTypes = iconPropTypes;
593
+ }
594
+ var CloseOutline = /*#__PURE__*/React__default.forwardRef(function CloseOutline(_ref21, ref) {
595
+ var children = _ref21.children,
596
+ _ref21$size = _ref21.size,
597
+ size = _ref21$size === void 0 ? 16 : _ref21$size,
598
+ rest = _objectWithoutProperties(_ref21, _excluded21);
599
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
600
+ width: size,
601
+ height: size,
602
+ ref: ref,
603
+ xmlns: "http://www.w3.org/2000/svg",
604
+ viewBox: "0 0 32 32",
605
+ fill: "currentColor"
606
+ }, rest), _path31 || (_path31 = /*#__PURE__*/React__default.createElement("path", {
607
+ 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"
608
+ })), _path32 || (_path32 = /*#__PURE__*/React__default.createElement("path", {
609
+ 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"
610
+ })), children);
611
+ });
612
+ if (process.env.NODE_ENV !== "production") {
613
+ CloseOutline.propTypes = iconPropTypes;
614
+ }
615
+ var ClosedCaption = /*#__PURE__*/React__default.forwardRef(function ClosedCaption(_ref22, ref) {
616
+ var children = _ref22.children,
617
+ _ref22$size = _ref22.size,
618
+ size = _ref22$size === void 0 ? 16 : _ref22$size,
619
+ rest = _objectWithoutProperties(_ref22, _excluded22);
620
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
621
+ width: size,
622
+ height: size,
623
+ ref: ref,
624
+ xmlns: "http://www.w3.org/2000/svg",
625
+ viewBox: "0 0 32 32",
626
+ fill: "currentColor"
627
+ }, rest), _path33 || (_path33 = /*#__PURE__*/React__default.createElement("path", {
628
+ d: "M15 21H10a2 2 0 01-2-2V13a2 2 0 012-2h5v2H10v6h5zM25 21H20a2 2 0 01-2-2V13a2 2 0 012-2h5v2H20v6h5z"
629
+ })), _path34 || (_path34 = /*#__PURE__*/React__default.createElement("path", {
630
+ 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"
631
+ })), children);
632
+ });
633
+ if (process.env.NODE_ENV !== "production") {
634
+ ClosedCaption.propTypes = iconPropTypes;
635
+ }
636
+ var ClosedCaptionAlt = /*#__PURE__*/React__default.forwardRef(function ClosedCaptionAlt(_ref23, ref) {
637
+ var children = _ref23.children,
638
+ _ref23$size = _ref23.size,
639
+ size = _ref23$size === void 0 ? 16 : _ref23$size,
640
+ rest = _objectWithoutProperties(_ref23, _excluded23);
641
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
642
+ width: size,
643
+ height: size,
644
+ ref: ref,
645
+ xmlns: "http://www.w3.org/2000/svg",
646
+ viewBox: "0 0 32 32",
647
+ fill: "currentColor"
648
+ }, rest), _path35 || (_path35 = /*#__PURE__*/React__default.createElement("path", {
649
+ d: "M19 17H25V19H19zM11 17H17V19H11zM6 17H9V19H6zM22 13H26V15H22zM13 13H20V15H13zM6 13H11V15H6z"
650
+ })), _path36 || (_path36 = /*#__PURE__*/React__default.createElement("path", {
651
+ 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"
652
+ })), children);
653
+ });
654
+ if (process.env.NODE_ENV !== "production") {
655
+ ClosedCaptionAlt.propTypes = iconPropTypes;
656
+ }
657
+ var ClosedCaptionFilled = /*#__PURE__*/React__default.forwardRef(function ClosedCaptionFilled(_ref24, ref) {
658
+ var children = _ref24.children,
659
+ _ref24$size = _ref24.size,
660
+ size = _ref24$size === void 0 ? 16 : _ref24$size,
661
+ rest = _objectWithoutProperties(_ref24, _excluded24);
662
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
663
+ width: size,
664
+ height: size,
665
+ ref: ref,
666
+ xmlns: "http://www.w3.org/2000/svg",
667
+ viewBox: "0 0 32 32",
668
+ fill: "currentColor"
669
+ }, rest), _path37 || (_path37 = /*#__PURE__*/React__default.createElement("path", {
670
+ 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"
671
+ })), children);
672
+ });
673
+ if (process.env.NODE_ENV !== "production") {
674
+ ClosedCaptionFilled.propTypes = iconPropTypes;
675
+ }
676
+ var Cloud = /*#__PURE__*/React__default.forwardRef(function Cloud(_ref25, ref) {
677
+ var children = _ref25.children,
678
+ _ref25$size = _ref25.size,
679
+ size = _ref25$size === void 0 ? 16 : _ref25$size,
680
+ rest = _objectWithoutProperties(_ref25, _excluded25);
681
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
682
+ width: size,
683
+ height: size,
684
+ ref: ref,
685
+ xmlns: "http://www.w3.org/2000/svg",
686
+ viewBox: "0 0 32 32",
687
+ fill: "currentColor"
688
+ }, rest), _path38 || (_path38 = /*#__PURE__*/React__default.createElement("path", {
689
+ 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"
690
+ })), children);
691
+ });
692
+ if (process.env.NODE_ENV !== "production") {
693
+ Cloud.propTypes = iconPropTypes;
694
+ }
695
+ var CloudAlerting = /*#__PURE__*/React__default.forwardRef(function CloudAlerting(_ref26, ref) {
696
+ var children = _ref26.children,
697
+ _ref26$size = _ref26.size,
698
+ size = _ref26$size === void 0 ? 16 : _ref26$size,
699
+ rest = _objectWithoutProperties(_ref26, _excluded26);
700
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
701
+ width: size,
702
+ height: size,
703
+ ref: ref,
704
+ xmlns: "http://www.w3.org/2000/svg",
705
+ viewBox: "0 0 32 32",
706
+ fill: "currentColor"
707
+ }, rest), _path39 || (_path39 = /*#__PURE__*/React__default.createElement("path", {
708
+ d: "M28,17v5H4V6H15V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V17ZM18,28H14V24h4Z"
709
+ })), _path40 || (_path40 = /*#__PURE__*/React__default.createElement("path", {
710
+ 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"
711
+ })), children);
712
+ });
713
+ if (process.env.NODE_ENV !== "production") {
714
+ CloudAlerting.propTypes = iconPropTypes;
715
+ }
716
+ var CloudAuditing = /*#__PURE__*/React__default.forwardRef(function CloudAuditing(_ref27, ref) {
717
+ var children = _ref27.children,
718
+ _ref27$size = _ref27.size,
719
+ size = _ref27$size === void 0 ? 16 : _ref27$size,
720
+ rest = _objectWithoutProperties(_ref27, _excluded27);
721
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
722
+ width: size,
723
+ height: size,
724
+ ref: ref,
725
+ xmlns: "http://www.w3.org/2000/svg",
726
+ viewBox: "0 0 32 32",
727
+ fill: "currentColor"
728
+ }, rest), _path41 || (_path41 = /*#__PURE__*/React__default.createElement("path", {
729
+ d: "M28,16v6H4V6H16V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V16ZM18,28H14V24h4Z"
730
+ })), _path42 || (_path42 = /*#__PURE__*/React__default.createElement("path", {
731
+ d: "M21 15L16 10.04 17.59 8.47 21 11.85 28.41 4.5 30 6.08 21 15z"
732
+ })), children);
733
+ });
734
+ if (process.env.NODE_ENV !== "production") {
735
+ CloudAuditing.propTypes = iconPropTypes;
736
+ }
737
+ var CloudDataOps = /*#__PURE__*/React__default.forwardRef(function CloudDataOps(_ref28, ref) {
738
+ var children = _ref28.children,
739
+ _ref28$size = _ref28.size,
740
+ size = _ref28$size === void 0 ? 16 : _ref28$size,
741
+ rest = _objectWithoutProperties(_ref28, _excluded28);
742
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
743
+ width: size,
744
+ height: size,
745
+ ref: ref,
746
+ xmlns: "http://www.w3.org/2000/svg",
747
+ viewBox: "0 0 32 32",
748
+ fill: "currentColor"
749
+ }, rest), _path43 || (_path43 = /*#__PURE__*/React__default.createElement("path", {
750
+ 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"
751
+ })), children);
752
+ });
753
+ if (process.env.NODE_ENV !== "production") {
754
+ CloudDataOps.propTypes = iconPropTypes;
755
+ }
756
+ var CloudDownload = /*#__PURE__*/React__default.forwardRef(function CloudDownload(_ref29, ref) {
757
+ var children = _ref29.children,
758
+ _ref29$size = _ref29.size,
759
+ size = _ref29$size === void 0 ? 16 : _ref29$size,
760
+ rest = _objectWithoutProperties(_ref29, _excluded29);
761
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
762
+ width: size,
763
+ height: size,
764
+ ref: ref,
765
+ xmlns: "http://www.w3.org/2000/svg",
766
+ viewBox: "0 0 32 32",
767
+ fill: "currentColor"
768
+ }, rest), _path44 || (_path44 = /*#__PURE__*/React__default.createElement("path", {
769
+ 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"
770
+ })), _path45 || (_path45 = /*#__PURE__*/React__default.createElement("path", {
771
+ 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"
772
+ })), children);
773
+ });
774
+ if (process.env.NODE_ENV !== "production") {
775
+ CloudDownload.propTypes = iconPropTypes;
776
+ }
777
+ var CloudLogging = /*#__PURE__*/React__default.forwardRef(function CloudLogging(_ref30, ref) {
778
+ var children = _ref30.children,
779
+ _ref30$size = _ref30.size,
780
+ size = _ref30$size === void 0 ? 16 : _ref30$size,
781
+ rest = _objectWithoutProperties(_ref30, _excluded30);
782
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
783
+ width: size,
784
+ height: size,
785
+ ref: ref,
786
+ xmlns: "http://www.w3.org/2000/svg",
787
+ viewBox: "0 0 32 32",
788
+ fill: "currentColor"
789
+ }, rest), _path46 || (_path46 = /*#__PURE__*/React__default.createElement("path", {
790
+ d: "M28 16v6H4V6H15V4H4A2 2 0 002 6V22a2 2 0 002 2h8v4H8v2H24V28H20V24h8a2 2 0 002-2V16zM18 28H14V24h4zM18 4H30V6H18z"
791
+ })), _path47 || (_path47 = /*#__PURE__*/React__default.createElement("path", {
792
+ d: "M18 8H30V10H18zM18 12H24V14H18z"
793
+ })), children);
794
+ });
795
+ if (process.env.NODE_ENV !== "production") {
796
+ CloudLogging.propTypes = iconPropTypes;
797
+ }
798
+ var CloudMonitoring = /*#__PURE__*/React__default.forwardRef(function CloudMonitoring(_ref31, ref) {
799
+ var children = _ref31.children,
800
+ _ref31$size = _ref31.size,
801
+ size = _ref31$size === void 0 ? 16 : _ref31$size,
802
+ rest = _objectWithoutProperties(_ref31, _excluded31);
803
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
804
+ width: size,
805
+ height: size,
806
+ ref: ref,
807
+ xmlns: "http://www.w3.org/2000/svg",
808
+ viewBox: "0 0 32 32",
809
+ fill: "currentColor"
810
+ }, rest), _path48 || (_path48 = /*#__PURE__*/React__default.createElement("path", {
811
+ d: "M28,16v6H4V6h7V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V16ZM18,28H14V24h4Z"
812
+ })), _path49 || (_path49 = /*#__PURE__*/React__default.createElement("path", {
813
+ 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"
814
+ })), children);
815
+ });
816
+ if (process.env.NODE_ENV !== "production") {
817
+ CloudMonitoring.propTypes = iconPropTypes;
818
+ }
819
+ var CloudOffline = /*#__PURE__*/React__default.forwardRef(function CloudOffline(_ref32, ref) {
820
+ var children = _ref32.children,
821
+ _ref32$size = _ref32.size,
822
+ size = _ref32$size === void 0 ? 16 : _ref32$size,
823
+ rest = _objectWithoutProperties(_ref32, _excluded32);
824
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
825
+ width: size,
826
+ height: size,
827
+ ref: ref,
828
+ xmlns: "http://www.w3.org/2000/svg",
829
+ viewBox: "0 0 32 32",
830
+ fill: "currentColor"
831
+ }, rest), _path50 || (_path50 = /*#__PURE__*/React__default.createElement("path", {
832
+ 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"
833
+ })), children);
834
+ });
835
+ if (process.env.NODE_ENV !== "production") {
836
+ CloudOffline.propTypes = iconPropTypes;
837
+ }
838
+ var CloudServiceManagement = /*#__PURE__*/React__default.forwardRef(function CloudServiceManagement(_ref33, ref) {
839
+ var children = _ref33.children,
840
+ _ref33$size = _ref33.size,
841
+ size = _ref33$size === void 0 ? 16 : _ref33$size,
842
+ rest = _objectWithoutProperties(_ref33, _excluded33);
843
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
844
+ width: size,
845
+ height: size,
846
+ ref: ref,
847
+ xmlns: "http://www.w3.org/2000/svg",
848
+ viewBox: "0 0 32 32",
849
+ fill: "currentColor"
850
+ }, rest), _path51 || (_path51 = /*#__PURE__*/React__default.createElement("path", {
851
+ d: "M28,17v5H4V6H14V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V17ZM18,28H14V24h4Z"
852
+ })), _path52 || (_path52 = /*#__PURE__*/React__default.createElement("path", {
853
+ 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"
854
+ })), children);
855
+ });
856
+ if (process.env.NODE_ENV !== "production") {
857
+ CloudServiceManagement.propTypes = iconPropTypes;
858
+ }
859
+ var CloudUpload = /*#__PURE__*/React__default.forwardRef(function CloudUpload(_ref34, ref) {
860
+ var children = _ref34.children,
861
+ _ref34$size = _ref34.size,
862
+ size = _ref34$size === void 0 ? 16 : _ref34$size,
863
+ rest = _objectWithoutProperties(_ref34, _excluded34);
864
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
865
+ width: size,
866
+ height: size,
867
+ ref: ref,
868
+ xmlns: "http://www.w3.org/2000/svg",
869
+ viewBox: "0 0 32 32",
870
+ fill: "currentColor"
871
+ }, rest), _path53 || (_path53 = /*#__PURE__*/React__default.createElement("path", {
872
+ 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"
873
+ })), _path54 || (_path54 = /*#__PURE__*/React__default.createElement("path", {
874
+ 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"
875
+ })), children);
876
+ });
877
+ if (process.env.NODE_ENV !== "production") {
878
+ CloudUpload.propTypes = iconPropTypes;
879
+ }
880
+ var CloudApp = /*#__PURE__*/React__default.forwardRef(function CloudApp(_ref35, ref) {
881
+ var children = _ref35.children,
882
+ _ref35$size = _ref35.size,
883
+ size = _ref35$size === void 0 ? 16 : _ref35$size,
884
+ rest = _objectWithoutProperties(_ref35, _excluded35);
885
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
886
+ width: size,
887
+ height: size,
888
+ ref: ref,
889
+ xmlns: "http://www.w3.org/2000/svg",
890
+ viewBox: "0 0 32 32",
891
+ fill: "currentColor"
892
+ }, rest), _path55 || (_path55 = /*#__PURE__*/React__default.createElement("path", {
893
+ 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"
894
+ })), children);
895
+ });
896
+ if (process.env.NODE_ENV !== "production") {
897
+ CloudApp.propTypes = iconPropTypes;
898
+ }
899
+ var CloudCeiling = /*#__PURE__*/React__default.forwardRef(function CloudCeiling(_ref36, ref) {
900
+ var children = _ref36.children,
901
+ _ref36$size = _ref36.size,
902
+ size = _ref36$size === void 0 ? 16 : _ref36$size,
903
+ rest = _objectWithoutProperties(_ref36, _excluded36);
904
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
905
+ width: size,
906
+ height: size,
907
+ ref: ref,
908
+ xmlns: "http://www.w3.org/2000/svg",
909
+ viewBox: "0 0 32 32",
910
+ fill: "currentColor"
911
+ }, rest), _path56 || (_path56 = /*#__PURE__*/React__default.createElement("path", {
912
+ 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"
913
+ })), _path57 || (_path57 = /*#__PURE__*/React__default.createElement("path", {
914
+ 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"
915
+ })), children);
916
+ });
917
+ if (process.env.NODE_ENV !== "production") {
918
+ CloudCeiling.propTypes = iconPropTypes;
919
+ }
920
+ var CloudFoundry_1 = /*#__PURE__*/React__default.forwardRef(function CloudFoundry_1(_ref37, ref) {
921
+ var children = _ref37.children,
922
+ _ref37$size = _ref37.size,
923
+ size = _ref37$size === void 0 ? 16 : _ref37$size,
924
+ rest = _objectWithoutProperties(_ref37, _excluded37);
925
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
926
+ width: size,
927
+ height: size,
928
+ ref: ref,
929
+ xmlns: "http://www.w3.org/2000/svg",
930
+ viewBox: "0 0 32 32",
931
+ fill: "currentColor"
932
+ }, rest), _path58 || (_path58 = /*#__PURE__*/React__default.createElement("path", {
933
+ 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"
934
+ })), _path59 || (_path59 = /*#__PURE__*/React__default.createElement("path", {
935
+ d: "M14 24H11a2 2 0 01-2-2V19a2 2 0 012-2h3v2H11v3h3zM21 15V13H19a2 2 0 00-2 2v2H16v2h1v5h2V19h2V17H19V15z"
936
+ })), children);
937
+ });
938
+ if (process.env.NODE_ENV !== "production") {
939
+ CloudFoundry_1.propTypes = iconPropTypes;
940
+ }
941
+ var CloudFoundry_2 = /*#__PURE__*/React__default.forwardRef(function CloudFoundry_2(_ref38, ref) {
942
+ var children = _ref38.children,
943
+ _ref38$size = _ref38.size,
944
+ size = _ref38$size === void 0 ? 16 : _ref38$size,
945
+ rest = _objectWithoutProperties(_ref38, _excluded38);
946
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
947
+ width: size,
948
+ height: size,
949
+ ref: ref,
950
+ xmlns: "http://www.w3.org/2000/svg",
951
+ viewBox: "0 0 32 32",
952
+ fill: "currentColor"
953
+ }, rest), _path60 || (_path60 = /*#__PURE__*/React__default.createElement("path", {
954
+ 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"
955
+ })), children);
956
+ });
957
+ if (process.env.NODE_ENV !== "production") {
958
+ CloudFoundry_2.propTypes = iconPropTypes;
959
+ }
960
+ var CloudRegistry = /*#__PURE__*/React__default.forwardRef(function CloudRegistry(_ref39, ref) {
961
+ var children = _ref39.children,
962
+ _ref39$size = _ref39.size,
963
+ size = _ref39$size === void 0 ? 16 : _ref39$size,
964
+ rest = _objectWithoutProperties(_ref39, _excluded39);
965
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
966
+ width: size,
967
+ height: size,
968
+ ref: ref,
969
+ xmlns: "http://www.w3.org/2000/svg",
970
+ viewBox: "0 0 32 32",
971
+ fill: "currentColor"
972
+ }, rest), _path61 || (_path61 = /*#__PURE__*/React__default.createElement("path", {
973
+ 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"
974
+ })), _path62 || (_path62 = /*#__PURE__*/React__default.createElement("path", {
975
+ 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"
976
+ })), children);
977
+ });
978
+ if (process.env.NODE_ENV !== "production") {
979
+ CloudRegistry.propTypes = iconPropTypes;
980
+ }
981
+ var CloudSatellite = /*#__PURE__*/React__default.forwardRef(function CloudSatellite(_ref40, ref) {
982
+ var children = _ref40.children,
983
+ _ref40$size = _ref40.size,
984
+ size = _ref40$size === void 0 ? 16 : _ref40$size,
985
+ rest = _objectWithoutProperties(_ref40, _excluded40);
986
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
987
+ width: size,
988
+ height: size,
989
+ ref: ref,
990
+ xmlns: "http://www.w3.org/2000/svg",
991
+ viewBox: "0 0 32 32",
992
+ fill: "currentColor"
993
+ }, rest), _circle6 || (_circle6 = /*#__PURE__*/React__default.createElement("circle", {
994
+ cx: "9",
995
+ cy: "20",
996
+ r: "2"
997
+ })), _path63 || (_path63 = /*#__PURE__*/React__default.createElement("path", {
998
+ 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"
999
+ })), _circle7 || (_circle7 = /*#__PURE__*/React__default.createElement("circle", {
1000
+ cx: "23",
1001
+ cy: "12",
1002
+ r: "2"
1003
+ })), _path64 || (_path64 = /*#__PURE__*/React__default.createElement("path", {
1004
+ 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"
1005
+ })), children);
1006
+ });
1007
+ if (process.env.NODE_ENV !== "production") {
1008
+ CloudSatellite.propTypes = iconPropTypes;
1009
+ }
1010
+ var CloudSatelliteConfig = /*#__PURE__*/React__default.forwardRef(function CloudSatelliteConfig(_ref41, ref) {
1011
+ var children = _ref41.children,
1012
+ _ref41$size = _ref41.size,
1013
+ size = _ref41$size === void 0 ? 16 : _ref41$size,
1014
+ rest = _objectWithoutProperties(_ref41, _excluded41);
1015
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1016
+ width: size,
1017
+ height: size,
1018
+ ref: ref,
1019
+ xmlns: "http://www.w3.org/2000/svg",
1020
+ viewBox: "0 0 32 32",
1021
+ fill: "currentColor"
1022
+ }, rest), _path65 || (_path65 = /*#__PURE__*/React__default.createElement("path", {
1023
+ 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"
1024
+ })), _circle8 || (_circle8 = /*#__PURE__*/React__default.createElement("circle", {
1025
+ cx: "7",
1026
+ cy: "20",
1027
+ r: "2"
1028
+ })), _path66 || (_path66 = /*#__PURE__*/React__default.createElement("path", {
1029
+ 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"
1030
+ })), _circle9 || (_circle9 = /*#__PURE__*/React__default.createElement("circle", {
1031
+ cx: "21",
1032
+ cy: "12",
1033
+ r: "2"
1034
+ })), _path67 || (_path67 = /*#__PURE__*/React__default.createElement("path", {
1035
+ 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"
1036
+ })), children);
1037
+ });
1038
+ if (process.env.NODE_ENV !== "production") {
1039
+ CloudSatelliteConfig.propTypes = iconPropTypes;
1040
+ }
1041
+ var CloudSatelliteLink = /*#__PURE__*/React__default.forwardRef(function CloudSatelliteLink(_ref42, ref) {
1042
+ var children = _ref42.children,
1043
+ _ref42$size = _ref42.size,
1044
+ size = _ref42$size === void 0 ? 16 : _ref42$size,
1045
+ rest = _objectWithoutProperties(_ref42, _excluded42);
1046
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1047
+ width: size,
1048
+ height: size,
1049
+ ref: ref,
1050
+ xmlns: "http://www.w3.org/2000/svg",
1051
+ viewBox: "0 0 32 32",
1052
+ fill: "currentColor"
1053
+ }, rest), _path68 || (_path68 = /*#__PURE__*/React__default.createElement("path", {
1054
+ 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"
1055
+ })), _path69 || (_path69 = /*#__PURE__*/React__default.createElement("path", {
1056
+ 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"
1057
+ })), _circle10 || (_circle10 = /*#__PURE__*/React__default.createElement("circle", {
1058
+ cx: "7",
1059
+ cy: "20",
1060
+ r: "2"
1061
+ })), _path70 || (_path70 = /*#__PURE__*/React__default.createElement("path", {
1062
+ 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"
1063
+ })), _circle11 || (_circle11 = /*#__PURE__*/React__default.createElement("circle", {
1064
+ cx: "21",
1065
+ cy: "12",
1066
+ r: "2"
1067
+ })), _path71 || (_path71 = /*#__PURE__*/React__default.createElement("path", {
1068
+ 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"
1069
+ })), children);
1070
+ });
1071
+ if (process.env.NODE_ENV !== "production") {
1072
+ CloudSatelliteLink.propTypes = iconPropTypes;
1073
+ }
1074
+ var CloudSatelliteServices = /*#__PURE__*/React__default.forwardRef(function CloudSatelliteServices(_ref43, ref) {
1075
+ var children = _ref43.children,
1076
+ _ref43$size = _ref43.size,
1077
+ size = _ref43$size === void 0 ? 16 : _ref43$size,
1078
+ rest = _objectWithoutProperties(_ref43, _excluded43);
1079
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1080
+ width: size,
1081
+ height: size,
1082
+ ref: ref,
1083
+ xmlns: "http://www.w3.org/2000/svg",
1084
+ viewBox: "0 0 32 32",
1085
+ fill: "currentColor"
1086
+ }, rest), _path72 || (_path72 = /*#__PURE__*/React__default.createElement("path", {
1087
+ 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"
1088
+ })), _circle12 || (_circle12 = /*#__PURE__*/React__default.createElement("circle", {
1089
+ cx: "7",
1090
+ cy: "20",
1091
+ r: "2"
1092
+ })), _path73 || (_path73 = /*#__PURE__*/React__default.createElement("path", {
1093
+ 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"
1094
+ })), _circle13 || (_circle13 = /*#__PURE__*/React__default.createElement("circle", {
1095
+ cx: "21",
1096
+ cy: "12",
1097
+ r: "2"
1098
+ })), _path74 || (_path74 = /*#__PURE__*/React__default.createElement("path", {
1099
+ 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"
1100
+ })), children);
1101
+ });
1102
+ if (process.env.NODE_ENV !== "production") {
1103
+ CloudSatelliteServices.propTypes = iconPropTypes;
1104
+ }
1105
+ var CloudServices = /*#__PURE__*/React__default.forwardRef(function CloudServices(_ref44, ref) {
1106
+ var children = _ref44.children,
1107
+ _ref44$size = _ref44.size,
1108
+ size = _ref44$size === void 0 ? 16 : _ref44$size,
1109
+ rest = _objectWithoutProperties(_ref44, _excluded44);
1110
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1111
+ width: size,
1112
+ height: size,
1113
+ ref: ref,
1114
+ xmlns: "http://www.w3.org/2000/svg",
1115
+ viewBox: "0 0 32 32",
1116
+ fill: "currentColor"
1117
+ }, rest), _path75 || (_path75 = /*#__PURE__*/React__default.createElement("path", {
1118
+ 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"
1119
+ })), _path76 || (_path76 = /*#__PURE__*/React__default.createElement("path", {
1120
+ 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"
1121
+ })), children);
1122
+ });
1123
+ if (process.env.NODE_ENV !== "production") {
1124
+ CloudServices.propTypes = iconPropTypes;
1125
+ }
1126
+ var Cloudy = /*#__PURE__*/React__default.forwardRef(function Cloudy(_ref45, ref) {
1127
+ var children = _ref45.children,
1128
+ _ref45$size = _ref45.size,
1129
+ size = _ref45$size === void 0 ? 16 : _ref45$size,
1130
+ rest = _objectWithoutProperties(_ref45, _excluded45);
1131
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1132
+ width: size,
1133
+ height: size,
1134
+ ref: ref,
1135
+ xmlns: "http://www.w3.org/2000/svg",
1136
+ viewBox: "0 0 32 32",
1137
+ fill: "currentColor"
1138
+ }, rest), _path77 || (_path77 = /*#__PURE__*/React__default.createElement("path", {
1139
+ 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"
1140
+ })), children);
1141
+ });
1142
+ if (process.env.NODE_ENV !== "production") {
1143
+ Cloudy.propTypes = iconPropTypes;
1144
+ }
1145
+ var WatsonHealthCobbAngle = /*#__PURE__*/React__default.forwardRef(function WatsonHealthCobbAngle(_ref46, ref) {
1146
+ var children = _ref46.children,
1147
+ _ref46$size = _ref46.size,
1148
+ size = _ref46$size === void 0 ? 16 : _ref46$size,
1149
+ rest = _objectWithoutProperties(_ref46, _excluded46);
1150
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1151
+ width: size,
1152
+ height: size,
1153
+ ref: ref,
1154
+ xmlns: "http://www.w3.org/2000/svg",
1155
+ viewBox: "0 0 32 32",
1156
+ fill: "currentColor"
1157
+ }, rest), _path78 || (_path78 = /*#__PURE__*/React__default.createElement("path", {
1158
+ 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"
1159
+ })), children);
1160
+ });
1161
+ if (process.env.NODE_ENV !== "production") {
1162
+ WatsonHealthCobbAngle.propTypes = iconPropTypes;
1163
+ }
1164
+ var Code = /*#__PURE__*/React__default.forwardRef(function Code(_ref47, ref) {
1165
+ var children = _ref47.children,
1166
+ _ref47$size = _ref47.size,
1167
+ size = _ref47$size === void 0 ? 16 : _ref47$size,
1168
+ rest = _objectWithoutProperties(_ref47, _excluded47);
1169
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1170
+ width: size,
1171
+ height: size,
1172
+ ref: ref,
1173
+ xmlns: "http://www.w3.org/2000/svg",
1174
+ viewBox: "0 0 32 32",
1175
+ fill: "currentColor"
1176
+ }, rest), _path79 || (_path79 = /*#__PURE__*/React__default.createElement("path", {
1177
+ 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"
1178
+ })), _path80 || (_path80 = /*#__PURE__*/React__default.createElement("path", {
1179
+ d: "M5.91 15H26.080000000000002V17H5.91z",
1180
+ transform: "rotate(-75 15.996 16)"
1181
+ })), children);
1182
+ });
1183
+ if (process.env.NODE_ENV !== "production") {
1184
+ Code.propTypes = iconPropTypes;
1185
+ }
1186
+ var CodeHide = /*#__PURE__*/React__default.forwardRef(function CodeHide(_ref48, ref) {
1187
+ var children = _ref48.children,
1188
+ _ref48$size = _ref48.size,
1189
+ size = _ref48$size === void 0 ? 16 : _ref48$size,
1190
+ rest = _objectWithoutProperties(_ref48, _excluded48);
1191
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1192
+ width: size,
1193
+ height: size,
1194
+ ref: ref,
1195
+ xmlns: "http://www.w3.org/2000/svg",
1196
+ viewBox: "0 0 32 32",
1197
+ fill: "currentColor"
1198
+ }, rest), _path81 || (_path81 = /*#__PURE__*/React__default.createElement("path", {
1199
+ 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"
1200
+ })), children);
1201
+ });
1202
+ if (process.env.NODE_ENV !== "production") {
1203
+ CodeHide.propTypes = iconPropTypes;
1204
+ }
1205
+ var CodeReference = /*#__PURE__*/React__default.forwardRef(function CodeReference(_ref49, ref) {
1206
+ var children = _ref49.children,
1207
+ _ref49$size = _ref49.size,
1208
+ size = _ref49$size === void 0 ? 16 : _ref49$size,
1209
+ rest = _objectWithoutProperties(_ref49, _excluded49);
1210
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1211
+ width: size,
1212
+ height: size,
1213
+ ref: ref,
1214
+ xmlns: "http://www.w3.org/2000/svg",
1215
+ viewBox: "0 0 32 32",
1216
+ fill: "currentColor"
1217
+ }, rest), _path82 || (_path82 = /*#__PURE__*/React__default.createElement("path", {
1218
+ 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"
1219
+ })), _path83 || (_path83 = /*#__PURE__*/React__default.createElement("path", {
1220
+ d: "M8.944 9.001H24.974000000000004V11.001H8.944z",
1221
+ transform: "rotate(-74.995 16.96 10)"
1222
+ })), _path84 || (_path84 = /*#__PURE__*/React__default.createElement("path", {
1223
+ d: "M4 10L10 4 11.414 5.414 6.828 10 11.414 14.586 10 16 4 10z"
1224
+ })), children);
1225
+ });
1226
+ if (process.env.NODE_ENV !== "production") {
1227
+ CodeReference.propTypes = iconPropTypes;
1228
+ }
1229
+ var CodeSigningService = /*#__PURE__*/React__default.forwardRef(function CodeSigningService(_ref50, ref) {
1230
+ var children = _ref50.children,
1231
+ _ref50$size = _ref50.size,
1232
+ size = _ref50$size === void 0 ? 16 : _ref50$size,
1233
+ rest = _objectWithoutProperties(_ref50, _excluded50);
1234
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1235
+ width: size,
1236
+ height: size,
1237
+ ref: ref,
1238
+ xmlns: "http://www.w3.org/2000/svg",
1239
+ viewBox: "0 0 32 32",
1240
+ fill: "currentColor"
1241
+ }, rest), _circle14 || (_circle14 = /*#__PURE__*/React__default.createElement("circle", {
1242
+ cx: "25",
1243
+ cy: "20",
1244
+ r: "1"
1245
+ })), _path85 || (_path85 = /*#__PURE__*/React__default.createElement("path", {
1246
+ 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"
1247
+ })), children);
1248
+ });
1249
+ if (process.env.NODE_ENV !== "production") {
1250
+ CodeSigningService.propTypes = iconPropTypes;
1251
+ }
1252
+ var Cognitive = /*#__PURE__*/React__default.forwardRef(function Cognitive(_ref51, ref) {
1253
+ var children = _ref51.children,
1254
+ _ref51$size = _ref51.size,
1255
+ size = _ref51$size === void 0 ? 16 : _ref51$size,
1256
+ rest = _objectWithoutProperties(_ref51, _excluded51);
1257
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1258
+ width: size,
1259
+ height: size,
1260
+ ref: ref,
1261
+ xmlns: "http://www.w3.org/2000/svg",
1262
+ viewBox: "0 0 32 32",
1263
+ fill: "currentColor"
1264
+ }, rest), _path86 || (_path86 = /*#__PURE__*/React__default.createElement("path", {
1265
+ 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"
1266
+ })), children);
1267
+ });
1268
+ if (process.env.NODE_ENV !== "production") {
1269
+ Cognitive.propTypes = iconPropTypes;
1270
+ }
1271
+ var Collaborate = /*#__PURE__*/React__default.forwardRef(function Collaborate(_ref52, ref) {
1272
+ var children = _ref52.children,
1273
+ _ref52$size = _ref52.size,
1274
+ size = _ref52$size === void 0 ? 16 : _ref52$size,
1275
+ rest = _objectWithoutProperties(_ref52, _excluded52);
1276
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1277
+ width: size,
1278
+ height: size,
1279
+ ref: ref,
1280
+ xmlns: "http://www.w3.org/2000/svg",
1281
+ viewBox: "0 0 32 32",
1282
+ fill: "currentColor"
1283
+ }, rest), _path87 || (_path87 = /*#__PURE__*/React__default.createElement("path", {
1284
+ 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"
1285
+ })), children);
1286
+ });
1287
+ if (process.env.NODE_ENV !== "production") {
1288
+ Collaborate.propTypes = iconPropTypes;
1289
+ }
1290
+ var CollapseAll = /*#__PURE__*/React__default.forwardRef(function CollapseAll(_ref53, ref) {
1291
+ var children = _ref53.children,
1292
+ _ref53$size = _ref53.size,
1293
+ size = _ref53$size === void 0 ? 16 : _ref53$size,
1294
+ rest = _objectWithoutProperties(_ref53, _excluded53);
1295
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1296
+ width: size,
1297
+ height: size,
1298
+ ref: ref,
1299
+ xmlns: "http://www.w3.org/2000/svg",
1300
+ viewBox: "0 0 32 32",
1301
+ fill: "currentColor"
1302
+ }, rest), _path88 || (_path88 = /*#__PURE__*/React__default.createElement("path", {
1303
+ d: "M30,15H28V7H13V5H28a2.0023,2.0023,0,0,1,2,2Z"
1304
+ })), _path89 || (_path89 = /*#__PURE__*/React__default.createElement("path", {
1305
+ d: "M25,20H23V12H8V10H23a2.0023,2.0023,0,0,1,2,2Z"
1306
+ })), _path90 || (_path90 = /*#__PURE__*/React__default.createElement("path", {
1307
+ 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"
1308
+ })), children);
1309
+ });
1310
+ if (process.env.NODE_ENV !== "production") {
1311
+ CollapseAll.propTypes = iconPropTypes;
1312
+ }
1313
+ var CollapseCategories = /*#__PURE__*/React__default.forwardRef(function CollapseCategories(_ref54, ref) {
1314
+ var children = _ref54.children,
1315
+ _ref54$size = _ref54.size,
1316
+ size = _ref54$size === void 0 ? 16 : _ref54$size,
1317
+ rest = _objectWithoutProperties(_ref54, _excluded54);
1318
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1319
+ width: size,
1320
+ height: size,
1321
+ ref: ref,
1322
+ xmlns: "http://www.w3.org/2000/svg",
1323
+ viewBox: "0 0 32 32",
1324
+ fill: "currentColor"
1325
+ }, rest), _path91 || (_path91 = /*#__PURE__*/React__default.createElement("path", {
1326
+ 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"
1327
+ })), children);
1328
+ });
1329
+ if (process.env.NODE_ENV !== "production") {
1330
+ CollapseCategories.propTypes = iconPropTypes;
1331
+ }
1332
+ var ColorPalette = /*#__PURE__*/React__default.forwardRef(function ColorPalette(_ref55, ref) {
1333
+ var children = _ref55.children,
1334
+ _ref55$size = _ref55.size,
1335
+ size = _ref55$size === void 0 ? 16 : _ref55$size,
1336
+ rest = _objectWithoutProperties(_ref55, _excluded55);
1337
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1338
+ width: size,
1339
+ height: size,
1340
+ ref: ref,
1341
+ xmlns: "http://www.w3.org/2000/svg",
1342
+ viewBox: "0 0 32 32",
1343
+ fill: "currentColor"
1344
+ }, rest), _circle15 || (_circle15 = /*#__PURE__*/React__default.createElement("circle", {
1345
+ cx: "10",
1346
+ cy: "12",
1347
+ r: "2"
1348
+ })), _circle16 || (_circle16 = /*#__PURE__*/React__default.createElement("circle", {
1349
+ cx: "16",
1350
+ cy: "9",
1351
+ r: "2"
1352
+ })), _circle17 || (_circle17 = /*#__PURE__*/React__default.createElement("circle", {
1353
+ cx: "22",
1354
+ cy: "12",
1355
+ r: "2"
1356
+ })), _circle18 || (_circle18 = /*#__PURE__*/React__default.createElement("circle", {
1357
+ cx: "23",
1358
+ cy: "18",
1359
+ r: "2"
1360
+ })), _circle19 || (_circle19 = /*#__PURE__*/React__default.createElement("circle", {
1361
+ cx: "19",
1362
+ cy: "23",
1363
+ r: "2"
1364
+ })), _path92 || (_path92 = /*#__PURE__*/React__default.createElement("path", {
1365
+ 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"
1366
+ })), children);
1367
+ });
1368
+ if (process.env.NODE_ENV !== "production") {
1369
+ ColorPalette.propTypes = iconPropTypes;
1370
+ }
1371
+ var ColorSwitch = /*#__PURE__*/React__default.forwardRef(function ColorSwitch(_ref56, ref) {
1372
+ var children = _ref56.children,
1373
+ _ref56$size = _ref56.size,
1374
+ size = _ref56$size === void 0 ? 16 : _ref56$size,
1375
+ rest = _objectWithoutProperties(_ref56, _excluded56);
1376
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1377
+ width: size,
1378
+ height: size,
1379
+ ref: ref,
1380
+ xmlns: "http://www.w3.org/2000/svg",
1381
+ viewBox: "0 0 32 32",
1382
+ fill: "currentColor"
1383
+ }, rest), _path93 || (_path93 = /*#__PURE__*/React__default.createElement("path", {
1384
+ 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"
1385
+ })), children);
1386
+ });
1387
+ if (process.env.NODE_ENV !== "production") {
1388
+ ColorSwitch.propTypes = iconPropTypes;
1389
+ }
1390
+ var Column = /*#__PURE__*/React__default.forwardRef(function Column(_ref57, ref) {
1391
+ var children = _ref57.children,
1392
+ _ref57$size = _ref57.size,
1393
+ size = _ref57$size === void 0 ? 16 : _ref57$size,
1394
+ rest = _objectWithoutProperties(_ref57, _excluded57);
1395
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1396
+ width: size,
1397
+ height: size,
1398
+ ref: ref,
1399
+ xmlns: "http://www.w3.org/2000/svg",
1400
+ viewBox: "0 0 32 32",
1401
+ fill: "currentColor"
1402
+ }, rest), _path94 || (_path94 = /*#__PURE__*/React__default.createElement("path", {
1403
+ d: "M24 4H26V28H24zM18 6V26H14V6h4m0-2H14a2 2 0 00-2 2V26a2 2 0 002 2h4a2 2 0 002-2V6a2 2 0 00-2-2zM6 4H8V28H6z"
1404
+ })), children);
1405
+ });
1406
+ if (process.env.NODE_ENV !== "production") {
1407
+ Column.propTypes = iconPropTypes;
1408
+ }
1409
+ var ColumnDelete = /*#__PURE__*/React__default.forwardRef(function ColumnDelete(_ref58, ref) {
1410
+ var children = _ref58.children,
1411
+ _ref58$size = _ref58.size,
1412
+ size = _ref58$size === void 0 ? 16 : _ref58$size,
1413
+ rest = _objectWithoutProperties(_ref58, _excluded58);
1414
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1415
+ width: size,
1416
+ height: size,
1417
+ ref: ref,
1418
+ xmlns: "http://www.w3.org/2000/svg",
1419
+ viewBox: "0 0 32 32",
1420
+ fill: "currentColor"
1421
+ }, rest), _path95 || (_path95 = /*#__PURE__*/React__default.createElement("path", {
1422
+ 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"
1423
+ })), _path96 || (_path96 = /*#__PURE__*/React__default.createElement("path", {
1424
+ 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"
1425
+ })), children);
1426
+ });
1427
+ if (process.env.NODE_ENV !== "production") {
1428
+ ColumnDelete.propTypes = iconPropTypes;
1429
+ }
1430
+ var ColumnInsert = /*#__PURE__*/React__default.forwardRef(function ColumnInsert(_ref59, ref) {
1431
+ var children = _ref59.children,
1432
+ _ref59$size = _ref59.size,
1433
+ size = _ref59$size === void 0 ? 16 : _ref59$size,
1434
+ rest = _objectWithoutProperties(_ref59, _excluded59);
1435
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1436
+ width: size,
1437
+ height: size,
1438
+ ref: ref,
1439
+ xmlns: "http://www.w3.org/2000/svg",
1440
+ viewBox: "0 0 32 32",
1441
+ fill: "currentColor"
1442
+ }, rest), _path97 || (_path97 = /*#__PURE__*/React__default.createElement("path", {
1443
+ 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"
1444
+ })), children);
1445
+ });
1446
+ if (process.env.NODE_ENV !== "production") {
1447
+ ColumnInsert.propTypes = iconPropTypes;
1448
+ }
1449
+ var ColumnDependency = /*#__PURE__*/React__default.forwardRef(function ColumnDependency(_ref60, ref) {
1450
+ var children = _ref60.children,
1451
+ _ref60$size = _ref60.size,
1452
+ size = _ref60$size === void 0 ? 16 : _ref60$size,
1453
+ rest = _objectWithoutProperties(_ref60, _excluded60);
1454
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1455
+ width: size,
1456
+ height: size,
1457
+ ref: ref,
1458
+ xmlns: "http://www.w3.org/2000/svg",
1459
+ viewBox: "0 0 32 32",
1460
+ fill: "currentColor"
1461
+ }, rest), _path98 || (_path98 = /*#__PURE__*/React__default.createElement("path", {
1462
+ d: "M30,10V2H22V5H17a2.0023,2.0023,0,0,0-2,2v8H10V12H2v8h8V17h5v8a2.0023,2.0023,0,0,0,2,2h5v3h8V22H22v3H17V17h5v3h8V12H22v3H17V7h5v3ZM8,18H4V14H8Zm16,6h4v4H24Zm0-10h4v4H24ZM24,4h4V8H24Z"
1463
+ })), children);
1464
+ });
1465
+ if (process.env.NODE_ENV !== "production") {
1466
+ ColumnDependency.propTypes = iconPropTypes;
1467
+ }
1468
+ var Commit = /*#__PURE__*/React__default.forwardRef(function Commit(_ref61, ref) {
1469
+ var children = _ref61.children,
1470
+ _ref61$size = _ref61.size,
1471
+ size = _ref61$size === void 0 ? 16 : _ref61$size,
1472
+ rest = _objectWithoutProperties(_ref61, _excluded61);
1473
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1474
+ width: size,
1475
+ height: size,
1476
+ ref: ref,
1477
+ xmlns: "http://www.w3.org/2000/svg",
1478
+ viewBox: "0 0 32 32",
1479
+ fill: "currentColor"
1480
+ }, rest), _path99 || (_path99 = /*#__PURE__*/React__default.createElement("path", {
1481
+ 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"
1482
+ })), children);
1483
+ });
1484
+ if (process.env.NODE_ENV !== "production") {
1485
+ Commit.propTypes = iconPropTypes;
1486
+ }
1487
+ var CommunicationUnified = /*#__PURE__*/React__default.forwardRef(function CommunicationUnified(_ref62, ref) {
1488
+ var children = _ref62.children,
1489
+ _ref62$size = _ref62.size,
1490
+ size = _ref62$size === void 0 ? 16 : _ref62$size,
1491
+ rest = _objectWithoutProperties(_ref62, _excluded62);
1492
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1493
+ width: size,
1494
+ height: size,
1495
+ ref: ref,
1496
+ xmlns: "http://www.w3.org/2000/svg",
1497
+ viewBox: "0 0 32 32",
1498
+ fill: "currentColor"
1499
+ }, rest), _path100 || (_path100 = /*#__PURE__*/React__default.createElement("path", {
1500
+ 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"
1501
+ })), children);
1502
+ });
1503
+ if (process.env.NODE_ENV !== "production") {
1504
+ CommunicationUnified.propTypes = iconPropTypes;
1505
+ }
1506
+ var Compare = /*#__PURE__*/React__default.forwardRef(function Compare(_ref63, ref) {
1507
+ var children = _ref63.children,
1508
+ _ref63$size = _ref63.size,
1509
+ size = _ref63$size === void 0 ? 16 : _ref63$size,
1510
+ rest = _objectWithoutProperties(_ref63, _excluded63);
1511
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1512
+ width: size,
1513
+ height: size,
1514
+ ref: ref,
1515
+ xmlns: "http://www.w3.org/2000/svg",
1516
+ viewBox: "0 0 32 32",
1517
+ fill: "currentColor"
1518
+ }, rest), _path101 || (_path101 = /*#__PURE__*/React__default.createElement("path", {
1519
+ 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"
1520
+ })), children);
1521
+ });
1522
+ if (process.env.NODE_ENV !== "production") {
1523
+ Compare.propTypes = iconPropTypes;
1524
+ }
1525
+ var Compass = /*#__PURE__*/React__default.forwardRef(function Compass(_ref64, ref) {
1526
+ var children = _ref64.children,
1527
+ _ref64$size = _ref64.size,
1528
+ size = _ref64$size === void 0 ? 16 : _ref64$size,
1529
+ rest = _objectWithoutProperties(_ref64, _excluded64);
1530
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1531
+ width: size,
1532
+ height: size,
1533
+ ref: ref,
1534
+ xmlns: "http://www.w3.org/2000/svg",
1535
+ viewBox: "0 0 32 32",
1536
+ fill: "currentColor"
1537
+ }, rest), _path102 || (_path102 = /*#__PURE__*/React__default.createElement("path", {
1538
+ 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"
1539
+ })), _path103 || (_path103 = /*#__PURE__*/React__default.createElement("path", {
1540
+ 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"
1541
+ })), _circle20 || (_circle20 = /*#__PURE__*/React__default.createElement("circle", {
1542
+ cx: "16",
1543
+ cy: "7.5",
1544
+ r: "1.5"
1545
+ })), children);
1546
+ });
1547
+ if (process.env.NODE_ENV !== "production") {
1548
+ Compass.propTypes = iconPropTypes;
1549
+ }
1550
+ var QComposerEdit = /*#__PURE__*/React__default.forwardRef(function QComposerEdit(_ref65, ref) {
1551
+ var children = _ref65.children,
1552
+ _ref65$size = _ref65.size,
1553
+ size = _ref65$size === void 0 ? 16 : _ref65$size,
1554
+ rest = _objectWithoutProperties(_ref65, _excluded65);
1555
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1556
+ width: size,
1557
+ height: size,
1558
+ ref: ref,
1559
+ xmlns: "http://www.w3.org/2000/svg",
1560
+ viewBox: "0 0 32 32",
1561
+ fill: "currentColor"
1562
+ }, rest), _path104 || (_path104 = /*#__PURE__*/React__default.createElement("path", {
1563
+ 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"
1564
+ })), children);
1565
+ });
1566
+ if (process.env.NODE_ENV !== "production") {
1567
+ QComposerEdit.propTypes = iconPropTypes;
1568
+ }
1569
+ var Concept = /*#__PURE__*/React__default.forwardRef(function Concept(_ref66, ref) {
1570
+ var children = _ref66.children,
1571
+ _ref66$size = _ref66.size,
1572
+ size = _ref66$size === void 0 ? 16 : _ref66$size,
1573
+ rest = _objectWithoutProperties(_ref66, _excluded66);
1574
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1575
+ width: size,
1576
+ height: size,
1577
+ ref: ref,
1578
+ xmlns: "http://www.w3.org/2000/svg",
1579
+ viewBox: "0 0 32 32",
1580
+ fill: "currentColor"
1581
+ }, rest), _path105 || (_path105 = /*#__PURE__*/React__default.createElement("path", {
1582
+ 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"
1583
+ })), children);
1584
+ });
1585
+ if (process.env.NODE_ENV !== "production") {
1586
+ Concept.propTypes = iconPropTypes;
1587
+ }
1588
+ var ConditionPoint = /*#__PURE__*/React__default.forwardRef(function ConditionPoint(_ref67, ref) {
1589
+ var children = _ref67.children,
1590
+ _ref67$size = _ref67.size,
1591
+ size = _ref67$size === void 0 ? 16 : _ref67$size,
1592
+ rest = _objectWithoutProperties(_ref67, _excluded67);
1593
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1594
+ width: size,
1595
+ height: size,
1596
+ ref: ref,
1597
+ xmlns: "http://www.w3.org/2000/svg",
1598
+ viewBox: "0 0 32 32",
1599
+ fill: "currentColor"
1600
+ }, rest), _path106 || (_path106 = /*#__PURE__*/React__default.createElement("path", {
1601
+ d: "M10.343 10.343H21.657V21.657H10.343z",
1602
+ transform: "rotate(-45 16 16)"
1603
+ })), _path107 || (_path107 = /*#__PURE__*/React__default.createElement("path", {
1604
+ 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"
1605
+ })), children);
1606
+ });
1607
+ if (process.env.NODE_ENV !== "production") {
1608
+ ConditionPoint.propTypes = iconPropTypes;
1609
+ }
1610
+ var ConditionWaitPoint = /*#__PURE__*/React__default.forwardRef(function ConditionWaitPoint(_ref68, ref) {
1611
+ var children = _ref68.children,
1612
+ _ref68$size = _ref68.size,
1613
+ size = _ref68$size === void 0 ? 16 : _ref68$size,
1614
+ rest = _objectWithoutProperties(_ref68, _excluded68);
1615
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1616
+ width: size,
1617
+ height: size,
1618
+ ref: ref,
1619
+ xmlns: "http://www.w3.org/2000/svg",
1620
+ viewBox: "0 0 32 32",
1621
+ fill: "currentColor"
1622
+ }, rest), _path108 || (_path108 = /*#__PURE__*/React__default.createElement("path", {
1623
+ d: "M10.343 10.343H21.657V21.657H10.343z",
1624
+ transform: "rotate(-45 16 16)"
1625
+ })), _path109 || (_path109 = /*#__PURE__*/React__default.createElement("path", {
1626
+ 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"
1627
+ })), children);
1628
+ });
1629
+ if (process.env.NODE_ENV !== "production") {
1630
+ ConditionWaitPoint.propTypes = iconPropTypes;
1631
+ }
1632
+ var Connect = /*#__PURE__*/React__default.forwardRef(function Connect(_ref69, ref) {
1633
+ var children = _ref69.children,
1634
+ _ref69$size = _ref69.size,
1635
+ size = _ref69$size === void 0 ? 16 : _ref69$size,
1636
+ rest = _objectWithoutProperties(_ref69, _excluded69);
1637
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1638
+ width: size,
1639
+ height: size,
1640
+ ref: ref,
1641
+ xmlns: "http://www.w3.org/2000/svg",
1642
+ viewBox: "0 0 32 32",
1643
+ fill: "currentColor"
1644
+ }, rest), _path110 || (_path110 = /*#__PURE__*/React__default.createElement("path", {
1645
+ 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",
1646
+ transform: "translate(0 .01)"
1647
+ })), children);
1648
+ });
1649
+ if (process.env.NODE_ENV !== "production") {
1650
+ Connect.propTypes = iconPropTypes;
1651
+ }
1652
+ var ConnectRecursive = /*#__PURE__*/React__default.forwardRef(function ConnectRecursive(_ref70, ref) {
1653
+ var children = _ref70.children,
1654
+ _ref70$size = _ref70.size,
1655
+ size = _ref70$size === void 0 ? 16 : _ref70$size,
1656
+ rest = _objectWithoutProperties(_ref70, _excluded70);
1657
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1658
+ width: size,
1659
+ height: size,
1660
+ ref: ref,
1661
+ xmlns: "http://www.w3.org/2000/svg",
1662
+ viewBox: "0 0 32 32",
1663
+ fill: "currentColor"
1664
+ }, rest), _path111 || (_path111 = /*#__PURE__*/React__default.createElement("path", {
1665
+ 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"
1666
+ })), children);
1667
+ });
1668
+ if (process.env.NODE_ENV !== "production") {
1669
+ ConnectRecursive.propTypes = iconPropTypes;
1670
+ }
1671
+ var ConnectReference = /*#__PURE__*/React__default.forwardRef(function ConnectReference(_ref71, ref) {
1672
+ var children = _ref71.children,
1673
+ _ref71$size = _ref71.size,
1674
+ size = _ref71$size === void 0 ? 16 : _ref71$size,
1675
+ rest = _objectWithoutProperties(_ref71, _excluded71);
1676
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1677
+ width: size,
1678
+ height: size,
1679
+ ref: ref,
1680
+ xmlns: "http://www.w3.org/2000/svg",
1681
+ viewBox: "0 0 32 32",
1682
+ fill: "currentColor"
1683
+ }, rest), _path112 || (_path112 = /*#__PURE__*/React__default.createElement("path", {
1684
+ d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
1685
+ })), _path113 || (_path113 = /*#__PURE__*/React__default.createElement("path", {
1686
+ 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"
1687
+ })), children);
1688
+ });
1689
+ if (process.env.NODE_ENV !== "production") {
1690
+ ConnectReference.propTypes = iconPropTypes;
1691
+ }
1692
+ var ConnectSource = /*#__PURE__*/React__default.forwardRef(function ConnectSource(_ref72, ref) {
1693
+ var children = _ref72.children,
1694
+ _ref72$size = _ref72.size,
1695
+ size = _ref72$size === void 0 ? 16 : _ref72$size,
1696
+ rest = _objectWithoutProperties(_ref72, _excluded72);
1697
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1698
+ width: size,
1699
+ height: size,
1700
+ ref: ref,
1701
+ xmlns: "http://www.w3.org/2000/svg",
1702
+ viewBox: "0 0 32 32",
1703
+ fill: "currentColor"
1704
+ }, rest), _path114 || (_path114 = /*#__PURE__*/React__default.createElement("path", {
1705
+ 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"
1706
+ })), children);
1707
+ });
1708
+ if (process.env.NODE_ENV !== "production") {
1709
+ ConnectSource.propTypes = iconPropTypes;
1710
+ }
1711
+ var ConnectTarget = /*#__PURE__*/React__default.forwardRef(function ConnectTarget(_ref73, ref) {
1712
+ var children = _ref73.children,
1713
+ _ref73$size = _ref73.size,
1714
+ size = _ref73$size === void 0 ? 16 : _ref73$size,
1715
+ rest = _objectWithoutProperties(_ref73, _excluded73);
1716
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1717
+ width: size,
1718
+ height: size,
1719
+ ref: ref,
1720
+ xmlns: "http://www.w3.org/2000/svg",
1721
+ viewBox: "0 0 32 32",
1722
+ fill: "currentColor"
1723
+ }, rest), _path115 || (_path115 = /*#__PURE__*/React__default.createElement("path", {
1724
+ 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"
1725
+ })), children);
1726
+ });
1727
+ if (process.env.NODE_ENV !== "production") {
1728
+ ConnectTarget.propTypes = iconPropTypes;
1729
+ }
1730
+ var ConnectionReceive = /*#__PURE__*/React__default.forwardRef(function ConnectionReceive(_ref74, ref) {
1731
+ var children = _ref74.children,
1732
+ _ref74$size = _ref74.size,
1733
+ size = _ref74$size === void 0 ? 16 : _ref74$size,
1734
+ rest = _objectWithoutProperties(_ref74, _excluded74);
1735
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1736
+ width: size,
1737
+ height: size,
1738
+ ref: ref,
1739
+ xmlns: "http://www.w3.org/2000/svg",
1740
+ viewBox: "0 0 32 32",
1741
+ fill: "currentColor"
1742
+ }, rest), _path116 || (_path116 = /*#__PURE__*/React__default.createElement("path", {
1743
+ 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"
1744
+ })), _path117 || (_path117 = /*#__PURE__*/React__default.createElement("path", {
1745
+ d: "M28,20v8H22V20H20v8H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V20Z"
1746
+ })), children);
1747
+ });
1748
+ if (process.env.NODE_ENV !== "production") {
1749
+ ConnectionReceive.propTypes = iconPropTypes;
1750
+ }
1751
+ var ConnectionSend = /*#__PURE__*/React__default.forwardRef(function ConnectionSend(_ref75, ref) {
1752
+ var children = _ref75.children,
1753
+ _ref75$size = _ref75.size,
1754
+ size = _ref75$size === void 0 ? 16 : _ref75$size,
1755
+ rest = _objectWithoutProperties(_ref75, _excluded75);
1756
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1757
+ width: size,
1758
+ height: size,
1759
+ ref: ref,
1760
+ xmlns: "http://www.w3.org/2000/svg",
1761
+ viewBox: "0 0 32 32",
1762
+ fill: "currentColor"
1763
+ }, rest), _path118 || (_path118 = /*#__PURE__*/React__default.createElement("path", {
1764
+ 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"
1765
+ })), _path119 || (_path119 = /*#__PURE__*/React__default.createElement("path", {
1766
+ d: "M28,20v8H22V20H20v8H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V20Z"
1767
+ })), children);
1768
+ });
1769
+ if (process.env.NODE_ENV !== "production") {
1770
+ ConnectionSend.propTypes = iconPropTypes;
1771
+ }
1772
+ var ConnectionTwoWay = /*#__PURE__*/React__default.forwardRef(function ConnectionTwoWay(_ref76, ref) {
1773
+ var children = _ref76.children,
1774
+ _ref76$size = _ref76.size,
1775
+ size = _ref76$size === void 0 ? 16 : _ref76$size,
1776
+ rest = _objectWithoutProperties(_ref76, _excluded76);
1777
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1778
+ width: size,
1779
+ height: size,
1780
+ ref: ref,
1781
+ xmlns: "http://www.w3.org/2000/svg",
1782
+ viewBox: "0 0 32 32",
1783
+ fill: "currentColor"
1784
+ }, rest), _path120 || (_path120 = /*#__PURE__*/React__default.createElement("path", {
1785
+ 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"
1786
+ })), _path121 || (_path121 = /*#__PURE__*/React__default.createElement("path", {
1787
+ d: "M28,26v2H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V26Z"
1788
+ })), children);
1789
+ });
1790
+ if (process.env.NODE_ENV !== "production") {
1791
+ ConnectionTwoWay.propTypes = iconPropTypes;
1792
+ }
1793
+ var ConnectionSignal = /*#__PURE__*/React__default.forwardRef(function ConnectionSignal(_ref77, ref) {
1794
+ var children = _ref77.children,
1795
+ _ref77$size = _ref77.size,
1796
+ size = _ref77$size === void 0 ? 16 : _ref77$size,
1797
+ rest = _objectWithoutProperties(_ref77, _excluded77);
1798
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1799
+ width: size,
1800
+ height: size,
1801
+ ref: ref,
1802
+ xmlns: "http://www.w3.org/2000/svg",
1803
+ viewBox: "0 0 32 32",
1804
+ fill: "currentColor"
1805
+ }, rest), _path122 || (_path122 = /*#__PURE__*/React__default.createElement("path", {
1806
+ 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"
1807
+ })), _path123 || (_path123 = /*#__PURE__*/React__default.createElement("path", {
1808
+ 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"
1809
+ })), children);
1810
+ });
1811
+ if (process.env.NODE_ENV !== "production") {
1812
+ ConnectionSignal.propTypes = iconPropTypes;
1813
+ }
1814
+ var ConnectionSignalOff = /*#__PURE__*/React__default.forwardRef(function ConnectionSignalOff(_ref78, ref) {
1815
+ var children = _ref78.children,
1816
+ _ref78$size = _ref78.size,
1817
+ size = _ref78$size === void 0 ? 16 : _ref78$size,
1818
+ rest = _objectWithoutProperties(_ref78, _excluded78);
1819
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1820
+ width: size,
1821
+ height: size,
1822
+ ref: ref,
1823
+ xmlns: "http://www.w3.org/2000/svg",
1824
+ viewBox: "0 0 32 32",
1825
+ fill: "currentColor"
1826
+ }, rest), _path124 || (_path124 = /*#__PURE__*/React__default.createElement("path", {
1827
+ 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"
1828
+ })), _path125 || (_path125 = /*#__PURE__*/React__default.createElement("path", {
1829
+ 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"
1830
+ })), children);
1831
+ });
1832
+ if (process.env.NODE_ENV !== "production") {
1833
+ ConnectionSignalOff.propTypes = iconPropTypes;
1834
+ }
1835
+ var Construction = /*#__PURE__*/React__default.forwardRef(function Construction(_ref79, ref) {
1836
+ var children = _ref79.children,
1837
+ _ref79$size = _ref79.size,
1838
+ size = _ref79$size === void 0 ? 16 : _ref79$size,
1839
+ rest = _objectWithoutProperties(_ref79, _excluded79);
1840
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1841
+ width: size,
1842
+ height: size,
1843
+ ref: ref,
1844
+ xmlns: "http://www.w3.org/2000/svg",
1845
+ viewBox: "0 0 32 32",
1846
+ fill: "currentColor"
1847
+ }, rest), _path126 || (_path126 = /*#__PURE__*/React__default.createElement("path", {
1848
+ 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"
1849
+ })), children);
1850
+ });
1851
+ if (process.env.NODE_ENV !== "production") {
1852
+ Construction.propTypes = iconPropTypes;
1853
+ }
1854
+ var ContainerRegistry = /*#__PURE__*/React__default.forwardRef(function ContainerRegistry(_ref80, ref) {
1855
+ var children = _ref80.children,
1856
+ _ref80$size = _ref80.size,
1857
+ size = _ref80$size === void 0 ? 16 : _ref80$size,
1858
+ rest = _objectWithoutProperties(_ref80, _excluded80);
1859
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1860
+ width: size,
1861
+ height: size,
1862
+ ref: ref,
1863
+ xmlns: "http://www.w3.org/2000/svg",
1864
+ viewBox: "0 0 32 32",
1865
+ fill: "currentColor"
1866
+ }, rest), _path127 || (_path127 = /*#__PURE__*/React__default.createElement("path", {
1867
+ d: "M17,13V6H8V22H24V13ZM10,8h5v5H10Zm0,7h5v5H10Zm12,5H17V15h5Z"
1868
+ })), _path128 || (_path128 = /*#__PURE__*/React__default.createElement("path", {
1869
+ d: "M28 11H19V2h9zM21 9h5V4H21zM28 20H26v2h2v6H4V22H6V20H4a2.0024 2.0024 0 00-2 2v6a2.0024 2.0024 0 002 2H28a2.0024 2.0024 0 002-2V22A2.0024 2.0024 0 0028 20z"
1870
+ })), _circle21 || (_circle21 = /*#__PURE__*/React__default.createElement("circle", {
1871
+ cx: "7",
1872
+ cy: "25",
1873
+ r: "1"
1874
+ })), children);
1875
+ });
1876
+ if (process.env.NODE_ENV !== "production") {
1877
+ ContainerRegistry.propTypes = iconPropTypes;
1878
+ }
1879
+ var ContainerServices = /*#__PURE__*/React__default.forwardRef(function ContainerServices(_ref81, ref) {
1880
+ var children = _ref81.children,
1881
+ _ref81$size = _ref81.size,
1882
+ size = _ref81$size === void 0 ? 16 : _ref81$size,
1883
+ rest = _objectWithoutProperties(_ref81, _excluded81);
1884
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1885
+ width: size,
1886
+ height: size,
1887
+ ref: ref,
1888
+ xmlns: "http://www.w3.org/2000/svg",
1889
+ viewBox: "0 0 32 32",
1890
+ fill: "currentColor"
1891
+ }, rest), _path129 || (_path129 = /*#__PURE__*/React__default.createElement("path", {
1892
+ d: "M27,22V17a2.0023,2.0023,0,0,0-2-2H17V10h3a2.0023,2.0023,0,0,0,2-2V4a2.0023,2.0023,0,0,0-2-2H12a2.0023,2.0023,0,0,0-2,2V8a2.0023,2.0023,0,0,0,2,2h3v5H7a2.0023,2.0023,0,0,0-2,2v5H2v8h8V22H7V17h8v5H12v8h8V22H17V17h8v5H22v8h8V22ZM12,4h8V8H12ZM8,28H4V24H8Zm10,0H14V24h4Zm10,0H24V24h4Z"
1893
+ })), children);
1894
+ });
1895
+ if (process.env.NODE_ENV !== "production") {
1896
+ ContainerServices.propTypes = iconPropTypes;
1897
+ }
1898
+ var ContainerSoftware = /*#__PURE__*/React__default.forwardRef(function ContainerSoftware(_ref82, ref) {
1899
+ var children = _ref82.children,
1900
+ _ref82$size = _ref82.size,
1901
+ size = _ref82$size === void 0 ? 16 : _ref82$size,
1902
+ rest = _objectWithoutProperties(_ref82, _excluded82);
1903
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1904
+ width: size,
1905
+ height: size,
1906
+ ref: ref,
1907
+ xmlns: "http://www.w3.org/2000/svg",
1908
+ viewBox: "0 0 32 32",
1909
+ fill: "currentColor"
1910
+ }, rest), _path130 || (_path130 = /*#__PURE__*/React__default.createElement("path", {
1911
+ d: "M28,12H20V4h8Zm-6-2h4V6H22Z"
1912
+ })), _path131 || (_path131 = /*#__PURE__*/React__default.createElement("path", {
1913
+ d: "M17,15V9H9V23H23V15Zm-6-4h4v4H11Zm4,10H11V17h4Zm6,0H17V17h4Z"
1914
+ })), _path132 || (_path132 = /*#__PURE__*/React__default.createElement("path", {
1915
+ d: "M26,28H6a2.0023,2.0023,0,0,1-2-2V6A2.0023,2.0023,0,0,1,6,4H16V6H6V26H26V16h2V26A2.0023,2.0023,0,0,1,26,28Z"
1916
+ })), children);
1917
+ });
1918
+ if (process.env.NODE_ENV !== "production") {
1919
+ ContainerSoftware.propTypes = iconPropTypes;
1920
+ }
1921
+ var ContentDeliveryNetwork = /*#__PURE__*/React__default.forwardRef(function ContentDeliveryNetwork(_ref83, ref) {
1922
+ var children = _ref83.children,
1923
+ _ref83$size = _ref83.size,
1924
+ size = _ref83$size === void 0 ? 16 : _ref83$size,
1925
+ rest = _objectWithoutProperties(_ref83, _excluded83);
1926
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1927
+ width: size,
1928
+ height: size,
1929
+ ref: ref,
1930
+ xmlns: "http://www.w3.org/2000/svg",
1931
+ viewBox: "0 0 32 32",
1932
+ fill: "currentColor"
1933
+ }, rest), _circle22 || (_circle22 = /*#__PURE__*/React__default.createElement("circle", {
1934
+ cx: "21",
1935
+ cy: "21",
1936
+ r: "2"
1937
+ })), _circle23 || (_circle23 = /*#__PURE__*/React__default.createElement("circle", {
1938
+ cx: "7",
1939
+ cy: "7",
1940
+ r: "2"
1941
+ })), _path133 || (_path133 = /*#__PURE__*/React__default.createElement("path", {
1942
+ d: "M27,31a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,27,31Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,27,25Z"
1943
+ })), _path134 || (_path134 = /*#__PURE__*/React__default.createElement("path", {
1944
+ d: "M30,16A14.0412,14.0412,0,0,0,16,2,13.0426,13.0426,0,0,0,9.2,3.8l1.1,1.7a24.4254,24.4254,0,0,1,2.4-1A25.1349,25.1349,0,0,0,10,15H4a11.1489,11.1489,0,0,1,1.4-4.7L3.9,9A13.8418,13.8418,0,0,0,2,16,13.9983,13.9983,0,0,0,16,30a13.3656,13.3656,0,0,0,5.2-1l-.6-1.9a11.4416,11.4416,0,0,1-5.2.9h0A21.0713,21.0713,0,0,1,12,17H29.9A3.4019,3.4019,0,0,0,30,16ZM12.8,27.6h0a13.02,13.02,0,0,1-5.3-3.1A12.5053,12.5053,0,0,1,4,17h6A25.0022,25.0022,0,0,0,12.8,27.6ZM12,15A21.4461,21.4461,0,0,1,15.3,4h1.4A21.4461,21.4461,0,0,1,20,15Zm10,0A23.2777,23.2777,0,0,0,19.2,4.4,12.0919,12.0919,0,0,1,27.9,15Z"
1945
+ })), children);
1946
+ });
1947
+ if (process.env.NODE_ENV !== "production") {
1948
+ ContentDeliveryNetwork.propTypes = iconPropTypes;
1949
+ }
1950
+ var ContentView = /*#__PURE__*/React__default.forwardRef(function ContentView(_ref84, ref) {
1951
+ var children = _ref84.children,
1952
+ _ref84$size = _ref84.size,
1953
+ size = _ref84$size === void 0 ? 16 : _ref84$size,
1954
+ rest = _objectWithoutProperties(_ref84, _excluded84);
1955
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1956
+ width: size,
1957
+ height: size,
1958
+ ref: ref,
1959
+ xmlns: "http://www.w3.org/2000/svg",
1960
+ viewBox: "0 0 32 32",
1961
+ fill: "currentColor"
1962
+ }, rest), _circle24 || (_circle24 = /*#__PURE__*/React__default.createElement("circle", {
1963
+ cx: "16",
1964
+ cy: "19",
1965
+ r: "2"
1966
+ })), _path135 || (_path135 = /*#__PURE__*/React__default.createElement("path", {
1967
+ d: "M23.7769,18.4785A8.64,8.64,0,0,0,16,13a8.64,8.64,0,0,0-7.7769,5.4785L8,19l.2231.5215A8.64,8.64,0,0,0,16,25a8.64,8.64,0,0,0,7.7769-5.4785L24,19ZM16,23a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,23Z"
1968
+ })), _path136 || (_path136 = /*#__PURE__*/React__default.createElement("path", {
1969
+ d: "M27,3H5A2,2,0,0,0,3,5V27a2,2,0,0,0,2,2H27a2,2,0,0,0,2-2V5A2,2,0,0,0,27,3ZM5,5H27V9H5ZM5,27V11H27V27Z"
1970
+ })), children);
1971
+ });
1972
+ if (process.env.NODE_ENV !== "production") {
1973
+ ContentView.propTypes = iconPropTypes;
1974
+ }
1975
+ var Continue = /*#__PURE__*/React__default.forwardRef(function Continue(_ref85, ref) {
1976
+ var children = _ref85.children,
1977
+ _ref85$size = _ref85.size,
1978
+ size = _ref85$size === void 0 ? 16 : _ref85$size,
1979
+ rest = _objectWithoutProperties(_ref85, _excluded85);
1980
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1981
+ width: size,
1982
+ height: size,
1983
+ ref: ref,
1984
+ xmlns: "http://www.w3.org/2000/svg",
1985
+ viewBox: "0 0 32 32",
1986
+ fill: "currentColor"
1987
+ }, rest), _path137 || (_path137 = /*#__PURE__*/React__default.createElement("path", {
1988
+ d: "M10 28a1 1 0 01-1-1V5a1 1 0 011.501-.8652l19 11a1 1 0 010 1.73l-19 11A.9975.9975 0 0110 28zM11 6.7344V25.2656L27 16zM4 4H6V28H4z"
1989
+ })), children);
1990
+ });
1991
+ if (process.env.NODE_ENV !== "production") {
1992
+ Continue.propTypes = iconPropTypes;
1993
+ }
1994
+ var ContinueFilled = /*#__PURE__*/React__default.forwardRef(function ContinueFilled(_ref86, ref) {
1995
+ var children = _ref86.children,
1996
+ _ref86$size = _ref86.size,
1997
+ size = _ref86$size === void 0 ? 16 : _ref86$size,
1998
+ rest = _objectWithoutProperties(_ref86, _excluded86);
1999
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2000
+ width: size,
2001
+ height: size,
2002
+ ref: ref,
2003
+ xmlns: "http://www.w3.org/2000/svg",
2004
+ viewBox: "0 0 32 32",
2005
+ fill: "currentColor"
2006
+ }, rest), _path138 || (_path138 = /*#__PURE__*/React__default.createElement("path", {
2007
+ d: "M10 28a1 1 0 01-1-1V5a1 1 0 011.501-.8652l19 11a1 1 0 010 1.73l-19 11A.9975.9975 0 0110 28zM4 4H6V28H4z"
2008
+ })), children);
2009
+ });
2010
+ if (process.env.NODE_ENV !== "production") {
2011
+ ContinueFilled.propTypes = iconPropTypes;
2012
+ }
2013
+ var ContinuousDeployment = /*#__PURE__*/React__default.forwardRef(function ContinuousDeployment(_ref87, ref) {
2014
+ var children = _ref87.children,
2015
+ _ref87$size = _ref87.size,
2016
+ size = _ref87$size === void 0 ? 16 : _ref87$size,
2017
+ rest = _objectWithoutProperties(_ref87, _excluded87);
2018
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2019
+ width: size,
2020
+ height: size,
2021
+ ref: ref,
2022
+ xmlns: "http://www.w3.org/2000/svg",
2023
+ viewBox: "0 0 32 32",
2024
+ fill: "currentColor"
2025
+ }, rest), _path139 || (_path139 = /*#__PURE__*/React__default.createElement("path", {
2026
+ d: "M24,2l-6,6l1.4,1.4L23,5.8V19c0,5-4,9-9,9c-1.6,0-3.1-0.4-4.3-1.1C10.1,27,10.5,27,11,27c4.4,0,8-3.6,8-8s-3.6-8-8-8 s-8,3.6-8,8c0,6.1,4.9,11,11,11s11-4.9,11-11V5.8l3.6,3.6L30,8L24,2z M5,19.6c0-0.2,0-0.4,0-0.6c0-3.3,2.7-6,6-6s6,2.7,6,6 s-2.7,6-6,6C7.9,25,5.3,22.6,5,19.6z"
2027
+ })), children);
2028
+ });
2029
+ if (process.env.NODE_ENV !== "production") {
2030
+ ContinuousDeployment.propTypes = iconPropTypes;
2031
+ }
2032
+ var ContinuousIntegration = /*#__PURE__*/React__default.forwardRef(function ContinuousIntegration(_ref88, ref) {
2033
+ var children = _ref88.children,
2034
+ _ref88$size = _ref88.size,
2035
+ size = _ref88$size === void 0 ? 16 : _ref88$size,
2036
+ rest = _objectWithoutProperties(_ref88, _excluded88);
2037
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2038
+ width: size,
2039
+ height: size,
2040
+ ref: ref,
2041
+ xmlns: "http://www.w3.org/2000/svg",
2042
+ viewBox: "0 0 32 32",
2043
+ fill: "currentColor"
2044
+ }, rest), _path140 || (_path140 = /*#__PURE__*/React__default.createElement("path", {
2045
+ d: "M31.9,15.5l-5.7-10C25.9,5.2,25.6,5,25.3,5H6.7C6.4,5,6.1,5.2,5.9,5.5l-5.7,10C0,15.7,0,15.8,0,16s0,0.3,0.1,0.5l5.7,10 C6.1,26.8,6.4,27,6.7,27h18.5c0.4,0,0.7-0.2,0.9-0.5l5.7-10C32,16.3,32,16.2,32,16S32,15.7,31.9,15.5z M17.8,15h-8l4-7L17.8,15z M15.5,7h8l-4,7L15.5,7z M17.8,17l-4,7l-4-7H17.8z M19.5,18l4,7h-8L19.5,18z M21.2,17h8l-4,7L21.2,17z M21.2,15l4-7l4,7H21.2z M7.3,7H12l-4.6,8H2.7L7.3,7z M7.3,25l-4.6-8h4.7l4.6,8H7.3z"
2046
+ })), children);
2047
+ });
2048
+ if (process.env.NODE_ENV !== "production") {
2049
+ ContinuousIntegration.propTypes = iconPropTypes;
2050
+ }
2051
+ var WatsonHealthContourDraw = /*#__PURE__*/React__default.forwardRef(function WatsonHealthContourDraw(_ref89, ref) {
2052
+ var children = _ref89.children,
2053
+ _ref89$size = _ref89.size,
2054
+ size = _ref89$size === void 0 ? 16 : _ref89$size,
2055
+ rest = _objectWithoutProperties(_ref89, _excluded89);
2056
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2057
+ width: size,
2058
+ height: size,
2059
+ ref: ref,
2060
+ xmlns: "http://www.w3.org/2000/svg",
2061
+ viewBox: "0 0 32 32",
2062
+ fill: "currentColor"
2063
+ }, rest), _path141 || (_path141 = /*#__PURE__*/React__default.createElement("path", {
2064
+ d: "M7.7 4.7a14.7029 14.7029 0 00-3 3.1L6.3 9A13.2634 13.2634 0 018.9 6.3zM4.6 12.3l-1.9-.6A12.5111 12.5111 0 002 16H4A11.4756 11.4756 0 014.6 12.3zM11.7 2.7l.6 1.9A11.4756 11.4756 0 0116 4V2A12.5111 12.5111 0 0011.7 2.7zM24.2 27.3a15.18 15.18 0 003.1-3.1L25.7 23A11.526 11.526 0 0123 25.7zM27.4 19.7l1.9.6A15.4747 15.4747 0 0030 16H28A11.4756 11.4756 0 0127.4 19.7zM29.2 11.6a14.4029 14.4029 0 00-2-3.9L25.6 8.9a12.8867 12.8867 0 011.7 3.3zM24.1 4.6a14.4029 14.4029 0 00-3.9-2l-.6 1.9a12.8867 12.8867 0 013.3 1.7zM20.3 29.3l-.6-1.9A11.4756 11.4756 0 0116 28v2A21.4206 21.4206 0 0020.3 29.3zM15.4023 24.248a11.9488 11.9488 0 00-1.7182-3.3354L15.2974 19.73a13.9486 13.9486 0 012.0044 3.893zM11.02 18.2668a11.9215 11.9215 0 00-3.3467-1.6943l.6114-1.9043a13.9242 13.9242 0 013.9072 1.978z"
2065
+ })), children);
2066
+ });
2067
+ if (process.env.NODE_ENV !== "production") {
2068
+ WatsonHealthContourDraw.propTypes = iconPropTypes;
2069
+ }
2070
+ var WatsonHealthContourEdit = /*#__PURE__*/React__default.forwardRef(function WatsonHealthContourEdit(_ref90, ref) {
2071
+ var children = _ref90.children,
2072
+ _ref90$size = _ref90.size,
2073
+ size = _ref90$size === void 0 ? 16 : _ref90$size,
2074
+ rest = _objectWithoutProperties(_ref90, _excluded90);
2075
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2076
+ width: size,
2077
+ height: size,
2078
+ ref: ref,
2079
+ xmlns: "http://www.w3.org/2000/svg",
2080
+ viewBox: "0 0 32 32",
2081
+ fill: "currentColor"
2082
+ }, rest), _path142 || (_path142 = /*#__PURE__*/React__default.createElement("path", {
2083
+ d: "M16 30V28A12.0021 12.0021 0 0019.6924 4.5786l.6152-1.9033A14.0022 14.0022 0 0116 30zM7.7 4.7a14.7029 14.7029 0 00-3 3.1L6.3 9A13.2634 13.2634 0 018.9 6.3zM4.6 12.3l-1.9-.6A12.5111 12.5111 0 002 16H4A11.4756 11.4756 0 014.6 12.3zM11.7 2.7l.6 1.9A11.4756 11.4756 0 0116 4V2A12.5111 12.5111 0 0011.7 2.7z"
2084
+ })), _path143 || (_path143 = /*#__PURE__*/React__default.createElement("path", {
2085
+ d: "M15.4023 24.248a11.9488 11.9488 0 00-1.7182-3.3354L15.2974 19.73a13.9486 13.9486 0 012.0044 3.893zM11.02 18.2668a11.9215 11.9215 0 00-3.3467-1.6943l.6114-1.9043a13.9242 13.9242 0 013.9072 1.978z"
2086
+ })), children);
2087
+ });
2088
+ if (process.env.NODE_ENV !== "production") {
2089
+ WatsonHealthContourEdit.propTypes = iconPropTypes;
2090
+ }
2091
+ var WatsonHealthContourFinding = /*#__PURE__*/React__default.forwardRef(function WatsonHealthContourFinding(_ref91, ref) {
2092
+ var children = _ref91.children,
2093
+ _ref91$size = _ref91.size,
2094
+ size = _ref91$size === void 0 ? 16 : _ref91$size,
2095
+ rest = _objectWithoutProperties(_ref91, _excluded91);
2096
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2097
+ width: size,
2098
+ height: size,
2099
+ ref: ref,
2100
+ xmlns: "http://www.w3.org/2000/svg",
2101
+ viewBox: "0 0 32 32",
2102
+ fill: "currentColor"
2103
+ }, rest), _path144 || (_path144 = /*#__PURE__*/React__default.createElement("path", {
2104
+ d: "M7.7 4.7a14.7029 14.7029 0 00-3 3.1L6.3 9A13.2634 13.2634 0 018.9 6.3zM4.6 12.3l-1.9-.6A12.5111 12.5111 0 002 16H4A11.4756 11.4756 0 014.6 12.3zM2.7 20.4a14.4029 14.4029 0 002 3.9l1.6-1.2a12.8867 12.8867 0 01-1.7-3.3zM7.8 27.3a14.4029 14.4029 0 003.9 2l.6-1.9A12.8867 12.8867 0 019 25.7zM11.7 2.7l.6 1.9A11.4756 11.4756 0 0116 4V2A12.5111 12.5111 0 0011.7 2.7zM24.2 27.3a15.18 15.18 0 003.1-3.1L25.7 23A11.526 11.526 0 0123 25.7zM27.4 19.7l1.9.6A15.4747 15.4747 0 0030 16H28A11.4756 11.4756 0 0127.4 19.7zM29.2 11.6a14.4029 14.4029 0 00-2-3.9L25.6 8.9a12.8867 12.8867 0 011.7 3.3zM24.1 4.6a14.4029 14.4029 0 00-3.9-2l-.6 1.9a12.8867 12.8867 0 013.3 1.7zM20.3 29.3l-.6-1.9A11.4756 11.4756 0 0116 28v2A21.4206 21.4206 0 0020.3 29.3zM16 26A10 10 0 1126 16 10.0115 10.0115 0 0116 26zM16 8a8 8 0 108 8A8.0092 8.0092 0 0016 8z"
2105
+ })), children);
2106
+ });
2107
+ if (process.env.NODE_ENV !== "production") {
2108
+ WatsonHealthContourFinding.propTypes = iconPropTypes;
2109
+ }
2110
+ var Contrast = /*#__PURE__*/React__default.forwardRef(function Contrast(_ref92, ref) {
2111
+ var children = _ref92.children,
2112
+ _ref92$size = _ref92.size,
2113
+ size = _ref92$size === void 0 ? 16 : _ref92$size,
2114
+ rest = _objectWithoutProperties(_ref92, _excluded92);
2115
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2116
+ width: size,
2117
+ height: size,
2118
+ ref: ref,
2119
+ xmlns: "http://www.w3.org/2000/svg",
2120
+ viewBox: "0 0 32 32",
2121
+ fill: "currentColor"
2122
+ }, rest), _path145 || (_path145 = /*#__PURE__*/React__default.createElement("path", {
2123
+ d: "M29.37,11.84a13.6,13.6,0,0,0-1.06-2.51A14.17,14.17,0,0,0,25.9,6.1a14,14,0,1,0,0,19.8,14.17,14.17,0,0,0,2.41-3.23,13.6,13.6,0,0,0,1.06-2.51,14,14,0,0,0,0-8.32ZM4,16A12,12,0,0,1,16,4V28A12,12,0,0,1,4,16Z"
2124
+ })), children);
2125
+ });
2126
+ if (process.env.NODE_ENV !== "production") {
2127
+ Contrast.propTypes = iconPropTypes;
2128
+ }
2129
+ var ConvertToCloud = /*#__PURE__*/React__default.forwardRef(function ConvertToCloud(_ref93, ref) {
2130
+ var children = _ref93.children,
2131
+ _ref93$size = _ref93.size,
2132
+ size = _ref93$size === void 0 ? 16 : _ref93$size,
2133
+ rest = _objectWithoutProperties(_ref93, _excluded93);
2134
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2135
+ width: size,
2136
+ height: size,
2137
+ ref: ref,
2138
+ xmlns: "http://www.w3.org/2000/svg",
2139
+ viewBox: "0 0 32 32",
2140
+ fill: "currentColor"
2141
+ }, rest), _path146 || (_path146 = /*#__PURE__*/React__default.createElement("path", {
2142
+ d: "M26.5 12H19a4 4 0 010-8h.0835A4.7864 4.7864 0 0123 2a4.9816 4.9816 0 014.6543 3.2034A3.4667 3.4667 0 0130 8.5 3.5041 3.5041 0 0126.5 12zM19 6a2 2 0 000 4h7.5A1.5017 1.5017 0 0028 8.5a1.4855 1.4855 0 00-1.2778-1.4739L26.061 6.927l-.1616-.6487a2.9568 2.9568 0 00-5.4873-.7121L20.1143 6zM23 14l-5 5 1.4141 1.4141L22 17.8325V24H16v2h6a2.0025 2.0025 0 002-2V17.8325l2.5874 2.583L28 19zM2 20H12V22H2zM2 24H12V26H2zM2 28H12V30H2z"
2143
+ })), children);
2144
+ });
2145
+ if (process.env.NODE_ENV !== "production") {
2146
+ ConvertToCloud.propTypes = iconPropTypes;
2147
+ }
2148
+ var Cookie = /*#__PURE__*/React__default.forwardRef(function Cookie(_ref94, ref) {
2149
+ var children = _ref94.children,
2150
+ _ref94$size = _ref94.size,
2151
+ size = _ref94$size === void 0 ? 16 : _ref94$size,
2152
+ rest = _objectWithoutProperties(_ref94, _excluded94);
2153
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2154
+ width: size,
2155
+ height: size,
2156
+ ref: ref,
2157
+ xmlns: "http://www.w3.org/2000/svg",
2158
+ viewBox: "0 0 32 32",
2159
+ fill: "currentColor"
2160
+ }, rest), _circle25 || (_circle25 = /*#__PURE__*/React__default.createElement("circle", {
2161
+ cx: "10",
2162
+ cy: "21",
2163
+ r: "2"
2164
+ })), _circle26 || (_circle26 = /*#__PURE__*/React__default.createElement("circle", {
2165
+ cx: "23",
2166
+ cy: "20",
2167
+ r: "2"
2168
+ })), _circle27 || (_circle27 = /*#__PURE__*/React__default.createElement("circle", {
2169
+ cx: "13",
2170
+ cy: "10",
2171
+ r: "2"
2172
+ })), _circle28 || (_circle28 = /*#__PURE__*/React__default.createElement("circle", {
2173
+ cx: "14",
2174
+ cy: "15",
2175
+ r: "1"
2176
+ })), _circle29 || (_circle29 = /*#__PURE__*/React__default.createElement("circle", {
2177
+ cx: "23",
2178
+ cy: "5",
2179
+ r: "2"
2180
+ })), _circle30 || (_circle30 = /*#__PURE__*/React__default.createElement("circle", {
2181
+ cx: "29",
2182
+ cy: "3",
2183
+ r: "1"
2184
+ })), _circle31 || (_circle31 = /*#__PURE__*/React__default.createElement("circle", {
2185
+ cx: "16",
2186
+ cy: "23",
2187
+ r: "1"
2188
+ })), _path147 || (_path147 = /*#__PURE__*/React__default.createElement("path", {
2189
+ d: "M16,30C8.3,30,2,23.7,2,16S8.3,2,16,2c0.1,0,0.2,0,0.3,0l1.4,0.1l-0.3,1.2c-0.1,0.4-0.2,0.9-0.2,1.3c0,2.8,2.2,5,5,5 c1,0,2-0.3,2.9-0.9l1.3,1.5c-0.4,0.4-0.6,0.9-0.6,1.4c0,1.3,1.3,2.4,2.7,1.9l1.2-0.5l0.2,1.3C30,14.9,30,15.5,30,16 C30,23.7,23.7,30,16,30z M15.3,4C9,4.4,4,9.6,4,16c0,6.6,5.4,12,12,12s12-5.4,12-12c0-0.1,0-0.3,0-0.4c-2.3,0.1-4.2-1.7-4.2-4 c0-0.1,0-0.1,0-0.2c-0.5,0.1-1,0.2-1.6,0.2c-3.9,0-7-3.1-7-7C15.2,4.4,15.2,4.2,15.3,4z"
2190
+ })), children);
2191
+ });
2192
+ if (process.env.NODE_ENV !== "production") {
2193
+ Cookie.propTypes = iconPropTypes;
2194
+ }
2195
+ var Copy = /*#__PURE__*/React__default.forwardRef(function Copy(_ref95, ref) {
2196
+ var children = _ref95.children,
2197
+ _ref95$size = _ref95.size,
2198
+ size = _ref95$size === void 0 ? 16 : _ref95$size,
2199
+ rest = _objectWithoutProperties(_ref95, _excluded95);
2200
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2201
+ width: size,
2202
+ height: size,
2203
+ ref: ref,
2204
+ xmlns: "http://www.w3.org/2000/svg",
2205
+ viewBox: "0 0 32 32",
2206
+ fill: "currentColor"
2207
+ }, rest), _path148 || (_path148 = /*#__PURE__*/React__default.createElement("path", {
2208
+ d: "M28,10V28H10V10H28m0-2H10a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V10a2,2,0,0,0-2-2Z"
2209
+ })), _path149 || (_path149 = /*#__PURE__*/React__default.createElement("path", {
2210
+ d: "M4,18H2V4A2,2,0,0,1,4,2H18V4H4Z"
2211
+ })), children);
2212
+ });
2213
+ if (process.env.NODE_ENV !== "production") {
2214
+ Copy.propTypes = iconPropTypes;
2215
+ }
2216
+ var CopyFile = /*#__PURE__*/React__default.forwardRef(function CopyFile(_ref96, ref) {
2217
+ var children = _ref96.children,
2218
+ _ref96$size = _ref96.size,
2219
+ size = _ref96$size === void 0 ? 16 : _ref96$size,
2220
+ rest = _objectWithoutProperties(_ref96, _excluded96);
2221
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2222
+ width: size,
2223
+ height: size,
2224
+ ref: ref,
2225
+ xmlns: "http://www.w3.org/2000/svg",
2226
+ viewBox: "0 0 32 32",
2227
+ fill: "currentColor"
2228
+ }, rest), _path150 || (_path150 = /*#__PURE__*/React__default.createElement("path", {
2229
+ d: "M27.4,14.7l-6.1-6.1C21,8.2,20.5,8,20,8h-8c-1.1,0-2,0.9-2,2v18c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V16.1 C28,15.6,27.8,15.1,27.4,14.7z M20,10l5.9,6H20V10z M12,28V10h6v6c0,1.1,0.9,2,2,2h6l0,10H12z"
2230
+ })), _path151 || (_path151 = /*#__PURE__*/React__default.createElement("path", {
2231
+ d: "M6,18H4V4c0-1.1,0.9-2,2-2h14v2H6V18z"
2232
+ })), children);
2233
+ });
2234
+ if (process.env.NODE_ENV !== "production") {
2235
+ CopyFile.propTypes = iconPropTypes;
2236
+ }
2237
+ var CopyLink = /*#__PURE__*/React__default.forwardRef(function CopyLink(_ref97, ref) {
2238
+ var children = _ref97.children,
2239
+ _ref97$size = _ref97.size,
2240
+ size = _ref97$size === void 0 ? 16 : _ref97$size,
2241
+ rest = _objectWithoutProperties(_ref97, _excluded97);
2242
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2243
+ width: size,
2244
+ height: size,
2245
+ ref: ref,
2246
+ xmlns: "http://www.w3.org/2000/svg",
2247
+ viewBox: "0 0 32 32",
2248
+ fill: "currentColor"
2249
+ }, rest), _path152 || (_path152 = /*#__PURE__*/React__default.createElement("path", {
2250
+ d: "M11.9474,19a4.9476,4.9476,0,0,1-3.4991-8.4465l5.1053-5.1043a4.9482,4.9482,0,0,1,6.9981,6.9976l-.5523.5526-1.4158-1.4129.5577-.5579a2.95,2.95,0,0,0-.0039-4.1653,3.02,3.02,0,0,0-4.17,0l-5.1047,5.104a2.9474,2.9474,0,0,0,0,4.1692,3.02,3.02,0,0,0,4.17,0l1.4143,1.4145A4.9176,4.9176,0,0,1,11.9474,19Z"
2251
+ })), _path153 || (_path153 = /*#__PURE__*/React__default.createElement("path", {
2252
+ d: "M19.9474,17a4.9476,4.9476,0,0,1-3.4991-8.4465l.5526-.5526,1.4143,1.4146-.5526.5523a2.9476,2.9476,0,0,0,0,4.1689,3.02,3.02,0,0,0,4.17,0c.26-.26,4.7293-4.7293,5.1053-5.1045a2.951,2.951,0,0,0,0-4.1687,3.02,3.02,0,0,0-4.17,0L21.5536,3.449a4.9483,4.9483,0,0,1,6.9981,6.9978c-.3765.376-4.844,4.8428-5.1038,5.1035A4.9193,4.9193,0,0,1,19.9474,17Z"
2253
+ })), _path154 || (_path154 = /*#__PURE__*/React__default.createElement("path", {
2254
+ d: "M24,30H4a2.0021,2.0021,0,0,1-2-2V8A2.0021,2.0021,0,0,1,4,6H8V8H4V28H24V18h2V28A2.0021,2.0021,0,0,1,24,30Z"
2255
+ })), children);
2256
+ });
2257
+ if (process.env.NODE_ENV !== "production") {
2258
+ CopyLink.propTypes = iconPropTypes;
2259
+ }
2260
+ var Corn = /*#__PURE__*/React__default.forwardRef(function Corn(_ref98, ref) {
2261
+ var children = _ref98.children,
2262
+ _ref98$size = _ref98.size,
2263
+ size = _ref98$size === void 0 ? 16 : _ref98$size,
2264
+ rest = _objectWithoutProperties(_ref98, _excluded98);
2265
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2266
+ width: size,
2267
+ height: size,
2268
+ ref: ref,
2269
+ xmlns: "http://www.w3.org/2000/svg",
2270
+ viewBox: "0 0 32 32",
2271
+ fill: "currentColor"
2272
+ }, rest), _path155 || (_path155 = /*#__PURE__*/React__default.createElement("path", {
2273
+ d: "M23,16c-.3374,0-.67.02-1,.0508V16C22,8.115,19.0435,2,16.5,2S11,8.115,11,16v5H6v3a6.0067,6.0067,0,0,0,6,6h3A11.0125,11.0125,0,0,0,26,19V16ZM13,16h2V14H13.0728a25.8942,25.8942,0,0,1,.5654-4H16V8H14.2c.81-2.4058,1.8149-3.7715,2.3-3.9863.66.2919,2.2842,2.7036,3.0654,6.9863H18v2h1.8442A29.1625,29.1625,0,0,1,20,16v.4263A11.0554,11.0554,0,0,0,13.79,21H13ZM12,28a4.0045,4.0045,0,0,1-4-4V23h4.7639A10.9033,10.9033,0,0,0,12,27Zm12-9a9.01,9.01,0,0,1-9,9H14V27a9.01,9.01,0,0,1,9-9h1Z"
2274
+ })), children);
2275
+ });
2276
+ if (process.env.NODE_ENV !== "production") {
2277
+ Corn.propTypes = iconPropTypes;
2278
+ }
2279
+ var Corner = /*#__PURE__*/React__default.forwardRef(function Corner(_ref99, ref) {
2280
+ var children = _ref99.children,
2281
+ _ref99$size = _ref99.size,
2282
+ size = _ref99$size === void 0 ? 16 : _ref99$size,
2283
+ rest = _objectWithoutProperties(_ref99, _excluded99);
2284
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2285
+ width: size,
2286
+ height: size,
2287
+ ref: ref,
2288
+ xmlns: "http://www.w3.org/2000/svg",
2289
+ viewBox: "0 0 32 32",
2290
+ fill: "currentColor"
2291
+ }, rest), _path156 || (_path156 = /*#__PURE__*/React__default.createElement("path", {
2292
+ d: "M28,9H14V6H6v8H9V28h2V14h3V11H28ZM12,12H8V8h4Z"
2293
+ })), children);
2294
+ });
2295
+ if (process.env.NODE_ENV !== "production") {
2296
+ Corner.propTypes = iconPropTypes;
2297
+ }
2298
+ var Coronavirus = /*#__PURE__*/React__default.forwardRef(function Coronavirus(_ref100, ref) {
2299
+ var children = _ref100.children,
2300
+ _ref100$size = _ref100.size,
2301
+ size = _ref100$size === void 0 ? 16 : _ref100$size,
2302
+ rest = _objectWithoutProperties(_ref100, _excluded100);
2303
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2304
+ width: size,
2305
+ height: size,
2306
+ ref: ref,
2307
+ xmlns: "http://www.w3.org/2000/svg",
2308
+ viewBox: "0 0 32 32",
2309
+ fill: "currentColor"
2310
+ }, rest), _circle32 || (_circle32 = /*#__PURE__*/React__default.createElement("circle", {
2311
+ cx: "15.5",
2312
+ cy: "11.5",
2313
+ r: "1.5"
2314
+ })), _circle33 || (_circle33 = /*#__PURE__*/React__default.createElement("circle", {
2315
+ cx: "20.5",
2316
+ cy: "15.5",
2317
+ r: "1.5"
2318
+ })), _circle34 || (_circle34 = /*#__PURE__*/React__default.createElement("circle", {
2319
+ cx: "16",
2320
+ cy: "16",
2321
+ r: "1"
2322
+ })), _circle35 || (_circle35 = /*#__PURE__*/React__default.createElement("circle", {
2323
+ cx: "16.5",
2324
+ cy: "20.5",
2325
+ r: "1.5"
2326
+ })), _circle36 || (_circle36 = /*#__PURE__*/React__default.createElement("circle", {
2327
+ cx: "11.5",
2328
+ cy: "16.5",
2329
+ r: "1.5"
2330
+ })), _path157 || (_path157 = /*#__PURE__*/React__default.createElement("path", {
2331
+ d: "M28,13v2H25.9492a9.9476,9.9476,0,0,0-2.2143-5.3213l1.4367-1.4365,1.4143,1.4145L28,8.2427,23.7578,4l-1.414,1.4141,1.414,1.414-1.437,1.4365A9.9464,9.9464,0,0,0,17,6.0508V4h2V2H13V4h2V6.0508A9.9464,9.9464,0,0,0,9.6792,8.2646L8.2422,6.8281l1.414-1.414L8.2422,4,4,8.2427l1.4141,1.414L6.8284,8.2422,8.2651,9.6787A9.9476,9.9476,0,0,0,6.0508,15H4V13H2v6H4V17H6.0508a9.9476,9.9476,0,0,0,2.2143,5.3213L6.8284,23.7578,5.4141,22.3433,4,23.7573,8.2422,28l1.414-1.4141-1.414-1.414,1.437-1.4365A9.9464,9.9464,0,0,0,15,25.9492V28H13v2h6V28H17V25.9492a9.9464,9.9464,0,0,0,5.3208-2.2138l1.437,1.4365-1.414,1.414L23.7578,28,28,23.7573l-1.4141-1.414-1.4143,1.4145-1.4367-1.4365A9.9476,9.9476,0,0,0,25.9492,17H28v2h2V13ZM16,24a8,8,0,1,1,8-8A8.0092,8.0092,0,0,1,16,24Z"
2332
+ })), children);
2333
+ });
2334
+ if (process.env.NODE_ENV !== "production") {
2335
+ Coronavirus.propTypes = iconPropTypes;
2336
+ }
2337
+ var Cost = /*#__PURE__*/React__default.forwardRef(function Cost(_ref101, ref) {
2338
+ var children = _ref101.children,
2339
+ _ref101$size = _ref101.size,
2340
+ size = _ref101$size === void 0 ? 16 : _ref101$size,
2341
+ rest = _objectWithoutProperties(_ref101, _excluded101);
2342
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2343
+ width: size,
2344
+ height: size,
2345
+ ref: ref,
2346
+ xmlns: "http://www.w3.org/2000/svg",
2347
+ viewBox: "0 0 32 32",
2348
+ fill: "currentColor"
2349
+ }, rest), _path158 || (_path158 = /*#__PURE__*/React__default.createElement("path", {
2350
+ d: "M16,23a7,7,0,1,1,7-7A7.0078,7.0078,0,0,1,16,23Zm0-12a5,5,0,1,0,5,5A5.0057,5.0057,0,0,0,16,11Z"
2351
+ })), _path159 || (_path159 = /*#__PURE__*/React__default.createElement("path", {
2352
+ d: "M30,6.4141,28.5859,5l-3.35,3.35A12.0812,12.0812,0,0,0,23.65,6.7637L27,3.4141,25.5859,2,21.9766,5.6094A11.9792,11.9792,0,0,0,5.6094,21.9766L2,25.5859,3.4141,27l3.35-3.35A12.0812,12.0812,0,0,0,8.35,25.2363L5,28.5859,6.4141,30l3.6093-3.6094A11.9792,11.9792,0,0,0,26.3906,10.0234ZM16,26A10,10,0,1,1,26,16,10.0114,10.0114,0,0,1,16,26Z"
2353
+ })), children);
2354
+ });
2355
+ if (process.env.NODE_ENV !== "production") {
2356
+ Cost.propTypes = iconPropTypes;
2357
+ }
2358
+ var CostTotal = /*#__PURE__*/React__default.forwardRef(function CostTotal(_ref102, ref) {
2359
+ var children = _ref102.children,
2360
+ _ref102$size = _ref102.size,
2361
+ size = _ref102$size === void 0 ? 16 : _ref102$size,
2362
+ rest = _objectWithoutProperties(_ref102, _excluded102);
2363
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2364
+ width: size,
2365
+ height: size,
2366
+ ref: ref,
2367
+ xmlns: "http://www.w3.org/2000/svg",
2368
+ viewBox: "0 0 32 32",
2369
+ fill: "currentColor"
2370
+ }, rest), _path160 || (_path160 = /*#__PURE__*/React__default.createElement("path", {
2371
+ d: "M10 13H22V15H10zM10 18H22V20H10z"
2372
+ })), _path161 || (_path161 = /*#__PURE__*/React__default.createElement("path", {
2373
+ d: "M30,6.4141,28.5859,5l-3.35,3.35A12.0812,12.0812,0,0,0,23.65,6.7637L27,3.4141,25.5859,2,21.9766,5.6094A11.9792,11.9792,0,0,0,5.6094,21.9766L2,25.5859,3.4141,27l3.35-3.35A12.0812,12.0812,0,0,0,8.35,25.2363L5,28.5859,6.4141,30l3.6093-3.6094A11.9792,11.9792,0,0,0,26.3906,10.0234ZM16,26A10,10,0,1,1,26,16,10.0114,10.0114,0,0,1,16,26Z"
2374
+ })), children);
2375
+ });
2376
+ if (process.env.NODE_ENV !== "production") {
2377
+ CostTotal.propTypes = iconPropTypes;
2378
+ }
2379
+ var Cough = /*#__PURE__*/React__default.forwardRef(function Cough(_ref103, ref) {
2380
+ var children = _ref103.children,
2381
+ _ref103$size = _ref103.size,
2382
+ size = _ref103$size === void 0 ? 16 : _ref103$size,
2383
+ rest = _objectWithoutProperties(_ref103, _excluded103);
2384
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2385
+ width: size,
2386
+ height: size,
2387
+ ref: ref,
2388
+ xmlns: "http://www.w3.org/2000/svg",
2389
+ viewBox: "0 0 32 32",
2390
+ fill: "currentColor"
2391
+ }, rest), _path162 || (_path162 = /*#__PURE__*/React__default.createElement("path", {
2392
+ d: "M26,30H24V27H20a5.0055,5.0055,0,0,1-5-5V20.7207l-2.3162-.772a1,1,0,0,1-.5412-1.4631L15,13.7229V11a9.01,9.01,0,0,1,9-9h5V4H24a7.0078,7.0078,0,0,0-7,7v3a.9991.9991,0,0,1-.1426.5144l-2.3586,3.9312,1.8174.6057A1,1,0,0,1,17,20v2a3.0033,3.0033,0,0,0,3,3h5a1,1,0,0,1,1,1Z"
2393
+ })), _circle37 || (_circle37 = /*#__PURE__*/React__default.createElement("circle", {
2394
+ cx: "9",
2395
+ cy: "23",
2396
+ r: "1"
2397
+ })), _circle38 || (_circle38 = /*#__PURE__*/React__default.createElement("circle", {
2398
+ cx: "6",
2399
+ cy: "20",
2400
+ r: "1"
2401
+ })), _circle39 || (_circle39 = /*#__PURE__*/React__default.createElement("circle", {
2402
+ cx: "6",
2403
+ cy: "26",
2404
+ r: "1"
2405
+ })), _circle40 || (_circle40 = /*#__PURE__*/React__default.createElement("circle", {
2406
+ cx: "3",
2407
+ cy: "17",
2408
+ r: "1"
2409
+ })), _circle41 || (_circle41 = /*#__PURE__*/React__default.createElement("circle", {
2410
+ cx: "3",
2411
+ cy: "29",
2412
+ r: "1"
2413
+ })), _circle42 || (_circle42 = /*#__PURE__*/React__default.createElement("circle", {
2414
+ cx: "3",
2415
+ cy: "23",
2416
+ r: "1"
2417
+ })), _path163 || (_path163 = /*#__PURE__*/React__default.createElement("path", {
2418
+ d: "M19 12H23V14H19z"
2419
+ })), children);
2420
+ });
2421
+ if (process.env.NODE_ENV !== "production") {
2422
+ Cough.propTypes = iconPropTypes;
2423
+ }
2424
+ var Course = /*#__PURE__*/React__default.forwardRef(function Course(_ref104, ref) {
2425
+ var children = _ref104.children,
2426
+ _ref104$size = _ref104.size,
2427
+ size = _ref104$size === void 0 ? 16 : _ref104$size,
2428
+ rest = _objectWithoutProperties(_ref104, _excluded104);
2429
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2430
+ width: size,
2431
+ height: size,
2432
+ ref: ref,
2433
+ xmlns: "http://www.w3.org/2000/svg",
2434
+ viewBox: "0 0 32 32",
2435
+ fill: "currentColor"
2436
+ }, rest), _path164 || (_path164 = /*#__PURE__*/React__default.createElement("path", {
2437
+ d: "M24,30H8a2.0023,2.0023,0,0,1-2-2V4A2.002,2.002,0,0,1,8,2H24a2.0023,2.0023,0,0,1,2,2V20.6182l-5-2.5-5,2.5V4H8V28H24V24h2v4A2.0027,2.0027,0,0,1,24,30ZM21,15.8818l3,1.5V4H18V17.3818Z"
2438
+ })), children);
2439
+ });
2440
+ if (process.env.NODE_ENV !== "production") {
2441
+ Course.propTypes = iconPropTypes;
2442
+ }
2443
+ var Covariate = /*#__PURE__*/React__default.forwardRef(function Covariate(_ref105, ref) {
2444
+ var children = _ref105.children,
2445
+ _ref105$size = _ref105.size,
2446
+ size = _ref105$size === void 0 ? 16 : _ref105$size,
2447
+ rest = _objectWithoutProperties(_ref105, _excluded105);
2448
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2449
+ width: size,
2450
+ height: size,
2451
+ ref: ref,
2452
+ xmlns: "http://www.w3.org/2000/svg",
2453
+ viewBox: "0 0 32 32",
2454
+ fill: "currentColor"
2455
+ }, rest), _circle43 || (_circle43 = /*#__PURE__*/React__default.createElement("circle", {
2456
+ cx: "8",
2457
+ cy: "16",
2458
+ r: "2"
2459
+ })), _circle44 || (_circle44 = /*#__PURE__*/React__default.createElement("circle", {
2460
+ cx: "14",
2461
+ cy: "8",
2462
+ r: "2"
2463
+ })), _circle45 || (_circle45 = /*#__PURE__*/React__default.createElement("circle", {
2464
+ cx: "28",
2465
+ cy: "12",
2466
+ r: "2"
2467
+ })), _circle46 || (_circle46 = /*#__PURE__*/React__default.createElement("circle", {
2468
+ cx: "21",
2469
+ cy: "18",
2470
+ r: "2"
2471
+ })), _path165 || (_path165 = /*#__PURE__*/React__default.createElement("path", {
2472
+ d: "M30,3.4141,28.5859,2,4,26.5859V2H2V28a2,2,0,0,0,2,2H30V28H5.4141ZM4,28Z"
2473
+ })), children);
2474
+ });
2475
+ if (process.env.NODE_ENV !== "production") {
2476
+ Covariate.propTypes = iconPropTypes;
2477
+ }
2478
+ var Credentials = /*#__PURE__*/React__default.forwardRef(function Credentials(_ref106, ref) {
2479
+ var children = _ref106.children,
2480
+ _ref106$size = _ref106.size,
2481
+ size = _ref106$size === void 0 ? 16 : _ref106$size,
2482
+ rest = _objectWithoutProperties(_ref106, _excluded106);
2483
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2484
+ width: size,
2485
+ height: size,
2486
+ ref: ref,
2487
+ xmlns: "http://www.w3.org/2000/svg",
2488
+ viewBox: "0 0 32 32",
2489
+ fill: "currentColor"
2490
+ }, rest), _path166 || (_path166 = /*#__PURE__*/React__default.createElement("path", {
2491
+ d: "M16 22a4 4 0 10-4-4A4 4 0 0016 22zm0-6a2 2 0 11-2 2A2 2 0 0116 16zM14 6H18V8H14z"
2492
+ })), _path167 || (_path167 = /*#__PURE__*/React__default.createElement("path", {
2493
+ d: "M24,2H8A2.002,2.002,0,0,0,6,4V28a2.0023,2.0023,0,0,0,2,2H24a2.0027,2.0027,0,0,0,2-2V4A2.0023,2.0023,0,0,0,24,2ZM20,28H12V26a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1Zm2,0V26a3,3,0,0,0-3-3H13a3,3,0,0,0-3,3v2H8V4H24V28Z"
2494
+ })), children);
2495
+ });
2496
+ if (process.env.NODE_ENV !== "production") {
2497
+ Credentials.propTypes = iconPropTypes;
2498
+ }
2499
+ var Critical = /*#__PURE__*/React__default.forwardRef(function Critical(_ref107, ref) {
2500
+ var children = _ref107.children,
2501
+ _ref107$size = _ref107.size,
2502
+ size = _ref107$size === void 0 ? 16 : _ref107$size,
2503
+ rest = _objectWithoutProperties(_ref107, _excluded107);
2504
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
2505
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2506
+ width: size,
2507
+ height: size,
2508
+ ref: ref,
2509
+ xmlns: "http://www.w3.org/2000/svg",
2510
+ viewBox: "0 0 16 16",
2511
+ fill: "currentColor"
2512
+ }, rest), _path168 || (_path168 = /*#__PURE__*/React__default.createElement("path", {
2513
+ d: "M12.887 11.4727a5.9936 5.9936 0 00-8.36-8.3594zM3.113 4.5273a5.9936 5.9936 0 008.36 8.3594z"
2514
+ })), children);
2515
+ }
2516
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2517
+ width: size,
2518
+ height: size,
2519
+ ref: ref,
2520
+ xmlns: "http://www.w3.org/2000/svg",
2521
+ viewBox: "0 0 16 16",
2522
+ fill: "currentColor"
2523
+ }, rest), _path169 || (_path169 = /*#__PURE__*/React__default.createElement("path", {
2524
+ d: "M12.887 11.4727a5.9936 5.9936 0 00-8.36-8.3594zM3.113 4.5273a5.9936 5.9936 0 008.36 8.3594z"
2525
+ })), children);
2526
+ });
2527
+ if (process.env.NODE_ENV !== "production") {
2528
+ Critical.propTypes = iconPropTypes;
2529
+ }
2530
+ var CriticalSeverity = /*#__PURE__*/React__default.forwardRef(function CriticalSeverity(_ref108, ref) {
2531
+ var children = _ref108.children,
2532
+ _ref108$size = _ref108.size,
2533
+ size = _ref108$size === void 0 ? 16 : _ref108$size,
2534
+ rest = _objectWithoutProperties(_ref108, _excluded108);
2535
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
2536
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2537
+ width: size,
2538
+ height: size,
2539
+ ref: ref,
2540
+ xmlns: "http://www.w3.org/2000/svg",
2541
+ viewBox: "0 0 16 16",
2542
+ fill: "currentColor"
2543
+ }, rest), _path170 || (_path170 = /*#__PURE__*/React__default.createElement("path", {
2544
+ d: "M13 13L3 13 3 3 13 13z"
2545
+ })), children);
2546
+ }
2547
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2548
+ width: size,
2549
+ height: size,
2550
+ ref: ref,
2551
+ xmlns: "http://www.w3.org/2000/svg",
2552
+ viewBox: "0 0 16 16",
2553
+ fill: "currentColor"
2554
+ }, rest), _path171 || (_path171 = /*#__PURE__*/React__default.createElement("path", {
2555
+ d: "M13 13L3 13 3 3 13 13z"
2556
+ })), children);
2557
+ });
2558
+ if (process.env.NODE_ENV !== "production") {
2559
+ CriticalSeverity.propTypes = iconPropTypes;
2560
+ }
2561
+ var Crop = /*#__PURE__*/React__default.forwardRef(function Crop(_ref109, ref) {
2562
+ var children = _ref109.children,
2563
+ _ref109$size = _ref109.size,
2564
+ size = _ref109$size === void 0 ? 16 : _ref109$size,
2565
+ rest = _objectWithoutProperties(_ref109, _excluded109);
2566
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2567
+ width: size,
2568
+ height: size,
2569
+ ref: ref,
2570
+ xmlns: "http://www.w3.org/2000/svg",
2571
+ viewBox: "0 0 32 32",
2572
+ fill: "currentColor"
2573
+ }, rest), _path172 || (_path172 = /*#__PURE__*/React__default.createElement("path", {
2574
+ d: "M25,20H23V9H12V7H23a2,2,0,0,1,2,2Z"
2575
+ })), _path173 || (_path173 = /*#__PURE__*/React__default.createElement("path", {
2576
+ d: "M9,23V2H7V7H2V9H7V23a2,2,0,0,0,2,2H23v5h2V25h5V23Z"
2577
+ })), children);
2578
+ });
2579
+ if (process.env.NODE_ENV !== "production") {
2580
+ Crop.propTypes = iconPropTypes;
2581
+ }
2582
+ var CropGrowth = /*#__PURE__*/React__default.forwardRef(function CropGrowth(_ref110, ref) {
2583
+ var children = _ref110.children,
2584
+ _ref110$size = _ref110.size,
2585
+ size = _ref110$size === void 0 ? 16 : _ref110$size,
2586
+ rest = _objectWithoutProperties(_ref110, _excluded110);
2587
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2588
+ width: size,
2589
+ height: size,
2590
+ ref: ref,
2591
+ xmlns: "http://www.w3.org/2000/svg",
2592
+ viewBox: "0 0 32 32",
2593
+ fill: "currentColor"
2594
+ }, rest), _path174 || (_path174 = /*#__PURE__*/React__default.createElement("path", {
2595
+ d: "M26,13a4.0045,4.0045,0,0,0,4-4V6H27a3.979,3.979,0,0,0-2.7468,1.1064A6.0041,6.0041,0,0,0,19,4H16V7a6.0066,6.0066,0,0,0,6,6h1V26H11V21h1a4.0045,4.0045,0,0,0,4-4V14H13a3.979,3.979,0,0,0-2.7468,1.1064A6.0041,6.0041,0,0,0,5,12H2v3a6.0066,6.0066,0,0,0,6,6H9v5H2v2H30V26H25V13Zm-1-3a2.002,2.002,0,0,1,2-2h1V9a2.002,2.002,0,0,1-2,2H25ZM11,18a2.002,2.002,0,0,1,2-2h1v1a2.002,2.002,0,0,1-2,2H11ZM9,19H8a4.0045,4.0045,0,0,1-4-4V14H5a4.0045,4.0045,0,0,1,4,4Zm14-8H22a4.0045,4.0045,0,0,1-4-4V6h1a4.0045,4.0045,0,0,1,4,4Z"
2596
+ })), children);
2597
+ });
2598
+ if (process.env.NODE_ENV !== "production") {
2599
+ CropGrowth.propTypes = iconPropTypes;
2600
+ }
2601
+ var CropHealth = /*#__PURE__*/React__default.forwardRef(function CropHealth(_ref111, ref) {
2602
+ var children = _ref111.children,
2603
+ _ref111$size = _ref111.size,
2604
+ size = _ref111$size === void 0 ? 16 : _ref111$size,
2605
+ rest = _objectWithoutProperties(_ref111, _excluded111);
2606
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2607
+ width: size,
2608
+ height: size,
2609
+ ref: ref,
2610
+ xmlns: "http://www.w3.org/2000/svg",
2611
+ viewBox: "0 0 32 32",
2612
+ fill: "currentColor"
2613
+ }, rest), _path175 || (_path175 = /*#__PURE__*/React__default.createElement("path", {
2614
+ d: "M2 28H10V30H2zM17 29a1 1 0 01-.7808-.3752L12.52 24H2V22H13a1 1 0 01.7808.3752l3.146 3.9322 5.2412-7.8621A1 1 0 0123.8 18.4L26.5 22H30v2H26a.9991.9991 0 01-.8-.4l-2.1523-2.8694-5.2159 7.824a.9986.9986 0 01-.7885.4443zM11 16V11h1a4.0045 4.0045 0 004-4V4H13a3.9779 3.9779 0 00-2.7468 1.1067A6.0034 6.0034 0 005 2H2V5a6.0066 6.0066 0 006 6H9v5H2v2H16V16zM13 6h1V7a2.002 2.002 0 01-2 2H11V8A2.002 2.002 0 0113 6zM8 9A4.0045 4.0045 0 014 5V4H5A4.0045 4.0045 0 019 8V9z"
2615
+ })), children);
2616
+ });
2617
+ if (process.env.NODE_ENV !== "production") {
2618
+ CropHealth.propTypes = iconPropTypes;
2619
+ }
2620
+ var WatsonHealthCrossReference = /*#__PURE__*/React__default.forwardRef(function WatsonHealthCrossReference(_ref112, ref) {
2621
+ var children = _ref112.children,
2622
+ _ref112$size = _ref112.size,
2623
+ size = _ref112$size === void 0 ? 16 : _ref112$size,
2624
+ rest = _objectWithoutProperties(_ref112, _excluded112);
2625
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2626
+ width: size,
2627
+ height: size,
2628
+ ref: ref,
2629
+ xmlns: "http://www.w3.org/2000/svg",
2630
+ viewBox: "0 0 32 32",
2631
+ fill: "currentColor"
2632
+ }, rest), _path176 || (_path176 = /*#__PURE__*/React__default.createElement("path", {
2633
+ d: "M11 24H15V26H11zM5 24H9V26H5zM23 24H27V26H23zM17 24H21V26H17zM9 22a4.92 4.92 0 014-2h6a5.22 5.22 0 014 2h2.3A6.87 6.87 0 0019 18H13a6.87 6.87 0 00-6.3 4zM24 28H26V30H24zM6 28H8V30H6zM16 16a7 7 0 117-7A7 7 0 0116 16zM16 4a5 5 0 00-5 5A5 5 0 0021 9 5 5 0 0016 4z"
2634
+ })), children);
2635
+ });
2636
+ if (process.env.NODE_ENV !== "production") {
2637
+ WatsonHealthCrossReference.propTypes = iconPropTypes;
2638
+ }
2639
+ var CrossTab = /*#__PURE__*/React__default.forwardRef(function CrossTab(_ref113, ref) {
2640
+ var children = _ref113.children,
2641
+ _ref113$size = _ref113.size,
2642
+ size = _ref113$size === void 0 ? 16 : _ref113$size,
2643
+ rest = _objectWithoutProperties(_ref113, _excluded113);
2644
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2645
+ width: size,
2646
+ height: size,
2647
+ ref: ref,
2648
+ xmlns: "http://www.w3.org/2000/svg",
2649
+ viewBox: "0 0 32 32",
2650
+ fill: "currentColor"
2651
+ }, rest), _path177 || (_path177 = /*#__PURE__*/React__default.createElement("path", {
2652
+ d: "M28,2H10A2.0023,2.0023,0,0,0,8,4V7H4A2.0023,2.0023,0,0,0,2,9V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2ZM10,4H28V7H10ZM28,14H20V9h8ZM10,21V16h8v5Zm8,2v5H10V23ZM8,21H4V16H8ZM18,9v5H10V9Zm2,7h8v5H20ZM8,9v5H4V9ZM4,23H8v5H4Zm16,5V23h8v5Z"
2653
+ })), children);
2654
+ });
2655
+ if (process.env.NODE_ENV !== "production") {
2656
+ CrossTab.propTypes = iconPropTypes;
2657
+ }
2658
+ var Crossroads = /*#__PURE__*/React__default.forwardRef(function Crossroads(_ref114, ref) {
2659
+ var children = _ref114.children,
2660
+ _ref114$size = _ref114.size,
2661
+ size = _ref114$size === void 0 ? 16 : _ref114$size,
2662
+ rest = _objectWithoutProperties(_ref114, _excluded114);
2663
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2664
+ width: size,
2665
+ height: size,
2666
+ ref: ref,
2667
+ xmlns: "http://www.w3.org/2000/svg",
2668
+ viewBox: "0 0 32 32",
2669
+ fill: "currentColor"
2670
+ }, rest), _path178 || (_path178 = /*#__PURE__*/React__default.createElement("path", {
2671
+ d: "M26.5859,6.5859A1.9862,1.9862,0,0,0,25.1719,6H17V2H15V12H6.8281a1.9862,1.9862,0,0,0-1.414.5859L2,16l3.4141,3.4141A1.9862,1.9862,0,0,0,6.8281,20H15V30h2V14h8.1719a1.9862,1.9862,0,0,0,1.414-.5859L30,10ZM6.8281,18l-2-2,2-2H15v4Zm18.3438-6H17V8h8.1719l2,2Z"
2672
+ })), children);
2673
+ });
2674
+ if (process.env.NODE_ENV !== "production") {
2675
+ Crossroads.propTypes = iconPropTypes;
2676
+ }
2677
+ var CrowdReport = /*#__PURE__*/React__default.forwardRef(function CrowdReport(_ref115, ref) {
2678
+ var children = _ref115.children,
2679
+ _ref115$size = _ref115.size,
2680
+ size = _ref115$size === void 0 ? 16 : _ref115$size,
2681
+ rest = _objectWithoutProperties(_ref115, _excluded115);
2682
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2683
+ width: size,
2684
+ height: size,
2685
+ ref: ref,
2686
+ xmlns: "http://www.w3.org/2000/svg",
2687
+ viewBox: "0 0 32 32",
2688
+ fill: "currentColor"
2689
+ }, rest), _path179 || (_path179 = /*#__PURE__*/React__default.createElement("path", {
2690
+ d: "M16.832,19.5547l-1.664-1.1094L17.4648,15H20V10H12v5h2v2H12a2.0021,2.0021,0,0,1-2-2V10a2.0021,2.0021,0,0,1,2-2h8a2.0021,2.0021,0,0,1,2,2v5a2.0021,2.0021,0,0,1-2,2H18.5352Z"
2691
+ })), _path180 || (_path180 = /*#__PURE__*/React__default.createElement("path", {
2692
+ d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
2693
+ })), children);
2694
+ });
2695
+ if (process.env.NODE_ENV !== "production") {
2696
+ CrowdReport.propTypes = iconPropTypes;
2697
+ }
2698
+ var CrowdReportFilled = /*#__PURE__*/React__default.forwardRef(function CrowdReportFilled(_ref116, ref) {
2699
+ var children = _ref116.children,
2700
+ _ref116$size = _ref116.size,
2701
+ size = _ref116$size === void 0 ? 16 : _ref116$size,
2702
+ rest = _objectWithoutProperties(_ref116, _excluded116);
2703
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2704
+ width: size,
2705
+ height: size,
2706
+ ref: ref,
2707
+ xmlns: "http://www.w3.org/2000/svg",
2708
+ viewBox: "0 0 32 32",
2709
+ fill: "currentColor"
2710
+ }, rest), _path181 || (_path181 = /*#__PURE__*/React__default.createElement("path", {
2711
+ fill: "none",
2712
+ d: "M16.832,19.5547l-1.664-1.1094L17.4648,15H20V10H12v5h2v2H12a2.0021,2.0021,0,0,1-2-2V10a2.0021,2.0021,0,0,1,2-2h8a2.0021,2.0021,0,0,1,2,2v5a2.0021,2.0021,0,0,1-2,2H18.5352Z"
2713
+ })), _path182 || (_path182 = /*#__PURE__*/React__default.createElement("path", {
2714
+ d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm6,13a2.0023,2.0023,0,0,1-2,2H18.5352L16.832,19.5547l-1.664-1.1094L17.4648,15H20V10H12v5h2v2H12a2.0023,2.0023,0,0,1-2-2V10a2.0023,2.0023,0,0,1,2-2h8a2.0023,2.0023,0,0,1,2,2Z"
2715
+ })), children);
2716
+ });
2717
+ if (process.env.NODE_ENV !== "production") {
2718
+ CrowdReportFilled.propTypes = iconPropTypes;
2719
+ }
2720
+ var Csv = /*#__PURE__*/React__default.forwardRef(function Csv(_ref117, ref) {
2721
+ var children = _ref117.children,
2722
+ _ref117$size = _ref117.size,
2723
+ size = _ref117$size === void 0 ? 16 : _ref117$size,
2724
+ rest = _objectWithoutProperties(_ref117, _excluded117);
2725
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2726
+ width: size,
2727
+ height: size,
2728
+ ref: ref,
2729
+ xmlns: "http://www.w3.org/2000/svg",
2730
+ viewBox: "0 0 32 32",
2731
+ fill: "currentColor"
2732
+ }, rest), _path183 || (_path183 = /*#__PURE__*/React__default.createElement("path", {
2733
+ d: "M28 9L26 22 24 9 22 9 24.516 23 27.484 23 30 9 28 9zM18 23H12V21h6V17H14a2.002 2.002 0 01-2-2V11a2.002 2.002 0 012-2h6v2H14v4h4a2.002 2.002 0 012 2v4A2.002 2.002 0 0118 23zM10 23H4a2.0023 2.0023 0 01-2-2V11A2.002 2.002 0 014 9h6v2H4V21h6z"
2734
+ })), children);
2735
+ });
2736
+ if (process.env.NODE_ENV !== "production") {
2737
+ Csv.propTypes = iconPropTypes;
2738
+ }
2739
+ var QCU1 = /*#__PURE__*/React__default.forwardRef(function QCU1(_ref118, ref) {
2740
+ var children = _ref118.children,
2741
+ _ref118$size = _ref118.size,
2742
+ size = _ref118$size === void 0 ? 16 : _ref118$size,
2743
+ rest = _objectWithoutProperties(_ref118, _excluded118);
2744
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2745
+ width: size,
2746
+ height: size,
2747
+ ref: ref,
2748
+ xmlns: "http://www.w3.org/2000/svg",
2749
+ viewBox: "0 0 32 32",
2750
+ fill: "currentColor"
2751
+ }, rest), _path184 || (_path184 = /*#__PURE__*/React__default.createElement("path", {
2752
+ d: "M10 23H5a2 2 0 01-2-2V15a2 2 0 012-2h5v2H5v6h5zM18 23H14a2 2 0 01-2-2V9h2V21h4V9h2V21A2 2 0 0118 23zM27 21L27 9.01 22 9.01 22 11.01 25 11.01 25 21 22 21 22 23 30 23 30 21 27 21z"
2753
+ })), children);
2754
+ });
2755
+ if (process.env.NODE_ENV !== "production") {
2756
+ QCU1.propTypes = iconPropTypes;
2757
+ }
2758
+ var QCU3 = /*#__PURE__*/React__default.forwardRef(function QCU3(_ref119, ref) {
2759
+ var children = _ref119.children,
2760
+ _ref119$size = _ref119.size,
2761
+ size = _ref119$size === void 0 ? 16 : _ref119$size,
2762
+ rest = _objectWithoutProperties(_ref119, _excluded119);
2763
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2764
+ width: size,
2765
+ height: size,
2766
+ ref: ref,
2767
+ xmlns: "http://www.w3.org/2000/svg",
2768
+ viewBox: "0 0 32 32",
2769
+ fill: "currentColor"
2770
+ }, rest), _path185 || (_path185 = /*#__PURE__*/React__default.createElement("path", {
2771
+ d: "M10 23H5a2 2 0 01-2-2V15a2 2 0 012-2h5v2H5v6h5zM18 23H14a2 2 0 01-2-2V9h2V21h4V9h2V21A2 2 0 0118 23zM28 9H22v2h6v4H23v2h5v4H22v2h6a2 2 0 002-2V11A2 2 0 0028 9z"
2772
+ })), children);
2773
+ });
2774
+ if (process.env.NODE_ENV !== "production") {
2775
+ QCU3.propTypes = iconPropTypes;
2776
+ }
2777
+ var Cube = /*#__PURE__*/React__default.forwardRef(function Cube(_ref120, ref) {
2778
+ var children = _ref120.children,
2779
+ _ref120$size = _ref120.size,
2780
+ size = _ref120$size === void 0 ? 16 : _ref120$size,
2781
+ rest = _objectWithoutProperties(_ref120, _excluded120);
2782
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2783
+ width: size,
2784
+ height: size,
2785
+ ref: ref,
2786
+ xmlns: "http://www.w3.org/2000/svg",
2787
+ viewBox: "0 0 32 32",
2788
+ fill: "currentColor"
2789
+ }, rest), _path186 || (_path186 = /*#__PURE__*/React__default.createElement("path", {
2790
+ d: "M28.5039,8.1362l-12-7a1,1,0,0,0-1.0078,0l-12,7A1,1,0,0,0,3,9V23a1,1,0,0,0,.4961.8638l12,7a1,1,0,0,0,1.0078,0l12-7A1,1,0,0,0,29,23V9A1,1,0,0,0,28.5039,8.1362ZM16,3.1577,26.0156,9,16,14.8423,5.9844,9ZM5,10.7412l10,5.833V28.2588L5,22.4258ZM17,28.2588V16.5742l10-5.833V22.4258Z"
2791
+ })), children);
2792
+ });
2793
+ if (process.env.NODE_ENV !== "production") {
2794
+ Cube.propTypes = iconPropTypes;
2795
+ }
2796
+ var CubeView = /*#__PURE__*/React__default.forwardRef(function CubeView(_ref121, ref) {
2797
+ var children = _ref121.children,
2798
+ _ref121$size = _ref121.size,
2799
+ size = _ref121$size === void 0 ? 16 : _ref121$size,
2800
+ rest = _objectWithoutProperties(_ref121, _excluded121);
2801
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2802
+ width: size,
2803
+ height: size,
2804
+ ref: ref,
2805
+ xmlns: "http://www.w3.org/2000/svg",
2806
+ viewBox: "0 0 32 32",
2807
+ fill: "currentColor"
2808
+ }, rest), _circle47 || (_circle47 = /*#__PURE__*/React__default.createElement("circle", {
2809
+ cx: "16",
2810
+ cy: "16",
2811
+ r: "2"
2812
+ })), _path187 || (_path187 = /*#__PURE__*/React__default.createElement("path", {
2813
+ d: "M23.7769,15.4785A8.64,8.64,0,0,0,16,10a8.64,8.64,0,0,0-7.7769,5.4785L8,16l.2231.5215A8.64,8.64,0,0,0,16,22a8.64,8.64,0,0,0,7.7769-5.4785L24,16ZM16,20a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,20Z"
2814
+ })), _path188 || (_path188 = /*#__PURE__*/React__default.createElement("path", {
2815
+ d: "M28.5039,8.1362l-12-7a1,1,0,0,0-1.0078,0l-12,7A1,1,0,0,0,3,9V23a1,1,0,0,0,.4961.8638l12,7a1,1,0,0,0,1.0078,0l12-7A1,1,0,0,0,29,23V9A1,1,0,0,0,28.5039,8.1362ZM27,22.4258,16,28.8423,5,22.4258V9.5742L16,3.1577,27,9.5742Z"
2816
+ })), children);
2817
+ });
2818
+ if (process.env.NODE_ENV !== "production") {
2819
+ CubeView.propTypes = iconPropTypes;
2820
+ }
2821
+ var Currency = /*#__PURE__*/React__default.forwardRef(function Currency(_ref122, ref) {
2822
+ var children = _ref122.children,
2823
+ _ref122$size = _ref122.size,
2824
+ size = _ref122$size === void 0 ? 16 : _ref122$size,
2825
+ rest = _objectWithoutProperties(_ref122, _excluded122);
2826
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2827
+ width: size,
2828
+ height: size,
2829
+ ref: ref,
2830
+ xmlns: "http://www.w3.org/2000/svg",
2831
+ viewBox: "0 0 32 32",
2832
+ fill: "currentColor"
2833
+ }, rest), _path189 || (_path189 = /*#__PURE__*/React__default.createElement("path", {
2834
+ d: "M21,12V10H17V7H15v3H13a2.002,2.002,0,0,0-2,2v3a2.002,2.002,0,0,0,2,2h6v3H11v2h4v3h2V22h2a2.0023,2.0023,0,0,0,2-2V17a2.002,2.002,0,0,0-2-2H13V12Z"
2835
+ })), _path190 || (_path190 = /*#__PURE__*/React__default.createElement("path", {
2836
+ d: "M16,4A12,12,0,1,1,4,16,12.0353,12.0353,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14.0412,14.0412,0,0,0,16,2Z"
2837
+ })), children);
2838
+ });
2839
+ if (process.env.NODE_ENV !== "production") {
2840
+ Currency.propTypes = iconPropTypes;
2841
+ }
2842
+ var CurrencyBaht = /*#__PURE__*/React__default.forwardRef(function CurrencyBaht(_ref123, ref) {
2843
+ var children = _ref123.children,
2844
+ _ref123$size = _ref123.size,
2845
+ size = _ref123$size === void 0 ? 16 : _ref123$size,
2846
+ rest = _objectWithoutProperties(_ref123, _excluded123);
2847
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2848
+ width: size,
2849
+ height: size,
2850
+ ref: ref,
2851
+ xmlns: "http://www.w3.org/2000/svg",
2852
+ viewBox: "0 0 32 32",
2853
+ fill: "currentColor"
2854
+ }, rest), _path191 || (_path191 = /*#__PURE__*/React__default.createElement("path", {
2855
+ d: "M21.4023,15.6426A4.9727,4.9727,0,0,0,23,12V11a5.0059,5.0059,0,0,0-5-5H17V3H15V6H10V26h5v3h2V26h2a5.0059,5.0059,0,0,0,5-5V20A4.9834,4.9834,0,0,0,21.4023,15.6426ZM12,8h6a3.0033,3.0033,0,0,1,3,3v1a3.0033,3.0033,0,0,1-3,3H12ZM22,21a3.0033,3.0033,0,0,1-3,3H12V17h7a3.0033,3.0033,0,0,1,3,3Z"
2856
+ })), children);
2857
+ });
2858
+ if (process.env.NODE_ENV !== "production") {
2859
+ CurrencyBaht.propTypes = iconPropTypes;
2860
+ }
2861
+ var CurrencyDollar = /*#__PURE__*/React__default.forwardRef(function CurrencyDollar(_ref124, ref) {
2862
+ var children = _ref124.children,
2863
+ _ref124$size = _ref124.size,
2864
+ size = _ref124$size === void 0 ? 16 : _ref124$size,
2865
+ rest = _objectWithoutProperties(_ref124, _excluded124);
2866
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2867
+ width: size,
2868
+ height: size,
2869
+ ref: ref,
2870
+ xmlns: "http://www.w3.org/2000/svg",
2871
+ viewBox: "0 0 32 32",
2872
+ fill: "currentColor"
2873
+ }, rest), _path192 || (_path192 = /*#__PURE__*/React__default.createElement("path", {
2874
+ d: "M23,20.5151c0-4.6152-3.78-5.1411-6.8171-5.563-3.31-.4609-5.1829-.86-5.1829-3.71C11,8.8491,13.5071,8,15.6538,8a6.7538,6.7538,0,0,1,5.5681,2.6279l1.5562-1.2558A8.6508,8.6508,0,0,0,17,6.0962V3H15V6.022c-3.6152.2192-6,2.26-6,5.22,0,4.73,3.83,5.2627,6.9075,5.69C19.16,17.3848,21,17.7744,21,20.5151,21,23.5474,17.8674,24,16,24c-3.4294,0-4.8782-.9639-6.2219-2.6279L8.2219,22.6279A8.4382,8.4382,0,0,0,15,25.9648V29h2V25.9551C20.7256,25.6509,23,23.6279,23,20.5151Z"
2875
+ })), children);
2876
+ });
2877
+ if (process.env.NODE_ENV !== "production") {
2878
+ CurrencyDollar.propTypes = iconPropTypes;
2879
+ }
2880
+ var CurrencyEuro = /*#__PURE__*/React__default.forwardRef(function CurrencyEuro(_ref125, ref) {
2881
+ var children = _ref125.children,
2882
+ _ref125$size = _ref125.size,
2883
+ size = _ref125$size === void 0 ? 16 : _ref125$size,
2884
+ rest = _objectWithoutProperties(_ref125, _excluded125);
2885
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2886
+ width: size,
2887
+ height: size,
2888
+ ref: ref,
2889
+ xmlns: "http://www.w3.org/2000/svg",
2890
+ viewBox: "0 0 32 32",
2891
+ fill: "currentColor"
2892
+ }, rest), _path193 || (_path193 = /*#__PURE__*/React__default.createElement("path", {
2893
+ d: "M17,26c-3.6162,0-6.3328-2.2974-7.4456-6H19V18H9.1321A15.2782,15.2782,0,0,1,9,16c0-.33.01-.6641.0259-1H19V13H9.2371C9.8447,9.3525,11.81,6,17,6c3.8533,0,5.5315,1.6465,7.1282,4.4893l1.7436-.9786C24.2649,6.6484,22.0779,4,17,4,10.6448,4,7,8.374,7,16c0,7.0654,4.1121,12,10,12,5.0779,0,7.2649-2.6484,8.8718-5.5107l-1.7436-.9786C22.5315,24.3535,20.8533,26,17,26Z"
2894
+ })), children);
2895
+ });
2896
+ if (process.env.NODE_ENV !== "production") {
2897
+ CurrencyEuro.propTypes = iconPropTypes;
2898
+ }
2899
+
2900
+ export { CicsRegion, CicsRegionAlt, CicsRegionRouting, CicsRegionTarget, CicsWuiRegion, Cicsplex, CircleDash, CircleFill, CircleFilled, CirclePacking, CircleSolid, CircleStroke, Classification, ClassifierLanguage, Clean, Close, CloseFilled, CloseLarge, CloseOutline, ClosedCaption, ClosedCaptionAlt, ClosedCaptionFilled, Cloud, CloudAlerting, CloudApp, CloudAuditing, CloudCeiling, CloudDataOps, CloudDownload, CloudFoundry_1, CloudFoundry_2, CloudLogging, CloudMonitoring, CloudOffline, CloudRegistry, CloudSatellite, CloudSatelliteConfig, CloudSatelliteLink, CloudSatelliteServices, CloudServiceManagement, CloudServices, CloudUpload, Cloudy, Code, CodeHide, CodeReference, CodeSigningService, Cognitive, Collaborate, CollapseAll, CollapseCategories, ColorPalette, ColorSwitch, Column, ColumnDelete, ColumnDependency, ColumnInsert, Commit, CommunicationUnified, Compare, Compass, Concept, ConditionPoint, ConditionWaitPoint, Connect, ConnectRecursive, ConnectReference, ConnectSource, ConnectTarget, ConnectionReceive, ConnectionSend, ConnectionSignal, ConnectionSignalOff, ConnectionTwoWay, Construction, ContainerRegistry, ContainerServices, ContainerSoftware, ContentDeliveryNetwork, ContentView, Continue, ContinueFilled, ContinuousDeployment, ContinuousIntegration, Contrast, ConvertToCloud, Cookie, Copy, CopyFile, CopyLink, Corn, Corner, Coronavirus, Cost, CostTotal, Cough, Course, Covariate, Credentials, Critical, CriticalSeverity, Crop, CropGrowth, CropHealth, CrossTab, Crossroads, CrowdReport, CrowdReportFilled, Csv, Cube, CubeView, Currency, CurrencyBaht, CurrencyDollar, CurrencyEuro, QCU1, QCU3, QCircuitComposer, QComposerEdit, WatsonHealthCircleMeasurement, WatsonHealthCobbAngle, WatsonHealthContourDraw, WatsonHealthContourEdit, WatsonHealthContourFinding, WatsonHealthCrossReference };