@firesoon/icons-react 3.0.12 → 3.0.14
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/es/components/fs/business-menu/Topcancel.d.ts +4 -0
- package/es/components/fs/business-menu/Topcancel.js +12 -0
- package/es/components/fs/business-menu/Toped.d.ts +4 -0
- package/es/components/fs/business-menu/Toped.js +12 -0
- package/es/components/fs/business-menu/Totop.d.ts +4 -0
- package/es/components/fs/business-menu/Totop.js +12 -0
- package/es/components/fs/business-menu/index.d.ts +3 -0
- package/es/components/fs/business-menu/index.js +3 -0
- package/es/components/sbt/business-menu/Document.d.ts +4 -0
- package/es/components/sbt/business-menu/Document.js +12 -0
- package/es/components/sbt/business-menu/Insurancepolicy.d.ts +4 -0
- package/es/components/sbt/business-menu/Insurancepolicy.js +12 -0
- package/es/components/sbt/business-menu/index.d.ts +2 -0
- package/es/components/sbt/business-menu/index.js +2 -0
- package/es/icons/fs/business-menu/topcancel.d.ts +17 -0
- package/es/icons/fs/business-menu/topcancel.js +17 -0
- package/es/icons/fs/business-menu/toped.d.ts +17 -0
- package/es/icons/fs/business-menu/toped.js +17 -0
- package/es/icons/fs/business-menu/totop.d.ts +17 -0
- package/es/icons/fs/business-menu/totop.js +17 -0
- package/es/icons/sbt/business-menu/document.d.ts +17 -0
- package/es/icons/sbt/business-menu/document.js +101 -0
- package/es/icons/sbt/business-menu/insurancepolicy.d.ts +17 -0
- package/es/icons/sbt/business-menu/insurancepolicy.js +17 -0
- package/es/index.d.ts +5 -0
- package/es/index.js +5 -0
- package/lib/components/fs/business-menu/Topcancel.d.ts +4 -0
- package/lib/components/fs/business-menu/Topcancel.js +20 -0
- package/lib/components/fs/business-menu/Toped.d.ts +4 -0
- package/lib/components/fs/business-menu/Toped.js +20 -0
- package/lib/components/fs/business-menu/Totop.d.ts +4 -0
- package/lib/components/fs/business-menu/Totop.js +20 -0
- package/lib/components/fs/business-menu/index.d.ts +3 -0
- package/lib/components/fs/business-menu/index.js +21 -0
- package/lib/components/sbt/business-menu/Document.d.ts +4 -0
- package/lib/components/sbt/business-menu/Document.js +20 -0
- package/lib/components/sbt/business-menu/Insurancepolicy.d.ts +4 -0
- package/lib/components/sbt/business-menu/Insurancepolicy.js +20 -0
- package/lib/components/sbt/business-menu/index.d.ts +2 -0
- package/lib/components/sbt/business-menu/index.js +14 -0
- package/lib/icons/fs/business-menu/topcancel.d.ts +17 -0
- package/lib/icons/fs/business-menu/topcancel.js +24 -0
- package/lib/icons/fs/business-menu/toped.d.ts +17 -0
- package/lib/icons/fs/business-menu/toped.js +24 -0
- package/lib/icons/fs/business-menu/totop.d.ts +17 -0
- package/lib/icons/fs/business-menu/totop.js +24 -0
- package/lib/icons/sbt/business-menu/document.d.ts +17 -0
- package/lib/icons/sbt/business-menu/document.js +108 -0
- package/lib/icons/sbt/business-menu/insurancepolicy.d.ts +17 -0
- package/lib/icons/sbt/business-menu/insurancepolicy.js +24 -0
- package/lib/index.d.ts +5 -0
- package/lib/index.js +35 -0
- package/package.json +1 -1
|
@@ -0,0 +1,12 @@
|
|
|
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
|
+
import React from 'react';
|
|
3
|
+
import Icon from "../../../Icon";
|
|
4
|
+
import rootNode from "../../../icons/fs/business-menu/topcancel";
|
|
5
|
+
export default (function () {
|
|
6
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
7
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
|
|
8
|
+
rootNode: rootNode,
|
|
9
|
+
iconName: 'topcancel',
|
|
10
|
+
"icon-type": 'fs/business-menu'
|
|
11
|
+
}));
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
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
|
+
import React from 'react';
|
|
3
|
+
import Icon from "../../../Icon";
|
|
4
|
+
import rootNode from "../../../icons/fs/business-menu/toped";
|
|
5
|
+
export default (function () {
|
|
6
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
7
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
|
|
8
|
+
rootNode: rootNode,
|
|
9
|
+
iconName: 'toped',
|
|
10
|
+
"icon-type": 'fs/business-menu'
|
|
11
|
+
}));
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
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
|
+
import React from 'react';
|
|
3
|
+
import Icon from "../../../Icon";
|
|
4
|
+
import rootNode from "../../../icons/fs/business-menu/totop";
|
|
5
|
+
export default (function () {
|
|
6
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
7
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
|
|
8
|
+
rootNode: rootNode,
|
|
9
|
+
iconName: 'totop',
|
|
10
|
+
"icon-type": 'fs/business-menu'
|
|
11
|
+
}));
|
|
12
|
+
});
|
|
@@ -125,8 +125,11 @@ export { default as Temporary } from './Temporary';
|
|
|
125
125
|
export { default as TemporaryFill } from './TemporaryFill';
|
|
126
126
|
export { default as ThirdParty } from './ThirdParty';
|
|
127
127
|
export { default as ThirdPartyFill } from './ThirdPartyFill';
|
|
128
|
+
export { default as Topcancel } from './Topcancel';
|
|
129
|
+
export { default as Toped } from './Toped';
|
|
128
130
|
export { default as TopicAnalyse } from './TopicAnalyse';
|
|
129
131
|
export { default as TopicAnalyseFill } from './TopicAnalyseFill';
|
|
132
|
+
export { default as Totop } from './Totop';
|
|
130
133
|
export { default as TreeList } from './TreeList';
|
|
131
134
|
export { default as UserManagement } from './UserManagement';
|
|
132
135
|
export { default as UserManagementFill } from './UserManagementFill';
|
|
@@ -125,8 +125,11 @@ export { default as Temporary } from "./Temporary";
|
|
|
125
125
|
export { default as TemporaryFill } from "./TemporaryFill";
|
|
126
126
|
export { default as ThirdParty } from "./ThirdParty";
|
|
127
127
|
export { default as ThirdPartyFill } from "./ThirdPartyFill";
|
|
128
|
+
export { default as Topcancel } from "./Topcancel";
|
|
129
|
+
export { default as Toped } from "./Toped";
|
|
128
130
|
export { default as TopicAnalyse } from "./TopicAnalyse";
|
|
129
131
|
export { default as TopicAnalyseFill } from "./TopicAnalyseFill";
|
|
132
|
+
export { default as Totop } from "./Totop";
|
|
130
133
|
export { default as TreeList } from "./TreeList";
|
|
131
134
|
export { default as UserManagement } from "./UserManagement";
|
|
132
135
|
export { default as UserManagementFill } from "./UserManagementFill";
|
|
@@ -0,0 +1,12 @@
|
|
|
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
|
+
import React from 'react';
|
|
3
|
+
import Icon from "../../../Icon";
|
|
4
|
+
import rootNode from "../../../icons/sbt/business-menu/document";
|
|
5
|
+
export default (function () {
|
|
6
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
7
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
|
|
8
|
+
rootNode: rootNode,
|
|
9
|
+
iconName: 'document',
|
|
10
|
+
"icon-type": 'sbt/business-menu'
|
|
11
|
+
}));
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
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
|
+
import React from 'react';
|
|
3
|
+
import Icon from "../../../Icon";
|
|
4
|
+
import rootNode from "../../../icons/sbt/business-menu/insurancepolicy";
|
|
5
|
+
export default (function () {
|
|
6
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
7
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
|
|
8
|
+
rootNode: rootNode,
|
|
9
|
+
iconName: 'insurancepolicy',
|
|
10
|
+
"icon-type": 'sbt/business-menu'
|
|
11
|
+
}));
|
|
12
|
+
});
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
export { default as Document } from './Document';
|
|
2
|
+
export { default as Insurancepolicy } from './Insurancepolicy';
|
|
1
3
|
export { default as Payment } from './Payment';
|
|
2
4
|
export { default as PaymentFill } from './PaymentFill';
|
|
3
5
|
export { default as SbtAddressbook } from './SbtAddressbook';
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
export { default as Document } from "./Document";
|
|
2
|
+
export { default as Insurancepolicy } from "./Insurancepolicy";
|
|
1
3
|
export { default as Payment } from "./Payment";
|
|
2
4
|
export { default as PaymentFill } from "./PaymentFill";
|
|
3
5
|
export { default as SbtAddressbook } from "./SbtAddressbook";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
var node = {
|
|
2
|
+
"name": "topcancel",
|
|
3
|
+
"nodeTree": {
|
|
4
|
+
"tag": "svg",
|
|
5
|
+
"attrs": {
|
|
6
|
+
"viewBox": "0 0 1024 1024"
|
|
7
|
+
},
|
|
8
|
+
"children": [{
|
|
9
|
+
"tag": "path",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"d": "M690.89 435.48l92.75 92.74a7.98 7.98 0 012.33 6.07c.02.24.03.47.03.71v48a8 8 0 01-8 8H669v313a7.97 7.97 0 01-2.25 5.56l-.19.19A7.97 7.97 0 01661 912H361a8 8 0 01-8-8V773.37l64-64V848h188V535a7.97 7.97 0 012.07-5.37l.18-.2.19-.18A7.97 7.97 0 01613 527h78.9l-46.26-46.27 45.25-45.25zM517.06 261.64l97.46 97.47-45.25 45.25-57.78-57.77-180.4 180.4L409 527a8 8 0 018 8v21.63l-64 64V591H244a8 8 0 01-8-8v-48c0-2.22.9-4.23 2.37-5.68a8.11 8.11 0 01.75-.87L470.87 296.7c.27-.4.58-.77.93-1.11l33.94-33.95a8 8 0 0111.32 0zm178.8-101.76a8 8 0 018 8v48a8 8 0 01-8 8h-368a8 8 0 01-8-8v-48a8 8 0 018-8h368zM751.3199999999999 295.73999999999995l33.94 33.94q5.65 5.66 0 11.32L284.63 841.63q-5.66 5.66-11.32 0l-33.94-33.94q-5.66-5.66 0-11.32L740 295.74q5.66-5.65 11.32 0z"
|
|
12
|
+
},
|
|
13
|
+
"children": []
|
|
14
|
+
}]
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
export default node;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
var node = {
|
|
2
|
+
"name": "toped",
|
|
3
|
+
"nodeTree": {
|
|
4
|
+
"tag": "svg",
|
|
5
|
+
"attrs": {
|
|
6
|
+
"viewBox": "0 0 1024 1024"
|
|
7
|
+
},
|
|
8
|
+
"children": [{
|
|
9
|
+
"tag": "path",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"d": "M812 112c55.23 0 100 44.77 100 100v700L526.38 526.38h31.94c28.56 0 43.26-15.12 43.26-45.36V200.04h45.36V157.2H497.42v42.84h59.64V470.1c0 11.34-4.62 17.22-13.86 17.22-12.6 0-25.62-.84-39.9-2.52l5.92 24.42L112 112h700zm-7.56 321.98l-29.4 28.14c31.08 25.2 55.02 48.72 72.24 70.14l31.92-32.34c-20.16-21.84-45.36-44.1-74.76-65.94zm-19.32-142.8h-43.26v73.92c-1.68 33.18-10.5 60.06-26.46 80.64-15.54 18.9-45.78 34.86-90.72 47.88l23.1 37.38c47.04-13.44 81.06-32.76 102.06-57.96 21.42-26.88 33.18-62.58 35.28-107.94v-73.92zm89.04-133.98H658.28v42.84h83.58a733.29 733.29 0 01-4.2 31.92h-71.4v205.38h42.84V272.28h112.14v165.06h42.84V231.96h-81.9c1.68-10.08 2.94-21 4.2-31.92h87.78V157.2z"
|
|
12
|
+
},
|
|
13
|
+
"children": []
|
|
14
|
+
}]
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
export default node;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
var node = {
|
|
2
|
+
"name": "totop",
|
|
3
|
+
"nodeTree": {
|
|
4
|
+
"tag": "svg",
|
|
5
|
+
"attrs": {
|
|
6
|
+
"viewBox": "0 0 1024 1024"
|
|
7
|
+
},
|
|
8
|
+
"children": [{
|
|
9
|
+
"tag": "path",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"d": "M695.86 223.88h-368a8 8 0 01-8-8v-48a8 8 0 018-8h368a8 8 0 018 8v48a8 8 0 01-8 8zm-29.3 685.87A7.97 7.97 0 01661 912H361a8 8 0 01-8-8V591H244a8 8 0 01-8-8v-48c0-2.22.9-4.23 2.37-5.68a8.11 8.11 0 01.75-.87L470.87 296.7c.27-.4.58-.77.93-1.11l33.94-33.95a8 8 0 0111.32 0l266.58 266.58a7.98 7.98 0 012.33 6.07c.02.24.03.47.03.71v48a8 8 0 01-8 8H669v313a7.97 7.97 0 01-2.25 5.56l-.19.19zM605 535a7.97 7.97 0 012.07-5.37l.18-.2.19-.18A7.97 7.97 0 01613 527h78.9L511.5 346.59l-180.42 180.4L409 527a8 8 0 018 8v313h188V535z"
|
|
12
|
+
},
|
|
13
|
+
"children": []
|
|
14
|
+
}]
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
export default node;
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
var node = {
|
|
2
|
+
"name": "document",
|
|
3
|
+
"nodeTree": {
|
|
4
|
+
"tag": "svg",
|
|
5
|
+
"attrs": {
|
|
6
|
+
"viewBox": "0 0 1024 1024"
|
|
7
|
+
},
|
|
8
|
+
"children": [{
|
|
9
|
+
"tag": "path",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"d": "M848 176H176v736h-32a32 32 0 01-32-32V144a32 32 0 0132-32h736a32 32 0 0132 32v736a32 32 0 01-32 32h-32V176zM568 544a8 8 0 018 8v48a8 8 0 01-8 8H264a8 8 0 01-8-8v-48a8 8 0 018-8h304zm192-128a8 8 0 018 8v48a8 8 0 01-8 8H264a8 8 0 01-8-8v-48a8 8 0 018-8h496zm0-128a8 8 0 018 8v48a8 8 0 01-8 8H264a8 8 0 01-8-8v-48a8 8 0 018-8h496z"
|
|
12
|
+
},
|
|
13
|
+
"children": []
|
|
14
|
+
}, {
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M247.17 765.66l33.94 33.94a7.99 7.99 0 010 11.3s0 .01 0 0l-98.97 98.78a8 8 0 01-11.3.01l-33.94-33.72a8 8 0 01-.02-11.34l98.97-98.97a8 8 0 0111.32 0z"
|
|
18
|
+
},
|
|
19
|
+
"children": []
|
|
20
|
+
}, {
|
|
21
|
+
"tag": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "M235.6 765.66l-33.93 33.92a8 8 0 00.02 11.33l79.2 78.74a8 8 0 0011.27.01l33.88-33.5a8 8 0 00.03-11.34l-79.16-79.16a8 8 0 00-11.31 0z"
|
|
24
|
+
},
|
|
25
|
+
"children": []
|
|
26
|
+
}, {
|
|
27
|
+
"tag": "path",
|
|
28
|
+
"attrs": {
|
|
29
|
+
"d": "M338.17 765.66l33.92 33.92a8 8 0 01-.02 11.33l-79.2 78.74a8 8 0 01-11.27.01l-33.88-33.5a8 8 0 01-.03-11.34l79.16-79.16a8 8 0 0111.32 0z"
|
|
30
|
+
},
|
|
31
|
+
"children": []
|
|
32
|
+
}, {
|
|
33
|
+
"tag": "path",
|
|
34
|
+
"attrs": {
|
|
35
|
+
"d": "M326.6 765.66l-33.93 33.92a8 8 0 00.02 11.33l79.2 78.74a8 8 0 0011.27.01l33.88-33.5a8 8 0 00.03-11.34l-79.16-79.16a8 8 0 00-11.31 0z"
|
|
36
|
+
},
|
|
37
|
+
"children": []
|
|
38
|
+
}, {
|
|
39
|
+
"tag": "path",
|
|
40
|
+
"attrs": {
|
|
41
|
+
"d": "M428.17 765.66l33.92 33.92a8 8 0 01-.02 11.33l-79.2 78.74a8 8 0 01-11.27.01l-33.88-33.5a8 8 0 01-.03-11.34l79.16-79.16a8 8 0 0111.32 0z"
|
|
42
|
+
},
|
|
43
|
+
"children": []
|
|
44
|
+
}, {
|
|
45
|
+
"tag": "path",
|
|
46
|
+
"attrs": {
|
|
47
|
+
"d": "M416.6 765.66l-33.93 33.92a8 8 0 00.02 11.33l79.2 78.74a8 8 0 0011.27.01l33.88-33.5a8 8 0 00.03-11.34l-79.16-79.16a8 8 0 00-11.31 0z"
|
|
48
|
+
},
|
|
49
|
+
"children": []
|
|
50
|
+
}, {
|
|
51
|
+
"tag": "path",
|
|
52
|
+
"attrs": {
|
|
53
|
+
"d": "M518.17 765.66l33.92 33.92a8 8 0 01-.02 11.33l-79.2 78.74a8 8 0 01-11.27.01l-33.88-33.5a8 8 0 01-.03-11.34l79.16-79.16a8 8 0 0111.32 0z"
|
|
54
|
+
},
|
|
55
|
+
"children": []
|
|
56
|
+
}, {
|
|
57
|
+
"tag": "path",
|
|
58
|
+
"attrs": {
|
|
59
|
+
"d": "M506.6 765.66l-33.93 33.92a8 8 0 00.02 11.33l79.2 78.74a8 8 0 0011.27.01l33.88-33.5a8 8 0 00.04-11.34l-79.17-79.16a8 8 0 00-11.31 0z"
|
|
60
|
+
},
|
|
61
|
+
"children": []
|
|
62
|
+
}, {
|
|
63
|
+
"tag": "path",
|
|
64
|
+
"attrs": {
|
|
65
|
+
"d": "M608.17 765.66l33.92 33.92a8 8 0 01-.02 11.33l-79.2 78.74a8 8 0 01-11.27.01l-33.88-33.5a8 8 0 01-.03-11.34l79.16-79.16a8 8 0 0111.32 0z"
|
|
66
|
+
},
|
|
67
|
+
"children": []
|
|
68
|
+
}, {
|
|
69
|
+
"tag": "path",
|
|
70
|
+
"attrs": {
|
|
71
|
+
"d": "M596.6 765.66l-33.93 33.92a8 8 0 00.02 11.33l79.2 78.74a8 8 0 0011.27.01l33.88-33.5a8 8 0 00.04-11.34l-79.17-79.16a8 8 0 00-11.31 0z"
|
|
72
|
+
},
|
|
73
|
+
"children": []
|
|
74
|
+
}, {
|
|
75
|
+
"tag": "path",
|
|
76
|
+
"attrs": {
|
|
77
|
+
"d": "M698.17 765.66l33.92 33.92a8 8 0 01-.02 11.33l-79.2 78.74a8 8 0 01-11.27.01l-33.88-33.5a8 8 0 01-.03-11.34l79.16-79.16a8 8 0 0111.32 0z"
|
|
78
|
+
},
|
|
79
|
+
"children": []
|
|
80
|
+
}, {
|
|
81
|
+
"tag": "path",
|
|
82
|
+
"attrs": {
|
|
83
|
+
"d": "M686.6 765.66l-33.93 33.92a8 8 0 00.02 11.33l79.2 78.74a8 8 0 0011.27.01l33.88-33.5a8 8 0 00.04-11.34l-79.17-79.16a8 8 0 00-11.31 0z"
|
|
84
|
+
},
|
|
85
|
+
"children": []
|
|
86
|
+
}, {
|
|
87
|
+
"tag": "path",
|
|
88
|
+
"attrs": {
|
|
89
|
+
"d": "M789.17 765.66l33.92 33.92a8 8 0 01-.02 11.33l-79.2 78.74a8 8 0 01-11.27.01l-33.88-33.5a8 8 0 01-.03-11.34l79.16-79.16a8 8 0 0111.32 0z"
|
|
90
|
+
},
|
|
91
|
+
"children": []
|
|
92
|
+
}, {
|
|
93
|
+
"tag": "path",
|
|
94
|
+
"attrs": {
|
|
95
|
+
"d": "M777.6 765.66l-33.94 33.93a8 8 0 000 11.32l98.97 98.75a8 8 0 0011.29.01l33.95-33.7a8 8 0 00.02-11.34l-98.98-98.97a8 8 0 00-11.31 0z"
|
|
96
|
+
},
|
|
97
|
+
"children": []
|
|
98
|
+
}]
|
|
99
|
+
}
|
|
100
|
+
};
|
|
101
|
+
export default node;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
var node = {
|
|
2
|
+
"name": "insurancepolicy",
|
|
3
|
+
"nodeTree": {
|
|
4
|
+
"tag": "svg",
|
|
5
|
+
"attrs": {
|
|
6
|
+
"viewBox": "0 0 1024 1024"
|
|
7
|
+
},
|
|
8
|
+
"children": [{
|
|
9
|
+
"tag": "path",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"d": "M672 64a32 32 0 0132 32v32h128a32 32 0 0132 32v768a32 32 0 01-32 32H192a32 32 0 01-32-32V160a32 32 0 0132-32h128V96a32 32 0 0132-32h320zM320 192h-96v704h576V192h-96v32a32 32 0 01-32 32H352a32 32 0 01-32-32v-32zm376 544a8 8 0 018 8v48a8 8 0 01-8 8H328a8 8 0 01-8-8v-48a8 8 0 018-8h368zm0-160a8 8 0 018 8v48a8 8 0 01-8 8H328a8 8 0 01-8-8v-48a8 8 0 018-8h368zM416 352c53.02 0 96 42.98 96 96s-42.98 96-96 96-96-42.98-96-96 42.98-96 96-96zm280 64a8 8 0 018 8v48a8 8 0 01-8 8H584a8 8 0 01-8-8v-48a8 8 0 018-8h112zm-280 0a32 32 0 100 64 32 32 0 000-64zm224-288H384v64h256v-64z"
|
|
12
|
+
},
|
|
13
|
+
"children": []
|
|
14
|
+
}]
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
export default node;
|
package/es/index.d.ts
CHANGED
|
@@ -125,8 +125,11 @@ export { default as Temporary } from './components/fs/business-menu/Temporary';
|
|
|
125
125
|
export { default as TemporaryFill } from './components/fs/business-menu/TemporaryFill';
|
|
126
126
|
export { default as ThirdParty } from './components/fs/business-menu/ThirdParty';
|
|
127
127
|
export { default as ThirdPartyFill } from './components/fs/business-menu/ThirdPartyFill';
|
|
128
|
+
export { default as Topcancel } from './components/fs/business-menu/Topcancel';
|
|
129
|
+
export { default as Toped } from './components/fs/business-menu/Toped';
|
|
128
130
|
export { default as TopicAnalyse } from './components/fs/business-menu/TopicAnalyse';
|
|
129
131
|
export { default as TopicAnalyseFill } from './components/fs/business-menu/TopicAnalyseFill';
|
|
132
|
+
export { default as Totop } from './components/fs/business-menu/Totop';
|
|
130
133
|
export { default as TreeList } from './components/fs/business-menu/TreeList';
|
|
131
134
|
export { default as UserManagement } from './components/fs/business-menu/UserManagement';
|
|
132
135
|
export { default as UserManagementFill } from './components/fs/business-menu/UserManagementFill';
|
|
@@ -481,6 +484,8 @@ export { default as Zhuantifenxi } from './components/fs/old-outlined/Zhuantifen
|
|
|
481
484
|
export { default as ZhuantifenxiFill } from './components/fs/old-outlined/ZhuantifenxiFill';
|
|
482
485
|
export { default as Zhutizhibiao } from './components/fs/old-outlined/Zhutizhibiao';
|
|
483
486
|
export { default as Zygl } from './components/fs/old-outlined/Zygl';
|
|
487
|
+
export { default as Document } from './components/sbt/business-menu/Document';
|
|
488
|
+
export { default as Insurancepolicy } from './components/sbt/business-menu/Insurancepolicy';
|
|
484
489
|
export { default as Payment } from './components/sbt/business-menu/Payment';
|
|
485
490
|
export { default as PaymentFill } from './components/sbt/business-menu/PaymentFill';
|
|
486
491
|
export { default as SbtAddressbook } from './components/sbt/business-menu/SbtAddressbook';
|
package/es/index.js
CHANGED
|
@@ -125,8 +125,11 @@ export { default as Temporary } from "./components/fs/business-menu/Temporary";
|
|
|
125
125
|
export { default as TemporaryFill } from "./components/fs/business-menu/TemporaryFill";
|
|
126
126
|
export { default as ThirdParty } from "./components/fs/business-menu/ThirdParty";
|
|
127
127
|
export { default as ThirdPartyFill } from "./components/fs/business-menu/ThirdPartyFill";
|
|
128
|
+
export { default as Topcancel } from "./components/fs/business-menu/Topcancel";
|
|
129
|
+
export { default as Toped } from "./components/fs/business-menu/Toped";
|
|
128
130
|
export { default as TopicAnalyse } from "./components/fs/business-menu/TopicAnalyse";
|
|
129
131
|
export { default as TopicAnalyseFill } from "./components/fs/business-menu/TopicAnalyseFill";
|
|
132
|
+
export { default as Totop } from "./components/fs/business-menu/Totop";
|
|
130
133
|
export { default as TreeList } from "./components/fs/business-menu/TreeList";
|
|
131
134
|
export { default as UserManagement } from "./components/fs/business-menu/UserManagement";
|
|
132
135
|
export { default as UserManagementFill } from "./components/fs/business-menu/UserManagementFill";
|
|
@@ -481,6 +484,8 @@ export { default as Zhuantifenxi } from "./components/fs/old-outlined/Zhuantifen
|
|
|
481
484
|
export { default as ZhuantifenxiFill } from "./components/fs/old-outlined/ZhuantifenxiFill";
|
|
482
485
|
export { default as Zhutizhibiao } from "./components/fs/old-outlined/Zhutizhibiao";
|
|
483
486
|
export { default as Zygl } from "./components/fs/old-outlined/Zygl";
|
|
487
|
+
export { default as Document } from "./components/sbt/business-menu/Document";
|
|
488
|
+
export { default as Insurancepolicy } from "./components/sbt/business-menu/Insurancepolicy";
|
|
484
489
|
export { default as Payment } from "./components/sbt/business-menu/Payment";
|
|
485
490
|
export { default as PaymentFill } from "./components/sbt/business-menu/PaymentFill";
|
|
486
491
|
export { default as SbtAddressbook } from "./components/sbt/business-menu/SbtAddressbook";
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _Icon = _interopRequireDefault(require("../../../Icon"));
|
|
9
|
+
var _topcancel = _interopRequireDefault(require("../../../icons/fs/business-menu/topcancel"));
|
|
10
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
|
+
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); }
|
|
12
|
+
var _default = function _default() {
|
|
13
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
14
|
+
return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
|
|
15
|
+
rootNode: _topcancel.default,
|
|
16
|
+
iconName: 'topcancel',
|
|
17
|
+
"icon-type": 'fs/business-menu'
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
exports.default = _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _Icon = _interopRequireDefault(require("../../../Icon"));
|
|
9
|
+
var _toped = _interopRequireDefault(require("../../../icons/fs/business-menu/toped"));
|
|
10
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
|
+
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); }
|
|
12
|
+
var _default = function _default() {
|
|
13
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
14
|
+
return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
|
|
15
|
+
rootNode: _toped.default,
|
|
16
|
+
iconName: 'toped',
|
|
17
|
+
"icon-type": 'fs/business-menu'
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
exports.default = _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _Icon = _interopRequireDefault(require("../../../Icon"));
|
|
9
|
+
var _totop = _interopRequireDefault(require("../../../icons/fs/business-menu/totop"));
|
|
10
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
|
+
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); }
|
|
12
|
+
var _default = function _default() {
|
|
13
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
14
|
+
return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
|
|
15
|
+
rootNode: _totop.default,
|
|
16
|
+
iconName: 'totop',
|
|
17
|
+
"icon-type": 'fs/business-menu'
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
exports.default = _default;
|
|
@@ -125,8 +125,11 @@ export { default as Temporary } from './Temporary';
|
|
|
125
125
|
export { default as TemporaryFill } from './TemporaryFill';
|
|
126
126
|
export { default as ThirdParty } from './ThirdParty';
|
|
127
127
|
export { default as ThirdPartyFill } from './ThirdPartyFill';
|
|
128
|
+
export { default as Topcancel } from './Topcancel';
|
|
129
|
+
export { default as Toped } from './Toped';
|
|
128
130
|
export { default as TopicAnalyse } from './TopicAnalyse';
|
|
129
131
|
export { default as TopicAnalyseFill } from './TopicAnalyseFill';
|
|
132
|
+
export { default as Totop } from './Totop';
|
|
130
133
|
export { default as TreeList } from './TreeList';
|
|
131
134
|
export { default as UserManagement } from './UserManagement';
|
|
132
135
|
export { default as UserManagementFill } from './UserManagementFill';
|
|
@@ -765,6 +765,18 @@ Object.defineProperty(exports, "ThirdPartyFill", {
|
|
|
765
765
|
return _ThirdPartyFill.default;
|
|
766
766
|
}
|
|
767
767
|
});
|
|
768
|
+
Object.defineProperty(exports, "Topcancel", {
|
|
769
|
+
enumerable: true,
|
|
770
|
+
get: function get() {
|
|
771
|
+
return _Topcancel.default;
|
|
772
|
+
}
|
|
773
|
+
});
|
|
774
|
+
Object.defineProperty(exports, "Toped", {
|
|
775
|
+
enumerable: true,
|
|
776
|
+
get: function get() {
|
|
777
|
+
return _Toped.default;
|
|
778
|
+
}
|
|
779
|
+
});
|
|
768
780
|
Object.defineProperty(exports, "TopicAnalyse", {
|
|
769
781
|
enumerable: true,
|
|
770
782
|
get: function get() {
|
|
@@ -777,6 +789,12 @@ Object.defineProperty(exports, "TopicAnalyseFill", {
|
|
|
777
789
|
return _TopicAnalyseFill.default;
|
|
778
790
|
}
|
|
779
791
|
});
|
|
792
|
+
Object.defineProperty(exports, "Totop", {
|
|
793
|
+
enumerable: true,
|
|
794
|
+
get: function get() {
|
|
795
|
+
return _Totop.default;
|
|
796
|
+
}
|
|
797
|
+
});
|
|
780
798
|
Object.defineProperty(exports, "TreeList", {
|
|
781
799
|
enumerable: true,
|
|
782
800
|
get: function get() {
|
|
@@ -934,8 +952,11 @@ var _Temporary = _interopRequireDefault(require("./Temporary"));
|
|
|
934
952
|
var _TemporaryFill = _interopRequireDefault(require("./TemporaryFill"));
|
|
935
953
|
var _ThirdParty = _interopRequireDefault(require("./ThirdParty"));
|
|
936
954
|
var _ThirdPartyFill = _interopRequireDefault(require("./ThirdPartyFill"));
|
|
955
|
+
var _Topcancel = _interopRequireDefault(require("./Topcancel"));
|
|
956
|
+
var _Toped = _interopRequireDefault(require("./Toped"));
|
|
937
957
|
var _TopicAnalyse = _interopRequireDefault(require("./TopicAnalyse"));
|
|
938
958
|
var _TopicAnalyseFill = _interopRequireDefault(require("./TopicAnalyseFill"));
|
|
959
|
+
var _Totop = _interopRequireDefault(require("./Totop"));
|
|
939
960
|
var _TreeList = _interopRequireDefault(require("./TreeList"));
|
|
940
961
|
var _UserManagement = _interopRequireDefault(require("./UserManagement"));
|
|
941
962
|
var _UserManagementFill = _interopRequireDefault(require("./UserManagementFill"));
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _Icon = _interopRequireDefault(require("../../../Icon"));
|
|
9
|
+
var _document = _interopRequireDefault(require("../../../icons/sbt/business-menu/document"));
|
|
10
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
|
+
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); }
|
|
12
|
+
var _default = function _default() {
|
|
13
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
14
|
+
return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
|
|
15
|
+
rootNode: _document.default,
|
|
16
|
+
iconName: 'document',
|
|
17
|
+
"icon-type": 'sbt/business-menu'
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
exports.default = _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _Icon = _interopRequireDefault(require("../../../Icon"));
|
|
9
|
+
var _insurancepolicy = _interopRequireDefault(require("../../../icons/sbt/business-menu/insurancepolicy"));
|
|
10
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
|
+
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); }
|
|
12
|
+
var _default = function _default() {
|
|
13
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
14
|
+
return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
|
|
15
|
+
rootNode: _insurancepolicy.default,
|
|
16
|
+
iconName: 'insurancepolicy',
|
|
17
|
+
"icon-type": 'sbt/business-menu'
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
exports.default = _default;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
export { default as Document } from './Document';
|
|
2
|
+
export { default as Insurancepolicy } from './Insurancepolicy';
|
|
1
3
|
export { default as Payment } from './Payment';
|
|
2
4
|
export { default as PaymentFill } from './PaymentFill';
|
|
3
5
|
export { default as SbtAddressbook } from './SbtAddressbook';
|
|
@@ -3,6 +3,18 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
+
Object.defineProperty(exports, "Document", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _Document.default;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
Object.defineProperty(exports, "Insurancepolicy", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function get() {
|
|
15
|
+
return _Insurancepolicy.default;
|
|
16
|
+
}
|
|
17
|
+
});
|
|
6
18
|
Object.defineProperty(exports, "Payment", {
|
|
7
19
|
enumerable: true,
|
|
8
20
|
get: function get() {
|
|
@@ -39,6 +51,8 @@ Object.defineProperty(exports, "SbtRealname", {
|
|
|
39
51
|
return _SbtRealname.default;
|
|
40
52
|
}
|
|
41
53
|
});
|
|
54
|
+
var _Document = _interopRequireDefault(require("./Document"));
|
|
55
|
+
var _Insurancepolicy = _interopRequireDefault(require("./Insurancepolicy"));
|
|
42
56
|
var _Payment = _interopRequireDefault(require("./Payment"));
|
|
43
57
|
var _PaymentFill = _interopRequireDefault(require("./PaymentFill"));
|
|
44
58
|
var _SbtAddressbook = _interopRequireDefault(require("./SbtAddressbook"));
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var node = {
|
|
8
|
+
"name": "topcancel",
|
|
9
|
+
"nodeTree": {
|
|
10
|
+
"tag": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"viewBox": "0 0 1024 1024"
|
|
13
|
+
},
|
|
14
|
+
"children": [{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M690.89 435.48l92.75 92.74a7.98 7.98 0 012.33 6.07c.02.24.03.47.03.71v48a8 8 0 01-8 8H669v313a7.97 7.97 0 01-2.25 5.56l-.19.19A7.97 7.97 0 01661 912H361a8 8 0 01-8-8V773.37l64-64V848h188V535a7.97 7.97 0 012.07-5.37l.18-.2.19-.18A7.97 7.97 0 01613 527h78.9l-46.26-46.27 45.25-45.25zM517.06 261.64l97.46 97.47-45.25 45.25-57.78-57.77-180.4 180.4L409 527a8 8 0 018 8v21.63l-64 64V591H244a8 8 0 01-8-8v-48c0-2.22.9-4.23 2.37-5.68a8.11 8.11 0 01.75-.87L470.87 296.7c.27-.4.58-.77.93-1.11l33.94-33.95a8 8 0 0111.32 0zm178.8-101.76a8 8 0 018 8v48a8 8 0 01-8 8h-368a8 8 0 01-8-8v-48a8 8 0 018-8h368zM751.3199999999999 295.73999999999995l33.94 33.94q5.65 5.66 0 11.32L284.63 841.63q-5.66 5.66-11.32 0l-33.94-33.94q-5.66-5.66 0-11.32L740 295.74q5.66-5.65 11.32 0z"
|
|
18
|
+
},
|
|
19
|
+
"children": []
|
|
20
|
+
}]
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
var _default = node;
|
|
24
|
+
exports.default = _default;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var node = {
|
|
8
|
+
"name": "toped",
|
|
9
|
+
"nodeTree": {
|
|
10
|
+
"tag": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"viewBox": "0 0 1024 1024"
|
|
13
|
+
},
|
|
14
|
+
"children": [{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M812 112c55.23 0 100 44.77 100 100v700L526.38 526.38h31.94c28.56 0 43.26-15.12 43.26-45.36V200.04h45.36V157.2H497.42v42.84h59.64V470.1c0 11.34-4.62 17.22-13.86 17.22-12.6 0-25.62-.84-39.9-2.52l5.92 24.42L112 112h700zm-7.56 321.98l-29.4 28.14c31.08 25.2 55.02 48.72 72.24 70.14l31.92-32.34c-20.16-21.84-45.36-44.1-74.76-65.94zm-19.32-142.8h-43.26v73.92c-1.68 33.18-10.5 60.06-26.46 80.64-15.54 18.9-45.78 34.86-90.72 47.88l23.1 37.38c47.04-13.44 81.06-32.76 102.06-57.96 21.42-26.88 33.18-62.58 35.28-107.94v-73.92zm89.04-133.98H658.28v42.84h83.58a733.29 733.29 0 01-4.2 31.92h-71.4v205.38h42.84V272.28h112.14v165.06h42.84V231.96h-81.9c1.68-10.08 2.94-21 4.2-31.92h87.78V157.2z"
|
|
18
|
+
},
|
|
19
|
+
"children": []
|
|
20
|
+
}]
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
var _default = node;
|
|
24
|
+
exports.default = _default;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var node = {
|
|
8
|
+
"name": "totop",
|
|
9
|
+
"nodeTree": {
|
|
10
|
+
"tag": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"viewBox": "0 0 1024 1024"
|
|
13
|
+
},
|
|
14
|
+
"children": [{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M695.86 223.88h-368a8 8 0 01-8-8v-48a8 8 0 018-8h368a8 8 0 018 8v48a8 8 0 01-8 8zm-29.3 685.87A7.97 7.97 0 01661 912H361a8 8 0 01-8-8V591H244a8 8 0 01-8-8v-48c0-2.22.9-4.23 2.37-5.68a8.11 8.11 0 01.75-.87L470.87 296.7c.27-.4.58-.77.93-1.11l33.94-33.95a8 8 0 0111.32 0l266.58 266.58a7.98 7.98 0 012.33 6.07c.02.24.03.47.03.71v48a8 8 0 01-8 8H669v313a7.97 7.97 0 01-2.25 5.56l-.19.19zM605 535a7.97 7.97 0 012.07-5.37l.18-.2.19-.18A7.97 7.97 0 01613 527h78.9L511.5 346.59l-180.42 180.4L409 527a8 8 0 018 8v313h188V535z"
|
|
18
|
+
},
|
|
19
|
+
"children": []
|
|
20
|
+
}]
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
var _default = node;
|
|
24
|
+
exports.default = _default;
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var node = {
|
|
8
|
+
"name": "document",
|
|
9
|
+
"nodeTree": {
|
|
10
|
+
"tag": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"viewBox": "0 0 1024 1024"
|
|
13
|
+
},
|
|
14
|
+
"children": [{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M848 176H176v736h-32a32 32 0 01-32-32V144a32 32 0 0132-32h736a32 32 0 0132 32v736a32 32 0 01-32 32h-32V176zM568 544a8 8 0 018 8v48a8 8 0 01-8 8H264a8 8 0 01-8-8v-48a8 8 0 018-8h304zm192-128a8 8 0 018 8v48a8 8 0 01-8 8H264a8 8 0 01-8-8v-48a8 8 0 018-8h496zm0-128a8 8 0 018 8v48a8 8 0 01-8 8H264a8 8 0 01-8-8v-48a8 8 0 018-8h496z"
|
|
18
|
+
},
|
|
19
|
+
"children": []
|
|
20
|
+
}, {
|
|
21
|
+
"tag": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "M247.17 765.66l33.94 33.94a7.99 7.99 0 010 11.3s0 .01 0 0l-98.97 98.78a8 8 0 01-11.3.01l-33.94-33.72a8 8 0 01-.02-11.34l98.97-98.97a8 8 0 0111.32 0z"
|
|
24
|
+
},
|
|
25
|
+
"children": []
|
|
26
|
+
}, {
|
|
27
|
+
"tag": "path",
|
|
28
|
+
"attrs": {
|
|
29
|
+
"d": "M235.6 765.66l-33.93 33.92a8 8 0 00.02 11.33l79.2 78.74a8 8 0 0011.27.01l33.88-33.5a8 8 0 00.03-11.34l-79.16-79.16a8 8 0 00-11.31 0z"
|
|
30
|
+
},
|
|
31
|
+
"children": []
|
|
32
|
+
}, {
|
|
33
|
+
"tag": "path",
|
|
34
|
+
"attrs": {
|
|
35
|
+
"d": "M338.17 765.66l33.92 33.92a8 8 0 01-.02 11.33l-79.2 78.74a8 8 0 01-11.27.01l-33.88-33.5a8 8 0 01-.03-11.34l79.16-79.16a8 8 0 0111.32 0z"
|
|
36
|
+
},
|
|
37
|
+
"children": []
|
|
38
|
+
}, {
|
|
39
|
+
"tag": "path",
|
|
40
|
+
"attrs": {
|
|
41
|
+
"d": "M326.6 765.66l-33.93 33.92a8 8 0 00.02 11.33l79.2 78.74a8 8 0 0011.27.01l33.88-33.5a8 8 0 00.03-11.34l-79.16-79.16a8 8 0 00-11.31 0z"
|
|
42
|
+
},
|
|
43
|
+
"children": []
|
|
44
|
+
}, {
|
|
45
|
+
"tag": "path",
|
|
46
|
+
"attrs": {
|
|
47
|
+
"d": "M428.17 765.66l33.92 33.92a8 8 0 01-.02 11.33l-79.2 78.74a8 8 0 01-11.27.01l-33.88-33.5a8 8 0 01-.03-11.34l79.16-79.16a8 8 0 0111.32 0z"
|
|
48
|
+
},
|
|
49
|
+
"children": []
|
|
50
|
+
}, {
|
|
51
|
+
"tag": "path",
|
|
52
|
+
"attrs": {
|
|
53
|
+
"d": "M416.6 765.66l-33.93 33.92a8 8 0 00.02 11.33l79.2 78.74a8 8 0 0011.27.01l33.88-33.5a8 8 0 00.03-11.34l-79.16-79.16a8 8 0 00-11.31 0z"
|
|
54
|
+
},
|
|
55
|
+
"children": []
|
|
56
|
+
}, {
|
|
57
|
+
"tag": "path",
|
|
58
|
+
"attrs": {
|
|
59
|
+
"d": "M518.17 765.66l33.92 33.92a8 8 0 01-.02 11.33l-79.2 78.74a8 8 0 01-11.27.01l-33.88-33.5a8 8 0 01-.03-11.34l79.16-79.16a8 8 0 0111.32 0z"
|
|
60
|
+
},
|
|
61
|
+
"children": []
|
|
62
|
+
}, {
|
|
63
|
+
"tag": "path",
|
|
64
|
+
"attrs": {
|
|
65
|
+
"d": "M506.6 765.66l-33.93 33.92a8 8 0 00.02 11.33l79.2 78.74a8 8 0 0011.27.01l33.88-33.5a8 8 0 00.04-11.34l-79.17-79.16a8 8 0 00-11.31 0z"
|
|
66
|
+
},
|
|
67
|
+
"children": []
|
|
68
|
+
}, {
|
|
69
|
+
"tag": "path",
|
|
70
|
+
"attrs": {
|
|
71
|
+
"d": "M608.17 765.66l33.92 33.92a8 8 0 01-.02 11.33l-79.2 78.74a8 8 0 01-11.27.01l-33.88-33.5a8 8 0 01-.03-11.34l79.16-79.16a8 8 0 0111.32 0z"
|
|
72
|
+
},
|
|
73
|
+
"children": []
|
|
74
|
+
}, {
|
|
75
|
+
"tag": "path",
|
|
76
|
+
"attrs": {
|
|
77
|
+
"d": "M596.6 765.66l-33.93 33.92a8 8 0 00.02 11.33l79.2 78.74a8 8 0 0011.27.01l33.88-33.5a8 8 0 00.04-11.34l-79.17-79.16a8 8 0 00-11.31 0z"
|
|
78
|
+
},
|
|
79
|
+
"children": []
|
|
80
|
+
}, {
|
|
81
|
+
"tag": "path",
|
|
82
|
+
"attrs": {
|
|
83
|
+
"d": "M698.17 765.66l33.92 33.92a8 8 0 01-.02 11.33l-79.2 78.74a8 8 0 01-11.27.01l-33.88-33.5a8 8 0 01-.03-11.34l79.16-79.16a8 8 0 0111.32 0z"
|
|
84
|
+
},
|
|
85
|
+
"children": []
|
|
86
|
+
}, {
|
|
87
|
+
"tag": "path",
|
|
88
|
+
"attrs": {
|
|
89
|
+
"d": "M686.6 765.66l-33.93 33.92a8 8 0 00.02 11.33l79.2 78.74a8 8 0 0011.27.01l33.88-33.5a8 8 0 00.04-11.34l-79.17-79.16a8 8 0 00-11.31 0z"
|
|
90
|
+
},
|
|
91
|
+
"children": []
|
|
92
|
+
}, {
|
|
93
|
+
"tag": "path",
|
|
94
|
+
"attrs": {
|
|
95
|
+
"d": "M789.17 765.66l33.92 33.92a8 8 0 01-.02 11.33l-79.2 78.74a8 8 0 01-11.27.01l-33.88-33.5a8 8 0 01-.03-11.34l79.16-79.16a8 8 0 0111.32 0z"
|
|
96
|
+
},
|
|
97
|
+
"children": []
|
|
98
|
+
}, {
|
|
99
|
+
"tag": "path",
|
|
100
|
+
"attrs": {
|
|
101
|
+
"d": "M777.6 765.66l-33.94 33.93a8 8 0 000 11.32l98.97 98.75a8 8 0 0011.29.01l33.95-33.7a8 8 0 00.02-11.34l-98.98-98.97a8 8 0 00-11.31 0z"
|
|
102
|
+
},
|
|
103
|
+
"children": []
|
|
104
|
+
}]
|
|
105
|
+
}
|
|
106
|
+
};
|
|
107
|
+
var _default = node;
|
|
108
|
+
exports.default = _default;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var node = {
|
|
8
|
+
"name": "insurancepolicy",
|
|
9
|
+
"nodeTree": {
|
|
10
|
+
"tag": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"viewBox": "0 0 1024 1024"
|
|
13
|
+
},
|
|
14
|
+
"children": [{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M672 64a32 32 0 0132 32v32h128a32 32 0 0132 32v768a32 32 0 01-32 32H192a32 32 0 01-32-32V160a32 32 0 0132-32h128V96a32 32 0 0132-32h320zM320 192h-96v704h576V192h-96v32a32 32 0 01-32 32H352a32 32 0 01-32-32v-32zm376 544a8 8 0 018 8v48a8 8 0 01-8 8H328a8 8 0 01-8-8v-48a8 8 0 018-8h368zm0-160a8 8 0 018 8v48a8 8 0 01-8 8H328a8 8 0 01-8-8v-48a8 8 0 018-8h368zM416 352c53.02 0 96 42.98 96 96s-42.98 96-96 96-96-42.98-96-96 42.98-96 96-96zm280 64a8 8 0 018 8v48a8 8 0 01-8 8H584a8 8 0 01-8-8v-48a8 8 0 018-8h112zm-280 0a32 32 0 100 64 32 32 0 000-64zm224-288H384v64h256v-64z"
|
|
18
|
+
},
|
|
19
|
+
"children": []
|
|
20
|
+
}]
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
var _default = node;
|
|
24
|
+
exports.default = _default;
|
package/lib/index.d.ts
CHANGED
|
@@ -125,8 +125,11 @@ export { default as Temporary } from './components/fs/business-menu/Temporary';
|
|
|
125
125
|
export { default as TemporaryFill } from './components/fs/business-menu/TemporaryFill';
|
|
126
126
|
export { default as ThirdParty } from './components/fs/business-menu/ThirdParty';
|
|
127
127
|
export { default as ThirdPartyFill } from './components/fs/business-menu/ThirdPartyFill';
|
|
128
|
+
export { default as Topcancel } from './components/fs/business-menu/Topcancel';
|
|
129
|
+
export { default as Toped } from './components/fs/business-menu/Toped';
|
|
128
130
|
export { default as TopicAnalyse } from './components/fs/business-menu/TopicAnalyse';
|
|
129
131
|
export { default as TopicAnalyseFill } from './components/fs/business-menu/TopicAnalyseFill';
|
|
132
|
+
export { default as Totop } from './components/fs/business-menu/Totop';
|
|
130
133
|
export { default as TreeList } from './components/fs/business-menu/TreeList';
|
|
131
134
|
export { default as UserManagement } from './components/fs/business-menu/UserManagement';
|
|
132
135
|
export { default as UserManagementFill } from './components/fs/business-menu/UserManagementFill';
|
|
@@ -481,6 +484,8 @@ export { default as Zhuantifenxi } from './components/fs/old-outlined/Zhuantifen
|
|
|
481
484
|
export { default as ZhuantifenxiFill } from './components/fs/old-outlined/ZhuantifenxiFill';
|
|
482
485
|
export { default as Zhutizhibiao } from './components/fs/old-outlined/Zhutizhibiao';
|
|
483
486
|
export { default as Zygl } from './components/fs/old-outlined/Zygl';
|
|
487
|
+
export { default as Document } from './components/sbt/business-menu/Document';
|
|
488
|
+
export { default as Insurancepolicy } from './components/sbt/business-menu/Insurancepolicy';
|
|
484
489
|
export { default as Payment } from './components/sbt/business-menu/Payment';
|
|
485
490
|
export { default as PaymentFill } from './components/sbt/business-menu/PaymentFill';
|
|
486
491
|
export { default as SbtAddressbook } from './components/sbt/business-menu/SbtAddressbook';
|
package/lib/index.js
CHANGED
|
@@ -765,6 +765,12 @@ Object.defineProperty(exports, "DoctorFill", {
|
|
|
765
765
|
return _DoctorFill.default;
|
|
766
766
|
}
|
|
767
767
|
});
|
|
768
|
+
Object.defineProperty(exports, "Document", {
|
|
769
|
+
enumerable: true,
|
|
770
|
+
get: function get() {
|
|
771
|
+
return _Document.default;
|
|
772
|
+
}
|
|
773
|
+
});
|
|
768
774
|
Object.defineProperty(exports, "Download", {
|
|
769
775
|
enumerable: true,
|
|
770
776
|
get: function get() {
|
|
@@ -1419,6 +1425,12 @@ Object.defineProperty(exports, "InsuranceAccountFill", {
|
|
|
1419
1425
|
return _InsuranceAccountFill.default;
|
|
1420
1426
|
}
|
|
1421
1427
|
});
|
|
1428
|
+
Object.defineProperty(exports, "Insurancepolicy", {
|
|
1429
|
+
enumerable: true,
|
|
1430
|
+
get: function get() {
|
|
1431
|
+
return _Insurancepolicy.default;
|
|
1432
|
+
}
|
|
1433
|
+
});
|
|
1422
1434
|
Object.defineProperty(exports, "IntellectVerify", {
|
|
1423
1435
|
enumerable: true,
|
|
1424
1436
|
get: function get() {
|
|
@@ -2805,6 +2817,18 @@ Object.defineProperty(exports, "Top", {
|
|
|
2805
2817
|
return _Top.default;
|
|
2806
2818
|
}
|
|
2807
2819
|
});
|
|
2820
|
+
Object.defineProperty(exports, "Topcancel", {
|
|
2821
|
+
enumerable: true,
|
|
2822
|
+
get: function get() {
|
|
2823
|
+
return _Topcancel.default;
|
|
2824
|
+
}
|
|
2825
|
+
});
|
|
2826
|
+
Object.defineProperty(exports, "Toped", {
|
|
2827
|
+
enumerable: true,
|
|
2828
|
+
get: function get() {
|
|
2829
|
+
return _Toped.default;
|
|
2830
|
+
}
|
|
2831
|
+
});
|
|
2808
2832
|
Object.defineProperty(exports, "TopicAnalyse", {
|
|
2809
2833
|
enumerable: true,
|
|
2810
2834
|
get: function get() {
|
|
@@ -2817,6 +2841,12 @@ Object.defineProperty(exports, "TopicAnalyseFill", {
|
|
|
2817
2841
|
return _TopicAnalyseFill.default;
|
|
2818
2842
|
}
|
|
2819
2843
|
});
|
|
2844
|
+
Object.defineProperty(exports, "Totop", {
|
|
2845
|
+
enumerable: true,
|
|
2846
|
+
get: function get() {
|
|
2847
|
+
return _Totop.default;
|
|
2848
|
+
}
|
|
2849
|
+
});
|
|
2820
2850
|
Object.defineProperty(exports, "TreeList", {
|
|
2821
2851
|
enumerable: true,
|
|
2822
2852
|
get: function get() {
|
|
@@ -3202,8 +3232,11 @@ var _Temporary = _interopRequireDefault(require("./components/fs/business-menu/T
|
|
|
3202
3232
|
var _TemporaryFill = _interopRequireDefault(require("./components/fs/business-menu/TemporaryFill"));
|
|
3203
3233
|
var _ThirdParty = _interopRequireDefault(require("./components/fs/business-menu/ThirdParty"));
|
|
3204
3234
|
var _ThirdPartyFill = _interopRequireDefault(require("./components/fs/business-menu/ThirdPartyFill"));
|
|
3235
|
+
var _Topcancel = _interopRequireDefault(require("./components/fs/business-menu/Topcancel"));
|
|
3236
|
+
var _Toped = _interopRequireDefault(require("./components/fs/business-menu/Toped"));
|
|
3205
3237
|
var _TopicAnalyse = _interopRequireDefault(require("./components/fs/business-menu/TopicAnalyse"));
|
|
3206
3238
|
var _TopicAnalyseFill = _interopRequireDefault(require("./components/fs/business-menu/TopicAnalyseFill"));
|
|
3239
|
+
var _Totop = _interopRequireDefault(require("./components/fs/business-menu/Totop"));
|
|
3207
3240
|
var _TreeList = _interopRequireDefault(require("./components/fs/business-menu/TreeList"));
|
|
3208
3241
|
var _UserManagement = _interopRequireDefault(require("./components/fs/business-menu/UserManagement"));
|
|
3209
3242
|
var _UserManagementFill = _interopRequireDefault(require("./components/fs/business-menu/UserManagementFill"));
|
|
@@ -3558,6 +3591,8 @@ var _Zhuantifenxi = _interopRequireDefault(require("./components/fs/old-outlined
|
|
|
3558
3591
|
var _ZhuantifenxiFill = _interopRequireDefault(require("./components/fs/old-outlined/ZhuantifenxiFill"));
|
|
3559
3592
|
var _Zhutizhibiao = _interopRequireDefault(require("./components/fs/old-outlined/Zhutizhibiao"));
|
|
3560
3593
|
var _Zygl = _interopRequireDefault(require("./components/fs/old-outlined/Zygl"));
|
|
3594
|
+
var _Document = _interopRequireDefault(require("./components/sbt/business-menu/Document"));
|
|
3595
|
+
var _Insurancepolicy = _interopRequireDefault(require("./components/sbt/business-menu/Insurancepolicy"));
|
|
3561
3596
|
var _Payment = _interopRequireDefault(require("./components/sbt/business-menu/Payment"));
|
|
3562
3597
|
var _PaymentFill = _interopRequireDefault(require("./components/sbt/business-menu/PaymentFill"));
|
|
3563
3598
|
var _SbtAddressbook = _interopRequireDefault(require("./components/sbt/business-menu/SbtAddressbook"));
|