@firesoon/icons-react 3.0.26 → 3.0.28

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 (41) hide show
  1. package/es/components/sbt/business-menu/SbtInpatientmanagement.d.ts +4 -0
  2. package/es/components/sbt/business-menu/SbtInpatientmanagement.js +12 -0
  3. package/es/components/sbt/business-menu/SbtMail.d.ts +4 -0
  4. package/es/components/sbt/business-menu/SbtMail.js +12 -0
  5. package/es/components/sbt/business-menu/SbtMessage.d.ts +4 -0
  6. package/es/components/sbt/business-menu/SbtMessage.js +12 -0
  7. package/es/components/sbt/business-menu/SbtScope.d.ts +4 -0
  8. package/es/components/sbt/business-menu/SbtScope.js +12 -0
  9. package/es/components/sbt/business-menu/index.d.ts +4 -0
  10. package/es/components/sbt/business-menu/index.js +4 -0
  11. package/es/icons/sbt/business-menu/sbt-inpatientmanagement.d.ts +17 -0
  12. package/es/icons/sbt/business-menu/sbt-inpatientmanagement.js +53 -0
  13. package/es/icons/sbt/business-menu/sbt-mail.d.ts +17 -0
  14. package/es/icons/sbt/business-menu/sbt-mail.js +29 -0
  15. package/es/icons/sbt/business-menu/sbt-message.d.ts +17 -0
  16. package/es/icons/sbt/business-menu/sbt-message.js +29 -0
  17. package/es/icons/sbt/business-menu/sbt-scope.d.ts +17 -0
  18. package/es/icons/sbt/business-menu/sbt-scope.js +41 -0
  19. package/es/index.d.ts +229 -225
  20. package/es/index.js +230 -226
  21. package/lib/components/sbt/business-menu/SbtInpatientmanagement.d.ts +4 -0
  22. package/lib/components/sbt/business-menu/SbtInpatientmanagement.js +20 -0
  23. package/lib/components/sbt/business-menu/SbtMail.d.ts +4 -0
  24. package/lib/components/sbt/business-menu/SbtMail.js +20 -0
  25. package/lib/components/sbt/business-menu/SbtMessage.d.ts +4 -0
  26. package/lib/components/sbt/business-menu/SbtMessage.js +20 -0
  27. package/lib/components/sbt/business-menu/SbtScope.d.ts +4 -0
  28. package/lib/components/sbt/business-menu/SbtScope.js +20 -0
  29. package/lib/components/sbt/business-menu/index.d.ts +4 -0
  30. package/lib/components/sbt/business-menu/index.js +28 -0
  31. package/lib/icons/sbt/business-menu/sbt-inpatientmanagement.d.ts +17 -0
  32. package/lib/icons/sbt/business-menu/sbt-inpatientmanagement.js +60 -0
  33. package/lib/icons/sbt/business-menu/sbt-mail.d.ts +17 -0
  34. package/lib/icons/sbt/business-menu/sbt-mail.js +36 -0
  35. package/lib/icons/sbt/business-menu/sbt-message.d.ts +17 -0
  36. package/lib/icons/sbt/business-menu/sbt-message.js +36 -0
  37. package/lib/icons/sbt/business-menu/sbt-scope.d.ts +17 -0
  38. package/lib/icons/sbt/business-menu/sbt-scope.js +48 -0
  39. package/lib/index.d.ts +229 -225
  40. package/lib/index.js +253 -225
  41. package/package.json +1 -1
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _Icon = _interopRequireDefault(require("../../../Icon"));
9
+ var _sbtScope = _interopRequireDefault(require("../../../icons/sbt/business-menu/sbt-scope"));
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
12
+ var _default = function _default() {
13
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
14
+ return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
15
+ rootNode: _sbtScope.default,
16
+ iconName: 'sbt-scope',
17
+ "icon-type": 'sbt/business-menu'
18
+ }));
19
+ };
20
+ exports.default = _default;
@@ -14,7 +14,10 @@ export { default as SbtDepartment } from './SbtDepartment';
14
14
  export { default as SbtDetailssearch } from './SbtDetailssearch';
15
15
  export { default as SbtHospital } from './SbtHospital';
16
16
  export { default as SbtHospitalconfiguration } from './SbtHospitalconfiguration';
17
+ export { default as SbtInpatientmanagement } from './SbtInpatientmanagement';
17
18
  export { default as SbtInsurancecompany } from './SbtInsurancecompany';
19
+ export { default as SbtMail } from './SbtMail';
20
+ export { default as SbtMessage } from './SbtMessage';
18
21
  export { default as SbtMija } from './SbtMija';
19
22
  export { default as SbtNotificationssettings } from './SbtNotificationssettings';
20
23
  export { default as SbtNumbersource } from './SbtNumbersource';
@@ -29,6 +32,7 @@ export { default as SbtRealname } from './SbtRealname';
29
32
  export { default as SbtReconciliation } from './SbtReconciliation';
30
33
  export { default as SbtRiskmanagement } from './SbtRiskmanagement';
31
34
  export { default as SbtScheme } from './SbtScheme';
35
+ export { default as SbtScope } from './SbtScope';
32
36
  export { default as SbtSelfinquiry } from './SbtSelfinquiry';
33
37
  export { default as SbtServiceperformance } from './SbtServiceperformance';
34
38
  export { default as SbtSmallprogram } from './SbtSmallprogram';
@@ -99,12 +99,30 @@ Object.defineProperty(exports, "SbtHospitalconfiguration", {
99
99
  return _SbtHospitalconfiguration.default;
100
100
  }
101
101
  });
102
+ Object.defineProperty(exports, "SbtInpatientmanagement", {
103
+ enumerable: true,
104
+ get: function get() {
105
+ return _SbtInpatientmanagement.default;
106
+ }
107
+ });
102
108
  Object.defineProperty(exports, "SbtInsurancecompany", {
103
109
  enumerable: true,
104
110
  get: function get() {
105
111
  return _SbtInsurancecompany.default;
106
112
  }
107
113
  });
114
+ Object.defineProperty(exports, "SbtMail", {
115
+ enumerable: true,
116
+ get: function get() {
117
+ return _SbtMail.default;
118
+ }
119
+ });
120
+ Object.defineProperty(exports, "SbtMessage", {
121
+ enumerable: true,
122
+ get: function get() {
123
+ return _SbtMessage.default;
124
+ }
125
+ });
108
126
  Object.defineProperty(exports, "SbtMija", {
109
127
  enumerable: true,
110
128
  get: function get() {
@@ -189,6 +207,12 @@ Object.defineProperty(exports, "SbtScheme", {
189
207
  return _SbtScheme.default;
190
208
  }
191
209
  });
210
+ Object.defineProperty(exports, "SbtScope", {
211
+ enumerable: true,
212
+ get: function get() {
213
+ return _SbtScope.default;
214
+ }
215
+ });
192
216
  Object.defineProperty(exports, "SbtSelfinquiry", {
193
217
  enumerable: true,
194
218
  get: function get() {
@@ -241,7 +265,10 @@ var _SbtDepartment = _interopRequireDefault(require("./SbtDepartment"));
241
265
  var _SbtDetailssearch = _interopRequireDefault(require("./SbtDetailssearch"));
242
266
  var _SbtHospital = _interopRequireDefault(require("./SbtHospital"));
243
267
  var _SbtHospitalconfiguration = _interopRequireDefault(require("./SbtHospitalconfiguration"));
268
+ var _SbtInpatientmanagement = _interopRequireDefault(require("./SbtInpatientmanagement"));
244
269
  var _SbtInsurancecompany = _interopRequireDefault(require("./SbtInsurancecompany"));
270
+ var _SbtMail = _interopRequireDefault(require("./SbtMail"));
271
+ var _SbtMessage = _interopRequireDefault(require("./SbtMessage"));
245
272
  var _SbtMija = _interopRequireDefault(require("./SbtMija"));
246
273
  var _SbtNotificationssettings = _interopRequireDefault(require("./SbtNotificationssettings"));
247
274
  var _SbtNumbersource = _interopRequireDefault(require("./SbtNumbersource"));
@@ -256,6 +283,7 @@ var _SbtRealname = _interopRequireDefault(require("./SbtRealname"));
256
283
  var _SbtReconciliation = _interopRequireDefault(require("./SbtReconciliation"));
257
284
  var _SbtRiskmanagement = _interopRequireDefault(require("./SbtRiskmanagement"));
258
285
  var _SbtScheme = _interopRequireDefault(require("./SbtScheme"));
286
+ var _SbtScope = _interopRequireDefault(require("./SbtScope"));
259
287
  var _SbtSelfinquiry = _interopRequireDefault(require("./SbtSelfinquiry"));
260
288
  var _SbtServiceperformance = _interopRequireDefault(require("./SbtServiceperformance"));
261
289
  var _SbtSmallprogram = _interopRequireDefault(require("./SbtSmallprogram"));
@@ -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,60 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var node = {
8
+ "name": "sbt-inpatientmanagement",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "attrs": {
17
+ "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"
18
+ },
19
+ "children": []
20
+ }, {
21
+ "tag": "path",
22
+ "attrs": {
23
+ "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"
24
+ },
25
+ "children": []
26
+ }, {
27
+ "tag": "path",
28
+ "attrs": {
29
+ "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"
30
+ },
31
+ "children": []
32
+ }, {
33
+ "tag": "path",
34
+ "attrs": {
35
+ "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"
36
+ },
37
+ "children": []
38
+ }, {
39
+ "tag": "path",
40
+ "attrs": {
41
+ "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"
42
+ },
43
+ "children": []
44
+ }, {
45
+ "tag": "path",
46
+ "attrs": {
47
+ "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"
48
+ },
49
+ "children": []
50
+ }, {
51
+ "tag": "path",
52
+ "attrs": {
53
+ "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"
54
+ },
55
+ "children": []
56
+ }]
57
+ }
58
+ };
59
+ var _default = node;
60
+ exports.default = _default;
@@ -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,36 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var node = {
8
+ "name": "sbt-mail",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "attrs": {
17
+ "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"
18
+ },
19
+ "children": []
20
+ }, {
21
+ "tag": "path",
22
+ "attrs": {
23
+ "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"
24
+ },
25
+ "children": []
26
+ }, {
27
+ "tag": "path",
28
+ "attrs": {
29
+ "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"
30
+ },
31
+ "children": []
32
+ }]
33
+ }
34
+ };
35
+ var _default = node;
36
+ exports.default = _default;
@@ -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,36 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var node = {
8
+ "name": "sbt-message",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M52.57 758.8599999999999V173.7q0-36.57 36.57-36.57h9.15q36.57 0 36.57 36.57v585.15q0 36.57-36.57 36.57h-9.15q-36.57 0-36.57-36.57zM477.27000000000004 802.03l77.88-77.88q25.86-25.86 51.72 0l6.47 6.46q25.86 25.86 0 51.72l-77.88 77.88q-25.86 25.86-51.72 0l-6.47-6.46q-25.86-25.86 0-51.72z"
18
+ },
19
+ "children": []
20
+ }, {
21
+ "tag": "path",
22
+ "attrs": {
23
+ "d": "M541.35 802.03l-77.88-77.88q-25.86-25.86-51.72 0l-6.46 6.46q-25.86 25.86 0 51.72l77.88 77.88q25.86 25.86 51.72 0l6.46-6.46q25.86-25.86 0-51.72zM884.57 758.8599999999999V173.7q0-36.57 36.57-36.57h9.15q36.57 0 36.57 36.57v585.15q0 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": "M89.14 137.14H930.3q36.57 0 36.57 36.57v9.15q0 36.57-36.57 36.57H89.14q-36.57 0-36.57-36.57v-9.15q0-36.57 36.57-36.57zM581.71 713.14H930.3q36.57 0 36.57 36.57v9.15q0 36.57-36.57 36.57H581.7q-36.57 0-36.57-36.57v-9.15q0-36.57 36.57-36.57zM89.14 713.14h347.43q36.57 0 36.57 36.57v9.15q0 36.57-36.57 36.57H89.14q-36.57 0-36.57-36.57v-9.15q0-36.57 36.57-36.57zM267.43 356.57H752q9.14 0 9.14 9.14v54.86q0 9.14-9.14 9.14H267.43q-9.14 0-9.14-9.14v-54.86q0-9.14 9.14-9.14zM267.43 502.86h233.14q9.14 0 9.14 9.14v54.86q0 9.14-9.14 9.14H267.43q-9.14 0-9.14-9.14V512q0-9.14 9.14-9.14z"
30
+ },
31
+ "children": []
32
+ }]
33
+ }
34
+ };
35
+ var _default = node;
36
+ exports.default = _default;
@@ -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,48 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var node = {
8
+ "name": "sbt-scope",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M885.3299999999999 100.33L520.64 2.6q-35.32-9.47-44.79 25.86l-1.4 5.2Q465 69 500.31 78.48L865 176.19q35.33 9.46 44.8-25.86l1.39-5.21q9.46-35.33-25.86-44.8z"
18
+ },
19
+ "children": []
20
+ }, {
21
+ "tag": "path",
22
+ "attrs": {
23
+ "d": "M138.18 100.33L502.87 2.6q35.32-9.47 44.79 25.86l1.4 5.2q9.46 35.33-25.86 44.8l-364.7 97.72q-35.32 9.46-44.78-25.86l-1.4-5.21q-9.46-35.33 25.86-44.8z"
24
+ },
25
+ "children": []
26
+ }, {
27
+ "tag": "path",
28
+ "attrs": {
29
+ "d": "M110.86 768V140.57q0-36.57 36.57-36.57h9.14q36.57 0 36.57 36.57V768q0 36.57-36.57 36.57h-9.14q-36.57 0-36.57-36.57zM830.86 768V140.57q0-36.57 36.57-36.57h9.14q36.57 0 36.57 36.57V768q0 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": "M128.57999999999998 801.34L491.96 1018q31.41 18.73 50.14-12.69l4.69-7.86q18.73-31.41-12.69-50.14L170.72 730.65q-31.41-18.72-50.14 12.69l-4.69 7.86q-18.73 31.41 12.69 50.14z"
36
+ },
37
+ "children": []
38
+ }, {
39
+ "tag": "path",
40
+ "attrs": {
41
+ "d": "M895.24 801.32l-363.4 216.65q-31.4 18.73-50.14-12.69l-4.68-7.86q-18.73-31.41 12.68-50.14L853.1 730.63q31.41-18.72 50.14 12.69l4.69 7.86q18.72 31.41-12.69 50.14zM293.71 336h432q9.15 0 9.15 9.14V400q0 9.14-9.15 9.14h-432q-9.14 0-9.14-9.14v-54.86q0-9.14 9.14-9.14zM293.71 500.57h281.15q9.14 0 9.14 9.14v54.86q0 9.14-9.14 9.14H293.7q-9.14 0-9.14-9.14v-54.86q0-9.14 9.14-9.14z"
42
+ },
43
+ "children": []
44
+ }]
45
+ }
46
+ };
47
+ var _default = node;
48
+ exports.default = _default;