@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,3119 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import React from 'react';
9
+ import Icon from '../Icon.js';
10
+ import { i as iconPropTypes } from '../iconPropTypes-4cbeb95d.js';
11
+ import 'prop-types';
12
+
13
+ var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _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;
14
+ const CheckmarkOutlineError = /*#__PURE__*/React.forwardRef(function CheckmarkOutlineError(_ref, ref) {
15
+ let {
16
+ children,
17
+ size = 16,
18
+ ...rest
19
+ } = _ref;
20
+ return /*#__PURE__*/React.createElement(Icon, {
21
+ width: size,
22
+ height: size,
23
+ ref: ref,
24
+ xmlns: "http://www.w3.org/2000/svg",
25
+ viewBox: "0 0 32 32",
26
+ fill: "currentColor",
27
+ ...rest
28
+ }, _path || (_path = /*#__PURE__*/React.createElement("path", {
29
+ d: "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z"
30
+ })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
31
+ 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"
32
+ })), children);
33
+ });
34
+ if (process.env.NODE_ENV !== "production") {
35
+ CheckmarkOutlineError.propTypes = iconPropTypes;
36
+ }
37
+ const CheckmarkOutlineWarning = /*#__PURE__*/React.forwardRef(function CheckmarkOutlineWarning(_ref2, ref) {
38
+ let {
39
+ children,
40
+ size = 16,
41
+ ...rest
42
+ } = _ref2;
43
+ return /*#__PURE__*/React.createElement(Icon, {
44
+ width: size,
45
+ height: size,
46
+ ref: ref,
47
+ xmlns: "http://www.w3.org/2000/svg",
48
+ viewBox: "0 0 32 32",
49
+ fill: "currentColor",
50
+ ...rest
51
+ }, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
52
+ d: "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z"
53
+ })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
54
+ 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"
55
+ })), children);
56
+ });
57
+ if (process.env.NODE_ENV !== "production") {
58
+ CheckmarkOutlineWarning.propTypes = iconPropTypes;
59
+ }
60
+ const Chemistry = /*#__PURE__*/React.forwardRef(function Chemistry(_ref3, ref) {
61
+ let {
62
+ children,
63
+ size = 16,
64
+ ...rest
65
+ } = _ref3;
66
+ return /*#__PURE__*/React.createElement(Icon, {
67
+ width: size,
68
+ height: size,
69
+ ref: ref,
70
+ xmlns: "http://www.w3.org/2000/svg",
71
+ viewBox: "0 0 32 32",
72
+ fill: "currentColor",
73
+ ...rest
74
+ }, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
75
+ d: "M27.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"
76
+ })), children);
77
+ });
78
+ if (process.env.NODE_ENV !== "production") {
79
+ Chemistry.propTypes = iconPropTypes;
80
+ }
81
+ const ChemistryReference = /*#__PURE__*/React.forwardRef(function ChemistryReference(_ref4, ref) {
82
+ let {
83
+ children,
84
+ size = 16,
85
+ ...rest
86
+ } = _ref4;
87
+ return /*#__PURE__*/React.createElement(Icon, {
88
+ width: size,
89
+ height: size,
90
+ ref: ref,
91
+ xmlns: "http://www.w3.org/2000/svg",
92
+ viewBox: "0 0 32 32",
93
+ fill: "currentColor",
94
+ ...rest
95
+ }, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
96
+ d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
97
+ })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
98
+ 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"
99
+ })), children);
100
+ });
101
+ if (process.env.NODE_ENV !== "production") {
102
+ ChemistryReference.propTypes = iconPropTypes;
103
+ }
104
+ const ChevronDown = /*#__PURE__*/React.forwardRef(function ChevronDown(_ref5, ref) {
105
+ let {
106
+ children,
107
+ size = 16,
108
+ ...rest
109
+ } = _ref5;
110
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
111
+ return /*#__PURE__*/React.createElement(Icon, {
112
+ width: size,
113
+ height: size,
114
+ ref: ref,
115
+ xmlns: "http://www.w3.org/2000/svg",
116
+ viewBox: "0 0 10 6",
117
+ fill: "currentColor",
118
+ ...rest
119
+ }, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
120
+ d: "M5 6L0 1 0.7 0.3 5 4.6 9.3 0.3 10 1z"
121
+ })), children);
122
+ }
123
+ if (size === 16 || size === "16" || size === "16px") {
124
+ return /*#__PURE__*/React.createElement(Icon, {
125
+ width: size,
126
+ height: size,
127
+ ref: ref,
128
+ xmlns: "http://www.w3.org/2000/svg",
129
+ viewBox: "0 0 16 16",
130
+ fill: "currentColor",
131
+ ...rest
132
+ }, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
133
+ d: "M8 11L3 6 3.7 5.3 8 9.6 12.3 5.3 13 6z"
134
+ })), children);
135
+ }
136
+ return /*#__PURE__*/React.createElement(Icon, {
137
+ width: size,
138
+ height: size,
139
+ ref: ref,
140
+ xmlns: "http://www.w3.org/2000/svg",
141
+ viewBox: "0 0 32 32",
142
+ fill: "currentColor",
143
+ ...rest
144
+ }, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
145
+ d: "M16 22L6 12 7.4 10.6 16 19.2 24.6 10.6 26 12z"
146
+ })), children);
147
+ });
148
+ if (process.env.NODE_ENV !== "production") {
149
+ ChevronDown.propTypes = iconPropTypes;
150
+ }
151
+ const ChevronDownOutline = /*#__PURE__*/React.forwardRef(function ChevronDownOutline(_ref6, ref) {
152
+ let {
153
+ children,
154
+ size = 16,
155
+ ...rest
156
+ } = _ref6;
157
+ return /*#__PURE__*/React.createElement(Icon, {
158
+ width: size,
159
+ height: size,
160
+ ref: ref,
161
+ xmlns: "http://www.w3.org/2000/svg",
162
+ viewBox: "0 0 32 32",
163
+ fill: "currentColor",
164
+ ...rest
165
+ }, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
166
+ d: "M9.4142 12.5858L16 19.1714 22.5858 12.5858 24 14 16 22 8 14 9.4142 12.5858z"
167
+ })), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
168
+ 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"
169
+ })), children);
170
+ });
171
+ if (process.env.NODE_ENV !== "production") {
172
+ ChevronDownOutline.propTypes = iconPropTypes;
173
+ }
174
+ const ChevronLeft = /*#__PURE__*/React.forwardRef(function ChevronLeft(_ref7, ref) {
175
+ let {
176
+ children,
177
+ size = 16,
178
+ ...rest
179
+ } = _ref7;
180
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
181
+ return /*#__PURE__*/React.createElement(Icon, {
182
+ width: size,
183
+ height: size,
184
+ ref: ref,
185
+ xmlns: "http://www.w3.org/2000/svg",
186
+ viewBox: "0 0 6 10",
187
+ fill: "currentColor",
188
+ ...rest
189
+ }, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
190
+ d: "M0 5L5 0 5.7 0.7 1.4 5 5.7 9.3 5 10z"
191
+ })), children);
192
+ }
193
+ if (size === 16 || size === "16" || size === "16px") {
194
+ return /*#__PURE__*/React.createElement(Icon, {
195
+ width: size,
196
+ height: size,
197
+ ref: ref,
198
+ xmlns: "http://www.w3.org/2000/svg",
199
+ viewBox: "0 0 16 16",
200
+ fill: "currentColor",
201
+ ...rest
202
+ }, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
203
+ d: "M5 8L10 3 10.7 3.7 6.4 8 10.7 12.3 10 13z"
204
+ })), children);
205
+ }
206
+ return /*#__PURE__*/React.createElement(Icon, {
207
+ width: size,
208
+ height: size,
209
+ ref: ref,
210
+ xmlns: "http://www.w3.org/2000/svg",
211
+ viewBox: "0 0 32 32",
212
+ fill: "currentColor",
213
+ ...rest
214
+ }, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
215
+ d: "M10 16L20 6 21.4 7.4 12.8 16 21.4 24.6 20 26z"
216
+ })), children);
217
+ });
218
+ if (process.env.NODE_ENV !== "production") {
219
+ ChevronLeft.propTypes = iconPropTypes;
220
+ }
221
+ const ChevronMini = /*#__PURE__*/React.forwardRef(function ChevronMini(_ref8, ref) {
222
+ let {
223
+ children,
224
+ size = 16,
225
+ ...rest
226
+ } = _ref8;
227
+ if (size === 16 || size === "16" || size === "16px") {
228
+ return /*#__PURE__*/React.createElement(Icon, {
229
+ width: size,
230
+ height: size,
231
+ ref: ref,
232
+ xmlns: "http://www.w3.org/2000/svg",
233
+ viewBox: "0 0 16 16",
234
+ fill: "currentColor",
235
+ ...rest
236
+ }, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
237
+ d: "M15 9L15 15 9 15z"
238
+ })), children);
239
+ }
240
+ return /*#__PURE__*/React.createElement(Icon, {
241
+ width: size,
242
+ height: size,
243
+ ref: ref,
244
+ xmlns: "http://www.w3.org/2000/svg",
245
+ viewBox: "0 0 32 32",
246
+ fill: "currentColor",
247
+ ...rest
248
+ }, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
249
+ d: "M31 19L31 31 19 31 31 19z"
250
+ })), children);
251
+ });
252
+ if (process.env.NODE_ENV !== "production") {
253
+ ChevronMini.propTypes = iconPropTypes;
254
+ }
255
+ const ChevronRight = /*#__PURE__*/React.forwardRef(function ChevronRight(_ref9, ref) {
256
+ let {
257
+ children,
258
+ size = 16,
259
+ ...rest
260
+ } = _ref9;
261
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
262
+ return /*#__PURE__*/React.createElement(Icon, {
263
+ width: size,
264
+ height: size,
265
+ ref: ref,
266
+ xmlns: "http://www.w3.org/2000/svg",
267
+ viewBox: "0 0 6 10",
268
+ fill: "currentColor",
269
+ ...rest
270
+ }, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
271
+ d: "M6 5L1 10 0.3 9.3 4.6 5 0.3 0.7 1 0z"
272
+ })), children);
273
+ }
274
+ if (size === 16 || size === "16" || size === "16px") {
275
+ return /*#__PURE__*/React.createElement(Icon, {
276
+ width: size,
277
+ height: size,
278
+ ref: ref,
279
+ xmlns: "http://www.w3.org/2000/svg",
280
+ viewBox: "0 0 16 16",
281
+ fill: "currentColor",
282
+ ...rest
283
+ }, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
284
+ d: "M11 8L6 13 5.3 12.3 9.6 8 5.3 3.7 6 3z"
285
+ })), children);
286
+ }
287
+ return /*#__PURE__*/React.createElement(Icon, {
288
+ width: size,
289
+ height: size,
290
+ ref: ref,
291
+ xmlns: "http://www.w3.org/2000/svg",
292
+ viewBox: "0 0 32 32",
293
+ fill: "currentColor",
294
+ ...rest
295
+ }, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
296
+ d: "M22 16L12 26 10.6 24.6 19.2 16 10.6 7.4 12 6z"
297
+ })), children);
298
+ });
299
+ if (process.env.NODE_ENV !== "production") {
300
+ ChevronRight.propTypes = iconPropTypes;
301
+ }
302
+ const ChevronSort = /*#__PURE__*/React.forwardRef(function ChevronSort(_ref10, ref) {
303
+ let {
304
+ children,
305
+ size = 16,
306
+ ...rest
307
+ } = _ref10;
308
+ if (size === 16 || size === "16" || size === "16px") {
309
+ return /*#__PURE__*/React.createElement(Icon, {
310
+ width: size,
311
+ height: size,
312
+ ref: ref,
313
+ xmlns: "http://www.w3.org/2000/svg",
314
+ viewBox: "0 0 16 16",
315
+ fill: "currentColor",
316
+ ...rest
317
+ }, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
318
+ 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"
319
+ })), children);
320
+ }
321
+ return /*#__PURE__*/React.createElement(Icon, {
322
+ width: size,
323
+ height: size,
324
+ ref: ref,
325
+ xmlns: "http://www.w3.org/2000/svg",
326
+ viewBox: "0 0 32 32",
327
+ fill: "currentColor",
328
+ ...rest
329
+ }, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
330
+ 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"
331
+ })), children);
332
+ });
333
+ if (process.env.NODE_ENV !== "production") {
334
+ ChevronSort.propTypes = iconPropTypes;
335
+ }
336
+ const ChevronSortDown = /*#__PURE__*/React.forwardRef(function ChevronSortDown(_ref11, ref) {
337
+ let {
338
+ children,
339
+ size = 16,
340
+ ...rest
341
+ } = _ref11;
342
+ if (size === 16 || size === "16" || size === "16px") {
343
+ return /*#__PURE__*/React.createElement(Icon, {
344
+ width: size,
345
+ height: size,
346
+ ref: ref,
347
+ xmlns: "http://www.w3.org/2000/svg",
348
+ viewBox: "0 0 16 16",
349
+ fill: "currentColor",
350
+ ...rest
351
+ }, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
352
+ d: "M8 14L4.5 10.5 5.2 9.8 8 12.6 10.8 9.8 11.5 10.5z"
353
+ })), children);
354
+ }
355
+ return /*#__PURE__*/React.createElement(Icon, {
356
+ width: size,
357
+ height: size,
358
+ ref: ref,
359
+ xmlns: "http://www.w3.org/2000/svg",
360
+ viewBox: "0 0 32 32",
361
+ fill: "currentColor",
362
+ ...rest
363
+ }, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
364
+ d: "M16 28L9 21 10.4 19.6 16 25.2 21.6 19.6 23 21z"
365
+ })), children);
366
+ });
367
+ if (process.env.NODE_ENV !== "production") {
368
+ ChevronSortDown.propTypes = iconPropTypes;
369
+ }
370
+ const ChevronSortUp = /*#__PURE__*/React.forwardRef(function ChevronSortUp(_ref12, ref) {
371
+ let {
372
+ children,
373
+ size = 16,
374
+ ...rest
375
+ } = _ref12;
376
+ if (size === 16 || size === "16" || size === "16px") {
377
+ return /*#__PURE__*/React.createElement(Icon, {
378
+ width: size,
379
+ height: size,
380
+ ref: ref,
381
+ xmlns: "http://www.w3.org/2000/svg",
382
+ viewBox: "0 0 16 16",
383
+ fill: "currentColor",
384
+ ...rest
385
+ }, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
386
+ d: "M8 2L11.5 5.5 10.8 6.2 8 3.4 5.2 6.2 4.5 5.5z"
387
+ })), children);
388
+ }
389
+ return /*#__PURE__*/React.createElement(Icon, {
390
+ width: size,
391
+ height: size,
392
+ ref: ref,
393
+ xmlns: "http://www.w3.org/2000/svg",
394
+ viewBox: "0 0 32 32",
395
+ fill: "currentColor",
396
+ ...rest
397
+ }, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
398
+ d: "M16 4L23 11 21.6 12.4 16 6.8 10.4 12.4 9 11z"
399
+ })), children);
400
+ });
401
+ if (process.env.NODE_ENV !== "production") {
402
+ ChevronSortUp.propTypes = iconPropTypes;
403
+ }
404
+ const ChevronUp = /*#__PURE__*/React.forwardRef(function ChevronUp(_ref13, ref) {
405
+ let {
406
+ children,
407
+ size = 16,
408
+ ...rest
409
+ } = _ref13;
410
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
411
+ return /*#__PURE__*/React.createElement(Icon, {
412
+ width: size,
413
+ height: size,
414
+ ref: ref,
415
+ xmlns: "http://www.w3.org/2000/svg",
416
+ viewBox: "0 0 10 6",
417
+ fill: "currentColor",
418
+ ...rest
419
+ }, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
420
+ d: "M5 0L10 5 9.3 5.7 5 1.4 0.7 5.7 0 5z"
421
+ })), children);
422
+ }
423
+ if (size === 16 || size === "16" || size === "16px") {
424
+ return /*#__PURE__*/React.createElement(Icon, {
425
+ width: size,
426
+ height: size,
427
+ ref: ref,
428
+ xmlns: "http://www.w3.org/2000/svg",
429
+ viewBox: "0 0 16 16",
430
+ fill: "currentColor",
431
+ ...rest
432
+ }, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
433
+ d: "M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z"
434
+ })), children);
435
+ }
436
+ return /*#__PURE__*/React.createElement(Icon, {
437
+ width: size,
438
+ height: size,
439
+ ref: ref,
440
+ xmlns: "http://www.w3.org/2000/svg",
441
+ viewBox: "0 0 32 32",
442
+ fill: "currentColor",
443
+ ...rest
444
+ }, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
445
+ d: "M16 10L26 20 24.6 21.4 16 12.8 7.4 21.4 6 20z"
446
+ })), children);
447
+ });
448
+ if (process.env.NODE_ENV !== "production") {
449
+ ChevronUp.propTypes = iconPropTypes;
450
+ }
451
+ const ChevronUpOutline = /*#__PURE__*/React.forwardRef(function ChevronUpOutline(_ref14, ref) {
452
+ let {
453
+ children,
454
+ size = 16,
455
+ ...rest
456
+ } = _ref14;
457
+ return /*#__PURE__*/React.createElement(Icon, {
458
+ width: size,
459
+ height: size,
460
+ ref: ref,
461
+ xmlns: "http://www.w3.org/2000/svg",
462
+ viewBox: "0 0 32 32",
463
+ fill: "currentColor",
464
+ ...rest
465
+ }, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
466
+ d: "M9.4142 19.4142L16 12.8286 22.5858 19.4142 24 18 16 10 8 18 9.4142 19.4142z"
467
+ })), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
468
+ 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"
469
+ })), children);
470
+ });
471
+ if (process.env.NODE_ENV !== "production") {
472
+ ChevronUpOutline.propTypes = iconPropTypes;
473
+ }
474
+ const Chip = /*#__PURE__*/React.forwardRef(function Chip(_ref15, ref) {
475
+ let {
476
+ children,
477
+ size = 16,
478
+ ...rest
479
+ } = _ref15;
480
+ return /*#__PURE__*/React.createElement(Icon, {
481
+ width: size,
482
+ height: size,
483
+ ref: ref,
484
+ xmlns: "http://www.w3.org/2000/svg",
485
+ viewBox: "0 0 32 32",
486
+ fill: "currentColor",
487
+ ...rest
488
+ }, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
489
+ d: "M11,11V21H21V11Zm8,8H13V13h6Z"
490
+ })), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
491
+ 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"
492
+ })), children);
493
+ });
494
+ if (process.env.NODE_ENV !== "production") {
495
+ Chip.propTypes = iconPropTypes;
496
+ }
497
+ const Choices = /*#__PURE__*/React.forwardRef(function Choices(_ref16, ref) {
498
+ let {
499
+ children,
500
+ size = 16,
501
+ ...rest
502
+ } = _ref16;
503
+ return /*#__PURE__*/React.createElement(Icon, {
504
+ width: size,
505
+ height: size,
506
+ ref: ref,
507
+ xmlns: "http://www.w3.org/2000/svg",
508
+ viewBox: "0 0 32 32",
509
+ fill: "currentColor",
510
+ ...rest
511
+ }, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
512
+ 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"
513
+ })), children);
514
+ });
515
+ if (process.env.NODE_ENV !== "production") {
516
+ Choices.propTypes = iconPropTypes;
517
+ }
518
+ const ChooseItem = /*#__PURE__*/React.forwardRef(function ChooseItem(_ref17, ref) {
519
+ let {
520
+ children,
521
+ size = 16,
522
+ ...rest
523
+ } = _ref17;
524
+ return /*#__PURE__*/React.createElement(Icon, {
525
+ width: size,
526
+ height: size,
527
+ ref: ref,
528
+ xmlns: "http://www.w3.org/2000/svg",
529
+ viewBox: "0 0 32 32",
530
+ fill: "currentColor",
531
+ ...rest
532
+ }, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
533
+ 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"
534
+ })), children);
535
+ });
536
+ if (process.env.NODE_ENV !== "production") {
537
+ ChooseItem.propTypes = iconPropTypes;
538
+ }
539
+ const ChoroplethMap = /*#__PURE__*/React.forwardRef(function ChoroplethMap(_ref18, ref) {
540
+ let {
541
+ children,
542
+ size = 16,
543
+ ...rest
544
+ } = _ref18;
545
+ return /*#__PURE__*/React.createElement(Icon, {
546
+ width: size,
547
+ height: size,
548
+ ref: ref,
549
+ xmlns: "http://www.w3.org/2000/svg",
550
+ viewBox: "0 0 32 32",
551
+ fill: "currentColor",
552
+ ...rest
553
+ }, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
554
+ 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"
555
+ })), children);
556
+ });
557
+ if (process.env.NODE_ENV !== "production") {
558
+ ChoroplethMap.propTypes = iconPropTypes;
559
+ }
560
+ const CicsCmas = /*#__PURE__*/React.forwardRef(function CicsCmas(_ref19, ref) {
561
+ let {
562
+ children,
563
+ size = 16,
564
+ ...rest
565
+ } = _ref19;
566
+ return /*#__PURE__*/React.createElement(Icon, {
567
+ width: size,
568
+ height: size,
569
+ ref: ref,
570
+ xmlns: "http://www.w3.org/2000/svg",
571
+ viewBox: "0 0 32 32",
572
+ fill: "currentColor",
573
+ ...rest
574
+ }, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
575
+ 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"
576
+ })), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
577
+ d: "M6,6H26V18h2V6a2.0059,2.0059,0,0,0-2-2H6A2.0059,2.0059,0,0,0,4,6V18H6Z"
578
+ })), children);
579
+ });
580
+ if (process.env.NODE_ENV !== "production") {
581
+ CicsCmas.propTypes = iconPropTypes;
582
+ }
583
+ const CicsDb2Connection = /*#__PURE__*/React.forwardRef(function CicsDb2Connection(_ref20, ref) {
584
+ let {
585
+ children,
586
+ size = 16,
587
+ ...rest
588
+ } = _ref20;
589
+ return /*#__PURE__*/React.createElement(Icon, {
590
+ width: size,
591
+ height: size,
592
+ ref: ref,
593
+ xmlns: "http://www.w3.org/2000/svg",
594
+ viewBox: "0 0 32 32",
595
+ fill: "currentColor",
596
+ ...rest
597
+ }, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
598
+ 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"
599
+ })), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
600
+ 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"
601
+ })), children);
602
+ });
603
+ if (process.env.NODE_ENV !== "production") {
604
+ CicsDb2Connection.propTypes = iconPropTypes;
605
+ }
606
+ const CicsExplorer = /*#__PURE__*/React.forwardRef(function CicsExplorer(_ref21, ref) {
607
+ let {
608
+ children,
609
+ size = 16,
610
+ ...rest
611
+ } = _ref21;
612
+ return /*#__PURE__*/React.createElement(Icon, {
613
+ width: size,
614
+ height: size,
615
+ ref: ref,
616
+ xmlns: "http://www.w3.org/2000/svg",
617
+ viewBox: "0 0 32 32",
618
+ fill: "currentColor",
619
+ ...rest
620
+ }, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
621
+ 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"
622
+ })), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
623
+ 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"
624
+ })), children);
625
+ });
626
+ if (process.env.NODE_ENV !== "production") {
627
+ CicsExplorer.propTypes = iconPropTypes;
628
+ }
629
+ const CicsProgram = /*#__PURE__*/React.forwardRef(function CicsProgram(_ref22, ref) {
630
+ let {
631
+ children,
632
+ size = 16,
633
+ ...rest
634
+ } = _ref22;
635
+ return /*#__PURE__*/React.createElement(Icon, {
636
+ width: size,
637
+ height: size,
638
+ ref: ref,
639
+ xmlns: "http://www.w3.org/2000/svg",
640
+ viewBox: "0 0 32 32",
641
+ fill: "currentColor",
642
+ ...rest
643
+ }, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
644
+ 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"
645
+ })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
646
+ cx: "9",
647
+ cy: "8",
648
+ r: "1"
649
+ })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
650
+ cx: "6",
651
+ cy: "8",
652
+ r: "1"
653
+ })), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
654
+ 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"
655
+ })), children);
656
+ });
657
+ if (process.env.NODE_ENV !== "production") {
658
+ CicsProgram.propTypes = iconPropTypes;
659
+ }
660
+ const CicsSit = /*#__PURE__*/React.forwardRef(function CicsSit(_ref23, ref) {
661
+ let {
662
+ children,
663
+ size = 16,
664
+ ...rest
665
+ } = _ref23;
666
+ return /*#__PURE__*/React.createElement(Icon, {
667
+ width: size,
668
+ height: size,
669
+ ref: ref,
670
+ xmlns: "http://www.w3.org/2000/svg",
671
+ viewBox: "0 0 32 32",
672
+ fill: "currentColor",
673
+ ...rest
674
+ }, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
675
+ d: "M23 22L30 27 23 32 23 22z"
676
+ })), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
677
+ 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"
678
+ })), children);
679
+ });
680
+ if (process.env.NODE_ENV !== "production") {
681
+ CicsSit.propTypes = iconPropTypes;
682
+ }
683
+ const CicsSitOverrides = /*#__PURE__*/React.forwardRef(function CicsSitOverrides(_ref24, ref) {
684
+ let {
685
+ children,
686
+ size = 16,
687
+ ...rest
688
+ } = _ref24;
689
+ return /*#__PURE__*/React.createElement(Icon, {
690
+ width: size,
691
+ height: size,
692
+ ref: ref,
693
+ xmlns: "http://www.w3.org/2000/svg",
694
+ viewBox: "0 0 32 32",
695
+ fill: "currentColor",
696
+ ...rest
697
+ }, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
698
+ 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"
699
+ })), children);
700
+ });
701
+ if (process.env.NODE_ENV !== "production") {
702
+ CicsSitOverrides.propTypes = iconPropTypes;
703
+ }
704
+ const CicsSystemGroup = /*#__PURE__*/React.forwardRef(function CicsSystemGroup(_ref25, ref) {
705
+ let {
706
+ children,
707
+ size = 16,
708
+ ...rest
709
+ } = _ref25;
710
+ return /*#__PURE__*/React.createElement(Icon, {
711
+ width: size,
712
+ height: size,
713
+ ref: ref,
714
+ xmlns: "http://www.w3.org/2000/svg",
715
+ viewBox: "0 0 32 32",
716
+ fill: "currentColor",
717
+ ...rest
718
+ }, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
719
+ 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"
720
+ })), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
721
+ 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"
722
+ })), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
723
+ d: "M4,4H9V2H4A2.0059,2.0059,0,0,0,2,4V28a2.0059,2.0059,0,0,0,2,2H9V28H4Z"
724
+ })), children);
725
+ });
726
+ if (process.env.NODE_ENV !== "production") {
727
+ CicsSystemGroup.propTypes = iconPropTypes;
728
+ }
729
+ const CicsTransactionServerZos = /*#__PURE__*/React.forwardRef(function CicsTransactionServerZos(_ref26, ref) {
730
+ let {
731
+ children,
732
+ size = 16,
733
+ ...rest
734
+ } = _ref26;
735
+ return /*#__PURE__*/React.createElement(Icon, {
736
+ width: size,
737
+ height: size,
738
+ ref: ref,
739
+ xmlns: "http://www.w3.org/2000/svg",
740
+ viewBox: "0 0 32 32",
741
+ fill: "currentColor",
742
+ ...rest
743
+ }, _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
744
+ cx: "28",
745
+ cy: "10",
746
+ r: "2"
747
+ })), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
748
+ d: "M18,29h-7v-2h7c4.9626,0,9-4.0374,9-9v-4h2v4c0,6.0654-4.9346,11-11,11Z"
749
+ })), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
750
+ 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"
751
+ })), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
752
+ cx: "4",
753
+ cy: "22",
754
+ r: "2"
755
+ })), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
756
+ d: "M5,18H3v-4C3,7.9346,7.9346,3,14,3h7v2h-7c-4.9626,0-9,4.0374-9,9v4Z"
757
+ })), children);
758
+ });
759
+ if (process.env.NODE_ENV !== "production") {
760
+ CicsTransactionServerZos.propTypes = iconPropTypes;
761
+ }
762
+ const CicsWuiRegion = /*#__PURE__*/React.forwardRef(function CicsWuiRegion(_ref27, ref) {
763
+ let {
764
+ children,
765
+ size = 16,
766
+ ...rest
767
+ } = _ref27;
768
+ return /*#__PURE__*/React.createElement(Icon, {
769
+ width: size,
770
+ height: size,
771
+ ref: ref,
772
+ xmlns: "http://www.w3.org/2000/svg",
773
+ viewBox: "0 0 32 32",
774
+ fill: "currentColor",
775
+ ...rest
776
+ }, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
777
+ 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"
778
+ })), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
779
+ d: "M26,4H6A2.0059,2.0059,0,0,0,4,6V18H6V6H26V18h2V6A2.0059,2.0059,0,0,0,26,4Z"
780
+ })), children);
781
+ });
782
+ if (process.env.NODE_ENV !== "production") {
783
+ CicsWuiRegion.propTypes = iconPropTypes;
784
+ }
785
+ const CicsRegion = /*#__PURE__*/React.forwardRef(function CicsRegion(_ref28, ref) {
786
+ let {
787
+ children,
788
+ size = 16,
789
+ ...rest
790
+ } = _ref28;
791
+ return /*#__PURE__*/React.createElement(Icon, {
792
+ width: size,
793
+ height: size,
794
+ ref: ref,
795
+ xmlns: "http://www.w3.org/2000/svg",
796
+ viewBox: "0 0 32 32",
797
+ fill: "currentColor",
798
+ ...rest
799
+ }, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
800
+ 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"
801
+ })), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
802
+ 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"
803
+ })), children);
804
+ });
805
+ if (process.env.NODE_ENV !== "production") {
806
+ CicsRegion.propTypes = iconPropTypes;
807
+ }
808
+ const CicsRegionAlt = /*#__PURE__*/React.forwardRef(function CicsRegionAlt(_ref29, ref) {
809
+ let {
810
+ children,
811
+ size = 16,
812
+ ...rest
813
+ } = _ref29;
814
+ return /*#__PURE__*/React.createElement(Icon, {
815
+ width: size,
816
+ height: size,
817
+ ref: ref,
818
+ xmlns: "http://www.w3.org/2000/svg",
819
+ viewBox: "0 0 32 32",
820
+ fill: "currentColor",
821
+ ...rest
822
+ }, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
823
+ 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"
824
+ })), children);
825
+ });
826
+ if (process.env.NODE_ENV !== "production") {
827
+ CicsRegionAlt.propTypes = iconPropTypes;
828
+ }
829
+ const CicsRegionRouting = /*#__PURE__*/React.forwardRef(function CicsRegionRouting(_ref30, ref) {
830
+ let {
831
+ children,
832
+ size = 16,
833
+ ...rest
834
+ } = _ref30;
835
+ return /*#__PURE__*/React.createElement(Icon, {
836
+ width: size,
837
+ height: size,
838
+ ref: ref,
839
+ xmlns: "http://www.w3.org/2000/svg",
840
+ viewBox: "0 0 32 32",
841
+ fill: "currentColor",
842
+ ...rest
843
+ }, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
844
+ 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"
845
+ })), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
846
+ 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"
847
+ })), children);
848
+ });
849
+ if (process.env.NODE_ENV !== "production") {
850
+ CicsRegionRouting.propTypes = iconPropTypes;
851
+ }
852
+ const CicsRegionTarget = /*#__PURE__*/React.forwardRef(function CicsRegionTarget(_ref31, ref) {
853
+ let {
854
+ children,
855
+ size = 16,
856
+ ...rest
857
+ } = _ref31;
858
+ return /*#__PURE__*/React.createElement(Icon, {
859
+ width: size,
860
+ height: size,
861
+ ref: ref,
862
+ xmlns: "http://www.w3.org/2000/svg",
863
+ viewBox: "0 0 32 32",
864
+ fill: "currentColor",
865
+ ...rest
866
+ }, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
867
+ 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"
868
+ })), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
869
+ 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"
870
+ })), children);
871
+ });
872
+ if (process.env.NODE_ENV !== "production") {
873
+ CicsRegionTarget.propTypes = iconPropTypes;
874
+ }
875
+ const Cicsplex = /*#__PURE__*/React.forwardRef(function Cicsplex(_ref32, ref) {
876
+ let {
877
+ children,
878
+ size = 16,
879
+ ...rest
880
+ } = _ref32;
881
+ return /*#__PURE__*/React.createElement(Icon, {
882
+ width: size,
883
+ height: size,
884
+ ref: ref,
885
+ xmlns: "http://www.w3.org/2000/svg",
886
+ viewBox: "0 0 32 32",
887
+ fill: "currentColor",
888
+ ...rest
889
+ }, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
890
+ 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"
891
+ })), children);
892
+ });
893
+ if (process.env.NODE_ENV !== "production") {
894
+ Cicsplex.propTypes = iconPropTypes;
895
+ }
896
+ const CircleFilled = /*#__PURE__*/React.forwardRef(function CircleFilled(_ref33, ref) {
897
+ let {
898
+ children,
899
+ size = 16,
900
+ ...rest
901
+ } = _ref33;
902
+ return /*#__PURE__*/React.createElement(Icon, {
903
+ width: size,
904
+ height: size,
905
+ ref: ref,
906
+ xmlns: "http://www.w3.org/2000/svg",
907
+ viewBox: "0 0 32 32",
908
+ fill: "currentColor",
909
+ ...rest
910
+ }, _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
911
+ cx: "16",
912
+ cy: "16",
913
+ r: "10"
914
+ })), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
915
+ 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"
916
+ })), children);
917
+ });
918
+ if (process.env.NODE_ENV !== "production") {
919
+ CircleFilled.propTypes = iconPropTypes;
920
+ }
921
+ const CircleOutline = /*#__PURE__*/React.forwardRef(function CircleOutline(_ref34, ref) {
922
+ let {
923
+ children,
924
+ size = 16,
925
+ ...rest
926
+ } = _ref34;
927
+ return /*#__PURE__*/React.createElement(Icon, {
928
+ width: size,
929
+ height: size,
930
+ ref: ref,
931
+ xmlns: "http://www.w3.org/2000/svg",
932
+ viewBox: "0 0 32 32",
933
+ fill: "currentColor",
934
+ ...rest
935
+ }, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
936
+ strokeWidth: "0",
937
+ 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"
938
+ })), children);
939
+ });
940
+ if (process.env.NODE_ENV !== "production") {
941
+ CircleOutline.propTypes = iconPropTypes;
942
+ }
943
+ const CircleSolid = /*#__PURE__*/React.forwardRef(function CircleSolid(_ref35, ref) {
944
+ let {
945
+ children,
946
+ size = 16,
947
+ ...rest
948
+ } = _ref35;
949
+ return /*#__PURE__*/React.createElement(Icon, {
950
+ width: size,
951
+ height: size,
952
+ ref: ref,
953
+ xmlns: "http://www.w3.org/2000/svg",
954
+ viewBox: "0 0 32 32",
955
+ fill: "currentColor",
956
+ ...rest
957
+ }, _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
958
+ cx: "16",
959
+ cy: "16",
960
+ r: "14"
961
+ })), children);
962
+ });
963
+ if (process.env.NODE_ENV !== "production") {
964
+ CircleSolid.propTypes = iconPropTypes;
965
+ }
966
+ const CircleDash = /*#__PURE__*/React.forwardRef(function CircleDash(_ref36, ref) {
967
+ let {
968
+ children,
969
+ size = 16,
970
+ ...rest
971
+ } = _ref36;
972
+ return /*#__PURE__*/React.createElement(Icon, {
973
+ width: size,
974
+ height: size,
975
+ ref: ref,
976
+ xmlns: "http://www.w3.org/2000/svg",
977
+ viewBox: "0 0 32 32",
978
+ fill: "currentColor",
979
+ ...rest
980
+ }, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
981
+ 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"
982
+ })), children);
983
+ });
984
+ if (process.env.NODE_ENV !== "production") {
985
+ CircleDash.propTypes = iconPropTypes;
986
+ }
987
+ const CircleFill = /*#__PURE__*/React.forwardRef(function CircleFill(_ref37, ref) {
988
+ let {
989
+ children,
990
+ size = 16,
991
+ ...rest
992
+ } = _ref37;
993
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
994
+ return /*#__PURE__*/React.createElement(Icon, {
995
+ width: size,
996
+ height: size,
997
+ ref: ref,
998
+ xmlns: "http://www.w3.org/2000/svg",
999
+ viewBox: "0 0 16 16",
1000
+ fill: "currentColor",
1001
+ ...rest
1002
+ }, _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
1003
+ cx: "8",
1004
+ cy: "8",
1005
+ r: "6"
1006
+ })), children);
1007
+ }
1008
+ return /*#__PURE__*/React.createElement(Icon, {
1009
+ width: size,
1010
+ height: size,
1011
+ ref: ref,
1012
+ xmlns: "http://www.w3.org/2000/svg",
1013
+ viewBox: "0 0 16 16",
1014
+ fill: "currentColor",
1015
+ ...rest
1016
+ }, _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
1017
+ cx: "8",
1018
+ cy: "8",
1019
+ r: "6"
1020
+ })), children);
1021
+ });
1022
+ if (process.env.NODE_ENV !== "production") {
1023
+ CircleFill.propTypes = iconPropTypes;
1024
+ }
1025
+ const WatsonHealthCircleMeasurement = /*#__PURE__*/React.forwardRef(function WatsonHealthCircleMeasurement(_ref38, ref) {
1026
+ let {
1027
+ children,
1028
+ size = 16,
1029
+ ...rest
1030
+ } = _ref38;
1031
+ return /*#__PURE__*/React.createElement(Icon, {
1032
+ width: size,
1033
+ height: size,
1034
+ ref: ref,
1035
+ xmlns: "http://www.w3.org/2000/svg",
1036
+ viewBox: "0 0 32 32",
1037
+ fill: "currentColor",
1038
+ ...rest
1039
+ }, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
1040
+ 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"
1041
+ })), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
1042
+ d: "M21,12.41V16h2V9H16v2h3.59L11,19.59V16H9v7h7V21H12.41Z"
1043
+ })), children);
1044
+ });
1045
+ if (process.env.NODE_ENV !== "production") {
1046
+ WatsonHealthCircleMeasurement.propTypes = iconPropTypes;
1047
+ }
1048
+ const CirclePacking = /*#__PURE__*/React.forwardRef(function CirclePacking(_ref39, ref) {
1049
+ let {
1050
+ children,
1051
+ size = 16,
1052
+ ...rest
1053
+ } = _ref39;
1054
+ return /*#__PURE__*/React.createElement(Icon, {
1055
+ width: size,
1056
+ height: size,
1057
+ ref: ref,
1058
+ xmlns: "http://www.w3.org/2000/svg",
1059
+ viewBox: "0 0 32 32",
1060
+ fill: "currentColor",
1061
+ ...rest
1062
+ }, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
1063
+ 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"
1064
+ })), children);
1065
+ });
1066
+ if (process.env.NODE_ENV !== "production") {
1067
+ CirclePacking.propTypes = iconPropTypes;
1068
+ }
1069
+ const CircleStroke = /*#__PURE__*/React.forwardRef(function CircleStroke(_ref40, ref) {
1070
+ let {
1071
+ children,
1072
+ size = 16,
1073
+ ...rest
1074
+ } = _ref40;
1075
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
1076
+ return /*#__PURE__*/React.createElement(Icon, {
1077
+ width: size,
1078
+ height: size,
1079
+ ref: ref,
1080
+ xmlns: "http://www.w3.org/2000/svg",
1081
+ viewBox: "0 0 16 16",
1082
+ fill: "currentColor",
1083
+ ...rest
1084
+ }, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
1085
+ 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"
1086
+ })), children);
1087
+ }
1088
+ return /*#__PURE__*/React.createElement(Icon, {
1089
+ width: size,
1090
+ height: size,
1091
+ ref: ref,
1092
+ xmlns: "http://www.w3.org/2000/svg",
1093
+ viewBox: "0 0 16 16",
1094
+ fill: "currentColor",
1095
+ ...rest
1096
+ }, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1097
+ 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"
1098
+ })), children);
1099
+ });
1100
+ if (process.env.NODE_ENV !== "production") {
1101
+ CircleStroke.propTypes = iconPropTypes;
1102
+ }
1103
+ const QCircuitComposer = /*#__PURE__*/React.forwardRef(function QCircuitComposer(_ref41, ref) {
1104
+ let {
1105
+ children,
1106
+ size = 16,
1107
+ ...rest
1108
+ } = _ref41;
1109
+ return /*#__PURE__*/React.createElement(Icon, {
1110
+ width: size,
1111
+ height: size,
1112
+ ref: ref,
1113
+ xmlns: "http://www.w3.org/2000/svg",
1114
+ viewBox: "0 0 32 32",
1115
+ fill: "currentColor",
1116
+ ...rest
1117
+ }, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1118
+ 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"
1119
+ })), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1120
+ 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"
1121
+ })), children);
1122
+ });
1123
+ if (process.env.NODE_ENV !== "production") {
1124
+ QCircuitComposer.propTypes = iconPropTypes;
1125
+ }
1126
+ const Classification = /*#__PURE__*/React.forwardRef(function Classification(_ref42, ref) {
1127
+ let {
1128
+ children,
1129
+ size = 16,
1130
+ ...rest
1131
+ } = _ref42;
1132
+ return /*#__PURE__*/React.createElement(Icon, {
1133
+ width: size,
1134
+ height: size,
1135
+ ref: ref,
1136
+ xmlns: "http://www.w3.org/2000/svg",
1137
+ viewBox: "0 0 32 32",
1138
+ fill: "currentColor",
1139
+ ...rest
1140
+ }, _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
1141
+ cx: "15",
1142
+ cy: "19",
1143
+ r: "1"
1144
+ })), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1145
+ 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"
1146
+ })), children);
1147
+ });
1148
+ if (process.env.NODE_ENV !== "production") {
1149
+ Classification.propTypes = iconPropTypes;
1150
+ }
1151
+ const ClassifierLanguage = /*#__PURE__*/React.forwardRef(function ClassifierLanguage(_ref43, ref) {
1152
+ let {
1153
+ children,
1154
+ size = 16,
1155
+ ...rest
1156
+ } = _ref43;
1157
+ return /*#__PURE__*/React.createElement(Icon, {
1158
+ width: size,
1159
+ height: size,
1160
+ ref: ref,
1161
+ xmlns: "http://www.w3.org/2000/svg",
1162
+ viewBox: "0 0 32 32",
1163
+ fill: "currentColor",
1164
+ ...rest
1165
+ }, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1166
+ 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"
1167
+ })), children);
1168
+ });
1169
+ if (process.env.NODE_ENV !== "production") {
1170
+ ClassifierLanguage.propTypes = iconPropTypes;
1171
+ }
1172
+ const Clean = /*#__PURE__*/React.forwardRef(function Clean(_ref44, ref) {
1173
+ let {
1174
+ children,
1175
+ size = 16,
1176
+ ...rest
1177
+ } = _ref44;
1178
+ return /*#__PURE__*/React.createElement(Icon, {
1179
+ width: size,
1180
+ height: size,
1181
+ ref: ref,
1182
+ xmlns: "http://www.w3.org/2000/svg",
1183
+ viewBox: "0 0 32 32",
1184
+ fill: "currentColor",
1185
+ ...rest
1186
+ }, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1187
+ d: "M20 18H26V20H20z",
1188
+ transform: "rotate(-180 23 19)"
1189
+ })), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1190
+ d: "M24 26H30V28H24z",
1191
+ transform: "rotate(-180 27 27)"
1192
+ })), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1193
+ d: "M22 22H28V24H22z",
1194
+ transform: "rotate(-180 25 23)"
1195
+ })), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1196
+ 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"
1197
+ })), children);
1198
+ });
1199
+ if (process.env.NODE_ENV !== "production") {
1200
+ Clean.propTypes = iconPropTypes;
1201
+ }
1202
+ const Close = /*#__PURE__*/React.forwardRef(function Close(_ref45, ref) {
1203
+ let {
1204
+ children,
1205
+ size = 16,
1206
+ ...rest
1207
+ } = _ref45;
1208
+ return /*#__PURE__*/React.createElement(Icon, {
1209
+ width: size,
1210
+ height: size,
1211
+ ref: ref,
1212
+ xmlns: "http://www.w3.org/2000/svg",
1213
+ viewBox: "0 0 32 32",
1214
+ fill: "currentColor",
1215
+ ...rest
1216
+ }, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1217
+ 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"
1218
+ })), children);
1219
+ });
1220
+ if (process.env.NODE_ENV !== "production") {
1221
+ Close.propTypes = iconPropTypes;
1222
+ }
1223
+ const CloseFilled = /*#__PURE__*/React.forwardRef(function CloseFilled(_ref46, ref) {
1224
+ let {
1225
+ children,
1226
+ size = 16,
1227
+ ...rest
1228
+ } = _ref46;
1229
+ if (size === 16 || size === "16" || size === "16px") {
1230
+ return /*#__PURE__*/React.createElement(Icon, {
1231
+ width: size,
1232
+ height: size,
1233
+ ref: ref,
1234
+ xmlns: "http://www.w3.org/2000/svg",
1235
+ viewBox: "0 0 16 16",
1236
+ fill: "currentColor",
1237
+ ...rest
1238
+ }, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1239
+ 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"
1240
+ })), children);
1241
+ }
1242
+ return /*#__PURE__*/React.createElement(Icon, {
1243
+ width: size,
1244
+ height: size,
1245
+ ref: ref,
1246
+ xmlns: "http://www.w3.org/2000/svg",
1247
+ viewBox: "0 0 32 32",
1248
+ fill: "currentColor",
1249
+ ...rest
1250
+ }, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1251
+ 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"
1252
+ })), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1253
+ 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",
1254
+ "data-icon-path": "inner-path",
1255
+ opacity: "0"
1256
+ })), children);
1257
+ });
1258
+ if (process.env.NODE_ENV !== "production") {
1259
+ CloseFilled.propTypes = iconPropTypes;
1260
+ }
1261
+ const CloseLarge = /*#__PURE__*/React.forwardRef(function CloseLarge(_ref47, ref) {
1262
+ let {
1263
+ children,
1264
+ size = 16,
1265
+ ...rest
1266
+ } = _ref47;
1267
+ return /*#__PURE__*/React.createElement(Icon, {
1268
+ width: size,
1269
+ height: size,
1270
+ ref: ref,
1271
+ xmlns: "http://www.w3.org/2000/svg",
1272
+ viewBox: "0 0 32 32",
1273
+ fill: "currentColor",
1274
+ ...rest
1275
+ }, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1276
+ 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"
1277
+ })), children);
1278
+ });
1279
+ if (process.env.NODE_ENV !== "production") {
1280
+ CloseLarge.propTypes = iconPropTypes;
1281
+ }
1282
+ const CloseOutline = /*#__PURE__*/React.forwardRef(function CloseOutline(_ref48, ref) {
1283
+ let {
1284
+ children,
1285
+ size = 16,
1286
+ ...rest
1287
+ } = _ref48;
1288
+ return /*#__PURE__*/React.createElement(Icon, {
1289
+ width: size,
1290
+ height: size,
1291
+ ref: ref,
1292
+ xmlns: "http://www.w3.org/2000/svg",
1293
+ viewBox: "0 0 32 32",
1294
+ fill: "currentColor",
1295
+ ...rest
1296
+ }, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1297
+ 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"
1298
+ })), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1299
+ 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"
1300
+ })), children);
1301
+ });
1302
+ if (process.env.NODE_ENV !== "production") {
1303
+ CloseOutline.propTypes = iconPropTypes;
1304
+ }
1305
+ const ClosedCaption = /*#__PURE__*/React.forwardRef(function ClosedCaption(_ref49, ref) {
1306
+ let {
1307
+ children,
1308
+ size = 16,
1309
+ ...rest
1310
+ } = _ref49;
1311
+ return /*#__PURE__*/React.createElement(Icon, {
1312
+ width: size,
1313
+ height: size,
1314
+ ref: ref,
1315
+ xmlns: "http://www.w3.org/2000/svg",
1316
+ viewBox: "0 0 32 32",
1317
+ fill: "currentColor",
1318
+ ...rest
1319
+ }, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1320
+ d: "M15 21H10a2 2 0 01-2-2V13a2 2 0 012-2h5v2H10v6h5zM25 21H20a2 2 0 01-2-2V13a2 2 0 012-2h5v2H20v6h5z"
1321
+ })), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1322
+ 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"
1323
+ })), children);
1324
+ });
1325
+ if (process.env.NODE_ENV !== "production") {
1326
+ ClosedCaption.propTypes = iconPropTypes;
1327
+ }
1328
+ const ClosedCaptionAlt = /*#__PURE__*/React.forwardRef(function ClosedCaptionAlt(_ref50, ref) {
1329
+ let {
1330
+ children,
1331
+ size = 16,
1332
+ ...rest
1333
+ } = _ref50;
1334
+ return /*#__PURE__*/React.createElement(Icon, {
1335
+ width: size,
1336
+ height: size,
1337
+ ref: ref,
1338
+ xmlns: "http://www.w3.org/2000/svg",
1339
+ viewBox: "0 0 32 32",
1340
+ fill: "currentColor",
1341
+ ...rest
1342
+ }, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1343
+ d: "M19 17H25V19H19zM11 17H17V19H11zM6 17H9V19H6zM22 13H26V15H22zM13 13H20V15H13zM6 13H11V15H6z"
1344
+ })), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1345
+ 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"
1346
+ })), children);
1347
+ });
1348
+ if (process.env.NODE_ENV !== "production") {
1349
+ ClosedCaptionAlt.propTypes = iconPropTypes;
1350
+ }
1351
+ const ClosedCaptionFilled = /*#__PURE__*/React.forwardRef(function ClosedCaptionFilled(_ref51, ref) {
1352
+ let {
1353
+ children,
1354
+ size = 16,
1355
+ ...rest
1356
+ } = _ref51;
1357
+ return /*#__PURE__*/React.createElement(Icon, {
1358
+ width: size,
1359
+ height: size,
1360
+ ref: ref,
1361
+ xmlns: "http://www.w3.org/2000/svg",
1362
+ viewBox: "0 0 32 32",
1363
+ fill: "currentColor",
1364
+ ...rest
1365
+ }, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1366
+ 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"
1367
+ })), children);
1368
+ });
1369
+ if (process.env.NODE_ENV !== "production") {
1370
+ ClosedCaptionFilled.propTypes = iconPropTypes;
1371
+ }
1372
+ const Cloud = /*#__PURE__*/React.forwardRef(function Cloud(_ref52, ref) {
1373
+ let {
1374
+ children,
1375
+ size = 16,
1376
+ ...rest
1377
+ } = _ref52;
1378
+ return /*#__PURE__*/React.createElement(Icon, {
1379
+ width: size,
1380
+ height: size,
1381
+ ref: ref,
1382
+ xmlns: "http://www.w3.org/2000/svg",
1383
+ viewBox: "0 0 32 32",
1384
+ fill: "currentColor",
1385
+ ...rest
1386
+ }, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1387
+ 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"
1388
+ })), children);
1389
+ });
1390
+ if (process.env.NODE_ENV !== "production") {
1391
+ Cloud.propTypes = iconPropTypes;
1392
+ }
1393
+ const CloudAlerting = /*#__PURE__*/React.forwardRef(function CloudAlerting(_ref53, ref) {
1394
+ let {
1395
+ children,
1396
+ size = 16,
1397
+ ...rest
1398
+ } = _ref53;
1399
+ return /*#__PURE__*/React.createElement(Icon, {
1400
+ width: size,
1401
+ height: size,
1402
+ ref: ref,
1403
+ xmlns: "http://www.w3.org/2000/svg",
1404
+ viewBox: "0 0 32 32",
1405
+ fill: "currentColor",
1406
+ ...rest
1407
+ }, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1408
+ d: "M28,17v5H4V6H15V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V17ZM18,28H14V24h4Z"
1409
+ })), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1410
+ 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"
1411
+ })), children);
1412
+ });
1413
+ if (process.env.NODE_ENV !== "production") {
1414
+ CloudAlerting.propTypes = iconPropTypes;
1415
+ }
1416
+ const CloudAuditing = /*#__PURE__*/React.forwardRef(function CloudAuditing(_ref54, ref) {
1417
+ let {
1418
+ children,
1419
+ size = 16,
1420
+ ...rest
1421
+ } = _ref54;
1422
+ return /*#__PURE__*/React.createElement(Icon, {
1423
+ width: size,
1424
+ height: size,
1425
+ ref: ref,
1426
+ xmlns: "http://www.w3.org/2000/svg",
1427
+ viewBox: "0 0 32 32",
1428
+ fill: "currentColor",
1429
+ ...rest
1430
+ }, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1431
+ d: "M28,16v6H4V6H16V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V16ZM18,28H14V24h4Z"
1432
+ })), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1433
+ d: "M21 15L16 10.04 17.59 8.47 21 11.85 28.41 4.5 30 6.08 21 15z"
1434
+ })), children);
1435
+ });
1436
+ if (process.env.NODE_ENV !== "production") {
1437
+ CloudAuditing.propTypes = iconPropTypes;
1438
+ }
1439
+ const CloudDataOps = /*#__PURE__*/React.forwardRef(function CloudDataOps(_ref55, ref) {
1440
+ let {
1441
+ children,
1442
+ size = 16,
1443
+ ...rest
1444
+ } = _ref55;
1445
+ return /*#__PURE__*/React.createElement(Icon, {
1446
+ width: size,
1447
+ height: size,
1448
+ ref: ref,
1449
+ xmlns: "http://www.w3.org/2000/svg",
1450
+ viewBox: "0 0 32 32",
1451
+ fill: "currentColor",
1452
+ ...rest
1453
+ }, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1454
+ 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"
1455
+ })), children);
1456
+ });
1457
+ if (process.env.NODE_ENV !== "production") {
1458
+ CloudDataOps.propTypes = iconPropTypes;
1459
+ }
1460
+ const CloudDownload = /*#__PURE__*/React.forwardRef(function CloudDownload(_ref56, ref) {
1461
+ let {
1462
+ children,
1463
+ size = 16,
1464
+ ...rest
1465
+ } = _ref56;
1466
+ return /*#__PURE__*/React.createElement(Icon, {
1467
+ width: size,
1468
+ height: size,
1469
+ ref: ref,
1470
+ xmlns: "http://www.w3.org/2000/svg",
1471
+ viewBox: "0 0 32 32",
1472
+ fill: "currentColor",
1473
+ ...rest
1474
+ }, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1475
+ 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"
1476
+ })), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1477
+ 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"
1478
+ })), children);
1479
+ });
1480
+ if (process.env.NODE_ENV !== "production") {
1481
+ CloudDownload.propTypes = iconPropTypes;
1482
+ }
1483
+ const CloudLogging = /*#__PURE__*/React.forwardRef(function CloudLogging(_ref57, ref) {
1484
+ let {
1485
+ children,
1486
+ size = 16,
1487
+ ...rest
1488
+ } = _ref57;
1489
+ return /*#__PURE__*/React.createElement(Icon, {
1490
+ width: size,
1491
+ height: size,
1492
+ ref: ref,
1493
+ xmlns: "http://www.w3.org/2000/svg",
1494
+ viewBox: "0 0 32 32",
1495
+ fill: "currentColor",
1496
+ ...rest
1497
+ }, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1498
+ d: "M28 16v6H4V6H15V4H4A2 2 0 002 6V22a2 2 0 002 2h8v4H8v2H24V28H20V24h8a2 2 0 002-2V16zM18 28H14V24h4zM18 4H30V6H18z"
1499
+ })), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1500
+ d: "M18 8H30V10H18zM18 12H24V14H18z"
1501
+ })), children);
1502
+ });
1503
+ if (process.env.NODE_ENV !== "production") {
1504
+ CloudLogging.propTypes = iconPropTypes;
1505
+ }
1506
+ const CloudMonitoring = /*#__PURE__*/React.forwardRef(function CloudMonitoring(_ref58, ref) {
1507
+ let {
1508
+ children,
1509
+ size = 16,
1510
+ ...rest
1511
+ } = _ref58;
1512
+ return /*#__PURE__*/React.createElement(Icon, {
1513
+ width: size,
1514
+ height: size,
1515
+ ref: ref,
1516
+ xmlns: "http://www.w3.org/2000/svg",
1517
+ viewBox: "0 0 32 32",
1518
+ fill: "currentColor",
1519
+ ...rest
1520
+ }, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1521
+ d: "M28,16v6H4V6h7V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V16ZM18,28H14V24h4Z"
1522
+ })), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1523
+ 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"
1524
+ })), children);
1525
+ });
1526
+ if (process.env.NODE_ENV !== "production") {
1527
+ CloudMonitoring.propTypes = iconPropTypes;
1528
+ }
1529
+ const CloudOffline = /*#__PURE__*/React.forwardRef(function CloudOffline(_ref59, ref) {
1530
+ let {
1531
+ children,
1532
+ size = 16,
1533
+ ...rest
1534
+ } = _ref59;
1535
+ return /*#__PURE__*/React.createElement(Icon, {
1536
+ width: size,
1537
+ height: size,
1538
+ ref: ref,
1539
+ xmlns: "http://www.w3.org/2000/svg",
1540
+ viewBox: "0 0 32 32",
1541
+ fill: "currentColor",
1542
+ ...rest
1543
+ }, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1544
+ 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"
1545
+ })), children);
1546
+ });
1547
+ if (process.env.NODE_ENV !== "production") {
1548
+ CloudOffline.propTypes = iconPropTypes;
1549
+ }
1550
+ const CloudServiceManagement = /*#__PURE__*/React.forwardRef(function CloudServiceManagement(_ref60, ref) {
1551
+ let {
1552
+ children,
1553
+ size = 16,
1554
+ ...rest
1555
+ } = _ref60;
1556
+ return /*#__PURE__*/React.createElement(Icon, {
1557
+ width: size,
1558
+ height: size,
1559
+ ref: ref,
1560
+ xmlns: "http://www.w3.org/2000/svg",
1561
+ viewBox: "0 0 32 32",
1562
+ fill: "currentColor",
1563
+ ...rest
1564
+ }, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1565
+ d: "M28,17v5H4V6H14V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V17ZM18,28H14V24h4Z"
1566
+ })), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1567
+ 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"
1568
+ })), children);
1569
+ });
1570
+ if (process.env.NODE_ENV !== "production") {
1571
+ CloudServiceManagement.propTypes = iconPropTypes;
1572
+ }
1573
+ const CloudUpload = /*#__PURE__*/React.forwardRef(function CloudUpload(_ref61, ref) {
1574
+ let {
1575
+ children,
1576
+ size = 16,
1577
+ ...rest
1578
+ } = _ref61;
1579
+ return /*#__PURE__*/React.createElement(Icon, {
1580
+ width: size,
1581
+ height: size,
1582
+ ref: ref,
1583
+ xmlns: "http://www.w3.org/2000/svg",
1584
+ viewBox: "0 0 32 32",
1585
+ fill: "currentColor",
1586
+ ...rest
1587
+ }, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1588
+ 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"
1589
+ })), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1590
+ 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"
1591
+ })), children);
1592
+ });
1593
+ if (process.env.NODE_ENV !== "production") {
1594
+ CloudUpload.propTypes = iconPropTypes;
1595
+ }
1596
+ const CloudApp = /*#__PURE__*/React.forwardRef(function CloudApp(_ref62, ref) {
1597
+ let {
1598
+ children,
1599
+ size = 16,
1600
+ ...rest
1601
+ } = _ref62;
1602
+ return /*#__PURE__*/React.createElement(Icon, {
1603
+ width: size,
1604
+ height: size,
1605
+ ref: ref,
1606
+ xmlns: "http://www.w3.org/2000/svg",
1607
+ viewBox: "0 0 32 32",
1608
+ fill: "currentColor",
1609
+ ...rest
1610
+ }, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1611
+ 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"
1612
+ })), children);
1613
+ });
1614
+ if (process.env.NODE_ENV !== "production") {
1615
+ CloudApp.propTypes = iconPropTypes;
1616
+ }
1617
+ const CloudCeiling = /*#__PURE__*/React.forwardRef(function CloudCeiling(_ref63, ref) {
1618
+ let {
1619
+ children,
1620
+ size = 16,
1621
+ ...rest
1622
+ } = _ref63;
1623
+ return /*#__PURE__*/React.createElement(Icon, {
1624
+ width: size,
1625
+ height: size,
1626
+ ref: ref,
1627
+ xmlns: "http://www.w3.org/2000/svg",
1628
+ viewBox: "0 0 32 32",
1629
+ fill: "currentColor",
1630
+ ...rest
1631
+ }, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1632
+ 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"
1633
+ })), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1634
+ 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"
1635
+ })), children);
1636
+ });
1637
+ if (process.env.NODE_ENV !== "production") {
1638
+ CloudCeiling.propTypes = iconPropTypes;
1639
+ }
1640
+ const CloudFoundry_1 = /*#__PURE__*/React.forwardRef(function CloudFoundry_1(_ref64, ref) {
1641
+ let {
1642
+ children,
1643
+ size = 16,
1644
+ ...rest
1645
+ } = _ref64;
1646
+ return /*#__PURE__*/React.createElement(Icon, {
1647
+ width: size,
1648
+ height: size,
1649
+ ref: ref,
1650
+ xmlns: "http://www.w3.org/2000/svg",
1651
+ viewBox: "0 0 32 32",
1652
+ fill: "currentColor",
1653
+ ...rest
1654
+ }, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1655
+ 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"
1656
+ })), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1657
+ d: "M14 24H11a2 2 0 01-2-2V19a2 2 0 012-2h3v2H11v3h3zM21 15V13H19a2 2 0 00-2 2v2H16v2h1v5h2V19h2V17H19V15z"
1658
+ })), children);
1659
+ });
1660
+ if (process.env.NODE_ENV !== "production") {
1661
+ CloudFoundry_1.propTypes = iconPropTypes;
1662
+ }
1663
+ const CloudFoundry_2 = /*#__PURE__*/React.forwardRef(function CloudFoundry_2(_ref65, ref) {
1664
+ let {
1665
+ children,
1666
+ size = 16,
1667
+ ...rest
1668
+ } = _ref65;
1669
+ return /*#__PURE__*/React.createElement(Icon, {
1670
+ width: size,
1671
+ height: size,
1672
+ ref: ref,
1673
+ xmlns: "http://www.w3.org/2000/svg",
1674
+ viewBox: "0 0 32 32",
1675
+ fill: "currentColor",
1676
+ ...rest
1677
+ }, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1678
+ 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"
1679
+ })), children);
1680
+ });
1681
+ if (process.env.NODE_ENV !== "production") {
1682
+ CloudFoundry_2.propTypes = iconPropTypes;
1683
+ }
1684
+ const CloudRegistry = /*#__PURE__*/React.forwardRef(function CloudRegistry(_ref66, ref) {
1685
+ let {
1686
+ children,
1687
+ size = 16,
1688
+ ...rest
1689
+ } = _ref66;
1690
+ return /*#__PURE__*/React.createElement(Icon, {
1691
+ width: size,
1692
+ height: size,
1693
+ ref: ref,
1694
+ xmlns: "http://www.w3.org/2000/svg",
1695
+ viewBox: "0 0 32 32",
1696
+ fill: "currentColor",
1697
+ ...rest
1698
+ }, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1699
+ 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"
1700
+ })), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1701
+ 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"
1702
+ })), children);
1703
+ });
1704
+ if (process.env.NODE_ENV !== "production") {
1705
+ CloudRegistry.propTypes = iconPropTypes;
1706
+ }
1707
+ const CloudSatellite = /*#__PURE__*/React.forwardRef(function CloudSatellite(_ref67, ref) {
1708
+ let {
1709
+ children,
1710
+ size = 16,
1711
+ ...rest
1712
+ } = _ref67;
1713
+ return /*#__PURE__*/React.createElement(Icon, {
1714
+ width: size,
1715
+ height: size,
1716
+ ref: ref,
1717
+ xmlns: "http://www.w3.org/2000/svg",
1718
+ viewBox: "0 0 32 32",
1719
+ fill: "currentColor",
1720
+ ...rest
1721
+ }, _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
1722
+ cx: "9",
1723
+ cy: "20",
1724
+ r: "2"
1725
+ })), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1726
+ 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"
1727
+ })), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
1728
+ cx: "23",
1729
+ cy: "12",
1730
+ r: "2"
1731
+ })), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1732
+ 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"
1733
+ })), children);
1734
+ });
1735
+ if (process.env.NODE_ENV !== "production") {
1736
+ CloudSatellite.propTypes = iconPropTypes;
1737
+ }
1738
+ const CloudSatelliteConfig = /*#__PURE__*/React.forwardRef(function CloudSatelliteConfig(_ref68, ref) {
1739
+ let {
1740
+ children,
1741
+ size = 16,
1742
+ ...rest
1743
+ } = _ref68;
1744
+ return /*#__PURE__*/React.createElement(Icon, {
1745
+ width: size,
1746
+ height: size,
1747
+ ref: ref,
1748
+ xmlns: "http://www.w3.org/2000/svg",
1749
+ viewBox: "0 0 32 32",
1750
+ fill: "currentColor",
1751
+ ...rest
1752
+ }, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1753
+ 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"
1754
+ })), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
1755
+ cx: "7",
1756
+ cy: "20",
1757
+ r: "2"
1758
+ })), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1759
+ 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"
1760
+ })), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
1761
+ cx: "21",
1762
+ cy: "12",
1763
+ r: "2"
1764
+ })), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1765
+ 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"
1766
+ })), children);
1767
+ });
1768
+ if (process.env.NODE_ENV !== "production") {
1769
+ CloudSatelliteConfig.propTypes = iconPropTypes;
1770
+ }
1771
+ const CloudSatelliteLink = /*#__PURE__*/React.forwardRef(function CloudSatelliteLink(_ref69, ref) {
1772
+ let {
1773
+ children,
1774
+ size = 16,
1775
+ ...rest
1776
+ } = _ref69;
1777
+ return /*#__PURE__*/React.createElement(Icon, {
1778
+ width: size,
1779
+ height: size,
1780
+ ref: ref,
1781
+ xmlns: "http://www.w3.org/2000/svg",
1782
+ viewBox: "0 0 32 32",
1783
+ fill: "currentColor",
1784
+ ...rest
1785
+ }, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1786
+ 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"
1787
+ })), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1788
+ 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"
1789
+ })), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
1790
+ cx: "7",
1791
+ cy: "20",
1792
+ r: "2"
1793
+ })), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1794
+ 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"
1795
+ })), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
1796
+ cx: "21",
1797
+ cy: "12",
1798
+ r: "2"
1799
+ })), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1800
+ 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"
1801
+ })), children);
1802
+ });
1803
+ if (process.env.NODE_ENV !== "production") {
1804
+ CloudSatelliteLink.propTypes = iconPropTypes;
1805
+ }
1806
+ const CloudSatelliteServices = /*#__PURE__*/React.forwardRef(function CloudSatelliteServices(_ref70, ref) {
1807
+ let {
1808
+ children,
1809
+ size = 16,
1810
+ ...rest
1811
+ } = _ref70;
1812
+ return /*#__PURE__*/React.createElement(Icon, {
1813
+ width: size,
1814
+ height: size,
1815
+ ref: ref,
1816
+ xmlns: "http://www.w3.org/2000/svg",
1817
+ viewBox: "0 0 32 32",
1818
+ fill: "currentColor",
1819
+ ...rest
1820
+ }, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1821
+ 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"
1822
+ })), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
1823
+ cx: "7",
1824
+ cy: "20",
1825
+ r: "2"
1826
+ })), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1827
+ 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"
1828
+ })), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
1829
+ cx: "21",
1830
+ cy: "12",
1831
+ r: "2"
1832
+ })), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1833
+ 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"
1834
+ })), children);
1835
+ });
1836
+ if (process.env.NODE_ENV !== "production") {
1837
+ CloudSatelliteServices.propTypes = iconPropTypes;
1838
+ }
1839
+ const CloudServices = /*#__PURE__*/React.forwardRef(function CloudServices(_ref71, ref) {
1840
+ let {
1841
+ children,
1842
+ size = 16,
1843
+ ...rest
1844
+ } = _ref71;
1845
+ return /*#__PURE__*/React.createElement(Icon, {
1846
+ width: size,
1847
+ height: size,
1848
+ ref: ref,
1849
+ xmlns: "http://www.w3.org/2000/svg",
1850
+ viewBox: "0 0 32 32",
1851
+ fill: "currentColor",
1852
+ ...rest
1853
+ }, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1854
+ 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"
1855
+ })), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1856
+ 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"
1857
+ })), children);
1858
+ });
1859
+ if (process.env.NODE_ENV !== "production") {
1860
+ CloudServices.propTypes = iconPropTypes;
1861
+ }
1862
+ const Cloudy = /*#__PURE__*/React.forwardRef(function Cloudy(_ref72, ref) {
1863
+ let {
1864
+ children,
1865
+ size = 16,
1866
+ ...rest
1867
+ } = _ref72;
1868
+ return /*#__PURE__*/React.createElement(Icon, {
1869
+ width: size,
1870
+ height: size,
1871
+ ref: ref,
1872
+ xmlns: "http://www.w3.org/2000/svg",
1873
+ viewBox: "0 0 32 32",
1874
+ fill: "currentColor",
1875
+ ...rest
1876
+ }, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1877
+ 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"
1878
+ })), children);
1879
+ });
1880
+ if (process.env.NODE_ENV !== "production") {
1881
+ Cloudy.propTypes = iconPropTypes;
1882
+ }
1883
+ const WatsonHealthCobbAngle = /*#__PURE__*/React.forwardRef(function WatsonHealthCobbAngle(_ref73, ref) {
1884
+ let {
1885
+ children,
1886
+ size = 16,
1887
+ ...rest
1888
+ } = _ref73;
1889
+ return /*#__PURE__*/React.createElement(Icon, {
1890
+ width: size,
1891
+ height: size,
1892
+ ref: ref,
1893
+ xmlns: "http://www.w3.org/2000/svg",
1894
+ viewBox: "0 0 32 32",
1895
+ fill: "currentColor",
1896
+ ...rest
1897
+ }, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1898
+ 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"
1899
+ })), children);
1900
+ });
1901
+ if (process.env.NODE_ENV !== "production") {
1902
+ WatsonHealthCobbAngle.propTypes = iconPropTypes;
1903
+ }
1904
+ const Code = /*#__PURE__*/React.forwardRef(function Code(_ref74, ref) {
1905
+ let {
1906
+ children,
1907
+ size = 16,
1908
+ ...rest
1909
+ } = _ref74;
1910
+ return /*#__PURE__*/React.createElement(Icon, {
1911
+ width: size,
1912
+ height: size,
1913
+ ref: ref,
1914
+ xmlns: "http://www.w3.org/2000/svg",
1915
+ viewBox: "0 0 32 32",
1916
+ fill: "currentColor",
1917
+ ...rest
1918
+ }, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1919
+ 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"
1920
+ })), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1921
+ d: "M5.91 15H26.080000000000002V17H5.91z",
1922
+ transform: "rotate(-75 15.996 16)"
1923
+ })), children);
1924
+ });
1925
+ if (process.env.NODE_ENV !== "production") {
1926
+ Code.propTypes = iconPropTypes;
1927
+ }
1928
+ const CodeHide = /*#__PURE__*/React.forwardRef(function CodeHide(_ref75, ref) {
1929
+ let {
1930
+ children,
1931
+ size = 16,
1932
+ ...rest
1933
+ } = _ref75;
1934
+ return /*#__PURE__*/React.createElement(Icon, {
1935
+ width: size,
1936
+ height: size,
1937
+ ref: ref,
1938
+ xmlns: "http://www.w3.org/2000/svg",
1939
+ viewBox: "0 0 32 32",
1940
+ fill: "currentColor",
1941
+ ...rest
1942
+ }, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1943
+ 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"
1944
+ })), children);
1945
+ });
1946
+ if (process.env.NODE_ENV !== "production") {
1947
+ CodeHide.propTypes = iconPropTypes;
1948
+ }
1949
+ const CodeReference = /*#__PURE__*/React.forwardRef(function CodeReference(_ref76, ref) {
1950
+ let {
1951
+ children,
1952
+ size = 16,
1953
+ ...rest
1954
+ } = _ref76;
1955
+ return /*#__PURE__*/React.createElement(Icon, {
1956
+ width: size,
1957
+ height: size,
1958
+ ref: ref,
1959
+ xmlns: "http://www.w3.org/2000/svg",
1960
+ viewBox: "0 0 32 32",
1961
+ fill: "currentColor",
1962
+ ...rest
1963
+ }, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1964
+ 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"
1965
+ })), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1966
+ d: "M8.944 9.001H24.974000000000004V11.001H8.944z",
1967
+ transform: "rotate(-74.995 16.96 10)"
1968
+ })), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
1969
+ d: "M4 10L10 4 11.414 5.414 6.828 10 11.414 14.586 10 16 4 10z"
1970
+ })), children);
1971
+ });
1972
+ if (process.env.NODE_ENV !== "production") {
1973
+ CodeReference.propTypes = iconPropTypes;
1974
+ }
1975
+ const CodeBlock = /*#__PURE__*/React.forwardRef(function CodeBlock(_ref77, ref) {
1976
+ let {
1977
+ children,
1978
+ size = 16,
1979
+ ...rest
1980
+ } = _ref77;
1981
+ return /*#__PURE__*/React.createElement(Icon, {
1982
+ width: size,
1983
+ height: size,
1984
+ ref: ref,
1985
+ xmlns: "http://www.w3.org/2000/svg",
1986
+ viewBox: "0 0 32 32",
1987
+ fill: "currentColor",
1988
+ ...rest
1989
+ }, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
1990
+ strokeWidth: "0",
1991
+ d: "M2 3H10V5H2zM6 9H30V11H6zM6 15H30V17H6zM2 27H10V29H2zM6 21H22V23H6z"
1992
+ })), children);
1993
+ });
1994
+ if (process.env.NODE_ENV !== "production") {
1995
+ CodeBlock.propTypes = iconPropTypes;
1996
+ }
1997
+ const CodeSigningService = /*#__PURE__*/React.forwardRef(function CodeSigningService(_ref78, ref) {
1998
+ let {
1999
+ children,
2000
+ size = 16,
2001
+ ...rest
2002
+ } = _ref78;
2003
+ return /*#__PURE__*/React.createElement(Icon, {
2004
+ width: size,
2005
+ height: size,
2006
+ ref: ref,
2007
+ xmlns: "http://www.w3.org/2000/svg",
2008
+ viewBox: "0 0 32 32",
2009
+ fill: "currentColor",
2010
+ ...rest
2011
+ }, _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
2012
+ cx: "25",
2013
+ cy: "20",
2014
+ r: "1"
2015
+ })), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
2016
+ 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"
2017
+ })), children);
2018
+ });
2019
+ if (process.env.NODE_ENV !== "production") {
2020
+ CodeSigningService.propTypes = iconPropTypes;
2021
+ }
2022
+ const Cognitive = /*#__PURE__*/React.forwardRef(function Cognitive(_ref79, ref) {
2023
+ let {
2024
+ children,
2025
+ size = 16,
2026
+ ...rest
2027
+ } = _ref79;
2028
+ return /*#__PURE__*/React.createElement(Icon, {
2029
+ width: size,
2030
+ height: size,
2031
+ ref: ref,
2032
+ xmlns: "http://www.w3.org/2000/svg",
2033
+ viewBox: "0 0 32 32",
2034
+ fill: "currentColor",
2035
+ ...rest
2036
+ }, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
2037
+ 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"
2038
+ })), children);
2039
+ });
2040
+ if (process.env.NODE_ENV !== "production") {
2041
+ Cognitive.propTypes = iconPropTypes;
2042
+ }
2043
+ const Collaborate = /*#__PURE__*/React.forwardRef(function Collaborate(_ref80, ref) {
2044
+ let {
2045
+ children,
2046
+ size = 16,
2047
+ ...rest
2048
+ } = _ref80;
2049
+ return /*#__PURE__*/React.createElement(Icon, {
2050
+ width: size,
2051
+ height: size,
2052
+ ref: ref,
2053
+ xmlns: "http://www.w3.org/2000/svg",
2054
+ viewBox: "0 0 32 32",
2055
+ fill: "currentColor",
2056
+ ...rest
2057
+ }, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
2058
+ 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"
2059
+ })), children);
2060
+ });
2061
+ if (process.env.NODE_ENV !== "production") {
2062
+ Collaborate.propTypes = iconPropTypes;
2063
+ }
2064
+ const CollapseAll = /*#__PURE__*/React.forwardRef(function CollapseAll(_ref81, ref) {
2065
+ let {
2066
+ children,
2067
+ size = 16,
2068
+ ...rest
2069
+ } = _ref81;
2070
+ return /*#__PURE__*/React.createElement(Icon, {
2071
+ width: size,
2072
+ height: size,
2073
+ ref: ref,
2074
+ xmlns: "http://www.w3.org/2000/svg",
2075
+ viewBox: "0 0 32 32",
2076
+ fill: "currentColor",
2077
+ ...rest
2078
+ }, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
2079
+ d: "M30,15H28V7H13V5H28a2.0023,2.0023,0,0,1,2,2Z"
2080
+ })), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
2081
+ d: "M25,20H23V12H8V10H23a2.0023,2.0023,0,0,1,2,2Z"
2082
+ })), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
2083
+ 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"
2084
+ })), children);
2085
+ });
2086
+ if (process.env.NODE_ENV !== "production") {
2087
+ CollapseAll.propTypes = iconPropTypes;
2088
+ }
2089
+ const CollapseCategories = /*#__PURE__*/React.forwardRef(function CollapseCategories(_ref82, ref) {
2090
+ let {
2091
+ children,
2092
+ size = 16,
2093
+ ...rest
2094
+ } = _ref82;
2095
+ return /*#__PURE__*/React.createElement(Icon, {
2096
+ width: size,
2097
+ height: size,
2098
+ ref: ref,
2099
+ xmlns: "http://www.w3.org/2000/svg",
2100
+ viewBox: "0 0 32 32",
2101
+ fill: "currentColor",
2102
+ ...rest
2103
+ }, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
2104
+ 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"
2105
+ })), children);
2106
+ });
2107
+ if (process.env.NODE_ENV !== "production") {
2108
+ CollapseCategories.propTypes = iconPropTypes;
2109
+ }
2110
+ const ColorPalette = /*#__PURE__*/React.forwardRef(function ColorPalette(_ref83, ref) {
2111
+ let {
2112
+ children,
2113
+ size = 16,
2114
+ ...rest
2115
+ } = _ref83;
2116
+ return /*#__PURE__*/React.createElement(Icon, {
2117
+ width: size,
2118
+ height: size,
2119
+ ref: ref,
2120
+ xmlns: "http://www.w3.org/2000/svg",
2121
+ viewBox: "0 0 32 32",
2122
+ fill: "currentColor",
2123
+ ...rest
2124
+ }, _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
2125
+ cx: "10",
2126
+ cy: "12",
2127
+ r: "2"
2128
+ })), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
2129
+ cx: "16",
2130
+ cy: "9",
2131
+ r: "2"
2132
+ })), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
2133
+ cx: "22",
2134
+ cy: "12",
2135
+ r: "2"
2136
+ })), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
2137
+ cx: "23",
2138
+ cy: "18",
2139
+ r: "2"
2140
+ })), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
2141
+ cx: "19",
2142
+ cy: "23",
2143
+ r: "2"
2144
+ })), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
2145
+ 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"
2146
+ })), children);
2147
+ });
2148
+ if (process.env.NODE_ENV !== "production") {
2149
+ ColorPalette.propTypes = iconPropTypes;
2150
+ }
2151
+ const ColorSwitch = /*#__PURE__*/React.forwardRef(function ColorSwitch(_ref84, ref) {
2152
+ let {
2153
+ children,
2154
+ size = 16,
2155
+ ...rest
2156
+ } = _ref84;
2157
+ return /*#__PURE__*/React.createElement(Icon, {
2158
+ width: size,
2159
+ height: size,
2160
+ ref: ref,
2161
+ xmlns: "http://www.w3.org/2000/svg",
2162
+ viewBox: "0 0 32 32",
2163
+ fill: "currentColor",
2164
+ ...rest
2165
+ }, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
2166
+ 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"
2167
+ })), children);
2168
+ });
2169
+ if (process.env.NODE_ENV !== "production") {
2170
+ ColorSwitch.propTypes = iconPropTypes;
2171
+ }
2172
+ const Column = /*#__PURE__*/React.forwardRef(function Column(_ref85, ref) {
2173
+ let {
2174
+ children,
2175
+ size = 16,
2176
+ ...rest
2177
+ } = _ref85;
2178
+ return /*#__PURE__*/React.createElement(Icon, {
2179
+ width: size,
2180
+ height: size,
2181
+ ref: ref,
2182
+ xmlns: "http://www.w3.org/2000/svg",
2183
+ viewBox: "0 0 32 32",
2184
+ fill: "currentColor",
2185
+ ...rest
2186
+ }, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2187
+ d: "M24 4H26V28H24zM18 6V26H14V6h4m0-2H14a2 2 0 00-2 2V26a2 2 0 002 2h4a2 2 0 002-2V6a2 2 0 00-2-2zM6 4H8V28H6z"
2188
+ })), children);
2189
+ });
2190
+ if (process.env.NODE_ENV !== "production") {
2191
+ Column.propTypes = iconPropTypes;
2192
+ }
2193
+ const ColumnDelete = /*#__PURE__*/React.forwardRef(function ColumnDelete(_ref86, ref) {
2194
+ let {
2195
+ children,
2196
+ size = 16,
2197
+ ...rest
2198
+ } = _ref86;
2199
+ return /*#__PURE__*/React.createElement(Icon, {
2200
+ width: size,
2201
+ height: size,
2202
+ ref: ref,
2203
+ xmlns: "http://www.w3.org/2000/svg",
2204
+ viewBox: "0 0 32 32",
2205
+ fill: "currentColor",
2206
+ ...rest
2207
+ }, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2208
+ 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"
2209
+ })), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2210
+ 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"
2211
+ })), children);
2212
+ });
2213
+ if (process.env.NODE_ENV !== "production") {
2214
+ ColumnDelete.propTypes = iconPropTypes;
2215
+ }
2216
+ const ColumnInsert = /*#__PURE__*/React.forwardRef(function ColumnInsert(_ref87, ref) {
2217
+ let {
2218
+ children,
2219
+ size = 16,
2220
+ ...rest
2221
+ } = _ref87;
2222
+ return /*#__PURE__*/React.createElement(Icon, {
2223
+ width: size,
2224
+ height: size,
2225
+ ref: ref,
2226
+ xmlns: "http://www.w3.org/2000/svg",
2227
+ viewBox: "0 0 32 32",
2228
+ fill: "currentColor",
2229
+ ...rest
2230
+ }, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2231
+ 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"
2232
+ })), children);
2233
+ });
2234
+ if (process.env.NODE_ENV !== "production") {
2235
+ ColumnInsert.propTypes = iconPropTypes;
2236
+ }
2237
+ const ColumnDependency = /*#__PURE__*/React.forwardRef(function ColumnDependency(_ref88, ref) {
2238
+ let {
2239
+ children,
2240
+ size = 16,
2241
+ ...rest
2242
+ } = _ref88;
2243
+ return /*#__PURE__*/React.createElement(Icon, {
2244
+ width: size,
2245
+ height: size,
2246
+ ref: ref,
2247
+ xmlns: "http://www.w3.org/2000/svg",
2248
+ viewBox: "0 0 32 32",
2249
+ fill: "currentColor",
2250
+ ...rest
2251
+ }, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2252
+ d: "M30,10V2H22V5H17a2.0023,2.0023,0,0,0-2,2v8H10V12H2v8h8V17h5v8a2.0023,2.0023,0,0,0,2,2h5v3h8V22H22v3H17V17h5v3h8V12H22v3H17V7h5v3ZM8,18H4V14H8Zm16,6h4v4H24Zm0-10h4v4H24ZM24,4h4V8H24Z"
2253
+ })), children);
2254
+ });
2255
+ if (process.env.NODE_ENV !== "production") {
2256
+ ColumnDependency.propTypes = iconPropTypes;
2257
+ }
2258
+ const Commit = /*#__PURE__*/React.forwardRef(function Commit(_ref89, ref) {
2259
+ let {
2260
+ children,
2261
+ size = 16,
2262
+ ...rest
2263
+ } = _ref89;
2264
+ return /*#__PURE__*/React.createElement(Icon, {
2265
+ width: size,
2266
+ height: size,
2267
+ ref: ref,
2268
+ xmlns: "http://www.w3.org/2000/svg",
2269
+ viewBox: "0 0 32 32",
2270
+ fill: "currentColor",
2271
+ ...rest
2272
+ }, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2273
+ 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"
2274
+ })), children);
2275
+ });
2276
+ if (process.env.NODE_ENV !== "production") {
2277
+ Commit.propTypes = iconPropTypes;
2278
+ }
2279
+ const CommunicationUnified = /*#__PURE__*/React.forwardRef(function CommunicationUnified(_ref90, ref) {
2280
+ let {
2281
+ children,
2282
+ size = 16,
2283
+ ...rest
2284
+ } = _ref90;
2285
+ return /*#__PURE__*/React.createElement(Icon, {
2286
+ width: size,
2287
+ height: size,
2288
+ ref: ref,
2289
+ xmlns: "http://www.w3.org/2000/svg",
2290
+ viewBox: "0 0 32 32",
2291
+ fill: "currentColor",
2292
+ ...rest
2293
+ }, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2294
+ 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"
2295
+ })), children);
2296
+ });
2297
+ if (process.env.NODE_ENV !== "production") {
2298
+ CommunicationUnified.propTypes = iconPropTypes;
2299
+ }
2300
+ const Compare = /*#__PURE__*/React.forwardRef(function Compare(_ref91, ref) {
2301
+ let {
2302
+ children,
2303
+ size = 16,
2304
+ ...rest
2305
+ } = _ref91;
2306
+ return /*#__PURE__*/React.createElement(Icon, {
2307
+ width: size,
2308
+ height: size,
2309
+ ref: ref,
2310
+ xmlns: "http://www.w3.org/2000/svg",
2311
+ viewBox: "0 0 32 32",
2312
+ fill: "currentColor",
2313
+ ...rest
2314
+ }, _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2315
+ 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"
2316
+ })), children);
2317
+ });
2318
+ if (process.env.NODE_ENV !== "production") {
2319
+ Compare.propTypes = iconPropTypes;
2320
+ }
2321
+ const Compass = /*#__PURE__*/React.forwardRef(function Compass(_ref92, ref) {
2322
+ let {
2323
+ children,
2324
+ size = 16,
2325
+ ...rest
2326
+ } = _ref92;
2327
+ return /*#__PURE__*/React.createElement(Icon, {
2328
+ width: size,
2329
+ height: size,
2330
+ ref: ref,
2331
+ xmlns: "http://www.w3.org/2000/svg",
2332
+ viewBox: "0 0 32 32",
2333
+ fill: "currentColor",
2334
+ ...rest
2335
+ }, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2336
+ 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"
2337
+ })), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2338
+ 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"
2339
+ })), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
2340
+ cx: "16",
2341
+ cy: "7.5",
2342
+ r: "1.5"
2343
+ })), children);
2344
+ });
2345
+ if (process.env.NODE_ENV !== "production") {
2346
+ Compass.propTypes = iconPropTypes;
2347
+ }
2348
+ const QComposerEdit = /*#__PURE__*/React.forwardRef(function QComposerEdit(_ref93, ref) {
2349
+ let {
2350
+ children,
2351
+ size = 16,
2352
+ ...rest
2353
+ } = _ref93;
2354
+ return /*#__PURE__*/React.createElement(Icon, {
2355
+ width: size,
2356
+ height: size,
2357
+ ref: ref,
2358
+ xmlns: "http://www.w3.org/2000/svg",
2359
+ viewBox: "0 0 32 32",
2360
+ fill: "currentColor",
2361
+ ...rest
2362
+ }, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2363
+ 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"
2364
+ })), children);
2365
+ });
2366
+ if (process.env.NODE_ENV !== "production") {
2367
+ QComposerEdit.propTypes = iconPropTypes;
2368
+ }
2369
+ const Concept = /*#__PURE__*/React.forwardRef(function Concept(_ref94, ref) {
2370
+ let {
2371
+ children,
2372
+ size = 16,
2373
+ ...rest
2374
+ } = _ref94;
2375
+ return /*#__PURE__*/React.createElement(Icon, {
2376
+ width: size,
2377
+ height: size,
2378
+ ref: ref,
2379
+ xmlns: "http://www.w3.org/2000/svg",
2380
+ viewBox: "0 0 32 32",
2381
+ fill: "currentColor",
2382
+ ...rest
2383
+ }, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2384
+ 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"
2385
+ })), children);
2386
+ });
2387
+ if (process.env.NODE_ENV !== "production") {
2388
+ Concept.propTypes = iconPropTypes;
2389
+ }
2390
+ const ConditionPoint = /*#__PURE__*/React.forwardRef(function ConditionPoint(_ref95, ref) {
2391
+ let {
2392
+ children,
2393
+ size = 16,
2394
+ ...rest
2395
+ } = _ref95;
2396
+ return /*#__PURE__*/React.createElement(Icon, {
2397
+ width: size,
2398
+ height: size,
2399
+ ref: ref,
2400
+ xmlns: "http://www.w3.org/2000/svg",
2401
+ viewBox: "0 0 32 32",
2402
+ fill: "currentColor",
2403
+ ...rest
2404
+ }, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2405
+ d: "M10.343 10.343H21.657V21.657H10.343z",
2406
+ transform: "rotate(-45 16 16)"
2407
+ })), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2408
+ 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"
2409
+ })), children);
2410
+ });
2411
+ if (process.env.NODE_ENV !== "production") {
2412
+ ConditionPoint.propTypes = iconPropTypes;
2413
+ }
2414
+ const ConditionWaitPoint = /*#__PURE__*/React.forwardRef(function ConditionWaitPoint(_ref96, ref) {
2415
+ let {
2416
+ children,
2417
+ size = 16,
2418
+ ...rest
2419
+ } = _ref96;
2420
+ return /*#__PURE__*/React.createElement(Icon, {
2421
+ width: size,
2422
+ height: size,
2423
+ ref: ref,
2424
+ xmlns: "http://www.w3.org/2000/svg",
2425
+ viewBox: "0 0 32 32",
2426
+ fill: "currentColor",
2427
+ ...rest
2428
+ }, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2429
+ d: "M10.343 10.343H21.657V21.657H10.343z",
2430
+ transform: "rotate(-45 16 16)"
2431
+ })), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2432
+ 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"
2433
+ })), children);
2434
+ });
2435
+ if (process.env.NODE_ENV !== "production") {
2436
+ ConditionWaitPoint.propTypes = iconPropTypes;
2437
+ }
2438
+ const Connect = /*#__PURE__*/React.forwardRef(function Connect(_ref97, ref) {
2439
+ let {
2440
+ children,
2441
+ size = 16,
2442
+ ...rest
2443
+ } = _ref97;
2444
+ return /*#__PURE__*/React.createElement(Icon, {
2445
+ width: size,
2446
+ height: size,
2447
+ ref: ref,
2448
+ xmlns: "http://www.w3.org/2000/svg",
2449
+ viewBox: "0 0 32 32",
2450
+ fill: "currentColor",
2451
+ ...rest
2452
+ }, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2453
+ 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",
2454
+ transform: "translate(0 .01)"
2455
+ })), children);
2456
+ });
2457
+ if (process.env.NODE_ENV !== "production") {
2458
+ Connect.propTypes = iconPropTypes;
2459
+ }
2460
+ const ConnectRecursive = /*#__PURE__*/React.forwardRef(function ConnectRecursive(_ref98, ref) {
2461
+ let {
2462
+ children,
2463
+ size = 16,
2464
+ ...rest
2465
+ } = _ref98;
2466
+ return /*#__PURE__*/React.createElement(Icon, {
2467
+ width: size,
2468
+ height: size,
2469
+ ref: ref,
2470
+ xmlns: "http://www.w3.org/2000/svg",
2471
+ viewBox: "0 0 32 32",
2472
+ fill: "currentColor",
2473
+ ...rest
2474
+ }, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2475
+ 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"
2476
+ })), children);
2477
+ });
2478
+ if (process.env.NODE_ENV !== "production") {
2479
+ ConnectRecursive.propTypes = iconPropTypes;
2480
+ }
2481
+ const ConnectReference = /*#__PURE__*/React.forwardRef(function ConnectReference(_ref99, ref) {
2482
+ let {
2483
+ children,
2484
+ size = 16,
2485
+ ...rest
2486
+ } = _ref99;
2487
+ return /*#__PURE__*/React.createElement(Icon, {
2488
+ width: size,
2489
+ height: size,
2490
+ ref: ref,
2491
+ xmlns: "http://www.w3.org/2000/svg",
2492
+ viewBox: "0 0 32 32",
2493
+ fill: "currentColor",
2494
+ ...rest
2495
+ }, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2496
+ d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
2497
+ })), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2498
+ 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"
2499
+ })), children);
2500
+ });
2501
+ if (process.env.NODE_ENV !== "production") {
2502
+ ConnectReference.propTypes = iconPropTypes;
2503
+ }
2504
+ const ConnectSource = /*#__PURE__*/React.forwardRef(function ConnectSource(_ref100, ref) {
2505
+ let {
2506
+ children,
2507
+ size = 16,
2508
+ ...rest
2509
+ } = _ref100;
2510
+ return /*#__PURE__*/React.createElement(Icon, {
2511
+ width: size,
2512
+ height: size,
2513
+ ref: ref,
2514
+ xmlns: "http://www.w3.org/2000/svg",
2515
+ viewBox: "0 0 32 32",
2516
+ fill: "currentColor",
2517
+ ...rest
2518
+ }, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2519
+ 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"
2520
+ })), children);
2521
+ });
2522
+ if (process.env.NODE_ENV !== "production") {
2523
+ ConnectSource.propTypes = iconPropTypes;
2524
+ }
2525
+ const ConnectTarget = /*#__PURE__*/React.forwardRef(function ConnectTarget(_ref101, ref) {
2526
+ let {
2527
+ children,
2528
+ size = 16,
2529
+ ...rest
2530
+ } = _ref101;
2531
+ return /*#__PURE__*/React.createElement(Icon, {
2532
+ width: size,
2533
+ height: size,
2534
+ ref: ref,
2535
+ xmlns: "http://www.w3.org/2000/svg",
2536
+ viewBox: "0 0 32 32",
2537
+ fill: "currentColor",
2538
+ ...rest
2539
+ }, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2540
+ 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"
2541
+ })), children);
2542
+ });
2543
+ if (process.env.NODE_ENV !== "production") {
2544
+ ConnectTarget.propTypes = iconPropTypes;
2545
+ }
2546
+ const ConnectionReceive = /*#__PURE__*/React.forwardRef(function ConnectionReceive(_ref102, ref) {
2547
+ let {
2548
+ children,
2549
+ size = 16,
2550
+ ...rest
2551
+ } = _ref102;
2552
+ return /*#__PURE__*/React.createElement(Icon, {
2553
+ width: size,
2554
+ height: size,
2555
+ ref: ref,
2556
+ xmlns: "http://www.w3.org/2000/svg",
2557
+ viewBox: "0 0 32 32",
2558
+ fill: "currentColor",
2559
+ ...rest
2560
+ }, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2561
+ 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"
2562
+ })), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2563
+ d: "M28,20v8H22V20H20v8H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V20Z"
2564
+ })), children);
2565
+ });
2566
+ if (process.env.NODE_ENV !== "production") {
2567
+ ConnectionReceive.propTypes = iconPropTypes;
2568
+ }
2569
+ const ConnectionSend = /*#__PURE__*/React.forwardRef(function ConnectionSend(_ref103, ref) {
2570
+ let {
2571
+ children,
2572
+ size = 16,
2573
+ ...rest
2574
+ } = _ref103;
2575
+ return /*#__PURE__*/React.createElement(Icon, {
2576
+ width: size,
2577
+ height: size,
2578
+ ref: ref,
2579
+ xmlns: "http://www.w3.org/2000/svg",
2580
+ viewBox: "0 0 32 32",
2581
+ fill: "currentColor",
2582
+ ...rest
2583
+ }, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2584
+ 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"
2585
+ })), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2586
+ d: "M28,20v8H22V20H20v8H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V20Z"
2587
+ })), children);
2588
+ });
2589
+ if (process.env.NODE_ENV !== "production") {
2590
+ ConnectionSend.propTypes = iconPropTypes;
2591
+ }
2592
+ const ConnectionTwoWay = /*#__PURE__*/React.forwardRef(function ConnectionTwoWay(_ref104, ref) {
2593
+ let {
2594
+ children,
2595
+ size = 16,
2596
+ ...rest
2597
+ } = _ref104;
2598
+ return /*#__PURE__*/React.createElement(Icon, {
2599
+ width: size,
2600
+ height: size,
2601
+ ref: ref,
2602
+ xmlns: "http://www.w3.org/2000/svg",
2603
+ viewBox: "0 0 32 32",
2604
+ fill: "currentColor",
2605
+ ...rest
2606
+ }, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2607
+ 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"
2608
+ })), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2609
+ d: "M28,26v2H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V26Z"
2610
+ })), children);
2611
+ });
2612
+ if (process.env.NODE_ENV !== "production") {
2613
+ ConnectionTwoWay.propTypes = iconPropTypes;
2614
+ }
2615
+ const ConnectionUsage = /*#__PURE__*/React.forwardRef(function ConnectionUsage(_ref105, ref) {
2616
+ let {
2617
+ children,
2618
+ size = 16,
2619
+ ...rest
2620
+ } = _ref105;
2621
+ return /*#__PURE__*/React.createElement(Icon, {
2622
+ width: size,
2623
+ height: size,
2624
+ ref: ref,
2625
+ xmlns: "http://www.w3.org/2000/svg",
2626
+ viewBox: "0 0 32 32",
2627
+ fill: "currentColor",
2628
+ ...rest
2629
+ }, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2630
+ strokeWidth: "0",
2631
+ d: "m17,26V6c0-1.1046-.8954-2-2-2H4v2h11v20c0,1.1046.8954,2,2,2h11v-2h-11Z"
2632
+ })), children);
2633
+ });
2634
+ if (process.env.NODE_ENV !== "production") {
2635
+ ConnectionUsage.propTypes = iconPropTypes;
2636
+ }
2637
+ const ConnectionFlowUsage = /*#__PURE__*/React.forwardRef(function ConnectionFlowUsage(_ref106, ref) {
2638
+ let {
2639
+ children,
2640
+ size = 16,
2641
+ ...rest
2642
+ } = _ref106;
2643
+ return /*#__PURE__*/React.createElement(Icon, {
2644
+ width: size,
2645
+ height: size,
2646
+ ref: ref,
2647
+ xmlns: "http://www.w3.org/2000/svg",
2648
+ viewBox: "0 0 32 32",
2649
+ fill: "currentColor",
2650
+ ...rest
2651
+ }, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2652
+ strokeWidth: "0",
2653
+ 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"
2654
+ })), children);
2655
+ });
2656
+ if (process.env.NODE_ENV !== "production") {
2657
+ ConnectionFlowUsage.propTypes = iconPropTypes;
2658
+ }
2659
+ const ConnectionSignal = /*#__PURE__*/React.forwardRef(function ConnectionSignal(_ref107, ref) {
2660
+ let {
2661
+ children,
2662
+ size = 16,
2663
+ ...rest
2664
+ } = _ref107;
2665
+ return /*#__PURE__*/React.createElement(Icon, {
2666
+ width: size,
2667
+ height: size,
2668
+ ref: ref,
2669
+ xmlns: "http://www.w3.org/2000/svg",
2670
+ viewBox: "0 0 32 32",
2671
+ fill: "currentColor",
2672
+ ...rest
2673
+ }, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2674
+ 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"
2675
+ })), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2676
+ 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"
2677
+ })), children);
2678
+ });
2679
+ if (process.env.NODE_ENV !== "production") {
2680
+ ConnectionSignal.propTypes = iconPropTypes;
2681
+ }
2682
+ const ConnectionSignalOff = /*#__PURE__*/React.forwardRef(function ConnectionSignalOff(_ref108, ref) {
2683
+ let {
2684
+ children,
2685
+ size = 16,
2686
+ ...rest
2687
+ } = _ref108;
2688
+ return /*#__PURE__*/React.createElement(Icon, {
2689
+ width: size,
2690
+ height: size,
2691
+ ref: ref,
2692
+ xmlns: "http://www.w3.org/2000/svg",
2693
+ viewBox: "0 0 32 32",
2694
+ fill: "currentColor",
2695
+ ...rest
2696
+ }, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2697
+ 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"
2698
+ })), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2699
+ 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"
2700
+ })), children);
2701
+ });
2702
+ if (process.env.NODE_ENV !== "production") {
2703
+ ConnectionSignalOff.propTypes = iconPropTypes;
2704
+ }
2705
+ const Constraint = /*#__PURE__*/React.forwardRef(function Constraint(_ref109, ref) {
2706
+ let {
2707
+ children,
2708
+ size = 16,
2709
+ ...rest
2710
+ } = _ref109;
2711
+ return /*#__PURE__*/React.createElement(Icon, {
2712
+ width: size,
2713
+ height: size,
2714
+ ref: ref,
2715
+ xmlns: "http://www.w3.org/2000/svg",
2716
+ viewBox: "0 0 32 32",
2717
+ fill: "currentColor",
2718
+ ...rest
2719
+ }, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2720
+ strokeWidth: "0",
2721
+ 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"
2722
+ })), children);
2723
+ });
2724
+ if (process.env.NODE_ENV !== "production") {
2725
+ Constraint.propTypes = iconPropTypes;
2726
+ }
2727
+ const Construction = /*#__PURE__*/React.forwardRef(function Construction(_ref110, ref) {
2728
+ let {
2729
+ children,
2730
+ size = 16,
2731
+ ...rest
2732
+ } = _ref110;
2733
+ return /*#__PURE__*/React.createElement(Icon, {
2734
+ width: size,
2735
+ height: size,
2736
+ ref: ref,
2737
+ xmlns: "http://www.w3.org/2000/svg",
2738
+ viewBox: "0 0 32 32",
2739
+ fill: "currentColor",
2740
+ ...rest
2741
+ }, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2742
+ 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"
2743
+ })), children);
2744
+ });
2745
+ if (process.env.NODE_ENV !== "production") {
2746
+ Construction.propTypes = iconPropTypes;
2747
+ }
2748
+ const ContainerEngine = /*#__PURE__*/React.forwardRef(function ContainerEngine(_ref111, ref) {
2749
+ let {
2750
+ children,
2751
+ size = 16,
2752
+ ...rest
2753
+ } = _ref111;
2754
+ return /*#__PURE__*/React.createElement(Icon, {
2755
+ width: size,
2756
+ height: size,
2757
+ ref: ref,
2758
+ xmlns: "http://www.w3.org/2000/svg",
2759
+ viewBox: "0 0 32 32",
2760
+ fill: "currentColor",
2761
+ ...rest
2762
+ }, _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
2763
+ cx: "23",
2764
+ cy: "23",
2765
+ r: "1",
2766
+ strokeWidth: "0"
2767
+ })), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2768
+ strokeWidth: "0",
2769
+ 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"
2770
+ })), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2771
+ strokeWidth: "0",
2772
+ d: "m16,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v10h-2V6H6v20h10v2Z"
2773
+ })), children);
2774
+ });
2775
+ if (process.env.NODE_ENV !== "production") {
2776
+ ContainerEngine.propTypes = iconPropTypes;
2777
+ }
2778
+ const ContainerImage = /*#__PURE__*/React.forwardRef(function ContainerImage(_ref112, ref) {
2779
+ let {
2780
+ children,
2781
+ size = 16,
2782
+ ...rest
2783
+ } = _ref112;
2784
+ return /*#__PURE__*/React.createElement(Icon, {
2785
+ width: size,
2786
+ height: size,
2787
+ ref: ref,
2788
+ xmlns: "http://www.w3.org/2000/svg",
2789
+ viewBox: "0 0 32 32",
2790
+ fill: "currentColor",
2791
+ ...rest
2792
+ }, _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2793
+ strokeWidth: "0",
2794
+ d: "M10 10H22V12H10zM10 15H22V17H10zM10 20H22V22H10z"
2795
+ })), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2796
+ strokeWidth: "0",
2797
+ 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"
2798
+ })), children);
2799
+ });
2800
+ if (process.env.NODE_ENV !== "production") {
2801
+ ContainerImage.propTypes = iconPropTypes;
2802
+ }
2803
+ const ContainerRuntime = /*#__PURE__*/React.forwardRef(function ContainerRuntime(_ref113, ref) {
2804
+ let {
2805
+ children,
2806
+ size = 16,
2807
+ ...rest
2808
+ } = _ref113;
2809
+ return /*#__PURE__*/React.createElement(Icon, {
2810
+ width: size,
2811
+ height: size,
2812
+ ref: ref,
2813
+ xmlns: "http://www.w3.org/2000/svg",
2814
+ viewBox: "0 0 32 32",
2815
+ fill: "currentColor",
2816
+ ...rest
2817
+ }, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2818
+ strokeWidth: "0",
2819
+ 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"
2820
+ })), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2821
+ strokeWidth: "0",
2822
+ d: "m14,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v8h-2V6H6v20h8v2Z"
2823
+ })), children);
2824
+ });
2825
+ if (process.env.NODE_ENV !== "production") {
2826
+ ContainerRuntime.propTypes = iconPropTypes;
2827
+ }
2828
+ const ContainerRuntimeMonitor = /*#__PURE__*/React.forwardRef(function ContainerRuntimeMonitor(_ref114, ref) {
2829
+ let {
2830
+ children,
2831
+ size = 16,
2832
+ ...rest
2833
+ } = _ref114;
2834
+ return /*#__PURE__*/React.createElement(Icon, {
2835
+ width: size,
2836
+ height: size,
2837
+ ref: ref,
2838
+ xmlns: "http://www.w3.org/2000/svg",
2839
+ viewBox: "0 0 32 32",
2840
+ fill: "currentColor",
2841
+ ...rest
2842
+ }, _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
2843
+ cx: "22",
2844
+ cy: "23",
2845
+ r: "2",
2846
+ strokeWidth: "0"
2847
+ })), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2848
+ strokeWidth: "0",
2849
+ 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"
2850
+ })), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2851
+ strokeWidth: "0",
2852
+ d: "m12,28h-6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v10h-2V6H6v20h6v2Z"
2853
+ })), children);
2854
+ });
2855
+ if (process.env.NODE_ENV !== "production") {
2856
+ ContainerRuntimeMonitor.propTypes = iconPropTypes;
2857
+ }
2858
+ const ContainerImagePull = /*#__PURE__*/React.forwardRef(function ContainerImagePull(_ref115, ref) {
2859
+ let {
2860
+ children,
2861
+ size = 16,
2862
+ ...rest
2863
+ } = _ref115;
2864
+ return /*#__PURE__*/React.createElement(Icon, {
2865
+ width: size,
2866
+ height: size,
2867
+ ref: ref,
2868
+ xmlns: "http://www.w3.org/2000/svg",
2869
+ viewBox: "0 0 32 32",
2870
+ fill: "currentColor",
2871
+ ...rest
2872
+ }, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2873
+ strokeWidth: "0",
2874
+ 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"
2875
+ })), children);
2876
+ });
2877
+ if (process.env.NODE_ENV !== "production") {
2878
+ ContainerImagePull.propTypes = iconPropTypes;
2879
+ }
2880
+ const ContainerImagePush = /*#__PURE__*/React.forwardRef(function ContainerImagePush(_ref116, ref) {
2881
+ let {
2882
+ children,
2883
+ size = 16,
2884
+ ...rest
2885
+ } = _ref116;
2886
+ return /*#__PURE__*/React.createElement(Icon, {
2887
+ width: size,
2888
+ height: size,
2889
+ ref: ref,
2890
+ xmlns: "http://www.w3.org/2000/svg",
2891
+ viewBox: "0 0 32 32",
2892
+ fill: "currentColor",
2893
+ ...rest
2894
+ }, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2895
+ strokeWidth: "0",
2896
+ 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"
2897
+ })), children);
2898
+ });
2899
+ if (process.env.NODE_ENV !== "production") {
2900
+ ContainerImagePush.propTypes = iconPropTypes;
2901
+ }
2902
+ const ContainerImagePushPull = /*#__PURE__*/React.forwardRef(function ContainerImagePushPull(_ref117, ref) {
2903
+ let {
2904
+ children,
2905
+ size = 16,
2906
+ ...rest
2907
+ } = _ref117;
2908
+ return /*#__PURE__*/React.createElement(Icon, {
2909
+ width: size,
2910
+ height: size,
2911
+ ref: ref,
2912
+ xmlns: "http://www.w3.org/2000/svg",
2913
+ viewBox: "0 0 32 32",
2914
+ fill: "currentColor",
2915
+ ...rest
2916
+ }, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2917
+ strokeWidth: "0",
2918
+ 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"
2919
+ })), children);
2920
+ });
2921
+ if (process.env.NODE_ENV !== "production") {
2922
+ ContainerImagePushPull.propTypes = iconPropTypes;
2923
+ }
2924
+ const ContainerRegistry = /*#__PURE__*/React.forwardRef(function ContainerRegistry(_ref118, ref) {
2925
+ let {
2926
+ children,
2927
+ size = 16,
2928
+ ...rest
2929
+ } = _ref118;
2930
+ return /*#__PURE__*/React.createElement(Icon, {
2931
+ width: size,
2932
+ height: size,
2933
+ ref: ref,
2934
+ xmlns: "http://www.w3.org/2000/svg",
2935
+ viewBox: "0 0 32 32",
2936
+ fill: "currentColor",
2937
+ ...rest
2938
+ }, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2939
+ d: "M17,13V6H8V22H24V13ZM10,8h5v5H10Zm0,7h5v5H10Zm12,5H17V15h5Z"
2940
+ })), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2941
+ 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"
2942
+ })), _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
2943
+ cx: "7",
2944
+ cy: "25",
2945
+ r: "1"
2946
+ })), children);
2947
+ });
2948
+ if (process.env.NODE_ENV !== "production") {
2949
+ ContainerRegistry.propTypes = iconPropTypes;
2950
+ }
2951
+ const ContainerServices = /*#__PURE__*/React.forwardRef(function ContainerServices(_ref119, ref) {
2952
+ let {
2953
+ children,
2954
+ size = 16,
2955
+ ...rest
2956
+ } = _ref119;
2957
+ return /*#__PURE__*/React.createElement(Icon, {
2958
+ width: size,
2959
+ height: size,
2960
+ ref: ref,
2961
+ xmlns: "http://www.w3.org/2000/svg",
2962
+ viewBox: "0 0 32 32",
2963
+ fill: "currentColor",
2964
+ ...rest
2965
+ }, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2966
+ 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"
2967
+ })), children);
2968
+ });
2969
+ if (process.env.NODE_ENV !== "production") {
2970
+ ContainerServices.propTypes = iconPropTypes;
2971
+ }
2972
+ const ContainerSoftware = /*#__PURE__*/React.forwardRef(function ContainerSoftware(_ref120, ref) {
2973
+ let {
2974
+ children,
2975
+ size = 16,
2976
+ ...rest
2977
+ } = _ref120;
2978
+ return /*#__PURE__*/React.createElement(Icon, {
2979
+ width: size,
2980
+ height: size,
2981
+ ref: ref,
2982
+ xmlns: "http://www.w3.org/2000/svg",
2983
+ viewBox: "0 0 32 32",
2984
+ fill: "currentColor",
2985
+ ...rest
2986
+ }, _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
2987
+ d: "M28,12H20V4h8Zm-6-2h4V6H22Z"
2988
+ })), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2989
+ d: "M17,15V9H9V23H23V15Zm-6-4h4v4H11Zm4,10H11V17h4Zm6,0H17V17h4Z"
2990
+ })), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
2991
+ 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"
2992
+ })), children);
2993
+ });
2994
+ if (process.env.NODE_ENV !== "production") {
2995
+ ContainerSoftware.propTypes = iconPropTypes;
2996
+ }
2997
+ const ContentDeliveryNetwork = /*#__PURE__*/React.forwardRef(function ContentDeliveryNetwork(_ref121, ref) {
2998
+ let {
2999
+ children,
3000
+ size = 16,
3001
+ ...rest
3002
+ } = _ref121;
3003
+ return /*#__PURE__*/React.createElement(Icon, {
3004
+ width: size,
3005
+ height: size,
3006
+ ref: ref,
3007
+ xmlns: "http://www.w3.org/2000/svg",
3008
+ viewBox: "0 0 32 32",
3009
+ fill: "currentColor",
3010
+ ...rest
3011
+ }, _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
3012
+ cx: "21",
3013
+ cy: "21",
3014
+ r: "2"
3015
+ })), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
3016
+ cx: "7",
3017
+ cy: "7",
3018
+ r: "2"
3019
+ })), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
3020
+ 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"
3021
+ })), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
3022
+ 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"
3023
+ })), children);
3024
+ });
3025
+ if (process.env.NODE_ENV !== "production") {
3026
+ ContentDeliveryNetwork.propTypes = iconPropTypes;
3027
+ }
3028
+ const ContentView = /*#__PURE__*/React.forwardRef(function ContentView(_ref122, ref) {
3029
+ let {
3030
+ children,
3031
+ size = 16,
3032
+ ...rest
3033
+ } = _ref122;
3034
+ return /*#__PURE__*/React.createElement(Icon, {
3035
+ width: size,
3036
+ height: size,
3037
+ ref: ref,
3038
+ xmlns: "http://www.w3.org/2000/svg",
3039
+ viewBox: "0 0 32 32",
3040
+ fill: "currentColor",
3041
+ ...rest
3042
+ }, _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
3043
+ cx: "16",
3044
+ cy: "19",
3045
+ r: "2"
3046
+ })), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
3047
+ 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"
3048
+ })), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
3049
+ 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"
3050
+ })), children);
3051
+ });
3052
+ if (process.env.NODE_ENV !== "production") {
3053
+ ContentView.propTypes = iconPropTypes;
3054
+ }
3055
+ const Continue = /*#__PURE__*/React.forwardRef(function Continue(_ref123, ref) {
3056
+ let {
3057
+ children,
3058
+ size = 16,
3059
+ ...rest
3060
+ } = _ref123;
3061
+ return /*#__PURE__*/React.createElement(Icon, {
3062
+ width: size,
3063
+ height: size,
3064
+ ref: ref,
3065
+ xmlns: "http://www.w3.org/2000/svg",
3066
+ viewBox: "0 0 32 32",
3067
+ fill: "currentColor",
3068
+ ...rest
3069
+ }, _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
3070
+ 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"
3071
+ })), children);
3072
+ });
3073
+ if (process.env.NODE_ENV !== "production") {
3074
+ Continue.propTypes = iconPropTypes;
3075
+ }
3076
+ const ContinueFilled = /*#__PURE__*/React.forwardRef(function ContinueFilled(_ref124, ref) {
3077
+ let {
3078
+ children,
3079
+ size = 16,
3080
+ ...rest
3081
+ } = _ref124;
3082
+ return /*#__PURE__*/React.createElement(Icon, {
3083
+ width: size,
3084
+ height: size,
3085
+ ref: ref,
3086
+ xmlns: "http://www.w3.org/2000/svg",
3087
+ viewBox: "0 0 32 32",
3088
+ fill: "currentColor",
3089
+ ...rest
3090
+ }, _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
3091
+ 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"
3092
+ })), children);
3093
+ });
3094
+ if (process.env.NODE_ENV !== "production") {
3095
+ ContinueFilled.propTypes = iconPropTypes;
3096
+ }
3097
+ const ContinuousDeployment = /*#__PURE__*/React.forwardRef(function ContinuousDeployment(_ref125, ref) {
3098
+ let {
3099
+ children,
3100
+ size = 16,
3101
+ ...rest
3102
+ } = _ref125;
3103
+ return /*#__PURE__*/React.createElement(Icon, {
3104
+ width: size,
3105
+ height: size,
3106
+ ref: ref,
3107
+ xmlns: "http://www.w3.org/2000/svg",
3108
+ viewBox: "0 0 32 32",
3109
+ fill: "currentColor",
3110
+ ...rest
3111
+ }, _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
3112
+ 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"
3113
+ })), children);
3114
+ });
3115
+ if (process.env.NODE_ENV !== "production") {
3116
+ ContinuousDeployment.propTypes = iconPropTypes;
3117
+ }
3118
+
3119
+ export { CheckmarkOutlineError, CheckmarkOutlineWarning, Chemistry, ChemistryReference, ChevronDown, ChevronDownOutline, ChevronLeft, ChevronMini, ChevronRight, ChevronSort, ChevronSortDown, ChevronSortUp, ChevronUp, ChevronUpOutline, Chip, Choices, ChooseItem, ChoroplethMap, CicsCmas, CicsDb2Connection, CicsExplorer, CicsProgram, CicsRegion, CicsRegionAlt, CicsRegionRouting, CicsRegionTarget, CicsSit, CicsSitOverrides, CicsSystemGroup, CicsTransactionServerZos, CicsWuiRegion, Cicsplex, CircleDash, CircleFill, CircleFilled, CircleOutline, CirclePacking, CircleSolid, CircleStroke, Classification, ClassifierLanguage, Clean, Close, CloseFilled, CloseLarge, CloseOutline, ClosedCaption, ClosedCaptionAlt, ClosedCaptionFilled, Cloud, CloudAlerting, CloudApp, CloudAuditing, CloudCeiling, CloudDataOps, CloudDownload, CloudFoundry_1, CloudFoundry_2, CloudLogging, CloudMonitoring, CloudOffline, CloudRegistry, CloudSatellite, CloudSatelliteConfig, CloudSatelliteLink, CloudSatelliteServices, CloudServiceManagement, CloudServices, CloudUpload, Cloudy, Code, CodeBlock, CodeHide, CodeReference, CodeSigningService, Cognitive, Collaborate, CollapseAll, CollapseCategories, ColorPalette, ColorSwitch, Column, ColumnDelete, ColumnDependency, ColumnInsert, Commit, CommunicationUnified, Compare, Compass, Concept, ConditionPoint, ConditionWaitPoint, Connect, ConnectRecursive, ConnectReference, ConnectSource, ConnectTarget, ConnectionFlowUsage, ConnectionReceive, ConnectionSend, ConnectionSignal, ConnectionSignalOff, ConnectionTwoWay, ConnectionUsage, Constraint, Construction, ContainerEngine, ContainerImage, ContainerImagePull, ContainerImagePush, ContainerImagePushPull, ContainerRegistry, ContainerRuntime, ContainerRuntimeMonitor, ContainerServices, ContainerSoftware, ContentDeliveryNetwork, ContentView, Continue, ContinueFilled, ContinuousDeployment, QCircuitComposer, QComposerEdit, WatsonHealthCircleMeasurement, WatsonHealthCobbAngle };