@firesoon/icons-react 3.0.25 → 3.0.27

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 (99) hide show
  1. package/es/components/sbt/business-menu/SbtClaimsettlement.d.ts +4 -0
  2. package/es/components/sbt/business-menu/SbtClaimsettlement.js +12 -0
  3. package/es/components/sbt/business-menu/SbtComprehensive.d.ts +4 -0
  4. package/es/components/sbt/business-menu/SbtComprehensive.js +12 -0
  5. package/es/components/sbt/business-menu/SbtInpatientmanagement.d.ts +4 -0
  6. package/es/components/sbt/business-menu/SbtInpatientmanagement.js +12 -0
  7. package/es/components/sbt/business-menu/SbtMail.d.ts +4 -0
  8. package/es/components/sbt/business-menu/SbtMail.js +12 -0
  9. package/es/components/sbt/business-menu/SbtMessage.d.ts +4 -0
  10. package/es/components/sbt/business-menu/SbtMessage.js +12 -0
  11. package/es/components/sbt/business-menu/SbtPatientdetails.d.ts +4 -0
  12. package/es/components/sbt/business-menu/SbtPatientdetails.js +12 -0
  13. package/es/components/sbt/business-menu/SbtPolicyinquiry.d.ts +4 -0
  14. package/es/components/sbt/business-menu/SbtPolicyinquiry.js +12 -0
  15. package/es/components/sbt/business-menu/SbtReconciliation.d.ts +4 -0
  16. package/es/components/sbt/business-menu/SbtReconciliation.js +12 -0
  17. package/es/components/sbt/business-menu/SbtScope.d.ts +4 -0
  18. package/es/components/sbt/business-menu/SbtScope.js +12 -0
  19. package/es/components/sbt/business-menu/SbtUsermanagement.d.ts +4 -0
  20. package/es/components/sbt/business-menu/SbtUsermanagement.js +12 -0
  21. package/es/components/sbt/business-menu/SbtUseroverview.d.ts +4 -0
  22. package/es/components/sbt/business-menu/SbtUseroverview.js +12 -0
  23. package/es/components/sbt/business-menu/index.d.ts +11 -0
  24. package/es/components/sbt/business-menu/index.js +12 -1
  25. package/es/icons/sbt/business-menu/sbt-Selfinquiry.js +19 -1
  26. package/es/icons/sbt/business-menu/sbt-claimsettlement.d.ts +17 -0
  27. package/es/icons/sbt/business-menu/sbt-claimsettlement.js +35 -0
  28. package/es/icons/sbt/business-menu/sbt-comprehensive.d.ts +17 -0
  29. package/es/icons/sbt/business-menu/sbt-comprehensive.js +29 -0
  30. package/es/icons/sbt/business-menu/sbt-inpatientmanagement.d.ts +17 -0
  31. package/es/icons/sbt/business-menu/sbt-inpatientmanagement.js +53 -0
  32. package/es/icons/sbt/business-menu/sbt-mail.d.ts +17 -0
  33. package/es/icons/sbt/business-menu/sbt-mail.js +29 -0
  34. package/es/icons/sbt/business-menu/sbt-message.d.ts +17 -0
  35. package/es/icons/sbt/business-menu/sbt-message.js +29 -0
  36. package/es/icons/sbt/business-menu/sbt-patientdetails.d.ts +17 -0
  37. package/es/icons/sbt/business-menu/sbt-patientdetails.js +35 -0
  38. package/es/icons/sbt/business-menu/sbt-policyinquiry.d.ts +17 -0
  39. package/es/icons/sbt/business-menu/sbt-policyinquiry.js +29 -0
  40. package/es/icons/sbt/business-menu/sbt-reconciliation.d.ts +17 -0
  41. package/es/icons/sbt/business-menu/sbt-reconciliation.js +23 -0
  42. package/es/icons/sbt/business-menu/sbt-scope.d.ts +17 -0
  43. package/es/icons/sbt/business-menu/sbt-scope.js +47 -0
  44. package/es/icons/sbt/business-menu/sbt-usermanagement.d.ts +17 -0
  45. package/es/icons/sbt/business-menu/sbt-usermanagement.js +29 -0
  46. package/es/icons/sbt/business-menu/sbt-useroverview.d.ts +17 -0
  47. package/es/icons/sbt/business-menu/sbt-useroverview.js +47 -0
  48. package/es/index.d.ts +241 -230
  49. package/es/index.js +242 -231
  50. package/lib/components/sbt/business-menu/SbtClaimsettlement.d.ts +4 -0
  51. package/lib/components/sbt/business-menu/SbtClaimsettlement.js +20 -0
  52. package/lib/components/sbt/business-menu/SbtComprehensive.d.ts +4 -0
  53. package/lib/components/sbt/business-menu/SbtComprehensive.js +20 -0
  54. package/lib/components/sbt/business-menu/SbtInpatientmanagement.d.ts +4 -0
  55. package/lib/components/sbt/business-menu/SbtInpatientmanagement.js +20 -0
  56. package/lib/components/sbt/business-menu/SbtMail.d.ts +4 -0
  57. package/lib/components/sbt/business-menu/SbtMail.js +20 -0
  58. package/lib/components/sbt/business-menu/SbtMessage.d.ts +4 -0
  59. package/lib/components/sbt/business-menu/SbtMessage.js +20 -0
  60. package/lib/components/sbt/business-menu/SbtPatientdetails.d.ts +4 -0
  61. package/lib/components/sbt/business-menu/SbtPatientdetails.js +20 -0
  62. package/lib/components/sbt/business-menu/SbtPolicyinquiry.d.ts +4 -0
  63. package/lib/components/sbt/business-menu/SbtPolicyinquiry.js +20 -0
  64. package/lib/components/sbt/business-menu/SbtReconciliation.d.ts +4 -0
  65. package/lib/components/sbt/business-menu/SbtReconciliation.js +20 -0
  66. package/lib/components/sbt/business-menu/SbtScope.d.ts +4 -0
  67. package/lib/components/sbt/business-menu/SbtScope.js +20 -0
  68. package/lib/components/sbt/business-menu/SbtUsermanagement.d.ts +4 -0
  69. package/lib/components/sbt/business-menu/SbtUsermanagement.js +20 -0
  70. package/lib/components/sbt/business-menu/SbtUseroverview.d.ts +4 -0
  71. package/lib/components/sbt/business-menu/SbtUseroverview.js +20 -0
  72. package/lib/components/sbt/business-menu/index.d.ts +11 -0
  73. package/lib/components/sbt/business-menu/index.js +77 -0
  74. package/lib/icons/sbt/business-menu/sbt-Selfinquiry.js +19 -1
  75. package/lib/icons/sbt/business-menu/sbt-claimsettlement.d.ts +17 -0
  76. package/lib/icons/sbt/business-menu/sbt-claimsettlement.js +42 -0
  77. package/lib/icons/sbt/business-menu/sbt-comprehensive.d.ts +17 -0
  78. package/lib/icons/sbt/business-menu/sbt-comprehensive.js +36 -0
  79. package/lib/icons/sbt/business-menu/sbt-inpatientmanagement.d.ts +17 -0
  80. package/lib/icons/sbt/business-menu/sbt-inpatientmanagement.js +60 -0
  81. package/lib/icons/sbt/business-menu/sbt-mail.d.ts +17 -0
  82. package/lib/icons/sbt/business-menu/sbt-mail.js +36 -0
  83. package/lib/icons/sbt/business-menu/sbt-message.d.ts +17 -0
  84. package/lib/icons/sbt/business-menu/sbt-message.js +36 -0
  85. package/lib/icons/sbt/business-menu/sbt-patientdetails.d.ts +17 -0
  86. package/lib/icons/sbt/business-menu/sbt-patientdetails.js +42 -0
  87. package/lib/icons/sbt/business-menu/sbt-policyinquiry.d.ts +17 -0
  88. package/lib/icons/sbt/business-menu/sbt-policyinquiry.js +36 -0
  89. package/lib/icons/sbt/business-menu/sbt-reconciliation.d.ts +17 -0
  90. package/lib/icons/sbt/business-menu/sbt-reconciliation.js +30 -0
  91. package/lib/icons/sbt/business-menu/sbt-scope.d.ts +17 -0
  92. package/lib/icons/sbt/business-menu/sbt-scope.js +54 -0
  93. package/lib/icons/sbt/business-menu/sbt-usermanagement.d.ts +17 -0
  94. package/lib/icons/sbt/business-menu/sbt-usermanagement.js +36 -0
  95. package/lib/icons/sbt/business-menu/sbt-useroverview.d.ts +17 -0
  96. package/lib/icons/sbt/business-menu/sbt-useroverview.js +54 -0
  97. package/lib/index.d.ts +241 -230
  98. package/lib/index.js +307 -230
  99. 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/sbt/business-menu/sbt-claimsettlement";
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-claimsettlement',
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-comprehensive";
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-comprehensive',
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-inpatientmanagement";
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-inpatientmanagement',
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-mail";
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-mail',
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-message";
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-message',
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-patientdetails";
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-patientdetails',
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-policyinquiry";
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-policyinquiry',
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-reconciliation";
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-reconciliation',
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-scope";
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-scope',
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-usermanagement";
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-usermanagement',
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-useroverview";
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-useroverview',
10
+ "icon-type": 'sbt/business-menu'
11
+ }));
12
+ });
@@ -7,24 +7,35 @@ export { default as SbtBillsearch } from './SbtBillsearch';
7
7
  export { default as SbtBookingmanagement } from './SbtBookingmanagement';
8
8
  export { default as SbtCasemanagement } from './SbtCasemanagement';
9
9
  export { default as SbtClaim } from './SbtClaim';
10
+ export { default as SbtClaimsettlement } from './SbtClaimsettlement';
11
+ export { default as SbtComprehensive } from './SbtComprehensive';
10
12
  export { default as SbtConfigurationcenter } from './SbtConfigurationcenter';
11
13
  export { default as SbtDepartment } from './SbtDepartment';
12
14
  export { default as SbtDetailssearch } from './SbtDetailssearch';
13
15
  export { default as SbtHospital } from './SbtHospital';
14
16
  export { default as SbtHospitalconfiguration } from './SbtHospitalconfiguration';
17
+ export { default as SbtInpatientmanagement } from './SbtInpatientmanagement';
15
18
  export { default as SbtInsurancecompany } from './SbtInsurancecompany';
19
+ export { default as SbtMail } from './SbtMail';
20
+ export { default as SbtMessage } from './SbtMessage';
16
21
  export { default as SbtMija } from './SbtMija';
17
22
  export { default as SbtNotificationssettings } from './SbtNotificationssettings';
18
23
  export { default as SbtNumbersource } from './SbtNumbersource';
19
24
  export { default as SbtOfficialaccount } from './SbtOfficialaccount';
25
+ export { default as SbtPatientdetails } from './SbtPatientdetails';
20
26
  export { default as SbtPingan } from './SbtPingan';
27
+ export { default as SbtPolicyinquiry } from './SbtPolicyinquiry';
21
28
  export { default as SbtProcessingcase } from './SbtProcessingcase';
22
29
  export { default as SbtProductconfiguration } from './SbtProductconfiguration';
23
30
  export { default as SbtQuickfuction } from './SbtQuickfuction';
24
31
  export { default as SbtRealname } from './SbtRealname';
32
+ export { default as SbtReconciliation } from './SbtReconciliation';
25
33
  export { default as SbtRiskmanagement } from './SbtRiskmanagement';
26
34
  export { default as SbtScheme } from './SbtScheme';
35
+ export { default as SbtScope } from './SbtScope';
27
36
  export { default as SbtSelfinquiry } from './SbtSelfinquiry';
28
37
  export { default as SbtServiceperformance } from './SbtServiceperformance';
29
38
  export { default as SbtSmallprogram } from './SbtSmallprogram';
30
39
  export { default as SbtSupplementdata } from './SbtSupplementdata';
40
+ export { default as SbtUsermanagement } from './SbtUsermanagement';
41
+ export { default as SbtUseroverview } from './SbtUseroverview';
@@ -7,24 +7,35 @@ export { default as SbtBillsearch } from "./SbtBillsearch";
7
7
  export { default as SbtBookingmanagement } from "./SbtBookingmanagement";
8
8
  export { default as SbtCasemanagement } from "./SbtCasemanagement";
9
9
  export { default as SbtClaim } from "./SbtClaim";
10
+ export { default as SbtClaimsettlement } from "./SbtClaimsettlement";
11
+ export { default as SbtComprehensive } from "./SbtComprehensive";
10
12
  export { default as SbtConfigurationcenter } from "./SbtConfigurationcenter";
11
13
  export { default as SbtDepartment } from "./SbtDepartment";
12
14
  export { default as SbtDetailssearch } from "./SbtDetailssearch";
13
15
  export { default as SbtHospital } from "./SbtHospital";
14
16
  export { default as SbtHospitalconfiguration } from "./SbtHospitalconfiguration";
17
+ export { default as SbtInpatientmanagement } from "./SbtInpatientmanagement";
15
18
  export { default as SbtInsurancecompany } from "./SbtInsurancecompany";
19
+ export { default as SbtMail } from "./SbtMail";
20
+ export { default as SbtMessage } from "./SbtMessage";
16
21
  export { default as SbtMija } from "./SbtMija";
17
22
  export { default as SbtNotificationssettings } from "./SbtNotificationssettings";
18
23
  export { default as SbtNumbersource } from "./SbtNumbersource";
19
24
  export { default as SbtOfficialaccount } from "./SbtOfficialaccount";
25
+ export { default as SbtPatientdetails } from "./SbtPatientdetails";
20
26
  export { default as SbtPingan } from "./SbtPingan";
27
+ export { default as SbtPolicyinquiry } from "./SbtPolicyinquiry";
21
28
  export { default as SbtProcessingcase } from "./SbtProcessingcase";
22
29
  export { default as SbtProductconfiguration } from "./SbtProductconfiguration";
23
30
  export { default as SbtQuickfuction } from "./SbtQuickfuction";
24
31
  export { default as SbtRealname } from "./SbtRealname";
32
+ export { default as SbtReconciliation } from "./SbtReconciliation";
25
33
  export { default as SbtRiskmanagement } from "./SbtRiskmanagement";
26
34
  export { default as SbtScheme } from "./SbtScheme";
35
+ export { default as SbtScope } from "./SbtScope";
27
36
  export { default as SbtSelfinquiry } from "./SbtSelfinquiry";
28
37
  export { default as SbtServiceperformance } from "./SbtServiceperformance";
29
38
  export { default as SbtSmallprogram } from "./SbtSmallprogram";
30
- export { default as SbtSupplementdata } from "./SbtSupplementdata";
39
+ export { default as SbtSupplementdata } from "./SbtSupplementdata";
40
+ export { default as SbtUsermanagement } from "./SbtUsermanagement";
41
+ export { default as SbtUseroverview } from "./SbtUseroverview";
@@ -8,7 +8,25 @@ var node = {
8
8
  "children": [{
9
9
  "tag": "path",
10
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"
11
+ "d": "M54.86 932.5699999999999V336q0-36.57 36.57-36.57h9.14q36.57 0 36.57 36.57v596.57q0 36.57-36.57 36.57h-9.14q-36.57 0-36.57-36.57zM886.86 932.5699999999999V336q0-36.57 36.57-36.57h9.14q36.57 0 36.57 36.57v596.57q0 36.57-36.57 36.57h-9.14q-36.57 0-36.57-36.57z"
12
+ },
13
+ "children": []
14
+ }, {
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M91.43 888h841.14q36.57 0 36.57 36.57v9.14q0 36.58-36.57 36.58H91.43q-36.57 0-36.57-36.58v-9.14q0-36.57 36.57-36.57zM950.3000000000001 302.6L531.1 60.57q-31.67-18.29-49.96 13.39l-4.57 7.91q-18.28 31.67 13.39 49.96l419.2 242.02q31.67 18.29 49.96-13.38l4.56-7.92q18.3-31.67-13.38-49.95z"
18
+ },
19
+ "children": []
20
+ }, {
21
+ "tag": "path",
22
+ "attrs": {
23
+ "d": "M73.5 303.15999999999997L493.68 60.58q31.67-18.3 49.95 13.38l4.58 7.92q18.28 31.67-13.39 49.96L114.65 374.43q-31.68 18.29-49.96-13.39l-4.58-7.92q-18.28-31.67 13.4-49.96zM752 534.86q0 5.89-.29 11.77t-.87 11.75q-.57 5.86-1.44 11.7-.86 5.82-2.01 11.6-1.15 5.78-2.58 11.5-1.43 5.7-3.14 11.35-1.71 5.63-3.7 11.18-1.98 5.55-4.24 11-2.25 5.43-4.77 10.76-2.52 5.33-5.3 10.52-2.78 5.2-5.8 10.25-3.03 5.05-6.3 9.95-3.28 4.9-6.79 9.64-3.5 4.73-7.25 9.28-3.73 4.56-7.7 8.92-3.95 4.37-8.11 8.53-4.17 4.17-8.54 8.13-4.36 3.95-8.92 7.69-4.55 3.74-9.28 7.25-4.73 3.5-9.63 6.78-4.9 3.27-9.95 6.3-5.06 3.03-10.26 5.8-5.2 2.79-10.52 5.3-5.32 2.52-10.77 4.78-5.44 2.25-10.99 4.24t-11.18 3.7q-5.64 1.7-11.35 3.14-5.72 1.43-11.5 2.58t-11.6 2q-5.83.87-11.7 1.45-5.86.58-11.74.87-5.89.29-11.78.29t-11.78-.3q-5.88-.28-11.74-.86-5.87-.58-11.7-1.44-5.82-.86-11.6-2.01-5.78-1.15-11.5-2.58-5.71-1.44-11.35-3.15-5.64-1.7-11.18-3.7-5.55-1.98-11-4.23-5.44-2.26-10.76-4.78-5.33-2.51-10.52-5.3-5.2-2.77-10.26-5.8-5.05-3.03-9.95-6.3-4.9-3.27-9.63-6.78-4.73-3.51-9.28-7.25-4.56-3.74-8.92-7.7-4.37-3.95-8.54-8.12-4.16-4.16-8.12-8.53-3.96-4.36-7.7-8.92-3.73-4.55-7.24-9.28-3.5-4.74-6.78-9.64-3.28-4.9-6.3-9.95-3.03-5.05-5.81-10.25t-5.3-10.52q-2.52-5.33-4.77-10.77-2.26-5.44-4.24-10.99-1.99-5.55-3.7-11.18-1.7-5.64-3.14-11.36-1.43-5.71-2.58-11.5t-2.01-11.6q-.87-5.83-1.44-11.69-.58-5.86-.87-11.75-.29-5.88-.29-11.77t.29-11.78q.29-5.88.87-11.75.57-5.86 1.44-11.69.86-5.83 2.01-11.6 1.15-5.78 2.58-11.5 1.43-5.71 3.14-11.35 1.71-5.64 3.7-11.19 1.98-5.54 4.24-10.99 2.25-5.44 4.77-10.77 2.52-5.32 5.3-10.52 2.78-5.2 5.8-10.25 3.03-5.05 6.3-9.95 3.28-4.9 6.79-9.63 3.5-4.73 7.25-9.29 3.73-4.55 7.7-8.92 3.95-4.36 8.11-8.53 4.17-4.16 8.54-8.12 4.36-3.96 8.92-7.7 4.55-3.73 9.28-7.24 4.73-3.51 9.63-6.79 4.9-3.27 9.95-6.3 5.06-3.03 10.26-5.8 5.2-2.78 10.52-5.3 5.32-2.52 10.77-4.77 5.44-2.26 10.99-4.24 5.54-1.99 11.18-3.7 5.64-1.7 11.35-3.14 5.72-1.43 11.5-2.58t11.6-2.02q5.83-.86 11.7-1.44 5.86-.57 11.74-.86 5.89-.3 11.78-.3t11.78.3q5.88.29 11.74.86 5.87.58 11.7 1.44 5.82.87 11.6 2.02 5.78 1.15 11.5 2.58 5.71 1.43 11.35 3.14 5.64 1.71 11.18 3.7 5.55 1.98 11 4.24 5.44 2.25 10.76 4.77 5.33 2.52 10.52 5.3 5.2 2.77 10.26 5.8 5.05 3.03 9.95 6.3 4.9 3.28 9.63 6.79 4.73 3.5 9.28 7.24 4.56 3.74 8.92 7.7 4.37 3.96 8.54 8.12 4.16 4.17 8.12 8.53 3.96 4.37 7.7 8.92 3.73 4.56 7.24 9.29 3.5 4.73 6.78 9.63 3.28 4.9 6.3 9.95 3.03 5.06 5.81 10.25 2.78 5.2 5.3 10.52 2.52 5.33 4.77 10.77 2.26 5.45 4.24 11 1.99 5.54 3.7 11.18 1.7 5.64 3.14 11.35 1.43 5.72 2.58 11.5t2.01 11.6q.87 5.83 1.44 11.7.58 5.86.87 11.74.29 5.89.29 11.78zm-82.29 0q0-3.87-.19-7.74t-.57-7.72q-.38-3.85-.94-7.68-.57-3.83-1.33-7.63-.75-3.8-1.7-7.55t-2.06-7.46q-1.12-3.71-2.43-7.36-1.3-3.64-2.78-7.22-1.48-3.57-3.14-7.07-1.65-3.5-3.48-6.92-1.82-3.41-3.81-6.73-2-3.33-4.15-6.54-2.15-3.22-4.45-6.33t-4.77-6.1q-2.45-3-5.05-5.87-2.6-2.87-5.34-5.6-2.74-2.74-5.6-5.34t-5.87-5.06q-3-2.45-6.1-4.76-3.11-2.3-6.33-4.46-3.22-2.15-6.54-4.14-3.32-1.99-6.73-3.81-3.42-1.83-6.92-3.49-3.5-1.65-7.08-3.13-3.57-1.48-7.22-2.79-3.64-1.3-7.35-2.43-3.7-1.12-7.46-2.06-3.75-.94-7.55-1.7-3.8-.75-7.63-1.32-3.83-.57-7.68-.95-3.85-.38-7.72-.57-3.87-.19-7.74-.19t-7.74.2q-3.87.18-7.72.56-3.85.38-7.68.95-3.83.57-7.63 1.32-3.8.76-7.55 1.7-3.76.94-7.46 2.06-3.7 1.13-7.35 2.43-3.65 1.3-7.22 2.79-3.58 1.48-7.08 3.14-3.5 1.65-6.92 3.48-3.41 1.82-6.73 3.81-3.32 2-6.54 4.14-3.22 2.15-6.33 4.46t-6.1 4.76q-3 2.46-5.86 5.06-2.87 2.6-5.61 5.34-2.74 2.73-5.34 5.6t-5.05 5.86q-2.46 3-4.77 6.1-2.3 3.12-4.45 6.34-2.16 3.21-4.15 6.54-1.99 3.32-3.81 6.73-1.83 3.42-3.48 6.92-1.66 3.5-3.14 7.07-1.48 3.58-2.78 7.22-1.3 3.65-2.43 7.36-1.13 3.7-2.07 7.46-.94 3.75-1.7 7.55-.75 3.8-1.32 7.63-.56 3.83-.95 7.68-.37 3.85-.56 7.72-.2 3.87-.2 7.74t.2 7.74q.19 3.86.56 7.72.39 3.85.95 7.68.57 3.83 1.33 7.63.75 3.8 1.7 7.55.93 3.75 2.06 7.46 1.12 3.7 2.43 7.35 1.3 3.64 2.78 7.22 1.48 3.58 3.14 7.08 1.65 3.5 3.48 6.91 1.82 3.42 3.81 6.74 2 3.32 4.15 6.54 2.15 3.22 4.45 6.33t4.77 6.1q2.45 3 5.05 5.86 2.6 2.87 5.34 5.6 2.74 2.75 5.6 5.35t5.87 5.05q2.99 2.46 6.1 4.76 3.1 2.31 6.33 4.46 3.22 2.15 6.54 4.14 3.32 2 6.73 3.82 3.42 1.82 6.92 3.48 3.5 1.65 7.08 3.14 3.57 1.48 7.22 2.78 3.64 1.3 7.35 2.43 3.7 1.12 7.46 2.06 3.75.95 7.55 1.7 3.8.76 7.63 1.32 3.83.57 7.68.95 3.85.38 7.72.57 3.87.2 7.74.2t7.74-.2q3.87-.19 7.72-.57 3.85-.38 7.68-.95 3.83-.56 7.63-1.32 3.8-.75 7.55-1.7t7.46-2.06q3.7-1.12 7.35-2.43 3.65-1.3 7.22-2.78 3.58-1.49 7.08-3.14 3.5-1.66 6.92-3.48 3.41-1.83 6.73-3.82 3.32-1.99 6.54-4.14 3.22-2.15 6.33-4.46t6.1-4.76q3-2.45 5.86-5.05 2.87-2.6 5.61-5.34 2.74-2.74 5.34-5.6t5.05-5.87q2.46-3 4.77-6.1 2.3-3.11 4.45-6.33 2.16-3.22 4.15-6.54 1.99-3.32 3.81-6.74 1.83-3.41 3.48-6.91 1.66-3.5 3.14-7.08 1.48-3.58 2.78-7.22 1.3-3.65 2.43-7.35 1.13-3.7 2.07-7.46t1.7-7.55q.75-3.8 1.32-7.63.56-3.83.94-7.68.38-3.86.57-7.72.2-3.87.2-7.74z"
24
+ },
25
+ "children": []
26
+ }, {
27
+ "tag": "path",
28
+ "attrs": {
29
+ "d": "M615.61 687.55l38.8-38.8q6.46-6.46 12.92 0l101.3 101.29q6.46 6.46 0 12.93l-38.8 38.8q-6.47 6.46-12.93 0l-101.3-101.3q-6.46-6.46 0-12.92z"
12
30
  },
13
31
  "children": []
14
32
  }]
@@ -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-claimsettlement",
3
+ "nodeTree": {
4
+ "tag": "svg",
5
+ "attrs": {
6
+ "viewBox": "0 0 1024 1024"
7
+ },
8
+ "children": [{
9
+ "tag": "path",
10
+ "attrs": {
11
+ "d": "M612.57 274.28999999999996V669.7q0 9.15-9.14 9.15h-54.86q-9.14 0-9.14-9.15V274.3q0-9.15 9.14-9.15h54.86q9.14 0 9.14 9.15zM765.71 274.28999999999996V669.7q0 9.15-9.14 9.15h-54.86q-9.14 0-9.14-9.15V274.3q0-9.15 9.14-9.15h54.86q9.14 0 9.14 9.15zM267.43 265.14H413.7q9.15 0 9.15 9.15v54.85q0 9.15-9.15 9.15H267.43q-9.14 0-9.14-9.15V274.3q0-9.15 9.14-9.15z"
12
+ },
13
+ "children": []
14
+ }, {
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M548.5699999999999 265.14h208q9.14 0 9.14 9.15v54.85q0 9.15-9.14 9.15h-208q-9.14 0-9.14-9.15V274.3q0-9.15 9.14-9.15zM267.43 475.43H413.7q9.15 0 9.15 9.14v54.86q0 9.14-9.15 9.14H267.43q-9.14 0-9.14-9.14v-54.86q0-9.14 9.14-9.14zM594.19 625.89l103.44 103.44q6.46 6.47 0 12.93l-38.8 38.8q-6.46 6.46-12.92 0L542.47 677.6q-6.47-6.46 0-12.93l38.79-38.79q6.46-6.46 12.93 0z"
18
+ },
19
+ "children": []
20
+ }, {
21
+ "tag": "path",
22
+ "attrs": {
23
+ "d": "M711.04 625.89L607.6 729.33q-6.46 6.47 0 12.93l38.8 38.8q6.46 6.46 12.92 0L762.76 677.6q6.47-6.46 0-12.93l-38.79-38.79q-6.46-6.46-12.93 0zM267.43 685.71H413.7q9.15 0 9.15 9.15v54.85q0 9.15-9.15 9.15H267.43q-9.14 0-9.14-9.15v-54.85q0-9.15 9.14-9.15zM54.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.57zM886.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"
24
+ },
25
+ "children": []
26
+ }, {
27
+ "tag": "path",
28
+ "attrs": {
29
+ "d": "M91.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.57zM91.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.57z"
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,29 @@
1
+ var node = {
2
+ "name": "sbt-comprehensive",
3
+ "nodeTree": {
4
+ "tag": "svg",
5
+ "attrs": {
6
+ "viewBox": "0 0 1024 1024"
7
+ },
8
+ "children": [{
9
+ "tag": "path",
10
+ "attrs": {
11
+ "d": "M1024 512q0 12.57-.62 25.12-.61 12.56-1.85 25.07-1.23 12.5-3.07 24.94t-4.3 24.76q-2.45 12.32-5.5 24.52-3.06 12.19-6.7 24.22-3.65 12.02-7.89 23.86-4.23 11.83-9.04 23.44-4.81 11.62-10.19 22.98-5.37 11.36-11.3 22.45-5.92 11.08-12.38 21.86-6.47 10.78-13.45 21.23-6.98 10.45-14.47 20.55-7.49 10.1-15.46 19.8-7.97 9.73-16.41 19.04-8.44 9.31-17.33 18.2-8.89 8.89-18.2 17.33-9.31 8.44-19.03 16.41-9.72 7.98-19.81 15.46-10.1 7.49-20.55 14.47-10.45 6.98-21.23 13.45-10.78 6.46-21.86 12.38-11.09 5.93-22.45 11.3-11.36 5.38-22.98 10.19-11.6 4.8-23.44 9.04-11.84 4.24-23.86 7.88-12.03 3.65-24.22 6.7-12.2 3.06-24.52 5.51-12.33 2.45-24.76 4.3-12.44 1.84-24.94 3.07-12.51 1.24-25.07 1.85-12.55.62-25.12.62t-25.12-.62q-12.56-.61-25.07-1.85-12.5-1.23-24.94-3.07-12.43-1.85-24.76-4.3-12.32-2.45-24.52-5.5-12.19-3.06-24.22-6.7-12.02-3.65-23.86-7.89-11.83-4.23-23.44-9.04-11.62-4.81-22.98-10.19-11.36-5.37-22.45-11.3-11.08-5.92-21.86-12.38-10.78-6.47-21.23-13.45-10.45-6.98-20.55-14.47-10.1-7.49-19.8-15.46-9.73-7.97-19.04-16.41-9.31-8.44-18.2-17.33-8.89-8.89-17.33-18.2-8.44-9.31-16.41-19.03-7.98-9.72-15.46-19.81-7.49-10.1-14.47-20.55Q79.3 786 72.84 775.22q-6.46-10.78-12.38-21.86-5.93-11.09-11.3-22.45-5.38-11.36-10.19-22.98-4.8-11.6-9.04-23.44-4.24-11.84-7.88-23.86-3.65-12.03-6.7-24.22-3.06-12.2-5.51-24.52-2.45-12.33-4.3-24.76-1.84-12.44-3.07-24.94-1.24-12.51-1.85-25.07Q0 524.57 0 512t.62-25.12q.61-12.56 1.85-25.07 1.23-12.5 3.07-24.94 1.85-12.43 4.3-24.76 2.45-12.32 5.5-24.52 3.06-12.19 6.7-24.22 3.65-12.02 7.89-23.86 4.23-11.83 9.04-23.44 4.81-11.62 10.19-22.98 5.37-11.36 11.3-22.45 5.92-11.08 12.38-21.86Q79.31 238 86.3 227.55q6.98-10.45 14.47-20.55 7.48-10.1 15.46-19.8 7.97-9.73 16.41-19.04 8.44-9.31 17.33-18.2 8.89-8.89 18.2-17.33 9.31-8.44 19.03-16.41 9.72-7.98 19.81-15.46 10.1-7.49 20.55-14.47Q238 79.3 248.78 72.84q10.78-6.46 21.86-12.38 11.09-5.93 22.45-11.3 11.36-5.38 22.98-10.19 11.6-4.8 23.44-9.04t23.86-7.88q12.03-3.65 24.22-6.7 12.2-3.06 24.52-5.51 12.33-2.45 24.76-4.3 12.44-1.84 24.94-3.07 12.51-1.24 25.07-1.85Q499.43 0 512 0t25.12.62q12.56.61 25.07 1.85 12.5 1.23 24.94 3.07t24.76 4.3q12.32 2.45 24.52 5.5 12.19 3.06 24.22 6.7 12.02 3.65 23.86 7.89 11.83 4.23 23.44 9.04 11.62 4.81 22.98 10.19 11.36 5.37 22.45 11.3 11.08 5.92 21.86 12.38Q786 79.31 796.45 86.3q10.45 6.98 20.55 14.47 10.1 7.48 19.8 15.46 9.73 7.97 19.04 16.41 9.31 8.44 18.2 17.33 8.89 8.89 17.33 18.2 8.44 9.31 16.41 19.03 7.98 9.72 15.46 19.81 7.49 10.1 14.47 20.55 6.98 10.45 13.45 21.23 6.46 10.78 12.38 21.86 5.93 11.09 11.3 22.45 5.38 11.36 10.19 22.98 4.8 11.6 9.04 23.44t7.88 23.86q3.65 12.03 6.7 24.22 3.06 12.2 5.51 24.52 2.45 12.33 4.3 24.76 1.84 12.44 3.07 24.94t1.85 25.07q.62 12.55.62 25.12zm-82.29 0q0-10.55-.51-21.08-.52-10.54-1.55-21.04-1.04-10.5-2.59-20.93-1.54-10.44-3.6-20.78-2.06-10.35-4.62-20.58-2.57-10.23-5.63-20.33-3.06-10.1-6.61-20.03-3.56-9.93-7.6-19.67-4.03-9.75-8.54-19.29-4.51-9.53-9.49-18.84-4.97-9.3-10.4-18.35t-11.28-17.82q-5.86-8.77-12.14-17.24-6.28-8.47-12.98-16.63-6.69-8.15-13.77-15.97-7.09-7.81-14.55-15.27-7.46-7.46-15.27-14.55-7.82-7.08-15.97-13.77t-16.63-12.98q-8.47-6.28-17.24-12.14-8.77-5.87-17.82-11.29-9.05-5.42-18.35-10.4-9.3-4.97-18.84-9.48-9.54-4.5-19.29-8.54-9.74-4.04-19.67-7.6-9.94-3.55-20.03-6.61t-20.33-5.63q-10.23-2.56-20.58-4.62-10.34-2.06-20.78-3.6-10.43-1.55-20.93-2.59-10.5-1.03-21.04-1.55-10.53-.51-21.08-.51-10.55 0-21.08.51-10.54.52-21.04 1.56-10.5 1.03-20.93 2.58-10.44 1.54-20.78 3.6-10.35 2.06-20.58 4.62-10.23 2.57-20.33 5.63-10.1 3.06-20.03 6.62-9.93 3.55-19.67 7.59-9.75 4.03-19.29 8.54t-18.84 9.49q-9.3 4.97-18.35 10.4t-17.82 11.28q-8.77 5.86-17.24 12.14-8.47 6.28-16.63 12.98-8.15 6.69-15.97 13.77-7.81 7.09-15.27 14.55-7.46 7.46-14.55 15.27-7.08 7.82-13.77 15.97t-12.98 16.63q-6.28 8.47-12.14 17.24-5.87 8.77-11.29 17.82-5.42 9.05-10.4 18.35-4.97 9.3-9.48 18.84-4.5 9.54-8.54 19.29-4.04 9.74-7.6 19.67-3.55 9.94-6.61 20.03t-5.63 20.33q-2.56 10.23-4.62 20.58-2.06 10.34-3.6 20.78-1.55 10.43-2.59 20.93-1.03 10.5-1.55 21.04-.51 10.53-.51 21.08 0 10.55.51 21.08.52 10.54 1.56 21.04 1.03 10.5 2.58 20.93 1.54 10.44 3.6 20.78 2.06 10.35 4.62 20.58 2.57 10.23 5.63 20.33 3.06 10.1 6.62 20.03 3.55 9.93 7.59 19.67 4.03 9.75 8.54 19.29t9.49 18.84q4.97 9.3 10.4 18.35t11.28 17.82q5.86 8.77 12.14 17.24 6.28 8.47 12.98 16.63 6.69 8.15 13.77 15.97 7.09 7.81 14.55 15.27 7.46 7.46 15.27 14.55 7.82 7.08 15.97 13.77t16.63 12.98q8.47 6.28 17.24 12.14 8.77 5.87 17.82 11.29 9.05 5.42 18.35 10.4 9.3 4.97 18.84 9.48 9.54 4.5 19.29 8.54 9.74 4.04 19.67 7.6 9.94 3.55 20.03 6.61 10.1 3.06 20.33 5.63 10.23 2.56 20.58 4.62 10.34 2.06 20.78 3.6 10.43 1.55 20.93 2.59 10.5 1.03 21.04 1.55 10.53.51 21.08.51 10.55 0 21.08-.51 10.54-.52 21.04-1.55 10.5-1.04 20.93-2.59 10.44-1.54 20.78-3.6 10.35-2.06 20.58-4.62 10.23-2.57 20.33-5.63 10.1-3.06 20.03-6.61 9.93-3.56 19.67-7.6 9.75-4.03 19.29-8.54 9.53-4.51 18.84-9.49 9.3-4.97 18.35-10.4t17.82-11.28q8.77-5.86 17.24-12.14 8.47-6.28 16.63-12.98 8.15-6.69 15.97-13.77 7.81-7.09 15.27-14.55 7.46-7.46 14.55-15.27 7.08-7.82 13.77-15.97t12.98-16.63q6.28-8.47 12.14-17.24 5.87-8.77 11.29-17.82 5.42-9.05 10.4-18.35 4.97-9.3 9.48-18.84 4.5-9.54 8.54-19.29 4.04-9.74 7.6-19.67 3.55-9.94 6.61-20.03 3.06-10.1 5.63-20.33 2.56-10.23 4.62-20.58 2.06-10.34 3.6-20.78 1.55-10.43 2.59-20.93 1.03-10.5 1.55-21.04.51-10.53.51-21.08z"
12
+ },
13
+ "children": []
14
+ }, {
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M854.86 512q0 8.42-.42 16.82-.4 8.41-1.23 16.79-.83 8.37-2.06 16.7-1.24 8.32-2.88 16.58-1.64 8.25-3.69 16.42-2.04 8.16-4.49 16.22-2.44 8.05-5.28 15.98-2.83 7.92-6.05 15.7-3.22 7.77-6.82 15.38-3.6 7.6-7.57 15.03-3.96 7.42-8.3 14.64-4.32 7.22-9 14.22-4.67 7-9.68 13.76-5.02 6.76-10.36 13.27-5.34 6.5-10.99 12.74-5.65 6.23-11.6 12.19-5.96 5.95-12.2 11.6-6.23 5.65-12.73 11-6.51 5.33-13.27 10.35-6.76 5-13.76 9.69-7 4.67-14.22 9-7.22 4.33-14.64 8.3-7.42 3.96-15.03 7.56-7.6 3.6-15.38 6.82-7.78 3.22-15.7 6.05-7.93 2.84-15.98 5.28-8.06 2.45-16.22 4.5-8.17 2.04-16.42 3.68-8.26 1.64-16.58 2.88-8.33 1.23-16.7 2.06-8.38.82-16.79 1.23-8.4.42-16.82.42t-16.82-.42q-8.41-.4-16.79-1.23-8.37-.83-16.7-2.06-8.32-1.24-16.58-2.88-8.25-1.64-16.42-3.69-8.16-2.04-16.22-4.49-8.05-2.44-15.98-5.28-7.92-2.83-15.7-6.05-7.77-3.22-15.38-6.82-7.6-3.6-15.03-7.57-7.42-3.96-14.64-8.3-7.22-4.32-14.22-9-7-4.67-13.76-9.68t-13.27-10.36q-6.5-5.34-12.74-10.99t-12.19-11.6q-5.95-5.96-11.6-12.2-5.65-6.23-11-12.73-5.33-6.51-10.35-13.27-5-6.76-9.69-13.76-4.67-7-9-14.22-4.33-7.22-8.3-14.64-3.96-7.42-7.56-15.03-3.6-7.6-6.82-15.38t-6.06-15.7q-2.83-7.93-5.27-15.98-2.45-8.06-4.5-16.22-2.04-8.17-3.68-16.42-1.64-8.26-2.88-16.58-1.23-8.33-2.06-16.7-.82-8.38-1.23-16.79-.42-8.4-.42-16.82t.42-16.82q.4-8.41 1.23-16.79.83-8.37 2.06-16.7 1.24-8.32 2.88-16.58 1.64-8.25 3.69-16.42 2.04-8.16 4.49-16.22 2.44-8.05 5.28-15.98 2.83-7.92 6.05-15.7 3.22-7.77 6.82-15.38 3.6-7.6 7.57-15.03 3.96-7.42 8.3-14.64 4.32-7.22 9-14.22 4.67-7 9.68-13.76t10.36-13.27q5.34-6.5 10.99-12.74t11.6-12.19q5.96-5.95 12.2-11.6 6.23-5.65 12.73-11 6.51-5.33 13.27-10.35 6.76-5 13.76-9.69 7-4.67 14.22-9 7.22-4.33 14.64-8.3 7.42-3.96 15.03-7.56 7.6-3.6 15.38-6.82 7.78-3.22 15.7-6.06 7.93-2.83 15.98-5.27 8.06-2.45 16.22-4.5 8.17-2.04 16.42-3.68 8.26-1.64 16.58-2.88 8.33-1.23 16.7-2.06 8.38-.82 16.79-1.23 8.4-.42 16.82-.42t16.82.42q8.41.4 16.79 1.23 8.37.83 16.7 2.06 8.32 1.24 16.58 2.88 8.25 1.64 16.42 3.69 8.16 2.04 16.22 4.49 8.05 2.44 15.98 5.28 7.92 2.83 15.7 6.05 7.77 3.22 15.38 6.82 7.6 3.6 15.03 7.57 7.42 3.96 14.64 8.3 7.22 4.32 14.22 9 7 4.67 13.76 9.68 6.76 5.02 13.27 10.36 6.5 5.34 12.74 10.99 6.23 5.65 12.19 11.6 5.95 5.96 11.6 12.2 5.65 6.23 11 12.73 5.33 6.51 10.35 13.27 5 6.76 9.69 13.76 4.67 7 9 14.22 4.33 7.22 8.3 14.64 3.96 7.42 7.56 15.03 3.6 7.6 6.82 15.38 3.22 7.78 6.05 15.7 2.84 7.93 5.28 15.98 2.45 8.06 4.5 16.22 2.04 8.17 3.68 16.42 1.64 8.26 2.88 16.58 1.23 8.33 2.06 16.7.82 8.38 1.23 16.79.42 8.4.42 16.82zm-82.29 0q0-6.4-.31-12.79-.32-6.38-.94-12.75-.63-6.37-1.57-12.7-.94-6.32-2.19-12.6-1.24-6.27-2.8-12.47-1.55-6.2-3.4-12.33-1.87-6.12-4.02-12.14-2.16-6.03-4.6-11.94-2.45-5.9-5.19-11.69-2.73-5.78-5.75-11.42-3.01-5.64-6.3-11.13-3.29-5.49-6.84-10.8-3.56-5.32-7.37-10.46-3.8-5.14-7.87-10.09-4.05-4.94-8.35-9.68-4.3-4.74-8.82-9.26-4.52-4.52-9.26-8.82-4.74-4.3-9.68-8.35-4.95-4.06-10.09-7.87-5.14-3.81-10.45-7.37-5.32-3.55-10.81-6.84t-11.13-6.3q-5.64-3.02-11.42-5.75-5.78-2.74-11.7-5.19-5.9-2.44-11.93-4.6-6.02-2.15-12.14-4.01-6.12-1.86-12.33-3.41-6.2-1.56-12.47-2.8-6.28-1.25-12.6-2.2-6.33-.93-12.7-1.56-6.37-.62-12.75-.94-6.4-.31-12.79-.31-6.4 0-12.79.31-6.38.32-12.75.94-6.37.63-12.7 1.57-6.32.94-12.6 2.19-6.27 1.24-12.47 2.8-6.2 1.55-12.33 3.4-6.12 1.87-12.14 4.02-6.03 2.16-11.94 4.6-5.9 2.45-11.69 5.19-5.78 2.73-11.42 5.75-5.64 3.01-11.13 6.3-5.49 3.29-10.8 6.84-5.32 3.56-10.46 7.37-5.14 3.8-10.09 7.87-4.94 4.05-9.68 8.35-4.74 4.3-9.26 8.82-4.52 4.52-8.82 9.26-4.3 4.74-8.35 9.68-4.06 4.95-7.87 10.09-3.81 5.14-7.37 10.45-3.55 5.32-6.84 10.81t-6.3 11.13q-3.02 5.64-5.75 11.42-2.74 5.78-5.19 11.7-2.44 5.9-4.6 11.93-2.15 6.02-4.01 12.14-1.86 6.12-3.41 12.33-1.56 6.2-2.8 12.47-1.25 6.28-2.2 12.6-.93 6.33-1.56 12.7-.62 6.37-.94 12.75-.31 6.4-.31 12.79 0 6.4.31 12.79.32 6.38.94 12.75.63 6.37 1.57 12.7.94 6.32 2.19 12.6 1.24 6.27 2.8 12.47 1.55 6.2 3.4 12.33 1.87 6.12 4.02 12.14 2.16 6.03 4.6 11.94 2.45 5.9 5.19 11.69 2.73 5.78 5.75 11.42 3.01 5.64 6.3 11.13 3.29 5.49 6.84 10.8 3.56 5.32 7.37 10.46 3.8 5.14 7.87 10.09 4.05 4.94 8.35 9.68 4.3 4.74 8.82 9.26 4.52 4.52 9.26 8.82 4.74 4.3 9.68 8.35 4.95 4.06 10.09 7.87 5.14 3.81 10.45 7.37 5.32 3.55 10.81 6.84t11.13 6.3q5.64 3.02 11.42 5.75 5.78 2.74 11.7 5.19 5.9 2.44 11.93 4.6 6.02 2.15 12.14 4.01 6.12 1.86 12.33 3.41 6.2 1.56 12.47 2.8 6.28 1.25 12.6 2.2 6.33.93 12.7 1.56 6.37.62 12.75.94 6.4.31 12.79.31 6.4 0 12.79-.31 6.38-.32 12.75-.94 6.37-.63 12.7-1.57 6.32-.94 12.6-2.19 6.27-1.24 12.47-2.8 6.2-1.55 12.33-3.4 6.12-1.87 12.14-4.02 6.03-2.16 11.94-4.6 5.9-2.45 11.69-5.19 5.78-2.73 11.42-5.75 5.64-3.01 11.13-6.3 5.49-3.29 10.8-6.84 5.32-3.56 10.46-7.37 5.14-3.8 10.09-7.87 4.94-4.05 9.68-8.35 4.74-4.3 9.26-8.82 4.52-4.52 8.82-9.26 4.3-4.74 8.35-9.68 4.06-4.95 7.87-10.09 3.81-5.14 7.37-10.45 3.55-5.32 6.84-10.81t6.3-11.13q3.02-5.64 5.75-11.42 2.74-5.78 5.19-11.7 2.44-5.9 4.6-11.93 2.15-6.02 4.01-12.14 1.86-6.12 3.41-12.33 1.56-6.2 2.8-12.47 1.25-6.28 2.2-12.6.93-6.33 1.56-12.7.62-6.37.94-12.75.31-6.4.31-12.79z"
18
+ },
19
+ "children": []
20
+ }, {
21
+ "tag": "path",
22
+ "attrs": {
23
+ "d": "M676.1700000000001 717.25l38.8-38.79q6.46-6.46 12.92 0l141.8 141.8q6.47 6.47 0 12.93L830.9 872q-6.46 6.46-12.93 0l-141.8-141.8q-6.46-6.47 0-12.94zM397.71 393.14H626.3q9.14 0 9.14 9.15v54.85q0 9.15-9.14 9.15H397.7q-9.14 0-9.14-9.15V402.3q0-9.15 9.14-9.15zM397.71 557.71h105.15q9.14 0 9.14 9.15v54.85q0 9.15-9.14 9.15H397.7q-9.14 0-9.14-9.15v-54.85q0-9.15 9.14-9.15z"
24
+ },
25
+ "children": []
26
+ }]
27
+ }
28
+ };
29
+ 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,53 @@
1
+ var node = {
2
+ "name": "sbt-inpatientmanagement",
3
+ "nodeTree": {
4
+ "tag": "svg",
5
+ "attrs": {
6
+ "viewBox": "0 0 1024 1024"
7
+ },
8
+ "children": [{
9
+ "tag": "path",
10
+ "attrs": {
11
+ "d": "M110.86 932.5699999999999v-64q0-36.57 36.57-36.57h9.14q36.57 0 36.57 36.57v64q0 36.57-36.57 36.57h-9.14q-36.57 0-36.57-36.57z"
12
+ },
13
+ "children": []
14
+ }, {
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M54.86 864V480q0-36.57 36.57-36.57h9.14q36.57 0 36.57 36.57v384q0 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": "M137.14 489.14000000000004V91.43q0-36.57 36.57-36.57h9.15q36.57 0 36.57 36.57v397.71q0 36.57-36.57 36.57h-9.15q-36.57 0-36.57-36.57zM804.57 489.14000000000004V91.43q0-36.57 36.57-36.57h9.15q36.57 0 36.57 36.57v397.71q0 36.57-36.57 36.57h-9.15q-36.57 0-36.57-36.57z"
24
+ },
25
+ "children": []
26
+ }, {
27
+ "tag": "path",
28
+ "attrs": {
29
+ "d": "M886.86 864V480q0-36.57 36.57-36.57h9.14q36.57 0 36.57 36.57v384q0 36.57-36.57 36.57h-9.14q-36.57 0-36.57-36.57z"
30
+ },
31
+ "children": []
32
+ }, {
33
+ "tag": "path",
34
+ "attrs": {
35
+ "d": "M830.86 932.5699999999999v-64q0-36.57 36.57-36.57h9.14q36.57 0 36.57 36.57v64q0 36.57-36.57 36.57h-9.14q-36.57 0-36.57-36.57zM91.43 443.43h841.14q36.57 0 36.57 36.57v9.14q0 36.57-36.57 36.57H91.43q-36.57 0-36.57-36.57V480q0-36.57 36.57-36.57zM173.70999999999998 54.86H850.3q36.57 0 36.57 36.57v9.14q0 36.57-36.57 36.57H173.7q-36.57 0-36.57-36.57v-9.14q0-36.57 36.57-36.57z"
36
+ },
37
+ "children": []
38
+ }, {
39
+ "tag": "path",
40
+ "attrs": {
41
+ "d": "M91.43 818.29h841.14q36.57 0 36.57 36.57V864q0 36.57-36.57 36.57H91.43q-36.57 0-36.57-36.57v-9.14q0-36.57 36.57-36.57zM315.43 272h393.14q9.14 0 9.14 9.14V336q0 9.14-9.14 9.14H315.43q-9.14 0-9.14-9.14v-54.86q0-9.14 9.14-9.14z"
42
+ },
43
+ "children": []
44
+ }, {
45
+ "tag": "path",
46
+ "attrs": {
47
+ "d": "M379.43 281.14v235.43q0 9.14-9.14 9.14h-54.86q-9.14 0-9.14-9.14V281.14q0-9.14 9.14-9.14h54.86q9.14 0 9.14 9.14zM717.71 281.14v235.43q0 9.14-9.14 9.14h-54.86q-9.14 0-9.14-9.14V281.14q0-9.14 9.14-9.14h54.86q9.14 0 9.14 9.14z"
48
+ },
49
+ "children": []
50
+ }]
51
+ }
52
+ };
53
+ 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,29 @@
1
+ var node = {
2
+ "name": "sbt-mail",
3
+ "nodeTree": {
4
+ "tag": "svg",
5
+ "attrs": {
6
+ "viewBox": "0 0 1024 1024"
7
+ },
8
+ "children": [{
9
+ "tag": "path",
10
+ "attrs": {
11
+ "d": "M54.86 804.5699999999999V219.43q0-36.57 36.57-36.57h9.14q36.57 0 36.57 36.57v585.14q0 36.57-36.57 36.57h-9.14q-36.57 0-36.57-36.57zM514.61 494.81l256.16-68.64q8.83-2.37 6.46-11.2l-14.2-53q-2.36-8.83-11.2-6.46l-256.15 68.64q-8.84 2.36-6.47 11.2l14.2 53q2.37 8.82 11.2 6.46z"
12
+ },
13
+ "children": []
14
+ }, {
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M509.56 494.81L253.4 426.17q-8.83-2.37-6.46-11.2l14.2-53q2.36-8.83 11.2-6.46l256.15 68.64q8.84 2.36 6.47 11.2l-14.2 52.99q-2.37 8.83-11.2 6.47zM886.86 804.5699999999999V219.43q0-36.57 36.57-36.57h9.14q36.57 0 36.57 36.57v585.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 182.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 758.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
+ }
28
+ };
29
+ 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;