@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
@@ -15,6 +15,30 @@ Object.defineProperty(exports, "Annotate", {
15
15
  return _Annotate.default;
16
16
  }
17
17
  });
18
+ Object.defineProperty(exports, "AppInstall", {
19
+ enumerable: true,
20
+ get: function get() {
21
+ return _AppInstall.default;
22
+ }
23
+ });
24
+ Object.defineProperty(exports, "AppInstallFill", {
25
+ enumerable: true,
26
+ get: function get() {
27
+ return _AppInstallFill.default;
28
+ }
29
+ });
30
+ Object.defineProperty(exports, "AppManagement", {
31
+ enumerable: true,
32
+ get: function get() {
33
+ return _AppManagement.default;
34
+ }
35
+ });
36
+ Object.defineProperty(exports, "AppManagementFill", {
37
+ enumerable: true,
38
+ get: function get() {
39
+ return _AppManagementFill.default;
40
+ }
41
+ });
18
42
  Object.defineProperty(exports, "AppealFeedback", {
19
43
  enumerable: true,
20
44
  get: function get() {
@@ -93,6 +117,54 @@ Object.defineProperty(exports, "CnDrgFill", {
93
117
  return _CnDrgFill.default;
94
118
  }
95
119
  });
120
+ Object.defineProperty(exports, "ConfigurationCenter", {
121
+ enumerable: true,
122
+ get: function get() {
123
+ return _ConfigurationCenter.default;
124
+ }
125
+ });
126
+ Object.defineProperty(exports, "ConfigurationCenterFill", {
127
+ enumerable: true,
128
+ get: function get() {
129
+ return _ConfigurationCenterFill.default;
130
+ }
131
+ });
132
+ Object.defineProperty(exports, "ConfigurationItem", {
133
+ enumerable: true,
134
+ get: function get() {
135
+ return _ConfigurationItem.default;
136
+ }
137
+ });
138
+ Object.defineProperty(exports, "ConfigurationItemFill", {
139
+ enumerable: true,
140
+ get: function get() {
141
+ return _ConfigurationItemFill.default;
142
+ }
143
+ });
144
+ Object.defineProperty(exports, "DataCenter", {
145
+ enumerable: true,
146
+ get: function get() {
147
+ return _DataCenter.default;
148
+ }
149
+ });
150
+ Object.defineProperty(exports, "DataCenterFill", {
151
+ enumerable: true,
152
+ get: function get() {
153
+ return _DataCenterFill.default;
154
+ }
155
+ });
156
+ Object.defineProperty(exports, "DataConfiguration", {
157
+ enumerable: true,
158
+ get: function get() {
159
+ return _DataConfiguration.default;
160
+ }
161
+ });
162
+ Object.defineProperty(exports, "DataConfigurationFill", {
163
+ enumerable: true,
164
+ get: function get() {
165
+ return _DataConfigurationFill.default;
166
+ }
167
+ });
96
168
  Object.defineProperty(exports, "DipAnalyse", {
97
169
  enumerable: true,
98
170
  get: function get() {
@@ -177,6 +249,18 @@ Object.defineProperty(exports, "GeneralStatisticsFill", {
177
249
  return _GeneralStatisticsFill.default;
178
250
  }
179
251
  });
252
+ Object.defineProperty(exports, "GlobalConfiguration", {
253
+ enumerable: true,
254
+ get: function get() {
255
+ return _GlobalConfiguration.default;
256
+ }
257
+ });
258
+ Object.defineProperty(exports, "GlobalConfigurationFill", {
259
+ enumerable: true,
260
+ get: function get() {
261
+ return _GlobalConfigurationFill.default;
262
+ }
263
+ });
180
264
  Object.defineProperty(exports, "GroupAnalyse", {
181
265
  enumerable: true,
182
266
  get: function get() {
@@ -339,6 +423,18 @@ Object.defineProperty(exports, "MonitorAnalyseFill", {
339
423
  return _MonitorAnalyseFill.default;
340
424
  }
341
425
  });
426
+ Object.defineProperty(exports, "MonitoringCenter", {
427
+ enumerable: true,
428
+ get: function get() {
429
+ return _MonitoringCenter.default;
430
+ }
431
+ });
432
+ Object.defineProperty(exports, "MonitoringCenterFill", {
433
+ enumerable: true,
434
+ get: function get() {
435
+ return _MonitoringCenterFill.default;
436
+ }
437
+ });
342
438
  Object.defineProperty(exports, "MutualCheck", {
343
439
  enumerable: true,
344
440
  get: function get() {
@@ -411,6 +507,30 @@ Object.defineProperty(exports, "Pole", {
411
507
  return _Pole.default;
412
508
  }
413
509
  });
510
+ Object.defineProperty(exports, "ProjectManagement", {
511
+ enumerable: true,
512
+ get: function get() {
513
+ return _ProjectManagement.default;
514
+ }
515
+ });
516
+ Object.defineProperty(exports, "ProjectManagementFill", {
517
+ enumerable: true,
518
+ get: function get() {
519
+ return _ProjectManagementFill.default;
520
+ }
521
+ });
522
+ Object.defineProperty(exports, "QualityReport", {
523
+ enumerable: true,
524
+ get: function get() {
525
+ return _QualityReport.default;
526
+ }
527
+ });
528
+ Object.defineProperty(exports, "QualityReportFill", {
529
+ enumerable: true,
530
+ get: function get() {
531
+ return _QualityReportFill.default;
532
+ }
533
+ });
414
534
  Object.defineProperty(exports, "ReportLibrary", {
415
535
  enumerable: true,
416
536
  get: function get() {
@@ -453,6 +573,18 @@ Object.defineProperty(exports, "RiskCheckFill", {
453
573
  return _RiskCheckFill.default;
454
574
  }
455
575
  });
576
+ Object.defineProperty(exports, "RuleManagement", {
577
+ enumerable: true,
578
+ get: function get() {
579
+ return _RuleManagement.default;
580
+ }
581
+ });
582
+ Object.defineProperty(exports, "RuleManagementFill", {
583
+ enumerable: true,
584
+ get: function get() {
585
+ return _RuleManagementFill.default;
586
+ }
587
+ });
456
588
  Object.defineProperty(exports, "RwSet", {
457
589
  enumerable: true,
458
590
  get: function get() {
@@ -537,6 +669,18 @@ Object.defineProperty(exports, "TargetViewFill", {
537
669
  return _TargetViewFill.default;
538
670
  }
539
671
  });
672
+ Object.defineProperty(exports, "ThirdParty", {
673
+ enumerable: true,
674
+ get: function get() {
675
+ return _ThirdParty.default;
676
+ }
677
+ });
678
+ Object.defineProperty(exports, "ThirdPartyFill", {
679
+ enumerable: true,
680
+ get: function get() {
681
+ return _ThirdPartyFill.default;
682
+ }
683
+ });
540
684
  Object.defineProperty(exports, "TopicAnalyse", {
541
685
  enumerable: true,
542
686
  get: function get() {
@@ -585,6 +729,10 @@ var _AppealFeedback = _interopRequireDefault(require("./AppealFeedback"));
585
729
  var _AppealFeedbackFill = _interopRequireDefault(require("./AppealFeedbackFill"));
586
730
  var _AppearCheck = _interopRequireDefault(require("./AppearCheck"));
587
731
  var _AppearCheckFill = _interopRequireDefault(require("./AppearCheckFill"));
732
+ var _AppInstall = _interopRequireDefault(require("./AppInstall"));
733
+ var _AppInstallFill = _interopRequireDefault(require("./AppInstallFill"));
734
+ var _AppManagement = _interopRequireDefault(require("./AppManagement"));
735
+ var _AppManagementFill = _interopRequireDefault(require("./AppManagementFill"));
588
736
  var _CasegroupAnalyse = _interopRequireDefault(require("./CasegroupAnalyse"));
589
737
  var _CasegroupAnalyseFill = _interopRequireDefault(require("./CasegroupAnalyseFill"));
590
738
  var _CaseUnusual = _interopRequireDefault(require("./CaseUnusual"));
@@ -594,6 +742,14 @@ var _ClinicalPathway = _interopRequireDefault(require("./ClinicalPathway"));
594
742
  var _ClinicalPathwayFill = _interopRequireDefault(require("./ClinicalPathwayFill"));
595
743
  var _CnDrg = _interopRequireDefault(require("./CnDrg"));
596
744
  var _CnDrgFill = _interopRequireDefault(require("./CnDrgFill"));
745
+ var _ConfigurationCenter = _interopRequireDefault(require("./ConfigurationCenter"));
746
+ var _ConfigurationCenterFill = _interopRequireDefault(require("./ConfigurationCenterFill"));
747
+ var _ConfigurationItem = _interopRequireDefault(require("./ConfigurationItem"));
748
+ var _ConfigurationItemFill = _interopRequireDefault(require("./ConfigurationItemFill"));
749
+ var _DataCenter = _interopRequireDefault(require("./DataCenter"));
750
+ var _DataCenterFill = _interopRequireDefault(require("./DataCenterFill"));
751
+ var _DataConfiguration = _interopRequireDefault(require("./DataConfiguration"));
752
+ var _DataConfigurationFill = _interopRequireDefault(require("./DataConfigurationFill"));
597
753
  var _DipAnalyse = _interopRequireDefault(require("./DipAnalyse"));
598
754
  var _DipAnalyseFill = _interopRequireDefault(require("./DipAnalyseFill"));
599
755
  var _DoctorAnalyse = _interopRequireDefault(require("./DoctorAnalyse"));
@@ -608,6 +764,8 @@ var _GeneralSearch = _interopRequireDefault(require("./GeneralSearch"));
608
764
  var _GeneralSearchFill = _interopRequireDefault(require("./GeneralSearchFill"));
609
765
  var _GeneralStatistics = _interopRequireDefault(require("./GeneralStatistics"));
610
766
  var _GeneralStatisticsFill = _interopRequireDefault(require("./GeneralStatisticsFill"));
767
+ var _GlobalConfiguration = _interopRequireDefault(require("./GlobalConfiguration"));
768
+ var _GlobalConfigurationFill = _interopRequireDefault(require("./GlobalConfigurationFill"));
611
769
  var _GroupAnalyse = _interopRequireDefault(require("./GroupAnalyse"));
612
770
  var _GroupAnalyseFill = _interopRequireDefault(require("./GroupAnalyseFill"));
613
771
  var _Home = _interopRequireDefault(require("./Home"));
@@ -635,6 +793,8 @@ var _MedicalQuality = _interopRequireDefault(require("./MedicalQuality"));
635
793
  var _MedicalQualityFill = _interopRequireDefault(require("./MedicalQualityFill"));
636
794
  var _MonitorAnalyse = _interopRequireDefault(require("./MonitorAnalyse"));
637
795
  var _MonitorAnalyseFill = _interopRequireDefault(require("./MonitorAnalyseFill"));
796
+ var _MonitoringCenter = _interopRequireDefault(require("./MonitoringCenter"));
797
+ var _MonitoringCenterFill = _interopRequireDefault(require("./MonitoringCenterFill"));
638
798
  var _MutualCheck = _interopRequireDefault(require("./MutualCheck"));
639
799
  var _MutualCheckFill = _interopRequireDefault(require("./MutualCheckFill"));
640
800
  var _Mylist = _interopRequireDefault(require("./Mylist"));
@@ -647,6 +807,10 @@ var _Payment = _interopRequireDefault(require("./Payment"));
647
807
  var _PloblemCheck = _interopRequireDefault(require("./PloblemCheck"));
648
808
  var _PloblemCheckFill = _interopRequireDefault(require("./PloblemCheckFill"));
649
809
  var _Pole = _interopRequireDefault(require("./Pole"));
810
+ var _ProjectManagement = _interopRequireDefault(require("./ProjectManagement"));
811
+ var _ProjectManagementFill = _interopRequireDefault(require("./ProjectManagementFill"));
812
+ var _QualityReport = _interopRequireDefault(require("./QualityReport"));
813
+ var _QualityReportFill = _interopRequireDefault(require("./QualityReportFill"));
650
814
  var _ReportLibrary = _interopRequireDefault(require("./ReportLibrary"));
651
815
  var _ReportLibraryFill = _interopRequireDefault(require("./ReportLibraryFill"));
652
816
  var _ReportManagement = _interopRequireDefault(require("./ReportManagement"));
@@ -654,6 +818,8 @@ var _ReportManagementFill = _interopRequireDefault(require("./ReportManagementFi
654
818
  var _ResultAnalyse = _interopRequireDefault(require("./ResultAnalyse"));
655
819
  var _RiskCheck = _interopRequireDefault(require("./RiskCheck"));
656
820
  var _RiskCheckFill = _interopRequireDefault(require("./RiskCheckFill"));
821
+ var _RuleManagement = _interopRequireDefault(require("./RuleManagement"));
822
+ var _RuleManagementFill = _interopRequireDefault(require("./RuleManagementFill"));
657
823
  var _RwSet = _interopRequireDefault(require("./RwSet"));
658
824
  var _SettlementList = _interopRequireDefault(require("./SettlementList"));
659
825
  var _SettlementListFill = _interopRequireDefault(require("./SettlementListFill"));
@@ -668,6 +834,8 @@ var _TargetStatistics = _interopRequireDefault(require("./TargetStatistics"));
668
834
  var _TargetStatisticsFill = _interopRequireDefault(require("./TargetStatisticsFill"));
669
835
  var _TargetView = _interopRequireDefault(require("./TargetView"));
670
836
  var _TargetViewFill = _interopRequireDefault(require("./TargetViewFill"));
837
+ var _ThirdParty = _interopRequireDefault(require("./ThirdParty"));
838
+ var _ThirdPartyFill = _interopRequireDefault(require("./ThirdPartyFill"));
671
839
  var _TopicAnalyse = _interopRequireDefault(require("./TopicAnalyse"));
672
840
  var _TopicAnalyseFill = _interopRequireDefault(require("./TopicAnalyseFill"));
673
841
  var _TreeList = _interopRequireDefault(require("./TreeList"));
@@ -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,20 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _Icon = _interopRequireDefault(require("../../Icon"));
9
+ var _claimFinish = _interopRequireDefault(require("../../icons/suggestion/claim-finish"));
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
+ 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); }
12
+ var _default = function _default() {
13
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
14
+ return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
15
+ rootNode: _claimFinish.default,
16
+ iconName: 'claim-finish',
17
+ iconType: 'suggestion'
18
+ }));
19
+ };
20
+ exports.default = _default;
@@ -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,20 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _Icon = _interopRequireDefault(require("../../Icon"));
9
+ var _claimsAssessment = _interopRequireDefault(require("../../icons/suggestion/claims-assessment"));
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
+ 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); }
12
+ var _default = function _default() {
13
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
14
+ return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
15
+ rootNode: _claimsAssessment.default,
16
+ iconName: 'claims-assessment',
17
+ iconType: 'suggestion'
18
+ }));
19
+ };
20
+ exports.default = _default;
@@ -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,20 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _Icon = _interopRequireDefault(require("../../Icon"));
9
+ var _claimsFail = _interopRequireDefault(require("../../icons/suggestion/claims-fail"));
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
+ 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); }
12
+ var _default = function _default() {
13
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
14
+ return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
15
+ rootNode: _claimsFail.default,
16
+ iconName: 'claims-fail',
17
+ iconType: 'suggestion'
18
+ }));
19
+ };
20
+ exports.default = _default;
@@ -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,20 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _Icon = _interopRequireDefault(require("../../Icon"));
9
+ var _processFail = _interopRequireDefault(require("../../icons/suggestion/process-fail"));
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
+ 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); }
12
+ var _default = function _default() {
13
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
14
+ return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
15
+ rootNode: _processFail.default,
16
+ iconName: 'process-fail',
17
+ iconType: 'suggestion'
18
+ }));
19
+ };
20
+ exports.default = _default;
@@ -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,20 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _Icon = _interopRequireDefault(require("../../Icon"));
9
+ var _processPass = _interopRequireDefault(require("../../icons/suggestion/process-pass"));
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
+ 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); }
12
+ var _default = function _default() {
13
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
14
+ return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
15
+ rootNode: _processPass.default,
16
+ iconName: 'process-pass',
17
+ iconType: 'suggestion'
18
+ }));
19
+ };
20
+ exports.default = _default;
@@ -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,20 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _Icon = _interopRequireDefault(require("../../Icon"));
9
+ var _processing = _interopRequireDefault(require("../../icons/suggestion/processing"));
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
+ 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); }
12
+ var _default = function _default() {
13
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
14
+ return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
15
+ rootNode: _processing.default,
16
+ iconName: 'processing',
17
+ iconType: 'suggestion'
18
+ }));
19
+ };
20
+ exports.default = _default;
@@ -3,6 +3,9 @@ export { default as ApplySuccess } from './ApplySuccess';
3
3
  export { default as AttestationFail } from './AttestationFail';
4
4
  export { default as Attestationing } from './Attestationing';
5
5
  export { default as Await } from './Await';
6
+ export { default as ClaimFinish } from './ClaimFinish';
7
+ export { default as ClaimsAssessment } from './ClaimsAssessment';
8
+ export { default as ClaimsFail } from './ClaimsFail';
6
9
  export { default as CostReturn } from './CostReturn';
7
10
  export { default as CostViolate } from './CostViolate';
8
11
  export { default as CostWarning } from './CostWarning';
@@ -23,6 +26,9 @@ export { default as NoticeFill } from './NoticeFill';
23
26
  export { default as Overtime } from './Overtime';
24
27
  export { default as Problem } from './Problem';
25
28
  export { default as ProblemFill } from './ProblemFill';
29
+ export { default as ProcessFail } from './ProcessFail';
30
+ export { default as Processing } from './Processing';
31
+ export { default as ProcessPass } from './ProcessPass';
26
32
  export { default as QuickCompensation } from './QuickCompensation';
27
33
  export { default as RecordQuality } from './RecordQuality';
28
34
  export { default as Rectification } from './Rectification';
@@ -33,6 +33,24 @@ Object.defineProperty(exports, "Await", {
33
33
  return _Await.default;
34
34
  }
35
35
  });
36
+ Object.defineProperty(exports, "ClaimFinish", {
37
+ enumerable: true,
38
+ get: function get() {
39
+ return _ClaimFinish.default;
40
+ }
41
+ });
42
+ Object.defineProperty(exports, "ClaimsAssessment", {
43
+ enumerable: true,
44
+ get: function get() {
45
+ return _ClaimsAssessment.default;
46
+ }
47
+ });
48
+ Object.defineProperty(exports, "ClaimsFail", {
49
+ enumerable: true,
50
+ get: function get() {
51
+ return _ClaimsFail.default;
52
+ }
53
+ });
36
54
  Object.defineProperty(exports, "CostReturn", {
37
55
  enumerable: true,
38
56
  get: function get() {
@@ -153,6 +171,24 @@ Object.defineProperty(exports, "ProblemFill", {
153
171
  return _ProblemFill.default;
154
172
  }
155
173
  });
174
+ Object.defineProperty(exports, "ProcessFail", {
175
+ enumerable: true,
176
+ get: function get() {
177
+ return _ProcessFail.default;
178
+ }
179
+ });
180
+ Object.defineProperty(exports, "ProcessPass", {
181
+ enumerable: true,
182
+ get: function get() {
183
+ return _ProcessPass.default;
184
+ }
185
+ });
186
+ Object.defineProperty(exports, "Processing", {
187
+ enumerable: true,
188
+ get: function get() {
189
+ return _Processing.default;
190
+ }
191
+ });
156
192
  Object.defineProperty(exports, "QuickCompensation", {
157
193
  enumerable: true,
158
194
  get: function get() {
@@ -242,6 +278,9 @@ var _ApplySuccess = _interopRequireDefault(require("./ApplySuccess"));
242
278
  var _AttestationFail = _interopRequireDefault(require("./AttestationFail"));
243
279
  var _Attestationing = _interopRequireDefault(require("./Attestationing"));
244
280
  var _Await = _interopRequireDefault(require("./Await"));
281
+ var _ClaimFinish = _interopRequireDefault(require("./ClaimFinish"));
282
+ var _ClaimsAssessment = _interopRequireDefault(require("./ClaimsAssessment"));
283
+ var _ClaimsFail = _interopRequireDefault(require("./ClaimsFail"));
245
284
  var _CostReturn = _interopRequireDefault(require("./CostReturn"));
246
285
  var _CostViolate = _interopRequireDefault(require("./CostViolate"));
247
286
  var _CostWarning = _interopRequireDefault(require("./CostWarning"));
@@ -262,6 +301,9 @@ var _NoticeFill = _interopRequireDefault(require("./NoticeFill"));
262
301
  var _Overtime = _interopRequireDefault(require("./Overtime"));
263
302
  var _Problem = _interopRequireDefault(require("./Problem"));
264
303
  var _ProblemFill = _interopRequireDefault(require("./ProblemFill"));
304
+ var _ProcessFail = _interopRequireDefault(require("./ProcessFail"));
305
+ var _Processing = _interopRequireDefault(require("./Processing"));
306
+ var _ProcessPass = _interopRequireDefault(require("./ProcessPass"));
265
307
  var _QuickCompensation = _interopRequireDefault(require("./QuickCompensation"));
266
308
  var _RecordQuality = _interopRequireDefault(require("./RecordQuality"));
267
309
  var _Rectification = _interopRequireDefault(require("./Rectification"));
@@ -0,0 +1,18 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ defaultColor: string;
11
+ attrs: {
12
+ d: string;
13
+ };
14
+ children: never[];
15
+ }[];
16
+ };
17
+ };
18
+ export default node;
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var node = {
8
+ "name": "app-install-fill",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "defaultColor": "#3367D6",
17
+ "attrs": {
18
+ "d": "M512 64a448 448 0 110 896 448 448 0 010-896zm-64 159.94a192.06 192.06 0 00-48 337.08l.13 132.23a112 112 0 00223.49 3.97l.19-4.04.19-1.15V560.9a192.06 192.06 0 00-48-336.96v70.08a64 64 0 11-128.06-.07zM560.06 590.9L560 688a48 48 0 11-96 0v-97.02a192.32 192.32 0 0096.06 0zm67.33-241.4a128 128 0 11-230.72.06 128 128 0 00227.33 6.4z"
19
+ },
20
+ "children": []
21
+ }]
22
+ }
23
+ };
24
+ var _default = node;
25
+ exports.default = _default;
@@ -0,0 +1,18 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ defaultColor: string;
11
+ attrs: {
12
+ d: string;
13
+ };
14
+ children: never[];
15
+ }[];
16
+ };
17
+ };
18
+ export default node;
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var node = {
8
+ "name": "app-install",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "defaultColor": "#333",
17
+ "attrs": {
18
+ "d": "M512 64a448 448 0 110 896 448 448 0 010-896zm0 64a384 384 0 100 768 384 384 0 000-768zm-64 95.94v70.01a64.13 64.13 0 00128.06 0V224a192.06 192.06 0 0148 337.02v131.01l-.19 1.22-.19 4.03a112 112 0 01-223.49-3.97L400 561.02a192.06 192.06 0 0148-337.08zM560.06 590.9a192.32 192.32 0 01-96.06 0V688a48 48 0 1096 0l.06-97.09zm67.33-241.4l-3.39 6.46a128 128 0 01-227.33-6.4 128 128 0 10230.72-.07z"
19
+ },
20
+ "children": []
21
+ }]
22
+ }
23
+ };
24
+ var _default = node;
25
+ exports.default = _default;
@@ -0,0 +1,18 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ defaultColor: string;
11
+ attrs: {
12
+ d: string;
13
+ };
14
+ children: never[];
15
+ }[];
16
+ };
17
+ };
18
+ export default node;
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var node = {
8
+ "name": "app-management-fill",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "defaultColor": "#3367D6",
17
+ "attrs": {
18
+ "d": "M592 112h288a32 32 0 0132 32v288a32 32 0 01-32 32H592a32 32 0 01-32-32V144a32 32 0 0132-32zm-448 0h288a32 32 0 0132 32v288a32 32 0 01-32 32H144a32 32 0 01-32-32V144a32 32 0 0132-32zm448 448h288a32 32 0 0132 32v288a32 32 0 01-32 32H592a32 32 0 01-32-32V592a32 32 0 0132-32zm-448 0h288a32 32 0 0132 32v288a32 32 0 01-32 32H144a32 32 0 01-32-32V592a32 32 0 0132-32z"
19
+ },
20
+ "children": []
21
+ }]
22
+ }
23
+ };
24
+ var _default = node;
25
+ exports.default = _default;