@firesoon/icons-react 3.0.19 → 3.0.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 (60) hide show
  1. package/CHANGELOG.md +96 -0
  2. package/es/components/sbt/currency/SbtChecked.d.ts +4 -0
  3. package/es/components/sbt/currency/SbtChecked.js +12 -0
  4. package/es/components/sbt/old-twocolor/SbtJpg.d.ts +4 -0
  5. package/es/components/sbt/old-twocolor/SbtJpg.js +12 -0
  6. package/es/components/sbt/old-twocolor/SbtPdf.d.ts +4 -0
  7. package/es/components/sbt/old-twocolor/SbtPdf.js +12 -0
  8. package/es/components/sbt/old-twocolor/SbtPng.d.ts +4 -0
  9. package/es/components/sbt/old-twocolor/SbtPng.js +12 -0
  10. package/es/components/sbt/old-twocolor/SbtRarZip.d.ts +4 -0
  11. package/es/components/sbt/old-twocolor/SbtRarZip.js +12 -0
  12. package/es/components/sbt/old-twocolor/SbtWord.d.ts +4 -0
  13. package/es/components/sbt/old-twocolor/SbtWord.js +12 -0
  14. package/es/components/sbt/old-twocolor/index.d.ts +5 -0
  15. package/es/components/sbt/old-twocolor/index.js +5 -0
  16. package/es/dome/index.js +8 -2
  17. package/es/icons/sbt/currency/sbt-checked.d.ts +17 -0
  18. package/es/icons/sbt/currency/sbt-checked.js +17 -0
  19. package/es/icons/sbt/old-twocolor/sbt-jpg.d.ts +18 -0
  20. package/es/icons/sbt/old-twocolor/sbt-jpg.js +25 -0
  21. package/es/icons/sbt/old-twocolor/sbt-pdf.d.ts +18 -0
  22. package/es/icons/sbt/old-twocolor/sbt-pdf.js +25 -0
  23. package/es/icons/sbt/old-twocolor/sbt-png.d.ts +18 -0
  24. package/es/icons/sbt/old-twocolor/sbt-png.js +25 -0
  25. package/es/icons/sbt/old-twocolor/sbt-rarZip.d.ts +18 -0
  26. package/es/icons/sbt/old-twocolor/sbt-rarZip.js +25 -0
  27. package/es/icons/sbt/old-twocolor/sbt-word.d.ts +18 -0
  28. package/es/icons/sbt/old-twocolor/sbt-word.js +32 -0
  29. package/es/index.d.ts +151 -145
  30. package/es/index.js +151 -145
  31. package/lib/components/sbt/currency/SbtChecked.d.ts +4 -0
  32. package/lib/components/sbt/currency/SbtChecked.js +20 -0
  33. package/lib/components/sbt/old-twocolor/SbtJpg.d.ts +4 -0
  34. package/lib/components/sbt/old-twocolor/SbtJpg.js +20 -0
  35. package/lib/components/sbt/old-twocolor/SbtPdf.d.ts +4 -0
  36. package/lib/components/sbt/old-twocolor/SbtPdf.js +20 -0
  37. package/lib/components/sbt/old-twocolor/SbtPng.d.ts +4 -0
  38. package/lib/components/sbt/old-twocolor/SbtPng.js +20 -0
  39. package/lib/components/sbt/old-twocolor/SbtRarZip.d.ts +4 -0
  40. package/lib/components/sbt/old-twocolor/SbtRarZip.js +20 -0
  41. package/lib/components/sbt/old-twocolor/SbtWord.d.ts +4 -0
  42. package/lib/components/sbt/old-twocolor/SbtWord.js +20 -0
  43. package/lib/components/sbt/old-twocolor/index.d.ts +5 -0
  44. package/lib/components/sbt/old-twocolor/index.js +41 -0
  45. package/lib/dome/index.js +8 -2
  46. package/lib/icons/sbt/currency/sbt-checked.d.ts +17 -0
  47. package/lib/icons/sbt/currency/sbt-checked.js +24 -0
  48. package/lib/icons/sbt/old-twocolor/sbt-jpg.d.ts +18 -0
  49. package/lib/icons/sbt/old-twocolor/sbt-jpg.js +32 -0
  50. package/lib/icons/sbt/old-twocolor/sbt-pdf.d.ts +18 -0
  51. package/lib/icons/sbt/old-twocolor/sbt-pdf.js +32 -0
  52. package/lib/icons/sbt/old-twocolor/sbt-png.d.ts +18 -0
  53. package/lib/icons/sbt/old-twocolor/sbt-png.js +32 -0
  54. package/lib/icons/sbt/old-twocolor/sbt-rarZip.d.ts +18 -0
  55. package/lib/icons/sbt/old-twocolor/sbt-rarZip.js +32 -0
  56. package/lib/icons/sbt/old-twocolor/sbt-word.d.ts +18 -0
  57. package/lib/icons/sbt/old-twocolor/sbt-word.js +39 -0
  58. package/lib/index.d.ts +151 -145
  59. package/lib/index.js +187 -145
  60. package/package.json +1 -1
@@ -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
+ attrs: {
11
+ d: string;
12
+ fill: 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": "sbt-jpg",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M109.71 984V36.57A36.57 36.57 0 01146.3 0H621.7L914.3 292.57V984a36.57 36.57 0 01-36.58 36.57H146.3A36.57 36.57 0 01109.7 984z",
18
+ "fill": "#FFD699"
19
+ },
20
+ "children": []
21
+ }, {
22
+ "tag": "path",
23
+ "attrs": {
24
+ "d": "M658.29 292.57A36.57 36.57 0 01621.7 256V0L914.3 292.57h-256zM240 822.86V403.43a9.14 9.14 0 019.14-9.14h524.57a9.14 9.14 0 019.15 9.14v419.43a9.14 9.14 0 01-9.15 9.14H249.14a9.14 9.14 0 01-9.14-9.14zm144-283.43a41.14 41.14 0 100-82.29 41.14 41.14 0 000 82.29zm325.71 209.14v-92.41a9.14 9.14 0 00-1.48-5l-104.1-159.44a9.14 9.14 0 00-15.32 0l-81.6 124.98-42.77-65.5a9.14 9.14 0 00-15.31 0L323.52 743.56a9.14 9.14 0 007.65 14.14h369.4a9.14 9.14 0 009.14-9.14z",
25
+ "fill": "#FA8C1F"
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
+ attrs: {
11
+ d: string;
12
+ fill: 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": "sbt-pdf",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M109.71 984V36.57A36.57 36.57 0 01146.3 0H621.7L914.3 292.57V984a36.57 36.57 0 01-36.58 36.57H146.3A36.57 36.57 0 01109.7 984z",
18
+ "fill": "#FFCAC4"
19
+ },
20
+ "children": []
21
+ }, {
22
+ "tag": "path",
23
+ "attrs": {
24
+ "d": "M658.29 292.57A36.57 36.57 0 01621.7 256V0L914.3 292.57h-256zm-309.72 384V402.3a9.14 9.14 0 019.14-9.15H568c80.8 0 146.29 65.5 146.29 146.29 0 80.8-65.5 146.28-146.29 146.28H421.71v137.15a9.14 9.14 0 01-9.14 9.14h-54.86a9.14 9.14 0 01-9.14-9.14V676.57zm73.14-64H568c20.2 0 37.44-7.14 51.72-21.42s21.42-31.52 21.42-51.72-7.14-37.44-21.42-51.72-31.52-21.42-51.72-21.42H421.71v146.28z",
25
+ "fill": "#FF4949"
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
+ attrs: {
11
+ d: string;
12
+ fill: 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": "sbt-png",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M109.71 984V36.57A36.57 36.57 0 01146.3 0H621.7L914.3 292.57V984a36.57 36.57 0 01-36.58 36.57H146.3A36.57 36.57 0 01109.7 984z",
18
+ "fill": "#D0F2D3"
19
+ },
20
+ "children": []
21
+ }, {
22
+ "tag": "path",
23
+ "attrs": {
24
+ "d": "M565.71 712v-91.43a9.14 9.14 0 019.15-9.14h91.43a9.14 9.14 0 019.14 9.14V712a9.14 9.14 0 01-9.14 9.14h-91.43a9.14 9.14 0 01-9.15-9.14zm-219.42 0v-91.43a9.14 9.14 0 019.14-9.14h91.43a9.14 9.14 0 019.14 9.14V712a9.14 9.14 0 01-9.14 9.14h-91.43a9.14 9.14 0 01-9.14-9.14zm329.14 109.71V730.3a9.14 9.14 0 019.14-9.15H776a9.14 9.14 0 019.14 9.15v91.42a9.14 9.14 0 01-9.14 9.15h-91.43a9.14 9.14 0 01-9.14-9.15zm-219.43 0V730.3a9.14 9.14 0 019.14-9.15h91.43a9.14 9.14 0 019.14 9.15v91.42a9.14 9.14 0 01-9.14 9.15h-91.43a9.14 9.14 0 01-9.14-9.15zm-219.43 0V730.3a9.14 9.14 0 019.14-9.15h91.43a9.14 9.14 0 019.15 9.15v91.42a9.14 9.14 0 01-9.15 9.15h-91.43a9.14 9.14 0 01-9.14-9.15zm329.14-329.14v-91.43a9.14 9.14 0 019.15-9.14h91.43a9.14 9.14 0 019.14 9.14v91.43a9.14 9.14 0 01-9.14 9.14h-91.43a9.14 9.14 0 01-9.15-9.14zm-219.42 0v-91.43a9.14 9.14 0 019.14-9.14h91.43a9.14 9.14 0 019.14 9.14v91.43a9.14 9.14 0 01-9.14 9.14h-91.43a9.14 9.14 0 01-9.14-9.14zM675.43 602.3v-91.43a9.14 9.14 0 019.14-9.15H776a9.14 9.14 0 019.14 9.15v91.43a9.14 9.14 0 01-9.14 9.14h-91.43a9.14 9.14 0 01-9.14-9.14zm-219.43 0v-91.43a9.14 9.14 0 019.14-9.15h91.43a9.14 9.14 0 019.14 9.15v91.43a9.14 9.14 0 01-9.14 9.14h-91.43a9.14 9.14 0 01-9.14-9.14zm-219.43 0v-91.43a9.14 9.14 0 019.14-9.15h91.43a9.14 9.14 0 019.15 9.15v91.43a9.14 9.14 0 01-9.15 9.14h-91.43a9.14 9.14 0 01-9.14-9.14zM621.71 256a36.57 36.57 0 0036.58 36.57h256L621.7 0v256z",
25
+ "fill": "#2BC048"
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
+ attrs: {
11
+ d: string;
12
+ fill: 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": "sbt-rarZip",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M109.71 984V36.57A36.57 36.57 0 01146.3 0H621.7L914.3 292.57V984a36.57 36.57 0 01-36.58 36.57H146.3A36.57 36.57 0 01109.7 984z",
18
+ "fill": "#A3D7FF"
19
+ },
20
+ "children": []
21
+ }, {
22
+ "tag": "path",
23
+ "attrs": {
24
+ "d": "M347.43 429.71V338.3a9.14 9.14 0 019.14-9.15H448a9.14 9.14 0 019.14 9.15v91.42a9.14 9.14 0 01-9.14 9.15h-91.43a9.14 9.14 0 01-9.14-9.15zM237.7 320v-91.43a9.14 9.14 0 019.15-9.14h91.43a9.14 9.14 0 019.14 9.14V320a9.14 9.14 0 01-9.14 9.14h-91.43a9.14 9.14 0 01-9.15-9.14zm109.72-109.71v-91.43a9.14 9.14 0 019.14-9.15H448a9.14 9.14 0 019.14 9.15v91.43a9.14 9.14 0 01-9.14 9.14h-91.43a9.14 9.14 0 01-9.14-9.14zM237.7 100.57V9.14A9.14 9.14 0 01246.86 0h91.43a9.14 9.14 0 019.14 9.14v91.43a9.14 9.14 0 01-9.14 9.14h-91.43a9.14 9.14 0 01-9.15-9.14zm0 611.43V510.86a9.14 9.14 0 019.15-9.15H448a9.14 9.14 0 019.14 9.15V712a9.14 9.14 0 01-9.14 9.14H246.86a9.14 9.14 0 01-9.15-9.14zm384-456a36.57 36.57 0 0036.58 36.57h256L621.7 0v256z",
25
+ "fill": "#006DFC"
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
+ attrs: {
11
+ d: string;
12
+ fill: string;
13
+ };
14
+ children: never[];
15
+ }[];
16
+ };
17
+ };
18
+ export default node;
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var node = {
8
+ "name": "sbt-word",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M240 310.86h64v512h-64v-512z",
18
+ "fill": "#D8D8D8"
19
+ },
20
+ "children": []
21
+ }, {
22
+ "tag": "path",
23
+ "attrs": {
24
+ "d": "M109.71 984V36.57A36.57 36.57 0 01146.3 0H621.7L914.3 292.57V984a36.57 36.57 0 01-36.58 36.57H146.3A36.57 36.57 0 01109.7 984z",
25
+ "fill": "#D0F2D3"
26
+ },
27
+ "children": []
28
+ }, {
29
+ "tag": "path",
30
+ "attrs": {
31
+ "d": "M621.71 256a36.57 36.57 0 0036.58 36.57h256L621.7 0v256zM439.95 832h-54.38a9.14 9.14 0 01-8.91-7.1l-96.38-420.57a9.14 9.14 0 018.91-11.19h54.38a9.14 9.14 0 018.91 7.1l61.23 267.19 61.23-267.19a9.14 9.14 0 018.91-7.1h56.3a9.14 9.14 0 018.9 7.1l61.24 267.19 61.23-267.19a9.14 9.14 0 018.9-7.1h54.39a9.14 9.14 0 018.91 11.19L647.34 824.9a9.14 9.14 0 01-8.91 7.1h-56.29a9.14 9.14 0 01-8.91-7.1L512 557.7 450.77 824.9a9.14 9.14 0 01-8.91 7.1h-1.9z",
32
+ "fill": "#2BC048"
33
+ },
34
+ "children": []
35
+ }]
36
+ }
37
+ };
38
+ var _default = node;
39
+ exports.default = _default;
package/lib/index.d.ts CHANGED
@@ -1,3 +1,7 @@
1
+ export { default as Bill } from './components/business/business-menu/Bill';
2
+ export { default as Generate } from './components/business/business-menu/Generate';
3
+ export { default as Payment } from './components/business/business-menu/Payment';
4
+ export { default as Reconciliation } from './components/business/business-menu/Reconciliation';
1
5
  export { default as Bingzuwentifankui } from './components/fs/old-twocolor/Bingzuwentifankui';
2
6
  export { default as BingzuwentifankuiNew } from './components/fs/old-twocolor/BingzuwentifankuiNew';
3
7
  export { default as CasesDoubt } from './components/fs/old-twocolor/CasesDoubt';
@@ -21,6 +25,141 @@ export { default as ServerError } from './components/fs/old-twocolor/ServerError
21
25
  export { default as SuccessCircle } from './components/fs/old-twocolor/SuccessCircle';
22
26
  export { default as Tishi } from './components/fs/old-twocolor/Tishi';
23
27
  export { default as WaitCircle } from './components/fs/old-twocolor/WaitCircle';
28
+ export { default as Add } from './components/fs/currency/Add';
29
+ export { default as AddFill } from './components/fs/currency/AddFill';
30
+ export { default as Admin } from './components/fs/currency/Admin';
31
+ export { default as AppearRecord } from './components/fs/currency/AppearRecord';
32
+ export { default as AppearRecordFill } from './components/fs/currency/AppearRecordFill';
33
+ export { default as AppendTo } from './components/fs/currency/AppendTo';
34
+ export { default as ArrowDown } from './components/fs/currency/ArrowDown';
35
+ export { default as ArrowLeft } from './components/fs/currency/ArrowLeft';
36
+ export { default as ArrowRight } from './components/fs/currency/ArrowRight';
37
+ export { default as ArrowUp } from './components/fs/currency/ArrowUp';
38
+ export { default as BackToPlatform } from './components/fs/currency/BackToPlatform';
39
+ export { default as BackToPlatformFill } from './components/fs/currency/BackToPlatformFill';
40
+ export { default as Bottom } from './components/fs/currency/Bottom';
41
+ export { default as Cancel } from './components/fs/currency/Cancel';
42
+ export { default as CancelFill } from './components/fs/currency/CancelFill';
43
+ export { default as CaseInformation } from './components/fs/currency/CaseInformation';
44
+ export { default as CaseInformationFill } from './components/fs/currency/CaseInformationFill';
45
+ export { default as Chart } from './components/fs/currency/Chart';
46
+ export { default as Checkbox } from './components/fs/currency/Checkbox';
47
+ export { default as CheckboxDisable } from './components/fs/currency/CheckboxDisable';
48
+ export { default as CheckboxFill } from './components/fs/currency/CheckboxFill';
49
+ export { default as ChooseFile } from './components/fs/currency/ChooseFile';
50
+ export { default as ChooseFileFill } from './components/fs/currency/ChooseFileFill';
51
+ export { default as Clean } from './components/fs/currency/Clean';
52
+ export { default as CleanFill } from './components/fs/currency/CleanFill';
53
+ export { default as Close } from './components/fs/currency/Close';
54
+ export { default as Code } from './components/fs/currency/Code';
55
+ export { default as Copy } from './components/fs/currency/Copy';
56
+ export { default as CopyFill } from './components/fs/currency/CopyFill';
57
+ export { default as CostDetail } from './components/fs/currency/CostDetail';
58
+ export { default as CostDetailFill } from './components/fs/currency/CostDetailFill';
59
+ export { default as Date } from './components/fs/currency/Date';
60
+ export { default as DateFill } from './components/fs/currency/DateFill';
61
+ export { default as Delete } from './components/fs/currency/Delete';
62
+ export { default as DeleteFill } from './components/fs/currency/DeleteFill';
63
+ export { default as Download } from './components/fs/currency/Download';
64
+ export { default as DownloadFill } from './components/fs/currency/DownloadFill';
65
+ export { default as Drag } from './components/fs/currency/Drag';
66
+ export { default as Edit } from './components/fs/currency/Edit';
67
+ export { default as EditFill } from './components/fs/currency/EditFill';
68
+ export { default as EventFollow } from './components/fs/currency/EventFollow';
69
+ export { default as EventFollowFill } from './components/fs/currency/EventFollowFill';
70
+ export { default as Exitfullscreen } from './components/fs/currency/Exitfullscreen';
71
+ export { default as Fall } from './components/fs/currency/Fall';
72
+ export { default as Fold } from './components/fs/currency/Fold';
73
+ export { default as FoldFill } from './components/fs/currency/FoldFill';
74
+ export { default as FsAddnew } from './components/fs/currency/FsAddnew';
75
+ export { default as Fullscreen } from './components/fs/currency/Fullscreen';
76
+ export { default as GroupFeedback } from './components/fs/currency/GroupFeedback';
77
+ export { default as GroupFeedbackFill } from './components/fs/currency/GroupFeedbackFill';
78
+ export { default as HospitalAppeal } from './components/fs/currency/HospitalAppeal';
79
+ export { default as HospitalAppealFill } from './components/fs/currency/HospitalAppealFill';
80
+ export { default as ImitateGroup } from './components/fs/currency/ImitateGroup';
81
+ export { default as ImitateGroupFill } from './components/fs/currency/ImitateGroupFill';
82
+ export { default as Invisible } from './components/fs/currency/Invisible';
83
+ export { default as InvisibleFill } from './components/fs/currency/InvisibleFill';
84
+ export { default as Leadingin } from './components/fs/currency/Leadingin';
85
+ export { default as LeadinginInformation } from './components/fs/currency/LeadinginInformation';
86
+ export { default as Leadingout } from './components/fs/currency/Leadingout';
87
+ export { default as ListDetail } from './components/fs/currency/ListDetail';
88
+ export { default as ListDetailFill } from './components/fs/currency/ListDetailFill';
89
+ export { default as Loading } from './components/fs/currency/Loading';
90
+ export { default as More } from './components/fs/currency/More';
91
+ export { default as PatientInformationFill } from './components/fs/currency/PatientInformationFill';
92
+ export { default as Radio } from './components/fs/currency/Radio';
93
+ export { default as RadioFill } from './components/fs/currency/RadioFill';
94
+ export { default as Raise } from './components/fs/currency/Raise';
95
+ export { default as Record } from './components/fs/currency/Record';
96
+ export { default as RecordFill } from './components/fs/currency/RecordFill';
97
+ export { default as Recover } from './components/fs/currency/Recover';
98
+ export { default as RectifyMassage } from './components/fs/currency/RectifyMassage';
99
+ export { default as RectifyMassageFill } from './components/fs/currency/RectifyMassageFill';
100
+ export { default as Refresh } from './components/fs/currency/Refresh';
101
+ export { default as Screening } from './components/fs/currency/Screening';
102
+ export { default as Search } from './components/fs/currency/Search';
103
+ export { default as Selecte } from './components/fs/currency/Selecte';
104
+ export { default as Setting } from './components/fs/currency/Setting';
105
+ export { default as SettingFill } from './components/fs/currency/SettingFill';
106
+ export { default as ShuttleLeft } from './components/fs/currency/ShuttleLeft';
107
+ export { default as ShuttleRight } from './components/fs/currency/ShuttleRight';
108
+ export { default as Singlearrow } from './components/fs/currency/Singlearrow';
109
+ export { default as Sort } from './components/fs/currency/Sort';
110
+ export { default as StartAnnotate } from './components/fs/currency/StartAnnotate';
111
+ export { default as StartAnnotateFill } from './components/fs/currency/StartAnnotateFill';
112
+ export { default as Submit } from './components/fs/currency/Submit';
113
+ export { default as SubmitFill } from './components/fs/currency/SubmitFill';
114
+ export { default as Switch } from './components/fs/currency/Switch';
115
+ export { default as SwitchFill } from './components/fs/currency/SwitchFill';
116
+ export { default as Table } from './components/fs/currency/Table';
117
+ export { default as Time } from './components/fs/currency/Time';
118
+ export { default as TimeFill } from './components/fs/currency/TimeFill';
119
+ export { default as Top } from './components/fs/currency/Top';
120
+ export { default as Unfixed } from './components/fs/currency/Unfixed';
121
+ export { default as Unfold } from './components/fs/currency/Unfold';
122
+ export { default as UnfoldFill } from './components/fs/currency/UnfoldFill';
123
+ export { default as Visible } from './components/fs/currency/Visible';
124
+ export { default as VisibleFill } from './components/fs/currency/VisibleFill';
125
+ export { default as Await } from './components/fs/suggestion/Await';
126
+ export { default as BenchmarkAnalysis } from './components/fs/suggestion/BenchmarkAnalysis';
127
+ export { default as ClaimFinish } from './components/fs/suggestion/ClaimFinish';
128
+ export { default as ClaimsFail } from './components/fs/suggestion/ClaimsFail';
129
+ export { default as CostReturn } from './components/fs/suggestion/CostReturn';
130
+ export { default as CostViolate } from './components/fs/suggestion/CostViolate';
131
+ export { default as CostWarning } from './components/fs/suggestion/CostWarning';
132
+ export { default as DailyOperation } from './components/fs/suggestion/DailyOperation';
133
+ export { default as DrgsColor } from './components/fs/suggestion/DrgsColor';
134
+ export { default as Fail } from './components/fs/suggestion/Fail';
135
+ export { default as FailFill } from './components/fs/suggestion/FailFill';
136
+ export { default as FsIntercept } from './components/fs/suggestion/FsIntercept';
137
+ export { default as FsManualreview } from './components/fs/suggestion/FsManualreview';
138
+ export { default as FsSpecial } from './components/fs/suggestion/FsSpecial';
139
+ export { default as FsVip } from './components/fs/suggestion/FsVip';
140
+ export { default as HospitalTransfer } from './components/fs/suggestion/HospitalTransfer';
141
+ export { default as Inform } from './components/fs/suggestion/Inform';
142
+ export { default as Information } from './components/fs/suggestion/Information';
143
+ export { default as KeyGroup } from './components/fs/suggestion/KeyGroup';
144
+ export { default as Keyoffice } from './components/fs/suggestion/Keyoffice';
145
+ export { default as Lack } from './components/fs/suggestion/Lack';
146
+ export { default as Notice } from './components/fs/suggestion/Notice';
147
+ export { default as NoticeFill } from './components/fs/suggestion/NoticeFill';
148
+ export { default as Overtime } from './components/fs/suggestion/Overtime';
149
+ export { default as Problem } from './components/fs/suggestion/Problem';
150
+ export { default as ProblemFill } from './components/fs/suggestion/ProblemFill';
151
+ export { default as Processing } from './components/fs/suggestion/Processing';
152
+ export { default as RecordQuality } from './components/fs/suggestion/RecordQuality';
153
+ export { default as Rectification } from './components/fs/suggestion/Rectification';
154
+ export { default as Rehospitalization } from './components/fs/suggestion/Rehospitalization';
155
+ export { default as Sendback } from './components/fs/suggestion/Sendback';
156
+ export { default as Success } from './components/fs/suggestion/Success';
157
+ export { default as SuccessFill } from './components/fs/suggestion/SuccessFill';
158
+ export { default as UndipAccountColor } from './components/fs/suggestion/UndipAccountColor';
159
+ export { default as UndrgAccountColor } from './components/fs/suggestion/UndrgAccountColor';
160
+ export { default as UninsuranceAccountColor } from './components/fs/suggestion/UninsuranceAccountColor';
161
+ export { default as UnreasonableHospitalized } from './components/fs/suggestion/UnreasonableHospitalized';
162
+ export { default as Warning } from './components/fs/suggestion/Warning';
24
163
  export { default as Analyse } from './components/fs/business-menu/Analyse';
25
164
  export { default as Annotate } from './components/fs/business-menu/Annotate';
26
165
  export { default as AppealFeedback } from './components/fs/business-menu/AppealFeedback';
@@ -158,146 +297,6 @@ export { default as UserManagement } from './components/fs/business-menu/UserMan
158
297
  export { default as UserManagementFill } from './components/fs/business-menu/UserManagementFill';
159
298
  export { default as WarningVerify } from './components/fs/business-menu/WarningVerify';
160
299
  export { default as WarningVerifyFill } from './components/fs/business-menu/WarningVerifyFill';
161
- export { default as Await } from './components/fs/suggestion/Await';
162
- export { default as BenchmarkAnalysis } from './components/fs/suggestion/BenchmarkAnalysis';
163
- export { default as ClaimFinish } from './components/fs/suggestion/ClaimFinish';
164
- export { default as ClaimsFail } from './components/fs/suggestion/ClaimsFail';
165
- export { default as CostReturn } from './components/fs/suggestion/CostReturn';
166
- export { default as CostViolate } from './components/fs/suggestion/CostViolate';
167
- export { default as CostWarning } from './components/fs/suggestion/CostWarning';
168
- export { default as DailyOperation } from './components/fs/suggestion/DailyOperation';
169
- export { default as DrgsColor } from './components/fs/suggestion/DrgsColor';
170
- export { default as Fail } from './components/fs/suggestion/Fail';
171
- export { default as FailFill } from './components/fs/suggestion/FailFill';
172
- export { default as FsIntercept } from './components/fs/suggestion/FsIntercept';
173
- export { default as FsManualreview } from './components/fs/suggestion/FsManualreview';
174
- export { default as FsSpecial } from './components/fs/suggestion/FsSpecial';
175
- export { default as FsVip } from './components/fs/suggestion/FsVip';
176
- export { default as HospitalTransfer } from './components/fs/suggestion/HospitalTransfer';
177
- export { default as Inform } from './components/fs/suggestion/Inform';
178
- export { default as Information } from './components/fs/suggestion/Information';
179
- export { default as KeyGroup } from './components/fs/suggestion/KeyGroup';
180
- export { default as Keyoffice } from './components/fs/suggestion/Keyoffice';
181
- export { default as Lack } from './components/fs/suggestion/Lack';
182
- export { default as Notice } from './components/fs/suggestion/Notice';
183
- export { default as NoticeFill } from './components/fs/suggestion/NoticeFill';
184
- export { default as Overtime } from './components/fs/suggestion/Overtime';
185
- export { default as Problem } from './components/fs/suggestion/Problem';
186
- export { default as ProblemFill } from './components/fs/suggestion/ProblemFill';
187
- export { default as Processing } from './components/fs/suggestion/Processing';
188
- export { default as RecordQuality } from './components/fs/suggestion/RecordQuality';
189
- export { default as Rectification } from './components/fs/suggestion/Rectification';
190
- export { default as Rehospitalization } from './components/fs/suggestion/Rehospitalization';
191
- export { default as Sendback } from './components/fs/suggestion/Sendback';
192
- export { default as Success } from './components/fs/suggestion/Success';
193
- export { default as SuccessFill } from './components/fs/suggestion/SuccessFill';
194
- export { default as UndipAccountColor } from './components/fs/suggestion/UndipAccountColor';
195
- export { default as UndrgAccountColor } from './components/fs/suggestion/UndrgAccountColor';
196
- export { default as UninsuranceAccountColor } from './components/fs/suggestion/UninsuranceAccountColor';
197
- export { default as UnreasonableHospitalized } from './components/fs/suggestion/UnreasonableHospitalized';
198
- export { default as Warning } from './components/fs/suggestion/Warning';
199
- export { default as Bill } from './components/business/business-menu/Bill';
200
- export { default as Generate } from './components/business/business-menu/Generate';
201
- export { default as Payment } from './components/business/business-menu/Payment';
202
- export { default as Reconciliation } from './components/business/business-menu/Reconciliation';
203
- export { default as Add } from './components/fs/currency/Add';
204
- export { default as AddFill } from './components/fs/currency/AddFill';
205
- export { default as Admin } from './components/fs/currency/Admin';
206
- export { default as AppearRecord } from './components/fs/currency/AppearRecord';
207
- export { default as AppearRecordFill } from './components/fs/currency/AppearRecordFill';
208
- export { default as AppendTo } from './components/fs/currency/AppendTo';
209
- export { default as ArrowDown } from './components/fs/currency/ArrowDown';
210
- export { default as ArrowLeft } from './components/fs/currency/ArrowLeft';
211
- export { default as ArrowRight } from './components/fs/currency/ArrowRight';
212
- export { default as ArrowUp } from './components/fs/currency/ArrowUp';
213
- export { default as BackToPlatform } from './components/fs/currency/BackToPlatform';
214
- export { default as BackToPlatformFill } from './components/fs/currency/BackToPlatformFill';
215
- export { default as Bottom } from './components/fs/currency/Bottom';
216
- export { default as Cancel } from './components/fs/currency/Cancel';
217
- export { default as CancelFill } from './components/fs/currency/CancelFill';
218
- export { default as CaseInformation } from './components/fs/currency/CaseInformation';
219
- export { default as CaseInformationFill } from './components/fs/currency/CaseInformationFill';
220
- export { default as Chart } from './components/fs/currency/Chart';
221
- export { default as Checkbox } from './components/fs/currency/Checkbox';
222
- export { default as CheckboxDisable } from './components/fs/currency/CheckboxDisable';
223
- export { default as CheckboxFill } from './components/fs/currency/CheckboxFill';
224
- export { default as ChooseFile } from './components/fs/currency/ChooseFile';
225
- export { default as ChooseFileFill } from './components/fs/currency/ChooseFileFill';
226
- export { default as Clean } from './components/fs/currency/Clean';
227
- export { default as CleanFill } from './components/fs/currency/CleanFill';
228
- export { default as Close } from './components/fs/currency/Close';
229
- export { default as Code } from './components/fs/currency/Code';
230
- export { default as Copy } from './components/fs/currency/Copy';
231
- export { default as CopyFill } from './components/fs/currency/CopyFill';
232
- export { default as CostDetail } from './components/fs/currency/CostDetail';
233
- export { default as CostDetailFill } from './components/fs/currency/CostDetailFill';
234
- export { default as Date } from './components/fs/currency/Date';
235
- export { default as DateFill } from './components/fs/currency/DateFill';
236
- export { default as Delete } from './components/fs/currency/Delete';
237
- export { default as DeleteFill } from './components/fs/currency/DeleteFill';
238
- export { default as Download } from './components/fs/currency/Download';
239
- export { default as DownloadFill } from './components/fs/currency/DownloadFill';
240
- export { default as Drag } from './components/fs/currency/Drag';
241
- export { default as Edit } from './components/fs/currency/Edit';
242
- export { default as EditFill } from './components/fs/currency/EditFill';
243
- export { default as EventFollow } from './components/fs/currency/EventFollow';
244
- export { default as EventFollowFill } from './components/fs/currency/EventFollowFill';
245
- export { default as Exitfullscreen } from './components/fs/currency/Exitfullscreen';
246
- export { default as Fall } from './components/fs/currency/Fall';
247
- export { default as Fold } from './components/fs/currency/Fold';
248
- export { default as FoldFill } from './components/fs/currency/FoldFill';
249
- export { default as FsAddnew } from './components/fs/currency/FsAddnew';
250
- export { default as Fullscreen } from './components/fs/currency/Fullscreen';
251
- export { default as GroupFeedback } from './components/fs/currency/GroupFeedback';
252
- export { default as GroupFeedbackFill } from './components/fs/currency/GroupFeedbackFill';
253
- export { default as HospitalAppeal } from './components/fs/currency/HospitalAppeal';
254
- export { default as HospitalAppealFill } from './components/fs/currency/HospitalAppealFill';
255
- export { default as ImitateGroup } from './components/fs/currency/ImitateGroup';
256
- export { default as ImitateGroupFill } from './components/fs/currency/ImitateGroupFill';
257
- export { default as Invisible } from './components/fs/currency/Invisible';
258
- export { default as InvisibleFill } from './components/fs/currency/InvisibleFill';
259
- export { default as Leadingin } from './components/fs/currency/Leadingin';
260
- export { default as LeadinginInformation } from './components/fs/currency/LeadinginInformation';
261
- export { default as Leadingout } from './components/fs/currency/Leadingout';
262
- export { default as ListDetail } from './components/fs/currency/ListDetail';
263
- export { default as ListDetailFill } from './components/fs/currency/ListDetailFill';
264
- export { default as Loading } from './components/fs/currency/Loading';
265
- export { default as More } from './components/fs/currency/More';
266
- export { default as PatientInformationFill } from './components/fs/currency/PatientInformationFill';
267
- export { default as Radio } from './components/fs/currency/Radio';
268
- export { default as RadioFill } from './components/fs/currency/RadioFill';
269
- export { default as Raise } from './components/fs/currency/Raise';
270
- export { default as Record } from './components/fs/currency/Record';
271
- export { default as RecordFill } from './components/fs/currency/RecordFill';
272
- export { default as Recover } from './components/fs/currency/Recover';
273
- export { default as RectifyMassage } from './components/fs/currency/RectifyMassage';
274
- export { default as RectifyMassageFill } from './components/fs/currency/RectifyMassageFill';
275
- export { default as Refresh } from './components/fs/currency/Refresh';
276
- export { default as Screening } from './components/fs/currency/Screening';
277
- export { default as Search } from './components/fs/currency/Search';
278
- export { default as Selecte } from './components/fs/currency/Selecte';
279
- export { default as Setting } from './components/fs/currency/Setting';
280
- export { default as SettingFill } from './components/fs/currency/SettingFill';
281
- export { default as ShuttleLeft } from './components/fs/currency/ShuttleLeft';
282
- export { default as ShuttleRight } from './components/fs/currency/ShuttleRight';
283
- export { default as Singlearrow } from './components/fs/currency/Singlearrow';
284
- export { default as Sort } from './components/fs/currency/Sort';
285
- export { default as StartAnnotate } from './components/fs/currency/StartAnnotate';
286
- export { default as StartAnnotateFill } from './components/fs/currency/StartAnnotateFill';
287
- export { default as Submit } from './components/fs/currency/Submit';
288
- export { default as SubmitFill } from './components/fs/currency/SubmitFill';
289
- export { default as Switch } from './components/fs/currency/Switch';
290
- export { default as SwitchFill } from './components/fs/currency/SwitchFill';
291
- export { default as Table } from './components/fs/currency/Table';
292
- export { default as Time } from './components/fs/currency/Time';
293
- export { default as TimeFill } from './components/fs/currency/TimeFill';
294
- export { default as Top } from './components/fs/currency/Top';
295
- export { default as Unfixed } from './components/fs/currency/Unfixed';
296
- export { default as Unfold } from './components/fs/currency/Unfold';
297
- export { default as UnfoldFill } from './components/fs/currency/UnfoldFill';
298
- export { default as Visible } from './components/fs/currency/Visible';
299
- export { default as VisibleFill } from './components/fs/currency/VisibleFill';
300
- export { default as PatientInformation } from './components/general/currency/PatientInformation';
301
300
  export { default as Document } from './components/sbt/business-menu/Document';
302
301
  export { default as Insurancepolicy } from './components/sbt/business-menu/Insurancepolicy';
303
302
  export { default as PaymentFill } from './components/sbt/business-menu/PaymentFill';
@@ -305,6 +304,18 @@ export { default as SbtAddressbook } from './components/sbt/business-menu/SbtAdd
305
304
  export { default as SbtApiRecord } from './components/sbt/business-menu/SbtApiRecord';
306
305
  export { default as SbtPingan } from './components/sbt/business-menu/SbtPingan';
307
306
  export { default as SbtRealname } from './components/sbt/business-menu/SbtRealname';
307
+ export { default as SbtChecked } from './components/sbt/currency/SbtChecked';
308
+ export { default as SbtLink } from './components/sbt/currency/SbtLink';
309
+ export { default as SbtModify } from './components/sbt/currency/SbtModify';
310
+ export { default as SbtQrcode } from './components/sbt/currency/SbtQrcode';
311
+ export { default as SbtRetract } from './components/sbt/currency/SbtRetract';
312
+ export { default as SbtRetractFill } from './components/sbt/currency/SbtRetractFill';
313
+ export { default as PatientInformation } from './components/general/currency/PatientInformation';
314
+ export { default as SbtJpg } from './components/sbt/old-twocolor/SbtJpg';
315
+ export { default as SbtPdf } from './components/sbt/old-twocolor/SbtPdf';
316
+ export { default as SbtPng } from './components/sbt/old-twocolor/SbtPng';
317
+ export { default as SbtRarZip } from './components/sbt/old-twocolor/SbtRarZip';
318
+ export { default as SbtWord } from './components/sbt/old-twocolor/SbtWord';
308
319
  export { default as Account } from './components/fs/old-outlined/Account';
309
320
  export { default as AccountFill } from './components/fs/old-outlined/AccountFill';
310
321
  export { default as AcountManage } from './components/fs/old-outlined/AcountManage';
@@ -497,11 +508,6 @@ export { default as Zhuantifenxi } from './components/fs/old-outlined/Zhuantifen
497
508
  export { default as ZhuantifenxiFill } from './components/fs/old-outlined/ZhuantifenxiFill';
498
509
  export { default as Zhutizhibiao } from './components/fs/old-outlined/Zhutizhibiao';
499
510
  export { default as Zygl } from './components/fs/old-outlined/Zygl';
500
- export { default as SbtLink } from './components/sbt/currency/SbtLink';
501
- export { default as SbtModify } from './components/sbt/currency/SbtModify';
502
- export { default as SbtQrcode } from './components/sbt/currency/SbtQrcode';
503
- export { default as SbtRetract } from './components/sbt/currency/SbtRetract';
504
- export { default as SbtRetractFill } from './components/sbt/currency/SbtRetractFill';
505
511
  export { default as ApplyFail } from './components/sbt/suggestion/ApplyFail';
506
512
  export { default as ApplySuccess } from './components/sbt/suggestion/ApplySuccess';
507
513
  export { default as AttestationFail } from './components/sbt/suggestion/AttestationFail';