@carbon-labs/react-animated-header 0.18.0 → 0.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/es/__stories__/AnimatedHeader.stories.d.ts +696 -168
  2. package/es/__stories__/data/index.d.ts +58 -14
  3. package/es/components/AnimatedHeader/AnimatedHeader.d.ts +4 -3
  4. package/es/components/AnimatedHeader/AnimatedHeader.js +3 -1
  5. package/es/components/TasksController/TasksController.d.ts +3 -3
  6. package/es/components/TasksController/TasksController.js +4 -1
  7. package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +2 -2
  8. package/es/components/Tiles/AIPromptTile/AIPromptTile.js +4 -7
  9. package/es/components/Tiles/BaseTile/BaseTile.d.ts +4 -3
  10. package/es/components/Tiles/GlassTile/GlassTile.d.ts +2 -7
  11. package/es/components/Tiles/GlassTile/GlassTile.js +20 -29
  12. package/es/components/Tiles/GlassTile/GlassTileBody.d.ts +19 -0
  13. package/es/components/Tiles/GlassTile/GlassTileBody.js +53 -0
  14. package/es/components/WorkspaceSelector/WorkspaceSelector.d.ts +2 -2
  15. package/es/components/WorkspaceSelector/WorkspaceSelector.js +1 -1
  16. package/es/index.js +1 -0
  17. package/lib/__stories__/AnimatedHeader.stories.d.ts +696 -168
  18. package/lib/__stories__/data/index.d.ts +58 -14
  19. package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +4 -3
  20. package/lib/components/AnimatedHeader/AnimatedHeader.js +3 -1
  21. package/lib/components/TasksController/TasksController.d.ts +3 -3
  22. package/lib/components/TasksController/TasksController.js +4 -1
  23. package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +2 -2
  24. package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +4 -7
  25. package/lib/components/Tiles/BaseTile/BaseTile.d.ts +4 -3
  26. package/lib/components/Tiles/GlassTile/GlassTile.d.ts +2 -7
  27. package/lib/components/Tiles/GlassTile/GlassTile.js +19 -28
  28. package/lib/components/Tiles/GlassTile/GlassTileBody.d.ts +19 -0
  29. package/lib/components/Tiles/GlassTile/GlassTileBody.js +55 -0
  30. package/lib/components/WorkspaceSelector/WorkspaceSelector.d.ts +2 -2
  31. package/lib/components/WorkspaceSelector/WorkspaceSelector.js +1 -1
  32. package/lib/index.js +1 -0
  33. package/package.json +2 -2
  34. package/scss/Tiles/GlassTile/glass-tile.scss +0 -1
  35. package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +0 -2956
  36. package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +0 -3263
  37. package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +0 -2946
  38. package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +0 -3112
  39. package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +0 -2967
  40. package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +0 -3056
  41. package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +0 -2888
  42. package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +0 -3072
  43. package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +0 -2992
  44. package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +0 -2843
  45. package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +0 -3080
  46. package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +0 -1680
  47. package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +0 -3096
  48. package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +0 -3008
  49. package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +0 -2916
  50. package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +0 -2992
  51. package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +0 -2983
  52. package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +0 -3106
  53. package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +0 -3090
  54. package/es/node_modules/@carbon/icons-react/es/index.js +0 -30
  55. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +0 -3082
  56. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +0 -3389
  57. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +0 -3072
  58. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +0 -3238
  59. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +0 -3093
  60. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +0 -3182
  61. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +0 -3014
  62. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +0 -3198
  63. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +0 -3118
  64. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +0 -2969
  65. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +0 -3206
  66. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +0 -1750
  67. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +0 -3222
  68. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +0 -3134
  69. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +0 -3042
  70. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +0 -3118
  71. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +0 -3109
  72. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +0 -3232
  73. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +0 -3216
  74. package/lib/node_modules/@carbon/icons-react/es/index.js +0 -2480
@@ -1,3134 +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
- 'use strict';
9
-
10
- var React = require('react');
11
- var Icon = require('../Icon.js');
12
- var iconPropTypes4cbeb95d = require('../iconPropTypes-4cbeb95d.js');
13
- require('prop-types');
14
-
15
- var _path, _path2, _path3, _circle, _path4, _path5, _path6, _path7, _circle2, _circle3, _path8, _path9, _circle4, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _circle5, _circle6, _circle7, _circle8, _circle9, _circle10, _circle11, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _circle12, _circle13, _circle14, _circle15, _circle16, _path32, _path33, _path34, _path35, _path36, _path37, _circle17, _circle18, _circle19, _circle20, _circle21, _circle22, _path38, _path39, _circle23, _circle24, _circle25, _circle26, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _circle27, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _circle28, _circle29, _circle30, _path98, _path99, _path100, _path101, _path102, _path103, _circle31, _circle32, _circle33, _path104, _path105, _path106, _path107, _circle34, _circle35, _circle36, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _circle37, _path115, _path116, _path117, _path118, _circle38, _path119, _circle39, _circle40, _circle41, _path120, _circle42, _path121, _path122, _path123, _circle43, _path124, _path125, _path126, _circle44, _circle45, _circle46, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _circle47, _path134, _circle48, _path135, _path136, _path137, _switch, _switch2, _path138, _path139, _switch3, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _circle49, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _circle50, _path169, _circle51, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177;
16
- const didWarnAboutDeprecation = {};
17
- const ContainerImagePushPull = /*#__PURE__*/React.forwardRef(function ContainerImagePushPull(_ref, ref) {
18
- let {
19
- children,
20
- size = 16,
21
- ...rest
22
- } = _ref;
23
- return /*#__PURE__*/React.createElement(Icon.default, {
24
- width: size,
25
- height: size,
26
- ref: ref,
27
- xmlns: "http://www.w3.org/2000/svg",
28
- viewBox: "0 0 32 32",
29
- fill: "currentColor",
30
- ...rest
31
- }, _path || (_path = /*#__PURE__*/React.createElement("path", {
32
- strokeWidth: "0",
33
- d: "M30 23h-10c-1.1028 0-2-.8972-2-2v-10c0-1.1028.8972-2 2-2h10c1.1028 0 2 .8972 2 2v10c0 1.1028-.8972 2-2 2zm-10-12v10h10v-10h-10zM9 5L14 10 9 15 7.581 13.591 10.153 11 0 11 0 9 10.206 9 7.581 6.409 9 5zM5 27L0 22 5 17 6.419 18.409 3.847 21 14 21 14 23 3.794 23 6.419 25.591 5 27z"
34
- })), children);
35
- });
36
- if (process.env.NODE_ENV !== "production") {
37
- ContainerImagePushPull.propTypes = iconPropTypes4cbeb95d.i;
38
- }
39
- const ContainerRegistry = /*#__PURE__*/React.forwardRef(function ContainerRegistry(_ref2, ref) {
40
- let {
41
- children,
42
- size = 16,
43
- ...rest
44
- } = _ref2;
45
- return /*#__PURE__*/React.createElement(Icon.default, {
46
- width: size,
47
- height: size,
48
- ref: ref,
49
- xmlns: "http://www.w3.org/2000/svg",
50
- viewBox: "0 0 32 32",
51
- fill: "currentColor",
52
- ...rest
53
- }, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
54
- d: "M17,13V6H8V22H24V13ZM10,8h5v5H10Zm0,7h5v5H10Zm12,5H17V15h5Z"
55
- })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
56
- d: "M28 11H19V2h9zM21 9h5V4H21zM28 20H26v2h2v6H4V22H6V20H4a2.0024 2.0024 0 00-2 2v6a2.0024 2.0024 0 002 2H28a2.0024 2.0024 0 002-2V22A2.0024 2.0024 0 0028 20z"
57
- })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
58
- cx: "7",
59
- cy: "25",
60
- r: "1"
61
- })), children);
62
- });
63
- if (process.env.NODE_ENV !== "production") {
64
- ContainerRegistry.propTypes = iconPropTypes4cbeb95d.i;
65
- }
66
- const ContainerServices = /*#__PURE__*/React.forwardRef(function ContainerServices(_ref3, ref) {
67
- let {
68
- children,
69
- size = 16,
70
- ...rest
71
- } = _ref3;
72
- return /*#__PURE__*/React.createElement(Icon.default, {
73
- width: size,
74
- height: size,
75
- ref: ref,
76
- xmlns: "http://www.w3.org/2000/svg",
77
- viewBox: "0 0 32 32",
78
- fill: "currentColor",
79
- ...rest
80
- }, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
81
- d: "M27,22V17a2.0023,2.0023,0,0,0-2-2H17V10h3a2.0023,2.0023,0,0,0,2-2V4a2.0023,2.0023,0,0,0-2-2H12a2.0023,2.0023,0,0,0-2,2V8a2.0023,2.0023,0,0,0,2,2h3v5H7a2.0023,2.0023,0,0,0-2,2v5H2v8h8V22H7V17h8v5H12v8h8V22H17V17h8v5H22v8h8V22ZM12,4h8V8H12ZM8,28H4V24H8Zm10,0H14V24h4Zm10,0H24V24h4Z"
82
- })), children);
83
- });
84
- if (process.env.NODE_ENV !== "production") {
85
- ContainerServices.propTypes = iconPropTypes4cbeb95d.i;
86
- }
87
- const ContainerSoftware = /*#__PURE__*/React.forwardRef(function ContainerSoftware(_ref4, ref) {
88
- let {
89
- children,
90
- size = 16,
91
- ...rest
92
- } = _ref4;
93
- return /*#__PURE__*/React.createElement(Icon.default, {
94
- width: size,
95
- height: size,
96
- ref: ref,
97
- xmlns: "http://www.w3.org/2000/svg",
98
- viewBox: "0 0 32 32",
99
- fill: "currentColor",
100
- ...rest
101
- }, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
102
- d: "M28,12H20V4h8Zm-6-2h4V6H22Z"
103
- })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
104
- d: "M17,15V9H9V23H23V15Zm-6-4h4v4H11Zm4,10H11V17h4Zm6,0H17V17h4Z"
105
- })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
106
- d: "M26,28H6a2.0023,2.0023,0,0,1-2-2V6A2.0023,2.0023,0,0,1,6,4H16V6H6V26H26V16h2V26A2.0023,2.0023,0,0,1,26,28Z"
107
- })), children);
108
- });
109
- if (process.env.NODE_ENV !== "production") {
110
- ContainerSoftware.propTypes = iconPropTypes4cbeb95d.i;
111
- }
112
- const ContentDeliveryNetwork = /*#__PURE__*/React.forwardRef(function ContentDeliveryNetwork(_ref5, ref) {
113
- let {
114
- children,
115
- size = 16,
116
- ...rest
117
- } = _ref5;
118
- return /*#__PURE__*/React.createElement(Icon.default, {
119
- width: size,
120
- height: size,
121
- ref: ref,
122
- xmlns: "http://www.w3.org/2000/svg",
123
- viewBox: "0 0 32 32",
124
- fill: "currentColor",
125
- ...rest
126
- }, _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
127
- cx: "21",
128
- cy: "21",
129
- r: "2"
130
- })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
131
- cx: "7",
132
- cy: "7",
133
- r: "2"
134
- })), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
135
- d: "M27,31a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,27,31Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,27,25Z"
136
- })), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
137
- d: "M30,16A14.0412,14.0412,0,0,0,16,2,13.0426,13.0426,0,0,0,9.2,3.8l1.1,1.7a24.4254,24.4254,0,0,1,2.4-1A25.1349,25.1349,0,0,0,10,15H4a11.1489,11.1489,0,0,1,1.4-4.7L3.9,9A13.8418,13.8418,0,0,0,2,16,13.9983,13.9983,0,0,0,16,30a13.3656,13.3656,0,0,0,5.2-1l-.6-1.9a11.4416,11.4416,0,0,1-5.2.9h0A21.0713,21.0713,0,0,1,12,17H29.9A3.4019,3.4019,0,0,0,30,16ZM12.8,27.6h0a13.02,13.02,0,0,1-5.3-3.1A12.5053,12.5053,0,0,1,4,17h6A25.0022,25.0022,0,0,0,12.8,27.6ZM12,15A21.4461,21.4461,0,0,1,15.3,4h1.4A21.4461,21.4461,0,0,1,20,15Zm10,0A23.2777,23.2777,0,0,0,19.2,4.4,12.0919,12.0919,0,0,1,27.9,15Z"
138
- })), children);
139
- });
140
- if (process.env.NODE_ENV !== "production") {
141
- ContentDeliveryNetwork.propTypes = iconPropTypes4cbeb95d.i;
142
- }
143
- const ContentView = /*#__PURE__*/React.forwardRef(function ContentView(_ref6, ref) {
144
- let {
145
- children,
146
- size = 16,
147
- ...rest
148
- } = _ref6;
149
- return /*#__PURE__*/React.createElement(Icon.default, {
150
- width: size,
151
- height: size,
152
- ref: ref,
153
- xmlns: "http://www.w3.org/2000/svg",
154
- viewBox: "0 0 32 32",
155
- fill: "currentColor",
156
- ...rest
157
- }, _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
158
- cx: "16",
159
- cy: "19",
160
- r: "2"
161
- })), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
162
- d: "M23.7769,18.4785A8.64,8.64,0,0,0,16,13a8.64,8.64,0,0,0-7.7769,5.4785L8,19l.2231.5215A8.64,8.64,0,0,0,16,25a8.64,8.64,0,0,0,7.7769-5.4785L24,19ZM16,23a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,23Z"
163
- })), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
164
- d: "M27,3H5A2,2,0,0,0,3,5V27a2,2,0,0,0,2,2H27a2,2,0,0,0,2-2V5A2,2,0,0,0,27,3ZM5,5H27V9H5ZM5,27V11H27V27Z"
165
- })), children);
166
- });
167
- if (process.env.NODE_ENV !== "production") {
168
- ContentView.propTypes = iconPropTypes4cbeb95d.i;
169
- }
170
- const Continue = /*#__PURE__*/React.forwardRef(function Continue(_ref7, ref) {
171
- let {
172
- children,
173
- size = 16,
174
- ...rest
175
- } = _ref7;
176
- return /*#__PURE__*/React.createElement(Icon.default, {
177
- width: size,
178
- height: size,
179
- ref: ref,
180
- xmlns: "http://www.w3.org/2000/svg",
181
- viewBox: "0 0 32 32",
182
- fill: "currentColor",
183
- ...rest
184
- }, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
185
- d: "M10 28a1 1 0 01-1-1V5a1 1 0 011.501-.8652l19 11a1 1 0 010 1.73l-19 11A.9975.9975 0 0110 28zM11 6.7344V25.2656L27 16zM4 4H6V28H4z"
186
- })), children);
187
- });
188
- if (process.env.NODE_ENV !== "production") {
189
- Continue.propTypes = iconPropTypes4cbeb95d.i;
190
- }
191
- const ContinueFilled = /*#__PURE__*/React.forwardRef(function ContinueFilled(_ref8, ref) {
192
- let {
193
- children,
194
- size = 16,
195
- ...rest
196
- } = _ref8;
197
- return /*#__PURE__*/React.createElement(Icon.default, {
198
- width: size,
199
- height: size,
200
- ref: ref,
201
- xmlns: "http://www.w3.org/2000/svg",
202
- viewBox: "0 0 32 32",
203
- fill: "currentColor",
204
- ...rest
205
- }, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
206
- d: "M10 28a1 1 0 01-1-1V5a1 1 0 011.501-.8652l19 11a1 1 0 010 1.73l-19 11A.9975.9975 0 0110 28zM4 4H6V28H4z"
207
- })), children);
208
- });
209
- if (process.env.NODE_ENV !== "production") {
210
- ContinueFilled.propTypes = iconPropTypes4cbeb95d.i;
211
- }
212
- const ContinuousDeployment = /*#__PURE__*/React.forwardRef(function ContinuousDeployment(_ref9, ref) {
213
- let {
214
- children,
215
- size = 16,
216
- ...rest
217
- } = _ref9;
218
- return /*#__PURE__*/React.createElement(Icon.default, {
219
- width: size,
220
- height: size,
221
- ref: ref,
222
- xmlns: "http://www.w3.org/2000/svg",
223
- viewBox: "0 0 32 32",
224
- fill: "currentColor",
225
- ...rest
226
- }, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
227
- d: "M24,2l-6,6l1.4,1.4L23,5.8V19c0,5-4,9-9,9c-1.6,0-3.1-0.4-4.3-1.1C10.1,27,10.5,27,11,27c4.4,0,8-3.6,8-8s-3.6-8-8-8 s-8,3.6-8,8c0,6.1,4.9,11,11,11s11-4.9,11-11V5.8l3.6,3.6L30,8L24,2z M5,19.6c0-0.2,0-0.4,0-0.6c0-3.3,2.7-6,6-6s6,2.7,6,6 s-2.7,6-6,6C7.9,25,5.3,22.6,5,19.6z"
228
- })), children);
229
- });
230
- if (process.env.NODE_ENV !== "production") {
231
- ContinuousDeployment.propTypes = iconPropTypes4cbeb95d.i;
232
- }
233
- const ContinuousIntegration = /*#__PURE__*/React.forwardRef(function ContinuousIntegration(_ref10, ref) {
234
- let {
235
- children,
236
- size = 16,
237
- ...rest
238
- } = _ref10;
239
- return /*#__PURE__*/React.createElement(Icon.default, {
240
- width: size,
241
- height: size,
242
- ref: ref,
243
- xmlns: "http://www.w3.org/2000/svg",
244
- viewBox: "0 0 32 32",
245
- fill: "currentColor",
246
- ...rest
247
- }, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
248
- d: "M31.9,15.5l-5.7-10C25.9,5.2,25.6,5,25.3,5H6.7C6.4,5,6.1,5.2,5.9,5.5l-5.7,10C0,15.7,0,15.8,0,16s0,0.3,0.1,0.5l5.7,10 C6.1,26.8,6.4,27,6.7,27h18.5c0.4,0,0.7-0.2,0.9-0.5l5.7-10C32,16.3,32,16.2,32,16S32,15.7,31.9,15.5z M17.8,15h-8l4-7L17.8,15z M15.5,7h8l-4,7L15.5,7z M17.8,17l-4,7l-4-7H17.8z M19.5,18l4,7h-8L19.5,18z M21.2,17h8l-4,7L21.2,17z M21.2,15l4-7l4,7H21.2z M7.3,7H12l-4.6,8H2.7L7.3,7z M7.3,25l-4.6-8h4.7l4.6,8H7.3z"
249
- })), children);
250
- });
251
- if (process.env.NODE_ENV !== "production") {
252
- ContinuousIntegration.propTypes = iconPropTypes4cbeb95d.i;
253
- }
254
- const WatsonHealthContourDraw = /*#__PURE__*/React.forwardRef(function WatsonHealthContourDraw(_ref11, ref) {
255
- let {
256
- children,
257
- size = 16,
258
- ...rest
259
- } = _ref11;
260
- return /*#__PURE__*/React.createElement(Icon.default, {
261
- width: size,
262
- height: size,
263
- ref: ref,
264
- xmlns: "http://www.w3.org/2000/svg",
265
- viewBox: "0 0 32 32",
266
- fill: "currentColor",
267
- ...rest
268
- }, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
269
- d: "M7.7 4.7a14.7029 14.7029 0 00-3 3.1L6.3 9A13.2634 13.2634 0 018.9 6.3zM4.6 12.3l-1.9-.6A12.5111 12.5111 0 002 16H4A11.4756 11.4756 0 014.6 12.3zM11.7 2.7l.6 1.9A11.4756 11.4756 0 0116 4V2A12.5111 12.5111 0 0011.7 2.7zM24.2 27.3a15.18 15.18 0 003.1-3.1L25.7 23A11.526 11.526 0 0123 25.7zM27.4 19.7l1.9.6A15.4747 15.4747 0 0030 16H28A11.4756 11.4756 0 0127.4 19.7zM29.2 11.6a14.4029 14.4029 0 00-2-3.9L25.6 8.9a12.8867 12.8867 0 011.7 3.3zM24.1 4.6a14.4029 14.4029 0 00-3.9-2l-.6 1.9a12.8867 12.8867 0 013.3 1.7zM20.3 29.3l-.6-1.9A11.4756 11.4756 0 0116 28v2A21.4206 21.4206 0 0020.3 29.3zM15.4023 24.248a11.9488 11.9488 0 00-1.7182-3.3354L15.2974 19.73a13.9486 13.9486 0 012.0044 3.893zM11.02 18.2668a11.9215 11.9215 0 00-3.3467-1.6943l.6114-1.9043a13.9242 13.9242 0 013.9072 1.978z"
270
- })), children);
271
- });
272
- if (process.env.NODE_ENV !== "production") {
273
- WatsonHealthContourDraw.propTypes = iconPropTypes4cbeb95d.i;
274
- }
275
- const WatsonHealthContourEdit = /*#__PURE__*/React.forwardRef(function WatsonHealthContourEdit(_ref12, ref) {
276
- let {
277
- children,
278
- size = 16,
279
- ...rest
280
- } = _ref12;
281
- return /*#__PURE__*/React.createElement(Icon.default, {
282
- width: size,
283
- height: size,
284
- ref: ref,
285
- xmlns: "http://www.w3.org/2000/svg",
286
- viewBox: "0 0 32 32",
287
- fill: "currentColor",
288
- ...rest
289
- }, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
290
- d: "M16 30V28A12.0021 12.0021 0 0019.6924 4.5786l.6152-1.9033A14.0022 14.0022 0 0116 30zM7.7 4.7a14.7029 14.7029 0 00-3 3.1L6.3 9A13.2634 13.2634 0 018.9 6.3zM4.6 12.3l-1.9-.6A12.5111 12.5111 0 002 16H4A11.4756 11.4756 0 014.6 12.3zM11.7 2.7l.6 1.9A11.4756 11.4756 0 0116 4V2A12.5111 12.5111 0 0011.7 2.7z"
291
- })), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
292
- d: "M15.4023 24.248a11.9488 11.9488 0 00-1.7182-3.3354L15.2974 19.73a13.9486 13.9486 0 012.0044 3.893zM11.02 18.2668a11.9215 11.9215 0 00-3.3467-1.6943l.6114-1.9043a13.9242 13.9242 0 013.9072 1.978z"
293
- })), children);
294
- });
295
- if (process.env.NODE_ENV !== "production") {
296
- WatsonHealthContourEdit.propTypes = iconPropTypes4cbeb95d.i;
297
- }
298
- const WatsonHealthContourFinding = /*#__PURE__*/React.forwardRef(function WatsonHealthContourFinding(_ref13, ref) {
299
- let {
300
- children,
301
- size = 16,
302
- ...rest
303
- } = _ref13;
304
- return /*#__PURE__*/React.createElement(Icon.default, {
305
- width: size,
306
- height: size,
307
- ref: ref,
308
- xmlns: "http://www.w3.org/2000/svg",
309
- viewBox: "0 0 32 32",
310
- fill: "currentColor",
311
- ...rest
312
- }, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
313
- d: "M7.7 4.7a14.7029 14.7029 0 00-3 3.1L6.3 9A13.2634 13.2634 0 018.9 6.3zM4.6 12.3l-1.9-.6A12.5111 12.5111 0 002 16H4A11.4756 11.4756 0 014.6 12.3zM2.7 20.4a14.4029 14.4029 0 002 3.9l1.6-1.2a12.8867 12.8867 0 01-1.7-3.3zM7.8 27.3a14.4029 14.4029 0 003.9 2l.6-1.9A12.8867 12.8867 0 019 25.7zM11.7 2.7l.6 1.9A11.4756 11.4756 0 0116 4V2A12.5111 12.5111 0 0011.7 2.7zM24.2 27.3a15.18 15.18 0 003.1-3.1L25.7 23A11.526 11.526 0 0123 25.7zM27.4 19.7l1.9.6A15.4747 15.4747 0 0030 16H28A11.4756 11.4756 0 0127.4 19.7zM29.2 11.6a14.4029 14.4029 0 00-2-3.9L25.6 8.9a12.8867 12.8867 0 011.7 3.3zM24.1 4.6a14.4029 14.4029 0 00-3.9-2l-.6 1.9a12.8867 12.8867 0 013.3 1.7zM20.3 29.3l-.6-1.9A11.4756 11.4756 0 0116 28v2A21.4206 21.4206 0 0020.3 29.3zM16 26A10 10 0 1126 16 10.0115 10.0115 0 0116 26zM16 8a8 8 0 108 8A8.0092 8.0092 0 0016 8z"
314
- })), children);
315
- });
316
- if (process.env.NODE_ENV !== "production") {
317
- WatsonHealthContourFinding.propTypes = iconPropTypes4cbeb95d.i;
318
- }
319
- const Contrast = /*#__PURE__*/React.forwardRef(function Contrast(_ref14, ref) {
320
- let {
321
- children,
322
- size = 16,
323
- ...rest
324
- } = _ref14;
325
- return /*#__PURE__*/React.createElement(Icon.default, {
326
- width: size,
327
- height: size,
328
- ref: ref,
329
- xmlns: "http://www.w3.org/2000/svg",
330
- viewBox: "0 0 32 32",
331
- fill: "currentColor",
332
- ...rest
333
- }, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
334
- d: "M29.37,11.84a13.6,13.6,0,0,0-1.06-2.51A14.17,14.17,0,0,0,25.9,6.1a14,14,0,1,0,0,19.8,14.17,14.17,0,0,0,2.41-3.23,13.6,13.6,0,0,0,1.06-2.51,14,14,0,0,0,0-8.32ZM4,16A12,12,0,0,1,16,4V28A12,12,0,0,1,4,16Z"
335
- })), children);
336
- });
337
- if (process.env.NODE_ENV !== "production") {
338
- Contrast.propTypes = iconPropTypes4cbeb95d.i;
339
- }
340
- const ConvertToCloud = /*#__PURE__*/React.forwardRef(function ConvertToCloud(_ref15, ref) {
341
- let {
342
- children,
343
- size = 16,
344
- ...rest
345
- } = _ref15;
346
- return /*#__PURE__*/React.createElement(Icon.default, {
347
- width: size,
348
- height: size,
349
- ref: ref,
350
- xmlns: "http://www.w3.org/2000/svg",
351
- viewBox: "0 0 32 32",
352
- fill: "currentColor",
353
- ...rest
354
- }, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
355
- d: "M26.5 12H19a4 4 0 010-8h.0835A4.7864 4.7864 0 0123 2a4.9816 4.9816 0 014.6543 3.2034A3.4667 3.4667 0 0130 8.5 3.5041 3.5041 0 0126.5 12zM19 6a2 2 0 000 4h7.5A1.5017 1.5017 0 0028 8.5a1.4855 1.4855 0 00-1.2778-1.4739L26.061 6.927l-.1616-.6487a2.9568 2.9568 0 00-5.4873-.7121L20.1143 6zM23 14l-5 5 1.4141 1.4141L22 17.8325V24H16v2h6a2.0025 2.0025 0 002-2V17.8325l2.5874 2.583L28 19zM2 20H12V22H2zM2 24H12V26H2zM2 28H12V30H2z"
356
- })), children);
357
- });
358
- if (process.env.NODE_ENV !== "production") {
359
- ConvertToCloud.propTypes = iconPropTypes4cbeb95d.i;
360
- }
361
- const Cookie = /*#__PURE__*/React.forwardRef(function Cookie(_ref16, ref) {
362
- let {
363
- children,
364
- size = 16,
365
- ...rest
366
- } = _ref16;
367
- return /*#__PURE__*/React.createElement(Icon.default, {
368
- width: size,
369
- height: size,
370
- ref: ref,
371
- xmlns: "http://www.w3.org/2000/svg",
372
- viewBox: "0 0 32 32",
373
- fill: "currentColor",
374
- ...rest
375
- }, _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
376
- cx: "10",
377
- cy: "21",
378
- r: "2"
379
- })), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
380
- cx: "23",
381
- cy: "20",
382
- r: "2"
383
- })), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
384
- cx: "13",
385
- cy: "10",
386
- r: "2"
387
- })), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
388
- cx: "14",
389
- cy: "15",
390
- r: "1"
391
- })), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
392
- cx: "23",
393
- cy: "5",
394
- r: "2"
395
- })), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
396
- cx: "29",
397
- cy: "3",
398
- r: "1"
399
- })), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
400
- cx: "16",
401
- cy: "23",
402
- r: "1"
403
- })), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
404
- d: "M16,30C8.3,30,2,23.7,2,16S8.3,2,16,2c0.1,0,0.2,0,0.3,0l1.4,0.1l-0.3,1.2c-0.1,0.4-0.2,0.9-0.2,1.3c0,2.8,2.2,5,5,5 c1,0,2-0.3,2.9-0.9l1.3,1.5c-0.4,0.4-0.6,0.9-0.6,1.4c0,1.3,1.3,2.4,2.7,1.9l1.2-0.5l0.2,1.3C30,14.9,30,15.5,30,16 C30,23.7,23.7,30,16,30z M15.3,4C9,4.4,4,9.6,4,16c0,6.6,5.4,12,12,12s12-5.4,12-12c0-0.1,0-0.3,0-0.4c-2.3,0.1-4.2-1.7-4.2-4 c0-0.1,0-0.1,0-0.2c-0.5,0.1-1,0.2-1.6,0.2c-3.9,0-7-3.1-7-7C15.2,4.4,15.2,4.2,15.3,4z"
405
- })), children);
406
- });
407
- if (process.env.NODE_ENV !== "production") {
408
- Cookie.propTypes = iconPropTypes4cbeb95d.i;
409
- }
410
- const Copy = /*#__PURE__*/React.forwardRef(function Copy(_ref17, ref) {
411
- let {
412
- children,
413
- size = 16,
414
- ...rest
415
- } = _ref17;
416
- return /*#__PURE__*/React.createElement(Icon.default, {
417
- width: size,
418
- height: size,
419
- ref: ref,
420
- xmlns: "http://www.w3.org/2000/svg",
421
- viewBox: "0 0 32 32",
422
- fill: "currentColor",
423
- ...rest
424
- }, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
425
- d: "M28,10V28H10V10H28m0-2H10a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V10a2,2,0,0,0-2-2Z"
426
- })), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
427
- d: "M4,18H2V4A2,2,0,0,1,4,2H18V4H4Z"
428
- })), children);
429
- });
430
- if (process.env.NODE_ENV !== "production") {
431
- Copy.propTypes = iconPropTypes4cbeb95d.i;
432
- }
433
- const CopyFile = /*#__PURE__*/React.forwardRef(function CopyFile(_ref18, ref) {
434
- let {
435
- children,
436
- size = 16,
437
- ...rest
438
- } = _ref18;
439
- return /*#__PURE__*/React.createElement(Icon.default, {
440
- width: size,
441
- height: size,
442
- ref: ref,
443
- xmlns: "http://www.w3.org/2000/svg",
444
- viewBox: "0 0 32 32",
445
- fill: "currentColor",
446
- ...rest
447
- }, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
448
- d: "M27.4,14.7l-6.1-6.1C21,8.2,20.5,8,20,8h-8c-1.1,0-2,0.9-2,2v18c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V16.1 C28,15.6,27.8,15.1,27.4,14.7z M20,10l5.9,6H20V10z M12,28V10h6v6c0,1.1,0.9,2,2,2h6l0,10H12z"
449
- })), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
450
- d: "M6,18H4V4c0-1.1,0.9-2,2-2h14v2H6V18z"
451
- })), children);
452
- });
453
- if (process.env.NODE_ENV !== "production") {
454
- CopyFile.propTypes = iconPropTypes4cbeb95d.i;
455
- }
456
- const CopyLink = /*#__PURE__*/React.forwardRef(function CopyLink(_ref19, ref) {
457
- let {
458
- children,
459
- size = 16,
460
- ...rest
461
- } = _ref19;
462
- return /*#__PURE__*/React.createElement(Icon.default, {
463
- width: size,
464
- height: size,
465
- ref: ref,
466
- xmlns: "http://www.w3.org/2000/svg",
467
- viewBox: "0 0 32 32",
468
- fill: "currentColor",
469
- ...rest
470
- }, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
471
- d: "M11.9474,19a4.9476,4.9476,0,0,1-3.4991-8.4465l5.1053-5.1043a4.9482,4.9482,0,0,1,6.9981,6.9976l-.5523.5526-1.4158-1.4129.5577-.5579a2.95,2.95,0,0,0-.0039-4.1653,3.02,3.02,0,0,0-4.17,0l-5.1047,5.104a2.9474,2.9474,0,0,0,0,4.1692,3.02,3.02,0,0,0,4.17,0l1.4143,1.4145A4.9176,4.9176,0,0,1,11.9474,19Z"
472
- })), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
473
- d: "M19.9474,17a4.9476,4.9476,0,0,1-3.4991-8.4465l.5526-.5526,1.4143,1.4146-.5526.5523a2.9476,2.9476,0,0,0,0,4.1689,3.02,3.02,0,0,0,4.17,0c.26-.26,4.7293-4.7293,5.1053-5.1045a2.951,2.951,0,0,0,0-4.1687,3.02,3.02,0,0,0-4.17,0L21.5536,3.449a4.9483,4.9483,0,0,1,6.9981,6.9978c-.3765.376-4.844,4.8428-5.1038,5.1035A4.9193,4.9193,0,0,1,19.9474,17Z"
474
- })), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
475
- d: "M24,30H4a2.0021,2.0021,0,0,1-2-2V8A2.0021,2.0021,0,0,1,4,6H8V8H4V28H24V18h2V28A2.0021,2.0021,0,0,1,24,30Z"
476
- })), children);
477
- });
478
- if (process.env.NODE_ENV !== "production") {
479
- CopyLink.propTypes = iconPropTypes4cbeb95d.i;
480
- }
481
- const Corn = /*#__PURE__*/React.forwardRef(function Corn(_ref20, ref) {
482
- let {
483
- children,
484
- size = 16,
485
- ...rest
486
- } = _ref20;
487
- return /*#__PURE__*/React.createElement(Icon.default, {
488
- width: size,
489
- height: size,
490
- ref: ref,
491
- xmlns: "http://www.w3.org/2000/svg",
492
- viewBox: "0 0 32 32",
493
- fill: "currentColor",
494
- ...rest
495
- }, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
496
- d: "M23,16c-.3374,0-.67.02-1,.0508V16C22,8.115,19.0435,2,16.5,2S11,8.115,11,16v5H6v3a6.0067,6.0067,0,0,0,6,6h3A11.0125,11.0125,0,0,0,26,19V16ZM13,16h2V14H13.0728a25.8942,25.8942,0,0,1,.5654-4H16V8H14.2c.81-2.4058,1.8149-3.7715,2.3-3.9863.66.2919,2.2842,2.7036,3.0654,6.9863H18v2h1.8442A29.1625,29.1625,0,0,1,20,16v.4263A11.0554,11.0554,0,0,0,13.79,21H13ZM12,28a4.0045,4.0045,0,0,1-4-4V23h4.7639A10.9033,10.9033,0,0,0,12,27Zm12-9a9.01,9.01,0,0,1-9,9H14V27a9.01,9.01,0,0,1,9-9h1Z"
497
- })), children);
498
- });
499
- if (process.env.NODE_ENV !== "production") {
500
- Corn.propTypes = iconPropTypes4cbeb95d.i;
501
- }
502
- const Corner = /*#__PURE__*/React.forwardRef(function Corner(_ref21, ref) {
503
- let {
504
- children,
505
- size = 16,
506
- ...rest
507
- } = _ref21;
508
- return /*#__PURE__*/React.createElement(Icon.default, {
509
- width: size,
510
- height: size,
511
- ref: ref,
512
- xmlns: "http://www.w3.org/2000/svg",
513
- viewBox: "0 0 32 32",
514
- fill: "currentColor",
515
- ...rest
516
- }, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
517
- d: "M28,9H14V6H6v8H9V28h2V14h3V11H28ZM12,12H8V8h4Z"
518
- })), children);
519
- });
520
- if (process.env.NODE_ENV !== "production") {
521
- Corner.propTypes = iconPropTypes4cbeb95d.i;
522
- }
523
- const Coronavirus = /*#__PURE__*/React.forwardRef(function Coronavirus(_ref22, ref) {
524
- let {
525
- children,
526
- size = 16,
527
- ...rest
528
- } = _ref22;
529
- return /*#__PURE__*/React.createElement(Icon.default, {
530
- width: size,
531
- height: size,
532
- ref: ref,
533
- xmlns: "http://www.w3.org/2000/svg",
534
- viewBox: "0 0 32 32",
535
- fill: "currentColor",
536
- ...rest
537
- }, _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
538
- cx: "15.5",
539
- cy: "11.5",
540
- r: "1.5"
541
- })), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
542
- cx: "20.5",
543
- cy: "15.5",
544
- r: "1.5"
545
- })), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
546
- cx: "16",
547
- cy: "16",
548
- r: "1"
549
- })), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
550
- cx: "16.5",
551
- cy: "20.5",
552
- r: "1.5"
553
- })), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
554
- cx: "11.5",
555
- cy: "16.5",
556
- r: "1.5"
557
- })), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
558
- d: "M28,13v2H25.9492a9.9476,9.9476,0,0,0-2.2143-5.3213l1.4367-1.4365,1.4143,1.4145L28,8.2427,23.7578,4l-1.414,1.4141,1.414,1.414-1.437,1.4365A9.9464,9.9464,0,0,0,17,6.0508V4h2V2H13V4h2V6.0508A9.9464,9.9464,0,0,0,9.6792,8.2646L8.2422,6.8281l1.414-1.414L8.2422,4,4,8.2427l1.4141,1.414L6.8284,8.2422,8.2651,9.6787A9.9476,9.9476,0,0,0,6.0508,15H4V13H2v6H4V17H6.0508a9.9476,9.9476,0,0,0,2.2143,5.3213L6.8284,23.7578,5.4141,22.3433,4,23.7573,8.2422,28l1.414-1.4141-1.414-1.414,1.437-1.4365A9.9464,9.9464,0,0,0,15,25.9492V28H13v2h6V28H17V25.9492a9.9464,9.9464,0,0,0,5.3208-2.2138l1.437,1.4365-1.414,1.414L23.7578,28,28,23.7573l-1.4141-1.414-1.4143,1.4145-1.4367-1.4365A9.9476,9.9476,0,0,0,25.9492,17H28v2h2V13ZM16,24a8,8,0,1,1,8-8A8.0092,8.0092,0,0,1,16,24Z"
559
- })), children);
560
- });
561
- if (process.env.NODE_ENV !== "production") {
562
- Coronavirus.propTypes = iconPropTypes4cbeb95d.i;
563
- }
564
- const Cost = /*#__PURE__*/React.forwardRef(function Cost(_ref23, ref) {
565
- let {
566
- children,
567
- size = 16,
568
- ...rest
569
- } = _ref23;
570
- return /*#__PURE__*/React.createElement(Icon.default, {
571
- width: size,
572
- height: size,
573
- ref: ref,
574
- xmlns: "http://www.w3.org/2000/svg",
575
- viewBox: "0 0 32 32",
576
- fill: "currentColor",
577
- ...rest
578
- }, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
579
- d: "M16,23a7,7,0,1,1,7-7A7.0078,7.0078,0,0,1,16,23Zm0-12a5,5,0,1,0,5,5A5.0057,5.0057,0,0,0,16,11Z"
580
- })), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
581
- d: "M30,6.4141,28.5859,5l-3.35,3.35A12.0812,12.0812,0,0,0,23.65,6.7637L27,3.4141,25.5859,2,21.9766,5.6094A11.9792,11.9792,0,0,0,5.6094,21.9766L2,25.5859,3.4141,27l3.35-3.35A12.0812,12.0812,0,0,0,8.35,25.2363L5,28.5859,6.4141,30l3.6093-3.6094A11.9792,11.9792,0,0,0,26.3906,10.0234ZM16,26A10,10,0,1,1,26,16,10.0114,10.0114,0,0,1,16,26Z"
582
- })), children);
583
- });
584
- if (process.env.NODE_ENV !== "production") {
585
- Cost.propTypes = iconPropTypes4cbeb95d.i;
586
- }
587
- const CostTotal = /*#__PURE__*/React.forwardRef(function CostTotal(_ref24, ref) {
588
- let {
589
- children,
590
- size = 16,
591
- ...rest
592
- } = _ref24;
593
- return /*#__PURE__*/React.createElement(Icon.default, {
594
- width: size,
595
- height: size,
596
- ref: ref,
597
- xmlns: "http://www.w3.org/2000/svg",
598
- viewBox: "0 0 32 32",
599
- fill: "currentColor",
600
- ...rest
601
- }, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
602
- d: "M10 13H22V15H10zM10 18H22V20H10z"
603
- })), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
604
- d: "M30,6.4141,28.5859,5l-3.35,3.35A12.0812,12.0812,0,0,0,23.65,6.7637L27,3.4141,25.5859,2,21.9766,5.6094A11.9792,11.9792,0,0,0,5.6094,21.9766L2,25.5859,3.4141,27l3.35-3.35A12.0812,12.0812,0,0,0,8.35,25.2363L5,28.5859,6.4141,30l3.6093-3.6094A11.9792,11.9792,0,0,0,26.3906,10.0234ZM16,26A10,10,0,1,1,26,16,10.0114,10.0114,0,0,1,16,26Z"
605
- })), children);
606
- });
607
- if (process.env.NODE_ENV !== "production") {
608
- CostTotal.propTypes = iconPropTypes4cbeb95d.i;
609
- }
610
- const Cough = /*#__PURE__*/React.forwardRef(function Cough(_ref25, ref) {
611
- let {
612
- children,
613
- size = 16,
614
- ...rest
615
- } = _ref25;
616
- return /*#__PURE__*/React.createElement(Icon.default, {
617
- width: size,
618
- height: size,
619
- ref: ref,
620
- xmlns: "http://www.w3.org/2000/svg",
621
- viewBox: "0 0 32 32",
622
- fill: "currentColor",
623
- ...rest
624
- }, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
625
- d: "M26,30H24V27H20a5.0055,5.0055,0,0,1-5-5V20.7207l-2.3162-.772a1,1,0,0,1-.5412-1.4631L15,13.7229V11a9.01,9.01,0,0,1,9-9h5V4H24a7.0078,7.0078,0,0,0-7,7v3a.9991.9991,0,0,1-.1426.5144l-2.3586,3.9312,1.8174.6057A1,1,0,0,1,17,20v2a3.0033,3.0033,0,0,0,3,3h5a1,1,0,0,1,1,1Z"
626
- })), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
627
- cx: "9",
628
- cy: "23",
629
- r: "1"
630
- })), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
631
- cx: "6",
632
- cy: "20",
633
- r: "1"
634
- })), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
635
- cx: "6",
636
- cy: "26",
637
- r: "1"
638
- })), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
639
- cx: "3",
640
- cy: "17",
641
- r: "1"
642
- })), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
643
- cx: "3",
644
- cy: "29",
645
- r: "1"
646
- })), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
647
- cx: "3",
648
- cy: "23",
649
- r: "1"
650
- })), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
651
- d: "M19 12H23V14H19z"
652
- })), children);
653
- });
654
- if (process.env.NODE_ENV !== "production") {
655
- Cough.propTypes = iconPropTypes4cbeb95d.i;
656
- }
657
- const Course = /*#__PURE__*/React.forwardRef(function Course(_ref26, ref) {
658
- let {
659
- children,
660
- size = 16,
661
- ...rest
662
- } = _ref26;
663
- return /*#__PURE__*/React.createElement(Icon.default, {
664
- width: size,
665
- height: size,
666
- ref: ref,
667
- xmlns: "http://www.w3.org/2000/svg",
668
- viewBox: "0 0 32 32",
669
- fill: "currentColor",
670
- ...rest
671
- }, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
672
- d: "M24,30H8a2.0023,2.0023,0,0,1-2-2V4A2.002,2.002,0,0,1,8,2H24a2.0023,2.0023,0,0,1,2,2V20.6182l-5-2.5-5,2.5V4H8V28H24V24h2v4A2.0027,2.0027,0,0,1,24,30ZM21,15.8818l3,1.5V4H18V17.3818Z"
673
- })), children);
674
- });
675
- if (process.env.NODE_ENV !== "production") {
676
- Course.propTypes = iconPropTypes4cbeb95d.i;
677
- }
678
- const Covariate = /*#__PURE__*/React.forwardRef(function Covariate(_ref27, ref) {
679
- let {
680
- children,
681
- size = 16,
682
- ...rest
683
- } = _ref27;
684
- return /*#__PURE__*/React.createElement(Icon.default, {
685
- width: size,
686
- height: size,
687
- ref: ref,
688
- xmlns: "http://www.w3.org/2000/svg",
689
- viewBox: "0 0 32 32",
690
- fill: "currentColor",
691
- ...rest
692
- }, _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
693
- cx: "8",
694
- cy: "16",
695
- r: "2"
696
- })), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
697
- cx: "14",
698
- cy: "8",
699
- r: "2"
700
- })), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
701
- cx: "28",
702
- cy: "12",
703
- r: "2"
704
- })), _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
705
- cx: "21",
706
- cy: "18",
707
- r: "2"
708
- })), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
709
- d: "M30,3.4141,28.5859,2,4,26.5859V2H2V28a2,2,0,0,0,2,2H30V28H5.4141ZM4,28Z"
710
- })), children);
711
- });
712
- if (process.env.NODE_ENV !== "production") {
713
- Covariate.propTypes = iconPropTypes4cbeb95d.i;
714
- }
715
- const CreateLink = /*#__PURE__*/React.forwardRef(function CreateLink(_ref28, ref) {
716
- let {
717
- children,
718
- size = 16,
719
- ...rest
720
- } = _ref28;
721
- return /*#__PURE__*/React.createElement(Icon.default, {
722
- width: size,
723
- height: size,
724
- ref: ref,
725
- xmlns: "http://www.w3.org/2000/svg",
726
- viewBox: "0 0 32 32",
727
- fill: "currentColor",
728
- ...rest
729
- }, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
730
- d: "M7,8v3h-2v-3h-3v-2h3v-3h2v3h3v2h-3ZM22.42,26.01l6.03-6.03h0c2.06-2.06,2.06-5.39,0-7.44s-5.39-2.06-7.44,0l1.41,1.41h0c1.27-1.27,3.34-1.27,4.62,0,1.27,1.27,1.27,3.34,0,4.62l-6.03,6.03h0c-1.27,1.27-3.34,1.27-4.62,0-1.27-1.27-1.27-3.34,0-4.62l-1.41-1.41c-.99.99-1.54,2.33-1.54,3.73,0,2.91,2.36,5.26,5.27,5.26,1.4,0,2.74-.55,3.72-1.54h0l-.01-.01ZM13.99,28.46l-1.41-1.41c-1.27,1.26-3.32,1.26-4.6,0-1.28-1.27-1.29-3.34-.02-4.62l6.03-6.03.02-.02c1.28-1.27,3.35-1.26,4.62.02s1.26,3.35-.02,4.62l1.41,1.41.03-.03c2.05-2.06,2.03-5.4-.03-7.44-2.06-2.05-5.4-2.03-7.44.03l-6.03,6.03c-.99.99-1.55,2.33-1.55,3.72,0,2.91,2.37,5.26,5.27,5.26,1.4,0,2.74-.55,3.72-1.54Z"
731
- })), children);
732
- });
733
- if (process.env.NODE_ENV !== "production") {
734
- CreateLink.propTypes = iconPropTypes4cbeb95d.i;
735
- }
736
- const Credentials = /*#__PURE__*/React.forwardRef(function Credentials(_ref29, ref) {
737
- let {
738
- children,
739
- size = 16,
740
- ...rest
741
- } = _ref29;
742
- return /*#__PURE__*/React.createElement(Icon.default, {
743
- width: size,
744
- height: size,
745
- ref: ref,
746
- xmlns: "http://www.w3.org/2000/svg",
747
- viewBox: "0 0 32 32",
748
- fill: "currentColor",
749
- ...rest
750
- }, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
751
- d: "M16 22a4 4 0 10-4-4A4 4 0 0016 22zm0-6a2 2 0 11-2 2A2 2 0 0116 16zM14 6H18V8H14z"
752
- })), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
753
- d: "M24,2H8A2.002,2.002,0,0,0,6,4V28a2.0023,2.0023,0,0,0,2,2H24a2.0027,2.0027,0,0,0,2-2V4A2.0023,2.0023,0,0,0,24,2ZM20,28H12V26a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1Zm2,0V26a3,3,0,0,0-3-3H13a3,3,0,0,0-3,3v2H8V4H24V28Z"
754
- })), children);
755
- });
756
- if (process.env.NODE_ENV !== "production") {
757
- Credentials.propTypes = iconPropTypes4cbeb95d.i;
758
- }
759
- const Critical = /*#__PURE__*/React.forwardRef(function Critical(_ref30, ref) {
760
- let {
761
- children,
762
- size = 16,
763
- ...rest
764
- } = _ref30;
765
- if (size === "glyph" || size === "glyph" || size === "glyphpx") {
766
- return /*#__PURE__*/React.createElement(Icon.default, {
767
- width: size,
768
- height: size,
769
- ref: ref,
770
- xmlns: "http://www.w3.org/2000/svg",
771
- viewBox: "0 0 16 16",
772
- fill: "currentColor",
773
- ...rest
774
- }, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
775
- d: "M12.887 11.4727a5.9936 5.9936 0 00-8.36-8.3594zM3.113 4.5273a5.9936 5.9936 0 008.36 8.3594z"
776
- })), children);
777
- }
778
- return /*#__PURE__*/React.createElement(Icon.default, {
779
- width: size,
780
- height: size,
781
- ref: ref,
782
- xmlns: "http://www.w3.org/2000/svg",
783
- viewBox: "0 0 16 16",
784
- fill: "currentColor",
785
- ...rest
786
- }, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
787
- d: "M12.887 11.4727a5.9936 5.9936 0 00-8.36-8.3594zM3.113 4.5273a5.9936 5.9936 0 008.36 8.3594z"
788
- })), children);
789
- });
790
- if (process.env.NODE_ENV !== "production") {
791
- Critical.propTypes = iconPropTypes4cbeb95d.i;
792
- }
793
- const CriticalSeverity = /*#__PURE__*/React.forwardRef(function CriticalSeverity(_ref31, ref) {
794
- let {
795
- children,
796
- size = 16,
797
- ...rest
798
- } = _ref31;
799
- if (size === "glyph" || size === "glyph" || size === "glyphpx") {
800
- return /*#__PURE__*/React.createElement(Icon.default, {
801
- width: size,
802
- height: size,
803
- ref: ref,
804
- xmlns: "http://www.w3.org/2000/svg",
805
- viewBox: "0 0 16 16",
806
- fill: "currentColor",
807
- ...rest
808
- }, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
809
- d: "M13 13L3 13 3 3 13 13z"
810
- })), children);
811
- }
812
- return /*#__PURE__*/React.createElement(Icon.default, {
813
- width: size,
814
- height: size,
815
- ref: ref,
816
- xmlns: "http://www.w3.org/2000/svg",
817
- viewBox: "0 0 16 16",
818
- fill: "currentColor",
819
- ...rest
820
- }, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
821
- d: "M13 13L3 13 3 3 13 13z"
822
- })), children);
823
- });
824
- if (process.env.NODE_ENV !== "production") {
825
- CriticalSeverity.propTypes = iconPropTypes4cbeb95d.i;
826
- }
827
- const Crop = /*#__PURE__*/React.forwardRef(function Crop(_ref32, ref) {
828
- let {
829
- children,
830
- size = 16,
831
- ...rest
832
- } = _ref32;
833
- return /*#__PURE__*/React.createElement(Icon.default, {
834
- width: size,
835
- height: size,
836
- ref: ref,
837
- xmlns: "http://www.w3.org/2000/svg",
838
- viewBox: "0 0 32 32",
839
- fill: "currentColor",
840
- ...rest
841
- }, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
842
- d: "M25,20H23V9H12V7H23a2,2,0,0,1,2,2Z"
843
- })), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
844
- d: "M9,23V2H7V7H2V9H7V23a2,2,0,0,0,2,2H23v5h2V25h5V23Z"
845
- })), children);
846
- });
847
- if (process.env.NODE_ENV !== "production") {
848
- Crop.propTypes = iconPropTypes4cbeb95d.i;
849
- }
850
- const CropGrowth = /*#__PURE__*/React.forwardRef(function CropGrowth(_ref33, ref) {
851
- let {
852
- children,
853
- size = 16,
854
- ...rest
855
- } = _ref33;
856
- return /*#__PURE__*/React.createElement(Icon.default, {
857
- width: size,
858
- height: size,
859
- ref: ref,
860
- xmlns: "http://www.w3.org/2000/svg",
861
- viewBox: "0 0 32 32",
862
- fill: "currentColor",
863
- ...rest
864
- }, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
865
- d: "M26,13a4.0045,4.0045,0,0,0,4-4V6H27a3.979,3.979,0,0,0-2.7468,1.1064A6.0041,6.0041,0,0,0,19,4H16V7a6.0066,6.0066,0,0,0,6,6h1V26H11V21h1a4.0045,4.0045,0,0,0,4-4V14H13a3.979,3.979,0,0,0-2.7468,1.1064A6.0041,6.0041,0,0,0,5,12H2v3a6.0066,6.0066,0,0,0,6,6H9v5H2v2H30V26H25V13Zm-1-3a2.002,2.002,0,0,1,2-2h1V9a2.002,2.002,0,0,1-2,2H25ZM11,18a2.002,2.002,0,0,1,2-2h1v1a2.002,2.002,0,0,1-2,2H11ZM9,19H8a4.0045,4.0045,0,0,1-4-4V14H5a4.0045,4.0045,0,0,1,4,4Zm14-8H22a4.0045,4.0045,0,0,1-4-4V6h1a4.0045,4.0045,0,0,1,4,4Z"
866
- })), children);
867
- });
868
- if (process.env.NODE_ENV !== "production") {
869
- CropGrowth.propTypes = iconPropTypes4cbeb95d.i;
870
- }
871
- const CropHealth = /*#__PURE__*/React.forwardRef(function CropHealth(_ref34, ref) {
872
- let {
873
- children,
874
- size = 16,
875
- ...rest
876
- } = _ref34;
877
- return /*#__PURE__*/React.createElement(Icon.default, {
878
- width: size,
879
- height: size,
880
- ref: ref,
881
- xmlns: "http://www.w3.org/2000/svg",
882
- viewBox: "0 0 32 32",
883
- fill: "currentColor",
884
- ...rest
885
- }, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
886
- d: "M2 28H10V30H2zM17 29a1 1 0 01-.7808-.3752L12.52 24H2V22H13a1 1 0 01.7808.3752l3.146 3.9322 5.2412-7.8621A1 1 0 0123.8 18.4L26.5 22H30v2H26a.9991.9991 0 01-.8-.4l-2.1523-2.8694-5.2159 7.824a.9986.9986 0 01-.7885.4443zM11 16V11h1a4.0045 4.0045 0 004-4V4H13a3.9779 3.9779 0 00-2.7468 1.1067A6.0034 6.0034 0 005 2H2V5a6.0066 6.0066 0 006 6H9v5H2v2H16V16zM13 6h1V7a2.002 2.002 0 01-2 2H11V8A2.002 2.002 0 0113 6zM8 9A4.0045 4.0045 0 014 5V4H5A4.0045 4.0045 0 019 8V9z"
887
- })), children);
888
- });
889
- if (process.env.NODE_ENV !== "production") {
890
- CropHealth.propTypes = iconPropTypes4cbeb95d.i;
891
- }
892
- const WatsonHealthCrossReference = /*#__PURE__*/React.forwardRef(function WatsonHealthCrossReference(_ref35, ref) {
893
- let {
894
- children,
895
- size = 16,
896
- ...rest
897
- } = _ref35;
898
- return /*#__PURE__*/React.createElement(Icon.default, {
899
- width: size,
900
- height: size,
901
- ref: ref,
902
- xmlns: "http://www.w3.org/2000/svg",
903
- viewBox: "0 0 32 32",
904
- fill: "currentColor",
905
- ...rest
906
- }, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
907
- d: "M11 24H15V26H11zM5 24H9V26H5zM23 24H27V26H23zM17 24H21V26H17zM9 22a4.92 4.92 0 014-2h6a5.22 5.22 0 014 2h2.3A6.87 6.87 0 0019 18H13a6.87 6.87 0 00-6.3 4zM24 28H26V30H24zM6 28H8V30H6zM16 16a7 7 0 117-7A7 7 0 0116 16zM16 4a5 5 0 00-5 5A5 5 0 0021 9 5 5 0 0016 4z"
908
- })), children);
909
- });
910
- if (process.env.NODE_ENV !== "production") {
911
- WatsonHealthCrossReference.propTypes = iconPropTypes4cbeb95d.i;
912
- }
913
- const CrossTab = /*#__PURE__*/React.forwardRef(function CrossTab(_ref36, ref) {
914
- let {
915
- children,
916
- size = 16,
917
- ...rest
918
- } = _ref36;
919
- return /*#__PURE__*/React.createElement(Icon.default, {
920
- width: size,
921
- height: size,
922
- ref: ref,
923
- xmlns: "http://www.w3.org/2000/svg",
924
- viewBox: "0 0 32 32",
925
- fill: "currentColor",
926
- ...rest
927
- }, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
928
- d: "M28,2H10A2.0023,2.0023,0,0,0,8,4V7H4A2.0023,2.0023,0,0,0,2,9V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2ZM10,4H28V7H10ZM28,14H20V9h8ZM10,21V16h8v5Zm8,2v5H10V23ZM8,21H4V16H8ZM18,9v5H10V9Zm2,7h8v5H20ZM8,9v5H4V9ZM4,23H8v5H4Zm16,5V23h8v5Z"
929
- })), children);
930
- });
931
- if (process.env.NODE_ENV !== "production") {
932
- CrossTab.propTypes = iconPropTypes4cbeb95d.i;
933
- }
934
- const Crossroads = /*#__PURE__*/React.forwardRef(function Crossroads(_ref37, ref) {
935
- let {
936
- children,
937
- size = 16,
938
- ...rest
939
- } = _ref37;
940
- return /*#__PURE__*/React.createElement(Icon.default, {
941
- width: size,
942
- height: size,
943
- ref: ref,
944
- xmlns: "http://www.w3.org/2000/svg",
945
- viewBox: "0 0 32 32",
946
- fill: "currentColor",
947
- ...rest
948
- }, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
949
- d: "M26.5859,6.5859A1.9862,1.9862,0,0,0,25.1719,6H17V2H15V12H6.8281a1.9862,1.9862,0,0,0-1.414.5859L2,16l3.4141,3.4141A1.9862,1.9862,0,0,0,6.8281,20H15V30h2V14h8.1719a1.9862,1.9862,0,0,0,1.414-.5859L30,10ZM6.8281,18l-2-2,2-2H15v4Zm18.3438-6H17V8h8.1719l2,2Z"
950
- })), children);
951
- });
952
- if (process.env.NODE_ENV !== "production") {
953
- Crossroads.propTypes = iconPropTypes4cbeb95d.i;
954
- }
955
- const CrowdReport = /*#__PURE__*/React.forwardRef(function CrowdReport(_ref38, ref) {
956
- let {
957
- children,
958
- size = 16,
959
- ...rest
960
- } = _ref38;
961
- return /*#__PURE__*/React.createElement(Icon.default, {
962
- width: size,
963
- height: size,
964
- ref: ref,
965
- xmlns: "http://www.w3.org/2000/svg",
966
- viewBox: "0 0 32 32",
967
- fill: "currentColor",
968
- ...rest
969
- }, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
970
- d: "M16.832,19.5547l-1.664-1.1094L17.4648,15H20V10H12v5h2v2H12a2.0021,2.0021,0,0,1-2-2V10a2.0021,2.0021,0,0,1,2-2h8a2.0021,2.0021,0,0,1,2,2v5a2.0021,2.0021,0,0,1-2,2H18.5352Z"
971
- })), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
972
- d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
973
- })), children);
974
- });
975
- if (process.env.NODE_ENV !== "production") {
976
- CrowdReport.propTypes = iconPropTypes4cbeb95d.i;
977
- }
978
- const CrowdReportFilled = /*#__PURE__*/React.forwardRef(function CrowdReportFilled(_ref39, ref) {
979
- let {
980
- children,
981
- size = 16,
982
- ...rest
983
- } = _ref39;
984
- return /*#__PURE__*/React.createElement(Icon.default, {
985
- width: size,
986
- height: size,
987
- ref: ref,
988
- xmlns: "http://www.w3.org/2000/svg",
989
- viewBox: "0 0 32 32",
990
- fill: "currentColor",
991
- ...rest
992
- }, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
993
- fill: "none",
994
- d: "M16.832,19.5547l-1.664-1.1094L17.4648,15H20V10H12v5h2v2H12a2.0021,2.0021,0,0,1-2-2V10a2.0021,2.0021,0,0,1,2-2h8a2.0021,2.0021,0,0,1,2,2v5a2.0021,2.0021,0,0,1-2,2H18.5352Z"
995
- })), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
996
- d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm6,13a2.0023,2.0023,0,0,1-2,2H18.5352L16.832,19.5547l-1.664-1.1094L17.4648,15H20V10H12v5h2v2H12a2.0023,2.0023,0,0,1-2-2V10a2.0023,2.0023,0,0,1,2-2h8a2.0023,2.0023,0,0,1,2,2Z"
997
- })), children);
998
- });
999
- if (process.env.NODE_ENV !== "production") {
1000
- CrowdReportFilled.propTypes = iconPropTypes4cbeb95d.i;
1001
- }
1002
- const Csv = /*#__PURE__*/React.forwardRef(function Csv(_ref40, ref) {
1003
- let {
1004
- children,
1005
- size = 16,
1006
- ...rest
1007
- } = _ref40;
1008
- return /*#__PURE__*/React.createElement(Icon.default, {
1009
- width: size,
1010
- height: size,
1011
- ref: ref,
1012
- xmlns: "http://www.w3.org/2000/svg",
1013
- viewBox: "0 0 32 32",
1014
- fill: "currentColor",
1015
- ...rest
1016
- }, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
1017
- d: "M28 9L26 22 24 9 22 9 24.516 23 27.484 23 30 9 28 9zM18 23H12V21h6V17H14a2.002 2.002 0 01-2-2V11a2.002 2.002 0 012-2h6v2H14v4h4a2.002 2.002 0 012 2v4A2.002 2.002 0 0118 23zM10 23H4a2.0023 2.0023 0 01-2-2V11A2.002 2.002 0 014 9h6v2H4V21h6z"
1018
- })), children);
1019
- });
1020
- if (process.env.NODE_ENV !== "production") {
1021
- Csv.propTypes = iconPropTypes4cbeb95d.i;
1022
- }
1023
- const QCU1 = /*#__PURE__*/React.forwardRef(function QCU1(_ref41, ref) {
1024
- let {
1025
- children,
1026
- size = 16,
1027
- ...rest
1028
- } = _ref41;
1029
- return /*#__PURE__*/React.createElement(Icon.default, {
1030
- width: size,
1031
- height: size,
1032
- ref: ref,
1033
- xmlns: "http://www.w3.org/2000/svg",
1034
- viewBox: "0 0 32 32",
1035
- fill: "currentColor",
1036
- ...rest
1037
- }, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
1038
- d: "M10 23H5a2 2 0 01-2-2V15a2 2 0 012-2h5v2H5v6h5zM18 23H14a2 2 0 01-2-2V9h2V21h4V9h2V21A2 2 0 0118 23zM27 21L27 9.01 22 9.01 22 11.01 25 11.01 25 21 22 21 22 23 30 23 30 21 27 21z"
1039
- })), children);
1040
- });
1041
- if (process.env.NODE_ENV !== "production") {
1042
- QCU1.propTypes = iconPropTypes4cbeb95d.i;
1043
- }
1044
- const QCU3 = /*#__PURE__*/React.forwardRef(function QCU3(_ref42, ref) {
1045
- let {
1046
- children,
1047
- size = 16,
1048
- ...rest
1049
- } = _ref42;
1050
- return /*#__PURE__*/React.createElement(Icon.default, {
1051
- width: size,
1052
- height: size,
1053
- ref: ref,
1054
- xmlns: "http://www.w3.org/2000/svg",
1055
- viewBox: "0 0 32 32",
1056
- fill: "currentColor",
1057
- ...rest
1058
- }, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
1059
- d: "M10 23H5a2 2 0 01-2-2V15a2 2 0 012-2h5v2H5v6h5zM18 23H14a2 2 0 01-2-2V9h2V21h4V9h2V21A2 2 0 0118 23zM28 9H22v2h6v4H23v2h5v4H22v2h6a2 2 0 002-2V11A2 2 0 0028 9z"
1060
- })), children);
1061
- });
1062
- if (process.env.NODE_ENV !== "production") {
1063
- QCU3.propTypes = iconPropTypes4cbeb95d.i;
1064
- }
1065
- const Cube = /*#__PURE__*/React.forwardRef(function Cube(_ref43, ref) {
1066
- let {
1067
- children,
1068
- size = 16,
1069
- ...rest
1070
- } = _ref43;
1071
- return /*#__PURE__*/React.createElement(Icon.default, {
1072
- width: size,
1073
- height: size,
1074
- ref: ref,
1075
- xmlns: "http://www.w3.org/2000/svg",
1076
- viewBox: "0 0 32 32",
1077
- fill: "currentColor",
1078
- ...rest
1079
- }, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
1080
- d: "M28.5039,8.1362l-12-7a1,1,0,0,0-1.0078,0l-12,7A1,1,0,0,0,3,9V23a1,1,0,0,0,.4961.8638l12,7a1,1,0,0,0,1.0078,0l12-7A1,1,0,0,0,29,23V9A1,1,0,0,0,28.5039,8.1362ZM16,3.1577,26.0156,9,16,14.8423,5.9844,9ZM5,10.7412l10,5.833V28.2588L5,22.4258ZM17,28.2588V16.5742l10-5.833V22.4258Z"
1081
- })), children);
1082
- });
1083
- if (process.env.NODE_ENV !== "production") {
1084
- Cube.propTypes = iconPropTypes4cbeb95d.i;
1085
- }
1086
- const CubeView = /*#__PURE__*/React.forwardRef(function CubeView(_ref44, ref) {
1087
- let {
1088
- children,
1089
- size = 16,
1090
- ...rest
1091
- } = _ref44;
1092
- return /*#__PURE__*/React.createElement(Icon.default, {
1093
- width: size,
1094
- height: size,
1095
- ref: ref,
1096
- xmlns: "http://www.w3.org/2000/svg",
1097
- viewBox: "0 0 32 32",
1098
- fill: "currentColor",
1099
- ...rest
1100
- }, _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
1101
- cx: "16",
1102
- cy: "16",
1103
- r: "2"
1104
- })), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
1105
- d: "M23.7769,15.4785A8.64,8.64,0,0,0,16,10a8.64,8.64,0,0,0-7.7769,5.4785L8,16l.2231.5215A8.64,8.64,0,0,0,16,22a8.64,8.64,0,0,0,7.7769-5.4785L24,16ZM16,20a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,20Z"
1106
- })), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
1107
- d: "M28.5039,8.1362l-12-7a1,1,0,0,0-1.0078,0l-12,7A1,1,0,0,0,3,9V23a1,1,0,0,0,.4961.8638l12,7a1,1,0,0,0,1.0078,0l12-7A1,1,0,0,0,29,23V9A1,1,0,0,0,28.5039,8.1362ZM27,22.4258,16,28.8423,5,22.4258V9.5742L16,3.1577,27,9.5742Z"
1108
- })), children);
1109
- });
1110
- if (process.env.NODE_ENV !== "production") {
1111
- CubeView.propTypes = iconPropTypes4cbeb95d.i;
1112
- }
1113
- const Currency = /*#__PURE__*/React.forwardRef(function Currency(_ref45, ref) {
1114
- let {
1115
- children,
1116
- size = 16,
1117
- ...rest
1118
- } = _ref45;
1119
- return /*#__PURE__*/React.createElement(Icon.default, {
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
- }, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
1128
- d: "M21,12V10H17V7H15v3H13a2.002,2.002,0,0,0-2,2v3a2.002,2.002,0,0,0,2,2h6v3H11v2h4v3h2V22h2a2.0023,2.0023,0,0,0,2-2V17a2.002,2.002,0,0,0-2-2H13V12Z"
1129
- })), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
1130
- d: "M16,4A12,12,0,1,1,4,16,12.0353,12.0353,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14.0412,14.0412,0,0,0,16,2Z"
1131
- })), children);
1132
- });
1133
- if (process.env.NODE_ENV !== "production") {
1134
- Currency.propTypes = iconPropTypes4cbeb95d.i;
1135
- }
1136
- const CurrencyBaht = /*#__PURE__*/React.forwardRef(function CurrencyBaht(_ref46, ref) {
1137
- let {
1138
- children,
1139
- size = 16,
1140
- ...rest
1141
- } = _ref46;
1142
- return /*#__PURE__*/React.createElement(Icon.default, {
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
- }, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
1151
- d: "M21.4023,15.6426A4.9727,4.9727,0,0,0,23,12V11a5.0059,5.0059,0,0,0-5-5H17V3H15V6H10V26h5v3h2V26h2a5.0059,5.0059,0,0,0,5-5V20A4.9834,4.9834,0,0,0,21.4023,15.6426ZM12,8h6a3.0033,3.0033,0,0,1,3,3v1a3.0033,3.0033,0,0,1-3,3H12ZM22,21a3.0033,3.0033,0,0,1-3,3H12V17h7a3.0033,3.0033,0,0,1,3,3Z"
1152
- })), children);
1153
- });
1154
- if (process.env.NODE_ENV !== "production") {
1155
- CurrencyBaht.propTypes = iconPropTypes4cbeb95d.i;
1156
- }
1157
- const CurrencyDollar = /*#__PURE__*/React.forwardRef(function CurrencyDollar(_ref47, ref) {
1158
- let {
1159
- children,
1160
- size = 16,
1161
- ...rest
1162
- } = _ref47;
1163
- return /*#__PURE__*/React.createElement(Icon.default, {
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
- }, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
1172
- d: "M23,20.5151c0-4.6152-3.78-5.1411-6.8171-5.563-3.31-.4609-5.1829-.86-5.1829-3.71C11,8.8491,13.5071,8,15.6538,8a6.7538,6.7538,0,0,1,5.5681,2.6279l1.5562-1.2558A8.6508,8.6508,0,0,0,17,6.0962V3H15V6.022c-3.6152.2192-6,2.26-6,5.22,0,4.73,3.83,5.2627,6.9075,5.69C19.16,17.3848,21,17.7744,21,20.5151,21,23.5474,17.8674,24,16,24c-3.4294,0-4.8782-.9639-6.2219-2.6279L8.2219,22.6279A8.4382,8.4382,0,0,0,15,25.9648V29h2V25.9551C20.7256,25.6509,23,23.6279,23,20.5151Z"
1173
- })), children);
1174
- });
1175
- if (process.env.NODE_ENV !== "production") {
1176
- CurrencyDollar.propTypes = iconPropTypes4cbeb95d.i;
1177
- }
1178
- const CurrencyEuro = /*#__PURE__*/React.forwardRef(function CurrencyEuro(_ref48, ref) {
1179
- let {
1180
- children,
1181
- size = 16,
1182
- ...rest
1183
- } = _ref48;
1184
- return /*#__PURE__*/React.createElement(Icon.default, {
1185
- width: size,
1186
- height: size,
1187
- ref: ref,
1188
- xmlns: "http://www.w3.org/2000/svg",
1189
- viewBox: "0 0 32 32",
1190
- fill: "currentColor",
1191
- ...rest
1192
- }, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
1193
- d: "M17,26c-3.6162,0-6.3328-2.2974-7.4456-6H19V18H9.1321A15.2782,15.2782,0,0,1,9,16c0-.33.01-.6641.0259-1H19V13H9.2371C9.8447,9.3525,11.81,6,17,6c3.8533,0,5.5315,1.6465,7.1282,4.4893l1.7436-.9786C24.2649,6.6484,22.0779,4,17,4,10.6448,4,7,8.374,7,16c0,7.0654,4.1121,12,10,12,5.0779,0,7.2649-2.6484,8.8718-5.5107l-1.7436-.9786C22.5315,24.3535,20.8533,26,17,26Z"
1194
- })), children);
1195
- });
1196
- if (process.env.NODE_ENV !== "production") {
1197
- CurrencyEuro.propTypes = iconPropTypes4cbeb95d.i;
1198
- }
1199
- const CurrencyLira = /*#__PURE__*/React.forwardRef(function CurrencyLira(_ref49, ref) {
1200
- let {
1201
- children,
1202
- size = 16,
1203
- ...rest
1204
- } = _ref49;
1205
- return /*#__PURE__*/React.createElement(Icon.default, {
1206
- width: size,
1207
- height: size,
1208
- ref: ref,
1209
- xmlns: "http://www.w3.org/2000/svg",
1210
- viewBox: "0 0 32 32",
1211
- fill: "currentColor",
1212
- ...rest
1213
- }, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
1214
- d: "M23,19a6.0066,6.0066,0,0,1-6,6H13V18.1079L21.2139,15V13L13,16.1079v-3L21.2139,10V8L13,11.1079V5H11v6.8647L8,13v2l3-1.1353v3L8,18v2l3-1.1353V27h6a8.0092,8.0092,0,0,0,8-8Z"
1215
- })), children);
1216
- });
1217
- if (process.env.NODE_ENV !== "production") {
1218
- CurrencyLira.propTypes = iconPropTypes4cbeb95d.i;
1219
- }
1220
- const CurrencyPound = /*#__PURE__*/React.forwardRef(function CurrencyPound(_ref50, ref) {
1221
- let {
1222
- children,
1223
- size = 16,
1224
- ...rest
1225
- } = _ref50;
1226
- return /*#__PURE__*/React.createElement(Icon.default, {
1227
- width: size,
1228
- height: size,
1229
- ref: ref,
1230
- xmlns: "http://www.w3.org/2000/svg",
1231
- viewBox: "0 0 32 32",
1232
- fill: "currentColor",
1233
- ...rest
1234
- }, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1235
- d: "M12.4531,25A8.7775,8.7775,0,0,0,14,20a10.6,10.6,0,0,0-.18-2H22V16H13.2175c-.0842-.2109-.17-.4194-.2556-.624A9.8586,9.8586,0,0,1,12,11a4.792,4.792,0,0,1,5-5,6.1234,6.1234,0,0,1,5.2222,2.6279l1.5556-1.2558A8.11,8.11,0,0,0,17,4a6.7781,6.7781,0,0,0-7,7,11.65,11.65,0,0,0,1.0559,5H8v2h3.7729A8.209,8.209,0,0,1,12,20c0,2.5234-1.4858,5-3,5v2H24V25Z"
1236
- })), children);
1237
- });
1238
- if (process.env.NODE_ENV !== "production") {
1239
- CurrencyPound.propTypes = iconPropTypes4cbeb95d.i;
1240
- }
1241
- const CurrencyRuble = /*#__PURE__*/React.forwardRef(function CurrencyRuble(_ref51, ref) {
1242
- let {
1243
- children,
1244
- size = 16,
1245
- ...rest
1246
- } = _ref51;
1247
- return /*#__PURE__*/React.createElement(Icon.default, {
1248
- width: size,
1249
- height: size,
1250
- ref: ref,
1251
- xmlns: "http://www.w3.org/2000/svg",
1252
- viewBox: "0 0 32 32",
1253
- fill: "currentColor",
1254
- ...rest
1255
- }, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1256
- d: "M19,4H10V15H7v2h3v3H7v2h3v6h2V22h9V20H12V17h7a6.0067,6.0067,0,0,0,6-6V10A6.0067,6.0067,0,0,0,19,4Zm4,7a4.0045,4.0045,0,0,1-4,4H12V6h7a4.0045,4.0045,0,0,1,4,4Z"
1257
- })), children);
1258
- });
1259
- if (process.env.NODE_ENV !== "production") {
1260
- CurrencyRuble.propTypes = iconPropTypes4cbeb95d.i;
1261
- }
1262
- const CurrencyRupee = /*#__PURE__*/React.forwardRef(function CurrencyRupee(_ref52, ref) {
1263
- let {
1264
- children,
1265
- size = 16,
1266
- ...rest
1267
- } = _ref52;
1268
- return /*#__PURE__*/React.createElement(Icon.default, {
1269
- width: size,
1270
- height: size,
1271
- ref: ref,
1272
- xmlns: "http://www.w3.org/2000/svg",
1273
- viewBox: "0 0 32 32",
1274
- fill: "currentColor",
1275
- ...rest
1276
- }, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1277
- d: "M24,7V5H8V7h5.5a4.4906,4.4906,0,0,1,4.45,4H8v2h9.95A4.4906,4.4906,0,0,1,13.5,17H8v2.3452L17.6169,28l1.3379-1.4863L10.606,19H13.5a6.5041,6.5041,0,0,0,6.4746-6H24V11H19.9746A6.4719,6.4719,0,0,0,18.18,7Z"
1278
- })), children);
1279
- });
1280
- if (process.env.NODE_ENV !== "production") {
1281
- CurrencyRupee.propTypes = iconPropTypes4cbeb95d.i;
1282
- }
1283
- const CurrencyShekel = /*#__PURE__*/React.forwardRef(function CurrencyShekel(_ref53, ref) {
1284
- let {
1285
- children,
1286
- size = 16,
1287
- ...rest
1288
- } = _ref53;
1289
- return /*#__PURE__*/React.createElement(Icon.default, {
1290
- width: size,
1291
- height: size,
1292
- ref: ref,
1293
- xmlns: "http://www.w3.org/2000/svg",
1294
- viewBox: "0 0 32 32",
1295
- fill: "currentColor",
1296
- ...rest
1297
- }, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1298
- d: "M9,27H7V5h8a5.0057,5.0057,0,0,1,5,5V22H18V10a3.0033,3.0033,0,0,0-3-3H9Z"
1299
- })), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1300
- d: "M20,27H12V10h2V25h6a3.0033,3.0033,0,0,0,3-3V5h2V22A5.0057,5.0057,0,0,1,20,27Z"
1301
- })), children);
1302
- });
1303
- if (process.env.NODE_ENV !== "production") {
1304
- CurrencyShekel.propTypes = iconPropTypes4cbeb95d.i;
1305
- }
1306
- const CurrencyWon = /*#__PURE__*/React.forwardRef(function CurrencyWon(_ref54, ref) {
1307
- let {
1308
- children,
1309
- size = 16,
1310
- ...rest
1311
- } = _ref54;
1312
- return /*#__PURE__*/React.createElement(Icon.default, {
1313
- width: size,
1314
- height: size,
1315
- ref: ref,
1316
- xmlns: "http://www.w3.org/2000/svg",
1317
- viewBox: "0 0 32 32",
1318
- fill: "currentColor",
1319
- ...rest
1320
- }, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1321
- d: "M28 14L28 12 23.045 12 24 5 22 5 20 23 17 8 15 8 12 23 10 5 8 5 8.955 12 4 12 4 14 9.227 14 9.636 17 4 17 4 19 9.909 19 11 27 13 27 16 12 19 27 21 27 22.091 19 28 19 28 17 22.364 17 22.773 14 28 14z"
1322
- })), children);
1323
- });
1324
- if (process.env.NODE_ENV !== "production") {
1325
- CurrencyWon.propTypes = iconPropTypes4cbeb95d.i;
1326
- }
1327
- const CurrencyYen = /*#__PURE__*/React.forwardRef(function CurrencyYen(_ref55, ref) {
1328
- let {
1329
- children,
1330
- size = 16,
1331
- ...rest
1332
- } = _ref55;
1333
- return /*#__PURE__*/React.createElement(Icon.default, {
1334
- width: size,
1335
- height: size,
1336
- ref: ref,
1337
- xmlns: "http://www.w3.org/2000/svg",
1338
- viewBox: "0 0 32 32",
1339
- fill: "currentColor",
1340
- ...rest
1341
- }, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1342
- d: "M24.271 5L22 5 16 16 10 5 7.729 5 13.794 16 8 16 8 18 15 18 15 21 8 21 8 23 15 23 15 27 17 27 17 23 24 23 24 21 17 21 17 18 24 18 24 16 18.206 16 24.271 5z"
1343
- })), children);
1344
- });
1345
- if (process.env.NODE_ENV !== "production") {
1346
- CurrencyYen.propTypes = iconPropTypes4cbeb95d.i;
1347
- }
1348
- const Cursor_1 = /*#__PURE__*/React.forwardRef(function Cursor_1(_ref56, ref) {
1349
- let {
1350
- children,
1351
- size = 16,
1352
- ...rest
1353
- } = _ref56;
1354
- return /*#__PURE__*/React.createElement(Icon.default, {
1355
- width: size,
1356
- height: size,
1357
- ref: ref,
1358
- xmlns: "http://www.w3.org/2000/svg",
1359
- viewBox: "0 0 32 32",
1360
- fill: "currentColor",
1361
- ...rest
1362
- }, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1363
- d: "M23,28a1,1,0,0,1-.71-.29l-6.13-6.14-3.33,5a1,1,0,0,1-1,.44,1,1,0,0,1-.81-.7l-6-20A1,1,0,0,1,6.29,5l20,6a1,1,0,0,1,.7.81,1,1,0,0,1-.44,1l-5,3.33,6.14,6.13a1,1,0,0,1,0,1.42l-4,4A1,1,0,0,1,23,28Zm0-2.41L25.59,23l-7.16-7.15,5.25-3.5L7.49,7.49l4.86,16.19,3.5-5.25Z"
1364
- })), children);
1365
- });
1366
- if (process.env.NODE_ENV !== "production") {
1367
- Cursor_1.propTypes = iconPropTypes4cbeb95d.i;
1368
- }
1369
- const Cursor_2 = /*#__PURE__*/React.forwardRef(function Cursor_2(_ref57, ref) {
1370
- let {
1371
- children,
1372
- size = 16,
1373
- ...rest
1374
- } = _ref57;
1375
- return /*#__PURE__*/React.createElement(Icon.default, {
1376
- width: size,
1377
- height: size,
1378
- ref: ref,
1379
- xmlns: "http://www.w3.org/2000/svg",
1380
- viewBox: "0 0 32 32",
1381
- fill: "currentColor",
1382
- ...rest
1383
- }, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1384
- d: "M27.34,12.06l-22-8A1,1,0,0,0,4.06,5.34l8,22A1,1,0,0,0,13,28h0a1,1,0,0,0,.93-.63l3.84-9.6,9.6-3.84a1,1,0,0,0,0-1.87Zm-10.71,4h0l-.4.16-.16.4h0L13,24.2,6.67,6.67,24.2,13Z"
1385
- })), children);
1386
- });
1387
- if (process.env.NODE_ENV !== "production") {
1388
- Cursor_2.propTypes = iconPropTypes4cbeb95d.i;
1389
- }
1390
- const Customer = /*#__PURE__*/React.forwardRef(function Customer(_ref58, ref) {
1391
- let {
1392
- children,
1393
- size = 16,
1394
- ...rest
1395
- } = _ref58;
1396
- return /*#__PURE__*/React.createElement(Icon.default, {
1397
- width: size,
1398
- height: size,
1399
- ref: ref,
1400
- xmlns: "http://www.w3.org/2000/svg",
1401
- viewBox: "0 0 32 32",
1402
- fill: "currentColor",
1403
- ...rest
1404
- }, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1405
- d: "M29.7554 21.3447c-.1899-.2188-.4656-.3447-.7554-.3447h-2v-2c0-1.1025-.8972-2-2-2h-4c-1.1028 0-2 .8975-2 2v2h-2c-.2898 0-.5654.126-.7554.3447-.1899.2192-.2756.5098-.2346.7969l1 7c.0703.4922.4924.8584.99.8584h10c.4976 0 .9197-.3662.99-.8584l1-7c.041-.2871-.0447-.5776-.2346-.7969zm-8.7554-2.3447h4v2h-4v-2zm6.1328 9h-8.2656l-.7141-5h9.6938l-.7141 5zM10 20H12V30H10z"
1406
- })), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1407
- d: "M16.7808 17.875l-1.9072-2.3838-1.4419-3.6055c-.4585-1.1455-1.5518-1.8857-2.7856-1.8857h-5.646c-1.6543 0-3 1.3457-3 3v7c0 1.1025.897 2 2 2h1v8h2v-10h-3v-7c0-.5518.4487-1 1-1h5.646c.4111 0 .7759.2471.9282.6289l1.645 3.9961 2 2.5 1.5615-1.25zM4 5c0-2.2056 1.7944-4 4-4s4 1.7944 4 4c0 2.2056-1.7944 4-4 4s-4-1.7944-4-4zm2 0c0 1.1028.897 2 2 2s2-.8972 2-2c0-1.1028-.897-2-2-2s-2 .8972-2 2z"
1408
- })), children);
1409
- });
1410
- if (process.env.NODE_ENV !== "production") {
1411
- Customer.propTypes = iconPropTypes4cbeb95d.i;
1412
- }
1413
- const CustomerService = /*#__PURE__*/React.forwardRef(function CustomerService(_ref59, ref) {
1414
- let {
1415
- children,
1416
- size = 16,
1417
- ...rest
1418
- } = _ref59;
1419
- return /*#__PURE__*/React.createElement(Icon.default, {
1420
- width: size,
1421
- height: size,
1422
- ref: ref,
1423
- xmlns: "http://www.w3.org/2000/svg",
1424
- viewBox: "0 0 32 32",
1425
- fill: "currentColor",
1426
- ...rest
1427
- }, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1428
- d: "M26 30h-2v-5c-.0033-2.7601-2.2399-4.9967-5-5h-6c-2.7601.0033-4.9967 2.2399-5 5v5h-2v-5c.0045-3.8641 3.1359-6.9955 7-7h6c3.8641.0045 6.9955 3.1359 7 7v5zM22 6v4c0 1.1025-.8972 2-2 2h-1c-.5522 0-1 .4478-1 1s.4478 1 1 1h1c2.2056 0 4-1.7944 4-4v-4h-2zM16 16c-3.8599 0-7-3.1401-7-7S12.1401 2 16 2c1.9885 0 3.8901.8503 5.2173 2.3329l-1.4902 1.334c-.9482-1.0593-2.3066-1.6669-3.7271-1.6669-2.7571 0-5 2.243-5 5s2.2429 5 5 5v2z"
1429
- })), children);
1430
- });
1431
- if (process.env.NODE_ENV !== "production") {
1432
- CustomerService.propTypes = iconPropTypes4cbeb95d.i;
1433
- }
1434
- const Cut = /*#__PURE__*/React.forwardRef(function Cut(_ref60, ref) {
1435
- let {
1436
- children,
1437
- size = 16,
1438
- ...rest
1439
- } = _ref60;
1440
- return /*#__PURE__*/React.createElement(Icon.default, {
1441
- width: size,
1442
- height: size,
1443
- ref: ref,
1444
- xmlns: "http://www.w3.org/2000/svg",
1445
- viewBox: "0 0 32 32",
1446
- fill: "currentColor",
1447
- ...rest
1448
- }, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1449
- d: "M26.5,19.63,20.24,16l6.26-3.63a5,5,0,0,0-1.21-9.2A5.19,5.19,0,0,0,24,3a5,5,0,0,0-4.33,7.53,5,5,0,0,0,2.39,2.1l-3.82,2.21L4,6.6,3,8.34,16.24,16,3,23.68l1,1.74,14.24-8.26,3.82,2.21a5,5,0,0,0-2.39,2.1A5,5,0,0,0,24,29a5.19,5.19,0,0,0,1.29-.17,5,5,0,0,0,1.21-9.2ZM21.4,9.53a3,3,0,0,1,1.1-4.12,3,3,0,0,1,4.1,1.11,3,3,0,0,1-1.1,4.11h0A3,3,0,0,1,21.4,9.53Zm5.2,16a3,3,0,0,1-4.1,1.11,3,3,0,0,1-1.1-4.12,3,3,0,0,1,4.1-1.1h0A3,3,0,0,1,26.6,25.48Z"
1450
- })), children);
1451
- });
1452
- if (process.env.NODE_ENV !== "production") {
1453
- Cut.propTypes = iconPropTypes4cbeb95d.i;
1454
- }
1455
- const WatsonHealthCutInHalf = /*#__PURE__*/React.forwardRef(function WatsonHealthCutInHalf(_ref61, ref) {
1456
- let {
1457
- children,
1458
- size = 16,
1459
- ...rest
1460
- } = _ref61;
1461
- return /*#__PURE__*/React.createElement(Icon.default, {
1462
- width: size,
1463
- height: size,
1464
- ref: ref,
1465
- xmlns: "http://www.w3.org/2000/svg",
1466
- viewBox: "0 0 32 32",
1467
- fill: "currentColor",
1468
- ...rest
1469
- }, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1470
- d: "M28,4H4A2.0023,2.0023,0,0,0,2,6V26a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V6A2.0023,2.0023,0,0,0,28,4ZM4,6H16V26H4Z"
1471
- })), children);
1472
- });
1473
- if (process.env.NODE_ENV !== "production") {
1474
- WatsonHealthCutInHalf.propTypes = iconPropTypes4cbeb95d.i;
1475
- }
1476
- const CutOut = /*#__PURE__*/React.forwardRef(function CutOut(_ref62, ref) {
1477
- let {
1478
- children,
1479
- size = 16,
1480
- ...rest
1481
- } = _ref62;
1482
- return /*#__PURE__*/React.createElement(Icon.default, {
1483
- width: size,
1484
- height: size,
1485
- ref: ref,
1486
- xmlns: "http://www.w3.org/2000/svg",
1487
- viewBox: "0 0 32 32",
1488
- fill: "currentColor",
1489
- ...rest
1490
- }, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1491
- d: "M19.05 13.7326L18.05 12 7.928 17.8457 6.9312 17.27a2.9524 2.9524 0 00.6672-.769A3 3 0 103.5 17.5986l2.428 1.4019L3.5 20.4023a3.0342 3.0342 0 103.4407.3223l.987-.5693L14.5914 24l1-1.7294-5.6634-3.27zM4.0344 15.26a1 1 0 11.4658.6069A.9929.9929 0 014.0344 15.26zM4.9988 22a1 1 0 11-.8645 1.5A1 1 0 014.9988 22zM17 26H21V28H17zM10 26H14V28H10z"
1492
- })), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1493
- d: "M28,28H24V26h4V4H7V8H5V4A2.0023,2.0023,0,0,1,7,2H28a2.0023,2.0023,0,0,1,2,2V26A2.0023,2.0023,0,0,1,28,28Z"
1494
- })), children);
1495
- });
1496
- if (process.env.NODE_ENV !== "production") {
1497
- CutOut.propTypes = iconPropTypes4cbeb95d.i;
1498
- }
1499
- const QCY = /*#__PURE__*/React.forwardRef(function QCY(_ref63, ref) {
1500
- let {
1501
- children,
1502
- size = 16,
1503
- ...rest
1504
- } = _ref63;
1505
- return /*#__PURE__*/React.createElement(Icon.default, {
1506
- width: size,
1507
- height: size,
1508
- ref: ref,
1509
- xmlns: "http://www.w3.org/2000/svg",
1510
- viewBox: "0 0 32 32",
1511
- fill: "currentColor",
1512
- ...rest
1513
- }, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1514
- d: "M15 23H10a2 2 0 01-2-2V15a2 2 0 012-2h5v2H10v6h5zM24 9L22 9 20 16 18 9 16 9 19 18 19 23 21 23 21 18 24 9z"
1515
- })), children);
1516
- });
1517
- if (process.env.NODE_ENV !== "production") {
1518
- QCY.propTypes = iconPropTypes4cbeb95d.i;
1519
- }
1520
- const Cyclist = /*#__PURE__*/React.forwardRef(function Cyclist(_ref64, ref) {
1521
- let {
1522
- children,
1523
- size = 16,
1524
- ...rest
1525
- } = _ref64;
1526
- return /*#__PURE__*/React.createElement(Icon.default, {
1527
- width: size,
1528
- height: size,
1529
- ref: ref,
1530
- xmlns: "http://www.w3.org/2000/svg",
1531
- viewBox: "0 0 32 32",
1532
- fill: "currentColor",
1533
- ...rest
1534
- }, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1535
- d: "M25 30a6 6 0 116-6A6.0069 6.0069 0 0125 30zm0-10a4 4 0 104 4A4.0045 4.0045 0 0025 20zM7 30a6 6 0 116-6A6.0069 6.0069 0 017 30zM7 20a4 4 0 104 4A4.0045 4.0045 0 007 20z"
1536
- })), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1537
- d: "M17 27H15V20.4139L9.5849 15a2.003 2.003 0 010-2.8292l4.5859-4.5859a2.0024 2.0024 0 012.8286 0L21.414 12H27v1.9993L20.5853 14l-5-5L11 13.5849l6 6zM21.5 8A3.5 3.5 0 1125 4.5 3.5042 3.5042 0 0121.5 8zm0-5A1.5 1.5 0 1023 4.5 1.5017 1.5017 0 0021.5 3z"
1538
- })), children);
1539
- });
1540
- if (process.env.NODE_ENV !== "production") {
1541
- Cyclist.propTypes = iconPropTypes4cbeb95d.i;
1542
- }
1543
- const QCZ = /*#__PURE__*/React.forwardRef(function QCZ(_ref65, ref) {
1544
- let {
1545
- children,
1546
- size = 16,
1547
- ...rest
1548
- } = _ref65;
1549
- return /*#__PURE__*/React.createElement(Icon.default, {
1550
- width: size,
1551
- height: size,
1552
- ref: ref,
1553
- xmlns: "http://www.w3.org/2000/svg",
1554
- viewBox: "0 0 32 32",
1555
- fill: "currentColor",
1556
- ...rest
1557
- }, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1558
- d: "M14 23H9a2 2 0 01-2-2V15a2 2 0 012-2h5v2H9v6h5zM24 9L16 9 16 11 22 11 16 21 16 23 24 23 24 21 18 21 24 11 24 9z"
1559
- })), children);
1560
- });
1561
- if (process.env.NODE_ENV !== "production") {
1562
- QCZ.propTypes = iconPropTypes4cbeb95d.i;
1563
- }
1564
- const Dashboard = /*#__PURE__*/React.forwardRef(function Dashboard(_ref66, ref) {
1565
- let {
1566
- children,
1567
- size = 16,
1568
- ...rest
1569
- } = _ref66;
1570
- return /*#__PURE__*/React.createElement(Icon.default, {
1571
- width: size,
1572
- height: size,
1573
- ref: ref,
1574
- xmlns: "http://www.w3.org/2000/svg",
1575
- viewBox: "0 0 32 32",
1576
- fill: "currentColor",
1577
- ...rest
1578
- }, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1579
- d: "M24 21H26V26H24zM20 16H22V26H20zM11 26a5.0059 5.0059 0 01-5-5H8a3 3 0 103-3V16a5 5 0 010 10z"
1580
- })), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1581
- d: "M28,2H4A2.002,2.002,0,0,0,2,4V28a2.0023,2.0023,0,0,0,2,2H28a2.0027,2.0027,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,9H14V4H28ZM12,4v7H4V4ZM4,28V13H28.0007l.0013,15Z"
1582
- })), children);
1583
- });
1584
- if (process.env.NODE_ENV !== "production") {
1585
- Dashboard.propTypes = iconPropTypes4cbeb95d.i;
1586
- }
1587
- const DashboardReference = /*#__PURE__*/React.forwardRef(function DashboardReference(_ref67, ref) {
1588
- let {
1589
- children,
1590
- size = 16,
1591
- ...rest
1592
- } = _ref67;
1593
- return /*#__PURE__*/React.createElement(Icon.default, {
1594
- width: size,
1595
- height: size,
1596
- ref: ref,
1597
- xmlns: "http://www.w3.org/2000/svg",
1598
- viewBox: "0 0 32 32",
1599
- fill: "currentColor",
1600
- ...rest
1601
- }, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1602
- d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM24 21H26V26H24zM20 16H22V26H20zM16 18H18V26H16z"
1603
- })), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1604
- d: "M28,2H4A2.002,2.002,0,0,0,2,4V16H4V13H28.001l.001,15H16v2H28a2.0027,2.0027,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2ZM12,11H4V4h8Zm2,0V4H28l.0007,7Z"
1605
- })), children);
1606
- });
1607
- if (process.env.NODE_ENV !== "production") {
1608
- DashboardReference.propTypes = iconPropTypes4cbeb95d.i;
1609
- }
1610
- const Data_1 = /*#__PURE__*/React.forwardRef(function Data_1(_ref68, ref) {
1611
- let {
1612
- children,
1613
- size = 16,
1614
- ...rest
1615
- } = _ref68;
1616
- return /*#__PURE__*/React.createElement(Icon.default, {
1617
- width: size,
1618
- height: size,
1619
- ref: ref,
1620
- xmlns: "http://www.w3.org/2000/svg",
1621
- viewBox: "0 0 32 32",
1622
- fill: "currentColor",
1623
- ...rest
1624
- }, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1625
- d: "M15 6H28V8H15zM15 24H28V26H15zM4 15H17V17H4zM7 11a4 4 0 114-4A4 4 0 017 11zM7 5A2 2 0 109 7 2 2 0 007 5zM7 29a4 4 0 114-4A4 4 0 017 29zm0-6a2 2 0 102 2A2 2 0 007 23zM25 20a4 4 0 114-4A4 4 0 0125 20zm0-6a2 2 0 102 2A2 2 0 0025 14z"
1626
- })), children);
1627
- });
1628
- if (process.env.NODE_ENV !== "production") {
1629
- Data_1.propTypes = iconPropTypes4cbeb95d.i;
1630
- }
1631
- const Data_2 = /*#__PURE__*/React.forwardRef(function Data_2(_ref69, ref) {
1632
- let {
1633
- children,
1634
- size = 16,
1635
- ...rest
1636
- } = _ref69;
1637
- return /*#__PURE__*/React.createElement(Icon.default, {
1638
- width: size,
1639
- height: size,
1640
- ref: ref,
1641
- xmlns: "http://www.w3.org/2000/svg",
1642
- viewBox: "0 0 32 32",
1643
- fill: "currentColor",
1644
- ...rest
1645
- }, _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1646
- d: "M4 6H15V8H4zM18 6H28V8H18zM21 12H28V14H21zM11 12H18V14H11zM4 12H8V14H4zM4 18H28V20H4zM4 24H21V26H4zM24 24H28V26H24z"
1647
- })), children);
1648
- });
1649
- if (process.env.NODE_ENV !== "production") {
1650
- Data_2.propTypes = iconPropTypes4cbeb95d.i;
1651
- }
1652
- const DataBase = /*#__PURE__*/React.forwardRef(function DataBase(_ref70, ref) {
1653
- let {
1654
- children,
1655
- size = 16,
1656
- ...rest
1657
- } = _ref70;
1658
- return /*#__PURE__*/React.createElement(Icon.default, {
1659
- width: size,
1660
- height: size,
1661
- ref: ref,
1662
- xmlns: "http://www.w3.org/2000/svg",
1663
- viewBox: "0 0 32 32",
1664
- fill: "currentColor",
1665
- ...rest
1666
- }, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1667
- d: "M24,3H8A2,2,0,0,0,6,5V27a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V5A2,2,0,0,0,24,3Zm0,2v6H8V5ZM8,19V13H24v6Zm0,8V21H24v6Z"
1668
- })), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
1669
- cx: "11",
1670
- cy: "8",
1671
- r: "1"
1672
- })), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
1673
- cx: "11",
1674
- cy: "16",
1675
- r: "1"
1676
- })), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
1677
- cx: "11",
1678
- cy: "24",
1679
- r: "1"
1680
- })), children);
1681
- });
1682
- if (process.env.NODE_ENV !== "production") {
1683
- DataBase.propTypes = iconPropTypes4cbeb95d.i;
1684
- }
1685
- const DataBaseAlt = /*#__PURE__*/React.forwardRef(function DataBaseAlt(_ref71, ref) {
1686
- let {
1687
- children,
1688
- size = 16,
1689
- ...rest
1690
- } = _ref71;
1691
- return /*#__PURE__*/React.createElement(Icon.default, {
1692
- width: size,
1693
- height: size,
1694
- ref: ref,
1695
- xmlns: "http://www.w3.org/2000/svg",
1696
- viewBox: "0 0 32 32",
1697
- fill: "currentColor",
1698
- ...rest
1699
- }, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1700
- d: "M7 8H12V10H7zM7 12H12V14H7zM7 16H12V18H7zM20 8H25V10H20zM20 12H25V14H20zM20 16H25V18H20z"
1701
- })), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1702
- d: "M28,4H4A2.0023,2.0023,0,0,0,2,6V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V6A2.0023,2.0023,0,0,0,28,4ZM4,6H15V28H4ZM17,28V6H28V28Z"
1703
- })), children);
1704
- });
1705
- if (process.env.NODE_ENV !== "production") {
1706
- DataBaseAlt.propTypes = iconPropTypes4cbeb95d.i;
1707
- }
1708
- const DataCategorical = /*#__PURE__*/React.forwardRef(function DataCategorical(_ref72, ref) {
1709
- let {
1710
- children,
1711
- size = 16,
1712
- ...rest
1713
- } = _ref72;
1714
- return /*#__PURE__*/React.createElement(Icon.default, {
1715
- width: size,
1716
- height: size,
1717
- ref: ref,
1718
- xmlns: "http://www.w3.org/2000/svg",
1719
- viewBox: "0 0 32 32",
1720
- fill: "currentColor",
1721
- ...rest
1722
- }, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1723
- d: "M29 30h-10c-.5522 0-1-.4478-1-1v-10c0-.5522.4478-1 1-1h10c.5522 0 1 .4478 1 1v10c0 .5522-.4478 1-1 1zm-9-2h8v-8h-8v8zM8 30c-3.3083 0-6-2.6917-6-6s2.6917-6 6-6 6 2.6917 6 6-2.6917 6-6 6zm0-10c-2.2056 0-4 1.7944-4 4s1.7944 4 4 4 4-1.7944 4-4-1.7944-4-4-4zM22 14h-12c-.3604 0-.6926-.1938-.8701-.5073s-.1729-.6982.0127-1.0072L15.1446 2.4822c.1937-.3229.5246-.4822.8554-.4822s.6617.1593.8554.4822l6.002 10.0033c.1855.309.1902.6937.0127 1.0072s-.5098.5073-.8701.5073zm-10.2339-2h8.4678l-4.2339-7.0564-4.2339 7.0564z"
1724
- })), children);
1725
- });
1726
- if (process.env.NODE_ENV !== "production") {
1727
- DataCategorical.propTypes = iconPropTypes4cbeb95d.i;
1728
- }
1729
- const DataCenter = /*#__PURE__*/React.forwardRef(function DataCenter(_ref73, ref) {
1730
- let {
1731
- children,
1732
- size = 16,
1733
- ...rest
1734
- } = _ref73;
1735
- return /*#__PURE__*/React.createElement(Icon.default, {
1736
- width: size,
1737
- height: size,
1738
- ref: ref,
1739
- xmlns: "http://www.w3.org/2000/svg",
1740
- viewBox: "0 0 32 32",
1741
- fill: "currentColor",
1742
- ...rest
1743
- }, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1744
- d: "M28,10H23V6a2.0023,2.0023,0,0,0-2-2H11A2.0023,2.0023,0,0,0,9,6v4H4a2.0023,2.0023,0,0,0-2,2V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V12A2.0023,2.0023,0,0,0,28,10ZM4,28V12H9v2H7v2H9v2H7v2H9v2H7v2H9v4Zm17,0H11V6H21Zm7,0H23V24h2V22H23V20h2V18H23V16h2V14H23V12h5Z"
1745
- })), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1746
- d: "M14 8H18V10H14zM14 12H18V14H14zM14 16H18V18H14z"
1747
- })), children);
1748
- });
1749
- if (process.env.NODE_ENV !== "production") {
1750
- DataCenter.propTypes = iconPropTypes4cbeb95d.i;
1751
- }
1752
- const DataCheck = /*#__PURE__*/React.forwardRef(function DataCheck(_ref74, ref) {
1753
- let {
1754
- children,
1755
- size = 16,
1756
- ...rest
1757
- } = _ref74;
1758
- return /*#__PURE__*/React.createElement(Icon.default, {
1759
- width: size,
1760
- height: size,
1761
- ref: ref,
1762
- xmlns: "http://www.w3.org/2000/svg",
1763
- viewBox: "0 0 32 32",
1764
- fill: "currentColor",
1765
- ...rest
1766
- }, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1767
- d: "M23 27.18L20.41 24.59 19 26 23 30 30 23 28.59 21.59 23 27.18z"
1768
- })), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
1769
- cx: "11",
1770
- cy: "8",
1771
- r: "1"
1772
- })), _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
1773
- cx: "11",
1774
- cy: "16",
1775
- r: "1"
1776
- })), _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
1777
- cx: "11",
1778
- cy: "24",
1779
- r: "1"
1780
- })), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1781
- d: "M24,3H8A2,2,0,0,0,6,5V27a2,2,0,0,0,2,2h8V27H8V21H26V5A2,2,0,0,0,24,3Zm0,16H8V13H24Zm0-8H8V5H24Z"
1782
- })), children);
1783
- });
1784
- if (process.env.NODE_ENV !== "production") {
1785
- DataCheck.propTypes = iconPropTypes4cbeb95d.i;
1786
- }
1787
- const DataConnected = /*#__PURE__*/React.forwardRef(function DataConnected(_ref75, ref) {
1788
- let {
1789
- children,
1790
- size = 16,
1791
- ...rest
1792
- } = _ref75;
1793
- return /*#__PURE__*/React.createElement(Icon.default, {
1794
- width: size,
1795
- height: size,
1796
- ref: ref,
1797
- xmlns: "http://www.w3.org/2000/svg",
1798
- viewBox: "0 0 32 32",
1799
- fill: "currentColor",
1800
- ...rest
1801
- }, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1802
- d: "M30 30L24 30 24 28 28 28 28 4 24 4 24 2 30 2 30 30z"
1803
- })), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1804
- d: "M24.91,19.59a4.51,4.51,0,0,0-2.66-3.24,4.55,4.55,0,0,0-3.5,0,4.94,4.94,0,0,0-.64.35L15.3,13.89a4.53,4.53,0,1,0-1.41,1.41l2.81,2.81a4.48,4.48,0,0,0-.61,3.3,4.51,4.51,0,0,0,2.66,3.24,4.55,4.55,0,0,0,3.5,0,4.51,4.51,0,0,0,2.66-3.24,4.65,4.65,0,0,0,0-1.82ZM11.5,14A2.5,2.5,0,1,1,14,11.5,2.5,2.5,0,0,1,11.5,14Z"
1805
- })), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1806
- d: "M8 30L2 30 2 2 8 2 8 4 4 4 4 28 8 28 8 30z"
1807
- })), children);
1808
- });
1809
- if (process.env.NODE_ENV !== "production") {
1810
- DataConnected.propTypes = iconPropTypes4cbeb95d.i;
1811
- }
1812
- const DataError = /*#__PURE__*/React.forwardRef(function DataError(_ref76, ref) {
1813
- let {
1814
- children,
1815
- size = 16,
1816
- ...rest
1817
- } = _ref76;
1818
- return /*#__PURE__*/React.createElement(Icon.default, {
1819
- width: size,
1820
- height: size,
1821
- ref: ref,
1822
- xmlns: "http://www.w3.org/2000/svg",
1823
- viewBox: "0 0 32 32",
1824
- fill: "currentColor",
1825
- ...rest
1826
- }, _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
1827
- cx: "11",
1828
- cy: "8",
1829
- r: "1"
1830
- })), _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
1831
- cx: "11",
1832
- cy: "16",
1833
- r: "1"
1834
- })), _circle36 || (_circle36 = /*#__PURE__*/React.createElement("circle", {
1835
- cx: "11",
1836
- cy: "24",
1837
- r: "1"
1838
- })), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1839
- d: "M24,3H8A2,2,0,0,0,6,5V27a2,2,0,0,0,2,2H18V27H8V21H26V5A2,2,0,0,0,24,3Zm0,16H8V13H24Zm0-8H8V5H24Z"
1840
- })), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1841
- d: "M29 24.415L27.586 23 25 25.587 22.414 23 21 24.415 23.586 27 21 29.586 22.414 31 25 28.414 27.586 31 29 29.586 26.414 27 29 24.415z"
1842
- })), children);
1843
- });
1844
- if (process.env.NODE_ENV !== "production") {
1845
- DataError.propTypes = iconPropTypes4cbeb95d.i;
1846
- }
1847
- const DataFormat = /*#__PURE__*/React.forwardRef(function DataFormat(_ref77, ref) {
1848
- let {
1849
- children,
1850
- size = 16,
1851
- ...rest
1852
- } = _ref77;
1853
- return /*#__PURE__*/React.createElement(Icon.default, {
1854
- width: size,
1855
- height: size,
1856
- ref: ref,
1857
- xmlns: "http://www.w3.org/2000/svg",
1858
- viewBox: "0 0 32 32",
1859
- fill: "currentColor",
1860
- ...rest
1861
- }, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1862
- d: "M18 11H26V13H18zM6 19H14V21H6zM10 16a4 4 0 114-4A4.0045 4.0045 0 0110 16zm0-6a2 2 0 102 2A2.002 2.002 0 0010 10zM22 24a4 4 0 114-4A4.0045 4.0045 0 0122 24zm0-6a2 2 0 102 2A2.002 2.002 0 0022 18z"
1863
- })), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1864
- d: "M28,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H28a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,28,30ZM4,4V28H28V4Z"
1865
- })), children);
1866
- });
1867
- if (process.env.NODE_ENV !== "production") {
1868
- DataFormat.propTypes = iconPropTypes4cbeb95d.i;
1869
- }
1870
- const DataReference = /*#__PURE__*/React.forwardRef(function DataReference(_ref78, ref) {
1871
- let {
1872
- children,
1873
- size = 16,
1874
- ...rest
1875
- } = _ref78;
1876
- return /*#__PURE__*/React.createElement(Icon.default, {
1877
- width: size,
1878
- height: size,
1879
- ref: ref,
1880
- xmlns: "http://www.w3.org/2000/svg",
1881
- viewBox: "0 0 32 32",
1882
- fill: "currentColor",
1883
- ...rest
1884
- }, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1885
- d: "M25 12L25 3 23 3 23 5 20 5 20 7 23 7 23 12 20 12 20 14 28 14 28 12 25 12zM8.5 5c1.9299 0 3.5 1.5701 3.5 3.5s-1.5701 3.5-3.5 3.5-3.5-1.5701-3.5-3.5 1.5701-3.5 3.5-3.5m0-2c-3.0376 0-5.5 2.4624-5.5 5.5s2.4624 5.5 5.5 5.5 5.5-2.4624 5.5-5.5-2.4624-5.5-5.5-5.5h0zM23.5 20c1.9299 0 3.5 1.5701 3.5 3.5s-1.5701 3.5-3.5 3.5-3.5-1.5701-3.5-3.5 1.5701-3.5 3.5-3.5m0-2c-3.0376 0-5.5 2.4624-5.5 5.5s2.4624 5.5 5.5 5.5 5.5-2.4624 5.5-5.5-2.4624-5.5-5.5-5.5h0zM6 19L6 21 9.5859 21 4 26.5859 5.4141 28 11 22.4141 11 26 13 26 13 19 6 19z"
1886
- })), children);
1887
- });
1888
- if (process.env.NODE_ENV !== "production") {
1889
- DataReference.propTypes = iconPropTypes4cbeb95d.i;
1890
- }
1891
- const DataRegular = /*#__PURE__*/React.forwardRef(function DataRegular(_ref79, ref) {
1892
- let {
1893
- children,
1894
- size = 16,
1895
- ...rest
1896
- } = _ref79;
1897
- return /*#__PURE__*/React.createElement(Icon.default, {
1898
- width: size,
1899
- height: size,
1900
- ref: ref,
1901
- xmlns: "http://www.w3.org/2000/svg",
1902
- viewBox: "0 0 32 32",
1903
- fill: "currentColor",
1904
- ...rest
1905
- }, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1906
- d: "m27,24c-.4622,0-.8948.1133-1.2859.2998l-4.8289-4.8291c.699-.981,1.1147-2.1768,1.1147-3.4707,0-3.3086-2.6917-6-6-6-1.2937,0-2.4897.416-3.4709,1.1147l-4.8289-4.8286c.1865-.3911.2998-.8237.2998-1.2861,0-1.6567-1.3433-3-3-3s-3,1.3433-3,3,1.3433,3,3,3c.4622,0,.8948-.1133,1.2859-.2998l4.8289,4.8291c-.699.981-1.1147,2.1768-1.1147,3.4707,0,3.3086,2.6917,6,6,6,1.2937,0,2.4897-.416,3.4709-1.1147l4.8289,4.8286c-.1865.3911-.2998.8237-.2998,1.2861,0,1.6567,1.3433,3,3,3s3-1.3433,3-3-1.3433-3-3-3Zm-11-4c-2.2056,0-4-1.7944-4-4s1.7944-4,4-4,4,1.7944,4,4-1.7944,4-4,4Z"
1907
- })), children);
1908
- });
1909
- if (process.env.NODE_ENV !== "production") {
1910
- DataRegular.propTypes = iconPropTypes4cbeb95d.i;
1911
- }
1912
- const DataSet = /*#__PURE__*/React.forwardRef(function DataSet(_ref80, ref) {
1913
- let {
1914
- children,
1915
- size = 16,
1916
- ...rest
1917
- } = _ref80;
1918
- return /*#__PURE__*/React.createElement(Icon.default, {
1919
- width: size,
1920
- height: size,
1921
- ref: ref,
1922
- xmlns: "http://www.w3.org/2000/svg",
1923
- viewBox: "0 0 32 32",
1924
- fill: "currentColor",
1925
- ...rest
1926
- }, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1927
- d: "M25 12L25 3 23 3 23 5 20 5 20 7 23 7 23 12 20 12 20 14 28 14 28 12 25 12zM8.5 5c1.9299 0 3.5 1.5701 3.5 3.5s-1.5701 3.5-3.5 3.5-3.5-1.5701-3.5-3.5 1.5701-3.5 3.5-3.5m0-2c-3.0376 0-5.5 2.4624-5.5 5.5s2.4624 5.5 5.5 5.5 5.5-2.4624 5.5-5.5-2.4624-5.5-5.5-5.5h0zM8.5 20c1.9299 0 3.5 1.5701 3.5 3.5s-1.5701 3.5-3.5 3.5-3.5-1.5701-3.5-3.5 1.5701-3.5 3.5-3.5m0-2c-3.0376 0-5.5 2.4624-5.5 5.5s2.4624 5.5 5.5 5.5 5.5-2.4624 5.5-5.5-2.4624-5.5-5.5-5.5h0zM23.5 20c1.9299 0 3.5 1.5701 3.5 3.5s-1.5701 3.5-3.5 3.5-3.5-1.5701-3.5-3.5 1.5701-3.5 3.5-3.5m0-2c-3.0376 0-5.5 2.4624-5.5 5.5s2.4624 5.5 5.5 5.5 5.5-2.4624 5.5-5.5-2.4624-5.5-5.5-5.5h0z"
1928
- })), children);
1929
- });
1930
- if (process.env.NODE_ENV !== "production") {
1931
- DataSet.propTypes = iconPropTypes4cbeb95d.i;
1932
- }
1933
- const DataStructured = /*#__PURE__*/React.forwardRef(function DataStructured(_ref81, ref) {
1934
- let {
1935
- children,
1936
- size = 16,
1937
- ...rest
1938
- } = _ref81;
1939
- return /*#__PURE__*/React.createElement(Icon.default, {
1940
- width: size,
1941
- height: size,
1942
- ref: ref,
1943
- xmlns: "http://www.w3.org/2000/svg",
1944
- viewBox: "0 0 32 32",
1945
- fill: "currentColor",
1946
- ...rest
1947
- }, _circle37 || (_circle37 = /*#__PURE__*/React.createElement("circle", {
1948
- cx: "9",
1949
- cy: "7",
1950
- r: "1"
1951
- })), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1952
- d: "M27,22.14V18a2,2,0,0,0-2-2H17V12h9a2,2,0,0,0,2-2V4a2,2,0,0,0-2-2H6A2,2,0,0,0,4,4v6a2,2,0,0,0,2,2h9v4H7a2,2,0,0,0-2,2v4.14a4,4,0,1,0,2,0V18h8v4H12v8h8V22H17V18h8v4.14a4,4,0,1,0,2,0ZM8,26a2,2,0,1,1-2-2A2,2,0,0,1,8,26Zm10-2v4H14V24ZM6,10V4H26v6ZM26,28a2,2,0,1,1,2-2A2,2,0,0,1,26,28Z"
1953
- })), children);
1954
- });
1955
- if (process.env.NODE_ENV !== "production") {
1956
- DataStructured.propTypes = iconPropTypes4cbeb95d.i;
1957
- }
1958
- const DataUnreal = /*#__PURE__*/React.forwardRef(function DataUnreal(_ref82, ref) {
1959
- let {
1960
- children,
1961
- size = 16,
1962
- ...rest
1963
- } = _ref82;
1964
- return /*#__PURE__*/React.createElement(Icon.default, {
1965
- width: size,
1966
- height: size,
1967
- ref: ref,
1968
- xmlns: "http://www.w3.org/2000/svg",
1969
- viewBox: "0 0 32 32",
1970
- fill: "currentColor",
1971
- ...rest
1972
- }, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1973
- d: "M16.4961 18.1318l-7-4c-.1536-.0879-.3248-.1318-.4961-.1318s-.3425.0439-.4961.1318l-7 4c-.3115.1777-.5039.5093-.5039.8682v8c0 .3589.1924.6904.5039.8682l7 4c.1536.0879.325.1318.4961.1318s.3425-.0439.4961-.1318l7-4c.3115-.1777.5039-.5093.5039-.8682v-8c0-.3589-.1924-.6904-.5039-.8682zm-7.4961-1.98l4.9844 2.8481-4.9844 2.8481-4.9844-2.8481 4.9844-2.8481zm-6 4.5713l5 2.8569v5.6968l-5-2.8569v-5.6968zm7 8.5537v-5.6968l5-2.8569v5.6968l-5 2.8569zM28 19v5c0 1.1025-.8972 2-2 2h-3.1719l1.5859-1.5859-1.4141-1.4141-4 4 4 4 1.4141-1.4141-1.5859-1.5859h3.1719c2.2056 0 4-1.7944 4-4v-5h-2zM17.5039 15.0111l-2-1.1428c-.3115-.1781-.5039-.5094-.5039-.8683v-2h2v1.4197l1.4961.8549-.9922 1.7366zM25.5039 14.4175l-1.5039.8594v-2.2769h-2v2.2769l-1.5039-.8594-.9922 1.7368 3 1.7139c.1536.0879.325.1318.4961.1318s.3425-.0439.4961-.1318l3-1.7139-.9922-1.7368zM28.4961 15.0111l-.9922-1.7366 1.4961-.8549v-1.4197h2v2c0 .3589-.1924.6902-.5039.8683l-2 1.1428zM25.4961 8.7256L24.5039 6.9888 23 7.8481 21.4961 6.9888 20.5039 8.7256 22 9.5801 22 11 24 11 24 9.5801 25.4961 8.7256zM30.4961 4.1318l-3-1.7144-.9922 1.7368 1.4805.8457-1.4805.8457.9922 1.7368 1.5039-.8594v2.2769h2v-4c0-.3589-.1924-.6904-.5039-.8682zM24.5039 3.0111l-1.5039-.8594-1.5039.8594-.9922-1.7366 2-1.1428C22.6575.0439 22.8287 0 23 0s.3425.0439.4961.1317l2 1.1428-.9922 1.7366zM19.4961 4.1543l-.9922-1.7368-3 1.7144c-.3115.1777-.5039.5093-.5039.8682v4h2v-2.2769l1.5039.8594.9922-1.7368-1.4805-.8457 1.4805-.8457zM9 1l-1.4141 1.4141 1.5859 1.5859h-3.1719c-2.2056 0-4 1.7944-4 4v5h2v-5c0-1.1025.8972-2 2-2h3.1719l-1.5859 1.5859 1.4141 1.4141 4-4L9 1z"
1974
- })), children);
1975
- });
1976
- if (process.env.NODE_ENV !== "production") {
1977
- DataUnreal.propTypes = iconPropTypes4cbeb95d.i;
1978
- }
1979
- const DataUnstructured = /*#__PURE__*/React.forwardRef(function DataUnstructured(_ref83, ref) {
1980
- let {
1981
- children,
1982
- size = 16,
1983
- ...rest
1984
- } = _ref83;
1985
- return /*#__PURE__*/React.createElement(Icon.default, {
1986
- width: size,
1987
- height: size,
1988
- ref: ref,
1989
- xmlns: "http://www.w3.org/2000/svg",
1990
- viewBox: "0 0 32 32",
1991
- fill: "currentColor",
1992
- ...rest
1993
- }, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1994
- d: "M6 24a2 2 0 11-2 2 2 2 0 012-2m0-2a4 4 0 104 4A4 4 0 006 22zM16 4a2 2 0 11-2 2 2 2 0 012-2m0-2a4 4 0 104 4A4 4 0 0016 2zM26 4a2 2 0 11-2 2 2 2 0 012-2m0-2a4 4 0 104 4A4 4 0 0026 2zM18 24v4H14V24h4m2-2H12v8h8z"
1995
- })), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1996
- d: "M27,22.14V17a2,2,0,0,0-2-2H7V10h3V2H2v8H5v5a2,2,0,0,0,2,2H25v5.14a4,4,0,1,0,2,0ZM4,4H8V8H4ZM26,28a2,2,0,1,1,2-2A2,2,0,0,1,26,28Z"
1997
- })), children);
1998
- });
1999
- if (process.env.NODE_ENV !== "production") {
2000
- DataUnstructured.propTypes = iconPropTypes4cbeb95d.i;
2001
- }
2002
- const DataView = /*#__PURE__*/React.forwardRef(function DataView(_ref84, ref) {
2003
- let {
2004
- children,
2005
- size = 16,
2006
- ...rest
2007
- } = _ref84;
2008
- return /*#__PURE__*/React.createElement(Icon.default, {
2009
- width: size,
2010
- height: size,
2011
- ref: ref,
2012
- xmlns: "http://www.w3.org/2000/svg",
2013
- viewBox: "0 0 32 32",
2014
- fill: "currentColor",
2015
- ...rest
2016
- }, _circle38 || (_circle38 = /*#__PURE__*/React.createElement("circle", {
2017
- cx: "22",
2018
- cy: "24",
2019
- r: "2"
2020
- })), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
2021
- d: "M29.7769,23.4785A8.64,8.64,0,0,0,22,18a8.64,8.64,0,0,0-7.7769,5.4785L14,24l.2231.5215A8.64,8.64,0,0,0,22,30a8.64,8.64,0,0,0,7.7769-5.4785L30,24ZM22,28a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,22,28Z"
2022
- })), _circle39 || (_circle39 = /*#__PURE__*/React.createElement("circle", {
2023
- cx: "8",
2024
- cy: "8",
2025
- r: "1"
2026
- })), _circle40 || (_circle40 = /*#__PURE__*/React.createElement("circle", {
2027
- cx: "8",
2028
- cy: "16",
2029
- r: "1"
2030
- })), _circle41 || (_circle41 = /*#__PURE__*/React.createElement("circle", {
2031
- cx: "8",
2032
- cy: "24",
2033
- r: "1"
2034
- })), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
2035
- d: "M5,21h7V19H5V13H21v3h2V5a2,2,0,0,0-2-2H5A2,2,0,0,0,3,5V27a2,2,0,0,0,2,2h7V27H5ZM5,5H21v6H5Z"
2036
- })), children);
2037
- });
2038
- if (process.env.NODE_ENV !== "production") {
2039
- DataView.propTypes = iconPropTypes4cbeb95d.i;
2040
- }
2041
- const DataViewAlt = /*#__PURE__*/React.forwardRef(function DataViewAlt(_ref85, ref) {
2042
- let {
2043
- children,
2044
- size = 16,
2045
- ...rest
2046
- } = _ref85;
2047
- return /*#__PURE__*/React.createElement(Icon.default, {
2048
- width: size,
2049
- height: size,
2050
- ref: ref,
2051
- xmlns: "http://www.w3.org/2000/svg",
2052
- viewBox: "0 0 32 32",
2053
- fill: "currentColor",
2054
- ...rest
2055
- }, _circle42 || (_circle42 = /*#__PURE__*/React.createElement("circle", {
2056
- cx: "22",
2057
- cy: "24",
2058
- r: "2"
2059
- })), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
2060
- d: "M29.7769 23.4785A8.64 8.64 0 0022 18a8.64 8.64 0 00-7.7769 5.4785L14 24l.2231.5215A8.64 8.64 0 0022 30a8.64 8.64 0 007.7769-5.4785L30 24zM22 28a4 4 0 114-4A4.0045 4.0045 0 0122 28zM7 17H12V19H7zM7 12H19V14H7zM7 7H19V9H7z"
2061
- })), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
2062
- d: "M22,2,4,2A2.0058,2.0058,0,0,0,2,4V28a2.0058,2.0058,0,0,0,2,2h8V28H4V4H22V15h2V4A2.0058,2.0058,0,0,0,22,2Z"
2063
- })), children);
2064
- });
2065
- if (process.env.NODE_ENV !== "production") {
2066
- DataViewAlt.propTypes = iconPropTypes4cbeb95d.i;
2067
- }
2068
- const DataAccessor = /*#__PURE__*/React.forwardRef(function DataAccessor(_ref86, ref) {
2069
- let {
2070
- children,
2071
- size = 16,
2072
- ...rest
2073
- } = _ref86;
2074
- return /*#__PURE__*/React.createElement(Icon.default, {
2075
- width: size,
2076
- height: size,
2077
- ref: ref,
2078
- xmlns: "http://www.w3.org/2000/svg",
2079
- viewBox: "0 0 32 32",
2080
- fill: "currentColor",
2081
- ...rest
2082
- }, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
2083
- d: "M28,20H26v2h2v6H4V22H6V20H4a2.0024,2.0024,0,0,0-2,2v6a2.0024,2.0024,0,0,0,2,2H28a2.0024,2.0024,0,0,0,2-2V22A2.0024,2.0024,0,0,0,28,20Z"
2084
- })), _circle43 || (_circle43 = /*#__PURE__*/React.createElement("circle", {
2085
- cx: "7",
2086
- cy: "25",
2087
- r: "1"
2088
- })), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
2089
- d: "M21,13a2.9609,2.9609,0,0,0-1.2854.3008L17.4141,11l2.3-2.3008A2.9609,2.9609,0,0,0,21,9a3,3,0,1,0-3-3,2.9665,2.9665,0,0,0,.3,1.2852L16,9.5859,13.7,7.2852A2.9665,2.9665,0,0,0,14,6a3,3,0,1,0-3,3,2.9609,2.9609,0,0,0,1.2854-.3008L14.5859,11l-2.3005,2.3008A2.9609,2.9609,0,0,0,11,13a3,3,0,1,0,3,3,2.9665,2.9665,0,0,0-.3-1.2852L16,12.4141l2.3,2.3007A2.9665,2.9665,0,0,0,18,16a3,3,0,1,0,3-3Zm0-8a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,21,5ZM10,6a1,1,0,1,1,1,1A1.0009,1.0009,0,0,1,10,6Zm1,11a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,11,17Zm10,0a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,21,17Z"
2090
- })), children);
2091
- });
2092
- if (process.env.NODE_ENV !== "production") {
2093
- DataAccessor.propTypes = iconPropTypes4cbeb95d.i;
2094
- }
2095
- const DataAnalytics = /*#__PURE__*/React.forwardRef(function DataAnalytics(_ref87, ref) {
2096
- let {
2097
- children,
2098
- size = 16,
2099
- ...rest
2100
- } = _ref87;
2101
- return /*#__PURE__*/React.createElement(Icon.default, {
2102
- width: size,
2103
- height: size,
2104
- ref: ref,
2105
- xmlns: "http://www.w3.org/2000/svg",
2106
- viewBox: "0 0 32 32",
2107
- fill: "currentColor",
2108
- ...rest
2109
- }, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
2110
- d: "M12 11H14V17H12zM7 13H9V17H7zM2 7H4V17H2z"
2111
- })), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
2112
- d: "m30,28.5859l-7.5522-7.5522c1.5918-1.9082,2.5522-4.3604,2.5522-7.0337,0-6.0654-4.9346-11-11-11-2.4026,0-4.6853.7607-6.6013,2.2002l1.2012,1.5991c1.5669-1.1772,3.4343-1.7993,5.4001-1.7993,4.9626,0,9,4.0371,9,9s-4.0374,9-9,9c-2.8574,0-5.4819-1.312-7.2007-3.6001l-1.5991,1.2017c2.1001,2.7949,5.3076,4.3984,8.7998,4.3984,2.6733,0,5.1255-.9604,7.0337-2.5522l7.5522,7.5522,1.4141-1.4141Z"
2113
- })), children);
2114
- });
2115
- if (process.env.NODE_ENV !== "production") {
2116
- DataAnalytics.propTypes = iconPropTypes4cbeb95d.i;
2117
- }
2118
- const DataBackup = /*#__PURE__*/React.forwardRef(function DataBackup(_ref88, ref) {
2119
- let {
2120
- children,
2121
- size = 16,
2122
- ...rest
2123
- } = _ref88;
2124
- return /*#__PURE__*/React.createElement(Icon.default, {
2125
- width: size,
2126
- height: size,
2127
- ref: ref,
2128
- xmlns: "http://www.w3.org/2000/svg",
2129
- viewBox: "0 0 32 32",
2130
- fill: "currentColor",
2131
- ...rest
2132
- }, _circle44 || (_circle44 = /*#__PURE__*/React.createElement("circle", {
2133
- cx: "7",
2134
- cy: "7",
2135
- r: "1"
2136
- })), _circle45 || (_circle45 = /*#__PURE__*/React.createElement("circle", {
2137
- cx: "7",
2138
- cy: "15",
2139
- r: "1"
2140
- })), _circle46 || (_circle46 = /*#__PURE__*/React.createElement("circle", {
2141
- cx: "7",
2142
- cy: "23",
2143
- r: "1"
2144
- })), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
2145
- d: "M12,26H4V20h8V18H4V12H22V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V26a2,2,0,0,0,2,2h8ZM4,4H20v6H4Z"
2146
- })), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
2147
- d: "M28,17v2.4131A6.996,6.996,0,1,0,22,30V28a5,5,0,1,1,4.5762-7H24v2h6V17Z"
2148
- })), children);
2149
- });
2150
- if (process.env.NODE_ENV !== "production") {
2151
- DataBackup.propTypes = iconPropTypes4cbeb95d.i;
2152
- }
2153
- const DataBin = /*#__PURE__*/React.forwardRef(function DataBin(_ref89, ref) {
2154
- let {
2155
- children,
2156
- size = 16,
2157
- ...rest
2158
- } = _ref89;
2159
- return /*#__PURE__*/React.createElement(Icon.default, {
2160
- width: size,
2161
- height: size,
2162
- ref: ref,
2163
- xmlns: "http://www.w3.org/2000/svg",
2164
- viewBox: "0 0 32 32",
2165
- fill: "currentColor",
2166
- ...rest
2167
- }, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
2168
- d: "M28 2H20a2.0023 2.0023 0 00-2 2V28a2.0023 2.0023 0 002 2h8a2.0023 2.0023 0 002-2V4A2.0023 2.0023 0 0028 2zm0 2v7H20V4zm0 9v6H20V13zM20 28V21h8v7zM12 15L10 15 10 13 8 13 8 15 6 15 6 17 8 17 8 19 10 19 10 17 12 17 12 15z"
2169
- })), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
2170
- d: "M16,6V4H10A2.0023,2.0023,0,0,0,8,6V9.08A6.99,6.99,0,0,0,8,22.92V26a2.0023,2.0023,0,0,0,2,2h6V26H10V22.92A6.99,6.99,0,0,0,10,9.08V6ZM14,16a5,5,0,1,1-5-5A5.0059,5.0059,0,0,1,14,16Z"
2171
- })), children);
2172
- });
2173
- if (process.env.NODE_ENV !== "production") {
2174
- DataBin.propTypes = iconPropTypes4cbeb95d.i;
2175
- }
2176
- const DataBlob = /*#__PURE__*/React.forwardRef(function DataBlob(_ref90, ref) {
2177
- let {
2178
- children,
2179
- size = 16,
2180
- ...rest
2181
- } = _ref90;
2182
- return /*#__PURE__*/React.createElement(Icon.default, {
2183
- width: size,
2184
- height: size,
2185
- ref: ref,
2186
- xmlns: "http://www.w3.org/2000/svg",
2187
- viewBox: "0 0 32 32",
2188
- fill: "currentColor",
2189
- ...rest
2190
- }, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
2191
- d: "M28,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H28a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,28,30ZM4,4V28H28V4Z"
2192
- })), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
2193
- d: "M13 7H15V14H13zM8 7H10V14H8zM22 14H20a2.0021 2.0021 0 01-2-2V9a2.0021 2.0021 0 012-2h2a2.0021 2.0021 0 012 2v3A2.0021 2.0021 0 0122 14zM20 9v3h2V9zM22 18H24V25H22zM8 18H10V25H8zM17 25H15a2.0021 2.0021 0 01-2-2V20a2.0021 2.0021 0 012-2h2a2.0021 2.0021 0 012 2v3A2.0021 2.0021 0 0117 25zm-2-5v3h2V20z"
2194
- })), children);
2195
- });
2196
- if (process.env.NODE_ENV !== "production") {
2197
- DataBlob.propTypes = iconPropTypes4cbeb95d.i;
2198
- }
2199
- const DataClass = /*#__PURE__*/React.forwardRef(function DataClass(_ref91, ref) {
2200
- let {
2201
- children,
2202
- size = 16,
2203
- ...rest
2204
- } = _ref91;
2205
- return /*#__PURE__*/React.createElement(Icon.default, {
2206
- width: size,
2207
- height: size,
2208
- ref: ref,
2209
- xmlns: "http://www.w3.org/2000/svg",
2210
- viewBox: "0 0 32 32",
2211
- fill: "currentColor",
2212
- ...rest
2213
- }, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
2214
- d: "M26,16a3.9612,3.9612,0,0,0-2.02.5657l-2.8586-2.8585,2.293-2.293a2,2,0,0,0,0-2.8284l-6-6a2,2,0,0,0-2.8284,0l-6,6a2,2,0,0,0,0,2.8284l2.293,2.293L8.02,16.5657A4.043,4.043,0,1,0,9.4343,17.98l2.8585-2.8586,2.293,2.293A1.9773,1.9773,0,0,0,15,17.7233V22H12v8h8V22H17V17.7233a1.9773,1.9773,0,0,0,.4142-.3091l2.293-2.293L22.5657,17.98A3.9885,3.9885,0,1,0,26,16ZM8,20a2,2,0,1,1-2-2A2.0023,2.0023,0,0,1,8,20Zm10,4v4H14V24h4Zm-2-8-6-6,6-6,6,6Zm10,6a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,26,22Z"
2215
- })), children);
2216
- });
2217
- if (process.env.NODE_ENV !== "production") {
2218
- DataClass.propTypes = iconPropTypes4cbeb95d.i;
2219
- }
2220
- const DataCollection = /*#__PURE__*/React.forwardRef(function DataCollection(_ref92, ref) {
2221
- let {
2222
- children,
2223
- size = 16,
2224
- ...rest
2225
- } = _ref92;
2226
- return /*#__PURE__*/React.createElement(Icon.default, {
2227
- width: size,
2228
- height: size,
2229
- ref: ref,
2230
- xmlns: "http://www.w3.org/2000/svg",
2231
- viewBox: "0 0 32 32",
2232
- fill: "currentColor",
2233
- ...rest
2234
- }, _circle47 || (_circle47 = /*#__PURE__*/React.createElement("circle", {
2235
- cx: "16",
2236
- cy: "16",
2237
- r: "2"
2238
- })), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
2239
- d: "M30 17L30 15 23.83 15 26.41 12.41 25 11 20 16 25 21 26.41 19.59 23.83 17 30 17zM15 23.83L15 30 17 30 17 23.83 19.59 26.41 21 25 16 20 11 25 12.41 26.41 15 23.83zM7 11L5.59 12.41 8.17 15 2 15 2 17 8.17 17 5.59 19.59 7 21 12 16 7 11zM17 8.17L17 2 15 2 15 8.17 12.41 5.59 11 7 16 12 21 7 19.59 5.59 17 8.17z"
2240
- })), children);
2241
- });
2242
- if (process.env.NODE_ENV !== "production") {
2243
- DataCollection.propTypes = iconPropTypes4cbeb95d.i;
2244
- }
2245
- const DataDefinition = /*#__PURE__*/React.forwardRef(function DataDefinition(_ref93, ref) {
2246
- let {
2247
- children,
2248
- size = 16,
2249
- ...rest
2250
- } = _ref93;
2251
- return /*#__PURE__*/React.createElement(Icon.default, {
2252
- width: size,
2253
- height: size,
2254
- ref: ref,
2255
- xmlns: "http://www.w3.org/2000/svg",
2256
- viewBox: "0 0 32 32",
2257
- fill: "currentColor",
2258
- ...rest
2259
- }, _circle48 || (_circle48 = /*#__PURE__*/React.createElement("circle", {
2260
- cx: "14",
2261
- cy: "14",
2262
- r: "2"
2263
- })), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
2264
- d: "M20,30a.9967.9967,0,0,1-.707-.293L8.5859,19A2.0126,2.0126,0,0,1,8,17.5859V10a2.002,2.002,0,0,1,2-2h7.5859A1.9864,1.9864,0,0,1,19,8.5859L29.707,19.293a.9994.9994,0,0,1,0,1.414l-9,9A.9967.9967,0,0,1,20,30ZM10,10v7.5859l10,10L27.5859,20l-10-10Z"
2265
- })), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
2266
- d: "M12,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H28a2.0021,2.0021,0,0,1,2,2v8H28V4H4V28h8Z"
2267
- })), children);
2268
- });
2269
- if (process.env.NODE_ENV !== "production") {
2270
- DataDefinition.propTypes = iconPropTypes4cbeb95d.i;
2271
- }
2272
- const DataDiode = /*#__PURE__*/React.forwardRef(function DataDiode(_ref94, ref) {
2273
- let {
2274
- children,
2275
- size = 16,
2276
- ...rest
2277
- } = _ref94;
2278
- return /*#__PURE__*/React.createElement(Icon.default, {
2279
- width: size,
2280
- height: size,
2281
- ref: ref,
2282
- xmlns: "http://www.w3.org/2000/svg",
2283
- viewBox: "0 0 32 32",
2284
- fill: "currentColor",
2285
- ...rest
2286
- }, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
2287
- d: "M30,15H27V7H25v8H22V7H20v7.8262L7.5239,7.1484A1,1,0,0,0,6,8v7H2v2H6v7a1,1,0,0,0,1.5239.8516L20,17.1738V25h2V17h3v8h2V17h3ZM8,22.21V9.79L18.0918,16Z"
2288
- })), children);
2289
- });
2290
- if (process.env.NODE_ENV !== "production") {
2291
- DataDiode.propTypes = iconPropTypes4cbeb95d.i;
2292
- }
2293
- const DataEnrichment = /*#__PURE__*/React.forwardRef(function DataEnrichment(_ref95, ref) {
2294
- let {
2295
- children,
2296
- size = 16,
2297
- ...rest
2298
- } = _ref95;
2299
- return /*#__PURE__*/React.createElement(Icon.default, {
2300
- width: size,
2301
- height: size,
2302
- ref: ref,
2303
- xmlns: "http://www.w3.org/2000/svg",
2304
- viewBox: "0 0 32 32",
2305
- fill: "currentColor",
2306
- ...rest
2307
- }, _switch || (_switch = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
2308
- d: "M28 13h2v2h-2zM23.778 4.797l1.414-1.414 1.414 1.414-1.414 1.414zM15 0h2v2h-2zM6.808 6.233 5.393 4.818l1.415-1.414 1.414 1.414zM2 13h2v2H2zM13 30h6v2h-6zM11 26h10v2H11zM16 4C10.5 4 6 8.5 6 14c0 4.4 2 6.3 3.5 7.6 1 .9 1.5 1.5 1.5 2.4h2c0-1.8-1.1-2.9-2.2-3.9C9.4 18.9 8 17.5 8 14c0-4.4 3.6-8 8-8s8 3.6 8 8c0 3.5-1.4 4.9-2.8 6.1-1.1 1-2.2 2-2.2 3.9h2c0-.9.5-1.5 1.5-2.4C24 20.3 26 18.4 26 14c0-5.5-4.5-10-10-10z"
2309
- }), /*#__PURE__*/React.createElement("path", {
2310
- fill: "none",
2311
- d: "M0 0h32v32H0z"
2312
- })))), children);
2313
- });
2314
- if (process.env.NODE_ENV !== "production") {
2315
- DataEnrichment.propTypes = iconPropTypes4cbeb95d.i;
2316
- }
2317
- const DataEnrichmentAdd = /*#__PURE__*/React.forwardRef(function DataEnrichmentAdd(_ref96, ref) {
2318
- let {
2319
- children,
2320
- size = 16,
2321
- ...rest
2322
- } = _ref96;
2323
- return /*#__PURE__*/React.createElement(Icon.default, {
2324
- width: size,
2325
- height: size,
2326
- ref: ref,
2327
- xmlns: "http://www.w3.org/2000/svg",
2328
- viewBox: "0 0 32 32",
2329
- fill: "currentColor",
2330
- ...rest
2331
- }, _switch2 || (_switch2 = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
2332
- d: "M28 13h2v2h-2zM23.778 4.797l1.414-1.414 1.414 1.414-1.414 1.414zM15 0h2v2h-2zM6.808 6.233 5.393 4.818l1.415-1.414 1.414 1.414zM2 13h2v2H2zM20 13h-3v-3h-2v3h-3v2h3v3h2v-3h3zM13 30h6v2h-6zM11 26h10v2H11z"
2333
- }), /*#__PURE__*/React.createElement("path", {
2334
- d: "M16 4C10.5 4 6 8.5 6 14c0 4.4 2 6.3 3.5 7.6 1 .9 1.5 1.5 1.5 2.4h2c0-1.8-1.1-2.9-2.2-3.9C9.4 18.9 8 17.5 8 14c0-4.4 3.6-8 8-8s8 3.6 8 8c0 3.5-1.4 4.9-2.8 6.1-1.1 1-2.2 2-2.2 3.9h2c0-.9.5-1.5 1.5-2.4C24 20.3 26 18.4 26 14c0-5.5-4.5-10-10-10z"
2335
- }), /*#__PURE__*/React.createElement("path", {
2336
- fill: "none",
2337
- d: "M0 0h32v32H0z"
2338
- })))), children);
2339
- });
2340
- if (process.env.NODE_ENV !== "production") {
2341
- DataEnrichmentAdd.propTypes = iconPropTypes4cbeb95d.i;
2342
- }
2343
- const DataPlayer = /*#__PURE__*/React.forwardRef(function DataPlayer(_ref97, ref) {
2344
- let {
2345
- children,
2346
- size = 16,
2347
- ...rest
2348
- } = _ref97;
2349
- return /*#__PURE__*/React.createElement(Icon.default, {
2350
- width: size,
2351
- height: size,
2352
- ref: ref,
2353
- xmlns: "http://www.w3.org/2000/svg",
2354
- viewBox: "0 0 32 32",
2355
- fill: "currentColor",
2356
- ...rest
2357
- }, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
2358
- d: "M28 24v2H15.8164a2.983 2.983 0 00-5.6328 0H4V24H2v6H4V28h6.1836a2.983 2.983 0 005.6328 0H28v2h2V24zM13 7.5L13 16.499 13 16.499 21 12 13 7.5z"
2359
- })), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
2360
- d: "M16,22A10,10,0,1,1,26,12,10.0113,10.0113,0,0,1,16,22ZM16,4a8,8,0,1,0,8,8A8.0092,8.0092,0,0,0,16,4Z"
2361
- })), children);
2362
- });
2363
- if (process.env.NODE_ENV !== "production") {
2364
- DataPlayer.propTypes = iconPropTypes4cbeb95d.i;
2365
- }
2366
- const DataQualityDefinition = /*#__PURE__*/React.forwardRef(function DataQualityDefinition(_ref98, ref) {
2367
- let {
2368
- children,
2369
- size = 16,
2370
- ...rest
2371
- } = _ref98;
2372
- return /*#__PURE__*/React.createElement(Icon.default, {
2373
- width: size,
2374
- height: size,
2375
- ref: ref,
2376
- xmlns: "http://www.w3.org/2000/svg",
2377
- viewBox: "0 0 32 32",
2378
- fill: "currentColor",
2379
- ...rest
2380
- }, _switch3 || (_switch3 = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
2381
- d: "M24.6 24.4L27.2 27 27.2 27 24.6 29.6 26 31 30 27 26 23zM22.4 24.4L19.8 27 19.8 27 22.4 29.6 21 31 17 27 21 23z"
2382
- }), /*#__PURE__*/React.createElement("circle", {
2383
- cx: "11",
2384
- cy: "8",
2385
- r: "1"
2386
- }), /*#__PURE__*/React.createElement("circle", {
2387
- cx: "11",
2388
- cy: "16",
2389
- r: "1"
2390
- }), /*#__PURE__*/React.createElement("circle", {
2391
- cx: "11",
2392
- cy: "24",
2393
- r: "1"
2394
- }), /*#__PURE__*/React.createElement("path", {
2395
- d: "M24,3H8C6.9,3,6,3.9,6,5v22c0,1.1,0.9,2,2,2h7v-2H8v-6h18V5C26,3.9,25.1,3,24,3z M24,19H8v-6h16V19z M24,11H8V5h16V11z"
2396
- })))), children);
2397
- });
2398
- if (process.env.NODE_ENV !== "production") {
2399
- DataQualityDefinition.propTypes = iconPropTypes4cbeb95d.i;
2400
- }
2401
- const DataRefinery = /*#__PURE__*/React.forwardRef(function DataRefinery(_ref99, ref) {
2402
- let {
2403
- children,
2404
- size = 16,
2405
- ...rest
2406
- } = _ref99;
2407
- return /*#__PURE__*/React.createElement(Icon.default, {
2408
- width: size,
2409
- height: size,
2410
- ref: ref,
2411
- xmlns: "http://www.w3.org/2000/svg",
2412
- viewBox: "0 0 32 32",
2413
- fill: "currentColor",
2414
- ...rest
2415
- }, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
2416
- d: "M7,30a5,5,0,1,1,5-5A5.0059,5.0059,0,0,1,7,30Zm0-8a3,3,0,1,0,3,3A3.0033,3.0033,0,0,0,7,22Z"
2417
- })), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
2418
- d: "M24,26H14V24H24V17H8a2.0021,2.0021,0,0,1-2-2V8A2.0021,2.0021,0,0,1,8,6H18V8H8v7H24a2.0021,2.0021,0,0,1,2,2v7A2.0021,2.0021,0,0,1,24,26Z"
2419
- })), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
2420
- d: "M28,12H22a2.0023,2.0023,0,0,1-2-2V4a2.0023,2.0023,0,0,1,2-2h6a2.0023,2.0023,0,0,1,2,2v6A2.0023,2.0023,0,0,1,28,12ZM22,4v6h6V4Z"
2421
- })), children);
2422
- });
2423
- if (process.env.NODE_ENV !== "production") {
2424
- DataRefinery.propTypes = iconPropTypes4cbeb95d.i;
2425
- }
2426
- const DataRefineryReference = /*#__PURE__*/React.forwardRef(function DataRefineryReference(_ref100, ref) {
2427
- let {
2428
- children,
2429
- size = 16,
2430
- ...rest
2431
- } = _ref100;
2432
- return /*#__PURE__*/React.createElement(Icon.default, {
2433
- width: size,
2434
- height: size,
2435
- ref: ref,
2436
- xmlns: "http://www.w3.org/2000/svg",
2437
- viewBox: "0 0 32 32",
2438
- fill: "currentColor",
2439
- ...rest
2440
- }, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
2441
- d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM28 12H22a2.0023 2.0023 0 01-2-2V4a2.0023 2.0023 0 012-2h6a2.0023 2.0023 0 012 2v6A2.0023 2.0023 0 0128 12zM22 4v6h6V4z"
2442
- })), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
2443
- d: "M24,26H16V24h8V17H8a2.0021,2.0021,0,0,1-2-2V8A2.0021,2.0021,0,0,1,8,6H18V8H8v7H24a2.0021,2.0021,0,0,1,2,2v7A2.0021,2.0021,0,0,1,24,26Z"
2444
- })), children);
2445
- });
2446
- if (process.env.NODE_ENV !== "production") {
2447
- DataRefineryReference.propTypes = iconPropTypes4cbeb95d.i;
2448
- }
2449
- const DataShare = /*#__PURE__*/React.forwardRef(function DataShare(_ref101, ref) {
2450
- let {
2451
- children,
2452
- size = 16,
2453
- ...rest
2454
- } = _ref101;
2455
- return /*#__PURE__*/React.createElement(Icon.default, {
2456
- width: size,
2457
- height: size,
2458
- ref: ref,
2459
- xmlns: "http://www.w3.org/2000/svg",
2460
- viewBox: "0 0 32 32",
2461
- fill: "currentColor",
2462
- ...rest
2463
- }, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
2464
- d: "M5 25V15.8281l-3.5859 3.586L0 18l6-6 6 6-1.4141 1.4141L7 15.8281V25H19v2H7A2.0024 2.0024 0 015 25zM24 22h4a2.002 2.002 0 012 2v4a2.002 2.002 0 01-2 2H24a2.002 2.002 0 01-2-2V24A2.002 2.002 0 0124 22zm4 6V24H23.9985L24 28zM27 6v9.1719l3.5859-3.586L32 13l-6 6-6-6 1.4141-1.4141L25 15.1719V6H13V4H25A2.0024 2.0024 0 0127 6zM2 6H8V8H2zM2 2H10V4H2z"
2465
- })), children);
2466
- });
2467
- if (process.env.NODE_ENV !== "production") {
2468
- DataShare.propTypes = iconPropTypes4cbeb95d.i;
2469
- }
2470
- const DataTable = /*#__PURE__*/React.forwardRef(function DataTable(_ref102, ref) {
2471
- let {
2472
- children,
2473
- size = 16,
2474
- ...rest
2475
- } = _ref102;
2476
- return /*#__PURE__*/React.createElement(Icon.default, {
2477
- width: size,
2478
- height: size,
2479
- ref: ref,
2480
- xmlns: "http://www.w3.org/2000/svg",
2481
- viewBox: "0 0 32 32",
2482
- fill: "currentColor",
2483
- ...rest
2484
- }, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
2485
- d: "M8 18H12V20H8zM14 18H18V20H14zM8 14H12V16H8zM14 22H18V24H14zM20 14H24V16H20zM20 22H24V24H20z"
2486
- })), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
2487
- d: "M27,3H5A2.0025,2.0025,0,0,0,3,5V27a2.0025,2.0025,0,0,0,2,2H27a2.0025,2.0025,0,0,0,2-2V5A2.0025,2.0025,0,0,0,27,3Zm0,2,0,4H5V5ZM5,27V11H27l0,16Z"
2488
- })), children);
2489
- });
2490
- if (process.env.NODE_ENV !== "production") {
2491
- DataTable.propTypes = iconPropTypes4cbeb95d.i;
2492
- }
2493
- const DataTableReference = /*#__PURE__*/React.forwardRef(function DataTableReference(_ref103, ref) {
2494
- let {
2495
- children,
2496
- size = 16,
2497
- ...rest
2498
- } = _ref103;
2499
- return /*#__PURE__*/React.createElement(Icon.default, {
2500
- width: size,
2501
- height: size,
2502
- ref: ref,
2503
- xmlns: "http://www.w3.org/2000/svg",
2504
- viewBox: "0 0 32 32",
2505
- fill: "currentColor",
2506
- ...rest
2507
- }, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
2508
- d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM20 22H24V24H20zM16 18H20V20H16zM20 14H24V16H20zM8 14H12V16H8z"
2509
- })), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2510
- d: "M27,3H5A2.0027,2.0027,0,0,0,3,5V16H5V11H27V27H16v2H27a2.0027,2.0027,0,0,0,2-2V5A2.0027,2.0027,0,0,0,27,3Zm0,6H5V5H27Z"
2511
- })), children);
2512
- });
2513
- if (process.env.NODE_ENV !== "production") {
2514
- DataTableReference.propTypes = iconPropTypes4cbeb95d.i;
2515
- }
2516
- const DataVis_1 = /*#__PURE__*/React.forwardRef(function DataVis_1(_ref104, ref) {
2517
- let {
2518
- children,
2519
- size = 16,
2520
- ...rest
2521
- } = _ref104;
2522
- return /*#__PURE__*/React.createElement(Icon.default, {
2523
- width: size,
2524
- height: size,
2525
- ref: ref,
2526
- xmlns: "http://www.w3.org/2000/svg",
2527
- viewBox: "0 0 32 32",
2528
- fill: "currentColor",
2529
- ...rest
2530
- }, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2531
- d: "M26,22a3.9553,3.9553,0,0,0-2.0193.5667L20.167,18.7529a4.9654,4.9654,0,0,0,0-5.5058L22.714,10.7A3.0284,3.0284,0,1,0,21.3,9.286l-2.547,2.547a4.9654,4.9654,0,0,0-5.5058,0L9.4332,8.0191A3.9553,3.9553,0,0,0,10,6a4,4,0,1,0-4,4,3.9553,3.9553,0,0,0,2.0191-.5668l3.8139,3.8139a4.9654,4.9654,0,0,0,0,5.5058L8.0192,22.5668A3.9556,3.9556,0,0,0,6,22a4,4,0,1,0,4,4,3.9553,3.9553,0,0,0-.5667-2.0192l3.8138-3.8138A4.9686,4.9686,0,0,0,15,20.8989v3.2848a3,3,0,1,0,2,0V20.8989a4.9686,4.9686,0,0,0,1.7529-.7319l3.8138,3.8137A3.9553,3.9553,0,0,0,22,26a4,4,0,1,0,4-4ZM16,13a3,3,0,1,1-3,3A3.0033,3.0033,0,0,1,16,13ZM4,6A2,2,0,1,1,6,8,2.002,2.002,0,0,1,4,6ZM6,28a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,6,28Zm20,0a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,26,28Z"
2532
- })), children);
2533
- });
2534
- if (process.env.NODE_ENV !== "production") {
2535
- DataVis_1.propTypes = iconPropTypes4cbeb95d.i;
2536
- }
2537
- const DataVis_2 = /*#__PURE__*/React.forwardRef(function DataVis_2(_ref105, ref) {
2538
- let {
2539
- children,
2540
- size = 16,
2541
- ...rest
2542
- } = _ref105;
2543
- return /*#__PURE__*/React.createElement(Icon.default, {
2544
- width: size,
2545
- height: size,
2546
- ref: ref,
2547
- xmlns: "http://www.w3.org/2000/svg",
2548
- viewBox: "0 0 32 32",
2549
- fill: "currentColor",
2550
- ...rest
2551
- }, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2552
- d: "M28,2H17a2.002,2.002,0,0,0-2,2v6H4a2.002,2.002,0,0,0-2,2V28a2.0023,2.0023,0,0,0,2,2H15a2.0023,2.0023,0,0,0,2-2V22H28a2.0027,2.0027,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,2,0,4H17V4ZM15.0009,22H4V18H15ZM17,10H28.0007l.0005,4H17Zm-2,2v4H4V12ZM4,28V24H15.0011l0,4Zm13-8V16H28.0015l0,4Z"
2553
- })), children);
2554
- });
2555
- if (process.env.NODE_ENV !== "production") {
2556
- DataVis_2.propTypes = iconPropTypes4cbeb95d.i;
2557
- }
2558
- const DataVis_3 = /*#__PURE__*/React.forwardRef(function DataVis_3(_ref106, ref) {
2559
- let {
2560
- children,
2561
- size = 16,
2562
- ...rest
2563
- } = _ref106;
2564
- return /*#__PURE__*/React.createElement(Icon.default, {
2565
- width: size,
2566
- height: size,
2567
- ref: ref,
2568
- xmlns: "http://www.w3.org/2000/svg",
2569
- viewBox: "0 0 32 32",
2570
- fill: "currentColor",
2571
- ...rest
2572
- }, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2573
- d: "M28,3a2.9913,2.9913,0,0,0-2.8163,2H21.858a3.9807,3.9807,0,0,0-7.716,0H9.858A3.9916,3.9916,0,1,0,5,9.858v4.284a3.9807,3.9807,0,0,0,0,7.716v3.3257a3,3,0,1,0,2,0V21.858a3.978,3.978,0,0,0,1.6729-.9034l3.3638,1.6819A2.9635,2.9635,0,0,0,12,23a3.0117,3.0117,0,1,0,.9221-2.1572L9.7744,19.269A3.95,3.95,0,0,0,10,18a3.9963,3.9963,0,0,0-3-3.858V9.858A3.9947,3.9947,0,0,0,9.858,7h4.284a3.9366,3.9366,0,0,0,4.7816,2.8818l1.8118,3.1705a3.0451,3.0451,0,1,0,1.7326-.9987L20.6893,8.941A3.9839,3.9839,0,0,0,21.858,7h3.3257A2.995,2.995,0,1,0,28,3ZM8,18a2,2,0,1,1-2-2A2.0023,2.0023,0,0,1,8,18ZM6,8A2,2,0,1,1,8,6,2.002,2.002,0,0,1,6,8ZM16,6a2,2,0,1,1,2,2A2.002,2.002,0,0,1,16,6Z"
2574
- })), children);
2575
- });
2576
- if (process.env.NODE_ENV !== "production") {
2577
- DataVis_3.propTypes = iconPropTypes4cbeb95d.i;
2578
- }
2579
- const DataVis_4 = /*#__PURE__*/React.forwardRef(function DataVis_4(_ref107, ref) {
2580
- let {
2581
- children,
2582
- size = 16,
2583
- ...rest
2584
- } = _ref107;
2585
- return /*#__PURE__*/React.createElement(Icon.default, {
2586
- width: size,
2587
- height: size,
2588
- ref: ref,
2589
- xmlns: "http://www.w3.org/2000/svg",
2590
- viewBox: "0 0 32 32",
2591
- fill: "currentColor",
2592
- ...rest
2593
- }, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2594
- d: "M27,3H5A2.002,2.002,0,0,0,3,5V27a2.0023,2.0023,0,0,0,2,2H27a2.0027,2.0027,0,0,0,2-2V5A2.0023,2.0023,0,0,0,27,3Zm0,6H17V5H27ZM15,27H11V23h4Zm0-6H11V17h4ZM9,21H5V17H9Zm2-6V11H21v4Zm0-6V5h4V9Zm12,2h4l0,4H23ZM9,5V15H5V5ZM5,23H9v4H5Zm12,4V17H27.001l.001,10Z"
2595
- })), children);
2596
- });
2597
- if (process.env.NODE_ENV !== "production") {
2598
- DataVis_4.propTypes = iconPropTypes4cbeb95d.i;
2599
- }
2600
- const DataVolume = /*#__PURE__*/React.forwardRef(function DataVolume(_ref108, ref) {
2601
- let {
2602
- children,
2603
- size = 16,
2604
- ...rest
2605
- } = _ref108;
2606
- return /*#__PURE__*/React.createElement(Icon.default, {
2607
- width: size,
2608
- height: size,
2609
- ref: ref,
2610
- xmlns: "http://www.w3.org/2000/svg",
2611
- viewBox: "0 0 32 32",
2612
- fill: "currentColor",
2613
- ...rest
2614
- }, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2615
- d: "M30 20h-4v2h4v2h-3c-1.1046 0-2 .8954-2 2v2c0 1.1046.8954 2 2 2h5v-8c0-1.103-.8975-2-2-2zm0 8h-3v-2h3v2zM24 22v-2h-3v-2h-2v2h-2v2h2v6c0 1.1025.8975 2 2 2h3v-2h-3v-6h3zM14 20h-4v2h4v2h-3c-1.1046 0-2 .8954-2 2v2c0 1.1046.8954 2 2 2h5v-8c0-1.103-.8975-2-2-2zm0 8h-3v-2h3v2zM5 16.0005v4H2c-1.1025 0-2 .897-2 2v5.9995c0 1.1025.8975 2 2 2H7v-13.9995h-2zm-3 5.9995h3v6H2v-6zM4 14V5h7.5857l4 4h12.4143v8h2V9c-.0013-1.1041-.8959-1.9987-2-2h-11.5857l-3.4143-3.4141c-.3742-.3764-.8835-.5873-1.4143-.5859H4c-1.1041.0013-1.9987.8959-2 2V14h2z"
2616
- })), children);
2617
- });
2618
- if (process.env.NODE_ENV !== "production") {
2619
- DataVolume.propTypes = iconPropTypes4cbeb95d.i;
2620
- }
2621
- const DataVolumeAlt = /*#__PURE__*/React.forwardRef(function DataVolumeAlt(_ref109, ref) {
2622
- let {
2623
- children,
2624
- size = 16,
2625
- ...rest
2626
- } = _ref109;
2627
- return /*#__PURE__*/React.createElement(Icon.default, {
2628
- width: size,
2629
- height: size,
2630
- ref: ref,
2631
- xmlns: "http://www.w3.org/2000/svg",
2632
- viewBox: "0 0 32 32",
2633
- fill: "currentColor",
2634
- ...rest
2635
- }, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2636
- d: "M25,29c-1.6543,0-3-1.3458-3-3s1.3457-3,3-3,3,1.3458,3,3-1.3457,3-3,3Zm0-4c-.5515,0-1,.4486-1,1s.4485,1,1,1,1-.4486,1-1-.4485-1-1-1Z"
2637
- })), _circle49 || (_circle49 = /*#__PURE__*/React.createElement("circle", {
2638
- cx: "20",
2639
- cy: "21",
2640
- r: "2"
2641
- })), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2642
- d: "M15,19c-1.6543,0-3-1.3458-3-3s1.3457-3,3-3,3,1.3458,3,3-1.3457,3-3,3Zm0-4c-.5515,0-1,.4486-1,1s.4485,1,1,1,1-.4486,1-1-.4485-1-1-1Z"
2643
- })), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2644
- d: "M13,27H4c-1.104-.0013-1.9987-.896-2-2V5c.0013-1.104,.896-1.9987,2-2h7.5857c.5308-.0015,1.0401,.2095,1.4143,.5859l3.4143,3.4141h11.5857c1.104,.0013,1.9987,.896,2,2v7h-2v-7H15.5857l-4-4H4V25H13v2Z"
2645
- })), children);
2646
- });
2647
- if (process.env.NODE_ENV !== "production") {
2648
- DataVolumeAlt.propTypes = iconPropTypes4cbeb95d.i;
2649
- }
2650
- const DatabaseDatastax = /*#__PURE__*/React.forwardRef(function DatabaseDatastax(_ref110, ref) {
2651
- let {
2652
- children,
2653
- size = 16,
2654
- ...rest
2655
- } = _ref110;
2656
- return /*#__PURE__*/React.createElement(Icon.default, {
2657
- width: size,
2658
- height: size,
2659
- ref: ref,
2660
- xmlns: "http://www.w3.org/2000/svg",
2661
- viewBox: "0 0 32 32",
2662
- fill: "currentColor",
2663
- ...rest
2664
- }, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2665
- d: "M18.8684 22.0684l1.7937-1.7476A4.2184 4.2184 0 0023.95 21.9534c1.4026 0 2.0005-.5288 2.0005-1.38 0-.69-.4138-1.1267-1.4717-1.2646l-1.1958-.1612c-2.5754-.3217-4.0009-1.4484-4.0009-3.633 0-2.3225 1.8166-3.7942 4.5529-3.7942a5.7221 5.7221 0 014.691 1.8855l-1.7246 1.7246a3.9649 3.9649 0 00-2.8743-1.2876c-1.2649 0-1.8167.5059-1.8167 1.2417 0 .8049.4368 1.1726 1.5638 1.3567l1.2187.1609c2.6213.3679 3.886 1.5408 3.886 3.5412 0 2.3226-1.9546 3.9322-4.9439 3.9322A6.0942 6.0942 0 0118.8684 22.0684zM4.24 7.95h5.8409c4.185 0 6.9213 2.69 6.9213 8.0254S14.2661 24 10.0811 24H4.24zm5.8409 13.36c2.2534 0 3.7021-1.3338 3.7021-4.07V14.71c0-2.7364-1.4487-4.07-3.7021-4.07H7.2756V21.31z"
2666
- })), children);
2667
- });
2668
- if (process.env.NODE_ENV !== "production") {
2669
- DatabaseDatastax.propTypes = iconPropTypes4cbeb95d.i;
2670
- }
2671
- const DatabaseElastic = /*#__PURE__*/React.forwardRef(function DatabaseElastic(_ref111, ref) {
2672
- let {
2673
- children,
2674
- size = 16,
2675
- ...rest
2676
- } = _ref111;
2677
- return /*#__PURE__*/React.createElement(Icon.default, {
2678
- width: size,
2679
- height: size,
2680
- ref: ref,
2681
- xmlns: "http://www.w3.org/2000/svg",
2682
- viewBox: "0 0 32 32",
2683
- fill: "currentColor",
2684
- ...rest
2685
- }, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2686
- d: "M17.8281 22.0684l1.7937-1.7476A4.2185 4.2185 0 0022.91 21.9534c1.4025 0 2-.5288 2-1.38 0-.69-.4138-1.1267-1.4716-1.2646l-1.1958-.1612c-2.5755-.3217-4.001-1.4484-4.001-3.633 0-2.3225 1.8166-3.7942 4.553-3.7942a5.722 5.722 0 014.6909 1.8855l-1.7246 1.7246a3.9643 3.9643 0 00-2.8743-1.2876c-1.2649 0-1.8166.5059-1.8166 1.2417 0 .8049.4367 1.1726 1.5637 1.3567l1.2187.1609c2.6214.3679 3.886 1.5408 3.886 3.5413 0 2.3225-1.9546 3.9321-4.9438 3.9321A6.0944 6.0944 0 0117.8281 22.0684zM5.2471 24V7.95H15.825v2.69H8.2825v3.8862h6.6687v2.6905H8.2825V21.31H15.825V24z"
2687
- })), children);
2688
- });
2689
- if (process.env.NODE_ENV !== "production") {
2690
- DatabaseElastic.propTypes = iconPropTypes4cbeb95d.i;
2691
- }
2692
- const DatabaseEnterpriseDb2 = /*#__PURE__*/React.forwardRef(function DatabaseEnterpriseDb2(_ref112, ref) {
2693
- let {
2694
- children,
2695
- size = 16,
2696
- ...rest
2697
- } = _ref112;
2698
- if (process.env.NODE_ENV !== "production") {
2699
- if (!didWarnAboutDeprecation["DatabaseEnterpriseDb2"]) {
2700
- didWarnAboutDeprecation["DatabaseEnterpriseDb2"] = true;
2701
- console.warn("Icon name was requested by the product team to be renamed to and replaced by database--enterprisedb. As a result, the DatabaseEnterpriseDb2 component will be removed in the next major version of @carbon/icons-react.");
2702
- }
2703
- }
2704
- return /*#__PURE__*/React.createElement(Icon.default, {
2705
- width: size,
2706
- height: size,
2707
- ref: ref,
2708
- xmlns: "http://www.w3.org/2000/svg",
2709
- viewBox: "0 0 32 32",
2710
- fill: "currentColor",
2711
- ...rest
2712
- }, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2713
- d: "M17.84 24V11.9966H20.783v2h.1149a3.3115 3.3115 0 013.3572-2.2764c2.46 0 3.84 1.7017 3.84 4.6909V24H25.1519V16.7107c0-1.7017-.5748-2.5754-1.9776-2.5754-1.2187 0-2.3913.6438-2.3913 1.9314V24zM4.2236 24V7.95H14.8015v2.69H7.259v3.8862h6.6687v2.6905H7.259V21.31h7.5425V24z"
2714
- })), children);
2715
- });
2716
- if (process.env.NODE_ENV !== "production") {
2717
- DatabaseEnterpriseDb2.propTypes = iconPropTypes4cbeb95d.i;
2718
- }
2719
- const DatabaseEnterprisedb = /*#__PURE__*/React.forwardRef(function DatabaseEnterprisedb(_ref113, ref) {
2720
- let {
2721
- children,
2722
- size = 16,
2723
- ...rest
2724
- } = _ref113;
2725
- return /*#__PURE__*/React.createElement(Icon.default, {
2726
- width: size,
2727
- height: size,
2728
- ref: ref,
2729
- xmlns: "http://www.w3.org/2000/svg",
2730
- viewBox: "0 0 32 32",
2731
- fill: "currentColor",
2732
- ...rest
2733
- }, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2734
- d: "M17.84 24V11.9966H20.783v2h.1149a3.3115 3.3115 0 013.3572-2.2764c2.46 0 3.84 1.7017 3.84 4.6909V24H25.1519V16.7107c0-1.7017-.5748-2.5754-1.9776-2.5754-1.2187 0-2.3913.6438-2.3913 1.9314V24zM4.2236 24V7.95H14.8015v2.69H7.259v3.8862h6.6687v2.6905H7.259V21.31h7.5425V24z"
2735
- })), children);
2736
- });
2737
- if (process.env.NODE_ENV !== "production") {
2738
- DatabaseEnterprisedb.propTypes = iconPropTypes4cbeb95d.i;
2739
- }
2740
- const DatabaseEtcd = /*#__PURE__*/React.forwardRef(function DatabaseEtcd(_ref114, ref) {
2741
- let {
2742
- children,
2743
- size = 16,
2744
- ...rest
2745
- } = _ref114;
2746
- return /*#__PURE__*/React.createElement(Icon.default, {
2747
- width: size,
2748
- height: size,
2749
- ref: ref,
2750
- xmlns: "http://www.w3.org/2000/svg",
2751
- viewBox: "0 0 32 32",
2752
- fill: "currentColor",
2753
- ...rest
2754
- }, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2755
- d: "M20.9443 20.9417v-6.6h-1.77V11.9966h.92c.8735 0 1.1494-.4138 1.1494-1.2417V8.7083h2.6445v3.2883h2.46V14.342h-2.46v7.3125h2.2764V24H24.0488A2.778 2.778 0 0120.9443 20.9417zM6.6846 24V7.95H17.2627v2.69H9.72v3.8862h6.669v2.6905H9.72V21.31h7.543V24z"
2756
- })), children);
2757
- });
2758
- if (process.env.NODE_ENV !== "production") {
2759
- DatabaseEtcd.propTypes = iconPropTypes4cbeb95d.i;
2760
- }
2761
- const DatabaseMessaging = /*#__PURE__*/React.forwardRef(function DatabaseMessaging(_ref115, ref) {
2762
- let {
2763
- children,
2764
- size = 16,
2765
- ...rest
2766
- } = _ref115;
2767
- return /*#__PURE__*/React.createElement(Icon.default, {
2768
- width: size,
2769
- height: size,
2770
- ref: ref,
2771
- xmlns: "http://www.w3.org/2000/svg",
2772
- viewBox: "0 0 32 32",
2773
- fill: "currentColor",
2774
- ...rest
2775
- }, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2776
- d: "m23,32l-1.755-1,2.755-4h4v-7h-12v7h4v2h-4c-1.1025,0-2-.8975-2-2v-7c0-1.1025.8975-2,2-2h12c1.1025,0,2,.8975,2,2v7c0,1.1025-.8975,2-2,2h-3l-2,3Z"
2777
- })), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2778
- d: "m13,2C7.7021,2,2,3.252,2,6v18c0,2.4033,4.3618,3.6626,9,3.9404v-2.0015c-4.5337-.2803-6.8674-1.4644-7-1.939v-3.5723c1.7065.856,4.3062,1.3442,7,1.5063v-1.9951c-4.5337-.2803-6.8674-1.4644-7-1.939v-3.5723c2.1279,1.0674,5.6426,1.5723,9,1.5723,5.2979,0,11-1.252,11-4v-6.0005c-.0007-2.748-5.7024-3.9995-11-3.9995ZM3.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"
2779
- })), children);
2780
- });
2781
- if (process.env.NODE_ENV !== "production") {
2782
- DatabaseMessaging.propTypes = iconPropTypes4cbeb95d.i;
2783
- }
2784
- const DatabaseMongodb = /*#__PURE__*/React.forwardRef(function DatabaseMongodb(_ref116, ref) {
2785
- let {
2786
- children,
2787
- size = 16,
2788
- ...rest
2789
- } = _ref116;
2790
- return /*#__PURE__*/React.createElement(Icon.default, {
2791
- width: size,
2792
- height: size,
2793
- ref: ref,
2794
- xmlns: "http://www.w3.org/2000/svg",
2795
- viewBox: "0 0 32 32",
2796
- fill: "currentColor",
2797
- ...rest
2798
- }, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2799
- d: "M25.3481 28.875c-4.0473 0-5.5878-1.0579-5.5878-2.8284a2.2115 2.2115 0 012.1386-2.3v-.253a1.9726 1.9726 0 01-1.5405-2c0-1.242 1.0576-1.8628 2.207-2.1158v-.0918a3.6228 3.6228 0 01-2.1845-3.4953c0-2.4375 1.7246-4.07 4.9672-4.07A6.6717 6.6717 0 0127.44 12.02v-.3908a1.5343 1.5343 0 011.7022-1.7476h1.8623v2.2534H28.4521v.322a3.5917 3.5917 0 011.8628 3.3343c0 2.4145-1.7016 4.0241-4.9668 4.0241a7.3662 7.3662 0 01-1.8393-.207 1.23 1.23 0 00-.8511 1.0808c0 .5979.5059.8967 1.564.8967H27.44c2.9434 0 4.208 1.2649 4.208 3.4263C31.6484 27.5183 29.9473 28.875 25.3481 28.875zm1.4947-4.7371H22.75a1.473 1.473 0 00-.6211 1.2417c0 .92.6895 1.4717 2.5293 1.4717H26.13c1.9087 0 2.76-.4829 2.76-1.4946C28.89 24.5979 28.3374 24.1379 26.8428 24.1379zm.667-8.163v-.3912c0-1.2187-.7588-1.84-2.1617-1.84s-2.1616.6209-2.1616 1.84v.3912c0 1.1955.7588 1.84 2.1616 1.84S27.51 17.17 27.51 15.9749zM2.2344 7.95H5.66l4.1162 7.8413h.0923l4.07-7.8413h3.2886V24H14.3525V12.48h-.0918L13.0186 15.032l-3.2881 6.07-3.2881-6.07L5.2007 12.48H5.1084V24H2.2344z"
2800
- })), children);
2801
- });
2802
- if (process.env.NODE_ENV !== "production") {
2803
- DatabaseMongodb.propTypes = iconPropTypes4cbeb95d.i;
2804
- }
2805
- const DatabasePostgreSql = /*#__PURE__*/React.forwardRef(function DatabasePostgreSql(_ref117, ref) {
2806
- let {
2807
- children,
2808
- size = 16,
2809
- ...rest
2810
- } = _ref117;
2811
- return /*#__PURE__*/React.createElement(Icon.default, {
2812
- width: size,
2813
- height: size,
2814
- ref: ref,
2815
- xmlns: "http://www.w3.org/2000/svg",
2816
- viewBox: "0 0 32 32",
2817
- fill: "currentColor",
2818
- ...rest
2819
- }, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2820
- d: "M22.98 28.875c-4.0474 0-5.5879-1.0579-5.5879-2.8284a2.2112 2.2112 0 012.1387-2.3v-.253a1.9725 1.9725 0 01-1.541-2c0-1.242 1.0576-1.8628 2.2075-2.1158v-.0918a3.622 3.622 0 01-2.1846-3.4953c0-2.4375 1.7246-4.07 4.9673-4.07a6.6768 6.6768 0 012.0923.2988v-.3908a1.5341 1.5341 0 011.7016-1.7476h1.8623v2.2534H26.0835v.322a3.5926 3.5926 0 011.8628 3.3343c0 2.4145-1.7022 4.0241-4.9668 4.0241a7.3717 7.3717 0 01-1.84-.207 1.23 1.23 0 00-.8505 1.0808c0 .5979.5058.8967 1.5634.8967h3.2193c2.9433 0 4.208 1.2649 4.208 3.4263C29.28 27.5183 27.5781 28.875 22.98 28.875zm1.4941-4.7371H20.3809A1.474 1.474 0 0019.76 25.38c0 .92.69 1.4717 2.5293 1.4717h1.4716c1.9092 0 2.76-.4829 2.76-1.4946C26.5205 24.5979 25.9688 24.1379 24.4736 24.1379zm.667-8.163v-.3912c0-1.2187-.7588-1.84-2.1611-1.84s-2.1621.6209-2.1621 1.84v.3912c0 1.1955.7588 1.84 2.1621 1.84S25.1406 17.17 25.1406 15.9749zM4.603 24V7.95h7.22c2.9668 0 4.76 2 4.76 4.967 0 2.9893-1.7935 4.9668-4.76 4.9668H7.6387V24zm3.0357-8.738h3.9092a1.6886 1.6886 0 001.8852-1.8167V12.3875a1.672 1.672 0 00-1.8852-1.7935H7.6387z"
2821
- })), children);
2822
- });
2823
- if (process.env.NODE_ENV !== "production") {
2824
- DatabasePostgreSql.propTypes = iconPropTypes4cbeb95d.i;
2825
- }
2826
- const DatabaseRabbit = /*#__PURE__*/React.forwardRef(function DatabaseRabbit(_ref118, ref) {
2827
- let {
2828
- children,
2829
- size = 16,
2830
- ...rest
2831
- } = _ref118;
2832
- return /*#__PURE__*/React.createElement(Icon.default, {
2833
- width: size,
2834
- height: size,
2835
- ref: ref,
2836
- xmlns: "http://www.w3.org/2000/svg",
2837
- viewBox: "0 0 32 32",
2838
- fill: "currentColor",
2839
- ...rest
2840
- }, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2841
- d: "M17.9434 20.7346c0-2.46 1.8623-3.6792 5.1279-3.6792h2.0464v-.8738c0-1.3337-.6665-2.1154-2.23-2.1154a3.1249 3.1249 0 00-2.7363 1.5175L18.4033 14.02a5.0544 5.0544 0 014.6909-2.3c3.2422 0 4.9668 1.54 4.9668 4.2771v5.6567h1.1958V24H27.624a2.184 2.184 0 01-2.23-2.07h-.1377c-.3912 1.5408-1.7017 2.3455-3.4952 2.3455C19.3232 24.2759 17.9434 22.8733 17.9434 20.7346zm7.1743-.3218V18.8262H23.2324c-1.541 0-2.3.5288-2.3 1.4717v.3908c0 .9658.667 1.4488 1.8164 1.4488C24.06 22.1375 25.1177 21.54 25.1177 20.4128zM6.9717 24H3.9365V7.95H11.18c2.92 0 4.7373 1.9316 4.7373 4.967a4.4237 4.4237 0 01-2.9893 4.553L16.2158 24h-3.38L9.8462 17.8145H6.9717zm3.9092-8.738a1.689 1.689 0 001.8857-1.8167V12.3875a1.6723 1.6723 0 00-1.8857-1.7935H6.9717v4.668z"
2842
- })), children);
2843
- });
2844
- if (process.env.NODE_ENV !== "production") {
2845
- DatabaseRabbit.propTypes = iconPropTypes4cbeb95d.i;
2846
- }
2847
- const DatabaseRedis = /*#__PURE__*/React.forwardRef(function DatabaseRedis(_ref119, ref) {
2848
- let {
2849
- children,
2850
- size = 16,
2851
- ...rest
2852
- } = _ref119;
2853
- return /*#__PURE__*/React.createElement(Icon.default, {
2854
- width: size,
2855
- height: size,
2856
- ref: ref,
2857
- xmlns: "http://www.w3.org/2000/svg",
2858
- viewBox: "0 0 32 32",
2859
- fill: "currentColor",
2860
- ...rest
2861
- }, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2862
- d: "M25.7156 22h-.115a3.371 3.371 0 01-3.3113 2.2764c-3.0124 0-4.6912-2.2764-4.6912-6.3006 0-4.0012 1.6788-6.2546 4.6912-6.2546a3.3049 3.3049 0 013.3113 2.2534h.115v-6.99h2.9433V24H25.7156zm0-2.1157V16.0667c0-1.1727-1.0808-1.9314-2.4837-1.9314A2.556 2.556 0 0020.68 16.9636v2.07a2.5365 2.5365 0 002.5522 2.8052C24.6348 21.8384 25.7156 21.1257 25.7156 19.8838zM6.5576 24H3.5222V7.95h7.2434c2.92 0 4.7371 1.9316 4.7371 4.967a4.4237 4.4237 0 01-2.9893 4.553L15.8018 24h-3.38L9.4321 17.8145H6.5576zm3.9092-8.738a1.6888 1.6888 0 001.8855-1.8167V12.3875a1.6722 1.6722 0 00-1.8855-1.7935H6.5576v4.668z"
2863
- })), children);
2864
- });
2865
- if (process.env.NODE_ENV !== "production") {
2866
- DatabaseRedis.propTypes = iconPropTypes4cbeb95d.i;
2867
- }
2868
- const Datastore = /*#__PURE__*/React.forwardRef(function Datastore(_ref120, ref) {
2869
- let {
2870
- children,
2871
- size = 16,
2872
- ...rest
2873
- } = _ref120;
2874
- return /*#__PURE__*/React.createElement(Icon.default, {
2875
- width: size,
2876
- height: size,
2877
- ref: ref,
2878
- xmlns: "http://www.w3.org/2000/svg",
2879
- viewBox: "0 0 32 32",
2880
- fill: "currentColor",
2881
- ...rest
2882
- }, _circle50 || (_circle50 = /*#__PURE__*/React.createElement("circle", {
2883
- cx: "23",
2884
- cy: "23",
2885
- r: "1"
2886
- })), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2887
- d: "M8 22H20V24H8z"
2888
- })), _circle51 || (_circle51 = /*#__PURE__*/React.createElement("circle", {
2889
- cx: "23",
2890
- cy: "9",
2891
- r: "1"
2892
- })), _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2893
- d: "M8 8H20V10H8z"
2894
- })), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2895
- d: "M26,14a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2H6A2,2,0,0,0,4,6v6a2,2,0,0,0,2,2H8v4H6a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V20a2,2,0,0,0-2-2H24V14ZM6,6H26v6H6ZM26,26H6V20H26Zm-4-8H10V14H22Z"
2896
- })), children);
2897
- });
2898
- if (process.env.NODE_ENV !== "production") {
2899
- Datastore.propTypes = iconPropTypes4cbeb95d.i;
2900
- }
2901
- const Db2BufferPool = /*#__PURE__*/React.forwardRef(function Db2BufferPool(_ref121, ref) {
2902
- let {
2903
- children,
2904
- size = 16,
2905
- ...rest
2906
- } = _ref121;
2907
- return /*#__PURE__*/React.createElement(Icon.default, {
2908
- width: size,
2909
- height: size,
2910
- ref: ref,
2911
- xmlns: "http://www.w3.org/2000/svg",
2912
- viewBox: "0 0 32 32",
2913
- fill: "currentColor",
2914
- ...rest
2915
- }, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2916
- d: "M26.338 31L24.602 30 26.8895 26 23 26 26.993 19 28.73 20 26.4463 24 30.3367 24 26.338 31zM8 14H12V16H8zM20 14H24V16H20zM8 18H12V20H8zM14 18H18V20H14zM14 22H18V24H14z"
2917
- })), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2918
- d: "M5,11H27v5h2V5c0-1.1025-.8972-2-2-2H5c-1.1028,0-2,.8975-2,2V27c0,1.1025,.8972,2,2,2h15v-2H5V11ZM27,5v4H5V5H27Z"
2919
- })), children);
2920
- });
2921
- if (process.env.NODE_ENV !== "production") {
2922
- Db2BufferPool.propTypes = iconPropTypes4cbeb95d.i;
2923
- }
2924
- const Db2DataSharingGroup = /*#__PURE__*/React.forwardRef(function Db2DataSharingGroup(_ref122, ref) {
2925
- let {
2926
- children,
2927
- size = 16,
2928
- ...rest
2929
- } = _ref122;
2930
- return /*#__PURE__*/React.createElement(Icon.default, {
2931
- width: size,
2932
- height: size,
2933
- ref: ref,
2934
- xmlns: "http://www.w3.org/2000/svg",
2935
- viewBox: "0 0 32 32",
2936
- fill: "currentColor",
2937
- ...rest
2938
- }, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2939
- d: "M8 28v-6.1699l2.5898 2.5801 1.4102-1.4102-5-5-5 5 1.4102 1.4102 2.5898-2.5801v6.1699c0 1.1025.8972 2 2 2h9v-2H8zM25 17c-2.8506 0-5 1.29-5 3v7c0 1.71 2.1494 3 5 3s5-1.29 5-3v-7c0-1.71-2.1494-3-5-3zm0 2c1.936 0 3 .751 3 1s-1.064 1-3 1-3-.751-3-1 1.064-1 3-1zm0 9c-1.936 0-3-.751-3-1v-4.5796c.8264.3623 1.8508.5796 3 .5796s2.1736-.2173 3-.5796v4.5796c0 .249-1.064 1-3 1zM28.5898 7.5898l-2.5898 2.5801V4c0-1.1025-.8972-2-2-2H15v2h9v6.1699l-2.5898-2.5801-1.4102 1.4102 5 5 5-5-1.4102-1.4102zM7 15c2.8506 0 5-1.29 5-3V5c0-1.71-2.1494-3-5-3S2 3.29 2 5v7c0 1.71 2.1494 3 5 3zm0-11c1.936 0 3 .751 3 1s-1.064 1-3 1-3-.751-3-1 1.064-1 3-1zm-3 3.4204c.8264.3623 1.8508.5796 3 .5796s2.1736-.2173 3-.5796v4.5796c0 .249-1.064 1-3 1s-3-.751-3-1V7.4204z"
2940
- })), children);
2941
- });
2942
- if (process.env.NODE_ENV !== "production") {
2943
- Db2DataSharingGroup.propTypes = iconPropTypes4cbeb95d.i;
2944
- }
2945
- const Db2Database = /*#__PURE__*/React.forwardRef(function Db2Database(_ref123, ref) {
2946
- let {
2947
- children,
2948
- size = 16,
2949
- ...rest
2950
- } = _ref123;
2951
- return /*#__PURE__*/React.createElement(Icon.default, {
2952
- width: size,
2953
- height: size,
2954
- ref: ref,
2955
- xmlns: "http://www.w3.org/2000/svg",
2956
- viewBox: "0 0 32 32",
2957
- fill: "currentColor",
2958
- ...rest
2959
- }, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2960
- d: "M16,3c-5.2979,0-11,1.252-11,4V25c0,2.748,5.7021,4,11,4s11-1.252,11-4V7c0-2.748-5.7021-4-11-4Zm0,2c5.7976,0,8.7949,1.4341,8.9968,2-.2019,.5659-3.1992,2-8.9968,2-5.8413,0-8.8394-1.4556-9-1.9824v-.0049c.1606-.5571,3.1587-2.0127,9-2.0127ZM7,9.4277c2.1279,1.0674,5.6426,1.5723,9,1.5723s6.8721-.5049,9-1.5723v3.5596c-.1606,.5571-3.1587,2.0127-9,2.0127-5.8501,0-8.8491-1.46-9-2v-3.5723Zm0,6c2.1279,1.0674,5.6426,1.5723,9,1.5723s6.8721-.5049,9-1.5723v3.5596c-.1606,.5571-3.1587,2.0127-9,2.0127-5.8501,0-8.8491-1.46-9-2v-3.5723Zm9,11.5723c-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.5596c-.1606,.5571-3.1587,2.0127-9,2.0127Z"
2961
- })), children);
2962
- });
2963
- if (process.env.NODE_ENV !== "production") {
2964
- Db2Database.propTypes = iconPropTypes4cbeb95d.i;
2965
- }
2966
- const Debug = /*#__PURE__*/React.forwardRef(function Debug(_ref124, ref) {
2967
- let {
2968
- children,
2969
- size = 16,
2970
- ...rest
2971
- } = _ref124;
2972
- return /*#__PURE__*/React.createElement(Icon.default, {
2973
- width: size,
2974
- height: size,
2975
- ref: ref,
2976
- xmlns: "http://www.w3.org/2000/svg",
2977
- viewBox: "0 0 32 32",
2978
- fill: "currentColor",
2979
- ...rest
2980
- }, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2981
- d: "M29.83,20l.34-2L25,17.15V13c0-.08,0-.15,0-.23l5.06-1.36-.51-1.93-4.83,1.29A9,9,0,0,0,20,5V2H18V4.23a8.81,8.81,0,0,0-4,0V2H12V5a9,9,0,0,0-4.71,5.82L2.46,9.48,2,11.41,7,12.77c0,.08,0,.15,0,.23v4.15L1.84,18l.32,2L7,19.18a8.9,8.9,0,0,0,.82,3.57L3.29,27.29l1.42,1.42,4.19-4.2a9,9,0,0,0,14.2,0l4.19,4.2,1.42-1.42-4.54-4.54A8.9,8.9,0,0,0,25,19.18ZM15,25.92A7,7,0,0,1,9,19V13h6ZM9.29,11a7,7,0,0,1,13.42,0ZM23,19a7,7,0,0,1-6,6.92V13h6Z"
2982
- })), children);
2983
- });
2984
- if (process.env.NODE_ENV !== "production") {
2985
- Debug.propTypes = iconPropTypes4cbeb95d.i;
2986
- }
2987
- const DecisionNode = /*#__PURE__*/React.forwardRef(function DecisionNode(_ref125, ref) {
2988
- let {
2989
- children,
2990
- size = 16,
2991
- ...rest
2992
- } = _ref125;
2993
- return /*#__PURE__*/React.createElement(Icon.default, {
2994
- width: size,
2995
- height: size,
2996
- ref: ref,
2997
- xmlns: "http://www.w3.org/2000/svg",
2998
- viewBox: "0 0 32 32",
2999
- fill: "currentColor",
3000
- ...rest
3001
- }, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
3002
- strokeWidth: "0",
3003
- d: "m28,2v8h-4L16,2l-8,8h-4V2h-2v8c0,1.1025.8972,2,2,2h4l7,7v7.1719l-2.5859-2.5859-1.4141,1.4141,5,5,5-5-1.4141-1.4141-2.5859,2.5859v-7.1719l7-7h4c1.1028,0,2-.8975,2-2V2h-2Zm-12,15.1714l-6.1714-6.1714,6.1714-6.1714,6.1714,6.1714-6.1714,6.1714Z"
3004
- })), children);
3005
- });
3006
- if (process.env.NODE_ENV !== "production") {
3007
- DecisionNode.propTypes = iconPropTypes4cbeb95d.i;
3008
- }
3009
-
3010
- exports.ContainerImagePushPull = ContainerImagePushPull;
3011
- exports.ContainerRegistry = ContainerRegistry;
3012
- exports.ContainerServices = ContainerServices;
3013
- exports.ContainerSoftware = ContainerSoftware;
3014
- exports.ContentDeliveryNetwork = ContentDeliveryNetwork;
3015
- exports.ContentView = ContentView;
3016
- exports.Continue = Continue;
3017
- exports.ContinueFilled = ContinueFilled;
3018
- exports.ContinuousDeployment = ContinuousDeployment;
3019
- exports.ContinuousIntegration = ContinuousIntegration;
3020
- exports.Contrast = Contrast;
3021
- exports.ConvertToCloud = ConvertToCloud;
3022
- exports.Cookie = Cookie;
3023
- exports.Copy = Copy;
3024
- exports.CopyFile = CopyFile;
3025
- exports.CopyLink = CopyLink;
3026
- exports.Corn = Corn;
3027
- exports.Corner = Corner;
3028
- exports.Coronavirus = Coronavirus;
3029
- exports.Cost = Cost;
3030
- exports.CostTotal = CostTotal;
3031
- exports.Cough = Cough;
3032
- exports.Course = Course;
3033
- exports.Covariate = Covariate;
3034
- exports.CreateLink = CreateLink;
3035
- exports.Credentials = Credentials;
3036
- exports.Critical = Critical;
3037
- exports.CriticalSeverity = CriticalSeverity;
3038
- exports.Crop = Crop;
3039
- exports.CropGrowth = CropGrowth;
3040
- exports.CropHealth = CropHealth;
3041
- exports.CrossTab = CrossTab;
3042
- exports.Crossroads = Crossroads;
3043
- exports.CrowdReport = CrowdReport;
3044
- exports.CrowdReportFilled = CrowdReportFilled;
3045
- exports.Csv = Csv;
3046
- exports.Cube = Cube;
3047
- exports.CubeView = CubeView;
3048
- exports.Currency = Currency;
3049
- exports.CurrencyBaht = CurrencyBaht;
3050
- exports.CurrencyDollar = CurrencyDollar;
3051
- exports.CurrencyEuro = CurrencyEuro;
3052
- exports.CurrencyLira = CurrencyLira;
3053
- exports.CurrencyPound = CurrencyPound;
3054
- exports.CurrencyRuble = CurrencyRuble;
3055
- exports.CurrencyRupee = CurrencyRupee;
3056
- exports.CurrencyShekel = CurrencyShekel;
3057
- exports.CurrencyWon = CurrencyWon;
3058
- exports.CurrencyYen = CurrencyYen;
3059
- exports.Cursor_1 = Cursor_1;
3060
- exports.Cursor_2 = Cursor_2;
3061
- exports.Customer = Customer;
3062
- exports.CustomerService = CustomerService;
3063
- exports.Cut = Cut;
3064
- exports.CutOut = CutOut;
3065
- exports.Cyclist = Cyclist;
3066
- exports.Dashboard = Dashboard;
3067
- exports.DashboardReference = DashboardReference;
3068
- exports.DataAccessor = DataAccessor;
3069
- exports.DataAnalytics = DataAnalytics;
3070
- exports.DataBackup = DataBackup;
3071
- exports.DataBase = DataBase;
3072
- exports.DataBaseAlt = DataBaseAlt;
3073
- exports.DataBin = DataBin;
3074
- exports.DataBlob = DataBlob;
3075
- exports.DataCategorical = DataCategorical;
3076
- exports.DataCenter = DataCenter;
3077
- exports.DataCheck = DataCheck;
3078
- exports.DataClass = DataClass;
3079
- exports.DataCollection = DataCollection;
3080
- exports.DataConnected = DataConnected;
3081
- exports.DataDefinition = DataDefinition;
3082
- exports.DataDiode = DataDiode;
3083
- exports.DataEnrichment = DataEnrichment;
3084
- exports.DataEnrichmentAdd = DataEnrichmentAdd;
3085
- exports.DataError = DataError;
3086
- exports.DataFormat = DataFormat;
3087
- exports.DataPlayer = DataPlayer;
3088
- exports.DataQualityDefinition = DataQualityDefinition;
3089
- exports.DataReference = DataReference;
3090
- exports.DataRefinery = DataRefinery;
3091
- exports.DataRefineryReference = DataRefineryReference;
3092
- exports.DataRegular = DataRegular;
3093
- exports.DataSet = DataSet;
3094
- exports.DataShare = DataShare;
3095
- exports.DataStructured = DataStructured;
3096
- exports.DataTable = DataTable;
3097
- exports.DataTableReference = DataTableReference;
3098
- exports.DataUnreal = DataUnreal;
3099
- exports.DataUnstructured = DataUnstructured;
3100
- exports.DataView = DataView;
3101
- exports.DataViewAlt = DataViewAlt;
3102
- exports.DataVis_1 = DataVis_1;
3103
- exports.DataVis_2 = DataVis_2;
3104
- exports.DataVis_3 = DataVis_3;
3105
- exports.DataVis_4 = DataVis_4;
3106
- exports.DataVolume = DataVolume;
3107
- exports.DataVolumeAlt = DataVolumeAlt;
3108
- exports.Data_1 = Data_1;
3109
- exports.Data_2 = Data_2;
3110
- exports.DatabaseDatastax = DatabaseDatastax;
3111
- exports.DatabaseElastic = DatabaseElastic;
3112
- exports.DatabaseEnterpriseDb2 = DatabaseEnterpriseDb2;
3113
- exports.DatabaseEnterprisedb = DatabaseEnterprisedb;
3114
- exports.DatabaseEtcd = DatabaseEtcd;
3115
- exports.DatabaseMessaging = DatabaseMessaging;
3116
- exports.DatabaseMongodb = DatabaseMongodb;
3117
- exports.DatabasePostgreSql = DatabasePostgreSql;
3118
- exports.DatabaseRabbit = DatabaseRabbit;
3119
- exports.DatabaseRedis = DatabaseRedis;
3120
- exports.Datastore = Datastore;
3121
- exports.Db2BufferPool = Db2BufferPool;
3122
- exports.Db2DataSharingGroup = Db2DataSharingGroup;
3123
- exports.Db2Database = Db2Database;
3124
- exports.Debug = Debug;
3125
- exports.DecisionNode = DecisionNode;
3126
- exports.QCU1 = QCU1;
3127
- exports.QCU3 = QCU3;
3128
- exports.QCY = QCY;
3129
- exports.QCZ = QCZ;
3130
- exports.WatsonHealthContourDraw = WatsonHealthContourDraw;
3131
- exports.WatsonHealthContourEdit = WatsonHealthContourEdit;
3132
- exports.WatsonHealthContourFinding = WatsonHealthContourFinding;
3133
- exports.WatsonHealthCrossReference = WatsonHealthCrossReference;
3134
- exports.WatsonHealthCutInHalf = WatsonHealthCutInHalf;