@firesoon/icons-react 3.0.21 → 3.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/fs/currency/Screenshot.js +12 -0
- package/es/components/fs/currency/index.d.ts +1 -0
- package/es/components/fs/currency/index.js +1 -0
- package/es/components/sbt/business-menu/SbtBookingmanagement.js +12 -0
- package/es/components/sbt/business-menu/SbtCasemanagement.js +12 -0
- package/es/components/sbt/business-menu/SbtConfigurationcenter.js +12 -0
- package/es/components/sbt/business-menu/SbtDepartment.js +12 -0
- package/es/components/sbt/business-menu/SbtHospital.js +12 -0
- package/es/components/sbt/business-menu/SbtInsurancecompany.js +12 -0
- package/es/components/sbt/business-menu/SbtNotificationssettings.js +12 -0
- package/es/components/sbt/business-menu/SbtNumbersource.js +12 -0
- package/es/components/sbt/business-menu/SbtProductconfiguration.js +12 -0
- package/es/components/sbt/business-menu/SbtRiskmanagement.js +12 -0
- package/es/components/sbt/business-menu/SbtScheme.js +12 -0
- package/es/components/sbt/business-menu/index.d.ts +11 -0
- package/es/components/sbt/business-menu/index.js +12 -1
- package/es/components/sbt/currency/SbtCheckFill.d.ts +4 -0
- package/es/components/sbt/currency/{SbtChecked.js → SbtCheckFill.js} +2 -2
- package/es/components/sbt/old-twocolor/SbtJpgFill.d.ts +4 -0
- package/es/components/sbt/old-twocolor/{SbtPdf.js → SbtJpgFill.js} +2 -2
- package/es/components/sbt/old-twocolor/SbtPdfFill.d.ts +4 -0
- package/es/components/sbt/old-twocolor/{SbtRarZip.js → SbtPdfFill.js} +2 -2
- package/es/components/sbt/old-twocolor/SbtPngFill.d.ts +4 -0
- package/es/components/sbt/old-twocolor/{SbtPng.js → SbtPngFill.js} +2 -2
- package/es/components/sbt/old-twocolor/SbtRarFill.d.ts +4 -0
- package/es/components/sbt/old-twocolor/{SbtJpg.js → SbtRarFill.js} +2 -2
- package/es/components/sbt/old-twocolor/SbtWordFill.d.ts +4 -0
- package/es/components/sbt/old-twocolor/SbtWordFill.js +12 -0
- package/es/components/sbt/old-twocolor/index.d.ts +5 -5
- package/es/components/sbt/old-twocolor/index.js +5 -5
- package/es/icons/fs/currency/screenshot.js +35 -0
- package/es/icons/sbt/business-menu/sbt-bookingmanagement.js +17 -0
- package/es/icons/sbt/business-menu/sbt-casemanagement.d.ts +17 -0
- package/es/icons/sbt/business-menu/sbt-casemanagement.js +17 -0
- package/es/icons/sbt/business-menu/sbt-configurationcenter.d.ts +17 -0
- package/es/icons/sbt/business-menu/sbt-configurationcenter.js +17 -0
- package/es/icons/sbt/business-menu/sbt-department.d.ts +17 -0
- package/es/icons/sbt/business-menu/sbt-department.js +17 -0
- package/es/icons/sbt/business-menu/sbt-hospital.d.ts +17 -0
- package/es/icons/sbt/business-menu/sbt-hospital.js +17 -0
- package/es/icons/sbt/business-menu/sbt-insurancecompany.d.ts +17 -0
- package/es/icons/sbt/business-menu/sbt-insurancecompany.js +23 -0
- package/es/icons/sbt/business-menu/sbt-notificationssettings.d.ts +17 -0
- package/es/icons/sbt/business-menu/sbt-notificationssettings.js +17 -0
- package/es/icons/sbt/business-menu/sbt-numbersource.d.ts +17 -0
- package/es/icons/sbt/business-menu/sbt-numbersource.js +17 -0
- package/es/icons/sbt/business-menu/sbt-productconfiguration.d.ts +17 -0
- package/es/icons/sbt/business-menu/sbt-productconfiguration.js +17 -0
- package/es/icons/sbt/business-menu/sbt-riskmanagement.d.ts +17 -0
- package/es/icons/sbt/business-menu/sbt-riskmanagement.js +17 -0
- package/es/icons/sbt/business-menu/sbt-scheme.d.ts +17 -0
- package/es/icons/sbt/business-menu/sbt-scheme.js +17 -0
- package/es/icons/sbt/currency/sbt-check-fill.d.ts +17 -0
- package/es/icons/sbt/currency/{sbt-checked.js → sbt-check-fill.js} +1 -1
- package/es/icons/sbt/old-twocolor/{sbt-jpg.js → sbt-jpg-fill.js} +1 -1
- package/es/icons/sbt/old-twocolor/{sbt-pdf.js → sbt-pdf-fill.js} +1 -1
- package/es/icons/sbt/old-twocolor/{sbt-png.js → sbt-png-fill.js} +1 -1
- package/es/icons/sbt/old-twocolor/{sbt-rarZip.js → sbt-rar-fill.js} +1 -1
- package/es/icons/sbt/old-twocolor/{sbt-word.js → sbt-word-fill.js} +1 -1
- package/es/index.d.ts +161 -149
- package/es/index.js +162 -150
- package/lib/components/fs/currency/Screenshot.d.ts +4 -0
- package/lib/components/{sbt/old-twocolor/SbtWord.js → fs/currency/Screenshot.js} +4 -4
- package/lib/components/fs/currency/index.d.ts +1 -0
- package/lib/components/fs/currency/index.js +7 -0
- package/lib/components/sbt/business-menu/SbtBookingmanagement.d.ts +4 -0
- package/lib/components/sbt/business-menu/SbtBookingmanagement.js +20 -0
- package/lib/components/sbt/business-menu/SbtCasemanagement.d.ts +4 -0
- package/lib/components/sbt/business-menu/SbtCasemanagement.js +20 -0
- package/lib/components/sbt/business-menu/SbtConfigurationcenter.d.ts +4 -0
- package/lib/components/sbt/business-menu/SbtConfigurationcenter.js +20 -0
- package/lib/components/sbt/business-menu/SbtDepartment.d.ts +4 -0
- package/lib/components/sbt/business-menu/SbtDepartment.js +20 -0
- package/lib/components/sbt/business-menu/SbtHospital.d.ts +4 -0
- package/lib/components/sbt/business-menu/SbtHospital.js +20 -0
- package/lib/components/sbt/business-menu/SbtInsurancecompany.d.ts +4 -0
- package/lib/components/sbt/business-menu/SbtInsurancecompany.js +20 -0
- package/lib/components/sbt/business-menu/SbtNotificationssettings.d.ts +4 -0
- package/lib/components/sbt/business-menu/SbtNotificationssettings.js +20 -0
- package/lib/components/sbt/business-menu/SbtNumbersource.d.ts +4 -0
- package/lib/components/sbt/business-menu/SbtNumbersource.js +20 -0
- package/lib/components/sbt/business-menu/SbtProductconfiguration.d.ts +4 -0
- package/lib/components/sbt/business-menu/SbtProductconfiguration.js +20 -0
- package/lib/components/sbt/business-menu/SbtRiskmanagement.d.ts +4 -0
- package/lib/components/sbt/business-menu/SbtRiskmanagement.js +20 -0
- package/lib/components/sbt/business-menu/SbtScheme.d.ts +4 -0
- package/lib/components/sbt/business-menu/SbtScheme.js +20 -0
- package/lib/components/sbt/business-menu/index.d.ts +11 -0
- package/lib/components/sbt/business-menu/index.js +77 -0
- package/lib/components/sbt/currency/SbtCheckFill.d.ts +4 -0
- package/lib/components/sbt/currency/{SbtChecked.js → SbtCheckFill.js} +3 -3
- package/lib/components/sbt/old-twocolor/SbtJpgFill.d.ts +4 -0
- package/lib/components/sbt/old-twocolor/{SbtPng.js → SbtJpgFill.js} +3 -3
- package/lib/components/sbt/old-twocolor/SbtPdfFill.d.ts +4 -0
- package/lib/components/sbt/old-twocolor/{SbtRarZip.js → SbtPdfFill.js} +3 -3
- package/lib/components/sbt/old-twocolor/SbtPngFill.d.ts +4 -0
- package/lib/components/sbt/old-twocolor/{SbtJpg.js → SbtPngFill.js} +3 -3
- package/lib/components/sbt/old-twocolor/SbtRarFill.d.ts +4 -0
- package/lib/components/sbt/old-twocolor/{SbtPdf.js → SbtRarFill.js} +3 -3
- package/lib/components/sbt/old-twocolor/SbtWordFill.d.ts +4 -0
- package/lib/components/sbt/old-twocolor/SbtWordFill.js +20 -0
- package/lib/components/sbt/old-twocolor/index.d.ts +5 -5
- package/lib/components/sbt/old-twocolor/index.js +15 -15
- package/lib/icons/fs/currency/screenshot.d.ts +17 -0
- package/lib/icons/fs/currency/screenshot.js +42 -0
- package/lib/icons/sbt/business-menu/sbt-bookingmanagement.d.ts +17 -0
- package/lib/icons/sbt/business-menu/sbt-bookingmanagement.js +24 -0
- package/lib/icons/sbt/business-menu/sbt-casemanagement.d.ts +17 -0
- package/lib/icons/sbt/business-menu/sbt-casemanagement.js +24 -0
- package/lib/icons/sbt/business-menu/sbt-configurationcenter.d.ts +17 -0
- package/lib/icons/sbt/business-menu/sbt-configurationcenter.js +24 -0
- package/lib/icons/sbt/business-menu/sbt-department.d.ts +17 -0
- package/lib/icons/sbt/business-menu/sbt-department.js +24 -0
- package/lib/icons/sbt/business-menu/sbt-hospital.d.ts +17 -0
- package/lib/icons/sbt/business-menu/sbt-hospital.js +24 -0
- package/lib/icons/sbt/business-menu/sbt-insurancecompany.d.ts +17 -0
- package/lib/icons/sbt/business-menu/sbt-insurancecompany.js +30 -0
- package/lib/icons/sbt/business-menu/sbt-notificationssettings.d.ts +17 -0
- package/lib/icons/sbt/business-menu/sbt-notificationssettings.js +24 -0
- package/lib/icons/sbt/business-menu/sbt-numbersource.d.ts +17 -0
- package/lib/icons/sbt/business-menu/sbt-numbersource.js +24 -0
- package/lib/icons/sbt/business-menu/sbt-productconfiguration.d.ts +17 -0
- package/lib/icons/sbt/business-menu/sbt-productconfiguration.js +24 -0
- package/lib/icons/sbt/business-menu/sbt-riskmanagement.d.ts +17 -0
- package/lib/icons/sbt/business-menu/sbt-riskmanagement.js +24 -0
- package/lib/icons/sbt/business-menu/sbt-scheme.d.ts +17 -0
- package/lib/icons/sbt/business-menu/sbt-scheme.js +24 -0
- package/lib/icons/sbt/currency/sbt-check-fill.d.ts +17 -0
- package/lib/icons/sbt/currency/{sbt-checked.js → sbt-check-fill.js} +1 -1
- package/lib/icons/sbt/old-twocolor/{sbt-jpg.js → sbt-jpg-fill.js} +1 -1
- package/lib/icons/sbt/old-twocolor/{sbt-pdf.js → sbt-pdf-fill.js} +1 -1
- package/lib/icons/sbt/old-twocolor/{sbt-png.js → sbt-png-fill.js} +1 -1
- package/lib/icons/sbt/old-twocolor/{sbt-rarZip.js → sbt-rar-fill.js} +1 -1
- package/lib/icons/sbt/old-twocolor/{sbt-word.js → sbt-word-fill.js} +1 -1
- package/lib/index.d.ts +161 -149
- package/lib/index.js +245 -161
- package/package.json +1 -1
- package/es/components/sbt/old-twocolor/SbtWord.js +0 -12
- /package/es/components/{sbt/currency/SbtChecked.d.ts → fs/currency/Screenshot.d.ts} +0 -0
- /package/es/components/sbt/{old-twocolor/SbtJpg.d.ts → business-menu/SbtBookingmanagement.d.ts} +0 -0
- /package/es/components/sbt/{old-twocolor/SbtPdf.d.ts → business-menu/SbtCasemanagement.d.ts} +0 -0
- /package/es/components/sbt/{old-twocolor/SbtPng.d.ts → business-menu/SbtConfigurationcenter.d.ts} +0 -0
- /package/es/components/sbt/{old-twocolor/SbtRarZip.d.ts → business-menu/SbtDepartment.d.ts} +0 -0
- /package/es/components/sbt/{old-twocolor/SbtWord.d.ts → business-menu/SbtHospital.d.ts} +0 -0
- /package/{lib/components/sbt/currency/SbtChecked.d.ts → es/components/sbt/business-menu/SbtInsurancecompany.d.ts} +0 -0
- /package/{lib/components/sbt/old-twocolor/SbtJpg.d.ts → es/components/sbt/business-menu/SbtNotificationssettings.d.ts} +0 -0
- /package/{lib/components/sbt/old-twocolor/SbtPdf.d.ts → es/components/sbt/business-menu/SbtNumbersource.d.ts} +0 -0
- /package/{lib/components/sbt/old-twocolor/SbtPng.d.ts → es/components/sbt/business-menu/SbtProductconfiguration.d.ts} +0 -0
- /package/{lib/components/sbt/old-twocolor/SbtRarZip.d.ts → es/components/sbt/business-menu/SbtRiskmanagement.d.ts} +0 -0
- /package/{lib/components/sbt/old-twocolor/SbtWord.d.ts → es/components/sbt/business-menu/SbtScheme.d.ts} +0 -0
- /package/es/icons/{sbt/currency/sbt-checked.d.ts → fs/currency/screenshot.d.ts} +0 -0
- /package/{lib/icons/sbt/currency/sbt-checked.d.ts → es/icons/sbt/business-menu/sbt-bookingmanagement.d.ts} +0 -0
- /package/es/icons/sbt/old-twocolor/{sbt-jpg.d.ts → sbt-jpg-fill.d.ts} +0 -0
- /package/es/icons/sbt/old-twocolor/{sbt-pdf.d.ts → sbt-pdf-fill.d.ts} +0 -0
- /package/es/icons/sbt/old-twocolor/{sbt-png.d.ts → sbt-png-fill.d.ts} +0 -0
- /package/es/icons/sbt/old-twocolor/{sbt-rarZip.d.ts → sbt-rar-fill.d.ts} +0 -0
- /package/es/icons/sbt/old-twocolor/{sbt-word.d.ts → sbt-word-fill.d.ts} +0 -0
- /package/lib/icons/sbt/old-twocolor/{sbt-jpg.d.ts → sbt-jpg-fill.d.ts} +0 -0
- /package/lib/icons/sbt/old-twocolor/{sbt-pdf.d.ts → sbt-pdf-fill.d.ts} +0 -0
- /package/lib/icons/sbt/old-twocolor/{sbt-png.d.ts → sbt-png-fill.d.ts} +0 -0
- /package/lib/icons/sbt/old-twocolor/{sbt-rarZip.d.ts → sbt-rar-fill.d.ts} +0 -0
- /package/lib/icons/sbt/old-twocolor/{sbt-word.d.ts → sbt-word-fill.d.ts} +0 -0
|
@@ -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,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,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,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var node = {
|
|
8
|
+
"name": "sbt-insurancecompany",
|
|
9
|
+
"nodeTree": {
|
|
10
|
+
"tag": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"viewBox": "0 0 1024 1024"
|
|
13
|
+
},
|
|
14
|
+
"children": [{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M91.43 969.14a36.57 36.57 0 01-36.57-36.57V134.5a36.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.43zm45.71-792.26v709.98h83.43V640a9.14 9.14 0 019.14-9.14h256a9.14 9.14 0 019.15 9.14v246.86h83.43V143.59l-441.15 33.29zm156.57 709.98h128V704h-128v182.86zm593.15 0v-345.2l-226.29-19.84v365.04h226.29z"
|
|
18
|
+
},
|
|
19
|
+
"children": []
|
|
20
|
+
}, {
|
|
21
|
+
"tag": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "M266.28999999999996 265.14h182.85q9.15 0 9.15 9.15v54.85q0 9.15-9.15 9.15H266.3q-9.15 0-9.15-9.15V274.3q0-9.15 9.15-9.15zM266.28999999999996 448h182.85q9.15 0 9.15 9.14V512q0 9.14-9.15 9.14H266.3q-9.15 0-9.15-9.14v-54.86q0-9.14 9.15-9.14z"
|
|
24
|
+
},
|
|
25
|
+
"children": []
|
|
26
|
+
}]
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
var _default = node;
|
|
30
|
+
exports.default = _default;
|
|
@@ -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-notificationssettings",
|
|
9
|
+
"nodeTree": {
|
|
10
|
+
"tag": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"viewBox": "0 0 1024 1024"
|
|
13
|
+
},
|
|
14
|
+
"children": [{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M0 177.14a36.57 36.57 0 0136.57-36.57h950.86a36.57 36.57 0 0136.57 36.57v669.72a36.57 36.57 0 01-36.57 36.57H36.57A36.57 36.57 0 010 846.86V177.14zm82.29 45.72v578.28h.3a54.17 54.17 0 013.25-3.55L371.43 512 82.29 222.86zm116.37 578.28h626.69L594.39 570.2l-75.92 75.92a9.14 9.14 0 01-12.94 0l-75.92-75.92-230.95 230.95zm742.75 0h.3V222.86L652.57 512l285.59 285.59a53.85 53.85 0 013.25 3.55zM825.35 222.86h-626.7L512 536.2l313.35-313.34z"
|
|
18
|
+
},
|
|
19
|
+
"children": []
|
|
20
|
+
}]
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
var _default = node;
|
|
24
|
+
exports.default = _default;
|
|
@@ -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-numbersource",
|
|
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.14zM640 493.7c0 29.9-10.25 57.42-27.44 79.2 68.05 35.16 115.35 104.87 118.68 185.93a8.87 8.87 0 01-8.95 9.16h-54.86c-5.05 0-9.11-4.07-9.42-9.11-4.7-76.55-68.28-137.18-146-137.18-77.74 0-141.31 60.63-146.02 137.18-.3 5.04-4.37 9.11-9.42 9.11h-54.85a8.87 8.87 0 01-8.96-9.16c3.33-81.06 50.63-150.77 118.68-185.92a127.45 127.45 0 01-27.44-79.2c0-70.7 57.3-128 128-128s128 57.3 128 128zm-182.86 0a54.86 54.86 0 10109.72 0 54.86 54.86 0 00-109.72 0z"
|
|
18
|
+
},
|
|
19
|
+
"children": []
|
|
20
|
+
}]
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
var _default = node;
|
|
24
|
+
exports.default = _default;
|
|
@@ -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-productconfiguration",
|
|
9
|
+
"nodeTree": {
|
|
10
|
+
"tag": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"viewBox": "0 0 1024 1024"
|
|
13
|
+
},
|
|
14
|
+
"children": [{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M859.43 287.93L534.46 475.55l-4.17 2.41a36.57 36.57 0 01-36.58 0l-4.17-2.4-324.97-187.63c-13.77-7.95-19.76-22.63-17.98-36.44a36.12 36.12 0 0117.98-26.9L493.71 34.56a36.57 36.57 0 0136.58 0l329.14 190.03a36.12 36.12 0 0117.98 26.9c1.78 13.8-4.21 28.5-17.98 36.44zM749.7 256.26L512 119 274.29 256.26 512 393.5l237.71-137.24zM484.57 937.27c0 15.93-9.75 28.47-22.63 33.82a36.12 36.12 0 01-32.23-2.15L100.57 778.91a36.57 36.57 0 01-18.28-31.67V367.18c0-12.25 5.76-22.5 14.28-29 11.08-8.47 26.8-10.63 40.57-2.67l324.93 187.6 4.22 2.43a36.57 36.57 0 0118.28 31.67v380.06zm402.29-601.76c13.77-7.95 29.5-5.8 40.57 2.66a36.12 36.12 0 0114.28 29.01v380.06a36.57 36.57 0 01-18.28 31.67L594.29 968.94a36.12 36.12 0 01-32.23 2.15c-12.88-5.35-22.63-17.9-22.63-33.82V557.21a36.57 36.57 0 0118.28-31.67l4.22-2.43 324.93-187.6zM402.29 858.09V583.6L164.57 446.36v274.49L402.3 858.09zm457.14-411.73L621.7 583.6v274.5l237.72-137.25v-274.5z"
|
|
18
|
+
},
|
|
19
|
+
"children": []
|
|
20
|
+
}]
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
var _default = node;
|
|
24
|
+
exports.default = _default;
|
|
@@ -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-riskmanagement",
|
|
9
|
+
"nodeTree": {
|
|
10
|
+
"tag": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"viewBox": "0 0 1024 1024"
|
|
13
|
+
},
|
|
14
|
+
"children": [{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M512 1005.71c-222.18 0-402.29-180.1-402.29-402.28V175.17a36.57 36.57 0 0125.3-34.8L500.74 21.95a36.57 36.57 0 0122.54 0l365.71 118.44a36.57 36.57 0 0125.3 34.79v428.26c0 222.17-180.1 402.28-402.28 402.28zm-226.27-176a317.57 317.57 0 00101.74 68.6c39.58 16.75 81.1 25.12 124.53 25.12s84.95-8.37 124.53-25.12a317.57 317.57 0 00101.74-68.6 317.59 317.59 0 0068.62-101.75c16.74-39.58 25.11-81.1 25.11-124.53V208.42L512 104.78 192 208.42v395c0 43.45 8.37 84.96 25.11 124.54a317.58 317.58 0 0068.62 101.74zm262.84-320a9.14 9.14 0 01-9.14 9.15h-54.86a9.14 9.14 0 01-9.14-9.15v-208a9.14 9.14 0 019.14-9.14h54.86a9.14 9.14 0 019.14 9.14v208zM402.3 337.81v73.98c0 2.22-.86 4.4-2.29 6.1a146.29 146.29 0 00-34.29 94.1c0 80.8 65.5 146.3 146.29 146.3 80.8 0 146.29-65.5 146.29-146.3A146.29 146.29 0 00624 417.9a9.59 9.59 0 01-2.29-6.1V337.8c0-7.03 7.56-11.4 13.4-7.45A219.43 219.43 0 01731.42 512c0 121.19-98.24 219.43-219.43 219.43S292.57 633.19 292.57 512c0-73.1 36.37-141.03 96.33-181.65 5.83-3.95 13.39.42 13.39 7.45z"
|
|
18
|
+
},
|
|
19
|
+
"children": []
|
|
20
|
+
}]
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
var _default = node;
|
|
24
|
+
exports.default = _default;
|
|
@@ -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-scheme",
|
|
9
|
+
"nodeTree": {
|
|
10
|
+
"tag": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"viewBox": "0 0 1024 1024"
|
|
13
|
+
},
|
|
14
|
+
"children": [{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M518.14 10.71l71.57 71.58h-1.14l242.29 242.28v-1.14L902.43 395a36.57 36.57 0 0110.71 25.86v566.57a36.57 36.57 0 01-36.57 36.57H146.3a36.57 36.57 0 01-36.58-36.57V36.57A36.57 36.57 0 01146.3 0h345.99a36.57 36.57 0 0125.86 10.71zM506.3 370.3v-288H192V941.7h638.86V406.86h-288a36.57 36.57 0 01-36.57-36.57zm82.28-171.63v125.91H714.5L588.57 198.66zM283.43 531.43v-54.86a9.14 9.14 0 019.14-9.14h208a9.14 9.14 0 019.14 9.14v54.86a9.14 9.14 0 01-9.14 9.14h-208a9.14 9.14 0 01-9.14-9.14zm9.14 155.43a9.14 9.14 0 01-9.14-9.15v-54.85a9.14 9.14 0 019.14-9.15H730.3a9.14 9.14 0 019.14 9.15v54.85a9.14 9.14 0 01-9.14 9.15H292.57zm0 146.28a9.14 9.14 0 01-9.14-9.14v-54.86a9.14 9.14 0 019.14-9.14H730.3a9.14 9.14 0 019.14 9.14V824a9.14 9.14 0 01-9.14 9.14H292.57z"
|
|
18
|
+
},
|
|
19
|
+
"children": []
|
|
20
|
+
}]
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
var _default = node;
|
|
24
|
+
exports.default = _default;
|