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