@firesoon/icons-react 3.0.20 → 3.0.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/components/sbt/business-menu/SbtBookingmanagement.js +12 -0
- package/es/components/sbt/business-menu/SbtCasemanagement.js +12 -0
- package/es/components/sbt/business-menu/SbtConfigurationcenter.js +12 -0
- package/es/components/sbt/business-menu/SbtDepartment.js +12 -0
- package/es/components/sbt/business-menu/SbtHospital.js +12 -0
- package/es/components/sbt/business-menu/SbtInsurancecompany.js +12 -0
- package/es/components/sbt/business-menu/SbtNotificationssettings.js +12 -0
- package/es/components/sbt/business-menu/SbtNumbersource.js +12 -0
- package/es/components/sbt/business-menu/SbtProductconfiguration.js +12 -0
- package/es/components/sbt/business-menu/SbtRiskmanagement.js +12 -0
- package/es/components/sbt/{currency/SbtChecked.js → business-menu/SbtScheme.js} +3 -3
- package/es/components/sbt/business-menu/index.d.ts +11 -0
- package/es/components/sbt/business-menu/index.js +12 -1
- package/es/components/sbt/currency/{SbtPdf.js → SbtCheckFill.js} +2 -2
- package/es/components/sbt/old-twocolor/SbtJpgFill.d.ts +4 -0
- package/es/components/sbt/{currency/SbtPng.js → old-twocolor/SbtJpgFill.js} +3 -3
- package/es/components/sbt/old-twocolor/SbtPdfFill.d.ts +4 -0
- package/es/components/sbt/{currency/SbtJpg.js → old-twocolor/SbtPdfFill.js} +3 -3
- package/es/components/sbt/old-twocolor/SbtPngFill.d.ts +4 -0
- package/es/components/sbt/old-twocolor/SbtPngFill.js +12 -0
- package/es/components/sbt/old-twocolor/SbtRarFill.d.ts +4 -0
- package/es/components/sbt/old-twocolor/SbtRarFill.js +12 -0
- package/es/components/sbt/old-twocolor/SbtWordFill.d.ts +4 -0
- package/es/components/sbt/old-twocolor/SbtWordFill.js +12 -0
- package/es/components/sbt/old-twocolor/index.d.ts +5 -0
- package/es/components/sbt/old-twocolor/index.js +5 -0
- package/es/dome/index.js +8 -2
- package/es/icons/sbt/business-menu/sbt-bookingmanagement.js +17 -0
- package/es/icons/sbt/business-menu/sbt-casemanagement.js +17 -0
- package/es/icons/sbt/business-menu/sbt-configurationcenter.js +17 -0
- package/es/icons/sbt/business-menu/sbt-department.js +17 -0
- package/es/icons/sbt/business-menu/sbt-hospital.js +17 -0
- package/es/icons/sbt/business-menu/sbt-insurancecompany.js +23 -0
- package/es/icons/sbt/business-menu/sbt-notificationssettings.js +17 -0
- package/es/icons/sbt/business-menu/sbt-numbersource.js +17 -0
- package/es/icons/sbt/business-menu/sbt-productconfiguration.js +17 -0
- package/es/icons/sbt/business-menu/sbt-riskmanagement.js +17 -0
- package/es/icons/sbt/business-menu/sbt-scheme.js +17 -0
- package/es/icons/sbt/currency/{sbt-checked.js → sbt-check-fill.js} +1 -1
- package/es/icons/sbt/old-twocolor/sbt-jpg-fill.d.ts +18 -0
- package/es/icons/sbt/{currency/sbt-jpg.js → old-twocolor/sbt-jpg-fill.js} +5 -3
- package/es/icons/sbt/old-twocolor/sbt-pdf-fill.d.ts +18 -0
- package/es/icons/sbt/{currency/sbt-pdf.js → old-twocolor/sbt-pdf-fill.js} +5 -3
- package/es/icons/sbt/old-twocolor/sbt-png-fill.d.ts +18 -0
- package/es/icons/sbt/{currency/sbt-png.js → old-twocolor/sbt-png-fill.js} +5 -3
- package/es/icons/sbt/old-twocolor/sbt-rar-fill.d.ts +18 -0
- package/es/icons/sbt/{currency/sbt-rarZip.js → old-twocolor/sbt-rar-fill.js} +5 -3
- package/es/icons/sbt/old-twocolor/sbt-word-fill.d.ts +18 -0
- package/es/icons/sbt/{currency/word.js → old-twocolor/sbt-word-fill.js} +7 -4
- package/es/index.d.ts +138 -127
- package/es/index.js +139 -128
- package/lib/components/sbt/business-menu/SbtBookingmanagement.d.ts +4 -0
- package/lib/components/sbt/business-menu/SbtBookingmanagement.js +20 -0
- package/lib/components/sbt/business-menu/SbtCasemanagement.d.ts +4 -0
- package/lib/components/sbt/business-menu/SbtCasemanagement.js +20 -0
- package/lib/components/sbt/business-menu/SbtConfigurationcenter.d.ts +4 -0
- package/lib/components/sbt/business-menu/SbtConfigurationcenter.js +20 -0
- package/lib/components/sbt/business-menu/SbtDepartment.d.ts +4 -0
- package/lib/components/sbt/business-menu/SbtDepartment.js +20 -0
- package/lib/components/sbt/business-menu/SbtHospital.d.ts +4 -0
- package/lib/components/sbt/business-menu/SbtHospital.js +20 -0
- package/lib/components/sbt/business-menu/SbtInsurancecompany.d.ts +4 -0
- package/lib/components/sbt/business-menu/SbtInsurancecompany.js +20 -0
- package/lib/components/sbt/business-menu/SbtNotificationssettings.d.ts +4 -0
- package/lib/components/sbt/business-menu/SbtNotificationssettings.js +20 -0
- package/lib/components/sbt/business-menu/SbtNumbersource.d.ts +4 -0
- package/lib/components/sbt/business-menu/SbtNumbersource.js +20 -0
- package/lib/components/sbt/business-menu/SbtProductconfiguration.d.ts +4 -0
- package/lib/components/sbt/business-menu/SbtProductconfiguration.js +20 -0
- package/lib/components/sbt/business-menu/SbtRiskmanagement.d.ts +4 -0
- package/lib/components/sbt/business-menu/SbtRiskmanagement.js +20 -0
- package/lib/components/sbt/business-menu/SbtScheme.d.ts +4 -0
- package/lib/components/sbt/{currency/SbtJpg.js → business-menu/SbtScheme.js} +4 -4
- package/lib/components/sbt/business-menu/index.d.ts +11 -0
- package/lib/components/sbt/business-menu/index.js +77 -0
- package/lib/components/sbt/currency/SbtCheckFill.d.ts +4 -0
- package/lib/components/sbt/currency/{SbtChecked.js → SbtCheckFill.js} +3 -3
- package/lib/components/sbt/old-twocolor/SbtJpgFill.d.ts +4 -0
- package/lib/components/sbt/{currency/SbtPdf.js → old-twocolor/SbtJpgFill.js} +4 -4
- package/lib/components/sbt/old-twocolor/SbtPdfFill.d.ts +4 -0
- package/lib/components/sbt/{currency/SbtPng.js → old-twocolor/SbtPdfFill.js} +4 -4
- package/lib/components/sbt/old-twocolor/SbtPngFill.d.ts +4 -0
- package/lib/components/sbt/old-twocolor/SbtPngFill.js +20 -0
- package/lib/components/sbt/old-twocolor/SbtRarFill.d.ts +4 -0
- package/lib/components/sbt/old-twocolor/SbtRarFill.js +20 -0
- package/lib/components/sbt/old-twocolor/SbtWordFill.d.ts +4 -0
- package/lib/components/sbt/old-twocolor/SbtWordFill.js +20 -0
- package/lib/components/sbt/old-twocolor/index.d.ts +5 -0
- package/lib/components/sbt/old-twocolor/index.js +41 -0
- package/lib/dome/index.js +8 -2
- package/lib/icons/sbt/business-menu/sbt-bookingmanagement.d.ts +17 -0
- package/lib/icons/sbt/business-menu/sbt-bookingmanagement.js +24 -0
- package/lib/icons/sbt/business-menu/sbt-casemanagement.d.ts +17 -0
- package/lib/icons/sbt/business-menu/sbt-casemanagement.js +24 -0
- package/lib/icons/sbt/business-menu/sbt-configurationcenter.d.ts +17 -0
- package/lib/icons/sbt/business-menu/sbt-configurationcenter.js +24 -0
- package/lib/icons/sbt/business-menu/sbt-department.d.ts +17 -0
- package/lib/icons/sbt/business-menu/sbt-department.js +24 -0
- package/lib/icons/sbt/business-menu/sbt-hospital.d.ts +17 -0
- package/lib/icons/sbt/business-menu/sbt-hospital.js +24 -0
- package/lib/icons/sbt/business-menu/sbt-insurancecompany.d.ts +17 -0
- package/lib/icons/sbt/business-menu/sbt-insurancecompany.js +30 -0
- package/lib/icons/sbt/business-menu/sbt-notificationssettings.d.ts +17 -0
- package/lib/icons/sbt/business-menu/sbt-notificationssettings.js +24 -0
- package/lib/icons/sbt/business-menu/sbt-numbersource.d.ts +17 -0
- package/lib/icons/sbt/business-menu/sbt-numbersource.js +24 -0
- package/lib/icons/sbt/business-menu/sbt-productconfiguration.d.ts +17 -0
- package/lib/icons/sbt/business-menu/sbt-productconfiguration.js +24 -0
- package/lib/icons/sbt/business-menu/sbt-riskmanagement.d.ts +17 -0
- package/lib/icons/sbt/business-menu/sbt-riskmanagement.js +24 -0
- package/lib/icons/sbt/business-menu/sbt-scheme.d.ts +17 -0
- package/lib/icons/sbt/business-menu/sbt-scheme.js +24 -0
- package/lib/icons/sbt/currency/sbt-check-fill.d.ts +17 -0
- package/lib/icons/sbt/currency/{sbt-checked.js → sbt-check-fill.js} +1 -1
- package/lib/icons/sbt/old-twocolor/sbt-jpg-fill.d.ts +18 -0
- package/lib/icons/sbt/{currency/sbt-jpg.js → old-twocolor/sbt-jpg-fill.js} +5 -3
- package/lib/icons/sbt/old-twocolor/sbt-pdf-fill.d.ts +18 -0
- package/lib/icons/sbt/{currency/sbt-pdf.js → old-twocolor/sbt-pdf-fill.js} +5 -3
- package/lib/icons/sbt/old-twocolor/sbt-png-fill.d.ts +18 -0
- package/lib/icons/sbt/{currency/sbt-png.js → old-twocolor/sbt-png-fill.js} +5 -3
- package/lib/icons/sbt/old-twocolor/sbt-rar-fill.d.ts +18 -0
- package/lib/icons/sbt/{currency/sbt-rarZip.js → old-twocolor/sbt-rar-fill.js} +5 -3
- package/lib/icons/sbt/old-twocolor/sbt-word-fill.d.ts +18 -0
- package/lib/icons/sbt/{currency/word.js → old-twocolor/sbt-word-fill.js} +7 -4
- package/lib/index.d.ts +138 -127
- package/lib/index.js +220 -143
- package/package.json +1 -1
- package/es/components/sbt/currency/SbtRarZip.js +0 -12
- package/es/components/sbt/currency/Word.js +0 -12
- package/lib/components/sbt/currency/SbtRarZip.js +0 -20
- package/lib/components/sbt/currency/Word.js +0 -20
- /package/es/components/sbt/{currency/SbtChecked.d.ts → business-menu/SbtBookingmanagement.d.ts} +0 -0
- /package/es/components/sbt/{currency/SbtJpg.d.ts → business-menu/SbtCasemanagement.d.ts} +0 -0
- /package/es/components/sbt/{currency/SbtPdf.d.ts → business-menu/SbtConfigurationcenter.d.ts} +0 -0
- /package/es/components/sbt/{currency/SbtPng.d.ts → business-menu/SbtDepartment.d.ts} +0 -0
- /package/es/components/sbt/{currency/SbtRarZip.d.ts → business-menu/SbtHospital.d.ts} +0 -0
- /package/es/components/sbt/{currency/Word.d.ts → business-menu/SbtInsurancecompany.d.ts} +0 -0
- /package/{lib/components/sbt/currency/SbtChecked.d.ts → es/components/sbt/business-menu/SbtNotificationssettings.d.ts} +0 -0
- /package/{lib/components/sbt/currency/SbtJpg.d.ts → es/components/sbt/business-menu/SbtNumbersource.d.ts} +0 -0
- /package/{lib/components/sbt/currency/SbtPdf.d.ts → es/components/sbt/business-menu/SbtProductconfiguration.d.ts} +0 -0
- /package/{lib/components/sbt/currency/SbtPng.d.ts → es/components/sbt/business-menu/SbtRiskmanagement.d.ts} +0 -0
- /package/{lib/components/sbt/currency/SbtRarZip.d.ts → es/components/sbt/business-menu/SbtScheme.d.ts} +0 -0
- /package/{lib/components/sbt/currency/Word.d.ts → es/components/sbt/currency/SbtCheckFill.d.ts} +0 -0
- /package/es/icons/sbt/{currency/sbt-checked.d.ts → business-menu/sbt-bookingmanagement.d.ts} +0 -0
- /package/es/icons/sbt/{currency/sbt-jpg.d.ts → business-menu/sbt-casemanagement.d.ts} +0 -0
- /package/es/icons/sbt/{currency/sbt-pdf.d.ts → business-menu/sbt-configurationcenter.d.ts} +0 -0
- /package/es/icons/sbt/{currency/sbt-png.d.ts → business-menu/sbt-department.d.ts} +0 -0
- /package/es/icons/sbt/{currency/sbt-rarZip.d.ts → business-menu/sbt-hospital.d.ts} +0 -0
- /package/es/icons/sbt/{currency/word.d.ts → business-menu/sbt-insurancecompany.d.ts} +0 -0
- /package/{lib/icons/sbt/currency/sbt-checked.d.ts → es/icons/sbt/business-menu/sbt-notificationssettings.d.ts} +0 -0
- /package/{lib/icons/sbt/currency/sbt-jpg.d.ts → es/icons/sbt/business-menu/sbt-numbersource.d.ts} +0 -0
- /package/{lib/icons/sbt/currency/sbt-pdf.d.ts → es/icons/sbt/business-menu/sbt-productconfiguration.d.ts} +0 -0
- /package/{lib/icons/sbt/currency/sbt-png.d.ts → es/icons/sbt/business-menu/sbt-riskmanagement.d.ts} +0 -0
- /package/{lib/icons/sbt/currency/sbt-rarZip.d.ts → es/icons/sbt/business-menu/sbt-scheme.d.ts} +0 -0
- /package/{lib/icons/sbt/currency/word.d.ts → es/icons/sbt/currency/sbt-check-fill.d.ts} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var node = {
|
|
2
|
-
"name": "sbt-jpg",
|
|
2
|
+
"name": "sbt-jpg-fill",
|
|
3
3
|
"nodeTree": {
|
|
4
4
|
"tag": "svg",
|
|
5
5
|
"attrs": {
|
|
@@ -8,13 +8,15 @@ var node = {
|
|
|
8
8
|
"children": [{
|
|
9
9
|
"tag": "path",
|
|
10
10
|
"attrs": {
|
|
11
|
-
"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"
|
|
11
|
+
"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",
|
|
12
|
+
"fill": "#FFD699"
|
|
12
13
|
},
|
|
13
14
|
"children": []
|
|
14
15
|
}, {
|
|
15
16
|
"tag": "path",
|
|
16
17
|
"attrs": {
|
|
17
|
-
"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"
|
|
18
|
+
"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",
|
|
19
|
+
"fill": "#FA8C1F"
|
|
18
20
|
},
|
|
19
21
|
"children": []
|
|
20
22
|
}]
|
|
@@ -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;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var node = {
|
|
2
|
-
"name": "sbt-pdf",
|
|
2
|
+
"name": "sbt-pdf-fill",
|
|
3
3
|
"nodeTree": {
|
|
4
4
|
"tag": "svg",
|
|
5
5
|
"attrs": {
|
|
@@ -8,13 +8,15 @@ var node = {
|
|
|
8
8
|
"children": [{
|
|
9
9
|
"tag": "path",
|
|
10
10
|
"attrs": {
|
|
11
|
-
"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"
|
|
11
|
+
"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",
|
|
12
|
+
"fill": "#FFCAC4"
|
|
12
13
|
},
|
|
13
14
|
"children": []
|
|
14
15
|
}, {
|
|
15
16
|
"tag": "path",
|
|
16
17
|
"attrs": {
|
|
17
|
-
"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"
|
|
18
|
+
"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",
|
|
19
|
+
"fill": "#FF4949"
|
|
18
20
|
},
|
|
19
21
|
"children": []
|
|
20
22
|
}]
|
|
@@ -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;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var node = {
|
|
2
|
-
"name": "sbt-png",
|
|
2
|
+
"name": "sbt-png-fill",
|
|
3
3
|
"nodeTree": {
|
|
4
4
|
"tag": "svg",
|
|
5
5
|
"attrs": {
|
|
@@ -8,13 +8,15 @@ var node = {
|
|
|
8
8
|
"children": [{
|
|
9
9
|
"tag": "path",
|
|
10
10
|
"attrs": {
|
|
11
|
-
"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"
|
|
11
|
+
"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",
|
|
12
|
+
"fill": "#D0F2D3"
|
|
12
13
|
},
|
|
13
14
|
"children": []
|
|
14
15
|
}, {
|
|
15
16
|
"tag": "path",
|
|
16
17
|
"attrs": {
|
|
17
|
-
"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"
|
|
18
|
+
"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",
|
|
19
|
+
"fill": "#2BC048"
|
|
18
20
|
},
|
|
19
21
|
"children": []
|
|
20
22
|
}]
|
|
@@ -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;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var node = {
|
|
2
|
-
"name": "sbt-
|
|
2
|
+
"name": "sbt-rar-fill",
|
|
3
3
|
"nodeTree": {
|
|
4
4
|
"tag": "svg",
|
|
5
5
|
"attrs": {
|
|
@@ -8,13 +8,15 @@ var node = {
|
|
|
8
8
|
"children": [{
|
|
9
9
|
"tag": "path",
|
|
10
10
|
"attrs": {
|
|
11
|
-
"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"
|
|
11
|
+
"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",
|
|
12
|
+
"fill": "#A3D7FF"
|
|
12
13
|
},
|
|
13
14
|
"children": []
|
|
14
15
|
}, {
|
|
15
16
|
"tag": "path",
|
|
16
17
|
"attrs": {
|
|
17
|
-
"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"
|
|
18
|
+
"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",
|
|
19
|
+
"fill": "#006DFC"
|
|
18
20
|
},
|
|
19
21
|
"children": []
|
|
20
22
|
}]
|
|
@@ -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;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var node = {
|
|
2
|
-
"name": "word",
|
|
2
|
+
"name": "sbt-word-fill",
|
|
3
3
|
"nodeTree": {
|
|
4
4
|
"tag": "svg",
|
|
5
5
|
"attrs": {
|
|
@@ -8,19 +8,22 @@ var node = {
|
|
|
8
8
|
"children": [{
|
|
9
9
|
"tag": "path",
|
|
10
10
|
"attrs": {
|
|
11
|
-
"d": "M240 310.86h64v512h-64v-512z"
|
|
11
|
+
"d": "M240 310.86h64v512h-64v-512z",
|
|
12
|
+
"fill": "#D8D8D8"
|
|
12
13
|
},
|
|
13
14
|
"children": []
|
|
14
15
|
}, {
|
|
15
16
|
"tag": "path",
|
|
16
17
|
"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
|
+
"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",
|
|
19
|
+
"fill": "#D0F2D3"
|
|
18
20
|
},
|
|
19
21
|
"children": []
|
|
20
22
|
}, {
|
|
21
23
|
"tag": "path",
|
|
22
24
|
"attrs": {
|
|
23
|
-
"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"
|
|
25
|
+
"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",
|
|
26
|
+
"fill": "#2BC048"
|
|
24
27
|
},
|
|
25
28
|
"children": []
|
|
26
29
|
}]
|
package/es/index.d.ts
CHANGED
|
@@ -2,25 +2,35 @@ export { default as Bill } from './components/business/business-menu/Bill';
|
|
|
2
2
|
export { default as Generate } from './components/business/business-menu/Generate';
|
|
3
3
|
export { default as Payment } from './components/business/business-menu/Payment';
|
|
4
4
|
export { default as Reconciliation } from './components/business/business-menu/Reconciliation';
|
|
5
|
-
export { default as PatientInformation } from './components/general/currency/PatientInformation';
|
|
6
5
|
export { default as Document } from './components/sbt/business-menu/Document';
|
|
7
6
|
export { default as Insurancepolicy } from './components/sbt/business-menu/Insurancepolicy';
|
|
8
7
|
export { default as PaymentFill } from './components/sbt/business-menu/PaymentFill';
|
|
9
8
|
export { default as SbtAddressbook } from './components/sbt/business-menu/SbtAddressbook';
|
|
10
9
|
export { default as SbtApiRecord } from './components/sbt/business-menu/SbtApiRecord';
|
|
10
|
+
export { default as SbtBookingmanagement } from './components/sbt/business-menu/SbtBookingmanagement';
|
|
11
|
+
export { default as SbtCasemanagement } from './components/sbt/business-menu/SbtCasemanagement';
|
|
12
|
+
export { default as SbtConfigurationcenter } from './components/sbt/business-menu/SbtConfigurationcenter';
|
|
13
|
+
export { default as SbtDepartment } from './components/sbt/business-menu/SbtDepartment';
|
|
14
|
+
export { default as SbtHospital } from './components/sbt/business-menu/SbtHospital';
|
|
15
|
+
export { default as SbtInsurancecompany } from './components/sbt/business-menu/SbtInsurancecompany';
|
|
16
|
+
export { default as SbtNotificationssettings } from './components/sbt/business-menu/SbtNotificationssettings';
|
|
17
|
+
export { default as SbtNumbersource } from './components/sbt/business-menu/SbtNumbersource';
|
|
11
18
|
export { default as SbtPingan } from './components/sbt/business-menu/SbtPingan';
|
|
19
|
+
export { default as SbtProductconfiguration } from './components/sbt/business-menu/SbtProductconfiguration';
|
|
12
20
|
export { default as SbtRealname } from './components/sbt/business-menu/SbtRealname';
|
|
13
|
-
export { default as
|
|
14
|
-
export { default as
|
|
21
|
+
export { default as SbtRiskmanagement } from './components/sbt/business-menu/SbtRiskmanagement';
|
|
22
|
+
export { default as SbtScheme } from './components/sbt/business-menu/SbtScheme';
|
|
23
|
+
export { default as SbtCheckFill } from './components/sbt/currency/SbtCheckFill';
|
|
15
24
|
export { default as SbtLink } from './components/sbt/currency/SbtLink';
|
|
16
25
|
export { default as SbtModify } from './components/sbt/currency/SbtModify';
|
|
17
|
-
export { default as SbtPdf } from './components/sbt/currency/SbtPdf';
|
|
18
|
-
export { default as SbtPng } from './components/sbt/currency/SbtPng';
|
|
19
26
|
export { default as SbtQrcode } from './components/sbt/currency/SbtQrcode';
|
|
20
|
-
export { default as SbtRarZip } from './components/sbt/currency/SbtRarZip';
|
|
21
27
|
export { default as SbtRetract } from './components/sbt/currency/SbtRetract';
|
|
22
28
|
export { default as SbtRetractFill } from './components/sbt/currency/SbtRetractFill';
|
|
23
|
-
export { default as
|
|
29
|
+
export { default as SbtJpgFill } from './components/sbt/old-twocolor/SbtJpgFill';
|
|
30
|
+
export { default as SbtPdfFill } from './components/sbt/old-twocolor/SbtPdfFill';
|
|
31
|
+
export { default as SbtPngFill } from './components/sbt/old-twocolor/SbtPngFill';
|
|
32
|
+
export { default as SbtRarFill } from './components/sbt/old-twocolor/SbtRarFill';
|
|
33
|
+
export { default as SbtWordFill } from './components/sbt/old-twocolor/SbtWordFill';
|
|
24
34
|
export { default as ApplyFail } from './components/sbt/suggestion/ApplyFail';
|
|
25
35
|
export { default as ApplySuccess } from './components/sbt/suggestion/ApplySuccess';
|
|
26
36
|
export { default as AttestationFail } from './components/sbt/suggestion/AttestationFail';
|
|
@@ -176,29 +186,6 @@ export { default as UserManagement } from './components/fs/business-menu/UserMan
|
|
|
176
186
|
export { default as UserManagementFill } from './components/fs/business-menu/UserManagementFill';
|
|
177
187
|
export { default as WarningVerify } from './components/fs/business-menu/WarningVerify';
|
|
178
188
|
export { default as WarningVerifyFill } from './components/fs/business-menu/WarningVerifyFill';
|
|
179
|
-
export { default as Bingzuwentifankui } from './components/fs/old-twocolor/Bingzuwentifankui';
|
|
180
|
-
export { default as BingzuwentifankuiNew } from './components/fs/old-twocolor/BingzuwentifankuiNew';
|
|
181
|
-
export { default as CasesDoubt } from './components/fs/old-twocolor/CasesDoubt';
|
|
182
|
-
export { default as Empty404 } from './components/fs/old-twocolor/Empty404';
|
|
183
|
-
export { default as EmptyNetwork } from './components/fs/old-twocolor/EmptyNetwork';
|
|
184
|
-
export { default as EmptyNormal } from './components/fs/old-twocolor/EmptyNormal';
|
|
185
|
-
export { default as EmptyPermission } from './components/fs/old-twocolor/EmptyPermission';
|
|
186
|
-
export { default as EmptyTable } from './components/fs/old-twocolor/EmptyTable';
|
|
187
|
-
export { default as FailCircle } from './components/fs/old-twocolor/FailCircle';
|
|
188
|
-
export { default as Html404 } from './components/fs/old-twocolor/Html404';
|
|
189
|
-
export { default as Huanzhejibenxinxi } from './components/fs/old-twocolor/Huanzhejibenxinxi';
|
|
190
|
-
export { default as LoadingCircle } from './components/fs/old-twocolor/LoadingCircle';
|
|
191
|
-
export { default as MasterMedicalOrder } from './components/fs/old-twocolor/MasterMedicalOrder';
|
|
192
|
-
export { default as MissFill } from './components/fs/old-twocolor/MissFill';
|
|
193
|
-
export { default as MonitorTrend } from './components/fs/old-twocolor/MonitorTrend';
|
|
194
|
-
export { default as NoNetwork } from './components/fs/old-twocolor/NoNetwork';
|
|
195
|
-
export { default as NoPermissions } from './components/fs/old-twocolor/NoPermissions';
|
|
196
|
-
export { default as ReHospitalizedTag } from './components/fs/old-twocolor/ReHospitalizedTag';
|
|
197
|
-
export { default as Ruotishi } from './components/fs/old-twocolor/Ruotishi';
|
|
198
|
-
export { default as ServerError } from './components/fs/old-twocolor/ServerError';
|
|
199
|
-
export { default as SuccessCircle } from './components/fs/old-twocolor/SuccessCircle';
|
|
200
|
-
export { default as Tishi } from './components/fs/old-twocolor/Tishi';
|
|
201
|
-
export { default as WaitCircle } from './components/fs/old-twocolor/WaitCircle';
|
|
202
189
|
export { default as Await } from './components/fs/suggestion/Await';
|
|
203
190
|
export { default as BenchmarkAnalysis } from './components/fs/suggestion/BenchmarkAnalysis';
|
|
204
191
|
export { default as ClaimFinish } from './components/fs/suggestion/ClaimFinish';
|
|
@@ -237,6 +224,127 @@ export { default as UndrgAccountColor } from './components/fs/suggestion/UndrgAc
|
|
|
237
224
|
export { default as UninsuranceAccountColor } from './components/fs/suggestion/UninsuranceAccountColor';
|
|
238
225
|
export { default as UnreasonableHospitalized } from './components/fs/suggestion/UnreasonableHospitalized';
|
|
239
226
|
export { default as Warning } from './components/fs/suggestion/Warning';
|
|
227
|
+
export { default as Bingzuwentifankui } from './components/fs/old-twocolor/Bingzuwentifankui';
|
|
228
|
+
export { default as BingzuwentifankuiNew } from './components/fs/old-twocolor/BingzuwentifankuiNew';
|
|
229
|
+
export { default as CasesDoubt } from './components/fs/old-twocolor/CasesDoubt';
|
|
230
|
+
export { default as Empty404 } from './components/fs/old-twocolor/Empty404';
|
|
231
|
+
export { default as EmptyNetwork } from './components/fs/old-twocolor/EmptyNetwork';
|
|
232
|
+
export { default as EmptyNormal } from './components/fs/old-twocolor/EmptyNormal';
|
|
233
|
+
export { default as EmptyPermission } from './components/fs/old-twocolor/EmptyPermission';
|
|
234
|
+
export { default as EmptyTable } from './components/fs/old-twocolor/EmptyTable';
|
|
235
|
+
export { default as FailCircle } from './components/fs/old-twocolor/FailCircle';
|
|
236
|
+
export { default as Html404 } from './components/fs/old-twocolor/Html404';
|
|
237
|
+
export { default as Huanzhejibenxinxi } from './components/fs/old-twocolor/Huanzhejibenxinxi';
|
|
238
|
+
export { default as LoadingCircle } from './components/fs/old-twocolor/LoadingCircle';
|
|
239
|
+
export { default as MasterMedicalOrder } from './components/fs/old-twocolor/MasterMedicalOrder';
|
|
240
|
+
export { default as MissFill } from './components/fs/old-twocolor/MissFill';
|
|
241
|
+
export { default as MonitorTrend } from './components/fs/old-twocolor/MonitorTrend';
|
|
242
|
+
export { default as NoNetwork } from './components/fs/old-twocolor/NoNetwork';
|
|
243
|
+
export { default as NoPermissions } from './components/fs/old-twocolor/NoPermissions';
|
|
244
|
+
export { default as ReHospitalizedTag } from './components/fs/old-twocolor/ReHospitalizedTag';
|
|
245
|
+
export { default as Ruotishi } from './components/fs/old-twocolor/Ruotishi';
|
|
246
|
+
export { default as ServerError } from './components/fs/old-twocolor/ServerError';
|
|
247
|
+
export { default as SuccessCircle } from './components/fs/old-twocolor/SuccessCircle';
|
|
248
|
+
export { default as Tishi } from './components/fs/old-twocolor/Tishi';
|
|
249
|
+
export { default as WaitCircle } from './components/fs/old-twocolor/WaitCircle';
|
|
250
|
+
export { default as PatientInformation } from './components/general/currency/PatientInformation';
|
|
251
|
+
export { default as Add } from './components/fs/currency/Add';
|
|
252
|
+
export { default as AddFill } from './components/fs/currency/AddFill';
|
|
253
|
+
export { default as Admin } from './components/fs/currency/Admin';
|
|
254
|
+
export { default as AppearRecord } from './components/fs/currency/AppearRecord';
|
|
255
|
+
export { default as AppearRecordFill } from './components/fs/currency/AppearRecordFill';
|
|
256
|
+
export { default as AppendTo } from './components/fs/currency/AppendTo';
|
|
257
|
+
export { default as ArrowDown } from './components/fs/currency/ArrowDown';
|
|
258
|
+
export { default as ArrowLeft } from './components/fs/currency/ArrowLeft';
|
|
259
|
+
export { default as ArrowRight } from './components/fs/currency/ArrowRight';
|
|
260
|
+
export { default as ArrowUp } from './components/fs/currency/ArrowUp';
|
|
261
|
+
export { default as BackToPlatform } from './components/fs/currency/BackToPlatform';
|
|
262
|
+
export { default as BackToPlatformFill } from './components/fs/currency/BackToPlatformFill';
|
|
263
|
+
export { default as Bottom } from './components/fs/currency/Bottom';
|
|
264
|
+
export { default as Cancel } from './components/fs/currency/Cancel';
|
|
265
|
+
export { default as CancelFill } from './components/fs/currency/CancelFill';
|
|
266
|
+
export { default as CaseInformation } from './components/fs/currency/CaseInformation';
|
|
267
|
+
export { default as CaseInformationFill } from './components/fs/currency/CaseInformationFill';
|
|
268
|
+
export { default as Chart } from './components/fs/currency/Chart';
|
|
269
|
+
export { default as Checkbox } from './components/fs/currency/Checkbox';
|
|
270
|
+
export { default as CheckboxDisable } from './components/fs/currency/CheckboxDisable';
|
|
271
|
+
export { default as CheckboxFill } from './components/fs/currency/CheckboxFill';
|
|
272
|
+
export { default as ChooseFile } from './components/fs/currency/ChooseFile';
|
|
273
|
+
export { default as ChooseFileFill } from './components/fs/currency/ChooseFileFill';
|
|
274
|
+
export { default as Clean } from './components/fs/currency/Clean';
|
|
275
|
+
export { default as CleanFill } from './components/fs/currency/CleanFill';
|
|
276
|
+
export { default as Close } from './components/fs/currency/Close';
|
|
277
|
+
export { default as Code } from './components/fs/currency/Code';
|
|
278
|
+
export { default as Copy } from './components/fs/currency/Copy';
|
|
279
|
+
export { default as CopyFill } from './components/fs/currency/CopyFill';
|
|
280
|
+
export { default as CostDetail } from './components/fs/currency/CostDetail';
|
|
281
|
+
export { default as CostDetailFill } from './components/fs/currency/CostDetailFill';
|
|
282
|
+
export { default as Date } from './components/fs/currency/Date';
|
|
283
|
+
export { default as DateFill } from './components/fs/currency/DateFill';
|
|
284
|
+
export { default as Delete } from './components/fs/currency/Delete';
|
|
285
|
+
export { default as DeleteFill } from './components/fs/currency/DeleteFill';
|
|
286
|
+
export { default as Download } from './components/fs/currency/Download';
|
|
287
|
+
export { default as DownloadFill } from './components/fs/currency/DownloadFill';
|
|
288
|
+
export { default as Drag } from './components/fs/currency/Drag';
|
|
289
|
+
export { default as Edit } from './components/fs/currency/Edit';
|
|
290
|
+
export { default as EditFill } from './components/fs/currency/EditFill';
|
|
291
|
+
export { default as EventFollow } from './components/fs/currency/EventFollow';
|
|
292
|
+
export { default as EventFollowFill } from './components/fs/currency/EventFollowFill';
|
|
293
|
+
export { default as Exitfullscreen } from './components/fs/currency/Exitfullscreen';
|
|
294
|
+
export { default as Fall } from './components/fs/currency/Fall';
|
|
295
|
+
export { default as Fold } from './components/fs/currency/Fold';
|
|
296
|
+
export { default as FoldFill } from './components/fs/currency/FoldFill';
|
|
297
|
+
export { default as FsAddnew } from './components/fs/currency/FsAddnew';
|
|
298
|
+
export { default as Fullscreen } from './components/fs/currency/Fullscreen';
|
|
299
|
+
export { default as GroupFeedback } from './components/fs/currency/GroupFeedback';
|
|
300
|
+
export { default as GroupFeedbackFill } from './components/fs/currency/GroupFeedbackFill';
|
|
301
|
+
export { default as HospitalAppeal } from './components/fs/currency/HospitalAppeal';
|
|
302
|
+
export { default as HospitalAppealFill } from './components/fs/currency/HospitalAppealFill';
|
|
303
|
+
export { default as ImitateGroup } from './components/fs/currency/ImitateGroup';
|
|
304
|
+
export { default as ImitateGroupFill } from './components/fs/currency/ImitateGroupFill';
|
|
305
|
+
export { default as Invisible } from './components/fs/currency/Invisible';
|
|
306
|
+
export { default as InvisibleFill } from './components/fs/currency/InvisibleFill';
|
|
307
|
+
export { default as Leadingin } from './components/fs/currency/Leadingin';
|
|
308
|
+
export { default as LeadinginInformation } from './components/fs/currency/LeadinginInformation';
|
|
309
|
+
export { default as Leadingout } from './components/fs/currency/Leadingout';
|
|
310
|
+
export { default as ListDetail } from './components/fs/currency/ListDetail';
|
|
311
|
+
export { default as ListDetailFill } from './components/fs/currency/ListDetailFill';
|
|
312
|
+
export { default as Loading } from './components/fs/currency/Loading';
|
|
313
|
+
export { default as More } from './components/fs/currency/More';
|
|
314
|
+
export { default as PatientInformationFill } from './components/fs/currency/PatientInformationFill';
|
|
315
|
+
export { default as Radio } from './components/fs/currency/Radio';
|
|
316
|
+
export { default as RadioFill } from './components/fs/currency/RadioFill';
|
|
317
|
+
export { default as Raise } from './components/fs/currency/Raise';
|
|
318
|
+
export { default as Record } from './components/fs/currency/Record';
|
|
319
|
+
export { default as RecordFill } from './components/fs/currency/RecordFill';
|
|
320
|
+
export { default as Recover } from './components/fs/currency/Recover';
|
|
321
|
+
export { default as RectifyMassage } from './components/fs/currency/RectifyMassage';
|
|
322
|
+
export { default as RectifyMassageFill } from './components/fs/currency/RectifyMassageFill';
|
|
323
|
+
export { default as Refresh } from './components/fs/currency/Refresh';
|
|
324
|
+
export { default as Screening } from './components/fs/currency/Screening';
|
|
325
|
+
export { default as Search } from './components/fs/currency/Search';
|
|
326
|
+
export { default as Selecte } from './components/fs/currency/Selecte';
|
|
327
|
+
export { default as Setting } from './components/fs/currency/Setting';
|
|
328
|
+
export { default as SettingFill } from './components/fs/currency/SettingFill';
|
|
329
|
+
export { default as ShuttleLeft } from './components/fs/currency/ShuttleLeft';
|
|
330
|
+
export { default as ShuttleRight } from './components/fs/currency/ShuttleRight';
|
|
331
|
+
export { default as Singlearrow } from './components/fs/currency/Singlearrow';
|
|
332
|
+
export { default as Sort } from './components/fs/currency/Sort';
|
|
333
|
+
export { default as StartAnnotate } from './components/fs/currency/StartAnnotate';
|
|
334
|
+
export { default as StartAnnotateFill } from './components/fs/currency/StartAnnotateFill';
|
|
335
|
+
export { default as Submit } from './components/fs/currency/Submit';
|
|
336
|
+
export { default as SubmitFill } from './components/fs/currency/SubmitFill';
|
|
337
|
+
export { default as Switch } from './components/fs/currency/Switch';
|
|
338
|
+
export { default as SwitchFill } from './components/fs/currency/SwitchFill';
|
|
339
|
+
export { default as Table } from './components/fs/currency/Table';
|
|
340
|
+
export { default as Time } from './components/fs/currency/Time';
|
|
341
|
+
export { default as TimeFill } from './components/fs/currency/TimeFill';
|
|
342
|
+
export { default as Top } from './components/fs/currency/Top';
|
|
343
|
+
export { default as Unfixed } from './components/fs/currency/Unfixed';
|
|
344
|
+
export { default as Unfold } from './components/fs/currency/Unfold';
|
|
345
|
+
export { default as UnfoldFill } from './components/fs/currency/UnfoldFill';
|
|
346
|
+
export { default as Visible } from './components/fs/currency/Visible';
|
|
347
|
+
export { default as VisibleFill } from './components/fs/currency/VisibleFill';
|
|
240
348
|
export { default as Account } from './components/fs/old-outlined/Account';
|
|
241
349
|
export { default as AccountFill } from './components/fs/old-outlined/AccountFill';
|
|
242
350
|
export { default as AcountManage } from './components/fs/old-outlined/AcountManage';
|
|
@@ -429,100 +537,3 @@ export { default as Zhuantifenxi } from './components/fs/old-outlined/Zhuantifen
|
|
|
429
537
|
export { default as ZhuantifenxiFill } from './components/fs/old-outlined/ZhuantifenxiFill';
|
|
430
538
|
export { default as Zhutizhibiao } from './components/fs/old-outlined/Zhutizhibiao';
|
|
431
539
|
export { default as Zygl } from './components/fs/old-outlined/Zygl';
|
|
432
|
-
export { default as Add } from './components/fs/currency/Add';
|
|
433
|
-
export { default as AddFill } from './components/fs/currency/AddFill';
|
|
434
|
-
export { default as Admin } from './components/fs/currency/Admin';
|
|
435
|
-
export { default as AppearRecord } from './components/fs/currency/AppearRecord';
|
|
436
|
-
export { default as AppearRecordFill } from './components/fs/currency/AppearRecordFill';
|
|
437
|
-
export { default as AppendTo } from './components/fs/currency/AppendTo';
|
|
438
|
-
export { default as ArrowDown } from './components/fs/currency/ArrowDown';
|
|
439
|
-
export { default as ArrowLeft } from './components/fs/currency/ArrowLeft';
|
|
440
|
-
export { default as ArrowRight } from './components/fs/currency/ArrowRight';
|
|
441
|
-
export { default as ArrowUp } from './components/fs/currency/ArrowUp';
|
|
442
|
-
export { default as BackToPlatform } from './components/fs/currency/BackToPlatform';
|
|
443
|
-
export { default as BackToPlatformFill } from './components/fs/currency/BackToPlatformFill';
|
|
444
|
-
export { default as Bottom } from './components/fs/currency/Bottom';
|
|
445
|
-
export { default as Cancel } from './components/fs/currency/Cancel';
|
|
446
|
-
export { default as CancelFill } from './components/fs/currency/CancelFill';
|
|
447
|
-
export { default as CaseInformation } from './components/fs/currency/CaseInformation';
|
|
448
|
-
export { default as CaseInformationFill } from './components/fs/currency/CaseInformationFill';
|
|
449
|
-
export { default as Chart } from './components/fs/currency/Chart';
|
|
450
|
-
export { default as Checkbox } from './components/fs/currency/Checkbox';
|
|
451
|
-
export { default as CheckboxDisable } from './components/fs/currency/CheckboxDisable';
|
|
452
|
-
export { default as CheckboxFill } from './components/fs/currency/CheckboxFill';
|
|
453
|
-
export { default as ChooseFile } from './components/fs/currency/ChooseFile';
|
|
454
|
-
export { default as ChooseFileFill } from './components/fs/currency/ChooseFileFill';
|
|
455
|
-
export { default as Clean } from './components/fs/currency/Clean';
|
|
456
|
-
export { default as CleanFill } from './components/fs/currency/CleanFill';
|
|
457
|
-
export { default as Close } from './components/fs/currency/Close';
|
|
458
|
-
export { default as Code } from './components/fs/currency/Code';
|
|
459
|
-
export { default as Copy } from './components/fs/currency/Copy';
|
|
460
|
-
export { default as CopyFill } from './components/fs/currency/CopyFill';
|
|
461
|
-
export { default as CostDetail } from './components/fs/currency/CostDetail';
|
|
462
|
-
export { default as CostDetailFill } from './components/fs/currency/CostDetailFill';
|
|
463
|
-
export { default as Date } from './components/fs/currency/Date';
|
|
464
|
-
export { default as DateFill } from './components/fs/currency/DateFill';
|
|
465
|
-
export { default as Delete } from './components/fs/currency/Delete';
|
|
466
|
-
export { default as DeleteFill } from './components/fs/currency/DeleteFill';
|
|
467
|
-
export { default as Download } from './components/fs/currency/Download';
|
|
468
|
-
export { default as DownloadFill } from './components/fs/currency/DownloadFill';
|
|
469
|
-
export { default as Drag } from './components/fs/currency/Drag';
|
|
470
|
-
export { default as Edit } from './components/fs/currency/Edit';
|
|
471
|
-
export { default as EditFill } from './components/fs/currency/EditFill';
|
|
472
|
-
export { default as EventFollow } from './components/fs/currency/EventFollow';
|
|
473
|
-
export { default as EventFollowFill } from './components/fs/currency/EventFollowFill';
|
|
474
|
-
export { default as Exitfullscreen } from './components/fs/currency/Exitfullscreen';
|
|
475
|
-
export { default as Fall } from './components/fs/currency/Fall';
|
|
476
|
-
export { default as Fold } from './components/fs/currency/Fold';
|
|
477
|
-
export { default as FoldFill } from './components/fs/currency/FoldFill';
|
|
478
|
-
export { default as FsAddnew } from './components/fs/currency/FsAddnew';
|
|
479
|
-
export { default as Fullscreen } from './components/fs/currency/Fullscreen';
|
|
480
|
-
export { default as GroupFeedback } from './components/fs/currency/GroupFeedback';
|
|
481
|
-
export { default as GroupFeedbackFill } from './components/fs/currency/GroupFeedbackFill';
|
|
482
|
-
export { default as HospitalAppeal } from './components/fs/currency/HospitalAppeal';
|
|
483
|
-
export { default as HospitalAppealFill } from './components/fs/currency/HospitalAppealFill';
|
|
484
|
-
export { default as ImitateGroup } from './components/fs/currency/ImitateGroup';
|
|
485
|
-
export { default as ImitateGroupFill } from './components/fs/currency/ImitateGroupFill';
|
|
486
|
-
export { default as Invisible } from './components/fs/currency/Invisible';
|
|
487
|
-
export { default as InvisibleFill } from './components/fs/currency/InvisibleFill';
|
|
488
|
-
export { default as Leadingin } from './components/fs/currency/Leadingin';
|
|
489
|
-
export { default as LeadinginInformation } from './components/fs/currency/LeadinginInformation';
|
|
490
|
-
export { default as Leadingout } from './components/fs/currency/Leadingout';
|
|
491
|
-
export { default as ListDetail } from './components/fs/currency/ListDetail';
|
|
492
|
-
export { default as ListDetailFill } from './components/fs/currency/ListDetailFill';
|
|
493
|
-
export { default as Loading } from './components/fs/currency/Loading';
|
|
494
|
-
export { default as More } from './components/fs/currency/More';
|
|
495
|
-
export { default as PatientInformationFill } from './components/fs/currency/PatientInformationFill';
|
|
496
|
-
export { default as Radio } from './components/fs/currency/Radio';
|
|
497
|
-
export { default as RadioFill } from './components/fs/currency/RadioFill';
|
|
498
|
-
export { default as Raise } from './components/fs/currency/Raise';
|
|
499
|
-
export { default as Record } from './components/fs/currency/Record';
|
|
500
|
-
export { default as RecordFill } from './components/fs/currency/RecordFill';
|
|
501
|
-
export { default as Recover } from './components/fs/currency/Recover';
|
|
502
|
-
export { default as RectifyMassage } from './components/fs/currency/RectifyMassage';
|
|
503
|
-
export { default as RectifyMassageFill } from './components/fs/currency/RectifyMassageFill';
|
|
504
|
-
export { default as Refresh } from './components/fs/currency/Refresh';
|
|
505
|
-
export { default as Screening } from './components/fs/currency/Screening';
|
|
506
|
-
export { default as Search } from './components/fs/currency/Search';
|
|
507
|
-
export { default as Selecte } from './components/fs/currency/Selecte';
|
|
508
|
-
export { default as Setting } from './components/fs/currency/Setting';
|
|
509
|
-
export { default as SettingFill } from './components/fs/currency/SettingFill';
|
|
510
|
-
export { default as ShuttleLeft } from './components/fs/currency/ShuttleLeft';
|
|
511
|
-
export { default as ShuttleRight } from './components/fs/currency/ShuttleRight';
|
|
512
|
-
export { default as Singlearrow } from './components/fs/currency/Singlearrow';
|
|
513
|
-
export { default as Sort } from './components/fs/currency/Sort';
|
|
514
|
-
export { default as StartAnnotate } from './components/fs/currency/StartAnnotate';
|
|
515
|
-
export { default as StartAnnotateFill } from './components/fs/currency/StartAnnotateFill';
|
|
516
|
-
export { default as Submit } from './components/fs/currency/Submit';
|
|
517
|
-
export { default as SubmitFill } from './components/fs/currency/SubmitFill';
|
|
518
|
-
export { default as Switch } from './components/fs/currency/Switch';
|
|
519
|
-
export { default as SwitchFill } from './components/fs/currency/SwitchFill';
|
|
520
|
-
export { default as Table } from './components/fs/currency/Table';
|
|
521
|
-
export { default as Time } from './components/fs/currency/Time';
|
|
522
|
-
export { default as TimeFill } from './components/fs/currency/TimeFill';
|
|
523
|
-
export { default as Top } from './components/fs/currency/Top';
|
|
524
|
-
export { default as Unfixed } from './components/fs/currency/Unfixed';
|
|
525
|
-
export { default as Unfold } from './components/fs/currency/Unfold';
|
|
526
|
-
export { default as UnfoldFill } from './components/fs/currency/UnfoldFill';
|
|
527
|
-
export { default as Visible } from './components/fs/currency/Visible';
|
|
528
|
-
export { default as VisibleFill } from './components/fs/currency/VisibleFill';
|