@firesoon/icons-react 3.0.20 → 3.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/es/components/sbt/{currency → old-twocolor}/SbtJpg.js +2 -2
  2. package/es/components/sbt/{currency → old-twocolor}/SbtPdf.js +2 -2
  3. package/es/components/sbt/{currency → old-twocolor}/SbtPng.js +2 -2
  4. package/es/components/sbt/{currency → old-twocolor}/SbtRarZip.js +2 -2
  5. package/es/components/sbt/old-twocolor/SbtWord.js +12 -0
  6. package/es/components/sbt/old-twocolor/index.d.ts +5 -0
  7. package/es/components/sbt/old-twocolor/index.js +5 -0
  8. package/es/dome/index.js +8 -2
  9. package/es/icons/sbt/{currency → old-twocolor}/sbt-jpg.d.ts +1 -0
  10. package/es/icons/sbt/{currency → old-twocolor}/sbt-jpg.js +4 -2
  11. package/{lib/icons/sbt/currency → es/icons/sbt/old-twocolor}/sbt-pdf.d.ts +1 -0
  12. package/es/icons/sbt/{currency → old-twocolor}/sbt-pdf.js +4 -2
  13. package/{lib/icons/sbt/currency → es/icons/sbt/old-twocolor}/sbt-png.d.ts +1 -0
  14. package/es/icons/sbt/{currency → old-twocolor}/sbt-png.js +4 -2
  15. package/{lib/icons/sbt/currency → es/icons/sbt/old-twocolor}/sbt-rarZip.d.ts +1 -0
  16. package/es/icons/sbt/{currency → old-twocolor}/sbt-rarZip.js +4 -2
  17. package/es/icons/sbt/old-twocolor/sbt-word.d.ts +18 -0
  18. package/es/icons/sbt/{currency/word.js → old-twocolor/sbt-word.js} +7 -4
  19. package/es/index.d.ts +195 -195
  20. package/es/index.js +195 -195
  21. package/lib/components/sbt/{currency → old-twocolor}/SbtJpg.js +2 -2
  22. package/lib/components/sbt/{currency → old-twocolor}/SbtPdf.js +2 -2
  23. package/lib/components/sbt/{currency → old-twocolor}/SbtPng.js +2 -2
  24. package/lib/components/sbt/{currency → old-twocolor}/SbtRarZip.js +2 -2
  25. package/lib/components/sbt/old-twocolor/SbtWord.js +20 -0
  26. package/lib/components/sbt/old-twocolor/index.d.ts +5 -0
  27. package/lib/components/sbt/old-twocolor/index.js +41 -0
  28. package/lib/dome/index.js +8 -2
  29. package/lib/icons/sbt/{currency → old-twocolor}/sbt-jpg.d.ts +1 -0
  30. package/lib/icons/sbt/{currency → old-twocolor}/sbt-jpg.js +4 -2
  31. package/{es/icons/sbt/currency → lib/icons/sbt/old-twocolor}/sbt-pdf.d.ts +1 -0
  32. package/lib/icons/sbt/{currency → old-twocolor}/sbt-pdf.js +4 -2
  33. package/{es/icons/sbt/currency → lib/icons/sbt/old-twocolor}/sbt-png.d.ts +1 -0
  34. package/lib/icons/sbt/{currency → old-twocolor}/sbt-png.js +4 -2
  35. package/{es/icons/sbt/currency → lib/icons/sbt/old-twocolor}/sbt-rarZip.d.ts +1 -0
  36. package/lib/icons/sbt/{currency → old-twocolor}/sbt-rarZip.js +4 -2
  37. package/lib/icons/sbt/old-twocolor/sbt-word.d.ts +18 -0
  38. package/lib/icons/sbt/{currency/word.js → old-twocolor/sbt-word.js} +7 -4
  39. package/lib/index.d.ts +195 -195
  40. package/lib/index.js +201 -201
  41. package/package.json +1 -1
  42. package/es/components/sbt/currency/Word.js +0 -12
  43. package/es/icons/sbt/currency/word.d.ts +0 -17
  44. package/lib/components/sbt/currency/Word.js +0 -20
  45. package/lib/icons/sbt/currency/word.d.ts +0 -17
  46. /package/es/components/sbt/{currency → old-twocolor}/SbtJpg.d.ts +0 -0
  47. /package/es/components/sbt/{currency → old-twocolor}/SbtPdf.d.ts +0 -0
  48. /package/es/components/sbt/{currency → old-twocolor}/SbtPng.d.ts +0 -0
  49. /package/es/components/sbt/{currency → old-twocolor}/SbtRarZip.d.ts +0 -0
  50. /package/es/components/sbt/{currency/Word.d.ts → old-twocolor/SbtWord.d.ts} +0 -0
  51. /package/lib/components/sbt/{currency → old-twocolor}/SbtJpg.d.ts +0 -0
  52. /package/lib/components/sbt/{currency → old-twocolor}/SbtPdf.d.ts +0 -0
  53. /package/lib/components/sbt/{currency → old-twocolor}/SbtPng.d.ts +0 -0
  54. /package/lib/components/sbt/{currency → old-twocolor}/SbtRarZip.d.ts +0 -0
  55. /package/lib/components/sbt/{currency/Word.d.ts → old-twocolor/SbtWord.d.ts} +0 -0
package/es/index.js CHANGED
@@ -2,43 +2,164 @@ 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
- export { default as Document } from "./components/sbt/business-menu/Document";
7
- export { default as Insurancepolicy } from "./components/sbt/business-menu/Insurancepolicy";
8
- export { default as PaymentFill } from "./components/sbt/business-menu/PaymentFill";
9
- export { default as SbtAddressbook } from "./components/sbt/business-menu/SbtAddressbook";
10
- export { default as SbtApiRecord } from "./components/sbt/business-menu/SbtApiRecord";
11
- export { default as SbtPingan } from "./components/sbt/business-menu/SbtPingan";
12
- export { default as SbtRealname } from "./components/sbt/business-menu/SbtRealname";
13
- export { default as SbtChecked } from "./components/sbt/currency/SbtChecked";
14
- export { default as SbtJpg } from "./components/sbt/currency/SbtJpg";
15
- export { default as SbtLink } from "./components/sbt/currency/SbtLink";
16
- 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
- export { default as SbtQrcode } from "./components/sbt/currency/SbtQrcode";
20
- export { default as SbtRarZip } from "./components/sbt/currency/SbtRarZip";
21
- export { default as SbtRetract } from "./components/sbt/currency/SbtRetract";
22
- export { default as SbtRetractFill } from "./components/sbt/currency/SbtRetractFill";
23
- export { default as Word } from "./components/sbt/currency/Word";
24
- export { default as ApplyFail } from "./components/sbt/suggestion/ApplyFail";
25
- export { default as ApplySuccess } from "./components/sbt/suggestion/ApplySuccess";
26
- export { default as AttestationFail } from "./components/sbt/suggestion/AttestationFail";
27
- export { default as Attestationing } from "./components/sbt/suggestion/Attestationing";
28
- export { default as ClaimsAssessment } from "./components/sbt/suggestion/ClaimsAssessment";
29
- export { default as Examine } from "./components/sbt/suggestion/Examine";
30
- export { default as Finish } from "./components/sbt/suggestion/Finish";
31
- export { default as ProcessFail } from "./components/sbt/suggestion/ProcessFail";
32
- export { default as ProcessPass } from "./components/sbt/suggestion/ProcessPass";
33
- export { default as QuickCompensation } from "./components/sbt/suggestion/QuickCompensation";
34
- export { default as Revoke } from "./components/sbt/suggestion/Revoke";
35
- export { default as SbtDirect } from "./components/sbt/suggestion/SbtDirect";
36
- export { default as SbtDirectFill } from "./components/sbt/suggestion/SbtDirectFill";
37
- export { default as SbtDirectRevoke } from "./components/sbt/suggestion/SbtDirectRevoke";
38
- export { default as SbtQuick } from "./components/sbt/suggestion/SbtQuick";
39
- export { default as SbtQuickFill } from "./components/sbt/suggestion/SbtQuickFill";
40
- export { default as SbtQuickRevoke } from "./components/sbt/suggestion/SbtQuickRevoke";
41
- export { default as Wait } from "./components/sbt/suggestion/Wait";
5
+ export { default as Bingzuwentifankui } from "./components/fs/old-twocolor/Bingzuwentifankui";
6
+ export { default as BingzuwentifankuiNew } from "./components/fs/old-twocolor/BingzuwentifankuiNew";
7
+ export { default as CasesDoubt } from "./components/fs/old-twocolor/CasesDoubt";
8
+ export { default as Empty404 } from "./components/fs/old-twocolor/Empty404";
9
+ export { default as EmptyNetwork } from "./components/fs/old-twocolor/EmptyNetwork";
10
+ export { default as EmptyNormal } from "./components/fs/old-twocolor/EmptyNormal";
11
+ export { default as EmptyPermission } from "./components/fs/old-twocolor/EmptyPermission";
12
+ export { default as EmptyTable } from "./components/fs/old-twocolor/EmptyTable";
13
+ export { default as FailCircle } from "./components/fs/old-twocolor/FailCircle";
14
+ export { default as Html404 } from "./components/fs/old-twocolor/Html404";
15
+ export { default as Huanzhejibenxinxi } from "./components/fs/old-twocolor/Huanzhejibenxinxi";
16
+ export { default as LoadingCircle } from "./components/fs/old-twocolor/LoadingCircle";
17
+ export { default as MasterMedicalOrder } from "./components/fs/old-twocolor/MasterMedicalOrder";
18
+ export { default as MissFill } from "./components/fs/old-twocolor/MissFill";
19
+ export { default as MonitorTrend } from "./components/fs/old-twocolor/MonitorTrend";
20
+ export { default as NoNetwork } from "./components/fs/old-twocolor/NoNetwork";
21
+ export { default as NoPermissions } from "./components/fs/old-twocolor/NoPermissions";
22
+ export { default as ReHospitalizedTag } from "./components/fs/old-twocolor/ReHospitalizedTag";
23
+ export { default as Ruotishi } from "./components/fs/old-twocolor/Ruotishi";
24
+ export { default as ServerError } from "./components/fs/old-twocolor/ServerError";
25
+ export { default as SuccessCircle } from "./components/fs/old-twocolor/SuccessCircle";
26
+ export { default as Tishi } from "./components/fs/old-twocolor/Tishi";
27
+ export { default as WaitCircle } from "./components/fs/old-twocolor/WaitCircle";
28
+ export { default as Add } from "./components/fs/currency/Add";
29
+ export { default as AddFill } from "./components/fs/currency/AddFill";
30
+ export { default as Admin } from "./components/fs/currency/Admin";
31
+ export { default as AppearRecord } from "./components/fs/currency/AppearRecord";
32
+ export { default as AppearRecordFill } from "./components/fs/currency/AppearRecordFill";
33
+ export { default as AppendTo } from "./components/fs/currency/AppendTo";
34
+ export { default as ArrowDown } from "./components/fs/currency/ArrowDown";
35
+ export { default as ArrowLeft } from "./components/fs/currency/ArrowLeft";
36
+ export { default as ArrowRight } from "./components/fs/currency/ArrowRight";
37
+ export { default as ArrowUp } from "./components/fs/currency/ArrowUp";
38
+ export { default as BackToPlatform } from "./components/fs/currency/BackToPlatform";
39
+ export { default as BackToPlatformFill } from "./components/fs/currency/BackToPlatformFill";
40
+ export { default as Bottom } from "./components/fs/currency/Bottom";
41
+ export { default as Cancel } from "./components/fs/currency/Cancel";
42
+ export { default as CancelFill } from "./components/fs/currency/CancelFill";
43
+ export { default as CaseInformation } from "./components/fs/currency/CaseInformation";
44
+ export { default as CaseInformationFill } from "./components/fs/currency/CaseInformationFill";
45
+ export { default as Chart } from "./components/fs/currency/Chart";
46
+ export { default as Checkbox } from "./components/fs/currency/Checkbox";
47
+ export { default as CheckboxDisable } from "./components/fs/currency/CheckboxDisable";
48
+ export { default as CheckboxFill } from "./components/fs/currency/CheckboxFill";
49
+ export { default as ChooseFile } from "./components/fs/currency/ChooseFile";
50
+ export { default as ChooseFileFill } from "./components/fs/currency/ChooseFileFill";
51
+ export { default as Clean } from "./components/fs/currency/Clean";
52
+ export { default as CleanFill } from "./components/fs/currency/CleanFill";
53
+ export { default as Close } from "./components/fs/currency/Close";
54
+ export { default as Code } from "./components/fs/currency/Code";
55
+ export { default as Copy } from "./components/fs/currency/Copy";
56
+ export { default as CopyFill } from "./components/fs/currency/CopyFill";
57
+ export { default as CostDetail } from "./components/fs/currency/CostDetail";
58
+ export { default as CostDetailFill } from "./components/fs/currency/CostDetailFill";
59
+ export { default as Date } from "./components/fs/currency/Date";
60
+ export { default as DateFill } from "./components/fs/currency/DateFill";
61
+ export { default as Delete } from "./components/fs/currency/Delete";
62
+ export { default as DeleteFill } from "./components/fs/currency/DeleteFill";
63
+ export { default as Download } from "./components/fs/currency/Download";
64
+ export { default as DownloadFill } from "./components/fs/currency/DownloadFill";
65
+ export { default as Drag } from "./components/fs/currency/Drag";
66
+ export { default as Edit } from "./components/fs/currency/Edit";
67
+ export { default as EditFill } from "./components/fs/currency/EditFill";
68
+ export { default as EventFollow } from "./components/fs/currency/EventFollow";
69
+ export { default as EventFollowFill } from "./components/fs/currency/EventFollowFill";
70
+ export { default as Exitfullscreen } from "./components/fs/currency/Exitfullscreen";
71
+ export { default as Fall } from "./components/fs/currency/Fall";
72
+ export { default as Fold } from "./components/fs/currency/Fold";
73
+ export { default as FoldFill } from "./components/fs/currency/FoldFill";
74
+ export { default as FsAddnew } from "./components/fs/currency/FsAddnew";
75
+ export { default as Fullscreen } from "./components/fs/currency/Fullscreen";
76
+ export { default as GroupFeedback } from "./components/fs/currency/GroupFeedback";
77
+ export { default as GroupFeedbackFill } from "./components/fs/currency/GroupFeedbackFill";
78
+ export { default as HospitalAppeal } from "./components/fs/currency/HospitalAppeal";
79
+ export { default as HospitalAppealFill } from "./components/fs/currency/HospitalAppealFill";
80
+ export { default as ImitateGroup } from "./components/fs/currency/ImitateGroup";
81
+ export { default as ImitateGroupFill } from "./components/fs/currency/ImitateGroupFill";
82
+ export { default as Invisible } from "./components/fs/currency/Invisible";
83
+ export { default as InvisibleFill } from "./components/fs/currency/InvisibleFill";
84
+ export { default as Leadingin } from "./components/fs/currency/Leadingin";
85
+ export { default as LeadinginInformation } from "./components/fs/currency/LeadinginInformation";
86
+ export { default as Leadingout } from "./components/fs/currency/Leadingout";
87
+ export { default as ListDetail } from "./components/fs/currency/ListDetail";
88
+ export { default as ListDetailFill } from "./components/fs/currency/ListDetailFill";
89
+ export { default as Loading } from "./components/fs/currency/Loading";
90
+ export { default as More } from "./components/fs/currency/More";
91
+ export { default as PatientInformationFill } from "./components/fs/currency/PatientInformationFill";
92
+ export { default as Radio } from "./components/fs/currency/Radio";
93
+ export { default as RadioFill } from "./components/fs/currency/RadioFill";
94
+ export { default as Raise } from "./components/fs/currency/Raise";
95
+ export { default as Record } from "./components/fs/currency/Record";
96
+ export { default as RecordFill } from "./components/fs/currency/RecordFill";
97
+ export { default as Recover } from "./components/fs/currency/Recover";
98
+ export { default as RectifyMassage } from "./components/fs/currency/RectifyMassage";
99
+ export { default as RectifyMassageFill } from "./components/fs/currency/RectifyMassageFill";
100
+ export { default as Refresh } from "./components/fs/currency/Refresh";
101
+ export { default as Screening } from "./components/fs/currency/Screening";
102
+ export { default as Search } from "./components/fs/currency/Search";
103
+ export { default as Selecte } from "./components/fs/currency/Selecte";
104
+ export { default as Setting } from "./components/fs/currency/Setting";
105
+ export { default as SettingFill } from "./components/fs/currency/SettingFill";
106
+ export { default as ShuttleLeft } from "./components/fs/currency/ShuttleLeft";
107
+ export { default as ShuttleRight } from "./components/fs/currency/ShuttleRight";
108
+ export { default as Singlearrow } from "./components/fs/currency/Singlearrow";
109
+ export { default as Sort } from "./components/fs/currency/Sort";
110
+ export { default as StartAnnotate } from "./components/fs/currency/StartAnnotate";
111
+ export { default as StartAnnotateFill } from "./components/fs/currency/StartAnnotateFill";
112
+ export { default as Submit } from "./components/fs/currency/Submit";
113
+ export { default as SubmitFill } from "./components/fs/currency/SubmitFill";
114
+ export { default as Switch } from "./components/fs/currency/Switch";
115
+ export { default as SwitchFill } from "./components/fs/currency/SwitchFill";
116
+ export { default as Table } from "./components/fs/currency/Table";
117
+ export { default as Time } from "./components/fs/currency/Time";
118
+ export { default as TimeFill } from "./components/fs/currency/TimeFill";
119
+ export { default as Top } from "./components/fs/currency/Top";
120
+ export { default as Unfixed } from "./components/fs/currency/Unfixed";
121
+ export { default as Unfold } from "./components/fs/currency/Unfold";
122
+ export { default as UnfoldFill } from "./components/fs/currency/UnfoldFill";
123
+ export { default as Visible } from "./components/fs/currency/Visible";
124
+ export { default as VisibleFill } from "./components/fs/currency/VisibleFill";
125
+ export { default as Await } from "./components/fs/suggestion/Await";
126
+ export { default as BenchmarkAnalysis } from "./components/fs/suggestion/BenchmarkAnalysis";
127
+ export { default as ClaimFinish } from "./components/fs/suggestion/ClaimFinish";
128
+ export { default as ClaimsFail } from "./components/fs/suggestion/ClaimsFail";
129
+ export { default as CostReturn } from "./components/fs/suggestion/CostReturn";
130
+ export { default as CostViolate } from "./components/fs/suggestion/CostViolate";
131
+ export { default as CostWarning } from "./components/fs/suggestion/CostWarning";
132
+ export { default as DailyOperation } from "./components/fs/suggestion/DailyOperation";
133
+ export { default as DrgsColor } from "./components/fs/suggestion/DrgsColor";
134
+ export { default as Fail } from "./components/fs/suggestion/Fail";
135
+ export { default as FailFill } from "./components/fs/suggestion/FailFill";
136
+ export { default as FsIntercept } from "./components/fs/suggestion/FsIntercept";
137
+ export { default as FsManualreview } from "./components/fs/suggestion/FsManualreview";
138
+ export { default as FsSpecial } from "./components/fs/suggestion/FsSpecial";
139
+ export { default as FsVip } from "./components/fs/suggestion/FsVip";
140
+ export { default as HospitalTransfer } from "./components/fs/suggestion/HospitalTransfer";
141
+ export { default as Inform } from "./components/fs/suggestion/Inform";
142
+ export { default as Information } from "./components/fs/suggestion/Information";
143
+ export { default as KeyGroup } from "./components/fs/suggestion/KeyGroup";
144
+ export { default as Keyoffice } from "./components/fs/suggestion/Keyoffice";
145
+ export { default as Lack } from "./components/fs/suggestion/Lack";
146
+ export { default as Notice } from "./components/fs/suggestion/Notice";
147
+ export { default as NoticeFill } from "./components/fs/suggestion/NoticeFill";
148
+ export { default as Overtime } from "./components/fs/suggestion/Overtime";
149
+ export { default as Problem } from "./components/fs/suggestion/Problem";
150
+ export { default as ProblemFill } from "./components/fs/suggestion/ProblemFill";
151
+ export { default as Processing } from "./components/fs/suggestion/Processing";
152
+ export { default as RecordQuality } from "./components/fs/suggestion/RecordQuality";
153
+ export { default as Rectification } from "./components/fs/suggestion/Rectification";
154
+ export { default as Rehospitalization } from "./components/fs/suggestion/Rehospitalization";
155
+ export { default as Sendback } from "./components/fs/suggestion/Sendback";
156
+ export { default as Success } from "./components/fs/suggestion/Success";
157
+ export { default as SuccessFill } from "./components/fs/suggestion/SuccessFill";
158
+ export { default as UndipAccountColor } from "./components/fs/suggestion/UndipAccountColor";
159
+ export { default as UndrgAccountColor } from "./components/fs/suggestion/UndrgAccountColor";
160
+ export { default as UninsuranceAccountColor } from "./components/fs/suggestion/UninsuranceAccountColor";
161
+ export { default as UnreasonableHospitalized } from "./components/fs/suggestion/UnreasonableHospitalized";
162
+ export { default as Warning } from "./components/fs/suggestion/Warning";
42
163
  export { default as Analyse } from "./components/fs/business-menu/Analyse";
43
164
  export { default as Annotate } from "./components/fs/business-menu/Annotate";
44
165
  export { default as AppealFeedback } from "./components/fs/business-menu/AppealFeedback";
@@ -176,67 +297,25 @@ export { default as UserManagement } from "./components/fs/business-menu/UserMan
176
297
  export { default as UserManagementFill } from "./components/fs/business-menu/UserManagementFill";
177
298
  export { default as WarningVerify } from "./components/fs/business-menu/WarningVerify";
178
299
  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
- export { default as Await } from "./components/fs/suggestion/Await";
203
- export { default as BenchmarkAnalysis } from "./components/fs/suggestion/BenchmarkAnalysis";
204
- export { default as ClaimFinish } from "./components/fs/suggestion/ClaimFinish";
205
- export { default as ClaimsFail } from "./components/fs/suggestion/ClaimsFail";
206
- export { default as CostReturn } from "./components/fs/suggestion/CostReturn";
207
- export { default as CostViolate } from "./components/fs/suggestion/CostViolate";
208
- export { default as CostWarning } from "./components/fs/suggestion/CostWarning";
209
- export { default as DailyOperation } from "./components/fs/suggestion/DailyOperation";
210
- export { default as DrgsColor } from "./components/fs/suggestion/DrgsColor";
211
- export { default as Fail } from "./components/fs/suggestion/Fail";
212
- export { default as FailFill } from "./components/fs/suggestion/FailFill";
213
- export { default as FsIntercept } from "./components/fs/suggestion/FsIntercept";
214
- export { default as FsManualreview } from "./components/fs/suggestion/FsManualreview";
215
- export { default as FsSpecial } from "./components/fs/suggestion/FsSpecial";
216
- export { default as FsVip } from "./components/fs/suggestion/FsVip";
217
- export { default as HospitalTransfer } from "./components/fs/suggestion/HospitalTransfer";
218
- export { default as Inform } from "./components/fs/suggestion/Inform";
219
- export { default as Information } from "./components/fs/suggestion/Information";
220
- export { default as KeyGroup } from "./components/fs/suggestion/KeyGroup";
221
- export { default as Keyoffice } from "./components/fs/suggestion/Keyoffice";
222
- export { default as Lack } from "./components/fs/suggestion/Lack";
223
- export { default as Notice } from "./components/fs/suggestion/Notice";
224
- export { default as NoticeFill } from "./components/fs/suggestion/NoticeFill";
225
- export { default as Overtime } from "./components/fs/suggestion/Overtime";
226
- export { default as Problem } from "./components/fs/suggestion/Problem";
227
- export { default as ProblemFill } from "./components/fs/suggestion/ProblemFill";
228
- export { default as Processing } from "./components/fs/suggestion/Processing";
229
- export { default as RecordQuality } from "./components/fs/suggestion/RecordQuality";
230
- export { default as Rectification } from "./components/fs/suggestion/Rectification";
231
- export { default as Rehospitalization } from "./components/fs/suggestion/Rehospitalization";
232
- export { default as Sendback } from "./components/fs/suggestion/Sendback";
233
- export { default as Success } from "./components/fs/suggestion/Success";
234
- export { default as SuccessFill } from "./components/fs/suggestion/SuccessFill";
235
- export { default as UndipAccountColor } from "./components/fs/suggestion/UndipAccountColor";
236
- export { default as UndrgAccountColor } from "./components/fs/suggestion/UndrgAccountColor";
237
- export { default as UninsuranceAccountColor } from "./components/fs/suggestion/UninsuranceAccountColor";
238
- export { default as UnreasonableHospitalized } from "./components/fs/suggestion/UnreasonableHospitalized";
239
- export { default as Warning } from "./components/fs/suggestion/Warning";
300
+ export { default as Document } from "./components/sbt/business-menu/Document";
301
+ export { default as Insurancepolicy } from "./components/sbt/business-menu/Insurancepolicy";
302
+ export { default as PaymentFill } from "./components/sbt/business-menu/PaymentFill";
303
+ export { default as SbtAddressbook } from "./components/sbt/business-menu/SbtAddressbook";
304
+ export { default as SbtApiRecord } from "./components/sbt/business-menu/SbtApiRecord";
305
+ export { default as SbtPingan } from "./components/sbt/business-menu/SbtPingan";
306
+ export { default as SbtRealname } from "./components/sbt/business-menu/SbtRealname";
307
+ export { default as SbtChecked } from "./components/sbt/currency/SbtChecked";
308
+ export { default as SbtLink } from "./components/sbt/currency/SbtLink";
309
+ export { default as SbtModify } from "./components/sbt/currency/SbtModify";
310
+ export { default as SbtQrcode } from "./components/sbt/currency/SbtQrcode";
311
+ export { default as SbtRetract } from "./components/sbt/currency/SbtRetract";
312
+ export { default as SbtRetractFill } from "./components/sbt/currency/SbtRetractFill";
313
+ export { default as PatientInformation } from "./components/general/currency/PatientInformation";
314
+ export { default as SbtJpg } from "./components/sbt/old-twocolor/SbtJpg";
315
+ export { default as SbtPdf } from "./components/sbt/old-twocolor/SbtPdf";
316
+ export { default as SbtPng } from "./components/sbt/old-twocolor/SbtPng";
317
+ export { default as SbtRarZip } from "./components/sbt/old-twocolor/SbtRarZip";
318
+ export { default as SbtWord } from "./components/sbt/old-twocolor/SbtWord";
240
319
  export { default as Account } from "./components/fs/old-outlined/Account";
241
320
  export { default as AccountFill } from "./components/fs/old-outlined/AccountFill";
242
321
  export { default as AcountManage } from "./components/fs/old-outlined/AcountManage";
@@ -429,100 +508,21 @@ export { default as Zhuantifenxi } from "./components/fs/old-outlined/Zhuantifen
429
508
  export { default as ZhuantifenxiFill } from "./components/fs/old-outlined/ZhuantifenxiFill";
430
509
  export { default as Zhutizhibiao } from "./components/fs/old-outlined/Zhutizhibiao";
431
510
  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";
511
+ export { default as ApplyFail } from "./components/sbt/suggestion/ApplyFail";
512
+ export { default as ApplySuccess } from "./components/sbt/suggestion/ApplySuccess";
513
+ export { default as AttestationFail } from "./components/sbt/suggestion/AttestationFail";
514
+ export { default as Attestationing } from "./components/sbt/suggestion/Attestationing";
515
+ export { default as ClaimsAssessment } from "./components/sbt/suggestion/ClaimsAssessment";
516
+ export { default as Examine } from "./components/sbt/suggestion/Examine";
517
+ export { default as Finish } from "./components/sbt/suggestion/Finish";
518
+ export { default as ProcessFail } from "./components/sbt/suggestion/ProcessFail";
519
+ export { default as ProcessPass } from "./components/sbt/suggestion/ProcessPass";
520
+ export { default as QuickCompensation } from "./components/sbt/suggestion/QuickCompensation";
521
+ export { default as Revoke } from "./components/sbt/suggestion/Revoke";
522
+ export { default as SbtDirect } from "./components/sbt/suggestion/SbtDirect";
523
+ export { default as SbtDirectFill } from "./components/sbt/suggestion/SbtDirectFill";
524
+ export { default as SbtDirectRevoke } from "./components/sbt/suggestion/SbtDirectRevoke";
525
+ export { default as SbtQuick } from "./components/sbt/suggestion/SbtQuick";
526
+ export { default as SbtQuickFill } from "./components/sbt/suggestion/SbtQuickFill";
527
+ export { default as SbtQuickRevoke } from "./components/sbt/suggestion/SbtQuickRevoke";
528
+ export { default as Wait } from "./components/sbt/suggestion/Wait";
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  var _Icon = _interopRequireDefault(require("../../../Icon"));
9
- var _sbtJpg = _interopRequireDefault(require("../../../icons/sbt/currency/sbt-jpg"));
9
+ var _sbtJpg = _interopRequireDefault(require("../../../icons/sbt/old-twocolor/sbt-jpg"));
10
10
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
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
12
  var _default = function _default() {
@@ -14,7 +14,7 @@ var _default = function _default() {
14
14
  return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
15
15
  rootNode: _sbtJpg.default,
16
16
  iconName: 'sbt-jpg',
17
- "icon-type": 'sbt/currency'
17
+ "icon-type": 'sbt/old-twocolor'
18
18
  }));
19
19
  };
20
20
  exports.default = _default;
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  var _Icon = _interopRequireDefault(require("../../../Icon"));
9
- var _sbtPdf = _interopRequireDefault(require("../../../icons/sbt/currency/sbt-pdf"));
9
+ var _sbtPdf = _interopRequireDefault(require("../../../icons/sbt/old-twocolor/sbt-pdf"));
10
10
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
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
12
  var _default = function _default() {
@@ -14,7 +14,7 @@ var _default = function _default() {
14
14
  return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
15
15
  rootNode: _sbtPdf.default,
16
16
  iconName: 'sbt-pdf',
17
- "icon-type": 'sbt/currency'
17
+ "icon-type": 'sbt/old-twocolor'
18
18
  }));
19
19
  };
20
20
  exports.default = _default;
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  var _Icon = _interopRequireDefault(require("../../../Icon"));
9
- var _sbtPng = _interopRequireDefault(require("../../../icons/sbt/currency/sbt-png"));
9
+ var _sbtPng = _interopRequireDefault(require("../../../icons/sbt/old-twocolor/sbt-png"));
10
10
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
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
12
  var _default = function _default() {
@@ -14,7 +14,7 @@ var _default = function _default() {
14
14
  return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
15
15
  rootNode: _sbtPng.default,
16
16
  iconName: 'sbt-png',
17
- "icon-type": 'sbt/currency'
17
+ "icon-type": 'sbt/old-twocolor'
18
18
  }));
19
19
  };
20
20
  exports.default = _default;
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  var _Icon = _interopRequireDefault(require("../../../Icon"));
9
- var _sbtRarZip = _interopRequireDefault(require("../../../icons/sbt/currency/sbt-rarZip"));
9
+ var _sbtRarZip = _interopRequireDefault(require("../../../icons/sbt/old-twocolor/sbt-rarZip"));
10
10
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
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
12
  var _default = function _default() {
@@ -14,7 +14,7 @@ var _default = function _default() {
14
14
  return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
15
15
  rootNode: _sbtRarZip.default,
16
16
  iconName: 'sbt-rarZip',
17
- "icon-type": 'sbt/currency'
17
+ "icon-type": 'sbt/old-twocolor'
18
18
  }));
19
19
  };
20
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 _sbtWord = _interopRequireDefault(require("../../../icons/sbt/old-twocolor/sbt-word"));
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: _sbtWord.default,
16
+ iconName: 'sbt-word',
17
+ "icon-type": 'sbt/old-twocolor'
18
+ }));
19
+ };
20
+ exports.default = _default;
@@ -0,0 +1,5 @@
1
+ export { default as SbtJpg } from './SbtJpg';
2
+ export { default as SbtPdf } from './SbtPdf';
3
+ export { default as SbtPng } from './SbtPng';
4
+ export { default as SbtRarZip } from './SbtRarZip';
5
+ export { default as SbtWord } from './SbtWord';
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "SbtJpg", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _SbtJpg.default;
10
+ }
11
+ });
12
+ Object.defineProperty(exports, "SbtPdf", {
13
+ enumerable: true,
14
+ get: function get() {
15
+ return _SbtPdf.default;
16
+ }
17
+ });
18
+ Object.defineProperty(exports, "SbtPng", {
19
+ enumerable: true,
20
+ get: function get() {
21
+ return _SbtPng.default;
22
+ }
23
+ });
24
+ Object.defineProperty(exports, "SbtRarZip", {
25
+ enumerable: true,
26
+ get: function get() {
27
+ return _SbtRarZip.default;
28
+ }
29
+ });
30
+ Object.defineProperty(exports, "SbtWord", {
31
+ enumerable: true,
32
+ get: function get() {
33
+ return _SbtWord.default;
34
+ }
35
+ });
36
+ var _SbtJpg = _interopRequireDefault(require("./SbtJpg"));
37
+ var _SbtPdf = _interopRequireDefault(require("./SbtPdf"));
38
+ var _SbtPng = _interopRequireDefault(require("./SbtPng"));
39
+ var _SbtRarZip = _interopRequireDefault(require("./SbtRarZip"));
40
+ var _SbtWord = _interopRequireDefault(require("./SbtWord"));
41
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
package/lib/dome/index.js CHANGED
@@ -25,7 +25,8 @@ var _default = function _default() {
25
25
  var subclass = {
26
26
  currency: "currency",
27
27
  businessMenu: "business-menu",
28
- suggestion: "suggestion"
28
+ suggestion: "suggestion",
29
+ oldTwoColor: "old-twocolor"
29
30
  };
30
31
  var genera = {
31
32
  fs: "fs",
@@ -39,7 +40,8 @@ var _default = function _default() {
39
40
  business = genera.business;
40
41
  var currency = subclass.currency,
41
42
  businessMenu = subclass.businessMenu,
42
- suggestion = subclass.suggestion;
43
+ suggestion = subclass.suggestion,
44
+ oldTwoColor = subclass.oldTwoColor;
43
45
  var list = [{
44
46
  title: "通用类图标",
45
47
  key: general,
@@ -87,6 +89,10 @@ var _default = function _default() {
87
89
  title: "提示建议类图标",
88
90
  key: suggestion,
89
91
  icons: []
92
+ }, {
93
+ title: "多色图标",
94
+ key: oldTwoColor,
95
+ icons: []
90
96
  }]
91
97
  }];
92
98
  iconKeys.forEach(function (key) {