@carbon-labs/react-animated-header 0.2.0 → 0.3.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 (62) hide show
  1. package/es/__stories__/AnimatedHeader.stories.d.ts +12 -4
  2. package/es/__stories__/data/index.d.ts +1 -1
  3. package/es/components/AnimatedHeader/AnimatedHeader.d.ts +12 -4
  4. package/es/components/AnimatedHeader/AnimatedHeader.js +27 -14
  5. package/es/components/Tiles/AIPromptTile/AIPromptTile.js +3 -3
  6. package/es/components/Tiles/BaseTile/BaseTile.d.ts +1 -1
  7. package/es/components/Tiles/BaseTile/BaseTile.js +4 -4
  8. package/es/components/Tiles/GlassTile/GlassTile.js +2 -2
  9. package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +392 -403
  10. package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +679 -676
  11. package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +808 -768
  12. package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +959 -998
  13. package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +827 -826
  14. package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +890 -853
  15. package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +741 -776
  16. package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +935 -939
  17. package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +839 -760
  18. package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +705 -779
  19. package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +941 -1002
  20. package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +992 -123
  21. package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +676 -775
  22. package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +803 -719
  23. package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +834 -828
  24. package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +768 -781
  25. package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +836 -822
  26. package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +816 -850
  27. package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +943 -986
  28. package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +921 -915
  29. package/es/node_modules/@carbon/icons-react/es/index.js +20 -20
  30. package/lib/__stories__/AnimatedHeader.stories.d.ts +12 -4
  31. package/lib/__stories__/data/index.d.ts +1 -1
  32. package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +12 -4
  33. package/lib/components/AnimatedHeader/AnimatedHeader.js +27 -14
  34. package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +4 -4
  35. package/lib/components/Tiles/BaseTile/BaseTile.d.ts +1 -1
  36. package/lib/components/Tiles/BaseTile/BaseTile.js +4 -4
  37. package/lib/components/Tiles/GlassTile/GlassTile.js +2 -2
  38. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +394 -405
  39. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +686 -683
  40. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +833 -793
  41. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +985 -1024
  42. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +854 -853
  43. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +920 -883
  44. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +771 -806
  45. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +966 -970
  46. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +871 -792
  47. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +738 -812
  48. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +974 -1035
  49. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +1025 -122
  50. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +684 -783
  51. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +811 -727
  52. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +843 -837
  53. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +778 -791
  54. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +848 -834
  55. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +832 -866
  56. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +964 -1007
  57. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +943 -937
  58. package/lib/node_modules/@carbon/icons-react/es/index.js +435 -401
  59. package/package.json +2 -2
  60. package/scss/AnimatedHeader/animated-header.scss +16 -8
  61. package/scss/Tiles/AIPromptTile/ai-prompt-tile.scss +1 -1
  62. package/scss/Tiles/GlassTile/glass-tile.scss +13 -1
@@ -12,9 +12,8 @@ var Icon = require('../Icon.js');
12
12
  var iconPropTypes4cbeb95d = require('../iconPropTypes-4cbeb95d.js');
13
13
  require('prop-types');
14
14
 
15
- var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _circle, _circle2, _circle3, _circle4, _path9, _circle5, _path10, _circle6, _path11, _circle7, _path12, _circle8, _circle9, _path13, _circle10, _path14, _path15, _circle11, _path16, _circle12, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _circle13, _circle14, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _circle15, _path45, _path46, _path47, _path48, _circle16, _circle17, _circle18, _circle19, _circle20, _path49, _path50, _path51, _circle21, _circle22, _circle23, _circle24, _path52, _path53, _path54, _circle25, _path55, _path56, _path57, _path58, _path59, _circle26, _circle27, _path60, _path61, _path62, _path63, _circle28, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _circle29, _circle30, _path71, _path72, _path73, _path74, _path75, _circle31, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _circle32, _path90, _circle33, _path91, _circle34, _path92, _circle35, _path93, _circle36, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _circle37, _path102, _circle38, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _circle39, _circle40, _path133, _path134, _circle41, _path135, _path136, _circle42, _circle43, _circle44, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _circle45, _path174, _path175, _circle46, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _switch, _circle47, _circle48, _circle49, _circle50, _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, _circle51, _circle52, _circle53, _path219, _path220, _circle54, _circle55, _path221, _circle56, _path222, _path223, _path224, _path225, _circle57, _path226, _circle58, _path227, _circle59, _path228, _path229, _path230, _path231, _path232, _path233, _path234, _path235, _path236, _path237, _path238, _path239;
16
- const didWarnAboutDeprecation = {};
17
- const IbmEngineeringSystemsDesignRhapsodyModelManager = /*#__PURE__*/React.forwardRef(function IbmEngineeringSystemsDesignRhapsodyModelManager(_ref, ref) {
15
+ var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _circle, _circle2, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _circle3, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _circle4, _circle5, _circle6, _circle7, _path42, _circle8, _path43, _circle9, _path44, _circle10, _path45, _circle11, _circle12, _path46, _circle13, _path47, _path48, _circle14, _path49, _circle15, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _circle16, _circle17, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _circle18, _path79, _path80, _path81, _path82, _circle19, _circle20, _circle21, _circle22, _circle23, _path83, _path84, _path85, _circle24, _circle25, _circle26, _circle27, _path86, _path87, _path88, _circle28, _path89, _path90, _path91, _path92, _path93, _circle29, _circle30, _path94, _path95, _path96, _path97, _circle31, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _circle32, _circle33, _path105, _path106, _path107, _path108, _path109, _path110, _circle34, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _circle35, _path125, _circle36, _path126, _circle37, _path127, _circle38, _path128, _circle39, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _circle40, _path137, _circle41, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _circle42, _circle43, _path169, _path170, _circle44, _path171, _path172, _circle45, _circle46, _circle47, _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, _circle48, _path210, _path211, _circle49, _path212, _path213, _path214, _path215, _path216, _path217, _path218, _path219, _path220, _path221, _path222, _path223, _path224, _switch, _circle50, _circle51, _circle52, _circle53, _path225, _path226, _path227, _path228, _path229, _path230;
16
+ const IbmConsultingAdvantageAssistant = /*#__PURE__*/React.forwardRef(function IbmConsultingAdvantageAssistant(_ref, ref) {
18
17
  let {
19
18
  children,
20
19
  size = 16,
@@ -29,14 +28,13 @@ const IbmEngineeringSystemsDesignRhapsodyModelManager = /*#__PURE__*/React.forwa
29
28
  fill: "currentColor",
30
29
  ...rest
31
30
  }, _path || (_path = /*#__PURE__*/React.createElement("path", {
32
- strokeWidth: "0",
33
- d: "M27 30h-8c-2.2061 0-4-1.7939-4-4 0-1.8887 1.3164-3.4766 3.0801-3.8936.4219-2.332 2.4678-4.1064 4.9199-4.1064s4.498 1.7744 4.9199 4.1064c1.7637.417 3.0801 2.0049 3.0801 3.8936 0 2.2061-1.7939 4-4 4zm-8-2h8c1.1025 0 2-.8975 2-2s-.8975-2-2-2h-1v-1c0-1.6543-1.3457-3-3-3s-3 1.3457-3 3v1h-1c-1.1025 0-2 .8975-2 2s.8975 2 2 2zM12 27h-2c-3.8599 0-7-3.1401-7-7v-2h2v2c0 2.7568 2.2432 5 5 5h2v2zM27 15v-4c0-3.8599-3.1401-7-7-7h-7v2h7c2.7568 0 5 2.2432 5 5v4h2zM10 8V4c0-1.1046-.8954-2-2-2H2v13h2v-5h1.48l2.34 5h2.18l-2.33-5h.33c1.1046 0 2-.8954 2-2zM4 4h4v4h-4V4z"
31
+ d: "M16,30c-7.72,0-14-6.28-14-14S8.28,2,16,2s14,6.28,14,14c0,2.62-.73,5.18-2.11,7.39.05.74,1.05,3.21,2.01,5.17.19.38.11.84-.19,1.14-.3.3-.76.38-1.14.2-1.99-.96-4.5-1.94-5.24-1.97-2.2,1.35-4.73,2.07-7.33,2.07ZM16,4c-6.62,0-12,5.38-12,12s5.38,12,12,12c2.27,0,4.48-.64,6.39-1.84.32-.21,1.01-.63,4.58.84-1.5-3.54-1.07-4.22-.87-4.54,1.23-1.93,1.89-4.16,1.89-6.46,0-6.62-5.38-12-12-12h.01ZM23.83,20.87l-1.67-1.11c-.37.56-.85,1.03-1.4,1.4-2.3,1.53-5.4.9-6.93-1.4l-1.67,1.11c1.3,1.96,3.49,3.13,5.83,3.13,2.35,0,4.54-1.17,5.83-3.13h.01ZM22,13c-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2c.01-1.09-.87-1.99-1.96-2h-.04ZM14,13c-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2c.01-1.09-.87-1.99-1.96-2h-.04Z"
34
32
  })), children);
35
33
  });
36
34
  if (process.env.NODE_ENV !== "production") {
37
- IbmEngineeringSystemsDesignRhapsodyModelManager.propTypes = iconPropTypes4cbeb95d.i;
35
+ IbmConsultingAdvantageAssistant.propTypes = iconPropTypes4cbeb95d.i;
38
36
  }
39
- const IbmEngineeringSystemsDesignRhapsodySn1 = /*#__PURE__*/React.forwardRef(function IbmEngineeringSystemsDesignRhapsodySn1(_ref2, ref) {
37
+ const IbmContentServices = /*#__PURE__*/React.forwardRef(function IbmContentServices(_ref2, ref) {
40
38
  let {
41
39
  children,
42
40
  size = 16,
@@ -51,14 +49,17 @@ const IbmEngineeringSystemsDesignRhapsodySn1 = /*#__PURE__*/React.forwardRef(fun
51
49
  fill: "currentColor",
52
50
  ...rest
53
51
  }, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
54
- strokeWidth: "0",
55
- d: "M13 27h-3c-3.8599 0-7-3.1401-7-7v-2h2v2c0 2.7568 2.2432 5 5 5h3v2zM25 27h-4c-1.1025 0-2-.8975-2-2v-4c0-1.1025.8975-2 2-2h4c1.1025 0 2 .8975 2 2v4c0 1.1025-.8975 2-2 2zm-4-6h-.002l.002 4h4v-4h-4zM25 15H27V17H25zM29 19H31V21H29zM29 23H31V25H29zM15 21H17V23H15zM15 25H17V27H15zM15 29H17V31H15zM19 29H21V31H19zM27 13v-2c0-3.8599-3.1401-7-7-7h-7v2h7c2.7568 0 5 2.2432 5 5v2h2zM10 8V4c0-1.1046-.8954-2-2-2H2v13h2v-5h1.48l2.34 5h2.18l-2.33-5h.33c1.1046 0 2-.8954 2-2zM4 4h4v4h-4V4z"
52
+ d: "M26,32l-2.1387-1.0117c-1.7383-.8232-2.8613-2.5977-2.8613-4.5205v-6.4678h10v6.4678c0,1.9238-1.123,3.6973-2.8613,4.5195l-2.1387,1.0127Zm-1.2832-2.8203l1.2832,.6074,1.2832-.6074c1.043-.4932,1.7168-1.5576,1.7168-2.7119v-4.4678h-6v4.4678c0,1.1543,.6738,2.2188,1.7168,2.7119h0Z"
53
+ })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
54
+ d: "M17,10.5859c-.3752-.375-.8838-.5859-1.4143-.5859h-5.5857c-1.1045,0-2,.8955-2,2v14c0,1.1045,.8955,2,2,2h9v-2H10V12h4v4c0,1.1045,.8955,2,2,2h4.2917c.6929,0,1.312-.4136,1.5771-1.0537,.2656-.6406,.1201-1.3711-.3701-1.8613l-4.4988-4.499Zm-1,5.4141v-3.5859l3.5852,3.5859h-3.5852Z"
55
+ })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
56
+ d: "M28,6H16l-3.4141-3.4141c-.3752-.375-.8838-.5859-1.4143-.5859H4c-1.1045,0-2,.8955-2,2V24c0,1.1045,.8955,2,2,2h2v-2H4V4h7.1716l4,4h12.8284v10h2V8c0-1.1045-.8955-2-2-2Z"
56
57
  })), children);
57
58
  });
58
59
  if (process.env.NODE_ENV !== "production") {
59
- IbmEngineeringSystemsDesignRhapsodySn1.propTypes = iconPropTypes4cbeb95d.i;
60
+ IbmContentServices.propTypes = iconPropTypes4cbeb95d.i;
60
61
  }
61
- const IbmEngineeringSystemsDesignRhapsodySn2 = /*#__PURE__*/React.forwardRef(function IbmEngineeringSystemsDesignRhapsodySn2(_ref3, ref) {
62
+ const IbmDataband = /*#__PURE__*/React.forwardRef(function IbmDataband(_ref3, ref) {
62
63
  let {
63
64
  children,
64
65
  size = 16,
@@ -72,18 +73,14 @@ const IbmEngineeringSystemsDesignRhapsodySn2 = /*#__PURE__*/React.forwardRef(fun
72
73
  viewBox: "0 0 32 32",
73
74
  fill: "currentColor",
74
75
  ...rest
75
- }, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
76
- strokeWidth: "0",
77
- d: "M19 24H21V26H19z"
78
- })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
79
- strokeWidth: "0",
80
- d: "M17 21h12c1.1046 0 2 .8954 2 2v4c0 1.1046-.8954 2-2 2h-12c-1.1046 0-2-.8954-2-2v-4c0-1.1046.8954-2 2-2zm12 6v-4h-12v4h12zM12 27h-2c-3.8599 0-7-3.1401-7-7v-2h2v2c0 2.7568 2.2432 5 5 5h2v2zM27 18v-7c0-3.8599-3.1401-7-7-7h-7v2h7c2.7568 0 5 2.2432 5 5v7h2zM10 8V4c0-1.1046-.8954-2-2-2H2v13h2v-5h1.48l2.34 5h2.18l-2.33-5h.33c1.1046 0 2-.8954 2-2zM4 4h4v4h-4V4z"
76
+ }, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
77
+ d: "M27.69,16.37c.84.83,1.31,1.97,1.31,3.15,0,1.19-.47,2.33-1.32,3.17-.88.87-2.03,1.31-3.18,1.31s-2.31-.44-3.19-1.31c-.59-.59-7.76-7.72-10.76-10.7l-1.27-1.27c-.59-.61-1.46-.84-2.28-.66-.47.11-.91.31-1.26.66-.47.47-.73,1.1-.73,1.76s.26,1.29.73,1.76c.52.51,6.74,6.7,6.74,6.7l-1.42,1.41-6.74-6.7c-.85-.85-1.32-1.97-1.32-3.17s.47-2.32,1.32-3.17c.85-.85,1.98-1.31,3.18-1.31s2.33.47,3.18,1.31l1.27,1.27,10.76,10.7c.98.97,2.56.97,3.54,0,.47-.47.73-1.1.73-1.76s-.26-1.29-.73-1.76l-6.73-6.69,1.42-1.41,6.74,6.7h0l.01.01ZM16,2c2.21,0,4,1.79,4,4s-1.79,4-4,4h0c-2.21,0-4-1.79-4-4s1.79-4,4-4h0ZM16.02,8c1.09,0,1.98-.9,1.98-2s-.89-2-1.98-2h-.09c-1.1.03-1.96.95-1.93,2.04h0c.02,1.1.92,1.97,2.02,1.95h0v.01ZM20,26c0,2.21-1.79,4-4,4s-4-1.79-4-4,1.79-4,4-4,4,1.79,4,4ZM16.02,28c1.09,0,1.98-.9,1.98-2s-.89-2-1.98-2h-.09c-1.1.03-1.96.95-1.93,2.04h0c.02,1.1.92,1.97,2.02,1.95h0v.01Z"
81
78
  })), children);
82
79
  });
83
80
  if (process.env.NODE_ENV !== "production") {
84
- IbmEngineeringSystemsDesignRhapsodySn2.propTypes = iconPropTypes4cbeb95d.i;
81
+ IbmDataband.propTypes = iconPropTypes4cbeb95d.i;
85
82
  }
86
- const IbmEngineeringTestMgmt = /*#__PURE__*/React.forwardRef(function IbmEngineeringTestMgmt(_ref4, ref) {
83
+ const IbmDataPower = /*#__PURE__*/React.forwardRef(function IbmDataPower(_ref4, ref) {
87
84
  let {
88
85
  children,
89
86
  size = 16,
@@ -97,21 +94,14 @@ const IbmEngineeringTestMgmt = /*#__PURE__*/React.forwardRef(function IbmEnginee
97
94
  viewBox: "0 0 32 32",
98
95
  fill: "currentColor",
99
96
  ...rest
100
- }, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
101
- strokeWidth: "0",
102
- d: "m16,30c-7.7197,0-14-6.2803-14-14h2c0,6.6167,5.3833,12,12,12s12-5.3833,12-12h2c0,7.7197-6.2803,14-14,14Z"
103
- })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
104
- strokeWidth: "0",
105
- d: "m16,26c-5.5139,0-10-4.4861-10-10h2c0,4.4111,3.5889,8,8,8s8-3.5889,8-8h2c0,5.5139-4.4861,10-10,10Z"
106
- })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
107
- strokeWidth: "0",
108
- d: "M16 20c-2.2056 0-4-1.7944-4-4s1.7944-4 4-4 4 1.7944 4 4-1.7944 4-4 4zm0-6c-1.103 0-2 .897-2 2s.897 2 2 2 2-.897 2-2-.897-2-2-2zM16 2c-4.9719 0-9.4933 2.6113-12 6.7883v-4.7883h-2v8h8v-2h-4.3881c2.126-3.6848 6.0558-6 10.3881-6 3.2051 0 6.2188 1.248 8.4854 3.5146l1.4141-1.4141c-2.644-2.6445-6.1597-4.1006-9.8994-4.1006z"
97
+ }, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
98
+ d: "M16,21c-2.7568,0-5-2.2432-5-5s2.2432-5,5-5,5,2.2432,5,5-2.2432,5-5,5ZM16,13c-1.6543,0-3,1.3457-3,3s1.3457,3,3,3,3-1.3457,3-3-1.3457-3-3-3ZM27,25c0-1.1046-.8954-2-2-2s-2,.8954-2,2,.8954,2,2,2,2-.8954,2-2ZM5,7c0,1.1046.8954,2,2,2s2-.8954,2-2-.8954-2-2-2-2,.8954-2,2ZM30,16c0-7.7197-6.2803-14-14-14-1.8638,0-3.6758.3623-5.3857,1.0771l.7715,1.8457c1.4644-.6123,3.0166-.9229,4.6143-.9229,6.2803,0,11.4492,4.8496,11.959,11h-4.959v2h7v-1ZM21.3857,28.9229l-.7715-1.8457c-1.4639.6123-3.0166.9229-4.6143.9229-6.2798,0-11.4487-4.8496-11.9585-11h4.9585v-2H2v1c0,7.7197,6.2803,14,14,14,1.8643,0,3.6768-.3623,5.3857-1.0771Z"
109
99
  })), children);
110
100
  });
111
101
  if (process.env.NODE_ENV !== "production") {
112
- IbmEngineeringTestMgmt.propTypes = iconPropTypes4cbeb95d.i;
102
+ IbmDataPower.propTypes = iconPropTypes4cbeb95d.i;
113
103
  }
114
- const IbmEngineeringWorkflowMgmt = /*#__PURE__*/React.forwardRef(function IbmEngineeringWorkflowMgmt(_ref5, ref) {
104
+ const IbmDataProductExchange = /*#__PURE__*/React.forwardRef(function IbmDataProductExchange(_ref5, ref) {
115
105
  let {
116
106
  children,
117
107
  size = 16,
@@ -125,30 +115,18 @@ const IbmEngineeringWorkflowMgmt = /*#__PURE__*/React.forwardRef(function IbmEng
125
115
  viewBox: "0 0 32 32",
126
116
  fill: "currentColor",
127
117
  ...rest
128
- }, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
129
- strokeWidth: "0",
130
- d: "m31.3242,11.2612c-2.5444-2.103-5.7671-3.2612-9.0737-3.2612h-.2505v2h.2505c2.6079,0,5.1543.8374,7.2456,2.3716-1.3672,3.3955-4.1621,5.9414-7.5483,7.0366.0347-.4028.0522-.8096.0522-1.2197,0-7.8237-6.3647-14.1885-14.1885-14.1885-.9282,0-1.8555.0903-2.7563.2681l-.6572.1299-.1299.6572c-.1777.9009-.2681,1.8281-.2681,2.7563,0,4.1244,1.7795,7.8315,4.5983,10.4264-.3759,1.2767-.5992,2.6185-.5992,4.0165l.001.0009c.0011,3.3049,1.159,6.5258,3.261,9.069l.4385.5303.6523-.2202c4.6675-1.5752,8.0962-5.4111,9.2368-10.0454,4.6343-1.1406,8.4702-4.5693,10.0454-9.2368l.2202-.6523-.5303-.4385ZM12.3716,29.4961c-1.5342-2.0913-2.3716-4.6377-2.3716-7.2456h-.0006c.0003-.9115.1136-1.7958.304-2.6512,2.2567,1.5145,4.9689,2.4008,7.8851,2.4008.4102,0,.8169-.0176,1.2197-.0522-1.0952,3.3862-3.6411,6.1812-7.0366,7.5483Zm7.5112-9.6133c-.5557.0771-1.1211.1172-1.6943.1172-2.7159,0-5.2186-.9039-7.2472-2.4116.8616-2.0793,2.2642-3.881,4.0479-5.204l-1.28-1.53c-1.8557,1.3905-3.3427,3.2305-4.3404,5.3458-2.0815-2.1875-3.3687-5.1378-3.3687-8.3887,0-.5684.0391-1.1357.1167-1.6948.5591-.0776,1.1265-.1167,1.6948-.1167,6.7207,0,12.1885,5.4678,12.1885,12.1885,0,.5732-.04,1.1387-.1172,1.6943Z"
131
- })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
132
- cx: "20",
133
- cy: "2",
134
- r: "2",
135
- strokeWidth: "0"
136
- })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
137
- cx: "27",
138
- cy: "26",
139
- r: "2",
140
- strokeWidth: "0"
141
- })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
142
- cx: "2",
143
- cy: "20",
144
- r: "2",
145
- strokeWidth: "0"
118
+ }, _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
119
+ d: "m24,21v2h1.7483c-2.2363,3.1196-5.8357,5-9.7483,5-6.6169,0-12-5.3833-12-12h-2c0,7.7197,6.2803,14,14,14,4.355,0,8.3743-2.001,11-5.3452v1.3452h2v-5h-5Z"
120
+ })), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
121
+ d: "m22.5046,11.6367l-5.9883-3.5c-.1594-.0933-.3381-.1387-.5164-.1367-.1699.002-.3394.0474-.4915.1357l-6.0117,3.5c-.3076.1792-.4968.5083-.4968.8643v7c0,.356.1892.6851.4968.8643l6.0117,3.5c.1555.0903.3176.1357.4915.1357.1743,0,.3604-.0454.5164-.1367l5.9883-3.5c.3069-.1792.4954-.5078.4954-.8633v-7c0-.3555-.1885-.6841-.4954-.8633Zm-6.4939-1.479l4.0076,2.3423-4.0076,2.3423-4.0232-2.3423,4.0232-2.3423Zm-5.0107,4.0815l4,2.3291v4.6855l-4-2.3291v-4.6855Zm6,7.0249v-4.6836l4-2.3379v4.6836l-4,2.3379Z"
122
+ })), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
123
+ d: "m16,2c-4.355,0-8.3743,2.001-11,5.3452v-1.3452h-2v5h5v-2h-1.7483c2.2363-3.1196,5.8357-5,9.7483-5,6.6169,0,12,5.3833,12,12h2c0-7.7197-6.2803-14-14-14Z"
146
124
  })), children);
147
125
  });
148
126
  if (process.env.NODE_ENV !== "production") {
149
- IbmEngineeringWorkflowMgmt.propTypes = iconPropTypes4cbeb95d.i;
127
+ IbmDataProductExchange.propTypes = iconPropTypes4cbeb95d.i;
150
128
  }
151
- const IbmEventAutomation = /*#__PURE__*/React.forwardRef(function IbmEventAutomation(_ref6, ref) {
129
+ const IbmDataReplication = /*#__PURE__*/React.forwardRef(function IbmDataReplication(_ref6, ref) {
152
130
  let {
153
131
  children,
154
132
  size = 16,
@@ -162,30 +140,14 @@ const IbmEventAutomation = /*#__PURE__*/React.forwardRef(function IbmEventAutoma
162
140
  viewBox: "0 0 32 32",
163
141
  fill: "currentColor",
164
142
  ...rest
165
- }, _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
166
- cx: "4",
167
- cy: "22",
168
- r: "2"
169
- })), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
170
- d: "m13.5,30c-3.0586,0-5.9485-1.4867-7.7305-3.9771l1.6265-1.1638c1.4075,1.9667,3.6892,3.1409,6.104,3.1409,3.969,0,7.2578-3.1002,7.4873-7.0579l1.9966.1157c-.2908,5.0143-4.4565,8.9421-9.4839,8.9421Z"
171
- })), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
172
- cx: "28",
173
- cy: "23",
174
- r: "2"
175
- })), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
176
- d: "M30.6411 19.0948l-1.9243-.5449c.188-.6638.2832-1.3535.2832-2.0499 0-4.1355-3.3645-7.5-7.5-7.5-1.0769 0-2.1157.223-3.0876.6628l-.8247-1.822c1.2329-.558 2.5491-.8408 3.9124-.8408 5.2383 0 9.5 4.2617 9.5 9.5 0 .8807-.1208 1.7537-.3589 2.5948zM20.4141 14.5859l-3-3c-.3774-.3779-.8799-.5859-1.4141-.5859s-1.0366.208-1.4143.5859l-2.9998 3c-.3899.3896-.5859.9019-.5859 1.4141s.196 1.0244.5859 1.4141l2.9998 3c.3777.3779.8801.5859 1.4143.5859s1.0366-.208 1.4141-.5859l3-3c.3899-.3896.5859-.9019.5859-1.4141s-.196-1.0244-.5859-1.4141zm-4.4141 4.4141l-3-3 3-3 2.9998 3-2.9998 3z"
177
- })), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
178
- cx: "16",
179
- cy: "3",
180
- r: "2"
181
- })), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
182
- d: "m8.0254,19.8821c-3.0999-1.6578-5.0254-4.8696-5.0254-8.3821C3,6.4729,6.9277,2.307,11.9421,2.0161l.1157,1.9966c-3.9578.2297-7.0579,3.5186-7.0579,7.4873,0,2.7732,1.5208,5.3092,3.9688,6.6184l-.9434,1.7637Z"
143
+ }, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
144
+ d: "M20 20v2h5.22a11.0163 11.0163 0 01-11.97 4.6533l-.4986 1.937A13 13 0 0026 24.293V28h2V20zM25 3a4.0045 4.0045 0 00-4 4 3.954 3.954 0 00.5669 2.019L9.019 21.5669A3.9521 3.9521 0 007 21a4 4 0 104 4 3.954 3.954 0 00-.5669-2.019L22.981 10.4331A3.9518 3.9518 0 0025 11a4 4 0 000-8zM7 27a2 2 0 112-2A2.002 2.002 0 017 27zM25 9a2 2 0 112-2A2.002 2.002 0 0125 9zM16 3A13.04 13.04 0 006 7.707V4H4v8h8V10H6.78a11.0163 11.0163 0 0111.97-4.6533l.4986-1.937A13.0358 13.0358 0 0016 3z"
183
145
  })), children);
184
146
  });
185
147
  if (process.env.NODE_ENV !== "production") {
186
- IbmEventAutomation.propTypes = iconPropTypes4cbeb95d.i;
148
+ IbmDataReplication.propTypes = iconPropTypes4cbeb95d.i;
187
149
  }
188
- const IbmEventEndpointMgmt = /*#__PURE__*/React.forwardRef(function IbmEventEndpointMgmt(_ref7, ref) {
150
+ const IbmDatastage = /*#__PURE__*/React.forwardRef(function IbmDatastage(_ref7, ref) {
189
151
  let {
190
152
  children,
191
153
  size = 16,
@@ -199,22 +161,16 @@ const IbmEventEndpointMgmt = /*#__PURE__*/React.forwardRef(function IbmEventEndp
199
161
  viewBox: "0 0 32 32",
200
162
  fill: "currentColor",
201
163
  ...rest
202
- }, _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
203
- cx: "29",
204
- cy: "29",
205
- r: "2"
164
+ }, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
165
+ d: "M27 22.1V13h-2v9.1c-1.4.4-2.5 1.5-2.9 2.9H13v2h9.1c.4 1.7 2 3 3.9 3 2.2 0 4-1.8 4-4C30 24.1 28.7 22.6 27 22.1zM26 28c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2S27.1 28 26 28zM10 30H2v-8h8V30zM4 28h4v-4H4V28zM9.9 7H19V5H9.9C9.4 3.3 7.9 2 6 2 3.8 2 2 3.8 2 6c0 1.9 1.3 3.4 3 3.9V19h2V9.9C8.4 9.5 9.5 8.4 9.9 7zM6 8C4.9 8 4 7.1 4 6s.9-2 2-2 2 .9 2 2S7.1 8 6 8z"
206
166
  })), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
207
- d: "M25 30h-8c-1.1028 0-2-.8972-2-2v-4h2v4h8v2zM30 25h-2v-8h-5v-2h5c1.1028 0 2 .8972 2 2v8zM20.4141 14.5859l-3-3c-.3774-.3779-.8799-.5859-1.4141-.5859s-1.0366.208-1.4143.5859l-2.9998 3c-.3899.3896-.5859.9019-.5859 1.4141s.196 1.0244.5859 1.4141l2.9998 3c.3777.3779.8801.5859 1.4143.5859s1.0366-.208 1.4141-.5859l3-3c.3899-.3896.5859-.9019.5859-1.4141s-.196-1.0244-.5859-1.4141zm-4.4141 4.4141l-3-3 3-3 2.9998 3-2.9998 3zM9 17H4c-1.1028 0-2-.8972-2-2V7h2v8h5v2zM17 8h-2V4H7v-2h8c1.1028 0 2 .8972 2 2v4z"
208
- })), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
209
- cx: "3",
210
- cy: "3",
211
- r: "2"
167
+ d: "M22 2L22 4 26.6 4 11 19.6 12.4 21 28 5.4 28 10 30 10 30 2z"
212
168
  })), children);
213
169
  });
214
170
  if (process.env.NODE_ENV !== "production") {
215
- IbmEventEndpointMgmt.propTypes = iconPropTypes4cbeb95d.i;
171
+ IbmDatastage.propTypes = iconPropTypes4cbeb95d.i;
216
172
  }
217
- const IbmEventProcessing = /*#__PURE__*/React.forwardRef(function IbmEventProcessing(_ref8, ref) {
173
+ const IbmDb2 = /*#__PURE__*/React.forwardRef(function IbmDb2(_ref8, ref) {
218
174
  let {
219
175
  children,
220
176
  size = 16,
@@ -228,24 +184,16 @@ const IbmEventProcessing = /*#__PURE__*/React.forwardRef(function IbmEventProces
228
184
  viewBox: "0 0 32 32",
229
185
  fill: "currentColor",
230
186
  ...rest
231
- }, _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
232
- cx: "16",
233
- cy: "29",
234
- r: "2"
235
- })), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
236
- d: "M22.5 30h-2.5v-2h2.5c3.0327 0 5.5-2.4673 5.5-5.5 0-2.5634-1.7395-4.7644-4.23-5.3528l.46-1.9465c3.3972.8026 5.77 3.8042 5.77 7.2993 0 4.1355-3.3645 7.5-7.5 7.5zM20.4141 14.5859l-3-3c-.3774-.3779-.8799-.5859-1.4141-.5859s-1.0366.208-1.4143.5859l-2.9998 3c-.3899.3896-.5859.9019-.5859 1.4141s.196 1.0244.5859 1.4141l2.9998 3c.3777.3779.8801.5859 1.4143.5859s1.0366-.208 1.4141-.5859l3-3c.3899-.3896.5859-.9019.5859-1.4141s-.196-1.0244-.5859-1.4141zm-4.4141 4.4141l-3-3 3-3 2.9998 3-2.9998 3z"
237
- })), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
238
- cx: "16",
239
- cy: "3",
240
- r: "2"
187
+ }, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
188
+ d: "m16,13c-3.4207,0-6,1.5049-6,3.5v8c0,1.9951,2.5793,3.5,6,3.5s6-1.5049,6-3.5v-8c0-1.9951-2.5793-3.5-6-3.5Zm0,2c2.4814,0,4,.9712,4,1.5s-1.5186,1.5-4,1.5-4-.9712-4-1.5,1.5186-1.5,4-1.5Zm0,11c-2.4814,0-4-.9712-4-1.5v-1.3525c1.0469.5342,2.4331.8525,4,.8525s2.9531-.3184,4-.8525v1.3525c0,.5288-1.5186,1.5-4,1.5Zm0-4c-2.4814,0-4-.9712-4-1.5v-1.3525c1.0469.5342,2.4331.8525,4,.8525s2.9531-.3184,4-.8525v1.3525c0,.5288-1.5186,1.5-4,1.5Z"
241
189
  })), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
242
- d: "m7.77,16.7993c-3.3972-.8026-5.77-3.8042-5.77-7.2993C2,5.3645,5.3645,2,9.5,2h2.5v2h-2.5c-3.0327,0-5.5,2.4673-5.5,5.5,0,2.5634,1.7395,4.7645,4.23,5.3528l-.46,1.9465Z"
190
+ d: "m30,15.5c0,3.08-2.14,5.65-5.0099,6.3199v-2.0699c1.75-.62,3.0099-2.28,3.0099-4.25,0-2.33-1.83-4.29-4.15-4.4801l-.81-.0599-.1-.8099c-.43-3.5-3.42-6.15-6.94-6.15-3.53,0-6.52,2.65-6.95,6.15l-.1.8099-.81.0599c-2.32.1901-4.14,2.1501-4.14,4.4801,0,1.96,1.25,3.62,2.9901,4.24v2.08c-2.86-.6799-4.9901-3.25-4.9901-6.3199,0-3.1,2.22-5.75,5.2-6.36.86-4.1201,4.52-7.14,8.8-7.14,4.27,0,7.9301,3.0199,8.8,7.14,2.97.61,5.2,3.26,5.2,6.36Z"
243
191
  })), children);
244
192
  });
245
193
  if (process.env.NODE_ENV !== "production") {
246
- IbmEventProcessing.propTypes = iconPropTypes4cbeb95d.i;
194
+ IbmDb2.propTypes = iconPropTypes4cbeb95d.i;
247
195
  }
248
- const IbmEventStreams = /*#__PURE__*/React.forwardRef(function IbmEventStreams(_ref9, ref) {
196
+ const IbmDb2Alt = /*#__PURE__*/React.forwardRef(function IbmDb2Alt(_ref9, ref) {
249
197
  let {
250
198
  children,
251
199
  size = 16,
@@ -260,25 +208,13 @@ const IbmEventStreams = /*#__PURE__*/React.forwardRef(function IbmEventStreams(_
260
208
  fill: "currentColor",
261
209
  ...rest
262
210
  }, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
263
- d: "m20,27c-2.9795,0-5.7693-1.1719-7.8555-3.2998l1.4282-1.4001c1.7068,1.7411,3.9895,2.7,6.4272,2.7,4.9626,0,9-4.0374,9-9,0-2.3705-.9138-4.6079-2.5732-6.3004l1.4282-1.4001c2.0281,2.0686,3.145,4.8033,3.145,7.7006,0,6.0654-4.9346,11-11,11Z"
264
- })), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
265
- cx: "24",
266
- cy: "5",
267
- r: "2"
268
- })), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
269
- d: "m20.4141,14.5859l-3-3c-.3774-.3779-.8799-.5859-1.4141-.5859s-1.0366.208-1.4143.5859l-2.9998,3c-.3899.3896-.5859.9019-.5859,1.4141s.196,1.0244.5859,1.4141l2.9998,3c.3777.3779.8801.5859,1.4143.5859s1.0366-.208,1.4141-.5859l3-3c.3899-.3896.5859-.9019.5859-1.4141s-.196-1.0244-.5859-1.4141Zm-4.4141,4.4141l-3-3,3-3,2.9998,3-2.9998,3Z"
270
- })), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
271
- cx: "8",
272
- cy: "27",
273
- r: "2"
274
- })), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
275
- d: "m4.2993,23.855c-2.1277-2.0861-3.2993-4.8757-3.2993-7.855C1,9.9346,5.9346,5,12,5c2.9795,0,5.7693,1.1719,7.8555,3.2998l-1.4282,1.4001c-1.7068-1.7411-3.9895-2.7-6.4272-2.7-4.9626,0-9,4.0374-9,9,0,2.4376.9587,4.7201,2.6997,6.427l-1.4004,1.428Z"
211
+ d: "M31.3579 22h-8.397v-2.3287l3.6545-3.1277c1.3259-1.1389 1.7849-1.8019 1.7849-2.8047v-.238c0-.9009-.7991-1.3599-1.564-1.3599-1.1218 0-1.6658.7649-1.9038 1.6658l-2.2268-.8499c.5271-1.6488 1.9038-3.0256 4.3687-3.0256 2.5667 0 4.0457 1.5128 4.0457 3.5696 0 2.0398-1.4619 3.2806-3.1619 4.6235l-2.2097 1.7339h5.6094v2.1417zM12.8291 9.4212h2.5159v5.1505h.085c.2549-.986 1.2407-1.6998 2.3967-1.6998 2.2607 0 3.4336 1.6318 3.4336 4.6575s-1.1729 4.6746-3.4336 4.6746c-1.156 0-2.1418-.731-2.3967-1.6998h-.085v1.4958h-2.5159V9.4212zm5.8135 8.8901v-1.5469c0-1.1218-.697-1.8528-1.6489-1.8528s-1.6487.4929-1.6487 1.3088v2.6348c0 .8159.6968 1.3088 1.6487 1.3088s1.6489-.731 1.6489-1.8528zM1.1163 10.1351H5.5867c3.1448 0 5.2185 1.9889 5.2185 5.9325s-2.0737 5.9324-5.2185 5.9324H1.1163V10.1351zm4.4704 9.5687c1.53 0 2.4819-.8329 2.4819-2.7197v-1.8358c0-1.8868-.9519-2.7197-2.4819-2.7197h-1.8867v7.2753h1.8867z"
276
212
  })), children);
277
213
  });
278
214
  if (process.env.NODE_ENV !== "production") {
279
- IbmEventStreams.propTypes = iconPropTypes4cbeb95d.i;
215
+ IbmDb2Alt.propTypes = iconPropTypes4cbeb95d.i;
280
216
  }
281
- const IbmGcm = /*#__PURE__*/React.forwardRef(function IbmGcm(_ref10, ref) {
217
+ const IbmDb2Warehouse = /*#__PURE__*/React.forwardRef(function IbmDb2Warehouse(_ref10, ref) {
282
218
  let {
283
219
  children,
284
220
  size = 16,
@@ -292,18 +228,16 @@ const IbmGcm = /*#__PURE__*/React.forwardRef(function IbmGcm(_ref10, ref) {
292
228
  viewBox: "0 0 32 32",
293
229
  fill: "currentColor",
294
230
  ...rest
295
- }, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
296
- strokeWidth: "0",
297
- d: "M2 17L17.1719 17 13.5859 20.5859 15 22 21 16 15 10 13.5859 11.4141 17.1719 15 2 15 2 17z"
298
- })), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
299
- strokeWidth: "0",
300
- d: "m28.5039,8.1362L16.5039,1.1362c-.1558-.0908-.3298-.1362-.5039-.1362s-.3481.0454-.5039.1362L3.4961,8.1362c-.3071.1792-.4961.5083-.4961.8638v3h2v-2.4258L16,3.1577l11,6.4165v12.8516l-11,6.4165-11.7275-6.8423-1.0078,1.7275,12.2314,7.1362c.1558.0908.3298.1362.5039.1362s.3481-.0454.5039-.1362l12-7c.3071-.1792.4961-.5083.4961-.8638v-14c0-.3555-.189-.6846-.4961-.8638Z"
231
+ }, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
232
+ d: "m22.5039,17.6362l-6-3.5c-.1558-.0908-.3298-.1362-.5039-.1362s-.3481.0454-.5039.1362l-6,3.5c-.3071.1792-.4961.5083-.4961.8638v7c0,.3555.189.6846.4961.8638l6,3.5c.1558.0908.3298.1362.5039.1362s.3481-.0454.5039-.1362l6-3.5c.3071-.1792.4961-.5083.4961-.8638v-7c0-.3555-.189-.6846-.4961-.8638Zm-1.5039,6.1978l-2.5317-1.519c.0132-.1045.0317-.207.0317-.3149,0-1.0225-.6187-1.9014-1.5-2.2881v-2.9707l4,2.333v4.7598Zm-6-7.0928v2.9707c-.8813.3867-1.5,1.2656-1.5,2.2881,0,.1079.0186.2104.0317.3149l-2.5317,1.519v-4.7598l4-2.333Zm1,11.1011l-3.9517-2.3052,2.5071-1.5039c.4087.291.9055.4668,1.4446.4668s1.0359-.1758,1.4446-.4668l2.5071,1.5039-3.9517,2.3052Z"
233
+ })), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
234
+ d: "m24.8,9.14c-.87-4.12-4.52-7.14-8.8-7.14s-7.93,3.02-8.8,7.14c-2.97.6-5.2,3.26-5.2,6.36,0,3.07,2.14,5.63,5,6.31v-2.11c-1.74-.62-3-2.24-3-4.2,0-2.33,1.82-4.31,4.14-4.49l.82-.06.1-.81c.43-3.5,3.41-6.14,6.94-6.14s6.51,2.64,6.94,6.14l.1.81.82.06c2.32.19,4.14,2.16,4.14,4.49,0,1.95-1.26,3.59-3,4.21v2.11c2.86-.68,5-3.26,5-6.32,0-3.11-2.23-5.76-5.2-6.36Z"
301
235
  })), children);
302
236
  });
303
237
  if (process.env.NODE_ENV !== "production") {
304
- IbmGcm.propTypes = iconPropTypes4cbeb95d.i;
238
+ IbmDb2Warehouse.propTypes = iconPropTypes4cbeb95d.i;
305
239
  }
306
- const IbmGlobalStorageArchitecture = /*#__PURE__*/React.forwardRef(function IbmGlobalStorageArchitecture(_ref11, ref) {
240
+ const IbmDeployableArchitecture = /*#__PURE__*/React.forwardRef(function IbmDeployableArchitecture(_ref11, ref) {
307
241
  let {
308
242
  children,
309
243
  size = 16,
@@ -317,14 +251,14 @@ const IbmGlobalStorageArchitecture = /*#__PURE__*/React.forwardRef(function IbmG
317
251
  viewBox: "0 0 32 32",
318
252
  fill: "currentColor",
319
253
  ...rest
320
- }, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
321
- d: "M16,26c1.1,0,2,.9,2,2s-.9,2-2,2-2-.9-2-2,.9-2,2-2ZM5,26c1.1,0,2,.9,2,2s-.9,2-2,2-2-.9-2-2,.9-2,2-2ZM27,26c1.1,0,2,.9,2,2s-.9,2-2,2-2-.9-2-2,.9-2,2-2ZM6,24v-3h9v3h2v-3h9v3h2v-3c0-1.1-.9-2-2-2h-9v-3h-2v3H6c-1.1,0-2,.9-2,2v3h2ZM21.7,6.1c-.8-2.4-3.1-4.1-5.7-4.1s-4.9,1.7-5.7,4.1c-1.9.3-3.3,1.9-3.3,3.9s1.8,4,4,4h10c2.2,0,4-1.8,4-4s-1.4-3.6-3.3-3.9ZM21,12h-10c-1.1,0-2-.9-2-2s.9-2,2-2h1c0-2.2,1.8-4,4-4s4,1.8,4,4h1c1.1,0,2,.9,2,2s-.9,2-2,2Z"
254
+ }, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
255
+ d: "M29,18c-1.1,0-2-.9-2-2s.9-2,2-2,2,.9,2,2-.9,2-2,2ZM24,4c0-1.1-.9-2-2-2s-2,.9-2,2,.9,2,2,2,2-.9,2-2ZM24,28c0-1.1-.9-2-2-2s-2,.9-2,2,.9,2,2,2,2-.9,2-2ZM25,15h-4.11c1.3-1.27,2.11-3.04,2.11-5v-2h-2v2c0,2.76-2.24,5-5,5h-7v2h7c2.76,0,5,2.24,5,5v2h2v-2c0-1.96-.81-3.73-2.11-5h4.11v-2ZM11.63,20.29l-.04.02-1.31.77-1.28.76-5-2.96v-5.76l5-2.96,1.28.76,1.31.77.04.02,1.71,1.02,1.02-1.72-1.71-1.02-.04-.02-1.33-.78-1.77-1.05c-.16-.09-.33-.14-.51-.14s-.35.05-.51.14l-6,3.55c-.3.18-.49.51-.49.86v6.9c0,.35.19.68.49.86l6,3.55c.16.09.33.14.51.14s.35-.05.51-.14l1.77-1.05,1.33-.78.04-.02,1.71-1.02-1.02-1.72-1.71,1.02Z"
322
256
  })), children);
323
257
  });
324
258
  if (process.env.NODE_ENV !== "production") {
325
- IbmGlobalStorageArchitecture.propTypes = iconPropTypes4cbeb95d.i;
259
+ IbmDeployableArchitecture.propTypes = iconPropTypes4cbeb95d.i;
326
260
  }
327
- const IbmGranite = /*#__PURE__*/React.forwardRef(function IbmGranite(_ref12, ref) {
261
+ const IbmDynamicRouteServer = /*#__PURE__*/React.forwardRef(function IbmDynamicRouteServer(_ref12, ref) {
328
262
  let {
329
263
  children,
330
264
  size = 16,
@@ -338,14 +272,24 @@ const IbmGranite = /*#__PURE__*/React.forwardRef(function IbmGranite(_ref12, ref
338
272
  viewBox: "0 0 32 32",
339
273
  fill: "currentColor",
340
274
  ...rest
341
- }, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
342
- d: "M28.5039,8.1362L16.5039,1.1362c-.1558-.0908-.3298-.1362-.5039-.1362s-.3482.0454-.5039.1362L3.4961,8.1362c-.3071.1792-.4961.5083-.4961.8638v14c0,.3555.189.6846.4961.8643l12,7c.1558.0908.3296.1357.5039.1357s.3481-.0449.5039-.1357l12-7c.3076-.1797.4961-.5088.4961-.8643v-14c0-.3555-.1885-.6846-.4961-.8638ZM16,3.1577l10.0155,5.8422-2.3773,1.3867-5.6382-3.2529c-.3105-.1787-.6895-.1787-1,0l-6.4995,3.75c-.1992.115-.3417.2961-.4235.5034l-4.0925-2.3873,10.0155-5.8422h0ZM12,14.8244l3,1.75v3.8291l-3-1.7307v-3.8484ZM16,14.8423l-4-2.3333v-.1813l5.5-3.1733,4.148,2.3933-5.648,3.2947h0ZM17,16.5744l6-3.5v5.5984l-5.5,3.1729-.5-.2885v-4.9828ZM5,10.741l5,2.9167v5.5923c0,.3574.1909.6875.5005.8662l4.4995,2.5961v5.5471l-10-5.8336v-11.6848ZM17,28.2594v-4.3932c.1553.0889.3271.1338.5.1338s.3447-.0449.5-.1338l6.5-3.75c.3096-.1787.5-.5088.5-.8662v-7.3423l2-1.1667v11.6848l-10,5.8336Z"
275
+ }, _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
276
+ cx: "29",
277
+ cy: "5",
278
+ r: "2"
279
+ })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
280
+ cx: "29",
281
+ cy: "27",
282
+ r: "2"
283
+ })), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
284
+ d: "m7,13H1v6h6v-6Zm-2,4h-2v-2h2v2Z"
285
+ })), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
286
+ d: "m17.4999,6.6774c-1.316-1.67-3.3437-2.6774-5.4999-2.6774-2.4907,0-4.8135,1.3403-6.063,3.499l-1.1655,2.0186,1.7324,1,1.165-2.0176c.8921-1.542,2.5518-2.5,4.3311-2.5s3.439.958,4.3311,2.4995c.0048.0082.011.0154.0158.0236l-1.9328,3.348c-1.1128,1.9282-3.188,3.1274-5.415,3.1289l.001,1-.001,1c2.2271.002,4.3022,1.2002,5.415,3.1289l1.9326,3.347c-.0049.0084-.0112.0156-.0161.024-.8916,1.542-2.5513,2.5-4.3306,2.5s-3.439-.958-4.3306-2.499l-1.165-2.0186-1.7324,1,1.1655,2.0195c1.249,2.1572,3.5718,3.498,6.0625,3.498,2.1555,0,4.1829-1.0075,5.5004-2.6772,1.3154,1.6699,3.3427,2.6772,5.4996,2.6772h2v-2h-2c-1.7387,0-3.3566-.918-4.2612-2.3972.9349-1.003,2.254-1.6018,3.6547-1.6018h2.6064v-2h-2.6064c-1.7564,0-3.4199.6761-4.6906,1.824l-1.5565-2.6961c-.7776-1.3467-1.9164-2.4129-3.2465-3.1289,1.3301-.716,2.4688-1.7822,3.2465-3.1289l1.5565-2.6962c1.2706,1.1483,2.9341,1.8246,4.6906,1.8246h2.6064v-2h-2.6064c-1.4005,0-2.7194-.5986-3.6552-1.6017.9044-1.4795,2.5226-2.3978,4.2616-2.3978h2v-2h-2c-2.157,0-4.1844,1.0074-5.5001,2.6774Z"
343
287
  })), children);
344
288
  });
345
289
  if (process.env.NODE_ENV !== "production") {
346
- IbmGranite.propTypes = iconPropTypes4cbeb95d.i;
290
+ IbmDynamicRouteServer.propTypes = iconPropTypes4cbeb95d.i;
347
291
  }
348
- const IbmIbv = /*#__PURE__*/React.forwardRef(function IbmIbv(_ref13, ref) {
292
+ const IbmEloAutomotiveCompliance = /*#__PURE__*/React.forwardRef(function IbmEloAutomotiveCompliance(_ref13, ref) {
349
293
  let {
350
294
  children,
351
295
  size = 16,
@@ -359,16 +303,18 @@ const IbmIbv = /*#__PURE__*/React.forwardRef(function IbmIbv(_ref13, ref) {
359
303
  viewBox: "0 0 32 32",
360
304
  fill: "currentColor",
361
305
  ...rest
362
- }, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
363
- d: "M15 24c-3.8594 0-7-3.1401-7-7s3.1406-7 7-7 7 3.1401 7 7-3.1406 7-7 7zm0-12c-2.7568 0-5 2.2432-5 5s2.2432 5 5 5 5-2.2432 5-5-2.2432-5-5-5zM30 13h-2V4h-9v-2h9c1.1025 0 2 .897 2 2v9z"
364
- })), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
365
- d: "m15,30c-7.168,0-13-5.8315-13-13S7.832,4,15,4v2c-6.0654,0-11,4.9346-11,11s4.9346,11,11,11,11-4.9346,11-11v-1h2v1c0,7.1685-5.832,13-13,13Z"
306
+ }, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
307
+ strokeWidth: "0",
308
+ d: "m29.9467,13.9356h-2c-.7368,0-1.3748.4051-1.7218,1H6.0151l2.625-7h7.3073v-2h-7.3073c-.8291,0-1.5811.521-1.873,1.2974l-2.5137,6.7026-2.3066-.0005v2l2,.0002v9.0002c0,1.103.8975,2,2,2v3h2v-3h16v3h2v-3c1.1025,0,2-.897,2-2v-9h2v-2ZM5.9467,24.9356v-3h3v-2h-3v-3h20v3h-3v2h3v3H5.9467Z"
309
+ })), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
310
+ strokeWidth: "0",
311
+ d: "M11.979 19.941H19.979V21.941H11.979zM29.5367 2.5256L22.9467 9.1154 20.3567 6.5255 18.9467 7.9356 22.9467 11.9356 30.9467 3.9356 29.5367 2.5256z"
366
312
  })), children);
367
313
  });
368
314
  if (process.env.NODE_ENV !== "production") {
369
- IbmIbv.propTypes = iconPropTypes4cbeb95d.i;
315
+ IbmEloAutomotiveCompliance.propTypes = iconPropTypes4cbeb95d.i;
370
316
  }
371
- const IbmInstana = /*#__PURE__*/React.forwardRef(function IbmInstana(_ref14, ref) {
317
+ const IbmEloEngineeringInsights = /*#__PURE__*/React.forwardRef(function IbmEloEngineeringInsights(_ref14, ref) {
372
318
  let {
373
319
  children,
374
320
  size = 16,
@@ -382,24 +328,18 @@ const IbmInstana = /*#__PURE__*/React.forwardRef(function IbmInstana(_ref14, ref
382
328
  viewBox: "0 0 32 32",
383
329
  fill: "currentColor",
384
330
  ...rest
385
- }, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
386
- d: "M9 13H11V19H9zM21 13H23V19H21zM13 11H15V24H13zM17 9H19V22H17z"
387
- })), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
388
- cx: "22",
389
- cy: "5",
390
- r: "2"
391
- })), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
392
- cx: "10",
393
- cy: "27",
394
- r: "2"
395
- })), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
396
- d: "M22.0916 28h-8.0916v-2h8.0916l5.9082-10-2.6992-4.5679 1.7227-1.0176 2.6992 4.5679c.3701.6274.3701 1.4077 0 2.0352l-5.9092 10c-.3574.6055-1.0176.9824-1.7217.9824zM4.9768 21.5859l-2.6992-4.5684c-.3701-.6274-.3701-1.4077 0-2.0352l5.9092-10c.3584-.606 1.0176-.9824 1.7217-.9824h8.0916v2h-8.0916l-5.9082 10 2.6992 4.5684-1.7227 1.0176z"
331
+ }, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
332
+ strokeWidth: "0",
333
+ d: "m20,16c-.0925,0-.1792.021-.27.0273l-.8916-2.6743c.7017-.5493,1.1616-1.3945,1.1616-2.353,0-1.6543-1.3457-3-3-3s-3,1.3457-3,3c0,.3804.0784.7412.208,1.0762l-2.7224,2.333c-.4399-.2529-.9426-.4092-1.4856-.4092-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c.9915,0,1.865-.4893,2.4116-1.2324l3.6038,1.0811c-.002.0513-.0154.0996-.0154.1514,0,2.2056,1.7944,4,4,4s4-1.7944,4-4-1.7944-4-4-4Zm-3-6c.5513,0,1,.4487,1,1s-.4487,1-1,1-1-.4487-1-1,.4487-1,1-1Zm-7,8c-.5513,0-1-.4487-1-1s.4487-1,1-1,1,.4487,1,1-.4487,1-1,1Zm2.9849-1.1484c-.0161-.3257-.0806-.6372-.1929-.9277l2.7224-2.333c.4243.2441.908.3936,1.4294.4033l.885,2.6553c-.5046.3281-.9229.7695-1.2363,1.2842l-3.6077-1.082Zm7.0151,5.1484c-1.103,0-2-.8975-2-2s.897-2,2-2,2,.8975,2,2-.897,2-2,2Z"
334
+ })), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
335
+ strokeWidth: "0",
336
+ d: "M27.4961 9.8638l-11.4961-6.7061-8.4961 4.9561-1.0078-1.7275L15.4961 1.1362c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l12 7-1.0078 1.7275zM16.5039 30.8638l-1.0078-1.7275 11.5039-6.7106v-10.4257h2v11c0 .3557-.189.6846-.4961.8638l-12 7zM12.4961 29.1138l-9-5.25c-.3071-.1792-.4961-.5081-.4961-.8638v-14h2v13.4257l8.5039 4.9606-1.0078 1.7275z"
397
337
  })), children);
398
338
  });
399
339
  if (process.env.NODE_ENV !== "production") {
400
- IbmInstana.propTypes = iconPropTypes4cbeb95d.i;
340
+ IbmEloEngineeringInsights.propTypes = iconPropTypes4cbeb95d.i;
401
341
  }
402
- const IbmJrs = /*#__PURE__*/React.forwardRef(function IbmJrs(_ref15, ref) {
342
+ const IbmEloMethodComposer = /*#__PURE__*/React.forwardRef(function IbmEloMethodComposer(_ref15, ref) {
403
343
  let {
404
344
  children,
405
345
  size = 16,
@@ -413,15 +353,18 @@ const IbmJrs = /*#__PURE__*/React.forwardRef(function IbmJrs(_ref15, ref) {
413
353
  viewBox: "0 0 32 32",
414
354
  fill: "currentColor",
415
355
  ...rest
416
- }, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
356
+ }, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
417
357
  strokeWidth: "0",
418
- d: "M12 18L10 18 10 6 7 6 7 18 5 18 5 4 12 4 12 18zM21 26L19 26 19 12 16 12 16 21.9946 14 21.9946 14 10 21 10 21 26zM30 26L28 26 28 18 25 18 25 26 23 26 23 16 30 16 30 26zM4 20L4 22 8.5859 22 2 28.5859 3.4141 30 10 23.4141 10 28 12 28 12 20 4 20z"
358
+ d: "m13.76,10.463l-3.297,3.297c-.6173.6173-.6173,1.6227,0,2.24l12.0044,12h5.5326v-5.5326l-12-12.0044c-.6173-.6173-1.6226-.6173-2.2399,0h0Zm12.24,12.8328v2.7042h-2.7042l-7.4409-7.4409,2.7042-2.7042,7.4409,7.4409Zm-8.855-8.8549l-2.7041,2.7041-2.2672-2.2672,2.7042-2.7042,2.2671,2.2673Z"
359
+ })), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
360
+ strokeWidth: "0",
361
+ d: "m28,2v8h-8v-2h4.92c-2.25-2.53-5.46-4-8.92-4-6.61,0-12,5.38-12,12,0,6.61,5.39,12,12,12h1v2h-1c-7.72,0-14-6.28-14-14S8.28,2,16,2c3.83,0,7.4,1.5499,10,4.23V2h2Z"
419
362
  })), children);
420
363
  });
421
364
  if (process.env.NODE_ENV !== "production") {
422
- IbmJrs.propTypes = iconPropTypes4cbeb95d.i;
365
+ IbmEloMethodComposer.propTypes = iconPropTypes4cbeb95d.i;
423
366
  }
424
- const IbmKnowledgeCatalog = /*#__PURE__*/React.forwardRef(function IbmKnowledgeCatalog(_ref16, ref) {
367
+ const IbmEloPublishing = /*#__PURE__*/React.forwardRef(function IbmEloPublishing(_ref16, ref) {
425
368
  let {
426
369
  children,
427
370
  size = 16,
@@ -436,13 +379,17 @@ const IbmKnowledgeCatalog = /*#__PURE__*/React.forwardRef(function IbmKnowledgeC
436
379
  fill: "currentColor",
437
380
  ...rest
438
381
  }, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
439
- d: "M24,25h-3v-3h3v3ZM29,22h-3v3h3v-3ZM24,27h-3v3h3v-3ZM29,27h-3v3h3v-3ZM20,8h-8v2h8v-2ZM17,28H6v-4h2v-2h-2v-5h2v-2h-2v-5h2v-2h-2v-4h18v15h2V4c0-1.1-.9-2-2-2H6c-1.1,0-2,.9-2,2v4h-2v2h2v5h-2v2h2v5h-2v2h2v4c0,1.1.9,2,2,2h11v-2ZM20,15h-8v2h8v-2Z"
382
+ strokeWidth: "0",
383
+ d: "M18 26L26.1719 26 23.5859 28.5859 25 30 30 25 25 20 23.5859 21.4141 26.1719 24 18 24 18 26zM10 21H15V23H10zM10 16H20V18H10z"
384
+ })), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
385
+ strokeWidth: "0",
386
+ d: "m24.7,9.3l-7-7c-.2-.2-.4-.3-.7-.3H7c-1.1,0-2,.8999-2,2v24c0,1.103.8975,2,2,2h8v-2h-8V4h8v6c0,1.1001.9,2,2,2h6v6h2v-8c0-.3-.1-.5-.3-.7Zm-7.7.7v-5.6001l5.6,5.6001h-5.6Z"
440
387
  })), children);
441
388
  });
442
389
  if (process.env.NODE_ENV !== "production") {
443
- IbmKnowledgeCatalog.propTypes = iconPropTypes4cbeb95d.i;
390
+ IbmEloPublishing.propTypes = iconPropTypes4cbeb95d.i;
444
391
  }
445
- const IbmKnowledgeCatalogPremium = /*#__PURE__*/React.forwardRef(function IbmKnowledgeCatalogPremium(_ref17, ref) {
392
+ const IbmEngineeringLifecycleMgmt = /*#__PURE__*/React.forwardRef(function IbmEngineeringLifecycleMgmt(_ref17, ref) {
446
393
  let {
447
394
  children,
448
395
  size = 16,
@@ -456,14 +403,18 @@ const IbmKnowledgeCatalogPremium = /*#__PURE__*/React.forwardRef(function IbmKno
456
403
  viewBox: "0 0 32 32",
457
404
  fill: "currentColor",
458
405
  ...rest
459
- }, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
460
- d: "M20,10h-8v-2h8v2ZM17,28H6v-4h2v-2h-2v-5h2v-2h-2v-5h2v-2h-2v-4h18v15h2V4c0-1.1-.9-2-2-2H6c-1.1,0-2,.9-2,2v4h-2v2h2v5h-2v2h2v5h-2v2h2v4c0,1.1.9,2,2,2h11v-2ZM20,15h-8v2h8v-2ZM23.4,24.3l-3.7.5,2.7,2.6-.7,3.6,3.4-1.7,3.2,1.7-.7-3.6,2.7-2.6-3.6-.5-1.7-3.3s-1.6,3.3-1.6,3.3Z"
406
+ }, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
407
+ strokeWidth: "0",
408
+ d: "m31,22v-2h-2.1006c-.1299-.6372-.3845-1.2285-.7322-1.7529l1.4895-1.4897-1.4141-1.4141-1.4897,1.4897c-.5244-.3477-1.1157-.6021-1.7529-.7319v-2.1011h-2v2.1011c-.6372.1299-1.2285.3843-1.7529.7319l-1.4897-1.4897-1.4141,1.4141,1.4893,1.4897c-.3477.5244-.6021,1.1157-.7319,1.7529h-2.1006v2h2.1006c.1299.6372.3843,1.2285.7319,1.7532l-1.4893,1.4895,1.4141,1.4141,1.4897-1.4897c.5244.3477,1.1157.6021,1.7529.7319v2.1011h2v-2.1011c.6372-.1299,1.2285-.3843,1.7529-.7319l1.4897,1.4897,1.4141-1.4141-1.4895-1.4895c.3479-.5247.6023-1.116.7322-1.7532h2.1006Zm-7,2c-1.6567,0-3-1.3433-3-3s1.3433-3,3-3c1.6567,0,3,1.3433,3,3s-1.3433,3-3,3Z"
409
+ })), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
410
+ strokeWidth: "0",
411
+ d: "m21,6c0-2.7568-2.2432-5-5-5-1.7798,0-3.439.9575-4.3306,2.4995-.3201.5535-.5259,1.146-.6289,1.7944-1.1428-.8115-2.5352-1.2939-4.0405-1.2939C3.1401,4,0,7.1401,0,11c0,2.6981,1.5368,5.0403,3.7787,6.2083-1.0787.918-1.7787,2.2679-1.7787,3.7917,0,2.7568,2.2432,5,5,5,.7344,0,1.4265-.1685,2.0552-.4539.2764,2.4973,2.375,4.4539,4.9448,4.4539,1.335,0,2.5908-.52,3.5356-1.4639l-1.4141-1.415c-.5669.5669-1.3203.8789-2.1216.8789-1.6543,0-3-1.3457-3-3s1.3457-3,3-3v-2c-.7344,0-1.4265.1685-2.0552.4539-.1435-1.2966-.7849-2.4395-1.7218-3.2463,2.241-1.1685,3.777-3.51,3.777-6.2075,0-.1472-.0139-.2911-.0229-.4363.6199.2761,1.3018.4363,2.0229.4363,2.7568,0,5-2.2432,5-5Zm-7.5991-1.4995c.5352-.9253,1.5312-1.5005,2.5991-1.5005,1.6543,0,3,1.3457,3,3s-1.3457,3-3,3-3-1.3457-3-3h-.0293c.0352-.5762.1714-1.0522.4302-1.4995Zm-3.4009,16.4995c0,1.6543-1.3457,3-3,3s-3-1.3457-3-3,1.3457-3,3-3,3,1.3457,3,3Zm-3-5c-2.7568,0-5-2.2432-5-5s2.2432-5,5-5,5,2.2432,5,5-2.2432,5-5,5Z"
461
412
  })), children);
462
413
  });
463
414
  if (process.env.NODE_ENV !== "production") {
464
- IbmKnowledgeCatalogPremium.propTypes = iconPropTypes4cbeb95d.i;
415
+ IbmEngineeringLifecycleMgmt.propTypes = iconPropTypes4cbeb95d.i;
465
416
  }
466
- const IbmKnowledgeCatalogStandard = /*#__PURE__*/React.forwardRef(function IbmKnowledgeCatalogStandard(_ref18, ref) {
417
+ const IbmEngineeringRequirementsDoorsNext = /*#__PURE__*/React.forwardRef(function IbmEngineeringRequirementsDoorsNext(_ref18, ref) {
467
418
  let {
468
419
  children,
469
420
  size = 16,
@@ -477,14 +428,23 @@ const IbmKnowledgeCatalogStandard = /*#__PURE__*/React.forwardRef(function IbmKn
477
428
  viewBox: "0 0 32 32",
478
429
  fill: "currentColor",
479
430
  ...rest
480
- }, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
481
- d: "M20,10h-8v-2h8v2ZM16,28H6v-4h2v-2h-2v-5h2v-2h-2v-5h2v-2h-2v-4h18v17h2V4c0-1.1-.9-2-2-2H6c-1.1,0-2,.9-2,2v4h-2v2h2v5h-2v2h2v5h-2v2h2v4c0,1.1.9,2,2,2h10v-2ZM20,15h-8v2h8v-2ZM23,27.2l-2.6-2.6-1.4,1.4,4,4,7-7-1.4-1.4-5.6,5.6Z"
431
+ }, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
432
+ strokeWidth: "0",
433
+ d: "m28,4h-3v1.9991l3-.0005v20.0015h-3v2h3c1.103,0,2-.897,2-2V6c0-1.103-.897-2-2-2Z"
434
+ })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
435
+ cx: "16",
436
+ cy: "17",
437
+ r: "2",
438
+ strokeWidth: "0"
439
+ })), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
440
+ strokeWidth: "0",
441
+ d: "m22,4v24c0,1.103-.897,2-2,2H4c-1.103,0-2-.897-2-2V4c0-1.103.897-2,2-2h16c1.103,0,2,.897,2,2ZM4,28h16s0-24.0015,0-24.0015l-16,.0015v24Z"
482
442
  })), children);
483
443
  });
484
444
  if (process.env.NODE_ENV !== "production") {
485
- IbmKnowledgeCatalogStandard.propTypes = iconPropTypes4cbeb95d.i;
445
+ IbmEngineeringRequirementsDoorsNext.propTypes = iconPropTypes4cbeb95d.i;
486
446
  }
487
- const IbmLaunchpadS4 = /*#__PURE__*/React.forwardRef(function IbmLaunchpadS4(_ref19, ref) {
447
+ const IbmEngineeringSystemsDesignRhapsody = /*#__PURE__*/React.forwardRef(function IbmEngineeringSystemsDesignRhapsody(_ref19, ref) {
488
448
  let {
489
449
  children,
490
450
  size = 16,
@@ -498,21 +458,15 @@ const IbmLaunchpadS4 = /*#__PURE__*/React.forwardRef(function IbmLaunchpadS4(_re
498
458
  viewBox: "0 0 32 32",
499
459
  fill: "currentColor",
500
460
  ...rest
501
- }, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
502
- strokeWidth: "0",
503
- d: "m22,26v2H4V10h2v-2h-2c-1.1045,0-2,.8955-2,2v18c0,1.1045.8955,2,2,2h18c1.1045,0,2-.8955,2-2v-2h-2Z"
504
- })), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
505
- strokeWidth: "0",
506
- d: "m30,5.9932v-1.9932c0-1.1046-.8954-2-2-2H10c-1.1046,0-2,.8954-2,2v18c0,1.1046.8954,2,2,2h18c1.1046,0,2-.8954,2-2v-3h-2v3H10V4h18v1.9932h2Z"
507
- })), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
461
+ }, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
508
462
  strokeWidth: "0",
509
- d: "m27.5,17h-9c-1.9297,0-3.5-1.5703-3.5-3.5,0-1.7935,1.3555-3.2759,3.0957-3.4766.4561-2.291,2.4814-4.0234,4.9043-4.0234s4.4482,1.7324,4.9043,4.0234c1.7402.2007,3.0957,1.6831,3.0957,3.4766,0,1.9297-1.5703,3.5-3.5,3.5Zm-9-5c-.8271,0-1.5.6729-1.5,1.5s.6729,1.5,1.5,1.5h9c.8271,0,1.5-.6729,1.5-1.5s-.6729-1.5-1.5-1.5h-1.5v-1c0-1.6543-1.3457-3-3-3s-3,1.3457-3,3v1h-1.5Z"
463
+ d: "M4 10h4c1.1046 0 2-.8954 2-2v-4c0-1.1046-.8954-2-2-2h-4c-1.1046 0-2 .8954-2 2v4c0 1.1046.8954 2 2 2zm0-6h4v4h-4v-4zM28 22h-4c-1.1046 0-2 .8954-2 2v4c0 1.1046.8954 2 2 2h4c1.1046 0 2-.8954 2-2v-4c0-1.1046-.8954-2-2-2zm0 6h-4v-4h4v4zM21.414 12.586l-1.414 1.414 6 6 6-6-1.414-1.414-3.586 3.586V7c0-1.1046-.8954-2-2-2h-13v2h13v9.172l-3.586-3.586zM7 15.828l3.586 3.586 1.414-1.414-6-6L0 18l1.414 1.414 3.586-3.586v9.172c0 1.1046.8954 2 2 2h13v-2H7v-9.172z"
510
464
  })), children);
511
465
  });
512
466
  if (process.env.NODE_ENV !== "production") {
513
- IbmLaunchpadS4.propTypes = iconPropTypes4cbeb95d.i;
467
+ IbmEngineeringSystemsDesignRhapsody.propTypes = iconPropTypes4cbeb95d.i;
514
468
  }
515
- const IbmLpa = /*#__PURE__*/React.forwardRef(function IbmLpa(_ref20, ref) {
469
+ const IbmEngineeringSystemsDesignRhapsodyModelManager = /*#__PURE__*/React.forwardRef(function IbmEngineeringSystemsDesignRhapsodyModelManager(_ref20, ref) {
516
470
  let {
517
471
  children,
518
472
  size = 16,
@@ -526,18 +480,15 @@ const IbmLpa = /*#__PURE__*/React.forwardRef(function IbmLpa(_ref20, ref) {
526
480
  viewBox: "0 0 32 32",
527
481
  fill: "currentColor",
528
482
  ...rest
529
- }, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
483
+ }, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
530
484
  strokeWidth: "0",
531
- d: "M30 30h-2v-2c0-.5513-.4482-1-1-1h-6c-.5518 0-1 .4487-1 1v2h-2v-2c0-1.6543 1.3457-3 3-3h6c1.6543 0 3 1.3457 3 3v2zM24 24c-2.2061 0-4-1.7944-4-4s1.7939-4 4-4 4 1.7944 4 4-1.7939 4-4 4zm0-6c-1.1025 0-2 .897-2 2s.8975 2 2 2 2-.897 2-2-.8975-2-2-2zM8 20H10V22H8zM12 20H18V22H12zM8 16H10V18H8zM12 16H18V18H12zM8 12H10V14H8zM12 12H18V14H12z"
532
- })), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
533
- strokeWidth: "0",
534
- d: "m21,5h-3v-1c0-1.103-.8975-2-2-2h-6c-1.1025,0-2,.897-2,2v1h-3c-1.1025,0-2,.897-2,2v19c0,1.103.8975,2,2,2h9v-2H5V7h3v2h10v-2h3v6.9999h2v-6.9999c0-1.103-.8975-2-2-2Zm-5,2h-6v-3h6v3Z"
485
+ d: "M27 30h-8c-2.2061 0-4-1.7939-4-4 0-1.8887 1.3164-3.4766 3.0801-3.8936.4219-2.332 2.4678-4.1064 4.9199-4.1064s4.498 1.7744 4.9199 4.1064c1.7637.417 3.0801 2.0049 3.0801 3.8936 0 2.2061-1.7939 4-4 4zm-8-2h8c1.1025 0 2-.8975 2-2s-.8975-2-2-2h-1v-1c0-1.6543-1.3457-3-3-3s-3 1.3457-3 3v1h-1c-1.1025 0-2 .8975-2 2s.8975 2 2 2zM12 27h-2c-3.8599 0-7-3.1401-7-7v-2h2v2c0 2.7568 2.2432 5 5 5h2v2zM27 15v-4c0-3.8599-3.1401-7-7-7h-7v2h7c2.7568 0 5 2.2432 5 5v4h2zM10 8V4c0-1.1046-.8954-2-2-2H2v13h2v-5h1.48l2.34 5h2.18l-2.33-5h.33c1.1046 0 2-.8954 2-2zM4 4h4v4h-4V4z"
535
486
  })), children);
536
487
  });
537
488
  if (process.env.NODE_ENV !== "production") {
538
- IbmLpa.propTypes = iconPropTypes4cbeb95d.i;
489
+ IbmEngineeringSystemsDesignRhapsodyModelManager.propTypes = iconPropTypes4cbeb95d.i;
539
490
  }
540
- const IbmLqe = /*#__PURE__*/React.forwardRef(function IbmLqe(_ref21, ref) {
491
+ const IbmEngineeringSystemsDesignRhapsodySn1 = /*#__PURE__*/React.forwardRef(function IbmEngineeringSystemsDesignRhapsodySn1(_ref21, ref) {
541
492
  let {
542
493
  children,
543
494
  size = 16,
@@ -553,16 +504,13 @@ const IbmLqe = /*#__PURE__*/React.forwardRef(function IbmLqe(_ref21, ref) {
553
504
  ...rest
554
505
  }, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
555
506
  strokeWidth: "0",
556
- d: "m31,29.5859l-8.5479-8.5469c-2.0986,2.5171-5.178,3.9609-8.4521,3.9609-6.0654,0-11-4.9346-11-11S7.9346,3,14,3s11,4.9346,11,11c0,1.6001-.3354,3.1416-.9968,4.583l1.8174.834c.7827-1.7041,1.1794-3.5269,1.1794-5.417,0-7.168-5.8318-13-13-13S1,6.832,1,14s5.8318,13,13,13c3.1343,0,6.1025-1.1387,8.4395-3.1465l7.1465,7.1465,1.4141-1.4141Z"
557
- })), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
558
- strokeWidth: "0",
559
- d: "m17,15c-.8066,0-1.5369.3237-2.0767.8438l-2.96-1.4805c.0146-.1201.0366-.2388.0366-.3633s-.022-.2432-.0366-.3633l2.96-1.4805c.5398.52,1.27.8438,2.0767.8438,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3-3,1.3457-3,3c0,.1245.022.2432.0366.3633l-2.96,1.4805c-.5398-.52-1.27-.8438-2.0767-.8438-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c.8066,0,1.5369-.3237,2.0767-.8438l2.96,1.4805c-.0146.1201-.0366.2388-.0366.3633,0,1.6543,1.3457,3,3,3s3-1.3457,3-3-1.3457-3-3-3Zm0-6c.5515,0,1,.4482,1,1s-.4485,1-1,1-1-.4482-1-1,.4485-1,1-1Zm-8,6c-.5515,0-1-.4482-1-1s.4485-1,1-1,1,.4482,1,1-.4485,1-1,1Zm8,4c-.5515,0-1-.4482-1-1s.4485-1,1-1,1,.4482,1,1-.4485,1-1,1Z"
507
+ d: "M13 27h-3c-3.8599 0-7-3.1401-7-7v-2h2v2c0 2.7568 2.2432 5 5 5h3v2zM25 27h-4c-1.1025 0-2-.8975-2-2v-4c0-1.1025.8975-2 2-2h4c1.1025 0 2 .8975 2 2v4c0 1.1025-.8975 2-2 2zm-4-6h-.002l.002 4h4v-4h-4zM25 15H27V17H25zM29 19H31V21H29zM29 23H31V25H29zM15 21H17V23H15zM15 25H17V27H15zM15 29H17V31H15zM19 29H21V31H19zM27 13v-2c0-3.8599-3.1401-7-7-7h-7v2h7c2.7568 0 5 2.2432 5 5v2h2zM10 8V4c0-1.1046-.8954-2-2-2H2v13h2v-5h1.48l2.34 5h2.18l-2.33-5h.33c1.1046 0 2-.8954 2-2zM4 4h4v4h-4V4z"
560
508
  })), children);
561
509
  });
562
510
  if (process.env.NODE_ENV !== "production") {
563
- IbmLqe.propTypes = iconPropTypes4cbeb95d.i;
511
+ IbmEngineeringSystemsDesignRhapsodySn1.propTypes = iconPropTypes4cbeb95d.i;
564
512
  }
565
- const IbmMachineLearningForZos = /*#__PURE__*/React.forwardRef(function IbmMachineLearningForZos(_ref22, ref) {
513
+ const IbmEngineeringSystemsDesignRhapsodySn2 = /*#__PURE__*/React.forwardRef(function IbmEngineeringSystemsDesignRhapsodySn2(_ref22, ref) {
566
514
  let {
567
515
  children,
568
516
  size = 16,
@@ -576,14 +524,18 @@ const IbmMachineLearningForZos = /*#__PURE__*/React.forwardRef(function IbmMachi
576
524
  viewBox: "0 0 32 32",
577
525
  fill: "currentColor",
578
526
  ...rest
579
- }, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
580
- d: "M17,27v-6h-2v4.6l-9.6-9.6L15,6.4v4.6h2v-6h10v8h2V5c0-1.1-.9-2-2-2H5c-1.1,0-2,.9-2,2v22c0,1.1.9,2,2,2h12v-2ZM5,5h8.6L5,13.6V5ZM5,27v-8.6l8.6,8.6H5ZM26.6,19l-3.7-3.7c-.2-.2-.4-.3-.6-.3h-3.5c-.6-1.6-2.3-2.4-3.8-1.8-.9.3-1.6,1-1.8,1.9-.5,1.6.4,3.3,2,3.7,1.5.5,3.1-.3,3.7-1.8h3l3.8,3.8c.1.1.3.2.5.2h3.9v-2s-3.5,0-3.5,0ZM16,17c-.6,0-1-.4-1-1s.4-1,1-1,1,.4,1,1-.4,1-1,1ZM24.8,23c-.4-1.2-1.5-2-2.8-2s-3,1.3-3,3,1.4,3,3,3,2.4-.8,2.8-2h5.2v-2h-5.2ZM22,25c-.5,0-1-.5-1-1s.5-1,1-1,1,.5,1,1-.4,1-1,1ZM26,27h4v2h-4v-2ZM28,15h2v2h-2v-2Z"
527
+ }, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
528
+ strokeWidth: "0",
529
+ d: "M19 24H21V26H19z"
530
+ })), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
531
+ strokeWidth: "0",
532
+ d: "M17 21h12c1.1046 0 2 .8954 2 2v4c0 1.1046-.8954 2-2 2h-12c-1.1046 0-2-.8954-2-2v-4c0-1.1046.8954-2 2-2zm12 6v-4h-12v4h12zM12 27h-2c-3.8599 0-7-3.1401-7-7v-2h2v2c0 2.7568 2.2432 5 5 5h2v2zM27 18v-7c0-3.8599-3.1401-7-7-7h-7v2h7c2.7568 0 5 2.2432 5 5v7h2zM10 8V4c0-1.1046-.8954-2-2-2H2v13h2v-5h1.48l2.34 5h2.18l-2.33-5h.33c1.1046 0 2-.8954 2-2zM4 4h4v4h-4V4z"
581
533
  })), children);
582
534
  });
583
535
  if (process.env.NODE_ENV !== "production") {
584
- IbmMachineLearningForZos.propTypes = iconPropTypes4cbeb95d.i;
536
+ IbmEngineeringSystemsDesignRhapsodySn2.propTypes = iconPropTypes4cbeb95d.i;
585
537
  }
586
- const IbmMatch_360 = /*#__PURE__*/React.forwardRef(function IbmMatch_360(_ref23, ref) {
538
+ const IbmEngineeringTestMgmt = /*#__PURE__*/React.forwardRef(function IbmEngineeringTestMgmt(_ref23, ref) {
587
539
  let {
588
540
  children,
589
541
  size = 16,
@@ -598,13 +550,20 @@ const IbmMatch_360 = /*#__PURE__*/React.forwardRef(function IbmMatch_360(_ref23,
598
550
  fill: "currentColor",
599
551
  ...rest
600
552
  }, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
601
- d: "M5 25a2 2 0 102 2A2.0059 2.0059 0 005 25zM16 25a2 2 0 102 2A2.0059 2.0059 0 0016 25zM27 25a2 2 0 102 2A2.0059 2.0059 0 0027 25zM28 23H26V11a2.0059 2.0059 0 00-2-2H22V7h2a4.0118 4.0118 0 014 4zM15 12H17V23H15zM6 23H4V11A4.0118 4.0118 0 018 7h2V9H8a2.0059 2.0059 0 00-2 2zM16 2L14.7 4.6343l-2.9057.42 2.1029 2.0514L13.4 10 16 8.6343 18.6 10l-.4972-2.8943 2.1029-2.0486L17.3 4.6343z"
553
+ strokeWidth: "0",
554
+ d: "m16,30c-7.7197,0-14-6.2803-14-14h2c0,6.6167,5.3833,12,12,12s12-5.3833,12-12h2c0,7.7197-6.2803,14-14,14Z"
555
+ })), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
556
+ strokeWidth: "0",
557
+ d: "m16,26c-5.5139,0-10-4.4861-10-10h2c0,4.4111,3.5889,8,8,8s8-3.5889,8-8h2c0,5.5139-4.4861,10-10,10Z"
558
+ })), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
559
+ strokeWidth: "0",
560
+ d: "M16 20c-2.2056 0-4-1.7944-4-4s1.7944-4 4-4 4 1.7944 4 4-1.7944 4-4 4zm0-6c-1.103 0-2 .897-2 2s.897 2 2 2 2-.897 2-2-.897-2-2-2zM16 2c-4.9719 0-9.4933 2.6113-12 6.7883v-4.7883h-2v8h8v-2h-4.3881c2.126-3.6848 6.0558-6 10.3881-6 3.2051 0 6.2188 1.248 8.4854 3.5146l1.4141-1.4141c-2.644-2.6445-6.1597-4.1006-9.8994-4.1006z"
602
561
  })), children);
603
562
  });
604
563
  if (process.env.NODE_ENV !== "production") {
605
- IbmMatch_360.propTypes = iconPropTypes4cbeb95d.i;
564
+ IbmEngineeringTestMgmt.propTypes = iconPropTypes4cbeb95d.i;
606
565
  }
607
- const IbmMq = /*#__PURE__*/React.forwardRef(function IbmMq(_ref24, ref) {
566
+ const IbmEngineeringWorkflowMgmt = /*#__PURE__*/React.forwardRef(function IbmEngineeringWorkflowMgmt(_ref24, ref) {
608
567
  let {
609
568
  children,
610
569
  size = 16,
@@ -618,20 +577,30 @@ const IbmMq = /*#__PURE__*/React.forwardRef(function IbmMq(_ref24, ref) {
618
577
  viewBox: "0 0 32 32",
619
578
  fill: "currentColor",
620
579
  ...rest
621
- }, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
622
- d: "M22.5,28.4l-0.9-1.8c4-2.1,6.5-6.2,6.5-10.6c0-6.6-5.4-12-12-12c-1.3,0-2.5,0.2-3.7,0.6l-0.6-1.9C13.1,2.2,14.5,2,16,2 c7.7,0,14,6.3,14,14C30,21.2,27.1,26,22.5,28.4z"
623
- })), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
624
- d: "M20.5 23.8l-1-1.7c2.2-1.2 3.5-3.6 3.5-6.1 0-3.9-3.1-7-7-7-.6 0-1.2.1-1.8.2l-.5-1.9C14.5 7.1 15.2 7 16 7c5 0 9 4 9 9C25 19.2 23.3 22.2 20.5 23.8zM9.5 28.4C4.9 26 2 21.2 2 16c0-1.5.2-2.9.7-4.3l1.9.6C4.2 13.5 4 14.7 4 16c0 4.5 2.5 8.6 6.5 10.6L9.5 28.4z"
625
- })), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
626
- d: "M11.5,23.8C8.7,22.2,7,19.2,7,16c0-0.8,0.1-1.5,0.3-2.2l1.9,0.5C9.1,14.8,9,15.4,9,16c0,2.5,1.3,4.8,3.5,6.1L11.5,23.8z"
627
- })), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
628
- d: "M20,16c0-2.2-1.8-4-4-4c-0.7,0-1.4,0.2-2,0.6L8.9,7.5C9,7.3,9,7.2,9,7c0-1.1-0.9-2-2-2S5,5.9,5,7s0.9,2,2,2 c0.2,0,0.3,0,0.5-0.1l5.1,5.1c-0.4,0.6-0.6,1.3-0.6,2c0,1.9,1.3,3.4,3,3.9v7.4c-0.6,0.3-1,1-1,1.7c0,1.1,0.9,2,2,2s2-0.9,2-2 c0-0.7-0.4-1.4-1-1.7v-7.4C18.7,19.4,20,17.9,20,16z M16,18c-1.1,0-2-0.9-2-2s0.9-2,2-2s2,0.9,2,2S17.1,18,16,18z"
580
+ }, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
581
+ strokeWidth: "0",
582
+ d: "m31.3242,11.2612c-2.5444-2.103-5.7671-3.2612-9.0737-3.2612h-.2505v2h.2505c2.6079,0,5.1543.8374,7.2456,2.3716-1.3672,3.3955-4.1621,5.9414-7.5483,7.0366.0347-.4028.0522-.8096.0522-1.2197,0-7.8237-6.3647-14.1885-14.1885-14.1885-.9282,0-1.8555.0903-2.7563.2681l-.6572.1299-.1299.6572c-.1777.9009-.2681,1.8281-.2681,2.7563,0,4.1244,1.7795,7.8315,4.5983,10.4264-.3759,1.2767-.5992,2.6185-.5992,4.0165l.001.0009c.0011,3.3049,1.159,6.5258,3.261,9.069l.4385.5303.6523-.2202c4.6675-1.5752,8.0962-5.4111,9.2368-10.0454,4.6343-1.1406,8.4702-4.5693,10.0454-9.2368l.2202-.6523-.5303-.4385ZM12.3716,29.4961c-1.5342-2.0913-2.3716-4.6377-2.3716-7.2456h-.0006c.0003-.9115.1136-1.7958.304-2.6512,2.2567,1.5145,4.9689,2.4008,7.8851,2.4008.4102,0,.8169-.0176,1.2197-.0522-1.0952,3.3862-3.6411,6.1812-7.0366,7.5483Zm7.5112-9.6133c-.5557.0771-1.1211.1172-1.6943.1172-2.7159,0-5.2186-.9039-7.2472-2.4116.8616-2.0793,2.2642-3.881,4.0479-5.204l-1.28-1.53c-1.8557,1.3905-3.3427,3.2305-4.3404,5.3458-2.0815-2.1875-3.3687-5.1378-3.3687-8.3887,0-.5684.0391-1.1357.1167-1.6948.5591-.0776,1.1265-.1167,1.6948-.1167,6.7207,0,12.1885,5.4678,12.1885,12.1885,0,.5732-.04,1.1387-.1172,1.6943Z"
583
+ })), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
584
+ cx: "20",
585
+ cy: "2",
586
+ r: "2",
587
+ strokeWidth: "0"
588
+ })), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
589
+ cx: "27",
590
+ cy: "26",
591
+ r: "2",
592
+ strokeWidth: "0"
593
+ })), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
594
+ cx: "2",
595
+ cy: "20",
596
+ r: "2",
597
+ strokeWidth: "0"
629
598
  })), children);
630
599
  });
631
600
  if (process.env.NODE_ENV !== "production") {
632
- IbmMq.propTypes = iconPropTypes4cbeb95d.i;
601
+ IbmEngineeringWorkflowMgmt.propTypes = iconPropTypes4cbeb95d.i;
633
602
  }
634
- const IbmOpenEnterpriseLanguages = /*#__PURE__*/React.forwardRef(function IbmOpenEnterpriseLanguages(_ref25, ref) {
603
+ const IbmEventAutomation = /*#__PURE__*/React.forwardRef(function IbmEventAutomation(_ref25, ref) {
635
604
  let {
636
605
  children,
637
606
  size = 16,
@@ -645,16 +614,30 @@ const IbmOpenEnterpriseLanguages = /*#__PURE__*/React.forwardRef(function IbmOpe
645
614
  viewBox: "0 0 32 32",
646
615
  fill: "currentColor",
647
616
  ...rest
648
- }, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
649
- d: "M23.586 21.414L27.166 25 27.166 25 23.584 28.587 25 30 30 25 25 20zM20.414 21.414L16.834 25 16.834 25 20.416 28.587 19 30 14 25 19 20zM22 6H24V14H22zM18 6H20V14H18zM14 14h-2c-1.103 0-2-.897-2-2V8c0-1.103.897-2 2-2h2c1.103 0 2 .897 2 2v4C16 13.103 15.103 14 14 14zM12 8v4h2V8H12zM6 6H8V14H6z"
617
+ }, _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
618
+ cx: "4",
619
+ cy: "22",
620
+ r: "2"
621
+ })), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
622
+ d: "m13.5,30c-3.0586,0-5.9485-1.4867-7.7305-3.9771l1.6265-1.1638c1.4075,1.9667,3.6892,3.1409,6.104,3.1409,3.969,0,7.2578-3.1002,7.4873-7.0579l1.9966.1157c-.2908,5.0143-4.4565,8.9421-9.4839,8.9421Z"
623
+ })), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
624
+ cx: "28",
625
+ cy: "23",
626
+ r: "2"
627
+ })), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
628
+ d: "M30.6411 19.0948l-1.9243-.5449c.188-.6638.2832-1.3535.2832-2.0499 0-4.1355-3.3645-7.5-7.5-7.5-1.0769 0-2.1157.223-3.0876.6628l-.8247-1.822c1.2329-.558 2.5491-.8408 3.9124-.8408 5.2383 0 9.5 4.2617 9.5 9.5 0 .8807-.1208 1.7537-.3589 2.5948zM20.4141 14.5859l-3-3c-.3774-.3779-.8799-.5859-1.4141-.5859s-1.0366.208-1.4143.5859l-2.9998 3c-.3899.3896-.5859.9019-.5859 1.4141s.196 1.0244.5859 1.4141l2.9998 3c.3777.3779.8801.5859 1.4143.5859s1.0366-.208 1.4141-.5859l3-3c.3899-.3896.5859-.9019.5859-1.4141s-.196-1.0244-.5859-1.4141zm-4.4141 4.4141l-3-3 3-3 2.9998 3-2.9998 3z"
629
+ })), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
630
+ cx: "16",
631
+ cy: "3",
632
+ r: "2"
650
633
  })), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
651
- d: "M10,28H4c-1.103,0-2-0.897-2-2V4c0-1.103,0.897-2,2-2h22c1.103,0,2,0.897,2,2v12h-2V4H4v22h6V28z"
634
+ d: "m8.0254,19.8821c-3.0999-1.6578-5.0254-4.8696-5.0254-8.3821C3,6.4729,6.9277,2.307,11.9421,2.0161l.1157,1.9966c-3.9578.2297-7.0579,3.5186-7.0579,7.4873,0,2.7732,1.5208,5.3092,3.9688,6.6184l-.9434,1.7637Z"
652
635
  })), children);
653
636
  });
654
637
  if (process.env.NODE_ENV !== "production") {
655
- IbmOpenEnterpriseLanguages.propTypes = iconPropTypes4cbeb95d.i;
638
+ IbmEventAutomation.propTypes = iconPropTypes4cbeb95d.i;
656
639
  }
657
- const IbmOpenshiftContainerPlatformOnVpcForRegulatedIndustries = /*#__PURE__*/React.forwardRef(function IbmOpenshiftContainerPlatformOnVpcForRegulatedIndustries(_ref26, ref) {
640
+ const IbmEventEndpointMgmt = /*#__PURE__*/React.forwardRef(function IbmEventEndpointMgmt(_ref26, ref) {
658
641
  let {
659
642
  children,
660
643
  size = 16,
@@ -668,20 +651,22 @@ const IbmOpenshiftContainerPlatformOnVpcForRegulatedIndustries = /*#__PURE__*/Re
668
651
  viewBox: "0 0 32 32",
669
652
  fill: "currentColor",
670
653
  ...rest
671
- }, _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
672
- cx: "19",
673
- cy: "27",
674
- r: "1"
654
+ }, _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
655
+ cx: "29",
656
+ cy: "29",
657
+ r: "2"
675
658
  })), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
676
- d: "M29 31h-13c-1.1028 0-2-.8972-2-2v-4c0-1.1028.8972-2 2-2h13c1.1028 0 2 .8972 2 2v4c0 1.1028-.8972 2-2 2zm-13-6v4h13v-4h-13zM29 21h-13c-1.1028 0-2-.8972-2-2v-4c0-1.1028.8972-2 2-2h13c1.1028 0 2 .8972 2 2v4c0 1.1028-.8972 2-2 2zm-13-6v4h13v-4h-13z"
677
- })), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
678
- d: "m12,27.2998c-4.6531-1.6523-8-6.0869-8-11.2998,0-6.6167,5.3833-12,12-12,4.8311,0,8.9937,2.876,10.8945,7h2.1665c-2.0188-5.2544-7.1045-9-13.061-9-7.7197,0-14,6.2803-14,14,0,6.3291,4.2246,11.6846,10,13.4102v-2.1104Z"
659
+ d: "M25 30h-8c-1.1028 0-2-.8972-2-2v-4h2v4h8v2zM30 25h-2v-8h-5v-2h5c1.1028 0 2 .8972 2 2v8zM20.4141 14.5859l-3-3c-.3774-.3779-.8799-.5859-1.4141-.5859s-1.0366.208-1.4143.5859l-2.9998 3c-.3899.3896-.5859.9019-.5859 1.4141s.196 1.0244.5859 1.4141l2.9998 3c.3777.3779.8801.5859 1.4143.5859s1.0366-.208 1.4141-.5859l3-3c.3899-.3896.5859-.9019.5859-1.4141s-.196-1.0244-.5859-1.4141zm-4.4141 4.4141l-3-3 3-3 2.9998 3-2.9998 3zM9 17H4c-1.1028 0-2-.8972-2-2V7h2v8h5v2zM17 8h-2V4H7v-2h8c1.1028 0 2 .8972 2 2v4z"
660
+ })), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
661
+ cx: "3",
662
+ cy: "3",
663
+ r: "2"
679
664
  })), children);
680
665
  });
681
666
  if (process.env.NODE_ENV !== "production") {
682
- IbmOpenshiftContainerPlatformOnVpcForRegulatedIndustries.propTypes = iconPropTypes4cbeb95d.i;
667
+ IbmEventEndpointMgmt.propTypes = iconPropTypes4cbeb95d.i;
683
668
  }
684
- const IbmPlanningAnalytics = /*#__PURE__*/React.forwardRef(function IbmPlanningAnalytics(_ref27, ref) {
669
+ const IbmEventProcessing = /*#__PURE__*/React.forwardRef(function IbmEventProcessing(_ref27, ref) {
685
670
  let {
686
671
  children,
687
672
  size = 16,
@@ -695,16 +680,26 @@ const IbmPlanningAnalytics = /*#__PURE__*/React.forwardRef(function IbmPlanningA
695
680
  viewBox: "0 0 32 32",
696
681
  fill: "currentColor",
697
682
  ...rest
698
- }, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
699
- d: "M29.9,16.4l-6,12c-.2.3-.5.6-.9.6h-13c-.6,0-1-.4-1-1s.4-1,1-1h12.4l5.5-11-5.5-11h-12.4c-.6,0-1-.4-1-1s.4-1,1-1h13c.4,0,.7.2.9.6l6,12c.1.3.1.6,0,.9h0v-.1ZM10,22c0,.6.4,1,1,1h11v-2h-11c-.6,0-1,.4-1,1ZM18,15H7c-.6,0-1,.4-1,1s.4,1,1,1h11v-2ZM22,11v-2h-11c-.6,0-1,.4-1,1s.4,1,1,1h11ZM3,15c-.6,0-1,.4-1,1s0,0,0,0h0c0,.6.4,1,1,1s1-.4,1-1,0,0,0,0h0c0-.6-.4-1-1-1ZM6,21c-.6,0-1,.4-1,1s.4,1,1,1,1-.4,1-1-.4-1-1-1ZM6,11c.6,0,1-.4,1-1s-.4-1-1-1-1,.4-1,1,.4,1,1,1Z"
700
- })), children);
701
- });
702
- if (process.env.NODE_ENV !== "production") {
703
- IbmPlanningAnalytics.propTypes = iconPropTypes4cbeb95d.i;
704
- }
705
- const IbmPowerVs = /*#__PURE__*/React.forwardRef(function IbmPowerVs(_ref28, ref) {
706
- let {
707
- children,
683
+ }, _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
684
+ cx: "16",
685
+ cy: "29",
686
+ r: "2"
687
+ })), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
688
+ d: "M22.5 30h-2.5v-2h2.5c3.0327 0 5.5-2.4673 5.5-5.5 0-2.5634-1.7395-4.7644-4.23-5.3528l.46-1.9465c3.3972.8026 5.77 3.8042 5.77 7.2993 0 4.1355-3.3645 7.5-7.5 7.5zM20.4141 14.5859l-3-3c-.3774-.3779-.8799-.5859-1.4141-.5859s-1.0366.208-1.4143.5859l-2.9998 3c-.3899.3896-.5859.9019-.5859 1.4141s.196 1.0244.5859 1.4141l2.9998 3c.3777.3779.8801.5859 1.4143.5859s1.0366-.208 1.4141-.5859l3-3c.3899-.3896.5859-.9019.5859-1.4141s-.196-1.0244-.5859-1.4141zm-4.4141 4.4141l-3-3 3-3 2.9998 3-2.9998 3z"
689
+ })), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
690
+ cx: "16",
691
+ cy: "3",
692
+ r: "2"
693
+ })), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
694
+ d: "m7.77,16.7993c-3.3972-.8026-5.77-3.8042-5.77-7.2993C2,5.3645,5.3645,2,9.5,2h2.5v2h-2.5c-3.0327,0-5.5,2.4673-5.5,5.5,0,2.5634,1.7395,4.7645,4.23,5.3528l-.46,1.9465Z"
695
+ })), children);
696
+ });
697
+ if (process.env.NODE_ENV !== "production") {
698
+ IbmEventProcessing.propTypes = iconPropTypes4cbeb95d.i;
699
+ }
700
+ const IbmEventStreams = /*#__PURE__*/React.forwardRef(function IbmEventStreams(_ref28, ref) {
701
+ let {
702
+ children,
708
703
  size = 16,
709
704
  ...rest
710
705
  } = _ref28;
@@ -717,35 +712,25 @@ const IbmPowerVs = /*#__PURE__*/React.forwardRef(function IbmPowerVs(_ref28, ref
717
712
  fill: "currentColor",
718
713
  ...rest
719
714
  }, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
720
- d: "M16 25c-2 0-4-.7-5.6-2l1.3-1.6c1.3 1 2.8 1.5 4.4 1.5 3.9 0 7-3.1 7-7 0-.3 0-.7-.1-1l2-.3C25 15.1 25 15.6 25 16 25 21 21 25 16 25zM7.1 17.3C7 16.9 7 16.4 7 16c0-5 4-9 9-9 2 0 4 .7 5.6 2l-1.3 1.6C19.1 9.5 17.6 9 16 9c-3.9 0-7 3.1-7 7 0 .3 0 .7.1 1L7.1 17.3z"
721
- })), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
722
- cx: "23",
723
- cy: "27",
724
- r: "1"
725
- })), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
726
- cx: "9",
727
- cy: "20",
728
- r: "1"
729
- })), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
730
- cx: "23",
731
- cy: "12",
732
- r: "1"
733
- })), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
734
- cx: "16",
735
- cy: "16",
736
- r: "2"
737
- })), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
738
- cx: "9",
715
+ d: "m20,27c-2.9795,0-5.7693-1.1719-7.8555-3.2998l1.4282-1.4001c1.7068,1.7411,3.9895,2.7,6.4272,2.7,4.9626,0,9-4.0374,9-9,0-2.3705-.9138-4.6079-2.5732-6.3004l1.4282-1.4001c2.0281,2.0686,3.145,4.8033,3.145,7.7006,0,6.0654-4.9346,11-11,11Z"
716
+ })), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
717
+ cx: "24",
739
718
  cy: "5",
740
- r: "1"
719
+ r: "2"
741
720
  })), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
742
- d: "M16 30C8.3 30 2 23.7 2 16c0-3.7 1.5-7.3 4.1-9.9l1.4 1.4C5.2 9.8 4 12.8 4 16c0 6.6 5.4 12 12 12 1.4 0 2.8-.2 4.1-.7l.7 1.9C19.3 29.7 17.6 30 16 30zM25.9 25.9l-1.4-1.4c2.3-2.3 3.5-5.3 3.5-8.5 0-6.6-5.4-12-12-12-1.4 0-2.8.2-4.1.7l-.7-1.9C12.7 2.3 14.4 2 16 2c7.7 0 14 6.3 14 14C30 19.7 28.5 23.3 25.9 25.9z"
721
+ d: "m20.4141,14.5859l-3-3c-.3774-.3779-.8799-.5859-1.4141-.5859s-1.0366.208-1.4143.5859l-2.9998,3c-.3899.3896-.5859.9019-.5859,1.4141s.196,1.0244.5859,1.4141l2.9998,3c.3777.3779.8801.5859,1.4143.5859s1.0366-.208,1.4141-.5859l3-3c.3899-.3896.5859-.9019.5859-1.4141s-.196-1.0244-.5859-1.4141Zm-4.4141,4.4141l-3-3,3-3,2.9998,3-2.9998,3Z"
722
+ })), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
723
+ cx: "8",
724
+ cy: "27",
725
+ r: "2"
726
+ })), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
727
+ d: "m4.2993,23.855c-2.1277-2.0861-3.2993-4.8757-3.2993-7.855C1,9.9346,5.9346,5,12,5c2.9795,0,5.7693,1.1719,7.8555,3.2998l-1.4282,1.4001c-1.7068-1.7411-3.9895-2.7-6.4272-2.7-4.9626,0-9,4.0374-9,9,0,2.4376.9587,4.7201,2.6997,6.427l-1.4004,1.428Z"
743
728
  })), children);
744
729
  });
745
730
  if (process.env.NODE_ENV !== "production") {
746
- IbmPowerVs.propTypes = iconPropTypes4cbeb95d.i;
731
+ IbmEventStreams.propTypes = iconPropTypes4cbeb95d.i;
747
732
  }
748
- const IbmPowerVsPrivateCloud = /*#__PURE__*/React.forwardRef(function IbmPowerVsPrivateCloud(_ref29, ref) {
733
+ const IbmGcm = /*#__PURE__*/React.forwardRef(function IbmGcm(_ref29, ref) {
749
734
  let {
750
735
  children,
751
736
  size = 16,
@@ -759,36 +744,18 @@ const IbmPowerVsPrivateCloud = /*#__PURE__*/React.forwardRef(function IbmPowerVs
759
744
  viewBox: "0 0 32 32",
760
745
  fill: "currentColor",
761
746
  ...rest
762
- }, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
763
- d: "M23 26H25V30H23z"
764
- })), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
765
- d: "m28,21.5859l-3.293-3.293c-.1953-.1953-.4512-.293-.707-.293s-.5117.0977-.707.293l-5,5c-.1875.1875-.293.4414-.293.707v6h2v-5.5859l4-4,4,4v5.5859h2v-10h-2v1.5859Z"
766
- })), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
767
- cx: "9",
768
- cy: "20",
769
- r: "1"
770
- })), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
771
- cx: "23",
772
- cy: "12",
773
- r: "1"
774
- })), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
775
- cx: "9",
776
- cy: "5",
777
- r: "1"
778
- })), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
779
- cx: "16",
780
- cy: "16",
781
- r: "2"
747
+ }, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
748
+ strokeWidth: "0",
749
+ d: "M2 17L17.1719 17 13.5859 20.5859 15 22 21 16 15 10 13.5859 11.4141 17.1719 15 2 15 2 17z"
782
750
  })), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
783
- d: "m9,16c0-3.8598,3.1402-7,7-7,1.7023,0,3.2635.6121,4.4783,1.6261l1.2822-1.5386c-1.561-1.3023-3.5685-2.0875-5.7604-2.0875-4.9706,0-9,4.0294-9,9,0,.5231.0541,1.0327.1398,1.5313l1.9693-.3404c-.0669-.3879-.1091-.7842-.1091-1.1909Z"
784
- })), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
785
- d: "M4 16c0-3.3084 1.3457-6.3084 3.5186-8.4813l-1.4182-1.4182c-2.5335 2.5335-4.1005 6.0334-4.1005 9.8994 0 7.732 6.268 14 14 14v-2c-6.6168 0-12-5.3832-12-12zM16 4c6.6168 0 12 5.3832 12 12h2c0-7.732-6.268-14-14-14-1.6813 0-3.2861.3116-4.7795.855l.6837 1.8803c1.2804-.4672 2.6558-.7353 4.0959-.7353z"
751
+ strokeWidth: "0",
752
+ d: "m28.5039,8.1362L16.5039,1.1362c-.1558-.0908-.3298-.1362-.5039-.1362s-.3481.0454-.5039.1362L3.4961,8.1362c-.3071.1792-.4961.5083-.4961.8638v3h2v-2.4258L16,3.1577l11,6.4165v12.8516l-11,6.4165-11.7275-6.8423-1.0078,1.7275,12.2314,7.1362c.1558.0908.3298.1362.5039.1362s.3481-.0454.5039-.1362l12-7c.3071-.1792.4961-.5083.4961-.8638v-14c0-.3555-.189-.6846-.4961-.8638Z"
786
753
  })), children);
787
754
  });
788
755
  if (process.env.NODE_ENV !== "production") {
789
- IbmPowerVsPrivateCloud.propTypes = iconPropTypes4cbeb95d.i;
756
+ IbmGcm.propTypes = iconPropTypes4cbeb95d.i;
790
757
  }
791
- const IbmPowerWithVpc = /*#__PURE__*/React.forwardRef(function IbmPowerWithVpc(_ref30, ref) {
758
+ const IbmGlobalStorageArchitecture = /*#__PURE__*/React.forwardRef(function IbmGlobalStorageArchitecture(_ref30, ref) {
792
759
  let {
793
760
  children,
794
761
  size = 16,
@@ -802,20 +769,14 @@ const IbmPowerWithVpc = /*#__PURE__*/React.forwardRef(function IbmPowerWithVpc(_
802
769
  viewBox: "0 0 32 32",
803
770
  fill: "currentColor",
804
771
  ...rest
805
- }, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
806
- d: "M9 21H3c-1.1028 0-2-.8972-2-2v-6c0-1.1028.8972-2 2-2h6c1.1028 0 2 .8972 2 2v6c0 1.1028-.8972 2-2 2zm-6-8v6h6v-6H3zM11.6926 29.3245c-3.0789-.9945-5.7393-3.0491-7.4912-5.7853l1.6846-1.0784c1.5022 2.3466 3.7827 4.1082 6.4214 4.9606l-.6147 1.9031z"
807
- })), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
808
- cx: "19",
809
- cy: "27",
810
- r: "1"
811
- })), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
812
- d: "M29 31h-13c-1.1028 0-2-.8972-2-2v-4c0-1.1028.8972-2 2-2h13c1.1028 0 2 .8972 2 2v4c0 1.1028-.8972 2-2 2zm-13-6v4h13v-4h-13zM26.8896 21h2.1848c.6057-1.5889.9255-3.29.9255-5 0-.6719-.0642-1.3384-.1592-2h-2.0269c.1106.6592.186 1.3262.186 2 0 1.7549-.3867 3.4297-1.1104 5zM28 7c0-.3701-.0669-.7212-.1611-1.0615l1.8574-1.0723-1-1.7324-1.8467 1.0664c-.5-.5088-1.1384-.873-1.8496-1.0581V1h-2v2.1421c-.7112.1851-1.3496.5493-1.8496 1.0581l-1.8467-1.0664-1 1.7324 1.8574 1.0723c-.0942.3403-.1611.6914-.1611 1.0615s.0669.7212.1611 1.0615l-1.8574 1.0723 1 1.7324 1.8467-1.0664c.5.5088 1.1394.8721 1.8496 1.0576v2.1426h2v-2.1426c.7102-.1855 1.3496-.5488 1.8496-1.0576l1.8467 1.0664 1-1.7324-1.8574-1.0723c.0942-.3403.1611-.6914.1611-1.0615zm-4 2c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2zM5.886 9.5392l-1.6846-1.0784C6.7915 4.4153 11.2021 2 16 2v2c-4.1125 0-7.8936 2.0707-10.114 5.5392z"
772
+ }, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
773
+ d: "M16,26c1.1,0,2,.9,2,2s-.9,2-2,2-2-.9-2-2,.9-2,2-2ZM5,26c1.1,0,2,.9,2,2s-.9,2-2,2-2-.9-2-2,.9-2,2-2ZM27,26c1.1,0,2,.9,2,2s-.9,2-2,2-2-.9-2-2,.9-2,2-2ZM6,24v-3h9v3h2v-3h9v3h2v-3c0-1.1-.9-2-2-2h-9v-3h-2v3H6c-1.1,0-2,.9-2,2v3h2ZM21.7,6.1c-.8-2.4-3.1-4.1-5.7-4.1s-4.9,1.7-5.7,4.1c-1.9.3-3.3,1.9-3.3,3.9s1.8,4,4,4h10c2.2,0,4-1.8,4-4s-1.4-3.6-3.3-3.9ZM21,12h-10c-1.1,0-2-.9-2-2s.9-2,2-2h1c0-2.2,1.8-4,4-4s4,1.8,4,4h1c1.1,0,2,.9,2,2s-.9,2-2,2Z"
813
774
  })), children);
814
775
  });
815
776
  if (process.env.NODE_ENV !== "production") {
816
- IbmPowerWithVpc.propTypes = iconPropTypes4cbeb95d.i;
777
+ IbmGlobalStorageArchitecture.propTypes = iconPropTypes4cbeb95d.i;
817
778
  }
818
- const IbmPrivatePathServices = /*#__PURE__*/React.forwardRef(function IbmPrivatePathServices(_ref31, ref) {
779
+ const IbmGranite = /*#__PURE__*/React.forwardRef(function IbmGranite(_ref31, ref) {
819
780
  let {
820
781
  children,
821
782
  size = 16,
@@ -829,16 +790,14 @@ const IbmPrivatePathServices = /*#__PURE__*/React.forwardRef(function IbmPrivate
829
790
  viewBox: "0 0 32 32",
830
791
  fill: "currentColor",
831
792
  ...rest
832
- }, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
833
- d: "m24,16c-1.3019,0-2.4016.8385-2.8157,2h-9.1843v-2h-6v6h6v-2h9.1843c.4141,1.1615,1.5137,2,2.8157,2,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3Zm-14,4h-2v-2h2v2Zm14,0c-.5518,0-1-.4482-1-1s.4482-1,1-1,1,.4482,1,1-.4482,1-1,1Z"
834
- })), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
835
- d: "m25.8321,11.22c-.8432-4.6665-4.9267-8.22-9.8321-8.22S7.0109,6.5535,6.1678,11.22c-3.5296.8317-6.1678,4.0001-6.1678,7.78,0,4.4111,3.5889,8,8,8h4v-2h-4c-3.3086,0-6-2.6914-6-6s2.6914-6,6-6c0-4.4111,3.5889-8,8-8s8,3.5889,8,8c3.3086,0,6,2.6914,6,6s-2.6914,6-6,6h-8v2h8c4.4111,0,8-3.5889,8-8,0-3.7799-2.6382-6.9484-6.1679-7.78Z"
793
+ }, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
794
+ d: "M28.5039,8.1362L16.5039,1.1362c-.1558-.0908-.3298-.1362-.5039-.1362s-.3482.0454-.5039.1362L3.4961,8.1362c-.3071.1792-.4961.5083-.4961.8638v14c0,.3555.189.6846.4961.8643l12,7c.1558.0908.3296.1357.5039.1357s.3481-.0449.5039-.1357l12-7c.3076-.1797.4961-.5088.4961-.8643v-14c0-.3555-.1885-.6846-.4961-.8638ZM16,3.1577l10.0155,5.8422-2.3773,1.3867-5.6382-3.2529c-.3105-.1787-.6895-.1787-1,0l-6.4995,3.75c-.1992.115-.3417.2961-.4235.5034l-4.0925-2.3873,10.0155-5.8422h0ZM12,14.8244l3,1.75v3.8291l-3-1.7307v-3.8484ZM16,14.8423l-4-2.3333v-.1813l5.5-3.1733,4.148,2.3933-5.648,3.2947h0ZM17,16.5744l6-3.5v5.5984l-5.5,3.1729-.5-.2885v-4.9828ZM5,10.741l5,2.9167v5.5923c0,.3574.1909.6875.5005.8662l4.4995,2.5961v5.5471l-10-5.8336v-11.6848ZM17,28.2594v-4.3932c.1553.0889.3271.1338.5.1338s.3447-.0449.5-.1338l6.5-3.75c.3096-.1787.5-.5088.5-.8662v-7.3423l2-1.1667v11.6848l-10,5.8336Z"
836
795
  })), children);
837
796
  });
838
797
  if (process.env.NODE_ENV !== "production") {
839
- IbmPrivatePathServices.propTypes = iconPropTypes4cbeb95d.i;
798
+ IbmGranite.propTypes = iconPropTypes4cbeb95d.i;
840
799
  }
841
- const IbmProcessMining = /*#__PURE__*/React.forwardRef(function IbmProcessMining(_ref32, ref) {
800
+ const IbmIbv = /*#__PURE__*/React.forwardRef(function IbmIbv(_ref32, ref) {
842
801
  let {
843
802
  children,
844
803
  size = 16,
@@ -852,16 +811,16 @@ const IbmProcessMining = /*#__PURE__*/React.forwardRef(function IbmProcessMining
852
811
  viewBox: "0 0 32 32",
853
812
  fill: "currentColor",
854
813
  ...rest
855
- }, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
856
- d: "m26,22c-1.8584,0-3.4106,1.2798-3.8579,3h-12.2842c-.3635-1.3984-1.4629-2.4927-2.8579-2.8579v-3.1421c0-1.1025.8972-2,2-2h14c2.2056,0,4-1.7944,4-4v-3.1421c1.7202-.4473,3-1.9995,3-3.8579,0-2.2056-1.7944-4-4-4s-4,1.7944-4,4c0,1.8584,1.2798,3.4106,3,3.8579v3.1421c0,1.1025-.8972,2-2,2h-14c-2.2056,0-4,1.7944-4,4v3.1421c-1.7202.4473-3,1.9995-3,3.8579,0,2.2056,1.7944,4,4,4,1.8584,0,3.4106-1.2798,3.8579-3h12.2842c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4Zm-2-16c0-1.1025.8972-2,2-2s2,.8975,2,2-.8972,2-2,2-2-.8975-2-2ZM6,28c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Zm20,0c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z"
857
- })), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
858
- d: "m6,10c.7395,0,1.4241-.2153,2.019-.5669l3.5669,3.5669,1.4141-1.4141-3.5669-3.5669c.3516-.5947.5669-1.2798.5669-2.019,0-2.2056-1.7944-4-4-4S2,3.7944,2,6s1.7944,4,4,4Zm0-6c1.1028,0,2,.8975,2,2s-.8972,2-2,2-2-.8975-2-2,.8972-2,2-2Z"
814
+ }, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
815
+ d: "M15 24c-3.8594 0-7-3.1401-7-7s3.1406-7 7-7 7 3.1401 7 7-3.1406 7-7 7zm0-12c-2.7568 0-5 2.2432-5 5s2.2432 5 5 5 5-2.2432 5-5-2.2432-5-5-5zM30 13h-2V4h-9v-2h9c1.1025 0 2 .897 2 2v9z"
816
+ })), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
817
+ d: "m15,30c-7.168,0-13-5.8315-13-13S7.832,4,15,4v2c-6.0654,0-11,4.9346-11,11s4.9346,11,11,11,11-4.9346,11-11v-1h2v1c0,7.1685-5.832,13-13,13Z"
859
818
  })), children);
860
819
  });
861
820
  if (process.env.NODE_ENV !== "production") {
862
- IbmProcessMining.propTypes = iconPropTypes4cbeb95d.i;
821
+ IbmIbv.propTypes = iconPropTypes4cbeb95d.i;
863
822
  }
864
- const IbmSaasConsole = /*#__PURE__*/React.forwardRef(function IbmSaasConsole(_ref33, ref) {
823
+ const IbmInstana = /*#__PURE__*/React.forwardRef(function IbmInstana(_ref33, ref) {
865
824
  let {
866
825
  children,
867
826
  size = 16,
@@ -875,26 +834,24 @@ const IbmSaasConsole = /*#__PURE__*/React.forwardRef(function IbmSaasConsole(_re
875
834
  viewBox: "0 0 32 32",
876
835
  fill: "currentColor",
877
836
  ...rest
878
- }, _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
879
- cx: "30",
880
- cy: "20",
881
- r: "1"
882
- })), _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
883
- cx: "2",
884
- cy: "20",
885
- r: "1"
886
- })), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
887
- d: "m24,26c-2.2165,0-4.1514-1.2112-5.1903-3.0034l-1.7326,1.0002c1.3834,2.3906,3.9622,4.0032,6.9229,4.0032s5.5395-1.6125,6.9229-4.0032l-1.7326-1.0002c-1.0389,1.7922-2.9738,3.0034-5.1903,3.0034Z"
888
- })), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
889
- d: "m24,14c2.1357,0,4.127,1.1494,5.1973,3l1.7314-1.001c-1.4263-2.4668-4.0815-3.999-6.9287-3.999s-5.5024,1.5322-6.938,4.0151l-3.8647,6.9849c-1.0703,1.8506-3.0615,3-5.1973,3s-4.127-1.1494-5.1973-3l-1.7314,1.001c1.4263,2.4668,4.0815,3.999,6.9287,3.999s5.5024-1.5322,6.938-4.0151l3.8647-6.9849c1.0703-1.8506,3.0615-3,5.1973-3Z"
890
- })), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
891
- d: "M8 14c2.2165 0 4.1514 1.2112 5.1903 3.0034l1.7326-1.0002c-1.3834-2.3906-3.9622-4.0032-6.9229-4.0032s-5.5395 1.6125-6.9229 4.0032l1.7326 1.0002c1.0389-1.7922 2.9738-3.0034 5.1903-3.0034zM16 6c2.7571 0 5.2571 1.1216 7.0678 2.9321l1.4135-1.4133c-2.1729-2.1731-5.1729-3.5188-8.4813-3.5188s-6.3083 1.3457-8.4813 3.5188l1.4135 1.4133c1.8107-1.8105 4.3107-2.9321 7.0678-2.9321z"
837
+ }, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
838
+ d: "M9 13H11V19H9zM21 13H23V19H21zM13 11H15V24H13zM17 9H19V22H17z"
839
+ })), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
840
+ cx: "22",
841
+ cy: "5",
842
+ r: "2"
843
+ })), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
844
+ cx: "10",
845
+ cy: "27",
846
+ r: "2"
847
+ })), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
848
+ d: "M22.0916 28h-8.0916v-2h8.0916l5.9082-10-2.6992-4.5679 1.7227-1.0176 2.6992 4.5679c.3701.6274.3701 1.4077 0 2.0352l-5.9092 10c-.3574.6055-1.0176.9824-1.7217.9824zM4.9768 21.5859l-2.6992-4.5684c-.3701-.6274-.3701-1.4077 0-2.0352l5.9092-10c.3584-.606 1.0176-.9824 1.7217-.9824h8.0916v2h-8.0916l-5.9082 10 2.6992 4.5684-1.7227 1.0176z"
892
849
  })), children);
893
850
  });
894
851
  if (process.env.NODE_ENV !== "production") {
895
- IbmSaasConsole.propTypes = iconPropTypes4cbeb95d.i;
852
+ IbmInstana.propTypes = iconPropTypes4cbeb95d.i;
896
853
  }
897
- const IbmSapOnPower = /*#__PURE__*/React.forwardRef(function IbmSapOnPower(_ref34, ref) {
854
+ const IbmJrs = /*#__PURE__*/React.forwardRef(function IbmJrs(_ref34, ref) {
898
855
  let {
899
856
  children,
900
857
  size = 16,
@@ -908,20 +865,15 @@ const IbmSapOnPower = /*#__PURE__*/React.forwardRef(function IbmSapOnPower(_ref3
908
865
  viewBox: "0 0 32 32",
909
866
  fill: "currentColor",
910
867
  ...rest
911
- }, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
912
- d: "M9 21H3c-1.1028 0-2-.8972-2-2v-6c0-1.1028.8972-2 2-2h6c1.1028 0 2 .8972 2 2v6c0 1.1028-.8972 2-2 2zM3 13v6h6v-6s-6 0-6 0zM11.6926 29.3245c-3.0789-.9945-5.7393-3.0491-7.4912-5.7853l1.6846-1.0784c1.5022 2.3466 3.7827 4.1082 6.4214 4.9606l-.6147 1.9031z"
913
- })), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
914
- cx: "19",
915
- cy: "27",
916
- r: "1"
917
- })), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
918
- d: "M29 31h-13c-1.1028 0-2-.8972-2-2v-4c0-1.1028.8972-2 2-2h13c1.1028 0 2 .8972 2 2v4c0 1.1028-.8972 2-2 2zm-13-6v4h13v-4s-13 0-13 0zM26.8896 21h2.1848c.6057-1.5889.9255-3.29.9255-5 0-.6719-.0642-1.3384-.1592-2h-2.0269c.1106.6592.186 1.3262.186 2 0 1.7549-.3867 3.4297-1.1104 5zM25.5 12h-6.5c-.5522 0-1-.4478-1-1V4c0-.5522.4478-1 1-1h12c.3828 0 .7319.2185.8994.5629.0675.1389.1006.2884.1006.4371 0 .22-.0725.4382-.2136.6178l-5.5 7c-.1897.2413-.4795.3822-.7864.3822zm-5.5-2h5.0139l3.9287-5h-8.9426v5zM5.886 9.5392l-1.6846-1.0784C6.7915 4.4153 11.2021 2 16 2v2c-4.1125 0-7.8936 2.0707-10.114 5.5392z"
868
+ }, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
869
+ strokeWidth: "0",
870
+ d: "M12 18L10 18 10 6 7 6 7 18 5 18 5 4 12 4 12 18zM21 26L19 26 19 12 16 12 16 21.9946 14 21.9946 14 10 21 10 21 26zM30 26L28 26 28 18 25 18 25 26 23 26 23 16 30 16 30 26zM4 20L4 22 8.5859 22 2 28.5859 3.4141 30 10 23.4141 10 28 12 28 12 20 4 20z"
919
871
  })), children);
920
872
  });
921
873
  if (process.env.NODE_ENV !== "production") {
922
- IbmSapOnPower.propTypes = iconPropTypes4cbeb95d.i;
874
+ IbmJrs.propTypes = iconPropTypes4cbeb95d.i;
923
875
  }
924
- const IbmSecureInfrastructureOnVpcForRegulatedIndustries = /*#__PURE__*/React.forwardRef(function IbmSecureInfrastructureOnVpcForRegulatedIndustries(_ref35, ref) {
876
+ const IbmKnowledgeCatalog = /*#__PURE__*/React.forwardRef(function IbmKnowledgeCatalog(_ref35, ref) {
925
877
  let {
926
878
  children,
927
879
  size = 16,
@@ -935,14 +887,14 @@ const IbmSecureInfrastructureOnVpcForRegulatedIndustries = /*#__PURE__*/React.fo
935
887
  viewBox: "0 0 32 32",
936
888
  fill: "currentColor",
937
889
  ...rest
938
- }, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
939
- d: "M9 21H3c-1.1028 0-2-.8972-2-2v-6c0-1.1028.8972-2 2-2h6c1.1028 0 2 .8972 2 2v6c0 1.1028-.8972 2-2 2zM3 13v6h6v-6s-6 0-6 0zM16 30c-.3618 0-.7205-.0138-1.0757-.0406-4.3528-.3312-8.3611-2.7313-10.7229-6.4202l1.6846-1.0784c2.0247 3.1628 5.4602 5.2205 9.1899 5.5043.3047.0231.613.0349.9241.0349v2zM23 30l-2.1-1c-1.7-.8-2.9-2.6-2.9-4.5v-6.5h10v6.5c0 1.9-1.1 3.7-2.9 4.5l-2.1 1zm-3-10v4.5c0 1.2.7 2.2 1.7 2.7l1.3.6 1.3-.6c1-.5 1.7-1.6 1.7-2.7v-4.5h-6zM27.3025 12c.4539 1.2817.6975 2.6211.6975 4h2c0-1.3691-.1987-2.7085-.584-4h-2.1135zM27 10h-3c-1.1028 0-2-.8972-2-2v-3c0-1.1028.8972-2 2-2h3c1.1028 0 2 .8972 2 2v3c0 1.1028-.8972 2-2 2zm-3-5v3h3v-3h-3zM20 2.5835c-1.2915-.3853-2.6309-.5835-4-.5835-4.7976 0-9.2083 2.415-11.7983 6.4604l1.6841 1.0786c2.2209-3.4683 6.002-5.5391 10.1143-5.5391 1.3787 0 2.7188.2437 4 .6978v-2.1143z"
890
+ }, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
891
+ d: "M24,25h-3v-3h3v3ZM29,22h-3v3h3v-3ZM24,27h-3v3h3v-3ZM29,27h-3v3h3v-3ZM20,8h-8v2h8v-2ZM17,28H6v-4h2v-2h-2v-5h2v-2h-2v-5h2v-2h-2v-4h18v15h2V4c0-1.1-.9-2-2-2H6c-1.1,0-2,.9-2,2v4h-2v2h2v5h-2v2h2v5h-2v2h2v4c0,1.1.9,2,2,2h11v-2ZM20,15h-8v2h8v-2Z"
940
892
  })), children);
941
893
  });
942
894
  if (process.env.NODE_ENV !== "production") {
943
- IbmSecureInfrastructureOnVpcForRegulatedIndustries.propTypes = iconPropTypes4cbeb95d.i;
895
+ IbmKnowledgeCatalog.propTypes = iconPropTypes4cbeb95d.i;
944
896
  }
945
- const IbmStreamsets = /*#__PURE__*/React.forwardRef(function IbmStreamsets(_ref36, ref) {
897
+ const IbmKnowledgeCatalogPremium = /*#__PURE__*/React.forwardRef(function IbmKnowledgeCatalogPremium(_ref36, ref) {
946
898
  let {
947
899
  children,
948
900
  size = 16,
@@ -956,14 +908,14 @@ const IbmStreamsets = /*#__PURE__*/React.forwardRef(function IbmStreamsets(_ref3
956
908
  viewBox: "0 0 32 32",
957
909
  fill: "currentColor",
958
910
  ...rest
959
- }, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
960
- d: "M21.5,18c-1.2,0-2.2-.6-2.8-1.6l-3.8-6.4c-.7-1.2-2-2-3.5-2h-2.5v-2h2.5c2.1,0,4.1,1.1,5.2,3l3.8,6.4c.3.5.8.6,1,.6h0c.2,0,.7,0,1-.6l3.7-6.4,1.7,1-3.7,6.4c-.6,1-1.6,1.6-2.8,1.6,0,0,.2,0,.2,0ZM10.6,27l-1.2-2.2c-.6-1-.6-2.1,0-3.1l4.2-7.4c.5-.9.5-2,0-2.9s-1.5-1.4-2.5-1.4h-7.1v2h7.1c.5,0,.7.3.8.4s.2.5,0,.9l-4.2,7.4c-.9,1.6-.9,3.5,0,5.1l1.2,2.2,1.7-1ZM16.6,29l-2.9-5c-.2-.4-.2-.9,0-1.3s.6-.7,1.1-.7h7.3c2.1,0,4.1-1.2,5.2-3l1.1-2-1.7-1-1.1,2c-.7,1.3-2,2-3.4,2h-7.3c-1.2,0-2.3.6-2.9,1.7-.6,1-.6,2.3,0,3.3l2.9,5s1.7-1,1.7-1ZM30.5,21.5l.3-.5-1.7-1-.3.5c-1.3,2.2-3.6,3.5-6.1,3.5h-4.7v2h4.7c3.2,0,6.2-1.7,7.8-4.5ZM22,10l-2-3.5c-1.6-2.8-4.6-4.5-7.8-4.5h-1.1v2h1.1c2.5,0,4.8,1.3,6.1,3.5l2,3.5,1.7-1ZM6.2,27l-.2-.4c-1.3-2.2-1.3-4.9,0-7l2.1-3.6-1.7-1-2.1,3.6c-1.6,2.8-1.6,6.2,0,9l.2.4s1.7-1,1.7-1Z"
911
+ }, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
912
+ d: "M20,10h-8v-2h8v2ZM17,28H6v-4h2v-2h-2v-5h2v-2h-2v-5h2v-2h-2v-4h18v15h2V4c0-1.1-.9-2-2-2H6c-1.1,0-2,.9-2,2v4h-2v2h2v5h-2v2h2v5h-2v2h2v4c0,1.1.9,2,2,2h11v-2ZM20,15h-8v2h8v-2ZM23.4,24.3l-3.7.5,2.7,2.6-.7,3.6,3.4-1.7,3.2,1.7-.7-3.6,2.7-2.6-3.6-.5-1.7-3.3s-1.6,3.3-1.6,3.3Z"
961
913
  })), children);
962
914
  });
963
915
  if (process.env.NODE_ENV !== "production") {
964
- IbmStreamsets.propTypes = iconPropTypes4cbeb95d.i;
916
+ IbmKnowledgeCatalogPremium.propTypes = iconPropTypes4cbeb95d.i;
965
917
  }
966
- const IbmTelehealth = /*#__PURE__*/React.forwardRef(function IbmTelehealth(_ref37, ref) {
918
+ const IbmKnowledgeCatalogStandard = /*#__PURE__*/React.forwardRef(function IbmKnowledgeCatalogStandard(_ref37, ref) {
967
919
  let {
968
920
  children,
969
921
  size = 16,
@@ -977,16 +929,14 @@ const IbmTelehealth = /*#__PURE__*/React.forwardRef(function IbmTelehealth(_ref3
977
929
  viewBox: "0 0 32 32",
978
930
  fill: "currentColor",
979
931
  ...rest
980
- }, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
981
- d: "M18 25L15 25 15 22 13 22 13 25 10 25 10 27 13 27 13 30 15 30 15 27 18 27 18 25z"
982
- })), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
983
- d: "M22 30h-2v-5c0-2.8-2.2-5-5-5h-6c-2.8 0-5 2.2-5 5v5H2v-5c0-3.9 3.1-7 7-7h6c3.9 0 7 3.1 7 7v5zM28 5.2V3c0-1.1-.9-2-2-2h-8c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-2.2l3 2.2V3l-3 2.2zm-2 3.8h-8V3h8v6zM15.5 12.5c-.9.9-2.1 1.5-3.5 1.5-2.8 0-5-2.2-5-5s2.2-5 5-5c.5 0 .9.1 1.3.2l.6-1.9c-.6-.2-1.2-.3-1.9-.3-3.9 0-7 3.1-7 7s3.1 7 7 7c1.9 0 3.7-.8 5-2l-1.5-1.5z"
932
+ }, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
933
+ d: "M20,10h-8v-2h8v2ZM16,28H6v-4h2v-2h-2v-5h2v-2h-2v-5h2v-2h-2v-4h18v17h2V4c0-1.1-.9-2-2-2H6c-1.1,0-2,.9-2,2v4h-2v2h2v5h-2v2h2v5h-2v2h2v4c0,1.1.9,2,2,2h10v-2ZM20,15h-8v2h8v-2ZM23,27.2l-2.6-2.6-1.4,1.4,4,4,7-7-1.4-1.4-5.6,5.6Z"
984
934
  })), children);
985
935
  });
986
936
  if (process.env.NODE_ENV !== "production") {
987
- IbmTelehealth.propTypes = iconPropTypes4cbeb95d.i;
937
+ IbmKnowledgeCatalogStandard.propTypes = iconPropTypes4cbeb95d.i;
988
938
  }
989
- const IbmTenet = /*#__PURE__*/React.forwardRef(function IbmTenet(_ref38, ref) {
939
+ const IbmLaunchpadS4 = /*#__PURE__*/React.forwardRef(function IbmLaunchpadS4(_ref38, ref) {
990
940
  let {
991
941
  children,
992
942
  size = 16,
@@ -1000,28 +950,21 @@ const IbmTenet = /*#__PURE__*/React.forwardRef(function IbmTenet(_ref38, ref) {
1000
950
  viewBox: "0 0 32 32",
1001
951
  fill: "currentColor",
1002
952
  ...rest
1003
- }, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
1004
- d: "M20,13H12c-.5522,0-1,.4478-1,1,0,.1973,.0508,.3833,.168,.5547l4,6c.1855,.2783,.4978,.4453,.832,.4453s.6465-.167,.832-.4453l4-6c.1172-.1714,.168-.3574,.168-.5547,0-.5522-.4478-1-1-1Zm-4,5.1973l-2.1316-3.1973h4.2632l-2.1316,3.1973Z"
1005
- })), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
1006
- d: "M16,23c-1.6115,0-3.1763-.5632-4.4205-1.5796l-1.4196,1.4197c.0306,.0261,.057,.0559,.0881,.0818,1.6104,1.3403,3.6523,2.0781,5.752,2.0781,4.9629,0,9-4.0376,9-9h-2c0,3.8599-3.1406,7-7,7Z"
1007
- })), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
1008
- cx: "23",
1009
- cy: "12",
1010
- r: "1"
1011
- })), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
1012
- cx: "9",
1013
- cy: "20",
1014
- r: "1"
1015
- })), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1016
- d: "M16,9c1.6097,0,3.1772,.5619,4.4224,1.5776l1.4171-1.4171c-.0385-.0328-.0718-.0702-.111-.1024-1.6074-1.3271-3.6416-2.0581-5.7285-2.0581-4.9629,0-9,4.0376-9,9h2c0-3.8599,3.1406-7,7-7Z"
1017
- })), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1018
- d: "M16,30c-7.7197,0-14-6.2804-14-14S8.2803,2,16,2s14,6.2804,14,14-6.2803,14-14,14Zm0-26c-6.6167,0-12,5.3832-12,12s5.3833,12,12,12,12-5.3832,12-12-5.3833-12-12-12Z"
953
+ }, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
954
+ strokeWidth: "0",
955
+ d: "m22,26v2H4V10h2v-2h-2c-1.1045,0-2,.8955-2,2v18c0,1.1045.8955,2,2,2h18c1.1045,0,2-.8955,2-2v-2h-2Z"
956
+ })), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
957
+ strokeWidth: "0",
958
+ d: "m30,5.9932v-1.9932c0-1.1046-.8954-2-2-2H10c-1.1046,0-2,.8954-2,2v18c0,1.1046.8954,2,2,2h18c1.1046,0,2-.8954,2-2v-3h-2v3H10V4h18v1.9932h2Z"
959
+ })), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
960
+ strokeWidth: "0",
961
+ d: "m27.5,17h-9c-1.9297,0-3.5-1.5703-3.5-3.5,0-1.7935,1.3555-3.2759,3.0957-3.4766.4561-2.291,2.4814-4.0234,4.9043-4.0234s4.4482,1.7324,4.9043,4.0234c1.7402.2007,3.0957,1.6831,3.0957,3.4766,0,1.9297-1.5703,3.5-3.5,3.5Zm-9-5c-.8271,0-1.5.6729-1.5,1.5s.6729,1.5,1.5,1.5h9c.8271,0,1.5-.6729,1.5-1.5s-.6729-1.5-1.5-1.5h-1.5v-1c0-1.6543-1.3457-3-3-3s-3,1.3457-3,3v1h-1.5Z"
1019
962
  })), children);
1020
963
  });
1021
964
  if (process.env.NODE_ENV !== "production") {
1022
- IbmTenet.propTypes = iconPropTypes4cbeb95d.i;
965
+ IbmLaunchpadS4.propTypes = iconPropTypes4cbeb95d.i;
1023
966
  }
1024
- const IbmToolchain = /*#__PURE__*/React.forwardRef(function IbmToolchain(_ref39, ref) {
967
+ const IbmLpa = /*#__PURE__*/React.forwardRef(function IbmLpa(_ref39, ref) {
1025
968
  let {
1026
969
  children,
1027
970
  size = 16,
@@ -1035,14 +978,18 @@ const IbmToolchain = /*#__PURE__*/React.forwardRef(function IbmToolchain(_ref39,
1035
978
  viewBox: "0 0 32 32",
1036
979
  fill: "currentColor",
1037
980
  ...rest
1038
- }, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1039
- d: "M25 21c-.7396 0-1.4241.2155-2.0191.5669l-2.0314-2.0314-1.4141 1.4141 2.0314 2.0314c-.3514.595-.5668 1.2795-.5668 2.019 0 2.2056 1.7944 4 4 4 .3557 0 .6943-.0615 1.0228-.1492l-2.4368-2.4368.0004-.0005c-.3621-.3621-.5864-.8621-.5864-1.4136 0-1.103.897-2 2-2 .5515 0 1.0515.2242 1.4136.5864l.0004-.0005 2.4368 2.4368c.0875-.3284.1491-.667.1491-1.0227 0-2.2056-1.7944-4-4-4zM20.9495 12.4644l3.7645-3.7645c.3911.1868.8237.3 1.2861.3 1.6569 0 3-1.3431 3-3s-1.3431-3-3-3-3 1.3431-3 3c0 .4622.1132.8948.2999 1.2859l-3.7645 3.7645 1.4141 1.4141zm5.0505-7.4644c.5514 0 1 .4486 1 1s-.4486 1-1 1-1-.4486-1-1 .4486-1 1-1zM16 12c-2.2092 0-4 1.7908-4 4 0 .7405.215 1.4254.5657 2.0201l-5.2795 5.2799c-.3911-.1868-.8238-.3-1.2861-.3-1.6569 0-3 1.3431-3 3s1.3431 3 3 3 3-1.3431 3-3c0-.4622-.1132-.8948-.2999-1.2858l5.2799-5.2799c.5948.3507 1.2795.5657 2.02.5657 2.2091 0 4-1.7909 4-4s-1.7909-4-4-4zM6 27c-.5514 0-1-.4486-1-1s.4486-1 1-1 1 .4486 1 1-.4486 1-1 1zm10-9c-1.1028 0-2-.8972-2-2s.8972-2 2-2 2 .8972 2 2-.8972 2-2 2zM7 11c.7396 0 1.4241-.2155 2.0191-.5669l2.0311 2.0311 1.4141-1.4141-2.0311-2.0311c.3514-.595.5668-1.2795.5668-2.019 0-2.2056-1.7944-4-4-4-.3557 0-.6943.0615-1.0228.1492l2.4368 2.4368-.0004.0005c.3621.3621.5864.8621.5864 1.4136 0 1.103-.897 2-2 2-.5515 0-1.0515-.2242-1.4136-.5864l-.0004.0005-2.4368-2.4368c-.0875.3284-.1491.667-.1491 1.0227 0 2.2056 1.7944 4 4 4z"
981
+ }, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
982
+ strokeWidth: "0",
983
+ d: "M30 30h-2v-2c0-.5513-.4482-1-1-1h-6c-.5518 0-1 .4487-1 1v2h-2v-2c0-1.6543 1.3457-3 3-3h6c1.6543 0 3 1.3457 3 3v2zM24 24c-2.2061 0-4-1.7944-4-4s1.7939-4 4-4 4 1.7944 4 4-1.7939 4-4 4zm0-6c-1.1025 0-2 .897-2 2s.8975 2 2 2 2-.897 2-2-.8975-2-2-2zM8 20H10V22H8zM12 20H18V22H12zM8 16H10V18H8zM12 16H18V18H12zM8 12H10V14H8zM12 12H18V14H12z"
984
+ })), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
985
+ strokeWidth: "0",
986
+ d: "m21,5h-3v-1c0-1.103-.8975-2-2-2h-6c-1.1025,0-2,.897-2,2v1h-3c-1.1025,0-2,.897-2,2v19c0,1.103.8975,2,2,2h9v-2H5V7h3v2h10v-2h3v6.9999h2v-6.9999c0-1.103-.8975-2-2-2Zm-5,2h-6v-3h6v3Z"
1040
987
  })), children);
1041
988
  });
1042
989
  if (process.env.NODE_ENV !== "production") {
1043
- IbmToolchain.propTypes = iconPropTypes4cbeb95d.i;
990
+ IbmLpa.propTypes = iconPropTypes4cbeb95d.i;
1044
991
  }
1045
- const IbmTurbonomic = /*#__PURE__*/React.forwardRef(function IbmTurbonomic(_ref40, ref) {
992
+ const IbmLqe = /*#__PURE__*/React.forwardRef(function IbmLqe(_ref40, ref) {
1046
993
  let {
1047
994
  children,
1048
995
  size = 16,
@@ -1056,24 +1003,18 @@ const IbmTurbonomic = /*#__PURE__*/React.forwardRef(function IbmTurbonomic(_ref4
1056
1003
  viewBox: "0 0 32 32",
1057
1004
  fill: "currentColor",
1058
1005
  ...rest
1059
- }, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1060
- d: "m28.8,23.4c-1,2.3-6,4.6-12.8,4.6-7.7,0-13-2.9-13-5.5,0-2.1,3.6-4.5,9.1-5.2l-.3-2c-6.3.9-10.8,3.7-10.8,7.2,0,4.2,6.6,7.5,15,7.5,7.1,0,12.9-2.4,14.5-5.6l-1.7-1Z"
1061
- })), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1062
- d: "m24.5,20.9c-1.2,1-4.2,2.1-8.5,2.1s-7.3-1.1-8.5-2.1l-1.8,1c1.7,2,6.1,3.1,10.2,3.1,4.2,0,8.5-1.1,10.2-3.1l-1.6-1Z"
1063
- })), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
1064
- cx: "16",
1065
- cy: "16",
1066
- r: "2"
1067
- })), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1068
- d: "m16,7c-4.2,0-8.5,1.1-10.2,3.1l1.8,1c1.1-1,4.2-2.1,8.4-2.1s7.3,1.1,8.5,2.1l1.8-1c-1.8-2-6.1-3.1-10.3-3.1Z"
1069
- })), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1070
- d: "m31,9.5c0-4.2-6.6-7.5-15-7.5C8.9,2,3.1,4.4,1.5,7.6l1.7,1c1-2.3,6-4.6,12.8-4.6,7.7,0,13,2.9,13,5.5,0,2.1-3.6,4.5-9.1,5.2l.3,2c6.3-.9,10.8-3.7,10.8-7.2Z"
1006
+ }, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
1007
+ strokeWidth: "0",
1008
+ d: "m31,29.5859l-8.5479-8.5469c-2.0986,2.5171-5.178,3.9609-8.4521,3.9609-6.0654,0-11-4.9346-11-11S7.9346,3,14,3s11,4.9346,11,11c0,1.6001-.3354,3.1416-.9968,4.583l1.8174.834c.7827-1.7041,1.1794-3.5269,1.1794-5.417,0-7.168-5.8318-13-13-13S1,6.832,1,14s5.8318,13,13,13c3.1343,0,6.1025-1.1387,8.4395-3.1465l7.1465,7.1465,1.4141-1.4141Z"
1009
+ })), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
1010
+ strokeWidth: "0",
1011
+ d: "m17,15c-.8066,0-1.5369.3237-2.0767.8438l-2.96-1.4805c.0146-.1201.0366-.2388.0366-.3633s-.022-.2432-.0366-.3633l2.96-1.4805c.5398.52,1.27.8438,2.0767.8438,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3-3,1.3457-3,3c0,.1245.022.2432.0366.3633l-2.96,1.4805c-.5398-.52-1.27-.8438-2.0767-.8438-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c.8066,0,1.5369-.3237,2.0767-.8438l2.96,1.4805c-.0146.1201-.0366.2388-.0366.3633,0,1.6543,1.3457,3,3,3s3-1.3457,3-3-1.3457-3-3-3Zm0-6c.5515,0,1,.4482,1,1s-.4485,1-1,1-1-.4482-1-1,.4485-1,1-1Zm-8,6c-.5515,0-1-.4482-1-1s.4485-1,1-1,1,.4482,1,1-.4485,1-1,1Zm8,4c-.5515,0-1-.4482-1-1s.4485-1,1-1,1,.4482,1,1-.4485,1-1,1Z"
1071
1012
  })), children);
1072
1013
  });
1073
1014
  if (process.env.NODE_ENV !== "production") {
1074
- IbmTurbonomic.propTypes = iconPropTypes4cbeb95d.i;
1015
+ IbmLqe.propTypes = iconPropTypes4cbeb95d.i;
1075
1016
  }
1076
- const IbmUnstructuredDataProcessor = /*#__PURE__*/React.forwardRef(function IbmUnstructuredDataProcessor(_ref41, ref) {
1017
+ const IbmMachineLearningForZos = /*#__PURE__*/React.forwardRef(function IbmMachineLearningForZos(_ref41, ref) {
1077
1018
  let {
1078
1019
  children,
1079
1020
  size = 16,
@@ -1087,16 +1028,14 @@ const IbmUnstructuredDataProcessor = /*#__PURE__*/React.forwardRef(function IbmU
1087
1028
  viewBox: "0 0 32 32",
1088
1029
  fill: "currentColor",
1089
1030
  ...rest
1090
- }, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1091
- d: "M22 10c-2.2061 0-4-1.7944-4-4s1.7939-4 4-4 4 1.7944 4 4-1.7939 4-4 4zM22 4c-1.1025 0-2 .897-2 2s.8975 2 2 2 2-.897 2-2-.8975-2-2-2zM21 19h-7v-7h7v7zM16 17h3v-3h-3v3zM12.6182 12H3.3818L8 2.7642l4.6182 9.2358zM6.6182 10h2.7637l-1.3818-2.7642-1.3818 2.7642z"
1092
- })), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1093
- d: "M20,30h-8c-1.103,0-2-.8975-2-2v-4.4648l-5.1094-3.4062c-.5576-.3721-.8906-.9941-.8906-1.6641v-4.4648h2v4.4648l5.1094,3.4062c.5576.3721.8906.9941.8906,1.6641v4.4648h8v-4.4648c0-.6699.333-1.292.8906-1.6641l5.1094-3.4062v-6.4648h2v6.4648c0,.6699-.333,1.292-.8906,1.6641l-5.1094,3.4062v4.4648c0,1.1025-.8975,2-2,2Z"
1031
+ }, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
1032
+ d: "M17,27v-6h-2v4.6l-9.6-9.6L15,6.4v4.6h2v-6h10v8h2V5c0-1.1-.9-2-2-2H5c-1.1,0-2,.9-2,2v22c0,1.1.9,2,2,2h12v-2ZM5,5h8.6L5,13.6V5ZM5,27v-8.6l8.6,8.6H5ZM26.6,19l-3.7-3.7c-.2-.2-.4-.3-.6-.3h-3.5c-.6-1.6-2.3-2.4-3.8-1.8-.9.3-1.6,1-1.8,1.9-.5,1.6.4,3.3,2,3.7,1.5.5,3.1-.3,3.7-1.8h3l3.8,3.8c.1.1.3.2.5.2h3.9v-2s-3.5,0-3.5,0ZM16,17c-.6,0-1-.4-1-1s.4-1,1-1,1,.4,1,1-.4,1-1,1ZM24.8,23c-.4-1.2-1.5-2-2.8-2s-3,1.3-3,3,1.4,3,3,3,2.4-.8,2.8-2h5.2v-2h-5.2ZM22,25c-.5,0-1-.5-1-1s.5-1,1-1,1,.5,1,1-.4,1-1,1ZM26,27h4v2h-4v-2ZM28,15h2v2h-2v-2Z"
1094
1033
  })), children);
1095
1034
  });
1096
1035
  if (process.env.NODE_ENV !== "production") {
1097
- IbmUnstructuredDataProcessor.propTypes = iconPropTypes4cbeb95d.i;
1036
+ IbmMachineLearningForZos.propTypes = iconPropTypes4cbeb95d.i;
1098
1037
  }
1099
- const IbmVpnForVpc = /*#__PURE__*/React.forwardRef(function IbmVpnForVpc(_ref42, ref) {
1038
+ const IbmMatch_360 = /*#__PURE__*/React.forwardRef(function IbmMatch_360(_ref42, ref) {
1100
1039
  let {
1101
1040
  children,
1102
1041
  size = 16,
@@ -1110,16 +1049,14 @@ const IbmVpnForVpc = /*#__PURE__*/React.forwardRef(function IbmVpnForVpc(_ref42,
1110
1049
  viewBox: "0 0 32 32",
1111
1050
  fill: "currentColor",
1112
1051
  ...rest
1113
- }, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1114
- d: "M29 23v-2c0-1.6499-1.3501-3-3-3s-3 1.3501-3 3v2c-1.1001 0-2 .8999-2 2v4c0 1.1001.8999 2 2 2h6c1.1001 0 2-.8999 2-2v-4c0-1.1001-.8999-2-2-2zm-4-2c0-.5498.45-1 1-1s1 .4502 1 1v2h-2v-2zm4 8h-6v-4h6v4zM7 22.14v-9.14h-2v9.14c-1.72.45-3 2-3 3.86 0 2.21 1.79 4 4 4 1.86 0 3.41-1.28 3.86-3h8.14v-2h-8.14c-.37-1.4-1.46-2.49-2.86-2.86zm-1 5.86c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM30 6c0-2.21-1.79-4-4-4-1.86 0-3.41 1.28-3.86 3h-9.14v2h9.14c.37 1.4 1.46 2.49 2.86 2.86v5.14h2v-5.14c1.72-.45 3-2 3-3.86zm-4 2c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"
1115
- })), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1116
- d: "m10,8.5898V2H2v8h6.5901l10.9958,11,1.4141-1.4141-11-10.9961Zm-2-.5898h-4v-4h4v4Z"
1052
+ }, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1053
+ d: "M5 25a2 2 0 102 2A2.0059 2.0059 0 005 25zM16 25a2 2 0 102 2A2.0059 2.0059 0 0016 25zM27 25a2 2 0 102 2A2.0059 2.0059 0 0027 25zM28 23H26V11a2.0059 2.0059 0 00-2-2H22V7h2a4.0118 4.0118 0 014 4zM15 12H17V23H15zM6 23H4V11A4.0118 4.0118 0 018 7h2V9H8a2.0059 2.0059 0 00-2 2zM16 2L14.7 4.6343l-2.9057.42 2.1029 2.0514L13.4 10 16 8.6343 18.6 10l-.4972-2.8943 2.1029-2.0486L17.3 4.6343z"
1117
1054
  })), children);
1118
1055
  });
1119
1056
  if (process.env.NODE_ENV !== "production") {
1120
- IbmVpnForVpc.propTypes = iconPropTypes4cbeb95d.i;
1057
+ IbmMatch_360.propTypes = iconPropTypes4cbeb95d.i;
1121
1058
  }
1122
- const IbmVsiOnVpcForRegulatedIndustries = /*#__PURE__*/React.forwardRef(function IbmVsiOnVpcForRegulatedIndustries(_ref43, ref) {
1059
+ const IbmMq = /*#__PURE__*/React.forwardRef(function IbmMq(_ref43, ref) {
1123
1060
  let {
1124
1061
  children,
1125
1062
  size = 16,
@@ -1133,14 +1070,20 @@ const IbmVsiOnVpcForRegulatedIndustries = /*#__PURE__*/React.forwardRef(function
1133
1070
  viewBox: "0 0 32 32",
1134
1071
  fill: "currentColor",
1135
1072
  ...rest
1136
- }, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1137
- d: "M9 21H3c-1.1028 0-2-.8972-2-2v-6c0-1.1028.8972-2 2-2h6c1.1028 0 2 .8972 2 2v6c0 1.1028-.8972 2-2 2zM3 13v6h6v-6s-6 0-6 0zM16 30c-.3618 0-.7205-.0138-1.0757-.0406-4.3528-.3312-8.3611-2.7313-10.7229-6.4202l1.6846-1.0784c2.0247 3.1628 5.4602 5.2205 9.1899 5.5043.3047.0231.613.0349.9241.0349v2zM28 30h-8c-1.1028 0-2-.8972-2-2v-8c0-1.1028.8972-2 2-2h8c1.1028 0 2 .8972 2 2v8c0 1.1028-.8972 2-2 2zm-8-10v8h8v-8h-8zM27.3025 12c.4539 1.2817.6975 2.6211.6975 4h2c0-1.3691-.1987-2.7085-.584-4h-2.1135zM27 10h-3c-1.1028 0-2-.8972-2-2v-3c0-1.1028.8972-2 2-2h3c1.1028 0 2 .8972 2 2v3c0 1.1028-.8972 2-2 2zm-3-5v3h3v-3h-3zM20 2.5835c-1.2915-.3853-2.6309-.5835-4-.5835-4.7976 0-9.2083 2.415-11.7983 6.4604l1.6841 1.0786c2.2209-3.4683 6.002-5.5391 10.1143-5.5391 1.3787 0 2.7188.2437 4 .6978v-2.1143z"
1073
+ }, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1074
+ d: "M22.5,28.4l-0.9-1.8c4-2.1,6.5-6.2,6.5-10.6c0-6.6-5.4-12-12-12c-1.3,0-2.5,0.2-3.7,0.6l-0.6-1.9C13.1,2.2,14.5,2,16,2 c7.7,0,14,6.3,14,14C30,21.2,27.1,26,22.5,28.4z"
1075
+ })), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1076
+ d: "M20.5 23.8l-1-1.7c2.2-1.2 3.5-3.6 3.5-6.1 0-3.9-3.1-7-7-7-.6 0-1.2.1-1.8.2l-.5-1.9C14.5 7.1 15.2 7 16 7c5 0 9 4 9 9C25 19.2 23.3 22.2 20.5 23.8zM9.5 28.4C4.9 26 2 21.2 2 16c0-1.5.2-2.9.7-4.3l1.9.6C4.2 13.5 4 14.7 4 16c0 4.5 2.5 8.6 6.5 10.6L9.5 28.4z"
1077
+ })), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1078
+ d: "M11.5,23.8C8.7,22.2,7,19.2,7,16c0-0.8,0.1-1.5,0.3-2.2l1.9,0.5C9.1,14.8,9,15.4,9,16c0,2.5,1.3,4.8,3.5,6.1L11.5,23.8z"
1079
+ })), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1080
+ d: "M20,16c0-2.2-1.8-4-4-4c-0.7,0-1.4,0.2-2,0.6L8.9,7.5C9,7.3,9,7.2,9,7c0-1.1-0.9-2-2-2S5,5.9,5,7s0.9,2,2,2 c0.2,0,0.3,0,0.5-0.1l5.1,5.1c-0.4,0.6-0.6,1.3-0.6,2c0,1.9,1.3,3.4,3,3.9v7.4c-0.6,0.3-1,1-1,1.7c0,1.1,0.9,2,2,2s2-0.9,2-2 c0-0.7-0.4-1.4-1-1.7v-7.4C18.7,19.4,20,17.9,20,16z M16,18c-1.1,0-2-0.9-2-2s0.9-2,2-2s2,0.9,2,2S17.1,18,16,18z"
1138
1081
  })), children);
1139
1082
  });
1140
1083
  if (process.env.NODE_ENV !== "production") {
1141
- IbmVsiOnVpcForRegulatedIndustries.propTypes = iconPropTypes4cbeb95d.i;
1084
+ IbmMq.propTypes = iconPropTypes4cbeb95d.i;
1142
1085
  }
1143
- const IbmWaziDeploy = /*#__PURE__*/React.forwardRef(function IbmWaziDeploy(_ref44, ref) {
1086
+ const IbmMaximoApplicationSuite = /*#__PURE__*/React.forwardRef(function IbmMaximoApplicationSuite(_ref44, ref) {
1144
1087
  let {
1145
1088
  children,
1146
1089
  size = 16,
@@ -1154,16 +1097,14 @@ const IbmWaziDeploy = /*#__PURE__*/React.forwardRef(function IbmWaziDeploy(_ref4
1154
1097
  viewBox: "0 0 32 32",
1155
1098
  fill: "currentColor",
1156
1099
  ...rest
1157
- }, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1158
- d: "m13.9998,29.991l-10.5037-6.1272c-.3071-.1792-.4961-.5081-.4961-.8638v-14h2v13.4257l10.0076,5.8378-1.0078,1.7275Z"
1159
- })), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1160
- d: "M7 6H9V16H7zM29 13h-2v-3.4257l-11-6.4166-3 1.7499v8.0924h-2V4.3333c0-.3557.189-.6846.4961-.8638l4-2.3333c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l12 7c.3071.1792.4961.5081.4961.8638v4zM27 23l-1.4199 1.4102 1.5898 1.5898h-7.1699v-3.1421c1.7202-.4473 3-1.9995 3-3.8579 0-2.2056-1.7944-4-4-4s-4 1.7944-4 4c0 1.8584 1.2798 3.4106 3 3.8579v3.1421c0 1.1025.8972 2 2 2h7.1699l-1.5798 1.5801 1.4099 1.4199 4-4-4-4zm-10-4c0-1.1025.8972-2 2-2s2 .8975 2 2-.8972 2-2 2-2-.8975-2-2z"
1100
+ }, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1101
+ d: "M22,3v2h-12.4258l-6.4238,11.0117,3.6408,6.5537.7783-2.5654,1.9139.5806-1.7417,5.7416-5.7416-1.7416.5806-1.9139s1.2918.3851,2.375.712l-3.8296-6.8933c-.1719-.3086-.168-.6846.0098-.9893L8.1357,3.4961c.1797-.3076.5088-.4961.8643-.4961h13ZM23,29c.3555,0,.6846-.1885.8643-.4961l7-12c.1777-.3047.1816-.6807.0098-.9893l-3.8296-6.8933c1.0832.3269,2.375.712,2.375.712l.5806-1.9139-5.7416-1.7416-1.7417,5.7416,1.9139.5806.7783-2.5654,3.6408,6.5537-6.4238,11.0117h-12.4258v2h13-.0002ZM21,16c0-2.7568-2.2432-5-5-5s-5,2.2432-5,5,2.2432,5,5,5,5-2.2432,5-5ZM19,16c0,1.6543-1.3457,3-3,3s-3-1.3457-3-3,1.3457-3,3-3,3,1.3457,3,3Z"
1161
1102
  })), children);
1162
1103
  });
1163
1104
  if (process.env.NODE_ENV !== "production") {
1164
- IbmWaziDeploy.propTypes = iconPropTypes4cbeb95d.i;
1105
+ IbmMaximoApplicationSuite.propTypes = iconPropTypes4cbeb95d.i;
1165
1106
  }
1166
- const IbmCloud = /*#__PURE__*/React.forwardRef(function IbmCloud(_ref45, ref) {
1107
+ const IbmOpenEnterpriseLanguages = /*#__PURE__*/React.forwardRef(function IbmOpenEnterpriseLanguages(_ref45, ref) {
1167
1108
  let {
1168
1109
  children,
1169
1110
  size = 16,
@@ -1177,14 +1118,16 @@ const IbmCloud = /*#__PURE__*/React.forwardRef(function IbmCloud(_ref45, ref) {
1177
1118
  viewBox: "0 0 32 32",
1178
1119
  fill: "currentColor",
1179
1120
  ...rest
1180
- }, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1181
- d: "M24.5805 13.65A9.7327 9.7327 0 006.286 17.5387 6.75 6.75 0 007 31H23a8.7465 8.7465 0 001.5805-17.35zM23 29.5H7a5.2373 5.2373 0 01-.6993-10.4293 9.7265 9.7265 0 001.1036 3.7838.75.75 0 101.3213-.709A8.25 8.25 0 0122.752 13.5133a8.754 8.754 0 00-6.315 2.95.75.75 0 101.1245.9922A7.25 7.25 0 1123 29.5zM31.8983 10.2548a.7582.7582 0 00-1.0364-.2776l-3.02 1.7438A.7587.7587 0 1028.6 13.035l3.02-1.7438A.7589.7589 0 0031.8983 10.2548zM22.6764 7.87a.7583.7583 0 001.0364-.2776l1.7438-3.02a.7587.7587 0 00-1.314-.7588l-1.7438 3.02A.7588.7588 0 0022.6764 7.87zM16 6.0811a.759.759 0 00.7588-.7588V1.8347a.7588.7588 0 10-1.5175 0V5.3223A.7589.7589 0 0016 6.0811zM8.2873 7.5922a.7587.7587 0 001.314-.7588l-1.7438-3.02a.7587.7587 0 10-1.314.7588zM4.1585 11.721l-3.02-1.7438a.7587.7587 0 10-.7588 1.314L3.4 13.035a.7587.7587 0 10.7588-1.314z"
1121
+ }, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1122
+ d: "M23.586 21.414L27.166 25 27.166 25 23.584 28.587 25 30 30 25 25 20zM20.414 21.414L16.834 25 16.834 25 20.416 28.587 19 30 14 25 19 20zM22 6H24V14H22zM18 6H20V14H18zM14 14h-2c-1.103 0-2-.897-2-2V8c0-1.103.897-2 2-2h2c1.103 0 2 .897 2 2v4C16 13.103 15.103 14 14 14zM12 8v4h2V8H12zM6 6H8V14H6z"
1123
+ })), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1124
+ d: "M10,28H4c-1.103,0-2-0.897-2-2V4c0-1.103,0.897-2,2-2h22c1.103,0,2,0.897,2,2v12h-2V4H4v22h6V28z"
1182
1125
  })), children);
1183
1126
  });
1184
1127
  if (process.env.NODE_ENV !== "production") {
1185
- IbmCloud.propTypes = iconPropTypes4cbeb95d.i;
1128
+ IbmOpenEnterpriseLanguages.propTypes = iconPropTypes4cbeb95d.i;
1186
1129
  }
1187
- const IbmCloudAppId = /*#__PURE__*/React.forwardRef(function IbmCloudAppId(_ref46, ref) {
1130
+ const IbmOpenshiftContainerPlatformOnVpcForRegulatedIndustries = /*#__PURE__*/React.forwardRef(function IbmOpenshiftContainerPlatformOnVpcForRegulatedIndustries(_ref46, ref) {
1188
1131
  let {
1189
1132
  children,
1190
1133
  size = 16,
@@ -1198,16 +1141,20 @@ const IbmCloudAppId = /*#__PURE__*/React.forwardRef(function IbmCloudAppId(_ref4
1198
1141
  viewBox: "0 0 32 32",
1199
1142
  fill: "currentColor",
1200
1143
  ...rest
1201
- }, _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1202
- d: "M20 18h-6c-1.6569 0-3 1.3431-3 3v2h2v-2c0-.5523.4477-1 1-1h6c.5523 0 1 .4477 1 1v2h2v-2c0-1.6569-1.3431-3-3-3zM17 17c2.2091 0 4-1.7909 4-4s-1.7909-4-4-4-4 1.7909-4 4 1.7909 4 4 4zm0-6c1.1046 0 2 .8954 2 2s-.8954 2-2 2-2-.8954-2-2 .8954-2 2-2z"
1203
- })), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1204
- d: "M17 30c-7.7197 0-14-6.2804-14-14h2c0 6.6168 5.3831 12 12 12 5.2263 0 9.8162-3.3385 11.4214-8.3074l1.9033.6147c-1.873 5.7975-7.2278 9.6926-13.3247 9.6926zM31 16h-2c0-6.6168-5.3833-12-12-12V2c7.7197 0 14 6.2804 14 14zM6 14l-2.1387-1.0127c-1.7383-.8223-2.8613-2.5967-2.8613-4.5195V2H11v6.4678c0 1.9229-1.123 3.6973-2.8613 4.5195l-2.1387 1.0127zM3 4v4.4678c0 1.1533.6738 2.2178 1.7168 2.7109l1.2832.6074 1.2832-.6074c1.043-.4932 1.7168-1.5576 1.7168-2.7109V4H3z"
1144
+ }, _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
1145
+ cx: "19",
1146
+ cy: "27",
1147
+ r: "1"
1148
+ })), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1149
+ d: "M29 31h-13c-1.1028 0-2-.8972-2-2v-4c0-1.1028.8972-2 2-2h13c1.1028 0 2 .8972 2 2v4c0 1.1028-.8972 2-2 2zm-13-6v4h13v-4h-13zM29 21h-13c-1.1028 0-2-.8972-2-2v-4c0-1.1028.8972-2 2-2h13c1.1028 0 2 .8972 2 2v4c0 1.1028-.8972 2-2 2zm-13-6v4h13v-4h-13z"
1150
+ })), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1151
+ d: "m12,27.2998c-4.6531-1.6523-8-6.0869-8-11.2998,0-6.6167,5.3833-12,12-12,4.8311,0,8.9937,2.876,10.8945,7h2.1665c-2.0188-5.2544-7.1045-9-13.061-9-7.7197,0-14,6.2803-14,14,0,6.3291,4.2246,11.6846,10,13.4102v-2.1104Z"
1205
1152
  })), children);
1206
1153
  });
1207
1154
  if (process.env.NODE_ENV !== "production") {
1208
- IbmCloudAppId.propTypes = iconPropTypes4cbeb95d.i;
1155
+ IbmOpenshiftContainerPlatformOnVpcForRegulatedIndustries.propTypes = iconPropTypes4cbeb95d.i;
1209
1156
  }
1210
- const IbmCloudBackupAndRecovery = /*#__PURE__*/React.forwardRef(function IbmCloudBackupAndRecovery(_ref47, ref) {
1157
+ const IbmPlanningAnalytics = /*#__PURE__*/React.forwardRef(function IbmPlanningAnalytics(_ref47, ref) {
1211
1158
  let {
1212
1159
  children,
1213
1160
  size = 16,
@@ -1221,14 +1168,14 @@ const IbmCloudBackupAndRecovery = /*#__PURE__*/React.forwardRef(function IbmClou
1221
1168
  viewBox: "0 0 32 32",
1222
1169
  fill: "currentColor",
1223
1170
  ...rest
1224
- }, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1225
- d: "M15,24v2h-7.5c-4.2,0-7.5-3.4-7.5-7.5,0-3.6,2.6-6.7,6.1-7.4,0,0,.6-.1.9-.1h.2l-1.6-1.6,1.4-1.4,4,4-4,4-1.4-1.4,1.6-1.6h-.2c-2.4.2-4.6,2.3-4.9,4.7-.5,3.4,2.1,6.3,5.4,6.3h7.5ZM18,24c-.5,0-1,.5-1,1s.5,1,1,1,1-.5,1-1-.5-1-1-1ZM25.9,11.1l-.1-.1c-.8-4-3.9-7.1-7.9-7.8-.6-.2-1.3-.2-1.9-.2-2.9,0-5.6,1.3-7.4,3.3l1.5,1.5c1.2-1.4,2.9-2.5,4.9-2.7,1-.1,1.9-.1,2.9.1,3.2.7,5.5,3.4,6.1,6.5l.2,1c0,.0667.0333.1.1.1l1.1.2c1.2.2,2.3.7,3.1,1.5,1.3,1.3,1.9,3.1,1.5,4.9-.5,2.5-2.5,4.3-5,4.5l1.5-1.6-1.5-1.3-4,4,4,4,1.4-1.4-1.6-1.6h0c3.5-.2,6.4-2.7,7.1-6.1.1-.5.1-.9.1-1.3,0-3.7-2.5-6.8-6.1-7.5h0Z"
1171
+ }, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1172
+ d: "M29.9,16.4l-6,12c-.2.3-.5.6-.9.6h-13c-.6,0-1-.4-1-1s.4-1,1-1h12.4l5.5-11-5.5-11h-12.4c-.6,0-1-.4-1-1s.4-1,1-1h13c.4,0,.7.2.9.6l6,12c.1.3.1.6,0,.9h0v-.1ZM10,22c0,.6.4,1,1,1h11v-2h-11c-.6,0-1,.4-1,1ZM18,15H7c-.6,0-1,.4-1,1s.4,1,1,1h11v-2ZM22,11v-2h-11c-.6,0-1,.4-1,1s.4,1,1,1h11ZM3,15c-.6,0-1,.4-1,1s0,0,0,0h0c0,.6.4,1,1,1s1-.4,1-1,0,0,0,0h0c0-.6-.4-1-1-1ZM6,21c-.6,0-1,.4-1,1s.4,1,1,1,1-.4,1-1-.4-1-1-1ZM6,11c.6,0,1-.4,1-1s-.4-1-1-1-1,.4-1,1,.4,1,1,1Z"
1226
1173
  })), children);
1227
1174
  });
1228
1175
  if (process.env.NODE_ENV !== "production") {
1229
- IbmCloudBackupAndRecovery.propTypes = iconPropTypes4cbeb95d.i;
1176
+ IbmPlanningAnalytics.propTypes = iconPropTypes4cbeb95d.i;
1230
1177
  }
1231
- const IbmCloudBackupServiceVpc = /*#__PURE__*/React.forwardRef(function IbmCloudBackupServiceVpc(_ref48, ref) {
1178
+ const IbmPowerVs = /*#__PURE__*/React.forwardRef(function IbmPowerVs(_ref48, ref) {
1232
1179
  let {
1233
1180
  children,
1234
1181
  size = 16,
@@ -1242,14 +1189,36 @@ const IbmCloudBackupServiceVpc = /*#__PURE__*/React.forwardRef(function IbmCloud
1242
1189
  viewBox: "0 0 32 32",
1243
1190
  fill: "currentColor",
1244
1191
  ...rest
1245
- }, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1246
- d: "M6,20h8v-2H6v-6h18V4c0-1.1045-.8955-2-2-2H6c-1.1045,0-2,.8955-2,2v22c0,1.1047.8955,2,2,2h8v-2H6v-6ZM6,4h16v6H6v-6ZM8,22.9999c0-.5523.4477-1,1-1s1,.4477,1,1-.4477,1-1,1-1-.4477-1-1ZM8,15c0-.5523.4477-1,1-1s1,.4477,1,1-.4477,1-1,1-1-.4477-1-1ZM8,7c0-.5523.4477-1,1-1s1,.4477,1,1-.4477,1-1,1-1-.4477-1-1ZM30,17h-3.4131c2.0405,1.2246,3.4131,3.4521,3.4131,6,0,3.8599-3.1401,7-7,7s-7-3.1401-7-7c0-1.8696.728-3.6274,2.0503-4.9497l1.4141,1.4141c-.9443.9443-1.4644,2.2002-1.4644,3.5356,0,2.7568,2.2432,5,5,5s5-2.2432,5-5c0-2.0449-1.2373-3.8025-3-4.5762v3.5762h-2v-7h7v2ZM8,23c0-.5523.4477-1,1-1s1,.4477,1,1-.4477,1-1,1-1-.4477-1-1ZM8,15c0-.5523.4477-1,1-1s1,.4477,1,1-.4477,1-1,1-1-.4477-1-1ZM8,7c0-.5523.4477-1,1-1s1,.4477,1,1-.4477,1-1,1-1-.4477-1-1ZM30,17h-3.4131c2.0405,1.2246,3.4131,3.4521,3.4131,6,0,3.8599-3.1401,7-7,7s-7-3.1401-7-7c0-1.8696.728-3.6274,2.0503-4.9497l1.4141,1.4141c-.9443.9443-1.4644,2.2002-1.4644,3.5356,0,2.7568,2.2432,5,5,5s5-2.2432,5-5c0-2.0449-1.2373-3.8025-3-4.5762v3.5762h-2v-7h7v2Z"
1192
+ }, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1193
+ d: "M16 25c-2 0-4-.7-5.6-2l1.3-1.6c1.3 1 2.8 1.5 4.4 1.5 3.9 0 7-3.1 7-7 0-.3 0-.7-.1-1l2-.3C25 15.1 25 15.6 25 16 25 21 21 25 16 25zM7.1 17.3C7 16.9 7 16.4 7 16c0-5 4-9 9-9 2 0 4 .7 5.6 2l-1.3 1.6C19.1 9.5 17.6 9 16 9c-3.9 0-7 3.1-7 7 0 .3 0 .7.1 1L7.1 17.3z"
1194
+ })), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
1195
+ cx: "23",
1196
+ cy: "27",
1197
+ r: "1"
1198
+ })), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
1199
+ cx: "9",
1200
+ cy: "20",
1201
+ r: "1"
1202
+ })), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
1203
+ cx: "23",
1204
+ cy: "12",
1205
+ r: "1"
1206
+ })), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
1207
+ cx: "16",
1208
+ cy: "16",
1209
+ r: "2"
1210
+ })), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
1211
+ cx: "9",
1212
+ cy: "5",
1213
+ r: "1"
1214
+ })), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1215
+ d: "M16 30C8.3 30 2 23.7 2 16c0-3.7 1.5-7.3 4.1-9.9l1.4 1.4C5.2 9.8 4 12.8 4 16c0 6.6 5.4 12 12 12 1.4 0 2.8-.2 4.1-.7l.7 1.9C19.3 29.7 17.6 30 16 30zM25.9 25.9l-1.4-1.4c2.3-2.3 3.5-5.3 3.5-8.5 0-6.6-5.4-12-12-12-1.4 0-2.8.2-4.1.7l-.7-1.9C12.7 2.3 14.4 2 16 2c7.7 0 14 6.3 14 14C30 19.7 28.5 23.3 25.9 25.9z"
1247
1216
  })), children);
1248
1217
  });
1249
1218
  if (process.env.NODE_ENV !== "production") {
1250
- IbmCloudBackupServiceVpc.propTypes = iconPropTypes4cbeb95d.i;
1219
+ IbmPowerVs.propTypes = iconPropTypes4cbeb95d.i;
1251
1220
  }
1252
- const IbmCloudBareMetalServer = /*#__PURE__*/React.forwardRef(function IbmCloudBareMetalServer(_ref49, ref) {
1221
+ const IbmPowerVsPrivateCloud = /*#__PURE__*/React.forwardRef(function IbmPowerVsPrivateCloud(_ref49, ref) {
1253
1222
  let {
1254
1223
  children,
1255
1224
  size = 16,
@@ -1263,30 +1232,36 @@ const IbmCloudBareMetalServer = /*#__PURE__*/React.forwardRef(function IbmCloudB
1263
1232
  viewBox: "0 0 32 32",
1264
1233
  fill: "currentColor",
1265
1234
  ...rest
1266
- }, _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
1235
+ }, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1236
+ d: "M23 26H25V30H23z"
1237
+ })), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1238
+ d: "m28,21.5859l-3.293-3.293c-.1953-.1953-.4512-.293-.707-.293s-.5117.0977-.707.293l-5,5c-.1875.1875-.293.4414-.293.707v6h2v-5.5859l4-4,4,4v5.5859h2v-10h-2v1.5859Z"
1239
+ })), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
1267
1240
  cx: "9",
1268
- cy: "26",
1241
+ cy: "20",
1269
1242
  r: "1"
1270
- })), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1271
- d: "m26,30H6c-1.1041-.0012-1.9988-.8959-2-2v-4c.0012-1.1041.8959-1.9988,2-2h20c1.1041.0012,1.9988.8959,2,2v4c-.0012,1.1041-.8959,1.9988-2,2Zm-20-6v4h20v-4H6Z"
1272
- })), _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
1273
- cx: "9",
1274
- cy: "16",
1243
+ })), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
1244
+ cx: "23",
1245
+ cy: "12",
1275
1246
  r: "1"
1276
- })), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1277
- d: "m26,20H6c-1.1041-.0012-1.9988-.8959-2-2v-4c.0012-1.1041.8959-1.9988,2-2h20c1.1041.0012,1.9988.8959,2,2v4c-.0012,1.1041-.8959,1.9988-2,2ZM6,14v4h20v-4H6Z"
1278
- })), _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
1247
+ })), _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
1279
1248
  cx: "9",
1280
- cy: "6",
1249
+ cy: "5",
1281
1250
  r: "1"
1282
- })), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1283
- d: "m26,10H6c-1.1041-.0012-1.9988-.8959-2-2v-4c.0012-1.1041.8959-1.9988,2-2h20c1.1041.0012,1.9988.8959,2,2v4c-.0012,1.1041-.8959,1.9988-2,2ZM6,4v4h20v-4H6Z"
1251
+ })), _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
1252
+ cx: "16",
1253
+ cy: "16",
1254
+ r: "2"
1255
+ })), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1256
+ d: "m9,16c0-3.8598,3.1402-7,7-7,1.7023,0,3.2635.6121,4.4783,1.6261l1.2822-1.5386c-1.561-1.3023-3.5685-2.0875-5.7604-2.0875-4.9706,0-9,4.0294-9,9,0,.5231.0541,1.0327.1398,1.5313l1.9693-.3404c-.0669-.3879-.1091-.7842-.1091-1.1909Z"
1257
+ })), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1258
+ d: "M4 16c0-3.3084 1.3457-6.3084 3.5186-8.4813l-1.4182-1.4182c-2.5335 2.5335-4.1005 6.0334-4.1005 9.8994 0 7.732 6.268 14 14 14v-2c-6.6168 0-12-5.3832-12-12zM16 4c6.6168 0 12 5.3832 12 12h2c0-7.732-6.268-14-14-14-1.6813 0-3.2861.3116-4.7795.855l.6837 1.8803c1.2804-.4672 2.6558-.7353 4.0959-.7353z"
1284
1259
  })), children);
1285
1260
  });
1286
1261
  if (process.env.NODE_ENV !== "production") {
1287
- IbmCloudBareMetalServer.propTypes = iconPropTypes4cbeb95d.i;
1262
+ IbmPowerVsPrivateCloud.propTypes = iconPropTypes4cbeb95d.i;
1288
1263
  }
1289
- const IbmCloudBareMetalServersVpc = /*#__PURE__*/React.forwardRef(function IbmCloudBareMetalServersVpc(_ref50, ref) {
1264
+ const IbmPowerWithVpc = /*#__PURE__*/React.forwardRef(function IbmPowerWithVpc(_ref50, ref) {
1290
1265
  let {
1291
1266
  children,
1292
1267
  size = 16,
@@ -1300,26 +1275,20 @@ const IbmCloudBareMetalServersVpc = /*#__PURE__*/React.forwardRef(function IbmCl
1300
1275
  viewBox: "0 0 32 32",
1301
1276
  fill: "currentColor",
1302
1277
  ...rest
1303
- }, _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
1304
- cx: "9",
1305
- cy: "26",
1306
- r: "1"
1307
- })), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1308
- d: "M4 24v4c0 1.1.9 2 2 2h12v-2H6v-4h12v-2H6c-1.1 0-2 .9-2 2zM4 13v5c0 1.1.9 2 2 2h8v-2H6v-5h-2z"
1309
- })), _circle36 || (_circle36 = /*#__PURE__*/React.createElement("circle", {
1310
- cx: "9",
1311
- cy: "16",
1278
+ }, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1279
+ d: "M9 21H3c-1.1028 0-2-.8972-2-2v-6c0-1.1028.8972-2 2-2h6c1.1028 0 2 .8972 2 2v6c0 1.1028-.8972 2-2 2zm-6-8v6h6v-6H3zM11.6926 29.3245c-3.0789-.9945-5.7393-3.0491-7.4912-5.7853l1.6846-1.0784c1.5022 2.3466 3.7827 4.1082 6.4214 4.9606l-.6147 1.9031z"
1280
+ })), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
1281
+ cx: "19",
1282
+ cy: "27",
1312
1283
  r: "1"
1313
- })), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1314
- d: "M28 19v-5c0-1.1-.9-2-2-2h-8v2h8v5h2zM28 8v-4c0-1.1-.9-2-2-2h-12v2h12v4h-12v2h12c1.1 0 2-.9 2-2z"
1315
- })), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1316
- d: "m23.41,22l-13.41-13.41V2H2v8h6.59l13.41,13.41v6.59h8v-8h-6.59Zm-15.41-14h-4v-4h4v4Zm20,20h-4v-4h4v4Z"
1284
+ })), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1285
+ d: "M29 31h-13c-1.1028 0-2-.8972-2-2v-4c0-1.1028.8972-2 2-2h13c1.1028 0 2 .8972 2 2v4c0 1.1028-.8972 2-2 2zm-13-6v4h13v-4h-13zM26.8896 21h2.1848c.6057-1.5889.9255-3.29.9255-5 0-.6719-.0642-1.3384-.1592-2h-2.0269c.1106.6592.186 1.3262.186 2 0 1.7549-.3867 3.4297-1.1104 5zM28 7c0-.3701-.0669-.7212-.1611-1.0615l1.8574-1.0723-1-1.7324-1.8467 1.0664c-.5-.5088-1.1384-.873-1.8496-1.0581V1h-2v2.1421c-.7112.1851-1.3496.5493-1.8496 1.0581l-1.8467-1.0664-1 1.7324 1.8574 1.0723c-.0942.3403-.1611.6914-.1611 1.0615s.0669.7212.1611 1.0615l-1.8574 1.0723 1 1.7324 1.8467-1.0664c.5.5088 1.1394.8721 1.8496 1.0576v2.1426h2v-2.1426c.7102-.1855 1.3496-.5488 1.8496-1.0576l1.8467 1.0664 1-1.7324-1.8574-1.0723c.0942-.3403.1611-.6914.1611-1.0615zm-4 2c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2zM5.886 9.5392l-1.6846-1.0784C6.7915 4.4153 11.2021 2 16 2v2c-4.1125 0-7.8936 2.0707-10.114 5.5392z"
1317
1286
  })), children);
1318
1287
  });
1319
1288
  if (process.env.NODE_ENV !== "production") {
1320
- IbmCloudBareMetalServersVpc.propTypes = iconPropTypes4cbeb95d.i;
1289
+ IbmPowerWithVpc.propTypes = iconPropTypes4cbeb95d.i;
1321
1290
  }
1322
- const IbmCloudCitrixDaas = /*#__PURE__*/React.forwardRef(function IbmCloudCitrixDaas(_ref51, ref) {
1291
+ const IbmPrivatePathServices = /*#__PURE__*/React.forwardRef(function IbmPrivatePathServices(_ref51, ref) {
1323
1292
  let {
1324
1293
  children,
1325
1294
  size = 16,
@@ -1333,16 +1302,16 @@ const IbmCloudCitrixDaas = /*#__PURE__*/React.forwardRef(function IbmCloudCitrix
1333
1302
  viewBox: "0 0 32 32",
1334
1303
  fill: "currentColor",
1335
1304
  ...rest
1336
- }, _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1337
- d: "M19 23H23V27H19zM26 23H30V27H26zM19 16H23V20H19zM26 16H30V20H26z"
1338
- })), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1339
- d: "M16,4c-4.3,0-7.9,3-8.8,7.1c-3,0.6-5.2,3.3-5.2,6.4C2,21.1,4.9,24,8.5,24H16v-2H8.5C6,22,4,20,4,17.5c0-2.3,1.8-4.3,4.1-4.5 L9,13l0.1-0.8C9.5,8.6,12.5,6,16,6c3.9,0,7,3.1,7,7h2C25,8,21,4,16,4z"
1305
+ }, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1306
+ d: "m24,16c-1.3019,0-2.4016.8385-2.8157,2h-9.1843v-2h-6v6h6v-2h9.1843c.4141,1.1615,1.5137,2,2.8157,2,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3Zm-14,4h-2v-2h2v2Zm14,0c-.5518,0-1-.4482-1-1s.4482-1,1-1,1,.4482,1,1-.4482,1-1,1Z"
1307
+ })), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1308
+ d: "m25.8321,11.22c-.8432-4.6665-4.9267-8.22-9.8321-8.22S7.0109,6.5535,6.1678,11.22c-3.5296.8317-6.1678,4.0001-6.1678,7.78,0,4.4111,3.5889,8,8,8h4v-2h-4c-3.3086,0-6-2.6914-6-6s2.6914-6,6-6c0-4.4111,3.5889-8,8-8s8,3.5889,8,8c3.3086,0,6,2.6914,6,6s-2.6914,6-6,6h-8v2h8c4.4111,0,8-3.5889,8-8,0-3.7799-2.6382-6.9484-6.1679-7.78Z"
1340
1309
  })), children);
1341
1310
  });
1342
1311
  if (process.env.NODE_ENV !== "production") {
1343
- IbmCloudCitrixDaas.propTypes = iconPropTypes4cbeb95d.i;
1312
+ IbmPrivatePathServices.propTypes = iconPropTypes4cbeb95d.i;
1344
1313
  }
1345
- const IbmCloudCodeEngine = /*#__PURE__*/React.forwardRef(function IbmCloudCodeEngine(_ref52, ref) {
1314
+ const IbmProcessMining = /*#__PURE__*/React.forwardRef(function IbmProcessMining(_ref52, ref) {
1346
1315
  let {
1347
1316
  children,
1348
1317
  size = 16,
@@ -1356,14 +1325,16 @@ const IbmCloudCodeEngine = /*#__PURE__*/React.forwardRef(function IbmCloudCodeEn
1356
1325
  viewBox: "0 0 32 32",
1357
1326
  fill: "currentColor",
1358
1327
  ...rest
1359
- }, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1360
- d: "M22,20v7.923c0,.595-.482,1.077-1.077,1.077h-11.846c-.595,0-1.077-.482-1.077-1.077v-4.923H2v-2h6v-4.923c0-.595.482-1.077,1.077-1.077h3.923v2h-3v10h10v-7h2ZM13,8H2v2h11v-2ZM29,17c.553,0,1-.447,1-1V4c0-.552-.447-1-1-1h-12c-.553,0-1,.448-1,1v12c0,.553.447,1,1,1h12M18,5h10v10h-10V5Z"
1328
+ }, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1329
+ d: "m26,22c-1.8584,0-3.4106,1.2798-3.8579,3h-12.2842c-.3635-1.3984-1.4629-2.4927-2.8579-2.8579v-3.1421c0-1.1025.8972-2,2-2h14c2.2056,0,4-1.7944,4-4v-3.1421c1.7202-.4473,3-1.9995,3-3.8579,0-2.2056-1.7944-4-4-4s-4,1.7944-4,4c0,1.8584,1.2798,3.4106,3,3.8579v3.1421c0,1.1025-.8972,2-2,2h-14c-2.2056,0-4,1.7944-4,4v3.1421c-1.7202.4473-3,1.9995-3,3.8579,0,2.2056,1.7944,4,4,4,1.8584,0,3.4106-1.2798,3.8579-3h12.2842c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4Zm-2-16c0-1.1025.8972-2,2-2s2,.8975,2,2-.8972,2-2,2-2-.8975-2-2ZM6,28c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Zm20,0c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z"
1330
+ })), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1331
+ d: "m6,10c.7395,0,1.4241-.2153,2.019-.5669l3.5669,3.5669,1.4141-1.4141-3.5669-3.5669c.3516-.5947.5669-1.2798.5669-2.019,0-2.2056-1.7944-4-4-4S2,3.7944,2,6s1.7944,4,4,4Zm0-6c1.1028,0,2,.8975,2,2s-.8972,2-2,2-2-.8975-2-2,.8972-2,2-2Z"
1361
1332
  })), children);
1362
1333
  });
1363
1334
  if (process.env.NODE_ENV !== "production") {
1364
- IbmCloudCodeEngine.propTypes = iconPropTypes4cbeb95d.i;
1335
+ IbmProcessMining.propTypes = iconPropTypes4cbeb95d.i;
1365
1336
  }
1366
- const IbmCloudContinuousDelivery = /*#__PURE__*/React.forwardRef(function IbmCloudContinuousDelivery(_ref53, ref) {
1337
+ const IbmSaasConsole = /*#__PURE__*/React.forwardRef(function IbmSaasConsole(_ref53, ref) {
1367
1338
  let {
1368
1339
  children,
1369
1340
  size = 16,
@@ -1377,16 +1348,26 @@ const IbmCloudContinuousDelivery = /*#__PURE__*/React.forwardRef(function IbmClo
1377
1348
  viewBox: "0 0 32 32",
1378
1349
  fill: "currentColor",
1379
1350
  ...rest
1380
- }, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1381
- d: "M23,1l-6,6,1.4146,1.4023,3.5854-3.584V21H10V10h-2v11c0,1.1025,.8972,2,2,2h12c1.1028,0,2-.8975,2-2V4.8154l3.5859,3.5869,1.4141-1.4023L23,1Z"
1382
- })), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1383
- d: "M18.5 19h-5c-.8271 0-1.5-.6729-1.5-1.5v-5c0-.8271.6729-1.5 1.5-1.5h5c.8271 0 1.5.6729 1.5 1.5v5c0 .8271-.6729 1.5-1.5 1.5zm-4.5-2h4v-4h-4v4zM16 31v-2c7.1682 0 13-5.8318 13-13 0-1.2648-.1812-2.5145-.5383-3.7147l1.917-.5706c.4124 1.3855.6213 2.8273.6213 4.2853 0 8.271-6.729 15-15 15zM1.6213 20.2853c-.4124-1.3855-.6213-2.8273-.6213-4.2853C1 7.729 7.729 1 16 1V3c-7.1682 0-13 5.8318-13 13 0 1.2648.1812 2.5145.5383 3.7147l-1.917.5706z"
1351
+ }, _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
1352
+ cx: "30",
1353
+ cy: "20",
1354
+ r: "1"
1355
+ })), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
1356
+ cx: "2",
1357
+ cy: "20",
1358
+ r: "1"
1359
+ })), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1360
+ d: "m24,26c-2.2165,0-4.1514-1.2112-5.1903-3.0034l-1.7326,1.0002c1.3834,2.3906,3.9622,4.0032,6.9229,4.0032s5.5395-1.6125,6.9229-4.0032l-1.7326-1.0002c-1.0389,1.7922-2.9738,3.0034-5.1903,3.0034Z"
1361
+ })), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1362
+ d: "m24,14c2.1357,0,4.127,1.1494,5.1973,3l1.7314-1.001c-1.4263-2.4668-4.0815-3.999-6.9287-3.999s-5.5024,1.5322-6.938,4.0151l-3.8647,6.9849c-1.0703,1.8506-3.0615,3-5.1973,3s-4.127-1.1494-5.1973-3l-1.7314,1.001c1.4263,2.4668,4.0815,3.999,6.9287,3.999s5.5024-1.5322,6.938-4.0151l3.8647-6.9849c1.0703-1.8506,3.0615-3,5.1973-3Z"
1363
+ })), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1364
+ d: "M8 14c2.2165 0 4.1514 1.2112 5.1903 3.0034l1.7326-1.0002c-1.3834-2.3906-3.9622-4.0032-6.9229-4.0032s-5.5395 1.6125-6.9229 4.0032l1.7326 1.0002c1.0389-1.7922 2.9738-3.0034 5.1903-3.0034zM16 6c2.7571 0 5.2571 1.1216 7.0678 2.9321l1.4135-1.4133c-2.1729-2.1731-5.1729-3.5188-8.4813-3.5188s-6.3083 1.3457-8.4813 3.5188l1.4135 1.4133c1.8107-1.8105 4.3107-2.9321 7.0678-2.9321z"
1384
1365
  })), children);
1385
1366
  });
1386
1367
  if (process.env.NODE_ENV !== "production") {
1387
- IbmCloudContinuousDelivery.propTypes = iconPropTypes4cbeb95d.i;
1368
+ IbmSaasConsole.propTypes = iconPropTypes4cbeb95d.i;
1388
1369
  }
1389
- const IbmCloudDatabases = /*#__PURE__*/React.forwardRef(function IbmCloudDatabases(_ref54, ref) {
1370
+ const IbmSapOnPower = /*#__PURE__*/React.forwardRef(function IbmSapOnPower(_ref54, ref) {
1390
1371
  let {
1391
1372
  children,
1392
1373
  size = 16,
@@ -1400,14 +1381,20 @@ const IbmCloudDatabases = /*#__PURE__*/React.forwardRef(function IbmCloudDatabas
1400
1381
  viewBox: "0 0 32 32",
1401
1382
  fill: "currentColor",
1402
1383
  ...rest
1403
- }, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1404
- d: "M21,3h-10c-1.1,0-2,.9-2,2v22c0,1.1.9,2,2,2h10c1.1,0,2-.9,2-2V5c0-1.1-.9-2-2-2ZM11,5h10v6h-10v-6ZM11,13h10v6h-10v-6ZM11,27v-6h10v6h-10ZM2,10v16c0,1.1.9,2,2,2h3v-2h-3v-4h3v-2h-3v-4h3v-2h-3v-4h3v-2h-3c-1.1,0-2,.9-2,2ZM28,8h-3v2h3v4h-3v2h3v4h-3v2h3v4h-3v2h3c1.1,0,2-.9,2-2V10c0-1.1-.9-2-2-2ZM14,9c-.55,0-1-.45-1-1s.45-1,1-1,1,.45,1,1-.45,1-1,1ZM14,17c-.55,0-1-.45-1-1s.45-1,1-1,1,.45,1,1-.45,1-1,1ZM14,25c-.55,0-1-.45-1-1s.45-1,1-1,1,.45,1,1-.45,1-1,1Z"
1384
+ }, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1385
+ d: "M9 21H3c-1.1028 0-2-.8972-2-2v-6c0-1.1028.8972-2 2-2h6c1.1028 0 2 .8972 2 2v6c0 1.1028-.8972 2-2 2zM3 13v6h6v-6s-6 0-6 0zM11.6926 29.3245c-3.0789-.9945-5.7393-3.0491-7.4912-5.7853l1.6846-1.0784c1.5022 2.3466 3.7827 4.1082 6.4214 4.9606l-.6147 1.9031z"
1386
+ })), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
1387
+ cx: "19",
1388
+ cy: "27",
1389
+ r: "1"
1390
+ })), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1391
+ d: "M29 31h-13c-1.1028 0-2-.8972-2-2v-4c0-1.1028.8972-2 2-2h13c1.1028 0 2 .8972 2 2v4c0 1.1028-.8972 2-2 2zm-13-6v4h13v-4s-13 0-13 0zM26.8896 21h2.1848c.6057-1.5889.9255-3.29.9255-5 0-.6719-.0642-1.3384-.1592-2h-2.0269c.1106.6592.186 1.3262.186 2 0 1.7549-.3867 3.4297-1.1104 5zM25.5 12h-6.5c-.5522 0-1-.4478-1-1V4c0-.5522.4478-1 1-1h12c.3828 0 .7319.2185.8994.5629.0675.1389.1006.2884.1006.4371 0 .22-.0725.4382-.2136.6178l-5.5 7c-.1897.2413-.4795.3822-.7864.3822zm-5.5-2h5.0139l3.9287-5h-8.9426v5zM5.886 9.5392l-1.6846-1.0784C6.7915 4.4153 11.2021 2 16 2v2c-4.1125 0-7.8936 2.0707-10.114 5.5392z"
1405
1392
  })), children);
1406
1393
  });
1407
1394
  if (process.env.NODE_ENV !== "production") {
1408
- IbmCloudDatabases.propTypes = iconPropTypes4cbeb95d.i;
1395
+ IbmSapOnPower.propTypes = iconPropTypes4cbeb95d.i;
1409
1396
  }
1410
- const IbmCloudDedicatedHost = /*#__PURE__*/React.forwardRef(function IbmCloudDedicatedHost(_ref55, ref) {
1397
+ const IbmSecureInfrastructureOnVpcForRegulatedIndustries = /*#__PURE__*/React.forwardRef(function IbmSecureInfrastructureOnVpcForRegulatedIndustries(_ref55, ref) {
1411
1398
  let {
1412
1399
  children,
1413
1400
  size = 16,
@@ -1421,24 +1408,14 @@ const IbmCloudDedicatedHost = /*#__PURE__*/React.forwardRef(function IbmCloudDed
1421
1408
  viewBox: "0 0 32 32",
1422
1409
  fill: "currentColor",
1423
1410
  ...rest
1424
- }, _circle37 || (_circle37 = /*#__PURE__*/React.createElement("circle", {
1425
- cx: "9",
1426
- cy: "6",
1427
- r: "1"
1428
- })), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1429
- d: "M26 2H6A2 2 0 004 4V8a2 2 0 002 2h9v4h2V10h9a2 2 0 002-2V4A2 2 0 0026 2zm0 6H6V4H26zM17 28L17 26 15 26 15 28 4 28 4 30 28 30 28 28 17 28z"
1430
- })), _circle38 || (_circle38 = /*#__PURE__*/React.createElement("circle", {
1431
- cx: "9",
1432
- cy: "20",
1433
- r: "1"
1434
- })), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1435
- d: "M6,24H26a2,2,0,0,0,2-2V18a2,2,0,0,0-2-2H6a2,2,0,0,0-2,2v4A2,2,0,0,0,6,24Zm0-6H26v4H6Z"
1411
+ }, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1412
+ d: "M9 21H3c-1.1028 0-2-.8972-2-2v-6c0-1.1028.8972-2 2-2h6c1.1028 0 2 .8972 2 2v6c0 1.1028-.8972 2-2 2zM3 13v6h6v-6s-6 0-6 0zM16 30c-.3618 0-.7205-.0138-1.0757-.0406-4.3528-.3312-8.3611-2.7313-10.7229-6.4202l1.6846-1.0784c2.0247 3.1628 5.4602 5.2205 9.1899 5.5043.3047.0231.613.0349.9241.0349v2zM23 30l-2.1-1c-1.7-.8-2.9-2.6-2.9-4.5v-6.5h10v6.5c0 1.9-1.1 3.7-2.9 4.5l-2.1 1zm-3-10v4.5c0 1.2.7 2.2 1.7 2.7l1.3.6 1.3-.6c1-.5 1.7-1.6 1.7-2.7v-4.5h-6zM27.3025 12c.4539 1.2817.6975 2.6211.6975 4h2c0-1.3691-.1987-2.7085-.584-4h-2.1135zM27 10h-3c-1.1028 0-2-.8972-2-2v-3c0-1.1028.8972-2 2-2h3c1.1028 0 2 .8972 2 2v3c0 1.1028-.8972 2-2 2zm-3-5v3h3v-3h-3zM20 2.5835c-1.2915-.3853-2.6309-.5835-4-.5835-4.7976 0-9.2083 2.415-11.7983 6.4604l1.6841 1.0786c2.2209-3.4683 6.002-5.5391 10.1143-5.5391 1.3787 0 2.7188.2437 4 .6978v-2.1143z"
1436
1413
  })), children);
1437
1414
  });
1438
1415
  if (process.env.NODE_ENV !== "production") {
1439
- IbmCloudDedicatedHost.propTypes = iconPropTypes4cbeb95d.i;
1416
+ IbmSecureInfrastructureOnVpcForRegulatedIndustries.propTypes = iconPropTypes4cbeb95d.i;
1440
1417
  }
1441
- const IbmCloudDirectLink_1Connect = /*#__PURE__*/React.forwardRef(function IbmCloudDirectLink_1Connect(_ref56, ref) {
1418
+ const IbmStreamsets = /*#__PURE__*/React.forwardRef(function IbmStreamsets(_ref56, ref) {
1442
1419
  let {
1443
1420
  children,
1444
1421
  size = 16,
@@ -1452,18 +1429,14 @@ const IbmCloudDirectLink_1Connect = /*#__PURE__*/React.forwardRef(function IbmCl
1452
1429
  viewBox: "0 0 32 32",
1453
1430
  fill: "currentColor",
1454
1431
  ...rest
1455
- }, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1456
- d: "M27,29H13c-1.1,0-2-0.9-2-2v-4h2v4h14V13h-4v-2h4c1.1,0,2,0.9,2,2v14C29,28.1,28.1,29,27,29z"
1457
- })), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1458
- d: "M20,17c-0.5,0-0.9,0.1-1.3,0.3l-4-4c0.2-0.4,0.3-0.8,0.3-1.3c0-1.7-1.3-3-3-3s-3,1.3-3,3s1.3,3,3,3c0.5,0,0.9-0.1,1.3-0.3 l4,4C17.1,19.1,17,19.5,17,20c0,1.7,1.3,3,3,3s3-1.3,3-3S21.7,17,20,17z M11,12c0-0.6,0.4-1,1-1s1,0.4,1,1s-0.4,1-1,1S11,12.6,11,12 z M20,21c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S20.6,21,20,21z"
1459
- })), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1460
- d: "M5,3h14c1.1,0,2,0.9,2,2v4h-2V5H5v14h4v2H5c-1.1,0-2-0.9-2-2V5C3,3.9,3.9,3,5,3z"
1432
+ }, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1433
+ d: "M21.5,18c-1.2,0-2.2-.6-2.8-1.6l-3.8-6.4c-.7-1.2-2-2-3.5-2h-2.5v-2h2.5c2.1,0,4.1,1.1,5.2,3l3.8,6.4c.3.5.8.6,1,.6h0c.2,0,.7,0,1-.6l3.7-6.4,1.7,1-3.7,6.4c-.6,1-1.6,1.6-2.8,1.6,0,0,.2,0,.2,0ZM10.6,27l-1.2-2.2c-.6-1-.6-2.1,0-3.1l4.2-7.4c.5-.9.5-2,0-2.9s-1.5-1.4-2.5-1.4h-7.1v2h7.1c.5,0,.7.3.8.4s.2.5,0,.9l-4.2,7.4c-.9,1.6-.9,3.5,0,5.1l1.2,2.2,1.7-1ZM16.6,29l-2.9-5c-.2-.4-.2-.9,0-1.3s.6-.7,1.1-.7h7.3c2.1,0,4.1-1.2,5.2-3l1.1-2-1.7-1-1.1,2c-.7,1.3-2,2-3.4,2h-7.3c-1.2,0-2.3.6-2.9,1.7-.6,1-.6,2.3,0,3.3l2.9,5s1.7-1,1.7-1ZM30.5,21.5l.3-.5-1.7-1-.3.5c-1.3,2.2-3.6,3.5-6.1,3.5h-4.7v2h4.7c3.2,0,6.2-1.7,7.8-4.5ZM22,10l-2-3.5c-1.6-2.8-4.6-4.5-7.8-4.5h-1.1v2h1.1c2.5,0,4.8,1.3,6.1,3.5l2,3.5,1.7-1ZM6.2,27l-.2-.4c-1.3-2.2-1.3-4.9,0-7l2.1-3.6-1.7-1-2.1,3.6c-1.6,2.8-1.6,6.2,0,9l.2.4s1.7-1,1.7-1Z"
1461
1434
  })), children);
1462
1435
  });
1463
1436
  if (process.env.NODE_ENV !== "production") {
1464
- IbmCloudDirectLink_1Connect.propTypes = iconPropTypes4cbeb95d.i;
1437
+ IbmStreamsets.propTypes = iconPropTypes4cbeb95d.i;
1465
1438
  }
1466
- const IbmCloudDirectLink_1Dedicated = /*#__PURE__*/React.forwardRef(function IbmCloudDirectLink_1Dedicated(_ref57, ref) {
1439
+ const IbmTelehealth = /*#__PURE__*/React.forwardRef(function IbmTelehealth(_ref57, ref) {
1467
1440
  let {
1468
1441
  children,
1469
1442
  size = 16,
@@ -1477,18 +1450,16 @@ const IbmCloudDirectLink_1Dedicated = /*#__PURE__*/React.forwardRef(function Ibm
1477
1450
  viewBox: "0 0 32 32",
1478
1451
  fill: "currentColor",
1479
1452
  ...rest
1480
- }, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1481
- d: "M27,29H13c-1.1,0-2-0.9-2-2v-4h2v4h14V13h-4v-2h4c1.1,0,2,0.9,2,2v14C29,28.1,28.1,29,27,29z"
1482
- })), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1483
- d: "M19,21h-6c-1.1,0-2-0.9-2-2v-6c0-1.1,0.9-2,2-2h6c1.1,0,2,0.9,2,2v6C21,20.1,20.1,21,19,21z M13,13v6h6l0-6H13z"
1484
- })), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1485
- d: "M5,3h14c1.1,0,2,0.9,2,2v4h-2V5H5v14h4v2H5c-1.1,0-2-0.9-2-2V5C3,3.9,3.9,3,5,3z"
1453
+ }, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1454
+ d: "M18 25L15 25 15 22 13 22 13 25 10 25 10 27 13 27 13 30 15 30 15 27 18 27 18 25z"
1455
+ })), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1456
+ d: "M22 30h-2v-5c0-2.8-2.2-5-5-5h-6c-2.8 0-5 2.2-5 5v5H2v-5c0-3.9 3.1-7 7-7h6c3.9 0 7 3.1 7 7v5zM28 5.2V3c0-1.1-.9-2-2-2h-8c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-2.2l3 2.2V3l-3 2.2zm-2 3.8h-8V3h8v6zM15.5 12.5c-.9.9-2.1 1.5-3.5 1.5-2.8 0-5-2.2-5-5s2.2-5 5-5c.5 0 .9.1 1.3.2l.6-1.9c-.6-.2-1.2-.3-1.9-.3-3.9 0-7 3.1-7 7s3.1 7 7 7c1.9 0 3.7-.8 5-2l-1.5-1.5z"
1486
1457
  })), children);
1487
1458
  });
1488
1459
  if (process.env.NODE_ENV !== "production") {
1489
- IbmCloudDirectLink_1Dedicated.propTypes = iconPropTypes4cbeb95d.i;
1460
+ IbmTelehealth.propTypes = iconPropTypes4cbeb95d.i;
1490
1461
  }
1491
- const IbmCloudDirectLink_1DedicatedHosting = /*#__PURE__*/React.forwardRef(function IbmCloudDirectLink_1DedicatedHosting(_ref58, ref) {
1462
+ const IbmTenet = /*#__PURE__*/React.forwardRef(function IbmTenet(_ref58, ref) {
1492
1463
  let {
1493
1464
  children,
1494
1465
  size = 16,
@@ -1502,18 +1473,28 @@ const IbmCloudDirectLink_1DedicatedHosting = /*#__PURE__*/React.forwardRef(funct
1502
1473
  viewBox: "0 0 32 32",
1503
1474
  fill: "currentColor",
1504
1475
  ...rest
1505
- }, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1506
- d: "M27,29H13c-1.1,0-2-0.9-2-2v-4h2v4h14V13h-4v-2h4c1.1,0,2,0.9,2,2v14C29,28.1,28.1,29,27,29z"
1507
- })), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1508
- d: "M11 19H21V21H11zM11 15H21V17H11zM11 11H21V13H11z"
1509
- })), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1510
- d: "M5,3h14c1.1,0,2,0.9,2,2v4h-2V5H5v14h4v2H5c-1.1,0-2-0.9-2-2V5C3,3.9,3.9,3,5,3z"
1476
+ }, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1477
+ d: "M20,13H12c-.5522,0-1,.4478-1,1,0,.1973,.0508,.3833,.168,.5547l4,6c.1855,.2783,.4978,.4453,.832,.4453s.6465-.167,.832-.4453l4-6c.1172-.1714,.168-.3574,.168-.5547,0-.5522-.4478-1-1-1Zm-4,5.1973l-2.1316-3.1973h4.2632l-2.1316,3.1973Z"
1478
+ })), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1479
+ d: "M16,23c-1.6115,0-3.1763-.5632-4.4205-1.5796l-1.4196,1.4197c.0306,.0261,.057,.0559,.0881,.0818,1.6104,1.3403,3.6523,2.0781,5.752,2.0781,4.9629,0,9-4.0376,9-9h-2c0,3.8599-3.1406,7-7,7Z"
1480
+ })), _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
1481
+ cx: "23",
1482
+ cy: "12",
1483
+ r: "1"
1484
+ })), _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
1485
+ cx: "9",
1486
+ cy: "20",
1487
+ r: "1"
1488
+ })), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1489
+ d: "M16,9c1.6097,0,3.1772,.5619,4.4224,1.5776l1.4171-1.4171c-.0385-.0328-.0718-.0702-.111-.1024-1.6074-1.3271-3.6416-2.0581-5.7285-2.0581-4.9629,0-9,4.0376-9,9h2c0-3.8599,3.1406-7,7-7Z"
1490
+ })), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1491
+ d: "M16,30c-7.7197,0-14-6.2804-14-14S8.2803,2,16,2s14,6.2804,14,14-6.2803,14-14,14Zm0-26c-6.6167,0-12,5.3832-12,12s5.3833,12,12,12,12-5.3832,12-12-5.3833-12-12-12Z"
1511
1492
  })), children);
1512
1493
  });
1513
1494
  if (process.env.NODE_ENV !== "production") {
1514
- IbmCloudDirectLink_1DedicatedHosting.propTypes = iconPropTypes4cbeb95d.i;
1495
+ IbmTenet.propTypes = iconPropTypes4cbeb95d.i;
1515
1496
  }
1516
- const IbmCloudDirectLink_1Exchange = /*#__PURE__*/React.forwardRef(function IbmCloudDirectLink_1Exchange(_ref59, ref) {
1497
+ const IbmTestAcceleratorForZ = /*#__PURE__*/React.forwardRef(function IbmTestAcceleratorForZ(_ref59, ref) {
1517
1498
  let {
1518
1499
  children,
1519
1500
  size = 16,
@@ -1527,18 +1508,14 @@ const IbmCloudDirectLink_1Exchange = /*#__PURE__*/React.forwardRef(function IbmC
1527
1508
  viewBox: "0 0 32 32",
1528
1509
  fill: "currentColor",
1529
1510
  ...rest
1530
- }, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1531
- d: "M27,29H13c-1.1,0-2-0.9-2-2v-4h2v4h14V13h-4v-2h4c1.1,0,2,0.9,2,2v14C29,28.1,28.1,29,27,29z"
1532
- })), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1533
- d: "M19 15L19 19 15 19 15 21 21 21 21 15zM17 11L11 11 11 17 13 17 13 13 17 13z"
1534
- })), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1535
- d: "M5,3h14c1.1,0,2,0.9,2,2v4h-2V5H5v14h4v2H5c-1.1,0-2-0.9-2-2V5C3,3.9,3.9,3,5,3z"
1511
+ }, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1512
+ d: "M8,6h-2v10h2V6ZM4,22.43v-13.43h-2v14.01c0,.36.19.68.5.86l10.5,6.13,1.01-1.73h0l-10-5.84h-.01ZM26,13h2v-4c0-.36-.19-.68-.5-.86L15.5,1.14c-.16-.09-.33-.14-.5-.14s-.35.05-.5.14l-4,2.33c-.31.18-.5.51-.5.86v8.67h2V4.91l3-1.75,11,6.42v3.43-.01ZM24.03,17.06l1.79,3.13,1.47-1.47-2.41-4.22c-.18-.32-.51-.53-.88-.5-.36,0-.7.21-.87.53l-7,13c-.17.31-.16.68.02.99.18.3.51.49.86.49h13v-2h-11.33l5.35-9.94v-.01ZM24.42,21.58l-1.41,1.41,3,3,5-5-1.41-1.41-3.59,3.59-1.59-1.59Z"
1536
1513
  })), children);
1537
1514
  });
1538
1515
  if (process.env.NODE_ENV !== "production") {
1539
- IbmCloudDirectLink_1Exchange.propTypes = iconPropTypes4cbeb95d.i;
1516
+ IbmTestAcceleratorForZ.propTypes = iconPropTypes4cbeb95d.i;
1540
1517
  }
1541
- const IbmCloudDirectLink_2Connect = /*#__PURE__*/React.forwardRef(function IbmCloudDirectLink_2Connect(_ref60, ref) {
1518
+ const IbmToolchain = /*#__PURE__*/React.forwardRef(function IbmToolchain(_ref60, ref) {
1542
1519
  let {
1543
1520
  children,
1544
1521
  size = 16,
@@ -1552,16 +1529,14 @@ const IbmCloudDirectLink_2Connect = /*#__PURE__*/React.forwardRef(function IbmCl
1552
1529
  viewBox: "0 0 32 32",
1553
1530
  fill: "currentColor",
1554
1531
  ...rest
1555
- }, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1556
- d: "M17.2,13c0.4,1.2,1.5,2,2.8,2c1.7,0,3-1.3,3-3s-1.3-3-3-3c-1.3,0-2.4,0.8-2.8,2H5c-1.1,0-2,0.9-2,2v6H0v2h3v6 c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2v-4h-2v4H5V13H17.2z M20,11c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S19.4,11,20,11z"
1557
- })), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1558
- d: "M29,11V5c0-1.1-0.9-2-2-2H13c-1.1,0-2,0.9-2,2v4h2V5h14v14H14.8c-0.4-1.2-1.5-2-2.8-2c-1.7,0-3,1.3-3,3s1.3,3,3,3 c1.3,0,2.4-0.8,2.8-2H27c1.1,0,2-0.9,2-2v-6h3v-2H29z M12,21c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S12.6,21,12,21z"
1532
+ }, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1533
+ d: "M25 21c-.7396 0-1.4241.2155-2.0191.5669l-2.0314-2.0314-1.4141 1.4141 2.0314 2.0314c-.3514.595-.5668 1.2795-.5668 2.019 0 2.2056 1.7944 4 4 4 .3557 0 .6943-.0615 1.0228-.1492l-2.4368-2.4368.0004-.0005c-.3621-.3621-.5864-.8621-.5864-1.4136 0-1.103.897-2 2-2 .5515 0 1.0515.2242 1.4136.5864l.0004-.0005 2.4368 2.4368c.0875-.3284.1491-.667.1491-1.0227 0-2.2056-1.7944-4-4-4zM20.9495 12.4644l3.7645-3.7645c.3911.1868.8237.3 1.2861.3 1.6569 0 3-1.3431 3-3s-1.3431-3-3-3-3 1.3431-3 3c0 .4622.1132.8948.2999 1.2859l-3.7645 3.7645 1.4141 1.4141zm5.0505-7.4644c.5514 0 1 .4486 1 1s-.4486 1-1 1-1-.4486-1-1 .4486-1 1-1zM16 12c-2.2092 0-4 1.7908-4 4 0 .7405.215 1.4254.5657 2.0201l-5.2795 5.2799c-.3911-.1868-.8238-.3-1.2861-.3-1.6569 0-3 1.3431-3 3s1.3431 3 3 3 3-1.3431 3-3c0-.4622-.1132-.8948-.2999-1.2858l5.2799-5.2799c.5948.3507 1.2795.5657 2.02.5657 2.2091 0 4-1.7909 4-4s-1.7909-4-4-4zM6 27c-.5514 0-1-.4486-1-1s.4486-1 1-1 1 .4486 1 1-.4486 1-1 1zm10-9c-1.1028 0-2-.8972-2-2s.8972-2 2-2 2 .8972 2 2-.8972 2-2 2zM7 11c.7396 0 1.4241-.2155 2.0191-.5669l2.0311 2.0311 1.4141-1.4141-2.0311-2.0311c.3514-.595.5668-1.2795.5668-2.019 0-2.2056-1.7944-4-4-4-.3557 0-.6943.0615-1.0228.1492l2.4368 2.4368-.0004.0005c.3621.3621.5864.8621.5864 1.4136 0 1.103-.897 2-2 2-.5515 0-1.0515-.2242-1.4136-.5864l-.0004.0005-2.4368-2.4368c-.0875.3284-.1491.667-.1491 1.0227 0 2.2056 1.7944 4 4 4z"
1559
1534
  })), children);
1560
1535
  });
1561
1536
  if (process.env.NODE_ENV !== "production") {
1562
- IbmCloudDirectLink_2Connect.propTypes = iconPropTypes4cbeb95d.i;
1537
+ IbmToolchain.propTypes = iconPropTypes4cbeb95d.i;
1563
1538
  }
1564
- const IbmCloudDirectLink_2Dedicated = /*#__PURE__*/React.forwardRef(function IbmCloudDirectLink_2Dedicated(_ref61, ref) {
1539
+ const IbmTurbonomic = /*#__PURE__*/React.forwardRef(function IbmTurbonomic(_ref61, ref) {
1565
1540
  let {
1566
1541
  children,
1567
1542
  size = 16,
@@ -1575,16 +1550,24 @@ const IbmCloudDirectLink_2Dedicated = /*#__PURE__*/React.forwardRef(function Ibm
1575
1550
  viewBox: "0 0 32 32",
1576
1551
  fill: "currentColor",
1577
1552
  ...rest
1578
- }, _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1579
- d: "M32,11h-3V5c0-1.1-0.9-2-2-2H13c-1.1,0-2,0.9-2,2v4h2V5h14v14H13v-4h-2v4c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2v-6h3V11z"
1580
- })), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1581
- d: "M21,17v-4c0-1.1-0.9-2-2-2H5c-1.1,0-2,0.9-2,2v6H0v2h3v6c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2v-4h-2v4H5V13h14v4H21z"
1553
+ }, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1554
+ d: "m28.8,23.4c-1,2.3-6,4.6-12.8,4.6-7.7,0-13-2.9-13-5.5,0-2.1,3.6-4.5,9.1-5.2l-.3-2c-6.3.9-10.8,3.7-10.8,7.2,0,4.2,6.6,7.5,15,7.5,7.1,0,12.9-2.4,14.5-5.6l-1.7-1Z"
1555
+ })), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1556
+ d: "m24.5,20.9c-1.2,1-4.2,2.1-8.5,2.1s-7.3-1.1-8.5-2.1l-1.8,1c1.7,2,6.1,3.1,10.2,3.1,4.2,0,8.5-1.1,10.2-3.1l-1.6-1Z"
1557
+ })), _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
1558
+ cx: "16",
1559
+ cy: "16",
1560
+ r: "2"
1561
+ })), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1562
+ d: "m16,7c-4.2,0-8.5,1.1-10.2,3.1l1.8,1c1.1-1,4.2-2.1,8.4-2.1s7.3,1.1,8.5,2.1l1.8-1c-1.8-2-6.1-3.1-10.3-3.1Z"
1563
+ })), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1564
+ d: "m31,9.5c0-4.2-6.6-7.5-15-7.5C8.9,2,3.1,4.4,1.5,7.6l1.7,1c1-2.3,6-4.6,12.8-4.6,7.7,0,13,2.9,13,5.5,0,2.1-3.6,4.5-9.1,5.2l.3,2c6.3-.9,10.8-3.7,10.8-7.2Z"
1582
1565
  })), children);
1583
1566
  });
1584
1567
  if (process.env.NODE_ENV !== "production") {
1585
- IbmCloudDirectLink_2Dedicated.propTypes = iconPropTypes4cbeb95d.i;
1568
+ IbmTurbonomic.propTypes = iconPropTypes4cbeb95d.i;
1586
1569
  }
1587
- const IbmCloudDirectLink_2DedicatedHosting = /*#__PURE__*/React.forwardRef(function IbmCloudDirectLink_2DedicatedHosting(_ref62, ref) {
1570
+ const IbmUnstructuredDataProcessor = /*#__PURE__*/React.forwardRef(function IbmUnstructuredDataProcessor(_ref62, ref) {
1588
1571
  let {
1589
1572
  children,
1590
1573
  size = 16,
@@ -1598,18 +1581,16 @@ const IbmCloudDirectLink_2DedicatedHosting = /*#__PURE__*/React.forwardRef(funct
1598
1581
  viewBox: "0 0 32 32",
1599
1582
  fill: "currentColor",
1600
1583
  ...rest
1601
- }, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1602
- d: "M19,27H5V13h4v-2H5c-1.1,0-2,0.9-2,2v6H0v2h3v6c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2v-4h-2V27z"
1603
- })), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1604
- d: "M11 19H21V21H11zM11 15H21V17H11zM11 11H21V13H11z"
1605
- })), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1606
- d: "M29,11V5c0-1.1-0.9-2-2-2H13c-1.1,0-2,0.9-2,2v4h2V5h14v14h-4v2h4c1.1,0,2-0.9,2-2v-6h3v-2H29z"
1584
+ }, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1585
+ d: "M22 10c-2.2061 0-4-1.7944-4-4s1.7939-4 4-4 4 1.7944 4 4-1.7939 4-4 4zM22 4c-1.1025 0-2 .897-2 2s.8975 2 2 2 2-.897 2-2-.8975-2-2-2zM21 19h-7v-7h7v7zM16 17h3v-3h-3v3zM12.6182 12H3.3818L8 2.7642l4.6182 9.2358zM6.6182 10h2.7637l-1.3818-2.7642-1.3818 2.7642z"
1586
+ })), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1587
+ d: "M20,30h-8c-1.103,0-2-.8975-2-2v-4.4648l-5.1094-3.4062c-.5576-.3721-.8906-.9941-.8906-1.6641v-4.4648h2v4.4648l5.1094,3.4062c.5576.3721.8906.9941.8906,1.6641v4.4648h8v-4.4648c0-.6699.333-1.292.8906-1.6641l5.1094-3.4062v-6.4648h2v6.4648c0,.6699-.333,1.292-.8906,1.6641l-5.1094,3.4062v4.4648c0,1.1025-.8975,2-2,2Z"
1607
1588
  })), children);
1608
1589
  });
1609
1590
  if (process.env.NODE_ENV !== "production") {
1610
- IbmCloudDirectLink_2DedicatedHosting.propTypes = iconPropTypes4cbeb95d.i;
1591
+ IbmUnstructuredDataProcessor.propTypes = iconPropTypes4cbeb95d.i;
1611
1592
  }
1612
- const IbmCloudEventNotification = /*#__PURE__*/React.forwardRef(function IbmCloudEventNotification(_ref63, ref) {
1593
+ const IbmVpnForVpc = /*#__PURE__*/React.forwardRef(function IbmVpnForVpc(_ref63, ref) {
1613
1594
  let {
1614
1595
  children,
1615
1596
  size = 16,
@@ -1623,14 +1604,16 @@ const IbmCloudEventNotification = /*#__PURE__*/React.forwardRef(function IbmClou
1623
1604
  viewBox: "0 0 32 32",
1624
1605
  fill: "currentColor",
1625
1606
  ...rest
1626
- }, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1627
- d: "M26,19c-0.7,0-1.4,0.3-1.9,0.7l-4.3-2.6c0.1-0.4,0.2-0.7,0.2-1.1c0-0.4-0.1-0.8-0.2-1.1l4.3-2.6c0.5,0.4,1.2,0.7,1.9,0.7 c1.7,0,3-1.3,3-3s-1.3-3-3-3s-3,1.3-3,3c0,0.2,0,0.4,0.1,0.6l-4.3,2.6C18.1,12.4,17.1,12,16,12c-0.6,0-1.1,0.1-1.6,0.4l-3.8-4.8 C10.8,7.1,11,6.6,11,6c0-1.7-1.3-3-3-3S5,4.3,5,6s1.3,3,3,3c0.3,0,0.7-0.1,1-0.2l3.8,4.8c-0.3,0.4-0.5,0.9-0.7,1.4H7.8 c-0.4-1.2-1.5-2-2.8-2c-1.7,0-3,1.3-3,3s1.3,3,3,3c1.3,0,2.4-0.8,2.8-2h4.3c0.1,0.5,0.4,1,0.7,1.4L9,23.2C8.7,23.1,8.3,23,8,23 c-1.7,0-3,1.3-3,3s1.3,3,3,3s3-1.3,3-3c0-0.6-0.2-1.1-0.5-1.6l3.8-4.8c0.5,0.2,1.1,0.4,1.6,0.4c1.1,0,2.1-0.4,2.8-1.2l4.3,2.6 c0,0.2-0.1,0.4-0.1,0.6c0,1.7,1.3,3,3,3s3-1.3,3-3S27.7,19,26,19z M26,9c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S25.4,9,26,9z M7,6 c0-0.6,0.4-1,1-1s1,0.4,1,1S8.6,7,8,7S7,6.6,7,6z M5,17c-0.6,0-1-0.4-1-1c0-0.6,0.4-1,1-1c0.6,0,1,0.4,1,1C6,16.6,5.6,17,5,17z M8,27c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S8.6,27,8,27z M16,18c-1.1,0-2-0.9-2-2s0.9-2,2-2s2,0.9,2,2S17.1,18,16,18z M26,23 c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S26.6,23,26,23z"
1607
+ }, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1608
+ d: "M29 23v-2c0-1.6499-1.3501-3-3-3s-3 1.3501-3 3v2c-1.1001 0-2 .8999-2 2v4c0 1.1001.8999 2 2 2h6c1.1001 0 2-.8999 2-2v-4c0-1.1001-.8999-2-2-2zm-4-2c0-.5498.45-1 1-1s1 .4502 1 1v2h-2v-2zm4 8h-6v-4h6v4zM7 22.14v-9.14h-2v9.14c-1.72.45-3 2-3 3.86 0 2.21 1.79 4 4 4 1.86 0 3.41-1.28 3.86-3h8.14v-2h-8.14c-.37-1.4-1.46-2.49-2.86-2.86zm-1 5.86c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM30 6c0-2.21-1.79-4-4-4-1.86 0-3.41 1.28-3.86 3h-9.14v2h9.14c.37 1.4 1.46 2.49 2.86 2.86v5.14h2v-5.14c1.72-.45 3-2 3-3.86zm-4 2c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"
1609
+ })), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1610
+ d: "m10,8.5898V2H2v8h6.5901l10.9958,11,1.4141-1.4141-11-10.9961Zm-2-.5898h-4v-4h4v4Z"
1628
1611
  })), children);
1629
1612
  });
1630
1613
  if (process.env.NODE_ENV !== "production") {
1631
- IbmCloudEventNotification.propTypes = iconPropTypes4cbeb95d.i;
1614
+ IbmVpnForVpc.propTypes = iconPropTypes4cbeb95d.i;
1632
1615
  }
1633
- const IbmCloudEventStreams = /*#__PURE__*/React.forwardRef(function IbmCloudEventStreams(_ref64, ref) {
1616
+ const IbmVsiOnVpcForRegulatedIndustries = /*#__PURE__*/React.forwardRef(function IbmVsiOnVpcForRegulatedIndustries(_ref64, ref) {
1634
1617
  let {
1635
1618
  children,
1636
1619
  size = 16,
@@ -1644,16 +1627,14 @@ const IbmCloudEventStreams = /*#__PURE__*/React.forwardRef(function IbmCloudEven
1644
1627
  viewBox: "0 0 32 32",
1645
1628
  fill: "currentColor",
1646
1629
  ...rest
1647
- }, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1648
- d: "M23.5,9.2l-1,1.7c2.2,1.2,3.5,3.6,3.5,6.1c0,5.2-3.8,8.7-6,10.2V24h-1c-2.5,0-4.9-1.4-6.1-3.6l-1.7,1c1.4,2.6,4,4.2,6.9,4.6 V29c0,0.3,0.2,0.7,0.5,0.9C18.6,30,18.8,30,19,30c0.2,0,0.3,0,0.4-0.1C19.8,29.7,28,25.5,28,17C28,13.8,26.3,10.8,23.5,9.2z"
1649
- })), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1650
- d: "M20,13.1V7.8c1.2-0.4,2-1.5,2-2.8c0-1.7-1.3-3-3-3s-3,1.3-3,3c0,1.3,0.8,2.4,2,2.8v5.3c-0.4,0.1-0.7,0.2-1,0.4l-5.3-5.3 C11.9,7.9,12,7.5,12,7c0-1.7-1.3-3-3-3S6,5.3,6,7s1.3,3,3,3c0.5,0,0.9-0.1,1.3-0.3l5.3,5.3c-0.2,0.3-0.3,0.7-0.4,1H9.8 c-0.4-1.2-1.5-2-2.8-2c-1.7,0-3,1.3-3,3s1.3,3,3,3c1.3,0,2.4-0.8,2.8-2h5.3c0.4,1.7,2,3,3.9,3c2.2,0,4-1.8,4-4 C23,15.1,21.7,13.6,20,13.1z M19,4c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S18.4,4,19,4z M9,8C8.4,8,8,7.6,8,7s0.4-1,1-1s1,0.4,1,1 S9.6,8,9,8z M7,18c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S7.6,18,7,18z M19,19c-1.1,0-2-0.9-2-2s0.9-2,2-2s2,0.9,2,2S20.1,19,19,19z"
1630
+ }, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1631
+ d: "M9 21H3c-1.1028 0-2-.8972-2-2v-6c0-1.1028.8972-2 2-2h6c1.1028 0 2 .8972 2 2v6c0 1.1028-.8972 2-2 2zM3 13v6h6v-6s-6 0-6 0zM16 30c-.3618 0-.7205-.0138-1.0757-.0406-4.3528-.3312-8.3611-2.7313-10.7229-6.4202l1.6846-1.0784c2.0247 3.1628 5.4602 5.2205 9.1899 5.5043.3047.0231.613.0349.9241.0349v2zM28 30h-8c-1.1028 0-2-.8972-2-2v-8c0-1.1028.8972-2 2-2h8c1.1028 0 2 .8972 2 2v8c0 1.1028-.8972 2-2 2zm-8-10v8h8v-8h-8zM27.3025 12c.4539 1.2817.6975 2.6211.6975 4h2c0-1.3691-.1987-2.7085-.584-4h-2.1135zM27 10h-3c-1.1028 0-2-.8972-2-2v-3c0-1.1028.8972-2 2-2h3c1.1028 0 2 .8972 2 2v3c0 1.1028-.8972 2-2 2zm-3-5v3h3v-3h-3zM20 2.5835c-1.2915-.3853-2.6309-.5835-4-.5835-4.7976 0-9.2083 2.415-11.7983 6.4604l1.6841 1.0786c2.2209-3.4683 6.002-5.5391 10.1143-5.5391 1.3787 0 2.7188.2437 4 .6978v-2.1143z"
1651
1632
  })), children);
1652
1633
  });
1653
1634
  if (process.env.NODE_ENV !== "production") {
1654
- IbmCloudEventStreams.propTypes = iconPropTypes4cbeb95d.i;
1635
+ IbmVsiOnVpcForRegulatedIndustries.propTypes = iconPropTypes4cbeb95d.i;
1655
1636
  }
1656
- const IbmCloudForEducation = /*#__PURE__*/React.forwardRef(function IbmCloudForEducation(_ref65, ref) {
1637
+ const IbmWaziDeploy = /*#__PURE__*/React.forwardRef(function IbmWaziDeploy(_ref65, ref) {
1657
1638
  let {
1658
1639
  children,
1659
1640
  size = 16,
@@ -1667,18 +1648,16 @@ const IbmCloudForEducation = /*#__PURE__*/React.forwardRef(function IbmCloudForE
1667
1648
  viewBox: "0 0 32 32",
1668
1649
  fill: "currentColor",
1669
1650
  ...rest
1670
- }, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1671
- d: "M30 30h-2c0-1.6542-1.3457-3-3-3h-4c-1.6543 0-3 1.3458-3 3h-2c0-2.757 2.2429-5 5-5h4c2.7571 0 5 2.243 5 5zM15 16c-.5522 0-1 .4478-1 1v6h2v-6c0-.5522-.4478-1-1-1z"
1672
- })), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1673
- d: "M32,12H14v2h4v5c0,2.7568,2.2429,5,5,5s5-2.2432,5-5v-5h4v-2Zm-9,10c-1.6543,0-3-1.3457-3-3v-1h6v1c0,1.6543-1.3457,3-3,3Zm3-6h-6v-2h6v2Z"
1674
- })), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1675
- d: "M25.7983,10c-.9292-4.5586-4.9692-8-9.7983-8-4.8479,0-8.9382,3.4399-9.822,8.124-3.5232,.6294-6.178,3.7251-6.178,7.376,0,4.1357,3.3645,7.5,7.5,7.5h4.5v-2H7.5c-3.0327,0-5.5-2.4673-5.5-5.5,0-2.8779,2.2502-5.2852,5.1228-5.48l.8364-.0566,.0901-.8335c.4395-4.0645,3.8574-7.1299,7.9507-7.1299,3.7195,0,6.845,2.5552,7.7368,6h2.0615Z"
1651
+ }, _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1652
+ d: "m13.9998,29.991l-10.5037-6.1272c-.3071-.1792-.4961-.5081-.4961-.8638v-14h2v13.4257l10.0076,5.8378-1.0078,1.7275Z"
1653
+ })), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1654
+ d: "M7 6H9V16H7zM29 13h-2v-3.4257l-11-6.4166-3 1.7499v8.0924h-2V4.3333c0-.3557.189-.6846.4961-.8638l4-2.3333c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l12 7c.3071.1792.4961.5081.4961.8638v4zM27 23l-1.4199 1.4102 1.5898 1.5898h-7.1699v-3.1421c1.7202-.4473 3-1.9995 3-3.8579 0-2.2056-1.7944-4-4-4s-4 1.7944-4 4c0 1.8584 1.2798 3.4106 3 3.8579v3.1421c0 1.1025.8972 2 2 2h7.1699l-1.5798 1.5801 1.4099 1.4199 4-4-4-4zm-10-4c0-1.1025.8972-2 2-2s2 .8975 2 2-.8972 2-2 2-2-.8975-2-2z"
1676
1655
  })), children);
1677
1656
  });
1678
1657
  if (process.env.NODE_ENV !== "production") {
1679
- IbmCloudForEducation.propTypes = iconPropTypes4cbeb95d.i;
1658
+ IbmWaziDeploy.propTypes = iconPropTypes4cbeb95d.i;
1680
1659
  }
1681
- const IbmCloudGateKeeper = /*#__PURE__*/React.forwardRef(function IbmCloudGateKeeper(_ref66, ref) {
1660
+ const IbmCloud = /*#__PURE__*/React.forwardRef(function IbmCloud(_ref66, ref) {
1682
1661
  let {
1683
1662
  children,
1684
1663
  size = 16,
@@ -1692,14 +1671,14 @@ const IbmCloudGateKeeper = /*#__PURE__*/React.forwardRef(function IbmCloudGateKe
1692
1671
  viewBox: "0 0 32 32",
1693
1672
  fill: "currentColor",
1694
1673
  ...rest
1695
- }, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1696
- d: "M22,22l-5-4.96,1.59-1.57,3.41,3.38,7.41-7.35,1.59,1.58s-9,8.92-9,8.92ZM24,2H6c-1.1,0-2,.9-2,2v14.3c0,3.9,2.1,7.5,5.5,9.5l5.5,3.2,5.4-3.2c.92-.52,1.74-1.19,2.46-1.94l-1.36-1.36c-.59.61-1.26,1.14-2,1.6l-4.5,2.7-4.5-2.7c-2.8-1.6-4.5-4.6-4.5-7.8V4h18v5h2v-5c0-1.1-.9-2-2-2Z"
1674
+ }, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1675
+ d: "M24.5805 13.65A9.7327 9.7327 0 006.286 17.5387 6.75 6.75 0 007 31H23a8.7465 8.7465 0 001.5805-17.35zM23 29.5H7a5.2373 5.2373 0 01-.6993-10.4293 9.7265 9.7265 0 001.1036 3.7838.75.75 0 101.3213-.709A8.25 8.25 0 0122.752 13.5133a8.754 8.754 0 00-6.315 2.95.75.75 0 101.1245.9922A7.25 7.25 0 1123 29.5zM31.8983 10.2548a.7582.7582 0 00-1.0364-.2776l-3.02 1.7438A.7587.7587 0 1028.6 13.035l3.02-1.7438A.7589.7589 0 0031.8983 10.2548zM22.6764 7.87a.7583.7583 0 001.0364-.2776l1.7438-3.02a.7587.7587 0 00-1.314-.7588l-1.7438 3.02A.7588.7588 0 0022.6764 7.87zM16 6.0811a.759.759 0 00.7588-.7588V1.8347a.7588.7588 0 10-1.5175 0V5.3223A.7589.7589 0 0016 6.0811zM8.2873 7.5922a.7587.7587 0 001.314-.7588l-1.7438-3.02a.7587.7587 0 10-1.314.7588zM4.1585 11.721l-3.02-1.7438a.7587.7587 0 10-.7588 1.314L3.4 13.035a.7587.7587 0 10.7588-1.314z"
1697
1676
  })), children);
1698
1677
  });
1699
1678
  if (process.env.NODE_ENV !== "production") {
1700
- IbmCloudGateKeeper.propTypes = iconPropTypes4cbeb95d.i;
1679
+ IbmCloud.propTypes = iconPropTypes4cbeb95d.i;
1701
1680
  }
1702
- const IbmCloudHpc = /*#__PURE__*/React.forwardRef(function IbmCloudHpc(_ref67, ref) {
1681
+ const IbmCloudAppId = /*#__PURE__*/React.forwardRef(function IbmCloudAppId(_ref67, ref) {
1703
1682
  let {
1704
1683
  children,
1705
1684
  size = 16,
@@ -1713,16 +1692,16 @@ const IbmCloudHpc = /*#__PURE__*/React.forwardRef(function IbmCloudHpc(_ref67, r
1713
1692
  viewBox: "0 0 32 32",
1714
1693
  fill: "currentColor",
1715
1694
  ...rest
1716
- }, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1717
- d: "M22 13H24V15H22zM26 13H28V15H26zM30 13H32V15H30zM30 17H32V19H30zM15 20H17V22H15zM20 28H22V30H20zM24 28H26V30H24zM19 26h9v-9h-9v9zm2-7h5v5h-5v-5z"
1718
- })), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1719
- d: "m16,3v.0005c-.002,0-.004-.0003-.006-.0003-4.7007.0032-8.9033,3.3306-9.8242,8.1152C2.6037,11.7607.0078,14.8598,0,18.4815c-.0089,4.1434,3.345,7.5096,7.4911,7.5185h9.5089v-2H7.4954c-3.0367-.0065-5.502-2.4802-5.4954-5.5142.0057-2.6569,1.9092-4.9289,4.5259-5.4023l1.3488-.2441.2591-1.3459c.7241-3.7623,4.0386-6.4933,7.8662-6.4935h0c3.7363,0,6.9395,2.5367,7.79,6.169l1.9473-.4561c-1.0635-4.541-5.0674-7.7129-9.7373-7.7129Z"
1695
+ }, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1696
+ d: "M20 18h-6c-1.6569 0-3 1.3431-3 3v2h2v-2c0-.5523.4477-1 1-1h6c.5523 0 1 .4477 1 1v2h2v-2c0-1.6569-1.3431-3-3-3zM17 17c2.2091 0 4-1.7909 4-4s-1.7909-4-4-4-4 1.7909-4 4 1.7909 4 4 4zm0-6c1.1046 0 2 .8954 2 2s-.8954 2-2 2-2-.8954-2-2 .8954-2 2-2z"
1697
+ })), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1698
+ d: "M17 30c-7.7197 0-14-6.2804-14-14h2c0 6.6168 5.3831 12 12 12 5.2263 0 9.8162-3.3385 11.4214-8.3074l1.9033.6147c-1.873 5.7975-7.2278 9.6926-13.3247 9.6926zM31 16h-2c0-6.6168-5.3833-12-12-12V2c7.7197 0 14 6.2804 14 14zM6 14l-2.1387-1.0127c-1.7383-.8223-2.8613-2.5967-2.8613-4.5195V2H11v6.4678c0 1.9229-1.123 3.6973-2.8613 4.5195l-2.1387 1.0127zM3 4v4.4678c0 1.1533.6738 2.2178 1.7168 2.7109l1.2832.6074 1.2832-.6074c1.043-.4932 1.7168-1.5576 1.7168-2.7109V4H3z"
1720
1699
  })), children);
1721
1700
  });
1722
1701
  if (process.env.NODE_ENV !== "production") {
1723
- IbmCloudHpc.propTypes = iconPropTypes4cbeb95d.i;
1702
+ IbmCloudAppId.propTypes = iconPropTypes4cbeb95d.i;
1724
1703
  }
1725
- const IbmCloudHsm = /*#__PURE__*/React.forwardRef(function IbmCloudHsm(_ref68, ref) {
1704
+ const IbmCloudBackupAndRecovery = /*#__PURE__*/React.forwardRef(function IbmCloudBackupAndRecovery(_ref68, ref) {
1726
1705
  let {
1727
1706
  children,
1728
1707
  size = 16,
@@ -1736,24 +1715,14 @@ const IbmCloudHsm = /*#__PURE__*/React.forwardRef(function IbmCloudHsm(_ref68, r
1736
1715
  viewBox: "0 0 32 32",
1737
1716
  fill: "currentColor",
1738
1717
  ...rest
1739
- }, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1740
- d: "M28,21.142V10h-5v2h3v2h-3v2h3v5.142c-1.7203,.4471-3,1.9993-3,3.858,0,2.2061,1.7944,4,4,4s4-1.7939,4-4c0-1.8587-1.2797-3.4108-3-3.858Zm-1,5.858c-1.103,0-2-.8975-2-2s.897-2,2-2,2,.8975,2,2-.897,2-2,2Z"
1741
- })), _circle39 || (_circle39 = /*#__PURE__*/React.createElement("circle", {
1742
- cx: "9",
1743
- cy: "24",
1744
- r: "1"
1745
- })), _circle40 || (_circle40 = /*#__PURE__*/React.createElement("circle", {
1746
- cx: "9",
1747
- cy: "8",
1748
- r: "1"
1749
- })), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1750
- d: "M26,6v2h2v-2c0-1.1046-.8954-2-2-2H6c-1.1046,0-2,.8954-2,2v4c0,1.1046,.8954,2,2,2h4v8H6c-1.1045,0-2,.8955-2,2v4c0,1.1045,.8955,2,2,2h14v-2H6v-4h14v-2H12V12h8v-2H6V6H26Z"
1718
+ }, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1719
+ d: "M15,24v2h-7.5c-4.2,0-7.5-3.4-7.5-7.5,0-3.6,2.6-6.7,6.1-7.4,0,0,.6-.1.9-.1h.2l-1.6-1.6,1.4-1.4,4,4-4,4-1.4-1.4,1.6-1.6h-.2c-2.4.2-4.6,2.3-4.9,4.7-.5,3.4,2.1,6.3,5.4,6.3h7.5ZM18,24c-.5,0-1,.5-1,1s.5,1,1,1,1-.5,1-1-.5-1-1-1ZM25.9,11.1l-.1-.1c-.8-4-3.9-7.1-7.9-7.8-.6-.2-1.3-.2-1.9-.2-2.9,0-5.6,1.3-7.4,3.3l1.5,1.5c1.2-1.4,2.9-2.5,4.9-2.7,1-.1,1.9-.1,2.9.1,3.2.7,5.5,3.4,6.1,6.5l.2,1c0,.0667.0333.1.1.1l1.1.2c1.2.2,2.3.7,3.1,1.5,1.3,1.3,1.9,3.1,1.5,4.9-.5,2.5-2.5,4.3-5,4.5l1.5-1.6-1.5-1.3-4,4,4,4,1.4-1.4-1.6-1.6h0c3.5-.2,6.4-2.7,7.1-6.1.1-.5.1-.9.1-1.3,0-3.7-2.5-6.8-6.1-7.5h0Z"
1751
1720
  })), children);
1752
1721
  });
1753
1722
  if (process.env.NODE_ENV !== "production") {
1754
- IbmCloudHsm.propTypes = iconPropTypes4cbeb95d.i;
1723
+ IbmCloudBackupAndRecovery.propTypes = iconPropTypes4cbeb95d.i;
1755
1724
  }
1756
- const IbmCloudHyperProtectCryptoServices = /*#__PURE__*/React.forwardRef(function IbmCloudHyperProtectCryptoServices(_ref69, ref) {
1725
+ const IbmCloudBackupServiceVpc = /*#__PURE__*/React.forwardRef(function IbmCloudBackupServiceVpc(_ref69, ref) {
1757
1726
  let {
1758
1727
  children,
1759
1728
  size = 16,
@@ -1767,20 +1736,14 @@ const IbmCloudHyperProtectCryptoServices = /*#__PURE__*/React.forwardRef(functio
1767
1736
  viewBox: "0 0 32 32",
1768
1737
  fill: "currentColor",
1769
1738
  ...rest
1770
- }, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1771
- d: "M25,30l-2.1-1c-1.7-0.8-2.9-2.6-2.9-4.5V18h10v6.5c0,1.9-1.1,3.7-2.9,4.5L25,30z M22,20v4.5c0,1.2,0.7,2.2,1.7,2.7l1.3,0.6 l1.3-0.6c1-0.5,1.7-1.6,1.7-2.7V20H22z"
1772
- })), _circle41 || (_circle41 = /*#__PURE__*/React.createElement("circle", {
1773
- cx: "22",
1774
- cy: "10",
1775
- r: "2"
1776
- })), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1777
- d: "M21,2c-5,0-9,4-9,9c0,0.9,0.1,1.8,0.4,2.6L2,24v6h6l10-10l-1.4-1.4l-2.8,2.8L12.4,20L11,21.4l1.4,1.4l-1.6,1.6L9.4,23 L8,24.4l1.4,1.4L7.2,28H4v-3.2l9.8-9.8l0.8-0.8L14.3,13c-0.2-0.7-0.3-1.3-0.3-2c0-3.9,3.1-7,7-7s7,3.1,7,7c0,1.5-0.5,2.9-1.3,4h2.3 c0.6-1.2,0.9-2.6,0.9-4C30,6,26,2,21,2z"
1739
+ }, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1740
+ d: "M6,20h8v-2H6v-6h18V4c0-1.1045-.8955-2-2-2H6c-1.1045,0-2,.8955-2,2v22c0,1.1047.8955,2,2,2h8v-2H6v-6ZM6,4h16v6H6v-6ZM8,22.9999c0-.5523.4477-1,1-1s1,.4477,1,1-.4477,1-1,1-1-.4477-1-1ZM8,15c0-.5523.4477-1,1-1s1,.4477,1,1-.4477,1-1,1-1-.4477-1-1ZM8,7c0-.5523.4477-1,1-1s1,.4477,1,1-.4477,1-1,1-1-.4477-1-1ZM30,17h-3.4131c2.0405,1.2246,3.4131,3.4521,3.4131,6,0,3.8599-3.1401,7-7,7s-7-3.1401-7-7c0-1.8696.728-3.6274,2.0503-4.9497l1.4141,1.4141c-.9443.9443-1.4644,2.2002-1.4644,3.5356,0,2.7568,2.2432,5,5,5s5-2.2432,5-5c0-2.0449-1.2373-3.8025-3-4.5762v3.5762h-2v-7h7v2ZM8,23c0-.5523.4477-1,1-1s1,.4477,1,1-.4477,1-1,1-1-.4477-1-1ZM8,15c0-.5523.4477-1,1-1s1,.4477,1,1-.4477,1-1,1-1-.4477-1-1ZM8,7c0-.5523.4477-1,1-1s1,.4477,1,1-.4477,1-1,1-1-.4477-1-1ZM30,17h-3.4131c2.0405,1.2246,3.4131,3.4521,3.4131,6,0,3.8599-3.1401,7-7,7s-7-3.1401-7-7c0-1.8696.728-3.6274,2.0503-4.9497l1.4141,1.4141c-.9443.9443-1.4644,2.2002-1.4644,3.5356,0,2.7568,2.2432,5,5,5s5-2.2432,5-5c0-2.0449-1.2373-3.8025-3-4.5762v3.5762h-2v-7h7v2Z"
1778
1741
  })), children);
1779
1742
  });
1780
1743
  if (process.env.NODE_ENV !== "production") {
1781
- IbmCloudHyperProtectCryptoServices.propTypes = iconPropTypes4cbeb95d.i;
1744
+ IbmCloudBackupServiceVpc.propTypes = iconPropTypes4cbeb95d.i;
1782
1745
  }
1783
- const IbmCloudHyperProtectDbaas = /*#__PURE__*/React.forwardRef(function IbmCloudHyperProtectDbaas(_ref70, ref) {
1746
+ const IbmCloudBareMetalServer = /*#__PURE__*/React.forwardRef(function IbmCloudBareMetalServer(_ref70, ref) {
1784
1747
  let {
1785
1748
  children,
1786
1749
  size = 16,
@@ -1794,28 +1757,30 @@ const IbmCloudHyperProtectDbaas = /*#__PURE__*/React.forwardRef(function IbmClou
1794
1757
  viewBox: "0 0 32 32",
1795
1758
  fill: "currentColor",
1796
1759
  ...rest
1797
- }, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1798
- d: "M24,30l-2.1-1c-1.7-0.8-2.9-2.6-2.9-4.5V18h10v6.5c0,1.9-1.1,3.7-2.9,4.5L24,30z M21,20v4.5c0,1.2,0.7,2.2,1.7,2.7l1.3,0.6 l1.3-0.6c1-0.5,1.7-1.6,1.7-2.7V20H21z"
1799
- })), _circle42 || (_circle42 = /*#__PURE__*/React.createElement("circle", {
1800
- cx: "10",
1801
- cy: "23",
1760
+ }, _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
1761
+ cx: "9",
1762
+ cy: "26",
1802
1763
  r: "1"
1803
- })), _circle43 || (_circle43 = /*#__PURE__*/React.createElement("circle", {
1804
- cx: "10",
1805
- cy: "15",
1764
+ })), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1765
+ d: "m26,30H6c-1.1041-.0012-1.9988-.8959-2-2v-4c.0012-1.1041.8959-1.9988,2-2h20c1.1041.0012,1.9988.8959,2,2v4c-.0012,1.1041-.8959,1.9988-2,2Zm-20-6v4h20v-4H6Z"
1766
+ })), _circle36 || (_circle36 = /*#__PURE__*/React.createElement("circle", {
1767
+ cx: "9",
1768
+ cy: "16",
1806
1769
  r: "1"
1807
- })), _circle44 || (_circle44 = /*#__PURE__*/React.createElement("circle", {
1808
- cx: "10",
1809
- cy: "7",
1770
+ })), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1771
+ d: "m26,20H6c-1.1041-.0012-1.9988-.8959-2-2v-4c.0012-1.1041.8959-1.9988,2-2h20c1.1041.0012,1.9988.8959,2,2v4c-.0012,1.1041-.8959,1.9988-2,2ZM6,14v4h20v-4H6Z"
1772
+ })), _circle37 || (_circle37 = /*#__PURE__*/React.createElement("circle", {
1773
+ cx: "9",
1774
+ cy: "6",
1810
1775
  r: "1"
1811
- })), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1812
- d: "M23,2H7C5.9,2,5,2.9,5,4v22c0,1.1,0.9,2,2,2h9v-2H7v-6h9v-2H7v-6h16v3h2V4C25,2.9,24.1,2,23,2z M7,10V4h16v6H7z"
1776
+ })), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1777
+ d: "m26,10H6c-1.1041-.0012-1.9988-.8959-2-2v-4c.0012-1.1041.8959-1.9988,2-2h20c1.1041.0012,1.9988.8959,2,2v4c-.0012,1.1041-.8959,1.9988-2,2ZM6,4v4h20v-4H6Z"
1813
1778
  })), children);
1814
1779
  });
1815
1780
  if (process.env.NODE_ENV !== "production") {
1816
- IbmCloudHyperProtectDbaas.propTypes = iconPropTypes4cbeb95d.i;
1781
+ IbmCloudBareMetalServer.propTypes = iconPropTypes4cbeb95d.i;
1817
1782
  }
1818
- const IbmCloudHyperProtectVs = /*#__PURE__*/React.forwardRef(function IbmCloudHyperProtectVs(_ref71, ref) {
1783
+ const IbmCloudBareMetalServersVpc = /*#__PURE__*/React.forwardRef(function IbmCloudBareMetalServersVpc(_ref71, ref) {
1819
1784
  let {
1820
1785
  children,
1821
1786
  size = 16,
@@ -1829,16 +1794,26 @@ const IbmCloudHyperProtectVs = /*#__PURE__*/React.forwardRef(function IbmCloudHy
1829
1794
  viewBox: "0 0 32 32",
1830
1795
  fill: "currentColor",
1831
1796
  ...rest
1832
- }, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
1833
- d: "M20,18v6.5c0,1.9,1.1,3.7,2.9,4.5l2.1,1l2.1-1c1.7-0.8,2.9-2.6,2.9-4.5V18H20z M28,24.5c0,1.2-0.7,2.2-1.7,2.7L25,27.8 l-1.3-0.6c-1-0.5-1.7-1.6-1.7-2.7V20h6V24.5z"
1834
- })), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
1835
- d: "M25,2H5C3.9,2,3,2.9,3,4v22c0,1.1,0.9,2,2,2h11V4h9v11h2V4C27,2.9,26.1,2,25,2z M13.6,12.2L5,23.9V5.1L13.6,12.2z M6,26 l8-10.9V26H6z M14,9.9L6.8,4H14V9.9z"
1797
+ }, _circle38 || (_circle38 = /*#__PURE__*/React.createElement("circle", {
1798
+ cx: "9",
1799
+ cy: "26",
1800
+ r: "1"
1801
+ })), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1802
+ d: "M4 24v4c0 1.1.9 2 2 2h12v-2H6v-4h12v-2H6c-1.1 0-2 .9-2 2zM4 13v5c0 1.1.9 2 2 2h8v-2H6v-5h-2z"
1803
+ })), _circle39 || (_circle39 = /*#__PURE__*/React.createElement("circle", {
1804
+ cx: "9",
1805
+ cy: "16",
1806
+ r: "1"
1807
+ })), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1808
+ d: "M28 19v-5c0-1.1-.9-2-2-2h-8v2h8v5h2zM28 8v-4c0-1.1-.9-2-2-2h-12v2h12v4h-12v2h12c1.1 0 2-.9 2-2z"
1809
+ })), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1810
+ d: "m23.41,22l-13.41-13.41V2H2v8h6.59l13.41,13.41v6.59h8v-8h-6.59Zm-15.41-14h-4v-4h4v4Zm20,20h-4v-4h4v4Z"
1836
1811
  })), children);
1837
1812
  });
1838
1813
  if (process.env.NODE_ENV !== "production") {
1839
- IbmCloudHyperProtectVs.propTypes = iconPropTypes4cbeb95d.i;
1814
+ IbmCloudBareMetalServersVpc.propTypes = iconPropTypes4cbeb95d.i;
1840
1815
  }
1841
- const IbmCloudInternetServices = /*#__PURE__*/React.forwardRef(function IbmCloudInternetServices(_ref72, ref) {
1816
+ const IbmCloudCitrixDaas = /*#__PURE__*/React.forwardRef(function IbmCloudCitrixDaas(_ref72, ref) {
1842
1817
  let {
1843
1818
  children,
1844
1819
  size = 16,
@@ -1852,16 +1827,16 @@ const IbmCloudInternetServices = /*#__PURE__*/React.forwardRef(function IbmCloud
1852
1827
  viewBox: "0 0 32 32",
1853
1828
  fill: "currentColor",
1854
1829
  ...rest
1855
- }, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
1856
- d: "M27,22c-0.7,0-1.4,0.3-1.9,0.7l-5.2-3.1c0-0.2,0.1-0.4,0.1-0.6s0-0.4-0.1-0.6l5.2-3.1c0.5,0.4,1.2,0.7,1.9,0.7 c1.7,0,3-1.3,3-3s-1.3-3-3-3s-3,1.3-3,3c0,0.2,0,0.4,0.1,0.6l-5.2,3.1C18.4,16.3,17.7,16,17,16c-1.7,0-3,1.3-3,3s1.3,3,3,3 c0.7,0,1.4-0.3,1.9-0.7l5.2,3.1c0,0.2-0.1,0.4-0.1,0.6c0,1.7,1.3,3,3,3s3-1.3,3-3S28.7,22,27,22z M27,12c0.6,0,1,0.4,1,1s-0.4,1-1,1 s-1-0.4-1-1S26.4,12,27,12z M17,20c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S17.6,20,17,20z M27,26c-0.6,0-1-0.4-1-1s0.4-1,1-1 s1,0.4,1,1S27.6,26,27,26z"
1857
- })), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
1858
- d: "M19,25H8.5c-3,0-5.5-2.5-5.5-5.5c0-2.7,1.9-4.9,4.5-5.4l1.3-0.2l0.3-1.3C9.9,8.7,13.2,6,17,6c0.5,0,1,0,1.5,0.1 c1.6,0.3,3,1.1,4.2,2.2l1.4-1.4c-1.4-1.4-3.2-2.4-5.2-2.7C18.3,4.1,17.6,4,17,4c-4.7,0-8.9,3.3-9.8,8.1C3.6,12.8,1,15.9,1,19.5 C1,23.6,4.3,27,8.5,27H19V25z"
1830
+ }, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1831
+ d: "M19 23H23V27H19zM26 23H30V27H26zM19 16H23V20H19zM26 16H30V20H26z"
1832
+ })), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1833
+ d: "M16,4c-4.3,0-7.9,3-8.8,7.1c-3,0.6-5.2,3.3-5.2,6.4C2,21.1,4.9,24,8.5,24H16v-2H8.5C6,22,4,20,4,17.5c0-2.3,1.8-4.3,4.1-4.5 L9,13l0.1-0.8C9.5,8.6,12.5,6,16,6c3.9,0,7,3.1,7,7h2C25,8,21,4,16,4z"
1859
1834
  })), children);
1860
1835
  });
1861
1836
  if (process.env.NODE_ENV !== "production") {
1862
- IbmCloudInternetServices.propTypes = iconPropTypes4cbeb95d.i;
1837
+ IbmCloudCitrixDaas.propTypes = iconPropTypes4cbeb95d.i;
1863
1838
  }
1864
- const IbmCloudIpsecVpn = /*#__PURE__*/React.forwardRef(function IbmCloudIpsecVpn(_ref73, ref) {
1839
+ const IbmCloudCodeEngine = /*#__PURE__*/React.forwardRef(function IbmCloudCodeEngine(_ref73, ref) {
1865
1840
  let {
1866
1841
  children,
1867
1842
  size = 16,
@@ -1875,14 +1850,14 @@ const IbmCloudIpsecVpn = /*#__PURE__*/React.forwardRef(function IbmCloudIpsecVpn
1875
1850
  viewBox: "0 0 32 32",
1876
1851
  fill: "currentColor",
1877
1852
  ...rest
1878
- }, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
1879
- d: "M16 29c-.373 0-.7151-.2076-.8872-.5386l-2.0801-4 1.7744-.9229 1.1929 2.2939 4.3127-8.2938 1.7744.9226-5.2 10c-.1721.3311-.5142.5387-.8872.5387zM11 15.2783v-2.2783c0-2.2056-1.7944-4-4-4s-4 1.7944-4 4v2.2783c-.595.3467-1 .9849-1 1.7217v5c0 1.1025.897 2 2 2h6c1.103 0 2-.8975 2-2v-5c0-.7368-.405-1.375-1-1.7217zm-4-4.2783c1.103 0 2 .8975 2 2v2H5v-2c0-1.1025.897-2 2-2zm3 11H4v-5h6v5zM29 2h-9.2773c-.3464-.5952-.9841-1-1.7227-1-1.1045 0-2 .8955-2 2s.8955 2 2 2c.7385 0 1.3762-.4048 1.7227-1h7.6304l-4.1697 8.0186c-.0613-.0059-.1206-.0186-.1833-.0186-1.1045 0-2 .8955-2 2s.8955 2 2 2 2-.8955 2-2c0-.2881-.0635-.5601-.1729-.8076L29.8872 3.4614c.02-.0439.1128-.2104.1128-.4614 0-.5522-.4478-1-1-1zM3 2c-.5522 0-1 .4478-1 1 0 .2509.0929.4177.1128.4614l1.8401 3.5386h2.2542l-1.5601-3H14V2H3z"
1853
+ }, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1854
+ d: "M22,20v7.923c0,.595-.482,1.077-1.077,1.077h-11.846c-.595,0-1.077-.482-1.077-1.077v-4.923H2v-2h6v-4.923c0-.595.482-1.077,1.077-1.077h3.923v2h-3v10h10v-7h2ZM13,8H2v2h11v-2ZM29,17c.553,0,1-.447,1-1V4c0-.552-.447-1-1-1h-12c-.553,0-1,.448-1,1v12c0,.553.447,1,1,1h12M18,5h10v10h-10V5Z"
1880
1855
  })), children);
1881
1856
  });
1882
1857
  if (process.env.NODE_ENV !== "production") {
1883
- IbmCloudIpsecVpn.propTypes = iconPropTypes4cbeb95d.i;
1858
+ IbmCloudCodeEngine.propTypes = iconPropTypes4cbeb95d.i;
1884
1859
  }
1885
- const IbmCloudKeyProtect = /*#__PURE__*/React.forwardRef(function IbmCloudKeyProtect(_ref74, ref) {
1860
+ const IbmCloudContinuousDelivery = /*#__PURE__*/React.forwardRef(function IbmCloudContinuousDelivery(_ref74, ref) {
1886
1861
  let {
1887
1862
  children,
1888
1863
  size = 16,
@@ -1896,16 +1871,16 @@ const IbmCloudKeyProtect = /*#__PURE__*/React.forwardRef(function IbmCloudKeyPro
1896
1871
  viewBox: "0 0 32 32",
1897
1872
  fill: "currentColor",
1898
1873
  ...rest
1899
- }, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
1900
- d: "M26,14.1V2h-5v2h3v2h-3v2h3v6.1c-1.7,0.4-3,2-3,3.9c0,2.2,1.8,4,4,4s4-1.8,4-4C29,16.1,27.7,14.6,26,14.1z M25,20 c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2s2,0.9,2,2C27,19.1,26.1,20,25,20z"
1901
- })), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
1902
- d: "M15,31l-5.5-3.2c-3.4-2-5.5-5.6-5.5-9.5V4c0-1.1,0.9-2,2-2h12v2H6v14.3c0,3.2,1.7,6.2,4.5,7.8l4.5,2.7l4.5-2.7 c1.1-0.7,2.1-1.5,2.8-2.6l1.6,1.1c-0.9,1.3-2.1,2.4-3.5,3.2L15,31z"
1874
+ }, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1875
+ d: "M23,1l-6,6,1.4146,1.4023,3.5854-3.584V21H10V10h-2v11c0,1.1025,.8972,2,2,2h12c1.1028,0,2-.8975,2-2V4.8154l3.5859,3.5869,1.4141-1.4023L23,1Z"
1876
+ })), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1877
+ d: "M18.5 19h-5c-.8271 0-1.5-.6729-1.5-1.5v-5c0-.8271.6729-1.5 1.5-1.5h5c.8271 0 1.5.6729 1.5 1.5v5c0 .8271-.6729 1.5-1.5 1.5zm-4.5-2h4v-4h-4v4zM16 31v-2c7.1682 0 13-5.8318 13-13 0-1.2648-.1812-2.5145-.5383-3.7147l1.917-.5706c.4124 1.3855.6213 2.8273.6213 4.2853 0 8.271-6.729 15-15 15zM1.6213 20.2853c-.4124-1.3855-.6213-2.8273-.6213-4.2853C1 7.729 7.729 1 16 1V3c-7.1682 0-13 5.8318-13 13 0 1.2648.1812 2.5145.5383 3.7147l-1.917.5706z"
1903
1878
  })), children);
1904
1879
  });
1905
1880
  if (process.env.NODE_ENV !== "production") {
1906
- IbmCloudKeyProtect.propTypes = iconPropTypes4cbeb95d.i;
1881
+ IbmCloudContinuousDelivery.propTypes = iconPropTypes4cbeb95d.i;
1907
1882
  }
1908
- const IbmCloudKubernetesService = /*#__PURE__*/React.forwardRef(function IbmCloudKubernetesService(_ref75, ref) {
1883
+ const IbmCloudDatabases = /*#__PURE__*/React.forwardRef(function IbmCloudDatabases(_ref75, ref) {
1909
1884
  let {
1910
1885
  children,
1911
1886
  size = 16,
@@ -1919,16 +1894,14 @@ const IbmCloudKubernetesService = /*#__PURE__*/React.forwardRef(function IbmClou
1919
1894
  viewBox: "0 0 32 32",
1920
1895
  fill: "currentColor",
1921
1896
  ...rest
1922
- }, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
1923
- d: "M16,23c-0.2,0-0.4,0-0.5-0.1l-5-3C10.2,19.7,10,19.4,10,19v-6c0-0.4,0.2-0.7,0.5-0.9l5-3C15.6,9,15.8,9,16,9 c0.2,0,0.4,0,0.5,0.1l5,3c0.3,0.2,0.5,0.5,0.5,0.9v6c0,0.4-0.2,0.7-0.5,0.9l-5,3C16.4,23,16.2,23,16,23z M12,18.4l4,2.4l4-2.4v-4.9 l-4-2.4l-4,2.4V18.4z"
1924
- })), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
1925
- d: "M16,31c-0.2,0-0.3,0-0.5-0.1l-12-7C3.2,23.7,3,23.4,3,23V9c0-0.4,0.2-0.7,0.5-0.9l12-7C15.7,1,15.8,1,16,1 c0.2,0,0.3,0,0.5,0.1l12,7l-1,1.7L16,3.2L5,9.6v12.9l11,6.4l11-6.4V15h2v8c0,0.4-0.2,0.7-0.5,0.9l-12,7C16.3,31,16.2,31,16,31z"
1897
+ }, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1898
+ d: "M21,3h-10c-1.1,0-2,.9-2,2v22c0,1.1.9,2,2,2h10c1.1,0,2-.9,2-2V5c0-1.1-.9-2-2-2ZM11,5h10v6h-10v-6ZM11,13h10v6h-10v-6ZM11,27v-6h10v6h-10ZM2,10v16c0,1.1.9,2,2,2h3v-2h-3v-4h3v-2h-3v-4h3v-2h-3v-4h3v-2h-3c-1.1,0-2,.9-2,2ZM28,8h-3v2h3v4h-3v2h3v4h-3v2h3v4h-3v2h3c1.1,0,2-.9,2-2V10c0-1.1-.9-2-2-2ZM14,9c-.55,0-1-.45-1-1s.45-1,1-1,1,.45,1,1-.45,1-1,1ZM14,17c-.55,0-1-.45-1-1s.45-1,1-1,1,.45,1,1-.45,1-1,1ZM14,25c-.55,0-1-.45-1-1s.45-1,1-1,1,.45,1,1-.45,1-1,1Z"
1926
1899
  })), children);
1927
1900
  });
1928
1901
  if (process.env.NODE_ENV !== "production") {
1929
- IbmCloudKubernetesService.propTypes = iconPropTypes4cbeb95d.i;
1902
+ IbmCloudDatabases.propTypes = iconPropTypes4cbeb95d.i;
1930
1903
  }
1931
- const IbmCloudLogging = /*#__PURE__*/React.forwardRef(function IbmCloudLogging(_ref76, ref) {
1904
+ const IbmCloudDedicatedHost = /*#__PURE__*/React.forwardRef(function IbmCloudDedicatedHost(_ref76, ref) {
1932
1905
  let {
1933
1906
  children,
1934
1907
  size = 16,
@@ -1942,18 +1915,24 @@ const IbmCloudLogging = /*#__PURE__*/React.forwardRef(function IbmCloudLogging(_
1942
1915
  viewBox: "0 0 32 32",
1943
1916
  fill: "currentColor",
1944
1917
  ...rest
1945
- }, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
1946
- d: "M24.4,10c0.3,0.5,0.7,0.9,1.3,1.2l1.3,0.6l1.3-0.6c1-0.5,1.7-1.6,1.7-2.7V4h-3V2h5v6.5c0,1.9-1.1,3.7-2.9,4.5l-2.2,1l-2.1-1 c-1.3-0.6-2.2-1.7-2.6-3H24.4z"
1947
- })), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
1948
- d: "M16 6H24V8H16zM16 2H24V4H16z"
1949
- })), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
1950
- d: "M28,16v6H4V6h10V4H4C2.9,4,2,4.9,2,6v16c0,1.1,0.9,2,2,2h8v4H8v2h16v-2h-4v-4h8c1.1,0,2-0.9,2-2v-6H28z M18,28h-4v-4h4V28z"
1918
+ }, _circle40 || (_circle40 = /*#__PURE__*/React.createElement("circle", {
1919
+ cx: "9",
1920
+ cy: "6",
1921
+ r: "1"
1922
+ })), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1923
+ d: "M26 2H6A2 2 0 004 4V8a2 2 0 002 2h9v4h2V10h9a2 2 0 002-2V4A2 2 0 0026 2zm0 6H6V4H26zM17 28L17 26 15 26 15 28 4 28 4 30 28 30 28 28 17 28z"
1924
+ })), _circle41 || (_circle41 = /*#__PURE__*/React.createElement("circle", {
1925
+ cx: "9",
1926
+ cy: "20",
1927
+ r: "1"
1928
+ })), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
1929
+ d: "M6,24H26a2,2,0,0,0,2-2V18a2,2,0,0,0-2-2H6a2,2,0,0,0-2,2v4A2,2,0,0,0,6,24Zm0-6H26v4H6Z"
1951
1930
  })), children);
1952
1931
  });
1953
1932
  if (process.env.NODE_ENV !== "production") {
1954
- IbmCloudLogging.propTypes = iconPropTypes4cbeb95d.i;
1933
+ IbmCloudDedicatedHost.propTypes = iconPropTypes4cbeb95d.i;
1955
1934
  }
1956
- const IbmCloudMassDataMigration = /*#__PURE__*/React.forwardRef(function IbmCloudMassDataMigration(_ref77, ref) {
1935
+ const IbmCloudDirectLink_1Connect = /*#__PURE__*/React.forwardRef(function IbmCloudDirectLink_1Connect(_ref77, ref) {
1957
1936
  let {
1958
1937
  children,
1959
1938
  size = 16,
@@ -1967,16 +1946,18 @@ const IbmCloudMassDataMigration = /*#__PURE__*/React.forwardRef(function IbmClou
1967
1946
  viewBox: "0 0 32 32",
1968
1947
  fill: "currentColor",
1969
1948
  ...rest
1970
- }, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
1971
- d: "M22 30H10c-1.1 0-2-.9-2-2v-3h2v3h12v-3h2v3C24 29.1 23.1 30 22 30zM15 14.8L15 25 17 25 17 14.8 19.6 17.4 21 16 16 11 11 16 12.4 17.4z"
1972
- })), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
1973
- d: "M24.8,9.1C23.9,5,20.3,2,16,2S8.1,5,7.2,9.1C4.2,9.7,2,12.4,2,15.5C2,19.1,4.9,22,8.5,22H12v-2H8.5C6,20,4,18,4,15.5 c0-2.3,1.8-4.3,4.1-4.5L9,11l0.1-0.8C9.5,6.6,12.5,4,16,4c3.5,0,6.5,2.6,6.9,6.1L23,11l0.8,0.1c2.3,0.2,4.1,2.2,4.1,4.5 c0,2.5-2,4.5-4.5,4.5H20v2h3.5c3.6,0,6.5-2.9,6.5-6.5C30,12.4,27.8,9.7,24.8,9.1z"
1949
+ }, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
1950
+ d: "M27,29H13c-1.1,0-2-0.9-2-2v-4h2v4h14V13h-4v-2h4c1.1,0,2,0.9,2,2v14C29,28.1,28.1,29,27,29z"
1951
+ })), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
1952
+ d: "M20,17c-0.5,0-0.9,0.1-1.3,0.3l-4-4c0.2-0.4,0.3-0.8,0.3-1.3c0-1.7-1.3-3-3-3s-3,1.3-3,3s1.3,3,3,3c0.5,0,0.9-0.1,1.3-0.3 l4,4C17.1,19.1,17,19.5,17,20c0,1.7,1.3,3,3,3s3-1.3,3-3S21.7,17,20,17z M11,12c0-0.6,0.4-1,1-1s1,0.4,1,1s-0.4,1-1,1S11,12.6,11,12 z M20,21c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S20.6,21,20,21z"
1953
+ })), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
1954
+ d: "M5,3h14c1.1,0,2,0.9,2,2v4h-2V5H5v14h4v2H5c-1.1,0-2-0.9-2-2V5C3,3.9,3.9,3,5,3z"
1974
1955
  })), children);
1975
1956
  });
1976
1957
  if (process.env.NODE_ENV !== "production") {
1977
- IbmCloudMassDataMigration.propTypes = iconPropTypes4cbeb95d.i;
1958
+ IbmCloudDirectLink_1Connect.propTypes = iconPropTypes4cbeb95d.i;
1978
1959
  }
1979
- const IbmCloudObservability = /*#__PURE__*/React.forwardRef(function IbmCloudObservability(_ref78, ref) {
1960
+ const IbmCloudDirectLink_1Dedicated = /*#__PURE__*/React.forwardRef(function IbmCloudDirectLink_1Dedicated(_ref78, ref) {
1980
1961
  let {
1981
1962
  children,
1982
1963
  size = 16,
@@ -1990,14 +1971,18 @@ const IbmCloudObservability = /*#__PURE__*/React.forwardRef(function IbmCloudObs
1990
1971
  viewBox: "0 0 32 32",
1991
1972
  fill: "currentColor",
1992
1973
  ...rest
1993
- }, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
1994
- d: "M26,15h5v2h-5v-2ZM26,23h5v2h-5v-2ZM18,17.18l-2.59-2.59-1.41,1.41,4,4,6-6-1.41-1.41-4.59,4.59ZM18,25.18l-2.59-2.59-1.41,1.41,4,4,6-6-1.41-1.41-4.59,4.59ZM11,25h-2.5c-3.0327,0-5.5-2.4678-5.5-5.5,0-2.8779,2.25-5.2852,5.1231-5.4795l.8769-.0205.0493-.8701c.4395-4.0645,3.8579-7.1299,7.9507-7.1299,3.0596,0,5.8066,1.7031,7.169,4.4448l1.791-.8906c-1.7031-3.4258-5.1358-5.5542-8.96-5.5542-4.8477,0-8.938,3.4399-9.8218,8.124-3.5234.6294-6.1782,3.7246-6.1782,7.376,0,4.1357,3.3643,7.5,7.5,7.5h2.5v-2Z"
1974
+ }, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
1975
+ d: "M27,29H13c-1.1,0-2-0.9-2-2v-4h2v4h14V13h-4v-2h4c1.1,0,2,0.9,2,2v14C29,28.1,28.1,29,27,29z"
1976
+ })), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
1977
+ d: "M19,21h-6c-1.1,0-2-0.9-2-2v-6c0-1.1,0.9-2,2-2h6c1.1,0,2,0.9,2,2v6C21,20.1,20.1,21,19,21z M13,13v6h6l0-6H13z"
1978
+ })), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
1979
+ d: "M5,3h14c1.1,0,2,0.9,2,2v4h-2V5H5v14h4v2H5c-1.1,0-2-0.9-2-2V5C3,3.9,3.9,3,5,3z"
1995
1980
  })), children);
1996
1981
  });
1997
1982
  if (process.env.NODE_ENV !== "production") {
1998
- IbmCloudObservability.propTypes = iconPropTypes4cbeb95d.i;
1983
+ IbmCloudDirectLink_1Dedicated.propTypes = iconPropTypes4cbeb95d.i;
1999
1984
  }
2000
- const IbmCloudPal = /*#__PURE__*/React.forwardRef(function IbmCloudPal(_ref79, ref) {
1985
+ const IbmCloudDirectLink_1DedicatedHosting = /*#__PURE__*/React.forwardRef(function IbmCloudDirectLink_1DedicatedHosting(_ref79, ref) {
2001
1986
  let {
2002
1987
  children,
2003
1988
  size = 16,
@@ -2011,18 +1996,18 @@ const IbmCloudPal = /*#__PURE__*/React.forwardRef(function IbmCloudPal(_ref79, r
2011
1996
  viewBox: "0 0 32 32",
2012
1997
  fill: "currentColor",
2013
1998
  ...rest
2014
- }, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2015
- strokeWidth: "0",
2016
- d: "m30.5093,17.6895l-6-3.5498c-.1572-.0933-.333-.1396-.5093-.1396s-.3521.0464-.5093.1396l-6,3.5498c-.3042.1797-.4907.5068-.4907.8604v6.9004c0,.3535.1865.6807.4907.8604l6,3.5498c.1572.0933.333.1396.5093.1396s.3521-.0464.5093-.1396l6-3.5498c.3042-.1797.4907-.5068.4907-.8604v-6.9004c0-.3535-.1865-.6807-.4907-.8604Zm-1.5093,7.1904l-5,2.958-5-2.958v-5.7598l5-2.958,5,2.958v5.7598Z"
2017
- })), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2018
- strokeWidth: "0",
2019
- d: "m14,26h-5c-4.4111,0-8-3.5889-8-8,0-3.7183,2.5986-6.9365,6.1577-7.7783.8438-4.7368,4.9497-8.2217,9.8423-8.2217,5.5137,0,10,4.4858,10,10h-2c0-4.4111-3.5889-8-8-8-4.1177,0-7.5386,3.084-7.9575,7.1743l-.0801.7822-.7793.1064c-2.9551.4033-5.1831,2.9556-5.1831,5.937,0,3.3086,2.6914,6,6,6h5v2Z"
1999
+ }, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
2000
+ d: "M27,29H13c-1.1,0-2-0.9-2-2v-4h2v4h14V13h-4v-2h4c1.1,0,2,0.9,2,2v14C29,28.1,28.1,29,27,29z"
2001
+ })), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
2002
+ d: "M11 19H21V21H11zM11 15H21V17H11zM11 11H21V13H11z"
2003
+ })), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
2004
+ d: "M5,3h14c1.1,0,2,0.9,2,2v4h-2V5H5v14h4v2H5c-1.1,0-2-0.9-2-2V5C3,3.9,3.9,3,5,3z"
2020
2005
  })), children);
2021
2006
  });
2022
2007
  if (process.env.NODE_ENV !== "production") {
2023
- IbmCloudPal.propTypes = iconPropTypes4cbeb95d.i;
2008
+ IbmCloudDirectLink_1DedicatedHosting.propTypes = iconPropTypes4cbeb95d.i;
2024
2009
  }
2025
- const IbmCloudPrivilegedAccessGateway = /*#__PURE__*/React.forwardRef(function IbmCloudPrivilegedAccessGateway(_ref80, ref) {
2010
+ const IbmCloudDirectLink_1Exchange = /*#__PURE__*/React.forwardRef(function IbmCloudDirectLink_1Exchange(_ref80, ref) {
2026
2011
  let {
2027
2012
  children,
2028
2013
  size = 16,
@@ -2036,16 +2021,18 @@ const IbmCloudPrivilegedAccessGateway = /*#__PURE__*/React.forwardRef(function I
2036
2021
  viewBox: "0 0 32 32",
2037
2022
  fill: "currentColor",
2038
2023
  ...rest
2039
- }, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2040
- d: "M32 23L27 28 25.6 26.6 28.2 24 20 24 20 22 28.2 22 25.6 19.4 27 18z"
2041
- })), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2042
- d: "M25.5,2.7C25.1,2.3,24.6,2,24,2h-2.7c-0.6,0-1.1,0.3-1.3,0.8L19.4,4H18V3.5C18,2.7,17.3,2,16.5,2h-5C10.7,2,10,2.7,10,3.5V4 H8.6L8,2.8C7.8,2.3,7.3,2,6.7,2H4C3.4,2,2.9,2.3,2.5,2.7C2.1,3.2,1.9,3.8,2,4.4l0.7,4.1C3,9.9,4.2,11,5.7,11H6v12c-1.7,0-3,1.3-3,3 v4h19v-2h-5v-7c0-1.7-1.3-3-3-3s-3,1.3-3,3v7H5v-2c0-0.6,0.4-1,1-1h2V11h12v7h2v-7h0.3c1.5,0,2.7-1.1,3-2.5L26,4.4 C26.1,3.8,25.9,3.2,25.5,2.7z M13,21c0-0.6,0.4-1,1-1s1,0.4,1,1v7h-2V21z M23.3,8.2c-0.1,0.5-0.5,0.8-1,0.8H5.7 c-0.5,0-0.9-0.4-1-0.8L4,4h2.4l1,2H12V4h4v2h4.6l1-2L24,4L23.3,8.2z"
2024
+ }, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
2025
+ d: "M27,29H13c-1.1,0-2-0.9-2-2v-4h2v4h14V13h-4v-2h4c1.1,0,2,0.9,2,2v14C29,28.1,28.1,29,27,29z"
2026
+ })), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2027
+ d: "M19 15L19 19 15 19 15 21 21 21 21 15zM17 11L11 11 11 17 13 17 13 13 17 13z"
2028
+ })), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2029
+ d: "M5,3h14c1.1,0,2,0.9,2,2v4h-2V5H5v14h4v2H5c-1.1,0-2-0.9-2-2V5C3,3.9,3.9,3,5,3z"
2043
2030
  })), children);
2044
2031
  });
2045
2032
  if (process.env.NODE_ENV !== "production") {
2046
- IbmCloudPrivilegedAccessGateway.propTypes = iconPropTypes4cbeb95d.i;
2033
+ IbmCloudDirectLink_1Exchange.propTypes = iconPropTypes4cbeb95d.i;
2047
2034
  }
2048
- const IbmCloudProjects = /*#__PURE__*/React.forwardRef(function IbmCloudProjects(_ref81, ref) {
2035
+ const IbmCloudDirectLink_2Connect = /*#__PURE__*/React.forwardRef(function IbmCloudDirectLink_2Connect(_ref81, ref) {
2049
2036
  let {
2050
2037
  children,
2051
2038
  size = 16,
@@ -2059,14 +2046,16 @@ const IbmCloudProjects = /*#__PURE__*/React.forwardRef(function IbmCloudProjects
2059
2046
  viewBox: "0 0 32 32",
2060
2047
  fill: "currentColor",
2061
2048
  ...rest
2062
- }, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2063
- d: "M30 18h-10v6.4678c0 1.9229 1.1231 3.6973 2.8613 4.5195l2.1387 1.0127 2.1387-1.0127c1.7383-.8223 2.8613-2.5967 2.8613-4.5195v-6.4678h0zm-5 9.7861l-1.2832-.6074c-1.043-.4932-1.7168-1.5576-1.7168-2.7109v-4.4678h6v4.4678c0 1.1533-.6738 2.2178-1.7168 2.7109l-1.2832.6074h0zM17 18H5c-1.1045 0-2 .8954-2 2v5c0 1.1045.8955 2 2 2h12v-2H5v-5h12v-2h0zM27 4h-5c-1.1045 0-2 .8954-2 2v9h2V6h5v9h2V6c0-1.1046-.8955-2-2-2h0zM15 4H5c-1.1045 0-2 .8954-2 2v7c0 1.1045.8955 2 2 2h10c1.1045 0 2-.8955 2-2v-7c0-1.1046-.8955-2-2-2h0zM5 13v-7h10v7H5z"
2049
+ }, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2050
+ d: "M17.2,13c0.4,1.2,1.5,2,2.8,2c1.7,0,3-1.3,3-3s-1.3-3-3-3c-1.3,0-2.4,0.8-2.8,2H5c-1.1,0-2,0.9-2,2v6H0v2h3v6 c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2v-4h-2v4H5V13H17.2z M20,11c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S19.4,11,20,11z"
2051
+ })), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2052
+ d: "M29,11V5c0-1.1-0.9-2-2-2H13c-1.1,0-2,0.9-2,2v4h2V5h14v14H14.8c-0.4-1.2-1.5-2-2.8-2c-1.7,0-3,1.3-3,3s1.3,3,3,3 c1.3,0,2.4-0.8,2.8-2H27c1.1,0,2-0.9,2-2v-6h3v-2H29z M12,21c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S12.6,21,12,21z"
2064
2053
  })), children);
2065
2054
  });
2066
2055
  if (process.env.NODE_ENV !== "production") {
2067
- IbmCloudProjects.propTypes = iconPropTypes4cbeb95d.i;
2056
+ IbmCloudDirectLink_2Connect.propTypes = iconPropTypes4cbeb95d.i;
2068
2057
  }
2069
- const IbmCloudResiliency = /*#__PURE__*/React.forwardRef(function IbmCloudResiliency(_ref82, ref) {
2058
+ const IbmCloudDirectLink_2Dedicated = /*#__PURE__*/React.forwardRef(function IbmCloudDirectLink_2Dedicated(_ref82, ref) {
2070
2059
  let {
2071
2060
  children,
2072
2061
  size = 16,
@@ -2080,16 +2069,16 @@ const IbmCloudResiliency = /*#__PURE__*/React.forwardRef(function IbmCloudResili
2080
2069
  viewBox: "0 0 32 32",
2081
2070
  fill: "currentColor",
2082
2071
  ...rest
2083
- }, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2084
- d: "M24 24v6h6v-6h-6zm4 4h-2v-2h2v2zM2 30h6v-6H2v6zm2-4h2v2h-2v-2z"
2085
- })), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2086
- d: "M26 15h-9v-6.1631c1.4407-.4336 2.5-1.7571 2.5-3.3369 0-1.9297-1.5703-3.5-3.5-3.5s-3.5 1.5703-3.5 3.5c0 1.5798 1.0593 2.9033 2.5 3.3369v6.1631H6c-1.1025 0-2 .8972-2 2v5h2v-5h9v7h-2v6h6v-6h-2v-7h9v5h2v-5c0-1.1028-.8975-2-2-2zM14.5 5.5c0-.8271.6729-1.5 1.5-1.5s1.5.6729 1.5 1.5-.6729 1.5-1.5 1.5-1.5-.6729-1.5-1.5zm2.5 22.5h-2v-2h2v2zM26.5 9c1.9297 0 3.5-1.5703 3.5-3.5s-1.5703-3.5-3.5-3.5-3.5 1.5703-3.5 3.5 1.5703 3.5 3.5 3.5zm0-5c.8271 0 1.5.6729 1.5 1.5s-.6729 1.5-1.5 1.5-1.5-.6729-1.5-1.5.6729-1.5 1.5-1.5zM5.5 9c1.9297 0 3.5-1.5703 3.5-3.5s-1.5703-3.5-3.5-3.5-3.5 1.5703-3.5 3.5 1.5703 3.5 3.5 3.5zm0-5c.8271 0 1.5.6729 1.5 1.5s-.6729 1.5-1.5 1.5-1.5-.6729-1.5-1.5.6729-1.5 1.5-1.5z"
2072
+ }, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2073
+ d: "M32,11h-3V5c0-1.1-0.9-2-2-2H13c-1.1,0-2,0.9-2,2v4h2V5h14v14H13v-4h-2v4c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2v-6h3V11z"
2074
+ })), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2075
+ d: "M21,17v-4c0-1.1-0.9-2-2-2H5c-1.1,0-2,0.9-2,2v6H0v2h3v6c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2v-4h-2v4H5V13h14v4H21z"
2087
2076
  })), children);
2088
2077
  });
2089
2078
  if (process.env.NODE_ENV !== "production") {
2090
- IbmCloudResiliency.propTypes = iconPropTypes4cbeb95d.i;
2079
+ IbmCloudDirectLink_2Dedicated.propTypes = iconPropTypes4cbeb95d.i;
2091
2080
  }
2092
- const IbmCloudSecretsManager = /*#__PURE__*/React.forwardRef(function IbmCloudSecretsManager(_ref83, ref) {
2081
+ const IbmCloudDirectLink_2DedicatedHosting = /*#__PURE__*/React.forwardRef(function IbmCloudDirectLink_2DedicatedHosting(_ref83, ref) {
2093
2082
  let {
2094
2083
  children,
2095
2084
  size = 16,
@@ -2103,16 +2092,18 @@ const IbmCloudSecretsManager = /*#__PURE__*/React.forwardRef(function IbmCloudSe
2103
2092
  viewBox: "0 0 32 32",
2104
2093
  fill: "currentColor",
2105
2094
  ...rest
2106
- }, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2107
- d: "M20,16c0-0.7-0.2-1.4-0.6-2l3.3-3.3l-1.4-1.4L18,12.6c-0.6-0.4-1.3-0.6-2-0.6c-0.7,0-1.4,0.2-2,0.6l-3.3-3.3l-1.4,1.4 l3.3,3.3c-0.4,0.6-0.6,1.3-0.6,2c0,0.7,0.2,1.4,0.6,2l-3.3,3.3l1.4,1.4l3.3-3.3c0.6,0.4,1.3,0.6,2,0.6c0.7,0,1.4-0.2,2-0.6l3.3,3.3 l1.4-1.4L19.4,18C19.8,17.4,20,16.7,20,16z M16,18c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C18,17.1,17.1,18,16,18z"
2108
- })), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2109
- d: "M26,17h6v-2h-2.1C29.4,7.7,23.4,2,16,2C8.3,2,2,8.3,2,16s6.3,14,14,14c5.2,0,9.7-2.8,12.1-7l-1.7-1c-2.1,3.6-5.9,6-10.4,6 C9.4,28,4,22.6,4,16C4,9.4,9.4,4,16,4c6.3,0,11.4,4.9,11.9,11H26V17z"
2095
+ }, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2096
+ d: "M19,27H5V13h4v-2H5c-1.1,0-2,0.9-2,2v6H0v2h3v6c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2v-4h-2V27z"
2097
+ })), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2098
+ d: "M11 19H21V21H11zM11 15H21V17H11zM11 11H21V13H11z"
2099
+ })), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2100
+ d: "M29,11V5c0-1.1-0.9-2-2-2H13c-1.1,0-2,0.9-2,2v4h2V5h14v14h-4v2h4c1.1,0,2-0.9,2-2v-6h3v-2H29z"
2110
2101
  })), children);
2111
2102
  });
2112
2103
  if (process.env.NODE_ENV !== "production") {
2113
- IbmCloudSecretsManager.propTypes = iconPropTypes4cbeb95d.i;
2104
+ IbmCloudDirectLink_2DedicatedHosting.propTypes = iconPropTypes4cbeb95d.i;
2114
2105
  }
2115
- const IbmCloudSecurity = /*#__PURE__*/React.forwardRef(function IbmCloudSecurity(_ref84, ref) {
2106
+ const IbmCloudEssentialSecurityAndObservabilityServices = /*#__PURE__*/React.forwardRef(function IbmCloudEssentialSecurityAndObservabilityServices(_ref84, ref) {
2116
2107
  let {
2117
2108
  children,
2118
2109
  size = 16,
@@ -2126,14 +2117,14 @@ const IbmCloudSecurity = /*#__PURE__*/React.forwardRef(function IbmCloudSecurity
2126
2117
  viewBox: "0 0 32 32",
2127
2118
  fill: "currentColor",
2128
2119
  ...rest
2129
- }, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2130
- d: "M26,23h-8c-2.21,0-4-1.79-4-4,0-1.85,1.28-3.46,3.08-3.89.42-2.33,2.47-4.11,4.92-4.11s4.5,1.77,4.92,4.11c1.8.43,3.08,2.04,3.08,3.89,0,2.21-1.79,4-4,4ZM18,21h8c1.1,0,2-.9,2-2s-.9-2-2-2h-1v-1c0-1.65-1.35-3-3-3s-3,1.35-3,3v1h-1c-1.1,0-2,.9-2,2s.9,2,2,2ZM24,2H6c-1.1,0-2,.9-2,2v14.3c0,3.9,2.1,7.5,5.5,9.5l5.5,3.2,5.4-3.2c.5-.29.97-.62,1.42-.98l-1.37-1.37c-.3.23-.62.45-.94.66l-4.5,2.7-4.5-2.7c-2.8-1.6-4.5-4.6-4.5-7.8V4h18v5h2v-5c0-1.1-.9-2-2-2h-.01Z"
2120
+ }, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2121
+ d: "M16,5.0002v-2c7.168,0,13,5.832,13,13h-2c0-6.0654-4.9346-11-11-11ZM16,27c-6.0654,0-11-4.9344-11-10.9998h-2c0,7.168,5.832,12.9998,13,12.9998h2v-1.9999h-2ZM4.2769,12.3044l-1.8389,1.0618-1-1.7324,1.8396-1.0623c-.1661-.4971-.2776-1.0193-.2776-1.5715s.1115-1.0745.2776-1.5715l-1.8396-1.0623,1-1.7324,1.8389,1.0618c.7053-.7937,1.6443-1.3745,2.7231-1.5945v-2.1011h2v2.1011c1.0788.22,2.0178.8008,2.7231,1.5945l1.8389-1.0618,1,1.7324-1.8396,1.0623c.1661.4971.2776,1.0193.2776,1.5715s-.1115,1.0745-.2776,1.5715l1.8396,1.0623-1,1.7324-1.8389-1.0618c-.7053.7937-1.6443,1.3745-2.7231,1.5945v2.1011h-2v-2.1011c-1.0788-.22-2.0178-.8008-2.7231-1.5945ZM5,9c0,1.6543,1.3457,3,3,3s3-1.3457,3-3-1.3457-3-3-3-3,1.3457-3,3ZM30,18v6.4678c0,1.9238-1.123,3.6973-2.8613,4.5195l-2.1387,1.0127-2.1387-1.0117c-1.7383-.8232-2.8613-2.5977-2.8613-4.5205v-6.4678h10ZM28,20h-6v4.4678c0,1.1543.6738,2.2188,1.7168,2.7119l1.2832.6074,1.2832-.6074c1.043-.4932,1.7168-1.5576,1.7168-2.7119v-4.4678Z"
2131
2122
  })), children);
2132
2123
  });
2133
2124
  if (process.env.NODE_ENV !== "production") {
2134
- IbmCloudSecurity.propTypes = iconPropTypes4cbeb95d.i;
2125
+ IbmCloudEssentialSecurityAndObservabilityServices.propTypes = iconPropTypes4cbeb95d.i;
2135
2126
  }
2136
- const IbmCloudSecurityComplianceCenter = /*#__PURE__*/React.forwardRef(function IbmCloudSecurityComplianceCenter(_ref85, ref) {
2127
+ const IbmCloudEventNotification = /*#__PURE__*/React.forwardRef(function IbmCloudEventNotification(_ref85, ref) {
2137
2128
  let {
2138
2129
  children,
2139
2130
  size = 16,
@@ -2147,16 +2138,14 @@ const IbmCloudSecurityComplianceCenter = /*#__PURE__*/React.forwardRef(function
2147
2138
  viewBox: "0 0 32 32",
2148
2139
  fill: "currentColor",
2149
2140
  ...rest
2150
- }, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2151
- d: "M30,18v5.5c0,1.5-0.9,2.8-2.3,3.5L26,27.8 L24.3,27c-1.4-0.6-2.3-2-2.3-3.5V18H30 M32,16H20v7.5c0,2.2,1.3,4.3,3.4,5.3L26,30l2.6-1.2c2.1-1,3.4-3,3.4-5.3V16L32,16z"
2152
- })), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2153
- d: "M16,25H7.5C3.4,25,0,21.6,0,17.5c0-3.7,2.7-6.7,6.2-7.4C7.1,5.4,11.2,2,16,2c5.5,0,10,4.5,10,10h-2c0-4.4-3.6-8-8-8 c-4.1,0-7.5,3.1-8,7.1L8,12L7.1,12C4.2,12.2,2,14.6,2,17.5c0,3,2.5,5.5,5.5,5.5H16V25z"
2141
+ }, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2142
+ d: "M26,19c-0.7,0-1.4,0.3-1.9,0.7l-4.3-2.6c0.1-0.4,0.2-0.7,0.2-1.1c0-0.4-0.1-0.8-0.2-1.1l4.3-2.6c0.5,0.4,1.2,0.7,1.9,0.7 c1.7,0,3-1.3,3-3s-1.3-3-3-3s-3,1.3-3,3c0,0.2,0,0.4,0.1,0.6l-4.3,2.6C18.1,12.4,17.1,12,16,12c-0.6,0-1.1,0.1-1.6,0.4l-3.8-4.8 C10.8,7.1,11,6.6,11,6c0-1.7-1.3-3-3-3S5,4.3,5,6s1.3,3,3,3c0.3,0,0.7-0.1,1-0.2l3.8,4.8c-0.3,0.4-0.5,0.9-0.7,1.4H7.8 c-0.4-1.2-1.5-2-2.8-2c-1.7,0-3,1.3-3,3s1.3,3,3,3c1.3,0,2.4-0.8,2.8-2h4.3c0.1,0.5,0.4,1,0.7,1.4L9,23.2C8.7,23.1,8.3,23,8,23 c-1.7,0-3,1.3-3,3s1.3,3,3,3s3-1.3,3-3c0-0.6-0.2-1.1-0.5-1.6l3.8-4.8c0.5,0.2,1.1,0.4,1.6,0.4c1.1,0,2.1-0.4,2.8-1.2l4.3,2.6 c0,0.2-0.1,0.4-0.1,0.6c0,1.7,1.3,3,3,3s3-1.3,3-3S27.7,19,26,19z M26,9c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S25.4,9,26,9z M7,6 c0-0.6,0.4-1,1-1s1,0.4,1,1S8.6,7,8,7S7,6.6,7,6z M5,17c-0.6,0-1-0.4-1-1c0-0.6,0.4-1,1-1c0.6,0,1,0.4,1,1C6,16.6,5.6,17,5,17z M8,27c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S8.6,27,8,27z M16,18c-1.1,0-2-0.9-2-2s0.9-2,2-2s2,0.9,2,2S17.1,18,16,18z M26,23 c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S26.6,23,26,23z"
2154
2143
  })), children);
2155
2144
  });
2156
2145
  if (process.env.NODE_ENV !== "production") {
2157
- IbmCloudSecurityComplianceCenter.propTypes = iconPropTypes4cbeb95d.i;
2146
+ IbmCloudEventNotification.propTypes = iconPropTypes4cbeb95d.i;
2158
2147
  }
2159
- const IbmCloudSecurityComplianceCenterWorkloadProtection = /*#__PURE__*/React.forwardRef(function IbmCloudSecurityComplianceCenterWorkloadProtection(_ref86, ref) {
2148
+ const IbmCloudEventStreams = /*#__PURE__*/React.forwardRef(function IbmCloudEventStreams(_ref86, ref) {
2160
2149
  let {
2161
2150
  children,
2162
2151
  size = 16,
@@ -2170,18 +2159,16 @@ const IbmCloudSecurityComplianceCenterWorkloadProtection = /*#__PURE__*/React.fo
2170
2159
  viewBox: "0 0 32 32",
2171
2160
  fill: "currentColor",
2172
2161
  ...rest
2173
- }, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2174
- d: "M20 18v6.5c0 1.9 1.1 3.7 2.9 4.5l2.1 1 2.1-1c1.7-.8 2.9-2.6 2.9-4.5V18H20zM28 24.5c0 1.2-.7 2.2-1.7 2.7L25 27.8l-1.3-.6c-1-.5-1.7-1.6-1.7-2.7V20h6V24.5zM16 20c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4h-2c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2V20z"
2175
- })), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2176
- d: "M16,25c-5,0-9-4-9-9s4-9,9-9s9,4,9,9h-2c0-3.9-3.1-7-7-7s-7,3.1-7,7s3.1,7,7,7V25z"
2177
- })), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2178
- d: "M16,30C8.3,30,2,23.7,2,16S8.3,2,16,2s14,6.3,14,14h-2c0-6.6-5.4-12-12-12S4,9.4,4,16s5.4,12,12,12V30z"
2162
+ }, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2163
+ d: "M23.5,9.2l-1,1.7c2.2,1.2,3.5,3.6,3.5,6.1c0,5.2-3.8,8.7-6,10.2V24h-1c-2.5,0-4.9-1.4-6.1-3.6l-1.7,1c1.4,2.6,4,4.2,6.9,4.6 V29c0,0.3,0.2,0.7,0.5,0.9C18.6,30,18.8,30,19,30c0.2,0,0.3,0,0.4-0.1C19.8,29.7,28,25.5,28,17C28,13.8,26.3,10.8,23.5,9.2z"
2164
+ })), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2165
+ d: "M20,13.1V7.8c1.2-0.4,2-1.5,2-2.8c0-1.7-1.3-3-3-3s-3,1.3-3,3c0,1.3,0.8,2.4,2,2.8v5.3c-0.4,0.1-0.7,0.2-1,0.4l-5.3-5.3 C11.9,7.9,12,7.5,12,7c0-1.7-1.3-3-3-3S6,5.3,6,7s1.3,3,3,3c0.5,0,0.9-0.1,1.3-0.3l5.3,5.3c-0.2,0.3-0.3,0.7-0.4,1H9.8 c-0.4-1.2-1.5-2-2.8-2c-1.7,0-3,1.3-3,3s1.3,3,3,3c1.3,0,2.4-0.8,2.8-2h5.3c0.4,1.7,2,3,3.9,3c2.2,0,4-1.8,4-4 C23,15.1,21.7,13.6,20,13.1z M19,4c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S18.4,4,19,4z M9,8C8.4,8,8,7.6,8,7s0.4-1,1-1s1,0.4,1,1 S9.6,8,9,8z M7,18c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S7.6,18,7,18z M19,19c-1.1,0-2-0.9-2-2s0.9-2,2-2s2,0.9,2,2S20.1,19,19,19z"
2179
2166
  })), children);
2180
2167
  });
2181
2168
  if (process.env.NODE_ENV !== "production") {
2182
- IbmCloudSecurityComplianceCenterWorkloadProtection.propTypes = iconPropTypes4cbeb95d.i;
2169
+ IbmCloudEventStreams.propTypes = iconPropTypes4cbeb95d.i;
2183
2170
  }
2184
- const IbmCloudSecurityGroups = /*#__PURE__*/React.forwardRef(function IbmCloudSecurityGroups(_ref87, ref) {
2171
+ const IbmCloudForEducation = /*#__PURE__*/React.forwardRef(function IbmCloudForEducation(_ref87, ref) {
2185
2172
  let {
2186
2173
  children,
2187
2174
  size = 16,
@@ -2195,14 +2182,18 @@ const IbmCloudSecurityGroups = /*#__PURE__*/React.forwardRef(function IbmCloudSe
2195
2182
  viewBox: "0 0 32 32",
2196
2183
  fill: "currentColor",
2197
2184
  ...rest
2198
- }, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2199
- d: "M22.86,25.86c-.72.75-1.54,1.42-2.46,1.94l-5.4,3.2-5.5-3.2c-3.4-2-5.5-5.6-5.5-9.5V4c0-1.1.9-2,2-2h18c1.1,0,2,.9,2,2v5h-2v-5H6v14.3c0,3.2,1.7,6.2,4.5,7.8l4.5,2.7,4.5-2.7c.73-.47,1.41-.99,2-1.6,0,0,1.36,1.36,1.36,1.36ZM28,12h-10v2h10v-2ZM28,20h-10v2h10v-2ZM30,16h-10v2h10v-2Z"
2185
+ }, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2186
+ d: "M30 30h-2c0-1.6542-1.3457-3-3-3h-4c-1.6543 0-3 1.3458-3 3h-2c0-2.757 2.2429-5 5-5h4c2.7571 0 5 2.243 5 5zM15 16c-.5522 0-1 .4478-1 1v6h2v-6c0-.5522-.4478-1-1-1z"
2187
+ })), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2188
+ d: "M32,12H14v2h4v5c0,2.7568,2.2429,5,5,5s5-2.2432,5-5v-5h4v-2Zm-9,10c-1.6543,0-3-1.3457-3-3v-1h6v1c0,1.6543-1.3457,3-3,3Zm3-6h-6v-2h6v2Z"
2189
+ })), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2190
+ d: "M25.7983,10c-.9292-4.5586-4.9692-8-9.7983-8-4.8479,0-8.9382,3.4399-9.822,8.124-3.5232,.6294-6.178,3.7251-6.178,7.376,0,4.1357,3.3645,7.5,7.5,7.5h4.5v-2H7.5c-3.0327,0-5.5-2.4673-5.5-5.5,0-2.8779,2.2502-5.2852,5.1228-5.48l.8364-.0566,.0901-.8335c.4395-4.0645,3.8574-7.1299,7.9507-7.1299,3.7195,0,6.845,2.5552,7.7368,6h2.0615Z"
2200
2191
  })), children);
2201
2192
  });
2202
2193
  if (process.env.NODE_ENV !== "production") {
2203
- IbmCloudSecurityGroups.propTypes = iconPropTypes4cbeb95d.i;
2194
+ IbmCloudForEducation.propTypes = iconPropTypes4cbeb95d.i;
2204
2195
  }
2205
- const IbmCloudSubnets = /*#__PURE__*/React.forwardRef(function IbmCloudSubnets(_ref88, ref) {
2196
+ const IbmCloudGateKeeper = /*#__PURE__*/React.forwardRef(function IbmCloudGateKeeper(_ref88, ref) {
2206
2197
  let {
2207
2198
  children,
2208
2199
  size = 16,
@@ -2216,14 +2207,14 @@ const IbmCloudSubnets = /*#__PURE__*/React.forwardRef(function IbmCloudSubnets(_
2216
2207
  viewBox: "0 0 32 32",
2217
2208
  fill: "currentColor",
2218
2209
  ...rest
2219
- }, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2220
- d: "M26,22a3.6069,3.6069,0,0,0-2,.6L19.4143,18,18,19.4141,22.6,24a4.1755,4.1755,0,0,0-.4,1H9.8583A3.5525,3.5525,0,0,0,9.4,24L24,9.4a3.6069,3.6069,0,0,0,2,.6,4,4,0,1,0-3.8569-5H9.9A4.0785,4.0785,0,0,0,6,2a4,4,0,0,0,0,8,3.6066,3.6066,0,0,0,2-.6L12.5858,14,14,12.5859,9.4,8a4.175,4.175,0,0,0,.4-1H22.1418A3.5553,3.5553,0,0,0,22.6,8L8,22.6A3.6066,3.6066,0,0,0,6,22a4,4,0,1,0,3.8569,5H22.1A4.0118,4.0118,0,1,0,26,22ZM26,4a2,2,0,1,1-2,2A2.0058,2.0058,0,0,1,26,4ZM6,8A2,2,0,1,1,8,6,2.0058,2.0058,0,0,1,6,8ZM6,28a2,2,0,1,1,2-2A2.0058,2.0058,0,0,1,6,28Zm20,0a2,2,0,1,1,2-2A2.0058,2.0058,0,0,1,26,28Z"
2210
+ }, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2211
+ d: "M22,22l-5-4.96,1.59-1.57,3.41,3.38,7.41-7.35,1.59,1.58s-9,8.92-9,8.92ZM24,2H6c-1.1,0-2,.9-2,2v14.3c0,3.9,2.1,7.5,5.5,9.5l5.5,3.2,5.4-3.2c.92-.52,1.74-1.19,2.46-1.94l-1.36-1.36c-.59.61-1.26,1.14-2,1.6l-4.5,2.7-4.5-2.7c-2.8-1.6-4.5-4.6-4.5-7.8V4h18v5h2v-5c0-1.1-.9-2-2-2Z"
2221
2212
  })), children);
2222
2213
  });
2223
2214
  if (process.env.NODE_ENV !== "production") {
2224
- IbmCloudSubnets.propTypes = iconPropTypes4cbeb95d.i;
2215
+ IbmCloudGateKeeper.propTypes = iconPropTypes4cbeb95d.i;
2225
2216
  }
2226
- const IbmCloudSysdigSecure = /*#__PURE__*/React.forwardRef(function IbmCloudSysdigSecure(_ref89, ref) {
2217
+ const IbmCloudHpc = /*#__PURE__*/React.forwardRef(function IbmCloudHpc(_ref89, ref) {
2227
2218
  let {
2228
2219
  children,
2229
2220
  size = 16,
@@ -2237,16 +2228,16 @@ const IbmCloudSysdigSecure = /*#__PURE__*/React.forwardRef(function IbmCloudSysd
2237
2228
  viewBox: "0 0 32 32",
2238
2229
  fill: "currentColor",
2239
2230
  ...rest
2240
- }, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2241
- d: "M25,14l-2.1-1c-1.7-0.8-2.9-2.6-2.9-4.5V2h10v6.5c0,1.9-1.1,3.7-2.9,4.5L25,14z M22,4v4.5c0,1.2,0.7,2.2,1.7,2.7l1.3,0.6 l1.3-0.6c1-0.5,1.7-1.6,1.7-2.7V4H22z"
2242
- })), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2243
- d: "M28,16v6H4V6h12V4H4C2.9,4,2,4.9,2,6v16c0,1.1,0.9,2,2,2h8v4H8v2h16v-2h-4v-4h8c1.1,0,2-0.9,2-2v-6H28z M18,28h-4v-4h4V28z"
2231
+ }, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2232
+ d: "M22 13H24V15H22zM26 13H28V15H26zM30 13H32V15H30zM30 17H32V19H30zM15 20H17V22H15zM20 28H22V30H20zM24 28H26V30H24zM19 26h9v-9h-9v9zm2-7h5v5h-5v-5z"
2233
+ })), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2234
+ d: "m16,3v.0005c-.002,0-.004-.0003-.006-.0003-4.7007.0032-8.9033,3.3306-9.8242,8.1152C2.6037,11.7607.0078,14.8598,0,18.4815c-.0089,4.1434,3.345,7.5096,7.4911,7.5185h9.5089v-2H7.4954c-3.0367-.0065-5.502-2.4802-5.4954-5.5142.0057-2.6569,1.9092-4.9289,4.5259-5.4023l1.3488-.2441.2591-1.3459c.7241-3.7623,4.0386-6.4933,7.8662-6.4935h0c3.7363,0,6.9395,2.5367,7.79,6.169l1.9473-.4561c-1.0635-4.541-5.0674-7.7129-9.7373-7.7129Z"
2244
2235
  })), children);
2245
2236
  });
2246
2237
  if (process.env.NODE_ENV !== "production") {
2247
- IbmCloudSysdigSecure.propTypes = iconPropTypes4cbeb95d.i;
2238
+ IbmCloudHpc.propTypes = iconPropTypes4cbeb95d.i;
2248
2239
  }
2249
- const IbmCloudTransitGateway = /*#__PURE__*/React.forwardRef(function IbmCloudTransitGateway(_ref90, ref) {
2240
+ const IbmCloudHsm = /*#__PURE__*/React.forwardRef(function IbmCloudHsm(_ref90, ref) {
2250
2241
  let {
2251
2242
  children,
2252
2243
  size = 16,
@@ -2260,16 +2251,24 @@ const IbmCloudTransitGateway = /*#__PURE__*/React.forwardRef(function IbmCloudTr
2260
2251
  viewBox: "0 0 32 32",
2261
2252
  fill: "currentColor",
2262
2253
  ...rest
2263
- }, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2264
- d: "M12.5 7.5l-1.4-1.4 3.5-3.5c.8-.8 2.1-.8 2.8 0l3.5 3.5-1.4 1.4-3.5-3.5-3.5 3.5zM19.5 24.5l1.4 1.4-3.5 3.5c-.8.8-2.1.8-2.8 0l-3.5-3.5 1.4-1.4 3.5 3.5 3.5-3.5zM24.5 12.5l1.4-1.4 3.5 3.5c.8.8.8 2.1 0 2.8l-3.5 3.5-1.4-1.4 3.5-3.5-3.5-3.5zM7.5 19.5l-1.4 1.4-3.5-3.5c-.8-.8-.8-2.1 0-2.8l3.5-3.5 1.4 1.4-3.5 3.5 3.5 3.5z"
2265
- })), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2266
- d: "m26,24c-.2,0-.3,0-.5.1l-6.1-6.1c.8-1.2.8-2.8,0-4l6.1-6.1c.2.1.3.1.5.1,1.1,0,2-.9,2-2s-.9-2-2-2-2,.9-2,2c0,.2,0,.3.1.5l-6.1,6.1c-1.2-.8-2.8-.8-4,0l-6.1-6.1c.1-.2.1-.3.1-.5,0-1.1-.9-2-2-2s-2,.9-2,2,.9,2,2,2c.2,0,.3,0,.5-.1l6.1,6.1c-.8,1.2-.8,2.8,0,4l-6.1,6.1c-.2-.1-.3-.1-.5-.1-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2c0-.2,0-.3-.1-.5l6.1-6.1c1.2.8,2.8.8,4,0l6.1,6.1c0,.2-.1.3-.1.5,0,1.1.9,2,2,2s2-.9,2-2-.9-2-2-2Zm-10-6c-1.1,0-2-.9-2-2s.9-2,2-2,2,.9,2,2-.9,2-2,2Z"
2254
+ }, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2255
+ d: "M28,21.142V10h-5v2h3v2h-3v2h3v5.142c-1.7203,.4471-3,1.9993-3,3.858,0,2.2061,1.7944,4,4,4s4-1.7939,4-4c0-1.8587-1.2797-3.4108-3-3.858Zm-1,5.858c-1.103,0-2-.8975-2-2s.897-2,2-2,2,.8975,2,2-.897,2-2,2Z"
2256
+ })), _circle42 || (_circle42 = /*#__PURE__*/React.createElement("circle", {
2257
+ cx: "9",
2258
+ cy: "24",
2259
+ r: "1"
2260
+ })), _circle43 || (_circle43 = /*#__PURE__*/React.createElement("circle", {
2261
+ cx: "9",
2262
+ cy: "8",
2263
+ r: "1"
2264
+ })), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2265
+ d: "M26,6v2h2v-2c0-1.1046-.8954-2-2-2H6c-1.1046,0-2,.8954-2,2v4c0,1.1046,.8954,2,2,2h4v8H6c-1.1045,0-2,.8955-2,2v4c0,1.1045,.8955,2,2,2h14v-2H6v-4h14v-2H12V12h8v-2H6V6H26Z"
2267
2266
  })), children);
2268
2267
  });
2269
2268
  if (process.env.NODE_ENV !== "production") {
2270
- IbmCloudTransitGateway.propTypes = iconPropTypes4cbeb95d.i;
2269
+ IbmCloudHsm.propTypes = iconPropTypes4cbeb95d.i;
2271
2270
  }
2272
- const IbmCloudVirtualServerClassic = /*#__PURE__*/React.forwardRef(function IbmCloudVirtualServerClassic(_ref91, ref) {
2271
+ const IbmCloudHyperProtectCryptoServices = /*#__PURE__*/React.forwardRef(function IbmCloudHyperProtectCryptoServices(_ref91, ref) {
2273
2272
  let {
2274
2273
  children,
2275
2274
  size = 16,
@@ -2283,20 +2282,20 @@ const IbmCloudVirtualServerClassic = /*#__PURE__*/React.forwardRef(function IbmC
2283
2282
  viewBox: "0 0 32 32",
2284
2283
  fill: "currentColor",
2285
2284
  ...rest
2286
- }, _circle45 || (_circle45 = /*#__PURE__*/React.createElement("circle", {
2287
- cx: "9",
2288
- cy: "26",
2289
- r: "1"
2290
- })), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2291
- d: "m26,22h-5v2h5v4H6v-4h9c1.1,0,2-.9,2-2h0v-9.17l2.59,2.59,1.41-1.42-5-5-5,5,1.41,1.41,2.59-2.58v9.17H6c-1.1,0-2,.9-2,2v4c0,1.1.9,2,2,2h20c1.1,0,2-.9,2-2v-4c0-1.1-.9-2-2-2Z"
2292
- })), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2293
- d: "m23.75,8.05c-.88-3.5-4.08-6.05-7.75-6.05s-6.87,2.55-7.75,6.05c-2.96.37-5.25,2.9-5.25,5.95,0,3.31,2.69,6,6,6h2v-2h-2c-2.21,0-4-1.79-4-4,0-2.19,1.77-3.97,3.95-4l.99.02.12-.88c.43-2.93,2.98-5.14,5.94-5.14s5.51,2.21,5.93,5.15l.12.88.88-.02.13-.01c2.18.03,3.94,1.81,3.94,4,0,2.21-1.79,4-4,4h-2v2h2c3.31,0,6-2.69,6-6,0-3.05-2.29-5.58-5.25-5.95Z"
2285
+ }, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2286
+ d: "M25,30l-2.1-1c-1.7-0.8-2.9-2.6-2.9-4.5V18h10v6.5c0,1.9-1.1,3.7-2.9,4.5L25,30z M22,20v4.5c0,1.2,0.7,2.2,1.7,2.7l1.3,0.6 l1.3-0.6c1-0.5,1.7-1.6,1.7-2.7V20H22z"
2287
+ })), _circle44 || (_circle44 = /*#__PURE__*/React.createElement("circle", {
2288
+ cx: "22",
2289
+ cy: "10",
2290
+ r: "2"
2291
+ })), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2292
+ d: "M21,2c-5,0-9,4-9,9c0,0.9,0.1,1.8,0.4,2.6L2,24v6h6l10-10l-1.4-1.4l-2.8,2.8L12.4,20L11,21.4l1.4,1.4l-1.6,1.6L9.4,23 L8,24.4l1.4,1.4L7.2,28H4v-3.2l9.8-9.8l0.8-0.8L14.3,13c-0.2-0.7-0.3-1.3-0.3-2c0-3.9,3.1-7,7-7s7,3.1,7,7c0,1.5-0.5,2.9-1.3,4h2.3 c0.6-1.2,0.9-2.6,0.9-4C30,6,26,2,21,2z"
2294
2293
  })), children);
2295
2294
  });
2296
2295
  if (process.env.NODE_ENV !== "production") {
2297
- IbmCloudVirtualServerClassic.propTypes = iconPropTypes4cbeb95d.i;
2296
+ IbmCloudHyperProtectCryptoServices.propTypes = iconPropTypes4cbeb95d.i;
2298
2297
  }
2299
- const IbmCloudVirtualServerVpc = /*#__PURE__*/React.forwardRef(function IbmCloudVirtualServerVpc(_ref92, ref) {
2298
+ const IbmCloudHyperProtectDbaas = /*#__PURE__*/React.forwardRef(function IbmCloudHyperProtectDbaas(_ref92, ref) {
2300
2299
  let {
2301
2300
  children,
2302
2301
  size = 16,
@@ -2310,18 +2309,28 @@ const IbmCloudVirtualServerVpc = /*#__PURE__*/React.forwardRef(function IbmCloud
2310
2309
  viewBox: "0 0 32 32",
2311
2310
  fill: "currentColor",
2312
2311
  ...rest
2313
- }, _circle46 || (_circle46 = /*#__PURE__*/React.createElement("circle", {
2314
- cx: "8",
2315
- cy: "26",
2312
+ }, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2313
+ d: "M24,30l-2.1-1c-1.7-0.8-2.9-2.6-2.9-4.5V18h10v6.5c0,1.9-1.1,3.7-2.9,4.5L24,30z M21,20v4.5c0,1.2,0.7,2.2,1.7,2.7l1.3,0.6 l1.3-0.6c1-0.5,1.7-1.6,1.7-2.7V20H21z"
2314
+ })), _circle45 || (_circle45 = /*#__PURE__*/React.createElement("circle", {
2315
+ cx: "10",
2316
+ cy: "23",
2316
2317
  r: "1"
2317
- })), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2318
- d: "M5 30h22c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2zm0-6h22v4H5v-4zM23 20h-14c-3.31 0-6-2.69-6-6 0-3.05 2.29-5.58 5.25-5.95.88-3.5 4.08-6.05 7.75-6.05s6.87 2.55 7.75 6.05c2.96.37 5.25 2.9 5.25 5.95 0 3.31-2.69 6-6 6zm-14.05-10c-2.18.03-3.95 1.81-3.95 4 0 2.21 1.79 4 4 4h14c2.21 0 4-1.79 4-4 0-2.19-1.76-3.97-3.94-4l-.12.01-.88.02-.12-.88c-.43-2.94-2.98-5.15-5.94-5.15s-5.51 2.21-5.93 5.15l-.12.88-1-.03z"
2318
+ })), _circle46 || (_circle46 = /*#__PURE__*/React.createElement("circle", {
2319
+ cx: "10",
2320
+ cy: "15",
2321
+ r: "1"
2322
+ })), _circle47 || (_circle47 = /*#__PURE__*/React.createElement("circle", {
2323
+ cx: "10",
2324
+ cy: "7",
2325
+ r: "1"
2326
+ })), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2327
+ d: "M23,2H7C5.9,2,5,2.9,5,4v22c0,1.1,0.9,2,2,2h9v-2H7v-6h9v-2H7v-6h16v3h2V4C25,2.9,24.1,2,23,2z M7,10V4h16v6H7z"
2319
2328
  })), children);
2320
2329
  });
2321
2330
  if (process.env.NODE_ENV !== "production") {
2322
- IbmCloudVirtualServerVpc.propTypes = iconPropTypes4cbeb95d.i;
2331
+ IbmCloudHyperProtectDbaas.propTypes = iconPropTypes4cbeb95d.i;
2323
2332
  }
2324
- const IbmCloudVpc = /*#__PURE__*/React.forwardRef(function IbmCloudVpc(_ref93, ref) {
2333
+ const IbmCloudHyperProtectVs = /*#__PURE__*/React.forwardRef(function IbmCloudHyperProtectVs(_ref93, ref) {
2325
2334
  let {
2326
2335
  children,
2327
2336
  size = 16,
@@ -2335,16 +2344,16 @@ const IbmCloudVpc = /*#__PURE__*/React.forwardRef(function IbmCloudVpc(_ref93, r
2335
2344
  viewBox: "0 0 32 32",
2336
2345
  fill: "currentColor",
2337
2346
  ...rest
2338
- }, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2339
- d: "m23.4141,22l-13.4141-13.4141V2H2v8h6.5859l13.4141,13.4141v6.5859h8v-8h-6.5859ZM8,8h-4V4h4v4Zm20,20h-4v-4h4v4Z"
2340
- })), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2341
- d: "M30 6c0-2.2056-1.7944-4-4-4-1.8584 0-3.4106 1.2798-3.8579 3h-9.1421v2h9.1421c.3638 1.3989 1.4592 2.4941 2.8579 2.8579v9.1421h2v-9.1421c1.7202-.4473 3-1.9995 3-3.8579zm-4 2c-1.103 0-2-.8975-2-2s.897-2 2-2 2 .8975 2 2-.897 2-2 2zM19 25h-9.1421c-.3638-1.3989-1.4592-2.4941-2.8579-2.8579v-9.1421h-2v9.1421c-1.7202.4473-3 1.9995-3 3.8579 0 2.2056 1.7944 4 4 4 1.8584 0 3.4106-1.2798 3.8579-3h9.1421v-2zm-13 3c-1.103 0-2-.8975-2-2s.897-2 2-2 2 .8975 2 2-.897 2-2 2z"
2347
+ }, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2348
+ d: "M20,18v6.5c0,1.9,1.1,3.7,2.9,4.5l2.1,1l2.1-1c1.7-0.8,2.9-2.6,2.9-4.5V18H20z M28,24.5c0,1.2-0.7,2.2-1.7,2.7L25,27.8 l-1.3-0.6c-1-0.5-1.7-1.6-1.7-2.7V20h6V24.5z"
2349
+ })), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2350
+ d: "M25,2H5C3.9,2,3,2.9,3,4v22c0,1.1,0.9,2,2,2h11V4h9v11h2V4C27,2.9,26.1,2,25,2z M13.6,12.2L5,23.9V5.1L13.6,12.2z M6,26 l8-10.9V26H6z M14,9.9L6.8,4H14V9.9z"
2342
2351
  })), children);
2343
2352
  });
2344
2353
  if (process.env.NODE_ENV !== "production") {
2345
- IbmCloudVpc.propTypes = iconPropTypes4cbeb95d.i;
2354
+ IbmCloudHyperProtectVs.propTypes = iconPropTypes4cbeb95d.i;
2346
2355
  }
2347
- const IbmCloudVpcBlockStorageSnapshots = /*#__PURE__*/React.forwardRef(function IbmCloudVpcBlockStorageSnapshots(_ref94, ref) {
2356
+ const IbmCloudInternetServices = /*#__PURE__*/React.forwardRef(function IbmCloudInternetServices(_ref94, ref) {
2348
2357
  let {
2349
2358
  children,
2350
2359
  size = 16,
@@ -2358,14 +2367,16 @@ const IbmCloudVpcBlockStorageSnapshots = /*#__PURE__*/React.forwardRef(function
2358
2367
  viewBox: "0 0 32 32",
2359
2368
  fill: "currentColor",
2360
2369
  ...rest
2361
- }, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2362
- d: "M28,30H4c-1.1,0-2-.9-2-2v-12h2v12h24V4h-12v-2h12c1.1,0,2,.9,2,2v24c0,1.1-.9,2-2,2ZM22.5,12.1l-6-3c-.3-.1-.6-.1-.9,0l-6,3c-.3.2-.5.5-.6.9v7c0,.4.2.7.6.9l6,3c.3.1.6.1.9,0l6-3c.3-.2.5-.5.6-.9v-7c0-.4-.2-.7-.5-.9h-.1ZM16,11.1l3.8,1.9-3.8,1.9-3.8-1.9s3.8-1.9,3.8-1.9ZM11,14.6l4,2v4.8l-4-2v-4.8ZM17,21.4v-4.8l4-2v4.8s-4,2-4,2ZM0,10h5v2H0v-2ZM12,0v5h-2V0h2ZM3.4,2l3.5,3.5-1.4,1.4-3.5-3.5,1.4-1.4Z"
2370
+ }, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2371
+ d: "M27,22c-0.7,0-1.4,0.3-1.9,0.7l-5.2-3.1c0-0.2,0.1-0.4,0.1-0.6s0-0.4-0.1-0.6l5.2-3.1c0.5,0.4,1.2,0.7,1.9,0.7 c1.7,0,3-1.3,3-3s-1.3-3-3-3s-3,1.3-3,3c0,0.2,0,0.4,0.1,0.6l-5.2,3.1C18.4,16.3,17.7,16,17,16c-1.7,0-3,1.3-3,3s1.3,3,3,3 c0.7,0,1.4-0.3,1.9-0.7l5.2,3.1c0,0.2-0.1,0.4-0.1,0.6c0,1.7,1.3,3,3,3s3-1.3,3-3S28.7,22,27,22z M27,12c0.6,0,1,0.4,1,1s-0.4,1-1,1 s-1-0.4-1-1S26.4,12,27,12z M17,20c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S17.6,20,17,20z M27,26c-0.6,0-1-0.4-1-1s0.4-1,1-1 s1,0.4,1,1S27.6,26,27,26z"
2372
+ })), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2373
+ d: "M19,25H8.5c-3,0-5.5-2.5-5.5-5.5c0-2.7,1.9-4.9,4.5-5.4l1.3-0.2l0.3-1.3C9.9,8.7,13.2,6,17,6c0.5,0,1,0,1.5,0.1 c1.6,0.3,3,1.1,4.2,2.2l1.4-1.4c-1.4-1.4-3.2-2.4-5.2-2.7C18.3,4.1,17.6,4,17,4c-4.7,0-8.9,3.3-9.8,8.1C3.6,12.8,1,15.9,1,19.5 C1,23.6,4.3,27,8.5,27H19V25z"
2363
2374
  })), children);
2364
2375
  });
2365
2376
  if (process.env.NODE_ENV !== "production") {
2366
- IbmCloudVpcBlockStorageSnapshots.propTypes = iconPropTypes4cbeb95d.i;
2377
+ IbmCloudInternetServices.propTypes = iconPropTypes4cbeb95d.i;
2367
2378
  }
2368
- const IbmCloudVpcClientVpn = /*#__PURE__*/React.forwardRef(function IbmCloudVpcClientVpn(_ref95, ref) {
2379
+ const IbmCloudIpsecVpn = /*#__PURE__*/React.forwardRef(function IbmCloudIpsecVpn(_ref95, ref) {
2369
2380
  let {
2370
2381
  children,
2371
2382
  size = 16,
@@ -2379,14 +2390,14 @@ const IbmCloudVpcClientVpn = /*#__PURE__*/React.forwardRef(function IbmCloudVpcC
2379
2390
  viewBox: "0 0 32 32",
2380
2391
  fill: "currentColor",
2381
2392
  ...rest
2382
- }, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2383
- d: "M16,2c-7.7,0-14,6.3-14,14s6.3,14,14,14h1V2h-1ZM15,4v11h-5c.2-4.2,1.9-8.1,4.8-10.9h.2v-.1ZM15,17v11h-.2c-2.9-2.8-4.6-6.7-4.8-10.9h5v-.1ZM11.5,4.9c-2.1,2.9-3.3,6.4-3.5,10.1h-4c.4-4.6,3.4-8.5,7.5-10.1ZM4,17h4c.2,3.7,1.4,7.2,3.5,10.1-4.1-1.7-7.1-5.5-7.5-10.1ZM29,23h-1v-2c0-1.7-1.3-3-3-3s-3,1.3-3,3v2h-1c-.6,0-1,.4-1,1v5c0,.6.4,1,1,1h8c.6,0,1-.4,1-1v-5c0-.6-.4-1-1-1ZM24,21c0-.6.4-1,1-1s1,.4,1,1v2h-2v-2ZM28,28h-6v-3h6v3ZM25,8c1.7,0,3-1.3,3-3s-1.3-3-3-3-3,1.3-3,3,1.3,3,3,3ZM25,4c.6,0,1,.4,1,1s-.4,1-1,1-1-.4-1-1,.4-1,1-1ZM25,14c.6,0,1,.4,1,1s-.4,1-1,1-1-.4-1-1,.4-1,1-1ZM25,10c.6,0,1,.4,1,1s-.4,1-1,1-1-.4-1-1,.4-1,1-1Z"
2393
+ }, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2394
+ d: "M16 29c-.373 0-.7151-.2076-.8872-.5386l-2.0801-4 1.7744-.9229 1.1929 2.2939 4.3127-8.2938 1.7744.9226-5.2 10c-.1721.3311-.5142.5387-.8872.5387zM11 15.2783v-2.2783c0-2.2056-1.7944-4-4-4s-4 1.7944-4 4v2.2783c-.595.3467-1 .9849-1 1.7217v5c0 1.1025.897 2 2 2h6c1.103 0 2-.8975 2-2v-5c0-.7368-.405-1.375-1-1.7217zm-4-4.2783c1.103 0 2 .8975 2 2v2H5v-2c0-1.1025.897-2 2-2zm3 11H4v-5h6v5zM29 2h-9.2773c-.3464-.5952-.9841-1-1.7227-1-1.1045 0-2 .8955-2 2s.8955 2 2 2c.7385 0 1.3762-.4048 1.7227-1h7.6304l-4.1697 8.0186c-.0613-.0059-.1206-.0186-.1833-.0186-1.1045 0-2 .8955-2 2s.8955 2 2 2 2-.8955 2-2c0-.2881-.0635-.5601-.1729-.8076L29.8872 3.4614c.02-.0439.1128-.2104.1128-.4614 0-.5522-.4478-1-1-1zM3 2c-.5522 0-1 .4478-1 1 0 .2509.0929.4177.1128.4614l1.8401 3.5386h2.2542l-1.5601-3H14V2H3z"
2384
2395
  })), children);
2385
2396
  });
2386
2397
  if (process.env.NODE_ENV !== "production") {
2387
- IbmCloudVpcClientVpn.propTypes = iconPropTypes4cbeb95d.i;
2398
+ IbmCloudIpsecVpn.propTypes = iconPropTypes4cbeb95d.i;
2388
2399
  }
2389
- const IbmCloudVpcEndpoints = /*#__PURE__*/React.forwardRef(function IbmCloudVpcEndpoints(_ref96, ref) {
2400
+ const IbmCloudKeyProtect = /*#__PURE__*/React.forwardRef(function IbmCloudKeyProtect(_ref96, ref) {
2390
2401
  let {
2391
2402
  children,
2392
2403
  size = 16,
@@ -2400,18 +2411,16 @@ const IbmCloudVpcEndpoints = /*#__PURE__*/React.forwardRef(function IbmCloudVpcE
2400
2411
  viewBox: "0 0 32 32",
2401
2412
  fill: "currentColor",
2402
2413
  ...rest
2403
- }, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2404
- d: "M20,27H7a2.0059,2.0059,0,0,1-2-2V12H7V25H20Z"
2405
- })), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2406
- d: "M23.4,22l-4-4a3.6057,3.6057,0,0,0,.6-2,4.0118,4.0118,0,0,0-4-4,3.6057,3.6057,0,0,0-2,.6l-4-4V2H2v8H8.6l4,4a3.6057,3.6057,0,0,0-.6,2,4.0118,4.0118,0,0,0,4,4,3.6057,3.6057,0,0,0,2-.6l4,4V30h8V22ZM8,8H4V4H8Zm8,10a2,2,0,1,1,2-2A2.0059,2.0059,0,0,1,16,18ZM28,28H24V24h4Z"
2407
- })), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2408
- d: "M25,20h2V7a2.0059,2.0059,0,0,0-2-2H12V7H25Z"
2414
+ }, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2415
+ d: "M26,14.1V2h-5v2h3v2h-3v2h3v6.1c-1.7,0.4-3,2-3,3.9c0,2.2,1.8,4,4,4s4-1.8,4-4C29,16.1,27.7,14.6,26,14.1z M25,20 c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2s2,0.9,2,2C27,19.1,26.1,20,25,20z"
2416
+ })), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2417
+ d: "M15,31l-5.5-3.2c-3.4-2-5.5-5.6-5.5-9.5V4c0-1.1,0.9-2,2-2h12v2H6v14.3c0,3.2,1.7,6.2,4.5,7.8l4.5,2.7l4.5-2.7 c1.1-0.7,2.1-1.5,2.8-2.6l1.6,1.1c-0.9,1.3-2.1,2.4-3.5,3.2L15,31z"
2409
2418
  })), children);
2410
2419
  });
2411
2420
  if (process.env.NODE_ENV !== "production") {
2412
- IbmCloudVpcEndpoints.propTypes = iconPropTypes4cbeb95d.i;
2421
+ IbmCloudKeyProtect.propTypes = iconPropTypes4cbeb95d.i;
2413
2422
  }
2414
- const IbmCloudVpcFileStorage = /*#__PURE__*/React.forwardRef(function IbmCloudVpcFileStorage(_ref97, ref) {
2423
+ const IbmCloudKubernetesService = /*#__PURE__*/React.forwardRef(function IbmCloudKubernetesService(_ref97, ref) {
2415
2424
  let {
2416
2425
  children,
2417
2426
  size = 16,
@@ -2425,14 +2434,16 @@ const IbmCloudVpcFileStorage = /*#__PURE__*/React.forwardRef(function IbmCloudVp
2425
2434
  viewBox: "0 0 32 32",
2426
2435
  fill: "currentColor",
2427
2436
  ...rest
2428
- }, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2429
- d: "M13,26H4V6h7.2l3.4,3.4.6.6h12.8v8h2v-8c0-1.1-.9-2-2-2h-12l-3.4-3.4c-.4-.4-.9-.6-1.4-.6h-7.2c-1.1,0-2,.9-2,2v20c0,1.1.9,2,2,2h9s0-2,0-2ZM16,20h14v2h-14v-2ZM16,24h14v2h-14v-2ZM16,28h7v2h-7v-2Z"
2437
+ }, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2438
+ d: "M16,23c-0.2,0-0.4,0-0.5-0.1l-5-3C10.2,19.7,10,19.4,10,19v-6c0-0.4,0.2-0.7,0.5-0.9l5-3C15.6,9,15.8,9,16,9 c0.2,0,0.4,0,0.5,0.1l5,3c0.3,0.2,0.5,0.5,0.5,0.9v6c0,0.4-0.2,0.7-0.5,0.9l-5,3C16.4,23,16.2,23,16,23z M12,18.4l4,2.4l4-2.4v-4.9 l-4-2.4l-4,2.4V18.4z"
2439
+ })), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2440
+ d: "M16,31c-0.2,0-0.3,0-0.5-0.1l-12-7C3.2,23.7,3,23.4,3,23V9c0-0.4,0.2-0.7,0.5-0.9l12-7C15.7,1,15.8,1,16,1 c0.2,0,0.3,0,0.5,0.1l12,7l-1,1.7L16,3.2L5,9.6v12.9l11,6.4l11-6.4V15h2v8c0,0.4-0.2,0.7-0.5,0.9l-12,7C16.3,31,16.2,31,16,31z"
2430
2441
  })), children);
2431
2442
  });
2432
2443
  if (process.env.NODE_ENV !== "production") {
2433
- IbmCloudVpcFileStorage.propTypes = iconPropTypes4cbeb95d.i;
2444
+ IbmCloudKubernetesService.propTypes = iconPropTypes4cbeb95d.i;
2434
2445
  }
2435
- const IbmCloudVpcImages = /*#__PURE__*/React.forwardRef(function IbmCloudVpcImages(_ref98, ref) {
2446
+ const IbmCloudLogging = /*#__PURE__*/React.forwardRef(function IbmCloudLogging(_ref98, ref) {
2436
2447
  let {
2437
2448
  children,
2438
2449
  size = 16,
@@ -2446,14 +2457,18 @@ const IbmCloudVpcImages = /*#__PURE__*/React.forwardRef(function IbmCloudVpcImag
2446
2457
  viewBox: "0 0 32 32",
2447
2458
  fill: "currentColor",
2448
2459
  ...rest
2449
- }, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2450
- d: "M30,20H4c-1.1,0-2-.9-2-2V6c0-1.1.9-2,2-2h24c1.1,0,2,.9,2,2v10h-2V6H4v12h26v2ZM2,22h28v2H2v-2ZM2,26h28v2H2v-2ZM16,16c-2.2,0-4-1.8-4-4s1.8-4,4-4,4,1.8,4,4-1.8,4-4,4ZM16,10c-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2-.9-2-2-2ZM24,10c-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2-.9-2-2-2h0ZM8,10c-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2-.9-2-2-2h0Z"
2460
+ }, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2461
+ d: "M24.4,10c0.3,0.5,0.7,0.9,1.3,1.2l1.3,0.6l1.3-0.6c1-0.5,1.7-1.6,1.7-2.7V4h-3V2h5v6.5c0,1.9-1.1,3.7-2.9,4.5l-2.2,1l-2.1-1 c-1.3-0.6-2.2-1.7-2.6-3H24.4z"
2462
+ })), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2463
+ d: "M16 6H24V8H16zM16 2H24V4H16z"
2464
+ })), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2465
+ d: "M28,16v6H4V6h10V4H4C2.9,4,2,4.9,2,6v16c0,1.1,0.9,2,2,2h8v4H8v2h16v-2h-4v-4h8c1.1,0,2-0.9,2-2v-6H28z M18,28h-4v-4h4V28z"
2451
2466
  })), children);
2452
2467
  });
2453
2468
  if (process.env.NODE_ENV !== "production") {
2454
- IbmCloudVpcImages.propTypes = iconPropTypes4cbeb95d.i;
2469
+ IbmCloudLogging.propTypes = iconPropTypes4cbeb95d.i;
2455
2470
  }
2456
- const IbmCloudPakApplications = /*#__PURE__*/React.forwardRef(function IbmCloudPakApplications(_ref99, ref) {
2471
+ const IbmCloudMassDataMigration = /*#__PURE__*/React.forwardRef(function IbmCloudMassDataMigration(_ref99, ref) {
2457
2472
  let {
2458
2473
  children,
2459
2474
  size = 16,
@@ -2468,17 +2483,15 @@ const IbmCloudPakApplications = /*#__PURE__*/React.forwardRef(function IbmCloudP
2468
2483
  fill: "currentColor",
2469
2484
  ...rest
2470
2485
  }, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2471
- d: "M21,22H15a2.0023,2.0023,0,0,1-2-2V16a2.0023,2.0023,0,0,1,2-2h6a2.0023,2.0023,0,0,1,2,2v4A2.0023,2.0023,0,0,1,21,22Zm-6-6v4h6V16Z"
2486
+ d: "M22 30H10c-1.1 0-2-.9-2-2v-3h2v3h12v-3h2v3C24 29.1 23.1 30 22 30zM15 14.8L15 25 17 25 17 14.8 19.6 17.4 21 16 16 11 11 16 12.4 17.4z"
2472
2487
  })), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2473
- d: "M11,17H9V12a2.0023,2.0023,0,0,1,2-2h6v2H11Z"
2474
- })), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2475
- 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"
2488
+ d: "M24.8,9.1C23.9,5,20.3,2,16,2S8.1,5,7.2,9.1C4.2,9.7,2,12.4,2,15.5C2,19.1,4.9,22,8.5,22H12v-2H8.5C6,20,4,18,4,15.5 c0-2.3,1.8-4.3,4.1-4.5L9,11l0.1-0.8C9.5,6.6,12.5,4,16,4c3.5,0,6.5,2.6,6.9,6.1L23,11l0.8,0.1c2.3,0.2,4.1,2.2,4.1,4.5 c0,2.5-2,4.5-4.5,4.5H20v2h3.5c3.6,0,6.5-2.9,6.5-6.5C30,12.4,27.8,9.7,24.8,9.1z"
2476
2489
  })), children);
2477
2490
  });
2478
2491
  if (process.env.NODE_ENV !== "production") {
2479
- IbmCloudPakApplications.propTypes = iconPropTypes4cbeb95d.i;
2492
+ IbmCloudMassDataMigration.propTypes = iconPropTypes4cbeb95d.i;
2480
2493
  }
2481
- const IbmCloudPakBusinessAutomation = /*#__PURE__*/React.forwardRef(function IbmCloudPakBusinessAutomation(_ref100, ref) {
2494
+ const IbmCloudObservability = /*#__PURE__*/React.forwardRef(function IbmCloudObservability(_ref100, ref) {
2482
2495
  let {
2483
2496
  children,
2484
2497
  size = 16,
@@ -2492,19 +2505,14 @@ const IbmCloudPakBusinessAutomation = /*#__PURE__*/React.forwardRef(function Ibm
2492
2505
  viewBox: "0 0 32 32",
2493
2506
  fill: "currentColor",
2494
2507
  ...rest
2495
- }, _switch || (_switch = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
2496
- d: "M25 16c0-1.5-1.2-2.8-2.7-3-1.1-2.4-3.5-4-6.3-4-.2 0-.5 0-.7.1C14.7 8.4 13.9 8 13 8c-1.7 0-3 1.3-3 3 0 .4.1.7.2 1.1C9.4 13.2 9 14.5 9 16s.4 2.8 1.2 3.9c-.1.4-.2.7-.2 1.1 0 1.7 1.3 3 3 3 .9 0 1.7-.4 2.3-1.1.2 0 .5.1.7.1 2.8 0 5.2-1.7 6.3-4 1.5-.2 2.7-1.5 2.7-3zm-12-6c.6 0 1 .4 1 1s-.4 1-1 1-1-.4-1-1 .4-1 1-1zm0 12c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1zm3-1c0-1.7-1.3-3-3-3-.5 0-1 .1-1.4.4-.4-.7-.6-1.5-.6-2.4s.2-1.7.6-2.4c.4.3.9.4 1.4.4 1.7 0 3-1.3 3-3 1.9 0 3.4 1 4.3 2.5-.8.6-1.3 1.5-1.3 2.5s.5 1.9 1.3 2.5C19.4 20 17.9 21 16 21zm6-4c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1z"
2497
- }), /*#__PURE__*/React.createElement("path", {
2498
- d: "M16 31c-.2 0-.3 0-.5-.1l-12-7c-.3-.2-.5-.5-.5-.9V9c0-.4.2-.7.5-.9l12-7c.3-.2.7-.2 1 0l12 7-1 1.7L16 3.2 5 9.6v12.9l11 6.4 11-6.4V15h2v8c0 .4-.2.7-.5.9l-12 7c-.2.1-.3.1-.5.1z"
2499
- }), /*#__PURE__*/React.createElement("path", {
2500
- fill: "none",
2501
- d: "M0 0h32v32H0z"
2502
- })))), children);
2508
+ }, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2509
+ d: "M26,15h5v2h-5v-2ZM26,23h5v2h-5v-2ZM18,17.18l-2.59-2.59-1.41,1.41,4,4,6-6-1.41-1.41-4.59,4.59ZM18,25.18l-2.59-2.59-1.41,1.41,4,4,6-6-1.41-1.41-4.59,4.59ZM11,25h-2.5c-3.0327,0-5.5-2.4678-5.5-5.5,0-2.8779,2.25-5.2852,5.1231-5.4795l.8769-.0205.0493-.8701c.4395-4.0645,3.8579-7.1299,7.9507-7.1299,3.0596,0,5.8066,1.7031,7.169,4.4448l1.791-.8906c-1.7031-3.4258-5.1358-5.5542-8.96-5.5542-4.8477,0-8.938,3.4399-9.8218,8.124-3.5234.6294-6.1782,3.7246-6.1782,7.376,0,4.1357,3.3643,7.5,7.5,7.5h2.5v-2Z"
2510
+ })), children);
2503
2511
  });
2504
2512
  if (process.env.NODE_ENV !== "production") {
2505
- IbmCloudPakBusinessAutomation.propTypes = iconPropTypes4cbeb95d.i;
2513
+ IbmCloudObservability.propTypes = iconPropTypes4cbeb95d.i;
2506
2514
  }
2507
- const IbmCloudPakData = /*#__PURE__*/React.forwardRef(function IbmCloudPakData(_ref101, ref) {
2515
+ const IbmCloudPal = /*#__PURE__*/React.forwardRef(function IbmCloudPal(_ref101, ref) {
2508
2516
  let {
2509
2517
  children,
2510
2518
  size = 16,
@@ -2518,32 +2526,18 @@ const IbmCloudPakData = /*#__PURE__*/React.forwardRef(function IbmCloudPakData(_
2518
2526
  viewBox: "0 0 32 32",
2519
2527
  fill: "currentColor",
2520
2528
  ...rest
2521
- }, _circle47 || (_circle47 = /*#__PURE__*/React.createElement("circle", {
2522
- cx: "23",
2523
- cy: "15",
2524
- r: "1"
2525
- })), _circle48 || (_circle48 = /*#__PURE__*/React.createElement("circle", {
2526
- cx: "8",
2527
- cy: "15",
2528
- r: "1"
2529
- })), _circle49 || (_circle49 = /*#__PURE__*/React.createElement("circle", {
2530
- cx: "21",
2531
- cy: "10",
2532
- r: "1"
2533
- })), _circle50 || (_circle50 = /*#__PURE__*/React.createElement("circle", {
2534
- cx: "15",
2535
- cy: "23",
2536
- r: "1"
2537
- })), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2538
- d: "M21,19a1.9822,1.9822,0,0,0-.5116.0743L18.707,17.293l-.0257.0257A2.9642,2.9642,0,0,0,19,16a3.0033,3.0033,0,0,0-3-3,2.9642,2.9642,0,0,0-1.3187.3187l.0257-.0257-1.7813-1.7814a2.0345,2.0345,0,1,0-1.4141,1.4141L13.293,14.707l.0258-.0258A2.9634,2.9634,0,0,0,13,16a3.0033,3.0033,0,0,0,3,3,2.9634,2.9634,0,0,0,1.3188-.3188l-.0258.0258,1.7813,1.7814A1.9956,1.9956,0,1,0,21,19Zm-5-2a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,16,17Z"
2529
+ }, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2530
+ strokeWidth: "0",
2531
+ d: "m30.5093,17.6895l-6-3.5498c-.1572-.0933-.333-.1396-.5093-.1396s-.3521.0464-.5093.1396l-6,3.5498c-.3042.1797-.4907.5068-.4907.8604v6.9004c0,.3535.1865.6807.4907.8604l6,3.5498c.1572.0933.333.1396.5093.1396s.3521-.0464.5093-.1396l6-3.5498c.3042-.1797.4907-.5068.4907-.8604v-6.9004c0-.3535-.1865-.6807-.4907-.8604Zm-1.5093,7.1904l-5,2.958-5-2.958v-5.7598l5-2.958,5,2.958v5.7598Z"
2539
2532
  })), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2540
- 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"
2533
+ strokeWidth: "0",
2534
+ d: "m14,26h-5c-4.4111,0-8-3.5889-8-8,0-3.7183,2.5986-6.9365,6.1577-7.7783.8438-4.7368,4.9497-8.2217,9.8423-8.2217,5.5137,0,10,4.4858,10,10h-2c0-4.4111-3.5889-8-8-8-4.1177,0-7.5386,3.084-7.9575,7.1743l-.0801.7822-.7793.1064c-2.9551.4033-5.1831,2.9556-5.1831,5.937,0,3.3086,2.6914,6,6,6h5v2Z"
2541
2535
  })), children);
2542
2536
  });
2543
2537
  if (process.env.NODE_ENV !== "production") {
2544
- IbmCloudPakData.propTypes = iconPropTypes4cbeb95d.i;
2538
+ IbmCloudPal.propTypes = iconPropTypes4cbeb95d.i;
2545
2539
  }
2546
- const IbmCloudPakIntegration = /*#__PURE__*/React.forwardRef(function IbmCloudPakIntegration(_ref102, ref) {
2540
+ const IbmCloudPrivilegedAccessGateway = /*#__PURE__*/React.forwardRef(function IbmCloudPrivilegedAccessGateway(_ref102, ref) {
2547
2541
  let {
2548
2542
  children,
2549
2543
  size = 16,
@@ -2558,17 +2552,15 @@ const IbmCloudPakIntegration = /*#__PURE__*/React.forwardRef(function IbmCloudPa
2558
2552
  fill: "currentColor",
2559
2553
  ...rest
2560
2554
  }, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2561
- d: "M22.1213 9.8787a3 3 0 00-4.2426 0l-.4645.4644 1.4142 1.4142.4645-.4645a1 1 0 011.4142 1.4144L17.4142 16l1.4143 1.4142 3.2928-3.2929A3 3 0 0022.1213 9.8787zM12.7071 20.7072a1 1 0 01-1.4142-1.4144L14.5858 16l-1.4142-1.4142L9.8787 17.8787a3 3 0 104.2426 4.2426l.4645-.4644-1.4142-1.4143zM14.1213 9.8787a3 3 0 00-4.2426 4.2426l.4645.4645 1.4142-1.4142-.4645-.4645a1 1 0 011.4142-1.4143L16 14.5858l1.4142-1.4143z"
2555
+ d: "M32 23L27 28 25.6 26.6 28.2 24 20 24 20 22 28.2 22 25.6 19.4 27 18z"
2562
2556
  })), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2563
- d: "M22.1213,17.8787l-.4645-.4645-1.4141,1.4142.4644.4645a1,1,0,0,1-1.4142,1.4143L16,17.4142l-1.4142,1.4142,3.2929,3.2929a3,3,0,0,0,4.2426-4.2426Z"
2564
- })), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2565
- 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"
2557
+ d: "M25.5,2.7C25.1,2.3,24.6,2,24,2h-2.7c-0.6,0-1.1,0.3-1.3,0.8L19.4,4H18V3.5C18,2.7,17.3,2,16.5,2h-5C10.7,2,10,2.7,10,3.5V4 H8.6L8,2.8C7.8,2.3,7.3,2,6.7,2H4C3.4,2,2.9,2.3,2.5,2.7C2.1,3.2,1.9,3.8,2,4.4l0.7,4.1C3,9.9,4.2,11,5.7,11H6v12c-1.7,0-3,1.3-3,3 v4h19v-2h-5v-7c0-1.7-1.3-3-3-3s-3,1.3-3,3v7H5v-2c0-0.6,0.4-1,1-1h2V11h12v7h2v-7h0.3c1.5,0,2.7-1.1,3-2.5L26,4.4 C26.1,3.8,25.9,3.2,25.5,2.7z M13,21c0-0.6,0.4-1,1-1s1,0.4,1,1v7h-2V21z M23.3,8.2c-0.1,0.5-0.5,0.8-1,0.8H5.7 c-0.5,0-0.9-0.4-1-0.8L4,4h2.4l1,2H12V4h4v2h4.6l1-2L24,4L23.3,8.2z"
2566
2558
  })), children);
2567
2559
  });
2568
2560
  if (process.env.NODE_ENV !== "production") {
2569
- IbmCloudPakIntegration.propTypes = iconPropTypes4cbeb95d.i;
2561
+ IbmCloudPrivilegedAccessGateway.propTypes = iconPropTypes4cbeb95d.i;
2570
2562
  }
2571
- const IbmCloudPakMantaAutomatedDataLineage = /*#__PURE__*/React.forwardRef(function IbmCloudPakMantaAutomatedDataLineage(_ref103, ref) {
2563
+ const IbmCloudProjects = /*#__PURE__*/React.forwardRef(function IbmCloudProjects(_ref103, ref) {
2572
2564
  let {
2573
2565
  children,
2574
2566
  size = 16,
@@ -2582,14 +2574,14 @@ const IbmCloudPakMantaAutomatedDataLineage = /*#__PURE__*/React.forwardRef(funct
2582
2574
  viewBox: "0 0 32 32",
2583
2575
  fill: "currentColor",
2584
2576
  ...rest
2585
- }, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2586
- d: "M30,11V5H24V7H14V4a2.0025,2.0025,0,0,0-2-2H4A2.0025,2.0025,0,0,0,2,4v8a2.0025,2.0025,0,0,0,2,2h8a2.0025,2.0025,0,0,0,2-2V9a3.0033,3.0033,0,0,1,3,3v9H11V19H5v6h6V23h6v2a2.0025,2.0025,0,0,0,2,2h5v2h6V23H24v2H19V18h5v2h6V14H24v2H19V12a4.9521,4.9521,0,0,0-1.0254-3H24v2ZM4,12V4h8v8ZM9,23H7V21H9Zm17,2h2v2H26Zm0-9h2v2H26Zm0-9h2V9H26Z"
2577
+ }, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2578
+ d: "M30 18h-10v6.4678c0 1.9229 1.1231 3.6973 2.8613 4.5195l2.1387 1.0127 2.1387-1.0127c1.7383-.8223 2.8613-2.5967 2.8613-4.5195v-6.4678h0zm-5 9.7861l-1.2832-.6074c-1.043-.4932-1.7168-1.5576-1.7168-2.7109v-4.4678h6v4.4678c0 1.1533-.6738 2.2178-1.7168 2.7109l-1.2832.6074h0zM17 18H5c-1.1045 0-2 .8954-2 2v5c0 1.1045.8955 2 2 2h12v-2H5v-5h12v-2h0zM27 4h-5c-1.1045 0-2 .8954-2 2v9h2V6h5v9h2V6c0-1.1046-.8955-2-2-2h0zM15 4H5c-1.1045 0-2 .8954-2 2v7c0 1.1045.8955 2 2 2h10c1.1045 0 2-.8955 2-2v-7c0-1.1046-.8955-2-2-2h0zM5 13v-7h10v7H5z"
2587
2579
  })), children);
2588
2580
  });
2589
2581
  if (process.env.NODE_ENV !== "production") {
2590
- IbmCloudPakMantaAutomatedDataLineage.propTypes = iconPropTypes4cbeb95d.i;
2582
+ IbmCloudProjects.propTypes = iconPropTypes4cbeb95d.i;
2591
2583
  }
2592
- const IbmCloudPakMulticloudMgmt = /*#__PURE__*/React.forwardRef(function IbmCloudPakMulticloudMgmt(_ref104, ref) {
2584
+ const IbmCloudResiliency = /*#__PURE__*/React.forwardRef(function IbmCloudResiliency(_ref104, ref) {
2593
2585
  let {
2594
2586
  children,
2595
2587
  size = 16,
@@ -2603,16 +2595,16 @@ const IbmCloudPakMulticloudMgmt = /*#__PURE__*/React.forwardRef(function IbmClou
2603
2595
  viewBox: "0 0 32 32",
2604
2596
  fill: "currentColor",
2605
2597
  ...rest
2606
- }, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2607
- d: "M21,19a1.9822,1.9822,0,0,0-.5116.0743L18.707,17.293l-.0257.0257a2.8876,2.8876,0,0,0,0-2.6374l.0257.0257,1.7814-1.7813a2.0345,2.0345,0,1,0-1.4141-1.4141L17.293,13.293l.0257.0257a2.8876,2.8876,0,0,0-2.6374,0l.0257-.0257-1.7813-1.7814a2.0345,2.0345,0,1,0-1.4141,1.4141L13.293,14.707l.0258-.0258a2.8872,2.8872,0,0,0,0,2.6376l-.0258-.0258-1.7814,1.7813a2.0345,2.0345,0,1,0,1.4141,1.4141L14.707,18.707l-.0258-.0258a2.8872,2.8872,0,0,0,2.6376,0l-.0258.0258,1.7813,1.7814A1.9956,1.9956,0,1,0,21,19Zm-5-2a1,1,0,1,1,1-1A1.0006,1.0006,0,0,1,16,17Z"
2608
- })), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2609
- 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"
2598
+ }, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2599
+ d: "M24 24v6h6v-6h-6zm4 4h-2v-2h2v2zM2 30h6v-6H2v6zm2-4h2v2h-2v-2z"
2600
+ })), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2601
+ d: "M26 15h-9v-6.1631c1.4407-.4336 2.5-1.7571 2.5-3.3369 0-1.9297-1.5703-3.5-3.5-3.5s-3.5 1.5703-3.5 3.5c0 1.5798 1.0593 2.9033 2.5 3.3369v6.1631H6c-1.1025 0-2 .8972-2 2v5h2v-5h9v7h-2v6h6v-6h-2v-7h9v5h2v-5c0-1.1028-.8975-2-2-2zM14.5 5.5c0-.8271.6729-1.5 1.5-1.5s1.5.6729 1.5 1.5-.6729 1.5-1.5 1.5-1.5-.6729-1.5-1.5zm2.5 22.5h-2v-2h2v2zM26.5 9c1.9297 0 3.5-1.5703 3.5-3.5s-1.5703-3.5-3.5-3.5-3.5 1.5703-3.5 3.5 1.5703 3.5 3.5 3.5zm0-5c.8271 0 1.5.6729 1.5 1.5s-.6729 1.5-1.5 1.5-1.5-.6729-1.5-1.5.6729-1.5 1.5-1.5zM5.5 9c1.9297 0 3.5-1.5703 3.5-3.5s-1.5703-3.5-3.5-3.5-3.5 1.5703-3.5 3.5 1.5703 3.5 3.5 3.5zm0-5c.8271 0 1.5.6729 1.5 1.5s-.6729 1.5-1.5 1.5-1.5-.6729-1.5-1.5.6729-1.5 1.5-1.5z"
2610
2602
  })), children);
2611
2603
  });
2612
2604
  if (process.env.NODE_ENV !== "production") {
2613
- IbmCloudPakMulticloudMgmt.propTypes = iconPropTypes4cbeb95d.i;
2605
+ IbmCloudResiliency.propTypes = iconPropTypes4cbeb95d.i;
2614
2606
  }
2615
- const IbmCloudPakNetezza = /*#__PURE__*/React.forwardRef(function IbmCloudPakNetezza(_ref105, ref) {
2607
+ const IbmCloudSecretsManager = /*#__PURE__*/React.forwardRef(function IbmCloudSecretsManager(_ref105, ref) {
2616
2608
  let {
2617
2609
  children,
2618
2610
  size = 16,
@@ -2626,16 +2618,16 @@ const IbmCloudPakNetezza = /*#__PURE__*/React.forwardRef(function IbmCloudPakNet
2626
2618
  viewBox: "0 0 32 32",
2627
2619
  fill: "currentColor",
2628
2620
  ...rest
2629
- }, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2630
- d: "M19 10L19 19.2 13.5 10 11 10 11 22 13 22 13 12.8 18.5 22 21 22 21 10z"
2631
- })), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2632
- d: "M16,30C8.3,30,2,23.7,2,16S8.3,2,16,2s14,6.3,14,14S23.7,30,16,30z M16,4C9.4,4,4,9.4,4,16s5.4,12,12,12s12-5.4,12-12 S22.6,4,16,4z"
2621
+ }, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2622
+ d: "M20,16c0-0.7-0.2-1.4-0.6-2l3.3-3.3l-1.4-1.4L18,12.6c-0.6-0.4-1.3-0.6-2-0.6c-0.7,0-1.4,0.2-2,0.6l-3.3-3.3l-1.4,1.4 l3.3,3.3c-0.4,0.6-0.6,1.3-0.6,2c0,0.7,0.2,1.4,0.6,2l-3.3,3.3l1.4,1.4l3.3-3.3c0.6,0.4,1.3,0.6,2,0.6c0.7,0,1.4-0.2,2-0.6l3.3,3.3 l1.4-1.4L19.4,18C19.8,17.4,20,16.7,20,16z M16,18c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C18,17.1,17.1,18,16,18z"
2623
+ })), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2624
+ d: "M26,17h6v-2h-2.1C29.4,7.7,23.4,2,16,2C8.3,2,2,8.3,2,16s6.3,14,14,14c5.2,0,9.7-2.8,12.1-7l-1.7-1c-2.1,3.6-5.9,6-10.4,6 C9.4,28,4,22.6,4,16C4,9.4,9.4,4,16,4c6.3,0,11.4,4.9,11.9,11H26V17z"
2633
2625
  })), children);
2634
2626
  });
2635
2627
  if (process.env.NODE_ENV !== "production") {
2636
- IbmCloudPakNetezza.propTypes = iconPropTypes4cbeb95d.i;
2628
+ IbmCloudSecretsManager.propTypes = iconPropTypes4cbeb95d.i;
2637
2629
  }
2638
- const IbmCloudPakNetworkAutomation = /*#__PURE__*/React.forwardRef(function IbmCloudPakNetworkAutomation(_ref106, ref) {
2630
+ const IbmCloudSecurity = /*#__PURE__*/React.forwardRef(function IbmCloudSecurity(_ref106, ref) {
2639
2631
  let {
2640
2632
  children,
2641
2633
  size = 16,
@@ -2649,20 +2641,14 @@ const IbmCloudPakNetworkAutomation = /*#__PURE__*/React.forwardRef(function IbmC
2649
2641
  viewBox: "0 0 32 32",
2650
2642
  fill: "currentColor",
2651
2643
  ...rest
2652
- }, _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
2653
- d: "M22.3638,21.364,20.95,19.95a6.9993,6.9993,0,0,0,0-9.899L22.3638,8.636a9,9,0,0,1,0,12.728Z"
2654
- })), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2655
- d: "M19.5356 18.5354l-1.414-1.4141a3.0039 3.0039 0 000-4.2426l1.414-1.4141A5.0048 5.0048 0 0119.5356 18.5354zM17 26H15V15a1 1 0 011-1h0a1 1 0 011 1zM12.4644 18.5354a5.0048 5.0048 0 010-7.0708l1.414 1.4141a3.0039 3.0039 0 000 4.2426z"
2656
- })), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
2657
- d: "M9.6362,21.364a9,9,0,0,1,0-12.728L11.05,10.0505a6.9993,6.9993,0,0,0,0,9.899Z"
2658
- })), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
2659
- 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"
2644
+ }, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2645
+ d: "M26,23h-8c-2.21,0-4-1.79-4-4,0-1.85,1.28-3.46,3.08-3.89.42-2.33,2.47-4.11,4.92-4.11s4.5,1.77,4.92,4.11c1.8.43,3.08,2.04,3.08,3.89,0,2.21-1.79,4-4,4ZM18,21h8c1.1,0,2-.9,2-2s-.9-2-2-2h-1v-1c0-1.65-1.35-3-3-3s-3,1.35-3,3v1h-1c-1.1,0-2,.9-2,2s.9,2,2,2ZM24,2H6c-1.1,0-2,.9-2,2v14.3c0,3.9,2.1,7.5,5.5,9.5l5.5,3.2,5.4-3.2c.5-.29.97-.62,1.42-.98l-1.37-1.37c-.3.23-.62.45-.94.66l-4.5,2.7-4.5-2.7c-2.8-1.6-4.5-4.6-4.5-7.8V4h18v5h2v-5c0-1.1-.9-2-2-2h-.01Z"
2660
2646
  })), children);
2661
2647
  });
2662
2648
  if (process.env.NODE_ENV !== "production") {
2663
- IbmCloudPakNetworkAutomation.propTypes = iconPropTypes4cbeb95d.i;
2649
+ IbmCloudSecurity.propTypes = iconPropTypes4cbeb95d.i;
2664
2650
  }
2665
- const IbmCloudPakSecurity = /*#__PURE__*/React.forwardRef(function IbmCloudPakSecurity(_ref107, ref) {
2651
+ const IbmCloudSecurityComplianceCenter = /*#__PURE__*/React.forwardRef(function IbmCloudSecurityComplianceCenter(_ref107, ref) {
2666
2652
  let {
2667
2653
  children,
2668
2654
  size = 16,
@@ -2676,16 +2662,16 @@ const IbmCloudPakSecurity = /*#__PURE__*/React.forwardRef(function IbmCloudPakSe
2676
2662
  viewBox: "0 0 32 32",
2677
2663
  fill: "currentColor",
2678
2664
  ...rest
2679
- }, _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
2680
- d: "M16,23.7285a6.0069,6.0069,0,0,1-6-6v-6.457l6-3,6,3v6.457A6.0069,6.0069,0,0,1,16,23.7285ZM12,12.5073v5.2212a4,4,0,0,0,8,0V12.5073l-4-2Z"
2681
- })), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
2682
- 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"
2665
+ }, _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
2666
+ d: "M30,18v5.5c0,1.5-0.9,2.8-2.3,3.5L26,27.8 L24.3,27c-1.4-0.6-2.3-2-2.3-3.5V18H30 M32,16H20v7.5c0,2.2,1.3,4.3,3.4,5.3L26,30l2.6-1.2c2.1-1,3.4-3,3.4-5.3V16L32,16z"
2667
+ })), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2668
+ d: "M16,25H7.5C3.4,25,0,21.6,0,17.5c0-3.7,2.7-6.7,6.2-7.4C7.1,5.4,11.2,2,16,2c5.5,0,10,4.5,10,10h-2c0-4.4-3.6-8-8-8 c-4.1,0-7.5,3.1-8,7.1L8,12L7.1,12C4.2,12.2,2,14.6,2,17.5c0,3,2.5,5.5,5.5,5.5H16V25z"
2683
2669
  })), children);
2684
2670
  });
2685
2671
  if (process.env.NODE_ENV !== "production") {
2686
- IbmCloudPakSecurity.propTypes = iconPropTypes4cbeb95d.i;
2672
+ IbmCloudSecurityComplianceCenter.propTypes = iconPropTypes4cbeb95d.i;
2687
2673
  }
2688
- const IbmCloudPakSystem = /*#__PURE__*/React.forwardRef(function IbmCloudPakSystem(_ref108, ref) {
2674
+ const IbmCloudSecurityComplianceCenterWorkloadProtection = /*#__PURE__*/React.forwardRef(function IbmCloudSecurityComplianceCenterWorkloadProtection(_ref108, ref) {
2689
2675
  let {
2690
2676
  children,
2691
2677
  size = 16,
@@ -2699,22 +2685,18 @@ const IbmCloudPakSystem = /*#__PURE__*/React.forwardRef(function IbmCloudPakSyst
2699
2685
  viewBox: "0 0 32 32",
2700
2686
  fill: "currentColor",
2701
2687
  ...rest
2702
- }, _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
2703
- d: "M15 11.671H17V15.328H15z",
2704
- transform: "rotate(-45 16 13.5)"
2705
- })), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
2706
- d: "M15 16.672H17V20.329H15z",
2707
- transform: "rotate(-45 16 18.5)"
2708
- })), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
2709
- d: "M19,24H13a2.0023,2.0023,0,0,1-2-2V10a2.0023,2.0023,0,0,1,2-2h6a2.0023,2.0023,0,0,1,2,2V22A2.0023,2.0023,0,0,1,19,24ZM13,10V22h6.0012L19,10Z"
2710
- })), _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
2711
- 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"
2688
+ }, _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
2689
+ d: "M20 18v6.5c0 1.9 1.1 3.7 2.9 4.5l2.1 1 2.1-1c1.7-.8 2.9-2.6 2.9-4.5V18H20zM28 24.5c0 1.2-.7 2.2-1.7 2.7L25 27.8l-1.3-.6c-1-.5-1.7-1.6-1.7-2.7V20h6V24.5zM16 20c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4h-2c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2V20z"
2690
+ })), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
2691
+ d: "M16,25c-5,0-9-4-9-9s4-9,9-9s9,4,9,9h-2c0-3.9-3.1-7-7-7s-7,3.1-7,7s3.1,7,7,7V25z"
2692
+ })), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
2693
+ d: "M16,30C8.3,30,2,23.7,2,16S8.3,2,16,2s14,6.3,14,14h-2c0-6.6-5.4-12-12-12S4,9.4,4,16s5.4,12,12,12V30z"
2712
2694
  })), children);
2713
2695
  });
2714
2696
  if (process.env.NODE_ENV !== "production") {
2715
- IbmCloudPakSystem.propTypes = iconPropTypes4cbeb95d.i;
2697
+ IbmCloudSecurityComplianceCenterWorkloadProtection.propTypes = iconPropTypes4cbeb95d.i;
2716
2698
  }
2717
- const IbmCloudPakWatsonAiops = /*#__PURE__*/React.forwardRef(function IbmCloudPakWatsonAiops(_ref109, ref) {
2699
+ const IbmCloudSecurityGroups = /*#__PURE__*/React.forwardRef(function IbmCloudSecurityGroups(_ref109, ref) {
2718
2700
  let {
2719
2701
  children,
2720
2702
  size = 16,
@@ -2728,16 +2710,14 @@ const IbmCloudPakWatsonAiops = /*#__PURE__*/React.forwardRef(function IbmCloudPa
2728
2710
  viewBox: "0 0 32 32",
2729
2711
  fill: "currentColor",
2730
2712
  ...rest
2731
- }, _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
2732
- d: "M14,24a1,1,0,0,1-.9614-.7253L11.2456,17H8V15h4a1,1,0,0,1,.9614.7253L14,19.36,17.0386,8.7253a1,1,0,0,1,1.9228,0L20.7544,15H24v2H20a1,1,0,0,1-.9614-.7253L18,12.64,14.9614,23.2747A1,1,0,0,1,14,24Z"
2733
- })), _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
2734
- 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"
2713
+ }, _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
2714
+ d: "M22.86,25.86c-.72.75-1.54,1.42-2.46,1.94l-5.4,3.2-5.5-3.2c-3.4-2-5.5-5.6-5.5-9.5V4c0-1.1.9-2,2-2h18c1.1,0,2,.9,2,2v5h-2v-5H6v14.3c0,3.2,1.7,6.2,4.5,7.8l4.5,2.7,4.5-2.7c.73-.47,1.41-.99,2-1.6,0,0,1.36,1.36,1.36,1.36ZM28,12h-10v2h10v-2ZM28,20h-10v2h10v-2ZM30,16h-10v2h10v-2Z"
2735
2715
  })), children);
2736
2716
  });
2737
2717
  if (process.env.NODE_ENV !== "production") {
2738
- IbmCloudPakWatsonAiops.propTypes = iconPropTypes4cbeb95d.i;
2718
+ IbmCloudSecurityGroups.propTypes = iconPropTypes4cbeb95d.i;
2739
2719
  }
2740
- const IbmDevopsControl = /*#__PURE__*/React.forwardRef(function IbmDevopsControl(_ref110, ref) {
2720
+ const IbmCloudSubnets = /*#__PURE__*/React.forwardRef(function IbmCloudSubnets(_ref110, ref) {
2741
2721
  let {
2742
2722
  children,
2743
2723
  size = 16,
@@ -2751,14 +2731,14 @@ const IbmDevopsControl = /*#__PURE__*/React.forwardRef(function IbmDevopsControl
2751
2731
  viewBox: "0 0 32 32",
2752
2732
  fill: "currentColor",
2753
2733
  ...rest
2754
- }, _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
2755
- d: "M27,24c-1.302,0-2.4016.8389-2.8157,2h-2.5662l-1.5579-3.1157c2.3552-1.3921,3.9397-3.9502,3.9397-6.8843s-1.5845-5.4922-3.9397-6.8843l1.5576-3.1157h2.5664c.4141,1.1611,1.5137,2,2.8157,2,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.302,0-2.4016.8389-2.8157,2h-2.5664c-.7622,0-1.4475.4238-1.7888,1.1055l-1.6069,3.2139c-.7063-.2041-1.4502-.3193-2.2222-.3193s-1.5159.1152-2.2222.3193l-1.6072-3.2139c-.3411-.6816-1.0264-1.1055-1.7886-1.1055h-2.5664c-.4141-1.1611-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c1.302,0,2.4016-.8389,2.8157-2h2.5662l1.5579,3.1157c-2.3552,1.3921-3.9397,3.9502-3.9397,6.8843s1.5845,5.4922,3.9397,6.8843l-1.5576,3.1157h-2.5664c-.4141-1.1611-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c1.302,0,2.4016-.8389,2.8157-2h2.5664c.7622,0,1.4475-.4238,1.7888-1.1055l1.6069-3.2139c.7063.2041,1.4502.3193,2.2222.3193s1.5159-.1152,2.2222-.3193l1.6072,3.2139c.3411.6816,1.0264,1.1055,1.7886,1.1055h2.5664c.4141,1.1611,1.5137,2,2.8157,2,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3ZM27,4c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1ZM5,6c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1ZM5,28c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1ZM10.2856,16c0-3.1509,2.5635-5.7144,5.7144-5.7144s5.7144,2.5635,5.7144,5.7144-2.5635,5.7144-5.7144,5.7144-5.7144-2.5635-5.7144-5.7144ZM27,28c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1ZM18.5901,12.5566l1.4099,1.4434-5,5-3-3,1.4441-1.4438,1.5605,1.6221,3.5854-3.6216Z"
2734
+ }, _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
2735
+ d: "M26,22a3.6069,3.6069,0,0,0-2,.6L19.4143,18,18,19.4141,22.6,24a4.1755,4.1755,0,0,0-.4,1H9.8583A3.5525,3.5525,0,0,0,9.4,24L24,9.4a3.6069,3.6069,0,0,0,2,.6,4,4,0,1,0-3.8569-5H9.9A4.0785,4.0785,0,0,0,6,2a4,4,0,0,0,0,8,3.6066,3.6066,0,0,0,2-.6L12.5858,14,14,12.5859,9.4,8a4.175,4.175,0,0,0,.4-1H22.1418A3.5553,3.5553,0,0,0,22.6,8L8,22.6A3.6066,3.6066,0,0,0,6,22a4,4,0,1,0,3.8569,5H22.1A4.0118,4.0118,0,1,0,26,22ZM26,4a2,2,0,1,1-2,2A2.0058,2.0058,0,0,1,26,4ZM6,8A2,2,0,1,1,8,6,2.0058,2.0058,0,0,1,6,8ZM6,28a2,2,0,1,1,2-2A2.0058,2.0058,0,0,1,6,28Zm20,0a2,2,0,1,1,2-2A2.0058,2.0058,0,0,1,26,28Z"
2756
2736
  })), children);
2757
2737
  });
2758
2738
  if (process.env.NODE_ENV !== "production") {
2759
- IbmDevopsControl.propTypes = iconPropTypes4cbeb95d.i;
2739
+ IbmCloudSubnets.propTypes = iconPropTypes4cbeb95d.i;
2760
2740
  }
2761
- const IbmQuantumSafeAdvisor = /*#__PURE__*/React.forwardRef(function IbmQuantumSafeAdvisor(_ref111, ref) {
2741
+ const IbmCloudSysdigSecure = /*#__PURE__*/React.forwardRef(function IbmCloudSysdigSecure(_ref111, ref) {
2762
2742
  let {
2763
2743
  children,
2764
2744
  size = 16,
@@ -2772,14 +2752,16 @@ const IbmQuantumSafeAdvisor = /*#__PURE__*/React.forwardRef(function IbmQuantumS
2772
2752
  viewBox: "0 0 32 32",
2773
2753
  fill: "currentColor",
2774
2754
  ...rest
2775
- }, _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
2776
- d: "M26,16.44c0,4.96-4.68,7.7-8.45,9.9-.54.32-1.07.62-1.55.92-.49-.3-1.01-.61-1.55-.92-3.76-2.2-8.45-4.94-8.45-9.9V4h21v-2H6c-1.1,0-2,.9-2,2v12.44c0,6.11,5.45,9.3,9.44,11.63.72.42,1.41.82,2.02,1.22l.54.35.54-.35c.61-.39,1.3-.79,2.02-1.22,3.98-2.33,9.44-5.52,9.44-11.63v-3.62c1.16-.41,2-1.51,2-2.82,0-1.65-1.35-3-3-3s-3,1.35-3,3c0,1.3.84,2.4,2,2.82v3.62ZM27,11c-.55,0-1-.45-1-1s.45-1,1-1,1,.45,1,1-.45,1-1,1ZM21,9h-8v-2h8v2ZM21,21h-8v-2h8v2ZM15,13h8v1.99h-8v-1.99ZM9.71,17.71l-1.41-1.41,2.29-2.29-2.29-2.29,1.41-1.41,3.71,3.71-3.71,3.71v-.02Z"
2755
+ }, _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
2756
+ d: "M25,14l-2.1-1c-1.7-0.8-2.9-2.6-2.9-4.5V2h10v6.5c0,1.9-1.1,3.7-2.9,4.5L25,14z M22,4v4.5c0,1.2,0.7,2.2,1.7,2.7l1.3,0.6 l1.3-0.6c1-0.5,1.7-1.6,1.7-2.7V4H22z"
2757
+ })), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
2758
+ d: "M28,16v6H4V6h12V4H4C2.9,4,2,4.9,2,6v16c0,1.1,0.9,2,2,2h8v4H8v2h16v-2h-4v-4h8c1.1,0,2-0.9,2-2v-6H28z M18,28h-4v-4h4V28z"
2777
2759
  })), children);
2778
2760
  });
2779
2761
  if (process.env.NODE_ENV !== "production") {
2780
- IbmQuantumSafeAdvisor.propTypes = iconPropTypes4cbeb95d.i;
2762
+ IbmCloudSysdigSecure.propTypes = iconPropTypes4cbeb95d.i;
2781
2763
  }
2782
- const IbmQuantumSafeExplorer = /*#__PURE__*/React.forwardRef(function IbmQuantumSafeExplorer(_ref112, ref) {
2764
+ const IbmCloudTransitGateway = /*#__PURE__*/React.forwardRef(function IbmCloudTransitGateway(_ref112, ref) {
2783
2765
  let {
2784
2766
  children,
2785
2767
  size = 16,
@@ -2793,14 +2775,16 @@ const IbmQuantumSafeExplorer = /*#__PURE__*/React.forwardRef(function IbmQuantum
2793
2775
  viewBox: "0 0 32 32",
2794
2776
  fill: "currentColor",
2795
2777
  ...rest
2796
- }, _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
2797
- d: "M10,18h8v2h-8v-2ZM28,12.82v3.62c0,6.11-5.45,9.3-9.44,11.63-.72.42-1.41.82-2.02,1.22l-.54.35-.54-.35c-.61-.39-1.3-.79-2.02-1.22-3.98-2.33-9.44-5.52-9.44-11.63V4c0-1.1.9-2,2-2h21v2H6v9h6v2h-6v1.44c0,4.96,4.68,7.7,8.45,9.9.54.32,1.07.62,1.55.92.49-.3,1.01-.61,1.55-.92,2.75-1.6,5.97-3.5,7.52-6.33h-5.08v-2h5.83c.11-.5.17-1.01.17-1.56v-3.62c-1.16-.41-2-1.51-2-2.82,0-1.65,1.35-3,3-3s3,1.35,3,3c0,1.3-.84,2.4-2,2.82l.01-.01ZM28,10c0-.55-.45-1-1-1s-1,.45-1,1,.45,1,1,1,1-.45,1-1ZM22,13h-8v2h8v-2ZM18,8h-8v2h8v-2Z"
2778
+ }, _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
2779
+ d: "M12.5 7.5l-1.4-1.4 3.5-3.5c.8-.8 2.1-.8 2.8 0l3.5 3.5-1.4 1.4-3.5-3.5-3.5 3.5zM19.5 24.5l1.4 1.4-3.5 3.5c-.8.8-2.1.8-2.8 0l-3.5-3.5 1.4-1.4 3.5 3.5 3.5-3.5zM24.5 12.5l1.4-1.4 3.5 3.5c.8.8.8 2.1 0 2.8l-3.5 3.5-1.4-1.4 3.5-3.5-3.5-3.5zM7.5 19.5l-1.4 1.4-3.5-3.5c-.8-.8-.8-2.1 0-2.8l3.5-3.5 1.4 1.4-3.5 3.5 3.5 3.5z"
2780
+ })), _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
2781
+ d: "m26,24c-.2,0-.3,0-.5.1l-6.1-6.1c.8-1.2.8-2.8,0-4l6.1-6.1c.2.1.3.1.5.1,1.1,0,2-.9,2-2s-.9-2-2-2-2,.9-2,2c0,.2,0,.3.1.5l-6.1,6.1c-1.2-.8-2.8-.8-4,0l-6.1-6.1c.1-.2.1-.3.1-.5,0-1.1-.9-2-2-2s-2,.9-2,2,.9,2,2,2c.2,0,.3,0,.5-.1l6.1,6.1c-.8,1.2-.8,2.8,0,4l-6.1,6.1c-.2-.1-.3-.1-.5-.1-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2c0-.2,0-.3-.1-.5l6.1-6.1c1.2.8,2.8.8,4,0l6.1,6.1c0,.2-.1.3-.1.5,0,1.1.9,2,2,2s2-.9,2-2-.9-2-2-2Zm-10-6c-1.1,0-2-.9-2-2s.9-2,2-2,2,.9,2,2-.9,2-2,2Z"
2798
2782
  })), children);
2799
2783
  });
2800
2784
  if (process.env.NODE_ENV !== "production") {
2801
- IbmQuantumSafeExplorer.propTypes = iconPropTypes4cbeb95d.i;
2785
+ IbmCloudTransitGateway.propTypes = iconPropTypes4cbeb95d.i;
2802
2786
  }
2803
- const IbmQuantumSafeRemediator = /*#__PURE__*/React.forwardRef(function IbmQuantumSafeRemediator(_ref113, ref) {
2787
+ const IbmCloudVirtualServerClassic = /*#__PURE__*/React.forwardRef(function IbmCloudVirtualServerClassic(_ref113, ref) {
2804
2788
  let {
2805
2789
  children,
2806
2790
  size = 16,
@@ -2814,14 +2798,20 @@ const IbmQuantumSafeRemediator = /*#__PURE__*/React.forwardRef(function IbmQuant
2814
2798
  viewBox: "0 0 32 32",
2815
2799
  fill: "currentColor",
2816
2800
  ...rest
2817
- }, _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
2818
- d: "M26,16.44c0,4.96-4.68,7.7-8.45,9.9-.54.32-1.07.62-1.55.92-.49-.3-1.01-.61-1.55-.92-3.76-2.2-8.45-4.94-8.45-9.9V4h21v-2H6c-1.1,0-2,.9-2,2v12.44c0,6.11,5.45,9.3,9.44,11.63.72.42,1.41.82,2.02,1.22l.54.35.54-.35c.61-.39,1.3-.79,2.02-1.22,3.98-2.33,9.44-5.52,9.44-11.63v-3.62c1.16-.41,2-1.51,2-2.82,0-1.65-1.35-3-3-3s-3,1.35-3,3c0,1.3.84,2.4,2,2.82v3.62ZM27,11c-.55,0-1-.45-1-1s.45-1,1-1,1,.45,1,1-.45,1-1,1ZM16,18c-1.48,0-2.77-.8-3.46-2l1.73-1c.35.6.99,1,1.73,1,1.1,0,2-.9,2-2s-.9-2-2-2v-2c2.21,0,4,1.79,4,4s-1.79,4-4,4ZM16,22c-.68,0-1.38-.09-2.07-.27-4.26-1.14-6.8-5.54-5.66-9.8,1.14-4.26,5.54-6.8,9.8-5.66l-.52,1.93c-3.2-.86-6.49,1.05-7.35,4.24-.86,3.2,1.05,6.49,4.24,7.35,3.19.86,6.49-1.05,7.35-4.24l1.93.52c-.96,3.57-4.2,5.93-7.73,5.93h.01Z"
2801
+ }, _circle48 || (_circle48 = /*#__PURE__*/React.createElement("circle", {
2802
+ cx: "9",
2803
+ cy: "26",
2804
+ r: "1"
2805
+ })), _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
2806
+ d: "m26,22h-5v2h5v4H6v-4h9c1.1,0,2-.9,2-2h0v-9.17l2.59,2.59,1.41-1.42-5-5-5,5,1.41,1.41,2.59-2.58v9.17H6c-1.1,0-2,.9-2,2v4c0,1.1.9,2,2,2h20c1.1,0,2-.9,2-2v-4c0-1.1-.9-2-2-2Z"
2807
+ })), _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
2808
+ d: "m23.75,8.05c-.88-3.5-4.08-6.05-7.75-6.05s-6.87,2.55-7.75,6.05c-2.96.37-5.25,2.9-5.25,5.95,0,3.31,2.69,6,6,6h2v-2h-2c-2.21,0-4-1.79-4-4,0-2.19,1.77-3.97,3.95-4l.99.02.12-.88c.43-2.93,2.98-5.14,5.94-5.14s5.51,2.21,5.93,5.15l.12.88.88-.02.13-.01c2.18.03,3.94,1.81,3.94,4,0,2.21-1.79,4-4,4h-2v2h2c3.31,0,6-2.69,6-6,0-3.05-2.29-5.58-5.25-5.95Z"
2819
2809
  })), children);
2820
2810
  });
2821
2811
  if (process.env.NODE_ENV !== "production") {
2822
- IbmQuantumSafeRemediator.propTypes = iconPropTypes4cbeb95d.i;
2812
+ IbmCloudVirtualServerClassic.propTypes = iconPropTypes4cbeb95d.i;
2823
2813
  }
2824
- const IbmSecurity = /*#__PURE__*/React.forwardRef(function IbmSecurity(_ref114, ref) {
2814
+ const IbmCloudVirtualServerVpc = /*#__PURE__*/React.forwardRef(function IbmCloudVirtualServerVpc(_ref114, ref) {
2825
2815
  let {
2826
2816
  children,
2827
2817
  size = 16,
@@ -2835,14 +2825,18 @@ const IbmSecurity = /*#__PURE__*/React.forwardRef(function IbmSecurity(_ref114,
2835
2825
  viewBox: "0 0 32 32",
2836
2826
  fill: "currentColor",
2837
2827
  ...rest
2838
- }, _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
2839
- d: "M16,.0005,4,5.9784V20.0443a12,12,0,0,0,24,0V5.9784Zm6.83,27.3138L16,23.9119V26.14l5.0361,2.5088A10.0025,10.0025,0,0,1,6,20.0443V7.21L16,2.2284,26,7.21v3.75L16,5.9783V8.2062l10,4.9816v3.75L16,11.9562v2.2279l10,4.9815v.8787a9.9045,9.9045,0,0,1-.37,2.6871L16,17.934v2.2279l8.8952,4.4313A10.0252,10.0252,0,0,1,22.83,27.3143Z"
2828
+ }, _circle49 || (_circle49 = /*#__PURE__*/React.createElement("circle", {
2829
+ cx: "8",
2830
+ cy: "26",
2831
+ r: "1"
2832
+ })), _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
2833
+ d: "M5 30h22c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2zm0-6h22v4H5v-4zM23 20h-14c-3.31 0-6-2.69-6-6 0-3.05 2.29-5.58 5.25-5.95.88-3.5 4.08-6.05 7.75-6.05s6.87 2.55 7.75 6.05c2.96.37 5.25 2.9 5.25 5.95 0 3.31-2.69 6-6 6zm-14.05-10c-2.18.03-3.95 1.81-3.95 4 0 2.21 1.79 4 4 4h14c2.21 0 4-1.79 4-4 0-2.19-1.76-3.97-3.94-4l-.12.01-.88.02-.12-.88c-.43-2.94-2.98-5.15-5.94-5.15s-5.51 2.21-5.93 5.15l-.12.88-1-.03z"
2840
2834
  })), children);
2841
2835
  });
2842
2836
  if (process.env.NODE_ENV !== "production") {
2843
- IbmSecurity.propTypes = iconPropTypes4cbeb95d.i;
2837
+ IbmCloudVirtualServerVpc.propTypes = iconPropTypes4cbeb95d.i;
2844
2838
  }
2845
- const IbmSecurityServices = /*#__PURE__*/React.forwardRef(function IbmSecurityServices(_ref115, ref) {
2839
+ const IbmCloudVpc = /*#__PURE__*/React.forwardRef(function IbmCloudVpc(_ref115, ref) {
2846
2840
  let {
2847
2841
  children,
2848
2842
  size = 16,
@@ -2856,27 +2850,21 @@ const IbmSecurityServices = /*#__PURE__*/React.forwardRef(function IbmSecuritySe
2856
2850
  viewBox: "0 0 32 32",
2857
2851
  fill: "currentColor",
2858
2852
  ...rest
2859
- }, _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
2860
- d: "M26,20a2.97,2.97,0,0,0-1.8551.6607L22,19.4224V17.8157a3,3,0,1,0-2,0v1.6067l-2.1449,1.2383A2.97,2.97,0,0,0,16,20a3.02,3.02,0,1,0,2.9254,2.3525L21,21.1548l2.0746,1.1977A2.9978,2.9978,0,1,0,26,20ZM16,24a1,1,0,1,1,1-1A1.0006,1.0006,0,0,1,16,24Zm5-10a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,21,14Zm5,10a1,1,0,1,1,1-1A1.0006,1.0006,0,0,1,26,24Z"
2861
- })), _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
2862
- d: "M16,31A11.0125,11.0125,0,0,1,5,20V6.3823L15.9873.8816,26.4478,6.1187l-.8956,1.7885L15.9873,3.1184,7,7.6177V20a9.0008,9.0008,0,0,0,14.3994,7.2012L22.6006,28.8A10.9077,10.9077,0,0,1,16,31Z"
2853
+ }, _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
2854
+ d: "m23.4141,22l-13.4141-13.4141V2H2v8h6.5859l13.4141,13.4141v6.5859h8v-8h-6.5859ZM8,8h-4V4h4v4Zm20,20h-4v-4h4v4Z"
2855
+ })), _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
2856
+ d: "M30 6c0-2.2056-1.7944-4-4-4-1.8584 0-3.4106 1.2798-3.8579 3h-9.1421v2h9.1421c.3638 1.3989 1.4592 2.4941 2.8579 2.8579v9.1421h2v-9.1421c1.7202-.4473 3-1.9995 3-3.8579zm-4 2c-1.103 0-2-.8975-2-2s.897-2 2-2 2 .8975 2 2-.897 2-2 2zM19 25h-9.1421c-.3638-1.3989-1.4592-2.4941-2.8579-2.8579v-9.1421h-2v9.1421c-1.7202.4473-3 1.9995-3 3.8579 0 2.2056 1.7944 4 4 4 1.8584 0 3.4106-1.2798 3.8579-3h9.1421v-2zm-13 3c-1.103 0-2-.8975-2-2s.897-2 2-2 2 .8975 2 2-.897 2-2 2z"
2863
2857
  })), children);
2864
2858
  });
2865
2859
  if (process.env.NODE_ENV !== "production") {
2866
- IbmSecurityServices.propTypes = iconPropTypes4cbeb95d.i;
2860
+ IbmCloudVpc.propTypes = iconPropTypes4cbeb95d.i;
2867
2861
  }
2868
- const IbmWatsonAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonAssistant(_ref116, ref) {
2862
+ const IbmCloudVpcBlockStorageSnapshots = /*#__PURE__*/React.forwardRef(function IbmCloudVpcBlockStorageSnapshots(_ref116, ref) {
2869
2863
  let {
2870
2864
  children,
2871
2865
  size = 16,
2872
2866
  ...rest
2873
2867
  } = _ref116;
2874
- if (process.env.NODE_ENV !== "production") {
2875
- if (!didWarnAboutDeprecation["IbmWatsonAssistant"]) {
2876
- didWarnAboutDeprecation["IbmWatsonAssistant"] = true;
2877
- console.warn("Icon renamed and replaced by ibm-watsonx--assistant to correspond with the new watsonx platform and product suite. As a result, the IbmWatsonAssistant component will be removed in the next major version of @carbon/icons-react.");
2878
- }
2879
- }
2880
2868
  return /*#__PURE__*/React.createElement(Icon.default, {
2881
2869
  width: size,
2882
2870
  height: size,
@@ -2885,28 +2873,14 @@ const IbmWatsonAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonAssis
2885
2873
  viewBox: "0 0 32 32",
2886
2874
  fill: "currentColor",
2887
2875
  ...rest
2888
- }, _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
2889
- d: "M28 2H18c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h2.4l1.7 3 1.7-1-2.3-4H18V4h10v6h-3v2h3c1.1 0 2-.9 2-2V4C30 2.9 29.1 2 28 2zM14.7 31L13 30l3.5-6H22c1.1 0 2-.9 2-2v-5h2v5c0 2.2-1.8 4-4 4h-4.4L14.7 31z"
2890
- })), _circle51 || (_circle51 = /*#__PURE__*/React.createElement("circle", {
2891
- cx: "10",
2892
- cy: "17",
2893
- r: "1"
2894
- })), _circle52 || (_circle52 = /*#__PURE__*/React.createElement("circle", {
2895
- cx: "14",
2896
- cy: "17",
2897
- r: "1"
2898
- })), _circle53 || (_circle53 = /*#__PURE__*/React.createElement("circle", {
2899
- cx: "18",
2900
- cy: "17",
2901
- r: "1"
2902
- })), _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
2903
- d: "M12,26H6c-2.2,0-4-1.8-4-4V12c0-2.2,1.8-4,4-4h8v2H6c-1.1,0-2,0.9-2,2v10c0,1.1,0.9,2,2,2h6V26z"
2876
+ }, _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
2877
+ d: "M28,30H4c-1.1,0-2-.9-2-2v-12h2v12h24V4h-12v-2h12c1.1,0,2,.9,2,2v24c0,1.1-.9,2-2,2ZM22.5,12.1l-6-3c-.3-.1-.6-.1-.9,0l-6,3c-.3.2-.5.5-.6.9v7c0,.4.2.7.6.9l6,3c.3.1.6.1.9,0l6-3c.3-.2.5-.5.6-.9v-7c0-.4-.2-.7-.5-.9h-.1ZM16,11.1l3.8,1.9-3.8,1.9-3.8-1.9s3.8-1.9,3.8-1.9ZM11,14.6l4,2v4.8l-4-2v-4.8ZM17,21.4v-4.8l4-2v4.8s-4,2-4,2ZM0,10h5v2H0v-2ZM12,0v5h-2V0h2ZM3.4,2l3.5,3.5-1.4,1.4-3.5-3.5,1.4-1.4Z"
2904
2878
  })), children);
2905
2879
  });
2906
2880
  if (process.env.NODE_ENV !== "production") {
2907
- IbmWatsonAssistant.propTypes = iconPropTypes4cbeb95d.i;
2881
+ IbmCloudVpcBlockStorageSnapshots.propTypes = iconPropTypes4cbeb95d.i;
2908
2882
  }
2909
- const IbmWatsonDiscovery = /*#__PURE__*/React.forwardRef(function IbmWatsonDiscovery(_ref117, ref) {
2883
+ const IbmCloudVpcClientVpn = /*#__PURE__*/React.forwardRef(function IbmCloudVpcClientVpn(_ref117, ref) {
2910
2884
  let {
2911
2885
  children,
2912
2886
  size = 16,
@@ -2920,41 +2894,19 @@ const IbmWatsonDiscovery = /*#__PURE__*/React.forwardRef(function IbmWatsonDisco
2920
2894
  viewBox: "0 0 32 32",
2921
2895
  fill: "currentColor",
2922
2896
  ...rest
2923
- }, _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
2924
- d: "M6 17H14V19H6z"
2925
- })), _circle54 || (_circle54 = /*#__PURE__*/React.createElement("circle", {
2926
- cx: "3",
2927
- cy: "18",
2928
- r: "1"
2929
- })), _circle55 || (_circle55 = /*#__PURE__*/React.createElement("circle", {
2930
- cx: "13",
2931
- cy: "14",
2932
- r: "1"
2933
- })), _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
2934
- d: "M2 13H10V15H2zM6 9H14V11H6z"
2935
- })), _circle56 || (_circle56 = /*#__PURE__*/React.createElement("circle", {
2936
- cx: "3",
2937
- cy: "10",
2938
- r: "1"
2939
- })), _path222 || (_path222 = /*#__PURE__*/React.createElement("path", {
2940
- d: "M30,28.6l-7.4-7.4c1.5-2,2.4-4.5,2.4-7.2c0-6.6-5.4-12-12-12C9.7,2,6.6,3.3,4.3,5.8l1.5,1.4C7.6,5.1,10.2,4,13,4 c5.5,0,10,4.5,10,10s-4.5,10-10,10c-3,0-5.8-1.3-7.7-3.6l-1.5,1.3C6,24.4,9.4,26,13,26c3.2,0,6.1-1.3,8.3-3.3l7.3,7.3L30,28.6z"
2897
+ }, _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
2898
+ d: "M16,2c-7.7,0-14,6.3-14,14s6.3,14,14,14h1V2h-1ZM15,4v11h-5c.2-4.2,1.9-8.1,4.8-10.9h.2v-.1ZM15,17v11h-.2c-2.9-2.8-4.6-6.7-4.8-10.9h5v-.1ZM11.5,4.9c-2.1,2.9-3.3,6.4-3.5,10.1h-4c.4-4.6,3.4-8.5,7.5-10.1ZM4,17h4c.2,3.7,1.4,7.2,3.5,10.1-4.1-1.7-7.1-5.5-7.5-10.1ZM29,23h-1v-2c0-1.7-1.3-3-3-3s-3,1.3-3,3v2h-1c-.6,0-1,.4-1,1v5c0,.6.4,1,1,1h8c.6,0,1-.4,1-1v-5c0-.6-.4-1-1-1ZM24,21c0-.6.4-1,1-1s1,.4,1,1v2h-2v-2ZM28,28h-6v-3h6v3ZM25,8c1.7,0,3-1.3,3-3s-1.3-3-3-3-3,1.3-3,3,1.3,3,3,3ZM25,4c.6,0,1,.4,1,1s-.4,1-1,1-1-.4-1-1,.4-1,1-1ZM25,14c.6,0,1,.4,1,1s-.4,1-1,1-1-.4-1-1,.4-1,1-1ZM25,10c.6,0,1,.4,1,1s-.4,1-1,1-1-.4-1-1,.4-1,1-1Z"
2941
2899
  })), children);
2942
2900
  });
2943
2901
  if (process.env.NODE_ENV !== "production") {
2944
- IbmWatsonDiscovery.propTypes = iconPropTypes4cbeb95d.i;
2902
+ IbmCloudVpcClientVpn.propTypes = iconPropTypes4cbeb95d.i;
2945
2903
  }
2946
- const IbmWatsonKnowledgeCatalog = /*#__PURE__*/React.forwardRef(function IbmWatsonKnowledgeCatalog(_ref118, ref) {
2904
+ const IbmCloudVpcEndpoints = /*#__PURE__*/React.forwardRef(function IbmCloudVpcEndpoints(_ref118, ref) {
2947
2905
  let {
2948
2906
  children,
2949
2907
  size = 16,
2950
2908
  ...rest
2951
2909
  } = _ref118;
2952
- if (process.env.NODE_ENV !== "production") {
2953
- if (!didWarnAboutDeprecation["IbmWatsonKnowledgeCatalog"]) {
2954
- didWarnAboutDeprecation["IbmWatsonKnowledgeCatalog"] = true;
2955
- console.warn("Icon renamed, slightly redesigned and replaced by ibm--knowledge-catalog. As a result, the IbmWatsonKnowledgeCatalog component will be removed in the next major version of @carbon/icons-react.");
2956
- }
2957
- }
2958
2910
  return /*#__PURE__*/React.createElement(Icon.default, {
2959
2911
  width: size,
2960
2912
  height: size,
@@ -2963,16 +2915,18 @@ const IbmWatsonKnowledgeCatalog = /*#__PURE__*/React.forwardRef(function IbmWats
2963
2915
  viewBox: "0 0 32 32",
2964
2916
  fill: "currentColor",
2965
2917
  ...rest
2966
- }, _path223 || (_path223 = /*#__PURE__*/React.createElement("path", {
2967
- d: "M23 27.2L20.4 24.6 19 26 23 30 30 23 28.6 21.6zM12 18H20V20H12zM12 13H20V15H12zM12 8H20V10H12z"
2968
- })), _path224 || (_path224 = /*#__PURE__*/React.createElement("path", {
2969
- d: "M16,28H6v-4h2v-2H6v-5h2v-2H6v-5h2V8H6V4h18v16h2V4c0-1.1-0.9-2-2-2H6C4.9,2,4,2.9,4,4v4H2v2h2v5H2v2h2v5H2v2h2v4 c0,1.1,0.9,2,2,2h10V28z"
2918
+ }, _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
2919
+ d: "M20,27H7a2.0059,2.0059,0,0,1-2-2V12H7V25H20Z"
2920
+ })), _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
2921
+ d: "M23.4,22l-4-4a3.6057,3.6057,0,0,0,.6-2,4.0118,4.0118,0,0,0-4-4,3.6057,3.6057,0,0,0-2,.6l-4-4V2H2v8H8.6l4,4a3.6057,3.6057,0,0,0-.6,2,4.0118,4.0118,0,0,0,4,4,3.6057,3.6057,0,0,0,2-.6l4,4V30h8V22ZM8,8H4V4H8Zm8,10a2,2,0,1,1,2-2A2.0059,2.0059,0,0,1,16,18ZM28,28H24V24h4Z"
2922
+ })), _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
2923
+ d: "M25,20h2V7a2.0059,2.0059,0,0,0-2-2H12V7H25Z"
2970
2924
  })), children);
2971
2925
  });
2972
2926
  if (process.env.NODE_ENV !== "production") {
2973
- IbmWatsonKnowledgeCatalog.propTypes = iconPropTypes4cbeb95d.i;
2927
+ IbmCloudVpcEndpoints.propTypes = iconPropTypes4cbeb95d.i;
2974
2928
  }
2975
- const IbmWatsonKnowledgeStudio = /*#__PURE__*/React.forwardRef(function IbmWatsonKnowledgeStudio(_ref119, ref) {
2929
+ const IbmCloudVpcFileStorage = /*#__PURE__*/React.forwardRef(function IbmCloudVpcFileStorage(_ref119, ref) {
2976
2930
  let {
2977
2931
  children,
2978
2932
  size = 16,
@@ -2986,34 +2940,14 @@ const IbmWatsonKnowledgeStudio = /*#__PURE__*/React.forwardRef(function IbmWatso
2986
2940
  viewBox: "0 0 32 32",
2987
2941
  fill: "currentColor",
2988
2942
  ...rest
2989
- }, _path225 || (_path225 = /*#__PURE__*/React.createElement("path", {
2990
- d: "M20 25H27V27H20zM22 29H25V31H22zM27 23h-2c0-1.1.4-2 1.2-2.8l.5-.5c.8-.8 1.3-2 1.3-3.2 0-2.5-2-4.5-4.5-4.5S19 14 19 16.5c0 1.2.5 2.3 1.3 3.2l.5.5C21.6 21 22 21.9 22 23h-2c0-.5-.2-1-.6-1.4l-.5-.5c-1.2-1.2-1.9-2.9-1.9-4.6 0-3.6 2.9-6.5 6.5-6.5s6.5 2.9 6.5 6.5c0 1.7-.7 3.4-1.9 4.6l-.5.5C27.2 22 27 22.5 27 23zM6 22H14V24H6z"
2991
- })), _circle57 || (_circle57 = /*#__PURE__*/React.createElement("circle", {
2992
- cx: "12",
2993
- cy: "19",
2994
- r: "1"
2995
- })), _path226 || (_path226 = /*#__PURE__*/React.createElement("path", {
2996
- d: "M6 18H9V20H6zM6 14H13V16H6zM10 10H17V12H10z"
2997
- })), _circle58 || (_circle58 = /*#__PURE__*/React.createElement("circle", {
2998
- cx: "7",
2999
- cy: "11",
3000
- r: "1"
3001
- })), _path227 || (_path227 = /*#__PURE__*/React.createElement("path", {
3002
- d: "M16 6H20V8H16z"
3003
- })), _circle59 || (_circle59 = /*#__PURE__*/React.createElement("circle", {
3004
- cx: "13",
3005
- cy: "7",
3006
- r: "1"
3007
- })), _path228 || (_path228 = /*#__PURE__*/React.createElement("path", {
3008
- d: "M6 6H10V8H6z"
3009
- })), _path229 || (_path229 = /*#__PURE__*/React.createElement("path", {
3010
- d: "M18,28H4V4l18,0v4h2V4c0-1.1-0.9-2-2-2H4C2.9,2,2,2.9,2,4v24c0,1.1,0.9,2,2,2h14V28z"
2943
+ }, _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
2944
+ d: "M13,26H4V6h7.2l3.4,3.4.6.6h12.8v8h2v-8c0-1.1-.9-2-2-2h-12l-3.4-3.4c-.4-.4-.9-.6-1.4-.6h-7.2c-1.1,0-2,.9-2,2v20c0,1.1.9,2,2,2h9s0-2,0-2ZM16,20h14v2h-14v-2ZM16,24h14v2h-14v-2ZM16,28h7v2h-7v-2Z"
3011
2945
  })), children);
3012
2946
  });
3013
2947
  if (process.env.NODE_ENV !== "production") {
3014
- IbmWatsonKnowledgeStudio.propTypes = iconPropTypes4cbeb95d.i;
2948
+ IbmCloudVpcFileStorage.propTypes = iconPropTypes4cbeb95d.i;
3015
2949
  }
3016
- const IbmWatsonLanguageTranslator = /*#__PURE__*/React.forwardRef(function IbmWatsonLanguageTranslator(_ref120, ref) {
2950
+ const IbmCloudVpcImages = /*#__PURE__*/React.forwardRef(function IbmCloudVpcImages(_ref120, ref) {
3017
2951
  let {
3018
2952
  children,
3019
2953
  size = 16,
@@ -3027,14 +2961,14 @@ const IbmWatsonLanguageTranslator = /*#__PURE__*/React.forwardRef(function IbmWa
3027
2961
  viewBox: "0 0 32 32",
3028
2962
  fill: "currentColor",
3029
2963
  ...rest
3030
- }, _path230 || (_path230 = /*#__PURE__*/React.createElement("path", {
3031
- d: "M16 28h-3c-3.9 0-7-3.1-7-7v-4h2v4c0 2.8 2.2 5 5 5h3V28zM28 30h2.2l-4.6-11h-2.2l-4.6 11H21l.8-2h5.3L28 30zM22.7 26l1.8-4.4 1.8 4.4H22.7zM28 15h-2v-4c0-2.8-2.2-5-5-5h-4V4h4c3.9 0 7 3.1 7 7V15zM14 5V3H9V1H7v2H2v2h8.2C10 5.9 9.4 7.5 8 9 7.4 8.3 6.9 7.6 6.6 7H4.3c.4 1 1.1 2.2 2.1 3.3C5.6 11 4.4 11.6 3 12.1L3.7 14c1.8-.7 3.2-1.5 4.3-2.3 1.1.9 2.5 1.7 4.3 2.3l.7-1.9c-1.4-.5-2.6-1.2-3.5-1.8 1.9-2 2.5-4.1 2.7-5.3H14z"
2964
+ }, _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
2965
+ d: "M30,20H4c-1.1,0-2-.9-2-2V6c0-1.1.9-2,2-2h24c1.1,0,2,.9,2,2v10h-2V6H4v12h26v2ZM2,22h28v2H2v-2ZM2,26h28v2H2v-2ZM16,16c-2.2,0-4-1.8-4-4s1.8-4,4-4,4,1.8,4,4-1.8,4-4,4ZM16,10c-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2-.9-2-2-2ZM24,10c-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2-.9-2-2-2h0ZM8,10c-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2-.9-2-2-2h0Z"
3032
2966
  })), children);
3033
2967
  });
3034
2968
  if (process.env.NODE_ENV !== "production") {
3035
- IbmWatsonLanguageTranslator.propTypes = iconPropTypes4cbeb95d.i;
2969
+ IbmCloudVpcImages.propTypes = iconPropTypes4cbeb95d.i;
3036
2970
  }
3037
- const IbmWatsonMachineLearning = /*#__PURE__*/React.forwardRef(function IbmWatsonMachineLearning(_ref121, ref) {
2971
+ const IbmCloudPakApplications = /*#__PURE__*/React.forwardRef(function IbmCloudPakApplications(_ref121, ref) {
3038
2972
  let {
3039
2973
  children,
3040
2974
  size = 16,
@@ -3048,16 +2982,18 @@ const IbmWatsonMachineLearning = /*#__PURE__*/React.forwardRef(function IbmWatso
3048
2982
  viewBox: "0 0 32 32",
3049
2983
  fill: "currentColor",
3050
2984
  ...rest
3051
- }, _path231 || (_path231 = /*#__PURE__*/React.createElement("path", {
3052
- d: "M3.6 22.5c-1-2-1.6-4.2-1.6-6.5C2 8.3 8.3 2 16 2v2C9.4 4 4 9.4 4 16c0 2 .5 3.8 1.4 5.5L3.6 22.5zM28 16c0 6.6-5.4 12-12 12-2.9 0-5.6-1-7.7-2.8l5.7-5.7L12.6 18l-6.5 6.5c-.4.4-.4 1 0 1.4C8.7 28.5 12.3 30 16 30c7.7 0 14-6.3 14-14H28z"
3053
- })), _path232 || (_path232 = /*#__PURE__*/React.createElement("path", {
3054
- d: "M18,25c-0.1,0-0.3,0-0.4-0.1c-0.3-0.1-0.6-0.4-0.6-0.8l-0.7-5l2-0.3l0.4,3.3l2.2-1.7V15c0-0.3,0.1-0.5,0.3-0.7l3.2-3.2 c0.9-0.9,1.5-2.2,1.5-3.5V6l-1.5,0c-1.3,0-2.6,0.5-3.5,1.5l-3.2,3.2C17.5,10.9,17.3,11,17,11h-5.5l-1.7,2.2l3.3,0.4l-0.3,2l-5-0.7 c-0.4,0-0.7-0.3-0.8-0.6s-0.1-0.7,0.1-1l3-4C10.4,9.1,10.7,9,11,9h5.6l3-3c1.3-1.3,3.1-2,4.9-2H26c1.1,0,2,0.9,2,2v1.5 c0,1.9-0.7,3.6-2,4.9l-3,3V21c0,0.3-0.1,0.6-0.4,0.8l-4,3C18.4,24.9,18.2,25,18,25z"
2985
+ }, _path222 || (_path222 = /*#__PURE__*/React.createElement("path", {
2986
+ d: "M21,22H15a2.0023,2.0023,0,0,1-2-2V16a2.0023,2.0023,0,0,1,2-2h6a2.0023,2.0023,0,0,1,2,2v4A2.0023,2.0023,0,0,1,21,22Zm-6-6v4h6V16Z"
2987
+ })), _path223 || (_path223 = /*#__PURE__*/React.createElement("path", {
2988
+ d: "M11,17H9V12a2.0023,2.0023,0,0,1,2-2h6v2H11Z"
2989
+ })), _path224 || (_path224 = /*#__PURE__*/React.createElement("path", {
2990
+ 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"
3055
2991
  })), children);
3056
2992
  });
3057
2993
  if (process.env.NODE_ENV !== "production") {
3058
- IbmWatsonMachineLearning.propTypes = iconPropTypes4cbeb95d.i;
2994
+ IbmCloudPakApplications.propTypes = iconPropTypes4cbeb95d.i;
3059
2995
  }
3060
- const IbmWatsonNaturalLanguageClassifier = /*#__PURE__*/React.forwardRef(function IbmWatsonNaturalLanguageClassifier(_ref122, ref) {
2996
+ const IbmCloudPakBusinessAutomation = /*#__PURE__*/React.forwardRef(function IbmCloudPakBusinessAutomation(_ref122, ref) {
3061
2997
  let {
3062
2998
  children,
3063
2999
  size = 16,
@@ -3071,14 +3007,19 @@ const IbmWatsonNaturalLanguageClassifier = /*#__PURE__*/React.forwardRef(functio
3071
3007
  viewBox: "0 0 32 32",
3072
3008
  fill: "currentColor",
3073
3009
  ...rest
3074
- }, _path233 || (_path233 = /*#__PURE__*/React.createElement("path", {
3075
- d: "M28 12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h1v4h-3v2h8v-2h-3v-4H28zM24 4h4v6h-4V4zM21 22.4L19.6 21 16 24.6 12.4 21 11 22.4 14.6 26 11 29.6 12.4 31 16 27.4 19.6 31 21 29.6 17.4 26zM12 18L15 18 15 21 17 21 17 18 20 18 20 16 12 16zM10 12V4c0-1.1-.9-2-2-2H3v2h5v2H4C2.9 6 2 6.9 2 8v2c0 1.1.9 2 2 2h1v4H2v2h8v-2H7v-4H10zM4 8h4v2H4V8z"
3076
- })), children);
3010
+ }, _switch || (_switch = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
3011
+ d: "M25 16c0-1.5-1.2-2.8-2.7-3-1.1-2.4-3.5-4-6.3-4-.2 0-.5 0-.7.1C14.7 8.4 13.9 8 13 8c-1.7 0-3 1.3-3 3 0 .4.1.7.2 1.1C9.4 13.2 9 14.5 9 16s.4 2.8 1.2 3.9c-.1.4-.2.7-.2 1.1 0 1.7 1.3 3 3 3 .9 0 1.7-.4 2.3-1.1.2 0 .5.1.7.1 2.8 0 5.2-1.7 6.3-4 1.5-.2 2.7-1.5 2.7-3zm-12-6c.6 0 1 .4 1 1s-.4 1-1 1-1-.4-1-1 .4-1 1-1zm0 12c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1zm3-1c0-1.7-1.3-3-3-3-.5 0-1 .1-1.4.4-.4-.7-.6-1.5-.6-2.4s.2-1.7.6-2.4c.4.3.9.4 1.4.4 1.7 0 3-1.3 3-3 1.9 0 3.4 1 4.3 2.5-.8.6-1.3 1.5-1.3 2.5s.5 1.9 1.3 2.5C19.4 20 17.9 21 16 21zm6-4c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1z"
3012
+ }), /*#__PURE__*/React.createElement("path", {
3013
+ d: "M16 31c-.2 0-.3 0-.5-.1l-12-7c-.3-.2-.5-.5-.5-.9V9c0-.4.2-.7.5-.9l12-7c.3-.2.7-.2 1 0l12 7-1 1.7L16 3.2 5 9.6v12.9l11 6.4 11-6.4V15h2v8c0 .4-.2.7-.5.9l-12 7c-.2.1-.3.1-.5.1z"
3014
+ }), /*#__PURE__*/React.createElement("path", {
3015
+ fill: "none",
3016
+ d: "M0 0h32v32H0z"
3017
+ })))), children);
3077
3018
  });
3078
3019
  if (process.env.NODE_ENV !== "production") {
3079
- IbmWatsonNaturalLanguageClassifier.propTypes = iconPropTypes4cbeb95d.i;
3020
+ IbmCloudPakBusinessAutomation.propTypes = iconPropTypes4cbeb95d.i;
3080
3021
  }
3081
- const IbmWatsonNaturalLanguageUnderstanding = /*#__PURE__*/React.forwardRef(function IbmWatsonNaturalLanguageUnderstanding(_ref123, ref) {
3022
+ const IbmCloudPakData = /*#__PURE__*/React.forwardRef(function IbmCloudPakData(_ref123, ref) {
3082
3023
  let {
3083
3024
  children,
3084
3025
  size = 16,
@@ -3092,16 +3033,32 @@ const IbmWatsonNaturalLanguageUnderstanding = /*#__PURE__*/React.forwardRef(func
3092
3033
  viewBox: "0 0 32 32",
3093
3034
  fill: "currentColor",
3094
3035
  ...rest
3095
- }, _path234 || (_path234 = /*#__PURE__*/React.createElement("path", {
3096
- d: "M6 23H11V25H6zM6 19H11V21H6z"
3097
- })), _path235 || (_path235 = /*#__PURE__*/React.createElement("path", {
3098
- d: "M13 30H4c-1.1 0-2-.9-2-2V17c0-1.1.9-2 2-2h9c1.1 0 2 .9 2 2v11C15 29.1 14.1 30 13 30zM4 17v11h9V17H4zM19 2H27V4H19zM22 6H30V8H22zM22 10H30V12H22zM19 14H27V16H19zM22 18H30V20H22zM12 1l-1.4 1.4L13.2 5H4C2.9 5 2 5.9 2 7v5h2V7h9.2l-2.6 2.6L12 11l5-5L12 1z"
3036
+ }, _circle50 || (_circle50 = /*#__PURE__*/React.createElement("circle", {
3037
+ cx: "23",
3038
+ cy: "15",
3039
+ r: "1"
3040
+ })), _circle51 || (_circle51 = /*#__PURE__*/React.createElement("circle", {
3041
+ cx: "8",
3042
+ cy: "15",
3043
+ r: "1"
3044
+ })), _circle52 || (_circle52 = /*#__PURE__*/React.createElement("circle", {
3045
+ cx: "21",
3046
+ cy: "10",
3047
+ r: "1"
3048
+ })), _circle53 || (_circle53 = /*#__PURE__*/React.createElement("circle", {
3049
+ cx: "15",
3050
+ cy: "23",
3051
+ r: "1"
3052
+ })), _path225 || (_path225 = /*#__PURE__*/React.createElement("path", {
3053
+ d: "M21,19a1.9822,1.9822,0,0,0-.5116.0743L18.707,17.293l-.0257.0257A2.9642,2.9642,0,0,0,19,16a3.0033,3.0033,0,0,0-3-3,2.9642,2.9642,0,0,0-1.3187.3187l.0257-.0257-1.7813-1.7814a2.0345,2.0345,0,1,0-1.4141,1.4141L13.293,14.707l.0258-.0258A2.9634,2.9634,0,0,0,13,16a3.0033,3.0033,0,0,0,3,3,2.9634,2.9634,0,0,0,1.3188-.3188l-.0258.0258,1.7813,1.7814A1.9956,1.9956,0,1,0,21,19Zm-5-2a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,16,17Z"
3054
+ })), _path226 || (_path226 = /*#__PURE__*/React.createElement("path", {
3055
+ 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"
3099
3056
  })), children);
3100
3057
  });
3101
3058
  if (process.env.NODE_ENV !== "production") {
3102
- IbmWatsonNaturalLanguageUnderstanding.propTypes = iconPropTypes4cbeb95d.i;
3059
+ IbmCloudPakData.propTypes = iconPropTypes4cbeb95d.i;
3103
3060
  }
3104
- const IbmWatsonOpenscale = /*#__PURE__*/React.forwardRef(function IbmWatsonOpenscale(_ref124, ref) {
3061
+ const IbmCloudPakIntegration = /*#__PURE__*/React.forwardRef(function IbmCloudPakIntegration(_ref124, ref) {
3105
3062
  let {
3106
3063
  children,
3107
3064
  size = 16,
@@ -3115,16 +3072,18 @@ const IbmWatsonOpenscale = /*#__PURE__*/React.forwardRef(function IbmWatsonOpens
3115
3072
  viewBox: "0 0 32 32",
3116
3073
  fill: "currentColor",
3117
3074
  ...rest
3118
- }, _path236 || (_path236 = /*#__PURE__*/React.createElement("path", {
3119
- d: "M4 28c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3S5.7 28 4 28zM4 24c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1S4.6 24 4 24zM28 28c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3S29.7 28 28 28zM28 24c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1S28.6 24 28 24zM22.4 4.4l-.9 1.8C26.1 8.4 29 13 29 18c0 .7-.1 1.4-.2 2.1l2 .3c.1-.8.2-1.6.2-2.5C31 12.2 27.6 6.9 22.4 4.4zM16 7c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3S17.7 7 16 7zM16 3c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1S16.6 3 16 3z"
3120
- })), _path237 || (_path237 = /*#__PURE__*/React.createElement("path", {
3121
- d: "M25.5,13.6l-1-1.7L17,16.3V9h-2v7.2L6.2,11c-0.5-0.3-1.1-0.1-1.4,0.3s-0.1,1.1,0.3,1.4L14,18l-6.2,3.6l1,1.7l6.2-3.6V30 c0,0.6,0.4,1,1,1s1-0.4,1-1V19.8l6.2,3.7l1-1.7L18,18L25.5,13.6z"
3075
+ }, _path227 || (_path227 = /*#__PURE__*/React.createElement("path", {
3076
+ d: "M22.1213 9.8787a3 3 0 00-4.2426 0l-.4645.4644 1.4142 1.4142.4645-.4645a1 1 0 011.4142 1.4144L17.4142 16l1.4143 1.4142 3.2928-3.2929A3 3 0 0022.1213 9.8787zM12.7071 20.7072a1 1 0 01-1.4142-1.4144L14.5858 16l-1.4142-1.4142L9.8787 17.8787a3 3 0 104.2426 4.2426l.4645-.4644-1.4142-1.4143zM14.1213 9.8787a3 3 0 00-4.2426 4.2426l.4645.4645 1.4142-1.4142-.4645-.4645a1 1 0 011.4142-1.4143L16 14.5858l1.4142-1.4143z"
3077
+ })), _path228 || (_path228 = /*#__PURE__*/React.createElement("path", {
3078
+ d: "M22.1213,17.8787l-.4645-.4645-1.4141,1.4142.4644.4645a1,1,0,0,1-1.4142,1.4143L16,17.4142l-1.4142,1.4142,3.2929,3.2929a3,3,0,0,0,4.2426-4.2426Z"
3079
+ })), _path229 || (_path229 = /*#__PURE__*/React.createElement("path", {
3080
+ 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"
3122
3081
  })), children);
3123
3082
  });
3124
3083
  if (process.env.NODE_ENV !== "production") {
3125
- IbmWatsonOpenscale.propTypes = iconPropTypes4cbeb95d.i;
3084
+ IbmCloudPakIntegration.propTypes = iconPropTypes4cbeb95d.i;
3126
3085
  }
3127
- const IbmWatsonOrders = /*#__PURE__*/React.forwardRef(function IbmWatsonOrders(_ref125, ref) {
3086
+ const IbmCloudPakMantaAutomatedDataLineage = /*#__PURE__*/React.forwardRef(function IbmCloudPakMantaAutomatedDataLineage(_ref125, ref) {
3128
3087
  let {
3129
3088
  children,
3130
3089
  size = 16,
@@ -3138,14 +3097,12 @@ const IbmWatsonOrders = /*#__PURE__*/React.forwardRef(function IbmWatsonOrders(_
3138
3097
  viewBox: "0 0 32 32",
3139
3098
  fill: "currentColor",
3140
3099
  ...rest
3141
- }, _path238 || (_path238 = /*#__PURE__*/React.createElement("path", {
3142
- d: "M28 13h-2v-2c0-2.8-2.2-5-5-5h-3V4h3c3.9 0 7 3.1 7 7V13zM22 20H25V22H22zM22 24H25V26H22z"
3143
- })), _path239 || (_path239 = /*#__PURE__*/React.createElement("path", {
3144
- d: "M27 30h-5v-2h5V18h-7v9c0 1.7-1.3 3-3 3s-3-1.3-3-3v-3h2v3c0 .6.4 1 1 1s1-.4 1-1V16h11v12C29 29.1 28.1 30 27 30zM12 28h-1c-3.9 0-7-3.1-7-7v-4h2v4c0 2.8 2.2 5 5 5h1V28zM11 10v2h3c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2H4C2.9 2 2 2.9 2 4v6c0 1.1.9 2 2 2h2.4l1.7 3 1.7-1-2.3-4H4V4h10v6H11z"
3100
+ }, _path230 || (_path230 = /*#__PURE__*/React.createElement("path", {
3101
+ d: "M30,11V5H24V7H14V4a2.0025,2.0025,0,0,0-2-2H4A2.0025,2.0025,0,0,0,2,4v8a2.0025,2.0025,0,0,0,2,2h8a2.0025,2.0025,0,0,0,2-2V9a3.0033,3.0033,0,0,1,3,3v9H11V19H5v6h6V23h6v2a2.0025,2.0025,0,0,0,2,2h5v2h6V23H24v2H19V18h5v2h6V14H24v2H19V12a4.9521,4.9521,0,0,0-1.0254-3H24v2ZM4,12V4h8v8ZM9,23H7V21H9Zm17,2h2v2H26Zm0-9h2v2H26Zm0-9h2V9H26Z"
3145
3102
  })), children);
3146
3103
  });
3147
3104
  if (process.env.NODE_ENV !== "production") {
3148
- IbmWatsonOrders.propTypes = iconPropTypes4cbeb95d.i;
3105
+ IbmCloudPakMantaAutomatedDataLineage.propTypes = iconPropTypes4cbeb95d.i;
3149
3106
  }
3150
3107
 
3151
3108
  exports.IbmCloud = IbmCloud;
@@ -3166,6 +3123,7 @@ exports.IbmCloudDirectLink_1Exchange = IbmCloudDirectLink_1Exchange;
3166
3123
  exports.IbmCloudDirectLink_2Connect = IbmCloudDirectLink_2Connect;
3167
3124
  exports.IbmCloudDirectLink_2Dedicated = IbmCloudDirectLink_2Dedicated;
3168
3125
  exports.IbmCloudDirectLink_2DedicatedHosting = IbmCloudDirectLink_2DedicatedHosting;
3126
+ exports.IbmCloudEssentialSecurityAndObservabilityServices = IbmCloudEssentialSecurityAndObservabilityServices;
3169
3127
  exports.IbmCloudEventNotification = IbmCloudEventNotification;
3170
3128
  exports.IbmCloudEventStreams = IbmCloudEventStreams;
3171
3129
  exports.IbmCloudForEducation = IbmCloudForEducation;
@@ -3187,12 +3145,6 @@ exports.IbmCloudPakBusinessAutomation = IbmCloudPakBusinessAutomation;
3187
3145
  exports.IbmCloudPakData = IbmCloudPakData;
3188
3146
  exports.IbmCloudPakIntegration = IbmCloudPakIntegration;
3189
3147
  exports.IbmCloudPakMantaAutomatedDataLineage = IbmCloudPakMantaAutomatedDataLineage;
3190
- exports.IbmCloudPakMulticloudMgmt = IbmCloudPakMulticloudMgmt;
3191
- exports.IbmCloudPakNetezza = IbmCloudPakNetezza;
3192
- exports.IbmCloudPakNetworkAutomation = IbmCloudPakNetworkAutomation;
3193
- exports.IbmCloudPakSecurity = IbmCloudPakSecurity;
3194
- exports.IbmCloudPakSystem = IbmCloudPakSystem;
3195
- exports.IbmCloudPakWatsonAiops = IbmCloudPakWatsonAiops;
3196
3148
  exports.IbmCloudPal = IbmCloudPal;
3197
3149
  exports.IbmCloudPrivilegedAccessGateway = IbmCloudPrivilegedAccessGateway;
3198
3150
  exports.IbmCloudProjects = IbmCloudProjects;
@@ -3213,7 +3165,25 @@ exports.IbmCloudVpcClientVpn = IbmCloudVpcClientVpn;
3213
3165
  exports.IbmCloudVpcEndpoints = IbmCloudVpcEndpoints;
3214
3166
  exports.IbmCloudVpcFileStorage = IbmCloudVpcFileStorage;
3215
3167
  exports.IbmCloudVpcImages = IbmCloudVpcImages;
3216
- exports.IbmDevopsControl = IbmDevopsControl;
3168
+ exports.IbmConsultingAdvantageAssistant = IbmConsultingAdvantageAssistant;
3169
+ exports.IbmContentServices = IbmContentServices;
3170
+ exports.IbmDataPower = IbmDataPower;
3171
+ exports.IbmDataProductExchange = IbmDataProductExchange;
3172
+ exports.IbmDataReplication = IbmDataReplication;
3173
+ exports.IbmDataband = IbmDataband;
3174
+ exports.IbmDatastage = IbmDatastage;
3175
+ exports.IbmDb2 = IbmDb2;
3176
+ exports.IbmDb2Alt = IbmDb2Alt;
3177
+ exports.IbmDb2Warehouse = IbmDb2Warehouse;
3178
+ exports.IbmDeployableArchitecture = IbmDeployableArchitecture;
3179
+ exports.IbmDynamicRouteServer = IbmDynamicRouteServer;
3180
+ exports.IbmEloAutomotiveCompliance = IbmEloAutomotiveCompliance;
3181
+ exports.IbmEloEngineeringInsights = IbmEloEngineeringInsights;
3182
+ exports.IbmEloMethodComposer = IbmEloMethodComposer;
3183
+ exports.IbmEloPublishing = IbmEloPublishing;
3184
+ exports.IbmEngineeringLifecycleMgmt = IbmEngineeringLifecycleMgmt;
3185
+ exports.IbmEngineeringRequirementsDoorsNext = IbmEngineeringRequirementsDoorsNext;
3186
+ exports.IbmEngineeringSystemsDesignRhapsody = IbmEngineeringSystemsDesignRhapsody;
3217
3187
  exports.IbmEngineeringSystemsDesignRhapsodyModelManager = IbmEngineeringSystemsDesignRhapsodyModelManager;
3218
3188
  exports.IbmEngineeringSystemsDesignRhapsodySn1 = IbmEngineeringSystemsDesignRhapsodySn1;
3219
3189
  exports.IbmEngineeringSystemsDesignRhapsodySn2 = IbmEngineeringSystemsDesignRhapsodySn2;
@@ -3237,6 +3207,7 @@ exports.IbmLpa = IbmLpa;
3237
3207
  exports.IbmLqe = IbmLqe;
3238
3208
  exports.IbmMachineLearningForZos = IbmMachineLearningForZos;
3239
3209
  exports.IbmMatch_360 = IbmMatch_360;
3210
+ exports.IbmMaximoApplicationSuite = IbmMaximoApplicationSuite;
3240
3211
  exports.IbmMq = IbmMq;
3241
3212
  exports.IbmOpenEnterpriseLanguages = IbmOpenEnterpriseLanguages;
3242
3213
  exports.IbmOpenshiftContainerPlatformOnVpcForRegulatedIndustries = IbmOpenshiftContainerPlatformOnVpcForRegulatedIndustries;
@@ -3246,30 +3217,16 @@ exports.IbmPowerVsPrivateCloud = IbmPowerVsPrivateCloud;
3246
3217
  exports.IbmPowerWithVpc = IbmPowerWithVpc;
3247
3218
  exports.IbmPrivatePathServices = IbmPrivatePathServices;
3248
3219
  exports.IbmProcessMining = IbmProcessMining;
3249
- exports.IbmQuantumSafeAdvisor = IbmQuantumSafeAdvisor;
3250
- exports.IbmQuantumSafeExplorer = IbmQuantumSafeExplorer;
3251
- exports.IbmQuantumSafeRemediator = IbmQuantumSafeRemediator;
3252
3220
  exports.IbmSaasConsole = IbmSaasConsole;
3253
3221
  exports.IbmSapOnPower = IbmSapOnPower;
3254
3222
  exports.IbmSecureInfrastructureOnVpcForRegulatedIndustries = IbmSecureInfrastructureOnVpcForRegulatedIndustries;
3255
- exports.IbmSecurity = IbmSecurity;
3256
- exports.IbmSecurityServices = IbmSecurityServices;
3257
3223
  exports.IbmStreamsets = IbmStreamsets;
3258
3224
  exports.IbmTelehealth = IbmTelehealth;
3259
3225
  exports.IbmTenet = IbmTenet;
3226
+ exports.IbmTestAcceleratorForZ = IbmTestAcceleratorForZ;
3260
3227
  exports.IbmToolchain = IbmToolchain;
3261
3228
  exports.IbmTurbonomic = IbmTurbonomic;
3262
3229
  exports.IbmUnstructuredDataProcessor = IbmUnstructuredDataProcessor;
3263
3230
  exports.IbmVpnForVpc = IbmVpnForVpc;
3264
3231
  exports.IbmVsiOnVpcForRegulatedIndustries = IbmVsiOnVpcForRegulatedIndustries;
3265
- exports.IbmWatsonAssistant = IbmWatsonAssistant;
3266
- exports.IbmWatsonDiscovery = IbmWatsonDiscovery;
3267
- exports.IbmWatsonKnowledgeCatalog = IbmWatsonKnowledgeCatalog;
3268
- exports.IbmWatsonKnowledgeStudio = IbmWatsonKnowledgeStudio;
3269
- exports.IbmWatsonLanguageTranslator = IbmWatsonLanguageTranslator;
3270
- exports.IbmWatsonMachineLearning = IbmWatsonMachineLearning;
3271
- exports.IbmWatsonNaturalLanguageClassifier = IbmWatsonNaturalLanguageClassifier;
3272
- exports.IbmWatsonNaturalLanguageUnderstanding = IbmWatsonNaturalLanguageUnderstanding;
3273
- exports.IbmWatsonOpenscale = IbmWatsonOpenscale;
3274
- exports.IbmWatsonOrders = IbmWatsonOrders;
3275
3232
  exports.IbmWaziDeploy = IbmWaziDeploy;