@firesoon/icons-react 2.1.6 → 2.1.8

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.
Files changed (34) hide show
  1. package/dist/esm/Icon.d.ts +0 -1
  2. package/dist/esm/components/business-menu/Mylist.d.ts +3 -0
  3. package/dist/esm/components/business-menu/Mylist.js +13 -0
  4. package/dist/esm/components/business-menu/index.d.ts +1 -0
  5. package/dist/esm/components/business-menu/index.js +1 -0
  6. package/dist/esm/components/currency/Exitfullscreen.d.ts +3 -0
  7. package/dist/esm/components/currency/Exitfullscreen.js +13 -0
  8. package/dist/esm/components/currency/Fullscreen.d.ts +3 -0
  9. package/dist/esm/components/currency/Fullscreen.js +13 -0
  10. package/dist/esm/components/currency/index.d.ts +2 -0
  11. package/dist/esm/components/currency/index.js +2 -0
  12. package/dist/esm/components/suggestion/Await.d.ts +3 -0
  13. package/dist/esm/components/suggestion/Await.js +13 -0
  14. package/dist/esm/components/suggestion/Inform.d.ts +3 -0
  15. package/dist/esm/components/suggestion/Inform.js +13 -0
  16. package/dist/esm/components/suggestion/Sendback.d.ts +3 -0
  17. package/dist/esm/components/suggestion/Sendback.js +13 -0
  18. package/dist/esm/components/suggestion/index.d.ts +3 -0
  19. package/dist/esm/components/suggestion/index.js +3 -0
  20. package/dist/esm/icons/business-menu/mylist.d.ts +18 -0
  21. package/dist/esm/icons/business-menu/mylist.js +25 -0
  22. package/dist/esm/icons/currency/exitfullscreen.d.ts +18 -0
  23. package/dist/esm/icons/currency/exitfullscreen.js +32 -0
  24. package/dist/esm/icons/currency/fullscreen.d.ts +18 -0
  25. package/dist/esm/icons/currency/fullscreen.js +32 -0
  26. package/dist/esm/icons/suggestion/await.d.ts +18 -0
  27. package/dist/esm/icons/suggestion/await.js +67 -0
  28. package/dist/esm/icons/suggestion/inform.d.ts +18 -0
  29. package/dist/esm/icons/suggestion/inform.js +18 -0
  30. package/dist/esm/icons/suggestion/sendback.d.ts +18 -0
  31. package/dist/esm/icons/suggestion/sendback.js +25 -0
  32. package/dist/esm/index.d.ts +6 -0
  33. package/dist/esm/index.js +6 -0
  34. package/package.json +1 -1
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const _default: (props: any) => JSX.Element;
3
2
  export default _default;
@@ -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/exitfullscreen";
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: 'exitfullscreen',
11
+ iconType: 'currency'
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/currency/fullscreen";
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: 'fullscreen',
11
+ iconType: 'currency'
12
+ }));
13
+ });
@@ -38,9 +38,11 @@ export { default as Edit } from './Edit';
38
38
  export { default as EditFill } from './EditFill';
39
39
  export { default as EventFollow } from './EventFollow';
40
40
  export { default as EventFollowFill } from './EventFollowFill';
41
+ export { default as Exitfullscreen } from './Exitfullscreen';
41
42
  export { default as Fall } from './Fall';
42
43
  export { default as Fold } from './Fold';
43
44
  export { default as FoldFill } from './FoldFill';
45
+ export { default as Fullscreen } from './Fullscreen';
44
46
  export { default as GroupFeedback } from './GroupFeedback';
45
47
  export { default as GroupFeedbackFill } from './GroupFeedbackFill';
46
48
  export { default as HospitalAppeal } from './HospitalAppeal';
@@ -38,9 +38,11 @@ export { default as Edit } from "./Edit";
38
38
  export { default as EditFill } from "./EditFill";
39
39
  export { default as EventFollow } from "./EventFollow";
40
40
  export { default as EventFollowFill } from "./EventFollowFill";
41
+ export { default as Exitfullscreen } from "./Exitfullscreen";
41
42
  export { default as Fall } from "./Fall";
42
43
  export { default as Fold } from "./Fold";
43
44
  export { default as FoldFill } from "./FoldFill";
45
+ export { default as Fullscreen } from "./Fullscreen";
44
46
  export { default as GroupFeedback } from "./GroupFeedback";
45
47
  export { default as GroupFeedbackFill } from "./GroupFeedbackFill";
46
48
  export { default as HospitalAppeal } from "./HospitalAppeal";
@@ -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/inform";
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: 'inform',
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';
@@ -6,6 +7,7 @@ export { default as DrgsColor } from './DrgsColor';
6
7
  export { default as Fail } from './Fail';
7
8
  export { default as FailFill } from './FailFill';
8
9
  export { default as HospitalTransfer } from './HospitalTransfer';
10
+ export { default as Inform } from './Inform';
9
11
  export { default as Information } from './Information';
10
12
  export { default as KeyGroup } from './KeyGroup';
11
13
  export { default as Lack } from './Lack';
@@ -16,6 +18,7 @@ export { default as Problem } from './Problem';
16
18
  export { default as ProblemFill } from './ProblemFill';
17
19
  export { default as RecordQuality } from './RecordQuality';
18
20
  export { default as Rehospitalization } from './Rehospitalization';
21
+ export { default as Sendback } from './Sendback';
19
22
  export { default as Success } from './Success';
20
23
  export { default as SuccessFill } from './SuccessFill';
21
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";
@@ -6,6 +7,7 @@ export { default as DrgsColor } from "./DrgsColor";
6
7
  export { default as Fail } from "./Fail";
7
8
  export { default as FailFill } from "./FailFill";
8
9
  export { default as HospitalTransfer } from "./HospitalTransfer";
10
+ export { default as Inform } from "./Inform";
9
11
  export { default as Information } from "./Information";
10
12
  export { default as KeyGroup } from "./KeyGroup";
11
13
  export { default as Lack } from "./Lack";
@@ -16,6 +18,7 @@ export { default as Problem } from "./Problem";
16
18
  export { default as ProblemFill } from "./ProblemFill";
17
19
  export { default as RecordQuality } from "./RecordQuality";
18
20
  export { default as Rehospitalization } from "./Rehospitalization";
21
+ export { default as Sendback } from "./Sendback";
19
22
  export { default as Success } from "./Success";
20
23
  export { default as SuccessFill } from "./SuccessFill";
21
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,32 @@
1
+ var node = {
2
+ "name": "exitfullscreen",
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": "M902.77 121.53a32 32 0 00-45.25 0l-226.5 226.51V152.61a32 32 0 00-64 0v269.3a32 32 0 0031.87 34.9h272a32 32 0 100-64H676.75l226.01-226.02a32 32 0 000-45.26zM121.2 902.5a32 32 0 0045.25 0l226.5-226.51v195.43a32 32 0 0064 0v-269.3a32 32 0 00-31.87-34.9h-272a32 32 0 000 64.01h194.13L121.2 857.23a32 32 0 000 45.26zM144 112q32 0 32 32v272q0 32-32 32t-32-32V144q0-32 32-32z"
13
+ },
14
+ "children": []
15
+ }, {
16
+ "tag": "path",
17
+ "defaultColor": "#333",
18
+ "attrs": {
19
+ "d": "M448 144q0 32-32 32H144q-32 0-32-32t32-32h272q32 0 32 32zM880 576q32 0 32 32v272q0 32-32 32t-32-32V608q0-32 32-32z"
20
+ },
21
+ "children": []
22
+ }, {
23
+ "tag": "path",
24
+ "defaultColor": "#333",
25
+ "attrs": {
26
+ "d": "M912 880q0 32-32 32H608q-32 0-32-32t32-32h272q32 0 32 32z"
27
+ },
28
+ "children": []
29
+ }]
30
+ }
31
+ };
32
+ 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,32 @@
1
+ var node = {
2
+ "name": "fullscreen",
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": "M447.77 576.53a32 32 0 00-45.25 0l-226.5 226.51V607.61a32 32 0 00-64 0v269.3a32 32 0 0031.87 34.9h272a32 32 0 100-64H221.75l226.01-226.02a32 32 0 000-45.25zM576.2 447.5a32 32 0 0045.25 0l226.5-226.51v195.43a32 32 0 0064 0v-269.3a32 32 0 00-31.87-34.9h-272a32 32 0 000 64.01h194.13L576.2 402.23a32 32 0 000 45.26zM144 112q32 0 32 32v272q0 32-32 32t-32-32V144q0-32 32-32z"
13
+ },
14
+ "children": []
15
+ }, {
16
+ "tag": "path",
17
+ "defaultColor": "#333",
18
+ "attrs": {
19
+ "d": "M448 144q0 32-32 32H144q-32 0-32-32t32-32h272q32 0 32 32zM880 576q32 0 32 32v272q0 32-32 32t-32-32V608q0-32 32-32z"
20
+ },
21
+ "children": []
22
+ }, {
23
+ "tag": "path",
24
+ "defaultColor": "#333",
25
+ "attrs": {
26
+ "d": "M912 880q0 32-32 32H608q-32 0-32-32t32-32h272q32 0 32 32z"
27
+ },
28
+ "children": []
29
+ }]
30
+ }
31
+ };
32
+ 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,18 @@
1
+ var node = {
2
+ "name": "inform",
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 64a32 32 0 0132 32v33.58C705.7 145.64 832 282.07 832 448l-.02 2h.02v318a32 32 0 010 64H192a32 32 0 010-64V448c0-165.93 126.3-302.36 288-318.42V96a32 32 0 0132-32zm0 128c-141.38 0-256 114.61-256 256l.02 2H256v318h512V450v-2c0-141.38-114.61-256-256-256zm160 736a32 32 0 01-32 32H384a32 32 0 010-64h256a32 32 0 0132 32z"
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,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';
@@ -130,9 +131,11 @@ export { default as Edit } from './components/currency/Edit';
130
131
  export { default as EditFill } from './components/currency/EditFill';
131
132
  export { default as EventFollow } from './components/currency/EventFollow';
132
133
  export { default as EventFollowFill } from './components/currency/EventFollowFill';
134
+ export { default as Exitfullscreen } from './components/currency/Exitfullscreen';
133
135
  export { default as Fall } from './components/currency/Fall';
134
136
  export { default as Fold } from './components/currency/Fold';
135
137
  export { default as FoldFill } from './components/currency/FoldFill';
138
+ export { default as Fullscreen } from './components/currency/Fullscreen';
136
139
  export { default as GroupFeedback } from './components/currency/GroupFeedback';
137
140
  export { default as GroupFeedbackFill } from './components/currency/GroupFeedbackFill';
138
141
  export { default as HospitalAppeal } from './components/currency/HospitalAppeal';
@@ -394,6 +397,7 @@ export { default as ServerError } from './components/old-twocolor/ServerError';
394
397
  export { default as SuccessCircle } from './components/old-twocolor/SuccessCircle';
395
398
  export { default as Tishi } from './components/old-twocolor/Tishi';
396
399
  export { default as WaitCircle } from './components/old-twocolor/WaitCircle';
400
+ export { default as Await } from './components/suggestion/Await';
397
401
  export { default as CostReturn } from './components/suggestion/CostReturn';
398
402
  export { default as CostViolate } from './components/suggestion/CostViolate';
399
403
  export { default as CostWarning } from './components/suggestion/CostWarning';
@@ -402,6 +406,7 @@ export { default as DrgsColor } from './components/suggestion/DrgsColor';
402
406
  export { default as Fail } from './components/suggestion/Fail';
403
407
  export { default as FailFill } from './components/suggestion/FailFill';
404
408
  export { default as HospitalTransfer } from './components/suggestion/HospitalTransfer';
409
+ export { default as Inform } from './components/suggestion/Inform';
405
410
  export { default as Information } from './components/suggestion/Information';
406
411
  export { default as KeyGroup } from './components/suggestion/KeyGroup';
407
412
  export { default as Lack } from './components/suggestion/Lack';
@@ -412,6 +417,7 @@ export { default as Problem } from './components/suggestion/Problem';
412
417
  export { default as ProblemFill } from './components/suggestion/ProblemFill';
413
418
  export { default as RecordQuality } from './components/suggestion/RecordQuality';
414
419
  export { default as Rehospitalization } from './components/suggestion/Rehospitalization';
420
+ export { default as Sendback } from './components/suggestion/Sendback';
415
421
  export { default as Success } from './components/suggestion/Success';
416
422
  export { default as SuccessFill } from './components/suggestion/SuccessFill';
417
423
  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";
@@ -130,9 +131,11 @@ export { default as Edit } from "./components/currency/Edit";
130
131
  export { default as EditFill } from "./components/currency/EditFill";
131
132
  export { default as EventFollow } from "./components/currency/EventFollow";
132
133
  export { default as EventFollowFill } from "./components/currency/EventFollowFill";
134
+ export { default as Exitfullscreen } from "./components/currency/Exitfullscreen";
133
135
  export { default as Fall } from "./components/currency/Fall";
134
136
  export { default as Fold } from "./components/currency/Fold";
135
137
  export { default as FoldFill } from "./components/currency/FoldFill";
138
+ export { default as Fullscreen } from "./components/currency/Fullscreen";
136
139
  export { default as GroupFeedback } from "./components/currency/GroupFeedback";
137
140
  export { default as GroupFeedbackFill } from "./components/currency/GroupFeedbackFill";
138
141
  export { default as HospitalAppeal } from "./components/currency/HospitalAppeal";
@@ -394,6 +397,7 @@ export { default as ServerError } from "./components/old-twocolor/ServerError";
394
397
  export { default as SuccessCircle } from "./components/old-twocolor/SuccessCircle";
395
398
  export { default as Tishi } from "./components/old-twocolor/Tishi";
396
399
  export { default as WaitCircle } from "./components/old-twocolor/WaitCircle";
400
+ export { default as Await } from "./components/suggestion/Await";
397
401
  export { default as CostReturn } from "./components/suggestion/CostReturn";
398
402
  export { default as CostViolate } from "./components/suggestion/CostViolate";
399
403
  export { default as CostWarning } from "./components/suggestion/CostWarning";
@@ -402,6 +406,7 @@ export { default as DrgsColor } from "./components/suggestion/DrgsColor";
402
406
  export { default as Fail } from "./components/suggestion/Fail";
403
407
  export { default as FailFill } from "./components/suggestion/FailFill";
404
408
  export { default as HospitalTransfer } from "./components/suggestion/HospitalTransfer";
409
+ export { default as Inform } from "./components/suggestion/Inform";
405
410
  export { default as Information } from "./components/suggestion/Information";
406
411
  export { default as KeyGroup } from "./components/suggestion/KeyGroup";
407
412
  export { default as Lack } from "./components/suggestion/Lack";
@@ -412,6 +417,7 @@ export { default as Problem } from "./components/suggestion/Problem";
412
417
  export { default as ProblemFill } from "./components/suggestion/ProblemFill";
413
418
  export { default as RecordQuality } from "./components/suggestion/RecordQuality";
414
419
  export { default as Rehospitalization } from "./components/suggestion/Rehospitalization";
420
+ export { default as Sendback } from "./components/suggestion/Sendback";
415
421
  export { default as Success } from "./components/suggestion/Success";
416
422
  export { default as SuccessFill } from "./components/suggestion/SuccessFill";
417
423
  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.6",
3
+ "version": "2.1.8",
4
4
  "description": "火树图标库",
5
5
  "scripts": {
6
6
  "start": "gulp && dumi dev",