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