@firesoon/icons-react 3.0.19 → 3.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +96 -0
- package/es/components/sbt/currency/SbtChecked.d.ts +4 -0
- package/es/components/sbt/currency/SbtChecked.js +12 -0
- package/es/components/sbt/old-twocolor/SbtJpg.d.ts +4 -0
- package/es/components/sbt/old-twocolor/SbtJpg.js +12 -0
- package/es/components/sbt/old-twocolor/SbtPdf.d.ts +4 -0
- package/es/components/sbt/old-twocolor/SbtPdf.js +12 -0
- package/es/components/sbt/old-twocolor/SbtPng.d.ts +4 -0
- package/es/components/sbt/old-twocolor/SbtPng.js +12 -0
- package/es/components/sbt/old-twocolor/SbtRarZip.d.ts +4 -0
- package/es/components/sbt/old-twocolor/SbtRarZip.js +12 -0
- package/es/components/sbt/old-twocolor/SbtWord.d.ts +4 -0
- package/es/components/sbt/old-twocolor/SbtWord.js +12 -0
- package/es/components/sbt/old-twocolor/index.d.ts +5 -0
- package/es/components/sbt/old-twocolor/index.js +5 -0
- package/es/dome/index.js +8 -2
- package/es/icons/sbt/currency/sbt-checked.d.ts +17 -0
- package/es/icons/sbt/currency/sbt-checked.js +17 -0
- package/es/icons/sbt/old-twocolor/sbt-jpg.d.ts +18 -0
- package/es/icons/sbt/old-twocolor/sbt-jpg.js +25 -0
- package/es/icons/sbt/old-twocolor/sbt-pdf.d.ts +18 -0
- package/es/icons/sbt/old-twocolor/sbt-pdf.js +25 -0
- package/es/icons/sbt/old-twocolor/sbt-png.d.ts +18 -0
- package/es/icons/sbt/old-twocolor/sbt-png.js +25 -0
- package/es/icons/sbt/old-twocolor/sbt-rarZip.d.ts +18 -0
- package/es/icons/sbt/old-twocolor/sbt-rarZip.js +25 -0
- package/es/icons/sbt/old-twocolor/sbt-word.d.ts +18 -0
- package/es/icons/sbt/old-twocolor/sbt-word.js +32 -0
- package/es/index.d.ts +151 -145
- package/es/index.js +151 -145
- package/lib/components/sbt/currency/SbtChecked.d.ts +4 -0
- package/lib/components/sbt/currency/SbtChecked.js +20 -0
- package/lib/components/sbt/old-twocolor/SbtJpg.d.ts +4 -0
- package/lib/components/sbt/old-twocolor/SbtJpg.js +20 -0
- package/lib/components/sbt/old-twocolor/SbtPdf.d.ts +4 -0
- package/lib/components/sbt/old-twocolor/SbtPdf.js +20 -0
- package/lib/components/sbt/old-twocolor/SbtPng.d.ts +4 -0
- package/lib/components/sbt/old-twocolor/SbtPng.js +20 -0
- package/lib/components/sbt/old-twocolor/SbtRarZip.d.ts +4 -0
- package/lib/components/sbt/old-twocolor/SbtRarZip.js +20 -0
- package/lib/components/sbt/old-twocolor/SbtWord.d.ts +4 -0
- package/lib/components/sbt/old-twocolor/SbtWord.js +20 -0
- package/lib/components/sbt/old-twocolor/index.d.ts +5 -0
- package/lib/components/sbt/old-twocolor/index.js +41 -0
- package/lib/dome/index.js +8 -2
- package/lib/icons/sbt/currency/sbt-checked.d.ts +17 -0
- package/lib/icons/sbt/currency/sbt-checked.js +24 -0
- package/lib/icons/sbt/old-twocolor/sbt-jpg.d.ts +18 -0
- package/lib/icons/sbt/old-twocolor/sbt-jpg.js +32 -0
- package/lib/icons/sbt/old-twocolor/sbt-pdf.d.ts +18 -0
- package/lib/icons/sbt/old-twocolor/sbt-pdf.js +32 -0
- package/lib/icons/sbt/old-twocolor/sbt-png.d.ts +18 -0
- package/lib/icons/sbt/old-twocolor/sbt-png.js +32 -0
- package/lib/icons/sbt/old-twocolor/sbt-rarZip.d.ts +18 -0
- package/lib/icons/sbt/old-twocolor/sbt-rarZip.js +32 -0
- package/lib/icons/sbt/old-twocolor/sbt-word.d.ts +18 -0
- package/lib/icons/sbt/old-twocolor/sbt-word.js +39 -0
- package/lib/index.d.ts +151 -145
- package/lib/index.js +187 -145
- package/package.json +1 -1
package/es/index.js
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
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";
|
|
1
5
|
export { default as Bingzuwentifankui } from "./components/fs/old-twocolor/Bingzuwentifankui";
|
|
2
6
|
export { default as BingzuwentifankuiNew } from "./components/fs/old-twocolor/BingzuwentifankuiNew";
|
|
3
7
|
export { default as CasesDoubt } from "./components/fs/old-twocolor/CasesDoubt";
|
|
@@ -21,6 +25,141 @@ export { default as ServerError } from "./components/fs/old-twocolor/ServerError
|
|
|
21
25
|
export { default as SuccessCircle } from "./components/fs/old-twocolor/SuccessCircle";
|
|
22
26
|
export { default as Tishi } from "./components/fs/old-twocolor/Tishi";
|
|
23
27
|
export { default as WaitCircle } from "./components/fs/old-twocolor/WaitCircle";
|
|
28
|
+
export { default as Add } from "./components/fs/currency/Add";
|
|
29
|
+
export { default as AddFill } from "./components/fs/currency/AddFill";
|
|
30
|
+
export { default as Admin } from "./components/fs/currency/Admin";
|
|
31
|
+
export { default as AppearRecord } from "./components/fs/currency/AppearRecord";
|
|
32
|
+
export { default as AppearRecordFill } from "./components/fs/currency/AppearRecordFill";
|
|
33
|
+
export { default as AppendTo } from "./components/fs/currency/AppendTo";
|
|
34
|
+
export { default as ArrowDown } from "./components/fs/currency/ArrowDown";
|
|
35
|
+
export { default as ArrowLeft } from "./components/fs/currency/ArrowLeft";
|
|
36
|
+
export { default as ArrowRight } from "./components/fs/currency/ArrowRight";
|
|
37
|
+
export { default as ArrowUp } from "./components/fs/currency/ArrowUp";
|
|
38
|
+
export { default as BackToPlatform } from "./components/fs/currency/BackToPlatform";
|
|
39
|
+
export { default as BackToPlatformFill } from "./components/fs/currency/BackToPlatformFill";
|
|
40
|
+
export { default as Bottom } from "./components/fs/currency/Bottom";
|
|
41
|
+
export { default as Cancel } from "./components/fs/currency/Cancel";
|
|
42
|
+
export { default as CancelFill } from "./components/fs/currency/CancelFill";
|
|
43
|
+
export { default as CaseInformation } from "./components/fs/currency/CaseInformation";
|
|
44
|
+
export { default as CaseInformationFill } from "./components/fs/currency/CaseInformationFill";
|
|
45
|
+
export { default as Chart } from "./components/fs/currency/Chart";
|
|
46
|
+
export { default as Checkbox } from "./components/fs/currency/Checkbox";
|
|
47
|
+
export { default as CheckboxDisable } from "./components/fs/currency/CheckboxDisable";
|
|
48
|
+
export { default as CheckboxFill } from "./components/fs/currency/CheckboxFill";
|
|
49
|
+
export { default as ChooseFile } from "./components/fs/currency/ChooseFile";
|
|
50
|
+
export { default as ChooseFileFill } from "./components/fs/currency/ChooseFileFill";
|
|
51
|
+
export { default as Clean } from "./components/fs/currency/Clean";
|
|
52
|
+
export { default as CleanFill } from "./components/fs/currency/CleanFill";
|
|
53
|
+
export { default as Close } from "./components/fs/currency/Close";
|
|
54
|
+
export { default as Code } from "./components/fs/currency/Code";
|
|
55
|
+
export { default as Copy } from "./components/fs/currency/Copy";
|
|
56
|
+
export { default as CopyFill } from "./components/fs/currency/CopyFill";
|
|
57
|
+
export { default as CostDetail } from "./components/fs/currency/CostDetail";
|
|
58
|
+
export { default as CostDetailFill } from "./components/fs/currency/CostDetailFill";
|
|
59
|
+
export { default as Date } from "./components/fs/currency/Date";
|
|
60
|
+
export { default as DateFill } from "./components/fs/currency/DateFill";
|
|
61
|
+
export { default as Delete } from "./components/fs/currency/Delete";
|
|
62
|
+
export { default as DeleteFill } from "./components/fs/currency/DeleteFill";
|
|
63
|
+
export { default as Download } from "./components/fs/currency/Download";
|
|
64
|
+
export { default as DownloadFill } from "./components/fs/currency/DownloadFill";
|
|
65
|
+
export { default as Drag } from "./components/fs/currency/Drag";
|
|
66
|
+
export { default as Edit } from "./components/fs/currency/Edit";
|
|
67
|
+
export { default as EditFill } from "./components/fs/currency/EditFill";
|
|
68
|
+
export { default as EventFollow } from "./components/fs/currency/EventFollow";
|
|
69
|
+
export { default as EventFollowFill } from "./components/fs/currency/EventFollowFill";
|
|
70
|
+
export { default as Exitfullscreen } from "./components/fs/currency/Exitfullscreen";
|
|
71
|
+
export { default as Fall } from "./components/fs/currency/Fall";
|
|
72
|
+
export { default as Fold } from "./components/fs/currency/Fold";
|
|
73
|
+
export { default as FoldFill } from "./components/fs/currency/FoldFill";
|
|
74
|
+
export { default as FsAddnew } from "./components/fs/currency/FsAddnew";
|
|
75
|
+
export { default as Fullscreen } from "./components/fs/currency/Fullscreen";
|
|
76
|
+
export { default as GroupFeedback } from "./components/fs/currency/GroupFeedback";
|
|
77
|
+
export { default as GroupFeedbackFill } from "./components/fs/currency/GroupFeedbackFill";
|
|
78
|
+
export { default as HospitalAppeal } from "./components/fs/currency/HospitalAppeal";
|
|
79
|
+
export { default as HospitalAppealFill } from "./components/fs/currency/HospitalAppealFill";
|
|
80
|
+
export { default as ImitateGroup } from "./components/fs/currency/ImitateGroup";
|
|
81
|
+
export { default as ImitateGroupFill } from "./components/fs/currency/ImitateGroupFill";
|
|
82
|
+
export { default as Invisible } from "./components/fs/currency/Invisible";
|
|
83
|
+
export { default as InvisibleFill } from "./components/fs/currency/InvisibleFill";
|
|
84
|
+
export { default as Leadingin } from "./components/fs/currency/Leadingin";
|
|
85
|
+
export { default as LeadinginInformation } from "./components/fs/currency/LeadinginInformation";
|
|
86
|
+
export { default as Leadingout } from "./components/fs/currency/Leadingout";
|
|
87
|
+
export { default as ListDetail } from "./components/fs/currency/ListDetail";
|
|
88
|
+
export { default as ListDetailFill } from "./components/fs/currency/ListDetailFill";
|
|
89
|
+
export { default as Loading } from "./components/fs/currency/Loading";
|
|
90
|
+
export { default as More } from "./components/fs/currency/More";
|
|
91
|
+
export { default as PatientInformationFill } from "./components/fs/currency/PatientInformationFill";
|
|
92
|
+
export { default as Radio } from "./components/fs/currency/Radio";
|
|
93
|
+
export { default as RadioFill } from "./components/fs/currency/RadioFill";
|
|
94
|
+
export { default as Raise } from "./components/fs/currency/Raise";
|
|
95
|
+
export { default as Record } from "./components/fs/currency/Record";
|
|
96
|
+
export { default as RecordFill } from "./components/fs/currency/RecordFill";
|
|
97
|
+
export { default as Recover } from "./components/fs/currency/Recover";
|
|
98
|
+
export { default as RectifyMassage } from "./components/fs/currency/RectifyMassage";
|
|
99
|
+
export { default as RectifyMassageFill } from "./components/fs/currency/RectifyMassageFill";
|
|
100
|
+
export { default as Refresh } from "./components/fs/currency/Refresh";
|
|
101
|
+
export { default as Screening } from "./components/fs/currency/Screening";
|
|
102
|
+
export { default as Search } from "./components/fs/currency/Search";
|
|
103
|
+
export { default as Selecte } from "./components/fs/currency/Selecte";
|
|
104
|
+
export { default as Setting } from "./components/fs/currency/Setting";
|
|
105
|
+
export { default as SettingFill } from "./components/fs/currency/SettingFill";
|
|
106
|
+
export { default as ShuttleLeft } from "./components/fs/currency/ShuttleLeft";
|
|
107
|
+
export { default as ShuttleRight } from "./components/fs/currency/ShuttleRight";
|
|
108
|
+
export { default as Singlearrow } from "./components/fs/currency/Singlearrow";
|
|
109
|
+
export { default as Sort } from "./components/fs/currency/Sort";
|
|
110
|
+
export { default as StartAnnotate } from "./components/fs/currency/StartAnnotate";
|
|
111
|
+
export { default as StartAnnotateFill } from "./components/fs/currency/StartAnnotateFill";
|
|
112
|
+
export { default as Submit } from "./components/fs/currency/Submit";
|
|
113
|
+
export { default as SubmitFill } from "./components/fs/currency/SubmitFill";
|
|
114
|
+
export { default as Switch } from "./components/fs/currency/Switch";
|
|
115
|
+
export { default as SwitchFill } from "./components/fs/currency/SwitchFill";
|
|
116
|
+
export { default as Table } from "./components/fs/currency/Table";
|
|
117
|
+
export { default as Time } from "./components/fs/currency/Time";
|
|
118
|
+
export { default as TimeFill } from "./components/fs/currency/TimeFill";
|
|
119
|
+
export { default as Top } from "./components/fs/currency/Top";
|
|
120
|
+
export { default as Unfixed } from "./components/fs/currency/Unfixed";
|
|
121
|
+
export { default as Unfold } from "./components/fs/currency/Unfold";
|
|
122
|
+
export { default as UnfoldFill } from "./components/fs/currency/UnfoldFill";
|
|
123
|
+
export { default as Visible } from "./components/fs/currency/Visible";
|
|
124
|
+
export { default as VisibleFill } from "./components/fs/currency/VisibleFill";
|
|
125
|
+
export { default as Await } from "./components/fs/suggestion/Await";
|
|
126
|
+
export { default as BenchmarkAnalysis } from "./components/fs/suggestion/BenchmarkAnalysis";
|
|
127
|
+
export { default as ClaimFinish } from "./components/fs/suggestion/ClaimFinish";
|
|
128
|
+
export { default as ClaimsFail } from "./components/fs/suggestion/ClaimsFail";
|
|
129
|
+
export { default as CostReturn } from "./components/fs/suggestion/CostReturn";
|
|
130
|
+
export { default as CostViolate } from "./components/fs/suggestion/CostViolate";
|
|
131
|
+
export { default as CostWarning } from "./components/fs/suggestion/CostWarning";
|
|
132
|
+
export { default as DailyOperation } from "./components/fs/suggestion/DailyOperation";
|
|
133
|
+
export { default as DrgsColor } from "./components/fs/suggestion/DrgsColor";
|
|
134
|
+
export { default as Fail } from "./components/fs/suggestion/Fail";
|
|
135
|
+
export { default as FailFill } from "./components/fs/suggestion/FailFill";
|
|
136
|
+
export { default as FsIntercept } from "./components/fs/suggestion/FsIntercept";
|
|
137
|
+
export { default as FsManualreview } from "./components/fs/suggestion/FsManualreview";
|
|
138
|
+
export { default as FsSpecial } from "./components/fs/suggestion/FsSpecial";
|
|
139
|
+
export { default as FsVip } from "./components/fs/suggestion/FsVip";
|
|
140
|
+
export { default as HospitalTransfer } from "./components/fs/suggestion/HospitalTransfer";
|
|
141
|
+
export { default as Inform } from "./components/fs/suggestion/Inform";
|
|
142
|
+
export { default as Information } from "./components/fs/suggestion/Information";
|
|
143
|
+
export { default as KeyGroup } from "./components/fs/suggestion/KeyGroup";
|
|
144
|
+
export { default as Keyoffice } from "./components/fs/suggestion/Keyoffice";
|
|
145
|
+
export { default as Lack } from "./components/fs/suggestion/Lack";
|
|
146
|
+
export { default as Notice } from "./components/fs/suggestion/Notice";
|
|
147
|
+
export { default as NoticeFill } from "./components/fs/suggestion/NoticeFill";
|
|
148
|
+
export { default as Overtime } from "./components/fs/suggestion/Overtime";
|
|
149
|
+
export { default as Problem } from "./components/fs/suggestion/Problem";
|
|
150
|
+
export { default as ProblemFill } from "./components/fs/suggestion/ProblemFill";
|
|
151
|
+
export { default as Processing } from "./components/fs/suggestion/Processing";
|
|
152
|
+
export { default as RecordQuality } from "./components/fs/suggestion/RecordQuality";
|
|
153
|
+
export { default as Rectification } from "./components/fs/suggestion/Rectification";
|
|
154
|
+
export { default as Rehospitalization } from "./components/fs/suggestion/Rehospitalization";
|
|
155
|
+
export { default as Sendback } from "./components/fs/suggestion/Sendback";
|
|
156
|
+
export { default as Success } from "./components/fs/suggestion/Success";
|
|
157
|
+
export { default as SuccessFill } from "./components/fs/suggestion/SuccessFill";
|
|
158
|
+
export { default as UndipAccountColor } from "./components/fs/suggestion/UndipAccountColor";
|
|
159
|
+
export { default as UndrgAccountColor } from "./components/fs/suggestion/UndrgAccountColor";
|
|
160
|
+
export { default as UninsuranceAccountColor } from "./components/fs/suggestion/UninsuranceAccountColor";
|
|
161
|
+
export { default as UnreasonableHospitalized } from "./components/fs/suggestion/UnreasonableHospitalized";
|
|
162
|
+
export { default as Warning } from "./components/fs/suggestion/Warning";
|
|
24
163
|
export { default as Analyse } from "./components/fs/business-menu/Analyse";
|
|
25
164
|
export { default as Annotate } from "./components/fs/business-menu/Annotate";
|
|
26
165
|
export { default as AppealFeedback } from "./components/fs/business-menu/AppealFeedback";
|
|
@@ -158,146 +297,6 @@ export { default as UserManagement } from "./components/fs/business-menu/UserMan
|
|
|
158
297
|
export { default as UserManagementFill } from "./components/fs/business-menu/UserManagementFill";
|
|
159
298
|
export { default as WarningVerify } from "./components/fs/business-menu/WarningVerify";
|
|
160
299
|
export { default as WarningVerifyFill } from "./components/fs/business-menu/WarningVerifyFill";
|
|
161
|
-
export { default as Await } from "./components/fs/suggestion/Await";
|
|
162
|
-
export { default as BenchmarkAnalysis } from "./components/fs/suggestion/BenchmarkAnalysis";
|
|
163
|
-
export { default as ClaimFinish } from "./components/fs/suggestion/ClaimFinish";
|
|
164
|
-
export { default as ClaimsFail } from "./components/fs/suggestion/ClaimsFail";
|
|
165
|
-
export { default as CostReturn } from "./components/fs/suggestion/CostReturn";
|
|
166
|
-
export { default as CostViolate } from "./components/fs/suggestion/CostViolate";
|
|
167
|
-
export { default as CostWarning } from "./components/fs/suggestion/CostWarning";
|
|
168
|
-
export { default as DailyOperation } from "./components/fs/suggestion/DailyOperation";
|
|
169
|
-
export { default as DrgsColor } from "./components/fs/suggestion/DrgsColor";
|
|
170
|
-
export { default as Fail } from "./components/fs/suggestion/Fail";
|
|
171
|
-
export { default as FailFill } from "./components/fs/suggestion/FailFill";
|
|
172
|
-
export { default as FsIntercept } from "./components/fs/suggestion/FsIntercept";
|
|
173
|
-
export { default as FsManualreview } from "./components/fs/suggestion/FsManualreview";
|
|
174
|
-
export { default as FsSpecial } from "./components/fs/suggestion/FsSpecial";
|
|
175
|
-
export { default as FsVip } from "./components/fs/suggestion/FsVip";
|
|
176
|
-
export { default as HospitalTransfer } from "./components/fs/suggestion/HospitalTransfer";
|
|
177
|
-
export { default as Inform } from "./components/fs/suggestion/Inform";
|
|
178
|
-
export { default as Information } from "./components/fs/suggestion/Information";
|
|
179
|
-
export { default as KeyGroup } from "./components/fs/suggestion/KeyGroup";
|
|
180
|
-
export { default as Keyoffice } from "./components/fs/suggestion/Keyoffice";
|
|
181
|
-
export { default as Lack } from "./components/fs/suggestion/Lack";
|
|
182
|
-
export { default as Notice } from "./components/fs/suggestion/Notice";
|
|
183
|
-
export { default as NoticeFill } from "./components/fs/suggestion/NoticeFill";
|
|
184
|
-
export { default as Overtime } from "./components/fs/suggestion/Overtime";
|
|
185
|
-
export { default as Problem } from "./components/fs/suggestion/Problem";
|
|
186
|
-
export { default as ProblemFill } from "./components/fs/suggestion/ProblemFill";
|
|
187
|
-
export { default as Processing } from "./components/fs/suggestion/Processing";
|
|
188
|
-
export { default as RecordQuality } from "./components/fs/suggestion/RecordQuality";
|
|
189
|
-
export { default as Rectification } from "./components/fs/suggestion/Rectification";
|
|
190
|
-
export { default as Rehospitalization } from "./components/fs/suggestion/Rehospitalization";
|
|
191
|
-
export { default as Sendback } from "./components/fs/suggestion/Sendback";
|
|
192
|
-
export { default as Success } from "./components/fs/suggestion/Success";
|
|
193
|
-
export { default as SuccessFill } from "./components/fs/suggestion/SuccessFill";
|
|
194
|
-
export { default as UndipAccountColor } from "./components/fs/suggestion/UndipAccountColor";
|
|
195
|
-
export { default as UndrgAccountColor } from "./components/fs/suggestion/UndrgAccountColor";
|
|
196
|
-
export { default as UninsuranceAccountColor } from "./components/fs/suggestion/UninsuranceAccountColor";
|
|
197
|
-
export { default as UnreasonableHospitalized } from "./components/fs/suggestion/UnreasonableHospitalized";
|
|
198
|
-
export { default as Warning } from "./components/fs/suggestion/Warning";
|
|
199
|
-
export { default as Bill } from "./components/business/business-menu/Bill";
|
|
200
|
-
export { default as Generate } from "./components/business/business-menu/Generate";
|
|
201
|
-
export { default as Payment } from "./components/business/business-menu/Payment";
|
|
202
|
-
export { default as Reconciliation } from "./components/business/business-menu/Reconciliation";
|
|
203
|
-
export { default as Add } from "./components/fs/currency/Add";
|
|
204
|
-
export { default as AddFill } from "./components/fs/currency/AddFill";
|
|
205
|
-
export { default as Admin } from "./components/fs/currency/Admin";
|
|
206
|
-
export { default as AppearRecord } from "./components/fs/currency/AppearRecord";
|
|
207
|
-
export { default as AppearRecordFill } from "./components/fs/currency/AppearRecordFill";
|
|
208
|
-
export { default as AppendTo } from "./components/fs/currency/AppendTo";
|
|
209
|
-
export { default as ArrowDown } from "./components/fs/currency/ArrowDown";
|
|
210
|
-
export { default as ArrowLeft } from "./components/fs/currency/ArrowLeft";
|
|
211
|
-
export { default as ArrowRight } from "./components/fs/currency/ArrowRight";
|
|
212
|
-
export { default as ArrowUp } from "./components/fs/currency/ArrowUp";
|
|
213
|
-
export { default as BackToPlatform } from "./components/fs/currency/BackToPlatform";
|
|
214
|
-
export { default as BackToPlatformFill } from "./components/fs/currency/BackToPlatformFill";
|
|
215
|
-
export { default as Bottom } from "./components/fs/currency/Bottom";
|
|
216
|
-
export { default as Cancel } from "./components/fs/currency/Cancel";
|
|
217
|
-
export { default as CancelFill } from "./components/fs/currency/CancelFill";
|
|
218
|
-
export { default as CaseInformation } from "./components/fs/currency/CaseInformation";
|
|
219
|
-
export { default as CaseInformationFill } from "./components/fs/currency/CaseInformationFill";
|
|
220
|
-
export { default as Chart } from "./components/fs/currency/Chart";
|
|
221
|
-
export { default as Checkbox } from "./components/fs/currency/Checkbox";
|
|
222
|
-
export { default as CheckboxDisable } from "./components/fs/currency/CheckboxDisable";
|
|
223
|
-
export { default as CheckboxFill } from "./components/fs/currency/CheckboxFill";
|
|
224
|
-
export { default as ChooseFile } from "./components/fs/currency/ChooseFile";
|
|
225
|
-
export { default as ChooseFileFill } from "./components/fs/currency/ChooseFileFill";
|
|
226
|
-
export { default as Clean } from "./components/fs/currency/Clean";
|
|
227
|
-
export { default as CleanFill } from "./components/fs/currency/CleanFill";
|
|
228
|
-
export { default as Close } from "./components/fs/currency/Close";
|
|
229
|
-
export { default as Code } from "./components/fs/currency/Code";
|
|
230
|
-
export { default as Copy } from "./components/fs/currency/Copy";
|
|
231
|
-
export { default as CopyFill } from "./components/fs/currency/CopyFill";
|
|
232
|
-
export { default as CostDetail } from "./components/fs/currency/CostDetail";
|
|
233
|
-
export { default as CostDetailFill } from "./components/fs/currency/CostDetailFill";
|
|
234
|
-
export { default as Date } from "./components/fs/currency/Date";
|
|
235
|
-
export { default as DateFill } from "./components/fs/currency/DateFill";
|
|
236
|
-
export { default as Delete } from "./components/fs/currency/Delete";
|
|
237
|
-
export { default as DeleteFill } from "./components/fs/currency/DeleteFill";
|
|
238
|
-
export { default as Download } from "./components/fs/currency/Download";
|
|
239
|
-
export { default as DownloadFill } from "./components/fs/currency/DownloadFill";
|
|
240
|
-
export { default as Drag } from "./components/fs/currency/Drag";
|
|
241
|
-
export { default as Edit } from "./components/fs/currency/Edit";
|
|
242
|
-
export { default as EditFill } from "./components/fs/currency/EditFill";
|
|
243
|
-
export { default as EventFollow } from "./components/fs/currency/EventFollow";
|
|
244
|
-
export { default as EventFollowFill } from "./components/fs/currency/EventFollowFill";
|
|
245
|
-
export { default as Exitfullscreen } from "./components/fs/currency/Exitfullscreen";
|
|
246
|
-
export { default as Fall } from "./components/fs/currency/Fall";
|
|
247
|
-
export { default as Fold } from "./components/fs/currency/Fold";
|
|
248
|
-
export { default as FoldFill } from "./components/fs/currency/FoldFill";
|
|
249
|
-
export { default as FsAddnew } from "./components/fs/currency/FsAddnew";
|
|
250
|
-
export { default as Fullscreen } from "./components/fs/currency/Fullscreen";
|
|
251
|
-
export { default as GroupFeedback } from "./components/fs/currency/GroupFeedback";
|
|
252
|
-
export { default as GroupFeedbackFill } from "./components/fs/currency/GroupFeedbackFill";
|
|
253
|
-
export { default as HospitalAppeal } from "./components/fs/currency/HospitalAppeal";
|
|
254
|
-
export { default as HospitalAppealFill } from "./components/fs/currency/HospitalAppealFill";
|
|
255
|
-
export { default as ImitateGroup } from "./components/fs/currency/ImitateGroup";
|
|
256
|
-
export { default as ImitateGroupFill } from "./components/fs/currency/ImitateGroupFill";
|
|
257
|
-
export { default as Invisible } from "./components/fs/currency/Invisible";
|
|
258
|
-
export { default as InvisibleFill } from "./components/fs/currency/InvisibleFill";
|
|
259
|
-
export { default as Leadingin } from "./components/fs/currency/Leadingin";
|
|
260
|
-
export { default as LeadinginInformation } from "./components/fs/currency/LeadinginInformation";
|
|
261
|
-
export { default as Leadingout } from "./components/fs/currency/Leadingout";
|
|
262
|
-
export { default as ListDetail } from "./components/fs/currency/ListDetail";
|
|
263
|
-
export { default as ListDetailFill } from "./components/fs/currency/ListDetailFill";
|
|
264
|
-
export { default as Loading } from "./components/fs/currency/Loading";
|
|
265
|
-
export { default as More } from "./components/fs/currency/More";
|
|
266
|
-
export { default as PatientInformationFill } from "./components/fs/currency/PatientInformationFill";
|
|
267
|
-
export { default as Radio } from "./components/fs/currency/Radio";
|
|
268
|
-
export { default as RadioFill } from "./components/fs/currency/RadioFill";
|
|
269
|
-
export { default as Raise } from "./components/fs/currency/Raise";
|
|
270
|
-
export { default as Record } from "./components/fs/currency/Record";
|
|
271
|
-
export { default as RecordFill } from "./components/fs/currency/RecordFill";
|
|
272
|
-
export { default as Recover } from "./components/fs/currency/Recover";
|
|
273
|
-
export { default as RectifyMassage } from "./components/fs/currency/RectifyMassage";
|
|
274
|
-
export { default as RectifyMassageFill } from "./components/fs/currency/RectifyMassageFill";
|
|
275
|
-
export { default as Refresh } from "./components/fs/currency/Refresh";
|
|
276
|
-
export { default as Screening } from "./components/fs/currency/Screening";
|
|
277
|
-
export { default as Search } from "./components/fs/currency/Search";
|
|
278
|
-
export { default as Selecte } from "./components/fs/currency/Selecte";
|
|
279
|
-
export { default as Setting } from "./components/fs/currency/Setting";
|
|
280
|
-
export { default as SettingFill } from "./components/fs/currency/SettingFill";
|
|
281
|
-
export { default as ShuttleLeft } from "./components/fs/currency/ShuttleLeft";
|
|
282
|
-
export { default as ShuttleRight } from "./components/fs/currency/ShuttleRight";
|
|
283
|
-
export { default as Singlearrow } from "./components/fs/currency/Singlearrow";
|
|
284
|
-
export { default as Sort } from "./components/fs/currency/Sort";
|
|
285
|
-
export { default as StartAnnotate } from "./components/fs/currency/StartAnnotate";
|
|
286
|
-
export { default as StartAnnotateFill } from "./components/fs/currency/StartAnnotateFill";
|
|
287
|
-
export { default as Submit } from "./components/fs/currency/Submit";
|
|
288
|
-
export { default as SubmitFill } from "./components/fs/currency/SubmitFill";
|
|
289
|
-
export { default as Switch } from "./components/fs/currency/Switch";
|
|
290
|
-
export { default as SwitchFill } from "./components/fs/currency/SwitchFill";
|
|
291
|
-
export { default as Table } from "./components/fs/currency/Table";
|
|
292
|
-
export { default as Time } from "./components/fs/currency/Time";
|
|
293
|
-
export { default as TimeFill } from "./components/fs/currency/TimeFill";
|
|
294
|
-
export { default as Top } from "./components/fs/currency/Top";
|
|
295
|
-
export { default as Unfixed } from "./components/fs/currency/Unfixed";
|
|
296
|
-
export { default as Unfold } from "./components/fs/currency/Unfold";
|
|
297
|
-
export { default as UnfoldFill } from "./components/fs/currency/UnfoldFill";
|
|
298
|
-
export { default as Visible } from "./components/fs/currency/Visible";
|
|
299
|
-
export { default as VisibleFill } from "./components/fs/currency/VisibleFill";
|
|
300
|
-
export { default as PatientInformation } from "./components/general/currency/PatientInformation";
|
|
301
300
|
export { default as Document } from "./components/sbt/business-menu/Document";
|
|
302
301
|
export { default as Insurancepolicy } from "./components/sbt/business-menu/Insurancepolicy";
|
|
303
302
|
export { default as PaymentFill } from "./components/sbt/business-menu/PaymentFill";
|
|
@@ -305,6 +304,18 @@ export { default as SbtAddressbook } from "./components/sbt/business-menu/SbtAdd
|
|
|
305
304
|
export { default as SbtApiRecord } from "./components/sbt/business-menu/SbtApiRecord";
|
|
306
305
|
export { default as SbtPingan } from "./components/sbt/business-menu/SbtPingan";
|
|
307
306
|
export { default as SbtRealname } from "./components/sbt/business-menu/SbtRealname";
|
|
307
|
+
export { default as SbtChecked } from "./components/sbt/currency/SbtChecked";
|
|
308
|
+
export { default as SbtLink } from "./components/sbt/currency/SbtLink";
|
|
309
|
+
export { default as SbtModify } from "./components/sbt/currency/SbtModify";
|
|
310
|
+
export { default as SbtQrcode } from "./components/sbt/currency/SbtQrcode";
|
|
311
|
+
export { default as SbtRetract } from "./components/sbt/currency/SbtRetract";
|
|
312
|
+
export { default as SbtRetractFill } from "./components/sbt/currency/SbtRetractFill";
|
|
313
|
+
export { default as PatientInformation } from "./components/general/currency/PatientInformation";
|
|
314
|
+
export { default as SbtJpg } from "./components/sbt/old-twocolor/SbtJpg";
|
|
315
|
+
export { default as SbtPdf } from "./components/sbt/old-twocolor/SbtPdf";
|
|
316
|
+
export { default as SbtPng } from "./components/sbt/old-twocolor/SbtPng";
|
|
317
|
+
export { default as SbtRarZip } from "./components/sbt/old-twocolor/SbtRarZip";
|
|
318
|
+
export { default as SbtWord } from "./components/sbt/old-twocolor/SbtWord";
|
|
308
319
|
export { default as Account } from "./components/fs/old-outlined/Account";
|
|
309
320
|
export { default as AccountFill } from "./components/fs/old-outlined/AccountFill";
|
|
310
321
|
export { default as AcountManage } from "./components/fs/old-outlined/AcountManage";
|
|
@@ -497,11 +508,6 @@ export { default as Zhuantifenxi } from "./components/fs/old-outlined/Zhuantifen
|
|
|
497
508
|
export { default as ZhuantifenxiFill } from "./components/fs/old-outlined/ZhuantifenxiFill";
|
|
498
509
|
export { default as Zhutizhibiao } from "./components/fs/old-outlined/Zhutizhibiao";
|
|
499
510
|
export { default as Zygl } from "./components/fs/old-outlined/Zygl";
|
|
500
|
-
export { default as SbtLink } from "./components/sbt/currency/SbtLink";
|
|
501
|
-
export { default as SbtModify } from "./components/sbt/currency/SbtModify";
|
|
502
|
-
export { default as SbtQrcode } from "./components/sbt/currency/SbtQrcode";
|
|
503
|
-
export { default as SbtRetract } from "./components/sbt/currency/SbtRetract";
|
|
504
|
-
export { default as SbtRetractFill } from "./components/sbt/currency/SbtRetractFill";
|
|
505
511
|
export { default as ApplyFail } from "./components/sbt/suggestion/ApplyFail";
|
|
506
512
|
export { default as ApplySuccess } from "./components/sbt/suggestion/ApplySuccess";
|
|
507
513
|
export { default as AttestationFail } from "./components/sbt/suggestion/AttestationFail";
|
|
@@ -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 _sbtChecked = _interopRequireDefault(require("../../../icons/sbt/currency/sbt-checked"));
|
|
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: _sbtChecked.default,
|
|
16
|
+
iconName: 'sbt-checked',
|
|
17
|
+
"icon-type": 'sbt/currency'
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
exports.default = _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _Icon = _interopRequireDefault(require("../../../Icon"));
|
|
9
|
+
var _sbtJpg = _interopRequireDefault(require("../../../icons/sbt/old-twocolor/sbt-jpg"));
|
|
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: _sbtJpg.default,
|
|
16
|
+
iconName: 'sbt-jpg',
|
|
17
|
+
"icon-type": 'sbt/old-twocolor'
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
exports.default = _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _Icon = _interopRequireDefault(require("../../../Icon"));
|
|
9
|
+
var _sbtPdf = _interopRequireDefault(require("../../../icons/sbt/old-twocolor/sbt-pdf"));
|
|
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: _sbtPdf.default,
|
|
16
|
+
iconName: 'sbt-pdf',
|
|
17
|
+
"icon-type": 'sbt/old-twocolor'
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
exports.default = _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _Icon = _interopRequireDefault(require("../../../Icon"));
|
|
9
|
+
var _sbtPng = _interopRequireDefault(require("../../../icons/sbt/old-twocolor/sbt-png"));
|
|
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: _sbtPng.default,
|
|
16
|
+
iconName: 'sbt-png',
|
|
17
|
+
"icon-type": 'sbt/old-twocolor'
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
exports.default = _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _Icon = _interopRequireDefault(require("../../../Icon"));
|
|
9
|
+
var _sbtRarZip = _interopRequireDefault(require("../../../icons/sbt/old-twocolor/sbt-rarZip"));
|
|
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: _sbtRarZip.default,
|
|
16
|
+
iconName: 'sbt-rarZip',
|
|
17
|
+
"icon-type": 'sbt/old-twocolor'
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
exports.default = _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _Icon = _interopRequireDefault(require("../../../Icon"));
|
|
9
|
+
var _sbtWord = _interopRequireDefault(require("../../../icons/sbt/old-twocolor/sbt-word"));
|
|
10
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
12
|
+
var _default = function _default() {
|
|
13
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
14
|
+
return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
|
|
15
|
+
rootNode: _sbtWord.default,
|
|
16
|
+
iconName: 'sbt-word',
|
|
17
|
+
"icon-type": 'sbt/old-twocolor'
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
exports.default = _default;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "SbtJpg", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _SbtJpg.default;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
Object.defineProperty(exports, "SbtPdf", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function get() {
|
|
15
|
+
return _SbtPdf.default;
|
|
16
|
+
}
|
|
17
|
+
});
|
|
18
|
+
Object.defineProperty(exports, "SbtPng", {
|
|
19
|
+
enumerable: true,
|
|
20
|
+
get: function get() {
|
|
21
|
+
return _SbtPng.default;
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
Object.defineProperty(exports, "SbtRarZip", {
|
|
25
|
+
enumerable: true,
|
|
26
|
+
get: function get() {
|
|
27
|
+
return _SbtRarZip.default;
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
Object.defineProperty(exports, "SbtWord", {
|
|
31
|
+
enumerable: true,
|
|
32
|
+
get: function get() {
|
|
33
|
+
return _SbtWord.default;
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
var _SbtJpg = _interopRequireDefault(require("./SbtJpg"));
|
|
37
|
+
var _SbtPdf = _interopRequireDefault(require("./SbtPdf"));
|
|
38
|
+
var _SbtPng = _interopRequireDefault(require("./SbtPng"));
|
|
39
|
+
var _SbtRarZip = _interopRequireDefault(require("./SbtRarZip"));
|
|
40
|
+
var _SbtWord = _interopRequireDefault(require("./SbtWord"));
|
|
41
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
package/lib/dome/index.js
CHANGED
|
@@ -25,7 +25,8 @@ var _default = function _default() {
|
|
|
25
25
|
var subclass = {
|
|
26
26
|
currency: "currency",
|
|
27
27
|
businessMenu: "business-menu",
|
|
28
|
-
suggestion: "suggestion"
|
|
28
|
+
suggestion: "suggestion",
|
|
29
|
+
oldTwoColor: "old-twocolor"
|
|
29
30
|
};
|
|
30
31
|
var genera = {
|
|
31
32
|
fs: "fs",
|
|
@@ -39,7 +40,8 @@ var _default = function _default() {
|
|
|
39
40
|
business = genera.business;
|
|
40
41
|
var currency = subclass.currency,
|
|
41
42
|
businessMenu = subclass.businessMenu,
|
|
42
|
-
suggestion = subclass.suggestion
|
|
43
|
+
suggestion = subclass.suggestion,
|
|
44
|
+
oldTwoColor = subclass.oldTwoColor;
|
|
43
45
|
var list = [{
|
|
44
46
|
title: "通用类图标",
|
|
45
47
|
key: general,
|
|
@@ -87,6 +89,10 @@ var _default = function _default() {
|
|
|
87
89
|
title: "提示建议类图标",
|
|
88
90
|
key: suggestion,
|
|
89
91
|
icons: []
|
|
92
|
+
}, {
|
|
93
|
+
title: "多色图标",
|
|
94
|
+
key: oldTwoColor,
|
|
95
|
+
icons: []
|
|
90
96
|
}]
|
|
91
97
|
}];
|
|
92
98
|
iconKeys.forEach(function (key) {
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var node = {
|
|
8
|
+
"name": "sbt-checked",
|
|
9
|
+
"nodeTree": {
|
|
10
|
+
"tag": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"viewBox": "0 0 1024 1024"
|
|
13
|
+
},
|
|
14
|
+
"children": [{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M1024 1024L0 0h1024v1024zM512.26 319.25a9.14 9.14 0 00-6.47-2.68h-51.72c-8.14 0-12.22 9.85-6.46 15.6l170.76 170.78a9.14 9.14 0 0012.94 0L910.64 223.6c5.76-5.76 1.68-15.61-6.46-15.61h-51.72a9.14 9.14 0 00-6.47 2.68L624.84 431.83 512.26 319.25z"
|
|
18
|
+
},
|
|
19
|
+
"children": []
|
|
20
|
+
}]
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
var _default = node;
|
|
24
|
+
exports.default = _default;
|