@firesoon/icons-react 2.1.7 → 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.
- package/dist/esm/components/business-menu/Mylist.d.ts +3 -0
- package/dist/esm/components/business-menu/Mylist.js +13 -0
- package/dist/esm/components/business-menu/index.d.ts +1 -0
- package/dist/esm/components/business-menu/index.js +1 -0
- package/dist/esm/components/suggestion/Await.d.ts +3 -0
- package/dist/esm/components/suggestion/Await.js +13 -0
- package/dist/esm/components/suggestion/Sendback.d.ts +3 -0
- package/dist/esm/components/suggestion/Sendback.js +13 -0
- package/dist/esm/components/suggestion/index.d.ts +2 -0
- package/dist/esm/components/suggestion/index.js +2 -0
- package/dist/esm/icons/business-menu/mylist.d.ts +18 -0
- package/dist/esm/icons/business-menu/mylist.js +25 -0
- package/dist/esm/icons/suggestion/await.d.ts +18 -0
- package/dist/esm/icons/suggestion/await.js +67 -0
- package/dist/esm/icons/suggestion/sendback.d.ts +18 -0
- package/dist/esm/icons/suggestion/sendback.js +25 -0
- package/dist/esm/index.d.ts +3 -0
- package/dist/esm/index.js +3 -0
- package/package.json +1 -1
|
@@ -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,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,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,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;
|
package/dist/esm/index.d.ts
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';
|
|
@@ -396,6 +397,7 @@ export { default as ServerError } from './components/old-twocolor/ServerError';
|
|
|
396
397
|
export { default as SuccessCircle } from './components/old-twocolor/SuccessCircle';
|
|
397
398
|
export { default as Tishi } from './components/old-twocolor/Tishi';
|
|
398
399
|
export { default as WaitCircle } from './components/old-twocolor/WaitCircle';
|
|
400
|
+
export { default as Await } from './components/suggestion/Await';
|
|
399
401
|
export { default as CostReturn } from './components/suggestion/CostReturn';
|
|
400
402
|
export { default as CostViolate } from './components/suggestion/CostViolate';
|
|
401
403
|
export { default as CostWarning } from './components/suggestion/CostWarning';
|
|
@@ -415,6 +417,7 @@ export { default as Problem } from './components/suggestion/Problem';
|
|
|
415
417
|
export { default as ProblemFill } from './components/suggestion/ProblemFill';
|
|
416
418
|
export { default as RecordQuality } from './components/suggestion/RecordQuality';
|
|
417
419
|
export { default as Rehospitalization } from './components/suggestion/Rehospitalization';
|
|
420
|
+
export { default as Sendback } from './components/suggestion/Sendback';
|
|
418
421
|
export { default as Success } from './components/suggestion/Success';
|
|
419
422
|
export { default as SuccessFill } from './components/suggestion/SuccessFill';
|
|
420
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";
|
|
@@ -396,6 +397,7 @@ export { default as ServerError } from "./components/old-twocolor/ServerError";
|
|
|
396
397
|
export { default as SuccessCircle } from "./components/old-twocolor/SuccessCircle";
|
|
397
398
|
export { default as Tishi } from "./components/old-twocolor/Tishi";
|
|
398
399
|
export { default as WaitCircle } from "./components/old-twocolor/WaitCircle";
|
|
400
|
+
export { default as Await } from "./components/suggestion/Await";
|
|
399
401
|
export { default as CostReturn } from "./components/suggestion/CostReturn";
|
|
400
402
|
export { default as CostViolate } from "./components/suggestion/CostViolate";
|
|
401
403
|
export { default as CostWarning } from "./components/suggestion/CostWarning";
|
|
@@ -415,6 +417,7 @@ export { default as Problem } from "./components/suggestion/Problem";
|
|
|
415
417
|
export { default as ProblemFill } from "./components/suggestion/ProblemFill";
|
|
416
418
|
export { default as RecordQuality } from "./components/suggestion/RecordQuality";
|
|
417
419
|
export { default as Rehospitalization } from "./components/suggestion/Rehospitalization";
|
|
420
|
+
export { default as Sendback } from "./components/suggestion/Sendback";
|
|
418
421
|
export { default as Success } from "./components/suggestion/Success";
|
|
419
422
|
export { default as SuccessFill } from "./components/suggestion/SuccessFill";
|
|
420
423
|
export { default as UndipAccountColor } from "./components/suggestion/UndipAccountColor";
|