@firesoon/icons-react 3.0.20 → 3.0.22

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 (155) hide show
  1. package/es/components/sbt/business-menu/SbtBookingmanagement.js +12 -0
  2. package/es/components/sbt/business-menu/SbtCasemanagement.js +12 -0
  3. package/es/components/sbt/business-menu/SbtConfigurationcenter.js +12 -0
  4. package/es/components/sbt/business-menu/SbtDepartment.js +12 -0
  5. package/es/components/sbt/business-menu/SbtHospital.js +12 -0
  6. package/es/components/sbt/business-menu/SbtInsurancecompany.js +12 -0
  7. package/es/components/sbt/business-menu/SbtNotificationssettings.js +12 -0
  8. package/es/components/sbt/business-menu/SbtNumbersource.js +12 -0
  9. package/es/components/sbt/business-menu/SbtProductconfiguration.js +12 -0
  10. package/es/components/sbt/business-menu/SbtRiskmanagement.js +12 -0
  11. package/es/components/sbt/{currency/SbtChecked.js → business-menu/SbtScheme.js} +3 -3
  12. package/es/components/sbt/business-menu/index.d.ts +11 -0
  13. package/es/components/sbt/business-menu/index.js +12 -1
  14. package/es/components/sbt/currency/{SbtPdf.js → SbtCheckFill.js} +2 -2
  15. package/es/components/sbt/old-twocolor/SbtJpgFill.d.ts +4 -0
  16. package/es/components/sbt/{currency/SbtPng.js → old-twocolor/SbtJpgFill.js} +3 -3
  17. package/es/components/sbt/old-twocolor/SbtPdfFill.d.ts +4 -0
  18. package/es/components/sbt/{currency/SbtJpg.js → old-twocolor/SbtPdfFill.js} +3 -3
  19. package/es/components/sbt/old-twocolor/SbtPngFill.d.ts +4 -0
  20. package/es/components/sbt/old-twocolor/SbtPngFill.js +12 -0
  21. package/es/components/sbt/old-twocolor/SbtRarFill.d.ts +4 -0
  22. package/es/components/sbt/old-twocolor/SbtRarFill.js +12 -0
  23. package/es/components/sbt/old-twocolor/SbtWordFill.d.ts +4 -0
  24. package/es/components/sbt/old-twocolor/SbtWordFill.js +12 -0
  25. package/es/components/sbt/old-twocolor/index.d.ts +5 -0
  26. package/es/components/sbt/old-twocolor/index.js +5 -0
  27. package/es/dome/index.js +8 -2
  28. package/es/icons/sbt/business-menu/sbt-bookingmanagement.js +17 -0
  29. package/es/icons/sbt/business-menu/sbt-casemanagement.js +17 -0
  30. package/es/icons/sbt/business-menu/sbt-configurationcenter.js +17 -0
  31. package/es/icons/sbt/business-menu/sbt-department.js +17 -0
  32. package/es/icons/sbt/business-menu/sbt-hospital.js +17 -0
  33. package/es/icons/sbt/business-menu/sbt-insurancecompany.js +23 -0
  34. package/es/icons/sbt/business-menu/sbt-notificationssettings.js +17 -0
  35. package/es/icons/sbt/business-menu/sbt-numbersource.js +17 -0
  36. package/es/icons/sbt/business-menu/sbt-productconfiguration.js +17 -0
  37. package/es/icons/sbt/business-menu/sbt-riskmanagement.js +17 -0
  38. package/es/icons/sbt/business-menu/sbt-scheme.js +17 -0
  39. package/es/icons/sbt/currency/{sbt-checked.js → sbt-check-fill.js} +1 -1
  40. package/es/icons/sbt/old-twocolor/sbt-jpg-fill.d.ts +18 -0
  41. package/es/icons/sbt/{currency/sbt-jpg.js → old-twocolor/sbt-jpg-fill.js} +5 -3
  42. package/es/icons/sbt/old-twocolor/sbt-pdf-fill.d.ts +18 -0
  43. package/es/icons/sbt/{currency/sbt-pdf.js → old-twocolor/sbt-pdf-fill.js} +5 -3
  44. package/es/icons/sbt/old-twocolor/sbt-png-fill.d.ts +18 -0
  45. package/es/icons/sbt/{currency/sbt-png.js → old-twocolor/sbt-png-fill.js} +5 -3
  46. package/es/icons/sbt/old-twocolor/sbt-rar-fill.d.ts +18 -0
  47. package/es/icons/sbt/{currency/sbt-rarZip.js → old-twocolor/sbt-rar-fill.js} +5 -3
  48. package/es/icons/sbt/old-twocolor/sbt-word-fill.d.ts +18 -0
  49. package/es/icons/sbt/{currency/word.js → old-twocolor/sbt-word-fill.js} +7 -4
  50. package/es/index.d.ts +138 -127
  51. package/es/index.js +139 -128
  52. package/lib/components/sbt/business-menu/SbtBookingmanagement.d.ts +4 -0
  53. package/lib/components/sbt/business-menu/SbtBookingmanagement.js +20 -0
  54. package/lib/components/sbt/business-menu/SbtCasemanagement.d.ts +4 -0
  55. package/lib/components/sbt/business-menu/SbtCasemanagement.js +20 -0
  56. package/lib/components/sbt/business-menu/SbtConfigurationcenter.d.ts +4 -0
  57. package/lib/components/sbt/business-menu/SbtConfigurationcenter.js +20 -0
  58. package/lib/components/sbt/business-menu/SbtDepartment.d.ts +4 -0
  59. package/lib/components/sbt/business-menu/SbtDepartment.js +20 -0
  60. package/lib/components/sbt/business-menu/SbtHospital.d.ts +4 -0
  61. package/lib/components/sbt/business-menu/SbtHospital.js +20 -0
  62. package/lib/components/sbt/business-menu/SbtInsurancecompany.d.ts +4 -0
  63. package/lib/components/sbt/business-menu/SbtInsurancecompany.js +20 -0
  64. package/lib/components/sbt/business-menu/SbtNotificationssettings.d.ts +4 -0
  65. package/lib/components/sbt/business-menu/SbtNotificationssettings.js +20 -0
  66. package/lib/components/sbt/business-menu/SbtNumbersource.d.ts +4 -0
  67. package/lib/components/sbt/business-menu/SbtNumbersource.js +20 -0
  68. package/lib/components/sbt/business-menu/SbtProductconfiguration.d.ts +4 -0
  69. package/lib/components/sbt/business-menu/SbtProductconfiguration.js +20 -0
  70. package/lib/components/sbt/business-menu/SbtRiskmanagement.d.ts +4 -0
  71. package/lib/components/sbt/business-menu/SbtRiskmanagement.js +20 -0
  72. package/lib/components/sbt/business-menu/SbtScheme.d.ts +4 -0
  73. package/lib/components/sbt/{currency/SbtJpg.js → business-menu/SbtScheme.js} +4 -4
  74. package/lib/components/sbt/business-menu/index.d.ts +11 -0
  75. package/lib/components/sbt/business-menu/index.js +77 -0
  76. package/lib/components/sbt/currency/SbtCheckFill.d.ts +4 -0
  77. package/lib/components/sbt/currency/{SbtChecked.js → SbtCheckFill.js} +3 -3
  78. package/lib/components/sbt/old-twocolor/SbtJpgFill.d.ts +4 -0
  79. package/lib/components/sbt/{currency/SbtPdf.js → old-twocolor/SbtJpgFill.js} +4 -4
  80. package/lib/components/sbt/old-twocolor/SbtPdfFill.d.ts +4 -0
  81. package/lib/components/sbt/{currency/SbtPng.js → old-twocolor/SbtPdfFill.js} +4 -4
  82. package/lib/components/sbt/old-twocolor/SbtPngFill.d.ts +4 -0
  83. package/lib/components/sbt/old-twocolor/SbtPngFill.js +20 -0
  84. package/lib/components/sbt/old-twocolor/SbtRarFill.d.ts +4 -0
  85. package/lib/components/sbt/old-twocolor/SbtRarFill.js +20 -0
  86. package/lib/components/sbt/old-twocolor/SbtWordFill.d.ts +4 -0
  87. package/lib/components/sbt/old-twocolor/SbtWordFill.js +20 -0
  88. package/lib/components/sbt/old-twocolor/index.d.ts +5 -0
  89. package/lib/components/sbt/old-twocolor/index.js +41 -0
  90. package/lib/dome/index.js +8 -2
  91. package/lib/icons/sbt/business-menu/sbt-bookingmanagement.d.ts +17 -0
  92. package/lib/icons/sbt/business-menu/sbt-bookingmanagement.js +24 -0
  93. package/lib/icons/sbt/business-menu/sbt-casemanagement.d.ts +17 -0
  94. package/lib/icons/sbt/business-menu/sbt-casemanagement.js +24 -0
  95. package/lib/icons/sbt/business-menu/sbt-configurationcenter.d.ts +17 -0
  96. package/lib/icons/sbt/business-menu/sbt-configurationcenter.js +24 -0
  97. package/lib/icons/sbt/business-menu/sbt-department.d.ts +17 -0
  98. package/lib/icons/sbt/business-menu/sbt-department.js +24 -0
  99. package/lib/icons/sbt/business-menu/sbt-hospital.d.ts +17 -0
  100. package/lib/icons/sbt/business-menu/sbt-hospital.js +24 -0
  101. package/lib/icons/sbt/business-menu/sbt-insurancecompany.d.ts +17 -0
  102. package/lib/icons/sbt/business-menu/sbt-insurancecompany.js +30 -0
  103. package/lib/icons/sbt/business-menu/sbt-notificationssettings.d.ts +17 -0
  104. package/lib/icons/sbt/business-menu/sbt-notificationssettings.js +24 -0
  105. package/lib/icons/sbt/business-menu/sbt-numbersource.d.ts +17 -0
  106. package/lib/icons/sbt/business-menu/sbt-numbersource.js +24 -0
  107. package/lib/icons/sbt/business-menu/sbt-productconfiguration.d.ts +17 -0
  108. package/lib/icons/sbt/business-menu/sbt-productconfiguration.js +24 -0
  109. package/lib/icons/sbt/business-menu/sbt-riskmanagement.d.ts +17 -0
  110. package/lib/icons/sbt/business-menu/sbt-riskmanagement.js +24 -0
  111. package/lib/icons/sbt/business-menu/sbt-scheme.d.ts +17 -0
  112. package/lib/icons/sbt/business-menu/sbt-scheme.js +24 -0
  113. package/lib/icons/sbt/currency/sbt-check-fill.d.ts +17 -0
  114. package/lib/icons/sbt/currency/{sbt-checked.js → sbt-check-fill.js} +1 -1
  115. package/lib/icons/sbt/old-twocolor/sbt-jpg-fill.d.ts +18 -0
  116. package/lib/icons/sbt/{currency/sbt-jpg.js → old-twocolor/sbt-jpg-fill.js} +5 -3
  117. package/lib/icons/sbt/old-twocolor/sbt-pdf-fill.d.ts +18 -0
  118. package/lib/icons/sbt/{currency/sbt-pdf.js → old-twocolor/sbt-pdf-fill.js} +5 -3
  119. package/lib/icons/sbt/old-twocolor/sbt-png-fill.d.ts +18 -0
  120. package/lib/icons/sbt/{currency/sbt-png.js → old-twocolor/sbt-png-fill.js} +5 -3
  121. package/lib/icons/sbt/old-twocolor/sbt-rar-fill.d.ts +18 -0
  122. package/lib/icons/sbt/{currency/sbt-rarZip.js → old-twocolor/sbt-rar-fill.js} +5 -3
  123. package/lib/icons/sbt/old-twocolor/sbt-word-fill.d.ts +18 -0
  124. package/lib/icons/sbt/{currency/word.js → old-twocolor/sbt-word-fill.js} +7 -4
  125. package/lib/index.d.ts +138 -127
  126. package/lib/index.js +220 -143
  127. package/package.json +1 -1
  128. package/es/components/sbt/currency/SbtRarZip.js +0 -12
  129. package/es/components/sbt/currency/Word.js +0 -12
  130. package/lib/components/sbt/currency/SbtRarZip.js +0 -20
  131. package/lib/components/sbt/currency/Word.js +0 -20
  132. /package/es/components/sbt/{currency/SbtChecked.d.ts → business-menu/SbtBookingmanagement.d.ts} +0 -0
  133. /package/es/components/sbt/{currency/SbtJpg.d.ts → business-menu/SbtCasemanagement.d.ts} +0 -0
  134. /package/es/components/sbt/{currency/SbtPdf.d.ts → business-menu/SbtConfigurationcenter.d.ts} +0 -0
  135. /package/es/components/sbt/{currency/SbtPng.d.ts → business-menu/SbtDepartment.d.ts} +0 -0
  136. /package/es/components/sbt/{currency/SbtRarZip.d.ts → business-menu/SbtHospital.d.ts} +0 -0
  137. /package/es/components/sbt/{currency/Word.d.ts → business-menu/SbtInsurancecompany.d.ts} +0 -0
  138. /package/{lib/components/sbt/currency/SbtChecked.d.ts → es/components/sbt/business-menu/SbtNotificationssettings.d.ts} +0 -0
  139. /package/{lib/components/sbt/currency/SbtJpg.d.ts → es/components/sbt/business-menu/SbtNumbersource.d.ts} +0 -0
  140. /package/{lib/components/sbt/currency/SbtPdf.d.ts → es/components/sbt/business-menu/SbtProductconfiguration.d.ts} +0 -0
  141. /package/{lib/components/sbt/currency/SbtPng.d.ts → es/components/sbt/business-menu/SbtRiskmanagement.d.ts} +0 -0
  142. /package/{lib/components/sbt/currency/SbtRarZip.d.ts → es/components/sbt/business-menu/SbtScheme.d.ts} +0 -0
  143. /package/{lib/components/sbt/currency/Word.d.ts → es/components/sbt/currency/SbtCheckFill.d.ts} +0 -0
  144. /package/es/icons/sbt/{currency/sbt-checked.d.ts → business-menu/sbt-bookingmanagement.d.ts} +0 -0
  145. /package/es/icons/sbt/{currency/sbt-jpg.d.ts → business-menu/sbt-casemanagement.d.ts} +0 -0
  146. /package/es/icons/sbt/{currency/sbt-pdf.d.ts → business-menu/sbt-configurationcenter.d.ts} +0 -0
  147. /package/es/icons/sbt/{currency/sbt-png.d.ts → business-menu/sbt-department.d.ts} +0 -0
  148. /package/es/icons/sbt/{currency/sbt-rarZip.d.ts → business-menu/sbt-hospital.d.ts} +0 -0
  149. /package/es/icons/sbt/{currency/word.d.ts → business-menu/sbt-insurancecompany.d.ts} +0 -0
  150. /package/{lib/icons/sbt/currency/sbt-checked.d.ts → es/icons/sbt/business-menu/sbt-notificationssettings.d.ts} +0 -0
  151. /package/{lib/icons/sbt/currency/sbt-jpg.d.ts → es/icons/sbt/business-menu/sbt-numbersource.d.ts} +0 -0
  152. /package/{lib/icons/sbt/currency/sbt-pdf.d.ts → es/icons/sbt/business-menu/sbt-productconfiguration.d.ts} +0 -0
  153. /package/{lib/icons/sbt/currency/sbt-png.d.ts → es/icons/sbt/business-menu/sbt-riskmanagement.d.ts} +0 -0
  154. /package/{lib/icons/sbt/currency/sbt-rarZip.d.ts → es/icons/sbt/business-menu/sbt-scheme.d.ts} +0 -0
  155. /package/{lib/icons/sbt/currency/word.d.ts → es/icons/sbt/currency/sbt-check-fill.d.ts} +0 -0
@@ -6,15 +6,15 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  var _Icon = _interopRequireDefault(require("../../../Icon"));
9
- var _sbtJpg = _interopRequireDefault(require("../../../icons/sbt/currency/sbt-jpg"));
9
+ var _sbtScheme = _interopRequireDefault(require("../../../icons/sbt/business-menu/sbt-scheme"));
10
10
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
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
12
  var _default = function _default() {
13
13
  var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
14
14
  return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
15
- rootNode: _sbtJpg.default,
16
- iconName: 'sbt-jpg',
17
- "icon-type": 'sbt/currency'
15
+ rootNode: _sbtScheme.default,
16
+ iconName: 'sbt-scheme',
17
+ "icon-type": 'sbt/business-menu'
18
18
  }));
19
19
  };
20
20
  exports.default = _default;
@@ -3,5 +3,16 @@ export { default as Insurancepolicy } from './Insurancepolicy';
3
3
  export { default as PaymentFill } from './PaymentFill';
4
4
  export { default as SbtAddressbook } from './SbtAddressbook';
5
5
  export { default as SbtApiRecord } from './SbtApiRecord';
6
+ export { default as SbtBookingmanagement } from './SbtBookingmanagement';
7
+ export { default as SbtCasemanagement } from './SbtCasemanagement';
8
+ export { default as SbtConfigurationcenter } from './SbtConfigurationcenter';
9
+ export { default as SbtDepartment } from './SbtDepartment';
10
+ export { default as SbtHospital } from './SbtHospital';
11
+ export { default as SbtInsurancecompany } from './SbtInsurancecompany';
12
+ export { default as SbtNotificationssettings } from './SbtNotificationssettings';
13
+ export { default as SbtNumbersource } from './SbtNumbersource';
6
14
  export { default as SbtPingan } from './SbtPingan';
15
+ export { default as SbtProductconfiguration } from './SbtProductconfiguration';
7
16
  export { default as SbtRealname } from './SbtRealname';
17
+ export { default as SbtRiskmanagement } from './SbtRiskmanagement';
18
+ export { default as SbtScheme } from './SbtScheme';
@@ -33,23 +33,100 @@ Object.defineProperty(exports, "SbtApiRecord", {
33
33
  return _SbtApiRecord.default;
34
34
  }
35
35
  });
36
+ Object.defineProperty(exports, "SbtBookingmanagement", {
37
+ enumerable: true,
38
+ get: function get() {
39
+ return _SbtBookingmanagement.default;
40
+ }
41
+ });
42
+ Object.defineProperty(exports, "SbtCasemanagement", {
43
+ enumerable: true,
44
+ get: function get() {
45
+ return _SbtCasemanagement.default;
46
+ }
47
+ });
48
+ Object.defineProperty(exports, "SbtConfigurationcenter", {
49
+ enumerable: true,
50
+ get: function get() {
51
+ return _SbtConfigurationcenter.default;
52
+ }
53
+ });
54
+ Object.defineProperty(exports, "SbtDepartment", {
55
+ enumerable: true,
56
+ get: function get() {
57
+ return _SbtDepartment.default;
58
+ }
59
+ });
60
+ Object.defineProperty(exports, "SbtHospital", {
61
+ enumerable: true,
62
+ get: function get() {
63
+ return _SbtHospital.default;
64
+ }
65
+ });
66
+ Object.defineProperty(exports, "SbtInsurancecompany", {
67
+ enumerable: true,
68
+ get: function get() {
69
+ return _SbtInsurancecompany.default;
70
+ }
71
+ });
72
+ Object.defineProperty(exports, "SbtNotificationssettings", {
73
+ enumerable: true,
74
+ get: function get() {
75
+ return _SbtNotificationssettings.default;
76
+ }
77
+ });
78
+ Object.defineProperty(exports, "SbtNumbersource", {
79
+ enumerable: true,
80
+ get: function get() {
81
+ return _SbtNumbersource.default;
82
+ }
83
+ });
36
84
  Object.defineProperty(exports, "SbtPingan", {
37
85
  enumerable: true,
38
86
  get: function get() {
39
87
  return _SbtPingan.default;
40
88
  }
41
89
  });
90
+ Object.defineProperty(exports, "SbtProductconfiguration", {
91
+ enumerable: true,
92
+ get: function get() {
93
+ return _SbtProductconfiguration.default;
94
+ }
95
+ });
42
96
  Object.defineProperty(exports, "SbtRealname", {
43
97
  enumerable: true,
44
98
  get: function get() {
45
99
  return _SbtRealname.default;
46
100
  }
47
101
  });
102
+ Object.defineProperty(exports, "SbtRiskmanagement", {
103
+ enumerable: true,
104
+ get: function get() {
105
+ return _SbtRiskmanagement.default;
106
+ }
107
+ });
108
+ Object.defineProperty(exports, "SbtScheme", {
109
+ enumerable: true,
110
+ get: function get() {
111
+ return _SbtScheme.default;
112
+ }
113
+ });
48
114
  var _Document = _interopRequireDefault(require("./Document"));
49
115
  var _Insurancepolicy = _interopRequireDefault(require("./Insurancepolicy"));
50
116
  var _PaymentFill = _interopRequireDefault(require("./PaymentFill"));
51
117
  var _SbtAddressbook = _interopRequireDefault(require("./SbtAddressbook"));
52
118
  var _SbtApiRecord = _interopRequireDefault(require("./SbtApiRecord"));
119
+ var _SbtBookingmanagement = _interopRequireDefault(require("./SbtBookingmanagement"));
120
+ var _SbtCasemanagement = _interopRequireDefault(require("./SbtCasemanagement"));
121
+ var _SbtConfigurationcenter = _interopRequireDefault(require("./SbtConfigurationcenter"));
122
+ var _SbtDepartment = _interopRequireDefault(require("./SbtDepartment"));
123
+ var _SbtHospital = _interopRequireDefault(require("./SbtHospital"));
124
+ var _SbtInsurancecompany = _interopRequireDefault(require("./SbtInsurancecompany"));
125
+ var _SbtNotificationssettings = _interopRequireDefault(require("./SbtNotificationssettings"));
126
+ var _SbtNumbersource = _interopRequireDefault(require("./SbtNumbersource"));
53
127
  var _SbtPingan = _interopRequireDefault(require("./SbtPingan"));
128
+ var _SbtProductconfiguration = _interopRequireDefault(require("./SbtProductconfiguration"));
54
129
  var _SbtRealname = _interopRequireDefault(require("./SbtRealname"));
130
+ var _SbtRiskmanagement = _interopRequireDefault(require("./SbtRiskmanagement"));
131
+ var _SbtScheme = _interopRequireDefault(require("./SbtScheme"));
55
132
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
@@ -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;
@@ -6,14 +6,14 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  var _Icon = _interopRequireDefault(require("../../../Icon"));
9
- var _sbtChecked = _interopRequireDefault(require("../../../icons/sbt/currency/sbt-checked"));
9
+ var _sbtCheckFill = _interopRequireDefault(require("../../../icons/sbt/currency/sbt-check-fill"));
10
10
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
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
12
  var _default = function _default() {
13
13
  var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
14
14
  return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
15
- rootNode: _sbtChecked.default,
16
- iconName: 'sbt-checked',
15
+ rootNode: _sbtCheckFill.default,
16
+ iconName: 'sbt-check-fill',
17
17
  "icon-type": 'sbt/currency'
18
18
  }));
19
19
  };
@@ -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;
@@ -6,15 +6,15 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  var _Icon = _interopRequireDefault(require("../../../Icon"));
9
- var _sbtPdf = _interopRequireDefault(require("../../../icons/sbt/currency/sbt-pdf"));
9
+ var _sbtJpgFill = _interopRequireDefault(require("../../../icons/sbt/old-twocolor/sbt-jpg-fill"));
10
10
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
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
12
  var _default = function _default() {
13
13
  var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
14
14
  return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
15
- rootNode: _sbtPdf.default,
16
- iconName: 'sbt-pdf',
17
- "icon-type": 'sbt/currency'
15
+ rootNode: _sbtJpgFill.default,
16
+ iconName: 'sbt-jpg-fill',
17
+ "icon-type": 'sbt/old-twocolor'
18
18
  }));
19
19
  };
20
20
  exports.default = _default;
@@ -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;
@@ -6,15 +6,15 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  var _Icon = _interopRequireDefault(require("../../../Icon"));
9
- var _sbtPng = _interopRequireDefault(require("../../../icons/sbt/currency/sbt-png"));
9
+ var _sbtPdfFill = _interopRequireDefault(require("../../../icons/sbt/old-twocolor/sbt-pdf-fill"));
10
10
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
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
12
  var _default = function _default() {
13
13
  var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
14
14
  return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
15
- rootNode: _sbtPng.default,
16
- iconName: 'sbt-png',
17
- "icon-type": 'sbt/currency'
15
+ rootNode: _sbtPdfFill.default,
16
+ iconName: 'sbt-pdf-fill',
17
+ "icon-type": 'sbt/old-twocolor'
18
18
  }));
19
19
  };
20
20
  exports.default = _default;
@@ -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,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 _sbtPngFill = _interopRequireDefault(require("../../../icons/sbt/old-twocolor/sbt-png-fill"));
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: _sbtPngFill.default,
16
+ iconName: 'sbt-png-fill',
17
+ "icon-type": 'sbt/old-twocolor'
18
+ }));
19
+ };
20
+ exports.default = _default;
@@ -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,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 _sbtRarFill = _interopRequireDefault(require("../../../icons/sbt/old-twocolor/sbt-rar-fill"));
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: _sbtRarFill.default,
16
+ iconName: 'sbt-rar-fill',
17
+ "icon-type": 'sbt/old-twocolor'
18
+ }));
19
+ };
20
+ exports.default = _default;
@@ -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,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 _sbtWordFill = _interopRequireDefault(require("../../../icons/sbt/old-twocolor/sbt-word-fill"));
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: _sbtWordFill.default,
16
+ iconName: 'sbt-word-fill',
17
+ "icon-type": 'sbt/old-twocolor'
18
+ }));
19
+ };
20
+ exports.default = _default;
@@ -0,0 +1,5 @@
1
+ export { default as SbtJpgFill } from './SbtJpgFill';
2
+ export { default as SbtPdfFill } from './SbtPdfFill';
3
+ export { default as SbtPngFill } from './SbtPngFill';
4
+ export { default as SbtRarFill } from './SbtRarFill';
5
+ export { default as SbtWordFill } from './SbtWordFill';
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "SbtJpgFill", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _SbtJpgFill.default;
10
+ }
11
+ });
12
+ Object.defineProperty(exports, "SbtPdfFill", {
13
+ enumerable: true,
14
+ get: function get() {
15
+ return _SbtPdfFill.default;
16
+ }
17
+ });
18
+ Object.defineProperty(exports, "SbtPngFill", {
19
+ enumerable: true,
20
+ get: function get() {
21
+ return _SbtPngFill.default;
22
+ }
23
+ });
24
+ Object.defineProperty(exports, "SbtRarFill", {
25
+ enumerable: true,
26
+ get: function get() {
27
+ return _SbtRarFill.default;
28
+ }
29
+ });
30
+ Object.defineProperty(exports, "SbtWordFill", {
31
+ enumerable: true,
32
+ get: function get() {
33
+ return _SbtWordFill.default;
34
+ }
35
+ });
36
+ var _SbtJpgFill = _interopRequireDefault(require("./SbtJpgFill"));
37
+ var _SbtPdfFill = _interopRequireDefault(require("./SbtPdfFill"));
38
+ var _SbtPngFill = _interopRequireDefault(require("./SbtPngFill"));
39
+ var _SbtRarFill = _interopRequireDefault(require("./SbtRarFill"));
40
+ var _SbtWordFill = _interopRequireDefault(require("./SbtWordFill"));
41
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
package/lib/dome/index.js CHANGED
@@ -25,7 +25,8 @@ var _default = function _default() {
25
25
  var subclass = {
26
26
  currency: "currency",
27
27
  businessMenu: "business-menu",
28
- suggestion: "suggestion"
28
+ suggestion: "suggestion",
29
+ oldTwoColor: "old-twocolor"
29
30
  };
30
31
  var genera = {
31
32
  fs: "fs",
@@ -39,7 +40,8 @@ var _default = function _default() {
39
40
  business = genera.business;
40
41
  var currency = subclass.currency,
41
42
  businessMenu = subclass.businessMenu,
42
- suggestion = subclass.suggestion;
43
+ suggestion = subclass.suggestion,
44
+ oldTwoColor = subclass.oldTwoColor;
43
45
  var list = [{
44
46
  title: "通用类图标",
45
47
  key: general,
@@ -87,6 +89,10 @@ var _default = function _default() {
87
89
  title: "提示建议类图标",
88
90
  key: suggestion,
89
91
  icons: []
92
+ }, {
93
+ title: "多色图标",
94
+ key: oldTwoColor,
95
+ icons: []
90
96
  }]
91
97
  }];
92
98
  iconKeys.forEach(function (key) {
@@ -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,24 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var node = {
8
+ "name": "sbt-bookingmanagement",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M228.57 54.86h64a9.14 9.14 0 019.14 9.14v73.14H722.3V64a9.14 9.14 0 019.14-9.14h64a9.14 9.14 0 019.14 9.14v73.14h128a36.57 36.57 0 0136.57 36.57v758.86a36.57 36.57 0 01-36.57 36.57H91.43a36.57 36.57 0 01-36.57-36.57V173.71a36.57 36.57 0 0136.57-36.57h128V64a9.14 9.14 0 019.14-9.14zm-9.14 164.57h-82.29v667.43h749.72V219.43h-82.29v73.14a9.14 9.14 0 01-9.14 9.14h-64a9.14 9.14 0 01-9.14-9.14v-73.14H301.7v73.14a9.14 9.14 0 01-9.14 9.14h-64a9.14 9.14 0 01-9.14-9.14v-73.14zm416.68 391.2l118.4-164.23a17.88 17.88 0 0114.63-7.43h62.75a9.18 9.18 0 017.42 14.52L650.74 714.86A18.18 18.18 0 01636 722.4a18.17 18.17 0 01-14.74-7.55l-130.4-180.8a9.18 9.18 0 017.43-14.52h62.74c5.83 0 11.31 2.75 14.74 7.55l60.34 83.54zM192 493.7h210.29a9.17 9.17 0 019.14 9.15v54.85a9.17 9.17 0 01-9.14 9.15H192a9.17 9.17 0 01-9.14-9.15v-54.85a9.17 9.17 0 019.14-9.15zm0 155.43h210.29a9.17 9.17 0 019.14 9.15v54.85a9.17 9.17 0 01-9.14 9.15H192a9.17 9.17 0 01-9.14-9.15V658.3a9.17 9.17 0 019.14-9.15z"
18
+ },
19
+ "children": []
20
+ }]
21
+ }
22
+ };
23
+ var _default = node;
24
+ 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,24 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var node = {
8
+ "name": "sbt-casemanagement",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M192 128v768h182.86a9.14 9.14 0 019.14 9.14V960a9.14 9.14 0 01-9.14 9.14H146.29a36.57 36.57 0 01-36.58-36.57V91.43a36.46 36.46 0 012.88-14.24A36.71 36.71 0 01128 59.75a36.4 36.4 0 0118.29-4.9H877.7a36.57 36.57 0 0136.58 36.58v278.86a9.14 9.14 0 01-9.15 9.14h-64a9.14 9.14 0 01-9.14-9.14V128H192zm64 177.14V250.3a9.14 9.14 0 019.14-9.15h493.72a9.14 9.14 0 019.14 9.15v54.85a9.14 9.14 0 01-9.14 9.15H265.14a9.14 9.14 0 01-9.14-9.15zM256 488v-54.86a9.14 9.14 0 019.14-9.14h237.72a9.14 9.14 0 019.14 9.14V488a9.14 9.14 0 01-9.14 9.14H265.14A9.14 9.14 0 01256 488zm502.86 291.43h173.71A36.57 36.57 0 01969.14 816v116.57a36.57 36.57 0 01-36.57 36.57H501.71A36.57 36.57 0 01465.43 928a36.79 36.79 0 01-.29-4.57V824c0-1.35.08-2.69.22-4a36.98 36.98 0 01-.22-4 36.57 36.57 0 0136.57-36.57h174.86v-26.98C624.17 735.37 586.3 686.1 586.3 628c0-72.27 58.58-130.86 130.85-130.86S848 555.73 848 628c0 57.69-37.33 106.65-89.14 124.07v27.36zm16-151.43a57.71 57.71 0 10-115.43 0 57.71 57.71 0 00115.43 0zm112 268v-43.43H547.43V896h339.43z"
18
+ },
19
+ "children": []
20
+ }]
21
+ }
22
+ };
23
+ var _default = node;
24
+ 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,24 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var node = {
8
+ "name": "sbt-configurationcenter",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M969.14 932.57V91.43a36.53 36.53 0 00-36.57-36.57H91.43a36.53 36.53 0 00-36.57 36.57v841.14a36.53 36.53 0 0036.57 36.57h841.14a36.53 36.53 0 0036.57-36.57zm-832-45.71V137.14h749.72v749.72H137.14zm179.43-571.43h-88a9.17 9.17 0 00-9.14 9.14v54.86a9.17 9.17 0 009.14 9.14h88c-3.77-11.54-5.71-23.77-5.71-36.57s2.05-25.03 5.71-36.57zm226.29 73.14h252.57a9.17 9.17 0 009.14-9.14v-54.86a9.17 9.17 0 00-9.14-9.14H542.86c3.77 11.54 5.71 23.77 5.71 36.57s-2.06 25.03-5.71 36.57zm-226.29-73.14c-3.77 11.54-5.71 23.77-5.71 36.57s2.05 25.03 5.71 36.57c15.43 47.77 60.23 82.29 113.14 82.29s97.72-34.52 113.15-82.29c3.77-11.54 5.71-23.77 5.71-36.57s-2.06-25.03-5.71-36.57c-15.43-47.77-60.23-82.29-113.15-82.29S332 267.66 316.57 315.43zm132.23.11c.69.35 1.37.8 2.06 1.15h.11l2.06 1.37c.23.11.34.23.57.34.57.34 1.03.8 1.6 1.14.11.12.34.23.46.35.68.57 1.25 1.02 1.83 1.6l.34.34 1.37 1.37.46.46c.57.57 1.03 1.14 1.6 1.83.57.68 1.03 1.25 1.48 1.94.12.23.23.34.35.57.34.57.8 1.03 1.14 1.6.11.11.23.34.34.46.46.68.8 1.37 1.26 2.17.11.11.11.34.23.46.34.57.57 1.14.91 1.82l.34.69c.35.8.69 1.49.92 2.29.34.8.57 1.6.8 2.4.11.22.11.45.23.68.23.69.34 1.26.45 1.94 0 .23.12.35.12.58.23.8.34 1.71.46 2.51 0 .23 0 .34.11.57.11.69.11 1.37.23 2.06v.68c0 .92.11 1.72.11 2.63 0 .92 0 1.72-.11 2.63v.69c0 .68-.12 1.37-.23 2.05 0 .23 0 .35-.11.58-.12.8-.23 1.71-.46 2.51 0 .23-.12.34-.12.57-.11.69-.34 1.37-.45 1.94-.12.23-.12.46-.23.69-.23.8-.46 1.6-.8 2.4-.23.8-.57 1.49-.92 2.29l-.34.68c-.23.57-.57 1.26-.91 1.83-.12.11-.12.34-.23.46-.34.68-.8 1.48-1.26 2.17-.11.11-.23.34-.34.46a8.11 8.11 0 01-1.14 1.6c-.12.22-.23.34-.35.57-.45.68-1.03 1.37-1.48 1.94s-1.03 1.26-1.6 1.83l-.46.46-1.37 1.37-.34.34c-.58.57-1.26 1.14-1.83 1.6-.12.11-.35.23-.46.34-.46.46-1.03.8-1.6 1.15-.23.11-.34.22-.57.34l-2.06 1.37s-.11 0-.11.11a41.35 41.35 0 01-21.15 5.83 41.35 41.35 0 01-19.08-4.68c-.69-.35-1.37-.8-2.06-1.15 0 0-.11 0-.11-.11l-2.06-1.37c-.23-.12-.34-.23-.57-.34-.57-.35-1.03-.8-1.6-1.15-.12-.11-.34-.23-.46-.34-.68-.57-1.26-1.03-1.83-1.6l-.34-.34-1.37-1.37-.46-.46c-.57-.57-1.03-1.14-1.6-1.83a21.97 21.97 0 01-1.48-1.94c-.12-.23-.23-.35-.35-.57-.34-.58-.8-1.03-1.14-1.6-.11-.12-.23-.35-.34-.46-.46-.69-.8-1.37-1.26-2.17-.11-.12-.11-.35-.23-.46-.34-.57-.57-1.14-.91-1.83l-.35-.68c-.34-.8-.68-1.49-.91-2.29-.34-.8-.57-1.6-.8-2.4-.11-.23-.11-.46-.23-.69-.23-.68-.34-1.25-.46-1.94 0-.23-.11-.34-.11-.57-.23-.8-.34-1.71-.46-2.51 0-.23 0-.35-.11-.58-.12-.68-.12-1.37-.23-2.05v-.69c0-.91-.11-1.71-.11-2.63 0-.91 0-1.71.11-2.63v-.68c0-.69.11-1.37.23-2.06 0-.23 0-.34.11-.57.12-.8.23-1.71.46-2.51 0-.23.11-.35.11-.58.12-.68.35-1.37.46-1.94.12-.23.12-.46.23-.68.23-.8.46-1.6.8-2.4.23-.8.57-1.49.91-2.29l.35-.69c.23-.57.57-1.25.91-1.82.12-.12.12-.35.23-.46.34-.69.8-1.49 1.26-2.17.11-.12.23-.35.34-.46.34-.57.69-1.14 1.14-1.6.12-.23.23-.34.35-.57.45-.69 1.02-1.37 1.48-1.94s1.03-1.26 1.6-1.83l.46-.46 1.37-1.37.34-.34c.57-.58 1.26-1.15 1.83-1.6.12-.12.34-.23.46-.35.46-.45 1.03-.8 1.6-1.14.23-.11.34-.23.57-.34l2.06-1.37h.11c.69-.46 1.37-.8 2.06-1.15 5.71-2.97 12.23-4.68 19.08-4.68s13.38 1.71 19.09 4.68zm32.34 319.89H228.57a9.17 9.17 0 00-9.14 9.14v54.86a9.17 9.17 0 009.14 9.14h252.57c-3.77-11.54-5.71-23.77-5.71-36.57s2.06-25.03 5.71-36.57zm226.29 73.14h88a9.17 9.17 0 009.14-9.14v-54.86a9.17 9.17 0 00-9.14-9.14h-88c3.77 11.54 5.71 23.77 5.71 36.57s-2.05 25.03-5.71 36.57zm-226.29-73.14c-3.77 11.54-5.71 23.77-5.71 36.57s2.06 25.03 5.71 36.57c15.43 47.77 60.23 82.29 113.15 82.29s97.71-34.52 113.14-82.29c3.77-11.54 5.71-23.77 5.71-36.57s-2.05-25.03-5.71-36.57c-15.43-47.77-60.23-82.29-113.14-82.29s-97.72 34.52-113.15 82.29zm132.23.11c.69.35 1.37.8 2.06 1.15h.11l2.06 1.37c.23.11.34.23.57.34.57.34 1.03.8 1.6 1.14.12.12.34.23.46.35.68.57 1.26 1.02 1.83 1.6l.34.34 1.37 1.37.46.46c.57.57 1.03 1.14 1.6 1.83.57.68 1.03 1.25 1.48 1.94.12.23.23.34.35.57.34.57.8 1.03 1.14 1.6.11.11.23.34.34.46.46.68.8 1.37 1.26 2.17.11.11.11.34.23.46.34.57.57 1.14.91 1.82l.35.69c.34.8.68 1.49.91 2.29.34.8.57 1.6.8 2.4.11.22.11.45.23.68.23.69.34 1.26.46 1.94 0 .23.11.35.11.58.23.8.34 1.71.46 2.51 0 .23 0 .34.11.57.12.69.12 1.37.23 2.06v.68c0 .92.11 1.72.11 2.63 0 .92 0 1.72-.11 2.63v.69c0 .68-.11 1.37-.23 2.05 0 .23 0 .35-.11.58-.12.8-.23 1.71-.46 2.51 0 .23-.11.34-.11.57-.12.69-.35 1.37-.46 1.94-.12.23-.12.46-.23.69-.23.8-.46 1.6-.8 2.4-.23.8-.57 1.49-.91 2.29l-.35.68c-.23.57-.57 1.26-.91 1.83-.12.11-.12.34-.23.46-.34.68-.8 1.48-1.26 2.17-.11.11-.23.34-.34.46a8.11 8.11 0 01-1.14 1.6c-.12.22-.23.34-.35.57-.45.68-1.02 1.37-1.48 1.94s-1.03 1.26-1.6 1.83l-.46.46-1.37 1.37-.34.34c-.57.57-1.26 1.14-1.83 1.6-.12.11-.34.23-.46.34-.46.46-1.03.8-1.6 1.15-.23.11-.34.22-.57.34l-2.06 1.37h-.11a41.35 41.35 0 01-21.14 5.83 41.35 41.35 0 01-19.09-4.69c-.69-.34-1.37-.8-2.06-1.14h-.11l-2.06-1.37c-.23-.12-.34-.23-.57-.34-.57-.35-1.03-.8-1.6-1.15-.11-.11-.34-.23-.46-.34-.68-.57-1.25-1.03-1.83-1.6l-.34-.34-1.37-1.37-.46-.46c-.57-.57-1.03-1.14-1.6-1.83a21.97 21.97 0 01-1.48-1.94c-.12-.23-.23-.35-.35-.57-.34-.58-.8-1.03-1.14-1.6-.11-.12-.23-.35-.34-.46-.46-.69-.8-1.37-1.26-2.17-.11-.12-.11-.35-.23-.46-.34-.57-.57-1.14-.91-1.83l-.34-.68c-.35-.8-.69-1.49-.92-2.29-.34-.8-.57-1.6-.8-2.4-.11-.23-.11-.46-.23-.69-.23-.68-.34-1.25-.45-1.94 0-.23-.12-.34-.12-.57-.23-.8-.34-1.71-.46-2.51 0-.23 0-.35-.11-.58-.11-.68-.11-1.37-.23-2.05v-.69c0-.91-.11-1.71-.11-2.63 0-.91 0-1.71.11-2.63v-.68c0-.69.12-1.37.23-2.06 0-.23 0-.34.11-.57.12-.8.23-1.71.46-2.51 0-.23.12-.35.12-.58.11-.68.34-1.37.45-1.94.12-.23.12-.46.23-.68.23-.8.46-1.6.8-2.4.23-.8.57-1.49.92-2.29l.34-.69c.23-.57.57-1.25.91-1.82.12-.12.12-.35.23-.46.34-.69.8-1.49 1.26-2.17.11-.12.23-.35.34-.46.34-.57.69-1.14 1.14-1.6.12-.23.23-.34.35-.57.45-.69 1.03-1.37 1.48-1.94s1.03-1.26 1.6-1.83l.46-.46 1.37-1.37.34-.34c.58-.58 1.26-1.15 1.83-1.6.12-.12.35-.23.46-.35.46-.45 1.03-.8 1.6-1.14.23-.11.34-.23.57-.34l2.06-1.37h.11c.69-.46 1.37-.8 2.06-1.15a41.34 41.34 0 0138.17 0z"
18
+ },
19
+ "children": []
20
+ }]
21
+ }
22
+ };
23
+ var _default = node;
24
+ 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,24 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var node = {
8
+ "name": "sbt-department",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M969.14 310.86V896a36.57 36.57 0 01-36.57 36.57H91.43A36.57 36.57 0 0154.86 896V310.86a36.57 36.57 0 0136.57-36.57h150.86V109.7a36.57 36.57 0 0136.57-36.57h466.28a36.57 36.57 0 0136.57 36.57V274.3h150.86a36.57 36.57 0 0136.57 36.57zM324.57 155.43v118.86h374.86V155.43H324.57zM137.14 850.29h749.72V356.57H137.14V850.3zm347.43-393.15h54.86a9.14 9.14 0 019.14 9.15v100.57h100.57a9.14 9.14 0 019.15 9.14v54.86a9.14 9.14 0 01-9.15 9.14H548.57v100.57a9.14 9.14 0 01-9.14 9.14h-54.86a9.14 9.14 0 01-9.14-9.14V640H374.86a9.14 9.14 0 01-9.15-9.14V576a9.14 9.14 0 019.15-9.14h100.57V466.29a9.14 9.14 0 019.14-9.15z"
18
+ },
19
+ "children": []
20
+ }]
21
+ }
22
+ };
23
+ var _default = node;
24
+ 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,24 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var node = {
8
+ "name": "sbt-hospital",
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 134.49a36.57 36.57 0 0133.82-36.47l532.57-40.2a36.57 36.57 0 0139.32 36.47v344.93l275.2 24.14a36.57 36.57 0 0133.37 36.43v432.78a36.57 36.57 0 01-36.57 36.57H91.43a36.57 36.57 0 01-36.57-36.57V134.5zm523.43 752.37V143.59l-441.15 33.29v709.98h83.43V640a9.14 9.14 0 019.14-9.14h256a9.14 9.14 0 019.15 9.14v246.86h83.43zm-156.58 0V704h-128v182.86h128zM394.3 237.7V338.3h100.57a9.14 9.14 0 019.14 9.14v54.86a9.14 9.14 0 01-9.14 9.14H394.29V512a9.14 9.14 0 01-9.15 9.14H330.3a9.14 9.14 0 01-9.15-9.14V411.43H220.57a9.14 9.14 0 01-9.14-9.14v-54.86a9.14 9.14 0 019.14-9.14h100.57V237.7a9.14 9.14 0 019.15-9.14h54.85a9.14 9.14 0 019.15 9.14zm266.28 284.1v365.05h226.29v-345.2l-226.29-19.84z"
18
+ },
19
+ "children": []
20
+ }]
21
+ }
22
+ };
23
+ var _default = node;
24
+ 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;