@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,24 +137,12 @@ var _excluded = ["children", "size"],
137
137
  _excluded123 = ["children", "size"],
138
138
  _excluded124 = ["children", "size"],
139
139
  _excluded125 = ["children", "size"];
140
- var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _circle, _path33, _circle2, _path34, _path35, _circle3, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _circle4, _circle5, _circle6, _circle7, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _circle8, _circle9, _circle10, _circle11, _circle12, _path137, _path138, _path139, _path140, _path141, _circle13, _circle14, _circle15, _path142, _circle16, _circle17, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _circle18, _circle19, _circle20, _circle21, _circle22, _path154, _path155, _path156, _path157, _circle23, _circle24, _circle25, _circle26, _circle27, _circle28, _circle29, _circle30, _circle31, _circle32, _circle33, _circle34, _circle35, _circle36, _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, _path221, _path222;
141
- var CaretLeft = /*#__PURE__*/React.forwardRef(function CaretLeft(_ref, ref) {
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, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _circle, _circle2, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _circle3, _path51, _path52, _circle4, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _circle5, _path64, _path65, _circle6, _path66, _circle7, _circle8, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _circle9, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _circle10, _path117, _circle11, _path118, _path119, _circle12, _path120, _circle13, _path121, _path122, _path123, _circle14, _path124, _circle15, _path125, _path126, _circle16, _path127, _circle17, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _circle18, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _circle19, _circle20, _circle21, _circle22, _circle23, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _circle24, _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, _circle25, _path185, _path186, _path187, _path188, _path189, _path190, _circle26, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _circle27, _path198, _path199, _path200, _path201, _circle28, _circle29, _path202, _path203, _circle30, _path204, _path205, _path206, _path207, _path208;
141
+ var CheckmarkOutlineError = /*#__PURE__*/React.forwardRef(function CheckmarkOutlineError(_ref, ref) {
142
142
  var children = _ref.children,
143
143
  _ref$size = _ref.size,
144
144
  size = _ref$size === void 0 ? 16 : _ref$size,
145
145
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
146
- if (size === "glyph" || size === "glyph" || size === "glyphpx") {
147
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
148
- width: size,
149
- height: size,
150
- ref: ref,
151
- xmlns: "http://www.w3.org/2000/svg",
152
- viewBox: "0 0 5 8",
153
- fill: "currentColor"
154
- }, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
155
- d: "M5 8L0 4 5 0z"
156
- })), children);
157
- }
158
146
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
159
147
  width: size,
160
148
  height: size,
@@ -162,30 +150,20 @@ var CaretLeft = /*#__PURE__*/React.forwardRef(function CaretLeft(_ref, ref) {
162
150
  xmlns: "http://www.w3.org/2000/svg",
163
151
  viewBox: "0 0 32 32",
164
152
  fill: "currentColor"
165
- }, rest), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
166
- d: "M20 24L10 16 20 8z"
153
+ }, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
154
+ d: "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z"
155
+ })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
156
+ d: "M12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59zM30 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"
167
157
  })), children);
168
158
  });
169
159
  if (process.env.NODE_ENV !== "production") {
170
- CaretLeft.propTypes = iconPropTypes4cbeb95d.i;
160
+ CheckmarkOutlineError.propTypes = iconPropTypes4cbeb95d.i;
171
161
  }
172
- var CaretRight = /*#__PURE__*/React.forwardRef(function CaretRight(_ref2, ref) {
162
+ var CheckmarkOutlineWarning = /*#__PURE__*/React.forwardRef(function CheckmarkOutlineWarning(_ref2, ref) {
173
163
  var children = _ref2.children,
174
164
  _ref2$size = _ref2.size,
175
165
  size = _ref2$size === void 0 ? 16 : _ref2$size,
176
166
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref2, _excluded2);
177
- if (size === "glyph" || size === "glyph" || size === "glyphpx") {
178
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
179
- width: size,
180
- height: size,
181
- ref: ref,
182
- xmlns: "http://www.w3.org/2000/svg",
183
- viewBox: "0 0 5 8",
184
- fill: "currentColor"
185
- }, rest), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
186
- d: "M0 0L5 4 0 8z"
187
- })), children);
188
- }
189
167
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
190
168
  width: size,
191
169
  height: size,
@@ -193,14 +171,16 @@ var CaretRight = /*#__PURE__*/React.forwardRef(function CaretRight(_ref2, ref) {
193
171
  xmlns: "http://www.w3.org/2000/svg",
194
172
  viewBox: "0 0 32 32",
195
173
  fill: "currentColor"
196
- }, rest), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
197
- d: "M12 8L22 16 12 24z"
174
+ }, rest), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
175
+ d: "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z"
176
+ })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
177
+ d: "M12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59zM27.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"
198
178
  })), children);
199
179
  });
200
180
  if (process.env.NODE_ENV !== "production") {
201
- CaretRight.propTypes = iconPropTypes4cbeb95d.i;
181
+ CheckmarkOutlineWarning.propTypes = iconPropTypes4cbeb95d.i;
202
182
  }
203
- var CaretSort = /*#__PURE__*/React.forwardRef(function CaretSort(_ref3, ref) {
183
+ var Chemistry = /*#__PURE__*/React.forwardRef(function Chemistry(_ref3, ref) {
204
184
  var children = _ref3.children,
205
185
  _ref3$size = _ref3.size,
206
186
  size = _ref3$size === void 0 ? 16 : _ref3$size,
@@ -213,13 +193,13 @@ var CaretSort = /*#__PURE__*/React.forwardRef(function CaretSort(_ref3, ref) {
213
193
  viewBox: "0 0 32 32",
214
194
  fill: "currentColor"
215
195
  }, rest), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
216
- d: "M24 24L16 32 8 24zM8 8L16 0 24 8z"
196
+ d: "M27.2314,23.6182,20,13.6748V4h2V2H10V4h2v9.6748L4.7686,23.6182A4.0183,4.0183,0,0,0,8.0186,30H23.9814a4.0183,4.0183,0,0,0,3.25-6.3818ZM14,14.3252V4h4V14.3252L20.6728,18H11.3272ZM23.9814,28H8.0186a2.0192,2.0192,0,0,1-1.6329-3.2061L9.8726,20H22.1274l3.4869,4.7939A2.0192,2.0192,0,0,1,23.9814,28Z"
217
197
  })), children);
218
198
  });
219
199
  if (process.env.NODE_ENV !== "production") {
220
- CaretSort.propTypes = iconPropTypes4cbeb95d.i;
200
+ Chemistry.propTypes = iconPropTypes4cbeb95d.i;
221
201
  }
222
- var CaretSortDown = /*#__PURE__*/React.forwardRef(function CaretSortDown(_ref4, ref) {
202
+ var ChemistryReference = /*#__PURE__*/React.forwardRef(function ChemistryReference(_ref4, ref) {
223
203
  var children = _ref4.children,
224
204
  _ref4$size = _ref4.size,
225
205
  size = _ref4$size === void 0 ? 16 : _ref4$size,
@@ -232,17 +212,43 @@ var CaretSortDown = /*#__PURE__*/React.forwardRef(function CaretSortDown(_ref4,
232
212
  viewBox: "0 0 32 32",
233
213
  fill: "currentColor"
234
214
  }, rest), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
235
- d: "M24 24L16 32 8 24z"
215
+ d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
216
+ })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
217
+ d: "M20,13.67V4h2V2H10V4h2v9.67L9.58,17h2.4767L14,14.33V4h4V14.33l7.61,10.46a2.0133,2.0133,0,0,1-.44,2.82,2.0406,2.0406,0,0,1-1.19.39H15v2h8.98a4.0154,4.0154,0,0,0,3.25-6.38Z"
236
218
  })), children);
237
219
  });
238
220
  if (process.env.NODE_ENV !== "production") {
239
- CaretSortDown.propTypes = iconPropTypes4cbeb95d.i;
221
+ ChemistryReference.propTypes = iconPropTypes4cbeb95d.i;
240
222
  }
241
- var CaretSortUp = /*#__PURE__*/React.forwardRef(function CaretSortUp(_ref5, ref) {
223
+ var ChevronDown = /*#__PURE__*/React.forwardRef(function ChevronDown(_ref5, ref) {
242
224
  var children = _ref5.children,
243
225
  _ref5$size = _ref5.size,
244
226
  size = _ref5$size === void 0 ? 16 : _ref5$size,
245
227
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref5, _excluded5);
228
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
229
+ return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
230
+ width: size,
231
+ height: size,
232
+ ref: ref,
233
+ xmlns: "http://www.w3.org/2000/svg",
234
+ viewBox: "0 0 10 6",
235
+ fill: "currentColor"
236
+ }, rest), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
237
+ d: "M5 6L0 1 0.7 0.3 5 4.6 9.3 0.3 10 1z"
238
+ })), children);
239
+ }
240
+ if (size === 16 || size === "16" || size === "16px") {
241
+ return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
242
+ width: size,
243
+ height: size,
244
+ ref: ref,
245
+ xmlns: "http://www.w3.org/2000/svg",
246
+ viewBox: "0 0 16 16",
247
+ fill: "currentColor"
248
+ }, rest), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
249
+ d: "M8 11L3 6 3.7 5.3 8 9.6 12.3 5.3 13 6z"
250
+ })), children);
251
+ }
246
252
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
247
253
  width: size,
248
254
  height: size,
@@ -250,30 +256,18 @@ var CaretSortUp = /*#__PURE__*/React.forwardRef(function CaretSortUp(_ref5, ref)
250
256
  xmlns: "http://www.w3.org/2000/svg",
251
257
  viewBox: "0 0 32 32",
252
258
  fill: "currentColor"
253
- }, rest), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
254
- d: "M8 8L16 0 24 8z"
259
+ }, rest), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
260
+ d: "M16 22L6 12 7.4 10.6 16 19.2 24.6 10.6 26 12z"
255
261
  })), children);
256
262
  });
257
263
  if (process.env.NODE_ENV !== "production") {
258
- CaretSortUp.propTypes = iconPropTypes4cbeb95d.i;
264
+ ChevronDown.propTypes = iconPropTypes4cbeb95d.i;
259
265
  }
260
- var CaretUp = /*#__PURE__*/React.forwardRef(function CaretUp(_ref6, ref) {
266
+ var ChevronDownOutline = /*#__PURE__*/React.forwardRef(function ChevronDownOutline(_ref6, ref) {
261
267
  var children = _ref6.children,
262
268
  _ref6$size = _ref6.size,
263
269
  size = _ref6$size === void 0 ? 16 : _ref6$size,
264
270
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref6, _excluded6);
265
- if (size === "glyph" || size === "glyph" || size === "glyphpx") {
266
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
267
- width: size,
268
- height: size,
269
- ref: ref,
270
- xmlns: "http://www.w3.org/2000/svg",
271
- viewBox: "0 0 8 4",
272
- fill: "currentColor"
273
- }, rest), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
274
- d: "M0 4L4 0 8 4z"
275
- })), children);
276
- }
277
271
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
278
272
  width: size,
279
273
  height: size,
@@ -281,18 +275,44 @@ var CaretUp = /*#__PURE__*/React.forwardRef(function CaretUp(_ref6, ref) {
281
275
  xmlns: "http://www.w3.org/2000/svg",
282
276
  viewBox: "0 0 32 32",
283
277
  fill: "currentColor"
284
- }, rest), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
285
- d: "M8 20L16 10 24 20z"
278
+ }, rest), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
279
+ d: "M9.4142 12.5858L16 19.1714 22.5858 12.5858 24 14 16 22 8 14 9.4142 12.5858z"
280
+ })), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
281
+ d: "m30,16c0,7.7197-6.2803,14-14,14S2,23.7197,2,16,8.2803,2,16,2s14,6.2803,14,14Zm-26,0c0,6.6167,5.3833,12,12,12s12-5.3833,12-12-5.3833-12-12-12S4,9.3833,4,16Z"
286
282
  })), children);
287
283
  });
288
284
  if (process.env.NODE_ENV !== "production") {
289
- CaretUp.propTypes = iconPropTypes4cbeb95d.i;
285
+ ChevronDownOutline.propTypes = iconPropTypes4cbeb95d.i;
290
286
  }
291
- var CarouselHorizontal = /*#__PURE__*/React.forwardRef(function CarouselHorizontal(_ref7, ref) {
287
+ var ChevronLeft = /*#__PURE__*/React.forwardRef(function ChevronLeft(_ref7, ref) {
292
288
  var children = _ref7.children,
293
289
  _ref7$size = _ref7.size,
294
290
  size = _ref7$size === void 0 ? 16 : _ref7$size,
295
291
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref7, _excluded7);
292
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
293
+ return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
294
+ width: size,
295
+ height: size,
296
+ ref: ref,
297
+ xmlns: "http://www.w3.org/2000/svg",
298
+ viewBox: "0 0 6 10",
299
+ fill: "currentColor"
300
+ }, rest), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
301
+ d: "M0 5L5 0 5.7 0.7 1.4 5 5.7 9.3 5 10z"
302
+ })), children);
303
+ }
304
+ if (size === 16 || size === "16" || size === "16px") {
305
+ return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
306
+ width: size,
307
+ height: size,
308
+ ref: ref,
309
+ xmlns: "http://www.w3.org/2000/svg",
310
+ viewBox: "0 0 16 16",
311
+ fill: "currentColor"
312
+ }, rest), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
313
+ d: "M5 8L10 3 10.7 3.7 6.4 8 10.7 12.3 10 13z"
314
+ })), children);
315
+ }
296
316
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
297
317
  width: size,
298
318
  height: size,
@@ -300,18 +320,30 @@ var CarouselHorizontal = /*#__PURE__*/React.forwardRef(function CarouselHorizont
300
320
  xmlns: "http://www.w3.org/2000/svg",
301
321
  viewBox: "0 0 32 32",
302
322
  fill: "currentColor"
303
- }, rest), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
304
- d: "M22 26H10a2 2 0 01-2-2V8a2 2 0 012-2H22a2 2 0 012 2V24A2 2 0 0122 26zM10 8V24H22V8zM4 24H0V22H4V10H0V8H4a2 2 0 012 2V22A2 2 0 014 24zM32 24H28a2 2 0 01-2-2V10a2 2 0 012-2h4v2H28V22h4z"
323
+ }, rest), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
324
+ d: "M10 16L20 6 21.4 7.4 12.8 16 21.4 24.6 20 26z"
305
325
  })), children);
306
326
  });
307
327
  if (process.env.NODE_ENV !== "production") {
308
- CarouselHorizontal.propTypes = iconPropTypes4cbeb95d.i;
328
+ ChevronLeft.propTypes = iconPropTypes4cbeb95d.i;
309
329
  }
310
- var CarouselVertical = /*#__PURE__*/React.forwardRef(function CarouselVertical(_ref8, ref) {
330
+ var ChevronMini = /*#__PURE__*/React.forwardRef(function ChevronMini(_ref8, ref) {
311
331
  var children = _ref8.children,
312
332
  _ref8$size = _ref8.size,
313
333
  size = _ref8$size === void 0 ? 16 : _ref8$size,
314
334
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref8, _excluded8);
335
+ if (size === 16 || size === "16" || size === "16px") {
336
+ return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
337
+ width: size,
338
+ height: size,
339
+ ref: ref,
340
+ xmlns: "http://www.w3.org/2000/svg",
341
+ viewBox: "0 0 16 16",
342
+ fill: "currentColor"
343
+ }, rest), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
344
+ d: "M15 9L15 15 9 15z"
345
+ })), children);
346
+ }
315
347
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
316
348
  width: size,
317
349
  height: size,
@@ -319,18 +351,42 @@ var CarouselVertical = /*#__PURE__*/React.forwardRef(function CarouselVertical(_
319
351
  xmlns: "http://www.w3.org/2000/svg",
320
352
  viewBox: "0 0 32 32",
321
353
  fill: "currentColor"
322
- }, rest), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
323
- d: "M26 10V22a2 2 0 01-2 2H8a2 2 0 01-2-2V10A2 2 0 018 8H24A2 2 0 0126 10zM8 22H24V10H8zM24 28v4H22V28H10v4H8V28a2 2 0 012-2H22A2 2 0 0124 28zM24 0V4a2 2 0 01-2 2H10A2 2 0 018 4V0h2V4H22V0z"
354
+ }, rest), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
355
+ d: "M31 19L31 31 19 31 31 19z"
324
356
  })), children);
325
357
  });
326
358
  if (process.env.NODE_ENV !== "production") {
327
- CarouselVertical.propTypes = iconPropTypes4cbeb95d.i;
359
+ ChevronMini.propTypes = iconPropTypes4cbeb95d.i;
328
360
  }
329
- var Catalog = /*#__PURE__*/React.forwardRef(function Catalog(_ref9, ref) {
361
+ var ChevronRight = /*#__PURE__*/React.forwardRef(function ChevronRight(_ref9, ref) {
330
362
  var children = _ref9.children,
331
363
  _ref9$size = _ref9.size,
332
364
  size = _ref9$size === void 0 ? 16 : _ref9$size,
333
365
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref9, _excluded9);
366
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
367
+ return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
368
+ width: size,
369
+ height: size,
370
+ ref: ref,
371
+ xmlns: "http://www.w3.org/2000/svg",
372
+ viewBox: "0 0 6 10",
373
+ fill: "currentColor"
374
+ }, rest), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
375
+ d: "M6 5L1 10 0.3 9.3 4.6 5 0.3 0.7 1 0z"
376
+ })), children);
377
+ }
378
+ if (size === 16 || size === "16" || size === "16px") {
379
+ return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
380
+ width: size,
381
+ height: size,
382
+ ref: ref,
383
+ xmlns: "http://www.w3.org/2000/svg",
384
+ viewBox: "0 0 16 16",
385
+ fill: "currentColor"
386
+ }, rest), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
387
+ d: "M11 8L6 13 5.3 12.3 9.6 8 5.3 3.7 6 3z"
388
+ })), children);
389
+ }
334
390
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
335
391
  width: size,
336
392
  height: size,
@@ -338,20 +394,30 @@ var Catalog = /*#__PURE__*/React.forwardRef(function Catalog(_ref9, ref) {
338
394
  xmlns: "http://www.w3.org/2000/svg",
339
395
  viewBox: "0 0 32 32",
340
396
  fill: "currentColor"
341
- }, rest), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
342
- d: "M26,2H8A2,2,0,0,0,6,4V8H4v2H6v5H4v2H6v5H4v2H6v4a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V4A2,2,0,0,0,26,2Zm0,26H8V24h2V22H8V17h2V15H8V10h2V8H8V4H26Z"
343
- })), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
344
- d: "M14 8H22V10H14zM14 15H22V17H14zM14 22H22V24H14z"
397
+ }, rest), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
398
+ d: "M22 16L12 26 10.6 24.6 19.2 16 10.6 7.4 12 6z"
345
399
  })), children);
346
400
  });
347
401
  if (process.env.NODE_ENV !== "production") {
348
- Catalog.propTypes = iconPropTypes4cbeb95d.i;
402
+ ChevronRight.propTypes = iconPropTypes4cbeb95d.i;
349
403
  }
350
- var CatalogPublish = /*#__PURE__*/React.forwardRef(function CatalogPublish(_ref10, ref) {
404
+ var ChevronSort = /*#__PURE__*/React.forwardRef(function ChevronSort(_ref10, ref) {
351
405
  var children = _ref10.children,
352
406
  _ref10$size = _ref10.size,
353
407
  size = _ref10$size === void 0 ? 16 : _ref10$size,
354
408
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref10, _excluded10);
409
+ if (size === 16 || size === "16" || size === "16px") {
410
+ return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
411
+ width: size,
412
+ height: size,
413
+ ref: ref,
414
+ xmlns: "http://www.w3.org/2000/svg",
415
+ viewBox: "0 0 16 16",
416
+ fill: "currentColor"
417
+ }, rest), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
418
+ d: "M8 14L4.5 10.5 5.2 9.8 8 12.6 10.8 9.8 11.5 10.5zM8 2L11.5 5.5 10.8 6.2 8 3.4 5.2 6.2 4.5 5.5z"
419
+ })), children);
420
+ }
355
421
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
356
422
  width: size,
357
423
  height: size,
@@ -359,20 +425,30 @@ var CatalogPublish = /*#__PURE__*/React.forwardRef(function CatalogPublish(_ref1
359
425
  xmlns: "http://www.w3.org/2000/svg",
360
426
  viewBox: "0 0 32 32",
361
427
  fill: "currentColor"
362
- }, rest), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
363
- d: "M20 20L21.4 21.4 18.8 24 28 24 28 26 18.8 26 21.4 28.6 20 30 15 25zM14 15H22V17H14zM14 8H22V10H14z"
364
- })), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
365
- d: "M13,28H8v-4h2v-2H8v-5h2v-2H8v-5h2V8H8V4h18v16h2V4c0-1.1-0.9-2-2-2H8C6.9,2,6,2.9,6,4v4H4v2h2v5H4v2h2v5H4v2h2v4 c0,1.1,0.9,2,2,2h5V28z"
428
+ }, rest), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
429
+ d: "M16 28L9 21 10.41 19.59 16 25.17 21.59 19.59 23 21 16 28zM16 4L23 11 21.59 12.41 16 6.83 10.41 12.41 9 11 16 4z"
366
430
  })), children);
367
431
  });
368
432
  if (process.env.NODE_ENV !== "production") {
369
- CatalogPublish.propTypes = iconPropTypes4cbeb95d.i;
433
+ ChevronSort.propTypes = iconPropTypes4cbeb95d.i;
370
434
  }
371
- var Categories = /*#__PURE__*/React.forwardRef(function Categories(_ref11, ref) {
435
+ var ChevronSortDown = /*#__PURE__*/React.forwardRef(function ChevronSortDown(_ref11, ref) {
372
436
  var children = _ref11.children,
373
437
  _ref11$size = _ref11.size,
374
438
  size = _ref11$size === void 0 ? 16 : _ref11$size,
375
439
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref11, _excluded11);
440
+ if (size === 16 || size === "16" || size === "16px") {
441
+ return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
442
+ width: size,
443
+ height: size,
444
+ ref: ref,
445
+ xmlns: "http://www.w3.org/2000/svg",
446
+ viewBox: "0 0 16 16",
447
+ fill: "currentColor"
448
+ }, rest), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
449
+ d: "M8 14L4.5 10.5 5.2 9.8 8 12.6 10.8 9.8 11.5 10.5z"
450
+ })), children);
451
+ }
376
452
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
377
453
  width: size,
378
454
  height: size,
@@ -380,18 +456,30 @@ var Categories = /*#__PURE__*/React.forwardRef(function Categories(_ref11, ref)
380
456
  xmlns: "http://www.w3.org/2000/svg",
381
457
  viewBox: "0 0 32 32",
382
458
  fill: "currentColor"
383
- }, rest), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
384
- d: "M6.76 6l.45.89L7.76 8H12v5H4V6H6.76m.62-2H3A1 1 0 002 5v9a1 1 0 001 1H13a1 1 0 001-1V7a1 1 0 00-1-1H9L8.28 4.55A1 1 0 007.38 4zM22.76 6l.45.89L23.76 8H28v5H20V6h2.76m.62-2H19a1 1 0 00-1 1v9a1 1 0 001 1H29a1 1 0 001-1V7a1 1 0 00-1-1H25l-.72-1.45a1 1 0 00-.9-.55zM6.76 19l.45.89L7.76 21H12v5H4V19H6.76m.62-2H3a1 1 0 00-1 1v9a1 1 0 001 1H13a1 1 0 001-1V20a1 1 0 00-1-1H9l-.72-1.45a1 1 0 00-.9-.55zM22.76 19l.45.89L23.76 21H28v5H20V19h2.76m.62-2H19a1 1 0 00-1 1v9a1 1 0 001 1H29a1 1 0 001-1V20a1 1 0 00-1-1H25l-.72-1.45a1 1 0 00-.9-.55z"
459
+ }, rest), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
460
+ d: "M16 28L9 21 10.4 19.6 16 25.2 21.6 19.6 23 21z"
385
461
  })), children);
386
462
  });
387
463
  if (process.env.NODE_ENV !== "production") {
388
- Categories.propTypes = iconPropTypes4cbeb95d.i;
464
+ ChevronSortDown.propTypes = iconPropTypes4cbeb95d.i;
389
465
  }
390
- var Category = /*#__PURE__*/React.forwardRef(function Category(_ref12, ref) {
466
+ var ChevronSortUp = /*#__PURE__*/React.forwardRef(function ChevronSortUp(_ref12, ref) {
391
467
  var children = _ref12.children,
392
468
  _ref12$size = _ref12.size,
393
469
  size = _ref12$size === void 0 ? 16 : _ref12$size,
394
470
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref12, _excluded12);
471
+ if (size === 16 || size === "16" || size === "16px") {
472
+ return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
473
+ width: size,
474
+ height: size,
475
+ ref: ref,
476
+ xmlns: "http://www.w3.org/2000/svg",
477
+ viewBox: "0 0 16 16",
478
+ fill: "currentColor"
479
+ }, rest), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
480
+ d: "M8 2L11.5 5.5 10.8 6.2 8 3.4 5.2 6.2 4.5 5.5z"
481
+ })), children);
482
+ }
395
483
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
396
484
  width: size,
397
485
  height: size,
@@ -399,18 +487,42 @@ var Category = /*#__PURE__*/React.forwardRef(function Category(_ref12, ref) {
399
487
  xmlns: "http://www.w3.org/2000/svg",
400
488
  viewBox: "0 0 32 32",
401
489
  fill: "currentColor"
402
- }, rest), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
403
- d: "M27,22.1414V18a2,2,0,0,0-2-2H17V12h2a2.0023,2.0023,0,0,0,2-2V4a2.0023,2.0023,0,0,0-2-2H13a2.002,2.002,0,0,0-2,2v6a2.002,2.002,0,0,0,2,2h2v4H7a2,2,0,0,0-2,2v4.1421a4,4,0,1,0,2,0V18h8v4.142a4,4,0,1,0,2,0V18h8v4.1414a4,4,0,1,0,2,0ZM13,4h6l.001,6H13ZM8,26a2,2,0,1,1-2-2A2.0023,2.0023,0,0,1,8,26Zm10,0a2,2,0,1,1-2-2A2.0027,2.0027,0,0,1,18,26Zm8,2a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,26,28Z"
490
+ }, rest), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
491
+ d: "M16 4L23 11 21.6 12.4 16 6.8 10.4 12.4 9 11z"
404
492
  })), children);
405
493
  });
406
494
  if (process.env.NODE_ENV !== "production") {
407
- Category.propTypes = iconPropTypes4cbeb95d.i;
495
+ ChevronSortUp.propTypes = iconPropTypes4cbeb95d.i;
408
496
  }
409
- var CategoryAdd = /*#__PURE__*/React.forwardRef(function CategoryAdd(_ref13, ref) {
497
+ var ChevronUp = /*#__PURE__*/React.forwardRef(function ChevronUp(_ref13, ref) {
410
498
  var children = _ref13.children,
411
499
  _ref13$size = _ref13.size,
412
500
  size = _ref13$size === void 0 ? 16 : _ref13$size,
413
501
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref13, _excluded13);
502
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
503
+ return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
504
+ width: size,
505
+ height: size,
506
+ ref: ref,
507
+ xmlns: "http://www.w3.org/2000/svg",
508
+ viewBox: "0 0 10 6",
509
+ fill: "currentColor"
510
+ }, rest), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
511
+ d: "M5 0L10 5 9.3 5.7 5 1.4 0.7 5.7 0 5z"
512
+ })), children);
513
+ }
514
+ if (size === 16 || size === "16" || size === "16px") {
515
+ return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
516
+ width: size,
517
+ height: size,
518
+ ref: ref,
519
+ xmlns: "http://www.w3.org/2000/svg",
520
+ viewBox: "0 0 16 16",
521
+ fill: "currentColor"
522
+ }, rest), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
523
+ d: "M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z"
524
+ })), children);
525
+ }
414
526
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
415
527
  width: size,
416
528
  height: size,
@@ -418,16 +530,14 @@ var CategoryAdd = /*#__PURE__*/React.forwardRef(function CategoryAdd(_ref13, ref
418
530
  xmlns: "http://www.w3.org/2000/svg",
419
531
  viewBox: "0 0 32 32",
420
532
  fill: "currentColor"
421
- }, rest), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
422
- d: "M15 6L13.59 7.41 17.17 11 13.59 14.59 15 16 20 11 15 6z"
423
- })), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
424
- d: "M28,24H17V20h6a2.0027,2.0027,0,0,0,2-2V4a2.0023,2.0023,0,0,0-2-2H9A2.002,2.002,0,0,0,7,4V18a2.0023,2.0023,0,0,0,2,2h6v4H4a2,2,0,0,0-2,2v4H4V26H15v4h2V26H28v4h2V26A2,2,0,0,0,28,24ZM9,4H23l.002,14H9Z"
533
+ }, rest), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
534
+ d: "M16 10L26 20 24.6 21.4 16 12.8 7.4 21.4 6 20z"
425
535
  })), children);
426
536
  });
427
537
  if (process.env.NODE_ENV !== "production") {
428
- CategoryAdd.propTypes = iconPropTypes4cbeb95d.i;
538
+ ChevronUp.propTypes = iconPropTypes4cbeb95d.i;
429
539
  }
430
- var CategoryAnd = /*#__PURE__*/React.forwardRef(function CategoryAnd(_ref14, ref) {
540
+ var ChevronUpOutline = /*#__PURE__*/React.forwardRef(function ChevronUpOutline(_ref14, ref) {
431
541
  var children = _ref14.children,
432
542
  _ref14$size = _ref14.size,
433
543
  size = _ref14$size === void 0 ? 16 : _ref14$size,
@@ -439,14 +549,16 @@ var CategoryAnd = /*#__PURE__*/React.forwardRef(function CategoryAnd(_ref14, ref
439
549
  xmlns: "http://www.w3.org/2000/svg",
440
550
  viewBox: "0 0 32 32",
441
551
  fill: "currentColor"
442
- }, rest), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
443
- d: "M4 30V26H15v4h2V26H28v4h2V26a2 2 0 00-2-2H17V19H15v5H4a2 2 0 00-2 2v4zM20.6953 13.9858A10.08 10.08 0 0021.9463 10H23V8H20V9a9.2634 9.2634 0 01-.6641 3.2705L16.6511 8.8816a5.1261 5.1261 0 002.1436-2.3694A3.2522 3.2522 0 0018.6062 3.81a3.38 3.38 0 00-2.2391-1.7056 3.4688 3.4688 0 00-4.2223 2.1186c-.5044 1.5518.4406 3.1158 1.2612 4.1077A4.7255 4.7255 0 0011.06 13.1587 4.4526 4.4526 0 0015.4268 17h.0058a5.7844 5.7844 0 003.9717-1.4233L20.532 17h2.5519zM14.047 4.8413A1.3224 1.3224 0 0115.4141 4a2.41 2.41 0 01.5214.0581 1.4018 1.4018 0 01.9111.7022 1.2493 1.2493 0 01.0791 1.042A3.6871 3.6871 0 0115.2441 7.395C14.5831 6.6816 13.8087 5.5732 14.047 4.8413zM15.4316 15h-.0039a2.4432 2.4432 0 01-2.3916-2.1509 2.8261 2.8261 0 011.81-3.0249l3.3115 4.1787A3.8853 3.8853 0 0115.4316 15z"
552
+ }, rest), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
553
+ d: "M9.4142 19.4142L16 12.8286 22.5858 19.4142 24 18 16 10 8 18 9.4142 19.4142z"
554
+ })), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
555
+ d: "m30,16c0,7.7197-6.2803,14-14,14S2,23.7197,2,16,8.2803,2,16,2s14,6.2803,14,14Zm-26,0c0,6.6167,5.3833,12,12,12s12-5.3833,12-12-5.3833-12-12-12S4,9.3833,4,16Z"
444
556
  })), children);
445
557
  });
446
558
  if (process.env.NODE_ENV !== "production") {
447
- CategoryAnd.propTypes = iconPropTypes4cbeb95d.i;
559
+ ChevronUpOutline.propTypes = iconPropTypes4cbeb95d.i;
448
560
  }
449
- var CategoryNew = /*#__PURE__*/React.forwardRef(function CategoryNew(_ref15, ref) {
561
+ var Chip = /*#__PURE__*/React.forwardRef(function Chip(_ref15, ref) {
450
562
  var children = _ref15.children,
451
563
  _ref15$size = _ref15.size,
452
564
  size = _ref15$size === void 0 ? 16 : _ref15$size,
@@ -458,16 +570,16 @@ var CategoryNew = /*#__PURE__*/React.forwardRef(function CategoryNew(_ref15, ref
458
570
  xmlns: "http://www.w3.org/2000/svg",
459
571
  viewBox: "0 0 32 32",
460
572
  fill: "currentColor"
461
- }, rest), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
462
- d: "M21 10L17 10 17 6 15 6 15 10 11 10 11 12 15 12 15 16 17 16 17 12 21 12 21 10z"
463
- })), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
464
- d: "M28,24H17V20h6a2.0027,2.0027,0,0,0,2-2V4a2.0023,2.0023,0,0,0-2-2H9A2.002,2.002,0,0,0,7,4V18a2.0023,2.0023,0,0,0,2,2h6v4H4a2,2,0,0,0-2,2v4H4V26H15v4h2V26H28v4h2V26A2,2,0,0,0,28,24ZM9,4H23l.002,14H9Z"
573
+ }, rest), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
574
+ d: "M11,11V21H21V11Zm8,8H13V13h6Z"
575
+ })), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
576
+ d: "M30,13V11H26V8a2,2,0,0,0-2-2H21V2H19V6H13V2H11V6H8A2,2,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2,2,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2,2,0,0,0,2-2V21h4V19H26V13ZM24,24H8V8H24Z"
465
577
  })), children);
466
578
  });
467
579
  if (process.env.NODE_ENV !== "production") {
468
- CategoryNew.propTypes = iconPropTypes4cbeb95d.i;
580
+ Chip.propTypes = iconPropTypes4cbeb95d.i;
469
581
  }
470
- var CategoryNewEach = /*#__PURE__*/React.forwardRef(function CategoryNewEach(_ref16, ref) {
582
+ var Choices = /*#__PURE__*/React.forwardRef(function Choices(_ref16, ref) {
471
583
  var children = _ref16.children,
472
584
  _ref16$size = _ref16.size,
473
585
  size = _ref16$size === void 0 ? 16 : _ref16$size,
@@ -479,80 +591,52 @@ var CategoryNewEach = /*#__PURE__*/React.forwardRef(function CategoryNewEach(_re
479
591
  xmlns: "http://www.w3.org/2000/svg",
480
592
  viewBox: "0 0 32 32",
481
593
  fill: "currentColor"
482
- }, rest), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
483
- d: "M29 10H24v2h5v6H22v2h3v2.142a4 4 0 102 0V20h2a2.0027 2.0027 0 002-2V12A2.0023 2.0023 0 0029 10zM28 26a2 2 0 11-2-2A2.0027 2.0027 0 0128 26zM19 6H14V8h5v6H12v2h3v6.142a4 4 0 102 0V16h2a2.0023 2.0023 0 002-2V8A2.0023 2.0023 0 0019 6zM18 26a2 2 0 11-2-2A2.0027 2.0027 0 0118 26zM9 2H3A2.002 2.002 0 001 4v6a2.002 2.002 0 002 2H5V22.142a4 4 0 102 0V12H9a2.002 2.002 0 002-2V4A2.002 2.002 0 009 2zM8 26a2 2 0 11-2-2A2.0023 2.0023 0 018 26zM3 10V4H9l.0015 6z"
594
+ }, rest), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
595
+ d: "M28 13L28 4 19 4 19 6 24.586 6 16 14.586 7.414 6 13 6 13 4 4 4 4 13 6 13 6 7.414 15 16.414 15 26 4 26 4 28 28 28 28 26 17 26 17 16.414 26 7.414 26 13 28 13z"
484
596
  })), children);
485
597
  });
486
598
  if (process.env.NODE_ENV !== "production") {
487
- CategoryNewEach.propTypes = iconPropTypes4cbeb95d.i;
599
+ Choices.propTypes = iconPropTypes4cbeb95d.i;
488
600
  }
489
- var Caution = /*#__PURE__*/React.forwardRef(function Caution(_ref17, ref) {
601
+ var ChooseItem = /*#__PURE__*/React.forwardRef(function ChooseItem(_ref17, ref) {
490
602
  var children = _ref17.children,
491
603
  _ref17$size = _ref17.size,
492
604
  size = _ref17$size === void 0 ? 16 : _ref17$size,
493
605
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref17, _excluded17);
494
- if (size === "glyph" || size === "glyph" || size === "glyphpx") {
495
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
496
- width: size,
497
- height: size,
498
- ref: ref,
499
- xmlns: "http://www.w3.org/2000/svg",
500
- viewBox: "0 0 16 16",
501
- fill: "currentColor"
502
- }, rest), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
503
- d: "M12.3154,12H3.6846L8,4.0884,12.3154,12M14,13,8,2,2,13Z"
504
- })), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
505
- d: "M12.315 12L3.685 12 8 4.088 12.315 12z"
506
- })), children);
507
- }
508
606
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
509
607
  width: size,
510
608
  height: size,
511
609
  ref: ref,
512
610
  xmlns: "http://www.w3.org/2000/svg",
513
- viewBox: "0 0 16 16",
611
+ viewBox: "0 0 32 32",
514
612
  fill: "currentColor"
515
- }, rest), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
516
- d: "M12.3154,12H3.6846L8,4.0884,12.3154,12M14,13,8,2,2,13Z"
517
- })), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
518
- d: "M12.315 12L3.685 12 8 4.088 12.315 12z"
613
+ }, rest), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
614
+ d: "M28 6H30V26H28zM17 6L15.57 7.393 23.15 15 2 15 2 17 23.15 17 15.57 24.573 17 26 27 16 17 6z"
519
615
  })), children);
520
616
  });
521
617
  if (process.env.NODE_ENV !== "production") {
522
- Caution.propTypes = iconPropTypes4cbeb95d.i;
618
+ ChooseItem.propTypes = iconPropTypes4cbeb95d.i;
523
619
  }
524
- var CautionInverted = /*#__PURE__*/React.forwardRef(function CautionInverted(_ref18, ref) {
620
+ var ChoroplethMap = /*#__PURE__*/React.forwardRef(function ChoroplethMap(_ref18, ref) {
525
621
  var children = _ref18.children,
526
622
  _ref18$size = _ref18.size,
527
623
  size = _ref18$size === void 0 ? 16 : _ref18$size,
528
624
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref18, _excluded18);
529
- if (size === "glyph" || size === "glyph" || size === "glyphpx") {
530
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
531
- width: size,
532
- height: size,
533
- ref: ref,
534
- xmlns: "http://www.w3.org/2000/svg",
535
- viewBox: "0 0 16 16",
536
- fill: "currentColor"
537
- }, rest), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
538
- d: "M8 14L2 3 14 3 8 14z"
539
- })), children);
540
- }
541
625
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
542
626
  width: size,
543
627
  height: size,
544
628
  ref: ref,
545
629
  xmlns: "http://www.w3.org/2000/svg",
546
- viewBox: "0 0 16 16",
630
+ viewBox: "0 0 32 32",
547
631
  fill: "currentColor"
548
- }, rest), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
549
- d: "M8 14L2 3 14 3 8 14z"
632
+ }, rest), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
633
+ d: "M29.2427,4.03l-8-2a1.0065,1.0065,0,0,0-.6143.0415l-9.7,3.88L3.2427,4.03A1,1,0,0,0,2,5V27a1,1,0,0,0,.7573.97l8,2A1.0244,1.0244,0,0,0,11,30a.9953.9953,0,0,0,.3716-.0718l9.7-3.88,7.686,1.9219A1,1,0,0,0,30,27V5A1,1,0,0,0,29.2427,4.03ZM28,11H22V4.2806l6,1.5ZM10,19H4V13h6Zm2-8V7.6771l8-3.2V11Zm8,2v6H12V13Zm-8,8h8v3.3227l-8,3.2Zm10-8h6v6H22ZM10,7.7806V11H4V6.2806ZM4,21h6v6.7192l-6-1.5Zm18,3.2187V21h6v4.7192Z"
550
634
  })), children);
551
635
  });
552
636
  if (process.env.NODE_ENV !== "production") {
553
- CautionInverted.propTypes = iconPropTypes4cbeb95d.i;
637
+ ChoroplethMap.propTypes = iconPropTypes4cbeb95d.i;
554
638
  }
555
- var QCcX = /*#__PURE__*/React.forwardRef(function QCcX(_ref19, ref) {
639
+ var CicsCmas = /*#__PURE__*/React.forwardRef(function CicsCmas(_ref19, ref) {
556
640
  var children = _ref19.children,
557
641
  _ref19$size = _ref19.size,
558
642
  size = _ref19$size === void 0 ? 16 : _ref19$size,
@@ -564,14 +648,16 @@ var QCcX = /*#__PURE__*/React.forwardRef(function QCcX(_ref19, ref) {
564
648
  xmlns: "http://www.w3.org/2000/svg",
565
649
  viewBox: "0 0 32 32",
566
650
  fill: "currentColor"
567
- }, rest), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
568
- d: "M10 23H5a2 2 0 01-2-2V15a2 2 0 012-2h5v2H5v6h5zM19 23H14a2 2 0 01-2-2V15a2 2 0 012-2h5v2H14v6h5zM29 9L27 9 25 15 23 9 21 9 23.75 16 21 23 23 23 25 17 27 23 29 23 26.25 16 29 9z"
651
+ }, rest), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
652
+ d: "M30.3335 30H26V28h4V26H28a2.002 2.002 0 01-2-2V21.6665A1.6684 1.6684 0 0127.6665 20H32v2H28v2h2a2.002 2.002 0 012 2v2.3335A1.6684 1.6684 0 0130.3335 30zM22.3335 20h-2.667A1.6665 1.6665 0 0018 21.6665V30h2V26h2v4h2V21.6665A1.6665 1.6665 0 0022.3335 20zM20 24V22h2v2zM12.5 24L11 20 9 20 9 30 11 30 11 23 12.5 27 14 23 14 30 16 30 16 20 14 20 12.5 24zM1 22v6.5A1.4727 1.4727 0 002.5 30H7V28H3V22H7V20H3A2.0059 2.0059 0 001 22zM13 8L11 8 11 11 8 11 8 13 11 13 11 16 13 16 13 13 16 13 16 11 13 11 13 8z"
653
+ })), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
654
+ d: "M6,6H26V18h2V6a2.0059,2.0059,0,0,0-2-2H6A2.0059,2.0059,0,0,0,4,6V18H6Z"
569
655
  })), children);
570
656
  });
571
657
  if (process.env.NODE_ENV !== "production") {
572
- QCcX.propTypes = iconPropTypes4cbeb95d.i;
658
+ CicsCmas.propTypes = iconPropTypes4cbeb95d.i;
573
659
  }
574
- var WatsonHealthCdArchive = /*#__PURE__*/React.forwardRef(function WatsonHealthCdArchive(_ref20, ref) {
660
+ var CicsDb2Connection = /*#__PURE__*/React.forwardRef(function CicsDb2Connection(_ref20, ref) {
575
661
  var children = _ref20.children,
576
662
  _ref20$size = _ref20.size,
577
663
  size = _ref20$size === void 0 ? 16 : _ref20$size,
@@ -583,20 +669,16 @@ var WatsonHealthCdArchive = /*#__PURE__*/React.forwardRef(function WatsonHealthC
583
669
  xmlns: "http://www.w3.org/2000/svg",
584
670
  viewBox: "0 0 32 32",
585
671
  fill: "currentColor"
586
- }, rest), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
587
- d: "M16,28A12,12,0,1,1,28,16,12,12,0,0,1,16,28ZM16,6A10,10,0,1,0,26,16,10,10,0,0,0,16,6Z"
588
- })), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
589
- d: "M16,22a6,6,0,1,1,6-6A6,6,0,0,1,16,22Zm0-10a4,4,0,1,0,4,4A4,4,0,0,0,16,12Z"
590
- })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
591
- cx: "16",
592
- cy: "16",
593
- r: "2"
672
+ }, rest), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
673
+ d: "M22.5,30c-1.9299,0-3.5-1.5701-3.5-3.5,0-.9346,.3638-1.8134,1.0244-2.4742l1.4146,1.4138c-.283,.2832-.439,.6598-.439,1.0604,0,.8271,.6729,1.5,1.5,1.5,.4009,0,.7776-.1561,1.061-.4396l4.9998-4.9998c.2832-.2833,.4392-.66,.4392-1.0607,0-.8271-.6729-1.5-1.5-1.5-.4011,0-.7783,.1564-1.0618,.4404l-1.4155-1.4131c.6616-.6625,1.5413-1.0273,2.4773-1.0273,1.9299,0,3.5,1.5701,3.5,3.5,0,.9348-.364,1.8137-1.0249,2.4749l-4.9998,4.9996c-.6609,.6613-1.54,1.0255-2.4753,1.0255Z"
674
+ })), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
675
+ d: "M16.5 31c-1.9299 0-3.5-1.5701-3.5-3.5 0-.9348.364-1.8137 1.0249-2.4749l4.9998-4.9996c.6609-.6613 1.54-1.0255 2.4753-1.0255 1.9299 0 3.5 1.5701 3.5 3.5 0 .9346-.3638 1.8134-1.0244 2.4742l-1.4146-1.4138c.283-.2832.439-.6598.439-1.0604 0-.8271-.6729-1.5-1.5-1.5-.4009 0-.7776.1561-1.061.4396l-4.9998 4.9998c-.2832.2833-.4392.66-.4392 1.0607 0 .8271.6729 1.5 1.5 1.5.4011 0 .7783-.1564 1.0618-.4404l1.4155 1.4131c-.6616.6625-1.5413 1.0273-2.4773 1.0273zM16 2c-5.2979 0-11 1.252-11 4V24c0 1.6797 2.134 2.7979 5 3.415v-2.0459c-1.9939-.4727-2.9453-1.1431-3-1.3691v-3.5723c1.4937.749 3.6738 1.2153 6 1.4302v-1.9976c-3.8779-.3774-5.8774-1.4219-6-1.8604v-3.5723c2.1279 1.0674 5.6426 1.5723 9 1.5723 5.2979 0 11-1.252 11-4V5.9995c-.0007-2.748-5.7024-3.9995-11-3.9995zM6.9985 6.0151c.1523-.5552 3.1514-2.0151 9.0015-2.0151 5.7976 0 8.7949 1.4341 8.9968 2-.2019.5659-3.1992 2-8.9968 2-5.8501 0-8.8491-1.46-9.0015-1.9849zm18.0015 5.9722c-.1606.5571-3.1587 2.0127-9 2.0127-5.8501 0-8.8491-1.46-9-2v-3.5723c2.1279 1.0674 5.6426 1.5723 9 1.5723s6.8721-.5049 9-1.5723v3.5596z"
594
676
  })), children);
595
677
  });
596
678
  if (process.env.NODE_ENV !== "production") {
597
- WatsonHealthCdArchive.propTypes = iconPropTypes4cbeb95d.i;
679
+ CicsDb2Connection.propTypes = iconPropTypes4cbeb95d.i;
598
680
  }
599
- var WatsonHealthCdCreateArchive = /*#__PURE__*/React.forwardRef(function WatsonHealthCdCreateArchive(_ref21, ref) {
681
+ var CicsExplorer = /*#__PURE__*/React.forwardRef(function CicsExplorer(_ref21, ref) {
600
682
  var children = _ref21.children,
601
683
  _ref21$size = _ref21.size,
602
684
  size = _ref21$size === void 0 ? 16 : _ref21$size,
@@ -608,22 +690,16 @@ var WatsonHealthCdCreateArchive = /*#__PURE__*/React.forwardRef(function WatsonH
608
690
  xmlns: "http://www.w3.org/2000/svg",
609
691
  viewBox: "0 0 32 32",
610
692
  fill: "currentColor"
611
- }, rest), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
612
- d: "M14,20a6,6,0,1,1,6-6A6,6,0,0,1,14,20Zm0-10a4,4,0,1,0,4,4A4,4,0,0,0,14,10Z"
613
- })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
614
- cx: "14",
615
- cy: "14",
616
- r: "2"
617
- })), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
618
- d: "M17,23.54A10,10,0,1,1,24,14c0,.34,0,.67-.05,1h2c0-.33.05-.66.05-1A12,12,0,1,0,14,26a12.33,12.33,0,0,0,3-.39Z"
619
- })), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
620
- d: "M25,30l-2.14-1A5,5,0,0,1,20,24.47V18H30v6.47A5,5,0,0,1,27.14,29ZM22,20v4.47a3,3,0,0,0,1.72,2.71l1.28.61,1.28-.61A3,3,0,0,0,28,24.47V20Z"
693
+ }, rest), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
694
+ d: "M24 16L19.4 14.6 21.7 10.3 17.4 12.6 16 8 14.6 12.6 10.3 10.3 12.6 14.6 8 16 12.6 17.4 10.3 21.7 14.6 19.4 16 24 17.4 19.4 21.7 21.7 19.4 17.4 24 16z"
695
+ })), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
696
+ d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
621
697
  })), children);
622
698
  });
623
699
  if (process.env.NODE_ENV !== "production") {
624
- WatsonHealthCdCreateArchive.propTypes = iconPropTypes4cbeb95d.i;
700
+ CicsExplorer.propTypes = iconPropTypes4cbeb95d.i;
625
701
  }
626
- var WatsonHealthCdCreateExchange = /*#__PURE__*/React.forwardRef(function WatsonHealthCdCreateExchange(_ref22, ref) {
702
+ var CicsProgram = /*#__PURE__*/React.forwardRef(function CicsProgram(_ref22, ref) {
627
703
  var children = _ref22.children,
628
704
  _ref22$size = _ref22.size,
629
705
  size = _ref22$size === void 0 ? 16 : _ref22$size,
@@ -635,20 +711,24 @@ var WatsonHealthCdCreateExchange = /*#__PURE__*/React.forwardRef(function Watson
635
711
  xmlns: "http://www.w3.org/2000/svg",
636
712
  viewBox: "0 0 32 32",
637
713
  fill: "currentColor"
638
- }, rest), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
639
- cx: "14",
640
- cy: "14",
641
- r: "2"
642
- })), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
643
- d: "M14,2a12,12,0,0,0,0,24V24A10,10,0,1,1,24,14,8.27,8.27,0,0,1,24,15h2c0-.33.05-.66.05-1A12,12,0,0,0,14,2Z"
644
- })), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
645
- d: "M17 24L26.17 24 23.58 26.59 25 28 30 23 25 18 23.58 19.42 26.17 22 17 22 17 24zM14 20a6 6 0 116-6A6 6 0 0114 20zm0-10a4 4 0 104 4A4 4 0 0014 10z"
714
+ }, rest), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
715
+ d: "M20.17 19L17.58 21.59 19 23 23 19 19 15 17.58 16.41 20.17 19zM11.83 19L14.42 16.41 13 15 9 19 13 23 14.42 21.59 11.83 19z"
716
+ })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
717
+ cx: "9",
718
+ cy: "8",
719
+ r: "1"
720
+ })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
721
+ cx: "6",
722
+ cy: "8",
723
+ r: "1"
724
+ })), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
725
+ d: "M28,4H4c-1.1028,0-2,.8975-2,2V26c0,1.1025,.8972,2,2,2H28c1.1028,0,2-.8975,2-2V6c0-1.1025-.8972-2-2-2Zm0,2v4H4V6H28ZM4,26V12H28v14H4Z"
646
726
  })), children);
647
727
  });
648
728
  if (process.env.NODE_ENV !== "production") {
649
- WatsonHealthCdCreateExchange.propTypes = iconPropTypes4cbeb95d.i;
729
+ CicsProgram.propTypes = iconPropTypes4cbeb95d.i;
650
730
  }
651
- var Cda = /*#__PURE__*/React.forwardRef(function Cda(_ref23, ref) {
731
+ var CicsSit = /*#__PURE__*/React.forwardRef(function CicsSit(_ref23, ref) {
652
732
  var children = _ref23.children,
653
733
  _ref23$size = _ref23.size,
654
734
  size = _ref23$size === void 0 ? 16 : _ref23$size,
@@ -660,14 +740,16 @@ var Cda = /*#__PURE__*/React.forwardRef(function Cda(_ref23, ref) {
660
740
  xmlns: "http://www.w3.org/2000/svg",
661
741
  viewBox: "0 0 32 32",
662
742
  fill: "currentColor"
663
- }, rest), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
664
- d: "M28 9H24a2.002 2.002 0 00-2 2V23h2V18h4v5h2V11A2.0023 2.0023 0 0028 9zm-4 7V11h4v5zM16 23H12V9h4a4.0042 4.0042 0 014 4v6A4.0039 4.0039 0 0116 23zm-2-2h2a2.0027 2.0027 0 002-2V13a2.0023 2.0023 0 00-2-2H14zM10 23H4a2.0023 2.0023 0 01-2-2V11A2.002 2.002 0 014 9h6v2H4V21h6z"
743
+ }, rest), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
744
+ d: "M23 22L30 27 23 32 23 22z"
745
+ })), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
746
+ d: "M26,3H6c-1.6543,0-3,1.3457-3,3V26c0,1.6543,1.3457,3,3,3h11v-9h12V6c0-1.6543-1.3457-3-3-3ZM6,5H26c.5515,0,1,.4482,1,1v3H5v-3c0-.5518,.4485-1,1-1Zm9,6v7H5v-7H15Zm0,16H6c-.5515,0-1-.4482-1-1v-6H15v7Zm2-9v-7h10v7h-10Z"
665
747
  })), children);
666
748
  });
667
749
  if (process.env.NODE_ENV !== "production") {
668
- Cda.propTypes = iconPropTypes4cbeb95d.i;
750
+ CicsSit.propTypes = iconPropTypes4cbeb95d.i;
669
751
  }
670
- var CellTower = /*#__PURE__*/React.forwardRef(function CellTower(_ref24, ref) {
752
+ var CicsSitOverrides = /*#__PURE__*/React.forwardRef(function CicsSitOverrides(_ref24, ref) {
671
753
  var children = _ref24.children,
672
754
  _ref24$size = _ref24.size,
673
755
  size = _ref24$size === void 0 ? 16 : _ref24$size,
@@ -679,16 +761,14 @@ var CellTower = /*#__PURE__*/React.forwardRef(function CellTower(_ref24, ref) {
679
761
  xmlns: "http://www.w3.org/2000/svg",
680
762
  viewBox: "0 0 32 32",
681
763
  fill: "currentColor"
682
- }, rest), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
683
- d: "M25 11L25 16 17 16 17 11 15 11 15 16 7 16 7 11 5 11 5 23 7 23 7 18 10 18 10 30 12 30 12 18 15 18 15 23 17 23 17 18 20 18 20 30 22 30 22 18 25 18 25 23 27 23 27 11zM16 6c-1.7 0-3.2.7-4.2 1.8l1.4 1.4C13.9 8.4 14.9 8 16 8s2.1.4 2.8 1.2l1.4-1.4C19.2 6.7 17.7 6 16 6z"
684
- })), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
685
- d: "M8.9,4.9l1.4,1.4C11.8,4.9,13.8,4,16,4s4.2,0.9,5.7,2.3l1.4-1.4C21.3,3.1,18.8,2,16,2S10.7,3.1,8.9,4.9z"
764
+ }, rest), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
765
+ d: "M31.707 20.293l-3-3c-.3901-.3906-1.0239-.3906-1.4141 0l-9.293 9.293v4.4141h4.4143l9.2927-9.293c.3906-.3906.3906-1.0234 0-1.4141zm-7.4141 6l-2.7073 2.707h-1.5857v-1.5859l2.707-2.707 2.293-2.293 1.5859 1.5859-2.293 2.293zm3.707-3.707l-1.5859-1.5859 1.5859-1.5859 1.5857 1.5859-1.5857 1.5859zM20 20v-2h-4v-7h10v2h2V6c0-1.6543-1.3457-3-3-3H5c-1.6543 0-3 1.3457-3 3V26c0 1.6543 1.3457 3 3 3h11v-9h4zm-6-2H4v-7H14v7zM5 5H25c.5515 0 1 .4482 1 1v3H4v-3c0-.5518.4485-1 1-1zM14 27H5c-.5515 0-1-.4482-1-1v-6H14v7z"
686
766
  })), children);
687
767
  });
688
768
  if (process.env.NODE_ENV !== "production") {
689
- CellTower.propTypes = iconPropTypes4cbeb95d.i;
769
+ CicsSitOverrides.propTypes = iconPropTypes4cbeb95d.i;
690
770
  }
691
- var CenterCircle = /*#__PURE__*/React.forwardRef(function CenterCircle(_ref25, ref) {
771
+ var CicsSystemGroup = /*#__PURE__*/React.forwardRef(function CicsSystemGroup(_ref25, ref) {
692
772
  var children = _ref25.children,
693
773
  _ref25$size = _ref25.size,
694
774
  size = _ref25$size === void 0 ? 16 : _ref25$size,
@@ -700,14 +780,18 @@ var CenterCircle = /*#__PURE__*/React.forwardRef(function CenterCircle(_ref25, r
700
780
  xmlns: "http://www.w3.org/2000/svg",
701
781
  viewBox: "0 0 32 32",
702
782
  fill: "currentColor"
703
- }, rest), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
704
- 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.9492V22H15v3.9492A10.0166,10.0166,0,0,1,6.0508,17H10V15H6.0508A10.0166,10.0166,0,0,1,15,6.0508V10h2V6.0508A10.0166,10.0166,0,0,1,25.9492,15H22v2h3.9492A10.0166,10.0166,0,0,1,17,25.9492Z"
783
+ }, rest), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
784
+ d: "M28 2H23V4h5V28H23v2h5a2.0059 2.0059 0 002-2V4A2.0059 2.0059 0 0028 2zM14 17H8a.9448.9448 0 00-1 1v6a.9448.9448 0 001 1h6a.9448.9448 0 001-1V18A.9448.9448 0 0014 17zm-1 6H9V19h4z"
785
+ })), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
786
+ d: "M25 24V18a.9448.9448 0 00-1-1H18a.9448.9448 0 00-1 1v6a.9448.9448 0 001 1h6A1.0021 1.0021 0 0025 24zm-2-1H19V19h4zM14 7H8A.9448.9448 0 007 8v6a.9448.9448 0 001 1h6a.9448.9448 0 001-1V8A.9448.9448 0 0014 7zm-1 6H9V9h4zM18 15h6a.9448.9448 0 001-1V8a.9448.9448 0 00-1-1H18a.9448.9448 0 00-1 1v6A1.0021 1.0021 0 0018 15zm1-6h4v4H19z"
787
+ })), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
788
+ d: "M4,4H9V2H4A2.0059,2.0059,0,0,0,2,4V28a2.0059,2.0059,0,0,0,2,2H9V28H4Z"
705
789
  })), children);
706
790
  });
707
791
  if (process.env.NODE_ENV !== "production") {
708
- CenterCircle.propTypes = iconPropTypes4cbeb95d.i;
792
+ CicsSystemGroup.propTypes = iconPropTypes4cbeb95d.i;
709
793
  }
710
- var CenterSquare = /*#__PURE__*/React.forwardRef(function CenterSquare(_ref26, ref) {
794
+ var CicsTransactionServerZos = /*#__PURE__*/React.forwardRef(function CicsTransactionServerZos(_ref26, ref) {
711
795
  var children = _ref26.children,
712
796
  _ref26$size = _ref26.size,
713
797
  size = _ref26$size === void 0 ? 16 : _ref26$size,
@@ -719,14 +803,26 @@ var CenterSquare = /*#__PURE__*/React.forwardRef(function CenterSquare(_ref26, r
719
803
  xmlns: "http://www.w3.org/2000/svg",
720
804
  viewBox: "0 0 32 32",
721
805
  fill: "currentColor"
722
- }, rest), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
723
- d: "M6 12L4 12 4 4 12 4 12 6 6 6 6 12zM28 12L26 12 26 6 20 6 20 4 28 4 28 12zM12 28L4 28 4 20 6 20 6 26 12 26 12 28zM28 28L20 28 20 26 26 26 26 20 28 20 28 28zM15 10H17V14H15zM10 15H14V17H10zM18 15H22V17H18zM15 18H17V22H15z"
806
+ }, rest), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
807
+ cx: "28",
808
+ cy: "10",
809
+ r: "2"
810
+ })), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
811
+ d: "M18,29h-7v-2h7c4.9626,0,9-4.0374,9-9v-4h2v4c0,6.0654-4.9346,11-11,11Z"
812
+ })), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
813
+ d: "M16,21c-2.7571,0-5-2.2429-5-5s2.2429-5,5-5,5,2.2429,5,5-2.2429,5-5,5Zm0-8c-1.6543,0-3,1.3457-3,3s1.3457,3,3,3,3-1.3457,3-3-1.3457-3-3-3Z"
814
+ })), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
815
+ cx: "4",
816
+ cy: "22",
817
+ r: "2"
818
+ })), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
819
+ d: "M5,18H3v-4C3,7.9346,7.9346,3,14,3h7v2h-7c-4.9626,0-9,4.0374-9,9v4Z"
724
820
  })), children);
725
821
  });
726
822
  if (process.env.NODE_ENV !== "production") {
727
- CenterSquare.propTypes = iconPropTypes4cbeb95d.i;
823
+ CicsTransactionServerZos.propTypes = iconPropTypes4cbeb95d.i;
728
824
  }
729
- var CenterToFit = /*#__PURE__*/React.forwardRef(function CenterToFit(_ref27, ref) {
825
+ var CicsWuiRegion = /*#__PURE__*/React.forwardRef(function CicsWuiRegion(_ref27, ref) {
730
826
  var children = _ref27.children,
731
827
  _ref27$size = _ref27.size,
732
828
  size = _ref27$size === void 0 ? 16 : _ref27$size,
@@ -738,14 +834,16 @@ var CenterToFit = /*#__PURE__*/React.forwardRef(function CenterToFit(_ref27, ref
738
834
  xmlns: "http://www.w3.org/2000/svg",
739
835
  viewBox: "0 0 32 32",
740
836
  fill: "currentColor"
741
- }, rest), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
742
- d: "M8 2L2 2 2 8 4 8 4 4 8 4 8 2zM24 2L30 2 30 8 28 8 28 4 24 4 24 2zM8 30L2 30 2 24 4 24 4 28 8 28 8 30zM24 30L30 30 30 24 28 24 28 28 24 28 24 30zM24 24H8a2.0023 2.0023 0 01-2-2V10A2.0023 2.0023 0 018 8H24a2.0023 2.0023 0 012 2V22A2.0023 2.0023 0 0124 24zM8 10V22H24V10z"
837
+ }, rest), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
838
+ d: "M22 22L24 22 24 28 22 28 22 30 28 30 28 28 26 28 26 22 28 22 28 20 22 20 22 22zM18 28H16V20H14v8.6A1.4529 1.4529 0 0015.5 30h3A1.4529 1.4529 0 0020 28.6V20H18zM10.2 20L10 28.5 9 22 7 22 6 28.5 5.8 20 4 20 4.72 30 7 30 8 23.5 9 30 11.28 30 12 20 10.2 20zM16 11L13 11 13 8 11 8 11 11 8 11 8 13 11 13 11 16 13 16 13 13 16 13 16 11z"
839
+ })), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
840
+ d: "M26,4H6A2.0059,2.0059,0,0,0,4,6V18H6V6H26V18h2V6A2.0059,2.0059,0,0,0,26,4Z"
743
841
  })), children);
744
842
  });
745
843
  if (process.env.NODE_ENV !== "production") {
746
- CenterToFit.propTypes = iconPropTypes4cbeb95d.i;
844
+ CicsWuiRegion.propTypes = iconPropTypes4cbeb95d.i;
747
845
  }
748
- var Certificate = /*#__PURE__*/React.forwardRef(function Certificate(_ref28, ref) {
846
+ var CicsRegion = /*#__PURE__*/React.forwardRef(function CicsRegion(_ref28, ref) {
749
847
  var children = _ref28.children,
750
848
  _ref28$size = _ref28.size,
751
849
  size = _ref28$size === void 0 ? 16 : _ref28$size,
@@ -757,16 +855,16 @@ var Certificate = /*#__PURE__*/React.forwardRef(function Certificate(_ref28, ref
757
855
  xmlns: "http://www.w3.org/2000/svg",
758
856
  viewBox: "0 0 32 32",
759
857
  fill: "currentColor"
760
- }, rest), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
761
- d: "M24 17L25.912 20.703 30 21.297 27 24 27.771 28 24 25.75 20.229 28 21 24 18 21.297 22.2 20.703 24 17zM6 16H12V18H6zM6 12H16V14H6zM6 8H16V10H6z"
762
- })), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
763
- d: "M16,26H4V6H28V16h2V6a2,2,0,0,0-2-2H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H16Z"
858
+ }, rest), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
859
+ d: "M23.5 18L21 18.7 21 16 19 16 19 18.7 16.5 18 16 19.9 18.4 20.6 17 23 18.7 24 20 21.8 21.3 24 23 23 21.6 20.6 24 19.9 23.5 18zM16 13L16 11 13 11 13 8 11 8 11 11 8 11 8 13 11 13 11 16 13 16 13 13 16 13z"
860
+ })), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
861
+ d: "M26,4H6A2.0059,2.0059,0,0,0,4,6V26a2.0059,2.0059,0,0,0,2,2H26a2.0059,2.0059,0,0,0,2-2V6A2.0059,2.0059,0,0,0,26,4ZM6,26V6H26V26Z"
764
862
  })), children);
765
863
  });
766
864
  if (process.env.NODE_ENV !== "production") {
767
- Certificate.propTypes = iconPropTypes4cbeb95d.i;
865
+ CicsRegion.propTypes = iconPropTypes4cbeb95d.i;
768
866
  }
769
- var CertificateCheck = /*#__PURE__*/React.forwardRef(function CertificateCheck(_ref29, ref) {
867
+ var CicsRegionAlt = /*#__PURE__*/React.forwardRef(function CicsRegionAlt(_ref29, ref) {
770
868
  var children = _ref29.children,
771
869
  _ref29$size = _ref29.size,
772
870
  size = _ref29$size === void 0 ? 16 : _ref29$size,
@@ -778,18 +876,14 @@ var CertificateCheck = /*#__PURE__*/React.forwardRef(function CertificateCheck(_
778
876
  xmlns: "http://www.w3.org/2000/svg",
779
877
  viewBox: "0 0 32 32",
780
878
  fill: "currentColor"
781
- }, rest), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
782
- d: "M6 16H12V18H6zM6 12H16V14H6zM6 8H16V10H6z"
783
- })), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
784
- d: "M14,26H4V6H28V16h2V6a2,2,0,0,0-2-2H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H14Z"
785
- })), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
786
- d: "M22 25.59L19.41 23 18 24.41 22 28.41 30 20.41 28.59 19 22 25.59z"
879
+ }, rest), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
880
+ d: "M31 13v-2h-4c-1.1028 0-2 .8975-2 2v2c0 1.1025.8972 2 2 2h2v2h-4v2h4c1.1028 0 2-.8975 2-2v-2c0-1.1025-.8972-2-2-2h-2v-2h4zM17 13v6c0 1.1025.8972 2 2 2h4v-2h-4v-6h4v-2h-4c-1.1028 0-2 .8975-2 2zM9 13L11 13 11 19 9 19 9 21 15 21 15 19 13 19 13 13 15 13 15 11 9 11 9 13zM1 13v6c0 1.1025.8972 2 2 2H7v-2H3v-6H7v-2H3c-1.1028 0-2 .8975-2 2z"
787
881
  })), children);
788
882
  });
789
883
  if (process.env.NODE_ENV !== "production") {
790
- CertificateCheck.propTypes = iconPropTypes4cbeb95d.i;
884
+ CicsRegionAlt.propTypes = iconPropTypes4cbeb95d.i;
791
885
  }
792
- var ChangeCatalog = /*#__PURE__*/React.forwardRef(function ChangeCatalog(_ref30, ref) {
886
+ var CicsRegionRouting = /*#__PURE__*/React.forwardRef(function CicsRegionRouting(_ref30, ref) {
793
887
  var children = _ref30.children,
794
888
  _ref30$size = _ref30.size,
795
889
  size = _ref30$size === void 0 ? 16 : _ref30$size,
@@ -801,16 +895,16 @@ var ChangeCatalog = /*#__PURE__*/React.forwardRef(function ChangeCatalog(_ref30,
801
895
  xmlns: "http://www.w3.org/2000/svg",
802
896
  viewBox: "0 0 32 32",
803
897
  fill: "currentColor"
804
- }, rest), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
805
- d: "M24 24v2h2.4592A5.94 5.94 0 0122 28a6.0066 6.0066 0 01-6-6H14a7.9841 7.9841 0 0014 5.2651V30h2V24zM22 14a8.04 8.04 0 00-6 2.7349V14H14v6h6V18H17.5408A5.94 5.94 0 0122 16a6.0066 6.0066 0 016 6h2A8.0092 8.0092 0 0022 14z"
806
- })), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
807
- d: "M12,28H6V24H8V22H6V17H8V15H6V10H8V8H6V4H24v8h2V4a2,2,0,0,0-2-2H6A2,2,0,0,0,4,4V8H2v2H4v5H2v2H4v5H2v2H4v4a2,2,0,0,0,2,2h6Z"
898
+ }, rest), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
899
+ d: "M22 2L22 4 26.6 4 20 10.6 21.4 12 28 5.4 28 10 30 10 30 2 22 2zM19 16L19 18.7 16.5 18 16 19.9 18.4 20.6 17 23 18.7 24 20 21.8 21.3 24 23 23 21.6 20.6 24 19.9 23.5 18 21 18.7 21 16 19 16zM13 16L13 13 16 13 16 11 13 11 13 8 11 8 11 11 8 11 8 13 11 13 11 16 13 16z"
900
+ })), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
901
+ d: "M26,26H6V6H19V4H6A2.0059,2.0059,0,0,0,4,6V26a2.0059,2.0059,0,0,0,2,2H26a2.0059,2.0059,0,0,0,2-2V13H26Z"
808
902
  })), children);
809
903
  });
810
904
  if (process.env.NODE_ENV !== "production") {
811
- ChangeCatalog.propTypes = iconPropTypes4cbeb95d.i;
905
+ CicsRegionRouting.propTypes = iconPropTypes4cbeb95d.i;
812
906
  }
813
- var CharacterDecimal = /*#__PURE__*/React.forwardRef(function CharacterDecimal(_ref31, ref) {
907
+ var CicsRegionTarget = /*#__PURE__*/React.forwardRef(function CicsRegionTarget(_ref31, ref) {
814
908
  var children = _ref31.children,
815
909
  _ref31$size = _ref31.size,
816
910
  size = _ref31$size === void 0 ? 16 : _ref31$size,
@@ -822,18 +916,16 @@ var CharacterDecimal = /*#__PURE__*/React.forwardRef(function CharacterDecimal(_
822
916
  xmlns: "http://www.w3.org/2000/svg",
823
917
  viewBox: "0 0 32 32",
824
918
  fill: "currentColor"
825
- }, rest), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
826
- d: "M21 15H23V17H21z"
827
- })), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
828
- d: "M24 23H20a2.0023 2.0023 0 01-2-2V11a2.002 2.002 0 012-2h4a2.0023 2.0023 0 012 2V21A2.0027 2.0027 0 0124 23zM20 11h0V21h4V11zM11 15H13V17H11z"
829
- })), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
830
- d: "M14 23H10a2.0023 2.0023 0 01-2-2V11a2.002 2.002 0 012-2h4a2.0023 2.0023 0 012 2V21A2.0027 2.0027 0 0114 23zM10 11h0V21h4V11zM4 21H6V23H4z"
919
+ }, rest), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
920
+ d: "M26 7H28V10H26zM29 4H32V6H29zM26 0H28V3H26zM22 4H25V6H22zM19 16L19 18.7 16.5 18 16 19.9 18.4 20.6 17 23 18.7 24 20 21.8 21.3 24 23 23 21.6 20.6 24 19.9 23.5 18 21 18.7 21 16 19 16zM13 16L13 13 16 13 16 11 13 11 13 8 11 8 11 11 8 11 8 13 11 13 11 16 13 16z"
921
+ })), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
922
+ d: "M26,26H6V6H19V4H6A2.0059,2.0059,0,0,0,4,6V26a2.0059,2.0059,0,0,0,2,2H26a2.0059,2.0059,0,0,0,2-2V13H26Z"
831
923
  })), children);
832
924
  });
833
925
  if (process.env.NODE_ENV !== "production") {
834
- CharacterDecimal.propTypes = iconPropTypes4cbeb95d.i;
926
+ CicsRegionTarget.propTypes = iconPropTypes4cbeb95d.i;
835
927
  }
836
- var CharacterFraction = /*#__PURE__*/React.forwardRef(function CharacterFraction(_ref32, ref) {
928
+ var Cicsplex = /*#__PURE__*/React.forwardRef(function Cicsplex(_ref32, ref) {
837
929
  var children = _ref32.children,
838
930
  _ref32$size = _ref32.size,
839
931
  size = _ref32$size === void 0 ? 16 : _ref32$size,
@@ -845,21 +937,14 @@ var CharacterFraction = /*#__PURE__*/React.forwardRef(function CharacterFraction
845
937
  xmlns: "http://www.w3.org/2000/svg",
846
938
  viewBox: "0 0 32 32",
847
939
  fill: "currentColor"
848
- }, rest), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
849
- d: "M28,30H20V24a2.002,2.002,0,0,1,2-2h4V18H20V16h6a2.0023,2.0023,0,0,1,2,2v4a2.0023,2.0023,0,0,1-2,2H22v4h6Z"
850
- })), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
851
- d: "M4.479 15.5H26.521V17.5H4.479z",
852
- transform: "rotate(-45 15.5 16.5)"
853
- })), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
854
- d: "M4.5 15.5L4.5 14.5 7.5 14.5 7.5 3.5 4.5 3.5 4.5 2.5 8.5 2.5 8.5 14.5 11.5 14.5 11.5 15.5 4.5 15.5z"
855
- })), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
856
- d: "M8,3V15H8V3M9,2H4V4H7V14H4v2h8V14H9V2Z"
940
+ }, rest), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
941
+ d: "M8 18.6V17H6v1.6A7.3833 7.3833 0 0013.4 26H15V24H13.4A5.3775 5.3775 0 018 18.6zM28 18H20a2.0059 2.0059 0 00-2 2v8a2.0059 2.0059 0 002 2h8a2.0059 2.0059 0 002-2V20A2.0059 2.0059 0 0028 18zM20 28V20h8v8zM24 13.4V15h2V13.4A7.3833 7.3833 0 0018.6 6H17V8h1.6A5.3775 5.3775 0 0124 13.4zM12 2H4A2.0059 2.0059 0 002 4v8a2.0059 2.0059 0 002 2h8a2.0059 2.0059 0 002-2V4A2.0059 2.0059 0 0012 2zM4 12V4h8v8z"
857
942
  })), children);
858
943
  });
859
944
  if (process.env.NODE_ENV !== "production") {
860
- CharacterFraction.propTypes = iconPropTypes4cbeb95d.i;
945
+ Cicsplex.propTypes = iconPropTypes4cbeb95d.i;
861
946
  }
862
- var CharacterInteger = /*#__PURE__*/React.forwardRef(function CharacterInteger(_ref33, ref) {
947
+ var CircleFilled = /*#__PURE__*/React.forwardRef(function CircleFilled(_ref33, ref) {
863
948
  var children = _ref33.children,
864
949
  _ref33$size = _ref33.size,
865
950
  size = _ref33$size === void 0 ? 16 : _ref33$size,
@@ -871,16 +956,18 @@ var CharacterInteger = /*#__PURE__*/React.forwardRef(function CharacterInteger(_
871
956
  xmlns: "http://www.w3.org/2000/svg",
872
957
  viewBox: "0 0 32 32",
873
958
  fill: "currentColor"
874
- }, rest), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
875
- d: "M19.5 22.5L19.5 21.5 22.5 21.5 22.5 10.5 19.5 10.5 19.5 9.5 23.5 9.5 23.5 21.5 26.5 21.5 26.5 22.5 19.5 22.5z"
876
- })), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
877
- d: "M23 10V22h0V10m1-1H19v2h3V21H19v2h8V21H24V9zM5 21H15V23H5zM15 13L11 13 11 9 9 9 9 13 5 13 5 15 9 15 9 19 11 19 11 15 15 15 15 13z"
959
+ }, rest), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
960
+ cx: "16",
961
+ cy: "16",
962
+ r: "10"
963
+ })), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
964
+ d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
878
965
  })), children);
879
966
  });
880
967
  if (process.env.NODE_ENV !== "production") {
881
- CharacterInteger.propTypes = iconPropTypes4cbeb95d.i;
968
+ CircleFilled.propTypes = iconPropTypes4cbeb95d.i;
882
969
  }
883
- var CharacterLowerCase = /*#__PURE__*/React.forwardRef(function CharacterLowerCase(_ref34, ref) {
970
+ var CircleOutline = /*#__PURE__*/React.forwardRef(function CircleOutline(_ref34, ref) {
884
971
  var children = _ref34.children,
885
972
  _ref34$size = _ref34.size,
886
973
  size = _ref34$size === void 0 ? 16 : _ref34$size,
@@ -892,14 +979,15 @@ var CharacterLowerCase = /*#__PURE__*/React.forwardRef(function CharacterLowerCa
892
979
  xmlns: "http://www.w3.org/2000/svg",
893
980
  viewBox: "0 0 32 32",
894
981
  fill: "currentColor"
895
- }, rest), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
896
- d: "M29 23H24a2.0027 2.0027 0 01-2-2V15a2.0023 2.0023 0 012-2h5v2H24v6h5zM18 13H14V9H12V23h6a2.0027 2.0027 0 002-2V15A2.0023 2.0023 0 0018 13zm-4 8V15h4v6zM8 13H3v2H8v2H4a2 2 0 00-2 2v2a2 2 0 002 2h6V15A2.0023 2.0023 0 008 13zm0 8H4V19H8z"
982
+ }, rest), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
983
+ strokeWidth: "0",
984
+ d: "m16,2c-7.732,0-14,6.268-14,14s6.268,14,14,14,14-6.268,14-14S23.732,2,16,2Zm0,26c-6.6274,0-12-5.3726-12-12s5.3726-12,12-12,12,5.3726,12,12-5.3726,12-12,12Z"
897
985
  })), children);
898
986
  });
899
987
  if (process.env.NODE_ENV !== "production") {
900
- CharacterLowerCase.propTypes = iconPropTypes4cbeb95d.i;
988
+ CircleOutline.propTypes = iconPropTypes4cbeb95d.i;
901
989
  }
902
- var CharacterNegativeNumber = /*#__PURE__*/React.forwardRef(function CharacterNegativeNumber(_ref35, ref) {
990
+ var CircleSolid = /*#__PURE__*/React.forwardRef(function CircleSolid(_ref35, ref) {
903
991
  var children = _ref35.children,
904
992
  _ref35$size = _ref35.size,
905
993
  size = _ref35$size === void 0 ? 16 : _ref35$size,
@@ -911,16 +999,16 @@ var CharacterNegativeNumber = /*#__PURE__*/React.forwardRef(function CharacterNe
911
999
  xmlns: "http://www.w3.org/2000/svg",
912
1000
  viewBox: "0 0 32 32",
913
1001
  fill: "currentColor"
914
- }, rest), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
915
- d: "M19.5 22.5L19.5 21.5 22.5 21.5 22.5 10.5 19.5 10.5 19.5 9.5 23.5 9.5 23.5 21.5 26.5 21.5 26.5 22.5 19.5 22.5z"
916
- })), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
917
- d: "M23 10V22h0V10m1-1H19v2h3V21H19v2h8V21H24V9zM5 15H15V17H5z"
1002
+ }, rest), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
1003
+ cx: "16",
1004
+ cy: "16",
1005
+ r: "14"
918
1006
  })), children);
919
1007
  });
920
1008
  if (process.env.NODE_ENV !== "production") {
921
- CharacterNegativeNumber.propTypes = iconPropTypes4cbeb95d.i;
1009
+ CircleSolid.propTypes = iconPropTypes4cbeb95d.i;
922
1010
  }
923
- var CharacterSentenceCase = /*#__PURE__*/React.forwardRef(function CharacterSentenceCase(_ref36, ref) {
1011
+ var CircleDash = /*#__PURE__*/React.forwardRef(function CircleDash(_ref36, ref) {
924
1012
  var children = _ref36.children,
925
1013
  _ref36$size = _ref36.size,
926
1014
  size = _ref36$size === void 0 ? 16 : _ref36$size,
@@ -932,33 +1020,49 @@ var CharacterSentenceCase = /*#__PURE__*/React.forwardRef(function CharacterSent
932
1020
  xmlns: "http://www.w3.org/2000/svg",
933
1021
  viewBox: "0 0 32 32",
934
1022
  fill: "currentColor"
935
- }, rest), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
936
- d: "M29 23H24a2.0027 2.0027 0 01-2-2V15a2.0023 2.0023 0 012-2h5v2H24v6h5zM18 13H14V9H12V23h6a2.0027 2.0027 0 002-2V15A2.0023 2.0023 0 0018 13zm-4 8V15h4v6zM8 9H4a2.002 2.002 0 00-2 2V23H4V18H8v5h2V11A2.002 2.002 0 008 9zM4 16V11H8v5z"
1023
+ }, rest), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
1024
+ d: "M7.7 4.7a14.7 14.7 0 00-3 3.1L6.3 9A13.26 13.26 0 018.9 6.3zM4.6 12.3l-1.9-.6A12.51 12.51 0 002 16H4A11.48 11.48 0 014.6 12.3zM2.7 20.4a14.4 14.4 0 002 3.9l1.6-1.2a12.89 12.89 0 01-1.7-3.3zM7.8 27.3a14.4 14.4 0 003.9 2l.6-1.9A12.89 12.89 0 019 25.7zM11.7 2.7l.6 1.9A11.48 11.48 0 0116 4V2A12.51 12.51 0 0011.7 2.7zM24.2 27.3a15.18 15.18 0 003.1-3.1L25.7 23A11.53 11.53 0 0123 25.7zM27.4 19.7l1.9.6A15.47 15.47 0 0030 16H28A11.48 11.48 0 0127.4 19.7zM29.2 11.6a14.4 14.4 0 00-2-3.9L25.6 8.9a12.89 12.89 0 011.7 3.3zM24.1 4.6a14.4 14.4 0 00-3.9-2l-.6 1.9a12.89 12.89 0 013.3 1.7zM20.3 29.3l-.6-1.9A11.48 11.48 0 0116 28v2A21.42 21.42 0 0020.3 29.3z"
937
1025
  })), children);
938
1026
  });
939
1027
  if (process.env.NODE_ENV !== "production") {
940
- CharacterSentenceCase.propTypes = iconPropTypes4cbeb95d.i;
1028
+ CircleDash.propTypes = iconPropTypes4cbeb95d.i;
941
1029
  }
942
- var CharacterUpperCase = /*#__PURE__*/React.forwardRef(function CharacterUpperCase(_ref37, ref) {
1030
+ var CircleFill = /*#__PURE__*/React.forwardRef(function CircleFill(_ref37, ref) {
943
1031
  var children = _ref37.children,
944
1032
  _ref37$size = _ref37.size,
945
1033
  size = _ref37$size === void 0 ? 16 : _ref37$size,
946
1034
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref37, _excluded37);
1035
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
1036
+ return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1037
+ width: size,
1038
+ height: size,
1039
+ ref: ref,
1040
+ xmlns: "http://www.w3.org/2000/svg",
1041
+ viewBox: "0 0 16 16",
1042
+ fill: "currentColor"
1043
+ }, rest), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
1044
+ cx: "8",
1045
+ cy: "8",
1046
+ r: "6"
1047
+ })), children);
1048
+ }
947
1049
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
948
1050
  width: size,
949
1051
  height: size,
950
1052
  ref: ref,
951
1053
  xmlns: "http://www.w3.org/2000/svg",
952
- viewBox: "0 0 32 32",
1054
+ viewBox: "0 0 16 16",
953
1055
  fill: "currentColor"
954
- }, rest), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
955
- d: "M30 23H24a2.0023 2.0023 0 01-2-2V11a2.002 2.002 0 012-2h6v2H24V21h6zM20 12a3.0033 3.0033 0 00-3-3H12V23h5a3.0033 3.0033 0 003-3V18a2.977 2.977 0 00-.78-2A2.9768 2.9768 0 0020 14zm-6-1h3a1.0013 1.0013 0 011 1v2a1.0013 1.0013 0 01-1 1H14zm4 9a1.0009 1.0009 0 01-1 1H14V17h3a1.0009 1.0009 0 011 1zM8 9H4a2.002 2.002 0 00-2 2V23H4V18H8v5h2V11A2.002 2.002 0 008 9zM4 16V11H8v5z"
1056
+ }, rest), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
1057
+ cx: "8",
1058
+ cy: "8",
1059
+ r: "6"
956
1060
  })), children);
957
1061
  });
958
1062
  if (process.env.NODE_ENV !== "production") {
959
- CharacterUpperCase.propTypes = iconPropTypes4cbeb95d.i;
1063
+ CircleFill.propTypes = iconPropTypes4cbeb95d.i;
960
1064
  }
961
- var CharacterWholeNumber = /*#__PURE__*/React.forwardRef(function CharacterWholeNumber(_ref38, ref) {
1065
+ var WatsonHealthCircleMeasurement = /*#__PURE__*/React.forwardRef(function WatsonHealthCircleMeasurement(_ref38, ref) {
962
1066
  var children = _ref38.children,
963
1067
  _ref38$size = _ref38.size,
964
1068
  size = _ref38$size === void 0 ? 16 : _ref38$size,
@@ -970,16 +1074,16 @@ var CharacterWholeNumber = /*#__PURE__*/React.forwardRef(function CharacterWhole
970
1074
  xmlns: "http://www.w3.org/2000/svg",
971
1075
  viewBox: "0 0 32 32",
972
1076
  fill: "currentColor"
973
- }, rest), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
974
- d: "M28 9H22v2h6v4H24v2h4v4H22v2h6a2.0027 2.0027 0 002-2V11A2.0023 2.0023 0 0028 9zM20 23H12V17a2.002 2.002 0 012-2h4V11H12V9h6a2.0023 2.0023 0 012 2v4a2.0023 2.0023 0 01-2 2H14v4h6zM2.5 22.5L2.5 21.5 5.5 21.5 5.5 10.5 2.5 10.5 2.5 9.5 6.5 9.5 6.5 21.5 9.5 21.5 9.5 22.5 2.5 22.5z"
975
- })), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
976
- d: "M6,10V22H6V10M7,9H2v2H5V21H2v2h8V21H7V9Z"
1077
+ }, rest), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
1078
+ 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"
1079
+ })), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
1080
+ d: "M21,12.41V16h2V9H16v2h3.59L11,19.59V16H9v7h7V21H12.41Z"
977
1081
  })), children);
978
1082
  });
979
1083
  if (process.env.NODE_ENV !== "production") {
980
- CharacterWholeNumber.propTypes = iconPropTypes4cbeb95d.i;
1084
+ WatsonHealthCircleMeasurement.propTypes = iconPropTypes4cbeb95d.i;
981
1085
  }
982
- var CharacterPatterns = /*#__PURE__*/React.forwardRef(function CharacterPatterns(_ref39, ref) {
1086
+ var CirclePacking = /*#__PURE__*/React.forwardRef(function CirclePacking(_ref39, ref) {
983
1087
  var children = _ref39.children,
984
1088
  _ref39$size = _ref39.size,
985
1089
  size = _ref39$size === void 0 ? 16 : _ref39$size,
@@ -991,35 +1095,45 @@ var CharacterPatterns = /*#__PURE__*/React.forwardRef(function CharacterPatterns
991
1095
  xmlns: "http://www.w3.org/2000/svg",
992
1096
  viewBox: "0 0 32 32",
993
1097
  fill: "currentColor"
994
- }, rest), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
995
- d: "M6 26V17.8281l-3.5859 3.586L1 20l6-6 6 6-1.4141 1.4141L8 17.8281V26H18v2H8A2.0024 2.0024 0 016 26zM30 22L30 20 22 20 22 22 27.5 22 22 28 22 30 30 30 30 28 24.507 28 30 22zM26 6v8.1719l3.5859-3.586L31 12l-6 6-6-6 1.4141-1.4141L24 14.1719V6H14V4H24A2.0024 2.0024 0 0126 6zM8 2H3V4H8V6H4A2 2 0 002 8v2a2 2 0 002 2h6V4A2.0023 2.0023 0 008 2zm0 8H4V8H8z"
1098
+ }, rest), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
1099
+ d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm7.5,7A3.5,3.5,0,1,1,20,12.5,3.5041,3.5041,0,0,1,23.5,9Zm.4348-1.978C23.791,7.0107,23.6467,7,23.5,7a5.4826,5.4826,0,0,0-4.1323,1.8784,8.0109,8.0109,0,0,0-5.5664-4.6675A11.8554,11.8554,0,0,1,23.9348,7.022ZM16,28a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,28ZM12,18a6,6,0,1,1,6-6A6.0067,6.0067,0,0,1,12,18ZM4,16a11.97,11.97,0,0,1,.2112-2.1987,7.9921,7.9921,0,0,0,7.3459,6.1762,5.9581,5.9581,0,0,0-.89,6.7564A12.0025,12.0025,0,0,1,4,16ZM21.3325,26.7339a5.9834,5.9834,0,0,0-4.1782-8.6206,8.02,8.02,0,0,0,1.9126-2.3672,5.4883,5.4883,0,0,0,8.9167-.0679c.003.1079.0164.2134.0164.3218A12.0025,12.0025,0,0,1,21.3325,26.7339Z"
996
1100
  })), children);
997
1101
  });
998
1102
  if (process.env.NODE_ENV !== "production") {
999
- CharacterPatterns.propTypes = iconPropTypes4cbeb95d.i;
1103
+ CirclePacking.propTypes = iconPropTypes4cbeb95d.i;
1000
1104
  }
1001
- var ChargingStation = /*#__PURE__*/React.forwardRef(function ChargingStation(_ref40, ref) {
1105
+ var CircleStroke = /*#__PURE__*/React.forwardRef(function CircleStroke(_ref40, ref) {
1002
1106
  var children = _ref40.children,
1003
1107
  _ref40$size = _ref40.size,
1004
1108
  size = _ref40$size === void 0 ? 16 : _ref40$size,
1005
1109
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref40, _excluded40);
1110
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
1111
+ return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1112
+ width: size,
1113
+ height: size,
1114
+ ref: ref,
1115
+ xmlns: "http://www.w3.org/2000/svg",
1116
+ viewBox: "0 0 16 16",
1117
+ fill: "currentColor"
1118
+ }, rest), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
1119
+ d: "M8,4A4,4,0,1,1,4,8,4.0045,4.0045,0,0,1,8,4M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2Z"
1120
+ })), children);
1121
+ }
1006
1122
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1007
1123
  width: size,
1008
1124
  height: size,
1009
1125
  ref: ref,
1010
1126
  xmlns: "http://www.w3.org/2000/svg",
1011
- viewBox: "0 0 32 32",
1127
+ viewBox: "0 0 16 16",
1012
1128
  fill: "currentColor"
1013
- }, rest), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
1014
- d: "M11.857 21.514L10.143 20.486 12.234 17 7.234 17 11.143 10.486 12.857 11.514 10.766 15 15.766 15 11.857 21.514z"
1015
- })), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
1016
- d: "M30,7H29V4H27V7H26v6h1V24.5a1.5,1.5,0,0,1-3,0V16a1,1,0,0,0-1-1H19V5a1,1,0,0,0-1-1H5A1,1,0,0,0,4,5V26H2v2H21V26H19V17h3v7.5a3.5,3.5,0,0,0,7,0V13h1ZM17,26H6V6H17Z"
1129
+ }, rest), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1130
+ d: "M8,4A4,4,0,1,1,4,8,4.0045,4.0045,0,0,1,8,4M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2Z"
1017
1131
  })), children);
1018
1132
  });
1019
1133
  if (process.env.NODE_ENV !== "production") {
1020
- ChargingStation.propTypes = iconPropTypes4cbeb95d.i;
1134
+ CircleStroke.propTypes = iconPropTypes4cbeb95d.i;
1021
1135
  }
1022
- var ChargingStationFilled = /*#__PURE__*/React.forwardRef(function ChargingStationFilled(_ref41, ref) {
1136
+ var QCircuitComposer = /*#__PURE__*/React.forwardRef(function QCircuitComposer(_ref41, ref) {
1023
1137
  var children = _ref41.children,
1024
1138
  _ref41$size = _ref41.size,
1025
1139
  size = _ref41$size === void 0 ? 16 : _ref41$size,
@@ -1031,18 +1145,16 @@ var ChargingStationFilled = /*#__PURE__*/React.forwardRef(function ChargingStati
1031
1145
  xmlns: "http://www.w3.org/2000/svg",
1032
1146
  viewBox: "0 0 32 32",
1033
1147
  fill: "currentColor"
1034
- }, rest), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
1035
- d: "M29,7V4H27V7H26v6h1V24.5a1.5,1.5,0,0,1-3,0V16a1,1,0,0,0-1-1H19V5a1,1,0,0,0-1-1H5A1,1,0,0,0,4,5V26H2v2H21V26H19V17h3v7.5a3.5,3.5,0,0,0,7,0V13h1V7ZM11.8574,21.5146l-1.7148-1.0292L12.2339,17h-5l3.9087-6.5146,1.7148,1.0292L10.7661,15h5Z"
1036
- })), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1037
- fill: "none",
1038
- d: "M11.857 21.514L10.143 20.486 12.234 17 7.234 17 11.143 10.486 12.857 11.514 10.766 15 15.766 15 11.857 21.514z",
1039
- "data-icon-path": "inner-path"
1148
+ }, rest), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1149
+ d: "M18 9L18 15 14 15 14 9 12 9 12 23 14 23 14 17 18 17 18 23 20 23 20 9 18 9z"
1150
+ })), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1151
+ d: "M30,15H26V6a2,2,0,0,0-2-2H8A2,2,0,0,0,6,6v9H2v2H6v9a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V17h4ZM8,26V6H24V26Z"
1040
1152
  })), children);
1041
1153
  });
1042
1154
  if (process.env.NODE_ENV !== "production") {
1043
- ChargingStationFilled.propTypes = iconPropTypes4cbeb95d.i;
1155
+ QCircuitComposer.propTypes = iconPropTypes4cbeb95d.i;
1044
1156
  }
1045
- var Chart_3D = /*#__PURE__*/React.forwardRef(function Chart_3D(_ref42, ref) {
1157
+ var Classification = /*#__PURE__*/React.forwardRef(function Classification(_ref42, ref) {
1046
1158
  var children = _ref42.children,
1047
1159
  _ref42$size = _ref42.size,
1048
1160
  size = _ref42$size === void 0 ? 16 : _ref42$size,
@@ -1054,14 +1166,18 @@ var Chart_3D = /*#__PURE__*/React.forwardRef(function Chart_3D(_ref42, ref) {
1054
1166
  xmlns: "http://www.w3.org/2000/svg",
1055
1167
  viewBox: "0 0 32 32",
1056
1168
  fill: "currentColor"
1057
- }, rest), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1058
- d: "M28,23v3.5859l-5-5V15a1,1,0,0,0-.5527-.8945L17,11.3818V5.8281l2.5859,2.586L21,7,16,2,11,7l1.4141,1.4141L15,5.8281v5.5537L9.5527,14.1055A1,1,0,0,0,9,15v6.5859l-5,5V23H2v7H9V28H5.4141l4.7832-4.7832,5.3554,2.6777a1.001,1.001,0,0,0,.8946,0l5.3554-2.6777L26.5859,28H23v2h7V23Zm-13,.3818-4-2V16.6182l4,2Zm1-6.5L12.2363,15,16,13.1182,19.7637,15Zm5,4.5-4,2V18.6182l4-2Z"
1169
+ }, rest), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
1170
+ cx: "15",
1171
+ cy: "19",
1172
+ r: "1"
1173
+ })), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1174
+ d: "M27.7,9.3l-7-7A.9087.9087,0,0,0,20,2H10A2.0058,2.0058,0,0,0,8,4V14H6a2.0023,2.0023,0,0,0-2,2v6a2.0023,2.0023,0,0,0,2,2H8v4a2.0058,2.0058,0,0,0,2,2H26a2.0058,2.0058,0,0,0,2-2V10A.9092.9092,0,0,0,27.7,9.3ZM20,4.4,25.6,10H20ZM6,16h9.5972L19,19l-3.3926,3H6ZM26,28H10V24h5.6089a2.0076,2.0076,0,0,0,1.3135-.4927l3.3833-2.9917a2.0015,2.0015,0,0,0,.01-3.0229l-3.4033-3.0083A1.9961,1.9961,0,0,0,15.6089,14H10V4h8v6a2.0058,2.0058,0,0,0,2,2h6Z"
1059
1175
  })), children);
1060
1176
  });
1061
1177
  if (process.env.NODE_ENV !== "production") {
1062
- Chart_3D.propTypes = iconPropTypes4cbeb95d.i;
1178
+ Classification.propTypes = iconPropTypes4cbeb95d.i;
1063
1179
  }
1064
- var ChartArea = /*#__PURE__*/React.forwardRef(function ChartArea(_ref43, ref) {
1180
+ var ClassifierLanguage = /*#__PURE__*/React.forwardRef(function ClassifierLanguage(_ref43, ref) {
1065
1181
  var children = _ref43.children,
1066
1182
  _ref43$size = _ref43.size,
1067
1183
  size = _ref43$size === void 0 ? 16 : _ref43$size,
@@ -1073,14 +1189,14 @@ var ChartArea = /*#__PURE__*/React.forwardRef(function ChartArea(_ref43, ref) {
1073
1189
  xmlns: "http://www.w3.org/2000/svg",
1074
1190
  viewBox: "0 0 32 32",
1075
1191
  fill: "currentColor"
1076
- }, rest), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1077
- d: "M20.4761,8.0151,13.4473,4.2109a2.0076,2.0076,0,0,0-2.1158.2051L4,10.001V2H2V28a2,2,0,0,0,2,2H30V5.7354ZM28,20.209l-7.62,1.8022-7.0288-2.8838a1.99,1.99,0,0,0-2.022.37L4,25.8359v-4.455l8.375-9.4,7.0186,5.62a2.0155,2.0155,0,0,0,2.0459.2119L28,14.6025ZM12.5239,5.9849l7.03,3.8042a2.012,2.012,0,0,0,1.3408.16L28,8.2646v4.1138L20.6187,16.02,13.6,10.4a1.99,1.99,0,0,0-2.6885.2642L4,18.3838v-5.87ZM4.5513,28,12.62,20.9888l7.0288,2.8838a1.9977,1.9977,0,0,0,1.147.0771L28,22.2612V28Z"
1192
+ }, rest), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1193
+ d: "M30 10V2H22v8h3v4H23v2h7V14H27V10zM24 4h4V8H24zM20 23.41L18.59 22 16 24.59 13.41 22 12 23.41 14.59 26 12 28.59 13.41 30 16 27.41 18.59 30 20 28.59 17.41 26 20 23.41zM20 14L12 14 12 16 15 16 15 21 17 21 17 16 20 16 20 14zM7 9.86a4 4 0 10-2 0V14H2v2H9V14H7zM4 6A2 2 0 116 8 2 2 0 014 6z"
1078
1194
  })), children);
1079
1195
  });
1080
1196
  if (process.env.NODE_ENV !== "production") {
1081
- ChartArea.propTypes = iconPropTypes4cbeb95d.i;
1197
+ ClassifierLanguage.propTypes = iconPropTypes4cbeb95d.i;
1082
1198
  }
1083
- var ChartAreaSmooth = /*#__PURE__*/React.forwardRef(function ChartAreaSmooth(_ref44, ref) {
1199
+ var Clean = /*#__PURE__*/React.forwardRef(function Clean(_ref44, ref) {
1084
1200
  var children = _ref44.children,
1085
1201
  _ref44$size = _ref44.size,
1086
1202
  size = _ref44$size === void 0 ? 16 : _ref44$size,
@@ -1092,14 +1208,23 @@ var ChartAreaSmooth = /*#__PURE__*/React.forwardRef(function ChartAreaSmooth(_re
1092
1208
  xmlns: "http://www.w3.org/2000/svg",
1093
1209
  viewBox: "0 0 32 32",
1094
1210
  fill: "currentColor"
1095
- }, rest), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1096
- d: "M30,6.6143l-1.3152.4365A20.9218,20.9218,0,0,1,23,8c-1.7344,0-3.3225-.9072-5.0039-1.8682C16.1621,5.084,14.2656,4,12,4,9.123,4,5.9146,6.2061,4,7.772V2H2V28a2.0025,2.0025,0,0,0,2,2H30ZM4,20.2944C5.874,17.3765,9.56,13,12,13c1.6379,0,2.96,1.1016,4.36,2.2686C17.8965,16.5488,19.6379,18,22,18a9.4686,9.4686,0,0,0,6-2.5288v4.9556A13.0026,13.0026,0,0,1,22,22a13.8619,13.8619,0,0,1-4.6838-.9487A15.682,15.682,0,0,0,12,20c-2.927,0-6.0676,2.959-8,5.1577ZM12,6c1.7344,0,3.3225.9072,5.0039,1.8682C18.8379,8.916,20.7344,10,23,10a21.432,21.432,0,0,0,5-.6782v3.3213C27.3167,13.4463,24.9155,16,22,16c-1.6379,0-2.96-1.1016-4.36-2.2686C16.1035,12.4512,14.3621,11,12,11c-2.9358,0-6.0632,3.3394-8,5.8447V10.4238C5.5461,8.9658,9.2588,6,12,6ZM4.249,28C5.8623,25.9087,9.41,22,12,22a13.8619,13.8619,0,0,1,4.6838.9487A15.682,15.682,0,0,0,22,24a14.7362,14.7362,0,0,0,6-1.34V28Z"
1211
+ }, rest), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1212
+ d: "M20 18H26V20H20z",
1213
+ transform: "rotate(-180 23 19)"
1214
+ })), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1215
+ d: "M24 26H30V28H24z",
1216
+ transform: "rotate(-180 27 27)"
1217
+ })), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1218
+ d: "M22 22H28V24H22z",
1219
+ transform: "rotate(-180 25 23)"
1220
+ })), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1221
+ d: "M17.0029,20a4.8952,4.8952,0,0,0-2.4044-4.1729L22,3,20.2691,2,12.6933,15.126A5.6988,5.6988,0,0,0,7.45,16.6289C3.7064,20.24,3.9963,28.6821,4.01,29.04a1,1,0,0,0,1,.96H20.0012a1,1,0,0,0,.6-1.8C17.0615,25.5439,17.0029,20.0537,17.0029,20ZM11.93,16.9971A3.11,3.11,0,0,1,15.0041,20c0,.0381.0019.208.0168.4688L9.1215,17.8452A3.8,3.8,0,0,1,11.93,16.9971ZM15.4494,28A5.2,5.2,0,0,1,14,25H12a6.4993,6.4993,0,0,0,.9684,3H10.7451A16.6166,16.6166,0,0,1,10,24H8a17.3424,17.3424,0,0,0,.6652,4H6c.031-1.8364.29-5.8921,1.8027-8.5527l7.533,3.35A13.0253,13.0253,0,0,0,17.5968,28Z"
1097
1222
  })), children);
1098
1223
  });
1099
1224
  if (process.env.NODE_ENV !== "production") {
1100
- ChartAreaSmooth.propTypes = iconPropTypes4cbeb95d.i;
1225
+ Clean.propTypes = iconPropTypes4cbeb95d.i;
1101
1226
  }
1102
- var ChartAreaStepper = /*#__PURE__*/React.forwardRef(function ChartAreaStepper(_ref45, ref) {
1227
+ var Close = /*#__PURE__*/React.forwardRef(function Close(_ref45, ref) {
1103
1228
  var children = _ref45.children,
1104
1229
  _ref45$size = _ref45.size,
1105
1230
  size = _ref45$size === void 0 ? 16 : _ref45$size,
@@ -1111,18 +1236,30 @@ var ChartAreaStepper = /*#__PURE__*/React.forwardRef(function ChartAreaStepper(_
1111
1236
  xmlns: "http://www.w3.org/2000/svg",
1112
1237
  viewBox: "0 0 32 32",
1113
1238
  fill: "currentColor"
1114
- }, rest), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1115
- d: "M22,10V6H10v6H4V2H2V28a2.0025,2.0025,0,0,0,2,2H30V10ZM12,14V8h8v4h8V22H22V16H12v6H4V14ZM4,28V24H14V18h6v6h8v4Z"
1239
+ }, rest), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1240
+ d: "M17.4141 16L24 9.4141 22.5859 8 16 14.5859 9.4143 8 8 9.4141 14.5859 16 8 22.5859 9.4143 24 16 17.4141 22.5859 24 24 22.5859 17.4141 16z"
1116
1241
  })), children);
1117
1242
  });
1118
1243
  if (process.env.NODE_ENV !== "production") {
1119
- ChartAreaStepper.propTypes = iconPropTypes4cbeb95d.i;
1244
+ Close.propTypes = iconPropTypes4cbeb95d.i;
1120
1245
  }
1121
- var ChartAverage = /*#__PURE__*/React.forwardRef(function ChartAverage(_ref46, ref) {
1246
+ var CloseFilled = /*#__PURE__*/React.forwardRef(function CloseFilled(_ref46, ref) {
1122
1247
  var children = _ref46.children,
1123
1248
  _ref46$size = _ref46.size,
1124
1249
  size = _ref46$size === void 0 ? 16 : _ref46$size,
1125
1250
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref46, _excluded46);
1251
+ if (size === 16 || size === "16" || size === "16px") {
1252
+ return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1253
+ width: size,
1254
+ height: size,
1255
+ ref: ref,
1256
+ xmlns: "http://www.w3.org/2000/svg",
1257
+ viewBox: "0 0 16 16",
1258
+ fill: "currentColor"
1259
+ }, rest), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1260
+ d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M10.7,11.5L8,8.8l-2.7,2.7l-0.8-0.8L7.2,8L4.5,5.3l0.8-0.8L8,7.2 l2.7-2.7l0.8,0.8L8.8,8l2.7,2.7L10.7,11.5z"
1261
+ })), children);
1262
+ }
1126
1263
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
1127
1264
  width: size,
1128
1265
  height: size,
@@ -1130,18 +1267,18 @@ var ChartAverage = /*#__PURE__*/React.forwardRef(function ChartAverage(_ref46, r
1130
1267
  xmlns: "http://www.w3.org/2000/svg",
1131
1268
  viewBox: "0 0 32 32",
1132
1269
  fill: "currentColor"
1133
- }, rest), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1134
- d: "M23,24c-3.5991,0-5.0293-4.1758-6.4126-8.2139C15.2764,11.9583,13.92,8,11,8a3.44,3.44,0,0,0-3.0532,2.3215L6.0513,9.6838C6.1016,9.5334,7.3218,6,11,6c4.3491,0,6.0122,4.8547,7.48,9.1379C19.6885,18.6667,20.83,22,23,22a3.44,3.44,0,0,0,3.0532-2.3215l1.8955.6377C27.8984,20.4666,26.6782,24,23,24Z"
1135
- })), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1136
- d: "M4,28V17H6V15H4V2H2V28a2,2,0,0,0,2,2H30V28Z"
1137
- })), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1138
- d: "M8 15H10V17H8zM12 15H14V17H12zM20 15H22V17H20zM24 15H26V17H24zM28 15H30V17H28z"
1270
+ }, rest), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1271
+ d: "M16,2C8.2,2,2,8.2,2,16s6.2,14,14,14s14-6.2,14-14S23.8,2,16,2z M21.4,23L16,17.6L10.6,23L9,21.4l5.4-5.4L9,10.6L10.6,9 l5.4,5.4L21.4,9l1.6,1.6L17.6,16l5.4,5.4L21.4,23z"
1272
+ })), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1273
+ d: "M14.4 16L9 10.6 10.6 9 16 14.4 21.4 9 23 10.6 17.6 16 23 21.4 21.4 23 16 17.6 10.6 23 9 21.4 14.4 16",
1274
+ "data-icon-path": "inner-path",
1275
+ opacity: "0"
1139
1276
  })), children);
1140
1277
  });
1141
1278
  if (process.env.NODE_ENV !== "production") {
1142
- ChartAverage.propTypes = iconPropTypes4cbeb95d.i;
1279
+ CloseFilled.propTypes = iconPropTypes4cbeb95d.i;
1143
1280
  }
1144
- var ChartBar = /*#__PURE__*/React.forwardRef(function ChartBar(_ref47, ref) {
1281
+ var CloseLarge = /*#__PURE__*/React.forwardRef(function CloseLarge(_ref47, ref) {
1145
1282
  var children = _ref47.children,
1146
1283
  _ref47$size = _ref47.size,
1147
1284
  size = _ref47$size === void 0 ? 16 : _ref47$size,
@@ -1153,14 +1290,14 @@ var ChartBar = /*#__PURE__*/React.forwardRef(function ChartBar(_ref47, ref) {
1153
1290
  xmlns: "http://www.w3.org/2000/svg",
1154
1291
  viewBox: "0 0 32 32",
1155
1292
  fill: "currentColor"
1156
- }, rest), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1157
- d: "M4,2H2V28a2,2,0,0,0,2,2H30V28H4V25H26V17H4V13H18V5H4ZM24,19v4H4V19ZM16,7v4H4V7Z"
1293
+ }, rest), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1294
+ d: "M17.4141 16L26 7.4141 24.5859 6 16 14.5859 7.4143 6 6 7.4141 14.5859 16 6 24.5859 7.4143 26 16 17.4141 24.5859 26 26 24.5859 17.4141 16z"
1158
1295
  })), children);
1159
1296
  });
1160
1297
  if (process.env.NODE_ENV !== "production") {
1161
- ChartBar.propTypes = iconPropTypes4cbeb95d.i;
1298
+ CloseLarge.propTypes = iconPropTypes4cbeb95d.i;
1162
1299
  }
1163
- var ChartBarFloating = /*#__PURE__*/React.forwardRef(function ChartBarFloating(_ref48, ref) {
1300
+ var CloseOutline = /*#__PURE__*/React.forwardRef(function CloseOutline(_ref48, ref) {
1164
1301
  var children = _ref48.children,
1165
1302
  _ref48$size = _ref48.size,
1166
1303
  size = _ref48$size === void 0 ? 16 : _ref48$size,
@@ -1172,16 +1309,16 @@ var ChartBarFloating = /*#__PURE__*/React.forwardRef(function ChartBarFloating(_
1172
1309
  xmlns: "http://www.w3.org/2000/svg",
1173
1310
  viewBox: "0 0 32 32",
1174
1311
  fill: "currentColor"
1175
- }, rest), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1176
- d: "M28 24H14V16H28zM16 22H26V18H16zM26 12H8V4H26zM10 10H24V6H10z"
1177
- })), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1178
- d: "M30,30H4a2.0023,2.0023,0,0,1-2-2V2H4V28H30Z"
1312
+ }, rest), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1313
+ d: "M16,2C8.2,2,2,8.2,2,16s6.2,14,14,14s14-6.2,14-14S23.8,2,16,2z M16,28C9.4,28,4,22.6,4,16S9.4,4,16,4s12,5.4,12,12 S22.6,28,16,28z"
1314
+ })), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1315
+ d: "M21.4 23L16 17.6 10.6 23 9 21.4 14.4 16 9 10.6 10.6 9 16 14.4 21.4 9 23 10.6 17.6 16 23 21.4z"
1179
1316
  })), children);
1180
1317
  });
1181
1318
  if (process.env.NODE_ENV !== "production") {
1182
- ChartBarFloating.propTypes = iconPropTypes4cbeb95d.i;
1319
+ CloseOutline.propTypes = iconPropTypes4cbeb95d.i;
1183
1320
  }
1184
- var ChartBarOverlay = /*#__PURE__*/React.forwardRef(function ChartBarOverlay(_ref49, ref) {
1321
+ var ClosedCaption = /*#__PURE__*/React.forwardRef(function ClosedCaption(_ref49, ref) {
1185
1322
  var children = _ref49.children,
1186
1323
  _ref49$size = _ref49.size,
1187
1324
  size = _ref49$size === void 0 ? 16 : _ref49$size,
@@ -1193,14 +1330,16 @@ var ChartBarOverlay = /*#__PURE__*/React.forwardRef(function ChartBarOverlay(_re
1193
1330
  xmlns: "http://www.w3.org/2000/svg",
1194
1331
  viewBox: "0 0 32 32",
1195
1332
  fill: "currentColor"
1196
- }, rest), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1197
- d: "M4,28V26H26V16H4V14H18V4H4V2H2V28a2,2,0,0,0,2,2H30V28ZM24,18v6H4V22H20V20H4V18ZM16,6v6H4V10h8V8H4V6Z"
1333
+ }, rest), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1334
+ d: "M15 21H10a2 2 0 01-2-2V13a2 2 0 012-2h5v2H10v6h5zM25 21H20a2 2 0 01-2-2V13a2 2 0 012-2h5v2H20v6h5z"
1335
+ })), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1336
+ d: "M28,26H4a2,2,0,0,1-2-2V8A2,2,0,0,1,4,6H28a2,2,0,0,1,2,2V24A2,2,0,0,1,28,26ZM4,8V24H28V8Z"
1198
1337
  })), children);
1199
1338
  });
1200
1339
  if (process.env.NODE_ENV !== "production") {
1201
- ChartBarOverlay.propTypes = iconPropTypes4cbeb95d.i;
1340
+ ClosedCaption.propTypes = iconPropTypes4cbeb95d.i;
1202
1341
  }
1203
- var ChartBarStacked = /*#__PURE__*/React.forwardRef(function ChartBarStacked(_ref50, ref) {
1342
+ var ClosedCaptionAlt = /*#__PURE__*/React.forwardRef(function ClosedCaptionAlt(_ref50, ref) {
1204
1343
  var children = _ref50.children,
1205
1344
  _ref50$size = _ref50.size,
1206
1345
  size = _ref50$size === void 0 ? 16 : _ref50$size,
@@ -1212,14 +1351,16 @@ var ChartBarStacked = /*#__PURE__*/React.forwardRef(function ChartBarStacked(_re
1212
1351
  xmlns: "http://www.w3.org/2000/svg",
1213
1352
  viewBox: "0 0 32 32",
1214
1353
  fill: "currentColor"
1215
- }, rest), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1216
- d: "M4,28V25H26V17H4V13H18V5H4V2H2V28a2,2,0,0,0,2,2H30V28Zm20-5H14V19H24ZM16,11H10V7h6Z"
1354
+ }, rest), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1355
+ d: "M19 17H25V19H19zM11 17H17V19H11zM6 17H9V19H6zM22 13H26V15H22zM13 13H20V15H13zM6 13H11V15H6z"
1356
+ })), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1357
+ d: "M17.7358,30,16,29l4-7h6a1.9966,1.9966,0,0,0,2-2V8a1.9966,1.9966,0,0,0-2-2H6A1.9966,1.9966,0,0,0,4,8V20a1.9966,1.9966,0,0,0,2,2h9v2H6a3.9993,3.9993,0,0,1-4-4V8A3.9988,3.9988,0,0,1,6,4H26a3.9988,3.9988,0,0,1,4,4V20a3.9993,3.9993,0,0,1-4,4H21.1646Z"
1217
1358
  })), children);
1218
1359
  });
1219
1360
  if (process.env.NODE_ENV !== "production") {
1220
- ChartBarStacked.propTypes = iconPropTypes4cbeb95d.i;
1361
+ ClosedCaptionAlt.propTypes = iconPropTypes4cbeb95d.i;
1221
1362
  }
1222
- var ChartBarTarget = /*#__PURE__*/React.forwardRef(function ChartBarTarget(_ref51, ref) {
1363
+ var ClosedCaptionFilled = /*#__PURE__*/React.forwardRef(function ClosedCaptionFilled(_ref51, ref) {
1223
1364
  var children = _ref51.children,
1224
1365
  _ref51$size = _ref51.size,
1225
1366
  size = _ref51$size === void 0 ? 16 : _ref51$size,
@@ -1231,16 +1372,14 @@ var ChartBarTarget = /*#__PURE__*/React.forwardRef(function ChartBarTarget(_ref5
1231
1372
  xmlns: "http://www.w3.org/2000/svg",
1232
1373
  viewBox: "0 0 32 32",
1233
1374
  fill: "currentColor"
1234
- }, rest), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1235
- d: "M28 17H30V25H28zM20 5H22V13H20z"
1236
- })), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1237
- d: "M4,2H2V28a2,2,0,0,0,2,2H30V28H4V25H26V17H4V13H18V5H4ZM24,19v4H4V19ZM16,7v4H4V7Z"
1375
+ }, rest), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1376
+ d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM15,13H10v6h5v2H10a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5Zm10,0H20v6h5v2H20a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5Z"
1238
1377
  })), children);
1239
1378
  });
1240
1379
  if (process.env.NODE_ENV !== "production") {
1241
- ChartBarTarget.propTypes = iconPropTypes4cbeb95d.i;
1380
+ ClosedCaptionFilled.propTypes = iconPropTypes4cbeb95d.i;
1242
1381
  }
1243
- var ChartBubble = /*#__PURE__*/React.forwardRef(function ChartBubble(_ref52, ref) {
1382
+ var Cloud = /*#__PURE__*/React.forwardRef(function Cloud(_ref52, ref) {
1244
1383
  var children = _ref52.children,
1245
1384
  _ref52$size = _ref52.size,
1246
1385
  size = _ref52$size === void 0 ? 16 : _ref52$size,
@@ -1252,16 +1391,14 @@ var ChartBubble = /*#__PURE__*/React.forwardRef(function ChartBubble(_ref52, ref
1252
1391
  xmlns: "http://www.w3.org/2000/svg",
1253
1392
  viewBox: "0 0 32 32",
1254
1393
  fill: "currentColor"
1255
- }, rest), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1256
- d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
1257
- })), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1258
- d: "M10 16a2 2 0 11-2 2 2 2 0 012-2m0-2a4 4 0 104 4 4 4 0 00-4-4zM21 6a4 4 0 11-4 4 4 4 0 014-4m0-2a6 6 0 106 6 6 6 0 00-6-6zM24.5 21A1.5 1.5 0 1123 22.5 1.5 1.5 0 0124.5 21m0-2A3.5 3.5 0 1028 22.5 3.5 3.5 0 0024.5 19z"
1394
+ }, rest), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1395
+ d: "M16,7h0a7.66,7.66,0,0,1,1.51.15,8,8,0,0,1,6.35,6.34l.26,1.35,1.35.24a5.5,5.5,0,0,1-1,10.92H7.5a5.5,5.5,0,0,1-1-10.92l1.34-.24.26-1.35A8,8,0,0,1,16,7m0-2a10,10,0,0,0-9.83,8.12A7.5,7.5,0,0,0,7.49,28h17a7.5,7.5,0,0,0,1.32-14.88,10,10,0,0,0-7.94-7.94A10.27,10.27,0,0,0,16,5Z"
1259
1396
  })), children);
1260
1397
  });
1261
1398
  if (process.env.NODE_ENV !== "production") {
1262
- ChartBubble.propTypes = iconPropTypes4cbeb95d.i;
1399
+ Cloud.propTypes = iconPropTypes4cbeb95d.i;
1263
1400
  }
1264
- var ChartBubblePacked = /*#__PURE__*/React.forwardRef(function ChartBubblePacked(_ref53, ref) {
1401
+ var CloudAlerting = /*#__PURE__*/React.forwardRef(function CloudAlerting(_ref53, ref) {
1265
1402
  var children = _ref53.children,
1266
1403
  _ref53$size = _ref53.size,
1267
1404
  size = _ref53$size === void 0 ? 16 : _ref53$size,
@@ -1273,14 +1410,16 @@ var ChartBubblePacked = /*#__PURE__*/React.forwardRef(function ChartBubblePacked
1273
1410
  xmlns: "http://www.w3.org/2000/svg",
1274
1411
  viewBox: "0 0 32 32",
1275
1412
  fill: "currentColor"
1276
- }, rest), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1277
- d: "M27.5322,17.1724A8.99,8.99,0,1,0,13.6074,5.88,5.9969,5.9969,0,1,0,5.051,13.2217a6.9967,6.9967,0,1,0,7.9942,11.4844A5.9981,5.9981,0,0,0,25,24c0-.1216-.011-.24-.0181-.3594a3.4873,3.4873,0,1,0,2.55-6.4682ZM21,4a7,7,0,1,1-7,7A7.0078,7.0078,0,0,1,21,4ZM8,4A4,4,0,1,1,4,8,4.0045,4.0045,0,0,1,8,4ZM19,28a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,19,28Z"
1413
+ }, rest), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1414
+ d: "M28,17v5H4V6H15V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V17ZM18,28H14V24h4Z"
1415
+ })), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1416
+ d: "M29,14H17a1,1,0,0,1-.8574-1.5144l6-10a1,1,0,0,1,1.7154,0l6,10A1,1,0,0,1,29,14ZM18.7661,12h8.4678L23,4.9436Z"
1278
1417
  })), children);
1279
1418
  });
1280
1419
  if (process.env.NODE_ENV !== "production") {
1281
- ChartBubblePacked.propTypes = iconPropTypes4cbeb95d.i;
1420
+ CloudAlerting.propTypes = iconPropTypes4cbeb95d.i;
1282
1421
  }
1283
- var ChartBullet = /*#__PURE__*/React.forwardRef(function ChartBullet(_ref54, ref) {
1422
+ var CloudAuditing = /*#__PURE__*/React.forwardRef(function CloudAuditing(_ref54, ref) {
1284
1423
  var children = _ref54.children,
1285
1424
  _ref54$size = _ref54.size,
1286
1425
  size = _ref54$size === void 0 ? 16 : _ref54$size,
@@ -1292,14 +1431,16 @@ var ChartBullet = /*#__PURE__*/React.forwardRef(function ChartBullet(_ref54, ref
1292
1431
  xmlns: "http://www.w3.org/2000/svg",
1293
1432
  viewBox: "0 0 32 32",
1294
1433
  fill: "currentColor"
1295
- }, rest), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1296
- d: "M30 22H16V21H14v1H2v6H14v1h2V28H30zM4 26V24H14v2zm24 0H16V24H28zM30 13H24V12H22v1H2v6H22v1h2V19h6zM4 17V15H22v2zm24 0H24V15h4zM30 4H10V3H8V4H2v6H8v1h2V10H30zM4 8V6H8V8zM28 8H10V6H28z"
1434
+ }, rest), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1435
+ d: "M28,16v6H4V6H16V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V16ZM18,28H14V24h4Z"
1436
+ })), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1437
+ d: "M21 15L16 10.04 17.59 8.47 21 11.85 28.41 4.5 30 6.08 21 15z"
1297
1438
  })), children);
1298
1439
  });
1299
1440
  if (process.env.NODE_ENV !== "production") {
1300
- ChartBullet.propTypes = iconPropTypes4cbeb95d.i;
1441
+ CloudAuditing.propTypes = iconPropTypes4cbeb95d.i;
1301
1442
  }
1302
- var ChartCandlestick = /*#__PURE__*/React.forwardRef(function ChartCandlestick(_ref55, ref) {
1443
+ var CloudDataOps = /*#__PURE__*/React.forwardRef(function CloudDataOps(_ref55, ref) {
1303
1444
  var children = _ref55.children,
1304
1445
  _ref55$size = _ref55.size,
1305
1446
  size = _ref55$size === void 0 ? 16 : _ref55$size,
@@ -1311,16 +1452,14 @@ var ChartCandlestick = /*#__PURE__*/React.forwardRef(function ChartCandlestick(_
1311
1452
  xmlns: "http://www.w3.org/2000/svg",
1312
1453
  viewBox: "0 0 32 32",
1313
1454
  fill: "currentColor"
1314
- }, rest), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1315
- d: "M26 10H24V6H22v4H20V22h2v4h2V22h2zM24 20H22V12h2zM14 8H12V4H10V8H8V18h2v4h2V18h2zm-2 8H10V10h2z"
1316
- })), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1317
- d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
1455
+ }, rest), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1456
+ d: "M28 18H30V28H28zM24 14H26V28H24zM20 22H22V28H20zM22.175 10L23.76 8.7339A9.9522 9.9522 0 0017.89 5.1816 10.0025 10.0025 0 006.17 13.1152 7.5054 7.5054 0 00.0544 21.4087 7.6843 7.6843 0 007.7692 28H16V26H7.6945a5.632 5.632 0 01-5.6023-4.4858 5.5064 5.5064 0 014.4339-6.4307l1.3486-.2441.2139-1.11a8.206 8.206 0 016.7426-6.6426 7.9666 7.9666 0 013.0137.13A7.8037 7.8037 0 0122.175 10z"
1318
1457
  })), children);
1319
1458
  });
1320
1459
  if (process.env.NODE_ENV !== "production") {
1321
- ChartCandlestick.propTypes = iconPropTypes4cbeb95d.i;
1460
+ CloudDataOps.propTypes = iconPropTypes4cbeb95d.i;
1322
1461
  }
1323
- var ChartClusterBar = /*#__PURE__*/React.forwardRef(function ChartClusterBar(_ref56, ref) {
1462
+ var CloudDownload = /*#__PURE__*/React.forwardRef(function CloudDownload(_ref56, ref) {
1324
1463
  var children = _ref56.children,
1325
1464
  _ref56$size = _ref56.size,
1326
1465
  size = _ref56$size === void 0 ? 16 : _ref56$size,
@@ -1332,22 +1471,16 @@ var ChartClusterBar = /*#__PURE__*/React.forwardRef(function ChartClusterBar(_re
1332
1471
  xmlns: "http://www.w3.org/2000/svg",
1333
1472
  viewBox: "0 0 32 32",
1334
1473
  fill: "currentColor"
1335
- }, rest), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1336
- d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
1337
- })), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1338
- d: "M10 16H12V26H10zM7 22H9V26H7zM26 8H28V26H26zM23 14H25V26H23z"
1339
- })), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1340
- d: "M15 12H17V26H15z",
1341
- transform: "rotate(-180 16 19)"
1342
- })), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1343
- d: "M18 18H20V26H18z",
1344
- transform: "rotate(-180 19 22)"
1474
+ }, rest), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1475
+ d: "M23.5,22H23V20h.5a4.5,4.5,0,0,0,.36-9L23,11l-.1-.82a7,7,0,0,0-13.88,0L9,11,8.14,11a4.5,4.5,0,0,0,.36,9H9v2H8.5A6.5,6.5,0,0,1,7.2,9.14a9,9,0,0,1,17.6,0A6.5,6.5,0,0,1,23.5,22Z"
1476
+ })), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1477
+ d: "M17 26.17L17 14 15 14 15 26.17 12.41 23.59 11 25 16 30 21 25 19.59 23.59 17 26.17z"
1345
1478
  })), children);
1346
1479
  });
1347
1480
  if (process.env.NODE_ENV !== "production") {
1348
- ChartClusterBar.propTypes = iconPropTypes4cbeb95d.i;
1481
+ CloudDownload.propTypes = iconPropTypes4cbeb95d.i;
1349
1482
  }
1350
- var ChartColumn = /*#__PURE__*/React.forwardRef(function ChartColumn(_ref57, ref) {
1483
+ var CloudLogging = /*#__PURE__*/React.forwardRef(function CloudLogging(_ref57, ref) {
1351
1484
  var children = _ref57.children,
1352
1485
  _ref57$size = _ref57.size,
1353
1486
  size = _ref57$size === void 0 ? 16 : _ref57$size,
@@ -1359,14 +1492,16 @@ var ChartColumn = /*#__PURE__*/React.forwardRef(function ChartColumn(_ref57, ref
1359
1492
  xmlns: "http://www.w3.org/2000/svg",
1360
1493
  viewBox: "0 0 32 32",
1361
1494
  fill: "currentColor"
1362
- }, rest), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1363
- d: "M27,28V6H19V28H15V14H7V28H4V2H2V28a2,2,0,0,0,2,2H30V28ZM13,28H9V16h4Zm12,0H21V8h4Z"
1495
+ }, rest), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1496
+ d: "M28 16v6H4V6H15V4H4A2 2 0 002 6V22a2 2 0 002 2h8v4H8v2H24V28H20V24h8a2 2 0 002-2V16zM18 28H14V24h4zM18 4H30V6H18z"
1497
+ })), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1498
+ d: "M18 8H30V10H18zM18 12H24V14H18z"
1364
1499
  })), children);
1365
1500
  });
1366
1501
  if (process.env.NODE_ENV !== "production") {
1367
- ChartColumn.propTypes = iconPropTypes4cbeb95d.i;
1502
+ CloudLogging.propTypes = iconPropTypes4cbeb95d.i;
1368
1503
  }
1369
- var ChartColumnFloating = /*#__PURE__*/React.forwardRef(function ChartColumnFloating(_ref58, ref) {
1504
+ var CloudMonitoring = /*#__PURE__*/React.forwardRef(function CloudMonitoring(_ref58, ref) {
1370
1505
  var children = _ref58.children,
1371
1506
  _ref58$size = _ref58.size,
1372
1507
  size = _ref58$size === void 0 ? 16 : _ref58$size,
@@ -1378,16 +1513,16 @@ var ChartColumnFloating = /*#__PURE__*/React.forwardRef(function ChartColumnFloa
1378
1513
  xmlns: "http://www.w3.org/2000/svg",
1379
1514
  viewBox: "0 0 32 32",
1380
1515
  fill: "currentColor"
1381
- }, rest), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1382
- d: "M28 22H20V4h8zm-6-2h4V6H22zM16 24H8V10h8zm-6-2h4V12H10z"
1383
- })), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1384
- d: "M30,30H4a2.0021,2.0021,0,0,1-2-2V2H4V28H30Z"
1516
+ }, rest), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1517
+ d: "M28,16v6H4V6h7V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V16ZM18,28H14V24h4Z"
1518
+ })), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1519
+ d: "M18,18h-.01a1,1,0,0,1-.9511-.7253L15.2456,11H11V9h5a1,1,0,0,1,.9615.7252l1.0742,3.7589,3.0088-9.7783A1.0142,1.0142,0,0,1,22,3a.98.98,0,0,1,.9487.6838L24.7207,9H30v2H24a1,1,0,0,1-.9487-.6838l-1.0132-3.04L18.9556,17.2942A1,1,0,0,1,18,18Z"
1385
1520
  })), children);
1386
1521
  });
1387
1522
  if (process.env.NODE_ENV !== "production") {
1388
- ChartColumnFloating.propTypes = iconPropTypes4cbeb95d.i;
1523
+ CloudMonitoring.propTypes = iconPropTypes4cbeb95d.i;
1389
1524
  }
1390
- var ChartColumnTarget = /*#__PURE__*/React.forwardRef(function ChartColumnTarget(_ref59, ref) {
1525
+ var CloudOffline = /*#__PURE__*/React.forwardRef(function CloudOffline(_ref59, ref) {
1391
1526
  var children = _ref59.children,
1392
1527
  _ref59$size = _ref59.size,
1393
1528
  size = _ref59$size === void 0 ? 16 : _ref59$size,
@@ -1399,16 +1534,14 @@ var ChartColumnTarget = /*#__PURE__*/React.forwardRef(function ChartColumnTarget
1399
1534
  xmlns: "http://www.w3.org/2000/svg",
1400
1535
  viewBox: "0 0 32 32",
1401
1536
  fill: "currentColor"
1402
- }, rest), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1403
- d: "M27 28V6H19V28H15V14H7V28H4V2H2V28a2 2 0 002 2H30V28zM13 28H9V16h4zm12 0H21V8h4zM19 2H27V4H19z"
1404
- })), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1405
- d: "M7 10H15V12H7z"
1537
+ }, rest), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1538
+ d: "M24.8008 12.1362a8.8694 8.8694 0 00-.9795-2.5434L30 3.4142 28.5872 2 2 28.5872 3.4142 30l5-5H23.5a6.4974 6.4974 0 001.3008-12.8638zM23.5 23H10.4141L22.3418 11.0723a6.9049 6.9049 0 01.6006 2.0708l.0986.812.8154.0639A4.4975 4.4975 0 0123.5 23zM4.2964 23.4487l1.4313-1.4311A4.4774 4.4774 0 018.144 14.019l.8155-.0639.0991-.812a6.9867 6.9867 0 0110.63-5.0865l1.4431-1.4428A8.9859 8.9859 0 007.2 12.1362 6.4891 6.4891 0 004.2964 23.4487z"
1406
1539
  })), children);
1407
1540
  });
1408
1541
  if (process.env.NODE_ENV !== "production") {
1409
- ChartColumnTarget.propTypes = iconPropTypes4cbeb95d.i;
1542
+ CloudOffline.propTypes = iconPropTypes4cbeb95d.i;
1410
1543
  }
1411
- var ChartCombo = /*#__PURE__*/React.forwardRef(function ChartCombo(_ref60, ref) {
1544
+ var CloudServiceManagement = /*#__PURE__*/React.forwardRef(function CloudServiceManagement(_ref60, ref) {
1412
1545
  var children = _ref60.children,
1413
1546
  _ref60$size = _ref60.size,
1414
1547
  size = _ref60$size === void 0 ? 16 : _ref60$size,
@@ -1420,16 +1553,16 @@ var ChartCombo = /*#__PURE__*/React.forwardRef(function ChartCombo(_ref60, ref)
1420
1553
  xmlns: "http://www.w3.org/2000/svg",
1421
1554
  viewBox: "0 0 32 32",
1422
1555
  fill: "currentColor"
1423
- }, rest), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1424
- d: "M27,28V16H19V28H15V12H7V28H4V2H2V28a2,2,0,0,0,2,2H30V28ZM13,28H9V14h4Zm12,0H21V18h4Z"
1425
- })), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1426
- d: "M22.7856,14a1.9877,1.9877,0,0,1-1.1787-.3865L11.2041,5.987,8.2419,10,6.6374,8.8065l2.9812-4a1.9978,1.9978,0,0,1,2.749-.446l10.4214,7.64,3.6045-4.8613L28,8.3306l-3.6045,4.8611A2.0014,2.0014,0,0,1,22.7856,14Z"
1556
+ }, rest), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1557
+ d: "M28,17v5H4V6H14V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V17ZM18,28H14V24h4Z"
1558
+ })), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1559
+ d: "M30,10V8H27.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,24,4.1011V2H22V4.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,18.1011,8H16v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,22,13.8989V16h2V13.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,27.8989,10Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,23,12Z"
1427
1560
  })), children);
1428
1561
  });
1429
1562
  if (process.env.NODE_ENV !== "production") {
1430
- ChartCombo.propTypes = iconPropTypes4cbeb95d.i;
1563
+ CloudServiceManagement.propTypes = iconPropTypes4cbeb95d.i;
1431
1564
  }
1432
- var ChartComboStacked = /*#__PURE__*/React.forwardRef(function ChartComboStacked(_ref61, ref) {
1565
+ var CloudUpload = /*#__PURE__*/React.forwardRef(function CloudUpload(_ref61, ref) {
1433
1566
  var children = _ref61.children,
1434
1567
  _ref61$size = _ref61.size,
1435
1568
  size = _ref61$size === void 0 ? 16 : _ref61$size,
@@ -1441,16 +1574,16 @@ var ChartComboStacked = /*#__PURE__*/React.forwardRef(function ChartComboStacked
1441
1574
  xmlns: "http://www.w3.org/2000/svg",
1442
1575
  viewBox: "0 0 32 32",
1443
1576
  fill: "currentColor"
1444
- }, rest), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1445
- d: "M27,28V16H19V28H15V12H7V28H4V2H2V28a2,2,0,0,0,2,2H30V28ZM13,14v6H9V14Zm12,4v6H21V18Z"
1446
- })), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1447
- d: "M22.7856,14a1.9877,1.9877,0,0,1-1.1787-.3865L11.2041,5.987,8.2419,10,6.6374,8.8065l2.9812-4a1.9978,1.9978,0,0,1,2.749-.446l10.4214,7.64,3.6045-4.8613L28,8.3306l-3.6045,4.8611A2.0014,2.0014,0,0,1,22.7856,14Z"
1577
+ }, rest), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1578
+ d: "M11 18L12.41 19.41 15 16.83 15 29 17 29 17 16.83 19.59 19.41 21 18 16 13 11 18z"
1579
+ })), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1580
+ d: "M23.5,22H23V20h.5a4.5,4.5,0,0,0,.36-9L23,11l-.1-.82a7,7,0,0,0-13.88,0L9,11,8.14,11a4.5,4.5,0,0,0,.36,9H9v2H8.5A6.5,6.5,0,0,1,7.2,9.14a9,9,0,0,1,17.6,0A6.5,6.5,0,0,1,23.5,22Z"
1448
1581
  })), children);
1449
1582
  });
1450
1583
  if (process.env.NODE_ENV !== "production") {
1451
- ChartComboStacked.propTypes = iconPropTypes4cbeb95d.i;
1584
+ CloudUpload.propTypes = iconPropTypes4cbeb95d.i;
1452
1585
  }
1453
- var ChartCustom = /*#__PURE__*/React.forwardRef(function ChartCustom(_ref62, ref) {
1586
+ var CloudApp = /*#__PURE__*/React.forwardRef(function CloudApp(_ref62, ref) {
1454
1587
  var children = _ref62.children,
1455
1588
  _ref62$size = _ref62.size,
1456
1589
  size = _ref62$size === void 0 ? 16 : _ref62$size,
@@ -1462,25 +1595,14 @@ var ChartCustom = /*#__PURE__*/React.forwardRef(function ChartCustom(_ref62, ref
1462
1595
  xmlns: "http://www.w3.org/2000/svg",
1463
1596
  viewBox: "0 0 32 32",
1464
1597
  fill: "currentColor"
1465
- }, rest), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1466
- d: "M29.707,19.293l-3-3a.9994.9994,0,0,0-1.414,0L16,25.5859V30h4.4141l9.2929-9.293A.9994.9994,0,0,0,29.707,19.293ZM19.5859,28H18V26.4141l5-5L24.5859,23ZM26,21.5859,24.4141,20,26,18.4141,27.5859,20Z"
1467
- })), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1468
- d: "M17 15H21V17H17z",
1469
- transform: "rotate(-90 19 16)"
1470
- })), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1471
- d: "M12 14H18V16H12z",
1472
- transform: "rotate(-90 15 15)"
1473
- })), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1474
- d: "M6 12H16V14H6z",
1475
- transform: "rotate(-90 11 13)"
1476
- })), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1477
- 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"
1598
+ }, rest), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1599
+ d: "M25.8289 13.1155A10.02 10.02 0 0016 5.0005V7a8.0233 8.0233 0 017.8649 6.4934l.2591 1.346 1.3488.2441A5.5019 5.5019 0 0124.5076 26H16v2h8.5076a7.5019 7.5019 0 001.3213-14.8845zM8 24H14V26H8zM4 24H6V26H4zM6 20H14V22H6zM2 20H4V22H2zM8 16H14V18H8zM4 16H6V18H4zM10 12H14V14H10zM6 12H8V14H6zM12 8H14V10H12z"
1478
1600
  })), children);
1479
1601
  });
1480
1602
  if (process.env.NODE_ENV !== "production") {
1481
- ChartCustom.propTypes = iconPropTypes4cbeb95d.i;
1603
+ CloudApp.propTypes = iconPropTypes4cbeb95d.i;
1482
1604
  }
1483
- var ChartDualYAxis = /*#__PURE__*/React.forwardRef(function ChartDualYAxis(_ref63, ref) {
1605
+ var CloudCeiling = /*#__PURE__*/React.forwardRef(function CloudCeiling(_ref63, ref) {
1484
1606
  var children = _ref63.children,
1485
1607
  _ref63$size = _ref63.size,
1486
1608
  size = _ref63$size === void 0 ? 16 : _ref63$size,
@@ -1493,13 +1615,15 @@ var ChartDualYAxis = /*#__PURE__*/React.forwardRef(function ChartDualYAxis(_ref6
1493
1615
  viewBox: "0 0 32 32",
1494
1616
  fill: "currentColor"
1495
1617
  }, rest), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1496
- d: "m28,2v5.7222l-7.5317,6.9521L12.3818,6.5879c-.3918-.3911-.9111-.5918-1.4302-.5879-.4644.0034-.9285.1714-1.301.4976l-5.6506,4.9443V2h-2v26c0,1.1025.8972,2,2,2h24c1.1028,0,2-.8975,2-2V2h-2Zm0,8.4438v11.7622l-6.1165-6.1162,6.1165-5.646Zm-17.0322-2.4414l8.0298,8.0298-3.2141,2.9668-3.4148-3.415c-.3711-.3706-.8564-.5674-1.3479-.584s-.9885.1475-1.3833.4932l-5.6375,4.9326v-6.3262l6.9678-6.0972Zm-6.9678,19.9976v-4.9165l6.9546-6.085,3.4146,3.4146c.3809.3809.8755.5771,1.374.5869s1.0007-.166,1.3967-.5312l3.2729-3.0215,7.5872,7.5869v2.9658H4Z"
1618
+ d: "M2 28H11V30H2zM21 28H30V30H21zM17 26.167L17 17.832 19.586 20.414 21 19 16 14 11 19 12.413 20.415 15 17.832 15 26.167 12.413 23.584 11 25 16 30 21 25 19.586 23.586 17 26.167z"
1619
+ })), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1620
+ d: "M23,16H21V14h2a3,3,0,0,0,0-6c-.0938.0144-.1538.0219-.2153.0263l-.8037.0572L21.7544,7.31a5.9927,5.9927,0,0,0-11.1758-.8655l-.2832.5994-.8423-.0455A3.5008,3.5008,0,0,0,9.5,14H11v2H9.5A5.5,5.5,0,0,1,9.07,5.0166,7.9909,7.9909,0,0,1,23.42,6.0175,5,5,0,0,1,23,16Z"
1497
1621
  })), children);
1498
1622
  });
1499
1623
  if (process.env.NODE_ENV !== "production") {
1500
- ChartDualYAxis.propTypes = iconPropTypes4cbeb95d.i;
1624
+ CloudCeiling.propTypes = iconPropTypes4cbeb95d.i;
1501
1625
  }
1502
- var ChartErrorBar = /*#__PURE__*/React.forwardRef(function ChartErrorBar(_ref64, ref) {
1626
+ var CloudFoundry_1 = /*#__PURE__*/React.forwardRef(function CloudFoundry_1(_ref64, ref) {
1503
1627
  var children = _ref64.children,
1504
1628
  _ref64$size = _ref64.size,
1505
1629
  size = _ref64$size === void 0 ? 16 : _ref64$size,
@@ -1511,14 +1635,16 @@ var ChartErrorBar = /*#__PURE__*/React.forwardRef(function ChartErrorBar(_ref64,
1511
1635
  xmlns: "http://www.w3.org/2000/svg",
1512
1636
  viewBox: "0 0 32 32",
1513
1637
  fill: "currentColor"
1514
- }, rest), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1515
- d: "M22,28V12H18V8h2V6H14V8h2v4H12V28H4V2H2V28a2,2,0,0,0,2,2H30V28ZM14,14h2v4H14Zm6,14H14V20h6Zm0-10H18V14h2Z"
1638
+ }, rest), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1639
+ d: "M16,7h0a7.66,7.66,0,0,1,1.51.15,8,8,0,0,1,6.35,6.34l.26,1.35,1.35.24a5.5,5.5,0,0,1-1,10.92H7.5a5.5,5.5,0,0,1-1-10.92l1.34-.24.26-1.35A8,8,0,0,1,16,7m0-2a10,10,0,0,0-9.83,8.12A7.5,7.5,0,0,0,7.49,28h17a7.5,7.5,0,0,0,1.32-14.88,10,10,0,0,0-7.94-7.94A10.27,10.27,0,0,0,16,5Z"
1640
+ })), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1641
+ d: "M14 24H11a2 2 0 01-2-2V19a2 2 0 012-2h3v2H11v3h3zM21 15V13H19a2 2 0 00-2 2v2H16v2h1v5h2V19h2V17H19V15z"
1516
1642
  })), children);
1517
1643
  });
1518
1644
  if (process.env.NODE_ENV !== "production") {
1519
- ChartErrorBar.propTypes = iconPropTypes4cbeb95d.i;
1645
+ CloudFoundry_1.propTypes = iconPropTypes4cbeb95d.i;
1520
1646
  }
1521
- var ChartErrorBarAlt = /*#__PURE__*/React.forwardRef(function ChartErrorBarAlt(_ref65, ref) {
1647
+ var CloudFoundry_2 = /*#__PURE__*/React.forwardRef(function CloudFoundry_2(_ref65, ref) {
1522
1648
  var children = _ref65.children,
1523
1649
  _ref65$size = _ref65.size,
1524
1650
  size = _ref65$size === void 0 ? 16 : _ref65$size,
@@ -1530,16 +1656,14 @@ var ChartErrorBarAlt = /*#__PURE__*/React.forwardRef(function ChartErrorBarAlt(_
1530
1656
  xmlns: "http://www.w3.org/2000/svg",
1531
1657
  viewBox: "0 0 32 32",
1532
1658
  fill: "currentColor"
1533
- }, rest), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1534
- d: "M14 10V8H8v2h2v4.1836a2.983 2.983 0 000 5.6328V24H8v2h6V24H12V19.8164a2.983 2.983 0 000-5.6328V10zM26 6V4H20V6h2V8.1836a2.983 2.983 0 000 5.6328V18H20v2h6V18H24V13.8164a2.983 2.983 0 000-5.6328V6z"
1535
- })), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1536
- d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
1659
+ }, rest), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1660
+ d: "M25 11L25 9 17 9 17 23 19 23 19 17 24 17 24 15 19 15 19 11 25 11zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h6z"
1537
1661
  })), children);
1538
1662
  });
1539
1663
  if (process.env.NODE_ENV !== "production") {
1540
- ChartErrorBarAlt.propTypes = iconPropTypes4cbeb95d.i;
1664
+ CloudFoundry_2.propTypes = iconPropTypes4cbeb95d.i;
1541
1665
  }
1542
- var ChartEvaluation = /*#__PURE__*/React.forwardRef(function ChartEvaluation(_ref66, ref) {
1666
+ var CloudRegistry = /*#__PURE__*/React.forwardRef(function CloudRegistry(_ref66, ref) {
1543
1667
  var children = _ref66.children,
1544
1668
  _ref66$size = _ref66.size,
1545
1669
  size = _ref66$size === void 0 ? 16 : _ref66$size,
@@ -1551,19 +1675,16 @@ var ChartEvaluation = /*#__PURE__*/React.forwardRef(function ChartEvaluation(_re
1551
1675
  xmlns: "http://www.w3.org/2000/svg",
1552
1676
  viewBox: "0 0 32 32",
1553
1677
  fill: "currentColor"
1554
- }, rest), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1555
- d: "M25.672 6.207H29.915V8.206H25.672z",
1556
- transform: "rotate(-45.02 27.793 7.207)"
1557
- })), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1558
- d: "M16 20.5L11 15.539 12.59 13.969 16 17.349 23.41 10 25 11.579 16 20.5z"
1678
+ }, rest), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1679
+ d: "M28 30H23a2.0023 2.0023 0 01-2-2V23a2.0023 2.0023 0 012-2h5a2.0023 2.0023 0 012 2v5A2.0023 2.0023 0 0128 30zm-5-7h-.0012L23 28h5V23zM16 23H11a2.0023 2.0023 0 01-2-2V11a2.0023 2.0023 0 012-2H21a2.0023 2.0023 0 012 2v5H21V11H11V21h5z"
1559
1680
  })), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1560
- d: "M4,28V25.4131L10.4141,19,9,17.585l-5,5V2H2V28a2,2,0,0,0,2,2H30V28Z"
1681
+ d: "M16,30H4a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,4,2H28a2.0023,2.0023,0,0,1,2,2V16H28V4H4V28H16Z"
1561
1682
  })), children);
1562
1683
  });
1563
1684
  if (process.env.NODE_ENV !== "production") {
1564
- ChartEvaluation.propTypes = iconPropTypes4cbeb95d.i;
1685
+ CloudRegistry.propTypes = iconPropTypes4cbeb95d.i;
1565
1686
  }
1566
- var ChartHighLow = /*#__PURE__*/React.forwardRef(function ChartHighLow(_ref67, ref) {
1687
+ var CloudSatellite = /*#__PURE__*/React.forwardRef(function CloudSatellite(_ref67, ref) {
1567
1688
  var children = _ref67.children,
1568
1689
  _ref67$size = _ref67.size,
1569
1690
  size = _ref67$size === void 0 ? 16 : _ref67$size,
@@ -1575,16 +1696,24 @@ var ChartHighLow = /*#__PURE__*/React.forwardRef(function ChartHighLow(_ref67, r
1575
1696
  xmlns: "http://www.w3.org/2000/svg",
1576
1697
  viewBox: "0 0 32 32",
1577
1698
  fill: "currentColor"
1578
- }, rest), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1579
- d: "M15 8L12 8 12 6 10 6 10 20 7 20 7 22 10 22 10 24 12 24 12 10 15 10 15 8zM27 10L24 10 24 6 22 6 22 18 19 18 19 20 22 20 22 24 24 24 24 12 27 12 27 10z"
1699
+ }, rest), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
1700
+ cx: "9",
1701
+ cy: "20",
1702
+ r: "2"
1703
+ })), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1704
+ d: "M16,20a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,16,20Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,16,14Z"
1705
+ })), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
1706
+ cx: "23",
1707
+ cy: "12",
1708
+ r: "2"
1580
1709
  })), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1581
- d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
1710
+ d: "M16,31a.9988.9988,0,0,1-.5039-.1357l-12-7A1.0008,1.0008,0,0,1,3,23V9a.9994.9994,0,0,1,.4961-.8638l12-7a1,1,0,0,1,1.0078,0l12,7L27.4961,9.8638,16,3.1577,5,9.5742V22.4258l11,6.417,11-6.417V15h2v8a1.0008,1.0008,0,0,1-.4961.8643l-12,7A.9988.9988,0,0,1,16,31Z"
1582
1711
  })), children);
1583
1712
  });
1584
1713
  if (process.env.NODE_ENV !== "production") {
1585
- ChartHighLow.propTypes = iconPropTypes4cbeb95d.i;
1714
+ CloudSatellite.propTypes = iconPropTypes4cbeb95d.i;
1586
1715
  }
1587
- var ChartHistogram = /*#__PURE__*/React.forwardRef(function ChartHistogram(_ref68, ref) {
1716
+ var CloudSatelliteConfig = /*#__PURE__*/React.forwardRef(function CloudSatelliteConfig(_ref68, ref) {
1588
1717
  var children = _ref68.children,
1589
1718
  _ref68$size = _ref68.size,
1590
1719
  size = _ref68$size === void 0 ? 16 : _ref68$size,
@@ -1597,13 +1726,25 @@ var ChartHistogram = /*#__PURE__*/React.forwardRef(function ChartHistogram(_ref6
1597
1726
  viewBox: "0 0 32 32",
1598
1727
  fill: "currentColor"
1599
1728
  }, rest), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1600
- d: "M6,16c2.9727,0,4.2324-2.251,5.3447-4.2373C12.4741,9.7441,13.45,8,16,8s3.5259,1.7441,4.6553,3.7627C21.7676,13.749,23.0273,16,26,16h4V14H26c-1.7129,0-2.4834-1.2207-3.5991-3.2144C21.2075,8.6543,19.7231,6,16,6s-5.2075,2.6543-6.4009,4.7856C8.4834,12.7793,7.7129,14,6,14H4V2H2V28a2,2,0,0,0,2,2H30V28H28V22H26v6H21.9992L22,20H20v8H16V16H14V28H9.9992L10,20H8v8H4V16Z"
1729
+ d: "M32,26V24H29.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,26,20.1011V18H24v2.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,20.1011,24H18v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,24,29.8989V32h2V29.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,29.8989,26Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,25,28Z"
1730
+ })), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
1731
+ cx: "7",
1732
+ cy: "20",
1733
+ r: "2"
1734
+ })), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1735
+ d: "M14,20a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,14,20Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,14,14Z"
1736
+ })), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
1737
+ cx: "21",
1738
+ cy: "12",
1739
+ r: "2"
1740
+ })), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1741
+ d: "M13.0205,28.2715,3,22.4258V9.5742L14,3.1577,25.4961,9.8638l1.0078-1.7276-12-7a1,1,0,0,0-1.0078,0l-12,7A.9994.9994,0,0,0,1,9V23a1.0008,1.0008,0,0,0,.4961.8643L12.0127,30Z"
1601
1742
  })), children);
1602
1743
  });
1603
1744
  if (process.env.NODE_ENV !== "production") {
1604
- ChartHistogram.propTypes = iconPropTypes4cbeb95d.i;
1745
+ CloudSatelliteConfig.propTypes = iconPropTypes4cbeb95d.i;
1605
1746
  }
1606
- var ChartLine = /*#__PURE__*/React.forwardRef(function ChartLine(_ref69, ref) {
1747
+ var CloudSatelliteLink = /*#__PURE__*/React.forwardRef(function CloudSatelliteLink(_ref69, ref) {
1607
1748
  var children = _ref69.children,
1608
1749
  _ref69$size = _ref69.size,
1609
1750
  size = _ref69$size === void 0 ? 16 : _ref69$size,
@@ -1615,14 +1756,28 @@ var ChartLine = /*#__PURE__*/React.forwardRef(function ChartLine(_ref69, ref) {
1615
1756
  xmlns: "http://www.w3.org/2000/svg",
1616
1757
  viewBox: "0 0 32 32",
1617
1758
  fill: "currentColor"
1618
- }, rest), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1619
- d: "M4.67,28l6.39-12,7.3,6.49a2,2,0,0,0,1.7.47,2,2,0,0,0,1.42-1.07L27,10.9,25.18,10,19.69,21l-7.3-6.49A2,2,0,0,0,10.71,14a2,2,0,0,0-1.42,1L4,25V2H2V28a2,2,0,0,0,2,2H30V28Z"
1759
+ }, rest), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1760
+ d: "M30.9763,24.9748l-5.0015,5.0015a3.501,3.501,0,0,1-4.9511-4.9511L22.4383,26.44A1.5,1.5,0,0,0,24.56,28.5617L29.5617,23.56A1.5,1.5,0,0,0,27.44,21.4383l-1.4146-1.4146a3.501,3.501,0,0,1,4.9511,4.9511Z"
1761
+ })), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1762
+ d: "M20.0252,21.0237l-5.0015,5.0015a3.501,3.501,0,0,0,4.9511,4.9511L18.56,29.5617A1.5,1.5,0,0,1,16.4383,27.44L21.44,22.4383A1.5,1.5,0,0,1,23.5617,24.56l1.4146,1.4146a3.501,3.501,0,0,0-4.9511-4.9511Z"
1763
+ })), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
1764
+ cx: "7",
1765
+ cy: "20",
1766
+ r: "2"
1767
+ })), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1768
+ d: "M14,20a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,14,20Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,14,14Z"
1769
+ })), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
1770
+ cx: "21",
1771
+ cy: "12",
1772
+ r: "2"
1773
+ })), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1774
+ d: "M11.3076,27.2725,3,22.4258V9.5742L14,3.1577,25.4961,9.8638l1.0078-1.7276-12-7a1,1,0,0,0-1.0078,0l-12,7A.9994.9994,0,0,0,1,9V23a1.0008,1.0008,0,0,0,.4961.8643L10.3,29Z"
1620
1775
  })), children);
1621
1776
  });
1622
1777
  if (process.env.NODE_ENV !== "production") {
1623
- ChartLine.propTypes = iconPropTypes4cbeb95d.i;
1778
+ CloudSatelliteLink.propTypes = iconPropTypes4cbeb95d.i;
1624
1779
  }
1625
- var ChartLineData = /*#__PURE__*/React.forwardRef(function ChartLineData(_ref70, ref) {
1780
+ var CloudSatelliteServices = /*#__PURE__*/React.forwardRef(function CloudSatelliteServices(_ref70, ref) {
1626
1781
  var children = _ref70.children,
1627
1782
  _ref70$size = _ref70.size,
1628
1783
  size = _ref70$size === void 0 ? 16 : _ref70$size,
@@ -1634,14 +1789,26 @@ var ChartLineData = /*#__PURE__*/React.forwardRef(function ChartLineData(_ref70,
1634
1789
  xmlns: "http://www.w3.org/2000/svg",
1635
1790
  viewBox: "0 0 32 32",
1636
1791
  fill: "currentColor"
1637
- }, rest), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1638
- d: "M10.06,17.88A4.25,4.25,0,0,0,11,18a4,4,0,0,0,2.23-.68l3.22,2.87a3.88,3.88,0,0,0-.2,3.17A4,4,0,1,0,22.62,19l2.54-5.09a3.78,3.78,0,0,0,2.91-.53A4,4,0,1,0,23.38,13l-2.54,5.09A3.86,3.86,0,0,0,20,18a4,4,0,0,0-2.23.68l-3.22-2.87a3.88,3.88,0,0,0,.2-3.17A4,4,0,1,0,8.3,16.93L4,25V2H2V28a2,2,0,0,0,2,2H30V28H4.67ZM26,8a2,2,0,1,1-2,2A2,2,0,0,1,26,8ZM22,22a2,2,0,1,1-2-2A2,2,0,0,1,22,22ZM11,12a2,2,0,1,1-2,2A2,2,0,0,1,11,12Z"
1792
+ }, rest), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1793
+ d: "M29,26a2.97,2.97,0,0,0-1.8551.6607L25,25.4224V23.8157a3,3,0,1,0-2,0v1.6067l-2.1449,1.2383A2.97,2.97,0,0,0,19,26a3.02,3.02,0,1,0,2.9254,2.3525L24,27.1548l2.0746,1.1977A2.9978,2.9978,0,1,0,29,26ZM19,30a1,1,0,1,1,1-1A1.0006,1.0006,0,0,1,19,30Zm5-10a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,24,20Zm5,10a1,1,0,1,1,1-1A1.0006,1.0006,0,0,1,29,30Z"
1794
+ })), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
1795
+ cx: "7",
1796
+ cy: "20",
1797
+ r: "2"
1798
+ })), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1799
+ d: "M14,20a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,14,20Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,14,14Z"
1800
+ })), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
1801
+ cx: "21",
1802
+ cy: "12",
1803
+ r: "2"
1804
+ })), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1805
+ d: "M13.0205,28.2715,3,22.4258V9.5742L14,3.1577,25.4961,9.8638l1.0078-1.7276-12-7a1,1,0,0,0-1.0078,0l-12,7A.9994.9994,0,0,0,1,9V23a1.0008,1.0008,0,0,0,.4961.8643L12.0127,30Z"
1639
1806
  })), children);
1640
1807
  });
1641
1808
  if (process.env.NODE_ENV !== "production") {
1642
- ChartLineData.propTypes = iconPropTypes4cbeb95d.i;
1809
+ CloudSatelliteServices.propTypes = iconPropTypes4cbeb95d.i;
1643
1810
  }
1644
- var ChartLineSmooth = /*#__PURE__*/React.forwardRef(function ChartLineSmooth(_ref71, ref) {
1811
+ var CloudServices = /*#__PURE__*/React.forwardRef(function CloudServices(_ref71, ref) {
1645
1812
  var children = _ref71.children,
1646
1813
  _ref71$size = _ref71.size,
1647
1814
  size = _ref71$size === void 0 ? 16 : _ref71$size,
@@ -1653,14 +1820,16 @@ var ChartLineSmooth = /*#__PURE__*/React.forwardRef(function ChartLineSmooth(_re
1653
1820
  xmlns: "http://www.w3.org/2000/svg",
1654
1821
  viewBox: "0 0 32 32",
1655
1822
  fill: "currentColor"
1656
- }, rest), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1657
- d: "M13,15c1.4854,0,2.5544,1.4966,3.6863,3.0811C17.9983,19.918,19.4854,22,22,22c5.6709,0,7.78-10.79,8-12l-1.9678-.3584C27.55,12.2827,25.3938,20,22,20c-1.4854,0-2.5544-1.4966-3.6863-3.0811C17.0017,15.082,15.5146,13,13,13c-4.186,0-7.4448,7.4043-9,11.7617V2H2V28a2.0025,2.0025,0,0,0,2,2H30V28H5.0439C6.5544,22.8574,9.9634,15,13,15Z"
1823
+ }, rest), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1824
+ d: "M25.8218,10.124a9.9991,9.9991,0,0,0-19.6435,0A7.4964,7.4964,0,0,0,7.5,25H8V23H7.5a5.4961,5.4961,0,0,1-.3769-10.9795l.8364-.0571.09-.8335a7.9979,7.9979,0,0,1,15.9013,0l.09.8335.8364.0571A5.4961,5.4961,0,0,1,24.5,23H24v2h.5a7.4964,7.4964,0,0,0,1.3218-14.876Z"
1825
+ })), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1826
+ d: "M23,22V20H20.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,17,16.1011V14H15v2.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,11.1011,20H9v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,15,25.8989V28h2V25.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,20.8989,22Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,16,24Z"
1658
1827
  })), children);
1659
1828
  });
1660
1829
  if (process.env.NODE_ENV !== "production") {
1661
- ChartLineSmooth.propTypes = iconPropTypes4cbeb95d.i;
1830
+ CloudServices.propTypes = iconPropTypes4cbeb95d.i;
1662
1831
  }
1663
- var ChartLogisticRegression = /*#__PURE__*/React.forwardRef(function ChartLogisticRegression(_ref72, ref) {
1832
+ var Cloudy = /*#__PURE__*/React.forwardRef(function Cloudy(_ref72, ref) {
1664
1833
  var children = _ref72.children,
1665
1834
  _ref72$size = _ref72.size,
1666
1835
  size = _ref72$size === void 0 ? 16 : _ref72$size,
@@ -1672,30 +1841,14 @@ var ChartLogisticRegression = /*#__PURE__*/React.forwardRef(function ChartLogist
1672
1841
  xmlns: "http://www.w3.org/2000/svg",
1673
1842
  viewBox: "0 0 32 32",
1674
1843
  fill: "currentColor"
1675
- }, rest), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
1676
- cx: "26",
1677
- cy: "22",
1678
- r: "2"
1679
- })), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
1680
- cx: "20",
1681
- cy: "22",
1682
- r: "2"
1683
- })), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
1684
- cx: "14",
1685
- cy: "6",
1686
- r: "2"
1687
- })), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
1688
- cx: "8",
1689
- cy: "6",
1690
- r: "2"
1691
- })), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1692
- d: "m8.2339,24c3.8799,0,7.311-2.4731,8.5383-6.1543l2.353-7.0591c.9543-2.8628,3.6233-4.7866,6.6409-4.7866h4.2339v-2h-4.2339c-3.8799,0-7.311,2.4731-8.5383,6.1543l-2.353,7.0591c-.9543,2.8628-3.6233,4.7866-6.6409,4.7866h-4.2339V2h-2v26c0,1.1025.897,2,2,2h26v-2H4v-4h4.2339Z"
1844
+ }, rest), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1845
+ d: "M30.0005,15.5005a6.5324,6.5324,0,0,0-5.1992-6.3638,8.9943,8.9943,0,0,0-17.6006,0,6.5321,6.5321,0,0,0-5.2,6.3638,6.4543,6.4543,0,0,0,1.6887,4.35A5.9829,5.9829,0,0,0,8,30H19a5.9764,5.9764,0,0,0,5.6094-8.1016A6.5051,6.5051,0,0,0,30.0005,15.5005ZM19,28H8a3.9925,3.9925,0,0,1-.6731-7.9292L7.99,19.958l.1458-.6562a5.496,5.496,0,0,1,10.7294,0l.1458.6562.6626.1128A3.9925,3.9925,0,0,1,19,28Zm4.5-8h-.0554a5.9562,5.9562,0,0,0-2.7959-1.7564,7.4952,7.4952,0,0,0-14.2984,0,5.9877,5.9877,0,0,0-1.0315.4073A4.4446,4.4446,0,0,1,4,15.5005a4.5171,4.5171,0,0,1,4.144-4.481l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639a4.4975,4.4975,0,0,1-.3564,8.981Z"
1693
1846
  })), children);
1694
1847
  });
1695
1848
  if (process.env.NODE_ENV !== "production") {
1696
- ChartLogisticRegression.propTypes = iconPropTypes4cbeb95d.i;
1849
+ Cloudy.propTypes = iconPropTypes4cbeb95d.i;
1697
1850
  }
1698
- var ChartMarimekko = /*#__PURE__*/React.forwardRef(function ChartMarimekko(_ref73, ref) {
1851
+ var WatsonHealthCobbAngle = /*#__PURE__*/React.forwardRef(function WatsonHealthCobbAngle(_ref73, ref) {
1699
1852
  var children = _ref73.children,
1700
1853
  _ref73$size = _ref73.size,
1701
1854
  size = _ref73$size === void 0 ? 16 : _ref73$size,
@@ -1707,14 +1860,14 @@ var ChartMarimekko = /*#__PURE__*/React.forwardRef(function ChartMarimekko(_ref7
1707
1860
  xmlns: "http://www.w3.org/2000/svg",
1708
1861
  viewBox: "0 0 32 32",
1709
1862
  fill: "currentColor"
1710
- }, rest), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1711
- d: "M27,3H5A2.0025,2.0025,0,0,0,3,5V27a2.0025,2.0025,0,0,0,2,2H27a2.0025,2.0025,0,0,0,2-2V5A2.0025,2.0025,0,0,0,27,3Zm0,7H21V5h6ZM19,8H13V5h6Zm0,2v8H13V10ZM11,22H5V12h6Zm2-2h6v7H13Zm8-8h6v4H21ZM11,5v5H5V5ZM5,24h6v3H5Zm16,3V18h6v9Z"
1863
+ }, rest), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1864
+ d: "M20 17V15a2 2 0 00-2-2H10a2 2 0 00-2 2v2a2 2 0 002 2h8A2 2 0 0020 17zM10 15h8v2H10zM23.42 24.48A2 2 0 0021 23.06l-7.73 2.07a2 2 0 00-1.42 2.44h0l.52 1.93A2 2 0 0014.27 31a3 3 0 00.52-.07l7.73-2.07h0a2 2 0 001.41-2.45zM14.27 29l-.51-1.94L21.48 25 22 26.92zM13.24 6.86L21 8.93h0a2.24 2.24 0 00.51.07 2 2 0 001.94-1.48L24 5.58a2 2 0 00-1.41-2.45L14.79 1.06a2 2 0 00-2.45 1.41h0l-.52 1.93a2 2 0 001.42 2.44zm1-3.86L22 5.07 21.48 7 13.76 4.93zM14 21H16V23H14zM14 9H16V11H14z"
1712
1865
  })), children);
1713
1866
  });
1714
1867
  if (process.env.NODE_ENV !== "production") {
1715
- ChartMarimekko.propTypes = iconPropTypes4cbeb95d.i;
1868
+ WatsonHealthCobbAngle.propTypes = iconPropTypes4cbeb95d.i;
1716
1869
  }
1717
- var ChartMaximum = /*#__PURE__*/React.forwardRef(function ChartMaximum(_ref74, ref) {
1870
+ var Code = /*#__PURE__*/React.forwardRef(function Code(_ref74, ref) {
1718
1871
  var children = _ref74.children,
1719
1872
  _ref74$size = _ref74.size,
1720
1873
  size = _ref74$size === void 0 ? 16 : _ref74$size,
@@ -1726,16 +1879,17 @@ var ChartMaximum = /*#__PURE__*/React.forwardRef(function ChartMaximum(_ref74, r
1726
1879
  xmlns: "http://www.w3.org/2000/svg",
1727
1880
  viewBox: "0 0 32 32",
1728
1881
  fill: "currentColor"
1729
- }, rest), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1730
- d: "M8 6H10V8H8zM12 6H14V8H12zM20 6H22V8H20zM24 6H26V8H24zM28 6H30V8H28z"
1731
- })), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1732
- d: "M27.989,28l-.0271-.1631C26.5105,19.0742,24.0662,9.0894,18,8.0889V6H16V8.085c-6.084.978-8.533,10.9775-9.9863,19.7519L5.9866,28H4V8H6V6H4V2H2V28a2,2,0,0,0,2,2H30V28ZM8.0151,28c2.024-12.1084,4.959-18,8.9727-18s6.9487,5.8916,8.9726,18Z"
1882
+ }, rest), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1883
+ d: "M31 16L24 23 22.59 21.59 28.17 16 22.59 10.41 24 9 31 16zM1 16L8 9 9.41 10.41 3.83 16 9.41 21.59 8 23 1 16z"
1884
+ })), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1885
+ d: "M5.91 15H26.080000000000002V17H5.91z",
1886
+ transform: "rotate(-75 15.996 16)"
1733
1887
  })), children);
1734
1888
  });
1735
1889
  if (process.env.NODE_ENV !== "production") {
1736
- ChartMaximum.propTypes = iconPropTypes4cbeb95d.i;
1890
+ Code.propTypes = iconPropTypes4cbeb95d.i;
1737
1891
  }
1738
- var ChartMedian = /*#__PURE__*/React.forwardRef(function ChartMedian(_ref75, ref) {
1892
+ var CodeHide = /*#__PURE__*/React.forwardRef(function CodeHide(_ref75, ref) {
1739
1893
  var children = _ref75.children,
1740
1894
  _ref75$size = _ref75.size,
1741
1895
  size = _ref75$size === void 0 ? 16 : _ref75$size,
@@ -1747,25 +1901,14 @@ var ChartMedian = /*#__PURE__*/React.forwardRef(function ChartMedian(_ref75, ref
1747
1901
  xmlns: "http://www.w3.org/2000/svg",
1748
1902
  viewBox: "0 0 32 32",
1749
1903
  fill: "currentColor"
1750
- }, rest), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1751
- d: "M16 22H18V24H16z",
1752
- transform: "rotate(-90 17 23)"
1753
- })), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1754
- d: "M18,28V26H16v2H4V2H2V28a2,2,0,0,0,2,2H30V28Z"
1755
- })), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1756
- d: "M26.0532,19.6787A3.44,3.44,0,0,1,23,22c-2.17,0-3.3115-3.333-4.52-6.8623-.3557-1.0386-.7239-2.1094-1.1382-3.1377H18V10H16.4221C15.2124,7.7148,13.5811,6,11,6,7.3218,6,6.1016,9.5332,6.0513,9.6836l1.8955.6377A3.44,3.44,0,0,1,11,8c2.92,0,4.2764,3.958,5.5874,7.7861.2544.7422.5105,1.4893.7813,2.2139H16v2h2.2019c1.0828,2.2886,2.4959,4,4.7981,4,3.6782,0,4.8984-3.5332,4.9487-3.6836Z"
1757
- })), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1758
- d: "M16 6H18V8H16z",
1759
- transform: "rotate(-90 17 7)"
1760
- })), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1761
- d: "M16 2H18V4H16z",
1762
- transform: "rotate(-90 17 3)"
1904
+ }, rest), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1905
+ d: "M17.713 13.471L19.576 6.518 17.645 6 16.08 11.838 17.713 13.471zM24.207 19.965L25.621 21.379 31 16 24 9 22.586 10.414 28.172 16 24.207 19.965zM30 28.586L3.414 2 2 3.414 7.793 9.207 1 16 8 23 9.414 21.586 3.828 16 9.207 10.621 14.884 16.298 12.423 25.482 14.355 26 16.517 17.931 28.586 30 30 28.586z"
1763
1906
  })), children);
1764
1907
  });
1765
1908
  if (process.env.NODE_ENV !== "production") {
1766
- ChartMedian.propTypes = iconPropTypes4cbeb95d.i;
1909
+ CodeHide.propTypes = iconPropTypes4cbeb95d.i;
1767
1910
  }
1768
- var ChartMinimum = /*#__PURE__*/React.forwardRef(function ChartMinimum(_ref76, ref) {
1911
+ var CodeReference = /*#__PURE__*/React.forwardRef(function CodeReference(_ref76, ref) {
1769
1912
  var children = _ref76.children,
1770
1913
  _ref76$size = _ref76.size,
1771
1914
  size = _ref76$size === void 0 ? 16 : _ref76$size,
@@ -1777,18 +1920,19 @@ var ChartMinimum = /*#__PURE__*/React.forwardRef(function ChartMinimum(_ref76, r
1777
1920
  xmlns: "http://www.w3.org/2000/svg",
1778
1921
  viewBox: "0 0 32 32",
1779
1922
  fill: "currentColor"
1780
- }, rest), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1781
- d: "M4,28V26H6V24H4V2H2V28a2,2,0,0,0,2,2H30V28Z"
1782
- })), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1783
- d: "M8 24H10V26H8zM12 24H14V26H12zM20 24H22V26H20zM24 24H26V26H24zM28 24H30V26H28z"
1784
- })), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1785
- d: "M27.9463,4.3281,25.9727,4C23.9487,16.1084,21.0137,22,17,22S10.0513,16.1084,8.0271,4l-1.9734.3281C7.51,13.0566,9.9631,22.93,16,23.9131V26h2V23.9131C24.0371,22.93,26.4907,13.0566,27.9463,4.3281Z"
1923
+ }, rest), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1924
+ d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM30 10L24 4 22.586 5.414 27.172 10 22.586 14.586 24 16 30 10z"
1925
+ })), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1926
+ d: "M8.944 9.001H24.974000000000004V11.001H8.944z",
1927
+ transform: "rotate(-74.995 16.96 10)"
1928
+ })), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
1929
+ d: "M4 10L10 4 11.414 5.414 6.828 10 11.414 14.586 10 16 4 10z"
1786
1930
  })), children);
1787
1931
  });
1788
1932
  if (process.env.NODE_ENV !== "production") {
1789
- ChartMinimum.propTypes = iconPropTypes4cbeb95d.i;
1933
+ CodeReference.propTypes = iconPropTypes4cbeb95d.i;
1790
1934
  }
1791
- var ChartMultiLine = /*#__PURE__*/React.forwardRef(function ChartMultiLine(_ref77, ref) {
1935
+ var CodeBlock = /*#__PURE__*/React.forwardRef(function CodeBlock(_ref77, ref) {
1792
1936
  var children = _ref77.children,
1793
1937
  _ref77$size = _ref77.size,
1794
1938
  size = _ref77$size === void 0 ? 16 : _ref77$size,
@@ -1800,14 +1944,15 @@ var ChartMultiLine = /*#__PURE__*/React.forwardRef(function ChartMultiLine(_ref7
1800
1944
  xmlns: "http://www.w3.org/2000/svg",
1801
1945
  viewBox: "0 0 32 32",
1802
1946
  fill: "currentColor"
1803
- }, rest), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1804
- d: "M4.5859,28l7.1783-5.998L19.7578,23.94a2.021,2.021,0,0,0,1.314-.1206L28,20.5811l-.8479-1.8121-6.9163,3.229L12.2422,20.06a2.0033,2.0033,0,0,0-1.74.3838L4,25.8818V20.49l7.7642-6.4877L19.7578,15.94a2.021,2.021,0,0,0,1.314-.1206l6.9287-3.2383-.8467-1.812-6.918,3.2285L12.2422,12.06a2.0049,2.0049,0,0,0-1.74.3838L4,17.8818V12.49L11.7642,6.002,19.7578,7.94a2.021,2.021,0,0,0,1.314-.1206L28,4.5859l-.8457-1.8115L20.2358,5.998,12.2422,4.06a2.0033,2.0033,0,0,0-1.74.3838L4,9.8818V2H2V28a2,2,0,0,0,2,2H30V28Z"
1947
+ }, rest), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
1948
+ strokeWidth: "0",
1949
+ d: "M2 3H10V5H2zM6 9H30V11H6zM6 15H30V17H6zM2 27H10V29H2zM6 21H22V23H6z"
1805
1950
  })), children);
1806
1951
  });
1807
1952
  if (process.env.NODE_ENV !== "production") {
1808
- ChartMultiLine.propTypes = iconPropTypes4cbeb95d.i;
1953
+ CodeBlock.propTypes = iconPropTypes4cbeb95d.i;
1809
1954
  }
1810
- var ChartMultitype = /*#__PURE__*/React.forwardRef(function ChartMultitype(_ref78, ref) {
1955
+ var CodeSigningService = /*#__PURE__*/React.forwardRef(function CodeSigningService(_ref78, ref) {
1811
1956
  var children = _ref78.children,
1812
1957
  _ref78$size = _ref78.size,
1813
1958
  size = _ref78$size === void 0 ? 16 : _ref78$size,
@@ -1819,34 +1964,18 @@ var ChartMultitype = /*#__PURE__*/React.forwardRef(function ChartMultitype(_ref7
1819
1964
  xmlns: "http://www.w3.org/2000/svg",
1820
1965
  viewBox: "0 0 32 32",
1821
1966
  fill: "currentColor"
1822
- }, rest), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1823
- d: "M28 22H30V30H28zM24 18H26V30H24zM20 26H22V30H20zM9 16a7 7 0 107 7A7.0078 7.0078 0 009 16zm4.8989 6H10V18.1011A5.0145 5.0145 0 0113.8989 22zM9 28a5 5 0 01-1-9.8989V22a2 2 0 002 2h3.8989A5.0081 5.0081 0 019 28zM22.5352 12l4-6H30V4H25.4648l-4 6H18V2H16V14a2 2 0 002 2H30V14H18V12z"
1824
- })), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
1825
- cx: "11",
1826
- cy: "7",
1827
- r: "1"
1828
- })), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
1829
- cx: "9",
1830
- cy: "11",
1831
- r: "1"
1832
- })), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
1833
- cx: "7",
1834
- cy: "5",
1835
- r: "1"
1836
- })), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
1837
- cx: "5",
1838
- cy: "9",
1839
- r: "1"
1840
- })), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
1841
- cx: "3",
1842
- cy: "13",
1967
+ }, rest), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
1968
+ cx: "25",
1969
+ cy: "20",
1843
1970
  r: "1"
1971
+ })), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
1972
+ d: "M19.4141 30H15V25.5857l5.0337-5.0337A4.6069 4.6069 0 0120 20a5 5 0 114.4478 4.9663zM17 28h1.5859l5.2061-5.2063.5395.1238a3.0351 3.0351 0 10-2.249-2.2488l.1236.5393L17 26.4143zM6 8H8V16H6zM2 8H4V16H2zM18 8H20V14H18zM14 16H12a2 2 0 01-2-2V10a2 2 0 012-2h2a2 2 0 012 2v4A2 2 0 0114 16zm-2-2h2V10H12zM2 18H4V26H2zM14 18H16V22H14zM10 26H8a2 2 0 01-2-2V20a2 2 0 012-2h2a2 2 0 012 2v4A2 2 0 0110 26zM8 24h2V20H8zM2 2H4V6H2zM14 2H16V6H14zM18 2H20V6H18zM10 6H8A2 2 0 016 4V2H8V4h2V2h2V4A2 2 0 0110 6z"
1844
1973
  })), children);
1845
1974
  });
1846
1975
  if (process.env.NODE_ENV !== "production") {
1847
- ChartMultitype.propTypes = iconPropTypes4cbeb95d.i;
1976
+ CodeSigningService.propTypes = iconPropTypes4cbeb95d.i;
1848
1977
  }
1849
- var ChartNetwork = /*#__PURE__*/React.forwardRef(function ChartNetwork(_ref79, ref) {
1978
+ var Cognitive = /*#__PURE__*/React.forwardRef(function Cognitive(_ref79, ref) {
1850
1979
  var children = _ref79.children,
1851
1980
  _ref79$size = _ref79.size,
1852
1981
  size = _ref79$size === void 0 ? 16 : _ref79$size,
@@ -1858,14 +1987,14 @@ var ChartNetwork = /*#__PURE__*/React.forwardRef(function ChartNetwork(_ref79, r
1858
1987
  xmlns: "http://www.w3.org/2000/svg",
1859
1988
  viewBox: "0 0 32 32",
1860
1989
  fill: "currentColor"
1861
- }, rest), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1862
- d: "M26,14a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2H20a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2h2v4.1A5,5,0,0,0,18.1,22H14V20a2,2,0,0,0-2-2H10V13.9a5,5,0,1,0-2,0V18H6a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V24h4.1A5,5,0,1,0,24,18.1V14ZM6,9a3,3,0,1,1,3,3A3,3,0,0,1,6,9Zm6,17H6V20h6Zm14-3a3,3,0,1,1-3-3A3,3,0,0,1,26,23ZM20,6h6v6H20Z"
1990
+ }, rest), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
1991
+ d: "M30,13A11,11,0,0,0,19,2H11a9,9,0,0,0-9,9v3a5,5,0,0,0,5,5H8.1A5,5,0,0,0,13,23h1.38l4,7,1.73-1-4-6.89A2,2,0,0,0,14.38,21H13a3,3,0,0,1,0-6h1V13H13a5,5,0,0,0-4.9,4H7a3,3,0,0,1-3-3V12H6A3,3,0,0,0,9,9V8H7V9a1,1,0,0,1-1,1H4.08A7,7,0,0,1,11,4h6V6a1,1,0,0,1-1,1H14V9h2a3,3,0,0,0,3-3V4a9,9,0,0,1,8.05,5H26a3,3,0,0,0-3,3v1h2V12a1,1,0,0,1,1-1h1.77A8.76,8.76,0,0,1,28,13v1a5,5,0,0,1-5,5H20v2h3a7,7,0,0,0,3-.68V21a3,3,0,0,1-3,3H22v2h1a5,5,0,0,0,5-5V18.89A7,7,0,0,0,30,14Z"
1863
1992
  })), children);
1864
1993
  });
1865
1994
  if (process.env.NODE_ENV !== "production") {
1866
- ChartNetwork.propTypes = iconPropTypes4cbeb95d.i;
1995
+ Cognitive.propTypes = iconPropTypes4cbeb95d.i;
1867
1996
  }
1868
- var ChartParallel = /*#__PURE__*/React.forwardRef(function ChartParallel(_ref80, ref) {
1997
+ var Collaborate = /*#__PURE__*/React.forwardRef(function Collaborate(_ref80, ref) {
1869
1998
  var children = _ref80.children,
1870
1999
  _ref80$size = _ref80.size,
1871
2000
  size = _ref80$size === void 0 ? 16 : _ref80$size,
@@ -1877,14 +2006,14 @@ var ChartParallel = /*#__PURE__*/React.forwardRef(function ChartParallel(_ref80,
1877
2006
  xmlns: "http://www.w3.org/2000/svg",
1878
2007
  viewBox: "0 0 32 32",
1879
2008
  fill: "currentColor"
1880
- }, rest), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
1881
- d: "M28,2V5.3071l-6,2.25V2H20V7.5229l-8-3.2V2H10V4.4458l-6,3.75V2H2V30H4V27.6182l6-3V30h2V24.3442l8,2.4V30h2V26.5542l6-3.75V30h2V2Zm0,5.4429V12.5L22,17V9.6929ZM20,9.6768v7.5571l-8-4.8V6.4771ZM10,6.8042v5.7417l-6,5.25V10.5542ZM4,25.3818V20.4541l6-5.25v7.1777Zm8-3.1259v-7.49l8,4.8v5.0894Zm10,1.94V19.5L28,15v5.4458Z"
2009
+ }, rest), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
2010
+ d: "M6 21V20H4v1a7 7 0 007 7h3V26H11A5 5 0 016 21zM24 11v1h2V11a7 7 0 00-7-7H16V6h3A5 5 0 0124 11zM11 11H5a3 3 0 00-3 3v2H4V14a1 1 0 011-1h6a1 1 0 011 1v2h2V14A3 3 0 0011 11zM8 10A4 4 0 104 6 4 4 0 008 10zM8 4A2 2 0 116 6 2 2 0 018 4zM27 25H21a3 3 0 00-3 3v2h2V28a1 1 0 011-1h6a1 1 0 011 1v2h2V28A3 3 0 0027 25zM20 20a4 4 0 104-4A4 4 0 0020 20zm6 0a2 2 0 11-2-2A2 2 0 0126 20z"
1882
2011
  })), children);
1883
2012
  });
1884
2013
  if (process.env.NODE_ENV !== "production") {
1885
- ChartParallel.propTypes = iconPropTypes4cbeb95d.i;
2014
+ Collaborate.propTypes = iconPropTypes4cbeb95d.i;
1886
2015
  }
1887
- var ChartPie = /*#__PURE__*/React.forwardRef(function ChartPie(_ref81, ref) {
2016
+ var CollapseAll = /*#__PURE__*/React.forwardRef(function CollapseAll(_ref81, ref) {
1888
2017
  var children = _ref81.children,
1889
2018
  _ref81$size = _ref81.size,
1890
2019
  size = _ref81$size === void 0 ? 16 : _ref81$size,
@@ -1896,14 +2025,18 @@ var ChartPie = /*#__PURE__*/React.forwardRef(function ChartPie(_ref81, ref) {
1896
2025
  xmlns: "http://www.w3.org/2000/svg",
1897
2026
  viewBox: "0 0 32 32",
1898
2027
  fill: "currentColor"
1899
- }, rest), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
1900
- d: "M16,4A12,12,0,1,0,28,16,12,12,0,0,0,16,4ZM26,15H17V6.05A10,10,0,0,1,26,15ZM15.42,26A10,10,0,0,1,15,6.05v9a2,2,0,0,0,2,2h9A10,10,0,0,1,15.42,26Z"
2028
+ }, rest), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
2029
+ d: "M30,15H28V7H13V5H28a2.0023,2.0023,0,0,1,2,2Z"
2030
+ })), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
2031
+ d: "M25,20H23V12H8V10H23a2.0023,2.0023,0,0,1,2,2Z"
2032
+ })), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
2033
+ d: "M18,27H4a2.0023,2.0023,0,0,1-2-2V17a2.0023,2.0023,0,0,1,2-2H18a2.0023,2.0023,0,0,1,2,2v8A2.0023,2.0023,0,0,1,18,27ZM4,17v8H18.0012L18,17Z"
1901
2034
  })), children);
1902
2035
  });
1903
2036
  if (process.env.NODE_ENV !== "production") {
1904
- ChartPie.propTypes = iconPropTypes4cbeb95d.i;
2037
+ CollapseAll.propTypes = iconPropTypes4cbeb95d.i;
1905
2038
  }
1906
- var ChartPlanningWaterfall = /*#__PURE__*/React.forwardRef(function ChartPlanningWaterfall(_ref82, ref) {
2039
+ var CollapseCategories = /*#__PURE__*/React.forwardRef(function CollapseCategories(_ref82, ref) {
1907
2040
  var children = _ref82.children,
1908
2041
  _ref82$size = _ref82.size,
1909
2042
  size = _ref82$size === void 0 ? 16 : _ref82$size,
@@ -1915,14 +2048,14 @@ var ChartPlanningWaterfall = /*#__PURE__*/React.forwardRef(function ChartPlannin
1915
2048
  xmlns: "http://www.w3.org/2000/svg",
1916
2049
  viewBox: "0 0 32 32",
1917
2050
  fill: "currentColor"
1918
- }, rest), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
1919
- d: "m29,8c0-.5522-.4478-1-1-1h-4c-.5522,0-1,.4478-1,1v7h-2V3c0-.5522-.4478-1-1-1h-4c-.5522,0-1,.4478-1,1v12h-2V5c0-.5522-.4478-1-1-1h-4c-.5522,0-1,.4478-1,1v10H3v12c0,.5522.4478,1,1,1h4c.5522,0,1-.4478,1-1v-10h2v5c0,.5522.4478,1,1,1h4c.5522,0,1-.4478,1-1v-5h2v12c0,.5522.4478,1,1,1h4c.5522,0,1-.4478,1-1v-12h4v-9ZM7,26h-2v-9h2v9Zm8-5h-2v-4h2v4Zm2-6V4h2v11h-2Zm10,0h-2v-6h2v6Z"
2051
+ }, rest), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
2052
+ d: "M14 25H28V27H14zM7.17 26L4.59 28.58 6 30 10 26 6 22 4.58 23.41 7.17 26zM14 15H28V17H14zM7.17 16L4.59 18.58 6 20 10 16 6 12 4.58 13.41 7.17 16zM14 5H28V7H14zM7.17 6L4.59 8.58 6 10 10 6 6 2 4.58 3.41 7.17 6z"
1920
2053
  })), children);
1921
2054
  });
1922
2055
  if (process.env.NODE_ENV !== "production") {
1923
- ChartPlanningWaterfall.propTypes = iconPropTypes4cbeb95d.i;
2056
+ CollapseCategories.propTypes = iconPropTypes4cbeb95d.i;
1924
2057
  }
1925
- var ChartPoint = /*#__PURE__*/React.forwardRef(function ChartPoint(_ref83, ref) {
2058
+ var ColorPalette = /*#__PURE__*/React.forwardRef(function ColorPalette(_ref83, ref) {
1926
2059
  var children = _ref83.children,
1927
2060
  _ref83$size = _ref83.size,
1928
2061
  size = _ref83$size === void 0 ? 16 : _ref83$size,
@@ -1934,38 +2067,34 @@ var ChartPoint = /*#__PURE__*/React.forwardRef(function ChartPoint(_ref83, ref)
1934
2067
  xmlns: "http://www.w3.org/2000/svg",
1935
2068
  viewBox: "0 0 32 32",
1936
2069
  fill: "currentColor"
1937
- }, rest), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
1938
- d: "M30,30H4a2.0023,2.0023,0,0,1-2-2V2H4V28H30Z"
1939
- })), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
1940
- cx: "9",
1941
- cy: "6",
1942
- r: "3"
1943
- })), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
1944
- cx: "9",
1945
- cy: "22",
1946
- r: "3"
1947
- })), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
1948
- cx: "18",
1949
- cy: "14",
1950
- r: "3"
1951
- })), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
1952
- d: "M9,17a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,9,17Zm0-4a1,1,0,1,0,1,1A1.001,1.001,0,0,0,9,13Z"
1953
- })), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
1954
- cx: "27",
1955
- cy: "6",
1956
- r: "3"
1957
- })), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
1958
- cx: "27",
1959
- cy: "22",
1960
- r: "3"
1961
- })), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
1962
- d: "M27 17a3 3 0 113-3A3.0033 3.0033 0 0127 17zm0-4a1 1 0 101 1A1.001 1.001 0 0027 13zM18 26a3 3 0 113-3A3.0033 3.0033 0 0118 26zm0-4a1 1 0 101 1A1.001 1.001 0 0018 22zM18 8a3 3 0 113-3A3.0033 3.0033 0 0118 8zm0-4a1 1 0 101 1A1.001 1.001 0 0018 4z"
2070
+ }, rest), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
2071
+ cx: "10",
2072
+ cy: "12",
2073
+ r: "2"
2074
+ })), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
2075
+ cx: "16",
2076
+ cy: "9",
2077
+ r: "2"
2078
+ })), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
2079
+ cx: "22",
2080
+ cy: "12",
2081
+ r: "2"
2082
+ })), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
2083
+ cx: "23",
2084
+ cy: "18",
2085
+ r: "2"
2086
+ })), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
2087
+ cx: "19",
2088
+ cy: "23",
2089
+ r: "2"
2090
+ })), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
2091
+ d: "M16.54,2A14,14,0,0,0,2,16a4.82,4.82,0,0,0,6.09,4.65l1.12-.31A3,3,0,0,1,13,23.24V27a3,3,0,0,0,3,3A14,14,0,0,0,30,15.46,14.05,14.05,0,0,0,16.54,2Zm8.11,22.31A11.93,11.93,0,0,1,16,28a1,1,0,0,1-1-1V23.24a5,5,0,0,0-5-5,5.07,5.07,0,0,0-1.33.18l-1.12.31A2.82,2.82,0,0,1,4,16,12,12,0,0,1,16.47,4,12.18,12.18,0,0,1,28,15.53,11.89,11.89,0,0,1,24.65,24.32Z"
1963
2092
  })), children);
1964
2093
  });
1965
2094
  if (process.env.NODE_ENV !== "production") {
1966
- ChartPoint.propTypes = iconPropTypes4cbeb95d.i;
2095
+ ColorPalette.propTypes = iconPropTypes4cbeb95d.i;
1967
2096
  }
1968
- var ChartPopulation = /*#__PURE__*/React.forwardRef(function ChartPopulation(_ref84, ref) {
2097
+ var ColorSwitch = /*#__PURE__*/React.forwardRef(function ColorSwitch(_ref84, ref) {
1969
2098
  var children = _ref84.children,
1970
2099
  _ref84$size = _ref84.size,
1971
2100
  size = _ref84$size === void 0 ? 16 : _ref84$size,
@@ -1977,14 +2106,14 @@ var ChartPopulation = /*#__PURE__*/React.forwardRef(function ChartPopulation(_re
1977
2106
  xmlns: "http://www.w3.org/2000/svg",
1978
2107
  viewBox: "0 0 32 32",
1979
2108
  fill: "currentColor"
1980
- }, rest), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
1981
- d: "M30,22H17V20h9V14H17V12h5V6H17V2H15V6H10v6h5v2H6v6h9v2H2v6H15v2h2V28H30ZM20,8v2H17V8Zm-8,2V8h3v2Zm12,6v2H17V16ZM8,18V16h7v2ZM4,26V24H15v2Zm24,0H17V24H28Z"
2109
+ }, rest), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
2110
+ d: "M26,4H6A2.0025,2.0025,0,0,0,4,6V26a2.0025,2.0025,0,0,0,2,2H26a2.0025,2.0025,0,0,0,2-2V6A2.0025,2.0025,0,0,0,26,4ZM6,26,26,6V26Z"
1982
2111
  })), children);
1983
2112
  });
1984
2113
  if (process.env.NODE_ENV !== "production") {
1985
- ChartPopulation.propTypes = iconPropTypes4cbeb95d.i;
2114
+ ColorSwitch.propTypes = iconPropTypes4cbeb95d.i;
1986
2115
  }
1987
- var ChartRadar = /*#__PURE__*/React.forwardRef(function ChartRadar(_ref85, ref) {
2116
+ var Column = /*#__PURE__*/React.forwardRef(function Column(_ref85, ref) {
1988
2117
  var children = _ref85.children,
1989
2118
  _ref85$size = _ref85.size,
1990
2119
  size = _ref85$size === void 0 ? 16 : _ref85$size,
@@ -1996,14 +2125,14 @@ var ChartRadar = /*#__PURE__*/React.forwardRef(function ChartRadar(_ref85, ref)
1996
2125
  xmlns: "http://www.w3.org/2000/svg",
1997
2126
  viewBox: "0 0 32 32",
1998
2127
  fill: "currentColor"
1999
- }, rest), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
2000
- d: "M16,2,2,13,8,30H24l6-17Zm2.5818,19.2651-5.9861,1.3306-1.4226-7.8252,4.91-4.209,5.4416,4.0816Zm.1977,2.0054L21.3264,28H10.6736l1.7912-3.3267ZM9.59,13.4937,5.74,12.605,15,5.3291V8.8569ZM17,8.75V5.3291l9.26,7.2759-3.15.727ZM4.6143,14.3979l4.6535,1.0738,1.4844,8.164-1.738,3.2281ZM22.9858,26.8638l-2.5766-4.7852,3.0063-6.7646,3.97-.9161Z"
2128
+ }, rest), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2129
+ d: "M24 4H26V28H24zM18 6V26H14V6h4m0-2H14a2 2 0 00-2 2V26a2 2 0 002 2h4a2 2 0 002-2V6a2 2 0 00-2-2zM6 4H8V28H6z"
2001
2130
  })), children);
2002
2131
  });
2003
2132
  if (process.env.NODE_ENV !== "production") {
2004
- ChartRadar.propTypes = iconPropTypes4cbeb95d.i;
2133
+ Column.propTypes = iconPropTypes4cbeb95d.i;
2005
2134
  }
2006
- var ChartRadial = /*#__PURE__*/React.forwardRef(function ChartRadial(_ref86, ref) {
2135
+ var ColumnDelete = /*#__PURE__*/React.forwardRef(function ColumnDelete(_ref86, ref) {
2007
2136
  var children = _ref86.children,
2008
2137
  _ref86$size = _ref86.size,
2009
2138
  size = _ref86$size === void 0 ? 16 : _ref86$size,
@@ -2015,18 +2144,16 @@ var ChartRadial = /*#__PURE__*/React.forwardRef(function ChartRadial(_ref86, ref
2015
2144
  xmlns: "http://www.w3.org/2000/svg",
2016
2145
  viewBox: "0 0 32 32",
2017
2146
  fill: "currentColor"
2018
- }, rest), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
2019
- d: "M16,30A14.0158,14.0158,0,0,1,2,16H4A12,12,0,1,0,16,4V2a14,14,0,0,1,0,28Z"
2020
- })), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
2021
- d: "M16,26A10.0115,10.0115,0,0,1,6,16H8a8,8,0,1,0,8-8V6a10,10,0,0,1,0,20Z"
2022
- })), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
2023
- d: "M16,22a6.0069,6.0069,0,0,1-6-6h2a4,4,0,1,0,4-4V10a6,6,0,0,1,0,12Z"
2147
+ }, rest), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2148
+ d: "M30 3.41L28.59 2 25 5.59 21.41 2 20 3.41 23.59 7 20 10.59 21.41 12 25 8.41 28.59 12 30 10.59 26.41 7 30 3.41z"
2149
+ })), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2150
+ d: "M24 14V28H18V6H16V28a2.0023 2.0023 0 002 2h6a2.0023 2.0023 0 002-2V14zM10 30H4a2.0021 2.0021 0 01-2-2V8A2.0021 2.0021 0 014 6h6a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0110 30zM4 8V28h6V8z"
2024
2151
  })), children);
2025
2152
  });
2026
2153
  if (process.env.NODE_ENV !== "production") {
2027
- ChartRadial.propTypes = iconPropTypes4cbeb95d.i;
2154
+ ColumnDelete.propTypes = iconPropTypes4cbeb95d.i;
2028
2155
  }
2029
- var ChartRelationship = /*#__PURE__*/React.forwardRef(function ChartRelationship(_ref87, ref) {
2156
+ var ColumnInsert = /*#__PURE__*/React.forwardRef(function ColumnInsert(_ref87, ref) {
2030
2157
  var children = _ref87.children,
2031
2158
  _ref87$size = _ref87.size,
2032
2159
  size = _ref87$size === void 0 ? 16 : _ref87$size,
@@ -2038,14 +2165,14 @@ var ChartRelationship = /*#__PURE__*/React.forwardRef(function ChartRelationship
2038
2165
  xmlns: "http://www.w3.org/2000/svg",
2039
2166
  viewBox: "0 0 32 32",
2040
2167
  fill: "currentColor"
2041
- }, rest), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2042
- d: "M26,6a3.9963,3.9963,0,0,0-3.8579,3H17.9305A7.9964,7.9964,0,1,0,9,17.9307v4.2114a4,4,0,1,0,2,0V17.9307a7.951,7.951,0,0,0,3.8976-1.6192l3.6693,3.67A3.9529,3.9529,0,0,0,18,22a4,4,0,1,0,4-4,3.9521,3.9521,0,0,0-2.019.5669l-3.6694-3.6694A7.9493,7.9493,0,0,0,17.9305,11h4.2116A3.9934,3.9934,0,1,0,26,6ZM12,26a2,2,0,1,1-2-2A2.0023,2.0023,0,0,1,12,26ZM10,16a6,6,0,1,1,6-6A6.0066,6.0066,0,0,1,10,16Zm14,6a2,2,0,1,1-2-2A2.0023,2.0023,0,0,1,24,22Zm2-10a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,26,12Z"
2168
+ }, rest), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2169
+ d: "M28 30H22a2.0021 2.0021 0 01-2-2V10a2.0021 2.0021 0 012-2h6a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0128 30zM22 10V28h6V10zM16 9L21.586 3.414 20.172 2 16 6.172 11.828 2 10.414 3.414 16 9zM10 30H4a2.0021 2.0021 0 01-2-2V10A2.0021 2.0021 0 014 8h6a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0110 30zM4 10V28h6V10z"
2043
2170
  })), children);
2044
2171
  });
2045
2172
  if (process.env.NODE_ENV !== "production") {
2046
- ChartRelationship.propTypes = iconPropTypes4cbeb95d.i;
2173
+ ColumnInsert.propTypes = iconPropTypes4cbeb95d.i;
2047
2174
  }
2048
- var ChartRing = /*#__PURE__*/React.forwardRef(function ChartRing(_ref88, ref) {
2175
+ var ColumnDependency = /*#__PURE__*/React.forwardRef(function ColumnDependency(_ref88, ref) {
2049
2176
  var children = _ref88.children,
2050
2177
  _ref88$size = _ref88.size,
2051
2178
  size = _ref88$size === void 0 ? 16 : _ref88$size,
@@ -2057,14 +2184,14 @@ var ChartRing = /*#__PURE__*/React.forwardRef(function ChartRing(_ref88, ref) {
2057
2184
  xmlns: "http://www.w3.org/2000/svg",
2058
2185
  viewBox: "0 0 32 32",
2059
2186
  fill: "currentColor"
2060
- }, rest), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2061
- d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2ZM27.9493,15.001H21.91a5.9825,5.9825,0,0,0-9.3806-3.8853l-4.27-4.27a11.9783,11.9783,0,0,1,19.69,8.1548ZM16,20a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,20ZM4,16A11.937,11.937,0,0,1,6.8455,8.26l4.27,4.2695A5.9836,5.9836,0,0,0,15,21.9106v6.04A12.0105,12.0105,0,0,1,4,16ZM17,27.95v-6.04A6.0069,6.0069,0,0,0,21.91,17h6.04A12.0082,12.0082,0,0,1,17,27.95Z"
2187
+ }, rest), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2188
+ d: "M30,10V2H22V5H17a2.0023,2.0023,0,0,0-2,2v8H10V12H2v8h8V17h5v8a2.0023,2.0023,0,0,0,2,2h5v3h8V22H22v3H17V17h5v3h8V12H22v3H17V7h5v3ZM8,18H4V14H8Zm16,6h4v4H24Zm0-10h4v4H24ZM24,4h4V8H24Z"
2062
2189
  })), children);
2063
2190
  });
2064
2191
  if (process.env.NODE_ENV !== "production") {
2065
- ChartRing.propTypes = iconPropTypes4cbeb95d.i;
2192
+ ColumnDependency.propTypes = iconPropTypes4cbeb95d.i;
2066
2193
  }
2067
- var ChartRiver = /*#__PURE__*/React.forwardRef(function ChartRiver(_ref89, ref) {
2194
+ var Commit = /*#__PURE__*/React.forwardRef(function Commit(_ref89, ref) {
2068
2195
  var children = _ref89.children,
2069
2196
  _ref89$size = _ref89.size,
2070
2197
  size = _ref89$size === void 0 ? 16 : _ref89$size,
@@ -2076,14 +2203,14 @@ var ChartRiver = /*#__PURE__*/React.forwardRef(function ChartRiver(_ref89, ref)
2076
2203
  xmlns: "http://www.w3.org/2000/svg",
2077
2204
  viewBox: "0 0 32 32",
2078
2205
  fill: "currentColor"
2079
- }, rest), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2080
- d: "M12.4326,20.0171l8.0376,4.68a1.958,1.958,0,0,0,1.0508.3012,2.2412,2.2412,0,0,0,.4888-.0556l7.2532-1.9769A1,1,0,0,0,30,22.0007V7.996A1,1,0,0,0,28.74,7.0305L21.5034,8.9829l-8.0371-4.68a1.9917,1.9917,0,0,0-1.8652-.1352L4,7.4727V2H2V28a2,2,0,0,0,2,2H30V28H4V23.6577ZM28,21.2344l-6.4966,1.75-8.0371-4.68a1.9931,1.9931,0,0,0-1.8652-.1353L4,21.4746V16.6572l8.4326-3.6416L20.47,17.6968a1.962,1.962,0,0,0,1.0508.3008,2.2112,2.2112,0,0,0,.4888-.0557L28,16.31ZM12.4326,6.0156l8.0376,4.68a2.0091,2.0091,0,0,0,1.54.2451L28,9.3081v4.9258l-6.4966,1.7505-8.0371-4.6812a1.9917,1.9917,0,0,0-1.8652-.1352L4,14.4736V9.6562Z"
2206
+ }, rest), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2207
+ d: "M30,15H21.91A5.9925,5.9925,0,0,0,10.09,15H2v2h8.09A5.9925,5.9925,0,0,0,21.91,17H30ZM16,20a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,20Z"
2081
2208
  })), children);
2082
2209
  });
2083
2210
  if (process.env.NODE_ENV !== "production") {
2084
- ChartRiver.propTypes = iconPropTypes4cbeb95d.i;
2211
+ Commit.propTypes = iconPropTypes4cbeb95d.i;
2085
2212
  }
2086
- var ChartRose = /*#__PURE__*/React.forwardRef(function ChartRose(_ref90, ref) {
2213
+ var CommunicationUnified = /*#__PURE__*/React.forwardRef(function CommunicationUnified(_ref90, ref) {
2087
2214
  var children = _ref90.children,
2088
2215
  _ref90$size = _ref90.size,
2089
2216
  size = _ref90$size === void 0 ? 16 : _ref90$size,
@@ -2095,14 +2222,14 @@ var ChartRose = /*#__PURE__*/React.forwardRef(function ChartRose(_ref90, ref) {
2095
2222
  xmlns: "http://www.w3.org/2000/svg",
2096
2223
  viewBox: "0 0 32 32",
2097
2224
  fill: "currentColor"
2098
- }, rest), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2099
- d: "M30,17A15.017,15.017,0,0,0,15,2H14V8.0591A9.0122,9.0122,0,0,0,6.0591,16H4v1A11.0109,11.0109,0,0,0,14,27.9492V30h1A13.0084,13.0084,0,0,0,27.9492,18H30ZM16,4.0381A13.0217,13.0217,0,0,1,27.9619,16H16ZM14,10.08V16H8.08A7.0037,7.0037,0,0,1,14,10.08ZM6.0552,18H14v7.939A9.0134,9.0134,0,0,1,6.0552,18ZM16,27.9551V18h9.9551A11.0191,11.0191,0,0,1,16,27.9551Z"
2225
+ }, rest), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2226
+ d: "M28 17H18a2.0025 2.0025 0 00-2 2v6a2.0025 2.0025 0 002 2h4V25H18V19H28v6H25.4648l-2.5937 3.8906L24.5352 30l2-3H28a2.0025 2.0025 0 002-2V19A2.0025 2.0025 0 0028 17zM8.6667 24.1086l.8614-.8615a.8334.8334 0 01.8988-.1844l1.0493.42A.8334.8334 0 0112 24.2561v1.9082a.8334.8334 0 01-.8786.8341c-7.3546-.4578-8.84-6.6863-9.1158-9.0723A.8316.8316 0 012.8343 17H4.7085a.8335.8335 0 01.7737.5238l.42 1.0493a.8332.8332 0 01-.1845.8988l-.8614.8614A4.5267 4.5267 0 008.6667 24.1086zM21 9H28V11H21zM21 5H30V7H21zM17 6L14 8.2V6a2.0024 2.0024 0 00-2-2H4A2.0024 2.0024 0 002 6v6a2.0024 2.0024 0 002 2h8a2.0024 2.0024 0 002-2V9.8L17 12zM4 12V6h8v6z"
2100
2227
  })), children);
2101
2228
  });
2102
2229
  if (process.env.NODE_ENV !== "production") {
2103
- ChartRose.propTypes = iconPropTypes4cbeb95d.i;
2230
+ CommunicationUnified.propTypes = iconPropTypes4cbeb95d.i;
2104
2231
  }
2105
- var ChartScatter = /*#__PURE__*/React.forwardRef(function ChartScatter(_ref91, ref) {
2232
+ var Compare = /*#__PURE__*/React.forwardRef(function Compare(_ref91, ref) {
2106
2233
  var children = _ref91.children,
2107
2234
  _ref91$size = _ref91.size,
2108
2235
  size = _ref91$size === void 0 ? 16 : _ref91$size,
@@ -2114,34 +2241,14 @@ var ChartScatter = /*#__PURE__*/React.forwardRef(function ChartScatter(_ref91, r
2114
2241
  xmlns: "http://www.w3.org/2000/svg",
2115
2242
  viewBox: "0 0 32 32",
2116
2243
  fill: "currentColor"
2117
- }, rest), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2118
- d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
2119
- })), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
2120
- cx: "10",
2121
- cy: "22",
2122
- r: "2"
2123
- })), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
2124
- cx: "14",
2125
- cy: "15",
2126
- r: "2"
2127
- })), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
2128
- cx: "22",
2129
- cy: "15",
2130
- r: "2"
2131
- })), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
2132
- cx: "26",
2133
- cy: "6",
2134
- r: "2"
2135
- })), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
2136
- cx: "14",
2137
- cy: "8",
2138
- r: "2"
2244
+ }, rest), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2245
+ d: "M28,6H18V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V24a2,2,0,0,0,2,2H14v2a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM4,15h6.17L7.59,17.59,9,19l5-5L9,9,7.59,10.41,10.17,13H4V4H16V24H4ZM16,28V26a2,2,0,0,0,2-2V8H28v9H21.83l2.58-2.59L23,13l-5,5,5,5,1.41-1.41L21.83,19H28v9Z"
2139
2246
  })), children);
2140
2247
  });
2141
2248
  if (process.env.NODE_ENV !== "production") {
2142
- ChartScatter.propTypes = iconPropTypes4cbeb95d.i;
2249
+ Compare.propTypes = iconPropTypes4cbeb95d.i;
2143
2250
  }
2144
- var ChartSpiral = /*#__PURE__*/React.forwardRef(function ChartSpiral(_ref92, ref) {
2251
+ var Compass = /*#__PURE__*/React.forwardRef(function Compass(_ref92, ref) {
2145
2252
  var children = _ref92.children,
2146
2253
  _ref92$size = _ref92.size,
2147
2254
  size = _ref92$size === void 0 ? 16 : _ref92$size,
@@ -2153,14 +2260,20 @@ var ChartSpiral = /*#__PURE__*/React.forwardRef(function ChartSpiral(_ref92, ref
2153
2260
  xmlns: "http://www.w3.org/2000/svg",
2154
2261
  viewBox: "0 0 32 32",
2155
2262
  fill: "currentColor"
2156
- }, rest), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2157
- d: "M16,2A13.919,13.919,0,0,0,7.3245,5.0327,1.9728,1.9728,0,0,0,7,5,2,2,0,0,0,5,7a1.9752,1.9752,0,0,0,.0327.3247A13.986,13.986,0,1,0,16,2Zm0,26A11.977,11.977,0,0,1,6.3589,8.8857a1.8311,1.8311,0,0,0,1.1528.04l1.4634,1.4634a8.9862,8.9862,0,0,0,11.8311,13.207,1.9916,1.9916,0,0,0,2.79-2.79,8.9294,8.9294,0,0,0,0-9.6124,1.9916,1.9916,0,0,0-2.79-2.79,8.9445,8.9445,0,0,0-10.417.5713L8.9258,7.5117a1.8294,1.8294,0,0,0-.04-1.1528A11.9925,11.9925,0,1,1,16,28Zm0-14a2,2,0,1,1-2,2A2.0025,2.0025,0,0,1,16,14Zm3.4331-.019,2.0552-2.0552a2.0443,2.0443,0,0,0,.2265.0454,6.9573,6.9573,0,0,1,0,8.0576,2.0443,2.0443,0,0,0-.2265.0454L19.4331,18.019a3.8788,3.8788,0,0,0,0-4.038Zm.5957-3.6958a1.9993,1.9993,0,0,0,.0454.2265L18.019,12.5669a3.8788,3.8788,0,0,0-4.038,0l-2.1653-2.1655a6.9522,6.9522,0,0,1,8.2131-.1162ZM12.5669,13.981A3.951,3.951,0,0,0,12,16a4.0045,4.0045,0,0,0,4,4,3.9521,3.9521,0,0,0,2.019-.5669l2.0552,2.0552a1.9993,1.9993,0,0,0-.0454.2265,6.988,6.988,0,0,1-9.6272-9.8994Z"
2263
+ }, rest), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2264
+ d: "M16,4A12,12,0,1,1,4,16,12,12,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Z"
2265
+ })), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2266
+ d: "M23,10.41,21.59,9l-4.3,4.3a3,3,0,0,0-4,4L9,21.59,10.41,23l4.3-4.3a3,3,0,0,0,4-4ZM17,16a1,1,0,1,1-1-1A1,1,0,0,1,17,16Z"
2267
+ })), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
2268
+ cx: "16",
2269
+ cy: "7.5",
2270
+ r: "1.5"
2158
2271
  })), children);
2159
2272
  });
2160
2273
  if (process.env.NODE_ENV !== "production") {
2161
- ChartSpiral.propTypes = iconPropTypes4cbeb95d.i;
2274
+ Compass.propTypes = iconPropTypes4cbeb95d.i;
2162
2275
  }
2163
- var ChartStacked = /*#__PURE__*/React.forwardRef(function ChartStacked(_ref93, ref) {
2276
+ var QComposerEdit = /*#__PURE__*/React.forwardRef(function QComposerEdit(_ref93, ref) {
2164
2277
  var children = _ref93.children,
2165
2278
  _ref93$size = _ref93.size,
2166
2279
  size = _ref93$size === void 0 ? 16 : _ref93$size,
@@ -2172,14 +2285,14 @@ var ChartStacked = /*#__PURE__*/React.forwardRef(function ChartStacked(_ref93, r
2172
2285
  xmlns: "http://www.w3.org/2000/svg",
2173
2286
  viewBox: "0 0 32 32",
2174
2287
  fill: "currentColor"
2175
- }, rest), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2176
- d: "M28,28V6H20V28H16V14H8V28H4V2H2V28a2,2,0,0,0,2,2H30V28ZM22,8h4V18H22ZM10,16h4v6H10Z"
2288
+ }, rest), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2289
+ d: "M25.82,10H30V8H25.82a3,3,0,0,0-5.64,0H13V5H5V8H2v2H5v3h8V10h7.18A3,3,0,0,0,22,11.82v7.32A4,4,0,0,0,19.14,22H2v2H19.14a4,4,0,0,0,7.72,0H30V22H26.86A4,4,0,0,0,24,19.14V11.82A3,3,0,0,0,25.82,10ZM11,11H7V7h4ZM25,23a2,2,0,1,1-2-2A2,2,0,0,1,25,23Z"
2177
2290
  })), children);
2178
2291
  });
2179
2292
  if (process.env.NODE_ENV !== "production") {
2180
- ChartStacked.propTypes = iconPropTypes4cbeb95d.i;
2293
+ QComposerEdit.propTypes = iconPropTypes4cbeb95d.i;
2181
2294
  }
2182
- var ChartStepper = /*#__PURE__*/React.forwardRef(function ChartStepper(_ref94, ref) {
2295
+ var Concept = /*#__PURE__*/React.forwardRef(function Concept(_ref94, ref) {
2183
2296
  var children = _ref94.children,
2184
2297
  _ref94$size = _ref94.size,
2185
2298
  size = _ref94$size === void 0 ? 16 : _ref94$size,
@@ -2191,14 +2304,14 @@ var ChartStepper = /*#__PURE__*/React.forwardRef(function ChartStepper(_ref94, r
2191
2304
  xmlns: "http://www.w3.org/2000/svg",
2192
2305
  viewBox: "0 0 32 32",
2193
2306
  fill: "currentColor"
2194
- }, rest), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2195
- d: "M14,22V14h8V6h8V4H20v8H12v8H4V2H2V28a2.0025,2.0025,0,0,0,2,2H30V28H4V22Z"
2307
+ }, rest), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2308
+ d: "M20.8851,19.4711a5.9609,5.9609,0,0,0,0-6.9422L23,10.4141l1.293,1.2929a.9995.9995,0,0,0,1.414,0l4-4a.9994.9994,0,0,0,0-1.414l-4-4a.9994.9994,0,0,0-1.414,0l-4,4a.9994.9994,0,0,0,0,1.414L21.5859,9l-2.1148,2.1149a5.9609,5.9609,0,0,0-6.9422,0L10,8.5859V2H2v8H8.5859l2.529,2.5289a5.9609,5.9609,0,0,0,0,6.9422L9,21.5859,7.707,20.293a.9994.9994,0,0,0-1.414,0l-4,4a.9994.9994,0,0,0,0,1.414l4,4a.9995.9995,0,0,0,1.414,0l4-4a.9994.9994,0,0,0,0-1.414L10.4141,23l2.1148-2.1149a5.9609,5.9609,0,0,0,6.9422,0L22,23.4141V30h8V22H23.4141ZM25,4.4141,27.5859,7,25,9.5859,22.4141,7ZM7,27.5859,4.4141,25,7,22.4141,9.5859,25ZM8,8H4V4H8Zm4,8a4,4,0,1,1,4,4A4.0045,4.0045,0,0,1,12,16Zm12,8h4v4H24Z"
2196
2309
  })), children);
2197
2310
  });
2198
2311
  if (process.env.NODE_ENV !== "production") {
2199
- ChartStepper.propTypes = iconPropTypes4cbeb95d.i;
2312
+ Concept.propTypes = iconPropTypes4cbeb95d.i;
2200
2313
  }
2201
- var ChartSunburst = /*#__PURE__*/React.forwardRef(function ChartSunburst(_ref95, ref) {
2314
+ var ConditionPoint = /*#__PURE__*/React.forwardRef(function ConditionPoint(_ref95, ref) {
2202
2315
  var children = _ref95.children,
2203
2316
  _ref95$size = _ref95.size,
2204
2317
  size = _ref95$size === void 0 ? 16 : _ref95$size,
@@ -2210,14 +2323,17 @@ var ChartSunburst = /*#__PURE__*/React.forwardRef(function ChartSunburst(_ref95,
2210
2323
  xmlns: "http://www.w3.org/2000/svg",
2211
2324
  viewBox: "0 0 32 32",
2212
2325
  fill: "currentColor"
2213
- }, rest), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2214
- d: "M16,2a1,1,0,0,0-1,1v7.09a5.9618,5.9618,0,0,0-2.46,1.043L7.8384,6.4311a1.4554,1.4554,0,0,0-2.087.0244A14.05,14.05,0,0,0,9.8047,28.5972a10.8482,10.8482,0,0,0,1.8989.7676,14.0982,14.0982,0,0,0,13.8443-3.1319,1.4336,1.4336,0,0,0,.0278-2.0639L20.877,19.47A5.963,5.963,0,0,0,21.91,17H29a1,1,0,0,0,1-1A14.0158,14.0158,0,0,0,16,2Zm0,10a4,4,0,1,1-4,4A4.0045,4.0045,0,0,1,16,12ZM6.83,8.251l4.2959,4.2959a5.91,5.91,0,0,0-.0113,6.9243L6.8381,23.7481A12.0168,12.0168,0,0,1,6.83,8.251Zm1.4228,16.91,4.2759-4.2759A5.9589,5.9589,0,0,0,15,21.91v6.042A11.8783,11.8783,0,0,1,8.2529,25.1612ZM17,27.9561V21.9092a5.9631,5.9631,0,0,0,2.4609-1.0273l4.2818,4.2817A11.8905,11.8905,0,0,1,17,27.9561ZM21.91,15A6.0063,6.0063,0,0,0,17,10.09V4.041A12.0208,12.0208,0,0,1,27.9585,15Z"
2326
+ }, rest), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2327
+ d: "M10.343 10.343H21.657V21.657H10.343z",
2328
+ transform: "rotate(-45 16 16)"
2329
+ })), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2330
+ d: "M29.3906,14.5269,17.4731,2.6094a2.0852,2.0852,0,0,0-2.9462,0L2.6094,14.5269a2.0852,2.0852,0,0,0,0,2.9462L14.5269,29.3906a2.0852,2.0852,0,0,0,2.9462,0L29.3906,17.4731a2.0852,2.0852,0,0,0,0-2.9462ZM16,28.0356,3.9646,16,16,3.9644,28.0356,16Z"
2215
2331
  })), children);
2216
2332
  });
2217
2333
  if (process.env.NODE_ENV !== "production") {
2218
- ChartSunburst.propTypes = iconPropTypes4cbeb95d.i;
2334
+ ConditionPoint.propTypes = iconPropTypes4cbeb95d.i;
2219
2335
  }
2220
- var ChartTSne = /*#__PURE__*/React.forwardRef(function ChartTSne(_ref96, ref) {
2336
+ var ConditionWaitPoint = /*#__PURE__*/React.forwardRef(function ConditionWaitPoint(_ref96, ref) {
2221
2337
  var children = _ref96.children,
2222
2338
  _ref96$size = _ref96.size,
2223
2339
  size = _ref96$size === void 0 ? 16 : _ref96$size,
@@ -2229,68 +2345,17 @@ var ChartTSne = /*#__PURE__*/React.forwardRef(function ChartTSne(_ref96, ref) {
2229
2345
  xmlns: "http://www.w3.org/2000/svg",
2230
2346
  viewBox: "0 0 32 32",
2231
2347
  fill: "currentColor"
2232
- }, rest), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
2233
- cx: "10",
2234
- cy: "20",
2235
- r: "2"
2236
- })), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
2237
- cx: "10",
2238
- cy: "28",
2239
- r: "2"
2240
- })), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
2241
- cx: "10",
2242
- cy: "14",
2243
- r: "2"
2244
- })), _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
2245
- cx: "28",
2246
- cy: "4",
2247
- r: "2"
2248
- })), _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
2249
- cx: "22",
2250
- cy: "6",
2251
- r: "2"
2252
- })), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
2253
- cx: "28",
2254
- cy: "10",
2255
- r: "2"
2256
- })), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
2257
- cx: "20",
2258
- cy: "12",
2259
- r: "2"
2260
- })), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
2261
- cx: "28",
2262
- cy: "22",
2263
- r: "2"
2264
- })), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
2265
- cx: "26",
2266
- cy: "28",
2267
- r: "2"
2268
- })), _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
2269
- cx: "20",
2270
- cy: "26",
2271
- r: "2"
2272
- })), _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
2273
- cx: "22",
2274
- cy: "20",
2275
- r: "2"
2276
- })), _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
2277
- cx: "16",
2278
- cy: "4",
2279
- r: "2"
2280
- })), _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
2281
- cx: "4",
2282
- cy: "24",
2283
- r: "2"
2284
- })), _circle36 || (_circle36 = /*#__PURE__*/React.createElement("circle", {
2285
- cx: "4",
2286
- cy: "16",
2287
- r: "2"
2348
+ }, rest), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2349
+ d: "M10.343 10.343H21.657V21.657H10.343z",
2350
+ transform: "rotate(-45 16 16)"
2351
+ })), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2352
+ d: "M16,4A12,12,0,1,1,4,16,12.0136,12.0136,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Z"
2288
2353
  })), children);
2289
2354
  });
2290
2355
  if (process.env.NODE_ENV !== "production") {
2291
- ChartTSne.propTypes = iconPropTypes4cbeb95d.i;
2356
+ ConditionWaitPoint.propTypes = iconPropTypes4cbeb95d.i;
2292
2357
  }
2293
- var ChartTreemap = /*#__PURE__*/React.forwardRef(function ChartTreemap(_ref97, ref) {
2358
+ var Connect = /*#__PURE__*/React.forwardRef(function Connect(_ref97, ref) {
2294
2359
  var children = _ref97.children,
2295
2360
  _ref97$size = _ref97.size,
2296
2361
  size = _ref97$size === void 0 ? 16 : _ref97$size,
@@ -2302,14 +2367,15 @@ var ChartTreemap = /*#__PURE__*/React.forwardRef(function ChartTreemap(_ref97, r
2302
2367
  xmlns: "http://www.w3.org/2000/svg",
2303
2368
  viewBox: "0 0 32 32",
2304
2369
  fill: "currentColor"
2305
- }, rest), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2306
- d: "M28,2H4A2.0023,2.0023,0,0,0,2,4V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,12H23V4h5ZM16,4h5V14H16ZM14,4V20H4V4ZM4,22H14v6H4Zm12,6V16H28V28Z"
2370
+ }, rest), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2371
+ d: "M23,16a7,7,0,0,0-4.18,1.39L14.6,13.17A6.86,6.86,0,0,0,16,9a7,7,0,1,0-2.81,5.59l4.21,4.22A7,7,0,1,0,23,16ZM4,9a5,5,0,1,1,5,5A5,5,0,0,1,4,9Z",
2372
+ transform: "translate(0 .01)"
2307
2373
  })), children);
2308
2374
  });
2309
2375
  if (process.env.NODE_ENV !== "production") {
2310
- ChartTreemap.propTypes = iconPropTypes4cbeb95d.i;
2376
+ Connect.propTypes = iconPropTypes4cbeb95d.i;
2311
2377
  }
2312
- var ChartVennDiagram = /*#__PURE__*/React.forwardRef(function ChartVennDiagram(_ref98, ref) {
2378
+ var ConnectRecursive = /*#__PURE__*/React.forwardRef(function ConnectRecursive(_ref98, ref) {
2313
2379
  var children = _ref98.children,
2314
2380
  _ref98$size = _ref98.size,
2315
2381
  size = _ref98$size === void 0 ? 16 : _ref98$size,
@@ -2321,14 +2387,14 @@ var ChartVennDiagram = /*#__PURE__*/React.forwardRef(function ChartVennDiagram(_
2321
2387
  xmlns: "http://www.w3.org/2000/svg",
2322
2388
  viewBox: "0 0 32 32",
2323
2389
  fill: "currentColor"
2324
- }, rest), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2325
- d: "M20,6a9.92,9.92,0,0,0-4,.84A9.92,9.92,0,0,0,12,6a10,10,0,0,0,0,20,9.92,9.92,0,0,0,4-.84A9.92,9.92,0,0,0,20,26,10,10,0,0,0,20,6ZM12,24A8,8,0,0,1,12,8a7.91,7.91,0,0,1,1.76.2,10,10,0,0,0,0,15.6A7.91,7.91,0,0,1,12,24Zm8-8a8,8,0,0,1-4,6.92A8,8,0,0,1,16,9.08,8,8,0,0,1,20,16Zm0,8a7.91,7.91,0,0,1-1.76-.2,10,10,0,0,0,0-15.6A7.91,7.91,0,0,1,20,8a8,8,0,0,1,0,16Z"
2390
+ }, rest), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2391
+ d: "M28,7H13.8281l3.586-3.5859L16,2,10,8l6,6,1.4141-1.4141L13.8281,9H28V20H11.8989A5.0145,5.0145,0,0,0,8,16.1011V2H6V16.1011a5,5,0,0,0,0,9.7978V30H8V25.8989A5.0145,5.0145,0,0,0,11.8989,22H28a2.0023,2.0023,0,0,0,2-2V9A2.0023,2.0023,0,0,0,28,7ZM7,24a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,7,24Z"
2326
2392
  })), children);
2327
2393
  });
2328
2394
  if (process.env.NODE_ENV !== "production") {
2329
- ChartVennDiagram.propTypes = iconPropTypes4cbeb95d.i;
2395
+ ConnectRecursive.propTypes = iconPropTypes4cbeb95d.i;
2330
2396
  }
2331
- var ChartViolinPlot = /*#__PURE__*/React.forwardRef(function ChartViolinPlot(_ref99, ref) {
2397
+ var ConnectReference = /*#__PURE__*/React.forwardRef(function ConnectReference(_ref99, ref) {
2332
2398
  var children = _ref99.children,
2333
2399
  _ref99$size = _ref99.size,
2334
2400
  size = _ref99$size === void 0 ? 16 : _ref99$size,
@@ -2340,16 +2406,16 @@ var ChartViolinPlot = /*#__PURE__*/React.forwardRef(function ChartViolinPlot(_re
2340
2406
  xmlns: "http://www.w3.org/2000/svg",
2341
2407
  viewBox: "0 0 32 32",
2342
2408
  fill: "currentColor"
2343
- }, rest), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2344
- d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
2345
- })), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2346
- d: "M14.86 7.8232L13 4.7231V2H11V4.7231l-1.86 3.1A7.9986 7.9986 0 008 11.939v.122a7.9961 7.9961 0 001.14 4.1158l1.86 3.1V26h2V19.2769l1.86-3.1A7.9986 7.9986 0 0016 12.061v-.122A7.9961 7.9961 0 0014.86 7.8232zM12 6.9434l1.145 1.9087A6.0027 6.0027 0 0113.9185 11h-3.837a6.0086 6.0086 0 01.7735-2.1484zm0 10.1132l-1.145-1.9087A6.0027 6.0027 0 0110.0815 13h3.837a6.0086 6.0086 0 01-.7735 2.1484zM27.86 11.8232L26 8.7231V2H24V8.7231l-1.86 3.1A7.9986 7.9986 0 0021 15.939v.122a7.9961 7.9961 0 001.14 4.1158l1.86 3.1V26h2V23.2769l1.86-3.1A7.9986 7.9986 0 0029 16.061v-.122A7.9961 7.9961 0 0027.86 11.8232zm-2.86-.88l1.145 1.9087A6.0027 6.0027 0 0126.9185 15h-3.837a6.0086 6.0086 0 01.7735-2.1484zm0 10.1132l-1.145-1.9087A6.0027 6.0027 0 0123.0815 17h3.837a6.0086 6.0086 0 01-.7735 2.1484z"
2409
+ }, rest), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2410
+ d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
2411
+ })), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2412
+ d: "M23,16c-1.5696,0-3.0124,.5159-4.1813,1.3919l-4.2173-4.2174c.876-1.1689,1.3986-2.6048,1.3986-4.1745,0-3.8599-3.1406-7-7-7S2,5.1401,2,9s3.1406,7,7,7c1.5696,0,3.0184-.5355,4.1873-1.4114l4.2173,4.2174c-.8759,1.1689-1.4046,2.6243-1.4046,4.194,0,3.8599,3.1406,7,7,7s7-3.1401,7-7-3.1406-7-7-7ZM4,9c0-2.7568,2.2432-5,5-5s5,2.2432,5,5-2.2432,5-5,5-5-2.2432-5-5Z"
2347
2413
  })), children);
2348
2414
  });
2349
2415
  if (process.env.NODE_ENV !== "production") {
2350
- ChartViolinPlot.propTypes = iconPropTypes4cbeb95d.i;
2416
+ ConnectReference.propTypes = iconPropTypes4cbeb95d.i;
2351
2417
  }
2352
- var ChartWaterfall = /*#__PURE__*/React.forwardRef(function ChartWaterfall(_ref100, ref) {
2418
+ var ConnectSource = /*#__PURE__*/React.forwardRef(function ConnectSource(_ref100, ref) {
2353
2419
  var children = _ref100.children,
2354
2420
  _ref100$size = _ref100.size,
2355
2421
  size = _ref100$size === void 0 ? 16 : _ref100$size,
@@ -2361,16 +2427,14 @@ var ChartWaterfall = /*#__PURE__*/React.forwardRef(function ChartWaterfall(_ref1
2361
2427
  xmlns: "http://www.w3.org/2000/svg",
2362
2428
  viewBox: "0 0 32 32",
2363
2429
  fill: "currentColor"
2364
- }, rest), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2365
- d: "M28,28V18H26V28H22V4H20V28H10V14H8V28H4V2H2V28a2.0023,2.0023,0,0,0,2,2H30V28Z"
2366
- })), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2367
- d: "M14 4H16V18H14z"
2430
+ }, rest), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2431
+ d: "M24,10l-1.4141,1.4141L26.1719,15H11.8989A5.0145,5.0145,0,0,0,8,11.1011V2H6v9.1011a5,5,0,0,0,0,9.7978V30H8V20.8989A5.0145,5.0145,0,0,0,11.8989,17h14.273l-3.586,3.5859L24,22l6-6ZM7,19a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,7,19Z"
2368
2432
  })), children);
2369
2433
  });
2370
2434
  if (process.env.NODE_ENV !== "production") {
2371
- ChartWaterfall.propTypes = iconPropTypes4cbeb95d.i;
2435
+ ConnectSource.propTypes = iconPropTypes4cbeb95d.i;
2372
2436
  }
2373
- var ChartWinLoss = /*#__PURE__*/React.forwardRef(function ChartWinLoss(_ref101, ref) {
2437
+ var ConnectTarget = /*#__PURE__*/React.forwardRef(function ConnectTarget(_ref101, ref) {
2374
2438
  var children = _ref101.children,
2375
2439
  _ref101$size = _ref101.size,
2376
2440
  size = _ref101$size === void 0 ? 16 : _ref101$size,
@@ -2382,14 +2446,14 @@ var ChartWinLoss = /*#__PURE__*/React.forwardRef(function ChartWinLoss(_ref101,
2382
2446
  xmlns: "http://www.w3.org/2000/svg",
2383
2447
  viewBox: "0 0 32 32",
2384
2448
  fill: "currentColor"
2385
- }, rest), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2386
- d: "M30,15H16V6a2.0023,2.0023,0,0,0-2-2H6A2.0023,2.0023,0,0,0,4,6v9H2v2H16v9a2.0023,2.0023,0,0,0,2,2h8a2.0023,2.0023,0,0,0,2-2V17h2ZM6,6h8v9H6ZM26,26H18V17h8Z"
2449
+ }, rest), _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2450
+ d: "M28 2H30V30H28zM20 10l-1.4141 1.4141L22.1719 15H11.8989a5 5 0 100 2h10.273l-3.586 3.5859L20 22l6-6zM7 19a3 3 0 113-3A3.0033 3.0033 0 017 19z"
2387
2451
  })), children);
2388
2452
  });
2389
2453
  if (process.env.NODE_ENV !== "production") {
2390
- ChartWinLoss.propTypes = iconPropTypes4cbeb95d.i;
2454
+ ConnectTarget.propTypes = iconPropTypes4cbeb95d.i;
2391
2455
  }
2392
- var Chat = /*#__PURE__*/React.forwardRef(function Chat(_ref102, ref) {
2456
+ var ConnectionReceive = /*#__PURE__*/React.forwardRef(function ConnectionReceive(_ref102, ref) {
2393
2457
  var children = _ref102.children,
2394
2458
  _ref102$size = _ref102.size,
2395
2459
  size = _ref102$size === void 0 ? 16 : _ref102$size,
@@ -2401,16 +2465,16 @@ var Chat = /*#__PURE__*/React.forwardRef(function Chat(_ref102, ref) {
2401
2465
  xmlns: "http://www.w3.org/2000/svg",
2402
2466
  viewBox: "0 0 32 32",
2403
2467
  fill: "currentColor"
2404
- }, rest), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2405
- d: "M17.74,30,16,29l4-7h6a2,2,0,0,0,2-2V8a2,2,0,0,0-2-2H6A2,2,0,0,0,4,8V20a2,2,0,0,0,2,2h9v2H6a4,4,0,0,1-4-4V8A4,4,0,0,1,6,4H26a4,4,0,0,1,4,4V20a4,4,0,0,1-4,4H21.16Z"
2406
- })), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2407
- d: "M8 10H24V12H8zM8 16H18V18H8z"
2468
+ }, rest), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2469
+ d: "M8 8H10V12H8zM8 14H10V18H8zM14 8H16V12H14zM14 14H16V18H14zM8 20H10V24H8zM14 20H16V24H14zM30 14L21.83 14 24.41 16.59 23 18 18 13 23 8 24.41 9.41 21.83 12 30 12 30 14z"
2470
+ })), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2471
+ d: "M28,20v8H22V20H20v8H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V20Z"
2408
2472
  })), children);
2409
2473
  });
2410
2474
  if (process.env.NODE_ENV !== "production") {
2411
- Chat.propTypes = iconPropTypes4cbeb95d.i;
2475
+ ConnectionReceive.propTypes = iconPropTypes4cbeb95d.i;
2412
2476
  }
2413
- var ChatLaunch = /*#__PURE__*/React.forwardRef(function ChatLaunch(_ref103, ref) {
2477
+ var ConnectionSend = /*#__PURE__*/React.forwardRef(function ConnectionSend(_ref103, ref) {
2414
2478
  var children = _ref103.children,
2415
2479
  _ref103$size = _ref103.size,
2416
2480
  size = _ref103$size === void 0 ? 16 : _ref103$size,
@@ -2422,14 +2486,16 @@ var ChatLaunch = /*#__PURE__*/React.forwardRef(function ChatLaunch(_ref103, ref)
2422
2486
  xmlns: "http://www.w3.org/2000/svg",
2423
2487
  viewBox: "0 0 32 32",
2424
2488
  fill: "currentColor"
2425
- }, rest), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2426
- d: "M22 4L22 6 26.586 6 20 12.586 21.414 14 28 7.414 28 12 30 12 30 4 22 4zM28 16v4a1.9965 1.9965 0 01-2 2H20l-4 7 1.7358 1 3.4288-6H26a3.9992 3.9992 0 004-4V16zM4 20V8A1.9965 1.9965 0 016 6H18V4H6A3.9986 3.9986 0 002 8V20a3.9992 3.9992 0 004 4h9V22H6A1.9965 1.9965 0 014 20z"
2489
+ }, rest), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2490
+ d: "M8 8H10V12H8zM8 14H10V18H8zM14 8H16V12H14zM14 14H16V18H14zM8 20H10V24H8zM14 20H16V24H14zM18 14L26.17 14 23.59 16.59 25 18 30 13 25 8 23.59 9.41 26.17 12 18 12 18 14z"
2491
+ })), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2492
+ d: "M28,20v8H22V20H20v8H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V20Z"
2427
2493
  })), children);
2428
2494
  });
2429
2495
  if (process.env.NODE_ENV !== "production") {
2430
- ChatLaunch.propTypes = iconPropTypes4cbeb95d.i;
2496
+ ConnectionSend.propTypes = iconPropTypes4cbeb95d.i;
2431
2497
  }
2432
- var ChatOff = /*#__PURE__*/React.forwardRef(function ChatOff(_ref104, ref) {
2498
+ var ConnectionTwoWay = /*#__PURE__*/React.forwardRef(function ConnectionTwoWay(_ref104, ref) {
2433
2499
  var children = _ref104.children,
2434
2500
  _ref104$size = _ref104.size,
2435
2501
  size = _ref104$size === void 0 ? 16 : _ref104$size,
@@ -2441,14 +2507,16 @@ var ChatOff = /*#__PURE__*/React.forwardRef(function ChatOff(_ref104, ref) {
2441
2507
  xmlns: "http://www.w3.org/2000/svg",
2442
2508
  viewBox: "0 0 32 32",
2443
2509
  fill: "currentColor"
2444
- }, rest), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2445
- d: "M28 8V21h2V8a3.9986 3.9986 0 00-4-4H8.2429l2 2H26A1.9965 1.9965 0 0128 8zM30 28.5859L3.4141 2 2 3.4141 3.5039 4.918A3.9181 3.9181 0 002 8V20a3.9992 3.9992 0 004 4h6V22H6a1.9965 1.9965 0 01-2-2V8a1.9814 1.9814 0 01.9194-1.6665L20.5859 22H17l-4 7 1.7358 1 3.4288-6h4.4213l6 6z"
2510
+ }, rest), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2511
+ d: "M8 8H10V12H8zM8 14H10V18H8zM14 8H16V12H14zM14 14H16V18H14zM8 20H10V24H8zM14 20H16V24H14zM30 22L21.83 22 24.41 24.59 23 26 18 21 23 16 24.41 17.41 21.83 20 30 20 30 22zM19 12L27.17 12 24.59 14.59 26 16 31 11 26 6 24.59 7.41 27.17 10 19 10 19 12z"
2512
+ })), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2513
+ d: "M28,26v2H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V26Z"
2446
2514
  })), children);
2447
2515
  });
2448
2516
  if (process.env.NODE_ENV !== "production") {
2449
- ChatOff.propTypes = iconPropTypes4cbeb95d.i;
2517
+ ConnectionTwoWay.propTypes = iconPropTypes4cbeb95d.i;
2450
2518
  }
2451
- var ChatOperational = /*#__PURE__*/React.forwardRef(function ChatOperational(_ref105, ref) {
2519
+ var ConnectionUsage = /*#__PURE__*/React.forwardRef(function ConnectionUsage(_ref105, ref) {
2452
2520
  var children = _ref105.children,
2453
2521
  _ref105$size = _ref105.size,
2454
2522
  size = _ref105$size === void 0 ? 16 : _ref105$size,
@@ -2460,18 +2528,15 @@ var ChatOperational = /*#__PURE__*/React.forwardRef(function ChatOperational(_re
2460
2528
  xmlns: "http://www.w3.org/2000/svg",
2461
2529
  viewBox: "0 0 32 32",
2462
2530
  fill: "currentColor"
2463
- }, rest), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2464
- d: "M15.586 10.414L19.166 14 19.166 14 15.584 17.587 17 19 22 14 17 9 15.586 10.414z"
2465
- })), _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2466
- d: "M20.586 10.414L24.166 14 24.166 14 20.584 17.587 22 19 27 14 22 9 20.586 10.414zM10 9L11.593 12 15 12.414 12.5 14.667 13 18 10 16.125 7 18 7.5 14.667 5 12.414 8.5 12 10 9z"
2467
- })), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2468
- d: "M17.7358,30,16,29l4-7h6a1.9966,1.9966,0,0,0,2-2V8a1.9966,1.9966,0,0,0-2-2H6A1.9966,1.9966,0,0,0,4,8V20a1.9966,1.9966,0,0,0,2,2h9v2H6a3.9993,3.9993,0,0,1-4-4V8A3.9988,3.9988,0,0,1,6,4H26a3.9988,3.9988,0,0,1,4,4V20a3.9993,3.9993,0,0,1-4,4H21.1646Z"
2531
+ }, rest), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2532
+ strokeWidth: "0",
2533
+ d: "m17,26V6c0-1.1046-.8954-2-2-2H4v2h11v20c0,1.1046.8954,2,2,2h11v-2h-11Z"
2469
2534
  })), children);
2470
2535
  });
2471
2536
  if (process.env.NODE_ENV !== "production") {
2472
- ChatOperational.propTypes = iconPropTypes4cbeb95d.i;
2537
+ ConnectionUsage.propTypes = iconPropTypes4cbeb95d.i;
2473
2538
  }
2474
- var ChatBot = /*#__PURE__*/React.forwardRef(function ChatBot(_ref106, ref) {
2539
+ var ConnectionFlowUsage = /*#__PURE__*/React.forwardRef(function ConnectionFlowUsage(_ref106, ref) {
2475
2540
  var children = _ref106.children,
2476
2541
  _ref106$size = _ref106.size,
2477
2542
  size = _ref106$size === void 0 ? 16 : _ref106$size,
@@ -2483,16 +2548,15 @@ var ChatBot = /*#__PURE__*/React.forwardRef(function ChatBot(_ref106, ref) {
2483
2548
  xmlns: "http://www.w3.org/2000/svg",
2484
2549
  viewBox: "0 0 32 32",
2485
2550
  fill: "currentColor"
2486
- }, rest), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2487
- d: "M16 19a6.9908 6.9908 0 01-5.833-3.1287l1.666-1.1074a5.0007 5.0007 0 008.334 0l1.666 1.1074A6.9908 6.9908 0 0116 19zM20 8a2 2 0 102 2A1.9806 1.9806 0 0020 8zM12 8a2 2 0 102 2A1.9806 1.9806 0 0012 8z"
2488
- })), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2489
- d: "M17.7358,30,16,29l4-7h6a1.9966,1.9966,0,0,0,2-2V6a1.9966,1.9966,0,0,0-2-2H6A1.9966,1.9966,0,0,0,4,6V20a1.9966,1.9966,0,0,0,2,2h9v2H6a3.9993,3.9993,0,0,1-4-4V6A3.9988,3.9988,0,0,1,6,2H26a3.9988,3.9988,0,0,1,4,4V20a3.9993,3.9993,0,0,1-4,4H21.1646Z"
2551
+ }, rest), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2552
+ strokeWidth: "0",
2553
+ d: "m22,16l-1.4141,1.4141,4.5859,4.5859h-10.1719V5c0-1.1046-.8954-2-2-2H3v2h10v17c0,1.1046.8954,2,2,2h10.1719l-4.5859,4.5859,1.4141,1.4141,7-7-7-7Z"
2490
2554
  })), children);
2491
2555
  });
2492
2556
  if (process.env.NODE_ENV !== "production") {
2493
- ChatBot.propTypes = iconPropTypes4cbeb95d.i;
2557
+ ConnectionFlowUsage.propTypes = iconPropTypes4cbeb95d.i;
2494
2558
  }
2495
- var Checkbox = /*#__PURE__*/React.forwardRef(function Checkbox(_ref107, ref) {
2559
+ var ConnectionSignal = /*#__PURE__*/React.forwardRef(function ConnectionSignal(_ref107, ref) {
2496
2560
  var children = _ref107.children,
2497
2561
  _ref107$size = _ref107.size,
2498
2562
  size = _ref107$size === void 0 ? 16 : _ref107$size,
@@ -2504,14 +2568,16 @@ var Checkbox = /*#__PURE__*/React.forwardRef(function Checkbox(_ref107, ref) {
2504
2568
  xmlns: "http://www.w3.org/2000/svg",
2505
2569
  viewBox: "0 0 32 32",
2506
2570
  fill: "currentColor"
2507
- }, rest), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2508
- 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,4ZM6,26V6H26V26Z"
2571
+ }, rest), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2572
+ d: "M15 12H17V30H15zM11.33 18.22a7 7 0 010-10.44l1.34 1.49a5 5 0 000 7.46zM20.67 18.22l-1.34-1.49a5 5 0 000-7.46l1.34-1.49a7 7 0 010 10.44z"
2573
+ })), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2574
+ d: "M8.4 21.8a11 11 0 010-17.6L9.6 5.8a9 9 0 000 14.4zM23.6 21.8l-1.2-1.6a9 9 0 000-14.4l1.2-1.6a11 11 0 010 17.6z"
2509
2575
  })), children);
2510
2576
  });
2511
2577
  if (process.env.NODE_ENV !== "production") {
2512
- Checkbox.propTypes = iconPropTypes4cbeb95d.i;
2578
+ ConnectionSignal.propTypes = iconPropTypes4cbeb95d.i;
2513
2579
  }
2514
- var CheckboxChecked = /*#__PURE__*/React.forwardRef(function CheckboxChecked(_ref108, ref) {
2580
+ var ConnectionSignalOff = /*#__PURE__*/React.forwardRef(function ConnectionSignalOff(_ref108, ref) {
2515
2581
  var children = _ref108.children,
2516
2582
  _ref108$size = _ref108.size,
2517
2583
  size = _ref108$size === void 0 ? 16 : _ref108$size,
@@ -2523,16 +2589,16 @@ var CheckboxChecked = /*#__PURE__*/React.forwardRef(function CheckboxChecked(_re
2523
2589
  xmlns: "http://www.w3.org/2000/svg",
2524
2590
  viewBox: "0 0 32 32",
2525
2591
  fill: "currentColor"
2526
- }, rest), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2527
- 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,4ZM6,26V6H26V26Z"
2528
- })), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2529
- d: "M14 21.5L9 16.54 10.59 15 14 18.35 21.41 11 23 12.58 14 21.5z"
2592
+ }, rest), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2593
+ d: "M26,13a8.9089,8.9089,0,0,1-2.5249,6.2339l1.4133,1.4131A10.9795,10.9795,0,0,0,23.6006,4.2l-1.2012,1.6A8.932,8.932,0,0,1,26,13Z"
2594
+ })), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2595
+ d: "M21 13a5.0022 5.0022 0 01-.9023 2.8564l1.4277 1.4278a6.9831 6.9831 0 00-.8584-9.5015l-1.334 1.49A5.0077 5.0077 0 0121 13zM30 28.5859L3.4143 2 2 3.4141l3.71 3.71A10.9824 10.9824 0 008.3994 21.8008l1.2012-1.6A8.9678 8.9678 0 017.1714 8.5854l2.1963 2.1963a6.9664 6.9664 0 001.9648 7.4351l1.334-1.49A5.0072 5.0072 0 0111 13a4.8854 4.8854 0 01.0393-.5464L15 16.4141V30h2V18.4141L28.5857 30z"
2530
2596
  })), children);
2531
2597
  });
2532
2598
  if (process.env.NODE_ENV !== "production") {
2533
- CheckboxChecked.propTypes = iconPropTypes4cbeb95d.i;
2599
+ ConnectionSignalOff.propTypes = iconPropTypes4cbeb95d.i;
2534
2600
  }
2535
- var CheckboxCheckedFilled = /*#__PURE__*/React.forwardRef(function CheckboxCheckedFilled(_ref109, ref) {
2601
+ var Constraint = /*#__PURE__*/React.forwardRef(function Constraint(_ref109, ref) {
2536
2602
  var children = _ref109.children,
2537
2603
  _ref109$size = _ref109.size,
2538
2604
  size = _ref109$size === void 0 ? 16 : _ref109$size,
@@ -2544,18 +2610,15 @@ var CheckboxCheckedFilled = /*#__PURE__*/React.forwardRef(function CheckboxCheck
2544
2610
  xmlns: "http://www.w3.org/2000/svg",
2545
2611
  viewBox: "0 0 32 32",
2546
2612
  fill: "currentColor"
2547
- }, rest), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2548
- 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,4ZM14,21.5,9,16.5427,10.5908,15,14,18.3456,21.4087,11l1.5918,1.5772Z"
2549
- })), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2550
- fill: "none",
2551
- d: "M14,21.5,9,16.5427,10.5908,15,14,18.3456,21.4087,11l1.5918,1.5772Z",
2552
- "data-icon-path": "inner-path"
2613
+ }, rest), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2614
+ strokeWidth: "0",
2615
+ d: "M27 13V5s-4 0-4 0v-2h4c1.1028 0 2 .8975 2 2v8c0 1.5234.8799 2 2 2v2c-1.1201 0-2 .4502-2 2v8c0 1.1025-.8972 2-2 2h-4v-2h4s0-8 0-8c0-1.6841.8799-2.5645 2-2.8584v-.2676c-1.1201-.2939-2-1.1899-2-2.874zM12 12H20V20H12zM5 13V5h4v-2h-4c-1.1028 0-2 .8975-2 2v8c0 1.5234-.8799 2-2 2v2c1.1201 0 2 .4502 2 2v8c0 1.1025.8972 2 2 2h4v-2h-4v-8c0-1.6841-.8799-2.5645-2-2.8584v-.2676c1.1201-.2939 2-1.1899 2-2.874z"
2553
2616
  })), children);
2554
2617
  });
2555
2618
  if (process.env.NODE_ENV !== "production") {
2556
- CheckboxCheckedFilled.propTypes = iconPropTypes4cbeb95d.i;
2619
+ Constraint.propTypes = iconPropTypes4cbeb95d.i;
2557
2620
  }
2558
- var CheckboxIndeterminate = /*#__PURE__*/React.forwardRef(function CheckboxIndeterminate(_ref110, ref) {
2621
+ var Construction = /*#__PURE__*/React.forwardRef(function Construction(_ref110, ref) {
2559
2622
  var children = _ref110.children,
2560
2623
  _ref110$size = _ref110.size,
2561
2624
  size = _ref110$size === void 0 ? 16 : _ref110$size,
@@ -2567,16 +2630,14 @@ var CheckboxIndeterminate = /*#__PURE__*/React.forwardRef(function CheckboxIndet
2567
2630
  xmlns: "http://www.w3.org/2000/svg",
2568
2631
  viewBox: "0 0 32 32",
2569
2632
  fill: "currentColor"
2570
- }, rest), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2571
- d: "M10 14H22V18H10z"
2572
- })), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2573
- 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,4ZM6,26V6H26V26Z"
2633
+ }, rest), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2634
+ d: "M29.34 16.06a1.0007 1.0007 0 00-1.1084.3L24.46 20.8857l-5.4355-.9882-3.602-8.9512A3.014 3.014 0 0012.6138 9h-4.06A3.0018 3.0018 0 007.01 9.4277L2 12.4336v6.4009l5 .9092V30H9V20.1074l3.5652.648L14 24.2V30h2V23.8l-1.0911-2.6182L22.99 22.6509 18.2319 28.36A1 1 0 0019 30H29a1 1 0 001-1V17A1 1 0 0029.34 16.06zM4 17.1655V13.5664l3-1.8v5.9448zm5 .9092V11h3.6138a1.0141 1.0141 0 01.9453.6709l3.14 7.8037zM28 28H21.1353L28 19.7617zM12.5 8A3.5 3.5 0 1116 4.5 3.5042 3.5042 0 0112.5 8zm0-5A1.5 1.5 0 1014 4.5 1.5017 1.5017 0 0012.5 3z"
2574
2635
  })), children);
2575
2636
  });
2576
2637
  if (process.env.NODE_ENV !== "production") {
2577
- CheckboxIndeterminate.propTypes = iconPropTypes4cbeb95d.i;
2638
+ Construction.propTypes = iconPropTypes4cbeb95d.i;
2578
2639
  }
2579
- var CheckboxIndeterminateFilled = /*#__PURE__*/React.forwardRef(function CheckboxIndeterminateFilled(_ref111, ref) {
2640
+ var ContainerEngine = /*#__PURE__*/React.forwardRef(function ContainerEngine(_ref111, ref) {
2580
2641
  var children = _ref111.children,
2581
2642
  _ref111$size = _ref111.size,
2582
2643
  size = _ref111$size === void 0 ? 16 : _ref111$size,
@@ -2588,48 +2649,27 @@ var CheckboxIndeterminateFilled = /*#__PURE__*/React.forwardRef(function Checkbo
2588
2649
  xmlns: "http://www.w3.org/2000/svg",
2589
2650
  viewBox: "0 0 32 32",
2590
2651
  fill: "currentColor"
2591
- }, rest), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2592
- 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,4ZM22,18H10V14H22Z"
2593
- })), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2594
- fill: "none",
2595
- d: "M22,18H10V14H22Z",
2596
- "data-icon-path": "inner-path"
2652
+ }, rest), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
2653
+ cx: "23",
2654
+ cy: "23",
2655
+ r: "1",
2656
+ strokeWidth: "0"
2657
+ })), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2658
+ strokeWidth: "0",
2659
+ d: "m25.7903,18.8535l-8.9897-6.2378c-.5029-.3809-1.1223-.6157-1.8005-.6157-1.6543,0-3,1.3457-3,3,0,.6553.2173,1.2573.5752,1.7515l6.3408,9.1157c.9055,1.2861,2.395,2.1328,4.084,2.1328,2.7571,0,5-2.2432,5-5,0-1.7246-.8777-3.2476-2.2097-4.1465Zm-7.5203,2.5986l-2.4829-3.5703c1.0181-.2788,1.8145-1.0752,2.0942-2.0928l3.5698,2.4814c-1.5061.4951-2.6863,1.6758-3.1812,3.1816Zm-3.27-7.4521c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1Zm8,12c-1.6543,0-3-1.3457-3-3s1.3457-3,3-3,3,1.3457,3,3-1.3457,3-3,3Z"
2660
+ })), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2661
+ strokeWidth: "0",
2662
+ d: "m16,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v10h-2V6H6v20h10v2Z"
2597
2663
  })), children);
2598
2664
  });
2599
2665
  if (process.env.NODE_ENV !== "production") {
2600
- CheckboxIndeterminateFilled.propTypes = iconPropTypes4cbeb95d.i;
2666
+ ContainerEngine.propTypes = iconPropTypes4cbeb95d.i;
2601
2667
  }
2602
- var Checkmark = /*#__PURE__*/React.forwardRef(function Checkmark(_ref112, ref) {
2668
+ var ContainerImage = /*#__PURE__*/React.forwardRef(function ContainerImage(_ref112, ref) {
2603
2669
  var children = _ref112.children,
2604
2670
  _ref112$size = _ref112.size,
2605
2671
  size = _ref112$size === void 0 ? 16 : _ref112$size,
2606
2672
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref112, _excluded112);
2607
- if (size === 20 || size === "20" || size === "20px") {
2608
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2609
- width: size,
2610
- height: size,
2611
- ref: ref,
2612
- xmlns: "http://www.w3.org/2000/svg",
2613
- viewBox: "0 0 20 20",
2614
- fill: "currentColor"
2615
- }, rest), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2616
- d: "M8 13.2L3.6 8.8 2.7 9.7 7.1 14.1 8 15 16.5 6.5 15.6 5.6z"
2617
- })), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2618
- d: "M15.6 5.6L8 13.2 3.6 8.8 2.7 9.7 7.1 14.1 8 15 16.5 6.5 15.6 5.6z"
2619
- })), children);
2620
- }
2621
- if (size === 24 || size === "24" || size === "24px") {
2622
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2623
- width: size,
2624
- height: size,
2625
- ref: ref,
2626
- xmlns: "http://www.w3.org/2000/svg",
2627
- viewBox: "0 0 24 24",
2628
- fill: "currentColor"
2629
- }, rest), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2630
- d: "M10 15.9L4.7 10.6 3.6 11.6 8.9 16.9 10 18 20.6 7.4 19.5 6.3z"
2631
- })), children);
2632
- }
2633
2673
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2634
2674
  width: size,
2635
2675
  height: size,
@@ -2637,68 +2677,22 @@ var Checkmark = /*#__PURE__*/React.forwardRef(function Checkmark(_ref112, ref) {
2637
2677
  xmlns: "http://www.w3.org/2000/svg",
2638
2678
  viewBox: "0 0 32 32",
2639
2679
  fill: "currentColor"
2640
- }, rest), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2641
- d: "M13 24L4 15 5.414 13.586 13 21.171 26.586 7.586 28 9 13 24z"
2680
+ }, rest), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2681
+ strokeWidth: "0",
2682
+ d: "M10 10H22V12H10zM10 15H22V17H10zM10 20H22V22H10z"
2683
+ })), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2684
+ strokeWidth: "0",
2685
+ d: "m26,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v20c0,1.1028-.8972,2-2,2ZM6,6v20h20V6H6Z"
2642
2686
  })), children);
2643
2687
  });
2644
2688
  if (process.env.NODE_ENV !== "production") {
2645
- Checkmark.propTypes = iconPropTypes4cbeb95d.i;
2689
+ ContainerImage.propTypes = iconPropTypes4cbeb95d.i;
2646
2690
  }
2647
- var CheckmarkFilled = /*#__PURE__*/React.forwardRef(function CheckmarkFilled(_ref113, ref) {
2691
+ var ContainerRuntime = /*#__PURE__*/React.forwardRef(function ContainerRuntime(_ref113, ref) {
2648
2692
  var children = _ref113.children,
2649
2693
  _ref113$size = _ref113.size,
2650
2694
  size = _ref113$size === void 0 ? 16 : _ref113$size,
2651
2695
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref113, _excluded113);
2652
- if (size === 16 || size === "16" || size === "16px") {
2653
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2654
- width: size,
2655
- height: size,
2656
- ref: ref,
2657
- xmlns: "http://www.w3.org/2000/svg",
2658
- viewBox: "0 0 16 16",
2659
- fill: "currentColor"
2660
- }, rest), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2661
- d: "M8,1C4.1,1,1,4.1,1,8c0,3.9,3.1,7,7,7s7-3.1,7-7C15,4.1,11.9,1,8,1z M7,11L4.3,8.3l0.9-0.8L7,9.3l4-3.9l0.9,0.8L7,11z"
2662
- })), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2663
- d: "M7,11L4.3,8.3l0.9-0.8L7,9.3l4-3.9l0.9,0.8L7,11z",
2664
- "data-icon-path": "inner-path",
2665
- opacity: "0"
2666
- })), children);
2667
- }
2668
- if (size === 20 || size === "20" || size === "20px") {
2669
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2670
- width: size,
2671
- height: size,
2672
- ref: ref,
2673
- xmlns: "http://www.w3.org/2000/svg",
2674
- viewBox: "0 0 20 20",
2675
- fill: "currentColor"
2676
- }, rest), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2677
- d: "M10,1c-4.9,0-9,4.1-9,9s4.1,9,9,9s9-4,9-9S15,1,10,1z M8.7,13.5l-3.2-3.2l1-1l2.2,2.2l4.8-4.8l1,1L8.7,13.5z"
2678
- })), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2679
- fill: "none",
2680
- d: "M8.7,13.5l-3.2-3.2l1-1l2.2,2.2l4.8-4.8l1,1L8.7,13.5z",
2681
- "data-icon-path": "inner-path",
2682
- opacity: "0"
2683
- })), children);
2684
- }
2685
- if (size === 24 || size === "24" || size === "24px") {
2686
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2687
- width: size,
2688
- height: size,
2689
- ref: ref,
2690
- xmlns: "http://www.w3.org/2000/svg",
2691
- viewBox: "0 0 24 24",
2692
- fill: "currentColor"
2693
- }, rest), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2694
- d: "M12,1C6,1,1,6,1,12s5,11,11,11s11-4.9,11-11S18.1,1,12,1z M10.4,16.3l-3.9-3.9l1.3-1.2l2.7,2.7l5.8-5.8l1.3,1.3L10.4,16.3z"
2695
- })), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2696
- fill: "none",
2697
- d: "M10.4,16.3l-3.9-3.9l1.3-1.2l2.7,2.7l5.8-5.8l1.3,1.3L10.4,16.3z",
2698
- "data-icon-path": "inner-path",
2699
- opacity: "0"
2700
- })), children);
2701
- }
2702
2696
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2703
2697
  width: size,
2704
2698
  height: size,
@@ -2706,18 +2700,18 @@ var CheckmarkFilled = /*#__PURE__*/React.forwardRef(function CheckmarkFilled(_re
2706
2700
  xmlns: "http://www.w3.org/2000/svg",
2707
2701
  viewBox: "0 0 32 32",
2708
2702
  fill: "currentColor"
2709
- }, rest), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2710
- d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM14,21.5908l-5-5L10.5906,15,14,18.4092,21.41,11l1.5957,1.5859Z"
2711
- })), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2712
- fill: "none",
2713
- d: "M14 21.591L9 16.591 10.591 15 14 18.409 21.41 11 23.005 12.585 14 21.591z",
2714
- "data-icon-path": "inner-path"
2703
+ }, rest), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2704
+ strokeWidth: "0",
2705
+ d: "m30,24v-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-.7v-2.1h-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.8h-2.1v2h2.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.7v2.1h2v-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.8h2.1Zm-7,2c-1.7,0-3-1.3-3-3s1.3-3,3-3,3,1.3,3,3-1.3,3-3,3Z"
2706
+ })), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2707
+ strokeWidth: "0",
2708
+ d: "m14,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v8h-2V6H6v20h8v2Z"
2715
2709
  })), children);
2716
2710
  });
2717
2711
  if (process.env.NODE_ENV !== "production") {
2718
- CheckmarkFilled.propTypes = iconPropTypes4cbeb95d.i;
2712
+ ContainerRuntime.propTypes = iconPropTypes4cbeb95d.i;
2719
2713
  }
2720
- var CheckmarkFilledError = /*#__PURE__*/React.forwardRef(function CheckmarkFilledError(_ref114, ref) {
2714
+ var ContainerRuntimeMonitor = /*#__PURE__*/React.forwardRef(function ContainerRuntimeMonitor(_ref114, ref) {
2721
2715
  var children = _ref114.children,
2722
2716
  _ref114$size = _ref114.size,
2723
2717
  size = _ref114$size === void 0 ? 16 : _ref114$size,
@@ -2729,20 +2723,23 @@ var CheckmarkFilledError = /*#__PURE__*/React.forwardRef(function CheckmarkFille
2729
2723
  xmlns: "http://www.w3.org/2000/svg",
2730
2724
  viewBox: "0 0 32 32",
2731
2725
  fill: "currentColor"
2732
- }, rest), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2733
- 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"
2734
- })), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2735
- d: "M14,2a12,12,0,1,0,2,23.82V24a8,8,0,0,1,8-8h1.82A11.9348,11.9348,0,0,0,14,2ZM12,18.5908l-4-4L9.5908,13,12,15.4092,17.4092,10,19,11.5908Z"
2736
- })), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2737
- fill: "none",
2738
- d: "M12 18.591L8 14.591 9.591 13 12 15.409 17.409 10 19 11.591 12 18.591z",
2739
- "data-icon-path": "inner-path"
2726
+ }, rest), _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
2727
+ cx: "22",
2728
+ cy: "23",
2729
+ r: "2",
2730
+ strokeWidth: "0"
2731
+ })), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2732
+ strokeWidth: "0",
2733
+ d: "m29.7769,22.4785c-1.2631-3.2173-4.3221-5.3723-7.7769-5.4785-3.4548.1062-6.5138,2.2612-7.7769,5.4785l-.2231.5215.2231.5215c1.2631,3.2173,4.3221,5.3723,7.7769,5.4785,3.4548-.1062,6.5138-2.2612,7.7769-5.4785l.2231-.5215-.2231-.5215Zm-7.7769,4.5215c-2.2091,0-4-1.7909-4-4s1.7909-4,4-4,4,1.7909,4,4c-.0025,2.2081-1.7919,3.9975-4,4Z"
2734
+ })), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2735
+ strokeWidth: "0",
2736
+ d: "m12,28h-6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v10h-2V6H6v20h6v2Z"
2740
2737
  })), children);
2741
2738
  });
2742
2739
  if (process.env.NODE_ENV !== "production") {
2743
- CheckmarkFilledError.propTypes = iconPropTypes4cbeb95d.i;
2740
+ ContainerRuntimeMonitor.propTypes = iconPropTypes4cbeb95d.i;
2744
2741
  }
2745
- var CheckmarkFilledWarning = /*#__PURE__*/React.forwardRef(function CheckmarkFilledWarning(_ref115, ref) {
2742
+ var ContainerImagePull = /*#__PURE__*/React.forwardRef(function ContainerImagePull(_ref115, ref) {
2746
2743
  var children = _ref115.children,
2747
2744
  _ref115$size = _ref115.size,
2748
2745
  size = _ref115$size === void 0 ? 16 : _ref115$size,
@@ -2754,20 +2751,15 @@ var CheckmarkFilledWarning = /*#__PURE__*/React.forwardRef(function CheckmarkFil
2754
2751
  xmlns: "http://www.w3.org/2000/svg",
2755
2752
  viewBox: "0 0 32 32",
2756
2753
  fill: "currentColor"
2757
- }, rest), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2758
- d: "M14,2a12,12,0,1,0,3.3928,23.5059l3.9246-7.8492A2.9846,2.9846,0,0,1,24,16h1.82A11.9348,11.9348,0,0,0,14,2ZM12,18.5908l-4-4L9.5908,13,12,15.4092,17.4092,10,19,11.5908Z"
2759
- })), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
2760
- 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"
2761
- })), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2762
- fill: "none",
2763
- d: "M12 18.591L8 14.591 9.591 13 12 15.409 17.409 10 19 11.591 12 18.591z",
2764
- "data-icon-path": "inner-path"
2754
+ }, rest), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2755
+ strokeWidth: "0",
2756
+ d: "M30 23h-10c-1.1028 0-2-.8972-2-2v-10c0-1.1028.8972-2 2-2h10c1.1028 0 2 .8972 2 2v10c0 1.1028-.8972 2-2 2zm-10-12v10h10v-10h-10zM5 11L0 16 5 21 6.419 19.591 3.847 17 14 17 14 15 3.794 15 6.419 12.409 5 11z"
2765
2757
  })), children);
2766
2758
  });
2767
2759
  if (process.env.NODE_ENV !== "production") {
2768
- CheckmarkFilledWarning.propTypes = iconPropTypes4cbeb95d.i;
2760
+ ContainerImagePull.propTypes = iconPropTypes4cbeb95d.i;
2769
2761
  }
2770
- var CheckmarkOutline = /*#__PURE__*/React.forwardRef(function CheckmarkOutline(_ref116, ref) {
2762
+ var ContainerImagePush = /*#__PURE__*/React.forwardRef(function ContainerImagePush(_ref116, ref) {
2771
2763
  var children = _ref116.children,
2772
2764
  _ref116$size = _ref116.size,
2773
2765
  size = _ref116$size === void 0 ? 16 : _ref116$size,
@@ -2779,16 +2771,15 @@ var CheckmarkOutline = /*#__PURE__*/React.forwardRef(function CheckmarkOutline(_
2779
2771
  xmlns: "http://www.w3.org/2000/svg",
2780
2772
  viewBox: "0 0 32 32",
2781
2773
  fill: "currentColor"
2782
- }, rest), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
2783
- d: "M14 21.414L9 16.413 10.413 15 14 18.586 21.585 11 23 12.415 14 21.414z"
2784
- })), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
2785
- d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,26A12,12,0,1,1,28,16,12,12,0,0,1,16,28Z"
2774
+ }, rest), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2775
+ strokeWidth: "0",
2776
+ d: "M30 23h-10c-1.1028 0-2-.8972-2-2v-10c0-1.1028.8972-2 2-2h10c1.1028 0 2 .8972 2 2v10c0 1.1028-.8972 2-2 2zm-10-12v10h10v-10h-10zM9 11L14 16 9 21 7.581 19.591 10.153 17 0 17 0 15 10.206 15 7.581 12.409 9 11z"
2786
2777
  })), children);
2787
2778
  });
2788
2779
  if (process.env.NODE_ENV !== "production") {
2789
- CheckmarkOutline.propTypes = iconPropTypes4cbeb95d.i;
2780
+ ContainerImagePush.propTypes = iconPropTypes4cbeb95d.i;
2790
2781
  }
2791
- var CheckmarkOutlineError = /*#__PURE__*/React.forwardRef(function CheckmarkOutlineError(_ref117, ref) {
2782
+ var ContainerImagePushPull = /*#__PURE__*/React.forwardRef(function ContainerImagePushPull(_ref117, ref) {
2792
2783
  var children = _ref117.children,
2793
2784
  _ref117$size = _ref117.size,
2794
2785
  size = _ref117$size === void 0 ? 16 : _ref117$size,
@@ -2800,16 +2791,15 @@ var CheckmarkOutlineError = /*#__PURE__*/React.forwardRef(function CheckmarkOutl
2800
2791
  xmlns: "http://www.w3.org/2000/svg",
2801
2792
  viewBox: "0 0 32 32",
2802
2793
  fill: "currentColor"
2803
- }, rest), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
2804
- d: "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z"
2805
- })), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
2806
- d: "M12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59zM30 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"
2794
+ }, rest), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2795
+ strokeWidth: "0",
2796
+ d: "M30 23h-10c-1.1028 0-2-.8972-2-2v-10c0-1.1028.8972-2 2-2h10c1.1028 0 2 .8972 2 2v10c0 1.1028-.8972 2-2 2zm-10-12v10h10v-10h-10zM9 5L14 10 9 15 7.581 13.591 10.153 11 0 11 0 9 10.206 9 7.581 6.409 9 5zM5 27L0 22 5 17 6.419 18.409 3.847 21 14 21 14 23 3.794 23 6.419 25.591 5 27z"
2807
2797
  })), children);
2808
2798
  });
2809
2799
  if (process.env.NODE_ENV !== "production") {
2810
- CheckmarkOutlineError.propTypes = iconPropTypes4cbeb95d.i;
2800
+ ContainerImagePushPull.propTypes = iconPropTypes4cbeb95d.i;
2811
2801
  }
2812
- var CheckmarkOutlineWarning = /*#__PURE__*/React.forwardRef(function CheckmarkOutlineWarning(_ref118, ref) {
2802
+ var ContainerRegistry = /*#__PURE__*/React.forwardRef(function ContainerRegistry(_ref118, ref) {
2813
2803
  var children = _ref118.children,
2814
2804
  _ref118$size = _ref118.size,
2815
2805
  size = _ref118$size === void 0 ? 16 : _ref118$size,
@@ -2821,16 +2811,20 @@ var CheckmarkOutlineWarning = /*#__PURE__*/React.forwardRef(function CheckmarkOu
2821
2811
  xmlns: "http://www.w3.org/2000/svg",
2822
2812
  viewBox: "0 0 32 32",
2823
2813
  fill: "currentColor"
2824
- }, rest), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
2825
- d: "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z"
2826
- })), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
2827
- d: "M12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59zM27.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"
2814
+ }, rest), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2815
+ d: "M17,13V6H8V22H24V13ZM10,8h5v5H10Zm0,7h5v5H10Zm12,5H17V15h5Z"
2816
+ })), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2817
+ d: "M28 11H19V2h9zM21 9h5V4H21zM28 20H26v2h2v6H4V22H6V20H4a2.0024 2.0024 0 00-2 2v6a2.0024 2.0024 0 002 2H28a2.0024 2.0024 0 002-2V22A2.0024 2.0024 0 0028 20z"
2818
+ })), _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
2819
+ cx: "7",
2820
+ cy: "25",
2821
+ r: "1"
2828
2822
  })), children);
2829
2823
  });
2830
2824
  if (process.env.NODE_ENV !== "production") {
2831
- CheckmarkOutlineWarning.propTypes = iconPropTypes4cbeb95d.i;
2825
+ ContainerRegistry.propTypes = iconPropTypes4cbeb95d.i;
2832
2826
  }
2833
- var Chemistry = /*#__PURE__*/React.forwardRef(function Chemistry(_ref119, ref) {
2827
+ var ContainerServices = /*#__PURE__*/React.forwardRef(function ContainerServices(_ref119, ref) {
2834
2828
  var children = _ref119.children,
2835
2829
  _ref119$size = _ref119.size,
2836
2830
  size = _ref119$size === void 0 ? 16 : _ref119$size,
@@ -2842,14 +2836,14 @@ var Chemistry = /*#__PURE__*/React.forwardRef(function Chemistry(_ref119, ref) {
2842
2836
  xmlns: "http://www.w3.org/2000/svg",
2843
2837
  viewBox: "0 0 32 32",
2844
2838
  fill: "currentColor"
2845
- }, rest), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
2846
- d: "M27.2314,23.6182,20,13.6748V4h2V2H10V4h2v9.6748L4.7686,23.6182A4.0183,4.0183,0,0,0,8.0186,30H23.9814a4.0183,4.0183,0,0,0,3.25-6.3818ZM14,14.3252V4h4V14.3252L20.6728,18H11.3272ZM23.9814,28H8.0186a2.0192,2.0192,0,0,1-1.6329-3.2061L9.8726,20H22.1274l3.4869,4.7939A2.0192,2.0192,0,0,1,23.9814,28Z"
2839
+ }, rest), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2840
+ d: "M27,22V17a2.0023,2.0023,0,0,0-2-2H17V10h3a2.0023,2.0023,0,0,0,2-2V4a2.0023,2.0023,0,0,0-2-2H12a2.0023,2.0023,0,0,0-2,2V8a2.0023,2.0023,0,0,0,2,2h3v5H7a2.0023,2.0023,0,0,0-2,2v5H2v8h8V22H7V17h8v5H12v8h8V22H17V17h8v5H22v8h8V22ZM12,4h8V8H12ZM8,28H4V24H8Zm10,0H14V24h4Zm10,0H24V24h4Z"
2847
2841
  })), children);
2848
2842
  });
2849
2843
  if (process.env.NODE_ENV !== "production") {
2850
- Chemistry.propTypes = iconPropTypes4cbeb95d.i;
2844
+ ContainerServices.propTypes = iconPropTypes4cbeb95d.i;
2851
2845
  }
2852
- var ChemistryReference = /*#__PURE__*/React.forwardRef(function ChemistryReference(_ref120, ref) {
2846
+ var ContainerSoftware = /*#__PURE__*/React.forwardRef(function ContainerSoftware(_ref120, ref) {
2853
2847
  var children = _ref120.children,
2854
2848
  _ref120$size = _ref120.size,
2855
2849
  size = _ref120$size === void 0 ? 16 : _ref120$size,
@@ -2861,44 +2855,22 @@ var ChemistryReference = /*#__PURE__*/React.forwardRef(function ChemistryReferen
2861
2855
  xmlns: "http://www.w3.org/2000/svg",
2862
2856
  viewBox: "0 0 32 32",
2863
2857
  fill: "currentColor"
2864
- }, rest), _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
2865
- d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
2866
- })), _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
2867
- d: "M20,13.67V4h2V2H10V4h2v9.67L9.58,17h2.4767L14,14.33V4h4V14.33l7.61,10.46a2.0133,2.0133,0,0,1-.44,2.82,2.0406,2.0406,0,0,1-1.19.39H15v2h8.98a4.0154,4.0154,0,0,0,3.25-6.38Z"
2858
+ }, rest), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
2859
+ d: "M28,12H20V4h8Zm-6-2h4V6H22Z"
2860
+ })), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2861
+ d: "M17,15V9H9V23H23V15Zm-6-4h4v4H11Zm4,10H11V17h4Zm6,0H17V17h4Z"
2862
+ })), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
2863
+ d: "M26,28H6a2.0023,2.0023,0,0,1-2-2V6A2.0023,2.0023,0,0,1,6,4H16V6H6V26H26V16h2V26A2.0023,2.0023,0,0,1,26,28Z"
2868
2864
  })), children);
2869
2865
  });
2870
2866
  if (process.env.NODE_ENV !== "production") {
2871
- ChemistryReference.propTypes = iconPropTypes4cbeb95d.i;
2867
+ ContainerSoftware.propTypes = iconPropTypes4cbeb95d.i;
2872
2868
  }
2873
- var ChevronDown = /*#__PURE__*/React.forwardRef(function ChevronDown(_ref121, ref) {
2869
+ var ContentDeliveryNetwork = /*#__PURE__*/React.forwardRef(function ContentDeliveryNetwork(_ref121, ref) {
2874
2870
  var children = _ref121.children,
2875
2871
  _ref121$size = _ref121.size,
2876
2872
  size = _ref121$size === void 0 ? 16 : _ref121$size,
2877
2873
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref121, _excluded121);
2878
- if (size === "glyph" || size === "glyph" || size === "glyphpx") {
2879
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2880
- width: size,
2881
- height: size,
2882
- ref: ref,
2883
- xmlns: "http://www.w3.org/2000/svg",
2884
- viewBox: "0 0 10 6",
2885
- fill: "currentColor"
2886
- }, rest), _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
2887
- d: "M5 6L0 1 0.7 0.3 5 4.6 9.3 0.3 10 1z"
2888
- })), children);
2889
- }
2890
- if (size === 16 || size === "16" || size === "16px") {
2891
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2892
- width: size,
2893
- height: size,
2894
- ref: ref,
2895
- xmlns: "http://www.w3.org/2000/svg",
2896
- viewBox: "0 0 16 16",
2897
- fill: "currentColor"
2898
- }, rest), _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
2899
- d: "M8 11L3 6 3.7 5.3 8 9.6 12.3 5.3 13 6z"
2900
- })), children);
2901
- }
2902
2874
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2903
2875
  width: size,
2904
2876
  height: size,
@@ -2906,14 +2878,24 @@ var ChevronDown = /*#__PURE__*/React.forwardRef(function ChevronDown(_ref121, re
2906
2878
  xmlns: "http://www.w3.org/2000/svg",
2907
2879
  viewBox: "0 0 32 32",
2908
2880
  fill: "currentColor"
2909
- }, rest), _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
2910
- d: "M16 22L6 12 7.4 10.6 16 19.2 24.6 10.6 26 12z"
2881
+ }, rest), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
2882
+ cx: "21",
2883
+ cy: "21",
2884
+ r: "2"
2885
+ })), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
2886
+ cx: "7",
2887
+ cy: "7",
2888
+ r: "2"
2889
+ })), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
2890
+ d: "M27,31a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,27,31Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,27,25Z"
2891
+ })), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
2892
+ d: "M30,16A14.0412,14.0412,0,0,0,16,2,13.0426,13.0426,0,0,0,9.2,3.8l1.1,1.7a24.4254,24.4254,0,0,1,2.4-1A25.1349,25.1349,0,0,0,10,15H4a11.1489,11.1489,0,0,1,1.4-4.7L3.9,9A13.8418,13.8418,0,0,0,2,16,13.9983,13.9983,0,0,0,16,30a13.3656,13.3656,0,0,0,5.2-1l-.6-1.9a11.4416,11.4416,0,0,1-5.2.9h0A21.0713,21.0713,0,0,1,12,17H29.9A3.4019,3.4019,0,0,0,30,16ZM12.8,27.6h0a13.02,13.02,0,0,1-5.3-3.1A12.5053,12.5053,0,0,1,4,17h6A25.0022,25.0022,0,0,0,12.8,27.6ZM12,15A21.4461,21.4461,0,0,1,15.3,4h1.4A21.4461,21.4461,0,0,1,20,15Zm10,0A23.2777,23.2777,0,0,0,19.2,4.4,12.0919,12.0919,0,0,1,27.9,15Z"
2911
2893
  })), children);
2912
2894
  });
2913
2895
  if (process.env.NODE_ENV !== "production") {
2914
- ChevronDown.propTypes = iconPropTypes4cbeb95d.i;
2896
+ ContentDeliveryNetwork.propTypes = iconPropTypes4cbeb95d.i;
2915
2897
  }
2916
- var ChevronDownOutline = /*#__PURE__*/React.forwardRef(function ChevronDownOutline(_ref122, ref) {
2898
+ var ContentView = /*#__PURE__*/React.forwardRef(function ContentView(_ref122, ref) {
2917
2899
  var children = _ref122.children,
2918
2900
  _ref122$size = _ref122.size,
2919
2901
  size = _ref122$size === void 0 ? 16 : _ref122$size,
@@ -2925,44 +2907,24 @@ var ChevronDownOutline = /*#__PURE__*/React.forwardRef(function ChevronDownOutli
2925
2907
  xmlns: "http://www.w3.org/2000/svg",
2926
2908
  viewBox: "0 0 32 32",
2927
2909
  fill: "currentColor"
2928
- }, rest), _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
2929
- d: "M9.4142 12.5858L16 19.1714 22.5858 12.5858 24 14 16 22 8 14 9.4142 12.5858z"
2930
- })), _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
2931
- d: "m30,16c0,7.7197-6.2803,14-14,14S2,23.7197,2,16,8.2803,2,16,2s14,6.2803,14,14Zm-26,0c0,6.6167,5.3833,12,12,12s12-5.3833,12-12-5.3833-12-12-12S4,9.3833,4,16Z"
2910
+ }, rest), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
2911
+ cx: "16",
2912
+ cy: "19",
2913
+ r: "2"
2914
+ })), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
2915
+ d: "M23.7769,18.4785A8.64,8.64,0,0,0,16,13a8.64,8.64,0,0,0-7.7769,5.4785L8,19l.2231.5215A8.64,8.64,0,0,0,16,25a8.64,8.64,0,0,0,7.7769-5.4785L24,19ZM16,23a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,23Z"
2916
+ })), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
2917
+ d: "M27,3H5A2,2,0,0,0,3,5V27a2,2,0,0,0,2,2H27a2,2,0,0,0,2-2V5A2,2,0,0,0,27,3ZM5,5H27V9H5ZM5,27V11H27V27Z"
2932
2918
  })), children);
2933
2919
  });
2934
2920
  if (process.env.NODE_ENV !== "production") {
2935
- ChevronDownOutline.propTypes = iconPropTypes4cbeb95d.i;
2921
+ ContentView.propTypes = iconPropTypes4cbeb95d.i;
2936
2922
  }
2937
- var ChevronLeft = /*#__PURE__*/React.forwardRef(function ChevronLeft(_ref123, ref) {
2923
+ var Continue = /*#__PURE__*/React.forwardRef(function Continue(_ref123, ref) {
2938
2924
  var children = _ref123.children,
2939
2925
  _ref123$size = _ref123.size,
2940
2926
  size = _ref123$size === void 0 ? 16 : _ref123$size,
2941
2927
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref123, _excluded123);
2942
- if (size === "glyph" || size === "glyph" || size === "glyphpx") {
2943
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2944
- width: size,
2945
- height: size,
2946
- ref: ref,
2947
- xmlns: "http://www.w3.org/2000/svg",
2948
- viewBox: "0 0 6 10",
2949
- fill: "currentColor"
2950
- }, rest), _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
2951
- d: "M0 5L5 0 5.7 0.7 1.4 5 5.7 9.3 5 10z"
2952
- })), children);
2953
- }
2954
- if (size === 16 || size === "16" || size === "16px") {
2955
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2956
- width: size,
2957
- height: size,
2958
- ref: ref,
2959
- xmlns: "http://www.w3.org/2000/svg",
2960
- viewBox: "0 0 16 16",
2961
- fill: "currentColor"
2962
- }, rest), _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
2963
- d: "M5 8L10 3 10.7 3.7 6.4 8 10.7 12.3 10 13z"
2964
- })), children);
2965
- }
2966
2928
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2967
2929
  width: size,
2968
2930
  height: size,
@@ -2970,30 +2932,18 @@ var ChevronLeft = /*#__PURE__*/React.forwardRef(function ChevronLeft(_ref123, re
2970
2932
  xmlns: "http://www.w3.org/2000/svg",
2971
2933
  viewBox: "0 0 32 32",
2972
2934
  fill: "currentColor"
2973
- }, rest), _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
2974
- d: "M10 16L20 6 21.4 7.4 12.8 16 21.4 24.6 20 26z"
2935
+ }, rest), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
2936
+ d: "M10 28a1 1 0 01-1-1V5a1 1 0 011.501-.8652l19 11a1 1 0 010 1.73l-19 11A.9975.9975 0 0110 28zM11 6.7344V25.2656L27 16zM4 4H6V28H4z"
2975
2937
  })), children);
2976
2938
  });
2977
2939
  if (process.env.NODE_ENV !== "production") {
2978
- ChevronLeft.propTypes = iconPropTypes4cbeb95d.i;
2940
+ Continue.propTypes = iconPropTypes4cbeb95d.i;
2979
2941
  }
2980
- var ChevronMini = /*#__PURE__*/React.forwardRef(function ChevronMini(_ref124, ref) {
2942
+ var ContinueFilled = /*#__PURE__*/React.forwardRef(function ContinueFilled(_ref124, ref) {
2981
2943
  var children = _ref124.children,
2982
2944
  _ref124$size = _ref124.size,
2983
2945
  size = _ref124$size === void 0 ? 16 : _ref124$size,
2984
2946
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref124, _excluded124);
2985
- if (size === 16 || size === "16" || size === "16px") {
2986
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2987
- width: size,
2988
- height: size,
2989
- ref: ref,
2990
- xmlns: "http://www.w3.org/2000/svg",
2991
- viewBox: "0 0 16 16",
2992
- fill: "currentColor"
2993
- }, rest), _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
2994
- d: "M15 9L15 15 9 15z"
2995
- })), children);
2996
- }
2997
2947
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
2998
2948
  width: size,
2999
2949
  height: size,
@@ -3001,42 +2951,18 @@ var ChevronMini = /*#__PURE__*/React.forwardRef(function ChevronMini(_ref124, re
3001
2951
  xmlns: "http://www.w3.org/2000/svg",
3002
2952
  viewBox: "0 0 32 32",
3003
2953
  fill: "currentColor"
3004
- }, rest), _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
3005
- d: "M31 19L31 31 19 31 31 19z"
2954
+ }, rest), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
2955
+ d: "M10 28a1 1 0 01-1-1V5a1 1 0 011.501-.8652l19 11a1 1 0 010 1.73l-19 11A.9975.9975 0 0110 28zM4 4H6V28H4z"
3006
2956
  })), children);
3007
2957
  });
3008
2958
  if (process.env.NODE_ENV !== "production") {
3009
- ChevronMini.propTypes = iconPropTypes4cbeb95d.i;
2959
+ ContinueFilled.propTypes = iconPropTypes4cbeb95d.i;
3010
2960
  }
3011
- var ChevronRight = /*#__PURE__*/React.forwardRef(function ChevronRight(_ref125, ref) {
2961
+ var ContinuousDeployment = /*#__PURE__*/React.forwardRef(function ContinuousDeployment(_ref125, ref) {
3012
2962
  var children = _ref125.children,
3013
2963
  _ref125$size = _ref125.size,
3014
2964
  size = _ref125$size === void 0 ? 16 : _ref125$size,
3015
2965
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref125, _excluded125);
3016
- if (size === "glyph" || size === "glyph" || size === "glyphpx") {
3017
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
3018
- width: size,
3019
- height: size,
3020
- ref: ref,
3021
- xmlns: "http://www.w3.org/2000/svg",
3022
- viewBox: "0 0 6 10",
3023
- fill: "currentColor"
3024
- }, rest), _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
3025
- d: "M6 5L1 10 0.3 9.3 4.6 5 0.3 0.7 1 0z"
3026
- })), children);
3027
- }
3028
- if (size === 16 || size === "16" || size === "16px") {
3029
- return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
3030
- width: size,
3031
- height: size,
3032
- ref: ref,
3033
- xmlns: "http://www.w3.org/2000/svg",
3034
- viewBox: "0 0 16 16",
3035
- fill: "currentColor"
3036
- }, rest), _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
3037
- d: "M11 8L6 13 5.3 12.3 9.6 8 5.3 3.7 6 3z"
3038
- })), children);
3039
- }
3040
2966
  return /*#__PURE__*/React.createElement(Icon.default, _rollupPluginBabelHelpers.objectSpread2({
3041
2967
  width: size,
3042
2968
  height: size,
@@ -3044,126 +2970,14 @@ var ChevronRight = /*#__PURE__*/React.forwardRef(function ChevronRight(_ref125,
3044
2970
  xmlns: "http://www.w3.org/2000/svg",
3045
2971
  viewBox: "0 0 32 32",
3046
2972
  fill: "currentColor"
3047
- }, rest), _path222 || (_path222 = /*#__PURE__*/React.createElement("path", {
3048
- d: "M22 16L12 26 10.6 24.6 19.2 16 10.6 7.4 12 6z"
2973
+ }, rest), _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
2974
+ d: "M24,2l-6,6l1.4,1.4L23,5.8V19c0,5-4,9-9,9c-1.6,0-3.1-0.4-4.3-1.1C10.1,27,10.5,27,11,27c4.4,0,8-3.6,8-8s-3.6-8-8-8 s-8,3.6-8,8c0,6.1,4.9,11,11,11s11-4.9,11-11V5.8l3.6,3.6L30,8L24,2z M5,19.6c0-0.2,0-0.4,0-0.6c0-3.3,2.7-6,6-6s6,2.7,6,6 s-2.7,6-6,6C7.9,25,5.3,22.6,5,19.6z"
3049
2975
  })), children);
3050
2976
  });
3051
2977
  if (process.env.NODE_ENV !== "production") {
3052
- ChevronRight.propTypes = iconPropTypes4cbeb95d.i;
2978
+ ContinuousDeployment.propTypes = iconPropTypes4cbeb95d.i;
3053
2979
  }
3054
2980
 
3055
- exports.CaretLeft = CaretLeft;
3056
- exports.CaretRight = CaretRight;
3057
- exports.CaretSort = CaretSort;
3058
- exports.CaretSortDown = CaretSortDown;
3059
- exports.CaretSortUp = CaretSortUp;
3060
- exports.CaretUp = CaretUp;
3061
- exports.CarouselHorizontal = CarouselHorizontal;
3062
- exports.CarouselVertical = CarouselVertical;
3063
- exports.Catalog = Catalog;
3064
- exports.CatalogPublish = CatalogPublish;
3065
- exports.Categories = Categories;
3066
- exports.Category = Category;
3067
- exports.CategoryAdd = CategoryAdd;
3068
- exports.CategoryAnd = CategoryAnd;
3069
- exports.CategoryNew = CategoryNew;
3070
- exports.CategoryNewEach = CategoryNewEach;
3071
- exports.Caution = Caution;
3072
- exports.CautionInverted = CautionInverted;
3073
- exports.Cda = Cda;
3074
- exports.CellTower = CellTower;
3075
- exports.CenterCircle = CenterCircle;
3076
- exports.CenterSquare = CenterSquare;
3077
- exports.CenterToFit = CenterToFit;
3078
- exports.Certificate = Certificate;
3079
- exports.CertificateCheck = CertificateCheck;
3080
- exports.ChangeCatalog = ChangeCatalog;
3081
- exports.CharacterDecimal = CharacterDecimal;
3082
- exports.CharacterFraction = CharacterFraction;
3083
- exports.CharacterInteger = CharacterInteger;
3084
- exports.CharacterLowerCase = CharacterLowerCase;
3085
- exports.CharacterNegativeNumber = CharacterNegativeNumber;
3086
- exports.CharacterPatterns = CharacterPatterns;
3087
- exports.CharacterSentenceCase = CharacterSentenceCase;
3088
- exports.CharacterUpperCase = CharacterUpperCase;
3089
- exports.CharacterWholeNumber = CharacterWholeNumber;
3090
- exports.ChargingStation = ChargingStation;
3091
- exports.ChargingStationFilled = ChargingStationFilled;
3092
- exports.ChartArea = ChartArea;
3093
- exports.ChartAreaSmooth = ChartAreaSmooth;
3094
- exports.ChartAreaStepper = ChartAreaStepper;
3095
- exports.ChartAverage = ChartAverage;
3096
- exports.ChartBar = ChartBar;
3097
- exports.ChartBarFloating = ChartBarFloating;
3098
- exports.ChartBarOverlay = ChartBarOverlay;
3099
- exports.ChartBarStacked = ChartBarStacked;
3100
- exports.ChartBarTarget = ChartBarTarget;
3101
- exports.ChartBubble = ChartBubble;
3102
- exports.ChartBubblePacked = ChartBubblePacked;
3103
- exports.ChartBullet = ChartBullet;
3104
- exports.ChartCandlestick = ChartCandlestick;
3105
- exports.ChartClusterBar = ChartClusterBar;
3106
- exports.ChartColumn = ChartColumn;
3107
- exports.ChartColumnFloating = ChartColumnFloating;
3108
- exports.ChartColumnTarget = ChartColumnTarget;
3109
- exports.ChartCombo = ChartCombo;
3110
- exports.ChartComboStacked = ChartComboStacked;
3111
- exports.ChartCustom = ChartCustom;
3112
- exports.ChartDualYAxis = ChartDualYAxis;
3113
- exports.ChartErrorBar = ChartErrorBar;
3114
- exports.ChartErrorBarAlt = ChartErrorBarAlt;
3115
- exports.ChartEvaluation = ChartEvaluation;
3116
- exports.ChartHighLow = ChartHighLow;
3117
- exports.ChartHistogram = ChartHistogram;
3118
- exports.ChartLine = ChartLine;
3119
- exports.ChartLineData = ChartLineData;
3120
- exports.ChartLineSmooth = ChartLineSmooth;
3121
- exports.ChartLogisticRegression = ChartLogisticRegression;
3122
- exports.ChartMarimekko = ChartMarimekko;
3123
- exports.ChartMaximum = ChartMaximum;
3124
- exports.ChartMedian = ChartMedian;
3125
- exports.ChartMinimum = ChartMinimum;
3126
- exports.ChartMultiLine = ChartMultiLine;
3127
- exports.ChartMultitype = ChartMultitype;
3128
- exports.ChartNetwork = ChartNetwork;
3129
- exports.ChartParallel = ChartParallel;
3130
- exports.ChartPie = ChartPie;
3131
- exports.ChartPlanningWaterfall = ChartPlanningWaterfall;
3132
- exports.ChartPoint = ChartPoint;
3133
- exports.ChartPopulation = ChartPopulation;
3134
- exports.ChartRadar = ChartRadar;
3135
- exports.ChartRadial = ChartRadial;
3136
- exports.ChartRelationship = ChartRelationship;
3137
- exports.ChartRing = ChartRing;
3138
- exports.ChartRiver = ChartRiver;
3139
- exports.ChartRose = ChartRose;
3140
- exports.ChartScatter = ChartScatter;
3141
- exports.ChartSpiral = ChartSpiral;
3142
- exports.ChartStacked = ChartStacked;
3143
- exports.ChartStepper = ChartStepper;
3144
- exports.ChartSunburst = ChartSunburst;
3145
- exports.ChartTSne = ChartTSne;
3146
- exports.ChartTreemap = ChartTreemap;
3147
- exports.ChartVennDiagram = ChartVennDiagram;
3148
- exports.ChartViolinPlot = ChartViolinPlot;
3149
- exports.ChartWaterfall = ChartWaterfall;
3150
- exports.ChartWinLoss = ChartWinLoss;
3151
- exports.Chart_3D = Chart_3D;
3152
- exports.Chat = Chat;
3153
- exports.ChatBot = ChatBot;
3154
- exports.ChatLaunch = ChatLaunch;
3155
- exports.ChatOff = ChatOff;
3156
- exports.ChatOperational = ChatOperational;
3157
- exports.Checkbox = Checkbox;
3158
- exports.CheckboxChecked = CheckboxChecked;
3159
- exports.CheckboxCheckedFilled = CheckboxCheckedFilled;
3160
- exports.CheckboxIndeterminate = CheckboxIndeterminate;
3161
- exports.CheckboxIndeterminateFilled = CheckboxIndeterminateFilled;
3162
- exports.Checkmark = Checkmark;
3163
- exports.CheckmarkFilled = CheckmarkFilled;
3164
- exports.CheckmarkFilledError = CheckmarkFilledError;
3165
- exports.CheckmarkFilledWarning = CheckmarkFilledWarning;
3166
- exports.CheckmarkOutline = CheckmarkOutline;
3167
2981
  exports.CheckmarkOutlineError = CheckmarkOutlineError;
3168
2982
  exports.CheckmarkOutlineWarning = CheckmarkOutlineWarning;
3169
2983
  exports.Chemistry = Chemistry;
@@ -3173,7 +2987,119 @@ exports.ChevronDownOutline = ChevronDownOutline;
3173
2987
  exports.ChevronLeft = ChevronLeft;
3174
2988
  exports.ChevronMini = ChevronMini;
3175
2989
  exports.ChevronRight = ChevronRight;
3176
- exports.QCcX = QCcX;
3177
- exports.WatsonHealthCdArchive = WatsonHealthCdArchive;
3178
- exports.WatsonHealthCdCreateArchive = WatsonHealthCdCreateArchive;
3179
- exports.WatsonHealthCdCreateExchange = WatsonHealthCdCreateExchange;
2990
+ exports.ChevronSort = ChevronSort;
2991
+ exports.ChevronSortDown = ChevronSortDown;
2992
+ exports.ChevronSortUp = ChevronSortUp;
2993
+ exports.ChevronUp = ChevronUp;
2994
+ exports.ChevronUpOutline = ChevronUpOutline;
2995
+ exports.Chip = Chip;
2996
+ exports.Choices = Choices;
2997
+ exports.ChooseItem = ChooseItem;
2998
+ exports.ChoroplethMap = ChoroplethMap;
2999
+ exports.CicsCmas = CicsCmas;
3000
+ exports.CicsDb2Connection = CicsDb2Connection;
3001
+ exports.CicsExplorer = CicsExplorer;
3002
+ exports.CicsProgram = CicsProgram;
3003
+ exports.CicsRegion = CicsRegion;
3004
+ exports.CicsRegionAlt = CicsRegionAlt;
3005
+ exports.CicsRegionRouting = CicsRegionRouting;
3006
+ exports.CicsRegionTarget = CicsRegionTarget;
3007
+ exports.CicsSit = CicsSit;
3008
+ exports.CicsSitOverrides = CicsSitOverrides;
3009
+ exports.CicsSystemGroup = CicsSystemGroup;
3010
+ exports.CicsTransactionServerZos = CicsTransactionServerZos;
3011
+ exports.CicsWuiRegion = CicsWuiRegion;
3012
+ exports.Cicsplex = Cicsplex;
3013
+ exports.CircleDash = CircleDash;
3014
+ exports.CircleFill = CircleFill;
3015
+ exports.CircleFilled = CircleFilled;
3016
+ exports.CircleOutline = CircleOutline;
3017
+ exports.CirclePacking = CirclePacking;
3018
+ exports.CircleSolid = CircleSolid;
3019
+ exports.CircleStroke = CircleStroke;
3020
+ exports.Classification = Classification;
3021
+ exports.ClassifierLanguage = ClassifierLanguage;
3022
+ exports.Clean = Clean;
3023
+ exports.Close = Close;
3024
+ exports.CloseFilled = CloseFilled;
3025
+ exports.CloseLarge = CloseLarge;
3026
+ exports.CloseOutline = CloseOutline;
3027
+ exports.ClosedCaption = ClosedCaption;
3028
+ exports.ClosedCaptionAlt = ClosedCaptionAlt;
3029
+ exports.ClosedCaptionFilled = ClosedCaptionFilled;
3030
+ exports.Cloud = Cloud;
3031
+ exports.CloudAlerting = CloudAlerting;
3032
+ exports.CloudApp = CloudApp;
3033
+ exports.CloudAuditing = CloudAuditing;
3034
+ exports.CloudCeiling = CloudCeiling;
3035
+ exports.CloudDataOps = CloudDataOps;
3036
+ exports.CloudDownload = CloudDownload;
3037
+ exports.CloudFoundry_1 = CloudFoundry_1;
3038
+ exports.CloudFoundry_2 = CloudFoundry_2;
3039
+ exports.CloudLogging = CloudLogging;
3040
+ exports.CloudMonitoring = CloudMonitoring;
3041
+ exports.CloudOffline = CloudOffline;
3042
+ exports.CloudRegistry = CloudRegistry;
3043
+ exports.CloudSatellite = CloudSatellite;
3044
+ exports.CloudSatelliteConfig = CloudSatelliteConfig;
3045
+ exports.CloudSatelliteLink = CloudSatelliteLink;
3046
+ exports.CloudSatelliteServices = CloudSatelliteServices;
3047
+ exports.CloudServiceManagement = CloudServiceManagement;
3048
+ exports.CloudServices = CloudServices;
3049
+ exports.CloudUpload = CloudUpload;
3050
+ exports.Cloudy = Cloudy;
3051
+ exports.Code = Code;
3052
+ exports.CodeBlock = CodeBlock;
3053
+ exports.CodeHide = CodeHide;
3054
+ exports.CodeReference = CodeReference;
3055
+ exports.CodeSigningService = CodeSigningService;
3056
+ exports.Cognitive = Cognitive;
3057
+ exports.Collaborate = Collaborate;
3058
+ exports.CollapseAll = CollapseAll;
3059
+ exports.CollapseCategories = CollapseCategories;
3060
+ exports.ColorPalette = ColorPalette;
3061
+ exports.ColorSwitch = ColorSwitch;
3062
+ exports.Column = Column;
3063
+ exports.ColumnDelete = ColumnDelete;
3064
+ exports.ColumnDependency = ColumnDependency;
3065
+ exports.ColumnInsert = ColumnInsert;
3066
+ exports.Commit = Commit;
3067
+ exports.CommunicationUnified = CommunicationUnified;
3068
+ exports.Compare = Compare;
3069
+ exports.Compass = Compass;
3070
+ exports.Concept = Concept;
3071
+ exports.ConditionPoint = ConditionPoint;
3072
+ exports.ConditionWaitPoint = ConditionWaitPoint;
3073
+ exports.Connect = Connect;
3074
+ exports.ConnectRecursive = ConnectRecursive;
3075
+ exports.ConnectReference = ConnectReference;
3076
+ exports.ConnectSource = ConnectSource;
3077
+ exports.ConnectTarget = ConnectTarget;
3078
+ exports.ConnectionFlowUsage = ConnectionFlowUsage;
3079
+ exports.ConnectionReceive = ConnectionReceive;
3080
+ exports.ConnectionSend = ConnectionSend;
3081
+ exports.ConnectionSignal = ConnectionSignal;
3082
+ exports.ConnectionSignalOff = ConnectionSignalOff;
3083
+ exports.ConnectionTwoWay = ConnectionTwoWay;
3084
+ exports.ConnectionUsage = ConnectionUsage;
3085
+ exports.Constraint = Constraint;
3086
+ exports.Construction = Construction;
3087
+ exports.ContainerEngine = ContainerEngine;
3088
+ exports.ContainerImage = ContainerImage;
3089
+ exports.ContainerImagePull = ContainerImagePull;
3090
+ exports.ContainerImagePush = ContainerImagePush;
3091
+ exports.ContainerImagePushPull = ContainerImagePushPull;
3092
+ exports.ContainerRegistry = ContainerRegistry;
3093
+ exports.ContainerRuntime = ContainerRuntime;
3094
+ exports.ContainerRuntimeMonitor = ContainerRuntimeMonitor;
3095
+ exports.ContainerServices = ContainerServices;
3096
+ exports.ContainerSoftware = ContainerSoftware;
3097
+ exports.ContentDeliveryNetwork = ContentDeliveryNetwork;
3098
+ exports.ContentView = ContentView;
3099
+ exports.Continue = Continue;
3100
+ exports.ContinueFilled = ContinueFilled;
3101
+ exports.ContinuousDeployment = ContinuousDeployment;
3102
+ exports.QCircuitComposer = QCircuitComposer;
3103
+ exports.QComposerEdit = QComposerEdit;
3104
+ exports.WatsonHealthCircleMeasurement = WatsonHealthCircleMeasurement;
3105
+ exports.WatsonHealthCobbAngle = WatsonHealthCobbAngle;