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