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