@iobroker/adapter-react-v5 4.13.2 → 4.13.4
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/AdminConnection.js.map +1 -1
- package/Components/404.js +13 -13
- package/Components/ColorPicker.js +54 -54
- package/Components/ColorPicker.js.map +1 -1
- package/Components/ComplexCron.js.map +1 -1
- package/Components/FileBrowser.js +3 -3
- package/Components/FileViewer.js +9 -16
- package/Components/Loader.js +223 -223
- package/Components/Loaders/PT.css +108 -108
- package/Components/Loaders/PT.js +103 -103
- package/Components/Loaders/Vendor.css +13 -13
- package/Components/Loaders/Vendor.js +7 -7
- package/Components/ObjectBrowser.d.ts +2 -2
- package/Components/ObjectBrowser.js +359 -351
- package/Components/ObjectBrowser.js.map +1 -1
- package/Components/TabContent.d.ts +3 -7
- package/Components/TabContent.js +1 -3
- package/Components/TableResize.d.ts +20 -13
- package/Components/TableResize.js +244 -262
- package/Components/TreeTable.js +70 -70
- package/Components/TreeTable.js.map +1 -1
- package/Components/UploadImage.js +305 -305
- package/Components/loader.css +221 -221
- package/Components/types.d.ts +82 -82
- package/Components/withWidth.js +2 -2
- package/Components/withWidth.js.map +1 -1
- package/Connection.js.map +1 -1
- package/GenericApp.js +49 -49
- package/LICENSE +22 -22
- package/LegacyConnection.d.ts +4 -0
- package/LegacyConnection.js +14 -0
- package/Prompt.js +7 -7
- package/README.md +1105 -1101
- package/assets/devices/Alarm Systems.svg +18 -18
- package/assets/devices/Amplifier.svg +21 -21
- package/assets/devices/Awnings.svg +4 -4
- package/assets/devices/Battery Status.svg +4 -4
- package/assets/devices/Ceiling Spotlights.svg +15 -15
- package/assets/devices/Chandelier.svg +6 -6
- package/assets/devices/Climate.svg +11 -11
- package/assets/devices/Coffee Makers.svg +5 -5
- package/assets/devices/Cold Water.svg +31 -31
- package/assets/devices/Computer.svg +21 -21
- package/assets/devices/Consumption.svg +7 -7
- package/assets/devices/Curtains.svg +43 -43
- package/assets/devices/Dishwashers.svg +11 -11
- package/assets/devices/Doors.svg +5 -5
- package/assets/devices/Doorstep.svg +35 -35
- package/assets/devices/Dryer.svg +13 -13
- package/assets/devices/Fan.svg +20 -20
- package/assets/devices/Floor Lamps.svg +4 -4
- package/assets/devices/Garage Doors.svg +9 -9
- package/assets/devices/Gates.svg +32 -32
- package/assets/devices/Hairdryer.svg +23 -23
- package/assets/devices/Handle.svg +6 -6
- package/assets/devices/Hanging Lamps.svg +8 -8
- package/assets/devices/Heater.svg +44 -44
- package/assets/devices/Hoods.svg +11 -11
- package/assets/devices/Hot Water.svg +9 -9
- package/assets/devices/Humidity.svg +41 -41
- package/assets/devices/Iron.svg +4 -4
- package/assets/devices/Irrigation.svg +22 -22
- package/assets/devices/Led Strip.svg +30 -30
- package/assets/devices/Light.svg +29 -29
- package/assets/devices/Lightings.svg +46 -46
- package/assets/devices/Lock.svg +19 -19
- package/assets/devices/Louvre.svg +6 -6
- package/assets/devices/Mowing Machine.svg +8 -8
- package/assets/devices/Music.svg +12 -12
- package/assets/devices/Outdoor Blinds.svg +6 -6
- package/assets/devices/People.svg +19 -19
- package/assets/devices/Pool.svg +7 -7
- package/assets/devices/Power Consumption.svg +12 -12
- package/assets/devices/Printer.svg +9 -9
- package/assets/devices/Pump.svg +9 -9
- package/assets/devices/Receiver.svg +18 -18
- package/assets/devices/Sconces.svg +9 -9
- package/assets/devices/Security.svg +34 -34
- package/assets/devices/Shading.svg +4 -4
- package/assets/devices/Shutters.svg +10 -10
- package/assets/devices/SmokeDetector.svg +12 -12
- package/assets/devices/Sockets.svg +13 -13
- package/assets/devices/Speaker.svg +35 -35
- package/assets/devices/Stove.svg +11 -11
- package/assets/devices/Table Lamps.svg +11 -11
- package/assets/devices/Temperature Sensors.svg +28 -28
- package/assets/devices/Tv.svg +7 -7
- package/assets/devices/Vacuum Cleaner.svg +15 -15
- package/assets/devices/Ventilation.svg +12 -12
- package/assets/devices/Washing Machines.svg +15 -15
- package/assets/devices/Water Consumption.svg +5 -5
- package/assets/devices/Water Heater.svg +8 -8
- package/assets/devices/Water.svg +40 -40
- package/assets/devices/Weather.svg +28 -28
- package/assets/devices/Window.svg +7 -7
- package/assets/devices/list.json +993 -993
- package/assets/devices/names.txt +62 -62
- package/assets/devices/parseNames.js +34 -34
- package/assets/lamp_ceiling.svg +8 -8
- package/assets/lamp_table.svg +7 -7
- package/assets/no_icon.svg +9 -9
- package/assets/rooms/Anteroom.svg +52 -52
- package/assets/rooms/Attic.svg +21 -21
- package/assets/rooms/Balcony.svg +12 -12
- package/assets/rooms/Barn.svg +5 -5
- package/assets/rooms/Basement.svg +4 -4
- package/assets/rooms/Bathroom.svg +38 -38
- package/assets/rooms/Bedroom.svg +5 -5
- package/assets/rooms/Boiler Room.svg +12 -12
- package/assets/rooms/Carport.svg +17 -17
- package/assets/rooms/Cellar.svg +89 -89
- package/assets/rooms/Chamber.svg +9 -9
- package/assets/rooms/Corridor.svg +52 -52
- package/assets/rooms/Dining Area.svg +37 -37
- package/assets/rooms/Dining Room.svg +37 -37
- package/assets/rooms/Dining.svg +37 -37
- package/assets/rooms/Dressing Room.svg +4 -4
- package/assets/rooms/Driveway.svg +14 -14
- package/assets/rooms/Entrance.svg +44 -44
- package/assets/rooms/Equipment Room.svg +14 -14
- package/assets/rooms/Front Yard.svg +64 -64
- package/assets/rooms/Gallery.svg +13 -13
- package/assets/rooms/Garage.svg +20 -20
- package/assets/rooms/Garden.svg +12 -12
- package/assets/rooms/Ground Floor.svg +95 -95
- package/assets/rooms/Guest Bathroom.svg +32 -32
- package/assets/rooms/Guest Room.svg +5 -5
- package/assets/rooms/Gym.svg +4 -4
- package/assets/rooms/Hall.svg +19 -19
- package/assets/rooms/Home Theater.svg +7 -7
- package/assets/rooms/Kitchen.svg +17 -17
- package/assets/rooms/Laundry Room.svg +11 -11
- package/assets/rooms/Living Area.svg +10 -10
- package/assets/rooms/Living Room.svg +10 -10
- package/assets/rooms/Locker Room.svg +16 -16
- package/assets/rooms/Nursery.svg +4 -4
- package/assets/rooms/Office.svg +8 -8
- package/assets/rooms/Outdoors.svg +7 -7
- package/assets/rooms/Playroom.svg +5 -5
- package/assets/rooms/Pool.svg +7 -7
- package/assets/rooms/Rear Wall.svg +30 -30
- package/assets/rooms/Second Floor.svg +95 -95
- package/assets/rooms/Shed.svg +16 -16
- package/assets/rooms/Sleeping Area.svg +22 -22
- package/assets/rooms/Stairway.svg +4 -4
- package/assets/rooms/Stairwell.svg +15 -15
- package/assets/rooms/Storeroom.svg +4 -4
- package/assets/rooms/Summer House.svg +27 -27
- package/assets/rooms/Swimming Pool.svg +21 -21
- package/assets/rooms/Terrace.svg +6 -6
- package/assets/rooms/Toilet.svg +10 -10
- package/assets/rooms/Upstairs.svg +5 -5
- package/assets/rooms/Wardrobe.svg +60 -60
- package/assets/rooms/Washroom.svg +19 -19
- package/assets/rooms/Wc.svg +10 -10
- package/assets/rooms/Windscreen.svg +60 -60
- package/assets/rooms/Workshop.svg +22 -22
- package/assets/rooms/Workspace.svg +8 -8
- package/assets/rooms/list.json +945 -945
- package/assets/rooms/names.txt +59 -59
- package/assets/rooms/parseNames.js +34 -34
- package/craco-module-federation.js +69 -69
- package/icons/IconAdapter.js.map +1 -1
- package/icons/IconAlias.js.map +1 -1
- package/icons/IconChannel.js.map +1 -1
- package/icons/IconClearFilter.js.map +1 -1
- package/icons/IconClosed.js.map +1 -1
- package/icons/IconCopy.js +8 -8
- package/icons/IconCopy.js.map +1 -1
- package/icons/IconDevice.js.map +1 -1
- package/icons/IconDocument.js.map +1 -1
- package/icons/IconDocumentReadOnly.js.map +1 -1
- package/icons/IconFx.js +1 -1
- package/icons/IconFx.js.map +1 -1
- package/icons/IconInstance.js.map +1 -1
- package/icons/IconLogout.js +9 -9
- package/icons/IconLogout.js.map +1 -1
- package/icons/IconNoIcon.js +8 -8
- package/icons/IconNoIcon.js.map +1 -1
- package/icons/IconOpen.js.map +1 -1
- package/icons/IconState.js.map +1 -1
- package/index.css +54 -54
- package/package.json +2 -2
- package/types.d.ts +94 -94
- package/Components/404.js.map +0 -1
- package/Components/CustomModal.js.map +0 -1
- package/Components/FileBrowser.js.map +0 -1
- package/Components/FileViewer.js.map +0 -1
- package/Components/Icon.js.map +0 -1
- package/Components/IconPicker.js.map +0 -1
- package/Components/IconSelector.js.map +0 -1
- package/Components/Image.js.map +0 -1
- package/Components/JsonConfigComponent/ChipInput.d.ts +0 -12
- package/Components/JsonConfigComponent/ChipInput.js +0 -763
- package/Components/JsonConfigComponent/ChipInput.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigAccordion.d.ts +0 -15
- package/Components/JsonConfigComponent/ConfigAccordion.js +0 -348
- package/Components/JsonConfigComponent/ConfigAccordion.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigAlive.d.ts +0 -10
- package/Components/JsonConfigComponent/ConfigAlive.js +0 -105
- package/Components/JsonConfigComponent/ConfigAlive.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigAutocomplete.d.ts +0 -37
- package/Components/JsonConfigComponent/ConfigAutocomplete.js +0 -73
- package/Components/JsonConfigComponent/ConfigAutocomplete.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigAutocompleteSendTo.d.ts +0 -17
- package/Components/JsonConfigComponent/ConfigAutocompleteSendTo.js +0 -131
- package/Components/JsonConfigComponent/ConfigAutocompleteSendTo.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigCRON.d.ts +0 -15
- package/Components/JsonConfigComponent/ConfigCRON.js +0 -157
- package/Components/JsonConfigComponent/ConfigCRON.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigCertCollection.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigCertCollection.js +0 -128
- package/Components/JsonConfigComponent/ConfigCertCollection.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigCertificateSelect.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigCertificateSelect.js +0 -149
- package/Components/JsonConfigComponent/ConfigCertificateSelect.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigCertificates.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigCertificates.js +0 -284
- package/Components/JsonConfigComponent/ConfigCertificates.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigCheckLicense.d.ts +0 -3
- package/Components/JsonConfigComponent/ConfigCheckLicense.js +0 -821
- package/Components/JsonConfigComponent/ConfigCheckLicense.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigCheckbox.d.ts +0 -15
- package/Components/JsonConfigComponent/ConfigCheckbox.js +0 -40
- package/Components/JsonConfigComponent/ConfigCheckbox.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigChip.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigChip.js +0 -120
- package/Components/JsonConfigComponent/ConfigChip.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigColor.d.ts +0 -22
- package/Components/JsonConfigComponent/ConfigColor.js +0 -120
- package/Components/JsonConfigComponent/ConfigColor.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigCoordinates.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigCoordinates.js +0 -265
- package/Components/JsonConfigComponent/ConfigCoordinates.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigCustom.d.ts +0 -26
- package/Components/JsonConfigComponent/ConfigCustom.js +0 -316
- package/Components/JsonConfigComponent/ConfigCustom.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigDatePicker.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigDatePicker.js +0 -91
- package/Components/JsonConfigComponent/ConfigDatePicker.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigDeviceManager.d.ts +0 -6
- package/Components/JsonConfigComponent/ConfigDeviceManager.js +0 -18
- package/Components/JsonConfigComponent/ConfigFile.d.ts +0 -15
- package/Components/JsonConfigComponent/ConfigFile.js +0 -228
- package/Components/JsonConfigComponent/ConfigFile.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigFileSelector.d.ts +0 -3
- package/Components/JsonConfigComponent/ConfigFileSelector.js +0 -625
- package/Components/JsonConfigComponent/ConfigFileSelector.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigFunc.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigFunc.js +0 -124
- package/Components/JsonConfigComponent/ConfigFunc.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigGeneric.d.ts +0 -95
- package/Components/JsonConfigComponent/ConfigGeneric.js +0 -646
- package/Components/JsonConfigComponent/ConfigIP.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigIP.js +0 -130
- package/Components/JsonConfigComponent/ConfigIP.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigImageSendTo.d.ts +0 -10
- package/Components/JsonConfigComponent/ConfigImageSendTo.js +0 -114
- package/Components/JsonConfigComponent/ConfigImageSendTo.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigImageUpload.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigImageUpload.js +0 -166
- package/Components/JsonConfigComponent/ConfigImageUpload.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigInstanceSelect.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigInstanceSelect.js +0 -264
- package/Components/JsonConfigComponent/ConfigInstanceSelect.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigInterface.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigInterface.js +0 -146
- package/Components/JsonConfigComponent/ConfigInterface.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigJsonEditor.d.ts +0 -13
- package/Components/JsonConfigComponent/ConfigJsonEditor.js +0 -145
- package/Components/JsonConfigComponent/ConfigJsonEditor.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigLanguage.d.ts +0 -7
- package/Components/JsonConfigComponent/ConfigLanguage.js +0 -110
- package/Components/JsonConfigComponent/ConfigLanguage.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigLicense.d.ts +0 -24
- package/Components/JsonConfigComponent/ConfigLicense.js +0 -183
- package/Components/JsonConfigComponent/ConfigLicense.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigNumber.d.ts +0 -17
- package/Components/JsonConfigComponent/ConfigNumber.js +0 -117
- package/Components/JsonConfigComponent/ConfigObjectId.d.ts +0 -17
- package/Components/JsonConfigComponent/ConfigObjectId.js +0 -167
- package/Components/JsonConfigComponent/ConfigObjectId.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigPanel.d.ts +0 -3
- package/Components/JsonConfigComponent/ConfigPanel.js +0 -396
- package/Components/JsonConfigComponent/ConfigPanel.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigPassword.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigPassword.js +0 -193
- package/Components/JsonConfigComponent/ConfigPassword.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigPattern.d.ts +0 -21
- package/Components/JsonConfigComponent/ConfigPattern.js +0 -65
- package/Components/JsonConfigComponent/ConfigPattern.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigPort.d.ts +0 -3
- package/Components/JsonConfigComponent/ConfigPort.js +0 -176
- package/Components/JsonConfigComponent/ConfigRoom.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigRoom.js +0 -124
- package/Components/JsonConfigComponent/ConfigRoom.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigSelect.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigSelect.js +0 -159
- package/Components/JsonConfigComponent/ConfigSelect.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigSelectSendTo.d.ts +0 -17
- package/Components/JsonConfigComponent/ConfigSelectSendTo.js +0 -272
- package/Components/JsonConfigComponent/ConfigSelectSendTo.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigSendto.d.ts +0 -24
- package/Components/JsonConfigComponent/ConfigSendto.js +0 -294
- package/Components/JsonConfigComponent/ConfigSendto.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigSetState.d.ts +0 -18
- package/Components/JsonConfigComponent/ConfigSetState.js +0 -185
- package/Components/JsonConfigComponent/ConfigSetState.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigSlider.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigSlider.js +0 -119
- package/Components/JsonConfigComponent/ConfigSlider.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigStaticDivider.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigStaticDivider.js +0 -68
- package/Components/JsonConfigComponent/ConfigStaticDivider.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigStaticHeader.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigStaticHeader.js +0 -81
- package/Components/JsonConfigComponent/ConfigStaticHeader.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigStaticImage.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigStaticImage.js +0 -71
- package/Components/JsonConfigComponent/ConfigStaticImage.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigStaticText.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigStaticText.js +0 -88
- package/Components/JsonConfigComponent/ConfigStaticText.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigTable.d.ts +0 -3
- package/Components/JsonConfigComponent/ConfigTable.js +0 -1064
- package/Components/JsonConfigComponent/ConfigTable.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigTabs.d.ts +0 -34
- package/Components/JsonConfigComponent/ConfigTabs.js +0 -162
- package/Components/JsonConfigComponent/ConfigTabs.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigText.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigText.js +0 -226
- package/Components/JsonConfigComponent/ConfigText.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigTextSendTo.d.ts +0 -10
- package/Components/JsonConfigComponent/ConfigTextSendTo.js +0 -129
- package/Components/JsonConfigComponent/ConfigTextSendTo.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigTimePicker.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigTimePicker.js +0 -85
- package/Components/JsonConfigComponent/ConfigTimePicker.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigTopic.d.ts +0 -17
- package/Components/JsonConfigComponent/ConfigTopic.js +0 -110
- package/Components/JsonConfigComponent/ConfigTopic.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigUUID.d.ts +0 -15
- package/Components/JsonConfigComponent/ConfigUUID.js +0 -95
- package/Components/JsonConfigComponent/ConfigUUID.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigUser.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigUser.js +0 -142
- package/Components/JsonConfigComponent/ConfigUser.js.map +0 -1
- package/Components/JsonConfigComponent/DeviceManager/Communication.d.ts +0 -63
- package/Components/JsonConfigComponent/DeviceManager/Communication.js +0 -268
- package/Components/JsonConfigComponent/DeviceManager/DeviceActionButton.d.ts +0 -11
- package/Components/JsonConfigComponent/DeviceManager/DeviceActionButton.js +0 -15
- package/Components/JsonConfigComponent/DeviceManager/DeviceCard.d.ts +0 -53
- package/Components/JsonConfigComponent/DeviceManager/DeviceCard.js +0 -340
- package/Components/JsonConfigComponent/DeviceManager/DeviceControl.d.ts +0 -45
- package/Components/JsonConfigComponent/DeviceManager/DeviceControl.js +0 -146
- package/Components/JsonConfigComponent/DeviceManager/DeviceImageUpload.d.ts +0 -12
- package/Components/JsonConfigComponent/DeviceManager/DeviceImageUpload.js +0 -69
- package/Components/JsonConfigComponent/DeviceManager/DeviceList.d.ts +0 -51
- package/Components/JsonConfigComponent/DeviceManager/DeviceList.js +0 -226
- package/Components/JsonConfigComponent/DeviceManager/DeviceStatus.d.ts +0 -13
- package/Components/JsonConfigComponent/DeviceManager/DeviceStatus.js +0 -111
- package/Components/JsonConfigComponent/DeviceManager/InstanceActionButton.d.ts +0 -7
- package/Components/JsonConfigComponent/DeviceManager/InstanceActionButton.js +0 -16
- package/Components/JsonConfigComponent/DeviceManager/JsonConfig.d.ts +0 -11
- package/Components/JsonConfigComponent/DeviceManager/JsonConfig.js +0 -94
- package/Components/JsonConfigComponent/DeviceManager/TooltipButton.d.ts +0 -10
- package/Components/JsonConfigComponent/DeviceManager/TooltipButton.js +0 -22
- package/Components/JsonConfigComponent/DeviceManager/Utils.d.ts +0 -12
- package/Components/JsonConfigComponent/DeviceManager/Utils.js +0 -158
- package/Components/JsonConfigComponent/DeviceManager/i18n/de.json +0 -21
- package/Components/JsonConfigComponent/DeviceManager/i18n/en.json +0 -21
- package/Components/JsonConfigComponent/DeviceManager/i18n/es.json +0 -21
- package/Components/JsonConfigComponent/DeviceManager/i18n/fr.json +0 -21
- package/Components/JsonConfigComponent/DeviceManager/i18n/i18n.d.ts +0 -26
- package/Components/JsonConfigComponent/DeviceManager/i18n/it.json +0 -21
- package/Components/JsonConfigComponent/DeviceManager/i18n/nl.json +0 -21
- package/Components/JsonConfigComponent/DeviceManager/i18n/pl.json +0 -21
- package/Components/JsonConfigComponent/DeviceManager/i18n/pt.json +0 -21
- package/Components/JsonConfigComponent/DeviceManager/i18n/ru.json +0 -21
- package/Components/JsonConfigComponent/DeviceManager/i18n/uk.json +0 -21
- package/Components/JsonConfigComponent/DeviceManager/i18n/zh-cn.json +0 -21
- package/Components/JsonConfigComponent/DeviceManager/index.d.ts +0 -2
- package/Components/JsonConfigComponent/DeviceManager/index.js +0 -10
- package/Components/JsonConfigComponent/DeviceManager/index.js.map +0 -1
- package/Components/JsonConfigComponent/Utils.d.ts +0 -9
- package/Components/JsonConfigComponent/Utils.js +0 -13
- package/Components/JsonConfigComponent/index.d.ts +0 -26
- package/Components/JsonConfigComponent/index.js +0 -520
- package/Components/JsonConfigComponent/index.js.map +0 -1
- package/Components/JsonConfigComponent/wrapper/AdminConnection.d.ts +0 -2
- package/Components/JsonConfigComponent/wrapper/AdminConnection.js +0 -7
- package/Components/JsonConfigComponent/wrapper/Components/ColorPicker.d.ts +0 -2
- package/Components/JsonConfigComponent/wrapper/Components/ColorPicker.js +0 -10
- package/Components/JsonConfigComponent/wrapper/Components/ColorPicker.js.map +0 -1
- package/Components/JsonConfigComponent/wrapper/Components/Icon.d.ts +0 -2
- package/Components/JsonConfigComponent/wrapper/Components/Icon.js +0 -10
- package/Components/JsonConfigComponent/wrapper/Components/Icon.js.map +0 -1
- package/Components/JsonConfigComponent/wrapper/Components/TextWithIcon.d.ts +0 -2
- package/Components/JsonConfigComponent/wrapper/Components/TextWithIcon.js +0 -10
- package/Components/JsonConfigComponent/wrapper/Components/TextWithIcon.js.map +0 -1
- package/Components/JsonConfigComponent/wrapper/Components/UploadImage.d.ts +0 -2
- package/Components/JsonConfigComponent/wrapper/Components/UploadImage.js +0 -10
- package/Components/JsonConfigComponent/wrapper/Components/UploadImage.js.map +0 -1
- package/Components/JsonConfigComponent/wrapper/Components/Utils.d.ts +0 -2
- package/Components/JsonConfigComponent/wrapper/Components/Utils.js +0 -10
- package/Components/JsonConfigComponent/wrapper/Components/Utils.js.map +0 -1
- package/Components/JsonConfigComponent/wrapper/Dialogs/Confirm.d.ts +0 -2
- package/Components/JsonConfigComponent/wrapper/Dialogs/Confirm.js +0 -10
- package/Components/JsonConfigComponent/wrapper/Dialogs/Confirm.js.map +0 -1
- package/Components/JsonConfigComponent/wrapper/Dialogs/Cron.d.ts +0 -2
- package/Components/JsonConfigComponent/wrapper/Dialogs/Cron.js +0 -10
- package/Components/JsonConfigComponent/wrapper/Dialogs/Cron.js.map +0 -1
- package/Components/JsonConfigComponent/wrapper/Dialogs/Error.d.ts +0 -2
- package/Components/JsonConfigComponent/wrapper/Dialogs/Error.js +0 -10
- package/Components/JsonConfigComponent/wrapper/Dialogs/Error.js.map +0 -1
- package/Components/JsonConfigComponent/wrapper/Dialogs/Message.d.ts +0 -2
- package/Components/JsonConfigComponent/wrapper/Dialogs/Message.js +0 -10
- package/Components/JsonConfigComponent/wrapper/Dialogs/Message.js.map +0 -1
- package/Components/JsonConfigComponent/wrapper/Dialogs/SelectFile.d.ts +0 -2
- package/Components/JsonConfigComponent/wrapper/Dialogs/SelectFile.js +0 -10
- package/Components/JsonConfigComponent/wrapper/Dialogs/SelectFile.js.map +0 -1
- package/Components/JsonConfigComponent/wrapper/Dialogs/SelectID.d.ts +0 -2
- package/Components/JsonConfigComponent/wrapper/Dialogs/SelectID.js +0 -10
- package/Components/JsonConfigComponent/wrapper/Dialogs/SelectID.js.map +0 -1
- package/Components/JsonConfigComponent/wrapper/i18n.d.ts +0 -2
- package/Components/JsonConfigComponent/wrapper/i18n.js +0 -10
- package/Components/JsonConfigComponent/wrapper/i18n.js.map +0 -1
- package/Components/JsonConfigComponent/wrapper/icons/IconCopy.d.ts +0 -2
- package/Components/JsonConfigComponent/wrapper/icons/IconCopy.js +0 -10
- package/Components/JsonConfigComponent/wrapper/icons/IconCopy.js.map +0 -1
- package/Components/Loader.js.map +0 -1
- package/Components/Loaders/PT.js.map +0 -1
- package/Components/Loaders/Vendor.js.map +0 -1
- package/Components/Logo.js.map +0 -1
- package/Components/MDUtils.js.map +0 -1
- package/Components/Router.js.map +0 -1
- package/Components/SaveCloseButtons.js.map +0 -1
- package/Components/Schedule.js.map +0 -1
- package/Components/SelectWithIcon.js.map +0 -1
- package/Components/SimpleCron/cron2text.js.map +0 -1
- package/Components/SimpleCron/cronText.js.map +0 -1
- package/Components/SimpleCron/index.js.map +0 -1
- package/Components/SimpleCron/jquery.cron.locale.js.map +0 -1
- package/Components/TabContainer.js.map +0 -1
- package/Components/TabContent.js.map +0 -1
- package/Components/TabHeader.js.map +0 -1
- package/Components/TableResize.js.map +0 -1
- package/Components/TextWithIcon.js.map +0 -1
- package/Components/ToggleThemeMenu.js.map +0 -1
- package/Components/UploadImage.js.map +0 -1
- package/Components/Utils.js.map +0 -1
- package/Components/copy-to-clipboard.d.ts +0 -13
- package/Components/copy-to-clipboard.js +0 -156
- package/Components/copy-to-clipboard.js.map +0 -1
- package/Dialogs/ComplexCron.js.map +0 -1
- package/Dialogs/Confirm.js.map +0 -1
- package/Dialogs/Cron.js.map +0 -1
- package/Dialogs/Error.js.map +0 -1
- package/Dialogs/Message.js.map +0 -1
- package/Dialogs/SelectFile.js.map +0 -1
- package/Dialogs/SelectID.js.map +0 -1
- package/Dialogs/SimpleCron.js.map +0 -1
- package/Dialogs/TextInput.js.map +0 -1
- package/GenericApp.js.map +0 -1
- package/LegacyConnection.js.map +0 -1
- package/Prompt.js.map +0 -1
- package/Theme.js.map +0 -1
- package/i18n.js.map +0 -1
- package/icons/IconExpert.js.map +0 -1
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
2
|
-
<g fill="currentColor">
|
|
3
|
-
<path d="M485.4,272.067h-8.533v-179.2c0-42.667-34.133-76.8-76.8-76.8c-37.77,0-64.935,28.006-67.974,69.041
|
|
4
|
-
c-19.829,3.748-34.426,20.826-34.426,41.892c0,5.12,3.413,8.533,8.533,8.533h68.267c5.12,0,8.533-3.413,8.533-8.533
|
|
5
|
-
c0-20.833-14.274-37.769-33.767-41.767c2.55-27.116,18.836-52.1,50.834-52.1c33.28,0,59.733,26.453,59.733,59.733v179.2H202.975
|
|
6
|
-
c-3.86-19.681-20.878-34.133-41.841-34.133c-8.533-10.24-20.48-17.067-34.133-17.067c-16.213,0-30.72,9.387-37.547,23.04
|
|
7
|
-
c-6.827-3.413-14.507-5.973-22.187-5.973c-20.963,0-37.981,14.452-41.841,34.133H24.6c-14.507,0-25.6,11.093-25.6,25.6
|
|
8
|
-
c0,14.507,11.093,25.6,25.6,25.6h10.255l23.025,91.307c6.827,26.453,30.72,45.227,58.027,45.227h6.827l-11.093,22.187
|
|
9
|
-
c-2.56,4.267-0.853,9.387,3.413,11.093c0.853,0.853,2.56,0.853,3.413,0.853c3.413,0,5.973-1.707,7.68-4.267L141.08,459.8h236.8
|
|
10
|
-
l14.507,29.013c1.707,3.413,4.267,5.12,7.68,5.12c1.707,0,2.56,0,3.413-1.707c3.413-1.707,5.12-6.827,3.413-11.093
|
|
11
|
-
l-10.689-21.379c26.419-0.938,49.266-19.39,55.916-44.328l23.24-92.16h10.04c14.507,0,25.6-11.093,25.6-25.6
|
|
12
|
-
C511,283.16,499.907,272.067,485.4,272.067z M365.08,118.467h-48.64c3.413-10.24,13.653-17.067,24.747-17.067
|
|
13
|
-
S361.667,108.227,365.08,118.467z M67.267,255c7.68,0,14.507,3.413,20.48,9.387c1.707,2.56,5.12,3.413,8.533,2.56
|
|
14
|
-
s5.12-3.413,5.973-6.827c2.56-12.8,12.8-22.187,25.6-22.187c9.387,0,17.92,4.267,22.187,12.8c1.707,3.413,5.973,5.12,9.387,4.267
|
|
15
|
-
c0.853,0,1.707,0,2.56,0c11.093,0,20.48,6.827,23.893,17.067H43.373C46.787,261.827,56.173,255,67.267,255z M436.76,410.307
|
|
16
|
-
c-5.12,18.773-22.187,32.427-41.813,32.427H116.76c-19.627,0-36.693-13.653-41.813-32.427l-22.187-87.04h404.48L436.76,410.307z
|
|
17
|
-
M485.4,306.2h-17.067H41.667H24.6c-5.12,0-8.533-3.413-8.533-8.533s3.413-8.533,8.533-8.533h8.533h162.133H485.4
|
|
18
|
-
c5.12,0,8.533,3.413,8.533,8.533S490.52,306.2,485.4,306.2z"/>
|
|
19
|
-
<path d="M306.2,173.933c5.12,0,8.533-3.413,8.533-8.533v-4.267c0-5.12-3.413-8.533-8.533-8.533s-8.533,3.413-8.533,8.533v4.267
|
|
20
|
-
C297.667,170.52,301.08,173.933,306.2,173.933z"/>
|
|
21
|
-
<path d="M306.2,213.187c5.12,0,8.533-4.267,8.533-8.533v-9.387c0-5.12-3.413-8.533-8.533-8.533s-8.533,3.413-8.533,8.533v9.387
|
|
22
|
-
C297.667,209.773,301.08,213.187,306.2,213.187z"/>
|
|
23
|
-
<path d="M306.2,246.467c5.12,0,8.533-3.413,8.533-8.533v-4.267c0-5.12-3.413-8.533-8.533-8.533s-8.533,3.413-8.533,8.533v4.267
|
|
24
|
-
C297.667,243.053,301.08,246.467,306.2,246.467z"/>
|
|
25
|
-
<path d="M340.333,173.933c5.12,0,8.533-3.413,8.533-8.533v-4.267c0-5.12-3.413-8.533-8.533-8.533
|
|
26
|
-
c-5.12,0-8.533,3.413-8.533,8.533v4.267C331.8,170.52,335.213,173.933,340.333,173.933z"/>
|
|
27
|
-
<path d="M331.8,204.653c0,5.12,3.413,8.533,8.533,8.533c5.12,0,8.533-4.267,8.533-8.533v-9.387c0-5.12-3.413-8.533-8.533-8.533
|
|
28
|
-
c-5.12,0-8.533,3.413-8.533,8.533V204.653z"/>
|
|
29
|
-
<path d="M331.8,237.933c0,5.12,3.413,8.533,8.533,8.533c5.12,0,8.533-3.413,8.533-8.533v-4.267c0-5.12-3.413-8.533-8.533-8.533
|
|
30
|
-
c-5.12,0-8.533,3.413-8.533,8.533V237.933z"/>
|
|
31
|
-
<path d="M374.467,173.933c5.12,0,8.533-3.413,8.533-8.533v-4.267c0-5.12-3.413-8.533-8.533-8.533s-8.533,3.413-8.533,8.533v4.267
|
|
32
|
-
C365.933,170.52,369.347,173.933,374.467,173.933z"/>
|
|
33
|
-
<path d="M365.933,204.653c0,5.12,3.413,8.533,8.533,8.533S383,208.92,383,204.653v-9.387c0-5.12-3.413-8.533-8.533-8.533
|
|
34
|
-
s-8.533,3.413-8.533,8.533V204.653z"/>
|
|
35
|
-
<path d="M365.933,237.933c0,5.12,3.413,8.533,8.533,8.533s8.533-3.413,8.533-8.533v-4.267c0-5.12-3.413-8.533-8.533-8.533
|
|
36
|
-
s-8.533,3.413-8.533,8.533V237.933z"/>
|
|
37
|
-
</g>
|
|
38
|
-
</svg>
|
|
1
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
2
|
+
<g fill="currentColor">
|
|
3
|
+
<path d="M485.4,272.067h-8.533v-179.2c0-42.667-34.133-76.8-76.8-76.8c-37.77,0-64.935,28.006-67.974,69.041
|
|
4
|
+
c-19.829,3.748-34.426,20.826-34.426,41.892c0,5.12,3.413,8.533,8.533,8.533h68.267c5.12,0,8.533-3.413,8.533-8.533
|
|
5
|
+
c0-20.833-14.274-37.769-33.767-41.767c2.55-27.116,18.836-52.1,50.834-52.1c33.28,0,59.733,26.453,59.733,59.733v179.2H202.975
|
|
6
|
+
c-3.86-19.681-20.878-34.133-41.841-34.133c-8.533-10.24-20.48-17.067-34.133-17.067c-16.213,0-30.72,9.387-37.547,23.04
|
|
7
|
+
c-6.827-3.413-14.507-5.973-22.187-5.973c-20.963,0-37.981,14.452-41.841,34.133H24.6c-14.507,0-25.6,11.093-25.6,25.6
|
|
8
|
+
c0,14.507,11.093,25.6,25.6,25.6h10.255l23.025,91.307c6.827,26.453,30.72,45.227,58.027,45.227h6.827l-11.093,22.187
|
|
9
|
+
c-2.56,4.267-0.853,9.387,3.413,11.093c0.853,0.853,2.56,0.853,3.413,0.853c3.413,0,5.973-1.707,7.68-4.267L141.08,459.8h236.8
|
|
10
|
+
l14.507,29.013c1.707,3.413,4.267,5.12,7.68,5.12c1.707,0,2.56,0,3.413-1.707c3.413-1.707,5.12-6.827,3.413-11.093
|
|
11
|
+
l-10.689-21.379c26.419-0.938,49.266-19.39,55.916-44.328l23.24-92.16h10.04c14.507,0,25.6-11.093,25.6-25.6
|
|
12
|
+
C511,283.16,499.907,272.067,485.4,272.067z M365.08,118.467h-48.64c3.413-10.24,13.653-17.067,24.747-17.067
|
|
13
|
+
S361.667,108.227,365.08,118.467z M67.267,255c7.68,0,14.507,3.413,20.48,9.387c1.707,2.56,5.12,3.413,8.533,2.56
|
|
14
|
+
s5.12-3.413,5.973-6.827c2.56-12.8,12.8-22.187,25.6-22.187c9.387,0,17.92,4.267,22.187,12.8c1.707,3.413,5.973,5.12,9.387,4.267
|
|
15
|
+
c0.853,0,1.707,0,2.56,0c11.093,0,20.48,6.827,23.893,17.067H43.373C46.787,261.827,56.173,255,67.267,255z M436.76,410.307
|
|
16
|
+
c-5.12,18.773-22.187,32.427-41.813,32.427H116.76c-19.627,0-36.693-13.653-41.813-32.427l-22.187-87.04h404.48L436.76,410.307z
|
|
17
|
+
M485.4,306.2h-17.067H41.667H24.6c-5.12,0-8.533-3.413-8.533-8.533s3.413-8.533,8.533-8.533h8.533h162.133H485.4
|
|
18
|
+
c5.12,0,8.533,3.413,8.533,8.533S490.52,306.2,485.4,306.2z"/>
|
|
19
|
+
<path d="M306.2,173.933c5.12,0,8.533-3.413,8.533-8.533v-4.267c0-5.12-3.413-8.533-8.533-8.533s-8.533,3.413-8.533,8.533v4.267
|
|
20
|
+
C297.667,170.52,301.08,173.933,306.2,173.933z"/>
|
|
21
|
+
<path d="M306.2,213.187c5.12,0,8.533-4.267,8.533-8.533v-9.387c0-5.12-3.413-8.533-8.533-8.533s-8.533,3.413-8.533,8.533v9.387
|
|
22
|
+
C297.667,209.773,301.08,213.187,306.2,213.187z"/>
|
|
23
|
+
<path d="M306.2,246.467c5.12,0,8.533-3.413,8.533-8.533v-4.267c0-5.12-3.413-8.533-8.533-8.533s-8.533,3.413-8.533,8.533v4.267
|
|
24
|
+
C297.667,243.053,301.08,246.467,306.2,246.467z"/>
|
|
25
|
+
<path d="M340.333,173.933c5.12,0,8.533-3.413,8.533-8.533v-4.267c0-5.12-3.413-8.533-8.533-8.533
|
|
26
|
+
c-5.12,0-8.533,3.413-8.533,8.533v4.267C331.8,170.52,335.213,173.933,340.333,173.933z"/>
|
|
27
|
+
<path d="M331.8,204.653c0,5.12,3.413,8.533,8.533,8.533c5.12,0,8.533-4.267,8.533-8.533v-9.387c0-5.12-3.413-8.533-8.533-8.533
|
|
28
|
+
c-5.12,0-8.533,3.413-8.533,8.533V204.653z"/>
|
|
29
|
+
<path d="M331.8,237.933c0,5.12,3.413,8.533,8.533,8.533c5.12,0,8.533-3.413,8.533-8.533v-4.267c0-5.12-3.413-8.533-8.533-8.533
|
|
30
|
+
c-5.12,0-8.533,3.413-8.533,8.533V237.933z"/>
|
|
31
|
+
<path d="M374.467,173.933c5.12,0,8.533-3.413,8.533-8.533v-4.267c0-5.12-3.413-8.533-8.533-8.533s-8.533,3.413-8.533,8.533v4.267
|
|
32
|
+
C365.933,170.52,369.347,173.933,374.467,173.933z"/>
|
|
33
|
+
<path d="M365.933,204.653c0,5.12,3.413,8.533,8.533,8.533S383,208.92,383,204.653v-9.387c0-5.12-3.413-8.533-8.533-8.533
|
|
34
|
+
s-8.533,3.413-8.533,8.533V204.653z"/>
|
|
35
|
+
<path d="M365.933,237.933c0,5.12,3.413,8.533,8.533,8.533s8.533-3.413,8.533-8.533v-4.267c0-5.12-3.413-8.533-8.533-8.533
|
|
36
|
+
s-8.533,3.413-8.533,8.533V237.933z"/>
|
|
37
|
+
</g>
|
|
38
|
+
</svg>
|
package/assets/rooms/Bedroom.svg
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512">
|
|
2
|
-
<g fill="currentColor">
|
|
3
|
-
<path d="M496,344h-8V280a32.042,32.042,0,0,0-32-32V112a32.042,32.042,0,0,0-32-32H88a32.042,32.042,0,0,0-32,32V248a32.042,32.042,0,0,0-32,32v64H16a8,8,0,0,0-8,8v32a8,8,0,0,0,8,8h8v32a8,8,0,0,0,8,8H56a7.99,7.99,0,0,0,7.84-6.43L70.56,392H441.44l6.72,33.57A7.99,7.99,0,0,0,456,432h24a8,8,0,0,0,8-8V392h8a8,8,0,0,0,8-8V352A8,8,0,0,0,496,344ZM72,112A16.021,16.021,0,0,1,88,96H424a16.021,16.021,0,0,1,16,16V248H424V216a32.042,32.042,0,0,0-32-32H296a32.042,32.042,0,0,0-32,32v32H248V216a32.042,32.042,0,0,0-32-32H120a32.042,32.042,0,0,0-32,32v32H72ZM408,216v32H280V216a16.021,16.021,0,0,1,16-16h96A16.021,16.021,0,0,1,408,216Zm-176,0v32H104V216a16.021,16.021,0,0,1,16-16h96A16.021,16.021,0,0,1,232,216ZM40,280a16.021,16.021,0,0,1,16-16H456a16.021,16.021,0,0,1,16,16v64H40Zm9.44,136H40V392H54.24ZM472,416h-9.44l-4.8-24H472Zm16-40H24V360H488Z"/>
|
|
4
|
-
</g>
|
|
5
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512">
|
|
2
|
+
<g fill="currentColor">
|
|
3
|
+
<path d="M496,344h-8V280a32.042,32.042,0,0,0-32-32V112a32.042,32.042,0,0,0-32-32H88a32.042,32.042,0,0,0-32,32V248a32.042,32.042,0,0,0-32,32v64H16a8,8,0,0,0-8,8v32a8,8,0,0,0,8,8h8v32a8,8,0,0,0,8,8H56a7.99,7.99,0,0,0,7.84-6.43L70.56,392H441.44l6.72,33.57A7.99,7.99,0,0,0,456,432h24a8,8,0,0,0,8-8V392h8a8,8,0,0,0,8-8V352A8,8,0,0,0,496,344ZM72,112A16.021,16.021,0,0,1,88,96H424a16.021,16.021,0,0,1,16,16V248H424V216a32.042,32.042,0,0,0-32-32H296a32.042,32.042,0,0,0-32,32v32H248V216a32.042,32.042,0,0,0-32-32H120a32.042,32.042,0,0,0-32,32v32H72ZM408,216v32H280V216a16.021,16.021,0,0,1,16-16h96A16.021,16.021,0,0,1,408,216Zm-176,0v32H104V216a16.021,16.021,0,0,1,16-16h96A16.021,16.021,0,0,1,232,216ZM40,280a16.021,16.021,0,0,1,16-16H456a16.021,16.021,0,0,1,16,16v64H40Zm9.44,136H40V392H54.24ZM472,416h-9.44l-4.8-24H472Zm16-40H24V360H488Z"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
<svg height="480pt" viewBox="-3 0 480 480" width="480pt" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g fill="currentColor">
|
|
3
|
-
<path d="m234.96875 64c-13.253906 0-24 10.746094-24 24s10.746094 24 24 24 24-10.746094 24-24-10.746094-24-24-24zm0 32c-4.417969 0-8-3.582031-8-8s3.582031-8 8-8 8 3.582031 8 8-3.582031 8-8 8zm0 0"/>
|
|
4
|
-
<path d="m306.96875 160h-144c-4.417969 0-8 3.582031-8 8v64c0 4.417969 3.582031 8 8 8h144c4.417969 0 8-3.582031 8-8v-64c0-4.417969-3.582031-8-8-8zm-8 64h-128v-48h128zm0 0"/>
|
|
5
|
-
<path d="m186.96875 192h16v16h-16zm0 0"/>
|
|
6
|
-
<path d="m218.96875 192h32v16h-32zm0 0"/>
|
|
7
|
-
<path d="m266.96875 192h16v16h-16zm0 0"/>
|
|
8
|
-
<path d="m138.96875 72v32h16v-24h16v-16h-24c-4.417969 0-8 3.582031-8 8zm0 0"/>
|
|
9
|
-
<path d="m466.96875 0h-32c-4.417969 0-8 3.582031-8 8v192c0 4.417969-3.582031 8-8 8h-56v-56h24c4.417969 0 8-3.582031 8-8v-48c0-4.417969-3.582031-8-8-8h-24v-16c-.027344-22.082031-17.921875-39.972656-40-40h-16v-16h-16v16h-17.761719l-6.480469-25.9375c-.886718-3.5625-4.085937-6.0625-7.757812-6.0625h-48c-3.671875 0-6.871094 2.5-7.761719 6.0625l-6.480469 25.9375h-17.757812v-16h-16v16h-16c-22.082031.027344-39.972656 17.917969-40 40v56h-24c-4.417969 0-8 3.582031-8 8v64c0 4.417969 3.582031 8 8 8h24v224h-24c-4.417969 0-8 3.582031-8 8v32c0 4.417969 3.582031 8 8 8h96c4.417969 0 8-3.582031 8-8v-32c0-4.417969-3.582031-8-8-8h-24v-41.710938c12.371094 6.375 26.082031 9.703126 40 9.710938h8v24c0 4.417969 3.582031 8 8 8h48c4.417969 0 8-3.582031 8-8v-24h8c13.914062-.007812 27.628906-3.335938 40-9.710938v41.710938h-24c-4.417969 0-8 3.582031-8 8v32c0 4.417969 3.582031 8 8 8h96c4.417969 0 8-3.582031 8-8v-32c0-4.417969-3.582031-8-8-8h-24v-176h56c30.910156-.039062 55.960938-25.089844 56-56v-192c0-4.417969-3.582031-8-8-8zm-88 104v32h-16v-32zm-161.753906-88h35.503906l4 16h-43.503906zm-94.246094 56c0-13.253906 10.746094-24 24-24h176c13.253906 0 24 10.746094 24 24v56h-224zm-32 120v-48h16v48zm80 272h-80v-16h80zm-32-32h-16v-69.558594c4.535156 6.484375 9.914062 12.332032 16 17.390625zm112-16h-32v-16h32zm128 48h-80v-16h80zm-32-32h-16v-52.167969c6.082031-5.058593 11.464844-10.90625 16-17.390625zm0-120c-.042969 39.746094-32.253906 71.957031-72 72h-80c-39.746094-.042969-71.957031-32.253906-72-72v-168h224zm112-112c-.027344 22.082031-17.921875 39.972656-40 40h-56v-16h56c13.253906 0 24-10.746094 24-24v-184h16zm0 0"/>
|
|
10
|
-
<path d="m56.625 53.65625 10.34375-10.34375 18.34375 18.34375 11.3125-11.3125-24-24c-3.125-3.121094-8.1875-3.121094-11.3125 0l-10.9375 10.9375-34.398438-27.527344-10.007812 12.492188 40 32c3.183594 2.550781 7.773438 2.292968 10.65625-.589844zm0 0"/>
|
|
11
|
-
<path d="m0 87.433594 40 16c2.972656 1.183594 6.363281.484375 8.625-1.777344l11.917969-11.921875 26.847656 13.464844 7.152344-14.320313-32-16c-3.078125-1.535156-6.796875-.929687-9.230469 1.503906l-12.273438 12.226563-35.101562-14.042969zm0 0"/>
|
|
12
|
-
</g>
|
|
1
|
+
<svg height="480pt" viewBox="-3 0 480 480" width="480pt" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g fill="currentColor">
|
|
3
|
+
<path d="m234.96875 64c-13.253906 0-24 10.746094-24 24s10.746094 24 24 24 24-10.746094 24-24-10.746094-24-24-24zm0 32c-4.417969 0-8-3.582031-8-8s3.582031-8 8-8 8 3.582031 8 8-3.582031 8-8 8zm0 0"/>
|
|
4
|
+
<path d="m306.96875 160h-144c-4.417969 0-8 3.582031-8 8v64c0 4.417969 3.582031 8 8 8h144c4.417969 0 8-3.582031 8-8v-64c0-4.417969-3.582031-8-8-8zm-8 64h-128v-48h128zm0 0"/>
|
|
5
|
+
<path d="m186.96875 192h16v16h-16zm0 0"/>
|
|
6
|
+
<path d="m218.96875 192h32v16h-32zm0 0"/>
|
|
7
|
+
<path d="m266.96875 192h16v16h-16zm0 0"/>
|
|
8
|
+
<path d="m138.96875 72v32h16v-24h16v-16h-24c-4.417969 0-8 3.582031-8 8zm0 0"/>
|
|
9
|
+
<path d="m466.96875 0h-32c-4.417969 0-8 3.582031-8 8v192c0 4.417969-3.582031 8-8 8h-56v-56h24c4.417969 0 8-3.582031 8-8v-48c0-4.417969-3.582031-8-8-8h-24v-16c-.027344-22.082031-17.921875-39.972656-40-40h-16v-16h-16v16h-17.761719l-6.480469-25.9375c-.886718-3.5625-4.085937-6.0625-7.757812-6.0625h-48c-3.671875 0-6.871094 2.5-7.761719 6.0625l-6.480469 25.9375h-17.757812v-16h-16v16h-16c-22.082031.027344-39.972656 17.917969-40 40v56h-24c-4.417969 0-8 3.582031-8 8v64c0 4.417969 3.582031 8 8 8h24v224h-24c-4.417969 0-8 3.582031-8 8v32c0 4.417969 3.582031 8 8 8h96c4.417969 0 8-3.582031 8-8v-32c0-4.417969-3.582031-8-8-8h-24v-41.710938c12.371094 6.375 26.082031 9.703126 40 9.710938h8v24c0 4.417969 3.582031 8 8 8h48c4.417969 0 8-3.582031 8-8v-24h8c13.914062-.007812 27.628906-3.335938 40-9.710938v41.710938h-24c-4.417969 0-8 3.582031-8 8v32c0 4.417969 3.582031 8 8 8h96c4.417969 0 8-3.582031 8-8v-32c0-4.417969-3.582031-8-8-8h-24v-176h56c30.910156-.039062 55.960938-25.089844 56-56v-192c0-4.417969-3.582031-8-8-8zm-88 104v32h-16v-32zm-161.753906-88h35.503906l4 16h-43.503906zm-94.246094 56c0-13.253906 10.746094-24 24-24h176c13.253906 0 24 10.746094 24 24v56h-224zm-32 120v-48h16v48zm80 272h-80v-16h80zm-32-32h-16v-69.558594c4.535156 6.484375 9.914062 12.332032 16 17.390625zm112-16h-32v-16h32zm128 48h-80v-16h80zm-32-32h-16v-52.167969c6.082031-5.058593 11.464844-10.90625 16-17.390625zm0-120c-.042969 39.746094-32.253906 71.957031-72 72h-80c-39.746094-.042969-71.957031-32.253906-72-72v-168h224zm112-112c-.027344 22.082031-17.921875 39.972656-40 40h-56v-16h56c13.253906 0 24-10.746094 24-24v-184h16zm0 0"/>
|
|
10
|
+
<path d="m56.625 53.65625 10.34375-10.34375 18.34375 18.34375 11.3125-11.3125-24-24c-3.125-3.121094-8.1875-3.121094-11.3125 0l-10.9375 10.9375-34.398438-27.527344-10.007812 12.492188 40 32c3.183594 2.550781 7.773438 2.292968 10.65625-.589844zm0 0"/>
|
|
11
|
+
<path d="m0 87.433594 40 16c2.972656 1.183594 6.363281.484375 8.625-1.777344l11.917969-11.921875 26.847656 13.464844 7.152344-14.320313-32-16c-3.078125-1.535156-6.796875-.929687-9.230469 1.503906l-12.273438 12.226563-35.101562-14.042969zm0 0"/>
|
|
12
|
+
</g>
|
|
13
13
|
</svg>
|
package/assets/rooms/Carport.svg
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45.393 45.393">
|
|
2
|
-
<g fill="currentColor">
|
|
3
|
-
<path d="M43.518,12.709L25.178,0.728c-1.511-0.978-3.458-0.968-4.96,0.021L1.859,12.719c-1.14,0.751-1.455,2.284-0.705,3.424
|
|
4
|
-
c0.751,1.14,2.283,1.456,3.424,0.704L22.715,5.021L40.83,16.857c0.416,0.269,0.881,0.396,1.341,0.396
|
|
5
|
-
c0.812,0,1.604-0.397,2.077-1.127C44.99,14.98,44.662,13.452,43.518,12.709z"/>
|
|
6
|
-
<path d="M38.879,27.616c-0.151-0.865-0.903-1.505-1.78-1.505h-1.008l-0.383-3.987c-0.409-4.264-3.948-7.49-8.232-7.49H17.92
|
|
7
|
-
c-4.285,0-7.823,3.227-8.233,7.49l-0.382,3.987H8.296c-0.878,0-1.629,0.64-1.782,1.505l-1.5,8.504
|
|
8
|
-
c-0.186,1.054,0.112,2.139,0.8,2.957c0.662,0.788,1.637,1.258,2.657,1.293v1.412c0,1.999,1.602,3.61,3.603,3.61h1.138
|
|
9
|
-
c1.999,0,3.625-1.611,3.625-3.61v-1.389h11.732v1.386c0,2,1.613,3.613,3.612,3.613h1.139c1.999,0,3.614-1.613,3.614-3.613V40.37
|
|
10
|
-
c1.02-0.035,1.989-0.501,2.649-1.288c0.688-0.82,0.982-1.899,0.798-2.955L38.879,27.616z M11.642,37.113
|
|
11
|
-
c-1.687,0-3.055-1.367-3.055-3.056c0-1.689,1.368-3.057,3.055-3.057c1.688,0,3.057,1.367,3.057,3.057
|
|
12
|
-
C14.699,35.746,13.33,37.113,11.642,37.113z M12.404,26.111l0.353-3.678c0.257-2.674,2.476-4.688,5.163-4.688h0.551v1.156
|
|
13
|
-
c0,1.003,0.797,1.802,1.799,1.802h4.856c1.002,0,1.813-0.799,1.813-1.802v-1.155h0.537c2.687,0,4.906,2.014,5.162,4.688
|
|
14
|
-
l0.354,3.678L12.404,26.111L12.404,26.111z M33.75,37.113c-1.687,0-3.055-1.367-3.055-3.056c0-1.689,1.368-3.057,3.055-3.057
|
|
15
|
-
c1.688,0,3.057,1.367,3.057,3.057C36.807,35.746,35.438,37.113,33.75,37.113z"/>
|
|
16
|
-
</g>
|
|
17
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45.393 45.393">
|
|
2
|
+
<g fill="currentColor">
|
|
3
|
+
<path d="M43.518,12.709L25.178,0.728c-1.511-0.978-3.458-0.968-4.96,0.021L1.859,12.719c-1.14,0.751-1.455,2.284-0.705,3.424
|
|
4
|
+
c0.751,1.14,2.283,1.456,3.424,0.704L22.715,5.021L40.83,16.857c0.416,0.269,0.881,0.396,1.341,0.396
|
|
5
|
+
c0.812,0,1.604-0.397,2.077-1.127C44.99,14.98,44.662,13.452,43.518,12.709z"/>
|
|
6
|
+
<path d="M38.879,27.616c-0.151-0.865-0.903-1.505-1.78-1.505h-1.008l-0.383-3.987c-0.409-4.264-3.948-7.49-8.232-7.49H17.92
|
|
7
|
+
c-4.285,0-7.823,3.227-8.233,7.49l-0.382,3.987H8.296c-0.878,0-1.629,0.64-1.782,1.505l-1.5,8.504
|
|
8
|
+
c-0.186,1.054,0.112,2.139,0.8,2.957c0.662,0.788,1.637,1.258,2.657,1.293v1.412c0,1.999,1.602,3.61,3.603,3.61h1.138
|
|
9
|
+
c1.999,0,3.625-1.611,3.625-3.61v-1.389h11.732v1.386c0,2,1.613,3.613,3.612,3.613h1.139c1.999,0,3.614-1.613,3.614-3.613V40.37
|
|
10
|
+
c1.02-0.035,1.989-0.501,2.649-1.288c0.688-0.82,0.982-1.899,0.798-2.955L38.879,27.616z M11.642,37.113
|
|
11
|
+
c-1.687,0-3.055-1.367-3.055-3.056c0-1.689,1.368-3.057,3.055-3.057c1.688,0,3.057,1.367,3.057,3.057
|
|
12
|
+
C14.699,35.746,13.33,37.113,11.642,37.113z M12.404,26.111l0.353-3.678c0.257-2.674,2.476-4.688,5.163-4.688h0.551v1.156
|
|
13
|
+
c0,1.003,0.797,1.802,1.799,1.802h4.856c1.002,0,1.813-0.799,1.813-1.802v-1.155h0.537c2.687,0,4.906,2.014,5.162,4.688
|
|
14
|
+
l0.354,3.678L12.404,26.111L12.404,26.111z M33.75,37.113c-1.687,0-3.055-1.367-3.055-3.056c0-1.689,1.368-3.057,3.055-3.057
|
|
15
|
+
c1.688,0,3.057,1.367,3.057,3.057C36.807,35.746,35.438,37.113,33.75,37.113z"/>
|
|
16
|
+
</g>
|
|
17
|
+
</svg>
|
package/assets/rooms/Cellar.svg
CHANGED
|
@@ -1,89 +1,89 @@
|
|
|
1
|
-
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
2
|
-
<g fill="currentColor">
|
|
3
|
-
<path d="M494.594,394.237h-19.461c12.954-19.543,20.512-42.958,20.512-68.109c0-68.157-55.449-123.606-123.606-123.606
|
|
4
|
-
c-7.171,0-14.2,0.622-21.04,1.799c17.853-21.435,28.608-48.979,28.608-78.99C379.606,57.174,324.157,1.724,256,1.724
|
|
5
|
-
c-68.157,0-123.606,55.449-123.606,123.606c0,30.012,10.755,57.555,28.608,78.99c-6.84-1.178-13.869-1.799-21.04-1.799
|
|
6
|
-
c-68.157,0-123.606,55.449-123.606,123.606c0,25.151,7.558,48.567,20.512,68.109H17.406L0,510.276h93.294l15.135-20.181h63.064
|
|
7
|
-
l15.135,20.181h138.742l15.135-20.181h63.064l15.135,20.181H512L494.594,394.237z M469.519,373.67l-13.142-7.588
|
|
8
|
-
c4.736-9.958,7.76-20.881,8.688-32.387h15.175C479.254,347.948,475.503,361.45,469.519,373.67z M409.877,394.533v-136.81
|
|
9
|
-
c24.045,13.354,40.361,39.005,40.361,68.405S433.922,381.178,409.877,394.533z M419.581,423.608
|
|
10
|
-
c-12.22,5.984-25.722,9.734-39.975,10.722v-15.175c11.506-0.927,22.429-3.951,32.387-8.688L419.581,423.608z M448.787,379.176
|
|
11
|
-
l13.148,7.591c-7.794,11.517-17.74,21.463-29.256,29.256l-7.591-13.148C434.336,396.464,442.375,388.425,448.787,379.176z
|
|
12
|
-
M480.241,318.56h-15.175c-0.927-11.506-3.951-22.429-8.688-32.387l13.142-7.588C475.503,290.805,479.254,304.307,480.241,318.56z
|
|
13
|
-
M432.678,236.231c11.516,7.794,21.463,17.74,29.256,29.256l-13.148,7.591c-6.412-9.249-14.45-17.287-23.699-23.699
|
|
14
|
-
L432.678,236.231z M411.994,241.789c-9.958-4.736-20.881-7.76-32.387-8.688v-15.176c14.252,0.987,27.754,4.738,39.974,10.722
|
|
15
|
-
L411.994,241.789z M394.742,251.3v149.655c-7.189,2.186-14.81,3.372-22.703,3.372c-7.894,0-15.514-1.187-22.703-3.372V251.3
|
|
16
|
-
c7.189-2.186,14.81-3.372,22.703-3.372C379.932,247.928,387.552,249.114,394.742,251.3z M177.8,394.533v-136.81
|
|
17
|
-
c24.045,13.354,40.361,39.005,40.361,68.405S201.845,381.178,177.8,394.533z M187.504,423.608
|
|
18
|
-
c-12.22,5.984-25.722,9.734-39.975,10.722v-15.175c11.506-0.927,22.429-3.951,32.387-8.688L187.504,423.608z M282.142,265.488
|
|
19
|
-
c7.794-11.517,17.74-21.463,29.256-29.256l7.591,13.148c-9.249,6.412-17.287,14.45-23.699,23.699L282.142,265.488z M287.7,286.173
|
|
20
|
-
c-4.736,9.958-7.76,20.881-8.688,32.387h-15.175c0.987-14.253,4.737-27.754,10.722-39.975L287.7,286.173z M316.64,215.227
|
|
21
|
-
l-7.591-13.148c9.249-6.412,17.287-14.45,23.699-23.699l13.148,7.591C338.103,197.487,328.157,207.433,316.64,215.227z
|
|
22
|
-
M293.839,193.736V56.925C317.884,70.28,334.2,95.93,334.2,125.331S317.884,180.381,293.839,193.736z M295.955,209.669
|
|
23
|
-
l7.587,13.142c-12.22,5.984-25.722,9.734-39.975,10.722v-15.175C275.074,217.43,285.996,214.407,295.955,209.669z M277.04,247.138
|
|
24
|
-
c-8.951,10.747-16.119,23.028-21.04,36.389c-4.921-13.361-12.089-25.641-21.04-36.389c6.84,1.178,13.869,1.799,21.04,1.799
|
|
25
|
-
C263.171,248.937,270.2,248.315,277.04,247.138z M248.164,318.56h-15.175c-0.927-11.506-3.951-22.429-8.688-32.387l13.142-7.588
|
|
26
|
-
C243.426,290.805,247.177,304.307,248.164,318.56z M248.431,233.533c-14.252-0.987-27.754-4.738-39.974-10.722l7.587-13.142
|
|
27
|
-
c9.958,4.736,20.881,7.76,32.387,8.688V233.533z M218.161,193.736c-24.045-13.354-40.361-39.005-40.361-68.405
|
|
28
|
-
c0-29.4,16.316-55.051,40.361-68.405V193.736z M179.251,178.379c6.412,9.249,14.45,17.287,23.699,23.699l-7.591,13.148
|
|
29
|
-
c-11.516-7.794-21.463-17.74-29.256-29.256L179.251,178.379z M200.601,236.231c11.516,7.794,21.463,17.74,29.256,29.256
|
|
30
|
-
l-13.148,7.591c-6.412-9.249-14.45-17.287-23.699-23.699L200.601,236.231z M216.71,379.176l13.148,7.591
|
|
31
|
-
c-7.794,11.517-17.74,21.463-29.256,29.256l-7.591-13.148C202.259,396.464,210.298,388.425,216.71,379.176z M224.3,366.082
|
|
32
|
-
c4.736-9.958,7.76-20.881,8.688-32.387h15.175c-0.987,14.253-4.737,27.754-10.722,39.975L224.3,366.082z M256,368.729
|
|
33
|
-
c3.332,9.045,7.697,17.593,12.944,25.508h-25.888C248.303,386.321,252.668,377.774,256,368.729z M263.836,333.695h15.175
|
|
34
|
-
c0.927,11.506,3.951,22.429,8.688,32.387l-13.142,7.588C268.574,361.45,264.823,347.948,263.836,333.695z M295.29,379.176
|
|
35
|
-
c6.412,9.249,14.45,17.287,23.699,23.699l-7.591,13.148c-11.516-7.794-21.463-17.74-29.256-29.256L295.29,379.176z
|
|
36
|
-
M293.839,326.128c0-29.4,16.316-55.051,40.361-68.405v136.81C310.155,381.178,293.839,355.528,293.839,326.128z M332.084,410.466
|
|
37
|
-
c9.958,4.736,20.881,7.76,32.387,8.688v15.175c-14.253-0.987-27.754-4.738-39.975-10.722L332.084,410.466z M364.471,217.925V233.1
|
|
38
|
-
c-11.506,0.927-22.429,3.951-32.387,8.688l-7.587-13.142C336.716,222.663,350.218,218.912,364.471,217.925z M353.48,172.873
|
|
39
|
-
l-13.142-7.588c4.736-9.958,7.76-20.881,8.688-32.387h15.175C363.216,147.151,359.465,160.653,353.48,172.873z M364.202,117.763
|
|
40
|
-
h-15.175c-0.927-11.506-3.951-22.429-8.688-32.387l13.142-7.588C359.465,90.008,363.216,103.51,364.202,117.763z M316.64,35.434
|
|
41
|
-
c11.516,7.794,21.463,17.74,29.256,29.256l-13.148,7.591c-6.412-9.249-14.45-17.287-23.699-23.699L316.64,35.434z M295.956,40.992
|
|
42
|
-
c-9.958-4.736-20.881-7.76-32.387-8.688V17.128c14.252,0.987,27.754,4.738,39.974,10.722L295.956,40.992z M278.703,50.503v149.655
|
|
43
|
-
c-7.189,2.186-14.81,3.372-22.703,3.372c-7.894,0-15.514-1.187-22.703-3.372V50.503c7.189-2.186,14.81-3.372,22.703-3.372
|
|
44
|
-
C263.894,47.131,271.514,48.317,278.703,50.503z M248.432,17.128v15.175c-11.506,0.927-22.429,3.951-32.387,8.688l-7.587-13.142
|
|
45
|
-
C220.678,21.866,234.18,18.115,248.432,17.128z M195.36,35.434l7.591,13.148c-9.249,6.412-17.287,14.45-23.699,23.699
|
|
46
|
-
l-13.148-7.591C173.897,53.174,183.843,43.228,195.36,35.434z M158.52,77.788l13.142,7.588c-4.736,9.958-7.76,20.881-8.688,32.387
|
|
47
|
-
h-15.175C148.785,103.51,152.535,90.008,158.52,77.788z M158.52,172.873c-5.984-12.22-9.735-25.722-10.722-39.975h15.175
|
|
48
|
-
c0.927,11.506,3.951,22.429,8.688,32.387L158.52,172.873z M187.504,228.647l-7.587,13.142c-9.958-4.736-20.881-7.76-32.387-8.688
|
|
49
|
-
v-15.176C161.782,218.912,175.284,222.664,187.504,228.647z M162.665,251.3v149.655c-7.189,2.186-14.81,3.372-22.703,3.372
|
|
50
|
-
c-7.894,0-15.514-1.187-22.703-3.372V251.3c7.189-2.186,14.81-3.372,22.703-3.372C147.855,247.928,155.475,249.114,162.665,251.3z
|
|
51
|
-
M61.762,326.128c0-29.4,16.316-55.051,40.361-68.405v136.81C78.078,381.178,61.762,355.528,61.762,326.128z M86.913,402.876
|
|
52
|
-
l-7.591,13.148c-11.516-7.794-21.463-17.74-29.256-29.256l13.148-7.591C69.625,388.425,77.664,396.464,86.913,402.876z
|
|
53
|
-
M100.007,410.466c9.958,4.736,20.881,7.76,32.387,8.688v15.175c-14.253-0.987-27.754-4.738-39.975-10.722L100.007,410.466z
|
|
54
|
-
M132.394,217.925V233.1c-11.506,0.927-22.429,3.951-32.387,8.688l-7.587-13.142C104.639,222.663,118.141,218.912,132.394,217.925
|
|
55
|
-
z M79.322,236.231l7.591,13.148c-9.249,6.412-17.287,14.45-23.699,23.699l-13.148-7.591
|
|
56
|
-
C57.859,253.971,67.805,244.025,79.322,236.231z M42.481,278.585l13.142,7.588c-4.736,9.958-7.76,20.881-8.688,32.387H31.759
|
|
57
|
-
C32.746,304.307,36.497,290.805,42.481,278.585z M31.759,333.695h15.175c0.927,11.506,3.951,22.429,8.688,32.387L42.48,373.67
|
|
58
|
-
C36.497,361.45,32.746,347.948,31.759,333.695z M426.274,495.14l-15.135-20.181h-78.2l-15.135,20.181H194.197l-15.135-20.181
|
|
59
|
-
h-78.2L85.726,495.14H17.575l12.865-85.768h18.23c22.62,24.786,55.171,40.361,91.291,40.361s68.671-15.575,91.291-40.361h49.494
|
|
60
|
-
c22.62,24.786,55.171,40.361,91.291,40.361s68.671-15.575,91.291-40.361h18.23l12.865,85.768H426.274z"/>
|
|
61
|
-
<rect x="305.948" y="116.755" width="15.135" height="15.135"/>
|
|
62
|
-
<rect x="190.919" y="116.755" width="15.135" height="15.135"/>
|
|
63
|
-
<rect x="248.433" y="111.205" width="15.135" height="15.135"/>
|
|
64
|
-
<rect x="248.433" y="65.799" width="15.135" height="30.271"/>
|
|
65
|
-
<rect x="248.433" y="171.747" width="15.135" height="15.135"/>
|
|
66
|
-
<rect x="421.986" y="317.552" width="15.135" height="15.135"/>
|
|
67
|
-
<rect x="306.957" y="317.552" width="15.135" height="15.135"/>
|
|
68
|
-
<rect x="364.472" y="312.002" width="15.135" height="15.135"/>
|
|
69
|
-
<rect x="364.472" y="266.596" width="15.135" height="30.271"/>
|
|
70
|
-
<rect x="364.472" y="372.544" width="15.135" height="15.135"/>
|
|
71
|
-
<rect x="189.91" y="317.552" width="15.135" height="15.135"/>
|
|
72
|
-
<rect x="74.88" y="317.552" width="15.135" height="15.135"/>
|
|
73
|
-
<rect x="132.395" y="312.002" width="15.135" height="15.135"/>
|
|
74
|
-
<rect x="132.395" y="266.596" width="15.135" height="30.271"/>
|
|
75
|
-
<rect x="132.395" y="372.544" width="15.135" height="15.135"/>
|
|
76
|
-
<rect x="461.387" y="470.881" transform="matrix(0.9889 -0.1483 0.1483 0.9889 -65.772 74.8411)"
|
|
77
|
-
width="15.135" height="15.135"/>
|
|
78
|
-
<rect x="456.21" y="431.935" transform="matrix(0.9889 -0.1483 0.1483 0.9889 -60.7199 73.6903)"
|
|
79
|
-
width="15.135" height="24.145"/>
|
|
80
|
-
<rect x="248.433" y="464.87" width="45.406" height="15.135"/>
|
|
81
|
-
<rect x="218.162" y="464.87" width="15.135" height="15.135"/>
|
|
82
|
-
<rect x="263.569" y="424.509" width="15.135" height="15.135"/>
|
|
83
|
-
<rect x="233.298" y="424.509" width="15.135" height="15.135"/>
|
|
84
|
-
<rect x="36.127" y="436.461" transform="matrix(0.1483 -0.9889 0.9889 0.1483 -398.0675 425.8427)"
|
|
85
|
-
width="24.145" height="15.135"/>
|
|
86
|
-
<rect x="35.468" y="470.86" transform="matrix(0.1483 -0.9889 0.9889 0.1483 -436.4838 450.0325)"
|
|
87
|
-
width="15.135" height="15.135"/>
|
|
88
|
-
</g>
|
|
89
|
-
</svg>
|
|
1
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
2
|
+
<g fill="currentColor">
|
|
3
|
+
<path d="M494.594,394.237h-19.461c12.954-19.543,20.512-42.958,20.512-68.109c0-68.157-55.449-123.606-123.606-123.606
|
|
4
|
+
c-7.171,0-14.2,0.622-21.04,1.799c17.853-21.435,28.608-48.979,28.608-78.99C379.606,57.174,324.157,1.724,256,1.724
|
|
5
|
+
c-68.157,0-123.606,55.449-123.606,123.606c0,30.012,10.755,57.555,28.608,78.99c-6.84-1.178-13.869-1.799-21.04-1.799
|
|
6
|
+
c-68.157,0-123.606,55.449-123.606,123.606c0,25.151,7.558,48.567,20.512,68.109H17.406L0,510.276h93.294l15.135-20.181h63.064
|
|
7
|
+
l15.135,20.181h138.742l15.135-20.181h63.064l15.135,20.181H512L494.594,394.237z M469.519,373.67l-13.142-7.588
|
|
8
|
+
c4.736-9.958,7.76-20.881,8.688-32.387h15.175C479.254,347.948,475.503,361.45,469.519,373.67z M409.877,394.533v-136.81
|
|
9
|
+
c24.045,13.354,40.361,39.005,40.361,68.405S433.922,381.178,409.877,394.533z M419.581,423.608
|
|
10
|
+
c-12.22,5.984-25.722,9.734-39.975,10.722v-15.175c11.506-0.927,22.429-3.951,32.387-8.688L419.581,423.608z M448.787,379.176
|
|
11
|
+
l13.148,7.591c-7.794,11.517-17.74,21.463-29.256,29.256l-7.591-13.148C434.336,396.464,442.375,388.425,448.787,379.176z
|
|
12
|
+
M480.241,318.56h-15.175c-0.927-11.506-3.951-22.429-8.688-32.387l13.142-7.588C475.503,290.805,479.254,304.307,480.241,318.56z
|
|
13
|
+
M432.678,236.231c11.516,7.794,21.463,17.74,29.256,29.256l-13.148,7.591c-6.412-9.249-14.45-17.287-23.699-23.699
|
|
14
|
+
L432.678,236.231z M411.994,241.789c-9.958-4.736-20.881-7.76-32.387-8.688v-15.176c14.252,0.987,27.754,4.738,39.974,10.722
|
|
15
|
+
L411.994,241.789z M394.742,251.3v149.655c-7.189,2.186-14.81,3.372-22.703,3.372c-7.894,0-15.514-1.187-22.703-3.372V251.3
|
|
16
|
+
c7.189-2.186,14.81-3.372,22.703-3.372C379.932,247.928,387.552,249.114,394.742,251.3z M177.8,394.533v-136.81
|
|
17
|
+
c24.045,13.354,40.361,39.005,40.361,68.405S201.845,381.178,177.8,394.533z M187.504,423.608
|
|
18
|
+
c-12.22,5.984-25.722,9.734-39.975,10.722v-15.175c11.506-0.927,22.429-3.951,32.387-8.688L187.504,423.608z M282.142,265.488
|
|
19
|
+
c7.794-11.517,17.74-21.463,29.256-29.256l7.591,13.148c-9.249,6.412-17.287,14.45-23.699,23.699L282.142,265.488z M287.7,286.173
|
|
20
|
+
c-4.736,9.958-7.76,20.881-8.688,32.387h-15.175c0.987-14.253,4.737-27.754,10.722-39.975L287.7,286.173z M316.64,215.227
|
|
21
|
+
l-7.591-13.148c9.249-6.412,17.287-14.45,23.699-23.699l13.148,7.591C338.103,197.487,328.157,207.433,316.64,215.227z
|
|
22
|
+
M293.839,193.736V56.925C317.884,70.28,334.2,95.93,334.2,125.331S317.884,180.381,293.839,193.736z M295.955,209.669
|
|
23
|
+
l7.587,13.142c-12.22,5.984-25.722,9.734-39.975,10.722v-15.175C275.074,217.43,285.996,214.407,295.955,209.669z M277.04,247.138
|
|
24
|
+
c-8.951,10.747-16.119,23.028-21.04,36.389c-4.921-13.361-12.089-25.641-21.04-36.389c6.84,1.178,13.869,1.799,21.04,1.799
|
|
25
|
+
C263.171,248.937,270.2,248.315,277.04,247.138z M248.164,318.56h-15.175c-0.927-11.506-3.951-22.429-8.688-32.387l13.142-7.588
|
|
26
|
+
C243.426,290.805,247.177,304.307,248.164,318.56z M248.431,233.533c-14.252-0.987-27.754-4.738-39.974-10.722l7.587-13.142
|
|
27
|
+
c9.958,4.736,20.881,7.76,32.387,8.688V233.533z M218.161,193.736c-24.045-13.354-40.361-39.005-40.361-68.405
|
|
28
|
+
c0-29.4,16.316-55.051,40.361-68.405V193.736z M179.251,178.379c6.412,9.249,14.45,17.287,23.699,23.699l-7.591,13.148
|
|
29
|
+
c-11.516-7.794-21.463-17.74-29.256-29.256L179.251,178.379z M200.601,236.231c11.516,7.794,21.463,17.74,29.256,29.256
|
|
30
|
+
l-13.148,7.591c-6.412-9.249-14.45-17.287-23.699-23.699L200.601,236.231z M216.71,379.176l13.148,7.591
|
|
31
|
+
c-7.794,11.517-17.74,21.463-29.256,29.256l-7.591-13.148C202.259,396.464,210.298,388.425,216.71,379.176z M224.3,366.082
|
|
32
|
+
c4.736-9.958,7.76-20.881,8.688-32.387h15.175c-0.987,14.253-4.737,27.754-10.722,39.975L224.3,366.082z M256,368.729
|
|
33
|
+
c3.332,9.045,7.697,17.593,12.944,25.508h-25.888C248.303,386.321,252.668,377.774,256,368.729z M263.836,333.695h15.175
|
|
34
|
+
c0.927,11.506,3.951,22.429,8.688,32.387l-13.142,7.588C268.574,361.45,264.823,347.948,263.836,333.695z M295.29,379.176
|
|
35
|
+
c6.412,9.249,14.45,17.287,23.699,23.699l-7.591,13.148c-11.516-7.794-21.463-17.74-29.256-29.256L295.29,379.176z
|
|
36
|
+
M293.839,326.128c0-29.4,16.316-55.051,40.361-68.405v136.81C310.155,381.178,293.839,355.528,293.839,326.128z M332.084,410.466
|
|
37
|
+
c9.958,4.736,20.881,7.76,32.387,8.688v15.175c-14.253-0.987-27.754-4.738-39.975-10.722L332.084,410.466z M364.471,217.925V233.1
|
|
38
|
+
c-11.506,0.927-22.429,3.951-32.387,8.688l-7.587-13.142C336.716,222.663,350.218,218.912,364.471,217.925z M353.48,172.873
|
|
39
|
+
l-13.142-7.588c4.736-9.958,7.76-20.881,8.688-32.387h15.175C363.216,147.151,359.465,160.653,353.48,172.873z M364.202,117.763
|
|
40
|
+
h-15.175c-0.927-11.506-3.951-22.429-8.688-32.387l13.142-7.588C359.465,90.008,363.216,103.51,364.202,117.763z M316.64,35.434
|
|
41
|
+
c11.516,7.794,21.463,17.74,29.256,29.256l-13.148,7.591c-6.412-9.249-14.45-17.287-23.699-23.699L316.64,35.434z M295.956,40.992
|
|
42
|
+
c-9.958-4.736-20.881-7.76-32.387-8.688V17.128c14.252,0.987,27.754,4.738,39.974,10.722L295.956,40.992z M278.703,50.503v149.655
|
|
43
|
+
c-7.189,2.186-14.81,3.372-22.703,3.372c-7.894,0-15.514-1.187-22.703-3.372V50.503c7.189-2.186,14.81-3.372,22.703-3.372
|
|
44
|
+
C263.894,47.131,271.514,48.317,278.703,50.503z M248.432,17.128v15.175c-11.506,0.927-22.429,3.951-32.387,8.688l-7.587-13.142
|
|
45
|
+
C220.678,21.866,234.18,18.115,248.432,17.128z M195.36,35.434l7.591,13.148c-9.249,6.412-17.287,14.45-23.699,23.699
|
|
46
|
+
l-13.148-7.591C173.897,53.174,183.843,43.228,195.36,35.434z M158.52,77.788l13.142,7.588c-4.736,9.958-7.76,20.881-8.688,32.387
|
|
47
|
+
h-15.175C148.785,103.51,152.535,90.008,158.52,77.788z M158.52,172.873c-5.984-12.22-9.735-25.722-10.722-39.975h15.175
|
|
48
|
+
c0.927,11.506,3.951,22.429,8.688,32.387L158.52,172.873z M187.504,228.647l-7.587,13.142c-9.958-4.736-20.881-7.76-32.387-8.688
|
|
49
|
+
v-15.176C161.782,218.912,175.284,222.664,187.504,228.647z M162.665,251.3v149.655c-7.189,2.186-14.81,3.372-22.703,3.372
|
|
50
|
+
c-7.894,0-15.514-1.187-22.703-3.372V251.3c7.189-2.186,14.81-3.372,22.703-3.372C147.855,247.928,155.475,249.114,162.665,251.3z
|
|
51
|
+
M61.762,326.128c0-29.4,16.316-55.051,40.361-68.405v136.81C78.078,381.178,61.762,355.528,61.762,326.128z M86.913,402.876
|
|
52
|
+
l-7.591,13.148c-11.516-7.794-21.463-17.74-29.256-29.256l13.148-7.591C69.625,388.425,77.664,396.464,86.913,402.876z
|
|
53
|
+
M100.007,410.466c9.958,4.736,20.881,7.76,32.387,8.688v15.175c-14.253-0.987-27.754-4.738-39.975-10.722L100.007,410.466z
|
|
54
|
+
M132.394,217.925V233.1c-11.506,0.927-22.429,3.951-32.387,8.688l-7.587-13.142C104.639,222.663,118.141,218.912,132.394,217.925
|
|
55
|
+
z M79.322,236.231l7.591,13.148c-9.249,6.412-17.287,14.45-23.699,23.699l-13.148-7.591
|
|
56
|
+
C57.859,253.971,67.805,244.025,79.322,236.231z M42.481,278.585l13.142,7.588c-4.736,9.958-7.76,20.881-8.688,32.387H31.759
|
|
57
|
+
C32.746,304.307,36.497,290.805,42.481,278.585z M31.759,333.695h15.175c0.927,11.506,3.951,22.429,8.688,32.387L42.48,373.67
|
|
58
|
+
C36.497,361.45,32.746,347.948,31.759,333.695z M426.274,495.14l-15.135-20.181h-78.2l-15.135,20.181H194.197l-15.135-20.181
|
|
59
|
+
h-78.2L85.726,495.14H17.575l12.865-85.768h18.23c22.62,24.786,55.171,40.361,91.291,40.361s68.671-15.575,91.291-40.361h49.494
|
|
60
|
+
c22.62,24.786,55.171,40.361,91.291,40.361s68.671-15.575,91.291-40.361h18.23l12.865,85.768H426.274z"/>
|
|
61
|
+
<rect x="305.948" y="116.755" width="15.135" height="15.135"/>
|
|
62
|
+
<rect x="190.919" y="116.755" width="15.135" height="15.135"/>
|
|
63
|
+
<rect x="248.433" y="111.205" width="15.135" height="15.135"/>
|
|
64
|
+
<rect x="248.433" y="65.799" width="15.135" height="30.271"/>
|
|
65
|
+
<rect x="248.433" y="171.747" width="15.135" height="15.135"/>
|
|
66
|
+
<rect x="421.986" y="317.552" width="15.135" height="15.135"/>
|
|
67
|
+
<rect x="306.957" y="317.552" width="15.135" height="15.135"/>
|
|
68
|
+
<rect x="364.472" y="312.002" width="15.135" height="15.135"/>
|
|
69
|
+
<rect x="364.472" y="266.596" width="15.135" height="30.271"/>
|
|
70
|
+
<rect x="364.472" y="372.544" width="15.135" height="15.135"/>
|
|
71
|
+
<rect x="189.91" y="317.552" width="15.135" height="15.135"/>
|
|
72
|
+
<rect x="74.88" y="317.552" width="15.135" height="15.135"/>
|
|
73
|
+
<rect x="132.395" y="312.002" width="15.135" height="15.135"/>
|
|
74
|
+
<rect x="132.395" y="266.596" width="15.135" height="30.271"/>
|
|
75
|
+
<rect x="132.395" y="372.544" width="15.135" height="15.135"/>
|
|
76
|
+
<rect x="461.387" y="470.881" transform="matrix(0.9889 -0.1483 0.1483 0.9889 -65.772 74.8411)"
|
|
77
|
+
width="15.135" height="15.135"/>
|
|
78
|
+
<rect x="456.21" y="431.935" transform="matrix(0.9889 -0.1483 0.1483 0.9889 -60.7199 73.6903)"
|
|
79
|
+
width="15.135" height="24.145"/>
|
|
80
|
+
<rect x="248.433" y="464.87" width="45.406" height="15.135"/>
|
|
81
|
+
<rect x="218.162" y="464.87" width="15.135" height="15.135"/>
|
|
82
|
+
<rect x="263.569" y="424.509" width="15.135" height="15.135"/>
|
|
83
|
+
<rect x="233.298" y="424.509" width="15.135" height="15.135"/>
|
|
84
|
+
<rect x="36.127" y="436.461" transform="matrix(0.1483 -0.9889 0.9889 0.1483 -398.0675 425.8427)"
|
|
85
|
+
width="24.145" height="15.135"/>
|
|
86
|
+
<rect x="35.468" y="470.86" transform="matrix(0.1483 -0.9889 0.9889 0.1483 -436.4838 450.0325)"
|
|
87
|
+
width="15.135" height="15.135"/>
|
|
88
|
+
</g>
|
|
89
|
+
</svg>
|
package/assets/rooms/Chamber.svg
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
2
|
-
<g fill="currentColor">
|
|
3
|
-
<path d="M61,21H3a1,1,0,0,0,0,2H61a1,1,0,0,0,0-2Z"/>
|
|
4
|
-
<path d="M61,2H49a1,1,0,0,0-1,1V17H46v-.764a10.533,10.533,0,0,0-1.1-4.683A8.522,8.522,0,0,1,44,7.764V3a1,1,0,0,0-1-1H39a1,1,0,0,0-1,1V7.764a8.522,8.522,0,0,1-.9,3.789c-.039.08-.067.165-.1.246-.038-.081-.066-.166-.1-.246A8.522,8.522,0,0,1,36,7.764V3a1,1,0,0,0-1-1H31a1,1,0,0,0-1,1V7.764a8.522,8.522,0,0,1-.895,3.789A10.533,10.533,0,0,0,28,16.236V17H18V10.414a2.394,2.394,0,0,1,.707-1.706A4.385,4.385,0,0,0,20,5.586V4h2V5.586a4.385,4.385,0,0,0,1.293,3.122A2.394,2.394,0,0,1,24,10.414V14a1,1,0,0,0,2,0V10.414a4.385,4.385,0,0,0-1.293-3.122A2.394,2.394,0,0,1,24,5.586V3a1,1,0,0,0-1-1H19a1,1,0,0,0-1,1V5.586a2.394,2.394,0,0,1-.707,1.706A4.515,4.515,0,0,0,17,7.649a4.515,4.515,0,0,0-.293-.357A2.394,2.394,0,0,1,16,5.586V3a1,1,0,0,0-1-1H11a1,1,0,0,0-1,1V5.586a2.394,2.394,0,0,1-.707,1.706A4.385,4.385,0,0,0,8,10.414V17H3a1,1,0,0,0,0,2H61a1,1,0,0,0,0-2H50V14H60a1,1,0,0,0,2,0V3A1,1,0,0,0,61,2ZM42,4V7H40V4ZM10.707,8.708A4.385,4.385,0,0,0,12,5.586V4h2V5.586a4.385,4.385,0,0,0,1.293,3.122A2.394,2.394,0,0,1,16,10.414V12H10V10.414A2.394,2.394,0,0,1,10.707,8.708ZM10,14h6v3H10Zm20,2.236a8.522,8.522,0,0,1,.895-3.789A10.533,10.533,0,0,0,32,7.764V4h2V7.764a10.533,10.533,0,0,0,1.1,4.683,8.522,8.522,0,0,1,.9,3.789V17H30ZM38,17v-.764a8.522,8.522,0,0,1,.9-3.789A10.541,10.541,0,0,0,39.924,9h2.152a10.541,10.541,0,0,0,1.029,3.447,8.522,8.522,0,0,1,.9,3.789V17ZM60,4V6H50V4ZM50,12V8H60v4Z"/>
|
|
5
|
-
<path d="M61,44H3a1,1,0,0,0,0,2H60V60H46V49a1,1,0,0,0-2,0V60H42V53a1,1,0,0,0-1-1H26a1,1,0,0,0-1,1v7H22V49a1,1,0,0,0-1-1H5a1,1,0,0,0-1,1V60H3a1,1,0,0,0,0,2H61a1,1,0,0,0,1-1V45A1,1,0,0,0,61,44ZM40,56H37V54h3Zm-5,0H32V54h3Zm-5-2v2H27V54ZM20,52.382a3.947,3.947,0,0,0-6,0V50h6ZM19,55a2,2,0,1,1-2-2A2,2,0,0,1,19,55ZM6,54h6v2H6Zm6-4v2H6V50ZM6,58h6v2H6Zm8,2V57.618a3.947,3.947,0,0,0,6,0V60Zm13-2h3v2H27Zm5,0h3v2H32Zm5,2V58h3v2Z"/>
|
|
6
|
-
<path d="M57,56a1,1,0,0,0,1-1V51a1,1,0,0,0-1-1H49a1,1,0,0,0-1,1v4a1,1,0,0,0,1,1Zm-7-4h6v2H50Z"/>
|
|
7
|
-
<path d="M60,29.184V26a1,1,0,0,0-1-1H55a1,1,0,0,0-1,1v3.184A3,3,0,0,0,52,32v7a2.966,2.966,0,0,0,.184,1H49V34a1,1,0,0,0,0-2H41a1,1,0,0,0,0,2v6H38V31a1,1,0,0,0-1-1H25a1,1,0,0,0-1,1v9H22V39a1,1,0,0,0-2,0v1H14V33.414a2.394,2.394,0,0,1,.707-1.706A4.385,4.385,0,0,0,16,28.586V27h2v1.586a4.385,4.385,0,0,0,1.293,3.122A2.394,2.394,0,0,1,20,33.414V35a1,1,0,0,0,2,0V33.414a4.385,4.385,0,0,0-1.293-3.122A2.394,2.394,0,0,1,20,28.586V26a1,1,0,0,0-1-1H15a1,1,0,0,0-1,1v2.586a2.394,2.394,0,0,1-.707,1.706,4.515,4.515,0,0,0-.293.357,4.515,4.515,0,0,0-.293-.357A2.394,2.394,0,0,1,12,28.586V26a1,1,0,0,0-1-1H7a1,1,0,0,0-1,1v2.586a2.394,2.394,0,0,1-.707,1.706A4.385,4.385,0,0,0,4,33.414V40H3a1,1,0,0,0,0,2H61a1,1,0,0,0,.7-1.713A2.964,2.964,0,0,0,62,39V32A3,3,0,0,0,60,29.184ZM6.707,31.708A4.385,4.385,0,0,0,8,28.586V27h2v1.586a4.385,4.385,0,0,0,1.293,3.122A2.394,2.394,0,0,1,12,33.414V35H6V33.414A2.394,2.394,0,0,1,6.707,31.708ZM6,37h6v3H6ZM56,27h2v2H56Zm-1,4h4a1,1,0,0,1,1,1v3H54V32A1,1,0,0,1,55,31ZM36,36H32V32h4Zm-6-4v2H26V32Zm-4,4h4v4H26Zm6,4V38h4v2Zm11,0V34h4v6Zm12,0a1,1,0,0,1-1-1V37h6v2a1,1,0,0,1-1,1Z"/>
|
|
8
|
-
</g>
|
|
9
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
2
|
+
<g fill="currentColor">
|
|
3
|
+
<path d="M61,21H3a1,1,0,0,0,0,2H61a1,1,0,0,0,0-2Z"/>
|
|
4
|
+
<path d="M61,2H49a1,1,0,0,0-1,1V17H46v-.764a10.533,10.533,0,0,0-1.1-4.683A8.522,8.522,0,0,1,44,7.764V3a1,1,0,0,0-1-1H39a1,1,0,0,0-1,1V7.764a8.522,8.522,0,0,1-.9,3.789c-.039.08-.067.165-.1.246-.038-.081-.066-.166-.1-.246A8.522,8.522,0,0,1,36,7.764V3a1,1,0,0,0-1-1H31a1,1,0,0,0-1,1V7.764a8.522,8.522,0,0,1-.895,3.789A10.533,10.533,0,0,0,28,16.236V17H18V10.414a2.394,2.394,0,0,1,.707-1.706A4.385,4.385,0,0,0,20,5.586V4h2V5.586a4.385,4.385,0,0,0,1.293,3.122A2.394,2.394,0,0,1,24,10.414V14a1,1,0,0,0,2,0V10.414a4.385,4.385,0,0,0-1.293-3.122A2.394,2.394,0,0,1,24,5.586V3a1,1,0,0,0-1-1H19a1,1,0,0,0-1,1V5.586a2.394,2.394,0,0,1-.707,1.706A4.515,4.515,0,0,0,17,7.649a4.515,4.515,0,0,0-.293-.357A2.394,2.394,0,0,1,16,5.586V3a1,1,0,0,0-1-1H11a1,1,0,0,0-1,1V5.586a2.394,2.394,0,0,1-.707,1.706A4.385,4.385,0,0,0,8,10.414V17H3a1,1,0,0,0,0,2H61a1,1,0,0,0,0-2H50V14H60a1,1,0,0,0,2,0V3A1,1,0,0,0,61,2ZM42,4V7H40V4ZM10.707,8.708A4.385,4.385,0,0,0,12,5.586V4h2V5.586a4.385,4.385,0,0,0,1.293,3.122A2.394,2.394,0,0,1,16,10.414V12H10V10.414A2.394,2.394,0,0,1,10.707,8.708ZM10,14h6v3H10Zm20,2.236a8.522,8.522,0,0,1,.895-3.789A10.533,10.533,0,0,0,32,7.764V4h2V7.764a10.533,10.533,0,0,0,1.1,4.683,8.522,8.522,0,0,1,.9,3.789V17H30ZM38,17v-.764a8.522,8.522,0,0,1,.9-3.789A10.541,10.541,0,0,0,39.924,9h2.152a10.541,10.541,0,0,0,1.029,3.447,8.522,8.522,0,0,1,.9,3.789V17ZM60,4V6H50V4ZM50,12V8H60v4Z"/>
|
|
5
|
+
<path d="M61,44H3a1,1,0,0,0,0,2H60V60H46V49a1,1,0,0,0-2,0V60H42V53a1,1,0,0,0-1-1H26a1,1,0,0,0-1,1v7H22V49a1,1,0,0,0-1-1H5a1,1,0,0,0-1,1V60H3a1,1,0,0,0,0,2H61a1,1,0,0,0,1-1V45A1,1,0,0,0,61,44ZM40,56H37V54h3Zm-5,0H32V54h3Zm-5-2v2H27V54ZM20,52.382a3.947,3.947,0,0,0-6,0V50h6ZM19,55a2,2,0,1,1-2-2A2,2,0,0,1,19,55ZM6,54h6v2H6Zm6-4v2H6V50ZM6,58h6v2H6Zm8,2V57.618a3.947,3.947,0,0,0,6,0V60Zm13-2h3v2H27Zm5,0h3v2H32Zm5,2V58h3v2Z"/>
|
|
6
|
+
<path d="M57,56a1,1,0,0,0,1-1V51a1,1,0,0,0-1-1H49a1,1,0,0,0-1,1v4a1,1,0,0,0,1,1Zm-7-4h6v2H50Z"/>
|
|
7
|
+
<path d="M60,29.184V26a1,1,0,0,0-1-1H55a1,1,0,0,0-1,1v3.184A3,3,0,0,0,52,32v7a2.966,2.966,0,0,0,.184,1H49V34a1,1,0,0,0,0-2H41a1,1,0,0,0,0,2v6H38V31a1,1,0,0,0-1-1H25a1,1,0,0,0-1,1v9H22V39a1,1,0,0,0-2,0v1H14V33.414a2.394,2.394,0,0,1,.707-1.706A4.385,4.385,0,0,0,16,28.586V27h2v1.586a4.385,4.385,0,0,0,1.293,3.122A2.394,2.394,0,0,1,20,33.414V35a1,1,0,0,0,2,0V33.414a4.385,4.385,0,0,0-1.293-3.122A2.394,2.394,0,0,1,20,28.586V26a1,1,0,0,0-1-1H15a1,1,0,0,0-1,1v2.586a2.394,2.394,0,0,1-.707,1.706,4.515,4.515,0,0,0-.293.357,4.515,4.515,0,0,0-.293-.357A2.394,2.394,0,0,1,12,28.586V26a1,1,0,0,0-1-1H7a1,1,0,0,0-1,1v2.586a2.394,2.394,0,0,1-.707,1.706A4.385,4.385,0,0,0,4,33.414V40H3a1,1,0,0,0,0,2H61a1,1,0,0,0,.7-1.713A2.964,2.964,0,0,0,62,39V32A3,3,0,0,0,60,29.184ZM6.707,31.708A4.385,4.385,0,0,0,8,28.586V27h2v1.586a4.385,4.385,0,0,0,1.293,3.122A2.394,2.394,0,0,1,12,33.414V35H6V33.414A2.394,2.394,0,0,1,6.707,31.708ZM6,37h6v3H6ZM56,27h2v2H56Zm-1,4h4a1,1,0,0,1,1,1v3H54V32A1,1,0,0,1,55,31ZM36,36H32V32h4Zm-6-4v2H26V32Zm-4,4h4v4H26Zm6,4V38h4v2Zm11,0V34h4v6Zm12,0a1,1,0,0,1-1-1V37h6v2a1,1,0,0,1-1,1Z"/>
|
|
8
|
+
</g>
|
|
9
|
+
</svg>
|
|
@@ -1,53 +1,53 @@
|
|
|
1
|
-
<svg height="512pt" viewBox="0 -108 512 512" width="512pt" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g fill="currentColor">
|
|
3
|
-
<path d="m504 48.015625h-496c-4.425781 0-8-3.574219-8-8v-32.015625c0-4.425781 3.574219-8 8-8h496c4.425781 0 8 3.574219 8 8v32.015625c0 4.425781-3.574219 8-8 8zm-488-16h480v-16.015625h-480zm0 0"/>
|
|
4
|
-
<path d="m16 296.160156c-4.425781 0-8-3.574218-8-8v-246.71875c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v246.71875c0 4.425782-3.574219 8-8 8zm0 0"/>
|
|
5
|
-
<path d="m40 296.160156c-4.425781 0-8-3.574218-8-8v-246.71875c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v246.71875c0 4.425782-3.574219 8-8 8zm0 0"/>
|
|
6
|
-
<path d="m472 296.160156c-4.425781 0-8-3.574218-8-8v-246.71875c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v246.71875c0 4.425782-3.574219 8-8 8zm0 0"/>
|
|
7
|
-
<path d="m496 296.160156c-4.425781 0-8-3.574218-8-8v-246.71875c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v246.71875c0 4.425782-3.574219 8-8 8zm0 0"/>
|
|
8
|
-
<path d="m40 296.160156h-24c-4.425781 0-8-3.574218-8-8 0-4.425781 3.574219-8 8-8h24c4.425781 0 8 3.574219 8 8 0 4.425782-3.574219 8-8 8zm0 0"/>
|
|
9
|
-
<path d="m496 296.160156h-24c-4.425781 0-8-3.574218-8-8 0-4.425781 3.574219-8 8-8h24c4.425781 0 8 3.574219 8 8 0 4.425782-3.574219 8-8 8zm0 0"/>
|
|
10
|
-
<path d="m472 160.113281h-432c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h432c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
11
|
-
<path d="m472 184.128906h-432c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h432c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
12
|
-
<path d="m71.984375 160.128906c-4.425781 0-8-3.578125-8-8 0-22.058594 17.9375-40 39.992187-40 4.421876 0 8 3.574219 8 8 0 4.421875-3.578124 8-8 8-13.222656 0-23.992187 10.765625-23.992187 24 0 4.421875-3.578125 8-8 8zm0 0"/>
|
|
13
|
-
<path d="m152 160.128906c-4.425781 0-8-3.578125-8-8 0-13.234375-10.769531-24-23.992188-24-4.421874 0-8-3.578125-8-8 0-4.425781 3.578126-8 8-8 22.054688 0 39.992188 17.941406 39.992188 40 0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
14
|
-
<path d="m79.984375 138.96875c-4.425781 0-8-3.578125-8-8v-42.839844c0-4.425781 3.574219-8 8-8 4.421875 0 8 3.574219 8 8v42.839844c0 4.421875-3.578125 8-8 8zm0 0"/>
|
|
15
|
-
<path d="m143.96875 138.96875c-4.425781 0-8-3.578125-8-8v-42.839844c0-4.425781 3.574219-8 8-8 4.421875 0 8 3.574219 8 8v42.839844c0 4.421875-3.578125 8-8 8zm0 0"/>
|
|
16
|
-
<path d="m96 104.144531c-4.425781 0-8-3.578125-8-8v-24.015625c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v24.015625c0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
17
|
-
<path d="m128 80.128906h-32c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h32c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
18
|
-
<path d="m128 104.144531c-4.425781 0-8-3.578125-8-8v-24.015625c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v24.015625c0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
19
|
-
<path d="m96 96.128906h-16.015625c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h16.015625c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
20
|
-
<path d="m143.96875 96.128906h-15.96875c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h15.96875c4.421875 0 8 3.574219 8 8 0 4.421875-3.578125 8-8 8zm0 0"/>
|
|
21
|
-
<path d="m120.007812 128.128906h-16.03125c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h16.03125c4.425782 0 8 3.574219 8 8 0 4.421875-3.574218 8-8 8zm0 0"/>
|
|
22
|
-
<path d="m175.984375 160.128906c-4.425781 0-8-3.578125-8-8 0-22.058594 17.9375-40 39.992187-40 4.421876 0 8 3.574219 8 8 0 4.421875-3.578124 8-8 8-13.222656 0-23.992187 10.765625-23.992187 24 0 4.421875-3.578125 8-8 8zm0 0"/>
|
|
23
|
-
<path d="m256 160.128906c-4.425781 0-8-3.578125-8-8 0-13.234375-10.769531-24-23.992188-24-4.421874 0-8-3.578125-8-8 0-4.425781 3.578126-8 8-8 22.054688 0 39.992188 17.941406 39.992188 40 0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
24
|
-
<path d="m183.984375 138.96875c-4.425781 0-8-3.578125-8-8v-42.839844c0-4.425781 3.574219-8 8-8 4.421875 0 8 3.574219 8 8v42.839844c0 4.421875-3.578125 8-8 8zm0 0"/>
|
|
25
|
-
<path d="m247.96875 138.96875c-4.425781 0-8-3.578125-8-8v-42.839844c0-4.425781 3.574219-8 8-8 4.421875 0 8 3.574219 8 8v42.839844c0 4.421875-3.578125 8-8 8zm0 0"/>
|
|
26
|
-
<path d="m200 104.144531c-4.425781 0-8-3.578125-8-8v-24.015625c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v24.015625c0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
27
|
-
<path d="m232 80.128906h-32c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h32c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
28
|
-
<path d="m232 104.144531c-4.425781 0-8-3.578125-8-8v-24.015625c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v24.015625c0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
29
|
-
<path d="m200 96.128906h-16.015625c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h16.015625c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
30
|
-
<path d="m247.96875 96.128906h-15.96875c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h15.96875c4.421875 0 8 3.574219 8 8 0 4.421875-3.578125 8-8 8zm0 0"/>
|
|
31
|
-
<path d="m224.007812 128.128906h-16.03125c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h16.03125c4.425782 0 8 3.574219 8 8 0 4.421875-3.574218 8-8 8zm0 0"/>
|
|
32
|
-
<path d="m256.167969 280.144531c-4.425781 0-8-3.578125-8-8 0-13.242187 10.777343-24.015625 24.015625-24.015625 4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8-4.421875 0-8.015625 3.589844-8.015625 8.015625 0 4.421875-3.582031 8-8 8zm0 0"/>
|
|
33
|
-
<path d="m336.191406 280.144531c-4.421875 0-8-3.578125-8-8 0-4.417969-3.582031-8-8-8-4.421875 0-8-3.578125-8-8 0-4.425781 3.578125-8 8-8 13.234375 0 24 10.765625 24 24 0 4.421875-3.574218 8-8 8zm0 0"/>
|
|
34
|
-
<path d="m336.191406 296.160156h-80.023437c-4.425781 0-8-3.574218-8-8 0-4.425781 3.574219-8 8-8h80.03125c4.425781 0 8 3.574219 8 8 0 4.425782-3.582031 8-8.007813 8zm0 0"/>
|
|
35
|
-
<path d="m320.832031 264.128906h-49.296875c-4.421875 0-8-3.578125-8-8 0-4.425781 3.578125-8 8-8h49.296875c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
36
|
-
<path d="m272.167969 264.128906c-4.425781 0-8-3.578125-8-8v-47.984375c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v47.984375c0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
37
|
-
<path d="m320.199219 264.144531c-4.421875 0-8-3.578125-8-8v-48c0-4.425781 3.578125-8 8-8 4.425781 0 8 3.574219 8 8v48c0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
38
|
-
<path d="m256.167969 296.160156c-4.425781 0-8-3.574218-8-8v-16.015625c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v16.015625c0 4.425782-3.582031 8-8 8zm0 0"/>
|
|
39
|
-
<path d="m336.191406 296.160156c-4.421875 0-8-3.574218-8-8v-16.015625c0-4.425781 3.578125-8 8-8 4.425782 0 8 3.574219 8 8v16.015625c0 4.425782-3.574218 8-8 8zm0 0"/>
|
|
40
|
-
<path d="m320.199219 216.144531h-48.03125c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h48.03125c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
41
|
-
<path d="m328.191406 240.144531h-64.023437c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h64.023437c4.425782 0 8 3.574219 8 8 0 4.421875-3.574218 8-8 8zm0 0"/>
|
|
42
|
-
<path d="m360.167969 280.144531c-4.425781 0-8-3.578125-8-8 0-13.242187 10.777343-24.015625 24.015625-24.015625 4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8-4.421875 0-8.015625 3.589844-8.015625 8.015625 0 4.421875-3.582031 8-8 8zm0 0"/>
|
|
43
|
-
<path d="m440.191406 280.144531c-4.421875 0-8-3.578125-8-8 0-4.417969-3.582031-8-8-8-4.421875 0-8-3.578125-8-8 0-4.425781 3.578125-8 8-8 13.234375 0 24 10.765625 24 24 0 4.421875-3.574218 8-8 8zm0 0"/>
|
|
44
|
-
<path d="m440.191406 296.160156h-80.023437c-4.425781 0-8-3.574218-8-8 0-4.425781 3.574219-8 8-8h80.03125c4.425781 0 8 3.574219 8 8 0 4.425782-3.582031 8-8.007813 8zm0 0"/>
|
|
45
|
-
<path d="m424.832031 264.128906h-49.296875c-4.421875 0-8-3.578125-8-8 0-4.425781 3.578125-8 8-8h49.296875c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
46
|
-
<path d="m376.167969 264.128906c-4.425781 0-8-3.578125-8-8v-47.984375c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v47.984375c0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
47
|
-
<path d="m424.199219 264.144531c-4.421875 0-8-3.578125-8-8v-48c0-4.425781 3.578125-8 8-8 4.425781 0 8 3.574219 8 8v48c0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
48
|
-
<path d="m360.167969 296.160156c-4.425781 0-8-3.574218-8-8v-16.015625c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v16.015625c0 4.425782-3.582031 8-8 8zm0 0"/>
|
|
49
|
-
<path d="m440.191406 296.160156c-4.421875 0-8-3.574218-8-8v-16.015625c0-4.425781 3.578125-8 8-8 4.425782 0 8 3.574219 8 8v16.015625c0 4.425782-3.574218 8-8 8zm0 0"/>
|
|
50
|
-
<path d="m424.199219 216.144531h-48.03125c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h48.03125c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
51
|
-
<path d="m432.191406 240.144531h-64.023437c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h64.023437c4.425782 0 8 3.574219 8 8 0 4.421875-3.574218 8-8 8zm0 0"/>
|
|
52
|
-
</g>
|
|
1
|
+
<svg height="512pt" viewBox="0 -108 512 512" width="512pt" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g fill="currentColor">
|
|
3
|
+
<path d="m504 48.015625h-496c-4.425781 0-8-3.574219-8-8v-32.015625c0-4.425781 3.574219-8 8-8h496c4.425781 0 8 3.574219 8 8v32.015625c0 4.425781-3.574219 8-8 8zm-488-16h480v-16.015625h-480zm0 0"/>
|
|
4
|
+
<path d="m16 296.160156c-4.425781 0-8-3.574218-8-8v-246.71875c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v246.71875c0 4.425782-3.574219 8-8 8zm0 0"/>
|
|
5
|
+
<path d="m40 296.160156c-4.425781 0-8-3.574218-8-8v-246.71875c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v246.71875c0 4.425782-3.574219 8-8 8zm0 0"/>
|
|
6
|
+
<path d="m472 296.160156c-4.425781 0-8-3.574218-8-8v-246.71875c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v246.71875c0 4.425782-3.574219 8-8 8zm0 0"/>
|
|
7
|
+
<path d="m496 296.160156c-4.425781 0-8-3.574218-8-8v-246.71875c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v246.71875c0 4.425782-3.574219 8-8 8zm0 0"/>
|
|
8
|
+
<path d="m40 296.160156h-24c-4.425781 0-8-3.574218-8-8 0-4.425781 3.574219-8 8-8h24c4.425781 0 8 3.574219 8 8 0 4.425782-3.574219 8-8 8zm0 0"/>
|
|
9
|
+
<path d="m496 296.160156h-24c-4.425781 0-8-3.574218-8-8 0-4.425781 3.574219-8 8-8h24c4.425781 0 8 3.574219 8 8 0 4.425782-3.574219 8-8 8zm0 0"/>
|
|
10
|
+
<path d="m472 160.113281h-432c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h432c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
11
|
+
<path d="m472 184.128906h-432c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h432c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
12
|
+
<path d="m71.984375 160.128906c-4.425781 0-8-3.578125-8-8 0-22.058594 17.9375-40 39.992187-40 4.421876 0 8 3.574219 8 8 0 4.421875-3.578124 8-8 8-13.222656 0-23.992187 10.765625-23.992187 24 0 4.421875-3.578125 8-8 8zm0 0"/>
|
|
13
|
+
<path d="m152 160.128906c-4.425781 0-8-3.578125-8-8 0-13.234375-10.769531-24-23.992188-24-4.421874 0-8-3.578125-8-8 0-4.425781 3.578126-8 8-8 22.054688 0 39.992188 17.941406 39.992188 40 0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
14
|
+
<path d="m79.984375 138.96875c-4.425781 0-8-3.578125-8-8v-42.839844c0-4.425781 3.574219-8 8-8 4.421875 0 8 3.574219 8 8v42.839844c0 4.421875-3.578125 8-8 8zm0 0"/>
|
|
15
|
+
<path d="m143.96875 138.96875c-4.425781 0-8-3.578125-8-8v-42.839844c0-4.425781 3.574219-8 8-8 4.421875 0 8 3.574219 8 8v42.839844c0 4.421875-3.578125 8-8 8zm0 0"/>
|
|
16
|
+
<path d="m96 104.144531c-4.425781 0-8-3.578125-8-8v-24.015625c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v24.015625c0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
17
|
+
<path d="m128 80.128906h-32c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h32c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
18
|
+
<path d="m128 104.144531c-4.425781 0-8-3.578125-8-8v-24.015625c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v24.015625c0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
19
|
+
<path d="m96 96.128906h-16.015625c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h16.015625c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
20
|
+
<path d="m143.96875 96.128906h-15.96875c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h15.96875c4.421875 0 8 3.574219 8 8 0 4.421875-3.578125 8-8 8zm0 0"/>
|
|
21
|
+
<path d="m120.007812 128.128906h-16.03125c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h16.03125c4.425782 0 8 3.574219 8 8 0 4.421875-3.574218 8-8 8zm0 0"/>
|
|
22
|
+
<path d="m175.984375 160.128906c-4.425781 0-8-3.578125-8-8 0-22.058594 17.9375-40 39.992187-40 4.421876 0 8 3.574219 8 8 0 4.421875-3.578124 8-8 8-13.222656 0-23.992187 10.765625-23.992187 24 0 4.421875-3.578125 8-8 8zm0 0"/>
|
|
23
|
+
<path d="m256 160.128906c-4.425781 0-8-3.578125-8-8 0-13.234375-10.769531-24-23.992188-24-4.421874 0-8-3.578125-8-8 0-4.425781 3.578126-8 8-8 22.054688 0 39.992188 17.941406 39.992188 40 0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
24
|
+
<path d="m183.984375 138.96875c-4.425781 0-8-3.578125-8-8v-42.839844c0-4.425781 3.574219-8 8-8 4.421875 0 8 3.574219 8 8v42.839844c0 4.421875-3.578125 8-8 8zm0 0"/>
|
|
25
|
+
<path d="m247.96875 138.96875c-4.425781 0-8-3.578125-8-8v-42.839844c0-4.425781 3.574219-8 8-8 4.421875 0 8 3.574219 8 8v42.839844c0 4.421875-3.578125 8-8 8zm0 0"/>
|
|
26
|
+
<path d="m200 104.144531c-4.425781 0-8-3.578125-8-8v-24.015625c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v24.015625c0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
27
|
+
<path d="m232 80.128906h-32c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h32c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
28
|
+
<path d="m232 104.144531c-4.425781 0-8-3.578125-8-8v-24.015625c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v24.015625c0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
29
|
+
<path d="m200 96.128906h-16.015625c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h16.015625c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
30
|
+
<path d="m247.96875 96.128906h-15.96875c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h15.96875c4.421875 0 8 3.574219 8 8 0 4.421875-3.578125 8-8 8zm0 0"/>
|
|
31
|
+
<path d="m224.007812 128.128906h-16.03125c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h16.03125c4.425782 0 8 3.574219 8 8 0 4.421875-3.574218 8-8 8zm0 0"/>
|
|
32
|
+
<path d="m256.167969 280.144531c-4.425781 0-8-3.578125-8-8 0-13.242187 10.777343-24.015625 24.015625-24.015625 4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8-4.421875 0-8.015625 3.589844-8.015625 8.015625 0 4.421875-3.582031 8-8 8zm0 0"/>
|
|
33
|
+
<path d="m336.191406 280.144531c-4.421875 0-8-3.578125-8-8 0-4.417969-3.582031-8-8-8-4.421875 0-8-3.578125-8-8 0-4.425781 3.578125-8 8-8 13.234375 0 24 10.765625 24 24 0 4.421875-3.574218 8-8 8zm0 0"/>
|
|
34
|
+
<path d="m336.191406 296.160156h-80.023437c-4.425781 0-8-3.574218-8-8 0-4.425781 3.574219-8 8-8h80.03125c4.425781 0 8 3.574219 8 8 0 4.425782-3.582031 8-8.007813 8zm0 0"/>
|
|
35
|
+
<path d="m320.832031 264.128906h-49.296875c-4.421875 0-8-3.578125-8-8 0-4.425781 3.578125-8 8-8h49.296875c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
36
|
+
<path d="m272.167969 264.128906c-4.425781 0-8-3.578125-8-8v-47.984375c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v47.984375c0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
37
|
+
<path d="m320.199219 264.144531c-4.421875 0-8-3.578125-8-8v-48c0-4.425781 3.578125-8 8-8 4.425781 0 8 3.574219 8 8v48c0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
38
|
+
<path d="m256.167969 296.160156c-4.425781 0-8-3.574218-8-8v-16.015625c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v16.015625c0 4.425782-3.582031 8-8 8zm0 0"/>
|
|
39
|
+
<path d="m336.191406 296.160156c-4.421875 0-8-3.574218-8-8v-16.015625c0-4.425781 3.578125-8 8-8 4.425782 0 8 3.574219 8 8v16.015625c0 4.425782-3.574218 8-8 8zm0 0"/>
|
|
40
|
+
<path d="m320.199219 216.144531h-48.03125c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h48.03125c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
41
|
+
<path d="m328.191406 240.144531h-64.023437c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h64.023437c4.425782 0 8 3.574219 8 8 0 4.421875-3.574218 8-8 8zm0 0"/>
|
|
42
|
+
<path d="m360.167969 280.144531c-4.425781 0-8-3.578125-8-8 0-13.242187 10.777343-24.015625 24.015625-24.015625 4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8-4.421875 0-8.015625 3.589844-8.015625 8.015625 0 4.421875-3.582031 8-8 8zm0 0"/>
|
|
43
|
+
<path d="m440.191406 280.144531c-4.421875 0-8-3.578125-8-8 0-4.417969-3.582031-8-8-8-4.421875 0-8-3.578125-8-8 0-4.425781 3.578125-8 8-8 13.234375 0 24 10.765625 24 24 0 4.421875-3.574218 8-8 8zm0 0"/>
|
|
44
|
+
<path d="m440.191406 296.160156h-80.023437c-4.425781 0-8-3.574218-8-8 0-4.425781 3.574219-8 8-8h80.03125c4.425781 0 8 3.574219 8 8 0 4.425782-3.582031 8-8.007813 8zm0 0"/>
|
|
45
|
+
<path d="m424.832031 264.128906h-49.296875c-4.421875 0-8-3.578125-8-8 0-4.425781 3.578125-8 8-8h49.296875c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
46
|
+
<path d="m376.167969 264.128906c-4.425781 0-8-3.578125-8-8v-47.984375c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v47.984375c0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
47
|
+
<path d="m424.199219 264.144531c-4.421875 0-8-3.578125-8-8v-48c0-4.425781 3.578125-8 8-8 4.425781 0 8 3.574219 8 8v48c0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
48
|
+
<path d="m360.167969 296.160156c-4.425781 0-8-3.574218-8-8v-16.015625c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v16.015625c0 4.425782-3.582031 8-8 8zm0 0"/>
|
|
49
|
+
<path d="m440.191406 296.160156c-4.421875 0-8-3.574218-8-8v-16.015625c0-4.425781 3.578125-8 8-8 4.425782 0 8 3.574219 8 8v16.015625c0 4.425782-3.574218 8-8 8zm0 0"/>
|
|
50
|
+
<path d="m424.199219 216.144531h-48.03125c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h48.03125c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
|
|
51
|
+
<path d="m432.191406 240.144531h-64.023437c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h64.023437c4.425782 0 8 3.574219 8 8 0 4.421875-3.574218 8-8 8zm0 0"/>
|
|
52
|
+
</g>
|
|
53
53
|
</svg>
|