@firesoon/icons-react 3.0.22 → 3.0.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/es/components/fs/currency/Screenshot.d.ts +4 -0
  2. package/es/components/fs/currency/Screenshot.js +12 -0
  3. package/es/components/fs/currency/index.d.ts +1 -0
  4. package/es/components/fs/currency/index.js +1 -0
  5. package/es/components/sbt/business-menu/SbtClaim.d.ts +4 -0
  6. package/es/components/sbt/business-menu/SbtClaim.js +12 -0
  7. package/es/components/sbt/business-menu/SbtMija.d.ts +4 -0
  8. package/es/components/sbt/business-menu/SbtMija.js +12 -0
  9. package/es/components/sbt/business-menu/SbtSelfinquiry.d.ts +4 -0
  10. package/es/components/sbt/business-menu/SbtSelfinquiry.js +12 -0
  11. package/es/components/sbt/business-menu/index.d.ts +3 -0
  12. package/es/components/sbt/business-menu/index.js +4 -1
  13. package/es/components/sbt/currency/SbtLevelone.d.ts +4 -0
  14. package/es/components/sbt/currency/SbtLevelone.js +12 -0
  15. package/es/components/sbt/currency/SbtLeveltwo.d.ts +4 -0
  16. package/es/components/sbt/currency/SbtLeveltwo.js +12 -0
  17. package/es/components/sbt/currency/SbtPermission.d.ts +4 -0
  18. package/es/components/sbt/currency/SbtPermission.js +12 -0
  19. package/es/components/sbt/currency/SbtResources.d.ts +4 -0
  20. package/es/components/sbt/currency/SbtResources.js +12 -0
  21. package/es/components/sbt/currency/SbtRole.d.ts +4 -0
  22. package/es/components/sbt/currency/SbtRole.js +12 -0
  23. package/es/components/sbt/currency/SbtUsermanage.d.ts +4 -0
  24. package/es/components/sbt/currency/SbtUsermanage.js +12 -0
  25. package/es/icons/fs/currency/screenshot.d.ts +17 -0
  26. package/es/icons/fs/currency/screenshot.js +35 -0
  27. package/es/icons/sbt/business-menu/sbt-Selfinquiry.d.ts +17 -0
  28. package/es/icons/sbt/business-menu/sbt-Selfinquiry.js +17 -0
  29. package/es/icons/sbt/business-menu/sbt-claim.d.ts +17 -0
  30. package/es/icons/sbt/business-menu/sbt-claim.js +23 -0
  31. package/es/icons/sbt/business-menu/sbt-mija.d.ts +17 -0
  32. package/es/icons/sbt/business-menu/sbt-mija.js +35 -0
  33. package/es/icons/sbt/currency/sbt-levelone.d.ts +17 -0
  34. package/es/icons/sbt/currency/sbt-levelone.js +17 -0
  35. package/es/icons/sbt/currency/sbt-leveltwo.d.ts +17 -0
  36. package/es/icons/sbt/currency/sbt-leveltwo.js +17 -0
  37. package/es/icons/sbt/currency/sbt-permission.d.ts +17 -0
  38. package/es/icons/sbt/currency/sbt-permission.js +35 -0
  39. package/es/icons/sbt/currency/sbt-resources.d.ts +17 -0
  40. package/es/icons/sbt/currency/sbt-resources.js +17 -0
  41. package/es/icons/sbt/currency/sbt-role.d.ts +17 -0
  42. package/es/icons/sbt/currency/sbt-role.js +35 -0
  43. package/es/icons/sbt/currency/sbt-usermanage.d.ts +17 -0
  44. package/es/icons/sbt/currency/sbt-usermanage.js +23 -0
  45. package/es/index.d.ts +34 -24
  46. package/es/index.js +34 -24
  47. package/lib/components/fs/currency/Screenshot.d.ts +4 -0
  48. package/lib/components/fs/currency/Screenshot.js +20 -0
  49. package/lib/components/fs/currency/index.d.ts +1 -0
  50. package/lib/components/fs/currency/index.js +7 -0
  51. package/lib/components/sbt/business-menu/SbtClaim.d.ts +4 -0
  52. package/lib/components/sbt/business-menu/SbtClaim.js +20 -0
  53. package/lib/components/sbt/business-menu/SbtMija.d.ts +4 -0
  54. package/lib/components/sbt/business-menu/SbtMija.js +20 -0
  55. package/lib/components/sbt/business-menu/SbtSelfinquiry.d.ts +4 -0
  56. package/lib/components/sbt/business-menu/SbtSelfinquiry.js +20 -0
  57. package/lib/components/sbt/business-menu/index.d.ts +3 -0
  58. package/lib/components/sbt/business-menu/index.js +21 -0
  59. package/lib/components/sbt/currency/SbtLevelone.d.ts +4 -0
  60. package/lib/components/sbt/currency/SbtLevelone.js +20 -0
  61. package/lib/components/sbt/currency/SbtLeveltwo.d.ts +4 -0
  62. package/lib/components/sbt/currency/SbtLeveltwo.js +20 -0
  63. package/lib/components/sbt/currency/SbtPermission.d.ts +4 -0
  64. package/lib/components/sbt/currency/SbtPermission.js +20 -0
  65. package/lib/components/sbt/currency/SbtResources.d.ts +4 -0
  66. package/lib/components/sbt/currency/SbtResources.js +20 -0
  67. package/lib/components/sbt/currency/SbtRole.d.ts +4 -0
  68. package/lib/components/sbt/currency/SbtRole.js +20 -0
  69. package/lib/components/sbt/currency/SbtUsermanage.d.ts +4 -0
  70. package/lib/components/sbt/currency/SbtUsermanage.js +20 -0
  71. package/lib/icons/fs/currency/screenshot.d.ts +17 -0
  72. package/lib/icons/fs/currency/screenshot.js +42 -0
  73. package/lib/icons/sbt/business-menu/sbt-Selfinquiry.d.ts +17 -0
  74. package/lib/icons/sbt/business-menu/sbt-Selfinquiry.js +24 -0
  75. package/lib/icons/sbt/business-menu/sbt-claim.d.ts +17 -0
  76. package/lib/icons/sbt/business-menu/sbt-claim.js +30 -0
  77. package/lib/icons/sbt/business-menu/sbt-mija.d.ts +17 -0
  78. package/lib/icons/sbt/business-menu/sbt-mija.js +42 -0
  79. package/lib/icons/sbt/currency/sbt-levelone.d.ts +17 -0
  80. package/lib/icons/sbt/currency/sbt-levelone.js +24 -0
  81. package/lib/icons/sbt/currency/sbt-leveltwo.d.ts +17 -0
  82. package/lib/icons/sbt/currency/sbt-leveltwo.js +24 -0
  83. package/lib/icons/sbt/currency/sbt-permission.d.ts +17 -0
  84. package/lib/icons/sbt/currency/sbt-permission.js +42 -0
  85. package/lib/icons/sbt/currency/sbt-resources.d.ts +17 -0
  86. package/lib/icons/sbt/currency/sbt-resources.js +24 -0
  87. package/lib/icons/sbt/currency/sbt-role.d.ts +17 -0
  88. package/lib/icons/sbt/currency/sbt-role.js +42 -0
  89. package/lib/icons/sbt/currency/sbt-usermanage.d.ts +17 -0
  90. package/lib/icons/sbt/currency/sbt-usermanage.js +30 -0
  91. package/lib/index.d.ts +34 -24
  92. package/lib/index.js +94 -24
  93. package/package.json +1 -1
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -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/currency/screenshot";
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: 'screenshot',
10
+ "icon-type": 'fs/currency'
11
+ }));
12
+ });
@@ -72,6 +72,7 @@ export { default as RectifyMassage } from './RectifyMassage';
72
72
  export { default as RectifyMassageFill } from './RectifyMassageFill';
73
73
  export { default as Refresh } from './Refresh';
74
74
  export { default as Screening } from './Screening';
75
+ export { default as Screenshot } from './Screenshot';
75
76
  export { default as Search } from './Search';
76
77
  export { default as Selecte } from './Selecte';
77
78
  export { default as Setting } from './Setting';
@@ -72,6 +72,7 @@ export { default as RectifyMassage } from "./RectifyMassage";
72
72
  export { default as RectifyMassageFill } from "./RectifyMassageFill";
73
73
  export { default as Refresh } from "./Refresh";
74
74
  export { default as Screening } from "./Screening";
75
+ export { default as Screenshot } from "./Screenshot";
75
76
  export { default as Search } from "./Search";
76
77
  export { default as Selecte } from "./Selecte";
77
78
  export { default as Setting } from "./Setting";
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -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-claim";
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-claim',
10
+ "icon-type": 'sbt/business-menu'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -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-mija";
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-mija',
10
+ "icon-type": 'sbt/business-menu'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -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-Selfinquiry";
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-Selfinquiry',
10
+ "icon-type": 'sbt/business-menu'
11
+ }));
12
+ });
@@ -5,10 +5,12 @@ export { default as SbtAddressbook } from './SbtAddressbook';
5
5
  export { default as SbtApiRecord } from './SbtApiRecord';
6
6
  export { default as SbtBookingmanagement } from './SbtBookingmanagement';
7
7
  export { default as SbtCasemanagement } from './SbtCasemanagement';
8
+ export { default as SbtClaim } from './SbtClaim';
8
9
  export { default as SbtConfigurationcenter } from './SbtConfigurationcenter';
9
10
  export { default as SbtDepartment } from './SbtDepartment';
10
11
  export { default as SbtHospital } from './SbtHospital';
11
12
  export { default as SbtInsurancecompany } from './SbtInsurancecompany';
13
+ export { default as SbtMija } from './SbtMija';
12
14
  export { default as SbtNotificationssettings } from './SbtNotificationssettings';
13
15
  export { default as SbtNumbersource } from './SbtNumbersource';
14
16
  export { default as SbtPingan } from './SbtPingan';
@@ -16,3 +18,4 @@ export { default as SbtProductconfiguration } from './SbtProductconfiguration';
16
18
  export { default as SbtRealname } from './SbtRealname';
17
19
  export { default as SbtRiskmanagement } from './SbtRiskmanagement';
18
20
  export { default as SbtScheme } from './SbtScheme';
21
+ export { default as SbtSelfinquiry } from './SbtSelfinquiry';
@@ -5,14 +5,17 @@ export { default as SbtAddressbook } from "./SbtAddressbook";
5
5
  export { default as SbtApiRecord } from "./SbtApiRecord";
6
6
  export { default as SbtBookingmanagement } from "./SbtBookingmanagement";
7
7
  export { default as SbtCasemanagement } from "./SbtCasemanagement";
8
+ export { default as SbtClaim } from "./SbtClaim";
8
9
  export { default as SbtConfigurationcenter } from "./SbtConfigurationcenter";
9
10
  export { default as SbtDepartment } from "./SbtDepartment";
10
11
  export { default as SbtHospital } from "./SbtHospital";
11
12
  export { default as SbtInsurancecompany } from "./SbtInsurancecompany";
13
+ export { default as SbtMija } from "./SbtMija";
12
14
  export { default as SbtNotificationssettings } from "./SbtNotificationssettings";
13
15
  export { default as SbtNumbersource } from "./SbtNumbersource";
14
16
  export { default as SbtPingan } from "./SbtPingan";
15
17
  export { default as SbtProductconfiguration } from "./SbtProductconfiguration";
16
18
  export { default as SbtRealname } from "./SbtRealname";
17
19
  export { default as SbtRiskmanagement } from "./SbtRiskmanagement";
18
- export { default as SbtScheme } from "./SbtScheme";
20
+ export { default as SbtScheme } from "./SbtScheme";
21
+ export { default as SbtSelfinquiry } from "./SbtSelfinquiry";
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -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/currency/sbt-levelone";
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-levelone',
10
+ "icon-type": 'sbt/currency'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -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/currency/sbt-leveltwo";
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-leveltwo',
10
+ "icon-type": 'sbt/currency'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -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/currency/sbt-permission";
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-permission',
10
+ "icon-type": 'sbt/currency'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -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/currency/sbt-resources";
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-resources',
10
+ "icon-type": 'sbt/currency'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -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/currency/sbt-role";
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-role',
10
+ "icon-type": 'sbt/currency'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -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/currency/sbt-usermanage";
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-usermanage',
10
+ "icon-type": 'sbt/currency'
11
+ }));
12
+ });
@@ -0,0 +1,17 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ attrs: {
11
+ d: string;
12
+ };
13
+ children: never[];
14
+ }[];
15
+ };
16
+ };
17
+ export default node;
@@ -0,0 +1,35 @@
1
+ var node = {
2
+ "name": "screenshot",
3
+ "nodeTree": {
4
+ "tag": "svg",
5
+ "attrs": {
6
+ "viewBox": "0 0 1024 1024"
7
+ },
8
+ "children": [{
9
+ "tag": "path",
10
+ "attrs": {
11
+ "d": "M96 128h48q32 0 32 32t-32 32H96q-32 0-32-32t32-32zM288 128h576q32 0 32 32t-32 32H288q-32 0-32-32t32-32zM245.33 692.01l171.2-295.46a8 8 0 0114.01.3l25.5 48.64a8 8 0 01-.17 7.74L312.03 700.15a8 8 0 01-6.92 3.97l-52.87-.1a8 8 0 01-6.9-12zM384.3 640h367.6a8 8 0 016.94 4.01l27.59 48a8 8 0 01-6.94 11.99H356.19a8 8 0 01-6.9-12.04l28.1-48a8 8 0 016.9-3.96z"
12
+ },
13
+ "children": []
14
+ }, {
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M372.34 652.19L558.26 333.6a8 8 0 0113.17-.94l30.9 38.98a8 8 0 01.66 8.97L427.71 684.2a8 8 0 01-10.92 2.93l-41.54-23.98a8 8 0 01-2.91-10.96z"
18
+ },
19
+ "children": []
20
+ }, {
21
+ "tag": "path",
22
+ "attrs": {
23
+ "d": "M763.8 652.22L577.86 323.95a8 8 0 00-13.87-.1l-30.14 51.63a8 8 0 00-.01 8.05l174.44 300.7a8 8 0 0010.92 2.9l41.64-24.03a8 8 0 002.96-10.88zM128 864V96q0-32 32-32t32 32v768q0 32-32 32t-32-32zM832 928v-48q0-32 32-32t32 32v48q0 32-32 32t-32-32zM832 736V160q0-32 32-32t32 32v576q0 32-32 32t-32-32z"
24
+ },
25
+ "children": []
26
+ }, {
27
+ "tag": "path",
28
+ "attrs": {
29
+ "d": "M160 832h768q32 0 32 32t-32 32H160q-32 0-32-32t32-32z"
30
+ },
31
+ "children": []
32
+ }]
33
+ }
34
+ };
35
+ export default node;
@@ -0,0 +1,17 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ attrs: {
11
+ d: string;
12
+ };
13
+ children: never[];
14
+ }[];
15
+ };
16
+ };
17
+ export default node;
@@ -0,0 +1,17 @@
1
+ var node = {
2
+ "name": "sbt-Selfinquiry",
3
+ "nodeTree": {
4
+ "tag": "svg",
5
+ "attrs": {
6
+ "viewBox": "0 0 1024 1024"
7
+ },
8
+ "children": [{
9
+ "tag": "path",
10
+ "attrs": {
11
+ "d": "M531.13 59.86l419.65 242.29a36.57 36.57 0 0118.26 33.36v597.17c0 20-16.05 36.24-35.97 36.56H91.32a36.57 36.57 0 01-36.57-36.56V334.96c0-9.1 3.33-17.42 8.83-23.82a36.45 36.45 0 0110.41-9L493.64 59.87a36.4 36.4 0 0118.75-4.9 36.4 36.4 0 0118.74 4.9zm-18.74 84.2l-375.35 216.7v526.2h749.71V360.2L512.4 144.05zM512 292.56c141.39 0 256 114.62 256 256 0 54.1-16.79 104.3-45.43 145.64l77.7 77.7a45.71 45.71 0 11-64.66 64.64l-77.64-77.64A254.82 254.82 0 01512 804.57c-141.39 0-256-114.61-256-256s114.61-256 256-256zm.29 82.29c-95.94 0-173.71 77.77-173.71 173.71S416.35 722.3 512.29 722.3c95.94 0 173.71-77.78 173.71-173.72S608.23 374.86 512.3 374.86z"
12
+ },
13
+ "children": []
14
+ }]
15
+ }
16
+ };
17
+ export default node;
@@ -0,0 +1,17 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ attrs: {
11
+ d: string;
12
+ };
13
+ children: never[];
14
+ }[];
15
+ };
16
+ };
17
+ export default node;
@@ -0,0 +1,23 @@
1
+ var node = {
2
+ "name": "sbt-claim",
3
+ "nodeTree": {
4
+ "tag": "svg",
5
+ "attrs": {
6
+ "viewBox": "0 0 1024 1024"
7
+ },
8
+ "children": [{
9
+ "tag": "path",
10
+ "attrs": {
11
+ "d": "M960.1 749.8a36.56 36.56 0 01-18.27 31.66l-411.6 237.64a36.56 36.56 0 01-36.56 0L82.06 781.46a36.56 36.56 0 01-18.28-31.66V274.52a36.56 36.56 0 0118.28-31.66L493.66 5.22a36.56 36.56 0 0136.56 0l411.61 237.64a36.56 36.56 0 0118.28 31.66V749.8zm-80.13-25.16V299.68L511.94 87.2 143.92 299.68v424.96l368.02 212.48 368.03-212.48z"
12
+ },
13
+ "children": []
14
+ }, {
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M313.5 331.75l57.11 57.12L426.47 333a10.86 10.86 0 0115.36 0l39.57 39.57a10.86 10.86 0 010 15.36l-50.73 50.72h48.2a9.14 9.14 0 019.14 9.14v63.98a9.14 9.14 0 01-9.14 9.14H406.9v25.13h71.97a9.14 9.14 0 019.14 9.14v63.97a9.14 9.14 0 01-9.14 9.14H406.9v57.12a9.14 9.14 0 01-9.14 9.13H333.8a9.14 9.14 0 01-9.14-9.13V628.3h-71.97a9.14 9.14 0 01-9.13-9.14v-63.97a9.14 9.14 0 019.13-9.14h71.97V520.9h-71.97a9.14 9.14 0 01-9.13-9.13V447.8a9.14 9.14 0 019.13-9.13h57.87l-51.98-51.99a9.14 9.14 0 010-12.92l42-42a9.14 9.14 0 0112.93 0zM570.26 575.75h201.06q9.13 0 9.13 9.14v63.97q0 9.14-9.13 9.14H570.26q-9.14 0-9.14-9.14v-63.97q0-9.14 9.14-9.14zM570.26 397.54h201.06q9.13 0 9.13 9.14v63.97q0 9.14-9.13 9.14H570.26q-9.14 0-9.14-9.14v-63.97q0-9.14 9.14-9.14z"
18
+ },
19
+ "children": []
20
+ }]
21
+ }
22
+ };
23
+ export default node;
@@ -0,0 +1,17 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ attrs: {
11
+ d: string;
12
+ };
13
+ children: never[];
14
+ }[];
15
+ };
16
+ };
17
+ export default node;
@@ -0,0 +1,35 @@
1
+ var node = {
2
+ "name": "sbt-mija",
3
+ "nodeTree": {
4
+ "tag": "svg",
5
+ "attrs": {
6
+ "viewBox": "0 0 1024 1024"
7
+ },
8
+ "children": [{
9
+ "tag": "path",
10
+ "attrs": {
11
+ "d": "M512 0c282.77 0 512 229.23 512 512s-229.23 512-512 512S0 794.77 0 512 229.23 0 512 0zm0 82.29C274.67 82.29 82.29 274.67 82.29 512S274.67 941.71 512 941.71 941.71 749.33 941.71 512 749.33 82.29 512 82.29z"
12
+ },
13
+ "children": []
14
+ }, {
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M437.28 552.95l-15.91-2.1L320 680.06l25.71 28.52 124-95.43-3.68-30.95a32.4 32.4 0 00-28.75-29.24zM558.8 583.3l-3.36 31.02L678.2 712l30.36-30.2L603 552l-15 1.8a32.44 32.44 0 00-29.2 29.5zm29.44-121.52l28 3.36 85.48-108.88-27.56-30.55-116.44 93.5 1.43 12.85a32.36 32.36 0 0029.1 29.72zM465.78 432.3l1.65-13.86L345.75 320l-30.32 30.3 90.91 114.84 30.22-3.57a32.35 32.35 0 0029.22-29.26zm66.63 6.3l24.16-19.38-20-181.52h-47.23l-21.91 180.8 24.6 20.04a32.11 32.11 0 0040.38.05zm252.73 46.71l-168.99-20.18-25.18 31.92a32.3 32.3 0 00.22 40.35L603.04 552l182.1-22.15v-44.53zM492.82 595.3l-23.1 17.9 20.37 173.09h47.1l18.24-172.15-22.84-18.4a31.95 31.95 0 00-39.77-.44zM431.87 497l-25.37-31.87L238.86 485v41.6l181.97 24.27 11.1-14a32 32 0 00-.06-39.85z"
18
+ },
19
+ "children": []
20
+ }, {
21
+ "tag": "path",
22
+ "attrs": {
23
+ "d": "M590.8 496.7l25.2-31.91-28.07-3.35a32.41 32.41 0 01-29.21-29.56l-1.43-12.77-24.22 19.3a32.35 32.35 0 01-40.54-.16l-24.65-19.96-1.65 13.81A32.28 32.28 0 01437 461.28l-30.15 3.56 25.37 31.97a32.25 32.25 0 01.06 40.03l-11.1 14.03 15.87 2.09a32.33 32.33 0 0128.73 29.12l3.68 30.76 23.23-17.82a32.3 32.3 0 0139.87.38l22.96 18.31 3.35-31.03a32.3 32.3 0 0129.16-29.5l14.94-1.81-11.86-14.59c-9.56-11.46-9.67-28.18-.33-40.08z"
24
+ },
25
+ "children": []
26
+ }, {
27
+ "tag": "path",
28
+ "attrs": {
29
+ "d": "M590.8 496.7l25.2-31.91-28.07-3.35a32.41 32.41 0 01-29.21-29.56l-1.43-12.77-24.22 19.3a32.35 32.35 0 01-40.54-.16l-24.65-19.96-1.65 13.81A32.28 32.28 0 01437 461.28l-30.15 3.56 25.37 31.97a32.25 32.25 0 01.06 40.03l-11.1 14.03 15.87 2.09a32.33 32.33 0 0128.73 29.12l3.68 30.76 23.23-17.82a32.3 32.3 0 0139.87.38l22.96 18.31 3.35-31.03a32.3 32.3 0 0129.16-29.5l14.94-1.81-11.86-14.59c-9.56-11.46-9.67-28.18-.33-40.08z"
30
+ },
31
+ "children": []
32
+ }]
33
+ }
34
+ };
35
+ export default node;
@@ -0,0 +1,17 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ attrs: {
11
+ d: string;
12
+ };
13
+ children: never[];
14
+ }[];
15
+ };
16
+ };
17
+ export default node;
@@ -0,0 +1,17 @@
1
+ var node = {
2
+ "name": "sbt-levelone",
3
+ "nodeTree": {
4
+ "tag": "svg",
5
+ "attrs": {
6
+ "viewBox": "0 0 1024 1024"
7
+ },
8
+ "children": [{
9
+ "tag": "path",
10
+ "attrs": {
11
+ "d": "M400 91.43c10.18 0 19.4 4.16 26.03 10.88l.1.1 98.73 98.73h407.71a36.57 36.57 0 0136.57 36.57V896a36.57 36.57 0 01-36.57 36.57H91.43A36.57 36.57 0 0154.86 896V128a36.57 36.57 0 0136.57-36.57H400zm-18.94 82.28H137.14V850.3h749.72V280H487.73l-.19.2-.19-.2h-.5v-.5L381.07 173.72zM795.43 658.3a9.14 9.14 0 019.14 9.14v64a9.14 9.14 0 01-9.14 9.14H448a9.14 9.14 0 01-9.14-9.14v-64a9.14 9.14 0 019.14-9.14h347.43z"
12
+ },
13
+ "children": []
14
+ }]
15
+ }
16
+ };
17
+ export default node;
@@ -0,0 +1,17 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ attrs: {
11
+ d: string;
12
+ };
13
+ children: never[];
14
+ }[];
15
+ };
16
+ };
17
+ export default node;
@@ -0,0 +1,17 @@
1
+ var node = {
2
+ "name": "sbt-leveltwo",
3
+ "nodeTree": {
4
+ "tag": "svg",
5
+ "attrs": {
6
+ "viewBox": "0 0 1024 1024"
7
+ },
8
+ "children": [{
9
+ "tag": "path",
10
+ "attrs": {
11
+ "d": "M512 0c282.77 0 512 229.23 512 512s-229.23 512-512 512S0 794.77 0 512 229.23 0 512 0zm0 82.29C274.67 82.29 82.29 274.67 82.29 512S274.67 941.71 512 941.71 941.71 749.33 941.71 512 749.33 82.29 512 82.29zm246.86 566.85a9.14 9.14 0 019.14 9.15v64a9.14 9.14 0 01-9.14 9.14H411.43a9.14 9.14 0 01-9.14-9.14v-64a9.14 9.14 0 019.14-9.15h347.43zm-429.72 0a9.14 9.14 0 019.15 9.15v64a9.14 9.14 0 01-9.15 9.14h-64a9.14 9.14 0 01-9.14-9.14v-64a9.14 9.14 0 019.14-9.15h64zm429.72-178.28A9.14 9.14 0 01768 480v64a9.14 9.14 0 01-9.14 9.14H411.43a9.14 9.14 0 01-9.14-9.14v-64a9.14 9.14 0 019.14-9.14h347.43zm-429.72 0a9.14 9.14 0 019.15 9.14v64a9.14 9.14 0 01-9.15 9.14h-64A9.14 9.14 0 01256 544v-64a9.14 9.14 0 019.14-9.14h64zm429.72-178.29a9.14 9.14 0 019.14 9.14v64a9.14 9.14 0 01-9.14 9.15H411.43a9.14 9.14 0 01-9.14-9.15v-64a9.14 9.14 0 019.14-9.14h347.43zm-429.72 0a9.14 9.14 0 019.15 9.14v64a9.14 9.14 0 01-9.15 9.15h-64a9.14 9.14 0 01-9.14-9.15v-64a9.14 9.14 0 019.14-9.14h64z"
12
+ },
13
+ "children": []
14
+ }]
15
+ }
16
+ };
17
+ export default node;
@@ -0,0 +1,17 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ attrs: {
11
+ d: string;
12
+ };
13
+ children: never[];
14
+ }[];
15
+ };
16
+ };
17
+ export default node;
@@ -0,0 +1,35 @@
1
+ var node = {
2
+ "name": "sbt-permission",
3
+ "nodeTree": {
4
+ "tag": "svg",
5
+ "attrs": {
6
+ "viewBox": "0 0 1024 1024"
7
+ },
8
+ "children": [{
9
+ "tag": "path",
10
+ "attrs": {
11
+ "d": "M960.1 749.8a36.56 36.56 0 01-18.27 31.66l-411.6 237.64a36.56 36.56 0 01-36.56 0L82.06 781.46a36.56 36.56 0 01-18.28-31.66V274.52a36.56 36.56 0 0118.28-31.66L493.66 5.22a36.56 36.56 0 0136.56 0l411.61 237.64a36.56 36.56 0 0118.28 31.66V749.8zm-80.13-25.16V299.68L511.94 87.2 143.92 299.68v424.96l368.02 212.48 368.03-212.48z"
12
+ },
13
+ "children": []
14
+ }, {
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M511.94 242.56c88.33 0 159.93 71.6 159.93 159.93s-71.6 159.93-159.93 159.93-159.93-71.6-159.93-159.93 71.6-159.93 159.93-159.93zm0 82.25a77.68 77.68 0 100 155.36 77.68 77.68 0 000-155.36z"
18
+ },
19
+ "children": []
20
+ }, {
21
+ "tag": "path",
22
+ "attrs": {
23
+ "d": "M480.01 511.78H544q9.13 0 9.13 9.14V763.1q0 9.14-9.13 9.14H480q-9.13 0-9.13-9.14V520.92q0-9.14 9.13-9.14z"
24
+ },
25
+ "children": []
26
+ }, {
27
+ "tag": "path",
28
+ "attrs": {
29
+ "d": "M617.1 610.02v63.97q0 9.14-9.14 9.14H480q-9.13 0-9.13-9.14v-63.97q0-9.14 9.13-9.14h127.95q9.14 0 9.14 9.14z"
30
+ },
31
+ "children": []
32
+ }]
33
+ }
34
+ };
35
+ export default node;
@@ -0,0 +1,17 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ attrs: {
11
+ d: string;
12
+ };
13
+ children: never[];
14
+ }[];
15
+ };
16
+ };
17
+ export default node;
@@ -0,0 +1,17 @@
1
+ var node = {
2
+ "name": "sbt-resources",
3
+ "nodeTree": {
4
+ "tag": "svg",
5
+ "attrs": {
6
+ "viewBox": "0 0 1024 1024"
7
+ },
8
+ "children": [{
9
+ "tag": "path",
10
+ "attrs": {
11
+ "d": "M420.57 54.86a36.57 36.57 0 0136.57 36.57v329.14a36.57 36.57 0 01-36.57 36.57H91.43a36.57 36.57 0 01-36.57-36.57V91.43a36.57 36.57 0 0136.57-36.57h329.14zm-45.71 82.28H137.14v237.72h237.72V137.14zm45.71 429.72a36.57 36.57 0 0136.57 36.57v329.14a36.57 36.57 0 01-36.57 36.57H91.43a36.57 36.57 0 01-36.57-36.57V603.43a36.57 36.57 0 0136.57-36.57h329.14zm-45.71 82.28H137.14v237.72h237.72V649.14zM932.57 54.86a36.57 36.57 0 0136.57 36.57v329.14a36.57 36.57 0 01-36.57 36.57H603.43a36.57 36.57 0 01-36.57-36.57V91.43a36.57 36.57 0 0136.57-36.57h329.14zm-45.71 82.28H649.14v237.72h237.72V137.14zM804.57 608a61.71 61.71 0 110 123.43 61.71 61.71 0 010-123.43zm-81.67 20.57a91.04 91.04 0 00-9.76 41.14c0 14.8 3.52 28.78 9.76 41.15H576a9.14 9.14 0 01-9.14-9.15v-64a9.14 9.14 0 019.14-9.14h146.9zm163.34 0H960a9.14 9.14 0 019.14 9.14v64a9.14 9.14 0 01-9.14 9.15h-73.76A91.04 91.04 0 00896 669.7c0-14.8-3.52-28.77-9.76-41.14zm-154.81 176a61.71 61.71 0 110 123.43 61.71 61.71 0 010-123.43zm81.67 20.57H960a9.14 9.14 0 019.14 9.15v64a9.14 9.14 0 01-9.14 9.14H813.1a91.04 91.04 0 009.76-41.14c0-14.8-3.52-28.78-9.76-41.15zm-163.34 0A91.04 91.04 0 00640 866.3c0 14.8 3.52 28.77 9.76 41.14H576a9.14 9.14 0 01-9.14-9.14v-64a9.14 9.14 0 019.14-9.15z"
12
+ },
13
+ "children": []
14
+ }]
15
+ }
16
+ };
17
+ export default node;
@@ -0,0 +1,17 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ attrs: {
11
+ d: string;
12
+ };
13
+ children: never[];
14
+ }[];
15
+ };
16
+ };
17
+ export default node;