@firesoon/icons-react 2.1.17 → 2.1.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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/payment";
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: 'payment',
11
+ iconType: 'business-menu'
12
+ }));
13
+ });
@@ -62,6 +62,7 @@ export { default as OfficeAnalyseFill } from './OfficeAnalyseFill';
62
62
  export { default as OutpatientApg } from './OutpatientApg';
63
63
  export { default as OutpatientApgFill } from './OutpatientApgFill';
64
64
  export { default as OverspendSurplus } from './OverspendSurplus';
65
+ export { default as Payment } from './Payment';
65
66
  export { default as PloblemCheck } from './PloblemCheck';
66
67
  export { default as PloblemCheckFill } from './PloblemCheckFill';
67
68
  export { default as Pole } from './Pole';
@@ -62,6 +62,7 @@ export { default as OfficeAnalyseFill } from "./OfficeAnalyseFill";
62
62
  export { default as OutpatientApg } from "./OutpatientApg";
63
63
  export { default as OutpatientApgFill } from "./OutpatientApgFill";
64
64
  export { default as OverspendSurplus } from "./OverspendSurplus";
65
+ export { default as Payment } from "./Payment";
65
66
  export { default as PloblemCheck } from "./PloblemCheck";
66
67
  export { default as PloblemCheckFill } from "./PloblemCheckFill";
67
68
  export { default as Pole } from "./Pole";
@@ -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/rectification";
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: 'rectification',
11
+ iconType: 'suggestion'
12
+ }));
13
+ });
@@ -18,6 +18,7 @@ export { default as Overtime } from './Overtime';
18
18
  export { default as Problem } from './Problem';
19
19
  export { default as ProblemFill } from './ProblemFill';
20
20
  export { default as RecordQuality } from './RecordQuality';
21
+ export { default as Rectification } from './Rectification';
21
22
  export { default as Rehospitalization } from './Rehospitalization';
22
23
  export { default as Sendback } from './Sendback';
23
24
  export { default as Success } from './Success';
@@ -18,6 +18,7 @@ export { default as Overtime } from "./Overtime";
18
18
  export { default as Problem } from "./Problem";
19
19
  export { default as ProblemFill } from "./ProblemFill";
20
20
  export { default as RecordQuality } from "./RecordQuality";
21
+ export { default as Rectification } from "./Rectification";
21
22
  export { default as Rehospitalization } from "./Rehospitalization";
22
23
  export { default as Sendback } from "./Sendback";
23
24
  export { default as Success } from "./Success";
@@ -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": "payment",
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": "M112 144a32 32 0 0132-32h736a32 32 0 0132 32v736a32 32 0 01-32 32H144a32 32 0 01-32-32V144zm64 32v672h672V176H176z"
13
+ },
14
+ "children": []
15
+ }, {
16
+ "tag": "path",
17
+ "defaultColor": "#333",
18
+ "attrs": {
19
+ "d": "M338.23 291.41l50 50 48.9-48.9a9.5 9.5 0 0113.44 0l31.81 31.81a9.5 9.5 0 010 13.44L437.15 383H483a8 8 0 018 8v48a8 8 0 01-8 8h-61v32h61a8 8 0 018 8v48a8 8 0 01-8 8h-61v56a8 8 0 01-8 8h-60a8 8 0 01-8-8v-56h-61a8 8 0 01-8-8v-48a8 8 0 018-8h61v-32h-61a8 8 0 01-8-8v-48a8 8 0 018-8h54.31l-46.33-46.33a8 8 0 010-11.32l33.94-33.94a8 8 0 0111.31 0zM285 672h454q8 0 8 8v48q0 8-8 8H285q-8 0-8-8v-48q0-8 8-8zM563 498h176q8 0 8 8v48q0 8-8 8H563q-8 0-8-8v-48q0-8 8-8zM563 334h176q8 0 8 8v48q0 8-8 8H563q-8 0-8-8v-48q0-8 8-8z"
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": "rectification",
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-384zm101.92 122.92v92.96h138.32V608.2h-57.12v-23.52h-81.2V767.8h-59.36V584.68h-80.08v23.52h-57.12V343.88h137.2v-92.96h59.36zm-279.44 246.4l54.32 21.28c-22.96 82.88-48.72 160.72-77.28 234.08l-55.44-24.08c30.24-75.6 56-152.88 78.4-231.28zm220.08-98.56h-80.08v132.16h80.08V398.76zm140.56 0h-81.2v132.16h81.2V398.76zM307.04 262.68c32.48 50.4 57.68 94.64 75.6 132.16l-49.28 33.6c-19.04-40.32-44.24-85.12-76.16-134.4z"
13
+ },
14
+ "children": []
15
+ }]
16
+ }
17
+ };
18
+ export default node;
package/es/index.d.ts CHANGED
@@ -62,6 +62,7 @@ export { default as OfficeAnalyseFill } from './components/business-menu/OfficeA
62
62
  export { default as OutpatientApg } from './components/business-menu/OutpatientApg';
63
63
  export { default as OutpatientApgFill } from './components/business-menu/OutpatientApgFill';
64
64
  export { default as OverspendSurplus } from './components/business-menu/OverspendSurplus';
65
+ export { default as Payment } from './components/business-menu/Payment';
65
66
  export { default as PloblemCheck } from './components/business-menu/PloblemCheck';
66
67
  export { default as PloblemCheckFill } from './components/business-menu/PloblemCheckFill';
67
68
  export { default as Pole } from './components/business-menu/Pole';
@@ -230,6 +231,7 @@ export { default as Overtime } from './components/suggestion/Overtime';
230
231
  export { default as Problem } from './components/suggestion/Problem';
231
232
  export { default as ProblemFill } from './components/suggestion/ProblemFill';
232
233
  export { default as RecordQuality } from './components/suggestion/RecordQuality';
234
+ export { default as Rectification } from './components/suggestion/Rectification';
233
235
  export { default as Rehospitalization } from './components/suggestion/Rehospitalization';
234
236
  export { default as Sendback } from './components/suggestion/Sendback';
235
237
  export { default as Success } from './components/suggestion/Success';
@@ -239,7 +241,6 @@ export { default as UndrgAccountColor } from './components/suggestion/UndrgAccou
239
241
  export { default as UninsuranceAccountColor } from './components/suggestion/UninsuranceAccountColor';
240
242
  export { default as UnreasonableHospitalized } from './components/suggestion/UnreasonableHospitalized';
241
243
  export { default as Warning } from './components/suggestion/Warning';
242
- export { default as LogoSystemSettings } from './components/systematic-name/LogoSystemSettings';
243
244
  export { default as Account } from './components/old-outlined/Account';
244
245
  export { default as AccountFill } from './components/old-outlined/AccountFill';
245
246
  export { default as AcountManage } from './components/old-outlined/AcountManage';
@@ -433,3 +434,4 @@ export { default as Zhuantifenxi } from './components/old-outlined/Zhuantifenxi'
433
434
  export { default as ZhuantifenxiFill } from './components/old-outlined/ZhuantifenxiFill';
434
435
  export { default as Zhutizhibiao } from './components/old-outlined/Zhutizhibiao';
435
436
  export { default as Zygl } from './components/old-outlined/Zygl';
437
+ export { default as LogoSystemSettings } from './components/systematic-name/LogoSystemSettings';
package/es/index.js CHANGED
@@ -62,6 +62,7 @@ export { default as OfficeAnalyseFill } from "./components/business-menu/OfficeA
62
62
  export { default as OutpatientApg } from "./components/business-menu/OutpatientApg";
63
63
  export { default as OutpatientApgFill } from "./components/business-menu/OutpatientApgFill";
64
64
  export { default as OverspendSurplus } from "./components/business-menu/OverspendSurplus";
65
+ export { default as Payment } from "./components/business-menu/Payment";
65
66
  export { default as PloblemCheck } from "./components/business-menu/PloblemCheck";
66
67
  export { default as PloblemCheckFill } from "./components/business-menu/PloblemCheckFill";
67
68
  export { default as Pole } from "./components/business-menu/Pole";
@@ -230,6 +231,7 @@ export { default as Overtime } from "./components/suggestion/Overtime";
230
231
  export { default as Problem } from "./components/suggestion/Problem";
231
232
  export { default as ProblemFill } from "./components/suggestion/ProblemFill";
232
233
  export { default as RecordQuality } from "./components/suggestion/RecordQuality";
234
+ export { default as Rectification } from "./components/suggestion/Rectification";
233
235
  export { default as Rehospitalization } from "./components/suggestion/Rehospitalization";
234
236
  export { default as Sendback } from "./components/suggestion/Sendback";
235
237
  export { default as Success } from "./components/suggestion/Success";
@@ -239,7 +241,6 @@ export { default as UndrgAccountColor } from "./components/suggestion/UndrgAccou
239
241
  export { default as UninsuranceAccountColor } from "./components/suggestion/UninsuranceAccountColor";
240
242
  export { default as UnreasonableHospitalized } from "./components/suggestion/UnreasonableHospitalized";
241
243
  export { default as Warning } from "./components/suggestion/Warning";
242
- export { default as LogoSystemSettings } from "./components/systematic-name/LogoSystemSettings";
243
244
  export { default as Account } from "./components/old-outlined/Account";
244
245
  export { default as AccountFill } from "./components/old-outlined/AccountFill";
245
246
  export { default as AcountManage } from "./components/old-outlined/AcountManage";
@@ -432,4 +433,5 @@ export { default as Zhuanke } from "./components/old-outlined/Zhuanke";
432
433
  export { default as Zhuantifenxi } from "./components/old-outlined/Zhuantifenxi";
433
434
  export { default as ZhuantifenxiFill } from "./components/old-outlined/ZhuantifenxiFill";
434
435
  export { default as Zhutizhibiao } from "./components/old-outlined/Zhutizhibiao";
435
- export { default as Zygl } from "./components/old-outlined/Zygl";
436
+ export { default as Zygl } from "./components/old-outlined/Zygl";
437
+ export { default as LogoSystemSettings } from "./components/systematic-name/LogoSystemSettings";
@@ -0,0 +1,3 @@
1
+ import { Iprops } from '../../types';
2
+ declare const _default: (props?: Iprops) => JSX.Element;
3
+ export default _default;
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ var _Icon = _interopRequireDefault(require("../../Icon"));
11
+
12
+ var _payment = _interopRequireDefault(require("../../icons/business-menu/payment"));
13
+
14
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
15
+
16
+ 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); }
17
+
18
+ var _default = function _default() {
19
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
20
+ return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
21
+ rootNode: _payment.default,
22
+ iconName: 'payment',
23
+ iconType: 'business-menu'
24
+ }));
25
+ };
26
+
27
+ exports.default = _default;
@@ -62,6 +62,7 @@ export { default as OfficeAnalyseFill } from './OfficeAnalyseFill';
62
62
  export { default as OutpatientApg } from './OutpatientApg';
63
63
  export { default as OutpatientApgFill } from './OutpatientApgFill';
64
64
  export { default as OverspendSurplus } from './OverspendSurplus';
65
+ export { default as Payment } from './Payment';
65
66
  export { default as PloblemCheck } from './PloblemCheck';
66
67
  export { default as PloblemCheckFill } from './PloblemCheckFill';
67
68
  export { default as Pole } from './Pole';
@@ -387,6 +387,12 @@ Object.defineProperty(exports, "OverspendSurplus", {
387
387
  return _OverspendSurplus.default;
388
388
  }
389
389
  });
390
+ Object.defineProperty(exports, "Payment", {
391
+ enumerable: true,
392
+ get: function get() {
393
+ return _Payment.default;
394
+ }
395
+ });
390
396
  Object.defineProperty(exports, "PloblemCheck", {
391
397
  enumerable: true,
392
398
  get: function get() {
@@ -702,6 +708,8 @@ var _OutpatientApgFill = _interopRequireDefault(require("./OutpatientApgFill"));
702
708
 
703
709
  var _OverspendSurplus = _interopRequireDefault(require("./OverspendSurplus"));
704
710
 
711
+ var _Payment = _interopRequireDefault(require("./Payment"));
712
+
705
713
  var _PloblemCheck = _interopRequireDefault(require("./PloblemCheck"));
706
714
 
707
715
  var _PloblemCheckFill = _interopRequireDefault(require("./PloblemCheckFill"));
@@ -0,0 +1,3 @@
1
+ import { Iprops } from '../../types';
2
+ declare const _default: (props?: Iprops) => JSX.Element;
3
+ export default _default;
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ var _Icon = _interopRequireDefault(require("../../Icon"));
11
+
12
+ var _rectification = _interopRequireDefault(require("../../icons/suggestion/rectification"));
13
+
14
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
15
+
16
+ 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); }
17
+
18
+ var _default = function _default() {
19
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
20
+ return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
21
+ rootNode: _rectification.default,
22
+ iconName: 'rectification',
23
+ iconType: 'suggestion'
24
+ }));
25
+ };
26
+
27
+ exports.default = _default;
@@ -18,6 +18,7 @@ export { default as Overtime } from './Overtime';
18
18
  export { default as Problem } from './Problem';
19
19
  export { default as ProblemFill } from './ProblemFill';
20
20
  export { default as RecordQuality } from './RecordQuality';
21
+ export { default as Rectification } from './Rectification';
21
22
  export { default as Rehospitalization } from './Rehospitalization';
22
23
  export { default as Sendback } from './Sendback';
23
24
  export { default as Success } from './Success';
@@ -123,6 +123,12 @@ Object.defineProperty(exports, "RecordQuality", {
123
123
  return _RecordQuality.default;
124
124
  }
125
125
  });
126
+ Object.defineProperty(exports, "Rectification", {
127
+ enumerable: true,
128
+ get: function get() {
129
+ return _Rectification.default;
130
+ }
131
+ });
126
132
  Object.defineProperty(exports, "Rehospitalization", {
127
133
  enumerable: true,
128
134
  get: function get() {
@@ -218,6 +224,8 @@ var _ProblemFill = _interopRequireDefault(require("./ProblemFill"));
218
224
 
219
225
  var _RecordQuality = _interopRequireDefault(require("./RecordQuality"));
220
226
 
227
+ var _Rectification = _interopRequireDefault(require("./Rectification"));
228
+
221
229
  var _Rehospitalization = _interopRequireDefault(require("./Rehospitalization"));
222
230
 
223
231
  var _Sendback = _interopRequireDefault(require("./Sendback"));
@@ -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,32 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var node = {
8
+ "name": "payment",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "defaultColor": "#333",
17
+ "attrs": {
18
+ "d": "M112 144a32 32 0 0132-32h736a32 32 0 0132 32v736a32 32 0 01-32 32H144a32 32 0 01-32-32V144zm64 32v672h672V176H176z"
19
+ },
20
+ "children": []
21
+ }, {
22
+ "tag": "path",
23
+ "defaultColor": "#333",
24
+ "attrs": {
25
+ "d": "M338.23 291.41l50 50 48.9-48.9a9.5 9.5 0 0113.44 0l31.81 31.81a9.5 9.5 0 010 13.44L437.15 383H483a8 8 0 018 8v48a8 8 0 01-8 8h-61v32h61a8 8 0 018 8v48a8 8 0 01-8 8h-61v56a8 8 0 01-8 8h-60a8 8 0 01-8-8v-56h-61a8 8 0 01-8-8v-48a8 8 0 018-8h61v-32h-61a8 8 0 01-8-8v-48a8 8 0 018-8h54.31l-46.33-46.33a8 8 0 010-11.32l33.94-33.94a8 8 0 0111.31 0zM285 672h454q8 0 8 8v48q0 8-8 8H285q-8 0-8-8v-48q0-8 8-8zM563 498h176q8 0 8 8v48q0 8-8 8H563q-8 0-8-8v-48q0-8 8-8zM563 334h176q8 0 8 8v48q0 8-8 8H563q-8 0-8-8v-48q0-8 8-8z"
26
+ },
27
+ "children": []
28
+ }]
29
+ }
30
+ };
31
+ var _default = node;
32
+ exports.default = _default;
@@ -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
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var node = {
8
+ "name": "rectification",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "defaultColor": "#333",
17
+ "attrs": {
18
+ "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-384zm101.92 122.92v92.96h138.32V608.2h-57.12v-23.52h-81.2V767.8h-59.36V584.68h-80.08v23.52h-57.12V343.88h137.2v-92.96h59.36zm-279.44 246.4l54.32 21.28c-22.96 82.88-48.72 160.72-77.28 234.08l-55.44-24.08c30.24-75.6 56-152.88 78.4-231.28zm220.08-98.56h-80.08v132.16h80.08V398.76zm140.56 0h-81.2v132.16h81.2V398.76zM307.04 262.68c32.48 50.4 57.68 94.64 75.6 132.16l-49.28 33.6c-19.04-40.32-44.24-85.12-76.16-134.4z"
19
+ },
20
+ "children": []
21
+ }]
22
+ }
23
+ };
24
+ var _default = node;
25
+ exports.default = _default;
package/lib/index.d.ts CHANGED
@@ -62,6 +62,7 @@ export { default as OfficeAnalyseFill } from './components/business-menu/OfficeA
62
62
  export { default as OutpatientApg } from './components/business-menu/OutpatientApg';
63
63
  export { default as OutpatientApgFill } from './components/business-menu/OutpatientApgFill';
64
64
  export { default as OverspendSurplus } from './components/business-menu/OverspendSurplus';
65
+ export { default as Payment } from './components/business-menu/Payment';
65
66
  export { default as PloblemCheck } from './components/business-menu/PloblemCheck';
66
67
  export { default as PloblemCheckFill } from './components/business-menu/PloblemCheckFill';
67
68
  export { default as Pole } from './components/business-menu/Pole';
@@ -230,6 +231,7 @@ export { default as Overtime } from './components/suggestion/Overtime';
230
231
  export { default as Problem } from './components/suggestion/Problem';
231
232
  export { default as ProblemFill } from './components/suggestion/ProblemFill';
232
233
  export { default as RecordQuality } from './components/suggestion/RecordQuality';
234
+ export { default as Rectification } from './components/suggestion/Rectification';
233
235
  export { default as Rehospitalization } from './components/suggestion/Rehospitalization';
234
236
  export { default as Sendback } from './components/suggestion/Sendback';
235
237
  export { default as Success } from './components/suggestion/Success';
@@ -239,7 +241,6 @@ export { default as UndrgAccountColor } from './components/suggestion/UndrgAccou
239
241
  export { default as UninsuranceAccountColor } from './components/suggestion/UninsuranceAccountColor';
240
242
  export { default as UnreasonableHospitalized } from './components/suggestion/UnreasonableHospitalized';
241
243
  export { default as Warning } from './components/suggestion/Warning';
242
- export { default as LogoSystemSettings } from './components/systematic-name/LogoSystemSettings';
243
244
  export { default as Account } from './components/old-outlined/Account';
244
245
  export { default as AccountFill } from './components/old-outlined/AccountFill';
245
246
  export { default as AcountManage } from './components/old-outlined/AcountManage';
@@ -433,3 +434,4 @@ export { default as Zhuantifenxi } from './components/old-outlined/Zhuantifenxi'
433
434
  export { default as ZhuantifenxiFill } from './components/old-outlined/ZhuantifenxiFill';
434
435
  export { default as Zhutizhibiao } from './components/old-outlined/Zhutizhibiao';
435
436
  export { default as Zygl } from './components/old-outlined/Zygl';
437
+ export { default as LogoSystemSettings } from './components/systematic-name/LogoSystemSettings';
package/lib/index.js CHANGED
@@ -1701,6 +1701,12 @@ Object.defineProperty(exports, "PatientInformationFill", {
1701
1701
  return _PatientInformationFill.default;
1702
1702
  }
1703
1703
  });
1704
+ Object.defineProperty(exports, "Payment", {
1705
+ enumerable: true,
1706
+ get: function get() {
1707
+ return _Payment.default;
1708
+ }
1709
+ });
1704
1710
  Object.defineProperty(exports, "PerfEvaluate", {
1705
1711
  enumerable: true,
1706
1712
  get: function get() {
@@ -1881,6 +1887,12 @@ Object.defineProperty(exports, "Recover", {
1881
1887
  return _Recover.default;
1882
1888
  }
1883
1889
  });
1890
+ Object.defineProperty(exports, "Rectification", {
1891
+ enumerable: true,
1892
+ get: function get() {
1893
+ return _Rectification.default;
1894
+ }
1895
+ });
1884
1896
  Object.defineProperty(exports, "RectifyMassage", {
1885
1897
  enumerable: true,
1886
1898
  get: function get() {
@@ -2742,6 +2754,8 @@ var _OutpatientApgFill = _interopRequireDefault(require("./components/business-m
2742
2754
 
2743
2755
  var _OverspendSurplus = _interopRequireDefault(require("./components/business-menu/OverspendSurplus"));
2744
2756
 
2757
+ var _Payment = _interopRequireDefault(require("./components/business-menu/Payment"));
2758
+
2745
2759
  var _PloblemCheck = _interopRequireDefault(require("./components/business-menu/PloblemCheck"));
2746
2760
 
2747
2761
  var _PloblemCheckFill = _interopRequireDefault(require("./components/business-menu/PloblemCheckFill"));
@@ -3078,6 +3092,8 @@ var _ProblemFill = _interopRequireDefault(require("./components/suggestion/Probl
3078
3092
 
3079
3093
  var _RecordQuality = _interopRequireDefault(require("./components/suggestion/RecordQuality"));
3080
3094
 
3095
+ var _Rectification = _interopRequireDefault(require("./components/suggestion/Rectification"));
3096
+
3081
3097
  var _Rehospitalization = _interopRequireDefault(require("./components/suggestion/Rehospitalization"));
3082
3098
 
3083
3099
  var _Sendback = _interopRequireDefault(require("./components/suggestion/Sendback"));
@@ -3096,8 +3112,6 @@ var _UnreasonableHospitalized = _interopRequireDefault(require("./components/sug
3096
3112
 
3097
3113
  var _Warning = _interopRequireDefault(require("./components/suggestion/Warning"));
3098
3114
 
3099
- var _LogoSystemSettings = _interopRequireDefault(require("./components/systematic-name/LogoSystemSettings"));
3100
-
3101
3115
  var _Account = _interopRequireDefault(require("./components/old-outlined/Account"));
3102
3116
 
3103
3117
  var _AccountFill = _interopRequireDefault(require("./components/old-outlined/AccountFill"));
@@ -3484,4 +3498,6 @@ var _Zhutizhibiao = _interopRequireDefault(require("./components/old-outlined/Zh
3484
3498
 
3485
3499
  var _Zygl = _interopRequireDefault(require("./components/old-outlined/Zygl"));
3486
3500
 
3501
+ var _LogoSystemSettings = _interopRequireDefault(require("./components/systematic-name/LogoSystemSettings"));
3502
+
3487
3503
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firesoon/icons-react",
3
- "version": "2.1.17",
3
+ "version": "2.1.18",
4
4
  "description": "火树图标库",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",