@firesoon/icons-react 2.1.19 → 2.1.21

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 (253) hide show
  1. package/es/components/business-menu/AppInstall.d.ts +4 -0
  2. package/es/components/business-menu/AppInstall.js +12 -0
  3. package/es/components/business-menu/AppInstallFill.d.ts +4 -0
  4. package/es/components/business-menu/AppInstallFill.js +12 -0
  5. package/es/components/business-menu/AppManagement.d.ts +4 -0
  6. package/es/components/business-menu/AppManagement.js +12 -0
  7. package/es/components/business-menu/AppManagementFill.d.ts +4 -0
  8. package/es/components/business-menu/AppManagementFill.js +12 -0
  9. package/es/components/business-menu/ConfigurationCenter.d.ts +4 -0
  10. package/es/components/business-menu/ConfigurationCenter.js +12 -0
  11. package/es/components/business-menu/ConfigurationCenterFill.d.ts +4 -0
  12. package/es/components/business-menu/ConfigurationCenterFill.js +12 -0
  13. package/es/components/business-menu/ConfigurationItem.d.ts +4 -0
  14. package/es/components/business-menu/ConfigurationItem.js +12 -0
  15. package/es/components/business-menu/ConfigurationItemFill.d.ts +4 -0
  16. package/es/components/business-menu/ConfigurationItemFill.js +12 -0
  17. package/es/components/business-menu/DataCenter.d.ts +4 -0
  18. package/es/components/business-menu/DataCenter.js +12 -0
  19. package/es/components/business-menu/DataCenterFill.d.ts +4 -0
  20. package/es/components/business-menu/DataCenterFill.js +12 -0
  21. package/es/components/business-menu/DataConfiguration.d.ts +4 -0
  22. package/es/components/business-menu/DataConfiguration.js +12 -0
  23. package/es/components/business-menu/DataConfigurationFill.d.ts +4 -0
  24. package/es/components/business-menu/DataConfigurationFill.js +12 -0
  25. package/es/components/business-menu/GlobalConfiguration.d.ts +4 -0
  26. package/es/components/business-menu/GlobalConfiguration.js +12 -0
  27. package/es/components/business-menu/GlobalConfigurationFill.d.ts +4 -0
  28. package/es/components/business-menu/GlobalConfigurationFill.js +12 -0
  29. package/es/components/business-menu/MonitoringCenter.d.ts +4 -0
  30. package/es/components/business-menu/MonitoringCenter.js +12 -0
  31. package/es/components/business-menu/MonitoringCenterFill.d.ts +4 -0
  32. package/es/components/business-menu/MonitoringCenterFill.js +12 -0
  33. package/es/components/business-menu/ProjectManagement.d.ts +4 -0
  34. package/es/components/business-menu/ProjectManagement.js +12 -0
  35. package/es/components/business-menu/ProjectManagementFill.d.ts +4 -0
  36. package/es/components/business-menu/ProjectManagementFill.js +12 -0
  37. package/es/components/business-menu/QualityReport.d.ts +4 -0
  38. package/es/components/business-menu/QualityReport.js +12 -0
  39. package/es/components/business-menu/QualityReportFill.d.ts +4 -0
  40. package/es/components/business-menu/QualityReportFill.js +12 -0
  41. package/es/components/business-menu/RuleManagement.d.ts +4 -0
  42. package/es/components/business-menu/RuleManagement.js +12 -0
  43. package/es/components/business-menu/RuleManagementFill.d.ts +4 -0
  44. package/es/components/business-menu/RuleManagementFill.js +12 -0
  45. package/es/components/business-menu/ThirdParty.d.ts +4 -0
  46. package/es/components/business-menu/ThirdParty.js +12 -0
  47. package/es/components/business-menu/ThirdPartyFill.d.ts +4 -0
  48. package/es/components/business-menu/ThirdPartyFill.js +12 -0
  49. package/es/components/business-menu/index.d.ts +24 -0
  50. package/es/components/business-menu/index.js +24 -0
  51. package/es/components/suggestion/ClaimFinish.d.ts +4 -0
  52. package/es/components/suggestion/ClaimFinish.js +12 -0
  53. package/es/components/suggestion/ClaimsAssessment.d.ts +4 -0
  54. package/es/components/suggestion/ClaimsAssessment.js +12 -0
  55. package/es/components/suggestion/ClaimsFail.d.ts +4 -0
  56. package/es/components/suggestion/ClaimsFail.js +12 -0
  57. package/es/components/suggestion/ProcessFail.d.ts +4 -0
  58. package/es/components/suggestion/ProcessFail.js +12 -0
  59. package/es/components/suggestion/ProcessPass.d.ts +4 -0
  60. package/es/components/suggestion/ProcessPass.js +12 -0
  61. package/es/components/suggestion/Processing.d.ts +4 -0
  62. package/es/components/suggestion/Processing.js +12 -0
  63. package/es/components/suggestion/index.d.ts +6 -0
  64. package/es/components/suggestion/index.js +6 -0
  65. package/es/icons/business-menu/app-install-fill.d.ts +18 -0
  66. package/es/icons/business-menu/app-install-fill.js +18 -0
  67. package/es/icons/business-menu/app-install.d.ts +18 -0
  68. package/es/icons/business-menu/app-install.js +18 -0
  69. package/es/icons/business-menu/app-management-fill.d.ts +18 -0
  70. package/es/icons/business-menu/app-management-fill.js +18 -0
  71. package/es/icons/business-menu/app-management.d.ts +18 -0
  72. package/es/icons/business-menu/app-management.js +18 -0
  73. package/es/icons/business-menu/configuration-center-fill.d.ts +18 -0
  74. package/es/icons/business-menu/configuration-center-fill.js +18 -0
  75. package/es/icons/business-menu/configuration-center.d.ts +18 -0
  76. package/es/icons/business-menu/configuration-center.js +18 -0
  77. package/es/icons/business-menu/configuration-item-fill.d.ts +18 -0
  78. package/es/icons/business-menu/configuration-item-fill.js +18 -0
  79. package/es/icons/business-menu/configuration-item.d.ts +18 -0
  80. package/es/icons/business-menu/configuration-item.js +18 -0
  81. package/es/icons/business-menu/data-center-fill.d.ts +18 -0
  82. package/es/icons/business-menu/data-center-fill.js +18 -0
  83. package/es/icons/business-menu/data-center.d.ts +18 -0
  84. package/es/icons/business-menu/data-center.js +18 -0
  85. package/es/icons/business-menu/data-configuration-fill.d.ts +18 -0
  86. package/es/icons/business-menu/data-configuration-fill.js +18 -0
  87. package/es/icons/business-menu/data-configuration.d.ts +18 -0
  88. package/es/icons/business-menu/data-configuration.js +18 -0
  89. package/es/icons/business-menu/global-configuration-fill.d.ts +18 -0
  90. package/es/icons/business-menu/global-configuration-fill.js +18 -0
  91. package/es/icons/business-menu/global-configuration.d.ts +18 -0
  92. package/es/icons/business-menu/global-configuration.js +18 -0
  93. package/es/icons/business-menu/monitoring-center-fill.d.ts +18 -0
  94. package/es/icons/business-menu/monitoring-center-fill.js +18 -0
  95. package/es/icons/business-menu/monitoring-center.d.ts +18 -0
  96. package/es/icons/business-menu/monitoring-center.js +18 -0
  97. package/es/icons/business-menu/project-management-fill.d.ts +18 -0
  98. package/es/icons/business-menu/project-management-fill.js +18 -0
  99. package/es/icons/business-menu/project-management.d.ts +18 -0
  100. package/es/icons/business-menu/project-management.js +18 -0
  101. package/es/icons/business-menu/quality-report-fill.d.ts +18 -0
  102. package/es/icons/business-menu/quality-report-fill.js +18 -0
  103. package/es/icons/business-menu/quality-report.d.ts +18 -0
  104. package/es/icons/business-menu/quality-report.js +18 -0
  105. package/es/icons/business-menu/rule-management-fill.d.ts +18 -0
  106. package/es/icons/business-menu/rule-management-fill.js +18 -0
  107. package/es/icons/business-menu/rule-management.d.ts +18 -0
  108. package/es/icons/business-menu/rule-management.js +18 -0
  109. package/es/icons/business-menu/third-party-fill.d.ts +18 -0
  110. package/es/icons/business-menu/third-party-fill.js +18 -0
  111. package/es/icons/business-menu/third-party.d.ts +18 -0
  112. package/es/icons/business-menu/third-party.js +18 -0
  113. package/es/icons/suggestion/claim-finish.d.ts +18 -0
  114. package/es/icons/suggestion/claim-finish.js +25 -0
  115. package/es/icons/suggestion/claims-assessment.d.ts +18 -0
  116. package/es/icons/suggestion/claims-assessment.js +25 -0
  117. package/es/icons/suggestion/claims-fail.d.ts +18 -0
  118. package/es/icons/suggestion/claims-fail.js +25 -0
  119. package/es/icons/suggestion/process-fail.d.ts +18 -0
  120. package/es/icons/suggestion/process-fail.js +25 -0
  121. package/es/icons/suggestion/process-pass.d.ts +18 -0
  122. package/es/icons/suggestion/process-pass.js +25 -0
  123. package/es/icons/suggestion/processing.d.ts +18 -0
  124. package/es/icons/suggestion/processing.js +25 -0
  125. package/es/index.d.ts +53 -23
  126. package/es/index.js +53 -23
  127. package/lib/components/business-menu/AppInstall.d.ts +4 -0
  128. package/lib/components/business-menu/AppInstall.js +20 -0
  129. package/lib/components/business-menu/AppInstallFill.d.ts +4 -0
  130. package/lib/components/business-menu/AppInstallFill.js +20 -0
  131. package/lib/components/business-menu/AppManagement.d.ts +4 -0
  132. package/lib/components/business-menu/AppManagement.js +20 -0
  133. package/lib/components/business-menu/AppManagementFill.d.ts +4 -0
  134. package/lib/components/business-menu/AppManagementFill.js +20 -0
  135. package/lib/components/business-menu/ConfigurationCenter.d.ts +4 -0
  136. package/lib/components/business-menu/ConfigurationCenter.js +20 -0
  137. package/lib/components/business-menu/ConfigurationCenterFill.d.ts +4 -0
  138. package/lib/components/business-menu/ConfigurationCenterFill.js +20 -0
  139. package/lib/components/business-menu/ConfigurationItem.d.ts +4 -0
  140. package/lib/components/business-menu/ConfigurationItem.js +20 -0
  141. package/lib/components/business-menu/ConfigurationItemFill.d.ts +4 -0
  142. package/lib/components/business-menu/ConfigurationItemFill.js +20 -0
  143. package/lib/components/business-menu/DataCenter.d.ts +4 -0
  144. package/lib/components/business-menu/DataCenter.js +20 -0
  145. package/lib/components/business-menu/DataCenterFill.d.ts +4 -0
  146. package/lib/components/business-menu/DataCenterFill.js +20 -0
  147. package/lib/components/business-menu/DataConfiguration.d.ts +4 -0
  148. package/lib/components/business-menu/DataConfiguration.js +20 -0
  149. package/lib/components/business-menu/DataConfigurationFill.d.ts +4 -0
  150. package/lib/components/business-menu/DataConfigurationFill.js +20 -0
  151. package/lib/components/business-menu/GlobalConfiguration.d.ts +4 -0
  152. package/lib/components/business-menu/GlobalConfiguration.js +20 -0
  153. package/lib/components/business-menu/GlobalConfigurationFill.d.ts +4 -0
  154. package/lib/components/business-menu/GlobalConfigurationFill.js +20 -0
  155. package/lib/components/business-menu/MonitoringCenter.d.ts +4 -0
  156. package/lib/components/business-menu/MonitoringCenter.js +20 -0
  157. package/lib/components/business-menu/MonitoringCenterFill.d.ts +4 -0
  158. package/lib/components/business-menu/MonitoringCenterFill.js +20 -0
  159. package/lib/components/business-menu/ProjectManagement.d.ts +4 -0
  160. package/lib/components/business-menu/ProjectManagement.js +20 -0
  161. package/lib/components/business-menu/ProjectManagementFill.d.ts +4 -0
  162. package/lib/components/business-menu/ProjectManagementFill.js +20 -0
  163. package/lib/components/business-menu/QualityReport.d.ts +4 -0
  164. package/lib/components/business-menu/QualityReport.js +20 -0
  165. package/lib/components/business-menu/QualityReportFill.d.ts +4 -0
  166. package/lib/components/business-menu/QualityReportFill.js +20 -0
  167. package/lib/components/business-menu/RuleManagement.d.ts +4 -0
  168. package/lib/components/business-menu/RuleManagement.js +20 -0
  169. package/lib/components/business-menu/RuleManagementFill.d.ts +4 -0
  170. package/lib/components/business-menu/RuleManagementFill.js +20 -0
  171. package/lib/components/business-menu/ThirdParty.d.ts +4 -0
  172. package/lib/components/business-menu/ThirdParty.js +20 -0
  173. package/lib/components/business-menu/ThirdPartyFill.d.ts +4 -0
  174. package/lib/components/business-menu/ThirdPartyFill.js +20 -0
  175. package/lib/components/business-menu/index.d.ts +24 -0
  176. package/lib/components/business-menu/index.js +168 -0
  177. package/lib/components/suggestion/ClaimFinish.d.ts +4 -0
  178. package/lib/components/suggestion/ClaimFinish.js +20 -0
  179. package/lib/components/suggestion/ClaimsAssessment.d.ts +4 -0
  180. package/lib/components/suggestion/ClaimsAssessment.js +20 -0
  181. package/lib/components/suggestion/ClaimsFail.d.ts +4 -0
  182. package/lib/components/suggestion/ClaimsFail.js +20 -0
  183. package/lib/components/suggestion/ProcessFail.d.ts +4 -0
  184. package/lib/components/suggestion/ProcessFail.js +20 -0
  185. package/lib/components/suggestion/ProcessPass.d.ts +4 -0
  186. package/lib/components/suggestion/ProcessPass.js +20 -0
  187. package/lib/components/suggestion/Processing.d.ts +4 -0
  188. package/lib/components/suggestion/Processing.js +20 -0
  189. package/lib/components/suggestion/index.d.ts +6 -0
  190. package/lib/components/suggestion/index.js +42 -0
  191. package/lib/icons/business-menu/app-install-fill.d.ts +18 -0
  192. package/lib/icons/business-menu/app-install-fill.js +25 -0
  193. package/lib/icons/business-menu/app-install.d.ts +18 -0
  194. package/lib/icons/business-menu/app-install.js +25 -0
  195. package/lib/icons/business-menu/app-management-fill.d.ts +18 -0
  196. package/lib/icons/business-menu/app-management-fill.js +25 -0
  197. package/lib/icons/business-menu/app-management.d.ts +18 -0
  198. package/lib/icons/business-menu/app-management.js +25 -0
  199. package/lib/icons/business-menu/configuration-center-fill.d.ts +18 -0
  200. package/lib/icons/business-menu/configuration-center-fill.js +25 -0
  201. package/lib/icons/business-menu/configuration-center.d.ts +18 -0
  202. package/lib/icons/business-menu/configuration-center.js +25 -0
  203. package/lib/icons/business-menu/configuration-item-fill.d.ts +18 -0
  204. package/lib/icons/business-menu/configuration-item-fill.js +25 -0
  205. package/lib/icons/business-menu/configuration-item.d.ts +18 -0
  206. package/lib/icons/business-menu/configuration-item.js +25 -0
  207. package/lib/icons/business-menu/data-center-fill.d.ts +18 -0
  208. package/lib/icons/business-menu/data-center-fill.js +25 -0
  209. package/lib/icons/business-menu/data-center.d.ts +18 -0
  210. package/lib/icons/business-menu/data-center.js +25 -0
  211. package/lib/icons/business-menu/data-configuration-fill.d.ts +18 -0
  212. package/lib/icons/business-menu/data-configuration-fill.js +25 -0
  213. package/lib/icons/business-menu/data-configuration.d.ts +18 -0
  214. package/lib/icons/business-menu/data-configuration.js +25 -0
  215. package/lib/icons/business-menu/global-configuration-fill.d.ts +18 -0
  216. package/lib/icons/business-menu/global-configuration-fill.js +25 -0
  217. package/lib/icons/business-menu/global-configuration.d.ts +18 -0
  218. package/lib/icons/business-menu/global-configuration.js +25 -0
  219. package/lib/icons/business-menu/monitoring-center-fill.d.ts +18 -0
  220. package/lib/icons/business-menu/monitoring-center-fill.js +25 -0
  221. package/lib/icons/business-menu/monitoring-center.d.ts +18 -0
  222. package/lib/icons/business-menu/monitoring-center.js +25 -0
  223. package/lib/icons/business-menu/project-management-fill.d.ts +18 -0
  224. package/lib/icons/business-menu/project-management-fill.js +25 -0
  225. package/lib/icons/business-menu/project-management.d.ts +18 -0
  226. package/lib/icons/business-menu/project-management.js +25 -0
  227. package/lib/icons/business-menu/quality-report-fill.d.ts +18 -0
  228. package/lib/icons/business-menu/quality-report-fill.js +25 -0
  229. package/lib/icons/business-menu/quality-report.d.ts +18 -0
  230. package/lib/icons/business-menu/quality-report.js +25 -0
  231. package/lib/icons/business-menu/rule-management-fill.d.ts +18 -0
  232. package/lib/icons/business-menu/rule-management-fill.js +25 -0
  233. package/lib/icons/business-menu/rule-management.d.ts +18 -0
  234. package/lib/icons/business-menu/rule-management.js +25 -0
  235. package/lib/icons/business-menu/third-party-fill.d.ts +18 -0
  236. package/lib/icons/business-menu/third-party-fill.js +25 -0
  237. package/lib/icons/business-menu/third-party.d.ts +18 -0
  238. package/lib/icons/business-menu/third-party.js +25 -0
  239. package/lib/icons/suggestion/claim-finish.d.ts +18 -0
  240. package/lib/icons/suggestion/claim-finish.js +32 -0
  241. package/lib/icons/suggestion/claims-assessment.d.ts +18 -0
  242. package/lib/icons/suggestion/claims-assessment.js +32 -0
  243. package/lib/icons/suggestion/claims-fail.d.ts +18 -0
  244. package/lib/icons/suggestion/claims-fail.js +32 -0
  245. package/lib/icons/suggestion/process-fail.d.ts +18 -0
  246. package/lib/icons/suggestion/process-fail.js +32 -0
  247. package/lib/icons/suggestion/process-pass.d.ts +18 -0
  248. package/lib/icons/suggestion/process-pass.js +32 -0
  249. package/lib/icons/suggestion/processing.d.ts +18 -0
  250. package/lib/icons/suggestion/processing.js +32 -0
  251. package/lib/index.d.ts +53 -23
  252. package/lib/index.js +233 -23
  253. package/package.json +1 -1
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -0,0 +1,12 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ import Icon from "../../Icon";
4
+ import rootNode from "../../icons/business-menu/app-install";
5
+ export default (function () {
6
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
8
+ rootNode: rootNode,
9
+ iconName: 'app-install',
10
+ iconType: 'business-menu'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -0,0 +1,12 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ import Icon from "../../Icon";
4
+ import rootNode from "../../icons/business-menu/app-install-fill";
5
+ export default (function () {
6
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
8
+ rootNode: rootNode,
9
+ iconName: 'app-install-fill',
10
+ iconType: 'business-menu'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -0,0 +1,12 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ import Icon from "../../Icon";
4
+ import rootNode from "../../icons/business-menu/app-management";
5
+ export default (function () {
6
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
8
+ rootNode: rootNode,
9
+ iconName: 'app-management',
10
+ iconType: 'business-menu'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -0,0 +1,12 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ import Icon from "../../Icon";
4
+ import rootNode from "../../icons/business-menu/app-management-fill";
5
+ export default (function () {
6
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
8
+ rootNode: rootNode,
9
+ iconName: 'app-management-fill',
10
+ iconType: 'business-menu'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -0,0 +1,12 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ import Icon from "../../Icon";
4
+ import rootNode from "../../icons/business-menu/configuration-center";
5
+ export default (function () {
6
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
8
+ rootNode: rootNode,
9
+ iconName: 'configuration-center',
10
+ iconType: 'business-menu'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -0,0 +1,12 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ import Icon from "../../Icon";
4
+ import rootNode from "../../icons/business-menu/configuration-center-fill";
5
+ export default (function () {
6
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
8
+ rootNode: rootNode,
9
+ iconName: 'configuration-center-fill',
10
+ iconType: 'business-menu'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -0,0 +1,12 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ import Icon from "../../Icon";
4
+ import rootNode from "../../icons/business-menu/configuration-item";
5
+ export default (function () {
6
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
8
+ rootNode: rootNode,
9
+ iconName: 'configuration-item',
10
+ iconType: 'business-menu'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -0,0 +1,12 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ import Icon from "../../Icon";
4
+ import rootNode from "../../icons/business-menu/configuration-item-fill";
5
+ export default (function () {
6
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
8
+ rootNode: rootNode,
9
+ iconName: 'configuration-item-fill',
10
+ iconType: 'business-menu'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -0,0 +1,12 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ import Icon from "../../Icon";
4
+ import rootNode from "../../icons/business-menu/data-center";
5
+ export default (function () {
6
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
8
+ rootNode: rootNode,
9
+ iconName: 'data-center',
10
+ iconType: 'business-menu'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -0,0 +1,12 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ import Icon from "../../Icon";
4
+ import rootNode from "../../icons/business-menu/data-center-fill";
5
+ export default (function () {
6
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
8
+ rootNode: rootNode,
9
+ iconName: 'data-center-fill',
10
+ iconType: 'business-menu'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -0,0 +1,12 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ import Icon from "../../Icon";
4
+ import rootNode from "../../icons/business-menu/data-configuration";
5
+ export default (function () {
6
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
8
+ rootNode: rootNode,
9
+ iconName: 'data-configuration',
10
+ iconType: 'business-menu'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -0,0 +1,12 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ import Icon from "../../Icon";
4
+ import rootNode from "../../icons/business-menu/data-configuration-fill";
5
+ export default (function () {
6
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
8
+ rootNode: rootNode,
9
+ iconName: 'data-configuration-fill',
10
+ iconType: 'business-menu'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -0,0 +1,12 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ import Icon from "../../Icon";
4
+ import rootNode from "../../icons/business-menu/global-configuration";
5
+ export default (function () {
6
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
8
+ rootNode: rootNode,
9
+ iconName: 'global-configuration',
10
+ iconType: 'business-menu'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -0,0 +1,12 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ import Icon from "../../Icon";
4
+ import rootNode from "../../icons/business-menu/global-configuration-fill";
5
+ export default (function () {
6
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
8
+ rootNode: rootNode,
9
+ iconName: 'global-configuration-fill',
10
+ iconType: 'business-menu'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -0,0 +1,12 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ import Icon from "../../Icon";
4
+ import rootNode from "../../icons/business-menu/monitoring-center";
5
+ export default (function () {
6
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
8
+ rootNode: rootNode,
9
+ iconName: 'monitoring-center',
10
+ iconType: 'business-menu'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -0,0 +1,12 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ import Icon from "../../Icon";
4
+ import rootNode from "../../icons/business-menu/monitoring-center-fill";
5
+ export default (function () {
6
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
8
+ rootNode: rootNode,
9
+ iconName: 'monitoring-center-fill',
10
+ iconType: 'business-menu'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -0,0 +1,12 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ import Icon from "../../Icon";
4
+ import rootNode from "../../icons/business-menu/project-management";
5
+ export default (function () {
6
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
8
+ rootNode: rootNode,
9
+ iconName: 'project-management',
10
+ iconType: 'business-menu'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -0,0 +1,12 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ import Icon from "../../Icon";
4
+ import rootNode from "../../icons/business-menu/project-management-fill";
5
+ export default (function () {
6
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
8
+ rootNode: rootNode,
9
+ iconName: 'project-management-fill',
10
+ iconType: 'business-menu'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -0,0 +1,12 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ import Icon from "../../Icon";
4
+ import rootNode from "../../icons/business-menu/quality-report";
5
+ export default (function () {
6
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
8
+ rootNode: rootNode,
9
+ iconName: 'quality-report',
10
+ iconType: 'business-menu'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -0,0 +1,12 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ import Icon from "../../Icon";
4
+ import rootNode from "../../icons/business-menu/quality-report-fill";
5
+ export default (function () {
6
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
8
+ rootNode: rootNode,
9
+ iconName: 'quality-report-fill',
10
+ iconType: 'business-menu'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -0,0 +1,12 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ import Icon from "../../Icon";
4
+ import rootNode from "../../icons/business-menu/rule-management";
5
+ export default (function () {
6
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
8
+ rootNode: rootNode,
9
+ iconName: 'rule-management',
10
+ iconType: 'business-menu'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -0,0 +1,12 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ import Icon from "../../Icon";
4
+ import rootNode from "../../icons/business-menu/rule-management-fill";
5
+ export default (function () {
6
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
8
+ rootNode: rootNode,
9
+ iconName: 'rule-management-fill',
10
+ iconType: 'business-menu'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -0,0 +1,12 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ import Icon from "../../Icon";
4
+ import rootNode from "../../icons/business-menu/third-party";
5
+ export default (function () {
6
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
8
+ rootNode: rootNode,
9
+ iconName: 'third-party',
10
+ iconType: 'business-menu'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -0,0 +1,12 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ import Icon from "../../Icon";
4
+ import rootNode from "../../icons/business-menu/third-party-fill";
5
+ export default (function () {
6
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
8
+ rootNode: rootNode,
9
+ iconName: 'third-party-fill',
10
+ iconType: 'business-menu'
11
+ }));
12
+ });
@@ -4,6 +4,10 @@ export { default as AppealFeedback } from './AppealFeedback';
4
4
  export { default as AppealFeedbackFill } from './AppealFeedbackFill';
5
5
  export { default as AppearCheck } from './AppearCheck';
6
6
  export { default as AppearCheckFill } from './AppearCheckFill';
7
+ export { default as AppInstall } from './AppInstall';
8
+ export { default as AppInstallFill } from './AppInstallFill';
9
+ export { default as AppManagement } from './AppManagement';
10
+ export { default as AppManagementFill } from './AppManagementFill';
7
11
  export { default as CasegroupAnalyse } from './CasegroupAnalyse';
8
12
  export { default as CasegroupAnalyseFill } from './CasegroupAnalyseFill';
9
13
  export { default as CaseUnusual } from './CaseUnusual';
@@ -13,6 +17,14 @@ export { default as ClinicalPathway } from './ClinicalPathway';
13
17
  export { default as ClinicalPathwayFill } from './ClinicalPathwayFill';
14
18
  export { default as CnDrg } from './CnDrg';
15
19
  export { default as CnDrgFill } from './CnDrgFill';
20
+ export { default as ConfigurationCenter } from './ConfigurationCenter';
21
+ export { default as ConfigurationCenterFill } from './ConfigurationCenterFill';
22
+ export { default as ConfigurationItem } from './ConfigurationItem';
23
+ export { default as ConfigurationItemFill } from './ConfigurationItemFill';
24
+ export { default as DataCenter } from './DataCenter';
25
+ export { default as DataCenterFill } from './DataCenterFill';
26
+ export { default as DataConfiguration } from './DataConfiguration';
27
+ export { default as DataConfigurationFill } from './DataConfigurationFill';
16
28
  export { default as DipAnalyse } from './DipAnalyse';
17
29
  export { default as DipAnalyseFill } from './DipAnalyseFill';
18
30
  export { default as DoctorAnalyse } from './DoctorAnalyse';
@@ -27,6 +39,8 @@ export { default as GeneralSearch } from './GeneralSearch';
27
39
  export { default as GeneralSearchFill } from './GeneralSearchFill';
28
40
  export { default as GeneralStatistics } from './GeneralStatistics';
29
41
  export { default as GeneralStatisticsFill } from './GeneralStatisticsFill';
42
+ export { default as GlobalConfiguration } from './GlobalConfiguration';
43
+ export { default as GlobalConfigurationFill } from './GlobalConfigurationFill';
30
44
  export { default as GroupAnalyse } from './GroupAnalyse';
31
45
  export { default as GroupAnalyseFill } from './GroupAnalyseFill';
32
46
  export { default as Home } from './Home';
@@ -54,6 +68,8 @@ export { default as MedicalQuality } from './MedicalQuality';
54
68
  export { default as MedicalQualityFill } from './MedicalQualityFill';
55
69
  export { default as MonitorAnalyse } from './MonitorAnalyse';
56
70
  export { default as MonitorAnalyseFill } from './MonitorAnalyseFill';
71
+ export { default as MonitoringCenter } from './MonitoringCenter';
72
+ export { default as MonitoringCenterFill } from './MonitoringCenterFill';
57
73
  export { default as MutualCheck } from './MutualCheck';
58
74
  export { default as MutualCheckFill } from './MutualCheckFill';
59
75
  export { default as Mylist } from './Mylist';
@@ -66,6 +82,10 @@ export { default as Payment } from './Payment';
66
82
  export { default as PloblemCheck } from './PloblemCheck';
67
83
  export { default as PloblemCheckFill } from './PloblemCheckFill';
68
84
  export { default as Pole } from './Pole';
85
+ export { default as ProjectManagement } from './ProjectManagement';
86
+ export { default as ProjectManagementFill } from './ProjectManagementFill';
87
+ export { default as QualityReport } from './QualityReport';
88
+ export { default as QualityReportFill } from './QualityReportFill';
69
89
  export { default as ReportLibrary } from './ReportLibrary';
70
90
  export { default as ReportLibraryFill } from './ReportLibraryFill';
71
91
  export { default as ReportManagement } from './ReportManagement';
@@ -73,6 +93,8 @@ export { default as ReportManagementFill } from './ReportManagementFill';
73
93
  export { default as ResultAnalyse } from './ResultAnalyse';
74
94
  export { default as RiskCheck } from './RiskCheck';
75
95
  export { default as RiskCheckFill } from './RiskCheckFill';
96
+ export { default as RuleManagement } from './RuleManagement';
97
+ export { default as RuleManagementFill } from './RuleManagementFill';
76
98
  export { default as RwSet } from './RwSet';
77
99
  export { default as SettlementList } from './SettlementList';
78
100
  export { default as SettlementListFill } from './SettlementListFill';
@@ -87,6 +109,8 @@ export { default as TargetStatistics } from './TargetStatistics';
87
109
  export { default as TargetStatisticsFill } from './TargetStatisticsFill';
88
110
  export { default as TargetView } from './TargetView';
89
111
  export { default as TargetViewFill } from './TargetViewFill';
112
+ export { default as ThirdParty } from './ThirdParty';
113
+ export { default as ThirdPartyFill } from './ThirdPartyFill';
90
114
  export { default as TopicAnalyse } from './TopicAnalyse';
91
115
  export { default as TopicAnalyseFill } from './TopicAnalyseFill';
92
116
  export { default as TreeList } from './TreeList';