@carbon-labs/react-animated-header 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. package/LICENSE +201 -0
  2. package/es/__stories__/AnimatedHeader.stories.d.ts +17275 -0
  3. package/es/_virtual/_commonjsHelpers.js +12 -0
  4. package/es/_virtual/lottie.js +14 -0
  5. package/es/_virtual/lottie2.js +10 -0
  6. package/es/assets/index.d.ts +7 -0
  7. package/es/components/AnimatedHeader/AnimatedHeader.d.ts +31 -0
  8. package/es/components/AnimatedHeader/AnimatedHeader.js +277 -0
  9. package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +20 -0
  10. package/es/components/Tiles/AIPromptTile/AIPromptTile.js +94 -0
  11. package/es/components/Tiles/BaseTile/BaseTile.d.ts +22 -0
  12. package/es/components/Tiles/BaseTile/BaseTile.js +39 -0
  13. package/es/components/Tiles/GlassTile/GlassTile.d.ts +21 -0
  14. package/es/components/Tiles/GlassTile/GlassTile.js +53 -0
  15. package/es/components/Tiles/index.d.ts +12 -0
  16. package/es/data/index.d.ts +47 -0
  17. package/es/index.d.ts +11 -0
  18. package/es/index.js +11 -0
  19. package/es/node_modules/@carbon/icon-helpers/es/index.js +125 -0
  20. package/es/node_modules/@carbon/icons-react/es/Icon.js +71 -0
  21. package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +2967 -0
  22. package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +3260 -0
  23. package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +2906 -0
  24. package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +3151 -0
  25. package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +2966 -0
  26. package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +3019 -0
  27. package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +2923 -0
  28. package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +3076 -0
  29. package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +2913 -0
  30. package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +2917 -0
  31. package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +3141 -0
  32. package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +811 -0
  33. package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +3195 -0
  34. package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +3119 -0
  35. package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +3002 -0
  36. package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +2929 -0
  37. package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +2978 -0
  38. package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +3017 -0
  39. package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +3149 -0
  40. package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +3084 -0
  41. package/es/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +14 -0
  42. package/es/node_modules/@carbon/icons-react/es/index.js +30 -0
  43. package/es/node_modules/@carbon-labs/utilities/es/usePrefix.js +20 -0
  44. package/es/node_modules/lottie-web/build/player/lottie.js +682 -0
  45. package/lib/__stories__/AnimatedHeader.stories.d.ts +17275 -0
  46. package/lib/_virtual/_commonjsHelpers.js +14 -0
  47. package/lib/_virtual/lottie.js +18 -0
  48. package/lib/_virtual/lottie2.js +12 -0
  49. package/lib/assets/index.d.ts +7 -0
  50. package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +31 -0
  51. package/lib/components/AnimatedHeader/AnimatedHeader.js +281 -0
  52. package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +20 -0
  53. package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +96 -0
  54. package/lib/components/Tiles/BaseTile/BaseTile.d.ts +22 -0
  55. package/lib/components/Tiles/BaseTile/BaseTile.js +41 -0
  56. package/lib/components/Tiles/GlassTile/GlassTile.d.ts +21 -0
  57. package/lib/components/Tiles/GlassTile/GlassTile.js +55 -0
  58. package/lib/components/Tiles/index.d.ts +12 -0
  59. package/lib/data/index.d.ts +47 -0
  60. package/lib/index.d.ts +11 -0
  61. package/lib/index.js +18 -0
  62. package/lib/node_modules/@carbon/icon-helpers/es/index.js +128 -0
  63. package/lib/node_modules/@carbon/icons-react/es/Icon.js +75 -0
  64. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +3093 -0
  65. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +3386 -0
  66. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +3032 -0
  67. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +3277 -0
  68. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +3092 -0
  69. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +3145 -0
  70. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +3049 -0
  71. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +3202 -0
  72. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +3039 -0
  73. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +3043 -0
  74. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +3267 -0
  75. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +847 -0
  76. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +3321 -0
  77. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +3245 -0
  78. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +3128 -0
  79. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +3055 -0
  80. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +3104 -0
  81. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +3143 -0
  82. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +3275 -0
  83. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +3210 -0
  84. package/lib/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +16 -0
  85. package/lib/node_modules/@carbon/icons-react/es/index.js +2446 -0
  86. package/lib/node_modules/@carbon-labs/utilities/es/usePrefix.js +23 -0
  87. package/lib/node_modules/lottie-web/build/player/lottie.js +684 -0
  88. package/package.json +35 -0
  89. package/scss/AnimatedHeader/animated-header.scss +619 -0
  90. package/scss/Tiles/AIPromptTile/ai-prompt-tile.scss +187 -0
  91. package/scss/Tiles/GlassTile/glass-tile.scss +111 -0
  92. package/scss/animated_header.scss +10 -0
@@ -0,0 +1,3084 @@
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, _circle, _circle2, _path7, _circle3, _circle4, _path8, _path9, _circle5, _circle6, _circle7, _path10, _path11, _circle8, _path12, _circle9, _path13, _circle10, _path14, _circle11, _path15, _path16, _circle12, _path17, _circle13, _path18, _path19, _path20, _circle14, _circle15, _circle16, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _circle17, _path34, _circle18, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _circle19, _path71, _path72, _path73, _circle20, _path74, _path75, _path76, _path77, _path78, _path79, _circle21, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _circle22, _path116, _path117, _circle23, _path118, _circle24, _path119, _path120, _circle25, _path121, _circle26, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _circle27, _circle28, _circle29, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _circle30, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _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, _circle31, _circle32, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213, _path214, _path215, _path216, _path217, _circle33, _path218, _path219, _circle34, _path220, _path221, _circle35, _path222, _path223, _path224, _path225, _path226, _path227, _path228, _rect, _path229, _path230, _path231, _path232;
14
+ const didWarnAboutDeprecation = {};
15
+ const IbmWatsonQuery = /*#__PURE__*/React.forwardRef(function IbmWatsonQuery(_ref, ref) {
16
+ let {
17
+ children,
18
+ size = 16,
19
+ ...rest
20
+ } = _ref;
21
+ return /*#__PURE__*/React.createElement(Icon, {
22
+ width: size,
23
+ height: size,
24
+ ref: ref,
25
+ xmlns: "http://www.w3.org/2000/svg",
26
+ viewBox: "0 0 32 32",
27
+ fill: "currentColor",
28
+ ...rest
29
+ }, _path || (_path = /*#__PURE__*/React.createElement("path", {
30
+ d: "M22,24c-0.2,0-0.3,0-0.5,0L18.2,18c0.5-0.5,0.8-1.2,0.8-2c0-1.7-1.3-3-3-3s-3,1.3-3,3c0,0.8,0.3,1.5,0.8,2L10.5,24 c-0.2,0-0.3,0-0.5,0c-1.7,0-3,1.3-3,3s1.3,3,3,3s3-1.3,3-3c0-0.8-0.3-1.5-0.8-2l3.3-6.1c0.2,0,0.3,0,0.5,0s0.3,0,0.5,0l3.3,6.1 c-0.5,0.5-0.8,1.2-0.8,2c0,1.7,1.3,3,3,3s3-1.3,3-3S23.7,24,22,24z M16,15c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S15.4,15,16,15z M10,28c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S10.6,28,10,28z M22,28c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S22.6,28,22,28z"
31
+ })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
32
+ 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,22H9v-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.5H23v2h0.5c3.6,0,6.5-2.9,6.5-6.5C30,12.4,27.8,9.7,24.8,9.1z"
33
+ })), children);
34
+ });
35
+ if (process.env.NODE_ENV !== "production") {
36
+ IbmWatsonQuery.propTypes = iconPropTypes;
37
+ }
38
+ const IbmWatsonSpeechToText = /*#__PURE__*/React.forwardRef(function IbmWatsonSpeechToText(_ref2, ref) {
39
+ let {
40
+ children,
41
+ size = 16,
42
+ ...rest
43
+ } = _ref2;
44
+ return /*#__PURE__*/React.createElement(Icon, {
45
+ width: size,
46
+ height: size,
47
+ ref: ref,
48
+ xmlns: "http://www.w3.org/2000/svg",
49
+ viewBox: "0 0 32 32",
50
+ fill: "currentColor",
51
+ ...rest
52
+ }, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
53
+ d: "M14 18H4c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h2.4l1.7 3 1.7-1-2.3-4H4v-6h10v6h-3v2h3c1.1 0 2-.9 2-2v-6C16 18.9 15.1 18 14 18zM19 26h2c3.9 0 7-3.1 7-7v-2h-2v2c0 2.8-2.2 5-5 5h-2V26zM18 11H24V13H18zM18 7H30V9H18zM18 3H30V5H18zM4 14h2v-2c0-2.8 2.2-5 5-5h4V5h-4c-3.9 0-7 3.1-7 7V14z"
54
+ })), children);
55
+ });
56
+ if (process.env.NODE_ENV !== "production") {
57
+ IbmWatsonSpeechToText.propTypes = iconPropTypes;
58
+ }
59
+ const IbmWatsonStudio = /*#__PURE__*/React.forwardRef(function IbmWatsonStudio(_ref3, ref) {
60
+ let {
61
+ children,
62
+ size = 16,
63
+ ...rest
64
+ } = _ref3;
65
+ return /*#__PURE__*/React.createElement(Icon, {
66
+ width: size,
67
+ height: size,
68
+ ref: ref,
69
+ xmlns: "http://www.w3.org/2000/svg",
70
+ viewBox: "0 0 32 32",
71
+ fill: "currentColor",
72
+ ...rest
73
+ }, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
74
+ d: "M25 21c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5S27.8 21 25 21zM25 13c-1.7 0-3 1.3-3 3s1.3 3 3 3 3-1.3 3-3S26.7 13 25 13zM14 11V6c0-1.1-.9-2-2-2h-2v2h2v5c0 2.1 1.1 3.9 2.7 5-1.6 1.1-2.7 2.9-2.7 5v5h-2v2h2c1.1 0 2-.9 2-2v-5c0-2.2 1.8-4 4-4v-2C15.8 15 14 13.2 14 11zM2 30v-6h6v6H2zM4 26v2h2v-2H4zM2 19v-6h6v6H2zM4 15v2h2v-2H4zM2 8V2h6v6H2zM4 4v2h2V4H4z"
75
+ })), children);
76
+ });
77
+ if (process.env.NODE_ENV !== "production") {
78
+ IbmWatsonStudio.propTypes = iconPropTypes;
79
+ }
80
+ const IbmWatsonTextToSpeech = /*#__PURE__*/React.forwardRef(function IbmWatsonTextToSpeech(_ref4, ref) {
81
+ let {
82
+ children,
83
+ size = 16,
84
+ ...rest
85
+ } = _ref4;
86
+ return /*#__PURE__*/React.createElement(Icon, {
87
+ width: size,
88
+ height: size,
89
+ ref: ref,
90
+ xmlns: "http://www.w3.org/2000/svg",
91
+ viewBox: "0 0 32 32",
92
+ fill: "currentColor",
93
+ ...rest
94
+ }, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
95
+ d: "M13 26h-2c-3.9 0-7-3.1-7-7v-2h2v2c0 2.8 2.2 5 5 5h2V26zM18 18h10c1.1 0 2 .9 2 2v6c0 1.1-.9 2-2 2h-2.4l-1.7 3-1.7-1 2.3-4H28v-6H18v6h3v2h-3c-1.1 0-2-.9-2-2v-6C16 18.9 16.9 18 18 18zM28 14h-2v-2c0-2.8-2.2-5-5-5h-4V5h4c3.9 0 7 3.1 7 7V14zM2 11H8V13H2zM2 7H14V9H2zM2 3H14V5H2z"
96
+ })), children);
97
+ });
98
+ if (process.env.NODE_ENV !== "production") {
99
+ IbmWatsonTextToSpeech.propTypes = iconPropTypes;
100
+ }
101
+ const IbmWatsonToneAnalyzer = /*#__PURE__*/React.forwardRef(function IbmWatsonToneAnalyzer(_ref5, ref) {
102
+ let {
103
+ children,
104
+ size = 16,
105
+ ...rest
106
+ } = _ref5;
107
+ return /*#__PURE__*/React.createElement(Icon, {
108
+ width: size,
109
+ height: size,
110
+ ref: ref,
111
+ xmlns: "http://www.w3.org/2000/svg",
112
+ viewBox: "0 0 32 32",
113
+ fill: "currentColor",
114
+ ...rest
115
+ }, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
116
+ d: "M23.9,10c-0.6-0.6-1.5-1-2.4-1s-1.8,0.4-2.4,1l-1.4-1.4c1-1,2.4-1.6,3.8-1.6s2.9,0.6,3.8,1.6L23.9,10z"
117
+ })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
118
+ cx: "24",
119
+ cy: "5",
120
+ r: "1"
121
+ })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
122
+ cx: "19",
123
+ cy: "5",
124
+ r: "1"
125
+ })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
126
+ d: "M15 0l13 0c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-3.5l-1.7 3L21 16l2.3-4H28V2H15v10h5v2h-5c-1.1 0-2-.9-2-2V2C13 .9 13.9 0 15 0zM20 19v6c0 .6-.4 1-1 1h-5v2h5c1.7 0 3-1.3 3-3v-6H20zM15.4 20.4c-.8 1-2.1 1.6-3.4 1.6s-2.6-.6-3.4-1.6L7 21.6c1.2 1.4 3 2.4 5 2.4s3.8-.9 5-2.4L15.4 20.4z"
127
+ })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
128
+ cx: "15.5",
129
+ cy: "17.5",
130
+ r: "1.5"
131
+ })), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
132
+ cx: "8.5",
133
+ cy: "17.5",
134
+ r: "1.5"
135
+ })), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
136
+ d: "M10.1,26H5c-0.6,0-1-0.4-1-1V14c0-0.6,0.4-1,1-1h5v-2H5c-1.7,0-3,1.3-3,3v11c0,1.7,1.3,3,3,3h4l2.3,4l1.7-1L10.1,26z"
137
+ })), children);
138
+ });
139
+ if (process.env.NODE_ENV !== "production") {
140
+ IbmWatsonToneAnalyzer.propTypes = iconPropTypes;
141
+ }
142
+ const IbmWatsonxAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonxAssistant(_ref6, ref) {
143
+ let {
144
+ children,
145
+ size = 16,
146
+ ...rest
147
+ } = _ref6;
148
+ return /*#__PURE__*/React.createElement(Icon, {
149
+ width: size,
150
+ height: size,
151
+ ref: ref,
152
+ xmlns: "http://www.w3.org/2000/svg",
153
+ viewBox: "0 0 32 32",
154
+ fill: "currentColor",
155
+ ...rest
156
+ }, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
157
+ d: "M28 2h-10c-1.1035 0-2 .8965-2 2v6c0 1.1035.8965 2 2 2h2.4229s1.7314 3 1.7314 3l1.7324-1-2.3096-4h-3.5771V4h10v6h-3s0 2 0 2h3c1.1035 0 2-.8965 2-2V4c0-1.1035-.8965-2-2-2zM14.6904 31l-1.7324-1 3.4648-6h5.5771c1.1046 0 2-.8954 2-2v-5h2v5c0 2.2091-1.7909 4-4 4h-4.4229l-2.8867 5z"
158
+ })), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
159
+ cx: "10",
160
+ cy: "17",
161
+ r: "1"
162
+ })), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
163
+ cx: "14",
164
+ cy: "17",
165
+ r: "1"
166
+ })), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
167
+ cx: "18",
168
+ cy: "17",
169
+ r: "1"
170
+ })), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
171
+ d: "m12,26h-6c-2.2091,0-4-1.7909-4-4v-10c0-2.2091,1.7909-4,4-4h8v2H6c-1.1046,0-2,.8954-2,2v10c0,1.1046.8954,2,2,2h6v2Z"
172
+ })), children);
173
+ });
174
+ if (process.env.NODE_ENV !== "production") {
175
+ IbmWatsonxAssistant.propTypes = iconPropTypes;
176
+ }
177
+ const IbmWatsonxCodeAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistant(_ref7, ref) {
178
+ let {
179
+ children,
180
+ size = 16,
181
+ ...rest
182
+ } = _ref7;
183
+ return /*#__PURE__*/React.createElement(Icon, {
184
+ width: size,
185
+ height: size,
186
+ ref: ref,
187
+ xmlns: "http://www.w3.org/2000/svg",
188
+ viewBox: "0 0 32 32",
189
+ fill: "currentColor",
190
+ ...rest
191
+ }, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
192
+ d: "M11 28h-2c-3.8599 0-7-3.1401-7-7v-2h2v2c0 2.7568 2.2432 5 5 5h2v2zM28.17 26L25.59 28.58 27 30 31 26 27 22 25.58 23.41 28.17 26zM22 31L20.085 30.4229 23 21 24.9149 21.5771 22 31zM16.83 26L19.41 23.42 18 22 14 26 18 30 19.42 28.59 16.83 26zM30 19h-2v-7c0-2.7614-2.2386-5-5-5h-4v-2h4c3.866 0 7 3.134 7 7v7z"
193
+ })), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
194
+ cx: "3",
195
+ cy: "4",
196
+ r: "1"
197
+ })), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
198
+ d: "M6 3H16V5H6z"
199
+ })), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
200
+ cx: "3",
201
+ cy: "12",
202
+ r: "1"
203
+ })), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
204
+ d: "M6 11H16V13H6zM2 15H12V17H2z"
205
+ })), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
206
+ cx: "15",
207
+ cy: "8",
208
+ r: "1"
209
+ })), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
210
+ d: "M2 7H12V9H2z"
211
+ })), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
212
+ cx: "15",
213
+ cy: "16",
214
+ r: "1"
215
+ })), children);
216
+ });
217
+ if (process.env.NODE_ENV !== "production") {
218
+ IbmWatsonxCodeAssistant.propTypes = iconPropTypes;
219
+ }
220
+ const IbmWatsonxCodeAssistantForZ = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistantForZ(_ref8, ref) {
221
+ let {
222
+ children,
223
+ size = 16,
224
+ ...rest
225
+ } = _ref8;
226
+ return /*#__PURE__*/React.createElement(Icon, {
227
+ width: size,
228
+ height: size,
229
+ ref: ref,
230
+ xmlns: "http://www.w3.org/2000/svg",
231
+ viewBox: "0 0 32 32",
232
+ fill: "currentColor",
233
+ ...rest
234
+ }, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
235
+ d: "M29.17 25L26.59 27.58 28 29 32 25 28 21 26.58 22.41 29.17 25zM23 30L21.0851 29.4229 24 20 25.9149 20.5771 23 30zM17.83 25L20.41 22.42 19 21 15 25 19 29 20.42 27.59 17.83 25zM18 19h-2V5c0-1.1028.8972-2 2-2h9c1.1028 0 2 .8972 2 2v11h-2V5h-9v14zM12 3H3c-1.1028 0-2 .8975-2 2v22c0 1.1025.8972 2 2 2h9c1.1028 0 2-.8975 2-2V5c0-1.1025-.8972-2-2-2zm.0002 7.0366l-6.925-5.0366h6.9248l.0002 5.0366zm-.7004 1.9634l-8.2998 6.0361V5.9639l8.2998 6.0361zm.7007 1.9634l.0007 11.8169-8.2795-5.7959 8.2788-6.021zm-9.0005 7.9575l7.2563 5.0791H3v-5.0791zm9 5.0791l.0012-.002v.002h-.0012z"
236
+ })), children);
237
+ });
238
+ if (process.env.NODE_ENV !== "production") {
239
+ IbmWatsonxCodeAssistantForZ.propTypes = iconPropTypes;
240
+ }
241
+ const IbmWatsonxCodeAssistantForZRefactor = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistantForZRefactor(_ref9, ref) {
242
+ let {
243
+ children,
244
+ size = 16,
245
+ ...rest
246
+ } = _ref9;
247
+ return /*#__PURE__*/React.createElement(Icon, {
248
+ width: size,
249
+ height: size,
250
+ ref: ref,
251
+ xmlns: "http://www.w3.org/2000/svg",
252
+ viewBox: "0 0 32 32",
253
+ fill: "currentColor",
254
+ ...rest
255
+ }, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
256
+ d: "M22.17 16L19.59 18.58 21 20 25 16 21 12 19.58 13.41 22.17 16zM15.5 21L13.5851 20.4229 16.5 11 18.4149 11.5771 15.5 21zM9.83 16L12.41 13.42 11 12 7 16 11 20 12.42 18.59 9.83 16z"
257
+ })), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
258
+ cx: "19",
259
+ cy: "28",
260
+ r: "1"
261
+ })), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
262
+ d: "m22,29v-2c2.7568,0,5-2.2432,5-5v-12c0-2.7568-2.2432-5-5-5h-6v-2h6c3.8594,0,7,3.1401,7,7v12c0,3.8594-3.1406,7-7,7Z"
263
+ })), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
264
+ cx: "13",
265
+ cy: "4",
266
+ r: "1"
267
+ })), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
268
+ d: "m16,29h-6c-3.8594,0-7-3.1406-7-7v-12c0-3.8599,3.1406-7,7-7v2c-2.7568,0-5,2.2432-5,5v12c0,2.7568,2.2432,5,5,5h6v2Z"
269
+ })), children);
270
+ });
271
+ if (process.env.NODE_ENV !== "production") {
272
+ IbmWatsonxCodeAssistantForZRefactor.propTypes = iconPropTypes;
273
+ }
274
+ const IbmWatsonxCodeAssistantForZValidationAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistantForZValidationAssistant(_ref10, ref) {
275
+ let {
276
+ children,
277
+ size = 16,
278
+ ...rest
279
+ } = _ref10;
280
+ return /*#__PURE__*/React.createElement(Icon, {
281
+ width: size,
282
+ height: size,
283
+ ref: ref,
284
+ xmlns: "http://www.w3.org/2000/svg",
285
+ viewBox: "0 0 32 32",
286
+ fill: "currentColor",
287
+ ...rest
288
+ }, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
289
+ d: "M16,2c-7.7,0-14,6.3-14,14s2.7,9.5,6.7,12l1.1-1.7c-3.5-2.1-5.8-5.9-5.8-10.3,0-6.6,5.4-12,12-12s12,5.4,12,12h2c0-7.7-6.3-14-14-14ZM14,21.4l-5-5,1.4-1.4,3.6,3.6,7.6-7.6,1.4,1.4-9,9ZM29.2,27l-2.6,2.6,1.4,1.4,4-4-4-4-1.4,1.4,2.6,2.6ZM22.5,32l-1.9-.6,2.9-9.4,1.9.6-2.9,9.4ZM16.8,27l2.6-2.6-1.4-1.4-4,4,4,4,1.4-1.4-2.6-2.6Z"
290
+ })), children);
291
+ });
292
+ if (process.env.NODE_ENV !== "production") {
293
+ IbmWatsonxCodeAssistantForZValidationAssistant.propTypes = iconPropTypes;
294
+ }
295
+ const IbmWatsonxOrchestrate = /*#__PURE__*/React.forwardRef(function IbmWatsonxOrchestrate(_ref11, ref) {
296
+ let {
297
+ children,
298
+ size = 16,
299
+ ...rest
300
+ } = _ref11;
301
+ return /*#__PURE__*/React.createElement(Icon, {
302
+ width: size,
303
+ height: size,
304
+ ref: ref,
305
+ xmlns: "http://www.w3.org/2000/svg",
306
+ viewBox: "0 0 32 32",
307
+ fill: "currentColor",
308
+ ...rest
309
+ }, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
310
+ d: "m27.9248,19.4282c-1.123,1.6104-2.9641,2.5718-4.9248,2.5718-2.1233,0-4.0464-1.0874-5.1438-2.9092l-1.7129,1.0322c1.4624,2.4277,4.0256,3.877,6.8567,3.877,1.4231,0,2.7925-.3911,3.9922-1.0835-2.3442,3.6958-6.4814,6.0835-10.9922,6.0835-5.7104,0-10.8347-3.8184-12.4617-9.2852l-1.917.5703c1.8774,6.3086,7.79,10.7148,14.3787,10.7148s12.5012-4.4062,14.3787-10.7148l-2.4539-.8569Z"
311
+ })), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
312
+ cx: "30",
313
+ cy: "16",
314
+ r: "2"
315
+ })), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
316
+ cx: "2",
317
+ cy: "16",
318
+ r: "2"
319
+ })), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
320
+ cx: "16",
321
+ cy: "16",
322
+ r: "2"
323
+ })), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
324
+ d: "m16,1C9.4114,1,3.4988,5.4062,1.6213,11.7148l2.4539.8569c1.123-1.6104,2.9641-2.5718,4.9248-2.5718s3.8018.9614,4.9248,2.5718l1.6406-1.144c-1.4971-2.1465-3.9514-3.4277-6.5654-3.4277-1.4231,0-2.7925.3911-3.9922,1.0835,2.3442-3.6953,6.4814-6.0835,10.9922-6.0835,5.7104,0,10.8347,3.8184,12.4617,9.2852l1.917-.5703c-1.8774-6.3086-7.79-10.7148-14.3787-10.7148Z"
325
+ })), children);
326
+ });
327
+ if (process.env.NODE_ENV !== "production") {
328
+ IbmWatsonxOrchestrate.propTypes = iconPropTypes;
329
+ }
330
+ const IbmZCloudModStack = /*#__PURE__*/React.forwardRef(function IbmZCloudModStack(_ref12, ref) {
331
+ let {
332
+ children,
333
+ size = 16,
334
+ ...rest
335
+ } = _ref12;
336
+ return /*#__PURE__*/React.createElement(Icon, {
337
+ width: size,
338
+ height: size,
339
+ ref: ref,
340
+ xmlns: "http://www.w3.org/2000/svg",
341
+ viewBox: "0 0 32 32",
342
+ fill: "currentColor",
343
+ ...rest
344
+ }, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
345
+ d: "M18.496,27.386L16,28.842L5,22.426v-5.852l10.016-5.843C15.308,10.897,15.641,11,16,11c1.104,0,2-0.896,2-2s-0.896-2-2-2 s-2,0.896-2,2c0,0.003,0.001,0.005,0.001,0.008L3.496,15.136C3.189,15.315,3,15.645,3,16v7c0,0.355,0.189,0.685,0.496,0.864l12,7 C15.652,30.955,15.826,31,16,31s0.348-0.045,0.504-0.136l3-1.75L18.496,27.386z"
346
+ })), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
347
+ d: "M28.504,8.136l-3-1.75l-1.008,1.728L27,9.574v12.852l-4.593,2.679l-10.409-6.093C11.999,19.007,12,19.004,12,19 c0-1.104-0.896-2-2-2s-2,0.896-2,2s0.896,2,2,2c0.358,0,0.69-0.102,0.981-0.267l10.92,6.393c0.156,0.091,0.331,0.137,0.505,0.137 c0.174,0,0.348-0.045,0.504-0.136l5.594-3.263C28.811,23.685,29,23.355,29,23V9C29,8.645,28.811,8.315,28.504,8.136z"
348
+ })), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
349
+ d: "M23,17.277V5.5c0-0.355-0.189-0.685-0.496-0.864l-6-3.5C16.348,1.045,16.174,1,16,1s-0.348,0.045-0.504,0.136l-12,7 C3.189,8.315,3,8.645,3,9v2.999h2V9.574l11-6.417l5,2.917v11.203c-0.595,0.347-1,0.984-1,1.723c0,1.104,0.896,2,2,2s2-0.896,2-2 C24,18.262,23.595,17.624,23,17.277z"
350
+ })), children);
351
+ });
352
+ if (process.env.NODE_ENV !== "production") {
353
+ IbmZCloudModStack.propTypes = iconPropTypes;
354
+ }
355
+ const IbmZEnvironmentsDevSecOps = /*#__PURE__*/React.forwardRef(function IbmZEnvironmentsDevSecOps(_ref13, ref) {
356
+ let {
357
+ children,
358
+ size = 16,
359
+ ...rest
360
+ } = _ref13;
361
+ return /*#__PURE__*/React.createElement(Icon, {
362
+ width: size,
363
+ height: size,
364
+ ref: ref,
365
+ xmlns: "http://www.w3.org/2000/svg",
366
+ viewBox: "0 0 32 32",
367
+ fill: "currentColor",
368
+ ...rest
369
+ }, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
370
+ d: "m23.5,16v2c3.0327,0,5.5,2.4673,5.5,5.5s-2.4673,5.5-5.5,5.5-5.5-2.4673-5.5-5.5h-2c0,4.1422,3.3578,7.5,7.5,7.5s7.5-3.3578,7.5-7.5-3.3578-7.5-7.5-7.5Z"
371
+ })), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
372
+ d: "M23.5 26c1.3807 0 2.5-1.1193 2.5-2.5s-1.1193-2.5-2.5-2.5c-.3217 0-.6268.066-.9093.1766l-4.8837-4.8837-1.4141 1.4141 4.8837 4.8837c-.1107.2825-.1766.5876-.1766.9093 0 1.3807 1.1193 2.5 2.5 2.5zM29 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.8638v4zM7 6H9V16H7z"
373
+ })), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
374
+ d: "m13.9998,29.991l-10.5037-6.1272c-.3071-.1792-.4961-.5081-.4961-.8638v-14h2v13.4257l10.0076,5.8378-1.0078,1.7275Z"
375
+ })), children);
376
+ });
377
+ if (process.env.NODE_ENV !== "production") {
378
+ IbmZEnvironmentsDevSecOps.propTypes = iconPropTypes;
379
+ }
380
+ const IbmZOpenEditor = /*#__PURE__*/React.forwardRef(function IbmZOpenEditor(_ref14, ref) {
381
+ let {
382
+ children,
383
+ size = 16,
384
+ ...rest
385
+ } = _ref14;
386
+ return /*#__PURE__*/React.createElement(Icon, {
387
+ width: size,
388
+ height: size,
389
+ ref: ref,
390
+ xmlns: "http://www.w3.org/2000/svg",
391
+ viewBox: "0 0 32 32",
392
+ fill: "currentColor",
393
+ ...rest
394
+ }, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
395
+ d: "M29,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.8638v4ZM7,16h2V6h-2v10ZM15,28.2718l-10.0013-5.8403v-13.4315h-1.9987v14.006c0,.3559.1889.6849.4958.8642l10.4971,6.1298,1.0072-1.7282h-.0001ZM26,17l-1.4141,1.4141,3.5854,3.5859-3.5854,3.5859,1.4141,1.4141,5-5-5-5ZM15,22l5,5,1.4141-1.4141-3.5854-3.5859,3.5854-3.5859-1.4141-1.4141-5,5Z"
396
+ })), children);
397
+ });
398
+ if (process.env.NODE_ENV !== "production") {
399
+ IbmZOpenEditor.propTypes = iconPropTypes;
400
+ }
401
+ const IbmZProcessorCapacityReference = /*#__PURE__*/React.forwardRef(function IbmZProcessorCapacityReference(_ref15, ref) {
402
+ let {
403
+ children,
404
+ size = 16,
405
+ ...rest
406
+ } = _ref15;
407
+ return /*#__PURE__*/React.createElement(Icon, {
408
+ width: size,
409
+ height: size,
410
+ ref: ref,
411
+ xmlns: "http://www.w3.org/2000/svg",
412
+ viewBox: "0 0 32 32",
413
+ fill: "currentColor",
414
+ ...rest
415
+ }, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
416
+ d: "M25 25H27V29H25zM21 23H23V29H21zM29 20H31V29H29z"
417
+ })), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
418
+ d: "M30 17V5c0-1.1046-.8954-2-2-2h-9c-1.1046 0-2 .8954-2 2v24h2V5h9v12h2zM13 3H4c-1.1046 0-2 .8954-2 2v22c0 1.1046.8954 2 2 2h9c1.1046 0 2-.8954 2-2V5c0-1.1046-.8954-2-2-2zm-9 2.9635l8.2998 6.0365-8.2998 6.0365V5.9635zm0 21.0365v-5.0366l6.9253 5.0366h-6.9253zm9-.9635l-8.2998-6.0365 8.2998-6.0365v12.073zm0-15.9999l-6.9253-5.0366h6.9253v5.0366z"
419
+ })), children);
420
+ });
421
+ if (process.env.NODE_ENV !== "production") {
422
+ IbmZProcessorCapacityReference.propTypes = iconPropTypes;
423
+ }
424
+ const IbmZCloudProvisioning = /*#__PURE__*/React.forwardRef(function IbmZCloudProvisioning(_ref16, ref) {
425
+ let {
426
+ children,
427
+ size = 16,
428
+ ...rest
429
+ } = _ref16;
430
+ return /*#__PURE__*/React.createElement(Icon, {
431
+ width: size,
432
+ height: size,
433
+ ref: ref,
434
+ xmlns: "http://www.w3.org/2000/svg",
435
+ viewBox: "0 0 32 32",
436
+ fill: "currentColor",
437
+ ...rest
438
+ }, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
439
+ d: "M10 17H14V21H10zM17 10H21V14H17zM17 17H21V21H17z"
440
+ })), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
441
+ d: "M19.758 26.65L16 28.842 5 22.426V18H3v5c0 .355.189.685.496.864l12 7C15.652 30.955 15.826 31 16 31s.348-.045.504-.136l4.282-2.498L19.758 26.65zM28.504 8.136l-4.269-2.49-1.029 1.715L27 9.574v12.852l-3.787 2.209 1.029 1.715 4.262-2.486C28.811 23.685 29 23.355 29 23V9C29 8.645 28.811 8.315 28.504 8.136zM5 9.574l11-6.417 3.751 2.188L20.78 3.63l-4.276-2.494C16.348 1.045 16.174 1 16 1s-.348.045-.504.136l-12 7C3.189 8.315 3 8.645 3 9v5h2V9.574z"
442
+ })), children);
443
+ });
444
+ if (process.env.NODE_ENV !== "production") {
445
+ IbmZCloudProvisioning.propTypes = iconPropTypes;
446
+ }
447
+ const IbmZOs = /*#__PURE__*/React.forwardRef(function IbmZOs(_ref17, ref) {
448
+ let {
449
+ children,
450
+ size = 16,
451
+ ...rest
452
+ } = _ref17;
453
+ return /*#__PURE__*/React.createElement(Icon, {
454
+ width: size,
455
+ height: size,
456
+ ref: ref,
457
+ xmlns: "http://www.w3.org/2000/svg",
458
+ viewBox: "0 0 32 32",
459
+ fill: "currentColor",
460
+ ...rest
461
+ }, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
462
+ d: "M16 32c-5.0793 0-9.7449-2.3319-12.7998-6.3979l1.5991-1.2014c2.6736 3.5585 6.7561 5.5994 11.2007 5.5994s8.5281-2.0413 11.2014-5.6005l1.5991 1.2012c-3.0547 4.0668-7.7202 6.3993-12.8005 6.3993zM30 22h-5v-2h5v-3h-3c-1.1028 0-2-.8972-2-2v-3c0-1.1028.8972-2 2-2h5v2h-5v3h3c1.1028 0 2 .8972 2 2v3c0 1.1028-.8972 2-2 2zM21 22h-4c-1.1028 0-2-.8972-2-2v-8c0-1.1028.8972-2 2-2h4c1.1028 0 2 .8972 2 2v8c0 1.1028-.8972 2-2 2zm-4-10v8h4v-8h-4zM11.4458 10L7.4458 22 9.5542 22 13.5542 10 11.4458 10zM6 22L0 22 0 19.6973 3.7981 14 0 14 0 12 6 12 6 14.3027 2.2019 20 6 20 6 22zM16.0001 0C10.9207 0 6.2552 2.3319 3.2003 6.3979l1.5991 1.2014c2.6736-3.5585 6.7561-5.5994 11.2007-5.5994s8.5281 2.0413 11.2014 5.6005l1.5991-1.2012C25.7459 2.3325 21.0804 0 16.0001 0z"
463
+ })), children);
464
+ });
465
+ if (process.env.NODE_ENV !== "production") {
466
+ IbmZOs.propTypes = iconPropTypes;
467
+ }
468
+ const IbmZOsAiControlInterface = /*#__PURE__*/React.forwardRef(function IbmZOsAiControlInterface(_ref18, ref) {
469
+ let {
470
+ children,
471
+ size = 16,
472
+ ...rest
473
+ } = _ref18;
474
+ return /*#__PURE__*/React.createElement(Icon, {
475
+ width: size,
476
+ height: size,
477
+ ref: ref,
478
+ xmlns: "http://www.w3.org/2000/svg",
479
+ viewBox: "0 0 32 32",
480
+ fill: "currentColor",
481
+ ...rest
482
+ }, _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
483
+ cx: "12",
484
+ cy: "21",
485
+ r: "1"
486
+ })), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
487
+ d: "m23,25h-14c-1.1028,0-2-.8972-2-2v-4c0-1.1028.8972-2,2-2h14c1.1028,0,2,.8972,2,2v4c0,1.1028-.8972,2-2,2Zm-14-6v4h14v-4h-14Z"
488
+ })), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
489
+ cx: "12",
490
+ cy: "11",
491
+ r: "1"
492
+ })), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
493
+ d: "m23,15h-14c-1.1028,0-2-.8972-2-2v-4c0-1.1028.8972-2,2-2h14c1.1028,0,2,.8972,2,2v4c0,1.1028-.8972,2-2,2Zm-14-6v4h14v-4h-14Z"
494
+ })), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
495
+ d: "m28,30H4c-1.103,0-2-.897-2-2v-12h2v12h24V4h-12v-2h12c1.103,0,2,.897,2,2v24c0,1.103-.897,2-2,2Z"
496
+ })), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
497
+ d: "M8.5 1.5H13.5V3.5H8.5z",
498
+ transform: "rotate(90 11 2.5)"
499
+ })), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
500
+ d: "M1.975 3.475H6.975V5.475H1.975z",
501
+ transform: "rotate(45 4.475 4.475)"
502
+ })), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
503
+ d: "M0 10H5V12H0z"
504
+ })), children);
505
+ });
506
+ if (process.env.NODE_ENV !== "production") {
507
+ IbmZOsAiControlInterface.propTypes = iconPropTypes;
508
+ }
509
+ const IbmZOsContainers = /*#__PURE__*/React.forwardRef(function IbmZOsContainers(_ref19, ref) {
510
+ let {
511
+ children,
512
+ size = 16,
513
+ ...rest
514
+ } = _ref19;
515
+ return /*#__PURE__*/React.createElement(Icon, {
516
+ width: size,
517
+ height: size,
518
+ ref: ref,
519
+ xmlns: "http://www.w3.org/2000/svg",
520
+ viewBox: "0 0 32 32",
521
+ fill: "currentColor",
522
+ ...rest
523
+ }, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
524
+ d: "m29,12h-9V3h9v9Zm-7-2h5v-5h-5v5Z"
525
+ })), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
526
+ d: "m20,15v2h7v10h-10V3H5c-1.1028,0-2,.8975-2,2v22c0,1.1025.8972,2,2,2h22c1.1028,0,2-.8975,2-2v-12h-9Zm-13.5859,2h8.5859v8.5859l-8.5859-8.5859Zm8.5859-2H6.4141L15,6.4141v8.5859Zm-1.4141-10L5,13.5859V5h8.5859Zm-8.5859,13.4141l8.5859,8.5859H5v-8.5859Z"
527
+ })), children);
528
+ });
529
+ if (process.env.NODE_ENV !== "production") {
530
+ IbmZOsContainers.propTypes = iconPropTypes;
531
+ }
532
+ const IbmZOsPackageManager = /*#__PURE__*/React.forwardRef(function IbmZOsPackageManager(_ref20, ref) {
533
+ let {
534
+ children,
535
+ size = 16,
536
+ ...rest
537
+ } = _ref20;
538
+ return /*#__PURE__*/React.createElement(Icon, {
539
+ width: size,
540
+ height: size,
541
+ ref: ref,
542
+ xmlns: "http://www.w3.org/2000/svg",
543
+ viewBox: "0 0 32 32",
544
+ fill: "currentColor",
545
+ ...rest
546
+ }, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
547
+ d: "M15 9v10.172l-2.586-2.586L11 18l5 5 5-5-1.414-1.414L17 19.172V9H15zM19.758 26.65L16 28.842 5 22.426V18H3v5c0 .355.189.685.496.864l12 7C15.652 30.955 15.826 31 16 31s.348-.045.504-.136l4.282-2.498L19.758 26.65zM28.504 8.136l-4.269-2.49-1.029 1.715L27 9.574v12.852l-3.787 2.209 1.029 1.715 4.262-2.486C28.811 23.685 29 23.355 29 23V9C29 8.645 28.811 8.315 28.504 8.136zM5 9.574l11-6.417 3.751 2.188L20.78 3.63l-4.276-2.494C16.348 1.045 16.174 1 16 1s-.348.045-.504.136l-12 7C3.189 8.315 3 8.645 3 9v5h2V9.574z"
548
+ })), children);
549
+ });
550
+ if (process.env.NODE_ENV !== "production") {
551
+ IbmZOsPackageManager.propTypes = iconPropTypes;
552
+ }
553
+ const WatsonHealthICa_2D = /*#__PURE__*/React.forwardRef(function WatsonHealthICa_2D(_ref21, ref) {
554
+ let {
555
+ children,
556
+ size = 16,
557
+ ...rest
558
+ } = _ref21;
559
+ return /*#__PURE__*/React.createElement(Icon, {
560
+ width: size,
561
+ height: size,
562
+ ref: ref,
563
+ xmlns: "http://www.w3.org/2000/svg",
564
+ viewBox: "0 0 32 32",
565
+ fill: "currentColor",
566
+ ...rest
567
+ }, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
568
+ d: "M22 24H10a2.0023 2.0023 0 01-2-2V10a2.0023 2.0023 0 012-2H22a2.0023 2.0023 0 012 2V22A2.0023 2.0023 0 0122 24zM10 10V22H22V10zM11 2L2 2 2 11 4 11 4 4 11 4 11 2zM2 21L2 30 11 30 11 28 4 28 4 21 2 21zM30 11L30 2 21 2 21 4 28 4 28 11 30 11zM21 30L30 30 30 21 28 21 28 28 21 28 21 30z"
569
+ })), children);
570
+ });
571
+ if (process.env.NODE_ENV !== "production") {
572
+ WatsonHealthICa_2D.propTypes = iconPropTypes;
573
+ }
574
+ const IceAccretion = /*#__PURE__*/React.forwardRef(function IceAccretion(_ref22, ref) {
575
+ let {
576
+ children,
577
+ size = 16,
578
+ ...rest
579
+ } = _ref22;
580
+ return /*#__PURE__*/React.createElement(Icon, {
581
+ width: size,
582
+ height: size,
583
+ ref: ref,
584
+ xmlns: "http://www.w3.org/2000/svg",
585
+ viewBox: "0 0 32 32",
586
+ fill: "currentColor",
587
+ ...rest
588
+ }, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
589
+ d: "M4 2A2 2 0 002 4V20l1 2 1-2V4H8V14l1 2 1-2V2zM28 2H14v8l1 2 1-2V4h2V17l1 2 1-2V4h4V14l1 2 1-2V4h2V24l1 2 1-2V4A2 2 0 0028 2zM14 28L13 30 12 28 12 16 14 16 14 28z"
590
+ })), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
591
+ d: "M24 26L23 28 22 26 22 20 24 20 24 26zM8 24L7 26 6 24 6 18 8 18 8 24z"
592
+ })), children);
593
+ });
594
+ if (process.env.NODE_ENV !== "production") {
595
+ IceAccretion.propTypes = iconPropTypes;
596
+ }
597
+ const IceVision = /*#__PURE__*/React.forwardRef(function IceVision(_ref23, ref) {
598
+ let {
599
+ children,
600
+ size = 16,
601
+ ...rest
602
+ } = _ref23;
603
+ return /*#__PURE__*/React.createElement(Icon, {
604
+ width: size,
605
+ height: size,
606
+ ref: ref,
607
+ xmlns: "http://www.w3.org/2000/svg",
608
+ viewBox: "0 0 32 32",
609
+ fill: "currentColor",
610
+ ...rest
611
+ }, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
612
+ d: "M19 14L19 21 20 23 21 21 21 14 19 14zM17 14H13a2 2 0 00-2 2v4l1 2 1-2V16h2v7l1 2 1-2z"
613
+ })), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
614
+ d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
615
+ })), children);
616
+ });
617
+ if (process.env.NODE_ENV !== "production") {
618
+ IceVision.propTypes = iconPropTypes;
619
+ }
620
+ const QID = /*#__PURE__*/React.forwardRef(function QID(_ref24, ref) {
621
+ let {
622
+ children,
623
+ size = 16,
624
+ ...rest
625
+ } = _ref24;
626
+ return /*#__PURE__*/React.createElement(Icon, {
627
+ width: size,
628
+ height: size,
629
+ ref: ref,
630
+ xmlns: "http://www.w3.org/2000/svg",
631
+ viewBox: "0 0 32 32",
632
+ fill: "currentColor",
633
+ ...rest
634
+ }, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
635
+ d: "M10 9H12V11H10zM18 23H14V9h4a4 4 0 014 4v6A4 4 0 0118 23zm-2-2h2a2 2 0 002-2V13a2 2 0 00-2-2H16zM10 13H12V23H10z"
636
+ })), children);
637
+ });
638
+ if (process.env.NODE_ENV !== "production") {
639
+ QID.propTypes = iconPropTypes;
640
+ }
641
+ const IdManagement = /*#__PURE__*/React.forwardRef(function IdManagement(_ref25, ref) {
642
+ let {
643
+ children,
644
+ size = 16,
645
+ ...rest
646
+ } = _ref25;
647
+ return /*#__PURE__*/React.createElement(Icon, {
648
+ width: size,
649
+ height: size,
650
+ ref: ref,
651
+ xmlns: "http://www.w3.org/2000/svg",
652
+ viewBox: "0 0 32 32",
653
+ fill: "currentColor",
654
+ ...rest
655
+ }, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
656
+ d: "M15 20H9a3 3 0 00-3 3v2H8V23a1 1 0 011-1h6a1 1 0 011 1v2h2V23A3 3 0 0015 20zM12 19a4 4 0 10-4-4A4 4 0 0012 19zm0-6a2 2 0 11-2 2A2 2 0 0112 13z"
657
+ })), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
658
+ d: "M28,19v9H4V8H16V6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V19Z"
659
+ })), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
660
+ d: "M20 19H26V21H20zM22 23H26V25H22zM32 10V8H29.8989a4.9678 4.9678 0 00-.7319-1.7529l1.49-1.49-1.414-1.414-1.49 1.49A4.9678 4.9678 0 0026 4.1011V2H24V4.1011a4.9678 4.9678 0 00-1.7529.7319l-1.49-1.49-1.414 1.414 1.49 1.49A4.9678 4.9678 0 0020.1011 8H18v2h2.1011a4.9678 4.9678 0 00.7319 1.7529l-1.49 1.49 1.414 1.414 1.49-1.49A4.9678 4.9678 0 0024 13.8989V16h2V13.8989a4.9678 4.9678 0 001.7529-.7319l1.49 1.49 1.414-1.414-1.49-1.49A4.9678 4.9678 0 0029.8989 10zm-7 2a3 3 0 113-3A3.0033 3.0033 0 0125 12z"
661
+ })), children);
662
+ });
663
+ if (process.env.NODE_ENV !== "production") {
664
+ IdManagement.propTypes = iconPropTypes;
665
+ }
666
+ const Idea = /*#__PURE__*/React.forwardRef(function Idea(_ref26, ref) {
667
+ let {
668
+ children,
669
+ size = 16,
670
+ ...rest
671
+ } = _ref26;
672
+ return /*#__PURE__*/React.createElement(Icon, {
673
+ width: size,
674
+ height: size,
675
+ ref: ref,
676
+ xmlns: "http://www.w3.org/2000/svg",
677
+ viewBox: "0 0 32 32",
678
+ fill: "currentColor",
679
+ ...rest
680
+ }, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
681
+ d: "M11 24H21V26H11zM13 28H19V30H13zM16 2A10 10 0 006 12a9.19 9.19 0 003.46 7.62c1 .93 1.54 1.46 1.54 2.38h2c0-1.84-1.11-2.87-2.19-3.86A7.2 7.2 0 018 12a8 8 0 0116 0 7.2 7.2 0 01-2.82 6.14c-1.07 1-2.18 2-2.18 3.86h2c0-.92.53-1.45 1.54-2.39A9.18 9.18 0 0026 12 10 10 0 0016 2z"
682
+ })), children);
683
+ });
684
+ if (process.env.NODE_ENV !== "production") {
685
+ Idea.propTypes = iconPropTypes;
686
+ }
687
+ const Identification = /*#__PURE__*/React.forwardRef(function Identification(_ref27, ref) {
688
+ let {
689
+ children,
690
+ size = 16,
691
+ ...rest
692
+ } = _ref27;
693
+ return /*#__PURE__*/React.createElement(Icon, {
694
+ width: size,
695
+ height: size,
696
+ ref: ref,
697
+ xmlns: "http://www.w3.org/2000/svg",
698
+ viewBox: "0 0 32 32",
699
+ fill: "currentColor",
700
+ ...rest
701
+ }, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
702
+ d: "M28,6V26H4V6H28m0-2H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2Z"
703
+ })), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
704
+ d: "M6 10H13V12H6zM6 14H10V16H6zM23 18H17a3 3 0 00-3 3v2h2V21a1 1 0 011-1h6a1 1 0 011 1v2h2V21A3 3 0 0023 18zM20 17a4 4 0 10-4-4A4 4 0 0020 17zm0-6a2 2 0 11-2 2A2 2 0 0120 11z"
705
+ })), children);
706
+ });
707
+ if (process.env.NODE_ENV !== "production") {
708
+ Identification.propTypes = iconPropTypes;
709
+ }
710
+ const Image = /*#__PURE__*/React.forwardRef(function Image(_ref28, ref) {
711
+ let {
712
+ children,
713
+ size = 16,
714
+ ...rest
715
+ } = _ref28;
716
+ return /*#__PURE__*/React.createElement(Icon, {
717
+ width: size,
718
+ height: size,
719
+ ref: ref,
720
+ xmlns: "http://www.w3.org/2000/svg",
721
+ viewBox: "0 0 32 32",
722
+ fill: "currentColor",
723
+ ...rest
724
+ }, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
725
+ d: "M19,14a3,3,0,1,0-3-3A3,3,0,0,0,19,14Zm0-4a1,1,0,1,1-1,1A1,1,0,0,1,19,10Z"
726
+ })), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
727
+ d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4Zm0,22H6V20l5-5,5.59,5.59a2,2,0,0,0,2.82,0L21,19l5,5Zm0-4.83-3.59-3.59a2,2,0,0,0-2.82,0L18,19.17l-5.59-5.59a2,2,0,0,0-2.82,0L6,17.17V6H26Z"
728
+ })), children);
729
+ });
730
+ if (process.env.NODE_ENV !== "production") {
731
+ Image.propTypes = iconPropTypes;
732
+ }
733
+ const ImageCopy = /*#__PURE__*/React.forwardRef(function ImageCopy(_ref29, ref) {
734
+ let {
735
+ children,
736
+ size = 16,
737
+ ...rest
738
+ } = _ref29;
739
+ return /*#__PURE__*/React.createElement(Icon, {
740
+ width: size,
741
+ height: size,
742
+ ref: ref,
743
+ xmlns: "http://www.w3.org/2000/svg",
744
+ viewBox: "0 0 32 32",
745
+ fill: "currentColor",
746
+ ...rest
747
+ }, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
748
+ d: "M4 22H2V4A2.0023 2.0023 0 014 2H22V4H4zM21 17a3 3 0 10-3-3A3.0033 3.0033 0 0021 17zm0-4a1 1 0 11-1 1A1.0009 1.0009 0 0121 13z"
749
+ })), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
750
+ d: "M28,7H9A2.0025,2.0025,0,0,0,7,9V28a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V9A2.0025,2.0025,0,0,0,28,7Zm0,21H9v-6l4-3.9971,5.5859,5.586a2,2,0,0,0,2.8282,0L23,22.0034,28,27Zm0-3.8281-3.5859-3.586a2,2,0,0,0-2.8282,0L20,22.1719l-5.5859-5.586a2,2,0,0,0-2.8282,0L9,19.1719V9H28Z"
751
+ })), children);
752
+ });
753
+ if (process.env.NODE_ENV !== "production") {
754
+ ImageCopy.propTypes = iconPropTypes;
755
+ }
756
+ const ImageMedical = /*#__PURE__*/React.forwardRef(function ImageMedical(_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
+ }, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
771
+ d: "M26,6V26H6V6H26m0-2H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2Z"
772
+ })), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
773
+ d: "M22 16L22 14 17 14 17 12 20 12 20 10 17 10 17 8 15 8 15 10 12 10 12 12 15 12 15 14 10 14 10 16 15 16 15 18 10 18 10 20 15 20 15 22 12 22 12 24 20 24 20 22 17 22 17 20 22 20 22 18 17 18 17 16 22 16z"
774
+ })), children);
775
+ });
776
+ if (process.env.NODE_ENV !== "production") {
777
+ ImageMedical.propTypes = iconPropTypes;
778
+ }
779
+ const ImageReference = /*#__PURE__*/React.forwardRef(function ImageReference(_ref31, ref) {
780
+ let {
781
+ children,
782
+ size = 16,
783
+ ...rest
784
+ } = _ref31;
785
+ return /*#__PURE__*/React.createElement(Icon, {
786
+ width: size,
787
+ height: size,
788
+ ref: ref,
789
+ xmlns: "http://www.w3.org/2000/svg",
790
+ viewBox: "0 0 32 32",
791
+ fill: "currentColor",
792
+ ...rest
793
+ }, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
794
+ d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM19 14a3 3 0 10-3-3A3 3 0 0019 14zm0-4a1 1 0 11-1 1A1 1 0 0119 10z"
795
+ })), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
796
+ d: "M26,4H6A2,2,0,0,0,4,6V16H6V6H26V21.17l-3.59-3.59a2,2,0,0,0-2.82,0L18,19.17,11.8308,13l-1.4151,1.4155L14,18l2.59,2.59a2,2,0,0,0,2.82,0L21,19l5,5v2H16v2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4Z"
797
+ })), children);
798
+ });
799
+ if (process.env.NODE_ENV !== "production") {
800
+ ImageReference.propTypes = iconPropTypes;
801
+ }
802
+ const ImageSearch = /*#__PURE__*/React.forwardRef(function ImageSearch(_ref32, ref) {
803
+ let {
804
+ children,
805
+ size = 16,
806
+ ...rest
807
+ } = _ref32;
808
+ return /*#__PURE__*/React.createElement(Icon, {
809
+ width: size,
810
+ height: size,
811
+ ref: ref,
812
+ xmlns: "http://www.w3.org/2000/svg",
813
+ viewBox: "0 0 32 32",
814
+ fill: "currentColor",
815
+ ...rest
816
+ }, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
817
+ d: "M24 14a5.99 5.99 0 00-4.885 9.4712L14 28.5859 15.4141 30l5.1147-5.1147A5.9971 5.9971 0 1024 14zm0 10a4 4 0 114-4A4.0045 4.0045 0 0124 24zM17 12a3 3 0 10-3-3A3.0033 3.0033 0 0017 12zm0-4a1 1 0 11-1 1A1.0009 1.0009 0 0117 8z"
818
+ })), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
819
+ d: "M12,24H4V17.9966L9,13l5.5859,5.5859L16,17.168l-5.5859-5.5855a2,2,0,0,0-2.8282,0L4,15.168V4H24v6h2V4a2.0023,2.0023,0,0,0-2-2H4A2.002,2.002,0,0,0,2,4V24a2.0023,2.0023,0,0,0,2,2h8Z"
820
+ })), children);
821
+ });
822
+ if (process.env.NODE_ENV !== "production") {
823
+ ImageSearch.propTypes = iconPropTypes;
824
+ }
825
+ const ImageSearchAlt = /*#__PURE__*/React.forwardRef(function ImageSearchAlt(_ref33, ref) {
826
+ let {
827
+ children,
828
+ size = 16,
829
+ ...rest
830
+ } = _ref33;
831
+ return /*#__PURE__*/React.createElement(Icon, {
832
+ width: size,
833
+ height: size,
834
+ ref: ref,
835
+ xmlns: "http://www.w3.org/2000/svg",
836
+ viewBox: "0 0 32 32",
837
+ fill: "currentColor",
838
+ ...rest
839
+ }, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
840
+ d: "M10,16a5.9908,5.9908,0,0,0,9.4712,4.8853L24.5859,26,26,24.5859l-5.115-5.1147A5.997,5.997,0,1,0,10,16Zm2,0a4,4,0,1,1,4,4A4.0045,4.0045,0,0,1,12,16Z"
841
+ })), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
842
+ d: "M29,7H22.54L20.83,4.45A.9946.9946,0,0,0,20,4H12a.9946.9946,0,0,0-.83.45L9.46,7H3A1.0031,1.0031,0,0,0,2,8V25a1.0031,1.0031,0,0,0,1,1h9V24H4V9h6a.9946.9946,0,0,0,.83-.45L12.54,6h6.92l1.71,2.55A.9946.9946,0,0,0,22,9h6V21h2V8A1.0031,1.0031,0,0,0,29,7Z"
843
+ })), children);
844
+ });
845
+ if (process.env.NODE_ENV !== "production") {
846
+ ImageSearchAlt.propTypes = iconPropTypes;
847
+ }
848
+ const WatsonHealthImageAvailabilityLocal = /*#__PURE__*/React.forwardRef(function WatsonHealthImageAvailabilityLocal(_ref34, ref) {
849
+ let {
850
+ children,
851
+ size = 16,
852
+ ...rest
853
+ } = _ref34;
854
+ return /*#__PURE__*/React.createElement(Icon, {
855
+ width: size,
856
+ height: size,
857
+ ref: ref,
858
+ xmlns: "http://www.w3.org/2000/svg",
859
+ viewBox: "0 0 32 32",
860
+ fill: "currentColor",
861
+ ...rest
862
+ }, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
863
+ d: "M16,18c-2.8,0-5-2.2-5-5s2.2-5,5-5s5,2.2,5,5S18.8,18,16,18z"
864
+ })), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
865
+ d: "M16,30l-8.4-9.9c0-0.1-0.3-0.5-0.3-0.5C5.8,17.7,5,15.4,5,13C5,6.9,9.9,2,16,2s11,4.9,11,11c0,2.4-0.8,4.7-2.2,6.6l0,0 c0,0-0.3,0.4-0.3,0.4L16,30z M8.8,18.4c0,0,0.2,0.3,0.3,0.4l6.9,8.1l6.9-8.1c0-0.1,0.3-0.4,0.3-0.4C24.4,16.8,25,15,25,13 c0-5-4-9-9-9s-9,4-9,9C7,15,7.6,16.8,8.8,18.4L8.8,18.4z"
866
+ })), children);
867
+ });
868
+ if (process.env.NODE_ENV !== "production") {
869
+ WatsonHealthImageAvailabilityLocal.propTypes = iconPropTypes;
870
+ }
871
+ const WatsonHealthImageAvailabilityRetrieving = /*#__PURE__*/React.forwardRef(function WatsonHealthImageAvailabilityRetrieving(_ref35, ref) {
872
+ let {
873
+ children,
874
+ size = 16,
875
+ ...rest
876
+ } = _ref35;
877
+ return /*#__PURE__*/React.createElement(Icon, {
878
+ width: size,
879
+ height: size,
880
+ ref: ref,
881
+ xmlns: "http://www.w3.org/2000/svg",
882
+ viewBox: "0 0 32 32",
883
+ fill: "currentColor",
884
+ ...rest
885
+ }, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
886
+ d: "M10 13L11.4 11.6 15 15.2 15 2 17 2 17 15.2 20.6 11.6 22 13 16 19z"
887
+ })), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
888
+ d: "M20,2.8V5c3,1.5,5,4.5,5,8c0,2-0.6,3.8-1.8,5.4c0,0-0.2,0.3-0.3,0.4L16,26.9l-6.9-8.1c-0.1-0.1-0.3-0.4-0.3-0.4 C7.6,16.8,7,15,7,13c0-3.5,2-6.6,5-8V2.8C7.9,4.4,5,8.3,5,13c0,2.4,0.8,4.7,2.2,6.6c0,0,0.3,0.4,0.3,0.5L16,30l8.4-10 c0-0.1,0.3-0.4,0.3-0.4l0,0c1.4-1.9,2.2-4.2,2.2-6.6C27,8.3,24.1,4.4,20,2.8z"
889
+ })), children);
890
+ });
891
+ if (process.env.NODE_ENV !== "production") {
892
+ WatsonHealthImageAvailabilityRetrieving.propTypes = iconPropTypes;
893
+ }
894
+ const WatsonHealthImageAvailabilityUnavailable = /*#__PURE__*/React.forwardRef(function WatsonHealthImageAvailabilityUnavailable(_ref36, ref) {
895
+ let {
896
+ children,
897
+ size = 16,
898
+ ...rest
899
+ } = _ref36;
900
+ return /*#__PURE__*/React.createElement(Icon, {
901
+ width: size,
902
+ height: size,
903
+ ref: ref,
904
+ xmlns: "http://www.w3.org/2000/svg",
905
+ viewBox: "0 0 32 32",
906
+ fill: "currentColor",
907
+ ...rest
908
+ }, _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
909
+ cx: "16",
910
+ cy: "20.5",
911
+ r: "1.5"
912
+ })), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
913
+ d: "M17,17h-2v-4h2c1.1,0,2-0.9,2-2s-0.9-2-2-2h-2c-1.1,0-2,0.9-2,2v0.5h-2V11c0-2.2,1.8-4,4-4h2c2.2,0,4,1.8,4,4s-1.8,4-4,4V17 z"
914
+ })), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
915
+ d: "M16,30l-8.4-9.9c0-0.1-0.3-0.5-0.3-0.5C5.8,17.7,5,15.4,5,13C5,6.9,9.9,2,16,2s11,4.9,11,11c0,2.4-0.8,4.7-2.2,6.6l0,0 c0,0-0.3,0.4-0.3,0.4L16,30z M8.8,18.4c0,0,0.2,0.3,0.3,0.4l6.9,8.1l6.9-8.1c0-0.1,0.3-0.4,0.3-0.4C24.4,16.8,25,15,25,13 c0-5-4-9-9-9s-9,4-9,9C7,15,7.6,16.8,8.8,18.4L8.8,18.4z"
916
+ })), children);
917
+ });
918
+ if (process.env.NODE_ENV !== "production") {
919
+ WatsonHealthImageAvailabilityUnavailable.propTypes = iconPropTypes;
920
+ }
921
+ const ImageService = /*#__PURE__*/React.forwardRef(function ImageService(_ref37, ref) {
922
+ let {
923
+ children,
924
+ size = 16,
925
+ ...rest
926
+ } = _ref37;
927
+ return /*#__PURE__*/React.createElement(Icon, {
928
+ width: size,
929
+ height: size,
930
+ ref: ref,
931
+ xmlns: "http://www.w3.org/2000/svg",
932
+ viewBox: "0 0 32 32",
933
+ fill: "currentColor",
934
+ ...rest
935
+ }, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
936
+ d: "M28,20H26v2h2v6H4V22H6V20H4a2.0024,2.0024,0,0,0-2,2v6a2.0024,2.0024,0,0,0,2,2H28a2.0024,2.0024,0,0,0,2-2V22A2.0024,2.0024,0,0,0,28,20Z"
937
+ })), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
938
+ cx: "7",
939
+ cy: "25",
940
+ r: "1"
941
+ })), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
942
+ d: "M13 4H15V12H13zM9 4H11V12H9zM21 12H19a2.0021 2.0021 0 01-2-2V6a2.0021 2.0021 0 012-2h2a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0121 12zM19 6v4h2V6zM21 14H23V22H21zM9 14H11V22H9zM17 22H15a2.0021 2.0021 0 01-2-2V16a2.0021 2.0021 0 012-2h2a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0117 22zm-2-6v4h2V16z"
943
+ })), children);
944
+ });
945
+ if (process.env.NODE_ENV !== "production") {
946
+ ImageService.propTypes = iconPropTypes;
947
+ }
948
+ const ImageStoreLocal = /*#__PURE__*/React.forwardRef(function ImageStoreLocal(_ref38, ref) {
949
+ let {
950
+ children,
951
+ size = 16,
952
+ ...rest
953
+ } = _ref38;
954
+ return /*#__PURE__*/React.createElement(Icon, {
955
+ width: size,
956
+ height: size,
957
+ ref: ref,
958
+ xmlns: "http://www.w3.org/2000/svg",
959
+ viewBox: "0 0 32 32",
960
+ fill: "currentColor",
961
+ ...rest
962
+ }, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
963
+ strokeWidth: "0",
964
+ d: "m25,2v7h7V2h-7Zm5,5h-3v-3h3v3Z"
965
+ })), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
966
+ strokeWidth: "0",
967
+ d: "m23,6h-7v12h12v-7h-5v-5Zm-2,10h-3v-3h3v3Zm5-3v3h-3v-3h3Zm-8-2v-3h3v3h-3Z"
968
+ })), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
969
+ strokeWidth: "0",
970
+ d: "M26 20v2H6v-14h8v-2H6c-1.104.0011-1.999.8959-2 2v14c.0012 1.104.896 1.9987 2 2h20c1.104-.0015 1.9985-.8961 2-2v-2h-2zM2 26H30V28H2z"
971
+ })), children);
972
+ });
973
+ if (process.env.NODE_ENV !== "production") {
974
+ ImageStoreLocal.propTypes = iconPropTypes;
975
+ }
976
+ const ImportExport = /*#__PURE__*/React.forwardRef(function ImportExport(_ref39, ref) {
977
+ let {
978
+ children,
979
+ size = 16,
980
+ ...rest
981
+ } = _ref39;
982
+ return /*#__PURE__*/React.createElement(Icon, {
983
+ width: size,
984
+ height: size,
985
+ ref: ref,
986
+ xmlns: "http://www.w3.org/2000/svg",
987
+ viewBox: "0 0 32 32",
988
+ fill: "currentColor",
989
+ ...rest
990
+ }, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
991
+ d: "M28 24v4H4V24H2v4l.0076-.0049A1.9977 1.9977 0 004 30H28a2 2 0 002-2h0V24zM27.6 14.6L24 18.2 24 4 22 4 22 18.2 18.4 14.6 17 16 23 22 29 16 27.6 14.6zM9 4L3 10 4.4 11.4 8 7.8 8 22 10 22 10 7.8 13.6 11.4 15 10 9 4z"
992
+ })), children);
993
+ });
994
+ if (process.env.NODE_ENV !== "production") {
995
+ ImportExport.propTypes = iconPropTypes;
996
+ }
997
+ const ImproveRelevance = /*#__PURE__*/React.forwardRef(function ImproveRelevance(_ref40, ref) {
998
+ let {
999
+ children,
1000
+ size = 16,
1001
+ ...rest
1002
+ } = _ref40;
1003
+ return /*#__PURE__*/React.createElement(Icon, {
1004
+ width: size,
1005
+ height: size,
1006
+ ref: ref,
1007
+ xmlns: "http://www.w3.org/2000/svg",
1008
+ viewBox: "0 0 32 32",
1009
+ fill: "currentColor",
1010
+ ...rest
1011
+ }, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1012
+ d: "M22 26.59L19.41 24 18 25.41 22 29.41 30 21.41 28.59 20 22 26.59z"
1013
+ })), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
1014
+ cx: "16",
1015
+ cy: "16",
1016
+ r: "2"
1017
+ })), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1018
+ d: "M16,22a6,6,0,1,1,6-6A6.0066,6.0066,0,0,1,16,22Zm0-10a4,4,0,1,0,4,4A4.0045,4.0045,0,0,0,16,12Z"
1019
+ })), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1020
+ d: "M28,16A12,12,0,1,0,16,28V26A10,10,0,1,1,26,16Z"
1021
+ })), children);
1022
+ });
1023
+ if (process.env.NODE_ENV !== "production") {
1024
+ ImproveRelevance.propTypes = iconPropTypes;
1025
+ }
1026
+ const InProgress = /*#__PURE__*/React.forwardRef(function InProgress(_ref41, ref) {
1027
+ let {
1028
+ children,
1029
+ size = 16,
1030
+ ...rest
1031
+ } = _ref41;
1032
+ return /*#__PURE__*/React.createElement(Icon, {
1033
+ width: size,
1034
+ height: size,
1035
+ ref: ref,
1036
+ xmlns: "http://www.w3.org/2000/svg",
1037
+ viewBox: "0 0 32 32",
1038
+ fill: "currentColor",
1039
+ ...rest
1040
+ }, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1041
+ d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2Zm0,26A12,12,0,0,1,16,4V16l8.4812,8.4814A11.9625,11.9625,0,0,1,16,28Z"
1042
+ })), children);
1043
+ });
1044
+ if (process.env.NODE_ENV !== "production") {
1045
+ InProgress.propTypes = iconPropTypes;
1046
+ }
1047
+ const InProgressError = /*#__PURE__*/React.forwardRef(function InProgressError(_ref42, ref) {
1048
+ let {
1049
+ children,
1050
+ size = 16,
1051
+ ...rest
1052
+ } = _ref42;
1053
+ return /*#__PURE__*/React.createElement(Icon, {
1054
+ width: size,
1055
+ height: size,
1056
+ ref: ref,
1057
+ xmlns: "http://www.w3.org/2000/svg",
1058
+ viewBox: "0 0 32 32",
1059
+ fill: "currentColor",
1060
+ ...rest
1061
+ }, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1062
+ d: "M30,24a6,6,0,1,0-6,6A6.0066,6.0066,0,0,0,30,24Zm-2,0a3.9521,3.9521,0,0,1-.5669,2.019L21.981,20.5669A3.9529,3.9529,0,0,1,24,20,4.0045,4.0045,0,0,1,28,24Zm-8,0a3.9521,3.9521,0,0,1,.5669-2.019l5.4521,5.4521A3.9529,3.9529,0,0,1,24,28,4.0045,4.0045,0,0,1,20,24Z"
1063
+ })), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1064
+ d: "M14,2a12,12,0,1,0,2,23.8193v-2.021A10,10,0,1,1,14,4V14l4.343,4.3433A7.9751,7.9751,0,0,1,24,16h1.8193A11.93,11.93,0,0,0,14,2Z"
1065
+ })), children);
1066
+ });
1067
+ if (process.env.NODE_ENV !== "production") {
1068
+ InProgressError.propTypes = iconPropTypes;
1069
+ }
1070
+ const InProgressWarning = /*#__PURE__*/React.forwardRef(function InProgressWarning(_ref43, ref) {
1071
+ let {
1072
+ children,
1073
+ size = 16,
1074
+ ...rest
1075
+ } = _ref43;
1076
+ return /*#__PURE__*/React.createElement(Icon, {
1077
+ width: size,
1078
+ height: size,
1079
+ ref: ref,
1080
+ xmlns: "http://www.w3.org/2000/svg",
1081
+ viewBox: "0 0 32 32",
1082
+ fill: "currentColor",
1083
+ ...rest
1084
+ }, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1085
+ d: "M27.38,28H20.6178L24,21.2358ZM24,18a1,1,0,0,0-.8947.5527l-5,10A1.0005,1.0005,0,0,0,19,30H29a1,1,0,0,0,.9214-1.3892L24.8946,18.5527A1,1,0,0,0,24,18Z"
1086
+ })), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1087
+ d: "M18.746,22.7993A9.999,9.999,0,1,1,14,4V14l6.0971,6.0972,1.22-2.44A2.9849,2.9849,0,0,1,24,16h1.8193A11.993,11.993,0,1,0,14,26a11.9337,11.9337,0,0,0,3.3939-.4966Z"
1088
+ })), children);
1089
+ });
1090
+ if (process.env.NODE_ENV !== "production") {
1091
+ InProgressWarning.propTypes = iconPropTypes;
1092
+ }
1093
+ const Incomplete = /*#__PURE__*/React.forwardRef(function Incomplete(_ref44, ref) {
1094
+ let {
1095
+ children,
1096
+ size = 16,
1097
+ ...rest
1098
+ } = _ref44;
1099
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
1100
+ return /*#__PURE__*/React.createElement(Icon, {
1101
+ width: size,
1102
+ height: size,
1103
+ ref: ref,
1104
+ xmlns: "http://www.w3.org/2000/svg",
1105
+ viewBox: "0 0 16 16",
1106
+ fill: "currentColor",
1107
+ ...rest
1108
+ }, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1109
+ d: "M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2ZM8,4a4.0045,4.0045,0,0,1,4,4H4A4.0045,4.0045,0,0,1,8,4Z"
1110
+ })), children);
1111
+ }
1112
+ return /*#__PURE__*/React.createElement(Icon, {
1113
+ width: size,
1114
+ height: size,
1115
+ ref: ref,
1116
+ xmlns: "http://www.w3.org/2000/svg",
1117
+ viewBox: "0 0 32 32",
1118
+ fill: "currentColor",
1119
+ ...rest
1120
+ }, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1121
+ d: "M23.7642 6.8593l1.2851-1.5315A13.976 13.976 0 0020.8672 2.887l-.6836 1.8776A11.9729 11.9729 0 0123.7642 6.8593zM27.81 14l1.9677-.4128A13.8888 13.8888 0 0028.14 9.0457L26.4087 10A12.52 12.52 0 0127.81 14zM20.1836 27.2354l.6836 1.8776a13.976 13.976 0 004.1821-2.4408l-1.2851-1.5315A11.9729 11.9729 0 0120.1836 27.2354zM26.4087 22L28.14 23a14.14 14.14 0 001.6382-4.5872L27.81 18.0659A12.1519 12.1519 0 0126.4087 22zM16 30V2a14 14 0 000 28z"
1122
+ })), children);
1123
+ });
1124
+ if (process.env.NODE_ENV !== "production") {
1125
+ Incomplete.propTypes = iconPropTypes;
1126
+ }
1127
+ const IncompleteCancel = /*#__PURE__*/React.forwardRef(function IncompleteCancel(_ref45, ref) {
1128
+ let {
1129
+ children,
1130
+ size = 16,
1131
+ ...rest
1132
+ } = _ref45;
1133
+ return /*#__PURE__*/React.createElement(Icon, {
1134
+ width: size,
1135
+ height: size,
1136
+ ref: ref,
1137
+ xmlns: "http://www.w3.org/2000/svg",
1138
+ viewBox: "0 0 32 32",
1139
+ fill: "currentColor",
1140
+ ...rest
1141
+ }, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1142
+ d: "M30 21.41L28.59 20 25 23.59 21.41 20 20 21.41 23.59 25 20 28.59 21.41 30 25 26.41 28.59 30 30 28.59 26.41 25 30 21.41zM14 26A12 12 0 0114 2zM17.8257 4.7642a10.0288 10.0288 0 013.2422 2.1679l1.4133-1.4135a12.0359 12.0359 0 00-3.89-2.6016zM26 14a11.93 11.93 0 00-.9167-4.5908l-1.8472.7651A9.9428 9.9428 0 0124 14z"
1143
+ })), children);
1144
+ });
1145
+ if (process.env.NODE_ENV !== "production") {
1146
+ IncompleteCancel.propTypes = iconPropTypes;
1147
+ }
1148
+ const IncompleteError = /*#__PURE__*/React.forwardRef(function IncompleteError(_ref46, ref) {
1149
+ let {
1150
+ children,
1151
+ size = 16,
1152
+ ...rest
1153
+ } = _ref46;
1154
+ return /*#__PURE__*/React.createElement(Icon, {
1155
+ width: size,
1156
+ height: size,
1157
+ ref: ref,
1158
+ xmlns: "http://www.w3.org/2000/svg",
1159
+ viewBox: "0 0 32 32",
1160
+ fill: "currentColor",
1161
+ ...rest
1162
+ }, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1163
+ d: "M14 26A12 12 0 0114 2zM17.8257 4.7642a10.0288 10.0288 0 013.2422 2.1679l1.4133-1.4135a12.0359 12.0359 0 00-3.89-2.6016zM26 14a11.93 11.93 0 00-.9167-4.5908l-1.8472.7651A9.9428 9.9428 0 0124 14zM30 24a6 6 0 10-6 6A6.0066 6.0066 0 0030 24zm-2 0a3.9521 3.9521 0 01-.5669 2.019L21.981 20.5669A3.9529 3.9529 0 0124 20 4.0045 4.0045 0 0128 24zm-8 0a3.9521 3.9521 0 01.5669-2.019l5.4521 5.4521A3.9529 3.9529 0 0124 28 4.0045 4.0045 0 0120 24z"
1164
+ })), children);
1165
+ });
1166
+ if (process.env.NODE_ENV !== "production") {
1167
+ IncompleteError.propTypes = iconPropTypes;
1168
+ }
1169
+ const IncompleteWarning = /*#__PURE__*/React.forwardRef(function IncompleteWarning(_ref47, ref) {
1170
+ let {
1171
+ children,
1172
+ size = 16,
1173
+ ...rest
1174
+ } = _ref47;
1175
+ return /*#__PURE__*/React.createElement(Icon, {
1176
+ width: size,
1177
+ height: size,
1178
+ ref: ref,
1179
+ xmlns: "http://www.w3.org/2000/svg",
1180
+ viewBox: "0 0 32 32",
1181
+ fill: "currentColor",
1182
+ ...rest
1183
+ }, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1184
+ d: "M14 26A12 12 0 0114 2zM17.8257 4.7642a10.0288 10.0288 0 013.2422 2.1679l1.4133-1.4135a12.0359 12.0359 0 00-3.89-2.6016zM26 14a11.93 11.93 0 00-.9167-4.5908l-1.8472.7651A9.9428 9.9428 0 0124 14zM27.38 28H20.6178L24 21.2358zM24 18a1 1 0 00-.8947.5527l-5 10A1.0005 1.0005 0 0019 30H29a1 1 0 00.9214-1.3892L24.8946 18.5527A1 1 0 0024 18z"
1185
+ })), children);
1186
+ });
1187
+ if (process.env.NODE_ENV !== "production") {
1188
+ IncompleteWarning.propTypes = iconPropTypes;
1189
+ }
1190
+ const IncreaseLevel = /*#__PURE__*/React.forwardRef(function IncreaseLevel(_ref48, ref) {
1191
+ let {
1192
+ children,
1193
+ size = 16,
1194
+ ...rest
1195
+ } = _ref48;
1196
+ return /*#__PURE__*/React.createElement(Icon, {
1197
+ width: size,
1198
+ height: size,
1199
+ ref: ref,
1200
+ xmlns: "http://www.w3.org/2000/svg",
1201
+ viewBox: "0 0 32 32",
1202
+ fill: "currentColor",
1203
+ ...rest
1204
+ }, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1205
+ d: "M23 4L18 7.75 18 14.25 15 12 10 15.75 10 22.25 7 20 2 23.75 2 30 4 30 4 24.75 7 22.5 10 24.75 10 30 12 30 12 16.75 15 14.5 18 16.75 18 30 20 30 20 8.75 23 6.5 26 8.75 26 30 28 30 28 7.75 23 4z"
1206
+ })), children);
1207
+ });
1208
+ if (process.env.NODE_ENV !== "production") {
1209
+ IncreaseLevel.propTypes = iconPropTypes;
1210
+ }
1211
+ const Industry = /*#__PURE__*/React.forwardRef(function Industry(_ref49, ref) {
1212
+ let {
1213
+ children,
1214
+ size = 16,
1215
+ ...rest
1216
+ } = _ref49;
1217
+ return /*#__PURE__*/React.createElement(Icon, {
1218
+ width: size,
1219
+ height: size,
1220
+ ref: ref,
1221
+ xmlns: "http://www.w3.org/2000/svg",
1222
+ viewBox: "0 0 32 32",
1223
+ fill: "currentColor",
1224
+ ...rest
1225
+ }, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1226
+ d: "M29.53,6.15a1,1,0,0,0-1,0L20,10.38V7a1,1,0,0,0-1.45-.89L10,10.38V3A1,1,0,0,0,9,2H3A1,1,0,0,0,2,3V28H30V7A1,1,0,0,0,29.53,6.15ZM22,26H18V19h4Zm6,0H24V18a1,1,0,0,0-1-1H17a1,1,0,0,0-1,1v8H4V4H8v9.62l10-5v5l10-5Z"
1227
+ })), children);
1228
+ });
1229
+ if (process.env.NODE_ENV !== "production") {
1230
+ Industry.propTypes = iconPropTypes;
1231
+ }
1232
+ const InfinitySymbol = /*#__PURE__*/React.forwardRef(function InfinitySymbol(_ref50, ref) {
1233
+ let {
1234
+ children,
1235
+ size = 16,
1236
+ ...rest
1237
+ } = _ref50;
1238
+ return /*#__PURE__*/React.createElement(Icon, {
1239
+ width: size,
1240
+ height: size,
1241
+ ref: ref,
1242
+ xmlns: "http://www.w3.org/2000/svg",
1243
+ viewBox: "0 0 32 32",
1244
+ fill: "currentColor",
1245
+ ...rest
1246
+ }, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1247
+ d: "m23,23c-5.6558,0-7.8577-6.4109-7.9487-6.6837-.0173-.0514-1.8435-5.3163-6.0513-5.3163-2.7571,0-5,2.243-5,5s2.2429,5,5,5c1.5876,0,3.0134-.7322,4.2373-2.1764l1.5259,1.2932c-1.5989,1.8862-3.5916,2.8832-5.7632,2.8832-3.8599,0-7-3.1401-7-7s3.1401-7,7-7c5.6558,0,7.8577,6.4109,7.9487,6.6837.0173.0514,1.8435,5.3163,6.0513,5.3163,2.7571,0,5-2.243,5-5s-2.2429-5-5-5c-1.5876,0-3.0134.7322-4.2373,2.1764l-1.5259-1.2932c1.5989-1.8862,3.5916-2.8832,5.7632-2.8832,3.8599,0,7,3.1401,7,7s-3.1401,7-7,7Z"
1248
+ })), children);
1249
+ });
1250
+ if (process.env.NODE_ENV !== "production") {
1251
+ InfinitySymbol.propTypes = iconPropTypes;
1252
+ }
1253
+ const Information = /*#__PURE__*/React.forwardRef(function Information(_ref51, ref) {
1254
+ let {
1255
+ children,
1256
+ size = 16,
1257
+ ...rest
1258
+ } = _ref51;
1259
+ if (size === 16 || size === "16" || size === "16px") {
1260
+ return /*#__PURE__*/React.createElement(Icon, {
1261
+ width: size,
1262
+ height: size,
1263
+ ref: ref,
1264
+ xmlns: "http://www.w3.org/2000/svg",
1265
+ viewBox: "0 0 16 16",
1266
+ fill: "currentColor",
1267
+ ...rest
1268
+ }, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1269
+ d: "M8.5 11L8.5 6.5 6.5 6.5 6.5 7.5 7.5 7.5 7.5 11 6 11 6 12 10 12 10 11zM8 3.5c-.4 0-.8.3-.8.8S7.6 5 8 5c.4 0 .8-.3.8-.8S8.4 3.5 8 3.5z"
1270
+ })), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1271
+ d: "M8,15c-3.9,0-7-3.1-7-7s3.1-7,7-7s7,3.1,7,7S11.9,15,8,15z M8,2C4.7,2,2,4.7,2,8s2.7,6,6,6s6-2.7,6-6S11.3,2,8,2z"
1272
+ })), children);
1273
+ }
1274
+ return /*#__PURE__*/React.createElement(Icon, {
1275
+ width: size,
1276
+ height: size,
1277
+ ref: ref,
1278
+ xmlns: "http://www.w3.org/2000/svg",
1279
+ viewBox: "0 0 32 32",
1280
+ fill: "currentColor",
1281
+ ...rest
1282
+ }, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1283
+ d: "M17 22L17 14 13 14 13 16 15 16 15 22 12 22 12 24 20 24 20 22 17 22zM16 8a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 8z"
1284
+ })), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1285
+ d: "M16,30A14,14,0,1,1,30,16,14,14,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12,12,0,0,0,16,4Z"
1286
+ })), children);
1287
+ });
1288
+ if (process.env.NODE_ENV !== "production") {
1289
+ Information.propTypes = iconPropTypes;
1290
+ }
1291
+ const InformationDisabled = /*#__PURE__*/React.forwardRef(function InformationDisabled(_ref52, ref) {
1292
+ let {
1293
+ children,
1294
+ size = 16,
1295
+ ...rest
1296
+ } = _ref52;
1297
+ return /*#__PURE__*/React.createElement(Icon, {
1298
+ width: size,
1299
+ height: size,
1300
+ ref: ref,
1301
+ xmlns: "http://www.w3.org/2000/svg",
1302
+ viewBox: "0 0 32 32",
1303
+ fill: "currentColor",
1304
+ ...rest
1305
+ }, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1306
+ d: "M30 3.4141L28.5859 2 2 28.5859 3.4141 30l3.4433-3.4434A13.9614 13.9614 0 0026.5565 6.8574zM28 16A11.9734 11.9734 0 018.2678 25.146L15 18.4141V22H13v2h7V22H17V16.4141l8.146-8.146A11.8967 11.8967 0 0128 16zM16 8a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 8z"
1307
+ })), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1308
+ d: "M5.67,22.0854A11.9829,11.9829,0,0,1,22.0856,5.67L23.54,4.2163A13.985,13.985,0,0,0,4.2162,23.54Z"
1309
+ })), children);
1310
+ });
1311
+ if (process.env.NODE_ENV !== "production") {
1312
+ InformationDisabled.propTypes = iconPropTypes;
1313
+ }
1314
+ const InformationFilled = /*#__PURE__*/React.forwardRef(function InformationFilled(_ref53, ref) {
1315
+ let {
1316
+ children,
1317
+ size = 16,
1318
+ ...rest
1319
+ } = _ref53;
1320
+ return /*#__PURE__*/React.createElement(Icon, {
1321
+ width: size,
1322
+ height: size,
1323
+ ref: ref,
1324
+ xmlns: "http://www.w3.org/2000/svg",
1325
+ viewBox: "0 0 32 32",
1326
+ fill: "currentColor",
1327
+ ...rest
1328
+ }, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1329
+ fill: "none",
1330
+ d: "M16,8a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,13.875H17.125v-8H13v2.25h1.875v5.75H12v2.25h8Z",
1331
+ "data-icon-path": "inner-path"
1332
+ })), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1333
+ d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,6a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,16.125H12v-2.25h2.875v-5.75H13v-2.25h4.125v8H20Z"
1334
+ })), children);
1335
+ });
1336
+ if (process.env.NODE_ENV !== "production") {
1337
+ InformationFilled.propTypes = iconPropTypes;
1338
+ }
1339
+ const InformationSquare = /*#__PURE__*/React.forwardRef(function InformationSquare(_ref54, ref) {
1340
+ let {
1341
+ children,
1342
+ size = 16,
1343
+ ...rest
1344
+ } = _ref54;
1345
+ return /*#__PURE__*/React.createElement(Icon, {
1346
+ width: size,
1347
+ height: size,
1348
+ ref: ref,
1349
+ xmlns: "http://www.w3.org/2000/svg",
1350
+ viewBox: "0 0 32 32",
1351
+ fill: "currentColor",
1352
+ ...rest
1353
+ }, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1354
+ d: "M17 22L17 14 13 14 13 16 15 16 15 22 12 22 12 24 20 24 20 22 17 22zM16 8a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 8z"
1355
+ })), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1356
+ d: "M26,28H6a2.0023,2.0023,0,0,1-2-2V6A2.0023,2.0023,0,0,1,6,4H26a2.0023,2.0023,0,0,1,2,2V26A2.0023,2.0023,0,0,1,26,28ZM6,6V26H26V6Z"
1357
+ })), children);
1358
+ });
1359
+ if (process.env.NODE_ENV !== "production") {
1360
+ InformationSquare.propTypes = iconPropTypes;
1361
+ }
1362
+ const InformationSquareFilled = /*#__PURE__*/React.forwardRef(function InformationSquareFilled(_ref55, ref) {
1363
+ let {
1364
+ children,
1365
+ size = 16,
1366
+ ...rest
1367
+ } = _ref55;
1368
+ return /*#__PURE__*/React.createElement(Icon, {
1369
+ width: size,
1370
+ height: size,
1371
+ ref: ref,
1372
+ xmlns: "http://www.w3.org/2000/svg",
1373
+ viewBox: "0 0 32 32",
1374
+ fill: "currentColor",
1375
+ ...rest
1376
+ }, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1377
+ fill: "none",
1378
+ d: "M16,8a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,13.875H17.125v-8H13v2.25h1.875v5.75H12v2.25h8Z",
1379
+ "data-icon-path": "inner-path"
1380
+ })), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1381
+ d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM16,8a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,16.125H12v-2.25h2.875v-5.75H13v-2.25h4.125v8H20Z"
1382
+ })), children);
1383
+ });
1384
+ if (process.env.NODE_ENV !== "production") {
1385
+ InformationSquareFilled.propTypes = iconPropTypes;
1386
+ }
1387
+ const InfrastructureClassic = /*#__PURE__*/React.forwardRef(function InfrastructureClassic(_ref56, ref) {
1388
+ let {
1389
+ children,
1390
+ size = 16,
1391
+ ...rest
1392
+ } = _ref56;
1393
+ return /*#__PURE__*/React.createElement(Icon, {
1394
+ width: size,
1395
+ height: size,
1396
+ ref: ref,
1397
+ xmlns: "http://www.w3.org/2000/svg",
1398
+ viewBox: "0 0 32 32",
1399
+ fill: "currentColor",
1400
+ ...rest
1401
+ }, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1402
+ d: "M18 26H30V28H18zM18 21H30V23H18zM18 16H30V18H18z"
1403
+ })), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1404
+ d: "M14,25H9.5A7.4964,7.4964,0,0,1,8.1782,10.124,10,10,0,0,1,28,12H26a7.999,7.999,0,0,0-15.9507-.87l-.09.8335L9.123,12.02A5.4962,5.4962,0,0,0,9.5,23H14Z"
1405
+ })), children);
1406
+ });
1407
+ if (process.env.NODE_ENV !== "production") {
1408
+ InfrastructureClassic.propTypes = iconPropTypes;
1409
+ }
1410
+ const Insert = /*#__PURE__*/React.forwardRef(function Insert(_ref57, ref) {
1411
+ let {
1412
+ children,
1413
+ size = 16,
1414
+ ...rest
1415
+ } = _ref57;
1416
+ return /*#__PURE__*/React.createElement(Icon, {
1417
+ width: size,
1418
+ height: size,
1419
+ ref: ref,
1420
+ xmlns: "http://www.w3.org/2000/svg",
1421
+ viewBox: "0 0 32 32",
1422
+ fill: "currentColor",
1423
+ ...rest
1424
+ }, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1425
+ d: "M2 9h9V2H2zM4 4H9V7H4zM2 19h9V12H2zm2-5H9v3H4zM2 29h9V22H2zm2-5H9v3H4zM27 9H18l3.41-3.59L20 4l-6 6 6 6 1.41-1.41L18 11h9a1 1 0 011 1V24a1 1 0 01-1 1H15v2H27a3 3 0 003-3V12A3 3 0 0027 9z"
1426
+ })), children);
1427
+ });
1428
+ if (process.env.NODE_ENV !== "production") {
1429
+ Insert.propTypes = iconPropTypes;
1430
+ }
1431
+ const InsertPage = /*#__PURE__*/React.forwardRef(function InsertPage(_ref58, ref) {
1432
+ let {
1433
+ children,
1434
+ size = 16,
1435
+ ...rest
1436
+ } = _ref58;
1437
+ return /*#__PURE__*/React.createElement(Icon, {
1438
+ width: size,
1439
+ height: size,
1440
+ ref: ref,
1441
+ xmlns: "http://www.w3.org/2000/svg",
1442
+ viewBox: "0 0 32 32",
1443
+ fill: "currentColor",
1444
+ ...rest
1445
+ }, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1446
+ d: "M26 30H24V20H12V30H10V20a2.0021 2.0021 0 012-2H24a2.0021 2.0021 0 012 2zM5.17 16L2 19.17 3.411 20.589 8 16 3.42 11.42 2 12.83 5.17 16zM24 14H12a2.0021 2.0021 0 01-2-2V2h2V12H24V2h2V12A2.0021 2.0021 0 0124 14z"
1447
+ })), children);
1448
+ });
1449
+ if (process.env.NODE_ENV !== "production") {
1450
+ InsertPage.propTypes = iconPropTypes;
1451
+ }
1452
+ const InsertSyntax = /*#__PURE__*/React.forwardRef(function InsertSyntax(_ref59, ref) {
1453
+ let {
1454
+ children,
1455
+ size = 16,
1456
+ ...rest
1457
+ } = _ref59;
1458
+ return /*#__PURE__*/React.createElement(Icon, {
1459
+ width: size,
1460
+ height: size,
1461
+ ref: ref,
1462
+ xmlns: "http://www.w3.org/2000/svg",
1463
+ viewBox: "0 0 32 32",
1464
+ fill: "currentColor",
1465
+ ...rest
1466
+ }, _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1467
+ d: "M20.17 16L17.59 18.58 19 20 23 16 19 12 17.58 13.41 20.17 16zM11.83 16L14.41 13.42 13 12 9 16 13 20 14.42 18.59 11.83 16z"
1468
+ })), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1469
+ d: "M27,22.142V9.858A3.9916,3.9916,0,1,0,22.142,5H9.858A3.9916,3.9916,0,1,0,5,9.858V22.142A3.9916,3.9916,0,1,0,9.858,27H22.142A3.9916,3.9916,0,1,0,27,22.142ZM26,4a2,2,0,1,1-2,2A2.0023,2.0023,0,0,1,26,4ZM4,6A2,2,0,1,1,6,8,2.002,2.002,0,0,1,4,6ZM6,28a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,6,28Zm16.142-3H9.858A3.9937,3.9937,0,0,0,7,22.142V9.858A3.9947,3.9947,0,0,0,9.858,7H22.142A3.9937,3.9937,0,0,0,25,9.858V22.142A3.9931,3.9931,0,0,0,22.142,25ZM26,28a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,26,28Z"
1470
+ })), children);
1471
+ });
1472
+ if (process.env.NODE_ENV !== "production") {
1473
+ InsertSyntax.propTypes = iconPropTypes;
1474
+ }
1475
+ const Inspection = /*#__PURE__*/React.forwardRef(function Inspection(_ref60, ref) {
1476
+ let {
1477
+ children,
1478
+ size = 16,
1479
+ ...rest
1480
+ } = _ref60;
1481
+ return /*#__PURE__*/React.createElement(Icon, {
1482
+ width: size,
1483
+ height: size,
1484
+ ref: ref,
1485
+ xmlns: "http://www.w3.org/2000/svg",
1486
+ viewBox: "0 0 32 32",
1487
+ fill: "currentColor",
1488
+ ...rest
1489
+ }, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1490
+ d: "M15 17.18L12.41 14.59 11 16 15 20 22 13 20.59 11.59 15 17.18z"
1491
+ })), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1492
+ d: "M30,15H27.9492A12.0071,12.0071,0,0,0,17,4.0508V2H15V4.0508A12.0071,12.0071,0,0,0,4.0508,15H2v2H4.0508A12.0071,12.0071,0,0,0,15,27.9492V30h2V27.9492A12.0071,12.0071,0,0,0,27.9492,17H30ZM17,25.9492V23H15v2.9492A10.0166,10.0166,0,0,1,6.0508,17H9V15H6.0508A10.0166,10.0166,0,0,1,15,6.0508V9h2V6.0508A10.0166,10.0166,0,0,1,25.9492,15H23v2h2.949A10.0165,10.0165,0,0,1,17,25.9492Z"
1493
+ })), children);
1494
+ });
1495
+ if (process.env.NODE_ENV !== "production") {
1496
+ Inspection.propTypes = iconPropTypes;
1497
+ }
1498
+ const InstanceBx = /*#__PURE__*/React.forwardRef(function InstanceBx(_ref61, ref) {
1499
+ let {
1500
+ children,
1501
+ size = 16,
1502
+ ...rest
1503
+ } = _ref61;
1504
+ return /*#__PURE__*/React.createElement(Icon, {
1505
+ width: size,
1506
+ height: size,
1507
+ ref: ref,
1508
+ xmlns: "http://www.w3.org/2000/svg",
1509
+ viewBox: "0 0 32 32",
1510
+ fill: "currentColor",
1511
+ ...rest
1512
+ }, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1513
+ d: "M12 5A3.0033 3.0033 0 009 2H4V15H9a3.0033 3.0033 0 003-3V10.5a2.977 2.977 0 00-.78-2 2.9768 2.9768 0 00.78-2zM6 4H9a1.0013 1.0013 0 011 1V6.5513A.9587.9587 0 019 7.5H6zm4 8a1.0009 1.0009 0 01-1 1H6V9.5H9a1.0009 1.0009 0 011 1zM22 5L20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5z"
1514
+ })), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
1515
+ cx: "9",
1516
+ cy: "27",
1517
+ r: "1"
1518
+ })), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1519
+ d: "M2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
1520
+ })), children);
1521
+ });
1522
+ if (process.env.NODE_ENV !== "production") {
1523
+ InstanceBx.propTypes = iconPropTypes;
1524
+ }
1525
+ const InstanceClassic = /*#__PURE__*/React.forwardRef(function InstanceClassic(_ref62, ref) {
1526
+ let {
1527
+ children,
1528
+ size = 16,
1529
+ ...rest
1530
+ } = _ref62;
1531
+ return /*#__PURE__*/React.createElement(Icon, {
1532
+ width: size,
1533
+ height: size,
1534
+ ref: ref,
1535
+ xmlns: "http://www.w3.org/2000/svg",
1536
+ viewBox: "0 0 32 32",
1537
+ fill: "currentColor",
1538
+ ...rest
1539
+ }, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1540
+ d: "M23.5,21H23V19h.5a4.4975,4.4975,0,0,0,.3564-8.981l-.8154-.0639-.0986-.812a6.9938,6.9938,0,0,0-13.8838,0l-.0991.812-.8155.0639A4.4975,4.4975,0,0,0,8.5,19H9v2H8.5A6.4973,6.4973,0,0,1,7.2,8.1362a8.9943,8.9943,0,0,1,17.6006,0A6.4974,6.4974,0,0,1,23.5,21Z"
1541
+ })), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
1542
+ cx: "9",
1543
+ cy: "27",
1544
+ r: "1"
1545
+ })), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1546
+ d: "M26,23H17V15.83l2.59,2.58L21,17l-5-5-5,5,1.41,1.41L15,15.83V23H6a2.0023,2.0023,0,0,0-2,2v4a2.0023,2.0023,0,0,0,2,2H26a2.0023,2.0023,0,0,0,2-2V25A2.0023,2.0023,0,0,0,26,23Zm0,6H6V25H26Z"
1547
+ })), children);
1548
+ });
1549
+ if (process.env.NODE_ENV !== "production") {
1550
+ InstanceClassic.propTypes = iconPropTypes;
1551
+ }
1552
+ const InstanceCx = /*#__PURE__*/React.forwardRef(function InstanceCx(_ref63, ref) {
1553
+ let {
1554
+ children,
1555
+ size = 16,
1556
+ ...rest
1557
+ } = _ref63;
1558
+ return /*#__PURE__*/React.createElement(Icon, {
1559
+ width: size,
1560
+ height: size,
1561
+ ref: ref,
1562
+ xmlns: "http://www.w3.org/2000/svg",
1563
+ viewBox: "0 0 32 32",
1564
+ fill: "currentColor",
1565
+ ...rest
1566
+ }, _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
1567
+ cx: "9",
1568
+ cy: "27",
1569
+ r: "1"
1570
+ })), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1571
+ d: "M22 5L20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5zM12 15H6a2.0023 2.0023 0 01-2-2V4A2.002 2.002 0 016 2h6V4H6v9h6zM2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
1572
+ })), children);
1573
+ });
1574
+ if (process.env.NODE_ENV !== "production") {
1575
+ InstanceCx.propTypes = iconPropTypes;
1576
+ }
1577
+ const InstanceMx = /*#__PURE__*/React.forwardRef(function InstanceMx(_ref64, ref) {
1578
+ let {
1579
+ children,
1580
+ size = 16,
1581
+ ...rest
1582
+ } = _ref64;
1583
+ return /*#__PURE__*/React.createElement(Icon, {
1584
+ width: size,
1585
+ height: size,
1586
+ ref: ref,
1587
+ xmlns: "http://www.w3.org/2000/svg",
1588
+ viewBox: "0 0 32 32",
1589
+ fill: "currentColor",
1590
+ ...rest
1591
+ }, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1592
+ d: "M22 5L20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5zM10 2L8.485 6.374 8 8 7.535 6.374 6 2 4 2 4 15 6 15 6 7.374 5.841 5.378 6.421 7.374 8 12 9.579 7.374 10.159 5.374 10 7.374 10 15 12 15 12 2 10 2z"
1593
+ })), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
1594
+ cx: "9",
1595
+ cy: "27",
1596
+ r: "1"
1597
+ })), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1598
+ d: "M2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
1599
+ })), children);
1600
+ });
1601
+ if (process.env.NODE_ENV !== "production") {
1602
+ InstanceMx.propTypes = iconPropTypes;
1603
+ }
1604
+ const InstanceVirtual = /*#__PURE__*/React.forwardRef(function InstanceVirtual(_ref65, ref) {
1605
+ let {
1606
+ children,
1607
+ size = 16,
1608
+ ...rest
1609
+ } = _ref65;
1610
+ return /*#__PURE__*/React.createElement(Icon, {
1611
+ width: size,
1612
+ height: size,
1613
+ ref: ref,
1614
+ xmlns: "http://www.w3.org/2000/svg",
1615
+ viewBox: "0 0 32 32",
1616
+ fill: "currentColor",
1617
+ ...rest
1618
+ }, _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
1619
+ cx: "7",
1620
+ cy: "23",
1621
+ r: "1"
1622
+ })), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1623
+ d: "M2 6H6V8H2zM8 6H12V8H8zM14 6H18V8H14zM20 6H24V8H20zM26 6H30V8H26zM28 28H4a2.0021 2.0021 0 01-2-2V20a2.0021 2.0021 0 012-2H28a2.0021 2.0021 0 012 2v6A2.0021 2.0021 0 0128 28zM4 20v6H28V20zM2 12H30V14H2z"
1624
+ })), children);
1625
+ });
1626
+ if (process.env.NODE_ENV !== "production") {
1627
+ InstanceVirtual.propTypes = iconPropTypes;
1628
+ }
1629
+ const Integration = /*#__PURE__*/React.forwardRef(function Integration(_ref66, ref) {
1630
+ let {
1631
+ children,
1632
+ size = 16,
1633
+ ...rest
1634
+ } = _ref66;
1635
+ return /*#__PURE__*/React.createElement(Icon, {
1636
+ width: size,
1637
+ height: size,
1638
+ ref: ref,
1639
+ xmlns: "http://www.w3.org/2000/svg",
1640
+ viewBox: "0 0 32 32",
1641
+ fill: "currentColor",
1642
+ ...rest
1643
+ }, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1644
+ d: "M29.88,15.52l-6-11A1,1,0,0,0,23,4H9a1,1,0,0,0-.88.52l-6,11a1,1,0,0,0,0,1l6,11A1,1,0,0,0,9,28H23a1,1,0,0,0,.88-.52l6-11A1,1,0,0,0,29.88,15.52ZM22.93,7l4.39,8h-9.5ZM16,14.14,10.82,6H21.18ZM9.07,7l5.11,8H4.68ZM4.68,17h9.5L9.07,25ZM16,17.86,21.18,26H10.82ZM22.93,25l-5.11-8h9.5Z"
1645
+ })), children);
1646
+ });
1647
+ if (process.env.NODE_ENV !== "production") {
1648
+ Integration.propTypes = iconPropTypes;
1649
+ }
1650
+ const IntentRequestActive = /*#__PURE__*/React.forwardRef(function IntentRequestActive(_ref67, ref) {
1651
+ let {
1652
+ children,
1653
+ size = 16,
1654
+ ...rest
1655
+ } = _ref67;
1656
+ return /*#__PURE__*/React.createElement(Icon, {
1657
+ width: size,
1658
+ height: size,
1659
+ ref: ref,
1660
+ xmlns: "http://www.w3.org/2000/svg",
1661
+ viewBox: "0 0 32 32",
1662
+ fill: "currentColor",
1663
+ ...rest
1664
+ }, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1665
+ d: "M23 27.2L20.4 24.6 19 26 23 30 31 22 29.6 20.6z"
1666
+ })), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1667
+ d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
1668
+ })), children);
1669
+ });
1670
+ if (process.env.NODE_ENV !== "production") {
1671
+ IntentRequestActive.propTypes = iconPropTypes;
1672
+ }
1673
+ const IntentRequestCreate = /*#__PURE__*/React.forwardRef(function IntentRequestCreate(_ref68, ref) {
1674
+ let {
1675
+ children,
1676
+ size = 16,
1677
+ ...rest
1678
+ } = _ref68;
1679
+ return /*#__PURE__*/React.createElement(Icon, {
1680
+ width: size,
1681
+ height: size,
1682
+ ref: ref,
1683
+ xmlns: "http://www.w3.org/2000/svg",
1684
+ viewBox: "0 0 32 32",
1685
+ fill: "currentColor",
1686
+ ...rest
1687
+ }, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1688
+ d: "M30 24L26 24 26 20 24 20 24 24 20 24 20 26 24 26 24 30 26 30 26 26 30 26z"
1689
+ })), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1690
+ d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
1691
+ })), children);
1692
+ });
1693
+ if (process.env.NODE_ENV !== "production") {
1694
+ IntentRequestCreate.propTypes = iconPropTypes;
1695
+ }
1696
+ const IntentRequestHeal = /*#__PURE__*/React.forwardRef(function IntentRequestHeal(_ref69, ref) {
1697
+ let {
1698
+ children,
1699
+ size = 16,
1700
+ ...rest
1701
+ } = _ref69;
1702
+ return /*#__PURE__*/React.createElement(Icon, {
1703
+ width: size,
1704
+ height: size,
1705
+ ref: ref,
1706
+ xmlns: "http://www.w3.org/2000/svg",
1707
+ viewBox: "0 0 32 32",
1708
+ fill: "currentColor",
1709
+ ...rest
1710
+ }, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1711
+ d: "M27,20c-0.8,0-1.5,0.3-2.1,0.9l-0.4,0.5l-0.4-0.5C23.5,20.3,22.7,20,22,20s-1.5,0.3-2.1,0.9c-1.2,1.2-1.2,3.1,0,4.3l4.6,4.8 l4.6-4.8c1.2-1.2,1.2-3.1,0-4.3C28.6,20.3,27.8,20,27,20L27,20z"
1712
+ })), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1713
+ d: "M16.6,28.6L4,16L16,4l12.6,12.6l1.4-1.4L17.5,2.6c-0.8-0.8-2.1-0.8-2.9,0L2.6,14.5c-0.8,0.8-0.8,2.1,0,2.9L15.1,30 L16.6,28.6z"
1714
+ })), children);
1715
+ });
1716
+ if (process.env.NODE_ENV !== "production") {
1717
+ IntentRequestHeal.propTypes = iconPropTypes;
1718
+ }
1719
+ const IntentRequestInactive = /*#__PURE__*/React.forwardRef(function IntentRequestInactive(_ref70, ref) {
1720
+ let {
1721
+ children,
1722
+ size = 16,
1723
+ ...rest
1724
+ } = _ref70;
1725
+ return /*#__PURE__*/React.createElement(Icon, {
1726
+ width: size,
1727
+ height: size,
1728
+ ref: ref,
1729
+ xmlns: "http://www.w3.org/2000/svg",
1730
+ viewBox: "0 0 32 32",
1731
+ fill: "currentColor",
1732
+ ...rest
1733
+ }, _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
1734
+ cx: "18.5",
1735
+ cy: "22.5",
1736
+ r: "1.5"
1737
+ })), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
1738
+ cx: "23.5",
1739
+ cy: "22.5",
1740
+ r: "1.5"
1741
+ })), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
1742
+ cx: "28.5",
1743
+ cy: "22.5",
1744
+ r: "1.5"
1745
+ })), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1746
+ d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
1747
+ })), children);
1748
+ });
1749
+ if (process.env.NODE_ENV !== "production") {
1750
+ IntentRequestInactive.propTypes = iconPropTypes;
1751
+ }
1752
+ const IntentRequestScaleIn = /*#__PURE__*/React.forwardRef(function IntentRequestScaleIn(_ref71, ref) {
1753
+ let {
1754
+ children,
1755
+ size = 16,
1756
+ ...rest
1757
+ } = _ref71;
1758
+ return /*#__PURE__*/React.createElement(Icon, {
1759
+ width: size,
1760
+ height: size,
1761
+ ref: ref,
1762
+ xmlns: "http://www.w3.org/2000/svg",
1763
+ viewBox: "0 0 32 32",
1764
+ fill: "currentColor",
1765
+ ...rest
1766
+ }, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1767
+ d: "M28.6 30L30 28.6 22.4 21 29 21 29 19 19 19 19 29 21 29 21 22.4zM2 28.6L3.4 30 11 22.4 11 29 13 29 13 19 3 19 3 21 9.6 21zM17 2L15 2 15 12.2 10.4 7.6 9 9 16 16 23 9 21.6 7.6 17 12.2z"
1768
+ })), children);
1769
+ });
1770
+ if (process.env.NODE_ENV !== "production") {
1771
+ IntentRequestScaleIn.propTypes = iconPropTypes;
1772
+ }
1773
+ const IntentRequestScaleOut = /*#__PURE__*/React.forwardRef(function IntentRequestScaleOut(_ref72, ref) {
1774
+ let {
1775
+ children,
1776
+ size = 16,
1777
+ ...rest
1778
+ } = _ref72;
1779
+ return /*#__PURE__*/React.createElement(Icon, {
1780
+ width: size,
1781
+ height: size,
1782
+ ref: ref,
1783
+ xmlns: "http://www.w3.org/2000/svg",
1784
+ viewBox: "0 0 32 32",
1785
+ fill: "currentColor",
1786
+ ...rest
1787
+ }, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1788
+ d: "M19 20.4L20.4 19 28 26.6 28 20 30 20 30 30 20 30 20 28 26.6 28zM13 20.4L11.6 19 4 26.6 4 20 2 20 2 30 12 30 12 28 5.4 28zM17 16L15 16 15 5.8 10.4 10.4 9 9 16 2 23 9 21.6 10.4 17 5.8z"
1789
+ })), children);
1790
+ });
1791
+ if (process.env.NODE_ENV !== "production") {
1792
+ IntentRequestScaleOut.propTypes = iconPropTypes;
1793
+ }
1794
+ const IntentRequestUninstall = /*#__PURE__*/React.forwardRef(function IntentRequestUninstall(_ref73, ref) {
1795
+ let {
1796
+ children,
1797
+ size = 16,
1798
+ ...rest
1799
+ } = _ref73;
1800
+ return /*#__PURE__*/React.createElement(Icon, {
1801
+ width: size,
1802
+ height: size,
1803
+ ref: ref,
1804
+ xmlns: "http://www.w3.org/2000/svg",
1805
+ viewBox: "0 0 32 32",
1806
+ fill: "currentColor",
1807
+ ...rest
1808
+ }, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1809
+ d: "M30 21.4L28.6 20 25 23.6 21.4 20 20 21.4 23.6 25 20 28.6 21.4 30 25 26.4 28.6 30 30 28.6 26.4 25z"
1810
+ })), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1811
+ d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
1812
+ })), children);
1813
+ });
1814
+ if (process.env.NODE_ENV !== "production") {
1815
+ IntentRequestUninstall.propTypes = iconPropTypes;
1816
+ }
1817
+ const IntentRequestUpgrade = /*#__PURE__*/React.forwardRef(function IntentRequestUpgrade(_ref74, ref) {
1818
+ let {
1819
+ children,
1820
+ size = 16,
1821
+ ...rest
1822
+ } = _ref74;
1823
+ return /*#__PURE__*/React.createElement(Icon, {
1824
+ width: size,
1825
+ height: size,
1826
+ ref: ref,
1827
+ xmlns: "http://www.w3.org/2000/svg",
1828
+ viewBox: "0 0 32 32",
1829
+ fill: "currentColor",
1830
+ ...rest
1831
+ }, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1832
+ d: "M28 23L26.6 24.4 24 21.8 24 30 22 30 22 21.8 19.4 24.4 18 23 23 18z"
1833
+ })), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1834
+ d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
1835
+ })), children);
1836
+ });
1837
+ if (process.env.NODE_ENV !== "production") {
1838
+ IntentRequestUpgrade.propTypes = iconPropTypes;
1839
+ }
1840
+ const Interactions = /*#__PURE__*/React.forwardRef(function Interactions(_ref75, ref) {
1841
+ let {
1842
+ children,
1843
+ size = 16,
1844
+ ...rest
1845
+ } = _ref75;
1846
+ if (size === 16 || size === "16" || size === "16px") {
1847
+ return /*#__PURE__*/React.createElement(Icon, {
1848
+ width: size,
1849
+ height: size,
1850
+ ref: ref,
1851
+ xmlns: "http://www.w3.org/2000/svg",
1852
+ viewBox: "0 0 16 16",
1853
+ fill: "currentColor",
1854
+ ...rest
1855
+ }, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1856
+ fillRule: "evenodd",
1857
+ d: "M11,7 L11,9 L13,9 C13.5522847,9 14,9.44771525 14,10 L14,10 L14,13 C14,13.5522847 13.5522847,14 13,14 L13,14 L10,14 L10,7 L11,7 Z M5,9 C5.55228475,9 6,9.44771525 6,10 L6,10 L6,14 L3,14 C2.44771525,14 2,13.5522847 2,13 L2,13 L2,12 C2,11.4477153 2.44771525,11 3,11 L3,11 L5,11 L5,10 L2.5,10 L2.5,9 Z M13,10 L11,10 L11,13 L13,13 L13,10 Z M5,12 L3,12 L3,13 L5,13 L5,12 Z M7.912,2 L7.834,3.911 L9.628,3.248 L9.914,4.119 L8.068,4.626 L9.251,6.134 L8.523,6.667 L7.457,5.068 L6.391,6.667 L5.663,6.134 L6.846,4.626 L5,4.119 L5.286,3.248 L7.08,3.911 L7.002,2 L7.912,2 Z"
1858
+ })), children);
1859
+ }
1860
+ return /*#__PURE__*/React.createElement(Icon, {
1861
+ width: size,
1862
+ height: size,
1863
+ ref: ref,
1864
+ xmlns: "http://www.w3.org/2000/svg",
1865
+ viewBox: "0 0 32 32",
1866
+ fill: "currentColor",
1867
+ ...rest
1868
+ }, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
1869
+ d: "M26 18H22V14H20V28h6a2.0027 2.0027 0 002-2V20A2.0023 2.0023 0 0026 18zm-4 8V20h4v6zM20 6.076L19.256 4.219 16 5.522 16 2 14 2 14 5.523 10.744 4.22 10 6.077 13.417 7.444 10.9 10.8 12.5 12 15 8.667 17.5 12 19.1 10.8 16.583 7.443 20 6.076zM10 18H5v2h5v2H6a2 2 0 00-2 2v2a2 2 0 002 2h6V20A2.0023 2.0023 0 0010 18zm0 8H6V24h4z"
1870
+ })), children);
1871
+ });
1872
+ if (process.env.NODE_ENV !== "production") {
1873
+ Interactions.propTypes = iconPropTypes;
1874
+ }
1875
+ const WatsonHealthInteractiveSegmentationCursor = /*#__PURE__*/React.forwardRef(function WatsonHealthInteractiveSegmentationCursor(_ref76, ref) {
1876
+ let {
1877
+ children,
1878
+ size = 16,
1879
+ ...rest
1880
+ } = _ref76;
1881
+ return /*#__PURE__*/React.createElement(Icon, {
1882
+ width: size,
1883
+ height: size,
1884
+ ref: ref,
1885
+ xmlns: "http://www.w3.org/2000/svg",
1886
+ viewBox: "0 0 32 32",
1887
+ fill: "currentColor",
1888
+ ...rest
1889
+ }, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
1890
+ d: "M29.4139,24,15.9989,10.5663a2.0473,2.0473,0,0,0-2.8281,0l-2.586,2.586a2.0023,2.0023,0,0,0,0,2.8283L23.9989,29.4145a2.0021,2.0021,0,0,0,2.8281,0l2.5869-2.5865a1.9993,1.9993,0,0,0,0-2.8283Zm-17.415-9.4335,2.5859-2.5859,3.5,3.5L15.498,18.0676l-3.5-3.5ZM25.413,28l-8.5009-8.5188,2.5867-2.587L28,25.4143Z"
1891
+ })), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
1892
+ d: "M7.586 18.586H10.414V21.413999999999998H7.586z",
1893
+ transform: "rotate(-45 9 20)"
1894
+ })), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
1895
+ d: "M18.586 7.586H21.413999999999998V10.414H18.586z",
1896
+ transform: "rotate(-45 20 9)"
1897
+ })), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
1898
+ d: "M7.586 7.586H10.414V10.414H7.586z",
1899
+ transform: "rotate(-45 9 9)"
1900
+ })), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
1901
+ d: "M11 2L2 2 2 11 4 11 4 4 11 4 11 2z"
1902
+ })), children);
1903
+ });
1904
+ if (process.env.NODE_ENV !== "production") {
1905
+ WatsonHealthInteractiveSegmentationCursor.propTypes = iconPropTypes;
1906
+ }
1907
+ const InterfaceUsage = /*#__PURE__*/React.forwardRef(function InterfaceUsage(_ref77, ref) {
1908
+ let {
1909
+ children,
1910
+ size = 16,
1911
+ ...rest
1912
+ } = _ref77;
1913
+ return /*#__PURE__*/React.createElement(Icon, {
1914
+ width: size,
1915
+ height: size,
1916
+ ref: ref,
1917
+ xmlns: "http://www.w3.org/2000/svg",
1918
+ viewBox: "0 0 32 32",
1919
+ fill: "currentColor",
1920
+ ...rest
1921
+ }, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
1922
+ strokeWidth: "0",
1923
+ d: "M18.3242 11.7334v1.29h-1.3242v1.7368h1.3242v7.2397h2.2012v-7.2397h1.8398v-1.7368h-1.8398v-1.9951h1.8398v-1.7539h-1.5649c-1.6167 0-2.4761.877-2.4761 2.459zM10 11.8193L11.582 11.8193 11.582 20.1772 10 20.1772 10 22 15.4516 22 15.4516 20.1772 13.8525 20.1772 13.8525 11.8193 15.4516 11.8193 15.4516 9.9966 10 9.9966 10 11.8193z"
1924
+ })), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
1925
+ strokeWidth: "0",
1926
+ d: "m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"
1927
+ })), children);
1928
+ });
1929
+ if (process.env.NODE_ENV !== "production") {
1930
+ InterfaceUsage.propTypes = iconPropTypes;
1931
+ }
1932
+ const Intersect = /*#__PURE__*/React.forwardRef(function Intersect(_ref78, ref) {
1933
+ let {
1934
+ children,
1935
+ size = 16,
1936
+ ...rest
1937
+ } = _ref78;
1938
+ return /*#__PURE__*/React.createElement(Icon, {
1939
+ width: size,
1940
+ height: size,
1941
+ ref: ref,
1942
+ xmlns: "http://www.w3.org/2000/svg",
1943
+ viewBox: "0 0 32 32",
1944
+ fill: "currentColor",
1945
+ ...rest
1946
+ }, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
1947
+ d: "M22 24H18V22h4V18h2v4A2.0021 2.0021 0 0122 24zM10 14H8V10a2.0022 2.0022 0 012-2h4v2H10z"
1948
+ })), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
1949
+ d: "M28,8H24V4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V22a2.0023,2.0023,0,0,0,2,2H8v4a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V10A2.0023,2.0023,0,0,0,28,8Zm0,20H10V24h4V22H10V18H8v4H4V4H22V8H18v2h4v4h2V10h4Z"
1950
+ })), children);
1951
+ });
1952
+ if (process.env.NODE_ENV !== "production") {
1953
+ Intersect.propTypes = iconPropTypes;
1954
+ }
1955
+ const IntrusionPrevention = /*#__PURE__*/React.forwardRef(function IntrusionPrevention(_ref79, ref) {
1956
+ let {
1957
+ children,
1958
+ size = 16,
1959
+ ...rest
1960
+ } = _ref79;
1961
+ return /*#__PURE__*/React.createElement(Icon, {
1962
+ width: size,
1963
+ height: size,
1964
+ ref: ref,
1965
+ xmlns: "http://www.w3.org/2000/svg",
1966
+ viewBox: "0 0 32 32",
1967
+ fill: "currentColor",
1968
+ ...rest
1969
+ }, _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
1970
+ cx: "22",
1971
+ cy: "23.887",
1972
+ r: "2"
1973
+ })), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
1974
+ d: "M29.7769 23.4785A8.64 8.64 0 0022 18a8.64 8.64 0 00-7.7769 5.4785L14 24l.2231.5215A8.64 8.64 0 0022 30a8.64 8.64 0 007.7769-5.4785L30 24zM22 28a4 4 0 114-4A4.0045 4.0045 0 0122 28zM25 10H4A2.0021 2.0021 0 012 8V4A2.0021 2.0021 0 014 2H25a2.0021 2.0021 0 012 2V8A2.0021 2.0021 0 0125 10zM4 4V8H25V4zM12 28H4V24h8V22H4a2.0023 2.0023 0 00-2 2v4a2.0023 2.0023 0 002 2h8z"
1975
+ })), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
1976
+ d: "M28,12H7a2.0023,2.0023,0,0,0-2,2v4a2.0023,2.0023,0,0,0,2,2h5V18H7V14H28l.0007,2H30V14A2.0023,2.0023,0,0,0,28,12Z"
1977
+ })), children);
1978
+ });
1979
+ if (process.env.NODE_ENV !== "production") {
1980
+ IntrusionPrevention.propTypes = iconPropTypes;
1981
+ }
1982
+ const InventoryManagement = /*#__PURE__*/React.forwardRef(function InventoryManagement(_ref80, ref) {
1983
+ let {
1984
+ children,
1985
+ size = 16,
1986
+ ...rest
1987
+ } = _ref80;
1988
+ return /*#__PURE__*/React.createElement(Icon, {
1989
+ width: size,
1990
+ height: size,
1991
+ ref: ref,
1992
+ xmlns: "http://www.w3.org/2000/svg",
1993
+ viewBox: "0 0 32 32",
1994
+ fill: "currentColor",
1995
+ ...rest
1996
+ }, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
1997
+ d: "M19 24H23V28H19zM26 24H30V28H26zM19 17H23V21H19zM26 17H30V21H26z"
1998
+ })), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
1999
+ d: "M17,24H4V10H28v5h2V10a2.0023,2.0023,0,0,0-2-2H22V4a2.0023,2.0023,0,0,0-2-2H12a2.002,2.002,0,0,0-2,2V8H4a2.002,2.002,0,0,0-2,2V24a2.0023,2.0023,0,0,0,2,2H17ZM12,4h8V8H12Z"
2000
+ })), children);
2001
+ });
2002
+ if (process.env.NODE_ENV !== "production") {
2003
+ InventoryManagement.propTypes = iconPropTypes;
2004
+ }
2005
+ const IotConnect = /*#__PURE__*/React.forwardRef(function IotConnect(_ref81, ref) {
2006
+ let {
2007
+ children,
2008
+ size = 16,
2009
+ ...rest
2010
+ } = _ref81;
2011
+ return /*#__PURE__*/React.createElement(Icon, {
2012
+ width: size,
2013
+ height: size,
2014
+ ref: ref,
2015
+ xmlns: "http://www.w3.org/2000/svg",
2016
+ viewBox: "0 0 32 32",
2017
+ fill: "currentColor",
2018
+ ...rest
2019
+ }, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2020
+ d: "M30,19H26V15H24v9H8V8l9-.0009V6H13V2H11V6H8A2.002,2.002,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2.0023,2.0023,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2.0027,2.0027,0,0,0,2-2V21h4Z"
2021
+ })), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2022
+ d: "M26,2a4.0042,4.0042,0,0,0-4,4,3.9556,3.9556,0,0,0,.5668,2.0192L19.5859,11H11V21H21V12.4141l2.9808-2.9808A3.9553,3.9553,0,0,0,26,10a4,4,0,0,0,0-8ZM19,19H13V13h6ZM26,8a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,26,8Z"
2023
+ })), children);
2024
+ });
2025
+ if (process.env.NODE_ENV !== "production") {
2026
+ IotConnect.propTypes = iconPropTypes;
2027
+ }
2028
+ const IotPlatform = /*#__PURE__*/React.forwardRef(function IotPlatform(_ref82, ref) {
2029
+ let {
2030
+ children,
2031
+ size = 16,
2032
+ ...rest
2033
+ } = _ref82;
2034
+ return /*#__PURE__*/React.createElement(Icon, {
2035
+ width: size,
2036
+ height: size,
2037
+ ref: ref,
2038
+ xmlns: "http://www.w3.org/2000/svg",
2039
+ viewBox: "0 0 32 32",
2040
+ fill: "currentColor",
2041
+ ...rest
2042
+ }, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2043
+ d: "M30,19H26V15H24v9H8V8l9-.0009V6H13V2H11V6H8A2.002,2.002,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2.0023,2.0023,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2.0027,2.0027,0,0,0,2-2V21h4Z"
2044
+ })), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2045
+ d: "M21 21H11V11H21zm-8-2h6V13H13zM31 13H29A10.0117 10.0117 0 0019 3V1A12.0131 12.0131 0 0131 13z"
2046
+ })), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2047
+ d: "M26,13H24a5.0059,5.0059,0,0,0-5-5V6A7.0085,7.0085,0,0,1,26,13Z"
2048
+ })), children);
2049
+ });
2050
+ if (process.env.NODE_ENV !== "production") {
2051
+ IotPlatform.propTypes = iconPropTypes;
2052
+ }
2053
+ const Ip = /*#__PURE__*/React.forwardRef(function Ip(_ref83, ref) {
2054
+ let {
2055
+ children,
2056
+ size = 16,
2057
+ ...rest
2058
+ } = _ref83;
2059
+ return /*#__PURE__*/React.createElement(Icon, {
2060
+ width: size,
2061
+ height: size,
2062
+ ref: ref,
2063
+ xmlns: "http://www.w3.org/2000/svg",
2064
+ viewBox: "0 0 32 32",
2065
+ fill: "currentColor",
2066
+ ...rest
2067
+ }, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2068
+ strokeWidth: "0",
2069
+ d: "M19 23h-2v-14h6c1.103 0 2 .897 2 2v5c0 1.103-.897 2-2 2h-4v5zm0-7h4v-5.0015h-4v5.0015zM7 11L10 11 10 21 7 21 7 23 15 23 15 21 12 21 12 11 15 11 15 9 7 9 7 11z"
2070
+ })), children);
2071
+ });
2072
+ if (process.env.NODE_ENV !== "production") {
2073
+ Ip.propTypes = iconPropTypes;
2074
+ }
2075
+ const Iso = /*#__PURE__*/React.forwardRef(function Iso(_ref84, ref) {
2076
+ let {
2077
+ children,
2078
+ size = 16,
2079
+ ...rest
2080
+ } = _ref84;
2081
+ return /*#__PURE__*/React.createElement(Icon, {
2082
+ width: size,
2083
+ height: size,
2084
+ ref: ref,
2085
+ xmlns: "http://www.w3.org/2000/svg",
2086
+ viewBox: "0 0 32 32",
2087
+ fill: "currentColor",
2088
+ ...rest
2089
+ }, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2090
+ d: "M28 23H24a2 2 0 01-2-2V11a2 2 0 012-2h4a2 2 0 012 2V21A2 2 0 0128 23zM24 11V21h4V11zM18 23H12V21h6V17H14a2 2 0 01-2-2V11a2 2 0 012-2h6v2H14v4h4a2 2 0 012 2v4A2 2 0 0118 23zM2 11L5 11 5 21 2 21 2 23 10 23 10 21 7 21 7 11 10 11 10 9 2 9 2 11z"
2091
+ })), children);
2092
+ });
2093
+ if (process.env.NODE_ENV !== "production") {
2094
+ Iso.propTypes = iconPropTypes;
2095
+ }
2096
+ const IsoFilled = /*#__PURE__*/React.forwardRef(function IsoFilled(_ref85, ref) {
2097
+ let {
2098
+ children,
2099
+ size = 16,
2100
+ ...rest
2101
+ } = _ref85;
2102
+ return /*#__PURE__*/React.createElement(Icon, {
2103
+ width: size,
2104
+ height: size,
2105
+ ref: ref,
2106
+ xmlns: "http://www.w3.org/2000/svg",
2107
+ viewBox: "0 0 32 32",
2108
+ fill: "currentColor",
2109
+ ...rest
2110
+ }, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2111
+ d: "M21 13H24V19H21z"
2112
+ })), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2113
+ d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM8,21H6V11H8Zm9-8H12v2h3a2,2,0,0,1,2,2v2a2,2,0,0,1-2,2H10V19h5V17H12a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5Zm9,6a2,2,0,0,1-2,2H21a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h3a2,2,0,0,1,2,2Z"
2114
+ })), children);
2115
+ });
2116
+ if (process.env.NODE_ENV !== "production") {
2117
+ IsoFilled.propTypes = iconPropTypes;
2118
+ }
2119
+ const IsoOutline = /*#__PURE__*/React.forwardRef(function IsoOutline(_ref86, ref) {
2120
+ let {
2121
+ children,
2122
+ size = 16,
2123
+ ...rest
2124
+ } = _ref86;
2125
+ return /*#__PURE__*/React.createElement(Icon, {
2126
+ width: size,
2127
+ height: size,
2128
+ ref: ref,
2129
+ xmlns: "http://www.w3.org/2000/svg",
2130
+ viewBox: "0 0 32 32",
2131
+ fill: "currentColor",
2132
+ ...rest
2133
+ }, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2134
+ d: "M24 21H21a2 2 0 01-2-2V13a2 2 0 012-2h3a2 2 0 012 2v6A2 2 0 0124 21zm-3-8v6h3V13zM15 21H10V19h5V17H12a2 2 0 01-2-2V13a2 2 0 012-2h5v2H12v2h3a2 2 0 012 2v2A2 2 0 0115 21zM6 11H8V21H6z"
2135
+ })), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2136
+ d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM4,24V8H28V24Z"
2137
+ })), children);
2138
+ });
2139
+ if (process.env.NODE_ENV !== "production") {
2140
+ IsoOutline.propTypes = iconPropTypes;
2141
+ }
2142
+ const JobDaemon = /*#__PURE__*/React.forwardRef(function JobDaemon(_ref87, ref) {
2143
+ let {
2144
+ children,
2145
+ size = 16,
2146
+ ...rest
2147
+ } = _ref87;
2148
+ return /*#__PURE__*/React.createElement(Icon, {
2149
+ width: size,
2150
+ height: size,
2151
+ ref: ref,
2152
+ xmlns: "http://www.w3.org/2000/svg",
2153
+ viewBox: "0 0 32 32",
2154
+ fill: "currentColor",
2155
+ ...rest
2156
+ }, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2157
+ d: "M12,17h8c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2h-8c-1.1,0-2,.9-2,2v11c0,1.1.9,2,2,2ZM12,4h8v11h-8V4ZM8,19h5v2h-5c-1.1,0-2-.9-2-2v-11h2v11ZM4,23h5v2h-5c-1.1,0-2-.9-2-2v-11h2v11ZM27,20c-1.6,0-3.1,1.4-4,2.4-.9-1-2.4-2.4-4-2.4-2.6,0-4,2-4,4s1.4,4,4,4,3.1-1.4,4-2.4c.9,1,2.4,2.4,4,2.4,2.6,0,4-2,4-4s-1.4-4-4-4ZM19,26c-1.5,0-2-1.1-2-2s.5-2,2-2,2,1.1,2.8,2c-.7.9-1.9,2-2.8,2ZM27,26c-.9,0-2-1.1-2.8-2,.7-.9,1.9-2,2.8-2,1.5,0,2,1.1,2,2s-.5,2-2,2Z"
2158
+ })), children);
2159
+ });
2160
+ if (process.env.NODE_ENV !== "production") {
2161
+ JobDaemon.propTypes = iconPropTypes;
2162
+ }
2163
+ const JobRun = /*#__PURE__*/React.forwardRef(function JobRun(_ref88, ref) {
2164
+ let {
2165
+ children,
2166
+ size = 16,
2167
+ ...rest
2168
+ } = _ref88;
2169
+ return /*#__PURE__*/React.createElement(Icon, {
2170
+ width: size,
2171
+ height: size,
2172
+ ref: ref,
2173
+ xmlns: "http://www.w3.org/2000/svg",
2174
+ viewBox: "0 0 32 32",
2175
+ fill: "currentColor",
2176
+ ...rest
2177
+ }, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2178
+ d: "M12,17h8c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2h-8c-1.1,0-2,.9-2,2v11c0,1.1.9,2,2,2ZM12,4h8v11h-8V4ZM8,19h6v2h-6c-1.1,0-2-.9-2-2v-11h2v11ZM4,23h6v2h-6c-1.1,0-2-.9-2-2v-11h2v11ZM30,24l-6,6-1.4-1.4,3.6-3.6h-9.2v-2h9.2l-3.6-3.6,1.4-1.4,6,6Z"
2179
+ })), children);
2180
+ });
2181
+ if (process.env.NODE_ENV !== "production") {
2182
+ JobRun.propTypes = iconPropTypes;
2183
+ }
2184
+ const JoinFull = /*#__PURE__*/React.forwardRef(function JoinFull(_ref89, ref) {
2185
+ let {
2186
+ children,
2187
+ size = 16,
2188
+ ...rest
2189
+ } = _ref89;
2190
+ return /*#__PURE__*/React.createElement(Icon, {
2191
+ width: size,
2192
+ height: size,
2193
+ ref: ref,
2194
+ xmlns: "http://www.w3.org/2000/svg",
2195
+ viewBox: "0 0 32 32",
2196
+ fill: "currentColor",
2197
+ ...rest
2198
+ }, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2199
+ fill: "none",
2200
+ d: "M16,9.0752a7.9941,7.9941,0,0,1,0,13.85,7.9941,7.9941,0,0,1,0-13.85m0-2.2373a9.9953,9.9953,0,0,0,0,18.3242A9.9953,9.9953,0,0,0,16,6.8379Z",
2201
+ "data-icon-path": "inner-path"
2202
+ })), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2203
+ d: "M10,16a9.9976,9.9976,0,0,1,6-9.1621,10,10,0,1,0,0,18.3242A9.9976,9.9976,0,0,1,10,16Z"
2204
+ })), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2205
+ d: "M16,9.0752a7.9941,7.9941,0,0,0,0,13.85,7.9941,7.9941,0,0,0,0-13.85Z"
2206
+ })), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2207
+ d: "M20,6a9.9539,9.9539,0,0,0-4,.8379,9.9953,9.9953,0,0,1,0,18.3242A9.9988,9.9988,0,1,0,20,6Z"
2208
+ })), children);
2209
+ });
2210
+ if (process.env.NODE_ENV !== "production") {
2211
+ JoinFull.propTypes = iconPropTypes;
2212
+ }
2213
+ const JoinInner = /*#__PURE__*/React.forwardRef(function JoinInner(_ref90, ref) {
2214
+ let {
2215
+ children,
2216
+ size = 16,
2217
+ ...rest
2218
+ } = _ref90;
2219
+ return /*#__PURE__*/React.createElement(Icon, {
2220
+ width: size,
2221
+ height: size,
2222
+ ref: ref,
2223
+ xmlns: "http://www.w3.org/2000/svg",
2224
+ viewBox: "0 0 32 32",
2225
+ fill: "currentColor",
2226
+ ...rest
2227
+ }, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2228
+ d: "M20,6a9.9355,9.9355,0,0,0-4,.8418A9.999,9.999,0,1,0,16,25.16,9.998,9.998,0,1,0,20,6ZM12,24A8,8,0,1,1,13.7573,8.2017a9.9734,9.9734,0,0,0,0,15.5986A7.9919,7.9919,0,0,1,12,24Zm8,0a7.9919,7.9919,0,0,1-1.7573-.2,9.9734,9.9734,0,0,0,0-15.5986A7.9972,7.9972,0,1,1,20,24Z"
2229
+ })), children);
2230
+ });
2231
+ if (process.env.NODE_ENV !== "production") {
2232
+ JoinInner.propTypes = iconPropTypes;
2233
+ }
2234
+ const JoinLeft = /*#__PURE__*/React.forwardRef(function JoinLeft(_ref91, ref) {
2235
+ let {
2236
+ children,
2237
+ size = 16,
2238
+ ...rest
2239
+ } = _ref91;
2240
+ return /*#__PURE__*/React.createElement(Icon, {
2241
+ width: size,
2242
+ height: size,
2243
+ ref: ref,
2244
+ xmlns: "http://www.w3.org/2000/svg",
2245
+ viewBox: "0 0 32 32",
2246
+ fill: "currentColor",
2247
+ ...rest
2248
+ }, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2249
+ d: "M20,6a9.9272,9.9272,0,0,0-3.9968.8394,9.9758,9.9758,0,0,1,2.2451,1.36,8,8,0,1,1,0,15.6016,9.9758,9.9758,0,0,1-2.2451,1.36A9.9976,9.9976,0,1,0,20,6Z"
2250
+ })), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2251
+ d: "M12,16a8.01,8.01,0,0,0,6.2483,7.8008,9.9858,9.9858,0,0,0,0-15.6016A8.01,8.01,0,0,0,12,16Z"
2252
+ })), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2253
+ fill: "none",
2254
+ d: "M12,16a8.01,8.01,0,0,1,6.2483-7.8008,9.9758,9.9758,0,0,0-2.2451-1.36,9.9909,9.9909,0,0,0,0,18.3212,9.9758,9.9758,0,0,0,2.2451-1.36A8.01,8.01,0,0,1,12,16Z",
2255
+ "data-icon-path": "inner-path"
2256
+ })), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2257
+ d: "M10,16a10.0105,10.0105,0,0,1,6.0032-9.1606,10,10,0,1,0,0,18.3212A10.0105,10.0105,0,0,1,10,16Z"
2258
+ })), children);
2259
+ });
2260
+ if (process.env.NODE_ENV !== "production") {
2261
+ JoinLeft.propTypes = iconPropTypes;
2262
+ }
2263
+ const JoinOuter = /*#__PURE__*/React.forwardRef(function JoinOuter(_ref92, ref) {
2264
+ let {
2265
+ children,
2266
+ size = 16,
2267
+ ...rest
2268
+ } = _ref92;
2269
+ return /*#__PURE__*/React.createElement(Icon, {
2270
+ width: size,
2271
+ height: size,
2272
+ ref: ref,
2273
+ xmlns: "http://www.w3.org/2000/svg",
2274
+ viewBox: "0 0 32 32",
2275
+ fill: "currentColor",
2276
+ ...rest
2277
+ }, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2278
+ d: "M20 6a9.9539 9.9539 0 00-4 .8379 9.9953 9.9953 0 010 18.3242A9.9988 9.9988 0 1020 6zM10 16a9.9976 9.9976 0 016-9.1621 10 10 0 100 18.3242A9.9976 9.9976 0 0110 16z"
2279
+ })), children);
2280
+ });
2281
+ if (process.env.NODE_ENV !== "production") {
2282
+ JoinOuter.propTypes = iconPropTypes;
2283
+ }
2284
+ const JoinRight = /*#__PURE__*/React.forwardRef(function JoinRight(_ref93, ref) {
2285
+ let {
2286
+ children,
2287
+ size = 16,
2288
+ ...rest
2289
+ } = _ref93;
2290
+ return /*#__PURE__*/React.createElement(Icon, {
2291
+ width: size,
2292
+ height: size,
2293
+ ref: ref,
2294
+ xmlns: "http://www.w3.org/2000/svg",
2295
+ viewBox: "0 0 32 32",
2296
+ fill: "currentColor",
2297
+ ...rest
2298
+ }, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2299
+ d: "M20,6a9.95,9.95,0,0,0-4.0032.8394,9.9909,9.9909,0,0,1,0,18.3212A9.9988,9.9988,0,1,0,20,6Z"
2300
+ })), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2301
+ fill: "none",
2302
+ d: "M20,16a8.01,8.01,0,0,0-6.2483-7.8008,9.9758,9.9758,0,0,1,2.2451-1.36,9.9909,9.9909,0,0,1,0,18.3212,9.9758,9.9758,0,0,1-2.2451-1.36A8.01,8.01,0,0,0,20,16Z",
2303
+ "data-icon-path": "inner-path"
2304
+ })), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2305
+ d: "M10,16a9.9759,9.9759,0,0,0,3.7517,7.8008,7.9937,7.9937,0,0,0,0-15.6016A9.9759,9.9759,0,0,0,10,16Z"
2306
+ })), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2307
+ d: "M12,24A8,8,0,1,1,13.7517,8.1992a9.9758,9.9758,0,0,1,2.2451-1.36,10,10,0,1,0,0,18.3212,9.9758,9.9758,0,0,1-2.2451-1.36A7.9727,7.9727,0,0,1,12,24Z"
2308
+ })), children);
2309
+ });
2310
+ if (process.env.NODE_ENV !== "production") {
2311
+ JoinRight.propTypes = iconPropTypes;
2312
+ }
2313
+ const JoinNode = /*#__PURE__*/React.forwardRef(function JoinNode(_ref94, ref) {
2314
+ let {
2315
+ children,
2316
+ size = 16,
2317
+ ...rest
2318
+ } = _ref94;
2319
+ return /*#__PURE__*/React.createElement(Icon, {
2320
+ width: size,
2321
+ height: size,
2322
+ ref: ref,
2323
+ xmlns: "http://www.w3.org/2000/svg",
2324
+ viewBox: "0 0 32 32",
2325
+ fill: "currentColor",
2326
+ ...rest
2327
+ }, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2328
+ strokeWidth: "0",
2329
+ d: "M2 9H6V11H2zM2 21H6V23H2zM25 11L23.5859 12.4141 26.1719 15 18 15 18 4 12 4 12 9 8 9 8 11 12 11 12 21 8 21 8 23 12 23 12 28 18 28 18 17 26.1719 17 23.5859 19.5859 25 21 30 16 25 11z"
2330
+ })), children);
2331
+ });
2332
+ if (process.env.NODE_ENV !== "production") {
2333
+ JoinNode.propTypes = iconPropTypes;
2334
+ }
2335
+ const Jpg = /*#__PURE__*/React.forwardRef(function Jpg(_ref95, ref) {
2336
+ let {
2337
+ children,
2338
+ size = 16,
2339
+ ...rest
2340
+ } = _ref95;
2341
+ return /*#__PURE__*/React.createElement(Icon, {
2342
+ width: size,
2343
+ height: size,
2344
+ ref: ref,
2345
+ xmlns: "http://www.w3.org/2000/svg",
2346
+ viewBox: "0 0 32 32",
2347
+ fill: "currentColor",
2348
+ ...rest
2349
+ }, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2350
+ d: "M30 23H24a2 2 0 01-2-2V11a2 2 0 012-2h6v2H24V21h4V17H26V15h4zM14 23H12V9h6a2 2 0 012 2v5a2 2 0 01-2 2H14zm0-7h4V11H14zM8 23H4a2 2 0 01-2-2V19H4v2H8V9h2V21A2 2 0 018 23z"
2351
+ })), children);
2352
+ });
2353
+ if (process.env.NODE_ENV !== "production") {
2354
+ Jpg.propTypes = iconPropTypes;
2355
+ }
2356
+ const JsError = /*#__PURE__*/React.forwardRef(function JsError(_ref96, ref) {
2357
+ let {
2358
+ children,
2359
+ size = 16,
2360
+ ...rest
2361
+ } = _ref96;
2362
+ return /*#__PURE__*/React.createElement(Icon, {
2363
+ width: size,
2364
+ height: size,
2365
+ ref: ref,
2366
+ xmlns: "http://www.w3.org/2000/svg",
2367
+ viewBox: "0 0 32 32",
2368
+ fill: "currentColor",
2369
+ ...rest
2370
+ }, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2371
+ d: "M20.3335 30h-2.667c-.9189 0-1.6665-.7476-1.6665-1.6665v-2.3335h2v2h2v-8h2v8.3335c0 .9189-.7476 1.6665-1.6665 1.6665zM28.3335 30h-4.3335v-2h4v-2h-2c-1.103 0-2-.897-2-2v-2.3335c0-.9189.7476-1.6665 1.6665-1.6665h4.3335v2h-4v2h2c1.103 0 2 .897 2 2v2.3335c0 .9189-.7476 1.6665-1.6665 1.6665zM16 18c-.8284 0-1.5.6716-1.5 1.5s.6716 1.5 1.5 1.5 1.5-.6716 1.5-1.5-.6716-1.5-1.5-1.5h0zM15 7H17V16H15z"
2372
+ })), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2373
+ d: "m14,26h-4.5c-.3538,0-.6809-.1868-.8608-.4912L2.1392,14.5088c-.0928-.1569-.1392-.3329-.1392-.5088s.0464-.3519.1392-.5088L8.6392,2.4912c.1799-.3044.5071-.4912.8608-.4912h13c.3538,0,.6809.1868.8608.4912l6.5,11c.0928.1569.1392.3328.1392.5088s-.0464.3519-.1392.5088l-2,3.3845-1.7217-1.0173,1.6992-2.876-5.9089-10h-11.8589l-5.9089,10,5.9089,10h3.9294v2Z"
2374
+ })), children);
2375
+ });
2376
+ if (process.env.NODE_ENV !== "production") {
2377
+ JsError.propTypes = iconPropTypes;
2378
+ }
2379
+ const Json = /*#__PURE__*/React.forwardRef(function Json(_ref97, ref) {
2380
+ let {
2381
+ children,
2382
+ size = 16,
2383
+ ...rest
2384
+ } = _ref97;
2385
+ return /*#__PURE__*/React.createElement(Icon, {
2386
+ width: size,
2387
+ height: size,
2388
+ ref: ref,
2389
+ xmlns: "http://www.w3.org/2000/svg",
2390
+ viewBox: "0 0 32 32",
2391
+ fill: "currentColor",
2392
+ ...rest
2393
+ }, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2394
+ d: "M31 11L31 21 29 21 27 15 27 21 25 21 25 11 27 11 29 17 29 11 31 11zM21.3335 21h-2.667A1.6684 1.6684 0 0117 19.3335v-6.667A1.6684 1.6684 0 0118.6665 11h2.667A1.6684 1.6684 0 0123 12.6665v6.667A1.6684 1.6684 0 0121.3335 21zM19 19h2V13H19zM13.3335 21H9V19h4V17H11a2.002 2.002 0 01-2-2V12.6665A1.6684 1.6684 0 0110.6665 11H15v2H11v2h2a2.002 2.002 0 012 2v2.3335A1.6684 1.6684 0 0113.3335 21zM5.3335 21H2.6665A1.6684 1.6684 0 011 19.3335V17H3v2H5V11H7v8.3335A1.6684 1.6684 0 015.3335 21z"
2395
+ })), children);
2396
+ });
2397
+ if (process.env.NODE_ENV !== "production") {
2398
+ Json.propTypes = iconPropTypes;
2399
+ }
2400
+ const JsonReference = /*#__PURE__*/React.forwardRef(function JsonReference(_ref98, ref) {
2401
+ let {
2402
+ children,
2403
+ size = 16,
2404
+ ...rest
2405
+ } = _ref98;
2406
+ return /*#__PURE__*/React.createElement(Icon, {
2407
+ width: size,
2408
+ height: size,
2409
+ ref: ref,
2410
+ xmlns: "http://www.w3.org/2000/svg",
2411
+ viewBox: "0 0 32 32",
2412
+ fill: "currentColor",
2413
+ ...rest
2414
+ }, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2415
+ d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM29 12L27 6 25 6 25 16 27 16 27 10 29 16 31 16 31 6 29 6 29 12zM21.3335 6h-2.667A1.6683 1.6683 0 0017 7.6665v6.667A1.6684 1.6684 0 0018.6665 16h2.667A1.6683 1.6683 0 0023 14.3335V7.6665A1.6683 1.6683 0 0021.3335 6zM21 14H19V8h2zM9 7.6665V10a2.002 2.002 0 002 2h2v2H9v2h4.3335A1.6683 1.6683 0 0015 14.3335V12a2.002 2.002 0 00-2-2H11V8h4V6H10.6665A1.6683 1.6683 0 009 7.6665zM5 14H3V12H1v2.3335A1.6684 1.6684 0 002.6665 16h2.667A1.6683 1.6683 0 007 14.3335V6H5z"
2416
+ })), children);
2417
+ });
2418
+ if (process.env.NODE_ENV !== "production") {
2419
+ JsonReference.propTypes = iconPropTypes;
2420
+ }
2421
+ const JumpLink = /*#__PURE__*/React.forwardRef(function JumpLink(_ref99, ref) {
2422
+ let {
2423
+ children,
2424
+ size = 16,
2425
+ ...rest
2426
+ } = _ref99;
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
+ }, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2436
+ d: "M13.4141,17.5859,18,22.1719V8H8V6H18a2.0024,2.0024,0,0,1,2,2V22.1719l4.5859-4.586L26,19l-7,7-7-7Z"
2437
+ })), children);
2438
+ });
2439
+ if (process.env.NODE_ENV !== "production") {
2440
+ JumpLink.propTypes = iconPropTypes;
2441
+ }
2442
+ const KeepDry = /*#__PURE__*/React.forwardRef(function KeepDry(_ref100, ref) {
2443
+ let {
2444
+ children,
2445
+ size = 16,
2446
+ ...rest
2447
+ } = _ref100;
2448
+ return /*#__PURE__*/React.createElement(Icon, {
2449
+ width: size,
2450
+ height: size,
2451
+ ref: ref,
2452
+ xmlns: "http://www.w3.org/2000/svg",
2453
+ viewBox: "0 0 32 32",
2454
+ fill: "currentColor",
2455
+ ...rest
2456
+ }, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2457
+ d: "M25,10a3.8978,3.8978,0,0,1-4-3.777,3.9017,3.9017,0,0,1,.6533-2.0639L24.17.4141a1.0381,1.0381,0,0,1,1.6592,0L28.3154,4.11A3.9693,3.9693,0,0,1,29,6.223,3.8978,3.8978,0,0,1,25,10Zm0-7.2368L23.3438,5.2257A1.89,1.89,0,0,0,23,6.223a2.014,2.014,0,0,0,4,0,1.98,1.98,0,0,0-.375-1.0466Z"
2458
+ })), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2459
+ d: "M29.9854,15.83a13.9726,13.9726,0,0,0-1.8147-4.8323L26.4329,12.001a12.092,12.092,0,0,1,1.07,2.2124A5.4079,5.4079,0,0,0,26,14a6.5439,6.5439,0,0,0-3.939,1.333,14.5177,14.5177,0,0,0-3.0456-8.9341A13.8858,13.8858,0,0,0,17,4.4014V2H15V4.0464A14.3808,14.3808,0,0,0,2.0146,15.83,1,1,0,0,0,3.51,16.86,4.8551,4.8551,0,0,1,6,16a4.8653,4.8653,0,0,1,4.1406,2.5107,1.0393,1.0393,0,0,0,1.7188,0A5.02,5.02,0,0,1,15,16.1255V25.5a2.5,2.5,0,0,1-5,0V25H8v.5a4.5,4.5,0,0,0,9,0V16.1255a5.02,5.02,0,0,1,3.1406,2.3852.9994.9994,0,0,0,1.7188,0A4.8653,4.8653,0,0,1,26,16a4.8551,4.8551,0,0,1,2.49.86,1,1,0,0,0,1.4957-1.03ZM9.939,15.333A6.5439,6.5439,0,0,0,6,14a5.4079,5.4079,0,0,0-1.5034.2134,12.4413,12.4413,0,0,1,8.488-7.8145A14.5157,14.5157,0,0,0,9.939,15.333ZM16,14a6.5526,6.5526,0,0,0-4.0564,1.4307c.0378-2.22.6089-6.49,4.0564-9.1763,3.4307,2.6768,4.009,6.9487,4.0522,9.1728A6.552,6.552,0,0,0,16,14Z"
2460
+ })), children);
2461
+ });
2462
+ if (process.env.NODE_ENV !== "production") {
2463
+ KeepDry.propTypes = iconPropTypes;
2464
+ }
2465
+ const Key = /*#__PURE__*/React.forwardRef(function Key(_ref101, ref) {
2466
+ let {
2467
+ children,
2468
+ size = 16,
2469
+ ...rest
2470
+ } = _ref101;
2471
+ return /*#__PURE__*/React.createElement(Icon, {
2472
+ width: size,
2473
+ height: size,
2474
+ ref: ref,
2475
+ xmlns: "http://www.w3.org/2000/svg",
2476
+ viewBox: "0 0 32 32",
2477
+ fill: "currentColor",
2478
+ ...rest
2479
+ }, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2480
+ strokeWidth: "0",
2481
+ d: "M30 9L28.0001 9 26 16 24.0001 9 22 9 25 17.9996 25 23 27 23 27 18 27.0001 18 30 9zM21 11L21 9 13 9 13 23 21 23 21 21 15 21 15 17 20 17 20 15 15 15 15 11 21 11zM11 9L8.8941 9 5 15.5527 5 9 3 9 3 23 5 23 5 18.7062 5.9277 17.2208 8.8941 23 11 23 7.1093 15.4308 11 9z"
2482
+ })), children);
2483
+ });
2484
+ if (process.env.NODE_ENV !== "production") {
2485
+ Key.propTypes = iconPropTypes;
2486
+ }
2487
+ const Keyboard = /*#__PURE__*/React.forwardRef(function Keyboard(_ref102, ref) {
2488
+ let {
2489
+ children,
2490
+ size = 16,
2491
+ ...rest
2492
+ } = _ref102;
2493
+ return /*#__PURE__*/React.createElement(Icon, {
2494
+ width: size,
2495
+ height: size,
2496
+ ref: ref,
2497
+ xmlns: "http://www.w3.org/2000/svg",
2498
+ viewBox: "0 0 32 32",
2499
+ fill: "currentColor",
2500
+ ...rest
2501
+ }, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2502
+ d: "M28,26H4a2,2,0,0,1-2-2V10A2,2,0,0,1,4,8H28a2,2,0,0,1,2,2V24A2,2,0,0,1,28,26ZM4,10V24H28V10Z"
2503
+ })), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2504
+ d: "M10 20H21V22H10zM6 12H8V14H6zM10 12H12V14H10zM14 12H16V14H14zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM14 16H16V18H14zM22 12H26V14H22zM22 16H26V18H22zM18 16H20V18H18zM23 20H26V22H23z"
2505
+ })), children);
2506
+ });
2507
+ if (process.env.NODE_ENV !== "production") {
2508
+ Keyboard.propTypes = iconPropTypes;
2509
+ }
2510
+ const KeyboardOff = /*#__PURE__*/React.forwardRef(function KeyboardOff(_ref103, ref) {
2511
+ let {
2512
+ children,
2513
+ size = 16,
2514
+ ...rest
2515
+ } = _ref103;
2516
+ return /*#__PURE__*/React.createElement(Icon, {
2517
+ width: size,
2518
+ height: size,
2519
+ ref: ref,
2520
+ xmlns: "http://www.w3.org/2000/svg",
2521
+ viewBox: "0 0 32 32",
2522
+ fill: "currentColor",
2523
+ ...rest
2524
+ }, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2525
+ d: "M6 12H8V14H6zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM22 12H26V14H22zM22 16H26V18H22z"
2526
+ })), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2527
+ d: "M14.2 10H28v13h2V10c0-1.1-.9-2-2-2H12.2L14.2 10zM30 28.6L3.4 2 2 3.4 6.6 8H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h20.6l4 4L30 28.6zM4 24V10h4.6l2 2H10v2h2.6l2 2H14v2h2.6l2 2H10v2h10.6l2 2H4z"
2528
+ })), children);
2529
+ });
2530
+ if (process.env.NODE_ENV !== "production") {
2531
+ KeyboardOff.propTypes = iconPropTypes;
2532
+ }
2533
+ const Kubelet = /*#__PURE__*/React.forwardRef(function Kubelet(_ref104, ref) {
2534
+ let {
2535
+ children,
2536
+ size = 16,
2537
+ ...rest
2538
+ } = _ref104;
2539
+ return /*#__PURE__*/React.createElement(Icon, {
2540
+ width: size,
2541
+ height: size,
2542
+ ref: ref,
2543
+ xmlns: "http://www.w3.org/2000/svg",
2544
+ viewBox: "0 0 32 32",
2545
+ fill: "currentColor",
2546
+ ...rest
2547
+ }, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2548
+ strokeWidth: "0",
2549
+ d: "m20.0444,27.2942l-3.0825-10.018-1.0132,3.04c-.1361.4084-.5183.6838-.9487.6838h-6s0-2,0-2h5.2793s1.772-5.3162,1.772-5.3162c.1307-.4123.5162-.6902.9487-.6838.4374.0046.8225.2891.9555.7058l3.0088,9.7783,1.0742-3.7589c.1227-.4293.5151-.7252.9615-.7252h5s0,2,0,2h-4.2456s-1.7933,6.2747-1.7933,6.2747c-.1216.4256-.5085.7207-.9511.7253h-.01c-.4389,0-.8265-.2863-.9556-.7058Z"
2550
+ })), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2551
+ strokeWidth: "0",
2552
+ d: "m16,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v9h-2V6H6v20h10v2Z"
2553
+ })), children);
2554
+ });
2555
+ if (process.env.NODE_ENV !== "production") {
2556
+ Kubelet.propTypes = iconPropTypes;
2557
+ }
2558
+ const Kubernetes = /*#__PURE__*/React.forwardRef(function Kubernetes(_ref105, ref) {
2559
+ let {
2560
+ children,
2561
+ size = 16,
2562
+ ...rest
2563
+ } = _ref105;
2564
+ if (process.env.NODE_ENV !== "production") {
2565
+ if (!didWarnAboutDeprecation["Kubernetes"]) {
2566
+ didWarnAboutDeprecation["Kubernetes"] = true;
2567
+ console.warn("The current kubernetes icon has been replaced by logo--kubernetes. As a result, the Kubernetes component will be removed in the next major version of @carbon/icons-react.");
2568
+ }
2569
+ }
2570
+ return /*#__PURE__*/React.createElement(Icon, {
2571
+ width: size,
2572
+ height: size,
2573
+ ref: ref,
2574
+ xmlns: "http://www.w3.org/2000/svg",
2575
+ viewBox: "0 0 32 32",
2576
+ fill: "currentColor",
2577
+ ...rest
2578
+ }, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2579
+ d: "M29.2227,17.9639,25.9194,17.21a9.7843,9.7843,0,0,0-1.5249-6.6245l2.54-2.0254L25.6875,6.9961,23.1482,9.0205A9.97,9.97,0,0,0,17,6.0508V3H15V6.0508a9.97,9.97,0,0,0-6.1482,2.97L6.3125,6.9961,5.0654,8.56l2.54,2.0254A9.7843,9.7843,0,0,0,6.0806,17.21l-3.3033.7544.4454,1.9492L6.52,19.1606a10.0359,10.0359,0,0,0,4.2688,5.358l-1.33,2.7631,1.8018.8677L12.59,25.3882a9.8113,9.8113,0,0,0,6.8208,0L20.74,28.1494l1.8018-.8682-1.33-2.7626a10.0359,10.0359,0,0,0,4.2688-5.358l3.2973.7525ZM24,16c0,.2573-.0148.5112-.0386.7627l-5-1.1416a2.9664,2.9664,0,0,0-.1376-.5942L22.82,11.84A7.9392,7.9392,0,0,1,24,16Zm-9,0a1,1,0,1,1,1,1A1.0009,1.0009,0,0,1,15,16Zm6.5758-5.7256L17.58,13.4609a3.0028,3.0028,0,0,0-.58-.2768V8.0693A7.9762,7.9762,0,0,1,21.5758,10.2744ZM15,8.0693v5.1148a3.0028,3.0028,0,0,0-.58.2768l-3.9956-3.1865A7.9762,7.9762,0,0,1,15,8.0693ZM8,16a7.9392,7.9392,0,0,1,1.18-4.16l3.9962,3.1866a2.9664,2.9664,0,0,0-.1376.5942l-5,1.1416C8.0148,16.5112,8,16.2573,8,16Zm.4835,2.7124,4.9752-1.1362a3.0132,3.0132,0,0,0,.4146.5366L11.6594,22.71A8.031,8.031,0,0,1,8.4835,18.7124ZM16,24a7.9679,7.9679,0,0,1-2.54-.42l2.2206-4.6123A2.9988,2.9988,0,0,0,16,19a2.9988,2.9988,0,0,0,.319-.0322L18.54,23.58A7.9546,7.9546,0,0,1,16,24Zm4.3406-1.29-2.2139-4.5976a3.0132,3.0132,0,0,0,.4146-.5366l4.9752,1.1362A8.031,8.031,0,0,1,20.3406,22.71Z"
2580
+ })), children);
2581
+ });
2582
+ if (process.env.NODE_ENV !== "production") {
2583
+ Kubernetes.propTypes = iconPropTypes;
2584
+ }
2585
+ const KubernetesControlPlaneNode = /*#__PURE__*/React.forwardRef(function KubernetesControlPlaneNode(_ref106, ref) {
2586
+ let {
2587
+ children,
2588
+ size = 16,
2589
+ ...rest
2590
+ } = _ref106;
2591
+ return /*#__PURE__*/React.createElement(Icon, {
2592
+ width: size,
2593
+ height: size,
2594
+ ref: ref,
2595
+ xmlns: "http://www.w3.org/2000/svg",
2596
+ viewBox: "0 0 32 32",
2597
+ fill: "currentColor",
2598
+ ...rest
2599
+ }, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2600
+ d: "M22.951 20h-2.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2H8.951v2h6.1843c.4141 1.1611 1.5137 2 2.8157 2s2.4016-.8389 2.8157-2h2.1843v-2Zm-5 2c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1Zm5-10h-6.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2H8.951v2h2.1843c.4141 1.1611 1.5137 2 2.8157 2s2.4016-.8389 2.8157-2h6.1843v-2Zm-9 2c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1Z"
2601
+ })), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2602
+ d: "m29.8993 18.9897-2.593-11.1865a2 2 0 0 0-1.124-1.3711l-9.407-4.2544C16.5133 2.059 16.2321 2 15.9511 2s-.5623.0591-.8242.1777L5.7197 6.4321a2 2 0 0 0-1.124 1.3711l-2.593 11.1865a2.0008 2.0008 0 0 0 .3899 1.7056l6.886 8.5586A2.0001 2.0001 0 0 0 10.8367 30h10.2286a2.0001 2.0001 0 0 0 1.5581-.7461l6.886-8.5586a2.0008 2.0008 0 0 0 .3899-1.7056ZM21.0653 28H10.837l-6.886-8.5586 2.593-11.187L15.951 4l9.407 4.2549 2.593 11.1865L21.0652 28Z"
2603
+ })), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2604
+ fill: "none",
2605
+ d: "M0 0h32v32H0z"
2606
+ })), children);
2607
+ });
2608
+ if (process.env.NODE_ENV !== "production") {
2609
+ KubernetesControlPlaneNode.propTypes = iconPropTypes;
2610
+ }
2611
+ const KubernetesIpAddress = /*#__PURE__*/React.forwardRef(function KubernetesIpAddress(_ref107, ref) {
2612
+ let {
2613
+ children,
2614
+ size = 16,
2615
+ ...rest
2616
+ } = _ref107;
2617
+ return /*#__PURE__*/React.createElement(Icon, {
2618
+ width: size,
2619
+ height: size,
2620
+ ref: ref,
2621
+ xmlns: "http://www.w3.org/2000/svg",
2622
+ viewBox: "0 0 32 32",
2623
+ fill: "currentColor",
2624
+ ...rest
2625
+ }, _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
2626
+ cx: "16",
2627
+ cy: "9",
2628
+ r: "2"
2629
+ })), _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
2630
+ cx: "16",
2631
+ cy: "16",
2632
+ r: "2"
2633
+ })), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
2634
+ d: "m18.8157,26c-.302-.8472-.9685-1.5137-1.8157-1.8159v-2.1841h3c.2969,0,.5781-.1318.7683-.3599l5-6c.1982-.2378.2751-.5547.2078-.8569l-2-9c-.0696-.3145-.2864-.5757-.5823-.7021l-7-3c-.1257-.0542-.2598-.0811-.3938-.0811s-.2681.0269-.3938.0811l-7.0015,3c-.2959.1265-.5127.3877-.5825.7021l-1.9985,9c-.0671.3027.0098.6191.208.8569l5,6c.1902.228.4714.3599.7683.3599h3v2.1846c-.8472.3018-1.5137.9683-1.8157,1.8154H4v2h9.1843c.4141,1.1611,1.5137,2,2.8157,2s2.4016-.8389,2.8157-2h9.1843v-2h-9.1843Zm-10.7329-11.2627l1.7808-8.02,6.1365-2.6294,6.135,2.6294,1.7822,8.02-4.3855,5.2627h-7.0635l-4.3855-5.2627Zm7.9172,13.2627c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
2635
+ })), children);
2636
+ });
2637
+ if (process.env.NODE_ENV !== "production") {
2638
+ KubernetesIpAddress.propTypes = iconPropTypes;
2639
+ }
2640
+ const KubernetesOperator = /*#__PURE__*/React.forwardRef(function KubernetesOperator(_ref108, ref) {
2641
+ let {
2642
+ children,
2643
+ size = 16,
2644
+ ...rest
2645
+ } = _ref108;
2646
+ return /*#__PURE__*/React.createElement(Icon, {
2647
+ width: size,
2648
+ height: size,
2649
+ ref: ref,
2650
+ xmlns: "http://www.w3.org/2000/svg",
2651
+ viewBox: "0 0 32 32",
2652
+ fill: "currentColor",
2653
+ ...rest
2654
+ }, _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2655
+ strokeWidth: "0",
2656
+ d: "m19,21h-6c-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-6h-6Z"
2657
+ })), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
2658
+ strokeWidth: "0",
2659
+ d: "m30,16c0-7.7197-6.2803-14-14-14S2,8.2803,2,16s6.2803,14,14,14c2.7773,0,5.417-.7959,7.7012-2.3081.3948.1914.8315.3081,1.2988.3081,1.6543,0,3-1.3457,3-3,0-.4673-.1167-.9043-.3079-1.2988,1.5122-2.2842,2.3079-4.9238,2.3079-7.7012Zm-26,0c0-6.6167,5.3833-12,12-12s12,5.3833,12,12c0,2.248-.6152,4.3877-1.7744,6.2681-.375-.1689-.7881-.2681-1.2256-.2681-1.6543,0-3,1.3457-3,3,0,.4375.0991.8506.2681,1.2256-1.8801,1.1592-4.0198,1.7744-6.2681,1.7744-6.6167,0-12-5.3833-12-12Zm21,10c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
2660
+ })), children);
2661
+ });
2662
+ if (process.env.NODE_ENV !== "production") {
2663
+ KubernetesOperator.propTypes = iconPropTypes;
2664
+ }
2665
+ const KubernetesPod = /*#__PURE__*/React.forwardRef(function KubernetesPod(_ref109, ref) {
2666
+ let {
2667
+ children,
2668
+ size = 16,
2669
+ ...rest
2670
+ } = _ref109;
2671
+ return /*#__PURE__*/React.createElement(Icon, {
2672
+ width: size,
2673
+ height: size,
2674
+ ref: ref,
2675
+ xmlns: "http://www.w3.org/2000/svg",
2676
+ viewBox: "0 0 32 32",
2677
+ fill: "currentColor",
2678
+ ...rest
2679
+ }, _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
2680
+ d: "m22.5046,11.6368l-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"
2681
+ })), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
2682
+ d: "m16,31c-.1741,0-.3481-.0454-.5039-.1362l-12-7c-.3071-.1792-.4961-.5081-.4961-.8638v-14c0-.3557.189-.6846.4961-.8638L15.4961,1.1362c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l11,6.4166-1.0078,1.7275-10.4961-6.1227-11,6.4166v12.8513l11,6.4166,11-6.4166v-7.4257h2v8c0,.3557-.189.6846-.4961.8638l-12,7c-.1558.0908-.3298.1362-.5039.1362Z"
2683
+ })), children);
2684
+ });
2685
+ if (process.env.NODE_ENV !== "production") {
2686
+ KubernetesPod.propTypes = iconPropTypes;
2687
+ }
2688
+ const KubernetesWorkerNode = /*#__PURE__*/React.forwardRef(function KubernetesWorkerNode(_ref110, ref) {
2689
+ let {
2690
+ children,
2691
+ size = 16,
2692
+ ...rest
2693
+ } = _ref110;
2694
+ return /*#__PURE__*/React.createElement(Icon, {
2695
+ width: size,
2696
+ height: size,
2697
+ ref: ref,
2698
+ xmlns: "http://www.w3.org/2000/svg",
2699
+ viewBox: "0 0 32 32",
2700
+ fill: "currentColor",
2701
+ ...rest
2702
+ }, _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
2703
+ d: "M23 18v-2h-2.1c-.1-.6-.4-1.2-.7-1.8l1.5-1.5-1.4-1.4-1.5 1.5c-.5-.3-1.1-.6-1.8-.7V10h-2v2.1c-.6.1-1.2.4-1.8.7l-1.5-1.5-1.4 1.4 1.5 1.5c-.3.5-.6 1.1-.7 1.8H9v2h2.1c.1.6.4 1.2.7 1.8l-1.5 1.5 1.4 1.4 1.5-1.5c.5.3 1.1.6 1.8.7V24h2v-2.1c.6-.1 1.2-.4 1.8-.7l1.5 1.5 1.4-1.4-1.5-1.5c.3-.5.6-1.1.7-1.8H23Zm-7 2c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3Z"
2704
+ })), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
2705
+ d: "m29.9483 18.9897-2.593-11.1865a2 2 0 0 0-1.124-1.3711l-9.407-4.2544C16.5623 2.059 16.2811 2 16.0001 2s-.5623.0591-.8242.1777L5.7687 6.4321a2 2 0 0 0-1.124 1.3711l-2.593 11.1865a2.0008 2.0008 0 0 0 .3899 1.7056l6.886 8.5586A2.0001 2.0001 0 0 0 10.8857 30h10.2286a2.0001 2.0001 0 0 0 1.5581-.7461l6.886-8.5586a2.0008 2.0008 0 0 0 .3899-1.7056ZM21.1143 28H10.886L4 19.4414l2.593-11.187L16 4l9.407 4.2549L28 19.4414 21.1142 28Z"
2706
+ })), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
2707
+ fill: "none",
2708
+ d: "M0 0h32v32H0z"
2709
+ })), children);
2710
+ });
2711
+ if (process.env.NODE_ENV !== "production") {
2712
+ KubernetesWorkerNode.propTypes = iconPropTypes;
2713
+ }
2714
+ const Label = /*#__PURE__*/React.forwardRef(function Label(_ref111, ref) {
2715
+ let {
2716
+ children,
2717
+ size = 16,
2718
+ ...rest
2719
+ } = _ref111;
2720
+ return /*#__PURE__*/React.createElement(Icon, {
2721
+ width: size,
2722
+ height: size,
2723
+ ref: ref,
2724
+ xmlns: "http://www.w3.org/2000/svg",
2725
+ viewBox: "0 0 32 32",
2726
+ fill: "currentColor",
2727
+ ...rest
2728
+ }, _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
2729
+ d: "M23 13H18v2h5v2H19a2 2 0 00-2 2v2a2 2 0 002 2h6V15A2.0023 2.0023 0 0023 13zm0 8H19V19h4zM13 9H9a2.002 2.002 0 00-2 2V23H9V18h4v5h2V11A2.002 2.002 0 0013 9zM9 16V11h4v5z"
2730
+ })), _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
2731
+ d: "M28,28H4a2.0021,2.0021,0,0,1-2-2V6A2.0021,2.0021,0,0,1,4,4H28a2.0021,2.0021,0,0,1,2,2V26A2.0021,2.0021,0,0,1,28,28ZM4,6V26H28V6Z"
2732
+ })), children);
2733
+ });
2734
+ if (process.env.NODE_ENV !== "production") {
2735
+ Label.propTypes = iconPropTypes;
2736
+ }
2737
+ const Language = /*#__PURE__*/React.forwardRef(function Language(_ref112, ref) {
2738
+ let {
2739
+ children,
2740
+ size = 16,
2741
+ ...rest
2742
+ } = _ref112;
2743
+ return /*#__PURE__*/React.createElement(Icon, {
2744
+ width: size,
2745
+ height: size,
2746
+ ref: ref,
2747
+ xmlns: "http://www.w3.org/2000/svg",
2748
+ viewBox: "0 0 32 32",
2749
+ fill: "currentColor",
2750
+ ...rest
2751
+ }, _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
2752
+ d: "M18 19H24V21H18zM18 15H30V17H18zM18 11H30V13H18zM14 21V19H9V17H7v2H2v2h8.2148a8.5914 8.5914 0 01-2.2159 3.9771A9.2731 9.2731 0 016.5521 23H4.3334a10.8553 10.8553 0 002.1451 3.2966A14.6584 14.6584 0 013 28.127L3.7021 30a16.42 16.42 0 004.2907-2.3362A16.4883 16.4883 0 0012.2979 30L13 28.127A14.664 14.664 0 019.5228 26.3 10.3132 10.3132 0 0012.2516 21zM11.1666 13H13.333L8.75 2H6.5832L2 13H4.1664L5 11h5.3335zM5.8331 9L7.6665 4.6 9.5 9z"
2753
+ })), children);
2754
+ });
2755
+ if (process.env.NODE_ENV !== "production") {
2756
+ Language.propTypes = iconPropTypes;
2757
+ }
2758
+ const Laptop = /*#__PURE__*/React.forwardRef(function Laptop(_ref113, ref) {
2759
+ let {
2760
+ children,
2761
+ size = 16,
2762
+ ...rest
2763
+ } = _ref113;
2764
+ return /*#__PURE__*/React.createElement(Icon, {
2765
+ width: size,
2766
+ height: size,
2767
+ ref: ref,
2768
+ xmlns: "http://www.w3.org/2000/svg",
2769
+ viewBox: "0 0 32 32",
2770
+ fill: "currentColor",
2771
+ ...rest
2772
+ }, _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
2773
+ d: "M26,24H6a2.0023,2.0023,0,0,1-2-2V8A2.002,2.002,0,0,1,6,6H26a2.0023,2.0023,0,0,1,2,2V22A2.0027,2.0027,0,0,1,26,24ZM6,8V22H26V8Z",
2774
+ transform: "translate(0 .005)"
2775
+ })), _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
2776
+ d: "M2 26.005H30V28.005H2z"
2777
+ })), children);
2778
+ });
2779
+ if (process.env.NODE_ENV !== "production") {
2780
+ Laptop.propTypes = iconPropTypes;
2781
+ }
2782
+ const Lasso = /*#__PURE__*/React.forwardRef(function Lasso(_ref114, ref) {
2783
+ let {
2784
+ children,
2785
+ size = 16,
2786
+ ...rest
2787
+ } = _ref114;
2788
+ return /*#__PURE__*/React.createElement(Icon, {
2789
+ width: size,
2790
+ height: size,
2791
+ ref: ref,
2792
+ xmlns: "http://www.w3.org/2000/svg",
2793
+ viewBox: "0 0 32 32",
2794
+ fill: "currentColor",
2795
+ ...rest
2796
+ }, _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
2797
+ d: "M20,2H12A9.9842,9.9842,0,0,0,7.0349,20.6553C7.0249,20.7705,7,20.8818,7,21a3.9929,3.9929,0,0,0,2.9106,3.83A4.0049,4.0049,0,0,1,6,28H4v2H6a6.0044,6.0044,0,0,0,5.928-5.12,3.9966,3.9966,0,0,0,2.93-2.88H20A10,10,0,0,0,20,2ZM11,23a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,11,23Zm9-3H14.8579a3.9841,3.9841,0,0,0-7.15-1.2637A7.99,7.99,0,0,1,12,4h8a8,8,0,0,1,0,16Z"
2798
+ })), children);
2799
+ });
2800
+ if (process.env.NODE_ENV !== "production") {
2801
+ Lasso.propTypes = iconPropTypes;
2802
+ }
2803
+ const LassoPolygon = /*#__PURE__*/React.forwardRef(function LassoPolygon(_ref115, ref) {
2804
+ let {
2805
+ children,
2806
+ size = 16,
2807
+ ...rest
2808
+ } = _ref115;
2809
+ return /*#__PURE__*/React.createElement(Icon, {
2810
+ width: size,
2811
+ height: size,
2812
+ ref: ref,
2813
+ xmlns: "http://www.w3.org/2000/svg",
2814
+ viewBox: "0 0 32 32",
2815
+ fill: "currentColor",
2816
+ ...rest
2817
+ }, _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
2818
+ d: "M29.6245,2.2193a1.0005,1.0005,0,0,0-1.0972-.1006L17.9353,7.8,3.366,2.0694a1,1,0,0,0-1.28,1.3369l6.4353,14.479A3.965,3.965,0,0,0,9.9106,24.83,4.0049,4.0049,0,0,1,6,28H4v2H6a6.0044,6.0044,0,0,0,5.928-5.12,4.0021,4.0021,0,0,0,2.93-2.88H23.24a2,2,0,0,0,1.9273-1.4649L29.9634,3.2676A1,1,0,0,0,29.6245,2.2193ZM11,23a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,11,23Zm12.24-3H14.8579a3.897,3.897,0,0,0-4.5117-2.9336L4.905,4.8238,18.0647,10,27.41,4.9878Z"
2819
+ })), children);
2820
+ });
2821
+ if (process.env.NODE_ENV !== "production") {
2822
+ LassoPolygon.propTypes = iconPropTypes;
2823
+ }
2824
+ const Launch = /*#__PURE__*/React.forwardRef(function Launch(_ref116, ref) {
2825
+ let {
2826
+ children,
2827
+ size = 16,
2828
+ ...rest
2829
+ } = _ref116;
2830
+ if (size === 16 || size === "16" || size === "16px") {
2831
+ return /*#__PURE__*/React.createElement(Icon, {
2832
+ width: size,
2833
+ height: size,
2834
+ ref: ref,
2835
+ xmlns: "http://www.w3.org/2000/svg",
2836
+ viewBox: "0 0 16 16",
2837
+ fill: "currentColor",
2838
+ ...rest
2839
+ }, _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
2840
+ d: "M13,14H3c-0.6,0-1-0.4-1-1V3c0-0.6,0.4-1,1-1h5v1H3v10h10V8h1v5C14,13.6,13.6,14,13,14z"
2841
+ })), _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
2842
+ d: "M10 1L10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z"
2843
+ })), children);
2844
+ }
2845
+ return /*#__PURE__*/React.createElement(Icon, {
2846
+ width: size,
2847
+ height: size,
2848
+ ref: ref,
2849
+ xmlns: "http://www.w3.org/2000/svg",
2850
+ viewBox: "0 0 32 32",
2851
+ fill: "currentColor",
2852
+ ...rest
2853
+ }, _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
2854
+ d: "M26,28H6a2.0027,2.0027,0,0,1-2-2V6A2.0027,2.0027,0,0,1,6,4H16V6H6V26H26V16h2V26A2.0027,2.0027,0,0,1,26,28Z"
2855
+ })), _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
2856
+ d: "M20 2L20 4 26.586 4 18 12.586 19.414 14 28 5.414 28 12 30 12 30 2 20 2z"
2857
+ })), children);
2858
+ });
2859
+ if (process.env.NODE_ENV !== "production") {
2860
+ Launch.propTypes = iconPropTypes;
2861
+ }
2862
+ const WatsonHealthLaunchStudy_1 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_1(_ref117, ref) {
2863
+ let {
2864
+ children,
2865
+ size = 16,
2866
+ ...rest
2867
+ } = _ref117;
2868
+ return /*#__PURE__*/React.createElement(Icon, {
2869
+ width: size,
2870
+ height: size,
2871
+ ref: ref,
2872
+ xmlns: "http://www.w3.org/2000/svg",
2873
+ viewBox: "0 0 32 32",
2874
+ fill: "currentColor",
2875
+ ...rest
2876
+ }, _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
2877
+ cx: "23",
2878
+ cy: "25",
2879
+ r: "1"
2880
+ })), _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
2881
+ d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 10.59L17 14.17 17 2 15 2 15 14.17 11.41 10.59 10 12 16 18 22 12 20.59 10.59z"
2882
+ })), _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
2883
+ d: "M8 24H20V26H8z"
2884
+ })), children);
2885
+ });
2886
+ if (process.env.NODE_ENV !== "production") {
2887
+ WatsonHealthLaunchStudy_1.propTypes = iconPropTypes;
2888
+ }
2889
+ const WatsonHealthLaunchStudy_2 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_2(_ref118, ref) {
2890
+ let {
2891
+ children,
2892
+ size = 16,
2893
+ ...rest
2894
+ } = _ref118;
2895
+ return /*#__PURE__*/React.createElement(Icon, {
2896
+ width: size,
2897
+ height: size,
2898
+ ref: ref,
2899
+ xmlns: "http://www.w3.org/2000/svg",
2900
+ viewBox: "0 0 32 32",
2901
+ fill: "currentColor",
2902
+ ...rest
2903
+ }, _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
2904
+ cx: "23",
2905
+ cy: "7",
2906
+ r: "1"
2907
+ })), _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
2908
+ d: "M26 4v6H6V4H26m0-2H6A2 2 0 004 4v6a2 2 0 002 2H26a2 2 0 002-2V4a2 2 0 00-2-2zM20.59 21.41L17 17.83 17 30 15 30 15 17.83 11.41 21.41 10 20 16 14 22 20 20.59 21.41z"
2909
+ })), _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
2910
+ d: "M8 6H20V8H8z"
2911
+ })), children);
2912
+ });
2913
+ if (process.env.NODE_ENV !== "production") {
2914
+ WatsonHealthLaunchStudy_2.propTypes = iconPropTypes;
2915
+ }
2916
+ const WatsonHealthLaunchStudy_3 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_3(_ref119, ref) {
2917
+ let {
2918
+ children,
2919
+ size = 16,
2920
+ ...rest
2921
+ } = _ref119;
2922
+ return /*#__PURE__*/React.createElement(Icon, {
2923
+ width: size,
2924
+ height: size,
2925
+ ref: ref,
2926
+ xmlns: "http://www.w3.org/2000/svg",
2927
+ viewBox: "0 0 32 32",
2928
+ fill: "currentColor",
2929
+ ...rest
2930
+ }, _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
2931
+ cx: "23",
2932
+ cy: "25",
2933
+ r: "1"
2934
+ })), _path222 || (_path222 = /*#__PURE__*/React.createElement("path", {
2935
+ d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 4.59L17 8.17 17 0 15 0 15 8.17 11.41 4.59 10 6 16 12 22 6 20.59 4.59z"
2936
+ })), _path223 || (_path223 = /*#__PURE__*/React.createElement("path", {
2937
+ d: "M20.59 10.59L16 15.16 11.41 10.59 10 12 16 18 22 12 20.59 10.59zM8 24H20V26H8z"
2938
+ })), children);
2939
+ });
2940
+ if (process.env.NODE_ENV !== "production") {
2941
+ WatsonHealthLaunchStudy_3.propTypes = iconPropTypes;
2942
+ }
2943
+ const Layers = /*#__PURE__*/React.forwardRef(function Layers(_ref120, ref) {
2944
+ let {
2945
+ children,
2946
+ size = 16,
2947
+ ...rest
2948
+ } = _ref120;
2949
+ return /*#__PURE__*/React.createElement(Icon, {
2950
+ width: size,
2951
+ height: size,
2952
+ ref: ref,
2953
+ xmlns: "http://www.w3.org/2000/svg",
2954
+ viewBox: "0 0 32 32",
2955
+ fill: "currentColor",
2956
+ ...rest
2957
+ }, _path224 || (_path224 = /*#__PURE__*/React.createElement("path", {
2958
+ d: "M16,24a.9967.9967,0,0,1-.4741-.12l-13-7L3.4741,15.12,16,21.8643,28.5259,15.12l.9482,1.7607-13,7A.9967.9967,0,0,1,16,24Z"
2959
+ })), _path225 || (_path225 = /*#__PURE__*/React.createElement("path", {
2960
+ d: "M16 30a.9967.9967 0 01-.4741-.12l-13-7L3.4741 21.12 16 27.8643 28.5259 21.12l.9482 1.7607-13 7A.9967.9967 0 0116 30zM16 18a.9967.9967 0 01-.4741-.12l-13-7a1 1 0 010-1.7607l13-7a.9982.9982 0 01.9482 0l13 7a1 1 0 010 1.7607l-13 7A.9967.9967 0 0116 18zM5.1094 10L16 15.8643 26.8906 10 16 4.1358z"
2961
+ })), children);
2962
+ });
2963
+ if (process.env.NODE_ENV !== "production") {
2964
+ Layers.propTypes = iconPropTypes;
2965
+ }
2966
+ const LayersExternal = /*#__PURE__*/React.forwardRef(function LayersExternal(_ref121, ref) {
2967
+ let {
2968
+ children,
2969
+ size = 16,
2970
+ ...rest
2971
+ } = _ref121;
2972
+ return /*#__PURE__*/React.createElement(Icon, {
2973
+ width: size,
2974
+ height: size,
2975
+ ref: ref,
2976
+ xmlns: "http://www.w3.org/2000/svg",
2977
+ viewBox: "0 0 32 32",
2978
+ fill: "currentColor",
2979
+ ...rest
2980
+ }, _path226 || (_path226 = /*#__PURE__*/React.createElement("path", {
2981
+ strokeWidth: "0",
2982
+ d: "m16,24c-.1631,0-.3262-.0398-.4741-.1196l-13-7,.9482-1.7607,12.5259,6.7446,12.5259-6.7446.9482,1.7607-13,7c-.1479.0798-.311.1196-.4741.1196Z"
2983
+ })), _path227 || (_path227 = /*#__PURE__*/React.createElement("path", {
2984
+ strokeWidth: "0",
2985
+ d: "M16 30c-.1631 0-.3262-.0398-.4741-.1196l-13-7 .9482-1.7607 12.5259 6.7446 12.5259-6.7446.9482 1.7607-13 7c-.1479.0798-.311.1196-.4741.1196zM29.4741 9.1196L16 1.8643v2.2715l10.8906 5.8643-10.8906 5.8643v2.2715l13.4741-7.2554c.324-.1743.5259-.5122.5259-.8804s-.2019-.7061-.5259-.8804zM4.4141 9.4141l3.5859-3.586v8.1719s2 0 2 0V5.8281s3.5859 3.5859 3.5859 3.5859l1.4141-1.414L9 2 3 8l1.4141 1.4141z"
2986
+ })), children);
2987
+ });
2988
+ if (process.env.NODE_ENV !== "production") {
2989
+ LayersExternal.propTypes = iconPropTypes;
2990
+ }
2991
+ const Legend = /*#__PURE__*/React.forwardRef(function Legend(_ref122, ref) {
2992
+ let {
2993
+ children,
2994
+ size = 16,
2995
+ ...rest
2996
+ } = _ref122;
2997
+ return /*#__PURE__*/React.createElement(Icon, {
2998
+ width: size,
2999
+ height: size,
3000
+ ref: ref,
3001
+ xmlns: "http://www.w3.org/2000/svg",
3002
+ viewBox: "0 0 32 32",
3003
+ fill: "currentColor",
3004
+ ...rest
3005
+ }, _path228 || (_path228 = /*#__PURE__*/React.createElement("path", {
3006
+ d: "M16 22H30V24H16z"
3007
+ })), _rect || (_rect = /*#__PURE__*/React.createElement("rect", {
3008
+ width: "6",
3009
+ height: "6",
3010
+ x: "4",
3011
+ y: "20",
3012
+ rx: "1"
3013
+ })), _path229 || (_path229 = /*#__PURE__*/React.createElement("path", {
3014
+ d: "M16 8H30V10H16zM9.5 12h-5a.5.5 0 01-.4473-.7236l2.5-5.0224a.5206.5206 0 01.8945 0l2.5 5.0225A.5.5 0 019.5 12z"
3015
+ })), children);
3016
+ });
3017
+ if (process.env.NODE_ENV !== "production") {
3018
+ Legend.propTypes = iconPropTypes;
3019
+ }
3020
+ const LetterAa = /*#__PURE__*/React.forwardRef(function LetterAa(_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
+ }, _path230 || (_path230 = /*#__PURE__*/React.createElement("path", {
3035
+ d: "M23 13H18v2h5v2H19a2 2 0 00-2 2v2a2 2 0 002 2h6V15A2 2 0 0023 13zm0 8H19V19h4zM13 9H9a2 2 0 00-2 2V23H9V18h4v5h2V11A2 2 0 0013 9zM9 16V11h4v5z"
3036
+ })), children);
3037
+ });
3038
+ if (process.env.NODE_ENV !== "production") {
3039
+ LetterAa.propTypes = iconPropTypes;
3040
+ }
3041
+ const LetterBb = /*#__PURE__*/React.forwardRef(function LetterBb(_ref124, ref) {
3042
+ let {
3043
+ children,
3044
+ size = 16,
3045
+ ...rest
3046
+ } = _ref124;
3047
+ return /*#__PURE__*/React.createElement(Icon, {
3048
+ width: size,
3049
+ height: size,
3050
+ ref: ref,
3051
+ xmlns: "http://www.w3.org/2000/svg",
3052
+ viewBox: "0 0 32 32",
3053
+ fill: "currentColor",
3054
+ ...rest
3055
+ }, _path231 || (_path231 = /*#__PURE__*/React.createElement("path", {
3056
+ d: "M23 13H19V9H17V23h6a2 2 0 002-2V15A2 2 0 0023 13zm-4 8V15h4v6zM15 12a3 3 0 00-3-3H7V23h5a3 3 0 003-3V18a3 3 0 00-.78-2A3 3 0 0015 14zM9 11h3a1 1 0 011 1v2a1 1 0 01-1 1H9zm4 9a1 1 0 01-1 1H9V17h3a1 1 0 011 1z"
3057
+ })), children);
3058
+ });
3059
+ if (process.env.NODE_ENV !== "production") {
3060
+ LetterBb.propTypes = iconPropTypes;
3061
+ }
3062
+ const LetterCc = /*#__PURE__*/React.forwardRef(function LetterCc(_ref125, ref) {
3063
+ let {
3064
+ children,
3065
+ size = 16,
3066
+ ...rest
3067
+ } = _ref125;
3068
+ return /*#__PURE__*/React.createElement(Icon, {
3069
+ width: size,
3070
+ height: size,
3071
+ ref: ref,
3072
+ xmlns: "http://www.w3.org/2000/svg",
3073
+ viewBox: "0 0 32 32",
3074
+ fill: "currentColor",
3075
+ ...rest
3076
+ }, _path232 || (_path232 = /*#__PURE__*/React.createElement("path", {
3077
+ d: "M24 23H19a2 2 0 01-2-2V15a2 2 0 012-2h5v2H19v6h5zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h6z"
3078
+ })), children);
3079
+ });
3080
+ if (process.env.NODE_ENV !== "production") {
3081
+ LetterCc.propTypes = iconPropTypes;
3082
+ }
3083
+
3084
+ export { IbmWatsonQuery, IbmWatsonSpeechToText, IbmWatsonStudio, IbmWatsonTextToSpeech, IbmWatsonToneAnalyzer, IbmWatsonxAssistant, IbmWatsonxCodeAssistant, IbmWatsonxCodeAssistantForZ, IbmWatsonxCodeAssistantForZRefactor, IbmWatsonxCodeAssistantForZValidationAssistant, IbmWatsonxOrchestrate, IbmZCloudModStack, IbmZCloudProvisioning, IbmZEnvironmentsDevSecOps, IbmZOpenEditor, IbmZOs, IbmZOsAiControlInterface, IbmZOsContainers, IbmZOsPackageManager, IbmZProcessorCapacityReference, IceAccretion, IceVision, IdManagement, Idea, Identification, Image, ImageCopy, ImageMedical, ImageReference, ImageSearch, ImageSearchAlt, ImageService, ImageStoreLocal, ImportExport, ImproveRelevance, InProgress, InProgressError, InProgressWarning, Incomplete, IncompleteCancel, IncompleteError, IncompleteWarning, IncreaseLevel, Industry, InfinitySymbol, Information, InformationDisabled, InformationFilled, InformationSquare, InformationSquareFilled, InfrastructureClassic, Insert, InsertPage, InsertSyntax, Inspection, InstanceBx, InstanceClassic, InstanceCx, InstanceMx, InstanceVirtual, Integration, IntentRequestActive, IntentRequestCreate, IntentRequestHeal, IntentRequestInactive, IntentRequestScaleIn, IntentRequestScaleOut, IntentRequestUninstall, IntentRequestUpgrade, Interactions, InterfaceUsage, Intersect, IntrusionPrevention, InventoryManagement, IotConnect, IotPlatform, Ip, Iso, IsoFilled, IsoOutline, JobDaemon, JobRun, JoinFull, JoinInner, JoinLeft, JoinNode, JoinOuter, JoinRight, Jpg, JsError, Json, JsonReference, JumpLink, KeepDry, Key, Keyboard, KeyboardOff, Kubelet, Kubernetes, KubernetesControlPlaneNode, KubernetesIpAddress, KubernetesOperator, KubernetesPod, KubernetesWorkerNode, Label, Language, Laptop, Lasso, LassoPolygon, Launch, Layers, LayersExternal, Legend, LetterAa, LetterBb, LetterCc, QID, WatsonHealthICa_2D, WatsonHealthImageAvailabilityLocal, WatsonHealthImageAvailabilityRetrieving, WatsonHealthImageAvailabilityUnavailable, WatsonHealthInteractiveSegmentationCursor, WatsonHealthLaunchStudy_1, WatsonHealthLaunchStudy_2, WatsonHealthLaunchStudy_3 };