@firesoon/icons-react 3.0.28 → 3.0.30
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/sbt/business-menu/SbtOperationrecords.d.ts +4 -0
- package/es/components/sbt/business-menu/SbtOperationrecords.js +12 -0
- package/es/components/sbt/business-menu/SbtOrdermanagement.d.ts +4 -0
- package/es/components/sbt/business-menu/SbtOrdermanagement.js +12 -0
- package/es/components/sbt/business-menu/SbtReviewchanges.d.ts +4 -0
- package/es/components/sbt/business-menu/SbtReviewchanges.js +12 -0
- package/es/components/sbt/business-menu/SbtTransactionflow.d.ts +4 -0
- package/es/components/sbt/business-menu/SbtTransactionflow.js +12 -0
- package/es/components/sbt/business-menu/index.d.ts +4 -0
- package/es/components/sbt/business-menu/index.js +4 -0
- package/es/icons/sbt/business-menu/sbt-operationrecords.d.ts +17 -0
- package/es/icons/sbt/business-menu/sbt-operationrecords.js +35 -0
- package/es/icons/sbt/business-menu/sbt-ordermanagement.d.ts +17 -0
- package/es/icons/sbt/business-menu/sbt-ordermanagement.js +41 -0
- package/es/icons/sbt/business-menu/sbt-reviewchanges.d.ts +17 -0
- package/es/icons/sbt/business-menu/sbt-reviewchanges.js +35 -0
- package/es/icons/sbt/business-menu/sbt-transactionflow.d.ts +17 -0
- package/es/icons/sbt/business-menu/sbt-transactionflow.js +53 -0
- package/es/index.d.ts +178 -174
- package/es/index.js +178 -174
- package/lib/components/sbt/business-menu/SbtOperationrecords.d.ts +4 -0
- package/lib/components/sbt/business-menu/SbtOperationrecords.js +20 -0
- package/lib/components/sbt/business-menu/SbtOrdermanagement.d.ts +4 -0
- package/lib/components/sbt/business-menu/SbtOrdermanagement.js +20 -0
- package/lib/components/sbt/business-menu/SbtReviewchanges.d.ts +4 -0
- package/lib/components/sbt/business-menu/SbtReviewchanges.js +20 -0
- package/lib/components/sbt/business-menu/SbtTransactionflow.d.ts +4 -0
- package/lib/components/sbt/business-menu/SbtTransactionflow.js +20 -0
- package/lib/components/sbt/business-menu/index.d.ts +4 -0
- package/lib/components/sbt/business-menu/index.js +28 -0
- package/lib/icons/sbt/business-menu/sbt-operationrecords.d.ts +17 -0
- package/lib/icons/sbt/business-menu/sbt-operationrecords.js +42 -0
- package/lib/icons/sbt/business-menu/sbt-ordermanagement.d.ts +17 -0
- package/lib/icons/sbt/business-menu/sbt-ordermanagement.js +48 -0
- package/lib/icons/sbt/business-menu/sbt-reviewchanges.d.ts +17 -0
- package/lib/icons/sbt/business-menu/sbt-reviewchanges.js +42 -0
- package/lib/icons/sbt/business-menu/sbt-transactionflow.d.ts +17 -0
- package/lib/icons/sbt/business-menu/sbt-transactionflow.js +60 -0
- package/lib/index.d.ts +178 -174
- package/lib/index.js +202 -174
- package/package.json +13 -13
|
@@ -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-operationrecords";
|
|
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-operationrecords',
|
|
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-ordermanagement";
|
|
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-ordermanagement',
|
|
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-reviewchanges";
|
|
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-reviewchanges',
|
|
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-transactionflow";
|
|
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-transactionflow',
|
|
10
|
+
"icon-type": 'sbt/business-menu'
|
|
11
|
+
}));
|
|
12
|
+
});
|
|
@@ -22,6 +22,8 @@ export { default as SbtMija } from './SbtMija';
|
|
|
22
22
|
export { default as SbtNotificationssettings } from './SbtNotificationssettings';
|
|
23
23
|
export { default as SbtNumbersource } from './SbtNumbersource';
|
|
24
24
|
export { default as SbtOfficialaccount } from './SbtOfficialaccount';
|
|
25
|
+
export { default as SbtOperationrecords } from './SbtOperationrecords';
|
|
26
|
+
export { default as SbtOrdermanagement } from './SbtOrdermanagement';
|
|
25
27
|
export { default as SbtPatientdetails } from './SbtPatientdetails';
|
|
26
28
|
export { default as SbtPingan } from './SbtPingan';
|
|
27
29
|
export { default as SbtPolicyinquiry } from './SbtPolicyinquiry';
|
|
@@ -30,6 +32,7 @@ export { default as SbtProductconfiguration } from './SbtProductconfiguration';
|
|
|
30
32
|
export { default as SbtQuickfuction } from './SbtQuickfuction';
|
|
31
33
|
export { default as SbtRealname } from './SbtRealname';
|
|
32
34
|
export { default as SbtReconciliation } from './SbtReconciliation';
|
|
35
|
+
export { default as SbtReviewchanges } from './SbtReviewchanges';
|
|
33
36
|
export { default as SbtRiskmanagement } from './SbtRiskmanagement';
|
|
34
37
|
export { default as SbtScheme } from './SbtScheme';
|
|
35
38
|
export { default as SbtScope } from './SbtScope';
|
|
@@ -37,5 +40,6 @@ export { default as SbtSelfinquiry } from './SbtSelfinquiry';
|
|
|
37
40
|
export { default as SbtServiceperformance } from './SbtServiceperformance';
|
|
38
41
|
export { default as SbtSmallprogram } from './SbtSmallprogram';
|
|
39
42
|
export { default as SbtSupplementdata } from './SbtSupplementdata';
|
|
43
|
+
export { default as SbtTransactionflow } from './SbtTransactionflow';
|
|
40
44
|
export { default as SbtUsermanagement } from './SbtUsermanagement';
|
|
41
45
|
export { default as SbtUseroverview } from './SbtUseroverview';
|
|
@@ -22,6 +22,8 @@ export { default as SbtMija } from "./SbtMija";
|
|
|
22
22
|
export { default as SbtNotificationssettings } from "./SbtNotificationssettings";
|
|
23
23
|
export { default as SbtNumbersource } from "./SbtNumbersource";
|
|
24
24
|
export { default as SbtOfficialaccount } from "./SbtOfficialaccount";
|
|
25
|
+
export { default as SbtOperationrecords } from "./SbtOperationrecords";
|
|
26
|
+
export { default as SbtOrdermanagement } from "./SbtOrdermanagement";
|
|
25
27
|
export { default as SbtPatientdetails } from "./SbtPatientdetails";
|
|
26
28
|
export { default as SbtPingan } from "./SbtPingan";
|
|
27
29
|
export { default as SbtPolicyinquiry } from "./SbtPolicyinquiry";
|
|
@@ -30,6 +32,7 @@ export { default as SbtProductconfiguration } from "./SbtProductconfiguration";
|
|
|
30
32
|
export { default as SbtQuickfuction } from "./SbtQuickfuction";
|
|
31
33
|
export { default as SbtRealname } from "./SbtRealname";
|
|
32
34
|
export { default as SbtReconciliation } from "./SbtReconciliation";
|
|
35
|
+
export { default as SbtReviewchanges } from "./SbtReviewchanges";
|
|
33
36
|
export { default as SbtRiskmanagement } from "./SbtRiskmanagement";
|
|
34
37
|
export { default as SbtScheme } from "./SbtScheme";
|
|
35
38
|
export { default as SbtScope } from "./SbtScope";
|
|
@@ -37,5 +40,6 @@ export { default as SbtSelfinquiry } from "./SbtSelfinquiry";
|
|
|
37
40
|
export { default as SbtServiceperformance } from "./SbtServiceperformance";
|
|
38
41
|
export { default as SbtSmallprogram } from "./SbtSmallprogram";
|
|
39
42
|
export { default as SbtSupplementdata } from "./SbtSupplementdata";
|
|
43
|
+
export { default as SbtTransactionflow } from "./SbtTransactionflow";
|
|
40
44
|
export { default as SbtUsermanagement } from "./SbtUsermanagement";
|
|
41
45
|
export { default as SbtUseroverview } from "./SbtUseroverview";
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
var node = {
|
|
2
|
+
"name": "sbt-operationrecords",
|
|
3
|
+
"nodeTree": {
|
|
4
|
+
"tag": "svg",
|
|
5
|
+
"attrs": {
|
|
6
|
+
"viewBox": "0 0 1024 1024"
|
|
7
|
+
},
|
|
8
|
+
"children": [{
|
|
9
|
+
"tag": "path",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"d": "M213.71 137.14h555.43V482.3h82.29V91.43q0-.9-.05-1.8-.04-.9-.13-1.79t-.22-1.78q-.13-.89-.3-1.77-.18-.88-.4-1.75-.22-.87-.48-1.73t-.56-1.7q-.3-.85-.65-1.68-.34-.83-.72-1.64-.39-.8-.81-1.6-.42-.8-.88-1.56-.47-.77-.96-1.52-.5-.75-1.04-1.47t-1.1-1.41q-.57-.7-1.18-1.36-.6-.67-1.23-1.3-.64-.64-1.3-1.24-.67-.6-1.36-1.17-.7-.57-1.42-1.1-.72-.54-1.47-1.04t-1.51-.96q-.77-.46-1.56-.88-.8-.43-1.6-.81-.82-.39-1.65-.73-.83-.34-1.67-.64-.85-.3-1.7-.57-.87-.26-1.74-.48-.87-.21-1.75-.39-.88-.17-1.77-.3-.89-.14-1.78-.23-.9-.08-1.79-.13-.9-.04-1.8-.04H85.72q-.9 0-1.79.04-.9.05-1.8.13l-1.77.22q-.89.14-1.77.31-.88.17-1.75.4-.87.21-1.73.47t-1.7.57q-.85.3-1.68.64t-1.64.73-1.6.8q-.8.43-1.57.9-.77.45-1.51.95-.75.5-1.47 1.03t-1.42 1.1q-.7.58-1.36 1.18-.66.6-1.3 1.24-.63.63-1.23 1.3-.6.66-1.18 1.36-.57.7-1.1 1.41-.54.72-1.03 1.47-.5.75-.96 1.52-.47.77-.89 1.56-.42.8-.8 1.6-.39.81-.73 1.64t-.65 1.68q-.3.84-.56 1.7-.26.86-.48 1.73-.22.87-.4 1.75-.17.88-.3 1.77-.13.9-.22 1.78-.09.9-.13 1.8-.05.89-.05 1.79v841.14q0 .9.05 1.8.04.9.13 1.79t.22 1.78q.13.89.3 1.77.18.88.4 1.75.22.87.48 1.73t.56 1.7q.3.85.65 1.68.34.83.72 1.64t.81 1.6q.42.8.89 1.56.46.77.96 1.52.5.75 1.03 1.47t1.1 1.41q.57.7 1.18 1.36.6.67 1.23 1.3.64.64 1.3 1.24.67.6 1.36 1.17.7.57 1.42 1.1.72.54 1.47 1.04.74.5 1.51.96.77.46 1.56.88.8.43 1.6.81.82.38 1.65.73t1.67.64q.85.3 1.7.57.87.26 1.74.48.87.22 1.75.39t1.77.3q.89.14 1.78.23.9.08 1.79.13.9.04 1.8.04h609.14v-82.28H131.43V137.14h82.28z"
|
|
12
|
+
},
|
|
13
|
+
"children": []
|
|
14
|
+
}, {
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M656 565.71h54.86q9.14 0 9.14 9.15v141.71q0 9.14-9.14 9.14H656q-9.14 0-9.14-9.14V574.86q0-9.15 9.14-9.15z"
|
|
18
|
+
},
|
|
19
|
+
"children": []
|
|
20
|
+
}, {
|
|
21
|
+
"tag": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "M649.89 710.4l38.8-38.8q6.46-6.46 12.92 0l100.21 100.22q6.47 6.46 0 12.93l-38.79 38.78q-6.46 6.47-12.93 0l-100.2-100.2q-6.47-6.47 0-12.93zM226.29 232h448q9.14 0 9.14 9.14V296q0 9.14-9.14 9.14h-448q-9.15 0-9.15-9.14v-54.86q0-9.14 9.15-9.14zM226.29 396.57h146.28q9.14 0 9.14 9.14v54.86q0 9.14-9.14 9.14H226.3q-9.15 0-9.15-9.14v-54.86q0-9.14 9.15-9.14z"
|
|
24
|
+
},
|
|
25
|
+
"children": []
|
|
26
|
+
}, {
|
|
27
|
+
"tag": "path",
|
|
28
|
+
"attrs": {
|
|
29
|
+
"d": "M969.14 682.29q0 7-.34 14.02t-1.03 13.98q-.69 6.98-1.72 13.92-1.03 6.94-2.4 13.82-1.37 6.88-3.07 13.68-1.7 6.8-3.74 13.51t-4.4 13.32q-2.36 6.6-5.05 13.08-2.68 6.48-5.68 12.82-3 6.35-6.3 12.53-3.31 6.19-6.92 12.2-3.6 6.02-7.5 11.85t-8.07 11.47q-4.18 5.63-8.63 11.05-4.45 5.42-9.16 10.62-4.71 5.2-9.67 10.16t-10.16 9.67q-5.2 4.7-10.62 9.16-5.42 4.45-11.05 8.62-5.64 4.18-11.47 8.08-5.83 3.9-11.84 7.5-6.02 3.6-12.2 6.91-6.2 3.3-12.53 6.3-6.34 3-12.82 5.7-6.48 2.67-13.09 5.04-6.6 2.36-13.31 4.4t-13.52 3.74q-6.8 1.7-13.68 3.07-6.88 1.37-13.82 2.4-6.94 1.03-13.92 1.71-6.98.7-13.98 1.04-7 .34-14.02.34t-14.02-.34q-7-.35-13.99-1.04-6.98-.68-13.91-1.71-6.94-1.03-13.82-2.4-6.88-1.37-13.68-3.07-6.8-1.7-13.52-3.74t-13.32-4.4q-6.6-2.37-13.08-5.05-6.48-2.68-12.82-5.68-6.34-3-12.53-6.3-6.18-3.31-12.2-6.92-6.01-3.6-11.85-7.5-5.83-3.9-11.46-8.08-5.64-4.17-11.06-8.62-5.42-4.45-10.62-9.16-5.2-4.71-10.15-9.67-4.96-4.96-9.67-10.16t-9.16-10.62q-4.45-5.42-8.63-11.05-4.18-5.64-8.07-11.47-3.9-5.83-7.5-11.85-3.61-6.01-6.92-12.2-3.3-6.18-6.3-12.53-3-6.34-5.69-12.82-2.68-6.48-5.04-13.08-2.37-6.6-4.4-13.32-2.04-6.7-3.74-13.51-1.7-6.8-3.08-13.68-1.36-6.88-2.4-13.82-1.02-6.94-1.71-13.92-.69-6.98-1.03-13.98-.35-7.01-.35-14.02t.35-14.02q.34-7 1.03-13.99.69-6.98 1.72-13.92 1.03-6.93 2.4-13.81 1.36-6.88 3.07-13.69 1.7-6.8 3.74-13.51 2.03-6.71 4.4-13.32 2.36-6.6 5.04-13.08 2.69-6.48 5.69-12.82 3-6.34 6.3-12.53 3.3-6.19 6.91-12.2 3.6-6.02 7.5-11.85t8.08-11.46q4.18-5.64 8.63-11.06 4.45-5.42 9.16-10.62 4.7-5.2 9.67-10.16 4.96-4.96 10.15-9.66 5.2-4.71 10.62-9.16 5.43-4.45 11.06-8.63 5.63-4.18 11.46-8.08 5.84-3.9 11.85-7.5 6.02-3.6 12.2-6.91 6.19-3.3 12.53-6.3 6.34-3 12.82-5.69 6.48-2.68 13.08-5.05 6.6-2.36 13.32-4.4 6.71-2.03 13.52-3.74 6.8-1.7 13.68-3.07 6.88-1.37 13.82-2.4 6.93-1.02 13.91-1.71 6.98-.7 13.99-1.03 7-.35 14.02-.35t14.02.35q7 .34 13.98 1.03 6.98.68 13.92 1.71 6.94 1.03 13.82 2.4 6.88 1.37 13.68 3.07 6.8 1.7 13.52 3.74 6.7 2.04 13.31 4.4 6.6 2.37 13.09 5.05 6.48 2.68 12.82 5.68 6.34 3 12.52 6.3 6.19 3.31 12.2 6.92 6.02 3.6 11.85 7.5t11.47 8.08q5.63 4.18 11.05 8.63 5.43 4.45 10.62 9.16 5.2 4.7 10.16 9.66t9.67 10.16q4.7 5.2 9.16 10.62 4.45 5.42 8.63 11.06 4.17 5.63 8.07 11.46 3.9 5.83 7.5 11.85 3.6 6.01 6.92 12.2 3.3 6.19 6.3 12.53 3 6.34 5.68 12.82 2.69 6.48 5.05 13.08t4.4 13.32 3.74 13.51q1.7 6.8 3.07 13.69 1.37 6.88 2.4 13.81 1.03 6.94 1.72 13.92.68 6.98 1.03 13.99.34 7 .34 14.02zm-82.28 0q0-5-.25-9.99-.24-4.98-.73-9.95-.5-4.97-1.23-9.91t-1.7-9.84q-.98-4.9-2.19-9.74-1.21-4.85-2.66-9.63-1.45-4.78-3.13-9.48-1.69-4.7-3.6-9.31-1.9-4.62-4.04-9.13-2.14-4.52-4.5-8.92-2.35-4.4-4.91-8.69-2.57-4.28-5.35-8.43-2.77-4.16-5.75-8.17-2.97-4-6.14-7.87t-6.52-7.56q-3.35-3.7-6.89-7.23t-7.23-6.88q-3.7-3.36-7.56-6.53t-7.87-6.14q-4.01-2.97-8.16-5.75-4.16-2.77-8.44-5.34-4.28-2.57-8.69-4.92-4.4-2.36-8.91-4.5-4.52-2.13-9.13-4.04-4.62-1.9-9.32-3.6-4.7-1.67-9.48-3.12-4.78-1.45-9.62-2.67-4.85-1.2-9.74-2.18-4.9-.98-9.84-1.71-4.94-.73-9.91-1.22-4.97-.5-9.96-.74-4.99-.24-9.98-.24t-9.98.24q-5 .25-9.96.74-4.97.49-9.91 1.22t-9.84 1.7q-4.9.98-9.74 2.2-4.84 1.2-9.62 2.66-4.78 1.45-9.48 3.13t-9.32 3.6q-4.61 1.9-9.13 4.04-4.51 2.13-8.92 4.49-4.4 2.35-8.68 4.92-4.29 2.57-8.44 5.34-4.15 2.78-8.16 5.75-4.01 2.98-7.88 6.14t-7.56 6.53q-3.7 3.35-7.23 6.88t-6.88 7.23q-3.36 3.7-6.52 7.56-3.17 3.86-6.15 7.87-2.97 4.01-5.75 8.17-2.77 4.15-5.34 8.43-2.57 4.29-4.92 8.69-2.35 4.4-4.49 8.92-2.13 4.51-4.04 9.13-1.92 4.61-3.6 9.31-1.68 4.7-3.13 9.48t-2.66 9.63q-1.22 4.84-2.2 9.74-.97 4.9-1.7 9.84-.73 4.94-1.22 9.9-.49 4.98-.74 9.96-.24 5-.24 9.99t.24 9.98q.25 4.98.74 9.96.49 4.97 1.22 9.9.73 4.94 1.7 9.84.98 4.9 2.2 9.74 1.21 4.85 2.66 9.63 1.45 4.78 3.13 9.48t3.6 9.31q1.9 4.62 4.04 9.13 2.14 4.52 4.5 8.92 2.34 4.4 4.91 8.69 2.57 4.28 5.34 8.43 2.78 4.16 5.75 8.17 2.98 4 6.15 7.87t6.52 7.56q3.35 3.7 6.88 7.23 3.53 3.53 7.23 6.89 3.7 3.35 7.56 6.52 3.87 3.17 7.88 6.14 4 2.98 8.16 5.75 4.15 2.77 8.44 5.34 4.28 2.57 8.68 4.92 4.4 2.36 8.92 4.5 4.52 2.13 9.13 4.04 4.61 1.91 9.32 3.6 4.7 1.68 9.48 3.12 4.78 1.45 9.62 2.67 4.84 1.21 9.74 2.19 4.9.97 9.84 1.7 4.94.74 9.9 1.22 4.98.5 9.97.74 4.98.24 9.98.24t9.98-.24q4.99-.25 9.96-.74 4.97-.48 9.9-1.22 4.95-.73 9.85-1.7 4.9-.98 9.74-2.2 4.84-1.2 9.62-2.66 4.78-1.44 9.48-3.13 4.7-1.68 9.32-3.59 4.61-1.91 9.13-4.05 4.51-2.13 8.91-4.49 4.4-2.35 8.7-4.92 4.27-2.57 8.43-5.34 4.15-2.77 8.16-5.75 4.01-2.97 7.87-6.14t7.56-6.52q3.7-3.36 7.23-6.89 3.54-3.53 6.89-7.23 3.35-3.7 6.52-7.56t6.14-7.87q2.98-4.01 5.75-8.17 2.78-4.15 5.35-8.43 2.56-4.28 4.92-8.69 2.35-4.4 4.49-8.92 2.13-4.51 4.04-9.13 1.91-4.6 3.6-9.31 1.68-4.7 3.13-9.48t2.66-9.63q1.21-4.84 2.19-9.74.97-4.9 1.7-9.84.74-4.93 1.23-9.9.49-4.98.73-9.96.25-4.99.25-9.98z"
|
|
30
|
+
},
|
|
31
|
+
"children": []
|
|
32
|
+
}]
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
export default node;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
var node = {
|
|
2
|
+
"name": "sbt-ordermanagement",
|
|
3
|
+
"nodeTree": {
|
|
4
|
+
"tag": "svg",
|
|
5
|
+
"attrs": {
|
|
6
|
+
"viewBox": "0 0 1024 1024"
|
|
7
|
+
},
|
|
8
|
+
"children": [{
|
|
9
|
+
"tag": "path",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"d": "M213.71 137.14h555.43v402.29h82.29v-448q0-.9-.05-1.8-.04-.9-.13-1.79t-.22-1.78q-.13-.89-.3-1.77-.18-.88-.4-1.75-.22-.87-.48-1.73t-.56-1.7q-.3-.85-.65-1.68-.34-.83-.72-1.64-.39-.8-.81-1.6-.42-.8-.88-1.56-.47-.77-.96-1.52-.5-.75-1.04-1.47t-1.1-1.41q-.57-.7-1.18-1.36-.6-.67-1.23-1.3-.64-.64-1.3-1.24-.67-.6-1.36-1.17-.7-.57-1.42-1.1-.72-.54-1.47-1.04t-1.51-.96q-.77-.46-1.56-.88-.8-.43-1.6-.81-.82-.39-1.65-.73-.83-.34-1.67-.64-.85-.3-1.7-.57-.87-.26-1.74-.48-.87-.21-1.75-.39-.88-.17-1.77-.3-.89-.14-1.78-.23-.9-.08-1.79-.13-.9-.04-1.8-.04H85.72q-.9 0-1.79.04-.9.05-1.8.13l-1.77.22q-.89.14-1.77.31-.88.17-1.75.4-.87.21-1.73.47t-1.7.57q-.85.3-1.68.64t-1.64.73-1.6.8q-.8.43-1.57.9-.77.45-1.51.95-.75.5-1.47 1.03t-1.42 1.1q-.7.58-1.36 1.18-.66.6-1.3 1.24-.63.63-1.23 1.3-.6.66-1.18 1.36-.57.7-1.1 1.41-.54.72-1.03 1.47-.5.75-.96 1.52-.47.77-.89 1.56-.42.8-.8 1.6-.39.81-.73 1.64t-.65 1.68q-.3.84-.56 1.7-.26.86-.48 1.73-.22.87-.4 1.75-.17.88-.3 1.77-.13.9-.22 1.78-.09.9-.13 1.8-.05.89-.05 1.79v841.14q0 .9.05 1.8.04.9.13 1.79t.22 1.78q.13.89.3 1.77.18.88.4 1.75.22.87.48 1.73t.56 1.7q.3.85.65 1.68.34.83.72 1.64t.81 1.6q.42.8.89 1.56.46.77.96 1.52.5.75 1.03 1.47t1.1 1.41q.57.7 1.18 1.36.6.67 1.23 1.3.64.64 1.3 1.24.67.6 1.36 1.17.7.57 1.42 1.1.72.54 1.47 1.04.74.5 1.51.96.77.46 1.56.88.8.43 1.6.81.82.38 1.65.73t1.67.64q.85.3 1.7.57.87.26 1.74.48.87.22 1.75.39t1.77.3q.89.14 1.78.23.9.08 1.79.13.9.04 1.8.04h609.14v-82.28H131.43V137.14h82.28z"
|
|
12
|
+
},
|
|
13
|
+
"children": []
|
|
14
|
+
}, {
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M256 187.43h393.14q9.15 0 9.15 9.14v54.86q0 9.14-9.15 9.14H256q-9.14 0-9.14-9.14v-54.86q0-9.14 9.14-9.14zM214.86 374.86h228.57q9.14 0 9.14 9.14v54.86q0 9.14-9.14 9.14H214.86q-9.15 0-9.15-9.14V384q0-9.14 9.15-9.14zM214.86 539.43H320q9.14 0 9.14 9.14v54.86q0 9.14-9.14 9.14H214.86q-9.15 0-9.15-9.14v-54.86q0-9.14 9.15-9.14z"
|
|
18
|
+
},
|
|
19
|
+
"children": []
|
|
20
|
+
}, {
|
|
21
|
+
"tag": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "M320 64v187.43q0 9.14-9.14 9.14H256q-9.14 0-9.14-9.14V64q0-9.14 9.14-9.14h54.86q9.14 0 9.14 9.14zM658.29 64v187.43q0 9.14-9.15 9.14H594.3q-9.15 0-9.15-9.14V64q0-9.14 9.15-9.14h54.85q9.15 0 9.15 9.14zM700.57 846.86q-2.8 0-5.6-.14t-5.6-.41q-2.8-.28-5.57-.69-2.77-.41-5.52-.96-2.76-.55-5.48-1.23-2.72-.68-5.4-1.5-2.69-.8-5.33-1.75t-5.23-2.02q-2.6-1.08-5.13-2.28-2.54-1.2-5.01-2.52-2.48-1.32-4.88-2.76-2.41-1.44-4.74-3t-4.59-3.23q-2.25-1.68-4.42-3.45-2.17-1.78-4.25-3.67-2.08-1.88-4.06-3.87-1.99-1.98-3.87-4.06-1.88-2.08-3.66-4.25-1.78-2.16-3.45-4.42-1.67-2.25-3.23-4.58t-3-4.74q-1.45-2.41-2.77-4.88-1.32-2.48-2.52-5.02-1.2-2.53-2.27-5.12-1.08-2.6-2.02-5.24-.95-2.64-1.76-5.32-.82-2.69-1.5-5.4-.68-2.73-1.23-5.48-.55-2.75-.96-5.53-.4-2.77-.68-5.57-.28-2.79-.42-5.6-.13-2.8-.13-5.6t.13-5.6q.14-2.8.42-5.6.27-2.8.68-5.57.41-2.77.96-5.52.55-2.76 1.23-5.48.68-2.72 1.5-5.4.81-2.69 1.76-5.33.94-2.64 2.02-5.23 1.07-2.6 2.27-5.13 1.2-2.54 2.52-5.01 1.32-2.48 2.77-4.88 1.44-2.41 3-4.74t3.23-4.59q1.67-2.25 3.45-4.42 1.78-2.17 3.66-4.25 1.88-2.08 3.87-4.06 1.98-1.99 4.06-3.87 2.08-1.88 4.25-3.66 2.17-1.78 4.42-3.45 2.26-1.67 4.59-3.23t4.74-3q2.4-1.45 4.88-2.77 2.47-1.32 5-2.52 2.54-1.2 5.14-2.27 2.59-1.08 5.23-2.02 2.64-.95 5.33-1.76 2.68-.82 5.4-1.5t5.48-1.23q2.75-.55 5.52-.96 2.78-.4 5.57-.68 2.8-.28 5.6-.42 2.8-.13 5.6-.13t5.6.13q2.81.14 5.6.42 2.8.27 5.57.68 2.78.41 5.53.96 2.75.55 5.47 1.23 2.72.68 5.4 1.5 2.7.81 5.33 1.76 2.64.94 5.24 2.02 2.59 1.07 5.12 2.27 2.54 1.2 5.02 2.52 2.47 1.32 4.88 2.77 2.4 1.44 4.74 3 2.33 1.56 4.58 3.23 2.26 1.67 4.42 3.45 2.17 1.78 4.25 3.66 2.08 1.89 4.06 3.87 1.99 1.98 3.87 4.06 1.89 2.08 3.67 4.25 1.77 2.17 3.45 4.42 1.67 2.25 3.23 4.59 1.56 2.33 3 4.74 1.44 2.4 2.76 4.88 1.32 2.47 2.52 5 1.2 2.54 2.28 5.14 1.07 2.59 2.02 5.23.94 2.64 1.76 5.33.81 2.68 1.5 5.4.67 2.72 1.22 5.48.55 2.75.96 5.52.41 2.78.69 5.57.27 2.8.41 5.6.14 2.8.14 5.6t-.14 5.6q-.14 2.81-.41 5.6-.28 2.8-.69 5.57-.41 2.78-.96 5.53-.55 2.75-1.23 5.47-.68 2.72-1.5 5.4-.8 2.7-1.75 5.33-.95 2.64-2.02 5.24-1.08 2.59-2.28 5.12-1.2 2.54-2.52 5.02-1.32 2.47-2.76 4.88-1.44 2.4-3 4.74-1.56 2.33-3.23 4.58-1.68 2.26-3.45 4.42-1.78 2.17-3.67 4.25-1.88 2.08-3.87 4.06-1.98 1.99-4.06 3.87-2.08 1.89-4.25 3.67-2.16 1.77-4.42 3.45-2.25 1.67-4.58 3.23-2.34 1.56-4.74 3-2.41 1.44-4.88 2.76-2.48 1.32-5.02 2.52-2.53 1.2-5.12 2.28-2.6 1.07-5.24 2.02-2.64.94-5.32 1.76-2.69.81-5.4 1.5-2.73.67-5.48 1.22-2.75.55-5.53.96-2.77.41-5.57.69-2.79.27-5.6.41-2.8.14-5.6.14zm0-73.15q1.01 0 2.02-.04 1-.06 2.01-.15 1.01-.1 2-.25 1-.15 2-.35.99-.2 1.97-.44t1.94-.54q.97-.3 1.92-.63.95-.34 1.89-.73.93-.38 1.84-.82.92-.43 1.8-.9.9-.48 1.76-1 .87-.52 1.7-1.08.85-.56 1.66-1.16.81-.6 1.6-1.25.77-.64 1.52-1.31.75-.68 1.46-1.4t1.4-1.46q.67-.75 1.31-1.53.65-.78 1.25-1.59t1.16-1.65q.56-.84 1.08-1.7.52-.87 1-1.76.47-.9.9-1.8.44-.92.82-1.85.39-.94.73-1.89.34-.95.63-1.92.3-.96.54-1.94.25-.98.44-1.97.2-1 .35-2 .15-1 .25-2t.15-2.01q.04-1 .04-2.02t-.04-2.02q-.06-1-.15-2.01-.1-1-.25-2t-.35-2q-.2-.99-.44-1.97t-.54-1.94q-.3-.97-.63-1.92-.34-.95-.73-1.88-.38-.94-.82-1.85-.43-.91-.9-1.8-.48-.9-1-1.76-.52-.87-1.08-1.7-.56-.85-1.16-1.66-.6-.8-1.25-1.59-.64-.78-1.31-1.53-.68-.75-1.4-1.46t-1.46-1.4q-.75-.67-1.53-1.31t-1.59-1.24q-.81-.6-1.65-1.17-.84-.56-1.7-1.08-.87-.52-1.76-1-.9-.47-1.8-.9-.92-.43-1.85-.82-.94-.39-1.89-.73-.95-.34-1.92-.63-.96-.3-1.94-.54-.98-.24-1.97-.44-1-.2-2-.35-1-.14-2-.24-1-.1-2.01-.15-1-.05-2.02-.05t-2.02.05q-1 .05-2.01.15-1 .1-2 .24-1 .15-2 .35-.99.2-1.97.44-.98.25-1.94.54-.97.3-1.92.63-.95.34-1.88.73-.94.39-1.85.82-.91.43-1.8.9-.9.48-1.76 1-.87.52-1.7 1.08-.85.56-1.66 1.17-.8.6-1.59 1.24-.78.64-1.53 1.32-.75.67-1.46 1.39t-1.4 1.46q-.67.75-1.31 1.53t-1.24 1.6q-.6.8-1.17 1.64-.56.84-1.08 1.7-.52.88-1 1.77-.47.89-.9 1.8-.43.91-.82 1.85-.39.93-.73 1.88-.34.95-.63 1.92-.3.96-.54 1.94-.24.98-.44 1.98-.2.98-.35 1.98-.14 1-.24 2-.1 1.01-.15 2.02-.05 1.01-.05 2.02t.05 2.02q.05 1 .15 2.01.1 1 .24 2 .15 1 .35 2 .2.99.44 1.97.25.98.54 1.94.3.97.63 1.92.34.95.73 1.89.39.93.82 1.84.43.92.9 1.8.48.9 1 1.76.52.87 1.08 1.71t1.17 1.65q.6.81 1.24 1.6.64.77 1.32 1.52.67.75 1.39 1.46t1.46 1.4q.75.67 1.53 1.31.78.65 1.6 1.25.8.6 1.64 1.16.84.56 1.7 1.08.88.52 1.77 1 .89.47 1.8.9.91.44 1.85.82.93.39 1.88.73.95.34 1.92.63.96.3 1.94.54.98.25 1.98.44.99.2 1.98.35 1 .15 2 .25 1.01.1 2.02.15 1.01.04 2.02.04zM588.57 494.86h224q36.57 0 36.57 36.57v9.14q0 36.57-36.57 36.57h-224q-36.57 0-36.57-36.57v-9.14q0-36.57 36.57-36.57zM588.57 888h224q36.57 0 36.57 36.57v9.14q0 36.58-36.57 36.58h-224q-36.57 0-36.57-36.58v-9.14Q552 888 588.57 888z"
|
|
24
|
+
},
|
|
25
|
+
"children": []
|
|
26
|
+
}, {
|
|
27
|
+
"tag": "path",
|
|
28
|
+
"attrs": {
|
|
29
|
+
"d": "M848 512.81l115.43 199.93q18.28 31.67-13.39 49.96l-7.92 4.57q-31.67 18.29-49.95-13.38L776.74 553.96q-18.29-31.67 13.38-49.96l7.92-4.57q31.67-18.29 49.96 13.38zM507.43 709.39L622.86 909.3q18.28 31.68-13.39 49.96l-7.92 4.57q-31.67 18.29-49.95-13.38L436.17 750.53q-18.29-31.67 13.38-49.96l7.92-4.57q31.67-18.29 49.96 13.39z"
|
|
30
|
+
},
|
|
31
|
+
"children": []
|
|
32
|
+
}, {
|
|
33
|
+
"tag": "path",
|
|
34
|
+
"attrs": {
|
|
35
|
+
"d": "M552 512.81L436.57 712.74q-18.28 31.67 13.39 49.96l7.92 4.57q31.67 18.29 49.95-13.38l115.43-199.93q18.29-31.67-13.38-49.96l-7.92-4.57Q570.29 481.14 552 512.8zM892.57 709.39L777.14 909.3q-18.28 31.68 13.39 49.96l7.92 4.57q31.67 18.29 49.95-13.38l115.43-199.93q18.29-31.67-13.38-49.96l-7.92-4.57q-31.67-18.29-49.96 13.39z"
|
|
36
|
+
},
|
|
37
|
+
"children": []
|
|
38
|
+
}]
|
|
39
|
+
}
|
|
40
|
+
};
|
|
41
|
+
export default node;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
var node = {
|
|
2
|
+
"name": "sbt-reviewchanges",
|
|
3
|
+
"nodeTree": {
|
|
4
|
+
"tag": "svg",
|
|
5
|
+
"attrs": {
|
|
6
|
+
"viewBox": "0 0 1024 1024"
|
|
7
|
+
},
|
|
8
|
+
"children": [{
|
|
9
|
+
"tag": "path",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"d": "M244.57 629.7099999999999V492.57q0-36.57 36.57-36.57h9.15q36.57 0 36.57 36.57v137.14q0 36.58-36.57 36.58h-9.15q-36.57 0-36.57-36.58zM451.43 483.43v-76.57q0-36.57 36.57-36.57h9.14q36.57 0 36.57 36.57v76.57q0 36.57-36.57 36.57H488q-36.57 0-36.57-36.57zM658.29 629.7099999999999V492.57q0-36.57 36.57-36.57H704q36.57 0 36.57 36.57v137.14q0 36.58-36.57 36.58h-9.14q-36.57 0-36.57-36.58z"
|
|
12
|
+
},
|
|
13
|
+
"children": []
|
|
14
|
+
}, {
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M281.14 456H704q36.57 0 36.57 36.57v9.14q0 36.58-36.57 36.58H281.14q-36.57 0-36.57-36.58v-9.14q0-36.57 36.57-36.57zM281.14 584H704q36.57 0 36.57 36.57v9.14q0 36.58-36.57 36.58H281.14q-36.57 0-36.57-36.58v-9.14q0-36.57 36.57-36.57zM606.86 323.43q0 2.8-.14 5.6t-.41 5.6q-.28 2.8-.69 5.57-.41 2.77-.96 5.52-.55 2.76-1.23 5.48-.68 2.72-1.5 5.4-.8 2.69-1.75 5.33t-2.02 5.23q-1.08 2.6-2.28 5.13-1.2 2.54-2.52 5.01-1.32 2.48-2.76 4.88-1.44 2.41-3 4.74t-3.23 4.59q-1.68 2.25-3.45 4.42-1.78 2.17-3.67 4.25-1.88 2.08-3.87 4.06-1.98 1.99-4.06 3.87-2.08 1.88-4.25 3.66-2.16 1.78-4.42 3.45-2.25 1.67-4.58 3.23t-4.74 3q-2.41 1.45-4.88 2.77-2.48 1.32-5.02 2.52-2.53 1.2-5.12 2.27-2.6 1.08-5.24 2.02-2.64.95-5.32 1.76-2.69.82-5.4 1.5-2.73.68-5.48 1.23-2.75.55-5.53.96-2.77.4-5.57.68-2.79.28-5.6.42-2.8.13-5.6.13t-5.6-.13q-2.8-.14-5.6-.42-2.8-.27-5.57-.68-2.77-.41-5.52-.96-2.76-.55-5.48-1.23-2.72-.68-5.4-1.5-2.69-.81-5.33-1.76-2.64-.94-5.23-2.02-2.6-1.07-5.13-2.27-2.54-1.2-5.01-2.52-2.48-1.32-4.88-2.77-2.41-1.44-4.74-3t-4.59-3.23q-2.25-1.67-4.42-3.45-2.17-1.78-4.25-3.66-2.08-1.88-4.06-3.87-1.99-1.98-3.87-4.06-1.88-2.08-3.66-4.25-1.78-2.17-3.45-4.42-1.67-2.26-3.23-4.59t-3-4.74q-1.45-2.4-2.77-4.88-1.32-2.47-2.52-5-1.2-2.54-2.27-5.14-1.08-2.59-2.02-5.23-.95-2.64-1.76-5.33-.82-2.68-1.5-5.4t-1.23-5.48q-.55-2.75-.96-5.52-.4-2.78-.68-5.57-.28-2.8-.42-5.6-.13-2.8-.13-5.6t.13-5.6q.14-2.81.42-5.6.27-2.8.68-5.57.41-2.78.96-5.53.55-2.75 1.23-5.47.68-2.72 1.5-5.4.81-2.7 1.76-5.33.94-2.64 2.02-5.24 1.07-2.59 2.27-5.12 1.2-2.54 2.52-5.02 1.32-2.47 2.77-4.88 1.44-2.4 3-4.74 1.56-2.33 3.23-4.58 1.67-2.26 3.45-4.42 1.78-2.17 3.66-4.25 1.89-2.08 3.87-4.06 1.98-1.99 4.06-3.87 2.08-1.89 4.25-3.67 2.17-1.77 4.42-3.45 2.25-1.67 4.59-3.23 2.33-1.56 4.74-3 2.4-1.44 4.88-2.76 2.47-1.32 5-2.52 2.54-1.2 5.14-2.28 2.59-1.07 5.23-2.02 2.64-.94 5.33-1.76 2.68-.81 5.4-1.5 2.72-.67 5.48-1.22 2.75-.55 5.52-.96 2.78-.41 5.57-.69 2.8-.27 5.6-.41 2.8-.14 5.6-.14t5.6.14q2.81.14 5.6.41 2.8.28 5.57.69 2.78.41 5.53.96 2.75.55 5.47 1.23 2.72.68 5.4 1.5 2.7.8 5.33 1.75 2.64.95 5.24 2.02 2.59 1.08 5.12 2.28 2.54 1.2 5.02 2.52 2.47 1.32 4.88 2.76 2.4 1.44 4.74 3 2.33 1.56 4.58 3.23 2.26 1.68 4.42 3.45 2.17 1.78 4.25 3.67 2.08 1.88 4.06 3.87 1.99 1.98 3.87 4.06 1.89 2.08 3.67 4.25 1.77 2.16 3.45 4.42 1.67 2.25 3.23 4.58 1.56 2.34 3 4.74 1.44 2.41 2.76 4.88 1.32 2.48 2.52 5.02 1.2 2.53 2.28 5.12 1.07 2.6 2.02 5.24.94 2.64 1.76 5.32.81 2.69 1.5 5.4.67 2.73 1.22 5.48.55 2.75.96 5.53.41 2.77.69 5.57.27 2.79.41 5.6.14 2.8.14 5.6zm-82.29 0q0-.79-.04-1.57-.04-.79-.11-1.57-.08-.78-.2-1.56t-.26-1.54q-.16-.78-.35-1.54-.19-.76-.42-1.51-.22-.75-.49-1.5-.26-.73-.56-1.46t-.64-1.43q-.34-.71-.7-1.4-.38-.7-.78-1.37-.4-.68-.84-1.33-.44-.65-.9-1.28-.47-.64-.97-1.24t-1.03-1.2q-.53-.57-1.08-1.13-.56-.55-1.14-1.08-.58-.53-1.19-1.03-.6-.5-1.24-.96-.63-.47-1.28-.9-.65-.44-1.33-.85-.67-.4-1.36-.77-.7-.37-1.4-.7-.72-.35-1.44-.65-.73-.3-1.47-.56-.74-.27-1.49-.5-.75-.22-1.51-.41-.76-.2-1.54-.35-.77-.15-1.54-.27l-1.56-.19q-.78-.07-1.57-.11-.78-.04-1.57-.04t-1.57.04q-.78.04-1.56.11-.79.08-1.56.2-.78.11-1.55.26-.77.16-1.53.35-.77.19-1.52.42-.75.23-1.49.49t-1.46.56-1.44.64l-1.4.7q-.7.38-1.37.78-.67.4-1.33.84-.65.44-1.28.9-.63.47-1.24.97-.6.5-1.19 1.03-.58.53-1.14 1.08-.55.56-1.08 1.14-.53.58-1.02 1.19-.5.6-.97 1.24-.47.63-.9 1.28-.44.65-.85 1.33-.4.67-.77 1.36-.37.7-.7 1.4-.34.72-.64 1.44-.3.73-.57 1.47-.26.74-.49 1.49-.23.75-.42 1.51-.2.76-.34 1.54-.16.77-.27 1.54-.12.78-.2 1.56-.07.78-.11 1.57-.04.78-.04 1.57t.04 1.57q.04.78.11 1.56.08.79.2 1.56.11.78.27 1.55.15.77.34 1.53.2.77.42 1.52.23.75.5 1.49.26.74.56 1.46t.63 1.44q.34.71.71 1.4.37.7.77 1.37.4.67.84 1.33.44.65.9 1.28.48.63.98 1.24.5.6 1.02 1.19.53.58 1.08 1.14.56.55 1.14 1.08.58.53 1.2 1.02.6.5 1.23.97t1.28.9q.66.44 1.33.85.67.4 1.37.77.69.37 1.4.7.7.34 1.44.64.72.3 1.46.57.74.26 1.5.49.74.23 1.5.42.77.2 1.54.34.77.16 1.55.27.77.12 1.55.2.79.07 1.57.11.79.04 1.57.04t1.57-.04q.79-.04 1.57-.12.78-.07 1.56-.19.77-.11 1.54-.27.78-.15 1.54-.34.76-.2 1.51-.42.75-.23 1.5-.5.73-.26 1.46-.56t1.43-.63q.71-.34 1.4-.71.7-.37 1.37-.77.68-.4 1.33-.84.65-.44 1.28-.9.64-.48 1.24-.98l1.2-1.02q.57-.53 1.13-1.08.55-.56 1.08-1.14.53-.58 1.03-1.2.5-.6.96-1.23.47-.63.9-1.28.44-.66.85-1.33.4-.67.77-1.37.37-.69.7-1.4.35-.71.65-1.44.3-.72.56-1.46.27-.74.5-1.5.22-.74.41-1.5.2-.77.35-1.54.15-.77.27-1.55.11-.77.19-1.56.07-.78.11-1.56.04-.79.04-1.57zM91.43 54.86h9.14q36.57 0 36.57 36.57V893.7q0 36.58-36.57 36.58h-9.14q-36.57 0-36.57-36.58V91.43q0-36.57 36.57-36.57zM884.57 54.86h9.14q36.58 0 36.58 36.57V605.7q0 36.58-36.58 36.58h-9.14q-36.57 0-36.57-36.58V91.43q0-36.57 36.57-36.57z"
|
|
18
|
+
},
|
|
19
|
+
"children": []
|
|
20
|
+
}, {
|
|
21
|
+
"tag": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "M930.29 91.43v9.14q0 36.57-36.58 36.57H91.43q-36.57 0-36.57-36.57v-9.14q0-36.57 36.57-36.57H893.7q36.58 0 36.58 36.57zM498.29 885.71v9.15q0 36.57-36.58 36.57H91.43q-36.57 0-36.57-36.57v-9.15q0-36.57 36.57-36.57H461.7q36.58 0 36.58 36.57zM610.2900000000001 735.39h322.28q36.57 0 36.57 36.57v9.14q0 36.57-36.57 36.57H610.3q-36.58 0-36.58-36.57v-9.14q0-36.57 36.58-36.57zM610.2900000000001 849.67h322.28q36.57 0 36.57 36.57v9.15q0 36.57-36.57 36.57H610.3q-36.58 0-36.58-36.57v-9.15q0-36.57 36.58-36.57z"
|
|
24
|
+
},
|
|
25
|
+
"children": []
|
|
26
|
+
}, {
|
|
27
|
+
"tag": "path",
|
|
28
|
+
"attrs": {
|
|
29
|
+
"d": "M922.1800000000001 709.29l35.56 35.56q25.86 25.86 0 51.72l-.03.03q-25.86 25.86-51.72 0l-35.56-35.56q-25.86-25.86 0-51.72l.03-.03q25.86-25.86 51.72 0zM636.46 870.4300000000001L672 906q25.86 25.86 0 51.72l-.02.02q-25.86 25.86-51.72 0l-35.56-35.55q-25.86-25.86 0-51.72l.03-.03q25.86-25.86 51.72 0z"
|
|
30
|
+
},
|
|
31
|
+
"children": []
|
|
32
|
+
}]
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
export default node;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
var node = {
|
|
2
|
+
"name": "sbt-transactionflow",
|
|
3
|
+
"nodeTree": {
|
|
4
|
+
"tag": "svg",
|
|
5
|
+
"attrs": {
|
|
6
|
+
"viewBox": "0 0 1024 1024"
|
|
7
|
+
},
|
|
8
|
+
"children": [{
|
|
9
|
+
"tag": "path",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"d": "M259.43 617.14H768q9.14 0 9.14 9.15v54.85q0 9.15-9.14 9.15H259.43q-9.14 0-9.14-9.15V626.3q0-9.15 9.14-9.15zM259.43 726.86H768q9.14 0 9.14 9.14v54.86q0 9.14-9.14 9.14H259.43q-9.14 0-9.14-9.14V736q0-9.14 9.14-9.14z"
|
|
12
|
+
},
|
|
13
|
+
"children": []
|
|
14
|
+
}, {
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M715.36 585.1400000000001l56.54 32.64q7.91 4.57 3.34 12.5L747.8 677.8q-4.57 7.92-12.5 3.34l-56.52-32.63q-7.92-4.58-3.35-12.5l27.45-47.53q4.57-7.92 12.48-3.35zM291.36 736l56.54 32.64q7.91 4.57 3.34 12.49l-27.44 47.54q-4.57 7.91-12.5 3.34l-56.52-32.64q-7.92-4.57-3.35-12.49l27.45-47.53q4.57-7.92 12.48-3.35zM54.86 932.5699999999999V91.43q0-36.57 36.57-36.57h9.14q36.57 0 36.57 36.57v841.14q0 36.57-36.57 36.57h-9.14q-36.57 0-36.57-36.57z"
|
|
18
|
+
},
|
|
19
|
+
"children": []
|
|
20
|
+
}, {
|
|
21
|
+
"tag": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "M91.43 886.86h841.14q36.57 0 36.57 36.57v9.14q0 36.57-36.57 36.57H91.43q-36.57 0-36.57-36.57v-9.14q0-36.57 36.57-36.57zM91.43 54.86h841.14q36.57 0 36.57 36.57v9.14q0 36.57-36.57 36.57H91.43q-36.57 0-36.57-36.57v-9.14q0-36.57 36.57-36.57z"
|
|
24
|
+
},
|
|
25
|
+
"children": []
|
|
26
|
+
}, {
|
|
27
|
+
"tag": "path",
|
|
28
|
+
"attrs": {
|
|
29
|
+
"d": "M886.86 932.5699999999999V91.43q0-36.57 36.57-36.57h9.14q36.57 0 36.57 36.57v841.14q0 36.57-36.57 36.57h-9.14q-36.57 0-36.57-36.57zM384 301.71h256q9.14 0 9.14 9.15v54.85q0 9.15-9.14 9.15H384q-9.14 0-9.14-9.15v-54.85q0-9.15 9.14-9.15z"
|
|
30
|
+
},
|
|
31
|
+
"children": []
|
|
32
|
+
}, {
|
|
33
|
+
"tag": "path",
|
|
34
|
+
"attrs": {
|
|
35
|
+
"d": "M548.57 310.85999999999996v242.28q0 9.15-9.14 9.15h-54.86q-9.14 0-9.14-9.15V310.86q0-9.15 9.14-9.15h54.86q9.14 0 9.14 9.15z"
|
|
36
|
+
},
|
|
37
|
+
"children": []
|
|
38
|
+
}, {
|
|
39
|
+
"tag": "path",
|
|
40
|
+
"attrs": {
|
|
41
|
+
"d": "M384 411.43h256q9.14 0 9.14 9.14v54.86q0 9.14-9.14 9.14H384q-9.14 0-9.14-9.14v-54.86q0-9.14 9.14-9.14zM460.18 213.32000000000002l103.44 103.44q6.46 6.47 0 12.93l-38.8 38.8q-6.46 6.46-12.92 0L408.46 265.03q-6.47-6.46 0-12.93l38.79-38.79q6.46-6.46 12.93 0z"
|
|
42
|
+
},
|
|
43
|
+
"children": []
|
|
44
|
+
}, {
|
|
45
|
+
"tag": "path",
|
|
46
|
+
"attrs": {
|
|
47
|
+
"d": "M562.68 213.32000000000002L459.24 316.76q-6.47 6.47 0 12.93l38.79 38.8q6.46 6.46 12.93 0L614.4 265.03q6.46-6.46 0-12.93l-38.8-38.79q-6.46-6.46-12.92 0z"
|
|
48
|
+
},
|
|
49
|
+
"children": []
|
|
50
|
+
}]
|
|
51
|
+
}
|
|
52
|
+
};
|
|
53
|
+
export default node;
|