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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (547) hide show
  1. package/css/index-full-carbon.css +170 -22
  2. package/css/index-full-carbon.css.map +1 -1
  3. package/css/index-full-carbon.min.css +1 -1
  4. package/css/index-full-carbon.min.css.map +1 -1
  5. package/css/index-without-carbon-released-only.css +170 -22
  6. package/css/index-without-carbon-released-only.css.map +1 -1
  7. package/css/index-without-carbon-released-only.min.css +1 -1
  8. package/css/index-without-carbon-released-only.min.css.map +1 -1
  9. package/css/index-without-carbon.css +170 -22
  10. package/css/index-without-carbon.css.map +1 -1
  11. package/css/index-without-carbon.min.css +1 -1
  12. package/css/index-without-carbon.min.css.map +1 -1
  13. package/css/index.css +170 -22
  14. package/css/index.css.map +1 -1
  15. package/css/index.min.css +1 -1
  16. package/css/index.min.css.map +1 -1
  17. package/es/_virtual/_rollupPluginBabelHelpers.js +4 -4
  18. package/es/components/APIKeyModal/APIKeyDownloader.js +2 -2
  19. package/es/components/APIKeyModal/APIKeyModal.js +16 -16
  20. package/es/components/AboutModal/AboutModal.js +1 -1
  21. package/es/components/ActionBar/ActionBar.js +5 -5
  22. package/es/components/ActionBar/ActionBarOverflowItems.js +3 -3
  23. package/es/components/ActionSet/ActionSet.js +5 -5
  24. package/es/components/AddSelect/AddSelect.js +5 -4
  25. package/es/components/AddSelect/AddSelectBody.js +12 -11
  26. package/es/components/AddSelect/AddSelectColumn.js +1 -1
  27. package/es/components/AddSelect/AddSelectFilter.js +1 -1
  28. package/es/components/AddSelect/AddSelectMetaPanel.js +3 -3
  29. package/es/components/AddSelect/AddSelectRow.js +21 -13
  30. package/es/components/AddSelect/AddSelectSidebar.js +14 -4
  31. package/es/components/AddSelect/AddSelectSort.js +5 -5
  32. package/es/components/AddSelect/add-select-utils.js +3 -3
  33. package/es/components/AddSelect/types/index.d.ts +1 -0
  34. package/es/components/BigNumbers/BigNumbers.js +11 -11
  35. package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +4 -4
  36. package/es/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +4 -4
  37. package/es/components/Card/Card.js +14 -14
  38. package/es/components/Card/CardFooter.js +4 -4
  39. package/es/components/Card/CardHeader.js +2 -2
  40. package/es/components/Carousel/Carousel.js +16 -16
  41. package/es/components/Cascade/Cascade.js +2 -2
  42. package/es/components/Checklist/Checklist.js +11 -11
  43. package/es/components/Checklist/ChecklistChart.js +1 -1
  44. package/es/components/Checklist/ChecklistIcon.js +1 -1
  45. package/es/components/Coachmark/Coachmark.js +10 -10
  46. package/es/components/Coachmark/CoachmarkDragbar.js +5 -5
  47. package/es/components/Coachmark/CoachmarkHeader.js +4 -4
  48. package/es/components/Coachmark/CoachmarkOverlay.js +4 -4
  49. package/es/components/Coachmark/CoachmarkTagline.js +3 -3
  50. package/es/components/CoachmarkBeacon/CoachmarkBeacon.js +1 -1
  51. package/es/components/CoachmarkFixed/CoachmarkFixed.js +6 -6
  52. package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.d.ts +0 -10
  53. package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +16 -35
  54. package/es/components/CoachmarkStack/CoachmarkStack.d.ts +2 -13
  55. package/es/components/CoachmarkStack/CoachmarkStack.js +12 -22
  56. package/es/components/CoachmarkStack/CoachmarkStackHome.d.ts +0 -17
  57. package/es/components/CoachmarkStack/CoachmarkStackHome.js +6 -29
  58. package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +12 -12
  59. package/es/components/ConditionBuilder/ConditionBuilder.js +2 -2
  60. package/es/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +5 -5
  61. package/es/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +2 -2
  62. package/es/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +1 -1
  63. package/es/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +3 -3
  64. package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +19 -19
  65. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +7 -7
  66. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +2 -2
  67. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +3 -3
  68. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +6 -6
  69. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +6 -6
  70. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +1 -1
  71. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +3 -3
  72. package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +31 -31
  73. package/es/components/ConditionBuilder/utils/handleKeyboardEvents.js +15 -15
  74. package/es/components/ConditionBuilder/utils/useDataConfigs.js +1 -1
  75. package/es/components/ConditionBuilder/utils/useTranslations.js +2 -2
  76. package/es/components/ConditionBuilder/utils/util.js +13 -13
  77. package/es/components/CreateFullPage/CreateFullPage.js +3 -3
  78. package/es/components/CreateFullPage/CreateFullPageStep.js +9 -9
  79. package/es/components/CreateInfluencer/CreateInfluencer.js +8 -8
  80. package/es/components/CreateModal/CreateModal.js +1 -1
  81. package/es/components/CreateSidePanel/CreateSidePanel.js +1 -1
  82. package/es/components/CreateTearsheet/CreateTearsheet.js +4 -4
  83. package/es/components/CreateTearsheet/CreateTearsheetStep.js +16 -16
  84. package/es/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +1 -1
  85. package/es/components/DataSpreadsheet/DataSpreadsheet.js +52 -52
  86. package/es/components/DataSpreadsheet/DataSpreadsheetBody.js +36 -36
  87. package/es/components/DataSpreadsheet/DataSpreadsheetHeader.js +26 -26
  88. package/es/components/DataSpreadsheet/hooks/useMoveActiveCell.js +3 -3
  89. package/es/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +3 -3
  90. package/es/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.js +1 -1
  91. package/es/components/DataSpreadsheet/hooks/useSpreadsheetEdit.js +16 -16
  92. package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +5 -5
  93. package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +8 -8
  94. package/es/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +1 -1
  95. package/es/components/DataSpreadsheet/utils/checkActiveHeaderCell.js +3 -3
  96. package/es/components/DataSpreadsheet/utils/checkSelectedHeaderCell.js +5 -5
  97. package/es/components/DataSpreadsheet/utils/commonEventHandlers.js +3 -3
  98. package/es/components/DataSpreadsheet/utils/createActiveCellFn.js +10 -10
  99. package/es/components/DataSpreadsheet/utils/createCellSelectionArea.js +1 -1
  100. package/es/components/DataSpreadsheet/utils/getSpreadsheetWidth.js +1 -1
  101. package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.js +6 -6
  102. package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.js +6 -6
  103. package/es/components/DataSpreadsheet/utils/handleCellDeletion.js +6 -6
  104. package/es/components/DataSpreadsheet/utils/handleEditSubmit.js +3 -3
  105. package/es/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +10 -10
  106. package/es/components/DataSpreadsheet/utils/handleMultipleKeys.js +14 -14
  107. package/es/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +4 -4
  108. package/es/components/DataSpreadsheet/utils/removeCellSelections.js +1 -1
  109. package/es/components/Datagrid/Datagrid/Datagrid.js +2 -2
  110. package/es/components/Datagrid/Datagrid/DatagridBody.js +1 -1
  111. package/es/components/Datagrid/Datagrid/DatagridContent.js +14 -14
  112. package/es/components/Datagrid/Datagrid/DatagridEmptyBody.js +2 -2
  113. package/es/components/Datagrid/Datagrid/DatagridExpandedRow.js +3 -3
  114. package/es/components/Datagrid/Datagrid/DatagridHead.js +2 -2
  115. package/es/components/Datagrid/Datagrid/DatagridHeaderRow.js +23 -23
  116. package/es/components/Datagrid/Datagrid/DatagridRefBody.js +2 -2
  117. package/es/components/Datagrid/Datagrid/DatagridRow.js +19 -19
  118. package/es/components/Datagrid/Datagrid/DatagridSelectAll.js +9 -9
  119. package/es/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +7 -7
  120. package/es/components/Datagrid/Datagrid/DatagridSimpleBody.js +1 -1
  121. package/es/components/Datagrid/Datagrid/DatagridToolbar.js +11 -11
  122. package/es/components/Datagrid/Datagrid/DatagridVirtualBody.js +18 -18
  123. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +1 -1
  124. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +1 -1
  125. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +9 -9
  126. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +1 -1
  127. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +1 -1
  128. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +15 -15
  129. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.d.ts +1 -1
  130. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +59 -44
  131. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +1 -1
  132. package/es/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +2 -2
  133. package/es/components/Datagrid/Datagrid/addons/Filtering/constants.js +1 -5
  134. package/es/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +1 -1
  135. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +20 -20
  136. package/es/components/Datagrid/Datagrid/addons/Filtering/utils.js +1 -1
  137. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +1 -1
  138. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +35 -35
  139. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +1 -1
  140. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +1 -1
  141. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +6 -6
  142. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +2 -2
  143. package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +5 -5
  144. package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +1 -1
  145. package/es/components/Datagrid/Datagrid/addons/stateReducer.js +4 -4
  146. package/es/components/Datagrid/useActionsColumn.js +2 -2
  147. package/es/components/Datagrid/useColumnRightAlign.js +3 -3
  148. package/es/components/Datagrid/useCustomizeColumns.js +1 -1
  149. package/es/components/Datagrid/useDatagrid.js +2 -2
  150. package/es/components/Datagrid/useDefaultStringRenderer.js +1 -1
  151. package/es/components/Datagrid/useDisableSelectRows.js +16 -16
  152. package/es/components/Datagrid/useExpandedRow.js +1 -1
  153. package/es/components/Datagrid/useFiltering.js +1 -1
  154. package/es/components/Datagrid/useFloatingScroll.js +2 -2
  155. package/es/components/Datagrid/useFocusRowExpander.js +4 -4
  156. package/es/components/Datagrid/useInfiniteScroll.js +1 -1
  157. package/es/components/Datagrid/useInitialColumnSort.js +1 -1
  158. package/es/components/Datagrid/useInlineEdit.js +4 -4
  159. package/es/components/Datagrid/useNestedRowExpander.js +6 -6
  160. package/es/components/Datagrid/useNestedRows.js +6 -6
  161. package/es/components/Datagrid/useOnRowClick.js +1 -1
  162. package/es/components/Datagrid/useRowExpander.js +4 -4
  163. package/es/components/Datagrid/useRowIsMouseOver.js +1 -1
  164. package/es/components/Datagrid/useRowRenderer.js +6 -6
  165. package/es/components/Datagrid/useSelectAllToggle.js +2 -2
  166. package/es/components/Datagrid/useSelectRows.js +5 -5
  167. package/es/components/Datagrid/useSortableColumns.js +11 -11
  168. package/es/components/Datagrid/useStickyColumn.js +8 -8
  169. package/es/components/DecoratorBase/DecoratorBase.js +8 -8
  170. package/es/components/DecoratorBase/DecoratorIcon.js +2 -2
  171. package/es/components/DelimitedList/DelimitedList.js +3 -3
  172. package/es/components/DescriptionList/DescriptionList.js +2 -2
  173. package/es/components/EditInPlace/EditInPlace.js +6 -6
  174. package/es/components/EditSidePanel/EditSidePanel.js +3 -3
  175. package/es/components/EditTearsheet/EditTearsheet.js +3 -3
  176. package/es/components/EditTearsheet/EditTearsheetForm.js +2 -2
  177. package/es/components/EmptyStates/EmptyState.js +5 -5
  178. package/es/components/EmptyStates/EmptyStateContent.js +2 -2
  179. package/es/components/EmptyStates/EmptyStateV2.js +2 -2
  180. package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +3 -3
  181. package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +3 -3
  182. package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +3 -3
  183. package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +3 -3
  184. package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +3 -3
  185. package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +3 -3
  186. package/es/components/ExportModal/ExportModal.js +7 -7
  187. package/es/components/FeatureFlags/index.js +1 -1
  188. package/es/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +1 -1
  189. package/es/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +2 -2
  190. package/es/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +8 -8
  191. package/es/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +1 -1
  192. package/es/components/FilterSummary/FilterSummary.js +18 -34
  193. package/es/components/FullPageError/FullPageError.js +1 -1
  194. package/es/components/Guidebanner/Guidebanner.js +8 -8
  195. package/es/components/Guidebanner/GuidebannerElementButton.js +1 -1
  196. package/es/components/ImportModal/ImportModal.js +2 -2
  197. package/es/components/InlineTip/InlineTip.d.ts +0 -14
  198. package/es/components/InlineTip/InlineTip.js +13 -35
  199. package/es/components/InlineTip/utils.js +1 -1
  200. package/es/components/InterstitialScreen/InterstitialScreen.d.ts +0 -26
  201. package/es/components/InterstitialScreen/InterstitialScreen.js +22 -56
  202. package/es/components/MultiAddSelect/MultiAddSelect.d.ts +4 -0
  203. package/es/components/MultiAddSelect/MultiAddSelect.js +2 -1
  204. package/es/components/Nav/Nav.js +3 -3
  205. package/es/components/Nav/NavItem.js +8 -9
  206. package/es/components/Nav/NavList.js +14 -15
  207. package/es/components/NonLinearReading/NonLinearReading.js +1 -1
  208. package/es/components/NotificationsPanel/NotificationsPanel.d.ts +53 -1
  209. package/es/components/NotificationsPanel/NotificationsPanel.js +89 -71
  210. package/es/components/OptionsTile/OptionsTile.js +4 -3
  211. package/es/components/PageHeader/PageHeader.js +19 -19
  212. package/es/components/PageHeader/PageHeaderTitle.js +1 -1
  213. package/es/components/PageHeader/PageHeaderUtils.js +1 -1
  214. package/es/components/ProductiveCard/ProductiveCard.js +1 -1
  215. package/es/components/RemoveModal/RemoveModal.js +2 -2
  216. package/es/components/Saving/Saving.js +4 -4
  217. package/es/components/ScrollGradient/ScrollGradient.js +6 -6
  218. package/es/components/SearchBar/SearchBar.js +6 -6
  219. package/es/components/SidePanel/SidePanel.js +45 -45
  220. package/es/components/SimpleHeader/SimpleHeader.js +4 -4
  221. package/es/components/StatusIcon/StatusIcon.js +1 -1
  222. package/es/components/StatusIndicator/StatusIndicator.js +2 -2
  223. package/es/components/StatusIndicator/StatusIndicatorStep.js +1 -1
  224. package/es/components/StringFormatter/StringFormatter.js +4 -4
  225. package/es/components/TagOverflow/TagOverflow.js +7 -7
  226. package/es/components/TagOverflow/TagOverflowModal.js +4 -4
  227. package/es/components/TagOverflow/TagOverflowPopover.js +13 -13
  228. package/es/components/TagSet/TagSet.js +15 -15
  229. package/es/components/TagSet/TagSetModal.js +6 -6
  230. package/es/components/TagSet/TagSetOverflow.js +3 -3
  231. package/es/components/Tearsheet/Tearsheet.js +2 -2
  232. package/es/components/Tearsheet/TearsheetNarrow.js +1 -1
  233. package/es/components/Tearsheet/TearsheetShell.js +6 -6
  234. package/es/components/Toolbar/Toolbar.js +6 -6
  235. package/es/components/Toolbar/ToolbarButton.js +4 -4
  236. package/es/components/TruncatedList/TruncatedList.js +8 -8
  237. package/es/components/UserAvatar/UserAvatar.js +4 -4
  238. package/es/components/UserProfileImage/UserProfileImage.js +2 -2
  239. package/es/components/WebTerminal/WebTerminal.js +8 -8
  240. package/es/global/js/hooks/useControllableState.js +1 -1
  241. package/es/global/js/hooks/useCreateComponentFocus.js +1 -1
  242. package/es/global/js/hooks/useCreateComponentStepChange.js +10 -10
  243. package/es/global/js/hooks/useFocus.js +19 -19
  244. package/es/global/js/hooks/useOverflowItems/index.d.ts +7 -0
  245. package/es/global/js/hooks/{useOverflowItems.js → useOverflowItems/useOverflowItems.js} +16 -16
  246. package/es/global/js/hooks/useOverflowString.js +6 -6
  247. package/es/global/js/hooks/usePresence.d.ts +23 -0
  248. package/es/global/js/hooks/usePresence.js +26 -6
  249. package/es/global/js/hooks/useResetCreateComponent.js +1 -1
  250. package/es/global/js/hooks/useResizeObserver.js +5 -5
  251. package/es/global/js/hooks/useRetrieveStepData.js +1 -1
  252. package/es/global/js/package-settings.js +4 -4
  253. package/es/global/js/utils/Wrap.js +2 -2
  254. package/es/global/js/utils/checkForOverflow.js +1 -1
  255. package/es/global/js/utils/debounce.d.ts +1 -1
  256. package/es/global/js/utils/debounce.js +2 -2
  257. package/es/global/js/utils/getSupportedLocale.d.ts +2 -0
  258. package/es/global/js/utils/getSupportedLocale.js +2 -0
  259. package/es/global/js/utils/lastIndexInArray.js +1 -1
  260. package/es/global/js/utils/props-helper.js +1 -1
  261. package/es/node_modules/@carbon/icon-helpers/es/index.js +2 -2
  262. package/es/node_modules/@carbon/icons-react/es/Icon.js +2 -2
  263. package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +894 -863
  264. package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +824 -823
  265. package/es/node_modules/prop-types/factoryWithTypeCheckers.js +1 -1
  266. package/es/settings.js +2 -2
  267. package/lib/_virtual/_rollupPluginBabelHelpers.js +4 -4
  268. package/lib/components/APIKeyModal/APIKeyDownloader.js +2 -2
  269. package/lib/components/APIKeyModal/APIKeyModal.js +16 -16
  270. package/lib/components/AboutModal/AboutModal.js +1 -1
  271. package/lib/components/ActionBar/ActionBar.js +5 -5
  272. package/lib/components/ActionBar/ActionBarOverflowItems.js +3 -3
  273. package/lib/components/ActionSet/ActionSet.js +5 -5
  274. package/lib/components/AddSelect/AddSelect.js +5 -4
  275. package/lib/components/AddSelect/AddSelectBody.js +12 -11
  276. package/lib/components/AddSelect/AddSelectColumn.js +1 -1
  277. package/lib/components/AddSelect/AddSelectFilter.js +1 -1
  278. package/lib/components/AddSelect/AddSelectMetaPanel.js +3 -3
  279. package/lib/components/AddSelect/AddSelectRow.js +20 -12
  280. package/lib/components/AddSelect/AddSelectSidebar.js +14 -4
  281. package/lib/components/AddSelect/AddSelectSort.js +5 -5
  282. package/lib/components/AddSelect/add-select-utils.js +3 -3
  283. package/lib/components/AddSelect/types/index.d.ts +1 -0
  284. package/lib/components/BigNumbers/BigNumbers.js +10 -10
  285. package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +4 -4
  286. package/lib/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +4 -4
  287. package/lib/components/Card/Card.js +14 -14
  288. package/lib/components/Card/CardFooter.js +4 -4
  289. package/lib/components/Card/CardHeader.js +2 -2
  290. package/lib/components/Carousel/Carousel.js +16 -16
  291. package/lib/components/Cascade/Cascade.js +2 -2
  292. package/lib/components/Checklist/Checklist.js +11 -11
  293. package/lib/components/Checklist/ChecklistChart.js +1 -1
  294. package/lib/components/Checklist/ChecklistIcon.js +1 -1
  295. package/lib/components/Coachmark/Coachmark.js +10 -10
  296. package/lib/components/Coachmark/CoachmarkDragbar.js +5 -5
  297. package/lib/components/Coachmark/CoachmarkHeader.js +4 -4
  298. package/lib/components/Coachmark/CoachmarkOverlay.js +4 -4
  299. package/lib/components/Coachmark/CoachmarkTagline.js +3 -3
  300. package/lib/components/CoachmarkBeacon/CoachmarkBeacon.js +1 -1
  301. package/lib/components/CoachmarkFixed/CoachmarkFixed.js +6 -6
  302. package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.d.ts +0 -10
  303. package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +16 -35
  304. package/lib/components/CoachmarkStack/CoachmarkStack.d.ts +2 -13
  305. package/lib/components/CoachmarkStack/CoachmarkStack.js +12 -22
  306. package/lib/components/CoachmarkStack/CoachmarkStackHome.d.ts +0 -17
  307. package/lib/components/CoachmarkStack/CoachmarkStackHome.js +6 -29
  308. package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +12 -12
  309. package/lib/components/ConditionBuilder/ConditionBuilder.js +2 -2
  310. package/lib/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +5 -5
  311. package/lib/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +2 -2
  312. package/lib/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +1 -1
  313. package/lib/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +3 -3
  314. package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +19 -19
  315. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +7 -7
  316. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +2 -2
  317. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +3 -3
  318. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +6 -6
  319. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +6 -6
  320. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +1 -1
  321. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +3 -3
  322. package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +31 -31
  323. package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.js +15 -15
  324. package/lib/components/ConditionBuilder/utils/useDataConfigs.js +1 -1
  325. package/lib/components/ConditionBuilder/utils/useTranslations.js +2 -2
  326. package/lib/components/ConditionBuilder/utils/util.js +13 -13
  327. package/lib/components/CreateFullPage/CreateFullPage.js +3 -3
  328. package/lib/components/CreateFullPage/CreateFullPageStep.js +9 -9
  329. package/lib/components/CreateInfluencer/CreateInfluencer.js +8 -8
  330. package/lib/components/CreateModal/CreateModal.js +1 -1
  331. package/lib/components/CreateSidePanel/CreateSidePanel.js +1 -1
  332. package/lib/components/CreateTearsheet/CreateTearsheet.js +4 -4
  333. package/lib/components/CreateTearsheet/CreateTearsheetStep.js +16 -16
  334. package/lib/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +1 -1
  335. package/lib/components/DataSpreadsheet/DataSpreadsheet.js +52 -52
  336. package/lib/components/DataSpreadsheet/DataSpreadsheetBody.js +36 -36
  337. package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.js +26 -26
  338. package/lib/components/DataSpreadsheet/hooks/useMoveActiveCell.js +3 -3
  339. package/lib/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +3 -3
  340. package/lib/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.js +1 -1
  341. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetEdit.js +16 -16
  342. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +5 -5
  343. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +8 -8
  344. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +1 -1
  345. package/lib/components/DataSpreadsheet/utils/checkActiveHeaderCell.js +3 -3
  346. package/lib/components/DataSpreadsheet/utils/checkSelectedHeaderCell.js +5 -5
  347. package/lib/components/DataSpreadsheet/utils/commonEventHandlers.js +3 -3
  348. package/lib/components/DataSpreadsheet/utils/createActiveCellFn.js +10 -10
  349. package/lib/components/DataSpreadsheet/utils/createCellSelectionArea.js +1 -1
  350. package/lib/components/DataSpreadsheet/utils/getSpreadsheetWidth.js +1 -1
  351. package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.js +6 -6
  352. package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.js +6 -6
  353. package/lib/components/DataSpreadsheet/utils/handleCellDeletion.js +6 -6
  354. package/lib/components/DataSpreadsheet/utils/handleEditSubmit.js +3 -3
  355. package/lib/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +10 -10
  356. package/lib/components/DataSpreadsheet/utils/handleMultipleKeys.js +14 -14
  357. package/lib/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +4 -4
  358. package/lib/components/DataSpreadsheet/utils/removeCellSelections.js +1 -1
  359. package/lib/components/Datagrid/Datagrid/Datagrid.js +2 -2
  360. package/lib/components/Datagrid/Datagrid/DatagridBody.js +1 -1
  361. package/lib/components/Datagrid/Datagrid/DatagridContent.js +14 -14
  362. package/lib/components/Datagrid/Datagrid/DatagridEmptyBody.js +2 -2
  363. package/lib/components/Datagrid/Datagrid/DatagridExpandedRow.js +3 -3
  364. package/lib/components/Datagrid/Datagrid/DatagridHead.js +2 -2
  365. package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.js +23 -23
  366. package/lib/components/Datagrid/Datagrid/DatagridRefBody.js +2 -2
  367. package/lib/components/Datagrid/Datagrid/DatagridRow.js +19 -19
  368. package/lib/components/Datagrid/Datagrid/DatagridSelectAll.js +9 -9
  369. package/lib/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +7 -7
  370. package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.js +1 -1
  371. package/lib/components/Datagrid/Datagrid/DatagridToolbar.js +11 -11
  372. package/lib/components/Datagrid/Datagrid/DatagridVirtualBody.js +18 -18
  373. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +1 -1
  374. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +1 -1
  375. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +9 -9
  376. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +1 -1
  377. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +1 -1
  378. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +15 -15
  379. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.d.ts +1 -1
  380. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +59 -44
  381. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +1 -1
  382. package/lib/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +2 -2
  383. package/lib/components/Datagrid/Datagrid/addons/Filtering/constants.js +0 -6
  384. package/lib/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +1 -1
  385. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +20 -20
  386. package/lib/components/Datagrid/Datagrid/addons/Filtering/utils.js +1 -1
  387. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +1 -1
  388. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +35 -35
  389. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +1 -1
  390. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +1 -1
  391. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +6 -6
  392. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +2 -2
  393. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +5 -5
  394. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +1 -1
  395. package/lib/components/Datagrid/Datagrid/addons/stateReducer.js +4 -4
  396. package/lib/components/Datagrid/useActionsColumn.js +2 -2
  397. package/lib/components/Datagrid/useColumnRightAlign.js +3 -3
  398. package/lib/components/Datagrid/useCustomizeColumns.js +1 -1
  399. package/lib/components/Datagrid/useDatagrid.js +2 -2
  400. package/lib/components/Datagrid/useDefaultStringRenderer.js +1 -1
  401. package/lib/components/Datagrid/useDisableSelectRows.js +16 -16
  402. package/lib/components/Datagrid/useExpandedRow.js +1 -1
  403. package/lib/components/Datagrid/useFiltering.js +1 -1
  404. package/lib/components/Datagrid/useFloatingScroll.js +2 -2
  405. package/lib/components/Datagrid/useFocusRowExpander.js +4 -4
  406. package/lib/components/Datagrid/useInfiniteScroll.js +1 -1
  407. package/lib/components/Datagrid/useInitialColumnSort.js +1 -1
  408. package/lib/components/Datagrid/useInlineEdit.js +4 -4
  409. package/lib/components/Datagrid/useNestedRowExpander.js +6 -6
  410. package/lib/components/Datagrid/useNestedRows.js +6 -6
  411. package/lib/components/Datagrid/useOnRowClick.js +1 -1
  412. package/lib/components/Datagrid/useRowExpander.js +4 -4
  413. package/lib/components/Datagrid/useRowIsMouseOver.js +1 -1
  414. package/lib/components/Datagrid/useRowRenderer.js +6 -6
  415. package/lib/components/Datagrid/useSelectAllToggle.js +2 -2
  416. package/lib/components/Datagrid/useSelectRows.js +5 -5
  417. package/lib/components/Datagrid/useSortableColumns.js +11 -11
  418. package/lib/components/Datagrid/useStickyColumn.js +8 -8
  419. package/lib/components/DecoratorBase/DecoratorBase.js +8 -8
  420. package/lib/components/DecoratorBase/DecoratorIcon.js +2 -2
  421. package/lib/components/DelimitedList/DelimitedList.js +3 -3
  422. package/lib/components/DescriptionList/DescriptionList.js +2 -2
  423. package/lib/components/EditInPlace/EditInPlace.js +6 -6
  424. package/lib/components/EditSidePanel/EditSidePanel.js +3 -3
  425. package/lib/components/EditTearsheet/EditTearsheet.js +3 -3
  426. package/lib/components/EditTearsheet/EditTearsheetForm.js +2 -2
  427. package/lib/components/EmptyStates/EmptyState.js +5 -5
  428. package/lib/components/EmptyStates/EmptyStateContent.js +2 -2
  429. package/lib/components/EmptyStates/EmptyStateV2.js +2 -2
  430. package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +3 -3
  431. package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +3 -3
  432. package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +3 -3
  433. package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +3 -3
  434. package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +3 -3
  435. package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +3 -3
  436. package/lib/components/ExportModal/ExportModal.js +7 -7
  437. package/lib/components/FeatureFlags/index.js +1 -1
  438. package/lib/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +1 -1
  439. package/lib/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +2 -2
  440. package/lib/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +8 -8
  441. package/lib/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +1 -1
  442. package/lib/components/FilterSummary/FilterSummary.js +18 -34
  443. package/lib/components/FullPageError/FullPageError.js +1 -1
  444. package/lib/components/Guidebanner/Guidebanner.js +8 -8
  445. package/lib/components/Guidebanner/GuidebannerElementButton.js +1 -1
  446. package/lib/components/ImportModal/ImportModal.js +2 -2
  447. package/lib/components/InlineTip/InlineTip.d.ts +0 -14
  448. package/lib/components/InlineTip/InlineTip.js +13 -35
  449. package/lib/components/InlineTip/utils.js +1 -1
  450. package/lib/components/InterstitialScreen/InterstitialScreen.d.ts +0 -26
  451. package/lib/components/InterstitialScreen/InterstitialScreen.js +22 -56
  452. package/lib/components/MultiAddSelect/MultiAddSelect.d.ts +4 -0
  453. package/lib/components/MultiAddSelect/MultiAddSelect.js +2 -1
  454. package/lib/components/Nav/Nav.js +3 -3
  455. package/lib/components/Nav/NavItem.js +12 -13
  456. package/lib/components/Nav/NavList.js +18 -19
  457. package/lib/components/NonLinearReading/NonLinearReading.js +1 -1
  458. package/lib/components/NotificationsPanel/NotificationsPanel.d.ts +53 -1
  459. package/lib/components/NotificationsPanel/NotificationsPanel.js +89 -71
  460. package/lib/components/OptionsTile/OptionsTile.js +4 -3
  461. package/lib/components/PageHeader/PageHeader.js +19 -19
  462. package/lib/components/PageHeader/PageHeaderTitle.js +1 -1
  463. package/lib/components/PageHeader/PageHeaderUtils.js +1 -1
  464. package/lib/components/ProductiveCard/ProductiveCard.js +1 -1
  465. package/lib/components/RemoveModal/RemoveModal.js +2 -2
  466. package/lib/components/Saving/Saving.js +4 -4
  467. package/lib/components/ScrollGradient/ScrollGradient.js +6 -6
  468. package/lib/components/SearchBar/SearchBar.js +6 -6
  469. package/lib/components/SidePanel/SidePanel.js +45 -45
  470. package/lib/components/SimpleHeader/SimpleHeader.js +4 -4
  471. package/lib/components/StatusIcon/StatusIcon.js +1 -1
  472. package/lib/components/StatusIndicator/StatusIndicator.js +2 -2
  473. package/lib/components/StatusIndicator/StatusIndicatorStep.js +1 -1
  474. package/lib/components/StringFormatter/StringFormatter.js +4 -4
  475. package/lib/components/TagOverflow/TagOverflow.js +7 -7
  476. package/lib/components/TagOverflow/TagOverflowModal.js +4 -4
  477. package/lib/components/TagOverflow/TagOverflowPopover.js +13 -13
  478. package/lib/components/TagSet/TagSet.js +15 -15
  479. package/lib/components/TagSet/TagSetModal.js +6 -6
  480. package/lib/components/TagSet/TagSetOverflow.js +3 -3
  481. package/lib/components/Tearsheet/Tearsheet.js +2 -2
  482. package/lib/components/Tearsheet/TearsheetNarrow.js +1 -1
  483. package/lib/components/Tearsheet/TearsheetShell.js +6 -6
  484. package/lib/components/Toolbar/Toolbar.js +6 -6
  485. package/lib/components/Toolbar/ToolbarButton.js +4 -4
  486. package/lib/components/TruncatedList/TruncatedList.js +8 -8
  487. package/lib/components/UserAvatar/UserAvatar.js +4 -4
  488. package/lib/components/UserProfileImage/UserProfileImage.js +2 -2
  489. package/lib/components/WebTerminal/WebTerminal.js +8 -8
  490. package/lib/global/js/hooks/useControllableState.js +1 -1
  491. package/lib/global/js/hooks/useCreateComponentFocus.js +1 -1
  492. package/lib/global/js/hooks/useCreateComponentStepChange.js +10 -10
  493. package/lib/global/js/hooks/useFocus.js +19 -19
  494. package/lib/global/js/hooks/useOverflowItems/index.d.ts +7 -0
  495. package/lib/global/js/hooks/{useOverflowItems.js → useOverflowItems/useOverflowItems.js} +16 -16
  496. package/lib/global/js/hooks/useOverflowString.js +6 -6
  497. package/lib/global/js/hooks/usePresence.d.ts +23 -0
  498. package/lib/global/js/hooks/usePresence.js +26 -6
  499. package/lib/global/js/hooks/useResetCreateComponent.js +1 -1
  500. package/lib/global/js/hooks/useResizeObserver.js +5 -5
  501. package/lib/global/js/hooks/useRetrieveStepData.js +1 -1
  502. package/lib/global/js/package-settings.js +4 -4
  503. package/lib/global/js/utils/Wrap.js +2 -2
  504. package/lib/global/js/utils/checkForOverflow.js +1 -1
  505. package/lib/global/js/utils/debounce.d.ts +1 -1
  506. package/lib/global/js/utils/debounce.js +2 -2
  507. package/lib/global/js/utils/getSupportedLocale.d.ts +2 -0
  508. package/lib/global/js/utils/getSupportedLocale.js +2 -0
  509. package/lib/global/js/utils/lastIndexInArray.js +1 -1
  510. package/lib/global/js/utils/props-helper.js +1 -1
  511. package/lib/node_modules/@carbon/icon-helpers/es/index.js +2 -2
  512. package/lib/node_modules/@carbon/icons-react/es/Icon.js +2 -2
  513. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +902 -871
  514. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +824 -823
  515. package/lib/node_modules/prop-types/factoryWithTypeCheckers.js +1 -1
  516. package/lib/settings.js +2 -2
  517. package/package.json +19 -19
  518. package/scss/components/Datagrid/styles/addons/_FilterPanel.scss +100 -22
  519. package/scss/components/Datagrid/styles/addons/_animations.scss +56 -0
  520. package/scss/components/FilterSummary/_animations.scss +20 -0
  521. package/scss/components/FilterSummary/_filter-summary.scss +11 -0
  522. package/scss/components/FullPageError/_full-page-error.scss +4 -0
  523. package/scss/components/GetStartedCard/_get-started-card.scss +2 -2
  524. package/scss/components/NotificationsPanel/_notifications-panel.scss +35 -7
  525. package/scss/components/SidePanel/_side-panel.scss +4 -2
  526. package/scss/components/Tearsheet/_tearsheet.scss +6 -12
  527. package/telemetry.yml +9 -17
  528. package/es/components/Datagrid/Datagrid/addons/Filtering/motion/variants.d.ts +0 -60
  529. package/es/components/Datagrid/Datagrid/addons/Filtering/motion/variants.js +0 -80
  530. package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.d.ts +0 -25
  531. package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +0 -146
  532. package/es/components/SteppedAnimatedMedia/index.d.ts +0 -8
  533. package/es/global/js/utils/getBezierValues.d.ts +0 -1
  534. package/es/global/js/utils/getBezierValues.js +0 -28
  535. package/es/global/js/utils/motionConstants.d.ts +0 -23
  536. package/es/global/js/utils/motionConstants.js +0 -39
  537. package/lib/components/Datagrid/Datagrid/addons/Filtering/motion/variants.d.ts +0 -60
  538. package/lib/components/Datagrid/Datagrid/addons/Filtering/motion/variants.js +0 -84
  539. package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.d.ts +0 -25
  540. package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +0 -148
  541. package/lib/components/SteppedAnimatedMedia/index.d.ts +0 -8
  542. package/lib/global/js/utils/getBezierValues.d.ts +0 -1
  543. package/lib/global/js/utils/getBezierValues.js +0 -30
  544. package/lib/global/js/utils/motionConstants.d.ts +0 -23
  545. package/lib/global/js/utils/motionConstants.js +0 -42
  546. /package/es/global/js/hooks/{useOverflowItems.d.ts → useOverflowItems/useOverflowItems.d.ts} +0 -0
  547. /package/lib/global/js/hooks/{useOverflowItems.d.ts → useOverflowItems/useOverflowItems.d.ts} +0 -0
@@ -137,11 +137,12 @@ var _excluded = ["children", "size"],
137
137
  _excluded123 = ["children", "size"],
138
138
  _excluded124 = ["children", "size"],
139
139
  _excluded125 = ["children", "size"];
140
- var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _circle, _path12, _path13, _circle2, _path14, _path15, _circle3, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _rect, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _circle4, _circle5, _path101, _circle6, _circle7, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _circle8, _circle9, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _circle10, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _circle11, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _circle12, _circle13, _path158, _path159, _path160, _path161, _path162, _circle14, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198;
141
- var Label = /*#__PURE__*/React.forwardRef(function Label(_ref, ref) {
140
+ 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) {
142
143
  var children = _ref.children,
143
144
  _ref$size = _ref.size,
144
- size = _ref$size === undefined ? 16 : _ref$size,
145
+ size = _ref$size === void 0 ? 16 : _ref$size,
145
146
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
146
147
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
147
148
  width: size,
@@ -151,18 +152,18 @@ var Label = /*#__PURE__*/React.forwardRef(function Label(_ref, ref) {
151
152
  viewBox: "0 0 32 32",
152
153
  fill: "currentColor"
153
154
  }, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
154
- 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"
155
+ d: "M6 12H8V14H6zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM22 12H26V14H22zM22 16H26V18H22z"
155
156
  })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
156
- 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"
157
+ 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"
157
158
  })), children);
158
159
  });
159
160
  if (process.env.NODE_ENV !== "production") {
160
- Label.propTypes = iconPropTypes4cbeb95d.i;
161
+ KeyboardOff.propTypes = iconPropTypes4cbeb95d.i;
161
162
  }
162
- var Language = /*#__PURE__*/React.forwardRef(function Language(_ref2, ref) {
163
+ var KioskDevice = /*#__PURE__*/React.forwardRef(function KioskDevice(_ref2, ref) {
163
164
  var children = _ref2.children,
164
165
  _ref2$size = _ref2.size,
165
- size = _ref2$size === undefined ? 16 : _ref2$size,
166
+ size = _ref2$size === void 0 ? 16 : _ref2$size,
166
167
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref2, _excluded2);
167
168
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
168
169
  width: size,
@@ -172,16 +173,16 @@ var Language = /*#__PURE__*/React.forwardRef(function Language(_ref2, ref) {
172
173
  viewBox: "0 0 32 32",
173
174
  fill: "currentColor"
174
175
  }, rest), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
175
- 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"
176
+ 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"
176
177
  })), children);
177
178
  });
178
179
  if (process.env.NODE_ENV !== "production") {
179
- Language.propTypes = iconPropTypes4cbeb95d.i;
180
+ KioskDevice.propTypes = iconPropTypes4cbeb95d.i;
180
181
  }
181
- var Laptop = /*#__PURE__*/React.forwardRef(function Laptop(_ref3, ref) {
182
+ var Kubelet = /*#__PURE__*/React.forwardRef(function Kubelet(_ref3, ref) {
182
183
  var children = _ref3.children,
183
184
  _ref3$size = _ref3.size,
184
- size = _ref3$size === undefined ? 16 : _ref3$size,
185
+ size = _ref3$size === void 0 ? 16 : _ref3$size,
185
186
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref3, _excluded3);
186
187
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
187
188
  width: size,
@@ -191,20 +192,27 @@ var Laptop = /*#__PURE__*/React.forwardRef(function Laptop(_ref3, ref) {
191
192
  viewBox: "0 0 32 32",
192
193
  fill: "currentColor"
193
194
  }, rest), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
194
- 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",
195
- transform: "translate(0 .005)"
195
+ strokeWidth: "0",
196
+ 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"
196
197
  })), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
197
- d: "M2 26.005H30V28.005H2z"
198
+ strokeWidth: "0",
199
+ d: "m16,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v9h-2V6H6v20h10v2Z"
198
200
  })), children);
199
201
  });
200
202
  if (process.env.NODE_ENV !== "production") {
201
- Laptop.propTypes = iconPropTypes4cbeb95d.i;
203
+ Kubelet.propTypes = iconPropTypes4cbeb95d.i;
202
204
  }
203
- var Lasso = /*#__PURE__*/React.forwardRef(function Lasso(_ref4, ref) {
205
+ var Kubernetes = /*#__PURE__*/React.forwardRef(function Kubernetes(_ref4, ref) {
204
206
  var children = _ref4.children,
205
207
  _ref4$size = _ref4.size,
206
- size = _ref4$size === undefined ? 16 : _ref4$size,
208
+ size = _ref4$size === void 0 ? 16 : _ref4$size,
207
209
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref4, _excluded4);
210
+ if (process.env.NODE_ENV !== "production") {
211
+ if (!didWarnAboutDeprecation["Kubernetes"]) {
212
+ didWarnAboutDeprecation["Kubernetes"] = true;
213
+ 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
+ }
215
+ }
208
216
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
209
217
  width: size,
210
218
  height: size,
@@ -213,16 +221,16 @@ var Lasso = /*#__PURE__*/React.forwardRef(function Lasso(_ref4, ref) {
213
221
  viewBox: "0 0 32 32",
214
222
  fill: "currentColor"
215
223
  }, rest), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
216
- 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"
224
+ 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"
217
225
  })), children);
218
226
  });
219
227
  if (process.env.NODE_ENV !== "production") {
220
- Lasso.propTypes = iconPropTypes4cbeb95d.i;
228
+ Kubernetes.propTypes = iconPropTypes4cbeb95d.i;
221
229
  }
222
- var LassoPolygon = /*#__PURE__*/React.forwardRef(function LassoPolygon(_ref5, ref) {
230
+ var KubernetesControlPlaneNode = /*#__PURE__*/React.forwardRef(function KubernetesControlPlaneNode(_ref5, ref) {
223
231
  var children = _ref5.children,
224
232
  _ref5$size = _ref5.size,
225
- size = _ref5$size === undefined ? 16 : _ref5$size,
233
+ size = _ref5$size === void 0 ? 16 : _ref5$size,
226
234
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref5, _excluded5);
227
235
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
228
236
  width: size,
@@ -232,31 +240,22 @@ var LassoPolygon = /*#__PURE__*/React.forwardRef(function LassoPolygon(_ref5, re
232
240
  viewBox: "0 0 32 32",
233
241
  fill: "currentColor"
234
242
  }, rest), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
235
- 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"
243
+ 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
+ })), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
245
+ 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"
246
+ })), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
247
+ fill: "none",
248
+ d: "M0 0h32v32H0z"
236
249
  })), children);
237
250
  });
238
251
  if (process.env.NODE_ENV !== "production") {
239
- LassoPolygon.propTypes = iconPropTypes4cbeb95d.i;
252
+ KubernetesControlPlaneNode.propTypes = iconPropTypes4cbeb95d.i;
240
253
  }
241
- var Launch = /*#__PURE__*/React.forwardRef(function Launch(_ref6, ref) {
254
+ var KubernetesIpAddress = /*#__PURE__*/React.forwardRef(function KubernetesIpAddress(_ref6, ref) {
242
255
  var children = _ref6.children,
243
256
  _ref6$size = _ref6.size,
244
- size = _ref6$size === undefined ? 16 : _ref6$size,
257
+ size = _ref6$size === void 0 ? 16 : _ref6$size,
245
258
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref6, _excluded6);
246
- if (size === 16 || size === "16" || size === "16px") {
247
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
248
- width: size,
249
- height: size,
250
- ref: ref,
251
- xmlns: "http://www.w3.org/2000/svg",
252
- viewBox: "0 0 16 16",
253
- fill: "currentColor"
254
- }, rest), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
255
- 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"
256
- })), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
257
- d: "M10 1L10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z"
258
- })), children);
259
- }
260
259
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
261
260
  width: size,
262
261
  height: size,
@@ -264,19 +263,25 @@ var Launch = /*#__PURE__*/React.forwardRef(function Launch(_ref6, ref) {
264
263
  xmlns: "http://www.w3.org/2000/svg",
265
264
  viewBox: "0 0 32 32",
266
265
  fill: "currentColor"
267
- }, rest), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
268
- 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"
269
- })), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
270
- d: "M20 2L20 4 26.586 4 18 12.586 19.414 14 28 5.414 28 12 30 12 30 2 20 2z"
266
+ }, rest), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
267
+ cx: "16",
268
+ cy: "9",
269
+ r: "2"
270
+ })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
271
+ cx: "16",
272
+ cy: "16",
273
+ r: "2"
274
+ })), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
275
+ d: "m18.8157,26c-.302-.8472-.9685-1.5137-1.8157-1.8159v-2.1841h3c.2969,0,.5781-.1318.7683-.3599l5-6c.1982-.2378.2751-.5547.2078-.8569l-2-9c-.0696-.3145-.2864-.5757-.5823-.7021l-7-3c-.1257-.0542-.2598-.0811-.3938-.0811s-.2681.0269-.3938.0811l-7.0015,3c-.2959.1265-.5127.3877-.5825.7021l-1.9985,9c-.0671.3027.0098.6191.208.8569l5,6c.1902.228.4714.3599.7683.3599h3v2.1846c-.8472.3018-1.5137.9683-1.8157,1.8154H4v2h9.1843c.4141,1.1611,1.5137,2,2.8157,2s2.4016-.8389,2.8157-2h9.1843v-2h-9.1843Zm-10.7329-11.2627l1.7808-8.02,6.1365-2.6294,6.135,2.6294,1.7822,8.02-4.3855,5.2627h-7.0635l-4.3855-5.2627Zm7.9172,13.2627c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
271
276
  })), children);
272
277
  });
273
278
  if (process.env.NODE_ENV !== "production") {
274
- Launch.propTypes = iconPropTypes4cbeb95d.i;
279
+ KubernetesIpAddress.propTypes = iconPropTypes4cbeb95d.i;
275
280
  }
276
- var WatsonHealthLaunchStudy_1 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_1(_ref7, ref) {
281
+ var KubernetesOperator = /*#__PURE__*/React.forwardRef(function KubernetesOperator(_ref7, ref) {
277
282
  var children = _ref7.children,
278
283
  _ref7$size = _ref7.size,
279
- size = _ref7$size === undefined ? 16 : _ref7$size,
284
+ size = _ref7$size === void 0 ? 16 : _ref7$size,
280
285
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref7, _excluded7);
281
286
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
282
287
  width: size,
@@ -285,23 +290,21 @@ var WatsonHealthLaunchStudy_1 = /*#__PURE__*/React.forwardRef(function WatsonHea
285
290
  xmlns: "http://www.w3.org/2000/svg",
286
291
  viewBox: "0 0 32 32",
287
292
  fill: "currentColor"
288
- }, rest), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
289
- cx: "23",
290
- cy: "25",
291
- r: "1"
293
+ }, rest), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
294
+ strokeWidth: "0",
295
+ 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"
292
296
  })), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
293
- d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 10.59L17 14.17 17 2 15 2 15 14.17 11.41 10.59 10 12 16 18 22 12 20.59 10.59z"
294
- })), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
295
- d: "M8 24H20V26H8z"
297
+ strokeWidth: "0",
298
+ d: "m30,16c0-7.7197-6.2803-14-14-14S2,8.2803,2,16s6.2803,14,14,14c2.7773,0,5.417-.7959,7.7012-2.3081.3948.1914.8315.3081,1.2988.3081,1.6543,0,3-1.3457,3-3,0-.4673-.1167-.9043-.3079-1.2988,1.5122-2.2842,2.3079-4.9238,2.3079-7.7012Zm-26,0c0-6.6167,5.3833-12,12-12s12,5.3833,12,12c0,2.248-.6152,4.3877-1.7744,6.2681-.375-.1689-.7881-.2681-1.2256-.2681-1.6543,0-3,1.3457-3,3,0,.4375.0991.8506.2681,1.2256-1.8801,1.1592-4.0198,1.7744-6.2681,1.7744-6.6167,0-12-5.3833-12-12Zm21,10c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
296
299
  })), children);
297
300
  });
298
301
  if (process.env.NODE_ENV !== "production") {
299
- WatsonHealthLaunchStudy_1.propTypes = iconPropTypes4cbeb95d.i;
302
+ KubernetesOperator.propTypes = iconPropTypes4cbeb95d.i;
300
303
  }
301
- var WatsonHealthLaunchStudy_2 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_2(_ref8, ref) {
304
+ var KubernetesPod = /*#__PURE__*/React.forwardRef(function KubernetesPod(_ref8, ref) {
302
305
  var children = _ref8.children,
303
306
  _ref8$size = _ref8.size,
304
- size = _ref8$size === undefined ? 16 : _ref8$size,
307
+ size = _ref8$size === void 0 ? 16 : _ref8$size,
305
308
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref8, _excluded8);
306
309
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
307
310
  width: size,
@@ -310,23 +313,19 @@ var WatsonHealthLaunchStudy_2 = /*#__PURE__*/React.forwardRef(function WatsonHea
310
313
  xmlns: "http://www.w3.org/2000/svg",
311
314
  viewBox: "0 0 32 32",
312
315
  fill: "currentColor"
313
- }, rest), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
314
- cx: "23",
315
- cy: "7",
316
- r: "1"
316
+ }, rest), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
317
+ 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"
317
318
  })), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
318
- d: "M26 4v6H6V4H26m0-2H6A2 2 0 004 4v6a2 2 0 002 2H26a2 2 0 002-2V4a2 2 0 00-2-2zM20.59 21.41L17 17.83 17 30 15 30 15 17.83 11.41 21.41 10 20 16 14 22 20 20.59 21.41z"
319
- })), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
320
- d: "M8 6H20V8H8z"
319
+ 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"
321
320
  })), children);
322
321
  });
323
322
  if (process.env.NODE_ENV !== "production") {
324
- WatsonHealthLaunchStudy_2.propTypes = iconPropTypes4cbeb95d.i;
323
+ KubernetesPod.propTypes = iconPropTypes4cbeb95d.i;
325
324
  }
326
- var WatsonHealthLaunchStudy_3 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_3(_ref9, ref) {
325
+ var KubernetesWorkerNode = /*#__PURE__*/React.forwardRef(function KubernetesWorkerNode(_ref9, ref) {
327
326
  var children = _ref9.children,
328
327
  _ref9$size = _ref9.size,
329
- size = _ref9$size === undefined ? 16 : _ref9$size,
328
+ size = _ref9$size === void 0 ? 16 : _ref9$size,
330
329
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref9, _excluded9);
331
330
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
332
331
  width: size,
@@ -335,23 +334,22 @@ var WatsonHealthLaunchStudy_3 = /*#__PURE__*/React.forwardRef(function WatsonHea
335
334
  xmlns: "http://www.w3.org/2000/svg",
336
335
  viewBox: "0 0 32 32",
337
336
  fill: "currentColor"
338
- }, rest), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
339
- cx: "23",
340
- cy: "25",
341
- r: "1"
337
+ }, rest), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
338
+ 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"
342
339
  })), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
343
- d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 4.59L17 8.17 17 0 15 0 15 8.17 11.41 4.59 10 6 16 12 22 6 20.59 4.59z"
340
+ 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"
344
341
  })), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
345
- d: "M20.59 10.59L16 15.16 11.41 10.59 10 12 16 18 22 12 20.59 10.59zM8 24H20V26H8z"
342
+ fill: "none",
343
+ d: "M0 0h32v32H0z"
346
344
  })), children);
347
345
  });
348
346
  if (process.env.NODE_ENV !== "production") {
349
- WatsonHealthLaunchStudy_3.propTypes = iconPropTypes4cbeb95d.i;
347
+ KubernetesWorkerNode.propTypes = iconPropTypes4cbeb95d.i;
350
348
  }
351
- var Layers = /*#__PURE__*/React.forwardRef(function Layers(_ref10, ref) {
349
+ var Label = /*#__PURE__*/React.forwardRef(function Label(_ref10, ref) {
352
350
  var children = _ref10.children,
353
351
  _ref10$size = _ref10.size,
354
- size = _ref10$size === undefined ? 16 : _ref10$size,
352
+ size = _ref10$size === void 0 ? 16 : _ref10$size,
355
353
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref10, _excluded10);
356
354
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
357
355
  width: size,
@@ -361,18 +359,18 @@ var Layers = /*#__PURE__*/React.forwardRef(function Layers(_ref10, ref) {
361
359
  viewBox: "0 0 32 32",
362
360
  fill: "currentColor"
363
361
  }, rest), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
364
- 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"
362
+ 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"
365
363
  })), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
366
- 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"
364
+ 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
365
  })), children);
368
366
  });
369
367
  if (process.env.NODE_ENV !== "production") {
370
- Layers.propTypes = iconPropTypes4cbeb95d.i;
368
+ Label.propTypes = iconPropTypes4cbeb95d.i;
371
369
  }
372
- var LayersExternal = /*#__PURE__*/React.forwardRef(function LayersExternal(_ref11, ref) {
370
+ var Language = /*#__PURE__*/React.forwardRef(function Language(_ref11, ref) {
373
371
  var children = _ref11.children,
374
372
  _ref11$size = _ref11.size,
375
- size = _ref11$size === undefined ? 16 : _ref11$size,
373
+ size = _ref11$size === void 0 ? 16 : _ref11$size,
376
374
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref11, _excluded11);
377
375
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
378
376
  width: size,
@@ -382,20 +380,16 @@ var LayersExternal = /*#__PURE__*/React.forwardRef(function LayersExternal(_ref1
382
380
  viewBox: "0 0 32 32",
383
381
  fill: "currentColor"
384
382
  }, rest), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
385
- strokeWidth: "0",
386
- 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"
387
- })), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
388
- strokeWidth: "0",
389
- d: "M16 30c-.1631 0-.3262-.0398-.4741-.1196l-13-7 .9482-1.7607 12.5259 6.7446 12.5259-6.7446.9482 1.7607-13 7c-.1479.0798-.311.1196-.4741.1196zM29.4741 9.1196L16 1.8643v2.2715l10.8906 5.8643-10.8906 5.8643v2.2715l13.4741-7.2554c.324-.1743.5259-.5122.5259-.8804s-.2019-.7061-.5259-.8804zM4.4141 9.4141l3.5859-3.586v8.1719s2 0 2 0V5.8281s3.5859 3.5859 3.5859 3.5859l1.4141-1.414L9 2 3 8l1.4141 1.4141z"
383
+ 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"
390
384
  })), children);
391
385
  });
392
386
  if (process.env.NODE_ENV !== "production") {
393
- LayersExternal.propTypes = iconPropTypes4cbeb95d.i;
387
+ Language.propTypes = iconPropTypes4cbeb95d.i;
394
388
  }
395
- var Legend = /*#__PURE__*/React.forwardRef(function Legend(_ref12, ref) {
389
+ var Laptop = /*#__PURE__*/React.forwardRef(function Laptop(_ref12, ref) {
396
390
  var children = _ref12.children,
397
391
  _ref12$size = _ref12.size,
398
- size = _ref12$size === undefined ? 16 : _ref12$size,
392
+ size = _ref12$size === void 0 ? 16 : _ref12$size,
399
393
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref12, _excluded12);
400
394
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
401
395
  width: size,
@@ -404,25 +398,20 @@ var Legend = /*#__PURE__*/React.forwardRef(function Legend(_ref12, ref) {
404
398
  xmlns: "http://www.w3.org/2000/svg",
405
399
  viewBox: "0 0 32 32",
406
400
  fill: "currentColor"
407
- }, rest), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
408
- d: "M16 22H30V24H16z"
409
- })), _rect || (_rect = /*#__PURE__*/React.createElement("rect", {
410
- width: "6",
411
- height: "6",
412
- x: "4",
413
- y: "20",
414
- rx: "1"
415
- })), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
416
- d: "M16 8H30V10H16zM9.5 12h-5a.5.5 0 01-.4473-.7236l2.5-5.0224a.5206.5206 0 01.8945 0l2.5 5.0225A.5.5 0 019.5 12z"
401
+ }, rest), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
402
+ 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
+ transform: "translate(0 .005)"
404
+ })), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
405
+ d: "M2 26.005H30V28.005H2z"
417
406
  })), children);
418
407
  });
419
408
  if (process.env.NODE_ENV !== "production") {
420
- Legend.propTypes = iconPropTypes4cbeb95d.i;
409
+ Laptop.propTypes = iconPropTypes4cbeb95d.i;
421
410
  }
422
- var LetterAa = /*#__PURE__*/React.forwardRef(function LetterAa(_ref13, ref) {
411
+ var Lasso = /*#__PURE__*/React.forwardRef(function Lasso(_ref13, ref) {
423
412
  var children = _ref13.children,
424
413
  _ref13$size = _ref13.size,
425
- size = _ref13$size === undefined ? 16 : _ref13$size,
414
+ size = _ref13$size === void 0 ? 16 : _ref13$size,
426
415
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref13, _excluded13);
427
416
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
428
417
  width: size,
@@ -431,17 +420,17 @@ var LetterAa = /*#__PURE__*/React.forwardRef(function LetterAa(_ref13, ref) {
431
420
  xmlns: "http://www.w3.org/2000/svg",
432
421
  viewBox: "0 0 32 32",
433
422
  fill: "currentColor"
434
- }, rest), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
435
- 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"
423
+ }, rest), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
424
+ 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"
436
425
  })), children);
437
426
  });
438
427
  if (process.env.NODE_ENV !== "production") {
439
- LetterAa.propTypes = iconPropTypes4cbeb95d.i;
428
+ Lasso.propTypes = iconPropTypes4cbeb95d.i;
440
429
  }
441
- var LetterBb = /*#__PURE__*/React.forwardRef(function LetterBb(_ref14, ref) {
430
+ var LassoPolygon = /*#__PURE__*/React.forwardRef(function LassoPolygon(_ref14, ref) {
442
431
  var children = _ref14.children,
443
432
  _ref14$size = _ref14.size,
444
- size = _ref14$size === undefined ? 16 : _ref14$size,
433
+ size = _ref14$size === void 0 ? 16 : _ref14$size,
445
434
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref14, _excluded14);
446
435
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
447
436
  width: size,
@@ -450,18 +439,32 @@ var LetterBb = /*#__PURE__*/React.forwardRef(function LetterBb(_ref14, ref) {
450
439
  xmlns: "http://www.w3.org/2000/svg",
451
440
  viewBox: "0 0 32 32",
452
441
  fill: "currentColor"
453
- }, rest), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
454
- 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"
442
+ }, rest), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
443
+ 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"
455
444
  })), children);
456
445
  });
457
446
  if (process.env.NODE_ENV !== "production") {
458
- LetterBb.propTypes = iconPropTypes4cbeb95d.i;
447
+ LassoPolygon.propTypes = iconPropTypes4cbeb95d.i;
459
448
  }
460
- var LetterCc = /*#__PURE__*/React.forwardRef(function LetterCc(_ref15, ref) {
449
+ var Launch = /*#__PURE__*/React.forwardRef(function Launch(_ref15, ref) {
461
450
  var children = _ref15.children,
462
451
  _ref15$size = _ref15.size,
463
- size = _ref15$size === undefined ? 16 : _ref15$size,
452
+ size = _ref15$size === void 0 ? 16 : _ref15$size,
464
453
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref15, _excluded15);
454
+ if (size === 16 || size === "16" || size === "16px") {
455
+ return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
456
+ width: size,
457
+ height: size,
458
+ ref: ref,
459
+ xmlns: "http://www.w3.org/2000/svg",
460
+ viewBox: "0 0 16 16",
461
+ fill: "currentColor"
462
+ }, rest), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
463
+ 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
+ })), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
465
+ d: "M10 1L10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z"
466
+ })), children);
467
+ }
465
468
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
466
469
  width: size,
467
470
  height: size,
@@ -469,17 +472,19 @@ var LetterCc = /*#__PURE__*/React.forwardRef(function LetterCc(_ref15, ref) {
469
472
  xmlns: "http://www.w3.org/2000/svg",
470
473
  viewBox: "0 0 32 32",
471
474
  fill: "currentColor"
472
- }, rest), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
473
- d: "M24 23H19a2 2 0 01-2-2V15a2 2 0 012-2h5v2H19v6h5zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h6z"
475
+ }, rest), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
476
+ 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
+ })), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
478
+ d: "M20 2L20 4 26.586 4 18 12.586 19.414 14 28 5.414 28 12 30 12 30 2 20 2z"
474
479
  })), children);
475
480
  });
476
481
  if (process.env.NODE_ENV !== "production") {
477
- LetterCc.propTypes = iconPropTypes4cbeb95d.i;
482
+ Launch.propTypes = iconPropTypes4cbeb95d.i;
478
483
  }
479
- var LetterDd = /*#__PURE__*/React.forwardRef(function LetterDd(_ref16, ref) {
484
+ var WatsonHealthLaunchStudy_1 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_1(_ref16, ref) {
480
485
  var children = _ref16.children,
481
486
  _ref16$size = _ref16.size,
482
- size = _ref16$size === undefined ? 16 : _ref16$size,
487
+ size = _ref16$size === void 0 ? 16 : _ref16$size,
483
488
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref16, _excluded16);
484
489
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
485
490
  width: size,
@@ -488,17 +493,23 @@ var LetterDd = /*#__PURE__*/React.forwardRef(function LetterDd(_ref16, ref) {
488
493
  xmlns: "http://www.w3.org/2000/svg",
489
494
  viewBox: "0 0 32 32",
490
495
  fill: "currentColor"
491
- }, rest), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
492
- 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"
496
+ }, rest), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
497
+ cx: "23",
498
+ cy: "25",
499
+ r: "1"
500
+ })), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
501
+ d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 10.59L17 14.17 17 2 15 2 15 14.17 11.41 10.59 10 12 16 18 22 12 20.59 10.59z"
502
+ })), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
503
+ d: "M8 24H20V26H8z"
493
504
  })), children);
494
505
  });
495
506
  if (process.env.NODE_ENV !== "production") {
496
- LetterDd.propTypes = iconPropTypes4cbeb95d.i;
507
+ WatsonHealthLaunchStudy_1.propTypes = iconPropTypes4cbeb95d.i;
497
508
  }
498
- var LetterEe = /*#__PURE__*/React.forwardRef(function LetterEe(_ref17, ref) {
509
+ var WatsonHealthLaunchStudy_2 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_2(_ref17, ref) {
499
510
  var children = _ref17.children,
500
511
  _ref17$size = _ref17.size,
501
- size = _ref17$size === undefined ? 16 : _ref17$size,
512
+ size = _ref17$size === void 0 ? 16 : _ref17$size,
502
513
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref17, _excluded17);
503
514
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
504
515
  width: size,
@@ -507,17 +518,23 @@ var LetterEe = /*#__PURE__*/React.forwardRef(function LetterEe(_ref17, ref) {
507
518
  xmlns: "http://www.w3.org/2000/svg",
508
519
  viewBox: "0 0 32 32",
509
520
  fill: "currentColor"
510
- }, rest), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
511
- 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"
521
+ }, rest), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
522
+ cx: "23",
523
+ cy: "7",
524
+ r: "1"
525
+ })), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
526
+ d: "M26 4v6H6V4H26m0-2H6A2 2 0 004 4v6a2 2 0 002 2H26a2 2 0 002-2V4a2 2 0 00-2-2zM20.59 21.41L17 17.83 17 30 15 30 15 17.83 11.41 21.41 10 20 16 14 22 20 20.59 21.41z"
527
+ })), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
528
+ d: "M8 6H20V8H8z"
512
529
  })), children);
513
530
  });
514
531
  if (process.env.NODE_ENV !== "production") {
515
- LetterEe.propTypes = iconPropTypes4cbeb95d.i;
532
+ WatsonHealthLaunchStudy_2.propTypes = iconPropTypes4cbeb95d.i;
516
533
  }
517
- var LetterFf = /*#__PURE__*/React.forwardRef(function LetterFf(_ref18, ref) {
534
+ var WatsonHealthLaunchStudy_3 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_3(_ref18, ref) {
518
535
  var children = _ref18.children,
519
536
  _ref18$size = _ref18.size,
520
- size = _ref18$size === undefined ? 16 : _ref18$size,
537
+ size = _ref18$size === void 0 ? 16 : _ref18$size,
521
538
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref18, _excluded18);
522
539
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
523
540
  width: size,
@@ -526,17 +543,23 @@ var LetterFf = /*#__PURE__*/React.forwardRef(function LetterFf(_ref18, ref) {
526
543
  xmlns: "http://www.w3.org/2000/svg",
527
544
  viewBox: "0 0 32 32",
528
545
  fill: "currentColor"
529
- }, rest), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
530
- 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"
546
+ }, rest), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
547
+ cx: "23",
548
+ cy: "25",
549
+ r: "1"
550
+ })), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
551
+ d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 4.59L17 8.17 17 0 15 0 15 8.17 11.41 4.59 10 6 16 12 22 6 20.59 4.59z"
552
+ })), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
553
+ d: "M20.59 10.59L16 15.16 11.41 10.59 10 12 16 18 22 12 20.59 10.59zM8 24H20V26H8z"
531
554
  })), children);
532
555
  });
533
556
  if (process.env.NODE_ENV !== "production") {
534
- LetterFf.propTypes = iconPropTypes4cbeb95d.i;
557
+ WatsonHealthLaunchStudy_3.propTypes = iconPropTypes4cbeb95d.i;
535
558
  }
536
- var LetterGg = /*#__PURE__*/React.forwardRef(function LetterGg(_ref19, ref) {
559
+ var Layers = /*#__PURE__*/React.forwardRef(function Layers(_ref19, ref) {
537
560
  var children = _ref19.children,
538
561
  _ref19$size = _ref19.size,
539
- size = _ref19$size === undefined ? 16 : _ref19$size,
562
+ size = _ref19$size === void 0 ? 16 : _ref19$size,
540
563
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref19, _excluded19);
541
564
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
542
565
  width: size,
@@ -545,17 +568,19 @@ var LetterGg = /*#__PURE__*/React.forwardRef(function LetterGg(_ref19, ref) {
545
568
  xmlns: "http://www.w3.org/2000/svg",
546
569
  viewBox: "0 0 32 32",
547
570
  fill: "currentColor"
548
- }, rest), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
549
- 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"
571
+ }, rest), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
572
+ 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
+ })), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
574
+ 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"
550
575
  })), children);
551
576
  });
552
577
  if (process.env.NODE_ENV !== "production") {
553
- LetterGg.propTypes = iconPropTypes4cbeb95d.i;
578
+ Layers.propTypes = iconPropTypes4cbeb95d.i;
554
579
  }
555
- var LetterHh = /*#__PURE__*/React.forwardRef(function LetterHh(_ref20, ref) {
580
+ var LayersExternal = /*#__PURE__*/React.forwardRef(function LayersExternal(_ref20, ref) {
556
581
  var children = _ref20.children,
557
582
  _ref20$size = _ref20.size,
558
- size = _ref20$size === undefined ? 16 : _ref20$size,
583
+ size = _ref20$size === void 0 ? 16 : _ref20$size,
559
584
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref20, _excluded20);
560
585
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
561
586
  width: size,
@@ -564,17 +589,21 @@ var LetterHh = /*#__PURE__*/React.forwardRef(function LetterHh(_ref20, ref) {
564
589
  xmlns: "http://www.w3.org/2000/svg",
565
590
  viewBox: "0 0 32 32",
566
591
  fill: "currentColor"
567
- }, rest), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
568
- 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"
592
+ }, rest), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
593
+ strokeWidth: "0",
594
+ 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
+ })), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
596
+ strokeWidth: "0",
597
+ d: "M16 30c-.1631 0-.3262-.0398-.4741-.1196l-13-7 .9482-1.7607 12.5259 6.7446 12.5259-6.7446.9482 1.7607-13 7c-.1479.0798-.311.1196-.4741.1196zM29.4741 9.1196L16 1.8643v2.2715l10.8906 5.8643-10.8906 5.8643v2.2715l13.4741-7.2554c.324-.1743.5259-.5122.5259-.8804s-.2019-.7061-.5259-.8804zM4.4141 9.4141l3.5859-3.586v8.1719s2 0 2 0V5.8281s3.5859 3.5859 3.5859 3.5859l1.4141-1.414L9 2 3 8l1.4141 1.4141z"
569
598
  })), children);
570
599
  });
571
600
  if (process.env.NODE_ENV !== "production") {
572
- LetterHh.propTypes = iconPropTypes4cbeb95d.i;
601
+ LayersExternal.propTypes = iconPropTypes4cbeb95d.i;
573
602
  }
574
- var LetterIi = /*#__PURE__*/React.forwardRef(function LetterIi(_ref21, ref) {
603
+ var Legend = /*#__PURE__*/React.forwardRef(function Legend(_ref21, ref) {
575
604
  var children = _ref21.children,
576
605
  _ref21$size = _ref21.size,
577
- size = _ref21$size === undefined ? 16 : _ref21$size,
606
+ size = _ref21$size === void 0 ? 16 : _ref21$size,
578
607
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref21, _excluded21);
579
608
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
580
609
  width: size,
@@ -583,17 +612,25 @@ var LetterIi = /*#__PURE__*/React.forwardRef(function LetterIi(_ref21, ref) {
583
612
  xmlns: "http://www.w3.org/2000/svg",
584
613
  viewBox: "0 0 32 32",
585
614
  fill: "currentColor"
586
- }, rest), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
587
- 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"
615
+ }, rest), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
616
+ d: "M16 22H30V24H16z"
617
+ })), _rect || (_rect = /*#__PURE__*/React.createElement("rect", {
618
+ width: "6",
619
+ height: "6",
620
+ x: "4",
621
+ y: "20",
622
+ rx: "1"
623
+ })), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
624
+ d: "M16 8H30V10H16zM9.5 12h-5a.5.5 0 01-.4473-.7236l2.5-5.0224a.5206.5206 0 01.8945 0l2.5 5.0225A.5.5 0 019.5 12z"
588
625
  })), children);
589
626
  });
590
627
  if (process.env.NODE_ENV !== "production") {
591
- LetterIi.propTypes = iconPropTypes4cbeb95d.i;
628
+ Legend.propTypes = iconPropTypes4cbeb95d.i;
592
629
  }
593
- var LetterJj = /*#__PURE__*/React.forwardRef(function LetterJj(_ref22, ref) {
630
+ var LetterAa = /*#__PURE__*/React.forwardRef(function LetterAa(_ref22, ref) {
594
631
  var children = _ref22.children,
595
632
  _ref22$size = _ref22.size,
596
- size = _ref22$size === undefined ? 16 : _ref22$size,
633
+ size = _ref22$size === void 0 ? 16 : _ref22$size,
597
634
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref22, _excluded22);
598
635
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
599
636
  width: size,
@@ -602,17 +639,17 @@ var LetterJj = /*#__PURE__*/React.forwardRef(function LetterJj(_ref22, ref) {
602
639
  xmlns: "http://www.w3.org/2000/svg",
603
640
  viewBox: "0 0 32 32",
604
641
  fill: "currentColor"
605
- }, rest), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
606
- d: "M20 9H22V11H20zM20 25H17v2h3a2 2 0 002-2V13H20zM14 23H10a2 2 0 01-2-2V19h2v2h4V9h2V21A2 2 0 0114 23z"
642
+ }, rest), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
643
+ 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"
607
644
  })), children);
608
645
  });
609
646
  if (process.env.NODE_ENV !== "production") {
610
- LetterJj.propTypes = iconPropTypes4cbeb95d.i;
647
+ LetterAa.propTypes = iconPropTypes4cbeb95d.i;
611
648
  }
612
- var LetterKk = /*#__PURE__*/React.forwardRef(function LetterKk(_ref23, ref) {
649
+ var LetterBb = /*#__PURE__*/React.forwardRef(function LetterBb(_ref23, ref) {
613
650
  var children = _ref23.children,
614
651
  _ref23$size = _ref23.size,
615
- size = _ref23$size === undefined ? 16 : _ref23$size,
652
+ size = _ref23$size === void 0 ? 16 : _ref23$size,
616
653
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref23, _excluded23);
617
654
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
618
655
  width: size,
@@ -621,17 +658,17 @@ var LetterKk = /*#__PURE__*/React.forwardRef(function LetterKk(_ref23, ref) {
621
658
  xmlns: "http://www.w3.org/2000/svg",
622
659
  viewBox: "0 0 32 32",
623
660
  fill: "currentColor"
624
- }, rest), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
625
- 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"
661
+ }, rest), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
662
+ 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"
626
663
  })), children);
627
664
  });
628
665
  if (process.env.NODE_ENV !== "production") {
629
- LetterKk.propTypes = iconPropTypes4cbeb95d.i;
666
+ LetterBb.propTypes = iconPropTypes4cbeb95d.i;
630
667
  }
631
- var LetterLl = /*#__PURE__*/React.forwardRef(function LetterLl(_ref24, ref) {
668
+ var LetterCc = /*#__PURE__*/React.forwardRef(function LetterCc(_ref24, ref) {
632
669
  var children = _ref24.children,
633
670
  _ref24$size = _ref24.size,
634
- size = _ref24$size === undefined ? 16 : _ref24$size,
671
+ size = _ref24$size === void 0 ? 16 : _ref24$size,
635
672
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref24, _excluded24);
636
673
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
637
674
  width: size,
@@ -640,17 +677,17 @@ var LetterLl = /*#__PURE__*/React.forwardRef(function LetterLl(_ref24, ref) {
640
677
  xmlns: "http://www.w3.org/2000/svg",
641
678
  viewBox: "0 0 32 32",
642
679
  fill: "currentColor"
643
- }, rest), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
644
- d: "M11 21L11 9 9 9 9 23 17 23 17 21 11 21zM23 23H21a2 2 0 01-2-2V9h2V21h2z"
680
+ }, rest), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
681
+ d: "M24 23H19a2 2 0 01-2-2V15a2 2 0 012-2h5v2H19v6h5zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h6z"
645
682
  })), children);
646
683
  });
647
684
  if (process.env.NODE_ENV !== "production") {
648
- LetterLl.propTypes = iconPropTypes4cbeb95d.i;
685
+ LetterCc.propTypes = iconPropTypes4cbeb95d.i;
649
686
  }
650
- var LetterMm = /*#__PURE__*/React.forwardRef(function LetterMm(_ref25, ref) {
687
+ var LetterDd = /*#__PURE__*/React.forwardRef(function LetterDd(_ref25, ref) {
651
688
  var children = _ref25.children,
652
689
  _ref25$size = _ref25.size,
653
- size = _ref25$size === undefined ? 16 : _ref25$size,
690
+ size = _ref25$size === void 0 ? 16 : _ref25$size,
654
691
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref25, _excluded25);
655
692
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
656
693
  width: size,
@@ -659,17 +696,17 @@ var LetterMm = /*#__PURE__*/React.forwardRef(function LetterMm(_ref25, ref) {
659
696
  xmlns: "http://www.w3.org/2000/svg",
660
697
  viewBox: "0 0 32 32",
661
698
  fill: "currentColor"
662
- }, rest), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
663
- 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"
699
+ }, rest), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
700
+ 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"
664
701
  })), children);
665
702
  });
666
703
  if (process.env.NODE_ENV !== "production") {
667
- LetterMm.propTypes = iconPropTypes4cbeb95d.i;
704
+ LetterDd.propTypes = iconPropTypes4cbeb95d.i;
668
705
  }
669
- var LetterNn = /*#__PURE__*/React.forwardRef(function LetterNn(_ref26, ref) {
706
+ var LetterEe = /*#__PURE__*/React.forwardRef(function LetterEe(_ref26, ref) {
670
707
  var children = _ref26.children,
671
708
  _ref26$size = _ref26.size,
672
- size = _ref26$size === undefined ? 16 : _ref26$size,
709
+ size = _ref26$size === void 0 ? 16 : _ref26$size,
673
710
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref26, _excluded26);
674
711
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
675
712
  width: size,
@@ -678,17 +715,17 @@ var LetterNn = /*#__PURE__*/React.forwardRef(function LetterNn(_ref26, ref) {
678
715
  xmlns: "http://www.w3.org/2000/svg",
679
716
  viewBox: "0 0 32 32",
680
717
  fill: "currentColor"
681
- }, rest), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
682
- 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"
718
+ }, rest), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
719
+ 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"
683
720
  })), children);
684
721
  });
685
722
  if (process.env.NODE_ENV !== "production") {
686
- LetterNn.propTypes = iconPropTypes4cbeb95d.i;
723
+ LetterEe.propTypes = iconPropTypes4cbeb95d.i;
687
724
  }
688
- var LetterOo = /*#__PURE__*/React.forwardRef(function LetterOo(_ref27, ref) {
725
+ var LetterFf = /*#__PURE__*/React.forwardRef(function LetterFf(_ref27, ref) {
689
726
  var children = _ref27.children,
690
727
  _ref27$size = _ref27.size,
691
- size = _ref27$size === undefined ? 16 : _ref27$size,
728
+ size = _ref27$size === void 0 ? 16 : _ref27$size,
692
729
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref27, _excluded27);
693
730
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
694
731
  width: size,
@@ -697,17 +734,17 @@ var LetterOo = /*#__PURE__*/React.forwardRef(function LetterOo(_ref27, ref) {
697
734
  xmlns: "http://www.w3.org/2000/svg",
698
735
  viewBox: "0 0 32 32",
699
736
  fill: "currentColor"
700
- }, rest), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
701
- 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"
737
+ }, rest), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
738
+ 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"
702
739
  })), children);
703
740
  });
704
741
  if (process.env.NODE_ENV !== "production") {
705
- LetterOo.propTypes = iconPropTypes4cbeb95d.i;
742
+ LetterFf.propTypes = iconPropTypes4cbeb95d.i;
706
743
  }
707
- var LetterPp = /*#__PURE__*/React.forwardRef(function LetterPp(_ref28, ref) {
744
+ var LetterGg = /*#__PURE__*/React.forwardRef(function LetterGg(_ref28, ref) {
708
745
  var children = _ref28.children,
709
746
  _ref28$size = _ref28.size,
710
- size = _ref28$size === undefined ? 16 : _ref28$size,
747
+ size = _ref28$size === void 0 ? 16 : _ref28$size,
711
748
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref28, _excluded28);
712
749
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
713
750
  width: size,
@@ -716,17 +753,17 @@ var LetterPp = /*#__PURE__*/React.forwardRef(function LetterPp(_ref28, ref) {
716
753
  xmlns: "http://www.w3.org/2000/svg",
717
754
  viewBox: "0 0 32 32",
718
755
  fill: "currentColor"
719
- }, rest), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
720
- d: "M23 13H17V27h2V23h4a2 2 0 002-2V15A2 2 0 0023 13zm-4 8V15h4v6zM9 23H7V9h6a2 2 0 012 2v5a2 2 0 01-2 2H9zm0-7h4V11H9z"
756
+ }, rest), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
757
+ 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"
721
758
  })), children);
722
759
  });
723
760
  if (process.env.NODE_ENV !== "production") {
724
- LetterPp.propTypes = iconPropTypes4cbeb95d.i;
761
+ LetterGg.propTypes = iconPropTypes4cbeb95d.i;
725
762
  }
726
- var LetterQq = /*#__PURE__*/React.forwardRef(function LetterQq(_ref29, ref) {
763
+ var LetterHh = /*#__PURE__*/React.forwardRef(function LetterHh(_ref29, ref) {
727
764
  var children = _ref29.children,
728
765
  _ref29$size = _ref29.size,
729
- size = _ref29$size === undefined ? 16 : _ref29$size,
766
+ size = _ref29$size === void 0 ? 16 : _ref29$size,
730
767
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref29, _excluded29);
731
768
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
732
769
  width: size,
@@ -735,17 +772,17 @@ var LetterQq = /*#__PURE__*/React.forwardRef(function LetterQq(_ref29, ref) {
735
772
  xmlns: "http://www.w3.org/2000/svg",
736
773
  viewBox: "0 0 32 32",
737
774
  fill: "currentColor"
738
- }, rest), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
739
- 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"
775
+ }, rest), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
776
+ 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"
740
777
  })), children);
741
778
  });
742
779
  if (process.env.NODE_ENV !== "production") {
743
- LetterQq.propTypes = iconPropTypes4cbeb95d.i;
780
+ LetterHh.propTypes = iconPropTypes4cbeb95d.i;
744
781
  }
745
- var LetterRr = /*#__PURE__*/React.forwardRef(function LetterRr(_ref30, ref) {
782
+ var LetterIi = /*#__PURE__*/React.forwardRef(function LetterIi(_ref30, ref) {
746
783
  var children = _ref30.children,
747
784
  _ref30$size = _ref30.size,
748
- size = _ref30$size === undefined ? 16 : _ref30$size,
785
+ size = _ref30$size === void 0 ? 16 : _ref30$size,
749
786
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref30, _excluded30);
750
787
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
751
788
  width: size,
@@ -754,17 +791,17 @@ var LetterRr = /*#__PURE__*/React.forwardRef(function LetterRr(_ref30, ref) {
754
791
  xmlns: "http://www.w3.org/2000/svg",
755
792
  viewBox: "0 0 32 32",
756
793
  fill: "currentColor"
757
- }, rest), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
758
- 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"
794
+ }, rest), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
795
+ 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"
759
796
  })), children);
760
797
  });
761
798
  if (process.env.NODE_ENV !== "production") {
762
- LetterRr.propTypes = iconPropTypes4cbeb95d.i;
799
+ LetterIi.propTypes = iconPropTypes4cbeb95d.i;
763
800
  }
764
- var LetterSs = /*#__PURE__*/React.forwardRef(function LetterSs(_ref31, ref) {
801
+ var LetterJj = /*#__PURE__*/React.forwardRef(function LetterJj(_ref31, ref) {
765
802
  var children = _ref31.children,
766
803
  _ref31$size = _ref31.size,
767
- size = _ref31$size === undefined ? 16 : _ref31$size,
804
+ size = _ref31$size === void 0 ? 16 : _ref31$size,
768
805
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref31, _excluded31);
769
806
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
770
807
  width: size,
@@ -773,17 +810,17 @@ var LetterSs = /*#__PURE__*/React.forwardRef(function LetterSs(_ref31, ref) {
773
810
  xmlns: "http://www.w3.org/2000/svg",
774
811
  viewBox: "0 0 32 32",
775
812
  fill: "currentColor"
776
- }, rest), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
777
- 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"
813
+ }, rest), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
814
+ d: "M20 9H22V11H20zM20 25H17v2h3a2 2 0 002-2V13H20zM14 23H10a2 2 0 01-2-2V19h2v2h4V9h2V21A2 2 0 0114 23z"
778
815
  })), children);
779
816
  });
780
817
  if (process.env.NODE_ENV !== "production") {
781
- LetterSs.propTypes = iconPropTypes4cbeb95d.i;
818
+ LetterJj.propTypes = iconPropTypes4cbeb95d.i;
782
819
  }
783
- var LetterTt = /*#__PURE__*/React.forwardRef(function LetterTt(_ref32, ref) {
820
+ var LetterKk = /*#__PURE__*/React.forwardRef(function LetterKk(_ref32, ref) {
784
821
  var children = _ref32.children,
785
822
  _ref32$size = _ref32.size,
786
- size = _ref32$size === undefined ? 16 : _ref32$size,
823
+ size = _ref32$size === void 0 ? 16 : _ref32$size,
787
824
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref32, _excluded32);
788
825
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
789
826
  width: size,
@@ -792,17 +829,17 @@ var LetterTt = /*#__PURE__*/React.forwardRef(function LetterTt(_ref32, ref) {
792
829
  xmlns: "http://www.w3.org/2000/svg",
793
830
  viewBox: "0 0 32 32",
794
831
  fill: "currentColor"
795
- }, rest), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
796
- d: "M8 11L11 11 11 23 13 23 13 11 16 11 16 9 8 9 8 11zM23 15V13H20V11H18v2H16v2h2v6a2 2 0 002 2h3V21H20V15z"
832
+ }, rest), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
833
+ 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"
797
834
  })), children);
798
835
  });
799
836
  if (process.env.NODE_ENV !== "production") {
800
- LetterTt.propTypes = iconPropTypes4cbeb95d.i;
837
+ LetterKk.propTypes = iconPropTypes4cbeb95d.i;
801
838
  }
802
- var LetterUu = /*#__PURE__*/React.forwardRef(function LetterUu(_ref33, ref) {
839
+ var LetterLl = /*#__PURE__*/React.forwardRef(function LetterLl(_ref33, ref) {
803
840
  var children = _ref33.children,
804
841
  _ref33$size = _ref33.size,
805
- size = _ref33$size === undefined ? 16 : _ref33$size,
842
+ size = _ref33$size === void 0 ? 16 : _ref33$size,
806
843
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref33, _excluded33);
807
844
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
808
845
  width: size,
@@ -811,17 +848,17 @@ var LetterUu = /*#__PURE__*/React.forwardRef(function LetterUu(_ref33, ref) {
811
848
  xmlns: "http://www.w3.org/2000/svg",
812
849
  viewBox: "0 0 32 32",
813
850
  fill: "currentColor"
814
- }, rest), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
815
- d: "M23 23H19a2 2 0 01-2-2V13h2v8h4V13h2v8A2 2 0 0123 23zM13 23H9a2 2 0 01-2-2V9H9V21h4V9h2V21A2 2 0 0113 23z"
851
+ }, rest), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
852
+ d: "M11 21L11 9 9 9 9 23 17 23 17 21 11 21zM23 23H21a2 2 0 01-2-2V9h2V21h2z"
816
853
  })), children);
817
854
  });
818
855
  if (process.env.NODE_ENV !== "production") {
819
- LetterUu.propTypes = iconPropTypes4cbeb95d.i;
856
+ LetterLl.propTypes = iconPropTypes4cbeb95d.i;
820
857
  }
821
- var LetterVv = /*#__PURE__*/React.forwardRef(function LetterVv(_ref34, ref) {
858
+ var LetterMm = /*#__PURE__*/React.forwardRef(function LetterMm(_ref34, ref) {
822
859
  var children = _ref34.children,
823
860
  _ref34$size = _ref34.size,
824
- size = _ref34$size === undefined ? 16 : _ref34$size,
861
+ size = _ref34$size === void 0 ? 16 : _ref34$size,
825
862
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref34, _excluded34);
826
863
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
827
864
  width: size,
@@ -830,17 +867,17 @@ var LetterVv = /*#__PURE__*/React.forwardRef(function LetterVv(_ref34, ref) {
830
867
  xmlns: "http://www.w3.org/2000/svg",
831
868
  viewBox: "0 0 32 32",
832
869
  fill: "currentColor"
833
- }, rest), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
834
- 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"
870
+ }, rest), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
871
+ 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"
835
872
  })), children);
836
873
  });
837
874
  if (process.env.NODE_ENV !== "production") {
838
- LetterVv.propTypes = iconPropTypes4cbeb95d.i;
875
+ LetterMm.propTypes = iconPropTypes4cbeb95d.i;
839
876
  }
840
- var LetterWw = /*#__PURE__*/React.forwardRef(function LetterWw(_ref35, ref) {
877
+ var LetterNn = /*#__PURE__*/React.forwardRef(function LetterNn(_ref35, ref) {
841
878
  var children = _ref35.children,
842
879
  _ref35$size = _ref35.size,
843
- size = _ref35$size === undefined ? 16 : _ref35$size,
880
+ size = _ref35$size === void 0 ? 16 : _ref35$size,
844
881
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref35, _excluded35);
845
882
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
846
883
  width: size,
@@ -849,17 +886,17 @@ var LetterWw = /*#__PURE__*/React.forwardRef(function LetterWw(_ref35, ref) {
849
886
  xmlns: "http://www.w3.org/2000/svg",
850
887
  viewBox: "0 0 32 32",
851
888
  fill: "currentColor"
852
- }, rest), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
853
- 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"
889
+ }, rest), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
890
+ 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"
854
891
  })), children);
855
892
  });
856
893
  if (process.env.NODE_ENV !== "production") {
857
- LetterWw.propTypes = iconPropTypes4cbeb95d.i;
894
+ LetterNn.propTypes = iconPropTypes4cbeb95d.i;
858
895
  }
859
- var LetterXx = /*#__PURE__*/React.forwardRef(function LetterXx(_ref36, ref) {
896
+ var LetterOo = /*#__PURE__*/React.forwardRef(function LetterOo(_ref36, ref) {
860
897
  var children = _ref36.children,
861
898
  _ref36$size = _ref36.size,
862
- size = _ref36$size === undefined ? 16 : _ref36$size,
899
+ size = _ref36$size === void 0 ? 16 : _ref36$size,
863
900
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref36, _excluded36);
864
901
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
865
902
  width: size,
@@ -868,17 +905,17 @@ var LetterXx = /*#__PURE__*/React.forwardRef(function LetterXx(_ref36, ref) {
868
905
  xmlns: "http://www.w3.org/2000/svg",
869
906
  viewBox: "0 0 32 32",
870
907
  fill: "currentColor"
871
- }, rest), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
872
- 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"
908
+ }, rest), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
909
+ 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"
873
910
  })), children);
874
911
  });
875
912
  if (process.env.NODE_ENV !== "production") {
876
- LetterXx.propTypes = iconPropTypes4cbeb95d.i;
913
+ LetterOo.propTypes = iconPropTypes4cbeb95d.i;
877
914
  }
878
- var LetterYy = /*#__PURE__*/React.forwardRef(function LetterYy(_ref37, ref) {
915
+ var LetterPp = /*#__PURE__*/React.forwardRef(function LetterPp(_ref37, ref) {
879
916
  var children = _ref37.children,
880
917
  _ref37$size = _ref37.size,
881
- size = _ref37$size === undefined ? 16 : _ref37$size,
918
+ size = _ref37$size === void 0 ? 16 : _ref37$size,
882
919
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref37, _excluded37);
883
920
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
884
921
  width: size,
@@ -887,17 +924,17 @@ var LetterYy = /*#__PURE__*/React.forwardRef(function LetterYy(_ref37, ref) {
887
924
  xmlns: "http://www.w3.org/2000/svg",
888
925
  viewBox: "0 0 32 32",
889
926
  fill: "currentColor"
890
- }, rest), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
891
- 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"
927
+ }, rest), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
928
+ d: "M23 13H17V27h2V23h4a2 2 0 002-2V15A2 2 0 0023 13zm-4 8V15h4v6zM9 23H7V9h6a2 2 0 012 2v5a2 2 0 01-2 2H9zm0-7h4V11H9z"
892
929
  })), children);
893
930
  });
894
931
  if (process.env.NODE_ENV !== "production") {
895
- LetterYy.propTypes = iconPropTypes4cbeb95d.i;
932
+ LetterPp.propTypes = iconPropTypes4cbeb95d.i;
896
933
  }
897
- var LetterZz = /*#__PURE__*/React.forwardRef(function LetterZz(_ref38, ref) {
934
+ var LetterQq = /*#__PURE__*/React.forwardRef(function LetterQq(_ref38, ref) {
898
935
  var children = _ref38.children,
899
936
  _ref38$size = _ref38.size,
900
- size = _ref38$size === undefined ? 16 : _ref38$size,
937
+ size = _ref38$size === void 0 ? 16 : _ref38$size,
901
938
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref38, _excluded38);
902
939
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
903
940
  width: size,
@@ -906,17 +943,17 @@ var LetterZz = /*#__PURE__*/React.forwardRef(function LetterZz(_ref38, ref) {
906
943
  xmlns: "http://www.w3.org/2000/svg",
907
944
  viewBox: "0 0 32 32",
908
945
  fill: "currentColor"
909
- }, rest), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
910
- 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"
946
+ }, rest), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
947
+ 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"
911
948
  })), children);
912
949
  });
913
950
  if (process.env.NODE_ENV !== "production") {
914
- LetterZz.propTypes = iconPropTypes4cbeb95d.i;
951
+ LetterQq.propTypes = iconPropTypes4cbeb95d.i;
915
952
  }
916
- var License = /*#__PURE__*/React.forwardRef(function License(_ref39, ref) {
953
+ var LetterRr = /*#__PURE__*/React.forwardRef(function LetterRr(_ref39, ref) {
917
954
  var children = _ref39.children,
918
955
  _ref39$size = _ref39.size,
919
- size = _ref39$size === undefined ? 16 : _ref39$size,
956
+ size = _ref39$size === void 0 ? 16 : _ref39$size,
920
957
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref39, _excluded39);
921
958
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
922
959
  width: size,
@@ -925,19 +962,17 @@ var License = /*#__PURE__*/React.forwardRef(function License(_ref39, ref) {
925
962
  xmlns: "http://www.w3.org/2000/svg",
926
963
  viewBox: "0 0 32 32",
927
964
  fill: "currentColor"
928
- }, rest), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
929
- d: "M10 6H22V8H10zM10 10H22V12H10zM10 24H16V26H10zM10 14H16V16H10z"
930
- })), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
931
- 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"
965
+ }, rest), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
966
+ 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"
932
967
  })), children);
933
968
  });
934
969
  if (process.env.NODE_ENV !== "production") {
935
- License.propTypes = iconPropTypes4cbeb95d.i;
970
+ LetterRr.propTypes = iconPropTypes4cbeb95d.i;
936
971
  }
937
- var LicenseDraft = /*#__PURE__*/React.forwardRef(function LicenseDraft(_ref40, ref) {
972
+ var LetterSs = /*#__PURE__*/React.forwardRef(function LetterSs(_ref40, ref) {
938
973
  var children = _ref40.children,
939
974
  _ref40$size = _ref40.size,
940
- size = _ref40$size === undefined ? 16 : _ref40$size,
975
+ size = _ref40$size === void 0 ? 16 : _ref40$size,
941
976
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref40, _excluded40);
942
977
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
943
978
  width: size,
@@ -946,19 +981,17 @@ var LicenseDraft = /*#__PURE__*/React.forwardRef(function LicenseDraft(_ref40, r
946
981
  xmlns: "http://www.w3.org/2000/svg",
947
982
  viewBox: "0 0 32 32",
948
983
  fill: "currentColor"
949
- }, rest), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
950
- d: "M8 6H20V8H8zM8 10H20V12H8zM8 14H14V16H8zM8 24H12V26H8z"
951
- })), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
952
- 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"
984
+ }, rest), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
985
+ 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"
953
986
  })), children);
954
987
  });
955
988
  if (process.env.NODE_ENV !== "production") {
956
- LicenseDraft.propTypes = iconPropTypes4cbeb95d.i;
989
+ LetterSs.propTypes = iconPropTypes4cbeb95d.i;
957
990
  }
958
- var LicenseGlobal = /*#__PURE__*/React.forwardRef(function LicenseGlobal(_ref41, ref) {
991
+ var LetterTt = /*#__PURE__*/React.forwardRef(function LetterTt(_ref41, ref) {
959
992
  var children = _ref41.children,
960
993
  _ref41$size = _ref41.size,
961
- size = _ref41$size === undefined ? 16 : _ref41$size,
994
+ size = _ref41$size === void 0 ? 16 : _ref41$size,
962
995
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref41, _excluded41);
963
996
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
964
997
  width: size,
@@ -967,19 +1000,17 @@ var LicenseGlobal = /*#__PURE__*/React.forwardRef(function LicenseGlobal(_ref41,
967
1000
  xmlns: "http://www.w3.org/2000/svg",
968
1001
  viewBox: "0 0 32 32",
969
1002
  fill: "currentColor"
970
- }, rest), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
971
- 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"
972
- })), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
973
- 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"
1003
+ }, rest), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
1004
+ d: "M8 11L11 11 11 23 13 23 13 11 16 11 16 9 8 9 8 11zM23 15V13H20V11H18v2H16v2h2v6a2 2 0 002 2h3V21H20V15z"
974
1005
  })), children);
975
1006
  });
976
1007
  if (process.env.NODE_ENV !== "production") {
977
- LicenseGlobal.propTypes = iconPropTypes4cbeb95d.i;
1008
+ LetterTt.propTypes = iconPropTypes4cbeb95d.i;
978
1009
  }
979
- var LicenseMaintenance = /*#__PURE__*/React.forwardRef(function LicenseMaintenance(_ref42, ref) {
1010
+ var LetterUu = /*#__PURE__*/React.forwardRef(function LetterUu(_ref42, ref) {
980
1011
  var children = _ref42.children,
981
1012
  _ref42$size = _ref42.size,
982
- size = _ref42$size === undefined ? 16 : _ref42$size,
1013
+ size = _ref42$size === void 0 ? 16 : _ref42$size,
983
1014
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref42, _excluded42);
984
1015
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
985
1016
  width: size,
@@ -988,19 +1019,17 @@ var LicenseMaintenance = /*#__PURE__*/React.forwardRef(function LicenseMaintenan
988
1019
  xmlns: "http://www.w3.org/2000/svg",
989
1020
  viewBox: "0 0 32 32",
990
1021
  fill: "currentColor"
991
- }, rest), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
992
- 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"
993
- })), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
994
- 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"
1022
+ }, rest), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
1023
+ d: "M23 23H19a2 2 0 01-2-2V13h2v8h4V13h2v8A2 2 0 0123 23zM13 23H9a2 2 0 01-2-2V9H9V21h4V9h2V21A2 2 0 0113 23z"
995
1024
  })), children);
996
1025
  });
997
1026
  if (process.env.NODE_ENV !== "production") {
998
- LicenseMaintenance.propTypes = iconPropTypes4cbeb95d.i;
1027
+ LetterUu.propTypes = iconPropTypes4cbeb95d.i;
999
1028
  }
1000
- var LicenseMaintenanceDraft = /*#__PURE__*/React.forwardRef(function LicenseMaintenanceDraft(_ref43, ref) {
1029
+ var LetterVv = /*#__PURE__*/React.forwardRef(function LetterVv(_ref43, ref) {
1001
1030
  var children = _ref43.children,
1002
1031
  _ref43$size = _ref43.size,
1003
- size = _ref43$size === undefined ? 16 : _ref43$size,
1032
+ size = _ref43$size === void 0 ? 16 : _ref43$size,
1004
1033
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref43, _excluded43);
1005
1034
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1006
1035
  width: size,
@@ -1009,19 +1038,17 @@ var LicenseMaintenanceDraft = /*#__PURE__*/React.forwardRef(function LicenseMain
1009
1038
  xmlns: "http://www.w3.org/2000/svg",
1010
1039
  viewBox: "0 0 32 32",
1011
1040
  fill: "currentColor"
1012
- }, rest), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
1013
- 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"
1014
- })), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
1015
- 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"
1041
+ }, rest), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
1042
+ 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"
1016
1043
  })), children);
1017
1044
  });
1018
1045
  if (process.env.NODE_ENV !== "production") {
1019
- LicenseMaintenanceDraft.propTypes = iconPropTypes4cbeb95d.i;
1046
+ LetterVv.propTypes = iconPropTypes4cbeb95d.i;
1020
1047
  }
1021
- var LicenseThirdParty = /*#__PURE__*/React.forwardRef(function LicenseThirdParty(_ref44, ref) {
1048
+ var LetterWw = /*#__PURE__*/React.forwardRef(function LetterWw(_ref44, ref) {
1022
1049
  var children = _ref44.children,
1023
1050
  _ref44$size = _ref44.size,
1024
- size = _ref44$size === undefined ? 16 : _ref44$size,
1051
+ size = _ref44$size === void 0 ? 16 : _ref44$size,
1025
1052
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref44, _excluded44);
1026
1053
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1027
1054
  width: size,
@@ -1030,19 +1057,17 @@ var LicenseThirdParty = /*#__PURE__*/React.forwardRef(function LicenseThirdParty
1030
1057
  xmlns: "http://www.w3.org/2000/svg",
1031
1058
  viewBox: "0 0 32 32",
1032
1059
  fill: "currentColor"
1033
- }, rest), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
1034
- 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"
1035
- })), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
1036
- 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"
1060
+ }, rest), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
1061
+ 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"
1037
1062
  })), children);
1038
1063
  });
1039
1064
  if (process.env.NODE_ENV !== "production") {
1040
- LicenseThirdParty.propTypes = iconPropTypes4cbeb95d.i;
1065
+ LetterWw.propTypes = iconPropTypes4cbeb95d.i;
1041
1066
  }
1042
- var LicenseThirdPartyDraft = /*#__PURE__*/React.forwardRef(function LicenseThirdPartyDraft(_ref45, ref) {
1067
+ var LetterXx = /*#__PURE__*/React.forwardRef(function LetterXx(_ref45, ref) {
1043
1068
  var children = _ref45.children,
1044
1069
  _ref45$size = _ref45.size,
1045
- size = _ref45$size === undefined ? 16 : _ref45$size,
1070
+ size = _ref45$size === void 0 ? 16 : _ref45$size,
1046
1071
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref45, _excluded45);
1047
1072
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1048
1073
  width: size,
@@ -1051,19 +1076,17 @@ var LicenseThirdPartyDraft = /*#__PURE__*/React.forwardRef(function LicenseThird
1051
1076
  xmlns: "http://www.w3.org/2000/svg",
1052
1077
  viewBox: "0 0 32 32",
1053
1078
  fill: "currentColor"
1054
- }, rest), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
1055
- 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"
1056
- })), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
1057
- 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"
1079
+ }, rest), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
1080
+ 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"
1058
1081
  })), children);
1059
1082
  });
1060
1083
  if (process.env.NODE_ENV !== "production") {
1061
- LicenseThirdPartyDraft.propTypes = iconPropTypes4cbeb95d.i;
1084
+ LetterXx.propTypes = iconPropTypes4cbeb95d.i;
1062
1085
  }
1063
- var Lifesaver = /*#__PURE__*/React.forwardRef(function Lifesaver(_ref46, ref) {
1086
+ var LetterYy = /*#__PURE__*/React.forwardRef(function LetterYy(_ref46, ref) {
1064
1087
  var children = _ref46.children,
1065
1088
  _ref46$size = _ref46.size,
1066
- size = _ref46$size === undefined ? 16 : _ref46$size,
1089
+ size = _ref46$size === void 0 ? 16 : _ref46$size,
1067
1090
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref46, _excluded46);
1068
1091
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1069
1092
  width: size,
@@ -1072,50 +1095,18 @@ var Lifesaver = /*#__PURE__*/React.forwardRef(function Lifesaver(_ref46, ref) {
1072
1095
  xmlns: "http://www.w3.org/2000/svg",
1073
1096
  viewBox: "0 0 32 32",
1074
1097
  fill: "currentColor"
1075
- }, rest), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
1076
- 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"
1098
+ }, rest), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
1099
+ 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"
1077
1100
  })), children);
1078
1101
  });
1079
1102
  if (process.env.NODE_ENV !== "production") {
1080
- Lifesaver.propTypes = iconPropTypes4cbeb95d.i;
1103
+ LetterYy.propTypes = iconPropTypes4cbeb95d.i;
1081
1104
  }
1082
- var Light = /*#__PURE__*/React.forwardRef(function Light(_ref47, ref) {
1105
+ var LetterZz = /*#__PURE__*/React.forwardRef(function LetterZz(_ref47, ref) {
1083
1106
  var children = _ref47.children,
1084
1107
  _ref47$size = _ref47.size,
1085
- size = _ref47$size === undefined ? 16 : _ref47$size,
1108
+ size = _ref47$size === void 0 ? 16 : _ref47$size,
1086
1109
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref47, _excluded47);
1087
- if (size === 16 || size === "16" || size === "16px") {
1088
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1089
- width: size,
1090
- height: size,
1091
- ref: ref,
1092
- xmlns: "http://www.w3.org/2000/svg",
1093
- viewBox: "0 0 16 16",
1094
- fill: "currentColor"
1095
- }, rest), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
1096
- d: "M7.5 1H8.5V3.5H7.5z"
1097
- })), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
1098
- d: "M10.8 3.4H13.3V4.4H10.8z",
1099
- transform: "rotate(-45.001 12.041 3.923)"
1100
- })), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
1101
- d: "M12.5 7.5H15V8.5H12.5z"
1102
- })), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
1103
- d: "M11.6 10.8H12.6V13.3H11.6z",
1104
- transform: "rotate(-45.001 12.075 12.041)"
1105
- })), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
1106
- d: "M7.5 12.5H8.5V15H7.5z"
1107
- })), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
1108
- d: "M2.7 11.6H5.2V12.6H2.7z",
1109
- transform: "rotate(-45.001 3.96 12.079)"
1110
- })), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1111
- d: "M1 7.5H3.5V8.5H1z"
1112
- })), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1113
- d: "M3.4 2.7H4.4V5.2H3.4z",
1114
- transform: "rotate(-45.001 3.925 3.961)"
1115
- })), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1116
- 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"
1117
- })), children);
1118
- }
1119
1110
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1120
1111
  width: size,
1121
1112
  height: size,
@@ -1123,37 +1114,17 @@ var Light = /*#__PURE__*/React.forwardRef(function Light(_ref47, ref) {
1123
1114
  xmlns: "http://www.w3.org/2000/svg",
1124
1115
  viewBox: "0 0 32 32",
1125
1116
  fill: "currentColor"
1126
- }, rest), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1127
- d: "M15 2H17V7H15z"
1128
- })), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1129
- d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
1130
- transform: "rotate(-45 24.147 7.853)"
1131
- })), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1132
- d: "M25 15H30V17H25z"
1133
- })), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1134
- d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
1135
- transform: "rotate(-45 24.147 24.146)"
1136
- })), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1137
- d: "M15 25H17V30H15z"
1138
- })), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1139
- d: "M5.375 23.147H10.333V25.147H5.375z",
1140
- transform: "rotate(-45 7.853 24.146)"
1141
- })), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1142
- d: "M2 15H7V17H2z"
1143
- })), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1144
- d: "M6.854 5.375H8.854V10.333H6.854z",
1145
- transform: "rotate(-45 7.854 7.853)"
1146
- })), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1147
- d: "M16,12a4,4,0,1,1-4,4,4.0045,4.0045,0,0,1,4-4m0-2a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
1117
+ }, rest), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
1118
+ 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"
1148
1119
  })), children);
1149
1120
  });
1150
1121
  if (process.env.NODE_ENV !== "production") {
1151
- Light.propTypes = iconPropTypes4cbeb95d.i;
1122
+ LetterZz.propTypes = iconPropTypes4cbeb95d.i;
1152
1123
  }
1153
- var LightFilled = /*#__PURE__*/React.forwardRef(function LightFilled(_ref48, ref) {
1124
+ var License = /*#__PURE__*/React.forwardRef(function License(_ref48, ref) {
1154
1125
  var children = _ref48.children,
1155
1126
  _ref48$size = _ref48.size,
1156
- size = _ref48$size === undefined ? 16 : _ref48$size,
1127
+ size = _ref48$size === void 0 ? 16 : _ref48$size,
1157
1128
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref48, _excluded48);
1158
1129
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1159
1130
  width: size,
@@ -1162,37 +1133,19 @@ var LightFilled = /*#__PURE__*/React.forwardRef(function LightFilled(_ref48, ref
1162
1133
  xmlns: "http://www.w3.org/2000/svg",
1163
1134
  viewBox: "0 0 32 32",
1164
1135
  fill: "currentColor"
1165
- }, rest), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1166
- d: "M15 2H17V7H15z"
1167
- })), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1168
- d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
1169
- transform: "rotate(-45 24.147 7.853)"
1170
- })), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1171
- d: "M25 15H30V17H25z"
1172
- })), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1173
- d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
1174
- transform: "rotate(-45 24.147 24.146)"
1175
- })), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1176
- d: "M15 25H17V30H15z"
1177
- })), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1178
- d: "M5.375 23.147H10.333V25.147H5.375z",
1179
- transform: "rotate(-45 7.853 24.146)"
1180
- })), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1181
- d: "M2 15H7V17H2z"
1182
- })), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1183
- d: "M6.854 5.375H8.854V10.333H6.854z",
1184
- transform: "rotate(-45 7.854 7.853)"
1185
- })), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1186
- d: "M16,10a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
1136
+ }, rest), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
1137
+ d: "M10 6H22V8H10zM10 10H22V12H10zM10 24H16V26H10zM10 14H16V16H10z"
1138
+ })), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
1139
+ 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"
1187
1140
  })), children);
1188
1141
  });
1189
1142
  if (process.env.NODE_ENV !== "production") {
1190
- LightFilled.propTypes = iconPropTypes4cbeb95d.i;
1143
+ License.propTypes = iconPropTypes4cbeb95d.i;
1191
1144
  }
1192
- var Lightning = /*#__PURE__*/React.forwardRef(function Lightning(_ref49, ref) {
1145
+ var LicenseDraft = /*#__PURE__*/React.forwardRef(function LicenseDraft(_ref49, ref) {
1193
1146
  var children = _ref49.children,
1194
1147
  _ref49$size = _ref49.size,
1195
- size = _ref49$size === undefined ? 16 : _ref49$size,
1148
+ size = _ref49$size === void 0 ? 16 : _ref49$size,
1196
1149
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref49, _excluded49);
1197
1150
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1198
1151
  width: size,
@@ -1201,17 +1154,19 @@ var Lightning = /*#__PURE__*/React.forwardRef(function Lightning(_ref49, ref) {
1201
1154
  xmlns: "http://www.w3.org/2000/svg",
1202
1155
  viewBox: "0 0 32 32",
1203
1156
  fill: "currentColor"
1204
- }, rest), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1205
- 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"
1157
+ }, rest), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
1158
+ d: "M8 6H20V8H8zM8 10H20V12H8zM8 14H14V16H8zM8 24H12V26H8z"
1159
+ })), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
1160
+ 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"
1206
1161
  })), children);
1207
1162
  });
1208
1163
  if (process.env.NODE_ENV !== "production") {
1209
- Lightning.propTypes = iconPropTypes4cbeb95d.i;
1164
+ LicenseDraft.propTypes = iconPropTypes4cbeb95d.i;
1210
1165
  }
1211
- var Link = /*#__PURE__*/React.forwardRef(function Link(_ref50, ref) {
1166
+ var LicenseGlobal = /*#__PURE__*/React.forwardRef(function LicenseGlobal(_ref50, ref) {
1212
1167
  var children = _ref50.children,
1213
1168
  _ref50$size = _ref50.size,
1214
- size = _ref50$size === undefined ? 16 : _ref50$size,
1169
+ size = _ref50$size === void 0 ? 16 : _ref50$size,
1215
1170
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref50, _excluded50);
1216
1171
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1217
1172
  width: size,
@@ -1220,19 +1175,19 @@ var Link = /*#__PURE__*/React.forwardRef(function Link(_ref50, ref) {
1220
1175
  xmlns: "http://www.w3.org/2000/svg",
1221
1176
  viewBox: "0 0 32 32",
1222
1177
  fill: "currentColor"
1223
- }, rest), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1224
- 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"
1225
- })), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1226
- 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"
1178
+ }, rest), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1179
+ 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
+ })), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1181
+ 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"
1227
1182
  })), children);
1228
1183
  });
1229
1184
  if (process.env.NODE_ENV !== "production") {
1230
- Link.propTypes = iconPropTypes4cbeb95d.i;
1185
+ LicenseGlobal.propTypes = iconPropTypes4cbeb95d.i;
1231
1186
  }
1232
- var Linux = /*#__PURE__*/React.forwardRef(function Linux(_ref51, ref) {
1187
+ var LicenseMaintenance = /*#__PURE__*/React.forwardRef(function LicenseMaintenance(_ref51, ref) {
1233
1188
  var children = _ref51.children,
1234
1189
  _ref51$size = _ref51.size,
1235
- size = _ref51$size === undefined ? 16 : _ref51$size,
1190
+ size = _ref51$size === void 0 ? 16 : _ref51$size,
1236
1191
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref51, _excluded51);
1237
1192
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1238
1193
  width: size,
@@ -1241,17 +1196,19 @@ var Linux = /*#__PURE__*/React.forwardRef(function Linux(_ref51, ref) {
1241
1196
  xmlns: "http://www.w3.org/2000/svg",
1242
1197
  viewBox: "0 0 32 32",
1243
1198
  fill: "currentColor"
1244
- }, rest), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1245
- 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"
1199
+ }, rest), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1200
+ 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
+ })), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1202
+ 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"
1246
1203
  })), children);
1247
1204
  });
1248
1205
  if (process.env.NODE_ENV !== "production") {
1249
- Linux.propTypes = iconPropTypes4cbeb95d.i;
1206
+ LicenseMaintenance.propTypes = iconPropTypes4cbeb95d.i;
1250
1207
  }
1251
- var LinuxAlt = /*#__PURE__*/React.forwardRef(function LinuxAlt(_ref52, ref) {
1208
+ var LicenseMaintenanceDraft = /*#__PURE__*/React.forwardRef(function LicenseMaintenanceDraft(_ref52, ref) {
1252
1209
  var children = _ref52.children,
1253
1210
  _ref52$size = _ref52.size,
1254
- size = _ref52$size === undefined ? 16 : _ref52$size,
1211
+ size = _ref52$size === void 0 ? 16 : _ref52$size,
1255
1212
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref52, _excluded52);
1256
1213
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1257
1214
  width: size,
@@ -1260,19 +1217,19 @@ var LinuxAlt = /*#__PURE__*/React.forwardRef(function LinuxAlt(_ref52, ref) {
1260
1217
  xmlns: "http://www.w3.org/2000/svg",
1261
1218
  viewBox: "0 0 32 32",
1262
1219
  fill: "currentColor"
1263
- }, rest), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1264
- 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"
1265
- })), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1266
- 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"
1220
+ }, rest), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1221
+ 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
+ })), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1223
+ 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"
1267
1224
  })), children);
1268
1225
  });
1269
1226
  if (process.env.NODE_ENV !== "production") {
1270
- LinuxAlt.propTypes = iconPropTypes4cbeb95d.i;
1227
+ LicenseMaintenanceDraft.propTypes = iconPropTypes4cbeb95d.i;
1271
1228
  }
1272
- var LinuxNamespace = /*#__PURE__*/React.forwardRef(function LinuxNamespace(_ref53, ref) {
1229
+ var LicenseThirdParty = /*#__PURE__*/React.forwardRef(function LicenseThirdParty(_ref53, ref) {
1273
1230
  var children = _ref53.children,
1274
1231
  _ref53$size = _ref53.size,
1275
- size = _ref53$size === undefined ? 16 : _ref53$size,
1232
+ size = _ref53$size === void 0 ? 16 : _ref53$size,
1276
1233
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref53, _excluded53);
1277
1234
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1278
1235
  width: size,
@@ -1281,18 +1238,19 @@ var LinuxNamespace = /*#__PURE__*/React.forwardRef(function LinuxNamespace(_ref5
1281
1238
  xmlns: "http://www.w3.org/2000/svg",
1282
1239
  viewBox: "0 0 32 32",
1283
1240
  fill: "currentColor"
1284
- }, rest), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1285
- strokeWidth: "0",
1286
- 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"
1241
+ }, rest), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1242
+ 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
+ })), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1244
+ 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"
1287
1245
  })), children);
1288
1246
  });
1289
1247
  if (process.env.NODE_ENV !== "production") {
1290
- LinuxNamespace.propTypes = iconPropTypes4cbeb95d.i;
1248
+ LicenseThirdParty.propTypes = iconPropTypes4cbeb95d.i;
1291
1249
  }
1292
- var List = /*#__PURE__*/React.forwardRef(function List(_ref54, ref) {
1250
+ var LicenseThirdPartyDraft = /*#__PURE__*/React.forwardRef(function LicenseThirdPartyDraft(_ref54, ref) {
1293
1251
  var children = _ref54.children,
1294
1252
  _ref54$size = _ref54.size,
1295
- size = _ref54$size === undefined ? 16 : _ref54$size,
1253
+ size = _ref54$size === void 0 ? 16 : _ref54$size,
1296
1254
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref54, _excluded54);
1297
1255
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1298
1256
  width: size,
@@ -1301,17 +1259,19 @@ var List = /*#__PURE__*/React.forwardRef(function List(_ref54, ref) {
1301
1259
  xmlns: "http://www.w3.org/2000/svg",
1302
1260
  viewBox: "0 0 32 32",
1303
1261
  fill: "currentColor"
1304
- }, rest), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1305
- d: "M10 6H28V8H10zM10 24H28V26H10zM10 15H28V17H10zM4 15H6V17H4zM4 6H6V8H4zM4 24H6V26H4z"
1262
+ }, rest), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1263
+ 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
+ })), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1265
+ 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"
1306
1266
  })), children);
1307
1267
  });
1308
1268
  if (process.env.NODE_ENV !== "production") {
1309
- List.propTypes = iconPropTypes4cbeb95d.i;
1269
+ LicenseThirdPartyDraft.propTypes = iconPropTypes4cbeb95d.i;
1310
1270
  }
1311
- var ListBoxes = /*#__PURE__*/React.forwardRef(function ListBoxes(_ref55, ref) {
1271
+ var Lifesaver = /*#__PURE__*/React.forwardRef(function Lifesaver(_ref55, ref) {
1312
1272
  var children = _ref55.children,
1313
1273
  _ref55$size = _ref55.size,
1314
- size = _ref55$size === undefined ? 16 : _ref55$size,
1274
+ size = _ref55$size === void 0 ? 16 : _ref55$size,
1315
1275
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref55, _excluded55);
1316
1276
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1317
1277
  width: size,
@@ -1320,17 +1280,17 @@ var ListBoxes = /*#__PURE__*/React.forwardRef(function ListBoxes(_ref55, ref) {
1320
1280
  xmlns: "http://www.w3.org/2000/svg",
1321
1281
  viewBox: "0 0 32 32",
1322
1282
  fill: "currentColor"
1323
- }, rest), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1324
- 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"
1283
+ }, rest), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1284
+ 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"
1325
1285
  })), children);
1326
1286
  });
1327
1287
  if (process.env.NODE_ENV !== "production") {
1328
- ListBoxes.propTypes = iconPropTypes4cbeb95d.i;
1288
+ Lifesaver.propTypes = iconPropTypes4cbeb95d.i;
1329
1289
  }
1330
- var ListBulleted = /*#__PURE__*/React.forwardRef(function ListBulleted(_ref56, ref) {
1290
+ var Light = /*#__PURE__*/React.forwardRef(function Light(_ref56, ref) {
1331
1291
  var children = _ref56.children,
1332
1292
  _ref56$size = _ref56.size,
1333
- size = _ref56$size === undefined ? 16 : _ref56$size,
1293
+ size = _ref56$size === void 0 ? 16 : _ref56$size,
1334
1294
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref56, _excluded56);
1335
1295
  if (size === 16 || size === "16" || size === "16px") {
1336
1296
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
@@ -1340,16 +1300,28 @@ var ListBulleted = /*#__PURE__*/React.forwardRef(function ListBulleted(_ref56, r
1340
1300
  xmlns: "http://www.w3.org/2000/svg",
1341
1301
  viewBox: "0 0 16 16",
1342
1302
  fill: "currentColor"
1343
- }, rest), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
1344
- cx: "3.5",
1345
- cy: "4.5",
1346
- r: "1.5"
1347
- })), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
1348
- cx: "3.5",
1349
- cy: "11.5",
1350
- r: "1.5"
1351
- })), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1352
- d: "M8 11H15V12H8zM8 4H15V5H8z"
1303
+ }, rest), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1304
+ d: "M7.5 1H8.5V3.5H7.5z"
1305
+ })), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1306
+ d: "M10.8 3.4H13.3V4.4H10.8z",
1307
+ transform: "rotate(-45.001 12.041 3.923)"
1308
+ })), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1309
+ d: "M12.5 7.5H15V8.5H12.5z"
1310
+ })), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1311
+ d: "M11.6 10.8H12.6V13.3H11.6z",
1312
+ transform: "rotate(-45.001 12.075 12.041)"
1313
+ })), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1314
+ d: "M7.5 12.5H8.5V15H7.5z"
1315
+ })), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1316
+ d: "M2.7 11.6H5.2V12.6H2.7z",
1317
+ transform: "rotate(-45.001 3.96 12.079)"
1318
+ })), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1319
+ d: "M1 7.5H3.5V8.5H1z"
1320
+ })), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1321
+ d: "M3.4 2.7H4.4V5.2H3.4z",
1322
+ transform: "rotate(-45.001 3.925 3.961)"
1323
+ })), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1324
+ 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"
1353
1325
  })), children);
1354
1326
  }
1355
1327
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
@@ -1359,25 +1331,37 @@ var ListBulleted = /*#__PURE__*/React.forwardRef(function ListBulleted(_ref56, r
1359
1331
  xmlns: "http://www.w3.org/2000/svg",
1360
1332
  viewBox: "0 0 32 32",
1361
1333
  fill: "currentColor"
1362
- }, rest), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
1363
- cx: "7",
1364
- cy: "9",
1365
- r: "3"
1366
- })), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
1367
- cx: "7",
1368
- cy: "23",
1369
- r: "3"
1370
- })), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1371
- d: "M16 22H30V24H16zM16 8H30V10H16z"
1334
+ }, rest), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1335
+ d: "M15 2H17V7H15z"
1336
+ })), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1337
+ d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
1338
+ transform: "rotate(-45 24.147 7.853)"
1339
+ })), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1340
+ d: "M25 15H30V17H25z"
1341
+ })), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1342
+ d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
1343
+ transform: "rotate(-45 24.147 24.146)"
1344
+ })), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1345
+ d: "M15 25H17V30H15z"
1346
+ })), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1347
+ d: "M5.375 23.147H10.333V25.147H5.375z",
1348
+ transform: "rotate(-45 7.853 24.146)"
1349
+ })), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1350
+ d: "M2 15H7V17H2z"
1351
+ })), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1352
+ d: "M6.854 5.375H8.854V10.333H6.854z",
1353
+ transform: "rotate(-45 7.854 7.853)"
1354
+ })), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1355
+ d: "M16,12a4,4,0,1,1-4,4,4.0045,4.0045,0,0,1,4-4m0-2a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
1372
1356
  })), children);
1373
1357
  });
1374
1358
  if (process.env.NODE_ENV !== "production") {
1375
- ListBulleted.propTypes = iconPropTypes4cbeb95d.i;
1359
+ Light.propTypes = iconPropTypes4cbeb95d.i;
1376
1360
  }
1377
- var ListChecked = /*#__PURE__*/React.forwardRef(function ListChecked(_ref57, ref) {
1361
+ var LightFilled = /*#__PURE__*/React.forwardRef(function LightFilled(_ref57, ref) {
1378
1362
  var children = _ref57.children,
1379
1363
  _ref57$size = _ref57.size,
1380
- size = _ref57$size === undefined ? 16 : _ref57$size,
1364
+ size = _ref57$size === void 0 ? 16 : _ref57$size,
1381
1365
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref57, _excluded57);
1382
1366
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1383
1367
  width: size,
@@ -1386,17 +1370,37 @@ var ListChecked = /*#__PURE__*/React.forwardRef(function ListChecked(_ref57, ref
1386
1370
  xmlns: "http://www.w3.org/2000/svg",
1387
1371
  viewBox: "0 0 32 32",
1388
1372
  fill: "currentColor"
1389
- }, rest), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1390
- 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"
1373
+ }, rest), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1374
+ d: "M15 2H17V7H15z"
1375
+ })), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1376
+ d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
1377
+ transform: "rotate(-45 24.147 7.853)"
1378
+ })), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1379
+ d: "M25 15H30V17H25z"
1380
+ })), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1381
+ d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
1382
+ transform: "rotate(-45 24.147 24.146)"
1383
+ })), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1384
+ d: "M15 25H17V30H15z"
1385
+ })), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1386
+ d: "M5.375 23.147H10.333V25.147H5.375z",
1387
+ transform: "rotate(-45 7.853 24.146)"
1388
+ })), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1389
+ d: "M2 15H7V17H2z"
1390
+ })), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1391
+ d: "M6.854 5.375H8.854V10.333H6.854z",
1392
+ transform: "rotate(-45 7.854 7.853)"
1393
+ })), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1394
+ d: "M16,10a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
1391
1395
  })), children);
1392
1396
  });
1393
1397
  if (process.env.NODE_ENV !== "production") {
1394
- ListChecked.propTypes = iconPropTypes4cbeb95d.i;
1398
+ LightFilled.propTypes = iconPropTypes4cbeb95d.i;
1395
1399
  }
1396
- var ListCheckedMirror = /*#__PURE__*/React.forwardRef(function ListCheckedMirror(_ref58, ref) {
1400
+ var Lightning = /*#__PURE__*/React.forwardRef(function Lightning(_ref58, ref) {
1397
1401
  var children = _ref58.children,
1398
1402
  _ref58$size = _ref58.size,
1399
- size = _ref58$size === undefined ? 16 : _ref58$size,
1403
+ size = _ref58$size === void 0 ? 16 : _ref58$size,
1400
1404
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref58, _excluded58);
1401
1405
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1402
1406
  width: size,
@@ -1405,17 +1409,17 @@ var ListCheckedMirror = /*#__PURE__*/React.forwardRef(function ListCheckedMirror
1405
1409
  xmlns: "http://www.w3.org/2000/svg",
1406
1410
  viewBox: "0 0 32 32",
1407
1411
  fill: "currentColor"
1408
- }, rest), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1409
- 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"
1412
+ }, rest), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1413
+ 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"
1410
1414
  })), children);
1411
1415
  });
1412
1416
  if (process.env.NODE_ENV !== "production") {
1413
- ListCheckedMirror.propTypes = iconPropTypes4cbeb95d.i;
1417
+ Lightning.propTypes = iconPropTypes4cbeb95d.i;
1414
1418
  }
1415
- var ListDropdown = /*#__PURE__*/React.forwardRef(function ListDropdown(_ref59, ref) {
1419
+ var Link = /*#__PURE__*/React.forwardRef(function Link(_ref59, ref) {
1416
1420
  var children = _ref59.children,
1417
1421
  _ref59$size = _ref59.size,
1418
- size = _ref59$size === undefined ? 16 : _ref59$size,
1422
+ size = _ref59$size === void 0 ? 16 : _ref59$size,
1419
1423
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref59, _excluded59);
1420
1424
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1421
1425
  width: size,
@@ -1424,19 +1428,19 @@ var ListDropdown = /*#__PURE__*/React.forwardRef(function ListDropdown(_ref59, r
1424
1428
  xmlns: "http://www.w3.org/2000/svg",
1425
1429
  viewBox: "0 0 32 32",
1426
1430
  fill: "currentColor"
1427
- }, rest), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1428
- d: "M26,6V2H2V12h9V30H30V6ZM4,10V4H24V6H11v4ZM28,28H13V8H28Z"
1429
- })), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1430
- d: "M15 11H17V13H15zM19 11H26V13H19zM15 17H17V19H15zM19 17H26V19H19zM15 23H17V25H15zM19 23H26V25H19z"
1431
+ }, rest), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1432
+ 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
+ })), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1434
+ 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"
1431
1435
  })), children);
1432
1436
  });
1433
1437
  if (process.env.NODE_ENV !== "production") {
1434
- ListDropdown.propTypes = iconPropTypes4cbeb95d.i;
1438
+ Link.propTypes = iconPropTypes4cbeb95d.i;
1435
1439
  }
1436
- var ListNumbered = /*#__PURE__*/React.forwardRef(function ListNumbered(_ref60, ref) {
1440
+ var Linux = /*#__PURE__*/React.forwardRef(function Linux(_ref60, ref) {
1437
1441
  var children = _ref60.children,
1438
1442
  _ref60$size = _ref60.size,
1439
- size = _ref60$size === undefined ? 16 : _ref60$size,
1443
+ size = _ref60$size === void 0 ? 16 : _ref60$size,
1440
1444
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref60, _excluded60);
1441
1445
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1442
1446
  width: size,
@@ -1445,17 +1449,17 @@ var ListNumbered = /*#__PURE__*/React.forwardRef(function ListNumbered(_ref60, r
1445
1449
  xmlns: "http://www.w3.org/2000/svg",
1446
1450
  viewBox: "0 0 32 32",
1447
1451
  fill: "currentColor"
1448
- }, rest), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1449
- 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"
1452
+ }, rest), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1453
+ 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"
1450
1454
  })), children);
1451
1455
  });
1452
1456
  if (process.env.NODE_ENV !== "production") {
1453
- ListNumbered.propTypes = iconPropTypes4cbeb95d.i;
1457
+ Linux.propTypes = iconPropTypes4cbeb95d.i;
1454
1458
  }
1455
- var ListNumberedMirror = /*#__PURE__*/React.forwardRef(function ListNumberedMirror(_ref61, ref) {
1459
+ var LinuxAlt = /*#__PURE__*/React.forwardRef(function LinuxAlt(_ref61, ref) {
1456
1460
  var children = _ref61.children,
1457
1461
  _ref61$size = _ref61.size,
1458
- size = _ref61$size === undefined ? 16 : _ref61$size,
1462
+ size = _ref61$size === void 0 ? 16 : _ref61$size,
1459
1463
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref61, _excluded61);
1460
1464
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1461
1465
  width: size,
@@ -1464,17 +1468,19 @@ var ListNumberedMirror = /*#__PURE__*/React.forwardRef(function ListNumberedMirr
1464
1468
  xmlns: "http://www.w3.org/2000/svg",
1465
1469
  viewBox: "0 0 32 32",
1466
1470
  fill: "currentColor"
1467
- }, rest), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1468
- 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"
1471
+ }, rest), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1472
+ 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
+ })), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1474
+ 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"
1469
1475
  })), children);
1470
1476
  });
1471
1477
  if (process.env.NODE_ENV !== "production") {
1472
- ListNumberedMirror.propTypes = iconPropTypes4cbeb95d.i;
1478
+ LinuxAlt.propTypes = iconPropTypes4cbeb95d.i;
1473
1479
  }
1474
- var LoadBalancerApplication = /*#__PURE__*/React.forwardRef(function LoadBalancerApplication(_ref62, ref) {
1480
+ var LinuxNamespace = /*#__PURE__*/React.forwardRef(function LinuxNamespace(_ref62, ref) {
1475
1481
  var children = _ref62.children,
1476
1482
  _ref62$size = _ref62.size,
1477
- size = _ref62$size === undefined ? 16 : _ref62$size,
1483
+ size = _ref62$size === void 0 ? 16 : _ref62$size,
1478
1484
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref62, _excluded62);
1479
1485
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1480
1486
  width: size,
@@ -1483,17 +1489,18 @@ var LoadBalancerApplication = /*#__PURE__*/React.forwardRef(function LoadBalance
1483
1489
  xmlns: "http://www.w3.org/2000/svg",
1484
1490
  viewBox: "0 0 32 32",
1485
1491
  fill: "currentColor"
1486
- }, rest), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1487
- d: "M4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM25 16H17V14H15v2H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM9 2V12H23V2zm2 2h2v6H11zm10 6H15V4h6z"
1492
+ }, rest), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1493
+ strokeWidth: "0",
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"
1488
1495
  })), children);
1489
1496
  });
1490
1497
  if (process.env.NODE_ENV !== "production") {
1491
- LoadBalancerApplication.propTypes = iconPropTypes4cbeb95d.i;
1498
+ LinuxNamespace.propTypes = iconPropTypes4cbeb95d.i;
1492
1499
  }
1493
- var LoadBalancerClassic = /*#__PURE__*/React.forwardRef(function LoadBalancerClassic(_ref63, ref) {
1500
+ var List = /*#__PURE__*/React.forwardRef(function List(_ref63, ref) {
1494
1501
  var children = _ref63.children,
1495
1502
  _ref63$size = _ref63.size,
1496
- size = _ref63$size === undefined ? 16 : _ref63$size,
1503
+ size = _ref63$size === void 0 ? 16 : _ref63$size,
1497
1504
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref63, _excluded63);
1498
1505
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1499
1506
  width: size,
@@ -1502,17 +1509,17 @@ var LoadBalancerClassic = /*#__PURE__*/React.forwardRef(function LoadBalancerCla
1502
1509
  xmlns: "http://www.w3.org/2000/svg",
1503
1510
  viewBox: "0 0 32 32",
1504
1511
  fill: "currentColor"
1505
- }, rest), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1506
- d: "M4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM25 16H17V12H15v4H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM20 10V2H12v8zM14 8V4h4V8z"
1512
+ }, rest), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1513
+ d: "M10 6H28V8H10zM10 24H28V26H10zM10 15H28V17H10zM4 15H6V17H4zM4 6H6V8H4zM4 24H6V26H4z"
1507
1514
  })), children);
1508
1515
  });
1509
1516
  if (process.env.NODE_ENV !== "production") {
1510
- LoadBalancerClassic.propTypes = iconPropTypes4cbeb95d.i;
1517
+ List.propTypes = iconPropTypes4cbeb95d.i;
1511
1518
  }
1512
- var LoadBalancerGlobal = /*#__PURE__*/React.forwardRef(function LoadBalancerGlobal(_ref64, ref) {
1519
+ var ListBoxes = /*#__PURE__*/React.forwardRef(function ListBoxes(_ref64, ref) {
1513
1520
  var children = _ref64.children,
1514
1521
  _ref64$size = _ref64.size,
1515
- size = _ref64$size === undefined ? 16 : _ref64$size,
1522
+ size = _ref64$size === void 0 ? 16 : _ref64$size,
1516
1523
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref64, _excluded64);
1517
1524
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1518
1525
  width: size,
@@ -1521,18 +1528,38 @@ var LoadBalancerGlobal = /*#__PURE__*/React.forwardRef(function LoadBalancerGlob
1521
1528
  xmlns: "http://www.w3.org/2000/svg",
1522
1529
  viewBox: "0 0 32 32",
1523
1530
  fill: "currentColor"
1524
- }, rest), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1525
- 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"
1531
+ }, rest), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1532
+ 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"
1526
1533
  })), children);
1527
1534
  });
1528
1535
  if (process.env.NODE_ENV !== "production") {
1529
- LoadBalancerGlobal.propTypes = iconPropTypes4cbeb95d.i;
1536
+ ListBoxes.propTypes = iconPropTypes4cbeb95d.i;
1530
1537
  }
1531
- var LoadBalancerListener = /*#__PURE__*/React.forwardRef(function LoadBalancerListener(_ref65, ref) {
1538
+ var ListBulleted = /*#__PURE__*/React.forwardRef(function ListBulleted(_ref65, ref) {
1532
1539
  var children = _ref65.children,
1533
1540
  _ref65$size = _ref65.size,
1534
- size = _ref65$size === undefined ? 16 : _ref65$size,
1541
+ size = _ref65$size === void 0 ? 16 : _ref65$size,
1535
1542
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref65, _excluded65);
1543
+ if (size === 16 || size === "16" || size === "16px") {
1544
+ return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1545
+ width: size,
1546
+ height: size,
1547
+ ref: ref,
1548
+ xmlns: "http://www.w3.org/2000/svg",
1549
+ viewBox: "0 0 16 16",
1550
+ fill: "currentColor"
1551
+ }, rest), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
1552
+ cx: "3.5",
1553
+ cy: "4.5",
1554
+ r: "1.5"
1555
+ })), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
1556
+ cx: "3.5",
1557
+ cy: "11.5",
1558
+ r: "1.5"
1559
+ })), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1560
+ d: "M8 11H15V12H8zM8 4H15V5H8z"
1561
+ })), children);
1562
+ }
1536
1563
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1537
1564
  width: size,
1538
1565
  height: size,
@@ -1540,17 +1567,25 @@ var LoadBalancerListener = /*#__PURE__*/React.forwardRef(function LoadBalancerLi
1540
1567
  xmlns: "http://www.w3.org/2000/svg",
1541
1568
  viewBox: "0 0 32 32",
1542
1569
  fill: "currentColor"
1543
- }, rest), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1544
- d: "M15 8H17V10H15zM19 8H21V10H19zM11 8H13V10H11zM25 16H17V13H15v3H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM11 3H21V5H11z"
1570
+ }, rest), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
1571
+ cx: "7",
1572
+ cy: "9",
1573
+ r: "3"
1574
+ })), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
1575
+ cx: "7",
1576
+ cy: "23",
1577
+ r: "3"
1578
+ })), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1579
+ d: "M16 22H30V24H16zM16 8H30V10H16z"
1545
1580
  })), children);
1546
1581
  });
1547
1582
  if (process.env.NODE_ENV !== "production") {
1548
- LoadBalancerListener.propTypes = iconPropTypes4cbeb95d.i;
1583
+ ListBulleted.propTypes = iconPropTypes4cbeb95d.i;
1549
1584
  }
1550
- var LoadBalancerLocal = /*#__PURE__*/React.forwardRef(function LoadBalancerLocal(_ref66, ref) {
1585
+ var ListChecked = /*#__PURE__*/React.forwardRef(function ListChecked(_ref66, ref) {
1551
1586
  var children = _ref66.children,
1552
1587
  _ref66$size = _ref66.size,
1553
- size = _ref66$size === undefined ? 16 : _ref66$size,
1588
+ size = _ref66$size === void 0 ? 16 : _ref66$size,
1554
1589
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref66, _excluded66);
1555
1590
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1556
1591
  width: size,
@@ -1559,17 +1594,17 @@ var LoadBalancerLocal = /*#__PURE__*/React.forwardRef(function LoadBalancerLocal
1559
1594
  xmlns: "http://www.w3.org/2000/svg",
1560
1595
  viewBox: "0 0 32 32",
1561
1596
  fill: "currentColor"
1562
- }, rest), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1563
- d: "M25 16H17V10H15v6H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM11 5H21V7H11z"
1597
+ }, rest), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1598
+ 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"
1564
1599
  })), children);
1565
1600
  });
1566
1601
  if (process.env.NODE_ENV !== "production") {
1567
- LoadBalancerLocal.propTypes = iconPropTypes4cbeb95d.i;
1602
+ ListChecked.propTypes = iconPropTypes4cbeb95d.i;
1568
1603
  }
1569
- var LoadBalancerNetwork = /*#__PURE__*/React.forwardRef(function LoadBalancerNetwork(_ref67, ref) {
1604
+ var ListCheckedMirror = /*#__PURE__*/React.forwardRef(function ListCheckedMirror(_ref67, ref) {
1570
1605
  var children = _ref67.children,
1571
1606
  _ref67$size = _ref67.size,
1572
- size = _ref67$size === undefined ? 16 : _ref67$size,
1607
+ size = _ref67$size === void 0 ? 16 : _ref67$size,
1573
1608
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref67, _excluded67);
1574
1609
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1575
1610
  width: size,
@@ -1578,17 +1613,17 @@ var LoadBalancerNetwork = /*#__PURE__*/React.forwardRef(function LoadBalancerNet
1578
1613
  xmlns: "http://www.w3.org/2000/svg",
1579
1614
  viewBox: "0 0 32 32",
1580
1615
  fill: "currentColor"
1581
- }, rest), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1582
- 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"
1616
+ }, rest), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1617
+ 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"
1583
1618
  })), children);
1584
1619
  });
1585
1620
  if (process.env.NODE_ENV !== "production") {
1586
- LoadBalancerNetwork.propTypes = iconPropTypes4cbeb95d.i;
1621
+ ListCheckedMirror.propTypes = iconPropTypes4cbeb95d.i;
1587
1622
  }
1588
- var LoadBalancerPool = /*#__PURE__*/React.forwardRef(function LoadBalancerPool(_ref68, ref) {
1623
+ var ListDropdown = /*#__PURE__*/React.forwardRef(function ListDropdown(_ref68, ref) {
1589
1624
  var children = _ref68.children,
1590
1625
  _ref68$size = _ref68.size,
1591
- size = _ref68$size === undefined ? 16 : _ref68$size,
1626
+ size = _ref68$size === void 0 ? 16 : _ref68$size,
1592
1627
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref68, _excluded68);
1593
1628
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1594
1629
  width: size,
@@ -1597,17 +1632,19 @@ var LoadBalancerPool = /*#__PURE__*/React.forwardRef(function LoadBalancerPool(_
1597
1632
  xmlns: "http://www.w3.org/2000/svg",
1598
1633
  viewBox: "0 0 32 32",
1599
1634
  fill: "currentColor"
1600
- }, rest), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1601
- 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"
1635
+ }, rest), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1636
+ d: "M26,6V2H2V12h9V30H30V6ZM4,10V4H24V6H11v4ZM28,28H13V8H28Z"
1637
+ })), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1638
+ d: "M15 11H17V13H15zM19 11H26V13H19zM15 17H17V19H15zM19 17H26V19H19zM15 23H17V25H15zM19 23H26V25H19z"
1602
1639
  })), children);
1603
1640
  });
1604
1641
  if (process.env.NODE_ENV !== "production") {
1605
- LoadBalancerPool.propTypes = iconPropTypes4cbeb95d.i;
1642
+ ListDropdown.propTypes = iconPropTypes4cbeb95d.i;
1606
1643
  }
1607
- var LoadBalancerVpc = /*#__PURE__*/React.forwardRef(function LoadBalancerVpc(_ref69, ref) {
1644
+ var ListNumbered = /*#__PURE__*/React.forwardRef(function ListNumbered(_ref69, ref) {
1608
1645
  var children = _ref69.children,
1609
1646
  _ref69$size = _ref69.size,
1610
- size = _ref69$size === undefined ? 16 : _ref69$size,
1647
+ size = _ref69$size === void 0 ? 16 : _ref69$size,
1611
1648
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref69, _excluded69);
1612
1649
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1613
1650
  width: size,
@@ -1616,17 +1653,17 @@ var LoadBalancerVpc = /*#__PURE__*/React.forwardRef(function LoadBalancerVpc(_re
1616
1653
  xmlns: "http://www.w3.org/2000/svg",
1617
1654
  viewBox: "0 0 32 32",
1618
1655
  fill: "currentColor"
1619
- }, rest), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1620
- 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"
1656
+ }, rest), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1657
+ 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"
1621
1658
  })), children);
1622
1659
  });
1623
1660
  if (process.env.NODE_ENV !== "production") {
1624
- LoadBalancerVpc.propTypes = iconPropTypes4cbeb95d.i;
1661
+ ListNumbered.propTypes = iconPropTypes4cbeb95d.i;
1625
1662
  }
1626
- var Location = /*#__PURE__*/React.forwardRef(function Location(_ref70, ref) {
1663
+ var ListNumberedMirror = /*#__PURE__*/React.forwardRef(function ListNumberedMirror(_ref70, ref) {
1627
1664
  var children = _ref70.children,
1628
1665
  _ref70$size = _ref70.size,
1629
- size = _ref70$size === undefined ? 16 : _ref70$size,
1666
+ size = _ref70$size === void 0 ? 16 : _ref70$size,
1630
1667
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref70, _excluded70);
1631
1668
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1632
1669
  width: size,
@@ -1635,19 +1672,17 @@ var Location = /*#__PURE__*/React.forwardRef(function Location(_ref70, ref) {
1635
1672
  xmlns: "http://www.w3.org/2000/svg",
1636
1673
  viewBox: "0 0 32 32",
1637
1674
  fill: "currentColor"
1638
- }, rest), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1639
- 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"
1640
- })), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1641
- 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"
1675
+ }, rest), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1676
+ 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"
1642
1677
  })), children);
1643
1678
  });
1644
1679
  if (process.env.NODE_ENV !== "production") {
1645
- Location.propTypes = iconPropTypes4cbeb95d.i;
1680
+ ListNumberedMirror.propTypes = iconPropTypes4cbeb95d.i;
1646
1681
  }
1647
- var LocationCompany = /*#__PURE__*/React.forwardRef(function LocationCompany(_ref71, ref) {
1682
+ var LoadBalancerApplication = /*#__PURE__*/React.forwardRef(function LoadBalancerApplication(_ref71, ref) {
1648
1683
  var children = _ref71.children,
1649
1684
  _ref71$size = _ref71.size,
1650
- size = _ref71$size === undefined ? 16 : _ref71$size,
1685
+ size = _ref71$size === void 0 ? 16 : _ref71$size,
1651
1686
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref71, _excluded71);
1652
1687
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1653
1688
  width: size,
@@ -1656,21 +1691,17 @@ var LocationCompany = /*#__PURE__*/React.forwardRef(function LocationCompany(_re
1656
1691
  xmlns: "http://www.w3.org/2000/svg",
1657
1692
  viewBox: "0 0 32 32",
1658
1693
  fill: "currentColor"
1659
- }, rest), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1660
- 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"
1661
- })), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1662
- d: "M21,18H19V10H13v8H11V10a2.0021,2.0021,0,0,1,2-2h6a2.0021,2.0021,0,0,1,2,2Z"
1663
- })), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1664
- d: "M15 16H17V18H15zM15 12H17V14H15z"
1694
+ }, rest), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1695
+ d: "M4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM25 16H17V14H15v2H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM9 2V12H23V2zm2 2h2v6H11zm10 6H15V4h6z"
1665
1696
  })), children);
1666
1697
  });
1667
1698
  if (process.env.NODE_ENV !== "production") {
1668
- LocationCompany.propTypes = iconPropTypes4cbeb95d.i;
1699
+ LoadBalancerApplication.propTypes = iconPropTypes4cbeb95d.i;
1669
1700
  }
1670
- var LocationCompanyFilled = /*#__PURE__*/React.forwardRef(function LocationCompanyFilled(_ref72, ref) {
1701
+ var LoadBalancerClassic = /*#__PURE__*/React.forwardRef(function LoadBalancerClassic(_ref72, ref) {
1671
1702
  var children = _ref72.children,
1672
1703
  _ref72$size = _ref72.size,
1673
- size = _ref72$size === undefined ? 16 : _ref72$size,
1704
+ size = _ref72$size === void 0 ? 16 : _ref72$size,
1674
1705
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref72, _excluded72);
1675
1706
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1676
1707
  width: size,
@@ -1679,20 +1710,17 @@ var LocationCompanyFilled = /*#__PURE__*/React.forwardRef(function LocationCompa
1679
1710
  xmlns: "http://www.w3.org/2000/svg",
1680
1711
  viewBox: "0 0 32 32",
1681
1712
  fill: "currentColor"
1682
- }, rest), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1683
- fill: "none",
1684
- d: "M21,18H19V10H13v8H11V10a2.0021,2.0021,0,0,1,2-2h6a2.0021,2.0021,0,0,1,2,2Zm-4-2H15v2h2Zm0-4H15v2h2Z"
1685
- })), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1686
- d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm1,16H15V16h2Zm0-4H15V12h2Zm4,4H19V10H13v8H11V10a2.0023,2.0023,0,0,1,2-2h6a2.0023,2.0023,0,0,1,2,2Z"
1713
+ }, rest), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1714
+ d: "M4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM25 16H17V12H15v4H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM20 10V2H12v8zM14 8V4h4V8z"
1687
1715
  })), children);
1688
1716
  });
1689
1717
  if (process.env.NODE_ENV !== "production") {
1690
- LocationCompanyFilled.propTypes = iconPropTypes4cbeb95d.i;
1718
+ LoadBalancerClassic.propTypes = iconPropTypes4cbeb95d.i;
1691
1719
  }
1692
- var LocationCurrent = /*#__PURE__*/React.forwardRef(function LocationCurrent(_ref73, ref) {
1720
+ var LoadBalancerGlobal = /*#__PURE__*/React.forwardRef(function LoadBalancerGlobal(_ref73, ref) {
1693
1721
  var children = _ref73.children,
1694
1722
  _ref73$size = _ref73.size,
1695
- size = _ref73$size === undefined ? 16 : _ref73$size,
1723
+ size = _ref73$size === void 0 ? 16 : _ref73$size,
1696
1724
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref73, _excluded73);
1697
1725
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1698
1726
  width: size,
@@ -1701,17 +1729,17 @@ var LocationCurrent = /*#__PURE__*/React.forwardRef(function LocationCurrent(_re
1701
1729
  xmlns: "http://www.w3.org/2000/svg",
1702
1730
  viewBox: "0 0 32 32",
1703
1731
  fill: "currentColor"
1704
- }, rest), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1705
- 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"
1732
+ }, rest), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1733
+ 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"
1706
1734
  })), children);
1707
1735
  });
1708
1736
  if (process.env.NODE_ENV !== "production") {
1709
- LocationCurrent.propTypes = iconPropTypes4cbeb95d.i;
1737
+ LoadBalancerGlobal.propTypes = iconPropTypes4cbeb95d.i;
1710
1738
  }
1711
- var LocationFilled = /*#__PURE__*/React.forwardRef(function LocationFilled(_ref74, ref) {
1739
+ var LoadBalancerListener = /*#__PURE__*/React.forwardRef(function LoadBalancerListener(_ref74, ref) {
1712
1740
  var children = _ref74.children,
1713
1741
  _ref74$size = _ref74.size,
1714
- size = _ref74$size === undefined ? 16 : _ref74$size,
1742
+ size = _ref74$size === void 0 ? 16 : _ref74$size,
1715
1743
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref74, _excluded74);
1716
1744
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1717
1745
  width: size,
@@ -1720,22 +1748,17 @@ var LocationFilled = /*#__PURE__*/React.forwardRef(function LocationFilled(_ref7
1720
1748
  xmlns: "http://www.w3.org/2000/svg",
1721
1749
  viewBox: "0 0 32 32",
1722
1750
  fill: "currentColor"
1723
- }, rest), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1724
- 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"
1725
- })), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
1726
- cx: "16",
1727
- cy: "13",
1728
- r: "4",
1729
- fill: "none"
1751
+ }, rest), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1752
+ d: "M15 8H17V10H15zM19 8H21V10H19zM11 8H13V10H11zM25 16H17V13H15v3H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM11 3H21V5H11z"
1730
1753
  })), children);
1731
1754
  });
1732
1755
  if (process.env.NODE_ENV !== "production") {
1733
- LocationFilled.propTypes = iconPropTypes4cbeb95d.i;
1756
+ LoadBalancerListener.propTypes = iconPropTypes4cbeb95d.i;
1734
1757
  }
1735
- var LocationHazard = /*#__PURE__*/React.forwardRef(function LocationHazard(_ref75, ref) {
1758
+ var LoadBalancerLocal = /*#__PURE__*/React.forwardRef(function LoadBalancerLocal(_ref75, ref) {
1736
1759
  var children = _ref75.children,
1737
1760
  _ref75$size = _ref75.size,
1738
- size = _ref75$size === undefined ? 16 : _ref75$size,
1761
+ size = _ref75$size === void 0 ? 16 : _ref75$size,
1739
1762
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref75, _excluded75);
1740
1763
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1741
1764
  width: size,
@@ -1744,23 +1767,17 @@ var LocationHazard = /*#__PURE__*/React.forwardRef(function LocationHazard(_ref7
1744
1767
  xmlns: "http://www.w3.org/2000/svg",
1745
1768
  viewBox: "0 0 32 32",
1746
1769
  fill: "currentColor"
1747
- }, rest), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
1748
- cx: "16",
1749
- cy: "20.5",
1750
- r: "1.5"
1751
- })), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1752
- d: "M15 7H17V16H15z"
1753
- })), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1754
- 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"
1770
+ }, rest), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1771
+ d: "M25 16H17V10H15v6H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM11 5H21V7H11z"
1755
1772
  })), children);
1756
1773
  });
1757
1774
  if (process.env.NODE_ENV !== "production") {
1758
- LocationHazard.propTypes = iconPropTypes4cbeb95d.i;
1775
+ LoadBalancerLocal.propTypes = iconPropTypes4cbeb95d.i;
1759
1776
  }
1760
- var LocationHazardFilled = /*#__PURE__*/React.forwardRef(function LocationHazardFilled(_ref76, ref) {
1777
+ var LoadBalancerNetwork = /*#__PURE__*/React.forwardRef(function LoadBalancerNetwork(_ref76, ref) {
1761
1778
  var children = _ref76.children,
1762
1779
  _ref76$size = _ref76.size,
1763
- size = _ref76$size === undefined ? 16 : _ref76$size,
1780
+ size = _ref76$size === void 0 ? 16 : _ref76$size,
1764
1781
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref76, _excluded76);
1765
1782
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1766
1783
  width: size,
@@ -1769,20 +1786,17 @@ var LocationHazardFilled = /*#__PURE__*/React.forwardRef(function LocationHazard
1769
1786
  xmlns: "http://www.w3.org/2000/svg",
1770
1787
  viewBox: "0 0 32 32",
1771
1788
  fill: "currentColor"
1772
- }, rest), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1773
- fill: "none",
1774
- 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"
1775
- })), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1776
- d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2ZM14.875,7h2.25v9h-2.25ZM16,22a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,22Z"
1789
+ }, rest), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1790
+ 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"
1777
1791
  })), children);
1778
1792
  });
1779
1793
  if (process.env.NODE_ENV !== "production") {
1780
- LocationHazardFilled.propTypes = iconPropTypes4cbeb95d.i;
1794
+ LoadBalancerNetwork.propTypes = iconPropTypes4cbeb95d.i;
1781
1795
  }
1782
- var LocationHeart = /*#__PURE__*/React.forwardRef(function LocationHeart(_ref77, ref) {
1796
+ var LoadBalancerPool = /*#__PURE__*/React.forwardRef(function LoadBalancerPool(_ref77, ref) {
1783
1797
  var children = _ref77.children,
1784
1798
  _ref77$size = _ref77.size,
1785
- size = _ref77$size === undefined ? 16 : _ref77$size,
1799
+ size = _ref77$size === void 0 ? 16 : _ref77$size,
1786
1800
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref77, _excluded77);
1787
1801
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1788
1802
  width: size,
@@ -1791,19 +1805,17 @@ var LocationHeart = /*#__PURE__*/React.forwardRef(function LocationHeart(_ref77,
1791
1805
  xmlns: "http://www.w3.org/2000/svg",
1792
1806
  viewBox: "0 0 32 32",
1793
1807
  fill: "currentColor"
1794
- }, rest), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1795
- 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"
1796
- })), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1797
- 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"
1808
+ }, rest), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1809
+ 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"
1798
1810
  })), children);
1799
1811
  });
1800
1812
  if (process.env.NODE_ENV !== "production") {
1801
- LocationHeart.propTypes = iconPropTypes4cbeb95d.i;
1813
+ LoadBalancerPool.propTypes = iconPropTypes4cbeb95d.i;
1802
1814
  }
1803
- var LocationHeartFilled = /*#__PURE__*/React.forwardRef(function LocationHeartFilled(_ref78, ref) {
1815
+ var LoadBalancerVpc = /*#__PURE__*/React.forwardRef(function LoadBalancerVpc(_ref78, ref) {
1804
1816
  var children = _ref78.children,
1805
1817
  _ref78$size = _ref78.size,
1806
- size = _ref78$size === undefined ? 16 : _ref78$size,
1818
+ size = _ref78$size === void 0 ? 16 : _ref78$size,
1807
1819
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref78, _excluded78);
1808
1820
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1809
1821
  width: size,
@@ -1812,20 +1824,17 @@ var LocationHeartFilled = /*#__PURE__*/React.forwardRef(function LocationHeartFi
1812
1824
  xmlns: "http://www.w3.org/2000/svg",
1813
1825
  viewBox: "0 0 32 32",
1814
1826
  fill: "currentColor"
1815
- }, rest), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1816
- fill: "none",
1817
- 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"
1818
- })), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1819
- d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm4.2109,11.7021L16.002,18l-4.2129-4.2979a2.7992,2.7992,0,0,1,0-3.8964,2.6619,2.6619,0,0,1,3.8159,0l.397.4057.393-.4057a2.6619,2.6619,0,0,1,3.8159,0A2.7992,2.7992,0,0,1,20.2109,13.7021Z"
1827
+ }, rest), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1828
+ 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"
1820
1829
  })), children);
1821
1830
  });
1822
1831
  if (process.env.NODE_ENV !== "production") {
1823
- LocationHeartFilled.propTypes = iconPropTypes4cbeb95d.i;
1832
+ LoadBalancerVpc.propTypes = iconPropTypes4cbeb95d.i;
1824
1833
  }
1825
- var LocationInfo = /*#__PURE__*/React.forwardRef(function LocationInfo(_ref79, ref) {
1834
+ var Location = /*#__PURE__*/React.forwardRef(function Location(_ref79, ref) {
1826
1835
  var children = _ref79.children,
1827
1836
  _ref79$size = _ref79.size,
1828
- size = _ref79$size === undefined ? 16 : _ref79$size,
1837
+ size = _ref79$size === void 0 ? 16 : _ref79$size,
1829
1838
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref79, _excluded79);
1830
1839
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1831
1840
  width: size,
@@ -1835,20 +1844,18 @@ var LocationInfo = /*#__PURE__*/React.forwardRef(function LocationInfo(_ref79, r
1835
1844
  viewBox: "0 0 32 32",
1836
1845
  fill: "currentColor"
1837
1846
  }, rest), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1838
- strokeWidth: "0",
1839
- 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"
1847
+ 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"
1840
1848
  })), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1841
- strokeWidth: "0",
1842
- d: "m16,30l-8.4355-9.9487c-.0479-.0571-.3481-.4516-.3481-.4516-1.4507-1.9268-2.2163-4.2065-2.2163-6.5998,0-6.0641,4.9346-11,11-11s11,4.9359,11,11c0,2.3933-.7656,4.673-2.2148,6.5973l-.0015.0024s-.3003.3944-.3447.4474l-8.439,9.9528Zm-7.1875-11.605c.001.0007.2334.3083.2866.3744l6.9009,8.1385,6.9102-8.1498c.0439-.0552.2783-.3649.2788-.3656,1.1851-1.5746,1.811-3.4376,1.811-5.3925,0-4.9615-4.0376-9-9-9S7,8.0385,7,13c0,1.9559.627,3.8199,1.8125,5.395h0Z"
1849
+ 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"
1843
1850
  })), children);
1844
1851
  });
1845
1852
  if (process.env.NODE_ENV !== "production") {
1846
- LocationInfo.propTypes = iconPropTypes4cbeb95d.i;
1853
+ Location.propTypes = iconPropTypes4cbeb95d.i;
1847
1854
  }
1848
- var LocationInfoFilled = /*#__PURE__*/React.forwardRef(function LocationInfoFilled(_ref80, ref) {
1855
+ var LocationCompany = /*#__PURE__*/React.forwardRef(function LocationCompany(_ref80, ref) {
1849
1856
  var children = _ref80.children,
1850
1857
  _ref80$size = _ref80.size,
1851
- size = _ref80$size === undefined ? 16 : _ref80$size,
1858
+ size = _ref80$size === void 0 ? 16 : _ref80$size,
1852
1859
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref80, _excluded80);
1853
1860
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1854
1861
  width: size,
@@ -1858,21 +1865,20 @@ var LocationInfoFilled = /*#__PURE__*/React.forwardRef(function LocationInfoFill
1858
1865
  viewBox: "0 0 32 32",
1859
1866
  fill: "currentColor"
1860
1867
  }, rest), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1861
- strokeWidth: "0",
1862
- 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"
1868
+ 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"
1863
1869
  })), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1864
- fill: "none",
1865
- strokeWidth: "0",
1866
- d: "m15.5,6c.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"
1870
+ d: "M21,18H19V10H13v8H11V10a2.0021,2.0021,0,0,1,2-2h6a2.0021,2.0021,0,0,1,2,2Z"
1871
+ })), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
1872
+ d: "M15 16H17V18H15zM15 12H17V14H15z"
1867
1873
  })), children);
1868
1874
  });
1869
1875
  if (process.env.NODE_ENV !== "production") {
1870
- LocationInfoFilled.propTypes = iconPropTypes4cbeb95d.i;
1876
+ LocationCompany.propTypes = iconPropTypes4cbeb95d.i;
1871
1877
  }
1872
- var LocationPerson = /*#__PURE__*/React.forwardRef(function LocationPerson(_ref81, ref) {
1878
+ var LocationCompanyFilled = /*#__PURE__*/React.forwardRef(function LocationCompanyFilled(_ref81, ref) {
1873
1879
  var children = _ref81.children,
1874
1880
  _ref81$size = _ref81.size,
1875
- size = _ref81$size === undefined ? 16 : _ref81$size,
1881
+ size = _ref81$size === void 0 ? 16 : _ref81$size,
1876
1882
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref81, _excluded81);
1877
1883
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1878
1884
  width: size,
@@ -1881,19 +1887,20 @@ var LocationPerson = /*#__PURE__*/React.forwardRef(function LocationPerson(_ref8
1881
1887
  xmlns: "http://www.w3.org/2000/svg",
1882
1888
  viewBox: "0 0 32 32",
1883
1889
  fill: "currentColor"
1884
- }, rest), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
1885
- 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"
1886
- })), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
1887
- 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"
1890
+ }, rest), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
1891
+ fill: "none",
1892
+ d: "M21,18H19V10H13v8H11V10a2.0021,2.0021,0,0,1,2-2h6a2.0021,2.0021,0,0,1,2,2Zm-4-2H15v2h2Zm0-4H15v2h2Z"
1893
+ })), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
1894
+ d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm1,16H15V16h2Zm0-4H15V12h2Zm4,4H19V10H13v8H11V10a2.0023,2.0023,0,0,1,2-2h6a2.0023,2.0023,0,0,1,2,2Z"
1888
1895
  })), children);
1889
1896
  });
1890
1897
  if (process.env.NODE_ENV !== "production") {
1891
- LocationPerson.propTypes = iconPropTypes4cbeb95d.i;
1898
+ LocationCompanyFilled.propTypes = iconPropTypes4cbeb95d.i;
1892
1899
  }
1893
- var LocationPersonFilled = /*#__PURE__*/React.forwardRef(function LocationPersonFilled(_ref82, ref) {
1900
+ var LocationCurrent = /*#__PURE__*/React.forwardRef(function LocationCurrent(_ref82, ref) {
1894
1901
  var children = _ref82.children,
1895
1902
  _ref82$size = _ref82.size,
1896
- size = _ref82$size === undefined ? 16 : _ref82$size,
1903
+ size = _ref82$size === void 0 ? 16 : _ref82$size,
1897
1904
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref82, _excluded82);
1898
1905
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1899
1906
  width: size,
@@ -1902,24 +1909,17 @@ var LocationPersonFilled = /*#__PURE__*/React.forwardRef(function LocationPerson
1902
1909
  xmlns: "http://www.w3.org/2000/svg",
1903
1910
  viewBox: "0 0 32 32",
1904
1911
  fill: "currentColor"
1905
- }, rest), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
1906
- fill: "none",
1907
- 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"
1908
- })), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
1909
- cx: "16",
1910
- cy: "11",
1911
- r: "1"
1912
- })), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
1913
- d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm0,6a3,3,0,1,1-3,3A3.0033,3.0033,0,0,1,16,8Zm4,11H18V17H14v2H12V17a2.0023,2.0023,0,0,1,2-2h4a2.0023,2.0023,0,0,1,2,2Z"
1912
+ }, rest), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
1913
+ 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
1914
  })), children);
1915
1915
  });
1916
1916
  if (process.env.NODE_ENV !== "production") {
1917
- LocationPersonFilled.propTypes = iconPropTypes4cbeb95d.i;
1917
+ LocationCurrent.propTypes = iconPropTypes4cbeb95d.i;
1918
1918
  }
1919
- var LocationSave = /*#__PURE__*/React.forwardRef(function LocationSave(_ref83, ref) {
1919
+ var LocationFilled = /*#__PURE__*/React.forwardRef(function LocationFilled(_ref83, ref) {
1920
1920
  var children = _ref83.children,
1921
1921
  _ref83$size = _ref83.size,
1922
- size = _ref83$size === undefined ? 16 : _ref83$size,
1922
+ size = _ref83$size === void 0 ? 16 : _ref83$size,
1923
1923
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref83, _excluded83);
1924
1924
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1925
1925
  width: size,
@@ -1929,16 +1929,21 @@ var LocationSave = /*#__PURE__*/React.forwardRef(function LocationSave(_ref83, r
1929
1929
  viewBox: "0 0 32 32",
1930
1930
  fill: "currentColor"
1931
1931
  }, rest), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
1932
- 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"
1932
+ 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
+ })), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
1934
+ cx: "16",
1935
+ cy: "13",
1936
+ r: "4",
1937
+ fill: "none"
1933
1938
  })), children);
1934
1939
  });
1935
1940
  if (process.env.NODE_ENV !== "production") {
1936
- LocationSave.propTypes = iconPropTypes4cbeb95d.i;
1941
+ LocationFilled.propTypes = iconPropTypes4cbeb95d.i;
1937
1942
  }
1938
- var LocationStar = /*#__PURE__*/React.forwardRef(function LocationStar(_ref84, ref) {
1943
+ var LocationHazard = /*#__PURE__*/React.forwardRef(function LocationHazard(_ref84, ref) {
1939
1944
  var children = _ref84.children,
1940
1945
  _ref84$size = _ref84.size,
1941
- size = _ref84$size === undefined ? 16 : _ref84$size,
1946
+ size = _ref84$size === void 0 ? 16 : _ref84$size,
1942
1947
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref84, _excluded84);
1943
1948
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1944
1949
  width: size,
@@ -1947,19 +1952,23 @@ var LocationStar = /*#__PURE__*/React.forwardRef(function LocationStar(_ref84, r
1947
1952
  xmlns: "http://www.w3.org/2000/svg",
1948
1953
  viewBox: "0 0 32 32",
1949
1954
  fill: "currentColor"
1950
- }, rest), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
1951
- 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"
1955
+ }, rest), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
1956
+ cx: "16",
1957
+ cy: "20.5",
1958
+ r: "1.5"
1959
+ })), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
1960
+ d: "M15 7H17V16H15z"
1952
1961
  })), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
1953
1962
  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"
1954
1963
  })), children);
1955
1964
  });
1956
1965
  if (process.env.NODE_ENV !== "production") {
1957
- LocationStar.propTypes = iconPropTypes4cbeb95d.i;
1966
+ LocationHazard.propTypes = iconPropTypes4cbeb95d.i;
1958
1967
  }
1959
- var LocationStarFilled = /*#__PURE__*/React.forwardRef(function LocationStarFilled(_ref85, ref) {
1968
+ var LocationHazardFilled = /*#__PURE__*/React.forwardRef(function LocationHazardFilled(_ref85, ref) {
1960
1969
  var children = _ref85.children,
1961
1970
  _ref85$size = _ref85.size,
1962
- size = _ref85$size === undefined ? 16 : _ref85$size,
1971
+ size = _ref85$size === void 0 ? 16 : _ref85$size,
1963
1972
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref85, _excluded85);
1964
1973
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1965
1974
  width: size,
@@ -1970,18 +1979,18 @@ var LocationStarFilled = /*#__PURE__*/React.forwardRef(function LocationStarFill
1970
1979
  fill: "currentColor"
1971
1980
  }, rest), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
1972
1981
  fill: "none",
1973
- 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"
1982
+ 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"
1974
1983
  })), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
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,2Zm3.6,16L16,15.7085,12.4,18l.6-4.0742-3-2.7529,4.2-.5064L16,7l1.9116,3.6665L22,11.1729l-3,2.7529Z"
1984
+ d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2ZM14.875,7h2.25v9h-2.25ZM16,22a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,22Z"
1976
1985
  })), children);
1977
1986
  });
1978
1987
  if (process.env.NODE_ENV !== "production") {
1979
- LocationStarFilled.propTypes = iconPropTypes4cbeb95d.i;
1988
+ LocationHazardFilled.propTypes = iconPropTypes4cbeb95d.i;
1980
1989
  }
1981
- var Locked = /*#__PURE__*/React.forwardRef(function Locked(_ref86, ref) {
1990
+ var LocationHeart = /*#__PURE__*/React.forwardRef(function LocationHeart(_ref86, ref) {
1982
1991
  var children = _ref86.children,
1983
1992
  _ref86$size = _ref86.size,
1984
- size = _ref86$size === undefined ? 16 : _ref86$size,
1993
+ size = _ref86$size === void 0 ? 16 : _ref86$size,
1985
1994
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref86, _excluded86);
1986
1995
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1987
1996
  width: size,
@@ -1991,16 +2000,18 @@ var Locked = /*#__PURE__*/React.forwardRef(function Locked(_ref86, ref) {
1991
2000
  viewBox: "0 0 32 32",
1992
2001
  fill: "currentColor"
1993
2002
  }, rest), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
1994
- 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"
2003
+ 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
+ })), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
2005
+ 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"
1995
2006
  })), children);
1996
2007
  });
1997
2008
  if (process.env.NODE_ENV !== "production") {
1998
- Locked.propTypes = iconPropTypes4cbeb95d.i;
2009
+ LocationHeart.propTypes = iconPropTypes4cbeb95d.i;
1999
2010
  }
2000
- var LogicalPartition = /*#__PURE__*/React.forwardRef(function LogicalPartition(_ref87, ref) {
2011
+ var LocationHeartFilled = /*#__PURE__*/React.forwardRef(function LocationHeartFilled(_ref87, ref) {
2001
2012
  var children = _ref87.children,
2002
2013
  _ref87$size = _ref87.size,
2003
- size = _ref87$size === undefined ? 16 : _ref87$size,
2014
+ size = _ref87$size === void 0 ? 16 : _ref87$size,
2004
2015
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref87, _excluded87);
2005
2016
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2006
2017
  width: size,
@@ -2009,21 +2020,20 @@ var LogicalPartition = /*#__PURE__*/React.forwardRef(function LogicalPartition(_
2009
2020
  xmlns: "http://www.w3.org/2000/svg",
2010
2021
  viewBox: "0 0 32 32",
2011
2022
  fill: "currentColor"
2012
- }, rest), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
2013
- cx: "9",
2014
- cy: "7",
2015
- r: "1"
2016
- })), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
2017
- d: "M27,22v-4c0-1.1046-.8954-2-2-2h-8v-4h9c1.1046,0,2-.8954,2-2V4c0-1.1046-.8954-2-2-2H6c-1.1046,0-2,.8954-2,2v6c0,1.1046,.8954,2,2,2H15v4H7c-1.1046,0-2,.8954-2,2v4h-1c-1.1046,0-2,.8954-2,2v4c0,1.1046,.8954,2,2,2h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2h-1v-4H15v4h-1c-1.1046,0-2,.8954-2,2v4c0,1.1046,.8954,2,2,2h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2h-1v-4h8v4h-1c-1.1046,0-2,.8954-2,2v4c0,1.1046,.8954,2,2,2h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2h-1Zm-19,6H4v-4h4v4Zm10-4v4h-4v-4h4ZM6,10V4H26v6H6ZM28,28h-4v-4h4v4Z"
2023
+ }, rest), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2024
+ fill: "none",
2025
+ 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
+ })), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2027
+ d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm4.2109,11.7021L16.002,18l-4.2129-4.2979a2.7992,2.7992,0,0,1,0-3.8964,2.6619,2.6619,0,0,1,3.8159,0l.397.4057.393-.4057a2.6619,2.6619,0,0,1,3.8159,0A2.7992,2.7992,0,0,1,20.2109,13.7021Z"
2018
2028
  })), children);
2019
2029
  });
2020
2030
  if (process.env.NODE_ENV !== "production") {
2021
- LogicalPartition.propTypes = iconPropTypes4cbeb95d.i;
2031
+ LocationHeartFilled.propTypes = iconPropTypes4cbeb95d.i;
2022
2032
  }
2023
- var Login = /*#__PURE__*/React.forwardRef(function Login(_ref88, ref) {
2033
+ var LocationInfo = /*#__PURE__*/React.forwardRef(function LocationInfo(_ref88, ref) {
2024
2034
  var children = _ref88.children,
2025
2035
  _ref88$size = _ref88.size,
2026
- size = _ref88$size === undefined ? 16 : _ref88$size,
2036
+ size = _ref88$size === void 0 ? 16 : _ref88$size,
2027
2037
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref88, _excluded88);
2028
2038
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2029
2039
  width: size,
@@ -2032,19 +2042,21 @@ var Login = /*#__PURE__*/React.forwardRef(function Login(_ref88, ref) {
2032
2042
  xmlns: "http://www.w3.org/2000/svg",
2033
2043
  viewBox: "0 0 32 32",
2034
2044
  fill: "currentColor"
2035
- }, rest), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2036
- 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"
2037
- })), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2038
- 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"
2045
+ }, rest), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2046
+ strokeWidth: "0",
2047
+ 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
+ })), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2049
+ strokeWidth: "0",
2050
+ d: "m16,30l-8.4355-9.9487c-.0479-.0571-.3481-.4516-.3481-.4516-1.4507-1.9268-2.2163-4.2065-2.2163-6.5998,0-6.0641,4.9346-11,11-11s11,4.9359,11,11c0,2.3933-.7656,4.673-2.2148,6.5973l-.0015.0024s-.3003.3944-.3447.4474l-8.439,9.9528Zm-7.1875-11.605c.001.0007.2334.3083.2866.3744l6.9009,8.1385,6.9102-8.1498c.0439-.0552.2783-.3649.2788-.3656,1.1851-1.5746,1.811-3.4376,1.811-5.3925,0-4.9615-4.0376-9-9-9S7,8.0385,7,13c0,1.9559.627,3.8199,1.8125,5.395h0Z"
2039
2051
  })), children);
2040
2052
  });
2041
2053
  if (process.env.NODE_ENV !== "production") {
2042
- Login.propTypes = iconPropTypes4cbeb95d.i;
2054
+ LocationInfo.propTypes = iconPropTypes4cbeb95d.i;
2043
2055
  }
2044
- var LogoAngular = /*#__PURE__*/React.forwardRef(function LogoAngular(_ref89, ref) {
2056
+ var LocationInfoFilled = /*#__PURE__*/React.forwardRef(function LocationInfoFilled(_ref89, ref) {
2045
2057
  var children = _ref89.children,
2046
2058
  _ref89$size = _ref89.size,
2047
- size = _ref89$size === undefined ? 16 : _ref89$size,
2059
+ size = _ref89$size === void 0 ? 16 : _ref89$size,
2048
2060
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref89, _excluded89);
2049
2061
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2050
2062
  width: size,
@@ -2053,19 +2065,22 @@ var LogoAngular = /*#__PURE__*/React.forwardRef(function LogoAngular(_ref89, ref
2053
2065
  xmlns: "http://www.w3.org/2000/svg",
2054
2066
  viewBox: "0 0 32 32",
2055
2067
  fill: "currentColor"
2056
- }, rest), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2057
- d: "M13.5,16h4.9L16,10.8L13.5,16z"
2058
- })), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2059
- 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"
2068
+ }, rest), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2069
+ strokeWidth: "0",
2070
+ 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
+ })), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2072
+ fill: "none",
2073
+ strokeWidth: "0",
2074
+ d: "m15.5,6c.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"
2060
2075
  })), children);
2061
2076
  });
2062
2077
  if (process.env.NODE_ENV !== "production") {
2063
- LogoAngular.propTypes = iconPropTypes4cbeb95d.i;
2078
+ LocationInfoFilled.propTypes = iconPropTypes4cbeb95d.i;
2064
2079
  }
2065
- var LogoAnsibleCommunity = /*#__PURE__*/React.forwardRef(function LogoAnsibleCommunity(_ref90, ref) {
2080
+ var LocationPerson = /*#__PURE__*/React.forwardRef(function LocationPerson(_ref90, ref) {
2066
2081
  var children = _ref90.children,
2067
2082
  _ref90$size = _ref90.size,
2068
- size = _ref90$size === undefined ? 16 : _ref90$size,
2083
+ size = _ref90$size === void 0 ? 16 : _ref90$size,
2069
2084
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref90, _excluded90);
2070
2085
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2071
2086
  width: size,
@@ -2074,17 +2089,19 @@ var LogoAnsibleCommunity = /*#__PURE__*/React.forwardRef(function LogoAnsibleCom
2074
2089
  xmlns: "http://www.w3.org/2000/svg",
2075
2090
  viewBox: "0 0 32 32",
2076
2091
  fill: "currentColor"
2077
- }, rest), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2078
- 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"
2092
+ }, rest), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2093
+ 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
+ })), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2095
+ 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"
2079
2096
  })), children);
2080
2097
  });
2081
2098
  if (process.env.NODE_ENV !== "production") {
2082
- LogoAnsibleCommunity.propTypes = iconPropTypes4cbeb95d.i;
2099
+ LocationPerson.propTypes = iconPropTypes4cbeb95d.i;
2083
2100
  }
2084
- var LogoDigg = /*#__PURE__*/React.forwardRef(function LogoDigg(_ref91, ref) {
2101
+ var LocationPersonFilled = /*#__PURE__*/React.forwardRef(function LocationPersonFilled(_ref91, ref) {
2085
2102
  var children = _ref91.children,
2086
2103
  _ref91$size = _ref91.size,
2087
- size = _ref91$size === undefined ? 16 : _ref91$size,
2104
+ size = _ref91$size === void 0 ? 16 : _ref91$size,
2088
2105
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref91, _excluded91);
2089
2106
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2090
2107
  width: size,
@@ -2093,17 +2110,24 @@ var LogoDigg = /*#__PURE__*/React.forwardRef(function LogoDigg(_ref91, ref) {
2093
2110
  xmlns: "http://www.w3.org/2000/svg",
2094
2111
  viewBox: "0 0 32 32",
2095
2112
  fill: "currentColor"
2096
- }, rest), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2097
- 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"
2113
+ }, rest), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2114
+ fill: "none",
2115
+ 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
+ })), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
2117
+ cx: "16",
2118
+ cy: "11",
2119
+ r: "1"
2120
+ })), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2121
+ d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm0,6a3,3,0,1,1-3,3A3.0033,3.0033,0,0,1,16,8Zm4,11H18V17H14v2H12V17a2.0023,2.0023,0,0,1,2-2h4a2.0023,2.0023,0,0,1,2,2Z"
2098
2122
  })), children);
2099
2123
  });
2100
2124
  if (process.env.NODE_ENV !== "production") {
2101
- LogoDigg.propTypes = iconPropTypes4cbeb95d.i;
2125
+ LocationPersonFilled.propTypes = iconPropTypes4cbeb95d.i;
2102
2126
  }
2103
- var LogoDiscord = /*#__PURE__*/React.forwardRef(function LogoDiscord(_ref92, ref) {
2127
+ var LocationSave = /*#__PURE__*/React.forwardRef(function LocationSave(_ref92, ref) {
2104
2128
  var children = _ref92.children,
2105
2129
  _ref92$size = _ref92.size,
2106
- size = _ref92$size === undefined ? 16 : _ref92$size,
2130
+ size = _ref92$size === void 0 ? 16 : _ref92$size,
2107
2131
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref92, _excluded92);
2108
2132
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2109
2133
  width: size,
@@ -2112,17 +2136,17 @@ var LogoDiscord = /*#__PURE__*/React.forwardRef(function LogoDiscord(_ref92, ref
2112
2136
  xmlns: "http://www.w3.org/2000/svg",
2113
2137
  viewBox: "0 0 32 32",
2114
2138
  fill: "currentColor"
2115
- }, rest), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2116
- 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"
2139
+ }, rest), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2140
+ 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"
2117
2141
  })), children);
2118
2142
  });
2119
2143
  if (process.env.NODE_ENV !== "production") {
2120
- LogoDiscord.propTypes = iconPropTypes4cbeb95d.i;
2144
+ LocationSave.propTypes = iconPropTypes4cbeb95d.i;
2121
2145
  }
2122
- var LogoFacebook = /*#__PURE__*/React.forwardRef(function LogoFacebook(_ref93, ref) {
2146
+ var LocationStar = /*#__PURE__*/React.forwardRef(function LocationStar(_ref93, ref) {
2123
2147
  var children = _ref93.children,
2124
2148
  _ref93$size = _ref93.size,
2125
- size = _ref93$size === undefined ? 16 : _ref93$size,
2149
+ size = _ref93$size === void 0 ? 16 : _ref93$size,
2126
2150
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref93, _excluded93);
2127
2151
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2128
2152
  width: size,
@@ -2131,17 +2155,19 @@ var LogoFacebook = /*#__PURE__*/React.forwardRef(function LogoFacebook(_ref93, r
2131
2155
  xmlns: "http://www.w3.org/2000/svg",
2132
2156
  viewBox: "0 0 32 32",
2133
2157
  fill: "currentColor"
2134
- }, rest), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2135
- 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"
2158
+ }, rest), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2159
+ 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
+ })), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2161
+ 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"
2136
2162
  })), children);
2137
2163
  });
2138
2164
  if (process.env.NODE_ENV !== "production") {
2139
- LogoFacebook.propTypes = iconPropTypes4cbeb95d.i;
2165
+ LocationStar.propTypes = iconPropTypes4cbeb95d.i;
2140
2166
  }
2141
- var LogoFigma = /*#__PURE__*/React.forwardRef(function LogoFigma(_ref94, ref) {
2167
+ var LocationStarFilled = /*#__PURE__*/React.forwardRef(function LocationStarFilled(_ref94, ref) {
2142
2168
  var children = _ref94.children,
2143
2169
  _ref94$size = _ref94.size,
2144
- size = _ref94$size === undefined ? 16 : _ref94$size,
2170
+ size = _ref94$size === void 0 ? 16 : _ref94$size,
2145
2171
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref94, _excluded94);
2146
2172
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2147
2173
  width: size,
@@ -2150,17 +2176,20 @@ var LogoFigma = /*#__PURE__*/React.forwardRef(function LogoFigma(_ref94, ref) {
2150
2176
  xmlns: "http://www.w3.org/2000/svg",
2151
2177
  viewBox: "0 0 32 32",
2152
2178
  fill: "currentColor"
2153
- }, rest), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2154
- 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"
2179
+ }, rest), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2180
+ fill: "none",
2181
+ 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
+ })), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2183
+ d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm3.6,16L16,15.7085,12.4,18l.6-4.0742-3-2.7529,4.2-.5064L16,7l1.9116,3.6665L22,11.1729l-3,2.7529Z"
2155
2184
  })), children);
2156
2185
  });
2157
2186
  if (process.env.NODE_ENV !== "production") {
2158
- LogoFigma.propTypes = iconPropTypes4cbeb95d.i;
2187
+ LocationStarFilled.propTypes = iconPropTypes4cbeb95d.i;
2159
2188
  }
2160
- var LogoFlickr = /*#__PURE__*/React.forwardRef(function LogoFlickr(_ref95, ref) {
2189
+ var Locked = /*#__PURE__*/React.forwardRef(function Locked(_ref95, ref) {
2161
2190
  var children = _ref95.children,
2162
2191
  _ref95$size = _ref95.size,
2163
- size = _ref95$size === undefined ? 16 : _ref95$size,
2192
+ size = _ref95$size === void 0 ? 16 : _ref95$size,
2164
2193
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref95, _excluded95);
2165
2194
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2166
2195
  width: size,
@@ -2169,23 +2198,17 @@ var LogoFlickr = /*#__PURE__*/React.forwardRef(function LogoFlickr(_ref95, ref)
2169
2198
  xmlns: "http://www.w3.org/2000/svg",
2170
2199
  viewBox: "0 0 32 32",
2171
2200
  fill: "currentColor"
2172
- }, rest), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
2173
- cx: "8",
2174
- cy: "16",
2175
- r: "6"
2176
- })), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
2177
- cx: "24",
2178
- cy: "16",
2179
- r: "6"
2201
+ }, rest), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2202
+ 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"
2180
2203
  })), children);
2181
2204
  });
2182
2205
  if (process.env.NODE_ENV !== "production") {
2183
- LogoFlickr.propTypes = iconPropTypes4cbeb95d.i;
2206
+ Locked.propTypes = iconPropTypes4cbeb95d.i;
2184
2207
  }
2185
- var LogoGit = /*#__PURE__*/React.forwardRef(function LogoGit(_ref96, ref) {
2208
+ var LogicalPartition = /*#__PURE__*/React.forwardRef(function LogicalPartition(_ref96, ref) {
2186
2209
  var children = _ref96.children,
2187
2210
  _ref96$size = _ref96.size,
2188
- size = _ref96$size === undefined ? 16 : _ref96$size,
2211
+ size = _ref96$size === void 0 ? 16 : _ref96$size,
2189
2212
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref96, _excluded96);
2190
2213
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2191
2214
  width: size,
@@ -2194,17 +2217,21 @@ var LogoGit = /*#__PURE__*/React.forwardRef(function LogoGit(_ref96, ref) {
2194
2217
  xmlns: "http://www.w3.org/2000/svg",
2195
2218
  viewBox: "0 0 32 32",
2196
2219
  fill: "currentColor"
2197
- }, rest), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2198
- 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"
2220
+ }, rest), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
2221
+ cx: "9",
2222
+ cy: "7",
2223
+ r: "1"
2224
+ })), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2225
+ d: "M27,22v-4c0-1.1046-.8954-2-2-2h-8v-4h9c1.1046,0,2-.8954,2-2V4c0-1.1046-.8954-2-2-2H6c-1.1046,0-2,.8954-2,2v6c0,1.1046,.8954,2,2,2H15v4H7c-1.1046,0-2,.8954-2,2v4h-1c-1.1046,0-2,.8954-2,2v4c0,1.1046,.8954,2,2,2h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2h-1v-4H15v4h-1c-1.1046,0-2,.8954-2,2v4c0,1.1046,.8954,2,2,2h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2h-1v-4h8v4h-1c-1.1046,0-2,.8954-2,2v4c0,1.1046,.8954,2,2,2h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2h-1Zm-19,6H4v-4h4v4Zm10-4v4h-4v-4h4ZM6,10V4H26v6H6ZM28,28h-4v-4h4v4Z"
2199
2226
  })), children);
2200
2227
  });
2201
2228
  if (process.env.NODE_ENV !== "production") {
2202
- LogoGit.propTypes = iconPropTypes4cbeb95d.i;
2229
+ LogicalPartition.propTypes = iconPropTypes4cbeb95d.i;
2203
2230
  }
2204
- var LogoGithub = /*#__PURE__*/React.forwardRef(function LogoGithub(_ref97, ref) {
2231
+ var Login = /*#__PURE__*/React.forwardRef(function Login(_ref97, ref) {
2205
2232
  var children = _ref97.children,
2206
2233
  _ref97$size = _ref97.size,
2207
- size = _ref97$size === undefined ? 16 : _ref97$size,
2234
+ size = _ref97$size === void 0 ? 16 : _ref97$size,
2208
2235
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref97, _excluded97);
2209
2236
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2210
2237
  width: size,
@@ -2213,18 +2240,19 @@ var LogoGithub = /*#__PURE__*/React.forwardRef(function LogoGithub(_ref97, ref)
2213
2240
  xmlns: "http://www.w3.org/2000/svg",
2214
2241
  viewBox: "0 0 32 32",
2215
2242
  fill: "currentColor"
2216
- }, rest), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2217
- fillRule: "evenodd",
2218
- 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"
2243
+ }, rest), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2244
+ 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
+ })), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2246
+ 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"
2219
2247
  })), children);
2220
2248
  });
2221
2249
  if (process.env.NODE_ENV !== "production") {
2222
- LogoGithub.propTypes = iconPropTypes4cbeb95d.i;
2250
+ Login.propTypes = iconPropTypes4cbeb95d.i;
2223
2251
  }
2224
- var LogoGitlab = /*#__PURE__*/React.forwardRef(function LogoGitlab(_ref98, ref) {
2252
+ var LogoAngular = /*#__PURE__*/React.forwardRef(function LogoAngular(_ref98, ref) {
2225
2253
  var children = _ref98.children,
2226
2254
  _ref98$size = _ref98.size,
2227
- size = _ref98$size === undefined ? 16 : _ref98$size,
2255
+ size = _ref98$size === void 0 ? 16 : _ref98$size,
2228
2256
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref98, _excluded98);
2229
2257
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2230
2258
  width: size,
@@ -2233,17 +2261,19 @@ var LogoGitlab = /*#__PURE__*/React.forwardRef(function LogoGitlab(_ref98, ref)
2233
2261
  xmlns: "http://www.w3.org/2000/svg",
2234
2262
  viewBox: "0 0 32 32",
2235
2263
  fill: "currentColor"
2236
- }, rest), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2237
- 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"
2264
+ }, rest), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2265
+ d: "M13.5,16h4.9L16,10.8L13.5,16z"
2266
+ })), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2267
+ 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"
2238
2268
  })), children);
2239
2269
  });
2240
2270
  if (process.env.NODE_ENV !== "production") {
2241
- LogoGitlab.propTypes = iconPropTypes4cbeb95d.i;
2271
+ LogoAngular.propTypes = iconPropTypes4cbeb95d.i;
2242
2272
  }
2243
- var LogoGlassdoor = /*#__PURE__*/React.forwardRef(function LogoGlassdoor(_ref99, ref) {
2273
+ var LogoAnsibleCommunity = /*#__PURE__*/React.forwardRef(function LogoAnsibleCommunity(_ref99, ref) {
2244
2274
  var children = _ref99.children,
2245
2275
  _ref99$size = _ref99.size,
2246
- size = _ref99$size === undefined ? 16 : _ref99$size,
2276
+ size = _ref99$size === void 0 ? 16 : _ref99$size,
2247
2277
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref99, _excluded99);
2248
2278
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2249
2279
  width: size,
@@ -2252,19 +2282,17 @@ var LogoGlassdoor = /*#__PURE__*/React.forwardRef(function LogoGlassdoor(_ref99,
2252
2282
  xmlns: "http://www.w3.org/2000/svg",
2253
2283
  viewBox: "0 0 32 32",
2254
2284
  fill: "currentColor"
2255
- }, rest), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2256
- 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"
2257
- })), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2258
- 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"
2285
+ }, rest), _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2286
+ 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"
2259
2287
  })), children);
2260
2288
  });
2261
2289
  if (process.env.NODE_ENV !== "production") {
2262
- LogoGlassdoor.propTypes = iconPropTypes4cbeb95d.i;
2290
+ LogoAnsibleCommunity.propTypes = iconPropTypes4cbeb95d.i;
2263
2291
  }
2264
- var LogoInstagram = /*#__PURE__*/React.forwardRef(function LogoInstagram(_ref100, ref) {
2292
+ var LogoDigg = /*#__PURE__*/React.forwardRef(function LogoDigg(_ref100, ref) {
2265
2293
  var children = _ref100.children,
2266
2294
  _ref100$size = _ref100.size,
2267
- size = _ref100$size === undefined ? 16 : _ref100$size,
2295
+ size = _ref100$size === void 0 ? 16 : _ref100$size,
2268
2296
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref100, _excluded100);
2269
2297
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2270
2298
  width: size,
@@ -2273,23 +2301,17 @@ var LogoInstagram = /*#__PURE__*/React.forwardRef(function LogoInstagram(_ref100
2273
2301
  xmlns: "http://www.w3.org/2000/svg",
2274
2302
  viewBox: "0 0 32 32",
2275
2303
  fill: "currentColor"
2276
- }, rest), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
2277
- cx: "22.406",
2278
- cy: "9.594",
2279
- r: "1.44"
2280
- })), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2281
- d: "M16,9.8378A6.1622,6.1622,0,1,0,22.1622,16,6.1622,6.1622,0,0,0,16,9.8378ZM16,20a4,4,0,1,1,4-4A4,4,0,0,1,16,20Z"
2282
- })), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2283
- d: "M16,6.1622c3.2041,0,3.5837.0122,4.849.07a6.6418,6.6418,0,0,1,2.2283.4132,3.9748,3.9748,0,0,1,2.2774,2.2774,6.6418,6.6418,0,0,1,.4132,2.2283c.0577,1.2653.07,1.6449.07,4.849s-.0122,3.5837-.07,4.849a6.6418,6.6418,0,0,1-.4132,2.2283,3.9748,3.9748,0,0,1-2.2774,2.2774,6.6418,6.6418,0,0,1-2.2283.4132c-1.2652.0577-1.6446.07-4.849.07s-3.5838-.0122-4.849-.07a6.6418,6.6418,0,0,1-2.2283-.4132,3.9748,3.9748,0,0,1-2.2774-2.2774,6.6418,6.6418,0,0,1-.4132-2.2283c-.0577-1.2653-.07-1.6449-.07-4.849s.0122-3.5837.07-4.849a6.6418,6.6418,0,0,1,.4132-2.2283A3.9748,3.9748,0,0,1,8.9227,6.6453a6.6418,6.6418,0,0,1,2.2283-.4132c1.2653-.0577,1.6449-.07,4.849-.07M16,4c-3.259,0-3.6677.0138-4.9476.0722A8.8068,8.8068,0,0,0,8.14,4.63,6.1363,6.1363,0,0,0,4.63,8.14a8.8068,8.8068,0,0,0-.5578,2.9129C4.0138,12.3323,4,12.741,4,16s.0138,3.6677.0722,4.9476A8.8074,8.8074,0,0,0,4.63,23.8605a6.1363,6.1363,0,0,0,3.51,3.51,8.8068,8.8068,0,0,0,2.9129.5578C12.3323,27.9862,12.741,28,16,28s3.6677-.0138,4.9476-.0722a8.8074,8.8074,0,0,0,2.9129-.5578,6.1363,6.1363,0,0,0,3.51-3.51,8.8074,8.8074,0,0,0,.5578-2.9129C27.9862,19.6677,28,19.259,28,16s-.0138-3.6677-.0722-4.9476A8.8068,8.8068,0,0,0,27.37,8.14a6.1363,6.1363,0,0,0-3.51-3.5095,8.8074,8.8074,0,0,0-2.9129-.5578C19.6677,4.0138,19.259,4,16,4Z"
2304
+ }, rest), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2305
+ 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"
2284
2306
  })), children);
2285
2307
  });
2286
2308
  if (process.env.NODE_ENV !== "production") {
2287
- LogoInstagram.propTypes = iconPropTypes4cbeb95d.i;
2309
+ LogoDigg.propTypes = iconPropTypes4cbeb95d.i;
2288
2310
  }
2289
- var LogoInvision = /*#__PURE__*/React.forwardRef(function LogoInvision(_ref101, ref) {
2311
+ var LogoDiscord = /*#__PURE__*/React.forwardRef(function LogoDiscord(_ref101, ref) {
2290
2312
  var children = _ref101.children,
2291
2313
  _ref101$size = _ref101.size,
2292
- size = _ref101$size === undefined ? 16 : _ref101$size,
2314
+ size = _ref101$size === void 0 ? 16 : _ref101$size,
2293
2315
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref101, _excluded101);
2294
2316
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2295
2317
  width: size,
@@ -2298,17 +2320,17 @@ var LogoInvision = /*#__PURE__*/React.forwardRef(function LogoInvision(_ref101,
2298
2320
  xmlns: "http://www.w3.org/2000/svg",
2299
2321
  viewBox: "0 0 32 32",
2300
2322
  fill: "currentColor"
2301
- }, rest), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2302
- 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"
2323
+ }, rest), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2324
+ 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"
2303
2325
  })), children);
2304
2326
  });
2305
2327
  if (process.env.NODE_ENV !== "production") {
2306
- LogoInvision.propTypes = iconPropTypes4cbeb95d.i;
2328
+ LogoDiscord.propTypes = iconPropTypes4cbeb95d.i;
2307
2329
  }
2308
- var LogoJupyter = /*#__PURE__*/React.forwardRef(function LogoJupyter(_ref102, ref) {
2330
+ var LogoFacebook = /*#__PURE__*/React.forwardRef(function LogoFacebook(_ref102, ref) {
2309
2331
  var children = _ref102.children,
2310
2332
  _ref102$size = _ref102.size,
2311
- size = _ref102$size === undefined ? 16 : _ref102$size,
2333
+ size = _ref102$size === void 0 ? 16 : _ref102$size,
2312
2334
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref102, _excluded102);
2313
2335
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2314
2336
  width: size,
@@ -2317,17 +2339,17 @@ var LogoJupyter = /*#__PURE__*/React.forwardRef(function LogoJupyter(_ref102, re
2317
2339
  xmlns: "http://www.w3.org/2000/svg",
2318
2340
  viewBox: "0 0 32 32",
2319
2341
  fill: "currentColor"
2320
- }, rest), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2321
- 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"
2342
+ }, rest), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2343
+ 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"
2322
2344
  })), children);
2323
2345
  });
2324
2346
  if (process.env.NODE_ENV !== "production") {
2325
- LogoJupyter.propTypes = iconPropTypes4cbeb95d.i;
2347
+ LogoFacebook.propTypes = iconPropTypes4cbeb95d.i;
2326
2348
  }
2327
- var LogoKeybase = /*#__PURE__*/React.forwardRef(function LogoKeybase(_ref103, ref) {
2349
+ var LogoFigma = /*#__PURE__*/React.forwardRef(function LogoFigma(_ref103, ref) {
2328
2350
  var children = _ref103.children,
2329
2351
  _ref103$size = _ref103.size,
2330
- size = _ref103$size === undefined ? 16 : _ref103$size,
2352
+ size = _ref103$size === void 0 ? 16 : _ref103$size,
2331
2353
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref103, _excluded103);
2332
2354
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2333
2355
  width: size,
@@ -2336,22 +2358,17 @@ var LogoKeybase = /*#__PURE__*/React.forwardRef(function LogoKeybase(_ref103, re
2336
2358
  xmlns: "http://www.w3.org/2000/svg",
2337
2359
  viewBox: "0 0 32 32",
2338
2360
  fill: "currentColor"
2339
- }, rest), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2340
- 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"
2341
- })), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2342
- d: "M9.999 5.797H10.973V6.771H9.999z",
2343
- transform: "rotate(-86.462 10.486 6.284)"
2344
- })), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2345
- d: "M26.4275,16.3825l-.0013.001a13.0868,13.0868,0,0,0-5.1431-4.1825c-.3754-.1667-.7543-.3142-1.1354-.4454.0128-.0314.0277-.0615.04-.0933a4.83,4.83,0,0,0-2.9861-6.319,5.9368,5.9368,0,0,0-1.9962-.3558c-.0366-.1253-.1165-.6743.58-2.1571L14.3742,2q-.17.236-.3368.4661c-.384.5309-.7549,1.0444-1.1029,1.55a2.1657,2.1657,0,0,0-1.4486-.6771L9.8543,3.2377H9.852l-.0025,0c-.0429-.0025-.0864-.0039-.1293-.0039A2.1877,2.1877,0,0,0,7.54,5.2825L7.4388,6.9169l0,.003,0,.0028A2.1882,2.1882,0,0,0,9.4854,9.23l1.1673.0723a5.1711,5.1711,0,0,0,.47,2.688,13.1954,13.1954,0,0,0-4.2637,2.9C3,18.7883,3,23.06,3,26.4916v2.0706l1.524-1.6163A12.3293,12.3293,0,0,0,5.8548,30H7.8367A10.7091,10.7091,0,0,1,5.878,25.51l2.2353-2.3708L6.963,26.745l2.03-1.4774c3.5858-2.61,7.8678-3.2093,12.7263-1.7826a4.6276,4.6276,0,0,0,5.2189-1.468c.0441-.0628.0828-.128.1228-.1926a9.6141,9.6141,0,0,1,.1638,1.7454,12.4214,12.4214,0,0,1-1.61,6.43h1.877A14.4022,14.4022,0,0,0,28.87,23.57,12.2666,12.2666,0,0,0,26.4275,16.3825ZM13.8455,5.9257a1.5872,1.5872,0,0,0,1.3983.7068,4.2111,4.2111,0,0,1,1.44.2719,3.17,3.17,0,0,1,1.0279,5.4638l-.4752-.5849-.0032-.004a1.7048,1.7048,0,0,0-3.0235.9865,3.2143,3.2143,0,0,1-1.899-3.5412,8.4815,8.4815,0,0,1,1.4374-3.466A1.642,1.642,0,0,0,13.8455,5.9257Zm3.49,9.2589-.6072.4962a.2675.2675,0,0,1-.376-.038l-.1264-.1549a.2791.2791,0,0,1,.0394-.3927l.6-.49-1.235-1.5158a.362.362,0,1,1,.5611-.4575l3.4546,4.2517a.3619.3619,0,0,1-.1988.5815.3566.3566,0,0,1-.0816.0094.3609.3609,0,0,1-.2806-.1332l-.3441-.4239-1.2215.9971a.2815.2815,0,0,1-.3965-.04l-.5532-.6775a.2786.2786,0,0,1,.04-.3919l1.2275-1.002ZM9.08,7.0184l.1014-1.6342A.5394.5394,0,0,1,9.72,4.8781l.0326.001,1.6335.1013a.5387.5387,0,0,1,.5046.5716l-.0073.1182a10.6739,10.6739,0,0,0-.9028,2.0046L9.5859,7.5886A.5407.5407,0,0,1,9.08,7.0184ZM25.5944,21.07a2.9883,2.9883,0,0,1-3.4112.8373c-4.5313-1.3305-8.6289-1.0534-12.2124.82l1.9069-5.978-7.203,7.6393a11.67,11.67,0,0,1,3.3532-8.3419,11.4953,11.4953,0,0,1,4.1073-2.6908,5.42,5.42,0,0,0,2.2411,1.2214,4.714,4.714,0,0,0,.5627.12,1.6258,1.6258,0,0,0,.2449,1.6416l.0847.1038a1.6247,1.6247,0,0,0,.2594,1.605l.5532.6777a1.6276,1.6276,0,0,0,2.29.2314l.3314-.2705a1.7079,1.7079,0,0,0,1.9867-2.6535l-1.9427-2.3911a4.88,4.88,0,0,0,.4863-.456,12.449,12.449,0,0,1,1.3829.5181,11.419,11.419,0,0,1,4.5085,3.6838C26.0987,18.7278,26.2745,20.1043,25.5944,21.07Z"
2361
+ }, rest), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2362
+ 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"
2346
2363
  })), children);
2347
2364
  });
2348
2365
  if (process.env.NODE_ENV !== "production") {
2349
- LogoKeybase.propTypes = iconPropTypes4cbeb95d.i;
2366
+ LogoFigma.propTypes = iconPropTypes4cbeb95d.i;
2350
2367
  }
2351
- var LogoKubernetes = /*#__PURE__*/React.forwardRef(function LogoKubernetes(_ref104, ref) {
2368
+ var LogoFlickr = /*#__PURE__*/React.forwardRef(function LogoFlickr(_ref104, ref) {
2352
2369
  var children = _ref104.children,
2353
2370
  _ref104$size = _ref104.size,
2354
- size = _ref104$size === undefined ? 16 : _ref104$size,
2371
+ size = _ref104$size === void 0 ? 16 : _ref104$size,
2355
2372
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref104, _excluded104);
2356
2373
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2357
2374
  width: size,
@@ -2360,19 +2377,23 @@ var LogoKubernetes = /*#__PURE__*/React.forwardRef(function LogoKubernetes(_ref1
2360
2377
  xmlns: "http://www.w3.org/2000/svg",
2361
2378
  viewBox: "0 0 32 32",
2362
2379
  fill: "currentColor"
2363
- }, rest), _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2364
- 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"
2365
- })), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2366
- 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"
2380
+ }, rest), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
2381
+ cx: "8",
2382
+ cy: "16",
2383
+ r: "6"
2384
+ })), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
2385
+ cx: "24",
2386
+ cy: "16",
2387
+ r: "6"
2367
2388
  })), children);
2368
2389
  });
2369
2390
  if (process.env.NODE_ENV !== "production") {
2370
- LogoKubernetes.propTypes = iconPropTypes4cbeb95d.i;
2391
+ LogoFlickr.propTypes = iconPropTypes4cbeb95d.i;
2371
2392
  }
2372
- var LogoLinkedin = /*#__PURE__*/React.forwardRef(function LogoLinkedin(_ref105, ref) {
2393
+ var LogoGit = /*#__PURE__*/React.forwardRef(function LogoGit(_ref105, ref) {
2373
2394
  var children = _ref105.children,
2374
2395
  _ref105$size = _ref105.size,
2375
- size = _ref105$size === undefined ? 16 : _ref105$size,
2396
+ size = _ref105$size === void 0 ? 16 : _ref105$size,
2376
2397
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref105, _excluded105);
2377
2398
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2378
2399
  width: size,
@@ -2381,17 +2402,17 @@ var LogoLinkedin = /*#__PURE__*/React.forwardRef(function LogoLinkedin(_ref105,
2381
2402
  xmlns: "http://www.w3.org/2000/svg",
2382
2403
  viewBox: "0 0 32 32",
2383
2404
  fill: "currentColor"
2384
- }, rest), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2385
- 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"
2405
+ }, rest), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2406
+ 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"
2386
2407
  })), children);
2387
2408
  });
2388
2409
  if (process.env.NODE_ENV !== "production") {
2389
- LogoLinkedin.propTypes = iconPropTypes4cbeb95d.i;
2410
+ LogoGit.propTypes = iconPropTypes4cbeb95d.i;
2390
2411
  }
2391
- var LogoLivestream = /*#__PURE__*/React.forwardRef(function LogoLivestream(_ref106, ref) {
2412
+ var LogoGithub = /*#__PURE__*/React.forwardRef(function LogoGithub(_ref106, ref) {
2392
2413
  var children = _ref106.children,
2393
2414
  _ref106$size = _ref106.size,
2394
- size = _ref106$size === undefined ? 16 : _ref106$size,
2415
+ size = _ref106$size === void 0 ? 16 : _ref106$size,
2395
2416
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref106, _excluded106);
2396
2417
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2397
2418
  width: size,
@@ -2400,17 +2421,18 @@ var LogoLivestream = /*#__PURE__*/React.forwardRef(function LogoLivestream(_ref1
2400
2421
  xmlns: "http://www.w3.org/2000/svg",
2401
2422
  viewBox: "0 0 32 32",
2402
2423
  fill: "currentColor"
2403
- }, rest), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2404
- 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"
2424
+ }, rest), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2425
+ fillRule: "evenodd",
2426
+ 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"
2405
2427
  })), children);
2406
2428
  });
2407
2429
  if (process.env.NODE_ENV !== "production") {
2408
- LogoLivestream.propTypes = iconPropTypes4cbeb95d.i;
2430
+ LogoGithub.propTypes = iconPropTypes4cbeb95d.i;
2409
2431
  }
2410
- var LogoMastodon = /*#__PURE__*/React.forwardRef(function LogoMastodon(_ref107, ref) {
2432
+ var LogoGitlab = /*#__PURE__*/React.forwardRef(function LogoGitlab(_ref107, ref) {
2411
2433
  var children = _ref107.children,
2412
2434
  _ref107$size = _ref107.size,
2413
- size = _ref107$size === undefined ? 16 : _ref107$size,
2435
+ size = _ref107$size === void 0 ? 16 : _ref107$size,
2414
2436
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref107, _excluded107);
2415
2437
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2416
2438
  width: size,
@@ -2419,17 +2441,17 @@ var LogoMastodon = /*#__PURE__*/React.forwardRef(function LogoMastodon(_ref107,
2419
2441
  xmlns: "http://www.w3.org/2000/svg",
2420
2442
  viewBox: "0 0 32 32",
2421
2443
  fill: "currentColor"
2422
- }, rest), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2423
- 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"
2444
+ }, rest), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2445
+ 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"
2424
2446
  })), children);
2425
2447
  });
2426
2448
  if (process.env.NODE_ENV !== "production") {
2427
- LogoMastodon.propTypes = iconPropTypes4cbeb95d.i;
2449
+ LogoGitlab.propTypes = iconPropTypes4cbeb95d.i;
2428
2450
  }
2429
- var LogoMedium = /*#__PURE__*/React.forwardRef(function LogoMedium(_ref108, ref) {
2451
+ var LogoGlassdoor = /*#__PURE__*/React.forwardRef(function LogoGlassdoor(_ref108, ref) {
2430
2452
  var children = _ref108.children,
2431
2453
  _ref108$size = _ref108.size,
2432
- size = _ref108$size === undefined ? 16 : _ref108$size,
2454
+ size = _ref108$size === void 0 ? 16 : _ref108$size,
2433
2455
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref108, _excluded108);
2434
2456
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2435
2457
  width: size,
@@ -2438,17 +2460,19 @@ var LogoMedium = /*#__PURE__*/React.forwardRef(function LogoMedium(_ref108, ref)
2438
2460
  xmlns: "http://www.w3.org/2000/svg",
2439
2461
  viewBox: "0 0 32 32",
2440
2462
  fill: "currentColor"
2441
- }, rest), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2442
- 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"
2463
+ }, rest), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2464
+ 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
+ })), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2466
+ 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"
2443
2467
  })), children);
2444
2468
  });
2445
2469
  if (process.env.NODE_ENV !== "production") {
2446
- LogoMedium.propTypes = iconPropTypes4cbeb95d.i;
2470
+ LogoGlassdoor.propTypes = iconPropTypes4cbeb95d.i;
2447
2471
  }
2448
- var LogoNpm = /*#__PURE__*/React.forwardRef(function LogoNpm(_ref109, ref) {
2472
+ var LogoInstagram = /*#__PURE__*/React.forwardRef(function LogoInstagram(_ref109, ref) {
2449
2473
  var children = _ref109.children,
2450
2474
  _ref109$size = _ref109.size,
2451
- size = _ref109$size === undefined ? 16 : _ref109$size,
2475
+ size = _ref109$size === void 0 ? 16 : _ref109$size,
2452
2476
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref109, _excluded109);
2453
2477
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2454
2478
  width: size,
@@ -2457,17 +2481,23 @@ var LogoNpm = /*#__PURE__*/React.forwardRef(function LogoNpm(_ref109, ref) {
2457
2481
  xmlns: "http://www.w3.org/2000/svg",
2458
2482
  viewBox: "0 0 32 32",
2459
2483
  fill: "currentColor"
2460
- }, rest), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2461
- d: "M4,28V4h24v24H4z M8.5,8.5v15H16v-12h4.5v12h3v-15H8.5z"
2484
+ }, rest), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
2485
+ cx: "22.406",
2486
+ cy: "9.594",
2487
+ r: "1.44"
2488
+ })), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2489
+ d: "M16,9.8378A6.1622,6.1622,0,1,0,22.1622,16,6.1622,6.1622,0,0,0,16,9.8378ZM16,20a4,4,0,1,1,4-4A4,4,0,0,1,16,20Z"
2490
+ })), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2491
+ d: "M16,6.1622c3.2041,0,3.5837.0122,4.849.07a6.6418,6.6418,0,0,1,2.2283.4132,3.9748,3.9748,0,0,1,2.2774,2.2774,6.6418,6.6418,0,0,1,.4132,2.2283c.0577,1.2653.07,1.6449.07,4.849s-.0122,3.5837-.07,4.849a6.6418,6.6418,0,0,1-.4132,2.2283,3.9748,3.9748,0,0,1-2.2774,2.2774,6.6418,6.6418,0,0,1-2.2283.4132c-1.2652.0577-1.6446.07-4.849.07s-3.5838-.0122-4.849-.07a6.6418,6.6418,0,0,1-2.2283-.4132,3.9748,3.9748,0,0,1-2.2774-2.2774,6.6418,6.6418,0,0,1-.4132-2.2283c-.0577-1.2653-.07-1.6449-.07-4.849s.0122-3.5837.07-4.849a6.6418,6.6418,0,0,1,.4132-2.2283A3.9748,3.9748,0,0,1,8.9227,6.6453a6.6418,6.6418,0,0,1,2.2283-.4132c1.2653-.0577,1.6449-.07,4.849-.07M16,4c-3.259,0-3.6677.0138-4.9476.0722A8.8068,8.8068,0,0,0,8.14,4.63,6.1363,6.1363,0,0,0,4.63,8.14a8.8068,8.8068,0,0,0-.5578,2.9129C4.0138,12.3323,4,12.741,4,16s.0138,3.6677.0722,4.9476A8.8074,8.8074,0,0,0,4.63,23.8605a6.1363,6.1363,0,0,0,3.51,3.51,8.8068,8.8068,0,0,0,2.9129.5578C12.3323,27.9862,12.741,28,16,28s3.6677-.0138,4.9476-.0722a8.8074,8.8074,0,0,0,2.9129-.5578,6.1363,6.1363,0,0,0,3.51-3.51,8.8074,8.8074,0,0,0,.5578-2.9129C27.9862,19.6677,28,19.259,28,16s-.0138-3.6677-.0722-4.9476A8.8068,8.8068,0,0,0,27.37,8.14a6.1363,6.1363,0,0,0-3.51-3.5095,8.8074,8.8074,0,0,0-2.9129-.5578C19.6677,4.0138,19.259,4,16,4Z"
2462
2492
  })), children);
2463
2493
  });
2464
2494
  if (process.env.NODE_ENV !== "production") {
2465
- LogoNpm.propTypes = iconPropTypes4cbeb95d.i;
2495
+ LogoInstagram.propTypes = iconPropTypes4cbeb95d.i;
2466
2496
  }
2467
- var LogoOpenshift = /*#__PURE__*/React.forwardRef(function LogoOpenshift(_ref110, ref) {
2497
+ var LogoInvision = /*#__PURE__*/React.forwardRef(function LogoInvision(_ref110, ref) {
2468
2498
  var children = _ref110.children,
2469
2499
  _ref110$size = _ref110.size,
2470
- size = _ref110$size === undefined ? 16 : _ref110$size,
2500
+ size = _ref110$size === void 0 ? 16 : _ref110$size,
2471
2501
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref110, _excluded110);
2472
2502
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2473
2503
  width: size,
@@ -2476,17 +2506,17 @@ var LogoOpenshift = /*#__PURE__*/React.forwardRef(function LogoOpenshift(_ref110
2476
2506
  xmlns: "http://www.w3.org/2000/svg",
2477
2507
  viewBox: "0 0 32 32",
2478
2508
  fill: "currentColor"
2479
- }, rest), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2480
- 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"
2509
+ }, rest), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2510
+ 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"
2481
2511
  })), children);
2482
2512
  });
2483
2513
  if (process.env.NODE_ENV !== "production") {
2484
- LogoOpenshift.propTypes = iconPropTypes4cbeb95d.i;
2514
+ LogoInvision.propTypes = iconPropTypes4cbeb95d.i;
2485
2515
  }
2486
- var LogoPinterest = /*#__PURE__*/React.forwardRef(function LogoPinterest(_ref111, ref) {
2516
+ var LogoJupyter = /*#__PURE__*/React.forwardRef(function LogoJupyter(_ref111, ref) {
2487
2517
  var children = _ref111.children,
2488
2518
  _ref111$size = _ref111.size,
2489
- size = _ref111$size === undefined ? 16 : _ref111$size,
2519
+ size = _ref111$size === void 0 ? 16 : _ref111$size,
2490
2520
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref111, _excluded111);
2491
2521
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2492
2522
  width: size,
@@ -2495,17 +2525,17 @@ var LogoPinterest = /*#__PURE__*/React.forwardRef(function LogoPinterest(_ref111
2495
2525
  xmlns: "http://www.w3.org/2000/svg",
2496
2526
  viewBox: "0 0 32 32",
2497
2527
  fill: "currentColor"
2498
- }, rest), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2499
- 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"
2528
+ }, rest), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2529
+ 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"
2500
2530
  })), children);
2501
2531
  });
2502
2532
  if (process.env.NODE_ENV !== "production") {
2503
- LogoPinterest.propTypes = iconPropTypes4cbeb95d.i;
2533
+ LogoJupyter.propTypes = iconPropTypes4cbeb95d.i;
2504
2534
  }
2505
- var LogoPython = /*#__PURE__*/React.forwardRef(function LogoPython(_ref112, ref) {
2535
+ var LogoKeybase = /*#__PURE__*/React.forwardRef(function LogoKeybase(_ref112, ref) {
2506
2536
  var children = _ref112.children,
2507
2537
  _ref112$size = _ref112.size,
2508
- size = _ref112$size === undefined ? 16 : _ref112$size,
2538
+ size = _ref112$size === void 0 ? 16 : _ref112$size,
2509
2539
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref112, _excluded112);
2510
2540
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2511
2541
  width: size,
@@ -2514,25 +2544,22 @@ var LogoPython = /*#__PURE__*/React.forwardRef(function LogoPython(_ref112, ref)
2514
2544
  xmlns: "http://www.w3.org/2000/svg",
2515
2545
  viewBox: "0 0 32 32",
2516
2546
  fill: "currentColor"
2517
- }, rest), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2518
- 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"
2519
- })), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2520
- fill: "none",
2521
- d: "M19.7356,25.2476a1.2731,1.2731,0,1,1-1.2534,1.269A1.2607,1.2607,0,0,1,19.7356,25.2476Z"
2522
- })), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2523
- d: "M15.8351,2a19.0717,19.0717,0,0,0-3.192.2725c-2.8268.4994-3.34,1.5447-3.34,3.4723V8.2909h6.68V9.14H6.7962a4.1708,4.1708,0,0,0-4.173,3.3867,12.4855,12.4855,0,0,0,0,6.7889c.4748,1.9776,1.6088,3.3867,3.55,3.3867H8.47V19.65a4.2449,4.2449,0,0,1,4.173-4.15h6.6721a3.3654,3.3654,0,0,0,3.34-3.3944V5.745a3.729,3.729,0,0,0-3.34-3.4723A20.8377,20.8377,0,0,0,15.8351,2ZM12.2226,4.0478a1.2731,1.2731,0,1,1-1.2534,1.2768A1.2675,1.2675,0,0,1,12.2226,4.0478Z"
2524
- })), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2525
- fill: "none",
2526
- d: "M12.2226,4.0478a1.2731,1.2731,0,1,1-1.2534,1.2768A1.2675,1.2675,0,0,1,12.2226,4.0478Z"
2547
+ }, rest), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2548
+ 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
+ })), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2550
+ d: "M9.999 5.797H10.973V6.771H9.999z",
2551
+ transform: "rotate(-86.462 10.486 6.284)"
2552
+ })), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2553
+ d: "M26.4275,16.3825l-.0013.001a13.0868,13.0868,0,0,0-5.1431-4.1825c-.3754-.1667-.7543-.3142-1.1354-.4454.0128-.0314.0277-.0615.04-.0933a4.83,4.83,0,0,0-2.9861-6.319,5.9368,5.9368,0,0,0-1.9962-.3558c-.0366-.1253-.1165-.6743.58-2.1571L14.3742,2q-.17.236-.3368.4661c-.384.5309-.7549,1.0444-1.1029,1.55a2.1657,2.1657,0,0,0-1.4486-.6771L9.8543,3.2377H9.852l-.0025,0c-.0429-.0025-.0864-.0039-.1293-.0039A2.1877,2.1877,0,0,0,7.54,5.2825L7.4388,6.9169l0,.003,0,.0028A2.1882,2.1882,0,0,0,9.4854,9.23l1.1673.0723a5.1711,5.1711,0,0,0,.47,2.688,13.1954,13.1954,0,0,0-4.2637,2.9C3,18.7883,3,23.06,3,26.4916v2.0706l1.524-1.6163A12.3293,12.3293,0,0,0,5.8548,30H7.8367A10.7091,10.7091,0,0,1,5.878,25.51l2.2353-2.3708L6.963,26.745l2.03-1.4774c3.5858-2.61,7.8678-3.2093,12.7263-1.7826a4.6276,4.6276,0,0,0,5.2189-1.468c.0441-.0628.0828-.128.1228-.1926a9.6141,9.6141,0,0,1,.1638,1.7454,12.4214,12.4214,0,0,1-1.61,6.43h1.877A14.4022,14.4022,0,0,0,28.87,23.57,12.2666,12.2666,0,0,0,26.4275,16.3825ZM13.8455,5.9257a1.5872,1.5872,0,0,0,1.3983.7068,4.2111,4.2111,0,0,1,1.44.2719,3.17,3.17,0,0,1,1.0279,5.4638l-.4752-.5849-.0032-.004a1.7048,1.7048,0,0,0-3.0235.9865,3.2143,3.2143,0,0,1-1.899-3.5412,8.4815,8.4815,0,0,1,1.4374-3.466A1.642,1.642,0,0,0,13.8455,5.9257Zm3.49,9.2589-.6072.4962a.2675.2675,0,0,1-.376-.038l-.1264-.1549a.2791.2791,0,0,1,.0394-.3927l.6-.49-1.235-1.5158a.362.362,0,1,1,.5611-.4575l3.4546,4.2517a.3619.3619,0,0,1-.1988.5815.3566.3566,0,0,1-.0816.0094.3609.3609,0,0,1-.2806-.1332l-.3441-.4239-1.2215.9971a.2815.2815,0,0,1-.3965-.04l-.5532-.6775a.2786.2786,0,0,1,.04-.3919l1.2275-1.002ZM9.08,7.0184l.1014-1.6342A.5394.5394,0,0,1,9.72,4.8781l.0326.001,1.6335.1013a.5387.5387,0,0,1,.5046.5716l-.0073.1182a10.6739,10.6739,0,0,0-.9028,2.0046L9.5859,7.5886A.5407.5407,0,0,1,9.08,7.0184ZM25.5944,21.07a2.9883,2.9883,0,0,1-3.4112.8373c-4.5313-1.3305-8.6289-1.0534-12.2124.82l1.9069-5.978-7.203,7.6393a11.67,11.67,0,0,1,3.3532-8.3419,11.4953,11.4953,0,0,1,4.1073-2.6908,5.42,5.42,0,0,0,2.2411,1.2214,4.714,4.714,0,0,0,.5627.12,1.6258,1.6258,0,0,0,.2449,1.6416l.0847.1038a1.6247,1.6247,0,0,0,.2594,1.605l.5532.6777a1.6276,1.6276,0,0,0,2.29.2314l.3314-.2705a1.7079,1.7079,0,0,0,1.9867-2.6535l-1.9427-2.3911a4.88,4.88,0,0,0,.4863-.456,12.449,12.449,0,0,1,1.3829.5181,11.419,11.419,0,0,1,4.5085,3.6838C26.0987,18.7278,26.2745,20.1043,25.5944,21.07Z"
2527
2554
  })), children);
2528
2555
  });
2529
2556
  if (process.env.NODE_ENV !== "production") {
2530
- LogoPython.propTypes = iconPropTypes4cbeb95d.i;
2557
+ LogoKeybase.propTypes = iconPropTypes4cbeb95d.i;
2531
2558
  }
2532
- var LogoQuora = /*#__PURE__*/React.forwardRef(function LogoQuora(_ref113, ref) {
2559
+ var LogoKubernetes = /*#__PURE__*/React.forwardRef(function LogoKubernetes(_ref113, ref) {
2533
2560
  var children = _ref113.children,
2534
2561
  _ref113$size = _ref113.size,
2535
- size = _ref113$size === undefined ? 16 : _ref113$size,
2562
+ size = _ref113$size === void 0 ? 16 : _ref113$size,
2536
2563
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref113, _excluded113);
2537
2564
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2538
2565
  width: size,
@@ -2541,17 +2568,19 @@ var LogoQuora = /*#__PURE__*/React.forwardRef(function LogoQuora(_ref113, ref) {
2541
2568
  xmlns: "http://www.w3.org/2000/svg",
2542
2569
  viewBox: "0 0 32 32",
2543
2570
  fill: "currentColor"
2544
- }, rest), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2545
- 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"
2571
+ }, rest), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2572
+ 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
+ })), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2574
+ 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"
2546
2575
  })), children);
2547
2576
  });
2548
2577
  if (process.env.NODE_ENV !== "production") {
2549
- LogoQuora.propTypes = iconPropTypes4cbeb95d.i;
2578
+ LogoKubernetes.propTypes = iconPropTypes4cbeb95d.i;
2550
2579
  }
2551
- var LogoRScript = /*#__PURE__*/React.forwardRef(function LogoRScript(_ref114, ref) {
2580
+ var LogoLinkedin = /*#__PURE__*/React.forwardRef(function LogoLinkedin(_ref114, ref) {
2552
2581
  var children = _ref114.children,
2553
2582
  _ref114$size = _ref114.size,
2554
- size = _ref114$size === undefined ? 16 : _ref114$size,
2583
+ size = _ref114$size === void 0 ? 16 : _ref114$size,
2555
2584
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref114, _excluded114);
2556
2585
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2557
2586
  width: size,
@@ -2560,18 +2589,17 @@ var LogoRScript = /*#__PURE__*/React.forwardRef(function LogoRScript(_ref114, re
2560
2589
  xmlns: "http://www.w3.org/2000/svg",
2561
2590
  viewBox: "0 0 32 32",
2562
2591
  fill: "currentColor"
2563
- }, rest), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2564
- fillRule: "evenodd",
2565
- 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"
2592
+ }, rest), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2593
+ 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"
2566
2594
  })), children);
2567
2595
  });
2568
2596
  if (process.env.NODE_ENV !== "production") {
2569
- LogoRScript.propTypes = iconPropTypes4cbeb95d.i;
2597
+ LogoLinkedin.propTypes = iconPropTypes4cbeb95d.i;
2570
2598
  }
2571
- var LogoReact = /*#__PURE__*/React.forwardRef(function LogoReact(_ref115, ref) {
2599
+ var LogoLivestream = /*#__PURE__*/React.forwardRef(function LogoLivestream(_ref115, ref) {
2572
2600
  var children = _ref115.children,
2573
2601
  _ref115$size = _ref115.size,
2574
- size = _ref115$size === undefined ? 16 : _ref115$size,
2602
+ size = _ref115$size === void 0 ? 16 : _ref115$size,
2575
2603
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref115, _excluded115);
2576
2604
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2577
2605
  width: size,
@@ -2580,19 +2608,17 @@ var LogoReact = /*#__PURE__*/React.forwardRef(function LogoReact(_ref115, ref) {
2580
2608
  xmlns: "http://www.w3.org/2000/svg",
2581
2609
  viewBox: "0 0 32 32",
2582
2610
  fill: "currentColor"
2583
- }, rest), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2584
- 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"
2585
- })), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2586
- 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"
2611
+ }, rest), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2612
+ 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"
2587
2613
  })), children);
2588
2614
  });
2589
2615
  if (process.env.NODE_ENV !== "production") {
2590
- LogoReact.propTypes = iconPropTypes4cbeb95d.i;
2616
+ LogoLivestream.propTypes = iconPropTypes4cbeb95d.i;
2591
2617
  }
2592
- var LogoRedHatAiInstructlabOnIbmCloud = /*#__PURE__*/React.forwardRef(function LogoRedHatAiInstructlabOnIbmCloud(_ref116, ref) {
2618
+ var LogoMastodon = /*#__PURE__*/React.forwardRef(function LogoMastodon(_ref116, ref) {
2593
2619
  var children = _ref116.children,
2594
2620
  _ref116$size = _ref116.size,
2595
- size = _ref116$size === undefined ? 16 : _ref116$size,
2621
+ size = _ref116$size === void 0 ? 16 : _ref116$size,
2596
2622
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref116, _excluded116);
2597
2623
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2598
2624
  width: size,
@@ -2601,17 +2627,17 @@ var LogoRedHatAiInstructlabOnIbmCloud = /*#__PURE__*/React.forwardRef(function L
2601
2627
  xmlns: "http://www.w3.org/2000/svg",
2602
2628
  viewBox: "0 0 32 32",
2603
2629
  fill: "currentColor"
2604
- }, rest), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2605
- 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"
2630
+ }, rest), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2631
+ 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"
2606
2632
  })), children);
2607
2633
  });
2608
2634
  if (process.env.NODE_ENV !== "production") {
2609
- LogoRedHatAiInstructlabOnIbmCloud.propTypes = iconPropTypes4cbeb95d.i;
2635
+ LogoMastodon.propTypes = iconPropTypes4cbeb95d.i;
2610
2636
  }
2611
- var LogoRedHatAnsible = /*#__PURE__*/React.forwardRef(function LogoRedHatAnsible(_ref117, ref) {
2637
+ var LogoMedium = /*#__PURE__*/React.forwardRef(function LogoMedium(_ref117, ref) {
2612
2638
  var children = _ref117.children,
2613
2639
  _ref117$size = _ref117.size,
2614
- size = _ref117$size === undefined ? 16 : _ref117$size,
2640
+ size = _ref117$size === void 0 ? 16 : _ref117$size,
2615
2641
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref117, _excluded117);
2616
2642
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2617
2643
  width: size,
@@ -2620,19 +2646,17 @@ var LogoRedHatAnsible = /*#__PURE__*/React.forwardRef(function LogoRedHatAnsible
2620
2646
  xmlns: "http://www.w3.org/2000/svg",
2621
2647
  viewBox: "0 0 32 32",
2622
2648
  fill: "currentColor"
2623
- }, rest), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2624
- d: "M21.9104,20.5859h0l-5-11c-.1577-.3452-.5061-.5859-.9104-.5859s-.7529,.2407-.9104,.5859l-5,11c-.0576,.1265-.0896,.2661-.0896,.4141,0,.5522,.4478,1,1,1,.4043,0,.7527-.2407,.9104-.5859l1.9985-4.3965,6.4978,4.7876c.166,.1226,.3711,.1948,.5933,.1948,.5522,0,1-.4478,1-1,0-.1479-.032-.2881-.0896-.4141Zm-5.9104-8.1689l2.499,5.498-3.7441-2.7588,1.2451-2.7393Z"
2625
- })), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2626
- d: "M16,30c-7.7197,0-14-6.2803-14-14S8.2803,2,16,2s14,6.2803,14,14-6.2803,14-14,14Zm0-26c-6.6167,0-12,5.3833-12,12s5.3833,12,12,12,12-5.3833,12-12-5.3833-12-12-12Z"
2649
+ }, rest), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2650
+ 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"
2627
2651
  })), children);
2628
2652
  });
2629
2653
  if (process.env.NODE_ENV !== "production") {
2630
- LogoRedHatAnsible.propTypes = iconPropTypes4cbeb95d.i;
2654
+ LogoMedium.propTypes = iconPropTypes4cbeb95d.i;
2631
2655
  }
2632
- var LogoSketch = /*#__PURE__*/React.forwardRef(function LogoSketch(_ref118, ref) {
2656
+ var LogoNpm = /*#__PURE__*/React.forwardRef(function LogoNpm(_ref118, ref) {
2633
2657
  var children = _ref118.children,
2634
2658
  _ref118$size = _ref118.size,
2635
- size = _ref118$size === undefined ? 16 : _ref118$size,
2659
+ size = _ref118$size === void 0 ? 16 : _ref118$size,
2636
2660
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref118, _excluded118);
2637
2661
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2638
2662
  width: size,
@@ -2641,17 +2665,17 @@ var LogoSketch = /*#__PURE__*/React.forwardRef(function LogoSketch(_ref118, ref)
2641
2665
  xmlns: "http://www.w3.org/2000/svg",
2642
2666
  viewBox: "0 0 32 32",
2643
2667
  fill: "currentColor"
2644
- }, rest), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2645
- d: "M16.1,3.2l7.7,0.9c0.2,0,0.3,0.1,0.4,0.2l5.7,7.7c0.2,0.2,0.2,0.5,0,0.7l-13.6,16c-0.1,0.1-0.3,0.1-0.4,0c0,0,0,0,0,0 l-13.6-16C2,12.5,2,12.2,2.1,12l5.7-7.7c0.1-0.1,0.2-0.2,0.4-0.2l7.7-0.9C16,3.2,16,3.2,16.1,3.2z M17.7,4.8c0,0-0.1,0-0.2,0 c0,0-0.1,0.1,0,0.2l0,0l4.3,5.4c0,0.1,0.1,0.1,0.1,0.2c0,0.2-0.1,0.3-0.3,0.3l0,0H10.4c-0.1,0-0.1,0-0.2-0.1 c-0.1-0.1-0.1-0.3-0.1-0.4l0,0L14.5,5c0,0,0-0.1,0-0.2c0,0-0.1,0-0.2,0l0,0l-5.9,5.9c0,0-0.1,0.1-0.2,0.1c-0.1,0-0.2-0.1-0.2-0.2v0 l0.2-4.3c0-0.1,0-0.1-0.1-0.1c-0.1,0-0.1,0-0.1,0.1l0,0l-1.1,4.9c0,0.2-0.2,0.3-0.3,0.3l0,0l-2.8,0.6c-0.1,0-0.1,0.1-0.1,0.1 c0,0.1,0,0.1,0.1,0.1l0,0h2.7c0.2,0,0.3,0.1,0.4,0.2l0,0l6.6,11.8c0,0.1,0.1,0.1,0.2,0.1c0.1,0,0.1-0.1,0.1-0.2l0,0L8.6,12.9 c0,0,0-0.1,0-0.1c0-0.2,0.1-0.3,0.3-0.4l0,0h14.2c0.1,0,0.1,0,0.2,0c0.2,0.1,0.2,0.3,0.2,0.4l0,0l-5.3,11.3c0,0.1,0,0.2,0.1,0.2 c0.1,0,0.2,0,0.2-0.1l0,0L25,12.6c0.1-0.1,0.2-0.2,0.4-0.2l0,0h2.7c0.1,0,0.1,0,0.1-0.1c0-0.1,0-0.1-0.1-0.1l0,0l-2.8-0.6 c-0.2,0-0.3-0.2-0.4-0.3l0,0L24,6.3c0-0.1-0.1-0.1-0.1-0.1c-0.1,0-0.1,0-0.1,0.1v0l0.2,4.3c0,0.1,0,0.1-0.1,0.2 c-0.1,0.1-0.2,0.1-0.3,0l0,0L17.7,4.8z"
2668
+ }, rest), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2669
+ d: "M4,28V4h24v24H4z M8.5,8.5v15H16v-12h4.5v12h3v-15H8.5z"
2646
2670
  })), children);
2647
2671
  });
2648
2672
  if (process.env.NODE_ENV !== "production") {
2649
- LogoSketch.propTypes = iconPropTypes4cbeb95d.i;
2673
+ LogoNpm.propTypes = iconPropTypes4cbeb95d.i;
2650
2674
  }
2651
- var LogoSkype = /*#__PURE__*/React.forwardRef(function LogoSkype(_ref119, ref) {
2675
+ var LogoOpenshift = /*#__PURE__*/React.forwardRef(function LogoOpenshift(_ref119, ref) {
2652
2676
  var children = _ref119.children,
2653
2677
  _ref119$size = _ref119.size,
2654
- size = _ref119$size === undefined ? 16 : _ref119$size,
2678
+ size = _ref119$size === void 0 ? 16 : _ref119$size,
2655
2679
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref119, _excluded119);
2656
2680
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2657
2681
  width: size,
@@ -2660,17 +2684,17 @@ var LogoSkype = /*#__PURE__*/React.forwardRef(function LogoSkype(_ref119, ref) {
2660
2684
  xmlns: "http://www.w3.org/2000/svg",
2661
2685
  viewBox: "0 0 32 32",
2662
2686
  fill: "currentColor"
2663
- }, rest), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2664
- d: "M27.91,17.88A11.63,11.63,0,0,0,28.06,16,12.06,12.06,0,0,0,16,3.94a11.63,11.63,0,0,0-1.88.15,7.29,7.29,0,0,0-10,10A11.63,11.63,0,0,0,3.94,16,12.06,12.06,0,0,0,16,28.06a11.63,11.63,0,0,0,1.88-.15,7.29,7.29,0,0,0,10-10Zm-6.18,3.6a5,5,0,0,1-2.24,1.73,9,9,0,0,1-3.48.62A8.41,8.41,0,0,1,12,23a5.2,5.2,0,0,1-1.82-1.63,3.59,3.59,0,0,1-.7-2,1.36,1.36,0,0,1,.43-1A1.56,1.56,0,0,1,11,18a1.38,1.38,0,0,1,.91.32,2.5,2.5,0,0,1,.63.94,5.83,5.83,0,0,0,.66,1.18,2.61,2.61,0,0,0,1,.78,3.87,3.87,0,0,0,1.69.31,4,4,0,0,0,2.34-.62,1.8,1.8,0,0,0,.89-1.53,1.54,1.54,0,0,0-.47-1.17,3.09,3.09,0,0,0-1.25-.7c-.52-.17-1.21-.34-2.08-.53A16,16,0,0,1,12.41,16a4.78,4.78,0,0,1-1.89-1.4,3.5,3.5,0,0,1-.7-2.21,3.65,3.65,0,0,1,.74-2.24,4.7,4.7,0,0,1,2.14-1.5A9.51,9.51,0,0,1,16,8.17a8.63,8.63,0,0,1,2.59.35,5.81,5.81,0,0,1,1.83.92,3.91,3.91,0,0,1,1.06,1.21,2.62,2.62,0,0,1,.34,1.25,1.4,1.4,0,0,1-.43,1,1.43,1.43,0,0,1-1.07.46,1.25,1.25,0,0,1-.89-.28,3.36,3.36,0,0,1-.65-.87,3.79,3.79,0,0,0-1.05-1.31,3.13,3.13,0,0,0-1.95-.46,3.64,3.64,0,0,0-2,.5,1.44,1.44,0,0,0-.76,1.2,1.15,1.15,0,0,0,.25.75,2.21,2.21,0,0,0,.72.55,4.74,4.74,0,0,0,.92.36c.32.09.84.22,1.57.39.92.2,1.74.42,2.49.66a7.61,7.61,0,0,1,1.9.88,3.59,3.59,0,0,1,1.23,1.31A4,4,0,0,1,22.5,19,4.24,4.24,0,0,1,21.73,21.48Z"
2687
+ }, rest), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2688
+ 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"
2665
2689
  })), children);
2666
2690
  });
2667
2691
  if (process.env.NODE_ENV !== "production") {
2668
- LogoSkype.propTypes = iconPropTypes4cbeb95d.i;
2692
+ LogoOpenshift.propTypes = iconPropTypes4cbeb95d.i;
2669
2693
  }
2670
- var LogoSlack = /*#__PURE__*/React.forwardRef(function LogoSlack(_ref120, ref) {
2694
+ var LogoPinterest = /*#__PURE__*/React.forwardRef(function LogoPinterest(_ref120, ref) {
2671
2695
  var children = _ref120.children,
2672
2696
  _ref120$size = _ref120.size,
2673
- size = _ref120$size === undefined ? 16 : _ref120$size,
2697
+ size = _ref120$size === void 0 ? 16 : _ref120$size,
2674
2698
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref120, _excluded120);
2675
2699
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2676
2700
  width: size,
@@ -2679,17 +2703,17 @@ var LogoSlack = /*#__PURE__*/React.forwardRef(function LogoSlack(_ref120, ref) {
2679
2703
  xmlns: "http://www.w3.org/2000/svg",
2680
2704
  viewBox: "0 0 32 32",
2681
2705
  fill: "currentColor"
2682
- }, rest), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2683
- d: "M9.0423 19.1661A2.5212 2.5212 0 116.5212 16.645H9.0423zM10.3127 19.1661a2.5212 2.5212 0 015.0423 0v6.3127a2.5212 2.5212 0 11-5.0423 0zM12.8339 9.0423A2.5212 2.5212 0 1115.355 6.5212V9.0423zM12.8339 10.3127a2.5212 2.5212 0 010 5.0423H6.5212a2.5212 2.5212 0 110-5.0423zM22.9577 12.8339a2.5212 2.5212 0 112.5211 2.5211H22.9577zM21.6873 12.8339a2.5212 2.5212 0 01-5.0423 0V6.5212a2.5212 2.5212 0 115.0423 0zM19.1661 22.9577a2.5212 2.5212 0 11-2.5211 2.5211V22.9577zM19.1661 21.6873a2.5212 2.5212 0 010-5.0423h6.3127a2.5212 2.5212 0 110 5.0423z"
2706
+ }, rest), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2707
+ 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"
2684
2708
  })), children);
2685
2709
  });
2686
2710
  if (process.env.NODE_ENV !== "production") {
2687
- LogoSlack.propTypes = iconPropTypes4cbeb95d.i;
2711
+ LogoPinterest.propTypes = iconPropTypes4cbeb95d.i;
2688
2712
  }
2689
- var LogoSnapchat = /*#__PURE__*/React.forwardRef(function LogoSnapchat(_ref121, ref) {
2713
+ var LogoPython = /*#__PURE__*/React.forwardRef(function LogoPython(_ref121, ref) {
2690
2714
  var children = _ref121.children,
2691
2715
  _ref121$size = _ref121.size,
2692
- size = _ref121$size === undefined ? 16 : _ref121$size,
2716
+ size = _ref121$size === void 0 ? 16 : _ref121$size,
2693
2717
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref121, _excluded121);
2694
2718
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2695
2719
  width: size,
@@ -2698,21 +2722,25 @@ var LogoSnapchat = /*#__PURE__*/React.forwardRef(function LogoSnapchat(_ref121,
2698
2722
  xmlns: "http://www.w3.org/2000/svg",
2699
2723
  viewBox: "0 0 32 32",
2700
2724
  fill: "currentColor"
2701
- }, rest), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2702
- d: "M27.9774,9.6279a7.33,7.33,0,0,0-.1186-1.2888,5.2458,5.2458,0,0,0-.4872-1.4948,5.1869,5.1869,0,0,0-.9988-1.3324,4.9557,4.9557,0,0,0-2.1805-1.2433,8.8444,8.8444,0,0,0-2.3059-.2458l-.0044-.0119H10.1143l-.0007.0119a12.578,12.578,0,0,0-1.3221.0591A6.2955,6.2955,0,0,0,7.3792,4.4,5.1155,5.1155,0,0,0,4.2538,7.8152a8.8,8.8,0,0,0-.2459,2.2855L4,21.9065a14.9206,14.9206,0,0,0,.1088,1.5992A5.53,5.53,0,0,0,4.6,25.1205a5.17,5.17,0,0,0,1.443,1.744,4.6907,4.6907,0,0,0,1.4442.7822,7.83,7.83,0,0,0,2.3741.3484c.5034.0032,1.0069.0158,1.5106.0137,3.659-.0154,7.3178.0264,10.9767-.0226a8.6316,8.6316,0,0,0,1.44-.1528A4.8765,4.8765,0,0,0,26.2,26.6613a4.9915,4.9915,0,0,0,1.5931-2.6546,9.6646,9.6646,0,0,0,.2074-2.1v-.1407C28,21.7112,27.9793,9.7855,27.9774,9.6279ZM24.7635,20.7326c-.1536.36-.93.6577-2.2433.8606-.1232.019-.1751.2183-.2463.5445-.0293.1348-.0592.2669-.1.4057a.2451.2451,0,0,1-.26.1943h-.0205a2.1011,2.1011,0,0,1-.3738-.0472,4.921,4.921,0,0,0-.9852-.1044,4.37,4.37,0,0,0-.7106.06,3.4048,3.4048,0,0,0-1.3483.6888,3.912,3.912,0,0,1-2.3668.9328c-.05,0-.0973-.0018-.1335-.0035-.0287.0024-.0584.0035-.0881.0035a3.9062,3.9062,0,0,1-2.3651-.9322,3.4118,3.4118,0,0,0-1.35-.69,4.3612,4.3612,0,0,0-.71-.06,4.858,4.858,0,0,0-.9852.1115,2.1872,2.1872,0,0,1-.3737.0536.2574.2574,0,0,1-.2807-.2012c-.0414-.1407-.0711-.277-.1-.4082-.0716-.328-.1237-.5282-.2465-.5472-1.3133-.2026-2.0893-.5011-2.2439-.8626a.3349.3349,0,0,1-.0272-.114.2109.2109,0,0,1,.1764-.22,4.5854,4.5854,0,0,0,2.7564-1.6391,6.1681,6.1681,0,0,0,.94-1.4616l.0048-.01a.943.943,0,0,0,.09-.79c-.1693-.3991-.73-.5769-1.1007-.6946-.0921-.0291-.1794-.0567-.2488-.0844-.3288-.13-.8693-.4041-.7973-.7828a.7333.7333,0,0,1,.7127-.4683.5052.5052,0,0,1,.2158.043,2.1572,2.1572,0,0,0,.8916.2355.7465.7465,0,0,0,.5134-.1569q-.0145-.2629-.0318-.5256a8.8742,8.8742,0,0,1,.2122-3.5447A4.6074,4.6074,0,0,1,15.8173,7.76q.177-.0015.3539-.0033a4.6152,4.6152,0,0,1,4.2853,2.7606,8.884,8.884,0,0,1,.2118,3.5478l-.0036.0574c-.01.1629-.02.317-.0278.4665a.7215.7215,0,0,0,.4656.1558,2.2321,2.2321,0,0,0,.84-.234.6628.6628,0,0,1,.2751-.0545.832.832,0,0,1,.3133.06l.005.0019a.5825.5825,0,0,1,.4409.4781c.0034.1835-.133.4578-.8039.7226-.0687.0272-.1564.0551-.2489.0844-.3712.1178-.9312.2956-1.1005.6944a.9422.9422,0,0,0,.09.7893l.0048.01a5.4311,5.4311,0,0,0,3.6967,3.1005.211.211,0,0,1,.1764.22A.3408.3408,0,0,1,24.7635,20.7326Z"
2703
- })), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2725
+ }, rest), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2726
+ 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
+ })), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2728
+ fill: "none",
2729
+ d: "M19.7356,25.2476a1.2731,1.2731,0,1,1-1.2534,1.269A1.2607,1.2607,0,0,1,19.7356,25.2476Z"
2730
+ })), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2731
+ d: "M15.8351,2a19.0717,19.0717,0,0,0-3.192.2725c-2.8268.4994-3.34,1.5447-3.34,3.4723V8.2909h6.68V9.14H6.7962a4.1708,4.1708,0,0,0-4.173,3.3867,12.4855,12.4855,0,0,0,0,6.7889c.4748,1.9776,1.6088,3.3867,3.55,3.3867H8.47V19.65a4.2449,4.2449,0,0,1,4.173-4.15h6.6721a3.3654,3.3654,0,0,0,3.34-3.3944V5.745a3.729,3.729,0,0,0-3.34-3.4723A20.8377,20.8377,0,0,0,15.8351,2ZM12.2226,4.0478a1.2731,1.2731,0,1,1-1.2534,1.2768A1.2675,1.2675,0,0,1,12.2226,4.0478Z"
2732
+ })), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
2704
2733
  fill: "none",
2705
- d: "M24.7635,20.7326c-.1536.36-.93.6577-2.2433.8606-.1232.019-.1751.2183-.2463.5445-.0293.1348-.0592.2669-.1.4057a.2451.2451,0,0,1-.26.1943h-.0205a2.1011,2.1011,0,0,1-.3738-.0472,4.921,4.921,0,0,0-.9852-.1044,4.37,4.37,0,0,0-.7106.06,3.4048,3.4048,0,0,0-1.3483.6888,3.912,3.912,0,0,1-2.3668.9328c-.05,0-.0973-.0018-.1335-.0035-.0287.0024-.0584.0035-.0881.0035a3.9062,3.9062,0,0,1-2.3651-.9322,3.4118,3.4118,0,0,0-1.35-.69,4.3612,4.3612,0,0,0-.71-.06,4.858,4.858,0,0,0-.9852.1115,2.1872,2.1872,0,0,1-.3737.0536.2574.2574,0,0,1-.2807-.2012c-.0414-.1407-.0711-.277-.1-.4082-.0716-.328-.1237-.5282-.2465-.5472-1.3133-.2026-2.0893-.5011-2.2439-.8626a.3349.3349,0,0,1-.0272-.114.2109.2109,0,0,1,.1764-.22,4.5854,4.5854,0,0,0,2.7564-1.6391,6.1681,6.1681,0,0,0,.94-1.4616l.0048-.01a.943.943,0,0,0,.09-.79c-.1693-.3991-.73-.5769-1.1007-.6946-.0921-.0291-.1794-.0567-.2488-.0844-.3288-.13-.8693-.4041-.7973-.7828a.7333.7333,0,0,1,.7127-.4683.5052.5052,0,0,1,.2158.043,2.1572,2.1572,0,0,0,.8916.2355.7465.7465,0,0,0,.5134-.1569q-.0145-.2629-.0318-.5256a8.8742,8.8742,0,0,1,.2122-3.5447A4.6074,4.6074,0,0,1,15.8173,7.76q.177-.0015.3539-.0033a4.6152,4.6152,0,0,1,4.2853,2.7606,8.884,8.884,0,0,1,.2118,3.5478l-.0036.0574c-.01.1629-.02.317-.0278.4665a.7215.7215,0,0,0,.4656.1558,2.2321,2.2321,0,0,0,.84-.234.6628.6628,0,0,1,.2751-.0545.832.832,0,0,1,.3133.06l.005.0019a.5825.5825,0,0,1,.4409.4781c.0034.1835-.133.4578-.8039.7226-.0687.0272-.1564.0551-.2489.0844-.3712.1178-.9312.2956-1.1005.6944a.9422.9422,0,0,0,.09.7893l.0048.01a5.4311,5.4311,0,0,0,3.6967,3.1005.211.211,0,0,1,.1764.22A.3408.3408,0,0,1,24.7635,20.7326Z",
2706
- "data-icon-path": "inner-path"
2734
+ d: "M12.2226,4.0478a1.2731,1.2731,0,1,1-1.2534,1.2768A1.2675,1.2675,0,0,1,12.2226,4.0478Z"
2707
2735
  })), children);
2708
2736
  });
2709
2737
  if (process.env.NODE_ENV !== "production") {
2710
- LogoSnapchat.propTypes = iconPropTypes4cbeb95d.i;
2738
+ LogoPython.propTypes = iconPropTypes4cbeb95d.i;
2711
2739
  }
2712
- var LogoSvelte = /*#__PURE__*/React.forwardRef(function LogoSvelte(_ref122, ref) {
2740
+ var LogoQuora = /*#__PURE__*/React.forwardRef(function LogoQuora(_ref122, ref) {
2713
2741
  var children = _ref122.children,
2714
2742
  _ref122$size = _ref122.size,
2715
- size = _ref122$size === undefined ? 16 : _ref122$size,
2743
+ size = _ref122$size === void 0 ? 16 : _ref122$size,
2716
2744
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref122, _excluded122);
2717
2745
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2718
2746
  width: size,
@@ -2721,17 +2749,17 @@ var LogoSvelte = /*#__PURE__*/React.forwardRef(function LogoSvelte(_ref122, ref)
2721
2749
  xmlns: "http://www.w3.org/2000/svg",
2722
2750
  viewBox: "0 0 32 32",
2723
2751
  fill: "currentColor"
2724
- }, rest), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2725
- d: "M26.1,5.7C23.5,2,18.4,0.9,14.7,3.2L8.2,7.4c-1.8,1.1-3,2.9-3.4,5c-0.3,1.7,0,3.5,0.8,5.1c-0.6,0.8-0.9,1.8-1.1,2.8 c-0.4,2.1,0.1,4.3,1.4,6c2.6,3.7,7.7,4.8,11.4,2.5l6.5-4.2c1.8-1.1,3-2.9,3.4-5c0.3-1.7,0-3.5-0.8-5.1c0.6-0.8,0.9-1.8,1.1-2.8 C27.9,9.6,27.4,7.4,26.1,5.7z M24.3,11c0,0.2-0.1,0.4-0.2,0.6L24,12l-0.3-0.2c-0.8-0.6-1.6-1-2.6-1.3l-0.2-0.1l0-0.2 c0-0.3-0.1-0.7-0.3-1c-0.4-0.5-1-0.8-1.7-0.6c-0.1,0-0.3,0.1-0.4,0.2L12,12.9c-0.3,0.2-0.5,0.5-0.6,0.9c-0.1,0.4,0,0.8,0.2,1.1 c0.4,0.5,1,0.8,1.7,0.6c0.1,0,0.3-0.1,0.4-0.2l2.5-1.6c0.4-0.3,0.9-0.5,1.3-0.6c2.1-0.5,4.3,0.3,5.6,2.1c0.7,1,1,2.4,0.8,3.6 c-0.2,1.2-1,2.3-2,3l-6.5,4.2c-0.4,0.3-0.9,0.5-1.3,0.6c-2.1,0.5-4.3-0.3-5.6-2.1c-0.7-1-1-2.4-0.8-3.6c0-0.2,0.1-0.4,0.2-0.6L8,20 l0.3,0.2c0.8,0.6,1.6,1,2.6,1.3l0.2,0.1l0,0.2c0,0.3,0.1,0.7,0.3,1c0.4,0.5,1,0.8,1.7,0.6c0.1,0,0.3-0.1,0.4-0.2l6.5-4.2 c0.3-0.2,0.5-0.5,0.6-0.9c0.1-0.4,0-0.8-0.2-1.1c-0.4-0.5-1-0.8-1.7-0.6c-0.1,0-0.3,0.1-0.4,0.2l-2.5,1.6c-0.4,0.3-0.9,0.5-1.3,0.6 c-2.1,0.5-4.3-0.3-5.6-2.1c-0.8-1-1-2.4-0.8-3.6c0.2-1.2,1-2.3,2-3l6.5-4.2c0.4-0.3,0.9-0.5,1.3-0.6c2.1-0.5,4.3,0.3,5.6,2.1 C24.2,8.5,24.5,9.8,24.3,11z"
2752
+ }, rest), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2753
+ 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"
2726
2754
  })), children);
2727
2755
  });
2728
2756
  if (process.env.NODE_ENV !== "production") {
2729
- LogoSvelte.propTypes = iconPropTypes4cbeb95d.i;
2757
+ LogoQuora.propTypes = iconPropTypes4cbeb95d.i;
2730
2758
  }
2731
- var LogoTumblr = /*#__PURE__*/React.forwardRef(function LogoTumblr(_ref123, ref) {
2759
+ var LogoRScript = /*#__PURE__*/React.forwardRef(function LogoRScript(_ref123, ref) {
2732
2760
  var children = _ref123.children,
2733
2761
  _ref123$size = _ref123.size,
2734
- size = _ref123$size === undefined ? 16 : _ref123$size,
2762
+ size = _ref123$size === void 0 ? 16 : _ref123$size,
2735
2763
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref123, _excluded123);
2736
2764
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2737
2765
  width: size,
@@ -2740,17 +2768,18 @@ var LogoTumblr = /*#__PURE__*/React.forwardRef(function LogoTumblr(_ref123, ref)
2740
2768
  xmlns: "http://www.w3.org/2000/svg",
2741
2769
  viewBox: "0 0 32 32",
2742
2770
  fill: "currentColor"
2743
- }, rest), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2744
- d: "M22.6,28h-4c-3.59,0-6.3-1.86-6.3-6.3V14.58H9V10.72A7.17,7.17,0,0,0,14.3,4h3.76v6.12h4.36v4.46H18.06v6.2c0,1.86.94,2.49,2.42,2.49H22.6Z"
2771
+ }, rest), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
2772
+ fillRule: "evenodd",
2773
+ 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"
2745
2774
  })), children);
2746
2775
  });
2747
2776
  if (process.env.NODE_ENV !== "production") {
2748
- LogoTumblr.propTypes = iconPropTypes4cbeb95d.i;
2777
+ LogoRScript.propTypes = iconPropTypes4cbeb95d.i;
2749
2778
  }
2750
- var LogoTwitter = /*#__PURE__*/React.forwardRef(function LogoTwitter(_ref124, ref) {
2779
+ var LogoReact = /*#__PURE__*/React.forwardRef(function LogoReact(_ref124, ref) {
2751
2780
  var children = _ref124.children,
2752
2781
  _ref124$size = _ref124.size,
2753
- size = _ref124$size === undefined ? 16 : _ref124$size,
2782
+ size = _ref124$size === void 0 ? 16 : _ref124$size,
2754
2783
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref124, _excluded124);
2755
2784
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2756
2785
  width: size,
@@ -2759,17 +2788,19 @@ var LogoTwitter = /*#__PURE__*/React.forwardRef(function LogoTwitter(_ref124, re
2759
2788
  xmlns: "http://www.w3.org/2000/svg",
2760
2789
  viewBox: "0 0 32 32",
2761
2790
  fill: "currentColor"
2762
- }, rest), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2763
- d: "M11.5475,25.7523c9.0566,0,14.0102-7.5034,14.0102-14.0102,0-.2131,0-.4253-.0144-.6365,.9637-.697,1.7955-1.5601,2.4566-2.5488-.8987,.3982-1.852,.6594-2.8282,.7747,1.0279-.6154,1.7972-1.5833,2.1648-2.7235-.9666,.5736-2.024,.9778-3.1267,1.1952-1.8648-1.9829-4.984-2.0786-6.9669-.2138-1.2788,1.2026-1.8214,2.9947-1.4245,4.7047-3.9591-.1985-7.6479-2.0685-10.1482-5.1446-1.3069,2.2499-.6394,5.1282,1.5245,6.5731-.7836-.0232-1.5501-.2346-2.2349-.6163v.0624c.0006,2.3439,1.6529,4.3628,3.9504,4.8269-.7249,.1977-1.4855,.2266-2.2234,.0845,.6451,2.0058,2.4937,3.38,4.6003,3.4195-1.7436,1.3703-3.8975,2.1142-6.1152,2.112-.3918-.0008-.7832-.0245-1.1722-.071,2.2518,1.4451,4.8719,2.2116,7.5475,2.208"
2791
+ }, rest), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
2792
+ 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
+ })), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
2794
+ 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"
2764
2795
  })), children);
2765
2796
  });
2766
2797
  if (process.env.NODE_ENV !== "production") {
2767
- LogoTwitter.propTypes = iconPropTypes4cbeb95d.i;
2798
+ LogoReact.propTypes = iconPropTypes4cbeb95d.i;
2768
2799
  }
2769
- var LogoVmware = /*#__PURE__*/React.forwardRef(function LogoVmware(_ref125, ref) {
2800
+ var LogoRedHatAiInstructlabOnIbmCloud = /*#__PURE__*/React.forwardRef(function LogoRedHatAiInstructlabOnIbmCloud(_ref125, ref) {
2770
2801
  var children = _ref125.children,
2771
2802
  _ref125$size = _ref125.size,
2772
- size = _ref125$size === undefined ? 16 : _ref125$size,
2803
+ size = _ref125$size === void 0 ? 16 : _ref125$size,
2773
2804
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref125, _excluded125);
2774
2805
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2775
2806
  width: size,
@@ -2778,14 +2809,23 @@ var LogoVmware = /*#__PURE__*/React.forwardRef(function LogoVmware(_ref125, ref)
2778
2809
  xmlns: "http://www.w3.org/2000/svg",
2779
2810
  viewBox: "0 0 32 32",
2780
2811
  fill: "currentColor"
2781
- }, rest), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2782
- d: "M3.4,11C3,10.1,2,9.7,1,10.2s-1.3,1.4-0.9,2.3L4.1,21c0.6,1.3,1.3,2,2.5,2c1.3,0,1.9-0.8,2.5-2c0,0,3.4-7.4,3.4-7.5 c0-0.1,0.1-0.3,0.5-0.3c0.3,0,0.5,0.2,0.5,0.6V21c0,1.1,0.6,2,1.8,2s1.8-0.9,1.8-2V15c0-1.1,0.8-1.9,1.9-1.9c1.1,0,1.9,0.8,1.9,1.9 V21c0,1.1,0.6,2,1.8,2s1.8-0.9,1.8-2V15c0-1.1,0.8-1.9,1.9-1.9c1.1,0,1.9,0.8,1.9,1.9V21c0,1.1,0.6,2,1.8,2s1.8-0.9,1.8-2v-6.8 c0-2.5-2-4.2-4.4-4.2s-3.9,1.7-3.9,1.7c-0.8-1-1.9-1.7-3.8-1.7c-2,0-3.7,1.7-3.7,1.7c-0.8-1-2.2-1.7-3.3-1.7c-1.7,0-3.1,0.8-4,2.7 l-2.5,5.9L3.4,11"
2812
+ }, rest), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
2813
+ 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"
2783
2814
  })), children);
2784
2815
  });
2785
2816
  if (process.env.NODE_ENV !== "production") {
2786
- LogoVmware.propTypes = iconPropTypes4cbeb95d.i;
2817
+ LogoRedHatAiInstructlabOnIbmCloud.propTypes = iconPropTypes4cbeb95d.i;
2787
2818
  }
2788
2819
 
2820
+ exports.KeyboardOff = KeyboardOff;
2821
+ exports.KioskDevice = KioskDevice;
2822
+ exports.Kubelet = Kubelet;
2823
+ exports.Kubernetes = Kubernetes;
2824
+ exports.KubernetesControlPlaneNode = KubernetesControlPlaneNode;
2825
+ exports.KubernetesIpAddress = KubernetesIpAddress;
2826
+ exports.KubernetesOperator = KubernetesOperator;
2827
+ exports.KubernetesPod = KubernetesPod;
2828
+ exports.KubernetesWorkerNode = KubernetesWorkerNode;
2789
2829
  exports.Label = Label;
2790
2830
  exports.Language = Language;
2791
2831
  exports.Laptop = Laptop;
@@ -2899,15 +2939,6 @@ exports.LogoQuora = LogoQuora;
2899
2939
  exports.LogoRScript = LogoRScript;
2900
2940
  exports.LogoReact = LogoReact;
2901
2941
  exports.LogoRedHatAiInstructlabOnIbmCloud = LogoRedHatAiInstructlabOnIbmCloud;
2902
- exports.LogoRedHatAnsible = LogoRedHatAnsible;
2903
- exports.LogoSketch = LogoSketch;
2904
- exports.LogoSkype = LogoSkype;
2905
- exports.LogoSlack = LogoSlack;
2906
- exports.LogoSnapchat = LogoSnapchat;
2907
- exports.LogoSvelte = LogoSvelte;
2908
- exports.LogoTumblr = LogoTumblr;
2909
- exports.LogoTwitter = LogoTwitter;
2910
- exports.LogoVmware = LogoVmware;
2911
2942
  exports.WatsonHealthLaunchStudy_1 = WatsonHealthLaunchStudy_1;
2912
2943
  exports.WatsonHealthLaunchStudy_2 = WatsonHealthLaunchStudy_2;
2913
2944
  exports.WatsonHealthLaunchStudy_3 = WatsonHealthLaunchStudy_3;