@carbon/ibm-products 2.30.0 → 2.31.0-alpha.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. package/css/index-full-carbon.css +242 -23
  2. package/css/index-full-carbon.css.map +1 -1
  3. package/css/index-full-carbon.min.css +1 -1
  4. package/css/index-full-carbon.min.css.map +1 -1
  5. package/css/index-without-carbon-released-only.css +4 -4
  6. package/css/index-without-carbon-released-only.css.map +1 -1
  7. package/css/index-without-carbon-released-only.min.css +1 -1
  8. package/css/index-without-carbon-released-only.min.css.map +1 -1
  9. package/css/index-without-carbon.css +242 -23
  10. package/css/index-without-carbon.css.map +1 -1
  11. package/css/index-without-carbon.min.css +1 -1
  12. package/css/index-without-carbon.min.css.map +1 -1
  13. package/css/index.css +238 -19
  14. package/css/index.css.map +1 -1
  15. package/css/index.min.css +1 -1
  16. package/css/index.min.css.map +1 -1
  17. package/es/components/ComboButton/ComboButton.d.ts +38 -18
  18. package/es/components/ComboButton/ComboButton.js +25 -21
  19. package/es/components/ComboButton/ComboButtonItem/index.d.ts +22 -13
  20. package/es/components/Datagrid/Datagrid/addons/stateReducer.js +7 -0
  21. package/es/components/EditInPlace/EditInPlace.js +4 -5
  22. package/es/components/Nav/Nav.d.ts +3 -0
  23. package/es/components/Nav/Nav.js +154 -0
  24. package/es/components/Nav/NavItem.d.ts +35 -0
  25. package/es/components/Nav/NavItem.js +149 -0
  26. package/es/components/Nav/NavItemLink.d.ts +3 -0
  27. package/es/components/Nav/NavItemLink.js +30 -0
  28. package/es/components/Nav/NavList.d.ts +4 -0
  29. package/es/components/Nav/NavList.js +168 -0
  30. package/es/components/Nav/index.d.ts +3 -0
  31. package/es/components/Tearsheet/TearsheetShell.js +22 -7
  32. package/es/components/index.d.ts +1 -0
  33. package/es/global/js/package-settings.d.ts +1 -0
  34. package/es/global/js/package-settings.js +1 -0
  35. package/es/index.js +1 -0
  36. package/es/node_modules/@carbon/icon-helpers/es/index.js +140 -0
  37. package/es/node_modules/@carbon/icons-react/es/Icon.js +73 -0
  38. package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +3091 -0
  39. package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +3004 -0
  40. package/es/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +14 -0
  41. package/es/settings.d.ts +1 -0
  42. package/lib/components/ComboButton/ComboButton.d.ts +38 -18
  43. package/lib/components/ComboButton/ComboButton.js +24 -20
  44. package/lib/components/ComboButton/ComboButtonItem/index.d.ts +22 -13
  45. package/lib/components/Datagrid/Datagrid/addons/stateReducer.js +7 -0
  46. package/lib/components/EditInPlace/EditInPlace.js +4 -5
  47. package/lib/components/Nav/Nav.d.ts +3 -0
  48. package/lib/components/Nav/Nav.js +161 -0
  49. package/lib/components/Nav/NavItem.d.ts +35 -0
  50. package/lib/components/Nav/NavItem.js +160 -0
  51. package/lib/components/Nav/NavItemLink.d.ts +3 -0
  52. package/lib/components/Nav/NavItemLink.js +38 -0
  53. package/lib/components/Nav/NavList.d.ts +4 -0
  54. package/lib/components/Nav/NavList.js +179 -0
  55. package/lib/components/Nav/index.d.ts +3 -0
  56. package/lib/components/Tearsheet/TearsheetShell.js +22 -7
  57. package/lib/components/index.d.ts +1 -0
  58. package/lib/global/js/package-settings.d.ts +1 -0
  59. package/lib/global/js/package-settings.js +1 -0
  60. package/lib/index.js +5 -0
  61. package/lib/node_modules/@carbon/icon-helpers/es/index.js +145 -0
  62. package/lib/node_modules/@carbon/icons-react/es/Icon.js +81 -0
  63. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +3223 -0
  64. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +3136 -0
  65. package/lib/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +18 -0
  66. package/lib/settings.d.ts +1 -0
  67. package/package.json +3 -3
  68. package/scss/components/ComboButton/_combo-button.scss +19 -21
  69. package/scss/components/Nav/_carbon-imports.scss +9 -0
  70. package/scss/components/Nav/_index-with-carbon.scss +9 -0
  71. package/scss/components/Nav/_index.scss +8 -0
  72. package/scss/components/Nav/_nav.scss +259 -0
  73. package/scss/components/Tearsheet/_tearsheet.scss +24 -6
  74. package/scss/components/_index-with-carbon.scss +1 -0
  75. package/scss/components/_index.scss +1 -0
@@ -0,0 +1,3091 @@
1
+ /**
2
+ * Copyright IBM Corp. 2020, 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 { objectWithoutProperties as _objectWithoutProperties, objectSpread2 as _objectSpread2 } from '../../../../../_virtual/_rollupPluginBabelHelpers.js';
9
+ import React__default from 'react';
10
+ import Icon from '../Icon.js';
11
+ import { i as iconPropTypes } from '../iconPropTypes-4cbeb95d.js';
12
+
13
+ var _excluded = ["children", "size"],
14
+ _excluded2 = ["children", "size"],
15
+ _excluded3 = ["children", "size"],
16
+ _excluded4 = ["children", "size"],
17
+ _excluded5 = ["children", "size"],
18
+ _excluded6 = ["children", "size"],
19
+ _excluded7 = ["children", "size"],
20
+ _excluded8 = ["children", "size"],
21
+ _excluded9 = ["children", "size"],
22
+ _excluded10 = ["children", "size"],
23
+ _excluded11 = ["children", "size"],
24
+ _excluded12 = ["children", "size"],
25
+ _excluded13 = ["children", "size"],
26
+ _excluded14 = ["children", "size"],
27
+ _excluded15 = ["children", "size"],
28
+ _excluded16 = ["children", "size"],
29
+ _excluded17 = ["children", "size"],
30
+ _excluded18 = ["children", "size"],
31
+ _excluded19 = ["children", "size"],
32
+ _excluded20 = ["children", "size"],
33
+ _excluded21 = ["children", "size"],
34
+ _excluded22 = ["children", "size"],
35
+ _excluded23 = ["children", "size"],
36
+ _excluded24 = ["children", "size"],
37
+ _excluded25 = ["children", "size"],
38
+ _excluded26 = ["children", "size"],
39
+ _excluded27 = ["children", "size"],
40
+ _excluded28 = ["children", "size"],
41
+ _excluded29 = ["children", "size"],
42
+ _excluded30 = ["children", "size"],
43
+ _excluded31 = ["children", "size"],
44
+ _excluded32 = ["children", "size"],
45
+ _excluded33 = ["children", "size"],
46
+ _excluded34 = ["children", "size"],
47
+ _excluded35 = ["children", "size"],
48
+ _excluded36 = ["children", "size"],
49
+ _excluded37 = ["children", "size"],
50
+ _excluded38 = ["children", "size"],
51
+ _excluded39 = ["children", "size"],
52
+ _excluded40 = ["children", "size"],
53
+ _excluded41 = ["children", "size"],
54
+ _excluded42 = ["children", "size"],
55
+ _excluded43 = ["children", "size"],
56
+ _excluded44 = ["children", "size"],
57
+ _excluded45 = ["children", "size"],
58
+ _excluded46 = ["children", "size"],
59
+ _excluded47 = ["children", "size"],
60
+ _excluded48 = ["children", "size"],
61
+ _excluded49 = ["children", "size"],
62
+ _excluded50 = ["children", "size"],
63
+ _excluded51 = ["children", "size"],
64
+ _excluded52 = ["children", "size"],
65
+ _excluded53 = ["children", "size"],
66
+ _excluded54 = ["children", "size"],
67
+ _excluded55 = ["children", "size"],
68
+ _excluded56 = ["children", "size"],
69
+ _excluded57 = ["children", "size"],
70
+ _excluded58 = ["children", "size"],
71
+ _excluded59 = ["children", "size"],
72
+ _excluded60 = ["children", "size"],
73
+ _excluded61 = ["children", "size"],
74
+ _excluded62 = ["children", "size"],
75
+ _excluded63 = ["children", "size"],
76
+ _excluded64 = ["children", "size"],
77
+ _excluded65 = ["children", "size"],
78
+ _excluded66 = ["children", "size"],
79
+ _excluded67 = ["children", "size"],
80
+ _excluded68 = ["children", "size"],
81
+ _excluded69 = ["children", "size"],
82
+ _excluded70 = ["children", "size"],
83
+ _excluded71 = ["children", "size"],
84
+ _excluded72 = ["children", "size"],
85
+ _excluded73 = ["children", "size"],
86
+ _excluded74 = ["children", "size"],
87
+ _excluded75 = ["children", "size"],
88
+ _excluded76 = ["children", "size"],
89
+ _excluded77 = ["children", "size"],
90
+ _excluded78 = ["children", "size"],
91
+ _excluded79 = ["children", "size"],
92
+ _excluded80 = ["children", "size"],
93
+ _excluded81 = ["children", "size"],
94
+ _excluded82 = ["children", "size"],
95
+ _excluded83 = ["children", "size"],
96
+ _excluded84 = ["children", "size"],
97
+ _excluded85 = ["children", "size"],
98
+ _excluded86 = ["children", "size"],
99
+ _excluded87 = ["children", "size"],
100
+ _excluded88 = ["children", "size"],
101
+ _excluded89 = ["children", "size"],
102
+ _excluded90 = ["children", "size"],
103
+ _excluded91 = ["children", "size"],
104
+ _excluded92 = ["children", "size"],
105
+ _excluded93 = ["children", "size"],
106
+ _excluded94 = ["children", "size"],
107
+ _excluded95 = ["children", "size"],
108
+ _excluded96 = ["children", "size"],
109
+ _excluded97 = ["children", "size"],
110
+ _excluded98 = ["children", "size"],
111
+ _excluded99 = ["children", "size"],
112
+ _excluded100 = ["children", "size"],
113
+ _excluded101 = ["children", "size"],
114
+ _excluded102 = ["children", "size"],
115
+ _excluded103 = ["children", "size"],
116
+ _excluded104 = ["children", "size"],
117
+ _excluded105 = ["children", "size"],
118
+ _excluded106 = ["children", "size"],
119
+ _excluded107 = ["children", "size"],
120
+ _excluded108 = ["children", "size"],
121
+ _excluded109 = ["children", "size"],
122
+ _excluded110 = ["children", "size"],
123
+ _excluded111 = ["children", "size"],
124
+ _excluded112 = ["children", "size"],
125
+ _excluded113 = ["children", "size"],
126
+ _excluded114 = ["children", "size"],
127
+ _excluded115 = ["children", "size"],
128
+ _excluded116 = ["children", "size"],
129
+ _excluded117 = ["children", "size"],
130
+ _excluded118 = ["children", "size"],
131
+ _excluded119 = ["children", "size"],
132
+ _excluded120 = ["children", "size"],
133
+ _excluded121 = ["children", "size"],
134
+ _excluded122 = ["children", "size"],
135
+ _excluded123 = ["children", "size"],
136
+ _excluded124 = ["children", "size"],
137
+ _excluded125 = ["children", "size"];
138
+ var _path, _path2, _path3, _path4, _path5, _circle, _path6, _circle2, _path7, _path8, _circle3, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _circle4, _circle5, _circle6, _circle7, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _circle8, _circle9, _circle10, _circle11, _circle12, _path110, _path111, _path112, _path113, _path114, _circle13, _circle14, _circle15, _path115, _circle16, _circle17, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _circle18, _circle19, _circle20, _circle21, _circle22, _path127, _path128, _path129, _path130, _circle23, _circle24, _circle25, _circle26, _circle27, _circle28, _circle29, _circle30, _circle31, _circle32, _circle33, _circle34, _circle35, _circle36, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _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, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213, _path214, _path215, _path216, _path217, _path218, _circle37, _circle38, _path219, _path220, _path221, _path222, _path223, _path224, _path225, _circle39, _path226, _path227, _circle40, _path228;
139
+ var CautionInverted = /*#__PURE__*/React__default.forwardRef(function CautionInverted(_ref, ref) {
140
+ var children = _ref.children,
141
+ _ref$size = _ref.size,
142
+ size = _ref$size === void 0 ? 16 : _ref$size,
143
+ rest = _objectWithoutProperties(_ref, _excluded);
144
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
145
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
146
+ width: size,
147
+ height: size,
148
+ ref: ref,
149
+ xmlns: "http://www.w3.org/2000/svg",
150
+ viewBox: "0 0 16 16",
151
+ fill: "currentColor"
152
+ }, rest), _path || (_path = /*#__PURE__*/React__default.createElement("path", {
153
+ d: "M8 14L2 3 14 3 8 14z"
154
+ })), children);
155
+ }
156
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
157
+ width: size,
158
+ height: size,
159
+ ref: ref,
160
+ xmlns: "http://www.w3.org/2000/svg",
161
+ viewBox: "0 0 16 16",
162
+ fill: "currentColor"
163
+ }, rest), _path2 || (_path2 = /*#__PURE__*/React__default.createElement("path", {
164
+ d: "M8 14L2 3 14 3 8 14z"
165
+ })), children);
166
+ });
167
+ if (process.env.NODE_ENV !== "production") {
168
+ CautionInverted.propTypes = iconPropTypes;
169
+ }
170
+ var QCcX = /*#__PURE__*/React__default.forwardRef(function QCcX(_ref2, ref) {
171
+ var children = _ref2.children,
172
+ _ref2$size = _ref2.size,
173
+ size = _ref2$size === void 0 ? 16 : _ref2$size,
174
+ rest = _objectWithoutProperties(_ref2, _excluded2);
175
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
176
+ width: size,
177
+ height: size,
178
+ ref: ref,
179
+ xmlns: "http://www.w3.org/2000/svg",
180
+ viewBox: "0 0 32 32",
181
+ fill: "currentColor"
182
+ }, rest), _path3 || (_path3 = /*#__PURE__*/React__default.createElement("path", {
183
+ d: "M10 23H5a2 2 0 01-2-2V15a2 2 0 012-2h5v2H5v6h5zM19 23H14a2 2 0 01-2-2V15a2 2 0 012-2h5v2H14v6h5zM29 9L27 9 25 15 23 9 21 9 23.75 16 21 23 23 23 25 17 27 23 29 23 26.25 16 29 9z"
184
+ })), children);
185
+ });
186
+ if (process.env.NODE_ENV !== "production") {
187
+ QCcX.propTypes = iconPropTypes;
188
+ }
189
+ var WatsonHealthCdArchive = /*#__PURE__*/React__default.forwardRef(function WatsonHealthCdArchive(_ref3, ref) {
190
+ var children = _ref3.children,
191
+ _ref3$size = _ref3.size,
192
+ size = _ref3$size === void 0 ? 16 : _ref3$size,
193
+ rest = _objectWithoutProperties(_ref3, _excluded3);
194
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
195
+ width: size,
196
+ height: size,
197
+ ref: ref,
198
+ xmlns: "http://www.w3.org/2000/svg",
199
+ viewBox: "0 0 32 32",
200
+ fill: "currentColor"
201
+ }, rest), _path4 || (_path4 = /*#__PURE__*/React__default.createElement("path", {
202
+ d: "M16,28A12,12,0,1,1,28,16,12,12,0,0,1,16,28ZM16,6A10,10,0,1,0,26,16,10,10,0,0,0,16,6Z"
203
+ })), _path5 || (_path5 = /*#__PURE__*/React__default.createElement("path", {
204
+ d: "M16,22a6,6,0,1,1,6-6A6,6,0,0,1,16,22Zm0-10a4,4,0,1,0,4,4A4,4,0,0,0,16,12Z"
205
+ })), _circle || (_circle = /*#__PURE__*/React__default.createElement("circle", {
206
+ cx: "16",
207
+ cy: "16",
208
+ r: "2"
209
+ })), children);
210
+ });
211
+ if (process.env.NODE_ENV !== "production") {
212
+ WatsonHealthCdArchive.propTypes = iconPropTypes;
213
+ }
214
+ var WatsonHealthCdCreateArchive = /*#__PURE__*/React__default.forwardRef(function WatsonHealthCdCreateArchive(_ref4, ref) {
215
+ var children = _ref4.children,
216
+ _ref4$size = _ref4.size,
217
+ size = _ref4$size === void 0 ? 16 : _ref4$size,
218
+ rest = _objectWithoutProperties(_ref4, _excluded4);
219
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
220
+ width: size,
221
+ height: size,
222
+ ref: ref,
223
+ xmlns: "http://www.w3.org/2000/svg",
224
+ viewBox: "0 0 32 32",
225
+ fill: "currentColor"
226
+ }, rest), _path6 || (_path6 = /*#__PURE__*/React__default.createElement("path", {
227
+ d: "M14,20a6,6,0,1,1,6-6A6,6,0,0,1,14,20Zm0-10a4,4,0,1,0,4,4A4,4,0,0,0,14,10Z"
228
+ })), _circle2 || (_circle2 = /*#__PURE__*/React__default.createElement("circle", {
229
+ cx: "14",
230
+ cy: "14",
231
+ r: "2"
232
+ })), _path7 || (_path7 = /*#__PURE__*/React__default.createElement("path", {
233
+ d: "M17,23.54A10,10,0,1,1,24,14c0,.34,0,.67-.05,1h2c0-.33.05-.66.05-1A12,12,0,1,0,14,26a12.33,12.33,0,0,0,3-.39Z"
234
+ })), _path8 || (_path8 = /*#__PURE__*/React__default.createElement("path", {
235
+ d: "M25,30l-2.14-1A5,5,0,0,1,20,24.47V18H30v6.47A5,5,0,0,1,27.14,29ZM22,20v4.47a3,3,0,0,0,1.72,2.71l1.28.61,1.28-.61A3,3,0,0,0,28,24.47V20Z"
236
+ })), children);
237
+ });
238
+ if (process.env.NODE_ENV !== "production") {
239
+ WatsonHealthCdCreateArchive.propTypes = iconPropTypes;
240
+ }
241
+ var WatsonHealthCdCreateExchange = /*#__PURE__*/React__default.forwardRef(function WatsonHealthCdCreateExchange(_ref5, ref) {
242
+ var children = _ref5.children,
243
+ _ref5$size = _ref5.size,
244
+ size = _ref5$size === void 0 ? 16 : _ref5$size,
245
+ rest = _objectWithoutProperties(_ref5, _excluded5);
246
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
247
+ width: size,
248
+ height: size,
249
+ ref: ref,
250
+ xmlns: "http://www.w3.org/2000/svg",
251
+ viewBox: "0 0 32 32",
252
+ fill: "currentColor"
253
+ }, rest), _circle3 || (_circle3 = /*#__PURE__*/React__default.createElement("circle", {
254
+ cx: "14",
255
+ cy: "14",
256
+ r: "2"
257
+ })), _path9 || (_path9 = /*#__PURE__*/React__default.createElement("path", {
258
+ d: "M14,2a12,12,0,0,0,0,24V24A10,10,0,1,1,24,14,8.27,8.27,0,0,1,24,15h2c0-.33.05-.66.05-1A12,12,0,0,0,14,2Z"
259
+ })), _path10 || (_path10 = /*#__PURE__*/React__default.createElement("path", {
260
+ d: "M17 24L26.17 24 23.58 26.59 25 28 30 23 25 18 23.58 19.42 26.17 22 17 22 17 24zM14 20a6 6 0 116-6A6 6 0 0114 20zm0-10a4 4 0 104 4A4 4 0 0014 10z"
261
+ })), children);
262
+ });
263
+ if (process.env.NODE_ENV !== "production") {
264
+ WatsonHealthCdCreateExchange.propTypes = iconPropTypes;
265
+ }
266
+ var Cda = /*#__PURE__*/React__default.forwardRef(function Cda(_ref6, ref) {
267
+ var children = _ref6.children,
268
+ _ref6$size = _ref6.size,
269
+ size = _ref6$size === void 0 ? 16 : _ref6$size,
270
+ rest = _objectWithoutProperties(_ref6, _excluded6);
271
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
272
+ width: size,
273
+ height: size,
274
+ ref: ref,
275
+ xmlns: "http://www.w3.org/2000/svg",
276
+ viewBox: "0 0 32 32",
277
+ fill: "currentColor"
278
+ }, rest), _path11 || (_path11 = /*#__PURE__*/React__default.createElement("path", {
279
+ d: "M28 9H24a2.002 2.002 0 00-2 2V23h2V18h4v5h2V11A2.0023 2.0023 0 0028 9zm-4 7V11h4v5zM16 23H12V9h4a4.0042 4.0042 0 014 4v6A4.0039 4.0039 0 0116 23zm-2-2h2a2.0027 2.0027 0 002-2V13a2.0023 2.0023 0 00-2-2H14zM10 23H4a2.0023 2.0023 0 01-2-2V11A2.002 2.002 0 014 9h6v2H4V21h6z"
280
+ })), children);
281
+ });
282
+ if (process.env.NODE_ENV !== "production") {
283
+ Cda.propTypes = iconPropTypes;
284
+ }
285
+ var CellTower = /*#__PURE__*/React__default.forwardRef(function CellTower(_ref7, ref) {
286
+ var children = _ref7.children,
287
+ _ref7$size = _ref7.size,
288
+ size = _ref7$size === void 0 ? 16 : _ref7$size,
289
+ rest = _objectWithoutProperties(_ref7, _excluded7);
290
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
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), _path12 || (_path12 = /*#__PURE__*/React__default.createElement("path", {
298
+ d: "M25 11L25 16 17 16 17 11 15 11 15 16 7 16 7 11 5 11 5 23 7 23 7 18 10 18 10 30 12 30 12 18 15 18 15 23 17 23 17 18 20 18 20 30 22 30 22 18 25 18 25 23 27 23 27 11zM16 6c-1.7 0-3.2.7-4.2 1.8l1.4 1.4C13.9 8.4 14.9 8 16 8s2.1.4 2.8 1.2l1.4-1.4C19.2 6.7 17.7 6 16 6z"
299
+ })), _path13 || (_path13 = /*#__PURE__*/React__default.createElement("path", {
300
+ d: "M8.9,4.9l1.4,1.4C11.8,4.9,13.8,4,16,4s4.2,0.9,5.7,2.3l1.4-1.4C21.3,3.1,18.8,2,16,2S10.7,3.1,8.9,4.9z"
301
+ })), children);
302
+ });
303
+ if (process.env.NODE_ENV !== "production") {
304
+ CellTower.propTypes = iconPropTypes;
305
+ }
306
+ var CenterCircle = /*#__PURE__*/React__default.forwardRef(function CenterCircle(_ref8, ref) {
307
+ var children = _ref8.children,
308
+ _ref8$size = _ref8.size,
309
+ size = _ref8$size === void 0 ? 16 : _ref8$size,
310
+ rest = _objectWithoutProperties(_ref8, _excluded8);
311
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
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), _path14 || (_path14 = /*#__PURE__*/React__default.createElement("path", {
319
+ d: "M30,15H27.9492A12.0071,12.0071,0,0,0,17,4.0508V2H15V4.0508A12.0071,12.0071,0,0,0,4.0508,15H2v2H4.0508A12.0071,12.0071,0,0,0,15,27.9492V30h2V27.9492A12.0071,12.0071,0,0,0,27.9492,17H30ZM17,25.9492V22H15v3.9492A10.0166,10.0166,0,0,1,6.0508,17H10V15H6.0508A10.0166,10.0166,0,0,1,15,6.0508V10h2V6.0508A10.0166,10.0166,0,0,1,25.9492,15H22v2h3.9492A10.0166,10.0166,0,0,1,17,25.9492Z"
320
+ })), children);
321
+ });
322
+ if (process.env.NODE_ENV !== "production") {
323
+ CenterCircle.propTypes = iconPropTypes;
324
+ }
325
+ var CenterSquare = /*#__PURE__*/React__default.forwardRef(function CenterSquare(_ref9, ref) {
326
+ var children = _ref9.children,
327
+ _ref9$size = _ref9.size,
328
+ size = _ref9$size === void 0 ? 16 : _ref9$size,
329
+ rest = _objectWithoutProperties(_ref9, _excluded9);
330
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
331
+ width: size,
332
+ height: size,
333
+ ref: ref,
334
+ xmlns: "http://www.w3.org/2000/svg",
335
+ viewBox: "0 0 32 32",
336
+ fill: "currentColor"
337
+ }, rest), _path15 || (_path15 = /*#__PURE__*/React__default.createElement("path", {
338
+ d: "M6 12L4 12 4 4 12 4 12 6 6 6 6 12zM28 12L26 12 26 6 20 6 20 4 28 4 28 12zM12 28L4 28 4 20 6 20 6 26 12 26 12 28zM28 28L20 28 20 26 26 26 26 20 28 20 28 28zM15 10H17V14H15zM10 15H14V17H10zM18 15H22V17H18zM15 18H17V22H15z"
339
+ })), children);
340
+ });
341
+ if (process.env.NODE_ENV !== "production") {
342
+ CenterSquare.propTypes = iconPropTypes;
343
+ }
344
+ var CenterToFit = /*#__PURE__*/React__default.forwardRef(function CenterToFit(_ref10, ref) {
345
+ var children = _ref10.children,
346
+ _ref10$size = _ref10.size,
347
+ size = _ref10$size === void 0 ? 16 : _ref10$size,
348
+ rest = _objectWithoutProperties(_ref10, _excluded10);
349
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
350
+ width: size,
351
+ height: size,
352
+ ref: ref,
353
+ xmlns: "http://www.w3.org/2000/svg",
354
+ viewBox: "0 0 32 32",
355
+ fill: "currentColor"
356
+ }, rest), _path16 || (_path16 = /*#__PURE__*/React__default.createElement("path", {
357
+ d: "M8 2L2 2 2 8 4 8 4 4 8 4 8 2zM24 2L30 2 30 8 28 8 28 4 24 4 24 2zM8 30L2 30 2 24 4 24 4 28 8 28 8 30zM24 30L30 30 30 24 28 24 28 28 24 28 24 30zM24 24H8a2.0023 2.0023 0 01-2-2V10A2.0023 2.0023 0 018 8H24a2.0023 2.0023 0 012 2V22A2.0023 2.0023 0 0124 24zM8 10V22H24V10z"
358
+ })), children);
359
+ });
360
+ if (process.env.NODE_ENV !== "production") {
361
+ CenterToFit.propTypes = iconPropTypes;
362
+ }
363
+ var Certificate = /*#__PURE__*/React__default.forwardRef(function Certificate(_ref11, ref) {
364
+ var children = _ref11.children,
365
+ _ref11$size = _ref11.size,
366
+ size = _ref11$size === void 0 ? 16 : _ref11$size,
367
+ rest = _objectWithoutProperties(_ref11, _excluded11);
368
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
369
+ width: size,
370
+ height: size,
371
+ ref: ref,
372
+ xmlns: "http://www.w3.org/2000/svg",
373
+ viewBox: "0 0 32 32",
374
+ fill: "currentColor"
375
+ }, rest), _path17 || (_path17 = /*#__PURE__*/React__default.createElement("path", {
376
+ d: "M24 17L25.912 20.703 30 21.297 27 24 27.771 28 24 25.75 20.229 28 21 24 18 21.297 22.2 20.703 24 17zM6 16H12V18H6zM6 12H16V14H6zM6 8H16V10H6z"
377
+ })), _path18 || (_path18 = /*#__PURE__*/React__default.createElement("path", {
378
+ d: "M16,26H4V6H28V16h2V6a2,2,0,0,0-2-2H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H16Z"
379
+ })), children);
380
+ });
381
+ if (process.env.NODE_ENV !== "production") {
382
+ Certificate.propTypes = iconPropTypes;
383
+ }
384
+ var CertificateCheck = /*#__PURE__*/React__default.forwardRef(function CertificateCheck(_ref12, ref) {
385
+ var children = _ref12.children,
386
+ _ref12$size = _ref12.size,
387
+ size = _ref12$size === void 0 ? 16 : _ref12$size,
388
+ rest = _objectWithoutProperties(_ref12, _excluded12);
389
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
390
+ width: size,
391
+ height: size,
392
+ ref: ref,
393
+ xmlns: "http://www.w3.org/2000/svg",
394
+ viewBox: "0 0 32 32",
395
+ fill: "currentColor"
396
+ }, rest), _path19 || (_path19 = /*#__PURE__*/React__default.createElement("path", {
397
+ d: "M6 16H12V18H6zM6 12H16V14H6zM6 8H16V10H6z"
398
+ })), _path20 || (_path20 = /*#__PURE__*/React__default.createElement("path", {
399
+ d: "M14,26H4V6H28V16h2V6a2,2,0,0,0-2-2H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H14Z"
400
+ })), _path21 || (_path21 = /*#__PURE__*/React__default.createElement("path", {
401
+ d: "M22 25.59L19.41 23 18 24.41 22 28.41 30 20.41 28.59 19 22 25.59z"
402
+ })), children);
403
+ });
404
+ if (process.env.NODE_ENV !== "production") {
405
+ CertificateCheck.propTypes = iconPropTypes;
406
+ }
407
+ var ChangeCatalog = /*#__PURE__*/React__default.forwardRef(function ChangeCatalog(_ref13, ref) {
408
+ var children = _ref13.children,
409
+ _ref13$size = _ref13.size,
410
+ size = _ref13$size === void 0 ? 16 : _ref13$size,
411
+ rest = _objectWithoutProperties(_ref13, _excluded13);
412
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
413
+ width: size,
414
+ height: size,
415
+ ref: ref,
416
+ xmlns: "http://www.w3.org/2000/svg",
417
+ viewBox: "0 0 32 32",
418
+ fill: "currentColor"
419
+ }, rest), _path22 || (_path22 = /*#__PURE__*/React__default.createElement("path", {
420
+ d: "M24 24v2h2.4592A5.94 5.94 0 0122 28a6.0066 6.0066 0 01-6-6H14a7.9841 7.9841 0 0014 5.2651V30h2V24zM22 14a8.04 8.04 0 00-6 2.7349V14H14v6h6V18H17.5408A5.94 5.94 0 0122 16a6.0066 6.0066 0 016 6h2A8.0092 8.0092 0 0022 14z"
421
+ })), _path23 || (_path23 = /*#__PURE__*/React__default.createElement("path", {
422
+ d: "M12,28H6V24H8V22H6V17H8V15H6V10H8V8H6V4H24v8h2V4a2,2,0,0,0-2-2H6A2,2,0,0,0,4,4V8H2v2H4v5H2v2H4v5H2v2H4v4a2,2,0,0,0,2,2h6Z"
423
+ })), children);
424
+ });
425
+ if (process.env.NODE_ENV !== "production") {
426
+ ChangeCatalog.propTypes = iconPropTypes;
427
+ }
428
+ var CharacterDecimal = /*#__PURE__*/React__default.forwardRef(function CharacterDecimal(_ref14, ref) {
429
+ var children = _ref14.children,
430
+ _ref14$size = _ref14.size,
431
+ size = _ref14$size === void 0 ? 16 : _ref14$size,
432
+ rest = _objectWithoutProperties(_ref14, _excluded14);
433
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
434
+ width: size,
435
+ height: size,
436
+ ref: ref,
437
+ xmlns: "http://www.w3.org/2000/svg",
438
+ viewBox: "0 0 32 32",
439
+ fill: "currentColor"
440
+ }, rest), _path24 || (_path24 = /*#__PURE__*/React__default.createElement("path", {
441
+ d: "M21 15H23V17H21z"
442
+ })), _path25 || (_path25 = /*#__PURE__*/React__default.createElement("path", {
443
+ d: "M24 23H20a2.0023 2.0023 0 01-2-2V11a2.002 2.002 0 012-2h4a2.0023 2.0023 0 012 2V21A2.0027 2.0027 0 0124 23zM20 11h0V21h4V11zM11 15H13V17H11z"
444
+ })), _path26 || (_path26 = /*#__PURE__*/React__default.createElement("path", {
445
+ d: "M14 23H10a2.0023 2.0023 0 01-2-2V11a2.002 2.002 0 012-2h4a2.0023 2.0023 0 012 2V21A2.0027 2.0027 0 0114 23zM10 11h0V21h4V11zM4 21H6V23H4z"
446
+ })), children);
447
+ });
448
+ if (process.env.NODE_ENV !== "production") {
449
+ CharacterDecimal.propTypes = iconPropTypes;
450
+ }
451
+ var CharacterFraction = /*#__PURE__*/React__default.forwardRef(function CharacterFraction(_ref15, ref) {
452
+ var children = _ref15.children,
453
+ _ref15$size = _ref15.size,
454
+ size = _ref15$size === void 0 ? 16 : _ref15$size,
455
+ rest = _objectWithoutProperties(_ref15, _excluded15);
456
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
457
+ width: size,
458
+ height: size,
459
+ ref: ref,
460
+ xmlns: "http://www.w3.org/2000/svg",
461
+ viewBox: "0 0 32 32",
462
+ fill: "currentColor"
463
+ }, rest), _path27 || (_path27 = /*#__PURE__*/React__default.createElement("path", {
464
+ d: "M28,30H20V24a2.002,2.002,0,0,1,2-2h4V18H20V16h6a2.0023,2.0023,0,0,1,2,2v4a2.0023,2.0023,0,0,1-2,2H22v4h6Z"
465
+ })), _path28 || (_path28 = /*#__PURE__*/React__default.createElement("path", {
466
+ d: "M4.479 15.5H26.521V17.5H4.479z",
467
+ transform: "rotate(-45 15.5 16.5)"
468
+ })), _path29 || (_path29 = /*#__PURE__*/React__default.createElement("path", {
469
+ d: "M4.5 15.5L4.5 14.5 7.5 14.5 7.5 3.5 4.5 3.5 4.5 2.5 8.5 2.5 8.5 14.5 11.5 14.5 11.5 15.5 4.5 15.5z"
470
+ })), _path30 || (_path30 = /*#__PURE__*/React__default.createElement("path", {
471
+ d: "M8,3V15H8V3M9,2H4V4H7V14H4v2h8V14H9V2Z"
472
+ })), children);
473
+ });
474
+ if (process.env.NODE_ENV !== "production") {
475
+ CharacterFraction.propTypes = iconPropTypes;
476
+ }
477
+ var CharacterInteger = /*#__PURE__*/React__default.forwardRef(function CharacterInteger(_ref16, ref) {
478
+ var children = _ref16.children,
479
+ _ref16$size = _ref16.size,
480
+ size = _ref16$size === void 0 ? 16 : _ref16$size,
481
+ rest = _objectWithoutProperties(_ref16, _excluded16);
482
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
483
+ width: size,
484
+ height: size,
485
+ ref: ref,
486
+ xmlns: "http://www.w3.org/2000/svg",
487
+ viewBox: "0 0 32 32",
488
+ fill: "currentColor"
489
+ }, rest), _path31 || (_path31 = /*#__PURE__*/React__default.createElement("path", {
490
+ d: "M19.5 22.5L19.5 21.5 22.5 21.5 22.5 10.5 19.5 10.5 19.5 9.5 23.5 9.5 23.5 21.5 26.5 21.5 26.5 22.5 19.5 22.5z"
491
+ })), _path32 || (_path32 = /*#__PURE__*/React__default.createElement("path", {
492
+ d: "M23 10V22h0V10m1-1H19v2h3V21H19v2h8V21H24V9zM5 21H15V23H5zM15 13L11 13 11 9 9 9 9 13 5 13 5 15 9 15 9 19 11 19 11 15 15 15 15 13z"
493
+ })), children);
494
+ });
495
+ if (process.env.NODE_ENV !== "production") {
496
+ CharacterInteger.propTypes = iconPropTypes;
497
+ }
498
+ var CharacterLowerCase = /*#__PURE__*/React__default.forwardRef(function CharacterLowerCase(_ref17, ref) {
499
+ var children = _ref17.children,
500
+ _ref17$size = _ref17.size,
501
+ size = _ref17$size === void 0 ? 16 : _ref17$size,
502
+ rest = _objectWithoutProperties(_ref17, _excluded17);
503
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
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), _path33 || (_path33 = /*#__PURE__*/React__default.createElement("path", {
511
+ d: "M29 23H24a2.0027 2.0027 0 01-2-2V15a2.0023 2.0023 0 012-2h5v2H24v6h5zM18 13H14V9H12V23h6a2.0027 2.0027 0 002-2V15A2.0023 2.0023 0 0018 13zm-4 8V15h4v6zM8 13H3v2H8v2H4a2 2 0 00-2 2v2a2 2 0 002 2h6V15A2.0023 2.0023 0 008 13zm0 8H4V19H8z"
512
+ })), children);
513
+ });
514
+ if (process.env.NODE_ENV !== "production") {
515
+ CharacterLowerCase.propTypes = iconPropTypes;
516
+ }
517
+ var CharacterNegativeNumber = /*#__PURE__*/React__default.forwardRef(function CharacterNegativeNumber(_ref18, ref) {
518
+ var children = _ref18.children,
519
+ _ref18$size = _ref18.size,
520
+ size = _ref18$size === void 0 ? 16 : _ref18$size,
521
+ rest = _objectWithoutProperties(_ref18, _excluded18);
522
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
523
+ width: size,
524
+ height: size,
525
+ ref: ref,
526
+ xmlns: "http://www.w3.org/2000/svg",
527
+ viewBox: "0 0 32 32",
528
+ fill: "currentColor"
529
+ }, rest), _path34 || (_path34 = /*#__PURE__*/React__default.createElement("path", {
530
+ d: "M19.5 22.5L19.5 21.5 22.5 21.5 22.5 10.5 19.5 10.5 19.5 9.5 23.5 9.5 23.5 21.5 26.5 21.5 26.5 22.5 19.5 22.5z"
531
+ })), _path35 || (_path35 = /*#__PURE__*/React__default.createElement("path", {
532
+ d: "M23 10V22h0V10m1-1H19v2h3V21H19v2h8V21H24V9zM5 15H15V17H5z"
533
+ })), children);
534
+ });
535
+ if (process.env.NODE_ENV !== "production") {
536
+ CharacterNegativeNumber.propTypes = iconPropTypes;
537
+ }
538
+ var CharacterSentenceCase = /*#__PURE__*/React__default.forwardRef(function CharacterSentenceCase(_ref19, ref) {
539
+ var children = _ref19.children,
540
+ _ref19$size = _ref19.size,
541
+ size = _ref19$size === void 0 ? 16 : _ref19$size,
542
+ rest = _objectWithoutProperties(_ref19, _excluded19);
543
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
544
+ width: size,
545
+ height: size,
546
+ ref: ref,
547
+ xmlns: "http://www.w3.org/2000/svg",
548
+ viewBox: "0 0 32 32",
549
+ fill: "currentColor"
550
+ }, rest), _path36 || (_path36 = /*#__PURE__*/React__default.createElement("path", {
551
+ d: "M29 23H24a2.0027 2.0027 0 01-2-2V15a2.0023 2.0023 0 012-2h5v2H24v6h5zM18 13H14V9H12V23h6a2.0027 2.0027 0 002-2V15A2.0023 2.0023 0 0018 13zm-4 8V15h4v6zM8 9H4a2.002 2.002 0 00-2 2V23H4V18H8v5h2V11A2.002 2.002 0 008 9zM4 16V11H8v5z"
552
+ })), children);
553
+ });
554
+ if (process.env.NODE_ENV !== "production") {
555
+ CharacterSentenceCase.propTypes = iconPropTypes;
556
+ }
557
+ var CharacterUpperCase = /*#__PURE__*/React__default.forwardRef(function CharacterUpperCase(_ref20, ref) {
558
+ var children = _ref20.children,
559
+ _ref20$size = _ref20.size,
560
+ size = _ref20$size === void 0 ? 16 : _ref20$size,
561
+ rest = _objectWithoutProperties(_ref20, _excluded20);
562
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
563
+ width: size,
564
+ height: size,
565
+ ref: ref,
566
+ xmlns: "http://www.w3.org/2000/svg",
567
+ viewBox: "0 0 32 32",
568
+ fill: "currentColor"
569
+ }, rest), _path37 || (_path37 = /*#__PURE__*/React__default.createElement("path", {
570
+ d: "M30 23H24a2.0023 2.0023 0 01-2-2V11a2.002 2.002 0 012-2h6v2H24V21h6zM20 12a3.0033 3.0033 0 00-3-3H12V23h5a3.0033 3.0033 0 003-3V18a2.977 2.977 0 00-.78-2A2.9768 2.9768 0 0020 14zm-6-1h3a1.0013 1.0013 0 011 1v2a1.0013 1.0013 0 01-1 1H14zm4 9a1.0009 1.0009 0 01-1 1H14V17h3a1.0009 1.0009 0 011 1zM8 9H4a2.002 2.002 0 00-2 2V23H4V18H8v5h2V11A2.002 2.002 0 008 9zM4 16V11H8v5z"
571
+ })), children);
572
+ });
573
+ if (process.env.NODE_ENV !== "production") {
574
+ CharacterUpperCase.propTypes = iconPropTypes;
575
+ }
576
+ var CharacterWholeNumber = /*#__PURE__*/React__default.forwardRef(function CharacterWholeNumber(_ref21, ref) {
577
+ var children = _ref21.children,
578
+ _ref21$size = _ref21.size,
579
+ size = _ref21$size === void 0 ? 16 : _ref21$size,
580
+ rest = _objectWithoutProperties(_ref21, _excluded21);
581
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
582
+ width: size,
583
+ height: size,
584
+ ref: ref,
585
+ xmlns: "http://www.w3.org/2000/svg",
586
+ viewBox: "0 0 32 32",
587
+ fill: "currentColor"
588
+ }, rest), _path38 || (_path38 = /*#__PURE__*/React__default.createElement("path", {
589
+ d: "M28 9H22v2h6v4H24v2h4v4H22v2h6a2.0027 2.0027 0 002-2V11A2.0023 2.0023 0 0028 9zM20 23H12V17a2.002 2.002 0 012-2h4V11H12V9h6a2.0023 2.0023 0 012 2v4a2.0023 2.0023 0 01-2 2H14v4h6zM2.5 22.5L2.5 21.5 5.5 21.5 5.5 10.5 2.5 10.5 2.5 9.5 6.5 9.5 6.5 21.5 9.5 21.5 9.5 22.5 2.5 22.5z"
590
+ })), _path39 || (_path39 = /*#__PURE__*/React__default.createElement("path", {
591
+ d: "M6,10V22H6V10M7,9H2v2H5V21H2v2h8V21H7V9Z"
592
+ })), children);
593
+ });
594
+ if (process.env.NODE_ENV !== "production") {
595
+ CharacterWholeNumber.propTypes = iconPropTypes;
596
+ }
597
+ var CharacterPatterns = /*#__PURE__*/React__default.forwardRef(function CharacterPatterns(_ref22, ref) {
598
+ var children = _ref22.children,
599
+ _ref22$size = _ref22.size,
600
+ size = _ref22$size === void 0 ? 16 : _ref22$size,
601
+ rest = _objectWithoutProperties(_ref22, _excluded22);
602
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
603
+ width: size,
604
+ height: size,
605
+ ref: ref,
606
+ xmlns: "http://www.w3.org/2000/svg",
607
+ viewBox: "0 0 32 32",
608
+ fill: "currentColor"
609
+ }, rest), _path40 || (_path40 = /*#__PURE__*/React__default.createElement("path", {
610
+ d: "M6 26V17.8281l-3.5859 3.586L1 20l6-6 6 6-1.4141 1.4141L8 17.8281V26H18v2H8A2.0024 2.0024 0 016 26zM30 22L30 20 22 20 22 22 27.5 22 22 28 22 30 30 30 30 28 24.507 28 30 22zM26 6v8.1719l3.5859-3.586L31 12l-6 6-6-6 1.4141-1.4141L24 14.1719V6H14V4H24A2.0024 2.0024 0 0126 6zM8 2H3V4H8V6H4A2 2 0 002 8v2a2 2 0 002 2h6V4A2.0023 2.0023 0 008 2zm0 8H4V8H8z"
611
+ })), children);
612
+ });
613
+ if (process.env.NODE_ENV !== "production") {
614
+ CharacterPatterns.propTypes = iconPropTypes;
615
+ }
616
+ var ChargingStation = /*#__PURE__*/React__default.forwardRef(function ChargingStation(_ref23, ref) {
617
+ var children = _ref23.children,
618
+ _ref23$size = _ref23.size,
619
+ size = _ref23$size === void 0 ? 16 : _ref23$size,
620
+ rest = _objectWithoutProperties(_ref23, _excluded23);
621
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
622
+ width: size,
623
+ height: size,
624
+ ref: ref,
625
+ xmlns: "http://www.w3.org/2000/svg",
626
+ viewBox: "0 0 32 32",
627
+ fill: "currentColor"
628
+ }, rest), _path41 || (_path41 = /*#__PURE__*/React__default.createElement("path", {
629
+ d: "M11.857 21.514L10.143 20.486 12.234 17 7.234 17 11.143 10.486 12.857 11.514 10.766 15 15.766 15 11.857 21.514z"
630
+ })), _path42 || (_path42 = /*#__PURE__*/React__default.createElement("path", {
631
+ d: "M30,7H29V4H27V7H26v6h1V24.5a1.5,1.5,0,0,1-3,0V16a1,1,0,0,0-1-1H19V5a1,1,0,0,0-1-1H5A1,1,0,0,0,4,5V26H2v2H21V26H19V17h3v7.5a3.5,3.5,0,0,0,7,0V13h1ZM17,26H6V6H17Z"
632
+ })), children);
633
+ });
634
+ if (process.env.NODE_ENV !== "production") {
635
+ ChargingStation.propTypes = iconPropTypes;
636
+ }
637
+ var ChargingStationFilled = /*#__PURE__*/React__default.forwardRef(function ChargingStationFilled(_ref24, ref) {
638
+ var children = _ref24.children,
639
+ _ref24$size = _ref24.size,
640
+ size = _ref24$size === void 0 ? 16 : _ref24$size,
641
+ rest = _objectWithoutProperties(_ref24, _excluded24);
642
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
643
+ width: size,
644
+ height: size,
645
+ ref: ref,
646
+ xmlns: "http://www.w3.org/2000/svg",
647
+ viewBox: "0 0 32 32",
648
+ fill: "currentColor"
649
+ }, rest), _path43 || (_path43 = /*#__PURE__*/React__default.createElement("path", {
650
+ d: "M29,7V4H27V7H26v6h1V24.5a1.5,1.5,0,0,1-3,0V16a1,1,0,0,0-1-1H19V5a1,1,0,0,0-1-1H5A1,1,0,0,0,4,5V26H2v2H21V26H19V17h3v7.5a3.5,3.5,0,0,0,7,0V13h1V7ZM11.8574,21.5146l-1.7148-1.0292L12.2339,17h-5l3.9087-6.5146,1.7148,1.0292L10.7661,15h5Z"
651
+ })), _path44 || (_path44 = /*#__PURE__*/React__default.createElement("path", {
652
+ fill: "none",
653
+ d: "M11.857 21.514L10.143 20.486 12.234 17 7.234 17 11.143 10.486 12.857 11.514 10.766 15 15.766 15 11.857 21.514z",
654
+ "data-icon-path": "inner-path"
655
+ })), children);
656
+ });
657
+ if (process.env.NODE_ENV !== "production") {
658
+ ChargingStationFilled.propTypes = iconPropTypes;
659
+ }
660
+ var Chart_3D = /*#__PURE__*/React__default.forwardRef(function Chart_3D(_ref25, ref) {
661
+ var children = _ref25.children,
662
+ _ref25$size = _ref25.size,
663
+ size = _ref25$size === void 0 ? 16 : _ref25$size,
664
+ rest = _objectWithoutProperties(_ref25, _excluded25);
665
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
666
+ width: size,
667
+ height: size,
668
+ ref: ref,
669
+ xmlns: "http://www.w3.org/2000/svg",
670
+ viewBox: "0 0 32 32",
671
+ fill: "currentColor"
672
+ }, rest), _path45 || (_path45 = /*#__PURE__*/React__default.createElement("path", {
673
+ d: "M28,23v3.5859l-5-5V15a1,1,0,0,0-.5527-.8945L17,11.3818V5.8281l2.5859,2.586L21,7,16,2,11,7l1.4141,1.4141L15,5.8281v5.5537L9.5527,14.1055A1,1,0,0,0,9,15v6.5859l-5,5V23H2v7H9V28H5.4141l4.7832-4.7832,5.3554,2.6777a1.001,1.001,0,0,0,.8946,0l5.3554-2.6777L26.5859,28H23v2h7V23Zm-13,.3818-4-2V16.6182l4,2Zm1-6.5L12.2363,15,16,13.1182,19.7637,15Zm5,4.5-4,2V18.6182l4-2Z"
674
+ })), children);
675
+ });
676
+ if (process.env.NODE_ENV !== "production") {
677
+ Chart_3D.propTypes = iconPropTypes;
678
+ }
679
+ var ChartArea = /*#__PURE__*/React__default.forwardRef(function ChartArea(_ref26, ref) {
680
+ var children = _ref26.children,
681
+ _ref26$size = _ref26.size,
682
+ size = _ref26$size === void 0 ? 16 : _ref26$size,
683
+ rest = _objectWithoutProperties(_ref26, _excluded26);
684
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
685
+ width: size,
686
+ height: size,
687
+ ref: ref,
688
+ xmlns: "http://www.w3.org/2000/svg",
689
+ viewBox: "0 0 32 32",
690
+ fill: "currentColor"
691
+ }, rest), _path46 || (_path46 = /*#__PURE__*/React__default.createElement("path", {
692
+ d: "M20.4761,8.0151,13.4473,4.2109a2.0076,2.0076,0,0,0-2.1158.2051L4,10.001V2H2V28a2,2,0,0,0,2,2H30V5.7354ZM28,20.209l-7.62,1.8022-7.0288-2.8838a1.99,1.99,0,0,0-2.022.37L4,25.8359v-4.455l8.375-9.4,7.0186,5.62a2.0155,2.0155,0,0,0,2.0459.2119L28,14.6025ZM12.5239,5.9849l7.03,3.8042a2.012,2.012,0,0,0,1.3408.16L28,8.2646v4.1138L20.6187,16.02,13.6,10.4a1.99,1.99,0,0,0-2.6885.2642L4,18.3838v-5.87ZM4.5513,28,12.62,20.9888l7.0288,2.8838a1.9977,1.9977,0,0,0,1.147.0771L28,22.2612V28Z"
693
+ })), children);
694
+ });
695
+ if (process.env.NODE_ENV !== "production") {
696
+ ChartArea.propTypes = iconPropTypes;
697
+ }
698
+ var ChartAreaSmooth = /*#__PURE__*/React__default.forwardRef(function ChartAreaSmooth(_ref27, ref) {
699
+ var children = _ref27.children,
700
+ _ref27$size = _ref27.size,
701
+ size = _ref27$size === void 0 ? 16 : _ref27$size,
702
+ rest = _objectWithoutProperties(_ref27, _excluded27);
703
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
704
+ width: size,
705
+ height: size,
706
+ ref: ref,
707
+ xmlns: "http://www.w3.org/2000/svg",
708
+ viewBox: "0 0 32 32",
709
+ fill: "currentColor"
710
+ }, rest), _path47 || (_path47 = /*#__PURE__*/React__default.createElement("path", {
711
+ d: "M30,6.6143l-1.3152.4365A20.9218,20.9218,0,0,1,23,8c-1.7344,0-3.3225-.9072-5.0039-1.8682C16.1621,5.084,14.2656,4,12,4,9.123,4,5.9146,6.2061,4,7.772V2H2V28a2.0025,2.0025,0,0,0,2,2H30ZM4,20.2944C5.874,17.3765,9.56,13,12,13c1.6379,0,2.96,1.1016,4.36,2.2686C17.8965,16.5488,19.6379,18,22,18a9.4686,9.4686,0,0,0,6-2.5288v4.9556A13.0026,13.0026,0,0,1,22,22a13.8619,13.8619,0,0,1-4.6838-.9487A15.682,15.682,0,0,0,12,20c-2.927,0-6.0676,2.959-8,5.1577ZM12,6c1.7344,0,3.3225.9072,5.0039,1.8682C18.8379,8.916,20.7344,10,23,10a21.432,21.432,0,0,0,5-.6782v3.3213C27.3167,13.4463,24.9155,16,22,16c-1.6379,0-2.96-1.1016-4.36-2.2686C16.1035,12.4512,14.3621,11,12,11c-2.9358,0-6.0632,3.3394-8,5.8447V10.4238C5.5461,8.9658,9.2588,6,12,6ZM4.249,28C5.8623,25.9087,9.41,22,12,22a13.8619,13.8619,0,0,1,4.6838.9487A15.682,15.682,0,0,0,22,24a14.7362,14.7362,0,0,0,6-1.34V28Z"
712
+ })), children);
713
+ });
714
+ if (process.env.NODE_ENV !== "production") {
715
+ ChartAreaSmooth.propTypes = iconPropTypes;
716
+ }
717
+ var ChartAreaStepper = /*#__PURE__*/React__default.forwardRef(function ChartAreaStepper(_ref28, ref) {
718
+ var children = _ref28.children,
719
+ _ref28$size = _ref28.size,
720
+ size = _ref28$size === void 0 ? 16 : _ref28$size,
721
+ rest = _objectWithoutProperties(_ref28, _excluded28);
722
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
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), _path48 || (_path48 = /*#__PURE__*/React__default.createElement("path", {
730
+ d: "M22,10V6H10v6H4V2H2V28a2.0025,2.0025,0,0,0,2,2H30V10ZM12,14V8h8v4h8V22H22V16H12v6H4V14ZM4,28V24H14V18h6v6h8v4Z"
731
+ })), children);
732
+ });
733
+ if (process.env.NODE_ENV !== "production") {
734
+ ChartAreaStepper.propTypes = iconPropTypes;
735
+ }
736
+ var ChartAverage = /*#__PURE__*/React__default.forwardRef(function ChartAverage(_ref29, ref) {
737
+ var children = _ref29.children,
738
+ _ref29$size = _ref29.size,
739
+ size = _ref29$size === void 0 ? 16 : _ref29$size,
740
+ rest = _objectWithoutProperties(_ref29, _excluded29);
741
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
742
+ width: size,
743
+ height: size,
744
+ ref: ref,
745
+ xmlns: "http://www.w3.org/2000/svg",
746
+ viewBox: "0 0 32 32",
747
+ fill: "currentColor"
748
+ }, rest), _path49 || (_path49 = /*#__PURE__*/React__default.createElement("path", {
749
+ d: "M23,24c-3.5991,0-5.0293-4.1758-6.4126-8.2139C15.2764,11.9583,13.92,8,11,8a3.44,3.44,0,0,0-3.0532,2.3215L6.0513,9.6838C6.1016,9.5334,7.3218,6,11,6c4.3491,0,6.0122,4.8547,7.48,9.1379C19.6885,18.6667,20.83,22,23,22a3.44,3.44,0,0,0,3.0532-2.3215l1.8955.6377C27.8984,20.4666,26.6782,24,23,24Z"
750
+ })), _path50 || (_path50 = /*#__PURE__*/React__default.createElement("path", {
751
+ d: "M4,28V17H6V15H4V2H2V28a2,2,0,0,0,2,2H30V28Z"
752
+ })), _path51 || (_path51 = /*#__PURE__*/React__default.createElement("path", {
753
+ d: "M8 15H10V17H8zM12 15H14V17H12zM20 15H22V17H20zM24 15H26V17H24zM28 15H30V17H28z"
754
+ })), children);
755
+ });
756
+ if (process.env.NODE_ENV !== "production") {
757
+ ChartAverage.propTypes = iconPropTypes;
758
+ }
759
+ var ChartBar = /*#__PURE__*/React__default.forwardRef(function ChartBar(_ref30, ref) {
760
+ var children = _ref30.children,
761
+ _ref30$size = _ref30.size,
762
+ size = _ref30$size === void 0 ? 16 : _ref30$size,
763
+ rest = _objectWithoutProperties(_ref30, _excluded30);
764
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
765
+ width: size,
766
+ height: size,
767
+ ref: ref,
768
+ xmlns: "http://www.w3.org/2000/svg",
769
+ viewBox: "0 0 32 32",
770
+ fill: "currentColor"
771
+ }, rest), _path52 || (_path52 = /*#__PURE__*/React__default.createElement("path", {
772
+ d: "M4,2H2V28a2,2,0,0,0,2,2H30V28H4V25H26V17H4V13H18V5H4ZM24,19v4H4V19ZM16,7v4H4V7Z"
773
+ })), children);
774
+ });
775
+ if (process.env.NODE_ENV !== "production") {
776
+ ChartBar.propTypes = iconPropTypes;
777
+ }
778
+ var ChartBarFloating = /*#__PURE__*/React__default.forwardRef(function ChartBarFloating(_ref31, ref) {
779
+ var children = _ref31.children,
780
+ _ref31$size = _ref31.size,
781
+ size = _ref31$size === void 0 ? 16 : _ref31$size,
782
+ rest = _objectWithoutProperties(_ref31, _excluded31);
783
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
784
+ width: size,
785
+ height: size,
786
+ ref: ref,
787
+ xmlns: "http://www.w3.org/2000/svg",
788
+ viewBox: "0 0 32 32",
789
+ fill: "currentColor"
790
+ }, rest), _path53 || (_path53 = /*#__PURE__*/React__default.createElement("path", {
791
+ d: "M28 24H14V16H28zM16 22H26V18H16zM26 12H8V4H26zM10 10H24V6H10z"
792
+ })), _path54 || (_path54 = /*#__PURE__*/React__default.createElement("path", {
793
+ d: "M30,30H4a2.0023,2.0023,0,0,1-2-2V2H4V28H30Z"
794
+ })), children);
795
+ });
796
+ if (process.env.NODE_ENV !== "production") {
797
+ ChartBarFloating.propTypes = iconPropTypes;
798
+ }
799
+ var ChartBarOverlay = /*#__PURE__*/React__default.forwardRef(function ChartBarOverlay(_ref32, ref) {
800
+ var children = _ref32.children,
801
+ _ref32$size = _ref32.size,
802
+ size = _ref32$size === void 0 ? 16 : _ref32$size,
803
+ rest = _objectWithoutProperties(_ref32, _excluded32);
804
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
805
+ width: size,
806
+ height: size,
807
+ ref: ref,
808
+ xmlns: "http://www.w3.org/2000/svg",
809
+ viewBox: "0 0 32 32",
810
+ fill: "currentColor"
811
+ }, rest), _path55 || (_path55 = /*#__PURE__*/React__default.createElement("path", {
812
+ d: "M4,28V26H26V16H4V14H18V4H4V2H2V28a2,2,0,0,0,2,2H30V28ZM24,18v6H4V22H20V20H4V18ZM16,6v6H4V10h8V8H4V6Z"
813
+ })), children);
814
+ });
815
+ if (process.env.NODE_ENV !== "production") {
816
+ ChartBarOverlay.propTypes = iconPropTypes;
817
+ }
818
+ var ChartBarStacked = /*#__PURE__*/React__default.forwardRef(function ChartBarStacked(_ref33, ref) {
819
+ var children = _ref33.children,
820
+ _ref33$size = _ref33.size,
821
+ size = _ref33$size === void 0 ? 16 : _ref33$size,
822
+ rest = _objectWithoutProperties(_ref33, _excluded33);
823
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
824
+ width: size,
825
+ height: size,
826
+ ref: ref,
827
+ xmlns: "http://www.w3.org/2000/svg",
828
+ viewBox: "0 0 32 32",
829
+ fill: "currentColor"
830
+ }, rest), _path56 || (_path56 = /*#__PURE__*/React__default.createElement("path", {
831
+ d: "M4,28V25H26V17H4V13H18V5H4V2H2V28a2,2,0,0,0,2,2H30V28Zm20-5H14V19H24ZM16,11H10V7h6Z"
832
+ })), children);
833
+ });
834
+ if (process.env.NODE_ENV !== "production") {
835
+ ChartBarStacked.propTypes = iconPropTypes;
836
+ }
837
+ var ChartBarTarget = /*#__PURE__*/React__default.forwardRef(function ChartBarTarget(_ref34, ref) {
838
+ var children = _ref34.children,
839
+ _ref34$size = _ref34.size,
840
+ size = _ref34$size === void 0 ? 16 : _ref34$size,
841
+ rest = _objectWithoutProperties(_ref34, _excluded34);
842
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
843
+ width: size,
844
+ height: size,
845
+ ref: ref,
846
+ xmlns: "http://www.w3.org/2000/svg",
847
+ viewBox: "0 0 32 32",
848
+ fill: "currentColor"
849
+ }, rest), _path57 || (_path57 = /*#__PURE__*/React__default.createElement("path", {
850
+ d: "M28 17H30V25H28zM20 5H22V13H20z"
851
+ })), _path58 || (_path58 = /*#__PURE__*/React__default.createElement("path", {
852
+ d: "M4,2H2V28a2,2,0,0,0,2,2H30V28H4V25H26V17H4V13H18V5H4ZM24,19v4H4V19ZM16,7v4H4V7Z"
853
+ })), children);
854
+ });
855
+ if (process.env.NODE_ENV !== "production") {
856
+ ChartBarTarget.propTypes = iconPropTypes;
857
+ }
858
+ var ChartBubble = /*#__PURE__*/React__default.forwardRef(function ChartBubble(_ref35, ref) {
859
+ var children = _ref35.children,
860
+ _ref35$size = _ref35.size,
861
+ size = _ref35$size === void 0 ? 16 : _ref35$size,
862
+ rest = _objectWithoutProperties(_ref35, _excluded35);
863
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
864
+ width: size,
865
+ height: size,
866
+ ref: ref,
867
+ xmlns: "http://www.w3.org/2000/svg",
868
+ viewBox: "0 0 32 32",
869
+ fill: "currentColor"
870
+ }, rest), _path59 || (_path59 = /*#__PURE__*/React__default.createElement("path", {
871
+ d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
872
+ })), _path60 || (_path60 = /*#__PURE__*/React__default.createElement("path", {
873
+ d: "M10 16a2 2 0 11-2 2 2 2 0 012-2m0-2a4 4 0 104 4 4 4 0 00-4-4zM21 6a4 4 0 11-4 4 4 4 0 014-4m0-2a6 6 0 106 6 6 6 0 00-6-6zM24.5 21A1.5 1.5 0 1123 22.5 1.5 1.5 0 0124.5 21m0-2A3.5 3.5 0 1028 22.5 3.5 3.5 0 0024.5 19z"
874
+ })), children);
875
+ });
876
+ if (process.env.NODE_ENV !== "production") {
877
+ ChartBubble.propTypes = iconPropTypes;
878
+ }
879
+ var ChartBubblePacked = /*#__PURE__*/React__default.forwardRef(function ChartBubblePacked(_ref36, ref) {
880
+ var children = _ref36.children,
881
+ _ref36$size = _ref36.size,
882
+ size = _ref36$size === void 0 ? 16 : _ref36$size,
883
+ rest = _objectWithoutProperties(_ref36, _excluded36);
884
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
885
+ width: size,
886
+ height: size,
887
+ ref: ref,
888
+ xmlns: "http://www.w3.org/2000/svg",
889
+ viewBox: "0 0 32 32",
890
+ fill: "currentColor"
891
+ }, rest), _path61 || (_path61 = /*#__PURE__*/React__default.createElement("path", {
892
+ d: "M27.5322,17.1724A8.99,8.99,0,1,0,13.6074,5.88,5.9969,5.9969,0,1,0,5.051,13.2217a6.9967,6.9967,0,1,0,7.9942,11.4844A5.9981,5.9981,0,0,0,25,24c0-.1216-.011-.24-.0181-.3594a3.4873,3.4873,0,1,0,2.55-6.4682ZM21,4a7,7,0,1,1-7,7A7.0078,7.0078,0,0,1,21,4ZM8,4A4,4,0,1,1,4,8,4.0045,4.0045,0,0,1,8,4ZM19,28a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,19,28Z"
893
+ })), children);
894
+ });
895
+ if (process.env.NODE_ENV !== "production") {
896
+ ChartBubblePacked.propTypes = iconPropTypes;
897
+ }
898
+ var ChartBullet = /*#__PURE__*/React__default.forwardRef(function ChartBullet(_ref37, ref) {
899
+ var children = _ref37.children,
900
+ _ref37$size = _ref37.size,
901
+ size = _ref37$size === void 0 ? 16 : _ref37$size,
902
+ rest = _objectWithoutProperties(_ref37, _excluded37);
903
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
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), _path62 || (_path62 = /*#__PURE__*/React__default.createElement("path", {
911
+ d: "M30 22H16V21H14v1H2v6H14v1h2V28H30zM4 26V24H14v2zm24 0H16V24H28zM30 13H24V12H22v1H2v6H22v1h2V19h6zM4 17V15H22v2zm24 0H24V15h4zM30 4H10V3H8V4H2v6H8v1h2V10H30zM4 8V6H8V8zM28 8H10V6H28z"
912
+ })), children);
913
+ });
914
+ if (process.env.NODE_ENV !== "production") {
915
+ ChartBullet.propTypes = iconPropTypes;
916
+ }
917
+ var ChartCandlestick = /*#__PURE__*/React__default.forwardRef(function ChartCandlestick(_ref38, ref) {
918
+ var children = _ref38.children,
919
+ _ref38$size = _ref38.size,
920
+ size = _ref38$size === void 0 ? 16 : _ref38$size,
921
+ rest = _objectWithoutProperties(_ref38, _excluded38);
922
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
923
+ width: size,
924
+ height: size,
925
+ ref: ref,
926
+ xmlns: "http://www.w3.org/2000/svg",
927
+ viewBox: "0 0 32 32",
928
+ fill: "currentColor"
929
+ }, rest), _path63 || (_path63 = /*#__PURE__*/React__default.createElement("path", {
930
+ d: "M26 10H24V6H22v4H20V22h2v4h2V22h2zM24 20H22V12h2zM14 8H12V4H10V8H8V18h2v4h2V18h2zm-2 8H10V10h2z"
931
+ })), _path64 || (_path64 = /*#__PURE__*/React__default.createElement("path", {
932
+ d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
933
+ })), children);
934
+ });
935
+ if (process.env.NODE_ENV !== "production") {
936
+ ChartCandlestick.propTypes = iconPropTypes;
937
+ }
938
+ var ChartClusterBar = /*#__PURE__*/React__default.forwardRef(function ChartClusterBar(_ref39, ref) {
939
+ var children = _ref39.children,
940
+ _ref39$size = _ref39.size,
941
+ size = _ref39$size === void 0 ? 16 : _ref39$size,
942
+ rest = _objectWithoutProperties(_ref39, _excluded39);
943
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
944
+ width: size,
945
+ height: size,
946
+ ref: ref,
947
+ xmlns: "http://www.w3.org/2000/svg",
948
+ viewBox: "0 0 32 32",
949
+ fill: "currentColor"
950
+ }, rest), _path65 || (_path65 = /*#__PURE__*/React__default.createElement("path", {
951
+ d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
952
+ })), _path66 || (_path66 = /*#__PURE__*/React__default.createElement("path", {
953
+ d: "M10 16H12V26H10zM7 22H9V26H7zM26 8H28V26H26zM23 14H25V26H23z"
954
+ })), _path67 || (_path67 = /*#__PURE__*/React__default.createElement("path", {
955
+ d: "M15 12H17V26H15z",
956
+ transform: "rotate(-180 16 19)"
957
+ })), _path68 || (_path68 = /*#__PURE__*/React__default.createElement("path", {
958
+ d: "M18 18H20V26H18z",
959
+ transform: "rotate(-180 19 22)"
960
+ })), children);
961
+ });
962
+ if (process.env.NODE_ENV !== "production") {
963
+ ChartClusterBar.propTypes = iconPropTypes;
964
+ }
965
+ var ChartColumn = /*#__PURE__*/React__default.forwardRef(function ChartColumn(_ref40, ref) {
966
+ var children = _ref40.children,
967
+ _ref40$size = _ref40.size,
968
+ size = _ref40$size === void 0 ? 16 : _ref40$size,
969
+ rest = _objectWithoutProperties(_ref40, _excluded40);
970
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
971
+ width: size,
972
+ height: size,
973
+ ref: ref,
974
+ xmlns: "http://www.w3.org/2000/svg",
975
+ viewBox: "0 0 32 32",
976
+ fill: "currentColor"
977
+ }, rest), _path69 || (_path69 = /*#__PURE__*/React__default.createElement("path", {
978
+ d: "M27,28V6H19V28H15V14H7V28H4V2H2V28a2,2,0,0,0,2,2H30V28ZM13,28H9V16h4Zm12,0H21V8h4Z"
979
+ })), children);
980
+ });
981
+ if (process.env.NODE_ENV !== "production") {
982
+ ChartColumn.propTypes = iconPropTypes;
983
+ }
984
+ var ChartColumnFloating = /*#__PURE__*/React__default.forwardRef(function ChartColumnFloating(_ref41, ref) {
985
+ var children = _ref41.children,
986
+ _ref41$size = _ref41.size,
987
+ size = _ref41$size === void 0 ? 16 : _ref41$size,
988
+ rest = _objectWithoutProperties(_ref41, _excluded41);
989
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
990
+ width: size,
991
+ height: size,
992
+ ref: ref,
993
+ xmlns: "http://www.w3.org/2000/svg",
994
+ viewBox: "0 0 32 32",
995
+ fill: "currentColor"
996
+ }, rest), _path70 || (_path70 = /*#__PURE__*/React__default.createElement("path", {
997
+ d: "M28 22H20V4h8zm-6-2h4V6H22zM16 24H8V10h8zm-6-2h4V12H10z"
998
+ })), _path71 || (_path71 = /*#__PURE__*/React__default.createElement("path", {
999
+ d: "M30,30H4a2.0021,2.0021,0,0,1-2-2V2H4V28H30Z"
1000
+ })), children);
1001
+ });
1002
+ if (process.env.NODE_ENV !== "production") {
1003
+ ChartColumnFloating.propTypes = iconPropTypes;
1004
+ }
1005
+ var ChartColumnTarget = /*#__PURE__*/React__default.forwardRef(function ChartColumnTarget(_ref42, ref) {
1006
+ var children = _ref42.children,
1007
+ _ref42$size = _ref42.size,
1008
+ size = _ref42$size === void 0 ? 16 : _ref42$size,
1009
+ rest = _objectWithoutProperties(_ref42, _excluded42);
1010
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1011
+ width: size,
1012
+ height: size,
1013
+ ref: ref,
1014
+ xmlns: "http://www.w3.org/2000/svg",
1015
+ viewBox: "0 0 32 32",
1016
+ fill: "currentColor"
1017
+ }, rest), _path72 || (_path72 = /*#__PURE__*/React__default.createElement("path", {
1018
+ d: "M27 28V6H19V28H15V14H7V28H4V2H2V28a2 2 0 002 2H30V28zM13 28H9V16h4zm12 0H21V8h4zM19 2H27V4H19z"
1019
+ })), _path73 || (_path73 = /*#__PURE__*/React__default.createElement("path", {
1020
+ d: "M7 10H15V12H7z"
1021
+ })), children);
1022
+ });
1023
+ if (process.env.NODE_ENV !== "production") {
1024
+ ChartColumnTarget.propTypes = iconPropTypes;
1025
+ }
1026
+ var ChartCombo = /*#__PURE__*/React__default.forwardRef(function ChartCombo(_ref43, ref) {
1027
+ var children = _ref43.children,
1028
+ _ref43$size = _ref43.size,
1029
+ size = _ref43$size === void 0 ? 16 : _ref43$size,
1030
+ rest = _objectWithoutProperties(_ref43, _excluded43);
1031
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1032
+ width: size,
1033
+ height: size,
1034
+ ref: ref,
1035
+ xmlns: "http://www.w3.org/2000/svg",
1036
+ viewBox: "0 0 32 32",
1037
+ fill: "currentColor"
1038
+ }, rest), _path74 || (_path74 = /*#__PURE__*/React__default.createElement("path", {
1039
+ d: "M27,28V16H19V28H15V12H7V28H4V2H2V28a2,2,0,0,0,2,2H30V28ZM13,28H9V14h4Zm12,0H21V18h4Z"
1040
+ })), _path75 || (_path75 = /*#__PURE__*/React__default.createElement("path", {
1041
+ d: "M22.7856,14a1.9877,1.9877,0,0,1-1.1787-.3865L11.2041,5.987,8.2419,10,6.6374,8.8065l2.9812-4a1.9978,1.9978,0,0,1,2.749-.446l10.4214,7.64,3.6045-4.8613L28,8.3306l-3.6045,4.8611A2.0014,2.0014,0,0,1,22.7856,14Z"
1042
+ })), children);
1043
+ });
1044
+ if (process.env.NODE_ENV !== "production") {
1045
+ ChartCombo.propTypes = iconPropTypes;
1046
+ }
1047
+ var ChartComboStacked = /*#__PURE__*/React__default.forwardRef(function ChartComboStacked(_ref44, ref) {
1048
+ var children = _ref44.children,
1049
+ _ref44$size = _ref44.size,
1050
+ size = _ref44$size === void 0 ? 16 : _ref44$size,
1051
+ rest = _objectWithoutProperties(_ref44, _excluded44);
1052
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1053
+ width: size,
1054
+ height: size,
1055
+ ref: ref,
1056
+ xmlns: "http://www.w3.org/2000/svg",
1057
+ viewBox: "0 0 32 32",
1058
+ fill: "currentColor"
1059
+ }, rest), _path76 || (_path76 = /*#__PURE__*/React__default.createElement("path", {
1060
+ d: "M27,28V16H19V28H15V12H7V28H4V2H2V28a2,2,0,0,0,2,2H30V28ZM13,14v6H9V14Zm12,4v6H21V18Z"
1061
+ })), _path77 || (_path77 = /*#__PURE__*/React__default.createElement("path", {
1062
+ d: "M22.7856,14a1.9877,1.9877,0,0,1-1.1787-.3865L11.2041,5.987,8.2419,10,6.6374,8.8065l2.9812-4a1.9978,1.9978,0,0,1,2.749-.446l10.4214,7.64,3.6045-4.8613L28,8.3306l-3.6045,4.8611A2.0014,2.0014,0,0,1,22.7856,14Z"
1063
+ })), children);
1064
+ });
1065
+ if (process.env.NODE_ENV !== "production") {
1066
+ ChartComboStacked.propTypes = iconPropTypes;
1067
+ }
1068
+ var ChartCustom = /*#__PURE__*/React__default.forwardRef(function ChartCustom(_ref45, ref) {
1069
+ var children = _ref45.children,
1070
+ _ref45$size = _ref45.size,
1071
+ size = _ref45$size === void 0 ? 16 : _ref45$size,
1072
+ rest = _objectWithoutProperties(_ref45, _excluded45);
1073
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
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), _path78 || (_path78 = /*#__PURE__*/React__default.createElement("path", {
1081
+ d: "M29.707,19.293l-3-3a.9994.9994,0,0,0-1.414,0L16,25.5859V30h4.4141l9.2929-9.293A.9994.9994,0,0,0,29.707,19.293ZM19.5859,28H18V26.4141l5-5L24.5859,23ZM26,21.5859,24.4141,20,26,18.4141,27.5859,20Z"
1082
+ })), _path79 || (_path79 = /*#__PURE__*/React__default.createElement("path", {
1083
+ d: "M17 15H21V17H17z",
1084
+ transform: "rotate(-90 19 16)"
1085
+ })), _path80 || (_path80 = /*#__PURE__*/React__default.createElement("path", {
1086
+ d: "M12 14H18V16H12z",
1087
+ transform: "rotate(-90 15 15)"
1088
+ })), _path81 || (_path81 = /*#__PURE__*/React__default.createElement("path", {
1089
+ d: "M6 12H16V14H6z",
1090
+ transform: "rotate(-90 11 13)"
1091
+ })), _path82 || (_path82 = /*#__PURE__*/React__default.createElement("path", {
1092
+ d: "M12,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h6Z"
1093
+ })), children);
1094
+ });
1095
+ if (process.env.NODE_ENV !== "production") {
1096
+ ChartCustom.propTypes = iconPropTypes;
1097
+ }
1098
+ var ChartDualYAxis = /*#__PURE__*/React__default.forwardRef(function ChartDualYAxis(_ref46, ref) {
1099
+ var children = _ref46.children,
1100
+ _ref46$size = _ref46.size,
1101
+ size = _ref46$size === void 0 ? 16 : _ref46$size,
1102
+ rest = _objectWithoutProperties(_ref46, _excluded46);
1103
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1104
+ width: size,
1105
+ height: size,
1106
+ ref: ref,
1107
+ xmlns: "http://www.w3.org/2000/svg",
1108
+ viewBox: "0 0 32 32",
1109
+ fill: "currentColor"
1110
+ }, rest), _path83 || (_path83 = /*#__PURE__*/React__default.createElement("path", {
1111
+ d: "m28,2v5.7222l-7.5317,6.9521L12.3818,6.5879c-.3918-.3911-.9111-.5918-1.4302-.5879-.4644.0034-.9285.1714-1.301.4976l-5.6506,4.9443V2h-2v26c0,1.1025.8972,2,2,2h24c1.1028,0,2-.8975,2-2V2h-2Zm0,8.4438v11.7622l-6.1165-6.1162,6.1165-5.646Zm-17.0322-2.4414l8.0298,8.0298-3.2141,2.9668-3.4148-3.415c-.3711-.3706-.8564-.5674-1.3479-.584s-.9885.1475-1.3833.4932l-5.6375,4.9326v-6.3262l6.9678-6.0972Zm-6.9678,19.9976v-4.9165l6.9546-6.085,3.4146,3.4146c.3809.3809.8755.5771,1.374.5869s1.0007-.166,1.3967-.5312l3.2729-3.0215,7.5872,7.5869v2.9658H4Z"
1112
+ })), children);
1113
+ });
1114
+ if (process.env.NODE_ENV !== "production") {
1115
+ ChartDualYAxis.propTypes = iconPropTypes;
1116
+ }
1117
+ var ChartErrorBar = /*#__PURE__*/React__default.forwardRef(function ChartErrorBar(_ref47, ref) {
1118
+ var children = _ref47.children,
1119
+ _ref47$size = _ref47.size,
1120
+ size = _ref47$size === void 0 ? 16 : _ref47$size,
1121
+ rest = _objectWithoutProperties(_ref47, _excluded47);
1122
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1123
+ width: size,
1124
+ height: size,
1125
+ ref: ref,
1126
+ xmlns: "http://www.w3.org/2000/svg",
1127
+ viewBox: "0 0 32 32",
1128
+ fill: "currentColor"
1129
+ }, rest), _path84 || (_path84 = /*#__PURE__*/React__default.createElement("path", {
1130
+ d: "M22,28V12H18V8h2V6H14V8h2v4H12V28H4V2H2V28a2,2,0,0,0,2,2H30V28ZM14,14h2v4H14Zm6,14H14V20h6Zm0-10H18V14h2Z"
1131
+ })), children);
1132
+ });
1133
+ if (process.env.NODE_ENV !== "production") {
1134
+ ChartErrorBar.propTypes = iconPropTypes;
1135
+ }
1136
+ var ChartErrorBarAlt = /*#__PURE__*/React__default.forwardRef(function ChartErrorBarAlt(_ref48, ref) {
1137
+ var children = _ref48.children,
1138
+ _ref48$size = _ref48.size,
1139
+ size = _ref48$size === void 0 ? 16 : _ref48$size,
1140
+ rest = _objectWithoutProperties(_ref48, _excluded48);
1141
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1142
+ width: size,
1143
+ height: size,
1144
+ ref: ref,
1145
+ xmlns: "http://www.w3.org/2000/svg",
1146
+ viewBox: "0 0 32 32",
1147
+ fill: "currentColor"
1148
+ }, rest), _path85 || (_path85 = /*#__PURE__*/React__default.createElement("path", {
1149
+ d: "M14 10V8H8v2h2v4.1836a2.983 2.983 0 000 5.6328V24H8v2h6V24H12V19.8164a2.983 2.983 0 000-5.6328V10zM26 6V4H20V6h2V8.1836a2.983 2.983 0 000 5.6328V18H20v2h6V18H24V13.8164a2.983 2.983 0 000-5.6328V6z"
1150
+ })), _path86 || (_path86 = /*#__PURE__*/React__default.createElement("path", {
1151
+ d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
1152
+ })), children);
1153
+ });
1154
+ if (process.env.NODE_ENV !== "production") {
1155
+ ChartErrorBarAlt.propTypes = iconPropTypes;
1156
+ }
1157
+ var ChartEvaluation = /*#__PURE__*/React__default.forwardRef(function ChartEvaluation(_ref49, ref) {
1158
+ var children = _ref49.children,
1159
+ _ref49$size = _ref49.size,
1160
+ size = _ref49$size === void 0 ? 16 : _ref49$size,
1161
+ rest = _objectWithoutProperties(_ref49, _excluded49);
1162
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1163
+ width: size,
1164
+ height: size,
1165
+ ref: ref,
1166
+ xmlns: "http://www.w3.org/2000/svg",
1167
+ viewBox: "0 0 32 32",
1168
+ fill: "currentColor"
1169
+ }, rest), _path87 || (_path87 = /*#__PURE__*/React__default.createElement("path", {
1170
+ d: "M25.672 6.207H29.915V8.206H25.672z",
1171
+ transform: "rotate(-45.02 27.793 7.207)"
1172
+ })), _path88 || (_path88 = /*#__PURE__*/React__default.createElement("path", {
1173
+ d: "M16 20.5L11 15.539 12.59 13.969 16 17.349 23.41 10 25 11.579 16 20.5z"
1174
+ })), _path89 || (_path89 = /*#__PURE__*/React__default.createElement("path", {
1175
+ d: "M4,28V25.4131L10.4141,19,9,17.585l-5,5V2H2V28a2,2,0,0,0,2,2H30V28Z"
1176
+ })), children);
1177
+ });
1178
+ if (process.env.NODE_ENV !== "production") {
1179
+ ChartEvaluation.propTypes = iconPropTypes;
1180
+ }
1181
+ var ChartHighLow = /*#__PURE__*/React__default.forwardRef(function ChartHighLow(_ref50, ref) {
1182
+ var children = _ref50.children,
1183
+ _ref50$size = _ref50.size,
1184
+ size = _ref50$size === void 0 ? 16 : _ref50$size,
1185
+ rest = _objectWithoutProperties(_ref50, _excluded50);
1186
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1187
+ width: size,
1188
+ height: size,
1189
+ ref: ref,
1190
+ xmlns: "http://www.w3.org/2000/svg",
1191
+ viewBox: "0 0 32 32",
1192
+ fill: "currentColor"
1193
+ }, rest), _path90 || (_path90 = /*#__PURE__*/React__default.createElement("path", {
1194
+ d: "M15 8L12 8 12 6 10 6 10 20 7 20 7 22 10 22 10 24 12 24 12 10 15 10 15 8zM27 10L24 10 24 6 22 6 22 18 19 18 19 20 22 20 22 24 24 24 24 12 27 12 27 10z"
1195
+ })), _path91 || (_path91 = /*#__PURE__*/React__default.createElement("path", {
1196
+ d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
1197
+ })), children);
1198
+ });
1199
+ if (process.env.NODE_ENV !== "production") {
1200
+ ChartHighLow.propTypes = iconPropTypes;
1201
+ }
1202
+ var ChartHistogram = /*#__PURE__*/React__default.forwardRef(function ChartHistogram(_ref51, ref) {
1203
+ var children = _ref51.children,
1204
+ _ref51$size = _ref51.size,
1205
+ size = _ref51$size === void 0 ? 16 : _ref51$size,
1206
+ rest = _objectWithoutProperties(_ref51, _excluded51);
1207
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1208
+ width: size,
1209
+ height: size,
1210
+ ref: ref,
1211
+ xmlns: "http://www.w3.org/2000/svg",
1212
+ viewBox: "0 0 32 32",
1213
+ fill: "currentColor"
1214
+ }, rest), _path92 || (_path92 = /*#__PURE__*/React__default.createElement("path", {
1215
+ d: "M6,16c2.9727,0,4.2324-2.251,5.3447-4.2373C12.4741,9.7441,13.45,8,16,8s3.5259,1.7441,4.6553,3.7627C21.7676,13.749,23.0273,16,26,16h4V14H26c-1.7129,0-2.4834-1.2207-3.5991-3.2144C21.2075,8.6543,19.7231,6,16,6s-5.2075,2.6543-6.4009,4.7856C8.4834,12.7793,7.7129,14,6,14H4V2H2V28a2,2,0,0,0,2,2H30V28H28V22H26v6H21.9992L22,20H20v8H16V16H14V28H9.9992L10,20H8v8H4V16Z"
1216
+ })), children);
1217
+ });
1218
+ if (process.env.NODE_ENV !== "production") {
1219
+ ChartHistogram.propTypes = iconPropTypes;
1220
+ }
1221
+ var ChartLine = /*#__PURE__*/React__default.forwardRef(function ChartLine(_ref52, ref) {
1222
+ var children = _ref52.children,
1223
+ _ref52$size = _ref52.size,
1224
+ size = _ref52$size === void 0 ? 16 : _ref52$size,
1225
+ rest = _objectWithoutProperties(_ref52, _excluded52);
1226
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1227
+ width: size,
1228
+ height: size,
1229
+ ref: ref,
1230
+ xmlns: "http://www.w3.org/2000/svg",
1231
+ viewBox: "0 0 32 32",
1232
+ fill: "currentColor"
1233
+ }, rest), _path93 || (_path93 = /*#__PURE__*/React__default.createElement("path", {
1234
+ d: "M4.67,28l6.39-12,7.3,6.49a2,2,0,0,0,1.7.47,2,2,0,0,0,1.42-1.07L27,10.9,25.18,10,19.69,21l-7.3-6.49A2,2,0,0,0,10.71,14a2,2,0,0,0-1.42,1L4,25V2H2V28a2,2,0,0,0,2,2H30V28Z"
1235
+ })), children);
1236
+ });
1237
+ if (process.env.NODE_ENV !== "production") {
1238
+ ChartLine.propTypes = iconPropTypes;
1239
+ }
1240
+ var ChartLineData = /*#__PURE__*/React__default.forwardRef(function ChartLineData(_ref53, ref) {
1241
+ var children = _ref53.children,
1242
+ _ref53$size = _ref53.size,
1243
+ size = _ref53$size === void 0 ? 16 : _ref53$size,
1244
+ rest = _objectWithoutProperties(_ref53, _excluded53);
1245
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1246
+ width: size,
1247
+ height: size,
1248
+ ref: ref,
1249
+ xmlns: "http://www.w3.org/2000/svg",
1250
+ viewBox: "0 0 32 32",
1251
+ fill: "currentColor"
1252
+ }, rest), _path94 || (_path94 = /*#__PURE__*/React__default.createElement("path", {
1253
+ d: "M10.06,17.88A4.25,4.25,0,0,0,11,18a4,4,0,0,0,2.23-.68l3.22,2.87a3.88,3.88,0,0,0-.2,3.17A4,4,0,1,0,22.62,19l2.54-5.09a3.78,3.78,0,0,0,2.91-.53A4,4,0,1,0,23.38,13l-2.54,5.09A3.86,3.86,0,0,0,20,18a4,4,0,0,0-2.23.68l-3.22-2.87a3.88,3.88,0,0,0,.2-3.17A4,4,0,1,0,8.3,16.93L4,25V2H2V28a2,2,0,0,0,2,2H30V28H4.67ZM26,8a2,2,0,1,1-2,2A2,2,0,0,1,26,8ZM22,22a2,2,0,1,1-2-2A2,2,0,0,1,22,22ZM11,12a2,2,0,1,1-2,2A2,2,0,0,1,11,12Z"
1254
+ })), children);
1255
+ });
1256
+ if (process.env.NODE_ENV !== "production") {
1257
+ ChartLineData.propTypes = iconPropTypes;
1258
+ }
1259
+ var ChartLineSmooth = /*#__PURE__*/React__default.forwardRef(function ChartLineSmooth(_ref54, ref) {
1260
+ var children = _ref54.children,
1261
+ _ref54$size = _ref54.size,
1262
+ size = _ref54$size === void 0 ? 16 : _ref54$size,
1263
+ rest = _objectWithoutProperties(_ref54, _excluded54);
1264
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1265
+ width: size,
1266
+ height: size,
1267
+ ref: ref,
1268
+ xmlns: "http://www.w3.org/2000/svg",
1269
+ viewBox: "0 0 32 32",
1270
+ fill: "currentColor"
1271
+ }, rest), _path95 || (_path95 = /*#__PURE__*/React__default.createElement("path", {
1272
+ d: "M13,15c1.4854,0,2.5544,1.4966,3.6863,3.0811C17.9983,19.918,19.4854,22,22,22c5.6709,0,7.78-10.79,8-12l-1.9678-.3584C27.55,12.2827,25.3938,20,22,20c-1.4854,0-2.5544-1.4966-3.6863-3.0811C17.0017,15.082,15.5146,13,13,13c-4.186,0-7.4448,7.4043-9,11.7617V2H2V28a2.0025,2.0025,0,0,0,2,2H30V28H5.0439C6.5544,22.8574,9.9634,15,13,15Z"
1273
+ })), children);
1274
+ });
1275
+ if (process.env.NODE_ENV !== "production") {
1276
+ ChartLineSmooth.propTypes = iconPropTypes;
1277
+ }
1278
+ var ChartLogisticRegression = /*#__PURE__*/React__default.forwardRef(function ChartLogisticRegression(_ref55, ref) {
1279
+ var children = _ref55.children,
1280
+ _ref55$size = _ref55.size,
1281
+ size = _ref55$size === void 0 ? 16 : _ref55$size,
1282
+ rest = _objectWithoutProperties(_ref55, _excluded55);
1283
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1284
+ width: size,
1285
+ height: size,
1286
+ ref: ref,
1287
+ xmlns: "http://www.w3.org/2000/svg",
1288
+ viewBox: "0 0 32 32",
1289
+ fill: "currentColor"
1290
+ }, rest), _circle4 || (_circle4 = /*#__PURE__*/React__default.createElement("circle", {
1291
+ cx: "26",
1292
+ cy: "22",
1293
+ r: "2"
1294
+ })), _circle5 || (_circle5 = /*#__PURE__*/React__default.createElement("circle", {
1295
+ cx: "20",
1296
+ cy: "22",
1297
+ r: "2"
1298
+ })), _circle6 || (_circle6 = /*#__PURE__*/React__default.createElement("circle", {
1299
+ cx: "14",
1300
+ cy: "6",
1301
+ r: "2"
1302
+ })), _circle7 || (_circle7 = /*#__PURE__*/React__default.createElement("circle", {
1303
+ cx: "8",
1304
+ cy: "6",
1305
+ r: "2"
1306
+ })), _path96 || (_path96 = /*#__PURE__*/React__default.createElement("path", {
1307
+ d: "m8.2339,24c3.8799,0,7.311-2.4731,8.5383-6.1543l2.353-7.0591c.9543-2.8628,3.6233-4.7866,6.6409-4.7866h4.2339v-2h-4.2339c-3.8799,0-7.311,2.4731-8.5383,6.1543l-2.353,7.0591c-.9543,2.8628-3.6233,4.7866-6.6409,4.7866h-4.2339V2h-2v26c0,1.1025.897,2,2,2h26v-2H4v-4h4.2339Z"
1308
+ })), children);
1309
+ });
1310
+ if (process.env.NODE_ENV !== "production") {
1311
+ ChartLogisticRegression.propTypes = iconPropTypes;
1312
+ }
1313
+ var ChartMarimekko = /*#__PURE__*/React__default.forwardRef(function ChartMarimekko(_ref56, ref) {
1314
+ var children = _ref56.children,
1315
+ _ref56$size = _ref56.size,
1316
+ size = _ref56$size === void 0 ? 16 : _ref56$size,
1317
+ rest = _objectWithoutProperties(_ref56, _excluded56);
1318
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1319
+ width: size,
1320
+ height: size,
1321
+ ref: ref,
1322
+ xmlns: "http://www.w3.org/2000/svg",
1323
+ viewBox: "0 0 32 32",
1324
+ fill: "currentColor"
1325
+ }, rest), _path97 || (_path97 = /*#__PURE__*/React__default.createElement("path", {
1326
+ 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,7H21V5h6ZM19,8H13V5h6Zm0,2v8H13V10ZM11,22H5V12h6Zm2-2h6v7H13Zm8-8h6v4H21ZM11,5v5H5V5ZM5,24h6v3H5Zm16,3V18h6v9Z"
1327
+ })), children);
1328
+ });
1329
+ if (process.env.NODE_ENV !== "production") {
1330
+ ChartMarimekko.propTypes = iconPropTypes;
1331
+ }
1332
+ var ChartMaximum = /*#__PURE__*/React__default.forwardRef(function ChartMaximum(_ref57, ref) {
1333
+ var children = _ref57.children,
1334
+ _ref57$size = _ref57.size,
1335
+ size = _ref57$size === void 0 ? 16 : _ref57$size,
1336
+ rest = _objectWithoutProperties(_ref57, _excluded57);
1337
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1338
+ width: size,
1339
+ height: size,
1340
+ ref: ref,
1341
+ xmlns: "http://www.w3.org/2000/svg",
1342
+ viewBox: "0 0 32 32",
1343
+ fill: "currentColor"
1344
+ }, rest), _path98 || (_path98 = /*#__PURE__*/React__default.createElement("path", {
1345
+ d: "M8 6H10V8H8zM12 6H14V8H12zM20 6H22V8H20zM24 6H26V8H24zM28 6H30V8H28z"
1346
+ })), _path99 || (_path99 = /*#__PURE__*/React__default.createElement("path", {
1347
+ d: "M27.989,28l-.0271-.1631C26.5105,19.0742,24.0662,9.0894,18,8.0889V6H16V8.085c-6.084.978-8.533,10.9775-9.9863,19.7519L5.9866,28H4V8H6V6H4V2H2V28a2,2,0,0,0,2,2H30V28ZM8.0151,28c2.024-12.1084,4.959-18,8.9727-18s6.9487,5.8916,8.9726,18Z"
1348
+ })), children);
1349
+ });
1350
+ if (process.env.NODE_ENV !== "production") {
1351
+ ChartMaximum.propTypes = iconPropTypes;
1352
+ }
1353
+ var ChartMedian = /*#__PURE__*/React__default.forwardRef(function ChartMedian(_ref58, ref) {
1354
+ var children = _ref58.children,
1355
+ _ref58$size = _ref58.size,
1356
+ size = _ref58$size === void 0 ? 16 : _ref58$size,
1357
+ rest = _objectWithoutProperties(_ref58, _excluded58);
1358
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1359
+ width: size,
1360
+ height: size,
1361
+ ref: ref,
1362
+ xmlns: "http://www.w3.org/2000/svg",
1363
+ viewBox: "0 0 32 32",
1364
+ fill: "currentColor"
1365
+ }, rest), _path100 || (_path100 = /*#__PURE__*/React__default.createElement("path", {
1366
+ d: "M16 22H18V24H16z",
1367
+ transform: "rotate(-90 17 23)"
1368
+ })), _path101 || (_path101 = /*#__PURE__*/React__default.createElement("path", {
1369
+ d: "M18,28V26H16v2H4V2H2V28a2,2,0,0,0,2,2H30V28Z"
1370
+ })), _path102 || (_path102 = /*#__PURE__*/React__default.createElement("path", {
1371
+ d: "M26.0532,19.6787A3.44,3.44,0,0,1,23,22c-2.17,0-3.3115-3.333-4.52-6.8623-.3557-1.0386-.7239-2.1094-1.1382-3.1377H18V10H16.4221C15.2124,7.7148,13.5811,6,11,6,7.3218,6,6.1016,9.5332,6.0513,9.6836l1.8955.6377A3.44,3.44,0,0,1,11,8c2.92,0,4.2764,3.958,5.5874,7.7861.2544.7422.5105,1.4893.7813,2.2139H16v2h2.2019c1.0828,2.2886,2.4959,4,4.7981,4,3.6782,0,4.8984-3.5332,4.9487-3.6836Z"
1372
+ })), _path103 || (_path103 = /*#__PURE__*/React__default.createElement("path", {
1373
+ d: "M16 6H18V8H16z",
1374
+ transform: "rotate(-90 17 7)"
1375
+ })), _path104 || (_path104 = /*#__PURE__*/React__default.createElement("path", {
1376
+ d: "M16 2H18V4H16z",
1377
+ transform: "rotate(-90 17 3)"
1378
+ })), children);
1379
+ });
1380
+ if (process.env.NODE_ENV !== "production") {
1381
+ ChartMedian.propTypes = iconPropTypes;
1382
+ }
1383
+ var ChartMinimum = /*#__PURE__*/React__default.forwardRef(function ChartMinimum(_ref59, ref) {
1384
+ var children = _ref59.children,
1385
+ _ref59$size = _ref59.size,
1386
+ size = _ref59$size === void 0 ? 16 : _ref59$size,
1387
+ rest = _objectWithoutProperties(_ref59, _excluded59);
1388
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1389
+ width: size,
1390
+ height: size,
1391
+ ref: ref,
1392
+ xmlns: "http://www.w3.org/2000/svg",
1393
+ viewBox: "0 0 32 32",
1394
+ fill: "currentColor"
1395
+ }, rest), _path105 || (_path105 = /*#__PURE__*/React__default.createElement("path", {
1396
+ d: "M4,28V26H6V24H4V2H2V28a2,2,0,0,0,2,2H30V28Z"
1397
+ })), _path106 || (_path106 = /*#__PURE__*/React__default.createElement("path", {
1398
+ d: "M8 24H10V26H8zM12 24H14V26H12zM20 24H22V26H20zM24 24H26V26H24zM28 24H30V26H28z"
1399
+ })), _path107 || (_path107 = /*#__PURE__*/React__default.createElement("path", {
1400
+ d: "M27.9463,4.3281,25.9727,4C23.9487,16.1084,21.0137,22,17,22S10.0513,16.1084,8.0271,4l-1.9734.3281C7.51,13.0566,9.9631,22.93,16,23.9131V26h2V23.9131C24.0371,22.93,26.4907,13.0566,27.9463,4.3281Z"
1401
+ })), children);
1402
+ });
1403
+ if (process.env.NODE_ENV !== "production") {
1404
+ ChartMinimum.propTypes = iconPropTypes;
1405
+ }
1406
+ var ChartMultiLine = /*#__PURE__*/React__default.forwardRef(function ChartMultiLine(_ref60, ref) {
1407
+ var children = _ref60.children,
1408
+ _ref60$size = _ref60.size,
1409
+ size = _ref60$size === void 0 ? 16 : _ref60$size,
1410
+ rest = _objectWithoutProperties(_ref60, _excluded60);
1411
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1412
+ width: size,
1413
+ height: size,
1414
+ ref: ref,
1415
+ xmlns: "http://www.w3.org/2000/svg",
1416
+ viewBox: "0 0 32 32",
1417
+ fill: "currentColor"
1418
+ }, rest), _path108 || (_path108 = /*#__PURE__*/React__default.createElement("path", {
1419
+ d: "M4.5859,28l7.1783-5.998L19.7578,23.94a2.021,2.021,0,0,0,1.314-.1206L28,20.5811l-.8479-1.8121-6.9163,3.229L12.2422,20.06a2.0033,2.0033,0,0,0-1.74.3838L4,25.8818V20.49l7.7642-6.4877L19.7578,15.94a2.021,2.021,0,0,0,1.314-.1206l6.9287-3.2383-.8467-1.812-6.918,3.2285L12.2422,12.06a2.0049,2.0049,0,0,0-1.74.3838L4,17.8818V12.49L11.7642,6.002,19.7578,7.94a2.021,2.021,0,0,0,1.314-.1206L28,4.5859l-.8457-1.8115L20.2358,5.998,12.2422,4.06a2.0033,2.0033,0,0,0-1.74.3838L4,9.8818V2H2V28a2,2,0,0,0,2,2H30V28Z"
1420
+ })), children);
1421
+ });
1422
+ if (process.env.NODE_ENV !== "production") {
1423
+ ChartMultiLine.propTypes = iconPropTypes;
1424
+ }
1425
+ var ChartMultitype = /*#__PURE__*/React__default.forwardRef(function ChartMultitype(_ref61, ref) {
1426
+ var children = _ref61.children,
1427
+ _ref61$size = _ref61.size,
1428
+ size = _ref61$size === void 0 ? 16 : _ref61$size,
1429
+ rest = _objectWithoutProperties(_ref61, _excluded61);
1430
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1431
+ width: size,
1432
+ height: size,
1433
+ ref: ref,
1434
+ xmlns: "http://www.w3.org/2000/svg",
1435
+ viewBox: "0 0 32 32",
1436
+ fill: "currentColor"
1437
+ }, rest), _path109 || (_path109 = /*#__PURE__*/React__default.createElement("path", {
1438
+ d: "M28 22H30V30H28zM24 18H26V30H24zM20 26H22V30H20zM9 16a7 7 0 107 7A7.0078 7.0078 0 009 16zm4.8989 6H10V18.1011A5.0145 5.0145 0 0113.8989 22zM9 28a5 5 0 01-1-9.8989V22a2 2 0 002 2h3.8989A5.0081 5.0081 0 019 28zM22.5352 12l4-6H30V4H25.4648l-4 6H18V2H16V14a2 2 0 002 2H30V14H18V12z"
1439
+ })), _circle8 || (_circle8 = /*#__PURE__*/React__default.createElement("circle", {
1440
+ cx: "11",
1441
+ cy: "7",
1442
+ r: "1"
1443
+ })), _circle9 || (_circle9 = /*#__PURE__*/React__default.createElement("circle", {
1444
+ cx: "9",
1445
+ cy: "11",
1446
+ r: "1"
1447
+ })), _circle10 || (_circle10 = /*#__PURE__*/React__default.createElement("circle", {
1448
+ cx: "7",
1449
+ cy: "5",
1450
+ r: "1"
1451
+ })), _circle11 || (_circle11 = /*#__PURE__*/React__default.createElement("circle", {
1452
+ cx: "5",
1453
+ cy: "9",
1454
+ r: "1"
1455
+ })), _circle12 || (_circle12 = /*#__PURE__*/React__default.createElement("circle", {
1456
+ cx: "3",
1457
+ cy: "13",
1458
+ r: "1"
1459
+ })), children);
1460
+ });
1461
+ if (process.env.NODE_ENV !== "production") {
1462
+ ChartMultitype.propTypes = iconPropTypes;
1463
+ }
1464
+ var ChartNetwork = /*#__PURE__*/React__default.forwardRef(function ChartNetwork(_ref62, ref) {
1465
+ var children = _ref62.children,
1466
+ _ref62$size = _ref62.size,
1467
+ size = _ref62$size === void 0 ? 16 : _ref62$size,
1468
+ rest = _objectWithoutProperties(_ref62, _excluded62);
1469
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1470
+ width: size,
1471
+ height: size,
1472
+ ref: ref,
1473
+ xmlns: "http://www.w3.org/2000/svg",
1474
+ viewBox: "0 0 32 32",
1475
+ fill: "currentColor"
1476
+ }, rest), _path110 || (_path110 = /*#__PURE__*/React__default.createElement("path", {
1477
+ d: "M26,14a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2H20a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2h2v4.1A5,5,0,0,0,18.1,22H14V20a2,2,0,0,0-2-2H10V13.9a5,5,0,1,0-2,0V18H6a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V24h4.1A5,5,0,1,0,24,18.1V14ZM6,9a3,3,0,1,1,3,3A3,3,0,0,1,6,9Zm6,17H6V20h6Zm14-3a3,3,0,1,1-3-3A3,3,0,0,1,26,23ZM20,6h6v6H20Z"
1478
+ })), children);
1479
+ });
1480
+ if (process.env.NODE_ENV !== "production") {
1481
+ ChartNetwork.propTypes = iconPropTypes;
1482
+ }
1483
+ var ChartParallel = /*#__PURE__*/React__default.forwardRef(function ChartParallel(_ref63, ref) {
1484
+ var children = _ref63.children,
1485
+ _ref63$size = _ref63.size,
1486
+ size = _ref63$size === void 0 ? 16 : _ref63$size,
1487
+ rest = _objectWithoutProperties(_ref63, _excluded63);
1488
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1489
+ width: size,
1490
+ height: size,
1491
+ ref: ref,
1492
+ xmlns: "http://www.w3.org/2000/svg",
1493
+ viewBox: "0 0 32 32",
1494
+ fill: "currentColor"
1495
+ }, rest), _path111 || (_path111 = /*#__PURE__*/React__default.createElement("path", {
1496
+ d: "M28,2V5.3071l-6,2.25V2H20V7.5229l-8-3.2V2H10V4.4458l-6,3.75V2H2V30H4V27.6182l6-3V30h2V24.3442l8,2.4V30h2V26.5542l6-3.75V30h2V2Zm0,5.4429V12.5L22,17V9.6929ZM20,9.6768v7.5571l-8-4.8V6.4771ZM10,6.8042v5.7417l-6,5.25V10.5542ZM4,25.3818V20.4541l6-5.25v7.1777Zm8-3.1259v-7.49l8,4.8v5.0894Zm10,1.94V19.5L28,15v5.4458Z"
1497
+ })), children);
1498
+ });
1499
+ if (process.env.NODE_ENV !== "production") {
1500
+ ChartParallel.propTypes = iconPropTypes;
1501
+ }
1502
+ var ChartPie = /*#__PURE__*/React__default.forwardRef(function ChartPie(_ref64, ref) {
1503
+ var children = _ref64.children,
1504
+ _ref64$size = _ref64.size,
1505
+ size = _ref64$size === void 0 ? 16 : _ref64$size,
1506
+ rest = _objectWithoutProperties(_ref64, _excluded64);
1507
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1508
+ width: size,
1509
+ height: size,
1510
+ ref: ref,
1511
+ xmlns: "http://www.w3.org/2000/svg",
1512
+ viewBox: "0 0 32 32",
1513
+ fill: "currentColor"
1514
+ }, rest), _path112 || (_path112 = /*#__PURE__*/React__default.createElement("path", {
1515
+ d: "M16,4A12,12,0,1,0,28,16,12,12,0,0,0,16,4ZM26,15H17V6.05A10,10,0,0,1,26,15ZM15.42,26A10,10,0,0,1,15,6.05v9a2,2,0,0,0,2,2h9A10,10,0,0,1,15.42,26Z"
1516
+ })), children);
1517
+ });
1518
+ if (process.env.NODE_ENV !== "production") {
1519
+ ChartPie.propTypes = iconPropTypes;
1520
+ }
1521
+ var ChartPlanningWaterfall = /*#__PURE__*/React__default.forwardRef(function ChartPlanningWaterfall(_ref65, ref) {
1522
+ var children = _ref65.children,
1523
+ _ref65$size = _ref65.size,
1524
+ size = _ref65$size === void 0 ? 16 : _ref65$size,
1525
+ rest = _objectWithoutProperties(_ref65, _excluded65);
1526
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1527
+ width: size,
1528
+ height: size,
1529
+ ref: ref,
1530
+ xmlns: "http://www.w3.org/2000/svg",
1531
+ viewBox: "0 0 32 32",
1532
+ fill: "currentColor"
1533
+ }, rest), _path113 || (_path113 = /*#__PURE__*/React__default.createElement("path", {
1534
+ d: "m29,8c0-.5522-.4478-1-1-1h-4c-.5522,0-1,.4478-1,1v7h-2V3c0-.5522-.4478-1-1-1h-4c-.5522,0-1,.4478-1,1v12h-2V5c0-.5522-.4478-1-1-1h-4c-.5522,0-1,.4478-1,1v10H3v12c0,.5522.4478,1,1,1h4c.5522,0,1-.4478,1-1v-10h2v5c0,.5522.4478,1,1,1h4c.5522,0,1-.4478,1-1v-5h2v12c0,.5522.4478,1,1,1h4c.5522,0,1-.4478,1-1v-12h4v-9ZM7,26h-2v-9h2v9Zm8-5h-2v-4h2v4Zm2-6V4h2v11h-2Zm10,0h-2v-6h2v6Z"
1535
+ })), children);
1536
+ });
1537
+ if (process.env.NODE_ENV !== "production") {
1538
+ ChartPlanningWaterfall.propTypes = iconPropTypes;
1539
+ }
1540
+ var ChartPoint = /*#__PURE__*/React__default.forwardRef(function ChartPoint(_ref66, ref) {
1541
+ var children = _ref66.children,
1542
+ _ref66$size = _ref66.size,
1543
+ size = _ref66$size === void 0 ? 16 : _ref66$size,
1544
+ rest = _objectWithoutProperties(_ref66, _excluded66);
1545
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1546
+ width: size,
1547
+ height: size,
1548
+ ref: ref,
1549
+ xmlns: "http://www.w3.org/2000/svg",
1550
+ viewBox: "0 0 32 32",
1551
+ fill: "currentColor"
1552
+ }, rest), _path114 || (_path114 = /*#__PURE__*/React__default.createElement("path", {
1553
+ d: "M30,30H4a2.0023,2.0023,0,0,1-2-2V2H4V28H30Z"
1554
+ })), _circle13 || (_circle13 = /*#__PURE__*/React__default.createElement("circle", {
1555
+ cx: "9",
1556
+ cy: "6",
1557
+ r: "3"
1558
+ })), _circle14 || (_circle14 = /*#__PURE__*/React__default.createElement("circle", {
1559
+ cx: "9",
1560
+ cy: "22",
1561
+ r: "3"
1562
+ })), _circle15 || (_circle15 = /*#__PURE__*/React__default.createElement("circle", {
1563
+ cx: "18",
1564
+ cy: "14",
1565
+ r: "3"
1566
+ })), _path115 || (_path115 = /*#__PURE__*/React__default.createElement("path", {
1567
+ d: "M9,17a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,9,17Zm0-4a1,1,0,1,0,1,1A1.001,1.001,0,0,0,9,13Z"
1568
+ })), _circle16 || (_circle16 = /*#__PURE__*/React__default.createElement("circle", {
1569
+ cx: "27",
1570
+ cy: "6",
1571
+ r: "3"
1572
+ })), _circle17 || (_circle17 = /*#__PURE__*/React__default.createElement("circle", {
1573
+ cx: "27",
1574
+ cy: "22",
1575
+ r: "3"
1576
+ })), _path116 || (_path116 = /*#__PURE__*/React__default.createElement("path", {
1577
+ d: "M27 17a3 3 0 113-3A3.0033 3.0033 0 0127 17zm0-4a1 1 0 101 1A1.001 1.001 0 0027 13zM18 26a3 3 0 113-3A3.0033 3.0033 0 0118 26zm0-4a1 1 0 101 1A1.001 1.001 0 0018 22zM18 8a3 3 0 113-3A3.0033 3.0033 0 0118 8zm0-4a1 1 0 101 1A1.001 1.001 0 0018 4z"
1578
+ })), children);
1579
+ });
1580
+ if (process.env.NODE_ENV !== "production") {
1581
+ ChartPoint.propTypes = iconPropTypes;
1582
+ }
1583
+ var ChartPopulation = /*#__PURE__*/React__default.forwardRef(function ChartPopulation(_ref67, ref) {
1584
+ var children = _ref67.children,
1585
+ _ref67$size = _ref67.size,
1586
+ size = _ref67$size === void 0 ? 16 : _ref67$size,
1587
+ rest = _objectWithoutProperties(_ref67, _excluded67);
1588
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1589
+ width: size,
1590
+ height: size,
1591
+ ref: ref,
1592
+ xmlns: "http://www.w3.org/2000/svg",
1593
+ viewBox: "0 0 32 32",
1594
+ fill: "currentColor"
1595
+ }, rest), _path117 || (_path117 = /*#__PURE__*/React__default.createElement("path", {
1596
+ d: "M30,22H17V20h9V14H17V12h5V6H17V2H15V6H10v6h5v2H6v6h9v2H2v6H15v2h2V28H30ZM20,8v2H17V8Zm-8,2V8h3v2Zm12,6v2H17V16ZM8,18V16h7v2ZM4,26V24H15v2Zm24,0H17V24H28Z"
1597
+ })), children);
1598
+ });
1599
+ if (process.env.NODE_ENV !== "production") {
1600
+ ChartPopulation.propTypes = iconPropTypes;
1601
+ }
1602
+ var ChartRadar = /*#__PURE__*/React__default.forwardRef(function ChartRadar(_ref68, ref) {
1603
+ var children = _ref68.children,
1604
+ _ref68$size = _ref68.size,
1605
+ size = _ref68$size === void 0 ? 16 : _ref68$size,
1606
+ rest = _objectWithoutProperties(_ref68, _excluded68);
1607
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1608
+ width: size,
1609
+ height: size,
1610
+ ref: ref,
1611
+ xmlns: "http://www.w3.org/2000/svg",
1612
+ viewBox: "0 0 32 32",
1613
+ fill: "currentColor"
1614
+ }, rest), _path118 || (_path118 = /*#__PURE__*/React__default.createElement("path", {
1615
+ d: "M16,2,2,13,8,30H24l6-17Zm2.5818,19.2651-5.9861,1.3306-1.4226-7.8252,4.91-4.209,5.4416,4.0816Zm.1977,2.0054L21.3264,28H10.6736l1.7912-3.3267ZM9.59,13.4937,5.74,12.605,15,5.3291V8.8569ZM17,8.75V5.3291l9.26,7.2759-3.15.727ZM4.6143,14.3979l4.6535,1.0738,1.4844,8.164-1.738,3.2281ZM22.9858,26.8638l-2.5766-4.7852,3.0063-6.7646,3.97-.9161Z"
1616
+ })), children);
1617
+ });
1618
+ if (process.env.NODE_ENV !== "production") {
1619
+ ChartRadar.propTypes = iconPropTypes;
1620
+ }
1621
+ var ChartRadial = /*#__PURE__*/React__default.forwardRef(function ChartRadial(_ref69, ref) {
1622
+ var children = _ref69.children,
1623
+ _ref69$size = _ref69.size,
1624
+ size = _ref69$size === void 0 ? 16 : _ref69$size,
1625
+ rest = _objectWithoutProperties(_ref69, _excluded69);
1626
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1627
+ width: size,
1628
+ height: size,
1629
+ ref: ref,
1630
+ xmlns: "http://www.w3.org/2000/svg",
1631
+ viewBox: "0 0 32 32",
1632
+ fill: "currentColor"
1633
+ }, rest), _path119 || (_path119 = /*#__PURE__*/React__default.createElement("path", {
1634
+ d: "M16,30A14.0158,14.0158,0,0,1,2,16H4A12,12,0,1,0,16,4V2a14,14,0,0,1,0,28Z"
1635
+ })), _path120 || (_path120 = /*#__PURE__*/React__default.createElement("path", {
1636
+ d: "M16,26A10.0115,10.0115,0,0,1,6,16H8a8,8,0,1,0,8-8V6a10,10,0,0,1,0,20Z"
1637
+ })), _path121 || (_path121 = /*#__PURE__*/React__default.createElement("path", {
1638
+ d: "M16,22a6.0069,6.0069,0,0,1-6-6h2a4,4,0,1,0,4-4V10a6,6,0,0,1,0,12Z"
1639
+ })), children);
1640
+ });
1641
+ if (process.env.NODE_ENV !== "production") {
1642
+ ChartRadial.propTypes = iconPropTypes;
1643
+ }
1644
+ var ChartRelationship = /*#__PURE__*/React__default.forwardRef(function ChartRelationship(_ref70, ref) {
1645
+ var children = _ref70.children,
1646
+ _ref70$size = _ref70.size,
1647
+ size = _ref70$size === void 0 ? 16 : _ref70$size,
1648
+ rest = _objectWithoutProperties(_ref70, _excluded70);
1649
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1650
+ width: size,
1651
+ height: size,
1652
+ ref: ref,
1653
+ xmlns: "http://www.w3.org/2000/svg",
1654
+ viewBox: "0 0 32 32",
1655
+ fill: "currentColor"
1656
+ }, rest), _path122 || (_path122 = /*#__PURE__*/React__default.createElement("path", {
1657
+ d: "M26,6a3.9963,3.9963,0,0,0-3.8579,3H17.9305A7.9964,7.9964,0,1,0,9,17.9307v4.2114a4,4,0,1,0,2,0V17.9307a7.951,7.951,0,0,0,3.8976-1.6192l3.6693,3.67A3.9529,3.9529,0,0,0,18,22a4,4,0,1,0,4-4,3.9521,3.9521,0,0,0-2.019.5669l-3.6694-3.6694A7.9493,7.9493,0,0,0,17.9305,11h4.2116A3.9934,3.9934,0,1,0,26,6ZM12,26a2,2,0,1,1-2-2A2.0023,2.0023,0,0,1,12,26ZM10,16a6,6,0,1,1,6-6A6.0066,6.0066,0,0,1,10,16Zm14,6a2,2,0,1,1-2-2A2.0023,2.0023,0,0,1,24,22Zm2-10a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,26,12Z"
1658
+ })), children);
1659
+ });
1660
+ if (process.env.NODE_ENV !== "production") {
1661
+ ChartRelationship.propTypes = iconPropTypes;
1662
+ }
1663
+ var ChartRing = /*#__PURE__*/React__default.forwardRef(function ChartRing(_ref71, ref) {
1664
+ var children = _ref71.children,
1665
+ _ref71$size = _ref71.size,
1666
+ size = _ref71$size === void 0 ? 16 : _ref71$size,
1667
+ rest = _objectWithoutProperties(_ref71, _excluded71);
1668
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1669
+ width: size,
1670
+ height: size,
1671
+ ref: ref,
1672
+ xmlns: "http://www.w3.org/2000/svg",
1673
+ viewBox: "0 0 32 32",
1674
+ fill: "currentColor"
1675
+ }, rest), _path123 || (_path123 = /*#__PURE__*/React__default.createElement("path", {
1676
+ d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2ZM27.9493,15.001H21.91a5.9825,5.9825,0,0,0-9.3806-3.8853l-4.27-4.27a11.9783,11.9783,0,0,1,19.69,8.1548ZM16,20a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,20ZM4,16A11.937,11.937,0,0,1,6.8455,8.26l4.27,4.2695A5.9836,5.9836,0,0,0,15,21.9106v6.04A12.0105,12.0105,0,0,1,4,16ZM17,27.95v-6.04A6.0069,6.0069,0,0,0,21.91,17h6.04A12.0082,12.0082,0,0,1,17,27.95Z"
1677
+ })), children);
1678
+ });
1679
+ if (process.env.NODE_ENV !== "production") {
1680
+ ChartRing.propTypes = iconPropTypes;
1681
+ }
1682
+ var ChartRiver = /*#__PURE__*/React__default.forwardRef(function ChartRiver(_ref72, ref) {
1683
+ var children = _ref72.children,
1684
+ _ref72$size = _ref72.size,
1685
+ size = _ref72$size === void 0 ? 16 : _ref72$size,
1686
+ rest = _objectWithoutProperties(_ref72, _excluded72);
1687
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1688
+ width: size,
1689
+ height: size,
1690
+ ref: ref,
1691
+ xmlns: "http://www.w3.org/2000/svg",
1692
+ viewBox: "0 0 32 32",
1693
+ fill: "currentColor"
1694
+ }, rest), _path124 || (_path124 = /*#__PURE__*/React__default.createElement("path", {
1695
+ d: "M12.4326,20.0171l8.0376,4.68a1.958,1.958,0,0,0,1.0508.3012,2.2412,2.2412,0,0,0,.4888-.0556l7.2532-1.9769A1,1,0,0,0,30,22.0007V7.996A1,1,0,0,0,28.74,7.0305L21.5034,8.9829l-8.0371-4.68a1.9917,1.9917,0,0,0-1.8652-.1352L4,7.4727V2H2V28a2,2,0,0,0,2,2H30V28H4V23.6577ZM28,21.2344l-6.4966,1.75-8.0371-4.68a1.9931,1.9931,0,0,0-1.8652-.1353L4,21.4746V16.6572l8.4326-3.6416L20.47,17.6968a1.962,1.962,0,0,0,1.0508.3008,2.2112,2.2112,0,0,0,.4888-.0557L28,16.31ZM12.4326,6.0156l8.0376,4.68a2.0091,2.0091,0,0,0,1.54.2451L28,9.3081v4.9258l-6.4966,1.7505-8.0371-4.6812a1.9917,1.9917,0,0,0-1.8652-.1352L4,14.4736V9.6562Z"
1696
+ })), children);
1697
+ });
1698
+ if (process.env.NODE_ENV !== "production") {
1699
+ ChartRiver.propTypes = iconPropTypes;
1700
+ }
1701
+ var ChartRose = /*#__PURE__*/React__default.forwardRef(function ChartRose(_ref73, ref) {
1702
+ var children = _ref73.children,
1703
+ _ref73$size = _ref73.size,
1704
+ size = _ref73$size === void 0 ? 16 : _ref73$size,
1705
+ rest = _objectWithoutProperties(_ref73, _excluded73);
1706
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1707
+ width: size,
1708
+ height: size,
1709
+ ref: ref,
1710
+ xmlns: "http://www.w3.org/2000/svg",
1711
+ viewBox: "0 0 32 32",
1712
+ fill: "currentColor"
1713
+ }, rest), _path125 || (_path125 = /*#__PURE__*/React__default.createElement("path", {
1714
+ d: "M30,17A15.017,15.017,0,0,0,15,2H14V8.0591A9.0122,9.0122,0,0,0,6.0591,16H4v1A11.0109,11.0109,0,0,0,14,27.9492V30h1A13.0084,13.0084,0,0,0,27.9492,18H30ZM16,4.0381A13.0217,13.0217,0,0,1,27.9619,16H16ZM14,10.08V16H8.08A7.0037,7.0037,0,0,1,14,10.08ZM6.0552,18H14v7.939A9.0134,9.0134,0,0,1,6.0552,18ZM16,27.9551V18h9.9551A11.0191,11.0191,0,0,1,16,27.9551Z"
1715
+ })), children);
1716
+ });
1717
+ if (process.env.NODE_ENV !== "production") {
1718
+ ChartRose.propTypes = iconPropTypes;
1719
+ }
1720
+ var ChartScatter = /*#__PURE__*/React__default.forwardRef(function ChartScatter(_ref74, ref) {
1721
+ var children = _ref74.children,
1722
+ _ref74$size = _ref74.size,
1723
+ size = _ref74$size === void 0 ? 16 : _ref74$size,
1724
+ rest = _objectWithoutProperties(_ref74, _excluded74);
1725
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
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), _path126 || (_path126 = /*#__PURE__*/React__default.createElement("path", {
1733
+ d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
1734
+ })), _circle18 || (_circle18 = /*#__PURE__*/React__default.createElement("circle", {
1735
+ cx: "10",
1736
+ cy: "22",
1737
+ r: "2"
1738
+ })), _circle19 || (_circle19 = /*#__PURE__*/React__default.createElement("circle", {
1739
+ cx: "14",
1740
+ cy: "15",
1741
+ r: "2"
1742
+ })), _circle20 || (_circle20 = /*#__PURE__*/React__default.createElement("circle", {
1743
+ cx: "22",
1744
+ cy: "15",
1745
+ r: "2"
1746
+ })), _circle21 || (_circle21 = /*#__PURE__*/React__default.createElement("circle", {
1747
+ cx: "26",
1748
+ cy: "6",
1749
+ r: "2"
1750
+ })), _circle22 || (_circle22 = /*#__PURE__*/React__default.createElement("circle", {
1751
+ cx: "14",
1752
+ cy: "8",
1753
+ r: "2"
1754
+ })), children);
1755
+ });
1756
+ if (process.env.NODE_ENV !== "production") {
1757
+ ChartScatter.propTypes = iconPropTypes;
1758
+ }
1759
+ var ChartSpiral = /*#__PURE__*/React__default.forwardRef(function ChartSpiral(_ref75, ref) {
1760
+ var children = _ref75.children,
1761
+ _ref75$size = _ref75.size,
1762
+ size = _ref75$size === void 0 ? 16 : _ref75$size,
1763
+ rest = _objectWithoutProperties(_ref75, _excluded75);
1764
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1765
+ width: size,
1766
+ height: size,
1767
+ ref: ref,
1768
+ xmlns: "http://www.w3.org/2000/svg",
1769
+ viewBox: "0 0 32 32",
1770
+ fill: "currentColor"
1771
+ }, rest), _path127 || (_path127 = /*#__PURE__*/React__default.createElement("path", {
1772
+ d: "M16,2A13.919,13.919,0,0,0,7.3245,5.0327,1.9728,1.9728,0,0,0,7,5,2,2,0,0,0,5,7a1.9752,1.9752,0,0,0,.0327.3247A13.986,13.986,0,1,0,16,2Zm0,26A11.977,11.977,0,0,1,6.3589,8.8857a1.8311,1.8311,0,0,0,1.1528.04l1.4634,1.4634a8.9862,8.9862,0,0,0,11.8311,13.207,1.9916,1.9916,0,0,0,2.79-2.79,8.9294,8.9294,0,0,0,0-9.6124,1.9916,1.9916,0,0,0-2.79-2.79,8.9445,8.9445,0,0,0-10.417.5713L8.9258,7.5117a1.8294,1.8294,0,0,0-.04-1.1528A11.9925,11.9925,0,1,1,16,28Zm0-14a2,2,0,1,1-2,2A2.0025,2.0025,0,0,1,16,14Zm3.4331-.019,2.0552-2.0552a2.0443,2.0443,0,0,0,.2265.0454,6.9573,6.9573,0,0,1,0,8.0576,2.0443,2.0443,0,0,0-.2265.0454L19.4331,18.019a3.8788,3.8788,0,0,0,0-4.038Zm.5957-3.6958a1.9993,1.9993,0,0,0,.0454.2265L18.019,12.5669a3.8788,3.8788,0,0,0-4.038,0l-2.1653-2.1655a6.9522,6.9522,0,0,1,8.2131-.1162ZM12.5669,13.981A3.951,3.951,0,0,0,12,16a4.0045,4.0045,0,0,0,4,4,3.9521,3.9521,0,0,0,2.019-.5669l2.0552,2.0552a1.9993,1.9993,0,0,0-.0454.2265,6.988,6.988,0,0,1-9.6272-9.8994Z"
1773
+ })), children);
1774
+ });
1775
+ if (process.env.NODE_ENV !== "production") {
1776
+ ChartSpiral.propTypes = iconPropTypes;
1777
+ }
1778
+ var ChartStacked = /*#__PURE__*/React__default.forwardRef(function ChartStacked(_ref76, ref) {
1779
+ var children = _ref76.children,
1780
+ _ref76$size = _ref76.size,
1781
+ size = _ref76$size === void 0 ? 16 : _ref76$size,
1782
+ rest = _objectWithoutProperties(_ref76, _excluded76);
1783
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1784
+ width: size,
1785
+ height: size,
1786
+ ref: ref,
1787
+ xmlns: "http://www.w3.org/2000/svg",
1788
+ viewBox: "0 0 32 32",
1789
+ fill: "currentColor"
1790
+ }, rest), _path128 || (_path128 = /*#__PURE__*/React__default.createElement("path", {
1791
+ d: "M28,28V6H20V28H16V14H8V28H4V2H2V28a2,2,0,0,0,2,2H30V28ZM22,8h4V18H22ZM10,16h4v6H10Z"
1792
+ })), children);
1793
+ });
1794
+ if (process.env.NODE_ENV !== "production") {
1795
+ ChartStacked.propTypes = iconPropTypes;
1796
+ }
1797
+ var ChartStepper = /*#__PURE__*/React__default.forwardRef(function ChartStepper(_ref77, ref) {
1798
+ var children = _ref77.children,
1799
+ _ref77$size = _ref77.size,
1800
+ size = _ref77$size === void 0 ? 16 : _ref77$size,
1801
+ rest = _objectWithoutProperties(_ref77, _excluded77);
1802
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1803
+ width: size,
1804
+ height: size,
1805
+ ref: ref,
1806
+ xmlns: "http://www.w3.org/2000/svg",
1807
+ viewBox: "0 0 32 32",
1808
+ fill: "currentColor"
1809
+ }, rest), _path129 || (_path129 = /*#__PURE__*/React__default.createElement("path", {
1810
+ d: "M14,22V14h8V6h8V4H20v8H12v8H4V2H2V28a2.0025,2.0025,0,0,0,2,2H30V28H4V22Z"
1811
+ })), children);
1812
+ });
1813
+ if (process.env.NODE_ENV !== "production") {
1814
+ ChartStepper.propTypes = iconPropTypes;
1815
+ }
1816
+ var ChartSunburst = /*#__PURE__*/React__default.forwardRef(function ChartSunburst(_ref78, ref) {
1817
+ var children = _ref78.children,
1818
+ _ref78$size = _ref78.size,
1819
+ size = _ref78$size === void 0 ? 16 : _ref78$size,
1820
+ rest = _objectWithoutProperties(_ref78, _excluded78);
1821
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1822
+ width: size,
1823
+ height: size,
1824
+ ref: ref,
1825
+ xmlns: "http://www.w3.org/2000/svg",
1826
+ viewBox: "0 0 32 32",
1827
+ fill: "currentColor"
1828
+ }, rest), _path130 || (_path130 = /*#__PURE__*/React__default.createElement("path", {
1829
+ d: "M16,2a1,1,0,0,0-1,1v7.09a5.9618,5.9618,0,0,0-2.46,1.043L7.8384,6.4311a1.4554,1.4554,0,0,0-2.087.0244A14.05,14.05,0,0,0,9.8047,28.5972a10.8482,10.8482,0,0,0,1.8989.7676,14.0982,14.0982,0,0,0,13.8443-3.1319,1.4336,1.4336,0,0,0,.0278-2.0639L20.877,19.47A5.963,5.963,0,0,0,21.91,17H29a1,1,0,0,0,1-1A14.0158,14.0158,0,0,0,16,2Zm0,10a4,4,0,1,1-4,4A4.0045,4.0045,0,0,1,16,12ZM6.83,8.251l4.2959,4.2959a5.91,5.91,0,0,0-.0113,6.9243L6.8381,23.7481A12.0168,12.0168,0,0,1,6.83,8.251Zm1.4228,16.91,4.2759-4.2759A5.9589,5.9589,0,0,0,15,21.91v6.042A11.8783,11.8783,0,0,1,8.2529,25.1612ZM17,27.9561V21.9092a5.9631,5.9631,0,0,0,2.4609-1.0273l4.2818,4.2817A11.8905,11.8905,0,0,1,17,27.9561ZM21.91,15A6.0063,6.0063,0,0,0,17,10.09V4.041A12.0208,12.0208,0,0,1,27.9585,15Z"
1830
+ })), children);
1831
+ });
1832
+ if (process.env.NODE_ENV !== "production") {
1833
+ ChartSunburst.propTypes = iconPropTypes;
1834
+ }
1835
+ var ChartTSne = /*#__PURE__*/React__default.forwardRef(function ChartTSne(_ref79, ref) {
1836
+ var children = _ref79.children,
1837
+ _ref79$size = _ref79.size,
1838
+ size = _ref79$size === void 0 ? 16 : _ref79$size,
1839
+ rest = _objectWithoutProperties(_ref79, _excluded79);
1840
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1841
+ width: size,
1842
+ height: size,
1843
+ ref: ref,
1844
+ xmlns: "http://www.w3.org/2000/svg",
1845
+ viewBox: "0 0 32 32",
1846
+ fill: "currentColor"
1847
+ }, rest), _circle23 || (_circle23 = /*#__PURE__*/React__default.createElement("circle", {
1848
+ cx: "10",
1849
+ cy: "20",
1850
+ r: "2"
1851
+ })), _circle24 || (_circle24 = /*#__PURE__*/React__default.createElement("circle", {
1852
+ cx: "10",
1853
+ cy: "28",
1854
+ r: "2"
1855
+ })), _circle25 || (_circle25 = /*#__PURE__*/React__default.createElement("circle", {
1856
+ cx: "10",
1857
+ cy: "14",
1858
+ r: "2"
1859
+ })), _circle26 || (_circle26 = /*#__PURE__*/React__default.createElement("circle", {
1860
+ cx: "28",
1861
+ cy: "4",
1862
+ r: "2"
1863
+ })), _circle27 || (_circle27 = /*#__PURE__*/React__default.createElement("circle", {
1864
+ cx: "22",
1865
+ cy: "6",
1866
+ r: "2"
1867
+ })), _circle28 || (_circle28 = /*#__PURE__*/React__default.createElement("circle", {
1868
+ cx: "28",
1869
+ cy: "10",
1870
+ r: "2"
1871
+ })), _circle29 || (_circle29 = /*#__PURE__*/React__default.createElement("circle", {
1872
+ cx: "20",
1873
+ cy: "12",
1874
+ r: "2"
1875
+ })), _circle30 || (_circle30 = /*#__PURE__*/React__default.createElement("circle", {
1876
+ cx: "28",
1877
+ cy: "22",
1878
+ r: "2"
1879
+ })), _circle31 || (_circle31 = /*#__PURE__*/React__default.createElement("circle", {
1880
+ cx: "26",
1881
+ cy: "28",
1882
+ r: "2"
1883
+ })), _circle32 || (_circle32 = /*#__PURE__*/React__default.createElement("circle", {
1884
+ cx: "20",
1885
+ cy: "26",
1886
+ r: "2"
1887
+ })), _circle33 || (_circle33 = /*#__PURE__*/React__default.createElement("circle", {
1888
+ cx: "22",
1889
+ cy: "20",
1890
+ r: "2"
1891
+ })), _circle34 || (_circle34 = /*#__PURE__*/React__default.createElement("circle", {
1892
+ cx: "16",
1893
+ cy: "4",
1894
+ r: "2"
1895
+ })), _circle35 || (_circle35 = /*#__PURE__*/React__default.createElement("circle", {
1896
+ cx: "4",
1897
+ cy: "24",
1898
+ r: "2"
1899
+ })), _circle36 || (_circle36 = /*#__PURE__*/React__default.createElement("circle", {
1900
+ cx: "4",
1901
+ cy: "16",
1902
+ r: "2"
1903
+ })), children);
1904
+ });
1905
+ if (process.env.NODE_ENV !== "production") {
1906
+ ChartTSne.propTypes = iconPropTypes;
1907
+ }
1908
+ var ChartTreemap = /*#__PURE__*/React__default.forwardRef(function ChartTreemap(_ref80, ref) {
1909
+ var children = _ref80.children,
1910
+ _ref80$size = _ref80.size,
1911
+ size = _ref80$size === void 0 ? 16 : _ref80$size,
1912
+ rest = _objectWithoutProperties(_ref80, _excluded80);
1913
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1914
+ width: size,
1915
+ height: size,
1916
+ ref: ref,
1917
+ xmlns: "http://www.w3.org/2000/svg",
1918
+ viewBox: "0 0 32 32",
1919
+ fill: "currentColor"
1920
+ }, rest), _path131 || (_path131 = /*#__PURE__*/React__default.createElement("path", {
1921
+ d: "M28,2H4A2.0023,2.0023,0,0,0,2,4V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,12H23V4h5ZM16,4h5V14H16ZM14,4V20H4V4ZM4,22H14v6H4Zm12,6V16H28V28Z"
1922
+ })), children);
1923
+ });
1924
+ if (process.env.NODE_ENV !== "production") {
1925
+ ChartTreemap.propTypes = iconPropTypes;
1926
+ }
1927
+ var ChartVennDiagram = /*#__PURE__*/React__default.forwardRef(function ChartVennDiagram(_ref81, ref) {
1928
+ var children = _ref81.children,
1929
+ _ref81$size = _ref81.size,
1930
+ size = _ref81$size === void 0 ? 16 : _ref81$size,
1931
+ rest = _objectWithoutProperties(_ref81, _excluded81);
1932
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1933
+ width: size,
1934
+ height: size,
1935
+ ref: ref,
1936
+ xmlns: "http://www.w3.org/2000/svg",
1937
+ viewBox: "0 0 32 32",
1938
+ fill: "currentColor"
1939
+ }, rest), _path132 || (_path132 = /*#__PURE__*/React__default.createElement("path", {
1940
+ d: "M20,6a9.92,9.92,0,0,0-4,.84A9.92,9.92,0,0,0,12,6a10,10,0,0,0,0,20,9.92,9.92,0,0,0,4-.84A9.92,9.92,0,0,0,20,26,10,10,0,0,0,20,6ZM12,24A8,8,0,0,1,12,8a7.91,7.91,0,0,1,1.76.2,10,10,0,0,0,0,15.6A7.91,7.91,0,0,1,12,24Zm8-8a8,8,0,0,1-4,6.92A8,8,0,0,1,16,9.08,8,8,0,0,1,20,16Zm0,8a7.91,7.91,0,0,1-1.76-.2,10,10,0,0,0,0-15.6A7.91,7.91,0,0,1,20,8a8,8,0,0,1,0,16Z"
1941
+ })), children);
1942
+ });
1943
+ if (process.env.NODE_ENV !== "production") {
1944
+ ChartVennDiagram.propTypes = iconPropTypes;
1945
+ }
1946
+ var ChartViolinPlot = /*#__PURE__*/React__default.forwardRef(function ChartViolinPlot(_ref82, ref) {
1947
+ var children = _ref82.children,
1948
+ _ref82$size = _ref82.size,
1949
+ size = _ref82$size === void 0 ? 16 : _ref82$size,
1950
+ rest = _objectWithoutProperties(_ref82, _excluded82);
1951
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1952
+ width: size,
1953
+ height: size,
1954
+ ref: ref,
1955
+ xmlns: "http://www.w3.org/2000/svg",
1956
+ viewBox: "0 0 32 32",
1957
+ fill: "currentColor"
1958
+ }, rest), _path133 || (_path133 = /*#__PURE__*/React__default.createElement("path", {
1959
+ d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
1960
+ })), _path134 || (_path134 = /*#__PURE__*/React__default.createElement("path", {
1961
+ d: "M14.86 7.8232L13 4.7231V2H11V4.7231l-1.86 3.1A7.9986 7.9986 0 008 11.939v.122a7.9961 7.9961 0 001.14 4.1158l1.86 3.1V26h2V19.2769l1.86-3.1A7.9986 7.9986 0 0016 12.061v-.122A7.9961 7.9961 0 0014.86 7.8232zM12 6.9434l1.145 1.9087A6.0027 6.0027 0 0113.9185 11h-3.837a6.0086 6.0086 0 01.7735-2.1484zm0 10.1132l-1.145-1.9087A6.0027 6.0027 0 0110.0815 13h3.837a6.0086 6.0086 0 01-.7735 2.1484zM27.86 11.8232L26 8.7231V2H24V8.7231l-1.86 3.1A7.9986 7.9986 0 0021 15.939v.122a7.9961 7.9961 0 001.14 4.1158l1.86 3.1V26h2V23.2769l1.86-3.1A7.9986 7.9986 0 0029 16.061v-.122A7.9961 7.9961 0 0027.86 11.8232zm-2.86-.88l1.145 1.9087A6.0027 6.0027 0 0126.9185 15h-3.837a6.0086 6.0086 0 01.7735-2.1484zm0 10.1132l-1.145-1.9087A6.0027 6.0027 0 0123.0815 17h3.837a6.0086 6.0086 0 01-.7735 2.1484z"
1962
+ })), children);
1963
+ });
1964
+ if (process.env.NODE_ENV !== "production") {
1965
+ ChartViolinPlot.propTypes = iconPropTypes;
1966
+ }
1967
+ var ChartWaterfall = /*#__PURE__*/React__default.forwardRef(function ChartWaterfall(_ref83, ref) {
1968
+ var children = _ref83.children,
1969
+ _ref83$size = _ref83.size,
1970
+ size = _ref83$size === void 0 ? 16 : _ref83$size,
1971
+ rest = _objectWithoutProperties(_ref83, _excluded83);
1972
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1973
+ width: size,
1974
+ height: size,
1975
+ ref: ref,
1976
+ xmlns: "http://www.w3.org/2000/svg",
1977
+ viewBox: "0 0 32 32",
1978
+ fill: "currentColor"
1979
+ }, rest), _path135 || (_path135 = /*#__PURE__*/React__default.createElement("path", {
1980
+ d: "M28,28V18H26V28H22V4H20V28H10V14H8V28H4V2H2V28a2.0023,2.0023,0,0,0,2,2H30V28Z"
1981
+ })), _path136 || (_path136 = /*#__PURE__*/React__default.createElement("path", {
1982
+ d: "M14 4H16V18H14z"
1983
+ })), children);
1984
+ });
1985
+ if (process.env.NODE_ENV !== "production") {
1986
+ ChartWaterfall.propTypes = iconPropTypes;
1987
+ }
1988
+ var ChartWinLoss = /*#__PURE__*/React__default.forwardRef(function ChartWinLoss(_ref84, ref) {
1989
+ var children = _ref84.children,
1990
+ _ref84$size = _ref84.size,
1991
+ size = _ref84$size === void 0 ? 16 : _ref84$size,
1992
+ rest = _objectWithoutProperties(_ref84, _excluded84);
1993
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
1994
+ width: size,
1995
+ height: size,
1996
+ ref: ref,
1997
+ xmlns: "http://www.w3.org/2000/svg",
1998
+ viewBox: "0 0 32 32",
1999
+ fill: "currentColor"
2000
+ }, rest), _path137 || (_path137 = /*#__PURE__*/React__default.createElement("path", {
2001
+ d: "M30,15H16V6a2.0023,2.0023,0,0,0-2-2H6A2.0023,2.0023,0,0,0,4,6v9H2v2H16v9a2.0023,2.0023,0,0,0,2,2h8a2.0023,2.0023,0,0,0,2-2V17h2ZM6,6h8v9H6ZM26,26H18V17h8Z"
2002
+ })), children);
2003
+ });
2004
+ if (process.env.NODE_ENV !== "production") {
2005
+ ChartWinLoss.propTypes = iconPropTypes;
2006
+ }
2007
+ var Chat = /*#__PURE__*/React__default.forwardRef(function Chat(_ref85, ref) {
2008
+ var children = _ref85.children,
2009
+ _ref85$size = _ref85.size,
2010
+ size = _ref85$size === void 0 ? 16 : _ref85$size,
2011
+ rest = _objectWithoutProperties(_ref85, _excluded85);
2012
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
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), _path138 || (_path138 = /*#__PURE__*/React__default.createElement("path", {
2020
+ d: "M17.74,30,16,29l4-7h6a2,2,0,0,0,2-2V8a2,2,0,0,0-2-2H6A2,2,0,0,0,4,8V20a2,2,0,0,0,2,2h9v2H6a4,4,0,0,1-4-4V8A4,4,0,0,1,6,4H26a4,4,0,0,1,4,4V20a4,4,0,0,1-4,4H21.16Z"
2021
+ })), _path139 || (_path139 = /*#__PURE__*/React__default.createElement("path", {
2022
+ d: "M8 10H24V12H8zM8 16H18V18H8z"
2023
+ })), children);
2024
+ });
2025
+ if (process.env.NODE_ENV !== "production") {
2026
+ Chat.propTypes = iconPropTypes;
2027
+ }
2028
+ var ChatLaunch = /*#__PURE__*/React__default.forwardRef(function ChatLaunch(_ref86, ref) {
2029
+ var children = _ref86.children,
2030
+ _ref86$size = _ref86.size,
2031
+ size = _ref86$size === void 0 ? 16 : _ref86$size,
2032
+ rest = _objectWithoutProperties(_ref86, _excluded86);
2033
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2034
+ width: size,
2035
+ height: size,
2036
+ ref: ref,
2037
+ xmlns: "http://www.w3.org/2000/svg",
2038
+ viewBox: "0 0 32 32",
2039
+ fill: "currentColor"
2040
+ }, rest), _path140 || (_path140 = /*#__PURE__*/React__default.createElement("path", {
2041
+ d: "M22 4L22 6 26.586 6 20 12.586 21.414 14 28 7.414 28 12 30 12 30 4 22 4zM28 16v4a1.9965 1.9965 0 01-2 2H20l-4 7 1.7358 1 3.4288-6H26a3.9992 3.9992 0 004-4V16zM4 20V8A1.9965 1.9965 0 016 6H18V4H6A3.9986 3.9986 0 002 8V20a3.9992 3.9992 0 004 4h9V22H6A1.9965 1.9965 0 014 20z"
2042
+ })), children);
2043
+ });
2044
+ if (process.env.NODE_ENV !== "production") {
2045
+ ChatLaunch.propTypes = iconPropTypes;
2046
+ }
2047
+ var ChatOff = /*#__PURE__*/React__default.forwardRef(function ChatOff(_ref87, ref) {
2048
+ var children = _ref87.children,
2049
+ _ref87$size = _ref87.size,
2050
+ size = _ref87$size === void 0 ? 16 : _ref87$size,
2051
+ rest = _objectWithoutProperties(_ref87, _excluded87);
2052
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2053
+ width: size,
2054
+ height: size,
2055
+ ref: ref,
2056
+ xmlns: "http://www.w3.org/2000/svg",
2057
+ viewBox: "0 0 32 32",
2058
+ fill: "currentColor"
2059
+ }, rest), _path141 || (_path141 = /*#__PURE__*/React__default.createElement("path", {
2060
+ d: "M28 8V21h2V8a3.9986 3.9986 0 00-4-4H8.2429l2 2H26A1.9965 1.9965 0 0128 8zM30 28.5859L3.4141 2 2 3.4141 3.5039 4.918A3.9181 3.9181 0 002 8V20a3.9992 3.9992 0 004 4h6V22H6a1.9965 1.9965 0 01-2-2V8a1.9814 1.9814 0 01.9194-1.6665L20.5859 22H17l-4 7 1.7358 1 3.4288-6h4.4213l6 6z"
2061
+ })), children);
2062
+ });
2063
+ if (process.env.NODE_ENV !== "production") {
2064
+ ChatOff.propTypes = iconPropTypes;
2065
+ }
2066
+ var ChatOperational = /*#__PURE__*/React__default.forwardRef(function ChatOperational(_ref88, ref) {
2067
+ var children = _ref88.children,
2068
+ _ref88$size = _ref88.size,
2069
+ size = _ref88$size === void 0 ? 16 : _ref88$size,
2070
+ rest = _objectWithoutProperties(_ref88, _excluded88);
2071
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2072
+ width: size,
2073
+ height: size,
2074
+ ref: ref,
2075
+ xmlns: "http://www.w3.org/2000/svg",
2076
+ viewBox: "0 0 32 32",
2077
+ fill: "currentColor"
2078
+ }, rest), _path142 || (_path142 = /*#__PURE__*/React__default.createElement("path", {
2079
+ d: "M15.586 10.414L19.166 14 19.166 14 15.584 17.587 17 19 22 14 17 9 15.586 10.414z"
2080
+ })), _path143 || (_path143 = /*#__PURE__*/React__default.createElement("path", {
2081
+ d: "M20.586 10.414L24.166 14 24.166 14 20.584 17.587 22 19 27 14 22 9 20.586 10.414zM10 9L11.593 12 15 12.414 12.5 14.667 13 18 10 16.125 7 18 7.5 14.667 5 12.414 8.5 12 10 9z"
2082
+ })), _path144 || (_path144 = /*#__PURE__*/React__default.createElement("path", {
2083
+ d: "M17.7358,30,16,29l4-7h6a1.9966,1.9966,0,0,0,2-2V8a1.9966,1.9966,0,0,0-2-2H6A1.9966,1.9966,0,0,0,4,8V20a1.9966,1.9966,0,0,0,2,2h9v2H6a3.9993,3.9993,0,0,1-4-4V8A3.9988,3.9988,0,0,1,6,4H26a3.9988,3.9988,0,0,1,4,4V20a3.9993,3.9993,0,0,1-4,4H21.1646Z"
2084
+ })), children);
2085
+ });
2086
+ if (process.env.NODE_ENV !== "production") {
2087
+ ChatOperational.propTypes = iconPropTypes;
2088
+ }
2089
+ var ChatBot = /*#__PURE__*/React__default.forwardRef(function ChatBot(_ref89, ref) {
2090
+ var children = _ref89.children,
2091
+ _ref89$size = _ref89.size,
2092
+ size = _ref89$size === void 0 ? 16 : _ref89$size,
2093
+ rest = _objectWithoutProperties(_ref89, _excluded89);
2094
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2095
+ width: size,
2096
+ height: size,
2097
+ ref: ref,
2098
+ xmlns: "http://www.w3.org/2000/svg",
2099
+ viewBox: "0 0 32 32",
2100
+ fill: "currentColor"
2101
+ }, rest), _path145 || (_path145 = /*#__PURE__*/React__default.createElement("path", {
2102
+ d: "M16 19a6.9908 6.9908 0 01-5.833-3.1287l1.666-1.1074a5.0007 5.0007 0 008.334 0l1.666 1.1074A6.9908 6.9908 0 0116 19zM20 8a2 2 0 102 2A1.9806 1.9806 0 0020 8zM12 8a2 2 0 102 2A1.9806 1.9806 0 0012 8z"
2103
+ })), _path146 || (_path146 = /*#__PURE__*/React__default.createElement("path", {
2104
+ d: "M17.7358,30,16,29l4-7h6a1.9966,1.9966,0,0,0,2-2V6a1.9966,1.9966,0,0,0-2-2H6A1.9966,1.9966,0,0,0,4,6V20a1.9966,1.9966,0,0,0,2,2h9v2H6a3.9993,3.9993,0,0,1-4-4V6A3.9988,3.9988,0,0,1,6,2H26a3.9988,3.9988,0,0,1,4,4V20a3.9993,3.9993,0,0,1-4,4H21.1646Z"
2105
+ })), children);
2106
+ });
2107
+ if (process.env.NODE_ENV !== "production") {
2108
+ ChatBot.propTypes = iconPropTypes;
2109
+ }
2110
+ var Checkbox = /*#__PURE__*/React__default.forwardRef(function Checkbox(_ref90, ref) {
2111
+ var children = _ref90.children,
2112
+ _ref90$size = _ref90.size,
2113
+ size = _ref90$size === void 0 ? 16 : _ref90$size,
2114
+ rest = _objectWithoutProperties(_ref90, _excluded90);
2115
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2116
+ width: size,
2117
+ height: size,
2118
+ ref: ref,
2119
+ xmlns: "http://www.w3.org/2000/svg",
2120
+ viewBox: "0 0 32 32",
2121
+ fill: "currentColor"
2122
+ }, rest), _path147 || (_path147 = /*#__PURE__*/React__default.createElement("path", {
2123
+ d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM6,26V6H26V26Z"
2124
+ })), children);
2125
+ });
2126
+ if (process.env.NODE_ENV !== "production") {
2127
+ Checkbox.propTypes = iconPropTypes;
2128
+ }
2129
+ var CheckboxChecked = /*#__PURE__*/React__default.forwardRef(function CheckboxChecked(_ref91, ref) {
2130
+ var children = _ref91.children,
2131
+ _ref91$size = _ref91.size,
2132
+ size = _ref91$size === void 0 ? 16 : _ref91$size,
2133
+ rest = _objectWithoutProperties(_ref91, _excluded91);
2134
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2135
+ width: size,
2136
+ height: size,
2137
+ ref: ref,
2138
+ xmlns: "http://www.w3.org/2000/svg",
2139
+ viewBox: "0 0 32 32",
2140
+ fill: "currentColor"
2141
+ }, rest), _path148 || (_path148 = /*#__PURE__*/React__default.createElement("path", {
2142
+ d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM6,26V6H26V26Z"
2143
+ })), _path149 || (_path149 = /*#__PURE__*/React__default.createElement("path", {
2144
+ d: "M14 21.5L9 16.54 10.59 15 14 18.35 21.41 11 23 12.58 14 21.5z"
2145
+ })), children);
2146
+ });
2147
+ if (process.env.NODE_ENV !== "production") {
2148
+ CheckboxChecked.propTypes = iconPropTypes;
2149
+ }
2150
+ var CheckboxCheckedFilled = /*#__PURE__*/React__default.forwardRef(function CheckboxCheckedFilled(_ref92, ref) {
2151
+ var children = _ref92.children,
2152
+ _ref92$size = _ref92.size,
2153
+ size = _ref92$size === void 0 ? 16 : _ref92$size,
2154
+ rest = _objectWithoutProperties(_ref92, _excluded92);
2155
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2156
+ width: size,
2157
+ height: size,
2158
+ ref: ref,
2159
+ xmlns: "http://www.w3.org/2000/svg",
2160
+ viewBox: "0 0 32 32",
2161
+ fill: "currentColor"
2162
+ }, rest), _path150 || (_path150 = /*#__PURE__*/React__default.createElement("path", {
2163
+ d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM14,21.5,9,16.5427,10.5908,15,14,18.3456,21.4087,11l1.5918,1.5772Z"
2164
+ })), _path151 || (_path151 = /*#__PURE__*/React__default.createElement("path", {
2165
+ fill: "none",
2166
+ d: "M14,21.5,9,16.5427,10.5908,15,14,18.3456,21.4087,11l1.5918,1.5772Z",
2167
+ "data-icon-path": "inner-path"
2168
+ })), children);
2169
+ });
2170
+ if (process.env.NODE_ENV !== "production") {
2171
+ CheckboxCheckedFilled.propTypes = iconPropTypes;
2172
+ }
2173
+ var CheckboxIndeterminate = /*#__PURE__*/React__default.forwardRef(function CheckboxIndeterminate(_ref93, ref) {
2174
+ var children = _ref93.children,
2175
+ _ref93$size = _ref93.size,
2176
+ size = _ref93$size === void 0 ? 16 : _ref93$size,
2177
+ rest = _objectWithoutProperties(_ref93, _excluded93);
2178
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2179
+ width: size,
2180
+ height: size,
2181
+ ref: ref,
2182
+ xmlns: "http://www.w3.org/2000/svg",
2183
+ viewBox: "0 0 32 32",
2184
+ fill: "currentColor"
2185
+ }, rest), _path152 || (_path152 = /*#__PURE__*/React__default.createElement("path", {
2186
+ d: "M10 14H22V18H10z"
2187
+ })), _path153 || (_path153 = /*#__PURE__*/React__default.createElement("path", {
2188
+ d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM6,26V6H26V26Z"
2189
+ })), children);
2190
+ });
2191
+ if (process.env.NODE_ENV !== "production") {
2192
+ CheckboxIndeterminate.propTypes = iconPropTypes;
2193
+ }
2194
+ var CheckboxIndeterminateFilled = /*#__PURE__*/React__default.forwardRef(function CheckboxIndeterminateFilled(_ref94, ref) {
2195
+ var children = _ref94.children,
2196
+ _ref94$size = _ref94.size,
2197
+ size = _ref94$size === void 0 ? 16 : _ref94$size,
2198
+ rest = _objectWithoutProperties(_ref94, _excluded94);
2199
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2200
+ width: size,
2201
+ height: size,
2202
+ ref: ref,
2203
+ xmlns: "http://www.w3.org/2000/svg",
2204
+ viewBox: "0 0 32 32",
2205
+ fill: "currentColor"
2206
+ }, rest), _path154 || (_path154 = /*#__PURE__*/React__default.createElement("path", {
2207
+ d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM22,18H10V14H22Z"
2208
+ })), _path155 || (_path155 = /*#__PURE__*/React__default.createElement("path", {
2209
+ fill: "none",
2210
+ d: "M22,18H10V14H22Z",
2211
+ "data-icon-path": "inner-path"
2212
+ })), children);
2213
+ });
2214
+ if (process.env.NODE_ENV !== "production") {
2215
+ CheckboxIndeterminateFilled.propTypes = iconPropTypes;
2216
+ }
2217
+ var Checkmark = /*#__PURE__*/React__default.forwardRef(function Checkmark(_ref95, ref) {
2218
+ var children = _ref95.children,
2219
+ _ref95$size = _ref95.size,
2220
+ size = _ref95$size === void 0 ? 16 : _ref95$size,
2221
+ rest = _objectWithoutProperties(_ref95, _excluded95);
2222
+ if (size === 20 || size === "20" || size === "20px") {
2223
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2224
+ width: size,
2225
+ height: size,
2226
+ ref: ref,
2227
+ xmlns: "http://www.w3.org/2000/svg",
2228
+ viewBox: "0 0 20 20",
2229
+ fill: "currentColor"
2230
+ }, rest), _path156 || (_path156 = /*#__PURE__*/React__default.createElement("path", {
2231
+ d: "M8 13.2L3.6 8.8 2.7 9.7 7.1 14.1 8 15 16.5 6.5 15.6 5.6z"
2232
+ })), _path157 || (_path157 = /*#__PURE__*/React__default.createElement("path", {
2233
+ d: "M15.6 5.6L8 13.2 3.6 8.8 2.7 9.7 7.1 14.1 8 15 16.5 6.5 15.6 5.6z"
2234
+ })), children);
2235
+ }
2236
+ if (size === 24 || size === "24" || size === "24px") {
2237
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2238
+ width: size,
2239
+ height: size,
2240
+ ref: ref,
2241
+ xmlns: "http://www.w3.org/2000/svg",
2242
+ viewBox: "0 0 24 24",
2243
+ fill: "currentColor"
2244
+ }, rest), _path158 || (_path158 = /*#__PURE__*/React__default.createElement("path", {
2245
+ d: "M10 15.9L4.7 10.6 3.6 11.6 8.9 16.9 10 18 20.6 7.4 19.5 6.3z"
2246
+ })), children);
2247
+ }
2248
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2249
+ width: size,
2250
+ height: size,
2251
+ ref: ref,
2252
+ xmlns: "http://www.w3.org/2000/svg",
2253
+ viewBox: "0 0 32 32",
2254
+ fill: "currentColor"
2255
+ }, rest), _path159 || (_path159 = /*#__PURE__*/React__default.createElement("path", {
2256
+ d: "M13 24L4 15 5.414 13.586 13 21.171 26.586 7.586 28 9 13 24z"
2257
+ })), children);
2258
+ });
2259
+ if (process.env.NODE_ENV !== "production") {
2260
+ Checkmark.propTypes = iconPropTypes;
2261
+ }
2262
+ var CheckmarkFilled = /*#__PURE__*/React__default.forwardRef(function CheckmarkFilled(_ref96, ref) {
2263
+ var children = _ref96.children,
2264
+ _ref96$size = _ref96.size,
2265
+ size = _ref96$size === void 0 ? 16 : _ref96$size,
2266
+ rest = _objectWithoutProperties(_ref96, _excluded96);
2267
+ if (size === 16 || size === "16" || size === "16px") {
2268
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2269
+ width: size,
2270
+ height: size,
2271
+ ref: ref,
2272
+ xmlns: "http://www.w3.org/2000/svg",
2273
+ viewBox: "0 0 16 16",
2274
+ fill: "currentColor"
2275
+ }, rest), _path160 || (_path160 = /*#__PURE__*/React__default.createElement("path", {
2276
+ d: "M8,1C4.1,1,1,4.1,1,8c0,3.9,3.1,7,7,7s7-3.1,7-7C15,4.1,11.9,1,8,1z M7,11L4.3,8.3l0.9-0.8L7,9.3l4-3.9l0.9,0.8L7,11z"
2277
+ })), _path161 || (_path161 = /*#__PURE__*/React__default.createElement("path", {
2278
+ d: "M7,11L4.3,8.3l0.9-0.8L7,9.3l4-3.9l0.9,0.8L7,11z",
2279
+ "data-icon-path": "inner-path",
2280
+ opacity: "0"
2281
+ })), children);
2282
+ }
2283
+ if (size === 20 || size === "20" || size === "20px") {
2284
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2285
+ width: size,
2286
+ height: size,
2287
+ ref: ref,
2288
+ xmlns: "http://www.w3.org/2000/svg",
2289
+ viewBox: "0 0 20 20",
2290
+ fill: "currentColor"
2291
+ }, rest), _path162 || (_path162 = /*#__PURE__*/React__default.createElement("path", {
2292
+ d: "M10,1c-4.9,0-9,4.1-9,9s4.1,9,9,9s9-4,9-9S15,1,10,1z M8.7,13.5l-3.2-3.2l1-1l2.2,2.2l4.8-4.8l1,1L8.7,13.5z"
2293
+ })), _path163 || (_path163 = /*#__PURE__*/React__default.createElement("path", {
2294
+ fill: "none",
2295
+ d: "M8.7,13.5l-3.2-3.2l1-1l2.2,2.2l4.8-4.8l1,1L8.7,13.5z",
2296
+ "data-icon-path": "inner-path",
2297
+ opacity: "0"
2298
+ })), children);
2299
+ }
2300
+ if (size === 24 || size === "24" || size === "24px") {
2301
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2302
+ width: size,
2303
+ height: size,
2304
+ ref: ref,
2305
+ xmlns: "http://www.w3.org/2000/svg",
2306
+ viewBox: "0 0 24 24",
2307
+ fill: "currentColor"
2308
+ }, rest), _path164 || (_path164 = /*#__PURE__*/React__default.createElement("path", {
2309
+ d: "M12,1C6,1,1,6,1,12s5,11,11,11s11-4.9,11-11S18.1,1,12,1z M10.4,16.3l-3.9-3.9l1.3-1.2l2.7,2.7l5.8-5.8l1.3,1.3L10.4,16.3z"
2310
+ })), _path165 || (_path165 = /*#__PURE__*/React__default.createElement("path", {
2311
+ fill: "none",
2312
+ d: "M10.4,16.3l-3.9-3.9l1.3-1.2l2.7,2.7l5.8-5.8l1.3,1.3L10.4,16.3z",
2313
+ "data-icon-path": "inner-path",
2314
+ opacity: "0"
2315
+ })), children);
2316
+ }
2317
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2318
+ width: size,
2319
+ height: size,
2320
+ ref: ref,
2321
+ xmlns: "http://www.w3.org/2000/svg",
2322
+ viewBox: "0 0 32 32",
2323
+ fill: "currentColor"
2324
+ }, rest), _path166 || (_path166 = /*#__PURE__*/React__default.createElement("path", {
2325
+ d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM14,21.5908l-5-5L10.5906,15,14,18.4092,21.41,11l1.5957,1.5859Z"
2326
+ })), _path167 || (_path167 = /*#__PURE__*/React__default.createElement("path", {
2327
+ fill: "none",
2328
+ d: "M14 21.591L9 16.591 10.591 15 14 18.409 21.41 11 23.005 12.585 14 21.591z",
2329
+ "data-icon-path": "inner-path"
2330
+ })), children);
2331
+ });
2332
+ if (process.env.NODE_ENV !== "production") {
2333
+ CheckmarkFilled.propTypes = iconPropTypes;
2334
+ }
2335
+ var CheckmarkFilledError = /*#__PURE__*/React__default.forwardRef(function CheckmarkFilledError(_ref97, ref) {
2336
+ var children = _ref97.children,
2337
+ _ref97$size = _ref97.size,
2338
+ size = _ref97$size === void 0 ? 16 : _ref97$size,
2339
+ rest = _objectWithoutProperties(_ref97, _excluded97);
2340
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2341
+ width: size,
2342
+ height: size,
2343
+ ref: ref,
2344
+ xmlns: "http://www.w3.org/2000/svg",
2345
+ viewBox: "0 0 32 32",
2346
+ fill: "currentColor"
2347
+ }, rest), _path168 || (_path168 = /*#__PURE__*/React__default.createElement("path", {
2348
+ d: "M30,24a6,6,0,1,0-6,6A6.0066,6.0066,0,0,0,30,24Zm-2,0a3.9521,3.9521,0,0,1-.5669,2.019L21.981,20.5669A3.9529,3.9529,0,0,1,24,20,4.0045,4.0045,0,0,1,28,24Zm-8,0a3.9521,3.9521,0,0,1,.5669-2.019l5.4521,5.4521A3.9529,3.9529,0,0,1,24,28,4.0045,4.0045,0,0,1,20,24Z"
2349
+ })), _path169 || (_path169 = /*#__PURE__*/React__default.createElement("path", {
2350
+ d: "M14,2a12,12,0,1,0,2,23.82V24a8,8,0,0,1,8-8h1.82A11.9348,11.9348,0,0,0,14,2ZM12,18.5908l-4-4L9.5908,13,12,15.4092,17.4092,10,19,11.5908Z"
2351
+ })), _path170 || (_path170 = /*#__PURE__*/React__default.createElement("path", {
2352
+ fill: "none",
2353
+ d: "M12 18.591L8 14.591 9.591 13 12 15.409 17.409 10 19 11.591 12 18.591z",
2354
+ "data-icon-path": "inner-path"
2355
+ })), children);
2356
+ });
2357
+ if (process.env.NODE_ENV !== "production") {
2358
+ CheckmarkFilledError.propTypes = iconPropTypes;
2359
+ }
2360
+ var CheckmarkFilledWarning = /*#__PURE__*/React__default.forwardRef(function CheckmarkFilledWarning(_ref98, ref) {
2361
+ var children = _ref98.children,
2362
+ _ref98$size = _ref98.size,
2363
+ size = _ref98$size === void 0 ? 16 : _ref98$size,
2364
+ rest = _objectWithoutProperties(_ref98, _excluded98);
2365
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2366
+ width: size,
2367
+ height: size,
2368
+ ref: ref,
2369
+ xmlns: "http://www.w3.org/2000/svg",
2370
+ viewBox: "0 0 32 32",
2371
+ fill: "currentColor"
2372
+ }, rest), _path171 || (_path171 = /*#__PURE__*/React__default.createElement("path", {
2373
+ d: "M14,2a12,12,0,1,0,3.3928,23.5059l3.9246-7.8492A2.9846,2.9846,0,0,1,24,16h1.82A11.9348,11.9348,0,0,0,14,2ZM12,18.5908l-4-4L9.5908,13,12,15.4092,17.4092,10,19,11.5908Z"
2374
+ })), _path172 || (_path172 = /*#__PURE__*/React__default.createElement("path", {
2375
+ d: "M27.38,28H20.6178L24,21.2358ZM24,18a1,1,0,0,0-.8947.5527l-5,10A1.0005,1.0005,0,0,0,19,30H29a1,1,0,0,0,.9214-1.3892L24.8946,18.5527A1,1,0,0,0,24,18Z"
2376
+ })), _path173 || (_path173 = /*#__PURE__*/React__default.createElement("path", {
2377
+ fill: "none",
2378
+ d: "M12 18.591L8 14.591 9.591 13 12 15.409 17.409 10 19 11.591 12 18.591z",
2379
+ "data-icon-path": "inner-path"
2380
+ })), children);
2381
+ });
2382
+ if (process.env.NODE_ENV !== "production") {
2383
+ CheckmarkFilledWarning.propTypes = iconPropTypes;
2384
+ }
2385
+ var CheckmarkOutline = /*#__PURE__*/React__default.forwardRef(function CheckmarkOutline(_ref99, ref) {
2386
+ var children = _ref99.children,
2387
+ _ref99$size = _ref99.size,
2388
+ size = _ref99$size === void 0 ? 16 : _ref99$size,
2389
+ rest = _objectWithoutProperties(_ref99, _excluded99);
2390
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2391
+ width: size,
2392
+ height: size,
2393
+ ref: ref,
2394
+ xmlns: "http://www.w3.org/2000/svg",
2395
+ viewBox: "0 0 32 32",
2396
+ fill: "currentColor"
2397
+ }, rest), _path174 || (_path174 = /*#__PURE__*/React__default.createElement("path", {
2398
+ d: "M14 21.414L9 16.413 10.413 15 14 18.586 21.585 11 23 12.415 14 21.414z"
2399
+ })), _path175 || (_path175 = /*#__PURE__*/React__default.createElement("path", {
2400
+ d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,26A12,12,0,1,1,28,16,12,12,0,0,1,16,28Z"
2401
+ })), children);
2402
+ });
2403
+ if (process.env.NODE_ENV !== "production") {
2404
+ CheckmarkOutline.propTypes = iconPropTypes;
2405
+ }
2406
+ var CheckmarkOutlineError = /*#__PURE__*/React__default.forwardRef(function CheckmarkOutlineError(_ref100, ref) {
2407
+ var children = _ref100.children,
2408
+ _ref100$size = _ref100.size,
2409
+ size = _ref100$size === void 0 ? 16 : _ref100$size,
2410
+ rest = _objectWithoutProperties(_ref100, _excluded100);
2411
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2412
+ width: size,
2413
+ height: size,
2414
+ ref: ref,
2415
+ xmlns: "http://www.w3.org/2000/svg",
2416
+ viewBox: "0 0 32 32",
2417
+ fill: "currentColor"
2418
+ }, rest), _path176 || (_path176 = /*#__PURE__*/React__default.createElement("path", {
2419
+ d: "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z"
2420
+ })), _path177 || (_path177 = /*#__PURE__*/React__default.createElement("path", {
2421
+ d: "M12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59zM30 24a6 6 0 10-6 6A6.0066 6.0066 0 0030 24zm-2 0a3.9521 3.9521 0 01-.5669 2.019L21.981 20.5669A3.9529 3.9529 0 0124 20 4.0045 4.0045 0 0128 24zm-8 0a3.9521 3.9521 0 01.5669-2.019l5.4521 5.4521A3.9529 3.9529 0 0124 28 4.0045 4.0045 0 0120 24z"
2422
+ })), children);
2423
+ });
2424
+ if (process.env.NODE_ENV !== "production") {
2425
+ CheckmarkOutlineError.propTypes = iconPropTypes;
2426
+ }
2427
+ var CheckmarkOutlineWarning = /*#__PURE__*/React__default.forwardRef(function CheckmarkOutlineWarning(_ref101, ref) {
2428
+ var children = _ref101.children,
2429
+ _ref101$size = _ref101.size,
2430
+ size = _ref101$size === void 0 ? 16 : _ref101$size,
2431
+ rest = _objectWithoutProperties(_ref101, _excluded101);
2432
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2433
+ width: size,
2434
+ height: size,
2435
+ ref: ref,
2436
+ xmlns: "http://www.w3.org/2000/svg",
2437
+ viewBox: "0 0 32 32",
2438
+ fill: "currentColor"
2439
+ }, rest), _path178 || (_path178 = /*#__PURE__*/React__default.createElement("path", {
2440
+ d: "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z"
2441
+ })), _path179 || (_path179 = /*#__PURE__*/React__default.createElement("path", {
2442
+ d: "M12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59zM27.38 28H20.6178L24 21.2358zM24 18a1 1 0 00-.8947.5527l-5 10A1.0005 1.0005 0 0019 30H29a1 1 0 00.9214-1.3892L24.8946 18.5527A1 1 0 0024 18z"
2443
+ })), children);
2444
+ });
2445
+ if (process.env.NODE_ENV !== "production") {
2446
+ CheckmarkOutlineWarning.propTypes = iconPropTypes;
2447
+ }
2448
+ var Chemistry = /*#__PURE__*/React__default.forwardRef(function Chemistry(_ref102, ref) {
2449
+ var children = _ref102.children,
2450
+ _ref102$size = _ref102.size,
2451
+ size = _ref102$size === void 0 ? 16 : _ref102$size,
2452
+ rest = _objectWithoutProperties(_ref102, _excluded102);
2453
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2454
+ width: size,
2455
+ height: size,
2456
+ ref: ref,
2457
+ xmlns: "http://www.w3.org/2000/svg",
2458
+ viewBox: "0 0 32 32",
2459
+ fill: "currentColor"
2460
+ }, rest), _path180 || (_path180 = /*#__PURE__*/React__default.createElement("path", {
2461
+ d: "M27.2314,23.6182,20,13.6748V4h2V2H10V4h2v9.6748L4.7686,23.6182A4.0183,4.0183,0,0,0,8.0186,30H23.9814a4.0183,4.0183,0,0,0,3.25-6.3818ZM14,14.3252V4h4V14.3252L20.6728,18H11.3272ZM23.9814,28H8.0186a2.0192,2.0192,0,0,1-1.6329-3.2061L9.8726,20H22.1274l3.4869,4.7939A2.0192,2.0192,0,0,1,23.9814,28Z"
2462
+ })), children);
2463
+ });
2464
+ if (process.env.NODE_ENV !== "production") {
2465
+ Chemistry.propTypes = iconPropTypes;
2466
+ }
2467
+ var ChemistryReference = /*#__PURE__*/React__default.forwardRef(function ChemistryReference(_ref103, ref) {
2468
+ var children = _ref103.children,
2469
+ _ref103$size = _ref103.size,
2470
+ size = _ref103$size === void 0 ? 16 : _ref103$size,
2471
+ rest = _objectWithoutProperties(_ref103, _excluded103);
2472
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2473
+ width: size,
2474
+ height: size,
2475
+ ref: ref,
2476
+ xmlns: "http://www.w3.org/2000/svg",
2477
+ viewBox: "0 0 32 32",
2478
+ fill: "currentColor"
2479
+ }, rest), _path181 || (_path181 = /*#__PURE__*/React__default.createElement("path", {
2480
+ d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
2481
+ })), _path182 || (_path182 = /*#__PURE__*/React__default.createElement("path", {
2482
+ d: "M20,13.67V4h2V2H10V4h2v9.67L9.58,17h2.4767L14,14.33V4h4V14.33l7.61,10.46a2.0133,2.0133,0,0,1-.44,2.82,2.0406,2.0406,0,0,1-1.19.39H15v2h8.98a4.0154,4.0154,0,0,0,3.25-6.38Z"
2483
+ })), children);
2484
+ });
2485
+ if (process.env.NODE_ENV !== "production") {
2486
+ ChemistryReference.propTypes = iconPropTypes;
2487
+ }
2488
+ var ChevronDown = /*#__PURE__*/React__default.forwardRef(function ChevronDown(_ref104, ref) {
2489
+ var children = _ref104.children,
2490
+ _ref104$size = _ref104.size,
2491
+ size = _ref104$size === void 0 ? 16 : _ref104$size,
2492
+ rest = _objectWithoutProperties(_ref104, _excluded104);
2493
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
2494
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2495
+ width: size,
2496
+ height: size,
2497
+ ref: ref,
2498
+ xmlns: "http://www.w3.org/2000/svg",
2499
+ viewBox: "0 0 10 6",
2500
+ fill: "currentColor"
2501
+ }, rest), _path183 || (_path183 = /*#__PURE__*/React__default.createElement("path", {
2502
+ d: "M5 6L0 1 0.7 0.3 5 4.6 9.3 0.3 10 1z"
2503
+ })), children);
2504
+ }
2505
+ if (size === 16 || size === "16" || size === "16px") {
2506
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2507
+ width: size,
2508
+ height: size,
2509
+ ref: ref,
2510
+ xmlns: "http://www.w3.org/2000/svg",
2511
+ viewBox: "0 0 16 16",
2512
+ fill: "currentColor"
2513
+ }, rest), _path184 || (_path184 = /*#__PURE__*/React__default.createElement("path", {
2514
+ d: "M8 11L3 6 3.7 5.3 8 9.6 12.3 5.3 13 6z"
2515
+ })), children);
2516
+ }
2517
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2518
+ width: size,
2519
+ height: size,
2520
+ ref: ref,
2521
+ xmlns: "http://www.w3.org/2000/svg",
2522
+ viewBox: "0 0 32 32",
2523
+ fill: "currentColor"
2524
+ }, rest), _path185 || (_path185 = /*#__PURE__*/React__default.createElement("path", {
2525
+ d: "M16 22L6 12 7.4 10.6 16 19.2 24.6 10.6 26 12z"
2526
+ })), children);
2527
+ });
2528
+ if (process.env.NODE_ENV !== "production") {
2529
+ ChevronDown.propTypes = iconPropTypes;
2530
+ }
2531
+ var ChevronDownOutline = /*#__PURE__*/React__default.forwardRef(function ChevronDownOutline(_ref105, ref) {
2532
+ var children = _ref105.children,
2533
+ _ref105$size = _ref105.size,
2534
+ size = _ref105$size === void 0 ? 16 : _ref105$size,
2535
+ rest = _objectWithoutProperties(_ref105, _excluded105);
2536
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2537
+ width: size,
2538
+ height: size,
2539
+ ref: ref,
2540
+ xmlns: "http://www.w3.org/2000/svg",
2541
+ viewBox: "0 0 32 32",
2542
+ fill: "currentColor"
2543
+ }, rest), _path186 || (_path186 = /*#__PURE__*/React__default.createElement("path", {
2544
+ d: "M9.4142 12.5858L16 19.1714 22.5858 12.5858 24 14 16 22 8 14 9.4142 12.5858z"
2545
+ })), _path187 || (_path187 = /*#__PURE__*/React__default.createElement("path", {
2546
+ d: "m30,16c0,7.7197-6.2803,14-14,14S2,23.7197,2,16,8.2803,2,16,2s14,6.2803,14,14Zm-26,0c0,6.6167,5.3833,12,12,12s12-5.3833,12-12-5.3833-12-12-12S4,9.3833,4,16Z"
2547
+ })), children);
2548
+ });
2549
+ if (process.env.NODE_ENV !== "production") {
2550
+ ChevronDownOutline.propTypes = iconPropTypes;
2551
+ }
2552
+ var ChevronLeft = /*#__PURE__*/React__default.forwardRef(function ChevronLeft(_ref106, ref) {
2553
+ var children = _ref106.children,
2554
+ _ref106$size = _ref106.size,
2555
+ size = _ref106$size === void 0 ? 16 : _ref106$size,
2556
+ rest = _objectWithoutProperties(_ref106, _excluded106);
2557
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
2558
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2559
+ width: size,
2560
+ height: size,
2561
+ ref: ref,
2562
+ xmlns: "http://www.w3.org/2000/svg",
2563
+ viewBox: "0 0 6 10",
2564
+ fill: "currentColor"
2565
+ }, rest), _path188 || (_path188 = /*#__PURE__*/React__default.createElement("path", {
2566
+ d: "M0 5L5 0 5.7 0.7 1.4 5 5.7 9.3 5 10z"
2567
+ })), children);
2568
+ }
2569
+ if (size === 16 || size === "16" || size === "16px") {
2570
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2571
+ width: size,
2572
+ height: size,
2573
+ ref: ref,
2574
+ xmlns: "http://www.w3.org/2000/svg",
2575
+ viewBox: "0 0 16 16",
2576
+ fill: "currentColor"
2577
+ }, rest), _path189 || (_path189 = /*#__PURE__*/React__default.createElement("path", {
2578
+ d: "M5 8L10 3 10.7 3.7 6.4 8 10.7 12.3 10 13z"
2579
+ })), children);
2580
+ }
2581
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2582
+ width: size,
2583
+ height: size,
2584
+ ref: ref,
2585
+ xmlns: "http://www.w3.org/2000/svg",
2586
+ viewBox: "0 0 32 32",
2587
+ fill: "currentColor"
2588
+ }, rest), _path190 || (_path190 = /*#__PURE__*/React__default.createElement("path", {
2589
+ d: "M10 16L20 6 21.4 7.4 12.8 16 21.4 24.6 20 26z"
2590
+ })), children);
2591
+ });
2592
+ if (process.env.NODE_ENV !== "production") {
2593
+ ChevronLeft.propTypes = iconPropTypes;
2594
+ }
2595
+ var ChevronMini = /*#__PURE__*/React__default.forwardRef(function ChevronMini(_ref107, ref) {
2596
+ var children = _ref107.children,
2597
+ _ref107$size = _ref107.size,
2598
+ size = _ref107$size === void 0 ? 16 : _ref107$size,
2599
+ rest = _objectWithoutProperties(_ref107, _excluded107);
2600
+ if (size === 16 || size === "16" || size === "16px") {
2601
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2602
+ width: size,
2603
+ height: size,
2604
+ ref: ref,
2605
+ xmlns: "http://www.w3.org/2000/svg",
2606
+ viewBox: "0 0 16 16",
2607
+ fill: "currentColor"
2608
+ }, rest), _path191 || (_path191 = /*#__PURE__*/React__default.createElement("path", {
2609
+ d: "M15 9L15 15 9 15z"
2610
+ })), children);
2611
+ }
2612
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2613
+ width: size,
2614
+ height: size,
2615
+ ref: ref,
2616
+ xmlns: "http://www.w3.org/2000/svg",
2617
+ viewBox: "0 0 32 32",
2618
+ fill: "currentColor"
2619
+ }, rest), _path192 || (_path192 = /*#__PURE__*/React__default.createElement("path", {
2620
+ d: "M31 19L31 31 19 31 31 19z"
2621
+ })), children);
2622
+ });
2623
+ if (process.env.NODE_ENV !== "production") {
2624
+ ChevronMini.propTypes = iconPropTypes;
2625
+ }
2626
+ var ChevronRight = /*#__PURE__*/React__default.forwardRef(function ChevronRight(_ref108, ref) {
2627
+ var children = _ref108.children,
2628
+ _ref108$size = _ref108.size,
2629
+ size = _ref108$size === void 0 ? 16 : _ref108$size,
2630
+ rest = _objectWithoutProperties(_ref108, _excluded108);
2631
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
2632
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2633
+ width: size,
2634
+ height: size,
2635
+ ref: ref,
2636
+ xmlns: "http://www.w3.org/2000/svg",
2637
+ viewBox: "0 0 6 10",
2638
+ fill: "currentColor"
2639
+ }, rest), _path193 || (_path193 = /*#__PURE__*/React__default.createElement("path", {
2640
+ d: "M6 5L1 10 0.3 9.3 4.6 5 0.3 0.7 1 0z"
2641
+ })), children);
2642
+ }
2643
+ if (size === 16 || size === "16" || size === "16px") {
2644
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2645
+ width: size,
2646
+ height: size,
2647
+ ref: ref,
2648
+ xmlns: "http://www.w3.org/2000/svg",
2649
+ viewBox: "0 0 16 16",
2650
+ fill: "currentColor"
2651
+ }, rest), _path194 || (_path194 = /*#__PURE__*/React__default.createElement("path", {
2652
+ d: "M11 8L6 13 5.3 12.3 9.6 8 5.3 3.7 6 3z"
2653
+ })), children);
2654
+ }
2655
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2656
+ width: size,
2657
+ height: size,
2658
+ ref: ref,
2659
+ xmlns: "http://www.w3.org/2000/svg",
2660
+ viewBox: "0 0 32 32",
2661
+ fill: "currentColor"
2662
+ }, rest), _path195 || (_path195 = /*#__PURE__*/React__default.createElement("path", {
2663
+ d: "M22 16L12 26 10.6 24.6 19.2 16 10.6 7.4 12 6z"
2664
+ })), children);
2665
+ });
2666
+ if (process.env.NODE_ENV !== "production") {
2667
+ ChevronRight.propTypes = iconPropTypes;
2668
+ }
2669
+ var ChevronSort = /*#__PURE__*/React__default.forwardRef(function ChevronSort(_ref109, ref) {
2670
+ var children = _ref109.children,
2671
+ _ref109$size = _ref109.size,
2672
+ size = _ref109$size === void 0 ? 16 : _ref109$size,
2673
+ rest = _objectWithoutProperties(_ref109, _excluded109);
2674
+ if (size === 16 || size === "16" || size === "16px") {
2675
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2676
+ width: size,
2677
+ height: size,
2678
+ ref: ref,
2679
+ xmlns: "http://www.w3.org/2000/svg",
2680
+ viewBox: "0 0 16 16",
2681
+ fill: "currentColor"
2682
+ }, rest), _path196 || (_path196 = /*#__PURE__*/React__default.createElement("path", {
2683
+ d: "M8 14L4.5 10.5 5.2 9.8 8 12.6 10.8 9.8 11.5 10.5zM8 2L11.5 5.5 10.8 6.2 8 3.4 5.2 6.2 4.5 5.5z"
2684
+ })), children);
2685
+ }
2686
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2687
+ width: size,
2688
+ height: size,
2689
+ ref: ref,
2690
+ xmlns: "http://www.w3.org/2000/svg",
2691
+ viewBox: "0 0 32 32",
2692
+ fill: "currentColor"
2693
+ }, rest), _path197 || (_path197 = /*#__PURE__*/React__default.createElement("path", {
2694
+ d: "M16 28L9 21 10.41 19.59 16 25.17 21.59 19.59 23 21 16 28zM16 4L23 11 21.59 12.41 16 6.83 10.41 12.41 9 11 16 4z"
2695
+ })), children);
2696
+ });
2697
+ if (process.env.NODE_ENV !== "production") {
2698
+ ChevronSort.propTypes = iconPropTypes;
2699
+ }
2700
+ var ChevronSortDown = /*#__PURE__*/React__default.forwardRef(function ChevronSortDown(_ref110, ref) {
2701
+ var children = _ref110.children,
2702
+ _ref110$size = _ref110.size,
2703
+ size = _ref110$size === void 0 ? 16 : _ref110$size,
2704
+ rest = _objectWithoutProperties(_ref110, _excluded110);
2705
+ if (size === 16 || size === "16" || size === "16px") {
2706
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2707
+ width: size,
2708
+ height: size,
2709
+ ref: ref,
2710
+ xmlns: "http://www.w3.org/2000/svg",
2711
+ viewBox: "0 0 16 16",
2712
+ fill: "currentColor"
2713
+ }, rest), _path198 || (_path198 = /*#__PURE__*/React__default.createElement("path", {
2714
+ d: "M8 14L4.5 10.5 5.2 9.8 8 12.6 10.8 9.8 11.5 10.5z"
2715
+ })), children);
2716
+ }
2717
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2718
+ width: size,
2719
+ height: size,
2720
+ ref: ref,
2721
+ xmlns: "http://www.w3.org/2000/svg",
2722
+ viewBox: "0 0 32 32",
2723
+ fill: "currentColor"
2724
+ }, rest), _path199 || (_path199 = /*#__PURE__*/React__default.createElement("path", {
2725
+ d: "M16 28L9 21 10.4 19.6 16 25.2 21.6 19.6 23 21z"
2726
+ })), children);
2727
+ });
2728
+ if (process.env.NODE_ENV !== "production") {
2729
+ ChevronSortDown.propTypes = iconPropTypes;
2730
+ }
2731
+ var ChevronSortUp = /*#__PURE__*/React__default.forwardRef(function ChevronSortUp(_ref111, ref) {
2732
+ var children = _ref111.children,
2733
+ _ref111$size = _ref111.size,
2734
+ size = _ref111$size === void 0 ? 16 : _ref111$size,
2735
+ rest = _objectWithoutProperties(_ref111, _excluded111);
2736
+ if (size === 16 || size === "16" || size === "16px") {
2737
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2738
+ width: size,
2739
+ height: size,
2740
+ ref: ref,
2741
+ xmlns: "http://www.w3.org/2000/svg",
2742
+ viewBox: "0 0 16 16",
2743
+ fill: "currentColor"
2744
+ }, rest), _path200 || (_path200 = /*#__PURE__*/React__default.createElement("path", {
2745
+ d: "M8 2L11.5 5.5 10.8 6.2 8 3.4 5.2 6.2 4.5 5.5z"
2746
+ })), children);
2747
+ }
2748
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2749
+ width: size,
2750
+ height: size,
2751
+ ref: ref,
2752
+ xmlns: "http://www.w3.org/2000/svg",
2753
+ viewBox: "0 0 32 32",
2754
+ fill: "currentColor"
2755
+ }, rest), _path201 || (_path201 = /*#__PURE__*/React__default.createElement("path", {
2756
+ d: "M16 4L23 11 21.6 12.4 16 6.8 10.4 12.4 9 11z"
2757
+ })), children);
2758
+ });
2759
+ if (process.env.NODE_ENV !== "production") {
2760
+ ChevronSortUp.propTypes = iconPropTypes;
2761
+ }
2762
+ var ChevronUp = /*#__PURE__*/React__default.forwardRef(function ChevronUp(_ref112, ref) {
2763
+ var children = _ref112.children,
2764
+ _ref112$size = _ref112.size,
2765
+ size = _ref112$size === void 0 ? 16 : _ref112$size,
2766
+ rest = _objectWithoutProperties(_ref112, _excluded112);
2767
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
2768
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2769
+ width: size,
2770
+ height: size,
2771
+ ref: ref,
2772
+ xmlns: "http://www.w3.org/2000/svg",
2773
+ viewBox: "0 0 10 6",
2774
+ fill: "currentColor"
2775
+ }, rest), _path202 || (_path202 = /*#__PURE__*/React__default.createElement("path", {
2776
+ d: "M5 0L10 5 9.3 5.7 5 1.4 0.7 5.7 0 5z"
2777
+ })), children);
2778
+ }
2779
+ if (size === 16 || size === "16" || size === "16px") {
2780
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2781
+ width: size,
2782
+ height: size,
2783
+ ref: ref,
2784
+ xmlns: "http://www.w3.org/2000/svg",
2785
+ viewBox: "0 0 16 16",
2786
+ fill: "currentColor"
2787
+ }, rest), _path203 || (_path203 = /*#__PURE__*/React__default.createElement("path", {
2788
+ d: "M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z"
2789
+ })), children);
2790
+ }
2791
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2792
+ width: size,
2793
+ height: size,
2794
+ ref: ref,
2795
+ xmlns: "http://www.w3.org/2000/svg",
2796
+ viewBox: "0 0 32 32",
2797
+ fill: "currentColor"
2798
+ }, rest), _path204 || (_path204 = /*#__PURE__*/React__default.createElement("path", {
2799
+ d: "M16 10L26 20 24.6 21.4 16 12.8 7.4 21.4 6 20z"
2800
+ })), children);
2801
+ });
2802
+ if (process.env.NODE_ENV !== "production") {
2803
+ ChevronUp.propTypes = iconPropTypes;
2804
+ }
2805
+ var ChevronUpOutline = /*#__PURE__*/React__default.forwardRef(function ChevronUpOutline(_ref113, ref) {
2806
+ var children = _ref113.children,
2807
+ _ref113$size = _ref113.size,
2808
+ size = _ref113$size === void 0 ? 16 : _ref113$size,
2809
+ rest = _objectWithoutProperties(_ref113, _excluded113);
2810
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2811
+ width: size,
2812
+ height: size,
2813
+ ref: ref,
2814
+ xmlns: "http://www.w3.org/2000/svg",
2815
+ viewBox: "0 0 32 32",
2816
+ fill: "currentColor"
2817
+ }, rest), _path205 || (_path205 = /*#__PURE__*/React__default.createElement("path", {
2818
+ d: "M9.4142 19.4142L16 12.8286 22.5858 19.4142 24 18 16 10 8 18 9.4142 19.4142z"
2819
+ })), _path206 || (_path206 = /*#__PURE__*/React__default.createElement("path", {
2820
+ d: "m30,16c0,7.7197-6.2803,14-14,14S2,23.7197,2,16,8.2803,2,16,2s14,6.2803,14,14Zm-26,0c0,6.6167,5.3833,12,12,12s12-5.3833,12-12-5.3833-12-12-12S4,9.3833,4,16Z"
2821
+ })), children);
2822
+ });
2823
+ if (process.env.NODE_ENV !== "production") {
2824
+ ChevronUpOutline.propTypes = iconPropTypes;
2825
+ }
2826
+ var Chip = /*#__PURE__*/React__default.forwardRef(function Chip(_ref114, ref) {
2827
+ var children = _ref114.children,
2828
+ _ref114$size = _ref114.size,
2829
+ size = _ref114$size === void 0 ? 16 : _ref114$size,
2830
+ rest = _objectWithoutProperties(_ref114, _excluded114);
2831
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2832
+ width: size,
2833
+ height: size,
2834
+ ref: ref,
2835
+ xmlns: "http://www.w3.org/2000/svg",
2836
+ viewBox: "0 0 32 32",
2837
+ fill: "currentColor"
2838
+ }, rest), _path207 || (_path207 = /*#__PURE__*/React__default.createElement("path", {
2839
+ d: "M11,11V21H21V11Zm8,8H13V13h6Z"
2840
+ })), _path208 || (_path208 = /*#__PURE__*/React__default.createElement("path", {
2841
+ d: "M30,13V11H26V8a2,2,0,0,0-2-2H21V2H19V6H13V2H11V6H8A2,2,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2,2,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2,2,0,0,0,2-2V21h4V19H26V13ZM24,24H8V8H24Z"
2842
+ })), children);
2843
+ });
2844
+ if (process.env.NODE_ENV !== "production") {
2845
+ Chip.propTypes = iconPropTypes;
2846
+ }
2847
+ var Choices = /*#__PURE__*/React__default.forwardRef(function Choices(_ref115, ref) {
2848
+ var children = _ref115.children,
2849
+ _ref115$size = _ref115.size,
2850
+ size = _ref115$size === void 0 ? 16 : _ref115$size,
2851
+ rest = _objectWithoutProperties(_ref115, _excluded115);
2852
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2853
+ width: size,
2854
+ height: size,
2855
+ ref: ref,
2856
+ xmlns: "http://www.w3.org/2000/svg",
2857
+ viewBox: "0 0 32 32",
2858
+ fill: "currentColor"
2859
+ }, rest), _path209 || (_path209 = /*#__PURE__*/React__default.createElement("path", {
2860
+ d: "M28 13L28 4 19 4 19 6 24.586 6 16 14.586 7.414 6 13 6 13 4 4 4 4 13 6 13 6 7.414 15 16.414 15 26 4 26 4 28 28 28 28 26 17 26 17 16.414 26 7.414 26 13 28 13z"
2861
+ })), children);
2862
+ });
2863
+ if (process.env.NODE_ENV !== "production") {
2864
+ Choices.propTypes = iconPropTypes;
2865
+ }
2866
+ var ChooseItem = /*#__PURE__*/React__default.forwardRef(function ChooseItem(_ref116, ref) {
2867
+ var children = _ref116.children,
2868
+ _ref116$size = _ref116.size,
2869
+ size = _ref116$size === void 0 ? 16 : _ref116$size,
2870
+ rest = _objectWithoutProperties(_ref116, _excluded116);
2871
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2872
+ width: size,
2873
+ height: size,
2874
+ ref: ref,
2875
+ xmlns: "http://www.w3.org/2000/svg",
2876
+ viewBox: "0 0 32 32",
2877
+ fill: "currentColor"
2878
+ }, rest), _path210 || (_path210 = /*#__PURE__*/React__default.createElement("path", {
2879
+ d: "M28 6H30V26H28zM17 6L15.57 7.393 23.15 15 2 15 2 17 23.15 17 15.57 24.573 17 26 27 16 17 6z"
2880
+ })), children);
2881
+ });
2882
+ if (process.env.NODE_ENV !== "production") {
2883
+ ChooseItem.propTypes = iconPropTypes;
2884
+ }
2885
+ var ChoroplethMap = /*#__PURE__*/React__default.forwardRef(function ChoroplethMap(_ref117, ref) {
2886
+ var children = _ref117.children,
2887
+ _ref117$size = _ref117.size,
2888
+ size = _ref117$size === void 0 ? 16 : _ref117$size,
2889
+ rest = _objectWithoutProperties(_ref117, _excluded117);
2890
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2891
+ width: size,
2892
+ height: size,
2893
+ ref: ref,
2894
+ xmlns: "http://www.w3.org/2000/svg",
2895
+ viewBox: "0 0 32 32",
2896
+ fill: "currentColor"
2897
+ }, rest), _path211 || (_path211 = /*#__PURE__*/React__default.createElement("path", {
2898
+ d: "M29.2427,4.03l-8-2a1.0065,1.0065,0,0,0-.6143.0415l-9.7,3.88L3.2427,4.03A1,1,0,0,0,2,5V27a1,1,0,0,0,.7573.97l8,2A1.0244,1.0244,0,0,0,11,30a.9953.9953,0,0,0,.3716-.0718l9.7-3.88,7.686,1.9219A1,1,0,0,0,30,27V5A1,1,0,0,0,29.2427,4.03ZM28,11H22V4.2806l6,1.5ZM10,19H4V13h6Zm2-8V7.6771l8-3.2V11Zm8,2v6H12V13Zm-8,8h8v3.3227l-8,3.2Zm10-8h6v6H22ZM10,7.7806V11H4V6.2806ZM4,21h6v6.7192l-6-1.5Zm18,3.2187V21h6v4.7192Z"
2899
+ })), children);
2900
+ });
2901
+ if (process.env.NODE_ENV !== "production") {
2902
+ ChoroplethMap.propTypes = iconPropTypes;
2903
+ }
2904
+ var CicsCmas = /*#__PURE__*/React__default.forwardRef(function CicsCmas(_ref118, ref) {
2905
+ var children = _ref118.children,
2906
+ _ref118$size = _ref118.size,
2907
+ size = _ref118$size === void 0 ? 16 : _ref118$size,
2908
+ rest = _objectWithoutProperties(_ref118, _excluded118);
2909
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2910
+ width: size,
2911
+ height: size,
2912
+ ref: ref,
2913
+ xmlns: "http://www.w3.org/2000/svg",
2914
+ viewBox: "0 0 32 32",
2915
+ fill: "currentColor"
2916
+ }, rest), _path212 || (_path212 = /*#__PURE__*/React__default.createElement("path", {
2917
+ d: "M30.3335 30H26V28h4V26H28a2.002 2.002 0 01-2-2V21.6665A1.6684 1.6684 0 0127.6665 20H32v2H28v2h2a2.002 2.002 0 012 2v2.3335A1.6684 1.6684 0 0130.3335 30zM22.3335 20h-2.667A1.6665 1.6665 0 0018 21.6665V30h2V26h2v4h2V21.6665A1.6665 1.6665 0 0022.3335 20zM20 24V22h2v2zM12.5 24L11 20 9 20 9 30 11 30 11 23 12.5 27 14 23 14 30 16 30 16 20 14 20 12.5 24zM1 22v6.5A1.4727 1.4727 0 002.5 30H7V28H3V22H7V20H3A2.0059 2.0059 0 001 22zM13 8L11 8 11 11 8 11 8 13 11 13 11 16 13 16 13 13 16 13 16 11 13 11 13 8z"
2918
+ })), _path213 || (_path213 = /*#__PURE__*/React__default.createElement("path", {
2919
+ d: "M6,6H26V18h2V6a2.0059,2.0059,0,0,0-2-2H6A2.0059,2.0059,0,0,0,4,6V18H6Z"
2920
+ })), children);
2921
+ });
2922
+ if (process.env.NODE_ENV !== "production") {
2923
+ CicsCmas.propTypes = iconPropTypes;
2924
+ }
2925
+ var CicsDb2Connection = /*#__PURE__*/React__default.forwardRef(function CicsDb2Connection(_ref119, ref) {
2926
+ var children = _ref119.children,
2927
+ _ref119$size = _ref119.size,
2928
+ size = _ref119$size === void 0 ? 16 : _ref119$size,
2929
+ rest = _objectWithoutProperties(_ref119, _excluded119);
2930
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2931
+ width: size,
2932
+ height: size,
2933
+ ref: ref,
2934
+ xmlns: "http://www.w3.org/2000/svg",
2935
+ viewBox: "0 0 32 32",
2936
+ fill: "currentColor"
2937
+ }, rest), _path214 || (_path214 = /*#__PURE__*/React__default.createElement("path", {
2938
+ d: "M22.5,30c-1.9299,0-3.5-1.5701-3.5-3.5,0-.9346,.3638-1.8134,1.0244-2.4742l1.4146,1.4138c-.283,.2832-.439,.6598-.439,1.0604,0,.8271,.6729,1.5,1.5,1.5,.4009,0,.7776-.1561,1.061-.4396l4.9998-4.9998c.2832-.2833,.4392-.66,.4392-1.0607,0-.8271-.6729-1.5-1.5-1.5-.4011,0-.7783,.1564-1.0618,.4404l-1.4155-1.4131c.6616-.6625,1.5413-1.0273,2.4773-1.0273,1.9299,0,3.5,1.5701,3.5,3.5,0,.9348-.364,1.8137-1.0249,2.4749l-4.9998,4.9996c-.6609,.6613-1.54,1.0255-2.4753,1.0255Z"
2939
+ })), _path215 || (_path215 = /*#__PURE__*/React__default.createElement("path", {
2940
+ d: "M16.5 31c-1.9299 0-3.5-1.5701-3.5-3.5 0-.9348.364-1.8137 1.0249-2.4749l4.9998-4.9996c.6609-.6613 1.54-1.0255 2.4753-1.0255 1.9299 0 3.5 1.5701 3.5 3.5 0 .9346-.3638 1.8134-1.0244 2.4742l-1.4146-1.4138c.283-.2832.439-.6598.439-1.0604 0-.8271-.6729-1.5-1.5-1.5-.4009 0-.7776.1561-1.061.4396l-4.9998 4.9998c-.2832.2833-.4392.66-.4392 1.0607 0 .8271.6729 1.5 1.5 1.5.4011 0 .7783-.1564 1.0618-.4404l1.4155 1.4131c-.6616.6625-1.5413 1.0273-2.4773 1.0273zM16 2c-5.2979 0-11 1.252-11 4V24c0 1.6797 2.134 2.7979 5 3.415v-2.0459c-1.9939-.4727-2.9453-1.1431-3-1.3691v-3.5723c1.4937.749 3.6738 1.2153 6 1.4302v-1.9976c-3.8779-.3774-5.8774-1.4219-6-1.8604v-3.5723c2.1279 1.0674 5.6426 1.5723 9 1.5723 5.2979 0 11-1.252 11-4V5.9995c-.0007-2.748-5.7024-3.9995-11-3.9995zM6.9985 6.0151c.1523-.5552 3.1514-2.0151 9.0015-2.0151 5.7976 0 8.7949 1.4341 8.9968 2-.2019.5659-3.1992 2-8.9968 2-5.8501 0-8.8491-1.46-9.0015-1.9849zm18.0015 5.9722c-.1606.5571-3.1587 2.0127-9 2.0127-5.8501 0-8.8491-1.46-9-2v-3.5723c2.1279 1.0674 5.6426 1.5723 9 1.5723s6.8721-.5049 9-1.5723v3.5596z"
2941
+ })), children);
2942
+ });
2943
+ if (process.env.NODE_ENV !== "production") {
2944
+ CicsDb2Connection.propTypes = iconPropTypes;
2945
+ }
2946
+ var CicsExplorer = /*#__PURE__*/React__default.forwardRef(function CicsExplorer(_ref120, ref) {
2947
+ var children = _ref120.children,
2948
+ _ref120$size = _ref120.size,
2949
+ size = _ref120$size === void 0 ? 16 : _ref120$size,
2950
+ rest = _objectWithoutProperties(_ref120, _excluded120);
2951
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2952
+ width: size,
2953
+ height: size,
2954
+ ref: ref,
2955
+ xmlns: "http://www.w3.org/2000/svg",
2956
+ viewBox: "0 0 32 32",
2957
+ fill: "currentColor"
2958
+ }, rest), _path216 || (_path216 = /*#__PURE__*/React__default.createElement("path", {
2959
+ d: "M24 16L19.4 14.6 21.7 10.3 17.4 12.6 16 8 14.6 12.6 10.3 10.3 12.6 14.6 8 16 12.6 17.4 10.3 21.7 14.6 19.4 16 24 17.4 19.4 21.7 21.7 19.4 17.4 24 16z"
2960
+ })), _path217 || (_path217 = /*#__PURE__*/React__default.createElement("path", {
2961
+ d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
2962
+ })), children);
2963
+ });
2964
+ if (process.env.NODE_ENV !== "production") {
2965
+ CicsExplorer.propTypes = iconPropTypes;
2966
+ }
2967
+ var CicsProgram = /*#__PURE__*/React__default.forwardRef(function CicsProgram(_ref121, ref) {
2968
+ var children = _ref121.children,
2969
+ _ref121$size = _ref121.size,
2970
+ size = _ref121$size === void 0 ? 16 : _ref121$size,
2971
+ rest = _objectWithoutProperties(_ref121, _excluded121);
2972
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
2973
+ width: size,
2974
+ height: size,
2975
+ ref: ref,
2976
+ xmlns: "http://www.w3.org/2000/svg",
2977
+ viewBox: "0 0 32 32",
2978
+ fill: "currentColor"
2979
+ }, rest), _path218 || (_path218 = /*#__PURE__*/React__default.createElement("path", {
2980
+ d: "M20.17 19L17.58 21.59 19 23 23 19 19 15 17.58 16.41 20.17 19zM11.83 19L14.42 16.41 13 15 9 19 13 23 14.42 21.59 11.83 19z"
2981
+ })), _circle37 || (_circle37 = /*#__PURE__*/React__default.createElement("circle", {
2982
+ cx: "9",
2983
+ cy: "8",
2984
+ r: "1"
2985
+ })), _circle38 || (_circle38 = /*#__PURE__*/React__default.createElement("circle", {
2986
+ cx: "6",
2987
+ cy: "8",
2988
+ r: "1"
2989
+ })), _path219 || (_path219 = /*#__PURE__*/React__default.createElement("path", {
2990
+ d: "M28,4H4c-1.1028,0-2,.8975-2,2V26c0,1.1025,.8972,2,2,2H28c1.1028,0,2-.8975,2-2V6c0-1.1025-.8972-2-2-2Zm0,2v4H4V6H28ZM4,26V12H28v14H4Z"
2991
+ })), children);
2992
+ });
2993
+ if (process.env.NODE_ENV !== "production") {
2994
+ CicsProgram.propTypes = iconPropTypes;
2995
+ }
2996
+ var CicsSit = /*#__PURE__*/React__default.forwardRef(function CicsSit(_ref122, ref) {
2997
+ var children = _ref122.children,
2998
+ _ref122$size = _ref122.size,
2999
+ size = _ref122$size === void 0 ? 16 : _ref122$size,
3000
+ rest = _objectWithoutProperties(_ref122, _excluded122);
3001
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
3002
+ width: size,
3003
+ height: size,
3004
+ ref: ref,
3005
+ xmlns: "http://www.w3.org/2000/svg",
3006
+ viewBox: "0 0 32 32",
3007
+ fill: "currentColor"
3008
+ }, rest), _path220 || (_path220 = /*#__PURE__*/React__default.createElement("path", {
3009
+ d: "M23 22L30 27 23 32 23 22z"
3010
+ })), _path221 || (_path221 = /*#__PURE__*/React__default.createElement("path", {
3011
+ d: "M26,3H6c-1.6543,0-3,1.3457-3,3V26c0,1.6543,1.3457,3,3,3h11v-9h12V6c0-1.6543-1.3457-3-3-3ZM6,5H26c.5515,0,1,.4482,1,1v3H5v-3c0-.5518,.4485-1,1-1Zm9,6v7H5v-7H15Zm0,16H6c-.5515,0-1-.4482-1-1v-6H15v7Zm2-9v-7h10v7h-10Z"
3012
+ })), children);
3013
+ });
3014
+ if (process.env.NODE_ENV !== "production") {
3015
+ CicsSit.propTypes = iconPropTypes;
3016
+ }
3017
+ var CicsSitOverrides = /*#__PURE__*/React__default.forwardRef(function CicsSitOverrides(_ref123, ref) {
3018
+ var children = _ref123.children,
3019
+ _ref123$size = _ref123.size,
3020
+ size = _ref123$size === void 0 ? 16 : _ref123$size,
3021
+ rest = _objectWithoutProperties(_ref123, _excluded123);
3022
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
3023
+ width: size,
3024
+ height: size,
3025
+ ref: ref,
3026
+ xmlns: "http://www.w3.org/2000/svg",
3027
+ viewBox: "0 0 32 32",
3028
+ fill: "currentColor"
3029
+ }, rest), _path222 || (_path222 = /*#__PURE__*/React__default.createElement("path", {
3030
+ d: "M31.707 20.293l-3-3c-.3901-.3906-1.0239-.3906-1.4141 0l-9.293 9.293v4.4141h4.4143l9.2927-9.293c.3906-.3906.3906-1.0234 0-1.4141zm-7.4141 6l-2.7073 2.707h-1.5857v-1.5859l2.707-2.707 2.293-2.293 1.5859 1.5859-2.293 2.293zm3.707-3.707l-1.5859-1.5859 1.5859-1.5859 1.5857 1.5859-1.5857 1.5859zM20 20v-2h-4v-7h10v2h2V6c0-1.6543-1.3457-3-3-3H5c-1.6543 0-3 1.3457-3 3V26c0 1.6543 1.3457 3 3 3h11v-9h4zm-6-2H4v-7H14v7zM5 5H25c.5515 0 1 .4482 1 1v3H4v-3c0-.5518.4485-1 1-1zM14 27H5c-.5515 0-1-.4482-1-1v-6H14v7z"
3031
+ })), children);
3032
+ });
3033
+ if (process.env.NODE_ENV !== "production") {
3034
+ CicsSitOverrides.propTypes = iconPropTypes;
3035
+ }
3036
+ var CicsSystemGroup = /*#__PURE__*/React__default.forwardRef(function CicsSystemGroup(_ref124, ref) {
3037
+ var children = _ref124.children,
3038
+ _ref124$size = _ref124.size,
3039
+ size = _ref124$size === void 0 ? 16 : _ref124$size,
3040
+ rest = _objectWithoutProperties(_ref124, _excluded124);
3041
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
3042
+ width: size,
3043
+ height: size,
3044
+ ref: ref,
3045
+ xmlns: "http://www.w3.org/2000/svg",
3046
+ viewBox: "0 0 32 32",
3047
+ fill: "currentColor"
3048
+ }, rest), _path223 || (_path223 = /*#__PURE__*/React__default.createElement("path", {
3049
+ d: "M28 2H23V4h5V28H23v2h5a2.0059 2.0059 0 002-2V4A2.0059 2.0059 0 0028 2zM14 17H8a.9448.9448 0 00-1 1v6a.9448.9448 0 001 1h6a.9448.9448 0 001-1V18A.9448.9448 0 0014 17zm-1 6H9V19h4z"
3050
+ })), _path224 || (_path224 = /*#__PURE__*/React__default.createElement("path", {
3051
+ d: "M25 24V18a.9448.9448 0 00-1-1H18a.9448.9448 0 00-1 1v6a.9448.9448 0 001 1h6A1.0021 1.0021 0 0025 24zm-2-1H19V19h4zM14 7H8A.9448.9448 0 007 8v6a.9448.9448 0 001 1h6a.9448.9448 0 001-1V8A.9448.9448 0 0014 7zm-1 6H9V9h4zM18 15h6a.9448.9448 0 001-1V8a.9448.9448 0 00-1-1H18a.9448.9448 0 00-1 1v6A1.0021 1.0021 0 0018 15zm1-6h4v4H19z"
3052
+ })), _path225 || (_path225 = /*#__PURE__*/React__default.createElement("path", {
3053
+ d: "M4,4H9V2H4A2.0059,2.0059,0,0,0,2,4V28a2.0059,2.0059,0,0,0,2,2H9V28H4Z"
3054
+ })), children);
3055
+ });
3056
+ if (process.env.NODE_ENV !== "production") {
3057
+ CicsSystemGroup.propTypes = iconPropTypes;
3058
+ }
3059
+ var CicsTransactionServerZos = /*#__PURE__*/React__default.forwardRef(function CicsTransactionServerZos(_ref125, ref) {
3060
+ var children = _ref125.children,
3061
+ _ref125$size = _ref125.size,
3062
+ size = _ref125$size === void 0 ? 16 : _ref125$size,
3063
+ rest = _objectWithoutProperties(_ref125, _excluded125);
3064
+ return /*#__PURE__*/React__default.createElement(Icon, _objectSpread2({
3065
+ width: size,
3066
+ height: size,
3067
+ ref: ref,
3068
+ xmlns: "http://www.w3.org/2000/svg",
3069
+ viewBox: "0 0 32 32",
3070
+ fill: "currentColor"
3071
+ }, rest), _circle39 || (_circle39 = /*#__PURE__*/React__default.createElement("circle", {
3072
+ cx: "28",
3073
+ cy: "10",
3074
+ r: "2"
3075
+ })), _path226 || (_path226 = /*#__PURE__*/React__default.createElement("path", {
3076
+ d: "M18,29h-7v-2h7c4.9626,0,9-4.0374,9-9v-4h2v4c0,6.0654-4.9346,11-11,11Z"
3077
+ })), _path227 || (_path227 = /*#__PURE__*/React__default.createElement("path", {
3078
+ d: "M16,21c-2.7571,0-5-2.2429-5-5s2.2429-5,5-5,5,2.2429,5,5-2.2429,5-5,5Zm0-8c-1.6543,0-3,1.3457-3,3s1.3457,3,3,3,3-1.3457,3-3-1.3457-3-3-3Z"
3079
+ })), _circle40 || (_circle40 = /*#__PURE__*/React__default.createElement("circle", {
3080
+ cx: "4",
3081
+ cy: "22",
3082
+ r: "2"
3083
+ })), _path228 || (_path228 = /*#__PURE__*/React__default.createElement("path", {
3084
+ d: "M5,18H3v-4C3,7.9346,7.9346,3,14,3h7v2h-7c-4.9626,0-9,4.0374-9,9v4Z"
3085
+ })), children);
3086
+ });
3087
+ if (process.env.NODE_ENV !== "production") {
3088
+ CicsTransactionServerZos.propTypes = iconPropTypes;
3089
+ }
3090
+
3091
+ export { CautionInverted, Cda, CellTower, CenterCircle, CenterSquare, CenterToFit, Certificate, CertificateCheck, ChangeCatalog, CharacterDecimal, CharacterFraction, CharacterInteger, CharacterLowerCase, CharacterNegativeNumber, CharacterPatterns, CharacterSentenceCase, CharacterUpperCase, CharacterWholeNumber, ChargingStation, ChargingStationFilled, ChartArea, ChartAreaSmooth, ChartAreaStepper, ChartAverage, ChartBar, ChartBarFloating, ChartBarOverlay, ChartBarStacked, ChartBarTarget, ChartBubble, ChartBubblePacked, ChartBullet, ChartCandlestick, ChartClusterBar, ChartColumn, ChartColumnFloating, ChartColumnTarget, ChartCombo, ChartComboStacked, ChartCustom, ChartDualYAxis, ChartErrorBar, ChartErrorBarAlt, ChartEvaluation, ChartHighLow, ChartHistogram, ChartLine, ChartLineData, ChartLineSmooth, ChartLogisticRegression, ChartMarimekko, ChartMaximum, ChartMedian, ChartMinimum, ChartMultiLine, ChartMultitype, ChartNetwork, ChartParallel, ChartPie, ChartPlanningWaterfall, ChartPoint, ChartPopulation, ChartRadar, ChartRadial, ChartRelationship, ChartRing, ChartRiver, ChartRose, ChartScatter, ChartSpiral, ChartStacked, ChartStepper, ChartSunburst, ChartTSne, ChartTreemap, ChartVennDiagram, ChartViolinPlot, ChartWaterfall, ChartWinLoss, Chart_3D, Chat, ChatBot, ChatLaunch, ChatOff, ChatOperational, Checkbox, CheckboxChecked, CheckboxCheckedFilled, CheckboxIndeterminate, CheckboxIndeterminateFilled, Checkmark, CheckmarkFilled, CheckmarkFilledError, CheckmarkFilledWarning, CheckmarkOutline, CheckmarkOutlineError, CheckmarkOutlineWarning, Chemistry, ChemistryReference, ChevronDown, ChevronDownOutline, ChevronLeft, ChevronMini, ChevronRight, ChevronSort, ChevronSortDown, ChevronSortUp, ChevronUp, ChevronUpOutline, Chip, Choices, ChooseItem, ChoroplethMap, CicsCmas, CicsDb2Connection, CicsExplorer, CicsProgram, CicsSit, CicsSitOverrides, CicsSystemGroup, CicsTransactionServerZos, QCcX, WatsonHealthCdArchive, WatsonHealthCdCreateArchive, WatsonHealthCdCreateExchange };