@carbon/ibm-products 2.43.2-canary.33 → 2.43.2-canary.330

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1262) hide show
  1. package/README.md +4 -4
  2. package/css/config-dev.css +6 -1
  3. package/css/config-dev.css.map +1 -1
  4. package/css/config.css +6 -1
  5. package/css/config.css.map +1 -1
  6. package/css/index-full-carbon.css +8118 -9430
  7. package/css/index-full-carbon.css.map +1 -1
  8. package/css/index-full-carbon.min.css +1 -1
  9. package/css/index-full-carbon.min.css.map +1 -1
  10. package/css/index-without-carbon-released-only.css +388 -122
  11. package/css/index-without-carbon-released-only.css.map +1 -1
  12. package/css/index-without-carbon-released-only.min.css +1 -1
  13. package/css/index-without-carbon-released-only.min.css.map +1 -1
  14. package/css/index-without-carbon.css +4485 -4892
  15. package/css/index-without-carbon.css.map +1 -1
  16. package/css/index-without-carbon.min.css +1 -1
  17. package/css/index-without-carbon.min.css.map +1 -1
  18. package/css/index.css +1992 -575
  19. package/css/index.css.map +1 -1
  20. package/css/index.min.css +1 -1
  21. package/css/index.min.css.map +1 -1
  22. package/es/_virtual/index.js +6 -2
  23. package/es/{global/js/utils/window.js → _virtual/index2.js} +2 -4
  24. package/es/components/APIKeyModal/APIKeyDownloader.d.ts +5 -2
  25. package/es/components/APIKeyModal/APIKeyDownloader.js +10 -3
  26. package/es/components/APIKeyModal/APIKeyModal.js +11 -4
  27. package/es/components/APIKeyModal/APIKeyModal.types.d.ts +11 -1
  28. package/es/components/APIKeyModal/index.d.ts +2 -1
  29. package/es/components/AboutModal/AboutModal.d.ts +1 -2
  30. package/es/components/AboutModal/AboutModal.js +22 -7
  31. package/es/components/AboutModal/index.d.ts +8 -1
  32. package/es/components/ActionBar/ActionBar.d.ts +62 -2
  33. package/es/components/ActionBar/ActionBar.js +28 -13
  34. package/es/components/ActionBar/ActionBarItem.d.ts +36 -2
  35. package/es/components/ActionBar/ActionBarItem.js +9 -6
  36. package/es/components/ActionBar/ActionBarOverflowItems.d.ts +64 -16
  37. package/es/components/ActionBar/ActionBarOverflowItems.js +27 -8
  38. package/es/components/ActionSet/ActionSet.d.ts +2 -3
  39. package/es/components/ActionSet/ActionSet.js +5 -3
  40. package/es/components/ActionSet/index.d.ts +8 -1
  41. package/es/components/AddSelect/AddSelect.js +1 -1
  42. package/es/components/AddSelect/AddSelectBody.js +11 -4
  43. package/es/components/AddSelect/AddSelectBreadcrumbs.d.ts +2 -1
  44. package/es/components/AddSelect/AddSelectBreadcrumbs.js +1 -1
  45. package/es/components/AddSelect/AddSelectColumn.d.ts +2 -1
  46. package/es/components/AddSelect/AddSelectColumn.js +1 -1
  47. package/es/components/AddSelect/AddSelectFilter.d.ts +2 -1
  48. package/es/components/AddSelect/AddSelectFilter.js +6 -6
  49. package/es/components/AddSelect/AddSelectFormControl.d.ts +2 -1
  50. package/es/components/AddSelect/AddSelectFormControl.js +1 -1
  51. package/es/components/AddSelect/AddSelectList.d.ts +2 -1
  52. package/es/components/AddSelect/AddSelectList.js +1 -1
  53. package/es/components/AddSelect/AddSelectMetaPanel.d.ts +2 -1
  54. package/es/components/AddSelect/AddSelectMetaPanel.js +1 -1
  55. package/es/components/AddSelect/AddSelectRow.d.ts +2 -1
  56. package/es/components/AddSelect/AddSelectRow.js +1 -1
  57. package/es/components/AddSelect/AddSelectSidebar.d.ts +2 -1
  58. package/es/components/AddSelect/AddSelectSidebar.js +2 -2
  59. package/es/components/AddSelect/AddSelectSort.d.ts +2 -1
  60. package/es/components/AddSelect/AddSelectSort.js +1 -1
  61. package/es/components/AddSelect/index.d.ts +2 -1
  62. package/es/components/AddSelect/types/index.d.ts +7 -1
  63. package/es/components/BigNumbers/BigNumbers.js +2 -2
  64. package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.d.ts +2 -1
  65. package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +1 -1
  66. package/es/components/ButtonSetWithOverflow/ButtonSetWithOverflow.d.ts +2 -1
  67. package/es/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +1 -1
  68. package/es/components/Card/Card.d.ts +73 -2
  69. package/es/components/Card/Card.js +46 -41
  70. package/es/components/Card/CardFooter.d.ts +51 -48
  71. package/es/components/Card/CardFooter.js +5 -3
  72. package/es/components/Card/CardHeader.d.ts +77 -49
  73. package/es/components/Card/CardHeader.js +21 -11
  74. package/es/components/Carousel/Carousel.js +19 -11
  75. package/es/components/Carousel/CarouselItem.js +1 -1
  76. package/es/components/Carousel/index.d.ts +9 -2
  77. package/es/components/Cascade/Cascade.d.ts +1 -2
  78. package/es/components/Cascade/Cascade.js +2 -2
  79. package/es/components/Cascade/index.d.ts +2 -1
  80. package/es/components/Checklist/Checklist.d.ts +2 -2
  81. package/es/components/Checklist/Checklist.js +9 -10
  82. package/es/components/Checklist/ChecklistChart.js +23 -7
  83. package/es/components/Checklist/ChecklistIcon.js +1 -1
  84. package/es/components/Checklist/index.d.ts +8 -1
  85. package/es/components/Coachmark/Coachmark.d.ts +7 -3
  86. package/es/components/Coachmark/Coachmark.js +62 -19
  87. package/es/components/Coachmark/CoachmarkDragbar.js +1 -2
  88. package/es/components/Coachmark/CoachmarkHeader.js +1 -2
  89. package/es/components/Coachmark/CoachmarkOverlay.js +33 -24
  90. package/es/components/Coachmark/CoachmarkTagline.js +1 -1
  91. package/es/components/Coachmark/index.d.ts +10 -3
  92. package/es/components/Coachmark/utils/enums.d.ts +6 -0
  93. package/es/components/Coachmark/utils/enums.js +1 -0
  94. package/es/components/Coachmark/utils/hooks.js +1 -1
  95. package/es/components/CoachmarkBeacon/CoachmarkBeacon.d.ts +2 -3
  96. package/es/components/CoachmarkBeacon/CoachmarkBeacon.js +5 -10
  97. package/es/components/CoachmarkBeacon/index.d.ts +8 -1
  98. package/es/components/CoachmarkButton/CoachmarkButton.d.ts +1 -2
  99. package/es/components/CoachmarkButton/CoachmarkButton.js +4 -2
  100. package/es/components/CoachmarkButton/index.d.ts +8 -1
  101. package/es/components/CoachmarkFixed/CoachmarkFixed.d.ts +1 -2
  102. package/es/components/CoachmarkFixed/CoachmarkFixed.js +20 -17
  103. package/es/components/CoachmarkFixed/index.d.ts +8 -1
  104. package/es/components/CoachmarkOverlayElement/CoachmarkOverlayElement.d.ts +1 -2
  105. package/es/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +1 -2
  106. package/es/components/CoachmarkOverlayElement/index.d.ts +8 -1
  107. package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.d.ts +1 -2
  108. package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +13 -10
  109. package/es/components/CoachmarkOverlayElements/index.d.ts +8 -1
  110. package/es/components/CoachmarkStack/CoachmarkStack.d.ts +67 -2
  111. package/es/components/CoachmarkStack/CoachmarkStack.js +24 -13
  112. package/es/components/CoachmarkStack/CoachmarkStackHome.d.ts +71 -2
  113. package/es/components/CoachmarkStack/CoachmarkStackHome.js +27 -26
  114. package/es/components/ComboButton/ComboButton.d.ts +1 -1
  115. package/es/components/ComboButton/ComboButton.js +4 -4
  116. package/es/components/ComboButton/ComboButtonItem/index.d.ts +2 -1
  117. package/es/components/ComboButton/ComboButtonItem/index.js +1 -1
  118. package/es/components/ComboButton/index.d.ts +9 -2
  119. package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.d.ts +100 -24
  120. package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +107 -67
  121. package/es/components/ConditionBuilder/ConditionBuilder.d.ts +9 -2
  122. package/es/components/ConditionBuilder/ConditionBuilder.js +53 -35
  123. package/es/components/ConditionBuilder/ConditionBuilder.types.d.ts +155 -0
  124. package/es/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.d.ts +29 -14
  125. package/es/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +68 -43
  126. package/es/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.d.ts +63 -25
  127. package/es/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +30 -30
  128. package/es/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.d.ts +86 -34
  129. package/es/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +24 -12
  130. package/es/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.d.ts +30 -14
  131. package/es/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +27 -24
  132. package/es/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.d.ts +2 -1
  133. package/es/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.js +20 -9
  134. package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.d.ts +48 -26
  135. package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +116 -79
  136. package/es/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.d.ts +10 -42
  137. package/es/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.js +45 -36
  138. package/es/components/ConditionBuilder/ConditionBuilderContext/translationObject.d.ts +49 -39
  139. package/es/components/ConditionBuilder/ConditionBuilderContext/translationObject.js +49 -38
  140. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.d.ts +81 -27
  141. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +104 -32
  142. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.d.ts +28 -10
  143. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +27 -13
  144. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.d.ts +31 -12
  145. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +22 -14
  146. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.d.ts +36 -12
  147. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +29 -13
  148. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.d.ts +33 -12
  149. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +26 -13
  150. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.d.ts +36 -10
  151. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +25 -13
  152. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.d.ts +26 -10
  153. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +3 -3
  154. package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.d.ts +45 -19
  155. package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +154 -60
  156. package/es/components/ConditionBuilder/ConditionPreview/ConditionPreview.d.ts +31 -9
  157. package/es/components/ConditionBuilder/ConditionPreview/ConditionPreview.js +41 -19
  158. package/es/components/ConditionBuilder/utils/handleKeyboardEvents.d.ts +2 -1
  159. package/es/components/ConditionBuilder/utils/handleKeyboardEvents.js +186 -72
  160. package/es/components/ConditionBuilder/utils/useDataConfigs.d.ts +18 -0
  161. package/es/components/ConditionBuilder/utils/useDataConfigs.js +120 -0
  162. package/es/components/ConditionBuilder/utils/useTranslations.d.ts +1 -0
  163. package/es/components/ConditionBuilder/utils/useTranslations.js +29 -0
  164. package/es/components/ConditionBuilder/utils/util.d.ts +18 -5
  165. package/es/components/ConditionBuilder/utils/util.js +79 -25
  166. package/es/components/CreateFullPage/CreateFullPage.d.ts +10 -3
  167. package/es/components/CreateFullPage/CreateFullPage.js +47 -24
  168. package/es/components/CreateFullPage/CreateFullPageStep.d.ts +9 -3
  169. package/es/components/CreateFullPage/CreateFullPageStep.js +14 -5
  170. package/es/components/CreateFullPage/index.d.ts +10 -2
  171. package/es/components/CreateInfluencer/CreateInfluencer.d.ts +10 -2
  172. package/es/components/CreateInfluencer/CreateInfluencer.js +9 -3
  173. package/es/components/CreateModal/CreateModal.d.ts +4 -5
  174. package/es/components/CreateModal/CreateModal.js +3 -3
  175. package/es/components/CreateModal/index.d.ts +2 -1
  176. package/es/components/CreateSidePanel/CreateSidePanel.js +2 -2
  177. package/es/components/CreateSidePanel/index.d.ts +7 -1
  178. package/es/components/CreateTearsheet/CreateTearsheet.d.ts +8 -2
  179. package/es/components/CreateTearsheet/CreateTearsheet.js +20 -9
  180. package/es/components/CreateTearsheet/CreateTearsheetDivider.js +1 -1
  181. package/es/components/CreateTearsheet/CreateTearsheetStep.d.ts +18 -0
  182. package/es/components/CreateTearsheet/CreateTearsheetStep.js +31 -4
  183. package/es/components/CreateTearsheet/index.d.ts +10 -3
  184. package/es/components/CreateTearsheetNarrow/CreateTearsheetNarrow.d.ts +1 -1
  185. package/es/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +3 -3
  186. package/es/components/CreateTearsheetNarrow/index.d.ts +8 -1
  187. package/es/components/DataSpreadsheet/DataSpreadsheet.d.ts +17 -4
  188. package/es/components/DataSpreadsheet/DataSpreadsheet.js +125 -63
  189. package/es/components/DataSpreadsheet/DataSpreadsheetBody.d.ts +4 -0
  190. package/es/components/DataSpreadsheet/DataSpreadsheetBody.js +13 -4
  191. package/es/components/DataSpreadsheet/DataSpreadsheetHeader.d.ts +8 -0
  192. package/es/components/DataSpreadsheet/DataSpreadsheetHeader.js +14 -4
  193. package/es/components/DataSpreadsheet/index.d.ts +8 -1
  194. package/es/components/DataSpreadsheet/types/index.d.ts +7 -0
  195. package/es/components/Datagrid/Datagrid/Datagrid.d.ts +1 -5
  196. package/es/components/Datagrid/Datagrid/Datagrid.js +4 -10
  197. package/es/components/Datagrid/Datagrid/DatagridBody.d.ts +8 -1
  198. package/es/components/Datagrid/Datagrid/DatagridContent.d.ts +2 -1
  199. package/es/components/Datagrid/Datagrid/DatagridContent.js +9 -5
  200. package/es/components/Datagrid/Datagrid/DatagridEmptyBody.d.ts +2 -1
  201. package/es/components/Datagrid/Datagrid/DatagridEmptyBody.js +5 -1
  202. package/es/components/Datagrid/Datagrid/DatagridExpandedRow.d.ts +2 -2
  203. package/es/components/Datagrid/Datagrid/DatagridExpandedRow.js +6 -4
  204. package/es/components/Datagrid/Datagrid/DatagridHead.d.ts +2 -1
  205. package/es/components/Datagrid/Datagrid/DatagridHeaderRow.js +25 -17
  206. package/es/components/Datagrid/Datagrid/DatagridRefBody.d.ts +8 -1
  207. package/es/components/Datagrid/Datagrid/DatagridRow.d.ts +2 -1
  208. package/es/components/Datagrid/Datagrid/DatagridRow.js +27 -19
  209. package/es/components/Datagrid/Datagrid/DatagridSelectAll.d.ts +2 -1
  210. package/es/components/Datagrid/Datagrid/DatagridSelectAll.js +11 -27
  211. package/es/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.d.ts +2 -1
  212. package/es/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +4 -3
  213. package/es/components/Datagrid/Datagrid/DatagridSimpleBody.d.ts +8 -1
  214. package/es/components/Datagrid/Datagrid/DatagridToolbar.d.ts +2 -1
  215. package/es/components/Datagrid/Datagrid/DatagridToolbar.js +21 -5
  216. package/es/components/Datagrid/Datagrid/DatagridVirtualBody.d.ts +2 -1
  217. package/es/components/Datagrid/Datagrid/DatagridVirtualBody.js +43 -18
  218. package/es/components/Datagrid/Datagrid/DraggableElement.d.ts +8 -2
  219. package/es/components/Datagrid/Datagrid/DraggableElement.js +2 -1
  220. package/{lib/components/Datagrid/Datagrid/addons/Slug/DatagridSlug.d.ts → es/components/Datagrid/Datagrid/addons/AiLabel/DatagridAiLabel.d.ts} +3 -3
  221. package/es/components/Datagrid/Datagrid/addons/AiLabel/DatagridAiLabel.js +29 -0
  222. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.d.ts +2 -1
  223. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +1 -1
  224. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.d.ts +2 -1
  225. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +1 -1
  226. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.d.ts +2 -1
  227. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +1 -1
  228. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.d.ts +2 -1
  229. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +47 -22
  230. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.d.ts +2 -1
  231. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +5 -5
  232. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.d.ts +2 -1
  233. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +16 -14
  234. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.d.ts +5 -2
  235. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +34 -9
  236. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.d.ts +2 -1
  237. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +36 -17
  238. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.d.ts +4 -3
  239. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +15 -10
  240. package/es/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.d.ts +2 -1
  241. package/es/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +1 -1
  242. package/es/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +7 -0
  243. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.d.ts +1 -1
  244. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +38 -15
  245. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.d.ts +2 -1
  246. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +3 -4
  247. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.d.ts +2 -1
  248. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +78 -30
  249. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.d.ts +1 -1
  250. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +1 -1
  251. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +10 -2
  252. package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.d.ts +5 -2
  253. package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +7 -4
  254. package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +2 -2
  255. package/es/components/Datagrid/Datagrid/addons/stateReducer.d.ts +14 -0
  256. package/es/components/Datagrid/Datagrid/addons/stateReducer.js +137 -36
  257. package/es/components/Datagrid/common-column-ids.d.ts +6 -0
  258. package/es/components/Datagrid/index.d.ts +29 -22
  259. package/es/components/Datagrid/types/index.d.ts +64 -15
  260. package/es/components/Datagrid/useActionsColumn.js +2 -6
  261. package/es/components/Datagrid/useColumnCenterAlign.js +1 -2
  262. package/es/components/Datagrid/useColumnRightAlign.js +1 -2
  263. package/es/components/Datagrid/useCustomizeColumns.d.ts +8 -1
  264. package/es/components/Datagrid/useCustomizeColumns.js +5 -5
  265. package/es/components/Datagrid/useDatagrid.d.ts +6 -0
  266. package/es/components/Datagrid/useDatagrid.js +1 -2
  267. package/es/components/Datagrid/useDefaultStringRenderer.js +3 -4
  268. package/es/components/Datagrid/useDisableSelectRows.d.ts +8 -1
  269. package/es/components/Datagrid/useDisableSelectRows.js +43 -24
  270. package/es/components/Datagrid/useExpandedRow.js +1 -2
  271. package/es/components/Datagrid/useFiltering.d.ts +1 -0
  272. package/es/components/Datagrid/useFiltering.js +14 -4
  273. package/es/components/Datagrid/useFlexResize.d.ts +0 -6
  274. package/es/components/Datagrid/useFlexResize.js +33 -17
  275. package/es/components/Datagrid/useInfiniteScroll.js +1 -2
  276. package/es/components/Datagrid/useInitialColumnSort.js +4 -0
  277. package/es/components/Datagrid/useInlineEdit.js +2 -3
  278. package/es/components/Datagrid/useNestedRowExpander.js +73 -22
  279. package/es/components/Datagrid/useNestedRows.js +1 -2
  280. package/es/components/Datagrid/useOnRowClick.js +1 -2
  281. package/es/components/Datagrid/useParentDimensions.js +5 -5
  282. package/es/components/Datagrid/useRowExpander.js +7 -10
  283. package/es/components/Datagrid/useRowIsMouseOver.d.ts +6 -0
  284. package/es/components/Datagrid/useRowIsMouseOver.js +1 -2
  285. package/es/components/Datagrid/useRowRenderer.js +44 -2
  286. package/es/components/Datagrid/useSelectAllToggle.js +1 -2
  287. package/es/components/Datagrid/useSelectRows.js +43 -22
  288. package/es/components/Datagrid/useSortableColumns.d.ts +5 -4
  289. package/es/components/Datagrid/useSortableColumns.js +41 -23
  290. package/es/components/Datagrid/useStickyColumn.d.ts +8 -1
  291. package/es/components/Datagrid/useStickyColumn.js +15 -13
  292. package/es/components/Decorator/Decorator.js +1 -1
  293. package/es/components/DecoratorBase/DecoratorBase.js +1 -1
  294. package/es/components/DecoratorBase/DecoratorIcon.js +1 -1
  295. package/es/components/DecoratorDualButton/DecoratorDualButton.js +1 -1
  296. package/es/components/DecoratorLink/DecoratorLink.js +1 -1
  297. package/es/components/DecoratorSingleButton/DecoratorSingleButton.js +1 -1
  298. package/es/components/DelimitedList/DelimitedList.d.ts +1 -2
  299. package/es/components/DelimitedList/DelimitedList.js +1 -1
  300. package/es/components/DelimitedList/index.d.ts +8 -1
  301. package/es/components/DescriptionList/DescriptionList.js +1 -1
  302. package/es/components/DescriptionList/DescriptionListBody.js +1 -1
  303. package/es/components/DescriptionList/DescriptionListCell.js +1 -1
  304. package/es/components/DescriptionList/DescriptionListRow.js +1 -1
  305. package/es/components/EditFullPage/EditFullPage.d.ts +1 -2
  306. package/es/components/EditFullPage/EditFullPage.js +1 -1
  307. package/es/components/EditFullPage/index.d.ts +8 -1
  308. package/es/components/EditInPlace/EditInPlace.d.ts +9 -1
  309. package/es/components/EditInPlace/EditInPlace.js +39 -22
  310. package/es/components/EditInPlace/index.d.ts +8 -1
  311. package/es/components/EditSidePanel/EditSidePanel.d.ts +2 -3
  312. package/es/components/EditSidePanel/EditSidePanel.js +4 -4
  313. package/es/components/EditSidePanel/index.d.ts +8 -1
  314. package/es/components/EditTearsheet/EditTearsheet.d.ts +2 -1
  315. package/es/components/EditTearsheet/EditTearsheet.js +45 -10
  316. package/es/components/EditTearsheet/EditTearsheetForm.js +1 -1
  317. package/es/components/EditTearsheetNarrow/EditTearsheetNarrow.d.ts +1 -2
  318. package/es/components/EditTearsheetNarrow/EditTearsheetNarrow.js +1 -1
  319. package/es/components/EditTearsheetNarrow/index.d.ts +8 -1
  320. package/es/components/EditUpdateCards/EditUpdateCards.d.ts +2 -2
  321. package/es/components/EditUpdateCards/EditUpdateCards.js +4 -4
  322. package/es/components/EditUpdateCards/index.d.ts +8 -1
  323. package/es/components/EmptyStates/EmptyState.d.ts +72 -5
  324. package/es/components/EmptyStates/EmptyState.js +19 -8
  325. package/es/components/EmptyStates/EmptyStateContent.d.ts +2 -1
  326. package/es/components/EmptyStates/EmptyStateContent.js +1 -1
  327. package/es/components/EmptyStates/EmptyStateIllustration.d.ts +2 -1
  328. package/es/components/EmptyStates/EmptyStateIllustration.js +1 -1
  329. package/es/components/EmptyStates/EmptyStateV2.d.ts +62 -2
  330. package/es/components/EmptyStates/EmptyStateV2.js +4 -3
  331. package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.d.ts +2 -3
  332. package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +4 -2
  333. package/es/components/EmptyStates/ErrorEmptyState/index.d.ts +8 -1
  334. package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.d.ts +2 -3
  335. package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +4 -2
  336. package/es/components/EmptyStates/NoDataEmptyState/index.d.ts +8 -1
  337. package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.d.ts +2 -3
  338. package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +4 -2
  339. package/es/components/EmptyStates/NoTagsEmptyState/index.d.ts +8 -1
  340. package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.d.ts +2 -3
  341. package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +4 -2
  342. package/es/components/EmptyStates/NotFoundEmptyState/index.d.ts +8 -1
  343. package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.d.ts +2 -3
  344. package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +4 -2
  345. package/es/components/EmptyStates/NotificationsEmptyState/index.d.ts +8 -1
  346. package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.d.ts +2 -3
  347. package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +4 -2
  348. package/es/components/EmptyStates/UnauthorizedEmptyState/index.d.ts +8 -1
  349. package/es/components/EmptyStates/assets/ErrorIllustration.d.ts +2 -1
  350. package/es/components/EmptyStates/assets/ErrorIllustration.js +1 -1
  351. package/es/components/EmptyStates/assets/NoDataIllustration.d.ts +2 -1
  352. package/es/components/EmptyStates/assets/NoDataIllustration.js +6 -6
  353. package/es/components/EmptyStates/assets/NoTagsIllustration.d.ts +2 -1
  354. package/es/components/EmptyStates/assets/NoTagsIllustration.js +1 -1
  355. package/es/components/EmptyStates/assets/NotFoundIllustration.d.ts +2 -1
  356. package/es/components/EmptyStates/assets/NotFoundIllustration.js +1 -1
  357. package/es/components/EmptyStates/assets/NotificationsIllustration.d.ts +2 -1
  358. package/es/components/EmptyStates/assets/NotificationsIllustration.js +9 -9
  359. package/es/components/EmptyStates/assets/UnauthorizedIllustration.d.ts +2 -1
  360. package/es/components/EmptyStates/assets/UnauthorizedIllustration.js +1 -1
  361. package/es/components/EmptyStates/index.d.ts +22 -8
  362. package/es/components/ExportModal/ExportModal.d.ts +7 -3
  363. package/es/components/ExportModal/ExportModal.js +27 -10
  364. package/es/components/ExportModal/index.d.ts +2 -1
  365. package/es/components/ExpressiveCard/ExpressiveCard.d.ts +6 -1
  366. package/es/components/ExpressiveCard/ExpressiveCard.js +7 -2
  367. package/es/components/ExpressiveCard/index.d.ts +2 -1
  368. package/es/components/FeatureFlags/index.d.ts +29 -23
  369. package/es/components/FeatureFlags/index.js +19 -21
  370. package/es/components/FilterPanel/FilterPanel.js +1 -1
  371. package/es/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +1 -1
  372. package/es/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +2 -2
  373. package/es/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.js +1 -1
  374. package/es/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +2 -2
  375. package/es/components/FilterPanel/FilterPanelGroup/FilterPanelGroup.js +1 -1
  376. package/es/components/FilterPanel/FilterPanelLabel/FilterPanelLabel.js +1 -1
  377. package/es/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +1 -1
  378. package/es/components/FilterSummary/FilterSummary.d.ts +1 -1
  379. package/es/components/FilterSummary/FilterSummary.js +8 -9
  380. package/es/components/FilterSummary/index.d.ts +8 -1
  381. package/es/components/FullPageError/FullPageError.d.ts +35 -2
  382. package/es/components/FullPageError/FullPageError.js +11 -11
  383. package/es/components/FullPageError/assets/Error403SVG.d.ts +5 -2
  384. package/es/components/FullPageError/assets/Error403SVG.js +7 -4
  385. package/es/components/FullPageError/assets/Error404SVG.d.ts +5 -2
  386. package/es/components/FullPageError/assets/Error404SVG.js +7 -4
  387. package/es/components/FullPageError/assets/ErrorGenericSVG.d.ts +5 -2
  388. package/es/components/FullPageError/assets/ErrorGenericSVG.js +7 -4
  389. package/es/components/FullPageError/index.d.ts +8 -1
  390. package/es/components/GetStartedCard/GetStartedCard.d.ts +60 -2
  391. package/es/components/GetStartedCard/GetStartedCard.js +12 -11
  392. package/es/components/GetStartedCard/index.d.ts +8 -1
  393. package/es/components/Guidebanner/Guidebanner.d.ts +1 -2
  394. package/es/components/Guidebanner/Guidebanner.js +7 -6
  395. package/es/components/Guidebanner/GuidebannerElement.d.ts +1 -2
  396. package/es/components/Guidebanner/GuidebannerElement.js +1 -1
  397. package/es/components/Guidebanner/GuidebannerElementButton.d.ts +2 -3
  398. package/es/components/Guidebanner/GuidebannerElementButton.js +2 -2
  399. package/es/components/Guidebanner/GuidebannerElementLink.d.ts +2 -3
  400. package/es/components/Guidebanner/GuidebannerElementLink.js +2 -2
  401. package/es/components/Guidebanner/index.d.ts +14 -4
  402. package/es/components/HTTPErrors/HTTPError403/HTTPError403.js +3 -2
  403. package/es/components/HTTPErrors/HTTPError404/HTTPError404.js +3 -2
  404. package/es/components/HTTPErrors/HTTPErrorContent.d.ts +2 -1
  405. package/es/components/HTTPErrors/HTTPErrorContent.js +1 -1
  406. package/es/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +2 -1
  407. package/es/components/HTTPErrors/assets/HTTPErrorSvg403.d.ts +5 -2
  408. package/es/components/HTTPErrors/assets/HTTPErrorSvg403.js +211 -204
  409. package/es/components/HTTPErrors/assets/HTTPErrorSvg404.d.ts +5 -2
  410. package/es/components/HTTPErrors/assets/HTTPErrorSvg404.js +123 -116
  411. package/es/components/HTTPErrors/assets/HTTPErrorSvgOther.d.ts +5 -2
  412. package/es/components/HTTPErrors/assets/HTTPErrorSvgOther.js +117 -110
  413. package/es/components/ImportModal/ImportModal.d.ts +2 -2
  414. package/es/components/ImportModal/ImportModal.js +6 -11
  415. package/es/components/ImportModal/index.d.ts +2 -1
  416. package/es/components/InlineTip/InlineTip.d.ts +2 -2
  417. package/es/components/InlineTip/InlineTip.js +5 -5
  418. package/es/components/InlineTip/InlineTipButton.d.ts +2 -3
  419. package/es/components/InlineTip/InlineTipButton.js +2 -2
  420. package/es/components/InlineTip/InlineTipLink.d.ts +1 -2
  421. package/es/components/InlineTip/InlineTipLink.js +2 -2
  422. package/es/components/InlineTip/index.d.ts +12 -3
  423. package/es/components/InterstitialScreen/InterstitialScreen.d.ts +1 -1
  424. package/es/components/InterstitialScreen/InterstitialScreen.js +13 -12
  425. package/es/components/InterstitialScreen/index.d.ts +8 -1
  426. package/es/components/InterstitialScreenView/InterstitialScreenView.d.ts +1 -2
  427. package/es/components/InterstitialScreenView/InterstitialScreenView.js +1 -1
  428. package/es/components/InterstitialScreenView/index.d.ts +8 -1
  429. package/es/components/InterstitialScreenViewModule/InterstitialScreenViewModule.d.ts +1 -2
  430. package/es/components/InterstitialScreenViewModule/InterstitialScreenViewModule.js +1 -1
  431. package/es/components/InterstitialScreenViewModule/index.d.ts +8 -1
  432. package/es/components/MultiAddSelect/MultiAddSelect.d.ts +1 -1
  433. package/es/components/MultiAddSelect/MultiAddSelect.js +2 -2
  434. package/es/components/MultiAddSelect/index.d.ts +2 -1
  435. package/es/components/Nav/Nav.js +1 -1
  436. package/es/components/Nav/NavItem.d.ts +2 -1
  437. package/es/components/Nav/NavItem.js +16 -4
  438. package/es/components/Nav/NavItemLink.js +1 -1
  439. package/es/components/Nav/NavList.js +4 -1
  440. package/es/components/NonLinearReading/NonLinearReading.d.ts +1 -1
  441. package/es/components/NonLinearReading/NonLinearReading.js +3 -3
  442. package/es/components/NonLinearReading/index.d.ts +8 -1
  443. package/es/components/NotificationsPanel/NotificationsPanel.d.ts +8 -2
  444. package/es/components/NotificationsPanel/NotificationsPanel.js +99 -9
  445. package/es/components/NotificationsPanel/index.d.ts +8 -1
  446. package/es/components/OptionsTile/OptionsTile.d.ts +3 -4
  447. package/es/components/OptionsTile/OptionsTile.js +16 -13
  448. package/es/components/OptionsTile/index.d.ts +8 -1
  449. package/es/components/PageHeader/PageHeader.d.ts +6 -4
  450. package/es/components/PageHeader/PageHeader.js +30 -13
  451. package/es/components/PageHeader/PageHeaderTitle.d.ts +3 -1
  452. package/es/components/PageHeader/PageHeaderTitle.js +43 -9
  453. package/es/components/PageHeader/PageHeaderUtils.js +1 -6
  454. package/es/components/PageHeader/index.d.ts +2 -1
  455. package/es/components/ProductiveCard/ProductiveCard.d.ts +14 -1
  456. package/es/components/ProductiveCard/ProductiveCard.js +17 -3
  457. package/es/components/ProductiveCard/index.d.ts +2 -1
  458. package/es/components/RemoveModal/RemoveModal.d.ts +3 -4
  459. package/es/components/RemoveModal/RemoveModal.js +6 -6
  460. package/es/components/RemoveModal/index.d.ts +2 -1
  461. package/es/components/Saving/Saving.d.ts +1 -1
  462. package/es/components/Saving/Saving.js +3 -3
  463. package/es/components/Saving/index.d.ts +2 -1
  464. package/es/components/ScrollGradient/ScrollGradient.js +4 -4
  465. package/es/components/SearchBar/SearchBar.d.ts +2 -2
  466. package/es/components/SearchBar/SearchBar.js +6 -6
  467. package/es/components/SearchBar/index.d.ts +8 -1
  468. package/es/components/SidePanel/SidePanel.d.ts +8 -3
  469. package/es/components/SidePanel/SidePanel.js +76 -54
  470. package/es/components/SidePanel/index.d.ts +8 -1
  471. package/es/components/SidePanel/motion/variants.d.ts +4 -6
  472. package/es/components/SidePanel/motion/variants.js +10 -11
  473. package/es/components/SimpleHeader/SimpleHeader.d.ts +5 -2
  474. package/es/components/SimpleHeader/SimpleHeader.js +10 -3
  475. package/es/components/SingleAddSelect/SingleAddSelect.d.ts +1 -2
  476. package/es/components/SingleAddSelect/SingleAddSelect.js +2 -2
  477. package/es/components/SingleAddSelect/index.d.ts +2 -1
  478. package/es/components/StatusIcon/StatusIcon.d.ts +1 -1
  479. package/es/components/StatusIcon/StatusIcon.js +2 -2
  480. package/es/components/StatusIcon/index.d.ts +8 -1
  481. package/es/components/StatusIndicator/StatusIndicator.js +1 -1
  482. package/es/components/StatusIndicator/StatusIndicatorStep.js +1 -1
  483. package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.d.ts +1 -2
  484. package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +2 -2
  485. package/es/components/SteppedAnimatedMedia/index.d.ts +8 -1
  486. package/es/components/StringFormatter/StringFormatter.js +15 -4
  487. package/es/components/StringFormatter/utils/enums.d.ts +20 -1
  488. package/es/components/StringFormatter/utils/enums.js +29 -2
  489. package/es/components/TagOverflow/TagOverflow.d.ts +40 -4
  490. package/es/components/TagOverflow/TagOverflow.js +74 -75
  491. package/es/components/TagOverflow/TagOverflowModal.d.ts +8 -2
  492. package/es/components/TagOverflow/TagOverflowModal.js +27 -12
  493. package/es/components/TagOverflow/TagOverflowPopover.d.ts +16 -1
  494. package/es/components/TagOverflow/TagOverflowPopover.js +67 -55
  495. package/es/components/TagOverflow/index.d.ts +8 -1
  496. package/es/components/TagSet/TagSet.d.ts +22 -8
  497. package/es/components/TagSet/TagSet.js +81 -44
  498. package/es/components/TagSet/TagSetModal.d.ts +3 -2
  499. package/es/components/TagSet/TagSetModal.js +11 -6
  500. package/es/components/TagSet/TagSetOverflow.d.ts +13 -1
  501. package/es/components/TagSet/TagSetOverflow.js +54 -13
  502. package/es/components/TagSet/index.d.ts +2 -1
  503. package/es/components/Tearsheet/Tearsheet.d.ts +14 -5
  504. package/es/components/Tearsheet/Tearsheet.js +14 -6
  505. package/es/components/Tearsheet/TearsheetNarrow.d.ts +4 -4
  506. package/es/components/Tearsheet/TearsheetNarrow.js +7 -6
  507. package/es/components/Tearsheet/TearsheetShell.d.ts +15 -7
  508. package/es/components/Tearsheet/TearsheetShell.js +66 -32
  509. package/es/components/Tearsheet/index.d.ts +10 -2
  510. package/es/components/Toolbar/Toolbar.d.ts +1 -1
  511. package/es/components/Toolbar/Toolbar.js +4 -4
  512. package/es/components/Toolbar/ToolbarButton.d.ts +14 -4
  513. package/es/components/Toolbar/ToolbarButton.js +20 -12
  514. package/es/components/Toolbar/ToolbarGroup.d.ts +1 -2
  515. package/es/components/Toolbar/ToolbarGroup.js +3 -3
  516. package/es/components/Toolbar/index.d.ts +12 -3
  517. package/es/components/TooltipTrigger/TooltipTrigger.d.ts +17 -14
  518. package/es/components/TooltipTrigger/TooltipTrigger.js +3 -3
  519. package/es/components/TruncatedList/TruncatedList.d.ts +2 -3
  520. package/es/components/TruncatedList/TruncatedList.js +4 -4
  521. package/es/components/TruncatedList/index.d.ts +8 -1
  522. package/es/components/UserAvatar/UserAvatar.d.ts +59 -1
  523. package/es/components/UserAvatar/UserAvatar.js +11 -26
  524. package/es/components/UserProfileImage/UserProfileImage.d.ts +6 -6
  525. package/es/components/UserProfileImage/UserProfileImage.js +7 -10
  526. package/es/components/UserProfileImage/index.d.ts +2 -1
  527. package/es/components/WebTerminal/WebTerminal.d.ts +5 -5
  528. package/es/components/WebTerminal/WebTerminal.js +17 -18
  529. package/es/components/WebTerminal/WebTerminalContentWrapper.d.ts +2 -3
  530. package/es/components/WebTerminal/WebTerminalContentWrapper.js +1 -1
  531. package/es/components/WebTerminal/hooks/index.js +1 -1
  532. package/es/components/WebTerminal/index.d.ts +11 -3
  533. package/es/components/_Canary/Canary.d.ts +2 -1
  534. package/es/components/_Canary/Canary.js +1 -1
  535. package/es/components/index.d.ts +73 -72
  536. package/es/global/js/hooks/useCreateComponentStepChange.d.ts +3 -1
  537. package/es/global/js/hooks/useCreateComponentStepChange.js +18 -2
  538. package/es/global/js/hooks/useFocus.d.ts +3 -2
  539. package/es/global/js/hooks/useFocus.js +48 -28
  540. package/es/global/js/hooks/usePrefersReducedMotion.js +14 -8
  541. package/es/global/js/hooks/usePreviousValue.js +1 -1
  542. package/es/global/js/package-settings.d.ts +3 -1
  543. package/es/global/js/package-settings.js +3 -1
  544. package/es/global/js/utils/Wrap.d.ts +8 -0
  545. package/es/global/js/utils/Wrap.js +10 -4
  546. package/es/global/js/utils/devtools.js +1 -2
  547. package/es/global/js/utils/keyboardNavigation.d.ts +27 -0
  548. package/es/global/js/utils/keyboardNavigation.js +37 -0
  549. package/es/global/js/utils/props-helper.js +1 -1
  550. package/es/global/js/utils/scrollableAncestor.js +7 -0
  551. package/es/global/js/utils/uuidv4.d.ts +6 -0
  552. package/es/global/js/utils/uuidv4.js +2 -0
  553. package/es/global/js/utils/wait.d.ts +6 -0
  554. package/es/global/js/utils/wait.js +2 -0
  555. package/es/global/js/utils/wrapFocus.d.ts +25 -0
  556. package/es/global/js/utils/wrapFocus.js +68 -0
  557. package/es/index.js +20 -18
  558. package/es/node_modules/@carbon/icon-helpers/es/index.js +49 -62
  559. package/es/node_modules/@carbon/icons-react/es/Icon.js +1 -1
  560. package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +1020 -1058
  561. package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +878 -755
  562. package/es/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +1 -1
  563. package/es/node_modules/prop-types/checkPropTypes.js +2 -2
  564. package/es/node_modules/prop-types/factoryWithThrowingShims.js +1 -1
  565. package/es/node_modules/prop-types/factoryWithTypeCheckers.js +3 -3
  566. package/es/node_modules/prop-types/index.js +18 -15
  567. package/es/settings.d.ts +3 -1
  568. package/flags.js +7 -0
  569. package/lib/_virtual/_commonjsHelpers.js +0 -2
  570. package/lib/_virtual/_rollupPluginBabelHelpers.js +2 -4
  571. package/lib/_virtual/index.js +7 -2
  572. package/lib/{global/js/utils/window.js → _virtual/index2.js} +2 -6
  573. package/lib/components/APIKeyModal/APIKeyDownloader.d.ts +5 -2
  574. package/lib/components/APIKeyModal/APIKeyDownloader.js +18 -17
  575. package/lib/components/APIKeyModal/APIKeyModal.js +81 -81
  576. package/lib/components/APIKeyModal/APIKeyModal.types.d.ts +11 -1
  577. package/lib/components/APIKeyModal/index.d.ts +2 -1
  578. package/lib/components/AboutModal/AboutModal.d.ts +1 -2
  579. package/lib/components/AboutModal/AboutModal.js +48 -40
  580. package/lib/components/AboutModal/index.d.ts +8 -1
  581. package/lib/components/ActionBar/ActionBar.d.ts +62 -2
  582. package/lib/components/ActionBar/ActionBar.js +50 -42
  583. package/lib/components/ActionBar/ActionBarItem.d.ts +36 -2
  584. package/lib/components/ActionBar/ActionBarItem.js +15 -19
  585. package/lib/components/ActionBar/ActionBarOverflowItems.d.ts +64 -16
  586. package/lib/components/ActionBar/ActionBarOverflowItems.js +37 -25
  587. package/lib/components/ActionSet/ActionSet.d.ts +2 -3
  588. package/lib/components/ActionSet/ActionSet.js +22 -27
  589. package/lib/components/ActionSet/index.d.ts +8 -1
  590. package/lib/components/AddSelect/AddSelect.js +63 -69
  591. package/lib/components/AddSelect/AddSelectBody.js +93 -93
  592. package/lib/components/AddSelect/AddSelectBreadcrumbs.d.ts +2 -1
  593. package/lib/components/AddSelect/AddSelectBreadcrumbs.js +7 -14
  594. package/lib/components/AddSelect/AddSelectColumn.d.ts +2 -1
  595. package/lib/components/AddSelect/AddSelectColumn.js +30 -36
  596. package/lib/components/AddSelect/AddSelectFilter.d.ts +2 -1
  597. package/lib/components/AddSelect/AddSelectFilter.js +34 -41
  598. package/lib/components/AddSelect/AddSelectFormControl.d.ts +2 -1
  599. package/lib/components/AddSelect/AddSelectFormControl.js +16 -22
  600. package/lib/components/AddSelect/AddSelectList.d.ts +2 -1
  601. package/lib/components/AddSelect/AddSelectList.js +10 -17
  602. package/lib/components/AddSelect/AddSelectMetaPanel.d.ts +2 -1
  603. package/lib/components/AddSelect/AddSelectMetaPanel.js +17 -23
  604. package/lib/components/AddSelect/AddSelectRow.d.ts +2 -1
  605. package/lib/components/AddSelect/AddSelectRow.js +33 -40
  606. package/lib/components/AddSelect/AddSelectSidebar.d.ts +2 -1
  607. package/lib/components/AddSelect/AddSelectSidebar.js +31 -37
  608. package/lib/components/AddSelect/AddSelectSort.d.ts +2 -1
  609. package/lib/components/AddSelect/AddSelectSort.js +11 -17
  610. package/lib/components/AddSelect/add-select-utils.js +0 -2
  611. package/lib/components/AddSelect/hooks/useFocus.js +1 -1
  612. package/lib/components/AddSelect/hooks/useItemSort.js +0 -2
  613. package/lib/components/AddSelect/hooks/useParentSelect.js +1 -1
  614. package/lib/components/AddSelect/hooks/usePath.js +1 -1
  615. package/lib/components/AddSelect/index.d.ts +2 -1
  616. package/lib/components/AddSelect/types/index.d.ts +7 -1
  617. package/lib/components/BigNumbers/BigNumbers.js +40 -47
  618. package/lib/components/BigNumbers/constants.js +0 -2
  619. package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.d.ts +2 -1
  620. package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +36 -43
  621. package/lib/components/ButtonSetWithOverflow/ButtonSetWithOverflow.d.ts +2 -1
  622. package/lib/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +23 -30
  623. package/lib/components/Card/Card.d.ts +73 -2
  624. package/lib/components/Card/Card.js +108 -110
  625. package/lib/components/Card/CardFooter.d.ts +51 -48
  626. package/lib/components/Card/CardFooter.js +33 -38
  627. package/lib/components/Card/CardHeader.d.ts +77 -49
  628. package/lib/components/Card/CardHeader.js +55 -52
  629. package/lib/components/Carousel/Carousel.js +40 -39
  630. package/lib/components/Carousel/CarouselItem.js +6 -13
  631. package/lib/components/Carousel/index.d.ts +9 -2
  632. package/lib/components/Cascade/Cascade.d.ts +1 -2
  633. package/lib/components/Cascade/Cascade.js +17 -24
  634. package/lib/components/Cascade/index.d.ts +2 -1
  635. package/lib/components/Checklist/Checklist.d.ts +2 -2
  636. package/lib/components/Checklist/Checklist.js +59 -67
  637. package/lib/components/Checklist/Checklist.types.js +0 -2
  638. package/lib/components/Checklist/ChecklistChart.js +28 -20
  639. package/lib/components/Checklist/ChecklistIcon.js +8 -15
  640. package/lib/components/Checklist/index.d.ts +8 -1
  641. package/lib/components/Coachmark/Coachmark.d.ts +7 -3
  642. package/lib/components/Coachmark/Coachmark.js +77 -41
  643. package/lib/components/Coachmark/CoachmarkDragbar.js +13 -21
  644. package/lib/components/Coachmark/CoachmarkHeader.js +10 -18
  645. package/lib/components/Coachmark/CoachmarkOverlay.js +46 -44
  646. package/lib/components/Coachmark/CoachmarkTagline.js +13 -20
  647. package/lib/components/Coachmark/index.d.ts +10 -3
  648. package/lib/components/Coachmark/utils/constants.js +0 -2
  649. package/lib/components/Coachmark/utils/context.js +0 -2
  650. package/lib/components/Coachmark/utils/enums.d.ts +6 -0
  651. package/lib/components/Coachmark/utils/enums.js +1 -2
  652. package/lib/components/Coachmark/utils/hooks.js +1 -3
  653. package/lib/components/CoachmarkBeacon/CoachmarkBeacon.d.ts +2 -3
  654. package/lib/components/CoachmarkBeacon/CoachmarkBeacon.js +14 -26
  655. package/lib/components/CoachmarkBeacon/index.d.ts +8 -1
  656. package/lib/components/CoachmarkButton/CoachmarkButton.d.ts +1 -2
  657. package/lib/components/CoachmarkButton/CoachmarkButton.js +10 -15
  658. package/lib/components/CoachmarkButton/index.d.ts +8 -1
  659. package/lib/components/CoachmarkFixed/CoachmarkFixed.d.ts +1 -2
  660. package/lib/components/CoachmarkFixed/CoachmarkFixed.js +32 -36
  661. package/lib/components/CoachmarkFixed/index.d.ts +8 -1
  662. package/lib/components/CoachmarkOverlayElement/CoachmarkOverlayElement.d.ts +1 -2
  663. package/lib/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +12 -20
  664. package/lib/components/CoachmarkOverlayElement/index.d.ts +8 -1
  665. package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.d.ts +1 -2
  666. package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +38 -42
  667. package/lib/components/CoachmarkOverlayElements/index.d.ts +8 -1
  668. package/lib/components/CoachmarkStack/CoachmarkStack.d.ts +67 -2
  669. package/lib/components/CoachmarkStack/CoachmarkStack.js +46 -42
  670. package/lib/components/CoachmarkStack/CoachmarkStackHome.d.ts +71 -2
  671. package/lib/components/CoachmarkStack/CoachmarkStackHome.js +52 -58
  672. package/lib/components/ComboButton/ComboButton.d.ts +1 -1
  673. package/lib/components/ComboButton/ComboButton.js +15 -22
  674. package/lib/components/ComboButton/ComboButtonItem/index.d.ts +2 -1
  675. package/lib/components/ComboButton/ComboButtonItem/index.js +3 -9
  676. package/lib/components/ComboButton/index.d.ts +9 -2
  677. package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.d.ts +100 -24
  678. package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +136 -101
  679. package/lib/components/ConditionBuilder/ConditionBuilder.d.ts +9 -2
  680. package/lib/components/ConditionBuilder/ConditionBuilder.js +82 -71
  681. package/lib/components/ConditionBuilder/ConditionBuilder.types.d.ts +155 -0
  682. package/lib/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.d.ts +29 -14
  683. package/lib/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +83 -62
  684. package/lib/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.d.ts +63 -25
  685. package/lib/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +41 -46
  686. package/lib/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.d.ts +86 -34
  687. package/lib/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +38 -33
  688. package/lib/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.d.ts +30 -14
  689. package/lib/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +30 -31
  690. package/lib/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.d.ts +2 -1
  691. package/lib/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.js +27 -20
  692. package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.d.ts +48 -26
  693. package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +131 -98
  694. package/lib/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.d.ts +10 -42
  695. package/lib/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.js +58 -55
  696. package/lib/components/ConditionBuilder/ConditionBuilderContext/translationObject.d.ts +49 -39
  697. package/lib/components/ConditionBuilder/ConditionBuilderContext/translationObject.js +49 -40
  698. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.d.ts +81 -27
  699. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +118 -52
  700. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.d.ts +28 -10
  701. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +35 -27
  702. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.d.ts +31 -12
  703. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +27 -25
  704. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.d.ts +36 -12
  705. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +44 -34
  706. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.d.ts +33 -12
  707. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +53 -46
  708. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.d.ts +36 -10
  709. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +25 -19
  710. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.d.ts +26 -10
  711. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +13 -19
  712. package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.d.ts +45 -19
  713. package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +181 -92
  714. package/lib/components/ConditionBuilder/ConditionPreview/ConditionPreview.d.ts +31 -9
  715. package/lib/components/ConditionBuilder/ConditionPreview/ConditionPreview.js +68 -51
  716. package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.d.ts +2 -1
  717. package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.js +185 -72
  718. package/lib/components/ConditionBuilder/utils/useDataConfigs.d.ts +18 -0
  719. package/lib/components/ConditionBuilder/utils/useDataConfigs.js +122 -0
  720. package/lib/components/ConditionBuilder/utils/useTranslations.d.ts +1 -0
  721. package/lib/components/ConditionBuilder/utils/useTranslations.js +31 -0
  722. package/lib/components/ConditionBuilder/utils/util.d.ts +18 -5
  723. package/lib/components/ConditionBuilder/utils/util.js +83 -26
  724. package/lib/components/CreateFullPage/CreateFullPage.d.ts +10 -3
  725. package/lib/components/CreateFullPage/CreateFullPage.js +91 -75
  726. package/lib/components/CreateFullPage/CreateFullPageStep.d.ts +9 -3
  727. package/lib/components/CreateFullPage/CreateFullPageStep.js +36 -34
  728. package/lib/components/CreateFullPage/index.d.ts +10 -2
  729. package/lib/components/CreateInfluencer/CreateInfluencer.d.ts +10 -2
  730. package/lib/components/CreateInfluencer/CreateInfluencer.js +23 -24
  731. package/lib/components/CreateModal/CreateModal.d.ts +4 -5
  732. package/lib/components/CreateModal/CreateModal.js +24 -31
  733. package/lib/components/CreateModal/index.d.ts +2 -1
  734. package/lib/components/CreateSidePanel/CreateSidePanel.js +26 -33
  735. package/lib/components/CreateSidePanel/index.d.ts +7 -1
  736. package/lib/components/CreateTearsheet/CreateTearsheet.d.ts +8 -2
  737. package/lib/components/CreateTearsheet/CreateTearsheet.js +45 -41
  738. package/lib/components/CreateTearsheet/CreateTearsheetDivider.js +4 -11
  739. package/lib/components/CreateTearsheet/CreateTearsheetStep.d.ts +18 -0
  740. package/lib/components/CreateTearsheet/CreateTearsheetStep.js +56 -36
  741. package/lib/components/CreateTearsheet/index.d.ts +10 -3
  742. package/lib/components/CreateTearsheetNarrow/CreateTearsheetNarrow.d.ts +1 -1
  743. package/lib/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +27 -34
  744. package/lib/components/CreateTearsheetNarrow/index.d.ts +8 -1
  745. package/lib/components/DataSpreadsheet/DataSpreadsheet.d.ts +17 -4
  746. package/lib/components/DataSpreadsheet/DataSpreadsheet.js +157 -102
  747. package/lib/components/DataSpreadsheet/DataSpreadsheetBody.d.ts +4 -0
  748. package/lib/components/DataSpreadsheet/DataSpreadsheetBody.js +66 -64
  749. package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.d.ts +8 -0
  750. package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.js +48 -45
  751. package/lib/components/DataSpreadsheet/hooks/useMoveActiveCell.js +0 -2
  752. package/lib/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +0 -2
  753. package/lib/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.js +0 -2
  754. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetEdit.js +0 -2
  755. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +0 -2
  756. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +0 -2
  757. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +0 -2
  758. package/lib/components/DataSpreadsheet/index.d.ts +8 -1
  759. package/lib/components/DataSpreadsheet/types/index.d.ts +7 -0
  760. package/lib/components/DataSpreadsheet/utils/checkActiveHeaderCell.js +0 -2
  761. package/lib/components/DataSpreadsheet/utils/checkForHoldingKey.js +0 -2
  762. package/lib/components/DataSpreadsheet/utils/checkSelectedHeaderCell.js +0 -2
  763. package/lib/components/DataSpreadsheet/utils/commonEventHandlers.js +1 -3
  764. package/lib/components/DataSpreadsheet/utils/createActiveCellFn.js +0 -2
  765. package/lib/components/DataSpreadsheet/utils/createCellSelectionArea.js +0 -2
  766. package/lib/components/DataSpreadsheet/utils/getCellSize.js +0 -2
  767. package/lib/components/DataSpreadsheet/utils/getSelectionAreaPoints.js +0 -2
  768. package/lib/components/DataSpreadsheet/utils/getSpreadsheetWidth.js +0 -2
  769. package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.js +0 -2
  770. package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.js +0 -2
  771. package/lib/components/DataSpreadsheet/utils/handleCellDeletion.js +0 -2
  772. package/lib/components/DataSpreadsheet/utils/handleEditSubmit.js +1 -3
  773. package/lib/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +1 -3
  774. package/lib/components/DataSpreadsheet/utils/handleMultipleKeys.js +2 -4
  775. package/lib/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +0 -2
  776. package/lib/components/DataSpreadsheet/utils/removeCellSelections.js +0 -2
  777. package/lib/components/DataSpreadsheet/utils/selectAllCells.js +1 -3
  778. package/lib/components/Datagrid/Datagrid/Datagrid.d.ts +1 -5
  779. package/lib/components/Datagrid/Datagrid/Datagrid.js +12 -25
  780. package/lib/components/Datagrid/Datagrid/DatagridBody.d.ts +8 -1
  781. package/lib/components/Datagrid/Datagrid/DatagridBody.js +5 -9
  782. package/lib/components/Datagrid/Datagrid/DatagridContent.d.ts +2 -1
  783. package/lib/components/Datagrid/Datagrid/DatagridContent.js +52 -55
  784. package/lib/components/Datagrid/Datagrid/DatagridEmptyBody.d.ts +2 -1
  785. package/lib/components/Datagrid/Datagrid/DatagridEmptyBody.js +9 -9
  786. package/lib/components/Datagrid/Datagrid/DatagridExpandedRow.d.ts +2 -2
  787. package/lib/components/Datagrid/Datagrid/DatagridExpandedRow.js +11 -14
  788. package/lib/components/Datagrid/Datagrid/DatagridHead.d.ts +2 -1
  789. package/lib/components/Datagrid/Datagrid/DatagridHead.js +2 -6
  790. package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.js +34 -31
  791. package/lib/components/Datagrid/Datagrid/DatagridRefBody.d.ts +8 -1
  792. package/lib/components/Datagrid/Datagrid/DatagridRefBody.js +3 -8
  793. package/lib/components/Datagrid/Datagrid/DatagridRow.d.ts +2 -1
  794. package/lib/components/Datagrid/Datagrid/DatagridRow.js +35 -32
  795. package/lib/components/Datagrid/Datagrid/DatagridSelectAll.d.ts +2 -1
  796. package/lib/components/Datagrid/Datagrid/DatagridSelectAll.js +12 -35
  797. package/lib/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.d.ts +2 -1
  798. package/lib/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +21 -25
  799. package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.d.ts +8 -1
  800. package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.js +3 -8
  801. package/lib/components/Datagrid/Datagrid/DatagridToolbar.d.ts +2 -1
  802. package/lib/components/Datagrid/Datagrid/DatagridToolbar.js +34 -23
  803. package/lib/components/Datagrid/Datagrid/DatagridVirtualBody.d.ts +2 -1
  804. package/lib/components/Datagrid/Datagrid/DatagridVirtualBody.js +47 -26
  805. package/lib/components/Datagrid/Datagrid/DraggableElement.d.ts +8 -2
  806. package/lib/components/Datagrid/Datagrid/DraggableElement.js +19 -23
  807. package/{es/components/Datagrid/Datagrid/addons/Slug/DatagridSlug.d.ts → lib/components/Datagrid/Datagrid/addons/AiLabel/DatagridAiLabel.d.ts} +3 -3
  808. package/lib/components/Datagrid/Datagrid/addons/AiLabel/DatagridAiLabel.js +31 -0
  809. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.d.ts +2 -1
  810. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +12 -13
  811. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.d.ts +2 -1
  812. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +11 -12
  813. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.d.ts +2 -1
  814. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +26 -32
  815. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.d.ts +2 -1
  816. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +64 -43
  817. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.d.ts +2 -1
  818. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +12 -18
  819. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.d.ts +2 -1
  820. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +19 -21
  821. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/common.js +1 -7
  822. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.d.ts +5 -2
  823. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +65 -45
  824. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.d.ts +2 -1
  825. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +76 -62
  826. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.d.ts +4 -3
  827. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +20 -21
  828. package/lib/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.d.ts +2 -1
  829. package/lib/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +12 -16
  830. package/lib/components/Datagrid/Datagrid/addons/Filtering/constants.js +0 -2
  831. package/lib/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +7 -2
  832. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +1 -1
  833. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.d.ts +1 -1
  834. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +51 -32
  835. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +2 -6
  836. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.js +1 -1
  837. package/lib/components/Datagrid/Datagrid/addons/Filtering/motion/variants.js +0 -2
  838. package/lib/components/Datagrid/Datagrid/addons/Filtering/utils.js +0 -2
  839. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.d.ts +2 -1
  840. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +20 -28
  841. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.d.ts +2 -1
  842. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +104 -63
  843. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.d.ts +1 -1
  844. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +3 -9
  845. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/getCellIdAsObject.js +0 -2
  846. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +0 -2
  847. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridFocus.js +0 -2
  848. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +10 -4
  849. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +0 -2
  850. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.d.ts +5 -2
  851. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +19 -21
  852. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +13 -18
  853. package/lib/components/Datagrid/Datagrid/addons/stateReducer.d.ts +14 -0
  854. package/lib/components/Datagrid/Datagrid/addons/stateReducer.js +138 -37
  855. package/lib/components/Datagrid/common-column-ids.d.ts +6 -0
  856. package/lib/components/Datagrid/common-column-ids.js +0 -2
  857. package/lib/components/Datagrid/index.d.ts +29 -22
  858. package/lib/components/Datagrid/types/index.d.ts +64 -15
  859. package/lib/components/Datagrid/useActionsColumn.js +13 -22
  860. package/lib/components/Datagrid/useColumnCenterAlign.js +4 -10
  861. package/lib/components/Datagrid/useColumnRightAlign.js +4 -10
  862. package/lib/components/Datagrid/useCustomizeColumns.d.ts +8 -1
  863. package/lib/components/Datagrid/useCustomizeColumns.js +10 -11
  864. package/lib/components/Datagrid/useDatagrid.d.ts +6 -0
  865. package/lib/components/Datagrid/useDatagrid.js +4 -9
  866. package/lib/components/Datagrid/useDefaultStringRenderer.js +7 -13
  867. package/lib/components/Datagrid/useDisableSelectRows.d.ts +8 -1
  868. package/lib/components/Datagrid/useDisableSelectRows.js +43 -24
  869. package/lib/components/Datagrid/useEditableCell.js +2 -2
  870. package/lib/components/Datagrid/useExpandedRow.js +3 -4
  871. package/lib/components/Datagrid/useFiltering.d.ts +1 -0
  872. package/lib/components/Datagrid/useFiltering.js +18 -7
  873. package/lib/components/Datagrid/useFlexResize.d.ts +0 -6
  874. package/lib/components/Datagrid/useFlexResize.js +33 -17
  875. package/lib/components/Datagrid/useFloatingScroll.js +2 -6
  876. package/lib/components/Datagrid/useFocusRowExpander.js +0 -2
  877. package/lib/components/Datagrid/useInfiniteScroll.js +4 -9
  878. package/lib/components/Datagrid/useInitialColumnSort.js +4 -2
  879. package/lib/components/Datagrid/useInlineEdit.js +7 -13
  880. package/lib/components/Datagrid/useNestedRowExpander.js +75 -29
  881. package/lib/components/Datagrid/useNestedRows.js +3 -8
  882. package/lib/components/Datagrid/useOnRowClick.js +1 -2
  883. package/lib/components/Datagrid/useParentDimensions.js +6 -6
  884. package/lib/components/Datagrid/useResizeTable.js +1 -1
  885. package/lib/components/Datagrid/useRowExpander.js +11 -19
  886. package/lib/components/Datagrid/useRowIsMouseOver.d.ts +6 -0
  887. package/lib/components/Datagrid/useRowIsMouseOver.js +2 -7
  888. package/lib/components/Datagrid/useRowRenderer.js +46 -4
  889. package/lib/components/Datagrid/useRowSize.js +2 -2
  890. package/lib/components/Datagrid/useSelectAllToggle.js +3 -9
  891. package/lib/components/Datagrid/useSelectRows.js +47 -31
  892. package/lib/components/Datagrid/useSkeletonRows.js +1 -1
  893. package/lib/components/Datagrid/useSortableColumns.d.ts +5 -4
  894. package/lib/components/Datagrid/useSortableColumns.js +46 -33
  895. package/lib/components/Datagrid/useStickyColumn.d.ts +8 -1
  896. package/lib/components/Datagrid/useStickyColumn.js +17 -20
  897. package/lib/components/Datagrid/utils/getAutoSizedColumnWidth.js +0 -2
  898. package/lib/components/Decorator/Decorator.js +17 -23
  899. package/lib/components/DecoratorBase/DecoratorBase.js +42 -49
  900. package/lib/components/DecoratorBase/DecoratorIcon.js +7 -14
  901. package/lib/components/DecoratorBase/utils.js +0 -2
  902. package/lib/components/DecoratorDualButton/DecoratorDualButton.js +22 -28
  903. package/lib/components/DecoratorLink/DecoratorLink.js +20 -26
  904. package/lib/components/DecoratorSingleButton/DecoratorSingleButton.js +20 -26
  905. package/lib/components/DelimitedList/DelimitedList.d.ts +1 -2
  906. package/lib/components/DelimitedList/DelimitedList.js +8 -15
  907. package/lib/components/DelimitedList/index.d.ts +8 -1
  908. package/lib/components/DescriptionList/DescriptionList.js +9 -16
  909. package/lib/components/DescriptionList/DescriptionListBody.js +6 -13
  910. package/lib/components/DescriptionList/DescriptionListCell.js +6 -13
  911. package/lib/components/DescriptionList/DescriptionListRow.js +6 -13
  912. package/lib/components/DescriptionList/constants.js +0 -2
  913. package/lib/components/EditFullPage/EditFullPage.d.ts +1 -2
  914. package/lib/components/EditFullPage/EditFullPage.js +6 -13
  915. package/lib/components/EditFullPage/index.d.ts +8 -1
  916. package/lib/components/EditInPlace/EditInPlace.d.ts +9 -1
  917. package/lib/components/EditInPlace/EditInPlace.js +71 -61
  918. package/lib/components/EditInPlace/index.d.ts +8 -1
  919. package/lib/components/EditSidePanel/EditSidePanel.d.ts +2 -3
  920. package/lib/components/EditSidePanel/EditSidePanel.js +30 -37
  921. package/lib/components/EditSidePanel/index.d.ts +8 -1
  922. package/lib/components/EditTearsheet/EditTearsheet.d.ts +2 -1
  923. package/lib/components/EditTearsheet/EditTearsheet.js +68 -40
  924. package/lib/components/EditTearsheet/EditTearsheetForm.js +17 -24
  925. package/lib/components/EditTearsheetNarrow/EditTearsheetNarrow.d.ts +1 -2
  926. package/lib/components/EditTearsheetNarrow/EditTearsheetNarrow.js +6 -13
  927. package/lib/components/EditTearsheetNarrow/index.d.ts +8 -1
  928. package/lib/components/EditUpdateCards/EditUpdateCards.d.ts +2 -2
  929. package/lib/components/EditUpdateCards/EditUpdateCards.js +36 -43
  930. package/lib/components/EditUpdateCards/index.d.ts +8 -1
  931. package/lib/components/EmptyStates/EmptyState.d.ts +72 -5
  932. package/lib/components/EmptyStates/EmptyState.js +40 -36
  933. package/lib/components/EmptyStates/EmptyStateContent.d.ts +2 -1
  934. package/lib/components/EmptyStates/EmptyStateContent.js +19 -26
  935. package/lib/components/EmptyStates/EmptyStateIllustration.d.ts +2 -1
  936. package/lib/components/EmptyStates/EmptyStateIllustration.js +4 -8
  937. package/lib/components/EmptyStates/EmptyStateV2.d.ts +62 -2
  938. package/lib/components/EmptyStates/EmptyStateV2.js +28 -34
  939. package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.d.ts +2 -3
  940. package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +22 -27
  941. package/lib/components/EmptyStates/ErrorEmptyState/index.d.ts +8 -1
  942. package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.d.ts +2 -3
  943. package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +22 -27
  944. package/lib/components/EmptyStates/NoDataEmptyState/index.d.ts +8 -1
  945. package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.d.ts +2 -3
  946. package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +22 -27
  947. package/lib/components/EmptyStates/NoTagsEmptyState/index.d.ts +8 -1
  948. package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.d.ts +2 -3
  949. package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +22 -27
  950. package/lib/components/EmptyStates/NotFoundEmptyState/index.d.ts +8 -1
  951. package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.d.ts +2 -3
  952. package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +22 -27
  953. package/lib/components/EmptyStates/NotificationsEmptyState/index.d.ts +8 -1
  954. package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.d.ts +2 -3
  955. package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +22 -27
  956. package/lib/components/EmptyStates/UnauthorizedEmptyState/index.d.ts +8 -1
  957. package/lib/components/EmptyStates/assets/ErrorIllustration.d.ts +2 -1
  958. package/lib/components/EmptyStates/assets/ErrorIllustration.js +54 -59
  959. package/lib/components/EmptyStates/assets/NoDataIllustration.d.ts +2 -1
  960. package/lib/components/EmptyStates/assets/NoDataIllustration.js +47 -52
  961. package/lib/components/EmptyStates/assets/NoTagsIllustration.d.ts +2 -1
  962. package/lib/components/EmptyStates/assets/NoTagsIllustration.js +115 -120
  963. package/lib/components/EmptyStates/assets/NotFoundIllustration.d.ts +2 -1
  964. package/lib/components/EmptyStates/assets/NotFoundIllustration.js +85 -90
  965. package/lib/components/EmptyStates/assets/NotificationsIllustration.d.ts +2 -1
  966. package/lib/components/EmptyStates/assets/NotificationsIllustration.js +86 -91
  967. package/lib/components/EmptyStates/assets/UnauthorizedIllustration.d.ts +2 -1
  968. package/lib/components/EmptyStates/assets/UnauthorizedIllustration.js +75 -80
  969. package/lib/components/EmptyStates/index.d.ts +22 -8
  970. package/lib/components/ExportModal/ExportModal.d.ts +7 -3
  971. package/lib/components/ExportModal/ExportModal.js +69 -59
  972. package/lib/components/ExportModal/index.d.ts +2 -1
  973. package/lib/components/ExpressiveCard/ExpressiveCard.d.ts +6 -1
  974. package/lib/components/ExpressiveCard/ExpressiveCard.js +35 -36
  975. package/lib/components/ExpressiveCard/index.d.ts +2 -1
  976. package/lib/components/FeatureFlags/index.d.ts +29 -23
  977. package/lib/components/FeatureFlags/index.js +20 -28
  978. package/lib/components/FilterPanel/FilterPanel.js +8 -15
  979. package/lib/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +11 -18
  980. package/lib/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +15 -22
  981. package/lib/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.js +10 -17
  982. package/lib/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +19 -26
  983. package/lib/components/FilterPanel/FilterPanelGroup/FilterPanelGroup.js +12 -19
  984. package/lib/components/FilterPanel/FilterPanelLabel/FilterPanelLabel.js +10 -17
  985. package/lib/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +10 -17
  986. package/lib/components/FilterSummary/FilterSummary.d.ts +1 -1
  987. package/lib/components/FilterSummary/FilterSummary.js +29 -36
  988. package/lib/components/FilterSummary/index.d.ts +8 -1
  989. package/lib/components/FullPageError/FullPageError.d.ts +35 -2
  990. package/lib/components/FullPageError/FullPageError.js +32 -39
  991. package/lib/components/FullPageError/assets/Error403SVG.d.ts +5 -2
  992. package/lib/components/FullPageError/assets/Error403SVG.js +136 -139
  993. package/lib/components/FullPageError/assets/Error404SVG.d.ts +5 -2
  994. package/lib/components/FullPageError/assets/Error404SVG.js +121 -124
  995. package/lib/components/FullPageError/assets/ErrorGenericSVG.d.ts +5 -2
  996. package/lib/components/FullPageError/assets/ErrorGenericSVG.js +135 -138
  997. package/lib/components/FullPageError/index.d.ts +8 -1
  998. package/lib/components/GetStartedCard/GetStartedCard.d.ts +60 -2
  999. package/lib/components/GetStartedCard/GetStartedCard.js +23 -28
  1000. package/lib/components/GetStartedCard/index.d.ts +8 -1
  1001. package/lib/components/Guidebanner/Guidebanner.d.ts +1 -2
  1002. package/lib/components/Guidebanner/Guidebanner.js +41 -47
  1003. package/lib/components/Guidebanner/GuidebannerElement.d.ts +1 -2
  1004. package/lib/components/Guidebanner/GuidebannerElement.js +11 -18
  1005. package/lib/components/Guidebanner/GuidebannerElementButton.d.ts +2 -3
  1006. package/lib/components/Guidebanner/GuidebannerElementButton.js +11 -18
  1007. package/lib/components/Guidebanner/GuidebannerElementLink.d.ts +2 -3
  1008. package/lib/components/Guidebanner/GuidebannerElementLink.js +7 -14
  1009. package/lib/components/Guidebanner/index.d.ts +14 -4
  1010. package/lib/components/HTTPErrors/HTTPError403/HTTPError403.js +8 -14
  1011. package/lib/components/HTTPErrors/HTTPError404/HTTPError404.js +8 -14
  1012. package/lib/components/HTTPErrors/HTTPErrorContent.d.ts +2 -1
  1013. package/lib/components/HTTPErrors/HTTPErrorContent.js +6 -12
  1014. package/lib/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +7 -13
  1015. package/lib/components/HTTPErrors/assets/HTTPErrorSvg403.d.ts +5 -2
  1016. package/lib/components/HTTPErrors/assets/HTTPErrorSvg403.js +446 -445
  1017. package/lib/components/HTTPErrors/assets/HTTPErrorSvg404.d.ts +5 -2
  1018. package/lib/components/HTTPErrors/assets/HTTPErrorSvg404.js +401 -400
  1019. package/lib/components/HTTPErrors/assets/HTTPErrorSvgOther.d.ts +5 -2
  1020. package/lib/components/HTTPErrors/assets/HTTPErrorSvgOther.js +409 -408
  1021. package/lib/components/ImportModal/ImportModal.d.ts +2 -2
  1022. package/lib/components/ImportModal/ImportModal.js +54 -66
  1023. package/lib/components/ImportModal/index.d.ts +2 -1
  1024. package/lib/components/InlineTip/InlineTip.d.ts +2 -2
  1025. package/lib/components/InlineTip/InlineTip.js +43 -50
  1026. package/lib/components/InlineTip/InlineTipButton.d.ts +2 -3
  1027. package/lib/components/InlineTip/InlineTipButton.js +7 -14
  1028. package/lib/components/InlineTip/InlineTipLink.d.ts +1 -2
  1029. package/lib/components/InlineTip/InlineTipLink.js +8 -15
  1030. package/lib/components/InlineTip/index.d.ts +12 -3
  1031. package/lib/components/InlineTip/utils.js +2 -4
  1032. package/lib/components/InterstitialScreen/InterstitialScreen.d.ts +1 -1
  1033. package/lib/components/InterstitialScreen/InterstitialScreen.js +86 -92
  1034. package/lib/components/InterstitialScreen/index.d.ts +8 -1
  1035. package/lib/components/InterstitialScreenView/InterstitialScreenView.d.ts +1 -2
  1036. package/lib/components/InterstitialScreenView/InterstitialScreenView.js +7 -14
  1037. package/lib/components/InterstitialScreenView/index.d.ts +8 -1
  1038. package/lib/components/InterstitialScreenViewModule/InterstitialScreenViewModule.d.ts +1 -2
  1039. package/lib/components/InterstitialScreenViewModule/InterstitialScreenViewModule.js +9 -16
  1040. package/lib/components/InterstitialScreenViewModule/index.d.ts +8 -1
  1041. package/lib/components/MultiAddSelect/MultiAddSelect.d.ts +1 -1
  1042. package/lib/components/MultiAddSelect/MultiAddSelect.js +47 -53
  1043. package/lib/components/MultiAddSelect/index.d.ts +2 -1
  1044. package/lib/components/Nav/Nav.js +15 -22
  1045. package/lib/components/Nav/NavItem.d.ts +2 -1
  1046. package/lib/components/Nav/NavItem.js +37 -31
  1047. package/lib/components/Nav/NavItemLink.js +5 -9
  1048. package/lib/components/Nav/NavList.js +19 -22
  1049. package/lib/components/NonLinearReading/NonLinearReading.d.ts +1 -1
  1050. package/lib/components/NonLinearReading/NonLinearReading.js +15 -22
  1051. package/lib/components/NonLinearReading/index.d.ts +8 -1
  1052. package/lib/components/NotificationsPanel/NotificationsPanel.d.ts +8 -2
  1053. package/lib/components/NotificationsPanel/NotificationsPanel.js +183 -100
  1054. package/lib/components/NotificationsPanel/index.d.ts +8 -1
  1055. package/lib/components/NotificationsPanel/utils.js +0 -2
  1056. package/lib/components/OptionsTile/OptionsTile.d.ts +3 -4
  1057. package/lib/components/OptionsTile/OptionsTile.js +54 -58
  1058. package/lib/components/OptionsTile/index.d.ts +8 -1
  1059. package/lib/components/PageHeader/PageHeader.d.ts +6 -4
  1060. package/lib/components/PageHeader/PageHeader.js +132 -122
  1061. package/lib/components/PageHeader/PageHeaderTitle.d.ts +3 -1
  1062. package/lib/components/PageHeader/PageHeaderTitle.js +59 -32
  1063. package/lib/components/PageHeader/PageHeaderUtils.js +3 -15
  1064. package/lib/components/PageHeader/index.d.ts +2 -1
  1065. package/lib/components/ProductiveCard/ProductiveCard.d.ts +14 -1
  1066. package/lib/components/ProductiveCard/ProductiveCard.js +51 -43
  1067. package/lib/components/ProductiveCard/index.d.ts +2 -1
  1068. package/lib/components/RemoveModal/RemoveModal.d.ts +3 -4
  1069. package/lib/components/RemoveModal/RemoveModal.js +30 -37
  1070. package/lib/components/RemoveModal/index.d.ts +2 -1
  1071. package/lib/components/Saving/Saving.d.ts +1 -1
  1072. package/lib/components/Saving/Saving.js +30 -37
  1073. package/lib/components/Saving/index.d.ts +2 -1
  1074. package/lib/components/ScrollGradient/ScrollGradient.js +20 -27
  1075. package/lib/components/ScrollGradient/constants.js +0 -2
  1076. package/lib/components/SearchBar/SearchBar.d.ts +2 -2
  1077. package/lib/components/SearchBar/SearchBar.js +26 -33
  1078. package/lib/components/SearchBar/index.d.ts +8 -1
  1079. package/lib/components/SidePanel/SidePanel.d.ts +8 -3
  1080. package/lib/components/SidePanel/SidePanel.js +134 -119
  1081. package/lib/components/SidePanel/constants.js +0 -2
  1082. package/lib/components/SidePanel/index.d.ts +8 -1
  1083. package/lib/components/SidePanel/motion/variants.d.ts +4 -6
  1084. package/lib/components/SidePanel/motion/variants.js +10 -13
  1085. package/lib/components/SimpleHeader/SimpleHeader.d.ts +5 -2
  1086. package/lib/components/SimpleHeader/SimpleHeader.js +28 -28
  1087. package/lib/components/SingleAddSelect/SingleAddSelect.d.ts +1 -2
  1088. package/lib/components/SingleAddSelect/SingleAddSelect.js +23 -29
  1089. package/lib/components/SingleAddSelect/index.d.ts +2 -1
  1090. package/lib/components/StatusIcon/StatusIcon.d.ts +1 -1
  1091. package/lib/components/StatusIcon/StatusIcon.js +54 -61
  1092. package/lib/components/StatusIcon/index.d.ts +8 -1
  1093. package/lib/components/StatusIndicator/StatusIndicator.js +14 -21
  1094. package/lib/components/StatusIndicator/StatusIndicatorStep.js +15 -22
  1095. package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.d.ts +1 -2
  1096. package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +10 -19
  1097. package/lib/components/SteppedAnimatedMedia/index.d.ts +8 -1
  1098. package/lib/components/StringFormatter/StringFormatter.js +25 -21
  1099. package/lib/components/StringFormatter/utils/enums.d.ts +20 -1
  1100. package/lib/components/StringFormatter/utils/enums.js +29 -2
  1101. package/lib/components/TagOverflow/TagOverflow.d.ts +40 -4
  1102. package/lib/components/TagOverflow/TagOverflow.js +94 -102
  1103. package/lib/components/TagOverflow/TagOverflowModal.d.ts +8 -2
  1104. package/lib/components/TagOverflow/TagOverflowModal.js +41 -33
  1105. package/lib/components/TagOverflow/TagOverflowPopover.d.ts +16 -1
  1106. package/lib/components/TagOverflow/TagOverflowPopover.js +80 -75
  1107. package/lib/components/TagOverflow/constants.js +0 -2
  1108. package/lib/components/TagOverflow/index.d.ts +8 -1
  1109. package/lib/components/TagSet/TagSet.d.ts +22 -8
  1110. package/lib/components/TagSet/TagSet.js +107 -77
  1111. package/lib/components/TagSet/TagSetModal.d.ts +3 -2
  1112. package/lib/components/TagSet/TagSetModal.js +26 -28
  1113. package/lib/components/TagSet/TagSetOverflow.d.ts +13 -1
  1114. package/lib/components/TagSet/TagSetOverflow.js +71 -37
  1115. package/lib/components/TagSet/index.d.ts +2 -1
  1116. package/lib/components/Tearsheet/Tearsheet.d.ts +14 -5
  1117. package/lib/components/Tearsheet/Tearsheet.js +36 -34
  1118. package/lib/components/Tearsheet/TearsheetNarrow.d.ts +4 -4
  1119. package/lib/components/Tearsheet/TearsheetNarrow.js +24 -29
  1120. package/lib/components/Tearsheet/TearsheetShell.d.ts +15 -7
  1121. package/lib/components/Tearsheet/TearsheetShell.js +112 -85
  1122. package/lib/components/Tearsheet/index.d.ts +10 -2
  1123. package/lib/components/Toolbar/Toolbar.d.ts +1 -1
  1124. package/lib/components/Toolbar/Toolbar.js +7 -14
  1125. package/lib/components/Toolbar/ToolbarButton.d.ts +14 -4
  1126. package/lib/components/Toolbar/ToolbarButton.js +22 -20
  1127. package/lib/components/Toolbar/ToolbarGroup.d.ts +1 -2
  1128. package/lib/components/Toolbar/ToolbarGroup.js +5 -12
  1129. package/lib/components/Toolbar/index.d.ts +12 -3
  1130. package/lib/components/TooltipTrigger/TooltipTrigger.d.ts +17 -14
  1131. package/lib/components/TooltipTrigger/TooltipTrigger.js +7 -14
  1132. package/lib/components/TruncatedList/TruncatedList.d.ts +2 -3
  1133. package/lib/components/TruncatedList/TruncatedList.js +19 -26
  1134. package/lib/components/TruncatedList/index.d.ts +8 -1
  1135. package/lib/components/UserAvatar/UserAvatar.d.ts +59 -1
  1136. package/lib/components/UserAvatar/UserAvatar.js +28 -50
  1137. package/lib/components/UserProfileImage/UserProfileImage.d.ts +6 -6
  1138. package/lib/components/UserProfileImage/UserProfileImage.js +31 -41
  1139. package/lib/components/UserProfileImage/index.d.ts +2 -1
  1140. package/lib/components/WebTerminal/WebTerminal.d.ts +5 -5
  1141. package/lib/components/WebTerminal/WebTerminal.js +42 -50
  1142. package/lib/components/WebTerminal/WebTerminalContentWrapper.d.ts +2 -3
  1143. package/lib/components/WebTerminal/WebTerminalContentWrapper.js +7 -14
  1144. package/lib/components/WebTerminal/hooks/index.js +3 -9
  1145. package/lib/components/WebTerminal/index.d.ts +11 -3
  1146. package/lib/components/_Canary/Canary.d.ts +2 -1
  1147. package/lib/components/_Canary/Canary.js +8 -15
  1148. package/lib/components/index.d.ts +73 -72
  1149. package/lib/feature-flags.js +3 -4
  1150. package/lib/global/js/hooks/useActiveElement.js +0 -2
  1151. package/lib/global/js/hooks/useClickOutside.js +0 -2
  1152. package/lib/global/js/hooks/useControllableState.js +2 -4
  1153. package/lib/global/js/hooks/useCreateComponentFocus.js +1 -3
  1154. package/lib/global/js/hooks/useCreateComponentStepChange.d.ts +3 -1
  1155. package/lib/global/js/hooks/useCreateComponentStepChange.js +18 -4
  1156. package/lib/global/js/hooks/useFocus.d.ts +3 -2
  1157. package/lib/global/js/hooks/useFocus.js +48 -29
  1158. package/lib/global/js/hooks/useIsomorphicEffect.js +0 -2
  1159. package/lib/global/js/hooks/usePortalTarget.js +0 -2
  1160. package/lib/global/js/hooks/usePrefersReducedMotion.js +14 -8
  1161. package/lib/global/js/hooks/usePrefix.js +1 -3
  1162. package/lib/global/js/hooks/usePreviousValue.js +1 -3
  1163. package/lib/global/js/hooks/useResetCreateComponent.js +0 -2
  1164. package/lib/global/js/hooks/useResizeObserver.js +0 -2
  1165. package/lib/global/js/hooks/useRetrieveFormTitles.js +0 -2
  1166. package/lib/global/js/hooks/useRetrieveStepData.js +0 -2
  1167. package/lib/global/js/hooks/useValidCreateStepCount.js +0 -2
  1168. package/lib/global/js/hooks/useWindowResize.js +1 -3
  1169. package/lib/global/js/hooks/useWindowScroll.js +1 -3
  1170. package/lib/global/js/package-settings.d.ts +3 -1
  1171. package/lib/global/js/package-settings.js +4 -2
  1172. package/lib/global/js/utils/Wrap.d.ts +8 -0
  1173. package/lib/global/js/utils/Wrap.js +17 -17
  1174. package/lib/global/js/utils/deepCloneObject.js +1 -3
  1175. package/lib/global/js/utils/devtools.js +0 -2
  1176. package/lib/global/js/utils/getBezierValues.js +0 -2
  1177. package/lib/global/js/utils/getFocusableElements.js +0 -2
  1178. package/lib/global/js/utils/getNodeTextContent.js +1 -3
  1179. package/lib/global/js/utils/getNumberOfHiddenSteps.js +0 -2
  1180. package/lib/global/js/utils/getScrollbarWidth.js +0 -2
  1181. package/lib/global/js/utils/keyboardNavigation.d.ts +27 -0
  1182. package/lib/global/js/utils/keyboardNavigation.js +41 -0
  1183. package/lib/global/js/utils/lastIndexInArray.js +0 -2
  1184. package/lib/global/js/utils/motionConstants.js +0 -2
  1185. package/lib/global/js/utils/pconsole.js +1 -1
  1186. package/lib/global/js/utils/props-helper.js +11 -13
  1187. package/lib/global/js/utils/rangeWithCallback.js +0 -2
  1188. package/lib/global/js/utils/scrollableAncestor.js +8 -3
  1189. package/lib/global/js/utils/uuidv4.d.ts +6 -0
  1190. package/lib/global/js/utils/uuidv4.js +3 -1
  1191. package/lib/global/js/utils/wait.d.ts +6 -0
  1192. package/lib/global/js/utils/wait.js +3 -1
  1193. package/lib/global/js/utils/wrapFocus.d.ts +25 -0
  1194. package/lib/global/js/utils/wrapFocus.js +73 -0
  1195. package/lib/index.js +105 -97
  1196. package/lib/node_modules/@carbon/colors/es/index.js +0 -2
  1197. package/lib/node_modules/@carbon/icon-helpers/es/index.js +49 -64
  1198. package/lib/node_modules/@carbon/icons-react/es/Icon.js +15 -19
  1199. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +1165 -1209
  1200. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +1081 -964
  1201. package/lib/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +2 -4
  1202. package/lib/node_modules/object-assign/index.js +0 -2
  1203. package/lib/node_modules/prop-types/checkPropTypes.js +4 -6
  1204. package/lib/node_modules/prop-types/factoryWithThrowingShims.js +1 -3
  1205. package/lib/node_modules/prop-types/factoryWithTypeCheckers.js +7 -13
  1206. package/lib/node_modules/prop-types/index.js +19 -23
  1207. package/lib/node_modules/prop-types/lib/ReactPropTypesSecret.js +0 -2
  1208. package/lib/node_modules/prop-types/lib/has.js +0 -2
  1209. package/lib/settings.d.ts +3 -1
  1210. package/lib/settings.js +9 -15
  1211. package/package.json +18 -17
  1212. package/scss/components/Card/_card.scss +14 -6
  1213. package/scss/components/Coachmark/_coachmark-overlay.scss +6 -70
  1214. package/scss/components/Coachmark/_coachmark.scss +5 -4
  1215. package/scss/components/CoachmarkBeacon/_coachmark-beacon.scss +1 -3
  1216. package/scss/components/ConditionBuilder/_condition-builder.scss +9 -2
  1217. package/scss/components/ConditionBuilder/styles/_conditionBuilderCondition.scss +21 -4
  1218. package/scss/components/ConditionBuilder/styles/_conditionBuilderItem.scss +96 -40
  1219. package/scss/components/ConditionBuilder/styles/_index.scss +7 -0
  1220. package/scss/components/CreateModal/_create-modal.scss +0 -4
  1221. package/scss/components/CreateTearsheet/_create-tearsheet.scss +1 -1
  1222. package/scss/components/DataSpreadsheet/_data-spreadsheet.scss +9 -2
  1223. package/scss/components/Datagrid/_datagrid.scss +0 -4
  1224. package/scss/components/Datagrid/styles/_datagrid.scss +101 -2
  1225. package/scss/components/Datagrid/styles/_useActionsColumn.scss +10 -7
  1226. package/scss/components/Datagrid/styles/_useColumnRightAlign.scss +6 -7
  1227. package/scss/components/Datagrid/styles/_useExpandedRow.scss +6 -7
  1228. package/scss/components/Datagrid/styles/_useInlineEdit.scss +19 -7
  1229. package/scss/components/Datagrid/styles/_useNestedRows.scss +7 -8
  1230. package/scss/components/Datagrid/styles/_useNestedTable.scss +6 -7
  1231. package/scss/components/Datagrid/styles/_useSortableColumns.scss +1 -0
  1232. package/scss/components/Datagrid/styles/_useStickyColumn.scss +6 -7
  1233. package/scss/components/Datagrid/styles/addons/_CustomizeColumnsTearsheet.scss +7 -5
  1234. package/scss/components/Datagrid/styles/addons/_FilterFlyout.scss +5 -4
  1235. package/scss/components/Datagrid/styles/addons/_RowSizeDropdown.scss +6 -7
  1236. package/scss/components/DecoratorBase/_decorator-base.scss +0 -1
  1237. package/scss/components/EditFullPage/_index.scss +1 -1
  1238. package/scss/components/EditInPlace/_edit-in-place.scss +1 -12
  1239. package/scss/components/EditTearsheet/_index.scss +1 -1
  1240. package/scss/components/EditTearsheetNarrow/_index.scss +1 -1
  1241. package/scss/components/EditUpdateCards/_edit-update-cards.scss +3 -3
  1242. package/scss/components/HTTPErrors/_http-errors.scss +77 -0
  1243. package/scss/components/OptionsTile/_options-tile.scss +6 -6
  1244. package/scss/components/PageHeader/_page-header.scss +16 -3
  1245. package/scss/components/SidePanel/_side-panel.scss +14 -7
  1246. package/scss/components/TagOverflow/_tag-overflow.scss +2 -20
  1247. package/scss/components/TagSet/_tag-set.scss +2 -20
  1248. package/scss/components/Tearsheet/_tearsheet.scss +15 -3
  1249. package/scss/components/UserAvatar/_carbon-imports.scss +1 -0
  1250. package/scss/components/UserAvatar/_user-avatar.scss +4 -0
  1251. package/scss/components/_index-released-only.scss +1 -0
  1252. package/scss/config-dev.scss +7 -0
  1253. package/scss/config.scss +7 -0
  1254. package/telemetry.yml +58 -27
  1255. package/es/components/ConditionBuilder/ConditionBuilderContext/DataConfigs.d.ts +0 -27
  1256. package/es/components/ConditionBuilder/ConditionBuilderContext/DataConfigs.js +0 -120
  1257. package/es/components/Datagrid/Datagrid/addons/Slug/DatagridSlug.js +0 -29
  1258. package/es/global/js/utils/window.d.ts +0 -2
  1259. package/lib/components/ConditionBuilder/ConditionBuilderContext/DataConfigs.d.ts +0 -27
  1260. package/lib/components/ConditionBuilder/ConditionBuilderContext/DataConfigs.js +0 -129
  1261. package/lib/components/Datagrid/Datagrid/addons/Slug/DatagridSlug.js +0 -37
  1262. package/lib/global/js/utils/window.d.ts +0 -2
@@ -135,8 +135,9 @@ var _excluded = ["children", "size"],
135
135
  _excluded123 = ["children", "size"],
136
136
  _excluded124 = ["children", "size"],
137
137
  _excluded125 = ["children", "size"];
138
- var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _circle, _path14, _path15, _circle2, _path16, _path17, _circle3, _path18, _path19, _path20, _path21, _path22, _rect, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _circle4, _circle5, _path100, _circle6, _circle7, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _circle8, _circle9, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _circle10, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _circle11, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _circle12, _circle13, _path153, _path154, _path155, _path156, _circle14, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198;
139
- var KubernetesPod = /*#__PURE__*/React__default.forwardRef(function KubernetesPod(_ref, ref) {
138
+ var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _circle, _path32, _path33, _circle2, _path34, _circle3, _path35, _path36, _circle4, _path37, _circle5, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _circle6, _circle7, _circle8, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _circle9, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _circle10, _circle11, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _circle12, _path132, _path133, _circle13, _path134, _path135, _circle14, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _rect, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213, _path214, _path215, _path216, _path217, _path218, _path219, _path220, _circle15, _circle16, _path221, _circle17, _circle18, _path222, _path223, _path224, _path225, _path226;
139
+ var didWarnAboutDeprecation = {};
140
+ var InProgressWarning = /*#__PURE__*/React__default.forwardRef(function InProgressWarning(_ref, ref) {
140
141
  var children = _ref.children,
141
142
  _ref$size = _ref.size,
142
143
  size = _ref$size === void 0 ? 16 : _ref$size,
@@ -149,19 +150,31 @@ var KubernetesPod = /*#__PURE__*/React__default.forwardRef(function KubernetesPo
149
150
  viewBox: "0 0 32 32",
150
151
  fill: "currentColor"
151
152
  }, rest), _path || (_path = /*#__PURE__*/React__default.createElement("path", {
152
- d: "m22.5046,11.6368l-5.9883-3.5c-.1594-.0933-.3381-.1387-.5164-.1367-.1699.002-.3394.0474-.4915.1357l-6.0117,3.5c-.3076.1792-.4968.5083-.4968.8643v7c0,.356.1892.6851.4968.8643l6.0117,3.5c.1555.0903.3176.1357.4915.1357.1743,0,.3604-.0454.5164-.1367l5.9883-3.5c.3069-.1792.4954-.5078.4954-.8633v-7c0-.3555-.1885-.6841-.4954-.8633Zm-6.4939-1.479l4.0076,2.3423-4.0076,2.3423-4.0232-2.3423,4.0232-2.3423Zm-5.0107,4.0815l4,2.3291v4.6855l-4-2.3291v-4.6855Zm6,7.0249v-4.6836l4-2.3379v4.6836l-4,2.3379Z"
153
+ d: "M27.38,28H20.6178L24,21.2358ZM24,18a1,1,0,0,0-.8947.5527l-5,10A1.0005,1.0005,0,0,0,19,30H29a1,1,0,0,0,.9214-1.3892L24.8946,18.5527A1,1,0,0,0,24,18Z"
153
154
  })), _path2 || (_path2 = /*#__PURE__*/React__default.createElement("path", {
154
- d: "m16,31c-.1741,0-.3481-.0454-.5039-.1362l-12-7c-.3071-.1792-.4961-.5081-.4961-.8638v-14c0-.3557.189-.6846.4961-.8638L15.4961,1.1362c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l11,6.4166-1.0078,1.7275-10.4961-6.1227-11,6.4166v12.8513l11,6.4166,11-6.4166v-7.4257h2v8c0,.3557-.189.6846-.4961.8638l-12,7c-.1558.0908-.3298.1362-.5039.1362Z"
155
+ d: "M18.746,22.7993A9.999,9.999,0,1,1,14,4V14l6.0971,6.0972,1.22-2.44A2.9849,2.9849,0,0,1,24,16h1.8193A11.993,11.993,0,1,0,14,26a11.9337,11.9337,0,0,0,3.3939-.4966Z"
155
156
  })), children);
156
157
  });
157
158
  if (process.env.NODE_ENV !== "production") {
158
- KubernetesPod.propTypes = iconPropTypes;
159
+ InProgressWarning.propTypes = iconPropTypes;
159
160
  }
160
- var Label = /*#__PURE__*/React__default.forwardRef(function Label(_ref2, ref) {
161
+ var Incomplete = /*#__PURE__*/React__default.forwardRef(function Incomplete(_ref2, ref) {
161
162
  var children = _ref2.children,
162
163
  _ref2$size = _ref2.size,
163
164
  size = _ref2$size === void 0 ? 16 : _ref2$size,
164
165
  rest = _objectWithoutProperties(_ref2, _excluded2);
166
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
167
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
168
+ width: size,
169
+ height: size,
170
+ ref: ref,
171
+ xmlns: "http://www.w3.org/2000/svg",
172
+ viewBox: "0 0 16 16",
173
+ fill: "currentColor"
174
+ }, rest), _path3 || (_path3 = /*#__PURE__*/React__default.createElement("path", {
175
+ d: "M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2ZM8,4a4.0045,4.0045,0,0,1,4,4H4A4.0045,4.0045,0,0,1,8,4Z"
176
+ })), children);
177
+ }
165
178
  return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
166
179
  width: size,
167
180
  height: size,
@@ -169,16 +182,14 @@ var Label = /*#__PURE__*/React__default.forwardRef(function Label(_ref2, ref) {
169
182
  xmlns: "http://www.w3.org/2000/svg",
170
183
  viewBox: "0 0 32 32",
171
184
  fill: "currentColor"
172
- }, rest), _path3 || (_path3 = /*#__PURE__*/React__default.createElement("path", {
173
- d: "M23 13H18v2h5v2H19a2 2 0 00-2 2v2a2 2 0 002 2h6V15A2.0023 2.0023 0 0023 13zm0 8H19V19h4zM13 9H9a2.002 2.002 0 00-2 2V23H9V18h4v5h2V11A2.002 2.002 0 0013 9zM9 16V11h4v5z"
174
- })), _path4 || (_path4 = /*#__PURE__*/React__default.createElement("path", {
175
- d: "M28,28H4a2.0021,2.0021,0,0,1-2-2V6A2.0021,2.0021,0,0,1,4,4H28a2.0021,2.0021,0,0,1,2,2V26A2.0021,2.0021,0,0,1,28,28ZM4,6V26H28V6Z"
185
+ }, rest), _path4 || (_path4 = /*#__PURE__*/React__default.createElement("path", {
186
+ d: "M23.7642 6.8593l1.2851-1.5315A13.976 13.976 0 0020.8672 2.887l-.6836 1.8776A11.9729 11.9729 0 0123.7642 6.8593zM27.81 14l1.9677-.4128A13.8888 13.8888 0 0028.14 9.0457L26.4087 10A12.52 12.52 0 0127.81 14zM20.1836 27.2354l.6836 1.8776a13.976 13.976 0 004.1821-2.4408l-1.2851-1.5315A11.9729 11.9729 0 0120.1836 27.2354zM26.4087 22L28.14 23a14.14 14.14 0 001.6382-4.5872L27.81 18.0659A12.1519 12.1519 0 0126.4087 22zM16 30V2a14 14 0 000 28z"
176
187
  })), children);
177
188
  });
178
189
  if (process.env.NODE_ENV !== "production") {
179
- Label.propTypes = iconPropTypes;
190
+ Incomplete.propTypes = iconPropTypes;
180
191
  }
181
- var Language = /*#__PURE__*/React__default.forwardRef(function Language(_ref3, ref) {
192
+ var IncompleteCancel = /*#__PURE__*/React__default.forwardRef(function IncompleteCancel(_ref3, ref) {
182
193
  var children = _ref3.children,
183
194
  _ref3$size = _ref3.size,
184
195
  size = _ref3$size === void 0 ? 16 : _ref3$size,
@@ -191,13 +202,13 @@ var Language = /*#__PURE__*/React__default.forwardRef(function Language(_ref3, r
191
202
  viewBox: "0 0 32 32",
192
203
  fill: "currentColor"
193
204
  }, rest), _path5 || (_path5 = /*#__PURE__*/React__default.createElement("path", {
194
- d: "M18 19H24V21H18zM18 15H30V17H18zM18 11H30V13H18zM14 21V19H9V17H7v2H2v2h8.2148a8.5914 8.5914 0 01-2.2159 3.9771A9.2731 9.2731 0 016.5521 23H4.3334a10.8553 10.8553 0 002.1451 3.2966A14.6584 14.6584 0 013 28.127L3.7021 30a16.42 16.42 0 004.2907-2.3362A16.4883 16.4883 0 0012.2979 30L13 28.127A14.664 14.664 0 019.5228 26.3 10.3132 10.3132 0 0012.2516 21zM11.1666 13H13.333L8.75 2H6.5832L2 13H4.1664L5 11h5.3335zM5.8331 9L7.6665 4.6 9.5 9z"
205
+ d: "M30 21.41L28.59 20 25 23.59 21.41 20 20 21.41 23.59 25 20 28.59 21.41 30 25 26.41 28.59 30 30 28.59 26.41 25 30 21.41zM14 26A12 12 0 0114 2zM17.8257 4.7642a10.0288 10.0288 0 013.2422 2.1679l1.4133-1.4135a12.0359 12.0359 0 00-3.89-2.6016zM26 14a11.93 11.93 0 00-.9167-4.5908l-1.8472.7651A9.9428 9.9428 0 0124 14z"
195
206
  })), children);
196
207
  });
197
208
  if (process.env.NODE_ENV !== "production") {
198
- Language.propTypes = iconPropTypes;
209
+ IncompleteCancel.propTypes = iconPropTypes;
199
210
  }
200
- var Laptop = /*#__PURE__*/React__default.forwardRef(function Laptop(_ref4, ref) {
211
+ var IncompleteError = /*#__PURE__*/React__default.forwardRef(function IncompleteError(_ref4, ref) {
201
212
  var children = _ref4.children,
202
213
  _ref4$size = _ref4.size,
203
214
  size = _ref4$size === void 0 ? 16 : _ref4$size,
@@ -210,16 +221,13 @@ var Laptop = /*#__PURE__*/React__default.forwardRef(function Laptop(_ref4, ref)
210
221
  viewBox: "0 0 32 32",
211
222
  fill: "currentColor"
212
223
  }, rest), _path6 || (_path6 = /*#__PURE__*/React__default.createElement("path", {
213
- d: "M26,24H6a2.0023,2.0023,0,0,1-2-2V8A2.002,2.002,0,0,1,6,6H26a2.0023,2.0023,0,0,1,2,2V22A2.0027,2.0027,0,0,1,26,24ZM6,8V22H26V8Z",
214
- transform: "translate(0 .005)"
215
- })), _path7 || (_path7 = /*#__PURE__*/React__default.createElement("path", {
216
- d: "M2 26.005H30V28.005H2z"
224
+ d: "M14 26A12 12 0 0114 2zM17.8257 4.7642a10.0288 10.0288 0 013.2422 2.1679l1.4133-1.4135a12.0359 12.0359 0 00-3.89-2.6016zM26 14a11.93 11.93 0 00-.9167-4.5908l-1.8472.7651A9.9428 9.9428 0 0124 14zM30 24a6 6 0 10-6 6A6.0066 6.0066 0 0030 24zm-2 0a3.9521 3.9521 0 01-.5669 2.019L21.981 20.5669A3.9529 3.9529 0 0124 20 4.0045 4.0045 0 0128 24zm-8 0a3.9521 3.9521 0 01.5669-2.019l5.4521 5.4521A3.9529 3.9529 0 0124 28 4.0045 4.0045 0 0120 24z"
217
225
  })), children);
218
226
  });
219
227
  if (process.env.NODE_ENV !== "production") {
220
- Laptop.propTypes = iconPropTypes;
228
+ IncompleteError.propTypes = iconPropTypes;
221
229
  }
222
- var Lasso = /*#__PURE__*/React__default.forwardRef(function Lasso(_ref5, ref) {
230
+ var IncompleteWarning = /*#__PURE__*/React__default.forwardRef(function IncompleteWarning(_ref5, ref) {
223
231
  var children = _ref5.children,
224
232
  _ref5$size = _ref5.size,
225
233
  size = _ref5$size === void 0 ? 16 : _ref5$size,
@@ -231,14 +239,14 @@ var Lasso = /*#__PURE__*/React__default.forwardRef(function Lasso(_ref5, ref) {
231
239
  xmlns: "http://www.w3.org/2000/svg",
232
240
  viewBox: "0 0 32 32",
233
241
  fill: "currentColor"
234
- }, rest), _path8 || (_path8 = /*#__PURE__*/React__default.createElement("path", {
235
- d: "M20,2H12A9.9842,9.9842,0,0,0,7.0349,20.6553C7.0249,20.7705,7,20.8818,7,21a3.9929,3.9929,0,0,0,2.9106,3.83A4.0049,4.0049,0,0,1,6,28H4v2H6a6.0044,6.0044,0,0,0,5.928-5.12,3.9966,3.9966,0,0,0,2.93-2.88H20A10,10,0,0,0,20,2ZM11,23a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,11,23Zm9-3H14.8579a3.9841,3.9841,0,0,0-7.15-1.2637A7.99,7.99,0,0,1,12,4h8a8,8,0,0,1,0,16Z"
242
+ }, rest), _path7 || (_path7 = /*#__PURE__*/React__default.createElement("path", {
243
+ d: "M14 26A12 12 0 0114 2zM17.8257 4.7642a10.0288 10.0288 0 013.2422 2.1679l1.4133-1.4135a12.0359 12.0359 0 00-3.89-2.6016zM26 14a11.93 11.93 0 00-.9167-4.5908l-1.8472.7651A9.9428 9.9428 0 0124 14zM27.38 28H20.6178L24 21.2358zM24 18a1 1 0 00-.8947.5527l-5 10A1.0005 1.0005 0 0019 30H29a1 1 0 00.9214-1.3892L24.8946 18.5527A1 1 0 0024 18z"
236
244
  })), children);
237
245
  });
238
246
  if (process.env.NODE_ENV !== "production") {
239
- Lasso.propTypes = iconPropTypes;
247
+ IncompleteWarning.propTypes = iconPropTypes;
240
248
  }
241
- var LassoPolygon = /*#__PURE__*/React__default.forwardRef(function LassoPolygon(_ref6, ref) {
249
+ var IncreaseLevel = /*#__PURE__*/React__default.forwardRef(function IncreaseLevel(_ref6, ref) {
242
250
  var children = _ref6.children,
243
251
  _ref6$size = _ref6.size,
244
252
  size = _ref6$size === void 0 ? 16 : _ref6$size,
@@ -250,32 +258,18 @@ var LassoPolygon = /*#__PURE__*/React__default.forwardRef(function LassoPolygon(
250
258
  xmlns: "http://www.w3.org/2000/svg",
251
259
  viewBox: "0 0 32 32",
252
260
  fill: "currentColor"
253
- }, rest), _path9 || (_path9 = /*#__PURE__*/React__default.createElement("path", {
254
- d: "M29.6245,2.2193a1.0005,1.0005,0,0,0-1.0972-.1006L17.9353,7.8,3.366,2.0694a1,1,0,0,0-1.28,1.3369l6.4353,14.479A3.965,3.965,0,0,0,9.9106,24.83,4.0049,4.0049,0,0,1,6,28H4v2H6a6.0044,6.0044,0,0,0,5.928-5.12,4.0021,4.0021,0,0,0,2.93-2.88H23.24a2,2,0,0,0,1.9273-1.4649L29.9634,3.2676A1,1,0,0,0,29.6245,2.2193ZM11,23a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,11,23Zm12.24-3H14.8579a3.897,3.897,0,0,0-4.5117-2.9336L4.905,4.8238,18.0647,10,27.41,4.9878Z"
261
+ }, rest), _path8 || (_path8 = /*#__PURE__*/React__default.createElement("path", {
262
+ d: "M23 4L18 7.75 18 14.25 15 12 10 15.75 10 22.25 7 20 2 23.75 2 30 4 30 4 24.75 7 22.5 10 24.75 10 30 12 30 12 16.75 15 14.5 18 16.75 18 30 20 30 20 8.75 23 6.5 26 8.75 26 30 28 30 28 7.75 23 4z"
255
263
  })), children);
256
264
  });
257
265
  if (process.env.NODE_ENV !== "production") {
258
- LassoPolygon.propTypes = iconPropTypes;
266
+ IncreaseLevel.propTypes = iconPropTypes;
259
267
  }
260
- var Launch = /*#__PURE__*/React__default.forwardRef(function Launch(_ref7, ref) {
268
+ var Industry = /*#__PURE__*/React__default.forwardRef(function Industry(_ref7, ref) {
261
269
  var children = _ref7.children,
262
270
  _ref7$size = _ref7.size,
263
271
  size = _ref7$size === void 0 ? 16 : _ref7$size,
264
272
  rest = _objectWithoutProperties(_ref7, _excluded7);
265
- if (size === 16 || size === "16" || size === "16px") {
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 16 16",
272
- fill: "currentColor"
273
- }, rest), _path10 || (_path10 = /*#__PURE__*/React__default.createElement("path", {
274
- d: "M13,14H3c-0.6,0-1-0.4-1-1V3c0-0.6,0.4-1,1-1h5v1H3v10h10V8h1v5C14,13.6,13.6,14,13,14z"
275
- })), _path11 || (_path11 = /*#__PURE__*/React__default.createElement("path", {
276
- d: "M10 1L10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z"
277
- })), children);
278
- }
279
273
  return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
280
274
  width: size,
281
275
  height: size,
@@ -283,16 +277,14 @@ var Launch = /*#__PURE__*/React__default.forwardRef(function Launch(_ref7, ref)
283
277
  xmlns: "http://www.w3.org/2000/svg",
284
278
  viewBox: "0 0 32 32",
285
279
  fill: "currentColor"
286
- }, rest), _path12 || (_path12 = /*#__PURE__*/React__default.createElement("path", {
287
- d: "M26,28H6a2.0027,2.0027,0,0,1-2-2V6A2.0027,2.0027,0,0,1,6,4H16V6H6V26H26V16h2V26A2.0027,2.0027,0,0,1,26,28Z"
288
- })), _path13 || (_path13 = /*#__PURE__*/React__default.createElement("path", {
289
- d: "M20 2L20 4 26.586 4 18 12.586 19.414 14 28 5.414 28 12 30 12 30 2 20 2z"
280
+ }, rest), _path9 || (_path9 = /*#__PURE__*/React__default.createElement("path", {
281
+ d: "M29.53,6.15a1,1,0,0,0-1,0L20,10.38V7a1,1,0,0,0-1.45-.89L10,10.38V3A1,1,0,0,0,9,2H3A1,1,0,0,0,2,3V28H30V7A1,1,0,0,0,29.53,6.15ZM22,26H18V19h4Zm6,0H24V18a1,1,0,0,0-1-1H17a1,1,0,0,0-1,1v8H4V4H8v9.62l10-5v5l10-5Z"
290
282
  })), children);
291
283
  });
292
284
  if (process.env.NODE_ENV !== "production") {
293
- Launch.propTypes = iconPropTypes;
285
+ Industry.propTypes = iconPropTypes;
294
286
  }
295
- var WatsonHealthLaunchStudy_1 = /*#__PURE__*/React__default.forwardRef(function WatsonHealthLaunchStudy_1(_ref8, ref) {
287
+ var InfinitySymbol = /*#__PURE__*/React__default.forwardRef(function InfinitySymbol(_ref8, ref) {
296
288
  var children = _ref8.children,
297
289
  _ref8$size = _ref8.size,
298
290
  size = _ref8$size === void 0 ? 16 : _ref8$size,
@@ -304,24 +296,32 @@ var WatsonHealthLaunchStudy_1 = /*#__PURE__*/React__default.forwardRef(function
304
296
  xmlns: "http://www.w3.org/2000/svg",
305
297
  viewBox: "0 0 32 32",
306
298
  fill: "currentColor"
307
- }, rest), _circle || (_circle = /*#__PURE__*/React__default.createElement("circle", {
308
- cx: "23",
309
- cy: "25",
310
- r: "1"
311
- })), _path14 || (_path14 = /*#__PURE__*/React__default.createElement("path", {
312
- d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 10.59L17 14.17 17 2 15 2 15 14.17 11.41 10.59 10 12 16 18 22 12 20.59 10.59z"
313
- })), _path15 || (_path15 = /*#__PURE__*/React__default.createElement("path", {
314
- d: "M8 24H20V26H8z"
299
+ }, rest), _path10 || (_path10 = /*#__PURE__*/React__default.createElement("path", {
300
+ d: "m23,23c-5.6558,0-7.8577-6.4109-7.9487-6.6837-.0173-.0514-1.8435-5.3163-6.0513-5.3163-2.7571,0-5,2.243-5,5s2.2429,5,5,5c1.5876,0,3.0134-.7322,4.2373-2.1764l1.5259,1.2932c-1.5989,1.8862-3.5916,2.8832-5.7632,2.8832-3.8599,0-7-3.1401-7-7s3.1401-7,7-7c5.6558,0,7.8577,6.4109,7.9487,6.6837.0173.0514,1.8435,5.3163,6.0513,5.3163,2.7571,0,5-2.243,5-5s-2.2429-5-5-5c-1.5876,0-3.0134.7322-4.2373,2.1764l-1.5259-1.2932c1.5989-1.8862,3.5916-2.8832,5.7632-2.8832,3.8599,0,7,3.1401,7,7s-3.1401,7-7,7Z"
315
301
  })), children);
316
302
  });
317
303
  if (process.env.NODE_ENV !== "production") {
318
- WatsonHealthLaunchStudy_1.propTypes = iconPropTypes;
304
+ InfinitySymbol.propTypes = iconPropTypes;
319
305
  }
320
- var WatsonHealthLaunchStudy_2 = /*#__PURE__*/React__default.forwardRef(function WatsonHealthLaunchStudy_2(_ref9, ref) {
306
+ var Information = /*#__PURE__*/React__default.forwardRef(function Information(_ref9, ref) {
321
307
  var children = _ref9.children,
322
308
  _ref9$size = _ref9.size,
323
309
  size = _ref9$size === void 0 ? 16 : _ref9$size,
324
310
  rest = _objectWithoutProperties(_ref9, _excluded9);
311
+ if (size === 16 || size === "16" || size === "16px") {
312
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
313
+ width: size,
314
+ height: size,
315
+ ref: ref,
316
+ xmlns: "http://www.w3.org/2000/svg",
317
+ viewBox: "0 0 16 16",
318
+ fill: "currentColor"
319
+ }, rest), _path11 || (_path11 = /*#__PURE__*/React__default.createElement("path", {
320
+ d: "M8.5 11L8.5 6.5 6.5 6.5 6.5 7.5 7.5 7.5 7.5 11 6 11 6 12 10 12 10 11zM8 3.5c-.4 0-.8.3-.8.8S7.6 5 8 5c.4 0 .8-.3.8-.8S8.4 3.5 8 3.5z"
321
+ })), _path12 || (_path12 = /*#__PURE__*/React__default.createElement("path", {
322
+ d: "M8,15c-3.9,0-7-3.1-7-7s3.1-7,7-7s7,3.1,7,7S11.9,15,8,15z M8,2C4.7,2,2,4.7,2,8s2.7,6,6,6s6-2.7,6-6S11.3,2,8,2z"
323
+ })), children);
324
+ }
325
325
  return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
326
326
  width: size,
327
327
  height: size,
@@ -329,20 +329,16 @@ var WatsonHealthLaunchStudy_2 = /*#__PURE__*/React__default.forwardRef(function
329
329
  xmlns: "http://www.w3.org/2000/svg",
330
330
  viewBox: "0 0 32 32",
331
331
  fill: "currentColor"
332
- }, rest), _circle2 || (_circle2 = /*#__PURE__*/React__default.createElement("circle", {
333
- cx: "23",
334
- cy: "7",
335
- r: "1"
336
- })), _path16 || (_path16 = /*#__PURE__*/React__default.createElement("path", {
337
- d: "M26 4v6H6V4H26m0-2H6A2 2 0 004 4v6a2 2 0 002 2H26a2 2 0 002-2V4a2 2 0 00-2-2zM20.59 21.41L17 17.83 17 30 15 30 15 17.83 11.41 21.41 10 20 16 14 22 20 20.59 21.41z"
338
- })), _path17 || (_path17 = /*#__PURE__*/React__default.createElement("path", {
339
- d: "M8 6H20V8H8z"
332
+ }, rest), _path13 || (_path13 = /*#__PURE__*/React__default.createElement("path", {
333
+ d: "M17 22L17 14 13 14 13 16 15 16 15 22 12 22 12 24 20 24 20 22 17 22zM16 8a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 8z"
334
+ })), _path14 || (_path14 = /*#__PURE__*/React__default.createElement("path", {
335
+ 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"
340
336
  })), children);
341
337
  });
342
338
  if (process.env.NODE_ENV !== "production") {
343
- WatsonHealthLaunchStudy_2.propTypes = iconPropTypes;
339
+ Information.propTypes = iconPropTypes;
344
340
  }
345
- var WatsonHealthLaunchStudy_3 = /*#__PURE__*/React__default.forwardRef(function WatsonHealthLaunchStudy_3(_ref10, ref) {
341
+ var InformationDisabled = /*#__PURE__*/React__default.forwardRef(function InformationDisabled(_ref10, ref) {
346
342
  var children = _ref10.children,
347
343
  _ref10$size = _ref10.size,
348
344
  size = _ref10$size === void 0 ? 16 : _ref10$size,
@@ -354,20 +350,16 @@ var WatsonHealthLaunchStudy_3 = /*#__PURE__*/React__default.forwardRef(function
354
350
  xmlns: "http://www.w3.org/2000/svg",
355
351
  viewBox: "0 0 32 32",
356
352
  fill: "currentColor"
357
- }, rest), _circle3 || (_circle3 = /*#__PURE__*/React__default.createElement("circle", {
358
- cx: "23",
359
- cy: "25",
360
- r: "1"
361
- })), _path18 || (_path18 = /*#__PURE__*/React__default.createElement("path", {
362
- d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 4.59L17 8.17 17 0 15 0 15 8.17 11.41 4.59 10 6 16 12 22 6 20.59 4.59z"
363
- })), _path19 || (_path19 = /*#__PURE__*/React__default.createElement("path", {
364
- d: "M20.59 10.59L16 15.16 11.41 10.59 10 12 16 18 22 12 20.59 10.59zM8 24H20V26H8z"
353
+ }, rest), _path15 || (_path15 = /*#__PURE__*/React__default.createElement("path", {
354
+ d: "M30 3.4141L28.5859 2 2 28.5859 3.4141 30l3.4433-3.4434A13.9614 13.9614 0 0026.5565 6.8574zM28 16A11.9734 11.9734 0 018.2678 25.146L15 18.4141V22H13v2h7V22H17V16.4141l8.146-8.146A11.8967 11.8967 0 0128 16zM16 8a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 8z"
355
+ })), _path16 || (_path16 = /*#__PURE__*/React__default.createElement("path", {
356
+ d: "M5.67,22.0854A11.9829,11.9829,0,0,1,22.0856,5.67L23.54,4.2163A13.985,13.985,0,0,0,4.2162,23.54Z"
365
357
  })), children);
366
358
  });
367
359
  if (process.env.NODE_ENV !== "production") {
368
- WatsonHealthLaunchStudy_3.propTypes = iconPropTypes;
360
+ InformationDisabled.propTypes = iconPropTypes;
369
361
  }
370
- var Layers = /*#__PURE__*/React__default.forwardRef(function Layers(_ref11, ref) {
362
+ var InformationFilled = /*#__PURE__*/React__default.forwardRef(function InformationFilled(_ref11, ref) {
371
363
  var children = _ref11.children,
372
364
  _ref11$size = _ref11.size,
373
365
  size = _ref11$size === void 0 ? 16 : _ref11$size,
@@ -379,16 +371,18 @@ var Layers = /*#__PURE__*/React__default.forwardRef(function Layers(_ref11, ref)
379
371
  xmlns: "http://www.w3.org/2000/svg",
380
372
  viewBox: "0 0 32 32",
381
373
  fill: "currentColor"
382
- }, rest), _path20 || (_path20 = /*#__PURE__*/React__default.createElement("path", {
383
- d: "M16,24a.9967.9967,0,0,1-.4741-.12l-13-7L3.4741,15.12,16,21.8643,28.5259,15.12l.9482,1.7607-13,7A.9967.9967,0,0,1,16,24Z"
384
- })), _path21 || (_path21 = /*#__PURE__*/React__default.createElement("path", {
385
- d: "M16 30a.9967.9967 0 01-.4741-.12l-13-7L3.4741 21.12 16 27.8643 28.5259 21.12l.9482 1.7607-13 7A.9967.9967 0 0116 30zM16 18a.9967.9967 0 01-.4741-.12l-13-7a1 1 0 010-1.7607l13-7a.9982.9982 0 01.9482 0l13 7a1 1 0 010 1.7607l-13 7A.9967.9967 0 0116 18zM5.1094 10L16 15.8643 26.8906 10 16 4.1358z"
374
+ }, rest), _path17 || (_path17 = /*#__PURE__*/React__default.createElement("path", {
375
+ fill: "none",
376
+ d: "M16,8a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,13.875H17.125v-8H13v2.25h1.875v5.75H12v2.25h8Z",
377
+ "data-icon-path": "inner-path"
378
+ })), _path18 || (_path18 = /*#__PURE__*/React__default.createElement("path", {
379
+ d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,6a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,16.125H12v-2.25h2.875v-5.75H13v-2.25h4.125v8H20Z"
386
380
  })), children);
387
381
  });
388
382
  if (process.env.NODE_ENV !== "production") {
389
- Layers.propTypes = iconPropTypes;
383
+ InformationFilled.propTypes = iconPropTypes;
390
384
  }
391
- var Legend = /*#__PURE__*/React__default.forwardRef(function Legend(_ref12, ref) {
385
+ var InformationSquare = /*#__PURE__*/React__default.forwardRef(function InformationSquare(_ref12, ref) {
392
386
  var children = _ref12.children,
393
387
  _ref12$size = _ref12.size,
394
388
  size = _ref12$size === void 0 ? 16 : _ref12$size,
@@ -400,22 +394,16 @@ var Legend = /*#__PURE__*/React__default.forwardRef(function Legend(_ref12, ref)
400
394
  xmlns: "http://www.w3.org/2000/svg",
401
395
  viewBox: "0 0 32 32",
402
396
  fill: "currentColor"
403
- }, rest), _path22 || (_path22 = /*#__PURE__*/React__default.createElement("path", {
404
- d: "M16 22H30V24H16z"
405
- })), _rect || (_rect = /*#__PURE__*/React__default.createElement("rect", {
406
- width: "6",
407
- height: "6",
408
- x: "4",
409
- y: "20",
410
- rx: "1"
411
- })), _path23 || (_path23 = /*#__PURE__*/React__default.createElement("path", {
412
- d: "M16 8H30V10H16zM9.5 12h-5a.5.5 0 01-.4473-.7236l2.5-5.0224a.5206.5206 0 01.8945 0l2.5 5.0225A.5.5 0 019.5 12z"
397
+ }, rest), _path19 || (_path19 = /*#__PURE__*/React__default.createElement("path", {
398
+ d: "M17 22L17 14 13 14 13 16 15 16 15 22 12 22 12 24 20 24 20 22 17 22zM16 8a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 8z"
399
+ })), _path20 || (_path20 = /*#__PURE__*/React__default.createElement("path", {
400
+ d: "M26,28H6a2.0023,2.0023,0,0,1-2-2V6A2.0023,2.0023,0,0,1,6,4H26a2.0023,2.0023,0,0,1,2,2V26A2.0023,2.0023,0,0,1,26,28ZM6,6V26H26V6Z"
413
401
  })), children);
414
402
  });
415
403
  if (process.env.NODE_ENV !== "production") {
416
- Legend.propTypes = iconPropTypes;
404
+ InformationSquare.propTypes = iconPropTypes;
417
405
  }
418
- var LetterAa = /*#__PURE__*/React__default.forwardRef(function LetterAa(_ref13, ref) {
406
+ var InformationSquareFilled = /*#__PURE__*/React__default.forwardRef(function InformationSquareFilled(_ref13, ref) {
419
407
  var children = _ref13.children,
420
408
  _ref13$size = _ref13.size,
421
409
  size = _ref13$size === void 0 ? 16 : _ref13$size,
@@ -427,14 +415,18 @@ var LetterAa = /*#__PURE__*/React__default.forwardRef(function LetterAa(_ref13,
427
415
  xmlns: "http://www.w3.org/2000/svg",
428
416
  viewBox: "0 0 32 32",
429
417
  fill: "currentColor"
430
- }, rest), _path24 || (_path24 = /*#__PURE__*/React__default.createElement("path", {
431
- d: "M23 13H18v2h5v2H19a2 2 0 00-2 2v2a2 2 0 002 2h6V15A2 2 0 0023 13zm0 8H19V19h4zM13 9H9a2 2 0 00-2 2V23H9V18h4v5h2V11A2 2 0 0013 9zM9 16V11h4v5z"
418
+ }, rest), _path21 || (_path21 = /*#__PURE__*/React__default.createElement("path", {
419
+ fill: "none",
420
+ d: "M16,8a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,13.875H17.125v-8H13v2.25h1.875v5.75H12v2.25h8Z",
421
+ "data-icon-path": "inner-path"
422
+ })), _path22 || (_path22 = /*#__PURE__*/React__default.createElement("path", {
423
+ d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM16,8a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,16.125H12v-2.25h2.875v-5.75H13v-2.25h4.125v8H20Z"
432
424
  })), children);
433
425
  });
434
426
  if (process.env.NODE_ENV !== "production") {
435
- LetterAa.propTypes = iconPropTypes;
427
+ InformationSquareFilled.propTypes = iconPropTypes;
436
428
  }
437
- var LetterBb = /*#__PURE__*/React__default.forwardRef(function LetterBb(_ref14, ref) {
429
+ var InfrastructureClassic = /*#__PURE__*/React__default.forwardRef(function InfrastructureClassic(_ref14, ref) {
438
430
  var children = _ref14.children,
439
431
  _ref14$size = _ref14.size,
440
432
  size = _ref14$size === void 0 ? 16 : _ref14$size,
@@ -446,14 +438,16 @@ var LetterBb = /*#__PURE__*/React__default.forwardRef(function LetterBb(_ref14,
446
438
  xmlns: "http://www.w3.org/2000/svg",
447
439
  viewBox: "0 0 32 32",
448
440
  fill: "currentColor"
449
- }, rest), _path25 || (_path25 = /*#__PURE__*/React__default.createElement("path", {
450
- d: "M23 13H19V9H17V23h6a2 2 0 002-2V15A2 2 0 0023 13zm-4 8V15h4v6zM15 12a3 3 0 00-3-3H7V23h5a3 3 0 003-3V18a3 3 0 00-.78-2A3 3 0 0015 14zM9 11h3a1 1 0 011 1v2a1 1 0 01-1 1H9zm4 9a1 1 0 01-1 1H9V17h3a1 1 0 011 1z"
441
+ }, rest), _path23 || (_path23 = /*#__PURE__*/React__default.createElement("path", {
442
+ d: "M18 26H30V28H18zM18 21H30V23H18zM18 16H30V18H18z"
443
+ })), _path24 || (_path24 = /*#__PURE__*/React__default.createElement("path", {
444
+ d: "M14,25H9.5A7.4964,7.4964,0,0,1,8.1782,10.124,10,10,0,0,1,28,12H26a7.999,7.999,0,0,0-15.9507-.87l-.09.8335L9.123,12.02A5.4962,5.4962,0,0,0,9.5,23H14Z"
451
445
  })), children);
452
446
  });
453
447
  if (process.env.NODE_ENV !== "production") {
454
- LetterBb.propTypes = iconPropTypes;
448
+ InfrastructureClassic.propTypes = iconPropTypes;
455
449
  }
456
- var LetterCc = /*#__PURE__*/React__default.forwardRef(function LetterCc(_ref15, ref) {
450
+ var Insert = /*#__PURE__*/React__default.forwardRef(function Insert(_ref15, ref) {
457
451
  var children = _ref15.children,
458
452
  _ref15$size = _ref15.size,
459
453
  size = _ref15$size === void 0 ? 16 : _ref15$size,
@@ -465,14 +459,14 @@ var LetterCc = /*#__PURE__*/React__default.forwardRef(function LetterCc(_ref15,
465
459
  xmlns: "http://www.w3.org/2000/svg",
466
460
  viewBox: "0 0 32 32",
467
461
  fill: "currentColor"
468
- }, rest), _path26 || (_path26 = /*#__PURE__*/React__default.createElement("path", {
469
- d: "M24 23H19a2 2 0 01-2-2V15a2 2 0 012-2h5v2H19v6h5zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h6z"
462
+ }, rest), _path25 || (_path25 = /*#__PURE__*/React__default.createElement("path", {
463
+ d: "M2 9h9V2H2zM4 4H9V7H4zM2 19h9V12H2zm2-5H9v3H4zM2 29h9V22H2zm2-5H9v3H4zM27 9H18l3.41-3.59L20 4l-6 6 6 6 1.41-1.41L18 11h9a1 1 0 011 1V24a1 1 0 01-1 1H15v2H27a3 3 0 003-3V12A3 3 0 0027 9z"
470
464
  })), children);
471
465
  });
472
466
  if (process.env.NODE_ENV !== "production") {
473
- LetterCc.propTypes = iconPropTypes;
467
+ Insert.propTypes = iconPropTypes;
474
468
  }
475
- var LetterDd = /*#__PURE__*/React__default.forwardRef(function LetterDd(_ref16, ref) {
469
+ var InsertPage = /*#__PURE__*/React__default.forwardRef(function InsertPage(_ref16, ref) {
476
470
  var children = _ref16.children,
477
471
  _ref16$size = _ref16.size,
478
472
  size = _ref16$size === void 0 ? 16 : _ref16$size,
@@ -484,14 +478,14 @@ var LetterDd = /*#__PURE__*/React__default.forwardRef(function LetterDd(_ref16,
484
478
  xmlns: "http://www.w3.org/2000/svg",
485
479
  viewBox: "0 0 32 32",
486
480
  fill: "currentColor"
487
- }, rest), _path27 || (_path27 = /*#__PURE__*/React__default.createElement("path", {
488
- d: "M23 9v4H19a2 2 0 00-2 2v6a2 2 0 002 2h6V9zm-4 6h4v6H19zM11 23H7V9h4a4 4 0 014 4v6A4 4 0 0111 23zM9 21h2a2 2 0 002-2V13a2 2 0 00-2-2H9z"
481
+ }, rest), _path26 || (_path26 = /*#__PURE__*/React__default.createElement("path", {
482
+ d: "M26 30H24V20H12V30H10V20a2.0021 2.0021 0 012-2H24a2.0021 2.0021 0 012 2zM5.17 16L2 19.17 3.411 20.589 8 16 3.42 11.42 2 12.83 5.17 16zM24 14H12a2.0021 2.0021 0 01-2-2V2h2V12H24V2h2V12A2.0021 2.0021 0 0124 14z"
489
483
  })), children);
490
484
  });
491
485
  if (process.env.NODE_ENV !== "production") {
492
- LetterDd.propTypes = iconPropTypes;
486
+ InsertPage.propTypes = iconPropTypes;
493
487
  }
494
- var LetterEe = /*#__PURE__*/React__default.forwardRef(function LetterEe(_ref17, ref) {
488
+ var InsertSyntax = /*#__PURE__*/React__default.forwardRef(function InsertSyntax(_ref17, ref) {
495
489
  var children = _ref17.children,
496
490
  _ref17$size = _ref17.size,
497
491
  size = _ref17$size === void 0 ? 16 : _ref17$size,
@@ -503,14 +497,16 @@ var LetterEe = /*#__PURE__*/React__default.forwardRef(function LetterEe(_ref17,
503
497
  xmlns: "http://www.w3.org/2000/svg",
504
498
  viewBox: "0 0 32 32",
505
499
  fill: "currentColor"
506
- }, rest), _path28 || (_path28 = /*#__PURE__*/React__default.createElement("path", {
507
- d: "M25 19V15a2.0023 2.0023 0 00-2-2H19a2.0023 2.0023 0 00-2 2v6a2.0077 2.0077 0 002 2h5V21H19V19zm-6-4h4v2H19zM15 11L15 9 7 9 7 23 15 23 15 21 9 21 9 17 14 17 14 15 9 15 9 11 15 11z"
500
+ }, rest), _path27 || (_path27 = /*#__PURE__*/React__default.createElement("path", {
501
+ d: "M20.17 16L17.59 18.58 19 20 23 16 19 12 17.58 13.41 20.17 16zM11.83 16L14.41 13.42 13 12 9 16 13 20 14.42 18.59 11.83 16z"
502
+ })), _path28 || (_path28 = /*#__PURE__*/React__default.createElement("path", {
503
+ d: "M27,22.142V9.858A3.9916,3.9916,0,1,0,22.142,5H9.858A3.9916,3.9916,0,1,0,5,9.858V22.142A3.9916,3.9916,0,1,0,9.858,27H22.142A3.9916,3.9916,0,1,0,27,22.142ZM26,4a2,2,0,1,1-2,2A2.0023,2.0023,0,0,1,26,4ZM4,6A2,2,0,1,1,6,8,2.002,2.002,0,0,1,4,6ZM6,28a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,6,28Zm16.142-3H9.858A3.9937,3.9937,0,0,0,7,22.142V9.858A3.9947,3.9947,0,0,0,9.858,7H22.142A3.9937,3.9937,0,0,0,25,9.858V22.142A3.9931,3.9931,0,0,0,22.142,25ZM26,28a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,26,28Z"
508
504
  })), children);
509
505
  });
510
506
  if (process.env.NODE_ENV !== "production") {
511
- LetterEe.propTypes = iconPropTypes;
507
+ InsertSyntax.propTypes = iconPropTypes;
512
508
  }
513
- var LetterFf = /*#__PURE__*/React__default.forwardRef(function LetterFf(_ref18, ref) {
509
+ var Inspection = /*#__PURE__*/React__default.forwardRef(function Inspection(_ref18, ref) {
514
510
  var children = _ref18.children,
515
511
  _ref18$size = _ref18.size,
516
512
  size = _ref18$size === void 0 ? 16 : _ref18$size,
@@ -523,13 +519,15 @@ var LetterFf = /*#__PURE__*/React__default.forwardRef(function LetterFf(_ref18,
523
519
  viewBox: "0 0 32 32",
524
520
  fill: "currentColor"
525
521
  }, rest), _path29 || (_path29 = /*#__PURE__*/React__default.createElement("path", {
526
- d: "M16 11L16 9 8 9 8 23 10 23 10 17 15 17 15 15 10 15 10 11 16 11zM24 11V9H21a2 2 0 00-2 2v2H17v2h2v8h2V15h3V13H21V11z"
522
+ d: "M15 17.18L12.41 14.59 11 16 15 20 22 13 20.59 11.59 15 17.18z"
523
+ })), _path30 || (_path30 = /*#__PURE__*/React__default.createElement("path", {
524
+ d: "M30,15H27.9492A12.0071,12.0071,0,0,0,17,4.0508V2H15V4.0508A12.0071,12.0071,0,0,0,4.0508,15H2v2H4.0508A12.0071,12.0071,0,0,0,15,27.9492V30h2V27.9492A12.0071,12.0071,0,0,0,27.9492,17H30ZM17,25.9492V23H15v2.9492A10.0166,10.0166,0,0,1,6.0508,17H9V15H6.0508A10.0166,10.0166,0,0,1,15,6.0508V9h2V6.0508A10.0166,10.0166,0,0,1,25.9492,15H23v2h2.949A10.0165,10.0165,0,0,1,17,25.9492Z"
527
525
  })), children);
528
526
  });
529
527
  if (process.env.NODE_ENV !== "production") {
530
- LetterFf.propTypes = iconPropTypes;
528
+ Inspection.propTypes = iconPropTypes;
531
529
  }
532
- var LetterGg = /*#__PURE__*/React__default.forwardRef(function LetterGg(_ref19, ref) {
530
+ var InstanceBx = /*#__PURE__*/React__default.forwardRef(function InstanceBx(_ref19, ref) {
533
531
  var children = _ref19.children,
534
532
  _ref19$size = _ref19.size,
535
533
  size = _ref19$size === void 0 ? 16 : _ref19$size,
@@ -541,14 +539,20 @@ var LetterGg = /*#__PURE__*/React__default.forwardRef(function LetterGg(_ref19,
541
539
  xmlns: "http://www.w3.org/2000/svg",
542
540
  viewBox: "0 0 32 32",
543
541
  fill: "currentColor"
544
- }, rest), _path30 || (_path30 = /*#__PURE__*/React__default.createElement("path", {
545
- d: "M19 13a2 2 0 00-2 2v6a2 2 0 002 2h4v2H18v2h5a2 2 0 002-2V13zm4 8H19V15h4zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h4V17H11V15h4z"
542
+ }, rest), _path31 || (_path31 = /*#__PURE__*/React__default.createElement("path", {
543
+ d: "M12 5A3.0033 3.0033 0 009 2H4V15H9a3.0033 3.0033 0 003-3V10.5a2.977 2.977 0 00-.78-2 2.9768 2.9768 0 00.78-2zM6 4H9a1.0013 1.0013 0 011 1V6.5513A.9587.9587 0 019 7.5H6zm4 8a1.0009 1.0009 0 01-1 1H6V9.5H9a1.0009 1.0009 0 011 1zM22 5L20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5z"
544
+ })), _circle || (_circle = /*#__PURE__*/React__default.createElement("circle", {
545
+ cx: "9",
546
+ cy: "27",
547
+ r: "1"
548
+ })), _path32 || (_path32 = /*#__PURE__*/React__default.createElement("path", {
549
+ d: "M2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
546
550
  })), children);
547
551
  });
548
552
  if (process.env.NODE_ENV !== "production") {
549
- LetterGg.propTypes = iconPropTypes;
553
+ InstanceBx.propTypes = iconPropTypes;
550
554
  }
551
- var LetterHh = /*#__PURE__*/React__default.forwardRef(function LetterHh(_ref20, ref) {
555
+ var InstanceClassic = /*#__PURE__*/React__default.forwardRef(function InstanceClassic(_ref20, ref) {
552
556
  var children = _ref20.children,
553
557
  _ref20$size = _ref20.size,
554
558
  size = _ref20$size === void 0 ? 16 : _ref20$size,
@@ -560,14 +564,20 @@ var LetterHh = /*#__PURE__*/React__default.forwardRef(function LetterHh(_ref20,
560
564
  xmlns: "http://www.w3.org/2000/svg",
561
565
  viewBox: "0 0 32 32",
562
566
  fill: "currentColor"
563
- }, rest), _path31 || (_path31 = /*#__PURE__*/React__default.createElement("path", {
564
- d: "M13 9L13 15 9 15 9 9 7 9 7 23 9 23 9 17 13 17 13 23 15 23 15 9 13 9zM23 13H19V9H17V23h2V15h4v8h2V15A2 2 0 0023 13z"
567
+ }, rest), _path33 || (_path33 = /*#__PURE__*/React__default.createElement("path", {
568
+ d: "M23.5,21H23V19h.5a4.4975,4.4975,0,0,0,.3564-8.981l-.8154-.0639-.0986-.812a6.9938,6.9938,0,0,0-13.8838,0l-.0991.812-.8155.0639A4.4975,4.4975,0,0,0,8.5,19H9v2H8.5A6.4973,6.4973,0,0,1,7.2,8.1362a8.9943,8.9943,0,0,1,17.6006,0A6.4974,6.4974,0,0,1,23.5,21Z"
569
+ })), _circle2 || (_circle2 = /*#__PURE__*/React__default.createElement("circle", {
570
+ cx: "9",
571
+ cy: "27",
572
+ r: "1"
573
+ })), _path34 || (_path34 = /*#__PURE__*/React__default.createElement("path", {
574
+ d: "M26,23H17V15.83l2.59,2.58L21,17l-5-5-5,5,1.41,1.41L15,15.83V23H6a2.0023,2.0023,0,0,0-2,2v4a2.0023,2.0023,0,0,0,2,2H26a2.0023,2.0023,0,0,0,2-2V25A2.0023,2.0023,0,0,0,26,23Zm0,6H6V25H26Z"
565
575
  })), children);
566
576
  });
567
577
  if (process.env.NODE_ENV !== "production") {
568
- LetterHh.propTypes = iconPropTypes;
578
+ InstanceClassic.propTypes = iconPropTypes;
569
579
  }
570
- var LetterIi = /*#__PURE__*/React__default.forwardRef(function LetterIi(_ref21, ref) {
580
+ var InstanceCx = /*#__PURE__*/React__default.forwardRef(function InstanceCx(_ref21, ref) {
571
581
  var children = _ref21.children,
572
582
  _ref21$size = _ref21.size,
573
583
  size = _ref21$size === void 0 ? 16 : _ref21$size,
@@ -579,14 +589,18 @@ var LetterIi = /*#__PURE__*/React__default.forwardRef(function LetterIi(_ref21,
579
589
  xmlns: "http://www.w3.org/2000/svg",
580
590
  viewBox: "0 0 32 32",
581
591
  fill: "currentColor"
582
- }, rest), _path32 || (_path32 = /*#__PURE__*/React__default.createElement("path", {
583
- d: "M10 11L13 11 13 21 10 21 10 23 18 23 18 21 15 21 15 11 18 11 18 9 10 9 10 11zM20 13H22V23H20zM20 9H22V11H20z"
592
+ }, rest), _circle3 || (_circle3 = /*#__PURE__*/React__default.createElement("circle", {
593
+ cx: "9",
594
+ cy: "27",
595
+ r: "1"
596
+ })), _path35 || (_path35 = /*#__PURE__*/React__default.createElement("path", {
597
+ d: "M22 5L20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5zM12 15H6a2.0023 2.0023 0 01-2-2V4A2.002 2.002 0 016 2h6V4H6v9h6zM2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
584
598
  })), children);
585
599
  });
586
600
  if (process.env.NODE_ENV !== "production") {
587
- LetterIi.propTypes = iconPropTypes;
601
+ InstanceCx.propTypes = iconPropTypes;
588
602
  }
589
- var LetterJj = /*#__PURE__*/React__default.forwardRef(function LetterJj(_ref22, ref) {
603
+ var InstanceMx = /*#__PURE__*/React__default.forwardRef(function InstanceMx(_ref22, ref) {
590
604
  var children = _ref22.children,
591
605
  _ref22$size = _ref22.size,
592
606
  size = _ref22$size === void 0 ? 16 : _ref22$size,
@@ -598,14 +612,20 @@ var LetterJj = /*#__PURE__*/React__default.forwardRef(function LetterJj(_ref22,
598
612
  xmlns: "http://www.w3.org/2000/svg",
599
613
  viewBox: "0 0 32 32",
600
614
  fill: "currentColor"
601
- }, rest), _path33 || (_path33 = /*#__PURE__*/React__default.createElement("path", {
602
- d: "M20 9H22V11H20zM20 25H17v2h3a2 2 0 002-2V13H20zM14 23H10a2 2 0 01-2-2V19h2v2h4V9h2V21A2 2 0 0114 23z"
615
+ }, rest), _path36 || (_path36 = /*#__PURE__*/React__default.createElement("path", {
616
+ d: "M22 5L20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5zM10 2L8.485 6.374 8 8 7.535 6.374 6 2 4 2 4 15 6 15 6 7.374 5.841 5.378 6.421 7.374 8 12 9.579 7.374 10.159 5.374 10 7.374 10 15 12 15 12 2 10 2z"
617
+ })), _circle4 || (_circle4 = /*#__PURE__*/React__default.createElement("circle", {
618
+ cx: "9",
619
+ cy: "27",
620
+ r: "1"
621
+ })), _path37 || (_path37 = /*#__PURE__*/React__default.createElement("path", {
622
+ d: "M2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
603
623
  })), children);
604
624
  });
605
625
  if (process.env.NODE_ENV !== "production") {
606
- LetterJj.propTypes = iconPropTypes;
626
+ InstanceMx.propTypes = iconPropTypes;
607
627
  }
608
- var LetterKk = /*#__PURE__*/React__default.forwardRef(function LetterKk(_ref23, ref) {
628
+ var InstanceVirtual = /*#__PURE__*/React__default.forwardRef(function InstanceVirtual(_ref23, ref) {
609
629
  var children = _ref23.children,
610
630
  _ref23$size = _ref23.size,
611
631
  size = _ref23$size === void 0 ? 16 : _ref23$size,
@@ -617,14 +637,18 @@ var LetterKk = /*#__PURE__*/React__default.forwardRef(function LetterKk(_ref23,
617
637
  xmlns: "http://www.w3.org/2000/svg",
618
638
  viewBox: "0 0 32 32",
619
639
  fill: "currentColor"
620
- }, rest), _path34 || (_path34 = /*#__PURE__*/React__default.createElement("path", {
621
- d: "M15 9L12.89 9 9 15.55 9 9 7 9 7 23 9 23 9 18.71 9.93 17.22 12.89 23 15 23 11.11 15.43 15 9zM22.78 23L25 23 21.22 17 25 13 22.76 13 19 17.17 19 9 17 9 17 23 19 23 19 19.25 19.96 18.21 22.78 23z"
640
+ }, rest), _circle5 || (_circle5 = /*#__PURE__*/React__default.createElement("circle", {
641
+ cx: "7",
642
+ cy: "23",
643
+ r: "1"
644
+ })), _path38 || (_path38 = /*#__PURE__*/React__default.createElement("path", {
645
+ d: "M2 6H6V8H2zM8 6H12V8H8zM14 6H18V8H14zM20 6H24V8H20zM26 6H30V8H26zM28 28H4a2.0021 2.0021 0 01-2-2V20a2.0021 2.0021 0 012-2H28a2.0021 2.0021 0 012 2v6A2.0021 2.0021 0 0128 28zM4 20v6H28V20zM2 12H30V14H2z"
622
646
  })), children);
623
647
  });
624
648
  if (process.env.NODE_ENV !== "production") {
625
- LetterKk.propTypes = iconPropTypes;
649
+ InstanceVirtual.propTypes = iconPropTypes;
626
650
  }
627
- var LetterLl = /*#__PURE__*/React__default.forwardRef(function LetterLl(_ref24, ref) {
651
+ var Integration = /*#__PURE__*/React__default.forwardRef(function Integration(_ref24, ref) {
628
652
  var children = _ref24.children,
629
653
  _ref24$size = _ref24.size,
630
654
  size = _ref24$size === void 0 ? 16 : _ref24$size,
@@ -636,14 +660,14 @@ var LetterLl = /*#__PURE__*/React__default.forwardRef(function LetterLl(_ref24,
636
660
  xmlns: "http://www.w3.org/2000/svg",
637
661
  viewBox: "0 0 32 32",
638
662
  fill: "currentColor"
639
- }, rest), _path35 || (_path35 = /*#__PURE__*/React__default.createElement("path", {
640
- d: "M11 21L11 9 9 9 9 23 17 23 17 21 11 21zM23 23H21a2 2 0 01-2-2V9h2V21h2z"
663
+ }, rest), _path39 || (_path39 = /*#__PURE__*/React__default.createElement("path", {
664
+ d: "M29.88,15.52l-6-11A1,1,0,0,0,23,4H9a1,1,0,0,0-.88.52l-6,11a1,1,0,0,0,0,1l6,11A1,1,0,0,0,9,28H23a1,1,0,0,0,.88-.52l6-11A1,1,0,0,0,29.88,15.52ZM22.93,7l4.39,8h-9.5ZM16,14.14,10.82,6H21.18ZM9.07,7l5.11,8H4.68ZM4.68,17h9.5L9.07,25ZM16,17.86,21.18,26H10.82ZM22.93,25l-5.11-8h9.5Z"
641
665
  })), children);
642
666
  });
643
667
  if (process.env.NODE_ENV !== "production") {
644
- LetterLl.propTypes = iconPropTypes;
668
+ Integration.propTypes = iconPropTypes;
645
669
  }
646
- var LetterMm = /*#__PURE__*/React__default.forwardRef(function LetterMm(_ref25, ref) {
670
+ var IntentRequestActive = /*#__PURE__*/React__default.forwardRef(function IntentRequestActive(_ref25, ref) {
647
671
  var children = _ref25.children,
648
672
  _ref25$size = _ref25.size,
649
673
  size = _ref25$size === void 0 ? 16 : _ref25$size,
@@ -655,14 +679,16 @@ var LetterMm = /*#__PURE__*/React__default.forwardRef(function LetterMm(_ref25,
655
679
  xmlns: "http://www.w3.org/2000/svg",
656
680
  viewBox: "0 0 32 32",
657
681
  fill: "currentColor"
658
- }, rest), _path36 || (_path36 = /*#__PURE__*/React__default.createElement("path", {
659
- d: "M24 13H16V23h2V15h2v8h2V15h2v8h2V15A2 2 0 0024 13zM12 9L10.48 14 10 15.98 9.54 14 8 9 6 9 6 23 8 23 8 15 7.84 13 8.42 15 10 19.63 11.58 15 12.16 13 12 15 12 23 14 23 14 9 12 9z"
682
+ }, rest), _path40 || (_path40 = /*#__PURE__*/React__default.createElement("path", {
683
+ d: "M23 27.2L20.4 24.6 19 26 23 30 31 22 29.6 20.6z"
684
+ })), _path41 || (_path41 = /*#__PURE__*/React__default.createElement("path", {
685
+ d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
660
686
  })), children);
661
687
  });
662
688
  if (process.env.NODE_ENV !== "production") {
663
- LetterMm.propTypes = iconPropTypes;
689
+ IntentRequestActive.propTypes = iconPropTypes;
664
690
  }
665
- var LetterNn = /*#__PURE__*/React__default.forwardRef(function LetterNn(_ref26, ref) {
691
+ var IntentRequestCreate = /*#__PURE__*/React__default.forwardRef(function IntentRequestCreate(_ref26, ref) {
666
692
  var children = _ref26.children,
667
693
  _ref26$size = _ref26.size,
668
694
  size = _ref26$size === void 0 ? 16 : _ref26$size,
@@ -674,14 +700,16 @@ var LetterNn = /*#__PURE__*/React__default.forwardRef(function LetterNn(_ref26,
674
700
  xmlns: "http://www.w3.org/2000/svg",
675
701
  viewBox: "0 0 32 32",
676
702
  fill: "currentColor"
677
- }, rest), _path37 || (_path37 = /*#__PURE__*/React__default.createElement("path", {
678
- d: "M25 23H23V15H19v8H17V13h6a2 2 0 012 2zM13 19L9.32 9 7 9 7 23 9 23 9 13 12.68 23 15 23 15 9 13 9 13 19z"
703
+ }, rest), _path42 || (_path42 = /*#__PURE__*/React__default.createElement("path", {
704
+ d: "M30 24L26 24 26 20 24 20 24 24 20 24 20 26 24 26 24 30 26 30 26 26 30 26z"
705
+ })), _path43 || (_path43 = /*#__PURE__*/React__default.createElement("path", {
706
+ d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
679
707
  })), children);
680
708
  });
681
709
  if (process.env.NODE_ENV !== "production") {
682
- LetterNn.propTypes = iconPropTypes;
710
+ IntentRequestCreate.propTypes = iconPropTypes;
683
711
  }
684
- var LetterOo = /*#__PURE__*/React__default.forwardRef(function LetterOo(_ref27, ref) {
712
+ var IntentRequestHeal = /*#__PURE__*/React__default.forwardRef(function IntentRequestHeal(_ref27, ref) {
685
713
  var children = _ref27.children,
686
714
  _ref27$size = _ref27.size,
687
715
  size = _ref27$size === void 0 ? 16 : _ref27$size,
@@ -693,14 +721,16 @@ var LetterOo = /*#__PURE__*/React__default.forwardRef(function LetterOo(_ref27,
693
721
  xmlns: "http://www.w3.org/2000/svg",
694
722
  viewBox: "0 0 32 32",
695
723
  fill: "currentColor"
696
- }, rest), _path38 || (_path38 = /*#__PURE__*/React__default.createElement("path", {
697
- d: "M23 23H19a2 2 0 01-2-2V15a2 2 0 012-2h4a2 2 0 012 2v6A2 2 0 0123 23zm-4-8v6h4V15zM13 23H9a2 2 0 01-2-2V11A2 2 0 019 9h4a2 2 0 012 2V21A2 2 0 0113 23zM9 11V21h4V11z"
724
+ }, rest), _path44 || (_path44 = /*#__PURE__*/React__default.createElement("path", {
725
+ d: "M27,20c-0.8,0-1.5,0.3-2.1,0.9l-0.4,0.5l-0.4-0.5C23.5,20.3,22.7,20,22,20s-1.5,0.3-2.1,0.9c-1.2,1.2-1.2,3.1,0,4.3l4.6,4.8 l4.6-4.8c1.2-1.2,1.2-3.1,0-4.3C28.6,20.3,27.8,20,27,20L27,20z"
726
+ })), _path45 || (_path45 = /*#__PURE__*/React__default.createElement("path", {
727
+ d: "M16.6,28.6L4,16L16,4l12.6,12.6l1.4-1.4L17.5,2.6c-0.8-0.8-2.1-0.8-2.9,0L2.6,14.5c-0.8,0.8-0.8,2.1,0,2.9L15.1,30 L16.6,28.6z"
698
728
  })), children);
699
729
  });
700
730
  if (process.env.NODE_ENV !== "production") {
701
- LetterOo.propTypes = iconPropTypes;
731
+ IntentRequestHeal.propTypes = iconPropTypes;
702
732
  }
703
- var LetterPp = /*#__PURE__*/React__default.forwardRef(function LetterPp(_ref28, ref) {
733
+ var IntentRequestInactive = /*#__PURE__*/React__default.forwardRef(function IntentRequestInactive(_ref28, ref) {
704
734
  var children = _ref28.children,
705
735
  _ref28$size = _ref28.size,
706
736
  size = _ref28$size === void 0 ? 16 : _ref28$size,
@@ -712,14 +742,26 @@ var LetterPp = /*#__PURE__*/React__default.forwardRef(function LetterPp(_ref28,
712
742
  xmlns: "http://www.w3.org/2000/svg",
713
743
  viewBox: "0 0 32 32",
714
744
  fill: "currentColor"
715
- }, rest), _path39 || (_path39 = /*#__PURE__*/React__default.createElement("path", {
716
- d: "M23 13H17V27h2V23h4a2 2 0 002-2V15A2 2 0 0023 13zm-4 8V15h4v6zM9 23H7V9h6a2 2 0 012 2v5a2 2 0 01-2 2H9zm0-7h4V11H9z"
745
+ }, rest), _circle6 || (_circle6 = /*#__PURE__*/React__default.createElement("circle", {
746
+ cx: "18.5",
747
+ cy: "22.5",
748
+ r: "1.5"
749
+ })), _circle7 || (_circle7 = /*#__PURE__*/React__default.createElement("circle", {
750
+ cx: "23.5",
751
+ cy: "22.5",
752
+ r: "1.5"
753
+ })), _circle8 || (_circle8 = /*#__PURE__*/React__default.createElement("circle", {
754
+ cx: "28.5",
755
+ cy: "22.5",
756
+ r: "1.5"
757
+ })), _path46 || (_path46 = /*#__PURE__*/React__default.createElement("path", {
758
+ d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
717
759
  })), children);
718
760
  });
719
761
  if (process.env.NODE_ENV !== "production") {
720
- LetterPp.propTypes = iconPropTypes;
762
+ IntentRequestInactive.propTypes = iconPropTypes;
721
763
  }
722
- var LetterQq = /*#__PURE__*/React__default.forwardRef(function LetterQq(_ref29, ref) {
764
+ var IntentRequestScaleIn = /*#__PURE__*/React__default.forwardRef(function IntentRequestScaleIn(_ref29, ref) {
723
765
  var children = _ref29.children,
724
766
  _ref29$size = _ref29.size,
725
767
  size = _ref29$size === void 0 ? 16 : _ref29$size,
@@ -731,14 +773,14 @@ var LetterQq = /*#__PURE__*/React__default.forwardRef(function LetterQq(_ref29,
731
773
  xmlns: "http://www.w3.org/2000/svg",
732
774
  viewBox: "0 0 32 32",
733
775
  fill: "currentColor"
734
- }, rest), _path40 || (_path40 = /*#__PURE__*/React__default.createElement("path", {
735
- d: "M19 13a2 2 0 00-2 2v6a2 2 0 002 2h4v4h2V13zm4 8H19V15h4zM13 9H9a2 2 0 00-2 2V21a2 2 0 002 2h1v2a2 2 0 002 2h2V25H12V23h1a2 2 0 002-2V11A2 2 0 0013 9zM9 21V11h4V21z"
776
+ }, rest), _path47 || (_path47 = /*#__PURE__*/React__default.createElement("path", {
777
+ d: "M28.6 30L30 28.6 22.4 21 29 21 29 19 19 19 19 29 21 29 21 22.4zM2 28.6L3.4 30 11 22.4 11 29 13 29 13 19 3 19 3 21 9.6 21zM17 2L15 2 15 12.2 10.4 7.6 9 9 16 16 23 9 21.6 7.6 17 12.2z"
736
778
  })), children);
737
779
  });
738
780
  if (process.env.NODE_ENV !== "production") {
739
- LetterQq.propTypes = iconPropTypes;
781
+ IntentRequestScaleIn.propTypes = iconPropTypes;
740
782
  }
741
- var LetterRr = /*#__PURE__*/React__default.forwardRef(function LetterRr(_ref30, ref) {
783
+ var IntentRequestScaleOut = /*#__PURE__*/React__default.forwardRef(function IntentRequestScaleOut(_ref30, ref) {
742
784
  var children = _ref30.children,
743
785
  _ref30$size = _ref30.size,
744
786
  size = _ref30$size === void 0 ? 16 : _ref30$size,
@@ -750,14 +792,14 @@ var LetterRr = /*#__PURE__*/React__default.forwardRef(function LetterRr(_ref30,
750
792
  xmlns: "http://www.w3.org/2000/svg",
751
793
  viewBox: "0 0 32 32",
752
794
  fill: "currentColor"
753
- }, rest), _path41 || (_path41 = /*#__PURE__*/React__default.createElement("path", {
754
- d: "M16 15V11a2 2 0 00-2-2H8V23h2V17h1.48l2.34 6H16l-2.33-6H14A2 2 0 0016 15zm-6-4h4v4H10zM24 13L18 13 18 23 20 23 20 15 24 15 24 13z"
795
+ }, rest), _path48 || (_path48 = /*#__PURE__*/React__default.createElement("path", {
796
+ d: "M19 20.4L20.4 19 28 26.6 28 20 30 20 30 30 20 30 20 28 26.6 28zM13 20.4L11.6 19 4 26.6 4 20 2 20 2 30 12 30 12 28 5.4 28zM17 16L15 16 15 5.8 10.4 10.4 9 9 16 2 23 9 21.6 10.4 17 5.8z"
755
797
  })), children);
756
798
  });
757
799
  if (process.env.NODE_ENV !== "production") {
758
- LetterRr.propTypes = iconPropTypes;
800
+ IntentRequestScaleOut.propTypes = iconPropTypes;
759
801
  }
760
- var LetterSs = /*#__PURE__*/React__default.forwardRef(function LetterSs(_ref31, ref) {
802
+ var IntentRequestUninstall = /*#__PURE__*/React__default.forwardRef(function IntentRequestUninstall(_ref31, ref) {
761
803
  var children = _ref31.children,
762
804
  _ref31$size = _ref31.size,
763
805
  size = _ref31$size === void 0 ? 16 : _ref31$size,
@@ -769,14 +811,16 @@ var LetterSs = /*#__PURE__*/React__default.forwardRef(function LetterSs(_ref31,
769
811
  xmlns: "http://www.w3.org/2000/svg",
770
812
  viewBox: "0 0 32 32",
771
813
  fill: "currentColor"
772
- }, rest), _path42 || (_path42 = /*#__PURE__*/React__default.createElement("path", {
773
- d: "M22 23H17V21h5V19H19a2 2 0 01-2-2V15a2 2 0 012-2h5v2H19v2h3a2 2 0 012 2v2A2 2 0 0122 23zM13 23H7V21h6V17H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9v4h4a2 2 0 012 2v4A2 2 0 0113 23z"
814
+ }, rest), _path49 || (_path49 = /*#__PURE__*/React__default.createElement("path", {
815
+ d: "M30 21.4L28.6 20 25 23.6 21.4 20 20 21.4 23.6 25 20 28.6 21.4 30 25 26.4 28.6 30 30 28.6 26.4 25z"
816
+ })), _path50 || (_path50 = /*#__PURE__*/React__default.createElement("path", {
817
+ d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
774
818
  })), children);
775
819
  });
776
820
  if (process.env.NODE_ENV !== "production") {
777
- LetterSs.propTypes = iconPropTypes;
821
+ IntentRequestUninstall.propTypes = iconPropTypes;
778
822
  }
779
- var LetterTt = /*#__PURE__*/React__default.forwardRef(function LetterTt(_ref32, ref) {
823
+ var IntentRequestUpgrade = /*#__PURE__*/React__default.forwardRef(function IntentRequestUpgrade(_ref32, ref) {
780
824
  var children = _ref32.children,
781
825
  _ref32$size = _ref32.size,
782
826
  size = _ref32$size === void 0 ? 16 : _ref32$size,
@@ -788,18 +832,33 @@ var LetterTt = /*#__PURE__*/React__default.forwardRef(function LetterTt(_ref32,
788
832
  xmlns: "http://www.w3.org/2000/svg",
789
833
  viewBox: "0 0 32 32",
790
834
  fill: "currentColor"
791
- }, rest), _path43 || (_path43 = /*#__PURE__*/React__default.createElement("path", {
792
- d: "M8 11L11 11 11 23 13 23 13 11 16 11 16 9 8 9 8 11zM23 15V13H20V11H18v2H16v2h2v6a2 2 0 002 2h3V21H20V15z"
835
+ }, rest), _path51 || (_path51 = /*#__PURE__*/React__default.createElement("path", {
836
+ d: "M28 23L26.6 24.4 24 21.8 24 30 22 30 22 21.8 19.4 24.4 18 23 23 18z"
837
+ })), _path52 || (_path52 = /*#__PURE__*/React__default.createElement("path", {
838
+ d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
793
839
  })), children);
794
840
  });
795
841
  if (process.env.NODE_ENV !== "production") {
796
- LetterTt.propTypes = iconPropTypes;
842
+ IntentRequestUpgrade.propTypes = iconPropTypes;
797
843
  }
798
- var LetterUu = /*#__PURE__*/React__default.forwardRef(function LetterUu(_ref33, ref) {
844
+ var Interactions = /*#__PURE__*/React__default.forwardRef(function Interactions(_ref33, ref) {
799
845
  var children = _ref33.children,
800
846
  _ref33$size = _ref33.size,
801
847
  size = _ref33$size === void 0 ? 16 : _ref33$size,
802
848
  rest = _objectWithoutProperties(_ref33, _excluded33);
849
+ if (size === 16 || size === "16" || size === "16px") {
850
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
851
+ width: size,
852
+ height: size,
853
+ ref: ref,
854
+ xmlns: "http://www.w3.org/2000/svg",
855
+ viewBox: "0 0 16 16",
856
+ fill: "currentColor"
857
+ }, rest), _path53 || (_path53 = /*#__PURE__*/React__default.createElement("path", {
858
+ fillRule: "evenodd",
859
+ d: "M11,7 L11,9 L13,9 C13.5522847,9 14,9.44771525 14,10 L14,10 L14,13 C14,13.5522847 13.5522847,14 13,14 L13,14 L10,14 L10,7 L11,7 Z M5,9 C5.55228475,9 6,9.44771525 6,10 L6,10 L6,14 L3,14 C2.44771525,14 2,13.5522847 2,13 L2,13 L2,12 C2,11.4477153 2.44771525,11 3,11 L3,11 L5,11 L5,10 L2.5,10 L2.5,9 Z M13,10 L11,10 L11,13 L13,13 L13,10 Z M5,12 L3,12 L3,13 L5,13 L5,12 Z M7.912,2 L7.834,3.911 L9.628,3.248 L9.914,4.119 L8.068,4.626 L9.251,6.134 L8.523,6.667 L7.457,5.068 L6.391,6.667 L5.663,6.134 L6.846,4.626 L5,4.119 L5.286,3.248 L7.08,3.911 L7.002,2 L7.912,2 Z"
860
+ })), children);
861
+ }
803
862
  return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
804
863
  width: size,
805
864
  height: size,
@@ -807,14 +866,14 @@ var LetterUu = /*#__PURE__*/React__default.forwardRef(function LetterUu(_ref33,
807
866
  xmlns: "http://www.w3.org/2000/svg",
808
867
  viewBox: "0 0 32 32",
809
868
  fill: "currentColor"
810
- }, rest), _path44 || (_path44 = /*#__PURE__*/React__default.createElement("path", {
811
- d: "M23 23H19a2 2 0 01-2-2V13h2v8h4V13h2v8A2 2 0 0123 23zM13 23H9a2 2 0 01-2-2V9H9V21h4V9h2V21A2 2 0 0113 23z"
869
+ }, rest), _path54 || (_path54 = /*#__PURE__*/React__default.createElement("path", {
870
+ d: "M26 18H22V14H20V28h6a2.0027 2.0027 0 002-2V20A2.0023 2.0023 0 0026 18zm-4 8V20h4v6zM20 6.076L19.256 4.219 16 5.522 16 2 14 2 14 5.523 10.744 4.22 10 6.077 13.417 7.444 10.9 10.8 12.5 12 15 8.667 17.5 12 19.1 10.8 16.583 7.443 20 6.076zM10 18H5v2h5v2H6a2 2 0 00-2 2v2a2 2 0 002 2h6V20A2.0023 2.0023 0 0010 18zm0 8H6V24h4z"
812
871
  })), children);
813
872
  });
814
873
  if (process.env.NODE_ENV !== "production") {
815
- LetterUu.propTypes = iconPropTypes;
874
+ Interactions.propTypes = iconPropTypes;
816
875
  }
817
- var LetterVv = /*#__PURE__*/React__default.forwardRef(function LetterVv(_ref34, ref) {
876
+ var WatsonHealthInteractiveSegmentationCursor = /*#__PURE__*/React__default.forwardRef(function WatsonHealthInteractiveSegmentationCursor(_ref34, ref) {
818
877
  var children = _ref34.children,
819
878
  _ref34$size = _ref34.size,
820
879
  size = _ref34$size === void 0 ? 16 : _ref34$size,
@@ -826,14 +885,25 @@ var LetterVv = /*#__PURE__*/React__default.forwardRef(function LetterVv(_ref34,
826
885
  xmlns: "http://www.w3.org/2000/svg",
827
886
  viewBox: "0 0 32 32",
828
887
  fill: "currentColor"
829
- }, rest), _path45 || (_path45 = /*#__PURE__*/React__default.createElement("path", {
830
- d: "M25 13L23.25 13 21 22.03 18.79 13 17 13 19.5 23 22.5 23 25 13zM13 9L11 22 9 9 7 9 9.52 23 12.48 23 15 9 13 9z"
888
+ }, rest), _path55 || (_path55 = /*#__PURE__*/React__default.createElement("path", {
889
+ d: "M29.4139,24,15.9989,10.5663a2.0473,2.0473,0,0,0-2.8281,0l-2.586,2.586a2.0023,2.0023,0,0,0,0,2.8283L23.9989,29.4145a2.0021,2.0021,0,0,0,2.8281,0l2.5869-2.5865a1.9993,1.9993,0,0,0,0-2.8283Zm-17.415-9.4335,2.5859-2.5859,3.5,3.5L15.498,18.0676l-3.5-3.5ZM25.413,28l-8.5009-8.5188,2.5867-2.587L28,25.4143Z"
890
+ })), _path56 || (_path56 = /*#__PURE__*/React__default.createElement("path", {
891
+ d: "M7.586 18.586H10.414V21.413999999999998H7.586z",
892
+ transform: "rotate(-45 9 20)"
893
+ })), _path57 || (_path57 = /*#__PURE__*/React__default.createElement("path", {
894
+ d: "M18.586 7.586H21.413999999999998V10.414H18.586z",
895
+ transform: "rotate(-45 20 9)"
896
+ })), _path58 || (_path58 = /*#__PURE__*/React__default.createElement("path", {
897
+ d: "M7.586 7.586H10.414V10.414H7.586z",
898
+ transform: "rotate(-45 9 9)"
899
+ })), _path59 || (_path59 = /*#__PURE__*/React__default.createElement("path", {
900
+ d: "M11 2L2 2 2 11 4 11 4 4 11 4 11 2z"
831
901
  })), children);
832
902
  });
833
903
  if (process.env.NODE_ENV !== "production") {
834
- LetterVv.propTypes = iconPropTypes;
904
+ WatsonHealthInteractiveSegmentationCursor.propTypes = iconPropTypes;
835
905
  }
836
- var LetterWw = /*#__PURE__*/React__default.forwardRef(function LetterWw(_ref35, ref) {
906
+ var InterfaceUsage = /*#__PURE__*/React__default.forwardRef(function InterfaceUsage(_ref35, ref) {
837
907
  var children = _ref35.children,
838
908
  _ref35$size = _ref35.size,
839
909
  size = _ref35$size === void 0 ? 16 : _ref35$size,
@@ -845,14 +915,18 @@ var LetterWw = /*#__PURE__*/React__default.forwardRef(function LetterWw(_ref35,
845
915
  xmlns: "http://www.w3.org/2000/svg",
846
916
  viewBox: "0 0 32 32",
847
917
  fill: "currentColor"
848
- }, rest), _path46 || (_path46 = /*#__PURE__*/React__default.createElement("path", {
849
- d: "M24.3 13L23.39 21.61 22 13 20 13 18.61 21.61 17.7 13 16 13 17.36 23 19.64 23 21 14.63 22.36 23 24.64 23 26 13 24.3 13zM12.21 9L11.87 17 11.61 21.54 11.2 18 10.52 12.54 8.5 12.54 7.82 18 7.41 21.54 7.16 17 6.81 9 5.01 9 6.01 23 8.28 23 9.04 18.07 9.5 14 9.51 13.97 9.52 14 9.98 18.07 10.74 23 13.01 23 14.01 9 12.21 9z"
918
+ }, rest), _path60 || (_path60 = /*#__PURE__*/React__default.createElement("path", {
919
+ strokeWidth: "0",
920
+ d: "M18.3242 11.7334v1.29h-1.3242v1.7368h1.3242v7.2397h2.2012v-7.2397h1.8398v-1.7368h-1.8398v-1.9951h1.8398v-1.7539h-1.5649c-1.6167 0-2.4761.877-2.4761 2.459zM10 11.8193L11.582 11.8193 11.582 20.1772 10 20.1772 10 22 15.4516 22 15.4516 20.1772 13.8525 20.1772 13.8525 11.8193 15.4516 11.8193 15.4516 9.9966 10 9.9966 10 11.8193z"
921
+ })), _path61 || (_path61 = /*#__PURE__*/React__default.createElement("path", {
922
+ strokeWidth: "0",
923
+ d: "m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"
850
924
  })), children);
851
925
  });
852
926
  if (process.env.NODE_ENV !== "production") {
853
- LetterWw.propTypes = iconPropTypes;
927
+ InterfaceUsage.propTypes = iconPropTypes;
854
928
  }
855
- var LetterXx = /*#__PURE__*/React__default.forwardRef(function LetterXx(_ref36, ref) {
929
+ var Intersect = /*#__PURE__*/React__default.forwardRef(function Intersect(_ref36, ref) {
856
930
  var children = _ref36.children,
857
931
  _ref36$size = _ref36.size,
858
932
  size = _ref36$size === void 0 ? 16 : _ref36$size,
@@ -864,14 +938,16 @@ var LetterXx = /*#__PURE__*/React__default.forwardRef(function LetterXx(_ref36,
864
938
  xmlns: "http://www.w3.org/2000/svg",
865
939
  viewBox: "0 0 32 32",
866
940
  fill: "currentColor"
867
- }, rest), _path47 || (_path47 = /*#__PURE__*/React__default.createElement("path", {
868
- d: "M15 9L13 9 11 15 9 9 7 9 9.75 16 7 23 9 23 11 17 13 23 15 23 12.24 16 15 9zM25 13L23 13 21 16.9 19 13 17 13 19.91 18 17 23 19 23 21 19.2 23 23 25 23 22.1 18 25 13z"
941
+ }, rest), _path62 || (_path62 = /*#__PURE__*/React__default.createElement("path", {
942
+ d: "M22 24H18V22h4V18h2v4A2.0021 2.0021 0 0122 24zM10 14H8V10a2.0022 2.0022 0 012-2h4v2H10z"
943
+ })), _path63 || (_path63 = /*#__PURE__*/React__default.createElement("path", {
944
+ d: "M28,8H24V4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V22a2.0023,2.0023,0,0,0,2,2H8v4a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V10A2.0023,2.0023,0,0,0,28,8Zm0,20H10V24h4V22H10V18H8v4H4V4H22V8H18v2h4v4h2V10h4Z"
869
945
  })), children);
870
946
  });
871
947
  if (process.env.NODE_ENV !== "production") {
872
- LetterXx.propTypes = iconPropTypes;
948
+ Intersect.propTypes = iconPropTypes;
873
949
  }
874
- var LetterYy = /*#__PURE__*/React__default.forwardRef(function LetterYy(_ref37, ref) {
950
+ var IntrusionPrevention = /*#__PURE__*/React__default.forwardRef(function IntrusionPrevention(_ref37, ref) {
875
951
  var children = _ref37.children,
876
952
  _ref37$size = _ref37.size,
877
953
  size = _ref37$size === void 0 ? 16 : _ref37$size,
@@ -883,14 +959,20 @@ var LetterYy = /*#__PURE__*/React__default.forwardRef(function LetterYy(_ref37,
883
959
  xmlns: "http://www.w3.org/2000/svg",
884
960
  viewBox: "0 0 32 32",
885
961
  fill: "currentColor"
886
- }, rest), _path48 || (_path48 = /*#__PURE__*/React__default.createElement("path", {
887
- d: "M15 9L13 9 11 16 9 9 7 9 10 18 10 23 12 23 12 18 12 18 15 9zM23 13l-2 7.52L19.08 13H17l3.15 9.87L19.53 25H17v2h2.26a2 2 0 001.91-1.42L25 13z"
962
+ }, rest), _circle9 || (_circle9 = /*#__PURE__*/React__default.createElement("circle", {
963
+ cx: "22",
964
+ cy: "23.887",
965
+ r: "2"
966
+ })), _path64 || (_path64 = /*#__PURE__*/React__default.createElement("path", {
967
+ d: "M29.7769 23.4785A8.64 8.64 0 0022 18a8.64 8.64 0 00-7.7769 5.4785L14 24l.2231.5215A8.64 8.64 0 0022 30a8.64 8.64 0 007.7769-5.4785L30 24zM22 28a4 4 0 114-4A4.0045 4.0045 0 0122 28zM25 10H4A2.0021 2.0021 0 012 8V4A2.0021 2.0021 0 014 2H25a2.0021 2.0021 0 012 2V8A2.0021 2.0021 0 0125 10zM4 4V8H25V4zM12 28H4V24h8V22H4a2.0023 2.0023 0 00-2 2v4a2.0023 2.0023 0 002 2h8z"
968
+ })), _path65 || (_path65 = /*#__PURE__*/React__default.createElement("path", {
969
+ d: "M28,12H7a2.0023,2.0023,0,0,0-2,2v4a2.0023,2.0023,0,0,0,2,2h5V18H7V14H28l.0007,2H30V14A2.0023,2.0023,0,0,0,28,12Z"
888
970
  })), children);
889
971
  });
890
972
  if (process.env.NODE_ENV !== "production") {
891
- LetterYy.propTypes = iconPropTypes;
973
+ IntrusionPrevention.propTypes = iconPropTypes;
892
974
  }
893
- var LetterZz = /*#__PURE__*/React__default.forwardRef(function LetterZz(_ref38, ref) {
975
+ var InventoryManagement = /*#__PURE__*/React__default.forwardRef(function InventoryManagement(_ref38, ref) {
894
976
  var children = _ref38.children,
895
977
  _ref38$size = _ref38.size,
896
978
  size = _ref38$size === void 0 ? 16 : _ref38$size,
@@ -902,14 +984,16 @@ var LetterZz = /*#__PURE__*/React__default.forwardRef(function LetterZz(_ref38,
902
984
  xmlns: "http://www.w3.org/2000/svg",
903
985
  viewBox: "0 0 32 32",
904
986
  fill: "currentColor"
905
- }, rest), _path49 || (_path49 = /*#__PURE__*/React__default.createElement("path", {
906
- d: "M25 15L25 13 17 13 17 15 22.5 15 17 21 17 23 25 23 25 21 19.51 21 25 15zM15 9L7 9 7 11 13 11 7 21 7 23 15 23 15 21 9 21 15 11 15 9z"
987
+ }, rest), _path66 || (_path66 = /*#__PURE__*/React__default.createElement("path", {
988
+ d: "M19 24H23V28H19zM26 24H30V28H26zM19 17H23V21H19zM26 17H30V21H26z"
989
+ })), _path67 || (_path67 = /*#__PURE__*/React__default.createElement("path", {
990
+ d: "M17,24H4V10H28v5h2V10a2.0023,2.0023,0,0,0-2-2H22V4a2.0023,2.0023,0,0,0-2-2H12a2.002,2.002,0,0,0-2,2V8H4a2.002,2.002,0,0,0-2,2V24a2.0023,2.0023,0,0,0,2,2H17ZM12,4h8V8H12Z"
907
991
  })), children);
908
992
  });
909
993
  if (process.env.NODE_ENV !== "production") {
910
- LetterZz.propTypes = iconPropTypes;
994
+ InventoryManagement.propTypes = iconPropTypes;
911
995
  }
912
- var License = /*#__PURE__*/React__default.forwardRef(function License(_ref39, ref) {
996
+ var IotConnect = /*#__PURE__*/React__default.forwardRef(function IotConnect(_ref39, ref) {
913
997
  var children = _ref39.children,
914
998
  _ref39$size = _ref39.size,
915
999
  size = _ref39$size === void 0 ? 16 : _ref39$size,
@@ -921,16 +1005,16 @@ var License = /*#__PURE__*/React__default.forwardRef(function License(_ref39, re
921
1005
  xmlns: "http://www.w3.org/2000/svg",
922
1006
  viewBox: "0 0 32 32",
923
1007
  fill: "currentColor"
924
- }, rest), _path50 || (_path50 = /*#__PURE__*/React__default.createElement("path", {
925
- d: "M10 6H22V8H10zM10 10H22V12H10zM10 24H16V26H10zM10 14H16V16H10z"
926
- })), _path51 || (_path51 = /*#__PURE__*/React__default.createElement("path", {
927
- d: "M24,30H8a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,8,2H24a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,24,30ZM8,4V28H24V4Z"
1008
+ }, rest), _path68 || (_path68 = /*#__PURE__*/React__default.createElement("path", {
1009
+ d: "M30,19H26V15H24v9H8V8l9-.0009V6H13V2H11V6H8A2.002,2.002,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2.0023,2.0023,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2.0027,2.0027,0,0,0,2-2V21h4Z"
1010
+ })), _path69 || (_path69 = /*#__PURE__*/React__default.createElement("path", {
1011
+ d: "M26,2a4.0042,4.0042,0,0,0-4,4,3.9556,3.9556,0,0,0,.5668,2.0192L19.5859,11H11V21H21V12.4141l2.9808-2.9808A3.9553,3.9553,0,0,0,26,10a4,4,0,0,0,0-8ZM19,19H13V13h6ZM26,8a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,26,8Z"
928
1012
  })), children);
929
1013
  });
930
1014
  if (process.env.NODE_ENV !== "production") {
931
- License.propTypes = iconPropTypes;
1015
+ IotConnect.propTypes = iconPropTypes;
932
1016
  }
933
- var LicenseDraft = /*#__PURE__*/React__default.forwardRef(function LicenseDraft(_ref40, ref) {
1017
+ var IotPlatform = /*#__PURE__*/React__default.forwardRef(function IotPlatform(_ref40, ref) {
934
1018
  var children = _ref40.children,
935
1019
  _ref40$size = _ref40.size,
936
1020
  size = _ref40$size === void 0 ? 16 : _ref40$size,
@@ -942,16 +1026,18 @@ var LicenseDraft = /*#__PURE__*/React__default.forwardRef(function LicenseDraft(
942
1026
  xmlns: "http://www.w3.org/2000/svg",
943
1027
  viewBox: "0 0 32 32",
944
1028
  fill: "currentColor"
945
- }, rest), _path52 || (_path52 = /*#__PURE__*/React__default.createElement("path", {
946
- d: "M8 6H20V8H8zM8 10H20V12H8zM8 14H14V16H8zM8 24H12V26H8z"
947
- })), _path53 || (_path53 = /*#__PURE__*/React__default.createElement("path", {
948
- d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM12 30H6a2.0021 2.0021 0 01-2-2V4A2.0021 2.0021 0 016 2H22a2.0021 2.0021 0 012 2V14H22V4H6V28h6z"
1029
+ }, rest), _path70 || (_path70 = /*#__PURE__*/React__default.createElement("path", {
1030
+ d: "M30,19H26V15H24v9H8V8l9-.0009V6H13V2H11V6H8A2.002,2.002,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2.0023,2.0023,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2.0027,2.0027,0,0,0,2-2V21h4Z"
1031
+ })), _path71 || (_path71 = /*#__PURE__*/React__default.createElement("path", {
1032
+ d: "M21 21H11V11H21zm-8-2h6V13H13zM31 13H29A10.0117 10.0117 0 0019 3V1A12.0131 12.0131 0 0131 13z"
1033
+ })), _path72 || (_path72 = /*#__PURE__*/React__default.createElement("path", {
1034
+ d: "M26,13H24a5.0059,5.0059,0,0,0-5-5V6A7.0085,7.0085,0,0,1,26,13Z"
949
1035
  })), children);
950
1036
  });
951
1037
  if (process.env.NODE_ENV !== "production") {
952
- LicenseDraft.propTypes = iconPropTypes;
1038
+ IotPlatform.propTypes = iconPropTypes;
953
1039
  }
954
- var LicenseGlobal = /*#__PURE__*/React__default.forwardRef(function LicenseGlobal(_ref41, ref) {
1040
+ var Ip = /*#__PURE__*/React__default.forwardRef(function Ip(_ref41, ref) {
955
1041
  var children = _ref41.children,
956
1042
  _ref41$size = _ref41.size,
957
1043
  size = _ref41$size === void 0 ? 16 : _ref41$size,
@@ -963,16 +1049,15 @@ var LicenseGlobal = /*#__PURE__*/React__default.forwardRef(function LicenseGloba
963
1049
  xmlns: "http://www.w3.org/2000/svg",
964
1050
  viewBox: "0 0 32 32",
965
1051
  fill: "currentColor"
966
- }, rest), _path54 || (_path54 = /*#__PURE__*/React__default.createElement("path", {
967
- d: "M22 14a8 8 0 108 8A8.0092 8.0092 0 0022 14zm5.91 7H25.9563a12.03 12.03 0 00-1.2183-4.3325A6.01 6.01 0 0127.91 21zm-7.8545 0A10.0135 10.0135 0 0122 16.0146 10.0121 10.0121 0 0123.9448 21zm3.89 2A10.01 10.01 0 0122 27.9854 10.0121 10.0121 0 0120.0552 23zm-4.6831-6.332A12.0265 12.0265 0 0018.0435 21H16.09A6.01 6.01 0 0119.2617 16.668zM16.09 23h1.9532a12.0265 12.0265 0 001.2182 4.332A6.01 6.01 0 0116.09 23zm8.6482 4.332A12.0242 12.0242 0 0025.9565 23H27.91A6.0088 6.0088 0 0124.7385 27.332zM6 14H12V16H6zM6 6H18V8H6zM6 10H18V12H6zM6 24H12V26H6z"
968
- })), _path55 || (_path55 = /*#__PURE__*/React__default.createElement("path", {
969
- d: "M12,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H20a2.0021,2.0021,0,0,1,2,2v8H20V4H4V28h8Z"
1052
+ }, rest), _path73 || (_path73 = /*#__PURE__*/React__default.createElement("path", {
1053
+ strokeWidth: "0",
1054
+ d: "M19 23h-2v-14h6c1.103 0 2 .897 2 2v5c0 1.103-.897 2-2 2h-4v5zm0-7h4v-5.0015h-4v5.0015zM7 11L10 11 10 21 7 21 7 23 15 23 15 21 12 21 12 11 15 11 15 9 7 9 7 11z"
970
1055
  })), children);
971
1056
  });
972
1057
  if (process.env.NODE_ENV !== "production") {
973
- LicenseGlobal.propTypes = iconPropTypes;
1058
+ Ip.propTypes = iconPropTypes;
974
1059
  }
975
- var LicenseMaintenance = /*#__PURE__*/React__default.forwardRef(function LicenseMaintenance(_ref42, ref) {
1060
+ var Iso = /*#__PURE__*/React__default.forwardRef(function Iso(_ref42, ref) {
976
1061
  var children = _ref42.children,
977
1062
  _ref42$size = _ref42.size,
978
1063
  size = _ref42$size === void 0 ? 16 : _ref42$size,
@@ -984,16 +1069,14 @@ var LicenseMaintenance = /*#__PURE__*/React__default.forwardRef(function License
984
1069
  xmlns: "http://www.w3.org/2000/svg",
985
1070
  viewBox: "0 0 32 32",
986
1071
  fill: "currentColor"
987
- }, rest), _path56 || (_path56 = /*#__PURE__*/React__default.createElement("path", {
988
- d: "M8 14H14V16H8zM8 6H20V8H8zM8 10H20V12H8zM8 24H14V26H8zM30 24V22H27.8989a4.9678 4.9678 0 00-.7319-1.7529l1.49-1.49-1.414-1.414-1.49 1.49A4.9678 4.9678 0 0024 18.1011V16H22v2.1011a4.9678 4.9678 0 00-1.7529.7319l-1.49-1.49-1.414 1.414 1.49 1.49A4.9678 4.9678 0 0018.1011 22H16v2h2.1011a4.9678 4.9678 0 00.7319 1.7529l-1.49 1.49 1.414 1.414 1.49-1.49A4.9678 4.9678 0 0022 27.8989V30h2V27.8989a4.9678 4.9678 0 001.7529-.7319l1.49 1.49 1.414-1.414-1.49-1.49A4.9678 4.9678 0 0027.8989 24zm-7 2a3 3 0 113-3A3.0033 3.0033 0 0123 26z"
989
- })), _path57 || (_path57 = /*#__PURE__*/React__default.createElement("path", {
990
- d: "M14,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h8Z"
1072
+ }, rest), _path74 || (_path74 = /*#__PURE__*/React__default.createElement("path", {
1073
+ d: "M28 23H24a2 2 0 01-2-2V11a2 2 0 012-2h4a2 2 0 012 2V21A2 2 0 0128 23zM24 11V21h4V11zM18 23H12V21h6V17H14a2 2 0 01-2-2V11a2 2 0 012-2h6v2H14v4h4a2 2 0 012 2v4A2 2 0 0118 23zM2 11L5 11 5 21 2 21 2 23 10 23 10 21 7 21 7 11 10 11 10 9 2 9 2 11z"
991
1074
  })), children);
992
1075
  });
993
1076
  if (process.env.NODE_ENV !== "production") {
994
- LicenseMaintenance.propTypes = iconPropTypes;
1077
+ Iso.propTypes = iconPropTypes;
995
1078
  }
996
- var LicenseMaintenanceDraft = /*#__PURE__*/React__default.forwardRef(function LicenseMaintenanceDraft(_ref43, ref) {
1079
+ var IsoFilled = /*#__PURE__*/React__default.forwardRef(function IsoFilled(_ref43, ref) {
997
1080
  var children = _ref43.children,
998
1081
  _ref43$size = _ref43.size,
999
1082
  size = _ref43$size === void 0 ? 16 : _ref43$size,
@@ -1005,16 +1088,16 @@ var LicenseMaintenanceDraft = /*#__PURE__*/React__default.forwardRef(function Li
1005
1088
  xmlns: "http://www.w3.org/2000/svg",
1006
1089
  viewBox: "0 0 32 32",
1007
1090
  fill: "currentColor"
1008
- }, rest), _path58 || (_path58 = /*#__PURE__*/React__default.createElement("path", {
1009
- d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM20 13V11H17.8579a3.94 3.94 0 00-.4248-1.019L18.95 8.4644 17.5356 7.05 16.019 8.5669A3.9443 3.9443 0 0015 8.1421V6H13V8.1421a3.9443 3.9443 0 00-1.019.4248L10.4644 7.05 9.05 8.4644 10.5669 9.981A3.94 3.94 0 0010.1421 11H8v2h2.1421a3.94 3.94 0 00.4248 1.019L9.05 15.5356 10.4644 16.95l1.5166-1.5166A3.9443 3.9443 0 0013 15.8579V18h2V15.8579a3.9443 3.9443 0 001.019-.4248L17.5356 16.95 18.95 15.5356 17.4331 14.019A3.94 3.94 0 0017.8579 13zm-6 1a2 2 0 112-2A2.0025 2.0025 0 0114 14z"
1010
- })), _path59 || (_path59 = /*#__PURE__*/React__default.createElement("path", {
1011
- d: "M12,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h6Z"
1091
+ }, rest), _path75 || (_path75 = /*#__PURE__*/React__default.createElement("path", {
1092
+ d: "M21 13H24V19H21z"
1093
+ })), _path76 || (_path76 = /*#__PURE__*/React__default.createElement("path", {
1094
+ 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,6ZM8,21H6V11H8Zm9-8H12v2h3a2,2,0,0,1,2,2v2a2,2,0,0,1-2,2H10V19h5V17H12a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5Zm9,6a2,2,0,0,1-2,2H21a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h3a2,2,0,0,1,2,2Z"
1012
1095
  })), children);
1013
1096
  });
1014
1097
  if (process.env.NODE_ENV !== "production") {
1015
- LicenseMaintenanceDraft.propTypes = iconPropTypes;
1098
+ IsoFilled.propTypes = iconPropTypes;
1016
1099
  }
1017
- var LicenseThirdParty = /*#__PURE__*/React__default.forwardRef(function LicenseThirdParty(_ref44, ref) {
1100
+ var IsoOutline = /*#__PURE__*/React__default.forwardRef(function IsoOutline(_ref44, ref) {
1018
1101
  var children = _ref44.children,
1019
1102
  _ref44$size = _ref44.size,
1020
1103
  size = _ref44$size === void 0 ? 16 : _ref44$size,
@@ -1026,16 +1109,16 @@ var LicenseThirdParty = /*#__PURE__*/React__default.forwardRef(function LicenseT
1026
1109
  xmlns: "http://www.w3.org/2000/svg",
1027
1110
  viewBox: "0 0 32 32",
1028
1111
  fill: "currentColor"
1029
- }, rest), _path60 || (_path60 = /*#__PURE__*/React__default.createElement("path", {
1030
- d: "M8 14H14V16H8zM8 6H20V8H8zM8 10H20V12H8zM8 24H14V26H8zM27 25H21a3 3 0 00-3 3v2h2V28a1 1 0 011-1h6a1 1 0 011 1v2h2V28A3 3 0 0027 25zM24 24a4 4 0 10-4-4A4 4 0 0024 24zm0-6a2 2 0 11-2 2A2 2 0 0124 18z"
1031
- })), _path61 || (_path61 = /*#__PURE__*/React__default.createElement("path", {
1032
- d: "M14,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h8Z"
1112
+ }, rest), _path77 || (_path77 = /*#__PURE__*/React__default.createElement("path", {
1113
+ d: "M24 21H21a2 2 0 01-2-2V13a2 2 0 012-2h3a2 2 0 012 2v6A2 2 0 0124 21zm-3-8v6h3V13zM15 21H10V19h5V17H12a2 2 0 01-2-2V13a2 2 0 012-2h5v2H12v2h3a2 2 0 012 2v2A2 2 0 0115 21zM6 11H8V21H6z"
1114
+ })), _path78 || (_path78 = /*#__PURE__*/React__default.createElement("path", {
1115
+ 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,6ZM4,24V8H28V24Z"
1033
1116
  })), children);
1034
1117
  });
1035
1118
  if (process.env.NODE_ENV !== "production") {
1036
- LicenseThirdParty.propTypes = iconPropTypes;
1119
+ IsoOutline.propTypes = iconPropTypes;
1037
1120
  }
1038
- var LicenseThirdPartyDraft = /*#__PURE__*/React__default.forwardRef(function LicenseThirdPartyDraft(_ref45, ref) {
1121
+ var JoinFull = /*#__PURE__*/React__default.forwardRef(function JoinFull(_ref45, ref) {
1039
1122
  var children = _ref45.children,
1040
1123
  _ref45$size = _ref45.size,
1041
1124
  size = _ref45$size === void 0 ? 16 : _ref45$size,
@@ -1047,16 +1130,22 @@ var LicenseThirdPartyDraft = /*#__PURE__*/React__default.forwardRef(function Lic
1047
1130
  xmlns: "http://www.w3.org/2000/svg",
1048
1131
  viewBox: "0 0 32 32",
1049
1132
  fill: "currentColor"
1050
- }, rest), _path62 || (_path62 = /*#__PURE__*/React__default.createElement("path", {
1051
- d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM17 15H11a3 3 0 00-3 3v1h2V18a1 1 0 011-1h6a1 1 0 011 1v1h2V18A3 3 0 0017 15zM14 14a4 4 0 10-4-4A4 4 0 0014 14zm0-6a2 2 0 11-2 2A2 2 0 0114 8z"
1052
- })), _path63 || (_path63 = /*#__PURE__*/React__default.createElement("path", {
1053
- d: "M12,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h6Z"
1133
+ }, rest), _path79 || (_path79 = /*#__PURE__*/React__default.createElement("path", {
1134
+ fill: "none",
1135
+ d: "M16,9.0752a7.9941,7.9941,0,0,1,0,13.85,7.9941,7.9941,0,0,1,0-13.85m0-2.2373a9.9953,9.9953,0,0,0,0,18.3242A9.9953,9.9953,0,0,0,16,6.8379Z",
1136
+ "data-icon-path": "inner-path"
1137
+ })), _path80 || (_path80 = /*#__PURE__*/React__default.createElement("path", {
1138
+ d: "M10,16a9.9976,9.9976,0,0,1,6-9.1621,10,10,0,1,0,0,18.3242A9.9976,9.9976,0,0,1,10,16Z"
1139
+ })), _path81 || (_path81 = /*#__PURE__*/React__default.createElement("path", {
1140
+ d: "M16,9.0752a7.9941,7.9941,0,0,0,0,13.85,7.9941,7.9941,0,0,0,0-13.85Z"
1141
+ })), _path82 || (_path82 = /*#__PURE__*/React__default.createElement("path", {
1142
+ d: "M20,6a9.9539,9.9539,0,0,0-4,.8379,9.9953,9.9953,0,0,1,0,18.3242A9.9988,9.9988,0,1,0,20,6Z"
1054
1143
  })), children);
1055
1144
  });
1056
1145
  if (process.env.NODE_ENV !== "production") {
1057
- LicenseThirdPartyDraft.propTypes = iconPropTypes;
1146
+ JoinFull.propTypes = iconPropTypes;
1058
1147
  }
1059
- var Lifesaver = /*#__PURE__*/React__default.forwardRef(function Lifesaver(_ref46, ref) {
1148
+ var JoinInner = /*#__PURE__*/React__default.forwardRef(function JoinInner(_ref46, ref) {
1060
1149
  var children = _ref46.children,
1061
1150
  _ref46$size = _ref46.size,
1062
1151
  size = _ref46$size === void 0 ? 16 : _ref46$size,
@@ -1068,50 +1157,18 @@ var Lifesaver = /*#__PURE__*/React__default.forwardRef(function Lifesaver(_ref46
1068
1157
  xmlns: "http://www.w3.org/2000/svg",
1069
1158
  viewBox: "0 0 32 32",
1070
1159
  fill: "currentColor"
1071
- }, rest), _path64 || (_path64 = /*#__PURE__*/React__default.createElement("path", {
1072
- d: "M28.2261,22.812a13.9664,13.9664,0,0,0,0-13.624L28.4141,9a2.0021,2.0021,0,0,0,0-2.8281l-2.5857-2.586a2.0028,2.0028,0,0,0-2.8284,0l-.1877.1875a13.9687,13.9687,0,0,0-13.6243,0L9,3.5859a2.0024,2.0024,0,0,0-2.8284,0L3.5859,6.1719A2.0021,2.0021,0,0,0,3.5859,9l.1878.1875a13.97,13.97,0,0,0,0,13.625L3.5859,23a2.0021,2.0021,0,0,0,0,2.8281l2.5857,2.586a2.0021,2.0021,0,0,0,2.8284,0l.188-.188a13.9687,13.9687,0,0,0,13.6243.0005L23,28.4141a2.0021,2.0021,0,0,0,2.8284,0l2.5857-2.586a2.0021,2.0021,0,0,0,0-2.8281ZM28,16a11.973,11.973,0,0,1-1.2546,5.3315l-3.8948-3.895a6.9808,6.9808,0,0,0,0-2.873l3.8948-3.895A11.973,11.973,0,0,1,28,16ZM27,7.5859l-4.9346,4.9346A7.0434,7.0434,0,0,0,19.48,9.9346L24.4143,5ZM16,21a5,5,0,1,1,5-5A5.0057,5.0057,0,0,1,16,21ZM21.3154,5.2705,17.4365,9.1494a6.9808,6.9808,0,0,0-2.873,0L10.6846,5.2705A12.2484,12.2484,0,0,1,21.3154,5.2705ZM7.5859,5l4.9346,4.9346a7.0449,7.0449,0,0,0-2.5859,2.5859L5,7.5859ZM4,16a11.9716,11.9716,0,0,1,1.2546-5.3311l3.8948,3.8946a6.9808,6.9808,0,0,0,0,2.873L5.2546,21.3311A11.9716,11.9716,0,0,1,4,16ZM7.5857,27,5,24.4141,9.9346,19.48a7.0434,7.0434,0,0,0,2.5859,2.5859Zm3.0989-.27,3.8789-3.8789a6.9808,6.9808,0,0,0,2.873,0L21.3154,26.73A12.2484,12.2484,0,0,1,10.6846,26.73Zm13.73.27L19.48,22.0654A7.0449,7.0449,0,0,0,22.0654,19.48L27,24.4141Z"
1160
+ }, rest), _path83 || (_path83 = /*#__PURE__*/React__default.createElement("path", {
1161
+ d: "M20,6a9.9355,9.9355,0,0,0-4,.8418A9.999,9.999,0,1,0,16,25.16,9.998,9.998,0,1,0,20,6ZM12,24A8,8,0,1,1,13.7573,8.2017a9.9734,9.9734,0,0,0,0,15.5986A7.9919,7.9919,0,0,1,12,24Zm8,0a7.9919,7.9919,0,0,1-1.7573-.2,9.9734,9.9734,0,0,0,0-15.5986A7.9972,7.9972,0,1,1,20,24Z"
1073
1162
  })), children);
1074
1163
  });
1075
1164
  if (process.env.NODE_ENV !== "production") {
1076
- Lifesaver.propTypes = iconPropTypes;
1165
+ JoinInner.propTypes = iconPropTypes;
1077
1166
  }
1078
- var Light = /*#__PURE__*/React__default.forwardRef(function Light(_ref47, ref) {
1167
+ var JoinLeft = /*#__PURE__*/React__default.forwardRef(function JoinLeft(_ref47, ref) {
1079
1168
  var children = _ref47.children,
1080
1169
  _ref47$size = _ref47.size,
1081
1170
  size = _ref47$size === void 0 ? 16 : _ref47$size,
1082
1171
  rest = _objectWithoutProperties(_ref47, _excluded47);
1083
- if (size === 16 || size === "16" || size === "16px") {
1084
- return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1085
- width: size,
1086
- height: size,
1087
- ref: ref,
1088
- xmlns: "http://www.w3.org/2000/svg",
1089
- viewBox: "0 0 16 16",
1090
- fill: "currentColor"
1091
- }, rest), _path65 || (_path65 = /*#__PURE__*/React__default.createElement("path", {
1092
- d: "M7.5 1H8.5V3.5H7.5z"
1093
- })), _path66 || (_path66 = /*#__PURE__*/React__default.createElement("path", {
1094
- d: "M10.8 3.4H13.3V4.4H10.8z",
1095
- transform: "rotate(-45.001 12.041 3.923)"
1096
- })), _path67 || (_path67 = /*#__PURE__*/React__default.createElement("path", {
1097
- d: "M12.5 7.5H15V8.5H12.5z"
1098
- })), _path68 || (_path68 = /*#__PURE__*/React__default.createElement("path", {
1099
- d: "M11.6 10.8H12.6V13.3H11.6z",
1100
- transform: "rotate(-45.001 12.075 12.041)"
1101
- })), _path69 || (_path69 = /*#__PURE__*/React__default.createElement("path", {
1102
- d: "M7.5 12.5H8.5V15H7.5z"
1103
- })), _path70 || (_path70 = /*#__PURE__*/React__default.createElement("path", {
1104
- d: "M2.7 11.6H5.2V12.6H2.7z",
1105
- transform: "rotate(-45.001 3.96 12.079)"
1106
- })), _path71 || (_path71 = /*#__PURE__*/React__default.createElement("path", {
1107
- d: "M1 7.5H3.5V8.5H1z"
1108
- })), _path72 || (_path72 = /*#__PURE__*/React__default.createElement("path", {
1109
- d: "M3.4 2.7H4.4V5.2H3.4z",
1110
- transform: "rotate(-45.001 3.925 3.961)"
1111
- })), _path73 || (_path73 = /*#__PURE__*/React__default.createElement("path", {
1112
- d: "M8,6c1.1,0,2,0.9,2,2s-0.9,2-2,2S6,9.1,6,8S6.9,6,8,6 M8,5C6.3,5,5,6.3,5,8s1.3,3,3,3s3-1.3,3-3S9.7,5,8,5z"
1113
- })), children);
1114
- }
1115
1172
  return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1116
1173
  width: size,
1117
1174
  height: size,
@@ -1119,34 +1176,22 @@ var Light = /*#__PURE__*/React__default.forwardRef(function Light(_ref47, ref) {
1119
1176
  xmlns: "http://www.w3.org/2000/svg",
1120
1177
  viewBox: "0 0 32 32",
1121
1178
  fill: "currentColor"
1122
- }, rest), _path74 || (_path74 = /*#__PURE__*/React__default.createElement("path", {
1123
- d: "M15 2H17V7H15z"
1124
- })), _path75 || (_path75 = /*#__PURE__*/React__default.createElement("path", {
1125
- d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
1126
- transform: "rotate(-45 24.147 7.853)"
1127
- })), _path76 || (_path76 = /*#__PURE__*/React__default.createElement("path", {
1128
- d: "M25 15H30V17H25z"
1129
- })), _path77 || (_path77 = /*#__PURE__*/React__default.createElement("path", {
1130
- d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
1131
- transform: "rotate(-45 24.147 24.146)"
1132
- })), _path78 || (_path78 = /*#__PURE__*/React__default.createElement("path", {
1133
- d: "M15 25H17V30H15z"
1134
- })), _path79 || (_path79 = /*#__PURE__*/React__default.createElement("path", {
1135
- d: "M5.375 23.147H10.333V25.147H5.375z",
1136
- transform: "rotate(-45 7.853 24.146)"
1137
- })), _path80 || (_path80 = /*#__PURE__*/React__default.createElement("path", {
1138
- d: "M2 15H7V17H2z"
1139
- })), _path81 || (_path81 = /*#__PURE__*/React__default.createElement("path", {
1140
- d: "M6.854 5.375H8.854V10.333H6.854z",
1141
- transform: "rotate(-45 7.854 7.853)"
1142
- })), _path82 || (_path82 = /*#__PURE__*/React__default.createElement("path", {
1143
- d: "M16,12a4,4,0,1,1-4,4,4.0045,4.0045,0,0,1,4-4m0-2a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
1179
+ }, rest), _path84 || (_path84 = /*#__PURE__*/React__default.createElement("path", {
1180
+ d: "M20,6a9.9272,9.9272,0,0,0-3.9968.8394,9.9758,9.9758,0,0,1,2.2451,1.36,8,8,0,1,1,0,15.6016,9.9758,9.9758,0,0,1-2.2451,1.36A9.9976,9.9976,0,1,0,20,6Z"
1181
+ })), _path85 || (_path85 = /*#__PURE__*/React__default.createElement("path", {
1182
+ d: "M12,16a8.01,8.01,0,0,0,6.2483,7.8008,9.9858,9.9858,0,0,0,0-15.6016A8.01,8.01,0,0,0,12,16Z"
1183
+ })), _path86 || (_path86 = /*#__PURE__*/React__default.createElement("path", {
1184
+ fill: "none",
1185
+ d: "M12,16a8.01,8.01,0,0,1,6.2483-7.8008,9.9758,9.9758,0,0,0-2.2451-1.36,9.9909,9.9909,0,0,0,0,18.3212,9.9758,9.9758,0,0,0,2.2451-1.36A8.01,8.01,0,0,1,12,16Z",
1186
+ "data-icon-path": "inner-path"
1187
+ })), _path87 || (_path87 = /*#__PURE__*/React__default.createElement("path", {
1188
+ d: "M10,16a10.0105,10.0105,0,0,1,6.0032-9.1606,10,10,0,1,0,0,18.3212A10.0105,10.0105,0,0,1,10,16Z"
1144
1189
  })), children);
1145
1190
  });
1146
1191
  if (process.env.NODE_ENV !== "production") {
1147
- Light.propTypes = iconPropTypes;
1192
+ JoinLeft.propTypes = iconPropTypes;
1148
1193
  }
1149
- var LightFilled = /*#__PURE__*/React__default.forwardRef(function LightFilled(_ref48, ref) {
1194
+ var JoinOuter = /*#__PURE__*/React__default.forwardRef(function JoinOuter(_ref48, ref) {
1150
1195
  var children = _ref48.children,
1151
1196
  _ref48$size = _ref48.size,
1152
1197
  size = _ref48$size === void 0 ? 16 : _ref48$size,
@@ -1158,34 +1203,14 @@ var LightFilled = /*#__PURE__*/React__default.forwardRef(function LightFilled(_r
1158
1203
  xmlns: "http://www.w3.org/2000/svg",
1159
1204
  viewBox: "0 0 32 32",
1160
1205
  fill: "currentColor"
1161
- }, rest), _path83 || (_path83 = /*#__PURE__*/React__default.createElement("path", {
1162
- d: "M15 2H17V7H15z"
1163
- })), _path84 || (_path84 = /*#__PURE__*/React__default.createElement("path", {
1164
- d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
1165
- transform: "rotate(-45 24.147 7.853)"
1166
- })), _path85 || (_path85 = /*#__PURE__*/React__default.createElement("path", {
1167
- d: "M25 15H30V17H25z"
1168
- })), _path86 || (_path86 = /*#__PURE__*/React__default.createElement("path", {
1169
- d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
1170
- transform: "rotate(-45 24.147 24.146)"
1171
- })), _path87 || (_path87 = /*#__PURE__*/React__default.createElement("path", {
1172
- d: "M15 25H17V30H15z"
1173
- })), _path88 || (_path88 = /*#__PURE__*/React__default.createElement("path", {
1174
- d: "M5.375 23.147H10.333V25.147H5.375z",
1175
- transform: "rotate(-45 7.853 24.146)"
1176
- })), _path89 || (_path89 = /*#__PURE__*/React__default.createElement("path", {
1177
- d: "M2 15H7V17H2z"
1178
- })), _path90 || (_path90 = /*#__PURE__*/React__default.createElement("path", {
1179
- d: "M6.854 5.375H8.854V10.333H6.854z",
1180
- transform: "rotate(-45 7.854 7.853)"
1181
- })), _path91 || (_path91 = /*#__PURE__*/React__default.createElement("path", {
1182
- d: "M16,10a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
1206
+ }, rest), _path88 || (_path88 = /*#__PURE__*/React__default.createElement("path", {
1207
+ d: "M20 6a9.9539 9.9539 0 00-4 .8379 9.9953 9.9953 0 010 18.3242A9.9988 9.9988 0 1020 6zM10 16a9.9976 9.9976 0 016-9.1621 10 10 0 100 18.3242A9.9976 9.9976 0 0110 16z"
1183
1208
  })), children);
1184
1209
  });
1185
1210
  if (process.env.NODE_ENV !== "production") {
1186
- LightFilled.propTypes = iconPropTypes;
1211
+ JoinOuter.propTypes = iconPropTypes;
1187
1212
  }
1188
- var Lightning = /*#__PURE__*/React__default.forwardRef(function Lightning(_ref49, ref) {
1213
+ var JoinRight = /*#__PURE__*/React__default.forwardRef(function JoinRight(_ref49, ref) {
1189
1214
  var children = _ref49.children,
1190
1215
  _ref49$size = _ref49.size,
1191
1216
  size = _ref49$size === void 0 ? 16 : _ref49$size,
@@ -1197,14 +1222,22 @@ var Lightning = /*#__PURE__*/React__default.forwardRef(function Lightning(_ref49
1197
1222
  xmlns: "http://www.w3.org/2000/svg",
1198
1223
  viewBox: "0 0 32 32",
1199
1224
  fill: "currentColor"
1200
- }, rest), _path92 || (_path92 = /*#__PURE__*/React__default.createElement("path", {
1201
- d: "M11.61,29.92a1,1,0,0,1-.6-1.07L12.83,17H8a1,1,0,0,1-1-1.23l3-13A1,1,0,0,1,11,2H21a1,1,0,0,1,.78.37,1,1,0,0,1,.2.85L20.25,11H25a1,1,0,0,1,.9.56,1,1,0,0,1-.11,1l-13,17A1,1,0,0,1,12,30,1.09,1.09,0,0,1,11.61,29.92ZM17.75,13l2-9H11.8L9.26,15h5.91L13.58,25.28,23,13Z"
1225
+ }, rest), _path89 || (_path89 = /*#__PURE__*/React__default.createElement("path", {
1226
+ d: "M20,6a9.95,9.95,0,0,0-4.0032.8394,9.9909,9.9909,0,0,1,0,18.3212A9.9988,9.9988,0,1,0,20,6Z"
1227
+ })), _path90 || (_path90 = /*#__PURE__*/React__default.createElement("path", {
1228
+ fill: "none",
1229
+ d: "M20,16a8.01,8.01,0,0,0-6.2483-7.8008,9.9758,9.9758,0,0,1,2.2451-1.36,9.9909,9.9909,0,0,1,0,18.3212,9.9758,9.9758,0,0,1-2.2451-1.36A8.01,8.01,0,0,0,20,16Z",
1230
+ "data-icon-path": "inner-path"
1231
+ })), _path91 || (_path91 = /*#__PURE__*/React__default.createElement("path", {
1232
+ d: "M10,16a9.9759,9.9759,0,0,0,3.7517,7.8008,7.9937,7.9937,0,0,0,0-15.6016A9.9759,9.9759,0,0,0,10,16Z"
1233
+ })), _path92 || (_path92 = /*#__PURE__*/React__default.createElement("path", {
1234
+ d: "M12,24A8,8,0,1,1,13.7517,8.1992a9.9758,9.9758,0,0,1,2.2451-1.36,10,10,0,1,0,0,18.3212,9.9758,9.9758,0,0,1-2.2451-1.36A7.9727,7.9727,0,0,1,12,24Z"
1202
1235
  })), children);
1203
1236
  });
1204
1237
  if (process.env.NODE_ENV !== "production") {
1205
- Lightning.propTypes = iconPropTypes;
1238
+ JoinRight.propTypes = iconPropTypes;
1206
1239
  }
1207
- var Link = /*#__PURE__*/React__default.forwardRef(function Link(_ref50, ref) {
1240
+ var JoinNode = /*#__PURE__*/React__default.forwardRef(function JoinNode(_ref50, ref) {
1208
1241
  var children = _ref50.children,
1209
1242
  _ref50$size = _ref50.size,
1210
1243
  size = _ref50$size === void 0 ? 16 : _ref50$size,
@@ -1217,15 +1250,14 @@ var Link = /*#__PURE__*/React__default.forwardRef(function Link(_ref50, ref) {
1217
1250
  viewBox: "0 0 32 32",
1218
1251
  fill: "currentColor"
1219
1252
  }, rest), _path93 || (_path93 = /*#__PURE__*/React__default.createElement("path", {
1220
- d: "M29.25,6.76a6,6,0,0,0-8.5,0l1.42,1.42a4,4,0,1,1,5.67,5.67l-8,8a4,4,0,1,1-5.67-5.66l1.41-1.42-1.41-1.42-1.42,1.42a6,6,0,0,0,0,8.5A6,6,0,0,0,17,25a6,6,0,0,0,4.27-1.76l8-8A6,6,0,0,0,29.25,6.76Z"
1221
- })), _path94 || (_path94 = /*#__PURE__*/React__default.createElement("path", {
1222
- d: "M4.19,24.82a4,4,0,0,1,0-5.67l8-8a4,4,0,0,1,5.67,0A3.94,3.94,0,0,1,19,14a4,4,0,0,1-1.17,2.85L15.71,19l1.42,1.42,2.12-2.12a6,6,0,0,0-8.51-8.51l-8,8a6,6,0,0,0,0,8.51A6,6,0,0,0,7,28a6.07,6.07,0,0,0,4.28-1.76L9.86,24.82A4,4,0,0,1,4.19,24.82Z"
1253
+ strokeWidth: "0",
1254
+ d: "M2 9H6V11H2zM2 21H6V23H2zM25 11L23.5859 12.4141 26.1719 15 18 15 18 4 12 4 12 9 8 9 8 11 12 11 12 21 8 21 8 23 12 23 12 28 18 28 18 17 26.1719 17 23.5859 19.5859 25 21 30 16 25 11z"
1223
1255
  })), children);
1224
1256
  });
1225
1257
  if (process.env.NODE_ENV !== "production") {
1226
- Link.propTypes = iconPropTypes;
1258
+ JoinNode.propTypes = iconPropTypes;
1227
1259
  }
1228
- var Linux = /*#__PURE__*/React__default.forwardRef(function Linux(_ref51, ref) {
1260
+ var Jpg = /*#__PURE__*/React__default.forwardRef(function Jpg(_ref51, ref) {
1229
1261
  var children = _ref51.children,
1230
1262
  _ref51$size = _ref51.size,
1231
1263
  size = _ref51$size === void 0 ? 16 : _ref51$size,
@@ -1237,14 +1269,14 @@ var Linux = /*#__PURE__*/React__default.forwardRef(function Linux(_ref51, ref) {
1237
1269
  xmlns: "http://www.w3.org/2000/svg",
1238
1270
  viewBox: "0 0 32 32",
1239
1271
  fill: "currentColor"
1240
- }, rest), _path95 || (_path95 = /*#__PURE__*/React__default.createElement("path", {
1241
- d: "M29.8945,23.542l-1.7238-3.4473a1.9994,1.9994,0,0,0-1.7886-1.1054h-.4683a14.887,14.887,0,0,0-1.8193-4.5977C23.0647,12.4429,22,10.4277,22,8A6,6,0,0,0,10,8a13.0041,13.0041,0,0,1-2.0486,6.2153,14.7022,14.7022,0,0,0-1.8708,4.7759H5.6184a2.0007,2.0007,0,0,0-1.7893,1.106L2.1055,23.5439a1,1,0,0,0,.0971,1.0508L6.2319,29.92a2.9995,2.9995,0,0,0,3.8482.6519l1.8735-1.1241A13.8223,13.8223,0,0,0,16,30a13.8034,13.8034,0,0,0,4.0488-.5527L21.92,30.57a2.9819,2.9819,0,0,0,1.5385.43,3.0385,3.0385,0,0,0,2.3389-1.1187l4-5.2885A1.001,1.001,0,0,0,29.8945,23.542Zm-7.5683-8.2158a14.8311,14.8311,0,0,1,1.5591,3.6631H21.738a16.6591,16.6591,0,0,0-.98-2.6455,12.7083,12.7083,0,0,1-.8789-2.4454,8.8046,8.8046,0,0,0,1.0034-1.4277l.0384-.0718A30.746,30.746,0,0,0,22.3262,15.3262ZM12,21a9.3959,9.3959,0,0,1,1.0728-3.8516c.2563-.5825.5158-1.1757.726-1.7993a4.0474,4.0474,0,0,0,4.4024,0c.21.6236.47,1.2168.726,1.7993A9.3959,9.3959,0,0,1,20,21c0,1.2881-.4146,3-4,3S12,22.2881,12,21Zm6.5105-8.5752A3.6265,3.6265,0,0,1,16,14a3.6273,3.6273,0,0,1-2.5107-1.5757,7.6356,7.6356,0,0,1,5.0212,0ZM12,8a4,4,0,0,1,8,0,10.9164,10.9164,0,0,0,.4673,3.1152A7.9811,7.9811,0,0,0,19,10.4849V8H17v2.0542a9.2522,9.2522,0,0,0-2,0V8H13v2.4849a7.9019,7.9019,0,0,0-1.4785.6372A10.7093,10.7093,0,0,0,12,8ZM9.7146,15.1592A29.8007,29.8007,0,0,0,11.0693,12.38l.0484.09a8.8046,8.8046,0,0,0,1.0034,1.4277,12.7083,12.7083,0,0,1-.8789,2.4454,16.6574,16.6574,0,0,0-.981,2.6474H8.1047A14.0567,14.0567,0,0,1,9.7146,15.1592Zm1.3708,12.4775L9.0508,28.8574a.9866.9866,0,0,1-1.2529-.1806L4.1724,23.8833l1.4458-2.8921h3.706L11.49,26.3853A1.0036,1.0036,0,0,1,11.0854,27.6367Zm2.316.1177a2.9571,2.9571,0,0,0-.0562-2.11A9.03,9.03,0,0,0,16,26a9.0237,9.0237,0,0,0,2.6562-.3564,2.9889,2.9889,0,0,0-.0546,2.11,13.8722,13.8722,0,0,1-5.2,0Zm10.83.8833a.996.996,0,0,1-1.2827.2178l-2.0342-1.2207h0a1.01,1.01,0,0,1-.396-1.273l2.157-5.3725h3.7058l1.4461,2.892Z"
1272
+ }, rest), _path94 || (_path94 = /*#__PURE__*/React__default.createElement("path", {
1273
+ d: "M30 23H24a2 2 0 01-2-2V11a2 2 0 012-2h6v2H24V21h4V17H26V15h4zM14 23H12V9h6a2 2 0 012 2v5a2 2 0 01-2 2H14zm0-7h4V11H14zM8 23H4a2 2 0 01-2-2V19H4v2H8V9h2V21A2 2 0 018 23z"
1242
1274
  })), children);
1243
1275
  });
1244
1276
  if (process.env.NODE_ENV !== "production") {
1245
- Linux.propTypes = iconPropTypes;
1277
+ Jpg.propTypes = iconPropTypes;
1246
1278
  }
1247
- var LinuxAlt = /*#__PURE__*/React__default.forwardRef(function LinuxAlt(_ref52, ref) {
1279
+ var JsError = /*#__PURE__*/React__default.forwardRef(function JsError(_ref52, ref) {
1248
1280
  var children = _ref52.children,
1249
1281
  _ref52$size = _ref52.size,
1250
1282
  size = _ref52$size === void 0 ? 16 : _ref52$size,
@@ -1256,16 +1288,16 @@ var LinuxAlt = /*#__PURE__*/React__default.forwardRef(function LinuxAlt(_ref52,
1256
1288
  xmlns: "http://www.w3.org/2000/svg",
1257
1289
  viewBox: "0 0 32 32",
1258
1290
  fill: "currentColor"
1259
- }, rest), _path96 || (_path96 = /*#__PURE__*/React__default.createElement("path", {
1260
- d: "M22.6121,20.5215A6.1582,6.1582,0,0,0,24,16.5254C24,13.4785,21.9812,11,19.5,11A4.2435,4.2435,0,0,0,16,13.06,4.2435,4.2435,0,0,0,12.5,11C10.0188,11,8,13.4785,8,16.5254a6.1593,6.1593,0,0,0,1.3879,3.9961c-.5688.3686-.9389.6416-.988.6787a1,1,0,0,0-.1807,1.4248C8.6592,23.1748,12.6169,28,16,28s7.3408-4.8252,7.7808-5.375A1,1,0,0,0,23.6,21.2C23.551,21.1631,23.1812,20.89,22.6121,20.5215ZM12.5,13c1.3552,0,2.5,1.6143,2.5,3.5254v1.5664a9.1005,9.1005,0,0,0-1.0244.2314A2.6411,2.6411,0,0,0,14,18c0-1.1045-.6716-2-1.5-2s-1.5.8955-1.5,2a2.38,2.38,0,0,0,.4072,1.3623c-.0813.0415-.1687.0806-.248.1221A4.0291,4.0291,0,0,1,10,16.5254C10,14.6143,11.1448,13,12.5,13ZM16,26c-1.5691,0-3.9648-2.084-5.52-3.8057C11.9,21.2788,14.2656,20,16,20s4.1,1.2788,5.52,2.1943C19.9648,23.916,17.5691,26,16,26Zm4.8408-6.5156c-.0793-.0415-.1667-.0806-.248-.1221A2.38,2.38,0,0,0,21,18c0-1.1045-.6716-2-1.5-2s-1.5.8955-1.5,2a2.6411,2.6411,0,0,0,.0244.3232A9.1005,9.1005,0,0,0,17,18.0918V16.5254C17,14.6143,18.1448,13,19.5,13S22,14.6143,22,16.5254A4.0291,4.0291,0,0,1,20.8408,19.4844Z"
1261
- })), _path97 || (_path97 = /*#__PURE__*/React__default.createElement("path", {
1262
- d: "M30,30a3.8876,3.8876,0,0,1-4-4V14A10,10,0,0,0,6,14V26a3.8876,3.8876,0,0,1-4,4V28a1.8793,1.8793,0,0,0,2-2V14a12,12,0,0,1,24,0V26a1.8825,1.8825,0,0,0,2,2Z"
1291
+ }, rest), _path95 || (_path95 = /*#__PURE__*/React__default.createElement("path", {
1292
+ d: "M20.3335 30h-2.667c-.9189 0-1.6665-.7476-1.6665-1.6665v-2.3335h2v2h2v-8h2v8.3335c0 .9189-.7476 1.6665-1.6665 1.6665zM28.3335 30h-4.3335v-2h4v-2h-2c-1.103 0-2-.897-2-2v-2.3335c0-.9189.7476-1.6665 1.6665-1.6665h4.3335v2h-4v2h2c1.103 0 2 .897 2 2v2.3335c0 .9189-.7476 1.6665-1.6665 1.6665zM16 18c-.8284 0-1.5.6716-1.5 1.5s.6716 1.5 1.5 1.5 1.5-.6716 1.5-1.5-.6716-1.5-1.5-1.5h0zM15 7H17V16H15z"
1293
+ })), _path96 || (_path96 = /*#__PURE__*/React__default.createElement("path", {
1294
+ d: "m14,26h-4.5c-.3538,0-.6809-.1868-.8608-.4912L2.1392,14.5088c-.0928-.1569-.1392-.3329-.1392-.5088s.0464-.3519.1392-.5088L8.6392,2.4912c.1799-.3044.5071-.4912.8608-.4912h13c.3538,0,.6809.1868.8608.4912l6.5,11c.0928.1569.1392.3328.1392.5088s-.0464.3519-.1392.5088l-2,3.3845-1.7217-1.0173,1.6992-2.876-5.9089-10h-11.8589l-5.9089,10,5.9089,10h3.9294v2Z"
1263
1295
  })), children);
1264
1296
  });
1265
1297
  if (process.env.NODE_ENV !== "production") {
1266
- LinuxAlt.propTypes = iconPropTypes;
1298
+ JsError.propTypes = iconPropTypes;
1267
1299
  }
1268
- var List = /*#__PURE__*/React__default.forwardRef(function List(_ref53, ref) {
1300
+ var Json = /*#__PURE__*/React__default.forwardRef(function Json(_ref53, ref) {
1269
1301
  var children = _ref53.children,
1270
1302
  _ref53$size = _ref53.size,
1271
1303
  size = _ref53$size === void 0 ? 16 : _ref53$size,
@@ -1277,14 +1309,14 @@ var List = /*#__PURE__*/React__default.forwardRef(function List(_ref53, ref) {
1277
1309
  xmlns: "http://www.w3.org/2000/svg",
1278
1310
  viewBox: "0 0 32 32",
1279
1311
  fill: "currentColor"
1280
- }, rest), _path98 || (_path98 = /*#__PURE__*/React__default.createElement("path", {
1281
- d: "M10 6H28V8H10zM10 24H28V26H10zM10 15H28V17H10zM4 15H6V17H4zM4 6H6V8H4zM4 24H6V26H4z"
1312
+ }, rest), _path97 || (_path97 = /*#__PURE__*/React__default.createElement("path", {
1313
+ d: "M31 11L31 21 29 21 27 15 27 21 25 21 25 11 27 11 29 17 29 11 31 11zM21.3335 21h-2.667A1.6684 1.6684 0 0117 19.3335v-6.667A1.6684 1.6684 0 0118.6665 11h2.667A1.6684 1.6684 0 0123 12.6665v6.667A1.6684 1.6684 0 0121.3335 21zM19 19h2V13H19zM13.3335 21H9V19h4V17H11a2.002 2.002 0 01-2-2V12.6665A1.6684 1.6684 0 0110.6665 11H15v2H11v2h2a2.002 2.002 0 012 2v2.3335A1.6684 1.6684 0 0113.3335 21zM5.3335 21H2.6665A1.6684 1.6684 0 011 19.3335V17H3v2H5V11H7v8.3335A1.6684 1.6684 0 015.3335 21z"
1282
1314
  })), children);
1283
1315
  });
1284
1316
  if (process.env.NODE_ENV !== "production") {
1285
- List.propTypes = iconPropTypes;
1317
+ Json.propTypes = iconPropTypes;
1286
1318
  }
1287
- var ListBoxes = /*#__PURE__*/React__default.forwardRef(function ListBoxes(_ref54, ref) {
1319
+ var JsonReference = /*#__PURE__*/React__default.forwardRef(function JsonReference(_ref54, ref) {
1288
1320
  var children = _ref54.children,
1289
1321
  _ref54$size = _ref54.size,
1290
1322
  size = _ref54$size === void 0 ? 16 : _ref54$size,
@@ -1296,38 +1328,18 @@ var ListBoxes = /*#__PURE__*/React__default.forwardRef(function ListBoxes(_ref54
1296
1328
  xmlns: "http://www.w3.org/2000/svg",
1297
1329
  viewBox: "0 0 32 32",
1298
1330
  fill: "currentColor"
1299
- }, rest), _path99 || (_path99 = /*#__PURE__*/React__default.createElement("path", {
1300
- d: "M16 8H30V10H16zM16 22H30V24H16zM10 14H4a2.0023 2.0023 0 01-2-2V6A2.0023 2.0023 0 014 4h6a2.0023 2.0023 0 012 2v6A2.0023 2.0023 0 0110 14zM4 6v6h6.0012L10 6zM10 28H4a2.0023 2.0023 0 01-2-2V20a2.0023 2.0023 0 012-2h6a2.0023 2.0023 0 012 2v6A2.0023 2.0023 0 0110 28zM4 20v6h6.0012L10 20z"
1331
+ }, rest), _path98 || (_path98 = /*#__PURE__*/React__default.createElement("path", {
1332
+ d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM29 12L27 6 25 6 25 16 27 16 27 10 29 16 31 16 31 6 29 6 29 12zM21.3335 6h-2.667A1.6683 1.6683 0 0017 7.6665v6.667A1.6684 1.6684 0 0018.6665 16h2.667A1.6683 1.6683 0 0023 14.3335V7.6665A1.6683 1.6683 0 0021.3335 6zM21 14H19V8h2zM9 7.6665V10a2.002 2.002 0 002 2h2v2H9v2h4.3335A1.6683 1.6683 0 0015 14.3335V12a2.002 2.002 0 00-2-2H11V8h4V6H10.6665A1.6683 1.6683 0 009 7.6665zM5 14H3V12H1v2.3335A1.6684 1.6684 0 002.6665 16h2.667A1.6683 1.6683 0 007 14.3335V6H5z"
1301
1333
  })), children);
1302
1334
  });
1303
1335
  if (process.env.NODE_ENV !== "production") {
1304
- ListBoxes.propTypes = iconPropTypes;
1336
+ JsonReference.propTypes = iconPropTypes;
1305
1337
  }
1306
- var ListBulleted = /*#__PURE__*/React__default.forwardRef(function ListBulleted(_ref55, ref) {
1338
+ var JumpLink = /*#__PURE__*/React__default.forwardRef(function JumpLink(_ref55, ref) {
1307
1339
  var children = _ref55.children,
1308
1340
  _ref55$size = _ref55.size,
1309
1341
  size = _ref55$size === void 0 ? 16 : _ref55$size,
1310
1342
  rest = _objectWithoutProperties(_ref55, _excluded55);
1311
- if (size === 16 || size === "16" || size === "16px") {
1312
- return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1313
- width: size,
1314
- height: size,
1315
- ref: ref,
1316
- xmlns: "http://www.w3.org/2000/svg",
1317
- viewBox: "0 0 16 16",
1318
- fill: "currentColor"
1319
- }, rest), _circle4 || (_circle4 = /*#__PURE__*/React__default.createElement("circle", {
1320
- cx: "3.5",
1321
- cy: "4.5",
1322
- r: "1.5"
1323
- })), _circle5 || (_circle5 = /*#__PURE__*/React__default.createElement("circle", {
1324
- cx: "3.5",
1325
- cy: "11.5",
1326
- r: "1.5"
1327
- })), _path100 || (_path100 = /*#__PURE__*/React__default.createElement("path", {
1328
- d: "M8 11H15V12H8zM8 4H15V5H8z"
1329
- })), children);
1330
- }
1331
1343
  return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1332
1344
  width: size,
1333
1345
  height: size,
@@ -1335,22 +1347,14 @@ var ListBulleted = /*#__PURE__*/React__default.forwardRef(function ListBulleted(
1335
1347
  xmlns: "http://www.w3.org/2000/svg",
1336
1348
  viewBox: "0 0 32 32",
1337
1349
  fill: "currentColor"
1338
- }, rest), _circle6 || (_circle6 = /*#__PURE__*/React__default.createElement("circle", {
1339
- cx: "7",
1340
- cy: "9",
1341
- r: "3"
1342
- })), _circle7 || (_circle7 = /*#__PURE__*/React__default.createElement("circle", {
1343
- cx: "7",
1344
- cy: "23",
1345
- r: "3"
1346
- })), _path101 || (_path101 = /*#__PURE__*/React__default.createElement("path", {
1347
- d: "M16 22H30V24H16zM16 8H30V10H16z"
1350
+ }, rest), _path99 || (_path99 = /*#__PURE__*/React__default.createElement("path", {
1351
+ d: "M13.4141,17.5859,18,22.1719V8H8V6H18a2.0024,2.0024,0,0,1,2,2V22.1719l4.5859-4.586L26,19l-7,7-7-7Z"
1348
1352
  })), children);
1349
1353
  });
1350
1354
  if (process.env.NODE_ENV !== "production") {
1351
- ListBulleted.propTypes = iconPropTypes;
1355
+ JumpLink.propTypes = iconPropTypes;
1352
1356
  }
1353
- var ListChecked = /*#__PURE__*/React__default.forwardRef(function ListChecked(_ref56, ref) {
1357
+ var KeepDry = /*#__PURE__*/React__default.forwardRef(function KeepDry(_ref56, ref) {
1354
1358
  var children = _ref56.children,
1355
1359
  _ref56$size = _ref56.size,
1356
1360
  size = _ref56$size === void 0 ? 16 : _ref56$size,
@@ -1362,14 +1366,16 @@ var ListChecked = /*#__PURE__*/React__default.forwardRef(function ListChecked(_r
1362
1366
  xmlns: "http://www.w3.org/2000/svg",
1363
1367
  viewBox: "0 0 32 32",
1364
1368
  fill: "currentColor"
1365
- }, rest), _path102 || (_path102 = /*#__PURE__*/React__default.createElement("path", {
1366
- d: "M16 22H30V24H16zM14 19.4L12.6 18 6 24.6 3.4 22 2 23.4 6 27.4zM16 8H30V10H16zM14 5.4L12.6 4 6 10.6 3.4 8 2 9.4 6 13.4z"
1369
+ }, rest), _path100 || (_path100 = /*#__PURE__*/React__default.createElement("path", {
1370
+ d: "M25,10a3.8978,3.8978,0,0,1-4-3.777,3.9017,3.9017,0,0,1,.6533-2.0639L24.17.4141a1.0381,1.0381,0,0,1,1.6592,0L28.3154,4.11A3.9693,3.9693,0,0,1,29,6.223,3.8978,3.8978,0,0,1,25,10Zm0-7.2368L23.3438,5.2257A1.89,1.89,0,0,0,23,6.223a2.014,2.014,0,0,0,4,0,1.98,1.98,0,0,0-.375-1.0466Z"
1371
+ })), _path101 || (_path101 = /*#__PURE__*/React__default.createElement("path", {
1372
+ d: "M29.9854,15.83a13.9726,13.9726,0,0,0-1.8147-4.8323L26.4329,12.001a12.092,12.092,0,0,1,1.07,2.2124A5.4079,5.4079,0,0,0,26,14a6.5439,6.5439,0,0,0-3.939,1.333,14.5177,14.5177,0,0,0-3.0456-8.9341A13.8858,13.8858,0,0,0,17,4.4014V2H15V4.0464A14.3808,14.3808,0,0,0,2.0146,15.83,1,1,0,0,0,3.51,16.86,4.8551,4.8551,0,0,1,6,16a4.8653,4.8653,0,0,1,4.1406,2.5107,1.0393,1.0393,0,0,0,1.7188,0A5.02,5.02,0,0,1,15,16.1255V25.5a2.5,2.5,0,0,1-5,0V25H8v.5a4.5,4.5,0,0,0,9,0V16.1255a5.02,5.02,0,0,1,3.1406,2.3852.9994.9994,0,0,0,1.7188,0A4.8653,4.8653,0,0,1,26,16a4.8551,4.8551,0,0,1,2.49.86,1,1,0,0,0,1.4957-1.03ZM9.939,15.333A6.5439,6.5439,0,0,0,6,14a5.4079,5.4079,0,0,0-1.5034.2134,12.4413,12.4413,0,0,1,8.488-7.8145A14.5157,14.5157,0,0,0,9.939,15.333ZM16,14a6.5526,6.5526,0,0,0-4.0564,1.4307c.0378-2.22.6089-6.49,4.0564-9.1763,3.4307,2.6768,4.009,6.9487,4.0522,9.1728A6.552,6.552,0,0,0,16,14Z"
1367
1373
  })), children);
1368
1374
  });
1369
1375
  if (process.env.NODE_ENV !== "production") {
1370
- ListChecked.propTypes = iconPropTypes;
1376
+ KeepDry.propTypes = iconPropTypes;
1371
1377
  }
1372
- var ListCheckedMirror = /*#__PURE__*/React__default.forwardRef(function ListCheckedMirror(_ref57, ref) {
1378
+ var Key = /*#__PURE__*/React__default.forwardRef(function Key(_ref57, ref) {
1373
1379
  var children = _ref57.children,
1374
1380
  _ref57$size = _ref57.size,
1375
1381
  size = _ref57$size === void 0 ? 16 : _ref57$size,
@@ -1381,14 +1387,15 @@ var ListCheckedMirror = /*#__PURE__*/React__default.forwardRef(function ListChec
1381
1387
  xmlns: "http://www.w3.org/2000/svg",
1382
1388
  viewBox: "0 0 32 32",
1383
1389
  fill: "currentColor"
1384
- }, rest), _path103 || (_path103 = /*#__PURE__*/React__default.createElement("path", {
1385
- d: "M30 19.4L28.6 18 22 24.6 19.4 22 18 23.4 22 27.4zM2 22H16V24H2zM30 5.4L28.6 4 22 10.6 19.4 8 18 9.4 22 13.4zM2 8H16V10H2z"
1390
+ }, rest), _path102 || (_path102 = /*#__PURE__*/React__default.createElement("path", {
1391
+ strokeWidth: "0",
1392
+ d: "M30 9L28.0001 9 26 16 24.0001 9 22 9 25 17.9996 25 23 27 23 27 18 27.0001 18 30 9zM21 11L21 9 13 9 13 23 21 23 21 21 15 21 15 17 20 17 20 15 15 15 15 11 21 11zM11 9L8.8941 9 5 15.5527 5 9 3 9 3 23 5 23 5 18.7062 5.9277 17.2208 8.8941 23 11 23 7.1093 15.4308 11 9z"
1386
1393
  })), children);
1387
1394
  });
1388
1395
  if (process.env.NODE_ENV !== "production") {
1389
- ListCheckedMirror.propTypes = iconPropTypes;
1396
+ Key.propTypes = iconPropTypes;
1390
1397
  }
1391
- var ListDropdown = /*#__PURE__*/React__default.forwardRef(function ListDropdown(_ref58, ref) {
1398
+ var Keyboard = /*#__PURE__*/React__default.forwardRef(function Keyboard(_ref58, ref) {
1392
1399
  var children = _ref58.children,
1393
1400
  _ref58$size = _ref58.size,
1394
1401
  size = _ref58$size === void 0 ? 16 : _ref58$size,
@@ -1400,16 +1407,16 @@ var ListDropdown = /*#__PURE__*/React__default.forwardRef(function ListDropdown(
1400
1407
  xmlns: "http://www.w3.org/2000/svg",
1401
1408
  viewBox: "0 0 32 32",
1402
1409
  fill: "currentColor"
1403
- }, rest), _path104 || (_path104 = /*#__PURE__*/React__default.createElement("path", {
1404
- d: "M26,6V2H2V12h9V30H30V6ZM4,10V4H24V6H11v4ZM28,28H13V8H28Z"
1405
- })), _path105 || (_path105 = /*#__PURE__*/React__default.createElement("path", {
1406
- d: "M15 11H17V13H15zM19 11H26V13H19zM15 17H17V19H15zM19 17H26V19H19zM15 23H17V25H15zM19 23H26V25H19z"
1410
+ }, rest), _path103 || (_path103 = /*#__PURE__*/React__default.createElement("path", {
1411
+ d: "M28,26H4a2,2,0,0,1-2-2V10A2,2,0,0,1,4,8H28a2,2,0,0,1,2,2V24A2,2,0,0,1,28,26ZM4,10V24H28V10Z"
1412
+ })), _path104 || (_path104 = /*#__PURE__*/React__default.createElement("path", {
1413
+ d: "M10 20H21V22H10zM6 12H8V14H6zM10 12H12V14H10zM14 12H16V14H14zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM14 16H16V18H14zM22 12H26V14H22zM22 16H26V18H22zM18 16H20V18H18zM23 20H26V22H23z"
1407
1414
  })), children);
1408
1415
  });
1409
1416
  if (process.env.NODE_ENV !== "production") {
1410
- ListDropdown.propTypes = iconPropTypes;
1417
+ Keyboard.propTypes = iconPropTypes;
1411
1418
  }
1412
- var ListNumbered = /*#__PURE__*/React__default.forwardRef(function ListNumbered(_ref59, ref) {
1419
+ var KeyboardOff = /*#__PURE__*/React__default.forwardRef(function KeyboardOff(_ref59, ref) {
1413
1420
  var children = _ref59.children,
1414
1421
  _ref59$size = _ref59.size,
1415
1422
  size = _ref59$size === void 0 ? 16 : _ref59$size,
@@ -1421,14 +1428,16 @@ var ListNumbered = /*#__PURE__*/React__default.forwardRef(function ListNumbered(
1421
1428
  xmlns: "http://www.w3.org/2000/svg",
1422
1429
  viewBox: "0 0 32 32",
1423
1430
  fill: "currentColor"
1424
- }, rest), _path106 || (_path106 = /*#__PURE__*/React__default.createElement("path", {
1425
- d: "M16 22H30V24H16zM16 8H30V10H16zM8 12L8 4 6 4 6 5 4 5 4 7 6 7 6 12 4 12 4 14 6 14 8 14 10 14 10 12 8 12zM10 28H4V24a2 2 0 012-2H8V20H4V18H8a2 2 0 012 2v2a2 2 0 01-2 2H6v2h4z"
1431
+ }, rest), _path105 || (_path105 = /*#__PURE__*/React__default.createElement("path", {
1432
+ d: "M6 12H8V14H6zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM22 12H26V14H22zM22 16H26V18H22z"
1433
+ })), _path106 || (_path106 = /*#__PURE__*/React__default.createElement("path", {
1434
+ d: "M14.2 10H28v13h2V10c0-1.1-.9-2-2-2H12.2L14.2 10zM30 28.6L3.4 2 2 3.4 6.6 8H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h20.6l4 4L30 28.6zM4 24V10h4.6l2 2H10v2h2.6l2 2H14v2h2.6l2 2H10v2h10.6l2 2H4z"
1426
1435
  })), children);
1427
1436
  });
1428
1437
  if (process.env.NODE_ENV !== "production") {
1429
- ListNumbered.propTypes = iconPropTypes;
1438
+ KeyboardOff.propTypes = iconPropTypes;
1430
1439
  }
1431
- var ListNumberedMirror = /*#__PURE__*/React__default.forwardRef(function ListNumberedMirror(_ref60, ref) {
1440
+ var Kubelet = /*#__PURE__*/React__default.forwardRef(function Kubelet(_ref60, ref) {
1432
1441
  var children = _ref60.children,
1433
1442
  _ref60$size = _ref60.size,
1434
1443
  size = _ref60$size === void 0 ? 16 : _ref60$size,
@@ -1441,17 +1450,27 @@ var ListNumberedMirror = /*#__PURE__*/React__default.forwardRef(function ListNum
1441
1450
  viewBox: "0 0 32 32",
1442
1451
  fill: "currentColor"
1443
1452
  }, rest), _path107 || (_path107 = /*#__PURE__*/React__default.createElement("path", {
1444
- d: "M28 28h-6v-4c0-1.1.9-2 2-2h2v-2h-4v-2h4c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2h-2v2h4V28zM2 22H16V24H2zM26 12L26 4 24 4 24 5 22 5 22 7 24 7 24 12 22 12 22 14 24 14 26 14 28 14 28 12zM2 8H16V10H2z"
1453
+ strokeWidth: "0",
1454
+ d: "m20.0444,27.2942l-3.0825-10.018-1.0132,3.04c-.1361.4084-.5183.6838-.9487.6838h-6s0-2,0-2h5.2793s1.772-5.3162,1.772-5.3162c.1307-.4123.5162-.6902.9487-.6838.4374.0046.8225.2891.9555.7058l3.0088,9.7783,1.0742-3.7589c.1227-.4293.5151-.7252.9615-.7252h5s0,2,0,2h-4.2456s-1.7933,6.2747-1.7933,6.2747c-.1216.4256-.5085.7207-.9511.7253h-.01c-.4389,0-.8265-.2863-.9556-.7058Z"
1455
+ })), _path108 || (_path108 = /*#__PURE__*/React__default.createElement("path", {
1456
+ strokeWidth: "0",
1457
+ d: "m16,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v9h-2V6H6v20h10v2Z"
1445
1458
  })), children);
1446
1459
  });
1447
1460
  if (process.env.NODE_ENV !== "production") {
1448
- ListNumberedMirror.propTypes = iconPropTypes;
1461
+ Kubelet.propTypes = iconPropTypes;
1449
1462
  }
1450
- var LoadBalancerApplication = /*#__PURE__*/React__default.forwardRef(function LoadBalancerApplication(_ref61, ref) {
1463
+ var Kubernetes = /*#__PURE__*/React__default.forwardRef(function Kubernetes(_ref61, ref) {
1451
1464
  var children = _ref61.children,
1452
1465
  _ref61$size = _ref61.size,
1453
1466
  size = _ref61$size === void 0 ? 16 : _ref61$size,
1454
1467
  rest = _objectWithoutProperties(_ref61, _excluded61);
1468
+ if (process.env.NODE_ENV !== "production") {
1469
+ if (!didWarnAboutDeprecation["Kubernetes"]) {
1470
+ didWarnAboutDeprecation["Kubernetes"] = true;
1471
+ console.warn("The current kubernetes icon has been replaced by logo--kubernetes. As a result, the Kubernetes component will be removed in the next major version of @carbon/icons-react.");
1472
+ }
1473
+ }
1455
1474
  return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1456
1475
  width: size,
1457
1476
  height: size,
@@ -1459,14 +1478,14 @@ var LoadBalancerApplication = /*#__PURE__*/React__default.forwardRef(function Lo
1459
1478
  xmlns: "http://www.w3.org/2000/svg",
1460
1479
  viewBox: "0 0 32 32",
1461
1480
  fill: "currentColor"
1462
- }, rest), _path108 || (_path108 = /*#__PURE__*/React__default.createElement("path", {
1463
- d: "M4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM25 16H17V14H15v2H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM9 2V12H23V2zm2 2h2v6H11zm10 6H15V4h6z"
1481
+ }, rest), _path109 || (_path109 = /*#__PURE__*/React__default.createElement("path", {
1482
+ d: "M29.2227,17.9639,25.9194,17.21a9.7843,9.7843,0,0,0-1.5249-6.6245l2.54-2.0254L25.6875,6.9961,23.1482,9.0205A9.97,9.97,0,0,0,17,6.0508V3H15V6.0508a9.97,9.97,0,0,0-6.1482,2.97L6.3125,6.9961,5.0654,8.56l2.54,2.0254A9.7843,9.7843,0,0,0,6.0806,17.21l-3.3033.7544.4454,1.9492L6.52,19.1606a10.0359,10.0359,0,0,0,4.2688,5.358l-1.33,2.7631,1.8018.8677L12.59,25.3882a9.8113,9.8113,0,0,0,6.8208,0L20.74,28.1494l1.8018-.8682-1.33-2.7626a10.0359,10.0359,0,0,0,4.2688-5.358l3.2973.7525ZM24,16c0,.2573-.0148.5112-.0386.7627l-5-1.1416a2.9664,2.9664,0,0,0-.1376-.5942L22.82,11.84A7.9392,7.9392,0,0,1,24,16Zm-9,0a1,1,0,1,1,1,1A1.0009,1.0009,0,0,1,15,16Zm6.5758-5.7256L17.58,13.4609a3.0028,3.0028,0,0,0-.58-.2768V8.0693A7.9762,7.9762,0,0,1,21.5758,10.2744ZM15,8.0693v5.1148a3.0028,3.0028,0,0,0-.58.2768l-3.9956-3.1865A7.9762,7.9762,0,0,1,15,8.0693ZM8,16a7.9392,7.9392,0,0,1,1.18-4.16l3.9962,3.1866a2.9664,2.9664,0,0,0-.1376.5942l-5,1.1416C8.0148,16.5112,8,16.2573,8,16Zm.4835,2.7124,4.9752-1.1362a3.0132,3.0132,0,0,0,.4146.5366L11.6594,22.71A8.031,8.031,0,0,1,8.4835,18.7124ZM16,24a7.9679,7.9679,0,0,1-2.54-.42l2.2206-4.6123A2.9988,2.9988,0,0,0,16,19a2.9988,2.9988,0,0,0,.319-.0322L18.54,23.58A7.9546,7.9546,0,0,1,16,24Zm4.3406-1.29-2.2139-4.5976a3.0132,3.0132,0,0,0,.4146-.5366l4.9752,1.1362A8.031,8.031,0,0,1,20.3406,22.71Z"
1464
1483
  })), children);
1465
1484
  });
1466
1485
  if (process.env.NODE_ENV !== "production") {
1467
- LoadBalancerApplication.propTypes = iconPropTypes;
1486
+ Kubernetes.propTypes = iconPropTypes;
1468
1487
  }
1469
- var LoadBalancerClassic = /*#__PURE__*/React__default.forwardRef(function LoadBalancerClassic(_ref62, ref) {
1488
+ var KubernetesControlPlaneNode = /*#__PURE__*/React__default.forwardRef(function KubernetesControlPlaneNode(_ref62, ref) {
1470
1489
  var children = _ref62.children,
1471
1490
  _ref62$size = _ref62.size,
1472
1491
  size = _ref62$size === void 0 ? 16 : _ref62$size,
@@ -1478,14 +1497,19 @@ var LoadBalancerClassic = /*#__PURE__*/React__default.forwardRef(function LoadBa
1478
1497
  xmlns: "http://www.w3.org/2000/svg",
1479
1498
  viewBox: "0 0 32 32",
1480
1499
  fill: "currentColor"
1481
- }, rest), _path109 || (_path109 = /*#__PURE__*/React__default.createElement("path", {
1482
- d: "M4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM25 16H17V12H15v4H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM20 10V2H12v8zM14 8V4h4V8z"
1500
+ }, rest), _path110 || (_path110 = /*#__PURE__*/React__default.createElement("path", {
1501
+ d: "M22.951 20h-2.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2H8.951v2h6.1843c.4141 1.1611 1.5137 2 2.8157 2s2.4016-.8389 2.8157-2h2.1843v-2Zm-5 2c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1Zm5-10h-6.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2H8.951v2h2.1843c.4141 1.1611 1.5137 2 2.8157 2s2.4016-.8389 2.8157-2h6.1843v-2Zm-9 2c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1Z"
1502
+ })), _path111 || (_path111 = /*#__PURE__*/React__default.createElement("path", {
1503
+ d: "m29.8993 18.9897-2.593-11.1865a2 2 0 0 0-1.124-1.3711l-9.407-4.2544C16.5133 2.059 16.2321 2 15.9511 2s-.5623.0591-.8242.1777L5.7197 6.4321a2 2 0 0 0-1.124 1.3711l-2.593 11.1865a2.0008 2.0008 0 0 0 .3899 1.7056l6.886 8.5586A2.0001 2.0001 0 0 0 10.8367 30h10.2286a2.0001 2.0001 0 0 0 1.5581-.7461l6.886-8.5586a2.0008 2.0008 0 0 0 .3899-1.7056ZM21.0653 28H10.837l-6.886-8.5586 2.593-11.187L15.951 4l9.407 4.2549 2.593 11.1865L21.0652 28Z"
1504
+ })), _path112 || (_path112 = /*#__PURE__*/React__default.createElement("path", {
1505
+ fill: "none",
1506
+ d: "M0 0h32v32H0z"
1483
1507
  })), children);
1484
1508
  });
1485
1509
  if (process.env.NODE_ENV !== "production") {
1486
- LoadBalancerClassic.propTypes = iconPropTypes;
1510
+ KubernetesControlPlaneNode.propTypes = iconPropTypes;
1487
1511
  }
1488
- var LoadBalancerGlobal = /*#__PURE__*/React__default.forwardRef(function LoadBalancerGlobal(_ref63, ref) {
1512
+ var KubernetesIpAddress = /*#__PURE__*/React__default.forwardRef(function KubernetesIpAddress(_ref63, ref) {
1489
1513
  var children = _ref63.children,
1490
1514
  _ref63$size = _ref63.size,
1491
1515
  size = _ref63$size === void 0 ? 16 : _ref63$size,
@@ -1497,14 +1521,22 @@ var LoadBalancerGlobal = /*#__PURE__*/React__default.forwardRef(function LoadBal
1497
1521
  xmlns: "http://www.w3.org/2000/svg",
1498
1522
  viewBox: "0 0 32 32",
1499
1523
  fill: "currentColor"
1500
- }, rest), _path110 || (_path110 = /*#__PURE__*/React__default.createElement("path", {
1501
- d: "M4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM25 16H17V12H15v4H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM16 10a4 4 0 114-4A4.0045 4.0045 0 0116 10zm0-6a2 2 0 102 2A2.0021 2.0021 0 0016 4z"
1524
+ }, rest), _circle10 || (_circle10 = /*#__PURE__*/React__default.createElement("circle", {
1525
+ cx: "16",
1526
+ cy: "9",
1527
+ r: "2"
1528
+ })), _circle11 || (_circle11 = /*#__PURE__*/React__default.createElement("circle", {
1529
+ cx: "16",
1530
+ cy: "16",
1531
+ r: "2"
1532
+ })), _path113 || (_path113 = /*#__PURE__*/React__default.createElement("path", {
1533
+ d: "m18.8157,26c-.302-.8472-.9685-1.5137-1.8157-1.8159v-2.1841h3c.2969,0,.5781-.1318.7683-.3599l5-6c.1982-.2378.2751-.5547.2078-.8569l-2-9c-.0696-.3145-.2864-.5757-.5823-.7021l-7-3c-.1257-.0542-.2598-.0811-.3938-.0811s-.2681.0269-.3938.0811l-7.0015,3c-.2959.1265-.5127.3877-.5825.7021l-1.9985,9c-.0671.3027.0098.6191.208.8569l5,6c.1902.228.4714.3599.7683.3599h3v2.1846c-.8472.3018-1.5137.9683-1.8157,1.8154H4v2h9.1843c.4141,1.1611,1.5137,2,2.8157,2s2.4016-.8389,2.8157-2h9.1843v-2h-9.1843Zm-10.7329-11.2627l1.7808-8.02,6.1365-2.6294,6.135,2.6294,1.7822,8.02-4.3855,5.2627h-7.0635l-4.3855-5.2627Zm7.9172,13.2627c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
1502
1534
  })), children);
1503
1535
  });
1504
1536
  if (process.env.NODE_ENV !== "production") {
1505
- LoadBalancerGlobal.propTypes = iconPropTypes;
1537
+ KubernetesIpAddress.propTypes = iconPropTypes;
1506
1538
  }
1507
- var LoadBalancerListener = /*#__PURE__*/React__default.forwardRef(function LoadBalancerListener(_ref64, ref) {
1539
+ var KubernetesOperator = /*#__PURE__*/React__default.forwardRef(function KubernetesOperator(_ref64, ref) {
1508
1540
  var children = _ref64.children,
1509
1541
  _ref64$size = _ref64.size,
1510
1542
  size = _ref64$size === void 0 ? 16 : _ref64$size,
@@ -1516,14 +1548,18 @@ var LoadBalancerListener = /*#__PURE__*/React__default.forwardRef(function LoadB
1516
1548
  xmlns: "http://www.w3.org/2000/svg",
1517
1549
  viewBox: "0 0 32 32",
1518
1550
  fill: "currentColor"
1519
- }, rest), _path111 || (_path111 = /*#__PURE__*/React__default.createElement("path", {
1520
- d: "M15 8H17V10H15zM19 8H21V10H19zM11 8H13V10H11zM25 16H17V13H15v3H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM11 3H21V5H11z"
1551
+ }, rest), _path114 || (_path114 = /*#__PURE__*/React__default.createElement("path", {
1552
+ strokeWidth: "0",
1553
+ d: "m19,21h-6c-1.1028,0-2-.8972-2-2v-6c0-1.1028.8972-2,2-2h6c1.1028,0,2,.8972,2,2v6c0,1.1028-.8972,2-2,2Zm-6-8v6h6v-6h-6Z"
1554
+ })), _path115 || (_path115 = /*#__PURE__*/React__default.createElement("path", {
1555
+ strokeWidth: "0",
1556
+ d: "m30,16c0-7.7197-6.2803-14-14-14S2,8.2803,2,16s6.2803,14,14,14c2.7773,0,5.417-.7959,7.7012-2.3081.3948.1914.8315.3081,1.2988.3081,1.6543,0,3-1.3457,3-3,0-.4673-.1167-.9043-.3079-1.2988,1.5122-2.2842,2.3079-4.9238,2.3079-7.7012Zm-26,0c0-6.6167,5.3833-12,12-12s12,5.3833,12,12c0,2.248-.6152,4.3877-1.7744,6.2681-.375-.1689-.7881-.2681-1.2256-.2681-1.6543,0-3,1.3457-3,3,0,.4375.0991.8506.2681,1.2256-1.8801,1.1592-4.0198,1.7744-6.2681,1.7744-6.6167,0-12-5.3833-12-12Zm21,10c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
1521
1557
  })), children);
1522
1558
  });
1523
1559
  if (process.env.NODE_ENV !== "production") {
1524
- LoadBalancerListener.propTypes = iconPropTypes;
1560
+ KubernetesOperator.propTypes = iconPropTypes;
1525
1561
  }
1526
- var LoadBalancerLocal = /*#__PURE__*/React__default.forwardRef(function LoadBalancerLocal(_ref65, ref) {
1562
+ var KubernetesPod = /*#__PURE__*/React__default.forwardRef(function KubernetesPod(_ref65, ref) {
1527
1563
  var children = _ref65.children,
1528
1564
  _ref65$size = _ref65.size,
1529
1565
  size = _ref65$size === void 0 ? 16 : _ref65$size,
@@ -1535,14 +1571,16 @@ var LoadBalancerLocal = /*#__PURE__*/React__default.forwardRef(function LoadBala
1535
1571
  xmlns: "http://www.w3.org/2000/svg",
1536
1572
  viewBox: "0 0 32 32",
1537
1573
  fill: "currentColor"
1538
- }, rest), _path112 || (_path112 = /*#__PURE__*/React__default.createElement("path", {
1539
- d: "M25 16H17V10H15v6H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM11 5H21V7H11z"
1574
+ }, rest), _path116 || (_path116 = /*#__PURE__*/React__default.createElement("path", {
1575
+ d: "m22.5046,11.6368l-5.9883-3.5c-.1594-.0933-.3381-.1387-.5164-.1367-.1699.002-.3394.0474-.4915.1357l-6.0117,3.5c-.3076.1792-.4968.5083-.4968.8643v7c0,.356.1892.6851.4968.8643l6.0117,3.5c.1555.0903.3176.1357.4915.1357.1743,0,.3604-.0454.5164-.1367l5.9883-3.5c.3069-.1792.4954-.5078.4954-.8633v-7c0-.3555-.1885-.6841-.4954-.8633Zm-6.4939-1.479l4.0076,2.3423-4.0076,2.3423-4.0232-2.3423,4.0232-2.3423Zm-5.0107,4.0815l4,2.3291v4.6855l-4-2.3291v-4.6855Zm6,7.0249v-4.6836l4-2.3379v4.6836l-4,2.3379Z"
1576
+ })), _path117 || (_path117 = /*#__PURE__*/React__default.createElement("path", {
1577
+ d: "m16,31c-.1741,0-.3481-.0454-.5039-.1362l-12-7c-.3071-.1792-.4961-.5081-.4961-.8638v-14c0-.3557.189-.6846.4961-.8638L15.4961,1.1362c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l11,6.4166-1.0078,1.7275-10.4961-6.1227-11,6.4166v12.8513l11,6.4166,11-6.4166v-7.4257h2v8c0,.3557-.189.6846-.4961.8638l-12,7c-.1558.0908-.3298.1362-.5039.1362Z"
1540
1578
  })), children);
1541
1579
  });
1542
1580
  if (process.env.NODE_ENV !== "production") {
1543
- LoadBalancerLocal.propTypes = iconPropTypes;
1581
+ KubernetesPod.propTypes = iconPropTypes;
1544
1582
  }
1545
- var LoadBalancerNetwork = /*#__PURE__*/React__default.forwardRef(function LoadBalancerNetwork(_ref66, ref) {
1583
+ var KubernetesWorkerNode = /*#__PURE__*/React__default.forwardRef(function KubernetesWorkerNode(_ref66, ref) {
1546
1584
  var children = _ref66.children,
1547
1585
  _ref66$size = _ref66.size,
1548
1586
  size = _ref66$size === void 0 ? 16 : _ref66$size,
@@ -1554,14 +1592,19 @@ var LoadBalancerNetwork = /*#__PURE__*/React__default.forwardRef(function LoadBa
1554
1592
  xmlns: "http://www.w3.org/2000/svg",
1555
1593
  viewBox: "0 0 32 32",
1556
1594
  fill: "currentColor"
1557
- }, rest), _path113 || (_path113 = /*#__PURE__*/React__default.createElement("path", {
1558
- d: "M25 16H17V12H15v4H7a2.0023 2.0023 0 00-2 2v4H7V18h8v4h2V18h8v4h2V18A2.0023 2.0023 0 0025 16zM20 10V2H12v8h8zM14 8V4h4V8zM26 24a2.9948 2.9948 0 00-2.8157 2H18.8157a2.982 2.982 0 00-5.6314 0H8.8157a3 3 0 100 2h4.3686a2.982 2.982 0 005.6314 0h4.3686A2.9947 2.9947 0 1026 24zM6 28a1 1 0 111-1A1.0009 1.0009 0 016 28zm10 0a1 1 0 111-1A1.0009 1.0009 0 0116 28zm10 0a1 1 0 111-1A1.0009 1.0009 0 0126 28z"
1595
+ }, rest), _path118 || (_path118 = /*#__PURE__*/React__default.createElement("path", {
1596
+ d: "M23 18v-2h-2.1c-.1-.6-.4-1.2-.7-1.8l1.5-1.5-1.4-1.4-1.5 1.5c-.5-.3-1.1-.6-1.8-.7V10h-2v2.1c-.6.1-1.2.4-1.8.7l-1.5-1.5-1.4 1.4 1.5 1.5c-.3.5-.6 1.1-.7 1.8H9v2h2.1c.1.6.4 1.2.7 1.8l-1.5 1.5 1.4 1.4 1.5-1.5c.5.3 1.1.6 1.8.7V24h2v-2.1c.6-.1 1.2-.4 1.8-.7l1.5 1.5 1.4-1.4-1.5-1.5c.3-.5.6-1.1.7-1.8H23Zm-7 2c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3Z"
1597
+ })), _path119 || (_path119 = /*#__PURE__*/React__default.createElement("path", {
1598
+ d: "m29.9483 18.9897-2.593-11.1865a2 2 0 0 0-1.124-1.3711l-9.407-4.2544C16.5623 2.059 16.2811 2 16.0001 2s-.5623.0591-.8242.1777L5.7687 6.4321a2 2 0 0 0-1.124 1.3711l-2.593 11.1865a2.0008 2.0008 0 0 0 .3899 1.7056l6.886 8.5586A2.0001 2.0001 0 0 0 10.8857 30h10.2286a2.0001 2.0001 0 0 0 1.5581-.7461l6.886-8.5586a2.0008 2.0008 0 0 0 .3899-1.7056ZM21.1143 28H10.886L4 19.4414l2.593-11.187L16 4l9.407 4.2549L28 19.4414 21.1142 28Z"
1599
+ })), _path120 || (_path120 = /*#__PURE__*/React__default.createElement("path", {
1600
+ fill: "none",
1601
+ d: "M0 0h32v32H0z"
1559
1602
  })), children);
1560
1603
  });
1561
1604
  if (process.env.NODE_ENV !== "production") {
1562
- LoadBalancerNetwork.propTypes = iconPropTypes;
1605
+ KubernetesWorkerNode.propTypes = iconPropTypes;
1563
1606
  }
1564
- var LoadBalancerPool = /*#__PURE__*/React__default.forwardRef(function LoadBalancerPool(_ref67, ref) {
1607
+ var Label = /*#__PURE__*/React__default.forwardRef(function Label(_ref67, ref) {
1565
1608
  var children = _ref67.children,
1566
1609
  _ref67$size = _ref67.size,
1567
1610
  size = _ref67$size === void 0 ? 16 : _ref67$size,
@@ -1573,14 +1616,16 @@ var LoadBalancerPool = /*#__PURE__*/React__default.forwardRef(function LoadBalan
1573
1616
  xmlns: "http://www.w3.org/2000/svg",
1574
1617
  viewBox: "0 0 32 32",
1575
1618
  fill: "currentColor"
1576
- }, rest), _path114 || (_path114 = /*#__PURE__*/React__default.createElement("path", {
1577
- d: "M10 15H22V17H10zM8.7 6.2852A2.9665 2.9665 0 009 5 3 3 0 106 8a2.96 2.96 0 001.2852-.3008L10 10.4141V13h2V9.5859zM6 6A1 1 0 117 5 1.0009 1.0009 0 016 6zM19 5a3 3 0 10-4 2.8154V13h2V7.8159A2.9957 2.9957 0 0019 5zM16 6a1 1 0 111-1A1.0009 1.0009 0 0116 6zM26 2a3.0033 3.0033 0 00-3 3 2.9665 2.9665 0 00.3 1.2852L20 9.5859V13h2V10.4141l2.7148-2.7149A2.96 2.96 0 0026 8a3 3 0 000-6zm0 4a1 1 0 111-1A1.0009 1.0009 0 0126 6zM12 19H10v2.5859L7.2854 24.3008A2.9609 2.9609 0 006 24a3 3 0 103 3 2.9665 2.9665 0 00-.3-1.2852L12 22.4141zM6 28a1 1 0 111-1A1.0009 1.0009 0 016 28zM17 24.1841V19H15v5.1841a3 3 0 102 0zM16 28a1 1 0 111-1A1.0009 1.0009 0 0116 28zM26 24a2.9609 2.9609 0 00-1.2854.3008L22 21.5859V19H20v3.4141l3.3 3.3007A2.9665 2.9665 0 0023 27a3 3 0 103-3zm0 4a1 1 0 111-1A1.0009 1.0009 0 0126 28z"
1619
+ }, rest), _path121 || (_path121 = /*#__PURE__*/React__default.createElement("path", {
1620
+ d: "M23 13H18v2h5v2H19a2 2 0 00-2 2v2a2 2 0 002 2h6V15A2.0023 2.0023 0 0023 13zm0 8H19V19h4zM13 9H9a2.002 2.002 0 00-2 2V23H9V18h4v5h2V11A2.002 2.002 0 0013 9zM9 16V11h4v5z"
1621
+ })), _path122 || (_path122 = /*#__PURE__*/React__default.createElement("path", {
1622
+ d: "M28,28H4a2.0021,2.0021,0,0,1-2-2V6A2.0021,2.0021,0,0,1,4,4H28a2.0021,2.0021,0,0,1,2,2V26A2.0021,2.0021,0,0,1,28,28ZM4,6V26H28V6Z"
1578
1623
  })), children);
1579
1624
  });
1580
1625
  if (process.env.NODE_ENV !== "production") {
1581
- LoadBalancerPool.propTypes = iconPropTypes;
1626
+ Label.propTypes = iconPropTypes;
1582
1627
  }
1583
- var LoadBalancerVpc = /*#__PURE__*/React__default.forwardRef(function LoadBalancerVpc(_ref68, ref) {
1628
+ var Language = /*#__PURE__*/React__default.forwardRef(function Language(_ref68, ref) {
1584
1629
  var children = _ref68.children,
1585
1630
  _ref68$size = _ref68.size,
1586
1631
  size = _ref68$size === void 0 ? 16 : _ref68$size,
@@ -1592,14 +1637,14 @@ var LoadBalancerVpc = /*#__PURE__*/React__default.forwardRef(function LoadBalanc
1592
1637
  xmlns: "http://www.w3.org/2000/svg",
1593
1638
  viewBox: "0 0 32 32",
1594
1639
  fill: "currentColor"
1595
- }, rest), _path115 || (_path115 = /*#__PURE__*/React__default.createElement("path", {
1596
- d: "M8 30H2V24H8zM4 28H6V26H4zM19 30H13V24h6zm-4-2h2V26H15zM30 30H24V24h6zm-4-2h2V26H26zM16 10a4 4 0 114-4A4.0045 4.0045 0 0116 10zm0-6a2 2 0 102 2A2.002 2.002 0 0016 4zM26 16H21a4.0045 4.0045 0 01-4-4H15a4.0045 4.0045 0 01-4 4H6a2.0023 2.0023 0 00-2 2v4H6V18h5A5.9694 5.9694 0 0015 16.46V22h2V16.46A5.9694 5.9694 0 0021 18h5v4h2V18A2.0023 2.0023 0 0026 16z"
1640
+ }, rest), _path123 || (_path123 = /*#__PURE__*/React__default.createElement("path", {
1641
+ d: "M18 19H24V21H18zM18 15H30V17H18zM18 11H30V13H18zM14 21V19H9V17H7v2H2v2h8.2148a8.5914 8.5914 0 01-2.2159 3.9771A9.2731 9.2731 0 016.5521 23H4.3334a10.8553 10.8553 0 002.1451 3.2966A14.6584 14.6584 0 013 28.127L3.7021 30a16.42 16.42 0 004.2907-2.3362A16.4883 16.4883 0 0012.2979 30L13 28.127A14.664 14.664 0 019.5228 26.3 10.3132 10.3132 0 0012.2516 21zM11.1666 13H13.333L8.75 2H6.5832L2 13H4.1664L5 11h5.3335zM5.8331 9L7.6665 4.6 9.5 9z"
1597
1642
  })), children);
1598
1643
  });
1599
1644
  if (process.env.NODE_ENV !== "production") {
1600
- LoadBalancerVpc.propTypes = iconPropTypes;
1645
+ Language.propTypes = iconPropTypes;
1601
1646
  }
1602
- var Location = /*#__PURE__*/React__default.forwardRef(function Location(_ref69, ref) {
1647
+ var Laptop = /*#__PURE__*/React__default.forwardRef(function Laptop(_ref69, ref) {
1603
1648
  var children = _ref69.children,
1604
1649
  _ref69$size = _ref69.size,
1605
1650
  size = _ref69$size === void 0 ? 16 : _ref69$size,
@@ -1611,16 +1656,17 @@ var Location = /*#__PURE__*/React__default.forwardRef(function Location(_ref69,
1611
1656
  xmlns: "http://www.w3.org/2000/svg",
1612
1657
  viewBox: "0 0 32 32",
1613
1658
  fill: "currentColor"
1614
- }, rest), _path116 || (_path116 = /*#__PURE__*/React__default.createElement("path", {
1615
- d: "M16,18a5,5,0,1,1,5-5A5.0057,5.0057,0,0,1,16,18Zm0-8a3,3,0,1,0,3,3A3.0033,3.0033,0,0,0,16,10Z"
1616
- })), _path117 || (_path117 = /*#__PURE__*/React__default.createElement("path", {
1617
- 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,1,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
1659
+ }, rest), _path124 || (_path124 = /*#__PURE__*/React__default.createElement("path", {
1660
+ d: "M26,24H6a2.0023,2.0023,0,0,1-2-2V8A2.002,2.002,0,0,1,6,6H26a2.0023,2.0023,0,0,1,2,2V22A2.0027,2.0027,0,0,1,26,24ZM6,8V22H26V8Z",
1661
+ transform: "translate(0 .005)"
1662
+ })), _path125 || (_path125 = /*#__PURE__*/React__default.createElement("path", {
1663
+ d: "M2 26.005H30V28.005H2z"
1618
1664
  })), children);
1619
1665
  });
1620
1666
  if (process.env.NODE_ENV !== "production") {
1621
- Location.propTypes = iconPropTypes;
1667
+ Laptop.propTypes = iconPropTypes;
1622
1668
  }
1623
- var LocationCompany = /*#__PURE__*/React__default.forwardRef(function LocationCompany(_ref70, ref) {
1669
+ var Lasso = /*#__PURE__*/React__default.forwardRef(function Lasso(_ref70, ref) {
1624
1670
  var children = _ref70.children,
1625
1671
  _ref70$size = _ref70.size,
1626
1672
  size = _ref70$size === void 0 ? 16 : _ref70$size,
@@ -1632,18 +1678,14 @@ var LocationCompany = /*#__PURE__*/React__default.forwardRef(function LocationCo
1632
1678
  xmlns: "http://www.w3.org/2000/svg",
1633
1679
  viewBox: "0 0 32 32",
1634
1680
  fill: "currentColor"
1635
- }, rest), _path118 || (_path118 = /*#__PURE__*/React__default.createElement("path", {
1636
- 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"
1637
- })), _path119 || (_path119 = /*#__PURE__*/React__default.createElement("path", {
1638
- d: "M21,18H19V10H13v8H11V10a2.0021,2.0021,0,0,1,2-2h6a2.0021,2.0021,0,0,1,2,2Z"
1639
- })), _path120 || (_path120 = /*#__PURE__*/React__default.createElement("path", {
1640
- d: "M15 16H17V18H15zM15 12H17V14H15z"
1681
+ }, rest), _path126 || (_path126 = /*#__PURE__*/React__default.createElement("path", {
1682
+ d: "M20,2H12A9.9842,9.9842,0,0,0,7.0349,20.6553C7.0249,20.7705,7,20.8818,7,21a3.9929,3.9929,0,0,0,2.9106,3.83A4.0049,4.0049,0,0,1,6,28H4v2H6a6.0044,6.0044,0,0,0,5.928-5.12,3.9966,3.9966,0,0,0,2.93-2.88H20A10,10,0,0,0,20,2ZM11,23a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,11,23Zm9-3H14.8579a3.9841,3.9841,0,0,0-7.15-1.2637A7.99,7.99,0,0,1,12,4h8a8,8,0,0,1,0,16Z"
1641
1683
  })), children);
1642
1684
  });
1643
1685
  if (process.env.NODE_ENV !== "production") {
1644
- LocationCompany.propTypes = iconPropTypes;
1686
+ Lasso.propTypes = iconPropTypes;
1645
1687
  }
1646
- var LocationCompanyFilled = /*#__PURE__*/React__default.forwardRef(function LocationCompanyFilled(_ref71, ref) {
1688
+ var LassoPolygon = /*#__PURE__*/React__default.forwardRef(function LassoPolygon(_ref71, ref) {
1647
1689
  var children = _ref71.children,
1648
1690
  _ref71$size = _ref71.size,
1649
1691
  size = _ref71$size === void 0 ? 16 : _ref71$size,
@@ -1655,21 +1697,32 @@ var LocationCompanyFilled = /*#__PURE__*/React__default.forwardRef(function Loca
1655
1697
  xmlns: "http://www.w3.org/2000/svg",
1656
1698
  viewBox: "0 0 32 32",
1657
1699
  fill: "currentColor"
1658
- }, rest), _path121 || (_path121 = /*#__PURE__*/React__default.createElement("path", {
1659
- fill: "none",
1660
- d: "M21,18H19V10H13v8H11V10a2.0021,2.0021,0,0,1,2-2h6a2.0021,2.0021,0,0,1,2,2Zm-4-2H15v2h2Zm0-4H15v2h2Z"
1661
- })), _path122 || (_path122 = /*#__PURE__*/React__default.createElement("path", {
1662
- 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,2Zm1,16H15V16h2Zm0-4H15V12h2Zm4,4H19V10H13v8H11V10a2.0023,2.0023,0,0,1,2-2h6a2.0023,2.0023,0,0,1,2,2Z"
1700
+ }, rest), _path127 || (_path127 = /*#__PURE__*/React__default.createElement("path", {
1701
+ d: "M29.6245,2.2193a1.0005,1.0005,0,0,0-1.0972-.1006L17.9353,7.8,3.366,2.0694a1,1,0,0,0-1.28,1.3369l6.4353,14.479A3.965,3.965,0,0,0,9.9106,24.83,4.0049,4.0049,0,0,1,6,28H4v2H6a6.0044,6.0044,0,0,0,5.928-5.12,4.0021,4.0021,0,0,0,2.93-2.88H23.24a2,2,0,0,0,1.9273-1.4649L29.9634,3.2676A1,1,0,0,0,29.6245,2.2193ZM11,23a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,11,23Zm12.24-3H14.8579a3.897,3.897,0,0,0-4.5117-2.9336L4.905,4.8238,18.0647,10,27.41,4.9878Z"
1663
1702
  })), children);
1664
1703
  });
1665
1704
  if (process.env.NODE_ENV !== "production") {
1666
- LocationCompanyFilled.propTypes = iconPropTypes;
1705
+ LassoPolygon.propTypes = iconPropTypes;
1667
1706
  }
1668
- var LocationCurrent = /*#__PURE__*/React__default.forwardRef(function LocationCurrent(_ref72, ref) {
1707
+ var Launch = /*#__PURE__*/React__default.forwardRef(function Launch(_ref72, ref) {
1669
1708
  var children = _ref72.children,
1670
1709
  _ref72$size = _ref72.size,
1671
1710
  size = _ref72$size === void 0 ? 16 : _ref72$size,
1672
1711
  rest = _objectWithoutProperties(_ref72, _excluded72);
1712
+ if (size === 16 || size === "16" || size === "16px") {
1713
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1714
+ width: size,
1715
+ height: size,
1716
+ ref: ref,
1717
+ xmlns: "http://www.w3.org/2000/svg",
1718
+ viewBox: "0 0 16 16",
1719
+ fill: "currentColor"
1720
+ }, rest), _path128 || (_path128 = /*#__PURE__*/React__default.createElement("path", {
1721
+ d: "M13,14H3c-0.6,0-1-0.4-1-1V3c0-0.6,0.4-1,1-1h5v1H3v10h10V8h1v5C14,13.6,13.6,14,13,14z"
1722
+ })), _path129 || (_path129 = /*#__PURE__*/React__default.createElement("path", {
1723
+ d: "M10 1L10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z"
1724
+ })), children);
1725
+ }
1673
1726
  return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1674
1727
  width: size,
1675
1728
  height: size,
@@ -1677,14 +1730,16 @@ var LocationCurrent = /*#__PURE__*/React__default.forwardRef(function LocationCu
1677
1730
  xmlns: "http://www.w3.org/2000/svg",
1678
1731
  viewBox: "0 0 32 32",
1679
1732
  fill: "currentColor"
1680
- }, rest), _path123 || (_path123 = /*#__PURE__*/React__default.createElement("path", {
1681
- d: "M4,12.9835a1,1,0,0,0,.6289.9448l9.6015,3.8409,3.8407,9.6019A1,1,0,0,0,19,28h.0162a1.0009,1.0009,0,0,0,.9238-.6582l8-22.0007A1,1,0,0,0,26.658,4.0594l-22,8A1.0011,1.0011,0,0,0,4,12.9835Z"
1733
+ }, rest), _path130 || (_path130 = /*#__PURE__*/React__default.createElement("path", {
1734
+ d: "M26,28H6a2.0027,2.0027,0,0,1-2-2V6A2.0027,2.0027,0,0,1,6,4H16V6H6V26H26V16h2V26A2.0027,2.0027,0,0,1,26,28Z"
1735
+ })), _path131 || (_path131 = /*#__PURE__*/React__default.createElement("path", {
1736
+ d: "M20 2L20 4 26.586 4 18 12.586 19.414 14 28 5.414 28 12 30 12 30 2 20 2z"
1682
1737
  })), children);
1683
1738
  });
1684
1739
  if (process.env.NODE_ENV !== "production") {
1685
- LocationCurrent.propTypes = iconPropTypes;
1740
+ Launch.propTypes = iconPropTypes;
1686
1741
  }
1687
- var LocationFilled = /*#__PURE__*/React__default.forwardRef(function LocationFilled(_ref73, ref) {
1742
+ var WatsonHealthLaunchStudy_1 = /*#__PURE__*/React__default.forwardRef(function WatsonHealthLaunchStudy_1(_ref73, ref) {
1688
1743
  var children = _ref73.children,
1689
1744
  _ref73$size = _ref73.size,
1690
1745
  size = _ref73$size === void 0 ? 16 : _ref73$size,
@@ -1696,19 +1751,20 @@ var LocationFilled = /*#__PURE__*/React__default.forwardRef(function LocationFil
1696
1751
  xmlns: "http://www.w3.org/2000/svg",
1697
1752
  viewBox: "0 0 32 32",
1698
1753
  fill: "currentColor"
1699
- }, rest), _path124 || (_path124 = /*#__PURE__*/React__default.createElement("path", {
1700
- 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,2Zm0,15a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,17Z"
1701
- })), _circle8 || (_circle8 = /*#__PURE__*/React__default.createElement("circle", {
1702
- cx: "16",
1703
- cy: "13",
1704
- r: "4",
1705
- fill: "none"
1754
+ }, rest), _circle12 || (_circle12 = /*#__PURE__*/React__default.createElement("circle", {
1755
+ cx: "23",
1756
+ cy: "25",
1757
+ r: "1"
1758
+ })), _path132 || (_path132 = /*#__PURE__*/React__default.createElement("path", {
1759
+ d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 10.59L17 14.17 17 2 15 2 15 14.17 11.41 10.59 10 12 16 18 22 12 20.59 10.59z"
1760
+ })), _path133 || (_path133 = /*#__PURE__*/React__default.createElement("path", {
1761
+ d: "M8 24H20V26H8z"
1706
1762
  })), children);
1707
1763
  });
1708
1764
  if (process.env.NODE_ENV !== "production") {
1709
- LocationFilled.propTypes = iconPropTypes;
1765
+ WatsonHealthLaunchStudy_1.propTypes = iconPropTypes;
1710
1766
  }
1711
- var LocationHazard = /*#__PURE__*/React__default.forwardRef(function LocationHazard(_ref74, ref) {
1767
+ var WatsonHealthLaunchStudy_2 = /*#__PURE__*/React__default.forwardRef(function WatsonHealthLaunchStudy_2(_ref74, ref) {
1712
1768
  var children = _ref74.children,
1713
1769
  _ref74$size = _ref74.size,
1714
1770
  size = _ref74$size === void 0 ? 16 : _ref74$size,
@@ -1720,20 +1776,20 @@ var LocationHazard = /*#__PURE__*/React__default.forwardRef(function LocationHaz
1720
1776
  xmlns: "http://www.w3.org/2000/svg",
1721
1777
  viewBox: "0 0 32 32",
1722
1778
  fill: "currentColor"
1723
- }, rest), _circle9 || (_circle9 = /*#__PURE__*/React__default.createElement("circle", {
1724
- cx: "16",
1725
- cy: "20.5",
1726
- r: "1.5"
1727
- })), _path125 || (_path125 = /*#__PURE__*/React__default.createElement("path", {
1728
- d: "M15 7H17V16H15z"
1729
- })), _path126 || (_path126 = /*#__PURE__*/React__default.createElement("path", {
1730
- 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"
1779
+ }, rest), _circle13 || (_circle13 = /*#__PURE__*/React__default.createElement("circle", {
1780
+ cx: "23",
1781
+ cy: "7",
1782
+ r: "1"
1783
+ })), _path134 || (_path134 = /*#__PURE__*/React__default.createElement("path", {
1784
+ d: "M26 4v6H6V4H26m0-2H6A2 2 0 004 4v6a2 2 0 002 2H26a2 2 0 002-2V4a2 2 0 00-2-2zM20.59 21.41L17 17.83 17 30 15 30 15 17.83 11.41 21.41 10 20 16 14 22 20 20.59 21.41z"
1785
+ })), _path135 || (_path135 = /*#__PURE__*/React__default.createElement("path", {
1786
+ d: "M8 6H20V8H8z"
1731
1787
  })), children);
1732
1788
  });
1733
1789
  if (process.env.NODE_ENV !== "production") {
1734
- LocationHazard.propTypes = iconPropTypes;
1790
+ WatsonHealthLaunchStudy_2.propTypes = iconPropTypes;
1735
1791
  }
1736
- var LocationHazardFilled = /*#__PURE__*/React__default.forwardRef(function LocationHazardFilled(_ref75, ref) {
1792
+ var WatsonHealthLaunchStudy_3 = /*#__PURE__*/React__default.forwardRef(function WatsonHealthLaunchStudy_3(_ref75, ref) {
1737
1793
  var children = _ref75.children,
1738
1794
  _ref75$size = _ref75.size,
1739
1795
  size = _ref75$size === void 0 ? 16 : _ref75$size,
@@ -1745,17 +1801,20 @@ var LocationHazardFilled = /*#__PURE__*/React__default.forwardRef(function Locat
1745
1801
  xmlns: "http://www.w3.org/2000/svg",
1746
1802
  viewBox: "0 0 32 32",
1747
1803
  fill: "currentColor"
1748
- }, rest), _path127 || (_path127 = /*#__PURE__*/React__default.createElement("path", {
1749
- fill: "none",
1750
- d: "M16,22a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,22Zm-1.125-6h2.25V7h-2.25Z"
1751
- })), _path128 || (_path128 = /*#__PURE__*/React__default.createElement("path", {
1752
- 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,2ZM14.875,7h2.25v9h-2.25ZM16,22a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,22Z"
1804
+ }, rest), _circle14 || (_circle14 = /*#__PURE__*/React__default.createElement("circle", {
1805
+ cx: "23",
1806
+ cy: "25",
1807
+ r: "1"
1808
+ })), _path136 || (_path136 = /*#__PURE__*/React__default.createElement("path", {
1809
+ d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 4.59L17 8.17 17 0 15 0 15 8.17 11.41 4.59 10 6 16 12 22 6 20.59 4.59z"
1810
+ })), _path137 || (_path137 = /*#__PURE__*/React__default.createElement("path", {
1811
+ d: "M20.59 10.59L16 15.16 11.41 10.59 10 12 16 18 22 12 20.59 10.59zM8 24H20V26H8z"
1753
1812
  })), children);
1754
1813
  });
1755
1814
  if (process.env.NODE_ENV !== "production") {
1756
- LocationHazardFilled.propTypes = iconPropTypes;
1815
+ WatsonHealthLaunchStudy_3.propTypes = iconPropTypes;
1757
1816
  }
1758
- var LocationHeart = /*#__PURE__*/React__default.forwardRef(function LocationHeart(_ref76, ref) {
1817
+ var Layers = /*#__PURE__*/React__default.forwardRef(function Layers(_ref76, ref) {
1759
1818
  var children = _ref76.children,
1760
1819
  _ref76$size = _ref76.size,
1761
1820
  size = _ref76$size === void 0 ? 16 : _ref76$size,
@@ -1767,16 +1826,16 @@ var LocationHeart = /*#__PURE__*/React__default.forwardRef(function LocationHear
1767
1826
  xmlns: "http://www.w3.org/2000/svg",
1768
1827
  viewBox: "0 0 32 32",
1769
1828
  fill: "currentColor"
1770
- }, rest), _path129 || (_path129 = /*#__PURE__*/React__default.createElement("path", {
1771
- d: "M18.303,9a2.6616,2.6616,0,0,0-1.9079.8058l-.3932.4054-.397-.4054a2.6615,2.6615,0,0,0-3.8157,0,2.7992,2.7992,0,0,0,0,3.8964L16.0019,18l4.2089-4.2978a2.7992,2.7992,0,0,0,0-3.8964A2.6616,2.6616,0,0,0,18.303,9Z"
1772
- })), _path130 || (_path130 = /*#__PURE__*/React__default.createElement("path", {
1773
- 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"
1829
+ }, rest), _path138 || (_path138 = /*#__PURE__*/React__default.createElement("path", {
1830
+ d: "M16,24a.9967.9967,0,0,1-.4741-.12l-13-7L3.4741,15.12,16,21.8643,28.5259,15.12l.9482,1.7607-13,7A.9967.9967,0,0,1,16,24Z"
1831
+ })), _path139 || (_path139 = /*#__PURE__*/React__default.createElement("path", {
1832
+ d: "M16 30a.9967.9967 0 01-.4741-.12l-13-7L3.4741 21.12 16 27.8643 28.5259 21.12l.9482 1.7607-13 7A.9967.9967 0 0116 30zM16 18a.9967.9967 0 01-.4741-.12l-13-7a1 1 0 010-1.7607l13-7a.9982.9982 0 01.9482 0l13 7a1 1 0 010 1.7607l-13 7A.9967.9967 0 0116 18zM5.1094 10L16 15.8643 26.8906 10 16 4.1358z"
1774
1833
  })), children);
1775
1834
  });
1776
1835
  if (process.env.NODE_ENV !== "production") {
1777
- LocationHeart.propTypes = iconPropTypes;
1836
+ Layers.propTypes = iconPropTypes;
1778
1837
  }
1779
- var LocationHeartFilled = /*#__PURE__*/React__default.forwardRef(function LocationHeartFilled(_ref77, ref) {
1838
+ var LayersExternal = /*#__PURE__*/React__default.forwardRef(function LayersExternal(_ref77, ref) {
1780
1839
  var children = _ref77.children,
1781
1840
  _ref77$size = _ref77.size,
1782
1841
  size = _ref77$size === void 0 ? 16 : _ref77$size,
@@ -1788,17 +1847,18 @@ var LocationHeartFilled = /*#__PURE__*/React__default.forwardRef(function Locati
1788
1847
  xmlns: "http://www.w3.org/2000/svg",
1789
1848
  viewBox: "0 0 32 32",
1790
1849
  fill: "currentColor"
1791
- }, rest), _path131 || (_path131 = /*#__PURE__*/React__default.createElement("path", {
1792
- fill: "none",
1793
- d: "M18.303,9a2.6616,2.6616,0,0,0-1.9079.8058l-.3932.4054-.397-.4054a2.6615,2.6615,0,0,0-3.8157,0,2.7992,2.7992,0,0,0,0,3.8964L16.0019,18l4.2089-4.2978a2.7992,2.7992,0,0,0,0-3.8964A2.6616,2.6616,0,0,0,18.303,9Z"
1794
- })), _path132 || (_path132 = /*#__PURE__*/React__default.createElement("path", {
1795
- 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,2Zm4.2109,11.7021L16.002,18l-4.2129-4.2979a2.7992,2.7992,0,0,1,0-3.8964,2.6619,2.6619,0,0,1,3.8159,0l.397.4057.393-.4057a2.6619,2.6619,0,0,1,3.8159,0A2.7992,2.7992,0,0,1,20.2109,13.7021Z"
1850
+ }, rest), _path140 || (_path140 = /*#__PURE__*/React__default.createElement("path", {
1851
+ strokeWidth: "0",
1852
+ d: "m16,24c-.1631,0-.3262-.0398-.4741-.1196l-13-7,.9482-1.7607,12.5259,6.7446,12.5259-6.7446.9482,1.7607-13,7c-.1479.0798-.311.1196-.4741.1196Z"
1853
+ })), _path141 || (_path141 = /*#__PURE__*/React__default.createElement("path", {
1854
+ strokeWidth: "0",
1855
+ d: "M16 30c-.1631 0-.3262-.0398-.4741-.1196l-13-7 .9482-1.7607 12.5259 6.7446 12.5259-6.7446.9482 1.7607-13 7c-.1479.0798-.311.1196-.4741.1196zM29.4741 9.1196L16 1.8643v2.2715l10.8906 5.8643-10.8906 5.8643v2.2715l13.4741-7.2554c.324-.1743.5259-.5122.5259-.8804s-.2019-.7061-.5259-.8804zM4.4141 9.4141l3.5859-3.586v8.1719s2 0 2 0V5.8281s3.5859 3.5859 3.5859 3.5859l1.4141-1.414L9 2 3 8l1.4141 1.4141z"
1796
1856
  })), children);
1797
1857
  });
1798
1858
  if (process.env.NODE_ENV !== "production") {
1799
- LocationHeartFilled.propTypes = iconPropTypes;
1859
+ LayersExternal.propTypes = iconPropTypes;
1800
1860
  }
1801
- var LocationPerson = /*#__PURE__*/React__default.forwardRef(function LocationPerson(_ref78, ref) {
1861
+ var Legend = /*#__PURE__*/React__default.forwardRef(function Legend(_ref78, ref) {
1802
1862
  var children = _ref78.children,
1803
1863
  _ref78$size = _ref78.size,
1804
1864
  size = _ref78$size === void 0 ? 16 : _ref78$size,
@@ -1810,16 +1870,22 @@ var LocationPerson = /*#__PURE__*/React__default.forwardRef(function LocationPer
1810
1870
  xmlns: "http://www.w3.org/2000/svg",
1811
1871
  viewBox: "0 0 32 32",
1812
1872
  fill: "currentColor"
1813
- }, rest), _path133 || (_path133 = /*#__PURE__*/React__default.createElement("path", {
1814
- d: "M20 19H18V17H14v2H12V17a2.0021 2.0021 0 012-2h4a2.0021 2.0021 0 012 2zM16 14a3 3 0 113-3A3.0033 3.0033 0 0116 14zm0-4a1 1 0 101 1A1.0011 1.0011 0 0016 10z"
1815
- })), _path134 || (_path134 = /*#__PURE__*/React__default.createElement("path", {
1816
- 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"
1873
+ }, rest), _path142 || (_path142 = /*#__PURE__*/React__default.createElement("path", {
1874
+ d: "M16 22H30V24H16z"
1875
+ })), _rect || (_rect = /*#__PURE__*/React__default.createElement("rect", {
1876
+ width: "6",
1877
+ height: "6",
1878
+ x: "4",
1879
+ y: "20",
1880
+ rx: "1"
1881
+ })), _path143 || (_path143 = /*#__PURE__*/React__default.createElement("path", {
1882
+ d: "M16 8H30V10H16zM9.5 12h-5a.5.5 0 01-.4473-.7236l2.5-5.0224a.5206.5206 0 01.8945 0l2.5 5.0225A.5.5 0 019.5 12z"
1817
1883
  })), children);
1818
1884
  });
1819
1885
  if (process.env.NODE_ENV !== "production") {
1820
- LocationPerson.propTypes = iconPropTypes;
1886
+ Legend.propTypes = iconPropTypes;
1821
1887
  }
1822
- var LocationPersonFilled = /*#__PURE__*/React__default.forwardRef(function LocationPersonFilled(_ref79, ref) {
1888
+ var LetterAa = /*#__PURE__*/React__default.forwardRef(function LetterAa(_ref79, ref) {
1823
1889
  var children = _ref79.children,
1824
1890
  _ref79$size = _ref79.size,
1825
1891
  size = _ref79$size === void 0 ? 16 : _ref79$size,
@@ -1831,21 +1897,14 @@ var LocationPersonFilled = /*#__PURE__*/React__default.forwardRef(function Locat
1831
1897
  xmlns: "http://www.w3.org/2000/svg",
1832
1898
  viewBox: "0 0 32 32",
1833
1899
  fill: "currentColor"
1834
- }, rest), _path135 || (_path135 = /*#__PURE__*/React__default.createElement("path", {
1835
- fill: "none",
1836
- d: "M20,19H18V17H14v2H12V17a2.0021,2.0021,0,0,1,2-2h4a2.0021,2.0021,0,0,1,2,2Zm-1-8a3,3,0,1,0-3,3A3.0033,3.0033,0,0,0,19,11Zm-2,0a1,1,0,1,1-1-1A1.0011,1.0011,0,0,1,17,11Z"
1837
- })), _circle10 || (_circle10 = /*#__PURE__*/React__default.createElement("circle", {
1838
- cx: "16",
1839
- cy: "11",
1840
- r: "1"
1841
- })), _path136 || (_path136 = /*#__PURE__*/React__default.createElement("path", {
1842
- 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,2Zm0,6a3,3,0,1,1-3,3A3.0033,3.0033,0,0,1,16,8Zm4,11H18V17H14v2H12V17a2.0023,2.0023,0,0,1,2-2h4a2.0023,2.0023,0,0,1,2,2Z"
1900
+ }, rest), _path144 || (_path144 = /*#__PURE__*/React__default.createElement("path", {
1901
+ d: "M23 13H18v2h5v2H19a2 2 0 00-2 2v2a2 2 0 002 2h6V15A2 2 0 0023 13zm0 8H19V19h4zM13 9H9a2 2 0 00-2 2V23H9V18h4v5h2V11A2 2 0 0013 9zM9 16V11h4v5z"
1843
1902
  })), children);
1844
1903
  });
1845
1904
  if (process.env.NODE_ENV !== "production") {
1846
- LocationPersonFilled.propTypes = iconPropTypes;
1905
+ LetterAa.propTypes = iconPropTypes;
1847
1906
  }
1848
- var LocationSave = /*#__PURE__*/React__default.forwardRef(function LocationSave(_ref80, ref) {
1907
+ var LetterBb = /*#__PURE__*/React__default.forwardRef(function LetterBb(_ref80, ref) {
1849
1908
  var children = _ref80.children,
1850
1909
  _ref80$size = _ref80.size,
1851
1910
  size = _ref80$size === void 0 ? 16 : _ref80$size,
@@ -1857,14 +1916,14 @@ var LocationSave = /*#__PURE__*/React__default.forwardRef(function LocationSave(
1857
1916
  xmlns: "http://www.w3.org/2000/svg",
1858
1917
  viewBox: "0 0 32 32",
1859
1918
  fill: "currentColor"
1860
- }, rest), _path137 || (_path137 = /*#__PURE__*/React__default.createElement("path", {
1861
- d: "M18 30h2V28a1.0009 1.0009 0 011-1h6a1.0009 1.0009 0 011 1v2h2V28a3.0033 3.0033 0 00-3-3H21a3.0033 3.0033 0 00-3 3zM24 24a4 4 0 114-4A4.0042 4.0042 0 0124 24zm0-6a2 2 0 102 2A2.0023 2.0023 0 0024 18zM25.3418 10.06l-22-8A1 1 0 002.06 3.3415l8 22A1.001 1.001 0 0010.9839 26H11a1 1 0 00.9287-.6289L15.77 15.7692l9.6016-3.8408a1 1 0 00-.0293-1.8687zM14.6284 14.0709v0l-.3979.1591-.1591.3979 0 0-3.0269 7.5678L4.6719 4.6715l17.5244 6.3726z"
1919
+ }, rest), _path145 || (_path145 = /*#__PURE__*/React__default.createElement("path", {
1920
+ d: "M23 13H19V9H17V23h6a2 2 0 002-2V15A2 2 0 0023 13zm-4 8V15h4v6zM15 12a3 3 0 00-3-3H7V23h5a3 3 0 003-3V18a3 3 0 00-.78-2A3 3 0 0015 14zM9 11h3a1 1 0 011 1v2a1 1 0 01-1 1H9zm4 9a1 1 0 01-1 1H9V17h3a1 1 0 011 1z"
1862
1921
  })), children);
1863
1922
  });
1864
1923
  if (process.env.NODE_ENV !== "production") {
1865
- LocationSave.propTypes = iconPropTypes;
1924
+ LetterBb.propTypes = iconPropTypes;
1866
1925
  }
1867
- var LocationStar = /*#__PURE__*/React__default.forwardRef(function LocationStar(_ref81, ref) {
1926
+ var LetterCc = /*#__PURE__*/React__default.forwardRef(function LetterCc(_ref81, ref) {
1868
1927
  var children = _ref81.children,
1869
1928
  _ref81$size = _ref81.size,
1870
1929
  size = _ref81$size === void 0 ? 16 : _ref81$size,
@@ -1876,16 +1935,14 @@ var LocationStar = /*#__PURE__*/React__default.forwardRef(function LocationStar(
1876
1935
  xmlns: "http://www.w3.org/2000/svg",
1877
1936
  viewBox: "0 0 32 32",
1878
1937
  fill: "currentColor"
1879
- }, rest), _path138 || (_path138 = /*#__PURE__*/React__default.createElement("path", {
1880
- d: "M16 7L17.912 10.667 22 11.173 19 13.926 19.6 18 16 15.708 12.4 18 13 13.926 10 11.173 14.2 10.667 16 7z"
1881
- })), _path139 || (_path139 = /*#__PURE__*/React__default.createElement("path", {
1882
- 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"
1938
+ }, rest), _path146 || (_path146 = /*#__PURE__*/React__default.createElement("path", {
1939
+ d: "M24 23H19a2 2 0 01-2-2V15a2 2 0 012-2h5v2H19v6h5zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h6z"
1883
1940
  })), children);
1884
1941
  });
1885
1942
  if (process.env.NODE_ENV !== "production") {
1886
- LocationStar.propTypes = iconPropTypes;
1943
+ LetterCc.propTypes = iconPropTypes;
1887
1944
  }
1888
- var LocationStarFilled = /*#__PURE__*/React__default.forwardRef(function LocationStarFilled(_ref82, ref) {
1945
+ var LetterDd = /*#__PURE__*/React__default.forwardRef(function LetterDd(_ref82, ref) {
1889
1946
  var children = _ref82.children,
1890
1947
  _ref82$size = _ref82.size,
1891
1948
  size = _ref82$size === void 0 ? 16 : _ref82$size,
@@ -1897,17 +1954,14 @@ var LocationStarFilled = /*#__PURE__*/React__default.forwardRef(function Locatio
1897
1954
  xmlns: "http://www.w3.org/2000/svg",
1898
1955
  viewBox: "0 0 32 32",
1899
1956
  fill: "currentColor"
1900
- }, rest), _path140 || (_path140 = /*#__PURE__*/React__default.createElement("path", {
1901
- fill: "none",
1902
- d: "M16 7L17.912 10.667 22 11.173 19 13.926 19.6 18 16 15.708 12.4 18 13 13.926 10 11.173 14.2 10.667 16 7z"
1903
- })), _path141 || (_path141 = /*#__PURE__*/React__default.createElement("path", {
1904
- 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,2Zm3.6,16L16,15.7085,12.4,18l.6-4.0742-3-2.7529,4.2-.5064L16,7l1.9116,3.6665L22,11.1729l-3,2.7529Z"
1957
+ }, rest), _path147 || (_path147 = /*#__PURE__*/React__default.createElement("path", {
1958
+ d: "M23 9v4H19a2 2 0 00-2 2v6a2 2 0 002 2h6V9zm-4 6h4v6H19zM11 23H7V9h4a4 4 0 014 4v6A4 4 0 0111 23zM9 21h2a2 2 0 002-2V13a2 2 0 00-2-2H9z"
1905
1959
  })), children);
1906
1960
  });
1907
1961
  if (process.env.NODE_ENV !== "production") {
1908
- LocationStarFilled.propTypes = iconPropTypes;
1962
+ LetterDd.propTypes = iconPropTypes;
1909
1963
  }
1910
- var Locked = /*#__PURE__*/React__default.forwardRef(function Locked(_ref83, ref) {
1964
+ var LetterEe = /*#__PURE__*/React__default.forwardRef(function LetterEe(_ref83, ref) {
1911
1965
  var children = _ref83.children,
1912
1966
  _ref83$size = _ref83.size,
1913
1967
  size = _ref83$size === void 0 ? 16 : _ref83$size,
@@ -1919,14 +1973,14 @@ var Locked = /*#__PURE__*/React__default.forwardRef(function Locked(_ref83, ref)
1919
1973
  xmlns: "http://www.w3.org/2000/svg",
1920
1974
  viewBox: "0 0 32 32",
1921
1975
  fill: "currentColor"
1922
- }, rest), _path142 || (_path142 = /*#__PURE__*/React__default.createElement("path", {
1923
- d: "M24,14H22V8A6,6,0,0,0,10,8v6H8a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V16A2,2,0,0,0,24,14ZM12,8a4,4,0,0,1,8,0v6H12ZM24,28H8V16H24Z"
1976
+ }, rest), _path148 || (_path148 = /*#__PURE__*/React__default.createElement("path", {
1977
+ d: "M25 19V15a2.0023 2.0023 0 00-2-2H19a2.0023 2.0023 0 00-2 2v6a2.0077 2.0077 0 002 2h5V21H19V19zm-6-4h4v2H19zM15 11L15 9 7 9 7 23 15 23 15 21 9 21 9 17 14 17 14 15 9 15 9 11 15 11z"
1924
1978
  })), children);
1925
1979
  });
1926
1980
  if (process.env.NODE_ENV !== "production") {
1927
- Locked.propTypes = iconPropTypes;
1981
+ LetterEe.propTypes = iconPropTypes;
1928
1982
  }
1929
- var LogicalPartition = /*#__PURE__*/React__default.forwardRef(function LogicalPartition(_ref84, ref) {
1983
+ var LetterFf = /*#__PURE__*/React__default.forwardRef(function LetterFf(_ref84, ref) {
1930
1984
  var children = _ref84.children,
1931
1985
  _ref84$size = _ref84.size,
1932
1986
  size = _ref84$size === void 0 ? 16 : _ref84$size,
@@ -1938,18 +1992,14 @@ var LogicalPartition = /*#__PURE__*/React__default.forwardRef(function LogicalPa
1938
1992
  xmlns: "http://www.w3.org/2000/svg",
1939
1993
  viewBox: "0 0 32 32",
1940
1994
  fill: "currentColor"
1941
- }, rest), _circle11 || (_circle11 = /*#__PURE__*/React__default.createElement("circle", {
1942
- cx: "9",
1943
- cy: "7",
1944
- r: "1"
1945
- })), _path143 || (_path143 = /*#__PURE__*/React__default.createElement("path", {
1946
- d: "M27,22v-4c0-1.1046-.8954-2-2-2h-8v-4h9c1.1046,0,2-.8954,2-2V4c0-1.1046-.8954-2-2-2H6c-1.1046,0-2,.8954-2,2v6c0,1.1046,.8954,2,2,2H15v4H7c-1.1046,0-2,.8954-2,2v4h-1c-1.1046,0-2,.8954-2,2v4c0,1.1046,.8954,2,2,2h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2h-1v-4H15v4h-1c-1.1046,0-2,.8954-2,2v4c0,1.1046,.8954,2,2,2h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2h-1v-4h8v4h-1c-1.1046,0-2,.8954-2,2v4c0,1.1046,.8954,2,2,2h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2h-1Zm-19,6H4v-4h4v4Zm10-4v4h-4v-4h4ZM6,10V4H26v6H6ZM28,28h-4v-4h4v4Z"
1995
+ }, rest), _path149 || (_path149 = /*#__PURE__*/React__default.createElement("path", {
1996
+ d: "M16 11L16 9 8 9 8 23 10 23 10 17 15 17 15 15 10 15 10 11 16 11zM24 11V9H21a2 2 0 00-2 2v2H17v2h2v8h2V15h3V13H21V11z"
1947
1997
  })), children);
1948
1998
  });
1949
1999
  if (process.env.NODE_ENV !== "production") {
1950
- LogicalPartition.propTypes = iconPropTypes;
2000
+ LetterFf.propTypes = iconPropTypes;
1951
2001
  }
1952
- var Login = /*#__PURE__*/React__default.forwardRef(function Login(_ref85, ref) {
2002
+ var LetterGg = /*#__PURE__*/React__default.forwardRef(function LetterGg(_ref85, ref) {
1953
2003
  var children = _ref85.children,
1954
2004
  _ref85$size = _ref85.size,
1955
2005
  size = _ref85$size === void 0 ? 16 : _ref85$size,
@@ -1961,16 +2011,14 @@ var Login = /*#__PURE__*/React__default.forwardRef(function Login(_ref85, ref) {
1961
2011
  xmlns: "http://www.w3.org/2000/svg",
1962
2012
  viewBox: "0 0 32 32",
1963
2013
  fill: "currentColor"
1964
- }, rest), _path144 || (_path144 = /*#__PURE__*/React__default.createElement("path", {
1965
- d: "M26,30H14a2,2,0,0,1-2-2V25h2v3H26V4H14V7H12V4a2,2,0,0,1,2-2H26a2,2,0,0,1,2,2V28A2,2,0,0,1,26,30Z"
1966
- })), _path145 || (_path145 = /*#__PURE__*/React__default.createElement("path", {
1967
- d: "M14.59 20.59L18.17 17 4 17 4 15 18.17 15 14.59 11.41 16 10 22 16 16 22 14.59 20.59z"
2014
+ }, rest), _path150 || (_path150 = /*#__PURE__*/React__default.createElement("path", {
2015
+ d: "M19 13a2 2 0 00-2 2v6a2 2 0 002 2h4v2H18v2h5a2 2 0 002-2V13zm4 8H19V15h4zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h4V17H11V15h4z"
1968
2016
  })), children);
1969
2017
  });
1970
2018
  if (process.env.NODE_ENV !== "production") {
1971
- Login.propTypes = iconPropTypes;
2019
+ LetterGg.propTypes = iconPropTypes;
1972
2020
  }
1973
- var LogoAngular = /*#__PURE__*/React__default.forwardRef(function LogoAngular(_ref86, ref) {
2021
+ var LetterHh = /*#__PURE__*/React__default.forwardRef(function LetterHh(_ref86, ref) {
1974
2022
  var children = _ref86.children,
1975
2023
  _ref86$size = _ref86.size,
1976
2024
  size = _ref86$size === void 0 ? 16 : _ref86$size,
@@ -1982,16 +2030,14 @@ var LogoAngular = /*#__PURE__*/React__default.forwardRef(function LogoAngular(_r
1982
2030
  xmlns: "http://www.w3.org/2000/svg",
1983
2031
  viewBox: "0 0 32 32",
1984
2032
  fill: "currentColor"
1985
- }, rest), _path146 || (_path146 = /*#__PURE__*/React__default.createElement("path", {
1986
- d: "M13.5,16h4.9L16,10.8L13.5,16z"
1987
- })), _path147 || (_path147 = /*#__PURE__*/React__default.createElement("path", {
1988
- d: "M16,3L3,7.6l2.7,15.8L16,29l10.3-5.6L29,7.6L16,3z M21.1,21.6l-1.5-3.2h-7.1l-1.5,3.2H8.6L16,5.3l7.4,16.2H21.1z"
2033
+ }, rest), _path151 || (_path151 = /*#__PURE__*/React__default.createElement("path", {
2034
+ d: "M13 9L13 15 9 15 9 9 7 9 7 23 9 23 9 17 13 17 13 23 15 23 15 9 13 9zM23 13H19V9H17V23h2V15h4v8h2V15A2 2 0 0023 13z"
1989
2035
  })), children);
1990
2036
  });
1991
2037
  if (process.env.NODE_ENV !== "production") {
1992
- LogoAngular.propTypes = iconPropTypes;
2038
+ LetterHh.propTypes = iconPropTypes;
1993
2039
  }
1994
- var LogoAnsibleCommunity = /*#__PURE__*/React__default.forwardRef(function LogoAnsibleCommunity(_ref87, ref) {
2040
+ var LetterIi = /*#__PURE__*/React__default.forwardRef(function LetterIi(_ref87, ref) {
1995
2041
  var children = _ref87.children,
1996
2042
  _ref87$size = _ref87.size,
1997
2043
  size = _ref87$size === void 0 ? 16 : _ref87$size,
@@ -2003,14 +2049,14 @@ var LogoAnsibleCommunity = /*#__PURE__*/React__default.forwardRef(function LogoA
2003
2049
  xmlns: "http://www.w3.org/2000/svg",
2004
2050
  viewBox: "0 0 32 32",
2005
2051
  fill: "currentColor"
2006
- }, rest), _path148 || (_path148 = /*#__PURE__*/React__default.createElement("path", {
2007
- d: "M27.8,27.7L17.5,3.1C17.2,2.4,16.6,2,15.9,2c-0.7,0-1.3,0.4-1.6,1.1L3,30h3.9l4.5-11.1l13.3,10.7c0.5,0.4,0.9,0.6,1.4,0.6 c1,0,1.9-0.7,1.9-1.8C28,28.2,27.9,28,27.8,27.7z M15.9,7.5l6.7,16.4L12.5,16L15.9,7.5z"
2052
+ }, rest), _path152 || (_path152 = /*#__PURE__*/React__default.createElement("path", {
2053
+ d: "M10 11L13 11 13 21 10 21 10 23 18 23 18 21 15 21 15 11 18 11 18 9 10 9 10 11zM20 13H22V23H20zM20 9H22V11H20z"
2008
2054
  })), children);
2009
2055
  });
2010
2056
  if (process.env.NODE_ENV !== "production") {
2011
- LogoAnsibleCommunity.propTypes = iconPropTypes;
2057
+ LetterIi.propTypes = iconPropTypes;
2012
2058
  }
2013
- var LogoDigg = /*#__PURE__*/React__default.forwardRef(function LogoDigg(_ref88, ref) {
2059
+ var LetterJj = /*#__PURE__*/React__default.forwardRef(function LetterJj(_ref88, ref) {
2014
2060
  var children = _ref88.children,
2015
2061
  _ref88$size = _ref88.size,
2016
2062
  size = _ref88$size === void 0 ? 16 : _ref88$size,
@@ -2022,14 +2068,14 @@ var LogoDigg = /*#__PURE__*/React__default.forwardRef(function LogoDigg(_ref88,
2022
2068
  xmlns: "http://www.w3.org/2000/svg",
2023
2069
  viewBox: "0 0 32 32",
2024
2070
  fill: "currentColor"
2025
- }, rest), _path149 || (_path149 = /*#__PURE__*/React__default.createElement("path", {
2026
- d: "M6.48 7.6v3.92H2V21H9.28V7.6zm0 11.2H4.8v-5H6.48zM10.4 11.52H13.2V21.04H10.4zM10.4 7.6H13.2V10.399999999999999H10.4zM14.32 11.52V21H18.8v1.12H14.32V24.4H21.6V11.52zM18.8 18.8H17.12v-5H18.8zM22.72 11.52V21H27.2v1.12H22.72V24.4H30V11.52zM27.2 18.8H25.52v-5H27.2z"
2071
+ }, rest), _path153 || (_path153 = /*#__PURE__*/React__default.createElement("path", {
2072
+ d: "M20 9H22V11H20zM20 25H17v2h3a2 2 0 002-2V13H20zM14 23H10a2 2 0 01-2-2V19h2v2h4V9h2V21A2 2 0 0114 23z"
2027
2073
  })), children);
2028
2074
  });
2029
2075
  if (process.env.NODE_ENV !== "production") {
2030
- LogoDigg.propTypes = iconPropTypes;
2076
+ LetterJj.propTypes = iconPropTypes;
2031
2077
  }
2032
- var LogoDiscord = /*#__PURE__*/React__default.forwardRef(function LogoDiscord(_ref89, ref) {
2078
+ var LetterKk = /*#__PURE__*/React__default.forwardRef(function LetterKk(_ref89, ref) {
2033
2079
  var children = _ref89.children,
2034
2080
  _ref89$size = _ref89.size,
2035
2081
  size = _ref89$size === void 0 ? 16 : _ref89$size,
@@ -2041,14 +2087,14 @@ var LogoDiscord = /*#__PURE__*/React__default.forwardRef(function LogoDiscord(_r
2041
2087
  xmlns: "http://www.w3.org/2000/svg",
2042
2088
  viewBox: "0 0 32 32",
2043
2089
  fill: "currentColor"
2044
- }, rest), _path150 || (_path150 = /*#__PURE__*/React__default.createElement("path", {
2045
- d: "M25.7,7.1C23.9,6.3,22,5.7,20,5.3c0,0-0.1,0-0.1,0c-0.2,0.4-0.5,1-0.7,1.5c-2.2-0.3-4.3-0.3-6.4,0c-0.2-0.5-0.5-1-0.7-1.5 c0,0-0.1,0-0.1,0c-2,0.3-3.9,0.9-5.7,1.8c0,0,0,0,0,0c-3.6,5.4-4.6,10.7-4.1,15.9c0,0,0,0.1,0,0.1c2.4,1.8,4.7,2.8,7,3.5 c0,0,0.1,0,0.1,0c0.5-0.7,1-1.5,1.4-2.3c0,0,0-0.1,0-0.1c-0.8-0.3-1.5-0.6-2.2-1c-0.1,0-0.1-0.1,0-0.1c0.1-0.1,0.3-0.2,0.4-0.3 c0,0,0.1,0,0.1,0c4.6,2.1,9.5,2.1,14.1,0c0,0,0.1,0,0.1,0c0.1,0.1,0.3,0.2,0.4,0.3c0.1,0,0,0.1,0,0.1c-0.7,0.4-1.4,0.8-2.2,1 c0,0-0.1,0.1,0,0.1c0.4,0.8,0.9,1.6,1.4,2.3c0,0,0.1,0,0.1,0c2.3-0.7,4.6-1.8,7-3.5c0,0,0,0,0-0.1C30.5,17,28.9,11.8,25.7,7.1 C25.7,7.1,25.7,7.1,25.7,7.1z M11.4,19.9c-1.4,0-2.5-1.3-2.5-2.8s1.1-2.8,2.5-2.8c1.4,0,2.5,1.3,2.5,2.8 C13.9,18.6,12.8,19.9,11.4,19.9z M20.7,19.9c-1.4,0-2.5-1.3-2.5-2.8s1.1-2.8,2.5-2.8c1.4,0,2.5,1.3,2.5,2.8 C23.2,18.6,22.1,19.9,20.7,19.9z"
2090
+ }, rest), _path154 || (_path154 = /*#__PURE__*/React__default.createElement("path", {
2091
+ d: "M15 9L12.89 9 9 15.55 9 9 7 9 7 23 9 23 9 18.71 9.93 17.22 12.89 23 15 23 11.11 15.43 15 9zM22.78 23L25 23 21.22 17 25 13 22.76 13 19 17.17 19 9 17 9 17 23 19 23 19 19.25 19.96 18.21 22.78 23z"
2046
2092
  })), children);
2047
2093
  });
2048
2094
  if (process.env.NODE_ENV !== "production") {
2049
- LogoDiscord.propTypes = iconPropTypes;
2095
+ LetterKk.propTypes = iconPropTypes;
2050
2096
  }
2051
- var LogoFacebook = /*#__PURE__*/React__default.forwardRef(function LogoFacebook(_ref90, ref) {
2097
+ var LetterLl = /*#__PURE__*/React__default.forwardRef(function LetterLl(_ref90, ref) {
2052
2098
  var children = _ref90.children,
2053
2099
  _ref90$size = _ref90.size,
2054
2100
  size = _ref90$size === void 0 ? 16 : _ref90$size,
@@ -2060,14 +2106,14 @@ var LogoFacebook = /*#__PURE__*/React__default.forwardRef(function LogoFacebook(
2060
2106
  xmlns: "http://www.w3.org/2000/svg",
2061
2107
  viewBox: "0 0 32 32",
2062
2108
  fill: "currentColor"
2063
- }, rest), _path151 || (_path151 = /*#__PURE__*/React__default.createElement("path", {
2064
- d: "M26.67,4H5.33A1.34,1.34,0,0,0,4,5.33V26.67A1.34,1.34,0,0,0,5.33,28H16.82V18.72H13.7V15.09h3.12V12.42c0-3.1,1.89-4.79,4.67-4.79.93,0,1.86,0,2.79.14V11H22.37c-1.51,0-1.8.72-1.8,1.77v2.31h3.6l-.47,3.63H20.57V28h6.1A1.34,1.34,0,0,0,28,26.67V5.33A1.34,1.34,0,0,0,26.67,4Z"
2109
+ }, rest), _path155 || (_path155 = /*#__PURE__*/React__default.createElement("path", {
2110
+ d: "M11 21L11 9 9 9 9 23 17 23 17 21 11 21zM23 23H21a2 2 0 01-2-2V9h2V21h2z"
2065
2111
  })), children);
2066
2112
  });
2067
2113
  if (process.env.NODE_ENV !== "production") {
2068
- LogoFacebook.propTypes = iconPropTypes;
2114
+ LetterLl.propTypes = iconPropTypes;
2069
2115
  }
2070
- var LogoFigma = /*#__PURE__*/React__default.forwardRef(function LogoFigma(_ref91, ref) {
2116
+ var LetterMm = /*#__PURE__*/React__default.forwardRef(function LetterMm(_ref91, ref) {
2071
2117
  var children = _ref91.children,
2072
2118
  _ref91$size = _ref91.size,
2073
2119
  size = _ref91$size === void 0 ? 16 : _ref91$size,
@@ -2079,14 +2125,14 @@ var LogoFigma = /*#__PURE__*/React__default.forwardRef(function LogoFigma(_ref91
2079
2125
  xmlns: "http://www.w3.org/2000/svg",
2080
2126
  viewBox: "0 0 32 32",
2081
2127
  fill: "currentColor"
2082
- }, rest), _path152 || (_path152 = /*#__PURE__*/React__default.createElement("path", {
2083
- d: "M23.6,11.6c1-0.6,1.7-1.5,2.1-2.6c0.4-1.1,0.4-2.2,0.1-3.3c-0.3-1.1-1-2-1.9-2.7c-0.9-0.7-2.1-1-3.2-1h-9.2 c-1.2,0-2.3,0.4-3.2,1C7.2,3.7,6.6,4.7,6.2,5.7C5.9,6.8,5.9,8,6.3,9c0.4,1.1,1.1,2,2.1,2.6c-0.7,0.5-1.4,1.1-1.8,1.9 C6.2,14.3,6,15.1,6,16c0,0.9,0.2,1.7,0.6,2.5c0.4,0.8,1,1.4,1.8,1.9c-1,0.6-1.7,1.5-2.1,2.6c-0.4,1.1-0.4,2.2-0.1,3.3 c0.3,1.1,1,2,2,2.7c0.9,0.7,2.1,1,3.2,1c1.4,0,2.8-0.6,3.9-1.5c1-1,1.6-2.3,1.6-3.7v-4.8c1,0.9,2.3,1.4,3.6,1.4h0.1 c1.2,0,2.3-0.4,3.2-1c0.9-0.7,1.6-1.6,1.9-2.7c0.3-1.1,0.3-2.2-0.1-3.3C25.3,13.1,24.5,12.2,23.6,11.6z M16.9,3.7h3.7 c0.5,0,1,0,1.4,0.2c0.5,0.2,0.9,0.4,1.2,0.8c0.4,0.3,0.6,0.7,0.8,1.2s0.3,0.9,0.3,1.4c0,0.5-0.1,1-0.3,1.4c-0.2,0.4-0.5,0.8-0.8,1.2 c-0.4,0.3-0.8,0.6-1.2,0.8c-0.5,0.2-1,0.2-1.4,0.2h-3.7V3.7z M11.4,3.7h3.7v7h-3.7c-0.9,0-1.8-0.4-2.4-1.1C8.3,9,8,8.1,8,7.2 s0.4-1.8,1-2.4C9.6,4.2,10.5,3.8,11.4,3.7L11.4,3.7z M7.8,16c0-0.9,0.4-1.8,1.1-2.5c0.7-0.7,1.6-1,2.6-1h3.7v7h-3.7 c-1,0-1.9-0.4-2.6-1C8.2,17.8,7.8,16.9,7.8,16L7.8,16z M15.1,24.7c0,1-0.4,1.9-1.1,2.5c-0.7,0.7-1.6,1-2.6,1c-0.5,0-1,0-1.4-0.2 c-0.5-0.2-0.9-0.4-1.2-0.7c-0.4-0.3-0.6-0.7-0.8-1.2c-0.2-0.4-0.3-0.9-0.3-1.4c0-0.5,0.1-1,0.3-1.4c0.2-0.4,0.5-0.8,0.8-1.2 c0.4-0.3,0.8-0.6,1.2-0.8c0.5-0.2,1-0.2,1.4-0.2h3.7L15.1,24.7z M20.6,19.5h-0.1c-0.9,0-1.8-0.4-2.4-1.1c-0.6-0.7-1-1.5-1-2.4 c0-0.9,0.4-1.8,1-2.4c0.6-0.7,1.5-1,2.4-1.1h0.1c0.5,0,1,0,1.4,0.2c0.5,0.2,0.9,0.4,1.2,0.8c0.4,0.3,0.6,0.7,0.8,1.2 c0.2,0.4,0.3,0.9,0.3,1.4c0,0.5-0.1,1-0.3,1.4c-0.2,0.4-0.5,0.8-0.8,1.2c-0.4,0.3-0.8,0.6-1.2,0.8C21.6,19.5,21.1,19.5,20.6,19.5 L20.6,19.5z"
2128
+ }, rest), _path156 || (_path156 = /*#__PURE__*/React__default.createElement("path", {
2129
+ d: "M24 13H16V23h2V15h2v8h2V15h2v8h2V15A2 2 0 0024 13zM12 9L10.48 14 10 15.98 9.54 14 8 9 6 9 6 23 8 23 8 15 7.84 13 8.42 15 10 19.63 11.58 15 12.16 13 12 15 12 23 14 23 14 9 12 9z"
2084
2130
  })), children);
2085
2131
  });
2086
2132
  if (process.env.NODE_ENV !== "production") {
2087
- LogoFigma.propTypes = iconPropTypes;
2133
+ LetterMm.propTypes = iconPropTypes;
2088
2134
  }
2089
- var LogoFlickr = /*#__PURE__*/React__default.forwardRef(function LogoFlickr(_ref92, ref) {
2135
+ var LetterNn = /*#__PURE__*/React__default.forwardRef(function LetterNn(_ref92, ref) {
2090
2136
  var children = _ref92.children,
2091
2137
  _ref92$size = _ref92.size,
2092
2138
  size = _ref92$size === void 0 ? 16 : _ref92$size,
@@ -2098,20 +2144,14 @@ var LogoFlickr = /*#__PURE__*/React__default.forwardRef(function LogoFlickr(_ref
2098
2144
  xmlns: "http://www.w3.org/2000/svg",
2099
2145
  viewBox: "0 0 32 32",
2100
2146
  fill: "currentColor"
2101
- }, rest), _circle12 || (_circle12 = /*#__PURE__*/React__default.createElement("circle", {
2102
- cx: "8",
2103
- cy: "16",
2104
- r: "6"
2105
- })), _circle13 || (_circle13 = /*#__PURE__*/React__default.createElement("circle", {
2106
- cx: "24",
2107
- cy: "16",
2108
- r: "6"
2147
+ }, rest), _path157 || (_path157 = /*#__PURE__*/React__default.createElement("path", {
2148
+ d: "M25 23H23V15H19v8H17V13h6a2 2 0 012 2zM13 19L9.32 9 7 9 7 23 9 23 9 13 12.68 23 15 23 15 9 13 9 13 19z"
2109
2149
  })), children);
2110
2150
  });
2111
2151
  if (process.env.NODE_ENV !== "production") {
2112
- LogoFlickr.propTypes = iconPropTypes;
2152
+ LetterNn.propTypes = iconPropTypes;
2113
2153
  }
2114
- var LogoGithub = /*#__PURE__*/React__default.forwardRef(function LogoGithub(_ref93, ref) {
2154
+ var LetterOo = /*#__PURE__*/React__default.forwardRef(function LetterOo(_ref93, ref) {
2115
2155
  var children = _ref93.children,
2116
2156
  _ref93$size = _ref93.size,
2117
2157
  size = _ref93$size === void 0 ? 16 : _ref93$size,
@@ -2123,15 +2163,14 @@ var LogoGithub = /*#__PURE__*/React__default.forwardRef(function LogoGithub(_ref
2123
2163
  xmlns: "http://www.w3.org/2000/svg",
2124
2164
  viewBox: "0 0 32 32",
2125
2165
  fill: "currentColor"
2126
- }, rest), _path153 || (_path153 = /*#__PURE__*/React__default.createElement("path", {
2127
- fillRule: "evenodd",
2128
- d: "M16,2a14,14,0,0,0-4.43,27.28c.7.13,1-.3,1-.67s0-1.21,0-2.38c-3.89.84-4.71-1.88-4.71-1.88A3.71,3.71,0,0,0,6.24,22.3c-1.27-.86.1-.85.1-.85A2.94,2.94,0,0,1,8.48,22.9a3,3,0,0,0,4.08,1.16,2.93,2.93,0,0,1,.88-1.87c-3.1-.36-6.37-1.56-6.37-6.92a5.4,5.4,0,0,1,1.44-3.76,5,5,0,0,1,.14-3.7s1.17-.38,3.85,1.43a13.3,13.3,0,0,1,7,0c2.67-1.81,3.84-1.43,3.84-1.43a5,5,0,0,1,.14,3.7,5.4,5.4,0,0,1,1.44,3.76c0,5.38-3.27,6.56-6.39,6.91a3.33,3.33,0,0,1,.95,2.59c0,1.87,0,3.38,0,3.84s.25.81,1,.67A14,14,0,0,0,16,2Z"
2166
+ }, rest), _path158 || (_path158 = /*#__PURE__*/React__default.createElement("path", {
2167
+ d: "M23 23H19a2 2 0 01-2-2V15a2 2 0 012-2h4a2 2 0 012 2v6A2 2 0 0123 23zm-4-8v6h4V15zM13 23H9a2 2 0 01-2-2V11A2 2 0 019 9h4a2 2 0 012 2V21A2 2 0 0113 23zM9 11V21h4V11z"
2129
2168
  })), children);
2130
2169
  });
2131
2170
  if (process.env.NODE_ENV !== "production") {
2132
- LogoGithub.propTypes = iconPropTypes;
2171
+ LetterOo.propTypes = iconPropTypes;
2133
2172
  }
2134
- var LogoGitlab = /*#__PURE__*/React__default.forwardRef(function LogoGitlab(_ref94, ref) {
2173
+ var LetterPp = /*#__PURE__*/React__default.forwardRef(function LetterPp(_ref94, ref) {
2135
2174
  var children = _ref94.children,
2136
2175
  _ref94$size = _ref94.size,
2137
2176
  size = _ref94$size === void 0 ? 16 : _ref94$size,
@@ -2143,14 +2182,14 @@ var LogoGitlab = /*#__PURE__*/React__default.forwardRef(function LogoGitlab(_ref
2143
2182
  xmlns: "http://www.w3.org/2000/svg",
2144
2183
  viewBox: "0 0 32 32",
2145
2184
  fill: "currentColor"
2146
- }, rest), _path154 || (_path154 = /*#__PURE__*/React__default.createElement("path", {
2147
- d: "m28.5678,12.8926l-.0366-.0934-3.5388-9.2356c-.072-.181-.1995-.3346-.3642-.4386-.3375-.2095-.7699-.1863-1.083.0582-.1512.1228-.2608.2892-.3141.4765l-2.3894,7.3105h-9.6756l-2.3894-7.3105c-.0518-.1884-.1617-.3556-.3141-.4779-.3131-.2445-.7455-.2677-1.083-.0582-.1643.1045-.2917.2579-.3642.4386l-3.5456,9.2315-.0352.0934c-1.0465,2.7345-.1578,5.8315,2.1796,7.5948l.0122.0095.0325.023,5.3908,4.037,2.667,2.0185,1.6246,1.2265c.3905.2965.9308.2965,1.3213,0l1.6246-1.2265,2.667-2.0185,5.4233-4.0614.0135-.0108c2.3319-1.7635,3.219-4.8551,2.1769-7.5867Z"
2185
+ }, rest), _path159 || (_path159 = /*#__PURE__*/React__default.createElement("path", {
2186
+ d: "M23 13H17V27h2V23h4a2 2 0 002-2V15A2 2 0 0023 13zm-4 8V15h4v6zM9 23H7V9h6a2 2 0 012 2v5a2 2 0 01-2 2H9zm0-7h4V11H9z"
2148
2187
  })), children);
2149
2188
  });
2150
2189
  if (process.env.NODE_ENV !== "production") {
2151
- LogoGitlab.propTypes = iconPropTypes;
2190
+ LetterPp.propTypes = iconPropTypes;
2152
2191
  }
2153
- var LogoGlassdoor = /*#__PURE__*/React__default.forwardRef(function LogoGlassdoor(_ref95, ref) {
2192
+ var LetterQq = /*#__PURE__*/React__default.forwardRef(function LetterQq(_ref95, ref) {
2154
2193
  var children = _ref95.children,
2155
2194
  _ref95$size = _ref95.size,
2156
2195
  size = _ref95$size === void 0 ? 16 : _ref95$size,
@@ -2162,16 +2201,14 @@ var LogoGlassdoor = /*#__PURE__*/React__default.forwardRef(function LogoGlassdoo
2162
2201
  xmlns: "http://www.w3.org/2000/svg",
2163
2202
  viewBox: "0 0 32 32",
2164
2203
  fill: "currentColor"
2165
- }, rest), _path155 || (_path155 = /*#__PURE__*/React__default.createElement("path", {
2166
- d: "M10.8281,28H21.1719a3.43,3.43,0,0,0,3.43-3.43V10.3306h-3.43V24.57H7.3981A3.43,3.43,0,0,0,10.8281,28Z"
2167
- })), _path156 || (_path156 = /*#__PURE__*/React__default.createElement("path", {
2168
- d: "M21.1719,4H10.8281a3.43,3.43,0,0,0-3.43,3.43v14.24h3.43V7.43H24.6019A3.43,3.43,0,0,0,21.1719,4Z"
2204
+ }, rest), _path160 || (_path160 = /*#__PURE__*/React__default.createElement("path", {
2205
+ d: "M19 13a2 2 0 00-2 2v6a2 2 0 002 2h4v4h2V13zm4 8H19V15h4zM13 9H9a2 2 0 00-2 2V21a2 2 0 002 2h1v2a2 2 0 002 2h2V25H12V23h1a2 2 0 002-2V11A2 2 0 0013 9zM9 21V11h4V21z"
2169
2206
  })), children);
2170
2207
  });
2171
2208
  if (process.env.NODE_ENV !== "production") {
2172
- LogoGlassdoor.propTypes = iconPropTypes;
2209
+ LetterQq.propTypes = iconPropTypes;
2173
2210
  }
2174
- var LogoInstagram = /*#__PURE__*/React__default.forwardRef(function LogoInstagram(_ref96, ref) {
2211
+ var LetterRr = /*#__PURE__*/React__default.forwardRef(function LetterRr(_ref96, ref) {
2175
2212
  var children = _ref96.children,
2176
2213
  _ref96$size = _ref96.size,
2177
2214
  size = _ref96$size === void 0 ? 16 : _ref96$size,
@@ -2183,20 +2220,14 @@ var LogoInstagram = /*#__PURE__*/React__default.forwardRef(function LogoInstagra
2183
2220
  xmlns: "http://www.w3.org/2000/svg",
2184
2221
  viewBox: "0 0 32 32",
2185
2222
  fill: "currentColor"
2186
- }, rest), _circle14 || (_circle14 = /*#__PURE__*/React__default.createElement("circle", {
2187
- cx: "22.406",
2188
- cy: "9.594",
2189
- r: "1.44"
2190
- })), _path157 || (_path157 = /*#__PURE__*/React__default.createElement("path", {
2191
- d: "M16,9.8378A6.1622,6.1622,0,1,0,22.1622,16,6.1622,6.1622,0,0,0,16,9.8378ZM16,20a4,4,0,1,1,4-4A4,4,0,0,1,16,20Z"
2192
- })), _path158 || (_path158 = /*#__PURE__*/React__default.createElement("path", {
2193
- d: "M16,6.1622c3.2041,0,3.5837.0122,4.849.07a6.6418,6.6418,0,0,1,2.2283.4132,3.9748,3.9748,0,0,1,2.2774,2.2774,6.6418,6.6418,0,0,1,.4132,2.2283c.0577,1.2653.07,1.6449.07,4.849s-.0122,3.5837-.07,4.849a6.6418,6.6418,0,0,1-.4132,2.2283,3.9748,3.9748,0,0,1-2.2774,2.2774,6.6418,6.6418,0,0,1-2.2283.4132c-1.2652.0577-1.6446.07-4.849.07s-3.5838-.0122-4.849-.07a6.6418,6.6418,0,0,1-2.2283-.4132,3.9748,3.9748,0,0,1-2.2774-2.2774,6.6418,6.6418,0,0,1-.4132-2.2283c-.0577-1.2653-.07-1.6449-.07-4.849s.0122-3.5837.07-4.849a6.6418,6.6418,0,0,1,.4132-2.2283A3.9748,3.9748,0,0,1,8.9227,6.6453a6.6418,6.6418,0,0,1,2.2283-.4132c1.2653-.0577,1.6449-.07,4.849-.07M16,4c-3.259,0-3.6677.0138-4.9476.0722A8.8068,8.8068,0,0,0,8.14,4.63,6.1363,6.1363,0,0,0,4.63,8.14a8.8068,8.8068,0,0,0-.5578,2.9129C4.0138,12.3323,4,12.741,4,16s.0138,3.6677.0722,4.9476A8.8074,8.8074,0,0,0,4.63,23.8605a6.1363,6.1363,0,0,0,3.51,3.51,8.8068,8.8068,0,0,0,2.9129.5578C12.3323,27.9862,12.741,28,16,28s3.6677-.0138,4.9476-.0722a8.8074,8.8074,0,0,0,2.9129-.5578,6.1363,6.1363,0,0,0,3.51-3.51,8.8074,8.8074,0,0,0,.5578-2.9129C27.9862,19.6677,28,19.259,28,16s-.0138-3.6677-.0722-4.9476A8.8068,8.8068,0,0,0,27.37,8.14a6.1363,6.1363,0,0,0-3.51-3.5095,8.8074,8.8074,0,0,0-2.9129-.5578C19.6677,4.0138,19.259,4,16,4Z"
2223
+ }, rest), _path161 || (_path161 = /*#__PURE__*/React__default.createElement("path", {
2224
+ d: "M16 15V11a2 2 0 00-2-2H8V23h2V17h1.48l2.34 6H16l-2.33-6H14A2 2 0 0016 15zm-6-4h4v4H10zM24 13L18 13 18 23 20 23 20 15 24 15 24 13z"
2194
2225
  })), children);
2195
2226
  });
2196
2227
  if (process.env.NODE_ENV !== "production") {
2197
- LogoInstagram.propTypes = iconPropTypes;
2228
+ LetterRr.propTypes = iconPropTypes;
2198
2229
  }
2199
- var LogoInvision = /*#__PURE__*/React__default.forwardRef(function LogoInvision(_ref97, ref) {
2230
+ var LetterSs = /*#__PURE__*/React__default.forwardRef(function LetterSs(_ref97, ref) {
2200
2231
  var children = _ref97.children,
2201
2232
  _ref97$size = _ref97.size,
2202
2233
  size = _ref97$size === void 0 ? 16 : _ref97$size,
@@ -2208,14 +2239,14 @@ var LogoInvision = /*#__PURE__*/React__default.forwardRef(function LogoInvision(
2208
2239
  xmlns: "http://www.w3.org/2000/svg",
2209
2240
  viewBox: "0 0 32 32",
2210
2241
  fill: "currentColor"
2211
- }, rest), _path159 || (_path159 = /*#__PURE__*/React__default.createElement("path", {
2212
- d: "M4,4v24h24V4H4z M12.1,9c0.8,0,1.4,0.6,1.4,1.4c0,0.8-0.6,1.4-1.4,1.4c0,0,0,0,0,0c-0.8,0-1.4-0.6-1.4-1.4 C10.8,9.6,11.4,9,12.1,9z M21.5,22.2c-1.4,0-2.1-0.8-2.1-2c0-0.3,0-0.7,0.1-1l0.7-2.4c0.1-0.2,0.1-0.5,0.1-0.7 c0-0.8-0.5-1.3-1.2-1.3c-1,0-1.6,0.7-1.9,2L15.9,22h-2.3l0.4-1.7c-0.7,1.1-1.6,1.8-2.8,1.8c-1.4,0-2.1-0.8-2.1-2c0-0.3,0-0.7,0.1-1 l1.1-4.3H8.7L9.2,13h3.9l-1.5,6.1c-0.1,0.3-0.1,0.6-0.1,0.9c0,0.4,0.2,0.5,0.5,0.6c0.2,0,1.6,0,2.4-1.8l1-4.1h-1.6l0.5-1.8h3.5 l-0.5,2.1c0.6-1.2,1.9-2.2,3.1-2.2c1.3,0,2.4,0.9,2.4,2.7c0,0.5-0.1,1-0.2,1.5l-0.7,2.4c-0.1,0.2-0.1,0.4-0.1,0.6 c0,0.4,0.2,0.6,0.5,0.6c0.3,0,0.7-0.2,1.2-1.5l0.9,0.4C23.7,21.4,22.7,22.2,21.5,22.2z"
2242
+ }, rest), _path162 || (_path162 = /*#__PURE__*/React__default.createElement("path", {
2243
+ d: "M22 23H17V21h5V19H19a2 2 0 01-2-2V15a2 2 0 012-2h5v2H19v2h3a2 2 0 012 2v2A2 2 0 0122 23zM13 23H7V21h6V17H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9v4h4a2 2 0 012 2v4A2 2 0 0113 23z"
2213
2244
  })), children);
2214
2245
  });
2215
2246
  if (process.env.NODE_ENV !== "production") {
2216
- LogoInvision.propTypes = iconPropTypes;
2247
+ LetterSs.propTypes = iconPropTypes;
2217
2248
  }
2218
- var LogoJupyter = /*#__PURE__*/React__default.forwardRef(function LogoJupyter(_ref98, ref) {
2249
+ var LetterTt = /*#__PURE__*/React__default.forwardRef(function LetterTt(_ref98, ref) {
2219
2250
  var children = _ref98.children,
2220
2251
  _ref98$size = _ref98.size,
2221
2252
  size = _ref98$size === void 0 ? 16 : _ref98$size,
@@ -2227,14 +2258,14 @@ var LogoJupyter = /*#__PURE__*/React__default.forwardRef(function LogoJupyter(_r
2227
2258
  xmlns: "http://www.w3.org/2000/svg",
2228
2259
  viewBox: "0 0 32 32",
2229
2260
  fill: "currentColor"
2230
- }, rest), _path160 || (_path160 = /*#__PURE__*/React__default.createElement("path", {
2231
- d: "M26.0766 3.5878a1.69 1.69 0 11-1.76-1.5853 1.67 1.67 0 011.76 1.5853zM16.2191 23.1113c-4.4866 0-8.43-1.61-10.4688-3.9882a11.1618 11.1618 0 0020.9377 0C24.6541 21.5011 20.7257 23.1113 16.2191 23.1113zM16.2191 7.6483c4.4867 0 8.43 1.61 10.4689 3.9881a11.1618 11.1618 0 00-20.9377 0C7.7892 9.2535 11.7126 7.6483 16.2191 7.6483zM10.0427 27.7388a2.1085 2.1085 0 11-.2031-.7976 2.1278 2.1278 0 01.2031.7976zM6.26 7.1064A1.2263 1.2263 0 117.4517 5.83 1.2415 1.2415 0 016.26 7.1064z"
2261
+ }, rest), _path163 || (_path163 = /*#__PURE__*/React__default.createElement("path", {
2262
+ d: "M8 11L11 11 11 23 13 23 13 11 16 11 16 9 8 9 8 11zM23 15V13H20V11H18v2H16v2h2v6a2 2 0 002 2h3V21H20V15z"
2232
2263
  })), children);
2233
2264
  });
2234
2265
  if (process.env.NODE_ENV !== "production") {
2235
- LogoJupyter.propTypes = iconPropTypes;
2266
+ LetterTt.propTypes = iconPropTypes;
2236
2267
  }
2237
- var LogoKeybase = /*#__PURE__*/React__default.forwardRef(function LogoKeybase(_ref99, ref) {
2268
+ var LetterUu = /*#__PURE__*/React__default.forwardRef(function LetterUu(_ref99, ref) {
2238
2269
  var children = _ref99.children,
2239
2270
  _ref99$size = _ref99.size,
2240
2271
  size = _ref99$size === void 0 ? 16 : _ref99$size,
@@ -2246,19 +2277,14 @@ var LogoKeybase = /*#__PURE__*/React__default.forwardRef(function LogoKeybase(_r
2246
2277
  xmlns: "http://www.w3.org/2000/svg",
2247
2278
  viewBox: "0 0 32 32",
2248
2279
  fill: "currentColor"
2249
- }, rest), _path161 || (_path161 = /*#__PURE__*/React__default.createElement("path", {
2250
- d: "M14.1233 26.9328a1.1122 1.1122 0 11-1.1121-1.1122 1.112 1.112 0 011.1121 1.1122M21.0257 26.9328a1.1122 1.1122 0 11-1.1122-1.1122 1.1121 1.1121 0 011.1122 1.1122"
2251
- })), _path162 || (_path162 = /*#__PURE__*/React__default.createElement("path", {
2252
- d: "M9.999 5.797H10.973V6.771H9.999z",
2253
- transform: "rotate(-86.462 10.486 6.284)"
2254
- })), _path163 || (_path163 = /*#__PURE__*/React__default.createElement("path", {
2255
- d: "M26.4275,16.3825l-.0013.001a13.0868,13.0868,0,0,0-5.1431-4.1825c-.3754-.1667-.7543-.3142-1.1354-.4454.0128-.0314.0277-.0615.04-.0933a4.83,4.83,0,0,0-2.9861-6.319,5.9368,5.9368,0,0,0-1.9962-.3558c-.0366-.1253-.1165-.6743.58-2.1571L14.3742,2q-.17.236-.3368.4661c-.384.5309-.7549,1.0444-1.1029,1.55a2.1657,2.1657,0,0,0-1.4486-.6771L9.8543,3.2377H9.852l-.0025,0c-.0429-.0025-.0864-.0039-.1293-.0039A2.1877,2.1877,0,0,0,7.54,5.2825L7.4388,6.9169l0,.003,0,.0028A2.1882,2.1882,0,0,0,9.4854,9.23l1.1673.0723a5.1711,5.1711,0,0,0,.47,2.688,13.1954,13.1954,0,0,0-4.2637,2.9C3,18.7883,3,23.06,3,26.4916v2.0706l1.524-1.6163A12.3293,12.3293,0,0,0,5.8548,30H7.8367A10.7091,10.7091,0,0,1,5.878,25.51l2.2353-2.3708L6.963,26.745l2.03-1.4774c3.5858-2.61,7.8678-3.2093,12.7263-1.7826a4.6276,4.6276,0,0,0,5.2189-1.468c.0441-.0628.0828-.128.1228-.1926a9.6141,9.6141,0,0,1,.1638,1.7454,12.4214,12.4214,0,0,1-1.61,6.43h1.877A14.4022,14.4022,0,0,0,28.87,23.57,12.2666,12.2666,0,0,0,26.4275,16.3825ZM13.8455,5.9257a1.5872,1.5872,0,0,0,1.3983.7068,4.2111,4.2111,0,0,1,1.44.2719,3.17,3.17,0,0,1,1.0279,5.4638l-.4752-.5849-.0032-.004a1.7048,1.7048,0,0,0-3.0235.9865,3.2143,3.2143,0,0,1-1.899-3.5412,8.4815,8.4815,0,0,1,1.4374-3.466A1.642,1.642,0,0,0,13.8455,5.9257Zm3.49,9.2589-.6072.4962a.2675.2675,0,0,1-.376-.038l-.1264-.1549a.2791.2791,0,0,1,.0394-.3927l.6-.49-1.235-1.5158a.362.362,0,1,1,.5611-.4575l3.4546,4.2517a.3619.3619,0,0,1-.1988.5815.3566.3566,0,0,1-.0816.0094.3609.3609,0,0,1-.2806-.1332l-.3441-.4239-1.2215.9971a.2815.2815,0,0,1-.3965-.04l-.5532-.6775a.2786.2786,0,0,1,.04-.3919l1.2275-1.002ZM9.08,7.0184l.1014-1.6342A.5394.5394,0,0,1,9.72,4.8781l.0326.001,1.6335.1013a.5387.5387,0,0,1,.5046.5716l-.0073.1182a10.6739,10.6739,0,0,0-.9028,2.0046L9.5859,7.5886A.5407.5407,0,0,1,9.08,7.0184ZM25.5944,21.07a2.9883,2.9883,0,0,1-3.4112.8373c-4.5313-1.3305-8.6289-1.0534-12.2124.82l1.9069-5.978-7.203,7.6393a11.67,11.67,0,0,1,3.3532-8.3419,11.4953,11.4953,0,0,1,4.1073-2.6908,5.42,5.42,0,0,0,2.2411,1.2214,4.714,4.714,0,0,0,.5627.12,1.6258,1.6258,0,0,0,.2449,1.6416l.0847.1038a1.6247,1.6247,0,0,0,.2594,1.605l.5532.6777a1.6276,1.6276,0,0,0,2.29.2314l.3314-.2705a1.7079,1.7079,0,0,0,1.9867-2.6535l-1.9427-2.3911a4.88,4.88,0,0,0,.4863-.456,12.449,12.449,0,0,1,1.3829.5181,11.419,11.419,0,0,1,4.5085,3.6838C26.0987,18.7278,26.2745,20.1043,25.5944,21.07Z"
2280
+ }, rest), _path164 || (_path164 = /*#__PURE__*/React__default.createElement("path", {
2281
+ d: "M23 23H19a2 2 0 01-2-2V13h2v8h4V13h2v8A2 2 0 0123 23zM13 23H9a2 2 0 01-2-2V9H9V21h4V9h2V21A2 2 0 0113 23z"
2256
2282
  })), children);
2257
2283
  });
2258
2284
  if (process.env.NODE_ENV !== "production") {
2259
- LogoKeybase.propTypes = iconPropTypes;
2285
+ LetterUu.propTypes = iconPropTypes;
2260
2286
  }
2261
- var LogoKubernetes = /*#__PURE__*/React__default.forwardRef(function LogoKubernetes(_ref100, ref) {
2287
+ var LetterVv = /*#__PURE__*/React__default.forwardRef(function LetterVv(_ref100, ref) {
2262
2288
  var children = _ref100.children,
2263
2289
  _ref100$size = _ref100.size,
2264
2290
  size = _ref100$size === void 0 ? 16 : _ref100$size,
@@ -2270,16 +2296,14 @@ var LogoKubernetes = /*#__PURE__*/React__default.forwardRef(function LogoKuberne
2270
2296
  xmlns: "http://www.w3.org/2000/svg",
2271
2297
  viewBox: "0 0 32 32",
2272
2298
  fill: "currentColor"
2273
- }, rest), _path164 || (_path164 = /*#__PURE__*/React__default.createElement("path", {
2274
- d: "M15.134 17.189L15.999 17.605 16.862 17.19 17.076 16.259 16.479 15.512 15.518 15.512 14.919 16.257 15.134 17.189zM14.2166 13.88l.0024.0019a.5239.5239 0 00.8321-.4013l0-.003.0127-.0063L15.242 10.33c-.2173.0268-.43.0635-.6333.1094a6.2 6.2 0 00-2.9727 1.6176l2.5752 1.8257zM12.8347 16.2622l.003-.001a.5241.5241 0 00.206-.9008l-.0024-.002.0029-.0127-2.3515-2.1035a6.1775 6.1775 0 00-.8746 3.9l3.0142-.87zM13.8645 18.501a.5229.5229 0 00-.6059-.3989l-.0034 0-.0049-.0063-3.0908.5249a6.2052 6.2052 0 002.4863 3.1108l1.1972-2.8935-.0087-.0117.0009-.003A.5184.5184 0 0013.8645 18.501zM16.4622 19.6431l-.0015-.0025a.53.53 0 00-.48-.2759.5269.5269 0 00-.4434.2769l-.0015.0029H15.533l-1.52 2.7481a6.2277 6.2277 0 003.38.1723c.207-.0468.41-.104.6044-.1684l-1.5234-2.7534zM18.7371 18.09l-.0034 0a.51.51 0 00-.1206-.0088.5263.5263 0 00-.4546.7319l.001.0024-.004.0054 1.21 2.9234A6.185 6.185 0 0021.86 18.61l-3.1176-.5269zM21.2893 13.2437L18.951 15.3364l.0014.0064-.0024.0019a.5249.5249 0 00.2055.9014l.0035.0005.0024.0132 3.0293.872a6.2915 6.2915 0 00-.9014-3.8881zM16.9383 13.4673l0 .0029a.5161.5161 0 00.1143.3037.5236.5236 0 00.7192.0967l.0025-.0019.0088.0039 2.5586-1.814a6.2307 6.2307 0 00-3.584-1.7285l.1777 3.1357z"
2275
- })), _path165 || (_path165 = /*#__PURE__*/React__default.createElement("path", {
2276
- d: "M30.3806,19.0376,27.9016,8.2705a1.9057,1.9057,0,0,0-1.038-1.291L16.83,2.1885a1.9332,1.9332,0,0,0-1.6656,0L5.1326,6.9819a1.9072,1.9072,0,0,0-1.0381,1.291L1.6194,19.04A1.89,1.89,0,0,0,1.88,20.499a1.8364,1.8364,0,0,0,.1088.1514l6.9439,8.6338a1.9244,1.9244,0,0,0,1.5.7158l11.1357-.0024a1.9251,1.9251,0,0,0,1.5-.7149L30.01,20.6479A1.8911,1.8911,0,0,0,30.3806,19.0376Zm-3.8115-.13a.6432.6432,0,0,1-.7812.4429l-.0039,0-.0049-.001-.0069-.0019-.0048-.002-.0572-.0117c-.0346-.0068-.07-.0142-.0981-.0215a2.4643,2.4643,0,0,1-.3589-.1328c-.0576-.0249-.1172-.0513-.1807-.0752l-.0175-.0063a5.5192,5.5192,0,0,0-1.0284-.3013.4119.4119,0,0,0-.2954.0981l-.0371.0254-.0019.0015-.002,0c-.0439-.0088-.1748-.0322-.2519-.0444a7.8166,7.8166,0,0,1-3.459,4.351c.0093.022.02.05.0307.0806a.9352.9352,0,0,0,.0669.1567l.002.002-.001.0029-.0166.042a.4148.4148,0,0,0-.03.3091,5.69,5.69,0,0,0,.5322.9517c.0376.0561.0757.1084.1128.1591a2.4,2.4,0,0,1,.2095.32c.0166.0312.0371.0752.0552.1137l.0229.0484a.6083.6083,0,1,1-1.0947.5176l-.0224-.0455c-.0186-.038-.0381-.0776-.0518-.1088a2.5059,2.5059,0,0,1-.1211-.3658c-.0166-.0595-.0337-.1215-.0537-.185l-.0059-.0166a5.5441,5.5441,0,0,0-.4052-.9922.4177.4177,0,0,0-.2627-.1709l-.0415-.0127-.0015,0-.0015-.0019c-.01-.0171-.0337-.0611-.0595-.1075-.0235-.042-.0484-.0874-.0664-.12a7.8868,7.8868,0,0,1-1.0269.3091,7.7588,7.7588,0,0,1-4.51-.3233l-.1352.2442-.002.001a.481.481,0,0,0-.2563.124,2.2827,2.2827,0,0,0-.336.7207c-.04.1172-.08.2383-.1279.3569-.0205.064-.0376.127-.0537.188a2.4747,2.4747,0,0,1-.12.3623c-.0127.03-.0313.0669-.0493.1025l-.0245.0494h0l-.0005.0024-.0019.002a.6773.6773,0,0,1-.5952.3945.5484.5484,0,0,1-.24-.0542.6426.6426,0,0,1-.2578-.86c.0088-.0171.0176-.0371.0274-.0576.0171-.0371.0346-.0757.05-.1045a2.53,2.53,0,0,1,.21-.3222c.0367-.05.0747-.1026.1118-.1578a5.8209,5.8209,0,0,0,.543-.976.5889.5889,0,0,0-.0532-.336l0-.0019,0-.002.1074-.2573a7.8224,7.8224,0,0,1-3.46-4.32l-.2593.0444-.0015-.001-.0264-.0151a.5961.5961,0,0,0-.3159-.106,5.5447,5.5447,0,0,0-1.0283.3013l-.0171.0064c-.062.0239-.1211.0488-.1782.0732a2.4949,2.4949,0,0,1-.3613.1333c-.0308.0083-.0708.0171-.1094.0249l-.0459.01-.0049.0019-.0068.002-.0049.001-.0039,0a.6078.6078,0,1,1-.2695-1.18l.0039-.001.0053-.0015.002,0,.0034-.0009.0469-.0113c.04-.01.081-.02.1133-.0258a2.4132,2.4132,0,0,1,.3808-.0357c.063-.0024.1284-.0054.1958-.0107l.0142-.0015A5.554,5.554,0,0,0,7.77,17.92a.72.72,0,0,0,.231-.227l.0244-.0318.001-.0014.0014,0,.2471-.0718a7.7765,7.7765,0,0,1,1.2246-5.4126l-.19-.17,0-.002-.0044-.0278a.5983.5983,0,0,0-.1153-.3159,5.6171,5.6171,0,0,0-.8916-.6265c-.0585-.0342-.1157-.0649-.1713-.0942a2.4731,2.4731,0,0,1-.3267-.1973c-.0264-.0195-.0586-.0459-.0894-.0713l-.0356-.0288L7.67,10.6387l-.0049-.0039A.7045.7045,0,0,1,7.4041,10.2a.5725.5725,0,0,1,.1128-.4575A.5835.5835,0,0,1,8,9.5288a.7226.7226,0,0,1,.4214.1592l.0361.0283c.0332.0259.07.0552.0972.0781a2.5254,2.5254,0,0,1,.2671.2759c.04.0469.0825.0952.1284.1441l.01.01a5.5221,5.5221,0,0,0,.7989.72.4159.4159,0,0,0,.31.0406l.043-.0069h.0019l.0015.001c.0357.0264.1484.1074.2134.1514a7.7273,7.7273,0,0,1,3.9233-2.24,7.9671,7.9671,0,0,1,1.0816-.1665l.0141-.2515.001-.0014a.6486.6486,0,0,0,.1939-.3076,5.5779,5.5779,0,0,0-.066-1.0791l-.0009-.0088c-.0093-.0664-.021-.13-.0328-.1914a2.5611,2.5611,0,0,1-.0493-.38c-.0009-.03-.0005-.0679,0-.1045l.0005-.05-.0005-.0073,0-.0093a.6088.6088,0,1,1,1.211,0l.0009.0605c.001.0386.0015.0791.0005.11a2.5348,2.5348,0,0,1-.0493.38c-.0117.0615-.0234.125-.0327.1914l-.0039.0317a5.4479,5.4479,0,0,0-.064,1.0567.4132.4132,0,0,0,.1616.2666l.0328.03.0019.0015v.0019c.0015.0435.0083.1836.0137.2637a7.79,7.79,0,0,1,2.7173.7559,7.8812,7.8812,0,0,1,2.2632,1.65l.226-.1612h.002l.0312.002a.5914.5914,0,0,0,.33-.041,5.4885,5.4885,0,0,0,.7871-.71l.0215-.022c.0454-.0478.0869-.0952.1274-.1416a2.57,2.57,0,0,1,.27-.2783c.0263-.0229.062-.05.0967-.0776l.0366-.0288a.6088.6088,0,1,1,.7544.9472l-.0435.0357c-.0307.0254-.063.0517-.0884.0708a2.4733,2.4733,0,0,1-.3266.1968c-.0562.0293-.1143.06-.1734.0947a5.6889,5.6889,0,0,0-.8921.6269.4152.4152,0,0,0-.1079.293l-.0034.044v.0019l-.0014.001c-.0162.0146-.0508.0459-.0914.082s-.0864.0772-.1186.1065a7.7983,7.7983,0,0,1,1.25,5.3994l.24.07.001.001.0171.0254a.6014.6014,0,0,0,.24.2334,5.595,5.595,0,0,0,1.063.1757l.0122.001c.0674.0059.1328.0083.1963.0108a2.4617,2.4617,0,0,1,.38.0356c.0312.0059.0713.0156.11.0254l.0644.0156A.643.643,0,0,1,26.5691,18.9077Z"
2299
+ }, rest), _path165 || (_path165 = /*#__PURE__*/React__default.createElement("path", {
2300
+ d: "M25 13L23.25 13 21 22.03 18.79 13 17 13 19.5 23 22.5 23 25 13zM13 9L11 22 9 9 7 9 9.52 23 12.48 23 15 9 13 9z"
2277
2301
  })), children);
2278
2302
  });
2279
2303
  if (process.env.NODE_ENV !== "production") {
2280
- LogoKubernetes.propTypes = iconPropTypes;
2304
+ LetterVv.propTypes = iconPropTypes;
2281
2305
  }
2282
- var LogoLinkedin = /*#__PURE__*/React__default.forwardRef(function LogoLinkedin(_ref101, ref) {
2306
+ var LetterWw = /*#__PURE__*/React__default.forwardRef(function LetterWw(_ref101, ref) {
2283
2307
  var children = _ref101.children,
2284
2308
  _ref101$size = _ref101.size,
2285
2309
  size = _ref101$size === void 0 ? 16 : _ref101$size,
@@ -2292,13 +2316,13 @@ var LogoLinkedin = /*#__PURE__*/React__default.forwardRef(function LogoLinkedin(
2292
2316
  viewBox: "0 0 32 32",
2293
2317
  fill: "currentColor"
2294
2318
  }, rest), _path166 || (_path166 = /*#__PURE__*/React__default.createElement("path", {
2295
- d: "M26.2,4H5.8C4.8,4,4,4.8,4,5.7v20.5c0,0.9,0.8,1.7,1.8,1.7h20.4c1,0,1.8-0.8,1.8-1.7V5.7C28,4.8,27.2,4,26.2,4z M11.1,24.4 H7.6V13h3.5V24.4z M9.4,11.4c-1.1,0-2.1-0.9-2.1-2.1c0-1.2,0.9-2.1,2.1-2.1c1.1,0,2.1,0.9,2.1,2.1S10.5,11.4,9.4,11.4z M24.5,24.3 H21v-5.6c0-1.3,0-3.1-1.9-3.1c-1.9,0-2.1,1.5-2.1,2.9v5.7h-3.5V13h3.3v1.5h0.1c0.5-0.9,1.7-1.9,3.4-1.9c3.6,0,4.3,2.4,4.3,5.5V24.3z"
2319
+ d: "M24.3 13L23.39 21.61 22 13 20 13 18.61 21.61 17.7 13 16 13 17.36 23 19.64 23 21 14.63 22.36 23 24.64 23 26 13 24.3 13zM12.21 9L11.87 17 11.61 21.54 11.2 18 10.52 12.54 8.5 12.54 7.82 18 7.41 21.54 7.16 17 6.81 9 5.01 9 6.01 23 8.28 23 9.04 18.07 9.5 14 9.51 13.97 9.52 14 9.98 18.07 10.74 23 13.01 23 14.01 9 12.21 9z"
2296
2320
  })), children);
2297
2321
  });
2298
2322
  if (process.env.NODE_ENV !== "production") {
2299
- LogoLinkedin.propTypes = iconPropTypes;
2323
+ LetterWw.propTypes = iconPropTypes;
2300
2324
  }
2301
- var LogoLivestream = /*#__PURE__*/React__default.forwardRef(function LogoLivestream(_ref102, ref) {
2325
+ var LetterXx = /*#__PURE__*/React__default.forwardRef(function LetterXx(_ref102, ref) {
2302
2326
  var children = _ref102.children,
2303
2327
  _ref102$size = _ref102.size,
2304
2328
  size = _ref102$size === void 0 ? 16 : _ref102$size,
@@ -2311,13 +2335,13 @@ var LogoLivestream = /*#__PURE__*/React__default.forwardRef(function LogoLivestr
2311
2335
  viewBox: "0 0 32 32",
2312
2336
  fill: "currentColor"
2313
2337
  }, rest), _path167 || (_path167 = /*#__PURE__*/React__default.createElement("path", {
2314
- d: "M22.49 23.71h-.76c-2.26 0-4.52 0-6.78 0a3.12 3.12 0 01-2.41-1A14.91 14.91 0 0110 18.88c-1.3-2.6-2.54-5.22-3.82-7.82-.39-.8-.82-1.56-1.28-2.32A7.84 7.84 0 002 5.6c1.24 0 2.41 0 3.57 0a45.63 45.63 0 017 .61 8.09 8.09 0 016.34 5.09 48.51 48.51 0 012.17 7.36A26 26 0 0022.49 23.71zM28.1 26.38a2.93 2.93 0 01-2.74-2.64 42.08 42.08 0 01-.14-4.9 48 48 0 00-.61-7.58 3.75 3.75 0 00-.83-2h2.65c.54 0 .73.37.89.78A12.1 12.1 0 0128 13.28c.29 2.72.31 5.45.33 8.18a10.94 10.94 0 000 1.15c.09.78.4 1.1 1.17 1.08.5 0 .5-.06.5-.06v2.69A8.62 8.62 0 0128.1 26.38z"
2338
+ d: "M15 9L13 9 11 15 9 9 7 9 9.75 16 7 23 9 23 11 17 13 23 15 23 12.24 16 15 9zM25 13L23 13 21 16.9 19 13 17 13 19.91 18 17 23 19 23 21 19.2 23 23 25 23 22.1 18 25 13z"
2315
2339
  })), children);
2316
2340
  });
2317
2341
  if (process.env.NODE_ENV !== "production") {
2318
- LogoLivestream.propTypes = iconPropTypes;
2342
+ LetterXx.propTypes = iconPropTypes;
2319
2343
  }
2320
- var LogoMastodon = /*#__PURE__*/React__default.forwardRef(function LogoMastodon(_ref103, ref) {
2344
+ var LetterYy = /*#__PURE__*/React__default.forwardRef(function LetterYy(_ref103, ref) {
2321
2345
  var children = _ref103.children,
2322
2346
  _ref103$size = _ref103.size,
2323
2347
  size = _ref103$size === void 0 ? 16 : _ref103$size,
@@ -2330,13 +2354,13 @@ var LogoMastodon = /*#__PURE__*/React__default.forwardRef(function LogoMastodon(
2330
2354
  viewBox: "0 0 32 32",
2331
2355
  fill: "currentColor"
2332
2356
  }, rest), _path168 || (_path168 = /*#__PURE__*/React__default.createElement("path", {
2333
- d: "m29.0581,11.1929c0-6.0742-3.9797-7.8545-3.9797-7.8545-2.0066-.9214-5.4522-1.3091-9.0318-1.3384h-.0879c-3.5798.0293-7.023.417-9.0296,1.3384,0,0-3.98,1.7803-3.98,7.8545,0,1.3911-.0271,3.0537.0171,4.8174.1445,5.9404,1.0889,11.7945,6.5811,13.2481,2.5322.6704,4.7063.8105,6.4573.7144,3.1755-.1758,4.958-1.1333,4.958-1.1333l-.1047-2.3037s-2.269.7153-4.8176.6284c-2.5249-.0869-5.1902-.2725-5.5986-3.3726-.0378-.272-.0566-.563-.0566-.8691,0,0,2.4785.606,5.6196.75,1.9207.0879,3.7219-.1128,5.5515-.3311,3.5083-.4189,6.563-2.5806,6.9468-4.5557.605-3.1113.5552-7.5928.5552-7.5928Zm-4.6943,7.8257h-2.9138v-7.1382c0-1.5049-.6331-2.2686-1.8997-2.2686-1.4002,0-2.1018.9058-2.1018,2.6973v3.9077h-2.8967v-3.9077c0-1.7915-.7019-2.6973-2.1021-2.6973-1.2666,0-1.8997.7637-1.8997,2.2686v7.1382h-2.9138v-7.3545c0-1.5029.3828-2.6978,1.1516-3.5811.7927-.8838,1.8308-1.3369,3.1196-1.3369,1.491,0,2.6204.5732,3.367,1.7192l.7256,1.2168.7261-1.2168c.7463-1.146,1.8755-1.7192,3.3667-1.7192,1.2886,0,2.3267.4531,3.1196,1.3369.7686.8833,1.1514,2.0781,1.1514,3.5811v7.3545Z"
2357
+ d: "M15 9L13 9 11 16 9 9 7 9 10 18 10 23 12 23 12 18 12 18 15 9zM23 13l-2 7.52L19.08 13H17l3.15 9.87L19.53 25H17v2h2.26a2 2 0 001.91-1.42L25 13z"
2334
2358
  })), children);
2335
2359
  });
2336
2360
  if (process.env.NODE_ENV !== "production") {
2337
- LogoMastodon.propTypes = iconPropTypes;
2361
+ LetterYy.propTypes = iconPropTypes;
2338
2362
  }
2339
- var LogoMedium = /*#__PURE__*/React__default.forwardRef(function LogoMedium(_ref104, ref) {
2363
+ var LetterZz = /*#__PURE__*/React__default.forwardRef(function LetterZz(_ref104, ref) {
2340
2364
  var children = _ref104.children,
2341
2365
  _ref104$size = _ref104.size,
2342
2366
  size = _ref104$size === void 0 ? 16 : _ref104$size,
@@ -2349,13 +2373,13 @@ var LogoMedium = /*#__PURE__*/React__default.forwardRef(function LogoMedium(_ref
2349
2373
  viewBox: "0 0 32 32",
2350
2374
  fill: "currentColor"
2351
2375
  }, rest), _path169 || (_path169 = /*#__PURE__*/React__default.createElement("path", {
2352
- d: "M30 16c0 3.7-.6 6.7-1.4 6.7-.8 0-1.4-3-1.4-6.7s.6-6.7 1.4-6.7C29.4 9.3 30 12.3 30 16M26.5 16c0 4.1-1.8 7.5-3.9 7.5s-3.9-3.4-3.9-7.5 1.8-7.5 3.9-7.5S26.5 11.9 26.5 16M17.8 16c0 4.4-3.5 8-7.9 8S2 20.4 2 16s3.5-8 7.9-8S17.8 11.6 17.8 16"
2376
+ d: "M25 15L25 13 17 13 17 15 22.5 15 17 21 17 23 25 23 25 21 19.51 21 25 15zM15 9L7 9 7 11 13 11 7 21 7 23 15 23 15 21 9 21 15 11 15 9z"
2353
2377
  })), children);
2354
2378
  });
2355
2379
  if (process.env.NODE_ENV !== "production") {
2356
- LogoMedium.propTypes = iconPropTypes;
2380
+ LetterZz.propTypes = iconPropTypes;
2357
2381
  }
2358
- var LogoNpm = /*#__PURE__*/React__default.forwardRef(function LogoNpm(_ref105, ref) {
2382
+ var License = /*#__PURE__*/React__default.forwardRef(function License(_ref105, ref) {
2359
2383
  var children = _ref105.children,
2360
2384
  _ref105$size = _ref105.size,
2361
2385
  size = _ref105$size === void 0 ? 16 : _ref105$size,
@@ -2368,13 +2392,15 @@ var LogoNpm = /*#__PURE__*/React__default.forwardRef(function LogoNpm(_ref105, r
2368
2392
  viewBox: "0 0 32 32",
2369
2393
  fill: "currentColor"
2370
2394
  }, rest), _path170 || (_path170 = /*#__PURE__*/React__default.createElement("path", {
2371
- d: "M4,28V4h24v24H4z M8.5,8.5v15H16v-12h4.5v12h3v-15H8.5z"
2395
+ d: "M10 6H22V8H10zM10 10H22V12H10zM10 24H16V26H10zM10 14H16V16H10z"
2396
+ })), _path171 || (_path171 = /*#__PURE__*/React__default.createElement("path", {
2397
+ d: "M24,30H8a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,8,2H24a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,24,30ZM8,4V28H24V4Z"
2372
2398
  })), children);
2373
2399
  });
2374
2400
  if (process.env.NODE_ENV !== "production") {
2375
- LogoNpm.propTypes = iconPropTypes;
2401
+ License.propTypes = iconPropTypes;
2376
2402
  }
2377
- var LogoOpenshift = /*#__PURE__*/React__default.forwardRef(function LogoOpenshift(_ref106, ref) {
2403
+ var LicenseDraft = /*#__PURE__*/React__default.forwardRef(function LicenseDraft(_ref106, ref) {
2378
2404
  var children = _ref106.children,
2379
2405
  _ref106$size = _ref106.size,
2380
2406
  size = _ref106$size === void 0 ? 16 : _ref106$size,
@@ -2386,14 +2412,16 @@ var LogoOpenshift = /*#__PURE__*/React__default.forwardRef(function LogoOpenshif
2386
2412
  xmlns: "http://www.w3.org/2000/svg",
2387
2413
  viewBox: "0 0 32 32",
2388
2414
  fill: "currentColor"
2389
- }, rest), _path171 || (_path171 = /*#__PURE__*/React__default.createElement("path", {
2390
- d: "M26.4612,15.7968A12.1352,12.1352,0,0,0,25.2821,11.48L29,10.13a11.9879,11.9879,0,0,0-1.0281-1.7382l-1.7431.635a11.9884,11.9884,0,0,0-21.71,7.9129l1.7477-.6412a12.19,12.19,0,0,0,.3309,1.9846L2.8838,19.6384A12.1451,12.1451,0,0,0,4.7565,23.7l1.9663-.7163.0026.0039a11.8856,11.8856,0,0,0,4.67,3.8909A12.013,12.013,0,0,0,27.34,21.0743a11.8725,11.8725,0,0,0,1.08-5.992Zm-2.92,3.4967a7.8,7.8,0,0,1-10.3533,3.7744,7.7207,7.7207,0,0,1-2.2714-1.6128l-1.9846.7235a7.84,7.84,0,0,1-2.0742-3.9895l.0009-.0008,3.7242-1.3566a7.8175,7.8175,0,0,1-.1232-2.0653l-1.7517.6362A7.7729,7.7729,0,0,1,19.7645,8.94h.0067a7.7442,7.7442,0,0,1,2.2646,1.615L23.78,9.921a7.8014,7.8014,0,0,1,1.229,1.6558l-3.71,1.3595a7.8245,7.8245,0,0,1,.9766,4.3882l1.9685-.7151A7.6714,7.6714,0,0,1,23.5411,19.2935Z"
2415
+ }, rest), _path172 || (_path172 = /*#__PURE__*/React__default.createElement("path", {
2416
+ d: "M8 6H20V8H8zM8 10H20V12H8zM8 14H14V16H8zM8 24H12V26H8z"
2417
+ })), _path173 || (_path173 = /*#__PURE__*/React__default.createElement("path", {
2418
+ d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM12 30H6a2.0021 2.0021 0 01-2-2V4A2.0021 2.0021 0 016 2H22a2.0021 2.0021 0 012 2V14H22V4H6V28h6z"
2391
2419
  })), children);
2392
2420
  });
2393
2421
  if (process.env.NODE_ENV !== "production") {
2394
- LogoOpenshift.propTypes = iconPropTypes;
2422
+ LicenseDraft.propTypes = iconPropTypes;
2395
2423
  }
2396
- var LogoPinterest = /*#__PURE__*/React__default.forwardRef(function LogoPinterest(_ref107, ref) {
2424
+ var LicenseGlobal = /*#__PURE__*/React__default.forwardRef(function LicenseGlobal(_ref107, ref) {
2397
2425
  var children = _ref107.children,
2398
2426
  _ref107$size = _ref107.size,
2399
2427
  size = _ref107$size === void 0 ? 16 : _ref107$size,
@@ -2405,14 +2433,16 @@ var LogoPinterest = /*#__PURE__*/React__default.forwardRef(function LogoPinteres
2405
2433
  xmlns: "http://www.w3.org/2000/svg",
2406
2434
  viewBox: "0 0 32 32",
2407
2435
  fill: "currentColor"
2408
- }, rest), _path172 || (_path172 = /*#__PURE__*/React__default.createElement("path", {
2409
- d: "M16,2a14,14,0,0,0-5.1,27,13.24,13.24,0,0,1,0-4l1.65-7A5.05,5.05,0,0,1,12.17,16c0-1.94,1.13-3.4,2.53-3.4a1.76,1.76,0,0,1,1.77,2c0,1.2-.76,3-1.16,4.66a2,2,0,0,0,2.08,2.53c2.48,0,4.4-2.63,4.4-6.41a5.53,5.53,0,0,0-5.85-5.7,6.06,6.06,0,0,0-6.32,6.08,5.42,5.42,0,0,0,1,3.19.44.44,0,0,1,.1.4c-.11.44-.35,1.4-.39,1.59s-.21.31-.47.19c-1.75-.82-2.84-3.37-2.84-5.43,0-4.41,3.21-8.47,9.25-8.47,4.85,0,8.63,3.46,8.63,8.09,0,4.82-3,8.7-7.27,8.7a3.76,3.76,0,0,1-3.21-1.6l-.87,3.33a15.55,15.55,0,0,1-1.74,3.67A14.17,14.17,0,0,0,16,30,14,14,0,0,0,16,2"
2436
+ }, rest), _path174 || (_path174 = /*#__PURE__*/React__default.createElement("path", {
2437
+ d: "M22 14a8 8 0 108 8A8.0092 8.0092 0 0022 14zm5.91 7H25.9563a12.03 12.03 0 00-1.2183-4.3325A6.01 6.01 0 0127.91 21zm-7.8545 0A10.0135 10.0135 0 0122 16.0146 10.0121 10.0121 0 0123.9448 21zm3.89 2A10.01 10.01 0 0122 27.9854 10.0121 10.0121 0 0120.0552 23zm-4.6831-6.332A12.0265 12.0265 0 0018.0435 21H16.09A6.01 6.01 0 0119.2617 16.668zM16.09 23h1.9532a12.0265 12.0265 0 001.2182 4.332A6.01 6.01 0 0116.09 23zm8.6482 4.332A12.0242 12.0242 0 0025.9565 23H27.91A6.0088 6.0088 0 0124.7385 27.332zM6 14H12V16H6zM6 6H18V8H6zM6 10H18V12H6zM6 24H12V26H6z"
2438
+ })), _path175 || (_path175 = /*#__PURE__*/React__default.createElement("path", {
2439
+ d: "M12,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H20a2.0021,2.0021,0,0,1,2,2v8H20V4H4V28h8Z"
2410
2440
  })), children);
2411
2441
  });
2412
2442
  if (process.env.NODE_ENV !== "production") {
2413
- LogoPinterest.propTypes = iconPropTypes;
2443
+ LicenseGlobal.propTypes = iconPropTypes;
2414
2444
  }
2415
- var LogoPython = /*#__PURE__*/React__default.forwardRef(function LogoPython(_ref108, ref) {
2445
+ var LicenseMaintenance = /*#__PURE__*/React__default.forwardRef(function LicenseMaintenance(_ref108, ref) {
2416
2446
  var children = _ref108.children,
2417
2447
  _ref108$size = _ref108.size,
2418
2448
  size = _ref108$size === void 0 ? 16 : _ref108$size,
@@ -2424,22 +2454,16 @@ var LogoPython = /*#__PURE__*/React__default.forwardRef(function LogoPython(_ref
2424
2454
  xmlns: "http://www.w3.org/2000/svg",
2425
2455
  viewBox: "0 0 32 32",
2426
2456
  fill: "currentColor"
2427
- }, rest), _path173 || (_path173 = /*#__PURE__*/React__default.createElement("path", {
2428
- d: "M23.4882,9.14v2.9663a4.2843,4.2843,0,0,1-4.173,4.2352H12.6431a3.4077,3.4077,0,0,0-3.34,3.3945v6.3607c0,1.81,1.5742,2.8751,3.34,3.3945a11.1762,11.1762,0,0,0,6.6721,0c1.6817-.4869,3.34-1.4668,3.34-3.3945V23.55H15.983v-.8486H25.9951c1.9414,0,2.6648-1.3542,3.34-3.3867a11.4642,11.4642,0,0,0,0-6.7889c-.48-1.9327-1.3961-3.3867-3.34-3.3867ZM19.7356,25.2476a1.2731,1.2731,0,1,1-1.2534,1.269A1.2607,1.2607,0,0,1,19.7356,25.2476Z"
2429
- })), _path174 || (_path174 = /*#__PURE__*/React__default.createElement("path", {
2430
- fill: "none",
2431
- d: "M19.7356,25.2476a1.2731,1.2731,0,1,1-1.2534,1.269A1.2607,1.2607,0,0,1,19.7356,25.2476Z"
2432
- })), _path175 || (_path175 = /*#__PURE__*/React__default.createElement("path", {
2433
- d: "M15.8351,2a19.0717,19.0717,0,0,0-3.192.2725c-2.8268.4994-3.34,1.5447-3.34,3.4723V8.2909h6.68V9.14H6.7962a4.1708,4.1708,0,0,0-4.173,3.3867,12.4855,12.4855,0,0,0,0,6.7889c.4748,1.9776,1.6088,3.3867,3.55,3.3867H8.47V19.65a4.2449,4.2449,0,0,1,4.173-4.15h6.6721a3.3654,3.3654,0,0,0,3.34-3.3944V5.745a3.729,3.729,0,0,0-3.34-3.4723A20.8377,20.8377,0,0,0,15.8351,2ZM12.2226,4.0478a1.2731,1.2731,0,1,1-1.2534,1.2768A1.2675,1.2675,0,0,1,12.2226,4.0478Z"
2434
- })), _path176 || (_path176 = /*#__PURE__*/React__default.createElement("path", {
2435
- fill: "none",
2436
- d: "M12.2226,4.0478a1.2731,1.2731,0,1,1-1.2534,1.2768A1.2675,1.2675,0,0,1,12.2226,4.0478Z"
2457
+ }, rest), _path176 || (_path176 = /*#__PURE__*/React__default.createElement("path", {
2458
+ d: "M8 14H14V16H8zM8 6H20V8H8zM8 10H20V12H8zM8 24H14V26H8zM30 24V22H27.8989a4.9678 4.9678 0 00-.7319-1.7529l1.49-1.49-1.414-1.414-1.49 1.49A4.9678 4.9678 0 0024 18.1011V16H22v2.1011a4.9678 4.9678 0 00-1.7529.7319l-1.49-1.49-1.414 1.414 1.49 1.49A4.9678 4.9678 0 0018.1011 22H16v2h2.1011a4.9678 4.9678 0 00.7319 1.7529l-1.49 1.49 1.414 1.414 1.49-1.49A4.9678 4.9678 0 0022 27.8989V30h2V27.8989a4.9678 4.9678 0 001.7529-.7319l1.49 1.49 1.414-1.414-1.49-1.49A4.9678 4.9678 0 0027.8989 24zm-7 2a3 3 0 113-3A3.0033 3.0033 0 0123 26z"
2459
+ })), _path177 || (_path177 = /*#__PURE__*/React__default.createElement("path", {
2460
+ d: "M14,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h8Z"
2437
2461
  })), children);
2438
2462
  });
2439
2463
  if (process.env.NODE_ENV !== "production") {
2440
- LogoPython.propTypes = iconPropTypes;
2464
+ LicenseMaintenance.propTypes = iconPropTypes;
2441
2465
  }
2442
- var LogoQuora = /*#__PURE__*/React__default.forwardRef(function LogoQuora(_ref109, ref) {
2466
+ var LicenseMaintenanceDraft = /*#__PURE__*/React__default.forwardRef(function LicenseMaintenanceDraft(_ref109, ref) {
2443
2467
  var children = _ref109.children,
2444
2468
  _ref109$size = _ref109.size,
2445
2469
  size = _ref109$size === void 0 ? 16 : _ref109$size,
@@ -2451,14 +2475,16 @@ var LogoQuora = /*#__PURE__*/React__default.forwardRef(function LogoQuora(_ref10
2451
2475
  xmlns: "http://www.w3.org/2000/svg",
2452
2476
  viewBox: "0 0 32 32",
2453
2477
  fill: "currentColor"
2454
- }, rest), _path177 || (_path177 = /*#__PURE__*/React__default.createElement("path", {
2455
- d: "M29,23.86H27a1.72,1.72,0,0,1-1.73,1.72c-1.15,0-1.82-.86-2.58-2a11,11,0,0,0,4.79-9.1c.09-7.19-5.85-11.89-12.17-11.89S3,7.37,3,14.37,9,26.16,15.17,26.16a10.71,10.71,0,0,0,3.07-.48c1.15,2.11,2.59,3.74,5.46,3.74A5,5,0,0,0,29,23.86Zm-8.14-3.45a6.31,6.31,0,0,0-5.56-3.16,6,6,0,0,0-3.74,1.15L12.2,20a2.56,2.56,0,0,1,.86-.1c1.82,0,3,1.53,4.12,3.64a7.58,7.58,0,0,1-1.91.19C10.86,23.76,9,20.6,9,14.47s1.91-9.3,6.23-9.3,6.32,3.16,6.32,9.3A20.68,20.68,0,0,1,20.83,20.41Z"
2478
+ }, rest), _path178 || (_path178 = /*#__PURE__*/React__default.createElement("path", {
2479
+ d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM20 13V11H17.8579a3.94 3.94 0 00-.4248-1.019L18.95 8.4644 17.5356 7.05 16.019 8.5669A3.9443 3.9443 0 0015 8.1421V6H13V8.1421a3.9443 3.9443 0 00-1.019.4248L10.4644 7.05 9.05 8.4644 10.5669 9.981A3.94 3.94 0 0010.1421 11H8v2h2.1421a3.94 3.94 0 00.4248 1.019L9.05 15.5356 10.4644 16.95l1.5166-1.5166A3.9443 3.9443 0 0013 15.8579V18h2V15.8579a3.9443 3.9443 0 001.019-.4248L17.5356 16.95 18.95 15.5356 17.4331 14.019A3.94 3.94 0 0017.8579 13zm-6 1a2 2 0 112-2A2.0025 2.0025 0 0114 14z"
2480
+ })), _path179 || (_path179 = /*#__PURE__*/React__default.createElement("path", {
2481
+ d: "M12,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h6Z"
2456
2482
  })), children);
2457
2483
  });
2458
2484
  if (process.env.NODE_ENV !== "production") {
2459
- LogoQuora.propTypes = iconPropTypes;
2485
+ LicenseMaintenanceDraft.propTypes = iconPropTypes;
2460
2486
  }
2461
- var LogoRScript = /*#__PURE__*/React__default.forwardRef(function LogoRScript(_ref110, ref) {
2487
+ var LicenseThirdParty = /*#__PURE__*/React__default.forwardRef(function LicenseThirdParty(_ref110, ref) {
2462
2488
  var children = _ref110.children,
2463
2489
  _ref110$size = _ref110.size,
2464
2490
  size = _ref110$size === void 0 ? 16 : _ref110$size,
@@ -2470,15 +2496,16 @@ var LogoRScript = /*#__PURE__*/React__default.forwardRef(function LogoRScript(_r
2470
2496
  xmlns: "http://www.w3.org/2000/svg",
2471
2497
  viewBox: "0 0 32 32",
2472
2498
  fill: "currentColor"
2473
- }, rest), _path178 || (_path178 = /*#__PURE__*/React__default.createElement("path", {
2474
- fillRule: "evenodd",
2475
- d: "M30,14.7842c0-5.1782-6.2681-9.376-14-9.376S2,9.606,2,14.7842c0,4.6147,4.9814,8.4419,11.5361,9.2226v2.9917l4.7762-.0019,0-2.9741a19.3812,19.3812,0,0,0,3.3418-.6646L23.593,27l5.3975-.0024-3.253-5.4849C28.3625,19.8086,30,17.4263,30,14.7842Zm-22.4983.7c0-3.54,4.7644-6.41,10.6414-6.41s10.2138,1.9629,10.2138,6.41A5.4694,5.4694,0,0,1,24.9587,20.61a3.2252,3.2252,0,0,0-.2978-.1749,10.4735,10.4735,0,0,0-1.34-.5048s4.1743-.31,4.1743-4.4659-4.3684-4.2343-4.3684-4.2343H13.5361V21.2554C9.97,20.22,7.5017,18.0283,7.5017,15.4839Zm13.7422,1.8452-2.8928.001.0014-2.6812,2.8914.0015a1.2476,1.2476,0,0,1,1.34,1.3149A1.3232,1.3232,0,0,1,21.2439,17.3291Zm-2.9326,3.4946h1.2825a.8785.8785,0,0,1,.6406.291,3.2917,3.2917,0,0,1,.51.63,22.4033,22.4033,0,0,1-2.4326.1455Z"
2499
+ }, rest), _path180 || (_path180 = /*#__PURE__*/React__default.createElement("path", {
2500
+ d: "M8 14H14V16H8zM8 6H20V8H8zM8 10H20V12H8zM8 24H14V26H8zM27 25H21a3 3 0 00-3 3v2h2V28a1 1 0 011-1h6a1 1 0 011 1v2h2V28A3 3 0 0027 25zM24 24a4 4 0 10-4-4A4 4 0 0024 24zm0-6a2 2 0 11-2 2A2 2 0 0124 18z"
2501
+ })), _path181 || (_path181 = /*#__PURE__*/React__default.createElement("path", {
2502
+ d: "M14,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h8Z"
2476
2503
  })), children);
2477
2504
  });
2478
2505
  if (process.env.NODE_ENV !== "production") {
2479
- LogoRScript.propTypes = iconPropTypes;
2506
+ LicenseThirdParty.propTypes = iconPropTypes;
2480
2507
  }
2481
- var LogoReact = /*#__PURE__*/React__default.forwardRef(function LogoReact(_ref111, ref) {
2508
+ var LicenseThirdPartyDraft = /*#__PURE__*/React__default.forwardRef(function LicenseThirdPartyDraft(_ref111, ref) {
2482
2509
  var children = _ref111.children,
2483
2510
  _ref111$size = _ref111.size,
2484
2511
  size = _ref111$size === void 0 ? 16 : _ref111$size,
@@ -2490,16 +2517,16 @@ var LogoReact = /*#__PURE__*/React__default.forwardRef(function LogoReact(_ref11
2490
2517
  xmlns: "http://www.w3.org/2000/svg",
2491
2518
  viewBox: "0 0 32 32",
2492
2519
  fill: "currentColor"
2493
- }, rest), _path179 || (_path179 = /*#__PURE__*/React__default.createElement("path", {
2494
- d: "M25,11.6c-0.3-0.1-0.6-0.2-0.9-0.3c0-0.2,0.1-0.4,0.1-0.6c0.7-3.3,0.2-6-1.3-6.9c-1.5-0.8-3.9,0-6.3,2.1 c-0.2,0.2-0.5,0.4-0.7,0.6c-0.2-0.1-0.3-0.3-0.5-0.4C13,3.9,10.5,3,9,3.9c-1.5,0.8-1.9,3.4-1.3,6.5c0.1,0.3,0.1,0.6,0.2,0.9 c-0.4,0.1-0.7,0.2-1,0.3c-3,1-4.9,2.7-4.9,4.3c0,1.7,2,3.5,5.1,4.5c0.2,0.1,0.5,0.2,0.8,0.2c-0.1,0.3-0.2,0.7-0.2,1 c-0.6,3.1-0.1,5.5,1.3,6.4c1.5,0.9,4,0,6.5-2.2c0.2-0.2,0.4-0.4,0.6-0.5c0.2,0.2,0.5,0.5,0.8,0.7c2.4,2.1,4.7,2.9,6.2,2 c1.5-0.9,2-3.5,1.4-6.7c0-0.2-0.1-0.5-0.2-0.8c0.2-0.1,0.4-0.1,0.5-0.2c3.2-1.1,5.3-2.8,5.3-4.5C30,14.3,28,12.7,25,11.6z M17.5,6.9 c2.1-1.8,4-2.5,4.9-2c0.9,0.5,1.3,2.7,0.7,5.6c0,0.2-0.1,0.4-0.1,0.6c-1.2-0.3-2.5-0.5-3.7-0.6c-0.7-1-1.5-2-2.4-3 C17.1,7.3,17.3,7.1,17.5,6.9L17.5,6.9z M10.3,17.4c0.3,0.5,0.5,1,0.8,1.5c0.3,0.5,0.6,1,0.9,1.4c-0.9-0.1-1.7-0.2-2.6-0.4 C9.6,19.1,9.9,18.3,10.3,17.4z M10.3,14.6c-0.4-0.8-0.6-1.6-0.9-2.4c0.8-0.2,1.7-0.3,2.5-0.4c-0.3,0.5-0.6,0.9-0.9,1.4 C10.8,13.6,10.5,14.1,10.3,14.6L10.3,14.6z M10.9,16c0.4-0.8,0.8-1.5,1.2-2.3c0.4-0.7,0.9-1.5,1.4-2.2c0.8-0.1,1.7-0.1,2.6-0.1 c0.9,0,1.7,0,2.6,0.1c0.5,0.7,0.9,1.4,1.3,2.2c0.4,0.7,0.8,1.5,1.2,2.3c-0.4,0.8-0.8,1.5-1.2,2.3c-0.4,0.7-0.9,1.5-1.3,2.2 c-0.8,0.1-1.7,0.1-2.6,0.1c-0.9,0-1.7,0-2.5-0.1c-0.5-0.7-0.9-1.4-1.4-2.2C11.7,17.5,11.3,16.8,10.9,16L10.9,16z M20.9,18.9 c0.3-0.5,0.6-1,0.8-1.5c0.4,0.8,0.7,1.6,0.9,2.5c-0.9,0.2-1.7,0.3-2.6,0.4C20.4,19.8,20.7,19.3,20.9,18.9z M21.7,14.6 c-0.3-0.5-0.5-1-0.8-1.5c-0.3-0.5-0.6-0.9-0.8-1.4c0.9,0.1,1.7,0.3,2.6,0.4C22.4,13,22.1,13.8,21.7,14.6z M16,8.3 c0.6,0.6,1.1,1.3,1.6,2c-1.1-0.1-2.2-0.1-3.3,0C14.9,9.6,15.5,8.9,16,8.3z M9.6,4.9c0.9-0.5,3,0.2,5.2,2.2c0.1,0.1,0.3,0.3,0.4,0.4 c-0.9,0.9-1.7,1.9-2.4,3c-1.3,0.1-2.5,0.3-3.7,0.6c-0.1-0.3-0.1-0.6-0.2-0.9C8.3,7.5,8.7,5.4,9.6,4.9z M8.2,19.6 c-0.2-0.1-0.5-0.1-0.7-0.2c-1.4-0.5-2.5-1.1-3.3-1.7c-0.7-0.6-1-1.2-1-1.7c0-1,1.5-2.3,4.1-3.2c0.3-0.1,0.6-0.2,1-0.3 C8.6,13.7,9,14.9,9.6,16C9,17.2,8.6,18.4,8.2,19.6z M14.7,25.1c-1.1,1-2.2,1.6-3.1,2c-0.9,0.3-1.5,0.3-2,0.1 c-0.9-0.5-1.3-2.5-0.8-5.1C8.9,21.7,9,21.4,9,21c1.2,0.3,2.5,0.5,3.8,0.5c0.7,1,1.5,2,2.4,3C15,24.7,14.9,24.9,14.7,25.1z M16,23.7 c-0.6-0.6-1.1-1.3-1.7-2c0.5,0,1.1,0,1.6,0c0.6,0,1.1,0,1.7,0C17.2,22.4,16.6,23.1,16,23.7z M23.3,25.4c-0.2,0.9-0.5,1.5-0.9,1.7 c-0.9,0.5-2.8-0.2-4.8-1.9c-0.2-0.2-0.5-0.4-0.7-0.6c0.8-0.9,1.6-1.9,2.3-3c1.3-0.1,2.5-0.3,3.8-0.6c0.1,0.2,0.1,0.5,0.2,0.7 C23.5,23.1,23.5,24.4,23.3,25.4z M24.3,19.4c-0.2,0-0.3,0.1-0.5,0.1c-0.4-1.2-0.9-2.4-1.4-3.6c0.5-1.1,1-2.3,1.4-3.5 c0.3,0.1,0.6,0.2,0.8,0.3c2.6,0.9,4.2,2.2,4.2,3.2C28.8,17.1,27.1,18.5,24.3,19.4z"
2495
- })), _path180 || (_path180 = /*#__PURE__*/React__default.createElement("path", {
2496
- d: "M16,18.5c0.5,0,1-0.1,1.4-0.4c0.4-0.3,0.7-0.7,0.9-1.1c0.2-0.5,0.2-1,0.1-1.5c-0.1-0.5-0.3-0.9-0.7-1.3 c-0.3-0.4-0.8-0.6-1.3-0.7c-0.5-0.1-1,0-1.5,0.1c-0.5,0.2-0.9,0.5-1.1,0.9c-0.3,0.4-0.4,0.9-0.4,1.4c0,0.3,0.1,0.7,0.2,1 c0.1,0.3,0.3,0.6,0.5,0.8c0.2,0.2,0.5,0.4,0.8,0.5C15.3,18.4,15.7,18.5,16,18.5z"
2520
+ }, rest), _path182 || (_path182 = /*#__PURE__*/React__default.createElement("path", {
2521
+ d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM17 15H11a3 3 0 00-3 3v1h2V18a1 1 0 011-1h6a1 1 0 011 1v1h2V18A3 3 0 0017 15zM14 14a4 4 0 10-4-4A4 4 0 0014 14zm0-6a2 2 0 11-2 2A2 2 0 0114 8z"
2522
+ })), _path183 || (_path183 = /*#__PURE__*/React__default.createElement("path", {
2523
+ d: "M12,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h6Z"
2497
2524
  })), children);
2498
2525
  });
2499
2526
  if (process.env.NODE_ENV !== "production") {
2500
- LogoReact.propTypes = iconPropTypes;
2527
+ LicenseThirdPartyDraft.propTypes = iconPropTypes;
2501
2528
  }
2502
- var LogoRedHatAnsible = /*#__PURE__*/React__default.forwardRef(function LogoRedHatAnsible(_ref112, ref) {
2529
+ var Lifesaver = /*#__PURE__*/React__default.forwardRef(function Lifesaver(_ref112, ref) {
2503
2530
  var children = _ref112.children,
2504
2531
  _ref112$size = _ref112.size,
2505
2532
  size = _ref112$size === void 0 ? 16 : _ref112$size,
@@ -2511,20 +2538,50 @@ var LogoRedHatAnsible = /*#__PURE__*/React__default.forwardRef(function LogoRedH
2511
2538
  xmlns: "http://www.w3.org/2000/svg",
2512
2539
  viewBox: "0 0 32 32",
2513
2540
  fill: "currentColor"
2514
- }, rest), _path181 || (_path181 = /*#__PURE__*/React__default.createElement("path", {
2515
- d: "M21.9104,20.5859h0l-5-11c-.1577-.3452-.5061-.5859-.9104-.5859s-.7529,.2407-.9104,.5859l-5,11c-.0576,.1265-.0896,.2661-.0896,.4141,0,.5522,.4478,1,1,1,.4043,0,.7527-.2407,.9104-.5859l1.9985-4.3965,6.4978,4.7876c.166,.1226,.3711,.1948,.5933,.1948,.5522,0,1-.4478,1-1,0-.1479-.032-.2881-.0896-.4141Zm-5.9104-8.1689l2.499,5.498-3.7441-2.7588,1.2451-2.7393Z"
2516
- })), _path182 || (_path182 = /*#__PURE__*/React__default.createElement("path", {
2517
- d: "M16,30c-7.7197,0-14-6.2803-14-14S8.2803,2,16,2s14,6.2803,14,14-6.2803,14-14,14Zm0-26c-6.6167,0-12,5.3833-12,12s5.3833,12,12,12,12-5.3833,12-12-5.3833-12-12-12Z"
2541
+ }, rest), _path184 || (_path184 = /*#__PURE__*/React__default.createElement("path", {
2542
+ d: "M28.2261,22.812a13.9664,13.9664,0,0,0,0-13.624L28.4141,9a2.0021,2.0021,0,0,0,0-2.8281l-2.5857-2.586a2.0028,2.0028,0,0,0-2.8284,0l-.1877.1875a13.9687,13.9687,0,0,0-13.6243,0L9,3.5859a2.0024,2.0024,0,0,0-2.8284,0L3.5859,6.1719A2.0021,2.0021,0,0,0,3.5859,9l.1878.1875a13.97,13.97,0,0,0,0,13.625L3.5859,23a2.0021,2.0021,0,0,0,0,2.8281l2.5857,2.586a2.0021,2.0021,0,0,0,2.8284,0l.188-.188a13.9687,13.9687,0,0,0,13.6243.0005L23,28.4141a2.0021,2.0021,0,0,0,2.8284,0l2.5857-2.586a2.0021,2.0021,0,0,0,0-2.8281ZM28,16a11.973,11.973,0,0,1-1.2546,5.3315l-3.8948-3.895a6.9808,6.9808,0,0,0,0-2.873l3.8948-3.895A11.973,11.973,0,0,1,28,16ZM27,7.5859l-4.9346,4.9346A7.0434,7.0434,0,0,0,19.48,9.9346L24.4143,5ZM16,21a5,5,0,1,1,5-5A5.0057,5.0057,0,0,1,16,21ZM21.3154,5.2705,17.4365,9.1494a6.9808,6.9808,0,0,0-2.873,0L10.6846,5.2705A12.2484,12.2484,0,0,1,21.3154,5.2705ZM7.5859,5l4.9346,4.9346a7.0449,7.0449,0,0,0-2.5859,2.5859L5,7.5859ZM4,16a11.9716,11.9716,0,0,1,1.2546-5.3311l3.8948,3.8946a6.9808,6.9808,0,0,0,0,2.873L5.2546,21.3311A11.9716,11.9716,0,0,1,4,16ZM7.5857,27,5,24.4141,9.9346,19.48a7.0434,7.0434,0,0,0,2.5859,2.5859Zm3.0989-.27,3.8789-3.8789a6.9808,6.9808,0,0,0,2.873,0L21.3154,26.73A12.2484,12.2484,0,0,1,10.6846,26.73Zm13.73.27L19.48,22.0654A7.0449,7.0449,0,0,0,22.0654,19.48L27,24.4141Z"
2518
2543
  })), children);
2519
2544
  });
2520
2545
  if (process.env.NODE_ENV !== "production") {
2521
- LogoRedHatAnsible.propTypes = iconPropTypes;
2546
+ Lifesaver.propTypes = iconPropTypes;
2522
2547
  }
2523
- var LogoSketch = /*#__PURE__*/React__default.forwardRef(function LogoSketch(_ref113, ref) {
2548
+ var Light = /*#__PURE__*/React__default.forwardRef(function Light(_ref113, ref) {
2524
2549
  var children = _ref113.children,
2525
2550
  _ref113$size = _ref113.size,
2526
2551
  size = _ref113$size === void 0 ? 16 : _ref113$size,
2527
2552
  rest = _objectWithoutProperties(_ref113, _excluded113);
2553
+ if (size === 16 || size === "16" || size === "16px") {
2554
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2555
+ width: size,
2556
+ height: size,
2557
+ ref: ref,
2558
+ xmlns: "http://www.w3.org/2000/svg",
2559
+ viewBox: "0 0 16 16",
2560
+ fill: "currentColor"
2561
+ }, rest), _path185 || (_path185 = /*#__PURE__*/React__default.createElement("path", {
2562
+ d: "M7.5 1H8.5V3.5H7.5z"
2563
+ })), _path186 || (_path186 = /*#__PURE__*/React__default.createElement("path", {
2564
+ d: "M10.8 3.4H13.3V4.4H10.8z",
2565
+ transform: "rotate(-45.001 12.041 3.923)"
2566
+ })), _path187 || (_path187 = /*#__PURE__*/React__default.createElement("path", {
2567
+ d: "M12.5 7.5H15V8.5H12.5z"
2568
+ })), _path188 || (_path188 = /*#__PURE__*/React__default.createElement("path", {
2569
+ d: "M11.6 10.8H12.6V13.3H11.6z",
2570
+ transform: "rotate(-45.001 12.075 12.041)"
2571
+ })), _path189 || (_path189 = /*#__PURE__*/React__default.createElement("path", {
2572
+ d: "M7.5 12.5H8.5V15H7.5z"
2573
+ })), _path190 || (_path190 = /*#__PURE__*/React__default.createElement("path", {
2574
+ d: "M2.7 11.6H5.2V12.6H2.7z",
2575
+ transform: "rotate(-45.001 3.96 12.079)"
2576
+ })), _path191 || (_path191 = /*#__PURE__*/React__default.createElement("path", {
2577
+ d: "M1 7.5H3.5V8.5H1z"
2578
+ })), _path192 || (_path192 = /*#__PURE__*/React__default.createElement("path", {
2579
+ d: "M3.4 2.7H4.4V5.2H3.4z",
2580
+ transform: "rotate(-45.001 3.925 3.961)"
2581
+ })), _path193 || (_path193 = /*#__PURE__*/React__default.createElement("path", {
2582
+ d: "M8,6c1.1,0,2,0.9,2,2s-0.9,2-2,2S6,9.1,6,8S6.9,6,8,6 M8,5C6.3,5,5,6.3,5,8s1.3,3,3,3s3-1.3,3-3S9.7,5,8,5z"
2583
+ })), children);
2584
+ }
2528
2585
  return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2529
2586
  width: size,
2530
2587
  height: size,
@@ -2532,14 +2589,34 @@ var LogoSketch = /*#__PURE__*/React__default.forwardRef(function LogoSketch(_ref
2532
2589
  xmlns: "http://www.w3.org/2000/svg",
2533
2590
  viewBox: "0 0 32 32",
2534
2591
  fill: "currentColor"
2535
- }, rest), _path183 || (_path183 = /*#__PURE__*/React__default.createElement("path", {
2536
- d: "M16.1,3.2l7.7,0.9c0.2,0,0.3,0.1,0.4,0.2l5.7,7.7c0.2,0.2,0.2,0.5,0,0.7l-13.6,16c-0.1,0.1-0.3,0.1-0.4,0c0,0,0,0,0,0 l-13.6-16C2,12.5,2,12.2,2.1,12l5.7-7.7c0.1-0.1,0.2-0.2,0.4-0.2l7.7-0.9C16,3.2,16,3.2,16.1,3.2z M17.7,4.8c0,0-0.1,0-0.2,0 c0,0-0.1,0.1,0,0.2l0,0l4.3,5.4c0,0.1,0.1,0.1,0.1,0.2c0,0.2-0.1,0.3-0.3,0.3l0,0H10.4c-0.1,0-0.1,0-0.2-0.1 c-0.1-0.1-0.1-0.3-0.1-0.4l0,0L14.5,5c0,0,0-0.1,0-0.2c0,0-0.1,0-0.2,0l0,0l-5.9,5.9c0,0-0.1,0.1-0.2,0.1c-0.1,0-0.2-0.1-0.2-0.2v0 l0.2-4.3c0-0.1,0-0.1-0.1-0.1c-0.1,0-0.1,0-0.1,0.1l0,0l-1.1,4.9c0,0.2-0.2,0.3-0.3,0.3l0,0l-2.8,0.6c-0.1,0-0.1,0.1-0.1,0.1 c0,0.1,0,0.1,0.1,0.1l0,0h2.7c0.2,0,0.3,0.1,0.4,0.2l0,0l6.6,11.8c0,0.1,0.1,0.1,0.2,0.1c0.1,0,0.1-0.1,0.1-0.2l0,0L8.6,12.9 c0,0,0-0.1,0-0.1c0-0.2,0.1-0.3,0.3-0.4l0,0h14.2c0.1,0,0.1,0,0.2,0c0.2,0.1,0.2,0.3,0.2,0.4l0,0l-5.3,11.3c0,0.1,0,0.2,0.1,0.2 c0.1,0,0.2,0,0.2-0.1l0,0L25,12.6c0.1-0.1,0.2-0.2,0.4-0.2l0,0h2.7c0.1,0,0.1,0,0.1-0.1c0-0.1,0-0.1-0.1-0.1l0,0l-2.8-0.6 c-0.2,0-0.3-0.2-0.4-0.3l0,0L24,6.3c0-0.1-0.1-0.1-0.1-0.1c-0.1,0-0.1,0-0.1,0.1v0l0.2,4.3c0,0.1,0,0.1-0.1,0.2 c-0.1,0.1-0.2,0.1-0.3,0l0,0L17.7,4.8z"
2592
+ }, rest), _path194 || (_path194 = /*#__PURE__*/React__default.createElement("path", {
2593
+ d: "M15 2H17V7H15z"
2594
+ })), _path195 || (_path195 = /*#__PURE__*/React__default.createElement("path", {
2595
+ d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
2596
+ transform: "rotate(-45 24.147 7.853)"
2597
+ })), _path196 || (_path196 = /*#__PURE__*/React__default.createElement("path", {
2598
+ d: "M25 15H30V17H25z"
2599
+ })), _path197 || (_path197 = /*#__PURE__*/React__default.createElement("path", {
2600
+ d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
2601
+ transform: "rotate(-45 24.147 24.146)"
2602
+ })), _path198 || (_path198 = /*#__PURE__*/React__default.createElement("path", {
2603
+ d: "M15 25H17V30H15z"
2604
+ })), _path199 || (_path199 = /*#__PURE__*/React__default.createElement("path", {
2605
+ d: "M5.375 23.147H10.333V25.147H5.375z",
2606
+ transform: "rotate(-45 7.853 24.146)"
2607
+ })), _path200 || (_path200 = /*#__PURE__*/React__default.createElement("path", {
2608
+ d: "M2 15H7V17H2z"
2609
+ })), _path201 || (_path201 = /*#__PURE__*/React__default.createElement("path", {
2610
+ d: "M6.854 5.375H8.854V10.333H6.854z",
2611
+ transform: "rotate(-45 7.854 7.853)"
2612
+ })), _path202 || (_path202 = /*#__PURE__*/React__default.createElement("path", {
2613
+ d: "M16,12a4,4,0,1,1-4,4,4.0045,4.0045,0,0,1,4-4m0-2a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
2537
2614
  })), children);
2538
2615
  });
2539
2616
  if (process.env.NODE_ENV !== "production") {
2540
- LogoSketch.propTypes = iconPropTypes;
2617
+ Light.propTypes = iconPropTypes;
2541
2618
  }
2542
- var LogoSkype = /*#__PURE__*/React__default.forwardRef(function LogoSkype(_ref114, ref) {
2619
+ var LightFilled = /*#__PURE__*/React__default.forwardRef(function LightFilled(_ref114, ref) {
2543
2620
  var children = _ref114.children,
2544
2621
  _ref114$size = _ref114.size,
2545
2622
  size = _ref114$size === void 0 ? 16 : _ref114$size,
@@ -2551,14 +2628,34 @@ var LogoSkype = /*#__PURE__*/React__default.forwardRef(function LogoSkype(_ref11
2551
2628
  xmlns: "http://www.w3.org/2000/svg",
2552
2629
  viewBox: "0 0 32 32",
2553
2630
  fill: "currentColor"
2554
- }, rest), _path184 || (_path184 = /*#__PURE__*/React__default.createElement("path", {
2555
- d: "M27.91,17.88A11.63,11.63,0,0,0,28.06,16,12.06,12.06,0,0,0,16,3.94a11.63,11.63,0,0,0-1.88.15,7.29,7.29,0,0,0-10,10A11.63,11.63,0,0,0,3.94,16,12.06,12.06,0,0,0,16,28.06a11.63,11.63,0,0,0,1.88-.15,7.29,7.29,0,0,0,10-10Zm-6.18,3.6a5,5,0,0,1-2.24,1.73,9,9,0,0,1-3.48.62A8.41,8.41,0,0,1,12,23a5.2,5.2,0,0,1-1.82-1.63,3.59,3.59,0,0,1-.7-2,1.36,1.36,0,0,1,.43-1A1.56,1.56,0,0,1,11,18a1.38,1.38,0,0,1,.91.32,2.5,2.5,0,0,1,.63.94,5.83,5.83,0,0,0,.66,1.18,2.61,2.61,0,0,0,1,.78,3.87,3.87,0,0,0,1.69.31,4,4,0,0,0,2.34-.62,1.8,1.8,0,0,0,.89-1.53,1.54,1.54,0,0,0-.47-1.17,3.09,3.09,0,0,0-1.25-.7c-.52-.17-1.21-.34-2.08-.53A16,16,0,0,1,12.41,16a4.78,4.78,0,0,1-1.89-1.4,3.5,3.5,0,0,1-.7-2.21,3.65,3.65,0,0,1,.74-2.24,4.7,4.7,0,0,1,2.14-1.5A9.51,9.51,0,0,1,16,8.17a8.63,8.63,0,0,1,2.59.35,5.81,5.81,0,0,1,1.83.92,3.91,3.91,0,0,1,1.06,1.21,2.62,2.62,0,0,1,.34,1.25,1.4,1.4,0,0,1-.43,1,1.43,1.43,0,0,1-1.07.46,1.25,1.25,0,0,1-.89-.28,3.36,3.36,0,0,1-.65-.87,3.79,3.79,0,0,0-1.05-1.31,3.13,3.13,0,0,0-1.95-.46,3.64,3.64,0,0,0-2,.5,1.44,1.44,0,0,0-.76,1.2,1.15,1.15,0,0,0,.25.75,2.21,2.21,0,0,0,.72.55,4.74,4.74,0,0,0,.92.36c.32.09.84.22,1.57.39.92.2,1.74.42,2.49.66a7.61,7.61,0,0,1,1.9.88,3.59,3.59,0,0,1,1.23,1.31A4,4,0,0,1,22.5,19,4.24,4.24,0,0,1,21.73,21.48Z"
2631
+ }, rest), _path203 || (_path203 = /*#__PURE__*/React__default.createElement("path", {
2632
+ d: "M15 2H17V7H15z"
2633
+ })), _path204 || (_path204 = /*#__PURE__*/React__default.createElement("path", {
2634
+ d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
2635
+ transform: "rotate(-45 24.147 7.853)"
2636
+ })), _path205 || (_path205 = /*#__PURE__*/React__default.createElement("path", {
2637
+ d: "M25 15H30V17H25z"
2638
+ })), _path206 || (_path206 = /*#__PURE__*/React__default.createElement("path", {
2639
+ d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
2640
+ transform: "rotate(-45 24.147 24.146)"
2641
+ })), _path207 || (_path207 = /*#__PURE__*/React__default.createElement("path", {
2642
+ d: "M15 25H17V30H15z"
2643
+ })), _path208 || (_path208 = /*#__PURE__*/React__default.createElement("path", {
2644
+ d: "M5.375 23.147H10.333V25.147H5.375z",
2645
+ transform: "rotate(-45 7.853 24.146)"
2646
+ })), _path209 || (_path209 = /*#__PURE__*/React__default.createElement("path", {
2647
+ d: "M2 15H7V17H2z"
2648
+ })), _path210 || (_path210 = /*#__PURE__*/React__default.createElement("path", {
2649
+ d: "M6.854 5.375H8.854V10.333H6.854z",
2650
+ transform: "rotate(-45 7.854 7.853)"
2651
+ })), _path211 || (_path211 = /*#__PURE__*/React__default.createElement("path", {
2652
+ d: "M16,10a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
2556
2653
  })), children);
2557
2654
  });
2558
2655
  if (process.env.NODE_ENV !== "production") {
2559
- LogoSkype.propTypes = iconPropTypes;
2656
+ LightFilled.propTypes = iconPropTypes;
2560
2657
  }
2561
- var LogoSlack = /*#__PURE__*/React__default.forwardRef(function LogoSlack(_ref115, ref) {
2658
+ var Lightning = /*#__PURE__*/React__default.forwardRef(function Lightning(_ref115, ref) {
2562
2659
  var children = _ref115.children,
2563
2660
  _ref115$size = _ref115.size,
2564
2661
  size = _ref115$size === void 0 ? 16 : _ref115$size,
@@ -2570,14 +2667,14 @@ var LogoSlack = /*#__PURE__*/React__default.forwardRef(function LogoSlack(_ref11
2570
2667
  xmlns: "http://www.w3.org/2000/svg",
2571
2668
  viewBox: "0 0 32 32",
2572
2669
  fill: "currentColor"
2573
- }, rest), _path185 || (_path185 = /*#__PURE__*/React__default.createElement("path", {
2574
- d: "M9.0423 19.1661A2.5212 2.5212 0 116.5212 16.645H9.0423zM10.3127 19.1661a2.5212 2.5212 0 015.0423 0v6.3127a2.5212 2.5212 0 11-5.0423 0zM12.8339 9.0423A2.5212 2.5212 0 1115.355 6.5212V9.0423zM12.8339 10.3127a2.5212 2.5212 0 010 5.0423H6.5212a2.5212 2.5212 0 110-5.0423zM22.9577 12.8339a2.5212 2.5212 0 112.5211 2.5211H22.9577zM21.6873 12.8339a2.5212 2.5212 0 01-5.0423 0V6.5212a2.5212 2.5212 0 115.0423 0zM19.1661 22.9577a2.5212 2.5212 0 11-2.5211 2.5211V22.9577zM19.1661 21.6873a2.5212 2.5212 0 010-5.0423h6.3127a2.5212 2.5212 0 110 5.0423z"
2670
+ }, rest), _path212 || (_path212 = /*#__PURE__*/React__default.createElement("path", {
2671
+ d: "M11.61,29.92a1,1,0,0,1-.6-1.07L12.83,17H8a1,1,0,0,1-1-1.23l3-13A1,1,0,0,1,11,2H21a1,1,0,0,1,.78.37,1,1,0,0,1,.2.85L20.25,11H25a1,1,0,0,1,.9.56,1,1,0,0,1-.11,1l-13,17A1,1,0,0,1,12,30,1.09,1.09,0,0,1,11.61,29.92ZM17.75,13l2-9H11.8L9.26,15h5.91L13.58,25.28,23,13Z"
2575
2672
  })), children);
2576
2673
  });
2577
2674
  if (process.env.NODE_ENV !== "production") {
2578
- LogoSlack.propTypes = iconPropTypes;
2675
+ Lightning.propTypes = iconPropTypes;
2579
2676
  }
2580
- var LogoSnapchat = /*#__PURE__*/React__default.forwardRef(function LogoSnapchat(_ref116, ref) {
2677
+ var Link = /*#__PURE__*/React__default.forwardRef(function Link(_ref116, ref) {
2581
2678
  var children = _ref116.children,
2582
2679
  _ref116$size = _ref116.size,
2583
2680
  size = _ref116$size === void 0 ? 16 : _ref116$size,
@@ -2589,18 +2686,16 @@ var LogoSnapchat = /*#__PURE__*/React__default.forwardRef(function LogoSnapchat(
2589
2686
  xmlns: "http://www.w3.org/2000/svg",
2590
2687
  viewBox: "0 0 32 32",
2591
2688
  fill: "currentColor"
2592
- }, rest), _path186 || (_path186 = /*#__PURE__*/React__default.createElement("path", {
2593
- d: "M27.9774,9.6279a7.33,7.33,0,0,0-.1186-1.2888,5.2458,5.2458,0,0,0-.4872-1.4948,5.1869,5.1869,0,0,0-.9988-1.3324,4.9557,4.9557,0,0,0-2.1805-1.2433,8.8444,8.8444,0,0,0-2.3059-.2458l-.0044-.0119H10.1143l-.0007.0119a12.578,12.578,0,0,0-1.3221.0591A6.2955,6.2955,0,0,0,7.3792,4.4,5.1155,5.1155,0,0,0,4.2538,7.8152a8.8,8.8,0,0,0-.2459,2.2855L4,21.9065a14.9206,14.9206,0,0,0,.1088,1.5992A5.53,5.53,0,0,0,4.6,25.1205a5.17,5.17,0,0,0,1.443,1.744,4.6907,4.6907,0,0,0,1.4442.7822,7.83,7.83,0,0,0,2.3741.3484c.5034.0032,1.0069.0158,1.5106.0137,3.659-.0154,7.3178.0264,10.9767-.0226a8.6316,8.6316,0,0,0,1.44-.1528A4.8765,4.8765,0,0,0,26.2,26.6613a4.9915,4.9915,0,0,0,1.5931-2.6546,9.6646,9.6646,0,0,0,.2074-2.1v-.1407C28,21.7112,27.9793,9.7855,27.9774,9.6279ZM24.7635,20.7326c-.1536.36-.93.6577-2.2433.8606-.1232.019-.1751.2183-.2463.5445-.0293.1348-.0592.2669-.1.4057a.2451.2451,0,0,1-.26.1943h-.0205a2.1011,2.1011,0,0,1-.3738-.0472,4.921,4.921,0,0,0-.9852-.1044,4.37,4.37,0,0,0-.7106.06,3.4048,3.4048,0,0,0-1.3483.6888,3.912,3.912,0,0,1-2.3668.9328c-.05,0-.0973-.0018-.1335-.0035-.0287.0024-.0584.0035-.0881.0035a3.9062,3.9062,0,0,1-2.3651-.9322,3.4118,3.4118,0,0,0-1.35-.69,4.3612,4.3612,0,0,0-.71-.06,4.858,4.858,0,0,0-.9852.1115,2.1872,2.1872,0,0,1-.3737.0536.2574.2574,0,0,1-.2807-.2012c-.0414-.1407-.0711-.277-.1-.4082-.0716-.328-.1237-.5282-.2465-.5472-1.3133-.2026-2.0893-.5011-2.2439-.8626a.3349.3349,0,0,1-.0272-.114.2109.2109,0,0,1,.1764-.22,4.5854,4.5854,0,0,0,2.7564-1.6391,6.1681,6.1681,0,0,0,.94-1.4616l.0048-.01a.943.943,0,0,0,.09-.79c-.1693-.3991-.73-.5769-1.1007-.6946-.0921-.0291-.1794-.0567-.2488-.0844-.3288-.13-.8693-.4041-.7973-.7828a.7333.7333,0,0,1,.7127-.4683.5052.5052,0,0,1,.2158.043,2.1572,2.1572,0,0,0,.8916.2355.7465.7465,0,0,0,.5134-.1569q-.0145-.2629-.0318-.5256a8.8742,8.8742,0,0,1,.2122-3.5447A4.6074,4.6074,0,0,1,15.8173,7.76q.177-.0015.3539-.0033a4.6152,4.6152,0,0,1,4.2853,2.7606,8.884,8.884,0,0,1,.2118,3.5478l-.0036.0574c-.01.1629-.02.317-.0278.4665a.7215.7215,0,0,0,.4656.1558,2.2321,2.2321,0,0,0,.84-.234.6628.6628,0,0,1,.2751-.0545.832.832,0,0,1,.3133.06l.005.0019a.5825.5825,0,0,1,.4409.4781c.0034.1835-.133.4578-.8039.7226-.0687.0272-.1564.0551-.2489.0844-.3712.1178-.9312.2956-1.1005.6944a.9422.9422,0,0,0,.09.7893l.0048.01a5.4311,5.4311,0,0,0,3.6967,3.1005.211.211,0,0,1,.1764.22A.3408.3408,0,0,1,24.7635,20.7326Z"
2594
- })), _path187 || (_path187 = /*#__PURE__*/React__default.createElement("path", {
2595
- fill: "none",
2596
- d: "M24.7635,20.7326c-.1536.36-.93.6577-2.2433.8606-.1232.019-.1751.2183-.2463.5445-.0293.1348-.0592.2669-.1.4057a.2451.2451,0,0,1-.26.1943h-.0205a2.1011,2.1011,0,0,1-.3738-.0472,4.921,4.921,0,0,0-.9852-.1044,4.37,4.37,0,0,0-.7106.06,3.4048,3.4048,0,0,0-1.3483.6888,3.912,3.912,0,0,1-2.3668.9328c-.05,0-.0973-.0018-.1335-.0035-.0287.0024-.0584.0035-.0881.0035a3.9062,3.9062,0,0,1-2.3651-.9322,3.4118,3.4118,0,0,0-1.35-.69,4.3612,4.3612,0,0,0-.71-.06,4.858,4.858,0,0,0-.9852.1115,2.1872,2.1872,0,0,1-.3737.0536.2574.2574,0,0,1-.2807-.2012c-.0414-.1407-.0711-.277-.1-.4082-.0716-.328-.1237-.5282-.2465-.5472-1.3133-.2026-2.0893-.5011-2.2439-.8626a.3349.3349,0,0,1-.0272-.114.2109.2109,0,0,1,.1764-.22,4.5854,4.5854,0,0,0,2.7564-1.6391,6.1681,6.1681,0,0,0,.94-1.4616l.0048-.01a.943.943,0,0,0,.09-.79c-.1693-.3991-.73-.5769-1.1007-.6946-.0921-.0291-.1794-.0567-.2488-.0844-.3288-.13-.8693-.4041-.7973-.7828a.7333.7333,0,0,1,.7127-.4683.5052.5052,0,0,1,.2158.043,2.1572,2.1572,0,0,0,.8916.2355.7465.7465,0,0,0,.5134-.1569q-.0145-.2629-.0318-.5256a8.8742,8.8742,0,0,1,.2122-3.5447A4.6074,4.6074,0,0,1,15.8173,7.76q.177-.0015.3539-.0033a4.6152,4.6152,0,0,1,4.2853,2.7606,8.884,8.884,0,0,1,.2118,3.5478l-.0036.0574c-.01.1629-.02.317-.0278.4665a.7215.7215,0,0,0,.4656.1558,2.2321,2.2321,0,0,0,.84-.234.6628.6628,0,0,1,.2751-.0545.832.832,0,0,1,.3133.06l.005.0019a.5825.5825,0,0,1,.4409.4781c.0034.1835-.133.4578-.8039.7226-.0687.0272-.1564.0551-.2489.0844-.3712.1178-.9312.2956-1.1005.6944a.9422.9422,0,0,0,.09.7893l.0048.01a5.4311,5.4311,0,0,0,3.6967,3.1005.211.211,0,0,1,.1764.22A.3408.3408,0,0,1,24.7635,20.7326Z",
2597
- "data-icon-path": "inner-path"
2689
+ }, rest), _path213 || (_path213 = /*#__PURE__*/React__default.createElement("path", {
2690
+ d: "M29.25,6.76a6,6,0,0,0-8.5,0l1.42,1.42a4,4,0,1,1,5.67,5.67l-8,8a4,4,0,1,1-5.67-5.66l1.41-1.42-1.41-1.42-1.42,1.42a6,6,0,0,0,0,8.5A6,6,0,0,0,17,25a6,6,0,0,0,4.27-1.76l8-8A6,6,0,0,0,29.25,6.76Z"
2691
+ })), _path214 || (_path214 = /*#__PURE__*/React__default.createElement("path", {
2692
+ d: "M4.19,24.82a4,4,0,0,1,0-5.67l8-8a4,4,0,0,1,5.67,0A3.94,3.94,0,0,1,19,14a4,4,0,0,1-1.17,2.85L15.71,19l1.42,1.42,2.12-2.12a6,6,0,0,0-8.51-8.51l-8,8a6,6,0,0,0,0,8.51A6,6,0,0,0,7,28a6.07,6.07,0,0,0,4.28-1.76L9.86,24.82A4,4,0,0,1,4.19,24.82Z"
2598
2693
  })), children);
2599
2694
  });
2600
2695
  if (process.env.NODE_ENV !== "production") {
2601
- LogoSnapchat.propTypes = iconPropTypes;
2696
+ Link.propTypes = iconPropTypes;
2602
2697
  }
2603
- var LogoSvelte = /*#__PURE__*/React__default.forwardRef(function LogoSvelte(_ref117, ref) {
2698
+ var Linux = /*#__PURE__*/React__default.forwardRef(function Linux(_ref117, ref) {
2604
2699
  var children = _ref117.children,
2605
2700
  _ref117$size = _ref117.size,
2606
2701
  size = _ref117$size === void 0 ? 16 : _ref117$size,
@@ -2612,14 +2707,14 @@ var LogoSvelte = /*#__PURE__*/React__default.forwardRef(function LogoSvelte(_ref
2612
2707
  xmlns: "http://www.w3.org/2000/svg",
2613
2708
  viewBox: "0 0 32 32",
2614
2709
  fill: "currentColor"
2615
- }, rest), _path188 || (_path188 = /*#__PURE__*/React__default.createElement("path", {
2616
- d: "M26.1,5.7C23.5,2,18.4,0.9,14.7,3.2L8.2,7.4c-1.8,1.1-3,2.9-3.4,5c-0.3,1.7,0,3.5,0.8,5.1c-0.6,0.8-0.9,1.8-1.1,2.8 c-0.4,2.1,0.1,4.3,1.4,6c2.6,3.7,7.7,4.8,11.4,2.5l6.5-4.2c1.8-1.1,3-2.9,3.4-5c0.3-1.7,0-3.5-0.8-5.1c0.6-0.8,0.9-1.8,1.1-2.8 C27.9,9.6,27.4,7.4,26.1,5.7z M24.3,11c0,0.2-0.1,0.4-0.2,0.6L24,12l-0.3-0.2c-0.8-0.6-1.6-1-2.6-1.3l-0.2-0.1l0-0.2 c0-0.3-0.1-0.7-0.3-1c-0.4-0.5-1-0.8-1.7-0.6c-0.1,0-0.3,0.1-0.4,0.2L12,12.9c-0.3,0.2-0.5,0.5-0.6,0.9c-0.1,0.4,0,0.8,0.2,1.1 c0.4,0.5,1,0.8,1.7,0.6c0.1,0,0.3-0.1,0.4-0.2l2.5-1.6c0.4-0.3,0.9-0.5,1.3-0.6c2.1-0.5,4.3,0.3,5.6,2.1c0.7,1,1,2.4,0.8,3.6 c-0.2,1.2-1,2.3-2,3l-6.5,4.2c-0.4,0.3-0.9,0.5-1.3,0.6c-2.1,0.5-4.3-0.3-5.6-2.1c-0.7-1-1-2.4-0.8-3.6c0-0.2,0.1-0.4,0.2-0.6L8,20 l0.3,0.2c0.8,0.6,1.6,1,2.6,1.3l0.2,0.1l0,0.2c0,0.3,0.1,0.7,0.3,1c0.4,0.5,1,0.8,1.7,0.6c0.1,0,0.3-0.1,0.4-0.2l6.5-4.2 c0.3-0.2,0.5-0.5,0.6-0.9c0.1-0.4,0-0.8-0.2-1.1c-0.4-0.5-1-0.8-1.7-0.6c-0.1,0-0.3,0.1-0.4,0.2l-2.5,1.6c-0.4,0.3-0.9,0.5-1.3,0.6 c-2.1,0.5-4.3-0.3-5.6-2.1c-0.8-1-1-2.4-0.8-3.6c0.2-1.2,1-2.3,2-3l6.5-4.2c0.4-0.3,0.9-0.5,1.3-0.6c2.1-0.5,4.3,0.3,5.6,2.1 C24.2,8.5,24.5,9.8,24.3,11z"
2710
+ }, rest), _path215 || (_path215 = /*#__PURE__*/React__default.createElement("path", {
2711
+ d: "M29.8945,23.542l-1.7238-3.4473a1.9994,1.9994,0,0,0-1.7886-1.1054h-.4683a14.887,14.887,0,0,0-1.8193-4.5977C23.0647,12.4429,22,10.4277,22,8A6,6,0,0,0,10,8a13.0041,13.0041,0,0,1-2.0486,6.2153,14.7022,14.7022,0,0,0-1.8708,4.7759H5.6184a2.0007,2.0007,0,0,0-1.7893,1.106L2.1055,23.5439a1,1,0,0,0,.0971,1.0508L6.2319,29.92a2.9995,2.9995,0,0,0,3.8482.6519l1.8735-1.1241A13.8223,13.8223,0,0,0,16,30a13.8034,13.8034,0,0,0,4.0488-.5527L21.92,30.57a2.9819,2.9819,0,0,0,1.5385.43,3.0385,3.0385,0,0,0,2.3389-1.1187l4-5.2885A1.001,1.001,0,0,0,29.8945,23.542Zm-7.5683-8.2158a14.8311,14.8311,0,0,1,1.5591,3.6631H21.738a16.6591,16.6591,0,0,0-.98-2.6455,12.7083,12.7083,0,0,1-.8789-2.4454,8.8046,8.8046,0,0,0,1.0034-1.4277l.0384-.0718A30.746,30.746,0,0,0,22.3262,15.3262ZM12,21a9.3959,9.3959,0,0,1,1.0728-3.8516c.2563-.5825.5158-1.1757.726-1.7993a4.0474,4.0474,0,0,0,4.4024,0c.21.6236.47,1.2168.726,1.7993A9.3959,9.3959,0,0,1,20,21c0,1.2881-.4146,3-4,3S12,22.2881,12,21Zm6.5105-8.5752A3.6265,3.6265,0,0,1,16,14a3.6273,3.6273,0,0,1-2.5107-1.5757,7.6356,7.6356,0,0,1,5.0212,0ZM12,8a4,4,0,0,1,8,0,10.9164,10.9164,0,0,0,.4673,3.1152A7.9811,7.9811,0,0,0,19,10.4849V8H17v2.0542a9.2522,9.2522,0,0,0-2,0V8H13v2.4849a7.9019,7.9019,0,0,0-1.4785.6372A10.7093,10.7093,0,0,0,12,8ZM9.7146,15.1592A29.8007,29.8007,0,0,0,11.0693,12.38l.0484.09a8.8046,8.8046,0,0,0,1.0034,1.4277,12.7083,12.7083,0,0,1-.8789,2.4454,16.6574,16.6574,0,0,0-.981,2.6474H8.1047A14.0567,14.0567,0,0,1,9.7146,15.1592Zm1.3708,12.4775L9.0508,28.8574a.9866.9866,0,0,1-1.2529-.1806L4.1724,23.8833l1.4458-2.8921h3.706L11.49,26.3853A1.0036,1.0036,0,0,1,11.0854,27.6367Zm2.316.1177a2.9571,2.9571,0,0,0-.0562-2.11A9.03,9.03,0,0,0,16,26a9.0237,9.0237,0,0,0,2.6562-.3564,2.9889,2.9889,0,0,0-.0546,2.11,13.8722,13.8722,0,0,1-5.2,0Zm10.83.8833a.996.996,0,0,1-1.2827.2178l-2.0342-1.2207h0a1.01,1.01,0,0,1-.396-1.273l2.157-5.3725h3.7058l1.4461,2.892Z"
2617
2712
  })), children);
2618
2713
  });
2619
2714
  if (process.env.NODE_ENV !== "production") {
2620
- LogoSvelte.propTypes = iconPropTypes;
2715
+ Linux.propTypes = iconPropTypes;
2621
2716
  }
2622
- var LogoTumblr = /*#__PURE__*/React__default.forwardRef(function LogoTumblr(_ref118, ref) {
2717
+ var LinuxAlt = /*#__PURE__*/React__default.forwardRef(function LinuxAlt(_ref118, ref) {
2623
2718
  var children = _ref118.children,
2624
2719
  _ref118$size = _ref118.size,
2625
2720
  size = _ref118$size === void 0 ? 16 : _ref118$size,
@@ -2631,14 +2726,16 @@ var LogoTumblr = /*#__PURE__*/React__default.forwardRef(function LogoTumblr(_ref
2631
2726
  xmlns: "http://www.w3.org/2000/svg",
2632
2727
  viewBox: "0 0 32 32",
2633
2728
  fill: "currentColor"
2634
- }, rest), _path189 || (_path189 = /*#__PURE__*/React__default.createElement("path", {
2635
- d: "M22.6,28h-4c-3.59,0-6.3-1.86-6.3-6.3V14.58H9V10.72A7.17,7.17,0,0,0,14.3,4h3.76v6.12h4.36v4.46H18.06v6.2c0,1.86.94,2.49,2.42,2.49H22.6Z"
2729
+ }, rest), _path216 || (_path216 = /*#__PURE__*/React__default.createElement("path", {
2730
+ d: "M22.6121,20.5215A6.1582,6.1582,0,0,0,24,16.5254C24,13.4785,21.9812,11,19.5,11A4.2435,4.2435,0,0,0,16,13.06,4.2435,4.2435,0,0,0,12.5,11C10.0188,11,8,13.4785,8,16.5254a6.1593,6.1593,0,0,0,1.3879,3.9961c-.5688.3686-.9389.6416-.988.6787a1,1,0,0,0-.1807,1.4248C8.6592,23.1748,12.6169,28,16,28s7.3408-4.8252,7.7808-5.375A1,1,0,0,0,23.6,21.2C23.551,21.1631,23.1812,20.89,22.6121,20.5215ZM12.5,13c1.3552,0,2.5,1.6143,2.5,3.5254v1.5664a9.1005,9.1005,0,0,0-1.0244.2314A2.6411,2.6411,0,0,0,14,18c0-1.1045-.6716-2-1.5-2s-1.5.8955-1.5,2a2.38,2.38,0,0,0,.4072,1.3623c-.0813.0415-.1687.0806-.248.1221A4.0291,4.0291,0,0,1,10,16.5254C10,14.6143,11.1448,13,12.5,13ZM16,26c-1.5691,0-3.9648-2.084-5.52-3.8057C11.9,21.2788,14.2656,20,16,20s4.1,1.2788,5.52,2.1943C19.9648,23.916,17.5691,26,16,26Zm4.8408-6.5156c-.0793-.0415-.1667-.0806-.248-.1221A2.38,2.38,0,0,0,21,18c0-1.1045-.6716-2-1.5-2s-1.5.8955-1.5,2a2.6411,2.6411,0,0,0,.0244.3232A9.1005,9.1005,0,0,0,17,18.0918V16.5254C17,14.6143,18.1448,13,19.5,13S22,14.6143,22,16.5254A4.0291,4.0291,0,0,1,20.8408,19.4844Z"
2731
+ })), _path217 || (_path217 = /*#__PURE__*/React__default.createElement("path", {
2732
+ d: "M30,30a3.8876,3.8876,0,0,1-4-4V14A10,10,0,0,0,6,14V26a3.8876,3.8876,0,0,1-4,4V28a1.8793,1.8793,0,0,0,2-2V14a12,12,0,0,1,24,0V26a1.8825,1.8825,0,0,0,2,2Z"
2636
2733
  })), children);
2637
2734
  });
2638
2735
  if (process.env.NODE_ENV !== "production") {
2639
- LogoTumblr.propTypes = iconPropTypes;
2736
+ LinuxAlt.propTypes = iconPropTypes;
2640
2737
  }
2641
- var LogoTwitter = /*#__PURE__*/React__default.forwardRef(function LogoTwitter(_ref119, ref) {
2738
+ var LinuxNamespace = /*#__PURE__*/React__default.forwardRef(function LinuxNamespace(_ref119, ref) {
2642
2739
  var children = _ref119.children,
2643
2740
  _ref119$size = _ref119.size,
2644
2741
  size = _ref119$size === void 0 ? 16 : _ref119$size,
@@ -2650,14 +2747,15 @@ var LogoTwitter = /*#__PURE__*/React__default.forwardRef(function LogoTwitter(_r
2650
2747
  xmlns: "http://www.w3.org/2000/svg",
2651
2748
  viewBox: "0 0 32 32",
2652
2749
  fill: "currentColor"
2653
- }, rest), _path190 || (_path190 = /*#__PURE__*/React__default.createElement("path", {
2654
- d: "M11.5475,25.7523c9.0566,0,14.0102-7.5034,14.0102-14.0102,0-.2131,0-.4253-.0144-.6365,.9637-.697,1.7955-1.5601,2.4566-2.5488-.8987,.3982-1.852,.6594-2.8282,.7747,1.0279-.6154,1.7972-1.5833,2.1648-2.7235-.9666,.5736-2.024,.9778-3.1267,1.1952-1.8648-1.9829-4.984-2.0786-6.9669-.2138-1.2788,1.2026-1.8214,2.9947-1.4245,4.7047-3.9591-.1985-7.6479-2.0685-10.1482-5.1446-1.3069,2.2499-.6394,5.1282,1.5245,6.5731-.7836-.0232-1.5501-.2346-2.2349-.6163v.0624c.0006,2.3439,1.6529,4.3628,3.9504,4.8269-.7249,.1977-1.4855,.2266-2.2234,.0845,.6451,2.0058,2.4937,3.38,4.6003,3.4195-1.7436,1.3703-3.8975,2.1142-6.1152,2.112-.3918-.0008-.7832-.0245-1.1722-.071,2.2518,1.4451,4.8719,2.2116,7.5475,2.208"
2750
+ }, rest), _path218 || (_path218 = /*#__PURE__*/React__default.createElement("path", {
2751
+ strokeWidth: "0",
2752
+ d: "M26 2H28V30H26zM20 25H6c-1.1046 0-2-.8954-2-2v-14c0-1.1046.8954-2 2-2h14c1.1046 0 2 .8954 2 2v14c0 1.1046-.8954 2-2 2zm0-16H6v14h14v-14z"
2655
2753
  })), children);
2656
2754
  });
2657
2755
  if (process.env.NODE_ENV !== "production") {
2658
- LogoTwitter.propTypes = iconPropTypes;
2756
+ LinuxNamespace.propTypes = iconPropTypes;
2659
2757
  }
2660
- var LogoVmware = /*#__PURE__*/React__default.forwardRef(function LogoVmware(_ref120, ref) {
2758
+ var List = /*#__PURE__*/React__default.forwardRef(function List(_ref120, ref) {
2661
2759
  var children = _ref120.children,
2662
2760
  _ref120$size = _ref120.size,
2663
2761
  size = _ref120$size === void 0 ? 16 : _ref120$size,
@@ -2669,14 +2767,14 @@ var LogoVmware = /*#__PURE__*/React__default.forwardRef(function LogoVmware(_ref
2669
2767
  xmlns: "http://www.w3.org/2000/svg",
2670
2768
  viewBox: "0 0 32 32",
2671
2769
  fill: "currentColor"
2672
- }, rest), _path191 || (_path191 = /*#__PURE__*/React__default.createElement("path", {
2673
- d: "M3.4,11C3,10.1,2,9.7,1,10.2s-1.3,1.4-0.9,2.3L4.1,21c0.6,1.3,1.3,2,2.5,2c1.3,0,1.9-0.8,2.5-2c0,0,3.4-7.4,3.4-7.5 c0-0.1,0.1-0.3,0.5-0.3c0.3,0,0.5,0.2,0.5,0.6V21c0,1.1,0.6,2,1.8,2s1.8-0.9,1.8-2V15c0-1.1,0.8-1.9,1.9-1.9c1.1,0,1.9,0.8,1.9,1.9 V21c0,1.1,0.6,2,1.8,2s1.8-0.9,1.8-2V15c0-1.1,0.8-1.9,1.9-1.9c1.1,0,1.9,0.8,1.9,1.9V21c0,1.1,0.6,2,1.8,2s1.8-0.9,1.8-2v-6.8 c0-2.5-2-4.2-4.4-4.2s-3.9,1.7-3.9,1.7c-0.8-1-1.9-1.7-3.8-1.7c-2,0-3.7,1.7-3.7,1.7c-0.8-1-2.2-1.7-3.3-1.7c-1.7,0-3.1,0.8-4,2.7 l-2.5,5.9L3.4,11"
2770
+ }, rest), _path219 || (_path219 = /*#__PURE__*/React__default.createElement("path", {
2771
+ d: "M10 6H28V8H10zM10 24H28V26H10zM10 15H28V17H10zM4 15H6V17H4zM4 6H6V8H4zM4 24H6V26H4z"
2674
2772
  })), children);
2675
2773
  });
2676
2774
  if (process.env.NODE_ENV !== "production") {
2677
- LogoVmware.propTypes = iconPropTypes;
2775
+ List.propTypes = iconPropTypes;
2678
2776
  }
2679
- var LogoVmwareAlt = /*#__PURE__*/React__default.forwardRef(function LogoVmwareAlt(_ref121, ref) {
2777
+ var ListBoxes = /*#__PURE__*/React__default.forwardRef(function ListBoxes(_ref121, ref) {
2680
2778
  var children = _ref121.children,
2681
2779
  _ref121$size = _ref121.size,
2682
2780
  size = _ref121$size === void 0 ? 16 : _ref121$size,
@@ -2688,18 +2786,38 @@ var LogoVmwareAlt = /*#__PURE__*/React__default.forwardRef(function LogoVmwareAl
2688
2786
  xmlns: "http://www.w3.org/2000/svg",
2689
2787
  viewBox: "0 0 32 32",
2690
2788
  fill: "currentColor"
2691
- }, rest), _path192 || (_path192 = /*#__PURE__*/React__default.createElement("path", {
2692
- d: "M22.4131 19.1099l-1.9154-5.5355c-.0401-.1304-.1003-.351-.1003-.5415 0-.5114.4112-1.0128 1.073-1.0128.5515 0 .9226.351 1.083.8624l1.2034 3.9812 1.2335-3.9711c.1604-.5315.5716-.8925 1.1432-.8925h.1304c.5716 0 .9828.371 1.1432.8925l1.2435 3.9812 1.2335-4.0113c.1504-.4713.4814-.8524 1.073-.8524.6117 0 1.0429.4713 1.0429 1.0229 0 .1504-.0401.351-.0702.4513l-2.0056 5.6258c-.2306.6919-.6919.9928-1.2335.9928h-.0702c-.5415 0-.9928-.3109-1.2034-.9527l-1.2435-3.9511-1.2635 3.9511c-.2006.6418-.6619.9527-1.2034.9527h-.0702c-.5315 0-.9928-.3109-1.2234-.9928zM2.0939 12.645c-.2469-.5532-.8692-.8001-1.452-.5433-.5828.2568-.7902.8989-.5334 1.452l2.4299 5.2846c.3852.8297.7902 1.2644 1.5409 1.2644.81 0 1.1656-.4741 1.5409-1.2644 0 0 2.1237-4.6228 2.1435-4.6722.0198-.0494.0889-.1976.3062-.1976.1877 0 .3358.1482.3358.3457v4.524c0 .6914.3852 1.2644 1.1261 1.2644s1.1458-.5729 1.1458-1.2644v-3.6943c0-.7112.5136-1.1755 1.2051-1.1755s1.1557.4741 1.1557 1.1755v3.6943c0 .6914.3852 1.2644 1.1261 1.2644s1.1458-.5729 1.1458-1.2644v-3.6943c0-.7112.5136-1.1755 1.2051-1.1755s1.1557.4741 1.1557 1.1755v3.6943c0 .6914.3852 1.2644 1.1261 1.2644s1.1458-.5729 1.1458-1.2644v-4.2079c0-1.5508-1.2446-2.6275-2.7361-2.6275s-2.4299 1.0372-2.4299 1.0372c-.4939-.6421-1.1853-1.0372-2.341-1.0372-1.2248 0-2.3015 1.0372-2.3015 1.0372-.5038-.6421-1.3434-1.0372-2.0447-1.0372-1.0866 0-1.9459.4741-2.4694 1.6792l-1.5508 3.6647-1.9756-4.7018"
2789
+ }, rest), _path220 || (_path220 = /*#__PURE__*/React__default.createElement("path", {
2790
+ d: "M16 8H30V10H16zM16 22H30V24H16zM10 14H4a2.0023 2.0023 0 01-2-2V6A2.0023 2.0023 0 014 4h6a2.0023 2.0023 0 012 2v6A2.0023 2.0023 0 0110 14zM4 6v6h6.0012L10 6zM10 28H4a2.0023 2.0023 0 01-2-2V20a2.0023 2.0023 0 012-2h6a2.0023 2.0023 0 012 2v6A2.0023 2.0023 0 0110 28zM4 20v6h6.0012L10 20z"
2693
2791
  })), children);
2694
2792
  });
2695
2793
  if (process.env.NODE_ENV !== "production") {
2696
- LogoVmwareAlt.propTypes = iconPropTypes;
2794
+ ListBoxes.propTypes = iconPropTypes;
2697
2795
  }
2698
- var LogoVue = /*#__PURE__*/React__default.forwardRef(function LogoVue(_ref122, ref) {
2796
+ var ListBulleted = /*#__PURE__*/React__default.forwardRef(function ListBulleted(_ref122, ref) {
2699
2797
  var children = _ref122.children,
2700
2798
  _ref122$size = _ref122.size,
2701
2799
  size = _ref122$size === void 0 ? 16 : _ref122$size,
2702
2800
  rest = _objectWithoutProperties(_ref122, _excluded122);
2801
+ if (size === 16 || size === "16" || size === "16px") {
2802
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2803
+ width: size,
2804
+ height: size,
2805
+ ref: ref,
2806
+ xmlns: "http://www.w3.org/2000/svg",
2807
+ viewBox: "0 0 16 16",
2808
+ fill: "currentColor"
2809
+ }, rest), _circle15 || (_circle15 = /*#__PURE__*/React__default.createElement("circle", {
2810
+ cx: "3.5",
2811
+ cy: "4.5",
2812
+ r: "1.5"
2813
+ })), _circle16 || (_circle16 = /*#__PURE__*/React__default.createElement("circle", {
2814
+ cx: "3.5",
2815
+ cy: "11.5",
2816
+ r: "1.5"
2817
+ })), _path221 || (_path221 = /*#__PURE__*/React__default.createElement("path", {
2818
+ d: "M8 11H15V12H8zM8 4H15V5H8z"
2819
+ })), children);
2820
+ }
2703
2821
  return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2704
2822
  width: size,
2705
2823
  height: size,
@@ -2707,16 +2825,22 @@ var LogoVue = /*#__PURE__*/React__default.forwardRef(function LogoVue(_ref122, r
2707
2825
  xmlns: "http://www.w3.org/2000/svg",
2708
2826
  viewBox: "0 0 32 32",
2709
2827
  fill: "currentColor"
2710
- }, rest), _path193 || (_path193 = /*#__PURE__*/React__default.createElement("path", {
2711
- d: "M24.9,3.9L16,19.4L7.1,3.9H2l14,24.3L30,3.9H24.9z"
2712
- })), _path194 || (_path194 = /*#__PURE__*/React__default.createElement("path", {
2713
- d: "M16,9.5l-3.2-5.6H8.1L16,17.5l7.9-13.6h-4.6L16,9.5z"
2828
+ }, rest), _circle17 || (_circle17 = /*#__PURE__*/React__default.createElement("circle", {
2829
+ cx: "7",
2830
+ cy: "9",
2831
+ r: "3"
2832
+ })), _circle18 || (_circle18 = /*#__PURE__*/React__default.createElement("circle", {
2833
+ cx: "7",
2834
+ cy: "23",
2835
+ r: "3"
2836
+ })), _path222 || (_path222 = /*#__PURE__*/React__default.createElement("path", {
2837
+ d: "M16 22H30V24H16zM16 8H30V10H16z"
2714
2838
  })), children);
2715
2839
  });
2716
2840
  if (process.env.NODE_ENV !== "production") {
2717
- LogoVue.propTypes = iconPropTypes;
2841
+ ListBulleted.propTypes = iconPropTypes;
2718
2842
  }
2719
- var LogoWechat = /*#__PURE__*/React__default.forwardRef(function LogoWechat(_ref123, ref) {
2843
+ var ListChecked = /*#__PURE__*/React__default.forwardRef(function ListChecked(_ref123, ref) {
2720
2844
  var children = _ref123.children,
2721
2845
  _ref123$size = _ref123.size,
2722
2846
  size = _ref123$size === void 0 ? 16 : _ref123$size,
@@ -2728,15 +2852,14 @@ var LogoWechat = /*#__PURE__*/React__default.forwardRef(function LogoWechat(_ref
2728
2852
  xmlns: "http://www.w3.org/2000/svg",
2729
2853
  viewBox: "0 0 32 32",
2730
2854
  fill: "currentColor"
2731
- }, rest), _path195 || (_path195 = /*#__PURE__*/React__default.createElement("path", {
2732
- fillRule: "evenodd",
2733
- d: "M27.0857,24.7792A6.6179,6.6179,0,0,0,30,19.4662c0-3.88-3.7765-7.0269-8.4338-7.0269s-8.4339,3.1465-8.4339,7.0269,3.7765,7.028,8.4339,7.028a9.9547,9.9547,0,0,0,2.7533-.385l.2473-.0374a.8923.8923,0,0,1,.448.13l1.8469,1.0664.1621.0525a.2813.2813,0,0,0,.2812-.2812l-.0455-.2053-.38-1.4175-.0292-.18A.56.56,0,0,1,27.0857,24.7792ZM12.1208,4.68C6.5313,4.68,2,8.4552,2,13.1137a7.9386,7.9386,0,0,0,3.4965,6.3746.6713.6713,0,0,1,.2835.55l-.035.2147-.4562,1.701L5.234,22.2a.3384.3384,0,0,0,.3372.3383l.196-.063,2.2155-1.28a1.0584,1.0584,0,0,1,.5366-.1552l.2975.0443a11.9674,11.9674,0,0,0,3.304.4632l.5554-.014a6.5153,6.5153,0,0,1-.3395-2.0662c0-4.2478,4.1323-7.6918,9.2295-7.6918l.55.014C21.3538,7.761,17.169,4.68,12.1208,4.68Zm6.6337,13.6629a1.1247,1.1247,0,1,1,1.1247-1.1247A1.1243,1.1243,0,0,1,18.7545,18.3427Zm5.6233,0a1.1247,1.1247,0,1,1,1.1235-1.1247A1.1245,1.1245,0,0,1,24.3778,18.3427ZM8.7468,11.7638a1.3493,1.3493,0,1,1,1.35-1.3486A1.3485,1.3485,0,0,1,8.7468,11.7638Zm6.7469,0a1.3493,1.3493,0,1,1,1.35-1.3486A1.3486,1.3486,0,0,1,15.4937,11.7638Z"
2855
+ }, rest), _path223 || (_path223 = /*#__PURE__*/React__default.createElement("path", {
2856
+ d: "M16 22H30V24H16zM14 19.4L12.6 18 6 24.6 3.4 22 2 23.4 6 27.4zM16 8H30V10H16zM14 5.4L12.6 4 6 10.6 3.4 8 2 9.4 6 13.4z"
2734
2857
  })), children);
2735
2858
  });
2736
2859
  if (process.env.NODE_ENV !== "production") {
2737
- LogoWechat.propTypes = iconPropTypes;
2860
+ ListChecked.propTypes = iconPropTypes;
2738
2861
  }
2739
- var LogoX = /*#__PURE__*/React__default.forwardRef(function LogoX(_ref124, ref) {
2862
+ var ListCheckedMirror = /*#__PURE__*/React__default.forwardRef(function ListCheckedMirror(_ref124, ref) {
2740
2863
  var children = _ref124.children,
2741
2864
  _ref124$size = _ref124.size,
2742
2865
  size = _ref124$size === void 0 ? 16 : _ref124$size,
@@ -2748,14 +2871,14 @@ var LogoX = /*#__PURE__*/React__default.forwardRef(function LogoX(_ref124, ref)
2748
2871
  xmlns: "http://www.w3.org/2000/svg",
2749
2872
  viewBox: "0 0 32 32",
2750
2873
  fill: "currentColor"
2751
- }, rest), _path196 || (_path196 = /*#__PURE__*/React__default.createElement("path", {
2752
- d: "m18.2342,14.1624l8.7424-10.1624h-2.0717l-7.591,8.8238-6.0629-8.8238h-6.9929l9.1684,13.3432-9.1684,10.6568h2.0718l8.0163-9.3183,6.4029,9.3183h6.9929l-9.5083-13.8376h.0005Zm-2.8376,3.2984l-.9289-1.3287L7.0763,5.5596h3.1822l5.9649,8.5323.9289,1.3287,7.7536,11.0907h-3.1822l-6.3272-9.05v-.0005Z"
2874
+ }, rest), _path224 || (_path224 = /*#__PURE__*/React__default.createElement("path", {
2875
+ d: "M30 19.4L28.6 18 22 24.6 19.4 22 18 23.4 22 27.4zM2 22H16V24H2zM30 5.4L28.6 4 22 10.6 19.4 8 18 9.4 22 13.4zM2 8H16V10H2z"
2753
2876
  })), children);
2754
2877
  });
2755
2878
  if (process.env.NODE_ENV !== "production") {
2756
- LogoX.propTypes = iconPropTypes;
2879
+ ListCheckedMirror.propTypes = iconPropTypes;
2757
2880
  }
2758
- var LogoXing = /*#__PURE__*/React__default.forwardRef(function LogoXing(_ref125, ref) {
2881
+ var ListDropdown = /*#__PURE__*/React__default.forwardRef(function ListDropdown(_ref125, ref) {
2759
2882
  var children = _ref125.children,
2760
2883
  _ref125$size = _ref125.size,
2761
2884
  size = _ref125$size === void 0 ? 16 : _ref125$size,
@@ -2767,14 +2890,14 @@ var LogoXing = /*#__PURE__*/React__default.forwardRef(function LogoXing(_ref125,
2767
2890
  xmlns: "http://www.w3.org/2000/svg",
2768
2891
  viewBox: "0 0 32 32",
2769
2892
  fill: "currentColor"
2770
- }, rest), _path197 || (_path197 = /*#__PURE__*/React__default.createElement("path", {
2771
- d: "M11.42,8.29a1.25,1.25,0,0,0-1.13-.76h-4a.65.65,0,0,0-.55.25.63.63,0,0,0,0,.62l2.73,4.73v0L4.17,20.72a.6.6,0,0,0,0,.62.58.58,0,0,0,.52.28h4a1.22,1.22,0,0,0,1.1-.78l4.36-7.71S11.42,8.29,11.42,8.29Z"
2772
- })), _path198 || (_path198 = /*#__PURE__*/React__default.createElement("path", {
2773
- d: "M27.83,2.88a.65.65,0,0,0,0-.62A.61.61,0,0,0,27.3,2H23.22a1.19,1.19,0,0,0-1.08.77s-8.7,15.43-9,15.93l5.74,10.53A1.26,1.26,0,0,0,20,30h4a.59.59,0,0,0,.54-.26.62.62,0,0,0,0-.62l-5.69-10.4a0,0,0,0,1,0,0Z"
2893
+ }, rest), _path225 || (_path225 = /*#__PURE__*/React__default.createElement("path", {
2894
+ d: "M26,6V2H2V12h9V30H30V6ZM4,10V4H24V6H11v4ZM28,28H13V8H28Z"
2895
+ })), _path226 || (_path226 = /*#__PURE__*/React__default.createElement("path", {
2896
+ d: "M15 11H17V13H15zM19 11H26V13H19zM15 17H17V19H15zM19 17H26V19H19zM15 23H17V25H15zM19 23H26V25H19z"
2774
2897
  })), children);
2775
2898
  });
2776
2899
  if (process.env.NODE_ENV !== "production") {
2777
- LogoXing.propTypes = iconPropTypes;
2900
+ ListDropdown.propTypes = iconPropTypes;
2778
2901
  }
2779
2902
 
2780
- export { KubernetesPod, Label, Language, Laptop, Lasso, LassoPolygon, Launch, Layers, Legend, LetterAa, LetterBb, LetterCc, LetterDd, LetterEe, LetterFf, LetterGg, LetterHh, LetterIi, LetterJj, LetterKk, LetterLl, LetterMm, LetterNn, LetterOo, LetterPp, LetterQq, LetterRr, LetterSs, LetterTt, LetterUu, LetterVv, LetterWw, LetterXx, LetterYy, LetterZz, License, LicenseDraft, LicenseGlobal, LicenseMaintenance, LicenseMaintenanceDraft, LicenseThirdParty, LicenseThirdPartyDraft, Lifesaver, Light, LightFilled, Lightning, Link, Linux, LinuxAlt, List, ListBoxes, ListBulleted, ListChecked, ListCheckedMirror, ListDropdown, ListNumbered, ListNumberedMirror, LoadBalancerApplication, LoadBalancerClassic, LoadBalancerGlobal, LoadBalancerListener, LoadBalancerLocal, LoadBalancerNetwork, LoadBalancerPool, LoadBalancerVpc, Location, LocationCompany, LocationCompanyFilled, LocationCurrent, LocationFilled, LocationHazard, LocationHazardFilled, LocationHeart, LocationHeartFilled, LocationPerson, LocationPersonFilled, LocationSave, LocationStar, LocationStarFilled, Locked, LogicalPartition, Login, LogoAngular, LogoAnsibleCommunity, LogoDigg, LogoDiscord, LogoFacebook, LogoFigma, LogoFlickr, LogoGithub, LogoGitlab, LogoGlassdoor, LogoInstagram, LogoInvision, LogoJupyter, LogoKeybase, LogoKubernetes, LogoLinkedin, LogoLivestream, LogoMastodon, LogoMedium, LogoNpm, LogoOpenshift, LogoPinterest, LogoPython, LogoQuora, LogoRScript, LogoReact, LogoRedHatAnsible, LogoSketch, LogoSkype, LogoSlack, LogoSnapchat, LogoSvelte, LogoTumblr, LogoTwitter, LogoVmware, LogoVmwareAlt, LogoVue, LogoWechat, LogoX, LogoXing, WatsonHealthLaunchStudy_1, WatsonHealthLaunchStudy_2, WatsonHealthLaunchStudy_3 };
2903
+ export { InProgressWarning, Incomplete, IncompleteCancel, IncompleteError, IncompleteWarning, IncreaseLevel, Industry, InfinitySymbol, Information, InformationDisabled, InformationFilled, InformationSquare, InformationSquareFilled, InfrastructureClassic, Insert, InsertPage, InsertSyntax, Inspection, InstanceBx, InstanceClassic, InstanceCx, InstanceMx, InstanceVirtual, Integration, IntentRequestActive, IntentRequestCreate, IntentRequestHeal, IntentRequestInactive, IntentRequestScaleIn, IntentRequestScaleOut, IntentRequestUninstall, IntentRequestUpgrade, Interactions, InterfaceUsage, Intersect, IntrusionPrevention, InventoryManagement, IotConnect, IotPlatform, Ip, Iso, IsoFilled, IsoOutline, JoinFull, JoinInner, JoinLeft, JoinNode, JoinOuter, JoinRight, Jpg, JsError, Json, JsonReference, JumpLink, KeepDry, Key, Keyboard, KeyboardOff, Kubelet, Kubernetes, KubernetesControlPlaneNode, KubernetesIpAddress, KubernetesOperator, KubernetesPod, KubernetesWorkerNode, Label, Language, Laptop, Lasso, LassoPolygon, Launch, Layers, LayersExternal, Legend, LetterAa, LetterBb, LetterCc, LetterDd, LetterEe, LetterFf, LetterGg, LetterHh, LetterIi, LetterJj, LetterKk, LetterLl, LetterMm, LetterNn, LetterOo, LetterPp, LetterQq, LetterRr, LetterSs, LetterTt, LetterUu, LetterVv, LetterWw, LetterXx, LetterYy, LetterZz, License, LicenseDraft, LicenseGlobal, LicenseMaintenance, LicenseMaintenanceDraft, LicenseThirdParty, LicenseThirdPartyDraft, Lifesaver, Light, LightFilled, Lightning, Link, Linux, LinuxAlt, LinuxNamespace, List, ListBoxes, ListBulleted, ListChecked, ListCheckedMirror, ListDropdown, WatsonHealthInteractiveSegmentationCursor, WatsonHealthLaunchStudy_1, WatsonHealthLaunchStudy_2, WatsonHealthLaunchStudy_3 };