@carbon-labs/react-animated-header 0.1.0

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