@carbon-labs/react-animated-header 0.1.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 (92) hide show
  1. package/LICENSE +201 -0
  2. package/es/__stories__/AnimatedHeader.stories.d.ts +17275 -0
  3. package/es/_virtual/_commonjsHelpers.js +12 -0
  4. package/es/_virtual/lottie.js +14 -0
  5. package/es/_virtual/lottie2.js +10 -0
  6. package/es/assets/index.d.ts +7 -0
  7. package/es/components/AnimatedHeader/AnimatedHeader.d.ts +31 -0
  8. package/es/components/AnimatedHeader/AnimatedHeader.js +277 -0
  9. package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +20 -0
  10. package/es/components/Tiles/AIPromptTile/AIPromptTile.js +94 -0
  11. package/es/components/Tiles/BaseTile/BaseTile.d.ts +22 -0
  12. package/es/components/Tiles/BaseTile/BaseTile.js +39 -0
  13. package/es/components/Tiles/GlassTile/GlassTile.d.ts +21 -0
  14. package/es/components/Tiles/GlassTile/GlassTile.js +53 -0
  15. package/es/components/Tiles/index.d.ts +12 -0
  16. package/es/data/index.d.ts +47 -0
  17. package/es/index.d.ts +11 -0
  18. package/es/index.js +11 -0
  19. package/es/node_modules/@carbon/icon-helpers/es/index.js +125 -0
  20. package/es/node_modules/@carbon/icons-react/es/Icon.js +71 -0
  21. package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +2967 -0
  22. package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +3260 -0
  23. package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +2906 -0
  24. package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +3151 -0
  25. package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +2966 -0
  26. package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +3019 -0
  27. package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +2923 -0
  28. package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +3076 -0
  29. package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +2913 -0
  30. package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +2917 -0
  31. package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +3141 -0
  32. package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +811 -0
  33. package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +3195 -0
  34. package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +3119 -0
  35. package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +3002 -0
  36. package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +2929 -0
  37. package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +2978 -0
  38. package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +3017 -0
  39. package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +3149 -0
  40. package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +3084 -0
  41. package/es/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +14 -0
  42. package/es/node_modules/@carbon/icons-react/es/index.js +30 -0
  43. package/es/node_modules/@carbon-labs/utilities/es/usePrefix.js +20 -0
  44. package/es/node_modules/lottie-web/build/player/lottie.js +682 -0
  45. package/lib/__stories__/AnimatedHeader.stories.d.ts +17275 -0
  46. package/lib/_virtual/_commonjsHelpers.js +14 -0
  47. package/lib/_virtual/lottie.js +18 -0
  48. package/lib/_virtual/lottie2.js +12 -0
  49. package/lib/assets/index.d.ts +7 -0
  50. package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +31 -0
  51. package/lib/components/AnimatedHeader/AnimatedHeader.js +281 -0
  52. package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +20 -0
  53. package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +96 -0
  54. package/lib/components/Tiles/BaseTile/BaseTile.d.ts +22 -0
  55. package/lib/components/Tiles/BaseTile/BaseTile.js +41 -0
  56. package/lib/components/Tiles/GlassTile/GlassTile.d.ts +21 -0
  57. package/lib/components/Tiles/GlassTile/GlassTile.js +55 -0
  58. package/lib/components/Tiles/index.d.ts +12 -0
  59. package/lib/data/index.d.ts +47 -0
  60. package/lib/index.d.ts +11 -0
  61. package/lib/index.js +18 -0
  62. package/lib/node_modules/@carbon/icon-helpers/es/index.js +128 -0
  63. package/lib/node_modules/@carbon/icons-react/es/Icon.js +75 -0
  64. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +3093 -0
  65. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +3386 -0
  66. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +3032 -0
  67. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +3277 -0
  68. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +3092 -0
  69. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +3145 -0
  70. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +3049 -0
  71. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +3202 -0
  72. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +3039 -0
  73. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +3043 -0
  74. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +3267 -0
  75. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +847 -0
  76. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +3321 -0
  77. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +3245 -0
  78. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +3128 -0
  79. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +3055 -0
  80. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +3104 -0
  81. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +3143 -0
  82. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +3275 -0
  83. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +3210 -0
  84. package/lib/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +16 -0
  85. package/lib/node_modules/@carbon/icons-react/es/index.js +2446 -0
  86. package/lib/node_modules/@carbon-labs/utilities/es/usePrefix.js +23 -0
  87. package/lib/node_modules/lottie-web/build/player/lottie.js +684 -0
  88. package/package.json +35 -0
  89. package/scss/AnimatedHeader/animated-header.scss +619 -0
  90. package/scss/Tiles/AIPromptTile/ai-prompt-tile.scss +187 -0
  91. package/scss/Tiles/GlassTile/glass-tile.scss +111 -0
  92. package/scss/animated_header.scss +10 -0
@@ -0,0 +1,3275 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ 'use strict';
9
+
10
+ var React = require('react');
11
+ var Icon = require('../Icon.js');
12
+ var iconPropTypes4cbeb95d = require('../iconPropTypes-4cbeb95d.js');
13
+ require('prop-types');
14
+
15
+ var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _circle, _circle2, _circle3, _circle4, _path9, _circle5, _path10, _circle6, _path11, _circle7, _path12, _circle8, _circle9, _path13, _circle10, _path14, _path15, _circle11, _path16, _circle12, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _circle13, _circle14, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _circle15, _path45, _path46, _path47, _path48, _circle16, _circle17, _circle18, _circle19, _circle20, _path49, _path50, _path51, _circle21, _circle22, _circle23, _circle24, _path52, _path53, _path54, _circle25, _path55, _path56, _path57, _path58, _path59, _circle26, _circle27, _path60, _path61, _path62, _path63, _circle28, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _circle29, _circle30, _path71, _path72, _path73, _path74, _path75, _circle31, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _circle32, _path90, _circle33, _path91, _circle34, _path92, _circle35, _path93, _circle36, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _circle37, _path102, _circle38, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _circle39, _circle40, _path133, _path134, _circle41, _path135, _path136, _circle42, _circle43, _circle44, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _circle45, _path174, _path175, _circle46, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _switch, _circle47, _circle48, _circle49, _circle50, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213, _path214, _path215, _path216, _path217, _path218, _circle51, _circle52, _circle53, _path219, _path220, _circle54, _circle55, _path221, _circle56, _path222, _path223, _path224, _path225, _circle57, _path226, _circle58, _path227, _circle59, _path228, _path229, _path230, _path231, _path232, _path233, _path234, _path235, _path236, _path237, _path238, _path239;
16
+ const didWarnAboutDeprecation = {};
17
+ const IbmEngineeringSystemsDesignRhapsodyModelManager = /*#__PURE__*/React.forwardRef(function IbmEngineeringSystemsDesignRhapsodyModelManager(_ref, ref) {
18
+ let {
19
+ children,
20
+ size = 16,
21
+ ...rest
22
+ } = _ref;
23
+ return /*#__PURE__*/React.createElement(Icon.default, {
24
+ width: size,
25
+ height: size,
26
+ ref: ref,
27
+ xmlns: "http://www.w3.org/2000/svg",
28
+ viewBox: "0 0 32 32",
29
+ fill: "currentColor",
30
+ ...rest
31
+ }, _path || (_path = /*#__PURE__*/React.createElement("path", {
32
+ strokeWidth: "0",
33
+ d: "M27 30h-8c-2.2061 0-4-1.7939-4-4 0-1.8887 1.3164-3.4766 3.0801-3.8936.4219-2.332 2.4678-4.1064 4.9199-4.1064s4.498 1.7744 4.9199 4.1064c1.7637.417 3.0801 2.0049 3.0801 3.8936 0 2.2061-1.7939 4-4 4zm-8-2h8c1.1025 0 2-.8975 2-2s-.8975-2-2-2h-1v-1c0-1.6543-1.3457-3-3-3s-3 1.3457-3 3v1h-1c-1.1025 0-2 .8975-2 2s.8975 2 2 2zM12 27h-2c-3.8599 0-7-3.1401-7-7v-2h2v2c0 2.7568 2.2432 5 5 5h2v2zM27 15v-4c0-3.8599-3.1401-7-7-7h-7v2h7c2.7568 0 5 2.2432 5 5v4h2zM10 8V4c0-1.1046-.8954-2-2-2H2v13h2v-5h1.48l2.34 5h2.18l-2.33-5h.33c1.1046 0 2-.8954 2-2zM4 4h4v4h-4V4z"
34
+ })), children);
35
+ });
36
+ if (process.env.NODE_ENV !== "production") {
37
+ IbmEngineeringSystemsDesignRhapsodyModelManager.propTypes = iconPropTypes4cbeb95d.i;
38
+ }
39
+ const IbmEngineeringSystemsDesignRhapsodySn1 = /*#__PURE__*/React.forwardRef(function IbmEngineeringSystemsDesignRhapsodySn1(_ref2, ref) {
40
+ let {
41
+ children,
42
+ size = 16,
43
+ ...rest
44
+ } = _ref2;
45
+ return /*#__PURE__*/React.createElement(Icon.default, {
46
+ width: size,
47
+ height: size,
48
+ ref: ref,
49
+ xmlns: "http://www.w3.org/2000/svg",
50
+ viewBox: "0 0 32 32",
51
+ fill: "currentColor",
52
+ ...rest
53
+ }, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
54
+ strokeWidth: "0",
55
+ d: "M13 27h-3c-3.8599 0-7-3.1401-7-7v-2h2v2c0 2.7568 2.2432 5 5 5h3v2zM25 27h-4c-1.1025 0-2-.8975-2-2v-4c0-1.1025.8975-2 2-2h4c1.1025 0 2 .8975 2 2v4c0 1.1025-.8975 2-2 2zm-4-6h-.002l.002 4h4v-4h-4zM25 15H27V17H25zM29 19H31V21H29zM29 23H31V25H29zM15 21H17V23H15zM15 25H17V27H15zM15 29H17V31H15zM19 29H21V31H19zM27 13v-2c0-3.8599-3.1401-7-7-7h-7v2h7c2.7568 0 5 2.2432 5 5v2h2zM10 8V4c0-1.1046-.8954-2-2-2H2v13h2v-5h1.48l2.34 5h2.18l-2.33-5h.33c1.1046 0 2-.8954 2-2zM4 4h4v4h-4V4z"
56
+ })), children);
57
+ });
58
+ if (process.env.NODE_ENV !== "production") {
59
+ IbmEngineeringSystemsDesignRhapsodySn1.propTypes = iconPropTypes4cbeb95d.i;
60
+ }
61
+ const IbmEngineeringSystemsDesignRhapsodySn2 = /*#__PURE__*/React.forwardRef(function IbmEngineeringSystemsDesignRhapsodySn2(_ref3, ref) {
62
+ let {
63
+ children,
64
+ size = 16,
65
+ ...rest
66
+ } = _ref3;
67
+ return /*#__PURE__*/React.createElement(Icon.default, {
68
+ width: size,
69
+ height: size,
70
+ ref: ref,
71
+ xmlns: "http://www.w3.org/2000/svg",
72
+ viewBox: "0 0 32 32",
73
+ fill: "currentColor",
74
+ ...rest
75
+ }, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
76
+ strokeWidth: "0",
77
+ d: "M19 24H21V26H19z"
78
+ })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
79
+ strokeWidth: "0",
80
+ d: "M17 21h12c1.1046 0 2 .8954 2 2v4c0 1.1046-.8954 2-2 2h-12c-1.1046 0-2-.8954-2-2v-4c0-1.1046.8954-2 2-2zm12 6v-4h-12v4h12zM12 27h-2c-3.8599 0-7-3.1401-7-7v-2h2v2c0 2.7568 2.2432 5 5 5h2v2zM27 18v-7c0-3.8599-3.1401-7-7-7h-7v2h7c2.7568 0 5 2.2432 5 5v7h2zM10 8V4c0-1.1046-.8954-2-2-2H2v13h2v-5h1.48l2.34 5h2.18l-2.33-5h.33c1.1046 0 2-.8954 2-2zM4 4h4v4h-4V4z"
81
+ })), children);
82
+ });
83
+ if (process.env.NODE_ENV !== "production") {
84
+ IbmEngineeringSystemsDesignRhapsodySn2.propTypes = iconPropTypes4cbeb95d.i;
85
+ }
86
+ const IbmEngineeringTestMgmt = /*#__PURE__*/React.forwardRef(function IbmEngineeringTestMgmt(_ref4, ref) {
87
+ let {
88
+ children,
89
+ size = 16,
90
+ ...rest
91
+ } = _ref4;
92
+ return /*#__PURE__*/React.createElement(Icon.default, {
93
+ width: size,
94
+ height: size,
95
+ ref: ref,
96
+ xmlns: "http://www.w3.org/2000/svg",
97
+ viewBox: "0 0 32 32",
98
+ fill: "currentColor",
99
+ ...rest
100
+ }, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
101
+ strokeWidth: "0",
102
+ d: "m16,30c-7.7197,0-14-6.2803-14-14h2c0,6.6167,5.3833,12,12,12s12-5.3833,12-12h2c0,7.7197-6.2803,14-14,14Z"
103
+ })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
104
+ strokeWidth: "0",
105
+ d: "m16,26c-5.5139,0-10-4.4861-10-10h2c0,4.4111,3.5889,8,8,8s8-3.5889,8-8h2c0,5.5139-4.4861,10-10,10Z"
106
+ })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
107
+ strokeWidth: "0",
108
+ d: "M16 20c-2.2056 0-4-1.7944-4-4s1.7944-4 4-4 4 1.7944 4 4-1.7944 4-4 4zm0-6c-1.103 0-2 .897-2 2s.897 2 2 2 2-.897 2-2-.897-2-2-2zM16 2c-4.9719 0-9.4933 2.6113-12 6.7883v-4.7883h-2v8h8v-2h-4.3881c2.126-3.6848 6.0558-6 10.3881-6 3.2051 0 6.2188 1.248 8.4854 3.5146l1.4141-1.4141c-2.644-2.6445-6.1597-4.1006-9.8994-4.1006z"
109
+ })), children);
110
+ });
111
+ if (process.env.NODE_ENV !== "production") {
112
+ IbmEngineeringTestMgmt.propTypes = iconPropTypes4cbeb95d.i;
113
+ }
114
+ const IbmEngineeringWorkflowMgmt = /*#__PURE__*/React.forwardRef(function IbmEngineeringWorkflowMgmt(_ref5, ref) {
115
+ let {
116
+ children,
117
+ size = 16,
118
+ ...rest
119
+ } = _ref5;
120
+ return /*#__PURE__*/React.createElement(Icon.default, {
121
+ width: size,
122
+ height: size,
123
+ ref: ref,
124
+ xmlns: "http://www.w3.org/2000/svg",
125
+ viewBox: "0 0 32 32",
126
+ fill: "currentColor",
127
+ ...rest
128
+ }, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
129
+ strokeWidth: "0",
130
+ d: "m31.3242,11.2612c-2.5444-2.103-5.7671-3.2612-9.0737-3.2612h-.2505v2h.2505c2.6079,0,5.1543.8374,7.2456,2.3716-1.3672,3.3955-4.1621,5.9414-7.5483,7.0366.0347-.4028.0522-.8096.0522-1.2197,0-7.8237-6.3647-14.1885-14.1885-14.1885-.9282,0-1.8555.0903-2.7563.2681l-.6572.1299-.1299.6572c-.1777.9009-.2681,1.8281-.2681,2.7563,0,4.1244,1.7795,7.8315,4.5983,10.4264-.3759,1.2767-.5992,2.6185-.5992,4.0165l.001.0009c.0011,3.3049,1.159,6.5258,3.261,9.069l.4385.5303.6523-.2202c4.6675-1.5752,8.0962-5.4111,9.2368-10.0454,4.6343-1.1406,8.4702-4.5693,10.0454-9.2368l.2202-.6523-.5303-.4385ZM12.3716,29.4961c-1.5342-2.0913-2.3716-4.6377-2.3716-7.2456h-.0006c.0003-.9115.1136-1.7958.304-2.6512,2.2567,1.5145,4.9689,2.4008,7.8851,2.4008.4102,0,.8169-.0176,1.2197-.0522-1.0952,3.3862-3.6411,6.1812-7.0366,7.5483Zm7.5112-9.6133c-.5557.0771-1.1211.1172-1.6943.1172-2.7159,0-5.2186-.9039-7.2472-2.4116.8616-2.0793,2.2642-3.881,4.0479-5.204l-1.28-1.53c-1.8557,1.3905-3.3427,3.2305-4.3404,5.3458-2.0815-2.1875-3.3687-5.1378-3.3687-8.3887,0-.5684.0391-1.1357.1167-1.6948.5591-.0776,1.1265-.1167,1.6948-.1167,6.7207,0,12.1885,5.4678,12.1885,12.1885,0,.5732-.04,1.1387-.1172,1.6943Z"
131
+ })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
132
+ cx: "20",
133
+ cy: "2",
134
+ r: "2",
135
+ strokeWidth: "0"
136
+ })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
137
+ cx: "27",
138
+ cy: "26",
139
+ r: "2",
140
+ strokeWidth: "0"
141
+ })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
142
+ cx: "2",
143
+ cy: "20",
144
+ r: "2",
145
+ strokeWidth: "0"
146
+ })), children);
147
+ });
148
+ if (process.env.NODE_ENV !== "production") {
149
+ IbmEngineeringWorkflowMgmt.propTypes = iconPropTypes4cbeb95d.i;
150
+ }
151
+ const IbmEventAutomation = /*#__PURE__*/React.forwardRef(function IbmEventAutomation(_ref6, ref) {
152
+ let {
153
+ children,
154
+ size = 16,
155
+ ...rest
156
+ } = _ref6;
157
+ return /*#__PURE__*/React.createElement(Icon.default, {
158
+ width: size,
159
+ height: size,
160
+ ref: ref,
161
+ xmlns: "http://www.w3.org/2000/svg",
162
+ viewBox: "0 0 32 32",
163
+ fill: "currentColor",
164
+ ...rest
165
+ }, _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
166
+ cx: "4",
167
+ cy: "22",
168
+ r: "2"
169
+ })), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
170
+ d: "m13.5,30c-3.0586,0-5.9485-1.4867-7.7305-3.9771l1.6265-1.1638c1.4075,1.9667,3.6892,3.1409,6.104,3.1409,3.969,0,7.2578-3.1002,7.4873-7.0579l1.9966.1157c-.2908,5.0143-4.4565,8.9421-9.4839,8.9421Z"
171
+ })), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
172
+ cx: "28",
173
+ cy: "23",
174
+ r: "2"
175
+ })), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
176
+ d: "M30.6411 19.0948l-1.9243-.5449c.188-.6638.2832-1.3535.2832-2.0499 0-4.1355-3.3645-7.5-7.5-7.5-1.0769 0-2.1157.223-3.0876.6628l-.8247-1.822c1.2329-.558 2.5491-.8408 3.9124-.8408 5.2383 0 9.5 4.2617 9.5 9.5 0 .8807-.1208 1.7537-.3589 2.5948zM20.4141 14.5859l-3-3c-.3774-.3779-.8799-.5859-1.4141-.5859s-1.0366.208-1.4143.5859l-2.9998 3c-.3899.3896-.5859.9019-.5859 1.4141s.196 1.0244.5859 1.4141l2.9998 3c.3777.3779.8801.5859 1.4143.5859s1.0366-.208 1.4141-.5859l3-3c.3899-.3896.5859-.9019.5859-1.4141s-.196-1.0244-.5859-1.4141zm-4.4141 4.4141l-3-3 3-3 2.9998 3-2.9998 3z"
177
+ })), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
178
+ cx: "16",
179
+ cy: "3",
180
+ r: "2"
181
+ })), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
182
+ d: "m8.0254,19.8821c-3.0999-1.6578-5.0254-4.8696-5.0254-8.3821C3,6.4729,6.9277,2.307,11.9421,2.0161l.1157,1.9966c-3.9578.2297-7.0579,3.5186-7.0579,7.4873,0,2.7732,1.5208,5.3092,3.9688,6.6184l-.9434,1.7637Z"
183
+ })), children);
184
+ });
185
+ if (process.env.NODE_ENV !== "production") {
186
+ IbmEventAutomation.propTypes = iconPropTypes4cbeb95d.i;
187
+ }
188
+ const IbmEventEndpointMgmt = /*#__PURE__*/React.forwardRef(function IbmEventEndpointMgmt(_ref7, ref) {
189
+ let {
190
+ children,
191
+ size = 16,
192
+ ...rest
193
+ } = _ref7;
194
+ return /*#__PURE__*/React.createElement(Icon.default, {
195
+ width: size,
196
+ height: size,
197
+ ref: ref,
198
+ xmlns: "http://www.w3.org/2000/svg",
199
+ viewBox: "0 0 32 32",
200
+ fill: "currentColor",
201
+ ...rest
202
+ }, _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
203
+ cx: "29",
204
+ cy: "29",
205
+ r: "2"
206
+ })), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
207
+ d: "M25 30h-8c-1.1028 0-2-.8972-2-2v-4h2v4h8v2zM30 25h-2v-8h-5v-2h5c1.1028 0 2 .8972 2 2v8zM20.4141 14.5859l-3-3c-.3774-.3779-.8799-.5859-1.4141-.5859s-1.0366.208-1.4143.5859l-2.9998 3c-.3899.3896-.5859.9019-.5859 1.4141s.196 1.0244.5859 1.4141l2.9998 3c.3777.3779.8801.5859 1.4143.5859s1.0366-.208 1.4141-.5859l3-3c.3899-.3896.5859-.9019.5859-1.4141s-.196-1.0244-.5859-1.4141zm-4.4141 4.4141l-3-3 3-3 2.9998 3-2.9998 3zM9 17H4c-1.1028 0-2-.8972-2-2V7h2v8h5v2zM17 8h-2V4H7v-2h8c1.1028 0 2 .8972 2 2v4z"
208
+ })), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
209
+ cx: "3",
210
+ cy: "3",
211
+ r: "2"
212
+ })), children);
213
+ });
214
+ if (process.env.NODE_ENV !== "production") {
215
+ IbmEventEndpointMgmt.propTypes = iconPropTypes4cbeb95d.i;
216
+ }
217
+ const IbmEventProcessing = /*#__PURE__*/React.forwardRef(function IbmEventProcessing(_ref8, ref) {
218
+ let {
219
+ children,
220
+ size = 16,
221
+ ...rest
222
+ } = _ref8;
223
+ return /*#__PURE__*/React.createElement(Icon.default, {
224
+ width: size,
225
+ height: size,
226
+ ref: ref,
227
+ xmlns: "http://www.w3.org/2000/svg",
228
+ viewBox: "0 0 32 32",
229
+ fill: "currentColor",
230
+ ...rest
231
+ }, _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
232
+ cx: "16",
233
+ cy: "29",
234
+ r: "2"
235
+ })), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
236
+ d: "M22.5 30h-2.5v-2h2.5c3.0327 0 5.5-2.4673 5.5-5.5 0-2.5634-1.7395-4.7644-4.23-5.3528l.46-1.9465c3.3972.8026 5.77 3.8042 5.77 7.2993 0 4.1355-3.3645 7.5-7.5 7.5zM20.4141 14.5859l-3-3c-.3774-.3779-.8799-.5859-1.4141-.5859s-1.0366.208-1.4143.5859l-2.9998 3c-.3899.3896-.5859.9019-.5859 1.4141s.196 1.0244.5859 1.4141l2.9998 3c.3777.3779.8801.5859 1.4143.5859s1.0366-.208 1.4141-.5859l3-3c.3899-.3896.5859-.9019.5859-1.4141s-.196-1.0244-.5859-1.4141zm-4.4141 4.4141l-3-3 3-3 2.9998 3-2.9998 3z"
237
+ })), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
238
+ cx: "16",
239
+ cy: "3",
240
+ r: "2"
241
+ })), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
242
+ d: "m7.77,16.7993c-3.3972-.8026-5.77-3.8042-5.77-7.2993C2,5.3645,5.3645,2,9.5,2h2.5v2h-2.5c-3.0327,0-5.5,2.4673-5.5,5.5,0,2.5634,1.7395,4.7645,4.23,5.3528l-.46,1.9465Z"
243
+ })), children);
244
+ });
245
+ if (process.env.NODE_ENV !== "production") {
246
+ IbmEventProcessing.propTypes = iconPropTypes4cbeb95d.i;
247
+ }
248
+ const IbmEventStreams = /*#__PURE__*/React.forwardRef(function IbmEventStreams(_ref9, ref) {
249
+ let {
250
+ children,
251
+ size = 16,
252
+ ...rest
253
+ } = _ref9;
254
+ return /*#__PURE__*/React.createElement(Icon.default, {
255
+ width: size,
256
+ height: size,
257
+ ref: ref,
258
+ xmlns: "http://www.w3.org/2000/svg",
259
+ viewBox: "0 0 32 32",
260
+ fill: "currentColor",
261
+ ...rest
262
+ }, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
263
+ d: "m20,27c-2.9795,0-5.7693-1.1719-7.8555-3.2998l1.4282-1.4001c1.7068,1.7411,3.9895,2.7,6.4272,2.7,4.9626,0,9-4.0374,9-9,0-2.3705-.9138-4.6079-2.5732-6.3004l1.4282-1.4001c2.0281,2.0686,3.145,4.8033,3.145,7.7006,0,6.0654-4.9346,11-11,11Z"
264
+ })), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
265
+ cx: "24",
266
+ cy: "5",
267
+ r: "2"
268
+ })), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
269
+ d: "m20.4141,14.5859l-3-3c-.3774-.3779-.8799-.5859-1.4141-.5859s-1.0366.208-1.4143.5859l-2.9998,3c-.3899.3896-.5859.9019-.5859,1.4141s.196,1.0244.5859,1.4141l2.9998,3c.3777.3779.8801.5859,1.4143.5859s1.0366-.208,1.4141-.5859l3-3c.3899-.3896.5859-.9019.5859-1.4141s-.196-1.0244-.5859-1.4141Zm-4.4141,4.4141l-3-3,3-3,2.9998,3-2.9998,3Z"
270
+ })), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
271
+ cx: "8",
272
+ cy: "27",
273
+ r: "2"
274
+ })), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
275
+ d: "m4.2993,23.855c-2.1277-2.0861-3.2993-4.8757-3.2993-7.855C1,9.9346,5.9346,5,12,5c2.9795,0,5.7693,1.1719,7.8555,3.2998l-1.4282,1.4001c-1.7068-1.7411-3.9895-2.7-6.4272-2.7-4.9626,0-9,4.0374-9,9,0,2.4376.9587,4.7201,2.6997,6.427l-1.4004,1.428Z"
276
+ })), children);
277
+ });
278
+ if (process.env.NODE_ENV !== "production") {
279
+ IbmEventStreams.propTypes = iconPropTypes4cbeb95d.i;
280
+ }
281
+ const IbmGcm = /*#__PURE__*/React.forwardRef(function IbmGcm(_ref10, ref) {
282
+ let {
283
+ children,
284
+ size = 16,
285
+ ...rest
286
+ } = _ref10;
287
+ return /*#__PURE__*/React.createElement(Icon.default, {
288
+ width: size,
289
+ height: size,
290
+ ref: ref,
291
+ xmlns: "http://www.w3.org/2000/svg",
292
+ viewBox: "0 0 32 32",
293
+ fill: "currentColor",
294
+ ...rest
295
+ }, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
296
+ strokeWidth: "0",
297
+ d: "M2 17L17.1719 17 13.5859 20.5859 15 22 21 16 15 10 13.5859 11.4141 17.1719 15 2 15 2 17z"
298
+ })), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
299
+ strokeWidth: "0",
300
+ d: "m28.5039,8.1362L16.5039,1.1362c-.1558-.0908-.3298-.1362-.5039-.1362s-.3481.0454-.5039.1362L3.4961,8.1362c-.3071.1792-.4961.5083-.4961.8638v3h2v-2.4258L16,3.1577l11,6.4165v12.8516l-11,6.4165-11.7275-6.8423-1.0078,1.7275,12.2314,7.1362c.1558.0908.3298.1362.5039.1362s.3481-.0454.5039-.1362l12-7c.3071-.1792.4961-.5083.4961-.8638v-14c0-.3555-.189-.6846-.4961-.8638Z"
301
+ })), children);
302
+ });
303
+ if (process.env.NODE_ENV !== "production") {
304
+ IbmGcm.propTypes = iconPropTypes4cbeb95d.i;
305
+ }
306
+ const IbmGlobalStorageArchitecture = /*#__PURE__*/React.forwardRef(function IbmGlobalStorageArchitecture(_ref11, ref) {
307
+ let {
308
+ children,
309
+ size = 16,
310
+ ...rest
311
+ } = _ref11;
312
+ return /*#__PURE__*/React.createElement(Icon.default, {
313
+ width: size,
314
+ height: size,
315
+ ref: ref,
316
+ xmlns: "http://www.w3.org/2000/svg",
317
+ viewBox: "0 0 32 32",
318
+ fill: "currentColor",
319
+ ...rest
320
+ }, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
321
+ d: "M16,26c1.1,0,2,.9,2,2s-.9,2-2,2-2-.9-2-2,.9-2,2-2ZM5,26c1.1,0,2,.9,2,2s-.9,2-2,2-2-.9-2-2,.9-2,2-2ZM27,26c1.1,0,2,.9,2,2s-.9,2-2,2-2-.9-2-2,.9-2,2-2ZM6,24v-3h9v3h2v-3h9v3h2v-3c0-1.1-.9-2-2-2h-9v-3h-2v3H6c-1.1,0-2,.9-2,2v3h2ZM21.7,6.1c-.8-2.4-3.1-4.1-5.7-4.1s-4.9,1.7-5.7,4.1c-1.9.3-3.3,1.9-3.3,3.9s1.8,4,4,4h10c2.2,0,4-1.8,4-4s-1.4-3.6-3.3-3.9ZM21,12h-10c-1.1,0-2-.9-2-2s.9-2,2-2h1c0-2.2,1.8-4,4-4s4,1.8,4,4h1c1.1,0,2,.9,2,2s-.9,2-2,2Z"
322
+ })), children);
323
+ });
324
+ if (process.env.NODE_ENV !== "production") {
325
+ IbmGlobalStorageArchitecture.propTypes = iconPropTypes4cbeb95d.i;
326
+ }
327
+ const IbmGranite = /*#__PURE__*/React.forwardRef(function IbmGranite(_ref12, ref) {
328
+ let {
329
+ children,
330
+ size = 16,
331
+ ...rest
332
+ } = _ref12;
333
+ return /*#__PURE__*/React.createElement(Icon.default, {
334
+ width: size,
335
+ height: size,
336
+ ref: ref,
337
+ xmlns: "http://www.w3.org/2000/svg",
338
+ viewBox: "0 0 32 32",
339
+ fill: "currentColor",
340
+ ...rest
341
+ }, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
342
+ d: "M28.5039,8.1362L16.5039,1.1362c-.1558-.0908-.3298-.1362-.5039-.1362s-.3482.0454-.5039.1362L3.4961,8.1362c-.3071.1792-.4961.5083-.4961.8638v14c0,.3555.189.6846.4961.8643l12,7c.1558.0908.3296.1357.5039.1357s.3481-.0449.5039-.1357l12-7c.3076-.1797.4961-.5088.4961-.8643v-14c0-.3555-.1885-.6846-.4961-.8638ZM16,3.1577l10.0155,5.8422-2.3773,1.3867-5.6382-3.2529c-.3105-.1787-.6895-.1787-1,0l-6.4995,3.75c-.1992.115-.3417.2961-.4235.5034l-4.0925-2.3873,10.0155-5.8422h0ZM12,14.8244l3,1.75v3.8291l-3-1.7307v-3.8484ZM16,14.8423l-4-2.3333v-.1813l5.5-3.1733,4.148,2.3933-5.648,3.2947h0ZM17,16.5744l6-3.5v5.5984l-5.5,3.1729-.5-.2885v-4.9828ZM5,10.741l5,2.9167v5.5923c0,.3574.1909.6875.5005.8662l4.4995,2.5961v5.5471l-10-5.8336v-11.6848ZM17,28.2594v-4.3932c.1553.0889.3271.1338.5.1338s.3447-.0449.5-.1338l6.5-3.75c.3096-.1787.5-.5088.5-.8662v-7.3423l2-1.1667v11.6848l-10,5.8336Z"
343
+ })), children);
344
+ });
345
+ if (process.env.NODE_ENV !== "production") {
346
+ IbmGranite.propTypes = iconPropTypes4cbeb95d.i;
347
+ }
348
+ const IbmIbv = /*#__PURE__*/React.forwardRef(function IbmIbv(_ref13, ref) {
349
+ let {
350
+ children,
351
+ size = 16,
352
+ ...rest
353
+ } = _ref13;
354
+ return /*#__PURE__*/React.createElement(Icon.default, {
355
+ width: size,
356
+ height: size,
357
+ ref: ref,
358
+ xmlns: "http://www.w3.org/2000/svg",
359
+ viewBox: "0 0 32 32",
360
+ fill: "currentColor",
361
+ ...rest
362
+ }, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
363
+ d: "M15 24c-3.8594 0-7-3.1401-7-7s3.1406-7 7-7 7 3.1401 7 7-3.1406 7-7 7zm0-12c-2.7568 0-5 2.2432-5 5s2.2432 5 5 5 5-2.2432 5-5-2.2432-5-5-5zM30 13h-2V4h-9v-2h9c1.1025 0 2 .897 2 2v9z"
364
+ })), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
365
+ d: "m15,30c-7.168,0-13-5.8315-13-13S7.832,4,15,4v2c-6.0654,0-11,4.9346-11,11s4.9346,11,11,11,11-4.9346,11-11v-1h2v1c0,7.1685-5.832,13-13,13Z"
366
+ })), children);
367
+ });
368
+ if (process.env.NODE_ENV !== "production") {
369
+ IbmIbv.propTypes = iconPropTypes4cbeb95d.i;
370
+ }
371
+ const IbmInstana = /*#__PURE__*/React.forwardRef(function IbmInstana(_ref14, ref) {
372
+ let {
373
+ children,
374
+ size = 16,
375
+ ...rest
376
+ } = _ref14;
377
+ return /*#__PURE__*/React.createElement(Icon.default, {
378
+ width: size,
379
+ height: size,
380
+ ref: ref,
381
+ xmlns: "http://www.w3.org/2000/svg",
382
+ viewBox: "0 0 32 32",
383
+ fill: "currentColor",
384
+ ...rest
385
+ }, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
386
+ d: "M9 13H11V19H9zM21 13H23V19H21zM13 11H15V24H13zM17 9H19V22H17z"
387
+ })), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
388
+ cx: "22",
389
+ cy: "5",
390
+ r: "2"
391
+ })), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
392
+ cx: "10",
393
+ cy: "27",
394
+ r: "2"
395
+ })), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
396
+ d: "M22.0916 28h-8.0916v-2h8.0916l5.9082-10-2.6992-4.5679 1.7227-1.0176 2.6992 4.5679c.3701.6274.3701 1.4077 0 2.0352l-5.9092 10c-.3574.6055-1.0176.9824-1.7217.9824zM4.9768 21.5859l-2.6992-4.5684c-.3701-.6274-.3701-1.4077 0-2.0352l5.9092-10c.3584-.606 1.0176-.9824 1.7217-.9824h8.0916v2h-8.0916l-5.9082 10 2.6992 4.5684-1.7227 1.0176z"
397
+ })), children);
398
+ });
399
+ if (process.env.NODE_ENV !== "production") {
400
+ IbmInstana.propTypes = iconPropTypes4cbeb95d.i;
401
+ }
402
+ const IbmJrs = /*#__PURE__*/React.forwardRef(function IbmJrs(_ref15, ref) {
403
+ let {
404
+ children,
405
+ size = 16,
406
+ ...rest
407
+ } = _ref15;
408
+ return /*#__PURE__*/React.createElement(Icon.default, {
409
+ width: size,
410
+ height: size,
411
+ ref: ref,
412
+ xmlns: "http://www.w3.org/2000/svg",
413
+ viewBox: "0 0 32 32",
414
+ fill: "currentColor",
415
+ ...rest
416
+ }, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
417
+ strokeWidth: "0",
418
+ d: "M12 18L10 18 10 6 7 6 7 18 5 18 5 4 12 4 12 18zM21 26L19 26 19 12 16 12 16 21.9946 14 21.9946 14 10 21 10 21 26zM30 26L28 26 28 18 25 18 25 26 23 26 23 16 30 16 30 26zM4 20L4 22 8.5859 22 2 28.5859 3.4141 30 10 23.4141 10 28 12 28 12 20 4 20z"
419
+ })), children);
420
+ });
421
+ if (process.env.NODE_ENV !== "production") {
422
+ IbmJrs.propTypes = iconPropTypes4cbeb95d.i;
423
+ }
424
+ const IbmKnowledgeCatalog = /*#__PURE__*/React.forwardRef(function IbmKnowledgeCatalog(_ref16, ref) {
425
+ let {
426
+ children,
427
+ size = 16,
428
+ ...rest
429
+ } = _ref16;
430
+ return /*#__PURE__*/React.createElement(Icon.default, {
431
+ width: size,
432
+ height: size,
433
+ ref: ref,
434
+ xmlns: "http://www.w3.org/2000/svg",
435
+ viewBox: "0 0 32 32",
436
+ fill: "currentColor",
437
+ ...rest
438
+ }, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
439
+ d: "M24,25h-3v-3h3v3ZM29,22h-3v3h3v-3ZM24,27h-3v3h3v-3ZM29,27h-3v3h3v-3ZM20,8h-8v2h8v-2ZM17,28H6v-4h2v-2h-2v-5h2v-2h-2v-5h2v-2h-2v-4h18v15h2V4c0-1.1-.9-2-2-2H6c-1.1,0-2,.9-2,2v4h-2v2h2v5h-2v2h2v5h-2v2h2v4c0,1.1.9,2,2,2h11v-2ZM20,15h-8v2h8v-2Z"
440
+ })), children);
441
+ });
442
+ if (process.env.NODE_ENV !== "production") {
443
+ IbmKnowledgeCatalog.propTypes = iconPropTypes4cbeb95d.i;
444
+ }
445
+ const IbmKnowledgeCatalogPremium = /*#__PURE__*/React.forwardRef(function IbmKnowledgeCatalogPremium(_ref17, ref) {
446
+ let {
447
+ children,
448
+ size = 16,
449
+ ...rest
450
+ } = _ref17;
451
+ return /*#__PURE__*/React.createElement(Icon.default, {
452
+ width: size,
453
+ height: size,
454
+ ref: ref,
455
+ xmlns: "http://www.w3.org/2000/svg",
456
+ viewBox: "0 0 32 32",
457
+ fill: "currentColor",
458
+ ...rest
459
+ }, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
460
+ d: "M20,10h-8v-2h8v2ZM17,28H6v-4h2v-2h-2v-5h2v-2h-2v-5h2v-2h-2v-4h18v15h2V4c0-1.1-.9-2-2-2H6c-1.1,0-2,.9-2,2v4h-2v2h2v5h-2v2h2v5h-2v2h2v4c0,1.1.9,2,2,2h11v-2ZM20,15h-8v2h8v-2ZM23.4,24.3l-3.7.5,2.7,2.6-.7,3.6,3.4-1.7,3.2,1.7-.7-3.6,2.7-2.6-3.6-.5-1.7-3.3s-1.6,3.3-1.6,3.3Z"
461
+ })), children);
462
+ });
463
+ if (process.env.NODE_ENV !== "production") {
464
+ IbmKnowledgeCatalogPremium.propTypes = iconPropTypes4cbeb95d.i;
465
+ }
466
+ const IbmKnowledgeCatalogStandard = /*#__PURE__*/React.forwardRef(function IbmKnowledgeCatalogStandard(_ref18, ref) {
467
+ let {
468
+ children,
469
+ size = 16,
470
+ ...rest
471
+ } = _ref18;
472
+ return /*#__PURE__*/React.createElement(Icon.default, {
473
+ width: size,
474
+ height: size,
475
+ ref: ref,
476
+ xmlns: "http://www.w3.org/2000/svg",
477
+ viewBox: "0 0 32 32",
478
+ fill: "currentColor",
479
+ ...rest
480
+ }, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
481
+ d: "M20,10h-8v-2h8v2ZM16,28H6v-4h2v-2h-2v-5h2v-2h-2v-5h2v-2h-2v-4h18v17h2V4c0-1.1-.9-2-2-2H6c-1.1,0-2,.9-2,2v4h-2v2h2v5h-2v2h2v5h-2v2h2v4c0,1.1.9,2,2,2h10v-2ZM20,15h-8v2h8v-2ZM23,27.2l-2.6-2.6-1.4,1.4,4,4,7-7-1.4-1.4-5.6,5.6Z"
482
+ })), children);
483
+ });
484
+ if (process.env.NODE_ENV !== "production") {
485
+ IbmKnowledgeCatalogStandard.propTypes = iconPropTypes4cbeb95d.i;
486
+ }
487
+ const IbmLaunchpadS4 = /*#__PURE__*/React.forwardRef(function IbmLaunchpadS4(_ref19, ref) {
488
+ let {
489
+ children,
490
+ size = 16,
491
+ ...rest
492
+ } = _ref19;
493
+ return /*#__PURE__*/React.createElement(Icon.default, {
494
+ width: size,
495
+ height: size,
496
+ ref: ref,
497
+ xmlns: "http://www.w3.org/2000/svg",
498
+ viewBox: "0 0 32 32",
499
+ fill: "currentColor",
500
+ ...rest
501
+ }, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
502
+ strokeWidth: "0",
503
+ d: "m22,26v2H4V10h2v-2h-2c-1.1045,0-2,.8955-2,2v18c0,1.1045.8955,2,2,2h18c1.1045,0,2-.8955,2-2v-2h-2Z"
504
+ })), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
505
+ strokeWidth: "0",
506
+ d: "m30,5.9932v-1.9932c0-1.1046-.8954-2-2-2H10c-1.1046,0-2,.8954-2,2v18c0,1.1046.8954,2,2,2h18c1.1046,0,2-.8954,2-2v-3h-2v3H10V4h18v1.9932h2Z"
507
+ })), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
508
+ strokeWidth: "0",
509
+ d: "m27.5,17h-9c-1.9297,0-3.5-1.5703-3.5-3.5,0-1.7935,1.3555-3.2759,3.0957-3.4766.4561-2.291,2.4814-4.0234,4.9043-4.0234s4.4482,1.7324,4.9043,4.0234c1.7402.2007,3.0957,1.6831,3.0957,3.4766,0,1.9297-1.5703,3.5-3.5,3.5Zm-9-5c-.8271,0-1.5.6729-1.5,1.5s.6729,1.5,1.5,1.5h9c.8271,0,1.5-.6729,1.5-1.5s-.6729-1.5-1.5-1.5h-1.5v-1c0-1.6543-1.3457-3-3-3s-3,1.3457-3,3v1h-1.5Z"
510
+ })), children);
511
+ });
512
+ if (process.env.NODE_ENV !== "production") {
513
+ IbmLaunchpadS4.propTypes = iconPropTypes4cbeb95d.i;
514
+ }
515
+ const IbmLpa = /*#__PURE__*/React.forwardRef(function IbmLpa(_ref20, ref) {
516
+ let {
517
+ children,
518
+ size = 16,
519
+ ...rest
520
+ } = _ref20;
521
+ return /*#__PURE__*/React.createElement(Icon.default, {
522
+ width: size,
523
+ height: size,
524
+ ref: ref,
525
+ xmlns: "http://www.w3.org/2000/svg",
526
+ viewBox: "0 0 32 32",
527
+ fill: "currentColor",
528
+ ...rest
529
+ }, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
530
+ strokeWidth: "0",
531
+ d: "M30 30h-2v-2c0-.5513-.4482-1-1-1h-6c-.5518 0-1 .4487-1 1v2h-2v-2c0-1.6543 1.3457-3 3-3h6c1.6543 0 3 1.3457 3 3v2zM24 24c-2.2061 0-4-1.7944-4-4s1.7939-4 4-4 4 1.7944 4 4-1.7939 4-4 4zm0-6c-1.1025 0-2 .897-2 2s.8975 2 2 2 2-.897 2-2-.8975-2-2-2zM8 20H10V22H8zM12 20H18V22H12zM8 16H10V18H8zM12 16H18V18H12zM8 12H10V14H8zM12 12H18V14H12z"
532
+ })), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
533
+ strokeWidth: "0",
534
+ d: "m21,5h-3v-1c0-1.103-.8975-2-2-2h-6c-1.1025,0-2,.897-2,2v1h-3c-1.1025,0-2,.897-2,2v19c0,1.103.8975,2,2,2h9v-2H5V7h3v2h10v-2h3v6.9999h2v-6.9999c0-1.103-.8975-2-2-2Zm-5,2h-6v-3h6v3Z"
535
+ })), children);
536
+ });
537
+ if (process.env.NODE_ENV !== "production") {
538
+ IbmLpa.propTypes = iconPropTypes4cbeb95d.i;
539
+ }
540
+ const IbmLqe = /*#__PURE__*/React.forwardRef(function IbmLqe(_ref21, ref) {
541
+ let {
542
+ children,
543
+ size = 16,
544
+ ...rest
545
+ } = _ref21;
546
+ return /*#__PURE__*/React.createElement(Icon.default, {
547
+ width: size,
548
+ height: size,
549
+ ref: ref,
550
+ xmlns: "http://www.w3.org/2000/svg",
551
+ viewBox: "0 0 32 32",
552
+ fill: "currentColor",
553
+ ...rest
554
+ }, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
555
+ strokeWidth: "0",
556
+ d: "m31,29.5859l-8.5479-8.5469c-2.0986,2.5171-5.178,3.9609-8.4521,3.9609-6.0654,0-11-4.9346-11-11S7.9346,3,14,3s11,4.9346,11,11c0,1.6001-.3354,3.1416-.9968,4.583l1.8174.834c.7827-1.7041,1.1794-3.5269,1.1794-5.417,0-7.168-5.8318-13-13-13S1,6.832,1,14s5.8318,13,13,13c3.1343,0,6.1025-1.1387,8.4395-3.1465l7.1465,7.1465,1.4141-1.4141Z"
557
+ })), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
558
+ strokeWidth: "0",
559
+ d: "m17,15c-.8066,0-1.5369.3237-2.0767.8438l-2.96-1.4805c.0146-.1201.0366-.2388.0366-.3633s-.022-.2432-.0366-.3633l2.96-1.4805c.5398.52,1.27.8438,2.0767.8438,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3-3,1.3457-3,3c0,.1245.022.2432.0366.3633l-2.96,1.4805c-.5398-.52-1.27-.8438-2.0767-.8438-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c.8066,0,1.5369-.3237,2.0767-.8438l2.96,1.4805c-.0146.1201-.0366.2388-.0366.3633,0,1.6543,1.3457,3,3,3s3-1.3457,3-3-1.3457-3-3-3Zm0-6c.5515,0,1,.4482,1,1s-.4485,1-1,1-1-.4482-1-1,.4485-1,1-1Zm-8,6c-.5515,0-1-.4482-1-1s.4485-1,1-1,1,.4482,1,1-.4485,1-1,1Zm8,4c-.5515,0-1-.4482-1-1s.4485-1,1-1,1,.4482,1,1-.4485,1-1,1Z"
560
+ })), children);
561
+ });
562
+ if (process.env.NODE_ENV !== "production") {
563
+ IbmLqe.propTypes = iconPropTypes4cbeb95d.i;
564
+ }
565
+ const IbmMachineLearningForZos = /*#__PURE__*/React.forwardRef(function IbmMachineLearningForZos(_ref22, ref) {
566
+ let {
567
+ children,
568
+ size = 16,
569
+ ...rest
570
+ } = _ref22;
571
+ return /*#__PURE__*/React.createElement(Icon.default, {
572
+ width: size,
573
+ height: size,
574
+ ref: ref,
575
+ xmlns: "http://www.w3.org/2000/svg",
576
+ viewBox: "0 0 32 32",
577
+ fill: "currentColor",
578
+ ...rest
579
+ }, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
580
+ d: "M17,27v-6h-2v4.6l-9.6-9.6L15,6.4v4.6h2v-6h10v8h2V5c0-1.1-.9-2-2-2H5c-1.1,0-2,.9-2,2v22c0,1.1.9,2,2,2h12v-2ZM5,5h8.6L5,13.6V5ZM5,27v-8.6l8.6,8.6H5ZM26.6,19l-3.7-3.7c-.2-.2-.4-.3-.6-.3h-3.5c-.6-1.6-2.3-2.4-3.8-1.8-.9.3-1.6,1-1.8,1.9-.5,1.6.4,3.3,2,3.7,1.5.5,3.1-.3,3.7-1.8h3l3.8,3.8c.1.1.3.2.5.2h3.9v-2s-3.5,0-3.5,0ZM16,17c-.6,0-1-.4-1-1s.4-1,1-1,1,.4,1,1-.4,1-1,1ZM24.8,23c-.4-1.2-1.5-2-2.8-2s-3,1.3-3,3,1.4,3,3,3,2.4-.8,2.8-2h5.2v-2h-5.2ZM22,25c-.5,0-1-.5-1-1s.5-1,1-1,1,.5,1,1-.4,1-1,1ZM26,27h4v2h-4v-2ZM28,15h2v2h-2v-2Z"
581
+ })), children);
582
+ });
583
+ if (process.env.NODE_ENV !== "production") {
584
+ IbmMachineLearningForZos.propTypes = iconPropTypes4cbeb95d.i;
585
+ }
586
+ const IbmMatch_360 = /*#__PURE__*/React.forwardRef(function IbmMatch_360(_ref23, ref) {
587
+ let {
588
+ children,
589
+ size = 16,
590
+ ...rest
591
+ } = _ref23;
592
+ return /*#__PURE__*/React.createElement(Icon.default, {
593
+ width: size,
594
+ height: size,
595
+ ref: ref,
596
+ xmlns: "http://www.w3.org/2000/svg",
597
+ viewBox: "0 0 32 32",
598
+ fill: "currentColor",
599
+ ...rest
600
+ }, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
601
+ d: "M5 25a2 2 0 102 2A2.0059 2.0059 0 005 25zM16 25a2 2 0 102 2A2.0059 2.0059 0 0016 25zM27 25a2 2 0 102 2A2.0059 2.0059 0 0027 25zM28 23H26V11a2.0059 2.0059 0 00-2-2H22V7h2a4.0118 4.0118 0 014 4zM15 12H17V23H15zM6 23H4V11A4.0118 4.0118 0 018 7h2V9H8a2.0059 2.0059 0 00-2 2zM16 2L14.7 4.6343l-2.9057.42 2.1029 2.0514L13.4 10 16 8.6343 18.6 10l-.4972-2.8943 2.1029-2.0486L17.3 4.6343z"
602
+ })), children);
603
+ });
604
+ if (process.env.NODE_ENV !== "production") {
605
+ IbmMatch_360.propTypes = iconPropTypes4cbeb95d.i;
606
+ }
607
+ const IbmMq = /*#__PURE__*/React.forwardRef(function IbmMq(_ref24, ref) {
608
+ let {
609
+ children,
610
+ size = 16,
611
+ ...rest
612
+ } = _ref24;
613
+ return /*#__PURE__*/React.createElement(Icon.default, {
614
+ width: size,
615
+ height: size,
616
+ ref: ref,
617
+ xmlns: "http://www.w3.org/2000/svg",
618
+ viewBox: "0 0 32 32",
619
+ fill: "currentColor",
620
+ ...rest
621
+ }, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
622
+ d: "M22.5,28.4l-0.9-1.8c4-2.1,6.5-6.2,6.5-10.6c0-6.6-5.4-12-12-12c-1.3,0-2.5,0.2-3.7,0.6l-0.6-1.9C13.1,2.2,14.5,2,16,2 c7.7,0,14,6.3,14,14C30,21.2,27.1,26,22.5,28.4z"
623
+ })), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
624
+ d: "M20.5 23.8l-1-1.7c2.2-1.2 3.5-3.6 3.5-6.1 0-3.9-3.1-7-7-7-.6 0-1.2.1-1.8.2l-.5-1.9C14.5 7.1 15.2 7 16 7c5 0 9 4 9 9C25 19.2 23.3 22.2 20.5 23.8zM9.5 28.4C4.9 26 2 21.2 2 16c0-1.5.2-2.9.7-4.3l1.9.6C4.2 13.5 4 14.7 4 16c0 4.5 2.5 8.6 6.5 10.6L9.5 28.4z"
625
+ })), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
626
+ d: "M11.5,23.8C8.7,22.2,7,19.2,7,16c0-0.8,0.1-1.5,0.3-2.2l1.9,0.5C9.1,14.8,9,15.4,9,16c0,2.5,1.3,4.8,3.5,6.1L11.5,23.8z"
627
+ })), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
628
+ d: "M20,16c0-2.2-1.8-4-4-4c-0.7,0-1.4,0.2-2,0.6L8.9,7.5C9,7.3,9,7.2,9,7c0-1.1-0.9-2-2-2S5,5.9,5,7s0.9,2,2,2 c0.2,0,0.3,0,0.5-0.1l5.1,5.1c-0.4,0.6-0.6,1.3-0.6,2c0,1.9,1.3,3.4,3,3.9v7.4c-0.6,0.3-1,1-1,1.7c0,1.1,0.9,2,2,2s2-0.9,2-2 c0-0.7-0.4-1.4-1-1.7v-7.4C18.7,19.4,20,17.9,20,16z M16,18c-1.1,0-2-0.9-2-2s0.9-2,2-2s2,0.9,2,2S17.1,18,16,18z"
629
+ })), children);
630
+ });
631
+ if (process.env.NODE_ENV !== "production") {
632
+ IbmMq.propTypes = iconPropTypes4cbeb95d.i;
633
+ }
634
+ const IbmOpenEnterpriseLanguages = /*#__PURE__*/React.forwardRef(function IbmOpenEnterpriseLanguages(_ref25, ref) {
635
+ let {
636
+ children,
637
+ size = 16,
638
+ ...rest
639
+ } = _ref25;
640
+ return /*#__PURE__*/React.createElement(Icon.default, {
641
+ width: size,
642
+ height: size,
643
+ ref: ref,
644
+ xmlns: "http://www.w3.org/2000/svg",
645
+ viewBox: "0 0 32 32",
646
+ fill: "currentColor",
647
+ ...rest
648
+ }, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
649
+ d: "M23.586 21.414L27.166 25 27.166 25 23.584 28.587 25 30 30 25 25 20zM20.414 21.414L16.834 25 16.834 25 20.416 28.587 19 30 14 25 19 20zM22 6H24V14H22zM18 6H20V14H18zM14 14h-2c-1.103 0-2-.897-2-2V8c0-1.103.897-2 2-2h2c1.103 0 2 .897 2 2v4C16 13.103 15.103 14 14 14zM12 8v4h2V8H12zM6 6H8V14H6z"
650
+ })), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
651
+ d: "M10,28H4c-1.103,0-2-0.897-2-2V4c0-1.103,0.897-2,2-2h22c1.103,0,2,0.897,2,2v12h-2V4H4v22h6V28z"
652
+ })), children);
653
+ });
654
+ if (process.env.NODE_ENV !== "production") {
655
+ IbmOpenEnterpriseLanguages.propTypes = iconPropTypes4cbeb95d.i;
656
+ }
657
+ const IbmOpenshiftContainerPlatformOnVpcForRegulatedIndustries = /*#__PURE__*/React.forwardRef(function IbmOpenshiftContainerPlatformOnVpcForRegulatedIndustries(_ref26, ref) {
658
+ let {
659
+ children,
660
+ size = 16,
661
+ ...rest
662
+ } = _ref26;
663
+ return /*#__PURE__*/React.createElement(Icon.default, {
664
+ width: size,
665
+ height: size,
666
+ ref: ref,
667
+ xmlns: "http://www.w3.org/2000/svg",
668
+ viewBox: "0 0 32 32",
669
+ fill: "currentColor",
670
+ ...rest
671
+ }, _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
672
+ cx: "19",
673
+ cy: "27",
674
+ r: "1"
675
+ })), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
676
+ d: "M29 31h-13c-1.1028 0-2-.8972-2-2v-4c0-1.1028.8972-2 2-2h13c1.1028 0 2 .8972 2 2v4c0 1.1028-.8972 2-2 2zm-13-6v4h13v-4h-13zM29 21h-13c-1.1028 0-2-.8972-2-2v-4c0-1.1028.8972-2 2-2h13c1.1028 0 2 .8972 2 2v4c0 1.1028-.8972 2-2 2zm-13-6v4h13v-4h-13z"
677
+ })), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
678
+ d: "m12,27.2998c-4.6531-1.6523-8-6.0869-8-11.2998,0-6.6167,5.3833-12,12-12,4.8311,0,8.9937,2.876,10.8945,7h2.1665c-2.0188-5.2544-7.1045-9-13.061-9-7.7197,0-14,6.2803-14,14,0,6.3291,4.2246,11.6846,10,13.4102v-2.1104Z"
679
+ })), children);
680
+ });
681
+ if (process.env.NODE_ENV !== "production") {
682
+ IbmOpenshiftContainerPlatformOnVpcForRegulatedIndustries.propTypes = iconPropTypes4cbeb95d.i;
683
+ }
684
+ const IbmPlanningAnalytics = /*#__PURE__*/React.forwardRef(function IbmPlanningAnalytics(_ref27, ref) {
685
+ let {
686
+ children,
687
+ size = 16,
688
+ ...rest
689
+ } = _ref27;
690
+ return /*#__PURE__*/React.createElement(Icon.default, {
691
+ width: size,
692
+ height: size,
693
+ ref: ref,
694
+ xmlns: "http://www.w3.org/2000/svg",
695
+ viewBox: "0 0 32 32",
696
+ fill: "currentColor",
697
+ ...rest
698
+ }, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
699
+ d: "M29.9,16.4l-6,12c-.2.3-.5.6-.9.6h-13c-.6,0-1-.4-1-1s.4-1,1-1h12.4l5.5-11-5.5-11h-12.4c-.6,0-1-.4-1-1s.4-1,1-1h13c.4,0,.7.2.9.6l6,12c.1.3.1.6,0,.9h0v-.1ZM10,22c0,.6.4,1,1,1h11v-2h-11c-.6,0-1,.4-1,1ZM18,15H7c-.6,0-1,.4-1,1s.4,1,1,1h11v-2ZM22,11v-2h-11c-.6,0-1,.4-1,1s.4,1,1,1h11ZM3,15c-.6,0-1,.4-1,1s0,0,0,0h0c0,.6.4,1,1,1s1-.4,1-1,0,0,0,0h0c0-.6-.4-1-1-1ZM6,21c-.6,0-1,.4-1,1s.4,1,1,1,1-.4,1-1-.4-1-1-1ZM6,11c.6,0,1-.4,1-1s-.4-1-1-1-1,.4-1,1,.4,1,1,1Z"
700
+ })), children);
701
+ });
702
+ if (process.env.NODE_ENV !== "production") {
703
+ IbmPlanningAnalytics.propTypes = iconPropTypes4cbeb95d.i;
704
+ }
705
+ const IbmPowerVs = /*#__PURE__*/React.forwardRef(function IbmPowerVs(_ref28, ref) {
706
+ let {
707
+ children,
708
+ size = 16,
709
+ ...rest
710
+ } = _ref28;
711
+ return /*#__PURE__*/React.createElement(Icon.default, {
712
+ width: size,
713
+ height: size,
714
+ ref: ref,
715
+ xmlns: "http://www.w3.org/2000/svg",
716
+ viewBox: "0 0 32 32",
717
+ fill: "currentColor",
718
+ ...rest
719
+ }, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
720
+ d: "M16 25c-2 0-4-.7-5.6-2l1.3-1.6c1.3 1 2.8 1.5 4.4 1.5 3.9 0 7-3.1 7-7 0-.3 0-.7-.1-1l2-.3C25 15.1 25 15.6 25 16 25 21 21 25 16 25zM7.1 17.3C7 16.9 7 16.4 7 16c0-5 4-9 9-9 2 0 4 .7 5.6 2l-1.3 1.6C19.1 9.5 17.6 9 16 9c-3.9 0-7 3.1-7 7 0 .3 0 .7.1 1L7.1 17.3z"
721
+ })), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
722
+ cx: "23",
723
+ cy: "27",
724
+ r: "1"
725
+ })), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
726
+ cx: "9",
727
+ cy: "20",
728
+ r: "1"
729
+ })), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
730
+ cx: "23",
731
+ cy: "12",
732
+ r: "1"
733
+ })), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
734
+ cx: "16",
735
+ cy: "16",
736
+ r: "2"
737
+ })), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
738
+ cx: "9",
739
+ cy: "5",
740
+ r: "1"
741
+ })), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
742
+ d: "M16 30C8.3 30 2 23.7 2 16c0-3.7 1.5-7.3 4.1-9.9l1.4 1.4C5.2 9.8 4 12.8 4 16c0 6.6 5.4 12 12 12 1.4 0 2.8-.2 4.1-.7l.7 1.9C19.3 29.7 17.6 30 16 30zM25.9 25.9l-1.4-1.4c2.3-2.3 3.5-5.3 3.5-8.5 0-6.6-5.4-12-12-12-1.4 0-2.8.2-4.1.7l-.7-1.9C12.7 2.3 14.4 2 16 2c7.7 0 14 6.3 14 14C30 19.7 28.5 23.3 25.9 25.9z"
743
+ })), children);
744
+ });
745
+ if (process.env.NODE_ENV !== "production") {
746
+ IbmPowerVs.propTypes = iconPropTypes4cbeb95d.i;
747
+ }
748
+ const IbmPowerVsPrivateCloud = /*#__PURE__*/React.forwardRef(function IbmPowerVsPrivateCloud(_ref29, ref) {
749
+ let {
750
+ children,
751
+ size = 16,
752
+ ...rest
753
+ } = _ref29;
754
+ return /*#__PURE__*/React.createElement(Icon.default, {
755
+ width: size,
756
+ height: size,
757
+ ref: ref,
758
+ xmlns: "http://www.w3.org/2000/svg",
759
+ viewBox: "0 0 32 32",
760
+ fill: "currentColor",
761
+ ...rest
762
+ }, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
763
+ d: "M23 26H25V30H23z"
764
+ })), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
765
+ d: "m28,21.5859l-3.293-3.293c-.1953-.1953-.4512-.293-.707-.293s-.5117.0977-.707.293l-5,5c-.1875.1875-.293.4414-.293.707v6h2v-5.5859l4-4,4,4v5.5859h2v-10h-2v1.5859Z"
766
+ })), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
767
+ cx: "9",
768
+ cy: "20",
769
+ r: "1"
770
+ })), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
771
+ cx: "23",
772
+ cy: "12",
773
+ r: "1"
774
+ })), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
775
+ cx: "9",
776
+ cy: "5",
777
+ r: "1"
778
+ })), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
779
+ cx: "16",
780
+ cy: "16",
781
+ r: "2"
782
+ })), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
783
+ d: "m9,16c0-3.8598,3.1402-7,7-7,1.7023,0,3.2635.6121,4.4783,1.6261l1.2822-1.5386c-1.561-1.3023-3.5685-2.0875-5.7604-2.0875-4.9706,0-9,4.0294-9,9,0,.5231.0541,1.0327.1398,1.5313l1.9693-.3404c-.0669-.3879-.1091-.7842-.1091-1.1909Z"
784
+ })), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
785
+ d: "M4 16c0-3.3084 1.3457-6.3084 3.5186-8.4813l-1.4182-1.4182c-2.5335 2.5335-4.1005 6.0334-4.1005 9.8994 0 7.732 6.268 14 14 14v-2c-6.6168 0-12-5.3832-12-12zM16 4c6.6168 0 12 5.3832 12 12h2c0-7.732-6.268-14-14-14-1.6813 0-3.2861.3116-4.7795.855l.6837 1.8803c1.2804-.4672 2.6558-.7353 4.0959-.7353z"
786
+ })), children);
787
+ });
788
+ if (process.env.NODE_ENV !== "production") {
789
+ IbmPowerVsPrivateCloud.propTypes = iconPropTypes4cbeb95d.i;
790
+ }
791
+ const IbmPowerWithVpc = /*#__PURE__*/React.forwardRef(function IbmPowerWithVpc(_ref30, ref) {
792
+ let {
793
+ children,
794
+ size = 16,
795
+ ...rest
796
+ } = _ref30;
797
+ return /*#__PURE__*/React.createElement(Icon.default, {
798
+ width: size,
799
+ height: size,
800
+ ref: ref,
801
+ xmlns: "http://www.w3.org/2000/svg",
802
+ viewBox: "0 0 32 32",
803
+ fill: "currentColor",
804
+ ...rest
805
+ }, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
806
+ d: "M9 21H3c-1.1028 0-2-.8972-2-2v-6c0-1.1028.8972-2 2-2h6c1.1028 0 2 .8972 2 2v6c0 1.1028-.8972 2-2 2zm-6-8v6h6v-6H3zM11.6926 29.3245c-3.0789-.9945-5.7393-3.0491-7.4912-5.7853l1.6846-1.0784c1.5022 2.3466 3.7827 4.1082 6.4214 4.9606l-.6147 1.9031z"
807
+ })), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
808
+ cx: "19",
809
+ cy: "27",
810
+ r: "1"
811
+ })), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
812
+ d: "M29 31h-13c-1.1028 0-2-.8972-2-2v-4c0-1.1028.8972-2 2-2h13c1.1028 0 2 .8972 2 2v4c0 1.1028-.8972 2-2 2zm-13-6v4h13v-4h-13zM26.8896 21h2.1848c.6057-1.5889.9255-3.29.9255-5 0-.6719-.0642-1.3384-.1592-2h-2.0269c.1106.6592.186 1.3262.186 2 0 1.7549-.3867 3.4297-1.1104 5zM28 7c0-.3701-.0669-.7212-.1611-1.0615l1.8574-1.0723-1-1.7324-1.8467 1.0664c-.5-.5088-1.1384-.873-1.8496-1.0581V1h-2v2.1421c-.7112.1851-1.3496.5493-1.8496 1.0581l-1.8467-1.0664-1 1.7324 1.8574 1.0723c-.0942.3403-.1611.6914-.1611 1.0615s.0669.7212.1611 1.0615l-1.8574 1.0723 1 1.7324 1.8467-1.0664c.5.5088 1.1394.8721 1.8496 1.0576v2.1426h2v-2.1426c.7102-.1855 1.3496-.5488 1.8496-1.0576l1.8467 1.0664 1-1.7324-1.8574-1.0723c.0942-.3403.1611-.6914.1611-1.0615zm-4 2c-1.1028 0-2-.8975-2-2s.8972-2 2-2 2 .8975 2 2-.8972 2-2 2zM5.886 9.5392l-1.6846-1.0784C6.7915 4.4153 11.2021 2 16 2v2c-4.1125 0-7.8936 2.0707-10.114 5.5392z"
813
+ })), children);
814
+ });
815
+ if (process.env.NODE_ENV !== "production") {
816
+ IbmPowerWithVpc.propTypes = iconPropTypes4cbeb95d.i;
817
+ }
818
+ const IbmPrivatePathServices = /*#__PURE__*/React.forwardRef(function IbmPrivatePathServices(_ref31, ref) {
819
+ let {
820
+ children,
821
+ size = 16,
822
+ ...rest
823
+ } = _ref31;
824
+ return /*#__PURE__*/React.createElement(Icon.default, {
825
+ width: size,
826
+ height: size,
827
+ ref: ref,
828
+ xmlns: "http://www.w3.org/2000/svg",
829
+ viewBox: "0 0 32 32",
830
+ fill: "currentColor",
831
+ ...rest
832
+ }, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
833
+ d: "m24,16c-1.3019,0-2.4016.8385-2.8157,2h-9.1843v-2h-6v6h6v-2h9.1843c.4141,1.1615,1.5137,2,2.8157,2,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3Zm-14,4h-2v-2h2v2Zm14,0c-.5518,0-1-.4482-1-1s.4482-1,1-1,1,.4482,1,1-.4482,1-1,1Z"
834
+ })), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
835
+ d: "m25.8321,11.22c-.8432-4.6665-4.9267-8.22-9.8321-8.22S7.0109,6.5535,6.1678,11.22c-3.5296.8317-6.1678,4.0001-6.1678,7.78,0,4.4111,3.5889,8,8,8h4v-2h-4c-3.3086,0-6-2.6914-6-6s2.6914-6,6-6c0-4.4111,3.5889-8,8-8s8,3.5889,8,8c3.3086,0,6,2.6914,6,6s-2.6914,6-6,6h-8v2h8c4.4111,0,8-3.5889,8-8,0-3.7799-2.6382-6.9484-6.1679-7.78Z"
836
+ })), children);
837
+ });
838
+ if (process.env.NODE_ENV !== "production") {
839
+ IbmPrivatePathServices.propTypes = iconPropTypes4cbeb95d.i;
840
+ }
841
+ const IbmProcessMining = /*#__PURE__*/React.forwardRef(function IbmProcessMining(_ref32, ref) {
842
+ let {
843
+ children,
844
+ size = 16,
845
+ ...rest
846
+ } = _ref32;
847
+ return /*#__PURE__*/React.createElement(Icon.default, {
848
+ width: size,
849
+ height: size,
850
+ ref: ref,
851
+ xmlns: "http://www.w3.org/2000/svg",
852
+ viewBox: "0 0 32 32",
853
+ fill: "currentColor",
854
+ ...rest
855
+ }, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
856
+ d: "m26,22c-1.8584,0-3.4106,1.2798-3.8579,3h-12.2842c-.3635-1.3984-1.4629-2.4927-2.8579-2.8579v-3.1421c0-1.1025.8972-2,2-2h14c2.2056,0,4-1.7944,4-4v-3.1421c1.7202-.4473,3-1.9995,3-3.8579,0-2.2056-1.7944-4-4-4s-4,1.7944-4,4c0,1.8584,1.2798,3.4106,3,3.8579v3.1421c0,1.1025-.8972,2-2,2h-14c-2.2056,0-4,1.7944-4,4v3.1421c-1.7202.4473-3,1.9995-3,3.8579,0,2.2056,1.7944,4,4,4,1.8584,0,3.4106-1.2798,3.8579-3h12.2842c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4Zm-2-16c0-1.1025.8972-2,2-2s2,.8975,2,2-.8972,2-2,2-2-.8975-2-2ZM6,28c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Zm20,0c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z"
857
+ })), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
858
+ d: "m6,10c.7395,0,1.4241-.2153,2.019-.5669l3.5669,3.5669,1.4141-1.4141-3.5669-3.5669c.3516-.5947.5669-1.2798.5669-2.019,0-2.2056-1.7944-4-4-4S2,3.7944,2,6s1.7944,4,4,4Zm0-6c1.1028,0,2,.8975,2,2s-.8972,2-2,2-2-.8975-2-2,.8972-2,2-2Z"
859
+ })), children);
860
+ });
861
+ if (process.env.NODE_ENV !== "production") {
862
+ IbmProcessMining.propTypes = iconPropTypes4cbeb95d.i;
863
+ }
864
+ const IbmSaasConsole = /*#__PURE__*/React.forwardRef(function IbmSaasConsole(_ref33, ref) {
865
+ let {
866
+ children,
867
+ size = 16,
868
+ ...rest
869
+ } = _ref33;
870
+ return /*#__PURE__*/React.createElement(Icon.default, {
871
+ width: size,
872
+ height: size,
873
+ ref: ref,
874
+ xmlns: "http://www.w3.org/2000/svg",
875
+ viewBox: "0 0 32 32",
876
+ fill: "currentColor",
877
+ ...rest
878
+ }, _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
879
+ cx: "30",
880
+ cy: "20",
881
+ r: "1"
882
+ })), _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
883
+ cx: "2",
884
+ cy: "20",
885
+ r: "1"
886
+ })), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
887
+ d: "m24,26c-2.2165,0-4.1514-1.2112-5.1903-3.0034l-1.7326,1.0002c1.3834,2.3906,3.9622,4.0032,6.9229,4.0032s5.5395-1.6125,6.9229-4.0032l-1.7326-1.0002c-1.0389,1.7922-2.9738,3.0034-5.1903,3.0034Z"
888
+ })), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
889
+ d: "m24,14c2.1357,0,4.127,1.1494,5.1973,3l1.7314-1.001c-1.4263-2.4668-4.0815-3.999-6.9287-3.999s-5.5024,1.5322-6.938,4.0151l-3.8647,6.9849c-1.0703,1.8506-3.0615,3-5.1973,3s-4.127-1.1494-5.1973-3l-1.7314,1.001c1.4263,2.4668,4.0815,3.999,6.9287,3.999s5.5024-1.5322,6.938-4.0151l3.8647-6.9849c1.0703-1.8506,3.0615-3,5.1973-3Z"
890
+ })), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
891
+ d: "M8 14c2.2165 0 4.1514 1.2112 5.1903 3.0034l1.7326-1.0002c-1.3834-2.3906-3.9622-4.0032-6.9229-4.0032s-5.5395 1.6125-6.9229 4.0032l1.7326 1.0002c1.0389-1.7922 2.9738-3.0034 5.1903-3.0034zM16 6c2.7571 0 5.2571 1.1216 7.0678 2.9321l1.4135-1.4133c-2.1729-2.1731-5.1729-3.5188-8.4813-3.5188s-6.3083 1.3457-8.4813 3.5188l1.4135 1.4133c1.8107-1.8105 4.3107-2.9321 7.0678-2.9321z"
892
+ })), children);
893
+ });
894
+ if (process.env.NODE_ENV !== "production") {
895
+ IbmSaasConsole.propTypes = iconPropTypes4cbeb95d.i;
896
+ }
897
+ const IbmSapOnPower = /*#__PURE__*/React.forwardRef(function IbmSapOnPower(_ref34, ref) {
898
+ let {
899
+ children,
900
+ size = 16,
901
+ ...rest
902
+ } = _ref34;
903
+ return /*#__PURE__*/React.createElement(Icon.default, {
904
+ width: size,
905
+ height: size,
906
+ ref: ref,
907
+ xmlns: "http://www.w3.org/2000/svg",
908
+ viewBox: "0 0 32 32",
909
+ fill: "currentColor",
910
+ ...rest
911
+ }, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
912
+ d: "M9 21H3c-1.1028 0-2-.8972-2-2v-6c0-1.1028.8972-2 2-2h6c1.1028 0 2 .8972 2 2v6c0 1.1028-.8972 2-2 2zM3 13v6h6v-6s-6 0-6 0zM11.6926 29.3245c-3.0789-.9945-5.7393-3.0491-7.4912-5.7853l1.6846-1.0784c1.5022 2.3466 3.7827 4.1082 6.4214 4.9606l-.6147 1.9031z"
913
+ })), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
914
+ cx: "19",
915
+ cy: "27",
916
+ r: "1"
917
+ })), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
918
+ d: "M29 31h-13c-1.1028 0-2-.8972-2-2v-4c0-1.1028.8972-2 2-2h13c1.1028 0 2 .8972 2 2v4c0 1.1028-.8972 2-2 2zm-13-6v4h13v-4s-13 0-13 0zM26.8896 21h2.1848c.6057-1.5889.9255-3.29.9255-5 0-.6719-.0642-1.3384-.1592-2h-2.0269c.1106.6592.186 1.3262.186 2 0 1.7549-.3867 3.4297-1.1104 5zM25.5 12h-6.5c-.5522 0-1-.4478-1-1V4c0-.5522.4478-1 1-1h12c.3828 0 .7319.2185.8994.5629.0675.1389.1006.2884.1006.4371 0 .22-.0725.4382-.2136.6178l-5.5 7c-.1897.2413-.4795.3822-.7864.3822zm-5.5-2h5.0139l3.9287-5h-8.9426v5zM5.886 9.5392l-1.6846-1.0784C6.7915 4.4153 11.2021 2 16 2v2c-4.1125 0-7.8936 2.0707-10.114 5.5392z"
919
+ })), children);
920
+ });
921
+ if (process.env.NODE_ENV !== "production") {
922
+ IbmSapOnPower.propTypes = iconPropTypes4cbeb95d.i;
923
+ }
924
+ const IbmSecureInfrastructureOnVpcForRegulatedIndustries = /*#__PURE__*/React.forwardRef(function IbmSecureInfrastructureOnVpcForRegulatedIndustries(_ref35, ref) {
925
+ let {
926
+ children,
927
+ size = 16,
928
+ ...rest
929
+ } = _ref35;
930
+ return /*#__PURE__*/React.createElement(Icon.default, {
931
+ width: size,
932
+ height: size,
933
+ ref: ref,
934
+ xmlns: "http://www.w3.org/2000/svg",
935
+ viewBox: "0 0 32 32",
936
+ fill: "currentColor",
937
+ ...rest
938
+ }, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
939
+ d: "M9 21H3c-1.1028 0-2-.8972-2-2v-6c0-1.1028.8972-2 2-2h6c1.1028 0 2 .8972 2 2v6c0 1.1028-.8972 2-2 2zM3 13v6h6v-6s-6 0-6 0zM16 30c-.3618 0-.7205-.0138-1.0757-.0406-4.3528-.3312-8.3611-2.7313-10.7229-6.4202l1.6846-1.0784c2.0247 3.1628 5.4602 5.2205 9.1899 5.5043.3047.0231.613.0349.9241.0349v2zM23 30l-2.1-1c-1.7-.8-2.9-2.6-2.9-4.5v-6.5h10v6.5c0 1.9-1.1 3.7-2.9 4.5l-2.1 1zm-3-10v4.5c0 1.2.7 2.2 1.7 2.7l1.3.6 1.3-.6c1-.5 1.7-1.6 1.7-2.7v-4.5h-6zM27.3025 12c.4539 1.2817.6975 2.6211.6975 4h2c0-1.3691-.1987-2.7085-.584-4h-2.1135zM27 10h-3c-1.1028 0-2-.8972-2-2v-3c0-1.1028.8972-2 2-2h3c1.1028 0 2 .8972 2 2v3c0 1.1028-.8972 2-2 2zm-3-5v3h3v-3h-3zM20 2.5835c-1.2915-.3853-2.6309-.5835-4-.5835-4.7976 0-9.2083 2.415-11.7983 6.4604l1.6841 1.0786c2.2209-3.4683 6.002-5.5391 10.1143-5.5391 1.3787 0 2.7188.2437 4 .6978v-2.1143z"
940
+ })), children);
941
+ });
942
+ if (process.env.NODE_ENV !== "production") {
943
+ IbmSecureInfrastructureOnVpcForRegulatedIndustries.propTypes = iconPropTypes4cbeb95d.i;
944
+ }
945
+ const IbmStreamsets = /*#__PURE__*/React.forwardRef(function IbmStreamsets(_ref36, ref) {
946
+ let {
947
+ children,
948
+ size = 16,
949
+ ...rest
950
+ } = _ref36;
951
+ return /*#__PURE__*/React.createElement(Icon.default, {
952
+ width: size,
953
+ height: size,
954
+ ref: ref,
955
+ xmlns: "http://www.w3.org/2000/svg",
956
+ viewBox: "0 0 32 32",
957
+ fill: "currentColor",
958
+ ...rest
959
+ }, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
960
+ d: "M21.5,18c-1.2,0-2.2-.6-2.8-1.6l-3.8-6.4c-.7-1.2-2-2-3.5-2h-2.5v-2h2.5c2.1,0,4.1,1.1,5.2,3l3.8,6.4c.3.5.8.6,1,.6h0c.2,0,.7,0,1-.6l3.7-6.4,1.7,1-3.7,6.4c-.6,1-1.6,1.6-2.8,1.6,0,0,.2,0,.2,0ZM10.6,27l-1.2-2.2c-.6-1-.6-2.1,0-3.1l4.2-7.4c.5-.9.5-2,0-2.9s-1.5-1.4-2.5-1.4h-7.1v2h7.1c.5,0,.7.3.8.4s.2.5,0,.9l-4.2,7.4c-.9,1.6-.9,3.5,0,5.1l1.2,2.2,1.7-1ZM16.6,29l-2.9-5c-.2-.4-.2-.9,0-1.3s.6-.7,1.1-.7h7.3c2.1,0,4.1-1.2,5.2-3l1.1-2-1.7-1-1.1,2c-.7,1.3-2,2-3.4,2h-7.3c-1.2,0-2.3.6-2.9,1.7-.6,1-.6,2.3,0,3.3l2.9,5s1.7-1,1.7-1ZM30.5,21.5l.3-.5-1.7-1-.3.5c-1.3,2.2-3.6,3.5-6.1,3.5h-4.7v2h4.7c3.2,0,6.2-1.7,7.8-4.5ZM22,10l-2-3.5c-1.6-2.8-4.6-4.5-7.8-4.5h-1.1v2h1.1c2.5,0,4.8,1.3,6.1,3.5l2,3.5,1.7-1ZM6.2,27l-.2-.4c-1.3-2.2-1.3-4.9,0-7l2.1-3.6-1.7-1-2.1,3.6c-1.6,2.8-1.6,6.2,0,9l.2.4s1.7-1,1.7-1Z"
961
+ })), children);
962
+ });
963
+ if (process.env.NODE_ENV !== "production") {
964
+ IbmStreamsets.propTypes = iconPropTypes4cbeb95d.i;
965
+ }
966
+ const IbmTelehealth = /*#__PURE__*/React.forwardRef(function IbmTelehealth(_ref37, ref) {
967
+ let {
968
+ children,
969
+ size = 16,
970
+ ...rest
971
+ } = _ref37;
972
+ return /*#__PURE__*/React.createElement(Icon.default, {
973
+ width: size,
974
+ height: size,
975
+ ref: ref,
976
+ xmlns: "http://www.w3.org/2000/svg",
977
+ viewBox: "0 0 32 32",
978
+ fill: "currentColor",
979
+ ...rest
980
+ }, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
981
+ d: "M18 25L15 25 15 22 13 22 13 25 10 25 10 27 13 27 13 30 15 30 15 27 18 27 18 25z"
982
+ })), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
983
+ d: "M22 30h-2v-5c0-2.8-2.2-5-5-5h-6c-2.8 0-5 2.2-5 5v5H2v-5c0-3.9 3.1-7 7-7h6c3.9 0 7 3.1 7 7v5zM28 5.2V3c0-1.1-.9-2-2-2h-8c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-2.2l3 2.2V3l-3 2.2zm-2 3.8h-8V3h8v6zM15.5 12.5c-.9.9-2.1 1.5-3.5 1.5-2.8 0-5-2.2-5-5s2.2-5 5-5c.5 0 .9.1 1.3.2l.6-1.9c-.6-.2-1.2-.3-1.9-.3-3.9 0-7 3.1-7 7s3.1 7 7 7c1.9 0 3.7-.8 5-2l-1.5-1.5z"
984
+ })), children);
985
+ });
986
+ if (process.env.NODE_ENV !== "production") {
987
+ IbmTelehealth.propTypes = iconPropTypes4cbeb95d.i;
988
+ }
989
+ const IbmTenet = /*#__PURE__*/React.forwardRef(function IbmTenet(_ref38, ref) {
990
+ let {
991
+ children,
992
+ size = 16,
993
+ ...rest
994
+ } = _ref38;
995
+ return /*#__PURE__*/React.createElement(Icon.default, {
996
+ width: size,
997
+ height: size,
998
+ ref: ref,
999
+ xmlns: "http://www.w3.org/2000/svg",
1000
+ viewBox: "0 0 32 32",
1001
+ fill: "currentColor",
1002
+ ...rest
1003
+ }, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
1004
+ d: "M20,13H12c-.5522,0-1,.4478-1,1,0,.1973,.0508,.3833,.168,.5547l4,6c.1855,.2783,.4978,.4453,.832,.4453s.6465-.167,.832-.4453l4-6c.1172-.1714,.168-.3574,.168-.5547,0-.5522-.4478-1-1-1Zm-4,5.1973l-2.1316-3.1973h4.2632l-2.1316,3.1973Z"
1005
+ })), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
1006
+ d: "M16,23c-1.6115,0-3.1763-.5632-4.4205-1.5796l-1.4196,1.4197c.0306,.0261,.057,.0559,.0881,.0818,1.6104,1.3403,3.6523,2.0781,5.752,2.0781,4.9629,0,9-4.0376,9-9h-2c0,3.8599-3.1406,7-7,7Z"
1007
+ })), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
1008
+ cx: "23",
1009
+ cy: "12",
1010
+ r: "1"
1011
+ })), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
1012
+ cx: "9",
1013
+ cy: "20",
1014
+ r: "1"
1015
+ })), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1016
+ d: "M16,9c1.6097,0,3.1772,.5619,4.4224,1.5776l1.4171-1.4171c-.0385-.0328-.0718-.0702-.111-.1024-1.6074-1.3271-3.6416-2.0581-5.7285-2.0581-4.9629,0-9,4.0376-9,9h2c0-3.8599,3.1406-7,7-7Z"
1017
+ })), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1018
+ d: "M16,30c-7.7197,0-14-6.2804-14-14S8.2803,2,16,2s14,6.2804,14,14-6.2803,14-14,14Zm0-26c-6.6167,0-12,5.3832-12,12s5.3833,12,12,12,12-5.3832,12-12-5.3833-12-12-12Z"
1019
+ })), children);
1020
+ });
1021
+ if (process.env.NODE_ENV !== "production") {
1022
+ IbmTenet.propTypes = iconPropTypes4cbeb95d.i;
1023
+ }
1024
+ const IbmToolchain = /*#__PURE__*/React.forwardRef(function IbmToolchain(_ref39, ref) {
1025
+ let {
1026
+ children,
1027
+ size = 16,
1028
+ ...rest
1029
+ } = _ref39;
1030
+ return /*#__PURE__*/React.createElement(Icon.default, {
1031
+ width: size,
1032
+ height: size,
1033
+ ref: ref,
1034
+ xmlns: "http://www.w3.org/2000/svg",
1035
+ viewBox: "0 0 32 32",
1036
+ fill: "currentColor",
1037
+ ...rest
1038
+ }, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1039
+ d: "M25 21c-.7396 0-1.4241.2155-2.0191.5669l-2.0314-2.0314-1.4141 1.4141 2.0314 2.0314c-.3514.595-.5668 1.2795-.5668 2.019 0 2.2056 1.7944 4 4 4 .3557 0 .6943-.0615 1.0228-.1492l-2.4368-2.4368.0004-.0005c-.3621-.3621-.5864-.8621-.5864-1.4136 0-1.103.897-2 2-2 .5515 0 1.0515.2242 1.4136.5864l.0004-.0005 2.4368 2.4368c.0875-.3284.1491-.667.1491-1.0227 0-2.2056-1.7944-4-4-4zM20.9495 12.4644l3.7645-3.7645c.3911.1868.8237.3 1.2861.3 1.6569 0 3-1.3431 3-3s-1.3431-3-3-3-3 1.3431-3 3c0 .4622.1132.8948.2999 1.2859l-3.7645 3.7645 1.4141 1.4141zm5.0505-7.4644c.5514 0 1 .4486 1 1s-.4486 1-1 1-1-.4486-1-1 .4486-1 1-1zM16 12c-2.2092 0-4 1.7908-4 4 0 .7405.215 1.4254.5657 2.0201l-5.2795 5.2799c-.3911-.1868-.8238-.3-1.2861-.3-1.6569 0-3 1.3431-3 3s1.3431 3 3 3 3-1.3431 3-3c0-.4622-.1132-.8948-.2999-1.2858l5.2799-5.2799c.5948.3507 1.2795.5657 2.02.5657 2.2091 0 4-1.7909 4-4s-1.7909-4-4-4zM6 27c-.5514 0-1-.4486-1-1s.4486-1 1-1 1 .4486 1 1-.4486 1-1 1zm10-9c-1.1028 0-2-.8972-2-2s.8972-2 2-2 2 .8972 2 2-.8972 2-2 2zM7 11c.7396 0 1.4241-.2155 2.0191-.5669l2.0311 2.0311 1.4141-1.4141-2.0311-2.0311c.3514-.595.5668-1.2795.5668-2.019 0-2.2056-1.7944-4-4-4-.3557 0-.6943.0615-1.0228.1492l2.4368 2.4368-.0004.0005c.3621.3621.5864.8621.5864 1.4136 0 1.103-.897 2-2 2-.5515 0-1.0515-.2242-1.4136-.5864l-.0004.0005-2.4368-2.4368c-.0875.3284-.1491.667-.1491 1.0227 0 2.2056 1.7944 4 4 4z"
1040
+ })), children);
1041
+ });
1042
+ if (process.env.NODE_ENV !== "production") {
1043
+ IbmToolchain.propTypes = iconPropTypes4cbeb95d.i;
1044
+ }
1045
+ const IbmTurbonomic = /*#__PURE__*/React.forwardRef(function IbmTurbonomic(_ref40, ref) {
1046
+ let {
1047
+ children,
1048
+ size = 16,
1049
+ ...rest
1050
+ } = _ref40;
1051
+ return /*#__PURE__*/React.createElement(Icon.default, {
1052
+ width: size,
1053
+ height: size,
1054
+ ref: ref,
1055
+ xmlns: "http://www.w3.org/2000/svg",
1056
+ viewBox: "0 0 32 32",
1057
+ fill: "currentColor",
1058
+ ...rest
1059
+ }, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1060
+ d: "m28.8,23.4c-1,2.3-6,4.6-12.8,4.6-7.7,0-13-2.9-13-5.5,0-2.1,3.6-4.5,9.1-5.2l-.3-2c-6.3.9-10.8,3.7-10.8,7.2,0,4.2,6.6,7.5,15,7.5,7.1,0,12.9-2.4,14.5-5.6l-1.7-1Z"
1061
+ })), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1062
+ d: "m24.5,20.9c-1.2,1-4.2,2.1-8.5,2.1s-7.3-1.1-8.5-2.1l-1.8,1c1.7,2,6.1,3.1,10.2,3.1,4.2,0,8.5-1.1,10.2-3.1l-1.6-1Z"
1063
+ })), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
1064
+ cx: "16",
1065
+ cy: "16",
1066
+ r: "2"
1067
+ })), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1068
+ d: "m16,7c-4.2,0-8.5,1.1-10.2,3.1l1.8,1c1.1-1,4.2-2.1,8.4-2.1s7.3,1.1,8.5,2.1l1.8-1c-1.8-2-6.1-3.1-10.3-3.1Z"
1069
+ })), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1070
+ d: "m31,9.5c0-4.2-6.6-7.5-15-7.5C8.9,2,3.1,4.4,1.5,7.6l1.7,1c1-2.3,6-4.6,12.8-4.6,7.7,0,13,2.9,13,5.5,0,2.1-3.6,4.5-9.1,5.2l.3,2c6.3-.9,10.8-3.7,10.8-7.2Z"
1071
+ })), children);
1072
+ });
1073
+ if (process.env.NODE_ENV !== "production") {
1074
+ IbmTurbonomic.propTypes = iconPropTypes4cbeb95d.i;
1075
+ }
1076
+ const IbmUnstructuredDataProcessor = /*#__PURE__*/React.forwardRef(function IbmUnstructuredDataProcessor(_ref41, ref) {
1077
+ let {
1078
+ children,
1079
+ size = 16,
1080
+ ...rest
1081
+ } = _ref41;
1082
+ return /*#__PURE__*/React.createElement(Icon.default, {
1083
+ width: size,
1084
+ height: size,
1085
+ ref: ref,
1086
+ xmlns: "http://www.w3.org/2000/svg",
1087
+ viewBox: "0 0 32 32",
1088
+ fill: "currentColor",
1089
+ ...rest
1090
+ }, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1091
+ d: "M22 10c-2.2061 0-4-1.7944-4-4s1.7939-4 4-4 4 1.7944 4 4-1.7939 4-4 4zM22 4c-1.1025 0-2 .897-2 2s.8975 2 2 2 2-.897 2-2-.8975-2-2-2zM21 19h-7v-7h7v7zM16 17h3v-3h-3v3zM12.6182 12H3.3818L8 2.7642l4.6182 9.2358zM6.6182 10h2.7637l-1.3818-2.7642-1.3818 2.7642z"
1092
+ })), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1093
+ d: "M20,30h-8c-1.103,0-2-.8975-2-2v-4.4648l-5.1094-3.4062c-.5576-.3721-.8906-.9941-.8906-1.6641v-4.4648h2v4.4648l5.1094,3.4062c.5576.3721.8906.9941.8906,1.6641v4.4648h8v-4.4648c0-.6699.333-1.292.8906-1.6641l5.1094-3.4062v-6.4648h2v6.4648c0,.6699-.333,1.292-.8906,1.6641l-5.1094,3.4062v4.4648c0,1.1025-.8975,2-2,2Z"
1094
+ })), children);
1095
+ });
1096
+ if (process.env.NODE_ENV !== "production") {
1097
+ IbmUnstructuredDataProcessor.propTypes = iconPropTypes4cbeb95d.i;
1098
+ }
1099
+ const IbmVpnForVpc = /*#__PURE__*/React.forwardRef(function IbmVpnForVpc(_ref42, ref) {
1100
+ let {
1101
+ children,
1102
+ size = 16,
1103
+ ...rest
1104
+ } = _ref42;
1105
+ return /*#__PURE__*/React.createElement(Icon.default, {
1106
+ width: size,
1107
+ height: size,
1108
+ ref: ref,
1109
+ xmlns: "http://www.w3.org/2000/svg",
1110
+ viewBox: "0 0 32 32",
1111
+ fill: "currentColor",
1112
+ ...rest
1113
+ }, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1114
+ d: "M29 23v-2c0-1.6499-1.3501-3-3-3s-3 1.3501-3 3v2c-1.1001 0-2 .8999-2 2v4c0 1.1001.8999 2 2 2h6c1.1001 0 2-.8999 2-2v-4c0-1.1001-.8999-2-2-2zm-4-2c0-.5498.45-1 1-1s1 .4502 1 1v2h-2v-2zm4 8h-6v-4h6v4zM7 22.14v-9.14h-2v9.14c-1.72.45-3 2-3 3.86 0 2.21 1.79 4 4 4 1.86 0 3.41-1.28 3.86-3h8.14v-2h-8.14c-.37-1.4-1.46-2.49-2.86-2.86zm-1 5.86c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM30 6c0-2.21-1.79-4-4-4-1.86 0-3.41 1.28-3.86 3h-9.14v2h9.14c.37 1.4 1.46 2.49 2.86 2.86v5.14h2v-5.14c1.72-.45 3-2 3-3.86zm-4 2c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"
1115
+ })), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1116
+ d: "m10,8.5898V2H2v8h6.5901l10.9958,11,1.4141-1.4141-11-10.9961Zm-2-.5898h-4v-4h4v4Z"
1117
+ })), children);
1118
+ });
1119
+ if (process.env.NODE_ENV !== "production") {
1120
+ IbmVpnForVpc.propTypes = iconPropTypes4cbeb95d.i;
1121
+ }
1122
+ const IbmVsiOnVpcForRegulatedIndustries = /*#__PURE__*/React.forwardRef(function IbmVsiOnVpcForRegulatedIndustries(_ref43, ref) {
1123
+ let {
1124
+ children,
1125
+ size = 16,
1126
+ ...rest
1127
+ } = _ref43;
1128
+ return /*#__PURE__*/React.createElement(Icon.default, {
1129
+ width: size,
1130
+ height: size,
1131
+ ref: ref,
1132
+ xmlns: "http://www.w3.org/2000/svg",
1133
+ viewBox: "0 0 32 32",
1134
+ fill: "currentColor",
1135
+ ...rest
1136
+ }, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1137
+ d: "M9 21H3c-1.1028 0-2-.8972-2-2v-6c0-1.1028.8972-2 2-2h6c1.1028 0 2 .8972 2 2v6c0 1.1028-.8972 2-2 2zM3 13v6h6v-6s-6 0-6 0zM16 30c-.3618 0-.7205-.0138-1.0757-.0406-4.3528-.3312-8.3611-2.7313-10.7229-6.4202l1.6846-1.0784c2.0247 3.1628 5.4602 5.2205 9.1899 5.5043.3047.0231.613.0349.9241.0349v2zM28 30h-8c-1.1028 0-2-.8972-2-2v-8c0-1.1028.8972-2 2-2h8c1.1028 0 2 .8972 2 2v8c0 1.1028-.8972 2-2 2zm-8-10v8h8v-8h-8zM27.3025 12c.4539 1.2817.6975 2.6211.6975 4h2c0-1.3691-.1987-2.7085-.584-4h-2.1135zM27 10h-3c-1.1028 0-2-.8972-2-2v-3c0-1.1028.8972-2 2-2h3c1.1028 0 2 .8972 2 2v3c0 1.1028-.8972 2-2 2zm-3-5v3h3v-3h-3zM20 2.5835c-1.2915-.3853-2.6309-.5835-4-.5835-4.7976 0-9.2083 2.415-11.7983 6.4604l1.6841 1.0786c2.2209-3.4683 6.002-5.5391 10.1143-5.5391 1.3787 0 2.7188.2437 4 .6978v-2.1143z"
1138
+ })), children);
1139
+ });
1140
+ if (process.env.NODE_ENV !== "production") {
1141
+ IbmVsiOnVpcForRegulatedIndustries.propTypes = iconPropTypes4cbeb95d.i;
1142
+ }
1143
+ const IbmWaziDeploy = /*#__PURE__*/React.forwardRef(function IbmWaziDeploy(_ref44, ref) {
1144
+ let {
1145
+ children,
1146
+ size = 16,
1147
+ ...rest
1148
+ } = _ref44;
1149
+ return /*#__PURE__*/React.createElement(Icon.default, {
1150
+ width: size,
1151
+ height: size,
1152
+ ref: ref,
1153
+ xmlns: "http://www.w3.org/2000/svg",
1154
+ viewBox: "0 0 32 32",
1155
+ fill: "currentColor",
1156
+ ...rest
1157
+ }, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1158
+ d: "m13.9998,29.991l-10.5037-6.1272c-.3071-.1792-.4961-.5081-.4961-.8638v-14h2v13.4257l10.0076,5.8378-1.0078,1.7275Z"
1159
+ })), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1160
+ d: "M7 6H9V16H7zM29 13h-2v-3.4257l-11-6.4166-3 1.7499v8.0924h-2V4.3333c0-.3557.189-.6846.4961-.8638l4-2.3333c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l12 7c.3071.1792.4961.5081.4961.8638v4zM27 23l-1.4199 1.4102 1.5898 1.5898h-7.1699v-3.1421c1.7202-.4473 3-1.9995 3-3.8579 0-2.2056-1.7944-4-4-4s-4 1.7944-4 4c0 1.8584 1.2798 3.4106 3 3.8579v3.1421c0 1.1025.8972 2 2 2h7.1699l-1.5798 1.5801 1.4099 1.4199 4-4-4-4zm-10-4c0-1.1025.8972-2 2-2s2 .8975 2 2-.8972 2-2 2-2-.8975-2-2z"
1161
+ })), children);
1162
+ });
1163
+ if (process.env.NODE_ENV !== "production") {
1164
+ IbmWaziDeploy.propTypes = iconPropTypes4cbeb95d.i;
1165
+ }
1166
+ const IbmCloud = /*#__PURE__*/React.forwardRef(function IbmCloud(_ref45, ref) {
1167
+ let {
1168
+ children,
1169
+ size = 16,
1170
+ ...rest
1171
+ } = _ref45;
1172
+ return /*#__PURE__*/React.createElement(Icon.default, {
1173
+ width: size,
1174
+ height: size,
1175
+ ref: ref,
1176
+ xmlns: "http://www.w3.org/2000/svg",
1177
+ viewBox: "0 0 32 32",
1178
+ fill: "currentColor",
1179
+ ...rest
1180
+ }, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1181
+ d: "M24.5805 13.65A9.7327 9.7327 0 006.286 17.5387 6.75 6.75 0 007 31H23a8.7465 8.7465 0 001.5805-17.35zM23 29.5H7a5.2373 5.2373 0 01-.6993-10.4293 9.7265 9.7265 0 001.1036 3.7838.75.75 0 101.3213-.709A8.25 8.25 0 0122.752 13.5133a8.754 8.754 0 00-6.315 2.95.75.75 0 101.1245.9922A7.25 7.25 0 1123 29.5zM31.8983 10.2548a.7582.7582 0 00-1.0364-.2776l-3.02 1.7438A.7587.7587 0 1028.6 13.035l3.02-1.7438A.7589.7589 0 0031.8983 10.2548zM22.6764 7.87a.7583.7583 0 001.0364-.2776l1.7438-3.02a.7587.7587 0 00-1.314-.7588l-1.7438 3.02A.7588.7588 0 0022.6764 7.87zM16 6.0811a.759.759 0 00.7588-.7588V1.8347a.7588.7588 0 10-1.5175 0V5.3223A.7589.7589 0 0016 6.0811zM8.2873 7.5922a.7587.7587 0 001.314-.7588l-1.7438-3.02a.7587.7587 0 10-1.314.7588zM4.1585 11.721l-3.02-1.7438a.7587.7587 0 10-.7588 1.314L3.4 13.035a.7587.7587 0 10.7588-1.314z"
1182
+ })), children);
1183
+ });
1184
+ if (process.env.NODE_ENV !== "production") {
1185
+ IbmCloud.propTypes = iconPropTypes4cbeb95d.i;
1186
+ }
1187
+ const IbmCloudAppId = /*#__PURE__*/React.forwardRef(function IbmCloudAppId(_ref46, ref) {
1188
+ let {
1189
+ children,
1190
+ size = 16,
1191
+ ...rest
1192
+ } = _ref46;
1193
+ return /*#__PURE__*/React.createElement(Icon.default, {
1194
+ width: size,
1195
+ height: size,
1196
+ ref: ref,
1197
+ xmlns: "http://www.w3.org/2000/svg",
1198
+ viewBox: "0 0 32 32",
1199
+ fill: "currentColor",
1200
+ ...rest
1201
+ }, _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1202
+ d: "M20 18h-6c-1.6569 0-3 1.3431-3 3v2h2v-2c0-.5523.4477-1 1-1h6c.5523 0 1 .4477 1 1v2h2v-2c0-1.6569-1.3431-3-3-3zM17 17c2.2091 0 4-1.7909 4-4s-1.7909-4-4-4-4 1.7909-4 4 1.7909 4 4 4zm0-6c1.1046 0 2 .8954 2 2s-.8954 2-2 2-2-.8954-2-2 .8954-2 2-2z"
1203
+ })), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1204
+ d: "M17 30c-7.7197 0-14-6.2804-14-14h2c0 6.6168 5.3831 12 12 12 5.2263 0 9.8162-3.3385 11.4214-8.3074l1.9033.6147c-1.873 5.7975-7.2278 9.6926-13.3247 9.6926zM31 16h-2c0-6.6168-5.3833-12-12-12V2c7.7197 0 14 6.2804 14 14zM6 14l-2.1387-1.0127c-1.7383-.8223-2.8613-2.5967-2.8613-4.5195V2H11v6.4678c0 1.9229-1.123 3.6973-2.8613 4.5195l-2.1387 1.0127zM3 4v4.4678c0 1.1533.6738 2.2178 1.7168 2.7109l1.2832.6074 1.2832-.6074c1.043-.4932 1.7168-1.5576 1.7168-2.7109V4H3z"
1205
+ })), children);
1206
+ });
1207
+ if (process.env.NODE_ENV !== "production") {
1208
+ IbmCloudAppId.propTypes = iconPropTypes4cbeb95d.i;
1209
+ }
1210
+ const IbmCloudBackupAndRecovery = /*#__PURE__*/React.forwardRef(function IbmCloudBackupAndRecovery(_ref47, ref) {
1211
+ let {
1212
+ children,
1213
+ size = 16,
1214
+ ...rest
1215
+ } = _ref47;
1216
+ return /*#__PURE__*/React.createElement(Icon.default, {
1217
+ width: size,
1218
+ height: size,
1219
+ ref: ref,
1220
+ xmlns: "http://www.w3.org/2000/svg",
1221
+ viewBox: "0 0 32 32",
1222
+ fill: "currentColor",
1223
+ ...rest
1224
+ }, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1225
+ d: "M15,24v2h-7.5c-4.2,0-7.5-3.4-7.5-7.5,0-3.6,2.6-6.7,6.1-7.4,0,0,.6-.1.9-.1h.2l-1.6-1.6,1.4-1.4,4,4-4,4-1.4-1.4,1.6-1.6h-.2c-2.4.2-4.6,2.3-4.9,4.7-.5,3.4,2.1,6.3,5.4,6.3h7.5ZM18,24c-.5,0-1,.5-1,1s.5,1,1,1,1-.5,1-1-.5-1-1-1ZM25.9,11.1l-.1-.1c-.8-4-3.9-7.1-7.9-7.8-.6-.2-1.3-.2-1.9-.2-2.9,0-5.6,1.3-7.4,3.3l1.5,1.5c1.2-1.4,2.9-2.5,4.9-2.7,1-.1,1.9-.1,2.9.1,3.2.7,5.5,3.4,6.1,6.5l.2,1c0,.0667.0333.1.1.1l1.1.2c1.2.2,2.3.7,3.1,1.5,1.3,1.3,1.9,3.1,1.5,4.9-.5,2.5-2.5,4.3-5,4.5l1.5-1.6-1.5-1.3-4,4,4,4,1.4-1.4-1.6-1.6h0c3.5-.2,6.4-2.7,7.1-6.1.1-.5.1-.9.1-1.3,0-3.7-2.5-6.8-6.1-7.5h0Z"
1226
+ })), children);
1227
+ });
1228
+ if (process.env.NODE_ENV !== "production") {
1229
+ IbmCloudBackupAndRecovery.propTypes = iconPropTypes4cbeb95d.i;
1230
+ }
1231
+ const IbmCloudBackupServiceVpc = /*#__PURE__*/React.forwardRef(function IbmCloudBackupServiceVpc(_ref48, ref) {
1232
+ let {
1233
+ children,
1234
+ size = 16,
1235
+ ...rest
1236
+ } = _ref48;
1237
+ return /*#__PURE__*/React.createElement(Icon.default, {
1238
+ width: size,
1239
+ height: size,
1240
+ ref: ref,
1241
+ xmlns: "http://www.w3.org/2000/svg",
1242
+ viewBox: "0 0 32 32",
1243
+ fill: "currentColor",
1244
+ ...rest
1245
+ }, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1246
+ d: "M6,20h8v-2H6v-6h18V4c0-1.1045-.8955-2-2-2H6c-1.1045,0-2,.8955-2,2v22c0,1.1047.8955,2,2,2h8v-2H6v-6ZM6,4h16v6H6v-6ZM8,22.9999c0-.5523.4477-1,1-1s1,.4477,1,1-.4477,1-1,1-1-.4477-1-1ZM8,15c0-.5523.4477-1,1-1s1,.4477,1,1-.4477,1-1,1-1-.4477-1-1ZM8,7c0-.5523.4477-1,1-1s1,.4477,1,1-.4477,1-1,1-1-.4477-1-1ZM30,17h-3.4131c2.0405,1.2246,3.4131,3.4521,3.4131,6,0,3.8599-3.1401,7-7,7s-7-3.1401-7-7c0-1.8696.728-3.6274,2.0503-4.9497l1.4141,1.4141c-.9443.9443-1.4644,2.2002-1.4644,3.5356,0,2.7568,2.2432,5,5,5s5-2.2432,5-5c0-2.0449-1.2373-3.8025-3-4.5762v3.5762h-2v-7h7v2ZM8,23c0-.5523.4477-1,1-1s1,.4477,1,1-.4477,1-1,1-1-.4477-1-1ZM8,15c0-.5523.4477-1,1-1s1,.4477,1,1-.4477,1-1,1-1-.4477-1-1ZM8,7c0-.5523.4477-1,1-1s1,.4477,1,1-.4477,1-1,1-1-.4477-1-1ZM30,17h-3.4131c2.0405,1.2246,3.4131,3.4521,3.4131,6,0,3.8599-3.1401,7-7,7s-7-3.1401-7-7c0-1.8696.728-3.6274,2.0503-4.9497l1.4141,1.4141c-.9443.9443-1.4644,2.2002-1.4644,3.5356,0,2.7568,2.2432,5,5,5s5-2.2432,5-5c0-2.0449-1.2373-3.8025-3-4.5762v3.5762h-2v-7h7v2Z"
1247
+ })), children);
1248
+ });
1249
+ if (process.env.NODE_ENV !== "production") {
1250
+ IbmCloudBackupServiceVpc.propTypes = iconPropTypes4cbeb95d.i;
1251
+ }
1252
+ const IbmCloudBareMetalServer = /*#__PURE__*/React.forwardRef(function IbmCloudBareMetalServer(_ref49, ref) {
1253
+ let {
1254
+ children,
1255
+ size = 16,
1256
+ ...rest
1257
+ } = _ref49;
1258
+ return /*#__PURE__*/React.createElement(Icon.default, {
1259
+ width: size,
1260
+ height: size,
1261
+ ref: ref,
1262
+ xmlns: "http://www.w3.org/2000/svg",
1263
+ viewBox: "0 0 32 32",
1264
+ fill: "currentColor",
1265
+ ...rest
1266
+ }, _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
1267
+ cx: "9",
1268
+ cy: "26",
1269
+ r: "1"
1270
+ })), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1271
+ d: "m26,30H6c-1.1041-.0012-1.9988-.8959-2-2v-4c.0012-1.1041.8959-1.9988,2-2h20c1.1041.0012,1.9988.8959,2,2v4c-.0012,1.1041-.8959,1.9988-2,2Zm-20-6v4h20v-4H6Z"
1272
+ })), _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
1273
+ cx: "9",
1274
+ cy: "16",
1275
+ r: "1"
1276
+ })), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1277
+ d: "m26,20H6c-1.1041-.0012-1.9988-.8959-2-2v-4c.0012-1.1041.8959-1.9988,2-2h20c1.1041.0012,1.9988.8959,2,2v4c-.0012,1.1041-.8959,1.9988-2,2ZM6,14v4h20v-4H6Z"
1278
+ })), _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
1279
+ cx: "9",
1280
+ cy: "6",
1281
+ r: "1"
1282
+ })), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1283
+ d: "m26,10H6c-1.1041-.0012-1.9988-.8959-2-2v-4c.0012-1.1041.8959-1.9988,2-2h20c1.1041.0012,1.9988.8959,2,2v4c-.0012,1.1041-.8959,1.9988-2,2ZM6,4v4h20v-4H6Z"
1284
+ })), children);
1285
+ });
1286
+ if (process.env.NODE_ENV !== "production") {
1287
+ IbmCloudBareMetalServer.propTypes = iconPropTypes4cbeb95d.i;
1288
+ }
1289
+ const IbmCloudBareMetalServersVpc = /*#__PURE__*/React.forwardRef(function IbmCloudBareMetalServersVpc(_ref50, ref) {
1290
+ let {
1291
+ children,
1292
+ size = 16,
1293
+ ...rest
1294
+ } = _ref50;
1295
+ return /*#__PURE__*/React.createElement(Icon.default, {
1296
+ width: size,
1297
+ height: size,
1298
+ ref: ref,
1299
+ xmlns: "http://www.w3.org/2000/svg",
1300
+ viewBox: "0 0 32 32",
1301
+ fill: "currentColor",
1302
+ ...rest
1303
+ }, _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
1304
+ cx: "9",
1305
+ cy: "26",
1306
+ r: "1"
1307
+ })), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1308
+ d: "M4 24v4c0 1.1.9 2 2 2h12v-2H6v-4h12v-2H6c-1.1 0-2 .9-2 2zM4 13v5c0 1.1.9 2 2 2h8v-2H6v-5h-2z"
1309
+ })), _circle36 || (_circle36 = /*#__PURE__*/React.createElement("circle", {
1310
+ cx: "9",
1311
+ cy: "16",
1312
+ r: "1"
1313
+ })), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1314
+ d: "M28 19v-5c0-1.1-.9-2-2-2h-8v2h8v5h2zM28 8v-4c0-1.1-.9-2-2-2h-12v2h12v4h-12v2h12c1.1 0 2-.9 2-2z"
1315
+ })), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1316
+ d: "m23.41,22l-13.41-13.41V2H2v8h6.59l13.41,13.41v6.59h8v-8h-6.59Zm-15.41-14h-4v-4h4v4Zm20,20h-4v-4h4v4Z"
1317
+ })), children);
1318
+ });
1319
+ if (process.env.NODE_ENV !== "production") {
1320
+ IbmCloudBareMetalServersVpc.propTypes = iconPropTypes4cbeb95d.i;
1321
+ }
1322
+ const IbmCloudCitrixDaas = /*#__PURE__*/React.forwardRef(function IbmCloudCitrixDaas(_ref51, ref) {
1323
+ let {
1324
+ children,
1325
+ size = 16,
1326
+ ...rest
1327
+ } = _ref51;
1328
+ return /*#__PURE__*/React.createElement(Icon.default, {
1329
+ width: size,
1330
+ height: size,
1331
+ ref: ref,
1332
+ xmlns: "http://www.w3.org/2000/svg",
1333
+ viewBox: "0 0 32 32",
1334
+ fill: "currentColor",
1335
+ ...rest
1336
+ }, _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1337
+ d: "M19 23H23V27H19zM26 23H30V27H26zM19 16H23V20H19zM26 16H30V20H26z"
1338
+ })), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1339
+ d: "M16,4c-4.3,0-7.9,3-8.8,7.1c-3,0.6-5.2,3.3-5.2,6.4C2,21.1,4.9,24,8.5,24H16v-2H8.5C6,22,4,20,4,17.5c0-2.3,1.8-4.3,4.1-4.5 L9,13l0.1-0.8C9.5,8.6,12.5,6,16,6c3.9,0,7,3.1,7,7h2C25,8,21,4,16,4z"
1340
+ })), children);
1341
+ });
1342
+ if (process.env.NODE_ENV !== "production") {
1343
+ IbmCloudCitrixDaas.propTypes = iconPropTypes4cbeb95d.i;
1344
+ }
1345
+ const IbmCloudCodeEngine = /*#__PURE__*/React.forwardRef(function IbmCloudCodeEngine(_ref52, ref) {
1346
+ let {
1347
+ children,
1348
+ size = 16,
1349
+ ...rest
1350
+ } = _ref52;
1351
+ return /*#__PURE__*/React.createElement(Icon.default, {
1352
+ width: size,
1353
+ height: size,
1354
+ ref: ref,
1355
+ xmlns: "http://www.w3.org/2000/svg",
1356
+ viewBox: "0 0 32 32",
1357
+ fill: "currentColor",
1358
+ ...rest
1359
+ }, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1360
+ d: "M22,20v7.923c0,.595-.482,1.077-1.077,1.077h-11.846c-.595,0-1.077-.482-1.077-1.077v-4.923H2v-2h6v-4.923c0-.595.482-1.077,1.077-1.077h3.923v2h-3v10h10v-7h2ZM13,8H2v2h11v-2ZM29,17c.553,0,1-.447,1-1V4c0-.552-.447-1-1-1h-12c-.553,0-1,.448-1,1v12c0,.553.447,1,1,1h12M18,5h10v10h-10V5Z"
1361
+ })), children);
1362
+ });
1363
+ if (process.env.NODE_ENV !== "production") {
1364
+ IbmCloudCodeEngine.propTypes = iconPropTypes4cbeb95d.i;
1365
+ }
1366
+ const IbmCloudContinuousDelivery = /*#__PURE__*/React.forwardRef(function IbmCloudContinuousDelivery(_ref53, ref) {
1367
+ let {
1368
+ children,
1369
+ size = 16,
1370
+ ...rest
1371
+ } = _ref53;
1372
+ return /*#__PURE__*/React.createElement(Icon.default, {
1373
+ width: size,
1374
+ height: size,
1375
+ ref: ref,
1376
+ xmlns: "http://www.w3.org/2000/svg",
1377
+ viewBox: "0 0 32 32",
1378
+ fill: "currentColor",
1379
+ ...rest
1380
+ }, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1381
+ d: "M23,1l-6,6,1.4146,1.4023,3.5854-3.584V21H10V10h-2v11c0,1.1025,.8972,2,2,2h12c1.1028,0,2-.8975,2-2V4.8154l3.5859,3.5869,1.4141-1.4023L23,1Z"
1382
+ })), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1383
+ d: "M18.5 19h-5c-.8271 0-1.5-.6729-1.5-1.5v-5c0-.8271.6729-1.5 1.5-1.5h5c.8271 0 1.5.6729 1.5 1.5v5c0 .8271-.6729 1.5-1.5 1.5zm-4.5-2h4v-4h-4v4zM16 31v-2c7.1682 0 13-5.8318 13-13 0-1.2648-.1812-2.5145-.5383-3.7147l1.917-.5706c.4124 1.3855.6213 2.8273.6213 4.2853 0 8.271-6.729 15-15 15zM1.6213 20.2853c-.4124-1.3855-.6213-2.8273-.6213-4.2853C1 7.729 7.729 1 16 1V3c-7.1682 0-13 5.8318-13 13 0 1.2648.1812 2.5145.5383 3.7147l-1.917.5706z"
1384
+ })), children);
1385
+ });
1386
+ if (process.env.NODE_ENV !== "production") {
1387
+ IbmCloudContinuousDelivery.propTypes = iconPropTypes4cbeb95d.i;
1388
+ }
1389
+ const IbmCloudDatabases = /*#__PURE__*/React.forwardRef(function IbmCloudDatabases(_ref54, ref) {
1390
+ let {
1391
+ children,
1392
+ size = 16,
1393
+ ...rest
1394
+ } = _ref54;
1395
+ return /*#__PURE__*/React.createElement(Icon.default, {
1396
+ width: size,
1397
+ height: size,
1398
+ ref: ref,
1399
+ xmlns: "http://www.w3.org/2000/svg",
1400
+ viewBox: "0 0 32 32",
1401
+ fill: "currentColor",
1402
+ ...rest
1403
+ }, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1404
+ d: "M21,3h-10c-1.1,0-2,.9-2,2v22c0,1.1.9,2,2,2h10c1.1,0,2-.9,2-2V5c0-1.1-.9-2-2-2ZM11,5h10v6h-10v-6ZM11,13h10v6h-10v-6ZM11,27v-6h10v6h-10ZM2,10v16c0,1.1.9,2,2,2h3v-2h-3v-4h3v-2h-3v-4h3v-2h-3v-4h3v-2h-3c-1.1,0-2,.9-2,2ZM28,8h-3v2h3v4h-3v2h3v4h-3v2h3v4h-3v2h3c1.1,0,2-.9,2-2V10c0-1.1-.9-2-2-2ZM14,9c-.55,0-1-.45-1-1s.45-1,1-1,1,.45,1,1-.45,1-1,1ZM14,17c-.55,0-1-.45-1-1s.45-1,1-1,1,.45,1,1-.45,1-1,1ZM14,25c-.55,0-1-.45-1-1s.45-1,1-1,1,.45,1,1-.45,1-1,1Z"
1405
+ })), children);
1406
+ });
1407
+ if (process.env.NODE_ENV !== "production") {
1408
+ IbmCloudDatabases.propTypes = iconPropTypes4cbeb95d.i;
1409
+ }
1410
+ const IbmCloudDedicatedHost = /*#__PURE__*/React.forwardRef(function IbmCloudDedicatedHost(_ref55, ref) {
1411
+ let {
1412
+ children,
1413
+ size = 16,
1414
+ ...rest
1415
+ } = _ref55;
1416
+ return /*#__PURE__*/React.createElement(Icon.default, {
1417
+ width: size,
1418
+ height: size,
1419
+ ref: ref,
1420
+ xmlns: "http://www.w3.org/2000/svg",
1421
+ viewBox: "0 0 32 32",
1422
+ fill: "currentColor",
1423
+ ...rest
1424
+ }, _circle37 || (_circle37 = /*#__PURE__*/React.createElement("circle", {
1425
+ cx: "9",
1426
+ cy: "6",
1427
+ r: "1"
1428
+ })), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1429
+ d: "M26 2H6A2 2 0 004 4V8a2 2 0 002 2h9v4h2V10h9a2 2 0 002-2V4A2 2 0 0026 2zm0 6H6V4H26zM17 28L17 26 15 26 15 28 4 28 4 30 28 30 28 28 17 28z"
1430
+ })), _circle38 || (_circle38 = /*#__PURE__*/React.createElement("circle", {
1431
+ cx: "9",
1432
+ cy: "20",
1433
+ r: "1"
1434
+ })), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1435
+ d: "M6,24H26a2,2,0,0,0,2-2V18a2,2,0,0,0-2-2H6a2,2,0,0,0-2,2v4A2,2,0,0,0,6,24Zm0-6H26v4H6Z"
1436
+ })), children);
1437
+ });
1438
+ if (process.env.NODE_ENV !== "production") {
1439
+ IbmCloudDedicatedHost.propTypes = iconPropTypes4cbeb95d.i;
1440
+ }
1441
+ const IbmCloudDirectLink_1Connect = /*#__PURE__*/React.forwardRef(function IbmCloudDirectLink_1Connect(_ref56, ref) {
1442
+ let {
1443
+ children,
1444
+ size = 16,
1445
+ ...rest
1446
+ } = _ref56;
1447
+ return /*#__PURE__*/React.createElement(Icon.default, {
1448
+ width: size,
1449
+ height: size,
1450
+ ref: ref,
1451
+ xmlns: "http://www.w3.org/2000/svg",
1452
+ viewBox: "0 0 32 32",
1453
+ fill: "currentColor",
1454
+ ...rest
1455
+ }, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1456
+ d: "M27,29H13c-1.1,0-2-0.9-2-2v-4h2v4h14V13h-4v-2h4c1.1,0,2,0.9,2,2v14C29,28.1,28.1,29,27,29z"
1457
+ })), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1458
+ d: "M20,17c-0.5,0-0.9,0.1-1.3,0.3l-4-4c0.2-0.4,0.3-0.8,0.3-1.3c0-1.7-1.3-3-3-3s-3,1.3-3,3s1.3,3,3,3c0.5,0,0.9-0.1,1.3-0.3 l4,4C17.1,19.1,17,19.5,17,20c0,1.7,1.3,3,3,3s3-1.3,3-3S21.7,17,20,17z M11,12c0-0.6,0.4-1,1-1s1,0.4,1,1s-0.4,1-1,1S11,12.6,11,12 z M20,21c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S20.6,21,20,21z"
1459
+ })), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1460
+ d: "M5,3h14c1.1,0,2,0.9,2,2v4h-2V5H5v14h4v2H5c-1.1,0-2-0.9-2-2V5C3,3.9,3.9,3,5,3z"
1461
+ })), children);
1462
+ });
1463
+ if (process.env.NODE_ENV !== "production") {
1464
+ IbmCloudDirectLink_1Connect.propTypes = iconPropTypes4cbeb95d.i;
1465
+ }
1466
+ const IbmCloudDirectLink_1Dedicated = /*#__PURE__*/React.forwardRef(function IbmCloudDirectLink_1Dedicated(_ref57, ref) {
1467
+ let {
1468
+ children,
1469
+ size = 16,
1470
+ ...rest
1471
+ } = _ref57;
1472
+ return /*#__PURE__*/React.createElement(Icon.default, {
1473
+ width: size,
1474
+ height: size,
1475
+ ref: ref,
1476
+ xmlns: "http://www.w3.org/2000/svg",
1477
+ viewBox: "0 0 32 32",
1478
+ fill: "currentColor",
1479
+ ...rest
1480
+ }, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1481
+ d: "M27,29H13c-1.1,0-2-0.9-2-2v-4h2v4h14V13h-4v-2h4c1.1,0,2,0.9,2,2v14C29,28.1,28.1,29,27,29z"
1482
+ })), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1483
+ d: "M19,21h-6c-1.1,0-2-0.9-2-2v-6c0-1.1,0.9-2,2-2h6c1.1,0,2,0.9,2,2v6C21,20.1,20.1,21,19,21z M13,13v6h6l0-6H13z"
1484
+ })), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1485
+ d: "M5,3h14c1.1,0,2,0.9,2,2v4h-2V5H5v14h4v2H5c-1.1,0-2-0.9-2-2V5C3,3.9,3.9,3,5,3z"
1486
+ })), children);
1487
+ });
1488
+ if (process.env.NODE_ENV !== "production") {
1489
+ IbmCloudDirectLink_1Dedicated.propTypes = iconPropTypes4cbeb95d.i;
1490
+ }
1491
+ const IbmCloudDirectLink_1DedicatedHosting = /*#__PURE__*/React.forwardRef(function IbmCloudDirectLink_1DedicatedHosting(_ref58, ref) {
1492
+ let {
1493
+ children,
1494
+ size = 16,
1495
+ ...rest
1496
+ } = _ref58;
1497
+ return /*#__PURE__*/React.createElement(Icon.default, {
1498
+ width: size,
1499
+ height: size,
1500
+ ref: ref,
1501
+ xmlns: "http://www.w3.org/2000/svg",
1502
+ viewBox: "0 0 32 32",
1503
+ fill: "currentColor",
1504
+ ...rest
1505
+ }, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1506
+ d: "M27,29H13c-1.1,0-2-0.9-2-2v-4h2v4h14V13h-4v-2h4c1.1,0,2,0.9,2,2v14C29,28.1,28.1,29,27,29z"
1507
+ })), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1508
+ d: "M11 19H21V21H11zM11 15H21V17H11zM11 11H21V13H11z"
1509
+ })), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1510
+ d: "M5,3h14c1.1,0,2,0.9,2,2v4h-2V5H5v14h4v2H5c-1.1,0-2-0.9-2-2V5C3,3.9,3.9,3,5,3z"
1511
+ })), children);
1512
+ });
1513
+ if (process.env.NODE_ENV !== "production") {
1514
+ IbmCloudDirectLink_1DedicatedHosting.propTypes = iconPropTypes4cbeb95d.i;
1515
+ }
1516
+ const IbmCloudDirectLink_1Exchange = /*#__PURE__*/React.forwardRef(function IbmCloudDirectLink_1Exchange(_ref59, ref) {
1517
+ let {
1518
+ children,
1519
+ size = 16,
1520
+ ...rest
1521
+ } = _ref59;
1522
+ return /*#__PURE__*/React.createElement(Icon.default, {
1523
+ width: size,
1524
+ height: size,
1525
+ ref: ref,
1526
+ xmlns: "http://www.w3.org/2000/svg",
1527
+ viewBox: "0 0 32 32",
1528
+ fill: "currentColor",
1529
+ ...rest
1530
+ }, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1531
+ d: "M27,29H13c-1.1,0-2-0.9-2-2v-4h2v4h14V13h-4v-2h4c1.1,0,2,0.9,2,2v14C29,28.1,28.1,29,27,29z"
1532
+ })), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1533
+ d: "M19 15L19 19 15 19 15 21 21 21 21 15zM17 11L11 11 11 17 13 17 13 13 17 13z"
1534
+ })), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1535
+ d: "M5,3h14c1.1,0,2,0.9,2,2v4h-2V5H5v14h4v2H5c-1.1,0-2-0.9-2-2V5C3,3.9,3.9,3,5,3z"
1536
+ })), children);
1537
+ });
1538
+ if (process.env.NODE_ENV !== "production") {
1539
+ IbmCloudDirectLink_1Exchange.propTypes = iconPropTypes4cbeb95d.i;
1540
+ }
1541
+ const IbmCloudDirectLink_2Connect = /*#__PURE__*/React.forwardRef(function IbmCloudDirectLink_2Connect(_ref60, ref) {
1542
+ let {
1543
+ children,
1544
+ size = 16,
1545
+ ...rest
1546
+ } = _ref60;
1547
+ return /*#__PURE__*/React.createElement(Icon.default, {
1548
+ width: size,
1549
+ height: size,
1550
+ ref: ref,
1551
+ xmlns: "http://www.w3.org/2000/svg",
1552
+ viewBox: "0 0 32 32",
1553
+ fill: "currentColor",
1554
+ ...rest
1555
+ }, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1556
+ d: "M17.2,13c0.4,1.2,1.5,2,2.8,2c1.7,0,3-1.3,3-3s-1.3-3-3-3c-1.3,0-2.4,0.8-2.8,2H5c-1.1,0-2,0.9-2,2v6H0v2h3v6 c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2v-4h-2v4H5V13H17.2z M20,11c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S19.4,11,20,11z"
1557
+ })), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1558
+ d: "M29,11V5c0-1.1-0.9-2-2-2H13c-1.1,0-2,0.9-2,2v4h2V5h14v14H14.8c-0.4-1.2-1.5-2-2.8-2c-1.7,0-3,1.3-3,3s1.3,3,3,3 c1.3,0,2.4-0.8,2.8-2H27c1.1,0,2-0.9,2-2v-6h3v-2H29z M12,21c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S12.6,21,12,21z"
1559
+ })), children);
1560
+ });
1561
+ if (process.env.NODE_ENV !== "production") {
1562
+ IbmCloudDirectLink_2Connect.propTypes = iconPropTypes4cbeb95d.i;
1563
+ }
1564
+ const IbmCloudDirectLink_2Dedicated = /*#__PURE__*/React.forwardRef(function IbmCloudDirectLink_2Dedicated(_ref61, ref) {
1565
+ let {
1566
+ children,
1567
+ size = 16,
1568
+ ...rest
1569
+ } = _ref61;
1570
+ return /*#__PURE__*/React.createElement(Icon.default, {
1571
+ width: size,
1572
+ height: size,
1573
+ ref: ref,
1574
+ xmlns: "http://www.w3.org/2000/svg",
1575
+ viewBox: "0 0 32 32",
1576
+ fill: "currentColor",
1577
+ ...rest
1578
+ }, _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1579
+ d: "M32,11h-3V5c0-1.1-0.9-2-2-2H13c-1.1,0-2,0.9-2,2v4h2V5h14v14H13v-4h-2v4c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2v-6h3V11z"
1580
+ })), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1581
+ d: "M21,17v-4c0-1.1-0.9-2-2-2H5c-1.1,0-2,0.9-2,2v6H0v2h3v6c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2v-4h-2v4H5V13h14v4H21z"
1582
+ })), children);
1583
+ });
1584
+ if (process.env.NODE_ENV !== "production") {
1585
+ IbmCloudDirectLink_2Dedicated.propTypes = iconPropTypes4cbeb95d.i;
1586
+ }
1587
+ const IbmCloudDirectLink_2DedicatedHosting = /*#__PURE__*/React.forwardRef(function IbmCloudDirectLink_2DedicatedHosting(_ref62, ref) {
1588
+ let {
1589
+ children,
1590
+ size = 16,
1591
+ ...rest
1592
+ } = _ref62;
1593
+ return /*#__PURE__*/React.createElement(Icon.default, {
1594
+ width: size,
1595
+ height: size,
1596
+ ref: ref,
1597
+ xmlns: "http://www.w3.org/2000/svg",
1598
+ viewBox: "0 0 32 32",
1599
+ fill: "currentColor",
1600
+ ...rest
1601
+ }, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1602
+ d: "M19,27H5V13h4v-2H5c-1.1,0-2,0.9-2,2v6H0v2h3v6c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2v-4h-2V27z"
1603
+ })), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1604
+ d: "M11 19H21V21H11zM11 15H21V17H11zM11 11H21V13H11z"
1605
+ })), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1606
+ d: "M29,11V5c0-1.1-0.9-2-2-2H13c-1.1,0-2,0.9-2,2v4h2V5h14v14h-4v2h4c1.1,0,2-0.9,2-2v-6h3v-2H29z"
1607
+ })), children);
1608
+ });
1609
+ if (process.env.NODE_ENV !== "production") {
1610
+ IbmCloudDirectLink_2DedicatedHosting.propTypes = iconPropTypes4cbeb95d.i;
1611
+ }
1612
+ const IbmCloudEventNotification = /*#__PURE__*/React.forwardRef(function IbmCloudEventNotification(_ref63, ref) {
1613
+ let {
1614
+ children,
1615
+ size = 16,
1616
+ ...rest
1617
+ } = _ref63;
1618
+ return /*#__PURE__*/React.createElement(Icon.default, {
1619
+ width: size,
1620
+ height: size,
1621
+ ref: ref,
1622
+ xmlns: "http://www.w3.org/2000/svg",
1623
+ viewBox: "0 0 32 32",
1624
+ fill: "currentColor",
1625
+ ...rest
1626
+ }, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1627
+ d: "M26,19c-0.7,0-1.4,0.3-1.9,0.7l-4.3-2.6c0.1-0.4,0.2-0.7,0.2-1.1c0-0.4-0.1-0.8-0.2-1.1l4.3-2.6c0.5,0.4,1.2,0.7,1.9,0.7 c1.7,0,3-1.3,3-3s-1.3-3-3-3s-3,1.3-3,3c0,0.2,0,0.4,0.1,0.6l-4.3,2.6C18.1,12.4,17.1,12,16,12c-0.6,0-1.1,0.1-1.6,0.4l-3.8-4.8 C10.8,7.1,11,6.6,11,6c0-1.7-1.3-3-3-3S5,4.3,5,6s1.3,3,3,3c0.3,0,0.7-0.1,1-0.2l3.8,4.8c-0.3,0.4-0.5,0.9-0.7,1.4H7.8 c-0.4-1.2-1.5-2-2.8-2c-1.7,0-3,1.3-3,3s1.3,3,3,3c1.3,0,2.4-0.8,2.8-2h4.3c0.1,0.5,0.4,1,0.7,1.4L9,23.2C8.7,23.1,8.3,23,8,23 c-1.7,0-3,1.3-3,3s1.3,3,3,3s3-1.3,3-3c0-0.6-0.2-1.1-0.5-1.6l3.8-4.8c0.5,0.2,1.1,0.4,1.6,0.4c1.1,0,2.1-0.4,2.8-1.2l4.3,2.6 c0,0.2-0.1,0.4-0.1,0.6c0,1.7,1.3,3,3,3s3-1.3,3-3S27.7,19,26,19z M26,9c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S25.4,9,26,9z M7,6 c0-0.6,0.4-1,1-1s1,0.4,1,1S8.6,7,8,7S7,6.6,7,6z M5,17c-0.6,0-1-0.4-1-1c0-0.6,0.4-1,1-1c0.6,0,1,0.4,1,1C6,16.6,5.6,17,5,17z M8,27c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S8.6,27,8,27z M16,18c-1.1,0-2-0.9-2-2s0.9-2,2-2s2,0.9,2,2S17.1,18,16,18z M26,23 c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S26.6,23,26,23z"
1628
+ })), children);
1629
+ });
1630
+ if (process.env.NODE_ENV !== "production") {
1631
+ IbmCloudEventNotification.propTypes = iconPropTypes4cbeb95d.i;
1632
+ }
1633
+ const IbmCloudEventStreams = /*#__PURE__*/React.forwardRef(function IbmCloudEventStreams(_ref64, ref) {
1634
+ let {
1635
+ children,
1636
+ size = 16,
1637
+ ...rest
1638
+ } = _ref64;
1639
+ return /*#__PURE__*/React.createElement(Icon.default, {
1640
+ width: size,
1641
+ height: size,
1642
+ ref: ref,
1643
+ xmlns: "http://www.w3.org/2000/svg",
1644
+ viewBox: "0 0 32 32",
1645
+ fill: "currentColor",
1646
+ ...rest
1647
+ }, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1648
+ d: "M23.5,9.2l-1,1.7c2.2,1.2,3.5,3.6,3.5,6.1c0,5.2-3.8,8.7-6,10.2V24h-1c-2.5,0-4.9-1.4-6.1-3.6l-1.7,1c1.4,2.6,4,4.2,6.9,4.6 V29c0,0.3,0.2,0.7,0.5,0.9C18.6,30,18.8,30,19,30c0.2,0,0.3,0,0.4-0.1C19.8,29.7,28,25.5,28,17C28,13.8,26.3,10.8,23.5,9.2z"
1649
+ })), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1650
+ d: "M20,13.1V7.8c1.2-0.4,2-1.5,2-2.8c0-1.7-1.3-3-3-3s-3,1.3-3,3c0,1.3,0.8,2.4,2,2.8v5.3c-0.4,0.1-0.7,0.2-1,0.4l-5.3-5.3 C11.9,7.9,12,7.5,12,7c0-1.7-1.3-3-3-3S6,5.3,6,7s1.3,3,3,3c0.5,0,0.9-0.1,1.3-0.3l5.3,5.3c-0.2,0.3-0.3,0.7-0.4,1H9.8 c-0.4-1.2-1.5-2-2.8-2c-1.7,0-3,1.3-3,3s1.3,3,3,3c1.3,0,2.4-0.8,2.8-2h5.3c0.4,1.7,2,3,3.9,3c2.2,0,4-1.8,4-4 C23,15.1,21.7,13.6,20,13.1z M19,4c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S18.4,4,19,4z M9,8C8.4,8,8,7.6,8,7s0.4-1,1-1s1,0.4,1,1 S9.6,8,9,8z M7,18c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S7.6,18,7,18z M19,19c-1.1,0-2-0.9-2-2s0.9-2,2-2s2,0.9,2,2S20.1,19,19,19z"
1651
+ })), children);
1652
+ });
1653
+ if (process.env.NODE_ENV !== "production") {
1654
+ IbmCloudEventStreams.propTypes = iconPropTypes4cbeb95d.i;
1655
+ }
1656
+ const IbmCloudForEducation = /*#__PURE__*/React.forwardRef(function IbmCloudForEducation(_ref65, ref) {
1657
+ let {
1658
+ children,
1659
+ size = 16,
1660
+ ...rest
1661
+ } = _ref65;
1662
+ return /*#__PURE__*/React.createElement(Icon.default, {
1663
+ width: size,
1664
+ height: size,
1665
+ ref: ref,
1666
+ xmlns: "http://www.w3.org/2000/svg",
1667
+ viewBox: "0 0 32 32",
1668
+ fill: "currentColor",
1669
+ ...rest
1670
+ }, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1671
+ d: "M30 30h-2c0-1.6542-1.3457-3-3-3h-4c-1.6543 0-3 1.3458-3 3h-2c0-2.757 2.2429-5 5-5h4c2.7571 0 5 2.243 5 5zM15 16c-.5522 0-1 .4478-1 1v6h2v-6c0-.5522-.4478-1-1-1z"
1672
+ })), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1673
+ d: "M32,12H14v2h4v5c0,2.7568,2.2429,5,5,5s5-2.2432,5-5v-5h4v-2Zm-9,10c-1.6543,0-3-1.3457-3-3v-1h6v1c0,1.6543-1.3457,3-3,3Zm3-6h-6v-2h6v2Z"
1674
+ })), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1675
+ d: "M25.7983,10c-.9292-4.5586-4.9692-8-9.7983-8-4.8479,0-8.9382,3.4399-9.822,8.124-3.5232,.6294-6.178,3.7251-6.178,7.376,0,4.1357,3.3645,7.5,7.5,7.5h4.5v-2H7.5c-3.0327,0-5.5-2.4673-5.5-5.5,0-2.8779,2.2502-5.2852,5.1228-5.48l.8364-.0566,.0901-.8335c.4395-4.0645,3.8574-7.1299,7.9507-7.1299,3.7195,0,6.845,2.5552,7.7368,6h2.0615Z"
1676
+ })), children);
1677
+ });
1678
+ if (process.env.NODE_ENV !== "production") {
1679
+ IbmCloudForEducation.propTypes = iconPropTypes4cbeb95d.i;
1680
+ }
1681
+ const IbmCloudGateKeeper = /*#__PURE__*/React.forwardRef(function IbmCloudGateKeeper(_ref66, ref) {
1682
+ let {
1683
+ children,
1684
+ size = 16,
1685
+ ...rest
1686
+ } = _ref66;
1687
+ return /*#__PURE__*/React.createElement(Icon.default, {
1688
+ width: size,
1689
+ height: size,
1690
+ ref: ref,
1691
+ xmlns: "http://www.w3.org/2000/svg",
1692
+ viewBox: "0 0 32 32",
1693
+ fill: "currentColor",
1694
+ ...rest
1695
+ }, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1696
+ d: "M22,22l-5-4.96,1.59-1.57,3.41,3.38,7.41-7.35,1.59,1.58s-9,8.92-9,8.92ZM24,2H6c-1.1,0-2,.9-2,2v14.3c0,3.9,2.1,7.5,5.5,9.5l5.5,3.2,5.4-3.2c.92-.52,1.74-1.19,2.46-1.94l-1.36-1.36c-.59.61-1.26,1.14-2,1.6l-4.5,2.7-4.5-2.7c-2.8-1.6-4.5-4.6-4.5-7.8V4h18v5h2v-5c0-1.1-.9-2-2-2Z"
1697
+ })), children);
1698
+ });
1699
+ if (process.env.NODE_ENV !== "production") {
1700
+ IbmCloudGateKeeper.propTypes = iconPropTypes4cbeb95d.i;
1701
+ }
1702
+ const IbmCloudHpc = /*#__PURE__*/React.forwardRef(function IbmCloudHpc(_ref67, ref) {
1703
+ let {
1704
+ children,
1705
+ size = 16,
1706
+ ...rest
1707
+ } = _ref67;
1708
+ return /*#__PURE__*/React.createElement(Icon.default, {
1709
+ width: size,
1710
+ height: size,
1711
+ ref: ref,
1712
+ xmlns: "http://www.w3.org/2000/svg",
1713
+ viewBox: "0 0 32 32",
1714
+ fill: "currentColor",
1715
+ ...rest
1716
+ }, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1717
+ d: "M22 13H24V15H22zM26 13H28V15H26zM30 13H32V15H30zM30 17H32V19H30zM15 20H17V22H15zM20 28H22V30H20zM24 28H26V30H24zM19 26h9v-9h-9v9zm2-7h5v5h-5v-5z"
1718
+ })), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1719
+ d: "m16,3v.0005c-.002,0-.004-.0003-.006-.0003-4.7007.0032-8.9033,3.3306-9.8242,8.1152C2.6037,11.7607.0078,14.8598,0,18.4815c-.0089,4.1434,3.345,7.5096,7.4911,7.5185h9.5089v-2H7.4954c-3.0367-.0065-5.502-2.4802-5.4954-5.5142.0057-2.6569,1.9092-4.9289,4.5259-5.4023l1.3488-.2441.2591-1.3459c.7241-3.7623,4.0386-6.4933,7.8662-6.4935h0c3.7363,0,6.9395,2.5367,7.79,6.169l1.9473-.4561c-1.0635-4.541-5.0674-7.7129-9.7373-7.7129Z"
1720
+ })), children);
1721
+ });
1722
+ if (process.env.NODE_ENV !== "production") {
1723
+ IbmCloudHpc.propTypes = iconPropTypes4cbeb95d.i;
1724
+ }
1725
+ const IbmCloudHsm = /*#__PURE__*/React.forwardRef(function IbmCloudHsm(_ref68, ref) {
1726
+ let {
1727
+ children,
1728
+ size = 16,
1729
+ ...rest
1730
+ } = _ref68;
1731
+ return /*#__PURE__*/React.createElement(Icon.default, {
1732
+ width: size,
1733
+ height: size,
1734
+ ref: ref,
1735
+ xmlns: "http://www.w3.org/2000/svg",
1736
+ viewBox: "0 0 32 32",
1737
+ fill: "currentColor",
1738
+ ...rest
1739
+ }, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1740
+ d: "M28,21.142V10h-5v2h3v2h-3v2h3v5.142c-1.7203,.4471-3,1.9993-3,3.858,0,2.2061,1.7944,4,4,4s4-1.7939,4-4c0-1.8587-1.2797-3.4108-3-3.858Zm-1,5.858c-1.103,0-2-.8975-2-2s.897-2,2-2,2,.8975,2,2-.897,2-2,2Z"
1741
+ })), _circle39 || (_circle39 = /*#__PURE__*/React.createElement("circle", {
1742
+ cx: "9",
1743
+ cy: "24",
1744
+ r: "1"
1745
+ })), _circle40 || (_circle40 = /*#__PURE__*/React.createElement("circle", {
1746
+ cx: "9",
1747
+ cy: "8",
1748
+ r: "1"
1749
+ })), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1750
+ d: "M26,6v2h2v-2c0-1.1046-.8954-2-2-2H6c-1.1046,0-2,.8954-2,2v4c0,1.1046,.8954,2,2,2h4v8H6c-1.1045,0-2,.8955-2,2v4c0,1.1045,.8955,2,2,2h14v-2H6v-4h14v-2H12V12h8v-2H6V6H26Z"
1751
+ })), children);
1752
+ });
1753
+ if (process.env.NODE_ENV !== "production") {
1754
+ IbmCloudHsm.propTypes = iconPropTypes4cbeb95d.i;
1755
+ }
1756
+ const IbmCloudHyperProtectCryptoServices = /*#__PURE__*/React.forwardRef(function IbmCloudHyperProtectCryptoServices(_ref69, ref) {
1757
+ let {
1758
+ children,
1759
+ size = 16,
1760
+ ...rest
1761
+ } = _ref69;
1762
+ return /*#__PURE__*/React.createElement(Icon.default, {
1763
+ width: size,
1764
+ height: size,
1765
+ ref: ref,
1766
+ xmlns: "http://www.w3.org/2000/svg",
1767
+ viewBox: "0 0 32 32",
1768
+ fill: "currentColor",
1769
+ ...rest
1770
+ }, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1771
+ d: "M25,30l-2.1-1c-1.7-0.8-2.9-2.6-2.9-4.5V18h10v6.5c0,1.9-1.1,3.7-2.9,4.5L25,30z M22,20v4.5c0,1.2,0.7,2.2,1.7,2.7l1.3,0.6 l1.3-0.6c1-0.5,1.7-1.6,1.7-2.7V20H22z"
1772
+ })), _circle41 || (_circle41 = /*#__PURE__*/React.createElement("circle", {
1773
+ cx: "22",
1774
+ cy: "10",
1775
+ r: "2"
1776
+ })), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1777
+ d: "M21,2c-5,0-9,4-9,9c0,0.9,0.1,1.8,0.4,2.6L2,24v6h6l10-10l-1.4-1.4l-2.8,2.8L12.4,20L11,21.4l1.4,1.4l-1.6,1.6L9.4,23 L8,24.4l1.4,1.4L7.2,28H4v-3.2l9.8-9.8l0.8-0.8L14.3,13c-0.2-0.7-0.3-1.3-0.3-2c0-3.9,3.1-7,7-7s7,3.1,7,7c0,1.5-0.5,2.9-1.3,4h2.3 c0.6-1.2,0.9-2.6,0.9-4C30,6,26,2,21,2z"
1778
+ })), children);
1779
+ });
1780
+ if (process.env.NODE_ENV !== "production") {
1781
+ IbmCloudHyperProtectCryptoServices.propTypes = iconPropTypes4cbeb95d.i;
1782
+ }
1783
+ const IbmCloudHyperProtectDbaas = /*#__PURE__*/React.forwardRef(function IbmCloudHyperProtectDbaas(_ref70, ref) {
1784
+ let {
1785
+ children,
1786
+ size = 16,
1787
+ ...rest
1788
+ } = _ref70;
1789
+ return /*#__PURE__*/React.createElement(Icon.default, {
1790
+ width: size,
1791
+ height: size,
1792
+ ref: ref,
1793
+ xmlns: "http://www.w3.org/2000/svg",
1794
+ viewBox: "0 0 32 32",
1795
+ fill: "currentColor",
1796
+ ...rest
1797
+ }, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1798
+ d: "M24,30l-2.1-1c-1.7-0.8-2.9-2.6-2.9-4.5V18h10v6.5c0,1.9-1.1,3.7-2.9,4.5L24,30z M21,20v4.5c0,1.2,0.7,2.2,1.7,2.7l1.3,0.6 l1.3-0.6c1-0.5,1.7-1.6,1.7-2.7V20H21z"
1799
+ })), _circle42 || (_circle42 = /*#__PURE__*/React.createElement("circle", {
1800
+ cx: "10",
1801
+ cy: "23",
1802
+ r: "1"
1803
+ })), _circle43 || (_circle43 = /*#__PURE__*/React.createElement("circle", {
1804
+ cx: "10",
1805
+ cy: "15",
1806
+ r: "1"
1807
+ })), _circle44 || (_circle44 = /*#__PURE__*/React.createElement("circle", {
1808
+ cx: "10",
1809
+ cy: "7",
1810
+ r: "1"
1811
+ })), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1812
+ d: "M23,2H7C5.9,2,5,2.9,5,4v22c0,1.1,0.9,2,2,2h9v-2H7v-6h9v-2H7v-6h16v3h2V4C25,2.9,24.1,2,23,2z M7,10V4h16v6H7z"
1813
+ })), children);
1814
+ });
1815
+ if (process.env.NODE_ENV !== "production") {
1816
+ IbmCloudHyperProtectDbaas.propTypes = iconPropTypes4cbeb95d.i;
1817
+ }
1818
+ const IbmCloudHyperProtectVs = /*#__PURE__*/React.forwardRef(function IbmCloudHyperProtectVs(_ref71, ref) {
1819
+ let {
1820
+ children,
1821
+ size = 16,
1822
+ ...rest
1823
+ } = _ref71;
1824
+ return /*#__PURE__*/React.createElement(Icon.default, {
1825
+ width: size,
1826
+ height: size,
1827
+ ref: ref,
1828
+ xmlns: "http://www.w3.org/2000/svg",
1829
+ viewBox: "0 0 32 32",
1830
+ fill: "currentColor",
1831
+ ...rest
1832
+ }, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
1833
+ d: "M20,18v6.5c0,1.9,1.1,3.7,2.9,4.5l2.1,1l2.1-1c1.7-0.8,2.9-2.6,2.9-4.5V18H20z M28,24.5c0,1.2-0.7,2.2-1.7,2.7L25,27.8 l-1.3-0.6c-1-0.5-1.7-1.6-1.7-2.7V20h6V24.5z"
1834
+ })), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
1835
+ d: "M25,2H5C3.9,2,3,2.9,3,4v22c0,1.1,0.9,2,2,2h11V4h9v11h2V4C27,2.9,26.1,2,25,2z M13.6,12.2L5,23.9V5.1L13.6,12.2z M6,26 l8-10.9V26H6z M14,9.9L6.8,4H14V9.9z"
1836
+ })), children);
1837
+ });
1838
+ if (process.env.NODE_ENV !== "production") {
1839
+ IbmCloudHyperProtectVs.propTypes = iconPropTypes4cbeb95d.i;
1840
+ }
1841
+ const IbmCloudInternetServices = /*#__PURE__*/React.forwardRef(function IbmCloudInternetServices(_ref72, ref) {
1842
+ let {
1843
+ children,
1844
+ size = 16,
1845
+ ...rest
1846
+ } = _ref72;
1847
+ return /*#__PURE__*/React.createElement(Icon.default, {
1848
+ width: size,
1849
+ height: size,
1850
+ ref: ref,
1851
+ xmlns: "http://www.w3.org/2000/svg",
1852
+ viewBox: "0 0 32 32",
1853
+ fill: "currentColor",
1854
+ ...rest
1855
+ }, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
1856
+ d: "M27,22c-0.7,0-1.4,0.3-1.9,0.7l-5.2-3.1c0-0.2,0.1-0.4,0.1-0.6s0-0.4-0.1-0.6l5.2-3.1c0.5,0.4,1.2,0.7,1.9,0.7 c1.7,0,3-1.3,3-3s-1.3-3-3-3s-3,1.3-3,3c0,0.2,0,0.4,0.1,0.6l-5.2,3.1C18.4,16.3,17.7,16,17,16c-1.7,0-3,1.3-3,3s1.3,3,3,3 c0.7,0,1.4-0.3,1.9-0.7l5.2,3.1c0,0.2-0.1,0.4-0.1,0.6c0,1.7,1.3,3,3,3s3-1.3,3-3S28.7,22,27,22z M27,12c0.6,0,1,0.4,1,1s-0.4,1-1,1 s-1-0.4-1-1S26.4,12,27,12z M17,20c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S17.6,20,17,20z M27,26c-0.6,0-1-0.4-1-1s0.4-1,1-1 s1,0.4,1,1S27.6,26,27,26z"
1857
+ })), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
1858
+ d: "M19,25H8.5c-3,0-5.5-2.5-5.5-5.5c0-2.7,1.9-4.9,4.5-5.4l1.3-0.2l0.3-1.3C9.9,8.7,13.2,6,17,6c0.5,0,1,0,1.5,0.1 c1.6,0.3,3,1.1,4.2,2.2l1.4-1.4c-1.4-1.4-3.2-2.4-5.2-2.7C18.3,4.1,17.6,4,17,4c-4.7,0-8.9,3.3-9.8,8.1C3.6,12.8,1,15.9,1,19.5 C1,23.6,4.3,27,8.5,27H19V25z"
1859
+ })), children);
1860
+ });
1861
+ if (process.env.NODE_ENV !== "production") {
1862
+ IbmCloudInternetServices.propTypes = iconPropTypes4cbeb95d.i;
1863
+ }
1864
+ const IbmCloudIpsecVpn = /*#__PURE__*/React.forwardRef(function IbmCloudIpsecVpn(_ref73, ref) {
1865
+ let {
1866
+ children,
1867
+ size = 16,
1868
+ ...rest
1869
+ } = _ref73;
1870
+ return /*#__PURE__*/React.createElement(Icon.default, {
1871
+ width: size,
1872
+ height: size,
1873
+ ref: ref,
1874
+ xmlns: "http://www.w3.org/2000/svg",
1875
+ viewBox: "0 0 32 32",
1876
+ fill: "currentColor",
1877
+ ...rest
1878
+ }, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
1879
+ d: "M16 29c-.373 0-.7151-.2076-.8872-.5386l-2.0801-4 1.7744-.9229 1.1929 2.2939 4.3127-8.2938 1.7744.9226-5.2 10c-.1721.3311-.5142.5387-.8872.5387zM11 15.2783v-2.2783c0-2.2056-1.7944-4-4-4s-4 1.7944-4 4v2.2783c-.595.3467-1 .9849-1 1.7217v5c0 1.1025.897 2 2 2h6c1.103 0 2-.8975 2-2v-5c0-.7368-.405-1.375-1-1.7217zm-4-4.2783c1.103 0 2 .8975 2 2v2H5v-2c0-1.1025.897-2 2-2zm3 11H4v-5h6v5zM29 2h-9.2773c-.3464-.5952-.9841-1-1.7227-1-1.1045 0-2 .8955-2 2s.8955 2 2 2c.7385 0 1.3762-.4048 1.7227-1h7.6304l-4.1697 8.0186c-.0613-.0059-.1206-.0186-.1833-.0186-1.1045 0-2 .8955-2 2s.8955 2 2 2 2-.8955 2-2c0-.2881-.0635-.5601-.1729-.8076L29.8872 3.4614c.02-.0439.1128-.2104.1128-.4614 0-.5522-.4478-1-1-1zM3 2c-.5522 0-1 .4478-1 1 0 .2509.0929.4177.1128.4614l1.8401 3.5386h2.2542l-1.5601-3H14V2H3z"
1880
+ })), children);
1881
+ });
1882
+ if (process.env.NODE_ENV !== "production") {
1883
+ IbmCloudIpsecVpn.propTypes = iconPropTypes4cbeb95d.i;
1884
+ }
1885
+ const IbmCloudKeyProtect = /*#__PURE__*/React.forwardRef(function IbmCloudKeyProtect(_ref74, ref) {
1886
+ let {
1887
+ children,
1888
+ size = 16,
1889
+ ...rest
1890
+ } = _ref74;
1891
+ return /*#__PURE__*/React.createElement(Icon.default, {
1892
+ width: size,
1893
+ height: size,
1894
+ ref: ref,
1895
+ xmlns: "http://www.w3.org/2000/svg",
1896
+ viewBox: "0 0 32 32",
1897
+ fill: "currentColor",
1898
+ ...rest
1899
+ }, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
1900
+ d: "M26,14.1V2h-5v2h3v2h-3v2h3v6.1c-1.7,0.4-3,2-3,3.9c0,2.2,1.8,4,4,4s4-1.8,4-4C29,16.1,27.7,14.6,26,14.1z M25,20 c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2s2,0.9,2,2C27,19.1,26.1,20,25,20z"
1901
+ })), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
1902
+ d: "M15,31l-5.5-3.2c-3.4-2-5.5-5.6-5.5-9.5V4c0-1.1,0.9-2,2-2h12v2H6v14.3c0,3.2,1.7,6.2,4.5,7.8l4.5,2.7l4.5-2.7 c1.1-0.7,2.1-1.5,2.8-2.6l1.6,1.1c-0.9,1.3-2.1,2.4-3.5,3.2L15,31z"
1903
+ })), children);
1904
+ });
1905
+ if (process.env.NODE_ENV !== "production") {
1906
+ IbmCloudKeyProtect.propTypes = iconPropTypes4cbeb95d.i;
1907
+ }
1908
+ const IbmCloudKubernetesService = /*#__PURE__*/React.forwardRef(function IbmCloudKubernetesService(_ref75, ref) {
1909
+ let {
1910
+ children,
1911
+ size = 16,
1912
+ ...rest
1913
+ } = _ref75;
1914
+ return /*#__PURE__*/React.createElement(Icon.default, {
1915
+ width: size,
1916
+ height: size,
1917
+ ref: ref,
1918
+ xmlns: "http://www.w3.org/2000/svg",
1919
+ viewBox: "0 0 32 32",
1920
+ fill: "currentColor",
1921
+ ...rest
1922
+ }, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
1923
+ d: "M16,23c-0.2,0-0.4,0-0.5-0.1l-5-3C10.2,19.7,10,19.4,10,19v-6c0-0.4,0.2-0.7,0.5-0.9l5-3C15.6,9,15.8,9,16,9 c0.2,0,0.4,0,0.5,0.1l5,3c0.3,0.2,0.5,0.5,0.5,0.9v6c0,0.4-0.2,0.7-0.5,0.9l-5,3C16.4,23,16.2,23,16,23z M12,18.4l4,2.4l4-2.4v-4.9 l-4-2.4l-4,2.4V18.4z"
1924
+ })), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
1925
+ d: "M16,31c-0.2,0-0.3,0-0.5-0.1l-12-7C3.2,23.7,3,23.4,3,23V9c0-0.4,0.2-0.7,0.5-0.9l12-7C15.7,1,15.8,1,16,1 c0.2,0,0.3,0,0.5,0.1l12,7l-1,1.7L16,3.2L5,9.6v12.9l11,6.4l11-6.4V15h2v8c0,0.4-0.2,0.7-0.5,0.9l-12,7C16.3,31,16.2,31,16,31z"
1926
+ })), children);
1927
+ });
1928
+ if (process.env.NODE_ENV !== "production") {
1929
+ IbmCloudKubernetesService.propTypes = iconPropTypes4cbeb95d.i;
1930
+ }
1931
+ const IbmCloudLogging = /*#__PURE__*/React.forwardRef(function IbmCloudLogging(_ref76, ref) {
1932
+ let {
1933
+ children,
1934
+ size = 16,
1935
+ ...rest
1936
+ } = _ref76;
1937
+ return /*#__PURE__*/React.createElement(Icon.default, {
1938
+ width: size,
1939
+ height: size,
1940
+ ref: ref,
1941
+ xmlns: "http://www.w3.org/2000/svg",
1942
+ viewBox: "0 0 32 32",
1943
+ fill: "currentColor",
1944
+ ...rest
1945
+ }, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
1946
+ d: "M24.4,10c0.3,0.5,0.7,0.9,1.3,1.2l1.3,0.6l1.3-0.6c1-0.5,1.7-1.6,1.7-2.7V4h-3V2h5v6.5c0,1.9-1.1,3.7-2.9,4.5l-2.2,1l-2.1-1 c-1.3-0.6-2.2-1.7-2.6-3H24.4z"
1947
+ })), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
1948
+ d: "M16 6H24V8H16zM16 2H24V4H16z"
1949
+ })), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
1950
+ d: "M28,16v6H4V6h10V4H4C2.9,4,2,4.9,2,6v16c0,1.1,0.9,2,2,2h8v4H8v2h16v-2h-4v-4h8c1.1,0,2-0.9,2-2v-6H28z M18,28h-4v-4h4V28z"
1951
+ })), children);
1952
+ });
1953
+ if (process.env.NODE_ENV !== "production") {
1954
+ IbmCloudLogging.propTypes = iconPropTypes4cbeb95d.i;
1955
+ }
1956
+ const IbmCloudMassDataMigration = /*#__PURE__*/React.forwardRef(function IbmCloudMassDataMigration(_ref77, ref) {
1957
+ let {
1958
+ children,
1959
+ size = 16,
1960
+ ...rest
1961
+ } = _ref77;
1962
+ return /*#__PURE__*/React.createElement(Icon.default, {
1963
+ width: size,
1964
+ height: size,
1965
+ ref: ref,
1966
+ xmlns: "http://www.w3.org/2000/svg",
1967
+ viewBox: "0 0 32 32",
1968
+ fill: "currentColor",
1969
+ ...rest
1970
+ }, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
1971
+ d: "M22 30H10c-1.1 0-2-.9-2-2v-3h2v3h12v-3h2v3C24 29.1 23.1 30 22 30zM15 14.8L15 25 17 25 17 14.8 19.6 17.4 21 16 16 11 11 16 12.4 17.4z"
1972
+ })), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
1973
+ d: "M24.8,9.1C23.9,5,20.3,2,16,2S8.1,5,7.2,9.1C4.2,9.7,2,12.4,2,15.5C2,19.1,4.9,22,8.5,22H12v-2H8.5C6,20,4,18,4,15.5 c0-2.3,1.8-4.3,4.1-4.5L9,11l0.1-0.8C9.5,6.6,12.5,4,16,4c3.5,0,6.5,2.6,6.9,6.1L23,11l0.8,0.1c2.3,0.2,4.1,2.2,4.1,4.5 c0,2.5-2,4.5-4.5,4.5H20v2h3.5c3.6,0,6.5-2.9,6.5-6.5C30,12.4,27.8,9.7,24.8,9.1z"
1974
+ })), children);
1975
+ });
1976
+ if (process.env.NODE_ENV !== "production") {
1977
+ IbmCloudMassDataMigration.propTypes = iconPropTypes4cbeb95d.i;
1978
+ }
1979
+ const IbmCloudObservability = /*#__PURE__*/React.forwardRef(function IbmCloudObservability(_ref78, ref) {
1980
+ let {
1981
+ children,
1982
+ size = 16,
1983
+ ...rest
1984
+ } = _ref78;
1985
+ return /*#__PURE__*/React.createElement(Icon.default, {
1986
+ width: size,
1987
+ height: size,
1988
+ ref: ref,
1989
+ xmlns: "http://www.w3.org/2000/svg",
1990
+ viewBox: "0 0 32 32",
1991
+ fill: "currentColor",
1992
+ ...rest
1993
+ }, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
1994
+ d: "M26,15h5v2h-5v-2ZM26,23h5v2h-5v-2ZM18,17.18l-2.59-2.59-1.41,1.41,4,4,6-6-1.41-1.41-4.59,4.59ZM18,25.18l-2.59-2.59-1.41,1.41,4,4,6-6-1.41-1.41-4.59,4.59ZM11,25h-2.5c-3.0327,0-5.5-2.4678-5.5-5.5,0-2.8779,2.25-5.2852,5.1231-5.4795l.8769-.0205.0493-.8701c.4395-4.0645,3.8579-7.1299,7.9507-7.1299,3.0596,0,5.8066,1.7031,7.169,4.4448l1.791-.8906c-1.7031-3.4258-5.1358-5.5542-8.96-5.5542-4.8477,0-8.938,3.4399-9.8218,8.124-3.5234.6294-6.1782,3.7246-6.1782,7.376,0,4.1357,3.3643,7.5,7.5,7.5h2.5v-2Z"
1995
+ })), children);
1996
+ });
1997
+ if (process.env.NODE_ENV !== "production") {
1998
+ IbmCloudObservability.propTypes = iconPropTypes4cbeb95d.i;
1999
+ }
2000
+ const IbmCloudPal = /*#__PURE__*/React.forwardRef(function IbmCloudPal(_ref79, ref) {
2001
+ let {
2002
+ children,
2003
+ size = 16,
2004
+ ...rest
2005
+ } = _ref79;
2006
+ return /*#__PURE__*/React.createElement(Icon.default, {
2007
+ width: size,
2008
+ height: size,
2009
+ ref: ref,
2010
+ xmlns: "http://www.w3.org/2000/svg",
2011
+ viewBox: "0 0 32 32",
2012
+ fill: "currentColor",
2013
+ ...rest
2014
+ }, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2015
+ strokeWidth: "0",
2016
+ d: "m30.5093,17.6895l-6-3.5498c-.1572-.0933-.333-.1396-.5093-.1396s-.3521.0464-.5093.1396l-6,3.5498c-.3042.1797-.4907.5068-.4907.8604v6.9004c0,.3535.1865.6807.4907.8604l6,3.5498c.1572.0933.333.1396.5093.1396s.3521-.0464.5093-.1396l6-3.5498c.3042-.1797.4907-.5068.4907-.8604v-6.9004c0-.3535-.1865-.6807-.4907-.8604Zm-1.5093,7.1904l-5,2.958-5-2.958v-5.7598l5-2.958,5,2.958v5.7598Z"
2017
+ })), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2018
+ strokeWidth: "0",
2019
+ d: "m14,26h-5c-4.4111,0-8-3.5889-8-8,0-3.7183,2.5986-6.9365,6.1577-7.7783.8438-4.7368,4.9497-8.2217,9.8423-8.2217,5.5137,0,10,4.4858,10,10h-2c0-4.4111-3.5889-8-8-8-4.1177,0-7.5386,3.084-7.9575,7.1743l-.0801.7822-.7793.1064c-2.9551.4033-5.1831,2.9556-5.1831,5.937,0,3.3086,2.6914,6,6,6h5v2Z"
2020
+ })), children);
2021
+ });
2022
+ if (process.env.NODE_ENV !== "production") {
2023
+ IbmCloudPal.propTypes = iconPropTypes4cbeb95d.i;
2024
+ }
2025
+ const IbmCloudPrivilegedAccessGateway = /*#__PURE__*/React.forwardRef(function IbmCloudPrivilegedAccessGateway(_ref80, ref) {
2026
+ let {
2027
+ children,
2028
+ size = 16,
2029
+ ...rest
2030
+ } = _ref80;
2031
+ return /*#__PURE__*/React.createElement(Icon.default, {
2032
+ width: size,
2033
+ height: size,
2034
+ ref: ref,
2035
+ xmlns: "http://www.w3.org/2000/svg",
2036
+ viewBox: "0 0 32 32",
2037
+ fill: "currentColor",
2038
+ ...rest
2039
+ }, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2040
+ d: "M32 23L27 28 25.6 26.6 28.2 24 20 24 20 22 28.2 22 25.6 19.4 27 18z"
2041
+ })), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2042
+ d: "M25.5,2.7C25.1,2.3,24.6,2,24,2h-2.7c-0.6,0-1.1,0.3-1.3,0.8L19.4,4H18V3.5C18,2.7,17.3,2,16.5,2h-5C10.7,2,10,2.7,10,3.5V4 H8.6L8,2.8C7.8,2.3,7.3,2,6.7,2H4C3.4,2,2.9,2.3,2.5,2.7C2.1,3.2,1.9,3.8,2,4.4l0.7,4.1C3,9.9,4.2,11,5.7,11H6v12c-1.7,0-3,1.3-3,3 v4h19v-2h-5v-7c0-1.7-1.3-3-3-3s-3,1.3-3,3v7H5v-2c0-0.6,0.4-1,1-1h2V11h12v7h2v-7h0.3c1.5,0,2.7-1.1,3-2.5L26,4.4 C26.1,3.8,25.9,3.2,25.5,2.7z M13,21c0-0.6,0.4-1,1-1s1,0.4,1,1v7h-2V21z M23.3,8.2c-0.1,0.5-0.5,0.8-1,0.8H5.7 c-0.5,0-0.9-0.4-1-0.8L4,4h2.4l1,2H12V4h4v2h4.6l1-2L24,4L23.3,8.2z"
2043
+ })), children);
2044
+ });
2045
+ if (process.env.NODE_ENV !== "production") {
2046
+ IbmCloudPrivilegedAccessGateway.propTypes = iconPropTypes4cbeb95d.i;
2047
+ }
2048
+ const IbmCloudProjects = /*#__PURE__*/React.forwardRef(function IbmCloudProjects(_ref81, ref) {
2049
+ let {
2050
+ children,
2051
+ size = 16,
2052
+ ...rest
2053
+ } = _ref81;
2054
+ return /*#__PURE__*/React.createElement(Icon.default, {
2055
+ width: size,
2056
+ height: size,
2057
+ ref: ref,
2058
+ xmlns: "http://www.w3.org/2000/svg",
2059
+ viewBox: "0 0 32 32",
2060
+ fill: "currentColor",
2061
+ ...rest
2062
+ }, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2063
+ d: "M30 18h-10v6.4678c0 1.9229 1.1231 3.6973 2.8613 4.5195l2.1387 1.0127 2.1387-1.0127c1.7383-.8223 2.8613-2.5967 2.8613-4.5195v-6.4678h0zm-5 9.7861l-1.2832-.6074c-1.043-.4932-1.7168-1.5576-1.7168-2.7109v-4.4678h6v4.4678c0 1.1533-.6738 2.2178-1.7168 2.7109l-1.2832.6074h0zM17 18H5c-1.1045 0-2 .8954-2 2v5c0 1.1045.8955 2 2 2h12v-2H5v-5h12v-2h0zM27 4h-5c-1.1045 0-2 .8954-2 2v9h2V6h5v9h2V6c0-1.1046-.8955-2-2-2h0zM15 4H5c-1.1045 0-2 .8954-2 2v7c0 1.1045.8955 2 2 2h10c1.1045 0 2-.8955 2-2v-7c0-1.1046-.8955-2-2-2h0zM5 13v-7h10v7H5z"
2064
+ })), children);
2065
+ });
2066
+ if (process.env.NODE_ENV !== "production") {
2067
+ IbmCloudProjects.propTypes = iconPropTypes4cbeb95d.i;
2068
+ }
2069
+ const IbmCloudResiliency = /*#__PURE__*/React.forwardRef(function IbmCloudResiliency(_ref82, ref) {
2070
+ let {
2071
+ children,
2072
+ size = 16,
2073
+ ...rest
2074
+ } = _ref82;
2075
+ return /*#__PURE__*/React.createElement(Icon.default, {
2076
+ width: size,
2077
+ height: size,
2078
+ ref: ref,
2079
+ xmlns: "http://www.w3.org/2000/svg",
2080
+ viewBox: "0 0 32 32",
2081
+ fill: "currentColor",
2082
+ ...rest
2083
+ }, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2084
+ d: "M24 24v6h6v-6h-6zm4 4h-2v-2h2v2zM2 30h6v-6H2v6zm2-4h2v2h-2v-2z"
2085
+ })), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2086
+ d: "M26 15h-9v-6.1631c1.4407-.4336 2.5-1.7571 2.5-3.3369 0-1.9297-1.5703-3.5-3.5-3.5s-3.5 1.5703-3.5 3.5c0 1.5798 1.0593 2.9033 2.5 3.3369v6.1631H6c-1.1025 0-2 .8972-2 2v5h2v-5h9v7h-2v6h6v-6h-2v-7h9v5h2v-5c0-1.1028-.8975-2-2-2zM14.5 5.5c0-.8271.6729-1.5 1.5-1.5s1.5.6729 1.5 1.5-.6729 1.5-1.5 1.5-1.5-.6729-1.5-1.5zm2.5 22.5h-2v-2h2v2zM26.5 9c1.9297 0 3.5-1.5703 3.5-3.5s-1.5703-3.5-3.5-3.5-3.5 1.5703-3.5 3.5 1.5703 3.5 3.5 3.5zm0-5c.8271 0 1.5.6729 1.5 1.5s-.6729 1.5-1.5 1.5-1.5-.6729-1.5-1.5.6729-1.5 1.5-1.5zM5.5 9c1.9297 0 3.5-1.5703 3.5-3.5s-1.5703-3.5-3.5-3.5-3.5 1.5703-3.5 3.5 1.5703 3.5 3.5 3.5zm0-5c.8271 0 1.5.6729 1.5 1.5s-.6729 1.5-1.5 1.5-1.5-.6729-1.5-1.5.6729-1.5 1.5-1.5z"
2087
+ })), children);
2088
+ });
2089
+ if (process.env.NODE_ENV !== "production") {
2090
+ IbmCloudResiliency.propTypes = iconPropTypes4cbeb95d.i;
2091
+ }
2092
+ const IbmCloudSecretsManager = /*#__PURE__*/React.forwardRef(function IbmCloudSecretsManager(_ref83, ref) {
2093
+ let {
2094
+ children,
2095
+ size = 16,
2096
+ ...rest
2097
+ } = _ref83;
2098
+ return /*#__PURE__*/React.createElement(Icon.default, {
2099
+ width: size,
2100
+ height: size,
2101
+ ref: ref,
2102
+ xmlns: "http://www.w3.org/2000/svg",
2103
+ viewBox: "0 0 32 32",
2104
+ fill: "currentColor",
2105
+ ...rest
2106
+ }, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2107
+ d: "M20,16c0-0.7-0.2-1.4-0.6-2l3.3-3.3l-1.4-1.4L18,12.6c-0.6-0.4-1.3-0.6-2-0.6c-0.7,0-1.4,0.2-2,0.6l-3.3-3.3l-1.4,1.4 l3.3,3.3c-0.4,0.6-0.6,1.3-0.6,2c0,0.7,0.2,1.4,0.6,2l-3.3,3.3l1.4,1.4l3.3-3.3c0.6,0.4,1.3,0.6,2,0.6c0.7,0,1.4-0.2,2-0.6l3.3,3.3 l1.4-1.4L19.4,18C19.8,17.4,20,16.7,20,16z M16,18c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C18,17.1,17.1,18,16,18z"
2108
+ })), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2109
+ d: "M26,17h6v-2h-2.1C29.4,7.7,23.4,2,16,2C8.3,2,2,8.3,2,16s6.3,14,14,14c5.2,0,9.7-2.8,12.1-7l-1.7-1c-2.1,3.6-5.9,6-10.4,6 C9.4,28,4,22.6,4,16C4,9.4,9.4,4,16,4c6.3,0,11.4,4.9,11.9,11H26V17z"
2110
+ })), children);
2111
+ });
2112
+ if (process.env.NODE_ENV !== "production") {
2113
+ IbmCloudSecretsManager.propTypes = iconPropTypes4cbeb95d.i;
2114
+ }
2115
+ const IbmCloudSecurity = /*#__PURE__*/React.forwardRef(function IbmCloudSecurity(_ref84, ref) {
2116
+ let {
2117
+ children,
2118
+ size = 16,
2119
+ ...rest
2120
+ } = _ref84;
2121
+ return /*#__PURE__*/React.createElement(Icon.default, {
2122
+ width: size,
2123
+ height: size,
2124
+ ref: ref,
2125
+ xmlns: "http://www.w3.org/2000/svg",
2126
+ viewBox: "0 0 32 32",
2127
+ fill: "currentColor",
2128
+ ...rest
2129
+ }, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2130
+ d: "M26,23h-8c-2.21,0-4-1.79-4-4,0-1.85,1.28-3.46,3.08-3.89.42-2.33,2.47-4.11,4.92-4.11s4.5,1.77,4.92,4.11c1.8.43,3.08,2.04,3.08,3.89,0,2.21-1.79,4-4,4ZM18,21h8c1.1,0,2-.9,2-2s-.9-2-2-2h-1v-1c0-1.65-1.35-3-3-3s-3,1.35-3,3v1h-1c-1.1,0-2,.9-2,2s.9,2,2,2ZM24,2H6c-1.1,0-2,.9-2,2v14.3c0,3.9,2.1,7.5,5.5,9.5l5.5,3.2,5.4-3.2c.5-.29.97-.62,1.42-.98l-1.37-1.37c-.3.23-.62.45-.94.66l-4.5,2.7-4.5-2.7c-2.8-1.6-4.5-4.6-4.5-7.8V4h18v5h2v-5c0-1.1-.9-2-2-2h-.01Z"
2131
+ })), children);
2132
+ });
2133
+ if (process.env.NODE_ENV !== "production") {
2134
+ IbmCloudSecurity.propTypes = iconPropTypes4cbeb95d.i;
2135
+ }
2136
+ const IbmCloudSecurityComplianceCenter = /*#__PURE__*/React.forwardRef(function IbmCloudSecurityComplianceCenter(_ref85, ref) {
2137
+ let {
2138
+ children,
2139
+ size = 16,
2140
+ ...rest
2141
+ } = _ref85;
2142
+ return /*#__PURE__*/React.createElement(Icon.default, {
2143
+ width: size,
2144
+ height: size,
2145
+ ref: ref,
2146
+ xmlns: "http://www.w3.org/2000/svg",
2147
+ viewBox: "0 0 32 32",
2148
+ fill: "currentColor",
2149
+ ...rest
2150
+ }, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2151
+ d: "M30,18v5.5c0,1.5-0.9,2.8-2.3,3.5L26,27.8 L24.3,27c-1.4-0.6-2.3-2-2.3-3.5V18H30 M32,16H20v7.5c0,2.2,1.3,4.3,3.4,5.3L26,30l2.6-1.2c2.1-1,3.4-3,3.4-5.3V16L32,16z"
2152
+ })), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2153
+ d: "M16,25H7.5C3.4,25,0,21.6,0,17.5c0-3.7,2.7-6.7,6.2-7.4C7.1,5.4,11.2,2,16,2c5.5,0,10,4.5,10,10h-2c0-4.4-3.6-8-8-8 c-4.1,0-7.5,3.1-8,7.1L8,12L7.1,12C4.2,12.2,2,14.6,2,17.5c0,3,2.5,5.5,5.5,5.5H16V25z"
2154
+ })), children);
2155
+ });
2156
+ if (process.env.NODE_ENV !== "production") {
2157
+ IbmCloudSecurityComplianceCenter.propTypes = iconPropTypes4cbeb95d.i;
2158
+ }
2159
+ const IbmCloudSecurityComplianceCenterWorkloadProtection = /*#__PURE__*/React.forwardRef(function IbmCloudSecurityComplianceCenterWorkloadProtection(_ref86, ref) {
2160
+ let {
2161
+ children,
2162
+ size = 16,
2163
+ ...rest
2164
+ } = _ref86;
2165
+ return /*#__PURE__*/React.createElement(Icon.default, {
2166
+ width: size,
2167
+ height: size,
2168
+ ref: ref,
2169
+ xmlns: "http://www.w3.org/2000/svg",
2170
+ viewBox: "0 0 32 32",
2171
+ fill: "currentColor",
2172
+ ...rest
2173
+ }, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2174
+ d: "M20 18v6.5c0 1.9 1.1 3.7 2.9 4.5l2.1 1 2.1-1c1.7-.8 2.9-2.6 2.9-4.5V18H20zM28 24.5c0 1.2-.7 2.2-1.7 2.7L25 27.8l-1.3-.6c-1-.5-1.7-1.6-1.7-2.7V20h6V24.5zM16 20c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4h-2c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2V20z"
2175
+ })), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2176
+ d: "M16,25c-5,0-9-4-9-9s4-9,9-9s9,4,9,9h-2c0-3.9-3.1-7-7-7s-7,3.1-7,7s3.1,7,7,7V25z"
2177
+ })), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2178
+ d: "M16,30C8.3,30,2,23.7,2,16S8.3,2,16,2s14,6.3,14,14h-2c0-6.6-5.4-12-12-12S4,9.4,4,16s5.4,12,12,12V30z"
2179
+ })), children);
2180
+ });
2181
+ if (process.env.NODE_ENV !== "production") {
2182
+ IbmCloudSecurityComplianceCenterWorkloadProtection.propTypes = iconPropTypes4cbeb95d.i;
2183
+ }
2184
+ const IbmCloudSecurityGroups = /*#__PURE__*/React.forwardRef(function IbmCloudSecurityGroups(_ref87, ref) {
2185
+ let {
2186
+ children,
2187
+ size = 16,
2188
+ ...rest
2189
+ } = _ref87;
2190
+ return /*#__PURE__*/React.createElement(Icon.default, {
2191
+ width: size,
2192
+ height: size,
2193
+ ref: ref,
2194
+ xmlns: "http://www.w3.org/2000/svg",
2195
+ viewBox: "0 0 32 32",
2196
+ fill: "currentColor",
2197
+ ...rest
2198
+ }, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2199
+ d: "M22.86,25.86c-.72.75-1.54,1.42-2.46,1.94l-5.4,3.2-5.5-3.2c-3.4-2-5.5-5.6-5.5-9.5V4c0-1.1.9-2,2-2h18c1.1,0,2,.9,2,2v5h-2v-5H6v14.3c0,3.2,1.7,6.2,4.5,7.8l4.5,2.7,4.5-2.7c.73-.47,1.41-.99,2-1.6,0,0,1.36,1.36,1.36,1.36ZM28,12h-10v2h10v-2ZM28,20h-10v2h10v-2ZM30,16h-10v2h10v-2Z"
2200
+ })), children);
2201
+ });
2202
+ if (process.env.NODE_ENV !== "production") {
2203
+ IbmCloudSecurityGroups.propTypes = iconPropTypes4cbeb95d.i;
2204
+ }
2205
+ const IbmCloudSubnets = /*#__PURE__*/React.forwardRef(function IbmCloudSubnets(_ref88, ref) {
2206
+ let {
2207
+ children,
2208
+ size = 16,
2209
+ ...rest
2210
+ } = _ref88;
2211
+ return /*#__PURE__*/React.createElement(Icon.default, {
2212
+ width: size,
2213
+ height: size,
2214
+ ref: ref,
2215
+ xmlns: "http://www.w3.org/2000/svg",
2216
+ viewBox: "0 0 32 32",
2217
+ fill: "currentColor",
2218
+ ...rest
2219
+ }, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2220
+ d: "M26,22a3.6069,3.6069,0,0,0-2,.6L19.4143,18,18,19.4141,22.6,24a4.1755,4.1755,0,0,0-.4,1H9.8583A3.5525,3.5525,0,0,0,9.4,24L24,9.4a3.6069,3.6069,0,0,0,2,.6,4,4,0,1,0-3.8569-5H9.9A4.0785,4.0785,0,0,0,6,2a4,4,0,0,0,0,8,3.6066,3.6066,0,0,0,2-.6L12.5858,14,14,12.5859,9.4,8a4.175,4.175,0,0,0,.4-1H22.1418A3.5553,3.5553,0,0,0,22.6,8L8,22.6A3.6066,3.6066,0,0,0,6,22a4,4,0,1,0,3.8569,5H22.1A4.0118,4.0118,0,1,0,26,22ZM26,4a2,2,0,1,1-2,2A2.0058,2.0058,0,0,1,26,4ZM6,8A2,2,0,1,1,8,6,2.0058,2.0058,0,0,1,6,8ZM6,28a2,2,0,1,1,2-2A2.0058,2.0058,0,0,1,6,28Zm20,0a2,2,0,1,1,2-2A2.0058,2.0058,0,0,1,26,28Z"
2221
+ })), children);
2222
+ });
2223
+ if (process.env.NODE_ENV !== "production") {
2224
+ IbmCloudSubnets.propTypes = iconPropTypes4cbeb95d.i;
2225
+ }
2226
+ const IbmCloudSysdigSecure = /*#__PURE__*/React.forwardRef(function IbmCloudSysdigSecure(_ref89, ref) {
2227
+ let {
2228
+ children,
2229
+ size = 16,
2230
+ ...rest
2231
+ } = _ref89;
2232
+ return /*#__PURE__*/React.createElement(Icon.default, {
2233
+ width: size,
2234
+ height: size,
2235
+ ref: ref,
2236
+ xmlns: "http://www.w3.org/2000/svg",
2237
+ viewBox: "0 0 32 32",
2238
+ fill: "currentColor",
2239
+ ...rest
2240
+ }, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2241
+ d: "M25,14l-2.1-1c-1.7-0.8-2.9-2.6-2.9-4.5V2h10v6.5c0,1.9-1.1,3.7-2.9,4.5L25,14z M22,4v4.5c0,1.2,0.7,2.2,1.7,2.7l1.3,0.6 l1.3-0.6c1-0.5,1.7-1.6,1.7-2.7V4H22z"
2242
+ })), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2243
+ d: "M28,16v6H4V6h12V4H4C2.9,4,2,4.9,2,6v16c0,1.1,0.9,2,2,2h8v4H8v2h16v-2h-4v-4h8c1.1,0,2-0.9,2-2v-6H28z M18,28h-4v-4h4V28z"
2244
+ })), children);
2245
+ });
2246
+ if (process.env.NODE_ENV !== "production") {
2247
+ IbmCloudSysdigSecure.propTypes = iconPropTypes4cbeb95d.i;
2248
+ }
2249
+ const IbmCloudTransitGateway = /*#__PURE__*/React.forwardRef(function IbmCloudTransitGateway(_ref90, ref) {
2250
+ let {
2251
+ children,
2252
+ size = 16,
2253
+ ...rest
2254
+ } = _ref90;
2255
+ return /*#__PURE__*/React.createElement(Icon.default, {
2256
+ width: size,
2257
+ height: size,
2258
+ ref: ref,
2259
+ xmlns: "http://www.w3.org/2000/svg",
2260
+ viewBox: "0 0 32 32",
2261
+ fill: "currentColor",
2262
+ ...rest
2263
+ }, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2264
+ d: "M12.5 7.5l-1.4-1.4 3.5-3.5c.8-.8 2.1-.8 2.8 0l3.5 3.5-1.4 1.4-3.5-3.5-3.5 3.5zM19.5 24.5l1.4 1.4-3.5 3.5c-.8.8-2.1.8-2.8 0l-3.5-3.5 1.4-1.4 3.5 3.5 3.5-3.5zM24.5 12.5l1.4-1.4 3.5 3.5c.8.8.8 2.1 0 2.8l-3.5 3.5-1.4-1.4 3.5-3.5-3.5-3.5zM7.5 19.5l-1.4 1.4-3.5-3.5c-.8-.8-.8-2.1 0-2.8l3.5-3.5 1.4 1.4-3.5 3.5 3.5 3.5z"
2265
+ })), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2266
+ d: "m26,24c-.2,0-.3,0-.5.1l-6.1-6.1c.8-1.2.8-2.8,0-4l6.1-6.1c.2.1.3.1.5.1,1.1,0,2-.9,2-2s-.9-2-2-2-2,.9-2,2c0,.2,0,.3.1.5l-6.1,6.1c-1.2-.8-2.8-.8-4,0l-6.1-6.1c.1-.2.1-.3.1-.5,0-1.1-.9-2-2-2s-2,.9-2,2,.9,2,2,2c.2,0,.3,0,.5-.1l6.1,6.1c-.8,1.2-.8,2.8,0,4l-6.1,6.1c-.2-.1-.3-.1-.5-.1-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2c0-.2,0-.3-.1-.5l6.1-6.1c1.2.8,2.8.8,4,0l6.1,6.1c0,.2-.1.3-.1.5,0,1.1.9,2,2,2s2-.9,2-2-.9-2-2-2Zm-10-6c-1.1,0-2-.9-2-2s.9-2,2-2,2,.9,2,2-.9,2-2,2Z"
2267
+ })), children);
2268
+ });
2269
+ if (process.env.NODE_ENV !== "production") {
2270
+ IbmCloudTransitGateway.propTypes = iconPropTypes4cbeb95d.i;
2271
+ }
2272
+ const IbmCloudVirtualServerClassic = /*#__PURE__*/React.forwardRef(function IbmCloudVirtualServerClassic(_ref91, ref) {
2273
+ let {
2274
+ children,
2275
+ size = 16,
2276
+ ...rest
2277
+ } = _ref91;
2278
+ return /*#__PURE__*/React.createElement(Icon.default, {
2279
+ width: size,
2280
+ height: size,
2281
+ ref: ref,
2282
+ xmlns: "http://www.w3.org/2000/svg",
2283
+ viewBox: "0 0 32 32",
2284
+ fill: "currentColor",
2285
+ ...rest
2286
+ }, _circle45 || (_circle45 = /*#__PURE__*/React.createElement("circle", {
2287
+ cx: "9",
2288
+ cy: "26",
2289
+ r: "1"
2290
+ })), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2291
+ d: "m26,22h-5v2h5v4H6v-4h9c1.1,0,2-.9,2-2h0v-9.17l2.59,2.59,1.41-1.42-5-5-5,5,1.41,1.41,2.59-2.58v9.17H6c-1.1,0-2,.9-2,2v4c0,1.1.9,2,2,2h20c1.1,0,2-.9,2-2v-4c0-1.1-.9-2-2-2Z"
2292
+ })), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2293
+ d: "m23.75,8.05c-.88-3.5-4.08-6.05-7.75-6.05s-6.87,2.55-7.75,6.05c-2.96.37-5.25,2.9-5.25,5.95,0,3.31,2.69,6,6,6h2v-2h-2c-2.21,0-4-1.79-4-4,0-2.19,1.77-3.97,3.95-4l.99.02.12-.88c.43-2.93,2.98-5.14,5.94-5.14s5.51,2.21,5.93,5.15l.12.88.88-.02.13-.01c2.18.03,3.94,1.81,3.94,4,0,2.21-1.79,4-4,4h-2v2h2c3.31,0,6-2.69,6-6,0-3.05-2.29-5.58-5.25-5.95Z"
2294
+ })), children);
2295
+ });
2296
+ if (process.env.NODE_ENV !== "production") {
2297
+ IbmCloudVirtualServerClassic.propTypes = iconPropTypes4cbeb95d.i;
2298
+ }
2299
+ const IbmCloudVirtualServerVpc = /*#__PURE__*/React.forwardRef(function IbmCloudVirtualServerVpc(_ref92, ref) {
2300
+ let {
2301
+ children,
2302
+ size = 16,
2303
+ ...rest
2304
+ } = _ref92;
2305
+ return /*#__PURE__*/React.createElement(Icon.default, {
2306
+ width: size,
2307
+ height: size,
2308
+ ref: ref,
2309
+ xmlns: "http://www.w3.org/2000/svg",
2310
+ viewBox: "0 0 32 32",
2311
+ fill: "currentColor",
2312
+ ...rest
2313
+ }, _circle46 || (_circle46 = /*#__PURE__*/React.createElement("circle", {
2314
+ cx: "8",
2315
+ cy: "26",
2316
+ r: "1"
2317
+ })), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2318
+ d: "M5 30h22c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2zm0-6h22v4H5v-4zM23 20h-14c-3.31 0-6-2.69-6-6 0-3.05 2.29-5.58 5.25-5.95.88-3.5 4.08-6.05 7.75-6.05s6.87 2.55 7.75 6.05c2.96.37 5.25 2.9 5.25 5.95 0 3.31-2.69 6-6 6zm-14.05-10c-2.18.03-3.95 1.81-3.95 4 0 2.21 1.79 4 4 4h14c2.21 0 4-1.79 4-4 0-2.19-1.76-3.97-3.94-4l-.12.01-.88.02-.12-.88c-.43-2.94-2.98-5.15-5.94-5.15s-5.51 2.21-5.93 5.15l-.12.88-1-.03z"
2319
+ })), children);
2320
+ });
2321
+ if (process.env.NODE_ENV !== "production") {
2322
+ IbmCloudVirtualServerVpc.propTypes = iconPropTypes4cbeb95d.i;
2323
+ }
2324
+ const IbmCloudVpc = /*#__PURE__*/React.forwardRef(function IbmCloudVpc(_ref93, ref) {
2325
+ let {
2326
+ children,
2327
+ size = 16,
2328
+ ...rest
2329
+ } = _ref93;
2330
+ return /*#__PURE__*/React.createElement(Icon.default, {
2331
+ width: size,
2332
+ height: size,
2333
+ ref: ref,
2334
+ xmlns: "http://www.w3.org/2000/svg",
2335
+ viewBox: "0 0 32 32",
2336
+ fill: "currentColor",
2337
+ ...rest
2338
+ }, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2339
+ d: "m23.4141,22l-13.4141-13.4141V2H2v8h6.5859l13.4141,13.4141v6.5859h8v-8h-6.5859ZM8,8h-4V4h4v4Zm20,20h-4v-4h4v4Z"
2340
+ })), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2341
+ d: "M30 6c0-2.2056-1.7944-4-4-4-1.8584 0-3.4106 1.2798-3.8579 3h-9.1421v2h9.1421c.3638 1.3989 1.4592 2.4941 2.8579 2.8579v9.1421h2v-9.1421c1.7202-.4473 3-1.9995 3-3.8579zm-4 2c-1.103 0-2-.8975-2-2s.897-2 2-2 2 .8975 2 2-.897 2-2 2zM19 25h-9.1421c-.3638-1.3989-1.4592-2.4941-2.8579-2.8579v-9.1421h-2v9.1421c-1.7202.4473-3 1.9995-3 3.8579 0 2.2056 1.7944 4 4 4 1.8584 0 3.4106-1.2798 3.8579-3h9.1421v-2zm-13 3c-1.103 0-2-.8975-2-2s.897-2 2-2 2 .8975 2 2-.897 2-2 2z"
2342
+ })), children);
2343
+ });
2344
+ if (process.env.NODE_ENV !== "production") {
2345
+ IbmCloudVpc.propTypes = iconPropTypes4cbeb95d.i;
2346
+ }
2347
+ const IbmCloudVpcBlockStorageSnapshots = /*#__PURE__*/React.forwardRef(function IbmCloudVpcBlockStorageSnapshots(_ref94, ref) {
2348
+ let {
2349
+ children,
2350
+ size = 16,
2351
+ ...rest
2352
+ } = _ref94;
2353
+ return /*#__PURE__*/React.createElement(Icon.default, {
2354
+ width: size,
2355
+ height: size,
2356
+ ref: ref,
2357
+ xmlns: "http://www.w3.org/2000/svg",
2358
+ viewBox: "0 0 32 32",
2359
+ fill: "currentColor",
2360
+ ...rest
2361
+ }, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2362
+ d: "M28,30H4c-1.1,0-2-.9-2-2v-12h2v12h24V4h-12v-2h12c1.1,0,2,.9,2,2v24c0,1.1-.9,2-2,2ZM22.5,12.1l-6-3c-.3-.1-.6-.1-.9,0l-6,3c-.3.2-.5.5-.6.9v7c0,.4.2.7.6.9l6,3c.3.1.6.1.9,0l6-3c.3-.2.5-.5.6-.9v-7c0-.4-.2-.7-.5-.9h-.1ZM16,11.1l3.8,1.9-3.8,1.9-3.8-1.9s3.8-1.9,3.8-1.9ZM11,14.6l4,2v4.8l-4-2v-4.8ZM17,21.4v-4.8l4-2v4.8s-4,2-4,2ZM0,10h5v2H0v-2ZM12,0v5h-2V0h2ZM3.4,2l3.5,3.5-1.4,1.4-3.5-3.5,1.4-1.4Z"
2363
+ })), children);
2364
+ });
2365
+ if (process.env.NODE_ENV !== "production") {
2366
+ IbmCloudVpcBlockStorageSnapshots.propTypes = iconPropTypes4cbeb95d.i;
2367
+ }
2368
+ const IbmCloudVpcClientVpn = /*#__PURE__*/React.forwardRef(function IbmCloudVpcClientVpn(_ref95, ref) {
2369
+ let {
2370
+ children,
2371
+ size = 16,
2372
+ ...rest
2373
+ } = _ref95;
2374
+ return /*#__PURE__*/React.createElement(Icon.default, {
2375
+ width: size,
2376
+ height: size,
2377
+ ref: ref,
2378
+ xmlns: "http://www.w3.org/2000/svg",
2379
+ viewBox: "0 0 32 32",
2380
+ fill: "currentColor",
2381
+ ...rest
2382
+ }, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2383
+ d: "M16,2c-7.7,0-14,6.3-14,14s6.3,14,14,14h1V2h-1ZM15,4v11h-5c.2-4.2,1.9-8.1,4.8-10.9h.2v-.1ZM15,17v11h-.2c-2.9-2.8-4.6-6.7-4.8-10.9h5v-.1ZM11.5,4.9c-2.1,2.9-3.3,6.4-3.5,10.1h-4c.4-4.6,3.4-8.5,7.5-10.1ZM4,17h4c.2,3.7,1.4,7.2,3.5,10.1-4.1-1.7-7.1-5.5-7.5-10.1ZM29,23h-1v-2c0-1.7-1.3-3-3-3s-3,1.3-3,3v2h-1c-.6,0-1,.4-1,1v5c0,.6.4,1,1,1h8c.6,0,1-.4,1-1v-5c0-.6-.4-1-1-1ZM24,21c0-.6.4-1,1-1s1,.4,1,1v2h-2v-2ZM28,28h-6v-3h6v3ZM25,8c1.7,0,3-1.3,3-3s-1.3-3-3-3-3,1.3-3,3,1.3,3,3,3ZM25,4c.6,0,1,.4,1,1s-.4,1-1,1-1-.4-1-1,.4-1,1-1ZM25,14c.6,0,1,.4,1,1s-.4,1-1,1-1-.4-1-1,.4-1,1-1ZM25,10c.6,0,1,.4,1,1s-.4,1-1,1-1-.4-1-1,.4-1,1-1Z"
2384
+ })), children);
2385
+ });
2386
+ if (process.env.NODE_ENV !== "production") {
2387
+ IbmCloudVpcClientVpn.propTypes = iconPropTypes4cbeb95d.i;
2388
+ }
2389
+ const IbmCloudVpcEndpoints = /*#__PURE__*/React.forwardRef(function IbmCloudVpcEndpoints(_ref96, ref) {
2390
+ let {
2391
+ children,
2392
+ size = 16,
2393
+ ...rest
2394
+ } = _ref96;
2395
+ return /*#__PURE__*/React.createElement(Icon.default, {
2396
+ width: size,
2397
+ height: size,
2398
+ ref: ref,
2399
+ xmlns: "http://www.w3.org/2000/svg",
2400
+ viewBox: "0 0 32 32",
2401
+ fill: "currentColor",
2402
+ ...rest
2403
+ }, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2404
+ d: "M20,27H7a2.0059,2.0059,0,0,1-2-2V12H7V25H20Z"
2405
+ })), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2406
+ d: "M23.4,22l-4-4a3.6057,3.6057,0,0,0,.6-2,4.0118,4.0118,0,0,0-4-4,3.6057,3.6057,0,0,0-2,.6l-4-4V2H2v8H8.6l4,4a3.6057,3.6057,0,0,0-.6,2,4.0118,4.0118,0,0,0,4,4,3.6057,3.6057,0,0,0,2-.6l4,4V30h8V22ZM8,8H4V4H8Zm8,10a2,2,0,1,1,2-2A2.0059,2.0059,0,0,1,16,18ZM28,28H24V24h4Z"
2407
+ })), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2408
+ d: "M25,20h2V7a2.0059,2.0059,0,0,0-2-2H12V7H25Z"
2409
+ })), children);
2410
+ });
2411
+ if (process.env.NODE_ENV !== "production") {
2412
+ IbmCloudVpcEndpoints.propTypes = iconPropTypes4cbeb95d.i;
2413
+ }
2414
+ const IbmCloudVpcFileStorage = /*#__PURE__*/React.forwardRef(function IbmCloudVpcFileStorage(_ref97, ref) {
2415
+ let {
2416
+ children,
2417
+ size = 16,
2418
+ ...rest
2419
+ } = _ref97;
2420
+ return /*#__PURE__*/React.createElement(Icon.default, {
2421
+ width: size,
2422
+ height: size,
2423
+ ref: ref,
2424
+ xmlns: "http://www.w3.org/2000/svg",
2425
+ viewBox: "0 0 32 32",
2426
+ fill: "currentColor",
2427
+ ...rest
2428
+ }, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2429
+ d: "M13,26H4V6h7.2l3.4,3.4.6.6h12.8v8h2v-8c0-1.1-.9-2-2-2h-12l-3.4-3.4c-.4-.4-.9-.6-1.4-.6h-7.2c-1.1,0-2,.9-2,2v20c0,1.1.9,2,2,2h9s0-2,0-2ZM16,20h14v2h-14v-2ZM16,24h14v2h-14v-2ZM16,28h7v2h-7v-2Z"
2430
+ })), children);
2431
+ });
2432
+ if (process.env.NODE_ENV !== "production") {
2433
+ IbmCloudVpcFileStorage.propTypes = iconPropTypes4cbeb95d.i;
2434
+ }
2435
+ const IbmCloudVpcImages = /*#__PURE__*/React.forwardRef(function IbmCloudVpcImages(_ref98, ref) {
2436
+ let {
2437
+ children,
2438
+ size = 16,
2439
+ ...rest
2440
+ } = _ref98;
2441
+ return /*#__PURE__*/React.createElement(Icon.default, {
2442
+ width: size,
2443
+ height: size,
2444
+ ref: ref,
2445
+ xmlns: "http://www.w3.org/2000/svg",
2446
+ viewBox: "0 0 32 32",
2447
+ fill: "currentColor",
2448
+ ...rest
2449
+ }, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2450
+ d: "M30,20H4c-1.1,0-2-.9-2-2V6c0-1.1.9-2,2-2h24c1.1,0,2,.9,2,2v10h-2V6H4v12h26v2ZM2,22h28v2H2v-2ZM2,26h28v2H2v-2ZM16,16c-2.2,0-4-1.8-4-4s1.8-4,4-4,4,1.8,4,4-1.8,4-4,4ZM16,10c-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2-.9-2-2-2ZM24,10c-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2-.9-2-2-2h0ZM8,10c-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2-.9-2-2-2h0Z"
2451
+ })), children);
2452
+ });
2453
+ if (process.env.NODE_ENV !== "production") {
2454
+ IbmCloudVpcImages.propTypes = iconPropTypes4cbeb95d.i;
2455
+ }
2456
+ const IbmCloudPakApplications = /*#__PURE__*/React.forwardRef(function IbmCloudPakApplications(_ref99, ref) {
2457
+ let {
2458
+ children,
2459
+ size = 16,
2460
+ ...rest
2461
+ } = _ref99;
2462
+ return /*#__PURE__*/React.createElement(Icon.default, {
2463
+ width: size,
2464
+ height: size,
2465
+ ref: ref,
2466
+ xmlns: "http://www.w3.org/2000/svg",
2467
+ viewBox: "0 0 32 32",
2468
+ fill: "currentColor",
2469
+ ...rest
2470
+ }, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2471
+ d: "M21,22H15a2.0023,2.0023,0,0,1-2-2V16a2.0023,2.0023,0,0,1,2-2h6a2.0023,2.0023,0,0,1,2,2v4A2.0023,2.0023,0,0,1,21,22Zm-6-6v4h6V16Z"
2472
+ })), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2473
+ d: "M11,17H9V12a2.0023,2.0023,0,0,1,2-2h6v2H11Z"
2474
+ })), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2475
+ d: "M16,31a.9988.9988,0,0,1-.5039-.1357l-12-7A1.0008,1.0008,0,0,1,3,23V9a.9994.9994,0,0,1,.4961-.8638l12-7a1,1,0,0,1,1.0078,0l12,7L27.4961,9.8638,16,3.1577,5,9.5742V22.4258l11,6.417,11-6.417V15h2v8a1.0008,1.0008,0,0,1-.4961.8643l-12,7A.9988.9988,0,0,1,16,31Z"
2476
+ })), children);
2477
+ });
2478
+ if (process.env.NODE_ENV !== "production") {
2479
+ IbmCloudPakApplications.propTypes = iconPropTypes4cbeb95d.i;
2480
+ }
2481
+ const IbmCloudPakBusinessAutomation = /*#__PURE__*/React.forwardRef(function IbmCloudPakBusinessAutomation(_ref100, ref) {
2482
+ let {
2483
+ children,
2484
+ size = 16,
2485
+ ...rest
2486
+ } = _ref100;
2487
+ return /*#__PURE__*/React.createElement(Icon.default, {
2488
+ width: size,
2489
+ height: size,
2490
+ ref: ref,
2491
+ xmlns: "http://www.w3.org/2000/svg",
2492
+ viewBox: "0 0 32 32",
2493
+ fill: "currentColor",
2494
+ ...rest
2495
+ }, _switch || (_switch = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
2496
+ d: "M25 16c0-1.5-1.2-2.8-2.7-3-1.1-2.4-3.5-4-6.3-4-.2 0-.5 0-.7.1C14.7 8.4 13.9 8 13 8c-1.7 0-3 1.3-3 3 0 .4.1.7.2 1.1C9.4 13.2 9 14.5 9 16s.4 2.8 1.2 3.9c-.1.4-.2.7-.2 1.1 0 1.7 1.3 3 3 3 .9 0 1.7-.4 2.3-1.1.2 0 .5.1.7.1 2.8 0 5.2-1.7 6.3-4 1.5-.2 2.7-1.5 2.7-3zm-12-6c.6 0 1 .4 1 1s-.4 1-1 1-1-.4-1-1 .4-1 1-1zm0 12c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1zm3-1c0-1.7-1.3-3-3-3-.5 0-1 .1-1.4.4-.4-.7-.6-1.5-.6-2.4s.2-1.7.6-2.4c.4.3.9.4 1.4.4 1.7 0 3-1.3 3-3 1.9 0 3.4 1 4.3 2.5-.8.6-1.3 1.5-1.3 2.5s.5 1.9 1.3 2.5C19.4 20 17.9 21 16 21zm6-4c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1z"
2497
+ }), /*#__PURE__*/React.createElement("path", {
2498
+ d: "M16 31c-.2 0-.3 0-.5-.1l-12-7c-.3-.2-.5-.5-.5-.9V9c0-.4.2-.7.5-.9l12-7c.3-.2.7-.2 1 0l12 7-1 1.7L16 3.2 5 9.6v12.9l11 6.4 11-6.4V15h2v8c0 .4-.2.7-.5.9l-12 7c-.2.1-.3.1-.5.1z"
2499
+ }), /*#__PURE__*/React.createElement("path", {
2500
+ fill: "none",
2501
+ d: "M0 0h32v32H0z"
2502
+ })))), children);
2503
+ });
2504
+ if (process.env.NODE_ENV !== "production") {
2505
+ IbmCloudPakBusinessAutomation.propTypes = iconPropTypes4cbeb95d.i;
2506
+ }
2507
+ const IbmCloudPakData = /*#__PURE__*/React.forwardRef(function IbmCloudPakData(_ref101, ref) {
2508
+ let {
2509
+ children,
2510
+ size = 16,
2511
+ ...rest
2512
+ } = _ref101;
2513
+ return /*#__PURE__*/React.createElement(Icon.default, {
2514
+ width: size,
2515
+ height: size,
2516
+ ref: ref,
2517
+ xmlns: "http://www.w3.org/2000/svg",
2518
+ viewBox: "0 0 32 32",
2519
+ fill: "currentColor",
2520
+ ...rest
2521
+ }, _circle47 || (_circle47 = /*#__PURE__*/React.createElement("circle", {
2522
+ cx: "23",
2523
+ cy: "15",
2524
+ r: "1"
2525
+ })), _circle48 || (_circle48 = /*#__PURE__*/React.createElement("circle", {
2526
+ cx: "8",
2527
+ cy: "15",
2528
+ r: "1"
2529
+ })), _circle49 || (_circle49 = /*#__PURE__*/React.createElement("circle", {
2530
+ cx: "21",
2531
+ cy: "10",
2532
+ r: "1"
2533
+ })), _circle50 || (_circle50 = /*#__PURE__*/React.createElement("circle", {
2534
+ cx: "15",
2535
+ cy: "23",
2536
+ r: "1"
2537
+ })), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2538
+ d: "M21,19a1.9822,1.9822,0,0,0-.5116.0743L18.707,17.293l-.0257.0257A2.9642,2.9642,0,0,0,19,16a3.0033,3.0033,0,0,0-3-3,2.9642,2.9642,0,0,0-1.3187.3187l.0257-.0257-1.7813-1.7814a2.0345,2.0345,0,1,0-1.4141,1.4141L13.293,14.707l.0258-.0258A2.9634,2.9634,0,0,0,13,16a3.0033,3.0033,0,0,0,3,3,2.9634,2.9634,0,0,0,1.3188-.3188l-.0258.0258,1.7813,1.7814A1.9956,1.9956,0,1,0,21,19Zm-5-2a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,16,17Z"
2539
+ })), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2540
+ d: "M16,31a.9988.9988,0,0,1-.5039-.1357l-12-7A1.0008,1.0008,0,0,1,3,23V9a.9994.9994,0,0,1,.4961-.8638l12-7a1,1,0,0,1,1.0078,0l12,7L27.4961,9.8638,16,3.1577,5,9.5742V22.4258l11,6.417,11-6.417V15h2v8a1.0008,1.0008,0,0,1-.4961.8643l-12,7A.9988.9988,0,0,1,16,31Z"
2541
+ })), children);
2542
+ });
2543
+ if (process.env.NODE_ENV !== "production") {
2544
+ IbmCloudPakData.propTypes = iconPropTypes4cbeb95d.i;
2545
+ }
2546
+ const IbmCloudPakIntegration = /*#__PURE__*/React.forwardRef(function IbmCloudPakIntegration(_ref102, ref) {
2547
+ let {
2548
+ children,
2549
+ size = 16,
2550
+ ...rest
2551
+ } = _ref102;
2552
+ return /*#__PURE__*/React.createElement(Icon.default, {
2553
+ width: size,
2554
+ height: size,
2555
+ ref: ref,
2556
+ xmlns: "http://www.w3.org/2000/svg",
2557
+ viewBox: "0 0 32 32",
2558
+ fill: "currentColor",
2559
+ ...rest
2560
+ }, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2561
+ d: "M22.1213 9.8787a3 3 0 00-4.2426 0l-.4645.4644 1.4142 1.4142.4645-.4645a1 1 0 011.4142 1.4144L17.4142 16l1.4143 1.4142 3.2928-3.2929A3 3 0 0022.1213 9.8787zM12.7071 20.7072a1 1 0 01-1.4142-1.4144L14.5858 16l-1.4142-1.4142L9.8787 17.8787a3 3 0 104.2426 4.2426l.4645-.4644-1.4142-1.4143zM14.1213 9.8787a3 3 0 00-4.2426 4.2426l.4645.4645 1.4142-1.4142-.4645-.4645a1 1 0 011.4142-1.4143L16 14.5858l1.4142-1.4143z"
2562
+ })), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2563
+ d: "M22.1213,17.8787l-.4645-.4645-1.4141,1.4142.4644.4645a1,1,0,0,1-1.4142,1.4143L16,17.4142l-1.4142,1.4142,3.2929,3.2929a3,3,0,0,0,4.2426-4.2426Z"
2564
+ })), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2565
+ d: "M16,31a.9988.9988,0,0,1-.5039-.1357l-12-7A1.0008,1.0008,0,0,1,3,23V9a.9994.9994,0,0,1,.4961-.8638l12-7a1,1,0,0,1,1.0078,0l12,7L27.4961,9.8638,16,3.1577,5,9.5742V22.4258l11,6.417,11-6.417V15h2v8a1.0008,1.0008,0,0,1-.4961.8643l-12,7A.9988.9988,0,0,1,16,31Z"
2566
+ })), children);
2567
+ });
2568
+ if (process.env.NODE_ENV !== "production") {
2569
+ IbmCloudPakIntegration.propTypes = iconPropTypes4cbeb95d.i;
2570
+ }
2571
+ const IbmCloudPakMantaAutomatedDataLineage = /*#__PURE__*/React.forwardRef(function IbmCloudPakMantaAutomatedDataLineage(_ref103, ref) {
2572
+ let {
2573
+ children,
2574
+ size = 16,
2575
+ ...rest
2576
+ } = _ref103;
2577
+ return /*#__PURE__*/React.createElement(Icon.default, {
2578
+ width: size,
2579
+ height: size,
2580
+ ref: ref,
2581
+ xmlns: "http://www.w3.org/2000/svg",
2582
+ viewBox: "0 0 32 32",
2583
+ fill: "currentColor",
2584
+ ...rest
2585
+ }, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2586
+ d: "M30,11V5H24V7H14V4a2.0025,2.0025,0,0,0-2-2H4A2.0025,2.0025,0,0,0,2,4v8a2.0025,2.0025,0,0,0,2,2h8a2.0025,2.0025,0,0,0,2-2V9a3.0033,3.0033,0,0,1,3,3v9H11V19H5v6h6V23h6v2a2.0025,2.0025,0,0,0,2,2h5v2h6V23H24v2H19V18h5v2h6V14H24v2H19V12a4.9521,4.9521,0,0,0-1.0254-3H24v2ZM4,12V4h8v8ZM9,23H7V21H9Zm17,2h2v2H26Zm0-9h2v2H26Zm0-9h2V9H26Z"
2587
+ })), children);
2588
+ });
2589
+ if (process.env.NODE_ENV !== "production") {
2590
+ IbmCloudPakMantaAutomatedDataLineage.propTypes = iconPropTypes4cbeb95d.i;
2591
+ }
2592
+ const IbmCloudPakMulticloudMgmt = /*#__PURE__*/React.forwardRef(function IbmCloudPakMulticloudMgmt(_ref104, ref) {
2593
+ let {
2594
+ children,
2595
+ size = 16,
2596
+ ...rest
2597
+ } = _ref104;
2598
+ return /*#__PURE__*/React.createElement(Icon.default, {
2599
+ width: size,
2600
+ height: size,
2601
+ ref: ref,
2602
+ xmlns: "http://www.w3.org/2000/svg",
2603
+ viewBox: "0 0 32 32",
2604
+ fill: "currentColor",
2605
+ ...rest
2606
+ }, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2607
+ d: "M21,19a1.9822,1.9822,0,0,0-.5116.0743L18.707,17.293l-.0257.0257a2.8876,2.8876,0,0,0,0-2.6374l.0257.0257,1.7814-1.7813a2.0345,2.0345,0,1,0-1.4141-1.4141L17.293,13.293l.0257.0257a2.8876,2.8876,0,0,0-2.6374,0l.0257-.0257-1.7813-1.7814a2.0345,2.0345,0,1,0-1.4141,1.4141L13.293,14.707l.0258-.0258a2.8872,2.8872,0,0,0,0,2.6376l-.0258-.0258-1.7814,1.7813a2.0345,2.0345,0,1,0,1.4141,1.4141L14.707,18.707l-.0258-.0258a2.8872,2.8872,0,0,0,2.6376,0l-.0258.0258,1.7813,1.7814A1.9956,1.9956,0,1,0,21,19Zm-5-2a1,1,0,1,1,1-1A1.0006,1.0006,0,0,1,16,17Z"
2608
+ })), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2609
+ d: "M16,31a.9988.9988,0,0,1-.5039-.1357l-12-7A1.0008,1.0008,0,0,1,3,23V9a.9994.9994,0,0,1,.4961-.8638l12-7a1,1,0,0,1,1.0078,0l12,7L27.4961,9.8638,16,3.1577,5,9.5742V22.4258l11,6.417,11-6.417V15h2v8a1.0008,1.0008,0,0,1-.4961.8643l-12,7A.9988.9988,0,0,1,16,31Z"
2610
+ })), children);
2611
+ });
2612
+ if (process.env.NODE_ENV !== "production") {
2613
+ IbmCloudPakMulticloudMgmt.propTypes = iconPropTypes4cbeb95d.i;
2614
+ }
2615
+ const IbmCloudPakNetezza = /*#__PURE__*/React.forwardRef(function IbmCloudPakNetezza(_ref105, ref) {
2616
+ let {
2617
+ children,
2618
+ size = 16,
2619
+ ...rest
2620
+ } = _ref105;
2621
+ return /*#__PURE__*/React.createElement(Icon.default, {
2622
+ width: size,
2623
+ height: size,
2624
+ ref: ref,
2625
+ xmlns: "http://www.w3.org/2000/svg",
2626
+ viewBox: "0 0 32 32",
2627
+ fill: "currentColor",
2628
+ ...rest
2629
+ }, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2630
+ d: "M19 10L19 19.2 13.5 10 11 10 11 22 13 22 13 12.8 18.5 22 21 22 21 10z"
2631
+ })), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2632
+ d: "M16,30C8.3,30,2,23.7,2,16S8.3,2,16,2s14,6.3,14,14S23.7,30,16,30z M16,4C9.4,4,4,9.4,4,16s5.4,12,12,12s12-5.4,12-12 S22.6,4,16,4z"
2633
+ })), children);
2634
+ });
2635
+ if (process.env.NODE_ENV !== "production") {
2636
+ IbmCloudPakNetezza.propTypes = iconPropTypes4cbeb95d.i;
2637
+ }
2638
+ const IbmCloudPakNetworkAutomation = /*#__PURE__*/React.forwardRef(function IbmCloudPakNetworkAutomation(_ref106, ref) {
2639
+ let {
2640
+ children,
2641
+ size = 16,
2642
+ ...rest
2643
+ } = _ref106;
2644
+ return /*#__PURE__*/React.createElement(Icon.default, {
2645
+ width: size,
2646
+ height: size,
2647
+ ref: ref,
2648
+ xmlns: "http://www.w3.org/2000/svg",
2649
+ viewBox: "0 0 32 32",
2650
+ fill: "currentColor",
2651
+ ...rest
2652
+ }, _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
2653
+ d: "M22.3638,21.364,20.95,19.95a6.9993,6.9993,0,0,0,0-9.899L22.3638,8.636a9,9,0,0,1,0,12.728Z"
2654
+ })), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2655
+ d: "M19.5356 18.5354l-1.414-1.4141a3.0039 3.0039 0 000-4.2426l1.414-1.4141A5.0048 5.0048 0 0119.5356 18.5354zM17 26H15V15a1 1 0 011-1h0a1 1 0 011 1zM12.4644 18.5354a5.0048 5.0048 0 010-7.0708l1.414 1.4141a3.0039 3.0039 0 000 4.2426z"
2656
+ })), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
2657
+ d: "M9.6362,21.364a9,9,0,0,1,0-12.728L11.05,10.0505a6.9993,6.9993,0,0,0,0,9.899Z"
2658
+ })), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
2659
+ d: "M16,31a.9988.9988,0,0,1-.5039-.1357l-12-7A1.0008,1.0008,0,0,1,3,23V9a.9994.9994,0,0,1,.4961-.8638l12-7a1,1,0,0,1,1.0078,0l12,7L27.4961,9.8638,16,3.1577,5,9.5742V22.4258l11,6.417,11-6.417V15h2v8a1.0008,1.0008,0,0,1-.4961.8643l-12,7A.9988.9988,0,0,1,16,31Z"
2660
+ })), children);
2661
+ });
2662
+ if (process.env.NODE_ENV !== "production") {
2663
+ IbmCloudPakNetworkAutomation.propTypes = iconPropTypes4cbeb95d.i;
2664
+ }
2665
+ const IbmCloudPakSecurity = /*#__PURE__*/React.forwardRef(function IbmCloudPakSecurity(_ref107, ref) {
2666
+ let {
2667
+ children,
2668
+ size = 16,
2669
+ ...rest
2670
+ } = _ref107;
2671
+ return /*#__PURE__*/React.createElement(Icon.default, {
2672
+ width: size,
2673
+ height: size,
2674
+ ref: ref,
2675
+ xmlns: "http://www.w3.org/2000/svg",
2676
+ viewBox: "0 0 32 32",
2677
+ fill: "currentColor",
2678
+ ...rest
2679
+ }, _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
2680
+ d: "M16,23.7285a6.0069,6.0069,0,0,1-6-6v-6.457l6-3,6,3v6.457A6.0069,6.0069,0,0,1,16,23.7285ZM12,12.5073v5.2212a4,4,0,0,0,8,0V12.5073l-4-2Z"
2681
+ })), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
2682
+ d: "M16,31a.9988.9988,0,0,1-.5039-.1357l-12-7A1.0008,1.0008,0,0,1,3,23V9a.9994.9994,0,0,1,.4961-.8638l12-7a1,1,0,0,1,1.0078,0l12,7L27.4961,9.8638,16,3.1577,5,9.5742V22.4258l11,6.417,11-6.417V15h2v8a1.0008,1.0008,0,0,1-.4961.8643l-12,7A.9988.9988,0,0,1,16,31Z"
2683
+ })), children);
2684
+ });
2685
+ if (process.env.NODE_ENV !== "production") {
2686
+ IbmCloudPakSecurity.propTypes = iconPropTypes4cbeb95d.i;
2687
+ }
2688
+ const IbmCloudPakSystem = /*#__PURE__*/React.forwardRef(function IbmCloudPakSystem(_ref108, ref) {
2689
+ let {
2690
+ children,
2691
+ size = 16,
2692
+ ...rest
2693
+ } = _ref108;
2694
+ return /*#__PURE__*/React.createElement(Icon.default, {
2695
+ width: size,
2696
+ height: size,
2697
+ ref: ref,
2698
+ xmlns: "http://www.w3.org/2000/svg",
2699
+ viewBox: "0 0 32 32",
2700
+ fill: "currentColor",
2701
+ ...rest
2702
+ }, _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
2703
+ d: "M15 11.671H17V15.328H15z",
2704
+ transform: "rotate(-45 16 13.5)"
2705
+ })), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
2706
+ d: "M15 16.672H17V20.329H15z",
2707
+ transform: "rotate(-45 16 18.5)"
2708
+ })), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
2709
+ d: "M19,24H13a2.0023,2.0023,0,0,1-2-2V10a2.0023,2.0023,0,0,1,2-2h6a2.0023,2.0023,0,0,1,2,2V22A2.0023,2.0023,0,0,1,19,24ZM13,10V22h6.0012L19,10Z"
2710
+ })), _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
2711
+ d: "M16,31a.9988.9988,0,0,1-.5039-.1357l-12-7A1.0008,1.0008,0,0,1,3,23V9a.9994.9994,0,0,1,.4961-.8638l12-7a1,1,0,0,1,1.0078,0l12,7L27.4961,9.8638,16,3.1577,5,9.5742V22.4258l11,6.417,11-6.417V15h2v8a1.0008,1.0008,0,0,1-.4961.8643l-12,7A.9988.9988,0,0,1,16,31Z"
2712
+ })), children);
2713
+ });
2714
+ if (process.env.NODE_ENV !== "production") {
2715
+ IbmCloudPakSystem.propTypes = iconPropTypes4cbeb95d.i;
2716
+ }
2717
+ const IbmCloudPakWatsonAiops = /*#__PURE__*/React.forwardRef(function IbmCloudPakWatsonAiops(_ref109, ref) {
2718
+ let {
2719
+ children,
2720
+ size = 16,
2721
+ ...rest
2722
+ } = _ref109;
2723
+ return /*#__PURE__*/React.createElement(Icon.default, {
2724
+ width: size,
2725
+ height: size,
2726
+ ref: ref,
2727
+ xmlns: "http://www.w3.org/2000/svg",
2728
+ viewBox: "0 0 32 32",
2729
+ fill: "currentColor",
2730
+ ...rest
2731
+ }, _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
2732
+ d: "M14,24a1,1,0,0,1-.9614-.7253L11.2456,17H8V15h4a1,1,0,0,1,.9614.7253L14,19.36,17.0386,8.7253a1,1,0,0,1,1.9228,0L20.7544,15H24v2H20a1,1,0,0,1-.9614-.7253L18,12.64,14.9614,23.2747A1,1,0,0,1,14,24Z"
2733
+ })), _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
2734
+ d: "M16,31a.9988.9988,0,0,1-.5039-.1357l-12-7A1.0008,1.0008,0,0,1,3,23V9a.9994.9994,0,0,1,.4961-.8638l12-7a1,1,0,0,1,1.0078,0l12,7L27.4961,9.8638,16,3.1577,5,9.5742V22.4258l11,6.417,11-6.417V15h2v8a1.0008,1.0008,0,0,1-.4961.8643l-12,7A.9988.9988,0,0,1,16,31Z"
2735
+ })), children);
2736
+ });
2737
+ if (process.env.NODE_ENV !== "production") {
2738
+ IbmCloudPakWatsonAiops.propTypes = iconPropTypes4cbeb95d.i;
2739
+ }
2740
+ const IbmDevopsControl = /*#__PURE__*/React.forwardRef(function IbmDevopsControl(_ref110, ref) {
2741
+ let {
2742
+ children,
2743
+ size = 16,
2744
+ ...rest
2745
+ } = _ref110;
2746
+ return /*#__PURE__*/React.createElement(Icon.default, {
2747
+ width: size,
2748
+ height: size,
2749
+ ref: ref,
2750
+ xmlns: "http://www.w3.org/2000/svg",
2751
+ viewBox: "0 0 32 32",
2752
+ fill: "currentColor",
2753
+ ...rest
2754
+ }, _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
2755
+ d: "M27,24c-1.302,0-2.4016.8389-2.8157,2h-2.5662l-1.5579-3.1157c2.3552-1.3921,3.9397-3.9502,3.9397-6.8843s-1.5845-5.4922-3.9397-6.8843l1.5576-3.1157h2.5664c.4141,1.1611,1.5137,2,2.8157,2,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.302,0-2.4016.8389-2.8157,2h-2.5664c-.7622,0-1.4475.4238-1.7888,1.1055l-1.6069,3.2139c-.7063-.2041-1.4502-.3193-2.2222-.3193s-1.5159.1152-2.2222.3193l-1.6072-3.2139c-.3411-.6816-1.0264-1.1055-1.7886-1.1055h-2.5664c-.4141-1.1611-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c1.302,0,2.4016-.8389,2.8157-2h2.5662l1.5579,3.1157c-2.3552,1.3921-3.9397,3.9502-3.9397,6.8843s1.5845,5.4922,3.9397,6.8843l-1.5576,3.1157h-2.5664c-.4141-1.1611-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c1.302,0,2.4016-.8389,2.8157-2h2.5664c.7622,0,1.4475-.4238,1.7888-1.1055l1.6069-3.2139c.7063.2041,1.4502.3193,2.2222.3193s1.5159-.1152,2.2222-.3193l1.6072,3.2139c.3411.6816,1.0264,1.1055,1.7886,1.1055h2.5664c.4141,1.1611,1.5137,2,2.8157,2,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3ZM27,4c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1ZM5,6c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1ZM5,28c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1ZM10.2856,16c0-3.1509,2.5635-5.7144,5.7144-5.7144s5.7144,2.5635,5.7144,5.7144-2.5635,5.7144-5.7144,5.7144-5.7144-2.5635-5.7144-5.7144ZM27,28c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1ZM18.5901,12.5566l1.4099,1.4434-5,5-3-3,1.4441-1.4438,1.5605,1.6221,3.5854-3.6216Z"
2756
+ })), children);
2757
+ });
2758
+ if (process.env.NODE_ENV !== "production") {
2759
+ IbmDevopsControl.propTypes = iconPropTypes4cbeb95d.i;
2760
+ }
2761
+ const IbmQuantumSafeAdvisor = /*#__PURE__*/React.forwardRef(function IbmQuantumSafeAdvisor(_ref111, ref) {
2762
+ let {
2763
+ children,
2764
+ size = 16,
2765
+ ...rest
2766
+ } = _ref111;
2767
+ return /*#__PURE__*/React.createElement(Icon.default, {
2768
+ width: size,
2769
+ height: size,
2770
+ ref: ref,
2771
+ xmlns: "http://www.w3.org/2000/svg",
2772
+ viewBox: "0 0 32 32",
2773
+ fill: "currentColor",
2774
+ ...rest
2775
+ }, _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
2776
+ d: "M26,16.44c0,4.96-4.68,7.7-8.45,9.9-.54.32-1.07.62-1.55.92-.49-.3-1.01-.61-1.55-.92-3.76-2.2-8.45-4.94-8.45-9.9V4h21v-2H6c-1.1,0-2,.9-2,2v12.44c0,6.11,5.45,9.3,9.44,11.63.72.42,1.41.82,2.02,1.22l.54.35.54-.35c.61-.39,1.3-.79,2.02-1.22,3.98-2.33,9.44-5.52,9.44-11.63v-3.62c1.16-.41,2-1.51,2-2.82,0-1.65-1.35-3-3-3s-3,1.35-3,3c0,1.3.84,2.4,2,2.82v3.62ZM27,11c-.55,0-1-.45-1-1s.45-1,1-1,1,.45,1,1-.45,1-1,1ZM21,9h-8v-2h8v2ZM21,21h-8v-2h8v2ZM15,13h8v1.99h-8v-1.99ZM9.71,17.71l-1.41-1.41,2.29-2.29-2.29-2.29,1.41-1.41,3.71,3.71-3.71,3.71v-.02Z"
2777
+ })), children);
2778
+ });
2779
+ if (process.env.NODE_ENV !== "production") {
2780
+ IbmQuantumSafeAdvisor.propTypes = iconPropTypes4cbeb95d.i;
2781
+ }
2782
+ const IbmQuantumSafeExplorer = /*#__PURE__*/React.forwardRef(function IbmQuantumSafeExplorer(_ref112, ref) {
2783
+ let {
2784
+ children,
2785
+ size = 16,
2786
+ ...rest
2787
+ } = _ref112;
2788
+ return /*#__PURE__*/React.createElement(Icon.default, {
2789
+ width: size,
2790
+ height: size,
2791
+ ref: ref,
2792
+ xmlns: "http://www.w3.org/2000/svg",
2793
+ viewBox: "0 0 32 32",
2794
+ fill: "currentColor",
2795
+ ...rest
2796
+ }, _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
2797
+ d: "M10,18h8v2h-8v-2ZM28,12.82v3.62c0,6.11-5.45,9.3-9.44,11.63-.72.42-1.41.82-2.02,1.22l-.54.35-.54-.35c-.61-.39-1.3-.79-2.02-1.22-3.98-2.33-9.44-5.52-9.44-11.63V4c0-1.1.9-2,2-2h21v2H6v9h6v2h-6v1.44c0,4.96,4.68,7.7,8.45,9.9.54.32,1.07.62,1.55.92.49-.3,1.01-.61,1.55-.92,2.75-1.6,5.97-3.5,7.52-6.33h-5.08v-2h5.83c.11-.5.17-1.01.17-1.56v-3.62c-1.16-.41-2-1.51-2-2.82,0-1.65,1.35-3,3-3s3,1.35,3,3c0,1.3-.84,2.4-2,2.82l.01-.01ZM28,10c0-.55-.45-1-1-1s-1,.45-1,1,.45,1,1,1,1-.45,1-1ZM22,13h-8v2h8v-2ZM18,8h-8v2h8v-2Z"
2798
+ })), children);
2799
+ });
2800
+ if (process.env.NODE_ENV !== "production") {
2801
+ IbmQuantumSafeExplorer.propTypes = iconPropTypes4cbeb95d.i;
2802
+ }
2803
+ const IbmQuantumSafeRemediator = /*#__PURE__*/React.forwardRef(function IbmQuantumSafeRemediator(_ref113, ref) {
2804
+ let {
2805
+ children,
2806
+ size = 16,
2807
+ ...rest
2808
+ } = _ref113;
2809
+ return /*#__PURE__*/React.createElement(Icon.default, {
2810
+ width: size,
2811
+ height: size,
2812
+ ref: ref,
2813
+ xmlns: "http://www.w3.org/2000/svg",
2814
+ viewBox: "0 0 32 32",
2815
+ fill: "currentColor",
2816
+ ...rest
2817
+ }, _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
2818
+ d: "M26,16.44c0,4.96-4.68,7.7-8.45,9.9-.54.32-1.07.62-1.55.92-.49-.3-1.01-.61-1.55-.92-3.76-2.2-8.45-4.94-8.45-9.9V4h21v-2H6c-1.1,0-2,.9-2,2v12.44c0,6.11,5.45,9.3,9.44,11.63.72.42,1.41.82,2.02,1.22l.54.35.54-.35c.61-.39,1.3-.79,2.02-1.22,3.98-2.33,9.44-5.52,9.44-11.63v-3.62c1.16-.41,2-1.51,2-2.82,0-1.65-1.35-3-3-3s-3,1.35-3,3c0,1.3.84,2.4,2,2.82v3.62ZM27,11c-.55,0-1-.45-1-1s.45-1,1-1,1,.45,1,1-.45,1-1,1ZM16,18c-1.48,0-2.77-.8-3.46-2l1.73-1c.35.6.99,1,1.73,1,1.1,0,2-.9,2-2s-.9-2-2-2v-2c2.21,0,4,1.79,4,4s-1.79,4-4,4ZM16,22c-.68,0-1.38-.09-2.07-.27-4.26-1.14-6.8-5.54-5.66-9.8,1.14-4.26,5.54-6.8,9.8-5.66l-.52,1.93c-3.2-.86-6.49,1.05-7.35,4.24-.86,3.2,1.05,6.49,4.24,7.35,3.19.86,6.49-1.05,7.35-4.24l1.93.52c-.96,3.57-4.2,5.93-7.73,5.93h.01Z"
2819
+ })), children);
2820
+ });
2821
+ if (process.env.NODE_ENV !== "production") {
2822
+ IbmQuantumSafeRemediator.propTypes = iconPropTypes4cbeb95d.i;
2823
+ }
2824
+ const IbmSecurity = /*#__PURE__*/React.forwardRef(function IbmSecurity(_ref114, ref) {
2825
+ let {
2826
+ children,
2827
+ size = 16,
2828
+ ...rest
2829
+ } = _ref114;
2830
+ return /*#__PURE__*/React.createElement(Icon.default, {
2831
+ width: size,
2832
+ height: size,
2833
+ ref: ref,
2834
+ xmlns: "http://www.w3.org/2000/svg",
2835
+ viewBox: "0 0 32 32",
2836
+ fill: "currentColor",
2837
+ ...rest
2838
+ }, _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
2839
+ d: "M16,.0005,4,5.9784V20.0443a12,12,0,0,0,24,0V5.9784Zm6.83,27.3138L16,23.9119V26.14l5.0361,2.5088A10.0025,10.0025,0,0,1,6,20.0443V7.21L16,2.2284,26,7.21v3.75L16,5.9783V8.2062l10,4.9816v3.75L16,11.9562v2.2279l10,4.9815v.8787a9.9045,9.9045,0,0,1-.37,2.6871L16,17.934v2.2279l8.8952,4.4313A10.0252,10.0252,0,0,1,22.83,27.3143Z"
2840
+ })), children);
2841
+ });
2842
+ if (process.env.NODE_ENV !== "production") {
2843
+ IbmSecurity.propTypes = iconPropTypes4cbeb95d.i;
2844
+ }
2845
+ const IbmSecurityServices = /*#__PURE__*/React.forwardRef(function IbmSecurityServices(_ref115, ref) {
2846
+ let {
2847
+ children,
2848
+ size = 16,
2849
+ ...rest
2850
+ } = _ref115;
2851
+ return /*#__PURE__*/React.createElement(Icon.default, {
2852
+ width: size,
2853
+ height: size,
2854
+ ref: ref,
2855
+ xmlns: "http://www.w3.org/2000/svg",
2856
+ viewBox: "0 0 32 32",
2857
+ fill: "currentColor",
2858
+ ...rest
2859
+ }, _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
2860
+ d: "M26,20a2.97,2.97,0,0,0-1.8551.6607L22,19.4224V17.8157a3,3,0,1,0-2,0v1.6067l-2.1449,1.2383A2.97,2.97,0,0,0,16,20a3.02,3.02,0,1,0,2.9254,2.3525L21,21.1548l2.0746,1.1977A2.9978,2.9978,0,1,0,26,20ZM16,24a1,1,0,1,1,1-1A1.0006,1.0006,0,0,1,16,24Zm5-10a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,21,14Zm5,10a1,1,0,1,1,1-1A1.0006,1.0006,0,0,1,26,24Z"
2861
+ })), _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
2862
+ d: "M16,31A11.0125,11.0125,0,0,1,5,20V6.3823L15.9873.8816,26.4478,6.1187l-.8956,1.7885L15.9873,3.1184,7,7.6177V20a9.0008,9.0008,0,0,0,14.3994,7.2012L22.6006,28.8A10.9077,10.9077,0,0,1,16,31Z"
2863
+ })), children);
2864
+ });
2865
+ if (process.env.NODE_ENV !== "production") {
2866
+ IbmSecurityServices.propTypes = iconPropTypes4cbeb95d.i;
2867
+ }
2868
+ const IbmWatsonAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonAssistant(_ref116, ref) {
2869
+ let {
2870
+ children,
2871
+ size = 16,
2872
+ ...rest
2873
+ } = _ref116;
2874
+ if (process.env.NODE_ENV !== "production") {
2875
+ if (!didWarnAboutDeprecation["IbmWatsonAssistant"]) {
2876
+ didWarnAboutDeprecation["IbmWatsonAssistant"] = true;
2877
+ console.warn("Icon renamed and replaced by ibm-watsonx--assistant to correspond with the new watsonx platform and product suite. As a result, the IbmWatsonAssistant component will be removed in the next major version of @carbon/icons-react.");
2878
+ }
2879
+ }
2880
+ return /*#__PURE__*/React.createElement(Icon.default, {
2881
+ width: size,
2882
+ height: size,
2883
+ ref: ref,
2884
+ xmlns: "http://www.w3.org/2000/svg",
2885
+ viewBox: "0 0 32 32",
2886
+ fill: "currentColor",
2887
+ ...rest
2888
+ }, _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
2889
+ d: "M28 2H18c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h2.4l1.7 3 1.7-1-2.3-4H18V4h10v6h-3v2h3c1.1 0 2-.9 2-2V4C30 2.9 29.1 2 28 2zM14.7 31L13 30l3.5-6H22c1.1 0 2-.9 2-2v-5h2v5c0 2.2-1.8 4-4 4h-4.4L14.7 31z"
2890
+ })), _circle51 || (_circle51 = /*#__PURE__*/React.createElement("circle", {
2891
+ cx: "10",
2892
+ cy: "17",
2893
+ r: "1"
2894
+ })), _circle52 || (_circle52 = /*#__PURE__*/React.createElement("circle", {
2895
+ cx: "14",
2896
+ cy: "17",
2897
+ r: "1"
2898
+ })), _circle53 || (_circle53 = /*#__PURE__*/React.createElement("circle", {
2899
+ cx: "18",
2900
+ cy: "17",
2901
+ r: "1"
2902
+ })), _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
2903
+ d: "M12,26H6c-2.2,0-4-1.8-4-4V12c0-2.2,1.8-4,4-4h8v2H6c-1.1,0-2,0.9-2,2v10c0,1.1,0.9,2,2,2h6V26z"
2904
+ })), children);
2905
+ });
2906
+ if (process.env.NODE_ENV !== "production") {
2907
+ IbmWatsonAssistant.propTypes = iconPropTypes4cbeb95d.i;
2908
+ }
2909
+ const IbmWatsonDiscovery = /*#__PURE__*/React.forwardRef(function IbmWatsonDiscovery(_ref117, ref) {
2910
+ let {
2911
+ children,
2912
+ size = 16,
2913
+ ...rest
2914
+ } = _ref117;
2915
+ return /*#__PURE__*/React.createElement(Icon.default, {
2916
+ width: size,
2917
+ height: size,
2918
+ ref: ref,
2919
+ xmlns: "http://www.w3.org/2000/svg",
2920
+ viewBox: "0 0 32 32",
2921
+ fill: "currentColor",
2922
+ ...rest
2923
+ }, _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
2924
+ d: "M6 17H14V19H6z"
2925
+ })), _circle54 || (_circle54 = /*#__PURE__*/React.createElement("circle", {
2926
+ cx: "3",
2927
+ cy: "18",
2928
+ r: "1"
2929
+ })), _circle55 || (_circle55 = /*#__PURE__*/React.createElement("circle", {
2930
+ cx: "13",
2931
+ cy: "14",
2932
+ r: "1"
2933
+ })), _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
2934
+ d: "M2 13H10V15H2zM6 9H14V11H6z"
2935
+ })), _circle56 || (_circle56 = /*#__PURE__*/React.createElement("circle", {
2936
+ cx: "3",
2937
+ cy: "10",
2938
+ r: "1"
2939
+ })), _path222 || (_path222 = /*#__PURE__*/React.createElement("path", {
2940
+ d: "M30,28.6l-7.4-7.4c1.5-2,2.4-4.5,2.4-7.2c0-6.6-5.4-12-12-12C9.7,2,6.6,3.3,4.3,5.8l1.5,1.4C7.6,5.1,10.2,4,13,4 c5.5,0,10,4.5,10,10s-4.5,10-10,10c-3,0-5.8-1.3-7.7-3.6l-1.5,1.3C6,24.4,9.4,26,13,26c3.2,0,6.1-1.3,8.3-3.3l7.3,7.3L30,28.6z"
2941
+ })), children);
2942
+ });
2943
+ if (process.env.NODE_ENV !== "production") {
2944
+ IbmWatsonDiscovery.propTypes = iconPropTypes4cbeb95d.i;
2945
+ }
2946
+ const IbmWatsonKnowledgeCatalog = /*#__PURE__*/React.forwardRef(function IbmWatsonKnowledgeCatalog(_ref118, ref) {
2947
+ let {
2948
+ children,
2949
+ size = 16,
2950
+ ...rest
2951
+ } = _ref118;
2952
+ if (process.env.NODE_ENV !== "production") {
2953
+ if (!didWarnAboutDeprecation["IbmWatsonKnowledgeCatalog"]) {
2954
+ didWarnAboutDeprecation["IbmWatsonKnowledgeCatalog"] = true;
2955
+ console.warn("Icon renamed, slightly redesigned and replaced by ibm--knowledge-catalog. As a result, the IbmWatsonKnowledgeCatalog component will be removed in the next major version of @carbon/icons-react.");
2956
+ }
2957
+ }
2958
+ return /*#__PURE__*/React.createElement(Icon.default, {
2959
+ width: size,
2960
+ height: size,
2961
+ ref: ref,
2962
+ xmlns: "http://www.w3.org/2000/svg",
2963
+ viewBox: "0 0 32 32",
2964
+ fill: "currentColor",
2965
+ ...rest
2966
+ }, _path223 || (_path223 = /*#__PURE__*/React.createElement("path", {
2967
+ d: "M23 27.2L20.4 24.6 19 26 23 30 30 23 28.6 21.6zM12 18H20V20H12zM12 13H20V15H12zM12 8H20V10H12z"
2968
+ })), _path224 || (_path224 = /*#__PURE__*/React.createElement("path", {
2969
+ d: "M16,28H6v-4h2v-2H6v-5h2v-2H6v-5h2V8H6V4h18v16h2V4c0-1.1-0.9-2-2-2H6C4.9,2,4,2.9,4,4v4H2v2h2v5H2v2h2v5H2v2h2v4 c0,1.1,0.9,2,2,2h10V28z"
2970
+ })), children);
2971
+ });
2972
+ if (process.env.NODE_ENV !== "production") {
2973
+ IbmWatsonKnowledgeCatalog.propTypes = iconPropTypes4cbeb95d.i;
2974
+ }
2975
+ const IbmWatsonKnowledgeStudio = /*#__PURE__*/React.forwardRef(function IbmWatsonKnowledgeStudio(_ref119, ref) {
2976
+ let {
2977
+ children,
2978
+ size = 16,
2979
+ ...rest
2980
+ } = _ref119;
2981
+ return /*#__PURE__*/React.createElement(Icon.default, {
2982
+ width: size,
2983
+ height: size,
2984
+ ref: ref,
2985
+ xmlns: "http://www.w3.org/2000/svg",
2986
+ viewBox: "0 0 32 32",
2987
+ fill: "currentColor",
2988
+ ...rest
2989
+ }, _path225 || (_path225 = /*#__PURE__*/React.createElement("path", {
2990
+ d: "M20 25H27V27H20zM22 29H25V31H22zM27 23h-2c0-1.1.4-2 1.2-2.8l.5-.5c.8-.8 1.3-2 1.3-3.2 0-2.5-2-4.5-4.5-4.5S19 14 19 16.5c0 1.2.5 2.3 1.3 3.2l.5.5C21.6 21 22 21.9 22 23h-2c0-.5-.2-1-.6-1.4l-.5-.5c-1.2-1.2-1.9-2.9-1.9-4.6 0-3.6 2.9-6.5 6.5-6.5s6.5 2.9 6.5 6.5c0 1.7-.7 3.4-1.9 4.6l-.5.5C27.2 22 27 22.5 27 23zM6 22H14V24H6z"
2991
+ })), _circle57 || (_circle57 = /*#__PURE__*/React.createElement("circle", {
2992
+ cx: "12",
2993
+ cy: "19",
2994
+ r: "1"
2995
+ })), _path226 || (_path226 = /*#__PURE__*/React.createElement("path", {
2996
+ d: "M6 18H9V20H6zM6 14H13V16H6zM10 10H17V12H10z"
2997
+ })), _circle58 || (_circle58 = /*#__PURE__*/React.createElement("circle", {
2998
+ cx: "7",
2999
+ cy: "11",
3000
+ r: "1"
3001
+ })), _path227 || (_path227 = /*#__PURE__*/React.createElement("path", {
3002
+ d: "M16 6H20V8H16z"
3003
+ })), _circle59 || (_circle59 = /*#__PURE__*/React.createElement("circle", {
3004
+ cx: "13",
3005
+ cy: "7",
3006
+ r: "1"
3007
+ })), _path228 || (_path228 = /*#__PURE__*/React.createElement("path", {
3008
+ d: "M6 6H10V8H6z"
3009
+ })), _path229 || (_path229 = /*#__PURE__*/React.createElement("path", {
3010
+ d: "M18,28H4V4l18,0v4h2V4c0-1.1-0.9-2-2-2H4C2.9,2,2,2.9,2,4v24c0,1.1,0.9,2,2,2h14V28z"
3011
+ })), children);
3012
+ });
3013
+ if (process.env.NODE_ENV !== "production") {
3014
+ IbmWatsonKnowledgeStudio.propTypes = iconPropTypes4cbeb95d.i;
3015
+ }
3016
+ const IbmWatsonLanguageTranslator = /*#__PURE__*/React.forwardRef(function IbmWatsonLanguageTranslator(_ref120, ref) {
3017
+ let {
3018
+ children,
3019
+ size = 16,
3020
+ ...rest
3021
+ } = _ref120;
3022
+ return /*#__PURE__*/React.createElement(Icon.default, {
3023
+ width: size,
3024
+ height: size,
3025
+ ref: ref,
3026
+ xmlns: "http://www.w3.org/2000/svg",
3027
+ viewBox: "0 0 32 32",
3028
+ fill: "currentColor",
3029
+ ...rest
3030
+ }, _path230 || (_path230 = /*#__PURE__*/React.createElement("path", {
3031
+ d: "M16 28h-3c-3.9 0-7-3.1-7-7v-4h2v4c0 2.8 2.2 5 5 5h3V28zM28 30h2.2l-4.6-11h-2.2l-4.6 11H21l.8-2h5.3L28 30zM22.7 26l1.8-4.4 1.8 4.4H22.7zM28 15h-2v-4c0-2.8-2.2-5-5-5h-4V4h4c3.9 0 7 3.1 7 7V15zM14 5V3H9V1H7v2H2v2h8.2C10 5.9 9.4 7.5 8 9 7.4 8.3 6.9 7.6 6.6 7H4.3c.4 1 1.1 2.2 2.1 3.3C5.6 11 4.4 11.6 3 12.1L3.7 14c1.8-.7 3.2-1.5 4.3-2.3 1.1.9 2.5 1.7 4.3 2.3l.7-1.9c-1.4-.5-2.6-1.2-3.5-1.8 1.9-2 2.5-4.1 2.7-5.3H14z"
3032
+ })), children);
3033
+ });
3034
+ if (process.env.NODE_ENV !== "production") {
3035
+ IbmWatsonLanguageTranslator.propTypes = iconPropTypes4cbeb95d.i;
3036
+ }
3037
+ const IbmWatsonMachineLearning = /*#__PURE__*/React.forwardRef(function IbmWatsonMachineLearning(_ref121, ref) {
3038
+ let {
3039
+ children,
3040
+ size = 16,
3041
+ ...rest
3042
+ } = _ref121;
3043
+ return /*#__PURE__*/React.createElement(Icon.default, {
3044
+ width: size,
3045
+ height: size,
3046
+ ref: ref,
3047
+ xmlns: "http://www.w3.org/2000/svg",
3048
+ viewBox: "0 0 32 32",
3049
+ fill: "currentColor",
3050
+ ...rest
3051
+ }, _path231 || (_path231 = /*#__PURE__*/React.createElement("path", {
3052
+ d: "M3.6 22.5c-1-2-1.6-4.2-1.6-6.5C2 8.3 8.3 2 16 2v2C9.4 4 4 9.4 4 16c0 2 .5 3.8 1.4 5.5L3.6 22.5zM28 16c0 6.6-5.4 12-12 12-2.9 0-5.6-1-7.7-2.8l5.7-5.7L12.6 18l-6.5 6.5c-.4.4-.4 1 0 1.4C8.7 28.5 12.3 30 16 30c7.7 0 14-6.3 14-14H28z"
3053
+ })), _path232 || (_path232 = /*#__PURE__*/React.createElement("path", {
3054
+ d: "M18,25c-0.1,0-0.3,0-0.4-0.1c-0.3-0.1-0.6-0.4-0.6-0.8l-0.7-5l2-0.3l0.4,3.3l2.2-1.7V15c0-0.3,0.1-0.5,0.3-0.7l3.2-3.2 c0.9-0.9,1.5-2.2,1.5-3.5V6l-1.5,0c-1.3,0-2.6,0.5-3.5,1.5l-3.2,3.2C17.5,10.9,17.3,11,17,11h-5.5l-1.7,2.2l3.3,0.4l-0.3,2l-5-0.7 c-0.4,0-0.7-0.3-0.8-0.6s-0.1-0.7,0.1-1l3-4C10.4,9.1,10.7,9,11,9h5.6l3-3c1.3-1.3,3.1-2,4.9-2H26c1.1,0,2,0.9,2,2v1.5 c0,1.9-0.7,3.6-2,4.9l-3,3V21c0,0.3-0.1,0.6-0.4,0.8l-4,3C18.4,24.9,18.2,25,18,25z"
3055
+ })), children);
3056
+ });
3057
+ if (process.env.NODE_ENV !== "production") {
3058
+ IbmWatsonMachineLearning.propTypes = iconPropTypes4cbeb95d.i;
3059
+ }
3060
+ const IbmWatsonNaturalLanguageClassifier = /*#__PURE__*/React.forwardRef(function IbmWatsonNaturalLanguageClassifier(_ref122, ref) {
3061
+ let {
3062
+ children,
3063
+ size = 16,
3064
+ ...rest
3065
+ } = _ref122;
3066
+ return /*#__PURE__*/React.createElement(Icon.default, {
3067
+ width: size,
3068
+ height: size,
3069
+ ref: ref,
3070
+ xmlns: "http://www.w3.org/2000/svg",
3071
+ viewBox: "0 0 32 32",
3072
+ fill: "currentColor",
3073
+ ...rest
3074
+ }, _path233 || (_path233 = /*#__PURE__*/React.createElement("path", {
3075
+ d: "M28 12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h1v4h-3v2h8v-2h-3v-4H28zM24 4h4v6h-4V4zM21 22.4L19.6 21 16 24.6 12.4 21 11 22.4 14.6 26 11 29.6 12.4 31 16 27.4 19.6 31 21 29.6 17.4 26zM12 18L15 18 15 21 17 21 17 18 20 18 20 16 12 16zM10 12V4c0-1.1-.9-2-2-2H3v2h5v2H4C2.9 6 2 6.9 2 8v2c0 1.1.9 2 2 2h1v4H2v2h8v-2H7v-4H10zM4 8h4v2H4V8z"
3076
+ })), children);
3077
+ });
3078
+ if (process.env.NODE_ENV !== "production") {
3079
+ IbmWatsonNaturalLanguageClassifier.propTypes = iconPropTypes4cbeb95d.i;
3080
+ }
3081
+ const IbmWatsonNaturalLanguageUnderstanding = /*#__PURE__*/React.forwardRef(function IbmWatsonNaturalLanguageUnderstanding(_ref123, ref) {
3082
+ let {
3083
+ children,
3084
+ size = 16,
3085
+ ...rest
3086
+ } = _ref123;
3087
+ return /*#__PURE__*/React.createElement(Icon.default, {
3088
+ width: size,
3089
+ height: size,
3090
+ ref: ref,
3091
+ xmlns: "http://www.w3.org/2000/svg",
3092
+ viewBox: "0 0 32 32",
3093
+ fill: "currentColor",
3094
+ ...rest
3095
+ }, _path234 || (_path234 = /*#__PURE__*/React.createElement("path", {
3096
+ d: "M6 23H11V25H6zM6 19H11V21H6z"
3097
+ })), _path235 || (_path235 = /*#__PURE__*/React.createElement("path", {
3098
+ d: "M13 30H4c-1.1 0-2-.9-2-2V17c0-1.1.9-2 2-2h9c1.1 0 2 .9 2 2v11C15 29.1 14.1 30 13 30zM4 17v11h9V17H4zM19 2H27V4H19zM22 6H30V8H22zM22 10H30V12H22zM19 14H27V16H19zM22 18H30V20H22zM12 1l-1.4 1.4L13.2 5H4C2.9 5 2 5.9 2 7v5h2V7h9.2l-2.6 2.6L12 11l5-5L12 1z"
3099
+ })), children);
3100
+ });
3101
+ if (process.env.NODE_ENV !== "production") {
3102
+ IbmWatsonNaturalLanguageUnderstanding.propTypes = iconPropTypes4cbeb95d.i;
3103
+ }
3104
+ const IbmWatsonOpenscale = /*#__PURE__*/React.forwardRef(function IbmWatsonOpenscale(_ref124, ref) {
3105
+ let {
3106
+ children,
3107
+ size = 16,
3108
+ ...rest
3109
+ } = _ref124;
3110
+ return /*#__PURE__*/React.createElement(Icon.default, {
3111
+ width: size,
3112
+ height: size,
3113
+ ref: ref,
3114
+ xmlns: "http://www.w3.org/2000/svg",
3115
+ viewBox: "0 0 32 32",
3116
+ fill: "currentColor",
3117
+ ...rest
3118
+ }, _path236 || (_path236 = /*#__PURE__*/React.createElement("path", {
3119
+ d: "M4 28c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3S5.7 28 4 28zM4 24c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1S4.6 24 4 24zM28 28c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3S29.7 28 28 28zM28 24c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1S28.6 24 28 24zM22.4 4.4l-.9 1.8C26.1 8.4 29 13 29 18c0 .7-.1 1.4-.2 2.1l2 .3c.1-.8.2-1.6.2-2.5C31 12.2 27.6 6.9 22.4 4.4zM16 7c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3S17.7 7 16 7zM16 3c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1S16.6 3 16 3z"
3120
+ })), _path237 || (_path237 = /*#__PURE__*/React.createElement("path", {
3121
+ d: "M25.5,13.6l-1-1.7L17,16.3V9h-2v7.2L6.2,11c-0.5-0.3-1.1-0.1-1.4,0.3s-0.1,1.1,0.3,1.4L14,18l-6.2,3.6l1,1.7l6.2-3.6V30 c0,0.6,0.4,1,1,1s1-0.4,1-1V19.8l6.2,3.7l1-1.7L18,18L25.5,13.6z"
3122
+ })), children);
3123
+ });
3124
+ if (process.env.NODE_ENV !== "production") {
3125
+ IbmWatsonOpenscale.propTypes = iconPropTypes4cbeb95d.i;
3126
+ }
3127
+ const IbmWatsonOrders = /*#__PURE__*/React.forwardRef(function IbmWatsonOrders(_ref125, ref) {
3128
+ let {
3129
+ children,
3130
+ size = 16,
3131
+ ...rest
3132
+ } = _ref125;
3133
+ return /*#__PURE__*/React.createElement(Icon.default, {
3134
+ width: size,
3135
+ height: size,
3136
+ ref: ref,
3137
+ xmlns: "http://www.w3.org/2000/svg",
3138
+ viewBox: "0 0 32 32",
3139
+ fill: "currentColor",
3140
+ ...rest
3141
+ }, _path238 || (_path238 = /*#__PURE__*/React.createElement("path", {
3142
+ d: "M28 13h-2v-2c0-2.8-2.2-5-5-5h-3V4h3c3.9 0 7 3.1 7 7V13zM22 20H25V22H22zM22 24H25V26H22z"
3143
+ })), _path239 || (_path239 = /*#__PURE__*/React.createElement("path", {
3144
+ d: "M27 30h-5v-2h5V18h-7v9c0 1.7-1.3 3-3 3s-3-1.3-3-3v-3h2v3c0 .6.4 1 1 1s1-.4 1-1V16h11v12C29 29.1 28.1 30 27 30zM12 28h-1c-3.9 0-7-3.1-7-7v-4h2v4c0 2.8 2.2 5 5 5h1V28zM11 10v2h3c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2H4C2.9 2 2 2.9 2 4v6c0 1.1.9 2 2 2h2.4l1.7 3 1.7-1-2.3-4H4V4h10v6H11z"
3145
+ })), children);
3146
+ });
3147
+ if (process.env.NODE_ENV !== "production") {
3148
+ IbmWatsonOrders.propTypes = iconPropTypes4cbeb95d.i;
3149
+ }
3150
+
3151
+ exports.IbmCloud = IbmCloud;
3152
+ exports.IbmCloudAppId = IbmCloudAppId;
3153
+ exports.IbmCloudBackupAndRecovery = IbmCloudBackupAndRecovery;
3154
+ exports.IbmCloudBackupServiceVpc = IbmCloudBackupServiceVpc;
3155
+ exports.IbmCloudBareMetalServer = IbmCloudBareMetalServer;
3156
+ exports.IbmCloudBareMetalServersVpc = IbmCloudBareMetalServersVpc;
3157
+ exports.IbmCloudCitrixDaas = IbmCloudCitrixDaas;
3158
+ exports.IbmCloudCodeEngine = IbmCloudCodeEngine;
3159
+ exports.IbmCloudContinuousDelivery = IbmCloudContinuousDelivery;
3160
+ exports.IbmCloudDatabases = IbmCloudDatabases;
3161
+ exports.IbmCloudDedicatedHost = IbmCloudDedicatedHost;
3162
+ exports.IbmCloudDirectLink_1Connect = IbmCloudDirectLink_1Connect;
3163
+ exports.IbmCloudDirectLink_1Dedicated = IbmCloudDirectLink_1Dedicated;
3164
+ exports.IbmCloudDirectLink_1DedicatedHosting = IbmCloudDirectLink_1DedicatedHosting;
3165
+ exports.IbmCloudDirectLink_1Exchange = IbmCloudDirectLink_1Exchange;
3166
+ exports.IbmCloudDirectLink_2Connect = IbmCloudDirectLink_2Connect;
3167
+ exports.IbmCloudDirectLink_2Dedicated = IbmCloudDirectLink_2Dedicated;
3168
+ exports.IbmCloudDirectLink_2DedicatedHosting = IbmCloudDirectLink_2DedicatedHosting;
3169
+ exports.IbmCloudEventNotification = IbmCloudEventNotification;
3170
+ exports.IbmCloudEventStreams = IbmCloudEventStreams;
3171
+ exports.IbmCloudForEducation = IbmCloudForEducation;
3172
+ exports.IbmCloudGateKeeper = IbmCloudGateKeeper;
3173
+ exports.IbmCloudHpc = IbmCloudHpc;
3174
+ exports.IbmCloudHsm = IbmCloudHsm;
3175
+ exports.IbmCloudHyperProtectCryptoServices = IbmCloudHyperProtectCryptoServices;
3176
+ exports.IbmCloudHyperProtectDbaas = IbmCloudHyperProtectDbaas;
3177
+ exports.IbmCloudHyperProtectVs = IbmCloudHyperProtectVs;
3178
+ exports.IbmCloudInternetServices = IbmCloudInternetServices;
3179
+ exports.IbmCloudIpsecVpn = IbmCloudIpsecVpn;
3180
+ exports.IbmCloudKeyProtect = IbmCloudKeyProtect;
3181
+ exports.IbmCloudKubernetesService = IbmCloudKubernetesService;
3182
+ exports.IbmCloudLogging = IbmCloudLogging;
3183
+ exports.IbmCloudMassDataMigration = IbmCloudMassDataMigration;
3184
+ exports.IbmCloudObservability = IbmCloudObservability;
3185
+ exports.IbmCloudPakApplications = IbmCloudPakApplications;
3186
+ exports.IbmCloudPakBusinessAutomation = IbmCloudPakBusinessAutomation;
3187
+ exports.IbmCloudPakData = IbmCloudPakData;
3188
+ exports.IbmCloudPakIntegration = IbmCloudPakIntegration;
3189
+ exports.IbmCloudPakMantaAutomatedDataLineage = IbmCloudPakMantaAutomatedDataLineage;
3190
+ exports.IbmCloudPakMulticloudMgmt = IbmCloudPakMulticloudMgmt;
3191
+ exports.IbmCloudPakNetezza = IbmCloudPakNetezza;
3192
+ exports.IbmCloudPakNetworkAutomation = IbmCloudPakNetworkAutomation;
3193
+ exports.IbmCloudPakSecurity = IbmCloudPakSecurity;
3194
+ exports.IbmCloudPakSystem = IbmCloudPakSystem;
3195
+ exports.IbmCloudPakWatsonAiops = IbmCloudPakWatsonAiops;
3196
+ exports.IbmCloudPal = IbmCloudPal;
3197
+ exports.IbmCloudPrivilegedAccessGateway = IbmCloudPrivilegedAccessGateway;
3198
+ exports.IbmCloudProjects = IbmCloudProjects;
3199
+ exports.IbmCloudResiliency = IbmCloudResiliency;
3200
+ exports.IbmCloudSecretsManager = IbmCloudSecretsManager;
3201
+ exports.IbmCloudSecurity = IbmCloudSecurity;
3202
+ exports.IbmCloudSecurityComplianceCenter = IbmCloudSecurityComplianceCenter;
3203
+ exports.IbmCloudSecurityComplianceCenterWorkloadProtection = IbmCloudSecurityComplianceCenterWorkloadProtection;
3204
+ exports.IbmCloudSecurityGroups = IbmCloudSecurityGroups;
3205
+ exports.IbmCloudSubnets = IbmCloudSubnets;
3206
+ exports.IbmCloudSysdigSecure = IbmCloudSysdigSecure;
3207
+ exports.IbmCloudTransitGateway = IbmCloudTransitGateway;
3208
+ exports.IbmCloudVirtualServerClassic = IbmCloudVirtualServerClassic;
3209
+ exports.IbmCloudVirtualServerVpc = IbmCloudVirtualServerVpc;
3210
+ exports.IbmCloudVpc = IbmCloudVpc;
3211
+ exports.IbmCloudVpcBlockStorageSnapshots = IbmCloudVpcBlockStorageSnapshots;
3212
+ exports.IbmCloudVpcClientVpn = IbmCloudVpcClientVpn;
3213
+ exports.IbmCloudVpcEndpoints = IbmCloudVpcEndpoints;
3214
+ exports.IbmCloudVpcFileStorage = IbmCloudVpcFileStorage;
3215
+ exports.IbmCloudVpcImages = IbmCloudVpcImages;
3216
+ exports.IbmDevopsControl = IbmDevopsControl;
3217
+ exports.IbmEngineeringSystemsDesignRhapsodyModelManager = IbmEngineeringSystemsDesignRhapsodyModelManager;
3218
+ exports.IbmEngineeringSystemsDesignRhapsodySn1 = IbmEngineeringSystemsDesignRhapsodySn1;
3219
+ exports.IbmEngineeringSystemsDesignRhapsodySn2 = IbmEngineeringSystemsDesignRhapsodySn2;
3220
+ exports.IbmEngineeringTestMgmt = IbmEngineeringTestMgmt;
3221
+ exports.IbmEngineeringWorkflowMgmt = IbmEngineeringWorkflowMgmt;
3222
+ exports.IbmEventAutomation = IbmEventAutomation;
3223
+ exports.IbmEventEndpointMgmt = IbmEventEndpointMgmt;
3224
+ exports.IbmEventProcessing = IbmEventProcessing;
3225
+ exports.IbmEventStreams = IbmEventStreams;
3226
+ exports.IbmGcm = IbmGcm;
3227
+ exports.IbmGlobalStorageArchitecture = IbmGlobalStorageArchitecture;
3228
+ exports.IbmGranite = IbmGranite;
3229
+ exports.IbmIbv = IbmIbv;
3230
+ exports.IbmInstana = IbmInstana;
3231
+ exports.IbmJrs = IbmJrs;
3232
+ exports.IbmKnowledgeCatalog = IbmKnowledgeCatalog;
3233
+ exports.IbmKnowledgeCatalogPremium = IbmKnowledgeCatalogPremium;
3234
+ exports.IbmKnowledgeCatalogStandard = IbmKnowledgeCatalogStandard;
3235
+ exports.IbmLaunchpadS4 = IbmLaunchpadS4;
3236
+ exports.IbmLpa = IbmLpa;
3237
+ exports.IbmLqe = IbmLqe;
3238
+ exports.IbmMachineLearningForZos = IbmMachineLearningForZos;
3239
+ exports.IbmMatch_360 = IbmMatch_360;
3240
+ exports.IbmMq = IbmMq;
3241
+ exports.IbmOpenEnterpriseLanguages = IbmOpenEnterpriseLanguages;
3242
+ exports.IbmOpenshiftContainerPlatformOnVpcForRegulatedIndustries = IbmOpenshiftContainerPlatformOnVpcForRegulatedIndustries;
3243
+ exports.IbmPlanningAnalytics = IbmPlanningAnalytics;
3244
+ exports.IbmPowerVs = IbmPowerVs;
3245
+ exports.IbmPowerVsPrivateCloud = IbmPowerVsPrivateCloud;
3246
+ exports.IbmPowerWithVpc = IbmPowerWithVpc;
3247
+ exports.IbmPrivatePathServices = IbmPrivatePathServices;
3248
+ exports.IbmProcessMining = IbmProcessMining;
3249
+ exports.IbmQuantumSafeAdvisor = IbmQuantumSafeAdvisor;
3250
+ exports.IbmQuantumSafeExplorer = IbmQuantumSafeExplorer;
3251
+ exports.IbmQuantumSafeRemediator = IbmQuantumSafeRemediator;
3252
+ exports.IbmSaasConsole = IbmSaasConsole;
3253
+ exports.IbmSapOnPower = IbmSapOnPower;
3254
+ exports.IbmSecureInfrastructureOnVpcForRegulatedIndustries = IbmSecureInfrastructureOnVpcForRegulatedIndustries;
3255
+ exports.IbmSecurity = IbmSecurity;
3256
+ exports.IbmSecurityServices = IbmSecurityServices;
3257
+ exports.IbmStreamsets = IbmStreamsets;
3258
+ exports.IbmTelehealth = IbmTelehealth;
3259
+ exports.IbmTenet = IbmTenet;
3260
+ exports.IbmToolchain = IbmToolchain;
3261
+ exports.IbmTurbonomic = IbmTurbonomic;
3262
+ exports.IbmUnstructuredDataProcessor = IbmUnstructuredDataProcessor;
3263
+ exports.IbmVpnForVpc = IbmVpnForVpc;
3264
+ exports.IbmVsiOnVpcForRegulatedIndustries = IbmVsiOnVpcForRegulatedIndustries;
3265
+ exports.IbmWatsonAssistant = IbmWatsonAssistant;
3266
+ exports.IbmWatsonDiscovery = IbmWatsonDiscovery;
3267
+ exports.IbmWatsonKnowledgeCatalog = IbmWatsonKnowledgeCatalog;
3268
+ exports.IbmWatsonKnowledgeStudio = IbmWatsonKnowledgeStudio;
3269
+ exports.IbmWatsonLanguageTranslator = IbmWatsonLanguageTranslator;
3270
+ exports.IbmWatsonMachineLearning = IbmWatsonMachineLearning;
3271
+ exports.IbmWatsonNaturalLanguageClassifier = IbmWatsonNaturalLanguageClassifier;
3272
+ exports.IbmWatsonNaturalLanguageUnderstanding = IbmWatsonNaturalLanguageUnderstanding;
3273
+ exports.IbmWatsonOpenscale = IbmWatsonOpenscale;
3274
+ exports.IbmWatsonOrders = IbmWatsonOrders;
3275
+ exports.IbmWaziDeploy = IbmWaziDeploy;