@firesoon/icons-react 2.1.20 → 2.1.22
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.
- package/es/Icon.js +6 -15
- package/es/components/currency/SbtRetract.d.ts +4 -0
- package/es/components/currency/SbtRetract.js +12 -0
- package/es/components/currency/SbtRetractFill.d.ts +4 -0
- package/es/components/currency/SbtRetractFill.js +12 -0
- package/es/components/currency/index.d.ts +2 -0
- package/es/components/currency/index.js +2 -0
- package/es/components/suggestion/ClaimFinish.d.ts +4 -0
- package/es/components/suggestion/ClaimFinish.js +12 -0
- package/es/components/suggestion/ClaimsAssessment.d.ts +4 -0
- package/es/components/suggestion/ClaimsAssessment.js +12 -0
- package/es/components/suggestion/ClaimsFail.d.ts +4 -0
- package/es/components/suggestion/ClaimsFail.js +12 -0
- package/es/components/suggestion/ProcessFail.d.ts +4 -0
- package/es/components/suggestion/ProcessFail.js +12 -0
- package/es/components/suggestion/ProcessPass.d.ts +4 -0
- package/es/components/suggestion/ProcessPass.js +12 -0
- package/es/components/suggestion/Processing.d.ts +4 -0
- package/es/components/suggestion/Processing.js +12 -0
- package/es/components/suggestion/SbtDirect.d.ts +4 -0
- package/es/components/suggestion/SbtDirect.js +12 -0
- package/es/components/suggestion/SbtQuick.d.ts +4 -0
- package/es/components/suggestion/SbtQuick.js +12 -0
- package/es/components/suggestion/index.d.ts +8 -0
- package/es/components/suggestion/index.js +8 -0
- package/es/dome/index.js +0 -3
- package/es/icons/currency/sbt-retract-fill.d.ts +18 -0
- package/es/icons/currency/sbt-retract-fill.js +18 -0
- package/es/icons/currency/sbt-retract.d.ts +18 -0
- package/es/icons/currency/sbt-retract.js +25 -0
- package/es/icons/suggestion/claim-finish.d.ts +18 -0
- package/es/icons/suggestion/claim-finish.js +25 -0
- package/es/icons/suggestion/claims-assessment.d.ts +18 -0
- package/es/icons/suggestion/claims-assessment.js +25 -0
- package/es/icons/suggestion/claims-fail.d.ts +18 -0
- package/es/icons/suggestion/claims-fail.js +25 -0
- package/es/icons/suggestion/process-fail.d.ts +18 -0
- package/es/icons/suggestion/process-fail.js +25 -0
- package/es/icons/suggestion/process-pass.d.ts +18 -0
- package/es/icons/suggestion/process-pass.js +25 -0
- package/es/icons/suggestion/processing.d.ts +18 -0
- package/es/icons/suggestion/processing.js +25 -0
- package/es/icons/suggestion/sbt-direct.d.ts +18 -0
- package/es/icons/suggestion/sbt-direct.js +18 -0
- package/es/icons/suggestion/sbt-quick.d.ts +18 -0
- package/es/icons/suggestion/sbt-quick.js +18 -0
- package/es/index.d.ts +50 -40
- package/es/index.js +51 -41
- package/es/utils.js +4 -5
- package/lib/Icon.js +6 -23
- package/lib/components/currency/SbtRetract.d.ts +4 -0
- package/lib/components/currency/SbtRetract.js +20 -0
- package/lib/components/currency/SbtRetractFill.d.ts +4 -0
- package/lib/components/currency/SbtRetractFill.js +20 -0
- package/lib/components/currency/index.d.ts +2 -0
- package/lib/components/currency/index.js +14 -0
- package/lib/components/suggestion/ClaimFinish.d.ts +4 -0
- package/lib/components/suggestion/ClaimFinish.js +20 -0
- package/lib/components/suggestion/ClaimsAssessment.d.ts +4 -0
- package/lib/components/suggestion/ClaimsAssessment.js +20 -0
- package/lib/components/suggestion/ClaimsFail.d.ts +4 -0
- package/lib/components/suggestion/ClaimsFail.js +20 -0
- package/lib/components/suggestion/ProcessFail.d.ts +4 -0
- package/lib/components/suggestion/ProcessFail.js +20 -0
- package/lib/components/suggestion/ProcessPass.d.ts +4 -0
- package/lib/components/suggestion/ProcessPass.js +20 -0
- package/lib/components/suggestion/Processing.d.ts +4 -0
- package/lib/components/suggestion/Processing.js +20 -0
- package/lib/components/suggestion/SbtDirect.d.ts +4 -0
- package/lib/components/suggestion/SbtDirect.js +20 -0
- package/lib/components/suggestion/SbtQuick.d.ts +4 -0
- package/lib/components/suggestion/SbtQuick.js +20 -0
- package/lib/components/suggestion/index.d.ts +8 -0
- package/lib/components/suggestion/index.js +56 -0
- package/lib/dome/index.js +0 -16
- package/lib/icons/currency/sbt-retract-fill.d.ts +18 -0
- package/lib/icons/currency/sbt-retract-fill.js +25 -0
- package/lib/icons/currency/sbt-retract.d.ts +18 -0
- package/lib/icons/currency/sbt-retract.js +32 -0
- package/lib/icons/suggestion/claim-finish.d.ts +18 -0
- package/lib/icons/suggestion/claim-finish.js +32 -0
- package/lib/icons/suggestion/claims-assessment.d.ts +18 -0
- package/lib/icons/suggestion/claims-assessment.js +32 -0
- package/lib/icons/suggestion/claims-fail.d.ts +18 -0
- package/lib/icons/suggestion/claims-fail.js +32 -0
- package/lib/icons/suggestion/process-fail.d.ts +18 -0
- package/lib/icons/suggestion/process-fail.js +32 -0
- package/lib/icons/suggestion/process-pass.d.ts +18 -0
- package/lib/icons/suggestion/process-pass.js +32 -0
- package/lib/icons/suggestion/processing.d.ts +18 -0
- package/lib/icons/suggestion/processing.js +32 -0
- package/lib/icons/suggestion/sbt-direct.d.ts +18 -0
- package/lib/icons/suggestion/sbt-direct.js +25 -0
- package/lib/icons/suggestion/sbt-quick.d.ts +18 -0
- package/lib/icons/suggestion/sbt-quick.js +25 -0
- package/lib/index.d.ts +50 -40
- package/lib/index.js +110 -40
- package/lib/utils.js +4 -8
- package/package.json +1 -1
|
@@ -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;
|
|
@@ -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": "sbt-direct",
|
|
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 64c247.42 0 448 200.58 448 448S759.42 960 512 960 64 759.42 64 512 264.58 64 512 64zm0 64c-212.08 0-384 171.92-384 384s171.92 384 384 384 384-171.92 384-384-171.92-384-384-384zm-23.52 123.44l59.36 8.4c-1.68 13.44-3.36 26.32-4.48 38.64h208.32v54.88H534.4c-2.24 11.2-5.04 22.4-7.28 33.6h156.8v323.12h78.96v53.2h-501.2v-53.2h76.16V386.96H467.2l6.72-33.6h-201.6v-54.88h210.56c2.24-16.24 3.92-31.92 5.6-47.04zm137.2 425.6h-229.6v33.04h229.6v-33.04zm0-79.52h-229.6v33.6h229.6v-33.6zm0-78.4h-229.6v32.48h229.6v-32.48zm0-80.64h-229.6v34.16h229.6v-34.16z"
|
|
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": "sbt-quick",
|
|
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 64c247.42 0 448 200.58 448 448S759.42 960 512 960 64 759.42 64 512 264.58 64 512 64zm0 64c-212.08 0-384 171.92-384 384s171.92 384 384 384 384-171.92 384-384-171.92-384-384-384zM383.2 255.36v107.52L422.96 350c14.56 35.84 28 77.28 39.2 123.76l-46.48 11.76c-8.4-39.2-19.04-77.28-32.48-113.68v398.72h-57.68v-515.2h57.68zm221.76-.56v78.96h118.72V501.2h36.4v57.12h-137.2c33.04 67.2 84 122.64 152.32 165.2L735.44 770c-68.32-49.84-119.84-110.88-154.56-183.68-26.88 81.76-75.04 142.8-145.6 183.12l-35.84-48.16c66.08-34.16 109.76-88.48 131.6-162.96h-98.56V501.2H542.8a475.53 475.53 0 005.04-70.56v-42.56h-92.96v-54.32h92.96V254.8h57.12zM267.28 364.56l44.8 3.36c-1.12 56-7.28 109.2-17.36 159.6l-47.04-13.44c11.2-47.04 17.92-96.88 19.6-149.52zm400.4 23.52h-62.72v29.68c0 29.12-2.24 57.12-5.6 83.44h68.32V388.08z"
|
|
19
|
+
},
|
|
20
|
+
"children": []
|
|
21
|
+
}]
|
|
22
|
+
}
|
|
23
|
+
};
|
|
24
|
+
var _default = node;
|
|
25
|
+
exports.default = _default;
|
package/lib/index.d.ts
CHANGED
|
@@ -189,6 +189,8 @@ export { default as Recover } from './components/currency/Recover';
|
|
|
189
189
|
export { default as RectifyMassage } from './components/currency/RectifyMassage';
|
|
190
190
|
export { default as RectifyMassageFill } from './components/currency/RectifyMassageFill';
|
|
191
191
|
export { default as Refresh } from './components/currency/Refresh';
|
|
192
|
+
export { default as SbtRetract } from './components/currency/SbtRetract';
|
|
193
|
+
export { default as SbtRetractFill } from './components/currency/SbtRetractFill';
|
|
192
194
|
export { default as Screening } from './components/currency/Screening';
|
|
193
195
|
export { default as Search } from './components/currency/Search';
|
|
194
196
|
export { default as Selecte } from './components/currency/Selecte';
|
|
@@ -235,46 +237,6 @@ export { default as ServerError } from './components/old-twocolor/ServerError';
|
|
|
235
237
|
export { default as SuccessCircle } from './components/old-twocolor/SuccessCircle';
|
|
236
238
|
export { default as Tishi } from './components/old-twocolor/Tishi';
|
|
237
239
|
export { default as WaitCircle } from './components/old-twocolor/WaitCircle';
|
|
238
|
-
export { default as ApplyFail } from './components/suggestion/ApplyFail';
|
|
239
|
-
export { default as ApplySuccess } from './components/suggestion/ApplySuccess';
|
|
240
|
-
export { default as AttestationFail } from './components/suggestion/AttestationFail';
|
|
241
|
-
export { default as Attestationing } from './components/suggestion/Attestationing';
|
|
242
|
-
export { default as Await } from './components/suggestion/Await';
|
|
243
|
-
export { default as CostReturn } from './components/suggestion/CostReturn';
|
|
244
|
-
export { default as CostViolate } from './components/suggestion/CostViolate';
|
|
245
|
-
export { default as CostWarning } from './components/suggestion/CostWarning';
|
|
246
|
-
export { default as DailyOperation } from './components/suggestion/DailyOperation';
|
|
247
|
-
export { default as DrgsColor } from './components/suggestion/DrgsColor';
|
|
248
|
-
export { default as Examine } from './components/suggestion/Examine';
|
|
249
|
-
export { default as Fail } from './components/suggestion/Fail';
|
|
250
|
-
export { default as FailFill } from './components/suggestion/FailFill';
|
|
251
|
-
export { default as Finish } from './components/suggestion/Finish';
|
|
252
|
-
export { default as HospitalTransfer } from './components/suggestion/HospitalTransfer';
|
|
253
|
-
export { default as Inform } from './components/suggestion/Inform';
|
|
254
|
-
export { default as Information } from './components/suggestion/Information';
|
|
255
|
-
export { default as KeyGroup } from './components/suggestion/KeyGroup';
|
|
256
|
-
export { default as Keyoffice } from './components/suggestion/Keyoffice';
|
|
257
|
-
export { default as Lack } from './components/suggestion/Lack';
|
|
258
|
-
export { default as Notice } from './components/suggestion/Notice';
|
|
259
|
-
export { default as NoticeFill } from './components/suggestion/NoticeFill';
|
|
260
|
-
export { default as Overtime } from './components/suggestion/Overtime';
|
|
261
|
-
export { default as Problem } from './components/suggestion/Problem';
|
|
262
|
-
export { default as ProblemFill } from './components/suggestion/ProblemFill';
|
|
263
|
-
export { default as QuickCompensation } from './components/suggestion/QuickCompensation';
|
|
264
|
-
export { default as RecordQuality } from './components/suggestion/RecordQuality';
|
|
265
|
-
export { default as Rectification } from './components/suggestion/Rectification';
|
|
266
|
-
export { default as Rehospitalization } from './components/suggestion/Rehospitalization';
|
|
267
|
-
export { default as Revoke } from './components/suggestion/Revoke';
|
|
268
|
-
export { default as Sendback } from './components/suggestion/Sendback';
|
|
269
|
-
export { default as Success } from './components/suggestion/Success';
|
|
270
|
-
export { default as SuccessFill } from './components/suggestion/SuccessFill';
|
|
271
|
-
export { default as UndipAccountColor } from './components/suggestion/UndipAccountColor';
|
|
272
|
-
export { default as UndrgAccountColor } from './components/suggestion/UndrgAccountColor';
|
|
273
|
-
export { default as UninsuranceAccountColor } from './components/suggestion/UninsuranceAccountColor';
|
|
274
|
-
export { default as UnreasonableHospitalized } from './components/suggestion/UnreasonableHospitalized';
|
|
275
|
-
export { default as Wait } from './components/suggestion/Wait';
|
|
276
|
-
export { default as Warning } from './components/suggestion/Warning';
|
|
277
|
-
export { default as LogoSystemSettings } from './components/systematic-name/LogoSystemSettings';
|
|
278
240
|
export { default as Account } from './components/old-outlined/Account';
|
|
279
241
|
export { default as AccountFill } from './components/old-outlined/AccountFill';
|
|
280
242
|
export { default as AcountManage } from './components/old-outlined/AcountManage';
|
|
@@ -468,3 +430,51 @@ export { default as Zhuantifenxi } from './components/old-outlined/Zhuantifenxi'
|
|
|
468
430
|
export { default as ZhuantifenxiFill } from './components/old-outlined/ZhuantifenxiFill';
|
|
469
431
|
export { default as Zhutizhibiao } from './components/old-outlined/Zhutizhibiao';
|
|
470
432
|
export { default as Zygl } from './components/old-outlined/Zygl';
|
|
433
|
+
export { default as ApplyFail } from './components/suggestion/ApplyFail';
|
|
434
|
+
export { default as ApplySuccess } from './components/suggestion/ApplySuccess';
|
|
435
|
+
export { default as AttestationFail } from './components/suggestion/AttestationFail';
|
|
436
|
+
export { default as Attestationing } from './components/suggestion/Attestationing';
|
|
437
|
+
export { default as Await } from './components/suggestion/Await';
|
|
438
|
+
export { default as ClaimFinish } from './components/suggestion/ClaimFinish';
|
|
439
|
+
export { default as ClaimsAssessment } from './components/suggestion/ClaimsAssessment';
|
|
440
|
+
export { default as ClaimsFail } from './components/suggestion/ClaimsFail';
|
|
441
|
+
export { default as CostReturn } from './components/suggestion/CostReturn';
|
|
442
|
+
export { default as CostViolate } from './components/suggestion/CostViolate';
|
|
443
|
+
export { default as CostWarning } from './components/suggestion/CostWarning';
|
|
444
|
+
export { default as DailyOperation } from './components/suggestion/DailyOperation';
|
|
445
|
+
export { default as DrgsColor } from './components/suggestion/DrgsColor';
|
|
446
|
+
export { default as Examine } from './components/suggestion/Examine';
|
|
447
|
+
export { default as Fail } from './components/suggestion/Fail';
|
|
448
|
+
export { default as FailFill } from './components/suggestion/FailFill';
|
|
449
|
+
export { default as Finish } from './components/suggestion/Finish';
|
|
450
|
+
export { default as HospitalTransfer } from './components/suggestion/HospitalTransfer';
|
|
451
|
+
export { default as Inform } from './components/suggestion/Inform';
|
|
452
|
+
export { default as Information } from './components/suggestion/Information';
|
|
453
|
+
export { default as KeyGroup } from './components/suggestion/KeyGroup';
|
|
454
|
+
export { default as Keyoffice } from './components/suggestion/Keyoffice';
|
|
455
|
+
export { default as Lack } from './components/suggestion/Lack';
|
|
456
|
+
export { default as Notice } from './components/suggestion/Notice';
|
|
457
|
+
export { default as NoticeFill } from './components/suggestion/NoticeFill';
|
|
458
|
+
export { default as Overtime } from './components/suggestion/Overtime';
|
|
459
|
+
export { default as Problem } from './components/suggestion/Problem';
|
|
460
|
+
export { default as ProblemFill } from './components/suggestion/ProblemFill';
|
|
461
|
+
export { default as ProcessFail } from './components/suggestion/ProcessFail';
|
|
462
|
+
export { default as Processing } from './components/suggestion/Processing';
|
|
463
|
+
export { default as ProcessPass } from './components/suggestion/ProcessPass';
|
|
464
|
+
export { default as QuickCompensation } from './components/suggestion/QuickCompensation';
|
|
465
|
+
export { default as RecordQuality } from './components/suggestion/RecordQuality';
|
|
466
|
+
export { default as Rectification } from './components/suggestion/Rectification';
|
|
467
|
+
export { default as Rehospitalization } from './components/suggestion/Rehospitalization';
|
|
468
|
+
export { default as Revoke } from './components/suggestion/Revoke';
|
|
469
|
+
export { default as SbtDirect } from './components/suggestion/SbtDirect';
|
|
470
|
+
export { default as SbtQuick } from './components/suggestion/SbtQuick';
|
|
471
|
+
export { default as Sendback } from './components/suggestion/Sendback';
|
|
472
|
+
export { default as Success } from './components/suggestion/Success';
|
|
473
|
+
export { default as SuccessFill } from './components/suggestion/SuccessFill';
|
|
474
|
+
export { default as UndipAccountColor } from './components/suggestion/UndipAccountColor';
|
|
475
|
+
export { default as UndrgAccountColor } from './components/suggestion/UndrgAccountColor';
|
|
476
|
+
export { default as UninsuranceAccountColor } from './components/suggestion/UninsuranceAccountColor';
|
|
477
|
+
export { default as UnreasonableHospitalized } from './components/suggestion/UnreasonableHospitalized';
|
|
478
|
+
export { default as Wait } from './components/suggestion/Wait';
|
|
479
|
+
export { default as Warning } from './components/suggestion/Warning';
|
|
480
|
+
export { default as LogoSystemSettings } from './components/systematic-name/LogoSystemSettings';
|
package/lib/index.js
CHANGED
|
@@ -477,6 +477,24 @@ Object.defineProperty(exports, "Chuyuan", {
|
|
|
477
477
|
return _Chuyuan.default;
|
|
478
478
|
}
|
|
479
479
|
});
|
|
480
|
+
Object.defineProperty(exports, "ClaimFinish", {
|
|
481
|
+
enumerable: true,
|
|
482
|
+
get: function get() {
|
|
483
|
+
return _ClaimFinish.default;
|
|
484
|
+
}
|
|
485
|
+
});
|
|
486
|
+
Object.defineProperty(exports, "ClaimsAssessment", {
|
|
487
|
+
enumerable: true,
|
|
488
|
+
get: function get() {
|
|
489
|
+
return _ClaimsAssessment.default;
|
|
490
|
+
}
|
|
491
|
+
});
|
|
492
|
+
Object.defineProperty(exports, "ClaimsFail", {
|
|
493
|
+
enumerable: true,
|
|
494
|
+
get: function get() {
|
|
495
|
+
return _ClaimsFail.default;
|
|
496
|
+
}
|
|
497
|
+
});
|
|
480
498
|
Object.defineProperty(exports, "Clean", {
|
|
481
499
|
enumerable: true,
|
|
482
500
|
get: function get() {
|
|
@@ -1905,6 +1923,24 @@ Object.defineProperty(exports, "ProblemFill", {
|
|
|
1905
1923
|
return _ProblemFill.default;
|
|
1906
1924
|
}
|
|
1907
1925
|
});
|
|
1926
|
+
Object.defineProperty(exports, "ProcessFail", {
|
|
1927
|
+
enumerable: true,
|
|
1928
|
+
get: function get() {
|
|
1929
|
+
return _ProcessFail.default;
|
|
1930
|
+
}
|
|
1931
|
+
});
|
|
1932
|
+
Object.defineProperty(exports, "ProcessPass", {
|
|
1933
|
+
enumerable: true,
|
|
1934
|
+
get: function get() {
|
|
1935
|
+
return _ProcessPass.default;
|
|
1936
|
+
}
|
|
1937
|
+
});
|
|
1938
|
+
Object.defineProperty(exports, "Processing", {
|
|
1939
|
+
enumerable: true,
|
|
1940
|
+
get: function get() {
|
|
1941
|
+
return _Processing.default;
|
|
1942
|
+
}
|
|
1943
|
+
});
|
|
1908
1944
|
Object.defineProperty(exports, "ProjectManagement", {
|
|
1909
1945
|
enumerable: true,
|
|
1910
1946
|
get: function get() {
|
|
@@ -2175,6 +2211,30 @@ Object.defineProperty(exports, "RwSet", {
|
|
|
2175
2211
|
return _RwSet.default;
|
|
2176
2212
|
}
|
|
2177
2213
|
});
|
|
2214
|
+
Object.defineProperty(exports, "SbtDirect", {
|
|
2215
|
+
enumerable: true,
|
|
2216
|
+
get: function get() {
|
|
2217
|
+
return _SbtDirect.default;
|
|
2218
|
+
}
|
|
2219
|
+
});
|
|
2220
|
+
Object.defineProperty(exports, "SbtQuick", {
|
|
2221
|
+
enumerable: true,
|
|
2222
|
+
get: function get() {
|
|
2223
|
+
return _SbtQuick.default;
|
|
2224
|
+
}
|
|
2225
|
+
});
|
|
2226
|
+
Object.defineProperty(exports, "SbtRetract", {
|
|
2227
|
+
enumerable: true,
|
|
2228
|
+
get: function get() {
|
|
2229
|
+
return _SbtRetract.default;
|
|
2230
|
+
}
|
|
2231
|
+
});
|
|
2232
|
+
Object.defineProperty(exports, "SbtRetractFill", {
|
|
2233
|
+
enumerable: true,
|
|
2234
|
+
get: function get() {
|
|
2235
|
+
return _SbtRetractFill.default;
|
|
2236
|
+
}
|
|
2237
|
+
});
|
|
2178
2238
|
Object.defineProperty(exports, "Schedule", {
|
|
2179
2239
|
enumerable: true,
|
|
2180
2240
|
get: function get() {
|
|
@@ -3014,6 +3074,8 @@ var _Recover = _interopRequireDefault(require("./components/currency/Recover"));
|
|
|
3014
3074
|
var _RectifyMassage = _interopRequireDefault(require("./components/currency/RectifyMassage"));
|
|
3015
3075
|
var _RectifyMassageFill = _interopRequireDefault(require("./components/currency/RectifyMassageFill"));
|
|
3016
3076
|
var _Refresh = _interopRequireDefault(require("./components/currency/Refresh"));
|
|
3077
|
+
var _SbtRetract = _interopRequireDefault(require("./components/currency/SbtRetract"));
|
|
3078
|
+
var _SbtRetractFill = _interopRequireDefault(require("./components/currency/SbtRetractFill"));
|
|
3017
3079
|
var _Screening = _interopRequireDefault(require("./components/currency/Screening"));
|
|
3018
3080
|
var _Search = _interopRequireDefault(require("./components/currency/Search"));
|
|
3019
3081
|
var _Selecte = _interopRequireDefault(require("./components/currency/Selecte"));
|
|
@@ -3060,46 +3122,6 @@ var _ServerError = _interopRequireDefault(require("./components/old-twocolor/Ser
|
|
|
3060
3122
|
var _SuccessCircle = _interopRequireDefault(require("./components/old-twocolor/SuccessCircle"));
|
|
3061
3123
|
var _Tishi = _interopRequireDefault(require("./components/old-twocolor/Tishi"));
|
|
3062
3124
|
var _WaitCircle = _interopRequireDefault(require("./components/old-twocolor/WaitCircle"));
|
|
3063
|
-
var _ApplyFail = _interopRequireDefault(require("./components/suggestion/ApplyFail"));
|
|
3064
|
-
var _ApplySuccess = _interopRequireDefault(require("./components/suggestion/ApplySuccess"));
|
|
3065
|
-
var _AttestationFail = _interopRequireDefault(require("./components/suggestion/AttestationFail"));
|
|
3066
|
-
var _Attestationing = _interopRequireDefault(require("./components/suggestion/Attestationing"));
|
|
3067
|
-
var _Await = _interopRequireDefault(require("./components/suggestion/Await"));
|
|
3068
|
-
var _CostReturn = _interopRequireDefault(require("./components/suggestion/CostReturn"));
|
|
3069
|
-
var _CostViolate = _interopRequireDefault(require("./components/suggestion/CostViolate"));
|
|
3070
|
-
var _CostWarning = _interopRequireDefault(require("./components/suggestion/CostWarning"));
|
|
3071
|
-
var _DailyOperation = _interopRequireDefault(require("./components/suggestion/DailyOperation"));
|
|
3072
|
-
var _DrgsColor = _interopRequireDefault(require("./components/suggestion/DrgsColor"));
|
|
3073
|
-
var _Examine = _interopRequireDefault(require("./components/suggestion/Examine"));
|
|
3074
|
-
var _Fail = _interopRequireDefault(require("./components/suggestion/Fail"));
|
|
3075
|
-
var _FailFill = _interopRequireDefault(require("./components/suggestion/FailFill"));
|
|
3076
|
-
var _Finish = _interopRequireDefault(require("./components/suggestion/Finish"));
|
|
3077
|
-
var _HospitalTransfer = _interopRequireDefault(require("./components/suggestion/HospitalTransfer"));
|
|
3078
|
-
var _Inform = _interopRequireDefault(require("./components/suggestion/Inform"));
|
|
3079
|
-
var _Information = _interopRequireDefault(require("./components/suggestion/Information"));
|
|
3080
|
-
var _KeyGroup = _interopRequireDefault(require("./components/suggestion/KeyGroup"));
|
|
3081
|
-
var _Keyoffice = _interopRequireDefault(require("./components/suggestion/Keyoffice"));
|
|
3082
|
-
var _Lack = _interopRequireDefault(require("./components/suggestion/Lack"));
|
|
3083
|
-
var _Notice = _interopRequireDefault(require("./components/suggestion/Notice"));
|
|
3084
|
-
var _NoticeFill = _interopRequireDefault(require("./components/suggestion/NoticeFill"));
|
|
3085
|
-
var _Overtime = _interopRequireDefault(require("./components/suggestion/Overtime"));
|
|
3086
|
-
var _Problem = _interopRequireDefault(require("./components/suggestion/Problem"));
|
|
3087
|
-
var _ProblemFill = _interopRequireDefault(require("./components/suggestion/ProblemFill"));
|
|
3088
|
-
var _QuickCompensation = _interopRequireDefault(require("./components/suggestion/QuickCompensation"));
|
|
3089
|
-
var _RecordQuality = _interopRequireDefault(require("./components/suggestion/RecordQuality"));
|
|
3090
|
-
var _Rectification = _interopRequireDefault(require("./components/suggestion/Rectification"));
|
|
3091
|
-
var _Rehospitalization = _interopRequireDefault(require("./components/suggestion/Rehospitalization"));
|
|
3092
|
-
var _Revoke = _interopRequireDefault(require("./components/suggestion/Revoke"));
|
|
3093
|
-
var _Sendback = _interopRequireDefault(require("./components/suggestion/Sendback"));
|
|
3094
|
-
var _Success = _interopRequireDefault(require("./components/suggestion/Success"));
|
|
3095
|
-
var _SuccessFill = _interopRequireDefault(require("./components/suggestion/SuccessFill"));
|
|
3096
|
-
var _UndipAccountColor = _interopRequireDefault(require("./components/suggestion/UndipAccountColor"));
|
|
3097
|
-
var _UndrgAccountColor = _interopRequireDefault(require("./components/suggestion/UndrgAccountColor"));
|
|
3098
|
-
var _UninsuranceAccountColor = _interopRequireDefault(require("./components/suggestion/UninsuranceAccountColor"));
|
|
3099
|
-
var _UnreasonableHospitalized = _interopRequireDefault(require("./components/suggestion/UnreasonableHospitalized"));
|
|
3100
|
-
var _Wait = _interopRequireDefault(require("./components/suggestion/Wait"));
|
|
3101
|
-
var _Warning = _interopRequireDefault(require("./components/suggestion/Warning"));
|
|
3102
|
-
var _LogoSystemSettings = _interopRequireDefault(require("./components/systematic-name/LogoSystemSettings"));
|
|
3103
3125
|
var _Account = _interopRequireDefault(require("./components/old-outlined/Account"));
|
|
3104
3126
|
var _AccountFill = _interopRequireDefault(require("./components/old-outlined/AccountFill"));
|
|
3105
3127
|
var _AcountManage = _interopRequireDefault(require("./components/old-outlined/AcountManage"));
|
|
@@ -3293,4 +3315,52 @@ var _Zhuantifenxi = _interopRequireDefault(require("./components/old-outlined/Zh
|
|
|
3293
3315
|
var _ZhuantifenxiFill = _interopRequireDefault(require("./components/old-outlined/ZhuantifenxiFill"));
|
|
3294
3316
|
var _Zhutizhibiao = _interopRequireDefault(require("./components/old-outlined/Zhutizhibiao"));
|
|
3295
3317
|
var _Zygl = _interopRequireDefault(require("./components/old-outlined/Zygl"));
|
|
3318
|
+
var _ApplyFail = _interopRequireDefault(require("./components/suggestion/ApplyFail"));
|
|
3319
|
+
var _ApplySuccess = _interopRequireDefault(require("./components/suggestion/ApplySuccess"));
|
|
3320
|
+
var _AttestationFail = _interopRequireDefault(require("./components/suggestion/AttestationFail"));
|
|
3321
|
+
var _Attestationing = _interopRequireDefault(require("./components/suggestion/Attestationing"));
|
|
3322
|
+
var _Await = _interopRequireDefault(require("./components/suggestion/Await"));
|
|
3323
|
+
var _ClaimFinish = _interopRequireDefault(require("./components/suggestion/ClaimFinish"));
|
|
3324
|
+
var _ClaimsAssessment = _interopRequireDefault(require("./components/suggestion/ClaimsAssessment"));
|
|
3325
|
+
var _ClaimsFail = _interopRequireDefault(require("./components/suggestion/ClaimsFail"));
|
|
3326
|
+
var _CostReturn = _interopRequireDefault(require("./components/suggestion/CostReturn"));
|
|
3327
|
+
var _CostViolate = _interopRequireDefault(require("./components/suggestion/CostViolate"));
|
|
3328
|
+
var _CostWarning = _interopRequireDefault(require("./components/suggestion/CostWarning"));
|
|
3329
|
+
var _DailyOperation = _interopRequireDefault(require("./components/suggestion/DailyOperation"));
|
|
3330
|
+
var _DrgsColor = _interopRequireDefault(require("./components/suggestion/DrgsColor"));
|
|
3331
|
+
var _Examine = _interopRequireDefault(require("./components/suggestion/Examine"));
|
|
3332
|
+
var _Fail = _interopRequireDefault(require("./components/suggestion/Fail"));
|
|
3333
|
+
var _FailFill = _interopRequireDefault(require("./components/suggestion/FailFill"));
|
|
3334
|
+
var _Finish = _interopRequireDefault(require("./components/suggestion/Finish"));
|
|
3335
|
+
var _HospitalTransfer = _interopRequireDefault(require("./components/suggestion/HospitalTransfer"));
|
|
3336
|
+
var _Inform = _interopRequireDefault(require("./components/suggestion/Inform"));
|
|
3337
|
+
var _Information = _interopRequireDefault(require("./components/suggestion/Information"));
|
|
3338
|
+
var _KeyGroup = _interopRequireDefault(require("./components/suggestion/KeyGroup"));
|
|
3339
|
+
var _Keyoffice = _interopRequireDefault(require("./components/suggestion/Keyoffice"));
|
|
3340
|
+
var _Lack = _interopRequireDefault(require("./components/suggestion/Lack"));
|
|
3341
|
+
var _Notice = _interopRequireDefault(require("./components/suggestion/Notice"));
|
|
3342
|
+
var _NoticeFill = _interopRequireDefault(require("./components/suggestion/NoticeFill"));
|
|
3343
|
+
var _Overtime = _interopRequireDefault(require("./components/suggestion/Overtime"));
|
|
3344
|
+
var _Problem = _interopRequireDefault(require("./components/suggestion/Problem"));
|
|
3345
|
+
var _ProblemFill = _interopRequireDefault(require("./components/suggestion/ProblemFill"));
|
|
3346
|
+
var _ProcessFail = _interopRequireDefault(require("./components/suggestion/ProcessFail"));
|
|
3347
|
+
var _Processing = _interopRequireDefault(require("./components/suggestion/Processing"));
|
|
3348
|
+
var _ProcessPass = _interopRequireDefault(require("./components/suggestion/ProcessPass"));
|
|
3349
|
+
var _QuickCompensation = _interopRequireDefault(require("./components/suggestion/QuickCompensation"));
|
|
3350
|
+
var _RecordQuality = _interopRequireDefault(require("./components/suggestion/RecordQuality"));
|
|
3351
|
+
var _Rectification = _interopRequireDefault(require("./components/suggestion/Rectification"));
|
|
3352
|
+
var _Rehospitalization = _interopRequireDefault(require("./components/suggestion/Rehospitalization"));
|
|
3353
|
+
var _Revoke = _interopRequireDefault(require("./components/suggestion/Revoke"));
|
|
3354
|
+
var _SbtDirect = _interopRequireDefault(require("./components/suggestion/SbtDirect"));
|
|
3355
|
+
var _SbtQuick = _interopRequireDefault(require("./components/suggestion/SbtQuick"));
|
|
3356
|
+
var _Sendback = _interopRequireDefault(require("./components/suggestion/Sendback"));
|
|
3357
|
+
var _Success = _interopRequireDefault(require("./components/suggestion/Success"));
|
|
3358
|
+
var _SuccessFill = _interopRequireDefault(require("./components/suggestion/SuccessFill"));
|
|
3359
|
+
var _UndipAccountColor = _interopRequireDefault(require("./components/suggestion/UndipAccountColor"));
|
|
3360
|
+
var _UndrgAccountColor = _interopRequireDefault(require("./components/suggestion/UndrgAccountColor"));
|
|
3361
|
+
var _UninsuranceAccountColor = _interopRequireDefault(require("./components/suggestion/UninsuranceAccountColor"));
|
|
3362
|
+
var _UnreasonableHospitalized = _interopRequireDefault(require("./components/suggestion/UnreasonableHospitalized"));
|
|
3363
|
+
var _Wait = _interopRequireDefault(require("./components/suggestion/Wait"));
|
|
3364
|
+
var _Warning = _interopRequireDefault(require("./components/suggestion/Warning"));
|
|
3365
|
+
var _LogoSystemSettings = _interopRequireDefault(require("./components/systematic-name/LogoSystemSettings"));
|
|
3296
3366
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|