@firesoon/icons-react 3.0.16 → 3.0.18
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/README.md +2 -0
- package/es/components/{fs/old-outlined → business/business-menu}/Bill.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/old-outlined/index.d.ts +0 -1
- package/es/components/fs/old-outlined/index.js +0 -1
- package/es/components/sbt/business-menu/index.d.ts +0 -1
- package/es/components/sbt/business-menu/index.js +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 +34 -33
- package/es/index.js +167 -166
- package/lib/components/{fs/old-outlined → business/business-menu}/Bill.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/old-outlined/index.d.ts +0 -1
- package/lib/components/fs/old-outlined/index.js +0 -7
- package/lib/components/sbt/business-menu/index.d.ts +0 -1
- package/lib/components/sbt/business-menu/index.js +0 -7
- 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 +34 -33
- package/lib/index.js +172 -165
- 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 Bill } from "./components/business/business-menu/Bill";
|
|
1
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,6 +234,44 @@ 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";
|
|
237
|
+
export { default as Await } from "./components/fs/suggestion/Await";
|
|
238
|
+
export { default as BenchmarkAnalysis } from "./components/fs/suggestion/BenchmarkAnalysis";
|
|
239
|
+
export { default as ClaimFinish } from "./components/fs/suggestion/ClaimFinish";
|
|
240
|
+
export { default as ClaimsFail } from "./components/fs/suggestion/ClaimsFail";
|
|
241
|
+
export { default as CostReturn } from "./components/fs/suggestion/CostReturn";
|
|
242
|
+
export { default as CostViolate } from "./components/fs/suggestion/CostViolate";
|
|
243
|
+
export { default as CostWarning } from "./components/fs/suggestion/CostWarning";
|
|
244
|
+
export { default as DailyOperation } from "./components/fs/suggestion/DailyOperation";
|
|
245
|
+
export { default as DrgsColor } from "./components/fs/suggestion/DrgsColor";
|
|
246
|
+
export { default as Fail } from "./components/fs/suggestion/Fail";
|
|
247
|
+
export { default as FailFill } from "./components/fs/suggestion/FailFill";
|
|
248
|
+
export { default as FsIntercept } from "./components/fs/suggestion/FsIntercept";
|
|
249
|
+
export { default as FsManualreview } from "./components/fs/suggestion/FsManualreview";
|
|
250
|
+
export { default as FsSpecial } from "./components/fs/suggestion/FsSpecial";
|
|
251
|
+
export { default as FsVip } from "./components/fs/suggestion/FsVip";
|
|
252
|
+
export { default as HospitalTransfer } from "./components/fs/suggestion/HospitalTransfer";
|
|
253
|
+
export { default as Inform } from "./components/fs/suggestion/Inform";
|
|
254
|
+
export { default as Information } from "./components/fs/suggestion/Information";
|
|
255
|
+
export { default as KeyGroup } from "./components/fs/suggestion/KeyGroup";
|
|
256
|
+
export { default as Keyoffice } from "./components/fs/suggestion/Keyoffice";
|
|
257
|
+
export { default as Lack } from "./components/fs/suggestion/Lack";
|
|
258
|
+
export { default as Notice } from "./components/fs/suggestion/Notice";
|
|
259
|
+
export { default as NoticeFill } from "./components/fs/suggestion/NoticeFill";
|
|
260
|
+
export { default as Overtime } from "./components/fs/suggestion/Overtime";
|
|
261
|
+
export { default as Problem } from "./components/fs/suggestion/Problem";
|
|
262
|
+
export { default as ProblemFill } from "./components/fs/suggestion/ProblemFill";
|
|
263
|
+
export { default as Processing } from "./components/fs/suggestion/Processing";
|
|
264
|
+
export { default as RecordQuality } from "./components/fs/suggestion/RecordQuality";
|
|
265
|
+
export { default as Rectification } from "./components/fs/suggestion/Rectification";
|
|
266
|
+
export { default as Rehospitalization } from "./components/fs/suggestion/Rehospitalization";
|
|
267
|
+
export { default as Sendback } from "./components/fs/suggestion/Sendback";
|
|
268
|
+
export { default as Success } from "./components/fs/suggestion/Success";
|
|
269
|
+
export { default as SuccessFill } from "./components/fs/suggestion/SuccessFill";
|
|
270
|
+
export { default as UndipAccountColor } from "./components/fs/suggestion/UndipAccountColor";
|
|
271
|
+
export { default as UndrgAccountColor } from "./components/fs/suggestion/UndrgAccountColor";
|
|
272
|
+
export { default as UninsuranceAccountColor } from "./components/fs/suggestion/UninsuranceAccountColor";
|
|
273
|
+
export { default as UnreasonableHospitalized } from "./components/fs/suggestion/UnreasonableHospitalized";
|
|
274
|
+
export { default as Warning } from "./components/fs/suggestion/Warning";
|
|
139
275
|
export { default as Bingzuwentifankui } from "./components/fs/old-twocolor/Bingzuwentifankui";
|
|
140
276
|
export { default as BingzuwentifankuiNew } from "./components/fs/old-twocolor/BingzuwentifankuiNew";
|
|
141
277
|
export { default as CasesDoubt } from "./components/fs/old-twocolor/CasesDoubt";
|
|
@@ -159,6 +295,36 @@ export { default as ServerError } from "./components/fs/old-twocolor/ServerError
|
|
|
159
295
|
export { default as SuccessCircle } from "./components/fs/old-twocolor/SuccessCircle";
|
|
160
296
|
export { default as Tishi } from "./components/fs/old-twocolor/Tishi";
|
|
161
297
|
export { default as WaitCircle } from "./components/fs/old-twocolor/WaitCircle";
|
|
298
|
+
export { default as Document } from "./components/sbt/business-menu/Document";
|
|
299
|
+
export { default as Insurancepolicy } from "./components/sbt/business-menu/Insurancepolicy";
|
|
300
|
+
export { default as PaymentFill } from "./components/sbt/business-menu/PaymentFill";
|
|
301
|
+
export { default as SbtAddressbook } from "./components/sbt/business-menu/SbtAddressbook";
|
|
302
|
+
export { default as SbtApiRecord } from "./components/sbt/business-menu/SbtApiRecord";
|
|
303
|
+
export { default as SbtPingan } from "./components/sbt/business-menu/SbtPingan";
|
|
304
|
+
export { default as SbtRealname } from "./components/sbt/business-menu/SbtRealname";
|
|
305
|
+
export { default as SbtLink } from "./components/sbt/currency/SbtLink";
|
|
306
|
+
export { default as SbtModify } from "./components/sbt/currency/SbtModify";
|
|
307
|
+
export { default as SbtQrcode } from "./components/sbt/currency/SbtQrcode";
|
|
308
|
+
export { default as SbtRetract } from "./components/sbt/currency/SbtRetract";
|
|
309
|
+
export { default as SbtRetractFill } from "./components/sbt/currency/SbtRetractFill";
|
|
310
|
+
export { default as ApplyFail } from "./components/sbt/suggestion/ApplyFail";
|
|
311
|
+
export { default as ApplySuccess } from "./components/sbt/suggestion/ApplySuccess";
|
|
312
|
+
export { default as AttestationFail } from "./components/sbt/suggestion/AttestationFail";
|
|
313
|
+
export { default as Attestationing } from "./components/sbt/suggestion/Attestationing";
|
|
314
|
+
export { default as ClaimsAssessment } from "./components/sbt/suggestion/ClaimsAssessment";
|
|
315
|
+
export { default as Examine } from "./components/sbt/suggestion/Examine";
|
|
316
|
+
export { default as Finish } from "./components/sbt/suggestion/Finish";
|
|
317
|
+
export { default as ProcessFail } from "./components/sbt/suggestion/ProcessFail";
|
|
318
|
+
export { default as ProcessPass } from "./components/sbt/suggestion/ProcessPass";
|
|
319
|
+
export { default as QuickCompensation } from "./components/sbt/suggestion/QuickCompensation";
|
|
320
|
+
export { default as Revoke } from "./components/sbt/suggestion/Revoke";
|
|
321
|
+
export { default as SbtDirect } from "./components/sbt/suggestion/SbtDirect";
|
|
322
|
+
export { default as SbtDirectFill } from "./components/sbt/suggestion/SbtDirectFill";
|
|
323
|
+
export { default as SbtDirectRevoke } from "./components/sbt/suggestion/SbtDirectRevoke";
|
|
324
|
+
export { default as SbtQuick } from "./components/sbt/suggestion/SbtQuick";
|
|
325
|
+
export { default as SbtQuickFill } from "./components/sbt/suggestion/SbtQuickFill";
|
|
326
|
+
export { default as SbtQuickRevoke } from "./components/sbt/suggestion/SbtQuickRevoke";
|
|
327
|
+
export { default as Wait } from "./components/sbt/suggestion/Wait";
|
|
162
328
|
export { default as AShangbaotijiaoshenhe } from "./components/fs/old-outlined/AShangbaotijiaoshenhe";
|
|
163
329
|
export { default as Account } from "./components/fs/old-outlined/Account";
|
|
164
330
|
export { default as AccountFill } from "./components/fs/old-outlined/AccountFill";
|
|
@@ -177,7 +343,6 @@ export { default as BarChartCircleFill } from "./components/fs/old-outlined/BarC
|
|
|
177
343
|
export { default as BeHospitalized } from "./components/fs/old-outlined/BeHospitalized";
|
|
178
344
|
export { default as Bianji } from "./components/fs/old-outlined/Bianji";
|
|
179
345
|
export { default as Biaogan } from "./components/fs/old-outlined/Biaogan";
|
|
180
|
-
export { default as Bill } from "./components/fs/old-outlined/Bill";
|
|
181
346
|
export { default as BillFill } from "./components/fs/old-outlined/BillFill";
|
|
182
347
|
export { default as BillList } from "./components/fs/old-outlined/BillList";
|
|
183
348
|
export { default as BillListFill } from "./components/fs/old-outlined/BillListFill";
|
|
@@ -351,168 +516,4 @@ export { default as Zhuanke } from "./components/fs/old-outlined/Zhuanke";
|
|
|
351
516
|
export { default as Zhuantifenxi } from "./components/fs/old-outlined/Zhuantifenxi";
|
|
352
517
|
export { default as ZhuantifenxiFill } from "./components/fs/old-outlined/ZhuantifenxiFill";
|
|
353
518
|
export { default as Zhutizhibiao } from "./components/fs/old-outlined/Zhutizhibiao";
|
|
354
|
-
export { default as Zygl } from "./components/fs/old-outlined/Zygl";
|
|
355
|
-
export { default as PatientInformation } from "./components/general/currency/PatientInformation";
|
|
356
|
-
export { default as Add } from "./components/fs/currency/Add";
|
|
357
|
-
export { default as AddFill } from "./components/fs/currency/AddFill";
|
|
358
|
-
export { default as Admin } from "./components/fs/currency/Admin";
|
|
359
|
-
export { default as AppearRecord } from "./components/fs/currency/AppearRecord";
|
|
360
|
-
export { default as AppearRecordFill } from "./components/fs/currency/AppearRecordFill";
|
|
361
|
-
export { default as ArrowDown } from "./components/fs/currency/ArrowDown";
|
|
362
|
-
export { default as ArrowLeft } from "./components/fs/currency/ArrowLeft";
|
|
363
|
-
export { default as ArrowRight } from "./components/fs/currency/ArrowRight";
|
|
364
|
-
export { default as ArrowUp } from "./components/fs/currency/ArrowUp";
|
|
365
|
-
export { default as BackToPlatform } from "./components/fs/currency/BackToPlatform";
|
|
366
|
-
export { default as BackToPlatformFill } from "./components/fs/currency/BackToPlatformFill";
|
|
367
|
-
export { default as Bottom } from "./components/fs/currency/Bottom";
|
|
368
|
-
export { default as Cancel } from "./components/fs/currency/Cancel";
|
|
369
|
-
export { default as CancelFill } from "./components/fs/currency/CancelFill";
|
|
370
|
-
export { default as CaseInformation } from "./components/fs/currency/CaseInformation";
|
|
371
|
-
export { default as CaseInformationFill } from "./components/fs/currency/CaseInformationFill";
|
|
372
|
-
export { default as Checkbox } from "./components/fs/currency/Checkbox";
|
|
373
|
-
export { default as CheckboxDisable } from "./components/fs/currency/CheckboxDisable";
|
|
374
|
-
export { default as CheckboxFill } from "./components/fs/currency/CheckboxFill";
|
|
375
|
-
export { default as ChooseFile } from "./components/fs/currency/ChooseFile";
|
|
376
|
-
export { default as ChooseFileFill } from "./components/fs/currency/ChooseFileFill";
|
|
377
|
-
export { default as Clean } from "./components/fs/currency/Clean";
|
|
378
|
-
export { default as CleanFill } from "./components/fs/currency/CleanFill";
|
|
379
|
-
export { default as Close } from "./components/fs/currency/Close";
|
|
380
|
-
export { default as Code } from "./components/fs/currency/Code";
|
|
381
|
-
export { default as Copy } from "./components/fs/currency/Copy";
|
|
382
|
-
export { default as CopyFill } from "./components/fs/currency/CopyFill";
|
|
383
|
-
export { default as CostDetail } from "./components/fs/currency/CostDetail";
|
|
384
|
-
export { default as CostDetailFill } from "./components/fs/currency/CostDetailFill";
|
|
385
|
-
export { default as Date } from "./components/fs/currency/Date";
|
|
386
|
-
export { default as DateFill } from "./components/fs/currency/DateFill";
|
|
387
|
-
export { default as Delete } from "./components/fs/currency/Delete";
|
|
388
|
-
export { default as DeleteFill } from "./components/fs/currency/DeleteFill";
|
|
389
|
-
export { default as Download } from "./components/fs/currency/Download";
|
|
390
|
-
export { default as DownloadFill } from "./components/fs/currency/DownloadFill";
|
|
391
|
-
export { default as Drag } from "./components/fs/currency/Drag";
|
|
392
|
-
export { default as Edit } from "./components/fs/currency/Edit";
|
|
393
|
-
export { default as EditFill } from "./components/fs/currency/EditFill";
|
|
394
|
-
export { default as EventFollow } from "./components/fs/currency/EventFollow";
|
|
395
|
-
export { default as EventFollowFill } from "./components/fs/currency/EventFollowFill";
|
|
396
|
-
export { default as Exitfullscreen } from "./components/fs/currency/Exitfullscreen";
|
|
397
|
-
export { default as Fall } from "./components/fs/currency/Fall";
|
|
398
|
-
export { default as Fold } from "./components/fs/currency/Fold";
|
|
399
|
-
export { default as FoldFill } from "./components/fs/currency/FoldFill";
|
|
400
|
-
export { default as FsAddnew } from "./components/fs/currency/FsAddnew";
|
|
401
|
-
export { default as Fullscreen } from "./components/fs/currency/Fullscreen";
|
|
402
|
-
export { default as GroupFeedback } from "./components/fs/currency/GroupFeedback";
|
|
403
|
-
export { default as GroupFeedbackFill } from "./components/fs/currency/GroupFeedbackFill";
|
|
404
|
-
export { default as HospitalAppeal } from "./components/fs/currency/HospitalAppeal";
|
|
405
|
-
export { default as HospitalAppealFill } from "./components/fs/currency/HospitalAppealFill";
|
|
406
|
-
export { default as ImitateGroup } from "./components/fs/currency/ImitateGroup";
|
|
407
|
-
export { default as ImitateGroupFill } from "./components/fs/currency/ImitateGroupFill";
|
|
408
|
-
export { default as Invisible } from "./components/fs/currency/Invisible";
|
|
409
|
-
export { default as InvisibleFill } from "./components/fs/currency/InvisibleFill";
|
|
410
|
-
export { default as Leadingin } from "./components/fs/currency/Leadingin";
|
|
411
|
-
export { default as LeadinginInformation } from "./components/fs/currency/LeadinginInformation";
|
|
412
|
-
export { default as Leadingout } from "./components/fs/currency/Leadingout";
|
|
413
|
-
export { default as ListDetail } from "./components/fs/currency/ListDetail";
|
|
414
|
-
export { default as ListDetailFill } from "./components/fs/currency/ListDetailFill";
|
|
415
|
-
export { default as Loading } from "./components/fs/currency/Loading";
|
|
416
|
-
export { default as More } from "./components/fs/currency/More";
|
|
417
|
-
export { default as PatientInformationFill } from "./components/fs/currency/PatientInformationFill";
|
|
418
|
-
export { default as Radio } from "./components/fs/currency/Radio";
|
|
419
|
-
export { default as RadioFill } from "./components/fs/currency/RadioFill";
|
|
420
|
-
export { default as Raise } from "./components/fs/currency/Raise";
|
|
421
|
-
export { default as Record } from "./components/fs/currency/Record";
|
|
422
|
-
export { default as RecordFill } from "./components/fs/currency/RecordFill";
|
|
423
|
-
export { default as Recover } from "./components/fs/currency/Recover";
|
|
424
|
-
export { default as RectifyMassage } from "./components/fs/currency/RectifyMassage";
|
|
425
|
-
export { default as RectifyMassageFill } from "./components/fs/currency/RectifyMassageFill";
|
|
426
|
-
export { default as Refresh } from "./components/fs/currency/Refresh";
|
|
427
|
-
export { default as Screening } from "./components/fs/currency/Screening";
|
|
428
|
-
export { default as Search } from "./components/fs/currency/Search";
|
|
429
|
-
export { default as Selecte } from "./components/fs/currency/Selecte";
|
|
430
|
-
export { default as Setting } from "./components/fs/currency/Setting";
|
|
431
|
-
export { default as SettingFill } from "./components/fs/currency/SettingFill";
|
|
432
|
-
export { default as ShuttleLeft } from "./components/fs/currency/ShuttleLeft";
|
|
433
|
-
export { default as ShuttleRight } from "./components/fs/currency/ShuttleRight";
|
|
434
|
-
export { default as Singlearrow } from "./components/fs/currency/Singlearrow";
|
|
435
|
-
export { default as Sort } from "./components/fs/currency/Sort";
|
|
436
|
-
export { default as StartAnnotate } from "./components/fs/currency/StartAnnotate";
|
|
437
|
-
export { default as StartAnnotateFill } from "./components/fs/currency/StartAnnotateFill";
|
|
438
|
-
export { default as Submit } from "./components/fs/currency/Submit";
|
|
439
|
-
export { default as SubmitFill } from "./components/fs/currency/SubmitFill";
|
|
440
|
-
export { default as Switch } from "./components/fs/currency/Switch";
|
|
441
|
-
export { default as SwitchFill } from "./components/fs/currency/SwitchFill";
|
|
442
|
-
export { default as Time } from "./components/fs/currency/Time";
|
|
443
|
-
export { default as TimeFill } from "./components/fs/currency/TimeFill";
|
|
444
|
-
export { default as Top } from "./components/fs/currency/Top";
|
|
445
|
-
export { default as Unfixed } from "./components/fs/currency/Unfixed";
|
|
446
|
-
export { default as Unfold } from "./components/fs/currency/Unfold";
|
|
447
|
-
export { default as UnfoldFill } from "./components/fs/currency/UnfoldFill";
|
|
448
|
-
export { default as Visible } from "./components/fs/currency/Visible";
|
|
449
|
-
export { default as VisibleFill } from "./components/fs/currency/VisibleFill";
|
|
450
|
-
export { default as SbtLink } from "./components/sbt/currency/SbtLink";
|
|
451
|
-
export { default as SbtModify } from "./components/sbt/currency/SbtModify";
|
|
452
|
-
export { default as SbtQrcode } from "./components/sbt/currency/SbtQrcode";
|
|
453
|
-
export { default as SbtRetract } from "./components/sbt/currency/SbtRetract";
|
|
454
|
-
export { default as SbtRetractFill } from "./components/sbt/currency/SbtRetractFill";
|
|
455
|
-
export { default as ApplyFail } from "./components/sbt/suggestion/ApplyFail";
|
|
456
|
-
export { default as ApplySuccess } from "./components/sbt/suggestion/ApplySuccess";
|
|
457
|
-
export { default as AttestationFail } from "./components/sbt/suggestion/AttestationFail";
|
|
458
|
-
export { default as Attestationing } from "./components/sbt/suggestion/Attestationing";
|
|
459
|
-
export { default as ClaimsAssessment } from "./components/sbt/suggestion/ClaimsAssessment";
|
|
460
|
-
export { default as Examine } from "./components/sbt/suggestion/Examine";
|
|
461
|
-
export { default as Finish } from "./components/sbt/suggestion/Finish";
|
|
462
|
-
export { default as ProcessFail } from "./components/sbt/suggestion/ProcessFail";
|
|
463
|
-
export { default as ProcessPass } from "./components/sbt/suggestion/ProcessPass";
|
|
464
|
-
export { default as QuickCompensation } from "./components/sbt/suggestion/QuickCompensation";
|
|
465
|
-
export { default as Revoke } from "./components/sbt/suggestion/Revoke";
|
|
466
|
-
export { default as SbtDirect } from "./components/sbt/suggestion/SbtDirect";
|
|
467
|
-
export { default as SbtDirectFill } from "./components/sbt/suggestion/SbtDirectFill";
|
|
468
|
-
export { default as SbtDirectRevoke } from "./components/sbt/suggestion/SbtDirectRevoke";
|
|
469
|
-
export { default as SbtQuick } from "./components/sbt/suggestion/SbtQuick";
|
|
470
|
-
export { default as SbtQuickFill } from "./components/sbt/suggestion/SbtQuickFill";
|
|
471
|
-
export { default as SbtQuickRevoke } from "./components/sbt/suggestion/SbtQuickRevoke";
|
|
472
|
-
export { default as Wait } from "./components/sbt/suggestion/Wait";
|
|
473
|
-
export { default as Document } from "./components/sbt/business-menu/Document";
|
|
474
|
-
export { default as Insurancepolicy } from "./components/sbt/business-menu/Insurancepolicy";
|
|
475
|
-
export { default as Payment } from "./components/sbt/business-menu/Payment";
|
|
476
|
-
export { default as PaymentFill } from "./components/sbt/business-menu/PaymentFill";
|
|
477
|
-
export { default as SbtAddressbook } from "./components/sbt/business-menu/SbtAddressbook";
|
|
478
|
-
export { default as SbtApiRecord } from "./components/sbt/business-menu/SbtApiRecord";
|
|
479
|
-
export { default as SbtPingan } from "./components/sbt/business-menu/SbtPingan";
|
|
480
|
-
export { default as SbtRealname } from "./components/sbt/business-menu/SbtRealname";
|
|
481
|
-
export { default as Await } from "./components/fs/suggestion/Await";
|
|
482
|
-
export { default as BenchmarkAnalysis } from "./components/fs/suggestion/BenchmarkAnalysis";
|
|
483
|
-
export { default as ClaimFinish } from "./components/fs/suggestion/ClaimFinish";
|
|
484
|
-
export { default as ClaimsFail } from "./components/fs/suggestion/ClaimsFail";
|
|
485
|
-
export { default as CostReturn } from "./components/fs/suggestion/CostReturn";
|
|
486
|
-
export { default as CostViolate } from "./components/fs/suggestion/CostViolate";
|
|
487
|
-
export { default as CostWarning } from "./components/fs/suggestion/CostWarning";
|
|
488
|
-
export { default as DailyOperation } from "./components/fs/suggestion/DailyOperation";
|
|
489
|
-
export { default as DrgsColor } from "./components/fs/suggestion/DrgsColor";
|
|
490
|
-
export { default as Fail } from "./components/fs/suggestion/Fail";
|
|
491
|
-
export { default as FailFill } from "./components/fs/suggestion/FailFill";
|
|
492
|
-
export { default as FsIntercept } from "./components/fs/suggestion/FsIntercept";
|
|
493
|
-
export { default as FsManualreview } from "./components/fs/suggestion/FsManualreview";
|
|
494
|
-
export { default as FsSpecial } from "./components/fs/suggestion/FsSpecial";
|
|
495
|
-
export { default as FsVip } from "./components/fs/suggestion/FsVip";
|
|
496
|
-
export { default as HospitalTransfer } from "./components/fs/suggestion/HospitalTransfer";
|
|
497
|
-
export { default as Inform } from "./components/fs/suggestion/Inform";
|
|
498
|
-
export { default as Information } from "./components/fs/suggestion/Information";
|
|
499
|
-
export { default as KeyGroup } from "./components/fs/suggestion/KeyGroup";
|
|
500
|
-
export { default as Keyoffice } from "./components/fs/suggestion/Keyoffice";
|
|
501
|
-
export { default as Lack } from "./components/fs/suggestion/Lack";
|
|
502
|
-
export { default as Notice } from "./components/fs/suggestion/Notice";
|
|
503
|
-
export { default as NoticeFill } from "./components/fs/suggestion/NoticeFill";
|
|
504
|
-
export { default as Overtime } from "./components/fs/suggestion/Overtime";
|
|
505
|
-
export { default as Problem } from "./components/fs/suggestion/Problem";
|
|
506
|
-
export { default as ProblemFill } from "./components/fs/suggestion/ProblemFill";
|
|
507
|
-
export { default as Processing } from "./components/fs/suggestion/Processing";
|
|
508
|
-
export { default as RecordQuality } from "./components/fs/suggestion/RecordQuality";
|
|
509
|
-
export { default as Rectification } from "./components/fs/suggestion/Rectification";
|
|
510
|
-
export { default as Rehospitalization } from "./components/fs/suggestion/Rehospitalization";
|
|
511
|
-
export { default as Sendback } from "./components/fs/suggestion/Sendback";
|
|
512
|
-
export { default as Success } from "./components/fs/suggestion/Success";
|
|
513
|
-
export { default as SuccessFill } from "./components/fs/suggestion/SuccessFill";
|
|
514
|
-
export { default as UndipAccountColor } from "./components/fs/suggestion/UndipAccountColor";
|
|
515
|
-
export { default as UndrgAccountColor } from "./components/fs/suggestion/UndrgAccountColor";
|
|
516
|
-
export { default as UninsuranceAccountColor } from "./components/fs/suggestion/UninsuranceAccountColor";
|
|
517
|
-
export { default as UnreasonableHospitalized } from "./components/fs/suggestion/UnreasonableHospitalized";
|
|
518
|
-
export { default as Warning } from "./components/fs/suggestion/Warning";
|
|
519
|
+
export { default as Zygl } from "./components/fs/old-outlined/Zygl";
|
|
@@ -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 _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 }; }
|
|
@@ -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';
|
|
@@ -111,12 +111,6 @@ Object.defineProperty(exports, "Biaogan", {
|
|
|
111
111
|
return _Biaogan.default;
|
|
112
112
|
}
|
|
113
113
|
});
|
|
114
|
-
Object.defineProperty(exports, "Bill", {
|
|
115
|
-
enumerable: true,
|
|
116
|
-
get: function get() {
|
|
117
|
-
return _Bill.default;
|
|
118
|
-
}
|
|
119
|
-
});
|
|
120
114
|
Object.defineProperty(exports, "BillFill", {
|
|
121
115
|
enumerable: true,
|
|
122
116
|
get: function get() {
|
|
@@ -1179,7 +1173,6 @@ var _BarChartCircleFill = _interopRequireDefault(require("./BarChartCircleFill")
|
|
|
1179
1173
|
var _BeHospitalized = _interopRequireDefault(require("./BeHospitalized"));
|
|
1180
1174
|
var _Bianji = _interopRequireDefault(require("./Bianji"));
|
|
1181
1175
|
var _Biaogan = _interopRequireDefault(require("./Biaogan"));
|
|
1182
|
-
var _Bill = _interopRequireDefault(require("./Bill"));
|
|
1183
1176
|
var _BillFill = _interopRequireDefault(require("./BillFill"));
|
|
1184
1177
|
var _BillList = _interopRequireDefault(require("./BillList"));
|
|
1185
1178
|
var _BillListFill = _interopRequireDefault(require("./BillListFill"));
|
|
@@ -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';
|
|
@@ -15,12 +15,6 @@ Object.defineProperty(exports, "Insurancepolicy", {
|
|
|
15
15
|
return _Insurancepolicy.default;
|
|
16
16
|
}
|
|
17
17
|
});
|
|
18
|
-
Object.defineProperty(exports, "Payment", {
|
|
19
|
-
enumerable: true,
|
|
20
|
-
get: function get() {
|
|
21
|
-
return _Payment.default;
|
|
22
|
-
}
|
|
23
|
-
});
|
|
24
18
|
Object.defineProperty(exports, "PaymentFill", {
|
|
25
19
|
enumerable: true,
|
|
26
20
|
get: function get() {
|
|
@@ -53,7 +47,6 @@ Object.defineProperty(exports, "SbtRealname", {
|
|
|
53
47
|
});
|
|
54
48
|
var _Document = _interopRequireDefault(require("./Document"));
|
|
55
49
|
var _Insurancepolicy = _interopRequireDefault(require("./Insurancepolicy"));
|
|
56
|
-
var _Payment = _interopRequireDefault(require("./Payment"));
|
|
57
50
|
var _PaymentFill = _interopRequireDefault(require("./PaymentFill"));
|
|
58
51
|
var _SbtAddressbook = _interopRequireDefault(require("./SbtAddressbook"));
|
|
59
52
|
var _SbtApiRecord = _interopRequireDefault(require("./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;
|