@firesoon/icons-react 3.0.15 → 3.0.17
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/old-outlined → business/business-menu}/Bill.js +2 -2
- package/es/components/business/business-menu/Generate.js +2 -2
- package/es/components/{sbt → business}/business-menu/Payment.js +2 -2
- package/es/components/business/business-menu/Reconciliation.js +12 -0
- package/es/components/business/business-menu/index.d.ts +3 -0
- package/es/components/business/business-menu/index.js +4 -1
- package/es/components/fs/currency/index.js +0 -1
- package/es/components/fs/old-outlined/index.d.ts +0 -1
- package/es/components/general/currency/PatientInformation.js +2 -2
- package/es/components/sbt/business-menu/index.d.ts +0 -1
- package/es/icons/business/business-menu/bill.js +23 -0
- package/es/icons/business/business-menu/payment.js +23 -0
- package/es/icons/business/business-menu/reconciliation.js +17 -0
- package/es/index.d.ts +209 -208
- package/es/index.js +145 -143
- package/lib/components/{fs/old-outlined → business/business-menu}/Bill.js +2 -2
- package/lib/components/business/business-menu/Generate.js +2 -2
- package/lib/components/business/business-menu/Payment.d.ts +4 -0
- package/lib/components/{sbt → business}/business-menu/Payment.js +2 -2
- package/lib/components/business/business-menu/Reconciliation.d.ts +4 -0
- package/lib/components/business/business-menu/Reconciliation.js +20 -0
- package/lib/components/business/business-menu/index.d.ts +3 -0
- package/lib/components/business/business-menu/index.js +21 -0
- package/lib/components/fs/currency/index.js +0 -7
- package/lib/components/fs/old-outlined/index.d.ts +0 -1
- package/lib/components/general/currency/PatientInformation.js +2 -2
- package/lib/components/sbt/business-menu/index.d.ts +0 -1
- package/lib/icons/business/business-menu/bill.js +30 -0
- package/lib/icons/business/business-menu/payment.d.ts +17 -0
- package/lib/icons/business/business-menu/payment.js +30 -0
- package/lib/icons/business/business-menu/reconciliation.d.ts +17 -0
- package/lib/icons/business/business-menu/reconciliation.js +24 -0
- package/lib/index.d.ts +209 -208
- package/lib/index.js +163 -149
- package/package.json +1 -1
- package/es/icons/fs/old-outlined/bill.js +0 -47
- package/es/icons/sbt/business-menu/payment.js +0 -23
- package/lib/icons/fs/old-outlined/bill.js +0 -54
- package/lib/icons/sbt/business-menu/payment.js +0 -30
- /package/es/components/{fs/old-outlined → business/business-menu}/Bill.d.ts +0 -0
- /package/es/components/{sbt → business}/business-menu/Payment.d.ts +0 -0
- /package/{lib/components/fs/old-outlined/Bill.d.ts → es/components/business/business-menu/Reconciliation.d.ts} +0 -0
- /package/es/icons/{fs/old-outlined → business/business-menu}/bill.d.ts +0 -0
- /package/es/icons/{sbt → business}/business-menu/payment.d.ts +0 -0
- /package/{lib/icons/fs/old-outlined/bill.d.ts → es/icons/business/business-menu/reconciliation.d.ts} +0 -0
- /package/lib/components/{sbt/business-menu/Payment.d.ts → business/business-menu/Bill.d.ts} +0 -0
- /package/lib/icons/{sbt/business-menu/payment.d.ts → business/business-menu/bill.d.ts} +0 -0
package/es/index.js
CHANGED
|
@@ -1,4 +1,102 @@
|
|
|
1
|
-
export { default as
|
|
1
|
+
export { default as Bill } from "./components/business/business-menu/Bill";
|
|
2
|
+
export { default as Generate } from "./components/business/business-menu/Generate";
|
|
3
|
+
export { default as Payment } from "./components/business/business-menu/Payment";
|
|
4
|
+
export { default as Reconciliation } from "./components/business/business-menu/Reconciliation";
|
|
5
|
+
export { default as PatientInformation } from "./components/general/currency/PatientInformation";
|
|
6
|
+
export { default as Add } from "./components/fs/currency/Add";
|
|
7
|
+
export { default as AddFill } from "./components/fs/currency/AddFill";
|
|
8
|
+
export { default as Admin } from "./components/fs/currency/Admin";
|
|
9
|
+
export { default as AppearRecord } from "./components/fs/currency/AppearRecord";
|
|
10
|
+
export { default as AppearRecordFill } from "./components/fs/currency/AppearRecordFill";
|
|
11
|
+
export { default as ArrowDown } from "./components/fs/currency/ArrowDown";
|
|
12
|
+
export { default as ArrowLeft } from "./components/fs/currency/ArrowLeft";
|
|
13
|
+
export { default as ArrowRight } from "./components/fs/currency/ArrowRight";
|
|
14
|
+
export { default as ArrowUp } from "./components/fs/currency/ArrowUp";
|
|
15
|
+
export { default as BackToPlatform } from "./components/fs/currency/BackToPlatform";
|
|
16
|
+
export { default as BackToPlatformFill } from "./components/fs/currency/BackToPlatformFill";
|
|
17
|
+
export { default as Bottom } from "./components/fs/currency/Bottom";
|
|
18
|
+
export { default as Cancel } from "./components/fs/currency/Cancel";
|
|
19
|
+
export { default as CancelFill } from "./components/fs/currency/CancelFill";
|
|
20
|
+
export { default as CaseInformation } from "./components/fs/currency/CaseInformation";
|
|
21
|
+
export { default as CaseInformationFill } from "./components/fs/currency/CaseInformationFill";
|
|
22
|
+
export { default as Checkbox } from "./components/fs/currency/Checkbox";
|
|
23
|
+
export { default as CheckboxDisable } from "./components/fs/currency/CheckboxDisable";
|
|
24
|
+
export { default as CheckboxFill } from "./components/fs/currency/CheckboxFill";
|
|
25
|
+
export { default as ChooseFile } from "./components/fs/currency/ChooseFile";
|
|
26
|
+
export { default as ChooseFileFill } from "./components/fs/currency/ChooseFileFill";
|
|
27
|
+
export { default as Clean } from "./components/fs/currency/Clean";
|
|
28
|
+
export { default as CleanFill } from "./components/fs/currency/CleanFill";
|
|
29
|
+
export { default as Close } from "./components/fs/currency/Close";
|
|
30
|
+
export { default as Code } from "./components/fs/currency/Code";
|
|
31
|
+
export { default as Copy } from "./components/fs/currency/Copy";
|
|
32
|
+
export { default as CopyFill } from "./components/fs/currency/CopyFill";
|
|
33
|
+
export { default as CostDetail } from "./components/fs/currency/CostDetail";
|
|
34
|
+
export { default as CostDetailFill } from "./components/fs/currency/CostDetailFill";
|
|
35
|
+
export { default as Date } from "./components/fs/currency/Date";
|
|
36
|
+
export { default as DateFill } from "./components/fs/currency/DateFill";
|
|
37
|
+
export { default as Delete } from "./components/fs/currency/Delete";
|
|
38
|
+
export { default as DeleteFill } from "./components/fs/currency/DeleteFill";
|
|
39
|
+
export { default as Download } from "./components/fs/currency/Download";
|
|
40
|
+
export { default as DownloadFill } from "./components/fs/currency/DownloadFill";
|
|
41
|
+
export { default as Drag } from "./components/fs/currency/Drag";
|
|
42
|
+
export { default as Edit } from "./components/fs/currency/Edit";
|
|
43
|
+
export { default as EditFill } from "./components/fs/currency/EditFill";
|
|
44
|
+
export { default as EventFollow } from "./components/fs/currency/EventFollow";
|
|
45
|
+
export { default as EventFollowFill } from "./components/fs/currency/EventFollowFill";
|
|
46
|
+
export { default as Exitfullscreen } from "./components/fs/currency/Exitfullscreen";
|
|
47
|
+
export { default as Fall } from "./components/fs/currency/Fall";
|
|
48
|
+
export { default as Fold } from "./components/fs/currency/Fold";
|
|
49
|
+
export { default as FoldFill } from "./components/fs/currency/FoldFill";
|
|
50
|
+
export { default as FsAddnew } from "./components/fs/currency/FsAddnew";
|
|
51
|
+
export { default as Fullscreen } from "./components/fs/currency/Fullscreen";
|
|
52
|
+
export { default as GroupFeedback } from "./components/fs/currency/GroupFeedback";
|
|
53
|
+
export { default as GroupFeedbackFill } from "./components/fs/currency/GroupFeedbackFill";
|
|
54
|
+
export { default as HospitalAppeal } from "./components/fs/currency/HospitalAppeal";
|
|
55
|
+
export { default as HospitalAppealFill } from "./components/fs/currency/HospitalAppealFill";
|
|
56
|
+
export { default as ImitateGroup } from "./components/fs/currency/ImitateGroup";
|
|
57
|
+
export { default as ImitateGroupFill } from "./components/fs/currency/ImitateGroupFill";
|
|
58
|
+
export { default as Invisible } from "./components/fs/currency/Invisible";
|
|
59
|
+
export { default as InvisibleFill } from "./components/fs/currency/InvisibleFill";
|
|
60
|
+
export { default as Leadingin } from "./components/fs/currency/Leadingin";
|
|
61
|
+
export { default as LeadinginInformation } from "./components/fs/currency/LeadinginInformation";
|
|
62
|
+
export { default as Leadingout } from "./components/fs/currency/Leadingout";
|
|
63
|
+
export { default as ListDetail } from "./components/fs/currency/ListDetail";
|
|
64
|
+
export { default as ListDetailFill } from "./components/fs/currency/ListDetailFill";
|
|
65
|
+
export { default as Loading } from "./components/fs/currency/Loading";
|
|
66
|
+
export { default as More } from "./components/fs/currency/More";
|
|
67
|
+
export { default as PatientInformationFill } from "./components/fs/currency/PatientInformationFill";
|
|
68
|
+
export { default as Radio } from "./components/fs/currency/Radio";
|
|
69
|
+
export { default as RadioFill } from "./components/fs/currency/RadioFill";
|
|
70
|
+
export { default as Raise } from "./components/fs/currency/Raise";
|
|
71
|
+
export { default as Record } from "./components/fs/currency/Record";
|
|
72
|
+
export { default as RecordFill } from "./components/fs/currency/RecordFill";
|
|
73
|
+
export { default as Recover } from "./components/fs/currency/Recover";
|
|
74
|
+
export { default as RectifyMassage } from "./components/fs/currency/RectifyMassage";
|
|
75
|
+
export { default as RectifyMassageFill } from "./components/fs/currency/RectifyMassageFill";
|
|
76
|
+
export { default as Refresh } from "./components/fs/currency/Refresh";
|
|
77
|
+
export { default as Screening } from "./components/fs/currency/Screening";
|
|
78
|
+
export { default as Search } from "./components/fs/currency/Search";
|
|
79
|
+
export { default as Selecte } from "./components/fs/currency/Selecte";
|
|
80
|
+
export { default as Setting } from "./components/fs/currency/Setting";
|
|
81
|
+
export { default as SettingFill } from "./components/fs/currency/SettingFill";
|
|
82
|
+
export { default as ShuttleLeft } from "./components/fs/currency/ShuttleLeft";
|
|
83
|
+
export { default as ShuttleRight } from "./components/fs/currency/ShuttleRight";
|
|
84
|
+
export { default as Singlearrow } from "./components/fs/currency/Singlearrow";
|
|
85
|
+
export { default as Sort } from "./components/fs/currency/Sort";
|
|
86
|
+
export { default as StartAnnotate } from "./components/fs/currency/StartAnnotate";
|
|
87
|
+
export { default as StartAnnotateFill } from "./components/fs/currency/StartAnnotateFill";
|
|
88
|
+
export { default as Submit } from "./components/fs/currency/Submit";
|
|
89
|
+
export { default as SubmitFill } from "./components/fs/currency/SubmitFill";
|
|
90
|
+
export { default as Switch } from "./components/fs/currency/Switch";
|
|
91
|
+
export { default as SwitchFill } from "./components/fs/currency/SwitchFill";
|
|
92
|
+
export { default as Time } from "./components/fs/currency/Time";
|
|
93
|
+
export { default as TimeFill } from "./components/fs/currency/TimeFill";
|
|
94
|
+
export { default as Top } from "./components/fs/currency/Top";
|
|
95
|
+
export { default as Unfixed } from "./components/fs/currency/Unfixed";
|
|
96
|
+
export { default as Unfold } from "./components/fs/currency/Unfold";
|
|
97
|
+
export { default as UnfoldFill } from "./components/fs/currency/UnfoldFill";
|
|
98
|
+
export { default as Visible } from "./components/fs/currency/Visible";
|
|
99
|
+
export { default as VisibleFill } from "./components/fs/currency/VisibleFill";
|
|
2
100
|
export { default as Analyse } from "./components/fs/business-menu/Analyse";
|
|
3
101
|
export { default as Annotate } from "./components/fs/business-menu/Annotate";
|
|
4
102
|
export { default as AppInstall } from "./components/fs/business-menu/AppInstall";
|
|
@@ -136,101 +234,6 @@ export { default as UserManagement } from "./components/fs/business-menu/UserMan
|
|
|
136
234
|
export { default as UserManagementFill } from "./components/fs/business-menu/UserManagementFill";
|
|
137
235
|
export { default as WarningVerify } from "./components/fs/business-menu/WarningVerify";
|
|
138
236
|
export { default as WarningVerifyFill } from "./components/fs/business-menu/WarningVerifyFill";
|
|
139
|
-
export { default as Add } from "./components/fs/currency/Add";
|
|
140
|
-
export { default as AddFill } from "./components/fs/currency/AddFill";
|
|
141
|
-
export { default as Admin } from "./components/fs/currency/Admin";
|
|
142
|
-
export { default as AppearRecord } from "./components/fs/currency/AppearRecord";
|
|
143
|
-
export { default as AppearRecordFill } from "./components/fs/currency/AppearRecordFill";
|
|
144
|
-
export { default as ArrowDown } from "./components/fs/currency/ArrowDown";
|
|
145
|
-
export { default as ArrowLeft } from "./components/fs/currency/ArrowLeft";
|
|
146
|
-
export { default as ArrowRight } from "./components/fs/currency/ArrowRight";
|
|
147
|
-
export { default as ArrowUp } from "./components/fs/currency/ArrowUp";
|
|
148
|
-
export { default as BackToPlatform } from "./components/fs/currency/BackToPlatform";
|
|
149
|
-
export { default as BackToPlatformFill } from "./components/fs/currency/BackToPlatformFill";
|
|
150
|
-
export { default as Bottom } from "./components/fs/currency/Bottom";
|
|
151
|
-
export { default as Cancel } from "./components/fs/currency/Cancel";
|
|
152
|
-
export { default as CancelFill } from "./components/fs/currency/CancelFill";
|
|
153
|
-
export { default as CaseInformation } from "./components/fs/currency/CaseInformation";
|
|
154
|
-
export { default as CaseInformationFill } from "./components/fs/currency/CaseInformationFill";
|
|
155
|
-
export { default as Checkbox } from "./components/fs/currency/Checkbox";
|
|
156
|
-
export { default as CheckboxDisable } from "./components/fs/currency/CheckboxDisable";
|
|
157
|
-
export { default as CheckboxFill } from "./components/fs/currency/CheckboxFill";
|
|
158
|
-
export { default as ChooseFile } from "./components/fs/currency/ChooseFile";
|
|
159
|
-
export { default as ChooseFileFill } from "./components/fs/currency/ChooseFileFill";
|
|
160
|
-
export { default as Clean } from "./components/fs/currency/Clean";
|
|
161
|
-
export { default as CleanFill } from "./components/fs/currency/CleanFill";
|
|
162
|
-
export { default as Close } from "./components/fs/currency/Close";
|
|
163
|
-
export { default as Code } from "./components/fs/currency/Code";
|
|
164
|
-
export { default as Copy } from "./components/fs/currency/Copy";
|
|
165
|
-
export { default as CopyFill } from "./components/fs/currency/CopyFill";
|
|
166
|
-
export { default as CostDetail } from "./components/fs/currency/CostDetail";
|
|
167
|
-
export { default as CostDetailFill } from "./components/fs/currency/CostDetailFill";
|
|
168
|
-
export { default as Date } from "./components/fs/currency/Date";
|
|
169
|
-
export { default as DateFill } from "./components/fs/currency/DateFill";
|
|
170
|
-
export { default as Delete } from "./components/fs/currency/Delete";
|
|
171
|
-
export { default as DeleteFill } from "./components/fs/currency/DeleteFill";
|
|
172
|
-
export { default as Download } from "./components/fs/currency/Download";
|
|
173
|
-
export { default as DownloadFill } from "./components/fs/currency/DownloadFill";
|
|
174
|
-
export { default as Drag } from "./components/fs/currency/Drag";
|
|
175
|
-
export { default as Edit } from "./components/fs/currency/Edit";
|
|
176
|
-
export { default as EditFill } from "./components/fs/currency/EditFill";
|
|
177
|
-
export { default as EventFollow } from "./components/fs/currency/EventFollow";
|
|
178
|
-
export { default as EventFollowFill } from "./components/fs/currency/EventFollowFill";
|
|
179
|
-
export { default as Exitfullscreen } from "./components/fs/currency/Exitfullscreen";
|
|
180
|
-
export { default as Fall } from "./components/fs/currency/Fall";
|
|
181
|
-
export { default as Fold } from "./components/fs/currency/Fold";
|
|
182
|
-
export { default as FoldFill } from "./components/fs/currency/FoldFill";
|
|
183
|
-
export { default as FsAddnew } from "./components/fs/currency/FsAddnew";
|
|
184
|
-
export { default as Fullscreen } from "./components/fs/currency/Fullscreen";
|
|
185
|
-
export { default as GroupFeedback } from "./components/fs/currency/GroupFeedback";
|
|
186
|
-
export { default as GroupFeedbackFill } from "./components/fs/currency/GroupFeedbackFill";
|
|
187
|
-
export { default as HospitalAppeal } from "./components/fs/currency/HospitalAppeal";
|
|
188
|
-
export { default as HospitalAppealFill } from "./components/fs/currency/HospitalAppealFill";
|
|
189
|
-
export { default as ImitateGroup } from "./components/fs/currency/ImitateGroup";
|
|
190
|
-
export { default as ImitateGroupFill } from "./components/fs/currency/ImitateGroupFill";
|
|
191
|
-
export { default as Invisible } from "./components/fs/currency/Invisible";
|
|
192
|
-
export { default as InvisibleFill } from "./components/fs/currency/InvisibleFill";
|
|
193
|
-
export { default as Leadingin } from "./components/fs/currency/Leadingin";
|
|
194
|
-
export { default as LeadinginInformation } from "./components/fs/currency/LeadinginInformation";
|
|
195
|
-
export { default as Leadingout } from "./components/fs/currency/Leadingout";
|
|
196
|
-
export { default as ListDetail } from "./components/fs/currency/ListDetail";
|
|
197
|
-
export { default as ListDetailFill } from "./components/fs/currency/ListDetailFill";
|
|
198
|
-
export { default as Loading } from "./components/fs/currency/Loading";
|
|
199
|
-
export { default as More } from "./components/fs/currency/More";
|
|
200
|
-
export { default as PatientInformation } from "./components/fs/currency/PatientInformation";
|
|
201
|
-
export { default as PatientInformationFill } from "./components/fs/currency/PatientInformationFill";
|
|
202
|
-
export { default as Radio } from "./components/fs/currency/Radio";
|
|
203
|
-
export { default as RadioFill } from "./components/fs/currency/RadioFill";
|
|
204
|
-
export { default as Raise } from "./components/fs/currency/Raise";
|
|
205
|
-
export { default as Record } from "./components/fs/currency/Record";
|
|
206
|
-
export { default as RecordFill } from "./components/fs/currency/RecordFill";
|
|
207
|
-
export { default as Recover } from "./components/fs/currency/Recover";
|
|
208
|
-
export { default as RectifyMassage } from "./components/fs/currency/RectifyMassage";
|
|
209
|
-
export { default as RectifyMassageFill } from "./components/fs/currency/RectifyMassageFill";
|
|
210
|
-
export { default as Refresh } from "./components/fs/currency/Refresh";
|
|
211
|
-
export { default as Screening } from "./components/fs/currency/Screening";
|
|
212
|
-
export { default as Search } from "./components/fs/currency/Search";
|
|
213
|
-
export { default as Selecte } from "./components/fs/currency/Selecte";
|
|
214
|
-
export { default as Setting } from "./components/fs/currency/Setting";
|
|
215
|
-
export { default as SettingFill } from "./components/fs/currency/SettingFill";
|
|
216
|
-
export { default as ShuttleLeft } from "./components/fs/currency/ShuttleLeft";
|
|
217
|
-
export { default as ShuttleRight } from "./components/fs/currency/ShuttleRight";
|
|
218
|
-
export { default as Singlearrow } from "./components/fs/currency/Singlearrow";
|
|
219
|
-
export { default as Sort } from "./components/fs/currency/Sort";
|
|
220
|
-
export { default as StartAnnotate } from "./components/fs/currency/StartAnnotate";
|
|
221
|
-
export { default as StartAnnotateFill } from "./components/fs/currency/StartAnnotateFill";
|
|
222
|
-
export { default as Submit } from "./components/fs/currency/Submit";
|
|
223
|
-
export { default as SubmitFill } from "./components/fs/currency/SubmitFill";
|
|
224
|
-
export { default as Switch } from "./components/fs/currency/Switch";
|
|
225
|
-
export { default as SwitchFill } from "./components/fs/currency/SwitchFill";
|
|
226
|
-
export { default as Time } from "./components/fs/currency/Time";
|
|
227
|
-
export { default as TimeFill } from "./components/fs/currency/TimeFill";
|
|
228
|
-
export { default as Top } from "./components/fs/currency/Top";
|
|
229
|
-
export { default as Unfixed } from "./components/fs/currency/Unfixed";
|
|
230
|
-
export { default as Unfold } from "./components/fs/currency/Unfold";
|
|
231
|
-
export { default as UnfoldFill } from "./components/fs/currency/UnfoldFill";
|
|
232
|
-
export { default as Visible } from "./components/fs/currency/Visible";
|
|
233
|
-
export { default as VisibleFill } from "./components/fs/currency/VisibleFill";
|
|
234
237
|
export { default as Bingzuwentifankui } from "./components/fs/old-twocolor/Bingzuwentifankui";
|
|
235
238
|
export { default as BingzuwentifankuiNew } from "./components/fs/old-twocolor/BingzuwentifankuiNew";
|
|
236
239
|
export { default as CasesDoubt } from "./components/fs/old-twocolor/CasesDoubt";
|
|
@@ -254,53 +257,6 @@ export { default as ServerError } from "./components/fs/old-twocolor/ServerError
|
|
|
254
257
|
export { default as SuccessCircle } from "./components/fs/old-twocolor/SuccessCircle";
|
|
255
258
|
export { default as Tishi } from "./components/fs/old-twocolor/Tishi";
|
|
256
259
|
export { default as WaitCircle } from "./components/fs/old-twocolor/WaitCircle";
|
|
257
|
-
export { default as Await } from "./components/fs/suggestion/Await";
|
|
258
|
-
export { default as BenchmarkAnalysis } from "./components/fs/suggestion/BenchmarkAnalysis";
|
|
259
|
-
export { default as ClaimFinish } from "./components/fs/suggestion/ClaimFinish";
|
|
260
|
-
export { default as ClaimsFail } from "./components/fs/suggestion/ClaimsFail";
|
|
261
|
-
export { default as CostReturn } from "./components/fs/suggestion/CostReturn";
|
|
262
|
-
export { default as CostViolate } from "./components/fs/suggestion/CostViolate";
|
|
263
|
-
export { default as CostWarning } from "./components/fs/suggestion/CostWarning";
|
|
264
|
-
export { default as DailyOperation } from "./components/fs/suggestion/DailyOperation";
|
|
265
|
-
export { default as DrgsColor } from "./components/fs/suggestion/DrgsColor";
|
|
266
|
-
export { default as Fail } from "./components/fs/suggestion/Fail";
|
|
267
|
-
export { default as FailFill } from "./components/fs/suggestion/FailFill";
|
|
268
|
-
export { default as FsIntercept } from "./components/fs/suggestion/FsIntercept";
|
|
269
|
-
export { default as FsManualreview } from "./components/fs/suggestion/FsManualreview";
|
|
270
|
-
export { default as FsSpecial } from "./components/fs/suggestion/FsSpecial";
|
|
271
|
-
export { default as FsVip } from "./components/fs/suggestion/FsVip";
|
|
272
|
-
export { default as HospitalTransfer } from "./components/fs/suggestion/HospitalTransfer";
|
|
273
|
-
export { default as Inform } from "./components/fs/suggestion/Inform";
|
|
274
|
-
export { default as Information } from "./components/fs/suggestion/Information";
|
|
275
|
-
export { default as KeyGroup } from "./components/fs/suggestion/KeyGroup";
|
|
276
|
-
export { default as Keyoffice } from "./components/fs/suggestion/Keyoffice";
|
|
277
|
-
export { default as Lack } from "./components/fs/suggestion/Lack";
|
|
278
|
-
export { default as Notice } from "./components/fs/suggestion/Notice";
|
|
279
|
-
export { default as NoticeFill } from "./components/fs/suggestion/NoticeFill";
|
|
280
|
-
export { default as Overtime } from "./components/fs/suggestion/Overtime";
|
|
281
|
-
export { default as Problem } from "./components/fs/suggestion/Problem";
|
|
282
|
-
export { default as ProblemFill } from "./components/fs/suggestion/ProblemFill";
|
|
283
|
-
export { default as Processing } from "./components/fs/suggestion/Processing";
|
|
284
|
-
export { default as RecordQuality } from "./components/fs/suggestion/RecordQuality";
|
|
285
|
-
export { default as Rectification } from "./components/fs/suggestion/Rectification";
|
|
286
|
-
export { default as Rehospitalization } from "./components/fs/suggestion/Rehospitalization";
|
|
287
|
-
export { default as Sendback } from "./components/fs/suggestion/Sendback";
|
|
288
|
-
export { default as Success } from "./components/fs/suggestion/Success";
|
|
289
|
-
export { default as SuccessFill } from "./components/fs/suggestion/SuccessFill";
|
|
290
|
-
export { default as UndipAccountColor } from "./components/fs/suggestion/UndipAccountColor";
|
|
291
|
-
export { default as UndrgAccountColor } from "./components/fs/suggestion/UndrgAccountColor";
|
|
292
|
-
export { default as UninsuranceAccountColor } from "./components/fs/suggestion/UninsuranceAccountColor";
|
|
293
|
-
export { default as UnreasonableHospitalized } from "./components/fs/suggestion/UnreasonableHospitalized";
|
|
294
|
-
export { default as Warning } from "./components/fs/suggestion/Warning";
|
|
295
|
-
export { default as PatientInformation } from "./components/undefined/currency/PatientInformation";
|
|
296
|
-
export { default as Document } from "./components/sbt/business-menu/Document";
|
|
297
|
-
export { default as Insurancepolicy } from "./components/sbt/business-menu/Insurancepolicy";
|
|
298
|
-
export { default as Payment } from "./components/sbt/business-menu/Payment";
|
|
299
|
-
export { default as PaymentFill } from "./components/sbt/business-menu/PaymentFill";
|
|
300
|
-
export { default as SbtAddressbook } from "./components/sbt/business-menu/SbtAddressbook";
|
|
301
|
-
export { default as SbtApiRecord } from "./components/sbt/business-menu/SbtApiRecord";
|
|
302
|
-
export { default as SbtPingan } from "./components/sbt/business-menu/SbtPingan";
|
|
303
|
-
export { default as SbtRealname } from "./components/sbt/business-menu/SbtRealname";
|
|
304
260
|
export { default as AShangbaotijiaoshenhe } from "./components/fs/old-outlined/AShangbaotijiaoshenhe";
|
|
305
261
|
export { default as Account } from "./components/fs/old-outlined/Account";
|
|
306
262
|
export { default as AccountFill } from "./components/fs/old-outlined/AccountFill";
|
|
@@ -494,6 +450,52 @@ export { default as Zhuantifenxi } from "./components/fs/old-outlined/Zhuantifen
|
|
|
494
450
|
export { default as ZhuantifenxiFill } from "./components/fs/old-outlined/ZhuantifenxiFill";
|
|
495
451
|
export { default as Zhutizhibiao } from "./components/fs/old-outlined/Zhutizhibiao";
|
|
496
452
|
export { default as Zygl } from "./components/fs/old-outlined/Zygl";
|
|
453
|
+
export { default as Await } from "./components/fs/suggestion/Await";
|
|
454
|
+
export { default as BenchmarkAnalysis } from "./components/fs/suggestion/BenchmarkAnalysis";
|
|
455
|
+
export { default as ClaimFinish } from "./components/fs/suggestion/ClaimFinish";
|
|
456
|
+
export { default as ClaimsFail } from "./components/fs/suggestion/ClaimsFail";
|
|
457
|
+
export { default as CostReturn } from "./components/fs/suggestion/CostReturn";
|
|
458
|
+
export { default as CostViolate } from "./components/fs/suggestion/CostViolate";
|
|
459
|
+
export { default as CostWarning } from "./components/fs/suggestion/CostWarning";
|
|
460
|
+
export { default as DailyOperation } from "./components/fs/suggestion/DailyOperation";
|
|
461
|
+
export { default as DrgsColor } from "./components/fs/suggestion/DrgsColor";
|
|
462
|
+
export { default as Fail } from "./components/fs/suggestion/Fail";
|
|
463
|
+
export { default as FailFill } from "./components/fs/suggestion/FailFill";
|
|
464
|
+
export { default as FsIntercept } from "./components/fs/suggestion/FsIntercept";
|
|
465
|
+
export { default as FsManualreview } from "./components/fs/suggestion/FsManualreview";
|
|
466
|
+
export { default as FsSpecial } from "./components/fs/suggestion/FsSpecial";
|
|
467
|
+
export { default as FsVip } from "./components/fs/suggestion/FsVip";
|
|
468
|
+
export { default as HospitalTransfer } from "./components/fs/suggestion/HospitalTransfer";
|
|
469
|
+
export { default as Inform } from "./components/fs/suggestion/Inform";
|
|
470
|
+
export { default as Information } from "./components/fs/suggestion/Information";
|
|
471
|
+
export { default as KeyGroup } from "./components/fs/suggestion/KeyGroup";
|
|
472
|
+
export { default as Keyoffice } from "./components/fs/suggestion/Keyoffice";
|
|
473
|
+
export { default as Lack } from "./components/fs/suggestion/Lack";
|
|
474
|
+
export { default as Notice } from "./components/fs/suggestion/Notice";
|
|
475
|
+
export { default as NoticeFill } from "./components/fs/suggestion/NoticeFill";
|
|
476
|
+
export { default as Overtime } from "./components/fs/suggestion/Overtime";
|
|
477
|
+
export { default as Problem } from "./components/fs/suggestion/Problem";
|
|
478
|
+
export { default as ProblemFill } from "./components/fs/suggestion/ProblemFill";
|
|
479
|
+
export { default as Processing } from "./components/fs/suggestion/Processing";
|
|
480
|
+
export { default as RecordQuality } from "./components/fs/suggestion/RecordQuality";
|
|
481
|
+
export { default as Rectification } from "./components/fs/suggestion/Rectification";
|
|
482
|
+
export { default as Rehospitalization } from "./components/fs/suggestion/Rehospitalization";
|
|
483
|
+
export { default as Sendback } from "./components/fs/suggestion/Sendback";
|
|
484
|
+
export { default as Success } from "./components/fs/suggestion/Success";
|
|
485
|
+
export { default as SuccessFill } from "./components/fs/suggestion/SuccessFill";
|
|
486
|
+
export { default as UndipAccountColor } from "./components/fs/suggestion/UndipAccountColor";
|
|
487
|
+
export { default as UndrgAccountColor } from "./components/fs/suggestion/UndrgAccountColor";
|
|
488
|
+
export { default as UninsuranceAccountColor } from "./components/fs/suggestion/UninsuranceAccountColor";
|
|
489
|
+
export { default as UnreasonableHospitalized } from "./components/fs/suggestion/UnreasonableHospitalized";
|
|
490
|
+
export { default as Warning } from "./components/fs/suggestion/Warning";
|
|
491
|
+
export { default as Document } from "./components/sbt/business-menu/Document";
|
|
492
|
+
export { default as Insurancepolicy } from "./components/sbt/business-menu/Insurancepolicy";
|
|
493
|
+
export { default as Payment } from "./components/sbt/business-menu/Payment";
|
|
494
|
+
export { default as PaymentFill } from "./components/sbt/business-menu/PaymentFill";
|
|
495
|
+
export { default as SbtAddressbook } from "./components/sbt/business-menu/SbtAddressbook";
|
|
496
|
+
export { default as SbtApiRecord } from "./components/sbt/business-menu/SbtApiRecord";
|
|
497
|
+
export { default as SbtPingan } from "./components/sbt/business-menu/SbtPingan";
|
|
498
|
+
export { default as SbtRealname } from "./components/sbt/business-menu/SbtRealname";
|
|
497
499
|
export { default as SbtLink } from "./components/sbt/currency/SbtLink";
|
|
498
500
|
export { default as SbtModify } from "./components/sbt/currency/SbtModify";
|
|
499
501
|
export { default as SbtQrcode } from "./components/sbt/currency/SbtQrcode";
|
|
@@ -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 _bill = _interopRequireDefault(require("../../../icons/
|
|
9
|
+
var _bill = _interopRequireDefault(require("../../../icons/business/business-menu/bill"));
|
|
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: _bill.default,
|
|
16
16
|
iconName: 'bill',
|
|
17
|
-
"icon-type": '
|
|
17
|
+
"icon-type": 'business/business-menu'
|
|
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 _generate = _interopRequireDefault(require("../../../icons/
|
|
9
|
+
var _generate = _interopRequireDefault(require("../../../icons/business/business-menu/generate"));
|
|
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: _generate.default,
|
|
16
16
|
iconName: 'generate',
|
|
17
|
-
"icon-type": '
|
|
17
|
+
"icon-type": 'business/business-menu'
|
|
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 _payment = _interopRequireDefault(require("../../../icons/
|
|
9
|
+
var _payment = _interopRequireDefault(require("../../../icons/business/business-menu/payment"));
|
|
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: _payment.default,
|
|
16
16
|
iconName: 'payment',
|
|
17
|
-
"icon-type": '
|
|
17
|
+
"icon-type": 'business/business-menu'
|
|
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 _reconciliation = _interopRequireDefault(require("../../../icons/business/business-menu/reconciliation"));
|
|
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: _reconciliation.default,
|
|
16
|
+
iconName: 'reconciliation',
|
|
17
|
+
"icon-type": 'business/business-menu'
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
exports.default = _default;
|
|
@@ -3,11 +3,32 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
+
Object.defineProperty(exports, "Bill", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _Bill.default;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
6
12
|
Object.defineProperty(exports, "Generate", {
|
|
7
13
|
enumerable: true,
|
|
8
14
|
get: function get() {
|
|
9
15
|
return _Generate.default;
|
|
10
16
|
}
|
|
11
17
|
});
|
|
18
|
+
Object.defineProperty(exports, "Payment", {
|
|
19
|
+
enumerable: true,
|
|
20
|
+
get: function get() {
|
|
21
|
+
return _Payment.default;
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
Object.defineProperty(exports, "Reconciliation", {
|
|
25
|
+
enumerable: true,
|
|
26
|
+
get: function get() {
|
|
27
|
+
return _Reconciliation.default;
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
var _Bill = _interopRequireDefault(require("./Bill"));
|
|
12
31
|
var _Generate = _interopRequireDefault(require("./Generate"));
|
|
32
|
+
var _Payment = _interopRequireDefault(require("./Payment"));
|
|
33
|
+
var _Reconciliation = _interopRequireDefault(require("./Reconciliation"));
|
|
13
34
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
@@ -369,12 +369,6 @@ Object.defineProperty(exports, "More", {
|
|
|
369
369
|
return _More.default;
|
|
370
370
|
}
|
|
371
371
|
});
|
|
372
|
-
Object.defineProperty(exports, "PatientInformation", {
|
|
373
|
-
enumerable: true,
|
|
374
|
-
get: function get() {
|
|
375
|
-
return _PatientInformation.default;
|
|
376
|
-
}
|
|
377
|
-
});
|
|
378
372
|
Object.defineProperty(exports, "PatientInformationFill", {
|
|
379
373
|
enumerable: true,
|
|
380
374
|
get: function get() {
|
|
@@ -634,7 +628,6 @@ var _ListDetail = _interopRequireDefault(require("./ListDetail"));
|
|
|
634
628
|
var _ListDetailFill = _interopRequireDefault(require("./ListDetailFill"));
|
|
635
629
|
var _Loading = _interopRequireDefault(require("./Loading"));
|
|
636
630
|
var _More = _interopRequireDefault(require("./More"));
|
|
637
|
-
var _PatientInformation = _interopRequireDefault(require("./PatientInformation"));
|
|
638
631
|
var _PatientInformationFill = _interopRequireDefault(require("./PatientInformationFill"));
|
|
639
632
|
var _Radio = _interopRequireDefault(require("./Radio"));
|
|
640
633
|
var _RadioFill = _interopRequireDefault(require("./RadioFill"));
|
|
@@ -16,7 +16,6 @@ export { default as BarChartCircleFill } from './BarChartCircleFill';
|
|
|
16
16
|
export { default as BeHospitalized } from './BeHospitalized';
|
|
17
17
|
export { default as Bianji } from './Bianji';
|
|
18
18
|
export { default as Biaogan } from './Biaogan';
|
|
19
|
-
export { default as Bill } from './Bill';
|
|
20
19
|
export { default as BillFill } from './BillFill';
|
|
21
20
|
export { default as BillList } from './BillList';
|
|
22
21
|
export { default as BillListFill } from './BillListFill';
|
|
@@ -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 _patientInformation = _interopRequireDefault(require("../../../icons/
|
|
9
|
+
var _patientInformation = _interopRequireDefault(require("../../../icons/general/currency/patient-information"));
|
|
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: _patientInformation.default,
|
|
16
16
|
iconName: 'patient-information',
|
|
17
|
-
"icon-type": '
|
|
17
|
+
"icon-type": 'general/currency'
|
|
18
18
|
}));
|
|
19
19
|
};
|
|
20
20
|
exports.default = _default;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export { default as Document } from './Document';
|
|
2
2
|
export { default as Insurancepolicy } from './Insurancepolicy';
|
|
3
|
-
export { default as Payment } from './Payment';
|
|
4
3
|
export { default as PaymentFill } from './PaymentFill';
|
|
5
4
|
export { default as SbtAddressbook } from './SbtAddressbook';
|
|
6
5
|
export { default as SbtApiRecord } from './SbtApiRecord';
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var node = {
|
|
8
|
+
"name": "bill",
|
|
9
|
+
"nodeTree": {
|
|
10
|
+
"tag": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"viewBox": "0 0 1024 1024"
|
|
13
|
+
},
|
|
14
|
+
"children": [{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M987.43 0A36.57 36.57 0 011024 36.57v950.86a36.57 36.57 0 01-36.57 36.57H36.57A36.57 36.57 0 010 987.43V36.57A36.57 36.57 0 0136.57 0h950.86zm-36.57 73.14H73.14v877.72h877.72V73.14z"
|
|
18
|
+
},
|
|
19
|
+
"children": []
|
|
20
|
+
}, {
|
|
21
|
+
"tag": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "M201.14 256h640q9.15 0 9.15 9.14V320q0 9.14-9.15 9.14h-640q-9.14 0-9.14-9.14v-54.86q0-9.14 9.14-9.14zM201.14 475.43h228.57q9.15 0 9.15 9.14v54.86q0 9.14-9.15 9.14H201.14q-9.14 0-9.14-9.14v-54.86q0-9.14 9.14-9.14zM201.14 694.86h228.57q9.15 0 9.15 9.14v54.86q0 9.14-9.15 9.14H201.14q-9.14 0-9.14-9.14V704q0-9.14 9.14-9.14zM676.57 438.86c90.9 0 164.57 73.68 164.57 164.57 0 34.59-10.67 66.68-28.9 93.17l59.08 59.08a9.14 9.14 0 010 12.93l-38.78 38.8a9.14 9.14 0 01-12.93 0l-61.18-61.18A163.8 163.8 0 01676.57 768C585.68 768 512 694.32 512 603.43s73.68-164.57 164.57-164.57zm.3 73.14a91.43 91.43 0 100 182.86 91.43 91.43 0 000-182.86z"
|
|
24
|
+
},
|
|
25
|
+
"children": []
|
|
26
|
+
}]
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
var _default = node;
|
|
30
|
+
exports.default = _default;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var node = {
|
|
8
|
+
"name": "payment",
|
|
9
|
+
"nodeTree": {
|
|
10
|
+
"tag": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"viewBox": "0 0 1024 1024"
|
|
13
|
+
},
|
|
14
|
+
"children": [{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M0 36.57A36.57 36.57 0 0136.57 0h950.86A36.57 36.57 0 011024 36.57v950.86a36.57 36.57 0 01-36.57 36.57H36.57A36.57 36.57 0 010 987.43V36.57zm73.14 36.57v877.72h877.72V73.14H73.14z"
|
|
18
|
+
},
|
|
19
|
+
"children": []
|
|
20
|
+
}, {
|
|
21
|
+
"tag": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "M264.27 259.9l57.14 57.14 55.88-55.89a10.86 10.86 0 0115.36 0l36.36 36.36a10.86 10.86 0 010 15.36l-51.7 51.7h52.4a9.14 9.14 0 019.15 9.14v54.86a9.14 9.14 0 01-9.15 9.14H360v36.57h69.71a9.14 9.14 0 019.15 9.15v54.86a9.14 9.14 0 01-9.15 9.14H360v64a9.14 9.14 0 01-9.14 9.14h-68.57a9.14 9.14 0 01-9.15-9.14v-64h-69.71a9.14 9.14 0 01-9.14-9.14v-54.86a9.14 9.14 0 019.14-9.14h69.71V437.7h-69.71a9.14 9.14 0 01-9.14-9.14v-54.86a9.14 9.14 0 019.14-9.14h62.07l-52.95-52.95a9.14 9.14 0 010-12.93l38.79-38.8a9.14 9.14 0 0112.93 0zM192 694.86h640q9.14 0 9.14 9.14v54.86q0 9.14-9.14 9.14H192q-9.14 0-9.14-9.14V704q0-9.14 9.14-9.14zM521.14 496H832q9.14 0 9.14 9.14V560q0 9.14-9.14 9.14H521.14q-9.14 0-9.14-9.14v-54.86q0-9.14 9.14-9.14zM521.14 308.57H832q9.14 0 9.14 9.14v54.86q0 9.14-9.14 9.14H521.14q-9.14 0-9.14-9.14v-54.86q0-9.14 9.14-9.14z"
|
|
24
|
+
},
|
|
25
|
+
"children": []
|
|
26
|
+
}]
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
var _default = node;
|
|
30
|
+
exports.default = _default;
|