@firesoon/icons-react 2.1.11 → 2.1.12

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.
@@ -0,0 +1,3 @@
1
+ import { Iprops } from '../../types';
2
+ declare const _default: (props?: Iprops) => JSX.Element;
3
+ export default _default;
@@ -0,0 +1,13 @@
1
+ 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); }
2
+
3
+ import React from 'react';
4
+ import Icon from "../../Icon";
5
+ import rootNode from "../../icons/currency/refresh";
6
+ export default (function () {
7
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
8
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
9
+ rootNode: rootNode,
10
+ iconName: 'refresh',
11
+ iconType: 'currency'
12
+ }));
13
+ });
@@ -66,6 +66,7 @@ export { default as RecordFill } from './RecordFill';
66
66
  export { default as Recover } from './Recover';
67
67
  export { default as RectifyMassage } from './RectifyMassage';
68
68
  export { default as RectifyMassageFill } from './RectifyMassageFill';
69
+ export { default as Refresh } from './Refresh';
69
70
  export { default as Screening } from './Screening';
70
71
  export { default as Search } from './Search';
71
72
  export { default as Selecte } from './Selecte';
@@ -66,6 +66,7 @@ export { default as RecordFill } from "./RecordFill";
66
66
  export { default as Recover } from "./Recover";
67
67
  export { default as RectifyMassage } from "./RectifyMassage";
68
68
  export { default as RectifyMassageFill } from "./RectifyMassageFill";
69
+ export { default as Refresh } from "./Refresh";
69
70
  export { default as Screening } from "./Screening";
70
71
  export { default as Search } from "./Search";
71
72
  export { default as Selecte } from "./Selecte";
@@ -0,0 +1,18 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ defaultColor: string;
11
+ attrs: {
12
+ d: string;
13
+ };
14
+ children: never[];
15
+ }[];
16
+ };
17
+ };
18
+ export default node;
@@ -0,0 +1,18 @@
1
+ var node = {
2
+ "name": "refresh",
3
+ "nodeTree": {
4
+ "tag": "svg",
5
+ "attrs": {
6
+ "viewBox": "0 0 1024 1024"
7
+ },
8
+ "children": [{
9
+ "tag": "path",
10
+ "defaultColor": "#333",
11
+ "attrs": {
12
+ "d": "M828.78 195.22A449.07 449.07 0 01896 281.04V200a8 8 0 018-8h48a8 8 0 018 8v176a8 8 0 01-8 8H776a8 8 0 01-8-8v-48a8 8 0 018-8h68.66a384.54 384.54 0 00-61.13-79.53c-149.96-149.96-393.1-149.96-543.06 0s-149.96 393.1 0 543.06 393.1 149.96 543.06 0a382.2 382.2 0 00101.9-181.86h.04a31.85 31.85 0 018.5-15.17 32 32 0 0153.3 31.74h.02a445.91 445.91 0 01-118.5 210.54c-174.96 174.96-458.62 174.96-633.57 0-174.96-174.95-174.96-458.6 0-633.56 174.95-174.96 458.6-174.96 633.56 0z"
13
+ },
14
+ "children": []
15
+ }]
16
+ }
17
+ };
18
+ export default node;
@@ -1,94 +1,3 @@
1
- export { default as Add } from './components/currency/Add';
2
- export { default as AddFill } from './components/currency/AddFill';
3
- export { default as Admin } from './components/currency/Admin';
4
- export { default as AppearRecord } from './components/currency/AppearRecord';
5
- export { default as AppearRecordFill } from './components/currency/AppearRecordFill';
6
- export { default as ArrowDown } from './components/currency/ArrowDown';
7
- export { default as ArrowLeft } from './components/currency/ArrowLeft';
8
- export { default as ArrowRight } from './components/currency/ArrowRight';
9
- export { default as ArrowUp } from './components/currency/ArrowUp';
10
- export { default as BackToPlatform } from './components/currency/BackToPlatform';
11
- export { default as BackToPlatformFill } from './components/currency/BackToPlatformFill';
12
- export { default as Bottom } from './components/currency/Bottom';
13
- export { default as Cancel } from './components/currency/Cancel';
14
- export { default as CancelFill } from './components/currency/CancelFill';
15
- export { default as CaseInformation } from './components/currency/CaseInformation';
16
- export { default as CaseInformationFill } from './components/currency/CaseInformationFill';
17
- export { default as Checkbox } from './components/currency/Checkbox';
18
- export { default as CheckboxDisable } from './components/currency/CheckboxDisable';
19
- export { default as CheckboxFill } from './components/currency/CheckboxFill';
20
- export { default as ChooseFile } from './components/currency/ChooseFile';
21
- export { default as ChooseFileFill } from './components/currency/ChooseFileFill';
22
- export { default as Clean } from './components/currency/Clean';
23
- export { default as CleanFill } from './components/currency/CleanFill';
24
- export { default as Close } from './components/currency/Close';
25
- export { default as Code } from './components/currency/Code';
26
- export { default as Copy } from './components/currency/Copy';
27
- export { default as CopyFill } from './components/currency/CopyFill';
28
- export { default as CostDetail } from './components/currency/CostDetail';
29
- export { default as CostDetailFill } from './components/currency/CostDetailFill';
30
- export { default as Date } from './components/currency/Date';
31
- export { default as DateFill } from './components/currency/DateFill';
32
- export { default as Delete } from './components/currency/Delete';
33
- export { default as DeleteFill } from './components/currency/DeleteFill';
34
- export { default as Download } from './components/currency/Download';
35
- export { default as DownloadFill } from './components/currency/DownloadFill';
36
- export { default as Drag } from './components/currency/Drag';
37
- export { default as Edit } from './components/currency/Edit';
38
- export { default as EditFill } from './components/currency/EditFill';
39
- export { default as EventFollow } from './components/currency/EventFollow';
40
- export { default as EventFollowFill } from './components/currency/EventFollowFill';
41
- export { default as Exitfullscreen } from './components/currency/Exitfullscreen';
42
- export { default as Fall } from './components/currency/Fall';
43
- export { default as Fold } from './components/currency/Fold';
44
- export { default as FoldFill } from './components/currency/FoldFill';
45
- export { default as Fullscreen } from './components/currency/Fullscreen';
46
- export { default as GroupFeedback } from './components/currency/GroupFeedback';
47
- export { default as GroupFeedbackFill } from './components/currency/GroupFeedbackFill';
48
- export { default as HospitalAppeal } from './components/currency/HospitalAppeal';
49
- export { default as HospitalAppealFill } from './components/currency/HospitalAppealFill';
50
- export { default as ImitateGroup } from './components/currency/ImitateGroup';
51
- export { default as ImitateGroupFill } from './components/currency/ImitateGroupFill';
52
- export { default as Invisible } from './components/currency/Invisible';
53
- export { default as InvisibleFill } from './components/currency/InvisibleFill';
54
- export { default as LeadinginInformation } from './components/currency/LeadinginInformation';
55
- export { default as ListDetail } from './components/currency/ListDetail';
56
- export { default as ListDetailFill } from './components/currency/ListDetailFill';
57
- export { default as Loading } from './components/currency/Loading';
58
- export { default as More } from './components/currency/More';
59
- export { default as PatientInformation } from './components/currency/PatientInformation';
60
- export { default as PatientInformationFill } from './components/currency/PatientInformationFill';
61
- export { default as Radio } from './components/currency/Radio';
62
- export { default as RadioFill } from './components/currency/RadioFill';
63
- export { default as Raise } from './components/currency/Raise';
64
- export { default as Record } from './components/currency/Record';
65
- export { default as RecordFill } from './components/currency/RecordFill';
66
- export { default as Recover } from './components/currency/Recover';
67
- export { default as RectifyMassage } from './components/currency/RectifyMassage';
68
- export { default as RectifyMassageFill } from './components/currency/RectifyMassageFill';
69
- export { default as Screening } from './components/currency/Screening';
70
- export { default as Search } from './components/currency/Search';
71
- export { default as Selecte } from './components/currency/Selecte';
72
- export { default as Setting } from './components/currency/Setting';
73
- export { default as SettingFill } from './components/currency/SettingFill';
74
- export { default as ShuttleLeft } from './components/currency/ShuttleLeft';
75
- export { default as ShuttleRight } from './components/currency/ShuttleRight';
76
- export { default as Singlearrow } from './components/currency/Singlearrow';
77
- export { default as Sort } from './components/currency/Sort';
78
- export { default as StartAnnotate } from './components/currency/StartAnnotate';
79
- export { default as StartAnnotateFill } from './components/currency/StartAnnotateFill';
80
- export { default as Submit } from './components/currency/Submit';
81
- export { default as SubmitFill } from './components/currency/SubmitFill';
82
- export { default as Switch } from './components/currency/Switch';
83
- export { default as SwitchFill } from './components/currency/SwitchFill';
84
- export { default as Time } from './components/currency/Time';
85
- export { default as TimeFill } from './components/currency/TimeFill';
86
- export { default as Top } from './components/currency/Top';
87
- export { default as Unfixed } from './components/currency/Unfixed';
88
- export { default as Unfold } from './components/currency/Unfold';
89
- export { default as UnfoldFill } from './components/currency/UnfoldFill';
90
- export { default as Visible } from './components/currency/Visible';
91
- export { default as VisibleFill } from './components/currency/VisibleFill';
92
1
  export { default as Analyse } from './components/business-menu/Analyse';
93
2
  export { default as Annotate } from './components/business-menu/Annotate';
94
3
  export { default as AppealFeedback } from './components/business-menu/AppealFeedback';
@@ -182,6 +91,98 @@ export { default as UserManagement } from './components/business-menu/UserManage
182
91
  export { default as UserManagementFill } from './components/business-menu/UserManagementFill';
183
92
  export { default as WarningVerify } from './components/business-menu/WarningVerify';
184
93
  export { default as WarningVerifyFill } from './components/business-menu/WarningVerifyFill';
94
+ export { default as Add } from './components/currency/Add';
95
+ export { default as AddFill } from './components/currency/AddFill';
96
+ export { default as Admin } from './components/currency/Admin';
97
+ export { default as AppearRecord } from './components/currency/AppearRecord';
98
+ export { default as AppearRecordFill } from './components/currency/AppearRecordFill';
99
+ export { default as ArrowDown } from './components/currency/ArrowDown';
100
+ export { default as ArrowLeft } from './components/currency/ArrowLeft';
101
+ export { default as ArrowRight } from './components/currency/ArrowRight';
102
+ export { default as ArrowUp } from './components/currency/ArrowUp';
103
+ export { default as BackToPlatform } from './components/currency/BackToPlatform';
104
+ export { default as BackToPlatformFill } from './components/currency/BackToPlatformFill';
105
+ export { default as Bottom } from './components/currency/Bottom';
106
+ export { default as Cancel } from './components/currency/Cancel';
107
+ export { default as CancelFill } from './components/currency/CancelFill';
108
+ export { default as CaseInformation } from './components/currency/CaseInformation';
109
+ export { default as CaseInformationFill } from './components/currency/CaseInformationFill';
110
+ export { default as Checkbox } from './components/currency/Checkbox';
111
+ export { default as CheckboxDisable } from './components/currency/CheckboxDisable';
112
+ export { default as CheckboxFill } from './components/currency/CheckboxFill';
113
+ export { default as ChooseFile } from './components/currency/ChooseFile';
114
+ export { default as ChooseFileFill } from './components/currency/ChooseFileFill';
115
+ export { default as Clean } from './components/currency/Clean';
116
+ export { default as CleanFill } from './components/currency/CleanFill';
117
+ export { default as Close } from './components/currency/Close';
118
+ export { default as Code } from './components/currency/Code';
119
+ export { default as Copy } from './components/currency/Copy';
120
+ export { default as CopyFill } from './components/currency/CopyFill';
121
+ export { default as CostDetail } from './components/currency/CostDetail';
122
+ export { default as CostDetailFill } from './components/currency/CostDetailFill';
123
+ export { default as Date } from './components/currency/Date';
124
+ export { default as DateFill } from './components/currency/DateFill';
125
+ export { default as Delete } from './components/currency/Delete';
126
+ export { default as DeleteFill } from './components/currency/DeleteFill';
127
+ export { default as Download } from './components/currency/Download';
128
+ export { default as DownloadFill } from './components/currency/DownloadFill';
129
+ export { default as Drag } from './components/currency/Drag';
130
+ export { default as Edit } from './components/currency/Edit';
131
+ export { default as EditFill } from './components/currency/EditFill';
132
+ export { default as EventFollow } from './components/currency/EventFollow';
133
+ export { default as EventFollowFill } from './components/currency/EventFollowFill';
134
+ export { default as Exitfullscreen } from './components/currency/Exitfullscreen';
135
+ export { default as Fall } from './components/currency/Fall';
136
+ export { default as Fold } from './components/currency/Fold';
137
+ export { default as FoldFill } from './components/currency/FoldFill';
138
+ export { default as Fullscreen } from './components/currency/Fullscreen';
139
+ export { default as GroupFeedback } from './components/currency/GroupFeedback';
140
+ export { default as GroupFeedbackFill } from './components/currency/GroupFeedbackFill';
141
+ export { default as HospitalAppeal } from './components/currency/HospitalAppeal';
142
+ export { default as HospitalAppealFill } from './components/currency/HospitalAppealFill';
143
+ export { default as ImitateGroup } from './components/currency/ImitateGroup';
144
+ export { default as ImitateGroupFill } from './components/currency/ImitateGroupFill';
145
+ export { default as Invisible } from './components/currency/Invisible';
146
+ export { default as InvisibleFill } from './components/currency/InvisibleFill';
147
+ export { default as LeadinginInformation } from './components/currency/LeadinginInformation';
148
+ export { default as ListDetail } from './components/currency/ListDetail';
149
+ export { default as ListDetailFill } from './components/currency/ListDetailFill';
150
+ export { default as Loading } from './components/currency/Loading';
151
+ export { default as More } from './components/currency/More';
152
+ export { default as PatientInformation } from './components/currency/PatientInformation';
153
+ export { default as PatientInformationFill } from './components/currency/PatientInformationFill';
154
+ export { default as Radio } from './components/currency/Radio';
155
+ export { default as RadioFill } from './components/currency/RadioFill';
156
+ export { default as Raise } from './components/currency/Raise';
157
+ export { default as Record } from './components/currency/Record';
158
+ export { default as RecordFill } from './components/currency/RecordFill';
159
+ export { default as Recover } from './components/currency/Recover';
160
+ export { default as RectifyMassage } from './components/currency/RectifyMassage';
161
+ export { default as RectifyMassageFill } from './components/currency/RectifyMassageFill';
162
+ export { default as Refresh } from './components/currency/Refresh';
163
+ export { default as Screening } from './components/currency/Screening';
164
+ export { default as Search } from './components/currency/Search';
165
+ export { default as Selecte } from './components/currency/Selecte';
166
+ export { default as Setting } from './components/currency/Setting';
167
+ export { default as SettingFill } from './components/currency/SettingFill';
168
+ export { default as ShuttleLeft } from './components/currency/ShuttleLeft';
169
+ export { default as ShuttleRight } from './components/currency/ShuttleRight';
170
+ export { default as Singlearrow } from './components/currency/Singlearrow';
171
+ export { default as Sort } from './components/currency/Sort';
172
+ export { default as StartAnnotate } from './components/currency/StartAnnotate';
173
+ export { default as StartAnnotateFill } from './components/currency/StartAnnotateFill';
174
+ export { default as Submit } from './components/currency/Submit';
175
+ export { default as SubmitFill } from './components/currency/SubmitFill';
176
+ export { default as Switch } from './components/currency/Switch';
177
+ export { default as SwitchFill } from './components/currency/SwitchFill';
178
+ export { default as Time } from './components/currency/Time';
179
+ export { default as TimeFill } from './components/currency/TimeFill';
180
+ export { default as Top } from './components/currency/Top';
181
+ export { default as Unfixed } from './components/currency/Unfixed';
182
+ export { default as Unfold } from './components/currency/Unfold';
183
+ export { default as UnfoldFill } from './components/currency/UnfoldFill';
184
+ export { default as Visible } from './components/currency/Visible';
185
+ export { default as VisibleFill } from './components/currency/VisibleFill';
185
186
  export { default as Bingzuwentifankui } from './components/old-twocolor/Bingzuwentifankui';
186
187
  export { default as BingzuwentifankuiNew } from './components/old-twocolor/BingzuwentifankuiNew';
187
188
  export { default as CasesDoubt } from './components/old-twocolor/CasesDoubt';
package/dist/esm/index.js CHANGED
@@ -1,94 +1,3 @@
1
- export { default as Add } from "./components/currency/Add";
2
- export { default as AddFill } from "./components/currency/AddFill";
3
- export { default as Admin } from "./components/currency/Admin";
4
- export { default as AppearRecord } from "./components/currency/AppearRecord";
5
- export { default as AppearRecordFill } from "./components/currency/AppearRecordFill";
6
- export { default as ArrowDown } from "./components/currency/ArrowDown";
7
- export { default as ArrowLeft } from "./components/currency/ArrowLeft";
8
- export { default as ArrowRight } from "./components/currency/ArrowRight";
9
- export { default as ArrowUp } from "./components/currency/ArrowUp";
10
- export { default as BackToPlatform } from "./components/currency/BackToPlatform";
11
- export { default as BackToPlatformFill } from "./components/currency/BackToPlatformFill";
12
- export { default as Bottom } from "./components/currency/Bottom";
13
- export { default as Cancel } from "./components/currency/Cancel";
14
- export { default as CancelFill } from "./components/currency/CancelFill";
15
- export { default as CaseInformation } from "./components/currency/CaseInformation";
16
- export { default as CaseInformationFill } from "./components/currency/CaseInformationFill";
17
- export { default as Checkbox } from "./components/currency/Checkbox";
18
- export { default as CheckboxDisable } from "./components/currency/CheckboxDisable";
19
- export { default as CheckboxFill } from "./components/currency/CheckboxFill";
20
- export { default as ChooseFile } from "./components/currency/ChooseFile";
21
- export { default as ChooseFileFill } from "./components/currency/ChooseFileFill";
22
- export { default as Clean } from "./components/currency/Clean";
23
- export { default as CleanFill } from "./components/currency/CleanFill";
24
- export { default as Close } from "./components/currency/Close";
25
- export { default as Code } from "./components/currency/Code";
26
- export { default as Copy } from "./components/currency/Copy";
27
- export { default as CopyFill } from "./components/currency/CopyFill";
28
- export { default as CostDetail } from "./components/currency/CostDetail";
29
- export { default as CostDetailFill } from "./components/currency/CostDetailFill";
30
- export { default as Date } from "./components/currency/Date";
31
- export { default as DateFill } from "./components/currency/DateFill";
32
- export { default as Delete } from "./components/currency/Delete";
33
- export { default as DeleteFill } from "./components/currency/DeleteFill";
34
- export { default as Download } from "./components/currency/Download";
35
- export { default as DownloadFill } from "./components/currency/DownloadFill";
36
- export { default as Drag } from "./components/currency/Drag";
37
- export { default as Edit } from "./components/currency/Edit";
38
- export { default as EditFill } from "./components/currency/EditFill";
39
- export { default as EventFollow } from "./components/currency/EventFollow";
40
- export { default as EventFollowFill } from "./components/currency/EventFollowFill";
41
- export { default as Exitfullscreen } from "./components/currency/Exitfullscreen";
42
- export { default as Fall } from "./components/currency/Fall";
43
- export { default as Fold } from "./components/currency/Fold";
44
- export { default as FoldFill } from "./components/currency/FoldFill";
45
- export { default as Fullscreen } from "./components/currency/Fullscreen";
46
- export { default as GroupFeedback } from "./components/currency/GroupFeedback";
47
- export { default as GroupFeedbackFill } from "./components/currency/GroupFeedbackFill";
48
- export { default as HospitalAppeal } from "./components/currency/HospitalAppeal";
49
- export { default as HospitalAppealFill } from "./components/currency/HospitalAppealFill";
50
- export { default as ImitateGroup } from "./components/currency/ImitateGroup";
51
- export { default as ImitateGroupFill } from "./components/currency/ImitateGroupFill";
52
- export { default as Invisible } from "./components/currency/Invisible";
53
- export { default as InvisibleFill } from "./components/currency/InvisibleFill";
54
- export { default as LeadinginInformation } from "./components/currency/LeadinginInformation";
55
- export { default as ListDetail } from "./components/currency/ListDetail";
56
- export { default as ListDetailFill } from "./components/currency/ListDetailFill";
57
- export { default as Loading } from "./components/currency/Loading";
58
- export { default as More } from "./components/currency/More";
59
- export { default as PatientInformation } from "./components/currency/PatientInformation";
60
- export { default as PatientInformationFill } from "./components/currency/PatientInformationFill";
61
- export { default as Radio } from "./components/currency/Radio";
62
- export { default as RadioFill } from "./components/currency/RadioFill";
63
- export { default as Raise } from "./components/currency/Raise";
64
- export { default as Record } from "./components/currency/Record";
65
- export { default as RecordFill } from "./components/currency/RecordFill";
66
- export { default as Recover } from "./components/currency/Recover";
67
- export { default as RectifyMassage } from "./components/currency/RectifyMassage";
68
- export { default as RectifyMassageFill } from "./components/currency/RectifyMassageFill";
69
- export { default as Screening } from "./components/currency/Screening";
70
- export { default as Search } from "./components/currency/Search";
71
- export { default as Selecte } from "./components/currency/Selecte";
72
- export { default as Setting } from "./components/currency/Setting";
73
- export { default as SettingFill } from "./components/currency/SettingFill";
74
- export { default as ShuttleLeft } from "./components/currency/ShuttleLeft";
75
- export { default as ShuttleRight } from "./components/currency/ShuttleRight";
76
- export { default as Singlearrow } from "./components/currency/Singlearrow";
77
- export { default as Sort } from "./components/currency/Sort";
78
- export { default as StartAnnotate } from "./components/currency/StartAnnotate";
79
- export { default as StartAnnotateFill } from "./components/currency/StartAnnotateFill";
80
- export { default as Submit } from "./components/currency/Submit";
81
- export { default as SubmitFill } from "./components/currency/SubmitFill";
82
- export { default as Switch } from "./components/currency/Switch";
83
- export { default as SwitchFill } from "./components/currency/SwitchFill";
84
- export { default as Time } from "./components/currency/Time";
85
- export { default as TimeFill } from "./components/currency/TimeFill";
86
- export { default as Top } from "./components/currency/Top";
87
- export { default as Unfixed } from "./components/currency/Unfixed";
88
- export { default as Unfold } from "./components/currency/Unfold";
89
- export { default as UnfoldFill } from "./components/currency/UnfoldFill";
90
- export { default as Visible } from "./components/currency/Visible";
91
- export { default as VisibleFill } from "./components/currency/VisibleFill";
92
1
  export { default as Analyse } from "./components/business-menu/Analyse";
93
2
  export { default as Annotate } from "./components/business-menu/Annotate";
94
3
  export { default as AppealFeedback } from "./components/business-menu/AppealFeedback";
@@ -182,6 +91,98 @@ export { default as UserManagement } from "./components/business-menu/UserManage
182
91
  export { default as UserManagementFill } from "./components/business-menu/UserManagementFill";
183
92
  export { default as WarningVerify } from "./components/business-menu/WarningVerify";
184
93
  export { default as WarningVerifyFill } from "./components/business-menu/WarningVerifyFill";
94
+ export { default as Add } from "./components/currency/Add";
95
+ export { default as AddFill } from "./components/currency/AddFill";
96
+ export { default as Admin } from "./components/currency/Admin";
97
+ export { default as AppearRecord } from "./components/currency/AppearRecord";
98
+ export { default as AppearRecordFill } from "./components/currency/AppearRecordFill";
99
+ export { default as ArrowDown } from "./components/currency/ArrowDown";
100
+ export { default as ArrowLeft } from "./components/currency/ArrowLeft";
101
+ export { default as ArrowRight } from "./components/currency/ArrowRight";
102
+ export { default as ArrowUp } from "./components/currency/ArrowUp";
103
+ export { default as BackToPlatform } from "./components/currency/BackToPlatform";
104
+ export { default as BackToPlatformFill } from "./components/currency/BackToPlatformFill";
105
+ export { default as Bottom } from "./components/currency/Bottom";
106
+ export { default as Cancel } from "./components/currency/Cancel";
107
+ export { default as CancelFill } from "./components/currency/CancelFill";
108
+ export { default as CaseInformation } from "./components/currency/CaseInformation";
109
+ export { default as CaseInformationFill } from "./components/currency/CaseInformationFill";
110
+ export { default as Checkbox } from "./components/currency/Checkbox";
111
+ export { default as CheckboxDisable } from "./components/currency/CheckboxDisable";
112
+ export { default as CheckboxFill } from "./components/currency/CheckboxFill";
113
+ export { default as ChooseFile } from "./components/currency/ChooseFile";
114
+ export { default as ChooseFileFill } from "./components/currency/ChooseFileFill";
115
+ export { default as Clean } from "./components/currency/Clean";
116
+ export { default as CleanFill } from "./components/currency/CleanFill";
117
+ export { default as Close } from "./components/currency/Close";
118
+ export { default as Code } from "./components/currency/Code";
119
+ export { default as Copy } from "./components/currency/Copy";
120
+ export { default as CopyFill } from "./components/currency/CopyFill";
121
+ export { default as CostDetail } from "./components/currency/CostDetail";
122
+ export { default as CostDetailFill } from "./components/currency/CostDetailFill";
123
+ export { default as Date } from "./components/currency/Date";
124
+ export { default as DateFill } from "./components/currency/DateFill";
125
+ export { default as Delete } from "./components/currency/Delete";
126
+ export { default as DeleteFill } from "./components/currency/DeleteFill";
127
+ export { default as Download } from "./components/currency/Download";
128
+ export { default as DownloadFill } from "./components/currency/DownloadFill";
129
+ export { default as Drag } from "./components/currency/Drag";
130
+ export { default as Edit } from "./components/currency/Edit";
131
+ export { default as EditFill } from "./components/currency/EditFill";
132
+ export { default as EventFollow } from "./components/currency/EventFollow";
133
+ export { default as EventFollowFill } from "./components/currency/EventFollowFill";
134
+ export { default as Exitfullscreen } from "./components/currency/Exitfullscreen";
135
+ export { default as Fall } from "./components/currency/Fall";
136
+ export { default as Fold } from "./components/currency/Fold";
137
+ export { default as FoldFill } from "./components/currency/FoldFill";
138
+ export { default as Fullscreen } from "./components/currency/Fullscreen";
139
+ export { default as GroupFeedback } from "./components/currency/GroupFeedback";
140
+ export { default as GroupFeedbackFill } from "./components/currency/GroupFeedbackFill";
141
+ export { default as HospitalAppeal } from "./components/currency/HospitalAppeal";
142
+ export { default as HospitalAppealFill } from "./components/currency/HospitalAppealFill";
143
+ export { default as ImitateGroup } from "./components/currency/ImitateGroup";
144
+ export { default as ImitateGroupFill } from "./components/currency/ImitateGroupFill";
145
+ export { default as Invisible } from "./components/currency/Invisible";
146
+ export { default as InvisibleFill } from "./components/currency/InvisibleFill";
147
+ export { default as LeadinginInformation } from "./components/currency/LeadinginInformation";
148
+ export { default as ListDetail } from "./components/currency/ListDetail";
149
+ export { default as ListDetailFill } from "./components/currency/ListDetailFill";
150
+ export { default as Loading } from "./components/currency/Loading";
151
+ export { default as More } from "./components/currency/More";
152
+ export { default as PatientInformation } from "./components/currency/PatientInformation";
153
+ export { default as PatientInformationFill } from "./components/currency/PatientInformationFill";
154
+ export { default as Radio } from "./components/currency/Radio";
155
+ export { default as RadioFill } from "./components/currency/RadioFill";
156
+ export { default as Raise } from "./components/currency/Raise";
157
+ export { default as Record } from "./components/currency/Record";
158
+ export { default as RecordFill } from "./components/currency/RecordFill";
159
+ export { default as Recover } from "./components/currency/Recover";
160
+ export { default as RectifyMassage } from "./components/currency/RectifyMassage";
161
+ export { default as RectifyMassageFill } from "./components/currency/RectifyMassageFill";
162
+ export { default as Refresh } from "./components/currency/Refresh";
163
+ export { default as Screening } from "./components/currency/Screening";
164
+ export { default as Search } from "./components/currency/Search";
165
+ export { default as Selecte } from "./components/currency/Selecte";
166
+ export { default as Setting } from "./components/currency/Setting";
167
+ export { default as SettingFill } from "./components/currency/SettingFill";
168
+ export { default as ShuttleLeft } from "./components/currency/ShuttleLeft";
169
+ export { default as ShuttleRight } from "./components/currency/ShuttleRight";
170
+ export { default as Singlearrow } from "./components/currency/Singlearrow";
171
+ export { default as Sort } from "./components/currency/Sort";
172
+ export { default as StartAnnotate } from "./components/currency/StartAnnotate";
173
+ export { default as StartAnnotateFill } from "./components/currency/StartAnnotateFill";
174
+ export { default as Submit } from "./components/currency/Submit";
175
+ export { default as SubmitFill } from "./components/currency/SubmitFill";
176
+ export { default as Switch } from "./components/currency/Switch";
177
+ export { default as SwitchFill } from "./components/currency/SwitchFill";
178
+ export { default as Time } from "./components/currency/Time";
179
+ export { default as TimeFill } from "./components/currency/TimeFill";
180
+ export { default as Top } from "./components/currency/Top";
181
+ export { default as Unfixed } from "./components/currency/Unfixed";
182
+ export { default as Unfold } from "./components/currency/Unfold";
183
+ export { default as UnfoldFill } from "./components/currency/UnfoldFill";
184
+ export { default as Visible } from "./components/currency/Visible";
185
+ export { default as VisibleFill } from "./components/currency/VisibleFill";
185
186
  export { default as Bingzuwentifankui } from "./components/old-twocolor/Bingzuwentifankui";
186
187
  export { default as BingzuwentifankuiNew } from "./components/old-twocolor/BingzuwentifankuiNew";
187
188
  export { default as CasesDoubt } from "./components/old-twocolor/CasesDoubt";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firesoon/icons-react",
3
- "version": "2.1.11",
3
+ "version": "2.1.12",
4
4
  "description": "火树图标库",
5
5
  "scripts": {
6
6
  "start": "gulp && dumi dev",