@firesoon/icons-react 2.1.7 → 2.1.9

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/business-menu/mylist";
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: 'mylist',
11
+ iconType: 'business-menu'
12
+ }));
13
+ });
@@ -56,6 +56,7 @@ export { default as MonitorAnalyse } from './MonitorAnalyse';
56
56
  export { default as MonitorAnalyseFill } from './MonitorAnalyseFill';
57
57
  export { default as MutualCheck } from './MutualCheck';
58
58
  export { default as MutualCheckFill } from './MutualCheckFill';
59
+ export { default as Mylist } from './Mylist';
59
60
  export { default as OfficeAnalyse } from './OfficeAnalyse';
60
61
  export { default as OfficeAnalyseFill } from './OfficeAnalyseFill';
61
62
  export { default as OutpatientApg } from './OutpatientApg';
@@ -56,6 +56,7 @@ export { default as MonitorAnalyse } from "./MonitorAnalyse";
56
56
  export { default as MonitorAnalyseFill } from "./MonitorAnalyseFill";
57
57
  export { default as MutualCheck } from "./MutualCheck";
58
58
  export { default as MutualCheckFill } from "./MutualCheckFill";
59
+ export { default as Mylist } from "./Mylist";
59
60
  export { default as OfficeAnalyse } from "./OfficeAnalyse";
60
61
  export { default as OfficeAnalyseFill } from "./OfficeAnalyseFill";
61
62
  export { default as OutpatientApg } from "./OutpatientApg";
@@ -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/singlearrow";
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: 'singlearrow',
11
+ iconType: 'currency'
12
+ }));
13
+ });
@@ -73,6 +73,7 @@ export { default as Setting } from './Setting';
73
73
  export { default as SettingFill } from './SettingFill';
74
74
  export { default as ShuttleLeft } from './ShuttleLeft';
75
75
  export { default as ShuttleRight } from './ShuttleRight';
76
+ export { default as Singlearrow } from './Singlearrow';
76
77
  export { default as Sort } from './Sort';
77
78
  export { default as StartAnnotate } from './StartAnnotate';
78
79
  export { default as StartAnnotateFill } from './StartAnnotateFill';
@@ -73,6 +73,7 @@ export { default as Setting } from "./Setting";
73
73
  export { default as SettingFill } from "./SettingFill";
74
74
  export { default as ShuttleLeft } from "./ShuttleLeft";
75
75
  export { default as ShuttleRight } from "./ShuttleRight";
76
+ export { default as Singlearrow } from "./Singlearrow";
76
77
  export { default as Sort } from "./Sort";
77
78
  export { default as StartAnnotate } from "./StartAnnotate";
78
79
  export { default as StartAnnotateFill } from "./StartAnnotateFill";
@@ -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/suggestion/await";
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: 'await',
11
+ iconType: 'suggestion'
12
+ }));
13
+ });
@@ -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/suggestion/sendback";
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: 'sendback',
11
+ iconType: 'suggestion'
12
+ }));
13
+ });
@@ -1,3 +1,4 @@
1
+ export { default as Await } from './Await';
1
2
  export { default as CostReturn } from './CostReturn';
2
3
  export { default as CostViolate } from './CostViolate';
3
4
  export { default as CostWarning } from './CostWarning';
@@ -17,6 +18,7 @@ export { default as Problem } from './Problem';
17
18
  export { default as ProblemFill } from './ProblemFill';
18
19
  export { default as RecordQuality } from './RecordQuality';
19
20
  export { default as Rehospitalization } from './Rehospitalization';
21
+ export { default as Sendback } from './Sendback';
20
22
  export { default as Success } from './Success';
21
23
  export { default as SuccessFill } from './SuccessFill';
22
24
  export { default as UndipAccountColor } from './UndipAccountColor';
@@ -1,3 +1,4 @@
1
+ export { default as Await } from "./Await";
1
2
  export { default as CostReturn } from "./CostReturn";
2
3
  export { default as CostViolate } from "./CostViolate";
3
4
  export { default as CostWarning } from "./CostWarning";
@@ -17,6 +18,7 @@ export { default as Problem } from "./Problem";
17
18
  export { default as ProblemFill } from "./ProblemFill";
18
19
  export { default as RecordQuality } from "./RecordQuality";
19
20
  export { default as Rehospitalization } from "./Rehospitalization";
21
+ export { default as Sendback } from "./Sendback";
20
22
  export { default as Success } from "./Success";
21
23
  export { default as SuccessFill } from "./SuccessFill";
22
24
  export { default as UndipAccountColor } from "./UndipAccountColor";
@@ -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,25 @@
1
+ var node = {
2
+ "name": "mylist",
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": "M512 64c247.42 0 448 200.58 448 448S759.42 960 512 960 64 759.42 64 512 264.58 64 512 64zm0 64c-212.08 0-384 171.92-384 384s171.92 384 384 384 384-171.92 384-384-171.92-384-384-384z"
13
+ },
14
+ "children": []
15
+ }, {
16
+ "tag": "path",
17
+ "defaultColor": "#333",
18
+ "attrs": {
19
+ "d": "M472 288a8 8 0 018 8v176a8 8 0 01-8 8H296a8 8 0 01-8-8V296a8 8 0 018-8h176zm-56 64h-64v64h64v-64zm312-64a8 8 0 018 8v176a8 8 0 01-8 8H552a8 8 0 01-8-8V296a8 8 0 018-8h176zm-56 64h-64v64h64v-64zM472 544a8 8 0 018 8v176a8 8 0 01-8 8H296a8 8 0 01-8-8V552a8 8 0 018-8h176zm-56 64h-64v64h64v-64zm312-64a8 8 0 018 8v176a8 8 0 01-8 8H552a8 8 0 01-8-8V552a8 8 0 018-8h176zm-56 64h-64v64h64v-64z"
20
+ },
21
+ "children": []
22
+ }]
23
+ }
24
+ };
25
+ export default node;
@@ -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": "singlearrow",
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": "M537.45 316.52L826.8 693.7a16 16 0 01-2.95 22.43 16 16 0 01-9.74 3.31H210a16 16 0 01-16-16 16 16 0 013.3-9.74l289.37-377.17a32 32 0 0144.87-5.9 32 32 0 015.9 5.9z"
13
+ },
14
+ "children": []
15
+ }]
16
+ }
17
+ };
18
+ export default node;
@@ -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,67 @@
1
+ var node = {
2
+ "name": "await",
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": "M512 64c247.42 0 448 200.58 448 448S759.42 960 512 960 64 759.42 64 512 264.58 64 512 64zm0 64c-212.08 0-384 171.92-384 384s171.92 384 384 384 384-171.92 384-384-171.92-384-384-384z"
13
+ },
14
+ "children": []
15
+ }, {
16
+ "tag": "path",
17
+ "defaultColor": "#333",
18
+ "attrs": {
19
+ "d": "M369 278h48a8 8 0 018 8v112a8 8 0 01-8 8h-56V286a8 8 0 018-8z"
20
+ },
21
+ "children": []
22
+ }, {
23
+ "tag": "path",
24
+ "defaultColor": "#333",
25
+ "attrs": {
26
+ "d": "M361.12 405.37l45.25-45.25 149.9 149.9-45.25 45.26z"
27
+ },
28
+ "children": []
29
+ }, {
30
+ "tag": "path",
31
+ "defaultColor": "#333",
32
+ "attrs": {
33
+ "d": "M662.28 405.37l-45.26-45.25-149.9 149.9 45.25 45.26zM361 334v-48q0-8 8-8h285q8 0 8 8v48q0 8-8 8H369q-8 0-8-8z"
34
+ },
35
+ "children": []
36
+ }, {
37
+ "tag": "path",
38
+ "defaultColor": "#333",
39
+ "attrs": {
40
+ "d": "M606 278h48a8 8 0 018 8v120h-56a8 8 0 01-8-8V286a8 8 0 018-8zM361 619h56a8 8 0 018 8v112a8 8 0 01-8 8h-48a8 8 0 01-8-8V619z"
41
+ },
42
+ "children": []
43
+ }, {
44
+ "tag": "path",
45
+ "defaultColor": "#333",
46
+ "attrs": {
47
+ "d": "M361.12 619.02l45.25 45.26 149.9-149.9-45.25-45.26z"
48
+ },
49
+ "children": []
50
+ }, {
51
+ "tag": "path",
52
+ "defaultColor": "#333",
53
+ "attrs": {
54
+ "d": "M662.28 619.02l-45.26 45.26-149.9-149.9 45.25-45.26zM361 739v-48q0-8 8-8h285q8 0 8 8v48q0 8-8 8H369q-8 0-8-8z"
55
+ },
56
+ "children": []
57
+ }, {
58
+ "tag": "path",
59
+ "defaultColor": "#333",
60
+ "attrs": {
61
+ "d": "M606 619h56v120a8 8 0 01-8 8h-48a8 8 0 01-8-8V627a8 8 0 018-8z"
62
+ },
63
+ "children": []
64
+ }]
65
+ }
66
+ };
67
+ export default node;
@@ -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,25 @@
1
+ var node = {
2
+ "name": "sendback",
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": "M512 64c247.42 0 448 200.58 448 448S759.42 960 512 960 64 759.42 64 512 264.58 64 512 64zm0 64c-212.08 0-384 171.92-384 384s171.92 384 384 384 384-171.92 384-384-171.92-384-384-384z"
13
+ },
14
+ "children": []
15
+ }, {
16
+ "tag": "path",
17
+ "defaultColor": "#333",
18
+ "attrs": {
19
+ "d": "M735.75 487.21v48a8 8 0 01-8 8H410.43L538 670.8a8 8 0 010 11.32l-33.94 33.94a8 8 0 01-11.32 0L328.88 552.18c-.39-.27-.76-.58-1.1-.93l-33.95-33.94a8 8 0 010-11.31l198.7-198.7a8 8 0 0111.31 0l33.94 33.94a8 8 0 010 11.32L411.13 479.2h316.63a8 8 0 018 8z"
20
+ },
21
+ "children": []
22
+ }]
23
+ }
24
+ };
25
+ export default node;
@@ -56,6 +56,7 @@ export { default as MonitorAnalyse } from './components/business-menu/MonitorAna
56
56
  export { default as MonitorAnalyseFill } from './components/business-menu/MonitorAnalyseFill';
57
57
  export { default as MutualCheck } from './components/business-menu/MutualCheck';
58
58
  export { default as MutualCheckFill } from './components/business-menu/MutualCheckFill';
59
+ export { default as Mylist } from './components/business-menu/Mylist';
59
60
  export { default as OfficeAnalyse } from './components/business-menu/OfficeAnalyse';
60
61
  export { default as OfficeAnalyseFill } from './components/business-menu/OfficeAnalyseFill';
61
62
  export { default as OutpatientApg } from './components/business-menu/OutpatientApg';
@@ -165,6 +166,7 @@ export { default as Setting } from './components/currency/Setting';
165
166
  export { default as SettingFill } from './components/currency/SettingFill';
166
167
  export { default as ShuttleLeft } from './components/currency/ShuttleLeft';
167
168
  export { default as ShuttleRight } from './components/currency/ShuttleRight';
169
+ export { default as Singlearrow } from './components/currency/Singlearrow';
168
170
  export { default as Sort } from './components/currency/Sort';
169
171
  export { default as StartAnnotate } from './components/currency/StartAnnotate';
170
172
  export { default as StartAnnotateFill } from './components/currency/StartAnnotateFill';
@@ -180,6 +182,29 @@ export { default as Unfold } from './components/currency/Unfold';
180
182
  export { default as UnfoldFill } from './components/currency/UnfoldFill';
181
183
  export { default as Visible } from './components/currency/Visible';
182
184
  export { default as VisibleFill } from './components/currency/VisibleFill';
185
+ export { default as Bingzuwentifankui } from './components/old-twocolor/Bingzuwentifankui';
186
+ export { default as BingzuwentifankuiNew } from './components/old-twocolor/BingzuwentifankuiNew';
187
+ export { default as CasesDoubt } from './components/old-twocolor/CasesDoubt';
188
+ export { default as Empty404 } from './components/old-twocolor/Empty404';
189
+ export { default as EmptyNetwork } from './components/old-twocolor/EmptyNetwork';
190
+ export { default as EmptyNormal } from './components/old-twocolor/EmptyNormal';
191
+ export { default as EmptyPermission } from './components/old-twocolor/EmptyPermission';
192
+ export { default as EmptyTable } from './components/old-twocolor/EmptyTable';
193
+ export { default as FailCircle } from './components/old-twocolor/FailCircle';
194
+ export { default as Html404 } from './components/old-twocolor/Html404';
195
+ export { default as Huanzhejibenxinxi } from './components/old-twocolor/Huanzhejibenxinxi';
196
+ export { default as LoadingCircle } from './components/old-twocolor/LoadingCircle';
197
+ export { default as MasterMedicalOrder } from './components/old-twocolor/MasterMedicalOrder';
198
+ export { default as MissFill } from './components/old-twocolor/MissFill';
199
+ export { default as MonitorTrend } from './components/old-twocolor/MonitorTrend';
200
+ export { default as NoNetwork } from './components/old-twocolor/NoNetwork';
201
+ export { default as NoPermissions } from './components/old-twocolor/NoPermissions';
202
+ export { default as ReHospitalizedTag } from './components/old-twocolor/ReHospitalizedTag';
203
+ export { default as Ruotishi } from './components/old-twocolor/Ruotishi';
204
+ export { default as ServerError } from './components/old-twocolor/ServerError';
205
+ export { default as SuccessCircle } from './components/old-twocolor/SuccessCircle';
206
+ export { default as Tishi } from './components/old-twocolor/Tishi';
207
+ export { default as WaitCircle } from './components/old-twocolor/WaitCircle';
183
208
  export { default as Account } from './components/old-outlined/Account';
184
209
  export { default as AccountFill } from './components/old-outlined/AccountFill';
185
210
  export { default as AcountManage } from './components/old-outlined/AcountManage';
@@ -373,29 +398,7 @@ export { default as Zhuantifenxi } from './components/old-outlined/Zhuantifenxi'
373
398
  export { default as ZhuantifenxiFill } from './components/old-outlined/ZhuantifenxiFill';
374
399
  export { default as Zhutizhibiao } from './components/old-outlined/Zhutizhibiao';
375
400
  export { default as Zygl } from './components/old-outlined/Zygl';
376
- export { default as Bingzuwentifankui } from './components/old-twocolor/Bingzuwentifankui';
377
- export { default as BingzuwentifankuiNew } from './components/old-twocolor/BingzuwentifankuiNew';
378
- export { default as CasesDoubt } from './components/old-twocolor/CasesDoubt';
379
- export { default as Empty404 } from './components/old-twocolor/Empty404';
380
- export { default as EmptyNetwork } from './components/old-twocolor/EmptyNetwork';
381
- export { default as EmptyNormal } from './components/old-twocolor/EmptyNormal';
382
- export { default as EmptyPermission } from './components/old-twocolor/EmptyPermission';
383
- export { default as EmptyTable } from './components/old-twocolor/EmptyTable';
384
- export { default as FailCircle } from './components/old-twocolor/FailCircle';
385
- export { default as Html404 } from './components/old-twocolor/Html404';
386
- export { default as Huanzhejibenxinxi } from './components/old-twocolor/Huanzhejibenxinxi';
387
- export { default as LoadingCircle } from './components/old-twocolor/LoadingCircle';
388
- export { default as MasterMedicalOrder } from './components/old-twocolor/MasterMedicalOrder';
389
- export { default as MissFill } from './components/old-twocolor/MissFill';
390
- export { default as MonitorTrend } from './components/old-twocolor/MonitorTrend';
391
- export { default as NoNetwork } from './components/old-twocolor/NoNetwork';
392
- export { default as NoPermissions } from './components/old-twocolor/NoPermissions';
393
- export { default as ReHospitalizedTag } from './components/old-twocolor/ReHospitalizedTag';
394
- export { default as Ruotishi } from './components/old-twocolor/Ruotishi';
395
- export { default as ServerError } from './components/old-twocolor/ServerError';
396
- export { default as SuccessCircle } from './components/old-twocolor/SuccessCircle';
397
- export { default as Tishi } from './components/old-twocolor/Tishi';
398
- export { default as WaitCircle } from './components/old-twocolor/WaitCircle';
401
+ export { default as Await } from './components/suggestion/Await';
399
402
  export { default as CostReturn } from './components/suggestion/CostReturn';
400
403
  export { default as CostViolate } from './components/suggestion/CostViolate';
401
404
  export { default as CostWarning } from './components/suggestion/CostWarning';
@@ -415,6 +418,7 @@ export { default as Problem } from './components/suggestion/Problem';
415
418
  export { default as ProblemFill } from './components/suggestion/ProblemFill';
416
419
  export { default as RecordQuality } from './components/suggestion/RecordQuality';
417
420
  export { default as Rehospitalization } from './components/suggestion/Rehospitalization';
421
+ export { default as Sendback } from './components/suggestion/Sendback';
418
422
  export { default as Success } from './components/suggestion/Success';
419
423
  export { default as SuccessFill } from './components/suggestion/SuccessFill';
420
424
  export { default as UndipAccountColor } from './components/suggestion/UndipAccountColor';
package/dist/esm/index.js CHANGED
@@ -56,6 +56,7 @@ export { default as MonitorAnalyse } from "./components/business-menu/MonitorAna
56
56
  export { default as MonitorAnalyseFill } from "./components/business-menu/MonitorAnalyseFill";
57
57
  export { default as MutualCheck } from "./components/business-menu/MutualCheck";
58
58
  export { default as MutualCheckFill } from "./components/business-menu/MutualCheckFill";
59
+ export { default as Mylist } from "./components/business-menu/Mylist";
59
60
  export { default as OfficeAnalyse } from "./components/business-menu/OfficeAnalyse";
60
61
  export { default as OfficeAnalyseFill } from "./components/business-menu/OfficeAnalyseFill";
61
62
  export { default as OutpatientApg } from "./components/business-menu/OutpatientApg";
@@ -165,6 +166,7 @@ export { default as Setting } from "./components/currency/Setting";
165
166
  export { default as SettingFill } from "./components/currency/SettingFill";
166
167
  export { default as ShuttleLeft } from "./components/currency/ShuttleLeft";
167
168
  export { default as ShuttleRight } from "./components/currency/ShuttleRight";
169
+ export { default as Singlearrow } from "./components/currency/Singlearrow";
168
170
  export { default as Sort } from "./components/currency/Sort";
169
171
  export { default as StartAnnotate } from "./components/currency/StartAnnotate";
170
172
  export { default as StartAnnotateFill } from "./components/currency/StartAnnotateFill";
@@ -180,6 +182,29 @@ export { default as Unfold } from "./components/currency/Unfold";
180
182
  export { default as UnfoldFill } from "./components/currency/UnfoldFill";
181
183
  export { default as Visible } from "./components/currency/Visible";
182
184
  export { default as VisibleFill } from "./components/currency/VisibleFill";
185
+ export { default as Bingzuwentifankui } from "./components/old-twocolor/Bingzuwentifankui";
186
+ export { default as BingzuwentifankuiNew } from "./components/old-twocolor/BingzuwentifankuiNew";
187
+ export { default as CasesDoubt } from "./components/old-twocolor/CasesDoubt";
188
+ export { default as Empty404 } from "./components/old-twocolor/Empty404";
189
+ export { default as EmptyNetwork } from "./components/old-twocolor/EmptyNetwork";
190
+ export { default as EmptyNormal } from "./components/old-twocolor/EmptyNormal";
191
+ export { default as EmptyPermission } from "./components/old-twocolor/EmptyPermission";
192
+ export { default as EmptyTable } from "./components/old-twocolor/EmptyTable";
193
+ export { default as FailCircle } from "./components/old-twocolor/FailCircle";
194
+ export { default as Html404 } from "./components/old-twocolor/Html404";
195
+ export { default as Huanzhejibenxinxi } from "./components/old-twocolor/Huanzhejibenxinxi";
196
+ export { default as LoadingCircle } from "./components/old-twocolor/LoadingCircle";
197
+ export { default as MasterMedicalOrder } from "./components/old-twocolor/MasterMedicalOrder";
198
+ export { default as MissFill } from "./components/old-twocolor/MissFill";
199
+ export { default as MonitorTrend } from "./components/old-twocolor/MonitorTrend";
200
+ export { default as NoNetwork } from "./components/old-twocolor/NoNetwork";
201
+ export { default as NoPermissions } from "./components/old-twocolor/NoPermissions";
202
+ export { default as ReHospitalizedTag } from "./components/old-twocolor/ReHospitalizedTag";
203
+ export { default as Ruotishi } from "./components/old-twocolor/Ruotishi";
204
+ export { default as ServerError } from "./components/old-twocolor/ServerError";
205
+ export { default as SuccessCircle } from "./components/old-twocolor/SuccessCircle";
206
+ export { default as Tishi } from "./components/old-twocolor/Tishi";
207
+ export { default as WaitCircle } from "./components/old-twocolor/WaitCircle";
183
208
  export { default as Account } from "./components/old-outlined/Account";
184
209
  export { default as AccountFill } from "./components/old-outlined/AccountFill";
185
210
  export { default as AcountManage } from "./components/old-outlined/AcountManage";
@@ -373,29 +398,7 @@ export { default as Zhuantifenxi } from "./components/old-outlined/Zhuantifenxi"
373
398
  export { default as ZhuantifenxiFill } from "./components/old-outlined/ZhuantifenxiFill";
374
399
  export { default as Zhutizhibiao } from "./components/old-outlined/Zhutizhibiao";
375
400
  export { default as Zygl } from "./components/old-outlined/Zygl";
376
- export { default as Bingzuwentifankui } from "./components/old-twocolor/Bingzuwentifankui";
377
- export { default as BingzuwentifankuiNew } from "./components/old-twocolor/BingzuwentifankuiNew";
378
- export { default as CasesDoubt } from "./components/old-twocolor/CasesDoubt";
379
- export { default as Empty404 } from "./components/old-twocolor/Empty404";
380
- export { default as EmptyNetwork } from "./components/old-twocolor/EmptyNetwork";
381
- export { default as EmptyNormal } from "./components/old-twocolor/EmptyNormal";
382
- export { default as EmptyPermission } from "./components/old-twocolor/EmptyPermission";
383
- export { default as EmptyTable } from "./components/old-twocolor/EmptyTable";
384
- export { default as FailCircle } from "./components/old-twocolor/FailCircle";
385
- export { default as Html404 } from "./components/old-twocolor/Html404";
386
- export { default as Huanzhejibenxinxi } from "./components/old-twocolor/Huanzhejibenxinxi";
387
- export { default as LoadingCircle } from "./components/old-twocolor/LoadingCircle";
388
- export { default as MasterMedicalOrder } from "./components/old-twocolor/MasterMedicalOrder";
389
- export { default as MissFill } from "./components/old-twocolor/MissFill";
390
- export { default as MonitorTrend } from "./components/old-twocolor/MonitorTrend";
391
- export { default as NoNetwork } from "./components/old-twocolor/NoNetwork";
392
- export { default as NoPermissions } from "./components/old-twocolor/NoPermissions";
393
- export { default as ReHospitalizedTag } from "./components/old-twocolor/ReHospitalizedTag";
394
- export { default as Ruotishi } from "./components/old-twocolor/Ruotishi";
395
- export { default as ServerError } from "./components/old-twocolor/ServerError";
396
- export { default as SuccessCircle } from "./components/old-twocolor/SuccessCircle";
397
- export { default as Tishi } from "./components/old-twocolor/Tishi";
398
- export { default as WaitCircle } from "./components/old-twocolor/WaitCircle";
401
+ export { default as Await } from "./components/suggestion/Await";
399
402
  export { default as CostReturn } from "./components/suggestion/CostReturn";
400
403
  export { default as CostViolate } from "./components/suggestion/CostViolate";
401
404
  export { default as CostWarning } from "./components/suggestion/CostWarning";
@@ -415,6 +418,7 @@ export { default as Problem } from "./components/suggestion/Problem";
415
418
  export { default as ProblemFill } from "./components/suggestion/ProblemFill";
416
419
  export { default as RecordQuality } from "./components/suggestion/RecordQuality";
417
420
  export { default as Rehospitalization } from "./components/suggestion/Rehospitalization";
421
+ export { default as Sendback } from "./components/suggestion/Sendback";
418
422
  export { default as Success } from "./components/suggestion/Success";
419
423
  export { default as SuccessFill } from "./components/suggestion/SuccessFill";
420
424
  export { default as UndipAccountColor } from "./components/suggestion/UndipAccountColor";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firesoon/icons-react",
3
- "version": "2.1.7",
3
+ "version": "2.1.9",
4
4
  "description": "火树图标库",
5
5
  "scripts": {
6
6
  "start": "gulp && dumi dev",