@carbon-labs/react-animated-header 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. package/LICENSE +201 -0
  2. package/es/__stories__/AnimatedHeader.stories.d.ts +17275 -0
  3. package/es/_virtual/_commonjsHelpers.js +12 -0
  4. package/es/_virtual/lottie.js +14 -0
  5. package/es/_virtual/lottie2.js +10 -0
  6. package/es/assets/index.d.ts +7 -0
  7. package/es/components/AnimatedHeader/AnimatedHeader.d.ts +31 -0
  8. package/es/components/AnimatedHeader/AnimatedHeader.js +277 -0
  9. package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +20 -0
  10. package/es/components/Tiles/AIPromptTile/AIPromptTile.js +94 -0
  11. package/es/components/Tiles/BaseTile/BaseTile.d.ts +22 -0
  12. package/es/components/Tiles/BaseTile/BaseTile.js +39 -0
  13. package/es/components/Tiles/GlassTile/GlassTile.d.ts +21 -0
  14. package/es/components/Tiles/GlassTile/GlassTile.js +53 -0
  15. package/es/components/Tiles/index.d.ts +12 -0
  16. package/es/data/index.d.ts +47 -0
  17. package/es/index.d.ts +11 -0
  18. package/es/index.js +11 -0
  19. package/es/node_modules/@carbon/icon-helpers/es/index.js +125 -0
  20. package/es/node_modules/@carbon/icons-react/es/Icon.js +71 -0
  21. package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +2967 -0
  22. package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +3260 -0
  23. package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +2906 -0
  24. package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +3151 -0
  25. package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +2966 -0
  26. package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +3019 -0
  27. package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +2923 -0
  28. package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +3076 -0
  29. package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +2913 -0
  30. package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +2917 -0
  31. package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +3141 -0
  32. package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +811 -0
  33. package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +3195 -0
  34. package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +3119 -0
  35. package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +3002 -0
  36. package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +2929 -0
  37. package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +2978 -0
  38. package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +3017 -0
  39. package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +3149 -0
  40. package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +3084 -0
  41. package/es/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +14 -0
  42. package/es/node_modules/@carbon/icons-react/es/index.js +30 -0
  43. package/es/node_modules/@carbon-labs/utilities/es/usePrefix.js +20 -0
  44. package/es/node_modules/lottie-web/build/player/lottie.js +682 -0
  45. package/lib/__stories__/AnimatedHeader.stories.d.ts +17275 -0
  46. package/lib/_virtual/_commonjsHelpers.js +14 -0
  47. package/lib/_virtual/lottie.js +18 -0
  48. package/lib/_virtual/lottie2.js +12 -0
  49. package/lib/assets/index.d.ts +7 -0
  50. package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +31 -0
  51. package/lib/components/AnimatedHeader/AnimatedHeader.js +281 -0
  52. package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +20 -0
  53. package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +96 -0
  54. package/lib/components/Tiles/BaseTile/BaseTile.d.ts +22 -0
  55. package/lib/components/Tiles/BaseTile/BaseTile.js +41 -0
  56. package/lib/components/Tiles/GlassTile/GlassTile.d.ts +21 -0
  57. package/lib/components/Tiles/GlassTile/GlassTile.js +55 -0
  58. package/lib/components/Tiles/index.d.ts +12 -0
  59. package/lib/data/index.d.ts +47 -0
  60. package/lib/index.d.ts +11 -0
  61. package/lib/index.js +18 -0
  62. package/lib/node_modules/@carbon/icon-helpers/es/index.js +128 -0
  63. package/lib/node_modules/@carbon/icons-react/es/Icon.js +75 -0
  64. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +3093 -0
  65. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +3386 -0
  66. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +3032 -0
  67. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +3277 -0
  68. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +3092 -0
  69. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +3145 -0
  70. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +3049 -0
  71. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +3202 -0
  72. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +3039 -0
  73. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +3043 -0
  74. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +3267 -0
  75. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +847 -0
  76. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +3321 -0
  77. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +3245 -0
  78. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +3128 -0
  79. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +3055 -0
  80. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +3104 -0
  81. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +3143 -0
  82. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +3275 -0
  83. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +3210 -0
  84. package/lib/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +16 -0
  85. package/lib/node_modules/@carbon/icons-react/es/index.js +2446 -0
  86. package/lib/node_modules/@carbon-labs/utilities/es/usePrefix.js +23 -0
  87. package/lib/node_modules/lottie-web/build/player/lottie.js +684 -0
  88. package/package.json +35 -0
  89. package/scss/AnimatedHeader/animated-header.scss +619 -0
  90. package/scss/Tiles/AIPromptTile/ai-prompt-tile.scss +187 -0
  91. package/scss/Tiles/GlassTile/glass-tile.scss +111 -0
  92. package/scss/animated_header.scss +10 -0
@@ -0,0 +1,3321 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ 'use strict';
9
+
10
+ var React = require('react');
11
+ var Icon = require('../Icon.js');
12
+ var iconPropTypes4cbeb95d = require('../iconPropTypes-4cbeb95d.js');
13
+ require('prop-types');
14
+
15
+ var _path, _path2, _path3, _circle, _circle2, _path4, _path5, _circle3, _path6, _path7, _path8, _circle4, _circle5, _circle6, _circle7, _circle8, _circle9, _circle10, _circle11, _path9, _path10, _circle12, _circle13, _path11, _path12, _path13, _path14, _circle14, _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, _circle15, _path52, _circle16, _path53, _path54, _circle17, _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, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _circle18, _circle19, _circle20, _circle21, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _circle22, _circle23, _circle24, _circle25, _circle26, _path156, _path157, _path158, _path159, _path160, _circle27, _circle28, _circle29, _path161, _circle30, _circle31, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _circle32, _circle33, _circle34, _circle35, _circle36, _path173, _path174, _path175, _path176, _circle37, _circle38, _circle39, _circle40, _circle41, _circle42, _circle43, _circle44, _circle45, _circle46, _circle47, _circle48, _circle49, _circle50, _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, _path219, _path220, _path221;
16
+ const Carbon = /*#__PURE__*/React.forwardRef(function Carbon(_ref, ref) {
17
+ let {
18
+ children,
19
+ size = 16,
20
+ ...rest
21
+ } = _ref;
22
+ return /*#__PURE__*/React.createElement(Icon.default, {
23
+ width: size,
24
+ height: size,
25
+ ref: ref,
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ viewBox: "0 0 32 32",
28
+ fill: "currentColor",
29
+ ...rest
30
+ }, _path || (_path = /*#__PURE__*/React.createElement("path", {
31
+ d: "M13.5,30.8149a1.0011,1.0011,0,0,1-.4927-.13l-8.5-4.815A1,1,0,0,1,4,25V15a1,1,0,0,1,.5073-.87l8.5-4.815a1.0013,1.0013,0,0,1,.9854,0l8.5,4.815A1,1,0,0,1,23,15V25a1,1,0,0,1-.5073.87l-8.5,4.815A1.0011,1.0011,0,0,1,13.5,30.8149ZM6,24.417l7.5,4.2485L21,24.417V15.583l-7.5-4.2485L6,15.583Z"
32
+ })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
33
+ d: "M28,17H26V7.583L18.5,3.3345,10.4927,7.87,9.5073,6.13l8.5-4.815a1.0013,1.0013,0,0,1,.9854,0l8.5,4.815A1,1,0,0,1,28,7Z"
34
+ })), children);
35
+ });
36
+ if (process.env.NODE_ENV !== "production") {
37
+ Carbon.propTypes = iconPropTypes4cbeb95d.i;
38
+ }
39
+ const CarbonUiBuilder = /*#__PURE__*/React.forwardRef(function CarbonUiBuilder(_ref2, ref) {
40
+ let {
41
+ children,
42
+ size = 16,
43
+ ...rest
44
+ } = _ref2;
45
+ return /*#__PURE__*/React.createElement(Icon.default, {
46
+ width: size,
47
+ height: size,
48
+ ref: ref,
49
+ xmlns: "http://www.w3.org/2000/svg",
50
+ viewBox: "0 0 32 32",
51
+ fill: "currentColor",
52
+ ...rest
53
+ }, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
54
+ d: "M24 28H30V30H24z"
55
+ })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
56
+ cx: "21",
57
+ cy: "29",
58
+ r: "1"
59
+ })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
60
+ cx: "29",
61
+ cy: "25",
62
+ r: "1"
63
+ })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
64
+ d: "M20 24H26V26H20z",
65
+ transform: "rotate(-180 23 25)"
66
+ })), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
67
+ d: "M24 20H30V22H24z"
68
+ })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
69
+ cx: "21",
70
+ cy: "21",
71
+ r: "1"
72
+ })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
73
+ d: "M21.4927,14.1299l-8.5-4.8149c-.3057-.1729-.6797-.1729-.9854,0L3.5073,14.1299c-.3135,.1777-.5073,.5098-.5073,.8701v10c0,.3604,.1938,.6924,.5073,.8701l8.5,4.8149,.9854-1.7402-7.9927-4.5278V15.583l7.5-4.2485,7.5,4.2485v2.417h2v-3c0-.3604-.1938-.6924-.5073-.8701Z"
74
+ })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
75
+ d: "M25,15h2V7c0-.3604-.1938-.6924-.5073-.8701L17.9927,1.3149c-.3057-.1729-.6797-.1729-.9854,0L8.5074,6.1299l.9854,1.7402L17.5,3.3345l7.5,4.2485v7.417Z"
76
+ })), children);
77
+ });
78
+ if (process.env.NODE_ENV !== "production") {
79
+ CarbonUiBuilder.propTypes = iconPropTypes4cbeb95d.i;
80
+ }
81
+ const CarbonAccounting = /*#__PURE__*/React.forwardRef(function CarbonAccounting(_ref3, ref) {
82
+ let {
83
+ children,
84
+ size = 16,
85
+ ...rest
86
+ } = _ref3;
87
+ return /*#__PURE__*/React.createElement(Icon.default, {
88
+ width: size,
89
+ height: size,
90
+ ref: ref,
91
+ xmlns: "http://www.w3.org/2000/svg",
92
+ viewBox: "0 0 32 32",
93
+ fill: "currentColor",
94
+ ...rest
95
+ }, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
96
+ d: "M29 26H23V22a2.002 2.002 0 012-2h2V18H23V16h4a2.0023 2.0023 0 012 2v2a2.0023 2.0023 0 01-2 2H25v2h4zM19 22H15a2.0023 2.0023 0 01-2-2V10a2.002 2.002 0 012-2h4a2.002 2.002 0 012 2V20A2.0023 2.0023 0 0119 22zM15 10V20h4V10zM11 22H5a2.0023 2.0023 0 01-2-2V10A2.002 2.002 0 015 8h6v2H5V20h6z"
97
+ })), children);
98
+ });
99
+ if (process.env.NODE_ENV !== "production") {
100
+ CarbonAccounting.propTypes = iconPropTypes4cbeb95d.i;
101
+ }
102
+ const CarbonForAem = /*#__PURE__*/React.forwardRef(function CarbonForAem(_ref4, ref) {
103
+ let {
104
+ children,
105
+ size = 16,
106
+ ...rest
107
+ } = _ref4;
108
+ return /*#__PURE__*/React.createElement(Icon.default, {
109
+ width: size,
110
+ height: size,
111
+ ref: ref,
112
+ xmlns: "http://www.w3.org/2000/svg",
113
+ viewBox: "0 0 32 32",
114
+ fill: "currentColor",
115
+ ...rest
116
+ }, _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
117
+ cx: "7",
118
+ cy: "6",
119
+ r: "1",
120
+ strokeWidth: "0"
121
+ })), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
122
+ cx: "11",
123
+ cy: "6",
124
+ r: "1",
125
+ strokeWidth: "0"
126
+ })), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
127
+ cx: "28.5",
128
+ cy: "24.5",
129
+ r: "1.5",
130
+ strokeWidth: "0"
131
+ })), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
132
+ cx: "23.5",
133
+ cy: "27.5",
134
+ r: "1.5",
135
+ strokeWidth: "0"
136
+ })), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
137
+ cx: "18.5",
138
+ cy: "24.5",
139
+ r: "1.5",
140
+ strokeWidth: "0"
141
+ })), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
142
+ cx: "18.5",
143
+ cy: "19.5",
144
+ r: "1.5",
145
+ strokeWidth: "0"
146
+ })), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
147
+ cx: "23.5",
148
+ cy: "16.5",
149
+ r: "1.5",
150
+ strokeWidth: "0"
151
+ })), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
152
+ cx: "28.5",
153
+ cy: "19.5",
154
+ r: "1.5",
155
+ strokeWidth: "0"
156
+ })), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
157
+ strokeWidth: "0",
158
+ d: "m28,2H4c-1.1046,0-2,.8954-2,2v20c0,1.1046.8954,2,2,2h9v-2H4v-14h24v4h2V4c0-1.1046-.8954-2-2-2Zm0,6H4v-4h24v4Z"
159
+ })), children);
160
+ });
161
+ if (process.env.NODE_ENV !== "production") {
162
+ CarbonForAem.propTypes = iconPropTypes4cbeb95d.i;
163
+ }
164
+ const CarbonForIbmDotcom = /*#__PURE__*/React.forwardRef(function CarbonForIbmDotcom(_ref5, ref) {
165
+ let {
166
+ children,
167
+ size = 16,
168
+ ...rest
169
+ } = _ref5;
170
+ return /*#__PURE__*/React.createElement(Icon.default, {
171
+ width: size,
172
+ height: size,
173
+ ref: ref,
174
+ xmlns: "http://www.w3.org/2000/svg",
175
+ viewBox: "0 0 32 32",
176
+ fill: "currentColor",
177
+ ...rest
178
+ }, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
179
+ d: "M29.509,17.689l-6-3.55C23.352,14.046,23.176,14,23,14s-0.352,0.046-0.509,0.14l-6,3.55C16.187,17.869,16,18.196,16,18.55 v6.9c0,0.354,0.187,0.681,0.491,0.86l6,3.55C22.648,29.954,22.824,30,23,30s0.352-0.046,0.509-0.14l6-3.55 C29.813,26.131,30,25.804,30,25.45v-6.9C30,18.196,29.813,17.869,29.509,17.689z M28,24.88l-5,2.958l-5-2.958v-5.76l5-2.958l5,2.958 V24.88z"
180
+ })), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
181
+ cx: "6",
182
+ cy: "6",
183
+ r: "1"
184
+ })), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
185
+ cx: "9",
186
+ cy: "6",
187
+ r: "1"
188
+ })), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
189
+ d: "M28,2H4C2.897,2,2,2.897,2,4v20c0,1.103,0.897,2,2,2h9v-2H4V10h24v4h2V4C30,2.897,29.103,2,28,2z M4,8V4h24v4H4z"
190
+ })), children);
191
+ });
192
+ if (process.env.NODE_ENV !== "production") {
193
+ CarbonForIbmDotcom.propTypes = iconPropTypes4cbeb95d.i;
194
+ }
195
+ const CarbonForIbmProduct = /*#__PURE__*/React.forwardRef(function CarbonForIbmProduct(_ref6, ref) {
196
+ let {
197
+ children,
198
+ size = 16,
199
+ ...rest
200
+ } = _ref6;
201
+ return /*#__PURE__*/React.createElement(Icon.default, {
202
+ width: size,
203
+ height: size,
204
+ ref: ref,
205
+ xmlns: "http://www.w3.org/2000/svg",
206
+ viewBox: "0 0 32 32",
207
+ fill: "currentColor",
208
+ ...rest
209
+ }, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
210
+ d: "M22.509,12.689l-6-3.55C16.352,9.046,16.176,9,16,9s-0.352,0.046-0.509,0.14l-6,3.55C9.187,12.869,9,13.196,9,13.55v6.9 c0,0.354,0.187,0.681,0.491,0.86l6,3.55C15.648,24.954,15.824,25,16,25s0.352-0.046,0.509-0.14l6-3.55 C22.813,21.131,23,20.804,23,20.45v-6.9C23,13.196,22.813,12.869,22.509,12.689z M21,19.88l-5,2.958l-5-2.958v-5.76l5-2.958l5,2.958 V19.88z"
211
+ })), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
212
+ d: "M6 20.184V11.07l6.2-3.664-1.017-1.722L4.491 9.639C4.187 9.819 4 10.146 4 10.5v9.684C2.839 20.598 2 21.698 2 23c0 1.654 1.346 3 3 3s3-1.346 3-3C8 21.698 7.161 20.598 6 20.184zM5 24c-.551 0-1-.448-1-1s.449-1 1-1 1 .448 1 1S5.551 24 5 24zM27 20c-1.654 0-3 1.346-3 3 0 .353.072.687.185 1.002L16 28.838l-6.404-3.784-1.017 1.722 6.912 4.084C15.648 30.954 15.824 31 16 31s.352-.046.509-.139l8.96-5.295C25.919 25.835 26.439 26 27 26c1.654 0 3-1.346 3-3S28.654 20 27 20zM27 24c-.551 0-1-.448-1-1s.449-1 1-1 1 .448 1 1S27.551 24 27 24zM16 7c.731 0 1.392-.273 1.913-.708L26 11.071V18h2v-7.5c0-.354-.187-.681-.491-.861l-8.567-5.062C18.978 4.39 19 4.198 19 4c0-1.654-1.346-3-3-3s-3 1.346-3 3S14.346 7 16 7zM16 3c.551 0 1 .448 1 1s-.449 1-1 1-1-.448-1-1S15.449 3 16 3z"
213
+ })), children);
214
+ });
215
+ if (process.env.NODE_ENV !== "production") {
216
+ CarbonForIbmProduct.propTypes = iconPropTypes4cbeb95d.i;
217
+ }
218
+ const CarbonForMobile = /*#__PURE__*/React.forwardRef(function CarbonForMobile(_ref7, ref) {
219
+ let {
220
+ children,
221
+ size = 16,
222
+ ...rest
223
+ } = _ref7;
224
+ return /*#__PURE__*/React.createElement(Icon.default, {
225
+ width: size,
226
+ height: size,
227
+ ref: ref,
228
+ xmlns: "http://www.w3.org/2000/svg",
229
+ viewBox: "0 0 32 32",
230
+ fill: "currentColor",
231
+ ...rest
232
+ }, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
233
+ d: "M32 14h-2v-5.9258l-5.5039-3.2104 1.0078-1.7275 6 3.5c.3071.1792.4961.5083.4961.8638v6.5zM20 22c-.1743 0-.3481-.0454-.5039-.1362l-6-3.5c-.3071-.1792-.4961-.5083-.4961-.8638v-7c0-.3555.189-.6846.4961-.8638l6-3.5c.3115-.1816.6963-.1816 1.0078 0l6 3.5c.3071.1792.4961.5083.4961.8638v7c0 .3555-.189.6846-.4961.8638l-6 3.5c-.1558.0908-.3296.1362-.5039.1362zm-5-5.0742l5 2.9165 5-2.9165v-5.8516l-5-2.9165-5 2.9165v5.8516z"
234
+ })), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
235
+ cx: "12.5",
236
+ cy: "24.5",
237
+ r: "1.5"
238
+ })), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
239
+ d: "m19,30H6c-1.1028,0-2-.8972-2-2V4c0-1.1028.8972-2,2-2h13v2H6v24h13v-4h2v4c0,1.1028-.8972,2-2,2Z"
240
+ })), children);
241
+ });
242
+ if (process.env.NODE_ENV !== "production") {
243
+ CarbonForMobile.propTypes = iconPropTypes4cbeb95d.i;
244
+ }
245
+ const CarbonForSalesforce = /*#__PURE__*/React.forwardRef(function CarbonForSalesforce(_ref8, ref) {
246
+ let {
247
+ children,
248
+ size = 16,
249
+ ...rest
250
+ } = _ref8;
251
+ return /*#__PURE__*/React.createElement(Icon.default, {
252
+ width: size,
253
+ height: size,
254
+ ref: ref,
255
+ xmlns: "http://www.w3.org/2000/svg",
256
+ viewBox: "0 0 32 32",
257
+ fill: "currentColor",
258
+ ...rest
259
+ }, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
260
+ strokeWidth: "0",
261
+ d: "m29.51,17.69l-6-3.55c-.16-.09-.33-.14-.51-.14s-.35.05-.51.14l-6,3.55c-.3.18-.49.51-.49.86v6.9c0,.35.19.68.49.86l6,3.55c.16.09.33.14.51.14s.35-.05.51-.14l6-3.55c.3-.18.49-.51.49-.86v-6.9c0-.35-.19-.68-.49-.86Zm-1.51,7.19l-5,2.96-5-2.96v-5.76l5-2.96,5,2.96v5.76Z"
262
+ })), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
263
+ strokeWidth: "0",
264
+ d: "m23.4,4.47c-.65,0-1.28.09-1.88.27-1.06-1.36-2.68-2.17-4.4-2.17-1.17,0-2.28.36-3.22,1.03-1.11-1.02-2.57-1.6-4.09-1.6h-.01c-1.62,0-3.14.63-4.29,1.78-1.14,1.14-1.76,2.65-1.76,4.25,0,.56.08,1.1.23,1.63-1.24,1.02-1.98,2.55-1.97,4.18,0,2.97,2.39,5.39,5.34,5.39h.28c.98,1.81,2.89,2.98,4.99,2.98h0c.47,0,.94-.06,1.38-.17v-2.11c-.43.18-.9.28-1.38.28h0c-1.53,0-2.92-.97-3.44-2.4l-.3-.81-.84.17c-.23.05-.46.07-.69.07-1.84,0-3.34-1.53-3.34-3.4,0-1.2.64-2.33,1.68-2.94l.77-.45-.36-.82c-.23-.51-.34-1.05-.34-1.61,0-1.07.41-2.07,1.17-2.83.77-.77,1.79-1.19,2.87-1.19h0c1.25,0,2.46.6,3.22,1.59l.6.79,1.2-.96c.65-.55,1.46-.85,2.3-.85,1.29,0,2.49.72,3.14,1.87l.45.8.83-.38c.58-.26,1.21-.39,1.86-.39,2.54,0,4.6,2.09,4.6,4.65,0,1.07-.37,2.04-.98,2.83l1.75,1.01c.77-1.09,1.22-2.41,1.22-3.84,0-3.67-2.96-6.65-6.6-6.65h.01Z"
265
+ })), children);
266
+ });
267
+ if (process.env.NODE_ENV !== "production") {
268
+ CarbonForSalesforce.propTypes = iconPropTypes4cbeb95d.i;
269
+ }
270
+ const CaretDown = /*#__PURE__*/React.forwardRef(function CaretDown(_ref9, ref) {
271
+ let {
272
+ children,
273
+ size = 16,
274
+ ...rest
275
+ } = _ref9;
276
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
277
+ return /*#__PURE__*/React.createElement(Icon.default, {
278
+ width: size,
279
+ height: size,
280
+ ref: ref,
281
+ xmlns: "http://www.w3.org/2000/svg",
282
+ viewBox: "0 0 8 4",
283
+ fill: "currentColor",
284
+ ...rest
285
+ }, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
286
+ d: "M8 0L4 4 0 0z"
287
+ })), children);
288
+ }
289
+ return /*#__PURE__*/React.createElement(Icon.default, {
290
+ width: size,
291
+ height: size,
292
+ ref: ref,
293
+ xmlns: "http://www.w3.org/2000/svg",
294
+ viewBox: "0 0 32 32",
295
+ fill: "currentColor",
296
+ ...rest
297
+ }, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
298
+ d: "M24 12L16 22 8 12z"
299
+ })), children);
300
+ });
301
+ if (process.env.NODE_ENV !== "production") {
302
+ CaretDown.propTypes = iconPropTypes4cbeb95d.i;
303
+ }
304
+ const CaretLeft = /*#__PURE__*/React.forwardRef(function CaretLeft(_ref10, ref) {
305
+ let {
306
+ children,
307
+ size = 16,
308
+ ...rest
309
+ } = _ref10;
310
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
311
+ return /*#__PURE__*/React.createElement(Icon.default, {
312
+ width: size,
313
+ height: size,
314
+ ref: ref,
315
+ xmlns: "http://www.w3.org/2000/svg",
316
+ viewBox: "0 0 5 8",
317
+ fill: "currentColor",
318
+ ...rest
319
+ }, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
320
+ d: "M5 8L0 4 5 0z"
321
+ })), children);
322
+ }
323
+ return /*#__PURE__*/React.createElement(Icon.default, {
324
+ width: size,
325
+ height: size,
326
+ ref: ref,
327
+ xmlns: "http://www.w3.org/2000/svg",
328
+ viewBox: "0 0 32 32",
329
+ fill: "currentColor",
330
+ ...rest
331
+ }, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
332
+ d: "M20 24L10 16 20 8z"
333
+ })), children);
334
+ });
335
+ if (process.env.NODE_ENV !== "production") {
336
+ CaretLeft.propTypes = iconPropTypes4cbeb95d.i;
337
+ }
338
+ const CaretRight = /*#__PURE__*/React.forwardRef(function CaretRight(_ref11, ref) {
339
+ let {
340
+ children,
341
+ size = 16,
342
+ ...rest
343
+ } = _ref11;
344
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
345
+ return /*#__PURE__*/React.createElement(Icon.default, {
346
+ width: size,
347
+ height: size,
348
+ ref: ref,
349
+ xmlns: "http://www.w3.org/2000/svg",
350
+ viewBox: "0 0 5 8",
351
+ fill: "currentColor",
352
+ ...rest
353
+ }, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
354
+ d: "M0 0L5 4 0 8z"
355
+ })), children);
356
+ }
357
+ return /*#__PURE__*/React.createElement(Icon.default, {
358
+ width: size,
359
+ height: size,
360
+ ref: ref,
361
+ xmlns: "http://www.w3.org/2000/svg",
362
+ viewBox: "0 0 32 32",
363
+ fill: "currentColor",
364
+ ...rest
365
+ }, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
366
+ d: "M12 8L22 16 12 24z"
367
+ })), children);
368
+ });
369
+ if (process.env.NODE_ENV !== "production") {
370
+ CaretRight.propTypes = iconPropTypes4cbeb95d.i;
371
+ }
372
+ const CaretSort = /*#__PURE__*/React.forwardRef(function CaretSort(_ref12, ref) {
373
+ let {
374
+ children,
375
+ size = 16,
376
+ ...rest
377
+ } = _ref12;
378
+ return /*#__PURE__*/React.createElement(Icon.default, {
379
+ width: size,
380
+ height: size,
381
+ ref: ref,
382
+ xmlns: "http://www.w3.org/2000/svg",
383
+ viewBox: "0 0 32 32",
384
+ fill: "currentColor",
385
+ ...rest
386
+ }, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
387
+ d: "M24 24L16 32 8 24zM8 8L16 0 24 8z"
388
+ })), children);
389
+ });
390
+ if (process.env.NODE_ENV !== "production") {
391
+ CaretSort.propTypes = iconPropTypes4cbeb95d.i;
392
+ }
393
+ const CaretSortDown = /*#__PURE__*/React.forwardRef(function CaretSortDown(_ref13, ref) {
394
+ let {
395
+ children,
396
+ size = 16,
397
+ ...rest
398
+ } = _ref13;
399
+ return /*#__PURE__*/React.createElement(Icon.default, {
400
+ width: size,
401
+ height: size,
402
+ ref: ref,
403
+ xmlns: "http://www.w3.org/2000/svg",
404
+ viewBox: "0 0 32 32",
405
+ fill: "currentColor",
406
+ ...rest
407
+ }, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
408
+ d: "M24 24L16 32 8 24z"
409
+ })), children);
410
+ });
411
+ if (process.env.NODE_ENV !== "production") {
412
+ CaretSortDown.propTypes = iconPropTypes4cbeb95d.i;
413
+ }
414
+ const CaretSortUp = /*#__PURE__*/React.forwardRef(function CaretSortUp(_ref14, ref) {
415
+ let {
416
+ children,
417
+ size = 16,
418
+ ...rest
419
+ } = _ref14;
420
+ return /*#__PURE__*/React.createElement(Icon.default, {
421
+ width: size,
422
+ height: size,
423
+ ref: ref,
424
+ xmlns: "http://www.w3.org/2000/svg",
425
+ viewBox: "0 0 32 32",
426
+ fill: "currentColor",
427
+ ...rest
428
+ }, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
429
+ d: "M8 8L16 0 24 8z"
430
+ })), children);
431
+ });
432
+ if (process.env.NODE_ENV !== "production") {
433
+ CaretSortUp.propTypes = iconPropTypes4cbeb95d.i;
434
+ }
435
+ const CaretUp = /*#__PURE__*/React.forwardRef(function CaretUp(_ref15, ref) {
436
+ let {
437
+ children,
438
+ size = 16,
439
+ ...rest
440
+ } = _ref15;
441
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
442
+ return /*#__PURE__*/React.createElement(Icon.default, {
443
+ width: size,
444
+ height: size,
445
+ ref: ref,
446
+ xmlns: "http://www.w3.org/2000/svg",
447
+ viewBox: "0 0 8 4",
448
+ fill: "currentColor",
449
+ ...rest
450
+ }, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
451
+ d: "M0 4L4 0 8 4z"
452
+ })), children);
453
+ }
454
+ return /*#__PURE__*/React.createElement(Icon.default, {
455
+ width: size,
456
+ height: size,
457
+ ref: ref,
458
+ xmlns: "http://www.w3.org/2000/svg",
459
+ viewBox: "0 0 32 32",
460
+ fill: "currentColor",
461
+ ...rest
462
+ }, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
463
+ d: "M8 20L16 10 24 20z"
464
+ })), children);
465
+ });
466
+ if (process.env.NODE_ENV !== "production") {
467
+ CaretUp.propTypes = iconPropTypes4cbeb95d.i;
468
+ }
469
+ const CarouselHorizontal = /*#__PURE__*/React.forwardRef(function CarouselHorizontal(_ref16, ref) {
470
+ let {
471
+ children,
472
+ size = 16,
473
+ ...rest
474
+ } = _ref16;
475
+ return /*#__PURE__*/React.createElement(Icon.default, {
476
+ width: size,
477
+ height: size,
478
+ ref: ref,
479
+ xmlns: "http://www.w3.org/2000/svg",
480
+ viewBox: "0 0 32 32",
481
+ fill: "currentColor",
482
+ ...rest
483
+ }, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
484
+ d: "M22 26H10a2 2 0 01-2-2V8a2 2 0 012-2H22a2 2 0 012 2V24A2 2 0 0122 26zM10 8V24H22V8zM4 24H0V22H4V10H0V8H4a2 2 0 012 2V22A2 2 0 014 24zM32 24H28a2 2 0 01-2-2V10a2 2 0 012-2h4v2H28V22h4z"
485
+ })), children);
486
+ });
487
+ if (process.env.NODE_ENV !== "production") {
488
+ CarouselHorizontal.propTypes = iconPropTypes4cbeb95d.i;
489
+ }
490
+ const CarouselVertical = /*#__PURE__*/React.forwardRef(function CarouselVertical(_ref17, ref) {
491
+ let {
492
+ children,
493
+ size = 16,
494
+ ...rest
495
+ } = _ref17;
496
+ return /*#__PURE__*/React.createElement(Icon.default, {
497
+ width: size,
498
+ height: size,
499
+ ref: ref,
500
+ xmlns: "http://www.w3.org/2000/svg",
501
+ viewBox: "0 0 32 32",
502
+ fill: "currentColor",
503
+ ...rest
504
+ }, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
505
+ d: "M26 10V22a2 2 0 01-2 2H8a2 2 0 01-2-2V10A2 2 0 018 8H24A2 2 0 0126 10zM8 22H24V10H8zM24 28v4H22V28H10v4H8V28a2 2 0 012-2H22A2 2 0 0124 28zM24 0V4a2 2 0 01-2 2H10A2 2 0 018 4V0h2V4H22V0z"
506
+ })), children);
507
+ });
508
+ if (process.env.NODE_ENV !== "production") {
509
+ CarouselVertical.propTypes = iconPropTypes4cbeb95d.i;
510
+ }
511
+ const Catalog = /*#__PURE__*/React.forwardRef(function Catalog(_ref18, ref) {
512
+ let {
513
+ children,
514
+ size = 16,
515
+ ...rest
516
+ } = _ref18;
517
+ return /*#__PURE__*/React.createElement(Icon.default, {
518
+ width: size,
519
+ height: size,
520
+ ref: ref,
521
+ xmlns: "http://www.w3.org/2000/svg",
522
+ viewBox: "0 0 32 32",
523
+ fill: "currentColor",
524
+ ...rest
525
+ }, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
526
+ d: "M26,2H8A2,2,0,0,0,6,4V8H4v2H6v5H4v2H6v5H4v2H6v4a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V4A2,2,0,0,0,26,2Zm0,26H8V24h2V22H8V17h2V15H8V10h2V8H8V4H26Z"
527
+ })), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
528
+ d: "M14 8H22V10H14zM14 15H22V17H14zM14 22H22V24H14z"
529
+ })), children);
530
+ });
531
+ if (process.env.NODE_ENV !== "production") {
532
+ Catalog.propTypes = iconPropTypes4cbeb95d.i;
533
+ }
534
+ const CatalogPublish = /*#__PURE__*/React.forwardRef(function CatalogPublish(_ref19, ref) {
535
+ let {
536
+ children,
537
+ size = 16,
538
+ ...rest
539
+ } = _ref19;
540
+ return /*#__PURE__*/React.createElement(Icon.default, {
541
+ width: size,
542
+ height: size,
543
+ ref: ref,
544
+ xmlns: "http://www.w3.org/2000/svg",
545
+ viewBox: "0 0 32 32",
546
+ fill: "currentColor",
547
+ ...rest
548
+ }, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
549
+ d: "M20 20L21.4 21.4 18.8 24 28 24 28 26 18.8 26 21.4 28.6 20 30 15 25zM14 15H22V17H14zM14 8H22V10H14z"
550
+ })), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
551
+ d: "M13,28H8v-4h2v-2H8v-5h2v-2H8v-5h2V8H8V4h18v16h2V4c0-1.1-0.9-2-2-2H8C6.9,2,6,2.9,6,4v4H4v2h2v5H4v2h2v5H4v2h2v4 c0,1.1,0.9,2,2,2h5V28z"
552
+ })), children);
553
+ });
554
+ if (process.env.NODE_ENV !== "production") {
555
+ CatalogPublish.propTypes = iconPropTypes4cbeb95d.i;
556
+ }
557
+ const Categories = /*#__PURE__*/React.forwardRef(function Categories(_ref20, ref) {
558
+ let {
559
+ children,
560
+ size = 16,
561
+ ...rest
562
+ } = _ref20;
563
+ return /*#__PURE__*/React.createElement(Icon.default, {
564
+ width: size,
565
+ height: size,
566
+ ref: ref,
567
+ xmlns: "http://www.w3.org/2000/svg",
568
+ viewBox: "0 0 32 32",
569
+ fill: "currentColor",
570
+ ...rest
571
+ }, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
572
+ d: "M6.76 6l.45.89L7.76 8H12v5H4V6H6.76m.62-2H3A1 1 0 002 5v9a1 1 0 001 1H13a1 1 0 001-1V7a1 1 0 00-1-1H9L8.28 4.55A1 1 0 007.38 4zM22.76 6l.45.89L23.76 8H28v5H20V6h2.76m.62-2H19a1 1 0 00-1 1v9a1 1 0 001 1H29a1 1 0 001-1V7a1 1 0 00-1-1H25l-.72-1.45a1 1 0 00-.9-.55zM6.76 19l.45.89L7.76 21H12v5H4V19H6.76m.62-2H3a1 1 0 00-1 1v9a1 1 0 001 1H13a1 1 0 001-1V20a1 1 0 00-1-1H9l-.72-1.45a1 1 0 00-.9-.55zM22.76 19l.45.89L23.76 21H28v5H20V19h2.76m.62-2H19a1 1 0 00-1 1v9a1 1 0 001 1H29a1 1 0 001-1V20a1 1 0 00-1-1H25l-.72-1.45a1 1 0 00-.9-.55z"
573
+ })), children);
574
+ });
575
+ if (process.env.NODE_ENV !== "production") {
576
+ Categories.propTypes = iconPropTypes4cbeb95d.i;
577
+ }
578
+ const Category = /*#__PURE__*/React.forwardRef(function Category(_ref21, ref) {
579
+ let {
580
+ children,
581
+ size = 16,
582
+ ...rest
583
+ } = _ref21;
584
+ return /*#__PURE__*/React.createElement(Icon.default, {
585
+ width: size,
586
+ height: size,
587
+ ref: ref,
588
+ xmlns: "http://www.w3.org/2000/svg",
589
+ viewBox: "0 0 32 32",
590
+ fill: "currentColor",
591
+ ...rest
592
+ }, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
593
+ d: "M27,22.1414V18a2,2,0,0,0-2-2H17V12h2a2.0023,2.0023,0,0,0,2-2V4a2.0023,2.0023,0,0,0-2-2H13a2.002,2.002,0,0,0-2,2v6a2.002,2.002,0,0,0,2,2h2v4H7a2,2,0,0,0-2,2v4.1421a4,4,0,1,0,2,0V18h8v4.142a4,4,0,1,0,2,0V18h8v4.1414a4,4,0,1,0,2,0ZM13,4h6l.001,6H13ZM8,26a2,2,0,1,1-2-2A2.0023,2.0023,0,0,1,8,26Zm10,0a2,2,0,1,1-2-2A2.0027,2.0027,0,0,1,18,26Zm8,2a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,26,28Z"
594
+ })), children);
595
+ });
596
+ if (process.env.NODE_ENV !== "production") {
597
+ Category.propTypes = iconPropTypes4cbeb95d.i;
598
+ }
599
+ const CategoryAdd = /*#__PURE__*/React.forwardRef(function CategoryAdd(_ref22, ref) {
600
+ let {
601
+ children,
602
+ size = 16,
603
+ ...rest
604
+ } = _ref22;
605
+ return /*#__PURE__*/React.createElement(Icon.default, {
606
+ width: size,
607
+ height: size,
608
+ ref: ref,
609
+ xmlns: "http://www.w3.org/2000/svg",
610
+ viewBox: "0 0 32 32",
611
+ fill: "currentColor",
612
+ ...rest
613
+ }, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
614
+ d: "M15 6L13.59 7.41 17.17 11 13.59 14.59 15 16 20 11 15 6z"
615
+ })), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
616
+ d: "M28,24H17V20h6a2.0027,2.0027,0,0,0,2-2V4a2.0023,2.0023,0,0,0-2-2H9A2.002,2.002,0,0,0,7,4V18a2.0023,2.0023,0,0,0,2,2h6v4H4a2,2,0,0,0-2,2v4H4V26H15v4h2V26H28v4h2V26A2,2,0,0,0,28,24ZM9,4H23l.002,14H9Z"
617
+ })), children);
618
+ });
619
+ if (process.env.NODE_ENV !== "production") {
620
+ CategoryAdd.propTypes = iconPropTypes4cbeb95d.i;
621
+ }
622
+ const CategoryAnd = /*#__PURE__*/React.forwardRef(function CategoryAnd(_ref23, ref) {
623
+ let {
624
+ children,
625
+ size = 16,
626
+ ...rest
627
+ } = _ref23;
628
+ return /*#__PURE__*/React.createElement(Icon.default, {
629
+ width: size,
630
+ height: size,
631
+ ref: ref,
632
+ xmlns: "http://www.w3.org/2000/svg",
633
+ viewBox: "0 0 32 32",
634
+ fill: "currentColor",
635
+ ...rest
636
+ }, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
637
+ d: "M4 30V26H15v4h2V26H28v4h2V26a2 2 0 00-2-2H17V19H15v5H4a2 2 0 00-2 2v4zM20.6953 13.9858A10.08 10.08 0 0021.9463 10H23V8H20V9a9.2634 9.2634 0 01-.6641 3.2705L16.6511 8.8816a5.1261 5.1261 0 002.1436-2.3694A3.2522 3.2522 0 0018.6062 3.81a3.38 3.38 0 00-2.2391-1.7056 3.4688 3.4688 0 00-4.2223 2.1186c-.5044 1.5518.4406 3.1158 1.2612 4.1077A4.7255 4.7255 0 0011.06 13.1587 4.4526 4.4526 0 0015.4268 17h.0058a5.7844 5.7844 0 003.9717-1.4233L20.532 17h2.5519zM14.047 4.8413A1.3224 1.3224 0 0115.4141 4a2.41 2.41 0 01.5214.0581 1.4018 1.4018 0 01.9111.7022 1.2493 1.2493 0 01.0791 1.042A3.6871 3.6871 0 0115.2441 7.395C14.5831 6.6816 13.8087 5.5732 14.047 4.8413zM15.4316 15h-.0039a2.4432 2.4432 0 01-2.3916-2.1509 2.8261 2.8261 0 011.81-3.0249l3.3115 4.1787A3.8853 3.8853 0 0115.4316 15z"
638
+ })), children);
639
+ });
640
+ if (process.env.NODE_ENV !== "production") {
641
+ CategoryAnd.propTypes = iconPropTypes4cbeb95d.i;
642
+ }
643
+ const CategoryNew = /*#__PURE__*/React.forwardRef(function CategoryNew(_ref24, ref) {
644
+ let {
645
+ children,
646
+ size = 16,
647
+ ...rest
648
+ } = _ref24;
649
+ return /*#__PURE__*/React.createElement(Icon.default, {
650
+ width: size,
651
+ height: size,
652
+ ref: ref,
653
+ xmlns: "http://www.w3.org/2000/svg",
654
+ viewBox: "0 0 32 32",
655
+ fill: "currentColor",
656
+ ...rest
657
+ }, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
658
+ d: "M21 10L17 10 17 6 15 6 15 10 11 10 11 12 15 12 15 16 17 16 17 12 21 12 21 10z"
659
+ })), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
660
+ d: "M28,24H17V20h6a2.0027,2.0027,0,0,0,2-2V4a2.0023,2.0023,0,0,0-2-2H9A2.002,2.002,0,0,0,7,4V18a2.0023,2.0023,0,0,0,2,2h6v4H4a2,2,0,0,0-2,2v4H4V26H15v4h2V26H28v4h2V26A2,2,0,0,0,28,24ZM9,4H23l.002,14H9Z"
661
+ })), children);
662
+ });
663
+ if (process.env.NODE_ENV !== "production") {
664
+ CategoryNew.propTypes = iconPropTypes4cbeb95d.i;
665
+ }
666
+ const CategoryNewEach = /*#__PURE__*/React.forwardRef(function CategoryNewEach(_ref25, ref) {
667
+ let {
668
+ children,
669
+ size = 16,
670
+ ...rest
671
+ } = _ref25;
672
+ return /*#__PURE__*/React.createElement(Icon.default, {
673
+ width: size,
674
+ height: size,
675
+ ref: ref,
676
+ xmlns: "http://www.w3.org/2000/svg",
677
+ viewBox: "0 0 32 32",
678
+ fill: "currentColor",
679
+ ...rest
680
+ }, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
681
+ d: "M29 10H24v2h5v6H22v2h3v2.142a4 4 0 102 0V20h2a2.0027 2.0027 0 002-2V12A2.0023 2.0023 0 0029 10zM28 26a2 2 0 11-2-2A2.0027 2.0027 0 0128 26zM19 6H14V8h5v6H12v2h3v6.142a4 4 0 102 0V16h2a2.0023 2.0023 0 002-2V8A2.0023 2.0023 0 0019 6zM18 26a2 2 0 11-2-2A2.0027 2.0027 0 0118 26zM9 2H3A2.002 2.002 0 001 4v6a2.002 2.002 0 002 2H5V22.142a4 4 0 102 0V12H9a2.002 2.002 0 002-2V4A2.002 2.002 0 009 2zM8 26a2 2 0 11-2-2A2.0023 2.0023 0 018 26zM3 10V4H9l.0015 6z"
682
+ })), children);
683
+ });
684
+ if (process.env.NODE_ENV !== "production") {
685
+ CategoryNewEach.propTypes = iconPropTypes4cbeb95d.i;
686
+ }
687
+ const Caution = /*#__PURE__*/React.forwardRef(function Caution(_ref26, ref) {
688
+ let {
689
+ children,
690
+ size = 16,
691
+ ...rest
692
+ } = _ref26;
693
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
694
+ return /*#__PURE__*/React.createElement(Icon.default, {
695
+ width: size,
696
+ height: size,
697
+ ref: ref,
698
+ xmlns: "http://www.w3.org/2000/svg",
699
+ viewBox: "0 0 16 16",
700
+ fill: "currentColor",
701
+ ...rest
702
+ }, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
703
+ d: "M12.3154,12H3.6846L8,4.0884,12.3154,12M14,13,8,2,2,13Z"
704
+ })), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
705
+ d: "M12.315 12L3.685 12 8 4.088 12.315 12z"
706
+ })), children);
707
+ }
708
+ return /*#__PURE__*/React.createElement(Icon.default, {
709
+ width: size,
710
+ height: size,
711
+ ref: ref,
712
+ xmlns: "http://www.w3.org/2000/svg",
713
+ viewBox: "0 0 16 16",
714
+ fill: "currentColor",
715
+ ...rest
716
+ }, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
717
+ d: "M12.3154,12H3.6846L8,4.0884,12.3154,12M14,13,8,2,2,13Z"
718
+ })), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
719
+ d: "M12.315 12L3.685 12 8 4.088 12.315 12z"
720
+ })), children);
721
+ });
722
+ if (process.env.NODE_ENV !== "production") {
723
+ Caution.propTypes = iconPropTypes4cbeb95d.i;
724
+ }
725
+ const CautionInverted = /*#__PURE__*/React.forwardRef(function CautionInverted(_ref27, ref) {
726
+ let {
727
+ children,
728
+ size = 16,
729
+ ...rest
730
+ } = _ref27;
731
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
732
+ return /*#__PURE__*/React.createElement(Icon.default, {
733
+ width: size,
734
+ height: size,
735
+ ref: ref,
736
+ xmlns: "http://www.w3.org/2000/svg",
737
+ viewBox: "0 0 16 16",
738
+ fill: "currentColor",
739
+ ...rest
740
+ }, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
741
+ d: "M8 14L2 3 14 3 8 14z"
742
+ })), children);
743
+ }
744
+ return /*#__PURE__*/React.createElement(Icon.default, {
745
+ width: size,
746
+ height: size,
747
+ ref: ref,
748
+ xmlns: "http://www.w3.org/2000/svg",
749
+ viewBox: "0 0 16 16",
750
+ fill: "currentColor",
751
+ ...rest
752
+ }, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
753
+ d: "M8 14L2 3 14 3 8 14z"
754
+ })), children);
755
+ });
756
+ if (process.env.NODE_ENV !== "production") {
757
+ CautionInverted.propTypes = iconPropTypes4cbeb95d.i;
758
+ }
759
+ const QCcX = /*#__PURE__*/React.forwardRef(function QCcX(_ref28, ref) {
760
+ let {
761
+ children,
762
+ size = 16,
763
+ ...rest
764
+ } = _ref28;
765
+ return /*#__PURE__*/React.createElement(Icon.default, {
766
+ width: size,
767
+ height: size,
768
+ ref: ref,
769
+ xmlns: "http://www.w3.org/2000/svg",
770
+ viewBox: "0 0 32 32",
771
+ fill: "currentColor",
772
+ ...rest
773
+ }, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
774
+ 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"
775
+ })), children);
776
+ });
777
+ if (process.env.NODE_ENV !== "production") {
778
+ QCcX.propTypes = iconPropTypes4cbeb95d.i;
779
+ }
780
+ const WatsonHealthCdArchive = /*#__PURE__*/React.forwardRef(function WatsonHealthCdArchive(_ref29, ref) {
781
+ let {
782
+ children,
783
+ size = 16,
784
+ ...rest
785
+ } = _ref29;
786
+ return /*#__PURE__*/React.createElement(Icon.default, {
787
+ width: size,
788
+ height: size,
789
+ ref: ref,
790
+ xmlns: "http://www.w3.org/2000/svg",
791
+ viewBox: "0 0 32 32",
792
+ fill: "currentColor",
793
+ ...rest
794
+ }, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
795
+ 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"
796
+ })), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
797
+ 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"
798
+ })), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
799
+ cx: "16",
800
+ cy: "16",
801
+ r: "2"
802
+ })), children);
803
+ });
804
+ if (process.env.NODE_ENV !== "production") {
805
+ WatsonHealthCdArchive.propTypes = iconPropTypes4cbeb95d.i;
806
+ }
807
+ const WatsonHealthCdCreateArchive = /*#__PURE__*/React.forwardRef(function WatsonHealthCdCreateArchive(_ref30, ref) {
808
+ let {
809
+ children,
810
+ size = 16,
811
+ ...rest
812
+ } = _ref30;
813
+ return /*#__PURE__*/React.createElement(Icon.default, {
814
+ width: size,
815
+ height: size,
816
+ ref: ref,
817
+ xmlns: "http://www.w3.org/2000/svg",
818
+ viewBox: "0 0 32 32",
819
+ fill: "currentColor",
820
+ ...rest
821
+ }, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
822
+ 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"
823
+ })), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
824
+ cx: "14",
825
+ cy: "14",
826
+ r: "2"
827
+ })), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
828
+ 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"
829
+ })), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
830
+ 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"
831
+ })), children);
832
+ });
833
+ if (process.env.NODE_ENV !== "production") {
834
+ WatsonHealthCdCreateArchive.propTypes = iconPropTypes4cbeb95d.i;
835
+ }
836
+ const WatsonHealthCdCreateExchange = /*#__PURE__*/React.forwardRef(function WatsonHealthCdCreateExchange(_ref31, ref) {
837
+ let {
838
+ children,
839
+ size = 16,
840
+ ...rest
841
+ } = _ref31;
842
+ return /*#__PURE__*/React.createElement(Icon.default, {
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
850
+ }, _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
851
+ cx: "14",
852
+ cy: "14",
853
+ r: "2"
854
+ })), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
855
+ 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"
856
+ })), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
857
+ 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"
858
+ })), children);
859
+ });
860
+ if (process.env.NODE_ENV !== "production") {
861
+ WatsonHealthCdCreateExchange.propTypes = iconPropTypes4cbeb95d.i;
862
+ }
863
+ const Cda = /*#__PURE__*/React.forwardRef(function Cda(_ref32, ref) {
864
+ let {
865
+ children,
866
+ size = 16,
867
+ ...rest
868
+ } = _ref32;
869
+ return /*#__PURE__*/React.createElement(Icon.default, {
870
+ width: size,
871
+ height: size,
872
+ ref: ref,
873
+ xmlns: "http://www.w3.org/2000/svg",
874
+ viewBox: "0 0 32 32",
875
+ fill: "currentColor",
876
+ ...rest
877
+ }, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
878
+ 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"
879
+ })), children);
880
+ });
881
+ if (process.env.NODE_ENV !== "production") {
882
+ Cda.propTypes = iconPropTypes4cbeb95d.i;
883
+ }
884
+ const CellTower = /*#__PURE__*/React.forwardRef(function CellTower(_ref33, ref) {
885
+ let {
886
+ children,
887
+ size = 16,
888
+ ...rest
889
+ } = _ref33;
890
+ return /*#__PURE__*/React.createElement(Icon.default, {
891
+ width: size,
892
+ height: size,
893
+ ref: ref,
894
+ xmlns: "http://www.w3.org/2000/svg",
895
+ viewBox: "0 0 32 32",
896
+ fill: "currentColor",
897
+ ...rest
898
+ }, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
899
+ 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"
900
+ })), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
901
+ 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"
902
+ })), children);
903
+ });
904
+ if (process.env.NODE_ENV !== "production") {
905
+ CellTower.propTypes = iconPropTypes4cbeb95d.i;
906
+ }
907
+ const CenterCircle = /*#__PURE__*/React.forwardRef(function CenterCircle(_ref34, ref) {
908
+ let {
909
+ children,
910
+ size = 16,
911
+ ...rest
912
+ } = _ref34;
913
+ return /*#__PURE__*/React.createElement(Icon.default, {
914
+ width: size,
915
+ height: size,
916
+ ref: ref,
917
+ xmlns: "http://www.w3.org/2000/svg",
918
+ viewBox: "0 0 32 32",
919
+ fill: "currentColor",
920
+ ...rest
921
+ }, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
922
+ 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"
923
+ })), children);
924
+ });
925
+ if (process.env.NODE_ENV !== "production") {
926
+ CenterCircle.propTypes = iconPropTypes4cbeb95d.i;
927
+ }
928
+ const CenterSquare = /*#__PURE__*/React.forwardRef(function CenterSquare(_ref35, ref) {
929
+ let {
930
+ children,
931
+ size = 16,
932
+ ...rest
933
+ } = _ref35;
934
+ return /*#__PURE__*/React.createElement(Icon.default, {
935
+ width: size,
936
+ height: size,
937
+ ref: ref,
938
+ xmlns: "http://www.w3.org/2000/svg",
939
+ viewBox: "0 0 32 32",
940
+ fill: "currentColor",
941
+ ...rest
942
+ }, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
943
+ 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"
944
+ })), children);
945
+ });
946
+ if (process.env.NODE_ENV !== "production") {
947
+ CenterSquare.propTypes = iconPropTypes4cbeb95d.i;
948
+ }
949
+ const CenterToFit = /*#__PURE__*/React.forwardRef(function CenterToFit(_ref36, ref) {
950
+ let {
951
+ children,
952
+ size = 16,
953
+ ...rest
954
+ } = _ref36;
955
+ return /*#__PURE__*/React.createElement(Icon.default, {
956
+ width: size,
957
+ height: size,
958
+ ref: ref,
959
+ xmlns: "http://www.w3.org/2000/svg",
960
+ viewBox: "0 0 32 32",
961
+ fill: "currentColor",
962
+ ...rest
963
+ }, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
964
+ 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"
965
+ })), children);
966
+ });
967
+ if (process.env.NODE_ENV !== "production") {
968
+ CenterToFit.propTypes = iconPropTypes4cbeb95d.i;
969
+ }
970
+ const Certificate = /*#__PURE__*/React.forwardRef(function Certificate(_ref37, ref) {
971
+ let {
972
+ children,
973
+ size = 16,
974
+ ...rest
975
+ } = _ref37;
976
+ return /*#__PURE__*/React.createElement(Icon.default, {
977
+ width: size,
978
+ height: size,
979
+ ref: ref,
980
+ xmlns: "http://www.w3.org/2000/svg",
981
+ viewBox: "0 0 32 32",
982
+ fill: "currentColor",
983
+ ...rest
984
+ }, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
985
+ 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"
986
+ })), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
987
+ d: "M16,26H4V6H28V16h2V6a2,2,0,0,0-2-2H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H16Z"
988
+ })), children);
989
+ });
990
+ if (process.env.NODE_ENV !== "production") {
991
+ Certificate.propTypes = iconPropTypes4cbeb95d.i;
992
+ }
993
+ const CertificateCheck = /*#__PURE__*/React.forwardRef(function CertificateCheck(_ref38, ref) {
994
+ let {
995
+ children,
996
+ size = 16,
997
+ ...rest
998
+ } = _ref38;
999
+ return /*#__PURE__*/React.createElement(Icon.default, {
1000
+ width: size,
1001
+ height: size,
1002
+ ref: ref,
1003
+ xmlns: "http://www.w3.org/2000/svg",
1004
+ viewBox: "0 0 32 32",
1005
+ fill: "currentColor",
1006
+ ...rest
1007
+ }, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
1008
+ d: "M6 16H12V18H6zM6 12H16V14H6zM6 8H16V10H6z"
1009
+ })), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
1010
+ d: "M14,26H4V6H28V16h2V6a2,2,0,0,0-2-2H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H14Z"
1011
+ })), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
1012
+ d: "M22 25.59L19.41 23 18 24.41 22 28.41 30 20.41 28.59 19 22 25.59z"
1013
+ })), children);
1014
+ });
1015
+ if (process.env.NODE_ENV !== "production") {
1016
+ CertificateCheck.propTypes = iconPropTypes4cbeb95d.i;
1017
+ }
1018
+ const ChangeCatalog = /*#__PURE__*/React.forwardRef(function ChangeCatalog(_ref39, ref) {
1019
+ let {
1020
+ children,
1021
+ size = 16,
1022
+ ...rest
1023
+ } = _ref39;
1024
+ return /*#__PURE__*/React.createElement(Icon.default, {
1025
+ width: size,
1026
+ height: size,
1027
+ ref: ref,
1028
+ xmlns: "http://www.w3.org/2000/svg",
1029
+ viewBox: "0 0 32 32",
1030
+ fill: "currentColor",
1031
+ ...rest
1032
+ }, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
1033
+ 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"
1034
+ })), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
1035
+ d: "M12,28H6V24H8V22H6V17H8V15H6V10H8V8H6V4H24v8h2V4a2,2,0,0,0-2-2H6A2,2,0,0,0,4,4V8H2v2H4v5H2v2H4v5H2v2H4v4a2,2,0,0,0,2,2h6Z"
1036
+ })), children);
1037
+ });
1038
+ if (process.env.NODE_ENV !== "production") {
1039
+ ChangeCatalog.propTypes = iconPropTypes4cbeb95d.i;
1040
+ }
1041
+ const CharacterDecimal = /*#__PURE__*/React.forwardRef(function CharacterDecimal(_ref40, ref) {
1042
+ let {
1043
+ children,
1044
+ size = 16,
1045
+ ...rest
1046
+ } = _ref40;
1047
+ return /*#__PURE__*/React.createElement(Icon.default, {
1048
+ width: size,
1049
+ height: size,
1050
+ ref: ref,
1051
+ xmlns: "http://www.w3.org/2000/svg",
1052
+ viewBox: "0 0 32 32",
1053
+ fill: "currentColor",
1054
+ ...rest
1055
+ }, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
1056
+ d: "M21 15H23V17H21z"
1057
+ })), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1058
+ 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"
1059
+ })), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1060
+ 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"
1061
+ })), children);
1062
+ });
1063
+ if (process.env.NODE_ENV !== "production") {
1064
+ CharacterDecimal.propTypes = iconPropTypes4cbeb95d.i;
1065
+ }
1066
+ const CharacterFraction = /*#__PURE__*/React.forwardRef(function CharacterFraction(_ref41, ref) {
1067
+ let {
1068
+ children,
1069
+ size = 16,
1070
+ ...rest
1071
+ } = _ref41;
1072
+ return /*#__PURE__*/React.createElement(Icon.default, {
1073
+ width: size,
1074
+ height: size,
1075
+ ref: ref,
1076
+ xmlns: "http://www.w3.org/2000/svg",
1077
+ viewBox: "0 0 32 32",
1078
+ fill: "currentColor",
1079
+ ...rest
1080
+ }, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1081
+ 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"
1082
+ })), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1083
+ d: "M4.479 15.5H26.521V17.5H4.479z",
1084
+ transform: "rotate(-45 15.5 16.5)"
1085
+ })), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1086
+ 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"
1087
+ })), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1088
+ d: "M8,3V15H8V3M9,2H4V4H7V14H4v2h8V14H9V2Z"
1089
+ })), children);
1090
+ });
1091
+ if (process.env.NODE_ENV !== "production") {
1092
+ CharacterFraction.propTypes = iconPropTypes4cbeb95d.i;
1093
+ }
1094
+ const CharacterInteger = /*#__PURE__*/React.forwardRef(function CharacterInteger(_ref42, ref) {
1095
+ let {
1096
+ children,
1097
+ size = 16,
1098
+ ...rest
1099
+ } = _ref42;
1100
+ return /*#__PURE__*/React.createElement(Icon.default, {
1101
+ width: size,
1102
+ height: size,
1103
+ ref: ref,
1104
+ xmlns: "http://www.w3.org/2000/svg",
1105
+ viewBox: "0 0 32 32",
1106
+ fill: "currentColor",
1107
+ ...rest
1108
+ }, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1109
+ 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"
1110
+ })), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1111
+ 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"
1112
+ })), children);
1113
+ });
1114
+ if (process.env.NODE_ENV !== "production") {
1115
+ CharacterInteger.propTypes = iconPropTypes4cbeb95d.i;
1116
+ }
1117
+ const CharacterLowerCase = /*#__PURE__*/React.forwardRef(function CharacterLowerCase(_ref43, ref) {
1118
+ let {
1119
+ children,
1120
+ size = 16,
1121
+ ...rest
1122
+ } = _ref43;
1123
+ return /*#__PURE__*/React.createElement(Icon.default, {
1124
+ width: size,
1125
+ height: size,
1126
+ ref: ref,
1127
+ xmlns: "http://www.w3.org/2000/svg",
1128
+ viewBox: "0 0 32 32",
1129
+ fill: "currentColor",
1130
+ ...rest
1131
+ }, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1132
+ 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"
1133
+ })), children);
1134
+ });
1135
+ if (process.env.NODE_ENV !== "production") {
1136
+ CharacterLowerCase.propTypes = iconPropTypes4cbeb95d.i;
1137
+ }
1138
+ const CharacterNegativeNumber = /*#__PURE__*/React.forwardRef(function CharacterNegativeNumber(_ref44, ref) {
1139
+ let {
1140
+ children,
1141
+ size = 16,
1142
+ ...rest
1143
+ } = _ref44;
1144
+ return /*#__PURE__*/React.createElement(Icon.default, {
1145
+ width: size,
1146
+ height: size,
1147
+ ref: ref,
1148
+ xmlns: "http://www.w3.org/2000/svg",
1149
+ viewBox: "0 0 32 32",
1150
+ fill: "currentColor",
1151
+ ...rest
1152
+ }, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1153
+ 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"
1154
+ })), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1155
+ d: "M23 10V22h0V10m1-1H19v2h3V21H19v2h8V21H24V9zM5 15H15V17H5z"
1156
+ })), children);
1157
+ });
1158
+ if (process.env.NODE_ENV !== "production") {
1159
+ CharacterNegativeNumber.propTypes = iconPropTypes4cbeb95d.i;
1160
+ }
1161
+ const CharacterSentenceCase = /*#__PURE__*/React.forwardRef(function CharacterSentenceCase(_ref45, ref) {
1162
+ let {
1163
+ children,
1164
+ size = 16,
1165
+ ...rest
1166
+ } = _ref45;
1167
+ return /*#__PURE__*/React.createElement(Icon.default, {
1168
+ width: size,
1169
+ height: size,
1170
+ ref: ref,
1171
+ xmlns: "http://www.w3.org/2000/svg",
1172
+ viewBox: "0 0 32 32",
1173
+ fill: "currentColor",
1174
+ ...rest
1175
+ }, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1176
+ 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"
1177
+ })), children);
1178
+ });
1179
+ if (process.env.NODE_ENV !== "production") {
1180
+ CharacterSentenceCase.propTypes = iconPropTypes4cbeb95d.i;
1181
+ }
1182
+ const CharacterUpperCase = /*#__PURE__*/React.forwardRef(function CharacterUpperCase(_ref46, ref) {
1183
+ let {
1184
+ children,
1185
+ size = 16,
1186
+ ...rest
1187
+ } = _ref46;
1188
+ return /*#__PURE__*/React.createElement(Icon.default, {
1189
+ width: size,
1190
+ height: size,
1191
+ ref: ref,
1192
+ xmlns: "http://www.w3.org/2000/svg",
1193
+ viewBox: "0 0 32 32",
1194
+ fill: "currentColor",
1195
+ ...rest
1196
+ }, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1197
+ 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"
1198
+ })), children);
1199
+ });
1200
+ if (process.env.NODE_ENV !== "production") {
1201
+ CharacterUpperCase.propTypes = iconPropTypes4cbeb95d.i;
1202
+ }
1203
+ const CharacterWholeNumber = /*#__PURE__*/React.forwardRef(function CharacterWholeNumber(_ref47, ref) {
1204
+ let {
1205
+ children,
1206
+ size = 16,
1207
+ ...rest
1208
+ } = _ref47;
1209
+ return /*#__PURE__*/React.createElement(Icon.default, {
1210
+ width: size,
1211
+ height: size,
1212
+ ref: ref,
1213
+ xmlns: "http://www.w3.org/2000/svg",
1214
+ viewBox: "0 0 32 32",
1215
+ fill: "currentColor",
1216
+ ...rest
1217
+ }, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1218
+ 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"
1219
+ })), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1220
+ d: "M6,10V22H6V10M7,9H2v2H5V21H2v2h8V21H7V9Z"
1221
+ })), children);
1222
+ });
1223
+ if (process.env.NODE_ENV !== "production") {
1224
+ CharacterWholeNumber.propTypes = iconPropTypes4cbeb95d.i;
1225
+ }
1226
+ const CharacterPatterns = /*#__PURE__*/React.forwardRef(function CharacterPatterns(_ref48, ref) {
1227
+ let {
1228
+ children,
1229
+ size = 16,
1230
+ ...rest
1231
+ } = _ref48;
1232
+ return /*#__PURE__*/React.createElement(Icon.default, {
1233
+ width: size,
1234
+ height: size,
1235
+ ref: ref,
1236
+ xmlns: "http://www.w3.org/2000/svg",
1237
+ viewBox: "0 0 32 32",
1238
+ fill: "currentColor",
1239
+ ...rest
1240
+ }, _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1241
+ 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"
1242
+ })), children);
1243
+ });
1244
+ if (process.env.NODE_ENV !== "production") {
1245
+ CharacterPatterns.propTypes = iconPropTypes4cbeb95d.i;
1246
+ }
1247
+ const ChargingStation = /*#__PURE__*/React.forwardRef(function ChargingStation(_ref49, ref) {
1248
+ let {
1249
+ children,
1250
+ size = 16,
1251
+ ...rest
1252
+ } = _ref49;
1253
+ return /*#__PURE__*/React.createElement(Icon.default, {
1254
+ width: size,
1255
+ height: size,
1256
+ ref: ref,
1257
+ xmlns: "http://www.w3.org/2000/svg",
1258
+ viewBox: "0 0 32 32",
1259
+ fill: "currentColor",
1260
+ ...rest
1261
+ }, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1262
+ 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"
1263
+ })), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1264
+ 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"
1265
+ })), children);
1266
+ });
1267
+ if (process.env.NODE_ENV !== "production") {
1268
+ ChargingStation.propTypes = iconPropTypes4cbeb95d.i;
1269
+ }
1270
+ const ChargingStationFilled = /*#__PURE__*/React.forwardRef(function ChargingStationFilled(_ref50, ref) {
1271
+ let {
1272
+ children,
1273
+ size = 16,
1274
+ ...rest
1275
+ } = _ref50;
1276
+ return /*#__PURE__*/React.createElement(Icon.default, {
1277
+ width: size,
1278
+ height: size,
1279
+ ref: ref,
1280
+ xmlns: "http://www.w3.org/2000/svg",
1281
+ viewBox: "0 0 32 32",
1282
+ fill: "currentColor",
1283
+ ...rest
1284
+ }, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1285
+ 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"
1286
+ })), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1287
+ fill: "none",
1288
+ 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",
1289
+ "data-icon-path": "inner-path"
1290
+ })), children);
1291
+ });
1292
+ if (process.env.NODE_ENV !== "production") {
1293
+ ChargingStationFilled.propTypes = iconPropTypes4cbeb95d.i;
1294
+ }
1295
+ const Chart_3D = /*#__PURE__*/React.forwardRef(function Chart_3D(_ref51, ref) {
1296
+ let {
1297
+ children,
1298
+ size = 16,
1299
+ ...rest
1300
+ } = _ref51;
1301
+ return /*#__PURE__*/React.createElement(Icon.default, {
1302
+ width: size,
1303
+ height: size,
1304
+ ref: ref,
1305
+ xmlns: "http://www.w3.org/2000/svg",
1306
+ viewBox: "0 0 32 32",
1307
+ fill: "currentColor",
1308
+ ...rest
1309
+ }, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1310
+ 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"
1311
+ })), children);
1312
+ });
1313
+ if (process.env.NODE_ENV !== "production") {
1314
+ Chart_3D.propTypes = iconPropTypes4cbeb95d.i;
1315
+ }
1316
+ const ChartArea = /*#__PURE__*/React.forwardRef(function ChartArea(_ref52, ref) {
1317
+ let {
1318
+ children,
1319
+ size = 16,
1320
+ ...rest
1321
+ } = _ref52;
1322
+ return /*#__PURE__*/React.createElement(Icon.default, {
1323
+ width: size,
1324
+ height: size,
1325
+ ref: ref,
1326
+ xmlns: "http://www.w3.org/2000/svg",
1327
+ viewBox: "0 0 32 32",
1328
+ fill: "currentColor",
1329
+ ...rest
1330
+ }, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1331
+ 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"
1332
+ })), children);
1333
+ });
1334
+ if (process.env.NODE_ENV !== "production") {
1335
+ ChartArea.propTypes = iconPropTypes4cbeb95d.i;
1336
+ }
1337
+ const ChartAreaSmooth = /*#__PURE__*/React.forwardRef(function ChartAreaSmooth(_ref53, ref) {
1338
+ let {
1339
+ children,
1340
+ size = 16,
1341
+ ...rest
1342
+ } = _ref53;
1343
+ return /*#__PURE__*/React.createElement(Icon.default, {
1344
+ width: size,
1345
+ height: size,
1346
+ ref: ref,
1347
+ xmlns: "http://www.w3.org/2000/svg",
1348
+ viewBox: "0 0 32 32",
1349
+ fill: "currentColor",
1350
+ ...rest
1351
+ }, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1352
+ 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"
1353
+ })), children);
1354
+ });
1355
+ if (process.env.NODE_ENV !== "production") {
1356
+ ChartAreaSmooth.propTypes = iconPropTypes4cbeb95d.i;
1357
+ }
1358
+ const ChartAreaStepper = /*#__PURE__*/React.forwardRef(function ChartAreaStepper(_ref54, ref) {
1359
+ let {
1360
+ children,
1361
+ size = 16,
1362
+ ...rest
1363
+ } = _ref54;
1364
+ return /*#__PURE__*/React.createElement(Icon.default, {
1365
+ width: size,
1366
+ height: size,
1367
+ ref: ref,
1368
+ xmlns: "http://www.w3.org/2000/svg",
1369
+ viewBox: "0 0 32 32",
1370
+ fill: "currentColor",
1371
+ ...rest
1372
+ }, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1373
+ d: "M22,10V6H10v6H4V2H2V28a2.0025,2.0025,0,0,0,2,2H30V10ZM12,14V8h8v4h8V22H22V16H12v6H4V14ZM4,28V24H14V18h6v6h8v4Z"
1374
+ })), children);
1375
+ });
1376
+ if (process.env.NODE_ENV !== "production") {
1377
+ ChartAreaStepper.propTypes = iconPropTypes4cbeb95d.i;
1378
+ }
1379
+ const ChartAverage = /*#__PURE__*/React.forwardRef(function ChartAverage(_ref55, ref) {
1380
+ let {
1381
+ children,
1382
+ size = 16,
1383
+ ...rest
1384
+ } = _ref55;
1385
+ return /*#__PURE__*/React.createElement(Icon.default, {
1386
+ width: size,
1387
+ height: size,
1388
+ ref: ref,
1389
+ xmlns: "http://www.w3.org/2000/svg",
1390
+ viewBox: "0 0 32 32",
1391
+ fill: "currentColor",
1392
+ ...rest
1393
+ }, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1394
+ 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"
1395
+ })), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1396
+ d: "M4,28V17H6V15H4V2H2V28a2,2,0,0,0,2,2H30V28Z"
1397
+ })), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1398
+ d: "M8 15H10V17H8zM12 15H14V17H12zM20 15H22V17H20zM24 15H26V17H24zM28 15H30V17H28z"
1399
+ })), children);
1400
+ });
1401
+ if (process.env.NODE_ENV !== "production") {
1402
+ ChartAverage.propTypes = iconPropTypes4cbeb95d.i;
1403
+ }
1404
+ const ChartBar = /*#__PURE__*/React.forwardRef(function ChartBar(_ref56, ref) {
1405
+ let {
1406
+ children,
1407
+ size = 16,
1408
+ ...rest
1409
+ } = _ref56;
1410
+ return /*#__PURE__*/React.createElement(Icon.default, {
1411
+ width: size,
1412
+ height: size,
1413
+ ref: ref,
1414
+ xmlns: "http://www.w3.org/2000/svg",
1415
+ viewBox: "0 0 32 32",
1416
+ fill: "currentColor",
1417
+ ...rest
1418
+ }, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1419
+ d: "M4,2H2V28a2,2,0,0,0,2,2H30V28H4V25H26V17H4V13H18V5H4ZM24,19v4H4V19ZM16,7v4H4V7Z"
1420
+ })), children);
1421
+ });
1422
+ if (process.env.NODE_ENV !== "production") {
1423
+ ChartBar.propTypes = iconPropTypes4cbeb95d.i;
1424
+ }
1425
+ const ChartBarFloating = /*#__PURE__*/React.forwardRef(function ChartBarFloating(_ref57, ref) {
1426
+ let {
1427
+ children,
1428
+ size = 16,
1429
+ ...rest
1430
+ } = _ref57;
1431
+ return /*#__PURE__*/React.createElement(Icon.default, {
1432
+ width: size,
1433
+ height: size,
1434
+ ref: ref,
1435
+ xmlns: "http://www.w3.org/2000/svg",
1436
+ viewBox: "0 0 32 32",
1437
+ fill: "currentColor",
1438
+ ...rest
1439
+ }, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1440
+ d: "M28 24H14V16H28zM16 22H26V18H16zM26 12H8V4H26zM10 10H24V6H10z"
1441
+ })), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1442
+ d: "M30,30H4a2.0023,2.0023,0,0,1-2-2V2H4V28H30Z"
1443
+ })), children);
1444
+ });
1445
+ if (process.env.NODE_ENV !== "production") {
1446
+ ChartBarFloating.propTypes = iconPropTypes4cbeb95d.i;
1447
+ }
1448
+ const ChartBarOverlay = /*#__PURE__*/React.forwardRef(function ChartBarOverlay(_ref58, ref) {
1449
+ let {
1450
+ children,
1451
+ size = 16,
1452
+ ...rest
1453
+ } = _ref58;
1454
+ return /*#__PURE__*/React.createElement(Icon.default, {
1455
+ width: size,
1456
+ height: size,
1457
+ ref: ref,
1458
+ xmlns: "http://www.w3.org/2000/svg",
1459
+ viewBox: "0 0 32 32",
1460
+ fill: "currentColor",
1461
+ ...rest
1462
+ }, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1463
+ d: "M4,28V26H26V16H4V14H18V4H4V2H2V28a2,2,0,0,0,2,2H30V28ZM24,18v6H4V22H20V20H4V18ZM16,6v6H4V10h8V8H4V6Z"
1464
+ })), children);
1465
+ });
1466
+ if (process.env.NODE_ENV !== "production") {
1467
+ ChartBarOverlay.propTypes = iconPropTypes4cbeb95d.i;
1468
+ }
1469
+ const ChartBarStacked = /*#__PURE__*/React.forwardRef(function ChartBarStacked(_ref59, ref) {
1470
+ let {
1471
+ children,
1472
+ size = 16,
1473
+ ...rest
1474
+ } = _ref59;
1475
+ return /*#__PURE__*/React.createElement(Icon.default, {
1476
+ width: size,
1477
+ height: size,
1478
+ ref: ref,
1479
+ xmlns: "http://www.w3.org/2000/svg",
1480
+ viewBox: "0 0 32 32",
1481
+ fill: "currentColor",
1482
+ ...rest
1483
+ }, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1484
+ d: "M4,28V25H26V17H4V13H18V5H4V2H2V28a2,2,0,0,0,2,2H30V28Zm20-5H14V19H24ZM16,11H10V7h6Z"
1485
+ })), children);
1486
+ });
1487
+ if (process.env.NODE_ENV !== "production") {
1488
+ ChartBarStacked.propTypes = iconPropTypes4cbeb95d.i;
1489
+ }
1490
+ const ChartBarTarget = /*#__PURE__*/React.forwardRef(function ChartBarTarget(_ref60, ref) {
1491
+ let {
1492
+ children,
1493
+ size = 16,
1494
+ ...rest
1495
+ } = _ref60;
1496
+ return /*#__PURE__*/React.createElement(Icon.default, {
1497
+ width: size,
1498
+ height: size,
1499
+ ref: ref,
1500
+ xmlns: "http://www.w3.org/2000/svg",
1501
+ viewBox: "0 0 32 32",
1502
+ fill: "currentColor",
1503
+ ...rest
1504
+ }, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1505
+ d: "M28 17H30V25H28zM20 5H22V13H20z"
1506
+ })), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1507
+ d: "M4,2H2V28a2,2,0,0,0,2,2H30V28H4V25H26V17H4V13H18V5H4ZM24,19v4H4V19ZM16,7v4H4V7Z"
1508
+ })), children);
1509
+ });
1510
+ if (process.env.NODE_ENV !== "production") {
1511
+ ChartBarTarget.propTypes = iconPropTypes4cbeb95d.i;
1512
+ }
1513
+ const ChartBubble = /*#__PURE__*/React.forwardRef(function ChartBubble(_ref61, ref) {
1514
+ let {
1515
+ children,
1516
+ size = 16,
1517
+ ...rest
1518
+ } = _ref61;
1519
+ return /*#__PURE__*/React.createElement(Icon.default, {
1520
+ width: size,
1521
+ height: size,
1522
+ ref: ref,
1523
+ xmlns: "http://www.w3.org/2000/svg",
1524
+ viewBox: "0 0 32 32",
1525
+ fill: "currentColor",
1526
+ ...rest
1527
+ }, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1528
+ d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
1529
+ })), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1530
+ 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"
1531
+ })), children);
1532
+ });
1533
+ if (process.env.NODE_ENV !== "production") {
1534
+ ChartBubble.propTypes = iconPropTypes4cbeb95d.i;
1535
+ }
1536
+ const ChartBubblePacked = /*#__PURE__*/React.forwardRef(function ChartBubblePacked(_ref62, ref) {
1537
+ let {
1538
+ children,
1539
+ size = 16,
1540
+ ...rest
1541
+ } = _ref62;
1542
+ return /*#__PURE__*/React.createElement(Icon.default, {
1543
+ width: size,
1544
+ height: size,
1545
+ ref: ref,
1546
+ xmlns: "http://www.w3.org/2000/svg",
1547
+ viewBox: "0 0 32 32",
1548
+ fill: "currentColor",
1549
+ ...rest
1550
+ }, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1551
+ 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"
1552
+ })), children);
1553
+ });
1554
+ if (process.env.NODE_ENV !== "production") {
1555
+ ChartBubblePacked.propTypes = iconPropTypes4cbeb95d.i;
1556
+ }
1557
+ const ChartBullet = /*#__PURE__*/React.forwardRef(function ChartBullet(_ref63, ref) {
1558
+ let {
1559
+ children,
1560
+ size = 16,
1561
+ ...rest
1562
+ } = _ref63;
1563
+ return /*#__PURE__*/React.createElement(Icon.default, {
1564
+ width: size,
1565
+ height: size,
1566
+ ref: ref,
1567
+ xmlns: "http://www.w3.org/2000/svg",
1568
+ viewBox: "0 0 32 32",
1569
+ fill: "currentColor",
1570
+ ...rest
1571
+ }, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1572
+ d: "M30 22H16V21H14v1H2v6H14v1h2V28H30zM4 26V24H14v2zm24 0H16V24H28zM30 13H24V12H22v1H2v6H22v1h2V19h6zM4 17V15H22v2zm24 0H24V15h4zM30 4H10V3H8V4H2v6H8v1h2V10H30zM4 8V6H8V8zM28 8H10V6H28z"
1573
+ })), children);
1574
+ });
1575
+ if (process.env.NODE_ENV !== "production") {
1576
+ ChartBullet.propTypes = iconPropTypes4cbeb95d.i;
1577
+ }
1578
+ const ChartCandlestick = /*#__PURE__*/React.forwardRef(function ChartCandlestick(_ref64, ref) {
1579
+ let {
1580
+ children,
1581
+ size = 16,
1582
+ ...rest
1583
+ } = _ref64;
1584
+ return /*#__PURE__*/React.createElement(Icon.default, {
1585
+ width: size,
1586
+ height: size,
1587
+ ref: ref,
1588
+ xmlns: "http://www.w3.org/2000/svg",
1589
+ viewBox: "0 0 32 32",
1590
+ fill: "currentColor",
1591
+ ...rest
1592
+ }, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1593
+ d: "M26 10H24V6H22v4H20V22h2v4h2V22h2zM24 20H22V12h2zM14 8H12V4H10V8H8V18h2v4h2V18h2zm-2 8H10V10h2z"
1594
+ })), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1595
+ d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
1596
+ })), children);
1597
+ });
1598
+ if (process.env.NODE_ENV !== "production") {
1599
+ ChartCandlestick.propTypes = iconPropTypes4cbeb95d.i;
1600
+ }
1601
+ const ChartClusterBar = /*#__PURE__*/React.forwardRef(function ChartClusterBar(_ref65, ref) {
1602
+ let {
1603
+ children,
1604
+ size = 16,
1605
+ ...rest
1606
+ } = _ref65;
1607
+ return /*#__PURE__*/React.createElement(Icon.default, {
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
1615
+ }, _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1616
+ d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
1617
+ })), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1618
+ d: "M10 16H12V26H10zM7 22H9V26H7zM26 8H28V26H26zM23 14H25V26H23z"
1619
+ })), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1620
+ d: "M15 12H17V26H15z",
1621
+ transform: "rotate(-180 16 19)"
1622
+ })), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1623
+ d: "M18 18H20V26H18z",
1624
+ transform: "rotate(-180 19 22)"
1625
+ })), children);
1626
+ });
1627
+ if (process.env.NODE_ENV !== "production") {
1628
+ ChartClusterBar.propTypes = iconPropTypes4cbeb95d.i;
1629
+ }
1630
+ const ChartColumn = /*#__PURE__*/React.forwardRef(function ChartColumn(_ref66, ref) {
1631
+ let {
1632
+ children,
1633
+ size = 16,
1634
+ ...rest
1635
+ } = _ref66;
1636
+ return /*#__PURE__*/React.createElement(Icon.default, {
1637
+ width: size,
1638
+ height: size,
1639
+ ref: ref,
1640
+ xmlns: "http://www.w3.org/2000/svg",
1641
+ viewBox: "0 0 32 32",
1642
+ fill: "currentColor",
1643
+ ...rest
1644
+ }, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1645
+ d: "M27,28V6H19V28H15V14H7V28H4V2H2V28a2,2,0,0,0,2,2H30V28ZM13,28H9V16h4Zm12,0H21V8h4Z"
1646
+ })), children);
1647
+ });
1648
+ if (process.env.NODE_ENV !== "production") {
1649
+ ChartColumn.propTypes = iconPropTypes4cbeb95d.i;
1650
+ }
1651
+ const ChartColumnFloating = /*#__PURE__*/React.forwardRef(function ChartColumnFloating(_ref67, ref) {
1652
+ let {
1653
+ children,
1654
+ size = 16,
1655
+ ...rest
1656
+ } = _ref67;
1657
+ return /*#__PURE__*/React.createElement(Icon.default, {
1658
+ width: size,
1659
+ height: size,
1660
+ ref: ref,
1661
+ xmlns: "http://www.w3.org/2000/svg",
1662
+ viewBox: "0 0 32 32",
1663
+ fill: "currentColor",
1664
+ ...rest
1665
+ }, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1666
+ d: "M28 22H20V4h8zm-6-2h4V6H22zM16 24H8V10h8zm-6-2h4V12H10z"
1667
+ })), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1668
+ d: "M30,30H4a2.0021,2.0021,0,0,1-2-2V2H4V28H30Z"
1669
+ })), children);
1670
+ });
1671
+ if (process.env.NODE_ENV !== "production") {
1672
+ ChartColumnFloating.propTypes = iconPropTypes4cbeb95d.i;
1673
+ }
1674
+ const ChartColumnTarget = /*#__PURE__*/React.forwardRef(function ChartColumnTarget(_ref68, ref) {
1675
+ let {
1676
+ children,
1677
+ size = 16,
1678
+ ...rest
1679
+ } = _ref68;
1680
+ return /*#__PURE__*/React.createElement(Icon.default, {
1681
+ width: size,
1682
+ height: size,
1683
+ ref: ref,
1684
+ xmlns: "http://www.w3.org/2000/svg",
1685
+ viewBox: "0 0 32 32",
1686
+ fill: "currentColor",
1687
+ ...rest
1688
+ }, _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1689
+ d: "M27 28V6H19V28H15V14H7V28H4V2H2V28a2 2 0 002 2H30V28zM13 28H9V16h4zm12 0H21V8h4zM19 2H27V4H19z"
1690
+ })), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1691
+ d: "M7 10H15V12H7z"
1692
+ })), children);
1693
+ });
1694
+ if (process.env.NODE_ENV !== "production") {
1695
+ ChartColumnTarget.propTypes = iconPropTypes4cbeb95d.i;
1696
+ }
1697
+ const ChartCombo = /*#__PURE__*/React.forwardRef(function ChartCombo(_ref69, ref) {
1698
+ let {
1699
+ children,
1700
+ size = 16,
1701
+ ...rest
1702
+ } = _ref69;
1703
+ return /*#__PURE__*/React.createElement(Icon.default, {
1704
+ width: size,
1705
+ height: size,
1706
+ ref: ref,
1707
+ xmlns: "http://www.w3.org/2000/svg",
1708
+ viewBox: "0 0 32 32",
1709
+ fill: "currentColor",
1710
+ ...rest
1711
+ }, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1712
+ d: "M27,28V16H19V28H15V12H7V28H4V2H2V28a2,2,0,0,0,2,2H30V28ZM13,28H9V14h4Zm12,0H21V18h4Z"
1713
+ })), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1714
+ 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"
1715
+ })), children);
1716
+ });
1717
+ if (process.env.NODE_ENV !== "production") {
1718
+ ChartCombo.propTypes = iconPropTypes4cbeb95d.i;
1719
+ }
1720
+ const ChartComboStacked = /*#__PURE__*/React.forwardRef(function ChartComboStacked(_ref70, ref) {
1721
+ let {
1722
+ children,
1723
+ size = 16,
1724
+ ...rest
1725
+ } = _ref70;
1726
+ return /*#__PURE__*/React.createElement(Icon.default, {
1727
+ width: size,
1728
+ height: size,
1729
+ ref: ref,
1730
+ xmlns: "http://www.w3.org/2000/svg",
1731
+ viewBox: "0 0 32 32",
1732
+ fill: "currentColor",
1733
+ ...rest
1734
+ }, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1735
+ d: "M27,28V16H19V28H15V12H7V28H4V2H2V28a2,2,0,0,0,2,2H30V28ZM13,14v6H9V14Zm12,4v6H21V18Z"
1736
+ })), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1737
+ 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"
1738
+ })), children);
1739
+ });
1740
+ if (process.env.NODE_ENV !== "production") {
1741
+ ChartComboStacked.propTypes = iconPropTypes4cbeb95d.i;
1742
+ }
1743
+ const ChartCustom = /*#__PURE__*/React.forwardRef(function ChartCustom(_ref71, ref) {
1744
+ let {
1745
+ children,
1746
+ size = 16,
1747
+ ...rest
1748
+ } = _ref71;
1749
+ return /*#__PURE__*/React.createElement(Icon.default, {
1750
+ width: size,
1751
+ height: size,
1752
+ ref: ref,
1753
+ xmlns: "http://www.w3.org/2000/svg",
1754
+ viewBox: "0 0 32 32",
1755
+ fill: "currentColor",
1756
+ ...rest
1757
+ }, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1758
+ 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"
1759
+ })), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1760
+ d: "M17 15H21V17H17z",
1761
+ transform: "rotate(-90 19 16)"
1762
+ })), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1763
+ d: "M12 14H18V16H12z",
1764
+ transform: "rotate(-90 15 15)"
1765
+ })), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1766
+ d: "M6 12H16V14H6z",
1767
+ transform: "rotate(-90 11 13)"
1768
+ })), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1769
+ 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"
1770
+ })), children);
1771
+ });
1772
+ if (process.env.NODE_ENV !== "production") {
1773
+ ChartCustom.propTypes = iconPropTypes4cbeb95d.i;
1774
+ }
1775
+ const ChartDualYAxis = /*#__PURE__*/React.forwardRef(function ChartDualYAxis(_ref72, ref) {
1776
+ let {
1777
+ children,
1778
+ size = 16,
1779
+ ...rest
1780
+ } = _ref72;
1781
+ return /*#__PURE__*/React.createElement(Icon.default, {
1782
+ width: size,
1783
+ height: size,
1784
+ ref: ref,
1785
+ xmlns: "http://www.w3.org/2000/svg",
1786
+ viewBox: "0 0 32 32",
1787
+ fill: "currentColor",
1788
+ ...rest
1789
+ }, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1790
+ 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"
1791
+ })), children);
1792
+ });
1793
+ if (process.env.NODE_ENV !== "production") {
1794
+ ChartDualYAxis.propTypes = iconPropTypes4cbeb95d.i;
1795
+ }
1796
+ const ChartErrorBar = /*#__PURE__*/React.forwardRef(function ChartErrorBar(_ref73, ref) {
1797
+ let {
1798
+ children,
1799
+ size = 16,
1800
+ ...rest
1801
+ } = _ref73;
1802
+ return /*#__PURE__*/React.createElement(Icon.default, {
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
1810
+ }, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1811
+ d: "M22,28V12H18V8h2V6H14V8h2v4H12V28H4V2H2V28a2,2,0,0,0,2,2H30V28ZM14,14h2v4H14Zm6,14H14V20h6Zm0-10H18V14h2Z"
1812
+ })), children);
1813
+ });
1814
+ if (process.env.NODE_ENV !== "production") {
1815
+ ChartErrorBar.propTypes = iconPropTypes4cbeb95d.i;
1816
+ }
1817
+ const ChartErrorBarAlt = /*#__PURE__*/React.forwardRef(function ChartErrorBarAlt(_ref74, ref) {
1818
+ let {
1819
+ children,
1820
+ size = 16,
1821
+ ...rest
1822
+ } = _ref74;
1823
+ return /*#__PURE__*/React.createElement(Icon.default, {
1824
+ width: size,
1825
+ height: size,
1826
+ ref: ref,
1827
+ xmlns: "http://www.w3.org/2000/svg",
1828
+ viewBox: "0 0 32 32",
1829
+ fill: "currentColor",
1830
+ ...rest
1831
+ }, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1832
+ 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"
1833
+ })), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1834
+ d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
1835
+ })), children);
1836
+ });
1837
+ if (process.env.NODE_ENV !== "production") {
1838
+ ChartErrorBarAlt.propTypes = iconPropTypes4cbeb95d.i;
1839
+ }
1840
+ const ChartEvaluation = /*#__PURE__*/React.forwardRef(function ChartEvaluation(_ref75, ref) {
1841
+ let {
1842
+ children,
1843
+ size = 16,
1844
+ ...rest
1845
+ } = _ref75;
1846
+ return /*#__PURE__*/React.createElement(Icon.default, {
1847
+ width: size,
1848
+ height: size,
1849
+ ref: ref,
1850
+ xmlns: "http://www.w3.org/2000/svg",
1851
+ viewBox: "0 0 32 32",
1852
+ fill: "currentColor",
1853
+ ...rest
1854
+ }, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1855
+ d: "M25.672 6.207H29.915V8.206H25.672z",
1856
+ transform: "rotate(-45.02 27.793 7.207)"
1857
+ })), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1858
+ d: "M16 20.5L11 15.539 12.59 13.969 16 17.349 23.41 10 25 11.579 16 20.5z"
1859
+ })), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1860
+ d: "M4,28V25.4131L10.4141,19,9,17.585l-5,5V2H2V28a2,2,0,0,0,2,2H30V28Z"
1861
+ })), children);
1862
+ });
1863
+ if (process.env.NODE_ENV !== "production") {
1864
+ ChartEvaluation.propTypes = iconPropTypes4cbeb95d.i;
1865
+ }
1866
+ const ChartHighLow = /*#__PURE__*/React.forwardRef(function ChartHighLow(_ref76, ref) {
1867
+ let {
1868
+ children,
1869
+ size = 16,
1870
+ ...rest
1871
+ } = _ref76;
1872
+ return /*#__PURE__*/React.createElement(Icon.default, {
1873
+ width: size,
1874
+ height: size,
1875
+ ref: ref,
1876
+ xmlns: "http://www.w3.org/2000/svg",
1877
+ viewBox: "0 0 32 32",
1878
+ fill: "currentColor",
1879
+ ...rest
1880
+ }, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1881
+ 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"
1882
+ })), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1883
+ d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
1884
+ })), children);
1885
+ });
1886
+ if (process.env.NODE_ENV !== "production") {
1887
+ ChartHighLow.propTypes = iconPropTypes4cbeb95d.i;
1888
+ }
1889
+ const ChartHistogram = /*#__PURE__*/React.forwardRef(function ChartHistogram(_ref77, ref) {
1890
+ let {
1891
+ children,
1892
+ size = 16,
1893
+ ...rest
1894
+ } = _ref77;
1895
+ return /*#__PURE__*/React.createElement(Icon.default, {
1896
+ width: size,
1897
+ height: size,
1898
+ ref: ref,
1899
+ xmlns: "http://www.w3.org/2000/svg",
1900
+ viewBox: "0 0 32 32",
1901
+ fill: "currentColor",
1902
+ ...rest
1903
+ }, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
1904
+ 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"
1905
+ })), children);
1906
+ });
1907
+ if (process.env.NODE_ENV !== "production") {
1908
+ ChartHistogram.propTypes = iconPropTypes4cbeb95d.i;
1909
+ }
1910
+ const ChartLine = /*#__PURE__*/React.forwardRef(function ChartLine(_ref78, ref) {
1911
+ let {
1912
+ children,
1913
+ size = 16,
1914
+ ...rest
1915
+ } = _ref78;
1916
+ return /*#__PURE__*/React.createElement(Icon.default, {
1917
+ width: size,
1918
+ height: size,
1919
+ ref: ref,
1920
+ xmlns: "http://www.w3.org/2000/svg",
1921
+ viewBox: "0 0 32 32",
1922
+ fill: "currentColor",
1923
+ ...rest
1924
+ }, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
1925
+ 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"
1926
+ })), children);
1927
+ });
1928
+ if (process.env.NODE_ENV !== "production") {
1929
+ ChartLine.propTypes = iconPropTypes4cbeb95d.i;
1930
+ }
1931
+ const ChartLineData = /*#__PURE__*/React.forwardRef(function ChartLineData(_ref79, ref) {
1932
+ let {
1933
+ children,
1934
+ size = 16,
1935
+ ...rest
1936
+ } = _ref79;
1937
+ return /*#__PURE__*/React.createElement(Icon.default, {
1938
+ width: size,
1939
+ height: size,
1940
+ ref: ref,
1941
+ xmlns: "http://www.w3.org/2000/svg",
1942
+ viewBox: "0 0 32 32",
1943
+ fill: "currentColor",
1944
+ ...rest
1945
+ }, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
1946
+ 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"
1947
+ })), children);
1948
+ });
1949
+ if (process.env.NODE_ENV !== "production") {
1950
+ ChartLineData.propTypes = iconPropTypes4cbeb95d.i;
1951
+ }
1952
+ const ChartLineSmooth = /*#__PURE__*/React.forwardRef(function ChartLineSmooth(_ref80, ref) {
1953
+ let {
1954
+ children,
1955
+ size = 16,
1956
+ ...rest
1957
+ } = _ref80;
1958
+ return /*#__PURE__*/React.createElement(Icon.default, {
1959
+ width: size,
1960
+ height: size,
1961
+ ref: ref,
1962
+ xmlns: "http://www.w3.org/2000/svg",
1963
+ viewBox: "0 0 32 32",
1964
+ fill: "currentColor",
1965
+ ...rest
1966
+ }, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
1967
+ 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"
1968
+ })), children);
1969
+ });
1970
+ if (process.env.NODE_ENV !== "production") {
1971
+ ChartLineSmooth.propTypes = iconPropTypes4cbeb95d.i;
1972
+ }
1973
+ const ChartLogisticRegression = /*#__PURE__*/React.forwardRef(function ChartLogisticRegression(_ref81, ref) {
1974
+ let {
1975
+ children,
1976
+ size = 16,
1977
+ ...rest
1978
+ } = _ref81;
1979
+ return /*#__PURE__*/React.createElement(Icon.default, {
1980
+ width: size,
1981
+ height: size,
1982
+ ref: ref,
1983
+ xmlns: "http://www.w3.org/2000/svg",
1984
+ viewBox: "0 0 32 32",
1985
+ fill: "currentColor",
1986
+ ...rest
1987
+ }, _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
1988
+ cx: "26",
1989
+ cy: "22",
1990
+ r: "2"
1991
+ })), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
1992
+ cx: "20",
1993
+ cy: "22",
1994
+ r: "2"
1995
+ })), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
1996
+ cx: "14",
1997
+ cy: "6",
1998
+ r: "2"
1999
+ })), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
2000
+ cx: "8",
2001
+ cy: "6",
2002
+ r: "2"
2003
+ })), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
2004
+ 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"
2005
+ })), children);
2006
+ });
2007
+ if (process.env.NODE_ENV !== "production") {
2008
+ ChartLogisticRegression.propTypes = iconPropTypes4cbeb95d.i;
2009
+ }
2010
+ const ChartMarimekko = /*#__PURE__*/React.forwardRef(function ChartMarimekko(_ref82, ref) {
2011
+ let {
2012
+ children,
2013
+ size = 16,
2014
+ ...rest
2015
+ } = _ref82;
2016
+ return /*#__PURE__*/React.createElement(Icon.default, {
2017
+ width: size,
2018
+ height: size,
2019
+ ref: ref,
2020
+ xmlns: "http://www.w3.org/2000/svg",
2021
+ viewBox: "0 0 32 32",
2022
+ fill: "currentColor",
2023
+ ...rest
2024
+ }, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
2025
+ 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"
2026
+ })), children);
2027
+ });
2028
+ if (process.env.NODE_ENV !== "production") {
2029
+ ChartMarimekko.propTypes = iconPropTypes4cbeb95d.i;
2030
+ }
2031
+ const ChartMaximum = /*#__PURE__*/React.forwardRef(function ChartMaximum(_ref83, ref) {
2032
+ let {
2033
+ children,
2034
+ size = 16,
2035
+ ...rest
2036
+ } = _ref83;
2037
+ return /*#__PURE__*/React.createElement(Icon.default, {
2038
+ width: size,
2039
+ height: size,
2040
+ ref: ref,
2041
+ xmlns: "http://www.w3.org/2000/svg",
2042
+ viewBox: "0 0 32 32",
2043
+ fill: "currentColor",
2044
+ ...rest
2045
+ }, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
2046
+ d: "M8 6H10V8H8zM12 6H14V8H12zM20 6H22V8H20zM24 6H26V8H24zM28 6H30V8H28z"
2047
+ })), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
2048
+ 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"
2049
+ })), children);
2050
+ });
2051
+ if (process.env.NODE_ENV !== "production") {
2052
+ ChartMaximum.propTypes = iconPropTypes4cbeb95d.i;
2053
+ }
2054
+ const ChartMedian = /*#__PURE__*/React.forwardRef(function ChartMedian(_ref84, ref) {
2055
+ let {
2056
+ children,
2057
+ size = 16,
2058
+ ...rest
2059
+ } = _ref84;
2060
+ return /*#__PURE__*/React.createElement(Icon.default, {
2061
+ width: size,
2062
+ height: size,
2063
+ ref: ref,
2064
+ xmlns: "http://www.w3.org/2000/svg",
2065
+ viewBox: "0 0 32 32",
2066
+ fill: "currentColor",
2067
+ ...rest
2068
+ }, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
2069
+ d: "M16 22H18V24H16z",
2070
+ transform: "rotate(-90 17 23)"
2071
+ })), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
2072
+ d: "M18,28V26H16v2H4V2H2V28a2,2,0,0,0,2,2H30V28Z"
2073
+ })), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
2074
+ 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"
2075
+ })), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2076
+ d: "M16 6H18V8H16z",
2077
+ transform: "rotate(-90 17 7)"
2078
+ })), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2079
+ d: "M16 2H18V4H16z",
2080
+ transform: "rotate(-90 17 3)"
2081
+ })), children);
2082
+ });
2083
+ if (process.env.NODE_ENV !== "production") {
2084
+ ChartMedian.propTypes = iconPropTypes4cbeb95d.i;
2085
+ }
2086
+ const ChartMinimum = /*#__PURE__*/React.forwardRef(function ChartMinimum(_ref85, ref) {
2087
+ let {
2088
+ children,
2089
+ size = 16,
2090
+ ...rest
2091
+ } = _ref85;
2092
+ return /*#__PURE__*/React.createElement(Icon.default, {
2093
+ width: size,
2094
+ height: size,
2095
+ ref: ref,
2096
+ xmlns: "http://www.w3.org/2000/svg",
2097
+ viewBox: "0 0 32 32",
2098
+ fill: "currentColor",
2099
+ ...rest
2100
+ }, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2101
+ d: "M4,28V26H6V24H4V2H2V28a2,2,0,0,0,2,2H30V28Z"
2102
+ })), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2103
+ d: "M8 24H10V26H8zM12 24H14V26H12zM20 24H22V26H20zM24 24H26V26H24zM28 24H30V26H28z"
2104
+ })), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2105
+ 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"
2106
+ })), children);
2107
+ });
2108
+ if (process.env.NODE_ENV !== "production") {
2109
+ ChartMinimum.propTypes = iconPropTypes4cbeb95d.i;
2110
+ }
2111
+ const ChartMultiLine = /*#__PURE__*/React.forwardRef(function ChartMultiLine(_ref86, ref) {
2112
+ let {
2113
+ children,
2114
+ size = 16,
2115
+ ...rest
2116
+ } = _ref86;
2117
+ return /*#__PURE__*/React.createElement(Icon.default, {
2118
+ width: size,
2119
+ height: size,
2120
+ ref: ref,
2121
+ xmlns: "http://www.w3.org/2000/svg",
2122
+ viewBox: "0 0 32 32",
2123
+ fill: "currentColor",
2124
+ ...rest
2125
+ }, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2126
+ 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"
2127
+ })), children);
2128
+ });
2129
+ if (process.env.NODE_ENV !== "production") {
2130
+ ChartMultiLine.propTypes = iconPropTypes4cbeb95d.i;
2131
+ }
2132
+ const ChartMultitype = /*#__PURE__*/React.forwardRef(function ChartMultitype(_ref87, ref) {
2133
+ let {
2134
+ children,
2135
+ size = 16,
2136
+ ...rest
2137
+ } = _ref87;
2138
+ return /*#__PURE__*/React.createElement(Icon.default, {
2139
+ width: size,
2140
+ height: size,
2141
+ ref: ref,
2142
+ xmlns: "http://www.w3.org/2000/svg",
2143
+ viewBox: "0 0 32 32",
2144
+ fill: "currentColor",
2145
+ ...rest
2146
+ }, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2147
+ 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"
2148
+ })), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
2149
+ cx: "11",
2150
+ cy: "7",
2151
+ r: "1"
2152
+ })), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
2153
+ cx: "9",
2154
+ cy: "11",
2155
+ r: "1"
2156
+ })), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
2157
+ cx: "7",
2158
+ cy: "5",
2159
+ r: "1"
2160
+ })), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
2161
+ cx: "5",
2162
+ cy: "9",
2163
+ r: "1"
2164
+ })), _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
2165
+ cx: "3",
2166
+ cy: "13",
2167
+ r: "1"
2168
+ })), children);
2169
+ });
2170
+ if (process.env.NODE_ENV !== "production") {
2171
+ ChartMultitype.propTypes = iconPropTypes4cbeb95d.i;
2172
+ }
2173
+ const ChartNetwork = /*#__PURE__*/React.forwardRef(function ChartNetwork(_ref88, ref) {
2174
+ let {
2175
+ children,
2176
+ size = 16,
2177
+ ...rest
2178
+ } = _ref88;
2179
+ return /*#__PURE__*/React.createElement(Icon.default, {
2180
+ width: size,
2181
+ height: size,
2182
+ ref: ref,
2183
+ xmlns: "http://www.w3.org/2000/svg",
2184
+ viewBox: "0 0 32 32",
2185
+ fill: "currentColor",
2186
+ ...rest
2187
+ }, _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2188
+ 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"
2189
+ })), children);
2190
+ });
2191
+ if (process.env.NODE_ENV !== "production") {
2192
+ ChartNetwork.propTypes = iconPropTypes4cbeb95d.i;
2193
+ }
2194
+ const ChartParallel = /*#__PURE__*/React.forwardRef(function ChartParallel(_ref89, ref) {
2195
+ let {
2196
+ children,
2197
+ size = 16,
2198
+ ...rest
2199
+ } = _ref89;
2200
+ return /*#__PURE__*/React.createElement(Icon.default, {
2201
+ width: size,
2202
+ height: size,
2203
+ ref: ref,
2204
+ xmlns: "http://www.w3.org/2000/svg",
2205
+ viewBox: "0 0 32 32",
2206
+ fill: "currentColor",
2207
+ ...rest
2208
+ }, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2209
+ 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"
2210
+ })), children);
2211
+ });
2212
+ if (process.env.NODE_ENV !== "production") {
2213
+ ChartParallel.propTypes = iconPropTypes4cbeb95d.i;
2214
+ }
2215
+ const ChartPie = /*#__PURE__*/React.forwardRef(function ChartPie(_ref90, ref) {
2216
+ let {
2217
+ children,
2218
+ size = 16,
2219
+ ...rest
2220
+ } = _ref90;
2221
+ return /*#__PURE__*/React.createElement(Icon.default, {
2222
+ width: size,
2223
+ height: size,
2224
+ ref: ref,
2225
+ xmlns: "http://www.w3.org/2000/svg",
2226
+ viewBox: "0 0 32 32",
2227
+ fill: "currentColor",
2228
+ ...rest
2229
+ }, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2230
+ 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"
2231
+ })), children);
2232
+ });
2233
+ if (process.env.NODE_ENV !== "production") {
2234
+ ChartPie.propTypes = iconPropTypes4cbeb95d.i;
2235
+ }
2236
+ const ChartPlanningWaterfall = /*#__PURE__*/React.forwardRef(function ChartPlanningWaterfall(_ref91, ref) {
2237
+ let {
2238
+ children,
2239
+ size = 16,
2240
+ ...rest
2241
+ } = _ref91;
2242
+ return /*#__PURE__*/React.createElement(Icon.default, {
2243
+ width: size,
2244
+ height: size,
2245
+ ref: ref,
2246
+ xmlns: "http://www.w3.org/2000/svg",
2247
+ viewBox: "0 0 32 32",
2248
+ fill: "currentColor",
2249
+ ...rest
2250
+ }, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2251
+ 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"
2252
+ })), children);
2253
+ });
2254
+ if (process.env.NODE_ENV !== "production") {
2255
+ ChartPlanningWaterfall.propTypes = iconPropTypes4cbeb95d.i;
2256
+ }
2257
+ const ChartPoint = /*#__PURE__*/React.forwardRef(function ChartPoint(_ref92, ref) {
2258
+ let {
2259
+ children,
2260
+ size = 16,
2261
+ ...rest
2262
+ } = _ref92;
2263
+ return /*#__PURE__*/React.createElement(Icon.default, {
2264
+ width: size,
2265
+ height: size,
2266
+ ref: ref,
2267
+ xmlns: "http://www.w3.org/2000/svg",
2268
+ viewBox: "0 0 32 32",
2269
+ fill: "currentColor",
2270
+ ...rest
2271
+ }, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2272
+ d: "M30,30H4a2.0023,2.0023,0,0,1-2-2V2H4V28H30Z"
2273
+ })), _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
2274
+ cx: "9",
2275
+ cy: "6",
2276
+ r: "3"
2277
+ })), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
2278
+ cx: "9",
2279
+ cy: "22",
2280
+ r: "3"
2281
+ })), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
2282
+ cx: "18",
2283
+ cy: "14",
2284
+ r: "3"
2285
+ })), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2286
+ 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"
2287
+ })), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
2288
+ cx: "27",
2289
+ cy: "6",
2290
+ r: "3"
2291
+ })), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
2292
+ cx: "27",
2293
+ cy: "22",
2294
+ r: "3"
2295
+ })), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2296
+ 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"
2297
+ })), children);
2298
+ });
2299
+ if (process.env.NODE_ENV !== "production") {
2300
+ ChartPoint.propTypes = iconPropTypes4cbeb95d.i;
2301
+ }
2302
+ const ChartPopulation = /*#__PURE__*/React.forwardRef(function ChartPopulation(_ref93, ref) {
2303
+ let {
2304
+ children,
2305
+ size = 16,
2306
+ ...rest
2307
+ } = _ref93;
2308
+ return /*#__PURE__*/React.createElement(Icon.default, {
2309
+ width: size,
2310
+ height: size,
2311
+ ref: ref,
2312
+ xmlns: "http://www.w3.org/2000/svg",
2313
+ viewBox: "0 0 32 32",
2314
+ fill: "currentColor",
2315
+ ...rest
2316
+ }, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2317
+ d: "M30,22H17V20h9V14H17V12h5V6H17V2H15V6H10v6h5v2H6v6h9v2H2v6H15v2h2V28H30ZM20,8v2H17V8Zm-8,2V8h3v2Zm12,6v2H17V16ZM8,18V16h7v2ZM4,26V24H15v2Zm24,0H17V24H28Z"
2318
+ })), children);
2319
+ });
2320
+ if (process.env.NODE_ENV !== "production") {
2321
+ ChartPopulation.propTypes = iconPropTypes4cbeb95d.i;
2322
+ }
2323
+ const ChartRadar = /*#__PURE__*/React.forwardRef(function ChartRadar(_ref94, ref) {
2324
+ let {
2325
+ children,
2326
+ size = 16,
2327
+ ...rest
2328
+ } = _ref94;
2329
+ return /*#__PURE__*/React.createElement(Icon.default, {
2330
+ width: size,
2331
+ height: size,
2332
+ ref: ref,
2333
+ xmlns: "http://www.w3.org/2000/svg",
2334
+ viewBox: "0 0 32 32",
2335
+ fill: "currentColor",
2336
+ ...rest
2337
+ }, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2338
+ 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"
2339
+ })), children);
2340
+ });
2341
+ if (process.env.NODE_ENV !== "production") {
2342
+ ChartRadar.propTypes = iconPropTypes4cbeb95d.i;
2343
+ }
2344
+ const ChartRadial = /*#__PURE__*/React.forwardRef(function ChartRadial(_ref95, ref) {
2345
+ let {
2346
+ children,
2347
+ size = 16,
2348
+ ...rest
2349
+ } = _ref95;
2350
+ return /*#__PURE__*/React.createElement(Icon.default, {
2351
+ width: size,
2352
+ height: size,
2353
+ ref: ref,
2354
+ xmlns: "http://www.w3.org/2000/svg",
2355
+ viewBox: "0 0 32 32",
2356
+ fill: "currentColor",
2357
+ ...rest
2358
+ }, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2359
+ d: "M16,30A14.0158,14.0158,0,0,1,2,16H4A12,12,0,1,0,16,4V2a14,14,0,0,1,0,28Z"
2360
+ })), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2361
+ d: "M16,26A10.0115,10.0115,0,0,1,6,16H8a8,8,0,1,0,8-8V6a10,10,0,0,1,0,20Z"
2362
+ })), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2363
+ d: "M16,22a6.0069,6.0069,0,0,1-6-6h2a4,4,0,1,0,4-4V10a6,6,0,0,1,0,12Z"
2364
+ })), children);
2365
+ });
2366
+ if (process.env.NODE_ENV !== "production") {
2367
+ ChartRadial.propTypes = iconPropTypes4cbeb95d.i;
2368
+ }
2369
+ const ChartRelationship = /*#__PURE__*/React.forwardRef(function ChartRelationship(_ref96, ref) {
2370
+ let {
2371
+ children,
2372
+ size = 16,
2373
+ ...rest
2374
+ } = _ref96;
2375
+ return /*#__PURE__*/React.createElement(Icon.default, {
2376
+ width: size,
2377
+ height: size,
2378
+ ref: ref,
2379
+ xmlns: "http://www.w3.org/2000/svg",
2380
+ viewBox: "0 0 32 32",
2381
+ fill: "currentColor",
2382
+ ...rest
2383
+ }, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2384
+ 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"
2385
+ })), children);
2386
+ });
2387
+ if (process.env.NODE_ENV !== "production") {
2388
+ ChartRelationship.propTypes = iconPropTypes4cbeb95d.i;
2389
+ }
2390
+ const ChartRing = /*#__PURE__*/React.forwardRef(function ChartRing(_ref97, ref) {
2391
+ let {
2392
+ children,
2393
+ size = 16,
2394
+ ...rest
2395
+ } = _ref97;
2396
+ return /*#__PURE__*/React.createElement(Icon.default, {
2397
+ width: size,
2398
+ height: size,
2399
+ ref: ref,
2400
+ xmlns: "http://www.w3.org/2000/svg",
2401
+ viewBox: "0 0 32 32",
2402
+ fill: "currentColor",
2403
+ ...rest
2404
+ }, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2405
+ 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"
2406
+ })), children);
2407
+ });
2408
+ if (process.env.NODE_ENV !== "production") {
2409
+ ChartRing.propTypes = iconPropTypes4cbeb95d.i;
2410
+ }
2411
+ const ChartRiver = /*#__PURE__*/React.forwardRef(function ChartRiver(_ref98, ref) {
2412
+ let {
2413
+ children,
2414
+ size = 16,
2415
+ ...rest
2416
+ } = _ref98;
2417
+ return /*#__PURE__*/React.createElement(Icon.default, {
2418
+ width: size,
2419
+ height: size,
2420
+ ref: ref,
2421
+ xmlns: "http://www.w3.org/2000/svg",
2422
+ viewBox: "0 0 32 32",
2423
+ fill: "currentColor",
2424
+ ...rest
2425
+ }, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2426
+ 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"
2427
+ })), children);
2428
+ });
2429
+ if (process.env.NODE_ENV !== "production") {
2430
+ ChartRiver.propTypes = iconPropTypes4cbeb95d.i;
2431
+ }
2432
+ const ChartRose = /*#__PURE__*/React.forwardRef(function ChartRose(_ref99, ref) {
2433
+ let {
2434
+ children,
2435
+ size = 16,
2436
+ ...rest
2437
+ } = _ref99;
2438
+ return /*#__PURE__*/React.createElement(Icon.default, {
2439
+ width: size,
2440
+ height: size,
2441
+ ref: ref,
2442
+ xmlns: "http://www.w3.org/2000/svg",
2443
+ viewBox: "0 0 32 32",
2444
+ fill: "currentColor",
2445
+ ...rest
2446
+ }, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2447
+ 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"
2448
+ })), children);
2449
+ });
2450
+ if (process.env.NODE_ENV !== "production") {
2451
+ ChartRose.propTypes = iconPropTypes4cbeb95d.i;
2452
+ }
2453
+ const ChartScatter = /*#__PURE__*/React.forwardRef(function ChartScatter(_ref100, ref) {
2454
+ let {
2455
+ children,
2456
+ size = 16,
2457
+ ...rest
2458
+ } = _ref100;
2459
+ return /*#__PURE__*/React.createElement(Icon.default, {
2460
+ width: size,
2461
+ height: size,
2462
+ ref: ref,
2463
+ xmlns: "http://www.w3.org/2000/svg",
2464
+ viewBox: "0 0 32 32",
2465
+ fill: "currentColor",
2466
+ ...rest
2467
+ }, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2468
+ d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
2469
+ })), _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
2470
+ cx: "10",
2471
+ cy: "22",
2472
+ r: "2"
2473
+ })), _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
2474
+ cx: "14",
2475
+ cy: "15",
2476
+ r: "2"
2477
+ })), _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
2478
+ cx: "22",
2479
+ cy: "15",
2480
+ r: "2"
2481
+ })), _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
2482
+ cx: "26",
2483
+ cy: "6",
2484
+ r: "2"
2485
+ })), _circle36 || (_circle36 = /*#__PURE__*/React.createElement("circle", {
2486
+ cx: "14",
2487
+ cy: "8",
2488
+ r: "2"
2489
+ })), children);
2490
+ });
2491
+ if (process.env.NODE_ENV !== "production") {
2492
+ ChartScatter.propTypes = iconPropTypes4cbeb95d.i;
2493
+ }
2494
+ const ChartSpiral = /*#__PURE__*/React.forwardRef(function ChartSpiral(_ref101, ref) {
2495
+ let {
2496
+ children,
2497
+ size = 16,
2498
+ ...rest
2499
+ } = _ref101;
2500
+ return /*#__PURE__*/React.createElement(Icon.default, {
2501
+ width: size,
2502
+ height: size,
2503
+ ref: ref,
2504
+ xmlns: "http://www.w3.org/2000/svg",
2505
+ viewBox: "0 0 32 32",
2506
+ fill: "currentColor",
2507
+ ...rest
2508
+ }, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2509
+ 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"
2510
+ })), children);
2511
+ });
2512
+ if (process.env.NODE_ENV !== "production") {
2513
+ ChartSpiral.propTypes = iconPropTypes4cbeb95d.i;
2514
+ }
2515
+ const ChartStacked = /*#__PURE__*/React.forwardRef(function ChartStacked(_ref102, ref) {
2516
+ let {
2517
+ children,
2518
+ size = 16,
2519
+ ...rest
2520
+ } = _ref102;
2521
+ return /*#__PURE__*/React.createElement(Icon.default, {
2522
+ width: size,
2523
+ height: size,
2524
+ ref: ref,
2525
+ xmlns: "http://www.w3.org/2000/svg",
2526
+ viewBox: "0 0 32 32",
2527
+ fill: "currentColor",
2528
+ ...rest
2529
+ }, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2530
+ d: "M28,28V6H20V28H16V14H8V28H4V2H2V28a2,2,0,0,0,2,2H30V28ZM22,8h4V18H22ZM10,16h4v6H10Z"
2531
+ })), children);
2532
+ });
2533
+ if (process.env.NODE_ENV !== "production") {
2534
+ ChartStacked.propTypes = iconPropTypes4cbeb95d.i;
2535
+ }
2536
+ const ChartStepper = /*#__PURE__*/React.forwardRef(function ChartStepper(_ref103, ref) {
2537
+ let {
2538
+ children,
2539
+ size = 16,
2540
+ ...rest
2541
+ } = _ref103;
2542
+ return /*#__PURE__*/React.createElement(Icon.default, {
2543
+ width: size,
2544
+ height: size,
2545
+ ref: ref,
2546
+ xmlns: "http://www.w3.org/2000/svg",
2547
+ viewBox: "0 0 32 32",
2548
+ fill: "currentColor",
2549
+ ...rest
2550
+ }, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2551
+ d: "M14,22V14h8V6h8V4H20v8H12v8H4V2H2V28a2.0025,2.0025,0,0,0,2,2H30V28H4V22Z"
2552
+ })), children);
2553
+ });
2554
+ if (process.env.NODE_ENV !== "production") {
2555
+ ChartStepper.propTypes = iconPropTypes4cbeb95d.i;
2556
+ }
2557
+ const ChartSunburst = /*#__PURE__*/React.forwardRef(function ChartSunburst(_ref104, ref) {
2558
+ let {
2559
+ children,
2560
+ size = 16,
2561
+ ...rest
2562
+ } = _ref104;
2563
+ return /*#__PURE__*/React.createElement(Icon.default, {
2564
+ width: size,
2565
+ height: size,
2566
+ ref: ref,
2567
+ xmlns: "http://www.w3.org/2000/svg",
2568
+ viewBox: "0 0 32 32",
2569
+ fill: "currentColor",
2570
+ ...rest
2571
+ }, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2572
+ 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"
2573
+ })), children);
2574
+ });
2575
+ if (process.env.NODE_ENV !== "production") {
2576
+ ChartSunburst.propTypes = iconPropTypes4cbeb95d.i;
2577
+ }
2578
+ const ChartTSne = /*#__PURE__*/React.forwardRef(function ChartTSne(_ref105, ref) {
2579
+ let {
2580
+ children,
2581
+ size = 16,
2582
+ ...rest
2583
+ } = _ref105;
2584
+ return /*#__PURE__*/React.createElement(Icon.default, {
2585
+ width: size,
2586
+ height: size,
2587
+ ref: ref,
2588
+ xmlns: "http://www.w3.org/2000/svg",
2589
+ viewBox: "0 0 32 32",
2590
+ fill: "currentColor",
2591
+ ...rest
2592
+ }, _circle37 || (_circle37 = /*#__PURE__*/React.createElement("circle", {
2593
+ cx: "10",
2594
+ cy: "20",
2595
+ r: "2"
2596
+ })), _circle38 || (_circle38 = /*#__PURE__*/React.createElement("circle", {
2597
+ cx: "10",
2598
+ cy: "28",
2599
+ r: "2"
2600
+ })), _circle39 || (_circle39 = /*#__PURE__*/React.createElement("circle", {
2601
+ cx: "10",
2602
+ cy: "14",
2603
+ r: "2"
2604
+ })), _circle40 || (_circle40 = /*#__PURE__*/React.createElement("circle", {
2605
+ cx: "28",
2606
+ cy: "4",
2607
+ r: "2"
2608
+ })), _circle41 || (_circle41 = /*#__PURE__*/React.createElement("circle", {
2609
+ cx: "22",
2610
+ cy: "6",
2611
+ r: "2"
2612
+ })), _circle42 || (_circle42 = /*#__PURE__*/React.createElement("circle", {
2613
+ cx: "28",
2614
+ cy: "10",
2615
+ r: "2"
2616
+ })), _circle43 || (_circle43 = /*#__PURE__*/React.createElement("circle", {
2617
+ cx: "20",
2618
+ cy: "12",
2619
+ r: "2"
2620
+ })), _circle44 || (_circle44 = /*#__PURE__*/React.createElement("circle", {
2621
+ cx: "28",
2622
+ cy: "22",
2623
+ r: "2"
2624
+ })), _circle45 || (_circle45 = /*#__PURE__*/React.createElement("circle", {
2625
+ cx: "26",
2626
+ cy: "28",
2627
+ r: "2"
2628
+ })), _circle46 || (_circle46 = /*#__PURE__*/React.createElement("circle", {
2629
+ cx: "20",
2630
+ cy: "26",
2631
+ r: "2"
2632
+ })), _circle47 || (_circle47 = /*#__PURE__*/React.createElement("circle", {
2633
+ cx: "22",
2634
+ cy: "20",
2635
+ r: "2"
2636
+ })), _circle48 || (_circle48 = /*#__PURE__*/React.createElement("circle", {
2637
+ cx: "16",
2638
+ cy: "4",
2639
+ r: "2"
2640
+ })), _circle49 || (_circle49 = /*#__PURE__*/React.createElement("circle", {
2641
+ cx: "4",
2642
+ cy: "24",
2643
+ r: "2"
2644
+ })), _circle50 || (_circle50 = /*#__PURE__*/React.createElement("circle", {
2645
+ cx: "4",
2646
+ cy: "16",
2647
+ r: "2"
2648
+ })), children);
2649
+ });
2650
+ if (process.env.NODE_ENV !== "production") {
2651
+ ChartTSne.propTypes = iconPropTypes4cbeb95d.i;
2652
+ }
2653
+ const ChartTreemap = /*#__PURE__*/React.forwardRef(function ChartTreemap(_ref106, ref) {
2654
+ let {
2655
+ children,
2656
+ size = 16,
2657
+ ...rest
2658
+ } = _ref106;
2659
+ return /*#__PURE__*/React.createElement(Icon.default, {
2660
+ width: size,
2661
+ height: size,
2662
+ ref: ref,
2663
+ xmlns: "http://www.w3.org/2000/svg",
2664
+ viewBox: "0 0 32 32",
2665
+ fill: "currentColor",
2666
+ ...rest
2667
+ }, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2668
+ 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"
2669
+ })), children);
2670
+ });
2671
+ if (process.env.NODE_ENV !== "production") {
2672
+ ChartTreemap.propTypes = iconPropTypes4cbeb95d.i;
2673
+ }
2674
+ const ChartVennDiagram = /*#__PURE__*/React.forwardRef(function ChartVennDiagram(_ref107, ref) {
2675
+ let {
2676
+ children,
2677
+ size = 16,
2678
+ ...rest
2679
+ } = _ref107;
2680
+ return /*#__PURE__*/React.createElement(Icon.default, {
2681
+ width: size,
2682
+ height: size,
2683
+ ref: ref,
2684
+ xmlns: "http://www.w3.org/2000/svg",
2685
+ viewBox: "0 0 32 32",
2686
+ fill: "currentColor",
2687
+ ...rest
2688
+ }, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2689
+ 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"
2690
+ })), children);
2691
+ });
2692
+ if (process.env.NODE_ENV !== "production") {
2693
+ ChartVennDiagram.propTypes = iconPropTypes4cbeb95d.i;
2694
+ }
2695
+ const ChartViolinPlot = /*#__PURE__*/React.forwardRef(function ChartViolinPlot(_ref108, ref) {
2696
+ let {
2697
+ children,
2698
+ size = 16,
2699
+ ...rest
2700
+ } = _ref108;
2701
+ return /*#__PURE__*/React.createElement(Icon.default, {
2702
+ width: size,
2703
+ height: size,
2704
+ ref: ref,
2705
+ xmlns: "http://www.w3.org/2000/svg",
2706
+ viewBox: "0 0 32 32",
2707
+ fill: "currentColor",
2708
+ ...rest
2709
+ }, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2710
+ d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
2711
+ })), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2712
+ 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"
2713
+ })), children);
2714
+ });
2715
+ if (process.env.NODE_ENV !== "production") {
2716
+ ChartViolinPlot.propTypes = iconPropTypes4cbeb95d.i;
2717
+ }
2718
+ const ChartWaterfall = /*#__PURE__*/React.forwardRef(function ChartWaterfall(_ref109, ref) {
2719
+ let {
2720
+ children,
2721
+ size = 16,
2722
+ ...rest
2723
+ } = _ref109;
2724
+ return /*#__PURE__*/React.createElement(Icon.default, {
2725
+ width: size,
2726
+ height: size,
2727
+ ref: ref,
2728
+ xmlns: "http://www.w3.org/2000/svg",
2729
+ viewBox: "0 0 32 32",
2730
+ fill: "currentColor",
2731
+ ...rest
2732
+ }, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2733
+ d: "M28,28V18H26V28H22V4H20V28H10V14H8V28H4V2H2V28a2.0023,2.0023,0,0,0,2,2H30V28Z"
2734
+ })), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2735
+ d: "M14 4H16V18H14z"
2736
+ })), children);
2737
+ });
2738
+ if (process.env.NODE_ENV !== "production") {
2739
+ ChartWaterfall.propTypes = iconPropTypes4cbeb95d.i;
2740
+ }
2741
+ const ChartWinLoss = /*#__PURE__*/React.forwardRef(function ChartWinLoss(_ref110, ref) {
2742
+ let {
2743
+ children,
2744
+ size = 16,
2745
+ ...rest
2746
+ } = _ref110;
2747
+ return /*#__PURE__*/React.createElement(Icon.default, {
2748
+ width: size,
2749
+ height: size,
2750
+ ref: ref,
2751
+ xmlns: "http://www.w3.org/2000/svg",
2752
+ viewBox: "0 0 32 32",
2753
+ fill: "currentColor",
2754
+ ...rest
2755
+ }, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2756
+ 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"
2757
+ })), children);
2758
+ });
2759
+ if (process.env.NODE_ENV !== "production") {
2760
+ ChartWinLoss.propTypes = iconPropTypes4cbeb95d.i;
2761
+ }
2762
+ const Chat = /*#__PURE__*/React.forwardRef(function Chat(_ref111, ref) {
2763
+ let {
2764
+ children,
2765
+ size = 16,
2766
+ ...rest
2767
+ } = _ref111;
2768
+ return /*#__PURE__*/React.createElement(Icon.default, {
2769
+ width: size,
2770
+ height: size,
2771
+ ref: ref,
2772
+ xmlns: "http://www.w3.org/2000/svg",
2773
+ viewBox: "0 0 32 32",
2774
+ fill: "currentColor",
2775
+ ...rest
2776
+ }, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2777
+ 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"
2778
+ })), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2779
+ d: "M8 10H24V12H8zM8 16H18V18H8z"
2780
+ })), children);
2781
+ });
2782
+ if (process.env.NODE_ENV !== "production") {
2783
+ Chat.propTypes = iconPropTypes4cbeb95d.i;
2784
+ }
2785
+ const ChatLaunch = /*#__PURE__*/React.forwardRef(function ChatLaunch(_ref112, ref) {
2786
+ let {
2787
+ children,
2788
+ size = 16,
2789
+ ...rest
2790
+ } = _ref112;
2791
+ return /*#__PURE__*/React.createElement(Icon.default, {
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
2799
+ }, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2800
+ 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"
2801
+ })), children);
2802
+ });
2803
+ if (process.env.NODE_ENV !== "production") {
2804
+ ChatLaunch.propTypes = iconPropTypes4cbeb95d.i;
2805
+ }
2806
+ const ChatOff = /*#__PURE__*/React.forwardRef(function ChatOff(_ref113, ref) {
2807
+ let {
2808
+ children,
2809
+ size = 16,
2810
+ ...rest
2811
+ } = _ref113;
2812
+ return /*#__PURE__*/React.createElement(Icon.default, {
2813
+ width: size,
2814
+ height: size,
2815
+ ref: ref,
2816
+ xmlns: "http://www.w3.org/2000/svg",
2817
+ viewBox: "0 0 32 32",
2818
+ fill: "currentColor",
2819
+ ...rest
2820
+ }, _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2821
+ 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"
2822
+ })), children);
2823
+ });
2824
+ if (process.env.NODE_ENV !== "production") {
2825
+ ChatOff.propTypes = iconPropTypes4cbeb95d.i;
2826
+ }
2827
+ const ChatOperational = /*#__PURE__*/React.forwardRef(function ChatOperational(_ref114, ref) {
2828
+ let {
2829
+ children,
2830
+ size = 16,
2831
+ ...rest
2832
+ } = _ref114;
2833
+ return /*#__PURE__*/React.createElement(Icon.default, {
2834
+ width: size,
2835
+ height: size,
2836
+ ref: ref,
2837
+ xmlns: "http://www.w3.org/2000/svg",
2838
+ viewBox: "0 0 32 32",
2839
+ fill: "currentColor",
2840
+ ...rest
2841
+ }, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2842
+ d: "M15.586 10.414L19.166 14 19.166 14 15.584 17.587 17 19 22 14 17 9 15.586 10.414z"
2843
+ })), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2844
+ 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"
2845
+ })), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2846
+ 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"
2847
+ })), children);
2848
+ });
2849
+ if (process.env.NODE_ENV !== "production") {
2850
+ ChatOperational.propTypes = iconPropTypes4cbeb95d.i;
2851
+ }
2852
+ const ChatBot = /*#__PURE__*/React.forwardRef(function ChatBot(_ref115, ref) {
2853
+ let {
2854
+ children,
2855
+ size = 16,
2856
+ ...rest
2857
+ } = _ref115;
2858
+ return /*#__PURE__*/React.createElement(Icon.default, {
2859
+ width: size,
2860
+ height: size,
2861
+ ref: ref,
2862
+ xmlns: "http://www.w3.org/2000/svg",
2863
+ viewBox: "0 0 32 32",
2864
+ fill: "currentColor",
2865
+ ...rest
2866
+ }, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2867
+ 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"
2868
+ })), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2869
+ 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"
2870
+ })), children);
2871
+ });
2872
+ if (process.env.NODE_ENV !== "production") {
2873
+ ChatBot.propTypes = iconPropTypes4cbeb95d.i;
2874
+ }
2875
+ const Checkbox = /*#__PURE__*/React.forwardRef(function Checkbox(_ref116, ref) {
2876
+ let {
2877
+ children,
2878
+ size = 16,
2879
+ ...rest
2880
+ } = _ref116;
2881
+ return /*#__PURE__*/React.createElement(Icon.default, {
2882
+ width: size,
2883
+ height: size,
2884
+ ref: ref,
2885
+ xmlns: "http://www.w3.org/2000/svg",
2886
+ viewBox: "0 0 32 32",
2887
+ fill: "currentColor",
2888
+ ...rest
2889
+ }, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2890
+ 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"
2891
+ })), children);
2892
+ });
2893
+ if (process.env.NODE_ENV !== "production") {
2894
+ Checkbox.propTypes = iconPropTypes4cbeb95d.i;
2895
+ }
2896
+ const CheckboxChecked = /*#__PURE__*/React.forwardRef(function CheckboxChecked(_ref117, ref) {
2897
+ let {
2898
+ children,
2899
+ size = 16,
2900
+ ...rest
2901
+ } = _ref117;
2902
+ return /*#__PURE__*/React.createElement(Icon.default, {
2903
+ width: size,
2904
+ height: size,
2905
+ ref: ref,
2906
+ xmlns: "http://www.w3.org/2000/svg",
2907
+ viewBox: "0 0 32 32",
2908
+ fill: "currentColor",
2909
+ ...rest
2910
+ }, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2911
+ 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"
2912
+ })), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2913
+ d: "M14 21.5L9 16.54 10.59 15 14 18.35 21.41 11 23 12.58 14 21.5z"
2914
+ })), children);
2915
+ });
2916
+ if (process.env.NODE_ENV !== "production") {
2917
+ CheckboxChecked.propTypes = iconPropTypes4cbeb95d.i;
2918
+ }
2919
+ const CheckboxCheckedFilled = /*#__PURE__*/React.forwardRef(function CheckboxCheckedFilled(_ref118, ref) {
2920
+ let {
2921
+ children,
2922
+ size = 16,
2923
+ ...rest
2924
+ } = _ref118;
2925
+ return /*#__PURE__*/React.createElement(Icon.default, {
2926
+ width: size,
2927
+ height: size,
2928
+ ref: ref,
2929
+ xmlns: "http://www.w3.org/2000/svg",
2930
+ viewBox: "0 0 32 32",
2931
+ fill: "currentColor",
2932
+ ...rest
2933
+ }, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2934
+ 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"
2935
+ })), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2936
+ fill: "none",
2937
+ d: "M14,21.5,9,16.5427,10.5908,15,14,18.3456,21.4087,11l1.5918,1.5772Z",
2938
+ "data-icon-path": "inner-path"
2939
+ })), children);
2940
+ });
2941
+ if (process.env.NODE_ENV !== "production") {
2942
+ CheckboxCheckedFilled.propTypes = iconPropTypes4cbeb95d.i;
2943
+ }
2944
+ const CheckboxIndeterminate = /*#__PURE__*/React.forwardRef(function CheckboxIndeterminate(_ref119, ref) {
2945
+ let {
2946
+ children,
2947
+ size = 16,
2948
+ ...rest
2949
+ } = _ref119;
2950
+ return /*#__PURE__*/React.createElement(Icon.default, {
2951
+ width: size,
2952
+ height: size,
2953
+ ref: ref,
2954
+ xmlns: "http://www.w3.org/2000/svg",
2955
+ viewBox: "0 0 32 32",
2956
+ fill: "currentColor",
2957
+ ...rest
2958
+ }, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2959
+ d: "M10 14H22V18H10z"
2960
+ })), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
2961
+ 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"
2962
+ })), children);
2963
+ });
2964
+ if (process.env.NODE_ENV !== "production") {
2965
+ CheckboxIndeterminate.propTypes = iconPropTypes4cbeb95d.i;
2966
+ }
2967
+ const CheckboxIndeterminateFilled = /*#__PURE__*/React.forwardRef(function CheckboxIndeterminateFilled(_ref120, ref) {
2968
+ let {
2969
+ children,
2970
+ size = 16,
2971
+ ...rest
2972
+ } = _ref120;
2973
+ return /*#__PURE__*/React.createElement(Icon.default, {
2974
+ width: size,
2975
+ height: size,
2976
+ ref: ref,
2977
+ xmlns: "http://www.w3.org/2000/svg",
2978
+ viewBox: "0 0 32 32",
2979
+ fill: "currentColor",
2980
+ ...rest
2981
+ }, _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2982
+ 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"
2983
+ })), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
2984
+ fill: "none",
2985
+ d: "M22,18H10V14H22Z",
2986
+ "data-icon-path": "inner-path"
2987
+ })), children);
2988
+ });
2989
+ if (process.env.NODE_ENV !== "production") {
2990
+ CheckboxIndeterminateFilled.propTypes = iconPropTypes4cbeb95d.i;
2991
+ }
2992
+ const Checkmark = /*#__PURE__*/React.forwardRef(function Checkmark(_ref121, ref) {
2993
+ let {
2994
+ children,
2995
+ size = 16,
2996
+ ...rest
2997
+ } = _ref121;
2998
+ if (size === 20 || size === "20" || size === "20px") {
2999
+ return /*#__PURE__*/React.createElement(Icon.default, {
3000
+ width: size,
3001
+ height: size,
3002
+ ref: ref,
3003
+ xmlns: "http://www.w3.org/2000/svg",
3004
+ viewBox: "0 0 20 20",
3005
+ fill: "currentColor",
3006
+ ...rest
3007
+ }, _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
3008
+ 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"
3009
+ })), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
3010
+ 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"
3011
+ })), children);
3012
+ }
3013
+ if (size === 24 || size === "24" || size === "24px") {
3014
+ return /*#__PURE__*/React.createElement(Icon.default, {
3015
+ width: size,
3016
+ height: size,
3017
+ ref: ref,
3018
+ xmlns: "http://www.w3.org/2000/svg",
3019
+ viewBox: "0 0 24 24",
3020
+ fill: "currentColor",
3021
+ ...rest
3022
+ }, _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
3023
+ 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"
3024
+ })), children);
3025
+ }
3026
+ return /*#__PURE__*/React.createElement(Icon.default, {
3027
+ width: size,
3028
+ height: size,
3029
+ ref: ref,
3030
+ xmlns: "http://www.w3.org/2000/svg",
3031
+ viewBox: "0 0 32 32",
3032
+ fill: "currentColor",
3033
+ ...rest
3034
+ }, _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
3035
+ d: "M13 24L4 15 5.414 13.586 13 21.171 26.586 7.586 28 9 13 24z"
3036
+ })), children);
3037
+ });
3038
+ if (process.env.NODE_ENV !== "production") {
3039
+ Checkmark.propTypes = iconPropTypes4cbeb95d.i;
3040
+ }
3041
+ const CheckmarkFilled = /*#__PURE__*/React.forwardRef(function CheckmarkFilled(_ref122, ref) {
3042
+ let {
3043
+ children,
3044
+ size = 16,
3045
+ ...rest
3046
+ } = _ref122;
3047
+ if (size === 16 || size === "16" || size === "16px") {
3048
+ return /*#__PURE__*/React.createElement(Icon.default, {
3049
+ width: size,
3050
+ height: size,
3051
+ ref: ref,
3052
+ xmlns: "http://www.w3.org/2000/svg",
3053
+ viewBox: "0 0 16 16",
3054
+ fill: "currentColor",
3055
+ ...rest
3056
+ }, _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
3057
+ 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"
3058
+ })), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
3059
+ d: "M7,11L4.3,8.3l0.9-0.8L7,9.3l4-3.9l0.9,0.8L7,11z",
3060
+ "data-icon-path": "inner-path",
3061
+ opacity: "0"
3062
+ })), children);
3063
+ }
3064
+ if (size === 20 || size === "20" || size === "20px") {
3065
+ return /*#__PURE__*/React.createElement(Icon.default, {
3066
+ width: size,
3067
+ height: size,
3068
+ ref: ref,
3069
+ xmlns: "http://www.w3.org/2000/svg",
3070
+ viewBox: "0 0 20 20",
3071
+ fill: "currentColor",
3072
+ ...rest
3073
+ }, _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
3074
+ 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"
3075
+ })), _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
3076
+ fill: "none",
3077
+ d: "M8.7,13.5l-3.2-3.2l1-1l2.2,2.2l4.8-4.8l1,1L8.7,13.5z",
3078
+ "data-icon-path": "inner-path",
3079
+ opacity: "0"
3080
+ })), children);
3081
+ }
3082
+ if (size === 24 || size === "24" || size === "24px") {
3083
+ return /*#__PURE__*/React.createElement(Icon.default, {
3084
+ width: size,
3085
+ height: size,
3086
+ ref: ref,
3087
+ xmlns: "http://www.w3.org/2000/svg",
3088
+ viewBox: "0 0 24 24",
3089
+ fill: "currentColor",
3090
+ ...rest
3091
+ }, _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
3092
+ 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"
3093
+ })), _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
3094
+ fill: "none",
3095
+ d: "M10.4,16.3l-3.9-3.9l1.3-1.2l2.7,2.7l5.8-5.8l1.3,1.3L10.4,16.3z",
3096
+ "data-icon-path": "inner-path",
3097
+ opacity: "0"
3098
+ })), children);
3099
+ }
3100
+ return /*#__PURE__*/React.createElement(Icon.default, {
3101
+ width: size,
3102
+ height: size,
3103
+ ref: ref,
3104
+ xmlns: "http://www.w3.org/2000/svg",
3105
+ viewBox: "0 0 32 32",
3106
+ fill: "currentColor",
3107
+ ...rest
3108
+ }, _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
3109
+ 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"
3110
+ })), _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
3111
+ fill: "none",
3112
+ d: "M14 21.591L9 16.591 10.591 15 14 18.409 21.41 11 23.005 12.585 14 21.591z",
3113
+ "data-icon-path": "inner-path"
3114
+ })), children);
3115
+ });
3116
+ if (process.env.NODE_ENV !== "production") {
3117
+ CheckmarkFilled.propTypes = iconPropTypes4cbeb95d.i;
3118
+ }
3119
+ const CheckmarkFilledError = /*#__PURE__*/React.forwardRef(function CheckmarkFilledError(_ref123, ref) {
3120
+ let {
3121
+ children,
3122
+ size = 16,
3123
+ ...rest
3124
+ } = _ref123;
3125
+ return /*#__PURE__*/React.createElement(Icon.default, {
3126
+ width: size,
3127
+ height: size,
3128
+ ref: ref,
3129
+ xmlns: "http://www.w3.org/2000/svg",
3130
+ viewBox: "0 0 32 32",
3131
+ fill: "currentColor",
3132
+ ...rest
3133
+ }, _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
3134
+ 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"
3135
+ })), _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
3136
+ 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"
3137
+ })), _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
3138
+ fill: "none",
3139
+ d: "M12 18.591L8 14.591 9.591 13 12 15.409 17.409 10 19 11.591 12 18.591z",
3140
+ "data-icon-path": "inner-path"
3141
+ })), children);
3142
+ });
3143
+ if (process.env.NODE_ENV !== "production") {
3144
+ CheckmarkFilledError.propTypes = iconPropTypes4cbeb95d.i;
3145
+ }
3146
+ const CheckmarkFilledWarning = /*#__PURE__*/React.forwardRef(function CheckmarkFilledWarning(_ref124, ref) {
3147
+ let {
3148
+ children,
3149
+ size = 16,
3150
+ ...rest
3151
+ } = _ref124;
3152
+ return /*#__PURE__*/React.createElement(Icon.default, {
3153
+ width: size,
3154
+ height: size,
3155
+ ref: ref,
3156
+ xmlns: "http://www.w3.org/2000/svg",
3157
+ viewBox: "0 0 32 32",
3158
+ fill: "currentColor",
3159
+ ...rest
3160
+ }, _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
3161
+ 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"
3162
+ })), _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
3163
+ 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"
3164
+ })), _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
3165
+ fill: "none",
3166
+ d: "M12 18.591L8 14.591 9.591 13 12 15.409 17.409 10 19 11.591 12 18.591z",
3167
+ "data-icon-path": "inner-path"
3168
+ })), children);
3169
+ });
3170
+ if (process.env.NODE_ENV !== "production") {
3171
+ CheckmarkFilledWarning.propTypes = iconPropTypes4cbeb95d.i;
3172
+ }
3173
+ const CheckmarkOutline = /*#__PURE__*/React.forwardRef(function CheckmarkOutline(_ref125, ref) {
3174
+ let {
3175
+ children,
3176
+ size = 16,
3177
+ ...rest
3178
+ } = _ref125;
3179
+ return /*#__PURE__*/React.createElement(Icon.default, {
3180
+ width: size,
3181
+ height: size,
3182
+ ref: ref,
3183
+ xmlns: "http://www.w3.org/2000/svg",
3184
+ viewBox: "0 0 32 32",
3185
+ fill: "currentColor",
3186
+ ...rest
3187
+ }, _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
3188
+ d: "M14 21.414L9 16.413 10.413 15 14 18.586 21.585 11 23 12.415 14 21.414z"
3189
+ })), _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
3190
+ 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"
3191
+ })), children);
3192
+ });
3193
+ if (process.env.NODE_ENV !== "production") {
3194
+ CheckmarkOutline.propTypes = iconPropTypes4cbeb95d.i;
3195
+ }
3196
+
3197
+ exports.Carbon = Carbon;
3198
+ exports.CarbonAccounting = CarbonAccounting;
3199
+ exports.CarbonForAem = CarbonForAem;
3200
+ exports.CarbonForIbmDotcom = CarbonForIbmDotcom;
3201
+ exports.CarbonForIbmProduct = CarbonForIbmProduct;
3202
+ exports.CarbonForMobile = CarbonForMobile;
3203
+ exports.CarbonForSalesforce = CarbonForSalesforce;
3204
+ exports.CarbonUiBuilder = CarbonUiBuilder;
3205
+ exports.CaretDown = CaretDown;
3206
+ exports.CaretLeft = CaretLeft;
3207
+ exports.CaretRight = CaretRight;
3208
+ exports.CaretSort = CaretSort;
3209
+ exports.CaretSortDown = CaretSortDown;
3210
+ exports.CaretSortUp = CaretSortUp;
3211
+ exports.CaretUp = CaretUp;
3212
+ exports.CarouselHorizontal = CarouselHorizontal;
3213
+ exports.CarouselVertical = CarouselVertical;
3214
+ exports.Catalog = Catalog;
3215
+ exports.CatalogPublish = CatalogPublish;
3216
+ exports.Categories = Categories;
3217
+ exports.Category = Category;
3218
+ exports.CategoryAdd = CategoryAdd;
3219
+ exports.CategoryAnd = CategoryAnd;
3220
+ exports.CategoryNew = CategoryNew;
3221
+ exports.CategoryNewEach = CategoryNewEach;
3222
+ exports.Caution = Caution;
3223
+ exports.CautionInverted = CautionInverted;
3224
+ exports.Cda = Cda;
3225
+ exports.CellTower = CellTower;
3226
+ exports.CenterCircle = CenterCircle;
3227
+ exports.CenterSquare = CenterSquare;
3228
+ exports.CenterToFit = CenterToFit;
3229
+ exports.Certificate = Certificate;
3230
+ exports.CertificateCheck = CertificateCheck;
3231
+ exports.ChangeCatalog = ChangeCatalog;
3232
+ exports.CharacterDecimal = CharacterDecimal;
3233
+ exports.CharacterFraction = CharacterFraction;
3234
+ exports.CharacterInteger = CharacterInteger;
3235
+ exports.CharacterLowerCase = CharacterLowerCase;
3236
+ exports.CharacterNegativeNumber = CharacterNegativeNumber;
3237
+ exports.CharacterPatterns = CharacterPatterns;
3238
+ exports.CharacterSentenceCase = CharacterSentenceCase;
3239
+ exports.CharacterUpperCase = CharacterUpperCase;
3240
+ exports.CharacterWholeNumber = CharacterWholeNumber;
3241
+ exports.ChargingStation = ChargingStation;
3242
+ exports.ChargingStationFilled = ChargingStationFilled;
3243
+ exports.ChartArea = ChartArea;
3244
+ exports.ChartAreaSmooth = ChartAreaSmooth;
3245
+ exports.ChartAreaStepper = ChartAreaStepper;
3246
+ exports.ChartAverage = ChartAverage;
3247
+ exports.ChartBar = ChartBar;
3248
+ exports.ChartBarFloating = ChartBarFloating;
3249
+ exports.ChartBarOverlay = ChartBarOverlay;
3250
+ exports.ChartBarStacked = ChartBarStacked;
3251
+ exports.ChartBarTarget = ChartBarTarget;
3252
+ exports.ChartBubble = ChartBubble;
3253
+ exports.ChartBubblePacked = ChartBubblePacked;
3254
+ exports.ChartBullet = ChartBullet;
3255
+ exports.ChartCandlestick = ChartCandlestick;
3256
+ exports.ChartClusterBar = ChartClusterBar;
3257
+ exports.ChartColumn = ChartColumn;
3258
+ exports.ChartColumnFloating = ChartColumnFloating;
3259
+ exports.ChartColumnTarget = ChartColumnTarget;
3260
+ exports.ChartCombo = ChartCombo;
3261
+ exports.ChartComboStacked = ChartComboStacked;
3262
+ exports.ChartCustom = ChartCustom;
3263
+ exports.ChartDualYAxis = ChartDualYAxis;
3264
+ exports.ChartErrorBar = ChartErrorBar;
3265
+ exports.ChartErrorBarAlt = ChartErrorBarAlt;
3266
+ exports.ChartEvaluation = ChartEvaluation;
3267
+ exports.ChartHighLow = ChartHighLow;
3268
+ exports.ChartHistogram = ChartHistogram;
3269
+ exports.ChartLine = ChartLine;
3270
+ exports.ChartLineData = ChartLineData;
3271
+ exports.ChartLineSmooth = ChartLineSmooth;
3272
+ exports.ChartLogisticRegression = ChartLogisticRegression;
3273
+ exports.ChartMarimekko = ChartMarimekko;
3274
+ exports.ChartMaximum = ChartMaximum;
3275
+ exports.ChartMedian = ChartMedian;
3276
+ exports.ChartMinimum = ChartMinimum;
3277
+ exports.ChartMultiLine = ChartMultiLine;
3278
+ exports.ChartMultitype = ChartMultitype;
3279
+ exports.ChartNetwork = ChartNetwork;
3280
+ exports.ChartParallel = ChartParallel;
3281
+ exports.ChartPie = ChartPie;
3282
+ exports.ChartPlanningWaterfall = ChartPlanningWaterfall;
3283
+ exports.ChartPoint = ChartPoint;
3284
+ exports.ChartPopulation = ChartPopulation;
3285
+ exports.ChartRadar = ChartRadar;
3286
+ exports.ChartRadial = ChartRadial;
3287
+ exports.ChartRelationship = ChartRelationship;
3288
+ exports.ChartRing = ChartRing;
3289
+ exports.ChartRiver = ChartRiver;
3290
+ exports.ChartRose = ChartRose;
3291
+ exports.ChartScatter = ChartScatter;
3292
+ exports.ChartSpiral = ChartSpiral;
3293
+ exports.ChartStacked = ChartStacked;
3294
+ exports.ChartStepper = ChartStepper;
3295
+ exports.ChartSunburst = ChartSunburst;
3296
+ exports.ChartTSne = ChartTSne;
3297
+ exports.ChartTreemap = ChartTreemap;
3298
+ exports.ChartVennDiagram = ChartVennDiagram;
3299
+ exports.ChartViolinPlot = ChartViolinPlot;
3300
+ exports.ChartWaterfall = ChartWaterfall;
3301
+ exports.ChartWinLoss = ChartWinLoss;
3302
+ exports.Chart_3D = Chart_3D;
3303
+ exports.Chat = Chat;
3304
+ exports.ChatBot = ChatBot;
3305
+ exports.ChatLaunch = ChatLaunch;
3306
+ exports.ChatOff = ChatOff;
3307
+ exports.ChatOperational = ChatOperational;
3308
+ exports.Checkbox = Checkbox;
3309
+ exports.CheckboxChecked = CheckboxChecked;
3310
+ exports.CheckboxCheckedFilled = CheckboxCheckedFilled;
3311
+ exports.CheckboxIndeterminate = CheckboxIndeterminate;
3312
+ exports.CheckboxIndeterminateFilled = CheckboxIndeterminateFilled;
3313
+ exports.Checkmark = Checkmark;
3314
+ exports.CheckmarkFilled = CheckmarkFilled;
3315
+ exports.CheckmarkFilledError = CheckmarkFilledError;
3316
+ exports.CheckmarkFilledWarning = CheckmarkFilledWarning;
3317
+ exports.CheckmarkOutline = CheckmarkOutline;
3318
+ exports.QCcX = QCcX;
3319
+ exports.WatsonHealthCdArchive = WatsonHealthCdArchive;
3320
+ exports.WatsonHealthCdCreateArchive = WatsonHealthCdCreateArchive;
3321
+ exports.WatsonHealthCdCreateExchange = WatsonHealthCdCreateExchange;