@firesoon/icons-react 3.0.22 → 3.0.24
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/fs/currency/Screenshot.d.ts +4 -0
- package/es/components/fs/currency/Screenshot.js +12 -0
- package/es/components/fs/currency/index.d.ts +1 -0
- package/es/components/fs/currency/index.js +1 -0
- package/es/components/sbt/business-menu/SbtClaim.d.ts +4 -0
- package/es/components/sbt/business-menu/SbtClaim.js +12 -0
- package/es/components/sbt/business-menu/SbtMija.d.ts +4 -0
- package/es/components/sbt/business-menu/SbtMija.js +12 -0
- package/es/components/sbt/business-menu/SbtSelfinquiry.d.ts +4 -0
- package/es/components/sbt/business-menu/SbtSelfinquiry.js +12 -0
- package/es/components/sbt/business-menu/index.d.ts +3 -0
- package/es/components/sbt/business-menu/index.js +4 -1
- package/es/components/sbt/currency/SbtLevelone.d.ts +4 -0
- package/es/components/sbt/currency/SbtLevelone.js +12 -0
- package/es/components/sbt/currency/SbtLeveltwo.d.ts +4 -0
- package/es/components/sbt/currency/SbtLeveltwo.js +12 -0
- package/es/components/sbt/currency/SbtPermission.d.ts +4 -0
- package/es/components/sbt/currency/SbtPermission.js +12 -0
- package/es/components/sbt/currency/SbtResources.d.ts +4 -0
- package/es/components/sbt/currency/SbtResources.js +12 -0
- package/es/components/sbt/currency/SbtRole.d.ts +4 -0
- package/es/components/sbt/currency/SbtRole.js +12 -0
- package/es/components/sbt/currency/SbtUsermanage.d.ts +4 -0
- package/es/components/sbt/currency/SbtUsermanage.js +12 -0
- package/es/icons/fs/currency/screenshot.d.ts +17 -0
- package/es/icons/fs/currency/screenshot.js +35 -0
- package/es/icons/sbt/business-menu/sbt-Selfinquiry.d.ts +17 -0
- package/es/icons/sbt/business-menu/sbt-Selfinquiry.js +17 -0
- package/es/icons/sbt/business-menu/sbt-claim.d.ts +17 -0
- package/es/icons/sbt/business-menu/sbt-claim.js +23 -0
- package/es/icons/sbt/business-menu/sbt-mija.d.ts +17 -0
- package/es/icons/sbt/business-menu/sbt-mija.js +35 -0
- package/es/icons/sbt/currency/sbt-levelone.d.ts +17 -0
- package/es/icons/sbt/currency/sbt-levelone.js +17 -0
- package/es/icons/sbt/currency/sbt-leveltwo.d.ts +17 -0
- package/es/icons/sbt/currency/sbt-leveltwo.js +17 -0
- package/es/icons/sbt/currency/sbt-permission.d.ts +17 -0
- package/es/icons/sbt/currency/sbt-permission.js +35 -0
- package/es/icons/sbt/currency/sbt-resources.d.ts +17 -0
- package/es/icons/sbt/currency/sbt-resources.js +17 -0
- package/es/icons/sbt/currency/sbt-role.d.ts +17 -0
- package/es/icons/sbt/currency/sbt-role.js +35 -0
- package/es/icons/sbt/currency/sbt-usermanage.d.ts +17 -0
- package/es/icons/sbt/currency/sbt-usermanage.js +23 -0
- package/es/index.d.ts +34 -24
- package/es/index.js +34 -24
- package/lib/components/fs/currency/Screenshot.d.ts +4 -0
- package/lib/components/fs/currency/Screenshot.js +20 -0
- package/lib/components/fs/currency/index.d.ts +1 -0
- package/lib/components/fs/currency/index.js +7 -0
- package/lib/components/sbt/business-menu/SbtClaim.d.ts +4 -0
- package/lib/components/sbt/business-menu/SbtClaim.js +20 -0
- package/lib/components/sbt/business-menu/SbtMija.d.ts +4 -0
- package/lib/components/sbt/business-menu/SbtMija.js +20 -0
- package/lib/components/sbt/business-menu/SbtSelfinquiry.d.ts +4 -0
- package/lib/components/sbt/business-menu/SbtSelfinquiry.js +20 -0
- package/lib/components/sbt/business-menu/index.d.ts +3 -0
- package/lib/components/sbt/business-menu/index.js +21 -0
- package/lib/components/sbt/currency/SbtLevelone.d.ts +4 -0
- package/lib/components/sbt/currency/SbtLevelone.js +20 -0
- package/lib/components/sbt/currency/SbtLeveltwo.d.ts +4 -0
- package/lib/components/sbt/currency/SbtLeveltwo.js +20 -0
- package/lib/components/sbt/currency/SbtPermission.d.ts +4 -0
- package/lib/components/sbt/currency/SbtPermission.js +20 -0
- package/lib/components/sbt/currency/SbtResources.d.ts +4 -0
- package/lib/components/sbt/currency/SbtResources.js +20 -0
- package/lib/components/sbt/currency/SbtRole.d.ts +4 -0
- package/lib/components/sbt/currency/SbtRole.js +20 -0
- package/lib/components/sbt/currency/SbtUsermanage.d.ts +4 -0
- package/lib/components/sbt/currency/SbtUsermanage.js +20 -0
- package/lib/icons/fs/currency/screenshot.d.ts +17 -0
- package/lib/icons/fs/currency/screenshot.js +42 -0
- package/lib/icons/sbt/business-menu/sbt-Selfinquiry.d.ts +17 -0
- package/lib/icons/sbt/business-menu/sbt-Selfinquiry.js +24 -0
- package/lib/icons/sbt/business-menu/sbt-claim.d.ts +17 -0
- package/lib/icons/sbt/business-menu/sbt-claim.js +30 -0
- package/lib/icons/sbt/business-menu/sbt-mija.d.ts +17 -0
- package/lib/icons/sbt/business-menu/sbt-mija.js +42 -0
- package/lib/icons/sbt/currency/sbt-levelone.d.ts +17 -0
- package/lib/icons/sbt/currency/sbt-levelone.js +24 -0
- package/lib/icons/sbt/currency/sbt-leveltwo.d.ts +17 -0
- package/lib/icons/sbt/currency/sbt-leveltwo.js +24 -0
- package/lib/icons/sbt/currency/sbt-permission.d.ts +17 -0
- package/lib/icons/sbt/currency/sbt-permission.js +42 -0
- package/lib/icons/sbt/currency/sbt-resources.d.ts +17 -0
- package/lib/icons/sbt/currency/sbt-resources.js +24 -0
- package/lib/icons/sbt/currency/sbt-role.d.ts +17 -0
- package/lib/icons/sbt/currency/sbt-role.js +42 -0
- package/lib/icons/sbt/currency/sbt-usermanage.d.ts +17 -0
- package/lib/icons/sbt/currency/sbt-usermanage.js +30 -0
- package/lib/index.d.ts +34 -24
- package/lib/index.js +94 -24
- package/package.json +1 -1
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
var node = {
|
|
2
|
+
"name": "sbt-role",
|
|
3
|
+
"nodeTree": {
|
|
4
|
+
"tag": "svg",
|
|
5
|
+
"attrs": {
|
|
6
|
+
"viewBox": "0 0 1024 1024"
|
|
7
|
+
},
|
|
8
|
+
"children": [{
|
|
9
|
+
"tag": "path",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"d": "M594.29 292.57h201.14q9.14 0 9.14 9.14v64q0 9.15-9.14 9.15H594.29q-9.15 0-9.15-9.15v-64q0-9.14 9.15-9.14z"
|
|
12
|
+
},
|
|
13
|
+
"children": []
|
|
14
|
+
}, {
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M736 233.14V434.3q0 9.14-9.14 9.14h-64q-9.15 0-9.15-9.14V233.14q0-9.14 9.15-9.14h64q9.14 0 9.14 9.14z"
|
|
18
|
+
},
|
|
19
|
+
"children": []
|
|
20
|
+
}, {
|
|
21
|
+
"tag": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "M932.57 54.86a36.57 36.57 0 0136.57 36.57v841.14a36.57 36.57 0 01-36.57 36.57H91.43a36.57 36.57 0 01-36.57-36.57V91.43a36.57 36.57 0 0136.57-36.57h841.14zm-45.71 82.28H137.14v749.72h749.72V137.14z"
|
|
24
|
+
},
|
|
25
|
+
"children": []
|
|
26
|
+
}, {
|
|
27
|
+
"tag": "path",
|
|
28
|
+
"attrs": {
|
|
29
|
+
"d": "M438.86 333.71c70.69 0 128 57.31 128 128 0 36.1-14.94 68.7-38.97 91.97 75.78 33.67 128.94 109.04 130.37 196.98l.03 3.63v9.14a9.14 9.14 0 01-9.15 9.14h-64a9.14 9.14 0 01-9.14-9.14v-9.14c0-75.75-61.4-137.15-137.14-137.15-74.99 0-135.92 60.18-137.13 134.88l-.02 2.27v9.14a9.14 9.14 0 01-9.14 9.14h-64a9.14 9.14 0 01-9.14-9.14v-9.14c0-89.5 53.57-166.47 130.4-200.62a127.61 127.61 0 01-38.97-91.96c0-70.69 57.3-128 128-128zm0 82.29a45.71 45.71 0 100 91.43 45.71 45.71 0 000-91.43z"
|
|
30
|
+
},
|
|
31
|
+
"children": []
|
|
32
|
+
}]
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
export default node;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
var node = {
|
|
2
|
+
"name": "sbt-usermanage",
|
|
3
|
+
"nodeTree": {
|
|
4
|
+
"tag": "svg",
|
|
5
|
+
"attrs": {
|
|
6
|
+
"viewBox": "0 0 1024 1024"
|
|
7
|
+
},
|
|
8
|
+
"children": [{
|
|
9
|
+
"tag": "path",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"d": "M512 219.43c70.7 0 128 57.3 128 128 0 36.09-14.94 68.7-38.97 91.96 75.79 33.68 128.94 109.04 130.37 196.98l.03 3.63v9.14a9.14 9.14 0 01-9.14 9.15h-64a9.14 9.14 0 01-9.15-9.15V640c0-75.74-61.4-137.14-137.14-137.14-74.98 0-135.91 60.18-137.12 134.87l-.02 2.27v9.14a9.14 9.14 0 01-9.15 9.15h-64a9.14 9.14 0 01-9.14-9.15V640c0-89.49 53.57-166.47 130.4-200.61A127.61 127.61 0 01384 347.43c0-70.7 57.3-128 128-128zm0 82.28a45.71 45.71 0 100 91.43 45.71 45.71 0 000-91.43zM301.71 722.29H722.3q9.14 0 9.14 9.14v64q0 9.14-9.14 9.14H301.7q-9.14 0-9.14-9.14v-64q0-9.14 9.14-9.14z"
|
|
12
|
+
},
|
|
13
|
+
"children": []
|
|
14
|
+
}, {
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M932.57 54.86a36.57 36.57 0 0136.57 36.57v841.14a36.57 36.57 0 01-36.57 36.57H91.43a36.57 36.57 0 01-36.57-36.57V91.43a36.57 36.57 0 0136.57-36.57h841.14zm-45.71 82.28H137.14v749.72h749.72V137.14z"
|
|
18
|
+
},
|
|
19
|
+
"children": []
|
|
20
|
+
}]
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
export default node;
|
package/es/index.d.ts
CHANGED
|
@@ -9,10 +9,12 @@ export { default as SbtAddressbook } from './components/sbt/business-menu/SbtAdd
|
|
|
9
9
|
export { default as SbtApiRecord } from './components/sbt/business-menu/SbtApiRecord';
|
|
10
10
|
export { default as SbtBookingmanagement } from './components/sbt/business-menu/SbtBookingmanagement';
|
|
11
11
|
export { default as SbtCasemanagement } from './components/sbt/business-menu/SbtCasemanagement';
|
|
12
|
+
export { default as SbtClaim } from './components/sbt/business-menu/SbtClaim';
|
|
12
13
|
export { default as SbtConfigurationcenter } from './components/sbt/business-menu/SbtConfigurationcenter';
|
|
13
14
|
export { default as SbtDepartment } from './components/sbt/business-menu/SbtDepartment';
|
|
14
15
|
export { default as SbtHospital } from './components/sbt/business-menu/SbtHospital';
|
|
15
16
|
export { default as SbtInsurancecompany } from './components/sbt/business-menu/SbtInsurancecompany';
|
|
17
|
+
export { default as SbtMija } from './components/sbt/business-menu/SbtMija';
|
|
16
18
|
export { default as SbtNotificationssettings } from './components/sbt/business-menu/SbtNotificationssettings';
|
|
17
19
|
export { default as SbtNumbersource } from './components/sbt/business-menu/SbtNumbersource';
|
|
18
20
|
export { default as SbtPingan } from './components/sbt/business-menu/SbtPingan';
|
|
@@ -20,17 +22,25 @@ export { default as SbtProductconfiguration } from './components/sbt/business-me
|
|
|
20
22
|
export { default as SbtRealname } from './components/sbt/business-menu/SbtRealname';
|
|
21
23
|
export { default as SbtRiskmanagement } from './components/sbt/business-menu/SbtRiskmanagement';
|
|
22
24
|
export { default as SbtScheme } from './components/sbt/business-menu/SbtScheme';
|
|
25
|
+
export { default as SbtSelfinquiry } from './components/sbt/business-menu/SbtSelfinquiry';
|
|
23
26
|
export { default as SbtCheckFill } from './components/sbt/currency/SbtCheckFill';
|
|
27
|
+
export { default as SbtLevelone } from './components/sbt/currency/SbtLevelone';
|
|
28
|
+
export { default as SbtLeveltwo } from './components/sbt/currency/SbtLeveltwo';
|
|
24
29
|
export { default as SbtLink } from './components/sbt/currency/SbtLink';
|
|
25
30
|
export { default as SbtModify } from './components/sbt/currency/SbtModify';
|
|
31
|
+
export { default as SbtPermission } from './components/sbt/currency/SbtPermission';
|
|
26
32
|
export { default as SbtQrcode } from './components/sbt/currency/SbtQrcode';
|
|
33
|
+
export { default as SbtResources } from './components/sbt/currency/SbtResources';
|
|
27
34
|
export { default as SbtRetract } from './components/sbt/currency/SbtRetract';
|
|
28
35
|
export { default as SbtRetractFill } from './components/sbt/currency/SbtRetractFill';
|
|
36
|
+
export { default as SbtRole } from './components/sbt/currency/SbtRole';
|
|
37
|
+
export { default as SbtUsermanage } from './components/sbt/currency/SbtUsermanage';
|
|
29
38
|
export { default as SbtJpgFill } from './components/sbt/old-twocolor/SbtJpgFill';
|
|
30
39
|
export { default as SbtPdfFill } from './components/sbt/old-twocolor/SbtPdfFill';
|
|
31
40
|
export { default as SbtPngFill } from './components/sbt/old-twocolor/SbtPngFill';
|
|
32
41
|
export { default as SbtRarFill } from './components/sbt/old-twocolor/SbtRarFill';
|
|
33
42
|
export { default as SbtWordFill } from './components/sbt/old-twocolor/SbtWordFill';
|
|
43
|
+
export { default as PatientInformation } from './components/general/currency/PatientInformation';
|
|
34
44
|
export { default as ApplyFail } from './components/sbt/suggestion/ApplyFail';
|
|
35
45
|
export { default as ApplySuccess } from './components/sbt/suggestion/ApplySuccess';
|
|
36
46
|
export { default as AttestationFail } from './components/sbt/suggestion/AttestationFail';
|
|
@@ -49,6 +59,29 @@ export { default as SbtQuick } from './components/sbt/suggestion/SbtQuick';
|
|
|
49
59
|
export { default as SbtQuickFill } from './components/sbt/suggestion/SbtQuickFill';
|
|
50
60
|
export { default as SbtQuickRevoke } from './components/sbt/suggestion/SbtQuickRevoke';
|
|
51
61
|
export { default as Wait } from './components/sbt/suggestion/Wait';
|
|
62
|
+
export { default as Bingzuwentifankui } from './components/fs/old-twocolor/Bingzuwentifankui';
|
|
63
|
+
export { default as BingzuwentifankuiNew } from './components/fs/old-twocolor/BingzuwentifankuiNew';
|
|
64
|
+
export { default as CasesDoubt } from './components/fs/old-twocolor/CasesDoubt';
|
|
65
|
+
export { default as Empty404 } from './components/fs/old-twocolor/Empty404';
|
|
66
|
+
export { default as EmptyNetwork } from './components/fs/old-twocolor/EmptyNetwork';
|
|
67
|
+
export { default as EmptyNormal } from './components/fs/old-twocolor/EmptyNormal';
|
|
68
|
+
export { default as EmptyPermission } from './components/fs/old-twocolor/EmptyPermission';
|
|
69
|
+
export { default as EmptyTable } from './components/fs/old-twocolor/EmptyTable';
|
|
70
|
+
export { default as FailCircle } from './components/fs/old-twocolor/FailCircle';
|
|
71
|
+
export { default as Html404 } from './components/fs/old-twocolor/Html404';
|
|
72
|
+
export { default as Huanzhejibenxinxi } from './components/fs/old-twocolor/Huanzhejibenxinxi';
|
|
73
|
+
export { default as LoadingCircle } from './components/fs/old-twocolor/LoadingCircle';
|
|
74
|
+
export { default as MasterMedicalOrder } from './components/fs/old-twocolor/MasterMedicalOrder';
|
|
75
|
+
export { default as MissFill } from './components/fs/old-twocolor/MissFill';
|
|
76
|
+
export { default as MonitorTrend } from './components/fs/old-twocolor/MonitorTrend';
|
|
77
|
+
export { default as NoNetwork } from './components/fs/old-twocolor/NoNetwork';
|
|
78
|
+
export { default as NoPermissions } from './components/fs/old-twocolor/NoPermissions';
|
|
79
|
+
export { default as ReHospitalizedTag } from './components/fs/old-twocolor/ReHospitalizedTag';
|
|
80
|
+
export { default as Ruotishi } from './components/fs/old-twocolor/Ruotishi';
|
|
81
|
+
export { default as ServerError } from './components/fs/old-twocolor/ServerError';
|
|
82
|
+
export { default as SuccessCircle } from './components/fs/old-twocolor/SuccessCircle';
|
|
83
|
+
export { default as Tishi } from './components/fs/old-twocolor/Tishi';
|
|
84
|
+
export { default as WaitCircle } from './components/fs/old-twocolor/WaitCircle';
|
|
52
85
|
export { default as Analyse } from './components/fs/business-menu/Analyse';
|
|
53
86
|
export { default as Annotate } from './components/fs/business-menu/Annotate';
|
|
54
87
|
export { default as AppealFeedback } from './components/fs/business-menu/AppealFeedback';
|
|
@@ -224,30 +257,6 @@ export { default as UndrgAccountColor } from './components/fs/suggestion/UndrgAc
|
|
|
224
257
|
export { default as UninsuranceAccountColor } from './components/fs/suggestion/UninsuranceAccountColor';
|
|
225
258
|
export { default as UnreasonableHospitalized } from './components/fs/suggestion/UnreasonableHospitalized';
|
|
226
259
|
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
260
|
export { default as Add } from './components/fs/currency/Add';
|
|
252
261
|
export { default as AddFill } from './components/fs/currency/AddFill';
|
|
253
262
|
export { default as Admin } from './components/fs/currency/Admin';
|
|
@@ -322,6 +331,7 @@ export { default as RectifyMassage } from './components/fs/currency/RectifyMassa
|
|
|
322
331
|
export { default as RectifyMassageFill } from './components/fs/currency/RectifyMassageFill';
|
|
323
332
|
export { default as Refresh } from './components/fs/currency/Refresh';
|
|
324
333
|
export { default as Screening } from './components/fs/currency/Screening';
|
|
334
|
+
export { default as Screenshot } from './components/fs/currency/Screenshot';
|
|
325
335
|
export { default as Search } from './components/fs/currency/Search';
|
|
326
336
|
export { default as Selecte } from './components/fs/currency/Selecte';
|
|
327
337
|
export { default as Setting } from './components/fs/currency/Setting';
|
package/es/index.js
CHANGED
|
@@ -9,10 +9,12 @@ export { default as SbtAddressbook } from "./components/sbt/business-menu/SbtAdd
|
|
|
9
9
|
export { default as SbtApiRecord } from "./components/sbt/business-menu/SbtApiRecord";
|
|
10
10
|
export { default as SbtBookingmanagement } from "./components/sbt/business-menu/SbtBookingmanagement";
|
|
11
11
|
export { default as SbtCasemanagement } from "./components/sbt/business-menu/SbtCasemanagement";
|
|
12
|
+
export { default as SbtClaim } from "./components/sbt/business-menu/SbtClaim";
|
|
12
13
|
export { default as SbtConfigurationcenter } from "./components/sbt/business-menu/SbtConfigurationcenter";
|
|
13
14
|
export { default as SbtDepartment } from "./components/sbt/business-menu/SbtDepartment";
|
|
14
15
|
export { default as SbtHospital } from "./components/sbt/business-menu/SbtHospital";
|
|
15
16
|
export { default as SbtInsurancecompany } from "./components/sbt/business-menu/SbtInsurancecompany";
|
|
17
|
+
export { default as SbtMija } from "./components/sbt/business-menu/SbtMija";
|
|
16
18
|
export { default as SbtNotificationssettings } from "./components/sbt/business-menu/SbtNotificationssettings";
|
|
17
19
|
export { default as SbtNumbersource } from "./components/sbt/business-menu/SbtNumbersource";
|
|
18
20
|
export { default as SbtPingan } from "./components/sbt/business-menu/SbtPingan";
|
|
@@ -20,17 +22,25 @@ export { default as SbtProductconfiguration } from "./components/sbt/business-me
|
|
|
20
22
|
export { default as SbtRealname } from "./components/sbt/business-menu/SbtRealname";
|
|
21
23
|
export { default as SbtRiskmanagement } from "./components/sbt/business-menu/SbtRiskmanagement";
|
|
22
24
|
export { default as SbtScheme } from "./components/sbt/business-menu/SbtScheme";
|
|
25
|
+
export { default as SbtSelfinquiry } from "./components/sbt/business-menu/SbtSelfinquiry";
|
|
23
26
|
export { default as SbtCheckFill } from "./components/sbt/currency/SbtCheckFill";
|
|
27
|
+
export { default as SbtLevelone } from "./components/sbt/currency/SbtLevelone";
|
|
28
|
+
export { default as SbtLeveltwo } from "./components/sbt/currency/SbtLeveltwo";
|
|
24
29
|
export { default as SbtLink } from "./components/sbt/currency/SbtLink";
|
|
25
30
|
export { default as SbtModify } from "./components/sbt/currency/SbtModify";
|
|
31
|
+
export { default as SbtPermission } from "./components/sbt/currency/SbtPermission";
|
|
26
32
|
export { default as SbtQrcode } from "./components/sbt/currency/SbtQrcode";
|
|
33
|
+
export { default as SbtResources } from "./components/sbt/currency/SbtResources";
|
|
27
34
|
export { default as SbtRetract } from "./components/sbt/currency/SbtRetract";
|
|
28
35
|
export { default as SbtRetractFill } from "./components/sbt/currency/SbtRetractFill";
|
|
36
|
+
export { default as SbtRole } from "./components/sbt/currency/SbtRole";
|
|
37
|
+
export { default as SbtUsermanage } from "./components/sbt/currency/SbtUsermanage";
|
|
29
38
|
export { default as SbtJpgFill } from "./components/sbt/old-twocolor/SbtJpgFill";
|
|
30
39
|
export { default as SbtPdfFill } from "./components/sbt/old-twocolor/SbtPdfFill";
|
|
31
40
|
export { default as SbtPngFill } from "./components/sbt/old-twocolor/SbtPngFill";
|
|
32
41
|
export { default as SbtRarFill } from "./components/sbt/old-twocolor/SbtRarFill";
|
|
33
42
|
export { default as SbtWordFill } from "./components/sbt/old-twocolor/SbtWordFill";
|
|
43
|
+
export { default as PatientInformation } from "./components/general/currency/PatientInformation";
|
|
34
44
|
export { default as ApplyFail } from "./components/sbt/suggestion/ApplyFail";
|
|
35
45
|
export { default as ApplySuccess } from "./components/sbt/suggestion/ApplySuccess";
|
|
36
46
|
export { default as AttestationFail } from "./components/sbt/suggestion/AttestationFail";
|
|
@@ -49,6 +59,29 @@ export { default as SbtQuick } from "./components/sbt/suggestion/SbtQuick";
|
|
|
49
59
|
export { default as SbtQuickFill } from "./components/sbt/suggestion/SbtQuickFill";
|
|
50
60
|
export { default as SbtQuickRevoke } from "./components/sbt/suggestion/SbtQuickRevoke";
|
|
51
61
|
export { default as Wait } from "./components/sbt/suggestion/Wait";
|
|
62
|
+
export { default as Bingzuwentifankui } from "./components/fs/old-twocolor/Bingzuwentifankui";
|
|
63
|
+
export { default as BingzuwentifankuiNew } from "./components/fs/old-twocolor/BingzuwentifankuiNew";
|
|
64
|
+
export { default as CasesDoubt } from "./components/fs/old-twocolor/CasesDoubt";
|
|
65
|
+
export { default as Empty404 } from "./components/fs/old-twocolor/Empty404";
|
|
66
|
+
export { default as EmptyNetwork } from "./components/fs/old-twocolor/EmptyNetwork";
|
|
67
|
+
export { default as EmptyNormal } from "./components/fs/old-twocolor/EmptyNormal";
|
|
68
|
+
export { default as EmptyPermission } from "./components/fs/old-twocolor/EmptyPermission";
|
|
69
|
+
export { default as EmptyTable } from "./components/fs/old-twocolor/EmptyTable";
|
|
70
|
+
export { default as FailCircle } from "./components/fs/old-twocolor/FailCircle";
|
|
71
|
+
export { default as Html404 } from "./components/fs/old-twocolor/Html404";
|
|
72
|
+
export { default as Huanzhejibenxinxi } from "./components/fs/old-twocolor/Huanzhejibenxinxi";
|
|
73
|
+
export { default as LoadingCircle } from "./components/fs/old-twocolor/LoadingCircle";
|
|
74
|
+
export { default as MasterMedicalOrder } from "./components/fs/old-twocolor/MasterMedicalOrder";
|
|
75
|
+
export { default as MissFill } from "./components/fs/old-twocolor/MissFill";
|
|
76
|
+
export { default as MonitorTrend } from "./components/fs/old-twocolor/MonitorTrend";
|
|
77
|
+
export { default as NoNetwork } from "./components/fs/old-twocolor/NoNetwork";
|
|
78
|
+
export { default as NoPermissions } from "./components/fs/old-twocolor/NoPermissions";
|
|
79
|
+
export { default as ReHospitalizedTag } from "./components/fs/old-twocolor/ReHospitalizedTag";
|
|
80
|
+
export { default as Ruotishi } from "./components/fs/old-twocolor/Ruotishi";
|
|
81
|
+
export { default as ServerError } from "./components/fs/old-twocolor/ServerError";
|
|
82
|
+
export { default as SuccessCircle } from "./components/fs/old-twocolor/SuccessCircle";
|
|
83
|
+
export { default as Tishi } from "./components/fs/old-twocolor/Tishi";
|
|
84
|
+
export { default as WaitCircle } from "./components/fs/old-twocolor/WaitCircle";
|
|
52
85
|
export { default as Analyse } from "./components/fs/business-menu/Analyse";
|
|
53
86
|
export { default as Annotate } from "./components/fs/business-menu/Annotate";
|
|
54
87
|
export { default as AppealFeedback } from "./components/fs/business-menu/AppealFeedback";
|
|
@@ -224,30 +257,6 @@ export { default as UndrgAccountColor } from "./components/fs/suggestion/UndrgAc
|
|
|
224
257
|
export { default as UninsuranceAccountColor } from "./components/fs/suggestion/UninsuranceAccountColor";
|
|
225
258
|
export { default as UnreasonableHospitalized } from "./components/fs/suggestion/UnreasonableHospitalized";
|
|
226
259
|
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
260
|
export { default as Add } from "./components/fs/currency/Add";
|
|
252
261
|
export { default as AddFill } from "./components/fs/currency/AddFill";
|
|
253
262
|
export { default as Admin } from "./components/fs/currency/Admin";
|
|
@@ -322,6 +331,7 @@ export { default as RectifyMassage } from "./components/fs/currency/RectifyMassa
|
|
|
322
331
|
export { default as RectifyMassageFill } from "./components/fs/currency/RectifyMassageFill";
|
|
323
332
|
export { default as Refresh } from "./components/fs/currency/Refresh";
|
|
324
333
|
export { default as Screening } from "./components/fs/currency/Screening";
|
|
334
|
+
export { default as Screenshot } from "./components/fs/currency/Screenshot";
|
|
325
335
|
export { default as Search } from "./components/fs/currency/Search";
|
|
326
336
|
export { default as Selecte } from "./components/fs/currency/Selecte";
|
|
327
337
|
export { default as Setting } from "./components/fs/currency/Setting";
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _Icon = _interopRequireDefault(require("../../../Icon"));
|
|
9
|
+
var _screenshot = _interopRequireDefault(require("../../../icons/fs/currency/screenshot"));
|
|
10
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
12
|
+
var _default = function _default() {
|
|
13
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
14
|
+
return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
|
|
15
|
+
rootNode: _screenshot.default,
|
|
16
|
+
iconName: 'screenshot',
|
|
17
|
+
"icon-type": 'fs/currency'
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
exports.default = _default;
|
|
@@ -72,6 +72,7 @@ export { default as RectifyMassage } from './RectifyMassage';
|
|
|
72
72
|
export { default as RectifyMassageFill } from './RectifyMassageFill';
|
|
73
73
|
export { default as Refresh } from './Refresh';
|
|
74
74
|
export { default as Screening } from './Screening';
|
|
75
|
+
export { default as Screenshot } from './Screenshot';
|
|
75
76
|
export { default as Search } from './Search';
|
|
76
77
|
export { default as Selecte } from './Selecte';
|
|
77
78
|
export { default as Setting } from './Setting';
|
|
@@ -447,6 +447,12 @@ Object.defineProperty(exports, "Screening", {
|
|
|
447
447
|
return _Screening.default;
|
|
448
448
|
}
|
|
449
449
|
});
|
|
450
|
+
Object.defineProperty(exports, "Screenshot", {
|
|
451
|
+
enumerable: true,
|
|
452
|
+
get: function get() {
|
|
453
|
+
return _Screenshot.default;
|
|
454
|
+
}
|
|
455
|
+
});
|
|
450
456
|
Object.defineProperty(exports, "Search", {
|
|
451
457
|
enumerable: true,
|
|
452
458
|
get: function get() {
|
|
@@ -659,6 +665,7 @@ var _RectifyMassage = _interopRequireDefault(require("./RectifyMassage"));
|
|
|
659
665
|
var _RectifyMassageFill = _interopRequireDefault(require("./RectifyMassageFill"));
|
|
660
666
|
var _Refresh = _interopRequireDefault(require("./Refresh"));
|
|
661
667
|
var _Screening = _interopRequireDefault(require("./Screening"));
|
|
668
|
+
var _Screenshot = _interopRequireDefault(require("./Screenshot"));
|
|
662
669
|
var _Search = _interopRequireDefault(require("./Search"));
|
|
663
670
|
var _Selecte = _interopRequireDefault(require("./Selecte"));
|
|
664
671
|
var _Setting = _interopRequireDefault(require("./Setting"));
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _Icon = _interopRequireDefault(require("../../../Icon"));
|
|
9
|
+
var _sbtClaim = _interopRequireDefault(require("../../../icons/sbt/business-menu/sbt-claim"));
|
|
10
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
12
|
+
var _default = function _default() {
|
|
13
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
14
|
+
return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
|
|
15
|
+
rootNode: _sbtClaim.default,
|
|
16
|
+
iconName: 'sbt-claim',
|
|
17
|
+
"icon-type": 'sbt/business-menu'
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
exports.default = _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _Icon = _interopRequireDefault(require("../../../Icon"));
|
|
9
|
+
var _sbtMija = _interopRequireDefault(require("../../../icons/sbt/business-menu/sbt-mija"));
|
|
10
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
12
|
+
var _default = function _default() {
|
|
13
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
14
|
+
return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
|
|
15
|
+
rootNode: _sbtMija.default,
|
|
16
|
+
iconName: 'sbt-mija',
|
|
17
|
+
"icon-type": 'sbt/business-menu'
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
exports.default = _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _Icon = _interopRequireDefault(require("../../../Icon"));
|
|
9
|
+
var _sbtSelfinquiry = _interopRequireDefault(require("../../../icons/sbt/business-menu/sbt-Selfinquiry"));
|
|
10
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
12
|
+
var _default = function _default() {
|
|
13
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
14
|
+
return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
|
|
15
|
+
rootNode: _sbtSelfinquiry.default,
|
|
16
|
+
iconName: 'sbt-Selfinquiry',
|
|
17
|
+
"icon-type": 'sbt/business-menu'
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
exports.default = _default;
|
|
@@ -5,10 +5,12 @@ export { default as SbtAddressbook } from './SbtAddressbook';
|
|
|
5
5
|
export { default as SbtApiRecord } from './SbtApiRecord';
|
|
6
6
|
export { default as SbtBookingmanagement } from './SbtBookingmanagement';
|
|
7
7
|
export { default as SbtCasemanagement } from './SbtCasemanagement';
|
|
8
|
+
export { default as SbtClaim } from './SbtClaim';
|
|
8
9
|
export { default as SbtConfigurationcenter } from './SbtConfigurationcenter';
|
|
9
10
|
export { default as SbtDepartment } from './SbtDepartment';
|
|
10
11
|
export { default as SbtHospital } from './SbtHospital';
|
|
11
12
|
export { default as SbtInsurancecompany } from './SbtInsurancecompany';
|
|
13
|
+
export { default as SbtMija } from './SbtMija';
|
|
12
14
|
export { default as SbtNotificationssettings } from './SbtNotificationssettings';
|
|
13
15
|
export { default as SbtNumbersource } from './SbtNumbersource';
|
|
14
16
|
export { default as SbtPingan } from './SbtPingan';
|
|
@@ -16,3 +18,4 @@ export { default as SbtProductconfiguration } from './SbtProductconfiguration';
|
|
|
16
18
|
export { default as SbtRealname } from './SbtRealname';
|
|
17
19
|
export { default as SbtRiskmanagement } from './SbtRiskmanagement';
|
|
18
20
|
export { default as SbtScheme } from './SbtScheme';
|
|
21
|
+
export { default as SbtSelfinquiry } from './SbtSelfinquiry';
|
|
@@ -45,6 +45,12 @@ Object.defineProperty(exports, "SbtCasemanagement", {
|
|
|
45
45
|
return _SbtCasemanagement.default;
|
|
46
46
|
}
|
|
47
47
|
});
|
|
48
|
+
Object.defineProperty(exports, "SbtClaim", {
|
|
49
|
+
enumerable: true,
|
|
50
|
+
get: function get() {
|
|
51
|
+
return _SbtClaim.default;
|
|
52
|
+
}
|
|
53
|
+
});
|
|
48
54
|
Object.defineProperty(exports, "SbtConfigurationcenter", {
|
|
49
55
|
enumerable: true,
|
|
50
56
|
get: function get() {
|
|
@@ -69,6 +75,12 @@ Object.defineProperty(exports, "SbtInsurancecompany", {
|
|
|
69
75
|
return _SbtInsurancecompany.default;
|
|
70
76
|
}
|
|
71
77
|
});
|
|
78
|
+
Object.defineProperty(exports, "SbtMija", {
|
|
79
|
+
enumerable: true,
|
|
80
|
+
get: function get() {
|
|
81
|
+
return _SbtMija.default;
|
|
82
|
+
}
|
|
83
|
+
});
|
|
72
84
|
Object.defineProperty(exports, "SbtNotificationssettings", {
|
|
73
85
|
enumerable: true,
|
|
74
86
|
get: function get() {
|
|
@@ -111,6 +123,12 @@ Object.defineProperty(exports, "SbtScheme", {
|
|
|
111
123
|
return _SbtScheme.default;
|
|
112
124
|
}
|
|
113
125
|
});
|
|
126
|
+
Object.defineProperty(exports, "SbtSelfinquiry", {
|
|
127
|
+
enumerable: true,
|
|
128
|
+
get: function get() {
|
|
129
|
+
return _SbtSelfinquiry.default;
|
|
130
|
+
}
|
|
131
|
+
});
|
|
114
132
|
var _Document = _interopRequireDefault(require("./Document"));
|
|
115
133
|
var _Insurancepolicy = _interopRequireDefault(require("./Insurancepolicy"));
|
|
116
134
|
var _PaymentFill = _interopRequireDefault(require("./PaymentFill"));
|
|
@@ -118,10 +136,12 @@ var _SbtAddressbook = _interopRequireDefault(require("./SbtAddressbook"));
|
|
|
118
136
|
var _SbtApiRecord = _interopRequireDefault(require("./SbtApiRecord"));
|
|
119
137
|
var _SbtBookingmanagement = _interopRequireDefault(require("./SbtBookingmanagement"));
|
|
120
138
|
var _SbtCasemanagement = _interopRequireDefault(require("./SbtCasemanagement"));
|
|
139
|
+
var _SbtClaim = _interopRequireDefault(require("./SbtClaim"));
|
|
121
140
|
var _SbtConfigurationcenter = _interopRequireDefault(require("./SbtConfigurationcenter"));
|
|
122
141
|
var _SbtDepartment = _interopRequireDefault(require("./SbtDepartment"));
|
|
123
142
|
var _SbtHospital = _interopRequireDefault(require("./SbtHospital"));
|
|
124
143
|
var _SbtInsurancecompany = _interopRequireDefault(require("./SbtInsurancecompany"));
|
|
144
|
+
var _SbtMija = _interopRequireDefault(require("./SbtMija"));
|
|
125
145
|
var _SbtNotificationssettings = _interopRequireDefault(require("./SbtNotificationssettings"));
|
|
126
146
|
var _SbtNumbersource = _interopRequireDefault(require("./SbtNumbersource"));
|
|
127
147
|
var _SbtPingan = _interopRequireDefault(require("./SbtPingan"));
|
|
@@ -129,4 +149,5 @@ var _SbtProductconfiguration = _interopRequireDefault(require("./SbtProductconfi
|
|
|
129
149
|
var _SbtRealname = _interopRequireDefault(require("./SbtRealname"));
|
|
130
150
|
var _SbtRiskmanagement = _interopRequireDefault(require("./SbtRiskmanagement"));
|
|
131
151
|
var _SbtScheme = _interopRequireDefault(require("./SbtScheme"));
|
|
152
|
+
var _SbtSelfinquiry = _interopRequireDefault(require("./SbtSelfinquiry"));
|
|
132
153
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _Icon = _interopRequireDefault(require("../../../Icon"));
|
|
9
|
+
var _sbtLevelone = _interopRequireDefault(require("../../../icons/sbt/currency/sbt-levelone"));
|
|
10
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
12
|
+
var _default = function _default() {
|
|
13
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
14
|
+
return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
|
|
15
|
+
rootNode: _sbtLevelone.default,
|
|
16
|
+
iconName: 'sbt-levelone',
|
|
17
|
+
"icon-type": 'sbt/currency'
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
exports.default = _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _Icon = _interopRequireDefault(require("../../../Icon"));
|
|
9
|
+
var _sbtLeveltwo = _interopRequireDefault(require("../../../icons/sbt/currency/sbt-leveltwo"));
|
|
10
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
12
|
+
var _default = function _default() {
|
|
13
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
14
|
+
return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
|
|
15
|
+
rootNode: _sbtLeveltwo.default,
|
|
16
|
+
iconName: 'sbt-leveltwo',
|
|
17
|
+
"icon-type": 'sbt/currency'
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
exports.default = _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _Icon = _interopRequireDefault(require("../../../Icon"));
|
|
9
|
+
var _sbtPermission = _interopRequireDefault(require("../../../icons/sbt/currency/sbt-permission"));
|
|
10
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
12
|
+
var _default = function _default() {
|
|
13
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
14
|
+
return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
|
|
15
|
+
rootNode: _sbtPermission.default,
|
|
16
|
+
iconName: 'sbt-permission',
|
|
17
|
+
"icon-type": 'sbt/currency'
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
exports.default = _default;
|