@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,25 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var node = {
8
+ "name": "project-management",
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": "M672 112a32 32 0 0132 32v31.94l176 .06a32 32 0 0132 32v672a32 32 0 01-32 32H144a32 32 0 01-32-32V208a32 32 0 0132-32l176-.06V144a32 32 0 0164 0v31.94h256V144a32 32 0 0132-32zM320 239.94L176 240v608h672V240l-144-.06V272a32 32 0 11-64 0v-32.06H384V272a32 32 0 01-64 0v-32.06zm312 436.03c4.42 0 8 3.58 8 8.06v48a8 8 0 01-8 7.94H264a8 8 0 01-8-7.94v-48a8.02 8.02 0 018-8.06h368zM760 544a8 8 0 018 8v48a8 8 0 01-8 8H264a8 8 0 01-8-8v-48a8 8 0 018-8h496zm0-132.03a8 8 0 018 8v48a8 8 0 01-8 8H264a8 8 0 01-8-7.94v-48a8 8 0 018-8h496z"
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": "quality-report-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": "M880 112a32 32 0 0132 32v736a32 32 0 01-32 32H144a32 32 0 01-32-32V144a32 32 0 0132-32h736zM440 672H264a8 8 0 00-8 8v48a8 8 0 008 8h176a8 8 0 008-8v-48a8 8 0 00-8-8zm292.48-126.6a8 8 0 00-11.4 0L618.25 648.2l-47.49-47.62a8 8 0 00-11.33 0L525.5 634.5a8 8 0 000 11.32l86.98 87.04a8.24 8.24 0 004.42 2.18h2.88a7.94 7.94 0 004.48-2.24l142.08-142.08a8 8 0 000-11.4zM439.94 544h-176a8 8 0 00-7.94 8v48a8 8 0 008 8h176a8 8 0 008-8v-48a8 8 0 00-8-8zm320-128h-496a8 8 0 00-7.94 8v48a8 8 0 008 8h496a8 8 0 008-8v-48a8 8 0 00-8-8zm0-128h-496a8 8 0 00-7.94 8v48a8 8 0 008 8h496a8 8 0 008-8v-48a8 8 0 00-8-8z"
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": "quality-report",
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": "M880 112a32 32 0 0132 32v736a32 32 0 01-32 32H144a32 32 0 01-32-32V144a32 32 0 0132-32h736zm-704 64v672h672V176H176zm264 496a8 8 0 018 8v48a8 8 0 01-8 8H264a8 8 0 01-8-8v-48a8 8 0 018-8h176zm292.48-126.6l33.92 33.93a8 8 0 010 11.33L624.2 732.8a7.94 7.94 0 01-4.49 2.24h-2.75a7.94 7.94 0 01-4.48-2.24l-86.91-86.98a8 8 0 010-11.32l33.92-33.92a8 8 0 0111.33 0l47.55 47.55L721.15 545.4a8 8 0 0111.33 0zM439.94 544a8 8 0 018 8v48a8 8 0 01-8 8h-176a8 8 0 01-7.94-8v-48a8 8 0 018-8h176zm320-128a8 8 0 018 8v48a8 8 0 01-8 8h-496a8 8 0 01-7.94-8v-48a8 8 0 018-8h496zm0-128a8 8 0 018 8v48a8 8 0 01-8 8h-496a8 8 0 01-7.94-8v-48a8 8 0 018-8h496z"
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": "rule-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": "M651.97 512v400H448V512h203.97zM112 672h120a8 8 0 008-8v-48a8 8 0 00-8-8H112v-64h120a8 8 0 008-8v-48a8 8 0 00-8-8H112v-64h120a8 8 0 008-8v-48a8 8 0 00-8-8H112v-64h120a8 8 0 008-8v-48a8 8 0 00-8-8H112v-80a32 32 0 0132-32h736a32 32 0 0132 32v736a32 32 0 01-32 32H715.97V456a7.94 7.94 0 00-1.6-4.86l-.51-.84-133.9-159.68a6.66 6.66 0 00-2.3-1.66l-1.15-.58-2.56-.38h-48c-1.28 0-2.43.32-3.52.9l-.83.44-1.86 1.6-133.7 159.36a8.2 8.2 0 00-1.53 2.95A8 8 0 00384 456v456H144a32 32 0 01-32-32v-80h120a8 8 0 008-8v-48a8 8 0 00-8-8H112v-64zm437.95-317.5l78.47 93.5H471.49l78.46-93.5z"
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": "rule-management",
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": "M880 112a32 32 0 0132 32v736a32 32 0 01-32 32H144a32 32 0 01-32-32V144a32 32 0 0132-32h736zm-704 64v48h56a8 8 0 018 8v48a8 8 0 01-8 8h-56v64h56a8 8 0 018 8v48a8 8 0 01-8 8h-56v64h56a8 8 0 018 8v48a8 8 0 01-8 8h-56v64h56a8 8 0 018 8v48a8 8 0 01-8 8h-56v64h56a8 8 0 018 8v48a8 8 0 01-8 8h-56.06l.06 48h207.94l.06-392c0-.96.2-1.92.51-2.75a8.2 8.2 0 011.54-2.95L519.8 290.94l1.79-1.6.83-.44a7.3 7.3 0 013.59-.9h48l2.56.38 1.08.64a6.66 6.66 0 012.3 1.6l133.9 159.68.5.84a7.94 7.94 0 011.6 4.86v392H848V176H176zm475.97 336H448l-.06 336h204.03V512zM549.95 354.5L471.5 448h156.93l-78.47-93.5z"
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": "third-party-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": "M912 320v560a32 32 0 01-32 32H144a32 32 0 01-32-32V320h800zM576 512a64 64 0 100 128 64 64 0 000-128zm-90.5 31.94L264 544a8 8 0 00-8 8v48a8 8 0 008 8h221.44a95.87 95.87 0 010-64.06zm181 0a95.87 95.87 0 010 64.12L760 608a8 8 0 008-8v-48a8 8 0 00-8-8zM880 112a32 32 0 0132 32v112H112V144a32 32 0 0132-32h736z"
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": "third-party",
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": "M880 112a32 32 0 0132 32v736a32 32 0 01-32 32H144a32 32 0 01-32-32V144a32 32 0 0132-32h736zm-32 64H176v672h672V176zM576 512a64 64 0 110 128 64 64 0 010-128zm-90.5 31.94a95.87 95.87 0 000 64.12L264 608a8 8 0 01-8-8v-48a8 8 0 018-8l221.44-.06zm181 0l93.5.06a8 8 0 018 8v48a8 8 0 01-8 8h-93.44a95.87 95.87 0 000-64.06zM848 256v64H176v-64h672z"
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,32 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var node = {
8
+ "name": "claim-finish",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "defaultColor": "#52C41A",
17
+ "attrs": {
18
+ "d": "M512 64c247.42 0 448 200.58 448 448S759.42 960 512 960 64 759.42 64 512 264.58 64 512 64zm0 28C280.04 92 92 280.04 92 512s188.04 420 420 420 420-188.04 420-420S743.96 92 512 92zm326.97 464.91C817.06 717.92 679.02 842 512 842c-105.99 0-200.31-49.97-260.69-127.63l14.74-3.95C323.98 782.14 412.63 828 512 828c157.9 0 288.76-115.82 312.25-267.14l14.72-3.95zM191.44 590.7l3.63 13.56c-1.3-4.48-2.51-9-3.63-13.56zM512 182c105.99 0 200.31 49.97 260.69 127.63l-14.74 3.95C700.02 241.87 611.37 196 512 196c-157.9 0-288.76 115.82-312.25 267.14l-14.72 3.95C206.94 306.08 344.98 182 512 182zm316.94 237.77a327.51 327.51 0 013.61 13.51l-3.61-13.51z"
19
+ },
20
+ "children": []
21
+ }, {
22
+ "tag": "path",
23
+ "defaultColor": "#52C41A",
24
+ "attrs": {
25
+ "d": "M192.73 604.84l3.16 11.8 63.41-16.99-3.16-11.8zm64.06-75.85l3.3 12.31 45.2-12.11.51 7.94-29 7.77 19.41 72.45-17.08 4.58 3.2 11.93 112.39-30.12-3.2-11.93-17.7 4.75-19.42-72.45-35.16 9.42c-.17-2.65-.22-5.33-.39-7.97l48.72-13.06-3.3-12.3-46.7 12.51c-.5-2.83-.9-5.82-1.32-8.93l-13.82 1.68c.53 3.5 1.1 7.1 1.57 10.88L256.8 529zm52.48 84.86l-1.98-7.4 51.48-13.8 1.98 7.4-51.48 13.8zm-4.74-17.7l-2.02-7.54 51.48-13.8 2.02 7.54-51.48 13.8zm-4.78-17.83l-1.95-7.29 51.48-13.8 1.95 7.3-51.48 13.79zm-4.75-17.7l-2.05-7.67 51.49-13.8 2.05 7.67-51.49 13.8zm129.26-82.69l-43.57 11.68 22.14 82.62 11.42-3.06-19-70.95 21.09-5.65 18.54 69.19 11.05-2.96-21.67-80.87zm-21.32 26.44l11 41.06c2.52 10.9 3.25 20.13 2.18 27.68-1.34 7.09-5.73 13.78-13.13 20.34l9.45 8.64c7.49-6.72 12.12-14.55 13.92-23.38 1.73-9.62.84-21.49-2.62-35.9l-11-41.07-9.8 2.63zm31.98 60.07l-5.64 9.58c8.86 5.44 15.95 10.8 21.4 16.07l6.43-11.14a150.2 150.2 0 00-22.19-14.51zm-3.79-80.95l3.3 12.3 59.65-15.98-3.3-12.3-23.36 6.26c-2.4-3.94-4.86-7.58-7.18-10.73l-12.45 5.76a77.66 77.66 0 016.7 8.43l-23.36 6.26zm7.27 34.66l3.36 12.56 64.42-17.26-3.36-12.56-13.56 3.63c.98-5.37 1.86-11.13 2.32-17.44l-13.48-1.1a195.6 195.6 0 01-1.65 21.98l-10.68 2.86c-4.18-7.1-8.35-13.1-12.47-17.93l-10.68 7.85a120.94 120.94 0 0110.35 13.5l-14.57 3.91zm63.5 5.46l-51.1 13.7 13.26 49.47 12.3-3.3-1.58-5.9 26.62-7.13 1.58 5.9 12.18-3.27-13.25-49.47zm-30.42 41.66l-5.08-18.96 26.62-7.13 5.09 18.96-26.62 7.13zm144.98-130.5l-47.6 12.76a155.73 155.73 0 00-7.24-10.98l-14.27 6.51a77.86 77.86 0 016.7 8.44l-46.34 12.41 8.11 30.26 13.19-3.53-4.71-17.58L606.67 451l4.71 17.58 13.19-3.53-8.11-30.27zm-83.93 47.93l3.37 12.56 71.57-19.18-3.36-12.56-71.58 19.18zm-12.86 28.34l3.4 12.69 32.52-8.72c1.82 8.8 1.2 16.5-1.97 23.28-3.3 6.26-11.23 12.83-23.76 19.82l10.7 9.79c12.8-7.47 21.27-15.53 25.6-23.96 4.3-9.09 5.16-19.95 2.5-32.43l17.95-4.8 7.37 27.5c2.76 10.29 8.66 14.23 17.7 11.8l21.97-5.89c4.15-1.1 6.95-3.2 8.35-6 1.62-3 1.08-11.06-1.48-24.1l-13.47-.56c2.04 8.6 2.91 13.89 2.85 15.65-.2 1.8-.84 2.92-2.1 3.26l-15.44 4.13c-3.01.81-5.02-.67-6.03-4.44l-6.66-24.86 33.78-9.05-3.4-12.68-110.38 29.57zM716.81 393.9l-6.17 10.13a91.78 91.78 0 0115.01 7.82l-17.7 4.75a433.18 433.18 0 01-5.26-18.11l-13.3 3.57c1.68 6.27 3.32 12.43 5.12 18.14l-51.73 13.86 11.2 41.81c5.08 20.45 5.33 37.47.6 50.98l12.32 6.26c5.86-16.78 6-36.87.37-60.4l17.7-4.74c3.18 12.88 4.93 20.9 4.95 23.98.04 2.68-1 4.3-2.98 4.97-3.51.94-7.73 1.8-12.85 2.77l7.22 10.85c3.86-.63 7.32-1.29 10.34-2.1 6.74-1.94 10.43-5.75 11.03-11.56.58-6.35-2.06-21.25-7.94-44.71l-30.77 8.24-4.68-17.45 39.18-10.5c5.04 14.8 10.2 27.01 15.65 36.32a132.1 132.1 0 008.49 13.07 84.79 84.79 0 01-23.98 31.05l10.5 9.03a88.38 88.38 0 0023.07-28.39 58.27 58.27 0 007.04 6.19c8.14 5.76 14.92 7.98 20.45 6.5 6.28-1.68 8.54-11.84 7.06-30.42l-13.52-3.25c1.6 12.5 1.7 18.93.45 19.26-1.89.5-5.39-1.51-10.35-5.97a48.3 48.3 0 01-5.43-5.68c4.67-13.23 7.31-28.47 7.94-45.73l-13.31-1.95c-.24 12.17-1.66 23.45-4.32 33.59-.98-1.62-1.92-3.12-2.76-4.78-4.1-7.25-8.64-18.14-13.54-32.44l36.92-9.9-3.34-12.42-14.94 4 4.2-7.45a110.12 110.12 0 00-17.94-9.19zm54.17 56l3.16 11.81 63.41-16.99-3.16-11.8z"
26
+ },
27
+ "children": []
28
+ }]
29
+ }
30
+ };
31
+ var _default = node;
32
+ 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,32 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var node = {
8
+ "name": "claims-assessment",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "defaultColor": "#FAAD14",
17
+ "attrs": {
18
+ "d": "M512 64c247.42 0 448 200.58 448 448S759.42 960 512 960 64 759.42 64 512 264.58 64 512 64zm0 28C280.04 92 92 280.04 92 512s188.04 420 420 420 420-188.04 420-420S743.96 92 512 92zm326.97 464.91C817.06 717.92 679.02 842 512 842c-105.99 0-200.31-49.97-260.69-127.63l14.74-3.95C323.98 782.14 412.63 828 512 828c157.9 0 288.76-115.82 312.25-267.14l14.72-3.95zM191.44 590.7l3.63 13.56c-1.3-4.48-2.51-9-3.63-13.56zM512 182c105.99 0 200.31 49.97 260.69 127.63l-14.74 3.95C700.02 241.87 611.37 196 512 196c-157.9 0-288.76 115.82-312.25 267.14l-14.72 3.95C206.94 306.08 344.98 182 512 182zm316.94 237.77a327.51 327.51 0 013.61 13.51l-3.61-13.51z"
19
+ },
20
+ "children": []
21
+ }, {
22
+ "tag": "path",
23
+ "defaultColor": "#FAAD14",
24
+ "attrs": {
25
+ "d": "M255.73 587.84l3.16 11.8 63.41-16.99-3.16-11.8zm81.1-92.12c-2.27 13.13-7.84 25.52-16.72 37.05l7.25 11.52c12.3-15.41 19.64-30.7 22.22-46.2l-12.75-2.37zm12.29 27.8c-2.58 15.5-8.77 30.07-18.6 43.6l7.23 11.4c3.36-4.54 6.56-9.17 9.48-13.85l13.25 49.47 12.69-3.4-17.13-63.91a98.51 98.51 0 005.67-21.03l-12.59-2.28zm34.87-39.63l3.3 12.3-26.5 7.1 3.2 11.94 26.5-7.1 3.2 11.93-31.02 8.3 3.23 12.06 75.59-20.25-3.23-12.06-31.9 8.55-3.2-11.93 26.76-7.17-3.2-11.93-26.75 7.17-3.3-12.3-12.68 3.39zm-14.62 67.98l3.26 12.18 47.22-12.65 6.8 25.37c1.07 4.01-.24 6.65-4 7.66a194.5 194.5 0 01-16.4 3.59l6.34 11.62 17.83-4.77c9.29-2.5 12.75-8.67 10.16-18.34l-7.67-28.63 13.18-3.53-3.26-12.18-13.19 3.53-2.12-7.9-13.06 3.49 2.12 7.91-47.21 12.65zm20.89 10.15l-8.46 9.13c8.38 5.16 15.34 10.02 20.75 14.63l8.25-9.88c-5.06-4.3-11.94-8.91-20.54-13.88zm93.46-43.48c3.97 3.78 8.63 8.59 14.18 14.23l4.38-13.28a317.1 317.1 0 00-22.56-15.9l-1.72-6.4 13.44-3.6-3.34-12.43-13.43 3.6-6.2-23.1-12.68 3.4 6.2 23.1-15.95 4.27 3.33 12.43 15.44-4.13c.14 15.57-2.26 30.21-7.27 43.67l9.16 12.08a164.23 164.23 0 005.28-31.03l14.9 55.63 12.69-3.4-15.85-59.14zm3.5-48.72l3.2 11.93 21.22-5.68c-3.69 13.37-7.39 22.16-11.04 26.1a8.76 8.76 0 01-2.09 1.77l5.47 9.84 24.06-7.65c-6.86 12.06-16.4 22.16-28.6 30.4l10.05 8.88c21.82-15.53 35.6-37.4 41.47-65.75l-12.06-2.82a125.51 125.51 0 01-4.53 15.75 938.68 938.68 0 01-18.72 6.5c3.18-6.24 6.34-15.03 9.42-26.62l34.41-9.22-3.2-11.93-27.12 7.27c-2.75-4.25-5.4-8.11-8.04-11.44L508.29 453a92.93 92.93 0 018.06 9l-29.13 7.81zM549.5 539c10.76 6 19.5 12 26.54 18.2l6.99-12.1a203.12 203.12 0 00-27.5-16.2c5.36-10.18 9.45-21.5 12.34-33.85l-12.44-2.72c-7.12 30.7-23.96 54.73-50.45 71.92l10.28 9.23A126.52 126.52 0 00549.5 539zm63.33-111.72l-43.57 11.68 22.14 82.63 11.42-3.07-19-70.94 21.09-5.66 18.54 69.2 11.05-2.97-21.67-80.87zm-21.31 26.44l11 41.06c2.52 10.9 3.24 20.13 2.17 27.69-1.34 7.08-5.73 13.78-13.13 20.34l9.45 8.63c7.49-6.71 12.12-14.55 13.92-23.38 1.73-9.61.84-21.49-2.62-35.9l-11-41.06-9.8 2.62zm31.97 60.07l-5.64 9.59c8.86 5.43 15.95 10.8 21.4 16.07l6.43-11.15a150.15 150.15 0 00-22.19-14.5zm-3.79-80.94l3.3 12.3 59.65-15.98-3.3-12.3-23.36 6.25c-2.4-3.93-4.86-7.58-7.18-10.73l-12.45 5.76a77.74 77.74 0 016.7 8.44l-23.36 6.26zm7.27 34.66l3.37 12.55 64.41-17.26-3.36-12.56-13.56 3.64c.98-5.38 1.86-11.13 2.32-17.45l-13.48-1.1c-.13 7.57-.73 14.87-1.65 21.98l-10.67 2.86c-4.2-7.09-8.36-13.1-12.48-17.92l-10.68 7.84a120.94 120.94 0 0110.35 13.51l-14.57 3.9zm63.5 5.45l-51.1 13.7 13.26 49.47 12.3-3.3-1.58-5.9 26.62-7.13 1.58 5.9 12.18-3.26-13.25-49.48zm-30.41 41.67l-5.08-18.96 26.62-7.14 5.08 18.96-26.62 7.14zm48.35-48.09l3.16 11.8 63.41-16.98-3.16-11.8z"
26
+ },
27
+ "children": []
28
+ }]
29
+ }
30
+ };
31
+ var _default = node;
32
+ 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,32 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var node = {
8
+ "name": "claims-fail",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "defaultColor": "#FF4D4F",
17
+ "attrs": {
18
+ "d": "M512 64c247.42 0 448 200.58 448 448S759.42 960 512 960 64 759.42 64 512 264.58 64 512 64zm0 28C280.04 92 92 280.04 92 512s188.04 420 420 420 420-188.04 420-420S743.96 92 512 92zm326.97 464.91C817.06 717.92 679.02 842 512 842c-105.99 0-200.31-49.97-260.69-127.63l14.74-3.95C323.98 782.14 412.63 828 512 828c157.9 0 288.76-115.82 312.25-267.14l14.72-3.95zM191.44 590.7l3.63 13.56c-1.3-4.48-2.51-9-3.63-13.56zM512 182c105.99 0 200.31 49.97 260.69 127.63l-14.74 3.95C700.02 241.87 611.37 196 512 196c-157.9 0-288.76 115.82-312.25 267.14l-14.72 3.95C206.94 306.08 344.98 182 512 182zm316.94 237.77a327.51 327.51 0 013.61 13.51l-3.61-13.51z"
19
+ },
20
+ "children": []
21
+ }, {
22
+ "tag": "path",
23
+ "defaultColor": "#FF4D4F",
24
+ "attrs": {
25
+ "d": "M123.73 612.84l3.16 11.8 63.41-16.99-3.16-11.8zm102.42-35.65c3.97 3.78 8.63 8.59 14.18 14.23l4.38-13.28a317.33 317.33 0 00-22.57-15.9l-1.71-6.4 13.43-3.6-3.33-12.43-13.43 3.6-6.2-23.1-12.68 3.4 6.2 23.1-15.95 4.27 3.33 12.43 15.44-4.14c.14 15.58-2.26 30.22-7.27 43.67l9.16 12.08a164.28 164.28 0 005.28-31.02l14.9 55.63 12.69-3.4-15.85-59.14zm3.5-48.72l3.2 11.93 21.22-5.69c-3.69 13.37-7.39 22.17-11.04 26.11a8.8 8.8 0 01-2.09 1.77l5.47 9.84 24.06-7.66c-6.86 12.07-16.4 22.16-28.6 30.41l10.05 8.88c21.82-15.53 35.6-37.4 41.47-65.75l-12.06-2.82a125.38 125.38 0 01-4.53 15.74 940.9 940.9 0 01-18.72 6.5c3.17-6.23 6.34-15.02 9.42-26.62l34.4-9.22-3.19-11.92-27.12 7.26c-2.75-4.24-5.4-8.1-8.04-11.43l-12.84 5.86a92.67 92.67 0 018.07 9l-29.13 7.81zm62.28 69.18c10.76 6 19.5 12 26.54 18.19l6.98-12.1a203.4 203.4 0 00-27.48-16.19c5.34-10.18 9.44-21.5 12.33-33.85l-12.44-2.73c-7.12 30.71-23.96 54.74-50.45 71.93l10.28 9.22a126.48 126.48 0 0034.24-34.47zm63.33-111.72l-43.57 11.68 22.14 82.62 11.42-3.06-19-70.95 21.09-5.65 18.54 69.19 11.05-2.96-21.67-80.87zm-21.32 26.44l11 41.06c2.52 10.9 3.25 20.13 2.18 27.68-1.34 7.09-5.73 13.78-13.13 20.34l9.45 8.64c7.49-6.72 12.12-14.55 13.92-23.38 1.73-9.62.84-21.49-2.62-35.9l-11-41.07-9.8 2.63zm31.98 60.07l-5.64 9.59c8.86 5.43 15.95 10.8 21.4 16.07l6.43-11.15a150.2 150.2 0 00-22.19-14.51zm-3.79-80.95l3.3 12.3 59.65-15.97-3.3-12.31-23.36 6.26c-2.4-3.94-4.86-7.58-7.18-10.73l-12.45 5.76a77.66 77.66 0 016.7 8.43l-23.36 6.26zm7.27 34.66l3.36 12.56 64.42-17.26-3.36-12.56-13.56 3.63c.98-5.37 1.86-11.13 2.32-17.44l-13.48-1.1a195.6 195.6 0 01-1.65 21.98l-10.68 2.86c-4.18-7.1-8.35-13.1-12.47-17.93l-10.68 7.85a120.94 120.94 0 0110.35 13.5l-14.57 3.91zm63.5 5.46l-51.1 13.7 13.26 49.47 12.3-3.3-1.58-5.9 26.62-7.13 1.58 5.9 12.18-3.27-13.25-49.47zm-30.42 41.66l-5.08-18.96 26.62-7.13 5.09 18.96-26.62 7.13zm34.74-107.95l3.43 12.8 53.24-14.26c-5.26 24.56-19.44 48-42.46 70.6l11.73 9.1c14.32-14.88 25.54-30.26 33.53-46.13l17.74 66.17 13.56-3.63-22.68-84.64a144.65 144.65 0 003.52-15.48l40.31-10.8-3.43-12.8-108.5 29.07zm86.06 13.81l-7 11.56c18.09 8.21 32.7 16.55 43.57 24.94l7.5-13.18c-12.47-8.37-27.2-16.13-44.07-23.32zm47.25-54.24l-6.67 10.8c11 4.86 19.88 9.88 26.46 14.85l6.74-11.5c-7.52-4.98-16.46-9.72-26.53-14.15zm101.89 93.96l28.75-7.7-.33-13.78a470.85 470.85 0 01-14.49 4.69c-6.53 1.75-12.77 3.55-19.05 5.24a1494.5 1494.5 0 01-25.56 6.58c-7.47 1.73-13.27 2.2-17.41 1.3-3.45-.83-7.02-2.56-10.78-5.06l-1.75-1-12.79-47.72-28.75 7.7 3.23 12.06 16.58-4.45 9.21 34.41c-4.28 4.1-8.09 12-11.67 23.72l12.05 6.33c3.25-12.99 6.04-19.66 8.55-20.33 1.39-.37 3.16.23 5.5 1.9a29.22 29.22 0 0015.5 5.13c5.6-.16 12.47-1.2 20.66-3.25 8.07-2.03 15.64-3.92 22.55-5.77zm-48.98-93.88l-4.9 8.32a226.64 226.64 0 0115.02 4.32l-27.88 7.47 18.27 68.18 12.3-3.3-5.48-20.47 16.32-4.37 5.45 20.34 12.06-3.23-5.45-20.34 16.82-4.5 1.42 5.27c.7 2.63-.3 4.38-3.07 5.12l-8.77 1.95 5.79 10.02 9.41-2.52c8.54-2.29 11.74-7.45 9.65-15.23l-14.9-55.63-25.37 6.8-.32-.19a136.02 136.02 0 0018.9-21.89l-2.46-9.16-69.44 18.6 2.9 10.8 23.73-6.36zm16.84 4.1a219.5 219.5 0 00-13.95-4.87l25.11-6.73c-3.37 4-7.06 7.81-11.16 11.6zm-14.46 41.97l16.33-4.38 2.12 7.91-16.33 4.38-2.12-7.91zm28.38-7.6l16.83-4.52 2.12 7.91-16.83 4.51-2.12-7.9zm14-15.06l-16.82 4.5-2.12-7.9 16.82-4.52 2.12 7.92zm-28.88 7.73L623 460.5l-2.12-7.91 16.32-4.38 2.12 7.91zm56.15-64.7l-6.63 10.92c11 4.86 19.75 9.92 26.33 14.89l6.99-12.1c-7.66-4.95-16.53-9.44-26.7-13.71zm105.28 93.05l26.62-7.13-.4-14.03a407.2 407.2 0 01-13.6 4.46c-6 1.74-11.87 3.44-17.64 4.99a1614.97 1614.97 0 01-26.7 6.88c-7.84 1.84-13.92 2.26-18.29 1.54a37.83 37.83 0 01-11.15-4.95c-.64-.37-1.24-.61-1.88-.98l-12.78-47.72-29.26 7.84 3.3 12.3 16.82-4.5 9.22 34.4c-4.28 4.12-8.3 12.2-11.83 24.17l12.06 6.33c3.31-13.27 6.16-20.23 8.67-20.9 1.5-.4 3.53.13 5.86 1.8a28.85 28.85 0 0016.01 5c5.74-.2 12.97-1.33 21.55-3.5 8.44-2.12 16.26-4.08 23.42-6zm-8.22-16.1c9.04-2.43 12.35-8.16 9.96-17.07l-13.86-51.74 17.45-4.67-3.43-12.81-17.45 4.67-5.05-18.83-13.06 3.5 5.05 18.83-46.96 12.59 3.43 12.8 46.96-12.58 12.99 48.47c.87 3.27-.41 5.5-3.68 6.37a185.62 185.62 0 01-16.18 3.4l6.25 11.78 17.58-4.71zm-45.1-48.75l-8.48 9a234.73 234.73 0 0123.86 20.26l8.6-10.11c-5.96-5.67-14.02-12.13-23.97-19.15zm80.12 4.64l3.16 11.8 63.41-16.99-3.16-11.8z"
26
+ },
27
+ "children": []
28
+ }]
29
+ }
30
+ };
31
+ var _default = node;
32
+ 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,32 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var node = {
8
+ "name": "process-fail",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "defaultColor": "#FF4D4F",
17
+ "attrs": {
18
+ "d": "M512 64c247.42 0 448 200.58 448 448S759.42 960 512 960 64 759.42 64 512 264.58 64 512 64zm0 28C280.04 92 92 280.04 92 512s188.04 420 420 420 420-188.04 420-420S743.96 92 512 92zm326.97 464.91C817.06 717.92 679.02 842 512 842c-105.99 0-200.31-49.97-260.69-127.63l14.74-3.95C323.98 782.14 412.63 828 512 828c157.9 0 288.76-115.82 312.25-267.14l14.72-3.95zM191.44 590.7l3.63 13.56c-1.3-4.48-2.51-9-3.63-13.56zM512 182c105.99 0 200.31 49.97 260.69 127.63l-14.74 3.95C700.02 241.87 611.37 196 512 196c-157.9 0-288.76 115.82-312.25 267.14l-14.72 3.95C206.94 306.08 344.98 182 512 182zm316.94 237.77a327.51 327.51 0 013.61 13.51l-3.61-13.51z"
19
+ },
20
+ "children": []
21
+ }, {
22
+ "tag": "path",
23
+ "defaultColor": "#FF4D4F",
24
+ "attrs": {
25
+ "d": "M123.73 612.84l3.16 11.8 63.41-16.99-3.16-11.8zm103.49-22.62l24.1-6.46 2.84 10.55-24.11 6.46-2.83-10.55zm30.13 16.02l6.63 24.74 13.06-3.5-6.63-24.74 24.49-6.56 1.65 6.15 12.8-3.43L292.5 536l-37.3 9.98-2.76-10.3-13.06 3.5 2.76 10.3-36.91 9.9 16.95 63.28 12.81-3.43-1.75-6.53 24.11-6.46zm9.86-15.43l-2.82-10.55 24.48-6.56 2.83 10.55-24.49 6.56zm18.6-28.53l-24.48 6.56-2.9-10.8 24.49-6.56 2.9 10.8zm-40.44-.74l2.9 10.8-24.11 6.46-2.9-10.8 24.11-6.46zm49.44-55.1l-47.72 12.78a146.4 146.4 0 00-5.54-8.61l-13.33 6a97.53 97.53 0 015.18 6.28l-46.58 12.48 6.7 24.99 12.8-3.43-3.5-13.06 82.37-22.07 3.33 12.43 12.81-3.44-6.52-24.36zm56.9 37.1c3.98 3.78 8.64 8.59 14.19 14.23l4.38-13.28a317.1 317.1 0 00-22.56-15.9l-1.72-6.4 13.44-3.6-3.34-12.43-13.43 3.6-6.2-23.1-12.68 3.4 6.2 23.1-15.95 4.27 3.33 12.43 15.44-4.13c.14 15.57-2.26 30.21-7.27 43.67l9.16 12.08a164.23 164.23 0 005.28-31.03l14.9 55.63 12.69-3.4-15.85-59.14zm3.5-48.72l3.2 11.93 21.23-5.68c-3.69 13.37-7.39 22.16-11.04 26.1a8.76 8.76 0 01-2.09 1.77l5.47 9.84 24.06-7.65c-6.86 12.06-16.4 22.16-28.6 30.4l10.05 8.88c21.82-15.53 35.6-37.4 41.47-65.75l-12.06-2.82a125.51 125.51 0 01-4.53 15.75 938.68 938.68 0 01-18.72 6.5c3.18-6.24 6.34-15.03 9.42-26.62l34.41-9.22-3.2-11.93-27.12 7.27c-2.75-4.25-5.4-8.11-8.04-11.44L376.29 478a92.93 92.93 0 018.06 9l-29.13 7.81zM417.5 564c10.76 6 19.5 12 26.54 18.2l6.98-12.1a203.12 203.12 0 00-27.48-16.2c5.35-10.18 9.44-21.5 12.33-33.85l-12.44-2.72c-7.12 30.7-23.96 54.73-50.45 71.92l10.28 9.23A126.52 126.52 0 00417.5 564zm19.72-98.68l3.43 12.8 53.24-14.26c-5.26 24.56-19.44 48-42.46 70.6l11.73 9.1c14.32-14.88 25.54-30.26 33.53-46.13l17.74 66.17 13.56-3.63-22.68-84.64a144.65 144.65 0 003.52-15.48l40.31-10.8-3.43-12.8-108.5 29.07zm86.06 13.81l-7 11.56c18.09 8.21 32.7 16.55 43.57 24.94l7.5-13.18c-12.47-8.37-27.2-16.13-44.07-23.32zm47.25-54.24l-6.67 10.8c11 4.86 19.88 9.88 26.46 14.85l6.74-11.5c-7.52-4.98-16.46-9.72-26.53-14.15zm101.89 93.96l28.75-7.7-.33-13.78a470.85 470.85 0 01-14.49 4.69c-6.53 1.75-12.77 3.55-19.05 5.24a1494.5 1494.5 0 01-25.56 6.58c-7.47 1.73-13.27 2.2-17.41 1.3-3.45-.83-7.02-2.56-10.78-5.06l-1.75-1-12.79-47.72-28.75 7.7 3.23 12.06 16.58-4.45 9.21 34.41c-4.28 4.1-8.09 12-11.67 23.72l12.05 6.33c3.25-12.99 6.04-19.66 8.55-20.33 1.39-.37 3.16.23 5.5 1.9a29.22 29.22 0 0015.5 5.13c5.6-.16 12.47-1.2 20.66-3.25 8.07-2.03 15.64-3.92 22.55-5.77zm-48.98-93.88l-4.9 8.32a226.64 226.64 0 0115.02 4.32l-27.88 7.47 18.27 68.18 12.3-3.3-5.48-20.47 16.32-4.37 5.45 20.34 12.06-3.23-5.45-20.34 16.82-4.5 1.42 5.27c.7 2.63-.3 4.38-3.07 5.12l-8.77 1.95 5.79 10.02 9.41-2.52c8.54-2.29 11.74-7.45 9.65-15.23l-14.9-55.63-25.37 6.8-.32-.19a136.02 136.02 0 0018.9-21.89l-2.46-9.16-69.44 18.6 2.9 10.8 23.73-6.36zm16.84 4.1a219.5 219.5 0 00-13.95-4.87l25.11-6.73c-3.37 4-7.06 7.81-11.16 11.6zm-14.46 41.97l16.33-4.38 2.12 7.91-16.33 4.38-2.12-7.91zm28.38-7.6l16.83-4.52 2.12 7.91-16.83 4.51-2.12-7.9zm14-15.06l-16.82 4.5-2.12-7.9 16.82-4.52 2.12 7.92zm-28.88 7.73L623 460.5l-2.12-7.91 16.32-4.38 2.12 7.91zm56.15-64.7l-6.63 10.92c11 4.86 19.75 9.92 26.33 14.89l6.99-12.1c-7.66-4.95-16.53-9.44-26.7-13.71zm105.28 93.05l26.62-7.13-.4-14.03a407.2 407.2 0 01-13.6 4.46c-6 1.74-11.87 3.44-17.64 4.99a1614.97 1614.97 0 01-26.7 6.88c-7.84 1.84-13.92 2.26-18.29 1.54a37.83 37.83 0 01-11.15-4.95c-.64-.37-1.24-.61-1.88-.98l-12.78-47.72-29.26 7.84 3.3 12.3 16.82-4.5 9.22 34.4c-4.28 4.12-8.3 12.2-11.83 24.17l12.06 6.33c3.31-13.27 6.16-20.23 8.67-20.9 1.5-.4 3.53.13 5.86 1.8a28.85 28.85 0 0016.01 5c5.74-.2 12.97-1.33 21.55-3.5 8.44-2.12 16.26-4.08 23.42-6zm-8.22-16.1c9.04-2.43 12.35-8.16 9.96-17.07l-13.86-51.74 17.45-4.67-3.43-12.81-17.45 4.67-5.05-18.83-13.06 3.5 5.05 18.83-46.96 12.59 3.43 12.8 46.96-12.58 12.99 48.47c.87 3.27-.41 5.5-3.68 6.37a185.62 185.62 0 01-16.18 3.4l6.25 11.78 17.58-4.71zm-45.1-48.75l-8.48 9a234.73 234.73 0 0123.86 20.26l8.6-10.11c-5.96-5.67-14.02-12.13-23.97-19.15zm80.12 4.64l3.16 11.8 63.41-16.99-3.16-11.8z"
26
+ },
27
+ "children": []
28
+ }]
29
+ }
30
+ };
31
+ var _default = node;
32
+ 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,32 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var node = {
8
+ "name": "process-pass",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "defaultColor": "#52C41A",
17
+ "attrs": {
18
+ "d": "M512 64c247.42 0 448 200.58 448 448S759.42 960 512 960 64 759.42 64 512 264.58 64 512 64zm0 28C280.04 92 92 280.04 92 512s188.04 420 420 420 420-188.04 420-420S743.96 92 512 92zm326.97 464.91C817.06 717.92 679.02 842 512 842c-105.99 0-200.31-49.97-260.69-127.63l14.74-3.95C323.98 782.14 412.63 828 512 828c157.9 0 288.76-115.82 312.25-267.14l14.72-3.95zM191.44 590.7l3.63 13.56c-1.3-4.48-2.51-9-3.63-13.56zM512 182c105.99 0 200.31 49.97 260.69 127.63l-14.74 3.95C700.02 241.87 611.37 196 512 196c-157.9 0-288.76 115.82-312.25 267.14l-14.72 3.95C206.94 306.08 344.98 182 512 182zm316.94 237.77a327.51 327.51 0 013.61 13.51l-3.61-13.51z"
19
+ },
20
+ "children": []
21
+ }, {
22
+ "tag": "path",
23
+ "defaultColor": "#52C41A",
24
+ "attrs": {
25
+ "d": "M192.73 604.84l3.16 11.8 63.41-16.99-3.16-11.8zm103.49-22.62l24.1-6.46 2.84 10.55-24.11 6.46-2.83-10.55zm30.13 16.02l6.63 24.74 13.06-3.5-6.63-24.74 24.49-6.56 1.65 6.15 12.8-3.43L361.5 528l-37.3 9.98-2.76-10.3-13.06 3.5 2.76 10.3-36.91 9.9 16.95 63.28 12.81-3.43-1.75-6.53 24.11-6.46zm9.86-15.43l-2.82-10.55 24.48-6.56 2.83 10.55-24.49 6.56zm18.6-28.53l-24.48 6.56-2.9-10.8 24.49-6.56 2.9 10.8zm-40.44-.74l2.9 10.8-24.11 6.46-2.9-10.8 24.11-6.46zm49.44-55.1l-47.72 12.78a146.4 146.4 0 00-5.54-8.61l-13.33 6a97.53 97.53 0 015.18 6.28l-46.58 12.48 6.7 24.99 12.8-3.43-3.5-13.06 82.38-22.07 3.33 12.43 12.8-3.44-6.52-24.36zm56.9 37.1c3.98 3.78 8.64 8.59 14.19 14.23l4.38-13.28a317.1 317.1 0 00-22.56-15.9l-1.72-6.4 13.44-3.6-3.34-12.43-13.43 3.6-6.2-23.1-12.68 3.4 6.2 23.1-15.95 4.27 3.33 12.43 15.44-4.13c.14 15.57-2.26 30.21-7.27 43.67l9.16 12.08a164.23 164.23 0 005.28-31.03l14.9 55.63 12.69-3.4-15.85-59.14zm3.5-48.72l3.2 11.93 21.23-5.68c-3.69 13.37-7.39 22.16-11.04 26.1a8.76 8.76 0 01-2.09 1.77l5.47 9.84 24.06-7.65c-6.86 12.06-16.4 22.16-28.6 30.4l10.05 8.88c21.82-15.53 35.6-37.4 41.47-65.75l-12.06-2.82a125.51 125.51 0 01-4.53 15.75 938.68 938.68 0 01-18.72 6.5c3.18-6.24 6.34-15.03 9.42-26.62l34.41-9.22-3.2-11.93-27.12 7.27c-2.75-4.25-5.4-8.11-8.04-11.44L445.29 470a92.93 92.93 0 018.06 9l-29.13 7.81zM486.5 556c10.76 6 19.5 12 26.54 18.2l6.99-12.1a203.12 203.12 0 00-27.5-16.2c5.36-10.18 9.45-21.5 12.34-33.85l-12.44-2.72c-7.12 30.7-23.96 54.73-50.45 71.92l10.28 9.23A126.52 126.52 0 00486.5 556zm27.45-105.47l-6.66 10.8c11 4.86 19.88 9.89 26.46 14.85l6.74-11.5c-7.52-4.98-16.47-9.71-26.54-14.15zm101.9 93.96l28.75-7.7-.33-13.78a470.85 470.85 0 01-14.49 4.7c-6.53 1.74-12.77 3.55-19.05 5.23-9.8 2.63-18.24 4.76-25.56 6.58-7.47 1.74-13.27 2.21-17.41 1.3-3.46-.82-7.02-2.56-10.78-5.05l-1.75-1.01-12.79-47.72-28.75 7.7 3.23 12.06 16.57-4.44 9.22 34.4c-4.28 4.12-8.09 12-11.68 23.73l12.06 6.32c3.25-12.98 6.04-19.65 8.55-20.32 1.39-.37 3.16.23 5.5 1.9a29.22 29.22 0 0015.5 5.12c5.6-.15 12.47-1.18 20.66-3.25 8.07-2.02 15.64-3.92 22.55-5.77zm-48.98-93.87l-4.9 8.31a227.86 227.86 0 0115.01 4.32l-27.87 7.47 18.27 68.19 12.3-3.3-5.48-20.47 16.32-4.37 5.45 20.34 12.06-3.23-5.45-20.34 16.82-4.51 1.42 5.27c.7 2.64-.3 4.4-3.07 5.13l-8.76 1.95 5.78 10.02 9.42-2.52c8.53-2.29 11.73-7.45 9.64-15.24l-14.9-55.63-25.37 6.8-.32-.18a136 136 0 0018.9-21.89l-2.46-9.17-69.44 18.61 2.9 10.8 23.73-6.36zm16.84 4.1a219.1 219.1 0 00-13.95-4.87l25.11-6.73c-3.37 4-7.06 7.8-11.15 11.6zm-14.46 41.96l16.33-4.37 2.12 7.9-16.33 4.38-2.12-7.9zm28.38-7.6l16.83-4.51 2.12 7.91-16.83 4.51-2.12-7.91zm14-15.06l-16.82 4.51-2.12-7.91 16.82-4.51 2.12 7.91zm-28.88 7.74l-16.32 4.37-2.12-7.9 16.32-4.38 2.12 7.91zm56.15-64.7l-6.63 10.92c11 4.86 19.75 9.92 26.33 14.88l6.98-12.1c-7.65-4.94-16.52-9.43-26.68-13.7zm105.28 93.05l26.62-7.14-.4-14.02c-3.07 1.09-7.65 2.59-13.6 4.45-6 1.74-11.87 3.45-17.64 5a1627.82 1627.82 0 01-26.7 6.88c-7.85 1.83-13.92 2.25-18.29 1.54a37.86 37.86 0 01-11.15-4.96c-.64-.36-1.24-.6-1.88-.97l-12.78-47.72L639.1 461l3.3 12.3 16.82-4.5 9.22 34.4c-4.28 4.11-8.3 12.19-11.83 24.17l12.06 6.32c3.31-13.27 6.16-20.22 8.67-20.9 1.5-.4 3.53.14 5.86 1.8a28.86 28.86 0 0016.01 5c5.74-.2 12.97-1.33 21.54-3.49 8.45-2.13 16.27-4.09 23.43-6zm-8.22-16.1c9.04-2.43 12.35-8.16 9.96-17.08l-13.86-51.73 17.45-4.68-3.43-12.8-17.45 4.67-5.05-18.83-13.06 3.5 5.05 18.83-46.97 12.58 3.44 12.81L719 428.7l12.99 48.47c.87 3.26-.42 5.5-3.68 6.37a186.08 186.08 0 01-16.18 3.4l6.25 11.77 17.58-4.7zm-45.1-48.76l-8.48 9a234.7 234.7 0 0123.86 20.26l8.6-10.1c-5.96-5.68-14.02-12.13-23.97-19.16zm80.12 4.65l3.16 11.8 63.41-16.99-3.16-11.8z"
26
+ },
27
+ "children": []
28
+ }]
29
+ }
30
+ };
31
+ var _default = node;
32
+ 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,32 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var node = {
8
+ "name": "processing",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "defaultColor": "#FAAD14",
17
+ "attrs": {
18
+ "d": "M512 64c247.42 0 448 200.58 448 448S759.42 960 512 960 64 759.42 64 512 264.58 64 512 64zm0 28C280.04 92 92 280.04 92 512s188.04 420 420 420 420-188.04 420-420S743.96 92 512 92zm326.97 464.91C817.06 717.92 679.02 842 512 842c-105.99 0-200.31-49.97-260.69-127.63l14.74-3.95C323.98 782.14 412.63 828 512 828c157.9 0 288.76-115.82 312.25-267.14l14.72-3.95zM191.44 590.7l3.63 13.56c-1.3-4.48-2.51-9-3.63-13.56zM512 182c105.99 0 200.31 49.97 260.69 127.63l-14.74 3.95C700.02 241.87 611.37 196 512 196c-157.9 0-288.76 115.82-312.25 267.14l-14.72 3.95C206.94 306.08 344.98 182 512 182zm316.94 237.77a327.51 327.51 0 013.61 13.51l-3.61-13.51z"
19
+ },
20
+ "children": []
21
+ }, {
22
+ "tag": "path",
23
+ "defaultColor": "#FAAD14",
24
+ "attrs": {
25
+ "d": "M255.73 587.84l3.16 11.8 63.41-16.99-3.16-11.8zm103.49-22.62l24.1-6.46 2.84 10.55-24.11 6.46-2.83-10.55zm30.13 16.02l6.63 24.74 13.06-3.5-6.63-24.74 24.49-6.56 1.65 6.15 12.8-3.43L424.5 511l-37.3 9.98-2.76-10.3-13.06 3.5 2.76 10.3-36.91 9.9 16.95 63.28 12.81-3.43-1.75-6.53 24.11-6.46zm9.86-15.43l-2.82-10.55 24.48-6.56 2.83 10.55-24.49 6.56zm18.6-28.53l-24.48 6.56-2.9-10.8 24.49-6.56 2.9 10.8zm-40.44-.74l2.9 10.8-24.11 6.46-2.9-10.8 24.11-6.46zm49.44-55.1l-47.72 12.78a146.4 146.4 0 00-5.54-8.61l-13.33 6a97.53 97.53 0 015.18 6.28l-46.58 12.48 6.7 24.99 12.8-3.43-3.5-13.06 82.38-22.07 3.33 12.43 12.8-3.43-6.52-24.36zm56.9 37.1c3.98 3.78 8.64 8.59 14.19 14.23l4.38-13.28a317.1 317.1 0 00-22.56-15.9l-1.72-6.4 13.44-3.6-3.34-12.43-13.43 3.6-6.2-23.1-12.68 3.4 6.2 23.1-15.95 4.27 3.33 12.43 15.44-4.13c.14 15.57-2.26 30.21-7.27 43.67l9.16 12.08a164.23 164.23 0 005.28-31.03l14.9 55.63 12.69-3.4-15.85-59.14zm3.5-48.72l3.2 11.93 21.23-5.68c-3.69 13.37-7.39 22.16-11.04 26.1a8.76 8.76 0 01-2.09 1.77l5.47 9.84 24.06-7.65c-6.86 12.06-16.4 22.16-28.6 30.4l10.05 8.88c21.82-15.53 35.6-37.4 41.47-65.75l-12.06-2.82a125.51 125.51 0 01-4.53 15.75 938.68 938.68 0 01-18.72 6.5c3.18-6.24 6.34-15.03 9.42-26.62l34.41-9.22-3.2-11.93-27.12 7.27c-2.75-4.25-5.4-8.11-8.04-11.44L508.29 453a92.93 92.93 0 018.06 9l-29.13 7.81zM549.5 539c10.76 6 19.5 12 26.54 18.2l6.99-12.1a203.12 203.12 0 00-27.5-16.2c5.36-10.18 9.45-21.5 12.34-33.85l-12.44-2.72c-7.12 30.7-23.96 54.73-50.45 71.92l10.28 9.23A126.52 126.52 0 00549.5 539zm65.57-117.43l5.75 21.47-44.45 11.91 16.42 61.28 13.18-3.53-1.85-6.9 31.27-8.38 11.24 41.94 13.56-3.64-11.24-41.94 31.4-8.41 1.84 6.9 13.19-3.53-16.42-61.28-44.58 11.95-5.75-21.47-13.56 3.63zm-14.38 71.42l-7.7-28.76 31.26-8.38 7.7 28.76-31.26 8.38zm44.83-12.02l-7.7-28.75 31.39-8.41 7.7 28.75-31.4 8.41zm62.89-14.43l3.16 11.8 63.41-16.98-3.16-11.8z"
26
+ },
27
+ "children": []
28
+ }]
29
+ }
30
+ };
31
+ var _default = node;
32
+ exports.default = _default;