@carbon/ibm-products 2.53.0-rc.0 → 2.54.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 (166) hide show
  1. package/css/index-full-carbon.css +1700 -4375
  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 +8 -0
  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 +996 -2631
  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 +92 -44
  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/components/APIKeyModal/APIKeyDownloader.d.ts +3 -1
  18. package/es/components/APIKeyModal/APIKeyDownloader.js +9 -2
  19. package/es/components/APIKeyModal/APIKeyModal.js +9 -2
  20. package/es/components/APIKeyModal/APIKeyModal.types.d.ts +4 -0
  21. package/es/components/ActionBar/ActionBar.d.ts +2 -1
  22. package/es/components/ActionSet/ActionSet.d.ts +1 -1
  23. package/es/components/ActionSet/ActionSet.js +2 -0
  24. package/es/components/AddSelect/types/index.d.ts +1 -1
  25. package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.d.ts +3 -1
  26. package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +11 -3
  27. package/es/components/Checklist/Checklist.js +2 -3
  28. package/es/components/CoachmarkBeacon/CoachmarkBeacon.js +2 -2
  29. package/es/components/CreateFullPage/CreateFullPage.d.ts +5 -0
  30. package/es/components/CreateFullPage/CreateFullPage.js +31 -15
  31. package/es/components/CreateFullPage/CreateFullPageStep.d.ts +4 -0
  32. package/es/components/CreateFullPage/CreateFullPageStep.js +8 -2
  33. package/es/components/CreateInfluencer/CreateInfluencer.d.ts +9 -1
  34. package/es/components/CreateInfluencer/CreateInfluencer.js +8 -2
  35. package/es/components/CreateModal/CreateModal.d.ts +2 -2
  36. package/es/components/CreateModal/CreateModal.js +1 -1
  37. package/es/components/Datagrid/Datagrid/DatagridSelectAll.js +1 -0
  38. package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.d.ts +3 -1
  39. package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +5 -2
  40. package/es/components/Datagrid/types/index.d.ts +3 -3
  41. package/es/components/EditInPlace/EditInPlace.js +1 -0
  42. package/es/components/EmptyStates/EmptyState.d.ts +1 -1
  43. package/es/components/EmptyStates/EmptyState.js +2 -0
  44. package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.d.ts +1 -1
  45. package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +2 -0
  46. package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.d.ts +1 -1
  47. package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +2 -0
  48. package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.d.ts +1 -1
  49. package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +2 -0
  50. package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.d.ts +1 -1
  51. package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +2 -0
  52. package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.d.ts +1 -1
  53. package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +2 -0
  54. package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.d.ts +1 -1
  55. package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +2 -0
  56. package/es/components/Guidebanner/Guidebanner.js +1 -1
  57. package/es/components/ImportModal/ImportModal.d.ts +1 -1
  58. package/es/components/ImportModal/ImportModal.js +3 -8
  59. package/es/components/InlineTip/InlineTipButton.d.ts +1 -1
  60. package/es/components/InterstitialScreen/InterstitialScreen.js +2 -2
  61. package/es/components/Nav/NavList.js +1 -1
  62. package/es/components/NotificationsPanel/NotificationsPanel.js +2 -1
  63. package/es/components/PageHeader/PageHeader.d.ts +9 -5
  64. package/es/components/PageHeader/PageHeader.js +9 -4
  65. package/es/components/SearchBar/SearchBar.js +1 -1
  66. package/es/components/SidePanel/SidePanel.d.ts +2 -2
  67. package/es/components/TagOverflow/TagOverflowModal.d.ts +1 -1
  68. package/es/components/TagOverflow/TagOverflowPopover.d.ts +3 -1
  69. package/es/components/TagOverflow/TagOverflowPopover.js +1 -1
  70. package/es/components/TagSet/TagSetModal.d.ts +1 -1
  71. package/es/components/Tearsheet/Tearsheet.d.ts +5 -2
  72. package/es/components/Tearsheet/Tearsheet.js +1 -0
  73. package/es/components/Tearsheet/TearsheetNarrow.d.ts +1 -1
  74. package/es/components/Tearsheet/TearsheetNarrow.js +1 -0
  75. package/es/components/Tearsheet/TearsheetShell.d.ts +2 -3
  76. package/es/components/Tearsheet/TearsheetShell.js +0 -1
  77. package/es/components/TooltipTrigger/TooltipTrigger.d.ts +17 -15
  78. package/es/components/TooltipTrigger/TooltipTrigger.js +2 -2
  79. package/es/components/TruncatedList/TruncatedList.d.ts +1 -1
  80. package/es/components/UserAvatar/UserAvatar.d.ts +1 -1
  81. package/es/components/UserAvatar/UserAvatar.js +3 -2
  82. package/es/components/UserProfileImage/UserProfileImage.d.ts +2 -2
  83. package/es/components/UserProfileImage/UserProfileImage.js +1 -5
  84. package/es/components/WebTerminal/WebTerminal.d.ts +1 -1
  85. package/es/components/WebTerminal/WebTerminal.js +1 -0
  86. package/es/node_modules/@carbon/icons-react/es/generated/{bucket-2.js → bucket-3.js} +963 -1037
  87. package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +937 -885
  88. package/lib/components/APIKeyModal/APIKeyDownloader.d.ts +3 -1
  89. package/lib/components/APIKeyModal/APIKeyDownloader.js +9 -2
  90. package/lib/components/APIKeyModal/APIKeyModal.js +9 -2
  91. package/lib/components/APIKeyModal/APIKeyModal.types.d.ts +4 -0
  92. package/lib/components/ActionBar/ActionBar.d.ts +2 -1
  93. package/lib/components/ActionSet/ActionSet.d.ts +1 -1
  94. package/lib/components/ActionSet/ActionSet.js +2 -0
  95. package/lib/components/AddSelect/types/index.d.ts +1 -1
  96. package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.d.ts +3 -1
  97. package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +11 -3
  98. package/lib/components/Checklist/Checklist.js +2 -3
  99. package/lib/components/CoachmarkBeacon/CoachmarkBeacon.js +2 -2
  100. package/lib/components/CreateFullPage/CreateFullPage.d.ts +5 -0
  101. package/lib/components/CreateFullPage/CreateFullPage.js +31 -15
  102. package/lib/components/CreateFullPage/CreateFullPageStep.d.ts +4 -0
  103. package/lib/components/CreateFullPage/CreateFullPageStep.js +8 -2
  104. package/lib/components/CreateInfluencer/CreateInfluencer.d.ts +9 -1
  105. package/lib/components/CreateInfluencer/CreateInfluencer.js +8 -2
  106. package/lib/components/CreateModal/CreateModal.d.ts +2 -2
  107. package/lib/components/CreateModal/CreateModal.js +1 -1
  108. package/lib/components/Datagrid/Datagrid/DatagridSelectAll.js +1 -0
  109. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.d.ts +3 -1
  110. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +5 -2
  111. package/lib/components/Datagrid/types/index.d.ts +3 -3
  112. package/lib/components/EditInPlace/EditInPlace.js +1 -0
  113. package/lib/components/EmptyStates/EmptyState.d.ts +1 -1
  114. package/lib/components/EmptyStates/EmptyState.js +2 -0
  115. package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.d.ts +1 -1
  116. package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +2 -0
  117. package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.d.ts +1 -1
  118. package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +2 -0
  119. package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.d.ts +1 -1
  120. package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +2 -0
  121. package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.d.ts +1 -1
  122. package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +2 -0
  123. package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.d.ts +1 -1
  124. package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +2 -0
  125. package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.d.ts +1 -1
  126. package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +2 -0
  127. package/lib/components/Guidebanner/Guidebanner.js +1 -1
  128. package/lib/components/ImportModal/ImportModal.d.ts +1 -1
  129. package/lib/components/ImportModal/ImportModal.js +3 -8
  130. package/lib/components/InlineTip/InlineTipButton.d.ts +1 -1
  131. package/lib/components/InterstitialScreen/InterstitialScreen.js +2 -2
  132. package/lib/components/Nav/NavList.js +2 -2
  133. package/lib/components/NotificationsPanel/NotificationsPanel.js +2 -1
  134. package/lib/components/PageHeader/PageHeader.d.ts +9 -5
  135. package/lib/components/PageHeader/PageHeader.js +8 -3
  136. package/lib/components/SearchBar/SearchBar.js +1 -1
  137. package/lib/components/SidePanel/SidePanel.d.ts +2 -2
  138. package/lib/components/TagOverflow/TagOverflowModal.d.ts +1 -1
  139. package/lib/components/TagOverflow/TagOverflowPopover.d.ts +3 -1
  140. package/lib/components/TagOverflow/TagOverflowPopover.js +1 -1
  141. package/lib/components/TagSet/TagSetModal.d.ts +1 -1
  142. package/lib/components/Tearsheet/Tearsheet.d.ts +5 -2
  143. package/lib/components/Tearsheet/Tearsheet.js +1 -0
  144. package/lib/components/Tearsheet/TearsheetNarrow.d.ts +1 -1
  145. package/lib/components/Tearsheet/TearsheetNarrow.js +1 -0
  146. package/lib/components/Tearsheet/TearsheetShell.d.ts +2 -3
  147. package/lib/components/Tearsheet/TearsheetShell.js +0 -1
  148. package/lib/components/TooltipTrigger/TooltipTrigger.d.ts +17 -15
  149. package/lib/components/TooltipTrigger/TooltipTrigger.js +2 -2
  150. package/lib/components/TruncatedList/TruncatedList.d.ts +1 -1
  151. package/lib/components/UserAvatar/UserAvatar.d.ts +1 -1
  152. package/lib/components/UserAvatar/UserAvatar.js +3 -2
  153. package/lib/components/UserProfileImage/UserProfileImage.d.ts +2 -2
  154. package/lib/components/UserProfileImage/UserProfileImage.js +1 -5
  155. package/lib/components/WebTerminal/WebTerminal.d.ts +1 -1
  156. package/lib/components/WebTerminal/WebTerminal.js +1 -0
  157. package/lib/node_modules/@carbon/icons-react/es/generated/{bucket-2.js → bucket-3.js} +1078 -1152
  158. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +980 -928
  159. package/package.json +11 -11
  160. package/scss/components/EditFullPage/_index.scss +1 -1
  161. package/scss/components/EditTearsheet/_index.scss +1 -1
  162. package/scss/components/EditTearsheetNarrow/_index.scss +1 -1
  163. package/scss/components/EditUpdateCards/_edit-update-cards.scss +3 -3
  164. package/scss/components/UserAvatar/_carbon-imports.scss +1 -0
  165. package/scss/components/UserAvatar/_user-avatar.scss +4 -0
  166. package/telemetry.yml +5 -1
@@ -137,9 +137,9 @@ var _excluded = ["children", "size"],
137
137
  _excluded123 = ["children", "size"],
138
138
  _excluded124 = ["children", "size"],
139
139
  _excluded125 = ["children", "size"];
140
- var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _circle, _path32, _path33, _circle2, _path34, _circle3, _path35, _path36, _circle4, _path37, _circle5, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _circle6, _circle7, _circle8, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _circle9, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _circle10, _circle11, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _circle12, _path132, _path133, _circle13, _path134, _path135, _circle14, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _rect, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213, _path214, _path215, _path216, _path217, _path218, _path219, _path220, _circle15, _circle16, _path221, _circle17, _circle18, _path222, _path223, _path224, _path225, _path226;
140
+ var _path, _path2, _path3, _path4, _path5, _path6, _circle, _circle2, _path7, _circle3, _circle4, _path8, _path9, _circle5, _circle6, _circle7, _path10, _path11, _circle8, _path12, _circle9, _path13, _circle10, _path14, _circle11, _path15, _path16, _circle12, _path17, _circle13, _path18, _path19, _path20, _circle14, _circle15, _circle16, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _circle17, _path34, _circle18, _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, _circle19, _path71, _path72, _path73, _circle20, _path74, _path75, _path76, _path77, _path78, _path79, _circle21, _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, _circle22, _path116, _path117, _circle23, _path118, _circle24, _path119, _path120, _circle25, _path121, _circle26, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _circle27, _circle28, _circle29, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _circle30, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _circle31, _circle32, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213, _path214, _path215, _path216, _path217, _circle33, _path218, _path219, _circle34, _path220, _path221, _circle35, _path222, _path223, _path224, _path225, _path226, _path227, _path228, _rect, _path229, _path230, _path231, _path232;
141
141
  var didWarnAboutDeprecation = {};
142
- var InProgressWarning = /*#__PURE__*/React.forwardRef(function InProgressWarning(_ref, ref) {
142
+ var IbmWatsonQuery = /*#__PURE__*/React.forwardRef(function IbmWatsonQuery(_ref, ref) {
143
143
  var children = _ref.children,
144
144
  _ref$size = _ref.size,
145
145
  size = _ref$size === void 0 ? 16 : _ref$size,
@@ -152,31 +152,19 @@ var InProgressWarning = /*#__PURE__*/React.forwardRef(function InProgressWarning
152
152
  viewBox: "0 0 32 32",
153
153
  fill: "currentColor"
154
154
  }, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
155
- d: "M27.38,28H20.6178L24,21.2358ZM24,18a1,1,0,0,0-.8947.5527l-5,10A1.0005,1.0005,0,0,0,19,30H29a1,1,0,0,0,.9214-1.3892L24.8946,18.5527A1,1,0,0,0,24,18Z"
155
+ d: "M22,24c-0.2,0-0.3,0-0.5,0L18.2,18c0.5-0.5,0.8-1.2,0.8-2c0-1.7-1.3-3-3-3s-3,1.3-3,3c0,0.8,0.3,1.5,0.8,2L10.5,24 c-0.2,0-0.3,0-0.5,0c-1.7,0-3,1.3-3,3s1.3,3,3,3s3-1.3,3-3c0-0.8-0.3-1.5-0.8-2l3.3-6.1c0.2,0,0.3,0,0.5,0s0.3,0,0.5,0l3.3,6.1 c-0.5,0.5-0.8,1.2-0.8,2c0,1.7,1.3,3,3,3s3-1.3,3-3S23.7,24,22,24z M16,15c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S15.4,15,16,15z M10,28c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S10.6,28,10,28z M22,28c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S22.6,28,22,28z"
156
156
  })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
157
- d: "M18.746,22.7993A9.999,9.999,0,1,1,14,4V14l6.0971,6.0972,1.22-2.44A2.9849,2.9849,0,0,1,24,16h1.8193A11.993,11.993,0,1,0,14,26a11.9337,11.9337,0,0,0,3.3939-.4966Z"
157
+ d: "M24.8,9.1C23.9,5,20.3,2,16,2S8.1,5,7.2,9.1C4.2,9.7,2,12.4,2,15.5C2,19.1,4.9,22,8.5,22H9v-2H8.5C6,20,4,18,4,15.5 c0-2.3,1.8-4.3,4.1-4.5L9,11l0.1-0.8C9.5,6.6,12.5,4,16,4c3.5,0,6.5,2.6,6.9,6.1L23,11l0.8,0.1c2.3,0.2,4.1,2.2,4.1,4.5 c0,2.5-2,4.5-4.5,4.5H23v2h0.5c3.6,0,6.5-2.9,6.5-6.5C30,12.4,27.8,9.7,24.8,9.1z"
158
158
  })), children);
159
159
  });
160
160
  if (process.env.NODE_ENV !== "production") {
161
- InProgressWarning.propTypes = iconPropTypes4cbeb95d.i;
161
+ IbmWatsonQuery.propTypes = iconPropTypes4cbeb95d.i;
162
162
  }
163
- var Incomplete = /*#__PURE__*/React.forwardRef(function Incomplete(_ref2, ref) {
163
+ var IbmWatsonSpeechToText = /*#__PURE__*/React.forwardRef(function IbmWatsonSpeechToText(_ref2, ref) {
164
164
  var children = _ref2.children,
165
165
  _ref2$size = _ref2.size,
166
166
  size = _ref2$size === void 0 ? 16 : _ref2$size,
167
167
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref2, _excluded2);
168
- if (size === "glyph" || size === "glyph" || size === "glyphpx") {
169
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
170
- width: size,
171
- height: size,
172
- ref: ref,
173
- xmlns: "http://www.w3.org/2000/svg",
174
- viewBox: "0 0 16 16",
175
- fill: "currentColor"
176
- }, rest), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
177
- d: "M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2ZM8,4a4.0045,4.0045,0,0,1,4,4H4A4.0045,4.0045,0,0,1,8,4Z"
178
- })), children);
179
- }
180
168
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
181
169
  width: size,
182
170
  height: size,
@@ -184,14 +172,14 @@ var Incomplete = /*#__PURE__*/React.forwardRef(function Incomplete(_ref2, ref) {
184
172
  xmlns: "http://www.w3.org/2000/svg",
185
173
  viewBox: "0 0 32 32",
186
174
  fill: "currentColor"
187
- }, rest), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
188
- d: "M23.7642 6.8593l1.2851-1.5315A13.976 13.976 0 0020.8672 2.887l-.6836 1.8776A11.9729 11.9729 0 0123.7642 6.8593zM27.81 14l1.9677-.4128A13.8888 13.8888 0 0028.14 9.0457L26.4087 10A12.52 12.52 0 0127.81 14zM20.1836 27.2354l.6836 1.8776a13.976 13.976 0 004.1821-2.4408l-1.2851-1.5315A11.9729 11.9729 0 0120.1836 27.2354zM26.4087 22L28.14 23a14.14 14.14 0 001.6382-4.5872L27.81 18.0659A12.1519 12.1519 0 0126.4087 22zM16 30V2a14 14 0 000 28z"
175
+ }, rest), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
176
+ d: "M14 18H4c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h2.4l1.7 3 1.7-1-2.3-4H4v-6h10v6h-3v2h3c1.1 0 2-.9 2-2v-6C16 18.9 15.1 18 14 18zM19 26h2c3.9 0 7-3.1 7-7v-2h-2v2c0 2.8-2.2 5-5 5h-2V26zM18 11H24V13H18zM18 7H30V9H18zM18 3H30V5H18zM4 14h2v-2c0-2.8 2.2-5 5-5h4V5h-4c-3.9 0-7 3.1-7 7V14z"
189
177
  })), children);
190
178
  });
191
179
  if (process.env.NODE_ENV !== "production") {
192
- Incomplete.propTypes = iconPropTypes4cbeb95d.i;
180
+ IbmWatsonSpeechToText.propTypes = iconPropTypes4cbeb95d.i;
193
181
  }
194
- var IncompleteCancel = /*#__PURE__*/React.forwardRef(function IncompleteCancel(_ref3, ref) {
182
+ var IbmWatsonStudio = /*#__PURE__*/React.forwardRef(function IbmWatsonStudio(_ref3, ref) {
195
183
  var children = _ref3.children,
196
184
  _ref3$size = _ref3.size,
197
185
  size = _ref3$size === void 0 ? 16 : _ref3$size,
@@ -203,14 +191,14 @@ var IncompleteCancel = /*#__PURE__*/React.forwardRef(function IncompleteCancel(_
203
191
  xmlns: "http://www.w3.org/2000/svg",
204
192
  viewBox: "0 0 32 32",
205
193
  fill: "currentColor"
206
- }, rest), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
207
- d: "M30 21.41L28.59 20 25 23.59 21.41 20 20 21.41 23.59 25 20 28.59 21.41 30 25 26.41 28.59 30 30 28.59 26.41 25 30 21.41zM14 26A12 12 0 0114 2zM17.8257 4.7642a10.0288 10.0288 0 013.2422 2.1679l1.4133-1.4135a12.0359 12.0359 0 00-3.89-2.6016zM26 14a11.93 11.93 0 00-.9167-4.5908l-1.8472.7651A9.9428 9.9428 0 0124 14z"
194
+ }, rest), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
195
+ d: "M25 21c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5S27.8 21 25 21zM25 13c-1.7 0-3 1.3-3 3s1.3 3 3 3 3-1.3 3-3S26.7 13 25 13zM14 11V6c0-1.1-.9-2-2-2h-2v2h2v5c0 2.1 1.1 3.9 2.7 5-1.6 1.1-2.7 2.9-2.7 5v5h-2v2h2c1.1 0 2-.9 2-2v-5c0-2.2 1.8-4 4-4v-2C15.8 15 14 13.2 14 11zM2 30v-6h6v6H2zM4 26v2h2v-2H4zM2 19v-6h6v6H2zM4 15v2h2v-2H4zM2 8V2h6v6H2zM4 4v2h2V4H4z"
208
196
  })), children);
209
197
  });
210
198
  if (process.env.NODE_ENV !== "production") {
211
- IncompleteCancel.propTypes = iconPropTypes4cbeb95d.i;
199
+ IbmWatsonStudio.propTypes = iconPropTypes4cbeb95d.i;
212
200
  }
213
- var IncompleteError = /*#__PURE__*/React.forwardRef(function IncompleteError(_ref4, ref) {
201
+ var IbmWatsonTextToSpeech = /*#__PURE__*/React.forwardRef(function IbmWatsonTextToSpeech(_ref4, ref) {
214
202
  var children = _ref4.children,
215
203
  _ref4$size = _ref4.size,
216
204
  size = _ref4$size === void 0 ? 16 : _ref4$size,
@@ -222,14 +210,14 @@ var IncompleteError = /*#__PURE__*/React.forwardRef(function IncompleteError(_re
222
210
  xmlns: "http://www.w3.org/2000/svg",
223
211
  viewBox: "0 0 32 32",
224
212
  fill: "currentColor"
225
- }, rest), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
226
- d: "M14 26A12 12 0 0114 2zM17.8257 4.7642a10.0288 10.0288 0 013.2422 2.1679l1.4133-1.4135a12.0359 12.0359 0 00-3.89-2.6016zM26 14a11.93 11.93 0 00-.9167-4.5908l-1.8472.7651A9.9428 9.9428 0 0124 14zM30 24a6 6 0 10-6 6A6.0066 6.0066 0 0030 24zm-2 0a3.9521 3.9521 0 01-.5669 2.019L21.981 20.5669A3.9529 3.9529 0 0124 20 4.0045 4.0045 0 0128 24zm-8 0a3.9521 3.9521 0 01.5669-2.019l5.4521 5.4521A3.9529 3.9529 0 0124 28 4.0045 4.0045 0 0120 24z"
213
+ }, rest), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
214
+ d: "M13 26h-2c-3.9 0-7-3.1-7-7v-2h2v2c0 2.8 2.2 5 5 5h2V26zM18 18h10c1.1 0 2 .9 2 2v6c0 1.1-.9 2-2 2h-2.4l-1.7 3-1.7-1 2.3-4H28v-6H18v6h3v2h-3c-1.1 0-2-.9-2-2v-6C16 18.9 16.9 18 18 18zM28 14h-2v-2c0-2.8-2.2-5-5-5h-4V5h4c3.9 0 7 3.1 7 7V14zM2 11H8V13H2zM2 7H14V9H2zM2 3H14V5H2z"
227
215
  })), children);
228
216
  });
229
217
  if (process.env.NODE_ENV !== "production") {
230
- IncompleteError.propTypes = iconPropTypes4cbeb95d.i;
218
+ IbmWatsonTextToSpeech.propTypes = iconPropTypes4cbeb95d.i;
231
219
  }
232
- var IncompleteWarning = /*#__PURE__*/React.forwardRef(function IncompleteWarning(_ref5, ref) {
220
+ var IbmWatsonToneAnalyzer = /*#__PURE__*/React.forwardRef(function IbmWatsonToneAnalyzer(_ref5, ref) {
233
221
  var children = _ref5.children,
234
222
  _ref5$size = _ref5.size,
235
223
  size = _ref5$size === void 0 ? 16 : _ref5$size,
@@ -241,14 +229,34 @@ var IncompleteWarning = /*#__PURE__*/React.forwardRef(function IncompleteWarning
241
229
  xmlns: "http://www.w3.org/2000/svg",
242
230
  viewBox: "0 0 32 32",
243
231
  fill: "currentColor"
244
- }, rest), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
245
- d: "M14 26A12 12 0 0114 2zM17.8257 4.7642a10.0288 10.0288 0 013.2422 2.1679l1.4133-1.4135a12.0359 12.0359 0 00-3.89-2.6016zM26 14a11.93 11.93 0 00-.9167-4.5908l-1.8472.7651A9.9428 9.9428 0 0124 14zM27.38 28H20.6178L24 21.2358zM24 18a1 1 0 00-.8947.5527l-5 10A1.0005 1.0005 0 0019 30H29a1 1 0 00.9214-1.3892L24.8946 18.5527A1 1 0 0024 18z"
232
+ }, rest), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
233
+ d: "M23.9,10c-0.6-0.6-1.5-1-2.4-1s-1.8,0.4-2.4,1l-1.4-1.4c1-1,2.4-1.6,3.8-1.6s2.9,0.6,3.8,1.6L23.9,10z"
234
+ })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
235
+ cx: "24",
236
+ cy: "5",
237
+ r: "1"
238
+ })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
239
+ cx: "19",
240
+ cy: "5",
241
+ r: "1"
242
+ })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
243
+ d: "M15 0l13 0c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-3.5l-1.7 3L21 16l2.3-4H28V2H15v10h5v2h-5c-1.1 0-2-.9-2-2V2C13 .9 13.9 0 15 0zM20 19v6c0 .6-.4 1-1 1h-5v2h5c1.7 0 3-1.3 3-3v-6H20zM15.4 20.4c-.8 1-2.1 1.6-3.4 1.6s-2.6-.6-3.4-1.6L7 21.6c1.2 1.4 3 2.4 5 2.4s3.8-.9 5-2.4L15.4 20.4z"
244
+ })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
245
+ cx: "15.5",
246
+ cy: "17.5",
247
+ r: "1.5"
248
+ })), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
249
+ cx: "8.5",
250
+ cy: "17.5",
251
+ r: "1.5"
252
+ })), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
253
+ d: "M10.1,26H5c-0.6,0-1-0.4-1-1V14c0-0.6,0.4-1,1-1h5v-2H5c-1.7,0-3,1.3-3,3v11c0,1.7,1.3,3,3,3h4l2.3,4l1.7-1L10.1,26z"
246
254
  })), children);
247
255
  });
248
256
  if (process.env.NODE_ENV !== "production") {
249
- IncompleteWarning.propTypes = iconPropTypes4cbeb95d.i;
257
+ IbmWatsonToneAnalyzer.propTypes = iconPropTypes4cbeb95d.i;
250
258
  }
251
- var IncreaseLevel = /*#__PURE__*/React.forwardRef(function IncreaseLevel(_ref6, ref) {
259
+ var IbmWatsonxAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonxAssistant(_ref6, ref) {
252
260
  var children = _ref6.children,
253
261
  _ref6$size = _ref6.size,
254
262
  size = _ref6$size === void 0 ? 16 : _ref6$size,
@@ -260,14 +268,28 @@ var IncreaseLevel = /*#__PURE__*/React.forwardRef(function IncreaseLevel(_ref6,
260
268
  xmlns: "http://www.w3.org/2000/svg",
261
269
  viewBox: "0 0 32 32",
262
270
  fill: "currentColor"
263
- }, rest), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
264
- d: "M23 4L18 7.75 18 14.25 15 12 10 15.75 10 22.25 7 20 2 23.75 2 30 4 30 4 24.75 7 22.5 10 24.75 10 30 12 30 12 16.75 15 14.5 18 16.75 18 30 20 30 20 8.75 23 6.5 26 8.75 26 30 28 30 28 7.75 23 4z"
271
+ }, rest), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
272
+ d: "M28 2h-10c-1.1035 0-2 .8965-2 2v6c0 1.1035.8965 2 2 2h2.4229s1.7314 3 1.7314 3l1.7324-1-2.3096-4h-3.5771V4h10v6h-3s0 2 0 2h3c1.1035 0 2-.8965 2-2V4c0-1.1035-.8965-2-2-2zM14.6904 31l-1.7324-1 3.4648-6h5.5771c1.1046 0 2-.8954 2-2v-5h2v5c0 2.2091-1.7909 4-4 4h-4.4229l-2.8867 5z"
273
+ })), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
274
+ cx: "10",
275
+ cy: "17",
276
+ r: "1"
277
+ })), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
278
+ cx: "14",
279
+ cy: "17",
280
+ r: "1"
281
+ })), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
282
+ cx: "18",
283
+ cy: "17",
284
+ r: "1"
285
+ })), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
286
+ d: "m12,26h-6c-2.2091,0-4-1.7909-4-4v-10c0-2.2091,1.7909-4,4-4h8v2H6c-1.1046,0-2,.8954-2,2v10c0,1.1046.8954,2,2,2h6v2Z"
265
287
  })), children);
266
288
  });
267
289
  if (process.env.NODE_ENV !== "production") {
268
- IncreaseLevel.propTypes = iconPropTypes4cbeb95d.i;
290
+ IbmWatsonxAssistant.propTypes = iconPropTypes4cbeb95d.i;
269
291
  }
270
- var Industry = /*#__PURE__*/React.forwardRef(function Industry(_ref7, ref) {
292
+ var IbmWatsonxCodeAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistant(_ref7, ref) {
271
293
  var children = _ref7.children,
272
294
  _ref7$size = _ref7.size,
273
295
  size = _ref7$size === void 0 ? 16 : _ref7$size,
@@ -279,14 +301,36 @@ var Industry = /*#__PURE__*/React.forwardRef(function Industry(_ref7, ref) {
279
301
  xmlns: "http://www.w3.org/2000/svg",
280
302
  viewBox: "0 0 32 32",
281
303
  fill: "currentColor"
282
- }, rest), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
283
- d: "M29.53,6.15a1,1,0,0,0-1,0L20,10.38V7a1,1,0,0,0-1.45-.89L10,10.38V3A1,1,0,0,0,9,2H3A1,1,0,0,0,2,3V28H30V7A1,1,0,0,0,29.53,6.15ZM22,26H18V19h4Zm6,0H24V18a1,1,0,0,0-1-1H17a1,1,0,0,0-1,1v8H4V4H8v9.62l10-5v5l10-5Z"
304
+ }, rest), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
305
+ d: "M11 28h-2c-3.8599 0-7-3.1401-7-7v-2h2v2c0 2.7568 2.2432 5 5 5h2v2zM28.17 26L25.59 28.58 27 30 31 26 27 22 25.58 23.41 28.17 26zM22 31L20.085 30.4229 23 21 24.9149 21.5771 22 31zM16.83 26L19.41 23.42 18 22 14 26 18 30 19.42 28.59 16.83 26zM30 19h-2v-7c0-2.7614-2.2386-5-5-5h-4v-2h4c3.866 0 7 3.134 7 7v7z"
306
+ })), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
307
+ cx: "3",
308
+ cy: "4",
309
+ r: "1"
310
+ })), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
311
+ d: "M6 3H16V5H6z"
312
+ })), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
313
+ cx: "3",
314
+ cy: "12",
315
+ r: "1"
316
+ })), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
317
+ d: "M6 11H16V13H6zM2 15H12V17H2z"
318
+ })), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
319
+ cx: "15",
320
+ cy: "8",
321
+ r: "1"
322
+ })), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
323
+ d: "M2 7H12V9H2z"
324
+ })), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
325
+ cx: "15",
326
+ cy: "16",
327
+ r: "1"
284
328
  })), children);
285
329
  });
286
330
  if (process.env.NODE_ENV !== "production") {
287
- Industry.propTypes = iconPropTypes4cbeb95d.i;
331
+ IbmWatsonxCodeAssistant.propTypes = iconPropTypes4cbeb95d.i;
288
332
  }
289
- var InfinitySymbol = /*#__PURE__*/React.forwardRef(function InfinitySymbol(_ref8, ref) {
333
+ var IbmWatsonxCodeAssistantForZ = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistantForZ(_ref8, ref) {
290
334
  var children = _ref8.children,
291
335
  _ref8$size = _ref8.size,
292
336
  size = _ref8$size === void 0 ? 16 : _ref8$size,
@@ -298,32 +342,18 @@ var InfinitySymbol = /*#__PURE__*/React.forwardRef(function InfinitySymbol(_ref8
298
342
  xmlns: "http://www.w3.org/2000/svg",
299
343
  viewBox: "0 0 32 32",
300
344
  fill: "currentColor"
301
- }, rest), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
302
- d: "m23,23c-5.6558,0-7.8577-6.4109-7.9487-6.6837-.0173-.0514-1.8435-5.3163-6.0513-5.3163-2.7571,0-5,2.243-5,5s2.2429,5,5,5c1.5876,0,3.0134-.7322,4.2373-2.1764l1.5259,1.2932c-1.5989,1.8862-3.5916,2.8832-5.7632,2.8832-3.8599,0-7-3.1401-7-7s3.1401-7,7-7c5.6558,0,7.8577,6.4109,7.9487,6.6837.0173.0514,1.8435,5.3163,6.0513,5.3163,2.7571,0,5-2.243,5-5s-2.2429-5-5-5c-1.5876,0-3.0134.7322-4.2373,2.1764l-1.5259-1.2932c1.5989-1.8862,3.5916-2.8832,5.7632-2.8832,3.8599,0,7,3.1401,7,7s-3.1401,7-7,7Z"
345
+ }, rest), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
346
+ d: "M29.17 25L26.59 27.58 28 29 32 25 28 21 26.58 22.41 29.17 25zM23 30L21.0851 29.4229 24 20 25.9149 20.5771 23 30zM17.83 25L20.41 22.42 19 21 15 25 19 29 20.42 27.59 17.83 25zM18 19h-2V5c0-1.1028.8972-2 2-2h9c1.1028 0 2 .8972 2 2v11h-2V5h-9v14zM12 3H3c-1.1028 0-2 .8975-2 2v22c0 1.1025.8972 2 2 2h9c1.1028 0 2-.8975 2-2V5c0-1.1025-.8972-2-2-2zm.0002 7.0366l-6.925-5.0366h6.9248l.0002 5.0366zm-.7004 1.9634l-8.2998 6.0361V5.9639l8.2998 6.0361zm.7007 1.9634l.0007 11.8169-8.2795-5.7959 8.2788-6.021zm-9.0005 7.9575l7.2563 5.0791H3v-5.0791zm9 5.0791l.0012-.002v.002h-.0012z"
303
347
  })), children);
304
348
  });
305
349
  if (process.env.NODE_ENV !== "production") {
306
- InfinitySymbol.propTypes = iconPropTypes4cbeb95d.i;
350
+ IbmWatsonxCodeAssistantForZ.propTypes = iconPropTypes4cbeb95d.i;
307
351
  }
308
- var Information = /*#__PURE__*/React.forwardRef(function Information(_ref9, ref) {
352
+ var IbmWatsonxCodeAssistantForZRefactor = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistantForZRefactor(_ref9, ref) {
309
353
  var children = _ref9.children,
310
354
  _ref9$size = _ref9.size,
311
355
  size = _ref9$size === void 0 ? 16 : _ref9$size,
312
356
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref9, _excluded9);
313
- if (size === 16 || size === "16" || size === "16px") {
314
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
315
- width: size,
316
- height: size,
317
- ref: ref,
318
- xmlns: "http://www.w3.org/2000/svg",
319
- viewBox: "0 0 16 16",
320
- fill: "currentColor"
321
- }, rest), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
322
- d: "M8.5 11L8.5 6.5 6.5 6.5 6.5 7.5 7.5 7.5 7.5 11 6 11 6 12 10 12 10 11zM8 3.5c-.4 0-.8.3-.8.8S7.6 5 8 5c.4 0 .8-.3.8-.8S8.4 3.5 8 3.5z"
323
- })), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
324
- d: "M8,15c-3.9,0-7-3.1-7-7s3.1-7,7-7s7,3.1,7,7S11.9,15,8,15z M8,2C4.7,2,2,4.7,2,8s2.7,6,6,6s6-2.7,6-6S11.3,2,8,2z"
325
- })), children);
326
- }
327
357
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
328
358
  width: size,
329
359
  height: size,
@@ -331,16 +361,26 @@ var Information = /*#__PURE__*/React.forwardRef(function Information(_ref9, ref)
331
361
  xmlns: "http://www.w3.org/2000/svg",
332
362
  viewBox: "0 0 32 32",
333
363
  fill: "currentColor"
334
- }, rest), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
335
- d: "M17 22L17 14 13 14 13 16 15 16 15 22 12 22 12 24 20 24 20 22 17 22zM16 8a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 8z"
336
- })), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
337
- d: "M16,30A14,14,0,1,1,30,16,14,14,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12,12,0,0,0,16,4Z"
364
+ }, rest), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
365
+ d: "M22.17 16L19.59 18.58 21 20 25 16 21 12 19.58 13.41 22.17 16zM15.5 21L13.5851 20.4229 16.5 11 18.4149 11.5771 15.5 21zM9.83 16L12.41 13.42 11 12 7 16 11 20 12.42 18.59 9.83 16z"
366
+ })), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
367
+ cx: "19",
368
+ cy: "28",
369
+ r: "1"
370
+ })), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
371
+ d: "m22,29v-2c2.7568,0,5-2.2432,5-5v-12c0-2.7568-2.2432-5-5-5h-6v-2h6c3.8594,0,7,3.1401,7,7v12c0,3.8594-3.1406,7-7,7Z"
372
+ })), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
373
+ cx: "13",
374
+ cy: "4",
375
+ r: "1"
376
+ })), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
377
+ d: "m16,29h-6c-3.8594,0-7-3.1406-7-7v-12c0-3.8599,3.1406-7,7-7v2c-2.7568,0-5,2.2432-5,5v12c0,2.7568,2.2432,5,5,5h6v2Z"
338
378
  })), children);
339
379
  });
340
380
  if (process.env.NODE_ENV !== "production") {
341
- Information.propTypes = iconPropTypes4cbeb95d.i;
381
+ IbmWatsonxCodeAssistantForZRefactor.propTypes = iconPropTypes4cbeb95d.i;
342
382
  }
343
- var InformationDisabled = /*#__PURE__*/React.forwardRef(function InformationDisabled(_ref10, ref) {
383
+ var IbmWatsonxCodeAssistantForZValidationAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistantForZValidationAssistant(_ref10, ref) {
344
384
  var children = _ref10.children,
345
385
  _ref10$size = _ref10.size,
346
386
  size = _ref10$size === void 0 ? 16 : _ref10$size,
@@ -352,16 +392,14 @@ var InformationDisabled = /*#__PURE__*/React.forwardRef(function InformationDisa
352
392
  xmlns: "http://www.w3.org/2000/svg",
353
393
  viewBox: "0 0 32 32",
354
394
  fill: "currentColor"
355
- }, rest), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
356
- d: "M30 3.4141L28.5859 2 2 28.5859 3.4141 30l3.4433-3.4434A13.9614 13.9614 0 0026.5565 6.8574zM28 16A11.9734 11.9734 0 018.2678 25.146L15 18.4141V22H13v2h7V22H17V16.4141l8.146-8.146A11.8967 11.8967 0 0128 16zM16 8a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 8z"
357
- })), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
358
- d: "M5.67,22.0854A11.9829,11.9829,0,0,1,22.0856,5.67L23.54,4.2163A13.985,13.985,0,0,0,4.2162,23.54Z"
395
+ }, rest), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
396
+ d: "M16,2c-7.7,0-14,6.3-14,14s2.7,9.5,6.7,12l1.1-1.7c-3.5-2.1-5.8-5.9-5.8-10.3,0-6.6,5.4-12,12-12s12,5.4,12,12h2c0-7.7-6.3-14-14-14ZM14,21.4l-5-5,1.4-1.4,3.6,3.6,7.6-7.6,1.4,1.4-9,9ZM29.2,27l-2.6,2.6,1.4,1.4,4-4-4-4-1.4,1.4,2.6,2.6ZM22.5,32l-1.9-.6,2.9-9.4,1.9.6-2.9,9.4ZM16.8,27l2.6-2.6-1.4-1.4-4,4,4,4,1.4-1.4-2.6-2.6Z"
359
397
  })), children);
360
398
  });
361
399
  if (process.env.NODE_ENV !== "production") {
362
- InformationDisabled.propTypes = iconPropTypes4cbeb95d.i;
400
+ IbmWatsonxCodeAssistantForZValidationAssistant.propTypes = iconPropTypes4cbeb95d.i;
363
401
  }
364
- var InformationFilled = /*#__PURE__*/React.forwardRef(function InformationFilled(_ref11, ref) {
402
+ var IbmWatsonxOrchestrate = /*#__PURE__*/React.forwardRef(function IbmWatsonxOrchestrate(_ref11, ref) {
365
403
  var children = _ref11.children,
366
404
  _ref11$size = _ref11.size,
367
405
  size = _ref11$size === void 0 ? 16 : _ref11$size,
@@ -373,18 +411,28 @@ var InformationFilled = /*#__PURE__*/React.forwardRef(function InformationFilled
373
411
  xmlns: "http://www.w3.org/2000/svg",
374
412
  viewBox: "0 0 32 32",
375
413
  fill: "currentColor"
376
- }, rest), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
377
- fill: "none",
378
- d: "M16,8a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,13.875H17.125v-8H13v2.25h1.875v5.75H12v2.25h8Z",
379
- "data-icon-path": "inner-path"
380
- })), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
381
- d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,6a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,16.125H12v-2.25h2.875v-5.75H13v-2.25h4.125v8H20Z"
414
+ }, rest), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
415
+ d: "m27.9248,19.4282c-1.123,1.6104-2.9641,2.5718-4.9248,2.5718-2.1233,0-4.0464-1.0874-5.1438-2.9092l-1.7129,1.0322c1.4624,2.4277,4.0256,3.877,6.8567,3.877,1.4231,0,2.7925-.3911,3.9922-1.0835-2.3442,3.6958-6.4814,6.0835-10.9922,6.0835-5.7104,0-10.8347-3.8184-12.4617-9.2852l-1.917.5703c1.8774,6.3086,7.79,10.7148,14.3787,10.7148s12.5012-4.4062,14.3787-10.7148l-2.4539-.8569Z"
416
+ })), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
417
+ cx: "30",
418
+ cy: "16",
419
+ r: "2"
420
+ })), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
421
+ cx: "2",
422
+ cy: "16",
423
+ r: "2"
424
+ })), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
425
+ cx: "16",
426
+ cy: "16",
427
+ r: "2"
428
+ })), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
429
+ d: "m16,1C9.4114,1,3.4988,5.4062,1.6213,11.7148l2.4539.8569c1.123-1.6104,2.9641-2.5718,4.9248-2.5718s3.8018.9614,4.9248,2.5718l1.6406-1.144c-1.4971-2.1465-3.9514-3.4277-6.5654-3.4277-1.4231,0-2.7925.3911-3.9922,1.0835,2.3442-3.6953,6.4814-6.0835,10.9922-6.0835,5.7104,0,10.8347,3.8184,12.4617,9.2852l1.917-.5703c-1.8774-6.3086-7.79-10.7148-14.3787-10.7148Z"
382
430
  })), children);
383
431
  });
384
432
  if (process.env.NODE_ENV !== "production") {
385
- InformationFilled.propTypes = iconPropTypes4cbeb95d.i;
433
+ IbmWatsonxOrchestrate.propTypes = iconPropTypes4cbeb95d.i;
386
434
  }
387
- var InformationSquare = /*#__PURE__*/React.forwardRef(function InformationSquare(_ref12, ref) {
435
+ var IbmZCloudModStack = /*#__PURE__*/React.forwardRef(function IbmZCloudModStack(_ref12, ref) {
388
436
  var children = _ref12.children,
389
437
  _ref12$size = _ref12.size,
390
438
  size = _ref12$size === void 0 ? 16 : _ref12$size,
@@ -396,16 +444,18 @@ var InformationSquare = /*#__PURE__*/React.forwardRef(function InformationSquare
396
444
  xmlns: "http://www.w3.org/2000/svg",
397
445
  viewBox: "0 0 32 32",
398
446
  fill: "currentColor"
399
- }, rest), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
400
- d: "M17 22L17 14 13 14 13 16 15 16 15 22 12 22 12 24 20 24 20 22 17 22zM16 8a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 8z"
401
- })), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
402
- d: "M26,28H6a2.0023,2.0023,0,0,1-2-2V6A2.0023,2.0023,0,0,1,6,4H26a2.0023,2.0023,0,0,1,2,2V26A2.0023,2.0023,0,0,1,26,28ZM6,6V26H26V6Z"
447
+ }, rest), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
448
+ d: "M18.496,27.386L16,28.842L5,22.426v-5.852l10.016-5.843C15.308,10.897,15.641,11,16,11c1.104,0,2-0.896,2-2s-0.896-2-2-2 s-2,0.896-2,2c0,0.003,0.001,0.005,0.001,0.008L3.496,15.136C3.189,15.315,3,15.645,3,16v7c0,0.355,0.189,0.685,0.496,0.864l12,7 C15.652,30.955,15.826,31,16,31s0.348-0.045,0.504-0.136l3-1.75L18.496,27.386z"
449
+ })), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
450
+ d: "M28.504,8.136l-3-1.75l-1.008,1.728L27,9.574v12.852l-4.593,2.679l-10.409-6.093C11.999,19.007,12,19.004,12,19 c0-1.104-0.896-2-2-2s-2,0.896-2,2s0.896,2,2,2c0.358,0,0.69-0.102,0.981-0.267l10.92,6.393c0.156,0.091,0.331,0.137,0.505,0.137 c0.174,0,0.348-0.045,0.504-0.136l5.594-3.263C28.811,23.685,29,23.355,29,23V9C29,8.645,28.811,8.315,28.504,8.136z"
451
+ })), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
452
+ d: "M23,17.277V5.5c0-0.355-0.189-0.685-0.496-0.864l-6-3.5C16.348,1.045,16.174,1,16,1s-0.348,0.045-0.504,0.136l-12,7 C3.189,8.315,3,8.645,3,9v2.999h2V9.574l11-6.417l5,2.917v11.203c-0.595,0.347-1,0.984-1,1.723c0,1.104,0.896,2,2,2s2-0.896,2-2 C24,18.262,23.595,17.624,23,17.277z"
403
453
  })), children);
404
454
  });
405
455
  if (process.env.NODE_ENV !== "production") {
406
- InformationSquare.propTypes = iconPropTypes4cbeb95d.i;
456
+ IbmZCloudModStack.propTypes = iconPropTypes4cbeb95d.i;
407
457
  }
408
- var InformationSquareFilled = /*#__PURE__*/React.forwardRef(function InformationSquareFilled(_ref13, ref) {
458
+ var IbmZEnvironmentsDevSecOps = /*#__PURE__*/React.forwardRef(function IbmZEnvironmentsDevSecOps(_ref13, ref) {
409
459
  var children = _ref13.children,
410
460
  _ref13$size = _ref13.size,
411
461
  size = _ref13$size === void 0 ? 16 : _ref13$size,
@@ -417,18 +467,18 @@ var InformationSquareFilled = /*#__PURE__*/React.forwardRef(function Information
417
467
  xmlns: "http://www.w3.org/2000/svg",
418
468
  viewBox: "0 0 32 32",
419
469
  fill: "currentColor"
420
- }, rest), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
421
- fill: "none",
422
- d: "M16,8a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,13.875H17.125v-8H13v2.25h1.875v5.75H12v2.25h8Z",
423
- "data-icon-path": "inner-path"
424
- })), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
425
- d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM16,8a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,16.125H12v-2.25h2.875v-5.75H13v-2.25h4.125v8H20Z"
470
+ }, rest), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
471
+ d: "m23.5,16v2c3.0327,0,5.5,2.4673,5.5,5.5s-2.4673,5.5-5.5,5.5-5.5-2.4673-5.5-5.5h-2c0,4.1422,3.3578,7.5,7.5,7.5s7.5-3.3578,7.5-7.5-3.3578-7.5-7.5-7.5Z"
472
+ })), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
473
+ d: "M23.5 26c1.3807 0 2.5-1.1193 2.5-2.5s-1.1193-2.5-2.5-2.5c-.3217 0-.6268.066-.9093.1766l-4.8837-4.8837-1.4141 1.4141 4.8837 4.8837c-.1107.2825-.1766.5876-.1766.9093 0 1.3807 1.1193 2.5 2.5 2.5zM29 13h-2v-3.4257l-11-6.4166-3 1.7499v8.0924h-2V4.3333c0-.3557.189-.6846.4961-.8638l4-2.3333c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l12 7c.3071.1792.4961.5081.4961.8638v4zM7 6H9V16H7z"
474
+ })), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
475
+ d: "m13.9998,29.991l-10.5037-6.1272c-.3071-.1792-.4961-.5081-.4961-.8638v-14h2v13.4257l10.0076,5.8378-1.0078,1.7275Z"
426
476
  })), children);
427
477
  });
428
478
  if (process.env.NODE_ENV !== "production") {
429
- InformationSquareFilled.propTypes = iconPropTypes4cbeb95d.i;
479
+ IbmZEnvironmentsDevSecOps.propTypes = iconPropTypes4cbeb95d.i;
430
480
  }
431
- var InfrastructureClassic = /*#__PURE__*/React.forwardRef(function InfrastructureClassic(_ref14, ref) {
481
+ var IbmZOpenEditor = /*#__PURE__*/React.forwardRef(function IbmZOpenEditor(_ref14, ref) {
432
482
  var children = _ref14.children,
433
483
  _ref14$size = _ref14.size,
434
484
  size = _ref14$size === void 0 ? 16 : _ref14$size,
@@ -440,16 +490,14 @@ var InfrastructureClassic = /*#__PURE__*/React.forwardRef(function Infrastructur
440
490
  xmlns: "http://www.w3.org/2000/svg",
441
491
  viewBox: "0 0 32 32",
442
492
  fill: "currentColor"
443
- }, rest), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
444
- d: "M18 26H30V28H18zM18 21H30V23H18zM18 16H30V18H18z"
445
- })), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
446
- d: "M14,25H9.5A7.4964,7.4964,0,0,1,8.1782,10.124,10,10,0,0,1,28,12H26a7.999,7.999,0,0,0-15.9507-.87l-.09.8335L9.123,12.02A5.4962,5.4962,0,0,0,9.5,23H14Z"
493
+ }, rest), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
494
+ d: "M29,13h-2v-3.4257l-11-6.4166-3,1.7499v8.0924h-2V4.3333c0-.3557.189-.6846.4961-.8638l4-2.3333c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l12,7c.3071.1792.4961.5081.4961.8638v4ZM7,16h2V6h-2v10ZM15,28.2718l-10.0013-5.8403v-13.4315h-1.9987v14.006c0,.3559.1889.6849.4958.8642l10.4971,6.1298,1.0072-1.7282h-.0001ZM26,17l-1.4141,1.4141,3.5854,3.5859-3.5854,3.5859,1.4141,1.4141,5-5-5-5ZM15,22l5,5,1.4141-1.4141-3.5854-3.5859,3.5854-3.5859-1.4141-1.4141-5,5Z"
447
495
  })), children);
448
496
  });
449
497
  if (process.env.NODE_ENV !== "production") {
450
- InfrastructureClassic.propTypes = iconPropTypes4cbeb95d.i;
498
+ IbmZOpenEditor.propTypes = iconPropTypes4cbeb95d.i;
451
499
  }
452
- var Insert = /*#__PURE__*/React.forwardRef(function Insert(_ref15, ref) {
500
+ var IbmZProcessorCapacityReference = /*#__PURE__*/React.forwardRef(function IbmZProcessorCapacityReference(_ref15, ref) {
453
501
  var children = _ref15.children,
454
502
  _ref15$size = _ref15.size,
455
503
  size = _ref15$size === void 0 ? 16 : _ref15$size,
@@ -461,14 +509,16 @@ var Insert = /*#__PURE__*/React.forwardRef(function Insert(_ref15, ref) {
461
509
  xmlns: "http://www.w3.org/2000/svg",
462
510
  viewBox: "0 0 32 32",
463
511
  fill: "currentColor"
464
- }, rest), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
465
- d: "M2 9h9V2H2zM4 4H9V7H4zM2 19h9V12H2zm2-5H9v3H4zM2 29h9V22H2zm2-5H9v3H4zM27 9H18l3.41-3.59L20 4l-6 6 6 6 1.41-1.41L18 11h9a1 1 0 011 1V24a1 1 0 01-1 1H15v2H27a3 3 0 003-3V12A3 3 0 0027 9z"
512
+ }, rest), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
513
+ d: "M25 25H27V29H25zM21 23H23V29H21zM29 20H31V29H29z"
514
+ })), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
515
+ d: "M30 17V5c0-1.1046-.8954-2-2-2h-9c-1.1046 0-2 .8954-2 2v24h2V5h9v12h2zM13 3H4c-1.1046 0-2 .8954-2 2v22c0 1.1046.8954 2 2 2h9c1.1046 0 2-.8954 2-2V5c0-1.1046-.8954-2-2-2zm-9 2.9635l8.2998 6.0365-8.2998 6.0365V5.9635zm0 21.0365v-5.0366l6.9253 5.0366h-6.9253zm9-.9635l-8.2998-6.0365 8.2998-6.0365v12.073zm0-15.9999l-6.9253-5.0366h6.9253v5.0366z"
466
516
  })), children);
467
517
  });
468
518
  if (process.env.NODE_ENV !== "production") {
469
- Insert.propTypes = iconPropTypes4cbeb95d.i;
519
+ IbmZProcessorCapacityReference.propTypes = iconPropTypes4cbeb95d.i;
470
520
  }
471
- var InsertPage = /*#__PURE__*/React.forwardRef(function InsertPage(_ref16, ref) {
521
+ var IbmZCloudProvisioning = /*#__PURE__*/React.forwardRef(function IbmZCloudProvisioning(_ref16, ref) {
472
522
  var children = _ref16.children,
473
523
  _ref16$size = _ref16.size,
474
524
  size = _ref16$size === void 0 ? 16 : _ref16$size,
@@ -480,14 +530,16 @@ var InsertPage = /*#__PURE__*/React.forwardRef(function InsertPage(_ref16, ref)
480
530
  xmlns: "http://www.w3.org/2000/svg",
481
531
  viewBox: "0 0 32 32",
482
532
  fill: "currentColor"
483
- }, rest), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
484
- d: "M26 30H24V20H12V30H10V20a2.0021 2.0021 0 012-2H24a2.0021 2.0021 0 012 2zM5.17 16L2 19.17 3.411 20.589 8 16 3.42 11.42 2 12.83 5.17 16zM24 14H12a2.0021 2.0021 0 01-2-2V2h2V12H24V2h2V12A2.0021 2.0021 0 0124 14z"
533
+ }, rest), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
534
+ d: "M10 17H14V21H10zM17 10H21V14H17zM17 17H21V21H17z"
535
+ })), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
536
+ d: "M19.758 26.65L16 28.842 5 22.426V18H3v5c0 .355.189.685.496.864l12 7C15.652 30.955 15.826 31 16 31s.348-.045.504-.136l4.282-2.498L19.758 26.65zM28.504 8.136l-4.269-2.49-1.029 1.715L27 9.574v12.852l-3.787 2.209 1.029 1.715 4.262-2.486C28.811 23.685 29 23.355 29 23V9C29 8.645 28.811 8.315 28.504 8.136zM5 9.574l11-6.417 3.751 2.188L20.78 3.63l-4.276-2.494C16.348 1.045 16.174 1 16 1s-.348.045-.504.136l-12 7C3.189 8.315 3 8.645 3 9v5h2V9.574z"
485
537
  })), children);
486
538
  });
487
539
  if (process.env.NODE_ENV !== "production") {
488
- InsertPage.propTypes = iconPropTypes4cbeb95d.i;
540
+ IbmZCloudProvisioning.propTypes = iconPropTypes4cbeb95d.i;
489
541
  }
490
- var InsertSyntax = /*#__PURE__*/React.forwardRef(function InsertSyntax(_ref17, ref) {
542
+ var IbmZOs = /*#__PURE__*/React.forwardRef(function IbmZOs(_ref17, ref) {
491
543
  var children = _ref17.children,
492
544
  _ref17$size = _ref17.size,
493
545
  size = _ref17$size === void 0 ? 16 : _ref17$size,
@@ -499,16 +551,14 @@ var InsertSyntax = /*#__PURE__*/React.forwardRef(function InsertSyntax(_ref17, r
499
551
  xmlns: "http://www.w3.org/2000/svg",
500
552
  viewBox: "0 0 32 32",
501
553
  fill: "currentColor"
502
- }, rest), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
503
- d: "M20.17 16L17.59 18.58 19 20 23 16 19 12 17.58 13.41 20.17 16zM11.83 16L14.41 13.42 13 12 9 16 13 20 14.42 18.59 11.83 16z"
504
- })), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
505
- d: "M27,22.142V9.858A3.9916,3.9916,0,1,0,22.142,5H9.858A3.9916,3.9916,0,1,0,5,9.858V22.142A3.9916,3.9916,0,1,0,9.858,27H22.142A3.9916,3.9916,0,1,0,27,22.142ZM26,4a2,2,0,1,1-2,2A2.0023,2.0023,0,0,1,26,4ZM4,6A2,2,0,1,1,6,8,2.002,2.002,0,0,1,4,6ZM6,28a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,6,28Zm16.142-3H9.858A3.9937,3.9937,0,0,0,7,22.142V9.858A3.9947,3.9947,0,0,0,9.858,7H22.142A3.9937,3.9937,0,0,0,25,9.858V22.142A3.9931,3.9931,0,0,0,22.142,25ZM26,28a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,26,28Z"
554
+ }, rest), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
555
+ d: "M16 32c-5.0793 0-9.7449-2.3319-12.7998-6.3979l1.5991-1.2014c2.6736 3.5585 6.7561 5.5994 11.2007 5.5994s8.5281-2.0413 11.2014-5.6005l1.5991 1.2012c-3.0547 4.0668-7.7202 6.3993-12.8005 6.3993zM30 22h-5v-2h5v-3h-3c-1.1028 0-2-.8972-2-2v-3c0-1.1028.8972-2 2-2h5v2h-5v3h3c1.1028 0 2 .8972 2 2v3c0 1.1028-.8972 2-2 2zM21 22h-4c-1.1028 0-2-.8972-2-2v-8c0-1.1028.8972-2 2-2h4c1.1028 0 2 .8972 2 2v8c0 1.1028-.8972 2-2 2zm-4-10v8h4v-8h-4zM11.4458 10L7.4458 22 9.5542 22 13.5542 10 11.4458 10zM6 22L0 22 0 19.6973 3.7981 14 0 14 0 12 6 12 6 14.3027 2.2019 20 6 20 6 22zM16.0001 0C10.9207 0 6.2552 2.3319 3.2003 6.3979l1.5991 1.2014c2.6736-3.5585 6.7561-5.5994 11.2007-5.5994s8.5281 2.0413 11.2014 5.6005l1.5991-1.2012C25.7459 2.3325 21.0804 0 16.0001 0z"
506
556
  })), children);
507
557
  });
508
558
  if (process.env.NODE_ENV !== "production") {
509
- InsertSyntax.propTypes = iconPropTypes4cbeb95d.i;
559
+ IbmZOs.propTypes = iconPropTypes4cbeb95d.i;
510
560
  }
511
- var Inspection = /*#__PURE__*/React.forwardRef(function Inspection(_ref18, ref) {
561
+ var IbmZOsAiControlInterface = /*#__PURE__*/React.forwardRef(function IbmZOsAiControlInterface(_ref18, ref) {
512
562
  var children = _ref18.children,
513
563
  _ref18$size = _ref18.size,
514
564
  size = _ref18$size === void 0 ? 16 : _ref18$size,
@@ -520,16 +570,34 @@ var Inspection = /*#__PURE__*/React.forwardRef(function Inspection(_ref18, ref)
520
570
  xmlns: "http://www.w3.org/2000/svg",
521
571
  viewBox: "0 0 32 32",
522
572
  fill: "currentColor"
523
- }, rest), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
524
- d: "M15 17.18L12.41 14.59 11 16 15 20 22 13 20.59 11.59 15 17.18z"
525
- })), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
526
- d: "M30,15H27.9492A12.0071,12.0071,0,0,0,17,4.0508V2H15V4.0508A12.0071,12.0071,0,0,0,4.0508,15H2v2H4.0508A12.0071,12.0071,0,0,0,15,27.9492V30h2V27.9492A12.0071,12.0071,0,0,0,27.9492,17H30ZM17,25.9492V23H15v2.9492A10.0166,10.0166,0,0,1,6.0508,17H9V15H6.0508A10.0166,10.0166,0,0,1,15,6.0508V9h2V6.0508A10.0166,10.0166,0,0,1,25.9492,15H23v2h2.949A10.0165,10.0165,0,0,1,17,25.9492Z"
573
+ }, rest), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
574
+ cx: "12",
575
+ cy: "21",
576
+ r: "1"
577
+ })), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
578
+ d: "m23,25h-14c-1.1028,0-2-.8972-2-2v-4c0-1.1028.8972-2,2-2h14c1.1028,0,2,.8972,2,2v4c0,1.1028-.8972,2-2,2Zm-14-6v4h14v-4h-14Z"
579
+ })), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
580
+ cx: "12",
581
+ cy: "11",
582
+ r: "1"
583
+ })), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
584
+ d: "m23,15h-14c-1.1028,0-2-.8972-2-2v-4c0-1.1028.8972-2,2-2h14c1.1028,0,2,.8972,2,2v4c0,1.1028-.8972,2-2,2Zm-14-6v4h14v-4h-14Z"
585
+ })), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
586
+ d: "m28,30H4c-1.103,0-2-.897-2-2v-12h2v12h24V4h-12v-2h12c1.103,0,2,.897,2,2v24c0,1.103-.897,2-2,2Z"
587
+ })), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
588
+ d: "M8.5 1.5H13.5V3.5H8.5z",
589
+ transform: "rotate(90 11 2.5)"
590
+ })), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
591
+ d: "M1.975 3.475H6.975V5.475H1.975z",
592
+ transform: "rotate(45 4.475 4.475)"
593
+ })), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
594
+ d: "M0 10H5V12H0z"
527
595
  })), children);
528
596
  });
529
597
  if (process.env.NODE_ENV !== "production") {
530
- Inspection.propTypes = iconPropTypes4cbeb95d.i;
598
+ IbmZOsAiControlInterface.propTypes = iconPropTypes4cbeb95d.i;
531
599
  }
532
- var InstanceBx = /*#__PURE__*/React.forwardRef(function InstanceBx(_ref19, ref) {
600
+ var IbmZOsContainers = /*#__PURE__*/React.forwardRef(function IbmZOsContainers(_ref19, ref) {
533
601
  var children = _ref19.children,
534
602
  _ref19$size = _ref19.size,
535
603
  size = _ref19$size === void 0 ? 16 : _ref19$size,
@@ -541,20 +609,16 @@ var InstanceBx = /*#__PURE__*/React.forwardRef(function InstanceBx(_ref19, ref)
541
609
  xmlns: "http://www.w3.org/2000/svg",
542
610
  viewBox: "0 0 32 32",
543
611
  fill: "currentColor"
544
- }, rest), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
545
- d: "M12 5A3.0033 3.0033 0 009 2H4V15H9a3.0033 3.0033 0 003-3V10.5a2.977 2.977 0 00-.78-2 2.9768 2.9768 0 00.78-2zM6 4H9a1.0013 1.0013 0 011 1V6.5513A.9587.9587 0 019 7.5H6zm4 8a1.0009 1.0009 0 01-1 1H6V9.5H9a1.0009 1.0009 0 011 1zM22 5L20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5z"
546
- })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
547
- cx: "9",
548
- cy: "27",
549
- r: "1"
550
- })), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
551
- d: "M2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
612
+ }, rest), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
613
+ d: "m29,12h-9V3h9v9Zm-7-2h5v-5h-5v5Z"
614
+ })), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
615
+ d: "m20,15v2h7v10h-10V3H5c-1.1028,0-2,.8975-2,2v22c0,1.1025.8972,2,2,2h22c1.1028,0,2-.8975,2-2v-12h-9Zm-13.5859,2h8.5859v8.5859l-8.5859-8.5859Zm8.5859-2H6.4141L15,6.4141v8.5859Zm-1.4141-10L5,13.5859V5h8.5859Zm-8.5859,13.4141l8.5859,8.5859H5v-8.5859Z"
552
616
  })), children);
553
617
  });
554
618
  if (process.env.NODE_ENV !== "production") {
555
- InstanceBx.propTypes = iconPropTypes4cbeb95d.i;
619
+ IbmZOsContainers.propTypes = iconPropTypes4cbeb95d.i;
556
620
  }
557
- var InstanceClassic = /*#__PURE__*/React.forwardRef(function InstanceClassic(_ref20, ref) {
621
+ var IbmZOsPackageManager = /*#__PURE__*/React.forwardRef(function IbmZOsPackageManager(_ref20, ref) {
558
622
  var children = _ref20.children,
559
623
  _ref20$size = _ref20.size,
560
624
  size = _ref20$size === void 0 ? 16 : _ref20$size,
@@ -566,20 +630,14 @@ var InstanceClassic = /*#__PURE__*/React.forwardRef(function InstanceClassic(_re
566
630
  xmlns: "http://www.w3.org/2000/svg",
567
631
  viewBox: "0 0 32 32",
568
632
  fill: "currentColor"
569
- }, rest), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
570
- d: "M23.5,21H23V19h.5a4.4975,4.4975,0,0,0,.3564-8.981l-.8154-.0639-.0986-.812a6.9938,6.9938,0,0,0-13.8838,0l-.0991.812-.8155.0639A4.4975,4.4975,0,0,0,8.5,19H9v2H8.5A6.4973,6.4973,0,0,1,7.2,8.1362a8.9943,8.9943,0,0,1,17.6006,0A6.4974,6.4974,0,0,1,23.5,21Z"
571
- })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
572
- cx: "9",
573
- cy: "27",
574
- r: "1"
575
- })), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
576
- d: "M26,23H17V15.83l2.59,2.58L21,17l-5-5-5,5,1.41,1.41L15,15.83V23H6a2.0023,2.0023,0,0,0-2,2v4a2.0023,2.0023,0,0,0,2,2H26a2.0023,2.0023,0,0,0,2-2V25A2.0023,2.0023,0,0,0,26,23Zm0,6H6V25H26Z"
633
+ }, rest), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
634
+ d: "M15 9v10.172l-2.586-2.586L11 18l5 5 5-5-1.414-1.414L17 19.172V9H15zM19.758 26.65L16 28.842 5 22.426V18H3v5c0 .355.189.685.496.864l12 7C15.652 30.955 15.826 31 16 31s.348-.045.504-.136l4.282-2.498L19.758 26.65zM28.504 8.136l-4.269-2.49-1.029 1.715L27 9.574v12.852l-3.787 2.209 1.029 1.715 4.262-2.486C28.811 23.685 29 23.355 29 23V9C29 8.645 28.811 8.315 28.504 8.136zM5 9.574l11-6.417 3.751 2.188L20.78 3.63l-4.276-2.494C16.348 1.045 16.174 1 16 1s-.348.045-.504.136l-12 7C3.189 8.315 3 8.645 3 9v5h2V9.574z"
577
635
  })), children);
578
636
  });
579
637
  if (process.env.NODE_ENV !== "production") {
580
- InstanceClassic.propTypes = iconPropTypes4cbeb95d.i;
638
+ IbmZOsPackageManager.propTypes = iconPropTypes4cbeb95d.i;
581
639
  }
582
- var InstanceCx = /*#__PURE__*/React.forwardRef(function InstanceCx(_ref21, ref) {
640
+ var WatsonHealthICa_2D = /*#__PURE__*/React.forwardRef(function WatsonHealthICa_2D(_ref21, ref) {
583
641
  var children = _ref21.children,
584
642
  _ref21$size = _ref21.size,
585
643
  size = _ref21$size === void 0 ? 16 : _ref21$size,
@@ -591,18 +649,14 @@ var InstanceCx = /*#__PURE__*/React.forwardRef(function InstanceCx(_ref21, ref)
591
649
  xmlns: "http://www.w3.org/2000/svg",
592
650
  viewBox: "0 0 32 32",
593
651
  fill: "currentColor"
594
- }, rest), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
595
- cx: "9",
596
- cy: "27",
597
- r: "1"
598
- })), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
599
- d: "M22 5L20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5zM12 15H6a2.0023 2.0023 0 01-2-2V4A2.002 2.002 0 016 2h6V4H6v9h6zM2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
652
+ }, rest), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
653
+ d: "M22 24H10a2.0023 2.0023 0 01-2-2V10a2.0023 2.0023 0 012-2H22a2.0023 2.0023 0 012 2V22A2.0023 2.0023 0 0122 24zM10 10V22H22V10zM11 2L2 2 2 11 4 11 4 4 11 4 11 2zM2 21L2 30 11 30 11 28 4 28 4 21 2 21zM30 11L30 2 21 2 21 4 28 4 28 11 30 11zM21 30L30 30 30 21 28 21 28 28 21 28 21 30z"
600
654
  })), children);
601
655
  });
602
656
  if (process.env.NODE_ENV !== "production") {
603
- InstanceCx.propTypes = iconPropTypes4cbeb95d.i;
657
+ WatsonHealthICa_2D.propTypes = iconPropTypes4cbeb95d.i;
604
658
  }
605
- var InstanceMx = /*#__PURE__*/React.forwardRef(function InstanceMx(_ref22, ref) {
659
+ var IceAccretion = /*#__PURE__*/React.forwardRef(function IceAccretion(_ref22, ref) {
606
660
  var children = _ref22.children,
607
661
  _ref22$size = _ref22.size,
608
662
  size = _ref22$size === void 0 ? 16 : _ref22$size,
@@ -614,20 +668,16 @@ var InstanceMx = /*#__PURE__*/React.forwardRef(function InstanceMx(_ref22, ref)
614
668
  xmlns: "http://www.w3.org/2000/svg",
615
669
  viewBox: "0 0 32 32",
616
670
  fill: "currentColor"
617
- }, rest), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
618
- d: "M22 5L20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5zM10 2L8.485 6.374 8 8 7.535 6.374 6 2 4 2 4 15 6 15 6 7.374 5.841 5.378 6.421 7.374 8 12 9.579 7.374 10.159 5.374 10 7.374 10 15 12 15 12 2 10 2z"
619
- })), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
620
- cx: "9",
621
- cy: "27",
622
- r: "1"
623
- })), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
624
- d: "M2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
671
+ }, rest), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
672
+ d: "M4 2A2 2 0 002 4V20l1 2 1-2V4H8V14l1 2 1-2V2zM28 2H14v8l1 2 1-2V4h2V17l1 2 1-2V4h4V14l1 2 1-2V4h2V24l1 2 1-2V4A2 2 0 0028 2zM14 28L13 30 12 28 12 16 14 16 14 28z"
673
+ })), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
674
+ d: "M24 26L23 28 22 26 22 20 24 20 24 26zM8 24L7 26 6 24 6 18 8 18 8 24z"
625
675
  })), children);
626
676
  });
627
677
  if (process.env.NODE_ENV !== "production") {
628
- InstanceMx.propTypes = iconPropTypes4cbeb95d.i;
678
+ IceAccretion.propTypes = iconPropTypes4cbeb95d.i;
629
679
  }
630
- var InstanceVirtual = /*#__PURE__*/React.forwardRef(function InstanceVirtual(_ref23, ref) {
680
+ var IceVision = /*#__PURE__*/React.forwardRef(function IceVision(_ref23, ref) {
631
681
  var children = _ref23.children,
632
682
  _ref23$size = _ref23.size,
633
683
  size = _ref23$size === void 0 ? 16 : _ref23$size,
@@ -639,18 +689,16 @@ var InstanceVirtual = /*#__PURE__*/React.forwardRef(function InstanceVirtual(_re
639
689
  xmlns: "http://www.w3.org/2000/svg",
640
690
  viewBox: "0 0 32 32",
641
691
  fill: "currentColor"
642
- }, rest), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
643
- cx: "7",
644
- cy: "23",
645
- r: "1"
646
- })), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
647
- d: "M2 6H6V8H2zM8 6H12V8H8zM14 6H18V8H14zM20 6H24V8H20zM26 6H30V8H26zM28 28H4a2.0021 2.0021 0 01-2-2V20a2.0021 2.0021 0 012-2H28a2.0021 2.0021 0 012 2v6A2.0021 2.0021 0 0128 28zM4 20v6H28V20zM2 12H30V14H2z"
692
+ }, rest), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
693
+ d: "M19 14L19 21 20 23 21 21 21 14 19 14zM17 14H13a2 2 0 00-2 2v4l1 2 1-2V16h2v7l1 2 1-2z"
694
+ })), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
695
+ d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
648
696
  })), children);
649
697
  });
650
698
  if (process.env.NODE_ENV !== "production") {
651
- InstanceVirtual.propTypes = iconPropTypes4cbeb95d.i;
699
+ IceVision.propTypes = iconPropTypes4cbeb95d.i;
652
700
  }
653
- var Integration = /*#__PURE__*/React.forwardRef(function Integration(_ref24, ref) {
701
+ var QID = /*#__PURE__*/React.forwardRef(function QID(_ref24, ref) {
654
702
  var children = _ref24.children,
655
703
  _ref24$size = _ref24.size,
656
704
  size = _ref24$size === void 0 ? 16 : _ref24$size,
@@ -662,14 +710,14 @@ var Integration = /*#__PURE__*/React.forwardRef(function Integration(_ref24, ref
662
710
  xmlns: "http://www.w3.org/2000/svg",
663
711
  viewBox: "0 0 32 32",
664
712
  fill: "currentColor"
665
- }, rest), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
666
- d: "M29.88,15.52l-6-11A1,1,0,0,0,23,4H9a1,1,0,0,0-.88.52l-6,11a1,1,0,0,0,0,1l6,11A1,1,0,0,0,9,28H23a1,1,0,0,0,.88-.52l6-11A1,1,0,0,0,29.88,15.52ZM22.93,7l4.39,8h-9.5ZM16,14.14,10.82,6H21.18ZM9.07,7l5.11,8H4.68ZM4.68,17h9.5L9.07,25ZM16,17.86,21.18,26H10.82ZM22.93,25l-5.11-8h9.5Z"
713
+ }, rest), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
714
+ d: "M10 9H12V11H10zM18 23H14V9h4a4 4 0 014 4v6A4 4 0 0118 23zm-2-2h2a2 2 0 002-2V13a2 2 0 00-2-2H16zM10 13H12V23H10z"
667
715
  })), children);
668
716
  });
669
717
  if (process.env.NODE_ENV !== "production") {
670
- Integration.propTypes = iconPropTypes4cbeb95d.i;
718
+ QID.propTypes = iconPropTypes4cbeb95d.i;
671
719
  }
672
- var IntentRequestActive = /*#__PURE__*/React.forwardRef(function IntentRequestActive(_ref25, ref) {
720
+ var IdManagement = /*#__PURE__*/React.forwardRef(function IdManagement(_ref25, ref) {
673
721
  var children = _ref25.children,
674
722
  _ref25$size = _ref25.size,
675
723
  size = _ref25$size === void 0 ? 16 : _ref25$size,
@@ -681,16 +729,18 @@ var IntentRequestActive = /*#__PURE__*/React.forwardRef(function IntentRequestAc
681
729
  xmlns: "http://www.w3.org/2000/svg",
682
730
  viewBox: "0 0 32 32",
683
731
  fill: "currentColor"
684
- }, rest), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
685
- d: "M23 27.2L20.4 24.6 19 26 23 30 31 22 29.6 20.6z"
686
- })), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
687
- d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
732
+ }, rest), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
733
+ d: "M15 20H9a3 3 0 00-3 3v2H8V23a1 1 0 011-1h6a1 1 0 011 1v2h2V23A3 3 0 0015 20zM12 19a4 4 0 10-4-4A4 4 0 0012 19zm0-6a2 2 0 11-2 2A2 2 0 0112 13z"
734
+ })), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
735
+ d: "M28,19v9H4V8H16V6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V19Z"
736
+ })), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
737
+ d: "M20 19H26V21H20zM22 23H26V25H22zM32 10V8H29.8989a4.9678 4.9678 0 00-.7319-1.7529l1.49-1.49-1.414-1.414-1.49 1.49A4.9678 4.9678 0 0026 4.1011V2H24V4.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 0020.1011 8H18v2h2.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 0024 13.8989V16h2V13.8989a4.9678 4.9678 0 001.7529-.7319l1.49 1.49 1.414-1.414-1.49-1.49A4.9678 4.9678 0 0029.8989 10zm-7 2a3 3 0 113-3A3.0033 3.0033 0 0125 12z"
688
738
  })), children);
689
739
  });
690
740
  if (process.env.NODE_ENV !== "production") {
691
- IntentRequestActive.propTypes = iconPropTypes4cbeb95d.i;
741
+ IdManagement.propTypes = iconPropTypes4cbeb95d.i;
692
742
  }
693
- var IntentRequestCreate = /*#__PURE__*/React.forwardRef(function IntentRequestCreate(_ref26, ref) {
743
+ var Idea = /*#__PURE__*/React.forwardRef(function Idea(_ref26, ref) {
694
744
  var children = _ref26.children,
695
745
  _ref26$size = _ref26.size,
696
746
  size = _ref26$size === void 0 ? 16 : _ref26$size,
@@ -702,16 +752,14 @@ var IntentRequestCreate = /*#__PURE__*/React.forwardRef(function IntentRequestCr
702
752
  xmlns: "http://www.w3.org/2000/svg",
703
753
  viewBox: "0 0 32 32",
704
754
  fill: "currentColor"
705
- }, rest), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
706
- d: "M30 24L26 24 26 20 24 20 24 24 20 24 20 26 24 26 24 30 26 30 26 26 30 26z"
707
- })), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
708
- d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
755
+ }, rest), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
756
+ d: "M11 24H21V26H11zM13 28H19V30H13zM16 2A10 10 0 006 12a9.19 9.19 0 003.46 7.62c1 .93 1.54 1.46 1.54 2.38h2c0-1.84-1.11-2.87-2.19-3.86A7.2 7.2 0 018 12a8 8 0 0116 0 7.2 7.2 0 01-2.82 6.14c-1.07 1-2.18 2-2.18 3.86h2c0-.92.53-1.45 1.54-2.39A9.18 9.18 0 0026 12 10 10 0 0016 2z"
709
757
  })), children);
710
758
  });
711
759
  if (process.env.NODE_ENV !== "production") {
712
- IntentRequestCreate.propTypes = iconPropTypes4cbeb95d.i;
760
+ Idea.propTypes = iconPropTypes4cbeb95d.i;
713
761
  }
714
- var IntentRequestHeal = /*#__PURE__*/React.forwardRef(function IntentRequestHeal(_ref27, ref) {
762
+ var Identification = /*#__PURE__*/React.forwardRef(function Identification(_ref27, ref) {
715
763
  var children = _ref27.children,
716
764
  _ref27$size = _ref27.size,
717
765
  size = _ref27$size === void 0 ? 16 : _ref27$size,
@@ -723,16 +771,16 @@ var IntentRequestHeal = /*#__PURE__*/React.forwardRef(function IntentRequestHeal
723
771
  xmlns: "http://www.w3.org/2000/svg",
724
772
  viewBox: "0 0 32 32",
725
773
  fill: "currentColor"
726
- }, rest), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
727
- d: "M27,20c-0.8,0-1.5,0.3-2.1,0.9l-0.4,0.5l-0.4-0.5C23.5,20.3,22.7,20,22,20s-1.5,0.3-2.1,0.9c-1.2,1.2-1.2,3.1,0,4.3l4.6,4.8 l4.6-4.8c1.2-1.2,1.2-3.1,0-4.3C28.6,20.3,27.8,20,27,20L27,20z"
728
- })), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
729
- d: "M16.6,28.6L4,16L16,4l12.6,12.6l1.4-1.4L17.5,2.6c-0.8-0.8-2.1-0.8-2.9,0L2.6,14.5c-0.8,0.8-0.8,2.1,0,2.9L15.1,30 L16.6,28.6z"
774
+ }, rest), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
775
+ d: "M28,6V26H4V6H28m0-2H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2Z"
776
+ })), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
777
+ d: "M6 10H13V12H6zM6 14H10V16H6zM23 18H17a3 3 0 00-3 3v2h2V21a1 1 0 011-1h6a1 1 0 011 1v2h2V21A3 3 0 0023 18zM20 17a4 4 0 10-4-4A4 4 0 0020 17zm0-6a2 2 0 11-2 2A2 2 0 0120 11z"
730
778
  })), children);
731
779
  });
732
780
  if (process.env.NODE_ENV !== "production") {
733
- IntentRequestHeal.propTypes = iconPropTypes4cbeb95d.i;
781
+ Identification.propTypes = iconPropTypes4cbeb95d.i;
734
782
  }
735
- var IntentRequestInactive = /*#__PURE__*/React.forwardRef(function IntentRequestInactive(_ref28, ref) {
783
+ var Image = /*#__PURE__*/React.forwardRef(function Image(_ref28, ref) {
736
784
  var children = _ref28.children,
737
785
  _ref28$size = _ref28.size,
738
786
  size = _ref28$size === void 0 ? 16 : _ref28$size,
@@ -744,26 +792,16 @@ var IntentRequestInactive = /*#__PURE__*/React.forwardRef(function IntentRequest
744
792
  xmlns: "http://www.w3.org/2000/svg",
745
793
  viewBox: "0 0 32 32",
746
794
  fill: "currentColor"
747
- }, rest), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
748
- cx: "18.5",
749
- cy: "22.5",
750
- r: "1.5"
751
- })), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
752
- cx: "23.5",
753
- cy: "22.5",
754
- r: "1.5"
755
- })), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
756
- cx: "28.5",
757
- cy: "22.5",
758
- r: "1.5"
759
- })), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
760
- d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
795
+ }, rest), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
796
+ d: "M19,14a3,3,0,1,0-3-3A3,3,0,0,0,19,14Zm0-4a1,1,0,1,1-1,1A1,1,0,0,1,19,10Z"
797
+ })), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
798
+ d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4Zm0,22H6V20l5-5,5.59,5.59a2,2,0,0,0,2.82,0L21,19l5,5Zm0-4.83-3.59-3.59a2,2,0,0,0-2.82,0L18,19.17l-5.59-5.59a2,2,0,0,0-2.82,0L6,17.17V6H26Z"
761
799
  })), children);
762
800
  });
763
801
  if (process.env.NODE_ENV !== "production") {
764
- IntentRequestInactive.propTypes = iconPropTypes4cbeb95d.i;
802
+ Image.propTypes = iconPropTypes4cbeb95d.i;
765
803
  }
766
- var IntentRequestScaleIn = /*#__PURE__*/React.forwardRef(function IntentRequestScaleIn(_ref29, ref) {
804
+ var ImageCopy = /*#__PURE__*/React.forwardRef(function ImageCopy(_ref29, ref) {
767
805
  var children = _ref29.children,
768
806
  _ref29$size = _ref29.size,
769
807
  size = _ref29$size === void 0 ? 16 : _ref29$size,
@@ -775,14 +813,16 @@ var IntentRequestScaleIn = /*#__PURE__*/React.forwardRef(function IntentRequestS
775
813
  xmlns: "http://www.w3.org/2000/svg",
776
814
  viewBox: "0 0 32 32",
777
815
  fill: "currentColor"
778
- }, rest), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
779
- d: "M28.6 30L30 28.6 22.4 21 29 21 29 19 19 19 19 29 21 29 21 22.4zM2 28.6L3.4 30 11 22.4 11 29 13 29 13 19 3 19 3 21 9.6 21zM17 2L15 2 15 12.2 10.4 7.6 9 9 16 16 23 9 21.6 7.6 17 12.2z"
816
+ }, rest), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
817
+ d: "M4 22H2V4A2.0023 2.0023 0 014 2H22V4H4zM21 17a3 3 0 10-3-3A3.0033 3.0033 0 0021 17zm0-4a1 1 0 11-1 1A1.0009 1.0009 0 0121 13z"
818
+ })), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
819
+ d: "M28,7H9A2.0025,2.0025,0,0,0,7,9V28a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V9A2.0025,2.0025,0,0,0,28,7Zm0,21H9v-6l4-3.9971,5.5859,5.586a2,2,0,0,0,2.8282,0L23,22.0034,28,27Zm0-3.8281-3.5859-3.586a2,2,0,0,0-2.8282,0L20,22.1719l-5.5859-5.586a2,2,0,0,0-2.8282,0L9,19.1719V9H28Z"
780
820
  })), children);
781
821
  });
782
822
  if (process.env.NODE_ENV !== "production") {
783
- IntentRequestScaleIn.propTypes = iconPropTypes4cbeb95d.i;
823
+ ImageCopy.propTypes = iconPropTypes4cbeb95d.i;
784
824
  }
785
- var IntentRequestScaleOut = /*#__PURE__*/React.forwardRef(function IntentRequestScaleOut(_ref30, ref) {
825
+ var ImageMedical = /*#__PURE__*/React.forwardRef(function ImageMedical(_ref30, ref) {
786
826
  var children = _ref30.children,
787
827
  _ref30$size = _ref30.size,
788
828
  size = _ref30$size === void 0 ? 16 : _ref30$size,
@@ -794,14 +834,16 @@ var IntentRequestScaleOut = /*#__PURE__*/React.forwardRef(function IntentRequest
794
834
  xmlns: "http://www.w3.org/2000/svg",
795
835
  viewBox: "0 0 32 32",
796
836
  fill: "currentColor"
797
- }, rest), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
798
- d: "M19 20.4L20.4 19 28 26.6 28 20 30 20 30 30 20 30 20 28 26.6 28zM13 20.4L11.6 19 4 26.6 4 20 2 20 2 30 12 30 12 28 5.4 28zM17 16L15 16 15 5.8 10.4 10.4 9 9 16 2 23 9 21.6 10.4 17 5.8z"
837
+ }, rest), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
838
+ d: "M26,6V26H6V6H26m0-2H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2Z"
839
+ })), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
840
+ d: "M22 16L22 14 17 14 17 12 20 12 20 10 17 10 17 8 15 8 15 10 12 10 12 12 15 12 15 14 10 14 10 16 15 16 15 18 10 18 10 20 15 20 15 22 12 22 12 24 20 24 20 22 17 22 17 20 22 20 22 18 17 18 17 16 22 16z"
799
841
  })), children);
800
842
  });
801
843
  if (process.env.NODE_ENV !== "production") {
802
- IntentRequestScaleOut.propTypes = iconPropTypes4cbeb95d.i;
844
+ ImageMedical.propTypes = iconPropTypes4cbeb95d.i;
803
845
  }
804
- var IntentRequestUninstall = /*#__PURE__*/React.forwardRef(function IntentRequestUninstall(_ref31, ref) {
846
+ var ImageReference = /*#__PURE__*/React.forwardRef(function ImageReference(_ref31, ref) {
805
847
  var children = _ref31.children,
806
848
  _ref31$size = _ref31.size,
807
849
  size = _ref31$size === void 0 ? 16 : _ref31$size,
@@ -813,16 +855,16 @@ var IntentRequestUninstall = /*#__PURE__*/React.forwardRef(function IntentReques
813
855
  xmlns: "http://www.w3.org/2000/svg",
814
856
  viewBox: "0 0 32 32",
815
857
  fill: "currentColor"
816
- }, rest), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
817
- d: "M30 21.4L28.6 20 25 23.6 21.4 20 20 21.4 23.6 25 20 28.6 21.4 30 25 26.4 28.6 30 30 28.6 26.4 25z"
818
- })), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
819
- d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
858
+ }, rest), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
859
+ d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM19 14a3 3 0 10-3-3A3 3 0 0019 14zm0-4a1 1 0 11-1 1A1 1 0 0119 10z"
860
+ })), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
861
+ d: "M26,4H6A2,2,0,0,0,4,6V16H6V6H26V21.17l-3.59-3.59a2,2,0,0,0-2.82,0L18,19.17,11.8308,13l-1.4151,1.4155L14,18l2.59,2.59a2,2,0,0,0,2.82,0L21,19l5,5v2H16v2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4Z"
820
862
  })), children);
821
863
  });
822
864
  if (process.env.NODE_ENV !== "production") {
823
- IntentRequestUninstall.propTypes = iconPropTypes4cbeb95d.i;
865
+ ImageReference.propTypes = iconPropTypes4cbeb95d.i;
824
866
  }
825
- var IntentRequestUpgrade = /*#__PURE__*/React.forwardRef(function IntentRequestUpgrade(_ref32, ref) {
867
+ var ImageSearch = /*#__PURE__*/React.forwardRef(function ImageSearch(_ref32, ref) {
826
868
  var children = _ref32.children,
827
869
  _ref32$size = _ref32.size,
828
870
  size = _ref32$size === void 0 ? 16 : _ref32$size,
@@ -834,33 +876,20 @@ var IntentRequestUpgrade = /*#__PURE__*/React.forwardRef(function IntentRequestU
834
876
  xmlns: "http://www.w3.org/2000/svg",
835
877
  viewBox: "0 0 32 32",
836
878
  fill: "currentColor"
837
- }, rest), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
838
- d: "M28 23L26.6 24.4 24 21.8 24 30 22 30 22 21.8 19.4 24.4 18 23 23 18z"
839
- })), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
840
- d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
879
+ }, rest), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
880
+ d: "M24 14a5.99 5.99 0 00-4.885 9.4712L14 28.5859 15.4141 30l5.1147-5.1147A5.9971 5.9971 0 1024 14zm0 10a4 4 0 114-4A4.0045 4.0045 0 0124 24zM17 12a3 3 0 10-3-3A3.0033 3.0033 0 0017 12zm0-4a1 1 0 11-1 1A1.0009 1.0009 0 0117 8z"
881
+ })), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
882
+ d: "M12,24H4V17.9966L9,13l5.5859,5.5859L16,17.168l-5.5859-5.5855a2,2,0,0,0-2.8282,0L4,15.168V4H24v6h2V4a2.0023,2.0023,0,0,0-2-2H4A2.002,2.002,0,0,0,2,4V24a2.0023,2.0023,0,0,0,2,2h8Z"
841
883
  })), children);
842
884
  });
843
885
  if (process.env.NODE_ENV !== "production") {
844
- IntentRequestUpgrade.propTypes = iconPropTypes4cbeb95d.i;
886
+ ImageSearch.propTypes = iconPropTypes4cbeb95d.i;
845
887
  }
846
- var Interactions = /*#__PURE__*/React.forwardRef(function Interactions(_ref33, ref) {
888
+ var ImageSearchAlt = /*#__PURE__*/React.forwardRef(function ImageSearchAlt(_ref33, ref) {
847
889
  var children = _ref33.children,
848
890
  _ref33$size = _ref33.size,
849
891
  size = _ref33$size === void 0 ? 16 : _ref33$size,
850
892
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref33, _excluded33);
851
- if (size === 16 || size === "16" || size === "16px") {
852
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
853
- width: size,
854
- height: size,
855
- ref: ref,
856
- xmlns: "http://www.w3.org/2000/svg",
857
- viewBox: "0 0 16 16",
858
- fill: "currentColor"
859
- }, rest), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
860
- fillRule: "evenodd",
861
- d: "M11,7 L11,9 L13,9 C13.5522847,9 14,9.44771525 14,10 L14,10 L14,13 C14,13.5522847 13.5522847,14 13,14 L13,14 L10,14 L10,7 L11,7 Z M5,9 C5.55228475,9 6,9.44771525 6,10 L6,10 L6,14 L3,14 C2.44771525,14 2,13.5522847 2,13 L2,13 L2,12 C2,11.4477153 2.44771525,11 3,11 L3,11 L5,11 L5,10 L2.5,10 L2.5,9 Z M13,10 L11,10 L11,13 L13,13 L13,10 Z M5,12 L3,12 L3,13 L5,13 L5,12 Z M7.912,2 L7.834,3.911 L9.628,3.248 L9.914,4.119 L8.068,4.626 L9.251,6.134 L8.523,6.667 L7.457,5.068 L6.391,6.667 L5.663,6.134 L6.846,4.626 L5,4.119 L5.286,3.248 L7.08,3.911 L7.002,2 L7.912,2 Z"
862
- })), children);
863
- }
864
893
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
865
894
  width: size,
866
895
  height: size,
@@ -868,14 +897,16 @@ var Interactions = /*#__PURE__*/React.forwardRef(function Interactions(_ref33, r
868
897
  xmlns: "http://www.w3.org/2000/svg",
869
898
  viewBox: "0 0 32 32",
870
899
  fill: "currentColor"
871
- }, rest), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
872
- d: "M26 18H22V14H20V28h6a2.0027 2.0027 0 002-2V20A2.0023 2.0023 0 0026 18zm-4 8V20h4v6zM20 6.076L19.256 4.219 16 5.522 16 2 14 2 14 5.523 10.744 4.22 10 6.077 13.417 7.444 10.9 10.8 12.5 12 15 8.667 17.5 12 19.1 10.8 16.583 7.443 20 6.076zM10 18H5v2h5v2H6a2 2 0 00-2 2v2a2 2 0 002 2h6V20A2.0023 2.0023 0 0010 18zm0 8H6V24h4z"
900
+ }, rest), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
901
+ d: "M10,16a5.9908,5.9908,0,0,0,9.4712,4.8853L24.5859,26,26,24.5859l-5.115-5.1147A5.997,5.997,0,1,0,10,16Zm2,0a4,4,0,1,1,4,4A4.0045,4.0045,0,0,1,12,16Z"
902
+ })), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
903
+ d: "M29,7H22.54L20.83,4.45A.9946.9946,0,0,0,20,4H12a.9946.9946,0,0,0-.83.45L9.46,7H3A1.0031,1.0031,0,0,0,2,8V25a1.0031,1.0031,0,0,0,1,1h9V24H4V9h6a.9946.9946,0,0,0,.83-.45L12.54,6h6.92l1.71,2.55A.9946.9946,0,0,0,22,9h6V21h2V8A1.0031,1.0031,0,0,0,29,7Z"
873
904
  })), children);
874
905
  });
875
906
  if (process.env.NODE_ENV !== "production") {
876
- Interactions.propTypes = iconPropTypes4cbeb95d.i;
907
+ ImageSearchAlt.propTypes = iconPropTypes4cbeb95d.i;
877
908
  }
878
- var WatsonHealthInteractiveSegmentationCursor = /*#__PURE__*/React.forwardRef(function WatsonHealthInteractiveSegmentationCursor(_ref34, ref) {
909
+ var WatsonHealthImageAvailabilityLocal = /*#__PURE__*/React.forwardRef(function WatsonHealthImageAvailabilityLocal(_ref34, ref) {
879
910
  var children = _ref34.children,
880
911
  _ref34$size = _ref34.size,
881
912
  size = _ref34$size === void 0 ? 16 : _ref34$size,
@@ -887,25 +918,16 @@ var WatsonHealthInteractiveSegmentationCursor = /*#__PURE__*/React.forwardRef(fu
887
918
  xmlns: "http://www.w3.org/2000/svg",
888
919
  viewBox: "0 0 32 32",
889
920
  fill: "currentColor"
890
- }, rest), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
891
- d: "M29.4139,24,15.9989,10.5663a2.0473,2.0473,0,0,0-2.8281,0l-2.586,2.586a2.0023,2.0023,0,0,0,0,2.8283L23.9989,29.4145a2.0021,2.0021,0,0,0,2.8281,0l2.5869-2.5865a1.9993,1.9993,0,0,0,0-2.8283Zm-17.415-9.4335,2.5859-2.5859,3.5,3.5L15.498,18.0676l-3.5-3.5ZM25.413,28l-8.5009-8.5188,2.5867-2.587L28,25.4143Z"
892
- })), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
893
- d: "M7.586 18.586H10.414V21.413999999999998H7.586z",
894
- transform: "rotate(-45 9 20)"
895
- })), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
896
- d: "M18.586 7.586H21.413999999999998V10.414H18.586z",
897
- transform: "rotate(-45 20 9)"
898
- })), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
899
- d: "M7.586 7.586H10.414V10.414H7.586z",
900
- transform: "rotate(-45 9 9)"
901
- })), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
902
- d: "M11 2L2 2 2 11 4 11 4 4 11 4 11 2z"
921
+ }, rest), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
922
+ d: "M16,18c-2.8,0-5-2.2-5-5s2.2-5,5-5s5,2.2,5,5S18.8,18,16,18z"
923
+ })), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
924
+ d: "M16,30l-8.4-9.9c0-0.1-0.3-0.5-0.3-0.5C5.8,17.7,5,15.4,5,13C5,6.9,9.9,2,16,2s11,4.9,11,11c0,2.4-0.8,4.7-2.2,6.6l0,0 c0,0-0.3,0.4-0.3,0.4L16,30z M8.8,18.4c0,0,0.2,0.3,0.3,0.4l6.9,8.1l6.9-8.1c0-0.1,0.3-0.4,0.3-0.4C24.4,16.8,25,15,25,13 c0-5-4-9-9-9s-9,4-9,9C7,15,7.6,16.8,8.8,18.4L8.8,18.4z"
903
925
  })), children);
904
926
  });
905
927
  if (process.env.NODE_ENV !== "production") {
906
- WatsonHealthInteractiveSegmentationCursor.propTypes = iconPropTypes4cbeb95d.i;
928
+ WatsonHealthImageAvailabilityLocal.propTypes = iconPropTypes4cbeb95d.i;
907
929
  }
908
- var InterfaceUsage = /*#__PURE__*/React.forwardRef(function InterfaceUsage(_ref35, ref) {
930
+ var WatsonHealthImageAvailabilityRetrieving = /*#__PURE__*/React.forwardRef(function WatsonHealthImageAvailabilityRetrieving(_ref35, ref) {
909
931
  var children = _ref35.children,
910
932
  _ref35$size = _ref35.size,
911
933
  size = _ref35$size === void 0 ? 16 : _ref35$size,
@@ -917,18 +939,16 @@ var InterfaceUsage = /*#__PURE__*/React.forwardRef(function InterfaceUsage(_ref3
917
939
  xmlns: "http://www.w3.org/2000/svg",
918
940
  viewBox: "0 0 32 32",
919
941
  fill: "currentColor"
920
- }, rest), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
921
- strokeWidth: "0",
922
- d: "M18.3242 11.7334v1.29h-1.3242v1.7368h1.3242v7.2397h2.2012v-7.2397h1.8398v-1.7368h-1.8398v-1.9951h1.8398v-1.7539h-1.5649c-1.6167 0-2.4761.877-2.4761 2.459zM10 11.8193L11.582 11.8193 11.582 20.1772 10 20.1772 10 22 15.4516 22 15.4516 20.1772 13.8525 20.1772 13.8525 11.8193 15.4516 11.8193 15.4516 9.9966 10 9.9966 10 11.8193z"
923
- })), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
924
- strokeWidth: "0",
925
- d: "m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"
942
+ }, rest), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
943
+ d: "M10 13L11.4 11.6 15 15.2 15 2 17 2 17 15.2 20.6 11.6 22 13 16 19z"
944
+ })), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
945
+ d: "M20,2.8V5c3,1.5,5,4.5,5,8c0,2-0.6,3.8-1.8,5.4c0,0-0.2,0.3-0.3,0.4L16,26.9l-6.9-8.1c-0.1-0.1-0.3-0.4-0.3-0.4 C7.6,16.8,7,15,7,13c0-3.5,2-6.6,5-8V2.8C7.9,4.4,5,8.3,5,13c0,2.4,0.8,4.7,2.2,6.6c0,0,0.3,0.4,0.3,0.5L16,30l8.4-10 c0-0.1,0.3-0.4,0.3-0.4l0,0c1.4-1.9,2.2-4.2,2.2-6.6C27,8.3,24.1,4.4,20,2.8z"
926
946
  })), children);
927
947
  });
928
948
  if (process.env.NODE_ENV !== "production") {
929
- InterfaceUsage.propTypes = iconPropTypes4cbeb95d.i;
949
+ WatsonHealthImageAvailabilityRetrieving.propTypes = iconPropTypes4cbeb95d.i;
930
950
  }
931
- var Intersect = /*#__PURE__*/React.forwardRef(function Intersect(_ref36, ref) {
951
+ var WatsonHealthImageAvailabilityUnavailable = /*#__PURE__*/React.forwardRef(function WatsonHealthImageAvailabilityUnavailable(_ref36, ref) {
932
952
  var children = _ref36.children,
933
953
  _ref36$size = _ref36.size,
934
954
  size = _ref36$size === void 0 ? 16 : _ref36$size,
@@ -940,16 +960,20 @@ var Intersect = /*#__PURE__*/React.forwardRef(function Intersect(_ref36, ref) {
940
960
  xmlns: "http://www.w3.org/2000/svg",
941
961
  viewBox: "0 0 32 32",
942
962
  fill: "currentColor"
943
- }, rest), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
944
- d: "M22 24H18V22h4V18h2v4A2.0021 2.0021 0 0122 24zM10 14H8V10a2.0022 2.0022 0 012-2h4v2H10z"
945
- })), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
946
- d: "M28,8H24V4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V22a2.0023,2.0023,0,0,0,2,2H8v4a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V10A2.0023,2.0023,0,0,0,28,8Zm0,20H10V24h4V22H10V18H8v4H4V4H22V8H18v2h4v4h2V10h4Z"
963
+ }, rest), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
964
+ cx: "16",
965
+ cy: "20.5",
966
+ r: "1.5"
967
+ })), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
968
+ d: "M17,17h-2v-4h2c1.1,0,2-0.9,2-2s-0.9-2-2-2h-2c-1.1,0-2,0.9-2,2v0.5h-2V11c0-2.2,1.8-4,4-4h2c2.2,0,4,1.8,4,4s-1.8,4-4,4V17 z"
969
+ })), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
970
+ d: "M16,30l-8.4-9.9c0-0.1-0.3-0.5-0.3-0.5C5.8,17.7,5,15.4,5,13C5,6.9,9.9,2,16,2s11,4.9,11,11c0,2.4-0.8,4.7-2.2,6.6l0,0 c0,0-0.3,0.4-0.3,0.4L16,30z M8.8,18.4c0,0,0.2,0.3,0.3,0.4l6.9,8.1l6.9-8.1c0-0.1,0.3-0.4,0.3-0.4C24.4,16.8,25,15,25,13 c0-5-4-9-9-9s-9,4-9,9C7,15,7.6,16.8,8.8,18.4L8.8,18.4z"
947
971
  })), children);
948
972
  });
949
973
  if (process.env.NODE_ENV !== "production") {
950
- Intersect.propTypes = iconPropTypes4cbeb95d.i;
974
+ WatsonHealthImageAvailabilityUnavailable.propTypes = iconPropTypes4cbeb95d.i;
951
975
  }
952
- var IntrusionPrevention = /*#__PURE__*/React.forwardRef(function IntrusionPrevention(_ref37, ref) {
976
+ var ImageService = /*#__PURE__*/React.forwardRef(function ImageService(_ref37, ref) {
953
977
  var children = _ref37.children,
954
978
  _ref37$size = _ref37.size,
955
979
  size = _ref37$size === void 0 ? 16 : _ref37$size,
@@ -961,20 +985,20 @@ var IntrusionPrevention = /*#__PURE__*/React.forwardRef(function IntrusionPreven
961
985
  xmlns: "http://www.w3.org/2000/svg",
962
986
  viewBox: "0 0 32 32",
963
987
  fill: "currentColor"
964
- }, rest), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
965
- cx: "22",
966
- cy: "23.887",
967
- r: "2"
968
- })), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
969
- d: "M29.7769 23.4785A8.64 8.64 0 0022 18a8.64 8.64 0 00-7.7769 5.4785L14 24l.2231.5215A8.64 8.64 0 0022 30a8.64 8.64 0 007.7769-5.4785L30 24zM22 28a4 4 0 114-4A4.0045 4.0045 0 0122 28zM25 10H4A2.0021 2.0021 0 012 8V4A2.0021 2.0021 0 014 2H25a2.0021 2.0021 0 012 2V8A2.0021 2.0021 0 0125 10zM4 4V8H25V4zM12 28H4V24h8V22H4a2.0023 2.0023 0 00-2 2v4a2.0023 2.0023 0 002 2h8z"
970
- })), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
971
- d: "M28,12H7a2.0023,2.0023,0,0,0-2,2v4a2.0023,2.0023,0,0,0,2,2h5V18H7V14H28l.0007,2H30V14A2.0023,2.0023,0,0,0,28,12Z"
988
+ }, rest), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
989
+ d: "M28,20H26v2h2v6H4V22H6V20H4a2.0024,2.0024,0,0,0-2,2v6a2.0024,2.0024,0,0,0,2,2H28a2.0024,2.0024,0,0,0,2-2V22A2.0024,2.0024,0,0,0,28,20Z"
990
+ })), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
991
+ cx: "7",
992
+ cy: "25",
993
+ r: "1"
994
+ })), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
995
+ d: "M13 4H15V12H13zM9 4H11V12H9zM21 12H19a2.0021 2.0021 0 01-2-2V6a2.0021 2.0021 0 012-2h2a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0121 12zM19 6v4h2V6zM21 14H23V22H21zM9 14H11V22H9zM17 22H15a2.0021 2.0021 0 01-2-2V16a2.0021 2.0021 0 012-2h2a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0117 22zm-2-6v4h2V16z"
972
996
  })), children);
973
997
  });
974
998
  if (process.env.NODE_ENV !== "production") {
975
- IntrusionPrevention.propTypes = iconPropTypes4cbeb95d.i;
999
+ ImageService.propTypes = iconPropTypes4cbeb95d.i;
976
1000
  }
977
- var InventoryManagement = /*#__PURE__*/React.forwardRef(function InventoryManagement(_ref38, ref) {
1001
+ var ImageStoreLocal = /*#__PURE__*/React.forwardRef(function ImageStoreLocal(_ref38, ref) {
978
1002
  var children = _ref38.children,
979
1003
  _ref38$size = _ref38.size,
980
1004
  size = _ref38$size === void 0 ? 16 : _ref38$size,
@@ -986,16 +1010,21 @@ var InventoryManagement = /*#__PURE__*/React.forwardRef(function InventoryManage
986
1010
  xmlns: "http://www.w3.org/2000/svg",
987
1011
  viewBox: "0 0 32 32",
988
1012
  fill: "currentColor"
989
- }, rest), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
990
- d: "M19 24H23V28H19zM26 24H30V28H26zM19 17H23V21H19zM26 17H30V21H26z"
991
- })), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
992
- d: "M17,24H4V10H28v5h2V10a2.0023,2.0023,0,0,0-2-2H22V4a2.0023,2.0023,0,0,0-2-2H12a2.002,2.002,0,0,0-2,2V8H4a2.002,2.002,0,0,0-2,2V24a2.0023,2.0023,0,0,0,2,2H17ZM12,4h8V8H12Z"
1013
+ }, rest), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1014
+ strokeWidth: "0",
1015
+ d: "m25,2v7h7V2h-7Zm5,5h-3v-3h3v3Z"
1016
+ })), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1017
+ strokeWidth: "0",
1018
+ d: "m23,6h-7v12h12v-7h-5v-5Zm-2,10h-3v-3h3v3Zm5-3v3h-3v-3h3Zm-8-2v-3h3v3h-3Z"
1019
+ })), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1020
+ strokeWidth: "0",
1021
+ d: "M26 20v2H6v-14h8v-2H6c-1.104.0011-1.999.8959-2 2v14c.0012 1.104.896 1.9987 2 2h20c1.104-.0015 1.9985-.8961 2-2v-2h-2zM2 26H30V28H2z"
993
1022
  })), children);
994
1023
  });
995
1024
  if (process.env.NODE_ENV !== "production") {
996
- InventoryManagement.propTypes = iconPropTypes4cbeb95d.i;
1025
+ ImageStoreLocal.propTypes = iconPropTypes4cbeb95d.i;
997
1026
  }
998
- var IotConnect = /*#__PURE__*/React.forwardRef(function IotConnect(_ref39, ref) {
1027
+ var ImportExport = /*#__PURE__*/React.forwardRef(function ImportExport(_ref39, ref) {
999
1028
  var children = _ref39.children,
1000
1029
  _ref39$size = _ref39.size,
1001
1030
  size = _ref39$size === void 0 ? 16 : _ref39$size,
@@ -1007,16 +1036,14 @@ var IotConnect = /*#__PURE__*/React.forwardRef(function IotConnect(_ref39, ref)
1007
1036
  xmlns: "http://www.w3.org/2000/svg",
1008
1037
  viewBox: "0 0 32 32",
1009
1038
  fill: "currentColor"
1010
- }, rest), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
1011
- d: "M30,19H26V15H24v9H8V8l9-.0009V6H13V2H11V6H8A2.002,2.002,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2.0023,2.0023,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2.0027,2.0027,0,0,0,2-2V21h4Z"
1012
- })), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
1013
- d: "M26,2a4.0042,4.0042,0,0,0-4,4,3.9556,3.9556,0,0,0,.5668,2.0192L19.5859,11H11V21H21V12.4141l2.9808-2.9808A3.9553,3.9553,0,0,0,26,10a4,4,0,0,0,0-8ZM19,19H13V13h6ZM26,8a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,26,8Z"
1039
+ }, rest), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1040
+ d: "M28 24v4H4V24H2v4l.0076-.0049A1.9977 1.9977 0 004 30H28a2 2 0 002-2h0V24zM27.6 14.6L24 18.2 24 4 22 4 22 18.2 18.4 14.6 17 16 23 22 29 16 27.6 14.6zM9 4L3 10 4.4 11.4 8 7.8 8 22 10 22 10 7.8 13.6 11.4 15 10 9 4z"
1014
1041
  })), children);
1015
1042
  });
1016
1043
  if (process.env.NODE_ENV !== "production") {
1017
- IotConnect.propTypes = iconPropTypes4cbeb95d.i;
1044
+ ImportExport.propTypes = iconPropTypes4cbeb95d.i;
1018
1045
  }
1019
- var IotPlatform = /*#__PURE__*/React.forwardRef(function IotPlatform(_ref40, ref) {
1046
+ var ImproveRelevance = /*#__PURE__*/React.forwardRef(function ImproveRelevance(_ref40, ref) {
1020
1047
  var children = _ref40.children,
1021
1048
  _ref40$size = _ref40.size,
1022
1049
  size = _ref40$size === void 0 ? 16 : _ref40$size,
@@ -1028,18 +1055,22 @@ var IotPlatform = /*#__PURE__*/React.forwardRef(function IotPlatform(_ref40, ref
1028
1055
  xmlns: "http://www.w3.org/2000/svg",
1029
1056
  viewBox: "0 0 32 32",
1030
1057
  fill: "currentColor"
1031
- }, rest), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
1032
- d: "M30,19H26V15H24v9H8V8l9-.0009V6H13V2H11V6H8A2.002,2.002,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2.0023,2.0023,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2.0027,2.0027,0,0,0,2-2V21h4Z"
1033
- })), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1034
- d: "M21 21H11V11H21zm-8-2h6V13H13zM31 13H29A10.0117 10.0117 0 0019 3V1A12.0131 12.0131 0 0131 13z"
1035
- })), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1036
- d: "M26,13H24a5.0059,5.0059,0,0,0-5-5V6A7.0085,7.0085,0,0,1,26,13Z"
1058
+ }, rest), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1059
+ d: "M22 26.59L19.41 24 18 25.41 22 29.41 30 21.41 28.59 20 22 26.59z"
1060
+ })), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
1061
+ cx: "16",
1062
+ cy: "16",
1063
+ r: "2"
1064
+ })), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1065
+ d: "M16,22a6,6,0,1,1,6-6A6.0066,6.0066,0,0,1,16,22Zm0-10a4,4,0,1,0,4,4A4.0045,4.0045,0,0,0,16,12Z"
1066
+ })), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1067
+ d: "M28,16A12,12,0,1,0,16,28V26A10,10,0,1,1,26,16Z"
1037
1068
  })), children);
1038
1069
  });
1039
1070
  if (process.env.NODE_ENV !== "production") {
1040
- IotPlatform.propTypes = iconPropTypes4cbeb95d.i;
1071
+ ImproveRelevance.propTypes = iconPropTypes4cbeb95d.i;
1041
1072
  }
1042
- var Ip = /*#__PURE__*/React.forwardRef(function Ip(_ref41, ref) {
1073
+ var InProgress = /*#__PURE__*/React.forwardRef(function InProgress(_ref41, ref) {
1043
1074
  var children = _ref41.children,
1044
1075
  _ref41$size = _ref41.size,
1045
1076
  size = _ref41$size === void 0 ? 16 : _ref41$size,
@@ -1051,15 +1082,14 @@ var Ip = /*#__PURE__*/React.forwardRef(function Ip(_ref41, ref) {
1051
1082
  xmlns: "http://www.w3.org/2000/svg",
1052
1083
  viewBox: "0 0 32 32",
1053
1084
  fill: "currentColor"
1054
- }, rest), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1055
- strokeWidth: "0",
1056
- d: "M19 23h-2v-14h6c1.103 0 2 .897 2 2v5c0 1.103-.897 2-2 2h-4v5zm0-7h4v-5.0015h-4v5.0015zM7 11L10 11 10 21 7 21 7 23 15 23 15 21 12 21 12 11 15 11 15 9 7 9 7 11z"
1085
+ }, rest), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1086
+ d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2Zm0,26A12,12,0,0,1,16,4V16l8.4812,8.4814A11.9625,11.9625,0,0,1,16,28Z"
1057
1087
  })), children);
1058
1088
  });
1059
1089
  if (process.env.NODE_ENV !== "production") {
1060
- Ip.propTypes = iconPropTypes4cbeb95d.i;
1090
+ InProgress.propTypes = iconPropTypes4cbeb95d.i;
1061
1091
  }
1062
- var Iso = /*#__PURE__*/React.forwardRef(function Iso(_ref42, ref) {
1092
+ var InProgressError = /*#__PURE__*/React.forwardRef(function InProgressError(_ref42, ref) {
1063
1093
  var children = _ref42.children,
1064
1094
  _ref42$size = _ref42.size,
1065
1095
  size = _ref42$size === void 0 ? 16 : _ref42$size,
@@ -1071,14 +1101,16 @@ var Iso = /*#__PURE__*/React.forwardRef(function Iso(_ref42, ref) {
1071
1101
  xmlns: "http://www.w3.org/2000/svg",
1072
1102
  viewBox: "0 0 32 32",
1073
1103
  fill: "currentColor"
1074
- }, rest), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1075
- d: "M28 23H24a2 2 0 01-2-2V11a2 2 0 012-2h4a2 2 0 012 2V21A2 2 0 0128 23zM24 11V21h4V11zM18 23H12V21h6V17H14a2 2 0 01-2-2V11a2 2 0 012-2h6v2H14v4h4a2 2 0 012 2v4A2 2 0 0118 23zM2 11L5 11 5 21 2 21 2 23 10 23 10 21 7 21 7 11 10 11 10 9 2 9 2 11z"
1104
+ }, rest), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1105
+ d: "M30,24a6,6,0,1,0-6,6A6.0066,6.0066,0,0,0,30,24Zm-2,0a3.9521,3.9521,0,0,1-.5669,2.019L21.981,20.5669A3.9529,3.9529,0,0,1,24,20,4.0045,4.0045,0,0,1,28,24Zm-8,0a3.9521,3.9521,0,0,1,.5669-2.019l5.4521,5.4521A3.9529,3.9529,0,0,1,24,28,4.0045,4.0045,0,0,1,20,24Z"
1106
+ })), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1107
+ d: "M14,2a12,12,0,1,0,2,23.8193v-2.021A10,10,0,1,1,14,4V14l4.343,4.3433A7.9751,7.9751,0,0,1,24,16h1.8193A11.93,11.93,0,0,0,14,2Z"
1076
1108
  })), children);
1077
1109
  });
1078
1110
  if (process.env.NODE_ENV !== "production") {
1079
- Iso.propTypes = iconPropTypes4cbeb95d.i;
1111
+ InProgressError.propTypes = iconPropTypes4cbeb95d.i;
1080
1112
  }
1081
- var IsoFilled = /*#__PURE__*/React.forwardRef(function IsoFilled(_ref43, ref) {
1113
+ var InProgressWarning = /*#__PURE__*/React.forwardRef(function InProgressWarning(_ref43, ref) {
1082
1114
  var children = _ref43.children,
1083
1115
  _ref43$size = _ref43.size,
1084
1116
  size = _ref43$size === void 0 ? 16 : _ref43$size,
@@ -1090,20 +1122,32 @@ var IsoFilled = /*#__PURE__*/React.forwardRef(function IsoFilled(_ref43, ref) {
1090
1122
  xmlns: "http://www.w3.org/2000/svg",
1091
1123
  viewBox: "0 0 32 32",
1092
1124
  fill: "currentColor"
1093
- }, rest), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1094
- d: "M21 13H24V19H21z"
1095
- })), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1096
- d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM8,21H6V11H8Zm9-8H12v2h3a2,2,0,0,1,2,2v2a2,2,0,0,1-2,2H10V19h5V17H12a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5Zm9,6a2,2,0,0,1-2,2H21a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h3a2,2,0,0,1,2,2Z"
1125
+ }, rest), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1126
+ d: "M27.38,28H20.6178L24,21.2358ZM24,18a1,1,0,0,0-.8947.5527l-5,10A1.0005,1.0005,0,0,0,19,30H29a1,1,0,0,0,.9214-1.3892L24.8946,18.5527A1,1,0,0,0,24,18Z"
1127
+ })), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1128
+ d: "M18.746,22.7993A9.999,9.999,0,1,1,14,4V14l6.0971,6.0972,1.22-2.44A2.9849,2.9849,0,0,1,24,16h1.8193A11.993,11.993,0,1,0,14,26a11.9337,11.9337,0,0,0,3.3939-.4966Z"
1097
1129
  })), children);
1098
1130
  });
1099
1131
  if (process.env.NODE_ENV !== "production") {
1100
- IsoFilled.propTypes = iconPropTypes4cbeb95d.i;
1132
+ InProgressWarning.propTypes = iconPropTypes4cbeb95d.i;
1101
1133
  }
1102
- var IsoOutline = /*#__PURE__*/React.forwardRef(function IsoOutline(_ref44, ref) {
1134
+ var Incomplete = /*#__PURE__*/React.forwardRef(function Incomplete(_ref44, ref) {
1103
1135
  var children = _ref44.children,
1104
1136
  _ref44$size = _ref44.size,
1105
1137
  size = _ref44$size === void 0 ? 16 : _ref44$size,
1106
1138
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref44, _excluded44);
1139
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
1140
+ return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1141
+ width: size,
1142
+ height: size,
1143
+ ref: ref,
1144
+ xmlns: "http://www.w3.org/2000/svg",
1145
+ viewBox: "0 0 16 16",
1146
+ fill: "currentColor"
1147
+ }, rest), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1148
+ d: "M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2ZM8,4a4.0045,4.0045,0,0,1,4,4H4A4.0045,4.0045,0,0,1,8,4Z"
1149
+ })), children);
1150
+ }
1107
1151
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1108
1152
  width: size,
1109
1153
  height: size,
@@ -1111,16 +1155,14 @@ var IsoOutline = /*#__PURE__*/React.forwardRef(function IsoOutline(_ref44, ref)
1111
1155
  xmlns: "http://www.w3.org/2000/svg",
1112
1156
  viewBox: "0 0 32 32",
1113
1157
  fill: "currentColor"
1114
- }, rest), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1115
- d: "M24 21H21a2 2 0 01-2-2V13a2 2 0 012-2h3a2 2 0 012 2v6A2 2 0 0124 21zm-3-8v6h3V13zM15 21H10V19h5V17H12a2 2 0 01-2-2V13a2 2 0 012-2h5v2H12v2h3a2 2 0 012 2v2A2 2 0 0115 21zM6 11H8V21H6z"
1116
- })), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1117
- d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM4,24V8H28V24Z"
1158
+ }, rest), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1159
+ d: "M23.7642 6.8593l1.2851-1.5315A13.976 13.976 0 0020.8672 2.887l-.6836 1.8776A11.9729 11.9729 0 0123.7642 6.8593zM27.81 14l1.9677-.4128A13.8888 13.8888 0 0028.14 9.0457L26.4087 10A12.52 12.52 0 0127.81 14zM20.1836 27.2354l.6836 1.8776a13.976 13.976 0 004.1821-2.4408l-1.2851-1.5315A11.9729 11.9729 0 0120.1836 27.2354zM26.4087 22L28.14 23a14.14 14.14 0 001.6382-4.5872L27.81 18.0659A12.1519 12.1519 0 0126.4087 22zM16 30V2a14 14 0 000 28z"
1118
1160
  })), children);
1119
1161
  });
1120
1162
  if (process.env.NODE_ENV !== "production") {
1121
- IsoOutline.propTypes = iconPropTypes4cbeb95d.i;
1163
+ Incomplete.propTypes = iconPropTypes4cbeb95d.i;
1122
1164
  }
1123
- var JoinFull = /*#__PURE__*/React.forwardRef(function JoinFull(_ref45, ref) {
1165
+ var IncompleteCancel = /*#__PURE__*/React.forwardRef(function IncompleteCancel(_ref45, ref) {
1124
1166
  var children = _ref45.children,
1125
1167
  _ref45$size = _ref45.size,
1126
1168
  size = _ref45$size === void 0 ? 16 : _ref45$size,
@@ -1132,22 +1174,14 @@ var JoinFull = /*#__PURE__*/React.forwardRef(function JoinFull(_ref45, ref) {
1132
1174
  xmlns: "http://www.w3.org/2000/svg",
1133
1175
  viewBox: "0 0 32 32",
1134
1176
  fill: "currentColor"
1135
- }, rest), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1136
- fill: "none",
1137
- d: "M16,9.0752a7.9941,7.9941,0,0,1,0,13.85,7.9941,7.9941,0,0,1,0-13.85m0-2.2373a9.9953,9.9953,0,0,0,0,18.3242A9.9953,9.9953,0,0,0,16,6.8379Z",
1138
- "data-icon-path": "inner-path"
1139
- })), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1140
- d: "M10,16a9.9976,9.9976,0,0,1,6-9.1621,10,10,0,1,0,0,18.3242A9.9976,9.9976,0,0,1,10,16Z"
1141
- })), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1142
- d: "M16,9.0752a7.9941,7.9941,0,0,0,0,13.85,7.9941,7.9941,0,0,0,0-13.85Z"
1143
- })), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1144
- d: "M20,6a9.9539,9.9539,0,0,0-4,.8379,9.9953,9.9953,0,0,1,0,18.3242A9.9988,9.9988,0,1,0,20,6Z"
1177
+ }, rest), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1178
+ d: "M30 21.41L28.59 20 25 23.59 21.41 20 20 21.41 23.59 25 20 28.59 21.41 30 25 26.41 28.59 30 30 28.59 26.41 25 30 21.41zM14 26A12 12 0 0114 2zM17.8257 4.7642a10.0288 10.0288 0 013.2422 2.1679l1.4133-1.4135a12.0359 12.0359 0 00-3.89-2.6016zM26 14a11.93 11.93 0 00-.9167-4.5908l-1.8472.7651A9.9428 9.9428 0 0124 14z"
1145
1179
  })), children);
1146
1180
  });
1147
1181
  if (process.env.NODE_ENV !== "production") {
1148
- JoinFull.propTypes = iconPropTypes4cbeb95d.i;
1182
+ IncompleteCancel.propTypes = iconPropTypes4cbeb95d.i;
1149
1183
  }
1150
- var JoinInner = /*#__PURE__*/React.forwardRef(function JoinInner(_ref46, ref) {
1184
+ var IncompleteError = /*#__PURE__*/React.forwardRef(function IncompleteError(_ref46, ref) {
1151
1185
  var children = _ref46.children,
1152
1186
  _ref46$size = _ref46.size,
1153
1187
  size = _ref46$size === void 0 ? 16 : _ref46$size,
@@ -1159,14 +1193,14 @@ var JoinInner = /*#__PURE__*/React.forwardRef(function JoinInner(_ref46, ref) {
1159
1193
  xmlns: "http://www.w3.org/2000/svg",
1160
1194
  viewBox: "0 0 32 32",
1161
1195
  fill: "currentColor"
1162
- }, rest), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1163
- d: "M20,6a9.9355,9.9355,0,0,0-4,.8418A9.999,9.999,0,1,0,16,25.16,9.998,9.998,0,1,0,20,6ZM12,24A8,8,0,1,1,13.7573,8.2017a9.9734,9.9734,0,0,0,0,15.5986A7.9919,7.9919,0,0,1,12,24Zm8,0a7.9919,7.9919,0,0,1-1.7573-.2,9.9734,9.9734,0,0,0,0-15.5986A7.9972,7.9972,0,1,1,20,24Z"
1196
+ }, rest), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1197
+ d: "M14 26A12 12 0 0114 2zM17.8257 4.7642a10.0288 10.0288 0 013.2422 2.1679l1.4133-1.4135a12.0359 12.0359 0 00-3.89-2.6016zM26 14a11.93 11.93 0 00-.9167-4.5908l-1.8472.7651A9.9428 9.9428 0 0124 14zM30 24a6 6 0 10-6 6A6.0066 6.0066 0 0030 24zm-2 0a3.9521 3.9521 0 01-.5669 2.019L21.981 20.5669A3.9529 3.9529 0 0124 20 4.0045 4.0045 0 0128 24zm-8 0a3.9521 3.9521 0 01.5669-2.019l5.4521 5.4521A3.9529 3.9529 0 0124 28 4.0045 4.0045 0 0120 24z"
1164
1198
  })), children);
1165
1199
  });
1166
1200
  if (process.env.NODE_ENV !== "production") {
1167
- JoinInner.propTypes = iconPropTypes4cbeb95d.i;
1201
+ IncompleteError.propTypes = iconPropTypes4cbeb95d.i;
1168
1202
  }
1169
- var JoinLeft = /*#__PURE__*/React.forwardRef(function JoinLeft(_ref47, ref) {
1203
+ var IncompleteWarning = /*#__PURE__*/React.forwardRef(function IncompleteWarning(_ref47, ref) {
1170
1204
  var children = _ref47.children,
1171
1205
  _ref47$size = _ref47.size,
1172
1206
  size = _ref47$size === void 0 ? 16 : _ref47$size,
@@ -1178,22 +1212,14 @@ var JoinLeft = /*#__PURE__*/React.forwardRef(function JoinLeft(_ref47, ref) {
1178
1212
  xmlns: "http://www.w3.org/2000/svg",
1179
1213
  viewBox: "0 0 32 32",
1180
1214
  fill: "currentColor"
1181
- }, rest), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1182
- d: "M20,6a9.9272,9.9272,0,0,0-3.9968.8394,9.9758,9.9758,0,0,1,2.2451,1.36,8,8,0,1,1,0,15.6016,9.9758,9.9758,0,0,1-2.2451,1.36A9.9976,9.9976,0,1,0,20,6Z"
1183
- })), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1184
- d: "M12,16a8.01,8.01,0,0,0,6.2483,7.8008,9.9858,9.9858,0,0,0,0-15.6016A8.01,8.01,0,0,0,12,16Z"
1185
- })), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1186
- fill: "none",
1187
- d: "M12,16a8.01,8.01,0,0,1,6.2483-7.8008,9.9758,9.9758,0,0,0-2.2451-1.36,9.9909,9.9909,0,0,0,0,18.3212,9.9758,9.9758,0,0,0,2.2451-1.36A8.01,8.01,0,0,1,12,16Z",
1188
- "data-icon-path": "inner-path"
1189
- })), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1190
- d: "M10,16a10.0105,10.0105,0,0,1,6.0032-9.1606,10,10,0,1,0,0,18.3212A10.0105,10.0105,0,0,1,10,16Z"
1215
+ }, rest), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1216
+ d: "M14 26A12 12 0 0114 2zM17.8257 4.7642a10.0288 10.0288 0 013.2422 2.1679l1.4133-1.4135a12.0359 12.0359 0 00-3.89-2.6016zM26 14a11.93 11.93 0 00-.9167-4.5908l-1.8472.7651A9.9428 9.9428 0 0124 14zM27.38 28H20.6178L24 21.2358zM24 18a1 1 0 00-.8947.5527l-5 10A1.0005 1.0005 0 0019 30H29a1 1 0 00.9214-1.3892L24.8946 18.5527A1 1 0 0024 18z"
1191
1217
  })), children);
1192
1218
  });
1193
1219
  if (process.env.NODE_ENV !== "production") {
1194
- JoinLeft.propTypes = iconPropTypes4cbeb95d.i;
1220
+ IncompleteWarning.propTypes = iconPropTypes4cbeb95d.i;
1195
1221
  }
1196
- var JoinOuter = /*#__PURE__*/React.forwardRef(function JoinOuter(_ref48, ref) {
1222
+ var IncreaseLevel = /*#__PURE__*/React.forwardRef(function IncreaseLevel(_ref48, ref) {
1197
1223
  var children = _ref48.children,
1198
1224
  _ref48$size = _ref48.size,
1199
1225
  size = _ref48$size === void 0 ? 16 : _ref48$size,
@@ -1205,14 +1231,14 @@ var JoinOuter = /*#__PURE__*/React.forwardRef(function JoinOuter(_ref48, ref) {
1205
1231
  xmlns: "http://www.w3.org/2000/svg",
1206
1232
  viewBox: "0 0 32 32",
1207
1233
  fill: "currentColor"
1208
- }, rest), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1209
- d: "M20 6a9.9539 9.9539 0 00-4 .8379 9.9953 9.9953 0 010 18.3242A9.9988 9.9988 0 1020 6zM10 16a9.9976 9.9976 0 016-9.1621 10 10 0 100 18.3242A9.9976 9.9976 0 0110 16z"
1234
+ }, rest), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1235
+ d: "M23 4L18 7.75 18 14.25 15 12 10 15.75 10 22.25 7 20 2 23.75 2 30 4 30 4 24.75 7 22.5 10 24.75 10 30 12 30 12 16.75 15 14.5 18 16.75 18 30 20 30 20 8.75 23 6.5 26 8.75 26 30 28 30 28 7.75 23 4z"
1210
1236
  })), children);
1211
1237
  });
1212
1238
  if (process.env.NODE_ENV !== "production") {
1213
- JoinOuter.propTypes = iconPropTypes4cbeb95d.i;
1239
+ IncreaseLevel.propTypes = iconPropTypes4cbeb95d.i;
1214
1240
  }
1215
- var JoinRight = /*#__PURE__*/React.forwardRef(function JoinRight(_ref49, ref) {
1241
+ var Industry = /*#__PURE__*/React.forwardRef(function Industry(_ref49, ref) {
1216
1242
  var children = _ref49.children,
1217
1243
  _ref49$size = _ref49.size,
1218
1244
  size = _ref49$size === void 0 ? 16 : _ref49$size,
@@ -1224,22 +1250,14 @@ var JoinRight = /*#__PURE__*/React.forwardRef(function JoinRight(_ref49, ref) {
1224
1250
  xmlns: "http://www.w3.org/2000/svg",
1225
1251
  viewBox: "0 0 32 32",
1226
1252
  fill: "currentColor"
1227
- }, rest), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1228
- d: "M20,6a9.95,9.95,0,0,0-4.0032.8394,9.9909,9.9909,0,0,1,0,18.3212A9.9988,9.9988,0,1,0,20,6Z"
1229
- })), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1230
- fill: "none",
1231
- d: "M20,16a8.01,8.01,0,0,0-6.2483-7.8008,9.9758,9.9758,0,0,1,2.2451-1.36,9.9909,9.9909,0,0,1,0,18.3212,9.9758,9.9758,0,0,1-2.2451-1.36A8.01,8.01,0,0,0,20,16Z",
1232
- "data-icon-path": "inner-path"
1233
- })), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1234
- d: "M10,16a9.9759,9.9759,0,0,0,3.7517,7.8008,7.9937,7.9937,0,0,0,0-15.6016A9.9759,9.9759,0,0,0,10,16Z"
1235
- })), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1236
- d: "M12,24A8,8,0,1,1,13.7517,8.1992a9.9758,9.9758,0,0,1,2.2451-1.36,10,10,0,1,0,0,18.3212,9.9758,9.9758,0,0,1-2.2451-1.36A7.9727,7.9727,0,0,1,12,24Z"
1253
+ }, rest), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1254
+ d: "M29.53,6.15a1,1,0,0,0-1,0L20,10.38V7a1,1,0,0,0-1.45-.89L10,10.38V3A1,1,0,0,0,9,2H3A1,1,0,0,0,2,3V28H30V7A1,1,0,0,0,29.53,6.15ZM22,26H18V19h4Zm6,0H24V18a1,1,0,0,0-1-1H17a1,1,0,0,0-1,1v8H4V4H8v9.62l10-5v5l10-5Z"
1237
1255
  })), children);
1238
1256
  });
1239
1257
  if (process.env.NODE_ENV !== "production") {
1240
- JoinRight.propTypes = iconPropTypes4cbeb95d.i;
1258
+ Industry.propTypes = iconPropTypes4cbeb95d.i;
1241
1259
  }
1242
- var JoinNode = /*#__PURE__*/React.forwardRef(function JoinNode(_ref50, ref) {
1260
+ var InfinitySymbol = /*#__PURE__*/React.forwardRef(function InfinitySymbol(_ref50, ref) {
1243
1261
  var children = _ref50.children,
1244
1262
  _ref50$size = _ref50.size,
1245
1263
  size = _ref50$size === void 0 ? 16 : _ref50$size,
@@ -1251,19 +1269,32 @@ var JoinNode = /*#__PURE__*/React.forwardRef(function JoinNode(_ref50, ref) {
1251
1269
  xmlns: "http://www.w3.org/2000/svg",
1252
1270
  viewBox: "0 0 32 32",
1253
1271
  fill: "currentColor"
1254
- }, rest), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1255
- strokeWidth: "0",
1256
- d: "M2 9H6V11H2zM2 21H6V23H2zM25 11L23.5859 12.4141 26.1719 15 18 15 18 4 12 4 12 9 8 9 8 11 12 11 12 21 8 21 8 23 12 23 12 28 18 28 18 17 26.1719 17 23.5859 19.5859 25 21 30 16 25 11z"
1272
+ }, rest), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1273
+ d: "m23,23c-5.6558,0-7.8577-6.4109-7.9487-6.6837-.0173-.0514-1.8435-5.3163-6.0513-5.3163-2.7571,0-5,2.243-5,5s2.2429,5,5,5c1.5876,0,3.0134-.7322,4.2373-2.1764l1.5259,1.2932c-1.5989,1.8862-3.5916,2.8832-5.7632,2.8832-3.8599,0-7-3.1401-7-7s3.1401-7,7-7c5.6558,0,7.8577,6.4109,7.9487,6.6837.0173.0514,1.8435,5.3163,6.0513,5.3163,2.7571,0,5-2.243,5-5s-2.2429-5-5-5c-1.5876,0-3.0134.7322-4.2373,2.1764l-1.5259-1.2932c1.5989-1.8862,3.5916-2.8832,5.7632-2.8832,3.8599,0,7,3.1401,7,7s-3.1401,7-7,7Z"
1257
1274
  })), children);
1258
1275
  });
1259
1276
  if (process.env.NODE_ENV !== "production") {
1260
- JoinNode.propTypes = iconPropTypes4cbeb95d.i;
1277
+ InfinitySymbol.propTypes = iconPropTypes4cbeb95d.i;
1261
1278
  }
1262
- var Jpg = /*#__PURE__*/React.forwardRef(function Jpg(_ref51, ref) {
1279
+ var Information = /*#__PURE__*/React.forwardRef(function Information(_ref51, ref) {
1263
1280
  var children = _ref51.children,
1264
1281
  _ref51$size = _ref51.size,
1265
1282
  size = _ref51$size === void 0 ? 16 : _ref51$size,
1266
1283
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref51, _excluded51);
1284
+ if (size === 16 || size === "16" || size === "16px") {
1285
+ return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1286
+ width: size,
1287
+ height: size,
1288
+ ref: ref,
1289
+ xmlns: "http://www.w3.org/2000/svg",
1290
+ viewBox: "0 0 16 16",
1291
+ fill: "currentColor"
1292
+ }, rest), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1293
+ d: "M8.5 11L8.5 6.5 6.5 6.5 6.5 7.5 7.5 7.5 7.5 11 6 11 6 12 10 12 10 11zM8 3.5c-.4 0-.8.3-.8.8S7.6 5 8 5c.4 0 .8-.3.8-.8S8.4 3.5 8 3.5z"
1294
+ })), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1295
+ d: "M8,15c-3.9,0-7-3.1-7-7s3.1-7,7-7s7,3.1,7,7S11.9,15,8,15z M8,2C4.7,2,2,4.7,2,8s2.7,6,6,6s6-2.7,6-6S11.3,2,8,2z"
1296
+ })), children);
1297
+ }
1267
1298
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1268
1299
  width: size,
1269
1300
  height: size,
@@ -1271,14 +1302,16 @@ var Jpg = /*#__PURE__*/React.forwardRef(function Jpg(_ref51, ref) {
1271
1302
  xmlns: "http://www.w3.org/2000/svg",
1272
1303
  viewBox: "0 0 32 32",
1273
1304
  fill: "currentColor"
1274
- }, rest), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1275
- d: "M30 23H24a2 2 0 01-2-2V11a2 2 0 012-2h6v2H24V21h4V17H26V15h4zM14 23H12V9h6a2 2 0 012 2v5a2 2 0 01-2 2H14zm0-7h4V11H14zM8 23H4a2 2 0 01-2-2V19H4v2H8V9h2V21A2 2 0 018 23z"
1305
+ }, rest), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1306
+ d: "M17 22L17 14 13 14 13 16 15 16 15 22 12 22 12 24 20 24 20 22 17 22zM16 8a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 8z"
1307
+ })), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1308
+ d: "M16,30A14,14,0,1,1,30,16,14,14,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12,12,0,0,0,16,4Z"
1276
1309
  })), children);
1277
1310
  });
1278
1311
  if (process.env.NODE_ENV !== "production") {
1279
- Jpg.propTypes = iconPropTypes4cbeb95d.i;
1312
+ Information.propTypes = iconPropTypes4cbeb95d.i;
1280
1313
  }
1281
- var JsError = /*#__PURE__*/React.forwardRef(function JsError(_ref52, ref) {
1314
+ var InformationDisabled = /*#__PURE__*/React.forwardRef(function InformationDisabled(_ref52, ref) {
1282
1315
  var children = _ref52.children,
1283
1316
  _ref52$size = _ref52.size,
1284
1317
  size = _ref52$size === void 0 ? 16 : _ref52$size,
@@ -1290,16 +1323,16 @@ var JsError = /*#__PURE__*/React.forwardRef(function JsError(_ref52, ref) {
1290
1323
  xmlns: "http://www.w3.org/2000/svg",
1291
1324
  viewBox: "0 0 32 32",
1292
1325
  fill: "currentColor"
1293
- }, rest), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1294
- d: "M20.3335 30h-2.667c-.9189 0-1.6665-.7476-1.6665-1.6665v-2.3335h2v2h2v-8h2v8.3335c0 .9189-.7476 1.6665-1.6665 1.6665zM28.3335 30h-4.3335v-2h4v-2h-2c-1.103 0-2-.897-2-2v-2.3335c0-.9189.7476-1.6665 1.6665-1.6665h4.3335v2h-4v2h2c1.103 0 2 .897 2 2v2.3335c0 .9189-.7476 1.6665-1.6665 1.6665zM16 18c-.8284 0-1.5.6716-1.5 1.5s.6716 1.5 1.5 1.5 1.5-.6716 1.5-1.5-.6716-1.5-1.5-1.5h0zM15 7H17V16H15z"
1295
- })), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1296
- d: "m14,26h-4.5c-.3538,0-.6809-.1868-.8608-.4912L2.1392,14.5088c-.0928-.1569-.1392-.3329-.1392-.5088s.0464-.3519.1392-.5088L8.6392,2.4912c.1799-.3044.5071-.4912.8608-.4912h13c.3538,0,.6809.1868.8608.4912l6.5,11c.0928.1569.1392.3328.1392.5088s-.0464.3519-.1392.5088l-2,3.3845-1.7217-1.0173,1.6992-2.876-5.9089-10h-11.8589l-5.9089,10,5.9089,10h3.9294v2Z"
1326
+ }, rest), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1327
+ d: "M30 3.4141L28.5859 2 2 28.5859 3.4141 30l3.4433-3.4434A13.9614 13.9614 0 0026.5565 6.8574zM28 16A11.9734 11.9734 0 018.2678 25.146L15 18.4141V22H13v2h7V22H17V16.4141l8.146-8.146A11.8967 11.8967 0 0128 16zM16 8a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 8z"
1328
+ })), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1329
+ d: "M5.67,22.0854A11.9829,11.9829,0,0,1,22.0856,5.67L23.54,4.2163A13.985,13.985,0,0,0,4.2162,23.54Z"
1297
1330
  })), children);
1298
1331
  });
1299
1332
  if (process.env.NODE_ENV !== "production") {
1300
- JsError.propTypes = iconPropTypes4cbeb95d.i;
1333
+ InformationDisabled.propTypes = iconPropTypes4cbeb95d.i;
1301
1334
  }
1302
- var Json = /*#__PURE__*/React.forwardRef(function Json(_ref53, ref) {
1335
+ var InformationFilled = /*#__PURE__*/React.forwardRef(function InformationFilled(_ref53, ref) {
1303
1336
  var children = _ref53.children,
1304
1337
  _ref53$size = _ref53.size,
1305
1338
  size = _ref53$size === void 0 ? 16 : _ref53$size,
@@ -1311,14 +1344,18 @@ var Json = /*#__PURE__*/React.forwardRef(function Json(_ref53, ref) {
1311
1344
  xmlns: "http://www.w3.org/2000/svg",
1312
1345
  viewBox: "0 0 32 32",
1313
1346
  fill: "currentColor"
1314
- }, rest), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1315
- d: "M31 11L31 21 29 21 27 15 27 21 25 21 25 11 27 11 29 17 29 11 31 11zM21.3335 21h-2.667A1.6684 1.6684 0 0117 19.3335v-6.667A1.6684 1.6684 0 0118.6665 11h2.667A1.6684 1.6684 0 0123 12.6665v6.667A1.6684 1.6684 0 0121.3335 21zM19 19h2V13H19zM13.3335 21H9V19h4V17H11a2.002 2.002 0 01-2-2V12.6665A1.6684 1.6684 0 0110.6665 11H15v2H11v2h2a2.002 2.002 0 012 2v2.3335A1.6684 1.6684 0 0113.3335 21zM5.3335 21H2.6665A1.6684 1.6684 0 011 19.3335V17H3v2H5V11H7v8.3335A1.6684 1.6684 0 015.3335 21z"
1347
+ }, rest), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1348
+ fill: "none",
1349
+ d: "M16,8a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,13.875H17.125v-8H13v2.25h1.875v5.75H12v2.25h8Z",
1350
+ "data-icon-path": "inner-path"
1351
+ })), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1352
+ d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,6a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,16.125H12v-2.25h2.875v-5.75H13v-2.25h4.125v8H20Z"
1316
1353
  })), children);
1317
1354
  });
1318
1355
  if (process.env.NODE_ENV !== "production") {
1319
- Json.propTypes = iconPropTypes4cbeb95d.i;
1356
+ InformationFilled.propTypes = iconPropTypes4cbeb95d.i;
1320
1357
  }
1321
- var JsonReference = /*#__PURE__*/React.forwardRef(function JsonReference(_ref54, ref) {
1358
+ var InformationSquare = /*#__PURE__*/React.forwardRef(function InformationSquare(_ref54, ref) {
1322
1359
  var children = _ref54.children,
1323
1360
  _ref54$size = _ref54.size,
1324
1361
  size = _ref54$size === void 0 ? 16 : _ref54$size,
@@ -1330,14 +1367,16 @@ var JsonReference = /*#__PURE__*/React.forwardRef(function JsonReference(_ref54,
1330
1367
  xmlns: "http://www.w3.org/2000/svg",
1331
1368
  viewBox: "0 0 32 32",
1332
1369
  fill: "currentColor"
1333
- }, rest), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1334
- d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM29 12L27 6 25 6 25 16 27 16 27 10 29 16 31 16 31 6 29 6 29 12zM21.3335 6h-2.667A1.6683 1.6683 0 0017 7.6665v6.667A1.6684 1.6684 0 0018.6665 16h2.667A1.6683 1.6683 0 0023 14.3335V7.6665A1.6683 1.6683 0 0021.3335 6zM21 14H19V8h2zM9 7.6665V10a2.002 2.002 0 002 2h2v2H9v2h4.3335A1.6683 1.6683 0 0015 14.3335V12a2.002 2.002 0 00-2-2H11V8h4V6H10.6665A1.6683 1.6683 0 009 7.6665zM5 14H3V12H1v2.3335A1.6684 1.6684 0 002.6665 16h2.667A1.6683 1.6683 0 007 14.3335V6H5z"
1370
+ }, rest), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1371
+ d: "M17 22L17 14 13 14 13 16 15 16 15 22 12 22 12 24 20 24 20 22 17 22zM16 8a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 8z"
1372
+ })), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1373
+ d: "M26,28H6a2.0023,2.0023,0,0,1-2-2V6A2.0023,2.0023,0,0,1,6,4H26a2.0023,2.0023,0,0,1,2,2V26A2.0023,2.0023,0,0,1,26,28ZM6,6V26H26V6Z"
1335
1374
  })), children);
1336
1375
  });
1337
1376
  if (process.env.NODE_ENV !== "production") {
1338
- JsonReference.propTypes = iconPropTypes4cbeb95d.i;
1377
+ InformationSquare.propTypes = iconPropTypes4cbeb95d.i;
1339
1378
  }
1340
- var JumpLink = /*#__PURE__*/React.forwardRef(function JumpLink(_ref55, ref) {
1379
+ var InformationSquareFilled = /*#__PURE__*/React.forwardRef(function InformationSquareFilled(_ref55, ref) {
1341
1380
  var children = _ref55.children,
1342
1381
  _ref55$size = _ref55.size,
1343
1382
  size = _ref55$size === void 0 ? 16 : _ref55$size,
@@ -1349,14 +1388,18 @@ var JumpLink = /*#__PURE__*/React.forwardRef(function JumpLink(_ref55, ref) {
1349
1388
  xmlns: "http://www.w3.org/2000/svg",
1350
1389
  viewBox: "0 0 32 32",
1351
1390
  fill: "currentColor"
1352
- }, rest), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1353
- d: "M13.4141,17.5859,18,22.1719V8H8V6H18a2.0024,2.0024,0,0,1,2,2V22.1719l4.5859-4.586L26,19l-7,7-7-7Z"
1391
+ }, rest), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1392
+ fill: "none",
1393
+ d: "M16,8a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,13.875H17.125v-8H13v2.25h1.875v5.75H12v2.25h8Z",
1394
+ "data-icon-path": "inner-path"
1395
+ })), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1396
+ d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM16,8a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,16.125H12v-2.25h2.875v-5.75H13v-2.25h4.125v8H20Z"
1354
1397
  })), children);
1355
1398
  });
1356
1399
  if (process.env.NODE_ENV !== "production") {
1357
- JumpLink.propTypes = iconPropTypes4cbeb95d.i;
1400
+ InformationSquareFilled.propTypes = iconPropTypes4cbeb95d.i;
1358
1401
  }
1359
- var KeepDry = /*#__PURE__*/React.forwardRef(function KeepDry(_ref56, ref) {
1402
+ var InfrastructureClassic = /*#__PURE__*/React.forwardRef(function InfrastructureClassic(_ref56, ref) {
1360
1403
  var children = _ref56.children,
1361
1404
  _ref56$size = _ref56.size,
1362
1405
  size = _ref56$size === void 0 ? 16 : _ref56$size,
@@ -1368,16 +1411,16 @@ var KeepDry = /*#__PURE__*/React.forwardRef(function KeepDry(_ref56, ref) {
1368
1411
  xmlns: "http://www.w3.org/2000/svg",
1369
1412
  viewBox: "0 0 32 32",
1370
1413
  fill: "currentColor"
1371
- }, rest), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1372
- d: "M25,10a3.8978,3.8978,0,0,1-4-3.777,3.9017,3.9017,0,0,1,.6533-2.0639L24.17.4141a1.0381,1.0381,0,0,1,1.6592,0L28.3154,4.11A3.9693,3.9693,0,0,1,29,6.223,3.8978,3.8978,0,0,1,25,10Zm0-7.2368L23.3438,5.2257A1.89,1.89,0,0,0,23,6.223a2.014,2.014,0,0,0,4,0,1.98,1.98,0,0,0-.375-1.0466Z"
1373
- })), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1374
- d: "M29.9854,15.83a13.9726,13.9726,0,0,0-1.8147-4.8323L26.4329,12.001a12.092,12.092,0,0,1,1.07,2.2124A5.4079,5.4079,0,0,0,26,14a6.5439,6.5439,0,0,0-3.939,1.333,14.5177,14.5177,0,0,0-3.0456-8.9341A13.8858,13.8858,0,0,0,17,4.4014V2H15V4.0464A14.3808,14.3808,0,0,0,2.0146,15.83,1,1,0,0,0,3.51,16.86,4.8551,4.8551,0,0,1,6,16a4.8653,4.8653,0,0,1,4.1406,2.5107,1.0393,1.0393,0,0,0,1.7188,0A5.02,5.02,0,0,1,15,16.1255V25.5a2.5,2.5,0,0,1-5,0V25H8v.5a4.5,4.5,0,0,0,9,0V16.1255a5.02,5.02,0,0,1,3.1406,2.3852.9994.9994,0,0,0,1.7188,0A4.8653,4.8653,0,0,1,26,16a4.8551,4.8551,0,0,1,2.49.86,1,1,0,0,0,1.4957-1.03ZM9.939,15.333A6.5439,6.5439,0,0,0,6,14a5.4079,5.4079,0,0,0-1.5034.2134,12.4413,12.4413,0,0,1,8.488-7.8145A14.5157,14.5157,0,0,0,9.939,15.333ZM16,14a6.5526,6.5526,0,0,0-4.0564,1.4307c.0378-2.22.6089-6.49,4.0564-9.1763,3.4307,2.6768,4.009,6.9487,4.0522,9.1728A6.552,6.552,0,0,0,16,14Z"
1414
+ }, rest), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1415
+ d: "M18 26H30V28H18zM18 21H30V23H18zM18 16H30V18H18z"
1416
+ })), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1417
+ d: "M14,25H9.5A7.4964,7.4964,0,0,1,8.1782,10.124,10,10,0,0,1,28,12H26a7.999,7.999,0,0,0-15.9507-.87l-.09.8335L9.123,12.02A5.4962,5.4962,0,0,0,9.5,23H14Z"
1375
1418
  })), children);
1376
1419
  });
1377
1420
  if (process.env.NODE_ENV !== "production") {
1378
- KeepDry.propTypes = iconPropTypes4cbeb95d.i;
1421
+ InfrastructureClassic.propTypes = iconPropTypes4cbeb95d.i;
1379
1422
  }
1380
- var Key = /*#__PURE__*/React.forwardRef(function Key(_ref57, ref) {
1423
+ var Insert = /*#__PURE__*/React.forwardRef(function Insert(_ref57, ref) {
1381
1424
  var children = _ref57.children,
1382
1425
  _ref57$size = _ref57.size,
1383
1426
  size = _ref57$size === void 0 ? 16 : _ref57$size,
@@ -1389,15 +1432,14 @@ var Key = /*#__PURE__*/React.forwardRef(function Key(_ref57, ref) {
1389
1432
  xmlns: "http://www.w3.org/2000/svg",
1390
1433
  viewBox: "0 0 32 32",
1391
1434
  fill: "currentColor"
1392
- }, rest), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1393
- strokeWidth: "0",
1394
- d: "M30 9L28.0001 9 26 16 24.0001 9 22 9 25 17.9996 25 23 27 23 27 18 27.0001 18 30 9zM21 11L21 9 13 9 13 23 21 23 21 21 15 21 15 17 20 17 20 15 15 15 15 11 21 11zM11 9L8.8941 9 5 15.5527 5 9 3 9 3 23 5 23 5 18.7062 5.9277 17.2208 8.8941 23 11 23 7.1093 15.4308 11 9z"
1435
+ }, rest), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1436
+ d: "M2 9h9V2H2zM4 4H9V7H4zM2 19h9V12H2zm2-5H9v3H4zM2 29h9V22H2zm2-5H9v3H4zM27 9H18l3.41-3.59L20 4l-6 6 6 6 1.41-1.41L18 11h9a1 1 0 011 1V24a1 1 0 01-1 1H15v2H27a3 3 0 003-3V12A3 3 0 0027 9z"
1395
1437
  })), children);
1396
1438
  });
1397
1439
  if (process.env.NODE_ENV !== "production") {
1398
- Key.propTypes = iconPropTypes4cbeb95d.i;
1440
+ Insert.propTypes = iconPropTypes4cbeb95d.i;
1399
1441
  }
1400
- var Keyboard = /*#__PURE__*/React.forwardRef(function Keyboard(_ref58, ref) {
1442
+ var InsertPage = /*#__PURE__*/React.forwardRef(function InsertPage(_ref58, ref) {
1401
1443
  var children = _ref58.children,
1402
1444
  _ref58$size = _ref58.size,
1403
1445
  size = _ref58$size === void 0 ? 16 : _ref58$size,
@@ -1409,16 +1451,14 @@ var Keyboard = /*#__PURE__*/React.forwardRef(function Keyboard(_ref58, ref) {
1409
1451
  xmlns: "http://www.w3.org/2000/svg",
1410
1452
  viewBox: "0 0 32 32",
1411
1453
  fill: "currentColor"
1412
- }, rest), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1413
- d: "M28,26H4a2,2,0,0,1-2-2V10A2,2,0,0,1,4,8H28a2,2,0,0,1,2,2V24A2,2,0,0,1,28,26ZM4,10V24H28V10Z"
1414
- })), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1415
- d: "M10 20H21V22H10zM6 12H8V14H6zM10 12H12V14H10zM14 12H16V14H14zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM14 16H16V18H14zM22 12H26V14H22zM22 16H26V18H22zM18 16H20V18H18zM23 20H26V22H23z"
1454
+ }, rest), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1455
+ d: "M26 30H24V20H12V30H10V20a2.0021 2.0021 0 012-2H24a2.0021 2.0021 0 012 2zM5.17 16L2 19.17 3.411 20.589 8 16 3.42 11.42 2 12.83 5.17 16zM24 14H12a2.0021 2.0021 0 01-2-2V2h2V12H24V2h2V12A2.0021 2.0021 0 0124 14z"
1416
1456
  })), children);
1417
1457
  });
1418
1458
  if (process.env.NODE_ENV !== "production") {
1419
- Keyboard.propTypes = iconPropTypes4cbeb95d.i;
1459
+ InsertPage.propTypes = iconPropTypes4cbeb95d.i;
1420
1460
  }
1421
- var KeyboardOff = /*#__PURE__*/React.forwardRef(function KeyboardOff(_ref59, ref) {
1461
+ var InsertSyntax = /*#__PURE__*/React.forwardRef(function InsertSyntax(_ref59, ref) {
1422
1462
  var children = _ref59.children,
1423
1463
  _ref59$size = _ref59.size,
1424
1464
  size = _ref59$size === void 0 ? 16 : _ref59$size,
@@ -1430,16 +1470,16 @@ var KeyboardOff = /*#__PURE__*/React.forwardRef(function KeyboardOff(_ref59, ref
1430
1470
  xmlns: "http://www.w3.org/2000/svg",
1431
1471
  viewBox: "0 0 32 32",
1432
1472
  fill: "currentColor"
1433
- }, rest), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1434
- d: "M6 12H8V14H6zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM22 12H26V14H22zM22 16H26V18H22z"
1435
- })), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1436
- 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"
1473
+ }, rest), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1474
+ d: "M20.17 16L17.59 18.58 19 20 23 16 19 12 17.58 13.41 20.17 16zM11.83 16L14.41 13.42 13 12 9 16 13 20 14.42 18.59 11.83 16z"
1475
+ })), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1476
+ d: "M27,22.142V9.858A3.9916,3.9916,0,1,0,22.142,5H9.858A3.9916,3.9916,0,1,0,5,9.858V22.142A3.9916,3.9916,0,1,0,9.858,27H22.142A3.9916,3.9916,0,1,0,27,22.142ZM26,4a2,2,0,1,1-2,2A2.0023,2.0023,0,0,1,26,4ZM4,6A2,2,0,1,1,6,8,2.002,2.002,0,0,1,4,6ZM6,28a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,6,28Zm16.142-3H9.858A3.9937,3.9937,0,0,0,7,22.142V9.858A3.9947,3.9947,0,0,0,9.858,7H22.142A3.9937,3.9937,0,0,0,25,9.858V22.142A3.9931,3.9931,0,0,0,22.142,25ZM26,28a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,26,28Z"
1437
1477
  })), children);
1438
1478
  });
1439
1479
  if (process.env.NODE_ENV !== "production") {
1440
- KeyboardOff.propTypes = iconPropTypes4cbeb95d.i;
1480
+ InsertSyntax.propTypes = iconPropTypes4cbeb95d.i;
1441
1481
  }
1442
- var Kubelet = /*#__PURE__*/React.forwardRef(function Kubelet(_ref60, ref) {
1482
+ var Inspection = /*#__PURE__*/React.forwardRef(function Inspection(_ref60, ref) {
1443
1483
  var children = _ref60.children,
1444
1484
  _ref60$size = _ref60.size,
1445
1485
  size = _ref60$size === void 0 ? 16 : _ref60$size,
@@ -1451,28 +1491,20 @@ var Kubelet = /*#__PURE__*/React.forwardRef(function Kubelet(_ref60, ref) {
1451
1491
  xmlns: "http://www.w3.org/2000/svg",
1452
1492
  viewBox: "0 0 32 32",
1453
1493
  fill: "currentColor"
1454
- }, rest), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1455
- strokeWidth: "0",
1456
- 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"
1457
- })), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1458
- strokeWidth: "0",
1459
- d: "m16,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v9h-2V6H6v20h10v2Z"
1494
+ }, rest), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1495
+ d: "M15 17.18L12.41 14.59 11 16 15 20 22 13 20.59 11.59 15 17.18z"
1496
+ })), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1497
+ d: "M30,15H27.9492A12.0071,12.0071,0,0,0,17,4.0508V2H15V4.0508A12.0071,12.0071,0,0,0,4.0508,15H2v2H4.0508A12.0071,12.0071,0,0,0,15,27.9492V30h2V27.9492A12.0071,12.0071,0,0,0,27.9492,17H30ZM17,25.9492V23H15v2.9492A10.0166,10.0166,0,0,1,6.0508,17H9V15H6.0508A10.0166,10.0166,0,0,1,15,6.0508V9h2V6.0508A10.0166,10.0166,0,0,1,25.9492,15H23v2h2.949A10.0165,10.0165,0,0,1,17,25.9492Z"
1460
1498
  })), children);
1461
1499
  });
1462
1500
  if (process.env.NODE_ENV !== "production") {
1463
- Kubelet.propTypes = iconPropTypes4cbeb95d.i;
1501
+ Inspection.propTypes = iconPropTypes4cbeb95d.i;
1464
1502
  }
1465
- var Kubernetes = /*#__PURE__*/React.forwardRef(function Kubernetes(_ref61, ref) {
1503
+ var InstanceBx = /*#__PURE__*/React.forwardRef(function InstanceBx(_ref61, ref) {
1466
1504
  var children = _ref61.children,
1467
1505
  _ref61$size = _ref61.size,
1468
1506
  size = _ref61$size === void 0 ? 16 : _ref61$size,
1469
1507
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref61, _excluded61);
1470
- if (process.env.NODE_ENV !== "production") {
1471
- if (!didWarnAboutDeprecation["Kubernetes"]) {
1472
- didWarnAboutDeprecation["Kubernetes"] = true;
1473
- 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.");
1474
- }
1475
- }
1476
1508
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1477
1509
  width: size,
1478
1510
  height: size,
@@ -1480,14 +1512,20 @@ var Kubernetes = /*#__PURE__*/React.forwardRef(function Kubernetes(_ref61, ref)
1480
1512
  xmlns: "http://www.w3.org/2000/svg",
1481
1513
  viewBox: "0 0 32 32",
1482
1514
  fill: "currentColor"
1483
- }, rest), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1484
- 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"
1515
+ }, rest), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1516
+ d: "M12 5A3.0033 3.0033 0 009 2H4V15H9a3.0033 3.0033 0 003-3V10.5a2.977 2.977 0 00-.78-2 2.9768 2.9768 0 00.78-2zM6 4H9a1.0013 1.0013 0 011 1V6.5513A.9587.9587 0 019 7.5H6zm4 8a1.0009 1.0009 0 01-1 1H6V9.5H9a1.0009 1.0009 0 011 1zM22 5L20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5z"
1517
+ })), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
1518
+ cx: "9",
1519
+ cy: "27",
1520
+ r: "1"
1521
+ })), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1522
+ d: "M2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
1485
1523
  })), children);
1486
1524
  });
1487
1525
  if (process.env.NODE_ENV !== "production") {
1488
- Kubernetes.propTypes = iconPropTypes4cbeb95d.i;
1526
+ InstanceBx.propTypes = iconPropTypes4cbeb95d.i;
1489
1527
  }
1490
- var KubernetesControlPlaneNode = /*#__PURE__*/React.forwardRef(function KubernetesControlPlaneNode(_ref62, ref) {
1528
+ var InstanceClassic = /*#__PURE__*/React.forwardRef(function InstanceClassic(_ref62, ref) {
1491
1529
  var children = _ref62.children,
1492
1530
  _ref62$size = _ref62.size,
1493
1531
  size = _ref62$size === void 0 ? 16 : _ref62$size,
@@ -1499,19 +1537,20 @@ var KubernetesControlPlaneNode = /*#__PURE__*/React.forwardRef(function Kubernet
1499
1537
  xmlns: "http://www.w3.org/2000/svg",
1500
1538
  viewBox: "0 0 32 32",
1501
1539
  fill: "currentColor"
1502
- }, rest), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1503
- 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"
1504
- })), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1505
- 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"
1506
- })), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1507
- fill: "none",
1508
- d: "M0 0h32v32H0z"
1540
+ }, rest), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1541
+ d: "M23.5,21H23V19h.5a4.4975,4.4975,0,0,0,.3564-8.981l-.8154-.0639-.0986-.812a6.9938,6.9938,0,0,0-13.8838,0l-.0991.812-.8155.0639A4.4975,4.4975,0,0,0,8.5,19H9v2H8.5A6.4973,6.4973,0,0,1,7.2,8.1362a8.9943,8.9943,0,0,1,17.6006,0A6.4974,6.4974,0,0,1,23.5,21Z"
1542
+ })), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
1543
+ cx: "9",
1544
+ cy: "27",
1545
+ r: "1"
1546
+ })), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1547
+ d: "M26,23H17V15.83l2.59,2.58L21,17l-5-5-5,5,1.41,1.41L15,15.83V23H6a2.0023,2.0023,0,0,0-2,2v4a2.0023,2.0023,0,0,0,2,2H26a2.0023,2.0023,0,0,0,2-2V25A2.0023,2.0023,0,0,0,26,23Zm0,6H6V25H26Z"
1509
1548
  })), children);
1510
1549
  });
1511
1550
  if (process.env.NODE_ENV !== "production") {
1512
- KubernetesControlPlaneNode.propTypes = iconPropTypes4cbeb95d.i;
1551
+ InstanceClassic.propTypes = iconPropTypes4cbeb95d.i;
1513
1552
  }
1514
- var KubernetesIpAddress = /*#__PURE__*/React.forwardRef(function KubernetesIpAddress(_ref63, ref) {
1553
+ var InstanceCx = /*#__PURE__*/React.forwardRef(function InstanceCx(_ref63, ref) {
1515
1554
  var children = _ref63.children,
1516
1555
  _ref63$size = _ref63.size,
1517
1556
  size = _ref63$size === void 0 ? 16 : _ref63$size,
@@ -1523,22 +1562,18 @@ var KubernetesIpAddress = /*#__PURE__*/React.forwardRef(function KubernetesIpAdd
1523
1562
  xmlns: "http://www.w3.org/2000/svg",
1524
1563
  viewBox: "0 0 32 32",
1525
1564
  fill: "currentColor"
1526
- }, rest), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
1527
- cx: "16",
1528
- cy: "9",
1529
- r: "2"
1530
- })), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
1531
- cx: "16",
1532
- cy: "16",
1533
- r: "2"
1534
- })), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1535
- 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"
1565
+ }, rest), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
1566
+ cx: "9",
1567
+ cy: "27",
1568
+ r: "1"
1569
+ })), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1570
+ d: "M22 5L20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5zM12 15H6a2.0023 2.0023 0 01-2-2V4A2.002 2.002 0 016 2h6V4H6v9h6zM2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
1536
1571
  })), children);
1537
1572
  });
1538
1573
  if (process.env.NODE_ENV !== "production") {
1539
- KubernetesIpAddress.propTypes = iconPropTypes4cbeb95d.i;
1574
+ InstanceCx.propTypes = iconPropTypes4cbeb95d.i;
1540
1575
  }
1541
- var KubernetesOperator = /*#__PURE__*/React.forwardRef(function KubernetesOperator(_ref64, ref) {
1576
+ var InstanceMx = /*#__PURE__*/React.forwardRef(function InstanceMx(_ref64, ref) {
1542
1577
  var children = _ref64.children,
1543
1578
  _ref64$size = _ref64.size,
1544
1579
  size = _ref64$size === void 0 ? 16 : _ref64$size,
@@ -1550,18 +1585,20 @@ var KubernetesOperator = /*#__PURE__*/React.forwardRef(function KubernetesOperat
1550
1585
  xmlns: "http://www.w3.org/2000/svg",
1551
1586
  viewBox: "0 0 32 32",
1552
1587
  fill: "currentColor"
1553
- }, rest), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1554
- strokeWidth: "0",
1555
- 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"
1556
- })), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1557
- strokeWidth: "0",
1558
- 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"
1588
+ }, rest), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1589
+ d: "M22 5L20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5zM10 2L8.485 6.374 8 8 7.535 6.374 6 2 4 2 4 15 6 15 6 7.374 5.841 5.378 6.421 7.374 8 12 9.579 7.374 10.159 5.374 10 7.374 10 15 12 15 12 2 10 2z"
1590
+ })), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
1591
+ cx: "9",
1592
+ cy: "27",
1593
+ r: "1"
1594
+ })), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1595
+ d: "M2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
1559
1596
  })), children);
1560
1597
  });
1561
1598
  if (process.env.NODE_ENV !== "production") {
1562
- KubernetesOperator.propTypes = iconPropTypes4cbeb95d.i;
1599
+ InstanceMx.propTypes = iconPropTypes4cbeb95d.i;
1563
1600
  }
1564
- var KubernetesPod = /*#__PURE__*/React.forwardRef(function KubernetesPod(_ref65, ref) {
1601
+ var InstanceVirtual = /*#__PURE__*/React.forwardRef(function InstanceVirtual(_ref65, ref) {
1565
1602
  var children = _ref65.children,
1566
1603
  _ref65$size = _ref65.size,
1567
1604
  size = _ref65$size === void 0 ? 16 : _ref65$size,
@@ -1573,16 +1610,18 @@ var KubernetesPod = /*#__PURE__*/React.forwardRef(function KubernetesPod(_ref65,
1573
1610
  xmlns: "http://www.w3.org/2000/svg",
1574
1611
  viewBox: "0 0 32 32",
1575
1612
  fill: "currentColor"
1576
- }, rest), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1577
- 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"
1578
- })), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1579
- 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"
1613
+ }, rest), _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
1614
+ cx: "7",
1615
+ cy: "23",
1616
+ r: "1"
1617
+ })), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1618
+ d: "M2 6H6V8H2zM8 6H12V8H8zM14 6H18V8H14zM20 6H24V8H20zM26 6H30V8H26zM28 28H4a2.0021 2.0021 0 01-2-2V20a2.0021 2.0021 0 012-2H28a2.0021 2.0021 0 012 2v6A2.0021 2.0021 0 0128 28zM4 20v6H28V20zM2 12H30V14H2z"
1580
1619
  })), children);
1581
1620
  });
1582
1621
  if (process.env.NODE_ENV !== "production") {
1583
- KubernetesPod.propTypes = iconPropTypes4cbeb95d.i;
1622
+ InstanceVirtual.propTypes = iconPropTypes4cbeb95d.i;
1584
1623
  }
1585
- var KubernetesWorkerNode = /*#__PURE__*/React.forwardRef(function KubernetesWorkerNode(_ref66, ref) {
1624
+ var Integration = /*#__PURE__*/React.forwardRef(function Integration(_ref66, ref) {
1586
1625
  var children = _ref66.children,
1587
1626
  _ref66$size = _ref66.size,
1588
1627
  size = _ref66$size === void 0 ? 16 : _ref66$size,
@@ -1594,19 +1633,14 @@ var KubernetesWorkerNode = /*#__PURE__*/React.forwardRef(function KubernetesWork
1594
1633
  xmlns: "http://www.w3.org/2000/svg",
1595
1634
  viewBox: "0 0 32 32",
1596
1635
  fill: "currentColor"
1597
- }, rest), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1598
- 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"
1599
- })), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1600
- 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"
1601
- })), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1602
- fill: "none",
1603
- d: "M0 0h32v32H0z"
1636
+ }, rest), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1637
+ d: "M29.88,15.52l-6-11A1,1,0,0,0,23,4H9a1,1,0,0,0-.88.52l-6,11a1,1,0,0,0,0,1l6,11A1,1,0,0,0,9,28H23a1,1,0,0,0,.88-.52l6-11A1,1,0,0,0,29.88,15.52ZM22.93,7l4.39,8h-9.5ZM16,14.14,10.82,6H21.18ZM9.07,7l5.11,8H4.68ZM4.68,17h9.5L9.07,25ZM16,17.86,21.18,26H10.82ZM22.93,25l-5.11-8h9.5Z"
1604
1638
  })), children);
1605
1639
  });
1606
1640
  if (process.env.NODE_ENV !== "production") {
1607
- KubernetesWorkerNode.propTypes = iconPropTypes4cbeb95d.i;
1641
+ Integration.propTypes = iconPropTypes4cbeb95d.i;
1608
1642
  }
1609
- var Label = /*#__PURE__*/React.forwardRef(function Label(_ref67, ref) {
1643
+ var IntentRequestActive = /*#__PURE__*/React.forwardRef(function IntentRequestActive(_ref67, ref) {
1610
1644
  var children = _ref67.children,
1611
1645
  _ref67$size = _ref67.size,
1612
1646
  size = _ref67$size === void 0 ? 16 : _ref67$size,
@@ -1618,16 +1652,16 @@ var Label = /*#__PURE__*/React.forwardRef(function Label(_ref67, ref) {
1618
1652
  xmlns: "http://www.w3.org/2000/svg",
1619
1653
  viewBox: "0 0 32 32",
1620
1654
  fill: "currentColor"
1621
- }, rest), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1622
- 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"
1623
- })), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1624
- 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"
1655
+ }, rest), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1656
+ d: "M23 27.2L20.4 24.6 19 26 23 30 31 22 29.6 20.6z"
1657
+ })), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1658
+ d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
1625
1659
  })), children);
1626
1660
  });
1627
1661
  if (process.env.NODE_ENV !== "production") {
1628
- Label.propTypes = iconPropTypes4cbeb95d.i;
1662
+ IntentRequestActive.propTypes = iconPropTypes4cbeb95d.i;
1629
1663
  }
1630
- var Language = /*#__PURE__*/React.forwardRef(function Language(_ref68, ref) {
1664
+ var IntentRequestCreate = /*#__PURE__*/React.forwardRef(function IntentRequestCreate(_ref68, ref) {
1631
1665
  var children = _ref68.children,
1632
1666
  _ref68$size = _ref68.size,
1633
1667
  size = _ref68$size === void 0 ? 16 : _ref68$size,
@@ -1639,14 +1673,16 @@ var Language = /*#__PURE__*/React.forwardRef(function Language(_ref68, ref) {
1639
1673
  xmlns: "http://www.w3.org/2000/svg",
1640
1674
  viewBox: "0 0 32 32",
1641
1675
  fill: "currentColor"
1642
- }, rest), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1643
- 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"
1676
+ }, rest), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1677
+ d: "M30 24L26 24 26 20 24 20 24 24 20 24 20 26 24 26 24 30 26 30 26 26 30 26z"
1678
+ })), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1679
+ d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
1644
1680
  })), children);
1645
1681
  });
1646
1682
  if (process.env.NODE_ENV !== "production") {
1647
- Language.propTypes = iconPropTypes4cbeb95d.i;
1683
+ IntentRequestCreate.propTypes = iconPropTypes4cbeb95d.i;
1648
1684
  }
1649
- var Laptop = /*#__PURE__*/React.forwardRef(function Laptop(_ref69, ref) {
1685
+ var IntentRequestHeal = /*#__PURE__*/React.forwardRef(function IntentRequestHeal(_ref69, ref) {
1650
1686
  var children = _ref69.children,
1651
1687
  _ref69$size = _ref69.size,
1652
1688
  size = _ref69$size === void 0 ? 16 : _ref69$size,
@@ -1658,17 +1694,16 @@ var Laptop = /*#__PURE__*/React.forwardRef(function Laptop(_ref69, ref) {
1658
1694
  xmlns: "http://www.w3.org/2000/svg",
1659
1695
  viewBox: "0 0 32 32",
1660
1696
  fill: "currentColor"
1661
- }, rest), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1662
- 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",
1663
- transform: "translate(0 .005)"
1664
- })), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1665
- d: "M2 26.005H30V28.005H2z"
1697
+ }, rest), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1698
+ d: "M27,20c-0.8,0-1.5,0.3-2.1,0.9l-0.4,0.5l-0.4-0.5C23.5,20.3,22.7,20,22,20s-1.5,0.3-2.1,0.9c-1.2,1.2-1.2,3.1,0,4.3l4.6,4.8 l4.6-4.8c1.2-1.2,1.2-3.1,0-4.3C28.6,20.3,27.8,20,27,20L27,20z"
1699
+ })), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1700
+ d: "M16.6,28.6L4,16L16,4l12.6,12.6l1.4-1.4L17.5,2.6c-0.8-0.8-2.1-0.8-2.9,0L2.6,14.5c-0.8,0.8-0.8,2.1,0,2.9L15.1,30 L16.6,28.6z"
1666
1701
  })), children);
1667
1702
  });
1668
1703
  if (process.env.NODE_ENV !== "production") {
1669
- Laptop.propTypes = iconPropTypes4cbeb95d.i;
1704
+ IntentRequestHeal.propTypes = iconPropTypes4cbeb95d.i;
1670
1705
  }
1671
- var Lasso = /*#__PURE__*/React.forwardRef(function Lasso(_ref70, ref) {
1706
+ var IntentRequestInactive = /*#__PURE__*/React.forwardRef(function IntentRequestInactive(_ref70, ref) {
1672
1707
  var children = _ref70.children,
1673
1708
  _ref70$size = _ref70.size,
1674
1709
  size = _ref70$size === void 0 ? 16 : _ref70$size,
@@ -1680,14 +1715,26 @@ var Lasso = /*#__PURE__*/React.forwardRef(function Lasso(_ref70, ref) {
1680
1715
  xmlns: "http://www.w3.org/2000/svg",
1681
1716
  viewBox: "0 0 32 32",
1682
1717
  fill: "currentColor"
1683
- }, rest), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1684
- 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"
1718
+ }, rest), _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
1719
+ cx: "18.5",
1720
+ cy: "22.5",
1721
+ r: "1.5"
1722
+ })), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
1723
+ cx: "23.5",
1724
+ cy: "22.5",
1725
+ r: "1.5"
1726
+ })), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
1727
+ cx: "28.5",
1728
+ cy: "22.5",
1729
+ r: "1.5"
1730
+ })), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1731
+ d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
1685
1732
  })), children);
1686
1733
  });
1687
1734
  if (process.env.NODE_ENV !== "production") {
1688
- Lasso.propTypes = iconPropTypes4cbeb95d.i;
1735
+ IntentRequestInactive.propTypes = iconPropTypes4cbeb95d.i;
1689
1736
  }
1690
- var LassoPolygon = /*#__PURE__*/React.forwardRef(function LassoPolygon(_ref71, ref) {
1737
+ var IntentRequestScaleIn = /*#__PURE__*/React.forwardRef(function IntentRequestScaleIn(_ref71, ref) {
1691
1738
  var children = _ref71.children,
1692
1739
  _ref71$size = _ref71.size,
1693
1740
  size = _ref71$size === void 0 ? 16 : _ref71$size,
@@ -1699,32 +1746,18 @@ var LassoPolygon = /*#__PURE__*/React.forwardRef(function LassoPolygon(_ref71, r
1699
1746
  xmlns: "http://www.w3.org/2000/svg",
1700
1747
  viewBox: "0 0 32 32",
1701
1748
  fill: "currentColor"
1702
- }, rest), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1703
- 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"
1749
+ }, rest), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1750
+ d: "M28.6 30L30 28.6 22.4 21 29 21 29 19 19 19 19 29 21 29 21 22.4zM2 28.6L3.4 30 11 22.4 11 29 13 29 13 19 3 19 3 21 9.6 21zM17 2L15 2 15 12.2 10.4 7.6 9 9 16 16 23 9 21.6 7.6 17 12.2z"
1704
1751
  })), children);
1705
1752
  });
1706
1753
  if (process.env.NODE_ENV !== "production") {
1707
- LassoPolygon.propTypes = iconPropTypes4cbeb95d.i;
1754
+ IntentRequestScaleIn.propTypes = iconPropTypes4cbeb95d.i;
1708
1755
  }
1709
- var Launch = /*#__PURE__*/React.forwardRef(function Launch(_ref72, ref) {
1756
+ var IntentRequestScaleOut = /*#__PURE__*/React.forwardRef(function IntentRequestScaleOut(_ref72, ref) {
1710
1757
  var children = _ref72.children,
1711
1758
  _ref72$size = _ref72.size,
1712
1759
  size = _ref72$size === void 0 ? 16 : _ref72$size,
1713
1760
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref72, _excluded72);
1714
- if (size === 16 || size === "16" || size === "16px") {
1715
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1716
- width: size,
1717
- height: size,
1718
- ref: ref,
1719
- xmlns: "http://www.w3.org/2000/svg",
1720
- viewBox: "0 0 16 16",
1721
- fill: "currentColor"
1722
- }, rest), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1723
- 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"
1724
- })), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1725
- d: "M10 1L10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z"
1726
- })), children);
1727
- }
1728
1761
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1729
1762
  width: size,
1730
1763
  height: size,
@@ -1732,16 +1765,14 @@ var Launch = /*#__PURE__*/React.forwardRef(function Launch(_ref72, ref) {
1732
1765
  xmlns: "http://www.w3.org/2000/svg",
1733
1766
  viewBox: "0 0 32 32",
1734
1767
  fill: "currentColor"
1735
- }, rest), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1736
- 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"
1737
- })), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1738
- d: "M20 2L20 4 26.586 4 18 12.586 19.414 14 28 5.414 28 12 30 12 30 2 20 2z"
1768
+ }, rest), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1769
+ d: "M19 20.4L20.4 19 28 26.6 28 20 30 20 30 30 20 30 20 28 26.6 28zM13 20.4L11.6 19 4 26.6 4 20 2 20 2 30 12 30 12 28 5.4 28zM17 16L15 16 15 5.8 10.4 10.4 9 9 16 2 23 9 21.6 10.4 17 5.8z"
1739
1770
  })), children);
1740
1771
  });
1741
1772
  if (process.env.NODE_ENV !== "production") {
1742
- Launch.propTypes = iconPropTypes4cbeb95d.i;
1773
+ IntentRequestScaleOut.propTypes = iconPropTypes4cbeb95d.i;
1743
1774
  }
1744
- var WatsonHealthLaunchStudy_1 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_1(_ref73, ref) {
1775
+ var IntentRequestUninstall = /*#__PURE__*/React.forwardRef(function IntentRequestUninstall(_ref73, ref) {
1745
1776
  var children = _ref73.children,
1746
1777
  _ref73$size = _ref73.size,
1747
1778
  size = _ref73$size === void 0 ? 16 : _ref73$size,
@@ -1753,20 +1784,16 @@ var WatsonHealthLaunchStudy_1 = /*#__PURE__*/React.forwardRef(function WatsonHea
1753
1784
  xmlns: "http://www.w3.org/2000/svg",
1754
1785
  viewBox: "0 0 32 32",
1755
1786
  fill: "currentColor"
1756
- }, rest), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
1757
- cx: "23",
1758
- cy: "25",
1759
- r: "1"
1760
- })), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1761
- 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"
1762
- })), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1763
- d: "M8 24H20V26H8z"
1787
+ }, rest), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1788
+ d: "M30 21.4L28.6 20 25 23.6 21.4 20 20 21.4 23.6 25 20 28.6 21.4 30 25 26.4 28.6 30 30 28.6 26.4 25z"
1789
+ })), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1790
+ d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
1764
1791
  })), children);
1765
1792
  });
1766
1793
  if (process.env.NODE_ENV !== "production") {
1767
- WatsonHealthLaunchStudy_1.propTypes = iconPropTypes4cbeb95d.i;
1794
+ IntentRequestUninstall.propTypes = iconPropTypes4cbeb95d.i;
1768
1795
  }
1769
- var WatsonHealthLaunchStudy_2 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_2(_ref74, ref) {
1796
+ var IntentRequestUpgrade = /*#__PURE__*/React.forwardRef(function IntentRequestUpgrade(_ref74, ref) {
1770
1797
  var children = _ref74.children,
1771
1798
  _ref74$size = _ref74.size,
1772
1799
  size = _ref74$size === void 0 ? 16 : _ref74$size,
@@ -1778,24 +1805,33 @@ var WatsonHealthLaunchStudy_2 = /*#__PURE__*/React.forwardRef(function WatsonHea
1778
1805
  xmlns: "http://www.w3.org/2000/svg",
1779
1806
  viewBox: "0 0 32 32",
1780
1807
  fill: "currentColor"
1781
- }, rest), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
1782
- cx: "23",
1783
- cy: "7",
1784
- r: "1"
1785
- })), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1786
- 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"
1787
- })), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1788
- d: "M8 6H20V8H8z"
1808
+ }, rest), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1809
+ d: "M28 23L26.6 24.4 24 21.8 24 30 22 30 22 21.8 19.4 24.4 18 23 23 18z"
1810
+ })), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1811
+ d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
1789
1812
  })), children);
1790
1813
  });
1791
1814
  if (process.env.NODE_ENV !== "production") {
1792
- WatsonHealthLaunchStudy_2.propTypes = iconPropTypes4cbeb95d.i;
1815
+ IntentRequestUpgrade.propTypes = iconPropTypes4cbeb95d.i;
1793
1816
  }
1794
- var WatsonHealthLaunchStudy_3 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_3(_ref75, ref) {
1817
+ var Interactions = /*#__PURE__*/React.forwardRef(function Interactions(_ref75, ref) {
1795
1818
  var children = _ref75.children,
1796
1819
  _ref75$size = _ref75.size,
1797
1820
  size = _ref75$size === void 0 ? 16 : _ref75$size,
1798
1821
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref75, _excluded75);
1822
+ if (size === 16 || size === "16" || size === "16px") {
1823
+ return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1824
+ width: size,
1825
+ height: size,
1826
+ ref: ref,
1827
+ xmlns: "http://www.w3.org/2000/svg",
1828
+ viewBox: "0 0 16 16",
1829
+ fill: "currentColor"
1830
+ }, rest), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1831
+ fillRule: "evenodd",
1832
+ d: "M11,7 L11,9 L13,9 C13.5522847,9 14,9.44771525 14,10 L14,10 L14,13 C14,13.5522847 13.5522847,14 13,14 L13,14 L10,14 L10,7 L11,7 Z M5,9 C5.55228475,9 6,9.44771525 6,10 L6,10 L6,14 L3,14 C2.44771525,14 2,13.5522847 2,13 L2,13 L2,12 C2,11.4477153 2.44771525,11 3,11 L3,11 L5,11 L5,10 L2.5,10 L2.5,9 Z M13,10 L11,10 L11,13 L13,13 L13,10 Z M5,12 L3,12 L3,13 L5,13 L5,12 Z M7.912,2 L7.834,3.911 L9.628,3.248 L9.914,4.119 L8.068,4.626 L9.251,6.134 L8.523,6.667 L7.457,5.068 L6.391,6.667 L5.663,6.134 L6.846,4.626 L5,4.119 L5.286,3.248 L7.08,3.911 L7.002,2 L7.912,2 Z"
1833
+ })), children);
1834
+ }
1799
1835
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1800
1836
  width: size,
1801
1837
  height: size,
@@ -1803,20 +1839,14 @@ var WatsonHealthLaunchStudy_3 = /*#__PURE__*/React.forwardRef(function WatsonHea
1803
1839
  xmlns: "http://www.w3.org/2000/svg",
1804
1840
  viewBox: "0 0 32 32",
1805
1841
  fill: "currentColor"
1806
- }, rest), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
1807
- cx: "23",
1808
- cy: "25",
1809
- r: "1"
1810
- })), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1811
- 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"
1812
- })), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1813
- d: "M20.59 10.59L16 15.16 11.41 10.59 10 12 16 18 22 12 20.59 10.59zM8 24H20V26H8z"
1842
+ }, rest), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
1843
+ d: "M26 18H22V14H20V28h6a2.0027 2.0027 0 002-2V20A2.0023 2.0023 0 0026 18zm-4 8V20h4v6zM20 6.076L19.256 4.219 16 5.522 16 2 14 2 14 5.523 10.744 4.22 10 6.077 13.417 7.444 10.9 10.8 12.5 12 15 8.667 17.5 12 19.1 10.8 16.583 7.443 20 6.076zM10 18H5v2h5v2H6a2 2 0 00-2 2v2a2 2 0 002 2h6V20A2.0023 2.0023 0 0010 18zm0 8H6V24h4z"
1814
1844
  })), children);
1815
1845
  });
1816
1846
  if (process.env.NODE_ENV !== "production") {
1817
- WatsonHealthLaunchStudy_3.propTypes = iconPropTypes4cbeb95d.i;
1847
+ Interactions.propTypes = iconPropTypes4cbeb95d.i;
1818
1848
  }
1819
- var Layers = /*#__PURE__*/React.forwardRef(function Layers(_ref76, ref) {
1849
+ var WatsonHealthInteractiveSegmentationCursor = /*#__PURE__*/React.forwardRef(function WatsonHealthInteractiveSegmentationCursor(_ref76, ref) {
1820
1850
  var children = _ref76.children,
1821
1851
  _ref76$size = _ref76.size,
1822
1852
  size = _ref76$size === void 0 ? 16 : _ref76$size,
@@ -1828,16 +1858,25 @@ var Layers = /*#__PURE__*/React.forwardRef(function Layers(_ref76, ref) {
1828
1858
  xmlns: "http://www.w3.org/2000/svg",
1829
1859
  viewBox: "0 0 32 32",
1830
1860
  fill: "currentColor"
1831
- }, rest), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
1832
- 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"
1833
- })), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
1834
- 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"
1861
+ }, rest), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
1862
+ d: "M29.4139,24,15.9989,10.5663a2.0473,2.0473,0,0,0-2.8281,0l-2.586,2.586a2.0023,2.0023,0,0,0,0,2.8283L23.9989,29.4145a2.0021,2.0021,0,0,0,2.8281,0l2.5869-2.5865a1.9993,1.9993,0,0,0,0-2.8283Zm-17.415-9.4335,2.5859-2.5859,3.5,3.5L15.498,18.0676l-3.5-3.5ZM25.413,28l-8.5009-8.5188,2.5867-2.587L28,25.4143Z"
1863
+ })), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
1864
+ d: "M7.586 18.586H10.414V21.413999999999998H7.586z",
1865
+ transform: "rotate(-45 9 20)"
1866
+ })), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
1867
+ d: "M18.586 7.586H21.413999999999998V10.414H18.586z",
1868
+ transform: "rotate(-45 20 9)"
1869
+ })), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
1870
+ d: "M7.586 7.586H10.414V10.414H7.586z",
1871
+ transform: "rotate(-45 9 9)"
1872
+ })), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
1873
+ d: "M11 2L2 2 2 11 4 11 4 4 11 4 11 2z"
1835
1874
  })), children);
1836
1875
  });
1837
1876
  if (process.env.NODE_ENV !== "production") {
1838
- Layers.propTypes = iconPropTypes4cbeb95d.i;
1877
+ WatsonHealthInteractiveSegmentationCursor.propTypes = iconPropTypes4cbeb95d.i;
1839
1878
  }
1840
- var LayersExternal = /*#__PURE__*/React.forwardRef(function LayersExternal(_ref77, ref) {
1879
+ var InterfaceUsage = /*#__PURE__*/React.forwardRef(function InterfaceUsage(_ref77, ref) {
1841
1880
  var children = _ref77.children,
1842
1881
  _ref77$size = _ref77.size,
1843
1882
  size = _ref77$size === void 0 ? 16 : _ref77$size,
@@ -1849,18 +1888,18 @@ var LayersExternal = /*#__PURE__*/React.forwardRef(function LayersExternal(_ref7
1849
1888
  xmlns: "http://www.w3.org/2000/svg",
1850
1889
  viewBox: "0 0 32 32",
1851
1890
  fill: "currentColor"
1852
- }, rest), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
1891
+ }, rest), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
1853
1892
  strokeWidth: "0",
1854
- 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"
1855
- })), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
1893
+ d: "M18.3242 11.7334v1.29h-1.3242v1.7368h1.3242v7.2397h2.2012v-7.2397h1.8398v-1.7368h-1.8398v-1.9951h1.8398v-1.7539h-1.5649c-1.6167 0-2.4761.877-2.4761 2.459zM10 11.8193L11.582 11.8193 11.582 20.1772 10 20.1772 10 22 15.4516 22 15.4516 20.1772 13.8525 20.1772 13.8525 11.8193 15.4516 11.8193 15.4516 9.9966 10 9.9966 10 11.8193z"
1894
+ })), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
1856
1895
  strokeWidth: "0",
1857
- 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"
1896
+ d: "m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"
1858
1897
  })), children);
1859
1898
  });
1860
1899
  if (process.env.NODE_ENV !== "production") {
1861
- LayersExternal.propTypes = iconPropTypes4cbeb95d.i;
1900
+ InterfaceUsage.propTypes = iconPropTypes4cbeb95d.i;
1862
1901
  }
1863
- var Legend = /*#__PURE__*/React.forwardRef(function Legend(_ref78, ref) {
1902
+ var Intersect = /*#__PURE__*/React.forwardRef(function Intersect(_ref78, ref) {
1864
1903
  var children = _ref78.children,
1865
1904
  _ref78$size = _ref78.size,
1866
1905
  size = _ref78$size === void 0 ? 16 : _ref78$size,
@@ -1872,22 +1911,16 @@ var Legend = /*#__PURE__*/React.forwardRef(function Legend(_ref78, ref) {
1872
1911
  xmlns: "http://www.w3.org/2000/svg",
1873
1912
  viewBox: "0 0 32 32",
1874
1913
  fill: "currentColor"
1875
- }, rest), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
1876
- d: "M16 22H30V24H16z"
1877
- })), _rect || (_rect = /*#__PURE__*/React.createElement("rect", {
1878
- width: "6",
1879
- height: "6",
1880
- x: "4",
1881
- y: "20",
1882
- rx: "1"
1883
- })), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
1884
- 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"
1914
+ }, rest), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
1915
+ d: "M22 24H18V22h4V18h2v4A2.0021 2.0021 0 0122 24zM10 14H8V10a2.0022 2.0022 0 012-2h4v2H10z"
1916
+ })), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
1917
+ d: "M28,8H24V4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V22a2.0023,2.0023,0,0,0,2,2H8v4a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V10A2.0023,2.0023,0,0,0,28,8Zm0,20H10V24h4V22H10V18H8v4H4V4H22V8H18v2h4v4h2V10h4Z"
1885
1918
  })), children);
1886
1919
  });
1887
1920
  if (process.env.NODE_ENV !== "production") {
1888
- Legend.propTypes = iconPropTypes4cbeb95d.i;
1921
+ Intersect.propTypes = iconPropTypes4cbeb95d.i;
1889
1922
  }
1890
- var LetterAa = /*#__PURE__*/React.forwardRef(function LetterAa(_ref79, ref) {
1923
+ var IntrusionPrevention = /*#__PURE__*/React.forwardRef(function IntrusionPrevention(_ref79, ref) {
1891
1924
  var children = _ref79.children,
1892
1925
  _ref79$size = _ref79.size,
1893
1926
  size = _ref79$size === void 0 ? 16 : _ref79$size,
@@ -1899,14 +1932,20 @@ var LetterAa = /*#__PURE__*/React.forwardRef(function LetterAa(_ref79, ref) {
1899
1932
  xmlns: "http://www.w3.org/2000/svg",
1900
1933
  viewBox: "0 0 32 32",
1901
1934
  fill: "currentColor"
1902
- }, rest), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
1903
- 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"
1935
+ }, rest), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
1936
+ cx: "22",
1937
+ cy: "23.887",
1938
+ r: "2"
1939
+ })), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
1940
+ d: "M29.7769 23.4785A8.64 8.64 0 0022 18a8.64 8.64 0 00-7.7769 5.4785L14 24l.2231.5215A8.64 8.64 0 0022 30a8.64 8.64 0 007.7769-5.4785L30 24zM22 28a4 4 0 114-4A4.0045 4.0045 0 0122 28zM25 10H4A2.0021 2.0021 0 012 8V4A2.0021 2.0021 0 014 2H25a2.0021 2.0021 0 012 2V8A2.0021 2.0021 0 0125 10zM4 4V8H25V4zM12 28H4V24h8V22H4a2.0023 2.0023 0 00-2 2v4a2.0023 2.0023 0 002 2h8z"
1941
+ })), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
1942
+ d: "M28,12H7a2.0023,2.0023,0,0,0-2,2v4a2.0023,2.0023,0,0,0,2,2h5V18H7V14H28l.0007,2H30V14A2.0023,2.0023,0,0,0,28,12Z"
1904
1943
  })), children);
1905
1944
  });
1906
1945
  if (process.env.NODE_ENV !== "production") {
1907
- LetterAa.propTypes = iconPropTypes4cbeb95d.i;
1946
+ IntrusionPrevention.propTypes = iconPropTypes4cbeb95d.i;
1908
1947
  }
1909
- var LetterBb = /*#__PURE__*/React.forwardRef(function LetterBb(_ref80, ref) {
1948
+ var InventoryManagement = /*#__PURE__*/React.forwardRef(function InventoryManagement(_ref80, ref) {
1910
1949
  var children = _ref80.children,
1911
1950
  _ref80$size = _ref80.size,
1912
1951
  size = _ref80$size === void 0 ? 16 : _ref80$size,
@@ -1918,14 +1957,16 @@ var LetterBb = /*#__PURE__*/React.forwardRef(function LetterBb(_ref80, ref) {
1918
1957
  xmlns: "http://www.w3.org/2000/svg",
1919
1958
  viewBox: "0 0 32 32",
1920
1959
  fill: "currentColor"
1921
- }, rest), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
1922
- 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"
1960
+ }, rest), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
1961
+ d: "M19 24H23V28H19zM26 24H30V28H26zM19 17H23V21H19zM26 17H30V21H26z"
1962
+ })), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
1963
+ d: "M17,24H4V10H28v5h2V10a2.0023,2.0023,0,0,0-2-2H22V4a2.0023,2.0023,0,0,0-2-2H12a2.002,2.002,0,0,0-2,2V8H4a2.002,2.002,0,0,0-2,2V24a2.0023,2.0023,0,0,0,2,2H17ZM12,4h8V8H12Z"
1923
1964
  })), children);
1924
1965
  });
1925
1966
  if (process.env.NODE_ENV !== "production") {
1926
- LetterBb.propTypes = iconPropTypes4cbeb95d.i;
1967
+ InventoryManagement.propTypes = iconPropTypes4cbeb95d.i;
1927
1968
  }
1928
- var LetterCc = /*#__PURE__*/React.forwardRef(function LetterCc(_ref81, ref) {
1969
+ var IotConnect = /*#__PURE__*/React.forwardRef(function IotConnect(_ref81, ref) {
1929
1970
  var children = _ref81.children,
1930
1971
  _ref81$size = _ref81.size,
1931
1972
  size = _ref81$size === void 0 ? 16 : _ref81$size,
@@ -1937,14 +1978,16 @@ var LetterCc = /*#__PURE__*/React.forwardRef(function LetterCc(_ref81, ref) {
1937
1978
  xmlns: "http://www.w3.org/2000/svg",
1938
1979
  viewBox: "0 0 32 32",
1939
1980
  fill: "currentColor"
1940
- }, rest), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
1941
- d: "M24 23H19a2 2 0 01-2-2V15a2 2 0 012-2h5v2H19v6h5zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h6z"
1981
+ }, rest), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
1982
+ d: "M30,19H26V15H24v9H8V8l9-.0009V6H13V2H11V6H8A2.002,2.002,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2.0023,2.0023,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2.0027,2.0027,0,0,0,2-2V21h4Z"
1983
+ })), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
1984
+ d: "M26,2a4.0042,4.0042,0,0,0-4,4,3.9556,3.9556,0,0,0,.5668,2.0192L19.5859,11H11V21H21V12.4141l2.9808-2.9808A3.9553,3.9553,0,0,0,26,10a4,4,0,0,0,0-8ZM19,19H13V13h6ZM26,8a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,26,8Z"
1942
1985
  })), children);
1943
1986
  });
1944
1987
  if (process.env.NODE_ENV !== "production") {
1945
- LetterCc.propTypes = iconPropTypes4cbeb95d.i;
1988
+ IotConnect.propTypes = iconPropTypes4cbeb95d.i;
1946
1989
  }
1947
- var LetterDd = /*#__PURE__*/React.forwardRef(function LetterDd(_ref82, ref) {
1990
+ var IotPlatform = /*#__PURE__*/React.forwardRef(function IotPlatform(_ref82, ref) {
1948
1991
  var children = _ref82.children,
1949
1992
  _ref82$size = _ref82.size,
1950
1993
  size = _ref82$size === void 0 ? 16 : _ref82$size,
@@ -1956,14 +1999,18 @@ var LetterDd = /*#__PURE__*/React.forwardRef(function LetterDd(_ref82, ref) {
1956
1999
  xmlns: "http://www.w3.org/2000/svg",
1957
2000
  viewBox: "0 0 32 32",
1958
2001
  fill: "currentColor"
1959
- }, rest), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
1960
- 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"
2002
+ }, rest), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2003
+ d: "M30,19H26V15H24v9H8V8l9-.0009V6H13V2H11V6H8A2.002,2.002,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2.0023,2.0023,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2.0027,2.0027,0,0,0,2-2V21h4Z"
2004
+ })), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2005
+ d: "M21 21H11V11H21zm-8-2h6V13H13zM31 13H29A10.0117 10.0117 0 0019 3V1A12.0131 12.0131 0 0131 13z"
2006
+ })), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2007
+ d: "M26,13H24a5.0059,5.0059,0,0,0-5-5V6A7.0085,7.0085,0,0,1,26,13Z"
1961
2008
  })), children);
1962
2009
  });
1963
2010
  if (process.env.NODE_ENV !== "production") {
1964
- LetterDd.propTypes = iconPropTypes4cbeb95d.i;
2011
+ IotPlatform.propTypes = iconPropTypes4cbeb95d.i;
1965
2012
  }
1966
- var LetterEe = /*#__PURE__*/React.forwardRef(function LetterEe(_ref83, ref) {
2013
+ var Ip = /*#__PURE__*/React.forwardRef(function Ip(_ref83, ref) {
1967
2014
  var children = _ref83.children,
1968
2015
  _ref83$size = _ref83.size,
1969
2016
  size = _ref83$size === void 0 ? 16 : _ref83$size,
@@ -1975,14 +2022,15 @@ var LetterEe = /*#__PURE__*/React.forwardRef(function LetterEe(_ref83, ref) {
1975
2022
  xmlns: "http://www.w3.org/2000/svg",
1976
2023
  viewBox: "0 0 32 32",
1977
2024
  fill: "currentColor"
1978
- }, rest), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
1979
- 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"
2025
+ }, rest), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2026
+ strokeWidth: "0",
2027
+ d: "M19 23h-2v-14h6c1.103 0 2 .897 2 2v5c0 1.103-.897 2-2 2h-4v5zm0-7h4v-5.0015h-4v5.0015zM7 11L10 11 10 21 7 21 7 23 15 23 15 21 12 21 12 11 15 11 15 9 7 9 7 11z"
1980
2028
  })), children);
1981
2029
  });
1982
2030
  if (process.env.NODE_ENV !== "production") {
1983
- LetterEe.propTypes = iconPropTypes4cbeb95d.i;
2031
+ Ip.propTypes = iconPropTypes4cbeb95d.i;
1984
2032
  }
1985
- var LetterFf = /*#__PURE__*/React.forwardRef(function LetterFf(_ref84, ref) {
2033
+ var Iso = /*#__PURE__*/React.forwardRef(function Iso(_ref84, ref) {
1986
2034
  var children = _ref84.children,
1987
2035
  _ref84$size = _ref84.size,
1988
2036
  size = _ref84$size === void 0 ? 16 : _ref84$size,
@@ -1994,14 +2042,14 @@ var LetterFf = /*#__PURE__*/React.forwardRef(function LetterFf(_ref84, ref) {
1994
2042
  xmlns: "http://www.w3.org/2000/svg",
1995
2043
  viewBox: "0 0 32 32",
1996
2044
  fill: "currentColor"
1997
- }, rest), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
1998
- 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"
2045
+ }, rest), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2046
+ d: "M28 23H24a2 2 0 01-2-2V11a2 2 0 012-2h4a2 2 0 012 2V21A2 2 0 0128 23zM24 11V21h4V11zM18 23H12V21h6V17H14a2 2 0 01-2-2V11a2 2 0 012-2h6v2H14v4h4a2 2 0 012 2v4A2 2 0 0118 23zM2 11L5 11 5 21 2 21 2 23 10 23 10 21 7 21 7 11 10 11 10 9 2 9 2 11z"
1999
2047
  })), children);
2000
2048
  });
2001
2049
  if (process.env.NODE_ENV !== "production") {
2002
- LetterFf.propTypes = iconPropTypes4cbeb95d.i;
2050
+ Iso.propTypes = iconPropTypes4cbeb95d.i;
2003
2051
  }
2004
- var LetterGg = /*#__PURE__*/React.forwardRef(function LetterGg(_ref85, ref) {
2052
+ var IsoFilled = /*#__PURE__*/React.forwardRef(function IsoFilled(_ref85, ref) {
2005
2053
  var children = _ref85.children,
2006
2054
  _ref85$size = _ref85.size,
2007
2055
  size = _ref85$size === void 0 ? 16 : _ref85$size,
@@ -2013,14 +2061,16 @@ var LetterGg = /*#__PURE__*/React.forwardRef(function LetterGg(_ref85, ref) {
2013
2061
  xmlns: "http://www.w3.org/2000/svg",
2014
2062
  viewBox: "0 0 32 32",
2015
2063
  fill: "currentColor"
2016
- }, rest), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2017
- 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"
2064
+ }, rest), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2065
+ d: "M21 13H24V19H21z"
2066
+ })), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2067
+ d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM8,21H6V11H8Zm9-8H12v2h3a2,2,0,0,1,2,2v2a2,2,0,0,1-2,2H10V19h5V17H12a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5Zm9,6a2,2,0,0,1-2,2H21a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h3a2,2,0,0,1,2,2Z"
2018
2068
  })), children);
2019
2069
  });
2020
2070
  if (process.env.NODE_ENV !== "production") {
2021
- LetterGg.propTypes = iconPropTypes4cbeb95d.i;
2071
+ IsoFilled.propTypes = iconPropTypes4cbeb95d.i;
2022
2072
  }
2023
- var LetterHh = /*#__PURE__*/React.forwardRef(function LetterHh(_ref86, ref) {
2073
+ var IsoOutline = /*#__PURE__*/React.forwardRef(function IsoOutline(_ref86, ref) {
2024
2074
  var children = _ref86.children,
2025
2075
  _ref86$size = _ref86.size,
2026
2076
  size = _ref86$size === void 0 ? 16 : _ref86$size,
@@ -2032,14 +2082,16 @@ var LetterHh = /*#__PURE__*/React.forwardRef(function LetterHh(_ref86, ref) {
2032
2082
  xmlns: "http://www.w3.org/2000/svg",
2033
2083
  viewBox: "0 0 32 32",
2034
2084
  fill: "currentColor"
2035
- }, rest), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2036
- 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"
2085
+ }, rest), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2086
+ d: "M24 21H21a2 2 0 01-2-2V13a2 2 0 012-2h3a2 2 0 012 2v6A2 2 0 0124 21zm-3-8v6h3V13zM15 21H10V19h5V17H12a2 2 0 01-2-2V13a2 2 0 012-2h5v2H12v2h3a2 2 0 012 2v2A2 2 0 0115 21zM6 11H8V21H6z"
2087
+ })), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2088
+ d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM4,24V8H28V24Z"
2037
2089
  })), children);
2038
2090
  });
2039
2091
  if (process.env.NODE_ENV !== "production") {
2040
- LetterHh.propTypes = iconPropTypes4cbeb95d.i;
2092
+ IsoOutline.propTypes = iconPropTypes4cbeb95d.i;
2041
2093
  }
2042
- var LetterIi = /*#__PURE__*/React.forwardRef(function LetterIi(_ref87, ref) {
2094
+ var JobDaemon = /*#__PURE__*/React.forwardRef(function JobDaemon(_ref87, ref) {
2043
2095
  var children = _ref87.children,
2044
2096
  _ref87$size = _ref87.size,
2045
2097
  size = _ref87$size === void 0 ? 16 : _ref87$size,
@@ -2051,14 +2103,14 @@ var LetterIi = /*#__PURE__*/React.forwardRef(function LetterIi(_ref87, ref) {
2051
2103
  xmlns: "http://www.w3.org/2000/svg",
2052
2104
  viewBox: "0 0 32 32",
2053
2105
  fill: "currentColor"
2054
- }, rest), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2055
- 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"
2106
+ }, rest), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2107
+ d: "M12,17h8c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2h-8c-1.1,0-2,.9-2,2v11c0,1.1.9,2,2,2ZM12,4h8v11h-8V4ZM8,19h5v2h-5c-1.1,0-2-.9-2-2v-11h2v11ZM4,23h5v2h-5c-1.1,0-2-.9-2-2v-11h2v11ZM27,20c-1.6,0-3.1,1.4-4,2.4-.9-1-2.4-2.4-4-2.4-2.6,0-4,2-4,4s1.4,4,4,4,3.1-1.4,4-2.4c.9,1,2.4,2.4,4,2.4,2.6,0,4-2,4-4s-1.4-4-4-4ZM19,26c-1.5,0-2-1.1-2-2s.5-2,2-2,2,1.1,2.8,2c-.7.9-1.9,2-2.8,2ZM27,26c-.9,0-2-1.1-2.8-2,.7-.9,1.9-2,2.8-2,1.5,0,2,1.1,2,2s-.5,2-2,2Z"
2056
2108
  })), children);
2057
2109
  });
2058
2110
  if (process.env.NODE_ENV !== "production") {
2059
- LetterIi.propTypes = iconPropTypes4cbeb95d.i;
2111
+ JobDaemon.propTypes = iconPropTypes4cbeb95d.i;
2060
2112
  }
2061
- var LetterJj = /*#__PURE__*/React.forwardRef(function LetterJj(_ref88, ref) {
2113
+ var JobRun = /*#__PURE__*/React.forwardRef(function JobRun(_ref88, ref) {
2062
2114
  var children = _ref88.children,
2063
2115
  _ref88$size = _ref88.size,
2064
2116
  size = _ref88$size === void 0 ? 16 : _ref88$size,
@@ -2070,14 +2122,14 @@ var LetterJj = /*#__PURE__*/React.forwardRef(function LetterJj(_ref88, ref) {
2070
2122
  xmlns: "http://www.w3.org/2000/svg",
2071
2123
  viewBox: "0 0 32 32",
2072
2124
  fill: "currentColor"
2073
- }, rest), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2074
- d: "M20 9H22V11H20zM20 25H17v2h3a2 2 0 002-2V13H20zM14 23H10a2 2 0 01-2-2V19h2v2h4V9h2V21A2 2 0 0114 23z"
2125
+ }, rest), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2126
+ d: "M12,17h8c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2h-8c-1.1,0-2,.9-2,2v11c0,1.1.9,2,2,2ZM12,4h8v11h-8V4ZM8,19h6v2h-6c-1.1,0-2-.9-2-2v-11h2v11ZM4,23h6v2h-6c-1.1,0-2-.9-2-2v-11h2v11ZM30,24l-6,6-1.4-1.4,3.6-3.6h-9.2v-2h9.2l-3.6-3.6,1.4-1.4,6,6Z"
2075
2127
  })), children);
2076
2128
  });
2077
2129
  if (process.env.NODE_ENV !== "production") {
2078
- LetterJj.propTypes = iconPropTypes4cbeb95d.i;
2130
+ JobRun.propTypes = iconPropTypes4cbeb95d.i;
2079
2131
  }
2080
- var LetterKk = /*#__PURE__*/React.forwardRef(function LetterKk(_ref89, ref) {
2132
+ var JoinFull = /*#__PURE__*/React.forwardRef(function JoinFull(_ref89, ref) {
2081
2133
  var children = _ref89.children,
2082
2134
  _ref89$size = _ref89.size,
2083
2135
  size = _ref89$size === void 0 ? 16 : _ref89$size,
@@ -2089,14 +2141,22 @@ var LetterKk = /*#__PURE__*/React.forwardRef(function LetterKk(_ref89, ref) {
2089
2141
  xmlns: "http://www.w3.org/2000/svg",
2090
2142
  viewBox: "0 0 32 32",
2091
2143
  fill: "currentColor"
2092
- }, rest), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2093
- 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"
2144
+ }, rest), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2145
+ fill: "none",
2146
+ d: "M16,9.0752a7.9941,7.9941,0,0,1,0,13.85,7.9941,7.9941,0,0,1,0-13.85m0-2.2373a9.9953,9.9953,0,0,0,0,18.3242A9.9953,9.9953,0,0,0,16,6.8379Z",
2147
+ "data-icon-path": "inner-path"
2148
+ })), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2149
+ d: "M10,16a9.9976,9.9976,0,0,1,6-9.1621,10,10,0,1,0,0,18.3242A9.9976,9.9976,0,0,1,10,16Z"
2150
+ })), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2151
+ d: "M16,9.0752a7.9941,7.9941,0,0,0,0,13.85,7.9941,7.9941,0,0,0,0-13.85Z"
2152
+ })), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2153
+ d: "M20,6a9.9539,9.9539,0,0,0-4,.8379,9.9953,9.9953,0,0,1,0,18.3242A9.9988,9.9988,0,1,0,20,6Z"
2094
2154
  })), children);
2095
2155
  });
2096
2156
  if (process.env.NODE_ENV !== "production") {
2097
- LetterKk.propTypes = iconPropTypes4cbeb95d.i;
2157
+ JoinFull.propTypes = iconPropTypes4cbeb95d.i;
2098
2158
  }
2099
- var LetterLl = /*#__PURE__*/React.forwardRef(function LetterLl(_ref90, ref) {
2159
+ var JoinInner = /*#__PURE__*/React.forwardRef(function JoinInner(_ref90, ref) {
2100
2160
  var children = _ref90.children,
2101
2161
  _ref90$size = _ref90.size,
2102
2162
  size = _ref90$size === void 0 ? 16 : _ref90$size,
@@ -2108,14 +2168,14 @@ var LetterLl = /*#__PURE__*/React.forwardRef(function LetterLl(_ref90, ref) {
2108
2168
  xmlns: "http://www.w3.org/2000/svg",
2109
2169
  viewBox: "0 0 32 32",
2110
2170
  fill: "currentColor"
2111
- }, rest), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2112
- d: "M11 21L11 9 9 9 9 23 17 23 17 21 11 21zM23 23H21a2 2 0 01-2-2V9h2V21h2z"
2171
+ }, rest), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2172
+ d: "M20,6a9.9355,9.9355,0,0,0-4,.8418A9.999,9.999,0,1,0,16,25.16,9.998,9.998,0,1,0,20,6ZM12,24A8,8,0,1,1,13.7573,8.2017a9.9734,9.9734,0,0,0,0,15.5986A7.9919,7.9919,0,0,1,12,24Zm8,0a7.9919,7.9919,0,0,1-1.7573-.2,9.9734,9.9734,0,0,0,0-15.5986A7.9972,7.9972,0,1,1,20,24Z"
2113
2173
  })), children);
2114
2174
  });
2115
2175
  if (process.env.NODE_ENV !== "production") {
2116
- LetterLl.propTypes = iconPropTypes4cbeb95d.i;
2176
+ JoinInner.propTypes = iconPropTypes4cbeb95d.i;
2117
2177
  }
2118
- var LetterMm = /*#__PURE__*/React.forwardRef(function LetterMm(_ref91, ref) {
2178
+ var JoinLeft = /*#__PURE__*/React.forwardRef(function JoinLeft(_ref91, ref) {
2119
2179
  var children = _ref91.children,
2120
2180
  _ref91$size = _ref91.size,
2121
2181
  size = _ref91$size === void 0 ? 16 : _ref91$size,
@@ -2127,14 +2187,22 @@ var LetterMm = /*#__PURE__*/React.forwardRef(function LetterMm(_ref91, ref) {
2127
2187
  xmlns: "http://www.w3.org/2000/svg",
2128
2188
  viewBox: "0 0 32 32",
2129
2189
  fill: "currentColor"
2130
- }, rest), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2131
- 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"
2190
+ }, rest), _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2191
+ d: "M20,6a9.9272,9.9272,0,0,0-3.9968.8394,9.9758,9.9758,0,0,1,2.2451,1.36,8,8,0,1,1,0,15.6016,9.9758,9.9758,0,0,1-2.2451,1.36A9.9976,9.9976,0,1,0,20,6Z"
2192
+ })), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2193
+ d: "M12,16a8.01,8.01,0,0,0,6.2483,7.8008,9.9858,9.9858,0,0,0,0-15.6016A8.01,8.01,0,0,0,12,16Z"
2194
+ })), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2195
+ fill: "none",
2196
+ d: "M12,16a8.01,8.01,0,0,1,6.2483-7.8008,9.9758,9.9758,0,0,0-2.2451-1.36,9.9909,9.9909,0,0,0,0,18.3212,9.9758,9.9758,0,0,0,2.2451-1.36A8.01,8.01,0,0,1,12,16Z",
2197
+ "data-icon-path": "inner-path"
2198
+ })), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2199
+ d: "M10,16a10.0105,10.0105,0,0,1,6.0032-9.1606,10,10,0,1,0,0,18.3212A10.0105,10.0105,0,0,1,10,16Z"
2132
2200
  })), children);
2133
2201
  });
2134
2202
  if (process.env.NODE_ENV !== "production") {
2135
- LetterMm.propTypes = iconPropTypes4cbeb95d.i;
2203
+ JoinLeft.propTypes = iconPropTypes4cbeb95d.i;
2136
2204
  }
2137
- var LetterNn = /*#__PURE__*/React.forwardRef(function LetterNn(_ref92, ref) {
2205
+ var JoinOuter = /*#__PURE__*/React.forwardRef(function JoinOuter(_ref92, ref) {
2138
2206
  var children = _ref92.children,
2139
2207
  _ref92$size = _ref92.size,
2140
2208
  size = _ref92$size === void 0 ? 16 : _ref92$size,
@@ -2146,14 +2214,14 @@ var LetterNn = /*#__PURE__*/React.forwardRef(function LetterNn(_ref92, ref) {
2146
2214
  xmlns: "http://www.w3.org/2000/svg",
2147
2215
  viewBox: "0 0 32 32",
2148
2216
  fill: "currentColor"
2149
- }, rest), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2150
- 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"
2217
+ }, rest), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2218
+ d: "M20 6a9.9539 9.9539 0 00-4 .8379 9.9953 9.9953 0 010 18.3242A9.9988 9.9988 0 1020 6zM10 16a9.9976 9.9976 0 016-9.1621 10 10 0 100 18.3242A9.9976 9.9976 0 0110 16z"
2151
2219
  })), children);
2152
2220
  });
2153
2221
  if (process.env.NODE_ENV !== "production") {
2154
- LetterNn.propTypes = iconPropTypes4cbeb95d.i;
2222
+ JoinOuter.propTypes = iconPropTypes4cbeb95d.i;
2155
2223
  }
2156
- var LetterOo = /*#__PURE__*/React.forwardRef(function LetterOo(_ref93, ref) {
2224
+ var JoinRight = /*#__PURE__*/React.forwardRef(function JoinRight(_ref93, ref) {
2157
2225
  var children = _ref93.children,
2158
2226
  _ref93$size = _ref93.size,
2159
2227
  size = _ref93$size === void 0 ? 16 : _ref93$size,
@@ -2165,14 +2233,22 @@ var LetterOo = /*#__PURE__*/React.forwardRef(function LetterOo(_ref93, ref) {
2165
2233
  xmlns: "http://www.w3.org/2000/svg",
2166
2234
  viewBox: "0 0 32 32",
2167
2235
  fill: "currentColor"
2168
- }, rest), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2169
- 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"
2236
+ }, rest), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2237
+ d: "M20,6a9.95,9.95,0,0,0-4.0032.8394,9.9909,9.9909,0,0,1,0,18.3212A9.9988,9.9988,0,1,0,20,6Z"
2238
+ })), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2239
+ fill: "none",
2240
+ d: "M20,16a8.01,8.01,0,0,0-6.2483-7.8008,9.9758,9.9758,0,0,1,2.2451-1.36,9.9909,9.9909,0,0,1,0,18.3212,9.9758,9.9758,0,0,1-2.2451-1.36A8.01,8.01,0,0,0,20,16Z",
2241
+ "data-icon-path": "inner-path"
2242
+ })), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2243
+ d: "M10,16a9.9759,9.9759,0,0,0,3.7517,7.8008,7.9937,7.9937,0,0,0,0-15.6016A9.9759,9.9759,0,0,0,10,16Z"
2244
+ })), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2245
+ d: "M12,24A8,8,0,1,1,13.7517,8.1992a9.9758,9.9758,0,0,1,2.2451-1.36,10,10,0,1,0,0,18.3212,9.9758,9.9758,0,0,1-2.2451-1.36A7.9727,7.9727,0,0,1,12,24Z"
2170
2246
  })), children);
2171
2247
  });
2172
2248
  if (process.env.NODE_ENV !== "production") {
2173
- LetterOo.propTypes = iconPropTypes4cbeb95d.i;
2249
+ JoinRight.propTypes = iconPropTypes4cbeb95d.i;
2174
2250
  }
2175
- var LetterPp = /*#__PURE__*/React.forwardRef(function LetterPp(_ref94, ref) {
2251
+ var JoinNode = /*#__PURE__*/React.forwardRef(function JoinNode(_ref94, ref) {
2176
2252
  var children = _ref94.children,
2177
2253
  _ref94$size = _ref94.size,
2178
2254
  size = _ref94$size === void 0 ? 16 : _ref94$size,
@@ -2184,14 +2260,15 @@ var LetterPp = /*#__PURE__*/React.forwardRef(function LetterPp(_ref94, ref) {
2184
2260
  xmlns: "http://www.w3.org/2000/svg",
2185
2261
  viewBox: "0 0 32 32",
2186
2262
  fill: "currentColor"
2187
- }, rest), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2188
- d: "M23 13H17V27h2V23h4a2 2 0 002-2V15A2 2 0 0023 13zm-4 8V15h4v6zM9 23H7V9h6a2 2 0 012 2v5a2 2 0 01-2 2H9zm0-7h4V11H9z"
2263
+ }, rest), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2264
+ strokeWidth: "0",
2265
+ d: "M2 9H6V11H2zM2 21H6V23H2zM25 11L23.5859 12.4141 26.1719 15 18 15 18 4 12 4 12 9 8 9 8 11 12 11 12 21 8 21 8 23 12 23 12 28 18 28 18 17 26.1719 17 23.5859 19.5859 25 21 30 16 25 11z"
2189
2266
  })), children);
2190
2267
  });
2191
2268
  if (process.env.NODE_ENV !== "production") {
2192
- LetterPp.propTypes = iconPropTypes4cbeb95d.i;
2269
+ JoinNode.propTypes = iconPropTypes4cbeb95d.i;
2193
2270
  }
2194
- var LetterQq = /*#__PURE__*/React.forwardRef(function LetterQq(_ref95, ref) {
2271
+ var Jpg = /*#__PURE__*/React.forwardRef(function Jpg(_ref95, ref) {
2195
2272
  var children = _ref95.children,
2196
2273
  _ref95$size = _ref95.size,
2197
2274
  size = _ref95$size === void 0 ? 16 : _ref95$size,
@@ -2203,14 +2280,14 @@ var LetterQq = /*#__PURE__*/React.forwardRef(function LetterQq(_ref95, ref) {
2203
2280
  xmlns: "http://www.w3.org/2000/svg",
2204
2281
  viewBox: "0 0 32 32",
2205
2282
  fill: "currentColor"
2206
- }, rest), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2207
- 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"
2283
+ }, rest), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2284
+ d: "M30 23H24a2 2 0 01-2-2V11a2 2 0 012-2h6v2H24V21h4V17H26V15h4zM14 23H12V9h6a2 2 0 012 2v5a2 2 0 01-2 2H14zm0-7h4V11H14zM8 23H4a2 2 0 01-2-2V19H4v2H8V9h2V21A2 2 0 018 23z"
2208
2285
  })), children);
2209
2286
  });
2210
2287
  if (process.env.NODE_ENV !== "production") {
2211
- LetterQq.propTypes = iconPropTypes4cbeb95d.i;
2288
+ Jpg.propTypes = iconPropTypes4cbeb95d.i;
2212
2289
  }
2213
- var LetterRr = /*#__PURE__*/React.forwardRef(function LetterRr(_ref96, ref) {
2290
+ var JsError = /*#__PURE__*/React.forwardRef(function JsError(_ref96, ref) {
2214
2291
  var children = _ref96.children,
2215
2292
  _ref96$size = _ref96.size,
2216
2293
  size = _ref96$size === void 0 ? 16 : _ref96$size,
@@ -2222,14 +2299,16 @@ var LetterRr = /*#__PURE__*/React.forwardRef(function LetterRr(_ref96, ref) {
2222
2299
  xmlns: "http://www.w3.org/2000/svg",
2223
2300
  viewBox: "0 0 32 32",
2224
2301
  fill: "currentColor"
2225
- }, rest), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2226
- 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"
2302
+ }, rest), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2303
+ d: "M20.3335 30h-2.667c-.9189 0-1.6665-.7476-1.6665-1.6665v-2.3335h2v2h2v-8h2v8.3335c0 .9189-.7476 1.6665-1.6665 1.6665zM28.3335 30h-4.3335v-2h4v-2h-2c-1.103 0-2-.897-2-2v-2.3335c0-.9189.7476-1.6665 1.6665-1.6665h4.3335v2h-4v2h2c1.103 0 2 .897 2 2v2.3335c0 .9189-.7476 1.6665-1.6665 1.6665zM16 18c-.8284 0-1.5.6716-1.5 1.5s.6716 1.5 1.5 1.5 1.5-.6716 1.5-1.5-.6716-1.5-1.5-1.5h0zM15 7H17V16H15z"
2304
+ })), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2305
+ d: "m14,26h-4.5c-.3538,0-.6809-.1868-.8608-.4912L2.1392,14.5088c-.0928-.1569-.1392-.3329-.1392-.5088s.0464-.3519.1392-.5088L8.6392,2.4912c.1799-.3044.5071-.4912.8608-.4912h13c.3538,0,.6809.1868.8608.4912l6.5,11c.0928.1569.1392.3328.1392.5088s-.0464.3519-.1392.5088l-2,3.3845-1.7217-1.0173,1.6992-2.876-5.9089-10h-11.8589l-5.9089,10,5.9089,10h3.9294v2Z"
2227
2306
  })), children);
2228
2307
  });
2229
2308
  if (process.env.NODE_ENV !== "production") {
2230
- LetterRr.propTypes = iconPropTypes4cbeb95d.i;
2309
+ JsError.propTypes = iconPropTypes4cbeb95d.i;
2231
2310
  }
2232
- var LetterSs = /*#__PURE__*/React.forwardRef(function LetterSs(_ref97, ref) {
2311
+ var Json = /*#__PURE__*/React.forwardRef(function Json(_ref97, ref) {
2233
2312
  var children = _ref97.children,
2234
2313
  _ref97$size = _ref97.size,
2235
2314
  size = _ref97$size === void 0 ? 16 : _ref97$size,
@@ -2241,14 +2320,14 @@ var LetterSs = /*#__PURE__*/React.forwardRef(function LetterSs(_ref97, ref) {
2241
2320
  xmlns: "http://www.w3.org/2000/svg",
2242
2321
  viewBox: "0 0 32 32",
2243
2322
  fill: "currentColor"
2244
- }, rest), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2245
- 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"
2323
+ }, rest), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2324
+ d: "M31 11L31 21 29 21 27 15 27 21 25 21 25 11 27 11 29 17 29 11 31 11zM21.3335 21h-2.667A1.6684 1.6684 0 0117 19.3335v-6.667A1.6684 1.6684 0 0118.6665 11h2.667A1.6684 1.6684 0 0123 12.6665v6.667A1.6684 1.6684 0 0121.3335 21zM19 19h2V13H19zM13.3335 21H9V19h4V17H11a2.002 2.002 0 01-2-2V12.6665A1.6684 1.6684 0 0110.6665 11H15v2H11v2h2a2.002 2.002 0 012 2v2.3335A1.6684 1.6684 0 0113.3335 21zM5.3335 21H2.6665A1.6684 1.6684 0 011 19.3335V17H3v2H5V11H7v8.3335A1.6684 1.6684 0 015.3335 21z"
2246
2325
  })), children);
2247
2326
  });
2248
2327
  if (process.env.NODE_ENV !== "production") {
2249
- LetterSs.propTypes = iconPropTypes4cbeb95d.i;
2328
+ Json.propTypes = iconPropTypes4cbeb95d.i;
2250
2329
  }
2251
- var LetterTt = /*#__PURE__*/React.forwardRef(function LetterTt(_ref98, ref) {
2330
+ var JsonReference = /*#__PURE__*/React.forwardRef(function JsonReference(_ref98, ref) {
2252
2331
  var children = _ref98.children,
2253
2332
  _ref98$size = _ref98.size,
2254
2333
  size = _ref98$size === void 0 ? 16 : _ref98$size,
@@ -2260,14 +2339,14 @@ var LetterTt = /*#__PURE__*/React.forwardRef(function LetterTt(_ref98, ref) {
2260
2339
  xmlns: "http://www.w3.org/2000/svg",
2261
2340
  viewBox: "0 0 32 32",
2262
2341
  fill: "currentColor"
2263
- }, rest), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2264
- d: "M8 11L11 11 11 23 13 23 13 11 16 11 16 9 8 9 8 11zM23 15V13H20V11H18v2H16v2h2v6a2 2 0 002 2h3V21H20V15z"
2342
+ }, rest), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2343
+ d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM29 12L27 6 25 6 25 16 27 16 27 10 29 16 31 16 31 6 29 6 29 12zM21.3335 6h-2.667A1.6683 1.6683 0 0017 7.6665v6.667A1.6684 1.6684 0 0018.6665 16h2.667A1.6683 1.6683 0 0023 14.3335V7.6665A1.6683 1.6683 0 0021.3335 6zM21 14H19V8h2zM9 7.6665V10a2.002 2.002 0 002 2h2v2H9v2h4.3335A1.6683 1.6683 0 0015 14.3335V12a2.002 2.002 0 00-2-2H11V8h4V6H10.6665A1.6683 1.6683 0 009 7.6665zM5 14H3V12H1v2.3335A1.6684 1.6684 0 002.6665 16h2.667A1.6683 1.6683 0 007 14.3335V6H5z"
2265
2344
  })), children);
2266
2345
  });
2267
2346
  if (process.env.NODE_ENV !== "production") {
2268
- LetterTt.propTypes = iconPropTypes4cbeb95d.i;
2347
+ JsonReference.propTypes = iconPropTypes4cbeb95d.i;
2269
2348
  }
2270
- var LetterUu = /*#__PURE__*/React.forwardRef(function LetterUu(_ref99, ref) {
2349
+ var JumpLink = /*#__PURE__*/React.forwardRef(function JumpLink(_ref99, ref) {
2271
2350
  var children = _ref99.children,
2272
2351
  _ref99$size = _ref99.size,
2273
2352
  size = _ref99$size === void 0 ? 16 : _ref99$size,
@@ -2279,14 +2358,14 @@ var LetterUu = /*#__PURE__*/React.forwardRef(function LetterUu(_ref99, ref) {
2279
2358
  xmlns: "http://www.w3.org/2000/svg",
2280
2359
  viewBox: "0 0 32 32",
2281
2360
  fill: "currentColor"
2282
- }, rest), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2283
- d: "M23 23H19a2 2 0 01-2-2V13h2v8h4V13h2v8A2 2 0 0123 23zM13 23H9a2 2 0 01-2-2V9H9V21h4V9h2V21A2 2 0 0113 23z"
2361
+ }, rest), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2362
+ d: "M13.4141,17.5859,18,22.1719V8H8V6H18a2.0024,2.0024,0,0,1,2,2V22.1719l4.5859-4.586L26,19l-7,7-7-7Z"
2284
2363
  })), children);
2285
2364
  });
2286
2365
  if (process.env.NODE_ENV !== "production") {
2287
- LetterUu.propTypes = iconPropTypes4cbeb95d.i;
2366
+ JumpLink.propTypes = iconPropTypes4cbeb95d.i;
2288
2367
  }
2289
- var LetterVv = /*#__PURE__*/React.forwardRef(function LetterVv(_ref100, ref) {
2368
+ var KeepDry = /*#__PURE__*/React.forwardRef(function KeepDry(_ref100, ref) {
2290
2369
  var children = _ref100.children,
2291
2370
  _ref100$size = _ref100.size,
2292
2371
  size = _ref100$size === void 0 ? 16 : _ref100$size,
@@ -2298,14 +2377,16 @@ var LetterVv = /*#__PURE__*/React.forwardRef(function LetterVv(_ref100, ref) {
2298
2377
  xmlns: "http://www.w3.org/2000/svg",
2299
2378
  viewBox: "0 0 32 32",
2300
2379
  fill: "currentColor"
2301
- }, rest), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2302
- 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"
2380
+ }, rest), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2381
+ d: "M25,10a3.8978,3.8978,0,0,1-4-3.777,3.9017,3.9017,0,0,1,.6533-2.0639L24.17.4141a1.0381,1.0381,0,0,1,1.6592,0L28.3154,4.11A3.9693,3.9693,0,0,1,29,6.223,3.8978,3.8978,0,0,1,25,10Zm0-7.2368L23.3438,5.2257A1.89,1.89,0,0,0,23,6.223a2.014,2.014,0,0,0,4,0,1.98,1.98,0,0,0-.375-1.0466Z"
2382
+ })), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2383
+ d: "M29.9854,15.83a13.9726,13.9726,0,0,0-1.8147-4.8323L26.4329,12.001a12.092,12.092,0,0,1,1.07,2.2124A5.4079,5.4079,0,0,0,26,14a6.5439,6.5439,0,0,0-3.939,1.333,14.5177,14.5177,0,0,0-3.0456-8.9341A13.8858,13.8858,0,0,0,17,4.4014V2H15V4.0464A14.3808,14.3808,0,0,0,2.0146,15.83,1,1,0,0,0,3.51,16.86,4.8551,4.8551,0,0,1,6,16a4.8653,4.8653,0,0,1,4.1406,2.5107,1.0393,1.0393,0,0,0,1.7188,0A5.02,5.02,0,0,1,15,16.1255V25.5a2.5,2.5,0,0,1-5,0V25H8v.5a4.5,4.5,0,0,0,9,0V16.1255a5.02,5.02,0,0,1,3.1406,2.3852.9994.9994,0,0,0,1.7188,0A4.8653,4.8653,0,0,1,26,16a4.8551,4.8551,0,0,1,2.49.86,1,1,0,0,0,1.4957-1.03ZM9.939,15.333A6.5439,6.5439,0,0,0,6,14a5.4079,5.4079,0,0,0-1.5034.2134,12.4413,12.4413,0,0,1,8.488-7.8145A14.5157,14.5157,0,0,0,9.939,15.333ZM16,14a6.5526,6.5526,0,0,0-4.0564,1.4307c.0378-2.22.6089-6.49,4.0564-9.1763,3.4307,2.6768,4.009,6.9487,4.0522,9.1728A6.552,6.552,0,0,0,16,14Z"
2303
2384
  })), children);
2304
2385
  });
2305
2386
  if (process.env.NODE_ENV !== "production") {
2306
- LetterVv.propTypes = iconPropTypes4cbeb95d.i;
2387
+ KeepDry.propTypes = iconPropTypes4cbeb95d.i;
2307
2388
  }
2308
- var LetterWw = /*#__PURE__*/React.forwardRef(function LetterWw(_ref101, ref) {
2389
+ var Key = /*#__PURE__*/React.forwardRef(function Key(_ref101, ref) {
2309
2390
  var children = _ref101.children,
2310
2391
  _ref101$size = _ref101.size,
2311
2392
  size = _ref101$size === void 0 ? 16 : _ref101$size,
@@ -2317,14 +2398,15 @@ var LetterWw = /*#__PURE__*/React.forwardRef(function LetterWw(_ref101, ref) {
2317
2398
  xmlns: "http://www.w3.org/2000/svg",
2318
2399
  viewBox: "0 0 32 32",
2319
2400
  fill: "currentColor"
2320
- }, rest), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2321
- 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"
2401
+ }, rest), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2402
+ strokeWidth: "0",
2403
+ d: "M30 9L28.0001 9 26 16 24.0001 9 22 9 25 17.9996 25 23 27 23 27 18 27.0001 18 30 9zM21 11L21 9 13 9 13 23 21 23 21 21 15 21 15 17 20 17 20 15 15 15 15 11 21 11zM11 9L8.8941 9 5 15.5527 5 9 3 9 3 23 5 23 5 18.7062 5.9277 17.2208 8.8941 23 11 23 7.1093 15.4308 11 9z"
2322
2404
  })), children);
2323
2405
  });
2324
2406
  if (process.env.NODE_ENV !== "production") {
2325
- LetterWw.propTypes = iconPropTypes4cbeb95d.i;
2407
+ Key.propTypes = iconPropTypes4cbeb95d.i;
2326
2408
  }
2327
- var LetterXx = /*#__PURE__*/React.forwardRef(function LetterXx(_ref102, ref) {
2409
+ var Keyboard = /*#__PURE__*/React.forwardRef(function Keyboard(_ref102, ref) {
2328
2410
  var children = _ref102.children,
2329
2411
  _ref102$size = _ref102.size,
2330
2412
  size = _ref102$size === void 0 ? 16 : _ref102$size,
@@ -2336,14 +2418,16 @@ var LetterXx = /*#__PURE__*/React.forwardRef(function LetterXx(_ref102, ref) {
2336
2418
  xmlns: "http://www.w3.org/2000/svg",
2337
2419
  viewBox: "0 0 32 32",
2338
2420
  fill: "currentColor"
2339
- }, rest), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2340
- 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"
2421
+ }, rest), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2422
+ d: "M28,26H4a2,2,0,0,1-2-2V10A2,2,0,0,1,4,8H28a2,2,0,0,1,2,2V24A2,2,0,0,1,28,26ZM4,10V24H28V10Z"
2423
+ })), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2424
+ d: "M10 20H21V22H10zM6 12H8V14H6zM10 12H12V14H10zM14 12H16V14H14zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM14 16H16V18H14zM22 12H26V14H22zM22 16H26V18H22zM18 16H20V18H18zM23 20H26V22H23z"
2341
2425
  })), children);
2342
2426
  });
2343
2427
  if (process.env.NODE_ENV !== "production") {
2344
- LetterXx.propTypes = iconPropTypes4cbeb95d.i;
2428
+ Keyboard.propTypes = iconPropTypes4cbeb95d.i;
2345
2429
  }
2346
- var LetterYy = /*#__PURE__*/React.forwardRef(function LetterYy(_ref103, ref) {
2430
+ var KeyboardOff = /*#__PURE__*/React.forwardRef(function KeyboardOff(_ref103, ref) {
2347
2431
  var children = _ref103.children,
2348
2432
  _ref103$size = _ref103.size,
2349
2433
  size = _ref103$size === void 0 ? 16 : _ref103$size,
@@ -2355,14 +2439,16 @@ var LetterYy = /*#__PURE__*/React.forwardRef(function LetterYy(_ref103, ref) {
2355
2439
  xmlns: "http://www.w3.org/2000/svg",
2356
2440
  viewBox: "0 0 32 32",
2357
2441
  fill: "currentColor"
2358
- }, rest), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2359
- 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"
2442
+ }, rest), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2443
+ d: "M6 12H8V14H6zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM22 12H26V14H22zM22 16H26V18H22z"
2444
+ })), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2445
+ 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"
2360
2446
  })), children);
2361
2447
  });
2362
2448
  if (process.env.NODE_ENV !== "production") {
2363
- LetterYy.propTypes = iconPropTypes4cbeb95d.i;
2449
+ KeyboardOff.propTypes = iconPropTypes4cbeb95d.i;
2364
2450
  }
2365
- var LetterZz = /*#__PURE__*/React.forwardRef(function LetterZz(_ref104, ref) {
2451
+ var Kubelet = /*#__PURE__*/React.forwardRef(function Kubelet(_ref104, ref) {
2366
2452
  var children = _ref104.children,
2367
2453
  _ref104$size = _ref104.size,
2368
2454
  size = _ref104$size === void 0 ? 16 : _ref104$size,
@@ -2374,18 +2460,28 @@ var LetterZz = /*#__PURE__*/React.forwardRef(function LetterZz(_ref104, ref) {
2374
2460
  xmlns: "http://www.w3.org/2000/svg",
2375
2461
  viewBox: "0 0 32 32",
2376
2462
  fill: "currentColor"
2377
- }, rest), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2378
- 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"
2463
+ }, rest), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2464
+ strokeWidth: "0",
2465
+ 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"
2466
+ })), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2467
+ strokeWidth: "0",
2468
+ d: "m16,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v9h-2V6H6v20h10v2Z"
2379
2469
  })), children);
2380
2470
  });
2381
2471
  if (process.env.NODE_ENV !== "production") {
2382
- LetterZz.propTypes = iconPropTypes4cbeb95d.i;
2472
+ Kubelet.propTypes = iconPropTypes4cbeb95d.i;
2383
2473
  }
2384
- var License = /*#__PURE__*/React.forwardRef(function License(_ref105, ref) {
2474
+ var Kubernetes = /*#__PURE__*/React.forwardRef(function Kubernetes(_ref105, ref) {
2385
2475
  var children = _ref105.children,
2386
2476
  _ref105$size = _ref105.size,
2387
2477
  size = _ref105$size === void 0 ? 16 : _ref105$size,
2388
2478
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref105, _excluded105);
2479
+ if (process.env.NODE_ENV !== "production") {
2480
+ if (!didWarnAboutDeprecation["Kubernetes"]) {
2481
+ didWarnAboutDeprecation["Kubernetes"] = true;
2482
+ 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.");
2483
+ }
2484
+ }
2389
2485
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2390
2486
  width: size,
2391
2487
  height: size,
@@ -2393,16 +2489,14 @@ var License = /*#__PURE__*/React.forwardRef(function License(_ref105, ref) {
2393
2489
  xmlns: "http://www.w3.org/2000/svg",
2394
2490
  viewBox: "0 0 32 32",
2395
2491
  fill: "currentColor"
2396
- }, rest), _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2397
- d: "M10 6H22V8H10zM10 10H22V12H10zM10 24H16V26H10zM10 14H16V16H10z"
2398
- })), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2399
- 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"
2492
+ }, rest), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2493
+ 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"
2400
2494
  })), children);
2401
2495
  });
2402
2496
  if (process.env.NODE_ENV !== "production") {
2403
- License.propTypes = iconPropTypes4cbeb95d.i;
2497
+ Kubernetes.propTypes = iconPropTypes4cbeb95d.i;
2404
2498
  }
2405
- var LicenseDraft = /*#__PURE__*/React.forwardRef(function LicenseDraft(_ref106, ref) {
2499
+ var KubernetesControlPlaneNode = /*#__PURE__*/React.forwardRef(function KubernetesControlPlaneNode(_ref106, ref) {
2406
2500
  var children = _ref106.children,
2407
2501
  _ref106$size = _ref106.size,
2408
2502
  size = _ref106$size === void 0 ? 16 : _ref106$size,
@@ -2414,16 +2508,19 @@ var LicenseDraft = /*#__PURE__*/React.forwardRef(function LicenseDraft(_ref106,
2414
2508
  xmlns: "http://www.w3.org/2000/svg",
2415
2509
  viewBox: "0 0 32 32",
2416
2510
  fill: "currentColor"
2417
- }, rest), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2418
- d: "M8 6H20V8H8zM8 10H20V12H8zM8 14H14V16H8zM8 24H12V26H8z"
2419
- })), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2420
- 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"
2511
+ }, rest), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2512
+ 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"
2513
+ })), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2514
+ 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"
2515
+ })), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2516
+ fill: "none",
2517
+ d: "M0 0h32v32H0z"
2421
2518
  })), children);
2422
2519
  });
2423
2520
  if (process.env.NODE_ENV !== "production") {
2424
- LicenseDraft.propTypes = iconPropTypes4cbeb95d.i;
2521
+ KubernetesControlPlaneNode.propTypes = iconPropTypes4cbeb95d.i;
2425
2522
  }
2426
- var LicenseGlobal = /*#__PURE__*/React.forwardRef(function LicenseGlobal(_ref107, ref) {
2523
+ var KubernetesIpAddress = /*#__PURE__*/React.forwardRef(function KubernetesIpAddress(_ref107, ref) {
2427
2524
  var children = _ref107.children,
2428
2525
  _ref107$size = _ref107.size,
2429
2526
  size = _ref107$size === void 0 ? 16 : _ref107$size,
@@ -2435,16 +2532,22 @@ var LicenseGlobal = /*#__PURE__*/React.forwardRef(function LicenseGlobal(_ref107
2435
2532
  xmlns: "http://www.w3.org/2000/svg",
2436
2533
  viewBox: "0 0 32 32",
2437
2534
  fill: "currentColor"
2438
- }, rest), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2439
- 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"
2440
- })), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2441
- 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"
2535
+ }, rest), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
2536
+ cx: "16",
2537
+ cy: "9",
2538
+ r: "2"
2539
+ })), _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
2540
+ cx: "16",
2541
+ cy: "16",
2542
+ r: "2"
2543
+ })), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
2544
+ 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"
2442
2545
  })), children);
2443
2546
  });
2444
2547
  if (process.env.NODE_ENV !== "production") {
2445
- LicenseGlobal.propTypes = iconPropTypes4cbeb95d.i;
2548
+ KubernetesIpAddress.propTypes = iconPropTypes4cbeb95d.i;
2446
2549
  }
2447
- var LicenseMaintenance = /*#__PURE__*/React.forwardRef(function LicenseMaintenance(_ref108, ref) {
2550
+ var KubernetesOperator = /*#__PURE__*/React.forwardRef(function KubernetesOperator(_ref108, ref) {
2448
2551
  var children = _ref108.children,
2449
2552
  _ref108$size = _ref108.size,
2450
2553
  size = _ref108$size === void 0 ? 16 : _ref108$size,
@@ -2456,16 +2559,18 @@ var LicenseMaintenance = /*#__PURE__*/React.forwardRef(function LicenseMaintenan
2456
2559
  xmlns: "http://www.w3.org/2000/svg",
2457
2560
  viewBox: "0 0 32 32",
2458
2561
  fill: "currentColor"
2459
- }, rest), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2460
- 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"
2461
- })), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2462
- 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"
2562
+ }, rest), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2563
+ strokeWidth: "0",
2564
+ 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"
2565
+ })), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
2566
+ strokeWidth: "0",
2567
+ 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"
2463
2568
  })), children);
2464
2569
  });
2465
2570
  if (process.env.NODE_ENV !== "production") {
2466
- LicenseMaintenance.propTypes = iconPropTypes4cbeb95d.i;
2571
+ KubernetesOperator.propTypes = iconPropTypes4cbeb95d.i;
2467
2572
  }
2468
- var LicenseMaintenanceDraft = /*#__PURE__*/React.forwardRef(function LicenseMaintenanceDraft(_ref109, ref) {
2573
+ var KubernetesPod = /*#__PURE__*/React.forwardRef(function KubernetesPod(_ref109, ref) {
2469
2574
  var children = _ref109.children,
2470
2575
  _ref109$size = _ref109.size,
2471
2576
  size = _ref109$size === void 0 ? 16 : _ref109$size,
@@ -2477,16 +2582,16 @@ var LicenseMaintenanceDraft = /*#__PURE__*/React.forwardRef(function LicenseMain
2477
2582
  xmlns: "http://www.w3.org/2000/svg",
2478
2583
  viewBox: "0 0 32 32",
2479
2584
  fill: "currentColor"
2480
- }, rest), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2481
- 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"
2482
- })), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2483
- 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"
2585
+ }, rest), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
2586
+ 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"
2587
+ })), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
2588
+ 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"
2484
2589
  })), children);
2485
2590
  });
2486
2591
  if (process.env.NODE_ENV !== "production") {
2487
- LicenseMaintenanceDraft.propTypes = iconPropTypes4cbeb95d.i;
2592
+ KubernetesPod.propTypes = iconPropTypes4cbeb95d.i;
2488
2593
  }
2489
- var LicenseThirdParty = /*#__PURE__*/React.forwardRef(function LicenseThirdParty(_ref110, ref) {
2594
+ var KubernetesWorkerNode = /*#__PURE__*/React.forwardRef(function KubernetesWorkerNode(_ref110, ref) {
2490
2595
  var children = _ref110.children,
2491
2596
  _ref110$size = _ref110.size,
2492
2597
  size = _ref110$size === void 0 ? 16 : _ref110$size,
@@ -2498,16 +2603,19 @@ var LicenseThirdParty = /*#__PURE__*/React.forwardRef(function LicenseThirdParty
2498
2603
  xmlns: "http://www.w3.org/2000/svg",
2499
2604
  viewBox: "0 0 32 32",
2500
2605
  fill: "currentColor"
2501
- }, rest), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2502
- 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"
2503
- })), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2504
- 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"
2606
+ }, rest), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
2607
+ 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"
2608
+ })), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
2609
+ 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"
2610
+ })), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
2611
+ fill: "none",
2612
+ d: "M0 0h32v32H0z"
2505
2613
  })), children);
2506
2614
  });
2507
2615
  if (process.env.NODE_ENV !== "production") {
2508
- LicenseThirdParty.propTypes = iconPropTypes4cbeb95d.i;
2616
+ KubernetesWorkerNode.propTypes = iconPropTypes4cbeb95d.i;
2509
2617
  }
2510
- var LicenseThirdPartyDraft = /*#__PURE__*/React.forwardRef(function LicenseThirdPartyDraft(_ref111, ref) {
2618
+ var Label = /*#__PURE__*/React.forwardRef(function Label(_ref111, ref) {
2511
2619
  var children = _ref111.children,
2512
2620
  _ref111$size = _ref111.size,
2513
2621
  size = _ref111$size === void 0 ? 16 : _ref111$size,
@@ -2519,16 +2627,16 @@ var LicenseThirdPartyDraft = /*#__PURE__*/React.forwardRef(function LicenseThird
2519
2627
  xmlns: "http://www.w3.org/2000/svg",
2520
2628
  viewBox: "0 0 32 32",
2521
2629
  fill: "currentColor"
2522
- }, rest), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2523
- 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"
2524
- })), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2525
- 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"
2630
+ }, rest), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
2631
+ 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"
2632
+ })), _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
2633
+ 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"
2526
2634
  })), children);
2527
2635
  });
2528
2636
  if (process.env.NODE_ENV !== "production") {
2529
- LicenseThirdPartyDraft.propTypes = iconPropTypes4cbeb95d.i;
2637
+ Label.propTypes = iconPropTypes4cbeb95d.i;
2530
2638
  }
2531
- var Lifesaver = /*#__PURE__*/React.forwardRef(function Lifesaver(_ref112, ref) {
2639
+ var Language = /*#__PURE__*/React.forwardRef(function Language(_ref112, ref) {
2532
2640
  var children = _ref112.children,
2533
2641
  _ref112$size = _ref112.size,
2534
2642
  size = _ref112$size === void 0 ? 16 : _ref112$size,
@@ -2540,50 +2648,18 @@ var Lifesaver = /*#__PURE__*/React.forwardRef(function Lifesaver(_ref112, ref) {
2540
2648
  xmlns: "http://www.w3.org/2000/svg",
2541
2649
  viewBox: "0 0 32 32",
2542
2650
  fill: "currentColor"
2543
- }, rest), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2544
- 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"
2651
+ }, rest), _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
2652
+ 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"
2545
2653
  })), children);
2546
2654
  });
2547
2655
  if (process.env.NODE_ENV !== "production") {
2548
- Lifesaver.propTypes = iconPropTypes4cbeb95d.i;
2656
+ Language.propTypes = iconPropTypes4cbeb95d.i;
2549
2657
  }
2550
- var Light = /*#__PURE__*/React.forwardRef(function Light(_ref113, ref) {
2658
+ var Laptop = /*#__PURE__*/React.forwardRef(function Laptop(_ref113, ref) {
2551
2659
  var children = _ref113.children,
2552
2660
  _ref113$size = _ref113.size,
2553
2661
  size = _ref113$size === void 0 ? 16 : _ref113$size,
2554
2662
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref113, _excluded113);
2555
- if (size === 16 || size === "16" || size === "16px") {
2556
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2557
- width: size,
2558
- height: size,
2559
- ref: ref,
2560
- xmlns: "http://www.w3.org/2000/svg",
2561
- viewBox: "0 0 16 16",
2562
- fill: "currentColor"
2563
- }, rest), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2564
- d: "M7.5 1H8.5V3.5H7.5z"
2565
- })), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2566
- d: "M10.8 3.4H13.3V4.4H10.8z",
2567
- transform: "rotate(-45.001 12.041 3.923)"
2568
- })), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2569
- d: "M12.5 7.5H15V8.5H12.5z"
2570
- })), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2571
- d: "M11.6 10.8H12.6V13.3H11.6z",
2572
- transform: "rotate(-45.001 12.075 12.041)"
2573
- })), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2574
- d: "M7.5 12.5H8.5V15H7.5z"
2575
- })), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2576
- d: "M2.7 11.6H5.2V12.6H2.7z",
2577
- transform: "rotate(-45.001 3.96 12.079)"
2578
- })), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2579
- d: "M1 7.5H3.5V8.5H1z"
2580
- })), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2581
- d: "M3.4 2.7H4.4V5.2H3.4z",
2582
- transform: "rotate(-45.001 3.925 3.961)"
2583
- })), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2584
- 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"
2585
- })), children);
2586
- }
2587
2663
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2588
2664
  width: size,
2589
2665
  height: size,
@@ -2591,34 +2667,17 @@ var Light = /*#__PURE__*/React.forwardRef(function Light(_ref113, ref) {
2591
2667
  xmlns: "http://www.w3.org/2000/svg",
2592
2668
  viewBox: "0 0 32 32",
2593
2669
  fill: "currentColor"
2594
- }, rest), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2595
- d: "M15 2H17V7H15z"
2596
- })), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2597
- d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
2598
- transform: "rotate(-45 24.147 7.853)"
2599
- })), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2600
- d: "M25 15H30V17H25z"
2601
- })), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2602
- d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
2603
- transform: "rotate(-45 24.147 24.146)"
2604
- })), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2605
- d: "M15 25H17V30H15z"
2606
- })), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
2607
- d: "M5.375 23.147H10.333V25.147H5.375z",
2608
- transform: "rotate(-45 7.853 24.146)"
2609
- })), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2610
- d: "M2 15H7V17H2z"
2611
- })), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
2612
- d: "M6.854 5.375H8.854V10.333H6.854z",
2613
- transform: "rotate(-45 7.854 7.853)"
2614
- })), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
2615
- 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"
2670
+ }, rest), _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
2671
+ 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",
2672
+ transform: "translate(0 .005)"
2673
+ })), _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
2674
+ d: "M2 26.005H30V28.005H2z"
2616
2675
  })), children);
2617
2676
  });
2618
2677
  if (process.env.NODE_ENV !== "production") {
2619
- Light.propTypes = iconPropTypes4cbeb95d.i;
2678
+ Laptop.propTypes = iconPropTypes4cbeb95d.i;
2620
2679
  }
2621
- var LightFilled = /*#__PURE__*/React.forwardRef(function LightFilled(_ref114, ref) {
2680
+ var Lasso = /*#__PURE__*/React.forwardRef(function Lasso(_ref114, ref) {
2622
2681
  var children = _ref114.children,
2623
2682
  _ref114$size = _ref114.size,
2624
2683
  size = _ref114$size === void 0 ? 16 : _ref114$size,
@@ -2630,34 +2689,14 @@ var LightFilled = /*#__PURE__*/React.forwardRef(function LightFilled(_ref114, re
2630
2689
  xmlns: "http://www.w3.org/2000/svg",
2631
2690
  viewBox: "0 0 32 32",
2632
2691
  fill: "currentColor"
2633
- }, rest), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
2634
- d: "M15 2H17V7H15z"
2635
- })), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
2636
- d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
2637
- transform: "rotate(-45 24.147 7.853)"
2638
- })), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
2639
- d: "M25 15H30V17H25z"
2640
- })), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
2641
- d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
2642
- transform: "rotate(-45 24.147 24.146)"
2643
- })), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
2644
- d: "M15 25H17V30H15z"
2645
- })), _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
2646
- d: "M5.375 23.147H10.333V25.147H5.375z",
2647
- transform: "rotate(-45 7.853 24.146)"
2648
- })), _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
2649
- d: "M2 15H7V17H2z"
2650
- })), _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
2651
- d: "M6.854 5.375H8.854V10.333H6.854z",
2652
- transform: "rotate(-45 7.854 7.853)"
2653
- })), _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
2654
- d: "M16,10a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
2692
+ }, rest), _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
2693
+ 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"
2655
2694
  })), children);
2656
2695
  });
2657
2696
  if (process.env.NODE_ENV !== "production") {
2658
- LightFilled.propTypes = iconPropTypes4cbeb95d.i;
2697
+ Lasso.propTypes = iconPropTypes4cbeb95d.i;
2659
2698
  }
2660
- var Lightning = /*#__PURE__*/React.forwardRef(function Lightning(_ref115, ref) {
2699
+ var LassoPolygon = /*#__PURE__*/React.forwardRef(function LassoPolygon(_ref115, ref) {
2661
2700
  var children = _ref115.children,
2662
2701
  _ref115$size = _ref115.size,
2663
2702
  size = _ref115$size === void 0 ? 16 : _ref115$size,
@@ -2669,18 +2708,32 @@ var Lightning = /*#__PURE__*/React.forwardRef(function Lightning(_ref115, ref) {
2669
2708
  xmlns: "http://www.w3.org/2000/svg",
2670
2709
  viewBox: "0 0 32 32",
2671
2710
  fill: "currentColor"
2672
- }, rest), _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
2673
- 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"
2711
+ }, rest), _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
2712
+ 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"
2674
2713
  })), children);
2675
2714
  });
2676
2715
  if (process.env.NODE_ENV !== "production") {
2677
- Lightning.propTypes = iconPropTypes4cbeb95d.i;
2716
+ LassoPolygon.propTypes = iconPropTypes4cbeb95d.i;
2678
2717
  }
2679
- var Link = /*#__PURE__*/React.forwardRef(function Link(_ref116, ref) {
2718
+ var Launch = /*#__PURE__*/React.forwardRef(function Launch(_ref116, ref) {
2680
2719
  var children = _ref116.children,
2681
2720
  _ref116$size = _ref116.size,
2682
2721
  size = _ref116$size === void 0 ? 16 : _ref116$size,
2683
2722
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref116, _excluded116);
2723
+ if (size === 16 || size === "16" || size === "16px") {
2724
+ return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2725
+ width: size,
2726
+ height: size,
2727
+ ref: ref,
2728
+ xmlns: "http://www.w3.org/2000/svg",
2729
+ viewBox: "0 0 16 16",
2730
+ fill: "currentColor"
2731
+ }, rest), _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
2732
+ 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"
2733
+ })), _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
2734
+ d: "M10 1L10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z"
2735
+ })), children);
2736
+ }
2684
2737
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2685
2738
  width: size,
2686
2739
  height: size,
@@ -2688,16 +2741,16 @@ var Link = /*#__PURE__*/React.forwardRef(function Link(_ref116, ref) {
2688
2741
  xmlns: "http://www.w3.org/2000/svg",
2689
2742
  viewBox: "0 0 32 32",
2690
2743
  fill: "currentColor"
2691
- }, rest), _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
2692
- 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"
2693
- })), _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
2694
- 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"
2744
+ }, rest), _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
2745
+ 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"
2746
+ })), _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
2747
+ d: "M20 2L20 4 26.586 4 18 12.586 19.414 14 28 5.414 28 12 30 12 30 2 20 2z"
2695
2748
  })), children);
2696
2749
  });
2697
2750
  if (process.env.NODE_ENV !== "production") {
2698
- Link.propTypes = iconPropTypes4cbeb95d.i;
2751
+ Launch.propTypes = iconPropTypes4cbeb95d.i;
2699
2752
  }
2700
- var Linux = /*#__PURE__*/React.forwardRef(function Linux(_ref117, ref) {
2753
+ var WatsonHealthLaunchStudy_1 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_1(_ref117, ref) {
2701
2754
  var children = _ref117.children,
2702
2755
  _ref117$size = _ref117.size,
2703
2756
  size = _ref117$size === void 0 ? 16 : _ref117$size,
@@ -2709,14 +2762,20 @@ var Linux = /*#__PURE__*/React.forwardRef(function Linux(_ref117, ref) {
2709
2762
  xmlns: "http://www.w3.org/2000/svg",
2710
2763
  viewBox: "0 0 32 32",
2711
2764
  fill: "currentColor"
2712
- }, rest), _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
2713
- 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"
2765
+ }, rest), _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
2766
+ cx: "23",
2767
+ cy: "25",
2768
+ r: "1"
2769
+ })), _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
2770
+ 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"
2771
+ })), _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
2772
+ d: "M8 24H20V26H8z"
2714
2773
  })), children);
2715
2774
  });
2716
2775
  if (process.env.NODE_ENV !== "production") {
2717
- Linux.propTypes = iconPropTypes4cbeb95d.i;
2776
+ WatsonHealthLaunchStudy_1.propTypes = iconPropTypes4cbeb95d.i;
2718
2777
  }
2719
- var LinuxAlt = /*#__PURE__*/React.forwardRef(function LinuxAlt(_ref118, ref) {
2778
+ var WatsonHealthLaunchStudy_2 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_2(_ref118, ref) {
2720
2779
  var children = _ref118.children,
2721
2780
  _ref118$size = _ref118.size,
2722
2781
  size = _ref118$size === void 0 ? 16 : _ref118$size,
@@ -2728,16 +2787,20 @@ var LinuxAlt = /*#__PURE__*/React.forwardRef(function LinuxAlt(_ref118, ref) {
2728
2787
  xmlns: "http://www.w3.org/2000/svg",
2729
2788
  viewBox: "0 0 32 32",
2730
2789
  fill: "currentColor"
2731
- }, rest), _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
2732
- 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"
2733
- })), _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
2734
- 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"
2790
+ }, rest), _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
2791
+ cx: "23",
2792
+ cy: "7",
2793
+ r: "1"
2794
+ })), _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
2795
+ 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"
2796
+ })), _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
2797
+ d: "M8 6H20V8H8z"
2735
2798
  })), children);
2736
2799
  });
2737
2800
  if (process.env.NODE_ENV !== "production") {
2738
- LinuxAlt.propTypes = iconPropTypes4cbeb95d.i;
2801
+ WatsonHealthLaunchStudy_2.propTypes = iconPropTypes4cbeb95d.i;
2739
2802
  }
2740
- var LinuxNamespace = /*#__PURE__*/React.forwardRef(function LinuxNamespace(_ref119, ref) {
2803
+ var WatsonHealthLaunchStudy_3 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_3(_ref119, ref) {
2741
2804
  var children = _ref119.children,
2742
2805
  _ref119$size = _ref119.size,
2743
2806
  size = _ref119$size === void 0 ? 16 : _ref119$size,
@@ -2749,15 +2812,20 @@ var LinuxNamespace = /*#__PURE__*/React.forwardRef(function LinuxNamespace(_ref1
2749
2812
  xmlns: "http://www.w3.org/2000/svg",
2750
2813
  viewBox: "0 0 32 32",
2751
2814
  fill: "currentColor"
2752
- }, rest), _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
2753
- strokeWidth: "0",
2754
- 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"
2815
+ }, rest), _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
2816
+ cx: "23",
2817
+ cy: "25",
2818
+ r: "1"
2819
+ })), _path222 || (_path222 = /*#__PURE__*/React.createElement("path", {
2820
+ 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"
2821
+ })), _path223 || (_path223 = /*#__PURE__*/React.createElement("path", {
2822
+ d: "M20.59 10.59L16 15.16 11.41 10.59 10 12 16 18 22 12 20.59 10.59zM8 24H20V26H8z"
2755
2823
  })), children);
2756
2824
  });
2757
2825
  if (process.env.NODE_ENV !== "production") {
2758
- LinuxNamespace.propTypes = iconPropTypes4cbeb95d.i;
2826
+ WatsonHealthLaunchStudy_3.propTypes = iconPropTypes4cbeb95d.i;
2759
2827
  }
2760
- var List = /*#__PURE__*/React.forwardRef(function List(_ref120, ref) {
2828
+ var Layers = /*#__PURE__*/React.forwardRef(function Layers(_ref120, ref) {
2761
2829
  var children = _ref120.children,
2762
2830
  _ref120$size = _ref120.size,
2763
2831
  size = _ref120$size === void 0 ? 16 : _ref120$size,
@@ -2769,14 +2837,16 @@ var List = /*#__PURE__*/React.forwardRef(function List(_ref120, ref) {
2769
2837
  xmlns: "http://www.w3.org/2000/svg",
2770
2838
  viewBox: "0 0 32 32",
2771
2839
  fill: "currentColor"
2772
- }, rest), _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
2773
- d: "M10 6H28V8H10zM10 24H28V26H10zM10 15H28V17H10zM4 15H6V17H4zM4 6H6V8H4zM4 24H6V26H4z"
2840
+ }, rest), _path224 || (_path224 = /*#__PURE__*/React.createElement("path", {
2841
+ 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"
2842
+ })), _path225 || (_path225 = /*#__PURE__*/React.createElement("path", {
2843
+ 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"
2774
2844
  })), children);
2775
2845
  });
2776
2846
  if (process.env.NODE_ENV !== "production") {
2777
- List.propTypes = iconPropTypes4cbeb95d.i;
2847
+ Layers.propTypes = iconPropTypes4cbeb95d.i;
2778
2848
  }
2779
- var ListBoxes = /*#__PURE__*/React.forwardRef(function ListBoxes(_ref121, ref) {
2849
+ var LayersExternal = /*#__PURE__*/React.forwardRef(function LayersExternal(_ref121, ref) {
2780
2850
  var children = _ref121.children,
2781
2851
  _ref121$size = _ref121.size,
2782
2852
  size = _ref121$size === void 0 ? 16 : _ref121$size,
@@ -2788,38 +2858,22 @@ var ListBoxes = /*#__PURE__*/React.forwardRef(function ListBoxes(_ref121, ref) {
2788
2858
  xmlns: "http://www.w3.org/2000/svg",
2789
2859
  viewBox: "0 0 32 32",
2790
2860
  fill: "currentColor"
2791
- }, rest), _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
2792
- 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"
2861
+ }, rest), _path226 || (_path226 = /*#__PURE__*/React.createElement("path", {
2862
+ strokeWidth: "0",
2863
+ 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"
2864
+ })), _path227 || (_path227 = /*#__PURE__*/React.createElement("path", {
2865
+ strokeWidth: "0",
2866
+ 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"
2793
2867
  })), children);
2794
2868
  });
2795
2869
  if (process.env.NODE_ENV !== "production") {
2796
- ListBoxes.propTypes = iconPropTypes4cbeb95d.i;
2870
+ LayersExternal.propTypes = iconPropTypes4cbeb95d.i;
2797
2871
  }
2798
- var ListBulleted = /*#__PURE__*/React.forwardRef(function ListBulleted(_ref122, ref) {
2872
+ var Legend = /*#__PURE__*/React.forwardRef(function Legend(_ref122, ref) {
2799
2873
  var children = _ref122.children,
2800
2874
  _ref122$size = _ref122.size,
2801
2875
  size = _ref122$size === void 0 ? 16 : _ref122$size,
2802
2876
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref122, _excluded122);
2803
- if (size === 16 || size === "16" || size === "16px") {
2804
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2805
- width: size,
2806
- height: size,
2807
- ref: ref,
2808
- xmlns: "http://www.w3.org/2000/svg",
2809
- viewBox: "0 0 16 16",
2810
- fill: "currentColor"
2811
- }, rest), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
2812
- cx: "3.5",
2813
- cy: "4.5",
2814
- r: "1.5"
2815
- })), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
2816
- cx: "3.5",
2817
- cy: "11.5",
2818
- r: "1.5"
2819
- })), _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
2820
- d: "M8 11H15V12H8zM8 4H15V5H8z"
2821
- })), children);
2822
- }
2823
2877
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2824
2878
  width: size,
2825
2879
  height: size,
@@ -2827,22 +2881,22 @@ var ListBulleted = /*#__PURE__*/React.forwardRef(function ListBulleted(_ref122,
2827
2881
  xmlns: "http://www.w3.org/2000/svg",
2828
2882
  viewBox: "0 0 32 32",
2829
2883
  fill: "currentColor"
2830
- }, rest), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
2831
- cx: "7",
2832
- cy: "9",
2833
- r: "3"
2834
- })), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
2835
- cx: "7",
2836
- cy: "23",
2837
- r: "3"
2838
- })), _path222 || (_path222 = /*#__PURE__*/React.createElement("path", {
2839
- d: "M16 22H30V24H16zM16 8H30V10H16z"
2884
+ }, rest), _path228 || (_path228 = /*#__PURE__*/React.createElement("path", {
2885
+ d: "M16 22H30V24H16z"
2886
+ })), _rect || (_rect = /*#__PURE__*/React.createElement("rect", {
2887
+ width: "6",
2888
+ height: "6",
2889
+ x: "4",
2890
+ y: "20",
2891
+ rx: "1"
2892
+ })), _path229 || (_path229 = /*#__PURE__*/React.createElement("path", {
2893
+ 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"
2840
2894
  })), children);
2841
2895
  });
2842
2896
  if (process.env.NODE_ENV !== "production") {
2843
- ListBulleted.propTypes = iconPropTypes4cbeb95d.i;
2897
+ Legend.propTypes = iconPropTypes4cbeb95d.i;
2844
2898
  }
2845
- var ListChecked = /*#__PURE__*/React.forwardRef(function ListChecked(_ref123, ref) {
2899
+ var LetterAa = /*#__PURE__*/React.forwardRef(function LetterAa(_ref123, ref) {
2846
2900
  var children = _ref123.children,
2847
2901
  _ref123$size = _ref123.size,
2848
2902
  size = _ref123$size === void 0 ? 16 : _ref123$size,
@@ -2854,14 +2908,14 @@ var ListChecked = /*#__PURE__*/React.forwardRef(function ListChecked(_ref123, re
2854
2908
  xmlns: "http://www.w3.org/2000/svg",
2855
2909
  viewBox: "0 0 32 32",
2856
2910
  fill: "currentColor"
2857
- }, rest), _path223 || (_path223 = /*#__PURE__*/React.createElement("path", {
2858
- 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"
2911
+ }, rest), _path230 || (_path230 = /*#__PURE__*/React.createElement("path", {
2912
+ 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"
2859
2913
  })), children);
2860
2914
  });
2861
2915
  if (process.env.NODE_ENV !== "production") {
2862
- ListChecked.propTypes = iconPropTypes4cbeb95d.i;
2916
+ LetterAa.propTypes = iconPropTypes4cbeb95d.i;
2863
2917
  }
2864
- var ListCheckedMirror = /*#__PURE__*/React.forwardRef(function ListCheckedMirror(_ref124, ref) {
2918
+ var LetterBb = /*#__PURE__*/React.forwardRef(function LetterBb(_ref124, ref) {
2865
2919
  var children = _ref124.children,
2866
2920
  _ref124$size = _ref124.size,
2867
2921
  size = _ref124$size === void 0 ? 16 : _ref124$size,
@@ -2873,14 +2927,14 @@ var ListCheckedMirror = /*#__PURE__*/React.forwardRef(function ListCheckedMirror
2873
2927
  xmlns: "http://www.w3.org/2000/svg",
2874
2928
  viewBox: "0 0 32 32",
2875
2929
  fill: "currentColor"
2876
- }, rest), _path224 || (_path224 = /*#__PURE__*/React.createElement("path", {
2877
- 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"
2930
+ }, rest), _path231 || (_path231 = /*#__PURE__*/React.createElement("path", {
2931
+ 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"
2878
2932
  })), children);
2879
2933
  });
2880
2934
  if (process.env.NODE_ENV !== "production") {
2881
- ListCheckedMirror.propTypes = iconPropTypes4cbeb95d.i;
2935
+ LetterBb.propTypes = iconPropTypes4cbeb95d.i;
2882
2936
  }
2883
- var ListDropdown = /*#__PURE__*/React.forwardRef(function ListDropdown(_ref125, ref) {
2937
+ var LetterCc = /*#__PURE__*/React.forwardRef(function LetterCc(_ref125, ref) {
2884
2938
  var children = _ref125.children,
2885
2939
  _ref125$size = _ref125.size,
2886
2940
  size = _ref125$size === void 0 ? 16 : _ref125$size,
@@ -2892,16 +2946,51 @@ var ListDropdown = /*#__PURE__*/React.forwardRef(function ListDropdown(_ref125,
2892
2946
  xmlns: "http://www.w3.org/2000/svg",
2893
2947
  viewBox: "0 0 32 32",
2894
2948
  fill: "currentColor"
2895
- }, rest), _path225 || (_path225 = /*#__PURE__*/React.createElement("path", {
2896
- d: "M26,6V2H2V12h9V30H30V6ZM4,10V4H24V6H11v4ZM28,28H13V8H28Z"
2897
- })), _path226 || (_path226 = /*#__PURE__*/React.createElement("path", {
2898
- d: "M15 11H17V13H15zM19 11H26V13H19zM15 17H17V19H15zM19 17H26V19H19zM15 23H17V25H15zM19 23H26V25H19z"
2949
+ }, rest), _path232 || (_path232 = /*#__PURE__*/React.createElement("path", {
2950
+ d: "M24 23H19a2 2 0 01-2-2V15a2 2 0 012-2h5v2H19v6h5zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h6z"
2899
2951
  })), children);
2900
2952
  });
2901
2953
  if (process.env.NODE_ENV !== "production") {
2902
- ListDropdown.propTypes = iconPropTypes4cbeb95d.i;
2954
+ LetterCc.propTypes = iconPropTypes4cbeb95d.i;
2903
2955
  }
2904
2956
 
2957
+ exports.IbmWatsonQuery = IbmWatsonQuery;
2958
+ exports.IbmWatsonSpeechToText = IbmWatsonSpeechToText;
2959
+ exports.IbmWatsonStudio = IbmWatsonStudio;
2960
+ exports.IbmWatsonTextToSpeech = IbmWatsonTextToSpeech;
2961
+ exports.IbmWatsonToneAnalyzer = IbmWatsonToneAnalyzer;
2962
+ exports.IbmWatsonxAssistant = IbmWatsonxAssistant;
2963
+ exports.IbmWatsonxCodeAssistant = IbmWatsonxCodeAssistant;
2964
+ exports.IbmWatsonxCodeAssistantForZ = IbmWatsonxCodeAssistantForZ;
2965
+ exports.IbmWatsonxCodeAssistantForZRefactor = IbmWatsonxCodeAssistantForZRefactor;
2966
+ exports.IbmWatsonxCodeAssistantForZValidationAssistant = IbmWatsonxCodeAssistantForZValidationAssistant;
2967
+ exports.IbmWatsonxOrchestrate = IbmWatsonxOrchestrate;
2968
+ exports.IbmZCloudModStack = IbmZCloudModStack;
2969
+ exports.IbmZCloudProvisioning = IbmZCloudProvisioning;
2970
+ exports.IbmZEnvironmentsDevSecOps = IbmZEnvironmentsDevSecOps;
2971
+ exports.IbmZOpenEditor = IbmZOpenEditor;
2972
+ exports.IbmZOs = IbmZOs;
2973
+ exports.IbmZOsAiControlInterface = IbmZOsAiControlInterface;
2974
+ exports.IbmZOsContainers = IbmZOsContainers;
2975
+ exports.IbmZOsPackageManager = IbmZOsPackageManager;
2976
+ exports.IbmZProcessorCapacityReference = IbmZProcessorCapacityReference;
2977
+ exports.IceAccretion = IceAccretion;
2978
+ exports.IceVision = IceVision;
2979
+ exports.IdManagement = IdManagement;
2980
+ exports.Idea = Idea;
2981
+ exports.Identification = Identification;
2982
+ exports.Image = Image;
2983
+ exports.ImageCopy = ImageCopy;
2984
+ exports.ImageMedical = ImageMedical;
2985
+ exports.ImageReference = ImageReference;
2986
+ exports.ImageSearch = ImageSearch;
2987
+ exports.ImageSearchAlt = ImageSearchAlt;
2988
+ exports.ImageService = ImageService;
2989
+ exports.ImageStoreLocal = ImageStoreLocal;
2990
+ exports.ImportExport = ImportExport;
2991
+ exports.ImproveRelevance = ImproveRelevance;
2992
+ exports.InProgress = InProgress;
2993
+ exports.InProgressError = InProgressError;
2905
2994
  exports.InProgressWarning = InProgressWarning;
2906
2995
  exports.Incomplete = Incomplete;
2907
2996
  exports.IncompleteCancel = IncompleteCancel;
@@ -2945,6 +3034,8 @@ exports.Ip = Ip;
2945
3034
  exports.Iso = Iso;
2946
3035
  exports.IsoFilled = IsoFilled;
2947
3036
  exports.IsoOutline = IsoOutline;
3037
+ exports.JobDaemon = JobDaemon;
3038
+ exports.JobRun = JobRun;
2948
3039
  exports.JoinFull = JoinFull;
2949
3040
  exports.JoinInner = JoinInner;
2950
3041
  exports.JoinLeft = JoinLeft;
@@ -2979,50 +3070,11 @@ exports.Legend = Legend;
2979
3070
  exports.LetterAa = LetterAa;
2980
3071
  exports.LetterBb = LetterBb;
2981
3072
  exports.LetterCc = LetterCc;
2982
- exports.LetterDd = LetterDd;
2983
- exports.LetterEe = LetterEe;
2984
- exports.LetterFf = LetterFf;
2985
- exports.LetterGg = LetterGg;
2986
- exports.LetterHh = LetterHh;
2987
- exports.LetterIi = LetterIi;
2988
- exports.LetterJj = LetterJj;
2989
- exports.LetterKk = LetterKk;
2990
- exports.LetterLl = LetterLl;
2991
- exports.LetterMm = LetterMm;
2992
- exports.LetterNn = LetterNn;
2993
- exports.LetterOo = LetterOo;
2994
- exports.LetterPp = LetterPp;
2995
- exports.LetterQq = LetterQq;
2996
- exports.LetterRr = LetterRr;
2997
- exports.LetterSs = LetterSs;
2998
- exports.LetterTt = LetterTt;
2999
- exports.LetterUu = LetterUu;
3000
- exports.LetterVv = LetterVv;
3001
- exports.LetterWw = LetterWw;
3002
- exports.LetterXx = LetterXx;
3003
- exports.LetterYy = LetterYy;
3004
- exports.LetterZz = LetterZz;
3005
- exports.License = License;
3006
- exports.LicenseDraft = LicenseDraft;
3007
- exports.LicenseGlobal = LicenseGlobal;
3008
- exports.LicenseMaintenance = LicenseMaintenance;
3009
- exports.LicenseMaintenanceDraft = LicenseMaintenanceDraft;
3010
- exports.LicenseThirdParty = LicenseThirdParty;
3011
- exports.LicenseThirdPartyDraft = LicenseThirdPartyDraft;
3012
- exports.Lifesaver = Lifesaver;
3013
- exports.Light = Light;
3014
- exports.LightFilled = LightFilled;
3015
- exports.Lightning = Lightning;
3016
- exports.Link = Link;
3017
- exports.Linux = Linux;
3018
- exports.LinuxAlt = LinuxAlt;
3019
- exports.LinuxNamespace = LinuxNamespace;
3020
- exports.List = List;
3021
- exports.ListBoxes = ListBoxes;
3022
- exports.ListBulleted = ListBulleted;
3023
- exports.ListChecked = ListChecked;
3024
- exports.ListCheckedMirror = ListCheckedMirror;
3025
- exports.ListDropdown = ListDropdown;
3073
+ exports.QID = QID;
3074
+ exports.WatsonHealthICa_2D = WatsonHealthICa_2D;
3075
+ exports.WatsonHealthImageAvailabilityLocal = WatsonHealthImageAvailabilityLocal;
3076
+ exports.WatsonHealthImageAvailabilityRetrieving = WatsonHealthImageAvailabilityRetrieving;
3077
+ exports.WatsonHealthImageAvailabilityUnavailable = WatsonHealthImageAvailabilityUnavailable;
3026
3078
  exports.WatsonHealthInteractiveSegmentationCursor = WatsonHealthInteractiveSegmentationCursor;
3027
3079
  exports.WatsonHealthLaunchStudy_1 = WatsonHealthLaunchStudy_1;
3028
3080
  exports.WatsonHealthLaunchStudy_2 = WatsonHealthLaunchStudy_2;