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