@firesoon/icons-react 3.0.7 → 3.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/fs/business-menu/License.d.ts +4 -0
- package/es/components/fs/business-menu/License.js +12 -0
- package/es/components/fs/business-menu/LicenseFill.d.ts +4 -0
- package/es/components/fs/business-menu/LicenseFill.js +12 -0
- package/es/components/fs/business-menu/Temporary.d.ts +4 -0
- package/es/components/fs/business-menu/Temporary.js +12 -0
- package/es/components/fs/business-menu/TemporaryFill.d.ts +4 -0
- package/es/components/fs/business-menu/TemporaryFill.js +12 -0
- package/es/components/fs/business-menu/index.d.ts +4 -0
- package/es/components/fs/business-menu/index.js +4 -0
- package/es/components/fs/suggestion/FsSpecial.d.ts +4 -0
- package/es/components/fs/suggestion/FsSpecial.js +12 -0
- package/es/components/fs/suggestion/index.d.ts +1 -0
- package/es/components/fs/suggestion/index.js +1 -0
- package/es/components/sbt/business-menu/SbtApiRecord.d.ts +4 -0
- package/es/components/sbt/business-menu/SbtApiRecord.js +12 -0
- package/es/components/sbt/business-menu/SbtPingan.d.ts +4 -0
- package/es/components/sbt/business-menu/SbtPingan.js +12 -0
- package/es/components/sbt/business-menu/index.d.ts +2 -0
- package/es/components/sbt/business-menu/index.js +3 -1
- package/es/icons/fs/business-menu/license-fill.d.ts +17 -0
- package/es/icons/fs/business-menu/license-fill.js +17 -0
- package/es/icons/fs/business-menu/license.d.ts +17 -0
- package/es/icons/fs/business-menu/license.js +17 -0
- package/es/icons/fs/business-menu/temporary-fill.d.ts +17 -0
- package/es/icons/fs/business-menu/temporary-fill.js +17 -0
- package/es/icons/fs/business-menu/temporary.d.ts +17 -0
- package/es/icons/fs/business-menu/temporary.js +29 -0
- package/es/icons/fs/suggestion/fs-special.d.ts +17 -0
- package/es/icons/fs/suggestion/fs-special.js +17 -0
- package/es/icons/sbt/business-menu/sbt-api-record.d.ts +17 -0
- package/es/icons/sbt/business-menu/sbt-api-record.js +17 -0
- package/es/icons/sbt/business-menu/sbt-pingan.d.ts +17 -0
- package/es/icons/sbt/business-menu/sbt-pingan.js +17 -0
- package/es/index.d.ts +182 -175
- package/es/index.js +183 -176
- package/lib/components/fs/business-menu/License.d.ts +4 -0
- package/lib/components/fs/business-menu/License.js +20 -0
- package/lib/components/fs/business-menu/LicenseFill.d.ts +4 -0
- package/lib/components/fs/business-menu/LicenseFill.js +20 -0
- package/lib/components/fs/business-menu/Temporary.d.ts +4 -0
- package/lib/components/fs/business-menu/Temporary.js +20 -0
- package/lib/components/fs/business-menu/TemporaryFill.d.ts +4 -0
- package/lib/components/fs/business-menu/TemporaryFill.js +20 -0
- package/lib/components/fs/business-menu/index.d.ts +4 -0
- package/lib/components/fs/business-menu/index.js +28 -0
- package/lib/components/fs/suggestion/FsSpecial.d.ts +4 -0
- package/lib/components/fs/suggestion/FsSpecial.js +20 -0
- package/lib/components/fs/suggestion/index.d.ts +1 -0
- package/lib/components/fs/suggestion/index.js +7 -0
- package/lib/components/sbt/business-menu/SbtApiRecord.d.ts +4 -0
- package/lib/components/sbt/business-menu/SbtApiRecord.js +20 -0
- package/lib/components/sbt/business-menu/SbtPingan.d.ts +4 -0
- package/lib/components/sbt/business-menu/SbtPingan.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/license-fill.d.ts +17 -0
- package/lib/icons/fs/business-menu/license-fill.js +24 -0
- package/lib/icons/fs/business-menu/license.d.ts +17 -0
- package/lib/icons/fs/business-menu/license.js +24 -0
- package/lib/icons/fs/business-menu/temporary-fill.d.ts +17 -0
- package/lib/icons/fs/business-menu/temporary-fill.js +24 -0
- package/lib/icons/fs/business-menu/temporary.d.ts +17 -0
- package/lib/icons/fs/business-menu/temporary.js +36 -0
- package/lib/icons/fs/suggestion/fs-special.d.ts +17 -0
- package/lib/icons/fs/suggestion/fs-special.js +24 -0
- package/lib/icons/sbt/business-menu/sbt-api-record.d.ts +17 -0
- package/lib/icons/sbt/business-menu/sbt-api-record.js +24 -0
- package/lib/icons/sbt/business-menu/sbt-pingan.d.ts +17 -0
- package/lib/icons/sbt/business-menu/sbt-pingan.js +24 -0
- package/lib/index.d.ts +182 -175
- package/lib/index.js +224 -175
- 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/license";
|
|
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: 'license',
|
|
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/license-fill";
|
|
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: 'license-fill',
|
|
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/temporary";
|
|
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: 'temporary',
|
|
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/temporary-fill";
|
|
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: 'temporary-fill',
|
|
10
|
+
"icon-type": 'fs/business-menu'
|
|
11
|
+
}));
|
|
12
|
+
});
|
|
@@ -65,6 +65,8 @@ export { default as LeadingIn } from './LeadingIn';
|
|
|
65
65
|
export { default as LeadingInFill } from './LeadingInFill';
|
|
66
66
|
export { default as LeadinginManagement } from './LeadinginManagement';
|
|
67
67
|
export { default as LeadinginManagementFill } from './LeadinginManagementFill';
|
|
68
|
+
export { default as License } from './License';
|
|
69
|
+
export { default as LicenseFill } from './LicenseFill';
|
|
68
70
|
export { default as ListEdit } from './ListEdit';
|
|
69
71
|
export { default as ListEditFill } from './ListEditFill';
|
|
70
72
|
export { default as Listing } from './Listing';
|
|
@@ -116,6 +118,8 @@ export { default as TargetStatistics } from './TargetStatistics';
|
|
|
116
118
|
export { default as TargetStatisticsFill } from './TargetStatisticsFill';
|
|
117
119
|
export { default as TargetView } from './TargetView';
|
|
118
120
|
export { default as TargetViewFill } from './TargetViewFill';
|
|
121
|
+
export { default as Temporary } from './Temporary';
|
|
122
|
+
export { default as TemporaryFill } from './TemporaryFill';
|
|
119
123
|
export { default as ThirdParty } from './ThirdParty';
|
|
120
124
|
export { default as ThirdPartyFill } from './ThirdPartyFill';
|
|
121
125
|
export { default as TopicAnalyse } from './TopicAnalyse';
|
|
@@ -65,6 +65,8 @@ export { default as LeadingIn } from "./LeadingIn";
|
|
|
65
65
|
export { default as LeadingInFill } from "./LeadingInFill";
|
|
66
66
|
export { default as LeadinginManagement } from "./LeadinginManagement";
|
|
67
67
|
export { default as LeadinginManagementFill } from "./LeadinginManagementFill";
|
|
68
|
+
export { default as License } from "./License";
|
|
69
|
+
export { default as LicenseFill } from "./LicenseFill";
|
|
68
70
|
export { default as ListEdit } from "./ListEdit";
|
|
69
71
|
export { default as ListEditFill } from "./ListEditFill";
|
|
70
72
|
export { default as Listing } from "./Listing";
|
|
@@ -116,6 +118,8 @@ export { default as TargetStatistics } from "./TargetStatistics";
|
|
|
116
118
|
export { default as TargetStatisticsFill } from "./TargetStatisticsFill";
|
|
117
119
|
export { default as TargetView } from "./TargetView";
|
|
118
120
|
export { default as TargetViewFill } from "./TargetViewFill";
|
|
121
|
+
export { default as Temporary } from "./Temporary";
|
|
122
|
+
export { default as TemporaryFill } from "./TemporaryFill";
|
|
119
123
|
export { default as ThirdParty } from "./ThirdParty";
|
|
120
124
|
export { default as ThirdPartyFill } from "./ThirdPartyFill";
|
|
121
125
|
export { default as TopicAnalyse } from "./TopicAnalyse";
|
|
@@ -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/suggestion/fs-special";
|
|
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: 'fs-special',
|
|
10
|
+
"icon-type": 'fs/suggestion'
|
|
11
|
+
}));
|
|
12
|
+
});
|
|
@@ -9,6 +9,7 @@ export { default as DailyOperation } from './DailyOperation';
|
|
|
9
9
|
export { default as DrgsColor } from './DrgsColor';
|
|
10
10
|
export { default as Fail } from './Fail';
|
|
11
11
|
export { default as FailFill } from './FailFill';
|
|
12
|
+
export { default as FsSpecial } from './FsSpecial';
|
|
12
13
|
export { default as HospitalTransfer } from './HospitalTransfer';
|
|
13
14
|
export { default as Inform } from './Inform';
|
|
14
15
|
export { default as Information } from './Information';
|
|
@@ -9,6 +9,7 @@ export { default as DailyOperation } from "./DailyOperation";
|
|
|
9
9
|
export { default as DrgsColor } from "./DrgsColor";
|
|
10
10
|
export { default as Fail } from "./Fail";
|
|
11
11
|
export { default as FailFill } from "./FailFill";
|
|
12
|
+
export { default as FsSpecial } from "./FsSpecial";
|
|
12
13
|
export { default as HospitalTransfer } from "./HospitalTransfer";
|
|
13
14
|
export { default as Inform } from "./Inform";
|
|
14
15
|
export { default as Information } from "./Information";
|
|
@@ -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/sbt-api-record";
|
|
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: 'sbt-api-record',
|
|
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/sbt-pingan";
|
|
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: 'sbt-pingan',
|
|
10
|
+
"icon-type": 'sbt/business-menu'
|
|
11
|
+
}));
|
|
12
|
+
});
|
|
@@ -1,2 +1,4 @@
|
|
|
1
1
|
export { default as Payment } from "./Payment";
|
|
2
|
-
export { default as PaymentFill } from "./PaymentFill";
|
|
2
|
+
export { default as PaymentFill } from "./PaymentFill";
|
|
3
|
+
export { default as SbtApiRecord } from "./SbtApiRecord";
|
|
4
|
+
export { default as SbtPingan } from "./SbtPingan";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
var node = {
|
|
2
|
+
"name": "license-fill",
|
|
3
|
+
"nodeTree": {
|
|
4
|
+
"tag": "svg",
|
|
5
|
+
"attrs": {
|
|
6
|
+
"viewBox": "0 0 1024 1024"
|
|
7
|
+
},
|
|
8
|
+
"children": [{
|
|
9
|
+
"tag": "path",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"d": "M880 112a32 32 0 0132 32v736a32 32 0 01-32 32H144a32 32 0 01-32-32V144a32 32 0 0132-32h736zM664 288h-48a8 8 0 00-8 8v188.03a128 128 0 1064 0l-.06-67.84h56.44l2.56-.45a8 8 0 005.44-7.61v-48a8 8 0 00-8-8l-56.44.06L672 296l-.38-2.56A8 8 0 00664 288zM440 640H264a8 8 0 00-8 8v48a8 8 0 008 8h176a8 8 0 008-8v-48a8 8 0 00-8-8zm200-96a64 64 0 110 128 64 64 0 010-128zm-200-64H264a8 8 0 00-8 8v48a8 8 0 008 8h176a8 8 0 008-8v-48a8 8 0 00-8-8zm64-160H264a8 8 0 00-8 8v48a8 8 0 008 8h240a8 8 0 008-8v-48a8 8 0 00-8-8z"
|
|
12
|
+
},
|
|
13
|
+
"children": []
|
|
14
|
+
}]
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
export default node;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
var node = {
|
|
2
|
+
"name": "license",
|
|
3
|
+
"nodeTree": {
|
|
4
|
+
"tag": "svg",
|
|
5
|
+
"attrs": {
|
|
6
|
+
"viewBox": "0 0 1024 1024"
|
|
7
|
+
},
|
|
8
|
+
"children": [{
|
|
9
|
+
"tag": "path",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"d": "M880 112a32 32 0 0132 32v736a32 32 0 01-32 32H144a32 32 0 01-32-32V144a32 32 0 0132-32h736zm-32 64H176v672h672V176zM664 288a8.1 8.1 0 017.62 5.44L672 296l-.06 56.2h56.44c4.42 0 8 3.51 8 7.93v48a8 8 0 01-5.44 7.61l-2.56.39-56.44.06.06 67.84a128 128 0 11-64 0V296a8 8 0 018-8zM440 640a8 8 0 018 8v48a8 8 0 01-8 8H264a8 8 0 01-8-8v-48a8 8 0 018-8h176zm200-96a64 64 0 100 128 64 64 0 000-128zm-200-64a8 8 0 018 8v48a8 8 0 01-8 8H264a8 8 0 01-8-8v-48a8 8 0 018-8h176zm64-160a8 8 0 018 8v48a8 8 0 01-8 8H264a8 8 0 01-8-8v-48a8 8 0 018-8h240z"
|
|
12
|
+
},
|
|
13
|
+
"children": []
|
|
14
|
+
}]
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
export default node;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
var node = {
|
|
2
|
+
"name": "temporary-fill",
|
|
3
|
+
"nodeTree": {
|
|
4
|
+
"tag": "svg",
|
|
5
|
+
"attrs": {
|
|
6
|
+
"viewBox": "0 0 1024 1024"
|
|
7
|
+
},
|
|
8
|
+
"children": [{
|
|
9
|
+
"tag": "path",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"d": "M628.16 64a32 32 0 0120.8 7.68L852.8 246.4a32 32 0 0111.2 24.32V928a32 32 0 01-32 32H192a32 32 0 01-32-32V96a32 32 0 0132-32zM480 352h-64a8 8 0 00-8 8v248a8 8 0 008 8h248a8 8 0 008-8v-64a8 8 0 00-8-8l-176-.06V360a8 8 0 00-5.44-7.62L480 352z"
|
|
12
|
+
},
|
|
13
|
+
"children": []
|
|
14
|
+
}]
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
export default node;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
var node = {
|
|
2
|
+
"name": "temporary",
|
|
3
|
+
"nodeTree": {
|
|
4
|
+
"tag": "svg",
|
|
5
|
+
"attrs": {
|
|
6
|
+
"viewBox": "0 0 1024 1024"
|
|
7
|
+
},
|
|
8
|
+
"children": [{
|
|
9
|
+
"tag": "path",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"d": "M628.16 64a32 32 0 0120.8 7.68L852.8 246.4a32 32 0 0111.2 24.32V928a32 32 0 01-32 32H192a32 32 0 01-32-32V96a32 32 0 0132-32zm-13.95 64H224v768h576V288L614.2 128z"
|
|
12
|
+
},
|
|
13
|
+
"children": []
|
|
14
|
+
}, {
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M416 352h64q8 0 8 8v248q0 8-8 8h-64q-8 0-8-8V360q0-8 8-8z"
|
|
18
|
+
},
|
|
19
|
+
"children": []
|
|
20
|
+
}, {
|
|
21
|
+
"tag": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "M671.94 544.06v64q0 8-8 8h-248q-8 0-8-8v-64q0-8 8-8h248q8 0 8 8z"
|
|
24
|
+
},
|
|
25
|
+
"children": []
|
|
26
|
+
}]
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
export default node;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
var node = {
|
|
2
|
+
"name": "fs-special",
|
|
3
|
+
"nodeTree": {
|
|
4
|
+
"tag": "svg",
|
|
5
|
+
"attrs": {
|
|
6
|
+
"viewBox": "0 0 1024 1024"
|
|
7
|
+
},
|
|
8
|
+
"children": [{
|
|
9
|
+
"tag": "path",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"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-384zm75.35 129.35v53.9H497.7v52.25h89.65v47.85h-119.9v53.9h297v-53.9H645.1V363.5h95.15v-52.25H645.1v-53.9h-57.75zm-107.8 256.3v53.9h166.1v124.3c0 14.3-5.5 21.45-16.5 21.45-19.8 0-40.7-1.65-62.15-3.85l11.55 53.9h69.85c35.2 0 53.35-19.25 53.35-57.75V567.55h57.2v-53.9h-57.2v-29.7h-56.1v29.7h-166.1zm48.95 67.1l-44.55 28.05c26.4 30.8 47.3 59.4 62.7 85.25l45.65-31.9c-15.4-23.1-36.3-50.05-63.8-81.4zm-206.25-158.4h35.2V553.8c-33 9.9-66 17.6-100.1 23.65L271.1 633c29.15-7.7 57.75-16.5 86.35-25.85V767.2H413V587.35c14.3-5.5 29.15-11.55 44-17.6v-53.9a813.66 813.66 0 01-44 18.7v-112.2h41.25v-55H413V259h-55.55v108.35h-27.5c2.2-19.8 3.3-40.7 4.4-61.6l-51.7-3.85c-2.2 63.8-11.55 124.85-28.05 182.6l50.05 14.3a673.1 673.1 0 0017.6-76.45z"
|
|
12
|
+
},
|
|
13
|
+
"children": []
|
|
14
|
+
}]
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
export default node;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
var node = {
|
|
2
|
+
"name": "sbt-api-record",
|
|
3
|
+
"nodeTree": {
|
|
4
|
+
"tag": "svg",
|
|
5
|
+
"attrs": {
|
|
6
|
+
"viewBox": "0 0 1024 1024"
|
|
7
|
+
},
|
|
8
|
+
"children": [{
|
|
9
|
+
"tag": "path",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"d": "M864 928a32 32 0 01-32 32H192a32 32 0 01-32-32V96a32 32 0 0132-32h640a32 32 0 0132 32v832zm-64-32V128H224v768h576zm-96-104a8 8 0 01-8 8H328a8 8 0 01-8-8v-48a8 8 0 018-8h368a8 8 0 018 8v48zm0-128a8 8 0 01-8 8H328a8 8 0 01-8-8v-48a8 8 0 018-8h368a8 8 0 018 8v48zM400 264a8 8 0 018-8h48a8 8 0 018 8v152h152a8 8 0 018 8v48a8 8 0 01-8 8H408a8 8 0 01-8-7.75V264z"
|
|
12
|
+
},
|
|
13
|
+
"children": []
|
|
14
|
+
}]
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
export default node;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
var node = {
|
|
2
|
+
"name": "sbt-pingan",
|
|
3
|
+
"nodeTree": {
|
|
4
|
+
"tag": "svg",
|
|
5
|
+
"attrs": {
|
|
6
|
+
"viewBox": "0 0 1024 1024"
|
|
7
|
+
},
|
|
8
|
+
"children": [{
|
|
9
|
+
"tag": "path",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"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-384zM288.15 277.7v56.1h192.5V523h-214.5v55.55h214.5v188.1h58.3v-188.1h218.9V523h-218.9V333.8H737.5v-56.1H288.15zM369 355.8l-53.35 25.85c19.8 36.3 39.05 77.55 56.65 123.2l53.9-26.4c-18.7-45.1-37.4-85.8-57.2-122.65zm290.95-2.2C645.1 393.75 625.3 434.45 600 475.15l51.7 26.4c24.75-39.6 45.1-80.85 60.5-123.2l-52.25-24.75z"
|
|
12
|
+
},
|
|
13
|
+
"children": []
|
|
14
|
+
}]
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
export default node;
|