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