@carbon/ibm-products 2.65.0 → 2.66.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (777) hide show
  1. package/css/index-full-carbon.css +482 -64
  2. package/css/index-full-carbon.css.map +1 -1
  3. package/css/index-full-carbon.min.css +1 -1
  4. package/css/index-full-carbon.min.css.map +1 -1
  5. package/css/index-without-carbon-released-only.css +14 -20
  6. package/css/index-without-carbon-released-only.css.map +1 -1
  7. package/css/index-without-carbon-released-only.min.css +1 -1
  8. package/css/index-without-carbon-released-only.min.css.map +1 -1
  9. package/css/index-without-carbon.css +29 -22
  10. package/css/index-without-carbon.css.map +1 -1
  11. package/css/index-without-carbon.min.css +1 -1
  12. package/css/index-without-carbon.min.css.map +1 -1
  13. package/css/index.css +123 -39
  14. package/css/index.css.map +1 -1
  15. package/css/index.min.css +1 -1
  16. package/css/index.min.css.map +1 -1
  17. package/es/_virtual/_rollupPluginBabelHelpers.js +1 -510
  18. package/es/components/APIKeyModal/APIKeyDownloader.js +32 -50
  19. package/es/components/APIKeyModal/APIKeyModal.js +164 -217
  20. package/es/components/AboutModal/AboutModal.js +50 -52
  21. package/es/components/ActionBar/ActionBar.js +62 -56
  22. package/es/components/ActionBar/ActionBarItem.js +25 -18
  23. package/es/components/ActionBar/ActionBarOverflowItems.js +21 -19
  24. package/es/components/ActionSet/ActionSet.js +92 -88
  25. package/es/components/AddSelect/AddSelect.js +22 -20
  26. package/es/components/AddSelect/AddSelectBody.js +143 -154
  27. package/es/components/AddSelect/AddSelectBreadcrumbs.js +21 -14
  28. package/es/components/AddSelect/AddSelectColumn.js +97 -123
  29. package/es/components/AddSelect/AddSelectFilter.js +72 -79
  30. package/es/components/AddSelect/AddSelectFormControl.js +41 -35
  31. package/es/components/AddSelect/AddSelectList.js +24 -26
  32. package/es/components/AddSelect/AddSelectMetaPanel.js +24 -26
  33. package/es/components/AddSelect/AddSelectRow.js +86 -83
  34. package/es/components/AddSelect/AddSelectSidebar.js +56 -59
  35. package/es/components/AddSelect/AddSelectSort.js +31 -31
  36. package/es/components/AddSelect/add-select-utils.js +46 -41
  37. package/es/components/AddSelect/hooks/useFocus.js +7 -11
  38. package/es/components/AddSelect/hooks/useItemSort.js +13 -14
  39. package/es/components/AddSelect/hooks/useParentSelect.js +10 -8
  40. package/es/components/AddSelect/hooks/usePath.js +33 -36
  41. package/es/components/BigNumbers/BigNumbers.js +43 -46
  42. package/es/components/BigNumbers/BigNumbersSkeleton.js +15 -12
  43. package/es/components/BigNumbers/constants.js +5 -5
  44. package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +112 -127
  45. package/es/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +70 -74
  46. package/es/components/Card/Card.d.ts +15 -11
  47. package/es/components/Card/Card.js +187 -171
  48. package/es/components/Card/CardFooter.js +32 -33
  49. package/es/components/Card/CardHeader.js +59 -46
  50. package/es/components/Carousel/Carousel.js +102 -118
  51. package/es/components/Carousel/CarouselItem.js +9 -8
  52. package/es/components/Cascade/Cascade.js +30 -25
  53. package/es/components/Checklist/Checklist.js +64 -75
  54. package/es/components/Checklist/Checklist.types.js +2 -2
  55. package/es/components/Checklist/ChecklistChart.js +22 -31
  56. package/es/components/Checklist/ChecklistIcon.js +14 -15
  57. package/es/components/Coachmark/Coachmark.js +71 -89
  58. package/es/components/Coachmark/CoachmarkDragbar.js +30 -40
  59. package/es/components/Coachmark/CoachmarkHeader.js +18 -21
  60. package/es/components/Coachmark/CoachmarkOverlay.js +70 -79
  61. package/es/components/Coachmark/CoachmarkTagline.js +19 -21
  62. package/es/components/Coachmark/utils/constants.js +10 -9
  63. package/es/components/Coachmark/utils/context.js +2 -2
  64. package/es/components/Coachmark/utils/enums.js +2 -2
  65. package/es/components/Coachmark/utils/hooks.js +12 -12
  66. package/es/components/CoachmarkBeacon/CoachmarkBeacon.js +15 -15
  67. package/es/components/CoachmarkButton/CoachmarkButton.js +10 -9
  68. package/es/components/CoachmarkFixed/CoachmarkFixed.js +50 -68
  69. package/es/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +16 -15
  70. package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +54 -72
  71. package/es/components/CoachmarkStack/CoachmarkStack.js +64 -82
  72. package/es/components/CoachmarkStack/CoachmarkStackHome.js +55 -62
  73. package/es/components/ComboButton/ComboButton.js +45 -52
  74. package/es/components/ComboButton/ComboButtonItem/index.js +4 -3
  75. package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +106 -105
  76. package/es/components/ConditionBuilder/ConditionBuilder.js +34 -45
  77. package/es/components/ConditionBuilder/ConditionBuilder.types.d.ts +15 -2
  78. package/es/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +72 -92
  79. package/es/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.d.ts +3 -1
  80. package/es/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +61 -38
  81. package/es/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +31 -27
  82. package/es/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +25 -24
  83. package/es/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.js +16 -16
  84. package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +101 -108
  85. package/es/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.js +14 -20
  86. package/es/components/ConditionBuilder/ConditionBuilderContext/translationObject.js +1 -1
  87. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +59 -72
  88. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +30 -39
  89. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +18 -19
  90. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +40 -51
  91. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +59 -94
  92. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +14 -13
  93. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +19 -30
  94. package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +182 -200
  95. package/es/components/ConditionBuilder/ConditionPreview/ConditionPreview.js +34 -33
  96. package/es/components/ConditionBuilder/utils/handleKeyboardEvents.js +52 -65
  97. package/es/components/ConditionBuilder/utils/useDataConfigs.js +11 -30
  98. package/es/components/ConditionBuilder/utils/useTranslations.js +7 -6
  99. package/es/components/ConditionBuilder/utils/util.js +27 -36
  100. package/es/components/CreateFullPage/CreateFullPage.d.ts +5 -1
  101. package/es/components/CreateFullPage/CreateFullPage.js +99 -151
  102. package/es/components/CreateFullPage/CreateFullPageStep.js +65 -59
  103. package/es/components/CreateInfluencer/CreateInfluencer.js +25 -29
  104. package/es/components/CreateModal/CreateModal.js +40 -36
  105. package/es/components/CreateSidePanel/CreateSidePanel.js +40 -39
  106. package/es/components/CreateTearsheet/CreateTearsheet.d.ts +1 -1
  107. package/es/components/CreateTearsheet/CreateTearsheet.js +113 -164
  108. package/es/components/CreateTearsheet/CreateTearsheetDivider.js +9 -7
  109. package/es/components/CreateTearsheet/CreateTearsheetStep.js +73 -69
  110. package/es/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +30 -30
  111. package/es/components/DataSpreadsheet/DataSpreadsheet.js +296 -339
  112. package/es/components/DataSpreadsheet/DataSpreadsheetBody.js +215 -215
  113. package/es/components/DataSpreadsheet/DataSpreadsheetHeader.js +122 -121
  114. package/es/components/DataSpreadsheet/hooks/useMoveActiveCell.js +15 -13
  115. package/es/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +35 -53
  116. package/es/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.js +10 -9
  117. package/es/components/DataSpreadsheet/hooks/useSpreadsheetEdit.js +40 -46
  118. package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +29 -28
  119. package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +73 -88
  120. package/es/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +16 -15
  121. package/es/components/DataSpreadsheet/utils/checkActiveHeaderCell.js +10 -12
  122. package/es/components/DataSpreadsheet/utils/checkForHoldingKey.js +1 -1
  123. package/es/components/DataSpreadsheet/utils/checkSelectedHeaderCell.js +11 -12
  124. package/es/components/DataSpreadsheet/utils/commonEventHandlers.js +75 -124
  125. package/es/components/DataSpreadsheet/utils/createActiveCellFn.js +25 -25
  126. package/es/components/DataSpreadsheet/utils/createCellSelectionArea.js +32 -31
  127. package/es/components/DataSpreadsheet/utils/getCellSize.js +2 -4
  128. package/es/components/DataSpreadsheet/utils/getSelectionAreaPoints.js +9 -9
  129. package/es/components/DataSpreadsheet/utils/getSpreadsheetWidth.js +12 -14
  130. package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.js +40 -36
  131. package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.js +37 -34
  132. package/es/components/DataSpreadsheet/utils/handleCellDeletion.js +22 -23
  133. package/es/components/DataSpreadsheet/utils/handleEditSubmit.js +37 -34
  134. package/es/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +65 -76
  135. package/es/components/DataSpreadsheet/utils/handleMultipleKeys.js +94 -88
  136. package/es/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +29 -26
  137. package/es/components/DataSpreadsheet/utils/removeCellSelections.js +9 -11
  138. package/es/components/DataSpreadsheet/utils/selectAllCells.js +17 -14
  139. package/es/components/Datagrid/Datagrid/Datagrid.js +27 -24
  140. package/es/components/Datagrid/Datagrid/DatagridBody.js +7 -6
  141. package/es/components/Datagrid/Datagrid/DatagridContent.js +130 -112
  142. package/es/components/Datagrid/Datagrid/DatagridEmptyBody.js +19 -18
  143. package/es/components/Datagrid/Datagrid/DatagridExpandedRow.js +42 -43
  144. package/es/components/Datagrid/Datagrid/DatagridHead.js +9 -10
  145. package/es/components/Datagrid/Datagrid/DatagridHeaderRow.js +172 -125
  146. package/es/components/Datagrid/Datagrid/DatagridRefBody.js +18 -15
  147. package/es/components/Datagrid/Datagrid/DatagridRow.js +101 -91
  148. package/es/components/Datagrid/Datagrid/DatagridSelectAll.js +63 -61
  149. package/es/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +48 -57
  150. package/es/components/Datagrid/Datagrid/DatagridSimpleBody.js +18 -15
  151. package/es/components/Datagrid/Datagrid/DatagridToolbar.js +83 -96
  152. package/es/components/Datagrid/Datagrid/DatagridVirtualBody.js +74 -76
  153. package/es/components/Datagrid/Datagrid/DraggableElement.js +38 -29
  154. package/es/components/Datagrid/Datagrid/addons/AiLabel/DatagridAiLabel.js +6 -4
  155. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +9 -7
  156. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +18 -20
  157. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +34 -36
  158. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +56 -85
  159. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +88 -106
  160. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +27 -29
  161. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/common.js +1 -3
  162. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +96 -104
  163. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +125 -136
  164. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +90 -106
  165. package/es/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +41 -46
  166. package/es/components/Datagrid/Datagrid/addons/Filtering/constants.js +13 -13
  167. package/es/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +23 -30
  168. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +2 -2
  169. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +212 -219
  170. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +13 -11
  171. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.js +4 -3
  172. package/es/components/Datagrid/Datagrid/addons/Filtering/utils.js +44 -42
  173. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +28 -17
  174. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +196 -191
  175. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +41 -39
  176. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/getCellIdAsObject.js +7 -9
  177. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +18 -15
  178. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridFocus.js +5 -3
  179. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +84 -73
  180. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +22 -26
  181. package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +24 -28
  182. package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +19 -18
  183. package/es/components/Datagrid/Datagrid/addons/stateReducer.js +211 -173
  184. package/es/components/Datagrid/common-column-ids.js +1 -1
  185. package/es/components/Datagrid/useActionsColumn.js +81 -61
  186. package/es/components/Datagrid/useColumnCenterAlign.js +17 -27
  187. package/es/components/Datagrid/useColumnRightAlign.js +17 -28
  188. package/es/components/Datagrid/useCustomizeColumns.js +18 -20
  189. package/es/components/Datagrid/useDatagrid.js +13 -18
  190. package/es/components/Datagrid/useDefaultStringRenderer.js +19 -20
  191. package/es/components/Datagrid/useDisableSelectRows.js +49 -57
  192. package/es/components/Datagrid/useEditableCell.js +1 -1
  193. package/es/components/Datagrid/useExpandedRow.js +20 -25
  194. package/es/components/Datagrid/useFiltering.js +53 -58
  195. package/es/components/Datagrid/useFlexResize.js +31 -29
  196. package/es/components/Datagrid/useFloatingScroll.js +40 -38
  197. package/es/components/Datagrid/useFocusRowExpander.js +16 -15
  198. package/es/components/Datagrid/useInfiniteScroll.js +22 -20
  199. package/es/components/Datagrid/useInitialColumnSort.js +22 -21
  200. package/es/components/Datagrid/useInlineEdit.js +24 -26
  201. package/es/components/Datagrid/useNestedRowExpander.js +63 -80
  202. package/es/components/Datagrid/useNestedRows.js +45 -45
  203. package/es/components/Datagrid/useOnRowClick.js +32 -26
  204. package/es/components/Datagrid/useParentDimensions.js +35 -37
  205. package/es/components/Datagrid/useResizeTable.js +11 -9
  206. package/es/components/Datagrid/useRowExpander.js +30 -27
  207. package/es/components/Datagrid/useRowIsMouseOver.js +22 -28
  208. package/es/components/Datagrid/useRowRenderer.js +25 -35
  209. package/es/components/Datagrid/useRowSize.js +27 -24
  210. package/es/components/Datagrid/useSelectAllToggle.js +47 -46
  211. package/es/components/Datagrid/useSelectRows.js +90 -107
  212. package/es/components/Datagrid/useSkeletonRows.js +14 -25
  213. package/es/components/Datagrid/useSortableColumns.js +61 -87
  214. package/es/components/Datagrid/useStickyColumn.js +84 -94
  215. package/es/components/Datagrid/utils/getAutoSizedColumnWidth.js +5 -16
  216. package/es/components/Decorator/Decorator.js +3 -3
  217. package/es/components/DecoratorBase/DecoratorBase.js +94 -88
  218. package/es/components/DecoratorBase/DecoratorIcon.js +15 -15
  219. package/es/components/DecoratorBase/utils.js +8 -6
  220. package/es/components/DecoratorDualButton/DecoratorDualButton.js +4 -4
  221. package/es/components/DecoratorLink/DecoratorLink.js +4 -4
  222. package/es/components/DecoratorSingleButton/DecoratorSingleButton.js +4 -4
  223. package/es/components/DelimitedList/DelimitedList.js +16 -15
  224. package/es/components/DescriptionList/DescriptionList.js +21 -17
  225. package/es/components/DescriptionList/DescriptionListBody.js +9 -9
  226. package/es/components/DescriptionList/DescriptionListCell.js +9 -9
  227. package/es/components/DescriptionList/DescriptionListRow.js +9 -9
  228. package/es/components/DescriptionList/constants.js +1 -1
  229. package/es/components/EditFullPage/EditFullPage.js +16 -10
  230. package/es/components/EditInPlace/EditInPlace.js +80 -78
  231. package/es/components/EditSidePanel/EditSidePanel.js +50 -47
  232. package/es/components/EditTearsheet/EditTearsheet.js +65 -99
  233. package/es/components/EditTearsheet/EditTearsheetForm.js +36 -28
  234. package/es/components/EditTearsheetNarrow/EditTearsheetNarrow.js +15 -10
  235. package/es/components/EditUpdateCards/EditUpdateCards.d.ts +2 -9
  236. package/es/components/EditUpdateCards/EditUpdateCards.js +42 -31
  237. package/es/components/EmptyStates/EmptyState.js +38 -34
  238. package/es/components/EmptyStates/EmptyStateContent.js +29 -21
  239. package/es/components/EmptyStates/EmptyStateIllustration.js +15 -28
  240. package/es/components/EmptyStates/EmptyStateV2.js +34 -29
  241. package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +28 -25
  242. package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +28 -25
  243. package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +28 -25
  244. package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +28 -25
  245. package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +28 -25
  246. package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +28 -25
  247. package/es/components/EmptyStates/assets/ErrorIllustration.js +27 -26
  248. package/es/components/EmptyStates/assets/NoDataIllustration.js +25 -24
  249. package/es/components/EmptyStates/assets/NoTagsIllustration.js +54 -53
  250. package/es/components/EmptyStates/assets/NotFoundIllustration.js +38 -37
  251. package/es/components/EmptyStates/assets/NotificationsIllustration.js +43 -42
  252. package/es/components/EmptyStates/assets/UnauthorizedIllustration.js +38 -37
  253. package/es/components/ExportModal/ExportModal.js +82 -94
  254. package/es/components/ExpressiveCard/ExpressiveCard.d.ts +2 -10
  255. package/es/components/ExpressiveCard/ExpressiveCard.js +11 -5
  256. package/es/components/FeatureFlags/index.js +33 -43
  257. package/es/components/FilterPanel/FilterPanel.js +12 -12
  258. package/es/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +20 -20
  259. package/es/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +21 -25
  260. package/es/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.js +13 -13
  261. package/es/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +54 -60
  262. package/es/components/FilterPanel/FilterPanelGroup/FilterPanelGroup.js +15 -15
  263. package/es/components/FilterPanel/FilterPanelLabel/FilterPanelLabel.js +13 -13
  264. package/es/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +21 -25
  265. package/es/components/FilterSummary/FilterSummary.js +60 -67
  266. package/es/components/FullPageError/FullPageError.js +28 -26
  267. package/es/components/FullPageError/assets/Error403SVG.js +4 -2
  268. package/es/components/FullPageError/assets/Error404SVG.js +4 -2
  269. package/es/components/FullPageError/assets/ErrorGenericSVG.js +4 -2
  270. package/es/components/GetStartedCard/GetStartedCard.js +6 -6
  271. package/es/components/Guidebanner/Guidebanner.js +46 -63
  272. package/es/components/Guidebanner/GuidebannerElement.js +14 -14
  273. package/es/components/Guidebanner/GuidebannerElementButton.js +15 -17
  274. package/es/components/Guidebanner/GuidebannerElementLink.js +9 -9
  275. package/es/components/HTTPErrors/HTTPError403/HTTPError403.js +18 -18
  276. package/es/components/HTTPErrors/HTTPError404/HTTPError404.js +18 -18
  277. package/es/components/HTTPErrors/HTTPErrorContent.js +23 -22
  278. package/es/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +18 -18
  279. package/es/components/HTTPErrors/assets/HTTPErrorSvg403.js +83 -81
  280. package/es/components/HTTPErrors/assets/HTTPErrorSvg404.js +87 -85
  281. package/es/components/HTTPErrors/assets/HTTPErrorSvgOther.js +83 -81
  282. package/es/components/ImportModal/ImportModal.js +125 -162
  283. package/es/components/InlineTip/InlineTip.js +46 -61
  284. package/es/components/InlineTip/InlineTipButton.js +9 -9
  285. package/es/components/InlineTip/InlineTipLink.js +12 -13
  286. package/es/components/InlineTip/utils.js +9 -19
  287. package/es/components/InterstitialScreen/InterstitialScreen.js +62 -83
  288. package/es/components/InterstitialScreen/InterstitialScreenBody.js +56 -62
  289. package/es/components/InterstitialScreen/InterstitialScreenFooter.js +87 -118
  290. package/es/components/InterstitialScreen/InterstitialScreenHeader.js +29 -25
  291. package/es/components/MultiAddSelect/MultiAddSelect.js +5 -7
  292. package/es/components/Nav/Nav.js +39 -43
  293. package/es/components/Nav/NavItem.js +44 -51
  294. package/es/components/Nav/NavItemLink.js +9 -8
  295. package/es/components/Nav/NavList.js +57 -66
  296. package/es/components/NonLinearReading/NonLinearReading.js +18 -23
  297. package/es/components/NotificationsPanel/NotificationsPanel.js +178 -258
  298. package/es/components/NotificationsPanel/utils.js +26 -24
  299. package/es/components/OptionsTile/OptionsTile.js +90 -82
  300. package/es/components/PageHeader/PageHeader.js +293 -256
  301. package/es/components/PageHeader/PageHeaderTitle.js +43 -36
  302. package/es/components/PageHeader/PageHeaderUtils.js +31 -28
  303. package/es/components/ProductiveCard/ProductiveCard.d.ts +2 -13
  304. package/es/components/ProductiveCard/ProductiveCard.js +20 -14
  305. package/es/components/RemoveModal/RemoveModal.js +46 -49
  306. package/es/components/Saving/Saving.js +54 -59
  307. package/es/components/ScrollGradient/ScrollGradient.js +63 -66
  308. package/es/components/ScrollGradient/constants.js +13 -24
  309. package/es/components/SearchBar/SearchBar.d.ts +5 -6
  310. package/es/components/SearchBar/SearchBar.js +62 -68
  311. package/es/components/SidePanel/SidePanel.d.ts +2 -5
  312. package/es/components/SidePanel/SidePanel.js +242 -245
  313. package/es/components/SidePanel/constants.js +1 -1
  314. package/es/components/SimpleHeader/SimpleHeader.js +22 -25
  315. package/es/components/SingleAddSelect/SingleAddSelect.js +3 -3
  316. package/es/components/StatusIcon/StatusIcon.js +195 -281
  317. package/es/components/StatusIndicator/StatusIndicator.js +21 -24
  318. package/es/components/StatusIndicator/StatusIndicatorStep.js +18 -18
  319. package/es/components/StringFormatter/StringFormatter.js +62 -38
  320. package/es/components/StringFormatter/utils/enums.js +13 -13
  321. package/es/components/TagOverflow/TagOverflow.js +70 -74
  322. package/es/components/TagOverflow/TagOverflowModal.js +49 -52
  323. package/es/components/TagOverflow/TagOverflowPopover.js +63 -61
  324. package/es/components/TagOverflow/constants.js +1 -1
  325. package/es/components/TagSet/TagSet.js +104 -130
  326. package/es/components/TagSet/TagSetModal.js +48 -51
  327. package/es/components/TagSet/TagSetOverflow.js +54 -50
  328. package/es/components/Tearsheet/Tearsheet.js +22 -22
  329. package/es/components/Tearsheet/TearsheetNarrow.js +20 -19
  330. package/es/components/Tearsheet/TearsheetShell.js +160 -156
  331. package/es/components/Toolbar/Toolbar.js +44 -47
  332. package/es/components/Toolbar/ToolbarButton.js +25 -24
  333. package/es/components/Toolbar/ToolbarGroup.js +9 -8
  334. package/es/components/TooltipTrigger/TooltipTrigger.js +10 -9
  335. package/es/components/TruncatedList/TruncatedList.js +44 -61
  336. package/es/components/UserAvatar/UserAvatar.js +49 -48
  337. package/es/components/UserProfileImage/UserProfileImage.js +59 -74
  338. package/es/components/WebTerminal/WebTerminal.js +64 -67
  339. package/es/components/WebTerminal/WebTerminalContentWrapper.js +16 -11
  340. package/es/components/WebTerminal/hooks/index.js +21 -23
  341. package/es/components/_Canary/Canary.js +13 -8
  342. package/es/global/js/hooks/useActiveElement.js +5 -9
  343. package/es/global/js/hooks/useClickOutside.js +4 -4
  344. package/es/global/js/hooks/useControllableState.js +3 -7
  345. package/es/global/js/hooks/useCreateComponentFocus.js +16 -30
  346. package/es/global/js/hooks/useCreateComponentStepChange.js +99 -190
  347. package/es/global/js/hooks/useFocus.js +64 -85
  348. package/es/global/js/hooks/useIsomorphicEffect.js +1 -1
  349. package/es/global/js/hooks/useOverflowItems/useOverflowItems.js +48 -58
  350. package/es/global/js/hooks/useOverflowString.js +13 -24
  351. package/es/global/js/hooks/usePortalTarget.js +5 -11
  352. package/es/global/js/hooks/usePrefersReducedMotion.js +12 -12
  353. package/es/global/js/hooks/usePrefix.js +1 -3
  354. package/es/global/js/hooks/usePresence.js +8 -12
  355. package/es/global/js/hooks/usePreviousValue.js +3 -3
  356. package/es/global/js/hooks/useResetCreateComponent.js +15 -13
  357. package/es/global/js/hooks/useResizeObserver.js +26 -34
  358. package/es/global/js/hooks/useRetrieveFormTitles.js +10 -9
  359. package/es/global/js/hooks/useRetrieveStepData.js +21 -20
  360. package/es/global/js/hooks/useValidCreateStepCount.js +3 -3
  361. package/es/global/js/hooks/useWindowResize.js +23 -23
  362. package/es/global/js/hooks/useWindowScroll.js +15 -18
  363. package/es/global/js/package-settings.js +43 -56
  364. package/es/global/js/utils/Wrap.js +19 -18
  365. package/es/global/js/utils/clamp.js +1 -1
  366. package/es/global/js/utils/debounce.js +6 -6
  367. package/es/global/js/utils/deepCloneObject.js +7 -16
  368. package/es/global/js/utils/deepCompareObject.js +9 -18
  369. package/es/global/js/utils/devtools.js +3 -2
  370. package/es/global/js/utils/getFocusableElements.js +2 -13
  371. package/es/global/js/utils/getNodeTextContent.js +6 -15
  372. package/es/global/js/utils/getNumberOfHiddenSteps.js +3 -3
  373. package/es/global/js/utils/getScrollbarWidth.js +3 -3
  374. package/es/global/js/utils/getSupportedLocale.js +3 -3
  375. package/es/global/js/utils/lastIndexInArray.js +3 -4
  376. package/es/global/js/utils/pconsole.js +15 -22
  377. package/es/global/js/utils/props-helper.js +34 -40
  378. package/es/global/js/utils/rangeWithCallback.js +2 -2
  379. package/es/global/js/utils/scrollableAncestor.js +8 -17
  380. package/es/global/js/utils/throttle.js +4 -4
  381. package/es/global/js/utils/useId.js +11 -3
  382. package/es/global/js/utils/uuidv4.js +3 -7
  383. package/es/global/js/utils/wait.js +1 -3
  384. package/es/node_modules/@carbon/icons-react/es/Icon.js +17 -19
  385. package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +1263 -1136
  386. package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +1330 -1186
  387. package/es/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +1 -1
  388. package/es/node_modules/@carbon/icons-react/node_modules/@carbon/icon-helpers/es/index.js +3 -5
  389. package/es/node_modules/prop-types/checkPropTypes.js +4 -5
  390. package/es/node_modules/prop-types/factoryWithThrowingShims.js +1 -1
  391. package/es/node_modules/prop-types/factoryWithTypeCheckers.js +6 -7
  392. package/es/settings.js +15 -19
  393. package/lib/_virtual/_rollupPluginBabelHelpers.js +0 -530
  394. package/lib/components/APIKeyModal/APIKeyDownloader.js +31 -49
  395. package/lib/components/APIKeyModal/APIKeyModal.js +163 -216
  396. package/lib/components/AboutModal/AboutModal.js +49 -51
  397. package/lib/components/ActionBar/ActionBar.js +61 -55
  398. package/lib/components/ActionBar/ActionBarItem.js +24 -17
  399. package/lib/components/ActionBar/ActionBarOverflowItems.js +21 -19
  400. package/lib/components/ActionSet/ActionSet.js +91 -87
  401. package/lib/components/AddSelect/AddSelect.js +20 -18
  402. package/lib/components/AddSelect/AddSelectBody.js +140 -151
  403. package/lib/components/AddSelect/AddSelectBreadcrumbs.js +21 -14
  404. package/lib/components/AddSelect/AddSelectColumn.js +96 -122
  405. package/lib/components/AddSelect/AddSelectFilter.js +71 -78
  406. package/lib/components/AddSelect/AddSelectFormControl.js +41 -35
  407. package/lib/components/AddSelect/AddSelectList.js +23 -25
  408. package/lib/components/AddSelect/AddSelectMetaPanel.js +24 -26
  409. package/lib/components/AddSelect/AddSelectRow.js +85 -82
  410. package/lib/components/AddSelect/AddSelectSidebar.js +56 -59
  411. package/lib/components/AddSelect/AddSelectSort.js +30 -30
  412. package/lib/components/AddSelect/add-select-utils.js +46 -41
  413. package/lib/components/AddSelect/hooks/useFocus.js +7 -11
  414. package/lib/components/AddSelect/hooks/useItemSort.js +13 -14
  415. package/lib/components/AddSelect/hooks/useParentSelect.js +10 -8
  416. package/lib/components/AddSelect/hooks/usePath.js +33 -36
  417. package/lib/components/BigNumbers/BigNumbers.js +42 -45
  418. package/lib/components/BigNumbers/BigNumbersSkeleton.js +14 -11
  419. package/lib/components/BigNumbers/constants.js +5 -5
  420. package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +111 -126
  421. package/lib/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +69 -73
  422. package/lib/components/Card/Card.d.ts +15 -11
  423. package/lib/components/Card/Card.js +185 -169
  424. package/lib/components/Card/CardFooter.js +32 -33
  425. package/lib/components/Card/CardHeader.js +58 -45
  426. package/lib/components/Carousel/Carousel.js +101 -117
  427. package/lib/components/Carousel/CarouselItem.js +8 -7
  428. package/lib/components/Cascade/Cascade.js +30 -25
  429. package/lib/components/Checklist/Checklist.js +63 -74
  430. package/lib/components/Checklist/Checklist.types.js +2 -2
  431. package/lib/components/Checklist/ChecklistChart.js +21 -30
  432. package/lib/components/Checklist/ChecklistIcon.js +13 -14
  433. package/lib/components/Coachmark/Coachmark.js +70 -88
  434. package/lib/components/Coachmark/CoachmarkDragbar.js +29 -39
  435. package/lib/components/Coachmark/CoachmarkHeader.js +17 -20
  436. package/lib/components/Coachmark/CoachmarkOverlay.js +69 -78
  437. package/lib/components/Coachmark/CoachmarkTagline.js +18 -20
  438. package/lib/components/Coachmark/utils/constants.js +10 -9
  439. package/lib/components/Coachmark/utils/context.js +2 -2
  440. package/lib/components/Coachmark/utils/enums.js +2 -2
  441. package/lib/components/Coachmark/utils/hooks.js +12 -12
  442. package/lib/components/CoachmarkBeacon/CoachmarkBeacon.js +14 -14
  443. package/lib/components/CoachmarkButton/CoachmarkButton.js +9 -8
  444. package/lib/components/CoachmarkFixed/CoachmarkFixed.js +49 -67
  445. package/lib/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +15 -14
  446. package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +53 -71
  447. package/lib/components/CoachmarkStack/CoachmarkStack.js +63 -81
  448. package/lib/components/CoachmarkStack/CoachmarkStackHome.js +54 -61
  449. package/lib/components/ComboButton/ComboButton.js +44 -51
  450. package/lib/components/ComboButton/ComboButtonItem/index.js +4 -3
  451. package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +105 -104
  452. package/lib/components/ConditionBuilder/ConditionBuilder.js +33 -44
  453. package/lib/components/ConditionBuilder/ConditionBuilder.types.d.ts +15 -2
  454. package/lib/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +72 -92
  455. package/lib/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.d.ts +3 -1
  456. package/lib/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +59 -36
  457. package/lib/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +30 -26
  458. package/lib/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +24 -23
  459. package/lib/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.js +16 -16
  460. package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +99 -106
  461. package/lib/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.js +14 -20
  462. package/lib/components/ConditionBuilder/ConditionBuilderContext/translationObject.js +1 -1
  463. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +58 -71
  464. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +29 -38
  465. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +17 -18
  466. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +40 -51
  467. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +59 -94
  468. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +14 -13
  469. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +19 -30
  470. package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +182 -200
  471. package/lib/components/ConditionBuilder/ConditionPreview/ConditionPreview.js +34 -33
  472. package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.js +52 -65
  473. package/lib/components/ConditionBuilder/utils/useDataConfigs.js +11 -30
  474. package/lib/components/ConditionBuilder/utils/useTranslations.js +7 -6
  475. package/lib/components/ConditionBuilder/utils/util.js +27 -36
  476. package/lib/components/CreateFullPage/CreateFullPage.d.ts +5 -1
  477. package/lib/components/CreateFullPage/CreateFullPage.js +98 -150
  478. package/lib/components/CreateFullPage/CreateFullPageStep.js +64 -58
  479. package/lib/components/CreateInfluencer/CreateInfluencer.js +25 -29
  480. package/lib/components/CreateModal/CreateModal.js +39 -35
  481. package/lib/components/CreateSidePanel/CreateSidePanel.js +39 -38
  482. package/lib/components/CreateTearsheet/CreateTearsheet.d.ts +1 -1
  483. package/lib/components/CreateTearsheet/CreateTearsheet.js +112 -163
  484. package/lib/components/CreateTearsheet/CreateTearsheetDivider.js +8 -6
  485. package/lib/components/CreateTearsheet/CreateTearsheetStep.js +72 -68
  486. package/lib/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +29 -29
  487. package/lib/components/DataSpreadsheet/DataSpreadsheet.js +292 -335
  488. package/lib/components/DataSpreadsheet/DataSpreadsheetBody.js +213 -213
  489. package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.js +121 -120
  490. package/lib/components/DataSpreadsheet/hooks/useMoveActiveCell.js +15 -13
  491. package/lib/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +35 -53
  492. package/lib/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.js +10 -9
  493. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetEdit.js +40 -46
  494. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +29 -28
  495. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +72 -87
  496. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +16 -15
  497. package/lib/components/DataSpreadsheet/utils/checkActiveHeaderCell.js +9 -11
  498. package/lib/components/DataSpreadsheet/utils/checkForHoldingKey.js +1 -1
  499. package/lib/components/DataSpreadsheet/utils/checkSelectedHeaderCell.js +10 -11
  500. package/lib/components/DataSpreadsheet/utils/commonEventHandlers.js +73 -122
  501. package/lib/components/DataSpreadsheet/utils/createActiveCellFn.js +25 -25
  502. package/lib/components/DataSpreadsheet/utils/createCellSelectionArea.js +31 -30
  503. package/lib/components/DataSpreadsheet/utils/getCellSize.js +2 -4
  504. package/lib/components/DataSpreadsheet/utils/getSelectionAreaPoints.js +9 -9
  505. package/lib/components/DataSpreadsheet/utils/getSpreadsheetWidth.js +12 -14
  506. package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.js +40 -36
  507. package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.js +37 -34
  508. package/lib/components/DataSpreadsheet/utils/handleCellDeletion.js +21 -22
  509. package/lib/components/DataSpreadsheet/utils/handleEditSubmit.js +37 -34
  510. package/lib/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +64 -75
  511. package/lib/components/DataSpreadsheet/utils/handleMultipleKeys.js +93 -87
  512. package/lib/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +29 -26
  513. package/lib/components/DataSpreadsheet/utils/removeCellSelections.js +9 -11
  514. package/lib/components/DataSpreadsheet/utils/selectAllCells.js +17 -14
  515. package/lib/components/Datagrid/Datagrid/Datagrid.js +26 -23
  516. package/lib/components/Datagrid/Datagrid/DatagridBody.js +7 -6
  517. package/lib/components/Datagrid/Datagrid/DatagridContent.js +129 -111
  518. package/lib/components/Datagrid/Datagrid/DatagridEmptyBody.js +19 -18
  519. package/lib/components/Datagrid/Datagrid/DatagridExpandedRow.js +41 -42
  520. package/lib/components/Datagrid/Datagrid/DatagridHead.js +9 -10
  521. package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.js +170 -123
  522. package/lib/components/Datagrid/Datagrid/DatagridRefBody.js +17 -14
  523. package/lib/components/Datagrid/Datagrid/DatagridRow.js +99 -89
  524. package/lib/components/Datagrid/Datagrid/DatagridSelectAll.js +62 -60
  525. package/lib/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +47 -56
  526. package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.js +17 -14
  527. package/lib/components/Datagrid/Datagrid/DatagridToolbar.js +83 -96
  528. package/lib/components/Datagrid/Datagrid/DatagridVirtualBody.js +73 -75
  529. package/lib/components/Datagrid/Datagrid/DraggableElement.js +37 -28
  530. package/lib/components/Datagrid/Datagrid/addons/AiLabel/DatagridAiLabel.js +6 -4
  531. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +9 -7
  532. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +17 -19
  533. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +34 -36
  534. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +56 -85
  535. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +86 -104
  536. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +26 -28
  537. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/common.js +1 -3
  538. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +96 -104
  539. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +124 -135
  540. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +90 -106
  541. package/lib/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +40 -45
  542. package/lib/components/Datagrid/Datagrid/addons/Filtering/constants.js +13 -13
  543. package/lib/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +23 -30
  544. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +2 -2
  545. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +211 -218
  546. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +11 -9
  547. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.js +4 -3
  548. package/lib/components/Datagrid/Datagrid/addons/Filtering/utils.js +44 -42
  549. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +28 -17
  550. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +195 -190
  551. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +41 -39
  552. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/getCellIdAsObject.js +7 -9
  553. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +18 -15
  554. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridFocus.js +5 -3
  555. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +84 -73
  556. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +22 -26
  557. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +23 -27
  558. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +19 -18
  559. package/lib/components/Datagrid/Datagrid/addons/stateReducer.js +211 -173
  560. package/lib/components/Datagrid/common-column-ids.js +1 -1
  561. package/lib/components/Datagrid/useActionsColumn.js +80 -60
  562. package/lib/components/Datagrid/useColumnCenterAlign.js +17 -27
  563. package/lib/components/Datagrid/useColumnRightAlign.js +17 -28
  564. package/lib/components/Datagrid/useCustomizeColumns.js +17 -19
  565. package/lib/components/Datagrid/useDatagrid.js +12 -17
  566. package/lib/components/Datagrid/useDefaultStringRenderer.js +19 -20
  567. package/lib/components/Datagrid/useDisableSelectRows.js +49 -57
  568. package/lib/components/Datagrid/useEditableCell.js +1 -1
  569. package/lib/components/Datagrid/useExpandedRow.js +20 -25
  570. package/lib/components/Datagrid/useFiltering.js +51 -56
  571. package/lib/components/Datagrid/useFlexResize.js +31 -29
  572. package/lib/components/Datagrid/useFloatingScroll.js +40 -38
  573. package/lib/components/Datagrid/useFocusRowExpander.js +16 -15
  574. package/lib/components/Datagrid/useInfiniteScroll.js +22 -20
  575. package/lib/components/Datagrid/useInitialColumnSort.js +22 -21
  576. package/lib/components/Datagrid/useInlineEdit.js +24 -26
  577. package/lib/components/Datagrid/useNestedRowExpander.js +61 -78
  578. package/lib/components/Datagrid/useNestedRows.js +45 -45
  579. package/lib/components/Datagrid/useOnRowClick.js +32 -26
  580. package/lib/components/Datagrid/useParentDimensions.js +35 -37
  581. package/lib/components/Datagrid/useResizeTable.js +11 -9
  582. package/lib/components/Datagrid/useRowExpander.js +28 -25
  583. package/lib/components/Datagrid/useRowIsMouseOver.js +22 -28
  584. package/lib/components/Datagrid/useRowRenderer.js +25 -35
  585. package/lib/components/Datagrid/useRowSize.js +26 -23
  586. package/lib/components/Datagrid/useSelectAllToggle.js +47 -46
  587. package/lib/components/Datagrid/useSelectRows.js +89 -106
  588. package/lib/components/Datagrid/useSkeletonRows.js +14 -25
  589. package/lib/components/Datagrid/useSortableColumns.js +61 -87
  590. package/lib/components/Datagrid/useStickyColumn.js +84 -94
  591. package/lib/components/Datagrid/utils/getAutoSizedColumnWidth.js +5 -16
  592. package/lib/components/Decorator/Decorator.js +3 -3
  593. package/lib/components/DecoratorBase/DecoratorBase.js +93 -87
  594. package/lib/components/DecoratorBase/DecoratorIcon.js +14 -14
  595. package/lib/components/DecoratorBase/utils.js +8 -6
  596. package/lib/components/DecoratorDualButton/DecoratorDualButton.js +4 -4
  597. package/lib/components/DecoratorLink/DecoratorLink.js +4 -4
  598. package/lib/components/DecoratorSingleButton/DecoratorSingleButton.js +4 -4
  599. package/lib/components/DelimitedList/DelimitedList.js +15 -14
  600. package/lib/components/DescriptionList/DescriptionList.js +20 -16
  601. package/lib/components/DescriptionList/DescriptionListBody.js +8 -8
  602. package/lib/components/DescriptionList/DescriptionListCell.js +8 -8
  603. package/lib/components/DescriptionList/DescriptionListRow.js +8 -8
  604. package/lib/components/DescriptionList/constants.js +1 -1
  605. package/lib/components/EditFullPage/EditFullPage.js +15 -9
  606. package/lib/components/EditInPlace/EditInPlace.js +79 -77
  607. package/lib/components/EditSidePanel/EditSidePanel.js +49 -46
  608. package/lib/components/EditTearsheet/EditTearsheet.js +64 -98
  609. package/lib/components/EditTearsheet/EditTearsheetForm.js +35 -27
  610. package/lib/components/EditTearsheetNarrow/EditTearsheetNarrow.js +14 -9
  611. package/lib/components/EditUpdateCards/EditUpdateCards.d.ts +2 -9
  612. package/lib/components/EditUpdateCards/EditUpdateCards.js +41 -30
  613. package/lib/components/EmptyStates/EmptyState.js +37 -33
  614. package/lib/components/EmptyStates/EmptyStateContent.js +28 -20
  615. package/lib/components/EmptyStates/EmptyStateIllustration.js +14 -27
  616. package/lib/components/EmptyStates/EmptyStateV2.js +33 -28
  617. package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +27 -24
  618. package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +27 -24
  619. package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +27 -24
  620. package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +27 -24
  621. package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +27 -24
  622. package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +27 -24
  623. package/lib/components/EmptyStates/assets/ErrorIllustration.js +26 -25
  624. package/lib/components/EmptyStates/assets/NoDataIllustration.js +24 -23
  625. package/lib/components/EmptyStates/assets/NoTagsIllustration.js +53 -52
  626. package/lib/components/EmptyStates/assets/NotFoundIllustration.js +37 -36
  627. package/lib/components/EmptyStates/assets/NotificationsIllustration.js +42 -41
  628. package/lib/components/EmptyStates/assets/UnauthorizedIllustration.js +37 -36
  629. package/lib/components/ExportModal/ExportModal.js +81 -93
  630. package/lib/components/ExpressiveCard/ExpressiveCard.d.ts +2 -10
  631. package/lib/components/ExpressiveCard/ExpressiveCard.js +11 -5
  632. package/lib/components/FeatureFlags/index.js +33 -43
  633. package/lib/components/FilterPanel/FilterPanel.js +11 -11
  634. package/lib/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +19 -19
  635. package/lib/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +20 -24
  636. package/lib/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.js +12 -12
  637. package/lib/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +53 -59
  638. package/lib/components/FilterPanel/FilterPanelGroup/FilterPanelGroup.js +14 -14
  639. package/lib/components/FilterPanel/FilterPanelLabel/FilterPanelLabel.js +12 -12
  640. package/lib/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +20 -24
  641. package/lib/components/FilterSummary/FilterSummary.js +59 -66
  642. package/lib/components/FullPageError/FullPageError.js +27 -25
  643. package/lib/components/FullPageError/assets/Error403SVG.js +4 -2
  644. package/lib/components/FullPageError/assets/Error404SVG.js +4 -2
  645. package/lib/components/FullPageError/assets/ErrorGenericSVG.js +4 -2
  646. package/lib/components/GetStartedCard/GetStartedCard.js +5 -5
  647. package/lib/components/Guidebanner/Guidebanner.js +45 -62
  648. package/lib/components/Guidebanner/GuidebannerElement.js +13 -13
  649. package/lib/components/Guidebanner/GuidebannerElementButton.js +14 -16
  650. package/lib/components/Guidebanner/GuidebannerElementLink.js +8 -8
  651. package/lib/components/HTTPErrors/HTTPError403/HTTPError403.js +17 -17
  652. package/lib/components/HTTPErrors/HTTPError404/HTTPError404.js +17 -17
  653. package/lib/components/HTTPErrors/HTTPErrorContent.js +22 -21
  654. package/lib/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +17 -17
  655. package/lib/components/HTTPErrors/assets/HTTPErrorSvg403.js +83 -81
  656. package/lib/components/HTTPErrors/assets/HTTPErrorSvg404.js +87 -85
  657. package/lib/components/HTTPErrors/assets/HTTPErrorSvgOther.js +83 -81
  658. package/lib/components/ImportModal/ImportModal.js +124 -161
  659. package/lib/components/InlineTip/InlineTip.js +44 -59
  660. package/lib/components/InlineTip/InlineTipButton.js +8 -8
  661. package/lib/components/InlineTip/InlineTipLink.js +11 -12
  662. package/lib/components/InlineTip/utils.js +9 -19
  663. package/lib/components/InterstitialScreen/InterstitialScreen.js +61 -82
  664. package/lib/components/InterstitialScreen/InterstitialScreenBody.js +55 -61
  665. package/lib/components/InterstitialScreen/InterstitialScreenFooter.js +86 -117
  666. package/lib/components/InterstitialScreen/InterstitialScreenHeader.js +29 -25
  667. package/lib/components/MultiAddSelect/MultiAddSelect.js +5 -7
  668. package/lib/components/Nav/Nav.js +38 -42
  669. package/lib/components/Nav/NavItem.js +43 -50
  670. package/lib/components/Nav/NavItemLink.js +9 -8
  671. package/lib/components/Nav/NavList.js +56 -65
  672. package/lib/components/NonLinearReading/NonLinearReading.js +17 -22
  673. package/lib/components/NotificationsPanel/NotificationsPanel.js +177 -257
  674. package/lib/components/NotificationsPanel/utils.js +26 -24
  675. package/lib/components/OptionsTile/OptionsTile.js +88 -80
  676. package/lib/components/PageHeader/PageHeader.js +292 -255
  677. package/lib/components/PageHeader/PageHeaderTitle.js +42 -35
  678. package/lib/components/PageHeader/PageHeaderUtils.js +31 -28
  679. package/lib/components/ProductiveCard/ProductiveCard.d.ts +2 -13
  680. package/lib/components/ProductiveCard/ProductiveCard.js +19 -13
  681. package/lib/components/RemoveModal/RemoveModal.js +45 -48
  682. package/lib/components/Saving/Saving.js +51 -56
  683. package/lib/components/ScrollGradient/ScrollGradient.js +62 -65
  684. package/lib/components/ScrollGradient/constants.js +13 -24
  685. package/lib/components/SearchBar/SearchBar.d.ts +5 -6
  686. package/lib/components/SearchBar/SearchBar.js +61 -67
  687. package/lib/components/SidePanel/SidePanel.d.ts +2 -5
  688. package/lib/components/SidePanel/SidePanel.js +243 -244
  689. package/lib/components/SidePanel/constants.js +1 -1
  690. package/lib/components/SimpleHeader/SimpleHeader.js +21 -24
  691. package/lib/components/SingleAddSelect/SingleAddSelect.js +3 -3
  692. package/lib/components/StatusIcon/StatusIcon.js +194 -280
  693. package/lib/components/StatusIndicator/StatusIndicator.js +20 -23
  694. package/lib/components/StatusIndicator/StatusIndicatorStep.js +17 -17
  695. package/lib/components/StringFormatter/StringFormatter.js +60 -36
  696. package/lib/components/StringFormatter/utils/enums.js +13 -13
  697. package/lib/components/TagOverflow/TagOverflow.js +69 -73
  698. package/lib/components/TagOverflow/TagOverflowModal.js +48 -51
  699. package/lib/components/TagOverflow/TagOverflowPopover.js +62 -60
  700. package/lib/components/TagOverflow/constants.js +1 -1
  701. package/lib/components/TagSet/TagSet.js +103 -129
  702. package/lib/components/TagSet/TagSetModal.js +47 -50
  703. package/lib/components/TagSet/TagSetOverflow.js +53 -49
  704. package/lib/components/Tearsheet/Tearsheet.js +21 -21
  705. package/lib/components/Tearsheet/TearsheetNarrow.js +19 -18
  706. package/lib/components/Tearsheet/TearsheetShell.js +156 -152
  707. package/lib/components/Toolbar/Toolbar.js +43 -46
  708. package/lib/components/Toolbar/ToolbarButton.js +24 -23
  709. package/lib/components/Toolbar/ToolbarGroup.js +8 -7
  710. package/lib/components/TooltipTrigger/TooltipTrigger.js +9 -8
  711. package/lib/components/TruncatedList/TruncatedList.js +43 -60
  712. package/lib/components/UserAvatar/UserAvatar.js +48 -47
  713. package/lib/components/UserProfileImage/UserProfileImage.js +58 -73
  714. package/lib/components/WebTerminal/WebTerminal.js +63 -66
  715. package/lib/components/WebTerminal/WebTerminalContentWrapper.js +15 -10
  716. package/lib/components/WebTerminal/hooks/index.js +21 -23
  717. package/lib/components/_Canary/Canary.js +12 -7
  718. package/lib/global/js/hooks/useActiveElement.js +5 -9
  719. package/lib/global/js/hooks/useClickOutside.js +4 -4
  720. package/lib/global/js/hooks/useControllableState.js +3 -7
  721. package/lib/global/js/hooks/useCreateComponentFocus.js +16 -30
  722. package/lib/global/js/hooks/useCreateComponentStepChange.js +99 -190
  723. package/lib/global/js/hooks/useFocus.js +64 -85
  724. package/lib/global/js/hooks/useIsomorphicEffect.js +1 -1
  725. package/lib/global/js/hooks/useOverflowItems/useOverflowItems.js +48 -58
  726. package/lib/global/js/hooks/useOverflowString.js +13 -24
  727. package/lib/global/js/hooks/usePortalTarget.js +5 -11
  728. package/lib/global/js/hooks/usePrefersReducedMotion.js +12 -12
  729. package/lib/global/js/hooks/usePrefix.js +1 -3
  730. package/lib/global/js/hooks/usePresence.js +8 -12
  731. package/lib/global/js/hooks/usePreviousValue.js +3 -3
  732. package/lib/global/js/hooks/useResetCreateComponent.js +15 -13
  733. package/lib/global/js/hooks/useResizeObserver.js +26 -34
  734. package/lib/global/js/hooks/useRetrieveFormTitles.js +10 -9
  735. package/lib/global/js/hooks/useRetrieveStepData.js +21 -20
  736. package/lib/global/js/hooks/useValidCreateStepCount.js +3 -3
  737. package/lib/global/js/hooks/useWindowResize.js +23 -23
  738. package/lib/global/js/hooks/useWindowScroll.js +15 -18
  739. package/lib/global/js/package-settings.js +43 -56
  740. package/lib/global/js/utils/Wrap.js +18 -17
  741. package/lib/global/js/utils/clamp.js +1 -1
  742. package/lib/global/js/utils/debounce.js +6 -6
  743. package/lib/global/js/utils/deepCloneObject.js +7 -16
  744. package/lib/global/js/utils/deepCompareObject.js +9 -18
  745. package/lib/global/js/utils/devtools.js +3 -2
  746. package/lib/global/js/utils/getFocusableElements.js +2 -13
  747. package/lib/global/js/utils/getNodeTextContent.js +6 -15
  748. package/lib/global/js/utils/getNumberOfHiddenSteps.js +3 -3
  749. package/lib/global/js/utils/getScrollbarWidth.js +3 -3
  750. package/lib/global/js/utils/getSupportedLocale.js +3 -3
  751. package/lib/global/js/utils/lastIndexInArray.js +3 -4
  752. package/lib/global/js/utils/pconsole.js +15 -22
  753. package/lib/global/js/utils/props-helper.js +34 -40
  754. package/lib/global/js/utils/rangeWithCallback.js +2 -2
  755. package/lib/global/js/utils/scrollableAncestor.js +8 -17
  756. package/lib/global/js/utils/throttle.js +4 -4
  757. package/lib/global/js/utils/useId.js +11 -3
  758. package/lib/global/js/utils/uuidv4.js +3 -7
  759. package/lib/global/js/utils/wait.js +1 -3
  760. package/lib/index.js +1 -4
  761. package/lib/node_modules/@carbon/icons-react/es/Icon.js +17 -19
  762. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +1263 -1136
  763. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +1330 -1186
  764. package/lib/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +1 -1
  765. package/lib/node_modules/@carbon/icons-react/node_modules/@carbon/icon-helpers/es/index.js +3 -5
  766. package/lib/node_modules/prop-types/checkPropTypes.js +4 -5
  767. package/lib/node_modules/prop-types/factoryWithThrowingShims.js +1 -1
  768. package/lib/node_modules/prop-types/factoryWithTypeCheckers.js +6 -7
  769. package/lib/settings.js +15 -19
  770. package/package.json +13 -13
  771. package/scss/components/Datagrid/styles/_useSortableColumns.scss +3 -0
  772. package/scss/components/NotificationsPanel/_notifications-panel.scss +16 -4
  773. package/scss/components/StringFormatter/_string-formatter.scss +18 -2
  774. package/scss/components/Tearsheet/_tearsheet.scss +1 -22
  775. package/telemetry.yml +2 -3
  776. package/es/global/js/utils/checkForOverflow.js +0 -21
  777. package/lib/global/js/utils/checkForOverflow.js +0 -23
@@ -7,151 +7,27 @@
7
7
 
8
8
  'use strict';
9
9
 
10
- var _rollupPluginBabelHelpers = require('../../../../../_virtual/_rollupPluginBabelHelpers.js');
11
10
  var React = require('react');
12
11
  var Icon = require('../Icon.js');
13
12
  var iconPropTypes4cbeb95d = require('../iconPropTypes-4cbeb95d.js');
14
13
 
15
- var _excluded = ["children", "size"],
16
- _excluded2 = ["children", "size"],
17
- _excluded3 = ["children", "size"],
18
- _excluded4 = ["children", "size"],
19
- _excluded5 = ["children", "size"],
20
- _excluded6 = ["children", "size"],
21
- _excluded7 = ["children", "size"],
22
- _excluded8 = ["children", "size"],
23
- _excluded9 = ["children", "size"],
24
- _excluded10 = ["children", "size"],
25
- _excluded11 = ["children", "size"],
26
- _excluded12 = ["children", "size"],
27
- _excluded13 = ["children", "size"],
28
- _excluded14 = ["children", "size"],
29
- _excluded15 = ["children", "size"],
30
- _excluded16 = ["children", "size"],
31
- _excluded17 = ["children", "size"],
32
- _excluded18 = ["children", "size"],
33
- _excluded19 = ["children", "size"],
34
- _excluded20 = ["children", "size"],
35
- _excluded21 = ["children", "size"],
36
- _excluded22 = ["children", "size"],
37
- _excluded23 = ["children", "size"],
38
- _excluded24 = ["children", "size"],
39
- _excluded25 = ["children", "size"],
40
- _excluded26 = ["children", "size"],
41
- _excluded27 = ["children", "size"],
42
- _excluded28 = ["children", "size"],
43
- _excluded29 = ["children", "size"],
44
- _excluded30 = ["children", "size"],
45
- _excluded31 = ["children", "size"],
46
- _excluded32 = ["children", "size"],
47
- _excluded33 = ["children", "size"],
48
- _excluded34 = ["children", "size"],
49
- _excluded35 = ["children", "size"],
50
- _excluded36 = ["children", "size"],
51
- _excluded37 = ["children", "size"],
52
- _excluded38 = ["children", "size"],
53
- _excluded39 = ["children", "size"],
54
- _excluded40 = ["children", "size"],
55
- _excluded41 = ["children", "size"],
56
- _excluded42 = ["children", "size"],
57
- _excluded43 = ["children", "size"],
58
- _excluded44 = ["children", "size"],
59
- _excluded45 = ["children", "size"],
60
- _excluded46 = ["children", "size"],
61
- _excluded47 = ["children", "size"],
62
- _excluded48 = ["children", "size"],
63
- _excluded49 = ["children", "size"],
64
- _excluded50 = ["children", "size"],
65
- _excluded51 = ["children", "size"],
66
- _excluded52 = ["children", "size"],
67
- _excluded53 = ["children", "size"],
68
- _excluded54 = ["children", "size"],
69
- _excluded55 = ["children", "size"],
70
- _excluded56 = ["children", "size"],
71
- _excluded57 = ["children", "size"],
72
- _excluded58 = ["children", "size"],
73
- _excluded59 = ["children", "size"],
74
- _excluded60 = ["children", "size"],
75
- _excluded61 = ["children", "size"],
76
- _excluded62 = ["children", "size"],
77
- _excluded63 = ["children", "size"],
78
- _excluded64 = ["children", "size"],
79
- _excluded65 = ["children", "size"],
80
- _excluded66 = ["children", "size"],
81
- _excluded67 = ["children", "size"],
82
- _excluded68 = ["children", "size"],
83
- _excluded69 = ["children", "size"],
84
- _excluded70 = ["children", "size"],
85
- _excluded71 = ["children", "size"],
86
- _excluded72 = ["children", "size"],
87
- _excluded73 = ["children", "size"],
88
- _excluded74 = ["children", "size"],
89
- _excluded75 = ["children", "size"],
90
- _excluded76 = ["children", "size"],
91
- _excluded77 = ["children", "size"],
92
- _excluded78 = ["children", "size"],
93
- _excluded79 = ["children", "size"],
94
- _excluded80 = ["children", "size"],
95
- _excluded81 = ["children", "size"],
96
- _excluded82 = ["children", "size"],
97
- _excluded83 = ["children", "size"],
98
- _excluded84 = ["children", "size"],
99
- _excluded85 = ["children", "size"],
100
- _excluded86 = ["children", "size"],
101
- _excluded87 = ["children", "size"],
102
- _excluded88 = ["children", "size"],
103
- _excluded89 = ["children", "size"],
104
- _excluded90 = ["children", "size"],
105
- _excluded91 = ["children", "size"],
106
- _excluded92 = ["children", "size"],
107
- _excluded93 = ["children", "size"],
108
- _excluded94 = ["children", "size"],
109
- _excluded95 = ["children", "size"],
110
- _excluded96 = ["children", "size"],
111
- _excluded97 = ["children", "size"],
112
- _excluded98 = ["children", "size"],
113
- _excluded99 = ["children", "size"],
114
- _excluded100 = ["children", "size"],
115
- _excluded101 = ["children", "size"],
116
- _excluded102 = ["children", "size"],
117
- _excluded103 = ["children", "size"],
118
- _excluded104 = ["children", "size"],
119
- _excluded105 = ["children", "size"],
120
- _excluded106 = ["children", "size"],
121
- _excluded107 = ["children", "size"],
122
- _excluded108 = ["children", "size"],
123
- _excluded109 = ["children", "size"],
124
- _excluded110 = ["children", "size"],
125
- _excluded111 = ["children", "size"],
126
- _excluded112 = ["children", "size"],
127
- _excluded113 = ["children", "size"],
128
- _excluded114 = ["children", "size"],
129
- _excluded115 = ["children", "size"],
130
- _excluded116 = ["children", "size"],
131
- _excluded117 = ["children", "size"],
132
- _excluded118 = ["children", "size"],
133
- _excluded119 = ["children", "size"],
134
- _excluded120 = ["children", "size"],
135
- _excluded121 = ["children", "size"],
136
- _excluded122 = ["children", "size"],
137
- _excluded123 = ["children", "size"],
138
- _excluded124 = ["children", "size"],
139
- _excluded125 = ["children", "size"];
140
14
  var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _circle, _circle2, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _circle3, _path29, _path30, _circle4, _path31, _path32, _circle5, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _rect, _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, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _circle6, _circle7, _path118, _circle8, _circle9, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _circle10, _circle11, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _circle12, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _circle13, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _circle14, _circle15, _path175, _path176, _path177, _path178, _path179, _circle16, _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;
141
- var didWarnAboutDeprecation = {};
142
- var KeyboardOff = /*#__PURE__*/React.forwardRef(function KeyboardOff(_ref, ref) {
143
- var children = _ref.children,
144
- _ref$size = _ref.size,
145
- size = _ref$size === void 0 ? 16 : _ref$size,
146
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
147
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
15
+ const didWarnAboutDeprecation = {};
16
+ const KeyboardOff = /*#__PURE__*/React.forwardRef(function KeyboardOff(_ref, ref) {
17
+ let {
18
+ children,
19
+ size = 16,
20
+ ...rest
21
+ } = _ref;
22
+ return /*#__PURE__*/React.createElement(Icon.default, {
148
23
  width: size,
149
24
  height: size,
150
25
  ref: ref,
151
26
  xmlns: "http://www.w3.org/2000/svg",
152
27
  viewBox: "0 0 32 32",
153
- fill: "currentColor"
154
- }, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
28
+ fill: "currentColor",
29
+ ...rest
30
+ }, _path || (_path = /*#__PURE__*/React.createElement("path", {
155
31
  d: "M6 12H8V14H6zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM22 12H26V14H22zM22 16H26V18H22z"
156
32
  })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
157
33
  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"
@@ -160,38 +36,42 @@ var KeyboardOff = /*#__PURE__*/React.forwardRef(function KeyboardOff(_ref, ref)
160
36
  if (process.env.NODE_ENV !== "production") {
161
37
  KeyboardOff.propTypes = iconPropTypes4cbeb95d.i;
162
38
  }
163
- var KioskDevice = /*#__PURE__*/React.forwardRef(function KioskDevice(_ref2, ref) {
164
- var children = _ref2.children,
165
- _ref2$size = _ref2.size,
166
- size = _ref2$size === void 0 ? 16 : _ref2$size,
167
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref2, _excluded2);
168
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
39
+ const KioskDevice = /*#__PURE__*/React.forwardRef(function KioskDevice(_ref2, ref) {
40
+ let {
41
+ children,
42
+ size = 16,
43
+ ...rest
44
+ } = _ref2;
45
+ return /*#__PURE__*/React.createElement(Icon.default, {
169
46
  width: size,
170
47
  height: size,
171
48
  ref: ref,
172
49
  xmlns: "http://www.w3.org/2000/svg",
173
50
  viewBox: "0 0 32 32",
174
- fill: "currentColor"
175
- }, rest), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
51
+ fill: "currentColor",
52
+ ...rest
53
+ }, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
176
54
  d: "M26,19c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2H6c-1.1,0-2,.9-2,2v13c0,1.1.9,2,2,2h7v9H4v2h24v-2h-9v-9h7ZM17,28h-2v-9h2v9ZM6,17V4h20v13H6ZM16,13c-.55,0-1,.45-1,1s.45,1,1,1,1-.45,1-1-.45-1-1-1Z"
177
55
  })), children);
178
56
  });
179
57
  if (process.env.NODE_ENV !== "production") {
180
58
  KioskDevice.propTypes = iconPropTypes4cbeb95d.i;
181
59
  }
182
- var Kubelet = /*#__PURE__*/React.forwardRef(function Kubelet(_ref3, ref) {
183
- var children = _ref3.children,
184
- _ref3$size = _ref3.size,
185
- size = _ref3$size === void 0 ? 16 : _ref3$size,
186
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref3, _excluded3);
187
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
60
+ const Kubelet = /*#__PURE__*/React.forwardRef(function Kubelet(_ref3, ref) {
61
+ let {
62
+ children,
63
+ size = 16,
64
+ ...rest
65
+ } = _ref3;
66
+ return /*#__PURE__*/React.createElement(Icon.default, {
188
67
  width: size,
189
68
  height: size,
190
69
  ref: ref,
191
70
  xmlns: "http://www.w3.org/2000/svg",
192
71
  viewBox: "0 0 32 32",
193
- fill: "currentColor"
194
- }, rest), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
72
+ fill: "currentColor",
73
+ ...rest
74
+ }, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
195
75
  strokeWidth: "0",
196
76
  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"
197
77
  })), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
@@ -202,44 +82,48 @@ var Kubelet = /*#__PURE__*/React.forwardRef(function Kubelet(_ref3, ref) {
202
82
  if (process.env.NODE_ENV !== "production") {
203
83
  Kubelet.propTypes = iconPropTypes4cbeb95d.i;
204
84
  }
205
- var Kubernetes = /*#__PURE__*/React.forwardRef(function Kubernetes(_ref4, ref) {
206
- var children = _ref4.children,
207
- _ref4$size = _ref4.size,
208
- size = _ref4$size === void 0 ? 16 : _ref4$size,
209
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref4, _excluded4);
85
+ const Kubernetes = /*#__PURE__*/React.forwardRef(function Kubernetes(_ref4, ref) {
86
+ let {
87
+ children,
88
+ size = 16,
89
+ ...rest
90
+ } = _ref4;
210
91
  if (process.env.NODE_ENV !== "production") {
211
92
  if (!didWarnAboutDeprecation["Kubernetes"]) {
212
93
  didWarnAboutDeprecation["Kubernetes"] = true;
213
94
  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.");
214
95
  }
215
96
  }
216
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
97
+ return /*#__PURE__*/React.createElement(Icon.default, {
217
98
  width: size,
218
99
  height: size,
219
100
  ref: ref,
220
101
  xmlns: "http://www.w3.org/2000/svg",
221
102
  viewBox: "0 0 32 32",
222
- fill: "currentColor"
223
- }, rest), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
103
+ fill: "currentColor",
104
+ ...rest
105
+ }, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
224
106
  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"
225
107
  })), children);
226
108
  });
227
109
  if (process.env.NODE_ENV !== "production") {
228
110
  Kubernetes.propTypes = iconPropTypes4cbeb95d.i;
229
111
  }
230
- var KubernetesControlPlaneNode = /*#__PURE__*/React.forwardRef(function KubernetesControlPlaneNode(_ref5, ref) {
231
- var children = _ref5.children,
232
- _ref5$size = _ref5.size,
233
- size = _ref5$size === void 0 ? 16 : _ref5$size,
234
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref5, _excluded5);
235
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
112
+ const KubernetesControlPlaneNode = /*#__PURE__*/React.forwardRef(function KubernetesControlPlaneNode(_ref5, ref) {
113
+ let {
114
+ children,
115
+ size = 16,
116
+ ...rest
117
+ } = _ref5;
118
+ return /*#__PURE__*/React.createElement(Icon.default, {
236
119
  width: size,
237
120
  height: size,
238
121
  ref: ref,
239
122
  xmlns: "http://www.w3.org/2000/svg",
240
123
  viewBox: "0 0 32 32",
241
- fill: "currentColor"
242
- }, rest), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
124
+ fill: "currentColor",
125
+ ...rest
126
+ }, _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
243
127
  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"
244
128
  })), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
245
129
  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"
@@ -251,19 +135,21 @@ var KubernetesControlPlaneNode = /*#__PURE__*/React.forwardRef(function Kubernet
251
135
  if (process.env.NODE_ENV !== "production") {
252
136
  KubernetesControlPlaneNode.propTypes = iconPropTypes4cbeb95d.i;
253
137
  }
254
- var KubernetesIpAddress = /*#__PURE__*/React.forwardRef(function KubernetesIpAddress(_ref6, ref) {
255
- var children = _ref6.children,
256
- _ref6$size = _ref6.size,
257
- size = _ref6$size === void 0 ? 16 : _ref6$size,
258
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref6, _excluded6);
259
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
138
+ const KubernetesIpAddress = /*#__PURE__*/React.forwardRef(function KubernetesIpAddress(_ref6, ref) {
139
+ let {
140
+ children,
141
+ size = 16,
142
+ ...rest
143
+ } = _ref6;
144
+ return /*#__PURE__*/React.createElement(Icon.default, {
260
145
  width: size,
261
146
  height: size,
262
147
  ref: ref,
263
148
  xmlns: "http://www.w3.org/2000/svg",
264
149
  viewBox: "0 0 32 32",
265
- fill: "currentColor"
266
- }, rest), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
150
+ fill: "currentColor",
151
+ ...rest
152
+ }, _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
267
153
  cx: "16",
268
154
  cy: "9",
269
155
  r: "2"
@@ -278,19 +164,21 @@ var KubernetesIpAddress = /*#__PURE__*/React.forwardRef(function KubernetesIpAdd
278
164
  if (process.env.NODE_ENV !== "production") {
279
165
  KubernetesIpAddress.propTypes = iconPropTypes4cbeb95d.i;
280
166
  }
281
- var KubernetesOperator = /*#__PURE__*/React.forwardRef(function KubernetesOperator(_ref7, ref) {
282
- var children = _ref7.children,
283
- _ref7$size = _ref7.size,
284
- size = _ref7$size === void 0 ? 16 : _ref7$size,
285
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref7, _excluded7);
286
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
167
+ const KubernetesOperator = /*#__PURE__*/React.forwardRef(function KubernetesOperator(_ref7, ref) {
168
+ let {
169
+ children,
170
+ size = 16,
171
+ ...rest
172
+ } = _ref7;
173
+ return /*#__PURE__*/React.createElement(Icon.default, {
287
174
  width: size,
288
175
  height: size,
289
176
  ref: ref,
290
177
  xmlns: "http://www.w3.org/2000/svg",
291
178
  viewBox: "0 0 32 32",
292
- fill: "currentColor"
293
- }, rest), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
179
+ fill: "currentColor",
180
+ ...rest
181
+ }, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
294
182
  strokeWidth: "0",
295
183
  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"
296
184
  })), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
@@ -301,19 +189,21 @@ var KubernetesOperator = /*#__PURE__*/React.forwardRef(function KubernetesOperat
301
189
  if (process.env.NODE_ENV !== "production") {
302
190
  KubernetesOperator.propTypes = iconPropTypes4cbeb95d.i;
303
191
  }
304
- var KubernetesPod = /*#__PURE__*/React.forwardRef(function KubernetesPod(_ref8, ref) {
305
- var children = _ref8.children,
306
- _ref8$size = _ref8.size,
307
- size = _ref8$size === void 0 ? 16 : _ref8$size,
308
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref8, _excluded8);
309
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
192
+ const KubernetesPod = /*#__PURE__*/React.forwardRef(function KubernetesPod(_ref8, ref) {
193
+ let {
194
+ children,
195
+ size = 16,
196
+ ...rest
197
+ } = _ref8;
198
+ return /*#__PURE__*/React.createElement(Icon.default, {
310
199
  width: size,
311
200
  height: size,
312
201
  ref: ref,
313
202
  xmlns: "http://www.w3.org/2000/svg",
314
203
  viewBox: "0 0 32 32",
315
- fill: "currentColor"
316
- }, rest), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
204
+ fill: "currentColor",
205
+ ...rest
206
+ }, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
317
207
  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"
318
208
  })), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
319
209
  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"
@@ -322,19 +212,21 @@ var KubernetesPod = /*#__PURE__*/React.forwardRef(function KubernetesPod(_ref8,
322
212
  if (process.env.NODE_ENV !== "production") {
323
213
  KubernetesPod.propTypes = iconPropTypes4cbeb95d.i;
324
214
  }
325
- var KubernetesWorkerNode = /*#__PURE__*/React.forwardRef(function KubernetesWorkerNode(_ref9, ref) {
326
- var children = _ref9.children,
327
- _ref9$size = _ref9.size,
328
- size = _ref9$size === void 0 ? 16 : _ref9$size,
329
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref9, _excluded9);
330
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
215
+ const KubernetesWorkerNode = /*#__PURE__*/React.forwardRef(function KubernetesWorkerNode(_ref9, ref) {
216
+ let {
217
+ children,
218
+ size = 16,
219
+ ...rest
220
+ } = _ref9;
221
+ return /*#__PURE__*/React.createElement(Icon.default, {
331
222
  width: size,
332
223
  height: size,
333
224
  ref: ref,
334
225
  xmlns: "http://www.w3.org/2000/svg",
335
226
  viewBox: "0 0 32 32",
336
- fill: "currentColor"
337
- }, rest), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
227
+ fill: "currentColor",
228
+ ...rest
229
+ }, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
338
230
  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"
339
231
  })), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
340
232
  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"
@@ -346,19 +238,21 @@ var KubernetesWorkerNode = /*#__PURE__*/React.forwardRef(function KubernetesWork
346
238
  if (process.env.NODE_ENV !== "production") {
347
239
  KubernetesWorkerNode.propTypes = iconPropTypes4cbeb95d.i;
348
240
  }
349
- var Label = /*#__PURE__*/React.forwardRef(function Label(_ref10, ref) {
350
- var children = _ref10.children,
351
- _ref10$size = _ref10.size,
352
- size = _ref10$size === void 0 ? 16 : _ref10$size,
353
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref10, _excluded10);
354
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
241
+ const Label = /*#__PURE__*/React.forwardRef(function Label(_ref10, ref) {
242
+ let {
243
+ children,
244
+ size = 16,
245
+ ...rest
246
+ } = _ref10;
247
+ return /*#__PURE__*/React.createElement(Icon.default, {
355
248
  width: size,
356
249
  height: size,
357
250
  ref: ref,
358
251
  xmlns: "http://www.w3.org/2000/svg",
359
252
  viewBox: "0 0 32 32",
360
- fill: "currentColor"
361
- }, rest), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
253
+ fill: "currentColor",
254
+ ...rest
255
+ }, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
362
256
  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"
363
257
  })), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
364
258
  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"
@@ -367,38 +261,42 @@ var Label = /*#__PURE__*/React.forwardRef(function Label(_ref10, ref) {
367
261
  if (process.env.NODE_ENV !== "production") {
368
262
  Label.propTypes = iconPropTypes4cbeb95d.i;
369
263
  }
370
- var Language = /*#__PURE__*/React.forwardRef(function Language(_ref11, ref) {
371
- var children = _ref11.children,
372
- _ref11$size = _ref11.size,
373
- size = _ref11$size === void 0 ? 16 : _ref11$size,
374
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref11, _excluded11);
375
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
264
+ const Language = /*#__PURE__*/React.forwardRef(function Language(_ref11, ref) {
265
+ let {
266
+ children,
267
+ size = 16,
268
+ ...rest
269
+ } = _ref11;
270
+ return /*#__PURE__*/React.createElement(Icon.default, {
376
271
  width: size,
377
272
  height: size,
378
273
  ref: ref,
379
274
  xmlns: "http://www.w3.org/2000/svg",
380
275
  viewBox: "0 0 32 32",
381
- fill: "currentColor"
382
- }, rest), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
276
+ fill: "currentColor",
277
+ ...rest
278
+ }, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
383
279
  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"
384
280
  })), children);
385
281
  });
386
282
  if (process.env.NODE_ENV !== "production") {
387
283
  Language.propTypes = iconPropTypes4cbeb95d.i;
388
284
  }
389
- var Laptop = /*#__PURE__*/React.forwardRef(function Laptop(_ref12, ref) {
390
- var children = _ref12.children,
391
- _ref12$size = _ref12.size,
392
- size = _ref12$size === void 0 ? 16 : _ref12$size,
393
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref12, _excluded12);
394
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
285
+ const Laptop = /*#__PURE__*/React.forwardRef(function Laptop(_ref12, ref) {
286
+ let {
287
+ children,
288
+ size = 16,
289
+ ...rest
290
+ } = _ref12;
291
+ return /*#__PURE__*/React.createElement(Icon.default, {
395
292
  width: size,
396
293
  height: size,
397
294
  ref: ref,
398
295
  xmlns: "http://www.w3.org/2000/svg",
399
296
  viewBox: "0 0 32 32",
400
- fill: "currentColor"
401
- }, rest), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
297
+ fill: "currentColor",
298
+ ...rest
299
+ }, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
402
300
  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",
403
301
  transform: "translate(0 .005)"
404
302
  })), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
@@ -408,71 +306,78 @@ var Laptop = /*#__PURE__*/React.forwardRef(function Laptop(_ref12, ref) {
408
306
  if (process.env.NODE_ENV !== "production") {
409
307
  Laptop.propTypes = iconPropTypes4cbeb95d.i;
410
308
  }
411
- var Lasso = /*#__PURE__*/React.forwardRef(function Lasso(_ref13, ref) {
412
- var children = _ref13.children,
413
- _ref13$size = _ref13.size,
414
- size = _ref13$size === void 0 ? 16 : _ref13$size,
415
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref13, _excluded13);
416
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
309
+ const Lasso = /*#__PURE__*/React.forwardRef(function Lasso(_ref13, ref) {
310
+ let {
311
+ children,
312
+ size = 16,
313
+ ...rest
314
+ } = _ref13;
315
+ return /*#__PURE__*/React.createElement(Icon.default, {
417
316
  width: size,
418
317
  height: size,
419
318
  ref: ref,
420
319
  xmlns: "http://www.w3.org/2000/svg",
421
320
  viewBox: "0 0 32 32",
422
- fill: "currentColor"
423
- }, rest), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
321
+ fill: "currentColor",
322
+ ...rest
323
+ }, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
424
324
  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"
425
325
  })), children);
426
326
  });
427
327
  if (process.env.NODE_ENV !== "production") {
428
328
  Lasso.propTypes = iconPropTypes4cbeb95d.i;
429
329
  }
430
- var LassoPolygon = /*#__PURE__*/React.forwardRef(function LassoPolygon(_ref14, ref) {
431
- var children = _ref14.children,
432
- _ref14$size = _ref14.size,
433
- size = _ref14$size === void 0 ? 16 : _ref14$size,
434
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref14, _excluded14);
435
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
330
+ const LassoPolygon = /*#__PURE__*/React.forwardRef(function LassoPolygon(_ref14, ref) {
331
+ let {
332
+ children,
333
+ size = 16,
334
+ ...rest
335
+ } = _ref14;
336
+ return /*#__PURE__*/React.createElement(Icon.default, {
436
337
  width: size,
437
338
  height: size,
438
339
  ref: ref,
439
340
  xmlns: "http://www.w3.org/2000/svg",
440
341
  viewBox: "0 0 32 32",
441
- fill: "currentColor"
442
- }, rest), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
342
+ fill: "currentColor",
343
+ ...rest
344
+ }, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
443
345
  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"
444
346
  })), children);
445
347
  });
446
348
  if (process.env.NODE_ENV !== "production") {
447
349
  LassoPolygon.propTypes = iconPropTypes4cbeb95d.i;
448
350
  }
449
- var Launch = /*#__PURE__*/React.forwardRef(function Launch(_ref15, ref) {
450
- var children = _ref15.children,
451
- _ref15$size = _ref15.size,
452
- size = _ref15$size === void 0 ? 16 : _ref15$size,
453
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref15, _excluded15);
351
+ const Launch = /*#__PURE__*/React.forwardRef(function Launch(_ref15, ref) {
352
+ let {
353
+ children,
354
+ size = 16,
355
+ ...rest
356
+ } = _ref15;
454
357
  if (size === 16 || size === "16" || size === "16px") {
455
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
358
+ return /*#__PURE__*/React.createElement(Icon.default, {
456
359
  width: size,
457
360
  height: size,
458
361
  ref: ref,
459
362
  xmlns: "http://www.w3.org/2000/svg",
460
363
  viewBox: "0 0 16 16",
461
- fill: "currentColor"
462
- }, rest), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
364
+ fill: "currentColor",
365
+ ...rest
366
+ }, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
463
367
  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"
464
368
  })), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
465
369
  d: "M10 1L10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z"
466
370
  })), children);
467
371
  }
468
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
372
+ return /*#__PURE__*/React.createElement(Icon.default, {
469
373
  width: size,
470
374
  height: size,
471
375
  ref: ref,
472
376
  xmlns: "http://www.w3.org/2000/svg",
473
377
  viewBox: "0 0 32 32",
474
- fill: "currentColor"
475
- }, rest), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
378
+ fill: "currentColor",
379
+ ...rest
380
+ }, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
476
381
  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"
477
382
  })), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
478
383
  d: "M20 2L20 4 26.586 4 18 12.586 19.414 14 28 5.414 28 12 30 12 30 2 20 2z"
@@ -481,19 +386,21 @@ var Launch = /*#__PURE__*/React.forwardRef(function Launch(_ref15, ref) {
481
386
  if (process.env.NODE_ENV !== "production") {
482
387
  Launch.propTypes = iconPropTypes4cbeb95d.i;
483
388
  }
484
- var WatsonHealthLaunchStudy_1 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_1(_ref16, ref) {
485
- var children = _ref16.children,
486
- _ref16$size = _ref16.size,
487
- size = _ref16$size === void 0 ? 16 : _ref16$size,
488
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref16, _excluded16);
489
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
389
+ const WatsonHealthLaunchStudy_1 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_1(_ref16, ref) {
390
+ let {
391
+ children,
392
+ size = 16,
393
+ ...rest
394
+ } = _ref16;
395
+ return /*#__PURE__*/React.createElement(Icon.default, {
490
396
  width: size,
491
397
  height: size,
492
398
  ref: ref,
493
399
  xmlns: "http://www.w3.org/2000/svg",
494
400
  viewBox: "0 0 32 32",
495
- fill: "currentColor"
496
- }, rest), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
401
+ fill: "currentColor",
402
+ ...rest
403
+ }, _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
497
404
  cx: "23",
498
405
  cy: "25",
499
406
  r: "1"
@@ -506,19 +413,21 @@ var WatsonHealthLaunchStudy_1 = /*#__PURE__*/React.forwardRef(function WatsonHea
506
413
  if (process.env.NODE_ENV !== "production") {
507
414
  WatsonHealthLaunchStudy_1.propTypes = iconPropTypes4cbeb95d.i;
508
415
  }
509
- var WatsonHealthLaunchStudy_2 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_2(_ref17, ref) {
510
- var children = _ref17.children,
511
- _ref17$size = _ref17.size,
512
- size = _ref17$size === void 0 ? 16 : _ref17$size,
513
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref17, _excluded17);
514
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
416
+ const WatsonHealthLaunchStudy_2 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_2(_ref17, ref) {
417
+ let {
418
+ children,
419
+ size = 16,
420
+ ...rest
421
+ } = _ref17;
422
+ return /*#__PURE__*/React.createElement(Icon.default, {
515
423
  width: size,
516
424
  height: size,
517
425
  ref: ref,
518
426
  xmlns: "http://www.w3.org/2000/svg",
519
427
  viewBox: "0 0 32 32",
520
- fill: "currentColor"
521
- }, rest), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
428
+ fill: "currentColor",
429
+ ...rest
430
+ }, _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
522
431
  cx: "23",
523
432
  cy: "7",
524
433
  r: "1"
@@ -531,19 +440,21 @@ var WatsonHealthLaunchStudy_2 = /*#__PURE__*/React.forwardRef(function WatsonHea
531
440
  if (process.env.NODE_ENV !== "production") {
532
441
  WatsonHealthLaunchStudy_2.propTypes = iconPropTypes4cbeb95d.i;
533
442
  }
534
- var WatsonHealthLaunchStudy_3 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_3(_ref18, ref) {
535
- var children = _ref18.children,
536
- _ref18$size = _ref18.size,
537
- size = _ref18$size === void 0 ? 16 : _ref18$size,
538
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref18, _excluded18);
539
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
443
+ const WatsonHealthLaunchStudy_3 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_3(_ref18, ref) {
444
+ let {
445
+ children,
446
+ size = 16,
447
+ ...rest
448
+ } = _ref18;
449
+ return /*#__PURE__*/React.createElement(Icon.default, {
540
450
  width: size,
541
451
  height: size,
542
452
  ref: ref,
543
453
  xmlns: "http://www.w3.org/2000/svg",
544
454
  viewBox: "0 0 32 32",
545
- fill: "currentColor"
546
- }, rest), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
455
+ fill: "currentColor",
456
+ ...rest
457
+ }, _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
547
458
  cx: "23",
548
459
  cy: "25",
549
460
  r: "1"
@@ -556,19 +467,21 @@ var WatsonHealthLaunchStudy_3 = /*#__PURE__*/React.forwardRef(function WatsonHea
556
467
  if (process.env.NODE_ENV !== "production") {
557
468
  WatsonHealthLaunchStudy_3.propTypes = iconPropTypes4cbeb95d.i;
558
469
  }
559
- var Layers = /*#__PURE__*/React.forwardRef(function Layers(_ref19, ref) {
560
- var children = _ref19.children,
561
- _ref19$size = _ref19.size,
562
- size = _ref19$size === void 0 ? 16 : _ref19$size,
563
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref19, _excluded19);
564
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
470
+ const Layers = /*#__PURE__*/React.forwardRef(function Layers(_ref19, ref) {
471
+ let {
472
+ children,
473
+ size = 16,
474
+ ...rest
475
+ } = _ref19;
476
+ return /*#__PURE__*/React.createElement(Icon.default, {
565
477
  width: size,
566
478
  height: size,
567
479
  ref: ref,
568
480
  xmlns: "http://www.w3.org/2000/svg",
569
481
  viewBox: "0 0 32 32",
570
- fill: "currentColor"
571
- }, rest), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
482
+ fill: "currentColor",
483
+ ...rest
484
+ }, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
572
485
  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"
573
486
  })), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
574
487
  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"
@@ -577,19 +490,21 @@ var Layers = /*#__PURE__*/React.forwardRef(function Layers(_ref19, ref) {
577
490
  if (process.env.NODE_ENV !== "production") {
578
491
  Layers.propTypes = iconPropTypes4cbeb95d.i;
579
492
  }
580
- var LayersExternal = /*#__PURE__*/React.forwardRef(function LayersExternal(_ref20, ref) {
581
- var children = _ref20.children,
582
- _ref20$size = _ref20.size,
583
- size = _ref20$size === void 0 ? 16 : _ref20$size,
584
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref20, _excluded20);
585
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
493
+ const LayersExternal = /*#__PURE__*/React.forwardRef(function LayersExternal(_ref20, ref) {
494
+ let {
495
+ children,
496
+ size = 16,
497
+ ...rest
498
+ } = _ref20;
499
+ return /*#__PURE__*/React.createElement(Icon.default, {
586
500
  width: size,
587
501
  height: size,
588
502
  ref: ref,
589
503
  xmlns: "http://www.w3.org/2000/svg",
590
504
  viewBox: "0 0 32 32",
591
- fill: "currentColor"
592
- }, rest), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
505
+ fill: "currentColor",
506
+ ...rest
507
+ }, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
593
508
  strokeWidth: "0",
594
509
  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"
595
510
  })), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
@@ -600,19 +515,21 @@ var LayersExternal = /*#__PURE__*/React.forwardRef(function LayersExternal(_ref2
600
515
  if (process.env.NODE_ENV !== "production") {
601
516
  LayersExternal.propTypes = iconPropTypes4cbeb95d.i;
602
517
  }
603
- var Legend = /*#__PURE__*/React.forwardRef(function Legend(_ref21, ref) {
604
- var children = _ref21.children,
605
- _ref21$size = _ref21.size,
606
- size = _ref21$size === void 0 ? 16 : _ref21$size,
607
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref21, _excluded21);
608
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
518
+ const Legend = /*#__PURE__*/React.forwardRef(function Legend(_ref21, ref) {
519
+ let {
520
+ children,
521
+ size = 16,
522
+ ...rest
523
+ } = _ref21;
524
+ return /*#__PURE__*/React.createElement(Icon.default, {
609
525
  width: size,
610
526
  height: size,
611
527
  ref: ref,
612
528
  xmlns: "http://www.w3.org/2000/svg",
613
529
  viewBox: "0 0 32 32",
614
- fill: "currentColor"
615
- }, rest), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
530
+ fill: "currentColor",
531
+ ...rest
532
+ }, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
616
533
  d: "M16 22H30V24H16z"
617
534
  })), _rect || (_rect = /*#__PURE__*/React.createElement("rect", {
618
535
  width: "6",
@@ -627,513 +544,567 @@ var Legend = /*#__PURE__*/React.forwardRef(function Legend(_ref21, ref) {
627
544
  if (process.env.NODE_ENV !== "production") {
628
545
  Legend.propTypes = iconPropTypes4cbeb95d.i;
629
546
  }
630
- var LetterAa = /*#__PURE__*/React.forwardRef(function LetterAa(_ref22, ref) {
631
- var children = _ref22.children,
632
- _ref22$size = _ref22.size,
633
- size = _ref22$size === void 0 ? 16 : _ref22$size,
634
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref22, _excluded22);
635
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
547
+ const LetterAa = /*#__PURE__*/React.forwardRef(function LetterAa(_ref22, ref) {
548
+ let {
549
+ children,
550
+ size = 16,
551
+ ...rest
552
+ } = _ref22;
553
+ return /*#__PURE__*/React.createElement(Icon.default, {
636
554
  width: size,
637
555
  height: size,
638
556
  ref: ref,
639
557
  xmlns: "http://www.w3.org/2000/svg",
640
558
  viewBox: "0 0 32 32",
641
- fill: "currentColor"
642
- }, rest), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
559
+ fill: "currentColor",
560
+ ...rest
561
+ }, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
643
562
  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"
644
563
  })), children);
645
564
  });
646
565
  if (process.env.NODE_ENV !== "production") {
647
566
  LetterAa.propTypes = iconPropTypes4cbeb95d.i;
648
567
  }
649
- var LetterBb = /*#__PURE__*/React.forwardRef(function LetterBb(_ref23, ref) {
650
- var children = _ref23.children,
651
- _ref23$size = _ref23.size,
652
- size = _ref23$size === void 0 ? 16 : _ref23$size,
653
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref23, _excluded23);
654
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
568
+ const LetterBb = /*#__PURE__*/React.forwardRef(function LetterBb(_ref23, ref) {
569
+ let {
570
+ children,
571
+ size = 16,
572
+ ...rest
573
+ } = _ref23;
574
+ return /*#__PURE__*/React.createElement(Icon.default, {
655
575
  width: size,
656
576
  height: size,
657
577
  ref: ref,
658
578
  xmlns: "http://www.w3.org/2000/svg",
659
579
  viewBox: "0 0 32 32",
660
- fill: "currentColor"
661
- }, rest), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
580
+ fill: "currentColor",
581
+ ...rest
582
+ }, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
662
583
  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"
663
584
  })), children);
664
585
  });
665
586
  if (process.env.NODE_ENV !== "production") {
666
587
  LetterBb.propTypes = iconPropTypes4cbeb95d.i;
667
588
  }
668
- var LetterCc = /*#__PURE__*/React.forwardRef(function LetterCc(_ref24, ref) {
669
- var children = _ref24.children,
670
- _ref24$size = _ref24.size,
671
- size = _ref24$size === void 0 ? 16 : _ref24$size,
672
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref24, _excluded24);
673
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
589
+ const LetterCc = /*#__PURE__*/React.forwardRef(function LetterCc(_ref24, ref) {
590
+ let {
591
+ children,
592
+ size = 16,
593
+ ...rest
594
+ } = _ref24;
595
+ return /*#__PURE__*/React.createElement(Icon.default, {
674
596
  width: size,
675
597
  height: size,
676
598
  ref: ref,
677
599
  xmlns: "http://www.w3.org/2000/svg",
678
600
  viewBox: "0 0 32 32",
679
- fill: "currentColor"
680
- }, rest), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
601
+ fill: "currentColor",
602
+ ...rest
603
+ }, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
681
604
  d: "M24 23H19a2 2 0 01-2-2V15a2 2 0 012-2h5v2H19v6h5zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h6z"
682
605
  })), children);
683
606
  });
684
607
  if (process.env.NODE_ENV !== "production") {
685
608
  LetterCc.propTypes = iconPropTypes4cbeb95d.i;
686
609
  }
687
- var LetterDd = /*#__PURE__*/React.forwardRef(function LetterDd(_ref25, ref) {
688
- var children = _ref25.children,
689
- _ref25$size = _ref25.size,
690
- size = _ref25$size === void 0 ? 16 : _ref25$size,
691
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref25, _excluded25);
692
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
610
+ const LetterDd = /*#__PURE__*/React.forwardRef(function LetterDd(_ref25, ref) {
611
+ let {
612
+ children,
613
+ size = 16,
614
+ ...rest
615
+ } = _ref25;
616
+ return /*#__PURE__*/React.createElement(Icon.default, {
693
617
  width: size,
694
618
  height: size,
695
619
  ref: ref,
696
620
  xmlns: "http://www.w3.org/2000/svg",
697
621
  viewBox: "0 0 32 32",
698
- fill: "currentColor"
699
- }, rest), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
622
+ fill: "currentColor",
623
+ ...rest
624
+ }, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
700
625
  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"
701
626
  })), children);
702
627
  });
703
628
  if (process.env.NODE_ENV !== "production") {
704
629
  LetterDd.propTypes = iconPropTypes4cbeb95d.i;
705
630
  }
706
- var LetterEe = /*#__PURE__*/React.forwardRef(function LetterEe(_ref26, ref) {
707
- var children = _ref26.children,
708
- _ref26$size = _ref26.size,
709
- size = _ref26$size === void 0 ? 16 : _ref26$size,
710
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref26, _excluded26);
711
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
631
+ const LetterEe = /*#__PURE__*/React.forwardRef(function LetterEe(_ref26, ref) {
632
+ let {
633
+ children,
634
+ size = 16,
635
+ ...rest
636
+ } = _ref26;
637
+ return /*#__PURE__*/React.createElement(Icon.default, {
712
638
  width: size,
713
639
  height: size,
714
640
  ref: ref,
715
641
  xmlns: "http://www.w3.org/2000/svg",
716
642
  viewBox: "0 0 32 32",
717
- fill: "currentColor"
718
- }, rest), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
643
+ fill: "currentColor",
644
+ ...rest
645
+ }, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
719
646
  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"
720
647
  })), children);
721
648
  });
722
649
  if (process.env.NODE_ENV !== "production") {
723
650
  LetterEe.propTypes = iconPropTypes4cbeb95d.i;
724
651
  }
725
- var LetterFf = /*#__PURE__*/React.forwardRef(function LetterFf(_ref27, ref) {
726
- var children = _ref27.children,
727
- _ref27$size = _ref27.size,
728
- size = _ref27$size === void 0 ? 16 : _ref27$size,
729
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref27, _excluded27);
730
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
652
+ const LetterFf = /*#__PURE__*/React.forwardRef(function LetterFf(_ref27, ref) {
653
+ let {
654
+ children,
655
+ size = 16,
656
+ ...rest
657
+ } = _ref27;
658
+ return /*#__PURE__*/React.createElement(Icon.default, {
731
659
  width: size,
732
660
  height: size,
733
661
  ref: ref,
734
662
  xmlns: "http://www.w3.org/2000/svg",
735
663
  viewBox: "0 0 32 32",
736
- fill: "currentColor"
737
- }, rest), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
664
+ fill: "currentColor",
665
+ ...rest
666
+ }, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
738
667
  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"
739
668
  })), children);
740
669
  });
741
670
  if (process.env.NODE_ENV !== "production") {
742
671
  LetterFf.propTypes = iconPropTypes4cbeb95d.i;
743
672
  }
744
- var LetterGg = /*#__PURE__*/React.forwardRef(function LetterGg(_ref28, ref) {
745
- var children = _ref28.children,
746
- _ref28$size = _ref28.size,
747
- size = _ref28$size === void 0 ? 16 : _ref28$size,
748
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref28, _excluded28);
749
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
673
+ const LetterGg = /*#__PURE__*/React.forwardRef(function LetterGg(_ref28, ref) {
674
+ let {
675
+ children,
676
+ size = 16,
677
+ ...rest
678
+ } = _ref28;
679
+ return /*#__PURE__*/React.createElement(Icon.default, {
750
680
  width: size,
751
681
  height: size,
752
682
  ref: ref,
753
683
  xmlns: "http://www.w3.org/2000/svg",
754
684
  viewBox: "0 0 32 32",
755
- fill: "currentColor"
756
- }, rest), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
685
+ fill: "currentColor",
686
+ ...rest
687
+ }, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
757
688
  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"
758
689
  })), children);
759
690
  });
760
691
  if (process.env.NODE_ENV !== "production") {
761
692
  LetterGg.propTypes = iconPropTypes4cbeb95d.i;
762
693
  }
763
- var LetterHh = /*#__PURE__*/React.forwardRef(function LetterHh(_ref29, ref) {
764
- var children = _ref29.children,
765
- _ref29$size = _ref29.size,
766
- size = _ref29$size === void 0 ? 16 : _ref29$size,
767
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref29, _excluded29);
768
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
694
+ const LetterHh = /*#__PURE__*/React.forwardRef(function LetterHh(_ref29, ref) {
695
+ let {
696
+ children,
697
+ size = 16,
698
+ ...rest
699
+ } = _ref29;
700
+ return /*#__PURE__*/React.createElement(Icon.default, {
769
701
  width: size,
770
702
  height: size,
771
703
  ref: ref,
772
704
  xmlns: "http://www.w3.org/2000/svg",
773
705
  viewBox: "0 0 32 32",
774
- fill: "currentColor"
775
- }, rest), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
706
+ fill: "currentColor",
707
+ ...rest
708
+ }, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
776
709
  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"
777
710
  })), children);
778
711
  });
779
712
  if (process.env.NODE_ENV !== "production") {
780
713
  LetterHh.propTypes = iconPropTypes4cbeb95d.i;
781
714
  }
782
- var LetterIi = /*#__PURE__*/React.forwardRef(function LetterIi(_ref30, ref) {
783
- var children = _ref30.children,
784
- _ref30$size = _ref30.size,
785
- size = _ref30$size === void 0 ? 16 : _ref30$size,
786
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref30, _excluded30);
787
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
715
+ const LetterIi = /*#__PURE__*/React.forwardRef(function LetterIi(_ref30, ref) {
716
+ let {
717
+ children,
718
+ size = 16,
719
+ ...rest
720
+ } = _ref30;
721
+ return /*#__PURE__*/React.createElement(Icon.default, {
788
722
  width: size,
789
723
  height: size,
790
724
  ref: ref,
791
725
  xmlns: "http://www.w3.org/2000/svg",
792
726
  viewBox: "0 0 32 32",
793
- fill: "currentColor"
794
- }, rest), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
727
+ fill: "currentColor",
728
+ ...rest
729
+ }, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
795
730
  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"
796
731
  })), children);
797
732
  });
798
733
  if (process.env.NODE_ENV !== "production") {
799
734
  LetterIi.propTypes = iconPropTypes4cbeb95d.i;
800
735
  }
801
- var LetterJj = /*#__PURE__*/React.forwardRef(function LetterJj(_ref31, ref) {
802
- var children = _ref31.children,
803
- _ref31$size = _ref31.size,
804
- size = _ref31$size === void 0 ? 16 : _ref31$size,
805
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref31, _excluded31);
806
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
736
+ const LetterJj = /*#__PURE__*/React.forwardRef(function LetterJj(_ref31, ref) {
737
+ let {
738
+ children,
739
+ size = 16,
740
+ ...rest
741
+ } = _ref31;
742
+ return /*#__PURE__*/React.createElement(Icon.default, {
807
743
  width: size,
808
744
  height: size,
809
745
  ref: ref,
810
746
  xmlns: "http://www.w3.org/2000/svg",
811
747
  viewBox: "0 0 32 32",
812
- fill: "currentColor"
813
- }, rest), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
748
+ fill: "currentColor",
749
+ ...rest
750
+ }, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
814
751
  d: "M20 9H22V11H20zM20 25H17v2h3a2 2 0 002-2V13H20zM14 23H10a2 2 0 01-2-2V19h2v2h4V9h2V21A2 2 0 0114 23z"
815
752
  })), children);
816
753
  });
817
754
  if (process.env.NODE_ENV !== "production") {
818
755
  LetterJj.propTypes = iconPropTypes4cbeb95d.i;
819
756
  }
820
- var LetterKk = /*#__PURE__*/React.forwardRef(function LetterKk(_ref32, ref) {
821
- var children = _ref32.children,
822
- _ref32$size = _ref32.size,
823
- size = _ref32$size === void 0 ? 16 : _ref32$size,
824
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref32, _excluded32);
825
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
757
+ const LetterKk = /*#__PURE__*/React.forwardRef(function LetterKk(_ref32, ref) {
758
+ let {
759
+ children,
760
+ size = 16,
761
+ ...rest
762
+ } = _ref32;
763
+ return /*#__PURE__*/React.createElement(Icon.default, {
826
764
  width: size,
827
765
  height: size,
828
766
  ref: ref,
829
767
  xmlns: "http://www.w3.org/2000/svg",
830
768
  viewBox: "0 0 32 32",
831
- fill: "currentColor"
832
- }, rest), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
769
+ fill: "currentColor",
770
+ ...rest
771
+ }, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
833
772
  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"
834
773
  })), children);
835
774
  });
836
775
  if (process.env.NODE_ENV !== "production") {
837
776
  LetterKk.propTypes = iconPropTypes4cbeb95d.i;
838
777
  }
839
- var LetterLl = /*#__PURE__*/React.forwardRef(function LetterLl(_ref33, ref) {
840
- var children = _ref33.children,
841
- _ref33$size = _ref33.size,
842
- size = _ref33$size === void 0 ? 16 : _ref33$size,
843
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref33, _excluded33);
844
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
778
+ const LetterLl = /*#__PURE__*/React.forwardRef(function LetterLl(_ref33, ref) {
779
+ let {
780
+ children,
781
+ size = 16,
782
+ ...rest
783
+ } = _ref33;
784
+ return /*#__PURE__*/React.createElement(Icon.default, {
845
785
  width: size,
846
786
  height: size,
847
787
  ref: ref,
848
788
  xmlns: "http://www.w3.org/2000/svg",
849
789
  viewBox: "0 0 32 32",
850
- fill: "currentColor"
851
- }, rest), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
790
+ fill: "currentColor",
791
+ ...rest
792
+ }, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
852
793
  d: "M11 21L11 9 9 9 9 23 17 23 17 21 11 21zM23 23H21a2 2 0 01-2-2V9h2V21h2z"
853
794
  })), children);
854
795
  });
855
796
  if (process.env.NODE_ENV !== "production") {
856
797
  LetterLl.propTypes = iconPropTypes4cbeb95d.i;
857
798
  }
858
- var LetterMm = /*#__PURE__*/React.forwardRef(function LetterMm(_ref34, ref) {
859
- var children = _ref34.children,
860
- _ref34$size = _ref34.size,
861
- size = _ref34$size === void 0 ? 16 : _ref34$size,
862
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref34, _excluded34);
863
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
799
+ const LetterMm = /*#__PURE__*/React.forwardRef(function LetterMm(_ref34, ref) {
800
+ let {
801
+ children,
802
+ size = 16,
803
+ ...rest
804
+ } = _ref34;
805
+ return /*#__PURE__*/React.createElement(Icon.default, {
864
806
  width: size,
865
807
  height: size,
866
808
  ref: ref,
867
809
  xmlns: "http://www.w3.org/2000/svg",
868
810
  viewBox: "0 0 32 32",
869
- fill: "currentColor"
870
- }, rest), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
811
+ fill: "currentColor",
812
+ ...rest
813
+ }, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
871
814
  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"
872
815
  })), children);
873
816
  });
874
817
  if (process.env.NODE_ENV !== "production") {
875
818
  LetterMm.propTypes = iconPropTypes4cbeb95d.i;
876
819
  }
877
- var LetterNn = /*#__PURE__*/React.forwardRef(function LetterNn(_ref35, ref) {
878
- var children = _ref35.children,
879
- _ref35$size = _ref35.size,
880
- size = _ref35$size === void 0 ? 16 : _ref35$size,
881
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref35, _excluded35);
882
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
820
+ const LetterNn = /*#__PURE__*/React.forwardRef(function LetterNn(_ref35, ref) {
821
+ let {
822
+ children,
823
+ size = 16,
824
+ ...rest
825
+ } = _ref35;
826
+ return /*#__PURE__*/React.createElement(Icon.default, {
883
827
  width: size,
884
828
  height: size,
885
829
  ref: ref,
886
830
  xmlns: "http://www.w3.org/2000/svg",
887
831
  viewBox: "0 0 32 32",
888
- fill: "currentColor"
889
- }, rest), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
832
+ fill: "currentColor",
833
+ ...rest
834
+ }, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
890
835
  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"
891
836
  })), children);
892
837
  });
893
838
  if (process.env.NODE_ENV !== "production") {
894
839
  LetterNn.propTypes = iconPropTypes4cbeb95d.i;
895
840
  }
896
- var LetterOo = /*#__PURE__*/React.forwardRef(function LetterOo(_ref36, ref) {
897
- var children = _ref36.children,
898
- _ref36$size = _ref36.size,
899
- size = _ref36$size === void 0 ? 16 : _ref36$size,
900
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref36, _excluded36);
901
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
841
+ const LetterOo = /*#__PURE__*/React.forwardRef(function LetterOo(_ref36, ref) {
842
+ let {
843
+ children,
844
+ size = 16,
845
+ ...rest
846
+ } = _ref36;
847
+ return /*#__PURE__*/React.createElement(Icon.default, {
902
848
  width: size,
903
849
  height: size,
904
850
  ref: ref,
905
851
  xmlns: "http://www.w3.org/2000/svg",
906
852
  viewBox: "0 0 32 32",
907
- fill: "currentColor"
908
- }, rest), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
853
+ fill: "currentColor",
854
+ ...rest
855
+ }, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
909
856
  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"
910
857
  })), children);
911
858
  });
912
859
  if (process.env.NODE_ENV !== "production") {
913
860
  LetterOo.propTypes = iconPropTypes4cbeb95d.i;
914
861
  }
915
- var LetterPp = /*#__PURE__*/React.forwardRef(function LetterPp(_ref37, ref) {
916
- var children = _ref37.children,
917
- _ref37$size = _ref37.size,
918
- size = _ref37$size === void 0 ? 16 : _ref37$size,
919
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref37, _excluded37);
920
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
862
+ const LetterPp = /*#__PURE__*/React.forwardRef(function LetterPp(_ref37, ref) {
863
+ let {
864
+ children,
865
+ size = 16,
866
+ ...rest
867
+ } = _ref37;
868
+ return /*#__PURE__*/React.createElement(Icon.default, {
921
869
  width: size,
922
870
  height: size,
923
871
  ref: ref,
924
872
  xmlns: "http://www.w3.org/2000/svg",
925
873
  viewBox: "0 0 32 32",
926
- fill: "currentColor"
927
- }, rest), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
874
+ fill: "currentColor",
875
+ ...rest
876
+ }, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
928
877
  d: "M23 13H17V27h2V23h4a2 2 0 002-2V15A2 2 0 0023 13zm-4 8V15h4v6zM9 23H7V9h6a2 2 0 012 2v5a2 2 0 01-2 2H9zm0-7h4V11H9z"
929
878
  })), children);
930
879
  });
931
880
  if (process.env.NODE_ENV !== "production") {
932
881
  LetterPp.propTypes = iconPropTypes4cbeb95d.i;
933
882
  }
934
- var LetterQq = /*#__PURE__*/React.forwardRef(function LetterQq(_ref38, ref) {
935
- var children = _ref38.children,
936
- _ref38$size = _ref38.size,
937
- size = _ref38$size === void 0 ? 16 : _ref38$size,
938
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref38, _excluded38);
939
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
883
+ const LetterQq = /*#__PURE__*/React.forwardRef(function LetterQq(_ref38, ref) {
884
+ let {
885
+ children,
886
+ size = 16,
887
+ ...rest
888
+ } = _ref38;
889
+ return /*#__PURE__*/React.createElement(Icon.default, {
940
890
  width: size,
941
891
  height: size,
942
892
  ref: ref,
943
893
  xmlns: "http://www.w3.org/2000/svg",
944
894
  viewBox: "0 0 32 32",
945
- fill: "currentColor"
946
- }, rest), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
895
+ fill: "currentColor",
896
+ ...rest
897
+ }, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
947
898
  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"
948
899
  })), children);
949
900
  });
950
901
  if (process.env.NODE_ENV !== "production") {
951
902
  LetterQq.propTypes = iconPropTypes4cbeb95d.i;
952
903
  }
953
- var LetterRr = /*#__PURE__*/React.forwardRef(function LetterRr(_ref39, ref) {
954
- var children = _ref39.children,
955
- _ref39$size = _ref39.size,
956
- size = _ref39$size === void 0 ? 16 : _ref39$size,
957
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref39, _excluded39);
958
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
904
+ const LetterRr = /*#__PURE__*/React.forwardRef(function LetterRr(_ref39, ref) {
905
+ let {
906
+ children,
907
+ size = 16,
908
+ ...rest
909
+ } = _ref39;
910
+ return /*#__PURE__*/React.createElement(Icon.default, {
959
911
  width: size,
960
912
  height: size,
961
913
  ref: ref,
962
914
  xmlns: "http://www.w3.org/2000/svg",
963
915
  viewBox: "0 0 32 32",
964
- fill: "currentColor"
965
- }, rest), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
916
+ fill: "currentColor",
917
+ ...rest
918
+ }, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
966
919
  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"
967
920
  })), children);
968
921
  });
969
922
  if (process.env.NODE_ENV !== "production") {
970
923
  LetterRr.propTypes = iconPropTypes4cbeb95d.i;
971
924
  }
972
- var LetterSs = /*#__PURE__*/React.forwardRef(function LetterSs(_ref40, ref) {
973
- var children = _ref40.children,
974
- _ref40$size = _ref40.size,
975
- size = _ref40$size === void 0 ? 16 : _ref40$size,
976
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref40, _excluded40);
977
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
925
+ const LetterSs = /*#__PURE__*/React.forwardRef(function LetterSs(_ref40, ref) {
926
+ let {
927
+ children,
928
+ size = 16,
929
+ ...rest
930
+ } = _ref40;
931
+ return /*#__PURE__*/React.createElement(Icon.default, {
978
932
  width: size,
979
933
  height: size,
980
934
  ref: ref,
981
935
  xmlns: "http://www.w3.org/2000/svg",
982
936
  viewBox: "0 0 32 32",
983
- fill: "currentColor"
984
- }, rest), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
937
+ fill: "currentColor",
938
+ ...rest
939
+ }, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
985
940
  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"
986
941
  })), children);
987
942
  });
988
943
  if (process.env.NODE_ENV !== "production") {
989
944
  LetterSs.propTypes = iconPropTypes4cbeb95d.i;
990
945
  }
991
- var LetterTt = /*#__PURE__*/React.forwardRef(function LetterTt(_ref41, ref) {
992
- var children = _ref41.children,
993
- _ref41$size = _ref41.size,
994
- size = _ref41$size === void 0 ? 16 : _ref41$size,
995
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref41, _excluded41);
996
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
946
+ const LetterTt = /*#__PURE__*/React.forwardRef(function LetterTt(_ref41, ref) {
947
+ let {
948
+ children,
949
+ size = 16,
950
+ ...rest
951
+ } = _ref41;
952
+ return /*#__PURE__*/React.createElement(Icon.default, {
997
953
  width: size,
998
954
  height: size,
999
955
  ref: ref,
1000
956
  xmlns: "http://www.w3.org/2000/svg",
1001
957
  viewBox: "0 0 32 32",
1002
- fill: "currentColor"
1003
- }, rest), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
958
+ fill: "currentColor",
959
+ ...rest
960
+ }, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
1004
961
  d: "M8 11L11 11 11 23 13 23 13 11 16 11 16 9 8 9 8 11zM23 15V13H20V11H18v2H16v2h2v6a2 2 0 002 2h3V21H20V15z"
1005
962
  })), children);
1006
963
  });
1007
964
  if (process.env.NODE_ENV !== "production") {
1008
965
  LetterTt.propTypes = iconPropTypes4cbeb95d.i;
1009
966
  }
1010
- var LetterUu = /*#__PURE__*/React.forwardRef(function LetterUu(_ref42, ref) {
1011
- var children = _ref42.children,
1012
- _ref42$size = _ref42.size,
1013
- size = _ref42$size === void 0 ? 16 : _ref42$size,
1014
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref42, _excluded42);
1015
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
967
+ const LetterUu = /*#__PURE__*/React.forwardRef(function LetterUu(_ref42, ref) {
968
+ let {
969
+ children,
970
+ size = 16,
971
+ ...rest
972
+ } = _ref42;
973
+ return /*#__PURE__*/React.createElement(Icon.default, {
1016
974
  width: size,
1017
975
  height: size,
1018
976
  ref: ref,
1019
977
  xmlns: "http://www.w3.org/2000/svg",
1020
978
  viewBox: "0 0 32 32",
1021
- fill: "currentColor"
1022
- }, rest), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
979
+ fill: "currentColor",
980
+ ...rest
981
+ }, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
1023
982
  d: "M23 23H19a2 2 0 01-2-2V13h2v8h4V13h2v8A2 2 0 0123 23zM13 23H9a2 2 0 01-2-2V9H9V21h4V9h2V21A2 2 0 0113 23z"
1024
983
  })), children);
1025
984
  });
1026
985
  if (process.env.NODE_ENV !== "production") {
1027
986
  LetterUu.propTypes = iconPropTypes4cbeb95d.i;
1028
987
  }
1029
- var LetterVv = /*#__PURE__*/React.forwardRef(function LetterVv(_ref43, ref) {
1030
- var children = _ref43.children,
1031
- _ref43$size = _ref43.size,
1032
- size = _ref43$size === void 0 ? 16 : _ref43$size,
1033
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref43, _excluded43);
1034
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
988
+ const LetterVv = /*#__PURE__*/React.forwardRef(function LetterVv(_ref43, ref) {
989
+ let {
990
+ children,
991
+ size = 16,
992
+ ...rest
993
+ } = _ref43;
994
+ return /*#__PURE__*/React.createElement(Icon.default, {
1035
995
  width: size,
1036
996
  height: size,
1037
997
  ref: ref,
1038
998
  xmlns: "http://www.w3.org/2000/svg",
1039
999
  viewBox: "0 0 32 32",
1040
- fill: "currentColor"
1041
- }, rest), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
1000
+ fill: "currentColor",
1001
+ ...rest
1002
+ }, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
1042
1003
  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"
1043
1004
  })), children);
1044
1005
  });
1045
1006
  if (process.env.NODE_ENV !== "production") {
1046
1007
  LetterVv.propTypes = iconPropTypes4cbeb95d.i;
1047
1008
  }
1048
- var LetterWw = /*#__PURE__*/React.forwardRef(function LetterWw(_ref44, ref) {
1049
- var children = _ref44.children,
1050
- _ref44$size = _ref44.size,
1051
- size = _ref44$size === void 0 ? 16 : _ref44$size,
1052
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref44, _excluded44);
1053
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1009
+ const LetterWw = /*#__PURE__*/React.forwardRef(function LetterWw(_ref44, ref) {
1010
+ let {
1011
+ children,
1012
+ size = 16,
1013
+ ...rest
1014
+ } = _ref44;
1015
+ return /*#__PURE__*/React.createElement(Icon.default, {
1054
1016
  width: size,
1055
1017
  height: size,
1056
1018
  ref: ref,
1057
1019
  xmlns: "http://www.w3.org/2000/svg",
1058
1020
  viewBox: "0 0 32 32",
1059
- fill: "currentColor"
1060
- }, rest), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
1021
+ fill: "currentColor",
1022
+ ...rest
1023
+ }, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
1061
1024
  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"
1062
1025
  })), children);
1063
1026
  });
1064
1027
  if (process.env.NODE_ENV !== "production") {
1065
1028
  LetterWw.propTypes = iconPropTypes4cbeb95d.i;
1066
1029
  }
1067
- var LetterXx = /*#__PURE__*/React.forwardRef(function LetterXx(_ref45, ref) {
1068
- var children = _ref45.children,
1069
- _ref45$size = _ref45.size,
1070
- size = _ref45$size === void 0 ? 16 : _ref45$size,
1071
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref45, _excluded45);
1072
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1030
+ const LetterXx = /*#__PURE__*/React.forwardRef(function LetterXx(_ref45, ref) {
1031
+ let {
1032
+ children,
1033
+ size = 16,
1034
+ ...rest
1035
+ } = _ref45;
1036
+ return /*#__PURE__*/React.createElement(Icon.default, {
1073
1037
  width: size,
1074
1038
  height: size,
1075
1039
  ref: ref,
1076
1040
  xmlns: "http://www.w3.org/2000/svg",
1077
1041
  viewBox: "0 0 32 32",
1078
- fill: "currentColor"
1079
- }, rest), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
1042
+ fill: "currentColor",
1043
+ ...rest
1044
+ }, _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
1080
1045
  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"
1081
1046
  })), children);
1082
1047
  });
1083
1048
  if (process.env.NODE_ENV !== "production") {
1084
1049
  LetterXx.propTypes = iconPropTypes4cbeb95d.i;
1085
1050
  }
1086
- var LetterYy = /*#__PURE__*/React.forwardRef(function LetterYy(_ref46, ref) {
1087
- var children = _ref46.children,
1088
- _ref46$size = _ref46.size,
1089
- size = _ref46$size === void 0 ? 16 : _ref46$size,
1090
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref46, _excluded46);
1091
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1051
+ const LetterYy = /*#__PURE__*/React.forwardRef(function LetterYy(_ref46, ref) {
1052
+ let {
1053
+ children,
1054
+ size = 16,
1055
+ ...rest
1056
+ } = _ref46;
1057
+ return /*#__PURE__*/React.createElement(Icon.default, {
1092
1058
  width: size,
1093
1059
  height: size,
1094
1060
  ref: ref,
1095
1061
  xmlns: "http://www.w3.org/2000/svg",
1096
1062
  viewBox: "0 0 32 32",
1097
- fill: "currentColor"
1098
- }, rest), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
1063
+ fill: "currentColor",
1064
+ ...rest
1065
+ }, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
1099
1066
  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"
1100
1067
  })), children);
1101
1068
  });
1102
1069
  if (process.env.NODE_ENV !== "production") {
1103
1070
  LetterYy.propTypes = iconPropTypes4cbeb95d.i;
1104
1071
  }
1105
- var LetterZz = /*#__PURE__*/React.forwardRef(function LetterZz(_ref47, ref) {
1106
- var children = _ref47.children,
1107
- _ref47$size = _ref47.size,
1108
- size = _ref47$size === void 0 ? 16 : _ref47$size,
1109
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref47, _excluded47);
1110
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1072
+ const LetterZz = /*#__PURE__*/React.forwardRef(function LetterZz(_ref47, ref) {
1073
+ let {
1074
+ children,
1075
+ size = 16,
1076
+ ...rest
1077
+ } = _ref47;
1078
+ return /*#__PURE__*/React.createElement(Icon.default, {
1111
1079
  width: size,
1112
1080
  height: size,
1113
1081
  ref: ref,
1114
1082
  xmlns: "http://www.w3.org/2000/svg",
1115
1083
  viewBox: "0 0 32 32",
1116
- fill: "currentColor"
1117
- }, rest), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
1084
+ fill: "currentColor",
1085
+ ...rest
1086
+ }, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
1118
1087
  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"
1119
1088
  })), children);
1120
1089
  });
1121
1090
  if (process.env.NODE_ENV !== "production") {
1122
1091
  LetterZz.propTypes = iconPropTypes4cbeb95d.i;
1123
1092
  }
1124
- var License = /*#__PURE__*/React.forwardRef(function License(_ref48, ref) {
1125
- var children = _ref48.children,
1126
- _ref48$size = _ref48.size,
1127
- size = _ref48$size === void 0 ? 16 : _ref48$size,
1128
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref48, _excluded48);
1129
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1093
+ const License = /*#__PURE__*/React.forwardRef(function License(_ref48, ref) {
1094
+ let {
1095
+ children,
1096
+ size = 16,
1097
+ ...rest
1098
+ } = _ref48;
1099
+ return /*#__PURE__*/React.createElement(Icon.default, {
1130
1100
  width: size,
1131
1101
  height: size,
1132
1102
  ref: ref,
1133
1103
  xmlns: "http://www.w3.org/2000/svg",
1134
1104
  viewBox: "0 0 32 32",
1135
- fill: "currentColor"
1136
- }, rest), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
1105
+ fill: "currentColor",
1106
+ ...rest
1107
+ }, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
1137
1108
  d: "M10 6H22V8H10zM10 10H22V12H10zM10 24H16V26H10zM10 14H16V16H10z"
1138
1109
  })), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
1139
1110
  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"
@@ -1142,19 +1113,21 @@ var License = /*#__PURE__*/React.forwardRef(function License(_ref48, ref) {
1142
1113
  if (process.env.NODE_ENV !== "production") {
1143
1114
  License.propTypes = iconPropTypes4cbeb95d.i;
1144
1115
  }
1145
- var LicenseDraft = /*#__PURE__*/React.forwardRef(function LicenseDraft(_ref49, ref) {
1146
- var children = _ref49.children,
1147
- _ref49$size = _ref49.size,
1148
- size = _ref49$size === void 0 ? 16 : _ref49$size,
1149
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref49, _excluded49);
1150
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1116
+ const LicenseDraft = /*#__PURE__*/React.forwardRef(function LicenseDraft(_ref49, ref) {
1117
+ let {
1118
+ children,
1119
+ size = 16,
1120
+ ...rest
1121
+ } = _ref49;
1122
+ return /*#__PURE__*/React.createElement(Icon.default, {
1151
1123
  width: size,
1152
1124
  height: size,
1153
1125
  ref: ref,
1154
1126
  xmlns: "http://www.w3.org/2000/svg",
1155
1127
  viewBox: "0 0 32 32",
1156
- fill: "currentColor"
1157
- }, rest), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
1128
+ fill: "currentColor",
1129
+ ...rest
1130
+ }, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
1158
1131
  d: "M8 6H20V8H8zM8 10H20V12H8zM8 14H14V16H8zM8 24H12V26H8z"
1159
1132
  })), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
1160
1133
  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"
@@ -1163,19 +1136,21 @@ var LicenseDraft = /*#__PURE__*/React.forwardRef(function LicenseDraft(_ref49, r
1163
1136
  if (process.env.NODE_ENV !== "production") {
1164
1137
  LicenseDraft.propTypes = iconPropTypes4cbeb95d.i;
1165
1138
  }
1166
- var LicenseGlobal = /*#__PURE__*/React.forwardRef(function LicenseGlobal(_ref50, ref) {
1167
- var children = _ref50.children,
1168
- _ref50$size = _ref50.size,
1169
- size = _ref50$size === void 0 ? 16 : _ref50$size,
1170
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref50, _excluded50);
1171
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1139
+ const LicenseGlobal = /*#__PURE__*/React.forwardRef(function LicenseGlobal(_ref50, ref) {
1140
+ let {
1141
+ children,
1142
+ size = 16,
1143
+ ...rest
1144
+ } = _ref50;
1145
+ return /*#__PURE__*/React.createElement(Icon.default, {
1172
1146
  width: size,
1173
1147
  height: size,
1174
1148
  ref: ref,
1175
1149
  xmlns: "http://www.w3.org/2000/svg",
1176
1150
  viewBox: "0 0 32 32",
1177
- fill: "currentColor"
1178
- }, rest), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1151
+ fill: "currentColor",
1152
+ ...rest
1153
+ }, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1179
1154
  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"
1180
1155
  })), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1181
1156
  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"
@@ -1184,19 +1159,21 @@ var LicenseGlobal = /*#__PURE__*/React.forwardRef(function LicenseGlobal(_ref50,
1184
1159
  if (process.env.NODE_ENV !== "production") {
1185
1160
  LicenseGlobal.propTypes = iconPropTypes4cbeb95d.i;
1186
1161
  }
1187
- var LicenseMaintenance = /*#__PURE__*/React.forwardRef(function LicenseMaintenance(_ref51, ref) {
1188
- var children = _ref51.children,
1189
- _ref51$size = _ref51.size,
1190
- size = _ref51$size === void 0 ? 16 : _ref51$size,
1191
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref51, _excluded51);
1192
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1162
+ const LicenseMaintenance = /*#__PURE__*/React.forwardRef(function LicenseMaintenance(_ref51, ref) {
1163
+ let {
1164
+ children,
1165
+ size = 16,
1166
+ ...rest
1167
+ } = _ref51;
1168
+ return /*#__PURE__*/React.createElement(Icon.default, {
1193
1169
  width: size,
1194
1170
  height: size,
1195
1171
  ref: ref,
1196
1172
  xmlns: "http://www.w3.org/2000/svg",
1197
1173
  viewBox: "0 0 32 32",
1198
- fill: "currentColor"
1199
- }, rest), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1174
+ fill: "currentColor",
1175
+ ...rest
1176
+ }, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1200
1177
  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"
1201
1178
  })), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1202
1179
  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"
@@ -1205,19 +1182,21 @@ var LicenseMaintenance = /*#__PURE__*/React.forwardRef(function LicenseMaintenan
1205
1182
  if (process.env.NODE_ENV !== "production") {
1206
1183
  LicenseMaintenance.propTypes = iconPropTypes4cbeb95d.i;
1207
1184
  }
1208
- var LicenseMaintenanceDraft = /*#__PURE__*/React.forwardRef(function LicenseMaintenanceDraft(_ref52, ref) {
1209
- var children = _ref52.children,
1210
- _ref52$size = _ref52.size,
1211
- size = _ref52$size === void 0 ? 16 : _ref52$size,
1212
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref52, _excluded52);
1213
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1185
+ const LicenseMaintenanceDraft = /*#__PURE__*/React.forwardRef(function LicenseMaintenanceDraft(_ref52, ref) {
1186
+ let {
1187
+ children,
1188
+ size = 16,
1189
+ ...rest
1190
+ } = _ref52;
1191
+ return /*#__PURE__*/React.createElement(Icon.default, {
1214
1192
  width: size,
1215
1193
  height: size,
1216
1194
  ref: ref,
1217
1195
  xmlns: "http://www.w3.org/2000/svg",
1218
1196
  viewBox: "0 0 32 32",
1219
- fill: "currentColor"
1220
- }, rest), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1197
+ fill: "currentColor",
1198
+ ...rest
1199
+ }, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1221
1200
  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"
1222
1201
  })), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1223
1202
  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"
@@ -1226,19 +1205,21 @@ var LicenseMaintenanceDraft = /*#__PURE__*/React.forwardRef(function LicenseMain
1226
1205
  if (process.env.NODE_ENV !== "production") {
1227
1206
  LicenseMaintenanceDraft.propTypes = iconPropTypes4cbeb95d.i;
1228
1207
  }
1229
- var LicenseThirdParty = /*#__PURE__*/React.forwardRef(function LicenseThirdParty(_ref53, ref) {
1230
- var children = _ref53.children,
1231
- _ref53$size = _ref53.size,
1232
- size = _ref53$size === void 0 ? 16 : _ref53$size,
1233
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref53, _excluded53);
1234
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1208
+ const LicenseThirdParty = /*#__PURE__*/React.forwardRef(function LicenseThirdParty(_ref53, ref) {
1209
+ let {
1210
+ children,
1211
+ size = 16,
1212
+ ...rest
1213
+ } = _ref53;
1214
+ return /*#__PURE__*/React.createElement(Icon.default, {
1235
1215
  width: size,
1236
1216
  height: size,
1237
1217
  ref: ref,
1238
1218
  xmlns: "http://www.w3.org/2000/svg",
1239
1219
  viewBox: "0 0 32 32",
1240
- fill: "currentColor"
1241
- }, rest), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1220
+ fill: "currentColor",
1221
+ ...rest
1222
+ }, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1242
1223
  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"
1243
1224
  })), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1244
1225
  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"
@@ -1247,19 +1228,21 @@ var LicenseThirdParty = /*#__PURE__*/React.forwardRef(function LicenseThirdParty
1247
1228
  if (process.env.NODE_ENV !== "production") {
1248
1229
  LicenseThirdParty.propTypes = iconPropTypes4cbeb95d.i;
1249
1230
  }
1250
- var LicenseThirdPartyDraft = /*#__PURE__*/React.forwardRef(function LicenseThirdPartyDraft(_ref54, ref) {
1251
- var children = _ref54.children,
1252
- _ref54$size = _ref54.size,
1253
- size = _ref54$size === void 0 ? 16 : _ref54$size,
1254
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref54, _excluded54);
1255
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1231
+ const LicenseThirdPartyDraft = /*#__PURE__*/React.forwardRef(function LicenseThirdPartyDraft(_ref54, ref) {
1232
+ let {
1233
+ children,
1234
+ size = 16,
1235
+ ...rest
1236
+ } = _ref54;
1237
+ return /*#__PURE__*/React.createElement(Icon.default, {
1256
1238
  width: size,
1257
1239
  height: size,
1258
1240
  ref: ref,
1259
1241
  xmlns: "http://www.w3.org/2000/svg",
1260
1242
  viewBox: "0 0 32 32",
1261
- fill: "currentColor"
1262
- }, rest), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1243
+ fill: "currentColor",
1244
+ ...rest
1245
+ }, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1263
1246
  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"
1264
1247
  })), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1265
1248
  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"
@@ -1268,39 +1251,43 @@ var LicenseThirdPartyDraft = /*#__PURE__*/React.forwardRef(function LicenseThird
1268
1251
  if (process.env.NODE_ENV !== "production") {
1269
1252
  LicenseThirdPartyDraft.propTypes = iconPropTypes4cbeb95d.i;
1270
1253
  }
1271
- var Lifesaver = /*#__PURE__*/React.forwardRef(function Lifesaver(_ref55, ref) {
1272
- var children = _ref55.children,
1273
- _ref55$size = _ref55.size,
1274
- size = _ref55$size === void 0 ? 16 : _ref55$size,
1275
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref55, _excluded55);
1276
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1254
+ const Lifesaver = /*#__PURE__*/React.forwardRef(function Lifesaver(_ref55, ref) {
1255
+ let {
1256
+ children,
1257
+ size = 16,
1258
+ ...rest
1259
+ } = _ref55;
1260
+ return /*#__PURE__*/React.createElement(Icon.default, {
1277
1261
  width: size,
1278
1262
  height: size,
1279
1263
  ref: ref,
1280
1264
  xmlns: "http://www.w3.org/2000/svg",
1281
1265
  viewBox: "0 0 32 32",
1282
- fill: "currentColor"
1283
- }, rest), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1266
+ fill: "currentColor",
1267
+ ...rest
1268
+ }, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1284
1269
  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"
1285
1270
  })), children);
1286
1271
  });
1287
1272
  if (process.env.NODE_ENV !== "production") {
1288
1273
  Lifesaver.propTypes = iconPropTypes4cbeb95d.i;
1289
1274
  }
1290
- var Light = /*#__PURE__*/React.forwardRef(function Light(_ref56, ref) {
1291
- var children = _ref56.children,
1292
- _ref56$size = _ref56.size,
1293
- size = _ref56$size === void 0 ? 16 : _ref56$size,
1294
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref56, _excluded56);
1275
+ const Light = /*#__PURE__*/React.forwardRef(function Light(_ref56, ref) {
1276
+ let {
1277
+ children,
1278
+ size = 16,
1279
+ ...rest
1280
+ } = _ref56;
1295
1281
  if (size === 16 || size === "16" || size === "16px") {
1296
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1282
+ return /*#__PURE__*/React.createElement(Icon.default, {
1297
1283
  width: size,
1298
1284
  height: size,
1299
1285
  ref: ref,
1300
1286
  xmlns: "http://www.w3.org/2000/svg",
1301
1287
  viewBox: "0 0 16 16",
1302
- fill: "currentColor"
1303
- }, rest), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1288
+ fill: "currentColor",
1289
+ ...rest
1290
+ }, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1304
1291
  d: "M7.5 1H8.5V3.5H7.5z"
1305
1292
  })), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1306
1293
  d: "M10.8 3.4H13.3V4.4H10.8z",
@@ -1324,14 +1311,15 @@ var Light = /*#__PURE__*/React.forwardRef(function Light(_ref56, ref) {
1324
1311
  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"
1325
1312
  })), children);
1326
1313
  }
1327
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1314
+ return /*#__PURE__*/React.createElement(Icon.default, {
1328
1315
  width: size,
1329
1316
  height: size,
1330
1317
  ref: ref,
1331
1318
  xmlns: "http://www.w3.org/2000/svg",
1332
1319
  viewBox: "0 0 32 32",
1333
- fill: "currentColor"
1334
- }, rest), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1320
+ fill: "currentColor",
1321
+ ...rest
1322
+ }, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1335
1323
  d: "M15 2H17V7H15z"
1336
1324
  })), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1337
1325
  d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
@@ -1358,19 +1346,21 @@ var Light = /*#__PURE__*/React.forwardRef(function Light(_ref56, ref) {
1358
1346
  if (process.env.NODE_ENV !== "production") {
1359
1347
  Light.propTypes = iconPropTypes4cbeb95d.i;
1360
1348
  }
1361
- var LightFilled = /*#__PURE__*/React.forwardRef(function LightFilled(_ref57, ref) {
1362
- var children = _ref57.children,
1363
- _ref57$size = _ref57.size,
1364
- size = _ref57$size === void 0 ? 16 : _ref57$size,
1365
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref57, _excluded57);
1366
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1349
+ const LightFilled = /*#__PURE__*/React.forwardRef(function LightFilled(_ref57, ref) {
1350
+ let {
1351
+ children,
1352
+ size = 16,
1353
+ ...rest
1354
+ } = _ref57;
1355
+ return /*#__PURE__*/React.createElement(Icon.default, {
1367
1356
  width: size,
1368
1357
  height: size,
1369
1358
  ref: ref,
1370
1359
  xmlns: "http://www.w3.org/2000/svg",
1371
1360
  viewBox: "0 0 32 32",
1372
- fill: "currentColor"
1373
- }, rest), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1361
+ fill: "currentColor",
1362
+ ...rest
1363
+ }, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1374
1364
  d: "M15 2H17V7H15z"
1375
1365
  })), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1376
1366
  d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
@@ -1397,38 +1387,42 @@ var LightFilled = /*#__PURE__*/React.forwardRef(function LightFilled(_ref57, ref
1397
1387
  if (process.env.NODE_ENV !== "production") {
1398
1388
  LightFilled.propTypes = iconPropTypes4cbeb95d.i;
1399
1389
  }
1400
- var Lightning = /*#__PURE__*/React.forwardRef(function Lightning(_ref58, ref) {
1401
- var children = _ref58.children,
1402
- _ref58$size = _ref58.size,
1403
- size = _ref58$size === void 0 ? 16 : _ref58$size,
1404
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref58, _excluded58);
1405
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1390
+ const Lightning = /*#__PURE__*/React.forwardRef(function Lightning(_ref58, ref) {
1391
+ let {
1392
+ children,
1393
+ size = 16,
1394
+ ...rest
1395
+ } = _ref58;
1396
+ return /*#__PURE__*/React.createElement(Icon.default, {
1406
1397
  width: size,
1407
1398
  height: size,
1408
1399
  ref: ref,
1409
1400
  xmlns: "http://www.w3.org/2000/svg",
1410
1401
  viewBox: "0 0 32 32",
1411
- fill: "currentColor"
1412
- }, rest), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1402
+ fill: "currentColor",
1403
+ ...rest
1404
+ }, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1413
1405
  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"
1414
1406
  })), children);
1415
1407
  });
1416
1408
  if (process.env.NODE_ENV !== "production") {
1417
1409
  Lightning.propTypes = iconPropTypes4cbeb95d.i;
1418
1410
  }
1419
- var Link = /*#__PURE__*/React.forwardRef(function Link(_ref59, ref) {
1420
- var children = _ref59.children,
1421
- _ref59$size = _ref59.size,
1422
- size = _ref59$size === void 0 ? 16 : _ref59$size,
1423
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref59, _excluded59);
1424
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1411
+ const Link = /*#__PURE__*/React.forwardRef(function Link(_ref59, ref) {
1412
+ let {
1413
+ children,
1414
+ size = 16,
1415
+ ...rest
1416
+ } = _ref59;
1417
+ return /*#__PURE__*/React.createElement(Icon.default, {
1425
1418
  width: size,
1426
1419
  height: size,
1427
1420
  ref: ref,
1428
1421
  xmlns: "http://www.w3.org/2000/svg",
1429
1422
  viewBox: "0 0 32 32",
1430
- fill: "currentColor"
1431
- }, rest), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1423
+ fill: "currentColor",
1424
+ ...rest
1425
+ }, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1432
1426
  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"
1433
1427
  })), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1434
1428
  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"
@@ -1437,38 +1431,42 @@ var Link = /*#__PURE__*/React.forwardRef(function Link(_ref59, ref) {
1437
1431
  if (process.env.NODE_ENV !== "production") {
1438
1432
  Link.propTypes = iconPropTypes4cbeb95d.i;
1439
1433
  }
1440
- var Linux = /*#__PURE__*/React.forwardRef(function Linux(_ref60, ref) {
1441
- var children = _ref60.children,
1442
- _ref60$size = _ref60.size,
1443
- size = _ref60$size === void 0 ? 16 : _ref60$size,
1444
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref60, _excluded60);
1445
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1434
+ const Linux = /*#__PURE__*/React.forwardRef(function Linux(_ref60, ref) {
1435
+ let {
1436
+ children,
1437
+ size = 16,
1438
+ ...rest
1439
+ } = _ref60;
1440
+ return /*#__PURE__*/React.createElement(Icon.default, {
1446
1441
  width: size,
1447
1442
  height: size,
1448
1443
  ref: ref,
1449
1444
  xmlns: "http://www.w3.org/2000/svg",
1450
1445
  viewBox: "0 0 32 32",
1451
- fill: "currentColor"
1452
- }, rest), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1446
+ fill: "currentColor",
1447
+ ...rest
1448
+ }, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1453
1449
  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"
1454
1450
  })), children);
1455
1451
  });
1456
1452
  if (process.env.NODE_ENV !== "production") {
1457
1453
  Linux.propTypes = iconPropTypes4cbeb95d.i;
1458
1454
  }
1459
- var LinuxAlt = /*#__PURE__*/React.forwardRef(function LinuxAlt(_ref61, ref) {
1460
- var children = _ref61.children,
1461
- _ref61$size = _ref61.size,
1462
- size = _ref61$size === void 0 ? 16 : _ref61$size,
1463
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref61, _excluded61);
1464
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1455
+ const LinuxAlt = /*#__PURE__*/React.forwardRef(function LinuxAlt(_ref61, ref) {
1456
+ let {
1457
+ children,
1458
+ size = 16,
1459
+ ...rest
1460
+ } = _ref61;
1461
+ return /*#__PURE__*/React.createElement(Icon.default, {
1465
1462
  width: size,
1466
1463
  height: size,
1467
1464
  ref: ref,
1468
1465
  xmlns: "http://www.w3.org/2000/svg",
1469
1466
  viewBox: "0 0 32 32",
1470
- fill: "currentColor"
1471
- }, rest), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1467
+ fill: "currentColor",
1468
+ ...rest
1469
+ }, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1472
1470
  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"
1473
1471
  })), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1474
1472
  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"
@@ -1477,19 +1475,21 @@ var LinuxAlt = /*#__PURE__*/React.forwardRef(function LinuxAlt(_ref61, ref) {
1477
1475
  if (process.env.NODE_ENV !== "production") {
1478
1476
  LinuxAlt.propTypes = iconPropTypes4cbeb95d.i;
1479
1477
  }
1480
- var LinuxNamespace = /*#__PURE__*/React.forwardRef(function LinuxNamespace(_ref62, ref) {
1481
- var children = _ref62.children,
1482
- _ref62$size = _ref62.size,
1483
- size = _ref62$size === void 0 ? 16 : _ref62$size,
1484
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref62, _excluded62);
1485
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1478
+ const LinuxNamespace = /*#__PURE__*/React.forwardRef(function LinuxNamespace(_ref62, ref) {
1479
+ let {
1480
+ children,
1481
+ size = 16,
1482
+ ...rest
1483
+ } = _ref62;
1484
+ return /*#__PURE__*/React.createElement(Icon.default, {
1486
1485
  width: size,
1487
1486
  height: size,
1488
1487
  ref: ref,
1489
1488
  xmlns: "http://www.w3.org/2000/svg",
1490
1489
  viewBox: "0 0 32 32",
1491
- fill: "currentColor"
1492
- }, rest), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1490
+ fill: "currentColor",
1491
+ ...rest
1492
+ }, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1493
1493
  strokeWidth: "0",
1494
1494
  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"
1495
1495
  })), children);
@@ -1497,58 +1497,64 @@ var LinuxNamespace = /*#__PURE__*/React.forwardRef(function LinuxNamespace(_ref6
1497
1497
  if (process.env.NODE_ENV !== "production") {
1498
1498
  LinuxNamespace.propTypes = iconPropTypes4cbeb95d.i;
1499
1499
  }
1500
- var List = /*#__PURE__*/React.forwardRef(function List(_ref63, ref) {
1501
- var children = _ref63.children,
1502
- _ref63$size = _ref63.size,
1503
- size = _ref63$size === void 0 ? 16 : _ref63$size,
1504
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref63, _excluded63);
1505
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1500
+ const List = /*#__PURE__*/React.forwardRef(function List(_ref63, ref) {
1501
+ let {
1502
+ children,
1503
+ size = 16,
1504
+ ...rest
1505
+ } = _ref63;
1506
+ return /*#__PURE__*/React.createElement(Icon.default, {
1506
1507
  width: size,
1507
1508
  height: size,
1508
1509
  ref: ref,
1509
1510
  xmlns: "http://www.w3.org/2000/svg",
1510
1511
  viewBox: "0 0 32 32",
1511
- fill: "currentColor"
1512
- }, rest), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1512
+ fill: "currentColor",
1513
+ ...rest
1514
+ }, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1513
1515
  d: "M10 6H28V8H10zM10 24H28V26H10zM10 15H28V17H10zM4 15H6V17H4zM4 6H6V8H4zM4 24H6V26H4z"
1514
1516
  })), children);
1515
1517
  });
1516
1518
  if (process.env.NODE_ENV !== "production") {
1517
1519
  List.propTypes = iconPropTypes4cbeb95d.i;
1518
1520
  }
1519
- var ListBoxes = /*#__PURE__*/React.forwardRef(function ListBoxes(_ref64, ref) {
1520
- var children = _ref64.children,
1521
- _ref64$size = _ref64.size,
1522
- size = _ref64$size === void 0 ? 16 : _ref64$size,
1523
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref64, _excluded64);
1524
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1521
+ const ListBoxes = /*#__PURE__*/React.forwardRef(function ListBoxes(_ref64, ref) {
1522
+ let {
1523
+ children,
1524
+ size = 16,
1525
+ ...rest
1526
+ } = _ref64;
1527
+ return /*#__PURE__*/React.createElement(Icon.default, {
1525
1528
  width: size,
1526
1529
  height: size,
1527
1530
  ref: ref,
1528
1531
  xmlns: "http://www.w3.org/2000/svg",
1529
1532
  viewBox: "0 0 32 32",
1530
- fill: "currentColor"
1531
- }, rest), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1533
+ fill: "currentColor",
1534
+ ...rest
1535
+ }, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1532
1536
  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"
1533
1537
  })), children);
1534
1538
  });
1535
1539
  if (process.env.NODE_ENV !== "production") {
1536
1540
  ListBoxes.propTypes = iconPropTypes4cbeb95d.i;
1537
1541
  }
1538
- var ListBulleted = /*#__PURE__*/React.forwardRef(function ListBulleted(_ref65, ref) {
1539
- var children = _ref65.children,
1540
- _ref65$size = _ref65.size,
1541
- size = _ref65$size === void 0 ? 16 : _ref65$size,
1542
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref65, _excluded65);
1542
+ const ListBulleted = /*#__PURE__*/React.forwardRef(function ListBulleted(_ref65, ref) {
1543
+ let {
1544
+ children,
1545
+ size = 16,
1546
+ ...rest
1547
+ } = _ref65;
1543
1548
  if (size === 16 || size === "16" || size === "16px") {
1544
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1549
+ return /*#__PURE__*/React.createElement(Icon.default, {
1545
1550
  width: size,
1546
1551
  height: size,
1547
1552
  ref: ref,
1548
1553
  xmlns: "http://www.w3.org/2000/svg",
1549
1554
  viewBox: "0 0 16 16",
1550
- fill: "currentColor"
1551
- }, rest), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
1555
+ fill: "currentColor",
1556
+ ...rest
1557
+ }, _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
1552
1558
  cx: "3.5",
1553
1559
  cy: "4.5",
1554
1560
  r: "1.5"
@@ -1560,14 +1566,15 @@ var ListBulleted = /*#__PURE__*/React.forwardRef(function ListBulleted(_ref65, r
1560
1566
  d: "M8 11H15V12H8zM8 4H15V5H8z"
1561
1567
  })), children);
1562
1568
  }
1563
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1569
+ return /*#__PURE__*/React.createElement(Icon.default, {
1564
1570
  width: size,
1565
1571
  height: size,
1566
1572
  ref: ref,
1567
1573
  xmlns: "http://www.w3.org/2000/svg",
1568
1574
  viewBox: "0 0 32 32",
1569
- fill: "currentColor"
1570
- }, rest), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
1575
+ fill: "currentColor",
1576
+ ...rest
1577
+ }, _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
1571
1578
  cx: "7",
1572
1579
  cy: "9",
1573
1580
  r: "3"
@@ -1582,57 +1589,63 @@ var ListBulleted = /*#__PURE__*/React.forwardRef(function ListBulleted(_ref65, r
1582
1589
  if (process.env.NODE_ENV !== "production") {
1583
1590
  ListBulleted.propTypes = iconPropTypes4cbeb95d.i;
1584
1591
  }
1585
- var ListChecked = /*#__PURE__*/React.forwardRef(function ListChecked(_ref66, ref) {
1586
- var children = _ref66.children,
1587
- _ref66$size = _ref66.size,
1588
- size = _ref66$size === void 0 ? 16 : _ref66$size,
1589
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref66, _excluded66);
1590
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1592
+ const ListChecked = /*#__PURE__*/React.forwardRef(function ListChecked(_ref66, ref) {
1593
+ let {
1594
+ children,
1595
+ size = 16,
1596
+ ...rest
1597
+ } = _ref66;
1598
+ return /*#__PURE__*/React.createElement(Icon.default, {
1591
1599
  width: size,
1592
1600
  height: size,
1593
1601
  ref: ref,
1594
1602
  xmlns: "http://www.w3.org/2000/svg",
1595
1603
  viewBox: "0 0 32 32",
1596
- fill: "currentColor"
1597
- }, rest), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1604
+ fill: "currentColor",
1605
+ ...rest
1606
+ }, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1598
1607
  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"
1599
1608
  })), children);
1600
1609
  });
1601
1610
  if (process.env.NODE_ENV !== "production") {
1602
1611
  ListChecked.propTypes = iconPropTypes4cbeb95d.i;
1603
1612
  }
1604
- var ListCheckedMirror = /*#__PURE__*/React.forwardRef(function ListCheckedMirror(_ref67, ref) {
1605
- var children = _ref67.children,
1606
- _ref67$size = _ref67.size,
1607
- size = _ref67$size === void 0 ? 16 : _ref67$size,
1608
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref67, _excluded67);
1609
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1613
+ const ListCheckedMirror = /*#__PURE__*/React.forwardRef(function ListCheckedMirror(_ref67, ref) {
1614
+ let {
1615
+ children,
1616
+ size = 16,
1617
+ ...rest
1618
+ } = _ref67;
1619
+ return /*#__PURE__*/React.createElement(Icon.default, {
1610
1620
  width: size,
1611
1621
  height: size,
1612
1622
  ref: ref,
1613
1623
  xmlns: "http://www.w3.org/2000/svg",
1614
1624
  viewBox: "0 0 32 32",
1615
- fill: "currentColor"
1616
- }, rest), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1625
+ fill: "currentColor",
1626
+ ...rest
1627
+ }, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1617
1628
  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"
1618
1629
  })), children);
1619
1630
  });
1620
1631
  if (process.env.NODE_ENV !== "production") {
1621
1632
  ListCheckedMirror.propTypes = iconPropTypes4cbeb95d.i;
1622
1633
  }
1623
- var ListDropdown = /*#__PURE__*/React.forwardRef(function ListDropdown(_ref68, ref) {
1624
- var children = _ref68.children,
1625
- _ref68$size = _ref68.size,
1626
- size = _ref68$size === void 0 ? 16 : _ref68$size,
1627
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref68, _excluded68);
1628
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1634
+ const ListDropdown = /*#__PURE__*/React.forwardRef(function ListDropdown(_ref68, ref) {
1635
+ let {
1636
+ children,
1637
+ size = 16,
1638
+ ...rest
1639
+ } = _ref68;
1640
+ return /*#__PURE__*/React.createElement(Icon.default, {
1629
1641
  width: size,
1630
1642
  height: size,
1631
1643
  ref: ref,
1632
1644
  xmlns: "http://www.w3.org/2000/svg",
1633
1645
  viewBox: "0 0 32 32",
1634
- fill: "currentColor"
1635
- }, rest), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1646
+ fill: "currentColor",
1647
+ ...rest
1648
+ }, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1636
1649
  d: "M26,6V2H2V12h9V30H30V6ZM4,10V4H24V6H11v4ZM28,28H13V8H28Z"
1637
1650
  })), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1638
1651
  d: "M15 11H17V13H15zM19 11H26V13H19zM15 17H17V19H15zM19 17H26V19H19zM15 23H17V25H15zM19 23H26V25H19z"
@@ -1641,209 +1654,231 @@ var ListDropdown = /*#__PURE__*/React.forwardRef(function ListDropdown(_ref68, r
1641
1654
  if (process.env.NODE_ENV !== "production") {
1642
1655
  ListDropdown.propTypes = iconPropTypes4cbeb95d.i;
1643
1656
  }
1644
- var ListNumbered = /*#__PURE__*/React.forwardRef(function ListNumbered(_ref69, ref) {
1645
- var children = _ref69.children,
1646
- _ref69$size = _ref69.size,
1647
- size = _ref69$size === void 0 ? 16 : _ref69$size,
1648
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref69, _excluded69);
1649
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1657
+ const ListNumbered = /*#__PURE__*/React.forwardRef(function ListNumbered(_ref69, ref) {
1658
+ let {
1659
+ children,
1660
+ size = 16,
1661
+ ...rest
1662
+ } = _ref69;
1663
+ return /*#__PURE__*/React.createElement(Icon.default, {
1650
1664
  width: size,
1651
1665
  height: size,
1652
1666
  ref: ref,
1653
1667
  xmlns: "http://www.w3.org/2000/svg",
1654
1668
  viewBox: "0 0 32 32",
1655
- fill: "currentColor"
1656
- }, rest), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1669
+ fill: "currentColor",
1670
+ ...rest
1671
+ }, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1657
1672
  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"
1658
1673
  })), children);
1659
1674
  });
1660
1675
  if (process.env.NODE_ENV !== "production") {
1661
1676
  ListNumbered.propTypes = iconPropTypes4cbeb95d.i;
1662
1677
  }
1663
- var ListNumberedMirror = /*#__PURE__*/React.forwardRef(function ListNumberedMirror(_ref70, ref) {
1664
- var children = _ref70.children,
1665
- _ref70$size = _ref70.size,
1666
- size = _ref70$size === void 0 ? 16 : _ref70$size,
1667
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref70, _excluded70);
1668
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1678
+ const ListNumberedMirror = /*#__PURE__*/React.forwardRef(function ListNumberedMirror(_ref70, ref) {
1679
+ let {
1680
+ children,
1681
+ size = 16,
1682
+ ...rest
1683
+ } = _ref70;
1684
+ return /*#__PURE__*/React.createElement(Icon.default, {
1669
1685
  width: size,
1670
1686
  height: size,
1671
1687
  ref: ref,
1672
1688
  xmlns: "http://www.w3.org/2000/svg",
1673
1689
  viewBox: "0 0 32 32",
1674
- fill: "currentColor"
1675
- }, rest), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1690
+ fill: "currentColor",
1691
+ ...rest
1692
+ }, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1676
1693
  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"
1677
1694
  })), children);
1678
1695
  });
1679
1696
  if (process.env.NODE_ENV !== "production") {
1680
1697
  ListNumberedMirror.propTypes = iconPropTypes4cbeb95d.i;
1681
1698
  }
1682
- var LoadBalancerApplication = /*#__PURE__*/React.forwardRef(function LoadBalancerApplication(_ref71, ref) {
1683
- var children = _ref71.children,
1684
- _ref71$size = _ref71.size,
1685
- size = _ref71$size === void 0 ? 16 : _ref71$size,
1686
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref71, _excluded71);
1687
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1699
+ const LoadBalancerApplication = /*#__PURE__*/React.forwardRef(function LoadBalancerApplication(_ref71, ref) {
1700
+ let {
1701
+ children,
1702
+ size = 16,
1703
+ ...rest
1704
+ } = _ref71;
1705
+ return /*#__PURE__*/React.createElement(Icon.default, {
1688
1706
  width: size,
1689
1707
  height: size,
1690
1708
  ref: ref,
1691
1709
  xmlns: "http://www.w3.org/2000/svg",
1692
1710
  viewBox: "0 0 32 32",
1693
- fill: "currentColor"
1694
- }, rest), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1711
+ fill: "currentColor",
1712
+ ...rest
1713
+ }, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1695
1714
  d: "M4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM25 16H17V14H15v2H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM9 2V12H23V2zm2 2h2v6H11zm10 6H15V4h6z"
1696
1715
  })), children);
1697
1716
  });
1698
1717
  if (process.env.NODE_ENV !== "production") {
1699
1718
  LoadBalancerApplication.propTypes = iconPropTypes4cbeb95d.i;
1700
1719
  }
1701
- var LoadBalancerClassic = /*#__PURE__*/React.forwardRef(function LoadBalancerClassic(_ref72, ref) {
1702
- var children = _ref72.children,
1703
- _ref72$size = _ref72.size,
1704
- size = _ref72$size === void 0 ? 16 : _ref72$size,
1705
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref72, _excluded72);
1706
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1720
+ const LoadBalancerClassic = /*#__PURE__*/React.forwardRef(function LoadBalancerClassic(_ref72, ref) {
1721
+ let {
1722
+ children,
1723
+ size = 16,
1724
+ ...rest
1725
+ } = _ref72;
1726
+ return /*#__PURE__*/React.createElement(Icon.default, {
1707
1727
  width: size,
1708
1728
  height: size,
1709
1729
  ref: ref,
1710
1730
  xmlns: "http://www.w3.org/2000/svg",
1711
1731
  viewBox: "0 0 32 32",
1712
- fill: "currentColor"
1713
- }, rest), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1732
+ fill: "currentColor",
1733
+ ...rest
1734
+ }, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1714
1735
  d: "M4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM25 16H17V12H15v4H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM20 10V2H12v8zM14 8V4h4V8z"
1715
1736
  })), children);
1716
1737
  });
1717
1738
  if (process.env.NODE_ENV !== "production") {
1718
1739
  LoadBalancerClassic.propTypes = iconPropTypes4cbeb95d.i;
1719
1740
  }
1720
- var LoadBalancerGlobal = /*#__PURE__*/React.forwardRef(function LoadBalancerGlobal(_ref73, ref) {
1721
- var children = _ref73.children,
1722
- _ref73$size = _ref73.size,
1723
- size = _ref73$size === void 0 ? 16 : _ref73$size,
1724
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref73, _excluded73);
1725
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1741
+ const LoadBalancerGlobal = /*#__PURE__*/React.forwardRef(function LoadBalancerGlobal(_ref73, ref) {
1742
+ let {
1743
+ children,
1744
+ size = 16,
1745
+ ...rest
1746
+ } = _ref73;
1747
+ return /*#__PURE__*/React.createElement(Icon.default, {
1726
1748
  width: size,
1727
1749
  height: size,
1728
1750
  ref: ref,
1729
1751
  xmlns: "http://www.w3.org/2000/svg",
1730
1752
  viewBox: "0 0 32 32",
1731
- fill: "currentColor"
1732
- }, rest), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1753
+ fill: "currentColor",
1754
+ ...rest
1755
+ }, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1733
1756
  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"
1734
1757
  })), children);
1735
1758
  });
1736
1759
  if (process.env.NODE_ENV !== "production") {
1737
1760
  LoadBalancerGlobal.propTypes = iconPropTypes4cbeb95d.i;
1738
1761
  }
1739
- var LoadBalancerListener = /*#__PURE__*/React.forwardRef(function LoadBalancerListener(_ref74, ref) {
1740
- var children = _ref74.children,
1741
- _ref74$size = _ref74.size,
1742
- size = _ref74$size === void 0 ? 16 : _ref74$size,
1743
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref74, _excluded74);
1744
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1762
+ const LoadBalancerListener = /*#__PURE__*/React.forwardRef(function LoadBalancerListener(_ref74, ref) {
1763
+ let {
1764
+ children,
1765
+ size = 16,
1766
+ ...rest
1767
+ } = _ref74;
1768
+ return /*#__PURE__*/React.createElement(Icon.default, {
1745
1769
  width: size,
1746
1770
  height: size,
1747
1771
  ref: ref,
1748
1772
  xmlns: "http://www.w3.org/2000/svg",
1749
1773
  viewBox: "0 0 32 32",
1750
- fill: "currentColor"
1751
- }, rest), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1774
+ fill: "currentColor",
1775
+ ...rest
1776
+ }, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1752
1777
  d: "M15 8H17V10H15zM19 8H21V10H19zM11 8H13V10H11zM25 16H17V13H15v3H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM11 3H21V5H11z"
1753
1778
  })), children);
1754
1779
  });
1755
1780
  if (process.env.NODE_ENV !== "production") {
1756
1781
  LoadBalancerListener.propTypes = iconPropTypes4cbeb95d.i;
1757
1782
  }
1758
- var LoadBalancerLocal = /*#__PURE__*/React.forwardRef(function LoadBalancerLocal(_ref75, ref) {
1759
- var children = _ref75.children,
1760
- _ref75$size = _ref75.size,
1761
- size = _ref75$size === void 0 ? 16 : _ref75$size,
1762
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref75, _excluded75);
1763
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1783
+ const LoadBalancerLocal = /*#__PURE__*/React.forwardRef(function LoadBalancerLocal(_ref75, ref) {
1784
+ let {
1785
+ children,
1786
+ size = 16,
1787
+ ...rest
1788
+ } = _ref75;
1789
+ return /*#__PURE__*/React.createElement(Icon.default, {
1764
1790
  width: size,
1765
1791
  height: size,
1766
1792
  ref: ref,
1767
1793
  xmlns: "http://www.w3.org/2000/svg",
1768
1794
  viewBox: "0 0 32 32",
1769
- fill: "currentColor"
1770
- }, rest), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1795
+ fill: "currentColor",
1796
+ ...rest
1797
+ }, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1771
1798
  d: "M25 16H17V10H15v6H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM11 5H21V7H11z"
1772
1799
  })), children);
1773
1800
  });
1774
1801
  if (process.env.NODE_ENV !== "production") {
1775
1802
  LoadBalancerLocal.propTypes = iconPropTypes4cbeb95d.i;
1776
1803
  }
1777
- var LoadBalancerNetwork = /*#__PURE__*/React.forwardRef(function LoadBalancerNetwork(_ref76, ref) {
1778
- var children = _ref76.children,
1779
- _ref76$size = _ref76.size,
1780
- size = _ref76$size === void 0 ? 16 : _ref76$size,
1781
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref76, _excluded76);
1782
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1804
+ const LoadBalancerNetwork = /*#__PURE__*/React.forwardRef(function LoadBalancerNetwork(_ref76, ref) {
1805
+ let {
1806
+ children,
1807
+ size = 16,
1808
+ ...rest
1809
+ } = _ref76;
1810
+ return /*#__PURE__*/React.createElement(Icon.default, {
1783
1811
  width: size,
1784
1812
  height: size,
1785
1813
  ref: ref,
1786
1814
  xmlns: "http://www.w3.org/2000/svg",
1787
1815
  viewBox: "0 0 32 32",
1788
- fill: "currentColor"
1789
- }, rest), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1816
+ fill: "currentColor",
1817
+ ...rest
1818
+ }, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1790
1819
  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"
1791
1820
  })), children);
1792
1821
  });
1793
1822
  if (process.env.NODE_ENV !== "production") {
1794
1823
  LoadBalancerNetwork.propTypes = iconPropTypes4cbeb95d.i;
1795
1824
  }
1796
- var LoadBalancerPool = /*#__PURE__*/React.forwardRef(function LoadBalancerPool(_ref77, ref) {
1797
- var children = _ref77.children,
1798
- _ref77$size = _ref77.size,
1799
- size = _ref77$size === void 0 ? 16 : _ref77$size,
1800
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref77, _excluded77);
1801
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1825
+ const LoadBalancerPool = /*#__PURE__*/React.forwardRef(function LoadBalancerPool(_ref77, ref) {
1826
+ let {
1827
+ children,
1828
+ size = 16,
1829
+ ...rest
1830
+ } = _ref77;
1831
+ return /*#__PURE__*/React.createElement(Icon.default, {
1802
1832
  width: size,
1803
1833
  height: size,
1804
1834
  ref: ref,
1805
1835
  xmlns: "http://www.w3.org/2000/svg",
1806
1836
  viewBox: "0 0 32 32",
1807
- fill: "currentColor"
1808
- }, rest), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1837
+ fill: "currentColor",
1838
+ ...rest
1839
+ }, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1809
1840
  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"
1810
1841
  })), children);
1811
1842
  });
1812
1843
  if (process.env.NODE_ENV !== "production") {
1813
1844
  LoadBalancerPool.propTypes = iconPropTypes4cbeb95d.i;
1814
1845
  }
1815
- var LoadBalancerVpc = /*#__PURE__*/React.forwardRef(function LoadBalancerVpc(_ref78, ref) {
1816
- var children = _ref78.children,
1817
- _ref78$size = _ref78.size,
1818
- size = _ref78$size === void 0 ? 16 : _ref78$size,
1819
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref78, _excluded78);
1820
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1846
+ const LoadBalancerVpc = /*#__PURE__*/React.forwardRef(function LoadBalancerVpc(_ref78, ref) {
1847
+ let {
1848
+ children,
1849
+ size = 16,
1850
+ ...rest
1851
+ } = _ref78;
1852
+ return /*#__PURE__*/React.createElement(Icon.default, {
1821
1853
  width: size,
1822
1854
  height: size,
1823
1855
  ref: ref,
1824
1856
  xmlns: "http://www.w3.org/2000/svg",
1825
1857
  viewBox: "0 0 32 32",
1826
- fill: "currentColor"
1827
- }, rest), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1858
+ fill: "currentColor",
1859
+ ...rest
1860
+ }, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1828
1861
  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"
1829
1862
  })), children);
1830
1863
  });
1831
1864
  if (process.env.NODE_ENV !== "production") {
1832
1865
  LoadBalancerVpc.propTypes = iconPropTypes4cbeb95d.i;
1833
1866
  }
1834
- var Location = /*#__PURE__*/React.forwardRef(function Location(_ref79, ref) {
1835
- var children = _ref79.children,
1836
- _ref79$size = _ref79.size,
1837
- size = _ref79$size === void 0 ? 16 : _ref79$size,
1838
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref79, _excluded79);
1839
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1867
+ const Location = /*#__PURE__*/React.forwardRef(function Location(_ref79, ref) {
1868
+ let {
1869
+ children,
1870
+ size = 16,
1871
+ ...rest
1872
+ } = _ref79;
1873
+ return /*#__PURE__*/React.createElement(Icon.default, {
1840
1874
  width: size,
1841
1875
  height: size,
1842
1876
  ref: ref,
1843
1877
  xmlns: "http://www.w3.org/2000/svg",
1844
1878
  viewBox: "0 0 32 32",
1845
- fill: "currentColor"
1846
- }, rest), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1879
+ fill: "currentColor",
1880
+ ...rest
1881
+ }, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1847
1882
  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"
1848
1883
  })), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1849
1884
  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"
@@ -1852,19 +1887,21 @@ var Location = /*#__PURE__*/React.forwardRef(function Location(_ref79, ref) {
1852
1887
  if (process.env.NODE_ENV !== "production") {
1853
1888
  Location.propTypes = iconPropTypes4cbeb95d.i;
1854
1889
  }
1855
- var LocationCompany = /*#__PURE__*/React.forwardRef(function LocationCompany(_ref80, ref) {
1856
- var children = _ref80.children,
1857
- _ref80$size = _ref80.size,
1858
- size = _ref80$size === void 0 ? 16 : _ref80$size,
1859
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref80, _excluded80);
1860
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1890
+ const LocationCompany = /*#__PURE__*/React.forwardRef(function LocationCompany(_ref80, ref) {
1891
+ let {
1892
+ children,
1893
+ size = 16,
1894
+ ...rest
1895
+ } = _ref80;
1896
+ return /*#__PURE__*/React.createElement(Icon.default, {
1861
1897
  width: size,
1862
1898
  height: size,
1863
1899
  ref: ref,
1864
1900
  xmlns: "http://www.w3.org/2000/svg",
1865
1901
  viewBox: "0 0 32 32",
1866
- fill: "currentColor"
1867
- }, rest), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1902
+ fill: "currentColor",
1903
+ ...rest
1904
+ }, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1868
1905
  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"
1869
1906
  })), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1870
1907
  d: "M21,18H19V10H13v8H11V10a2.0021,2.0021,0,0,1,2-2h6a2.0021,2.0021,0,0,1,2,2Z"
@@ -1875,19 +1912,21 @@ var LocationCompany = /*#__PURE__*/React.forwardRef(function LocationCompany(_re
1875
1912
  if (process.env.NODE_ENV !== "production") {
1876
1913
  LocationCompany.propTypes = iconPropTypes4cbeb95d.i;
1877
1914
  }
1878
- var LocationCompanyFilled = /*#__PURE__*/React.forwardRef(function LocationCompanyFilled(_ref81, ref) {
1879
- var children = _ref81.children,
1880
- _ref81$size = _ref81.size,
1881
- size = _ref81$size === void 0 ? 16 : _ref81$size,
1882
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref81, _excluded81);
1883
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1915
+ const LocationCompanyFilled = /*#__PURE__*/React.forwardRef(function LocationCompanyFilled(_ref81, ref) {
1916
+ let {
1917
+ children,
1918
+ size = 16,
1919
+ ...rest
1920
+ } = _ref81;
1921
+ return /*#__PURE__*/React.createElement(Icon.default, {
1884
1922
  width: size,
1885
1923
  height: size,
1886
1924
  ref: ref,
1887
1925
  xmlns: "http://www.w3.org/2000/svg",
1888
1926
  viewBox: "0 0 32 32",
1889
- fill: "currentColor"
1890
- }, rest), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
1927
+ fill: "currentColor",
1928
+ ...rest
1929
+ }, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
1891
1930
  fill: "none",
1892
1931
  d: "M21,18H19V10H13v8H11V10a2.0021,2.0021,0,0,1,2-2h6a2.0021,2.0021,0,0,1,2,2Zm-4-2H15v2h2Zm0-4H15v2h2Z"
1893
1932
  })), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
@@ -1897,38 +1936,42 @@ var LocationCompanyFilled = /*#__PURE__*/React.forwardRef(function LocationCompa
1897
1936
  if (process.env.NODE_ENV !== "production") {
1898
1937
  LocationCompanyFilled.propTypes = iconPropTypes4cbeb95d.i;
1899
1938
  }
1900
- var LocationCurrent = /*#__PURE__*/React.forwardRef(function LocationCurrent(_ref82, ref) {
1901
- var children = _ref82.children,
1902
- _ref82$size = _ref82.size,
1903
- size = _ref82$size === void 0 ? 16 : _ref82$size,
1904
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref82, _excluded82);
1905
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1939
+ const LocationCurrent = /*#__PURE__*/React.forwardRef(function LocationCurrent(_ref82, ref) {
1940
+ let {
1941
+ children,
1942
+ size = 16,
1943
+ ...rest
1944
+ } = _ref82;
1945
+ return /*#__PURE__*/React.createElement(Icon.default, {
1906
1946
  width: size,
1907
1947
  height: size,
1908
1948
  ref: ref,
1909
1949
  xmlns: "http://www.w3.org/2000/svg",
1910
1950
  viewBox: "0 0 32 32",
1911
- fill: "currentColor"
1912
- }, rest), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
1951
+ fill: "currentColor",
1952
+ ...rest
1953
+ }, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
1913
1954
  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"
1914
1955
  })), children);
1915
1956
  });
1916
1957
  if (process.env.NODE_ENV !== "production") {
1917
1958
  LocationCurrent.propTypes = iconPropTypes4cbeb95d.i;
1918
1959
  }
1919
- var LocationFilled = /*#__PURE__*/React.forwardRef(function LocationFilled(_ref83, ref) {
1920
- var children = _ref83.children,
1921
- _ref83$size = _ref83.size,
1922
- size = _ref83$size === void 0 ? 16 : _ref83$size,
1923
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref83, _excluded83);
1924
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1960
+ const LocationFilled = /*#__PURE__*/React.forwardRef(function LocationFilled(_ref83, ref) {
1961
+ let {
1962
+ children,
1963
+ size = 16,
1964
+ ...rest
1965
+ } = _ref83;
1966
+ return /*#__PURE__*/React.createElement(Icon.default, {
1925
1967
  width: size,
1926
1968
  height: size,
1927
1969
  ref: ref,
1928
1970
  xmlns: "http://www.w3.org/2000/svg",
1929
1971
  viewBox: "0 0 32 32",
1930
- fill: "currentColor"
1931
- }, rest), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
1972
+ fill: "currentColor",
1973
+ ...rest
1974
+ }, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
1932
1975
  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"
1933
1976
  })), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
1934
1977
  cx: "16",
@@ -1940,19 +1983,21 @@ var LocationFilled = /*#__PURE__*/React.forwardRef(function LocationFilled(_ref8
1940
1983
  if (process.env.NODE_ENV !== "production") {
1941
1984
  LocationFilled.propTypes = iconPropTypes4cbeb95d.i;
1942
1985
  }
1943
- var LocationHazard = /*#__PURE__*/React.forwardRef(function LocationHazard(_ref84, ref) {
1944
- var children = _ref84.children,
1945
- _ref84$size = _ref84.size,
1946
- size = _ref84$size === void 0 ? 16 : _ref84$size,
1947
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref84, _excluded84);
1948
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1986
+ const LocationHazard = /*#__PURE__*/React.forwardRef(function LocationHazard(_ref84, ref) {
1987
+ let {
1988
+ children,
1989
+ size = 16,
1990
+ ...rest
1991
+ } = _ref84;
1992
+ return /*#__PURE__*/React.createElement(Icon.default, {
1949
1993
  width: size,
1950
1994
  height: size,
1951
1995
  ref: ref,
1952
1996
  xmlns: "http://www.w3.org/2000/svg",
1953
1997
  viewBox: "0 0 32 32",
1954
- fill: "currentColor"
1955
- }, rest), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
1998
+ fill: "currentColor",
1999
+ ...rest
2000
+ }, _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
1956
2001
  cx: "16",
1957
2002
  cy: "20.5",
1958
2003
  r: "1.5"
@@ -1965,19 +2010,21 @@ var LocationHazard = /*#__PURE__*/React.forwardRef(function LocationHazard(_ref8
1965
2010
  if (process.env.NODE_ENV !== "production") {
1966
2011
  LocationHazard.propTypes = iconPropTypes4cbeb95d.i;
1967
2012
  }
1968
- var LocationHazardFilled = /*#__PURE__*/React.forwardRef(function LocationHazardFilled(_ref85, ref) {
1969
- var children = _ref85.children,
1970
- _ref85$size = _ref85.size,
1971
- size = _ref85$size === void 0 ? 16 : _ref85$size,
1972
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref85, _excluded85);
1973
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2013
+ const LocationHazardFilled = /*#__PURE__*/React.forwardRef(function LocationHazardFilled(_ref85, ref) {
2014
+ let {
2015
+ children,
2016
+ size = 16,
2017
+ ...rest
2018
+ } = _ref85;
2019
+ return /*#__PURE__*/React.createElement(Icon.default, {
1974
2020
  width: size,
1975
2021
  height: size,
1976
2022
  ref: ref,
1977
2023
  xmlns: "http://www.w3.org/2000/svg",
1978
2024
  viewBox: "0 0 32 32",
1979
- fill: "currentColor"
1980
- }, rest), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
2025
+ fill: "currentColor",
2026
+ ...rest
2027
+ }, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
1981
2028
  fill: "none",
1982
2029
  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"
1983
2030
  })), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
@@ -1987,19 +2034,21 @@ var LocationHazardFilled = /*#__PURE__*/React.forwardRef(function LocationHazard
1987
2034
  if (process.env.NODE_ENV !== "production") {
1988
2035
  LocationHazardFilled.propTypes = iconPropTypes4cbeb95d.i;
1989
2036
  }
1990
- var LocationHeart = /*#__PURE__*/React.forwardRef(function LocationHeart(_ref86, ref) {
1991
- var children = _ref86.children,
1992
- _ref86$size = _ref86.size,
1993
- size = _ref86$size === void 0 ? 16 : _ref86$size,
1994
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref86, _excluded86);
1995
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2037
+ const LocationHeart = /*#__PURE__*/React.forwardRef(function LocationHeart(_ref86, ref) {
2038
+ let {
2039
+ children,
2040
+ size = 16,
2041
+ ...rest
2042
+ } = _ref86;
2043
+ return /*#__PURE__*/React.createElement(Icon.default, {
1996
2044
  width: size,
1997
2045
  height: size,
1998
2046
  ref: ref,
1999
2047
  xmlns: "http://www.w3.org/2000/svg",
2000
2048
  viewBox: "0 0 32 32",
2001
- fill: "currentColor"
2002
- }, rest), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
2049
+ fill: "currentColor",
2050
+ ...rest
2051
+ }, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
2003
2052
  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"
2004
2053
  })), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
2005
2054
  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"
@@ -2008,19 +2057,21 @@ var LocationHeart = /*#__PURE__*/React.forwardRef(function LocationHeart(_ref86,
2008
2057
  if (process.env.NODE_ENV !== "production") {
2009
2058
  LocationHeart.propTypes = iconPropTypes4cbeb95d.i;
2010
2059
  }
2011
- var LocationHeartFilled = /*#__PURE__*/React.forwardRef(function LocationHeartFilled(_ref87, ref) {
2012
- var children = _ref87.children,
2013
- _ref87$size = _ref87.size,
2014
- size = _ref87$size === void 0 ? 16 : _ref87$size,
2015
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref87, _excluded87);
2016
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2060
+ const LocationHeartFilled = /*#__PURE__*/React.forwardRef(function LocationHeartFilled(_ref87, ref) {
2061
+ let {
2062
+ children,
2063
+ size = 16,
2064
+ ...rest
2065
+ } = _ref87;
2066
+ return /*#__PURE__*/React.createElement(Icon.default, {
2017
2067
  width: size,
2018
2068
  height: size,
2019
2069
  ref: ref,
2020
2070
  xmlns: "http://www.w3.org/2000/svg",
2021
2071
  viewBox: "0 0 32 32",
2022
- fill: "currentColor"
2023
- }, rest), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2072
+ fill: "currentColor",
2073
+ ...rest
2074
+ }, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2024
2075
  fill: "none",
2025
2076
  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"
2026
2077
  })), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
@@ -2030,19 +2081,21 @@ var LocationHeartFilled = /*#__PURE__*/React.forwardRef(function LocationHeartFi
2030
2081
  if (process.env.NODE_ENV !== "production") {
2031
2082
  LocationHeartFilled.propTypes = iconPropTypes4cbeb95d.i;
2032
2083
  }
2033
- var LocationInfo = /*#__PURE__*/React.forwardRef(function LocationInfo(_ref88, ref) {
2034
- var children = _ref88.children,
2035
- _ref88$size = _ref88.size,
2036
- size = _ref88$size === void 0 ? 16 : _ref88$size,
2037
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref88, _excluded88);
2038
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2084
+ const LocationInfo = /*#__PURE__*/React.forwardRef(function LocationInfo(_ref88, ref) {
2085
+ let {
2086
+ children,
2087
+ size = 16,
2088
+ ...rest
2089
+ } = _ref88;
2090
+ return /*#__PURE__*/React.createElement(Icon.default, {
2039
2091
  width: size,
2040
2092
  height: size,
2041
2093
  ref: ref,
2042
2094
  xmlns: "http://www.w3.org/2000/svg",
2043
2095
  viewBox: "0 0 32 32",
2044
- fill: "currentColor"
2045
- }, rest), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2096
+ fill: "currentColor",
2097
+ ...rest
2098
+ }, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2046
2099
  strokeWidth: "0",
2047
2100
  d: "M17 18L17 11 13 11 13 13 15 13 15 18 12 18 12 20 20 20 20 18 17 18zM15.5 6c-.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.5z"
2048
2101
  })), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
@@ -2053,19 +2106,21 @@ var LocationInfo = /*#__PURE__*/React.forwardRef(function LocationInfo(_ref88, r
2053
2106
  if (process.env.NODE_ENV !== "production") {
2054
2107
  LocationInfo.propTypes = iconPropTypes4cbeb95d.i;
2055
2108
  }
2056
- var LocationInfoFilled = /*#__PURE__*/React.forwardRef(function LocationInfoFilled(_ref89, ref) {
2057
- var children = _ref89.children,
2058
- _ref89$size = _ref89.size,
2059
- size = _ref89$size === void 0 ? 16 : _ref89$size,
2060
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref89, _excluded89);
2061
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2109
+ const LocationInfoFilled = /*#__PURE__*/React.forwardRef(function LocationInfoFilled(_ref89, ref) {
2110
+ let {
2111
+ children,
2112
+ size = 16,
2113
+ ...rest
2114
+ } = _ref89;
2115
+ return /*#__PURE__*/React.createElement(Icon.default, {
2062
2116
  width: size,
2063
2117
  height: size,
2064
2118
  ref: ref,
2065
2119
  xmlns: "http://www.w3.org/2000/svg",
2066
2120
  viewBox: "0 0 32 32",
2067
- fill: "currentColor"
2068
- }, rest), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2121
+ fill: "currentColor",
2122
+ ...rest
2123
+ }, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2069
2124
  strokeWidth: "0",
2070
2125
  d: "m16,2c-6.0654,0-11,4.936-11,11,0,2.3931.7656,4.6729,2.2163,6.5996,0,0,.3003.3945.3481.4517l8.4355,9.9487,8.439-9.9526c.0444-.0532.3447-.4478.3447-.4478l.0015-.0024c1.4492-1.9243,2.2148-4.2041,2.2148-6.5972,0-6.064-4.9346-11-11-11Zm-.5,4c.8284,0,1.5.6714,1.5,1.5s-.6716,1.5-1.5,1.5-1.5-.6714-1.5-1.5.6716-1.5,1.5-1.5Zm4.5,14h-8v-2h3v-5h-2v-2h4v7h3v2Z"
2071
2126
  })), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
@@ -2077,19 +2132,21 @@ var LocationInfoFilled = /*#__PURE__*/React.forwardRef(function LocationInfoFill
2077
2132
  if (process.env.NODE_ENV !== "production") {
2078
2133
  LocationInfoFilled.propTypes = iconPropTypes4cbeb95d.i;
2079
2134
  }
2080
- var LocationPerson = /*#__PURE__*/React.forwardRef(function LocationPerson(_ref90, ref) {
2081
- var children = _ref90.children,
2082
- _ref90$size = _ref90.size,
2083
- size = _ref90$size === void 0 ? 16 : _ref90$size,
2084
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref90, _excluded90);
2085
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2135
+ const LocationPerson = /*#__PURE__*/React.forwardRef(function LocationPerson(_ref90, ref) {
2136
+ let {
2137
+ children,
2138
+ size = 16,
2139
+ ...rest
2140
+ } = _ref90;
2141
+ return /*#__PURE__*/React.createElement(Icon.default, {
2086
2142
  width: size,
2087
2143
  height: size,
2088
2144
  ref: ref,
2089
2145
  xmlns: "http://www.w3.org/2000/svg",
2090
2146
  viewBox: "0 0 32 32",
2091
- fill: "currentColor"
2092
- }, rest), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2147
+ fill: "currentColor",
2148
+ ...rest
2149
+ }, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2093
2150
  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"
2094
2151
  })), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2095
2152
  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"
@@ -2098,19 +2155,21 @@ var LocationPerson = /*#__PURE__*/React.forwardRef(function LocationPerson(_ref9
2098
2155
  if (process.env.NODE_ENV !== "production") {
2099
2156
  LocationPerson.propTypes = iconPropTypes4cbeb95d.i;
2100
2157
  }
2101
- var LocationPersonFilled = /*#__PURE__*/React.forwardRef(function LocationPersonFilled(_ref91, ref) {
2102
- var children = _ref91.children,
2103
- _ref91$size = _ref91.size,
2104
- size = _ref91$size === void 0 ? 16 : _ref91$size,
2105
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref91, _excluded91);
2106
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2158
+ const LocationPersonFilled = /*#__PURE__*/React.forwardRef(function LocationPersonFilled(_ref91, ref) {
2159
+ let {
2160
+ children,
2161
+ size = 16,
2162
+ ...rest
2163
+ } = _ref91;
2164
+ return /*#__PURE__*/React.createElement(Icon.default, {
2107
2165
  width: size,
2108
2166
  height: size,
2109
2167
  ref: ref,
2110
2168
  xmlns: "http://www.w3.org/2000/svg",
2111
2169
  viewBox: "0 0 32 32",
2112
- fill: "currentColor"
2113
- }, rest), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2170
+ fill: "currentColor",
2171
+ ...rest
2172
+ }, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2114
2173
  fill: "none",
2115
2174
  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"
2116
2175
  })), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
@@ -2124,38 +2183,42 @@ var LocationPersonFilled = /*#__PURE__*/React.forwardRef(function LocationPerson
2124
2183
  if (process.env.NODE_ENV !== "production") {
2125
2184
  LocationPersonFilled.propTypes = iconPropTypes4cbeb95d.i;
2126
2185
  }
2127
- var LocationSave = /*#__PURE__*/React.forwardRef(function LocationSave(_ref92, ref) {
2128
- var children = _ref92.children,
2129
- _ref92$size = _ref92.size,
2130
- size = _ref92$size === void 0 ? 16 : _ref92$size,
2131
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref92, _excluded92);
2132
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2186
+ const LocationSave = /*#__PURE__*/React.forwardRef(function LocationSave(_ref92, ref) {
2187
+ let {
2188
+ children,
2189
+ size = 16,
2190
+ ...rest
2191
+ } = _ref92;
2192
+ return /*#__PURE__*/React.createElement(Icon.default, {
2133
2193
  width: size,
2134
2194
  height: size,
2135
2195
  ref: ref,
2136
2196
  xmlns: "http://www.w3.org/2000/svg",
2137
2197
  viewBox: "0 0 32 32",
2138
- fill: "currentColor"
2139
- }, rest), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2198
+ fill: "currentColor",
2199
+ ...rest
2200
+ }, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2140
2201
  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"
2141
2202
  })), children);
2142
2203
  });
2143
2204
  if (process.env.NODE_ENV !== "production") {
2144
2205
  LocationSave.propTypes = iconPropTypes4cbeb95d.i;
2145
2206
  }
2146
- var LocationStar = /*#__PURE__*/React.forwardRef(function LocationStar(_ref93, ref) {
2147
- var children = _ref93.children,
2148
- _ref93$size = _ref93.size,
2149
- size = _ref93$size === void 0 ? 16 : _ref93$size,
2150
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref93, _excluded93);
2151
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2207
+ const LocationStar = /*#__PURE__*/React.forwardRef(function LocationStar(_ref93, ref) {
2208
+ let {
2209
+ children,
2210
+ size = 16,
2211
+ ...rest
2212
+ } = _ref93;
2213
+ return /*#__PURE__*/React.createElement(Icon.default, {
2152
2214
  width: size,
2153
2215
  height: size,
2154
2216
  ref: ref,
2155
2217
  xmlns: "http://www.w3.org/2000/svg",
2156
2218
  viewBox: "0 0 32 32",
2157
- fill: "currentColor"
2158
- }, rest), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2219
+ fill: "currentColor",
2220
+ ...rest
2221
+ }, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2159
2222
  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"
2160
2223
  })), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2161
2224
  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"
@@ -2164,19 +2227,21 @@ var LocationStar = /*#__PURE__*/React.forwardRef(function LocationStar(_ref93, r
2164
2227
  if (process.env.NODE_ENV !== "production") {
2165
2228
  LocationStar.propTypes = iconPropTypes4cbeb95d.i;
2166
2229
  }
2167
- var LocationStarFilled = /*#__PURE__*/React.forwardRef(function LocationStarFilled(_ref94, ref) {
2168
- var children = _ref94.children,
2169
- _ref94$size = _ref94.size,
2170
- size = _ref94$size === void 0 ? 16 : _ref94$size,
2171
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref94, _excluded94);
2172
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2230
+ const LocationStarFilled = /*#__PURE__*/React.forwardRef(function LocationStarFilled(_ref94, ref) {
2231
+ let {
2232
+ children,
2233
+ size = 16,
2234
+ ...rest
2235
+ } = _ref94;
2236
+ return /*#__PURE__*/React.createElement(Icon.default, {
2173
2237
  width: size,
2174
2238
  height: size,
2175
2239
  ref: ref,
2176
2240
  xmlns: "http://www.w3.org/2000/svg",
2177
2241
  viewBox: "0 0 32 32",
2178
- fill: "currentColor"
2179
- }, rest), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2242
+ fill: "currentColor",
2243
+ ...rest
2244
+ }, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2180
2245
  fill: "none",
2181
2246
  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"
2182
2247
  })), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
@@ -2186,38 +2251,42 @@ var LocationStarFilled = /*#__PURE__*/React.forwardRef(function LocationStarFill
2186
2251
  if (process.env.NODE_ENV !== "production") {
2187
2252
  LocationStarFilled.propTypes = iconPropTypes4cbeb95d.i;
2188
2253
  }
2189
- var Locked = /*#__PURE__*/React.forwardRef(function Locked(_ref95, ref) {
2190
- var children = _ref95.children,
2191
- _ref95$size = _ref95.size,
2192
- size = _ref95$size === void 0 ? 16 : _ref95$size,
2193
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref95, _excluded95);
2194
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2254
+ const Locked = /*#__PURE__*/React.forwardRef(function Locked(_ref95, ref) {
2255
+ let {
2256
+ children,
2257
+ size = 16,
2258
+ ...rest
2259
+ } = _ref95;
2260
+ return /*#__PURE__*/React.createElement(Icon.default, {
2195
2261
  width: size,
2196
2262
  height: size,
2197
2263
  ref: ref,
2198
2264
  xmlns: "http://www.w3.org/2000/svg",
2199
2265
  viewBox: "0 0 32 32",
2200
- fill: "currentColor"
2201
- }, rest), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2266
+ fill: "currentColor",
2267
+ ...rest
2268
+ }, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2202
2269
  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"
2203
2270
  })), children);
2204
2271
  });
2205
2272
  if (process.env.NODE_ENV !== "production") {
2206
2273
  Locked.propTypes = iconPropTypes4cbeb95d.i;
2207
2274
  }
2208
- var LogicalPartition = /*#__PURE__*/React.forwardRef(function LogicalPartition(_ref96, ref) {
2209
- var children = _ref96.children,
2210
- _ref96$size = _ref96.size,
2211
- size = _ref96$size === void 0 ? 16 : _ref96$size,
2212
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref96, _excluded96);
2213
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2275
+ const LogicalPartition = /*#__PURE__*/React.forwardRef(function LogicalPartition(_ref96, ref) {
2276
+ let {
2277
+ children,
2278
+ size = 16,
2279
+ ...rest
2280
+ } = _ref96;
2281
+ return /*#__PURE__*/React.createElement(Icon.default, {
2214
2282
  width: size,
2215
2283
  height: size,
2216
2284
  ref: ref,
2217
2285
  xmlns: "http://www.w3.org/2000/svg",
2218
2286
  viewBox: "0 0 32 32",
2219
- fill: "currentColor"
2220
- }, rest), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
2287
+ fill: "currentColor",
2288
+ ...rest
2289
+ }, _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
2221
2290
  cx: "9",
2222
2291
  cy: "7",
2223
2292
  r: "1"
@@ -2228,19 +2297,21 @@ var LogicalPartition = /*#__PURE__*/React.forwardRef(function LogicalPartition(_
2228
2297
  if (process.env.NODE_ENV !== "production") {
2229
2298
  LogicalPartition.propTypes = iconPropTypes4cbeb95d.i;
2230
2299
  }
2231
- var Login = /*#__PURE__*/React.forwardRef(function Login(_ref97, ref) {
2232
- var children = _ref97.children,
2233
- _ref97$size = _ref97.size,
2234
- size = _ref97$size === void 0 ? 16 : _ref97$size,
2235
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref97, _excluded97);
2236
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2300
+ const Login = /*#__PURE__*/React.forwardRef(function Login(_ref97, ref) {
2301
+ let {
2302
+ children,
2303
+ size = 16,
2304
+ ...rest
2305
+ } = _ref97;
2306
+ return /*#__PURE__*/React.createElement(Icon.default, {
2237
2307
  width: size,
2238
2308
  height: size,
2239
2309
  ref: ref,
2240
2310
  xmlns: "http://www.w3.org/2000/svg",
2241
2311
  viewBox: "0 0 32 32",
2242
- fill: "currentColor"
2243
- }, rest), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2312
+ fill: "currentColor",
2313
+ ...rest
2314
+ }, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2244
2315
  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"
2245
2316
  })), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2246
2317
  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"
@@ -2249,19 +2320,21 @@ var Login = /*#__PURE__*/React.forwardRef(function Login(_ref97, ref) {
2249
2320
  if (process.env.NODE_ENV !== "production") {
2250
2321
  Login.propTypes = iconPropTypes4cbeb95d.i;
2251
2322
  }
2252
- var LogoAngular = /*#__PURE__*/React.forwardRef(function LogoAngular(_ref98, ref) {
2253
- var children = _ref98.children,
2254
- _ref98$size = _ref98.size,
2255
- size = _ref98$size === void 0 ? 16 : _ref98$size,
2256
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref98, _excluded98);
2257
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2323
+ const LogoAngular = /*#__PURE__*/React.forwardRef(function LogoAngular(_ref98, ref) {
2324
+ let {
2325
+ children,
2326
+ size = 16,
2327
+ ...rest
2328
+ } = _ref98;
2329
+ return /*#__PURE__*/React.createElement(Icon.default, {
2258
2330
  width: size,
2259
2331
  height: size,
2260
2332
  ref: ref,
2261
2333
  xmlns: "http://www.w3.org/2000/svg",
2262
2334
  viewBox: "0 0 32 32",
2263
- fill: "currentColor"
2264
- }, rest), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2335
+ fill: "currentColor",
2336
+ ...rest
2337
+ }, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2265
2338
  d: "M13.5,16h4.9L16,10.8L13.5,16z"
2266
2339
  })), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2267
2340
  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"
@@ -2270,114 +2343,126 @@ var LogoAngular = /*#__PURE__*/React.forwardRef(function LogoAngular(_ref98, ref
2270
2343
  if (process.env.NODE_ENV !== "production") {
2271
2344
  LogoAngular.propTypes = iconPropTypes4cbeb95d.i;
2272
2345
  }
2273
- var LogoAnsibleCommunity = /*#__PURE__*/React.forwardRef(function LogoAnsibleCommunity(_ref99, ref) {
2274
- var children = _ref99.children,
2275
- _ref99$size = _ref99.size,
2276
- size = _ref99$size === void 0 ? 16 : _ref99$size,
2277
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref99, _excluded99);
2278
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2346
+ const LogoAnsibleCommunity = /*#__PURE__*/React.forwardRef(function LogoAnsibleCommunity(_ref99, ref) {
2347
+ let {
2348
+ children,
2349
+ size = 16,
2350
+ ...rest
2351
+ } = _ref99;
2352
+ return /*#__PURE__*/React.createElement(Icon.default, {
2279
2353
  width: size,
2280
2354
  height: size,
2281
2355
  ref: ref,
2282
2356
  xmlns: "http://www.w3.org/2000/svg",
2283
2357
  viewBox: "0 0 32 32",
2284
- fill: "currentColor"
2285
- }, rest), _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2358
+ fill: "currentColor",
2359
+ ...rest
2360
+ }, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2286
2361
  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"
2287
2362
  })), children);
2288
2363
  });
2289
2364
  if (process.env.NODE_ENV !== "production") {
2290
2365
  LogoAnsibleCommunity.propTypes = iconPropTypes4cbeb95d.i;
2291
2366
  }
2292
- var LogoDigg = /*#__PURE__*/React.forwardRef(function LogoDigg(_ref100, ref) {
2293
- var children = _ref100.children,
2294
- _ref100$size = _ref100.size,
2295
- size = _ref100$size === void 0 ? 16 : _ref100$size,
2296
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref100, _excluded100);
2297
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2367
+ const LogoDigg = /*#__PURE__*/React.forwardRef(function LogoDigg(_ref100, ref) {
2368
+ let {
2369
+ children,
2370
+ size = 16,
2371
+ ...rest
2372
+ } = _ref100;
2373
+ return /*#__PURE__*/React.createElement(Icon.default, {
2298
2374
  width: size,
2299
2375
  height: size,
2300
2376
  ref: ref,
2301
2377
  xmlns: "http://www.w3.org/2000/svg",
2302
2378
  viewBox: "0 0 32 32",
2303
- fill: "currentColor"
2304
- }, rest), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2379
+ fill: "currentColor",
2380
+ ...rest
2381
+ }, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2305
2382
  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"
2306
2383
  })), children);
2307
2384
  });
2308
2385
  if (process.env.NODE_ENV !== "production") {
2309
2386
  LogoDigg.propTypes = iconPropTypes4cbeb95d.i;
2310
2387
  }
2311
- var LogoDiscord = /*#__PURE__*/React.forwardRef(function LogoDiscord(_ref101, ref) {
2312
- var children = _ref101.children,
2313
- _ref101$size = _ref101.size,
2314
- size = _ref101$size === void 0 ? 16 : _ref101$size,
2315
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref101, _excluded101);
2316
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2388
+ const LogoDiscord = /*#__PURE__*/React.forwardRef(function LogoDiscord(_ref101, ref) {
2389
+ let {
2390
+ children,
2391
+ size = 16,
2392
+ ...rest
2393
+ } = _ref101;
2394
+ return /*#__PURE__*/React.createElement(Icon.default, {
2317
2395
  width: size,
2318
2396
  height: size,
2319
2397
  ref: ref,
2320
2398
  xmlns: "http://www.w3.org/2000/svg",
2321
2399
  viewBox: "0 0 32 32",
2322
- fill: "currentColor"
2323
- }, rest), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2400
+ fill: "currentColor",
2401
+ ...rest
2402
+ }, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2324
2403
  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"
2325
2404
  })), children);
2326
2405
  });
2327
2406
  if (process.env.NODE_ENV !== "production") {
2328
2407
  LogoDiscord.propTypes = iconPropTypes4cbeb95d.i;
2329
2408
  }
2330
- var LogoFacebook = /*#__PURE__*/React.forwardRef(function LogoFacebook(_ref102, ref) {
2331
- var children = _ref102.children,
2332
- _ref102$size = _ref102.size,
2333
- size = _ref102$size === void 0 ? 16 : _ref102$size,
2334
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref102, _excluded102);
2335
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2409
+ const LogoFacebook = /*#__PURE__*/React.forwardRef(function LogoFacebook(_ref102, ref) {
2410
+ let {
2411
+ children,
2412
+ size = 16,
2413
+ ...rest
2414
+ } = _ref102;
2415
+ return /*#__PURE__*/React.createElement(Icon.default, {
2336
2416
  width: size,
2337
2417
  height: size,
2338
2418
  ref: ref,
2339
2419
  xmlns: "http://www.w3.org/2000/svg",
2340
2420
  viewBox: "0 0 32 32",
2341
- fill: "currentColor"
2342
- }, rest), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2421
+ fill: "currentColor",
2422
+ ...rest
2423
+ }, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2343
2424
  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"
2344
2425
  })), children);
2345
2426
  });
2346
2427
  if (process.env.NODE_ENV !== "production") {
2347
2428
  LogoFacebook.propTypes = iconPropTypes4cbeb95d.i;
2348
2429
  }
2349
- var LogoFigma = /*#__PURE__*/React.forwardRef(function LogoFigma(_ref103, ref) {
2350
- var children = _ref103.children,
2351
- _ref103$size = _ref103.size,
2352
- size = _ref103$size === void 0 ? 16 : _ref103$size,
2353
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref103, _excluded103);
2354
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2430
+ const LogoFigma = /*#__PURE__*/React.forwardRef(function LogoFigma(_ref103, ref) {
2431
+ let {
2432
+ children,
2433
+ size = 16,
2434
+ ...rest
2435
+ } = _ref103;
2436
+ return /*#__PURE__*/React.createElement(Icon.default, {
2355
2437
  width: size,
2356
2438
  height: size,
2357
2439
  ref: ref,
2358
2440
  xmlns: "http://www.w3.org/2000/svg",
2359
2441
  viewBox: "0 0 32 32",
2360
- fill: "currentColor"
2361
- }, rest), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2442
+ fill: "currentColor",
2443
+ ...rest
2444
+ }, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2362
2445
  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"
2363
2446
  })), children);
2364
2447
  });
2365
2448
  if (process.env.NODE_ENV !== "production") {
2366
2449
  LogoFigma.propTypes = iconPropTypes4cbeb95d.i;
2367
2450
  }
2368
- var LogoFlickr = /*#__PURE__*/React.forwardRef(function LogoFlickr(_ref104, ref) {
2369
- var children = _ref104.children,
2370
- _ref104$size = _ref104.size,
2371
- size = _ref104$size === void 0 ? 16 : _ref104$size,
2372
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref104, _excluded104);
2373
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2451
+ const LogoFlickr = /*#__PURE__*/React.forwardRef(function LogoFlickr(_ref104, ref) {
2452
+ let {
2453
+ children,
2454
+ size = 16,
2455
+ ...rest
2456
+ } = _ref104;
2457
+ return /*#__PURE__*/React.createElement(Icon.default, {
2374
2458
  width: size,
2375
2459
  height: size,
2376
2460
  ref: ref,
2377
2461
  xmlns: "http://www.w3.org/2000/svg",
2378
2462
  viewBox: "0 0 32 32",
2379
- fill: "currentColor"
2380
- }, rest), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
2463
+ fill: "currentColor",
2464
+ ...rest
2465
+ }, _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
2381
2466
  cx: "8",
2382
2467
  cy: "16",
2383
2468
  r: "6"
@@ -2390,38 +2475,42 @@ var LogoFlickr = /*#__PURE__*/React.forwardRef(function LogoFlickr(_ref104, ref)
2390
2475
  if (process.env.NODE_ENV !== "production") {
2391
2476
  LogoFlickr.propTypes = iconPropTypes4cbeb95d.i;
2392
2477
  }
2393
- var LogoGit = /*#__PURE__*/React.forwardRef(function LogoGit(_ref105, ref) {
2394
- var children = _ref105.children,
2395
- _ref105$size = _ref105.size,
2396
- size = _ref105$size === void 0 ? 16 : _ref105$size,
2397
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref105, _excluded105);
2398
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2478
+ const LogoGit = /*#__PURE__*/React.forwardRef(function LogoGit(_ref105, ref) {
2479
+ let {
2480
+ children,
2481
+ size = 16,
2482
+ ...rest
2483
+ } = _ref105;
2484
+ return /*#__PURE__*/React.createElement(Icon.default, {
2399
2485
  width: size,
2400
2486
  height: size,
2401
2487
  ref: ref,
2402
2488
  xmlns: "http://www.w3.org/2000/svg",
2403
2489
  viewBox: "0 0 32 32",
2404
- fill: "currentColor"
2405
- }, rest), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2490
+ fill: "currentColor",
2491
+ ...rest
2492
+ }, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2406
2493
  d: "M29.5242,14.8021L17.2022,2.5241c-.7013-.6988-1.8032-.6988-2.5045,0h0l-2.5045,2.4955,3.2057,3.1943c.8014-.2995,1.6029,0,2.2039.4991.6011.5989.8014,1.3975.5009,2.1961l3.1055,3.0945c.8014-.2995,1.6029,0,2.2039.4991.8014.7986.8014,2.1961,0,2.9947h0c-.8014.7986-2.2039.7986-3.0054,0-.6011-.5989-.8014-1.4973-.5009-2.2959l-2.9052-2.8948v7.5865c1.102.4991,1.5027,1.7968,1.0018,2.8948-.1002.1996-.2004.3993-.4007.5989-.8014.7986-2.2039.7986-3.0054,0h0c-.8014-.7986-.8014-2.1961,0-2.9947h0c.2004-.1996.4007-.3993.7013-.4991v-7.6863c-.3005-.0998-.5009-.2995-.7013-.4991-.6011-.5989-.8014-1.4973-.5009-2.2959l-3.2057-3.1943L2.4759,14.7023c-.7013.6988-.7013,1.7968,0,2.5954h0l12.2218,12.1783c.7013.6988,1.8032.6988,2.5045,0l12.2218-12.1783c.7013-.6988.7013-1.7968,0-2.5954"
2407
2494
  })), children);
2408
2495
  });
2409
2496
  if (process.env.NODE_ENV !== "production") {
2410
2497
  LogoGit.propTypes = iconPropTypes4cbeb95d.i;
2411
2498
  }
2412
- var LogoGithub = /*#__PURE__*/React.forwardRef(function LogoGithub(_ref106, ref) {
2413
- var children = _ref106.children,
2414
- _ref106$size = _ref106.size,
2415
- size = _ref106$size === void 0 ? 16 : _ref106$size,
2416
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref106, _excluded106);
2417
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2499
+ const LogoGithub = /*#__PURE__*/React.forwardRef(function LogoGithub(_ref106, ref) {
2500
+ let {
2501
+ children,
2502
+ size = 16,
2503
+ ...rest
2504
+ } = _ref106;
2505
+ return /*#__PURE__*/React.createElement(Icon.default, {
2418
2506
  width: size,
2419
2507
  height: size,
2420
2508
  ref: ref,
2421
2509
  xmlns: "http://www.w3.org/2000/svg",
2422
2510
  viewBox: "0 0 32 32",
2423
- fill: "currentColor"
2424
- }, rest), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2511
+ fill: "currentColor",
2512
+ ...rest
2513
+ }, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2425
2514
  fillRule: "evenodd",
2426
2515
  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"
2427
2516
  })), children);
@@ -2429,38 +2518,42 @@ var LogoGithub = /*#__PURE__*/React.forwardRef(function LogoGithub(_ref106, ref)
2429
2518
  if (process.env.NODE_ENV !== "production") {
2430
2519
  LogoGithub.propTypes = iconPropTypes4cbeb95d.i;
2431
2520
  }
2432
- var LogoGitlab = /*#__PURE__*/React.forwardRef(function LogoGitlab(_ref107, ref) {
2433
- var children = _ref107.children,
2434
- _ref107$size = _ref107.size,
2435
- size = _ref107$size === void 0 ? 16 : _ref107$size,
2436
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref107, _excluded107);
2437
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2521
+ const LogoGitlab = /*#__PURE__*/React.forwardRef(function LogoGitlab(_ref107, ref) {
2522
+ let {
2523
+ children,
2524
+ size = 16,
2525
+ ...rest
2526
+ } = _ref107;
2527
+ return /*#__PURE__*/React.createElement(Icon.default, {
2438
2528
  width: size,
2439
2529
  height: size,
2440
2530
  ref: ref,
2441
2531
  xmlns: "http://www.w3.org/2000/svg",
2442
2532
  viewBox: "0 0 32 32",
2443
- fill: "currentColor"
2444
- }, rest), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2533
+ fill: "currentColor",
2534
+ ...rest
2535
+ }, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2445
2536
  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"
2446
2537
  })), children);
2447
2538
  });
2448
2539
  if (process.env.NODE_ENV !== "production") {
2449
2540
  LogoGitlab.propTypes = iconPropTypes4cbeb95d.i;
2450
2541
  }
2451
- var LogoGlassdoor = /*#__PURE__*/React.forwardRef(function LogoGlassdoor(_ref108, ref) {
2452
- var children = _ref108.children,
2453
- _ref108$size = _ref108.size,
2454
- size = _ref108$size === void 0 ? 16 : _ref108$size,
2455
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref108, _excluded108);
2456
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2542
+ const LogoGlassdoor = /*#__PURE__*/React.forwardRef(function LogoGlassdoor(_ref108, ref) {
2543
+ let {
2544
+ children,
2545
+ size = 16,
2546
+ ...rest
2547
+ } = _ref108;
2548
+ return /*#__PURE__*/React.createElement(Icon.default, {
2457
2549
  width: size,
2458
2550
  height: size,
2459
2551
  ref: ref,
2460
2552
  xmlns: "http://www.w3.org/2000/svg",
2461
2553
  viewBox: "0 0 32 32",
2462
- fill: "currentColor"
2463
- }, rest), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2554
+ fill: "currentColor",
2555
+ ...rest
2556
+ }, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2464
2557
  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"
2465
2558
  })), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2466
2559
  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"
@@ -2469,19 +2562,21 @@ var LogoGlassdoor = /*#__PURE__*/React.forwardRef(function LogoGlassdoor(_ref108
2469
2562
  if (process.env.NODE_ENV !== "production") {
2470
2563
  LogoGlassdoor.propTypes = iconPropTypes4cbeb95d.i;
2471
2564
  }
2472
- var LogoInstagram = /*#__PURE__*/React.forwardRef(function LogoInstagram(_ref109, ref) {
2473
- var children = _ref109.children,
2474
- _ref109$size = _ref109.size,
2475
- size = _ref109$size === void 0 ? 16 : _ref109$size,
2476
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref109, _excluded109);
2477
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2565
+ const LogoInstagram = /*#__PURE__*/React.forwardRef(function LogoInstagram(_ref109, ref) {
2566
+ let {
2567
+ children,
2568
+ size = 16,
2569
+ ...rest
2570
+ } = _ref109;
2571
+ return /*#__PURE__*/React.createElement(Icon.default, {
2478
2572
  width: size,
2479
2573
  height: size,
2480
2574
  ref: ref,
2481
2575
  xmlns: "http://www.w3.org/2000/svg",
2482
2576
  viewBox: "0 0 32 32",
2483
- fill: "currentColor"
2484
- }, rest), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
2577
+ fill: "currentColor",
2578
+ ...rest
2579
+ }, _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
2485
2580
  cx: "22.406",
2486
2581
  cy: "9.594",
2487
2582
  r: "1.44"
@@ -2494,57 +2589,63 @@ var LogoInstagram = /*#__PURE__*/React.forwardRef(function LogoInstagram(_ref109
2494
2589
  if (process.env.NODE_ENV !== "production") {
2495
2590
  LogoInstagram.propTypes = iconPropTypes4cbeb95d.i;
2496
2591
  }
2497
- var LogoInvision = /*#__PURE__*/React.forwardRef(function LogoInvision(_ref110, ref) {
2498
- var children = _ref110.children,
2499
- _ref110$size = _ref110.size,
2500
- size = _ref110$size === void 0 ? 16 : _ref110$size,
2501
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref110, _excluded110);
2502
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2592
+ const LogoInvision = /*#__PURE__*/React.forwardRef(function LogoInvision(_ref110, ref) {
2593
+ let {
2594
+ children,
2595
+ size = 16,
2596
+ ...rest
2597
+ } = _ref110;
2598
+ return /*#__PURE__*/React.createElement(Icon.default, {
2503
2599
  width: size,
2504
2600
  height: size,
2505
2601
  ref: ref,
2506
2602
  xmlns: "http://www.w3.org/2000/svg",
2507
2603
  viewBox: "0 0 32 32",
2508
- fill: "currentColor"
2509
- }, rest), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2604
+ fill: "currentColor",
2605
+ ...rest
2606
+ }, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2510
2607
  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"
2511
2608
  })), children);
2512
2609
  });
2513
2610
  if (process.env.NODE_ENV !== "production") {
2514
2611
  LogoInvision.propTypes = iconPropTypes4cbeb95d.i;
2515
2612
  }
2516
- var LogoJupyter = /*#__PURE__*/React.forwardRef(function LogoJupyter(_ref111, ref) {
2517
- var children = _ref111.children,
2518
- _ref111$size = _ref111.size,
2519
- size = _ref111$size === void 0 ? 16 : _ref111$size,
2520
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref111, _excluded111);
2521
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2613
+ const LogoJupyter = /*#__PURE__*/React.forwardRef(function LogoJupyter(_ref111, ref) {
2614
+ let {
2615
+ children,
2616
+ size = 16,
2617
+ ...rest
2618
+ } = _ref111;
2619
+ return /*#__PURE__*/React.createElement(Icon.default, {
2522
2620
  width: size,
2523
2621
  height: size,
2524
2622
  ref: ref,
2525
2623
  xmlns: "http://www.w3.org/2000/svg",
2526
2624
  viewBox: "0 0 32 32",
2527
- fill: "currentColor"
2528
- }, rest), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2625
+ fill: "currentColor",
2626
+ ...rest
2627
+ }, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2529
2628
  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"
2530
2629
  })), children);
2531
2630
  });
2532
2631
  if (process.env.NODE_ENV !== "production") {
2533
2632
  LogoJupyter.propTypes = iconPropTypes4cbeb95d.i;
2534
2633
  }
2535
- var LogoKeybase = /*#__PURE__*/React.forwardRef(function LogoKeybase(_ref112, ref) {
2536
- var children = _ref112.children,
2537
- _ref112$size = _ref112.size,
2538
- size = _ref112$size === void 0 ? 16 : _ref112$size,
2539
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref112, _excluded112);
2540
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2634
+ const LogoKeybase = /*#__PURE__*/React.forwardRef(function LogoKeybase(_ref112, ref) {
2635
+ let {
2636
+ children,
2637
+ size = 16,
2638
+ ...rest
2639
+ } = _ref112;
2640
+ return /*#__PURE__*/React.createElement(Icon.default, {
2541
2641
  width: size,
2542
2642
  height: size,
2543
2643
  ref: ref,
2544
2644
  xmlns: "http://www.w3.org/2000/svg",
2545
2645
  viewBox: "0 0 32 32",
2546
- fill: "currentColor"
2547
- }, rest), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2646
+ fill: "currentColor",
2647
+ ...rest
2648
+ }, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2548
2649
  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"
2549
2650
  })), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2550
2651
  d: "M9.999 5.797H10.973V6.771H9.999z",
@@ -2556,19 +2657,21 @@ var LogoKeybase = /*#__PURE__*/React.forwardRef(function LogoKeybase(_ref112, re
2556
2657
  if (process.env.NODE_ENV !== "production") {
2557
2658
  LogoKeybase.propTypes = iconPropTypes4cbeb95d.i;
2558
2659
  }
2559
- var LogoKubernetes = /*#__PURE__*/React.forwardRef(function LogoKubernetes(_ref113, ref) {
2560
- var children = _ref113.children,
2561
- _ref113$size = _ref113.size,
2562
- size = _ref113$size === void 0 ? 16 : _ref113$size,
2563
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref113, _excluded113);
2564
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2660
+ const LogoKubernetes = /*#__PURE__*/React.forwardRef(function LogoKubernetes(_ref113, ref) {
2661
+ let {
2662
+ children,
2663
+ size = 16,
2664
+ ...rest
2665
+ } = _ref113;
2666
+ return /*#__PURE__*/React.createElement(Icon.default, {
2565
2667
  width: size,
2566
2668
  height: size,
2567
2669
  ref: ref,
2568
2670
  xmlns: "http://www.w3.org/2000/svg",
2569
2671
  viewBox: "0 0 32 32",
2570
- fill: "currentColor"
2571
- }, rest), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2672
+ fill: "currentColor",
2673
+ ...rest
2674
+ }, _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2572
2675
  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"
2573
2676
  })), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2574
2677
  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"
@@ -2577,152 +2680,168 @@ var LogoKubernetes = /*#__PURE__*/React.forwardRef(function LogoKubernetes(_ref1
2577
2680
  if (process.env.NODE_ENV !== "production") {
2578
2681
  LogoKubernetes.propTypes = iconPropTypes4cbeb95d.i;
2579
2682
  }
2580
- var LogoLinkedin = /*#__PURE__*/React.forwardRef(function LogoLinkedin(_ref114, ref) {
2581
- var children = _ref114.children,
2582
- _ref114$size = _ref114.size,
2583
- size = _ref114$size === void 0 ? 16 : _ref114$size,
2584
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref114, _excluded114);
2585
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2683
+ const LogoLinkedin = /*#__PURE__*/React.forwardRef(function LogoLinkedin(_ref114, ref) {
2684
+ let {
2685
+ children,
2686
+ size = 16,
2687
+ ...rest
2688
+ } = _ref114;
2689
+ return /*#__PURE__*/React.createElement(Icon.default, {
2586
2690
  width: size,
2587
2691
  height: size,
2588
2692
  ref: ref,
2589
2693
  xmlns: "http://www.w3.org/2000/svg",
2590
2694
  viewBox: "0 0 32 32",
2591
- fill: "currentColor"
2592
- }, rest), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2695
+ fill: "currentColor",
2696
+ ...rest
2697
+ }, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2593
2698
  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"
2594
2699
  })), children);
2595
2700
  });
2596
2701
  if (process.env.NODE_ENV !== "production") {
2597
2702
  LogoLinkedin.propTypes = iconPropTypes4cbeb95d.i;
2598
2703
  }
2599
- var LogoLivestream = /*#__PURE__*/React.forwardRef(function LogoLivestream(_ref115, ref) {
2600
- var children = _ref115.children,
2601
- _ref115$size = _ref115.size,
2602
- size = _ref115$size === void 0 ? 16 : _ref115$size,
2603
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref115, _excluded115);
2604
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2704
+ const LogoLivestream = /*#__PURE__*/React.forwardRef(function LogoLivestream(_ref115, ref) {
2705
+ let {
2706
+ children,
2707
+ size = 16,
2708
+ ...rest
2709
+ } = _ref115;
2710
+ return /*#__PURE__*/React.createElement(Icon.default, {
2605
2711
  width: size,
2606
2712
  height: size,
2607
2713
  ref: ref,
2608
2714
  xmlns: "http://www.w3.org/2000/svg",
2609
2715
  viewBox: "0 0 32 32",
2610
- fill: "currentColor"
2611
- }, rest), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2716
+ fill: "currentColor",
2717
+ ...rest
2718
+ }, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2612
2719
  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"
2613
2720
  })), children);
2614
2721
  });
2615
2722
  if (process.env.NODE_ENV !== "production") {
2616
2723
  LogoLivestream.propTypes = iconPropTypes4cbeb95d.i;
2617
2724
  }
2618
- var LogoMastodon = /*#__PURE__*/React.forwardRef(function LogoMastodon(_ref116, ref) {
2619
- var children = _ref116.children,
2620
- _ref116$size = _ref116.size,
2621
- size = _ref116$size === void 0 ? 16 : _ref116$size,
2622
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref116, _excluded116);
2623
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2725
+ const LogoMastodon = /*#__PURE__*/React.forwardRef(function LogoMastodon(_ref116, ref) {
2726
+ let {
2727
+ children,
2728
+ size = 16,
2729
+ ...rest
2730
+ } = _ref116;
2731
+ return /*#__PURE__*/React.createElement(Icon.default, {
2624
2732
  width: size,
2625
2733
  height: size,
2626
2734
  ref: ref,
2627
2735
  xmlns: "http://www.w3.org/2000/svg",
2628
2736
  viewBox: "0 0 32 32",
2629
- fill: "currentColor"
2630
- }, rest), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2737
+ fill: "currentColor",
2738
+ ...rest
2739
+ }, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2631
2740
  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"
2632
2741
  })), children);
2633
2742
  });
2634
2743
  if (process.env.NODE_ENV !== "production") {
2635
2744
  LogoMastodon.propTypes = iconPropTypes4cbeb95d.i;
2636
2745
  }
2637
- var LogoMedium = /*#__PURE__*/React.forwardRef(function LogoMedium(_ref117, ref) {
2638
- var children = _ref117.children,
2639
- _ref117$size = _ref117.size,
2640
- size = _ref117$size === void 0 ? 16 : _ref117$size,
2641
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref117, _excluded117);
2642
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2746
+ const LogoMedium = /*#__PURE__*/React.forwardRef(function LogoMedium(_ref117, ref) {
2747
+ let {
2748
+ children,
2749
+ size = 16,
2750
+ ...rest
2751
+ } = _ref117;
2752
+ return /*#__PURE__*/React.createElement(Icon.default, {
2643
2753
  width: size,
2644
2754
  height: size,
2645
2755
  ref: ref,
2646
2756
  xmlns: "http://www.w3.org/2000/svg",
2647
2757
  viewBox: "0 0 32 32",
2648
- fill: "currentColor"
2649
- }, rest), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2758
+ fill: "currentColor",
2759
+ ...rest
2760
+ }, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2650
2761
  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"
2651
2762
  })), children);
2652
2763
  });
2653
2764
  if (process.env.NODE_ENV !== "production") {
2654
2765
  LogoMedium.propTypes = iconPropTypes4cbeb95d.i;
2655
2766
  }
2656
- var LogoNpm = /*#__PURE__*/React.forwardRef(function LogoNpm(_ref118, ref) {
2657
- var children = _ref118.children,
2658
- _ref118$size = _ref118.size,
2659
- size = _ref118$size === void 0 ? 16 : _ref118$size,
2660
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref118, _excluded118);
2661
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2767
+ const LogoNpm = /*#__PURE__*/React.forwardRef(function LogoNpm(_ref118, ref) {
2768
+ let {
2769
+ children,
2770
+ size = 16,
2771
+ ...rest
2772
+ } = _ref118;
2773
+ return /*#__PURE__*/React.createElement(Icon.default, {
2662
2774
  width: size,
2663
2775
  height: size,
2664
2776
  ref: ref,
2665
2777
  xmlns: "http://www.w3.org/2000/svg",
2666
2778
  viewBox: "0 0 32 32",
2667
- fill: "currentColor"
2668
- }, rest), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2779
+ fill: "currentColor",
2780
+ ...rest
2781
+ }, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2669
2782
  d: "M4,28V4h24v24H4z M8.5,8.5v15H16v-12h4.5v12h3v-15H8.5z"
2670
2783
  })), children);
2671
2784
  });
2672
2785
  if (process.env.NODE_ENV !== "production") {
2673
2786
  LogoNpm.propTypes = iconPropTypes4cbeb95d.i;
2674
2787
  }
2675
- var LogoOpenshift = /*#__PURE__*/React.forwardRef(function LogoOpenshift(_ref119, ref) {
2676
- var children = _ref119.children,
2677
- _ref119$size = _ref119.size,
2678
- size = _ref119$size === void 0 ? 16 : _ref119$size,
2679
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref119, _excluded119);
2680
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2788
+ const LogoOpenshift = /*#__PURE__*/React.forwardRef(function LogoOpenshift(_ref119, ref) {
2789
+ let {
2790
+ children,
2791
+ size = 16,
2792
+ ...rest
2793
+ } = _ref119;
2794
+ return /*#__PURE__*/React.createElement(Icon.default, {
2681
2795
  width: size,
2682
2796
  height: size,
2683
2797
  ref: ref,
2684
2798
  xmlns: "http://www.w3.org/2000/svg",
2685
2799
  viewBox: "0 0 32 32",
2686
- fill: "currentColor"
2687
- }, rest), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2800
+ fill: "currentColor",
2801
+ ...rest
2802
+ }, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2688
2803
  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"
2689
2804
  })), children);
2690
2805
  });
2691
2806
  if (process.env.NODE_ENV !== "production") {
2692
2807
  LogoOpenshift.propTypes = iconPropTypes4cbeb95d.i;
2693
2808
  }
2694
- var LogoPinterest = /*#__PURE__*/React.forwardRef(function LogoPinterest(_ref120, ref) {
2695
- var children = _ref120.children,
2696
- _ref120$size = _ref120.size,
2697
- size = _ref120$size === void 0 ? 16 : _ref120$size,
2698
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref120, _excluded120);
2699
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2809
+ const LogoPinterest = /*#__PURE__*/React.forwardRef(function LogoPinterest(_ref120, ref) {
2810
+ let {
2811
+ children,
2812
+ size = 16,
2813
+ ...rest
2814
+ } = _ref120;
2815
+ return /*#__PURE__*/React.createElement(Icon.default, {
2700
2816
  width: size,
2701
2817
  height: size,
2702
2818
  ref: ref,
2703
2819
  xmlns: "http://www.w3.org/2000/svg",
2704
2820
  viewBox: "0 0 32 32",
2705
- fill: "currentColor"
2706
- }, rest), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2821
+ fill: "currentColor",
2822
+ ...rest
2823
+ }, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2707
2824
  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"
2708
2825
  })), children);
2709
2826
  });
2710
2827
  if (process.env.NODE_ENV !== "production") {
2711
2828
  LogoPinterest.propTypes = iconPropTypes4cbeb95d.i;
2712
2829
  }
2713
- var LogoPython = /*#__PURE__*/React.forwardRef(function LogoPython(_ref121, ref) {
2714
- var children = _ref121.children,
2715
- _ref121$size = _ref121.size,
2716
- size = _ref121$size === void 0 ? 16 : _ref121$size,
2717
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref121, _excluded121);
2718
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2830
+ const LogoPython = /*#__PURE__*/React.forwardRef(function LogoPython(_ref121, ref) {
2831
+ let {
2832
+ children,
2833
+ size = 16,
2834
+ ...rest
2835
+ } = _ref121;
2836
+ return /*#__PURE__*/React.createElement(Icon.default, {
2719
2837
  width: size,
2720
2838
  height: size,
2721
2839
  ref: ref,
2722
2840
  xmlns: "http://www.w3.org/2000/svg",
2723
2841
  viewBox: "0 0 32 32",
2724
- fill: "currentColor"
2725
- }, rest), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2842
+ fill: "currentColor",
2843
+ ...rest
2844
+ }, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2726
2845
  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"
2727
2846
  })), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2728
2847
  fill: "none",
@@ -2737,38 +2856,42 @@ var LogoPython = /*#__PURE__*/React.forwardRef(function LogoPython(_ref121, ref)
2737
2856
  if (process.env.NODE_ENV !== "production") {
2738
2857
  LogoPython.propTypes = iconPropTypes4cbeb95d.i;
2739
2858
  }
2740
- var LogoQuora = /*#__PURE__*/React.forwardRef(function LogoQuora(_ref122, ref) {
2741
- var children = _ref122.children,
2742
- _ref122$size = _ref122.size,
2743
- size = _ref122$size === void 0 ? 16 : _ref122$size,
2744
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref122, _excluded122);
2745
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2859
+ const LogoQuora = /*#__PURE__*/React.forwardRef(function LogoQuora(_ref122, ref) {
2860
+ let {
2861
+ children,
2862
+ size = 16,
2863
+ ...rest
2864
+ } = _ref122;
2865
+ return /*#__PURE__*/React.createElement(Icon.default, {
2746
2866
  width: size,
2747
2867
  height: size,
2748
2868
  ref: ref,
2749
2869
  xmlns: "http://www.w3.org/2000/svg",
2750
2870
  viewBox: "0 0 32 32",
2751
- fill: "currentColor"
2752
- }, rest), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2871
+ fill: "currentColor",
2872
+ ...rest
2873
+ }, _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2753
2874
  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"
2754
2875
  })), children);
2755
2876
  });
2756
2877
  if (process.env.NODE_ENV !== "production") {
2757
2878
  LogoQuora.propTypes = iconPropTypes4cbeb95d.i;
2758
2879
  }
2759
- var LogoRScript = /*#__PURE__*/React.forwardRef(function LogoRScript(_ref123, ref) {
2760
- var children = _ref123.children,
2761
- _ref123$size = _ref123.size,
2762
- size = _ref123$size === void 0 ? 16 : _ref123$size,
2763
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref123, _excluded123);
2764
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2880
+ const LogoRScript = /*#__PURE__*/React.forwardRef(function LogoRScript(_ref123, ref) {
2881
+ let {
2882
+ children,
2883
+ size = 16,
2884
+ ...rest
2885
+ } = _ref123;
2886
+ return /*#__PURE__*/React.createElement(Icon.default, {
2765
2887
  width: size,
2766
2888
  height: size,
2767
2889
  ref: ref,
2768
2890
  xmlns: "http://www.w3.org/2000/svg",
2769
2891
  viewBox: "0 0 32 32",
2770
- fill: "currentColor"
2771
- }, rest), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
2892
+ fill: "currentColor",
2893
+ ...rest
2894
+ }, _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
2772
2895
  fillRule: "evenodd",
2773
2896
  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"
2774
2897
  })), children);
@@ -2776,19 +2899,21 @@ var LogoRScript = /*#__PURE__*/React.forwardRef(function LogoRScript(_ref123, re
2776
2899
  if (process.env.NODE_ENV !== "production") {
2777
2900
  LogoRScript.propTypes = iconPropTypes4cbeb95d.i;
2778
2901
  }
2779
- var LogoReact = /*#__PURE__*/React.forwardRef(function LogoReact(_ref124, ref) {
2780
- var children = _ref124.children,
2781
- _ref124$size = _ref124.size,
2782
- size = _ref124$size === void 0 ? 16 : _ref124$size,
2783
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref124, _excluded124);
2784
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2902
+ const LogoReact = /*#__PURE__*/React.forwardRef(function LogoReact(_ref124, ref) {
2903
+ let {
2904
+ children,
2905
+ size = 16,
2906
+ ...rest
2907
+ } = _ref124;
2908
+ return /*#__PURE__*/React.createElement(Icon.default, {
2785
2909
  width: size,
2786
2910
  height: size,
2787
2911
  ref: ref,
2788
2912
  xmlns: "http://www.w3.org/2000/svg",
2789
2913
  viewBox: "0 0 32 32",
2790
- fill: "currentColor"
2791
- }, rest), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
2914
+ fill: "currentColor",
2915
+ ...rest
2916
+ }, _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
2792
2917
  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"
2793
2918
  })), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
2794
2919
  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"
@@ -2797,19 +2922,21 @@ var LogoReact = /*#__PURE__*/React.forwardRef(function LogoReact(_ref124, ref) {
2797
2922
  if (process.env.NODE_ENV !== "production") {
2798
2923
  LogoReact.propTypes = iconPropTypes4cbeb95d.i;
2799
2924
  }
2800
- var LogoRedHatAiInstructlabOnIbmCloud = /*#__PURE__*/React.forwardRef(function LogoRedHatAiInstructlabOnIbmCloud(_ref125, ref) {
2801
- var children = _ref125.children,
2802
- _ref125$size = _ref125.size,
2803
- size = _ref125$size === void 0 ? 16 : _ref125$size,
2804
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref125, _excluded125);
2805
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2925
+ const LogoRedHatAiInstructlabOnIbmCloud = /*#__PURE__*/React.forwardRef(function LogoRedHatAiInstructlabOnIbmCloud(_ref125, ref) {
2926
+ let {
2927
+ children,
2928
+ size = 16,
2929
+ ...rest
2930
+ } = _ref125;
2931
+ return /*#__PURE__*/React.createElement(Icon.default, {
2806
2932
  width: size,
2807
2933
  height: size,
2808
2934
  ref: ref,
2809
2935
  xmlns: "http://www.w3.org/2000/svg",
2810
2936
  viewBox: "0 0 32 32",
2811
- fill: "currentColor"
2812
- }, rest), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
2937
+ fill: "currentColor",
2938
+ ...rest
2939
+ }, _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
2813
2940
  d: "M13.2148,13.1793c.2327-.501-.4158-.9337-.9252-.8189-.3831.0863-.8737.7158-1.0126,1.0705.0842.5294,1.6957.2715,1.9378-.2516ZM12.8453,12.7614c.06.5895-.6263.5432-1.0515.5242.2484-.3642.5768-.7484,1.0515-.5242ZM16,21.8211c.9062-.0084,1.2-1.8673.4673-2.0052-.0768-.0137-.2548-.0231-.4673-.0253-.2126.0021-.3906.0116-.4674.0253-.7326.1379-.4389,1.9968.4674,2.0052ZM12.154,19.6017c1.2337-.0746,1.1996-2.8773-.0815-2.8101-1.4228.0746-1.2452,2.8903.0815,2.8101ZM26.8406,9.7584c-.52-.6715-1.2484-2.2767-2.0789-2.4473-1.2431-.2547-2.1147.3842-2.923,1.221-1.6652-1.2252-3.7147-2.3188-5.8387-2.3052-2.1241-.0137-4.1736,1.08-5.8387,2.3052-.8084-.8368-1.68-1.4757-2.9231-1.221-.8305.1705-1.5589,1.7758-2.0789,2.4473-.9073,1.1747-3.1978,3.1746-3.1588,4.7346.0484,1.9073,4.4714,7.2376,6.3776,7.5229.4211.0631.7842-.0421,1.1874-.0842.7214,1.4147,1.8981,2.4644,3.2742,3.1268,1.9797.953,4.3409.953,6.3207,0,1.376-.6624,2.5527-1.7121,3.2742-3.1268.4031.0421.7662.1473,1.1873.0842,1.9062-.2853,6.3292-5.6156,6.3777-7.5229.0389-1.56-2.2515-3.5599-3.1589-4.7346h-.0001ZM11.1285,9.2016c1.6884-1.1799,3.2167-1.8304,4.8715-1.7957,1.6547-.0347,3.183.6158,4.8714,1.7957.3747.261,1.4536,1.0516,1.6978,1.3547.5905.7305.5526,3.2515.5853,4.204h-2.1263c-.9337,0-1.8673.001-2.801,0-.3168,0-.6905.201-.9157.421-.6642.6505-.2316,1.52-.2632,2.3157-.3494-.1453-.6979-.2-1.0483-.2084-.3505.0084-.699.0632-1.0484.2084-.0316-.7958.401-1.6652-.2632-2.3157-.2252-.22-.5989-.421-.9157-.421-.9337.001-1.8673,0-2.801,0h-2.1263c.0327-.9526-.0052-3.4736.5853-4.204.2442-.3032,1.3231-1.0937,1.6978-1.3547ZM8.6855,20.9191c-1.3947-.0516-5.3871-4.9725-5.5187-6.3293-.1126-1.1673,2.2062-3.2589,2.9399-4.1998.3547-.4537,1.14-2.0147,1.641-2.0473.4168-.0263,1.3157.5378,1.5052.9052.3968.7684-.179.8516-.4274,1.4389-.5137,1.2126-.3632,2.7736-.4127,4.062-.782.1769-1.4136.5273-1.361,1.4294.0253.4453.9062,3.3241,1.141,3.7094.3074.5042.8189.7263,1.3894.7684l-.8968.2632h0ZM9.3718,20.2338c-.4716.0221-.7389-.319-.9337-.6968-.2158-.4189-1.0146-3.0568-1.0431-3.4894-.0347-.52.5684-.8505,1.0294-.8652,0,1.7273.481,3.4041.9473,5.0514h0ZM8.8455,15.1814h5.1051c.3379.0674.7642.5432.7852.9.0264.4274-.3221,2.5242-.4452,3.0189-.0569.2274-.1937.6463-.3453.8126-.5737.6305-3.1567.1979-4.0346.3084-.5968-1.6241-.8789-3.3209-1.0652-5.0399ZM16,24.7495c-2.481-.18-4.9062-1.5852-5.7861-4.0946.9337-.0937,2.0989.1274,2.9999,0,1.6063-.2263,1.34-1.7242,1.7368-2.8957.3389-.1053.6926-.1579,1.0494-.1705.3568.0126.7104.0652,1.0494.1705.3968,1.1715.1305,2.6694,1.7368,2.8957.901.1274,2.0662-.0937,2.9999,0-.8799,2.5094-3.3051,3.9146-5.7861,4.0946ZM18.0546,19.9128c-.1516-.1663-.2884-.5853-.3452-.8126-.1232-.4947-.4716-2.5915-.4453-3.0189.0211-.3568.4473-.8326.7852-.9h5.1051c-.1863,1.7189-.4684,3.4157-1.0652,5.0399-.8779-.1105-3.4609.3221-4.0346-.3084ZM23.5755,15.1825c.4611.0147,1.0641.3452,1.0294.8652-.0284.4326-.8273,3.0704-1.0431,3.4894-.1948.3779-.4621.7189-.9337.6968.4663-1.6473.9473-3.3241.9473-5.0514h.0001ZM23.3144,20.9191l-.8968-.2632c.5705-.0421,1.082-.2642,1.3894-.7684.2347-.3853,1.1157-3.2641,1.141-3.7094.0527-.9021-.5789-1.2526-1.361-1.4294-.0495-1.2883.101-2.8494-.4127-4.062-.2484-.5873-.8242-.6705-.4273-1.4389.1895-.3674,1.0884-.9315,1.5052-.9052.501.0326,1.2863,1.5936,1.641,2.0473.7336.941,3.0526,3.0325,2.9399,4.1998-.1315,1.3568-4.124,6.2777-5.5187,6.3293h0ZM20.723,13.4309c-.1389-.3547-.6295-.9842-1.0126-1.0705-.5095-.1147-1.1579.3179-.9252.8189.2421.5231,1.8536.781,1.9378.2516ZM20.2061,13.2857c-.4252.0189-1.1115.0652-1.0515-.5242.4747-.2242.8031.16,1.0515.5242ZM16,22.0274c-.6074,1.041-1.6042.2295-2.3115-.4252.3514,1.0421,1.1141,1.8438,1.985,2.1157.2104.0657.4424.0657.6529,0,.871-.2719,1.6337-1.0736,1.985-2.1157-.7073.6547-1.7042,1.4662-2.3115.4252h.0001ZM16.4631,23.3104c-.2929.1281-.6333.1281-.9262,0-.213-.0932-.4126-.2253-.5853-.3925.3663-.0379.7895-.0547,1.0484-.2895.2589.2347.682.2516,1.0483.2895-.1727.1671-.3723.2993-.5853.3925h.0001ZM19.9274,16.7916c-1.2811-.0672-1.3152,2.7355-.0814,2.8101,1.3266.0803,1.5042-2.7354.0814-2.8101Z"
2814
2941
  })), children);
2815
2942
  });