@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,3245 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ 'use strict';
9
+
10
+ var React = require('react');
11
+ var Icon = require('../Icon.js');
12
+ var iconPropTypes4cbeb95d = require('../iconPropTypes-4cbeb95d.js');
13
+ require('prop-types');
14
+
15
+ var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _circle, _circle2, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _circle3, _path51, _path52, _circle4, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _circle5, _path64, _path65, _circle6, _path66, _circle7, _circle8, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _circle9, _path74, _path75, _path76, _path77, _path78, _path79, _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, _path116, _circle10, _path117, _circle11, _path118, _path119, _circle12, _path120, _circle13, _path121, _path122, _path123, _circle14, _path124, _circle15, _path125, _path126, _circle16, _path127, _circle17, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _circle18, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _circle19, _circle20, _circle21, _circle22, _circle23, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _circle24, _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, _circle25, _path185, _path186, _path187, _path188, _path189, _path190, _circle26, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _circle27, _path198, _path199, _path200, _path201, _circle28, _circle29, _path202, _path203, _circle30, _path204, _path205, _path206, _path207, _path208;
16
+ const CheckmarkOutlineError = /*#__PURE__*/React.forwardRef(function CheckmarkOutlineError(_ref, ref) {
17
+ let {
18
+ children,
19
+ size = 16,
20
+ ...rest
21
+ } = _ref;
22
+ return /*#__PURE__*/React.createElement(Icon.default, {
23
+ width: size,
24
+ height: size,
25
+ ref: ref,
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ viewBox: "0 0 32 32",
28
+ fill: "currentColor",
29
+ ...rest
30
+ }, _path || (_path = /*#__PURE__*/React.createElement("path", {
31
+ d: "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z"
32
+ })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
33
+ d: "M12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59zM30 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"
34
+ })), children);
35
+ });
36
+ if (process.env.NODE_ENV !== "production") {
37
+ CheckmarkOutlineError.propTypes = iconPropTypes4cbeb95d.i;
38
+ }
39
+ const CheckmarkOutlineWarning = /*#__PURE__*/React.forwardRef(function CheckmarkOutlineWarning(_ref2, ref) {
40
+ let {
41
+ children,
42
+ size = 16,
43
+ ...rest
44
+ } = _ref2;
45
+ return /*#__PURE__*/React.createElement(Icon.default, {
46
+ width: size,
47
+ height: size,
48
+ ref: ref,
49
+ xmlns: "http://www.w3.org/2000/svg",
50
+ viewBox: "0 0 32 32",
51
+ fill: "currentColor",
52
+ ...rest
53
+ }, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
54
+ d: "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z"
55
+ })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
56
+ d: "M12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59zM27.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"
57
+ })), children);
58
+ });
59
+ if (process.env.NODE_ENV !== "production") {
60
+ CheckmarkOutlineWarning.propTypes = iconPropTypes4cbeb95d.i;
61
+ }
62
+ const Chemistry = /*#__PURE__*/React.forwardRef(function Chemistry(_ref3, ref) {
63
+ let {
64
+ children,
65
+ size = 16,
66
+ ...rest
67
+ } = _ref3;
68
+ return /*#__PURE__*/React.createElement(Icon.default, {
69
+ width: size,
70
+ height: size,
71
+ ref: ref,
72
+ xmlns: "http://www.w3.org/2000/svg",
73
+ viewBox: "0 0 32 32",
74
+ fill: "currentColor",
75
+ ...rest
76
+ }, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
77
+ d: "M27.2314,23.6182,20,13.6748V4h2V2H10V4h2v9.6748L4.7686,23.6182A4.0183,4.0183,0,0,0,8.0186,30H23.9814a4.0183,4.0183,0,0,0,3.25-6.3818ZM14,14.3252V4h4V14.3252L20.6728,18H11.3272ZM23.9814,28H8.0186a2.0192,2.0192,0,0,1-1.6329-3.2061L9.8726,20H22.1274l3.4869,4.7939A2.0192,2.0192,0,0,1,23.9814,28Z"
78
+ })), children);
79
+ });
80
+ if (process.env.NODE_ENV !== "production") {
81
+ Chemistry.propTypes = iconPropTypes4cbeb95d.i;
82
+ }
83
+ const ChemistryReference = /*#__PURE__*/React.forwardRef(function ChemistryReference(_ref4, ref) {
84
+ let {
85
+ children,
86
+ size = 16,
87
+ ...rest
88
+ } = _ref4;
89
+ return /*#__PURE__*/React.createElement(Icon.default, {
90
+ width: size,
91
+ height: size,
92
+ ref: ref,
93
+ xmlns: "http://www.w3.org/2000/svg",
94
+ viewBox: "0 0 32 32",
95
+ fill: "currentColor",
96
+ ...rest
97
+ }, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
98
+ d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
99
+ })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
100
+ d: "M20,13.67V4h2V2H10V4h2v9.67L9.58,17h2.4767L14,14.33V4h4V14.33l7.61,10.46a2.0133,2.0133,0,0,1-.44,2.82,2.0406,2.0406,0,0,1-1.19.39H15v2h8.98a4.0154,4.0154,0,0,0,3.25-6.38Z"
101
+ })), children);
102
+ });
103
+ if (process.env.NODE_ENV !== "production") {
104
+ ChemistryReference.propTypes = iconPropTypes4cbeb95d.i;
105
+ }
106
+ const ChevronDown = /*#__PURE__*/React.forwardRef(function ChevronDown(_ref5, ref) {
107
+ let {
108
+ children,
109
+ size = 16,
110
+ ...rest
111
+ } = _ref5;
112
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
113
+ return /*#__PURE__*/React.createElement(Icon.default, {
114
+ width: size,
115
+ height: size,
116
+ ref: ref,
117
+ xmlns: "http://www.w3.org/2000/svg",
118
+ viewBox: "0 0 10 6",
119
+ fill: "currentColor",
120
+ ...rest
121
+ }, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
122
+ d: "M5 6L0 1 0.7 0.3 5 4.6 9.3 0.3 10 1z"
123
+ })), children);
124
+ }
125
+ if (size === 16 || size === "16" || size === "16px") {
126
+ return /*#__PURE__*/React.createElement(Icon.default, {
127
+ width: size,
128
+ height: size,
129
+ ref: ref,
130
+ xmlns: "http://www.w3.org/2000/svg",
131
+ viewBox: "0 0 16 16",
132
+ fill: "currentColor",
133
+ ...rest
134
+ }, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
135
+ d: "M8 11L3 6 3.7 5.3 8 9.6 12.3 5.3 13 6z"
136
+ })), children);
137
+ }
138
+ return /*#__PURE__*/React.createElement(Icon.default, {
139
+ width: size,
140
+ height: size,
141
+ ref: ref,
142
+ xmlns: "http://www.w3.org/2000/svg",
143
+ viewBox: "0 0 32 32",
144
+ fill: "currentColor",
145
+ ...rest
146
+ }, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
147
+ d: "M16 22L6 12 7.4 10.6 16 19.2 24.6 10.6 26 12z"
148
+ })), children);
149
+ });
150
+ if (process.env.NODE_ENV !== "production") {
151
+ ChevronDown.propTypes = iconPropTypes4cbeb95d.i;
152
+ }
153
+ const ChevronDownOutline = /*#__PURE__*/React.forwardRef(function ChevronDownOutline(_ref6, ref) {
154
+ let {
155
+ children,
156
+ size = 16,
157
+ ...rest
158
+ } = _ref6;
159
+ return /*#__PURE__*/React.createElement(Icon.default, {
160
+ width: size,
161
+ height: size,
162
+ ref: ref,
163
+ xmlns: "http://www.w3.org/2000/svg",
164
+ viewBox: "0 0 32 32",
165
+ fill: "currentColor",
166
+ ...rest
167
+ }, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
168
+ d: "M9.4142 12.5858L16 19.1714 22.5858 12.5858 24 14 16 22 8 14 9.4142 12.5858z"
169
+ })), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
170
+ d: "m30,16c0,7.7197-6.2803,14-14,14S2,23.7197,2,16,8.2803,2,16,2s14,6.2803,14,14Zm-26,0c0,6.6167,5.3833,12,12,12s12-5.3833,12-12-5.3833-12-12-12S4,9.3833,4,16Z"
171
+ })), children);
172
+ });
173
+ if (process.env.NODE_ENV !== "production") {
174
+ ChevronDownOutline.propTypes = iconPropTypes4cbeb95d.i;
175
+ }
176
+ const ChevronLeft = /*#__PURE__*/React.forwardRef(function ChevronLeft(_ref7, ref) {
177
+ let {
178
+ children,
179
+ size = 16,
180
+ ...rest
181
+ } = _ref7;
182
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
183
+ return /*#__PURE__*/React.createElement(Icon.default, {
184
+ width: size,
185
+ height: size,
186
+ ref: ref,
187
+ xmlns: "http://www.w3.org/2000/svg",
188
+ viewBox: "0 0 6 10",
189
+ fill: "currentColor",
190
+ ...rest
191
+ }, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
192
+ d: "M0 5L5 0 5.7 0.7 1.4 5 5.7 9.3 5 10z"
193
+ })), children);
194
+ }
195
+ if (size === 16 || size === "16" || size === "16px") {
196
+ return /*#__PURE__*/React.createElement(Icon.default, {
197
+ width: size,
198
+ height: size,
199
+ ref: ref,
200
+ xmlns: "http://www.w3.org/2000/svg",
201
+ viewBox: "0 0 16 16",
202
+ fill: "currentColor",
203
+ ...rest
204
+ }, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
205
+ d: "M5 8L10 3 10.7 3.7 6.4 8 10.7 12.3 10 13z"
206
+ })), children);
207
+ }
208
+ return /*#__PURE__*/React.createElement(Icon.default, {
209
+ width: size,
210
+ height: size,
211
+ ref: ref,
212
+ xmlns: "http://www.w3.org/2000/svg",
213
+ viewBox: "0 0 32 32",
214
+ fill: "currentColor",
215
+ ...rest
216
+ }, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
217
+ d: "M10 16L20 6 21.4 7.4 12.8 16 21.4 24.6 20 26z"
218
+ })), children);
219
+ });
220
+ if (process.env.NODE_ENV !== "production") {
221
+ ChevronLeft.propTypes = iconPropTypes4cbeb95d.i;
222
+ }
223
+ const ChevronMini = /*#__PURE__*/React.forwardRef(function ChevronMini(_ref8, ref) {
224
+ let {
225
+ children,
226
+ size = 16,
227
+ ...rest
228
+ } = _ref8;
229
+ if (size === 16 || size === "16" || size === "16px") {
230
+ return /*#__PURE__*/React.createElement(Icon.default, {
231
+ width: size,
232
+ height: size,
233
+ ref: ref,
234
+ xmlns: "http://www.w3.org/2000/svg",
235
+ viewBox: "0 0 16 16",
236
+ fill: "currentColor",
237
+ ...rest
238
+ }, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
239
+ d: "M15 9L15 15 9 15z"
240
+ })), children);
241
+ }
242
+ return /*#__PURE__*/React.createElement(Icon.default, {
243
+ width: size,
244
+ height: size,
245
+ ref: ref,
246
+ xmlns: "http://www.w3.org/2000/svg",
247
+ viewBox: "0 0 32 32",
248
+ fill: "currentColor",
249
+ ...rest
250
+ }, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
251
+ d: "M31 19L31 31 19 31 31 19z"
252
+ })), children);
253
+ });
254
+ if (process.env.NODE_ENV !== "production") {
255
+ ChevronMini.propTypes = iconPropTypes4cbeb95d.i;
256
+ }
257
+ const ChevronRight = /*#__PURE__*/React.forwardRef(function ChevronRight(_ref9, ref) {
258
+ let {
259
+ children,
260
+ size = 16,
261
+ ...rest
262
+ } = _ref9;
263
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
264
+ return /*#__PURE__*/React.createElement(Icon.default, {
265
+ width: size,
266
+ height: size,
267
+ ref: ref,
268
+ xmlns: "http://www.w3.org/2000/svg",
269
+ viewBox: "0 0 6 10",
270
+ fill: "currentColor",
271
+ ...rest
272
+ }, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
273
+ d: "M6 5L1 10 0.3 9.3 4.6 5 0.3 0.7 1 0z"
274
+ })), children);
275
+ }
276
+ if (size === 16 || size === "16" || size === "16px") {
277
+ return /*#__PURE__*/React.createElement(Icon.default, {
278
+ width: size,
279
+ height: size,
280
+ ref: ref,
281
+ xmlns: "http://www.w3.org/2000/svg",
282
+ viewBox: "0 0 16 16",
283
+ fill: "currentColor",
284
+ ...rest
285
+ }, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
286
+ d: "M11 8L6 13 5.3 12.3 9.6 8 5.3 3.7 6 3z"
287
+ })), children);
288
+ }
289
+ return /*#__PURE__*/React.createElement(Icon.default, {
290
+ width: size,
291
+ height: size,
292
+ ref: ref,
293
+ xmlns: "http://www.w3.org/2000/svg",
294
+ viewBox: "0 0 32 32",
295
+ fill: "currentColor",
296
+ ...rest
297
+ }, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
298
+ d: "M22 16L12 26 10.6 24.6 19.2 16 10.6 7.4 12 6z"
299
+ })), children);
300
+ });
301
+ if (process.env.NODE_ENV !== "production") {
302
+ ChevronRight.propTypes = iconPropTypes4cbeb95d.i;
303
+ }
304
+ const ChevronSort = /*#__PURE__*/React.forwardRef(function ChevronSort(_ref10, ref) {
305
+ let {
306
+ children,
307
+ size = 16,
308
+ ...rest
309
+ } = _ref10;
310
+ if (size === 16 || size === "16" || size === "16px") {
311
+ return /*#__PURE__*/React.createElement(Icon.default, {
312
+ width: size,
313
+ height: size,
314
+ ref: ref,
315
+ xmlns: "http://www.w3.org/2000/svg",
316
+ viewBox: "0 0 16 16",
317
+ fill: "currentColor",
318
+ ...rest
319
+ }, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
320
+ d: "M8 14L4.5 10.5 5.2 9.8 8 12.6 10.8 9.8 11.5 10.5zM8 2L11.5 5.5 10.8 6.2 8 3.4 5.2 6.2 4.5 5.5z"
321
+ })), children);
322
+ }
323
+ return /*#__PURE__*/React.createElement(Icon.default, {
324
+ width: size,
325
+ height: size,
326
+ ref: ref,
327
+ xmlns: "http://www.w3.org/2000/svg",
328
+ viewBox: "0 0 32 32",
329
+ fill: "currentColor",
330
+ ...rest
331
+ }, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
332
+ d: "M16 28L9 21 10.41 19.59 16 25.17 21.59 19.59 23 21 16 28zM16 4L23 11 21.59 12.41 16 6.83 10.41 12.41 9 11 16 4z"
333
+ })), children);
334
+ });
335
+ if (process.env.NODE_ENV !== "production") {
336
+ ChevronSort.propTypes = iconPropTypes4cbeb95d.i;
337
+ }
338
+ const ChevronSortDown = /*#__PURE__*/React.forwardRef(function ChevronSortDown(_ref11, ref) {
339
+ let {
340
+ children,
341
+ size = 16,
342
+ ...rest
343
+ } = _ref11;
344
+ if (size === 16 || size === "16" || size === "16px") {
345
+ return /*#__PURE__*/React.createElement(Icon.default, {
346
+ width: size,
347
+ height: size,
348
+ ref: ref,
349
+ xmlns: "http://www.w3.org/2000/svg",
350
+ viewBox: "0 0 16 16",
351
+ fill: "currentColor",
352
+ ...rest
353
+ }, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
354
+ d: "M8 14L4.5 10.5 5.2 9.8 8 12.6 10.8 9.8 11.5 10.5z"
355
+ })), children);
356
+ }
357
+ return /*#__PURE__*/React.createElement(Icon.default, {
358
+ width: size,
359
+ height: size,
360
+ ref: ref,
361
+ xmlns: "http://www.w3.org/2000/svg",
362
+ viewBox: "0 0 32 32",
363
+ fill: "currentColor",
364
+ ...rest
365
+ }, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
366
+ d: "M16 28L9 21 10.4 19.6 16 25.2 21.6 19.6 23 21z"
367
+ })), children);
368
+ });
369
+ if (process.env.NODE_ENV !== "production") {
370
+ ChevronSortDown.propTypes = iconPropTypes4cbeb95d.i;
371
+ }
372
+ const ChevronSortUp = /*#__PURE__*/React.forwardRef(function ChevronSortUp(_ref12, ref) {
373
+ let {
374
+ children,
375
+ size = 16,
376
+ ...rest
377
+ } = _ref12;
378
+ if (size === 16 || size === "16" || size === "16px") {
379
+ return /*#__PURE__*/React.createElement(Icon.default, {
380
+ width: size,
381
+ height: size,
382
+ ref: ref,
383
+ xmlns: "http://www.w3.org/2000/svg",
384
+ viewBox: "0 0 16 16",
385
+ fill: "currentColor",
386
+ ...rest
387
+ }, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
388
+ d: "M8 2L11.5 5.5 10.8 6.2 8 3.4 5.2 6.2 4.5 5.5z"
389
+ })), children);
390
+ }
391
+ return /*#__PURE__*/React.createElement(Icon.default, {
392
+ width: size,
393
+ height: size,
394
+ ref: ref,
395
+ xmlns: "http://www.w3.org/2000/svg",
396
+ viewBox: "0 0 32 32",
397
+ fill: "currentColor",
398
+ ...rest
399
+ }, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
400
+ d: "M16 4L23 11 21.6 12.4 16 6.8 10.4 12.4 9 11z"
401
+ })), children);
402
+ });
403
+ if (process.env.NODE_ENV !== "production") {
404
+ ChevronSortUp.propTypes = iconPropTypes4cbeb95d.i;
405
+ }
406
+ const ChevronUp = /*#__PURE__*/React.forwardRef(function ChevronUp(_ref13, ref) {
407
+ let {
408
+ children,
409
+ size = 16,
410
+ ...rest
411
+ } = _ref13;
412
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
413
+ return /*#__PURE__*/React.createElement(Icon.default, {
414
+ width: size,
415
+ height: size,
416
+ ref: ref,
417
+ xmlns: "http://www.w3.org/2000/svg",
418
+ viewBox: "0 0 10 6",
419
+ fill: "currentColor",
420
+ ...rest
421
+ }, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
422
+ d: "M5 0L10 5 9.3 5.7 5 1.4 0.7 5.7 0 5z"
423
+ })), children);
424
+ }
425
+ if (size === 16 || size === "16" || size === "16px") {
426
+ return /*#__PURE__*/React.createElement(Icon.default, {
427
+ width: size,
428
+ height: size,
429
+ ref: ref,
430
+ xmlns: "http://www.w3.org/2000/svg",
431
+ viewBox: "0 0 16 16",
432
+ fill: "currentColor",
433
+ ...rest
434
+ }, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
435
+ d: "M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z"
436
+ })), children);
437
+ }
438
+ return /*#__PURE__*/React.createElement(Icon.default, {
439
+ width: size,
440
+ height: size,
441
+ ref: ref,
442
+ xmlns: "http://www.w3.org/2000/svg",
443
+ viewBox: "0 0 32 32",
444
+ fill: "currentColor",
445
+ ...rest
446
+ }, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
447
+ d: "M16 10L26 20 24.6 21.4 16 12.8 7.4 21.4 6 20z"
448
+ })), children);
449
+ });
450
+ if (process.env.NODE_ENV !== "production") {
451
+ ChevronUp.propTypes = iconPropTypes4cbeb95d.i;
452
+ }
453
+ const ChevronUpOutline = /*#__PURE__*/React.forwardRef(function ChevronUpOutline(_ref14, ref) {
454
+ let {
455
+ children,
456
+ size = 16,
457
+ ...rest
458
+ } = _ref14;
459
+ return /*#__PURE__*/React.createElement(Icon.default, {
460
+ width: size,
461
+ height: size,
462
+ ref: ref,
463
+ xmlns: "http://www.w3.org/2000/svg",
464
+ viewBox: "0 0 32 32",
465
+ fill: "currentColor",
466
+ ...rest
467
+ }, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
468
+ d: "M9.4142 19.4142L16 12.8286 22.5858 19.4142 24 18 16 10 8 18 9.4142 19.4142z"
469
+ })), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
470
+ d: "m30,16c0,7.7197-6.2803,14-14,14S2,23.7197,2,16,8.2803,2,16,2s14,6.2803,14,14Zm-26,0c0,6.6167,5.3833,12,12,12s12-5.3833,12-12-5.3833-12-12-12S4,9.3833,4,16Z"
471
+ })), children);
472
+ });
473
+ if (process.env.NODE_ENV !== "production") {
474
+ ChevronUpOutline.propTypes = iconPropTypes4cbeb95d.i;
475
+ }
476
+ const Chip = /*#__PURE__*/React.forwardRef(function Chip(_ref15, ref) {
477
+ let {
478
+ children,
479
+ size = 16,
480
+ ...rest
481
+ } = _ref15;
482
+ return /*#__PURE__*/React.createElement(Icon.default, {
483
+ width: size,
484
+ height: size,
485
+ ref: ref,
486
+ xmlns: "http://www.w3.org/2000/svg",
487
+ viewBox: "0 0 32 32",
488
+ fill: "currentColor",
489
+ ...rest
490
+ }, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
491
+ d: "M11,11V21H21V11Zm8,8H13V13h6Z"
492
+ })), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
493
+ d: "M30,13V11H26V8a2,2,0,0,0-2-2H21V2H19V6H13V2H11V6H8A2,2,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2,2,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2,2,0,0,0,2-2V21h4V19H26V13ZM24,24H8V8H24Z"
494
+ })), children);
495
+ });
496
+ if (process.env.NODE_ENV !== "production") {
497
+ Chip.propTypes = iconPropTypes4cbeb95d.i;
498
+ }
499
+ const Choices = /*#__PURE__*/React.forwardRef(function Choices(_ref16, ref) {
500
+ let {
501
+ children,
502
+ size = 16,
503
+ ...rest
504
+ } = _ref16;
505
+ return /*#__PURE__*/React.createElement(Icon.default, {
506
+ width: size,
507
+ height: size,
508
+ ref: ref,
509
+ xmlns: "http://www.w3.org/2000/svg",
510
+ viewBox: "0 0 32 32",
511
+ fill: "currentColor",
512
+ ...rest
513
+ }, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
514
+ d: "M28 13L28 4 19 4 19 6 24.586 6 16 14.586 7.414 6 13 6 13 4 4 4 4 13 6 13 6 7.414 15 16.414 15 26 4 26 4 28 28 28 28 26 17 26 17 16.414 26 7.414 26 13 28 13z"
515
+ })), children);
516
+ });
517
+ if (process.env.NODE_ENV !== "production") {
518
+ Choices.propTypes = iconPropTypes4cbeb95d.i;
519
+ }
520
+ const ChooseItem = /*#__PURE__*/React.forwardRef(function ChooseItem(_ref17, ref) {
521
+ let {
522
+ children,
523
+ size = 16,
524
+ ...rest
525
+ } = _ref17;
526
+ return /*#__PURE__*/React.createElement(Icon.default, {
527
+ width: size,
528
+ height: size,
529
+ ref: ref,
530
+ xmlns: "http://www.w3.org/2000/svg",
531
+ viewBox: "0 0 32 32",
532
+ fill: "currentColor",
533
+ ...rest
534
+ }, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
535
+ d: "M28 6H30V26H28zM17 6L15.57 7.393 23.15 15 2 15 2 17 23.15 17 15.57 24.573 17 26 27 16 17 6z"
536
+ })), children);
537
+ });
538
+ if (process.env.NODE_ENV !== "production") {
539
+ ChooseItem.propTypes = iconPropTypes4cbeb95d.i;
540
+ }
541
+ const ChoroplethMap = /*#__PURE__*/React.forwardRef(function ChoroplethMap(_ref18, ref) {
542
+ let {
543
+ children,
544
+ size = 16,
545
+ ...rest
546
+ } = _ref18;
547
+ return /*#__PURE__*/React.createElement(Icon.default, {
548
+ width: size,
549
+ height: size,
550
+ ref: ref,
551
+ xmlns: "http://www.w3.org/2000/svg",
552
+ viewBox: "0 0 32 32",
553
+ fill: "currentColor",
554
+ ...rest
555
+ }, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
556
+ d: "M29.2427,4.03l-8-2a1.0065,1.0065,0,0,0-.6143.0415l-9.7,3.88L3.2427,4.03A1,1,0,0,0,2,5V27a1,1,0,0,0,.7573.97l8,2A1.0244,1.0244,0,0,0,11,30a.9953.9953,0,0,0,.3716-.0718l9.7-3.88,7.686,1.9219A1,1,0,0,0,30,27V5A1,1,0,0,0,29.2427,4.03ZM28,11H22V4.2806l6,1.5ZM10,19H4V13h6Zm2-8V7.6771l8-3.2V11Zm8,2v6H12V13Zm-8,8h8v3.3227l-8,3.2Zm10-8h6v6H22ZM10,7.7806V11H4V6.2806ZM4,21h6v6.7192l-6-1.5Zm18,3.2187V21h6v4.7192Z"
557
+ })), children);
558
+ });
559
+ if (process.env.NODE_ENV !== "production") {
560
+ ChoroplethMap.propTypes = iconPropTypes4cbeb95d.i;
561
+ }
562
+ const CicsCmas = /*#__PURE__*/React.forwardRef(function CicsCmas(_ref19, ref) {
563
+ let {
564
+ children,
565
+ size = 16,
566
+ ...rest
567
+ } = _ref19;
568
+ return /*#__PURE__*/React.createElement(Icon.default, {
569
+ width: size,
570
+ height: size,
571
+ ref: ref,
572
+ xmlns: "http://www.w3.org/2000/svg",
573
+ viewBox: "0 0 32 32",
574
+ fill: "currentColor",
575
+ ...rest
576
+ }, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
577
+ d: "M30.3335 30H26V28h4V26H28a2.002 2.002 0 01-2-2V21.6665A1.6684 1.6684 0 0127.6665 20H32v2H28v2h2a2.002 2.002 0 012 2v2.3335A1.6684 1.6684 0 0130.3335 30zM22.3335 20h-2.667A1.6665 1.6665 0 0018 21.6665V30h2V26h2v4h2V21.6665A1.6665 1.6665 0 0022.3335 20zM20 24V22h2v2zM12.5 24L11 20 9 20 9 30 11 30 11 23 12.5 27 14 23 14 30 16 30 16 20 14 20 12.5 24zM1 22v6.5A1.4727 1.4727 0 002.5 30H7V28H3V22H7V20H3A2.0059 2.0059 0 001 22zM13 8L11 8 11 11 8 11 8 13 11 13 11 16 13 16 13 13 16 13 16 11 13 11 13 8z"
578
+ })), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
579
+ d: "M6,6H26V18h2V6a2.0059,2.0059,0,0,0-2-2H6A2.0059,2.0059,0,0,0,4,6V18H6Z"
580
+ })), children);
581
+ });
582
+ if (process.env.NODE_ENV !== "production") {
583
+ CicsCmas.propTypes = iconPropTypes4cbeb95d.i;
584
+ }
585
+ const CicsDb2Connection = /*#__PURE__*/React.forwardRef(function CicsDb2Connection(_ref20, ref) {
586
+ let {
587
+ children,
588
+ size = 16,
589
+ ...rest
590
+ } = _ref20;
591
+ return /*#__PURE__*/React.createElement(Icon.default, {
592
+ width: size,
593
+ height: size,
594
+ ref: ref,
595
+ xmlns: "http://www.w3.org/2000/svg",
596
+ viewBox: "0 0 32 32",
597
+ fill: "currentColor",
598
+ ...rest
599
+ }, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
600
+ d: "M22.5,30c-1.9299,0-3.5-1.5701-3.5-3.5,0-.9346,.3638-1.8134,1.0244-2.4742l1.4146,1.4138c-.283,.2832-.439,.6598-.439,1.0604,0,.8271,.6729,1.5,1.5,1.5,.4009,0,.7776-.1561,1.061-.4396l4.9998-4.9998c.2832-.2833,.4392-.66,.4392-1.0607,0-.8271-.6729-1.5-1.5-1.5-.4011,0-.7783,.1564-1.0618,.4404l-1.4155-1.4131c.6616-.6625,1.5413-1.0273,2.4773-1.0273,1.9299,0,3.5,1.5701,3.5,3.5,0,.9348-.364,1.8137-1.0249,2.4749l-4.9998,4.9996c-.6609,.6613-1.54,1.0255-2.4753,1.0255Z"
601
+ })), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
602
+ d: "M16.5 31c-1.9299 0-3.5-1.5701-3.5-3.5 0-.9348.364-1.8137 1.0249-2.4749l4.9998-4.9996c.6609-.6613 1.54-1.0255 2.4753-1.0255 1.9299 0 3.5 1.5701 3.5 3.5 0 .9346-.3638 1.8134-1.0244 2.4742l-1.4146-1.4138c.283-.2832.439-.6598.439-1.0604 0-.8271-.6729-1.5-1.5-1.5-.4009 0-.7776.1561-1.061.4396l-4.9998 4.9998c-.2832.2833-.4392.66-.4392 1.0607 0 .8271.6729 1.5 1.5 1.5.4011 0 .7783-.1564 1.0618-.4404l1.4155 1.4131c-.6616.6625-1.5413 1.0273-2.4773 1.0273zM16 2c-5.2979 0-11 1.252-11 4V24c0 1.6797 2.134 2.7979 5 3.415v-2.0459c-1.9939-.4727-2.9453-1.1431-3-1.3691v-3.5723c1.4937.749 3.6738 1.2153 6 1.4302v-1.9976c-3.8779-.3774-5.8774-1.4219-6-1.8604v-3.5723c2.1279 1.0674 5.6426 1.5723 9 1.5723 5.2979 0 11-1.252 11-4V5.9995c-.0007-2.748-5.7024-3.9995-11-3.9995zM6.9985 6.0151c.1523-.5552 3.1514-2.0151 9.0015-2.0151 5.7976 0 8.7949 1.4341 8.9968 2-.2019.5659-3.1992 2-8.9968 2-5.8501 0-8.8491-1.46-9.0015-1.9849zm18.0015 5.9722c-.1606.5571-3.1587 2.0127-9 2.0127-5.8501 0-8.8491-1.46-9-2v-3.5723c2.1279 1.0674 5.6426 1.5723 9 1.5723s6.8721-.5049 9-1.5723v3.5596z"
603
+ })), children);
604
+ });
605
+ if (process.env.NODE_ENV !== "production") {
606
+ CicsDb2Connection.propTypes = iconPropTypes4cbeb95d.i;
607
+ }
608
+ const CicsExplorer = /*#__PURE__*/React.forwardRef(function CicsExplorer(_ref21, ref) {
609
+ let {
610
+ children,
611
+ size = 16,
612
+ ...rest
613
+ } = _ref21;
614
+ return /*#__PURE__*/React.createElement(Icon.default, {
615
+ width: size,
616
+ height: size,
617
+ ref: ref,
618
+ xmlns: "http://www.w3.org/2000/svg",
619
+ viewBox: "0 0 32 32",
620
+ fill: "currentColor",
621
+ ...rest
622
+ }, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
623
+ d: "M24 16L19.4 14.6 21.7 10.3 17.4 12.6 16 8 14.6 12.6 10.3 10.3 12.6 14.6 8 16 12.6 17.4 10.3 21.7 14.6 19.4 16 24 17.4 19.4 21.7 21.7 19.4 17.4 24 16z"
624
+ })), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
625
+ d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
626
+ })), children);
627
+ });
628
+ if (process.env.NODE_ENV !== "production") {
629
+ CicsExplorer.propTypes = iconPropTypes4cbeb95d.i;
630
+ }
631
+ const CicsProgram = /*#__PURE__*/React.forwardRef(function CicsProgram(_ref22, ref) {
632
+ let {
633
+ children,
634
+ size = 16,
635
+ ...rest
636
+ } = _ref22;
637
+ return /*#__PURE__*/React.createElement(Icon.default, {
638
+ width: size,
639
+ height: size,
640
+ ref: ref,
641
+ xmlns: "http://www.w3.org/2000/svg",
642
+ viewBox: "0 0 32 32",
643
+ fill: "currentColor",
644
+ ...rest
645
+ }, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
646
+ d: "M20.17 19L17.58 21.59 19 23 23 19 19 15 17.58 16.41 20.17 19zM11.83 19L14.42 16.41 13 15 9 19 13 23 14.42 21.59 11.83 19z"
647
+ })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
648
+ cx: "9",
649
+ cy: "8",
650
+ r: "1"
651
+ })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
652
+ cx: "6",
653
+ cy: "8",
654
+ r: "1"
655
+ })), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
656
+ d: "M28,4H4c-1.1028,0-2,.8975-2,2V26c0,1.1025,.8972,2,2,2H28c1.1028,0,2-.8975,2-2V6c0-1.1025-.8972-2-2-2Zm0,2v4H4V6H28ZM4,26V12H28v14H4Z"
657
+ })), children);
658
+ });
659
+ if (process.env.NODE_ENV !== "production") {
660
+ CicsProgram.propTypes = iconPropTypes4cbeb95d.i;
661
+ }
662
+ const CicsSit = /*#__PURE__*/React.forwardRef(function CicsSit(_ref23, ref) {
663
+ let {
664
+ children,
665
+ size = 16,
666
+ ...rest
667
+ } = _ref23;
668
+ return /*#__PURE__*/React.createElement(Icon.default, {
669
+ width: size,
670
+ height: size,
671
+ ref: ref,
672
+ xmlns: "http://www.w3.org/2000/svg",
673
+ viewBox: "0 0 32 32",
674
+ fill: "currentColor",
675
+ ...rest
676
+ }, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
677
+ d: "M23 22L30 27 23 32 23 22z"
678
+ })), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
679
+ d: "M26,3H6c-1.6543,0-3,1.3457-3,3V26c0,1.6543,1.3457,3,3,3h11v-9h12V6c0-1.6543-1.3457-3-3-3ZM6,5H26c.5515,0,1,.4482,1,1v3H5v-3c0-.5518,.4485-1,1-1Zm9,6v7H5v-7H15Zm0,16H6c-.5515,0-1-.4482-1-1v-6H15v7Zm2-9v-7h10v7h-10Z"
680
+ })), children);
681
+ });
682
+ if (process.env.NODE_ENV !== "production") {
683
+ CicsSit.propTypes = iconPropTypes4cbeb95d.i;
684
+ }
685
+ const CicsSitOverrides = /*#__PURE__*/React.forwardRef(function CicsSitOverrides(_ref24, ref) {
686
+ let {
687
+ children,
688
+ size = 16,
689
+ ...rest
690
+ } = _ref24;
691
+ return /*#__PURE__*/React.createElement(Icon.default, {
692
+ width: size,
693
+ height: size,
694
+ ref: ref,
695
+ xmlns: "http://www.w3.org/2000/svg",
696
+ viewBox: "0 0 32 32",
697
+ fill: "currentColor",
698
+ ...rest
699
+ }, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
700
+ d: "M31.707 20.293l-3-3c-.3901-.3906-1.0239-.3906-1.4141 0l-9.293 9.293v4.4141h4.4143l9.2927-9.293c.3906-.3906.3906-1.0234 0-1.4141zm-7.4141 6l-2.7073 2.707h-1.5857v-1.5859l2.707-2.707 2.293-2.293 1.5859 1.5859-2.293 2.293zm3.707-3.707l-1.5859-1.5859 1.5859-1.5859 1.5857 1.5859-1.5857 1.5859zM20 20v-2h-4v-7h10v2h2V6c0-1.6543-1.3457-3-3-3H5c-1.6543 0-3 1.3457-3 3V26c0 1.6543 1.3457 3 3 3h11v-9h4zm-6-2H4v-7H14v7zM5 5H25c.5515 0 1 .4482 1 1v3H4v-3c0-.5518.4485-1 1-1zM14 27H5c-.5515 0-1-.4482-1-1v-6H14v7z"
701
+ })), children);
702
+ });
703
+ if (process.env.NODE_ENV !== "production") {
704
+ CicsSitOverrides.propTypes = iconPropTypes4cbeb95d.i;
705
+ }
706
+ const CicsSystemGroup = /*#__PURE__*/React.forwardRef(function CicsSystemGroup(_ref25, ref) {
707
+ let {
708
+ children,
709
+ size = 16,
710
+ ...rest
711
+ } = _ref25;
712
+ return /*#__PURE__*/React.createElement(Icon.default, {
713
+ width: size,
714
+ height: size,
715
+ ref: ref,
716
+ xmlns: "http://www.w3.org/2000/svg",
717
+ viewBox: "0 0 32 32",
718
+ fill: "currentColor",
719
+ ...rest
720
+ }, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
721
+ d: "M28 2H23V4h5V28H23v2h5a2.0059 2.0059 0 002-2V4A2.0059 2.0059 0 0028 2zM14 17H8a.9448.9448 0 00-1 1v6a.9448.9448 0 001 1h6a.9448.9448 0 001-1V18A.9448.9448 0 0014 17zm-1 6H9V19h4z"
722
+ })), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
723
+ d: "M25 24V18a.9448.9448 0 00-1-1H18a.9448.9448 0 00-1 1v6a.9448.9448 0 001 1h6A1.0021 1.0021 0 0025 24zm-2-1H19V19h4zM14 7H8A.9448.9448 0 007 8v6a.9448.9448 0 001 1h6a.9448.9448 0 001-1V8A.9448.9448 0 0014 7zm-1 6H9V9h4zM18 15h6a.9448.9448 0 001-1V8a.9448.9448 0 00-1-1H18a.9448.9448 0 00-1 1v6A1.0021 1.0021 0 0018 15zm1-6h4v4H19z"
724
+ })), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
725
+ d: "M4,4H9V2H4A2.0059,2.0059,0,0,0,2,4V28a2.0059,2.0059,0,0,0,2,2H9V28H4Z"
726
+ })), children);
727
+ });
728
+ if (process.env.NODE_ENV !== "production") {
729
+ CicsSystemGroup.propTypes = iconPropTypes4cbeb95d.i;
730
+ }
731
+ const CicsTransactionServerZos = /*#__PURE__*/React.forwardRef(function CicsTransactionServerZos(_ref26, ref) {
732
+ let {
733
+ children,
734
+ size = 16,
735
+ ...rest
736
+ } = _ref26;
737
+ return /*#__PURE__*/React.createElement(Icon.default, {
738
+ width: size,
739
+ height: size,
740
+ ref: ref,
741
+ xmlns: "http://www.w3.org/2000/svg",
742
+ viewBox: "0 0 32 32",
743
+ fill: "currentColor",
744
+ ...rest
745
+ }, _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
746
+ cx: "28",
747
+ cy: "10",
748
+ r: "2"
749
+ })), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
750
+ d: "M18,29h-7v-2h7c4.9626,0,9-4.0374,9-9v-4h2v4c0,6.0654-4.9346,11-11,11Z"
751
+ })), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
752
+ d: "M16,21c-2.7571,0-5-2.2429-5-5s2.2429-5,5-5,5,2.2429,5,5-2.2429,5-5,5Zm0-8c-1.6543,0-3,1.3457-3,3s1.3457,3,3,3,3-1.3457,3-3-1.3457-3-3-3Z"
753
+ })), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
754
+ cx: "4",
755
+ cy: "22",
756
+ r: "2"
757
+ })), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
758
+ d: "M5,18H3v-4C3,7.9346,7.9346,3,14,3h7v2h-7c-4.9626,0-9,4.0374-9,9v4Z"
759
+ })), children);
760
+ });
761
+ if (process.env.NODE_ENV !== "production") {
762
+ CicsTransactionServerZos.propTypes = iconPropTypes4cbeb95d.i;
763
+ }
764
+ const CicsWuiRegion = /*#__PURE__*/React.forwardRef(function CicsWuiRegion(_ref27, ref) {
765
+ let {
766
+ children,
767
+ size = 16,
768
+ ...rest
769
+ } = _ref27;
770
+ return /*#__PURE__*/React.createElement(Icon.default, {
771
+ width: size,
772
+ height: size,
773
+ ref: ref,
774
+ xmlns: "http://www.w3.org/2000/svg",
775
+ viewBox: "0 0 32 32",
776
+ fill: "currentColor",
777
+ ...rest
778
+ }, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
779
+ d: "M22 22L24 22 24 28 22 28 22 30 28 30 28 28 26 28 26 22 28 22 28 20 22 20 22 22zM18 28H16V20H14v8.6A1.4529 1.4529 0 0015.5 30h3A1.4529 1.4529 0 0020 28.6V20H18zM10.2 20L10 28.5 9 22 7 22 6 28.5 5.8 20 4 20 4.72 30 7 30 8 23.5 9 30 11.28 30 12 20 10.2 20zM16 11L13 11 13 8 11 8 11 11 8 11 8 13 11 13 11 16 13 16 13 13 16 13 16 11z"
780
+ })), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
781
+ d: "M26,4H6A2.0059,2.0059,0,0,0,4,6V18H6V6H26V18h2V6A2.0059,2.0059,0,0,0,26,4Z"
782
+ })), children);
783
+ });
784
+ if (process.env.NODE_ENV !== "production") {
785
+ CicsWuiRegion.propTypes = iconPropTypes4cbeb95d.i;
786
+ }
787
+ const CicsRegion = /*#__PURE__*/React.forwardRef(function CicsRegion(_ref28, ref) {
788
+ let {
789
+ children,
790
+ size = 16,
791
+ ...rest
792
+ } = _ref28;
793
+ return /*#__PURE__*/React.createElement(Icon.default, {
794
+ width: size,
795
+ height: size,
796
+ ref: ref,
797
+ xmlns: "http://www.w3.org/2000/svg",
798
+ viewBox: "0 0 32 32",
799
+ fill: "currentColor",
800
+ ...rest
801
+ }, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
802
+ d: "M23.5 18L21 18.7 21 16 19 16 19 18.7 16.5 18 16 19.9 18.4 20.6 17 23 18.7 24 20 21.8 21.3 24 23 23 21.6 20.6 24 19.9 23.5 18zM16 13L16 11 13 11 13 8 11 8 11 11 8 11 8 13 11 13 11 16 13 16 13 13 16 13z"
803
+ })), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
804
+ d: "M26,4H6A2.0059,2.0059,0,0,0,4,6V26a2.0059,2.0059,0,0,0,2,2H26a2.0059,2.0059,0,0,0,2-2V6A2.0059,2.0059,0,0,0,26,4ZM6,26V6H26V26Z"
805
+ })), children);
806
+ });
807
+ if (process.env.NODE_ENV !== "production") {
808
+ CicsRegion.propTypes = iconPropTypes4cbeb95d.i;
809
+ }
810
+ const CicsRegionAlt = /*#__PURE__*/React.forwardRef(function CicsRegionAlt(_ref29, ref) {
811
+ let {
812
+ children,
813
+ size = 16,
814
+ ...rest
815
+ } = _ref29;
816
+ return /*#__PURE__*/React.createElement(Icon.default, {
817
+ width: size,
818
+ height: size,
819
+ ref: ref,
820
+ xmlns: "http://www.w3.org/2000/svg",
821
+ viewBox: "0 0 32 32",
822
+ fill: "currentColor",
823
+ ...rest
824
+ }, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
825
+ d: "M31 13v-2h-4c-1.1028 0-2 .8975-2 2v2c0 1.1025.8972 2 2 2h2v2h-4v2h4c1.1028 0 2-.8975 2-2v-2c0-1.1025-.8972-2-2-2h-2v-2h4zM17 13v6c0 1.1025.8972 2 2 2h4v-2h-4v-6h4v-2h-4c-1.1028 0-2 .8975-2 2zM9 13L11 13 11 19 9 19 9 21 15 21 15 19 13 19 13 13 15 13 15 11 9 11 9 13zM1 13v6c0 1.1025.8972 2 2 2H7v-2H3v-6H7v-2H3c-1.1028 0-2 .8975-2 2z"
826
+ })), children);
827
+ });
828
+ if (process.env.NODE_ENV !== "production") {
829
+ CicsRegionAlt.propTypes = iconPropTypes4cbeb95d.i;
830
+ }
831
+ const CicsRegionRouting = /*#__PURE__*/React.forwardRef(function CicsRegionRouting(_ref30, ref) {
832
+ let {
833
+ children,
834
+ size = 16,
835
+ ...rest
836
+ } = _ref30;
837
+ return /*#__PURE__*/React.createElement(Icon.default, {
838
+ width: size,
839
+ height: size,
840
+ ref: ref,
841
+ xmlns: "http://www.w3.org/2000/svg",
842
+ viewBox: "0 0 32 32",
843
+ fill: "currentColor",
844
+ ...rest
845
+ }, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
846
+ d: "M22 2L22 4 26.6 4 20 10.6 21.4 12 28 5.4 28 10 30 10 30 2 22 2zM19 16L19 18.7 16.5 18 16 19.9 18.4 20.6 17 23 18.7 24 20 21.8 21.3 24 23 23 21.6 20.6 24 19.9 23.5 18 21 18.7 21 16 19 16zM13 16L13 13 16 13 16 11 13 11 13 8 11 8 11 11 8 11 8 13 11 13 11 16 13 16z"
847
+ })), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
848
+ d: "M26,26H6V6H19V4H6A2.0059,2.0059,0,0,0,4,6V26a2.0059,2.0059,0,0,0,2,2H26a2.0059,2.0059,0,0,0,2-2V13H26Z"
849
+ })), children);
850
+ });
851
+ if (process.env.NODE_ENV !== "production") {
852
+ CicsRegionRouting.propTypes = iconPropTypes4cbeb95d.i;
853
+ }
854
+ const CicsRegionTarget = /*#__PURE__*/React.forwardRef(function CicsRegionTarget(_ref31, ref) {
855
+ let {
856
+ children,
857
+ size = 16,
858
+ ...rest
859
+ } = _ref31;
860
+ return /*#__PURE__*/React.createElement(Icon.default, {
861
+ width: size,
862
+ height: size,
863
+ ref: ref,
864
+ xmlns: "http://www.w3.org/2000/svg",
865
+ viewBox: "0 0 32 32",
866
+ fill: "currentColor",
867
+ ...rest
868
+ }, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
869
+ d: "M26 7H28V10H26zM29 4H32V6H29zM26 0H28V3H26zM22 4H25V6H22zM19 16L19 18.7 16.5 18 16 19.9 18.4 20.6 17 23 18.7 24 20 21.8 21.3 24 23 23 21.6 20.6 24 19.9 23.5 18 21 18.7 21 16 19 16zM13 16L13 13 16 13 16 11 13 11 13 8 11 8 11 11 8 11 8 13 11 13 11 16 13 16z"
870
+ })), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
871
+ d: "M26,26H6V6H19V4H6A2.0059,2.0059,0,0,0,4,6V26a2.0059,2.0059,0,0,0,2,2H26a2.0059,2.0059,0,0,0,2-2V13H26Z"
872
+ })), children);
873
+ });
874
+ if (process.env.NODE_ENV !== "production") {
875
+ CicsRegionTarget.propTypes = iconPropTypes4cbeb95d.i;
876
+ }
877
+ const Cicsplex = /*#__PURE__*/React.forwardRef(function Cicsplex(_ref32, ref) {
878
+ let {
879
+ children,
880
+ size = 16,
881
+ ...rest
882
+ } = _ref32;
883
+ return /*#__PURE__*/React.createElement(Icon.default, {
884
+ width: size,
885
+ height: size,
886
+ ref: ref,
887
+ xmlns: "http://www.w3.org/2000/svg",
888
+ viewBox: "0 0 32 32",
889
+ fill: "currentColor",
890
+ ...rest
891
+ }, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
892
+ d: "M8 18.6V17H6v1.6A7.3833 7.3833 0 0013.4 26H15V24H13.4A5.3775 5.3775 0 018 18.6zM28 18H20a2.0059 2.0059 0 00-2 2v8a2.0059 2.0059 0 002 2h8a2.0059 2.0059 0 002-2V20A2.0059 2.0059 0 0028 18zM20 28V20h8v8zM24 13.4V15h2V13.4A7.3833 7.3833 0 0018.6 6H17V8h1.6A5.3775 5.3775 0 0124 13.4zM12 2H4A2.0059 2.0059 0 002 4v8a2.0059 2.0059 0 002 2h8a2.0059 2.0059 0 002-2V4A2.0059 2.0059 0 0012 2zM4 12V4h8v8z"
893
+ })), children);
894
+ });
895
+ if (process.env.NODE_ENV !== "production") {
896
+ Cicsplex.propTypes = iconPropTypes4cbeb95d.i;
897
+ }
898
+ const CircleFilled = /*#__PURE__*/React.forwardRef(function CircleFilled(_ref33, ref) {
899
+ let {
900
+ children,
901
+ size = 16,
902
+ ...rest
903
+ } = _ref33;
904
+ return /*#__PURE__*/React.createElement(Icon.default, {
905
+ width: size,
906
+ height: size,
907
+ ref: ref,
908
+ xmlns: "http://www.w3.org/2000/svg",
909
+ viewBox: "0 0 32 32",
910
+ fill: "currentColor",
911
+ ...rest
912
+ }, _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
913
+ cx: "16",
914
+ cy: "16",
915
+ r: "10"
916
+ })), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
917
+ d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
918
+ })), children);
919
+ });
920
+ if (process.env.NODE_ENV !== "production") {
921
+ CircleFilled.propTypes = iconPropTypes4cbeb95d.i;
922
+ }
923
+ const CircleOutline = /*#__PURE__*/React.forwardRef(function CircleOutline(_ref34, ref) {
924
+ let {
925
+ children,
926
+ size = 16,
927
+ ...rest
928
+ } = _ref34;
929
+ return /*#__PURE__*/React.createElement(Icon.default, {
930
+ width: size,
931
+ height: size,
932
+ ref: ref,
933
+ xmlns: "http://www.w3.org/2000/svg",
934
+ viewBox: "0 0 32 32",
935
+ fill: "currentColor",
936
+ ...rest
937
+ }, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
938
+ strokeWidth: "0",
939
+ d: "m16,2c-7.732,0-14,6.268-14,14s6.268,14,14,14,14-6.268,14-14S23.732,2,16,2Zm0,26c-6.6274,0-12-5.3726-12-12s5.3726-12,12-12,12,5.3726,12,12-5.3726,12-12,12Z"
940
+ })), children);
941
+ });
942
+ if (process.env.NODE_ENV !== "production") {
943
+ CircleOutline.propTypes = iconPropTypes4cbeb95d.i;
944
+ }
945
+ const CircleSolid = /*#__PURE__*/React.forwardRef(function CircleSolid(_ref35, ref) {
946
+ let {
947
+ children,
948
+ size = 16,
949
+ ...rest
950
+ } = _ref35;
951
+ return /*#__PURE__*/React.createElement(Icon.default, {
952
+ width: size,
953
+ height: size,
954
+ ref: ref,
955
+ xmlns: "http://www.w3.org/2000/svg",
956
+ viewBox: "0 0 32 32",
957
+ fill: "currentColor",
958
+ ...rest
959
+ }, _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
960
+ cx: "16",
961
+ cy: "16",
962
+ r: "14"
963
+ })), children);
964
+ });
965
+ if (process.env.NODE_ENV !== "production") {
966
+ CircleSolid.propTypes = iconPropTypes4cbeb95d.i;
967
+ }
968
+ const CircleDash = /*#__PURE__*/React.forwardRef(function CircleDash(_ref36, ref) {
969
+ let {
970
+ children,
971
+ size = 16,
972
+ ...rest
973
+ } = _ref36;
974
+ return /*#__PURE__*/React.createElement(Icon.default, {
975
+ width: size,
976
+ height: size,
977
+ ref: ref,
978
+ xmlns: "http://www.w3.org/2000/svg",
979
+ viewBox: "0 0 32 32",
980
+ fill: "currentColor",
981
+ ...rest
982
+ }, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
983
+ d: "M7.7 4.7a14.7 14.7 0 00-3 3.1L6.3 9A13.26 13.26 0 018.9 6.3zM4.6 12.3l-1.9-.6A12.51 12.51 0 002 16H4A11.48 11.48 0 014.6 12.3zM2.7 20.4a14.4 14.4 0 002 3.9l1.6-1.2a12.89 12.89 0 01-1.7-3.3zM7.8 27.3a14.4 14.4 0 003.9 2l.6-1.9A12.89 12.89 0 019 25.7zM11.7 2.7l.6 1.9A11.48 11.48 0 0116 4V2A12.51 12.51 0 0011.7 2.7zM24.2 27.3a15.18 15.18 0 003.1-3.1L25.7 23A11.53 11.53 0 0123 25.7zM27.4 19.7l1.9.6A15.47 15.47 0 0030 16H28A11.48 11.48 0 0127.4 19.7zM29.2 11.6a14.4 14.4 0 00-2-3.9L25.6 8.9a12.89 12.89 0 011.7 3.3zM24.1 4.6a14.4 14.4 0 00-3.9-2l-.6 1.9a12.89 12.89 0 013.3 1.7zM20.3 29.3l-.6-1.9A11.48 11.48 0 0116 28v2A21.42 21.42 0 0020.3 29.3z"
984
+ })), children);
985
+ });
986
+ if (process.env.NODE_ENV !== "production") {
987
+ CircleDash.propTypes = iconPropTypes4cbeb95d.i;
988
+ }
989
+ const CircleFill = /*#__PURE__*/React.forwardRef(function CircleFill(_ref37, ref) {
990
+ let {
991
+ children,
992
+ size = 16,
993
+ ...rest
994
+ } = _ref37;
995
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
996
+ return /*#__PURE__*/React.createElement(Icon.default, {
997
+ width: size,
998
+ height: size,
999
+ ref: ref,
1000
+ xmlns: "http://www.w3.org/2000/svg",
1001
+ viewBox: "0 0 16 16",
1002
+ fill: "currentColor",
1003
+ ...rest
1004
+ }, _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
1005
+ cx: "8",
1006
+ cy: "8",
1007
+ r: "6"
1008
+ })), children);
1009
+ }
1010
+ return /*#__PURE__*/React.createElement(Icon.default, {
1011
+ width: size,
1012
+ height: size,
1013
+ ref: ref,
1014
+ xmlns: "http://www.w3.org/2000/svg",
1015
+ viewBox: "0 0 16 16",
1016
+ fill: "currentColor",
1017
+ ...rest
1018
+ }, _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
1019
+ cx: "8",
1020
+ cy: "8",
1021
+ r: "6"
1022
+ })), children);
1023
+ });
1024
+ if (process.env.NODE_ENV !== "production") {
1025
+ CircleFill.propTypes = iconPropTypes4cbeb95d.i;
1026
+ }
1027
+ const WatsonHealthCircleMeasurement = /*#__PURE__*/React.forwardRef(function WatsonHealthCircleMeasurement(_ref38, ref) {
1028
+ let {
1029
+ children,
1030
+ size = 16,
1031
+ ...rest
1032
+ } = _ref38;
1033
+ return /*#__PURE__*/React.createElement(Icon.default, {
1034
+ width: size,
1035
+ height: size,
1036
+ ref: ref,
1037
+ xmlns: "http://www.w3.org/2000/svg",
1038
+ viewBox: "0 0 32 32",
1039
+ fill: "currentColor",
1040
+ ...rest
1041
+ }, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
1042
+ 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"
1043
+ })), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
1044
+ d: "M21,12.41V16h2V9H16v2h3.59L11,19.59V16H9v7h7V21H12.41Z"
1045
+ })), children);
1046
+ });
1047
+ if (process.env.NODE_ENV !== "production") {
1048
+ WatsonHealthCircleMeasurement.propTypes = iconPropTypes4cbeb95d.i;
1049
+ }
1050
+ const CirclePacking = /*#__PURE__*/React.forwardRef(function CirclePacking(_ref39, ref) {
1051
+ let {
1052
+ children,
1053
+ size = 16,
1054
+ ...rest
1055
+ } = _ref39;
1056
+ return /*#__PURE__*/React.createElement(Icon.default, {
1057
+ width: size,
1058
+ height: size,
1059
+ ref: ref,
1060
+ xmlns: "http://www.w3.org/2000/svg",
1061
+ viewBox: "0 0 32 32",
1062
+ fill: "currentColor",
1063
+ ...rest
1064
+ }, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
1065
+ d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm7.5,7A3.5,3.5,0,1,1,20,12.5,3.5041,3.5041,0,0,1,23.5,9Zm.4348-1.978C23.791,7.0107,23.6467,7,23.5,7a5.4826,5.4826,0,0,0-4.1323,1.8784,8.0109,8.0109,0,0,0-5.5664-4.6675A11.8554,11.8554,0,0,1,23.9348,7.022ZM16,28a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,28ZM12,18a6,6,0,1,1,6-6A6.0067,6.0067,0,0,1,12,18ZM4,16a11.97,11.97,0,0,1,.2112-2.1987,7.9921,7.9921,0,0,0,7.3459,6.1762,5.9581,5.9581,0,0,0-.89,6.7564A12.0025,12.0025,0,0,1,4,16ZM21.3325,26.7339a5.9834,5.9834,0,0,0-4.1782-8.6206,8.02,8.02,0,0,0,1.9126-2.3672,5.4883,5.4883,0,0,0,8.9167-.0679c.003.1079.0164.2134.0164.3218A12.0025,12.0025,0,0,1,21.3325,26.7339Z"
1066
+ })), children);
1067
+ });
1068
+ if (process.env.NODE_ENV !== "production") {
1069
+ CirclePacking.propTypes = iconPropTypes4cbeb95d.i;
1070
+ }
1071
+ const CircleStroke = /*#__PURE__*/React.forwardRef(function CircleStroke(_ref40, ref) {
1072
+ let {
1073
+ children,
1074
+ size = 16,
1075
+ ...rest
1076
+ } = _ref40;
1077
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
1078
+ return /*#__PURE__*/React.createElement(Icon.default, {
1079
+ width: size,
1080
+ height: size,
1081
+ ref: ref,
1082
+ xmlns: "http://www.w3.org/2000/svg",
1083
+ viewBox: "0 0 16 16",
1084
+ fill: "currentColor",
1085
+ ...rest
1086
+ }, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
1087
+ d: "M8,4A4,4,0,1,1,4,8,4.0045,4.0045,0,0,1,8,4M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2Z"
1088
+ })), children);
1089
+ }
1090
+ return /*#__PURE__*/React.createElement(Icon.default, {
1091
+ width: size,
1092
+ height: size,
1093
+ ref: ref,
1094
+ xmlns: "http://www.w3.org/2000/svg",
1095
+ viewBox: "0 0 16 16",
1096
+ fill: "currentColor",
1097
+ ...rest
1098
+ }, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1099
+ d: "M8,4A4,4,0,1,1,4,8,4.0045,4.0045,0,0,1,8,4M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2Z"
1100
+ })), children);
1101
+ });
1102
+ if (process.env.NODE_ENV !== "production") {
1103
+ CircleStroke.propTypes = iconPropTypes4cbeb95d.i;
1104
+ }
1105
+ const QCircuitComposer = /*#__PURE__*/React.forwardRef(function QCircuitComposer(_ref41, ref) {
1106
+ let {
1107
+ children,
1108
+ size = 16,
1109
+ ...rest
1110
+ } = _ref41;
1111
+ return /*#__PURE__*/React.createElement(Icon.default, {
1112
+ width: size,
1113
+ height: size,
1114
+ ref: ref,
1115
+ xmlns: "http://www.w3.org/2000/svg",
1116
+ viewBox: "0 0 32 32",
1117
+ fill: "currentColor",
1118
+ ...rest
1119
+ }, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1120
+ d: "M18 9L18 15 14 15 14 9 12 9 12 23 14 23 14 17 18 17 18 23 20 23 20 9 18 9z"
1121
+ })), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1122
+ d: "M30,15H26V6a2,2,0,0,0-2-2H8A2,2,0,0,0,6,6v9H2v2H6v9a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V17h4ZM8,26V6H24V26Z"
1123
+ })), children);
1124
+ });
1125
+ if (process.env.NODE_ENV !== "production") {
1126
+ QCircuitComposer.propTypes = iconPropTypes4cbeb95d.i;
1127
+ }
1128
+ const Classification = /*#__PURE__*/React.forwardRef(function Classification(_ref42, ref) {
1129
+ let {
1130
+ children,
1131
+ size = 16,
1132
+ ...rest
1133
+ } = _ref42;
1134
+ return /*#__PURE__*/React.createElement(Icon.default, {
1135
+ width: size,
1136
+ height: size,
1137
+ ref: ref,
1138
+ xmlns: "http://www.w3.org/2000/svg",
1139
+ viewBox: "0 0 32 32",
1140
+ fill: "currentColor",
1141
+ ...rest
1142
+ }, _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
1143
+ cx: "15",
1144
+ cy: "19",
1145
+ r: "1"
1146
+ })), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1147
+ d: "M27.7,9.3l-7-7A.9087.9087,0,0,0,20,2H10A2.0058,2.0058,0,0,0,8,4V14H6a2.0023,2.0023,0,0,0-2,2v6a2.0023,2.0023,0,0,0,2,2H8v4a2.0058,2.0058,0,0,0,2,2H26a2.0058,2.0058,0,0,0,2-2V10A.9092.9092,0,0,0,27.7,9.3ZM20,4.4,25.6,10H20ZM6,16h9.5972L19,19l-3.3926,3H6ZM26,28H10V24h5.6089a2.0076,2.0076,0,0,0,1.3135-.4927l3.3833-2.9917a2.0015,2.0015,0,0,0,.01-3.0229l-3.4033-3.0083A1.9961,1.9961,0,0,0,15.6089,14H10V4h8v6a2.0058,2.0058,0,0,0,2,2h6Z"
1148
+ })), children);
1149
+ });
1150
+ if (process.env.NODE_ENV !== "production") {
1151
+ Classification.propTypes = iconPropTypes4cbeb95d.i;
1152
+ }
1153
+ const ClassifierLanguage = /*#__PURE__*/React.forwardRef(function ClassifierLanguage(_ref43, ref) {
1154
+ let {
1155
+ children,
1156
+ size = 16,
1157
+ ...rest
1158
+ } = _ref43;
1159
+ return /*#__PURE__*/React.createElement(Icon.default, {
1160
+ width: size,
1161
+ height: size,
1162
+ ref: ref,
1163
+ xmlns: "http://www.w3.org/2000/svg",
1164
+ viewBox: "0 0 32 32",
1165
+ fill: "currentColor",
1166
+ ...rest
1167
+ }, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1168
+ d: "M30 10V2H22v8h3v4H23v2h7V14H27V10zM24 4h4V8H24zM20 23.41L18.59 22 16 24.59 13.41 22 12 23.41 14.59 26 12 28.59 13.41 30 16 27.41 18.59 30 20 28.59 17.41 26 20 23.41zM20 14L12 14 12 16 15 16 15 21 17 21 17 16 20 16 20 14zM7 9.86a4 4 0 10-2 0V14H2v2H9V14H7zM4 6A2 2 0 116 8 2 2 0 014 6z"
1169
+ })), children);
1170
+ });
1171
+ if (process.env.NODE_ENV !== "production") {
1172
+ ClassifierLanguage.propTypes = iconPropTypes4cbeb95d.i;
1173
+ }
1174
+ const Clean = /*#__PURE__*/React.forwardRef(function Clean(_ref44, ref) {
1175
+ let {
1176
+ children,
1177
+ size = 16,
1178
+ ...rest
1179
+ } = _ref44;
1180
+ return /*#__PURE__*/React.createElement(Icon.default, {
1181
+ width: size,
1182
+ height: size,
1183
+ ref: ref,
1184
+ xmlns: "http://www.w3.org/2000/svg",
1185
+ viewBox: "0 0 32 32",
1186
+ fill: "currentColor",
1187
+ ...rest
1188
+ }, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1189
+ d: "M20 18H26V20H20z",
1190
+ transform: "rotate(-180 23 19)"
1191
+ })), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1192
+ d: "M24 26H30V28H24z",
1193
+ transform: "rotate(-180 27 27)"
1194
+ })), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1195
+ d: "M22 22H28V24H22z",
1196
+ transform: "rotate(-180 25 23)"
1197
+ })), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1198
+ d: "M17.0029,20a4.8952,4.8952,0,0,0-2.4044-4.1729L22,3,20.2691,2,12.6933,15.126A5.6988,5.6988,0,0,0,7.45,16.6289C3.7064,20.24,3.9963,28.6821,4.01,29.04a1,1,0,0,0,1,.96H20.0012a1,1,0,0,0,.6-1.8C17.0615,25.5439,17.0029,20.0537,17.0029,20ZM11.93,16.9971A3.11,3.11,0,0,1,15.0041,20c0,.0381.0019.208.0168.4688L9.1215,17.8452A3.8,3.8,0,0,1,11.93,16.9971ZM15.4494,28A5.2,5.2,0,0,1,14,25H12a6.4993,6.4993,0,0,0,.9684,3H10.7451A16.6166,16.6166,0,0,1,10,24H8a17.3424,17.3424,0,0,0,.6652,4H6c.031-1.8364.29-5.8921,1.8027-8.5527l7.533,3.35A13.0253,13.0253,0,0,0,17.5968,28Z"
1199
+ })), children);
1200
+ });
1201
+ if (process.env.NODE_ENV !== "production") {
1202
+ Clean.propTypes = iconPropTypes4cbeb95d.i;
1203
+ }
1204
+ const Close = /*#__PURE__*/React.forwardRef(function Close(_ref45, ref) {
1205
+ let {
1206
+ children,
1207
+ size = 16,
1208
+ ...rest
1209
+ } = _ref45;
1210
+ return /*#__PURE__*/React.createElement(Icon.default, {
1211
+ width: size,
1212
+ height: size,
1213
+ ref: ref,
1214
+ xmlns: "http://www.w3.org/2000/svg",
1215
+ viewBox: "0 0 32 32",
1216
+ fill: "currentColor",
1217
+ ...rest
1218
+ }, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1219
+ d: "M17.4141 16L24 9.4141 22.5859 8 16 14.5859 9.4143 8 8 9.4141 14.5859 16 8 22.5859 9.4143 24 16 17.4141 22.5859 24 24 22.5859 17.4141 16z"
1220
+ })), children);
1221
+ });
1222
+ if (process.env.NODE_ENV !== "production") {
1223
+ Close.propTypes = iconPropTypes4cbeb95d.i;
1224
+ }
1225
+ const CloseFilled = /*#__PURE__*/React.forwardRef(function CloseFilled(_ref46, ref) {
1226
+ let {
1227
+ children,
1228
+ size = 16,
1229
+ ...rest
1230
+ } = _ref46;
1231
+ if (size === 16 || size === "16" || size === "16px") {
1232
+ return /*#__PURE__*/React.createElement(Icon.default, {
1233
+ width: size,
1234
+ height: size,
1235
+ ref: ref,
1236
+ xmlns: "http://www.w3.org/2000/svg",
1237
+ viewBox: "0 0 16 16",
1238
+ fill: "currentColor",
1239
+ ...rest
1240
+ }, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1241
+ d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M10.7,11.5L8,8.8l-2.7,2.7l-0.8-0.8L7.2,8L4.5,5.3l0.8-0.8L8,7.2 l2.7-2.7l0.8,0.8L8.8,8l2.7,2.7L10.7,11.5z"
1242
+ })), children);
1243
+ }
1244
+ return /*#__PURE__*/React.createElement(Icon.default, {
1245
+ width: size,
1246
+ height: size,
1247
+ ref: ref,
1248
+ xmlns: "http://www.w3.org/2000/svg",
1249
+ viewBox: "0 0 32 32",
1250
+ fill: "currentColor",
1251
+ ...rest
1252
+ }, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1253
+ d: "M16,2C8.2,2,2,8.2,2,16s6.2,14,14,14s14-6.2,14-14S23.8,2,16,2z M21.4,23L16,17.6L10.6,23L9,21.4l5.4-5.4L9,10.6L10.6,9 l5.4,5.4L21.4,9l1.6,1.6L17.6,16l5.4,5.4L21.4,23z"
1254
+ })), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1255
+ d: "M14.4 16L9 10.6 10.6 9 16 14.4 21.4 9 23 10.6 17.6 16 23 21.4 21.4 23 16 17.6 10.6 23 9 21.4 14.4 16",
1256
+ "data-icon-path": "inner-path",
1257
+ opacity: "0"
1258
+ })), children);
1259
+ });
1260
+ if (process.env.NODE_ENV !== "production") {
1261
+ CloseFilled.propTypes = iconPropTypes4cbeb95d.i;
1262
+ }
1263
+ const CloseLarge = /*#__PURE__*/React.forwardRef(function CloseLarge(_ref47, ref) {
1264
+ let {
1265
+ children,
1266
+ size = 16,
1267
+ ...rest
1268
+ } = _ref47;
1269
+ return /*#__PURE__*/React.createElement(Icon.default, {
1270
+ width: size,
1271
+ height: size,
1272
+ ref: ref,
1273
+ xmlns: "http://www.w3.org/2000/svg",
1274
+ viewBox: "0 0 32 32",
1275
+ fill: "currentColor",
1276
+ ...rest
1277
+ }, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1278
+ d: "M17.4141 16L26 7.4141 24.5859 6 16 14.5859 7.4143 6 6 7.4141 14.5859 16 6 24.5859 7.4143 26 16 17.4141 24.5859 26 26 24.5859 17.4141 16z"
1279
+ })), children);
1280
+ });
1281
+ if (process.env.NODE_ENV !== "production") {
1282
+ CloseLarge.propTypes = iconPropTypes4cbeb95d.i;
1283
+ }
1284
+ const CloseOutline = /*#__PURE__*/React.forwardRef(function CloseOutline(_ref48, ref) {
1285
+ let {
1286
+ children,
1287
+ size = 16,
1288
+ ...rest
1289
+ } = _ref48;
1290
+ return /*#__PURE__*/React.createElement(Icon.default, {
1291
+ width: size,
1292
+ height: size,
1293
+ ref: ref,
1294
+ xmlns: "http://www.w3.org/2000/svg",
1295
+ viewBox: "0 0 32 32",
1296
+ fill: "currentColor",
1297
+ ...rest
1298
+ }, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1299
+ d: "M16,2C8.2,2,2,8.2,2,16s6.2,14,14,14s14-6.2,14-14S23.8,2,16,2z M16,28C9.4,28,4,22.6,4,16S9.4,4,16,4s12,5.4,12,12 S22.6,28,16,28z"
1300
+ })), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1301
+ d: "M21.4 23L16 17.6 10.6 23 9 21.4 14.4 16 9 10.6 10.6 9 16 14.4 21.4 9 23 10.6 17.6 16 23 21.4z"
1302
+ })), children);
1303
+ });
1304
+ if (process.env.NODE_ENV !== "production") {
1305
+ CloseOutline.propTypes = iconPropTypes4cbeb95d.i;
1306
+ }
1307
+ const ClosedCaption = /*#__PURE__*/React.forwardRef(function ClosedCaption(_ref49, ref) {
1308
+ let {
1309
+ children,
1310
+ size = 16,
1311
+ ...rest
1312
+ } = _ref49;
1313
+ return /*#__PURE__*/React.createElement(Icon.default, {
1314
+ width: size,
1315
+ height: size,
1316
+ ref: ref,
1317
+ xmlns: "http://www.w3.org/2000/svg",
1318
+ viewBox: "0 0 32 32",
1319
+ fill: "currentColor",
1320
+ ...rest
1321
+ }, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1322
+ d: "M15 21H10a2 2 0 01-2-2V13a2 2 0 012-2h5v2H10v6h5zM25 21H20a2 2 0 01-2-2V13a2 2 0 012-2h5v2H20v6h5z"
1323
+ })), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1324
+ d: "M28,26H4a2,2,0,0,1-2-2V8A2,2,0,0,1,4,6H28a2,2,0,0,1,2,2V24A2,2,0,0,1,28,26ZM4,8V24H28V8Z"
1325
+ })), children);
1326
+ });
1327
+ if (process.env.NODE_ENV !== "production") {
1328
+ ClosedCaption.propTypes = iconPropTypes4cbeb95d.i;
1329
+ }
1330
+ const ClosedCaptionAlt = /*#__PURE__*/React.forwardRef(function ClosedCaptionAlt(_ref50, ref) {
1331
+ let {
1332
+ children,
1333
+ size = 16,
1334
+ ...rest
1335
+ } = _ref50;
1336
+ return /*#__PURE__*/React.createElement(Icon.default, {
1337
+ width: size,
1338
+ height: size,
1339
+ ref: ref,
1340
+ xmlns: "http://www.w3.org/2000/svg",
1341
+ viewBox: "0 0 32 32",
1342
+ fill: "currentColor",
1343
+ ...rest
1344
+ }, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1345
+ d: "M19 17H25V19H19zM11 17H17V19H11zM6 17H9V19H6zM22 13H26V15H22zM13 13H20V15H13zM6 13H11V15H6z"
1346
+ })), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1347
+ d: "M17.7358,30,16,29l4-7h6a1.9966,1.9966,0,0,0,2-2V8a1.9966,1.9966,0,0,0-2-2H6A1.9966,1.9966,0,0,0,4,8V20a1.9966,1.9966,0,0,0,2,2h9v2H6a3.9993,3.9993,0,0,1-4-4V8A3.9988,3.9988,0,0,1,6,4H26a3.9988,3.9988,0,0,1,4,4V20a3.9993,3.9993,0,0,1-4,4H21.1646Z"
1348
+ })), children);
1349
+ });
1350
+ if (process.env.NODE_ENV !== "production") {
1351
+ ClosedCaptionAlt.propTypes = iconPropTypes4cbeb95d.i;
1352
+ }
1353
+ const ClosedCaptionFilled = /*#__PURE__*/React.forwardRef(function ClosedCaptionFilled(_ref51, ref) {
1354
+ let {
1355
+ children,
1356
+ size = 16,
1357
+ ...rest
1358
+ } = _ref51;
1359
+ return /*#__PURE__*/React.createElement(Icon.default, {
1360
+ width: size,
1361
+ height: size,
1362
+ ref: ref,
1363
+ xmlns: "http://www.w3.org/2000/svg",
1364
+ viewBox: "0 0 32 32",
1365
+ fill: "currentColor",
1366
+ ...rest
1367
+ }, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1368
+ 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,6ZM15,13H10v6h5v2H10a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5Zm10,0H20v6h5v2H20a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5Z"
1369
+ })), children);
1370
+ });
1371
+ if (process.env.NODE_ENV !== "production") {
1372
+ ClosedCaptionFilled.propTypes = iconPropTypes4cbeb95d.i;
1373
+ }
1374
+ const Cloud = /*#__PURE__*/React.forwardRef(function Cloud(_ref52, ref) {
1375
+ let {
1376
+ children,
1377
+ size = 16,
1378
+ ...rest
1379
+ } = _ref52;
1380
+ return /*#__PURE__*/React.createElement(Icon.default, {
1381
+ width: size,
1382
+ height: size,
1383
+ ref: ref,
1384
+ xmlns: "http://www.w3.org/2000/svg",
1385
+ viewBox: "0 0 32 32",
1386
+ fill: "currentColor",
1387
+ ...rest
1388
+ }, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1389
+ d: "M16,7h0a7.66,7.66,0,0,1,1.51.15,8,8,0,0,1,6.35,6.34l.26,1.35,1.35.24a5.5,5.5,0,0,1-1,10.92H7.5a5.5,5.5,0,0,1-1-10.92l1.34-.24.26-1.35A8,8,0,0,1,16,7m0-2a10,10,0,0,0-9.83,8.12A7.5,7.5,0,0,0,7.49,28h17a7.5,7.5,0,0,0,1.32-14.88,10,10,0,0,0-7.94-7.94A10.27,10.27,0,0,0,16,5Z"
1390
+ })), children);
1391
+ });
1392
+ if (process.env.NODE_ENV !== "production") {
1393
+ Cloud.propTypes = iconPropTypes4cbeb95d.i;
1394
+ }
1395
+ const CloudAlerting = /*#__PURE__*/React.forwardRef(function CloudAlerting(_ref53, ref) {
1396
+ let {
1397
+ children,
1398
+ size = 16,
1399
+ ...rest
1400
+ } = _ref53;
1401
+ return /*#__PURE__*/React.createElement(Icon.default, {
1402
+ width: size,
1403
+ height: size,
1404
+ ref: ref,
1405
+ xmlns: "http://www.w3.org/2000/svg",
1406
+ viewBox: "0 0 32 32",
1407
+ fill: "currentColor",
1408
+ ...rest
1409
+ }, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1410
+ d: "M28,17v5H4V6H15V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V17ZM18,28H14V24h4Z"
1411
+ })), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1412
+ d: "M29,14H17a1,1,0,0,1-.8574-1.5144l6-10a1,1,0,0,1,1.7154,0l6,10A1,1,0,0,1,29,14ZM18.7661,12h8.4678L23,4.9436Z"
1413
+ })), children);
1414
+ });
1415
+ if (process.env.NODE_ENV !== "production") {
1416
+ CloudAlerting.propTypes = iconPropTypes4cbeb95d.i;
1417
+ }
1418
+ const CloudAuditing = /*#__PURE__*/React.forwardRef(function CloudAuditing(_ref54, ref) {
1419
+ let {
1420
+ children,
1421
+ size = 16,
1422
+ ...rest
1423
+ } = _ref54;
1424
+ return /*#__PURE__*/React.createElement(Icon.default, {
1425
+ width: size,
1426
+ height: size,
1427
+ ref: ref,
1428
+ xmlns: "http://www.w3.org/2000/svg",
1429
+ viewBox: "0 0 32 32",
1430
+ fill: "currentColor",
1431
+ ...rest
1432
+ }, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1433
+ d: "M28,16v6H4V6H16V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V16ZM18,28H14V24h4Z"
1434
+ })), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1435
+ d: "M21 15L16 10.04 17.59 8.47 21 11.85 28.41 4.5 30 6.08 21 15z"
1436
+ })), children);
1437
+ });
1438
+ if (process.env.NODE_ENV !== "production") {
1439
+ CloudAuditing.propTypes = iconPropTypes4cbeb95d.i;
1440
+ }
1441
+ const CloudDataOps = /*#__PURE__*/React.forwardRef(function CloudDataOps(_ref55, ref) {
1442
+ let {
1443
+ children,
1444
+ size = 16,
1445
+ ...rest
1446
+ } = _ref55;
1447
+ return /*#__PURE__*/React.createElement(Icon.default, {
1448
+ width: size,
1449
+ height: size,
1450
+ ref: ref,
1451
+ xmlns: "http://www.w3.org/2000/svg",
1452
+ viewBox: "0 0 32 32",
1453
+ fill: "currentColor",
1454
+ ...rest
1455
+ }, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1456
+ d: "M28 18H30V28H28zM24 14H26V28H24zM20 22H22V28H20zM22.175 10L23.76 8.7339A9.9522 9.9522 0 0017.89 5.1816 10.0025 10.0025 0 006.17 13.1152 7.5054 7.5054 0 00.0544 21.4087 7.6843 7.6843 0 007.7692 28H16V26H7.6945a5.632 5.632 0 01-5.6023-4.4858 5.5064 5.5064 0 014.4339-6.4307l1.3486-.2441.2139-1.11a8.206 8.206 0 016.7426-6.6426 7.9666 7.9666 0 013.0137.13A7.8037 7.8037 0 0122.175 10z"
1457
+ })), children);
1458
+ });
1459
+ if (process.env.NODE_ENV !== "production") {
1460
+ CloudDataOps.propTypes = iconPropTypes4cbeb95d.i;
1461
+ }
1462
+ const CloudDownload = /*#__PURE__*/React.forwardRef(function CloudDownload(_ref56, ref) {
1463
+ let {
1464
+ children,
1465
+ size = 16,
1466
+ ...rest
1467
+ } = _ref56;
1468
+ return /*#__PURE__*/React.createElement(Icon.default, {
1469
+ width: size,
1470
+ height: size,
1471
+ ref: ref,
1472
+ xmlns: "http://www.w3.org/2000/svg",
1473
+ viewBox: "0 0 32 32",
1474
+ fill: "currentColor",
1475
+ ...rest
1476
+ }, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1477
+ d: "M23.5,22H23V20h.5a4.5,4.5,0,0,0,.36-9L23,11l-.1-.82a7,7,0,0,0-13.88,0L9,11,8.14,11a4.5,4.5,0,0,0,.36,9H9v2H8.5A6.5,6.5,0,0,1,7.2,9.14a9,9,0,0,1,17.6,0A6.5,6.5,0,0,1,23.5,22Z"
1478
+ })), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1479
+ d: "M17 26.17L17 14 15 14 15 26.17 12.41 23.59 11 25 16 30 21 25 19.59 23.59 17 26.17z"
1480
+ })), children);
1481
+ });
1482
+ if (process.env.NODE_ENV !== "production") {
1483
+ CloudDownload.propTypes = iconPropTypes4cbeb95d.i;
1484
+ }
1485
+ const CloudLogging = /*#__PURE__*/React.forwardRef(function CloudLogging(_ref57, ref) {
1486
+ let {
1487
+ children,
1488
+ size = 16,
1489
+ ...rest
1490
+ } = _ref57;
1491
+ return /*#__PURE__*/React.createElement(Icon.default, {
1492
+ width: size,
1493
+ height: size,
1494
+ ref: ref,
1495
+ xmlns: "http://www.w3.org/2000/svg",
1496
+ viewBox: "0 0 32 32",
1497
+ fill: "currentColor",
1498
+ ...rest
1499
+ }, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1500
+ d: "M28 16v6H4V6H15V4H4A2 2 0 002 6V22a2 2 0 002 2h8v4H8v2H24V28H20V24h8a2 2 0 002-2V16zM18 28H14V24h4zM18 4H30V6H18z"
1501
+ })), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1502
+ d: "M18 8H30V10H18zM18 12H24V14H18z"
1503
+ })), children);
1504
+ });
1505
+ if (process.env.NODE_ENV !== "production") {
1506
+ CloudLogging.propTypes = iconPropTypes4cbeb95d.i;
1507
+ }
1508
+ const CloudMonitoring = /*#__PURE__*/React.forwardRef(function CloudMonitoring(_ref58, ref) {
1509
+ let {
1510
+ children,
1511
+ size = 16,
1512
+ ...rest
1513
+ } = _ref58;
1514
+ return /*#__PURE__*/React.createElement(Icon.default, {
1515
+ width: size,
1516
+ height: size,
1517
+ ref: ref,
1518
+ xmlns: "http://www.w3.org/2000/svg",
1519
+ viewBox: "0 0 32 32",
1520
+ fill: "currentColor",
1521
+ ...rest
1522
+ }, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1523
+ d: "M28,16v6H4V6h7V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V16ZM18,28H14V24h4Z"
1524
+ })), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1525
+ d: "M18,18h-.01a1,1,0,0,1-.9511-.7253L15.2456,11H11V9h5a1,1,0,0,1,.9615.7252l1.0742,3.7589,3.0088-9.7783A1.0142,1.0142,0,0,1,22,3a.98.98,0,0,1,.9487.6838L24.7207,9H30v2H24a1,1,0,0,1-.9487-.6838l-1.0132-3.04L18.9556,17.2942A1,1,0,0,1,18,18Z"
1526
+ })), children);
1527
+ });
1528
+ if (process.env.NODE_ENV !== "production") {
1529
+ CloudMonitoring.propTypes = iconPropTypes4cbeb95d.i;
1530
+ }
1531
+ const CloudOffline = /*#__PURE__*/React.forwardRef(function CloudOffline(_ref59, ref) {
1532
+ let {
1533
+ children,
1534
+ size = 16,
1535
+ ...rest
1536
+ } = _ref59;
1537
+ return /*#__PURE__*/React.createElement(Icon.default, {
1538
+ width: size,
1539
+ height: size,
1540
+ ref: ref,
1541
+ xmlns: "http://www.w3.org/2000/svg",
1542
+ viewBox: "0 0 32 32",
1543
+ fill: "currentColor",
1544
+ ...rest
1545
+ }, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1546
+ d: "M24.8008 12.1362a8.8694 8.8694 0 00-.9795-2.5434L30 3.4142 28.5872 2 2 28.5872 3.4142 30l5-5H23.5a6.4974 6.4974 0 001.3008-12.8638zM23.5 23H10.4141L22.3418 11.0723a6.9049 6.9049 0 01.6006 2.0708l.0986.812.8154.0639A4.4975 4.4975 0 0123.5 23zM4.2964 23.4487l1.4313-1.4311A4.4774 4.4774 0 018.144 14.019l.8155-.0639.0991-.812a6.9867 6.9867 0 0110.63-5.0865l1.4431-1.4428A8.9859 8.9859 0 007.2 12.1362 6.4891 6.4891 0 004.2964 23.4487z"
1547
+ })), children);
1548
+ });
1549
+ if (process.env.NODE_ENV !== "production") {
1550
+ CloudOffline.propTypes = iconPropTypes4cbeb95d.i;
1551
+ }
1552
+ const CloudServiceManagement = /*#__PURE__*/React.forwardRef(function CloudServiceManagement(_ref60, ref) {
1553
+ let {
1554
+ children,
1555
+ size = 16,
1556
+ ...rest
1557
+ } = _ref60;
1558
+ return /*#__PURE__*/React.createElement(Icon.default, {
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
+ }, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1567
+ d: "M28,17v5H4V6H14V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V17ZM18,28H14V24h4Z"
1568
+ })), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1569
+ d: "M30,10V8H27.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,24,4.1011V2H22V4.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,18.1011,8H16v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,22,13.8989V16h2V13.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,27.8989,10Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,23,12Z"
1570
+ })), children);
1571
+ });
1572
+ if (process.env.NODE_ENV !== "production") {
1573
+ CloudServiceManagement.propTypes = iconPropTypes4cbeb95d.i;
1574
+ }
1575
+ const CloudUpload = /*#__PURE__*/React.forwardRef(function CloudUpload(_ref61, ref) {
1576
+ let {
1577
+ children,
1578
+ size = 16,
1579
+ ...rest
1580
+ } = _ref61;
1581
+ return /*#__PURE__*/React.createElement(Icon.default, {
1582
+ width: size,
1583
+ height: size,
1584
+ ref: ref,
1585
+ xmlns: "http://www.w3.org/2000/svg",
1586
+ viewBox: "0 0 32 32",
1587
+ fill: "currentColor",
1588
+ ...rest
1589
+ }, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1590
+ d: "M11 18L12.41 19.41 15 16.83 15 29 17 29 17 16.83 19.59 19.41 21 18 16 13 11 18z"
1591
+ })), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1592
+ d: "M23.5,22H23V20h.5a4.5,4.5,0,0,0,.36-9L23,11l-.1-.82a7,7,0,0,0-13.88,0L9,11,8.14,11a4.5,4.5,0,0,0,.36,9H9v2H8.5A6.5,6.5,0,0,1,7.2,9.14a9,9,0,0,1,17.6,0A6.5,6.5,0,0,1,23.5,22Z"
1593
+ })), children);
1594
+ });
1595
+ if (process.env.NODE_ENV !== "production") {
1596
+ CloudUpload.propTypes = iconPropTypes4cbeb95d.i;
1597
+ }
1598
+ const CloudApp = /*#__PURE__*/React.forwardRef(function CloudApp(_ref62, ref) {
1599
+ let {
1600
+ children,
1601
+ size = 16,
1602
+ ...rest
1603
+ } = _ref62;
1604
+ return /*#__PURE__*/React.createElement(Icon.default, {
1605
+ width: size,
1606
+ height: size,
1607
+ ref: ref,
1608
+ xmlns: "http://www.w3.org/2000/svg",
1609
+ viewBox: "0 0 32 32",
1610
+ fill: "currentColor",
1611
+ ...rest
1612
+ }, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1613
+ d: "M25.8289 13.1155A10.02 10.02 0 0016 5.0005V7a8.0233 8.0233 0 017.8649 6.4934l.2591 1.346 1.3488.2441A5.5019 5.5019 0 0124.5076 26H16v2h8.5076a7.5019 7.5019 0 001.3213-14.8845zM8 24H14V26H8zM4 24H6V26H4zM6 20H14V22H6zM2 20H4V22H2zM8 16H14V18H8zM4 16H6V18H4zM10 12H14V14H10zM6 12H8V14H6zM12 8H14V10H12z"
1614
+ })), children);
1615
+ });
1616
+ if (process.env.NODE_ENV !== "production") {
1617
+ CloudApp.propTypes = iconPropTypes4cbeb95d.i;
1618
+ }
1619
+ const CloudCeiling = /*#__PURE__*/React.forwardRef(function CloudCeiling(_ref63, ref) {
1620
+ let {
1621
+ children,
1622
+ size = 16,
1623
+ ...rest
1624
+ } = _ref63;
1625
+ return /*#__PURE__*/React.createElement(Icon.default, {
1626
+ width: size,
1627
+ height: size,
1628
+ ref: ref,
1629
+ xmlns: "http://www.w3.org/2000/svg",
1630
+ viewBox: "0 0 32 32",
1631
+ fill: "currentColor",
1632
+ ...rest
1633
+ }, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1634
+ d: "M2 28H11V30H2zM21 28H30V30H21zM17 26.167L17 17.832 19.586 20.414 21 19 16 14 11 19 12.413 20.415 15 17.832 15 26.167 12.413 23.584 11 25 16 30 21 25 19.586 23.586 17 26.167z"
1635
+ })), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1636
+ d: "M23,16H21V14h2a3,3,0,0,0,0-6c-.0938.0144-.1538.0219-.2153.0263l-.8037.0572L21.7544,7.31a5.9927,5.9927,0,0,0-11.1758-.8655l-.2832.5994-.8423-.0455A3.5008,3.5008,0,0,0,9.5,14H11v2H9.5A5.5,5.5,0,0,1,9.07,5.0166,7.9909,7.9909,0,0,1,23.42,6.0175,5,5,0,0,1,23,16Z"
1637
+ })), children);
1638
+ });
1639
+ if (process.env.NODE_ENV !== "production") {
1640
+ CloudCeiling.propTypes = iconPropTypes4cbeb95d.i;
1641
+ }
1642
+ const CloudFoundry_1 = /*#__PURE__*/React.forwardRef(function CloudFoundry_1(_ref64, ref) {
1643
+ let {
1644
+ children,
1645
+ size = 16,
1646
+ ...rest
1647
+ } = _ref64;
1648
+ return /*#__PURE__*/React.createElement(Icon.default, {
1649
+ width: size,
1650
+ height: size,
1651
+ ref: ref,
1652
+ xmlns: "http://www.w3.org/2000/svg",
1653
+ viewBox: "0 0 32 32",
1654
+ fill: "currentColor",
1655
+ ...rest
1656
+ }, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1657
+ d: "M16,7h0a7.66,7.66,0,0,1,1.51.15,8,8,0,0,1,6.35,6.34l.26,1.35,1.35.24a5.5,5.5,0,0,1-1,10.92H7.5a5.5,5.5,0,0,1-1-10.92l1.34-.24.26-1.35A8,8,0,0,1,16,7m0-2a10,10,0,0,0-9.83,8.12A7.5,7.5,0,0,0,7.49,28h17a7.5,7.5,0,0,0,1.32-14.88,10,10,0,0,0-7.94-7.94A10.27,10.27,0,0,0,16,5Z"
1658
+ })), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1659
+ d: "M14 24H11a2 2 0 01-2-2V19a2 2 0 012-2h3v2H11v3h3zM21 15V13H19a2 2 0 00-2 2v2H16v2h1v5h2V19h2V17H19V15z"
1660
+ })), children);
1661
+ });
1662
+ if (process.env.NODE_ENV !== "production") {
1663
+ CloudFoundry_1.propTypes = iconPropTypes4cbeb95d.i;
1664
+ }
1665
+ const CloudFoundry_2 = /*#__PURE__*/React.forwardRef(function CloudFoundry_2(_ref65, ref) {
1666
+ let {
1667
+ children,
1668
+ size = 16,
1669
+ ...rest
1670
+ } = _ref65;
1671
+ return /*#__PURE__*/React.createElement(Icon.default, {
1672
+ width: size,
1673
+ height: size,
1674
+ ref: ref,
1675
+ xmlns: "http://www.w3.org/2000/svg",
1676
+ viewBox: "0 0 32 32",
1677
+ fill: "currentColor",
1678
+ ...rest
1679
+ }, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1680
+ d: "M25 11L25 9 17 9 17 23 19 23 19 17 24 17 24 15 19 15 19 11 25 11zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h6z"
1681
+ })), children);
1682
+ });
1683
+ if (process.env.NODE_ENV !== "production") {
1684
+ CloudFoundry_2.propTypes = iconPropTypes4cbeb95d.i;
1685
+ }
1686
+ const CloudRegistry = /*#__PURE__*/React.forwardRef(function CloudRegistry(_ref66, ref) {
1687
+ let {
1688
+ children,
1689
+ size = 16,
1690
+ ...rest
1691
+ } = _ref66;
1692
+ return /*#__PURE__*/React.createElement(Icon.default, {
1693
+ width: size,
1694
+ height: size,
1695
+ ref: ref,
1696
+ xmlns: "http://www.w3.org/2000/svg",
1697
+ viewBox: "0 0 32 32",
1698
+ fill: "currentColor",
1699
+ ...rest
1700
+ }, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1701
+ d: "M28 30H23a2.0023 2.0023 0 01-2-2V23a2.0023 2.0023 0 012-2h5a2.0023 2.0023 0 012 2v5A2.0023 2.0023 0 0128 30zm-5-7h-.0012L23 28h5V23zM16 23H11a2.0023 2.0023 0 01-2-2V11a2.0023 2.0023 0 012-2H21a2.0023 2.0023 0 012 2v5H21V11H11V21h5z"
1702
+ })), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1703
+ d: "M16,30H4a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,4,2H28a2.0023,2.0023,0,0,1,2,2V16H28V4H4V28H16Z"
1704
+ })), children);
1705
+ });
1706
+ if (process.env.NODE_ENV !== "production") {
1707
+ CloudRegistry.propTypes = iconPropTypes4cbeb95d.i;
1708
+ }
1709
+ const CloudSatellite = /*#__PURE__*/React.forwardRef(function CloudSatellite(_ref67, ref) {
1710
+ let {
1711
+ children,
1712
+ size = 16,
1713
+ ...rest
1714
+ } = _ref67;
1715
+ return /*#__PURE__*/React.createElement(Icon.default, {
1716
+ width: size,
1717
+ height: size,
1718
+ ref: ref,
1719
+ xmlns: "http://www.w3.org/2000/svg",
1720
+ viewBox: "0 0 32 32",
1721
+ fill: "currentColor",
1722
+ ...rest
1723
+ }, _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
1724
+ cx: "9",
1725
+ cy: "20",
1726
+ r: "2"
1727
+ })), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1728
+ d: "M16,20a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,16,20Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,16,14Z"
1729
+ })), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
1730
+ cx: "23",
1731
+ cy: "12",
1732
+ r: "2"
1733
+ })), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1734
+ d: "M16,31a.9988.9988,0,0,1-.5039-.1357l-12-7A1.0008,1.0008,0,0,1,3,23V9a.9994.9994,0,0,1,.4961-.8638l12-7a1,1,0,0,1,1.0078,0l12,7L27.4961,9.8638,16,3.1577,5,9.5742V22.4258l11,6.417,11-6.417V15h2v8a1.0008,1.0008,0,0,1-.4961.8643l-12,7A.9988.9988,0,0,1,16,31Z"
1735
+ })), children);
1736
+ });
1737
+ if (process.env.NODE_ENV !== "production") {
1738
+ CloudSatellite.propTypes = iconPropTypes4cbeb95d.i;
1739
+ }
1740
+ const CloudSatelliteConfig = /*#__PURE__*/React.forwardRef(function CloudSatelliteConfig(_ref68, ref) {
1741
+ let {
1742
+ children,
1743
+ size = 16,
1744
+ ...rest
1745
+ } = _ref68;
1746
+ return /*#__PURE__*/React.createElement(Icon.default, {
1747
+ width: size,
1748
+ height: size,
1749
+ ref: ref,
1750
+ xmlns: "http://www.w3.org/2000/svg",
1751
+ viewBox: "0 0 32 32",
1752
+ fill: "currentColor",
1753
+ ...rest
1754
+ }, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1755
+ d: "M32,26V24H29.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,26,20.1011V18H24v2.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,20.1011,24H18v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,24,29.8989V32h2V29.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,29.8989,26Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,25,28Z"
1756
+ })), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
1757
+ cx: "7",
1758
+ cy: "20",
1759
+ r: "2"
1760
+ })), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1761
+ d: "M14,20a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,14,20Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,14,14Z"
1762
+ })), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
1763
+ cx: "21",
1764
+ cy: "12",
1765
+ r: "2"
1766
+ })), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1767
+ d: "M13.0205,28.2715,3,22.4258V9.5742L14,3.1577,25.4961,9.8638l1.0078-1.7276-12-7a1,1,0,0,0-1.0078,0l-12,7A.9994.9994,0,0,0,1,9V23a1.0008,1.0008,0,0,0,.4961.8643L12.0127,30Z"
1768
+ })), children);
1769
+ });
1770
+ if (process.env.NODE_ENV !== "production") {
1771
+ CloudSatelliteConfig.propTypes = iconPropTypes4cbeb95d.i;
1772
+ }
1773
+ const CloudSatelliteLink = /*#__PURE__*/React.forwardRef(function CloudSatelliteLink(_ref69, ref) {
1774
+ let {
1775
+ children,
1776
+ size = 16,
1777
+ ...rest
1778
+ } = _ref69;
1779
+ return /*#__PURE__*/React.createElement(Icon.default, {
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
+ }, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1788
+ d: "M30.9763,24.9748l-5.0015,5.0015a3.501,3.501,0,0,1-4.9511-4.9511L22.4383,26.44A1.5,1.5,0,0,0,24.56,28.5617L29.5617,23.56A1.5,1.5,0,0,0,27.44,21.4383l-1.4146-1.4146a3.501,3.501,0,0,1,4.9511,4.9511Z"
1789
+ })), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1790
+ d: "M20.0252,21.0237l-5.0015,5.0015a3.501,3.501,0,0,0,4.9511,4.9511L18.56,29.5617A1.5,1.5,0,0,1,16.4383,27.44L21.44,22.4383A1.5,1.5,0,0,1,23.5617,24.56l1.4146,1.4146a3.501,3.501,0,0,0-4.9511-4.9511Z"
1791
+ })), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
1792
+ cx: "7",
1793
+ cy: "20",
1794
+ r: "2"
1795
+ })), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1796
+ d: "M14,20a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,14,20Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,14,14Z"
1797
+ })), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
1798
+ cx: "21",
1799
+ cy: "12",
1800
+ r: "2"
1801
+ })), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1802
+ d: "M11.3076,27.2725,3,22.4258V9.5742L14,3.1577,25.4961,9.8638l1.0078-1.7276-12-7a1,1,0,0,0-1.0078,0l-12,7A.9994.9994,0,0,0,1,9V23a1.0008,1.0008,0,0,0,.4961.8643L10.3,29Z"
1803
+ })), children);
1804
+ });
1805
+ if (process.env.NODE_ENV !== "production") {
1806
+ CloudSatelliteLink.propTypes = iconPropTypes4cbeb95d.i;
1807
+ }
1808
+ const CloudSatelliteServices = /*#__PURE__*/React.forwardRef(function CloudSatelliteServices(_ref70, ref) {
1809
+ let {
1810
+ children,
1811
+ size = 16,
1812
+ ...rest
1813
+ } = _ref70;
1814
+ return /*#__PURE__*/React.createElement(Icon.default, {
1815
+ width: size,
1816
+ height: size,
1817
+ ref: ref,
1818
+ xmlns: "http://www.w3.org/2000/svg",
1819
+ viewBox: "0 0 32 32",
1820
+ fill: "currentColor",
1821
+ ...rest
1822
+ }, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1823
+ d: "M29,26a2.97,2.97,0,0,0-1.8551.6607L25,25.4224V23.8157a3,3,0,1,0-2,0v1.6067l-2.1449,1.2383A2.97,2.97,0,0,0,19,26a3.02,3.02,0,1,0,2.9254,2.3525L24,27.1548l2.0746,1.1977A2.9978,2.9978,0,1,0,29,26ZM19,30a1,1,0,1,1,1-1A1.0006,1.0006,0,0,1,19,30Zm5-10a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,24,20Zm5,10a1,1,0,1,1,1-1A1.0006,1.0006,0,0,1,29,30Z"
1824
+ })), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
1825
+ cx: "7",
1826
+ cy: "20",
1827
+ r: "2"
1828
+ })), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1829
+ d: "M14,20a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,14,20Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,14,14Z"
1830
+ })), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
1831
+ cx: "21",
1832
+ cy: "12",
1833
+ r: "2"
1834
+ })), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1835
+ d: "M13.0205,28.2715,3,22.4258V9.5742L14,3.1577,25.4961,9.8638l1.0078-1.7276-12-7a1,1,0,0,0-1.0078,0l-12,7A.9994.9994,0,0,0,1,9V23a1.0008,1.0008,0,0,0,.4961.8643L12.0127,30Z"
1836
+ })), children);
1837
+ });
1838
+ if (process.env.NODE_ENV !== "production") {
1839
+ CloudSatelliteServices.propTypes = iconPropTypes4cbeb95d.i;
1840
+ }
1841
+ const CloudServices = /*#__PURE__*/React.forwardRef(function CloudServices(_ref71, ref) {
1842
+ let {
1843
+ children,
1844
+ size = 16,
1845
+ ...rest
1846
+ } = _ref71;
1847
+ return /*#__PURE__*/React.createElement(Icon.default, {
1848
+ width: size,
1849
+ height: size,
1850
+ ref: ref,
1851
+ xmlns: "http://www.w3.org/2000/svg",
1852
+ viewBox: "0 0 32 32",
1853
+ fill: "currentColor",
1854
+ ...rest
1855
+ }, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1856
+ d: "M25.8218,10.124a9.9991,9.9991,0,0,0-19.6435,0A7.4964,7.4964,0,0,0,7.5,25H8V23H7.5a5.4961,5.4961,0,0,1-.3769-10.9795l.8364-.0571.09-.8335a7.9979,7.9979,0,0,1,15.9013,0l.09.8335.8364.0571A5.4961,5.4961,0,0,1,24.5,23H24v2h.5a7.4964,7.4964,0,0,0,1.3218-14.876Z"
1857
+ })), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1858
+ d: "M23,22V20H20.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,17,16.1011V14H15v2.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,11.1011,20H9v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,15,25.8989V28h2V25.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,20.8989,22Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,16,24Z"
1859
+ })), children);
1860
+ });
1861
+ if (process.env.NODE_ENV !== "production") {
1862
+ CloudServices.propTypes = iconPropTypes4cbeb95d.i;
1863
+ }
1864
+ const Cloudy = /*#__PURE__*/React.forwardRef(function Cloudy(_ref72, ref) {
1865
+ let {
1866
+ children,
1867
+ size = 16,
1868
+ ...rest
1869
+ } = _ref72;
1870
+ return /*#__PURE__*/React.createElement(Icon.default, {
1871
+ width: size,
1872
+ height: size,
1873
+ ref: ref,
1874
+ xmlns: "http://www.w3.org/2000/svg",
1875
+ viewBox: "0 0 32 32",
1876
+ fill: "currentColor",
1877
+ ...rest
1878
+ }, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1879
+ d: "M30.0005,15.5005a6.5324,6.5324,0,0,0-5.1992-6.3638,8.9943,8.9943,0,0,0-17.6006,0,6.5321,6.5321,0,0,0-5.2,6.3638,6.4543,6.4543,0,0,0,1.6887,4.35A5.9829,5.9829,0,0,0,8,30H19a5.9764,5.9764,0,0,0,5.6094-8.1016A6.5051,6.5051,0,0,0,30.0005,15.5005ZM19,28H8a3.9925,3.9925,0,0,1-.6731-7.9292L7.99,19.958l.1458-.6562a5.496,5.496,0,0,1,10.7294,0l.1458.6562.6626.1128A3.9925,3.9925,0,0,1,19,28Zm4.5-8h-.0554a5.9562,5.9562,0,0,0-2.7959-1.7564,7.4952,7.4952,0,0,0-14.2984,0,5.9877,5.9877,0,0,0-1.0315.4073A4.4446,4.4446,0,0,1,4,15.5005a4.5171,4.5171,0,0,1,4.144-4.481l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639a4.4975,4.4975,0,0,1-.3564,8.981Z"
1880
+ })), children);
1881
+ });
1882
+ if (process.env.NODE_ENV !== "production") {
1883
+ Cloudy.propTypes = iconPropTypes4cbeb95d.i;
1884
+ }
1885
+ const WatsonHealthCobbAngle = /*#__PURE__*/React.forwardRef(function WatsonHealthCobbAngle(_ref73, ref) {
1886
+ let {
1887
+ children,
1888
+ size = 16,
1889
+ ...rest
1890
+ } = _ref73;
1891
+ return /*#__PURE__*/React.createElement(Icon.default, {
1892
+ width: size,
1893
+ height: size,
1894
+ ref: ref,
1895
+ xmlns: "http://www.w3.org/2000/svg",
1896
+ viewBox: "0 0 32 32",
1897
+ fill: "currentColor",
1898
+ ...rest
1899
+ }, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1900
+ d: "M20 17V15a2 2 0 00-2-2H10a2 2 0 00-2 2v2a2 2 0 002 2h8A2 2 0 0020 17zM10 15h8v2H10zM23.42 24.48A2 2 0 0021 23.06l-7.73 2.07a2 2 0 00-1.42 2.44h0l.52 1.93A2 2 0 0014.27 31a3 3 0 00.52-.07l7.73-2.07h0a2 2 0 001.41-2.45zM14.27 29l-.51-1.94L21.48 25 22 26.92zM13.24 6.86L21 8.93h0a2.24 2.24 0 00.51.07 2 2 0 001.94-1.48L24 5.58a2 2 0 00-1.41-2.45L14.79 1.06a2 2 0 00-2.45 1.41h0l-.52 1.93a2 2 0 001.42 2.44zm1-3.86L22 5.07 21.48 7 13.76 4.93zM14 21H16V23H14zM14 9H16V11H14z"
1901
+ })), children);
1902
+ });
1903
+ if (process.env.NODE_ENV !== "production") {
1904
+ WatsonHealthCobbAngle.propTypes = iconPropTypes4cbeb95d.i;
1905
+ }
1906
+ const Code = /*#__PURE__*/React.forwardRef(function Code(_ref74, ref) {
1907
+ let {
1908
+ children,
1909
+ size = 16,
1910
+ ...rest
1911
+ } = _ref74;
1912
+ return /*#__PURE__*/React.createElement(Icon.default, {
1913
+ width: size,
1914
+ height: size,
1915
+ ref: ref,
1916
+ xmlns: "http://www.w3.org/2000/svg",
1917
+ viewBox: "0 0 32 32",
1918
+ fill: "currentColor",
1919
+ ...rest
1920
+ }, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1921
+ d: "M31 16L24 23 22.59 21.59 28.17 16 22.59 10.41 24 9 31 16zM1 16L8 9 9.41 10.41 3.83 16 9.41 21.59 8 23 1 16z"
1922
+ })), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1923
+ d: "M5.91 15H26.080000000000002V17H5.91z",
1924
+ transform: "rotate(-75 15.996 16)"
1925
+ })), children);
1926
+ });
1927
+ if (process.env.NODE_ENV !== "production") {
1928
+ Code.propTypes = iconPropTypes4cbeb95d.i;
1929
+ }
1930
+ const CodeHide = /*#__PURE__*/React.forwardRef(function CodeHide(_ref75, ref) {
1931
+ let {
1932
+ children,
1933
+ size = 16,
1934
+ ...rest
1935
+ } = _ref75;
1936
+ return /*#__PURE__*/React.createElement(Icon.default, {
1937
+ width: size,
1938
+ height: size,
1939
+ ref: ref,
1940
+ xmlns: "http://www.w3.org/2000/svg",
1941
+ viewBox: "0 0 32 32",
1942
+ fill: "currentColor",
1943
+ ...rest
1944
+ }, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1945
+ d: "M17.713 13.471L19.576 6.518 17.645 6 16.08 11.838 17.713 13.471zM24.207 19.965L25.621 21.379 31 16 24 9 22.586 10.414 28.172 16 24.207 19.965zM30 28.586L3.414 2 2 3.414 7.793 9.207 1 16 8 23 9.414 21.586 3.828 16 9.207 10.621 14.884 16.298 12.423 25.482 14.355 26 16.517 17.931 28.586 30 30 28.586z"
1946
+ })), children);
1947
+ });
1948
+ if (process.env.NODE_ENV !== "production") {
1949
+ CodeHide.propTypes = iconPropTypes4cbeb95d.i;
1950
+ }
1951
+ const CodeReference = /*#__PURE__*/React.forwardRef(function CodeReference(_ref76, ref) {
1952
+ let {
1953
+ children,
1954
+ size = 16,
1955
+ ...rest
1956
+ } = _ref76;
1957
+ return /*#__PURE__*/React.createElement(Icon.default, {
1958
+ width: size,
1959
+ height: size,
1960
+ ref: ref,
1961
+ xmlns: "http://www.w3.org/2000/svg",
1962
+ viewBox: "0 0 32 32",
1963
+ fill: "currentColor",
1964
+ ...rest
1965
+ }, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1966
+ d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM30 10L24 4 22.586 5.414 27.172 10 22.586 14.586 24 16 30 10z"
1967
+ })), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1968
+ d: "M8.944 9.001H24.974000000000004V11.001H8.944z",
1969
+ transform: "rotate(-74.995 16.96 10)"
1970
+ })), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
1971
+ d: "M4 10L10 4 11.414 5.414 6.828 10 11.414 14.586 10 16 4 10z"
1972
+ })), children);
1973
+ });
1974
+ if (process.env.NODE_ENV !== "production") {
1975
+ CodeReference.propTypes = iconPropTypes4cbeb95d.i;
1976
+ }
1977
+ const CodeBlock = /*#__PURE__*/React.forwardRef(function CodeBlock(_ref77, ref) {
1978
+ let {
1979
+ children,
1980
+ size = 16,
1981
+ ...rest
1982
+ } = _ref77;
1983
+ return /*#__PURE__*/React.createElement(Icon.default, {
1984
+ width: size,
1985
+ height: size,
1986
+ ref: ref,
1987
+ xmlns: "http://www.w3.org/2000/svg",
1988
+ viewBox: "0 0 32 32",
1989
+ fill: "currentColor",
1990
+ ...rest
1991
+ }, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
1992
+ strokeWidth: "0",
1993
+ d: "M2 3H10V5H2zM6 9H30V11H6zM6 15H30V17H6zM2 27H10V29H2zM6 21H22V23H6z"
1994
+ })), children);
1995
+ });
1996
+ if (process.env.NODE_ENV !== "production") {
1997
+ CodeBlock.propTypes = iconPropTypes4cbeb95d.i;
1998
+ }
1999
+ const CodeSigningService = /*#__PURE__*/React.forwardRef(function CodeSigningService(_ref78, ref) {
2000
+ let {
2001
+ children,
2002
+ size = 16,
2003
+ ...rest
2004
+ } = _ref78;
2005
+ return /*#__PURE__*/React.createElement(Icon.default, {
2006
+ width: size,
2007
+ height: size,
2008
+ ref: ref,
2009
+ xmlns: "http://www.w3.org/2000/svg",
2010
+ viewBox: "0 0 32 32",
2011
+ fill: "currentColor",
2012
+ ...rest
2013
+ }, _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
2014
+ cx: "25",
2015
+ cy: "20",
2016
+ r: "1"
2017
+ })), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
2018
+ d: "M19.4141 30H15V25.5857l5.0337-5.0337A4.6069 4.6069 0 0120 20a5 5 0 114.4478 4.9663zM17 28h1.5859l5.2061-5.2063.5395.1238a3.0351 3.0351 0 10-2.249-2.2488l.1236.5393L17 26.4143zM6 8H8V16H6zM2 8H4V16H2zM18 8H20V14H18zM14 16H12a2 2 0 01-2-2V10a2 2 0 012-2h2a2 2 0 012 2v4A2 2 0 0114 16zm-2-2h2V10H12zM2 18H4V26H2zM14 18H16V22H14zM10 26H8a2 2 0 01-2-2V20a2 2 0 012-2h2a2 2 0 012 2v4A2 2 0 0110 26zM8 24h2V20H8zM2 2H4V6H2zM14 2H16V6H14zM18 2H20V6H18zM10 6H8A2 2 0 016 4V2H8V4h2V2h2V4A2 2 0 0110 6z"
2019
+ })), children);
2020
+ });
2021
+ if (process.env.NODE_ENV !== "production") {
2022
+ CodeSigningService.propTypes = iconPropTypes4cbeb95d.i;
2023
+ }
2024
+ const Cognitive = /*#__PURE__*/React.forwardRef(function Cognitive(_ref79, ref) {
2025
+ let {
2026
+ children,
2027
+ size = 16,
2028
+ ...rest
2029
+ } = _ref79;
2030
+ return /*#__PURE__*/React.createElement(Icon.default, {
2031
+ width: size,
2032
+ height: size,
2033
+ ref: ref,
2034
+ xmlns: "http://www.w3.org/2000/svg",
2035
+ viewBox: "0 0 32 32",
2036
+ fill: "currentColor",
2037
+ ...rest
2038
+ }, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
2039
+ d: "M30,13A11,11,0,0,0,19,2H11a9,9,0,0,0-9,9v3a5,5,0,0,0,5,5H8.1A5,5,0,0,0,13,23h1.38l4,7,1.73-1-4-6.89A2,2,0,0,0,14.38,21H13a3,3,0,0,1,0-6h1V13H13a5,5,0,0,0-4.9,4H7a3,3,0,0,1-3-3V12H6A3,3,0,0,0,9,9V8H7V9a1,1,0,0,1-1,1H4.08A7,7,0,0,1,11,4h6V6a1,1,0,0,1-1,1H14V9h2a3,3,0,0,0,3-3V4a9,9,0,0,1,8.05,5H26a3,3,0,0,0-3,3v1h2V12a1,1,0,0,1,1-1h1.77A8.76,8.76,0,0,1,28,13v1a5,5,0,0,1-5,5H20v2h3a7,7,0,0,0,3-.68V21a3,3,0,0,1-3,3H22v2h1a5,5,0,0,0,5-5V18.89A7,7,0,0,0,30,14Z"
2040
+ })), children);
2041
+ });
2042
+ if (process.env.NODE_ENV !== "production") {
2043
+ Cognitive.propTypes = iconPropTypes4cbeb95d.i;
2044
+ }
2045
+ const Collaborate = /*#__PURE__*/React.forwardRef(function Collaborate(_ref80, ref) {
2046
+ let {
2047
+ children,
2048
+ size = 16,
2049
+ ...rest
2050
+ } = _ref80;
2051
+ return /*#__PURE__*/React.createElement(Icon.default, {
2052
+ width: size,
2053
+ height: size,
2054
+ ref: ref,
2055
+ xmlns: "http://www.w3.org/2000/svg",
2056
+ viewBox: "0 0 32 32",
2057
+ fill: "currentColor",
2058
+ ...rest
2059
+ }, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
2060
+ d: "M6 21V20H4v1a7 7 0 007 7h3V26H11A5 5 0 016 21zM24 11v1h2V11a7 7 0 00-7-7H16V6h3A5 5 0 0124 11zM11 11H5a3 3 0 00-3 3v2H4V14a1 1 0 011-1h6a1 1 0 011 1v2h2V14A3 3 0 0011 11zM8 10A4 4 0 104 6 4 4 0 008 10zM8 4A2 2 0 116 6 2 2 0 018 4zM27 25H21a3 3 0 00-3 3v2h2V28a1 1 0 011-1h6a1 1 0 011 1v2h2V28A3 3 0 0027 25zM20 20a4 4 0 104-4A4 4 0 0020 20zm6 0a2 2 0 11-2-2A2 2 0 0126 20z"
2061
+ })), children);
2062
+ });
2063
+ if (process.env.NODE_ENV !== "production") {
2064
+ Collaborate.propTypes = iconPropTypes4cbeb95d.i;
2065
+ }
2066
+ const CollapseAll = /*#__PURE__*/React.forwardRef(function CollapseAll(_ref81, ref) {
2067
+ let {
2068
+ children,
2069
+ size = 16,
2070
+ ...rest
2071
+ } = _ref81;
2072
+ return /*#__PURE__*/React.createElement(Icon.default, {
2073
+ width: size,
2074
+ height: size,
2075
+ ref: ref,
2076
+ xmlns: "http://www.w3.org/2000/svg",
2077
+ viewBox: "0 0 32 32",
2078
+ fill: "currentColor",
2079
+ ...rest
2080
+ }, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
2081
+ d: "M30,15H28V7H13V5H28a2.0023,2.0023,0,0,1,2,2Z"
2082
+ })), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
2083
+ d: "M25,20H23V12H8V10H23a2.0023,2.0023,0,0,1,2,2Z"
2084
+ })), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
2085
+ d: "M18,27H4a2.0023,2.0023,0,0,1-2-2V17a2.0023,2.0023,0,0,1,2-2H18a2.0023,2.0023,0,0,1,2,2v8A2.0023,2.0023,0,0,1,18,27ZM4,17v8H18.0012L18,17Z"
2086
+ })), children);
2087
+ });
2088
+ if (process.env.NODE_ENV !== "production") {
2089
+ CollapseAll.propTypes = iconPropTypes4cbeb95d.i;
2090
+ }
2091
+ const CollapseCategories = /*#__PURE__*/React.forwardRef(function CollapseCategories(_ref82, ref) {
2092
+ let {
2093
+ children,
2094
+ size = 16,
2095
+ ...rest
2096
+ } = _ref82;
2097
+ return /*#__PURE__*/React.createElement(Icon.default, {
2098
+ width: size,
2099
+ height: size,
2100
+ ref: ref,
2101
+ xmlns: "http://www.w3.org/2000/svg",
2102
+ viewBox: "0 0 32 32",
2103
+ fill: "currentColor",
2104
+ ...rest
2105
+ }, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
2106
+ d: "M14 25H28V27H14zM7.17 26L4.59 28.58 6 30 10 26 6 22 4.58 23.41 7.17 26zM14 15H28V17H14zM7.17 16L4.59 18.58 6 20 10 16 6 12 4.58 13.41 7.17 16zM14 5H28V7H14zM7.17 6L4.59 8.58 6 10 10 6 6 2 4.58 3.41 7.17 6z"
2107
+ })), children);
2108
+ });
2109
+ if (process.env.NODE_ENV !== "production") {
2110
+ CollapseCategories.propTypes = iconPropTypes4cbeb95d.i;
2111
+ }
2112
+ const ColorPalette = /*#__PURE__*/React.forwardRef(function ColorPalette(_ref83, ref) {
2113
+ let {
2114
+ children,
2115
+ size = 16,
2116
+ ...rest
2117
+ } = _ref83;
2118
+ return /*#__PURE__*/React.createElement(Icon.default, {
2119
+ width: size,
2120
+ height: size,
2121
+ ref: ref,
2122
+ xmlns: "http://www.w3.org/2000/svg",
2123
+ viewBox: "0 0 32 32",
2124
+ fill: "currentColor",
2125
+ ...rest
2126
+ }, _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
2127
+ cx: "10",
2128
+ cy: "12",
2129
+ r: "2"
2130
+ })), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
2131
+ cx: "16",
2132
+ cy: "9",
2133
+ r: "2"
2134
+ })), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
2135
+ cx: "22",
2136
+ cy: "12",
2137
+ r: "2"
2138
+ })), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
2139
+ cx: "23",
2140
+ cy: "18",
2141
+ r: "2"
2142
+ })), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
2143
+ cx: "19",
2144
+ cy: "23",
2145
+ r: "2"
2146
+ })), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
2147
+ d: "M16.54,2A14,14,0,0,0,2,16a4.82,4.82,0,0,0,6.09,4.65l1.12-.31A3,3,0,0,1,13,23.24V27a3,3,0,0,0,3,3A14,14,0,0,0,30,15.46,14.05,14.05,0,0,0,16.54,2Zm8.11,22.31A11.93,11.93,0,0,1,16,28a1,1,0,0,1-1-1V23.24a5,5,0,0,0-5-5,5.07,5.07,0,0,0-1.33.18l-1.12.31A2.82,2.82,0,0,1,4,16,12,12,0,0,1,16.47,4,12.18,12.18,0,0,1,28,15.53,11.89,11.89,0,0,1,24.65,24.32Z"
2148
+ })), children);
2149
+ });
2150
+ if (process.env.NODE_ENV !== "production") {
2151
+ ColorPalette.propTypes = iconPropTypes4cbeb95d.i;
2152
+ }
2153
+ const ColorSwitch = /*#__PURE__*/React.forwardRef(function ColorSwitch(_ref84, ref) {
2154
+ let {
2155
+ children,
2156
+ size = 16,
2157
+ ...rest
2158
+ } = _ref84;
2159
+ return /*#__PURE__*/React.createElement(Icon.default, {
2160
+ width: size,
2161
+ height: size,
2162
+ ref: ref,
2163
+ xmlns: "http://www.w3.org/2000/svg",
2164
+ viewBox: "0 0 32 32",
2165
+ fill: "currentColor",
2166
+ ...rest
2167
+ }, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
2168
+ d: "M26,4H6A2.0025,2.0025,0,0,0,4,6V26a2.0025,2.0025,0,0,0,2,2H26a2.0025,2.0025,0,0,0,2-2V6A2.0025,2.0025,0,0,0,26,4ZM6,26,26,6V26Z"
2169
+ })), children);
2170
+ });
2171
+ if (process.env.NODE_ENV !== "production") {
2172
+ ColorSwitch.propTypes = iconPropTypes4cbeb95d.i;
2173
+ }
2174
+ const Column = /*#__PURE__*/React.forwardRef(function Column(_ref85, ref) {
2175
+ let {
2176
+ children,
2177
+ size = 16,
2178
+ ...rest
2179
+ } = _ref85;
2180
+ return /*#__PURE__*/React.createElement(Icon.default, {
2181
+ width: size,
2182
+ height: size,
2183
+ ref: ref,
2184
+ xmlns: "http://www.w3.org/2000/svg",
2185
+ viewBox: "0 0 32 32",
2186
+ fill: "currentColor",
2187
+ ...rest
2188
+ }, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2189
+ d: "M24 4H26V28H24zM18 6V26H14V6h4m0-2H14a2 2 0 00-2 2V26a2 2 0 002 2h4a2 2 0 002-2V6a2 2 0 00-2-2zM6 4H8V28H6z"
2190
+ })), children);
2191
+ });
2192
+ if (process.env.NODE_ENV !== "production") {
2193
+ Column.propTypes = iconPropTypes4cbeb95d.i;
2194
+ }
2195
+ const ColumnDelete = /*#__PURE__*/React.forwardRef(function ColumnDelete(_ref86, ref) {
2196
+ let {
2197
+ children,
2198
+ size = 16,
2199
+ ...rest
2200
+ } = _ref86;
2201
+ return /*#__PURE__*/React.createElement(Icon.default, {
2202
+ width: size,
2203
+ height: size,
2204
+ ref: ref,
2205
+ xmlns: "http://www.w3.org/2000/svg",
2206
+ viewBox: "0 0 32 32",
2207
+ fill: "currentColor",
2208
+ ...rest
2209
+ }, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2210
+ d: "M30 3.41L28.59 2 25 5.59 21.41 2 20 3.41 23.59 7 20 10.59 21.41 12 25 8.41 28.59 12 30 10.59 26.41 7 30 3.41z"
2211
+ })), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2212
+ d: "M24 14V28H18V6H16V28a2.0023 2.0023 0 002 2h6a2.0023 2.0023 0 002-2V14zM10 30H4a2.0021 2.0021 0 01-2-2V8A2.0021 2.0021 0 014 6h6a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0110 30zM4 8V28h6V8z"
2213
+ })), children);
2214
+ });
2215
+ if (process.env.NODE_ENV !== "production") {
2216
+ ColumnDelete.propTypes = iconPropTypes4cbeb95d.i;
2217
+ }
2218
+ const ColumnInsert = /*#__PURE__*/React.forwardRef(function ColumnInsert(_ref87, ref) {
2219
+ let {
2220
+ children,
2221
+ size = 16,
2222
+ ...rest
2223
+ } = _ref87;
2224
+ return /*#__PURE__*/React.createElement(Icon.default, {
2225
+ width: size,
2226
+ height: size,
2227
+ ref: ref,
2228
+ xmlns: "http://www.w3.org/2000/svg",
2229
+ viewBox: "0 0 32 32",
2230
+ fill: "currentColor",
2231
+ ...rest
2232
+ }, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2233
+ d: "M28 30H22a2.0021 2.0021 0 01-2-2V10a2.0021 2.0021 0 012-2h6a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0128 30zM22 10V28h6V10zM16 9L21.586 3.414 20.172 2 16 6.172 11.828 2 10.414 3.414 16 9zM10 30H4a2.0021 2.0021 0 01-2-2V10A2.0021 2.0021 0 014 8h6a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0110 30zM4 10V28h6V10z"
2234
+ })), children);
2235
+ });
2236
+ if (process.env.NODE_ENV !== "production") {
2237
+ ColumnInsert.propTypes = iconPropTypes4cbeb95d.i;
2238
+ }
2239
+ const ColumnDependency = /*#__PURE__*/React.forwardRef(function ColumnDependency(_ref88, ref) {
2240
+ let {
2241
+ children,
2242
+ size = 16,
2243
+ ...rest
2244
+ } = _ref88;
2245
+ return /*#__PURE__*/React.createElement(Icon.default, {
2246
+ width: size,
2247
+ height: size,
2248
+ ref: ref,
2249
+ xmlns: "http://www.w3.org/2000/svg",
2250
+ viewBox: "0 0 32 32",
2251
+ fill: "currentColor",
2252
+ ...rest
2253
+ }, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2254
+ d: "M30,10V2H22V5H17a2.0023,2.0023,0,0,0-2,2v8H10V12H2v8h8V17h5v8a2.0023,2.0023,0,0,0,2,2h5v3h8V22H22v3H17V17h5v3h8V12H22v3H17V7h5v3ZM8,18H4V14H8Zm16,6h4v4H24Zm0-10h4v4H24ZM24,4h4V8H24Z"
2255
+ })), children);
2256
+ });
2257
+ if (process.env.NODE_ENV !== "production") {
2258
+ ColumnDependency.propTypes = iconPropTypes4cbeb95d.i;
2259
+ }
2260
+ const Commit = /*#__PURE__*/React.forwardRef(function Commit(_ref89, ref) {
2261
+ let {
2262
+ children,
2263
+ size = 16,
2264
+ ...rest
2265
+ } = _ref89;
2266
+ return /*#__PURE__*/React.createElement(Icon.default, {
2267
+ width: size,
2268
+ height: size,
2269
+ ref: ref,
2270
+ xmlns: "http://www.w3.org/2000/svg",
2271
+ viewBox: "0 0 32 32",
2272
+ fill: "currentColor",
2273
+ ...rest
2274
+ }, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2275
+ d: "M30,15H21.91A5.9925,5.9925,0,0,0,10.09,15H2v2h8.09A5.9925,5.9925,0,0,0,21.91,17H30ZM16,20a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,20Z"
2276
+ })), children);
2277
+ });
2278
+ if (process.env.NODE_ENV !== "production") {
2279
+ Commit.propTypes = iconPropTypes4cbeb95d.i;
2280
+ }
2281
+ const CommunicationUnified = /*#__PURE__*/React.forwardRef(function CommunicationUnified(_ref90, ref) {
2282
+ let {
2283
+ children,
2284
+ size = 16,
2285
+ ...rest
2286
+ } = _ref90;
2287
+ return /*#__PURE__*/React.createElement(Icon.default, {
2288
+ width: size,
2289
+ height: size,
2290
+ ref: ref,
2291
+ xmlns: "http://www.w3.org/2000/svg",
2292
+ viewBox: "0 0 32 32",
2293
+ fill: "currentColor",
2294
+ ...rest
2295
+ }, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2296
+ d: "M28 17H18a2.0025 2.0025 0 00-2 2v6a2.0025 2.0025 0 002 2h4V25H18V19H28v6H25.4648l-2.5937 3.8906L24.5352 30l2-3H28a2.0025 2.0025 0 002-2V19A2.0025 2.0025 0 0028 17zM8.6667 24.1086l.8614-.8615a.8334.8334 0 01.8988-.1844l1.0493.42A.8334.8334 0 0112 24.2561v1.9082a.8334.8334 0 01-.8786.8341c-7.3546-.4578-8.84-6.6863-9.1158-9.0723A.8316.8316 0 012.8343 17H4.7085a.8335.8335 0 01.7737.5238l.42 1.0493a.8332.8332 0 01-.1845.8988l-.8614.8614A4.5267 4.5267 0 008.6667 24.1086zM21 9H28V11H21zM21 5H30V7H21zM17 6L14 8.2V6a2.0024 2.0024 0 00-2-2H4A2.0024 2.0024 0 002 6v6a2.0024 2.0024 0 002 2h8a2.0024 2.0024 0 002-2V9.8L17 12zM4 12V6h8v6z"
2297
+ })), children);
2298
+ });
2299
+ if (process.env.NODE_ENV !== "production") {
2300
+ CommunicationUnified.propTypes = iconPropTypes4cbeb95d.i;
2301
+ }
2302
+ const Compare = /*#__PURE__*/React.forwardRef(function Compare(_ref91, ref) {
2303
+ let {
2304
+ children,
2305
+ size = 16,
2306
+ ...rest
2307
+ } = _ref91;
2308
+ return /*#__PURE__*/React.createElement(Icon.default, {
2309
+ width: size,
2310
+ height: size,
2311
+ ref: ref,
2312
+ xmlns: "http://www.w3.org/2000/svg",
2313
+ viewBox: "0 0 32 32",
2314
+ fill: "currentColor",
2315
+ ...rest
2316
+ }, _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2317
+ d: "M28,6H18V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V24a2,2,0,0,0,2,2H14v2a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM4,15h6.17L7.59,17.59,9,19l5-5L9,9,7.59,10.41,10.17,13H4V4H16V24H4ZM16,28V26a2,2,0,0,0,2-2V8H28v9H21.83l2.58-2.59L23,13l-5,5,5,5,1.41-1.41L21.83,19H28v9Z"
2318
+ })), children);
2319
+ });
2320
+ if (process.env.NODE_ENV !== "production") {
2321
+ Compare.propTypes = iconPropTypes4cbeb95d.i;
2322
+ }
2323
+ const Compass = /*#__PURE__*/React.forwardRef(function Compass(_ref92, ref) {
2324
+ let {
2325
+ children,
2326
+ size = 16,
2327
+ ...rest
2328
+ } = _ref92;
2329
+ return /*#__PURE__*/React.createElement(Icon.default, {
2330
+ width: size,
2331
+ height: size,
2332
+ ref: ref,
2333
+ xmlns: "http://www.w3.org/2000/svg",
2334
+ viewBox: "0 0 32 32",
2335
+ fill: "currentColor",
2336
+ ...rest
2337
+ }, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2338
+ d: "M16,4A12,12,0,1,1,4,16,12,12,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Z"
2339
+ })), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2340
+ d: "M23,10.41,21.59,9l-4.3,4.3a3,3,0,0,0-4,4L9,21.59,10.41,23l4.3-4.3a3,3,0,0,0,4-4ZM17,16a1,1,0,1,1-1-1A1,1,0,0,1,17,16Z"
2341
+ })), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
2342
+ cx: "16",
2343
+ cy: "7.5",
2344
+ r: "1.5"
2345
+ })), children);
2346
+ });
2347
+ if (process.env.NODE_ENV !== "production") {
2348
+ Compass.propTypes = iconPropTypes4cbeb95d.i;
2349
+ }
2350
+ const QComposerEdit = /*#__PURE__*/React.forwardRef(function QComposerEdit(_ref93, ref) {
2351
+ let {
2352
+ children,
2353
+ size = 16,
2354
+ ...rest
2355
+ } = _ref93;
2356
+ return /*#__PURE__*/React.createElement(Icon.default, {
2357
+ width: size,
2358
+ height: size,
2359
+ ref: ref,
2360
+ xmlns: "http://www.w3.org/2000/svg",
2361
+ viewBox: "0 0 32 32",
2362
+ fill: "currentColor",
2363
+ ...rest
2364
+ }, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2365
+ d: "M25.82,10H30V8H25.82a3,3,0,0,0-5.64,0H13V5H5V8H2v2H5v3h8V10h7.18A3,3,0,0,0,22,11.82v7.32A4,4,0,0,0,19.14,22H2v2H19.14a4,4,0,0,0,7.72,0H30V22H26.86A4,4,0,0,0,24,19.14V11.82A3,3,0,0,0,25.82,10ZM11,11H7V7h4ZM25,23a2,2,0,1,1-2-2A2,2,0,0,1,25,23Z"
2366
+ })), children);
2367
+ });
2368
+ if (process.env.NODE_ENV !== "production") {
2369
+ QComposerEdit.propTypes = iconPropTypes4cbeb95d.i;
2370
+ }
2371
+ const Concept = /*#__PURE__*/React.forwardRef(function Concept(_ref94, ref) {
2372
+ let {
2373
+ children,
2374
+ size = 16,
2375
+ ...rest
2376
+ } = _ref94;
2377
+ return /*#__PURE__*/React.createElement(Icon.default, {
2378
+ width: size,
2379
+ height: size,
2380
+ ref: ref,
2381
+ xmlns: "http://www.w3.org/2000/svg",
2382
+ viewBox: "0 0 32 32",
2383
+ fill: "currentColor",
2384
+ ...rest
2385
+ }, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2386
+ d: "M20.8851,19.4711a5.9609,5.9609,0,0,0,0-6.9422L23,10.4141l1.293,1.2929a.9995.9995,0,0,0,1.414,0l4-4a.9994.9994,0,0,0,0-1.414l-4-4a.9994.9994,0,0,0-1.414,0l-4,4a.9994.9994,0,0,0,0,1.414L21.5859,9l-2.1148,2.1149a5.9609,5.9609,0,0,0-6.9422,0L10,8.5859V2H2v8H8.5859l2.529,2.5289a5.9609,5.9609,0,0,0,0,6.9422L9,21.5859,7.707,20.293a.9994.9994,0,0,0-1.414,0l-4,4a.9994.9994,0,0,0,0,1.414l4,4a.9995.9995,0,0,0,1.414,0l4-4a.9994.9994,0,0,0,0-1.414L10.4141,23l2.1148-2.1149a5.9609,5.9609,0,0,0,6.9422,0L22,23.4141V30h8V22H23.4141ZM25,4.4141,27.5859,7,25,9.5859,22.4141,7ZM7,27.5859,4.4141,25,7,22.4141,9.5859,25ZM8,8H4V4H8Zm4,8a4,4,0,1,1,4,4A4.0045,4.0045,0,0,1,12,16Zm12,8h4v4H24Z"
2387
+ })), children);
2388
+ });
2389
+ if (process.env.NODE_ENV !== "production") {
2390
+ Concept.propTypes = iconPropTypes4cbeb95d.i;
2391
+ }
2392
+ const ConditionPoint = /*#__PURE__*/React.forwardRef(function ConditionPoint(_ref95, ref) {
2393
+ let {
2394
+ children,
2395
+ size = 16,
2396
+ ...rest
2397
+ } = _ref95;
2398
+ return /*#__PURE__*/React.createElement(Icon.default, {
2399
+ width: size,
2400
+ height: size,
2401
+ ref: ref,
2402
+ xmlns: "http://www.w3.org/2000/svg",
2403
+ viewBox: "0 0 32 32",
2404
+ fill: "currentColor",
2405
+ ...rest
2406
+ }, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2407
+ d: "M10.343 10.343H21.657V21.657H10.343z",
2408
+ transform: "rotate(-45 16 16)"
2409
+ })), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2410
+ d: "M29.3906,14.5269,17.4731,2.6094a2.0852,2.0852,0,0,0-2.9462,0L2.6094,14.5269a2.0852,2.0852,0,0,0,0,2.9462L14.5269,29.3906a2.0852,2.0852,0,0,0,2.9462,0L29.3906,17.4731a2.0852,2.0852,0,0,0,0-2.9462ZM16,28.0356,3.9646,16,16,3.9644,28.0356,16Z"
2411
+ })), children);
2412
+ });
2413
+ if (process.env.NODE_ENV !== "production") {
2414
+ ConditionPoint.propTypes = iconPropTypes4cbeb95d.i;
2415
+ }
2416
+ const ConditionWaitPoint = /*#__PURE__*/React.forwardRef(function ConditionWaitPoint(_ref96, ref) {
2417
+ let {
2418
+ children,
2419
+ size = 16,
2420
+ ...rest
2421
+ } = _ref96;
2422
+ return /*#__PURE__*/React.createElement(Icon.default, {
2423
+ width: size,
2424
+ height: size,
2425
+ ref: ref,
2426
+ xmlns: "http://www.w3.org/2000/svg",
2427
+ viewBox: "0 0 32 32",
2428
+ fill: "currentColor",
2429
+ ...rest
2430
+ }, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2431
+ d: "M10.343 10.343H21.657V21.657H10.343z",
2432
+ transform: "rotate(-45 16 16)"
2433
+ })), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2434
+ d: "M16,4A12,12,0,1,1,4,16,12.0136,12.0136,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Z"
2435
+ })), children);
2436
+ });
2437
+ if (process.env.NODE_ENV !== "production") {
2438
+ ConditionWaitPoint.propTypes = iconPropTypes4cbeb95d.i;
2439
+ }
2440
+ const Connect = /*#__PURE__*/React.forwardRef(function Connect(_ref97, ref) {
2441
+ let {
2442
+ children,
2443
+ size = 16,
2444
+ ...rest
2445
+ } = _ref97;
2446
+ return /*#__PURE__*/React.createElement(Icon.default, {
2447
+ width: size,
2448
+ height: size,
2449
+ ref: ref,
2450
+ xmlns: "http://www.w3.org/2000/svg",
2451
+ viewBox: "0 0 32 32",
2452
+ fill: "currentColor",
2453
+ ...rest
2454
+ }, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2455
+ d: "M23,16a7,7,0,0,0-4.18,1.39L14.6,13.17A6.86,6.86,0,0,0,16,9a7,7,0,1,0-2.81,5.59l4.21,4.22A7,7,0,1,0,23,16ZM4,9a5,5,0,1,1,5,5A5,5,0,0,1,4,9Z",
2456
+ transform: "translate(0 .01)"
2457
+ })), children);
2458
+ });
2459
+ if (process.env.NODE_ENV !== "production") {
2460
+ Connect.propTypes = iconPropTypes4cbeb95d.i;
2461
+ }
2462
+ const ConnectRecursive = /*#__PURE__*/React.forwardRef(function ConnectRecursive(_ref98, ref) {
2463
+ let {
2464
+ children,
2465
+ size = 16,
2466
+ ...rest
2467
+ } = _ref98;
2468
+ return /*#__PURE__*/React.createElement(Icon.default, {
2469
+ width: size,
2470
+ height: size,
2471
+ ref: ref,
2472
+ xmlns: "http://www.w3.org/2000/svg",
2473
+ viewBox: "0 0 32 32",
2474
+ fill: "currentColor",
2475
+ ...rest
2476
+ }, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2477
+ d: "M28,7H13.8281l3.586-3.5859L16,2,10,8l6,6,1.4141-1.4141L13.8281,9H28V20H11.8989A5.0145,5.0145,0,0,0,8,16.1011V2H6V16.1011a5,5,0,0,0,0,9.7978V30H8V25.8989A5.0145,5.0145,0,0,0,11.8989,22H28a2.0023,2.0023,0,0,0,2-2V9A2.0023,2.0023,0,0,0,28,7ZM7,24a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,7,24Z"
2478
+ })), children);
2479
+ });
2480
+ if (process.env.NODE_ENV !== "production") {
2481
+ ConnectRecursive.propTypes = iconPropTypes4cbeb95d.i;
2482
+ }
2483
+ const ConnectReference = /*#__PURE__*/React.forwardRef(function ConnectReference(_ref99, ref) {
2484
+ let {
2485
+ children,
2486
+ size = 16,
2487
+ ...rest
2488
+ } = _ref99;
2489
+ return /*#__PURE__*/React.createElement(Icon.default, {
2490
+ width: size,
2491
+ height: size,
2492
+ ref: ref,
2493
+ xmlns: "http://www.w3.org/2000/svg",
2494
+ viewBox: "0 0 32 32",
2495
+ fill: "currentColor",
2496
+ ...rest
2497
+ }, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2498
+ d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
2499
+ })), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2500
+ d: "M23,16c-1.5696,0-3.0124,.5159-4.1813,1.3919l-4.2173-4.2174c.876-1.1689,1.3986-2.6048,1.3986-4.1745,0-3.8599-3.1406-7-7-7S2,5.1401,2,9s3.1406,7,7,7c1.5696,0,3.0184-.5355,4.1873-1.4114l4.2173,4.2174c-.8759,1.1689-1.4046,2.6243-1.4046,4.194,0,3.8599,3.1406,7,7,7s7-3.1401,7-7-3.1406-7-7-7ZM4,9c0-2.7568,2.2432-5,5-5s5,2.2432,5,5-2.2432,5-5,5-5-2.2432-5-5Z"
2501
+ })), children);
2502
+ });
2503
+ if (process.env.NODE_ENV !== "production") {
2504
+ ConnectReference.propTypes = iconPropTypes4cbeb95d.i;
2505
+ }
2506
+ const ConnectSource = /*#__PURE__*/React.forwardRef(function ConnectSource(_ref100, ref) {
2507
+ let {
2508
+ children,
2509
+ size = 16,
2510
+ ...rest
2511
+ } = _ref100;
2512
+ return /*#__PURE__*/React.createElement(Icon.default, {
2513
+ width: size,
2514
+ height: size,
2515
+ ref: ref,
2516
+ xmlns: "http://www.w3.org/2000/svg",
2517
+ viewBox: "0 0 32 32",
2518
+ fill: "currentColor",
2519
+ ...rest
2520
+ }, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2521
+ d: "M24,10l-1.4141,1.4141L26.1719,15H11.8989A5.0145,5.0145,0,0,0,8,11.1011V2H6v9.1011a5,5,0,0,0,0,9.7978V30H8V20.8989A5.0145,5.0145,0,0,0,11.8989,17h14.273l-3.586,3.5859L24,22l6-6ZM7,19a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,7,19Z"
2522
+ })), children);
2523
+ });
2524
+ if (process.env.NODE_ENV !== "production") {
2525
+ ConnectSource.propTypes = iconPropTypes4cbeb95d.i;
2526
+ }
2527
+ const ConnectTarget = /*#__PURE__*/React.forwardRef(function ConnectTarget(_ref101, ref) {
2528
+ let {
2529
+ children,
2530
+ size = 16,
2531
+ ...rest
2532
+ } = _ref101;
2533
+ return /*#__PURE__*/React.createElement(Icon.default, {
2534
+ width: size,
2535
+ height: size,
2536
+ ref: ref,
2537
+ xmlns: "http://www.w3.org/2000/svg",
2538
+ viewBox: "0 0 32 32",
2539
+ fill: "currentColor",
2540
+ ...rest
2541
+ }, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2542
+ d: "M28 2H30V30H28zM20 10l-1.4141 1.4141L22.1719 15H11.8989a5 5 0 100 2h10.273l-3.586 3.5859L20 22l6-6zM7 19a3 3 0 113-3A3.0033 3.0033 0 017 19z"
2543
+ })), children);
2544
+ });
2545
+ if (process.env.NODE_ENV !== "production") {
2546
+ ConnectTarget.propTypes = iconPropTypes4cbeb95d.i;
2547
+ }
2548
+ const ConnectionReceive = /*#__PURE__*/React.forwardRef(function ConnectionReceive(_ref102, ref) {
2549
+ let {
2550
+ children,
2551
+ size = 16,
2552
+ ...rest
2553
+ } = _ref102;
2554
+ return /*#__PURE__*/React.createElement(Icon.default, {
2555
+ width: size,
2556
+ height: size,
2557
+ ref: ref,
2558
+ xmlns: "http://www.w3.org/2000/svg",
2559
+ viewBox: "0 0 32 32",
2560
+ fill: "currentColor",
2561
+ ...rest
2562
+ }, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2563
+ d: "M8 8H10V12H8zM8 14H10V18H8zM14 8H16V12H14zM14 14H16V18H14zM8 20H10V24H8zM14 20H16V24H14zM30 14L21.83 14 24.41 16.59 23 18 18 13 23 8 24.41 9.41 21.83 12 30 12 30 14z"
2564
+ })), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2565
+ d: "M28,20v8H22V20H20v8H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V20Z"
2566
+ })), children);
2567
+ });
2568
+ if (process.env.NODE_ENV !== "production") {
2569
+ ConnectionReceive.propTypes = iconPropTypes4cbeb95d.i;
2570
+ }
2571
+ const ConnectionSend = /*#__PURE__*/React.forwardRef(function ConnectionSend(_ref103, ref) {
2572
+ let {
2573
+ children,
2574
+ size = 16,
2575
+ ...rest
2576
+ } = _ref103;
2577
+ return /*#__PURE__*/React.createElement(Icon.default, {
2578
+ width: size,
2579
+ height: size,
2580
+ ref: ref,
2581
+ xmlns: "http://www.w3.org/2000/svg",
2582
+ viewBox: "0 0 32 32",
2583
+ fill: "currentColor",
2584
+ ...rest
2585
+ }, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2586
+ d: "M8 8H10V12H8zM8 14H10V18H8zM14 8H16V12H14zM14 14H16V18H14zM8 20H10V24H8zM14 20H16V24H14zM18 14L26.17 14 23.59 16.59 25 18 30 13 25 8 23.59 9.41 26.17 12 18 12 18 14z"
2587
+ })), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2588
+ d: "M28,20v8H22V20H20v8H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V20Z"
2589
+ })), children);
2590
+ });
2591
+ if (process.env.NODE_ENV !== "production") {
2592
+ ConnectionSend.propTypes = iconPropTypes4cbeb95d.i;
2593
+ }
2594
+ const ConnectionTwoWay = /*#__PURE__*/React.forwardRef(function ConnectionTwoWay(_ref104, ref) {
2595
+ let {
2596
+ children,
2597
+ size = 16,
2598
+ ...rest
2599
+ } = _ref104;
2600
+ return /*#__PURE__*/React.createElement(Icon.default, {
2601
+ width: size,
2602
+ height: size,
2603
+ ref: ref,
2604
+ xmlns: "http://www.w3.org/2000/svg",
2605
+ viewBox: "0 0 32 32",
2606
+ fill: "currentColor",
2607
+ ...rest
2608
+ }, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2609
+ d: "M8 8H10V12H8zM8 14H10V18H8zM14 8H16V12H14zM14 14H16V18H14zM8 20H10V24H8zM14 20H16V24H14zM30 22L21.83 22 24.41 24.59 23 26 18 21 23 16 24.41 17.41 21.83 20 30 20 30 22zM19 12L27.17 12 24.59 14.59 26 16 31 11 26 6 24.59 7.41 27.17 10 19 10 19 12z"
2610
+ })), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2611
+ d: "M28,26v2H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V26Z"
2612
+ })), children);
2613
+ });
2614
+ if (process.env.NODE_ENV !== "production") {
2615
+ ConnectionTwoWay.propTypes = iconPropTypes4cbeb95d.i;
2616
+ }
2617
+ const ConnectionUsage = /*#__PURE__*/React.forwardRef(function ConnectionUsage(_ref105, ref) {
2618
+ let {
2619
+ children,
2620
+ size = 16,
2621
+ ...rest
2622
+ } = _ref105;
2623
+ return /*#__PURE__*/React.createElement(Icon.default, {
2624
+ width: size,
2625
+ height: size,
2626
+ ref: ref,
2627
+ xmlns: "http://www.w3.org/2000/svg",
2628
+ viewBox: "0 0 32 32",
2629
+ fill: "currentColor",
2630
+ ...rest
2631
+ }, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2632
+ strokeWidth: "0",
2633
+ d: "m17,26V6c0-1.1046-.8954-2-2-2H4v2h11v20c0,1.1046.8954,2,2,2h11v-2h-11Z"
2634
+ })), children);
2635
+ });
2636
+ if (process.env.NODE_ENV !== "production") {
2637
+ ConnectionUsage.propTypes = iconPropTypes4cbeb95d.i;
2638
+ }
2639
+ const ConnectionFlowUsage = /*#__PURE__*/React.forwardRef(function ConnectionFlowUsage(_ref106, ref) {
2640
+ let {
2641
+ children,
2642
+ size = 16,
2643
+ ...rest
2644
+ } = _ref106;
2645
+ return /*#__PURE__*/React.createElement(Icon.default, {
2646
+ width: size,
2647
+ height: size,
2648
+ ref: ref,
2649
+ xmlns: "http://www.w3.org/2000/svg",
2650
+ viewBox: "0 0 32 32",
2651
+ fill: "currentColor",
2652
+ ...rest
2653
+ }, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2654
+ strokeWidth: "0",
2655
+ d: "m22,16l-1.4141,1.4141,4.5859,4.5859h-10.1719V5c0-1.1046-.8954-2-2-2H3v2h10v17c0,1.1046.8954,2,2,2h10.1719l-4.5859,4.5859,1.4141,1.4141,7-7-7-7Z"
2656
+ })), children);
2657
+ });
2658
+ if (process.env.NODE_ENV !== "production") {
2659
+ ConnectionFlowUsage.propTypes = iconPropTypes4cbeb95d.i;
2660
+ }
2661
+ const ConnectionSignal = /*#__PURE__*/React.forwardRef(function ConnectionSignal(_ref107, ref) {
2662
+ let {
2663
+ children,
2664
+ size = 16,
2665
+ ...rest
2666
+ } = _ref107;
2667
+ return /*#__PURE__*/React.createElement(Icon.default, {
2668
+ width: size,
2669
+ height: size,
2670
+ ref: ref,
2671
+ xmlns: "http://www.w3.org/2000/svg",
2672
+ viewBox: "0 0 32 32",
2673
+ fill: "currentColor",
2674
+ ...rest
2675
+ }, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2676
+ d: "M15 12H17V30H15zM11.33 18.22a7 7 0 010-10.44l1.34 1.49a5 5 0 000 7.46zM20.67 18.22l-1.34-1.49a5 5 0 000-7.46l1.34-1.49a7 7 0 010 10.44z"
2677
+ })), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2678
+ d: "M8.4 21.8a11 11 0 010-17.6L9.6 5.8a9 9 0 000 14.4zM23.6 21.8l-1.2-1.6a9 9 0 000-14.4l1.2-1.6a11 11 0 010 17.6z"
2679
+ })), children);
2680
+ });
2681
+ if (process.env.NODE_ENV !== "production") {
2682
+ ConnectionSignal.propTypes = iconPropTypes4cbeb95d.i;
2683
+ }
2684
+ const ConnectionSignalOff = /*#__PURE__*/React.forwardRef(function ConnectionSignalOff(_ref108, ref) {
2685
+ let {
2686
+ children,
2687
+ size = 16,
2688
+ ...rest
2689
+ } = _ref108;
2690
+ return /*#__PURE__*/React.createElement(Icon.default, {
2691
+ width: size,
2692
+ height: size,
2693
+ ref: ref,
2694
+ xmlns: "http://www.w3.org/2000/svg",
2695
+ viewBox: "0 0 32 32",
2696
+ fill: "currentColor",
2697
+ ...rest
2698
+ }, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2699
+ d: "M26,13a8.9089,8.9089,0,0,1-2.5249,6.2339l1.4133,1.4131A10.9795,10.9795,0,0,0,23.6006,4.2l-1.2012,1.6A8.932,8.932,0,0,1,26,13Z"
2700
+ })), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2701
+ d: "M21 13a5.0022 5.0022 0 01-.9023 2.8564l1.4277 1.4278a6.9831 6.9831 0 00-.8584-9.5015l-1.334 1.49A5.0077 5.0077 0 0121 13zM30 28.5859L3.4143 2 2 3.4141l3.71 3.71A10.9824 10.9824 0 008.3994 21.8008l1.2012-1.6A8.9678 8.9678 0 017.1714 8.5854l2.1963 2.1963a6.9664 6.9664 0 001.9648 7.4351l1.334-1.49A5.0072 5.0072 0 0111 13a4.8854 4.8854 0 01.0393-.5464L15 16.4141V30h2V18.4141L28.5857 30z"
2702
+ })), children);
2703
+ });
2704
+ if (process.env.NODE_ENV !== "production") {
2705
+ ConnectionSignalOff.propTypes = iconPropTypes4cbeb95d.i;
2706
+ }
2707
+ const Constraint = /*#__PURE__*/React.forwardRef(function Constraint(_ref109, ref) {
2708
+ let {
2709
+ children,
2710
+ size = 16,
2711
+ ...rest
2712
+ } = _ref109;
2713
+ return /*#__PURE__*/React.createElement(Icon.default, {
2714
+ width: size,
2715
+ height: size,
2716
+ ref: ref,
2717
+ xmlns: "http://www.w3.org/2000/svg",
2718
+ viewBox: "0 0 32 32",
2719
+ fill: "currentColor",
2720
+ ...rest
2721
+ }, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2722
+ strokeWidth: "0",
2723
+ d: "M27 13V5s-4 0-4 0v-2h4c1.1028 0 2 .8975 2 2v8c0 1.5234.8799 2 2 2v2c-1.1201 0-2 .4502-2 2v8c0 1.1025-.8972 2-2 2h-4v-2h4s0-8 0-8c0-1.6841.8799-2.5645 2-2.8584v-.2676c-1.1201-.2939-2-1.1899-2-2.874zM12 12H20V20H12zM5 13V5h4v-2h-4c-1.1028 0-2 .8975-2 2v8c0 1.5234-.8799 2-2 2v2c1.1201 0 2 .4502 2 2v8c0 1.1025.8972 2 2 2h4v-2h-4v-8c0-1.6841-.8799-2.5645-2-2.8584v-.2676c1.1201-.2939 2-1.1899 2-2.874z"
2724
+ })), children);
2725
+ });
2726
+ if (process.env.NODE_ENV !== "production") {
2727
+ Constraint.propTypes = iconPropTypes4cbeb95d.i;
2728
+ }
2729
+ const Construction = /*#__PURE__*/React.forwardRef(function Construction(_ref110, ref) {
2730
+ let {
2731
+ children,
2732
+ size = 16,
2733
+ ...rest
2734
+ } = _ref110;
2735
+ return /*#__PURE__*/React.createElement(Icon.default, {
2736
+ width: size,
2737
+ height: size,
2738
+ ref: ref,
2739
+ xmlns: "http://www.w3.org/2000/svg",
2740
+ viewBox: "0 0 32 32",
2741
+ fill: "currentColor",
2742
+ ...rest
2743
+ }, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2744
+ d: "M29.34 16.06a1.0007 1.0007 0 00-1.1084.3L24.46 20.8857l-5.4355-.9882-3.602-8.9512A3.014 3.014 0 0012.6138 9h-4.06A3.0018 3.0018 0 007.01 9.4277L2 12.4336v6.4009l5 .9092V30H9V20.1074l3.5652.648L14 24.2V30h2V23.8l-1.0911-2.6182L22.99 22.6509 18.2319 28.36A1 1 0 0019 30H29a1 1 0 001-1V17A1 1 0 0029.34 16.06zM4 17.1655V13.5664l3-1.8v5.9448zm5 .9092V11h3.6138a1.0141 1.0141 0 01.9453.6709l3.14 7.8037zM28 28H21.1353L28 19.7617zM12.5 8A3.5 3.5 0 1116 4.5 3.5042 3.5042 0 0112.5 8zm0-5A1.5 1.5 0 1014 4.5 1.5017 1.5017 0 0012.5 3z"
2745
+ })), children);
2746
+ });
2747
+ if (process.env.NODE_ENV !== "production") {
2748
+ Construction.propTypes = iconPropTypes4cbeb95d.i;
2749
+ }
2750
+ const ContainerEngine = /*#__PURE__*/React.forwardRef(function ContainerEngine(_ref111, ref) {
2751
+ let {
2752
+ children,
2753
+ size = 16,
2754
+ ...rest
2755
+ } = _ref111;
2756
+ return /*#__PURE__*/React.createElement(Icon.default, {
2757
+ width: size,
2758
+ height: size,
2759
+ ref: ref,
2760
+ xmlns: "http://www.w3.org/2000/svg",
2761
+ viewBox: "0 0 32 32",
2762
+ fill: "currentColor",
2763
+ ...rest
2764
+ }, _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
2765
+ cx: "23",
2766
+ cy: "23",
2767
+ r: "1",
2768
+ strokeWidth: "0"
2769
+ })), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2770
+ strokeWidth: "0",
2771
+ d: "m25.7903,18.8535l-8.9897-6.2378c-.5029-.3809-1.1223-.6157-1.8005-.6157-1.6543,0-3,1.3457-3,3,0,.6553.2173,1.2573.5752,1.7515l6.3408,9.1157c.9055,1.2861,2.395,2.1328,4.084,2.1328,2.7571,0,5-2.2432,5-5,0-1.7246-.8777-3.2476-2.2097-4.1465Zm-7.5203,2.5986l-2.4829-3.5703c1.0181-.2788,1.8145-1.0752,2.0942-2.0928l3.5698,2.4814c-1.5061.4951-2.6863,1.6758-3.1812,3.1816Zm-3.27-7.4521c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1Zm8,12c-1.6543,0-3-1.3457-3-3s1.3457-3,3-3,3,1.3457,3,3-1.3457,3-3,3Z"
2772
+ })), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2773
+ strokeWidth: "0",
2774
+ d: "m16,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v10h-2V6H6v20h10v2Z"
2775
+ })), children);
2776
+ });
2777
+ if (process.env.NODE_ENV !== "production") {
2778
+ ContainerEngine.propTypes = iconPropTypes4cbeb95d.i;
2779
+ }
2780
+ const ContainerImage = /*#__PURE__*/React.forwardRef(function ContainerImage(_ref112, ref) {
2781
+ let {
2782
+ children,
2783
+ size = 16,
2784
+ ...rest
2785
+ } = _ref112;
2786
+ return /*#__PURE__*/React.createElement(Icon.default, {
2787
+ width: size,
2788
+ height: size,
2789
+ ref: ref,
2790
+ xmlns: "http://www.w3.org/2000/svg",
2791
+ viewBox: "0 0 32 32",
2792
+ fill: "currentColor",
2793
+ ...rest
2794
+ }, _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2795
+ strokeWidth: "0",
2796
+ d: "M10 10H22V12H10zM10 15H22V17H10zM10 20H22V22H10z"
2797
+ })), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2798
+ strokeWidth: "0",
2799
+ d: "m26,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v20c0,1.1028-.8972,2-2,2ZM6,6v20h20V6H6Z"
2800
+ })), children);
2801
+ });
2802
+ if (process.env.NODE_ENV !== "production") {
2803
+ ContainerImage.propTypes = iconPropTypes4cbeb95d.i;
2804
+ }
2805
+ const ContainerRuntime = /*#__PURE__*/React.forwardRef(function ContainerRuntime(_ref113, ref) {
2806
+ let {
2807
+ children,
2808
+ size = 16,
2809
+ ...rest
2810
+ } = _ref113;
2811
+ return /*#__PURE__*/React.createElement(Icon.default, {
2812
+ width: size,
2813
+ height: size,
2814
+ ref: ref,
2815
+ xmlns: "http://www.w3.org/2000/svg",
2816
+ viewBox: "0 0 32 32",
2817
+ fill: "currentColor",
2818
+ ...rest
2819
+ }, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2820
+ strokeWidth: "0",
2821
+ d: "m30,24v-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-.7v-2.1h-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.8h-2.1v2h2.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.7v2.1h2v-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.8h2.1Zm-7,2c-1.7,0-3-1.3-3-3s1.3-3,3-3,3,1.3,3,3-1.3,3-3,3Z"
2822
+ })), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2823
+ strokeWidth: "0",
2824
+ d: "m14,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v8h-2V6H6v20h8v2Z"
2825
+ })), children);
2826
+ });
2827
+ if (process.env.NODE_ENV !== "production") {
2828
+ ContainerRuntime.propTypes = iconPropTypes4cbeb95d.i;
2829
+ }
2830
+ const ContainerRuntimeMonitor = /*#__PURE__*/React.forwardRef(function ContainerRuntimeMonitor(_ref114, ref) {
2831
+ let {
2832
+ children,
2833
+ size = 16,
2834
+ ...rest
2835
+ } = _ref114;
2836
+ return /*#__PURE__*/React.createElement(Icon.default, {
2837
+ width: size,
2838
+ height: size,
2839
+ ref: ref,
2840
+ xmlns: "http://www.w3.org/2000/svg",
2841
+ viewBox: "0 0 32 32",
2842
+ fill: "currentColor",
2843
+ ...rest
2844
+ }, _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
2845
+ cx: "22",
2846
+ cy: "23",
2847
+ r: "2",
2848
+ strokeWidth: "0"
2849
+ })), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2850
+ strokeWidth: "0",
2851
+ d: "m29.7769,22.4785c-1.2631-3.2173-4.3221-5.3723-7.7769-5.4785-3.4548.1062-6.5138,2.2612-7.7769,5.4785l-.2231.5215.2231.5215c1.2631,3.2173,4.3221,5.3723,7.7769,5.4785,3.4548-.1062,6.5138-2.2612,7.7769-5.4785l.2231-.5215-.2231-.5215Zm-7.7769,4.5215c-2.2091,0-4-1.7909-4-4s1.7909-4,4-4,4,1.7909,4,4c-.0025,2.2081-1.7919,3.9975-4,4Z"
2852
+ })), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2853
+ strokeWidth: "0",
2854
+ d: "m12,28h-6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v10h-2V6H6v20h6v2Z"
2855
+ })), children);
2856
+ });
2857
+ if (process.env.NODE_ENV !== "production") {
2858
+ ContainerRuntimeMonitor.propTypes = iconPropTypes4cbeb95d.i;
2859
+ }
2860
+ const ContainerImagePull = /*#__PURE__*/React.forwardRef(function ContainerImagePull(_ref115, ref) {
2861
+ let {
2862
+ children,
2863
+ size = 16,
2864
+ ...rest
2865
+ } = _ref115;
2866
+ return /*#__PURE__*/React.createElement(Icon.default, {
2867
+ width: size,
2868
+ height: size,
2869
+ ref: ref,
2870
+ xmlns: "http://www.w3.org/2000/svg",
2871
+ viewBox: "0 0 32 32",
2872
+ fill: "currentColor",
2873
+ ...rest
2874
+ }, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2875
+ strokeWidth: "0",
2876
+ d: "M30 23h-10c-1.1028 0-2-.8972-2-2v-10c0-1.1028.8972-2 2-2h10c1.1028 0 2 .8972 2 2v10c0 1.1028-.8972 2-2 2zm-10-12v10h10v-10h-10zM5 11L0 16 5 21 6.419 19.591 3.847 17 14 17 14 15 3.794 15 6.419 12.409 5 11z"
2877
+ })), children);
2878
+ });
2879
+ if (process.env.NODE_ENV !== "production") {
2880
+ ContainerImagePull.propTypes = iconPropTypes4cbeb95d.i;
2881
+ }
2882
+ const ContainerImagePush = /*#__PURE__*/React.forwardRef(function ContainerImagePush(_ref116, ref) {
2883
+ let {
2884
+ children,
2885
+ size = 16,
2886
+ ...rest
2887
+ } = _ref116;
2888
+ return /*#__PURE__*/React.createElement(Icon.default, {
2889
+ width: size,
2890
+ height: size,
2891
+ ref: ref,
2892
+ xmlns: "http://www.w3.org/2000/svg",
2893
+ viewBox: "0 0 32 32",
2894
+ fill: "currentColor",
2895
+ ...rest
2896
+ }, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2897
+ strokeWidth: "0",
2898
+ d: "M30 23h-10c-1.1028 0-2-.8972-2-2v-10c0-1.1028.8972-2 2-2h10c1.1028 0 2 .8972 2 2v10c0 1.1028-.8972 2-2 2zm-10-12v10h10v-10h-10zM9 11L14 16 9 21 7.581 19.591 10.153 17 0 17 0 15 10.206 15 7.581 12.409 9 11z"
2899
+ })), children);
2900
+ });
2901
+ if (process.env.NODE_ENV !== "production") {
2902
+ ContainerImagePush.propTypes = iconPropTypes4cbeb95d.i;
2903
+ }
2904
+ const ContainerImagePushPull = /*#__PURE__*/React.forwardRef(function ContainerImagePushPull(_ref117, ref) {
2905
+ let {
2906
+ children,
2907
+ size = 16,
2908
+ ...rest
2909
+ } = _ref117;
2910
+ return /*#__PURE__*/React.createElement(Icon.default, {
2911
+ width: size,
2912
+ height: size,
2913
+ ref: ref,
2914
+ xmlns: "http://www.w3.org/2000/svg",
2915
+ viewBox: "0 0 32 32",
2916
+ fill: "currentColor",
2917
+ ...rest
2918
+ }, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2919
+ strokeWidth: "0",
2920
+ d: "M30 23h-10c-1.1028 0-2-.8972-2-2v-10c0-1.1028.8972-2 2-2h10c1.1028 0 2 .8972 2 2v10c0 1.1028-.8972 2-2 2zm-10-12v10h10v-10h-10zM9 5L14 10 9 15 7.581 13.591 10.153 11 0 11 0 9 10.206 9 7.581 6.409 9 5zM5 27L0 22 5 17 6.419 18.409 3.847 21 14 21 14 23 3.794 23 6.419 25.591 5 27z"
2921
+ })), children);
2922
+ });
2923
+ if (process.env.NODE_ENV !== "production") {
2924
+ ContainerImagePushPull.propTypes = iconPropTypes4cbeb95d.i;
2925
+ }
2926
+ const ContainerRegistry = /*#__PURE__*/React.forwardRef(function ContainerRegistry(_ref118, ref) {
2927
+ let {
2928
+ children,
2929
+ size = 16,
2930
+ ...rest
2931
+ } = _ref118;
2932
+ return /*#__PURE__*/React.createElement(Icon.default, {
2933
+ width: size,
2934
+ height: size,
2935
+ ref: ref,
2936
+ xmlns: "http://www.w3.org/2000/svg",
2937
+ viewBox: "0 0 32 32",
2938
+ fill: "currentColor",
2939
+ ...rest
2940
+ }, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2941
+ d: "M17,13V6H8V22H24V13ZM10,8h5v5H10Zm0,7h5v5H10Zm12,5H17V15h5Z"
2942
+ })), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2943
+ d: "M28 11H19V2h9zM21 9h5V4H21zM28 20H26v2h2v6H4V22H6V20H4a2.0024 2.0024 0 00-2 2v6a2.0024 2.0024 0 002 2H28a2.0024 2.0024 0 002-2V22A2.0024 2.0024 0 0028 20z"
2944
+ })), _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
2945
+ cx: "7",
2946
+ cy: "25",
2947
+ r: "1"
2948
+ })), children);
2949
+ });
2950
+ if (process.env.NODE_ENV !== "production") {
2951
+ ContainerRegistry.propTypes = iconPropTypes4cbeb95d.i;
2952
+ }
2953
+ const ContainerServices = /*#__PURE__*/React.forwardRef(function ContainerServices(_ref119, ref) {
2954
+ let {
2955
+ children,
2956
+ size = 16,
2957
+ ...rest
2958
+ } = _ref119;
2959
+ return /*#__PURE__*/React.createElement(Icon.default, {
2960
+ width: size,
2961
+ height: size,
2962
+ ref: ref,
2963
+ xmlns: "http://www.w3.org/2000/svg",
2964
+ viewBox: "0 0 32 32",
2965
+ fill: "currentColor",
2966
+ ...rest
2967
+ }, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2968
+ d: "M27,22V17a2.0023,2.0023,0,0,0-2-2H17V10h3a2.0023,2.0023,0,0,0,2-2V4a2.0023,2.0023,0,0,0-2-2H12a2.0023,2.0023,0,0,0-2,2V8a2.0023,2.0023,0,0,0,2,2h3v5H7a2.0023,2.0023,0,0,0-2,2v5H2v8h8V22H7V17h8v5H12v8h8V22H17V17h8v5H22v8h8V22ZM12,4h8V8H12ZM8,28H4V24H8Zm10,0H14V24h4Zm10,0H24V24h4Z"
2969
+ })), children);
2970
+ });
2971
+ if (process.env.NODE_ENV !== "production") {
2972
+ ContainerServices.propTypes = iconPropTypes4cbeb95d.i;
2973
+ }
2974
+ const ContainerSoftware = /*#__PURE__*/React.forwardRef(function ContainerSoftware(_ref120, ref) {
2975
+ let {
2976
+ children,
2977
+ size = 16,
2978
+ ...rest
2979
+ } = _ref120;
2980
+ return /*#__PURE__*/React.createElement(Icon.default, {
2981
+ width: size,
2982
+ height: size,
2983
+ ref: ref,
2984
+ xmlns: "http://www.w3.org/2000/svg",
2985
+ viewBox: "0 0 32 32",
2986
+ fill: "currentColor",
2987
+ ...rest
2988
+ }, _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
2989
+ d: "M28,12H20V4h8Zm-6-2h4V6H22Z"
2990
+ })), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2991
+ d: "M17,15V9H9V23H23V15Zm-6-4h4v4H11Zm4,10H11V17h4Zm6,0H17V17h4Z"
2992
+ })), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
2993
+ d: "M26,28H6a2.0023,2.0023,0,0,1-2-2V6A2.0023,2.0023,0,0,1,6,4H16V6H6V26H26V16h2V26A2.0023,2.0023,0,0,1,26,28Z"
2994
+ })), children);
2995
+ });
2996
+ if (process.env.NODE_ENV !== "production") {
2997
+ ContainerSoftware.propTypes = iconPropTypes4cbeb95d.i;
2998
+ }
2999
+ const ContentDeliveryNetwork = /*#__PURE__*/React.forwardRef(function ContentDeliveryNetwork(_ref121, ref) {
3000
+ let {
3001
+ children,
3002
+ size = 16,
3003
+ ...rest
3004
+ } = _ref121;
3005
+ return /*#__PURE__*/React.createElement(Icon.default, {
3006
+ width: size,
3007
+ height: size,
3008
+ ref: ref,
3009
+ xmlns: "http://www.w3.org/2000/svg",
3010
+ viewBox: "0 0 32 32",
3011
+ fill: "currentColor",
3012
+ ...rest
3013
+ }, _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
3014
+ cx: "21",
3015
+ cy: "21",
3016
+ r: "2"
3017
+ })), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
3018
+ cx: "7",
3019
+ cy: "7",
3020
+ r: "2"
3021
+ })), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
3022
+ d: "M27,31a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,27,31Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,27,25Z"
3023
+ })), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
3024
+ d: "M30,16A14.0412,14.0412,0,0,0,16,2,13.0426,13.0426,0,0,0,9.2,3.8l1.1,1.7a24.4254,24.4254,0,0,1,2.4-1A25.1349,25.1349,0,0,0,10,15H4a11.1489,11.1489,0,0,1,1.4-4.7L3.9,9A13.8418,13.8418,0,0,0,2,16,13.9983,13.9983,0,0,0,16,30a13.3656,13.3656,0,0,0,5.2-1l-.6-1.9a11.4416,11.4416,0,0,1-5.2.9h0A21.0713,21.0713,0,0,1,12,17H29.9A3.4019,3.4019,0,0,0,30,16ZM12.8,27.6h0a13.02,13.02,0,0,1-5.3-3.1A12.5053,12.5053,0,0,1,4,17h6A25.0022,25.0022,0,0,0,12.8,27.6ZM12,15A21.4461,21.4461,0,0,1,15.3,4h1.4A21.4461,21.4461,0,0,1,20,15Zm10,0A23.2777,23.2777,0,0,0,19.2,4.4,12.0919,12.0919,0,0,1,27.9,15Z"
3025
+ })), children);
3026
+ });
3027
+ if (process.env.NODE_ENV !== "production") {
3028
+ ContentDeliveryNetwork.propTypes = iconPropTypes4cbeb95d.i;
3029
+ }
3030
+ const ContentView = /*#__PURE__*/React.forwardRef(function ContentView(_ref122, ref) {
3031
+ let {
3032
+ children,
3033
+ size = 16,
3034
+ ...rest
3035
+ } = _ref122;
3036
+ return /*#__PURE__*/React.createElement(Icon.default, {
3037
+ width: size,
3038
+ height: size,
3039
+ ref: ref,
3040
+ xmlns: "http://www.w3.org/2000/svg",
3041
+ viewBox: "0 0 32 32",
3042
+ fill: "currentColor",
3043
+ ...rest
3044
+ }, _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
3045
+ cx: "16",
3046
+ cy: "19",
3047
+ r: "2"
3048
+ })), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
3049
+ d: "M23.7769,18.4785A8.64,8.64,0,0,0,16,13a8.64,8.64,0,0,0-7.7769,5.4785L8,19l.2231.5215A8.64,8.64,0,0,0,16,25a8.64,8.64,0,0,0,7.7769-5.4785L24,19ZM16,23a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,23Z"
3050
+ })), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
3051
+ d: "M27,3H5A2,2,0,0,0,3,5V27a2,2,0,0,0,2,2H27a2,2,0,0,0,2-2V5A2,2,0,0,0,27,3ZM5,5H27V9H5ZM5,27V11H27V27Z"
3052
+ })), children);
3053
+ });
3054
+ if (process.env.NODE_ENV !== "production") {
3055
+ ContentView.propTypes = iconPropTypes4cbeb95d.i;
3056
+ }
3057
+ const Continue = /*#__PURE__*/React.forwardRef(function Continue(_ref123, ref) {
3058
+ let {
3059
+ children,
3060
+ size = 16,
3061
+ ...rest
3062
+ } = _ref123;
3063
+ return /*#__PURE__*/React.createElement(Icon.default, {
3064
+ width: size,
3065
+ height: size,
3066
+ ref: ref,
3067
+ xmlns: "http://www.w3.org/2000/svg",
3068
+ viewBox: "0 0 32 32",
3069
+ fill: "currentColor",
3070
+ ...rest
3071
+ }, _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
3072
+ d: "M10 28a1 1 0 01-1-1V5a1 1 0 011.501-.8652l19 11a1 1 0 010 1.73l-19 11A.9975.9975 0 0110 28zM11 6.7344V25.2656L27 16zM4 4H6V28H4z"
3073
+ })), children);
3074
+ });
3075
+ if (process.env.NODE_ENV !== "production") {
3076
+ Continue.propTypes = iconPropTypes4cbeb95d.i;
3077
+ }
3078
+ const ContinueFilled = /*#__PURE__*/React.forwardRef(function ContinueFilled(_ref124, ref) {
3079
+ let {
3080
+ children,
3081
+ size = 16,
3082
+ ...rest
3083
+ } = _ref124;
3084
+ return /*#__PURE__*/React.createElement(Icon.default, {
3085
+ width: size,
3086
+ height: size,
3087
+ ref: ref,
3088
+ xmlns: "http://www.w3.org/2000/svg",
3089
+ viewBox: "0 0 32 32",
3090
+ fill: "currentColor",
3091
+ ...rest
3092
+ }, _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
3093
+ d: "M10 28a1 1 0 01-1-1V5a1 1 0 011.501-.8652l19 11a1 1 0 010 1.73l-19 11A.9975.9975 0 0110 28zM4 4H6V28H4z"
3094
+ })), children);
3095
+ });
3096
+ if (process.env.NODE_ENV !== "production") {
3097
+ ContinueFilled.propTypes = iconPropTypes4cbeb95d.i;
3098
+ }
3099
+ const ContinuousDeployment = /*#__PURE__*/React.forwardRef(function ContinuousDeployment(_ref125, ref) {
3100
+ let {
3101
+ children,
3102
+ size = 16,
3103
+ ...rest
3104
+ } = _ref125;
3105
+ return /*#__PURE__*/React.createElement(Icon.default, {
3106
+ width: size,
3107
+ height: size,
3108
+ ref: ref,
3109
+ xmlns: "http://www.w3.org/2000/svg",
3110
+ viewBox: "0 0 32 32",
3111
+ fill: "currentColor",
3112
+ ...rest
3113
+ }, _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
3114
+ d: "M24,2l-6,6l1.4,1.4L23,5.8V19c0,5-4,9-9,9c-1.6,0-3.1-0.4-4.3-1.1C10.1,27,10.5,27,11,27c4.4,0,8-3.6,8-8s-3.6-8-8-8 s-8,3.6-8,8c0,6.1,4.9,11,11,11s11-4.9,11-11V5.8l3.6,3.6L30,8L24,2z M5,19.6c0-0.2,0-0.4,0-0.6c0-3.3,2.7-6,6-6s6,2.7,6,6 s-2.7,6-6,6C7.9,25,5.3,22.6,5,19.6z"
3115
+ })), children);
3116
+ });
3117
+ if (process.env.NODE_ENV !== "production") {
3118
+ ContinuousDeployment.propTypes = iconPropTypes4cbeb95d.i;
3119
+ }
3120
+
3121
+ exports.CheckmarkOutlineError = CheckmarkOutlineError;
3122
+ exports.CheckmarkOutlineWarning = CheckmarkOutlineWarning;
3123
+ exports.Chemistry = Chemistry;
3124
+ exports.ChemistryReference = ChemistryReference;
3125
+ exports.ChevronDown = ChevronDown;
3126
+ exports.ChevronDownOutline = ChevronDownOutline;
3127
+ exports.ChevronLeft = ChevronLeft;
3128
+ exports.ChevronMini = ChevronMini;
3129
+ exports.ChevronRight = ChevronRight;
3130
+ exports.ChevronSort = ChevronSort;
3131
+ exports.ChevronSortDown = ChevronSortDown;
3132
+ exports.ChevronSortUp = ChevronSortUp;
3133
+ exports.ChevronUp = ChevronUp;
3134
+ exports.ChevronUpOutline = ChevronUpOutline;
3135
+ exports.Chip = Chip;
3136
+ exports.Choices = Choices;
3137
+ exports.ChooseItem = ChooseItem;
3138
+ exports.ChoroplethMap = ChoroplethMap;
3139
+ exports.CicsCmas = CicsCmas;
3140
+ exports.CicsDb2Connection = CicsDb2Connection;
3141
+ exports.CicsExplorer = CicsExplorer;
3142
+ exports.CicsProgram = CicsProgram;
3143
+ exports.CicsRegion = CicsRegion;
3144
+ exports.CicsRegionAlt = CicsRegionAlt;
3145
+ exports.CicsRegionRouting = CicsRegionRouting;
3146
+ exports.CicsRegionTarget = CicsRegionTarget;
3147
+ exports.CicsSit = CicsSit;
3148
+ exports.CicsSitOverrides = CicsSitOverrides;
3149
+ exports.CicsSystemGroup = CicsSystemGroup;
3150
+ exports.CicsTransactionServerZos = CicsTransactionServerZos;
3151
+ exports.CicsWuiRegion = CicsWuiRegion;
3152
+ exports.Cicsplex = Cicsplex;
3153
+ exports.CircleDash = CircleDash;
3154
+ exports.CircleFill = CircleFill;
3155
+ exports.CircleFilled = CircleFilled;
3156
+ exports.CircleOutline = CircleOutline;
3157
+ exports.CirclePacking = CirclePacking;
3158
+ exports.CircleSolid = CircleSolid;
3159
+ exports.CircleStroke = CircleStroke;
3160
+ exports.Classification = Classification;
3161
+ exports.ClassifierLanguage = ClassifierLanguage;
3162
+ exports.Clean = Clean;
3163
+ exports.Close = Close;
3164
+ exports.CloseFilled = CloseFilled;
3165
+ exports.CloseLarge = CloseLarge;
3166
+ exports.CloseOutline = CloseOutline;
3167
+ exports.ClosedCaption = ClosedCaption;
3168
+ exports.ClosedCaptionAlt = ClosedCaptionAlt;
3169
+ exports.ClosedCaptionFilled = ClosedCaptionFilled;
3170
+ exports.Cloud = Cloud;
3171
+ exports.CloudAlerting = CloudAlerting;
3172
+ exports.CloudApp = CloudApp;
3173
+ exports.CloudAuditing = CloudAuditing;
3174
+ exports.CloudCeiling = CloudCeiling;
3175
+ exports.CloudDataOps = CloudDataOps;
3176
+ exports.CloudDownload = CloudDownload;
3177
+ exports.CloudFoundry_1 = CloudFoundry_1;
3178
+ exports.CloudFoundry_2 = CloudFoundry_2;
3179
+ exports.CloudLogging = CloudLogging;
3180
+ exports.CloudMonitoring = CloudMonitoring;
3181
+ exports.CloudOffline = CloudOffline;
3182
+ exports.CloudRegistry = CloudRegistry;
3183
+ exports.CloudSatellite = CloudSatellite;
3184
+ exports.CloudSatelliteConfig = CloudSatelliteConfig;
3185
+ exports.CloudSatelliteLink = CloudSatelliteLink;
3186
+ exports.CloudSatelliteServices = CloudSatelliteServices;
3187
+ exports.CloudServiceManagement = CloudServiceManagement;
3188
+ exports.CloudServices = CloudServices;
3189
+ exports.CloudUpload = CloudUpload;
3190
+ exports.Cloudy = Cloudy;
3191
+ exports.Code = Code;
3192
+ exports.CodeBlock = CodeBlock;
3193
+ exports.CodeHide = CodeHide;
3194
+ exports.CodeReference = CodeReference;
3195
+ exports.CodeSigningService = CodeSigningService;
3196
+ exports.Cognitive = Cognitive;
3197
+ exports.Collaborate = Collaborate;
3198
+ exports.CollapseAll = CollapseAll;
3199
+ exports.CollapseCategories = CollapseCategories;
3200
+ exports.ColorPalette = ColorPalette;
3201
+ exports.ColorSwitch = ColorSwitch;
3202
+ exports.Column = Column;
3203
+ exports.ColumnDelete = ColumnDelete;
3204
+ exports.ColumnDependency = ColumnDependency;
3205
+ exports.ColumnInsert = ColumnInsert;
3206
+ exports.Commit = Commit;
3207
+ exports.CommunicationUnified = CommunicationUnified;
3208
+ exports.Compare = Compare;
3209
+ exports.Compass = Compass;
3210
+ exports.Concept = Concept;
3211
+ exports.ConditionPoint = ConditionPoint;
3212
+ exports.ConditionWaitPoint = ConditionWaitPoint;
3213
+ exports.Connect = Connect;
3214
+ exports.ConnectRecursive = ConnectRecursive;
3215
+ exports.ConnectReference = ConnectReference;
3216
+ exports.ConnectSource = ConnectSource;
3217
+ exports.ConnectTarget = ConnectTarget;
3218
+ exports.ConnectionFlowUsage = ConnectionFlowUsage;
3219
+ exports.ConnectionReceive = ConnectionReceive;
3220
+ exports.ConnectionSend = ConnectionSend;
3221
+ exports.ConnectionSignal = ConnectionSignal;
3222
+ exports.ConnectionSignalOff = ConnectionSignalOff;
3223
+ exports.ConnectionTwoWay = ConnectionTwoWay;
3224
+ exports.ConnectionUsage = ConnectionUsage;
3225
+ exports.Constraint = Constraint;
3226
+ exports.Construction = Construction;
3227
+ exports.ContainerEngine = ContainerEngine;
3228
+ exports.ContainerImage = ContainerImage;
3229
+ exports.ContainerImagePull = ContainerImagePull;
3230
+ exports.ContainerImagePush = ContainerImagePush;
3231
+ exports.ContainerImagePushPull = ContainerImagePushPull;
3232
+ exports.ContainerRegistry = ContainerRegistry;
3233
+ exports.ContainerRuntime = ContainerRuntime;
3234
+ exports.ContainerRuntimeMonitor = ContainerRuntimeMonitor;
3235
+ exports.ContainerServices = ContainerServices;
3236
+ exports.ContainerSoftware = ContainerSoftware;
3237
+ exports.ContentDeliveryNetwork = ContentDeliveryNetwork;
3238
+ exports.ContentView = ContentView;
3239
+ exports.Continue = Continue;
3240
+ exports.ContinueFilled = ContinueFilled;
3241
+ exports.ContinuousDeployment = ContinuousDeployment;
3242
+ exports.QCircuitComposer = QCircuitComposer;
3243
+ exports.QComposerEdit = QComposerEdit;
3244
+ exports.WatsonHealthCircleMeasurement = WatsonHealthCircleMeasurement;
3245
+ exports.WatsonHealthCobbAngle = WatsonHealthCobbAngle;