@carbon-labs/react-animated-header 0.2.0 → 0.4.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 (70) hide show
  1. package/es/__stories__/AnimatedHeader.stories.d.ts +438 -520
  2. package/es/__stories__/data/index.d.ts +19 -9
  3. package/es/components/AnimatedHeader/AnimatedHeader.d.ts +31 -12
  4. package/es/components/AnimatedHeader/AnimatedHeader.js +76 -65
  5. package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +3 -3
  6. package/es/components/Tiles/AIPromptTile/AIPromptTile.js +10 -8
  7. package/es/components/Tiles/BaseTile/BaseTile.d.ts +1 -1
  8. package/es/components/Tiles/BaseTile/BaseTile.js +4 -4
  9. package/es/components/Tiles/GlassTile/GlassTile.d.ts +3 -3
  10. package/es/components/Tiles/GlassTile/GlassTile.js +6 -6
  11. package/es/node_modules/@carbon/icons-react/es/Icon.js +1 -1
  12. package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +392 -403
  13. package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +679 -676
  14. package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +808 -768
  15. package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +959 -998
  16. package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +827 -826
  17. package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +890 -853
  18. package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +741 -776
  19. package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +935 -939
  20. package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +839 -760
  21. package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +705 -779
  22. package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +941 -1002
  23. package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +992 -123
  24. package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +676 -775
  25. package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +803 -719
  26. package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +834 -828
  27. package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +768 -781
  28. package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +836 -822
  29. package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +816 -850
  30. package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +943 -986
  31. package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +921 -915
  32. package/es/node_modules/@carbon/icons-react/es/index.js +20 -20
  33. package/lib/__stories__/AnimatedHeader.stories.d.ts +438 -520
  34. package/lib/__stories__/data/index.d.ts +19 -9
  35. package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +31 -12
  36. package/lib/components/AnimatedHeader/AnimatedHeader.js +75 -64
  37. package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +3 -3
  38. package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +11 -9
  39. package/lib/components/Tiles/BaseTile/BaseTile.d.ts +1 -1
  40. package/lib/components/Tiles/BaseTile/BaseTile.js +4 -4
  41. package/lib/components/Tiles/GlassTile/GlassTile.d.ts +3 -3
  42. package/lib/components/Tiles/GlassTile/GlassTile.js +6 -6
  43. package/lib/node_modules/@carbon/icons-react/es/Icon.js +1 -1
  44. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +394 -405
  45. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +686 -683
  46. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +833 -793
  47. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +985 -1024
  48. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +854 -853
  49. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +920 -883
  50. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +771 -806
  51. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +966 -970
  52. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +871 -792
  53. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +738 -812
  54. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +974 -1035
  55. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +1025 -122
  56. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +684 -783
  57. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +811 -727
  58. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +843 -837
  59. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +778 -791
  60. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +848 -834
  61. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +832 -866
  62. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +964 -1007
  63. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +943 -937
  64. package/lib/node_modules/@carbon/icons-react/es/index.js +435 -401
  65. package/package.json +2 -2
  66. package/scss/AnimatedHeader/animated-header.scss +31 -17
  67. package/scss/Tiles/AIPromptTile/ai-prompt-tile.scss +12 -5
  68. package/scss/Tiles/GlassTile/glass-tile.scss +17 -3
  69. /package/es/node_modules/@carbon/{icon-helpers → icons-react/node_modules/@carbon/icon-helpers}/es/index.js +0 -0
  70. /package/lib/node_modules/@carbon/{icon-helpers → icons-react/node_modules/@carbon/icon-helpers}/es/index.js +0 -0
@@ -10,9 +10,8 @@ import Icon from '../Icon.js';
10
10
  import { i as iconPropTypes } from '../iconPropTypes-4cbeb95d.js';
11
11
  import 'prop-types';
12
12
 
13
- 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;
14
- const didWarnAboutDeprecation = {};
15
- const IbmEngineeringSystemsDesignRhapsodyModelManager = /*#__PURE__*/React.forwardRef(function IbmEngineeringSystemsDesignRhapsodyModelManager(_ref, ref) {
13
+ 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;
14
+ const IbmConsultingAdvantageAssistant = /*#__PURE__*/React.forwardRef(function IbmConsultingAdvantageAssistant(_ref, ref) {
16
15
  let {
17
16
  children,
18
17
  size = 16,
@@ -27,14 +26,13 @@ const IbmEngineeringSystemsDesignRhapsodyModelManager = /*#__PURE__*/React.forwa
27
26
  fill: "currentColor",
28
27
  ...rest
29
28
  }, _path || (_path = /*#__PURE__*/React.createElement("path", {
30
- strokeWidth: "0",
31
- 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"
29
+ 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"
32
30
  })), children);
33
31
  });
34
32
  if (process.env.NODE_ENV !== "production") {
35
- IbmEngineeringSystemsDesignRhapsodyModelManager.propTypes = iconPropTypes;
33
+ IbmConsultingAdvantageAssistant.propTypes = iconPropTypes;
36
34
  }
37
- const IbmEngineeringSystemsDesignRhapsodySn1 = /*#__PURE__*/React.forwardRef(function IbmEngineeringSystemsDesignRhapsodySn1(_ref2, ref) {
35
+ const IbmContentServices = /*#__PURE__*/React.forwardRef(function IbmContentServices(_ref2, ref) {
38
36
  let {
39
37
  children,
40
38
  size = 16,
@@ -49,14 +47,17 @@ const IbmEngineeringSystemsDesignRhapsodySn1 = /*#__PURE__*/React.forwardRef(fun
49
47
  fill: "currentColor",
50
48
  ...rest
51
49
  }, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
52
- strokeWidth: "0",
53
- 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"
50
+ 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"
51
+ })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
52
+ 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"
53
+ })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
54
+ 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"
54
55
  })), children);
55
56
  });
56
57
  if (process.env.NODE_ENV !== "production") {
57
- IbmEngineeringSystemsDesignRhapsodySn1.propTypes = iconPropTypes;
58
+ IbmContentServices.propTypes = iconPropTypes;
58
59
  }
59
- const IbmEngineeringSystemsDesignRhapsodySn2 = /*#__PURE__*/React.forwardRef(function IbmEngineeringSystemsDesignRhapsodySn2(_ref3, ref) {
60
+ const IbmDataband = /*#__PURE__*/React.forwardRef(function IbmDataband(_ref3, ref) {
60
61
  let {
61
62
  children,
62
63
  size = 16,
@@ -70,18 +71,14 @@ const IbmEngineeringSystemsDesignRhapsodySn2 = /*#__PURE__*/React.forwardRef(fun
70
71
  viewBox: "0 0 32 32",
71
72
  fill: "currentColor",
72
73
  ...rest
73
- }, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
74
- strokeWidth: "0",
75
- d: "M19 24H21V26H19z"
76
- })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
77
- strokeWidth: "0",
78
- 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"
74
+ }, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
75
+ 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"
79
76
  })), children);
80
77
  });
81
78
  if (process.env.NODE_ENV !== "production") {
82
- IbmEngineeringSystemsDesignRhapsodySn2.propTypes = iconPropTypes;
79
+ IbmDataband.propTypes = iconPropTypes;
83
80
  }
84
- const IbmEngineeringTestMgmt = /*#__PURE__*/React.forwardRef(function IbmEngineeringTestMgmt(_ref4, ref) {
81
+ const IbmDataPower = /*#__PURE__*/React.forwardRef(function IbmDataPower(_ref4, ref) {
85
82
  let {
86
83
  children,
87
84
  size = 16,
@@ -95,21 +92,14 @@ const IbmEngineeringTestMgmt = /*#__PURE__*/React.forwardRef(function IbmEnginee
95
92
  viewBox: "0 0 32 32",
96
93
  fill: "currentColor",
97
94
  ...rest
98
- }, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
99
- strokeWidth: "0",
100
- 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"
101
- })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
102
- strokeWidth: "0",
103
- 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"
104
- })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
105
- strokeWidth: "0",
106
- 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"
95
+ }, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
96
+ 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"
107
97
  })), children);
108
98
  });
109
99
  if (process.env.NODE_ENV !== "production") {
110
- IbmEngineeringTestMgmt.propTypes = iconPropTypes;
100
+ IbmDataPower.propTypes = iconPropTypes;
111
101
  }
112
- const IbmEngineeringWorkflowMgmt = /*#__PURE__*/React.forwardRef(function IbmEngineeringWorkflowMgmt(_ref5, ref) {
102
+ const IbmDataProductExchange = /*#__PURE__*/React.forwardRef(function IbmDataProductExchange(_ref5, ref) {
113
103
  let {
114
104
  children,
115
105
  size = 16,
@@ -123,30 +113,18 @@ const IbmEngineeringWorkflowMgmt = /*#__PURE__*/React.forwardRef(function IbmEng
123
113
  viewBox: "0 0 32 32",
124
114
  fill: "currentColor",
125
115
  ...rest
126
- }, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
127
- strokeWidth: "0",
128
- 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"
129
- })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
130
- cx: "20",
131
- cy: "2",
132
- r: "2",
133
- strokeWidth: "0"
134
- })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
135
- cx: "27",
136
- cy: "26",
137
- r: "2",
138
- strokeWidth: "0"
139
- })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
140
- cx: "2",
141
- cy: "20",
142
- r: "2",
143
- strokeWidth: "0"
116
+ }, _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
117
+ 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"
118
+ })), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
119
+ 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"
120
+ })), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
121
+ 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"
144
122
  })), children);
145
123
  });
146
124
  if (process.env.NODE_ENV !== "production") {
147
- IbmEngineeringWorkflowMgmt.propTypes = iconPropTypes;
125
+ IbmDataProductExchange.propTypes = iconPropTypes;
148
126
  }
149
- const IbmEventAutomation = /*#__PURE__*/React.forwardRef(function IbmEventAutomation(_ref6, ref) {
127
+ const IbmDataReplication = /*#__PURE__*/React.forwardRef(function IbmDataReplication(_ref6, ref) {
150
128
  let {
151
129
  children,
152
130
  size = 16,
@@ -160,30 +138,14 @@ const IbmEventAutomation = /*#__PURE__*/React.forwardRef(function IbmEventAutoma
160
138
  viewBox: "0 0 32 32",
161
139
  fill: "currentColor",
162
140
  ...rest
163
- }, _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
164
- cx: "4",
165
- cy: "22",
166
- r: "2"
167
- })), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
168
- 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"
169
- })), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
170
- cx: "28",
171
- cy: "23",
172
- r: "2"
173
- })), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
174
- 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"
175
- })), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
176
- cx: "16",
177
- cy: "3",
178
- r: "2"
179
- })), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
180
- 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"
141
+ }, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
142
+ 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"
181
143
  })), children);
182
144
  });
183
145
  if (process.env.NODE_ENV !== "production") {
184
- IbmEventAutomation.propTypes = iconPropTypes;
146
+ IbmDataReplication.propTypes = iconPropTypes;
185
147
  }
186
- const IbmEventEndpointMgmt = /*#__PURE__*/React.forwardRef(function IbmEventEndpointMgmt(_ref7, ref) {
148
+ const IbmDatastage = /*#__PURE__*/React.forwardRef(function IbmDatastage(_ref7, ref) {
187
149
  let {
188
150
  children,
189
151
  size = 16,
@@ -197,22 +159,16 @@ const IbmEventEndpointMgmt = /*#__PURE__*/React.forwardRef(function IbmEventEndp
197
159
  viewBox: "0 0 32 32",
198
160
  fill: "currentColor",
199
161
  ...rest
200
- }, _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
201
- cx: "29",
202
- cy: "29",
203
- r: "2"
162
+ }, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
163
+ 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"
204
164
  })), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
205
- 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"
206
- })), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
207
- cx: "3",
208
- cy: "3",
209
- r: "2"
165
+ d: "M22 2L22 4 26.6 4 11 19.6 12.4 21 28 5.4 28 10 30 10 30 2z"
210
166
  })), children);
211
167
  });
212
168
  if (process.env.NODE_ENV !== "production") {
213
- IbmEventEndpointMgmt.propTypes = iconPropTypes;
169
+ IbmDatastage.propTypes = iconPropTypes;
214
170
  }
215
- const IbmEventProcessing = /*#__PURE__*/React.forwardRef(function IbmEventProcessing(_ref8, ref) {
171
+ const IbmDb2 = /*#__PURE__*/React.forwardRef(function IbmDb2(_ref8, ref) {
216
172
  let {
217
173
  children,
218
174
  size = 16,
@@ -226,24 +182,16 @@ const IbmEventProcessing = /*#__PURE__*/React.forwardRef(function IbmEventProces
226
182
  viewBox: "0 0 32 32",
227
183
  fill: "currentColor",
228
184
  ...rest
229
- }, _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
230
- cx: "16",
231
- cy: "29",
232
- r: "2"
233
- })), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
234
- 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"
235
- })), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
236
- cx: "16",
237
- cy: "3",
238
- r: "2"
185
+ }, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
186
+ 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"
239
187
  })), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
240
- 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"
188
+ 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"
241
189
  })), children);
242
190
  });
243
191
  if (process.env.NODE_ENV !== "production") {
244
- IbmEventProcessing.propTypes = iconPropTypes;
192
+ IbmDb2.propTypes = iconPropTypes;
245
193
  }
246
- const IbmEventStreams = /*#__PURE__*/React.forwardRef(function IbmEventStreams(_ref9, ref) {
194
+ const IbmDb2Alt = /*#__PURE__*/React.forwardRef(function IbmDb2Alt(_ref9, ref) {
247
195
  let {
248
196
  children,
249
197
  size = 16,
@@ -258,25 +206,13 @@ const IbmEventStreams = /*#__PURE__*/React.forwardRef(function IbmEventStreams(_
258
206
  fill: "currentColor",
259
207
  ...rest
260
208
  }, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
261
- 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"
262
- })), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
263
- cx: "24",
264
- cy: "5",
265
- r: "2"
266
- })), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
267
- 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"
268
- })), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
269
- cx: "8",
270
- cy: "27",
271
- r: "2"
272
- })), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
273
- 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"
209
+ 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"
274
210
  })), children);
275
211
  });
276
212
  if (process.env.NODE_ENV !== "production") {
277
- IbmEventStreams.propTypes = iconPropTypes;
213
+ IbmDb2Alt.propTypes = iconPropTypes;
278
214
  }
279
- const IbmGcm = /*#__PURE__*/React.forwardRef(function IbmGcm(_ref10, ref) {
215
+ const IbmDb2Warehouse = /*#__PURE__*/React.forwardRef(function IbmDb2Warehouse(_ref10, ref) {
280
216
  let {
281
217
  children,
282
218
  size = 16,
@@ -290,18 +226,16 @@ const IbmGcm = /*#__PURE__*/React.forwardRef(function IbmGcm(_ref10, ref) {
290
226
  viewBox: "0 0 32 32",
291
227
  fill: "currentColor",
292
228
  ...rest
293
- }, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
294
- strokeWidth: "0",
295
- 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"
296
- })), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
297
- strokeWidth: "0",
298
- 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"
229
+ }, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
230
+ 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"
231
+ })), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
232
+ 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"
299
233
  })), children);
300
234
  });
301
235
  if (process.env.NODE_ENV !== "production") {
302
- IbmGcm.propTypes = iconPropTypes;
236
+ IbmDb2Warehouse.propTypes = iconPropTypes;
303
237
  }
304
- const IbmGlobalStorageArchitecture = /*#__PURE__*/React.forwardRef(function IbmGlobalStorageArchitecture(_ref11, ref) {
238
+ const IbmDeployableArchitecture = /*#__PURE__*/React.forwardRef(function IbmDeployableArchitecture(_ref11, ref) {
305
239
  let {
306
240
  children,
307
241
  size = 16,
@@ -315,14 +249,14 @@ const IbmGlobalStorageArchitecture = /*#__PURE__*/React.forwardRef(function IbmG
315
249
  viewBox: "0 0 32 32",
316
250
  fill: "currentColor",
317
251
  ...rest
318
- }, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
319
- 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"
252
+ }, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
253
+ 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"
320
254
  })), children);
321
255
  });
322
256
  if (process.env.NODE_ENV !== "production") {
323
- IbmGlobalStorageArchitecture.propTypes = iconPropTypes;
257
+ IbmDeployableArchitecture.propTypes = iconPropTypes;
324
258
  }
325
- const IbmGranite = /*#__PURE__*/React.forwardRef(function IbmGranite(_ref12, ref) {
259
+ const IbmDynamicRouteServer = /*#__PURE__*/React.forwardRef(function IbmDynamicRouteServer(_ref12, ref) {
326
260
  let {
327
261
  children,
328
262
  size = 16,
@@ -336,14 +270,24 @@ const IbmGranite = /*#__PURE__*/React.forwardRef(function IbmGranite(_ref12, ref
336
270
  viewBox: "0 0 32 32",
337
271
  fill: "currentColor",
338
272
  ...rest
339
- }, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
340
- 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"
273
+ }, _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
274
+ cx: "29",
275
+ cy: "5",
276
+ r: "2"
277
+ })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
278
+ cx: "29",
279
+ cy: "27",
280
+ r: "2"
281
+ })), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
282
+ d: "m7,13H1v6h6v-6Zm-2,4h-2v-2h2v2Z"
283
+ })), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
284
+ 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"
341
285
  })), children);
342
286
  });
343
287
  if (process.env.NODE_ENV !== "production") {
344
- IbmGranite.propTypes = iconPropTypes;
288
+ IbmDynamicRouteServer.propTypes = iconPropTypes;
345
289
  }
346
- const IbmIbv = /*#__PURE__*/React.forwardRef(function IbmIbv(_ref13, ref) {
290
+ const IbmEloAutomotiveCompliance = /*#__PURE__*/React.forwardRef(function IbmEloAutomotiveCompliance(_ref13, ref) {
347
291
  let {
348
292
  children,
349
293
  size = 16,
@@ -357,16 +301,18 @@ const IbmIbv = /*#__PURE__*/React.forwardRef(function IbmIbv(_ref13, ref) {
357
301
  viewBox: "0 0 32 32",
358
302
  fill: "currentColor",
359
303
  ...rest
360
- }, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
361
- 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"
362
- })), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
363
- 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"
304
+ }, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
305
+ strokeWidth: "0",
306
+ 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"
307
+ })), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
308
+ strokeWidth: "0",
309
+ 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"
364
310
  })), children);
365
311
  });
366
312
  if (process.env.NODE_ENV !== "production") {
367
- IbmIbv.propTypes = iconPropTypes;
313
+ IbmEloAutomotiveCompliance.propTypes = iconPropTypes;
368
314
  }
369
- const IbmInstana = /*#__PURE__*/React.forwardRef(function IbmInstana(_ref14, ref) {
315
+ const IbmEloEngineeringInsights = /*#__PURE__*/React.forwardRef(function IbmEloEngineeringInsights(_ref14, ref) {
370
316
  let {
371
317
  children,
372
318
  size = 16,
@@ -380,24 +326,18 @@ const IbmInstana = /*#__PURE__*/React.forwardRef(function IbmInstana(_ref14, ref
380
326
  viewBox: "0 0 32 32",
381
327
  fill: "currentColor",
382
328
  ...rest
383
- }, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
384
- d: "M9 13H11V19H9zM21 13H23V19H21zM13 11H15V24H13zM17 9H19V22H17z"
385
- })), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
386
- cx: "22",
387
- cy: "5",
388
- r: "2"
389
- })), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
390
- cx: "10",
391
- cy: "27",
392
- r: "2"
393
- })), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
394
- 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"
329
+ }, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
330
+ strokeWidth: "0",
331
+ 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"
332
+ })), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
333
+ strokeWidth: "0",
334
+ 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"
395
335
  })), children);
396
336
  });
397
337
  if (process.env.NODE_ENV !== "production") {
398
- IbmInstana.propTypes = iconPropTypes;
338
+ IbmEloEngineeringInsights.propTypes = iconPropTypes;
399
339
  }
400
- const IbmJrs = /*#__PURE__*/React.forwardRef(function IbmJrs(_ref15, ref) {
340
+ const IbmEloMethodComposer = /*#__PURE__*/React.forwardRef(function IbmEloMethodComposer(_ref15, ref) {
401
341
  let {
402
342
  children,
403
343
  size = 16,
@@ -411,15 +351,18 @@ const IbmJrs = /*#__PURE__*/React.forwardRef(function IbmJrs(_ref15, ref) {
411
351
  viewBox: "0 0 32 32",
412
352
  fill: "currentColor",
413
353
  ...rest
414
- }, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
354
+ }, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
415
355
  strokeWidth: "0",
416
- 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"
356
+ 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"
357
+ })), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
358
+ strokeWidth: "0",
359
+ 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"
417
360
  })), children);
418
361
  });
419
362
  if (process.env.NODE_ENV !== "production") {
420
- IbmJrs.propTypes = iconPropTypes;
363
+ IbmEloMethodComposer.propTypes = iconPropTypes;
421
364
  }
422
- const IbmKnowledgeCatalog = /*#__PURE__*/React.forwardRef(function IbmKnowledgeCatalog(_ref16, ref) {
365
+ const IbmEloPublishing = /*#__PURE__*/React.forwardRef(function IbmEloPublishing(_ref16, ref) {
423
366
  let {
424
367
  children,
425
368
  size = 16,
@@ -434,13 +377,17 @@ const IbmKnowledgeCatalog = /*#__PURE__*/React.forwardRef(function IbmKnowledgeC
434
377
  fill: "currentColor",
435
378
  ...rest
436
379
  }, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
437
- 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"
380
+ strokeWidth: "0",
381
+ 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"
382
+ })), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
383
+ strokeWidth: "0",
384
+ 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"
438
385
  })), children);
439
386
  });
440
387
  if (process.env.NODE_ENV !== "production") {
441
- IbmKnowledgeCatalog.propTypes = iconPropTypes;
388
+ IbmEloPublishing.propTypes = iconPropTypes;
442
389
  }
443
- const IbmKnowledgeCatalogPremium = /*#__PURE__*/React.forwardRef(function IbmKnowledgeCatalogPremium(_ref17, ref) {
390
+ const IbmEngineeringLifecycleMgmt = /*#__PURE__*/React.forwardRef(function IbmEngineeringLifecycleMgmt(_ref17, ref) {
444
391
  let {
445
392
  children,
446
393
  size = 16,
@@ -454,14 +401,18 @@ const IbmKnowledgeCatalogPremium = /*#__PURE__*/React.forwardRef(function IbmKno
454
401
  viewBox: "0 0 32 32",
455
402
  fill: "currentColor",
456
403
  ...rest
457
- }, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
458
- 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"
404
+ }, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
405
+ strokeWidth: "0",
406
+ 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"
407
+ })), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
408
+ strokeWidth: "0",
409
+ 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"
459
410
  })), children);
460
411
  });
461
412
  if (process.env.NODE_ENV !== "production") {
462
- IbmKnowledgeCatalogPremium.propTypes = iconPropTypes;
413
+ IbmEngineeringLifecycleMgmt.propTypes = iconPropTypes;
463
414
  }
464
- const IbmKnowledgeCatalogStandard = /*#__PURE__*/React.forwardRef(function IbmKnowledgeCatalogStandard(_ref18, ref) {
415
+ const IbmEngineeringRequirementsDoorsNext = /*#__PURE__*/React.forwardRef(function IbmEngineeringRequirementsDoorsNext(_ref18, ref) {
465
416
  let {
466
417
  children,
467
418
  size = 16,
@@ -475,14 +426,23 @@ const IbmKnowledgeCatalogStandard = /*#__PURE__*/React.forwardRef(function IbmKn
475
426
  viewBox: "0 0 32 32",
476
427
  fill: "currentColor",
477
428
  ...rest
478
- }, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
479
- 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"
429
+ }, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
430
+ strokeWidth: "0",
431
+ d: "m28,4h-3v1.9991l3-.0005v20.0015h-3v2h3c1.103,0,2-.897,2-2V6c0-1.103-.897-2-2-2Z"
432
+ })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
433
+ cx: "16",
434
+ cy: "17",
435
+ r: "2",
436
+ strokeWidth: "0"
437
+ })), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
438
+ strokeWidth: "0",
439
+ 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"
480
440
  })), children);
481
441
  });
482
442
  if (process.env.NODE_ENV !== "production") {
483
- IbmKnowledgeCatalogStandard.propTypes = iconPropTypes;
443
+ IbmEngineeringRequirementsDoorsNext.propTypes = iconPropTypes;
484
444
  }
485
- const IbmLaunchpadS4 = /*#__PURE__*/React.forwardRef(function IbmLaunchpadS4(_ref19, ref) {
445
+ const IbmEngineeringSystemsDesignRhapsody = /*#__PURE__*/React.forwardRef(function IbmEngineeringSystemsDesignRhapsody(_ref19, ref) {
486
446
  let {
487
447
  children,
488
448
  size = 16,
@@ -496,21 +456,15 @@ const IbmLaunchpadS4 = /*#__PURE__*/React.forwardRef(function IbmLaunchpadS4(_re
496
456
  viewBox: "0 0 32 32",
497
457
  fill: "currentColor",
498
458
  ...rest
499
- }, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
500
- strokeWidth: "0",
501
- 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"
502
- })), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
503
- strokeWidth: "0",
504
- 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"
505
- })), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
459
+ }, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
506
460
  strokeWidth: "0",
507
- 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"
461
+ 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"
508
462
  })), children);
509
463
  });
510
464
  if (process.env.NODE_ENV !== "production") {
511
- IbmLaunchpadS4.propTypes = iconPropTypes;
465
+ IbmEngineeringSystemsDesignRhapsody.propTypes = iconPropTypes;
512
466
  }
513
- const IbmLpa = /*#__PURE__*/React.forwardRef(function IbmLpa(_ref20, ref) {
467
+ const IbmEngineeringSystemsDesignRhapsodyModelManager = /*#__PURE__*/React.forwardRef(function IbmEngineeringSystemsDesignRhapsodyModelManager(_ref20, ref) {
514
468
  let {
515
469
  children,
516
470
  size = 16,
@@ -524,18 +478,15 @@ const IbmLpa = /*#__PURE__*/React.forwardRef(function IbmLpa(_ref20, ref) {
524
478
  viewBox: "0 0 32 32",
525
479
  fill: "currentColor",
526
480
  ...rest
527
- }, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
481
+ }, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
528
482
  strokeWidth: "0",
529
- 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"
530
- })), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
531
- strokeWidth: "0",
532
- 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"
483
+ 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"
533
484
  })), children);
534
485
  });
535
486
  if (process.env.NODE_ENV !== "production") {
536
- IbmLpa.propTypes = iconPropTypes;
487
+ IbmEngineeringSystemsDesignRhapsodyModelManager.propTypes = iconPropTypes;
537
488
  }
538
- const IbmLqe = /*#__PURE__*/React.forwardRef(function IbmLqe(_ref21, ref) {
489
+ const IbmEngineeringSystemsDesignRhapsodySn1 = /*#__PURE__*/React.forwardRef(function IbmEngineeringSystemsDesignRhapsodySn1(_ref21, ref) {
539
490
  let {
540
491
  children,
541
492
  size = 16,
@@ -551,16 +502,13 @@ const IbmLqe = /*#__PURE__*/React.forwardRef(function IbmLqe(_ref21, ref) {
551
502
  ...rest
552
503
  }, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
553
504
  strokeWidth: "0",
554
- 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"
555
- })), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
556
- strokeWidth: "0",
557
- 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"
505
+ 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"
558
506
  })), children);
559
507
  });
560
508
  if (process.env.NODE_ENV !== "production") {
561
- IbmLqe.propTypes = iconPropTypes;
509
+ IbmEngineeringSystemsDesignRhapsodySn1.propTypes = iconPropTypes;
562
510
  }
563
- const IbmMachineLearningForZos = /*#__PURE__*/React.forwardRef(function IbmMachineLearningForZos(_ref22, ref) {
511
+ const IbmEngineeringSystemsDesignRhapsodySn2 = /*#__PURE__*/React.forwardRef(function IbmEngineeringSystemsDesignRhapsodySn2(_ref22, ref) {
564
512
  let {
565
513
  children,
566
514
  size = 16,
@@ -574,14 +522,18 @@ const IbmMachineLearningForZos = /*#__PURE__*/React.forwardRef(function IbmMachi
574
522
  viewBox: "0 0 32 32",
575
523
  fill: "currentColor",
576
524
  ...rest
577
- }, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
578
- 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"
525
+ }, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
526
+ strokeWidth: "0",
527
+ d: "M19 24H21V26H19z"
528
+ })), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
529
+ strokeWidth: "0",
530
+ 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"
579
531
  })), children);
580
532
  });
581
533
  if (process.env.NODE_ENV !== "production") {
582
- IbmMachineLearningForZos.propTypes = iconPropTypes;
534
+ IbmEngineeringSystemsDesignRhapsodySn2.propTypes = iconPropTypes;
583
535
  }
584
- const IbmMatch_360 = /*#__PURE__*/React.forwardRef(function IbmMatch_360(_ref23, ref) {
536
+ const IbmEngineeringTestMgmt = /*#__PURE__*/React.forwardRef(function IbmEngineeringTestMgmt(_ref23, ref) {
585
537
  let {
586
538
  children,
587
539
  size = 16,
@@ -596,13 +548,20 @@ const IbmMatch_360 = /*#__PURE__*/React.forwardRef(function IbmMatch_360(_ref23,
596
548
  fill: "currentColor",
597
549
  ...rest
598
550
  }, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
599
- 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"
551
+ strokeWidth: "0",
552
+ 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"
553
+ })), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
554
+ strokeWidth: "0",
555
+ 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"
556
+ })), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
557
+ strokeWidth: "0",
558
+ 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"
600
559
  })), children);
601
560
  });
602
561
  if (process.env.NODE_ENV !== "production") {
603
- IbmMatch_360.propTypes = iconPropTypes;
562
+ IbmEngineeringTestMgmt.propTypes = iconPropTypes;
604
563
  }
605
- const IbmMq = /*#__PURE__*/React.forwardRef(function IbmMq(_ref24, ref) {
564
+ const IbmEngineeringWorkflowMgmt = /*#__PURE__*/React.forwardRef(function IbmEngineeringWorkflowMgmt(_ref24, ref) {
606
565
  let {
607
566
  children,
608
567
  size = 16,
@@ -616,20 +575,30 @@ const IbmMq = /*#__PURE__*/React.forwardRef(function IbmMq(_ref24, ref) {
616
575
  viewBox: "0 0 32 32",
617
576
  fill: "currentColor",
618
577
  ...rest
619
- }, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
620
- 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"
621
- })), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
622
- 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"
623
- })), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
624
- 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"
625
- })), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
626
- 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"
578
+ }, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
579
+ strokeWidth: "0",
580
+ 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"
581
+ })), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
582
+ cx: "20",
583
+ cy: "2",
584
+ r: "2",
585
+ strokeWidth: "0"
586
+ })), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
587
+ cx: "27",
588
+ cy: "26",
589
+ r: "2",
590
+ strokeWidth: "0"
591
+ })), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
592
+ cx: "2",
593
+ cy: "20",
594
+ r: "2",
595
+ strokeWidth: "0"
627
596
  })), children);
628
597
  });
629
598
  if (process.env.NODE_ENV !== "production") {
630
- IbmMq.propTypes = iconPropTypes;
599
+ IbmEngineeringWorkflowMgmt.propTypes = iconPropTypes;
631
600
  }
632
- const IbmOpenEnterpriseLanguages = /*#__PURE__*/React.forwardRef(function IbmOpenEnterpriseLanguages(_ref25, ref) {
601
+ const IbmEventAutomation = /*#__PURE__*/React.forwardRef(function IbmEventAutomation(_ref25, ref) {
633
602
  let {
634
603
  children,
635
604
  size = 16,
@@ -643,16 +612,30 @@ const IbmOpenEnterpriseLanguages = /*#__PURE__*/React.forwardRef(function IbmOpe
643
612
  viewBox: "0 0 32 32",
644
613
  fill: "currentColor",
645
614
  ...rest
646
- }, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
647
- 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"
615
+ }, _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
616
+ cx: "4",
617
+ cy: "22",
618
+ r: "2"
619
+ })), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
620
+ 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"
621
+ })), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
622
+ cx: "28",
623
+ cy: "23",
624
+ r: "2"
625
+ })), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
626
+ 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"
627
+ })), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
628
+ cx: "16",
629
+ cy: "3",
630
+ r: "2"
648
631
  })), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
649
- 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"
632
+ 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"
650
633
  })), children);
651
634
  });
652
635
  if (process.env.NODE_ENV !== "production") {
653
- IbmOpenEnterpriseLanguages.propTypes = iconPropTypes;
636
+ IbmEventAutomation.propTypes = iconPropTypes;
654
637
  }
655
- const IbmOpenshiftContainerPlatformOnVpcForRegulatedIndustries = /*#__PURE__*/React.forwardRef(function IbmOpenshiftContainerPlatformOnVpcForRegulatedIndustries(_ref26, ref) {
638
+ const IbmEventEndpointMgmt = /*#__PURE__*/React.forwardRef(function IbmEventEndpointMgmt(_ref26, ref) {
656
639
  let {
657
640
  children,
658
641
  size = 16,
@@ -666,20 +649,22 @@ const IbmOpenshiftContainerPlatformOnVpcForRegulatedIndustries = /*#__PURE__*/Re
666
649
  viewBox: "0 0 32 32",
667
650
  fill: "currentColor",
668
651
  ...rest
669
- }, _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
670
- cx: "19",
671
- cy: "27",
672
- r: "1"
652
+ }, _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
653
+ cx: "29",
654
+ cy: "29",
655
+ r: "2"
673
656
  })), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
674
- 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"
675
- })), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
676
- 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"
657
+ 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"
658
+ })), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
659
+ cx: "3",
660
+ cy: "3",
661
+ r: "2"
677
662
  })), children);
678
663
  });
679
664
  if (process.env.NODE_ENV !== "production") {
680
- IbmOpenshiftContainerPlatformOnVpcForRegulatedIndustries.propTypes = iconPropTypes;
665
+ IbmEventEndpointMgmt.propTypes = iconPropTypes;
681
666
  }
682
- const IbmPlanningAnalytics = /*#__PURE__*/React.forwardRef(function IbmPlanningAnalytics(_ref27, ref) {
667
+ const IbmEventProcessing = /*#__PURE__*/React.forwardRef(function IbmEventProcessing(_ref27, ref) {
683
668
  let {
684
669
  children,
685
670
  size = 16,
@@ -693,16 +678,26 @@ const IbmPlanningAnalytics = /*#__PURE__*/React.forwardRef(function IbmPlanningA
693
678
  viewBox: "0 0 32 32",
694
679
  fill: "currentColor",
695
680
  ...rest
696
- }, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
697
- 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"
698
- })), children);
699
- });
700
- if (process.env.NODE_ENV !== "production") {
701
- IbmPlanningAnalytics.propTypes = iconPropTypes;
702
- }
703
- const IbmPowerVs = /*#__PURE__*/React.forwardRef(function IbmPowerVs(_ref28, ref) {
704
- let {
705
- children,
681
+ }, _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
682
+ cx: "16",
683
+ cy: "29",
684
+ r: "2"
685
+ })), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
686
+ 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"
687
+ })), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
688
+ cx: "16",
689
+ cy: "3",
690
+ r: "2"
691
+ })), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
692
+ 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"
693
+ })), children);
694
+ });
695
+ if (process.env.NODE_ENV !== "production") {
696
+ IbmEventProcessing.propTypes = iconPropTypes;
697
+ }
698
+ const IbmEventStreams = /*#__PURE__*/React.forwardRef(function IbmEventStreams(_ref28, ref) {
699
+ let {
700
+ children,
706
701
  size = 16,
707
702
  ...rest
708
703
  } = _ref28;
@@ -715,35 +710,25 @@ const IbmPowerVs = /*#__PURE__*/React.forwardRef(function IbmPowerVs(_ref28, ref
715
710
  fill: "currentColor",
716
711
  ...rest
717
712
  }, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
718
- 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"
719
- })), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
720
- cx: "23",
721
- cy: "27",
722
- r: "1"
723
- })), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
724
- cx: "9",
725
- cy: "20",
726
- r: "1"
727
- })), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
728
- cx: "23",
729
- cy: "12",
730
- r: "1"
731
- })), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
732
- cx: "16",
733
- cy: "16",
734
- r: "2"
735
- })), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
736
- cx: "9",
713
+ 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"
714
+ })), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
715
+ cx: "24",
737
716
  cy: "5",
738
- r: "1"
717
+ r: "2"
739
718
  })), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
740
- 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"
719
+ 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"
720
+ })), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
721
+ cx: "8",
722
+ cy: "27",
723
+ r: "2"
724
+ })), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
725
+ 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"
741
726
  })), children);
742
727
  });
743
728
  if (process.env.NODE_ENV !== "production") {
744
- IbmPowerVs.propTypes = iconPropTypes;
729
+ IbmEventStreams.propTypes = iconPropTypes;
745
730
  }
746
- const IbmPowerVsPrivateCloud = /*#__PURE__*/React.forwardRef(function IbmPowerVsPrivateCloud(_ref29, ref) {
731
+ const IbmGcm = /*#__PURE__*/React.forwardRef(function IbmGcm(_ref29, ref) {
747
732
  let {
748
733
  children,
749
734
  size = 16,
@@ -757,36 +742,18 @@ const IbmPowerVsPrivateCloud = /*#__PURE__*/React.forwardRef(function IbmPowerVs
757
742
  viewBox: "0 0 32 32",
758
743
  fill: "currentColor",
759
744
  ...rest
760
- }, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
761
- d: "M23 26H25V30H23z"
762
- })), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
763
- 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"
764
- })), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
765
- cx: "9",
766
- cy: "20",
767
- r: "1"
768
- })), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
769
- cx: "23",
770
- cy: "12",
771
- r: "1"
772
- })), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
773
- cx: "9",
774
- cy: "5",
775
- r: "1"
776
- })), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
777
- cx: "16",
778
- cy: "16",
779
- r: "2"
745
+ }, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
746
+ strokeWidth: "0",
747
+ 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"
780
748
  })), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
781
- 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"
782
- })), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
783
- 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"
749
+ strokeWidth: "0",
750
+ 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"
784
751
  })), children);
785
752
  });
786
753
  if (process.env.NODE_ENV !== "production") {
787
- IbmPowerVsPrivateCloud.propTypes = iconPropTypes;
754
+ IbmGcm.propTypes = iconPropTypes;
788
755
  }
789
- const IbmPowerWithVpc = /*#__PURE__*/React.forwardRef(function IbmPowerWithVpc(_ref30, ref) {
756
+ const IbmGlobalStorageArchitecture = /*#__PURE__*/React.forwardRef(function IbmGlobalStorageArchitecture(_ref30, ref) {
790
757
  let {
791
758
  children,
792
759
  size = 16,
@@ -800,20 +767,14 @@ const IbmPowerWithVpc = /*#__PURE__*/React.forwardRef(function IbmPowerWithVpc(_
800
767
  viewBox: "0 0 32 32",
801
768
  fill: "currentColor",
802
769
  ...rest
803
- }, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
804
- 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"
805
- })), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
806
- cx: "19",
807
- cy: "27",
808
- r: "1"
809
- })), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
810
- 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"
770
+ }, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
771
+ 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"
811
772
  })), children);
812
773
  });
813
774
  if (process.env.NODE_ENV !== "production") {
814
- IbmPowerWithVpc.propTypes = iconPropTypes;
775
+ IbmGlobalStorageArchitecture.propTypes = iconPropTypes;
815
776
  }
816
- const IbmPrivatePathServices = /*#__PURE__*/React.forwardRef(function IbmPrivatePathServices(_ref31, ref) {
777
+ const IbmGranite = /*#__PURE__*/React.forwardRef(function IbmGranite(_ref31, ref) {
817
778
  let {
818
779
  children,
819
780
  size = 16,
@@ -827,16 +788,14 @@ const IbmPrivatePathServices = /*#__PURE__*/React.forwardRef(function IbmPrivate
827
788
  viewBox: "0 0 32 32",
828
789
  fill: "currentColor",
829
790
  ...rest
830
- }, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
831
- 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"
832
- })), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
833
- 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"
791
+ }, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
792
+ 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"
834
793
  })), children);
835
794
  });
836
795
  if (process.env.NODE_ENV !== "production") {
837
- IbmPrivatePathServices.propTypes = iconPropTypes;
796
+ IbmGranite.propTypes = iconPropTypes;
838
797
  }
839
- const IbmProcessMining = /*#__PURE__*/React.forwardRef(function IbmProcessMining(_ref32, ref) {
798
+ const IbmIbv = /*#__PURE__*/React.forwardRef(function IbmIbv(_ref32, ref) {
840
799
  let {
841
800
  children,
842
801
  size = 16,
@@ -850,16 +809,16 @@ const IbmProcessMining = /*#__PURE__*/React.forwardRef(function IbmProcessMining
850
809
  viewBox: "0 0 32 32",
851
810
  fill: "currentColor",
852
811
  ...rest
853
- }, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
854
- 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"
855
- })), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
856
- 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"
812
+ }, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
813
+ 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"
814
+ })), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
815
+ 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"
857
816
  })), children);
858
817
  });
859
818
  if (process.env.NODE_ENV !== "production") {
860
- IbmProcessMining.propTypes = iconPropTypes;
819
+ IbmIbv.propTypes = iconPropTypes;
861
820
  }
862
- const IbmSaasConsole = /*#__PURE__*/React.forwardRef(function IbmSaasConsole(_ref33, ref) {
821
+ const IbmInstana = /*#__PURE__*/React.forwardRef(function IbmInstana(_ref33, ref) {
863
822
  let {
864
823
  children,
865
824
  size = 16,
@@ -873,26 +832,24 @@ const IbmSaasConsole = /*#__PURE__*/React.forwardRef(function IbmSaasConsole(_re
873
832
  viewBox: "0 0 32 32",
874
833
  fill: "currentColor",
875
834
  ...rest
876
- }, _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
877
- cx: "30",
878
- cy: "20",
879
- r: "1"
880
- })), _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
881
- cx: "2",
882
- cy: "20",
883
- r: "1"
884
- })), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
885
- 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"
886
- })), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
887
- 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"
888
- })), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
889
- 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"
835
+ }, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
836
+ d: "M9 13H11V19H9zM21 13H23V19H21zM13 11H15V24H13zM17 9H19V22H17z"
837
+ })), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
838
+ cx: "22",
839
+ cy: "5",
840
+ r: "2"
841
+ })), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
842
+ cx: "10",
843
+ cy: "27",
844
+ r: "2"
845
+ })), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
846
+ 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"
890
847
  })), children);
891
848
  });
892
849
  if (process.env.NODE_ENV !== "production") {
893
- IbmSaasConsole.propTypes = iconPropTypes;
850
+ IbmInstana.propTypes = iconPropTypes;
894
851
  }
895
- const IbmSapOnPower = /*#__PURE__*/React.forwardRef(function IbmSapOnPower(_ref34, ref) {
852
+ const IbmJrs = /*#__PURE__*/React.forwardRef(function IbmJrs(_ref34, ref) {
896
853
  let {
897
854
  children,
898
855
  size = 16,
@@ -906,20 +863,15 @@ const IbmSapOnPower = /*#__PURE__*/React.forwardRef(function IbmSapOnPower(_ref3
906
863
  viewBox: "0 0 32 32",
907
864
  fill: "currentColor",
908
865
  ...rest
909
- }, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
910
- 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"
911
- })), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
912
- cx: "19",
913
- cy: "27",
914
- r: "1"
915
- })), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
916
- 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"
866
+ }, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
867
+ strokeWidth: "0",
868
+ 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"
917
869
  })), children);
918
870
  });
919
871
  if (process.env.NODE_ENV !== "production") {
920
- IbmSapOnPower.propTypes = iconPropTypes;
872
+ IbmJrs.propTypes = iconPropTypes;
921
873
  }
922
- const IbmSecureInfrastructureOnVpcForRegulatedIndustries = /*#__PURE__*/React.forwardRef(function IbmSecureInfrastructureOnVpcForRegulatedIndustries(_ref35, ref) {
874
+ const IbmKnowledgeCatalog = /*#__PURE__*/React.forwardRef(function IbmKnowledgeCatalog(_ref35, ref) {
923
875
  let {
924
876
  children,
925
877
  size = 16,
@@ -933,14 +885,14 @@ const IbmSecureInfrastructureOnVpcForRegulatedIndustries = /*#__PURE__*/React.fo
933
885
  viewBox: "0 0 32 32",
934
886
  fill: "currentColor",
935
887
  ...rest
936
- }, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
937
- 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"
888
+ }, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
889
+ 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"
938
890
  })), children);
939
891
  });
940
892
  if (process.env.NODE_ENV !== "production") {
941
- IbmSecureInfrastructureOnVpcForRegulatedIndustries.propTypes = iconPropTypes;
893
+ IbmKnowledgeCatalog.propTypes = iconPropTypes;
942
894
  }
943
- const IbmStreamsets = /*#__PURE__*/React.forwardRef(function IbmStreamsets(_ref36, ref) {
895
+ const IbmKnowledgeCatalogPremium = /*#__PURE__*/React.forwardRef(function IbmKnowledgeCatalogPremium(_ref36, ref) {
944
896
  let {
945
897
  children,
946
898
  size = 16,
@@ -954,14 +906,14 @@ const IbmStreamsets = /*#__PURE__*/React.forwardRef(function IbmStreamsets(_ref3
954
906
  viewBox: "0 0 32 32",
955
907
  fill: "currentColor",
956
908
  ...rest
957
- }, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
958
- 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"
909
+ }, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
910
+ 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"
959
911
  })), children);
960
912
  });
961
913
  if (process.env.NODE_ENV !== "production") {
962
- IbmStreamsets.propTypes = iconPropTypes;
914
+ IbmKnowledgeCatalogPremium.propTypes = iconPropTypes;
963
915
  }
964
- const IbmTelehealth = /*#__PURE__*/React.forwardRef(function IbmTelehealth(_ref37, ref) {
916
+ const IbmKnowledgeCatalogStandard = /*#__PURE__*/React.forwardRef(function IbmKnowledgeCatalogStandard(_ref37, ref) {
965
917
  let {
966
918
  children,
967
919
  size = 16,
@@ -975,16 +927,14 @@ const IbmTelehealth = /*#__PURE__*/React.forwardRef(function IbmTelehealth(_ref3
975
927
  viewBox: "0 0 32 32",
976
928
  fill: "currentColor",
977
929
  ...rest
978
- }, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
979
- 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"
980
- })), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
981
- 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"
930
+ }, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
931
+ 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"
982
932
  })), children);
983
933
  });
984
934
  if (process.env.NODE_ENV !== "production") {
985
- IbmTelehealth.propTypes = iconPropTypes;
935
+ IbmKnowledgeCatalogStandard.propTypes = iconPropTypes;
986
936
  }
987
- const IbmTenet = /*#__PURE__*/React.forwardRef(function IbmTenet(_ref38, ref) {
937
+ const IbmLaunchpadS4 = /*#__PURE__*/React.forwardRef(function IbmLaunchpadS4(_ref38, ref) {
988
938
  let {
989
939
  children,
990
940
  size = 16,
@@ -998,28 +948,21 @@ const IbmTenet = /*#__PURE__*/React.forwardRef(function IbmTenet(_ref38, ref) {
998
948
  viewBox: "0 0 32 32",
999
949
  fill: "currentColor",
1000
950
  ...rest
1001
- }, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
1002
- 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"
1003
- })), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
1004
- 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"
1005
- })), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
1006
- cx: "23",
1007
- cy: "12",
1008
- r: "1"
1009
- })), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
1010
- cx: "9",
1011
- cy: "20",
1012
- r: "1"
1013
- })), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1014
- 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"
1015
- })), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1016
- 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"
951
+ }, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
952
+ strokeWidth: "0",
953
+ 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"
954
+ })), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
955
+ strokeWidth: "0",
956
+ 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"
957
+ })), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
958
+ strokeWidth: "0",
959
+ 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"
1017
960
  })), children);
1018
961
  });
1019
962
  if (process.env.NODE_ENV !== "production") {
1020
- IbmTenet.propTypes = iconPropTypes;
963
+ IbmLaunchpadS4.propTypes = iconPropTypes;
1021
964
  }
1022
- const IbmToolchain = /*#__PURE__*/React.forwardRef(function IbmToolchain(_ref39, ref) {
965
+ const IbmLpa = /*#__PURE__*/React.forwardRef(function IbmLpa(_ref39, ref) {
1023
966
  let {
1024
967
  children,
1025
968
  size = 16,
@@ -1033,14 +976,18 @@ const IbmToolchain = /*#__PURE__*/React.forwardRef(function IbmToolchain(_ref39,
1033
976
  viewBox: "0 0 32 32",
1034
977
  fill: "currentColor",
1035
978
  ...rest
1036
- }, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1037
- 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"
979
+ }, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
980
+ strokeWidth: "0",
981
+ 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"
982
+ })), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
983
+ strokeWidth: "0",
984
+ 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"
1038
985
  })), children);
1039
986
  });
1040
987
  if (process.env.NODE_ENV !== "production") {
1041
- IbmToolchain.propTypes = iconPropTypes;
988
+ IbmLpa.propTypes = iconPropTypes;
1042
989
  }
1043
- const IbmTurbonomic = /*#__PURE__*/React.forwardRef(function IbmTurbonomic(_ref40, ref) {
990
+ const IbmLqe = /*#__PURE__*/React.forwardRef(function IbmLqe(_ref40, ref) {
1044
991
  let {
1045
992
  children,
1046
993
  size = 16,
@@ -1054,24 +1001,18 @@ const IbmTurbonomic = /*#__PURE__*/React.forwardRef(function IbmTurbonomic(_ref4
1054
1001
  viewBox: "0 0 32 32",
1055
1002
  fill: "currentColor",
1056
1003
  ...rest
1057
- }, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1058
- 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"
1059
- })), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1060
- 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"
1061
- })), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
1062
- cx: "16",
1063
- cy: "16",
1064
- r: "2"
1065
- })), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1066
- 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"
1067
- })), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1068
- 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"
1004
+ }, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
1005
+ strokeWidth: "0",
1006
+ 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"
1007
+ })), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
1008
+ strokeWidth: "0",
1009
+ 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"
1069
1010
  })), children);
1070
1011
  });
1071
1012
  if (process.env.NODE_ENV !== "production") {
1072
- IbmTurbonomic.propTypes = iconPropTypes;
1013
+ IbmLqe.propTypes = iconPropTypes;
1073
1014
  }
1074
- const IbmUnstructuredDataProcessor = /*#__PURE__*/React.forwardRef(function IbmUnstructuredDataProcessor(_ref41, ref) {
1015
+ const IbmMachineLearningForZos = /*#__PURE__*/React.forwardRef(function IbmMachineLearningForZos(_ref41, ref) {
1075
1016
  let {
1076
1017
  children,
1077
1018
  size = 16,
@@ -1085,16 +1026,14 @@ const IbmUnstructuredDataProcessor = /*#__PURE__*/React.forwardRef(function IbmU
1085
1026
  viewBox: "0 0 32 32",
1086
1027
  fill: "currentColor",
1087
1028
  ...rest
1088
- }, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1089
- 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"
1090
- })), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1091
- 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"
1029
+ }, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
1030
+ 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"
1092
1031
  })), children);
1093
1032
  });
1094
1033
  if (process.env.NODE_ENV !== "production") {
1095
- IbmUnstructuredDataProcessor.propTypes = iconPropTypes;
1034
+ IbmMachineLearningForZos.propTypes = iconPropTypes;
1096
1035
  }
1097
- const IbmVpnForVpc = /*#__PURE__*/React.forwardRef(function IbmVpnForVpc(_ref42, ref) {
1036
+ const IbmMatch_360 = /*#__PURE__*/React.forwardRef(function IbmMatch_360(_ref42, ref) {
1098
1037
  let {
1099
1038
  children,
1100
1039
  size = 16,
@@ -1108,16 +1047,14 @@ const IbmVpnForVpc = /*#__PURE__*/React.forwardRef(function IbmVpnForVpc(_ref42,
1108
1047
  viewBox: "0 0 32 32",
1109
1048
  fill: "currentColor",
1110
1049
  ...rest
1111
- }, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1112
- 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"
1113
- })), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1114
- d: "m10,8.5898V2H2v8h6.5901l10.9958,11,1.4141-1.4141-11-10.9961Zm-2-.5898h-4v-4h4v4Z"
1050
+ }, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1051
+ 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"
1115
1052
  })), children);
1116
1053
  });
1117
1054
  if (process.env.NODE_ENV !== "production") {
1118
- IbmVpnForVpc.propTypes = iconPropTypes;
1055
+ IbmMatch_360.propTypes = iconPropTypes;
1119
1056
  }
1120
- const IbmVsiOnVpcForRegulatedIndustries = /*#__PURE__*/React.forwardRef(function IbmVsiOnVpcForRegulatedIndustries(_ref43, ref) {
1057
+ const IbmMq = /*#__PURE__*/React.forwardRef(function IbmMq(_ref43, ref) {
1121
1058
  let {
1122
1059
  children,
1123
1060
  size = 16,
@@ -1131,14 +1068,20 @@ const IbmVsiOnVpcForRegulatedIndustries = /*#__PURE__*/React.forwardRef(function
1131
1068
  viewBox: "0 0 32 32",
1132
1069
  fill: "currentColor",
1133
1070
  ...rest
1134
- }, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1135
- 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"
1071
+ }, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1072
+ 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"
1073
+ })), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1074
+ 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"
1075
+ })), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1076
+ 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"
1077
+ })), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1078
+ 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"
1136
1079
  })), children);
1137
1080
  });
1138
1081
  if (process.env.NODE_ENV !== "production") {
1139
- IbmVsiOnVpcForRegulatedIndustries.propTypes = iconPropTypes;
1082
+ IbmMq.propTypes = iconPropTypes;
1140
1083
  }
1141
- const IbmWaziDeploy = /*#__PURE__*/React.forwardRef(function IbmWaziDeploy(_ref44, ref) {
1084
+ const IbmMaximoApplicationSuite = /*#__PURE__*/React.forwardRef(function IbmMaximoApplicationSuite(_ref44, ref) {
1142
1085
  let {
1143
1086
  children,
1144
1087
  size = 16,
@@ -1152,16 +1095,14 @@ const IbmWaziDeploy = /*#__PURE__*/React.forwardRef(function IbmWaziDeploy(_ref4
1152
1095
  viewBox: "0 0 32 32",
1153
1096
  fill: "currentColor",
1154
1097
  ...rest
1155
- }, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1156
- d: "m13.9998,29.991l-10.5037-6.1272c-.3071-.1792-.4961-.5081-.4961-.8638v-14h2v13.4257l10.0076,5.8378-1.0078,1.7275Z"
1157
- })), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1158
- 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"
1098
+ }, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1099
+ 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"
1159
1100
  })), children);
1160
1101
  });
1161
1102
  if (process.env.NODE_ENV !== "production") {
1162
- IbmWaziDeploy.propTypes = iconPropTypes;
1103
+ IbmMaximoApplicationSuite.propTypes = iconPropTypes;
1163
1104
  }
1164
- const IbmCloud = /*#__PURE__*/React.forwardRef(function IbmCloud(_ref45, ref) {
1105
+ const IbmOpenEnterpriseLanguages = /*#__PURE__*/React.forwardRef(function IbmOpenEnterpriseLanguages(_ref45, ref) {
1165
1106
  let {
1166
1107
  children,
1167
1108
  size = 16,
@@ -1175,14 +1116,16 @@ const IbmCloud = /*#__PURE__*/React.forwardRef(function IbmCloud(_ref45, ref) {
1175
1116
  viewBox: "0 0 32 32",
1176
1117
  fill: "currentColor",
1177
1118
  ...rest
1178
- }, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1179
- 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"
1119
+ }, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1120
+ 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"
1121
+ })), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1122
+ 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"
1180
1123
  })), children);
1181
1124
  });
1182
1125
  if (process.env.NODE_ENV !== "production") {
1183
- IbmCloud.propTypes = iconPropTypes;
1126
+ IbmOpenEnterpriseLanguages.propTypes = iconPropTypes;
1184
1127
  }
1185
- const IbmCloudAppId = /*#__PURE__*/React.forwardRef(function IbmCloudAppId(_ref46, ref) {
1128
+ const IbmOpenshiftContainerPlatformOnVpcForRegulatedIndustries = /*#__PURE__*/React.forwardRef(function IbmOpenshiftContainerPlatformOnVpcForRegulatedIndustries(_ref46, ref) {
1186
1129
  let {
1187
1130
  children,
1188
1131
  size = 16,
@@ -1196,16 +1139,20 @@ const IbmCloudAppId = /*#__PURE__*/React.forwardRef(function IbmCloudAppId(_ref4
1196
1139
  viewBox: "0 0 32 32",
1197
1140
  fill: "currentColor",
1198
1141
  ...rest
1199
- }, _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1200
- 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"
1201
- })), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1202
- 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"
1142
+ }, _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
1143
+ cx: "19",
1144
+ cy: "27",
1145
+ r: "1"
1146
+ })), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1147
+ 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"
1148
+ })), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1149
+ 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"
1203
1150
  })), children);
1204
1151
  });
1205
1152
  if (process.env.NODE_ENV !== "production") {
1206
- IbmCloudAppId.propTypes = iconPropTypes;
1153
+ IbmOpenshiftContainerPlatformOnVpcForRegulatedIndustries.propTypes = iconPropTypes;
1207
1154
  }
1208
- const IbmCloudBackupAndRecovery = /*#__PURE__*/React.forwardRef(function IbmCloudBackupAndRecovery(_ref47, ref) {
1155
+ const IbmPlanningAnalytics = /*#__PURE__*/React.forwardRef(function IbmPlanningAnalytics(_ref47, ref) {
1209
1156
  let {
1210
1157
  children,
1211
1158
  size = 16,
@@ -1219,14 +1166,14 @@ const IbmCloudBackupAndRecovery = /*#__PURE__*/React.forwardRef(function IbmClou
1219
1166
  viewBox: "0 0 32 32",
1220
1167
  fill: "currentColor",
1221
1168
  ...rest
1222
- }, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1223
- 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"
1169
+ }, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1170
+ 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"
1224
1171
  })), children);
1225
1172
  });
1226
1173
  if (process.env.NODE_ENV !== "production") {
1227
- IbmCloudBackupAndRecovery.propTypes = iconPropTypes;
1174
+ IbmPlanningAnalytics.propTypes = iconPropTypes;
1228
1175
  }
1229
- const IbmCloudBackupServiceVpc = /*#__PURE__*/React.forwardRef(function IbmCloudBackupServiceVpc(_ref48, ref) {
1176
+ const IbmPowerVs = /*#__PURE__*/React.forwardRef(function IbmPowerVs(_ref48, ref) {
1230
1177
  let {
1231
1178
  children,
1232
1179
  size = 16,
@@ -1240,14 +1187,36 @@ const IbmCloudBackupServiceVpc = /*#__PURE__*/React.forwardRef(function IbmCloud
1240
1187
  viewBox: "0 0 32 32",
1241
1188
  fill: "currentColor",
1242
1189
  ...rest
1243
- }, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1244
- 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"
1190
+ }, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1191
+ 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"
1192
+ })), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
1193
+ cx: "23",
1194
+ cy: "27",
1195
+ r: "1"
1196
+ })), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
1197
+ cx: "9",
1198
+ cy: "20",
1199
+ r: "1"
1200
+ })), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
1201
+ cx: "23",
1202
+ cy: "12",
1203
+ r: "1"
1204
+ })), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
1205
+ cx: "16",
1206
+ cy: "16",
1207
+ r: "2"
1208
+ })), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
1209
+ cx: "9",
1210
+ cy: "5",
1211
+ r: "1"
1212
+ })), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1213
+ 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"
1245
1214
  })), children);
1246
1215
  });
1247
1216
  if (process.env.NODE_ENV !== "production") {
1248
- IbmCloudBackupServiceVpc.propTypes = iconPropTypes;
1217
+ IbmPowerVs.propTypes = iconPropTypes;
1249
1218
  }
1250
- const IbmCloudBareMetalServer = /*#__PURE__*/React.forwardRef(function IbmCloudBareMetalServer(_ref49, ref) {
1219
+ const IbmPowerVsPrivateCloud = /*#__PURE__*/React.forwardRef(function IbmPowerVsPrivateCloud(_ref49, ref) {
1251
1220
  let {
1252
1221
  children,
1253
1222
  size = 16,
@@ -1261,30 +1230,36 @@ const IbmCloudBareMetalServer = /*#__PURE__*/React.forwardRef(function IbmCloudB
1261
1230
  viewBox: "0 0 32 32",
1262
1231
  fill: "currentColor",
1263
1232
  ...rest
1264
- }, _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
1233
+ }, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1234
+ d: "M23 26H25V30H23z"
1235
+ })), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1236
+ 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"
1237
+ })), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
1265
1238
  cx: "9",
1266
- cy: "26",
1239
+ cy: "20",
1267
1240
  r: "1"
1268
- })), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1269
- 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"
1270
- })), _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
1271
- cx: "9",
1272
- cy: "16",
1241
+ })), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
1242
+ cx: "23",
1243
+ cy: "12",
1273
1244
  r: "1"
1274
- })), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1275
- 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"
1276
- })), _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
1245
+ })), _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
1277
1246
  cx: "9",
1278
- cy: "6",
1247
+ cy: "5",
1279
1248
  r: "1"
1280
- })), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1281
- 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"
1249
+ })), _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
1250
+ cx: "16",
1251
+ cy: "16",
1252
+ r: "2"
1253
+ })), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1254
+ 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"
1255
+ })), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1256
+ 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"
1282
1257
  })), children);
1283
1258
  });
1284
1259
  if (process.env.NODE_ENV !== "production") {
1285
- IbmCloudBareMetalServer.propTypes = iconPropTypes;
1260
+ IbmPowerVsPrivateCloud.propTypes = iconPropTypes;
1286
1261
  }
1287
- const IbmCloudBareMetalServersVpc = /*#__PURE__*/React.forwardRef(function IbmCloudBareMetalServersVpc(_ref50, ref) {
1262
+ const IbmPowerWithVpc = /*#__PURE__*/React.forwardRef(function IbmPowerWithVpc(_ref50, ref) {
1288
1263
  let {
1289
1264
  children,
1290
1265
  size = 16,
@@ -1298,26 +1273,20 @@ const IbmCloudBareMetalServersVpc = /*#__PURE__*/React.forwardRef(function IbmCl
1298
1273
  viewBox: "0 0 32 32",
1299
1274
  fill: "currentColor",
1300
1275
  ...rest
1301
- }, _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
1302
- cx: "9",
1303
- cy: "26",
1304
- r: "1"
1305
- })), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1306
- 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"
1307
- })), _circle36 || (_circle36 = /*#__PURE__*/React.createElement("circle", {
1308
- cx: "9",
1309
- cy: "16",
1276
+ }, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1277
+ 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"
1278
+ })), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
1279
+ cx: "19",
1280
+ cy: "27",
1310
1281
  r: "1"
1311
- })), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1312
- 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"
1313
- })), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1314
- d: "m23.41,22l-13.41-13.41V2H2v8h6.59l13.41,13.41v6.59h8v-8h-6.59Zm-15.41-14h-4v-4h4v4Zm20,20h-4v-4h4v4Z"
1282
+ })), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1283
+ 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"
1315
1284
  })), children);
1316
1285
  });
1317
1286
  if (process.env.NODE_ENV !== "production") {
1318
- IbmCloudBareMetalServersVpc.propTypes = iconPropTypes;
1287
+ IbmPowerWithVpc.propTypes = iconPropTypes;
1319
1288
  }
1320
- const IbmCloudCitrixDaas = /*#__PURE__*/React.forwardRef(function IbmCloudCitrixDaas(_ref51, ref) {
1289
+ const IbmPrivatePathServices = /*#__PURE__*/React.forwardRef(function IbmPrivatePathServices(_ref51, ref) {
1321
1290
  let {
1322
1291
  children,
1323
1292
  size = 16,
@@ -1331,16 +1300,16 @@ const IbmCloudCitrixDaas = /*#__PURE__*/React.forwardRef(function IbmCloudCitrix
1331
1300
  viewBox: "0 0 32 32",
1332
1301
  fill: "currentColor",
1333
1302
  ...rest
1334
- }, _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1335
- d: "M19 23H23V27H19zM26 23H30V27H26zM19 16H23V20H19zM26 16H30V20H26z"
1336
- })), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1337
- 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"
1303
+ }, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1304
+ 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"
1305
+ })), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1306
+ 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"
1338
1307
  })), children);
1339
1308
  });
1340
1309
  if (process.env.NODE_ENV !== "production") {
1341
- IbmCloudCitrixDaas.propTypes = iconPropTypes;
1310
+ IbmPrivatePathServices.propTypes = iconPropTypes;
1342
1311
  }
1343
- const IbmCloudCodeEngine = /*#__PURE__*/React.forwardRef(function IbmCloudCodeEngine(_ref52, ref) {
1312
+ const IbmProcessMining = /*#__PURE__*/React.forwardRef(function IbmProcessMining(_ref52, ref) {
1344
1313
  let {
1345
1314
  children,
1346
1315
  size = 16,
@@ -1354,14 +1323,16 @@ const IbmCloudCodeEngine = /*#__PURE__*/React.forwardRef(function IbmCloudCodeEn
1354
1323
  viewBox: "0 0 32 32",
1355
1324
  fill: "currentColor",
1356
1325
  ...rest
1357
- }, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1358
- 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"
1326
+ }, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1327
+ 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"
1328
+ })), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1329
+ 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"
1359
1330
  })), children);
1360
1331
  });
1361
1332
  if (process.env.NODE_ENV !== "production") {
1362
- IbmCloudCodeEngine.propTypes = iconPropTypes;
1333
+ IbmProcessMining.propTypes = iconPropTypes;
1363
1334
  }
1364
- const IbmCloudContinuousDelivery = /*#__PURE__*/React.forwardRef(function IbmCloudContinuousDelivery(_ref53, ref) {
1335
+ const IbmSaasConsole = /*#__PURE__*/React.forwardRef(function IbmSaasConsole(_ref53, ref) {
1365
1336
  let {
1366
1337
  children,
1367
1338
  size = 16,
@@ -1375,16 +1346,26 @@ const IbmCloudContinuousDelivery = /*#__PURE__*/React.forwardRef(function IbmClo
1375
1346
  viewBox: "0 0 32 32",
1376
1347
  fill: "currentColor",
1377
1348
  ...rest
1378
- }, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1379
- 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"
1380
- })), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1381
- 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"
1349
+ }, _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
1350
+ cx: "30",
1351
+ cy: "20",
1352
+ r: "1"
1353
+ })), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
1354
+ cx: "2",
1355
+ cy: "20",
1356
+ r: "1"
1357
+ })), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1358
+ 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"
1359
+ })), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1360
+ 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"
1361
+ })), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1362
+ 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"
1382
1363
  })), children);
1383
1364
  });
1384
1365
  if (process.env.NODE_ENV !== "production") {
1385
- IbmCloudContinuousDelivery.propTypes = iconPropTypes;
1366
+ IbmSaasConsole.propTypes = iconPropTypes;
1386
1367
  }
1387
- const IbmCloudDatabases = /*#__PURE__*/React.forwardRef(function IbmCloudDatabases(_ref54, ref) {
1368
+ const IbmSapOnPower = /*#__PURE__*/React.forwardRef(function IbmSapOnPower(_ref54, ref) {
1388
1369
  let {
1389
1370
  children,
1390
1371
  size = 16,
@@ -1398,14 +1379,20 @@ const IbmCloudDatabases = /*#__PURE__*/React.forwardRef(function IbmCloudDatabas
1398
1379
  viewBox: "0 0 32 32",
1399
1380
  fill: "currentColor",
1400
1381
  ...rest
1401
- }, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1402
- 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"
1382
+ }, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1383
+ 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"
1384
+ })), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
1385
+ cx: "19",
1386
+ cy: "27",
1387
+ r: "1"
1388
+ })), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1389
+ 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"
1403
1390
  })), children);
1404
1391
  });
1405
1392
  if (process.env.NODE_ENV !== "production") {
1406
- IbmCloudDatabases.propTypes = iconPropTypes;
1393
+ IbmSapOnPower.propTypes = iconPropTypes;
1407
1394
  }
1408
- const IbmCloudDedicatedHost = /*#__PURE__*/React.forwardRef(function IbmCloudDedicatedHost(_ref55, ref) {
1395
+ const IbmSecureInfrastructureOnVpcForRegulatedIndustries = /*#__PURE__*/React.forwardRef(function IbmSecureInfrastructureOnVpcForRegulatedIndustries(_ref55, ref) {
1409
1396
  let {
1410
1397
  children,
1411
1398
  size = 16,
@@ -1419,24 +1406,14 @@ const IbmCloudDedicatedHost = /*#__PURE__*/React.forwardRef(function IbmCloudDed
1419
1406
  viewBox: "0 0 32 32",
1420
1407
  fill: "currentColor",
1421
1408
  ...rest
1422
- }, _circle37 || (_circle37 = /*#__PURE__*/React.createElement("circle", {
1423
- cx: "9",
1424
- cy: "6",
1425
- r: "1"
1426
- })), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1427
- 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"
1428
- })), _circle38 || (_circle38 = /*#__PURE__*/React.createElement("circle", {
1429
- cx: "9",
1430
- cy: "20",
1431
- r: "1"
1432
- })), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1433
- 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"
1409
+ }, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1410
+ 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"
1434
1411
  })), children);
1435
1412
  });
1436
1413
  if (process.env.NODE_ENV !== "production") {
1437
- IbmCloudDedicatedHost.propTypes = iconPropTypes;
1414
+ IbmSecureInfrastructureOnVpcForRegulatedIndustries.propTypes = iconPropTypes;
1438
1415
  }
1439
- const IbmCloudDirectLink_1Connect = /*#__PURE__*/React.forwardRef(function IbmCloudDirectLink_1Connect(_ref56, ref) {
1416
+ const IbmStreamsets = /*#__PURE__*/React.forwardRef(function IbmStreamsets(_ref56, ref) {
1440
1417
  let {
1441
1418
  children,
1442
1419
  size = 16,
@@ -1450,18 +1427,14 @@ const IbmCloudDirectLink_1Connect = /*#__PURE__*/React.forwardRef(function IbmCl
1450
1427
  viewBox: "0 0 32 32",
1451
1428
  fill: "currentColor",
1452
1429
  ...rest
1453
- }, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1454
- 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"
1455
- })), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1456
- 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"
1457
- })), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1458
- 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"
1430
+ }, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1431
+ 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"
1459
1432
  })), children);
1460
1433
  });
1461
1434
  if (process.env.NODE_ENV !== "production") {
1462
- IbmCloudDirectLink_1Connect.propTypes = iconPropTypes;
1435
+ IbmStreamsets.propTypes = iconPropTypes;
1463
1436
  }
1464
- const IbmCloudDirectLink_1Dedicated = /*#__PURE__*/React.forwardRef(function IbmCloudDirectLink_1Dedicated(_ref57, ref) {
1437
+ const IbmTelehealth = /*#__PURE__*/React.forwardRef(function IbmTelehealth(_ref57, ref) {
1465
1438
  let {
1466
1439
  children,
1467
1440
  size = 16,
@@ -1475,18 +1448,16 @@ const IbmCloudDirectLink_1Dedicated = /*#__PURE__*/React.forwardRef(function Ibm
1475
1448
  viewBox: "0 0 32 32",
1476
1449
  fill: "currentColor",
1477
1450
  ...rest
1478
- }, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1479
- 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"
1480
- })), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1481
- 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"
1482
- })), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1483
- 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"
1451
+ }, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1452
+ 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"
1453
+ })), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1454
+ 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"
1484
1455
  })), children);
1485
1456
  });
1486
1457
  if (process.env.NODE_ENV !== "production") {
1487
- IbmCloudDirectLink_1Dedicated.propTypes = iconPropTypes;
1458
+ IbmTelehealth.propTypes = iconPropTypes;
1488
1459
  }
1489
- const IbmCloudDirectLink_1DedicatedHosting = /*#__PURE__*/React.forwardRef(function IbmCloudDirectLink_1DedicatedHosting(_ref58, ref) {
1460
+ const IbmTenet = /*#__PURE__*/React.forwardRef(function IbmTenet(_ref58, ref) {
1490
1461
  let {
1491
1462
  children,
1492
1463
  size = 16,
@@ -1500,18 +1471,28 @@ const IbmCloudDirectLink_1DedicatedHosting = /*#__PURE__*/React.forwardRef(funct
1500
1471
  viewBox: "0 0 32 32",
1501
1472
  fill: "currentColor",
1502
1473
  ...rest
1503
- }, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1504
- 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"
1505
- })), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1506
- d: "M11 19H21V21H11zM11 15H21V17H11zM11 11H21V13H11z"
1507
- })), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1508
- 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"
1474
+ }, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1475
+ 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"
1476
+ })), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1477
+ 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"
1478
+ })), _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
1479
+ cx: "23",
1480
+ cy: "12",
1481
+ r: "1"
1482
+ })), _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
1483
+ cx: "9",
1484
+ cy: "20",
1485
+ r: "1"
1486
+ })), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1487
+ 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"
1488
+ })), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1489
+ 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"
1509
1490
  })), children);
1510
1491
  });
1511
1492
  if (process.env.NODE_ENV !== "production") {
1512
- IbmCloudDirectLink_1DedicatedHosting.propTypes = iconPropTypes;
1493
+ IbmTenet.propTypes = iconPropTypes;
1513
1494
  }
1514
- const IbmCloudDirectLink_1Exchange = /*#__PURE__*/React.forwardRef(function IbmCloudDirectLink_1Exchange(_ref59, ref) {
1495
+ const IbmTestAcceleratorForZ = /*#__PURE__*/React.forwardRef(function IbmTestAcceleratorForZ(_ref59, ref) {
1515
1496
  let {
1516
1497
  children,
1517
1498
  size = 16,
@@ -1525,18 +1506,14 @@ const IbmCloudDirectLink_1Exchange = /*#__PURE__*/React.forwardRef(function IbmC
1525
1506
  viewBox: "0 0 32 32",
1526
1507
  fill: "currentColor",
1527
1508
  ...rest
1528
- }, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1529
- 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"
1530
- })), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1531
- d: "M19 15L19 19 15 19 15 21 21 21 21 15zM17 11L11 11 11 17 13 17 13 13 17 13z"
1532
- })), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1533
- 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"
1509
+ }, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1510
+ 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"
1534
1511
  })), children);
1535
1512
  });
1536
1513
  if (process.env.NODE_ENV !== "production") {
1537
- IbmCloudDirectLink_1Exchange.propTypes = iconPropTypes;
1514
+ IbmTestAcceleratorForZ.propTypes = iconPropTypes;
1538
1515
  }
1539
- const IbmCloudDirectLink_2Connect = /*#__PURE__*/React.forwardRef(function IbmCloudDirectLink_2Connect(_ref60, ref) {
1516
+ const IbmToolchain = /*#__PURE__*/React.forwardRef(function IbmToolchain(_ref60, ref) {
1540
1517
  let {
1541
1518
  children,
1542
1519
  size = 16,
@@ -1550,16 +1527,14 @@ const IbmCloudDirectLink_2Connect = /*#__PURE__*/React.forwardRef(function IbmCl
1550
1527
  viewBox: "0 0 32 32",
1551
1528
  fill: "currentColor",
1552
1529
  ...rest
1553
- }, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1554
- 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"
1555
- })), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1556
- 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"
1530
+ }, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1531
+ 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"
1557
1532
  })), children);
1558
1533
  });
1559
1534
  if (process.env.NODE_ENV !== "production") {
1560
- IbmCloudDirectLink_2Connect.propTypes = iconPropTypes;
1535
+ IbmToolchain.propTypes = iconPropTypes;
1561
1536
  }
1562
- const IbmCloudDirectLink_2Dedicated = /*#__PURE__*/React.forwardRef(function IbmCloudDirectLink_2Dedicated(_ref61, ref) {
1537
+ const IbmTurbonomic = /*#__PURE__*/React.forwardRef(function IbmTurbonomic(_ref61, ref) {
1563
1538
  let {
1564
1539
  children,
1565
1540
  size = 16,
@@ -1573,16 +1548,24 @@ const IbmCloudDirectLink_2Dedicated = /*#__PURE__*/React.forwardRef(function Ibm
1573
1548
  viewBox: "0 0 32 32",
1574
1549
  fill: "currentColor",
1575
1550
  ...rest
1576
- }, _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1577
- 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"
1578
- })), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1579
- 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"
1551
+ }, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1552
+ 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"
1553
+ })), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1554
+ 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"
1555
+ })), _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
1556
+ cx: "16",
1557
+ cy: "16",
1558
+ r: "2"
1559
+ })), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1560
+ 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"
1561
+ })), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1562
+ 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"
1580
1563
  })), children);
1581
1564
  });
1582
1565
  if (process.env.NODE_ENV !== "production") {
1583
- IbmCloudDirectLink_2Dedicated.propTypes = iconPropTypes;
1566
+ IbmTurbonomic.propTypes = iconPropTypes;
1584
1567
  }
1585
- const IbmCloudDirectLink_2DedicatedHosting = /*#__PURE__*/React.forwardRef(function IbmCloudDirectLink_2DedicatedHosting(_ref62, ref) {
1568
+ const IbmUnstructuredDataProcessor = /*#__PURE__*/React.forwardRef(function IbmUnstructuredDataProcessor(_ref62, ref) {
1586
1569
  let {
1587
1570
  children,
1588
1571
  size = 16,
@@ -1596,18 +1579,16 @@ const IbmCloudDirectLink_2DedicatedHosting = /*#__PURE__*/React.forwardRef(funct
1596
1579
  viewBox: "0 0 32 32",
1597
1580
  fill: "currentColor",
1598
1581
  ...rest
1599
- }, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1600
- 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"
1601
- })), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1602
- d: "M11 19H21V21H11zM11 15H21V17H11zM11 11H21V13H11z"
1603
- })), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1604
- 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"
1582
+ }, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1583
+ 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"
1584
+ })), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1585
+ 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"
1605
1586
  })), children);
1606
1587
  });
1607
1588
  if (process.env.NODE_ENV !== "production") {
1608
- IbmCloudDirectLink_2DedicatedHosting.propTypes = iconPropTypes;
1589
+ IbmUnstructuredDataProcessor.propTypes = iconPropTypes;
1609
1590
  }
1610
- const IbmCloudEventNotification = /*#__PURE__*/React.forwardRef(function IbmCloudEventNotification(_ref63, ref) {
1591
+ const IbmVpnForVpc = /*#__PURE__*/React.forwardRef(function IbmVpnForVpc(_ref63, ref) {
1611
1592
  let {
1612
1593
  children,
1613
1594
  size = 16,
@@ -1621,14 +1602,16 @@ const IbmCloudEventNotification = /*#__PURE__*/React.forwardRef(function IbmClou
1621
1602
  viewBox: "0 0 32 32",
1622
1603
  fill: "currentColor",
1623
1604
  ...rest
1624
- }, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1625
- 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"
1605
+ }, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1606
+ 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"
1607
+ })), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1608
+ d: "m10,8.5898V2H2v8h6.5901l10.9958,11,1.4141-1.4141-11-10.9961Zm-2-.5898h-4v-4h4v4Z"
1626
1609
  })), children);
1627
1610
  });
1628
1611
  if (process.env.NODE_ENV !== "production") {
1629
- IbmCloudEventNotification.propTypes = iconPropTypes;
1612
+ IbmVpnForVpc.propTypes = iconPropTypes;
1630
1613
  }
1631
- const IbmCloudEventStreams = /*#__PURE__*/React.forwardRef(function IbmCloudEventStreams(_ref64, ref) {
1614
+ const IbmVsiOnVpcForRegulatedIndustries = /*#__PURE__*/React.forwardRef(function IbmVsiOnVpcForRegulatedIndustries(_ref64, ref) {
1632
1615
  let {
1633
1616
  children,
1634
1617
  size = 16,
@@ -1642,16 +1625,14 @@ const IbmCloudEventStreams = /*#__PURE__*/React.forwardRef(function IbmCloudEven
1642
1625
  viewBox: "0 0 32 32",
1643
1626
  fill: "currentColor",
1644
1627
  ...rest
1645
- }, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1646
- 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"
1647
- })), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1648
- 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"
1628
+ }, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1629
+ 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"
1649
1630
  })), children);
1650
1631
  });
1651
1632
  if (process.env.NODE_ENV !== "production") {
1652
- IbmCloudEventStreams.propTypes = iconPropTypes;
1633
+ IbmVsiOnVpcForRegulatedIndustries.propTypes = iconPropTypes;
1653
1634
  }
1654
- const IbmCloudForEducation = /*#__PURE__*/React.forwardRef(function IbmCloudForEducation(_ref65, ref) {
1635
+ const IbmWaziDeploy = /*#__PURE__*/React.forwardRef(function IbmWaziDeploy(_ref65, ref) {
1655
1636
  let {
1656
1637
  children,
1657
1638
  size = 16,
@@ -1665,18 +1646,16 @@ const IbmCloudForEducation = /*#__PURE__*/React.forwardRef(function IbmCloudForE
1665
1646
  viewBox: "0 0 32 32",
1666
1647
  fill: "currentColor",
1667
1648
  ...rest
1668
- }, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1669
- 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"
1670
- })), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1671
- 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"
1672
- })), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1673
- 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"
1649
+ }, _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1650
+ d: "m13.9998,29.991l-10.5037-6.1272c-.3071-.1792-.4961-.5081-.4961-.8638v-14h2v13.4257l10.0076,5.8378-1.0078,1.7275Z"
1651
+ })), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1652
+ 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"
1674
1653
  })), children);
1675
1654
  });
1676
1655
  if (process.env.NODE_ENV !== "production") {
1677
- IbmCloudForEducation.propTypes = iconPropTypes;
1656
+ IbmWaziDeploy.propTypes = iconPropTypes;
1678
1657
  }
1679
- const IbmCloudGateKeeper = /*#__PURE__*/React.forwardRef(function IbmCloudGateKeeper(_ref66, ref) {
1658
+ const IbmCloud = /*#__PURE__*/React.forwardRef(function IbmCloud(_ref66, ref) {
1680
1659
  let {
1681
1660
  children,
1682
1661
  size = 16,
@@ -1690,14 +1669,14 @@ const IbmCloudGateKeeper = /*#__PURE__*/React.forwardRef(function IbmCloudGateKe
1690
1669
  viewBox: "0 0 32 32",
1691
1670
  fill: "currentColor",
1692
1671
  ...rest
1693
- }, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1694
- 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"
1672
+ }, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1673
+ 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"
1695
1674
  })), children);
1696
1675
  });
1697
1676
  if (process.env.NODE_ENV !== "production") {
1698
- IbmCloudGateKeeper.propTypes = iconPropTypes;
1677
+ IbmCloud.propTypes = iconPropTypes;
1699
1678
  }
1700
- const IbmCloudHpc = /*#__PURE__*/React.forwardRef(function IbmCloudHpc(_ref67, ref) {
1679
+ const IbmCloudAppId = /*#__PURE__*/React.forwardRef(function IbmCloudAppId(_ref67, ref) {
1701
1680
  let {
1702
1681
  children,
1703
1682
  size = 16,
@@ -1711,16 +1690,16 @@ const IbmCloudHpc = /*#__PURE__*/React.forwardRef(function IbmCloudHpc(_ref67, r
1711
1690
  viewBox: "0 0 32 32",
1712
1691
  fill: "currentColor",
1713
1692
  ...rest
1714
- }, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1715
- d: "M22 13H24V15H22zM26 13H28V15H26zM30 13H32V15H30zM30 17H32V19H30zM15 20H17V22H15zM20 28H22V30H20zM24 28H26V30H24zM19 26h9v-9h-9v9zm2-7h5v5h-5v-5z"
1716
- })), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1717
- 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"
1693
+ }, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1694
+ 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"
1695
+ })), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1696
+ 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"
1718
1697
  })), children);
1719
1698
  });
1720
1699
  if (process.env.NODE_ENV !== "production") {
1721
- IbmCloudHpc.propTypes = iconPropTypes;
1700
+ IbmCloudAppId.propTypes = iconPropTypes;
1722
1701
  }
1723
- const IbmCloudHsm = /*#__PURE__*/React.forwardRef(function IbmCloudHsm(_ref68, ref) {
1702
+ const IbmCloudBackupAndRecovery = /*#__PURE__*/React.forwardRef(function IbmCloudBackupAndRecovery(_ref68, ref) {
1724
1703
  let {
1725
1704
  children,
1726
1705
  size = 16,
@@ -1734,24 +1713,14 @@ const IbmCloudHsm = /*#__PURE__*/React.forwardRef(function IbmCloudHsm(_ref68, r
1734
1713
  viewBox: "0 0 32 32",
1735
1714
  fill: "currentColor",
1736
1715
  ...rest
1737
- }, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1738
- 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"
1739
- })), _circle39 || (_circle39 = /*#__PURE__*/React.createElement("circle", {
1740
- cx: "9",
1741
- cy: "24",
1742
- r: "1"
1743
- })), _circle40 || (_circle40 = /*#__PURE__*/React.createElement("circle", {
1744
- cx: "9",
1745
- cy: "8",
1746
- r: "1"
1747
- })), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1748
- 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"
1716
+ }, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1717
+ 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"
1749
1718
  })), children);
1750
1719
  });
1751
1720
  if (process.env.NODE_ENV !== "production") {
1752
- IbmCloudHsm.propTypes = iconPropTypes;
1721
+ IbmCloudBackupAndRecovery.propTypes = iconPropTypes;
1753
1722
  }
1754
- const IbmCloudHyperProtectCryptoServices = /*#__PURE__*/React.forwardRef(function IbmCloudHyperProtectCryptoServices(_ref69, ref) {
1723
+ const IbmCloudBackupServiceVpc = /*#__PURE__*/React.forwardRef(function IbmCloudBackupServiceVpc(_ref69, ref) {
1755
1724
  let {
1756
1725
  children,
1757
1726
  size = 16,
@@ -1765,20 +1734,14 @@ const IbmCloudHyperProtectCryptoServices = /*#__PURE__*/React.forwardRef(functio
1765
1734
  viewBox: "0 0 32 32",
1766
1735
  fill: "currentColor",
1767
1736
  ...rest
1768
- }, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1769
- 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"
1770
- })), _circle41 || (_circle41 = /*#__PURE__*/React.createElement("circle", {
1771
- cx: "22",
1772
- cy: "10",
1773
- r: "2"
1774
- })), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1775
- 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"
1737
+ }, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1738
+ 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"
1776
1739
  })), children);
1777
1740
  });
1778
1741
  if (process.env.NODE_ENV !== "production") {
1779
- IbmCloudHyperProtectCryptoServices.propTypes = iconPropTypes;
1742
+ IbmCloudBackupServiceVpc.propTypes = iconPropTypes;
1780
1743
  }
1781
- const IbmCloudHyperProtectDbaas = /*#__PURE__*/React.forwardRef(function IbmCloudHyperProtectDbaas(_ref70, ref) {
1744
+ const IbmCloudBareMetalServer = /*#__PURE__*/React.forwardRef(function IbmCloudBareMetalServer(_ref70, ref) {
1782
1745
  let {
1783
1746
  children,
1784
1747
  size = 16,
@@ -1792,28 +1755,30 @@ const IbmCloudHyperProtectDbaas = /*#__PURE__*/React.forwardRef(function IbmClou
1792
1755
  viewBox: "0 0 32 32",
1793
1756
  fill: "currentColor",
1794
1757
  ...rest
1795
- }, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1796
- 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"
1797
- })), _circle42 || (_circle42 = /*#__PURE__*/React.createElement("circle", {
1798
- cx: "10",
1799
- cy: "23",
1758
+ }, _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
1759
+ cx: "9",
1760
+ cy: "26",
1800
1761
  r: "1"
1801
- })), _circle43 || (_circle43 = /*#__PURE__*/React.createElement("circle", {
1802
- cx: "10",
1803
- cy: "15",
1762
+ })), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1763
+ 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"
1764
+ })), _circle36 || (_circle36 = /*#__PURE__*/React.createElement("circle", {
1765
+ cx: "9",
1766
+ cy: "16",
1804
1767
  r: "1"
1805
- })), _circle44 || (_circle44 = /*#__PURE__*/React.createElement("circle", {
1806
- cx: "10",
1807
- cy: "7",
1768
+ })), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1769
+ 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"
1770
+ })), _circle37 || (_circle37 = /*#__PURE__*/React.createElement("circle", {
1771
+ cx: "9",
1772
+ cy: "6",
1808
1773
  r: "1"
1809
- })), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1810
- 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"
1774
+ })), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1775
+ 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"
1811
1776
  })), children);
1812
1777
  });
1813
1778
  if (process.env.NODE_ENV !== "production") {
1814
- IbmCloudHyperProtectDbaas.propTypes = iconPropTypes;
1779
+ IbmCloudBareMetalServer.propTypes = iconPropTypes;
1815
1780
  }
1816
- const IbmCloudHyperProtectVs = /*#__PURE__*/React.forwardRef(function IbmCloudHyperProtectVs(_ref71, ref) {
1781
+ const IbmCloudBareMetalServersVpc = /*#__PURE__*/React.forwardRef(function IbmCloudBareMetalServersVpc(_ref71, ref) {
1817
1782
  let {
1818
1783
  children,
1819
1784
  size = 16,
@@ -1827,16 +1792,26 @@ const IbmCloudHyperProtectVs = /*#__PURE__*/React.forwardRef(function IbmCloudHy
1827
1792
  viewBox: "0 0 32 32",
1828
1793
  fill: "currentColor",
1829
1794
  ...rest
1830
- }, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
1831
- 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"
1832
- })), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
1833
- 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"
1795
+ }, _circle38 || (_circle38 = /*#__PURE__*/React.createElement("circle", {
1796
+ cx: "9",
1797
+ cy: "26",
1798
+ r: "1"
1799
+ })), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1800
+ 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"
1801
+ })), _circle39 || (_circle39 = /*#__PURE__*/React.createElement("circle", {
1802
+ cx: "9",
1803
+ cy: "16",
1804
+ r: "1"
1805
+ })), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1806
+ 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"
1807
+ })), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1808
+ d: "m23.41,22l-13.41-13.41V2H2v8h6.59l13.41,13.41v6.59h8v-8h-6.59Zm-15.41-14h-4v-4h4v4Zm20,20h-4v-4h4v4Z"
1834
1809
  })), children);
1835
1810
  });
1836
1811
  if (process.env.NODE_ENV !== "production") {
1837
- IbmCloudHyperProtectVs.propTypes = iconPropTypes;
1812
+ IbmCloudBareMetalServersVpc.propTypes = iconPropTypes;
1838
1813
  }
1839
- const IbmCloudInternetServices = /*#__PURE__*/React.forwardRef(function IbmCloudInternetServices(_ref72, ref) {
1814
+ const IbmCloudCitrixDaas = /*#__PURE__*/React.forwardRef(function IbmCloudCitrixDaas(_ref72, ref) {
1840
1815
  let {
1841
1816
  children,
1842
1817
  size = 16,
@@ -1850,16 +1825,16 @@ const IbmCloudInternetServices = /*#__PURE__*/React.forwardRef(function IbmCloud
1850
1825
  viewBox: "0 0 32 32",
1851
1826
  fill: "currentColor",
1852
1827
  ...rest
1853
- }, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
1854
- 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"
1855
- })), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
1856
- 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"
1828
+ }, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1829
+ d: "M19 23H23V27H19zM26 23H30V27H26zM19 16H23V20H19zM26 16H30V20H26z"
1830
+ })), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1831
+ 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"
1857
1832
  })), children);
1858
1833
  });
1859
1834
  if (process.env.NODE_ENV !== "production") {
1860
- IbmCloudInternetServices.propTypes = iconPropTypes;
1835
+ IbmCloudCitrixDaas.propTypes = iconPropTypes;
1861
1836
  }
1862
- const IbmCloudIpsecVpn = /*#__PURE__*/React.forwardRef(function IbmCloudIpsecVpn(_ref73, ref) {
1837
+ const IbmCloudCodeEngine = /*#__PURE__*/React.forwardRef(function IbmCloudCodeEngine(_ref73, ref) {
1863
1838
  let {
1864
1839
  children,
1865
1840
  size = 16,
@@ -1873,14 +1848,14 @@ const IbmCloudIpsecVpn = /*#__PURE__*/React.forwardRef(function IbmCloudIpsecVpn
1873
1848
  viewBox: "0 0 32 32",
1874
1849
  fill: "currentColor",
1875
1850
  ...rest
1876
- }, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
1877
- 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"
1851
+ }, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1852
+ 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"
1878
1853
  })), children);
1879
1854
  });
1880
1855
  if (process.env.NODE_ENV !== "production") {
1881
- IbmCloudIpsecVpn.propTypes = iconPropTypes;
1856
+ IbmCloudCodeEngine.propTypes = iconPropTypes;
1882
1857
  }
1883
- const IbmCloudKeyProtect = /*#__PURE__*/React.forwardRef(function IbmCloudKeyProtect(_ref74, ref) {
1858
+ const IbmCloudContinuousDelivery = /*#__PURE__*/React.forwardRef(function IbmCloudContinuousDelivery(_ref74, ref) {
1884
1859
  let {
1885
1860
  children,
1886
1861
  size = 16,
@@ -1894,16 +1869,16 @@ const IbmCloudKeyProtect = /*#__PURE__*/React.forwardRef(function IbmCloudKeyPro
1894
1869
  viewBox: "0 0 32 32",
1895
1870
  fill: "currentColor",
1896
1871
  ...rest
1897
- }, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
1898
- 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"
1899
- })), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
1900
- 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"
1872
+ }, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1873
+ 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"
1874
+ })), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1875
+ 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"
1901
1876
  })), children);
1902
1877
  });
1903
1878
  if (process.env.NODE_ENV !== "production") {
1904
- IbmCloudKeyProtect.propTypes = iconPropTypes;
1879
+ IbmCloudContinuousDelivery.propTypes = iconPropTypes;
1905
1880
  }
1906
- const IbmCloudKubernetesService = /*#__PURE__*/React.forwardRef(function IbmCloudKubernetesService(_ref75, ref) {
1881
+ const IbmCloudDatabases = /*#__PURE__*/React.forwardRef(function IbmCloudDatabases(_ref75, ref) {
1907
1882
  let {
1908
1883
  children,
1909
1884
  size = 16,
@@ -1917,16 +1892,14 @@ const IbmCloudKubernetesService = /*#__PURE__*/React.forwardRef(function IbmClou
1917
1892
  viewBox: "0 0 32 32",
1918
1893
  fill: "currentColor",
1919
1894
  ...rest
1920
- }, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
1921
- 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"
1922
- })), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
1923
- 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"
1895
+ }, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1896
+ 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"
1924
1897
  })), children);
1925
1898
  });
1926
1899
  if (process.env.NODE_ENV !== "production") {
1927
- IbmCloudKubernetesService.propTypes = iconPropTypes;
1900
+ IbmCloudDatabases.propTypes = iconPropTypes;
1928
1901
  }
1929
- const IbmCloudLogging = /*#__PURE__*/React.forwardRef(function IbmCloudLogging(_ref76, ref) {
1902
+ const IbmCloudDedicatedHost = /*#__PURE__*/React.forwardRef(function IbmCloudDedicatedHost(_ref76, ref) {
1930
1903
  let {
1931
1904
  children,
1932
1905
  size = 16,
@@ -1940,18 +1913,24 @@ const IbmCloudLogging = /*#__PURE__*/React.forwardRef(function IbmCloudLogging(_
1940
1913
  viewBox: "0 0 32 32",
1941
1914
  fill: "currentColor",
1942
1915
  ...rest
1943
- }, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
1944
- 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"
1945
- })), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
1946
- d: "M16 6H24V8H16zM16 2H24V4H16z"
1947
- })), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
1948
- 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"
1916
+ }, _circle40 || (_circle40 = /*#__PURE__*/React.createElement("circle", {
1917
+ cx: "9",
1918
+ cy: "6",
1919
+ r: "1"
1920
+ })), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1921
+ 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"
1922
+ })), _circle41 || (_circle41 = /*#__PURE__*/React.createElement("circle", {
1923
+ cx: "9",
1924
+ cy: "20",
1925
+ r: "1"
1926
+ })), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
1927
+ 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"
1949
1928
  })), children);
1950
1929
  });
1951
1930
  if (process.env.NODE_ENV !== "production") {
1952
- IbmCloudLogging.propTypes = iconPropTypes;
1931
+ IbmCloudDedicatedHost.propTypes = iconPropTypes;
1953
1932
  }
1954
- const IbmCloudMassDataMigration = /*#__PURE__*/React.forwardRef(function IbmCloudMassDataMigration(_ref77, ref) {
1933
+ const IbmCloudDirectLink_1Connect = /*#__PURE__*/React.forwardRef(function IbmCloudDirectLink_1Connect(_ref77, ref) {
1955
1934
  let {
1956
1935
  children,
1957
1936
  size = 16,
@@ -1965,16 +1944,18 @@ const IbmCloudMassDataMigration = /*#__PURE__*/React.forwardRef(function IbmClou
1965
1944
  viewBox: "0 0 32 32",
1966
1945
  fill: "currentColor",
1967
1946
  ...rest
1968
- }, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
1969
- 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"
1970
- })), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
1971
- 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"
1947
+ }, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
1948
+ 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"
1949
+ })), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
1950
+ 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"
1951
+ })), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
1952
+ 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"
1972
1953
  })), children);
1973
1954
  });
1974
1955
  if (process.env.NODE_ENV !== "production") {
1975
- IbmCloudMassDataMigration.propTypes = iconPropTypes;
1956
+ IbmCloudDirectLink_1Connect.propTypes = iconPropTypes;
1976
1957
  }
1977
- const IbmCloudObservability = /*#__PURE__*/React.forwardRef(function IbmCloudObservability(_ref78, ref) {
1958
+ const IbmCloudDirectLink_1Dedicated = /*#__PURE__*/React.forwardRef(function IbmCloudDirectLink_1Dedicated(_ref78, ref) {
1978
1959
  let {
1979
1960
  children,
1980
1961
  size = 16,
@@ -1988,14 +1969,18 @@ const IbmCloudObservability = /*#__PURE__*/React.forwardRef(function IbmCloudObs
1988
1969
  viewBox: "0 0 32 32",
1989
1970
  fill: "currentColor",
1990
1971
  ...rest
1991
- }, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
1992
- 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"
1972
+ }, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
1973
+ 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"
1974
+ })), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
1975
+ 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"
1976
+ })), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
1977
+ 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"
1993
1978
  })), children);
1994
1979
  });
1995
1980
  if (process.env.NODE_ENV !== "production") {
1996
- IbmCloudObservability.propTypes = iconPropTypes;
1981
+ IbmCloudDirectLink_1Dedicated.propTypes = iconPropTypes;
1997
1982
  }
1998
- const IbmCloudPal = /*#__PURE__*/React.forwardRef(function IbmCloudPal(_ref79, ref) {
1983
+ const IbmCloudDirectLink_1DedicatedHosting = /*#__PURE__*/React.forwardRef(function IbmCloudDirectLink_1DedicatedHosting(_ref79, ref) {
1999
1984
  let {
2000
1985
  children,
2001
1986
  size = 16,
@@ -2009,18 +1994,18 @@ const IbmCloudPal = /*#__PURE__*/React.forwardRef(function IbmCloudPal(_ref79, r
2009
1994
  viewBox: "0 0 32 32",
2010
1995
  fill: "currentColor",
2011
1996
  ...rest
2012
- }, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2013
- strokeWidth: "0",
2014
- 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"
2015
- })), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2016
- strokeWidth: "0",
2017
- 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"
1997
+ }, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
1998
+ 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"
1999
+ })), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
2000
+ d: "M11 19H21V21H11zM11 15H21V17H11zM11 11H21V13H11z"
2001
+ })), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
2002
+ 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"
2018
2003
  })), children);
2019
2004
  });
2020
2005
  if (process.env.NODE_ENV !== "production") {
2021
- IbmCloudPal.propTypes = iconPropTypes;
2006
+ IbmCloudDirectLink_1DedicatedHosting.propTypes = iconPropTypes;
2022
2007
  }
2023
- const IbmCloudPrivilegedAccessGateway = /*#__PURE__*/React.forwardRef(function IbmCloudPrivilegedAccessGateway(_ref80, ref) {
2008
+ const IbmCloudDirectLink_1Exchange = /*#__PURE__*/React.forwardRef(function IbmCloudDirectLink_1Exchange(_ref80, ref) {
2024
2009
  let {
2025
2010
  children,
2026
2011
  size = 16,
@@ -2034,16 +2019,18 @@ const IbmCloudPrivilegedAccessGateway = /*#__PURE__*/React.forwardRef(function I
2034
2019
  viewBox: "0 0 32 32",
2035
2020
  fill: "currentColor",
2036
2021
  ...rest
2037
- }, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2038
- d: "M32 23L27 28 25.6 26.6 28.2 24 20 24 20 22 28.2 22 25.6 19.4 27 18z"
2039
- })), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2040
- 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"
2022
+ }, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
2023
+ 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"
2024
+ })), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2025
+ d: "M19 15L19 19 15 19 15 21 21 21 21 15zM17 11L11 11 11 17 13 17 13 13 17 13z"
2026
+ })), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2027
+ 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"
2041
2028
  })), children);
2042
2029
  });
2043
2030
  if (process.env.NODE_ENV !== "production") {
2044
- IbmCloudPrivilegedAccessGateway.propTypes = iconPropTypes;
2031
+ IbmCloudDirectLink_1Exchange.propTypes = iconPropTypes;
2045
2032
  }
2046
- const IbmCloudProjects = /*#__PURE__*/React.forwardRef(function IbmCloudProjects(_ref81, ref) {
2033
+ const IbmCloudDirectLink_2Connect = /*#__PURE__*/React.forwardRef(function IbmCloudDirectLink_2Connect(_ref81, ref) {
2047
2034
  let {
2048
2035
  children,
2049
2036
  size = 16,
@@ -2057,14 +2044,16 @@ const IbmCloudProjects = /*#__PURE__*/React.forwardRef(function IbmCloudProjects
2057
2044
  viewBox: "0 0 32 32",
2058
2045
  fill: "currentColor",
2059
2046
  ...rest
2060
- }, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2061
- 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"
2047
+ }, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2048
+ 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"
2049
+ })), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2050
+ 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"
2062
2051
  })), children);
2063
2052
  });
2064
2053
  if (process.env.NODE_ENV !== "production") {
2065
- IbmCloudProjects.propTypes = iconPropTypes;
2054
+ IbmCloudDirectLink_2Connect.propTypes = iconPropTypes;
2066
2055
  }
2067
- const IbmCloudResiliency = /*#__PURE__*/React.forwardRef(function IbmCloudResiliency(_ref82, ref) {
2056
+ const IbmCloudDirectLink_2Dedicated = /*#__PURE__*/React.forwardRef(function IbmCloudDirectLink_2Dedicated(_ref82, ref) {
2068
2057
  let {
2069
2058
  children,
2070
2059
  size = 16,
@@ -2078,16 +2067,16 @@ const IbmCloudResiliency = /*#__PURE__*/React.forwardRef(function IbmCloudResili
2078
2067
  viewBox: "0 0 32 32",
2079
2068
  fill: "currentColor",
2080
2069
  ...rest
2081
- }, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2082
- d: "M24 24v6h6v-6h-6zm4 4h-2v-2h2v2zM2 30h6v-6H2v6zm2-4h2v2h-2v-2z"
2083
- })), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2084
- 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"
2070
+ }, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2071
+ 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"
2072
+ })), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2073
+ 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"
2085
2074
  })), children);
2086
2075
  });
2087
2076
  if (process.env.NODE_ENV !== "production") {
2088
- IbmCloudResiliency.propTypes = iconPropTypes;
2077
+ IbmCloudDirectLink_2Dedicated.propTypes = iconPropTypes;
2089
2078
  }
2090
- const IbmCloudSecretsManager = /*#__PURE__*/React.forwardRef(function IbmCloudSecretsManager(_ref83, ref) {
2079
+ const IbmCloudDirectLink_2DedicatedHosting = /*#__PURE__*/React.forwardRef(function IbmCloudDirectLink_2DedicatedHosting(_ref83, ref) {
2091
2080
  let {
2092
2081
  children,
2093
2082
  size = 16,
@@ -2101,16 +2090,18 @@ const IbmCloudSecretsManager = /*#__PURE__*/React.forwardRef(function IbmCloudSe
2101
2090
  viewBox: "0 0 32 32",
2102
2091
  fill: "currentColor",
2103
2092
  ...rest
2104
- }, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2105
- 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"
2106
- })), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2107
- 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"
2093
+ }, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2094
+ 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"
2095
+ })), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2096
+ d: "M11 19H21V21H11zM11 15H21V17H11zM11 11H21V13H11z"
2097
+ })), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2098
+ 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"
2108
2099
  })), children);
2109
2100
  });
2110
2101
  if (process.env.NODE_ENV !== "production") {
2111
- IbmCloudSecretsManager.propTypes = iconPropTypes;
2102
+ IbmCloudDirectLink_2DedicatedHosting.propTypes = iconPropTypes;
2112
2103
  }
2113
- const IbmCloudSecurity = /*#__PURE__*/React.forwardRef(function IbmCloudSecurity(_ref84, ref) {
2104
+ const IbmCloudEssentialSecurityAndObservabilityServices = /*#__PURE__*/React.forwardRef(function IbmCloudEssentialSecurityAndObservabilityServices(_ref84, ref) {
2114
2105
  let {
2115
2106
  children,
2116
2107
  size = 16,
@@ -2124,14 +2115,14 @@ const IbmCloudSecurity = /*#__PURE__*/React.forwardRef(function IbmCloudSecurity
2124
2115
  viewBox: "0 0 32 32",
2125
2116
  fill: "currentColor",
2126
2117
  ...rest
2127
- }, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2128
- 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"
2118
+ }, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2119
+ 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"
2129
2120
  })), children);
2130
2121
  });
2131
2122
  if (process.env.NODE_ENV !== "production") {
2132
- IbmCloudSecurity.propTypes = iconPropTypes;
2123
+ IbmCloudEssentialSecurityAndObservabilityServices.propTypes = iconPropTypes;
2133
2124
  }
2134
- const IbmCloudSecurityComplianceCenter = /*#__PURE__*/React.forwardRef(function IbmCloudSecurityComplianceCenter(_ref85, ref) {
2125
+ const IbmCloudEventNotification = /*#__PURE__*/React.forwardRef(function IbmCloudEventNotification(_ref85, ref) {
2135
2126
  let {
2136
2127
  children,
2137
2128
  size = 16,
@@ -2145,16 +2136,14 @@ const IbmCloudSecurityComplianceCenter = /*#__PURE__*/React.forwardRef(function
2145
2136
  viewBox: "0 0 32 32",
2146
2137
  fill: "currentColor",
2147
2138
  ...rest
2148
- }, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2149
- 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"
2150
- })), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2151
- 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"
2139
+ }, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2140
+ 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"
2152
2141
  })), children);
2153
2142
  });
2154
2143
  if (process.env.NODE_ENV !== "production") {
2155
- IbmCloudSecurityComplianceCenter.propTypes = iconPropTypes;
2144
+ IbmCloudEventNotification.propTypes = iconPropTypes;
2156
2145
  }
2157
- const IbmCloudSecurityComplianceCenterWorkloadProtection = /*#__PURE__*/React.forwardRef(function IbmCloudSecurityComplianceCenterWorkloadProtection(_ref86, ref) {
2146
+ const IbmCloudEventStreams = /*#__PURE__*/React.forwardRef(function IbmCloudEventStreams(_ref86, ref) {
2158
2147
  let {
2159
2148
  children,
2160
2149
  size = 16,
@@ -2168,18 +2157,16 @@ const IbmCloudSecurityComplianceCenterWorkloadProtection = /*#__PURE__*/React.fo
2168
2157
  viewBox: "0 0 32 32",
2169
2158
  fill: "currentColor",
2170
2159
  ...rest
2171
- }, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2172
- 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"
2173
- })), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2174
- 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"
2175
- })), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2176
- 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"
2160
+ }, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2161
+ 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"
2162
+ })), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2163
+ 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"
2177
2164
  })), children);
2178
2165
  });
2179
2166
  if (process.env.NODE_ENV !== "production") {
2180
- IbmCloudSecurityComplianceCenterWorkloadProtection.propTypes = iconPropTypes;
2167
+ IbmCloudEventStreams.propTypes = iconPropTypes;
2181
2168
  }
2182
- const IbmCloudSecurityGroups = /*#__PURE__*/React.forwardRef(function IbmCloudSecurityGroups(_ref87, ref) {
2169
+ const IbmCloudForEducation = /*#__PURE__*/React.forwardRef(function IbmCloudForEducation(_ref87, ref) {
2183
2170
  let {
2184
2171
  children,
2185
2172
  size = 16,
@@ -2193,14 +2180,18 @@ const IbmCloudSecurityGroups = /*#__PURE__*/React.forwardRef(function IbmCloudSe
2193
2180
  viewBox: "0 0 32 32",
2194
2181
  fill: "currentColor",
2195
2182
  ...rest
2196
- }, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2197
- 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"
2183
+ }, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2184
+ 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"
2185
+ })), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2186
+ 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"
2187
+ })), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2188
+ 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"
2198
2189
  })), children);
2199
2190
  });
2200
2191
  if (process.env.NODE_ENV !== "production") {
2201
- IbmCloudSecurityGroups.propTypes = iconPropTypes;
2192
+ IbmCloudForEducation.propTypes = iconPropTypes;
2202
2193
  }
2203
- const IbmCloudSubnets = /*#__PURE__*/React.forwardRef(function IbmCloudSubnets(_ref88, ref) {
2194
+ const IbmCloudGateKeeper = /*#__PURE__*/React.forwardRef(function IbmCloudGateKeeper(_ref88, ref) {
2204
2195
  let {
2205
2196
  children,
2206
2197
  size = 16,
@@ -2214,14 +2205,14 @@ const IbmCloudSubnets = /*#__PURE__*/React.forwardRef(function IbmCloudSubnets(_
2214
2205
  viewBox: "0 0 32 32",
2215
2206
  fill: "currentColor",
2216
2207
  ...rest
2217
- }, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2218
- 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"
2208
+ }, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2209
+ 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"
2219
2210
  })), children);
2220
2211
  });
2221
2212
  if (process.env.NODE_ENV !== "production") {
2222
- IbmCloudSubnets.propTypes = iconPropTypes;
2213
+ IbmCloudGateKeeper.propTypes = iconPropTypes;
2223
2214
  }
2224
- const IbmCloudSysdigSecure = /*#__PURE__*/React.forwardRef(function IbmCloudSysdigSecure(_ref89, ref) {
2215
+ const IbmCloudHpc = /*#__PURE__*/React.forwardRef(function IbmCloudHpc(_ref89, ref) {
2225
2216
  let {
2226
2217
  children,
2227
2218
  size = 16,
@@ -2235,16 +2226,16 @@ const IbmCloudSysdigSecure = /*#__PURE__*/React.forwardRef(function IbmCloudSysd
2235
2226
  viewBox: "0 0 32 32",
2236
2227
  fill: "currentColor",
2237
2228
  ...rest
2238
- }, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2239
- 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"
2240
- })), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2241
- 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"
2229
+ }, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2230
+ d: "M22 13H24V15H22zM26 13H28V15H26zM30 13H32V15H30zM30 17H32V19H30zM15 20H17V22H15zM20 28H22V30H20zM24 28H26V30H24zM19 26h9v-9h-9v9zm2-7h5v5h-5v-5z"
2231
+ })), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2232
+ 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"
2242
2233
  })), children);
2243
2234
  });
2244
2235
  if (process.env.NODE_ENV !== "production") {
2245
- IbmCloudSysdigSecure.propTypes = iconPropTypes;
2236
+ IbmCloudHpc.propTypes = iconPropTypes;
2246
2237
  }
2247
- const IbmCloudTransitGateway = /*#__PURE__*/React.forwardRef(function IbmCloudTransitGateway(_ref90, ref) {
2238
+ const IbmCloudHsm = /*#__PURE__*/React.forwardRef(function IbmCloudHsm(_ref90, ref) {
2248
2239
  let {
2249
2240
  children,
2250
2241
  size = 16,
@@ -2258,16 +2249,24 @@ const IbmCloudTransitGateway = /*#__PURE__*/React.forwardRef(function IbmCloudTr
2258
2249
  viewBox: "0 0 32 32",
2259
2250
  fill: "currentColor",
2260
2251
  ...rest
2261
- }, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2262
- 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"
2263
- })), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2264
- 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"
2252
+ }, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2253
+ 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"
2254
+ })), _circle42 || (_circle42 = /*#__PURE__*/React.createElement("circle", {
2255
+ cx: "9",
2256
+ cy: "24",
2257
+ r: "1"
2258
+ })), _circle43 || (_circle43 = /*#__PURE__*/React.createElement("circle", {
2259
+ cx: "9",
2260
+ cy: "8",
2261
+ r: "1"
2262
+ })), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2263
+ 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"
2265
2264
  })), children);
2266
2265
  });
2267
2266
  if (process.env.NODE_ENV !== "production") {
2268
- IbmCloudTransitGateway.propTypes = iconPropTypes;
2267
+ IbmCloudHsm.propTypes = iconPropTypes;
2269
2268
  }
2270
- const IbmCloudVirtualServerClassic = /*#__PURE__*/React.forwardRef(function IbmCloudVirtualServerClassic(_ref91, ref) {
2269
+ const IbmCloudHyperProtectCryptoServices = /*#__PURE__*/React.forwardRef(function IbmCloudHyperProtectCryptoServices(_ref91, ref) {
2271
2270
  let {
2272
2271
  children,
2273
2272
  size = 16,
@@ -2281,20 +2280,20 @@ const IbmCloudVirtualServerClassic = /*#__PURE__*/React.forwardRef(function IbmC
2281
2280
  viewBox: "0 0 32 32",
2282
2281
  fill: "currentColor",
2283
2282
  ...rest
2284
- }, _circle45 || (_circle45 = /*#__PURE__*/React.createElement("circle", {
2285
- cx: "9",
2286
- cy: "26",
2287
- r: "1"
2288
- })), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2289
- 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"
2290
- })), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2291
- 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"
2283
+ }, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2284
+ 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"
2285
+ })), _circle44 || (_circle44 = /*#__PURE__*/React.createElement("circle", {
2286
+ cx: "22",
2287
+ cy: "10",
2288
+ r: "2"
2289
+ })), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2290
+ 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"
2292
2291
  })), children);
2293
2292
  });
2294
2293
  if (process.env.NODE_ENV !== "production") {
2295
- IbmCloudVirtualServerClassic.propTypes = iconPropTypes;
2294
+ IbmCloudHyperProtectCryptoServices.propTypes = iconPropTypes;
2296
2295
  }
2297
- const IbmCloudVirtualServerVpc = /*#__PURE__*/React.forwardRef(function IbmCloudVirtualServerVpc(_ref92, ref) {
2296
+ const IbmCloudHyperProtectDbaas = /*#__PURE__*/React.forwardRef(function IbmCloudHyperProtectDbaas(_ref92, ref) {
2298
2297
  let {
2299
2298
  children,
2300
2299
  size = 16,
@@ -2308,18 +2307,28 @@ const IbmCloudVirtualServerVpc = /*#__PURE__*/React.forwardRef(function IbmCloud
2308
2307
  viewBox: "0 0 32 32",
2309
2308
  fill: "currentColor",
2310
2309
  ...rest
2311
- }, _circle46 || (_circle46 = /*#__PURE__*/React.createElement("circle", {
2312
- cx: "8",
2313
- cy: "26",
2310
+ }, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2311
+ 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"
2312
+ })), _circle45 || (_circle45 = /*#__PURE__*/React.createElement("circle", {
2313
+ cx: "10",
2314
+ cy: "23",
2314
2315
  r: "1"
2315
- })), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2316
- 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"
2316
+ })), _circle46 || (_circle46 = /*#__PURE__*/React.createElement("circle", {
2317
+ cx: "10",
2318
+ cy: "15",
2319
+ r: "1"
2320
+ })), _circle47 || (_circle47 = /*#__PURE__*/React.createElement("circle", {
2321
+ cx: "10",
2322
+ cy: "7",
2323
+ r: "1"
2324
+ })), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2325
+ 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"
2317
2326
  })), children);
2318
2327
  });
2319
2328
  if (process.env.NODE_ENV !== "production") {
2320
- IbmCloudVirtualServerVpc.propTypes = iconPropTypes;
2329
+ IbmCloudHyperProtectDbaas.propTypes = iconPropTypes;
2321
2330
  }
2322
- const IbmCloudVpc = /*#__PURE__*/React.forwardRef(function IbmCloudVpc(_ref93, ref) {
2331
+ const IbmCloudHyperProtectVs = /*#__PURE__*/React.forwardRef(function IbmCloudHyperProtectVs(_ref93, ref) {
2323
2332
  let {
2324
2333
  children,
2325
2334
  size = 16,
@@ -2333,16 +2342,16 @@ const IbmCloudVpc = /*#__PURE__*/React.forwardRef(function IbmCloudVpc(_ref93, r
2333
2342
  viewBox: "0 0 32 32",
2334
2343
  fill: "currentColor",
2335
2344
  ...rest
2336
- }, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2337
- d: "m23.4141,22l-13.4141-13.4141V2H2v8h6.5859l13.4141,13.4141v6.5859h8v-8h-6.5859ZM8,8h-4V4h4v4Zm20,20h-4v-4h4v4Z"
2338
- })), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2339
- 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"
2345
+ }, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2346
+ 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"
2347
+ })), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2348
+ 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"
2340
2349
  })), children);
2341
2350
  });
2342
2351
  if (process.env.NODE_ENV !== "production") {
2343
- IbmCloudVpc.propTypes = iconPropTypes;
2352
+ IbmCloudHyperProtectVs.propTypes = iconPropTypes;
2344
2353
  }
2345
- const IbmCloudVpcBlockStorageSnapshots = /*#__PURE__*/React.forwardRef(function IbmCloudVpcBlockStorageSnapshots(_ref94, ref) {
2354
+ const IbmCloudInternetServices = /*#__PURE__*/React.forwardRef(function IbmCloudInternetServices(_ref94, ref) {
2346
2355
  let {
2347
2356
  children,
2348
2357
  size = 16,
@@ -2356,14 +2365,16 @@ const IbmCloudVpcBlockStorageSnapshots = /*#__PURE__*/React.forwardRef(function
2356
2365
  viewBox: "0 0 32 32",
2357
2366
  fill: "currentColor",
2358
2367
  ...rest
2359
- }, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2360
- 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"
2368
+ }, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2369
+ 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"
2370
+ })), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2371
+ 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"
2361
2372
  })), children);
2362
2373
  });
2363
2374
  if (process.env.NODE_ENV !== "production") {
2364
- IbmCloudVpcBlockStorageSnapshots.propTypes = iconPropTypes;
2375
+ IbmCloudInternetServices.propTypes = iconPropTypes;
2365
2376
  }
2366
- const IbmCloudVpcClientVpn = /*#__PURE__*/React.forwardRef(function IbmCloudVpcClientVpn(_ref95, ref) {
2377
+ const IbmCloudIpsecVpn = /*#__PURE__*/React.forwardRef(function IbmCloudIpsecVpn(_ref95, ref) {
2367
2378
  let {
2368
2379
  children,
2369
2380
  size = 16,
@@ -2377,14 +2388,14 @@ const IbmCloudVpcClientVpn = /*#__PURE__*/React.forwardRef(function IbmCloudVpcC
2377
2388
  viewBox: "0 0 32 32",
2378
2389
  fill: "currentColor",
2379
2390
  ...rest
2380
- }, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2381
- 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"
2391
+ }, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2392
+ 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"
2382
2393
  })), children);
2383
2394
  });
2384
2395
  if (process.env.NODE_ENV !== "production") {
2385
- IbmCloudVpcClientVpn.propTypes = iconPropTypes;
2396
+ IbmCloudIpsecVpn.propTypes = iconPropTypes;
2386
2397
  }
2387
- const IbmCloudVpcEndpoints = /*#__PURE__*/React.forwardRef(function IbmCloudVpcEndpoints(_ref96, ref) {
2398
+ const IbmCloudKeyProtect = /*#__PURE__*/React.forwardRef(function IbmCloudKeyProtect(_ref96, ref) {
2388
2399
  let {
2389
2400
  children,
2390
2401
  size = 16,
@@ -2398,18 +2409,16 @@ const IbmCloudVpcEndpoints = /*#__PURE__*/React.forwardRef(function IbmCloudVpcE
2398
2409
  viewBox: "0 0 32 32",
2399
2410
  fill: "currentColor",
2400
2411
  ...rest
2401
- }, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2402
- d: "M20,27H7a2.0059,2.0059,0,0,1-2-2V12H7V25H20Z"
2403
- })), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2404
- 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"
2405
- })), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2406
- d: "M25,20h2V7a2.0059,2.0059,0,0,0-2-2H12V7H25Z"
2412
+ }, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2413
+ 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"
2414
+ })), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2415
+ 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"
2407
2416
  })), children);
2408
2417
  });
2409
2418
  if (process.env.NODE_ENV !== "production") {
2410
- IbmCloudVpcEndpoints.propTypes = iconPropTypes;
2419
+ IbmCloudKeyProtect.propTypes = iconPropTypes;
2411
2420
  }
2412
- const IbmCloudVpcFileStorage = /*#__PURE__*/React.forwardRef(function IbmCloudVpcFileStorage(_ref97, ref) {
2421
+ const IbmCloudKubernetesService = /*#__PURE__*/React.forwardRef(function IbmCloudKubernetesService(_ref97, ref) {
2413
2422
  let {
2414
2423
  children,
2415
2424
  size = 16,
@@ -2423,14 +2432,16 @@ const IbmCloudVpcFileStorage = /*#__PURE__*/React.forwardRef(function IbmCloudVp
2423
2432
  viewBox: "0 0 32 32",
2424
2433
  fill: "currentColor",
2425
2434
  ...rest
2426
- }, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2427
- 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"
2435
+ }, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2436
+ 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"
2437
+ })), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2438
+ 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"
2428
2439
  })), children);
2429
2440
  });
2430
2441
  if (process.env.NODE_ENV !== "production") {
2431
- IbmCloudVpcFileStorage.propTypes = iconPropTypes;
2442
+ IbmCloudKubernetesService.propTypes = iconPropTypes;
2432
2443
  }
2433
- const IbmCloudVpcImages = /*#__PURE__*/React.forwardRef(function IbmCloudVpcImages(_ref98, ref) {
2444
+ const IbmCloudLogging = /*#__PURE__*/React.forwardRef(function IbmCloudLogging(_ref98, ref) {
2434
2445
  let {
2435
2446
  children,
2436
2447
  size = 16,
@@ -2444,14 +2455,18 @@ const IbmCloudVpcImages = /*#__PURE__*/React.forwardRef(function IbmCloudVpcImag
2444
2455
  viewBox: "0 0 32 32",
2445
2456
  fill: "currentColor",
2446
2457
  ...rest
2447
- }, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2448
- 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"
2458
+ }, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2459
+ 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"
2460
+ })), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2461
+ d: "M16 6H24V8H16zM16 2H24V4H16z"
2462
+ })), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2463
+ 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"
2449
2464
  })), children);
2450
2465
  });
2451
2466
  if (process.env.NODE_ENV !== "production") {
2452
- IbmCloudVpcImages.propTypes = iconPropTypes;
2467
+ IbmCloudLogging.propTypes = iconPropTypes;
2453
2468
  }
2454
- const IbmCloudPakApplications = /*#__PURE__*/React.forwardRef(function IbmCloudPakApplications(_ref99, ref) {
2469
+ const IbmCloudMassDataMigration = /*#__PURE__*/React.forwardRef(function IbmCloudMassDataMigration(_ref99, ref) {
2455
2470
  let {
2456
2471
  children,
2457
2472
  size = 16,
@@ -2466,17 +2481,15 @@ const IbmCloudPakApplications = /*#__PURE__*/React.forwardRef(function IbmCloudP
2466
2481
  fill: "currentColor",
2467
2482
  ...rest
2468
2483
  }, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2469
- 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"
2484
+ 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"
2470
2485
  })), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2471
- d: "M11,17H9V12a2.0023,2.0023,0,0,1,2-2h6v2H11Z"
2472
- })), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2473
- 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"
2486
+ 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"
2474
2487
  })), children);
2475
2488
  });
2476
2489
  if (process.env.NODE_ENV !== "production") {
2477
- IbmCloudPakApplications.propTypes = iconPropTypes;
2490
+ IbmCloudMassDataMigration.propTypes = iconPropTypes;
2478
2491
  }
2479
- const IbmCloudPakBusinessAutomation = /*#__PURE__*/React.forwardRef(function IbmCloudPakBusinessAutomation(_ref100, ref) {
2492
+ const IbmCloudObservability = /*#__PURE__*/React.forwardRef(function IbmCloudObservability(_ref100, ref) {
2480
2493
  let {
2481
2494
  children,
2482
2495
  size = 16,
@@ -2490,19 +2503,14 @@ const IbmCloudPakBusinessAutomation = /*#__PURE__*/React.forwardRef(function Ibm
2490
2503
  viewBox: "0 0 32 32",
2491
2504
  fill: "currentColor",
2492
2505
  ...rest
2493
- }, _switch || (_switch = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
2494
- 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"
2495
- }), /*#__PURE__*/React.createElement("path", {
2496
- 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"
2497
- }), /*#__PURE__*/React.createElement("path", {
2498
- fill: "none",
2499
- d: "M0 0h32v32H0z"
2500
- })))), children);
2506
+ }, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2507
+ 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"
2508
+ })), children);
2501
2509
  });
2502
2510
  if (process.env.NODE_ENV !== "production") {
2503
- IbmCloudPakBusinessAutomation.propTypes = iconPropTypes;
2511
+ IbmCloudObservability.propTypes = iconPropTypes;
2504
2512
  }
2505
- const IbmCloudPakData = /*#__PURE__*/React.forwardRef(function IbmCloudPakData(_ref101, ref) {
2513
+ const IbmCloudPal = /*#__PURE__*/React.forwardRef(function IbmCloudPal(_ref101, ref) {
2506
2514
  let {
2507
2515
  children,
2508
2516
  size = 16,
@@ -2516,32 +2524,18 @@ const IbmCloudPakData = /*#__PURE__*/React.forwardRef(function IbmCloudPakData(_
2516
2524
  viewBox: "0 0 32 32",
2517
2525
  fill: "currentColor",
2518
2526
  ...rest
2519
- }, _circle47 || (_circle47 = /*#__PURE__*/React.createElement("circle", {
2520
- cx: "23",
2521
- cy: "15",
2522
- r: "1"
2523
- })), _circle48 || (_circle48 = /*#__PURE__*/React.createElement("circle", {
2524
- cx: "8",
2525
- cy: "15",
2526
- r: "1"
2527
- })), _circle49 || (_circle49 = /*#__PURE__*/React.createElement("circle", {
2528
- cx: "21",
2529
- cy: "10",
2530
- r: "1"
2531
- })), _circle50 || (_circle50 = /*#__PURE__*/React.createElement("circle", {
2532
- cx: "15",
2533
- cy: "23",
2534
- r: "1"
2535
- })), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2536
- 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"
2527
+ }, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2528
+ strokeWidth: "0",
2529
+ 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"
2537
2530
  })), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2538
- 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"
2531
+ strokeWidth: "0",
2532
+ 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"
2539
2533
  })), children);
2540
2534
  });
2541
2535
  if (process.env.NODE_ENV !== "production") {
2542
- IbmCloudPakData.propTypes = iconPropTypes;
2536
+ IbmCloudPal.propTypes = iconPropTypes;
2543
2537
  }
2544
- const IbmCloudPakIntegration = /*#__PURE__*/React.forwardRef(function IbmCloudPakIntegration(_ref102, ref) {
2538
+ const IbmCloudPrivilegedAccessGateway = /*#__PURE__*/React.forwardRef(function IbmCloudPrivilegedAccessGateway(_ref102, ref) {
2545
2539
  let {
2546
2540
  children,
2547
2541
  size = 16,
@@ -2556,17 +2550,15 @@ const IbmCloudPakIntegration = /*#__PURE__*/React.forwardRef(function IbmCloudPa
2556
2550
  fill: "currentColor",
2557
2551
  ...rest
2558
2552
  }, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2559
- 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"
2553
+ d: "M32 23L27 28 25.6 26.6 28.2 24 20 24 20 22 28.2 22 25.6 19.4 27 18z"
2560
2554
  })), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2561
- 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"
2562
- })), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2563
- 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"
2555
+ 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"
2564
2556
  })), children);
2565
2557
  });
2566
2558
  if (process.env.NODE_ENV !== "production") {
2567
- IbmCloudPakIntegration.propTypes = iconPropTypes;
2559
+ IbmCloudPrivilegedAccessGateway.propTypes = iconPropTypes;
2568
2560
  }
2569
- const IbmCloudPakMantaAutomatedDataLineage = /*#__PURE__*/React.forwardRef(function IbmCloudPakMantaAutomatedDataLineage(_ref103, ref) {
2561
+ const IbmCloudProjects = /*#__PURE__*/React.forwardRef(function IbmCloudProjects(_ref103, ref) {
2570
2562
  let {
2571
2563
  children,
2572
2564
  size = 16,
@@ -2580,14 +2572,14 @@ const IbmCloudPakMantaAutomatedDataLineage = /*#__PURE__*/React.forwardRef(funct
2580
2572
  viewBox: "0 0 32 32",
2581
2573
  fill: "currentColor",
2582
2574
  ...rest
2583
- }, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2584
- 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"
2575
+ }, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2576
+ 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"
2585
2577
  })), children);
2586
2578
  });
2587
2579
  if (process.env.NODE_ENV !== "production") {
2588
- IbmCloudPakMantaAutomatedDataLineage.propTypes = iconPropTypes;
2580
+ IbmCloudProjects.propTypes = iconPropTypes;
2589
2581
  }
2590
- const IbmCloudPakMulticloudMgmt = /*#__PURE__*/React.forwardRef(function IbmCloudPakMulticloudMgmt(_ref104, ref) {
2582
+ const IbmCloudResiliency = /*#__PURE__*/React.forwardRef(function IbmCloudResiliency(_ref104, ref) {
2591
2583
  let {
2592
2584
  children,
2593
2585
  size = 16,
@@ -2601,16 +2593,16 @@ const IbmCloudPakMulticloudMgmt = /*#__PURE__*/React.forwardRef(function IbmClou
2601
2593
  viewBox: "0 0 32 32",
2602
2594
  fill: "currentColor",
2603
2595
  ...rest
2604
- }, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2605
- 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"
2606
- })), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2607
- 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"
2596
+ }, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2597
+ d: "M24 24v6h6v-6h-6zm4 4h-2v-2h2v2zM2 30h6v-6H2v6zm2-4h2v2h-2v-2z"
2598
+ })), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2599
+ 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"
2608
2600
  })), children);
2609
2601
  });
2610
2602
  if (process.env.NODE_ENV !== "production") {
2611
- IbmCloudPakMulticloudMgmt.propTypes = iconPropTypes;
2603
+ IbmCloudResiliency.propTypes = iconPropTypes;
2612
2604
  }
2613
- const IbmCloudPakNetezza = /*#__PURE__*/React.forwardRef(function IbmCloudPakNetezza(_ref105, ref) {
2605
+ const IbmCloudSecretsManager = /*#__PURE__*/React.forwardRef(function IbmCloudSecretsManager(_ref105, ref) {
2614
2606
  let {
2615
2607
  children,
2616
2608
  size = 16,
@@ -2624,16 +2616,16 @@ const IbmCloudPakNetezza = /*#__PURE__*/React.forwardRef(function IbmCloudPakNet
2624
2616
  viewBox: "0 0 32 32",
2625
2617
  fill: "currentColor",
2626
2618
  ...rest
2627
- }, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2628
- d: "M19 10L19 19.2 13.5 10 11 10 11 22 13 22 13 12.8 18.5 22 21 22 21 10z"
2629
- })), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2630
- 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"
2619
+ }, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2620
+ 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"
2621
+ })), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2622
+ 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"
2631
2623
  })), children);
2632
2624
  });
2633
2625
  if (process.env.NODE_ENV !== "production") {
2634
- IbmCloudPakNetezza.propTypes = iconPropTypes;
2626
+ IbmCloudSecretsManager.propTypes = iconPropTypes;
2635
2627
  }
2636
- const IbmCloudPakNetworkAutomation = /*#__PURE__*/React.forwardRef(function IbmCloudPakNetworkAutomation(_ref106, ref) {
2628
+ const IbmCloudSecurity = /*#__PURE__*/React.forwardRef(function IbmCloudSecurity(_ref106, ref) {
2637
2629
  let {
2638
2630
  children,
2639
2631
  size = 16,
@@ -2647,20 +2639,14 @@ const IbmCloudPakNetworkAutomation = /*#__PURE__*/React.forwardRef(function IbmC
2647
2639
  viewBox: "0 0 32 32",
2648
2640
  fill: "currentColor",
2649
2641
  ...rest
2650
- }, _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
2651
- 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"
2652
- })), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2653
- 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"
2654
- })), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
2655
- d: "M9.6362,21.364a9,9,0,0,1,0-12.728L11.05,10.0505a6.9993,6.9993,0,0,0,0,9.899Z"
2656
- })), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
2657
- 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"
2642
+ }, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2643
+ 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"
2658
2644
  })), children);
2659
2645
  });
2660
2646
  if (process.env.NODE_ENV !== "production") {
2661
- IbmCloudPakNetworkAutomation.propTypes = iconPropTypes;
2647
+ IbmCloudSecurity.propTypes = iconPropTypes;
2662
2648
  }
2663
- const IbmCloudPakSecurity = /*#__PURE__*/React.forwardRef(function IbmCloudPakSecurity(_ref107, ref) {
2649
+ const IbmCloudSecurityComplianceCenter = /*#__PURE__*/React.forwardRef(function IbmCloudSecurityComplianceCenter(_ref107, ref) {
2664
2650
  let {
2665
2651
  children,
2666
2652
  size = 16,
@@ -2674,16 +2660,16 @@ const IbmCloudPakSecurity = /*#__PURE__*/React.forwardRef(function IbmCloudPakSe
2674
2660
  viewBox: "0 0 32 32",
2675
2661
  fill: "currentColor",
2676
2662
  ...rest
2677
- }, _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
2678
- 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"
2679
- })), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
2680
- 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"
2663
+ }, _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
2664
+ 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"
2665
+ })), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2666
+ 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"
2681
2667
  })), children);
2682
2668
  });
2683
2669
  if (process.env.NODE_ENV !== "production") {
2684
- IbmCloudPakSecurity.propTypes = iconPropTypes;
2670
+ IbmCloudSecurityComplianceCenter.propTypes = iconPropTypes;
2685
2671
  }
2686
- const IbmCloudPakSystem = /*#__PURE__*/React.forwardRef(function IbmCloudPakSystem(_ref108, ref) {
2672
+ const IbmCloudSecurityComplianceCenterWorkloadProtection = /*#__PURE__*/React.forwardRef(function IbmCloudSecurityComplianceCenterWorkloadProtection(_ref108, ref) {
2687
2673
  let {
2688
2674
  children,
2689
2675
  size = 16,
@@ -2697,22 +2683,18 @@ const IbmCloudPakSystem = /*#__PURE__*/React.forwardRef(function IbmCloudPakSyst
2697
2683
  viewBox: "0 0 32 32",
2698
2684
  fill: "currentColor",
2699
2685
  ...rest
2700
- }, _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
2701
- d: "M15 11.671H17V15.328H15z",
2702
- transform: "rotate(-45 16 13.5)"
2703
- })), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
2704
- d: "M15 16.672H17V20.329H15z",
2705
- transform: "rotate(-45 16 18.5)"
2706
- })), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
2707
- 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"
2708
- })), _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
2709
- 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"
2686
+ }, _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
2687
+ 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"
2688
+ })), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
2689
+ 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"
2690
+ })), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
2691
+ 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"
2710
2692
  })), children);
2711
2693
  });
2712
2694
  if (process.env.NODE_ENV !== "production") {
2713
- IbmCloudPakSystem.propTypes = iconPropTypes;
2695
+ IbmCloudSecurityComplianceCenterWorkloadProtection.propTypes = iconPropTypes;
2714
2696
  }
2715
- const IbmCloudPakWatsonAiops = /*#__PURE__*/React.forwardRef(function IbmCloudPakWatsonAiops(_ref109, ref) {
2697
+ const IbmCloudSecurityGroups = /*#__PURE__*/React.forwardRef(function IbmCloudSecurityGroups(_ref109, ref) {
2716
2698
  let {
2717
2699
  children,
2718
2700
  size = 16,
@@ -2726,16 +2708,14 @@ const IbmCloudPakWatsonAiops = /*#__PURE__*/React.forwardRef(function IbmCloudPa
2726
2708
  viewBox: "0 0 32 32",
2727
2709
  fill: "currentColor",
2728
2710
  ...rest
2729
- }, _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
2730
- 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"
2731
- })), _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
2732
- 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"
2711
+ }, _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
2712
+ 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"
2733
2713
  })), children);
2734
2714
  });
2735
2715
  if (process.env.NODE_ENV !== "production") {
2736
- IbmCloudPakWatsonAiops.propTypes = iconPropTypes;
2716
+ IbmCloudSecurityGroups.propTypes = iconPropTypes;
2737
2717
  }
2738
- const IbmDevopsControl = /*#__PURE__*/React.forwardRef(function IbmDevopsControl(_ref110, ref) {
2718
+ const IbmCloudSubnets = /*#__PURE__*/React.forwardRef(function IbmCloudSubnets(_ref110, ref) {
2739
2719
  let {
2740
2720
  children,
2741
2721
  size = 16,
@@ -2749,14 +2729,14 @@ const IbmDevopsControl = /*#__PURE__*/React.forwardRef(function IbmDevopsControl
2749
2729
  viewBox: "0 0 32 32",
2750
2730
  fill: "currentColor",
2751
2731
  ...rest
2752
- }, _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
2753
- 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"
2732
+ }, _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
2733
+ 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"
2754
2734
  })), children);
2755
2735
  });
2756
2736
  if (process.env.NODE_ENV !== "production") {
2757
- IbmDevopsControl.propTypes = iconPropTypes;
2737
+ IbmCloudSubnets.propTypes = iconPropTypes;
2758
2738
  }
2759
- const IbmQuantumSafeAdvisor = /*#__PURE__*/React.forwardRef(function IbmQuantumSafeAdvisor(_ref111, ref) {
2739
+ const IbmCloudSysdigSecure = /*#__PURE__*/React.forwardRef(function IbmCloudSysdigSecure(_ref111, ref) {
2760
2740
  let {
2761
2741
  children,
2762
2742
  size = 16,
@@ -2770,14 +2750,16 @@ const IbmQuantumSafeAdvisor = /*#__PURE__*/React.forwardRef(function IbmQuantumS
2770
2750
  viewBox: "0 0 32 32",
2771
2751
  fill: "currentColor",
2772
2752
  ...rest
2773
- }, _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
2774
- 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"
2753
+ }, _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
2754
+ 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"
2755
+ })), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
2756
+ 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"
2775
2757
  })), children);
2776
2758
  });
2777
2759
  if (process.env.NODE_ENV !== "production") {
2778
- IbmQuantumSafeAdvisor.propTypes = iconPropTypes;
2760
+ IbmCloudSysdigSecure.propTypes = iconPropTypes;
2779
2761
  }
2780
- const IbmQuantumSafeExplorer = /*#__PURE__*/React.forwardRef(function IbmQuantumSafeExplorer(_ref112, ref) {
2762
+ const IbmCloudTransitGateway = /*#__PURE__*/React.forwardRef(function IbmCloudTransitGateway(_ref112, ref) {
2781
2763
  let {
2782
2764
  children,
2783
2765
  size = 16,
@@ -2791,14 +2773,16 @@ const IbmQuantumSafeExplorer = /*#__PURE__*/React.forwardRef(function IbmQuantum
2791
2773
  viewBox: "0 0 32 32",
2792
2774
  fill: "currentColor",
2793
2775
  ...rest
2794
- }, _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
2795
- 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"
2776
+ }, _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
2777
+ 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"
2778
+ })), _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
2779
+ 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"
2796
2780
  })), children);
2797
2781
  });
2798
2782
  if (process.env.NODE_ENV !== "production") {
2799
- IbmQuantumSafeExplorer.propTypes = iconPropTypes;
2783
+ IbmCloudTransitGateway.propTypes = iconPropTypes;
2800
2784
  }
2801
- const IbmQuantumSafeRemediator = /*#__PURE__*/React.forwardRef(function IbmQuantumSafeRemediator(_ref113, ref) {
2785
+ const IbmCloudVirtualServerClassic = /*#__PURE__*/React.forwardRef(function IbmCloudVirtualServerClassic(_ref113, ref) {
2802
2786
  let {
2803
2787
  children,
2804
2788
  size = 16,
@@ -2812,14 +2796,20 @@ const IbmQuantumSafeRemediator = /*#__PURE__*/React.forwardRef(function IbmQuant
2812
2796
  viewBox: "0 0 32 32",
2813
2797
  fill: "currentColor",
2814
2798
  ...rest
2815
- }, _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
2816
- 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"
2799
+ }, _circle48 || (_circle48 = /*#__PURE__*/React.createElement("circle", {
2800
+ cx: "9",
2801
+ cy: "26",
2802
+ r: "1"
2803
+ })), _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
2804
+ 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"
2805
+ })), _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
2806
+ 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"
2817
2807
  })), children);
2818
2808
  });
2819
2809
  if (process.env.NODE_ENV !== "production") {
2820
- IbmQuantumSafeRemediator.propTypes = iconPropTypes;
2810
+ IbmCloudVirtualServerClassic.propTypes = iconPropTypes;
2821
2811
  }
2822
- const IbmSecurity = /*#__PURE__*/React.forwardRef(function IbmSecurity(_ref114, ref) {
2812
+ const IbmCloudVirtualServerVpc = /*#__PURE__*/React.forwardRef(function IbmCloudVirtualServerVpc(_ref114, ref) {
2823
2813
  let {
2824
2814
  children,
2825
2815
  size = 16,
@@ -2833,14 +2823,18 @@ const IbmSecurity = /*#__PURE__*/React.forwardRef(function IbmSecurity(_ref114,
2833
2823
  viewBox: "0 0 32 32",
2834
2824
  fill: "currentColor",
2835
2825
  ...rest
2836
- }, _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
2837
- 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"
2826
+ }, _circle49 || (_circle49 = /*#__PURE__*/React.createElement("circle", {
2827
+ cx: "8",
2828
+ cy: "26",
2829
+ r: "1"
2830
+ })), _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
2831
+ 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"
2838
2832
  })), children);
2839
2833
  });
2840
2834
  if (process.env.NODE_ENV !== "production") {
2841
- IbmSecurity.propTypes = iconPropTypes;
2835
+ IbmCloudVirtualServerVpc.propTypes = iconPropTypes;
2842
2836
  }
2843
- const IbmSecurityServices = /*#__PURE__*/React.forwardRef(function IbmSecurityServices(_ref115, ref) {
2837
+ const IbmCloudVpc = /*#__PURE__*/React.forwardRef(function IbmCloudVpc(_ref115, ref) {
2844
2838
  let {
2845
2839
  children,
2846
2840
  size = 16,
@@ -2854,27 +2848,21 @@ const IbmSecurityServices = /*#__PURE__*/React.forwardRef(function IbmSecuritySe
2854
2848
  viewBox: "0 0 32 32",
2855
2849
  fill: "currentColor",
2856
2850
  ...rest
2857
- }, _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
2858
- 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"
2859
- })), _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
2860
- 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"
2851
+ }, _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
2852
+ d: "m23.4141,22l-13.4141-13.4141V2H2v8h6.5859l13.4141,13.4141v6.5859h8v-8h-6.5859ZM8,8h-4V4h4v4Zm20,20h-4v-4h4v4Z"
2853
+ })), _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
2854
+ 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"
2861
2855
  })), children);
2862
2856
  });
2863
2857
  if (process.env.NODE_ENV !== "production") {
2864
- IbmSecurityServices.propTypes = iconPropTypes;
2858
+ IbmCloudVpc.propTypes = iconPropTypes;
2865
2859
  }
2866
- const IbmWatsonAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonAssistant(_ref116, ref) {
2860
+ const IbmCloudVpcBlockStorageSnapshots = /*#__PURE__*/React.forwardRef(function IbmCloudVpcBlockStorageSnapshots(_ref116, ref) {
2867
2861
  let {
2868
2862
  children,
2869
2863
  size = 16,
2870
2864
  ...rest
2871
2865
  } = _ref116;
2872
- if (process.env.NODE_ENV !== "production") {
2873
- if (!didWarnAboutDeprecation["IbmWatsonAssistant"]) {
2874
- didWarnAboutDeprecation["IbmWatsonAssistant"] = true;
2875
- 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.");
2876
- }
2877
- }
2878
2866
  return /*#__PURE__*/React.createElement(Icon, {
2879
2867
  width: size,
2880
2868
  height: size,
@@ -2883,28 +2871,14 @@ const IbmWatsonAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonAssis
2883
2871
  viewBox: "0 0 32 32",
2884
2872
  fill: "currentColor",
2885
2873
  ...rest
2886
- }, _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
2887
- 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"
2888
- })), _circle51 || (_circle51 = /*#__PURE__*/React.createElement("circle", {
2889
- cx: "10",
2890
- cy: "17",
2891
- r: "1"
2892
- })), _circle52 || (_circle52 = /*#__PURE__*/React.createElement("circle", {
2893
- cx: "14",
2894
- cy: "17",
2895
- r: "1"
2896
- })), _circle53 || (_circle53 = /*#__PURE__*/React.createElement("circle", {
2897
- cx: "18",
2898
- cy: "17",
2899
- r: "1"
2900
- })), _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
2901
- 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"
2874
+ }, _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
2875
+ 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"
2902
2876
  })), children);
2903
2877
  });
2904
2878
  if (process.env.NODE_ENV !== "production") {
2905
- IbmWatsonAssistant.propTypes = iconPropTypes;
2879
+ IbmCloudVpcBlockStorageSnapshots.propTypes = iconPropTypes;
2906
2880
  }
2907
- const IbmWatsonDiscovery = /*#__PURE__*/React.forwardRef(function IbmWatsonDiscovery(_ref117, ref) {
2881
+ const IbmCloudVpcClientVpn = /*#__PURE__*/React.forwardRef(function IbmCloudVpcClientVpn(_ref117, ref) {
2908
2882
  let {
2909
2883
  children,
2910
2884
  size = 16,
@@ -2918,41 +2892,19 @@ const IbmWatsonDiscovery = /*#__PURE__*/React.forwardRef(function IbmWatsonDisco
2918
2892
  viewBox: "0 0 32 32",
2919
2893
  fill: "currentColor",
2920
2894
  ...rest
2921
- }, _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
2922
- d: "M6 17H14V19H6z"
2923
- })), _circle54 || (_circle54 = /*#__PURE__*/React.createElement("circle", {
2924
- cx: "3",
2925
- cy: "18",
2926
- r: "1"
2927
- })), _circle55 || (_circle55 = /*#__PURE__*/React.createElement("circle", {
2928
- cx: "13",
2929
- cy: "14",
2930
- r: "1"
2931
- })), _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
2932
- d: "M2 13H10V15H2zM6 9H14V11H6z"
2933
- })), _circle56 || (_circle56 = /*#__PURE__*/React.createElement("circle", {
2934
- cx: "3",
2935
- cy: "10",
2936
- r: "1"
2937
- })), _path222 || (_path222 = /*#__PURE__*/React.createElement("path", {
2938
- 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"
2895
+ }, _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
2896
+ 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"
2939
2897
  })), children);
2940
2898
  });
2941
2899
  if (process.env.NODE_ENV !== "production") {
2942
- IbmWatsonDiscovery.propTypes = iconPropTypes;
2900
+ IbmCloudVpcClientVpn.propTypes = iconPropTypes;
2943
2901
  }
2944
- const IbmWatsonKnowledgeCatalog = /*#__PURE__*/React.forwardRef(function IbmWatsonKnowledgeCatalog(_ref118, ref) {
2902
+ const IbmCloudVpcEndpoints = /*#__PURE__*/React.forwardRef(function IbmCloudVpcEndpoints(_ref118, ref) {
2945
2903
  let {
2946
2904
  children,
2947
2905
  size = 16,
2948
2906
  ...rest
2949
2907
  } = _ref118;
2950
- if (process.env.NODE_ENV !== "production") {
2951
- if (!didWarnAboutDeprecation["IbmWatsonKnowledgeCatalog"]) {
2952
- didWarnAboutDeprecation["IbmWatsonKnowledgeCatalog"] = true;
2953
- 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.");
2954
- }
2955
- }
2956
2908
  return /*#__PURE__*/React.createElement(Icon, {
2957
2909
  width: size,
2958
2910
  height: size,
@@ -2961,16 +2913,18 @@ const IbmWatsonKnowledgeCatalog = /*#__PURE__*/React.forwardRef(function IbmWats
2961
2913
  viewBox: "0 0 32 32",
2962
2914
  fill: "currentColor",
2963
2915
  ...rest
2964
- }, _path223 || (_path223 = /*#__PURE__*/React.createElement("path", {
2965
- d: "M23 27.2L20.4 24.6 19 26 23 30 30 23 28.6 21.6zM12 18H20V20H12zM12 13H20V15H12zM12 8H20V10H12z"
2966
- })), _path224 || (_path224 = /*#__PURE__*/React.createElement("path", {
2967
- 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"
2916
+ }, _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
2917
+ d: "M20,27H7a2.0059,2.0059,0,0,1-2-2V12H7V25H20Z"
2918
+ })), _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
2919
+ 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"
2920
+ })), _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
2921
+ d: "M25,20h2V7a2.0059,2.0059,0,0,0-2-2H12V7H25Z"
2968
2922
  })), children);
2969
2923
  });
2970
2924
  if (process.env.NODE_ENV !== "production") {
2971
- IbmWatsonKnowledgeCatalog.propTypes = iconPropTypes;
2925
+ IbmCloudVpcEndpoints.propTypes = iconPropTypes;
2972
2926
  }
2973
- const IbmWatsonKnowledgeStudio = /*#__PURE__*/React.forwardRef(function IbmWatsonKnowledgeStudio(_ref119, ref) {
2927
+ const IbmCloudVpcFileStorage = /*#__PURE__*/React.forwardRef(function IbmCloudVpcFileStorage(_ref119, ref) {
2974
2928
  let {
2975
2929
  children,
2976
2930
  size = 16,
@@ -2984,34 +2938,14 @@ const IbmWatsonKnowledgeStudio = /*#__PURE__*/React.forwardRef(function IbmWatso
2984
2938
  viewBox: "0 0 32 32",
2985
2939
  fill: "currentColor",
2986
2940
  ...rest
2987
- }, _path225 || (_path225 = /*#__PURE__*/React.createElement("path", {
2988
- 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"
2989
- })), _circle57 || (_circle57 = /*#__PURE__*/React.createElement("circle", {
2990
- cx: "12",
2991
- cy: "19",
2992
- r: "1"
2993
- })), _path226 || (_path226 = /*#__PURE__*/React.createElement("path", {
2994
- d: "M6 18H9V20H6zM6 14H13V16H6zM10 10H17V12H10z"
2995
- })), _circle58 || (_circle58 = /*#__PURE__*/React.createElement("circle", {
2996
- cx: "7",
2997
- cy: "11",
2998
- r: "1"
2999
- })), _path227 || (_path227 = /*#__PURE__*/React.createElement("path", {
3000
- d: "M16 6H20V8H16z"
3001
- })), _circle59 || (_circle59 = /*#__PURE__*/React.createElement("circle", {
3002
- cx: "13",
3003
- cy: "7",
3004
- r: "1"
3005
- })), _path228 || (_path228 = /*#__PURE__*/React.createElement("path", {
3006
- d: "M6 6H10V8H6z"
3007
- })), _path229 || (_path229 = /*#__PURE__*/React.createElement("path", {
3008
- 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"
2941
+ }, _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
2942
+ 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"
3009
2943
  })), children);
3010
2944
  });
3011
2945
  if (process.env.NODE_ENV !== "production") {
3012
- IbmWatsonKnowledgeStudio.propTypes = iconPropTypes;
2946
+ IbmCloudVpcFileStorage.propTypes = iconPropTypes;
3013
2947
  }
3014
- const IbmWatsonLanguageTranslator = /*#__PURE__*/React.forwardRef(function IbmWatsonLanguageTranslator(_ref120, ref) {
2948
+ const IbmCloudVpcImages = /*#__PURE__*/React.forwardRef(function IbmCloudVpcImages(_ref120, ref) {
3015
2949
  let {
3016
2950
  children,
3017
2951
  size = 16,
@@ -3025,14 +2959,14 @@ const IbmWatsonLanguageTranslator = /*#__PURE__*/React.forwardRef(function IbmWa
3025
2959
  viewBox: "0 0 32 32",
3026
2960
  fill: "currentColor",
3027
2961
  ...rest
3028
- }, _path230 || (_path230 = /*#__PURE__*/React.createElement("path", {
3029
- 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"
2962
+ }, _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
2963
+ 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"
3030
2964
  })), children);
3031
2965
  });
3032
2966
  if (process.env.NODE_ENV !== "production") {
3033
- IbmWatsonLanguageTranslator.propTypes = iconPropTypes;
2967
+ IbmCloudVpcImages.propTypes = iconPropTypes;
3034
2968
  }
3035
- const IbmWatsonMachineLearning = /*#__PURE__*/React.forwardRef(function IbmWatsonMachineLearning(_ref121, ref) {
2969
+ const IbmCloudPakApplications = /*#__PURE__*/React.forwardRef(function IbmCloudPakApplications(_ref121, ref) {
3036
2970
  let {
3037
2971
  children,
3038
2972
  size = 16,
@@ -3046,16 +2980,18 @@ const IbmWatsonMachineLearning = /*#__PURE__*/React.forwardRef(function IbmWatso
3046
2980
  viewBox: "0 0 32 32",
3047
2981
  fill: "currentColor",
3048
2982
  ...rest
3049
- }, _path231 || (_path231 = /*#__PURE__*/React.createElement("path", {
3050
- 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"
3051
- })), _path232 || (_path232 = /*#__PURE__*/React.createElement("path", {
3052
- 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"
2983
+ }, _path222 || (_path222 = /*#__PURE__*/React.createElement("path", {
2984
+ 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"
2985
+ })), _path223 || (_path223 = /*#__PURE__*/React.createElement("path", {
2986
+ d: "M11,17H9V12a2.0023,2.0023,0,0,1,2-2h6v2H11Z"
2987
+ })), _path224 || (_path224 = /*#__PURE__*/React.createElement("path", {
2988
+ 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"
3053
2989
  })), children);
3054
2990
  });
3055
2991
  if (process.env.NODE_ENV !== "production") {
3056
- IbmWatsonMachineLearning.propTypes = iconPropTypes;
2992
+ IbmCloudPakApplications.propTypes = iconPropTypes;
3057
2993
  }
3058
- const IbmWatsonNaturalLanguageClassifier = /*#__PURE__*/React.forwardRef(function IbmWatsonNaturalLanguageClassifier(_ref122, ref) {
2994
+ const IbmCloudPakBusinessAutomation = /*#__PURE__*/React.forwardRef(function IbmCloudPakBusinessAutomation(_ref122, ref) {
3059
2995
  let {
3060
2996
  children,
3061
2997
  size = 16,
@@ -3069,14 +3005,19 @@ const IbmWatsonNaturalLanguageClassifier = /*#__PURE__*/React.forwardRef(functio
3069
3005
  viewBox: "0 0 32 32",
3070
3006
  fill: "currentColor",
3071
3007
  ...rest
3072
- }, _path233 || (_path233 = /*#__PURE__*/React.createElement("path", {
3073
- 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"
3074
- })), children);
3008
+ }, _switch || (_switch = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
3009
+ 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"
3010
+ }), /*#__PURE__*/React.createElement("path", {
3011
+ 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"
3012
+ }), /*#__PURE__*/React.createElement("path", {
3013
+ fill: "none",
3014
+ d: "M0 0h32v32H0z"
3015
+ })))), children);
3075
3016
  });
3076
3017
  if (process.env.NODE_ENV !== "production") {
3077
- IbmWatsonNaturalLanguageClassifier.propTypes = iconPropTypes;
3018
+ IbmCloudPakBusinessAutomation.propTypes = iconPropTypes;
3078
3019
  }
3079
- const IbmWatsonNaturalLanguageUnderstanding = /*#__PURE__*/React.forwardRef(function IbmWatsonNaturalLanguageUnderstanding(_ref123, ref) {
3020
+ const IbmCloudPakData = /*#__PURE__*/React.forwardRef(function IbmCloudPakData(_ref123, ref) {
3080
3021
  let {
3081
3022
  children,
3082
3023
  size = 16,
@@ -3090,16 +3031,32 @@ const IbmWatsonNaturalLanguageUnderstanding = /*#__PURE__*/React.forwardRef(func
3090
3031
  viewBox: "0 0 32 32",
3091
3032
  fill: "currentColor",
3092
3033
  ...rest
3093
- }, _path234 || (_path234 = /*#__PURE__*/React.createElement("path", {
3094
- d: "M6 23H11V25H6zM6 19H11V21H6z"
3095
- })), _path235 || (_path235 = /*#__PURE__*/React.createElement("path", {
3096
- 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"
3034
+ }, _circle50 || (_circle50 = /*#__PURE__*/React.createElement("circle", {
3035
+ cx: "23",
3036
+ cy: "15",
3037
+ r: "1"
3038
+ })), _circle51 || (_circle51 = /*#__PURE__*/React.createElement("circle", {
3039
+ cx: "8",
3040
+ cy: "15",
3041
+ r: "1"
3042
+ })), _circle52 || (_circle52 = /*#__PURE__*/React.createElement("circle", {
3043
+ cx: "21",
3044
+ cy: "10",
3045
+ r: "1"
3046
+ })), _circle53 || (_circle53 = /*#__PURE__*/React.createElement("circle", {
3047
+ cx: "15",
3048
+ cy: "23",
3049
+ r: "1"
3050
+ })), _path225 || (_path225 = /*#__PURE__*/React.createElement("path", {
3051
+ 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"
3052
+ })), _path226 || (_path226 = /*#__PURE__*/React.createElement("path", {
3053
+ 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"
3097
3054
  })), children);
3098
3055
  });
3099
3056
  if (process.env.NODE_ENV !== "production") {
3100
- IbmWatsonNaturalLanguageUnderstanding.propTypes = iconPropTypes;
3057
+ IbmCloudPakData.propTypes = iconPropTypes;
3101
3058
  }
3102
- const IbmWatsonOpenscale = /*#__PURE__*/React.forwardRef(function IbmWatsonOpenscale(_ref124, ref) {
3059
+ const IbmCloudPakIntegration = /*#__PURE__*/React.forwardRef(function IbmCloudPakIntegration(_ref124, ref) {
3103
3060
  let {
3104
3061
  children,
3105
3062
  size = 16,
@@ -3113,16 +3070,18 @@ const IbmWatsonOpenscale = /*#__PURE__*/React.forwardRef(function IbmWatsonOpens
3113
3070
  viewBox: "0 0 32 32",
3114
3071
  fill: "currentColor",
3115
3072
  ...rest
3116
- }, _path236 || (_path236 = /*#__PURE__*/React.createElement("path", {
3117
- 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"
3118
- })), _path237 || (_path237 = /*#__PURE__*/React.createElement("path", {
3119
- 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"
3073
+ }, _path227 || (_path227 = /*#__PURE__*/React.createElement("path", {
3074
+ 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"
3075
+ })), _path228 || (_path228 = /*#__PURE__*/React.createElement("path", {
3076
+ 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"
3077
+ })), _path229 || (_path229 = /*#__PURE__*/React.createElement("path", {
3078
+ 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"
3120
3079
  })), children);
3121
3080
  });
3122
3081
  if (process.env.NODE_ENV !== "production") {
3123
- IbmWatsonOpenscale.propTypes = iconPropTypes;
3082
+ IbmCloudPakIntegration.propTypes = iconPropTypes;
3124
3083
  }
3125
- const IbmWatsonOrders = /*#__PURE__*/React.forwardRef(function IbmWatsonOrders(_ref125, ref) {
3084
+ const IbmCloudPakMantaAutomatedDataLineage = /*#__PURE__*/React.forwardRef(function IbmCloudPakMantaAutomatedDataLineage(_ref125, ref) {
3126
3085
  let {
3127
3086
  children,
3128
3087
  size = 16,
@@ -3136,14 +3095,12 @@ const IbmWatsonOrders = /*#__PURE__*/React.forwardRef(function IbmWatsonOrders(_
3136
3095
  viewBox: "0 0 32 32",
3137
3096
  fill: "currentColor",
3138
3097
  ...rest
3139
- }, _path238 || (_path238 = /*#__PURE__*/React.createElement("path", {
3140
- d: "M28 13h-2v-2c0-2.8-2.2-5-5-5h-3V4h3c3.9 0 7 3.1 7 7V13zM22 20H25V22H22zM22 24H25V26H22z"
3141
- })), _path239 || (_path239 = /*#__PURE__*/React.createElement("path", {
3142
- 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"
3098
+ }, _path230 || (_path230 = /*#__PURE__*/React.createElement("path", {
3099
+ 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"
3143
3100
  })), children);
3144
3101
  });
3145
3102
  if (process.env.NODE_ENV !== "production") {
3146
- IbmWatsonOrders.propTypes = iconPropTypes;
3103
+ IbmCloudPakMantaAutomatedDataLineage.propTypes = iconPropTypes;
3147
3104
  }
3148
3105
 
3149
- export { IbmCloud, IbmCloudAppId, IbmCloudBackupAndRecovery, IbmCloudBackupServiceVpc, IbmCloudBareMetalServer, IbmCloudBareMetalServersVpc, IbmCloudCitrixDaas, IbmCloudCodeEngine, IbmCloudContinuousDelivery, IbmCloudDatabases, IbmCloudDedicatedHost, IbmCloudDirectLink_1Connect, IbmCloudDirectLink_1Dedicated, IbmCloudDirectLink_1DedicatedHosting, IbmCloudDirectLink_1Exchange, IbmCloudDirectLink_2Connect, IbmCloudDirectLink_2Dedicated, IbmCloudDirectLink_2DedicatedHosting, IbmCloudEventNotification, IbmCloudEventStreams, IbmCloudForEducation, IbmCloudGateKeeper, IbmCloudHpc, IbmCloudHsm, IbmCloudHyperProtectCryptoServices, IbmCloudHyperProtectDbaas, IbmCloudHyperProtectVs, IbmCloudInternetServices, IbmCloudIpsecVpn, IbmCloudKeyProtect, IbmCloudKubernetesService, IbmCloudLogging, IbmCloudMassDataMigration, IbmCloudObservability, IbmCloudPakApplications, IbmCloudPakBusinessAutomation, IbmCloudPakData, IbmCloudPakIntegration, IbmCloudPakMantaAutomatedDataLineage, IbmCloudPakMulticloudMgmt, IbmCloudPakNetezza, IbmCloudPakNetworkAutomation, IbmCloudPakSecurity, IbmCloudPakSystem, IbmCloudPakWatsonAiops, IbmCloudPal, IbmCloudPrivilegedAccessGateway, IbmCloudProjects, IbmCloudResiliency, IbmCloudSecretsManager, IbmCloudSecurity, IbmCloudSecurityComplianceCenter, IbmCloudSecurityComplianceCenterWorkloadProtection, IbmCloudSecurityGroups, IbmCloudSubnets, IbmCloudSysdigSecure, IbmCloudTransitGateway, IbmCloudVirtualServerClassic, IbmCloudVirtualServerVpc, IbmCloudVpc, IbmCloudVpcBlockStorageSnapshots, IbmCloudVpcClientVpn, IbmCloudVpcEndpoints, IbmCloudVpcFileStorage, IbmCloudVpcImages, IbmDevopsControl, IbmEngineeringSystemsDesignRhapsodyModelManager, IbmEngineeringSystemsDesignRhapsodySn1, IbmEngineeringSystemsDesignRhapsodySn2, IbmEngineeringTestMgmt, IbmEngineeringWorkflowMgmt, IbmEventAutomation, IbmEventEndpointMgmt, IbmEventProcessing, IbmEventStreams, IbmGcm, IbmGlobalStorageArchitecture, IbmGranite, IbmIbv, IbmInstana, IbmJrs, IbmKnowledgeCatalog, IbmKnowledgeCatalogPremium, IbmKnowledgeCatalogStandard, IbmLaunchpadS4, IbmLpa, IbmLqe, IbmMachineLearningForZos, IbmMatch_360, IbmMq, IbmOpenEnterpriseLanguages, IbmOpenshiftContainerPlatformOnVpcForRegulatedIndustries, IbmPlanningAnalytics, IbmPowerVs, IbmPowerVsPrivateCloud, IbmPowerWithVpc, IbmPrivatePathServices, IbmProcessMining, IbmQuantumSafeAdvisor, IbmQuantumSafeExplorer, IbmQuantumSafeRemediator, IbmSaasConsole, IbmSapOnPower, IbmSecureInfrastructureOnVpcForRegulatedIndustries, IbmSecurity, IbmSecurityServices, IbmStreamsets, IbmTelehealth, IbmTenet, IbmToolchain, IbmTurbonomic, IbmUnstructuredDataProcessor, IbmVpnForVpc, IbmVsiOnVpcForRegulatedIndustries, IbmWatsonAssistant, IbmWatsonDiscovery, IbmWatsonKnowledgeCatalog, IbmWatsonKnowledgeStudio, IbmWatsonLanguageTranslator, IbmWatsonMachineLearning, IbmWatsonNaturalLanguageClassifier, IbmWatsonNaturalLanguageUnderstanding, IbmWatsonOpenscale, IbmWatsonOrders, IbmWaziDeploy };
3106
+ export { IbmCloud, IbmCloudAppId, IbmCloudBackupAndRecovery, IbmCloudBackupServiceVpc, IbmCloudBareMetalServer, IbmCloudBareMetalServersVpc, IbmCloudCitrixDaas, IbmCloudCodeEngine, IbmCloudContinuousDelivery, IbmCloudDatabases, IbmCloudDedicatedHost, IbmCloudDirectLink_1Connect, IbmCloudDirectLink_1Dedicated, IbmCloudDirectLink_1DedicatedHosting, IbmCloudDirectLink_1Exchange, IbmCloudDirectLink_2Connect, IbmCloudDirectLink_2Dedicated, IbmCloudDirectLink_2DedicatedHosting, IbmCloudEssentialSecurityAndObservabilityServices, IbmCloudEventNotification, IbmCloudEventStreams, IbmCloudForEducation, IbmCloudGateKeeper, IbmCloudHpc, IbmCloudHsm, IbmCloudHyperProtectCryptoServices, IbmCloudHyperProtectDbaas, IbmCloudHyperProtectVs, IbmCloudInternetServices, IbmCloudIpsecVpn, IbmCloudKeyProtect, IbmCloudKubernetesService, IbmCloudLogging, IbmCloudMassDataMigration, IbmCloudObservability, IbmCloudPakApplications, IbmCloudPakBusinessAutomation, IbmCloudPakData, IbmCloudPakIntegration, IbmCloudPakMantaAutomatedDataLineage, IbmCloudPal, IbmCloudPrivilegedAccessGateway, IbmCloudProjects, IbmCloudResiliency, IbmCloudSecretsManager, IbmCloudSecurity, IbmCloudSecurityComplianceCenter, IbmCloudSecurityComplianceCenterWorkloadProtection, IbmCloudSecurityGroups, IbmCloudSubnets, IbmCloudSysdigSecure, IbmCloudTransitGateway, IbmCloudVirtualServerClassic, IbmCloudVirtualServerVpc, IbmCloudVpc, IbmCloudVpcBlockStorageSnapshots, IbmCloudVpcClientVpn, IbmCloudVpcEndpoints, IbmCloudVpcFileStorage, IbmCloudVpcImages, IbmConsultingAdvantageAssistant, IbmContentServices, IbmDataPower, IbmDataProductExchange, IbmDataReplication, IbmDataband, IbmDatastage, IbmDb2, IbmDb2Alt, IbmDb2Warehouse, IbmDeployableArchitecture, IbmDynamicRouteServer, IbmEloAutomotiveCompliance, IbmEloEngineeringInsights, IbmEloMethodComposer, IbmEloPublishing, IbmEngineeringLifecycleMgmt, IbmEngineeringRequirementsDoorsNext, IbmEngineeringSystemsDesignRhapsody, IbmEngineeringSystemsDesignRhapsodyModelManager, IbmEngineeringSystemsDesignRhapsodySn1, IbmEngineeringSystemsDesignRhapsodySn2, IbmEngineeringTestMgmt, IbmEngineeringWorkflowMgmt, IbmEventAutomation, IbmEventEndpointMgmt, IbmEventProcessing, IbmEventStreams, IbmGcm, IbmGlobalStorageArchitecture, IbmGranite, IbmIbv, IbmInstana, IbmJrs, IbmKnowledgeCatalog, IbmKnowledgeCatalogPremium, IbmKnowledgeCatalogStandard, IbmLaunchpadS4, IbmLpa, IbmLqe, IbmMachineLearningForZos, IbmMatch_360, IbmMaximoApplicationSuite, IbmMq, IbmOpenEnterpriseLanguages, IbmOpenshiftContainerPlatformOnVpcForRegulatedIndustries, IbmPlanningAnalytics, IbmPowerVs, IbmPowerVsPrivateCloud, IbmPowerWithVpc, IbmPrivatePathServices, IbmProcessMining, IbmSaasConsole, IbmSapOnPower, IbmSecureInfrastructureOnVpcForRegulatedIndustries, IbmStreamsets, IbmTelehealth, IbmTenet, IbmTestAcceleratorForZ, IbmToolchain, IbmTurbonomic, IbmUnstructuredDataProcessor, IbmVpnForVpc, IbmVsiOnVpcForRegulatedIndustries, IbmWaziDeploy };