@iobroker/adapter-react-v5 4.13.1 → 4.13.3
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/404.js.map +1 -0
- package/Components/ColorPicker.js +54 -54
- package/Components/ColorPicker.js.map +1 -1
- package/Components/ComplexCron.js.map +1 -1
- package/Components/CustomModal.js.map +1 -0
- package/Components/FileBrowser.js +5 -1
- package/Components/FileBrowser.js.map +1 -0
- package/Components/FileViewer.js.map +1 -0
- package/Components/Icon.js.map +1 -0
- package/Components/IconPicker.js.map +1 -0
- package/Components/IconSelector.js.map +1 -0
- package/Components/Image.js.map +1 -0
- package/Components/JsonConfigComponent/ChipInput.d.ts +12 -0
- package/Components/JsonConfigComponent/ChipInput.js +763 -0
- package/Components/JsonConfigComponent/ChipInput.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigAccordion.d.ts +15 -0
- package/Components/JsonConfigComponent/ConfigAccordion.js +348 -0
- package/Components/JsonConfigComponent/ConfigAccordion.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigAlive.d.ts +10 -0
- package/Components/JsonConfigComponent/ConfigAlive.js +105 -0
- package/Components/JsonConfigComponent/ConfigAlive.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigAutocomplete.d.ts +37 -0
- package/Components/JsonConfigComponent/ConfigAutocomplete.js +73 -0
- package/Components/JsonConfigComponent/ConfigAutocomplete.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigAutocompleteSendTo.d.ts +17 -0
- package/Components/JsonConfigComponent/ConfigAutocompleteSendTo.js +131 -0
- package/Components/JsonConfigComponent/ConfigAutocompleteSendTo.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigCRON.d.ts +15 -0
- package/Components/JsonConfigComponent/ConfigCRON.js +157 -0
- package/Components/JsonConfigComponent/ConfigCRON.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigCertCollection.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigCertCollection.js +128 -0
- package/Components/JsonConfigComponent/ConfigCertCollection.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigCertificateSelect.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigCertificateSelect.js +149 -0
- package/Components/JsonConfigComponent/ConfigCertificateSelect.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigCertificates.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigCertificates.js +284 -0
- package/Components/JsonConfigComponent/ConfigCertificates.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigCheckLicense.d.ts +3 -0
- package/Components/JsonConfigComponent/ConfigCheckLicense.js +821 -0
- package/Components/JsonConfigComponent/ConfigCheckLicense.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigCheckbox.d.ts +15 -0
- package/Components/JsonConfigComponent/ConfigCheckbox.js +40 -0
- package/Components/JsonConfigComponent/ConfigCheckbox.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigChip.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigChip.js +120 -0
- package/Components/JsonConfigComponent/ConfigChip.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigColor.d.ts +22 -0
- package/Components/JsonConfigComponent/ConfigColor.js +120 -0
- package/Components/JsonConfigComponent/ConfigColor.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigCoordinates.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigCoordinates.js +265 -0
- package/Components/JsonConfigComponent/ConfigCoordinates.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigCustom.d.ts +26 -0
- package/Components/JsonConfigComponent/ConfigCustom.js +316 -0
- package/Components/JsonConfigComponent/ConfigCustom.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigDatePicker.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigDatePicker.js +91 -0
- package/Components/JsonConfigComponent/ConfigDatePicker.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigDeviceManager.d.ts +6 -0
- package/Components/JsonConfigComponent/ConfigDeviceManager.js +18 -0
- package/Components/JsonConfigComponent/ConfigFile.d.ts +15 -0
- package/Components/JsonConfigComponent/ConfigFile.js +228 -0
- package/Components/JsonConfigComponent/ConfigFile.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigFileSelector.d.ts +3 -0
- package/Components/JsonConfigComponent/ConfigFileSelector.js +625 -0
- package/Components/JsonConfigComponent/ConfigFileSelector.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigFunc.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigFunc.js +124 -0
- package/Components/JsonConfigComponent/ConfigFunc.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigGeneric.d.ts +95 -0
- package/Components/JsonConfigComponent/ConfigGeneric.js +646 -0
- package/Components/JsonConfigComponent/ConfigIP.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigIP.js +130 -0
- package/Components/JsonConfigComponent/ConfigIP.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigImageSendTo.d.ts +10 -0
- package/Components/JsonConfigComponent/ConfigImageSendTo.js +114 -0
- package/Components/JsonConfigComponent/ConfigImageSendTo.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigImageUpload.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigImageUpload.js +166 -0
- package/Components/JsonConfigComponent/ConfigImageUpload.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigInstanceSelect.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigInstanceSelect.js +264 -0
- package/Components/JsonConfigComponent/ConfigInstanceSelect.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigInterface.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigInterface.js +146 -0
- package/Components/JsonConfigComponent/ConfigInterface.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigJsonEditor.d.ts +13 -0
- package/Components/JsonConfigComponent/ConfigJsonEditor.js +145 -0
- package/Components/JsonConfigComponent/ConfigJsonEditor.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigLanguage.d.ts +7 -0
- package/Components/JsonConfigComponent/ConfigLanguage.js +110 -0
- package/Components/JsonConfigComponent/ConfigLanguage.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigLicense.d.ts +24 -0
- package/Components/JsonConfigComponent/ConfigLicense.js +183 -0
- package/Components/JsonConfigComponent/ConfigLicense.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigNumber.d.ts +17 -0
- package/Components/JsonConfigComponent/ConfigNumber.js +117 -0
- package/Components/JsonConfigComponent/ConfigObjectId.d.ts +17 -0
- package/Components/JsonConfigComponent/ConfigObjectId.js +167 -0
- package/Components/JsonConfigComponent/ConfigObjectId.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigPanel.d.ts +3 -0
- package/Components/JsonConfigComponent/ConfigPanel.js +396 -0
- package/Components/JsonConfigComponent/ConfigPanel.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigPassword.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigPassword.js +193 -0
- package/Components/JsonConfigComponent/ConfigPassword.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigPattern.d.ts +21 -0
- package/Components/JsonConfigComponent/ConfigPattern.js +65 -0
- package/Components/JsonConfigComponent/ConfigPattern.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigPort.d.ts +3 -0
- package/Components/JsonConfigComponent/ConfigPort.js +176 -0
- package/Components/JsonConfigComponent/ConfigRoom.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigRoom.js +124 -0
- package/Components/JsonConfigComponent/ConfigRoom.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigSelect.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigSelect.js +159 -0
- package/Components/JsonConfigComponent/ConfigSelect.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigSelectSendTo.d.ts +17 -0
- package/Components/JsonConfigComponent/ConfigSelectSendTo.js +272 -0
- package/Components/JsonConfigComponent/ConfigSelectSendTo.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigSendto.d.ts +24 -0
- package/Components/JsonConfigComponent/ConfigSendto.js +294 -0
- package/Components/JsonConfigComponent/ConfigSendto.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigSetState.d.ts +18 -0
- package/Components/JsonConfigComponent/ConfigSetState.js +185 -0
- package/Components/JsonConfigComponent/ConfigSetState.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigSlider.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigSlider.js +119 -0
- package/Components/JsonConfigComponent/ConfigSlider.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigStaticDivider.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigStaticDivider.js +68 -0
- package/Components/JsonConfigComponent/ConfigStaticDivider.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigStaticHeader.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigStaticHeader.js +81 -0
- package/Components/JsonConfigComponent/ConfigStaticHeader.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigStaticImage.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigStaticImage.js +71 -0
- package/Components/JsonConfigComponent/ConfigStaticImage.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigStaticText.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigStaticText.js +88 -0
- package/Components/JsonConfigComponent/ConfigStaticText.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigTable.d.ts +3 -0
- package/Components/JsonConfigComponent/ConfigTable.js +1064 -0
- package/Components/JsonConfigComponent/ConfigTable.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigTabs.d.ts +34 -0
- package/Components/JsonConfigComponent/ConfigTabs.js +162 -0
- package/Components/JsonConfigComponent/ConfigTabs.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigText.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigText.js +226 -0
- package/Components/JsonConfigComponent/ConfigText.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigTextSendTo.d.ts +10 -0
- package/Components/JsonConfigComponent/ConfigTextSendTo.js +129 -0
- package/Components/JsonConfigComponent/ConfigTextSendTo.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigTimePicker.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigTimePicker.js +85 -0
- package/Components/JsonConfigComponent/ConfigTimePicker.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigTopic.d.ts +17 -0
- package/Components/JsonConfigComponent/ConfigTopic.js +110 -0
- package/Components/JsonConfigComponent/ConfigTopic.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigUUID.d.ts +15 -0
- package/Components/JsonConfigComponent/ConfigUUID.js +95 -0
- package/Components/JsonConfigComponent/ConfigUUID.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigUser.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigUser.js +142 -0
- package/Components/JsonConfigComponent/ConfigUser.js.map +1 -0
- package/Components/JsonConfigComponent/DeviceManager/Communication.d.ts +63 -0
- package/Components/JsonConfigComponent/DeviceManager/Communication.js +268 -0
- package/Components/JsonConfigComponent/DeviceManager/DeviceActionButton.d.ts +11 -0
- package/Components/JsonConfigComponent/DeviceManager/DeviceActionButton.js +15 -0
- package/Components/JsonConfigComponent/DeviceManager/DeviceCard.d.ts +53 -0
- package/Components/JsonConfigComponent/DeviceManager/DeviceCard.js +340 -0
- package/Components/JsonConfigComponent/DeviceManager/DeviceControl.d.ts +45 -0
- package/Components/JsonConfigComponent/DeviceManager/DeviceControl.js +146 -0
- package/Components/JsonConfigComponent/DeviceManager/DeviceImageUpload.d.ts +12 -0
- package/Components/JsonConfigComponent/DeviceManager/DeviceImageUpload.js +69 -0
- package/Components/JsonConfigComponent/DeviceManager/DeviceList.d.ts +51 -0
- package/Components/JsonConfigComponent/DeviceManager/DeviceList.js +226 -0
- package/Components/JsonConfigComponent/DeviceManager/DeviceStatus.d.ts +13 -0
- package/Components/JsonConfigComponent/DeviceManager/DeviceStatus.js +111 -0
- package/Components/JsonConfigComponent/DeviceManager/InstanceActionButton.d.ts +7 -0
- package/Components/JsonConfigComponent/DeviceManager/InstanceActionButton.js +16 -0
- package/Components/JsonConfigComponent/DeviceManager/JsonConfig.d.ts +11 -0
- package/Components/JsonConfigComponent/DeviceManager/JsonConfig.js +94 -0
- package/Components/JsonConfigComponent/DeviceManager/TooltipButton.d.ts +10 -0
- package/Components/JsonConfigComponent/DeviceManager/TooltipButton.js +22 -0
- package/Components/JsonConfigComponent/DeviceManager/Utils.d.ts +12 -0
- package/Components/JsonConfigComponent/DeviceManager/Utils.js +158 -0
- package/Components/JsonConfigComponent/DeviceManager/i18n/de.json +21 -0
- package/Components/JsonConfigComponent/DeviceManager/i18n/en.json +21 -0
- package/Components/JsonConfigComponent/DeviceManager/i18n/es.json +21 -0
- package/Components/JsonConfigComponent/DeviceManager/i18n/fr.json +21 -0
- package/Components/JsonConfigComponent/DeviceManager/i18n/i18n.d.ts +26 -0
- package/Components/JsonConfigComponent/DeviceManager/i18n/it.json +21 -0
- package/Components/JsonConfigComponent/DeviceManager/i18n/nl.json +21 -0
- package/Components/JsonConfigComponent/DeviceManager/i18n/pl.json +21 -0
- package/Components/JsonConfigComponent/DeviceManager/i18n/pt.json +21 -0
- package/Components/JsonConfigComponent/DeviceManager/i18n/ru.json +21 -0
- package/Components/JsonConfigComponent/DeviceManager/i18n/uk.json +21 -0
- package/Components/JsonConfigComponent/DeviceManager/i18n/zh-cn.json +21 -0
- package/Components/JsonConfigComponent/DeviceManager/index.d.ts +2 -0
- package/Components/JsonConfigComponent/DeviceManager/index.js +10 -0
- package/Components/JsonConfigComponent/DeviceManager/index.js.map +1 -0
- package/Components/JsonConfigComponent/Utils.d.ts +9 -0
- package/Components/JsonConfigComponent/Utils.js +13 -0
- package/Components/JsonConfigComponent/index.d.ts +26 -0
- package/Components/JsonConfigComponent/index.js +520 -0
- package/Components/JsonConfigComponent/index.js.map +1 -0
- package/Components/JsonConfigComponent/wrapper/AdminConnection.d.ts +2 -0
- package/Components/JsonConfigComponent/wrapper/AdminConnection.js +7 -0
- package/Components/JsonConfigComponent/wrapper/Components/ColorPicker.d.ts +2 -0
- package/Components/JsonConfigComponent/wrapper/Components/ColorPicker.js +10 -0
- package/Components/JsonConfigComponent/wrapper/Components/ColorPicker.js.map +1 -0
- package/Components/JsonConfigComponent/wrapper/Components/Icon.d.ts +2 -0
- package/Components/JsonConfigComponent/wrapper/Components/Icon.js +10 -0
- package/Components/JsonConfigComponent/wrapper/Components/Icon.js.map +1 -0
- package/Components/JsonConfigComponent/wrapper/Components/TextWithIcon.d.ts +2 -0
- package/Components/JsonConfigComponent/wrapper/Components/TextWithIcon.js +10 -0
- package/Components/JsonConfigComponent/wrapper/Components/TextWithIcon.js.map +1 -0
- package/Components/JsonConfigComponent/wrapper/Components/UploadImage.d.ts +2 -0
- package/Components/JsonConfigComponent/wrapper/Components/UploadImage.js +10 -0
- package/Components/JsonConfigComponent/wrapper/Components/UploadImage.js.map +1 -0
- package/Components/JsonConfigComponent/wrapper/Components/Utils.d.ts +2 -0
- package/Components/JsonConfigComponent/wrapper/Components/Utils.js +10 -0
- package/Components/JsonConfigComponent/wrapper/Components/Utils.js.map +1 -0
- package/Components/JsonConfigComponent/wrapper/Dialogs/Confirm.d.ts +2 -0
- package/Components/JsonConfigComponent/wrapper/Dialogs/Confirm.js +10 -0
- package/Components/JsonConfigComponent/wrapper/Dialogs/Confirm.js.map +1 -0
- package/Components/JsonConfigComponent/wrapper/Dialogs/Cron.d.ts +2 -0
- package/Components/JsonConfigComponent/wrapper/Dialogs/Cron.js +10 -0
- package/Components/JsonConfigComponent/wrapper/Dialogs/Cron.js.map +1 -0
- package/Components/JsonConfigComponent/wrapper/Dialogs/Error.d.ts +2 -0
- package/Components/JsonConfigComponent/wrapper/Dialogs/Error.js +10 -0
- package/Components/JsonConfigComponent/wrapper/Dialogs/Error.js.map +1 -0
- package/Components/JsonConfigComponent/wrapper/Dialogs/Message.d.ts +2 -0
- package/Components/JsonConfigComponent/wrapper/Dialogs/Message.js +10 -0
- package/Components/JsonConfigComponent/wrapper/Dialogs/Message.js.map +1 -0
- package/Components/JsonConfigComponent/wrapper/Dialogs/SelectFile.d.ts +2 -0
- package/Components/JsonConfigComponent/wrapper/Dialogs/SelectFile.js +10 -0
- package/Components/JsonConfigComponent/wrapper/Dialogs/SelectFile.js.map +1 -0
- package/Components/JsonConfigComponent/wrapper/Dialogs/SelectID.d.ts +2 -0
- package/Components/JsonConfigComponent/wrapper/Dialogs/SelectID.js +10 -0
- package/Components/JsonConfigComponent/wrapper/Dialogs/SelectID.js.map +1 -0
- package/Components/JsonConfigComponent/wrapper/i18n.d.ts +2 -0
- package/Components/JsonConfigComponent/wrapper/i18n.js +10 -0
- package/Components/JsonConfigComponent/wrapper/i18n.js.map +1 -0
- package/Components/JsonConfigComponent/wrapper/icons/IconCopy.d.ts +2 -0
- package/Components/JsonConfigComponent/wrapper/icons/IconCopy.js +10 -0
- package/Components/JsonConfigComponent/wrapper/icons/IconCopy.js.map +1 -0
- package/Components/Loader.js +223 -223
- package/Components/Loader.js.map +1 -0
- package/Components/Loaders/PT.css +108 -108
- package/Components/Loaders/PT.js +103 -103
- package/Components/Loaders/PT.js.map +1 -0
- package/Components/Loaders/Vendor.css +13 -13
- package/Components/Loaders/Vendor.js +7 -7
- package/Components/Loaders/Vendor.js.map +1 -0
- package/Components/Logo.js.map +1 -0
- package/Components/MDUtils.js.map +1 -0
- package/Components/ObjectBrowser.js +344 -344
- package/Components/ObjectBrowser.js.map +1 -1
- package/Components/Router.js.map +1 -0
- package/Components/SaveCloseButtons.js.map +1 -0
- package/Components/Schedule.js.map +1 -0
- package/Components/SelectWithIcon.js.map +1 -0
- package/Components/SimpleCron/cron2text.js.map +1 -0
- package/Components/SimpleCron/cronText.js.map +1 -0
- package/Components/SimpleCron/index.js.map +1 -0
- package/Components/SimpleCron/jquery.cron.locale.js.map +1 -0
- package/Components/TabContainer.js.map +1 -0
- package/Components/TabContent.js.map +1 -0
- package/Components/TabHeader.js.map +1 -0
- package/Components/TableResize.js +5 -5
- package/Components/TableResize.js.map +1 -1
- package/Components/TextWithIcon.js.map +1 -0
- package/Components/ToggleThemeMenu.js.map +1 -0
- package/Components/TreeTable.js +70 -70
- package/Components/TreeTable.js.map +1 -1
- package/Components/UploadImage.js +305 -305
- package/Components/UploadImage.js.map +1 -0
- package/Components/Utils.js.map +1 -0
- package/Components/copy-to-clipboard.d.ts +13 -0
- package/Components/copy-to-clipboard.js +156 -0
- package/Components/copy-to-clipboard.js.map +1 -0
- package/Components/loader.css +221 -221
- package/Components/types.d.ts +82 -82
- package/Components/withWidth.js.map +1 -1
- package/Connection.js.map +1 -1
- package/Dialogs/ComplexCron.js.map +1 -0
- package/Dialogs/Confirm.js.map +1 -0
- package/Dialogs/Cron.js.map +1 -0
- package/Dialogs/Error.js.map +1 -0
- package/Dialogs/Message.js.map +1 -0
- package/Dialogs/SelectFile.js.map +1 -0
- package/Dialogs/SelectID.js.map +1 -0
- package/Dialogs/SimpleCron.js.map +1 -0
- package/Dialogs/TextInput.js.map +1 -0
- package/GenericApp.d.ts +2 -2
- package/GenericApp.js +49 -49
- package/GenericApp.js.map +1 -0
- package/LICENSE +22 -22
- package/LegacyConnection.js.map +1 -0
- package/Prompt.js +7 -7
- package/Prompt.js.map +1 -0
- package/README.md +841 -841
- package/Theme.js.map +1 -0
- 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/i18n.js.map +1 -0
- 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/IconExpert.js.map +1 -0
- 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
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
<svg height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g fill="currentColor">
|
|
3
|
-
<path d="m97.5 220.361-15.914 15.914a6 6 0 1 0 8.484 8.486l15.915-15.915a6 6 0 1 0 -8.484-8.485z"/>
|
|
4
|
-
<path d="m95.51 117a6 6 0 0 0 4.243-10.242l-15.914-15.915a6 6 0 0 0 -8.486 8.486l15.914 15.914a5.978 5.978 0 0 0 4.243 1.757z"/>
|
|
5
|
-
<path d="m235.5 242.508-15.91-15.914a6 6 0 0 0 -8.486 8.485l15.914 15.915a6 6 0 0 0 8.486-8.486z"/>
|
|
6
|
-
<path d="m86.826 171a6 6 0 0 0 -6-6h-24.837a6 6 0 0 0 0 12h24.837a6 6 0 0 0 6-6z"/>
|
|
7
|
-
<path d="m155 239.521a6 6 0 0 0 -6 6v24.836a6 6 0 0 0 12 0v-24.836a6 6 0 0 0 -6-6z"/>
|
|
8
|
-
<path d="m438.852 451.969a41.837 41.837 0 0 0 -41.166-35.969h-28.686v-326.684a69.309 69.309 0 0 0 -121.7-45.382 56.022 56.022 0 0 0 -48.709 6.349l-81.519 54.068a6 6 0 0 0 -.925 9.242l23.422 23.423-1.442 1.442a35.188 35.188 0 0 0 49.763 49.763l1.442-1.442 23.422 23.421a6 6 0 0 0 4.246 1.759c.2 0 .4-.01.6-.03a6 6 0 0 0 4.4-2.654l54.067-81.519a56.088 56.088 0 0 0 3.488-55.656 26.386 26.386 0 0 1 46.445 17.216v326.684h-29.182a42 42 0 0 0 -41.343 36.076 26.4 26.4 0 0 0 -22.475 25.956v7.968a6.282 6.282 0 0 0 6.319 6h216.692a5.992 5.992 0 0 0 5.989-6v-7.968a26.247 26.247 0 0 0 -23.148-26.063zm-259.452-272.234a23.188 23.188 0 0 1 -32.793-32.792l1.443-1.443 32.793 32.793zm36.648 16.794-86.23-86.229 18.093-12 80.14 80.14zm50.012-75.4-31.246 47.11-76.7-76.705 47.11-31.246a43.894 43.894 0 0 1 60.84 60.841zm33.528-70.272a38.252 38.252 0 0 0 -26.688 10.823 54.62 54.62 0 0 0 -14.186-12.435 57.31 57.31 0 0 1 98.286 40.071v326.684h-19v-326.684a38.461 38.461 0 0 0 -38.409-38.464zm-2.77 377.143h100.868c14.259 0 26.195 11 28.976 24h-158.819c2.781-13 14.716-24 28.975-24zm153.182 52h-205v-1.968a14.32 14.32 0 0 1 14.319-14.032h176.692a14.034 14.034 0 0 1 13.989 14.032z"/>
|
|
9
|
-
<path d="m305 381.031a6 6 0 0 0 12 0v-75.806a6 6 0 0 0 -12 0z"/>
|
|
10
|
-
<path d="m311 290.844a6 6 0 0 0 6-6v-4.834a6 6 0 0 0 -12 0v4.834a6 6 0 0 0 6 6z"/>
|
|
11
|
-
</g>
|
|
1
|
+
<svg height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g fill="currentColor">
|
|
3
|
+
<path d="m97.5 220.361-15.914 15.914a6 6 0 1 0 8.484 8.486l15.915-15.915a6 6 0 1 0 -8.484-8.485z"/>
|
|
4
|
+
<path d="m95.51 117a6 6 0 0 0 4.243-10.242l-15.914-15.915a6 6 0 0 0 -8.486 8.486l15.914 15.914a5.978 5.978 0 0 0 4.243 1.757z"/>
|
|
5
|
+
<path d="m235.5 242.508-15.91-15.914a6 6 0 0 0 -8.486 8.485l15.914 15.915a6 6 0 0 0 8.486-8.486z"/>
|
|
6
|
+
<path d="m86.826 171a6 6 0 0 0 -6-6h-24.837a6 6 0 0 0 0 12h24.837a6 6 0 0 0 6-6z"/>
|
|
7
|
+
<path d="m155 239.521a6 6 0 0 0 -6 6v24.836a6 6 0 0 0 12 0v-24.836a6 6 0 0 0 -6-6z"/>
|
|
8
|
+
<path d="m438.852 451.969a41.837 41.837 0 0 0 -41.166-35.969h-28.686v-326.684a69.309 69.309 0 0 0 -121.7-45.382 56.022 56.022 0 0 0 -48.709 6.349l-81.519 54.068a6 6 0 0 0 -.925 9.242l23.422 23.423-1.442 1.442a35.188 35.188 0 0 0 49.763 49.763l1.442-1.442 23.422 23.421a6 6 0 0 0 4.246 1.759c.2 0 .4-.01.6-.03a6 6 0 0 0 4.4-2.654l54.067-81.519a56.088 56.088 0 0 0 3.488-55.656 26.386 26.386 0 0 1 46.445 17.216v326.684h-29.182a42 42 0 0 0 -41.343 36.076 26.4 26.4 0 0 0 -22.475 25.956v7.968a6.282 6.282 0 0 0 6.319 6h216.692a5.992 5.992 0 0 0 5.989-6v-7.968a26.247 26.247 0 0 0 -23.148-26.063zm-259.452-272.234a23.188 23.188 0 0 1 -32.793-32.792l1.443-1.443 32.793 32.793zm36.648 16.794-86.23-86.229 18.093-12 80.14 80.14zm50.012-75.4-31.246 47.11-76.7-76.705 47.11-31.246a43.894 43.894 0 0 1 60.84 60.841zm33.528-70.272a38.252 38.252 0 0 0 -26.688 10.823 54.62 54.62 0 0 0 -14.186-12.435 57.31 57.31 0 0 1 98.286 40.071v326.684h-19v-326.684a38.461 38.461 0 0 0 -38.409-38.464zm-2.77 377.143h100.868c14.259 0 26.195 11 28.976 24h-158.819c2.781-13 14.716-24 28.975-24zm153.182 52h-205v-1.968a14.32 14.32 0 0 1 14.319-14.032h176.692a14.034 14.034 0 0 1 13.989 14.032z"/>
|
|
9
|
+
<path d="m305 381.031a6 6 0 0 0 12 0v-75.806a6 6 0 0 0 -12 0z"/>
|
|
10
|
+
<path d="m311 290.844a6 6 0 0 0 6-6v-4.834a6 6 0 0 0 -12 0v4.834a6 6 0 0 0 6 6z"/>
|
|
11
|
+
</g>
|
|
12
12
|
</svg>
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
2
|
-
<g fill="currentColor">
|
|
3
|
-
<path d="M352,385.406V53.333C352,23.927,328.073,0,298.667,0s-53.333,23.927-53.333,53.333v332.073
|
|
4
|
-
C231.719,399.365,224,418.031,224,437.333C224,478.5,257.5,512,298.667,512c41.167,0,74.667-33.5,74.667-74.667
|
|
5
|
-
C373.333,418.031,365.615,399.365,352,385.406z M298.667,490.667c-29.406,0-53.333-23.927-53.333-53.333
|
|
6
|
-
c0-15.104,6.323-29.125,17.813-39.469c2.24-2.031,3.521-4.906,3.521-7.927V53.333c0-17.646,14.354-32,32-32
|
|
7
|
-
c17.646,0,32,14.354,32,32v336.604c0,3.021,1.281,5.896,3.521,7.927C345.677,408.208,352,422.229,352,437.333
|
|
8
|
-
C352,466.74,328.073,490.667,298.667,490.667z"/>
|
|
9
|
-
<path d="M309.333,407.298V224c0-5.896-4.771-10.667-10.667-10.667c-5.896,0-10.667,4.771-10.667,10.667v183.298
|
|
10
|
-
c-12.389,4.418-21.333,16.147-21.333,30.035c0,17.646,14.354,32,32,32c17.646,0,32-14.354,32-32
|
|
11
|
-
C330.667,423.445,321.723,411.716,309.333,407.298z M298.667,448c-5.885,0-10.667-4.781-10.667-10.667
|
|
12
|
-
c0-5.885,4.781-10.667,10.667-10.667c5.885,0,10.667,4.781,10.667,10.667C309.333,443.219,304.552,448,298.667,448z"/>
|
|
13
|
-
<path d="M213.333,341.333h-64c-5.896,0-10.667,4.771-10.667,10.667c0,5.896,4.771,10.667,10.667,10.667h64
|
|
14
|
-
c5.896,0,10.667-4.771,10.667-10.667C224,346.104,219.229,341.333,213.333,341.333z"/>
|
|
15
|
-
<path d="M213.333,298.667H192c-5.896,0-10.667,4.771-10.667,10.667c0,5.896,4.771,10.667,10.667,10.667h21.333
|
|
16
|
-
c5.896,0,10.667-4.771,10.667-10.667C224,303.438,219.229,298.667,213.333,298.667z"/>
|
|
17
|
-
<path d="M213.333,256H192c-5.896,0-10.667,4.771-10.667,10.667c0,5.896,4.771,10.667,10.667,10.667h21.333
|
|
18
|
-
c5.896,0,10.667-4.771,10.667-10.667C224,260.771,219.229,256,213.333,256z"/>
|
|
19
|
-
<path d="M149.333,234.667h64c5.896,0,10.667-4.771,10.667-10.667s-4.771-10.667-10.667-10.667h-64
|
|
20
|
-
c-5.896,0-10.667,4.771-10.667,10.667S143.438,234.667,149.333,234.667z"/>
|
|
21
|
-
<path d="M149.333,106.667h64c5.896,0,10.667-4.771,10.667-10.667s-4.771-10.667-10.667-10.667h-64
|
|
22
|
-
c-5.896,0-10.667,4.771-10.667,10.667S143.438,106.667,149.333,106.667z"/>
|
|
23
|
-
<path d="M213.333,170.667H192c-5.896,0-10.667,4.771-10.667,10.667c0,5.896,4.771,10.667,10.667,10.667h21.333
|
|
24
|
-
c5.896,0,10.667-4.771,10.667-10.667C224,175.438,219.229,170.667,213.333,170.667z"/>
|
|
25
|
-
<path d="M213.333,128H192c-5.896,0-10.667,4.771-10.667,10.667c0,5.896,4.771,10.667,10.667,10.667h21.333
|
|
26
|
-
c5.896,0,10.667-4.771,10.667-10.667C224,132.771,219.229,128,213.333,128z"/>
|
|
27
|
-
</g>
|
|
28
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
2
|
+
<g fill="currentColor">
|
|
3
|
+
<path d="M352,385.406V53.333C352,23.927,328.073,0,298.667,0s-53.333,23.927-53.333,53.333v332.073
|
|
4
|
+
C231.719,399.365,224,418.031,224,437.333C224,478.5,257.5,512,298.667,512c41.167,0,74.667-33.5,74.667-74.667
|
|
5
|
+
C373.333,418.031,365.615,399.365,352,385.406z M298.667,490.667c-29.406,0-53.333-23.927-53.333-53.333
|
|
6
|
+
c0-15.104,6.323-29.125,17.813-39.469c2.24-2.031,3.521-4.906,3.521-7.927V53.333c0-17.646,14.354-32,32-32
|
|
7
|
+
c17.646,0,32,14.354,32,32v336.604c0,3.021,1.281,5.896,3.521,7.927C345.677,408.208,352,422.229,352,437.333
|
|
8
|
+
C352,466.74,328.073,490.667,298.667,490.667z"/>
|
|
9
|
+
<path d="M309.333,407.298V224c0-5.896-4.771-10.667-10.667-10.667c-5.896,0-10.667,4.771-10.667,10.667v183.298
|
|
10
|
+
c-12.389,4.418-21.333,16.147-21.333,30.035c0,17.646,14.354,32,32,32c17.646,0,32-14.354,32-32
|
|
11
|
+
C330.667,423.445,321.723,411.716,309.333,407.298z M298.667,448c-5.885,0-10.667-4.781-10.667-10.667
|
|
12
|
+
c0-5.885,4.781-10.667,10.667-10.667c5.885,0,10.667,4.781,10.667,10.667C309.333,443.219,304.552,448,298.667,448z"/>
|
|
13
|
+
<path d="M213.333,341.333h-64c-5.896,0-10.667,4.771-10.667,10.667c0,5.896,4.771,10.667,10.667,10.667h64
|
|
14
|
+
c5.896,0,10.667-4.771,10.667-10.667C224,346.104,219.229,341.333,213.333,341.333z"/>
|
|
15
|
+
<path d="M213.333,298.667H192c-5.896,0-10.667,4.771-10.667,10.667c0,5.896,4.771,10.667,10.667,10.667h21.333
|
|
16
|
+
c5.896,0,10.667-4.771,10.667-10.667C224,303.438,219.229,298.667,213.333,298.667z"/>
|
|
17
|
+
<path d="M213.333,256H192c-5.896,0-10.667,4.771-10.667,10.667c0,5.896,4.771,10.667,10.667,10.667h21.333
|
|
18
|
+
c5.896,0,10.667-4.771,10.667-10.667C224,260.771,219.229,256,213.333,256z"/>
|
|
19
|
+
<path d="M149.333,234.667h64c5.896,0,10.667-4.771,10.667-10.667s-4.771-10.667-10.667-10.667h-64
|
|
20
|
+
c-5.896,0-10.667,4.771-10.667,10.667S143.438,234.667,149.333,234.667z"/>
|
|
21
|
+
<path d="M149.333,106.667h64c5.896,0,10.667-4.771,10.667-10.667s-4.771-10.667-10.667-10.667h-64
|
|
22
|
+
c-5.896,0-10.667,4.771-10.667,10.667S143.438,106.667,149.333,106.667z"/>
|
|
23
|
+
<path d="M213.333,170.667H192c-5.896,0-10.667,4.771-10.667,10.667c0,5.896,4.771,10.667,10.667,10.667h21.333
|
|
24
|
+
c5.896,0,10.667-4.771,10.667-10.667C224,175.438,219.229,170.667,213.333,170.667z"/>
|
|
25
|
+
<path d="M213.333,128H192c-5.896,0-10.667,4.771-10.667,10.667c0,5.896,4.771,10.667,10.667,10.667h21.333
|
|
26
|
+
c5.896,0,10.667-4.771,10.667-10.667C224,132.771,219.229,128,213.333,128z"/>
|
|
27
|
+
</g>
|
|
28
|
+
</svg>
|
package/assets/devices/Tv.svg
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<svg height="512" viewBox="0 0 128 128" width="512" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g fill="currentColor">
|
|
3
|
-
<path d="m122.25 17.266h-116.5a5.756 5.756 0 0 0 -5.75 5.75v67.994a5.757 5.757 0 0 0 5.75 5.75h9.883l-3.068 4.44a6.079 6.079 0 0 0 10 6.912l7.847-11.352h67.176l7.844 11.351a6.079 6.079 0 0 0 10-6.912l-3.068-4.439h9.883a5.757 5.757 0 0 0 5.753-5.75v-67.994a5.756 5.756 0 0 0 -5.75-5.75zm-102.561 88.856a2.582 2.582 0 0 1 -2.122 1.112 2.58 2.58 0 0 1 -2.123-4.046l4.443-6.428h6.271zm92.867-2.934a2.58 2.58 0 0 1 -2.123 4.046 2.585 2.585 0 0 1 -2.123-1.112l-6.468-9.362h6.271zm11.944-12.178a2.253 2.253 0 0 1 -2.25 2.25h-116.5a2.253 2.253 0 0 1 -2.25-2.25v-67.994a2.253 2.253 0 0 1 2.25-2.25h116.5a2.253 2.253 0 0 1 2.25 2.25z"/>
|
|
4
|
-
<path d="m118.25 25.266h-108.5a1.749 1.749 0 0 0 -1.75 1.75v59.994a1.75 1.75 0 0 0 1.75 1.75h108.5a1.75 1.75 0 0 0 1.75-1.75v-59.994a1.749 1.749 0 0 0 -1.75-1.75zm-1.75 59.994h-105v-56.494h105z"/>
|
|
5
|
-
<path d="m41.375 47.922h7.3v19.932a1.75 1.75 0 0 0 3.5 0v-19.932h7.3a1.75 1.75 0 0 0 0-3.5h-18.1a1.75 1.75 0 0 0 0 3.5z"/>
|
|
6
|
-
<path d="m75.963 68.527a1.749 1.749 0 0 0 3.23 0l9.047-21.681a1.75 1.75 0 1 0 -3.23-1.346l-7.432 17.809-7.432-17.809a1.75 1.75 0 1 0 -3.23 1.348z"/>
|
|
7
|
-
</g>
|
|
1
|
+
<svg height="512" viewBox="0 0 128 128" width="512" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g fill="currentColor">
|
|
3
|
+
<path d="m122.25 17.266h-116.5a5.756 5.756 0 0 0 -5.75 5.75v67.994a5.757 5.757 0 0 0 5.75 5.75h9.883l-3.068 4.44a6.079 6.079 0 0 0 10 6.912l7.847-11.352h67.176l7.844 11.351a6.079 6.079 0 0 0 10-6.912l-3.068-4.439h9.883a5.757 5.757 0 0 0 5.753-5.75v-67.994a5.756 5.756 0 0 0 -5.75-5.75zm-102.561 88.856a2.582 2.582 0 0 1 -2.122 1.112 2.58 2.58 0 0 1 -2.123-4.046l4.443-6.428h6.271zm92.867-2.934a2.58 2.58 0 0 1 -2.123 4.046 2.585 2.585 0 0 1 -2.123-1.112l-6.468-9.362h6.271zm11.944-12.178a2.253 2.253 0 0 1 -2.25 2.25h-116.5a2.253 2.253 0 0 1 -2.25-2.25v-67.994a2.253 2.253 0 0 1 2.25-2.25h116.5a2.253 2.253 0 0 1 2.25 2.25z"/>
|
|
4
|
+
<path d="m118.25 25.266h-108.5a1.749 1.749 0 0 0 -1.75 1.75v59.994a1.75 1.75 0 0 0 1.75 1.75h108.5a1.75 1.75 0 0 0 1.75-1.75v-59.994a1.749 1.749 0 0 0 -1.75-1.75zm-1.75 59.994h-105v-56.494h105z"/>
|
|
5
|
+
<path d="m41.375 47.922h7.3v19.932a1.75 1.75 0 0 0 3.5 0v-19.932h7.3a1.75 1.75 0 0 0 0-3.5h-18.1a1.75 1.75 0 0 0 0 3.5z"/>
|
|
6
|
+
<path d="m75.963 68.527a1.749 1.749 0 0 0 3.23 0l9.047-21.681a1.75 1.75 0 1 0 -3.23-1.346l-7.432 17.809-7.432-17.809a1.75 1.75 0 1 0 -3.23 1.348z"/>
|
|
7
|
+
</g>
|
|
8
8
|
</svg>
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<svg viewBox="0 0 480 480" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g fill="currentColor">
|
|
3
|
-
<path d="m440 96c-4.417969 0-8-3.582031-8-8-.027344-22.082031-17.917969-39.972656-40-40-4.417969 0-8-3.582031-8-8s3.582031-8 8-8c30.914062.035156 55.964844 25.085938 56 56 0 4.417969-3.582031 8-8 8zm0 0"/>
|
|
4
|
-
<path d="m408 96c-4.417969 0-8-3.582031-8-8s-3.582031-8-8-8-8-3.582031-8-8 3.582031-8 8-8c13.253906 0 24 10.746094 24 24 0 4.417969-3.582031 8-8 8zm0 0"/>
|
|
5
|
-
<path d="m472 96c-4.417969 0-8-3.582031-8-8-.046875-39.746094-32.253906-71.953125-72-72-4.417969 0-8-3.582031-8-8s3.582031-8 8-8c48.578125.0585938 87.941406 39.421875 88 88 0 4.417969-3.582031 8-8 8zm0 0"/>
|
|
6
|
-
<path d="m40 96c-4.417969 0-8-3.582031-8-8 .035156-30.914062 25.085938-55.964844 56-56 4.417969 0 8 3.582031 8 8s-3.582031 8-8 8c-22.082031.027344-39.972656 17.917969-40 40 0 4.417969-3.582031 8-8 8zm0 0"/>
|
|
7
|
-
<path d="m72 96c-4.417969 0-8-3.582031-8-8 0-13.253906 10.746094-24 24-24 4.417969 0 8 3.582031 8 8s-3.582031 8-8 8-8 3.582031-8 8-3.582031 8-8 8zm0 0"/>
|
|
8
|
-
<path d="m8 96c-4.417969 0-8-3.582031-8-8 .0585938-48.578125 39.421875-87.9414062 88-88 4.417969 0 8 3.582031 8 8s-3.582031 8-8 8c-39.746094.046875-71.953125 32.253906-72 72 0 4.417969-3.582031 8-8 8zm0 0"/>
|
|
9
|
-
<path d="m240 416c26.507812 0 48-21.492188 48-48s-21.492188-48-48-48-48 21.492188-48 48c.027344 26.5 21.5 47.972656 48 48zm0-80c17.671875 0 32 14.328125 32 32s-14.328125 32-32 32-32-14.328125-32-32 14.328125-32 32-32zm0 0"/>
|
|
10
|
-
<path d="m240 184c13.253906 0 24-10.746094 24-24s-10.746094-24-24-24-24 10.746094-24 24 10.746094 24 24 24zm0-32c4.417969 0 8 3.582031 8 8s-3.582031 8-8 8-8-3.582031-8-8 3.582031-8 8-8zm0 0"/>
|
|
11
|
-
<path d="m317.945312 152v.046875h.054688zm0 0"/>
|
|
12
|
-
<path d="m152 152h48v16h-48zm0 0"/>
|
|
13
|
-
<path d="m280 152h48v16h-48zm0 0"/>
|
|
14
|
-
<path d="m240 48c-101.265625-.011719-188.945312 70.332031-210.890625 169.1875-21.945313 98.859375 27.734375 199.691406 119.492187 242.53125 57.925782 27.035156 124.851563 27.035156 182.78125 0 91.757813-42.835938 141.433594-143.664062 119.492188-242.523438-21.941406-98.855468-109.613281-169.199218-210.875-169.195312zm0 16c107.285156.132812 195.398438 84.804688 199.800781 192h-16c-4.582031-98.179688-85.515625-175.421875-183.800781-175.421875s-179.21875 77.242187-183.800781 175.421875h-16c4.402343-107.195312 92.515625-191.867188 199.800781-192zm29.113281 245.496094c30.683594 11.988281 50.882813 41.558594 50.886719 74.503906v27.640625c-49.878906 27.144531-110.121094 27.144531-160 0v-27.640625c.003906-26.429688 13.0625-51.152344 34.886719-66.054688 21.828125-14.90625 49.609375-18.066406 74.226562-8.449218zm66.886719 74.503906c0-53.019531-42.980469-96-96-96s-96 42.980469-96 96v17.734375c-38.863281-26.980469-64.507812-69.132813-70.601562-116.046875-6.097657-46.917969 7.925781-94.222656 38.601562-130.238281v36.550781c.027344 22.082031 17.917969 39.972656 40 40h176c22.082031-.027344 39.972656-17.917969 40-40v-36.550781c30.675781 36.015625 44.699219 83.320312 38.601562 130.238281-6.09375 46.914062-31.738281 89.066406-70.601562 116.046875zm-208-244.863281c63.589844-57.515625 160.410156-57.515625 224 0v52.863281c0 13.253906-10.746094 24-24 24h-176c-13.253906 0-24-10.746094-24-24zm-87.710938 132.863281h16c2.835938 61.039062 35.671876 116.722656 87.710938 148.753906v18.644532c-61.4375-33.851563-100.753906-97.3125-103.710938-167.398438zm119.710938 175.246094v-17.644532c50.503906 24.5625 109.496094 24.5625 160 0v17.671876c-50.996094 22.335937-109.003906 22.335937-160 0zm176-7.847656v-18.644532c52.042969-32.027344 84.886719-87.710937 87.726562-148.753906h16c-2.960937 70.089844-42.285156 133.550781-103.726562 167.398438zm0 0"/>
|
|
15
|
-
</g>
|
|
1
|
+
<svg viewBox="0 0 480 480" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g fill="currentColor">
|
|
3
|
+
<path d="m440 96c-4.417969 0-8-3.582031-8-8-.027344-22.082031-17.917969-39.972656-40-40-4.417969 0-8-3.582031-8-8s3.582031-8 8-8c30.914062.035156 55.964844 25.085938 56 56 0 4.417969-3.582031 8-8 8zm0 0"/>
|
|
4
|
+
<path d="m408 96c-4.417969 0-8-3.582031-8-8s-3.582031-8-8-8-8-3.582031-8-8 3.582031-8 8-8c13.253906 0 24 10.746094 24 24 0 4.417969-3.582031 8-8 8zm0 0"/>
|
|
5
|
+
<path d="m472 96c-4.417969 0-8-3.582031-8-8-.046875-39.746094-32.253906-71.953125-72-72-4.417969 0-8-3.582031-8-8s3.582031-8 8-8c48.578125.0585938 87.941406 39.421875 88 88 0 4.417969-3.582031 8-8 8zm0 0"/>
|
|
6
|
+
<path d="m40 96c-4.417969 0-8-3.582031-8-8 .035156-30.914062 25.085938-55.964844 56-56 4.417969 0 8 3.582031 8 8s-3.582031 8-8 8c-22.082031.027344-39.972656 17.917969-40 40 0 4.417969-3.582031 8-8 8zm0 0"/>
|
|
7
|
+
<path d="m72 96c-4.417969 0-8-3.582031-8-8 0-13.253906 10.746094-24 24-24 4.417969 0 8 3.582031 8 8s-3.582031 8-8 8-8 3.582031-8 8-3.582031 8-8 8zm0 0"/>
|
|
8
|
+
<path d="m8 96c-4.417969 0-8-3.582031-8-8 .0585938-48.578125 39.421875-87.9414062 88-88 4.417969 0 8 3.582031 8 8s-3.582031 8-8 8c-39.746094.046875-71.953125 32.253906-72 72 0 4.417969-3.582031 8-8 8zm0 0"/>
|
|
9
|
+
<path d="m240 416c26.507812 0 48-21.492188 48-48s-21.492188-48-48-48-48 21.492188-48 48c.027344 26.5 21.5 47.972656 48 48zm0-80c17.671875 0 32 14.328125 32 32s-14.328125 32-32 32-32-14.328125-32-32 14.328125-32 32-32zm0 0"/>
|
|
10
|
+
<path d="m240 184c13.253906 0 24-10.746094 24-24s-10.746094-24-24-24-24 10.746094-24 24 10.746094 24 24 24zm0-32c4.417969 0 8 3.582031 8 8s-3.582031 8-8 8-8-3.582031-8-8 3.582031-8 8-8zm0 0"/>
|
|
11
|
+
<path d="m317.945312 152v.046875h.054688zm0 0"/>
|
|
12
|
+
<path d="m152 152h48v16h-48zm0 0"/>
|
|
13
|
+
<path d="m280 152h48v16h-48zm0 0"/>
|
|
14
|
+
<path d="m240 48c-101.265625-.011719-188.945312 70.332031-210.890625 169.1875-21.945313 98.859375 27.734375 199.691406 119.492187 242.53125 57.925782 27.035156 124.851563 27.035156 182.78125 0 91.757813-42.835938 141.433594-143.664062 119.492188-242.523438-21.941406-98.855468-109.613281-169.199218-210.875-169.195312zm0 16c107.285156.132812 195.398438 84.804688 199.800781 192h-16c-4.582031-98.179688-85.515625-175.421875-183.800781-175.421875s-179.21875 77.242187-183.800781 175.421875h-16c4.402343-107.195312 92.515625-191.867188 199.800781-192zm29.113281 245.496094c30.683594 11.988281 50.882813 41.558594 50.886719 74.503906v27.640625c-49.878906 27.144531-110.121094 27.144531-160 0v-27.640625c.003906-26.429688 13.0625-51.152344 34.886719-66.054688 21.828125-14.90625 49.609375-18.066406 74.226562-8.449218zm66.886719 74.503906c0-53.019531-42.980469-96-96-96s-96 42.980469-96 96v17.734375c-38.863281-26.980469-64.507812-69.132813-70.601562-116.046875-6.097657-46.917969 7.925781-94.222656 38.601562-130.238281v36.550781c.027344 22.082031 17.917969 39.972656 40 40h176c22.082031-.027344 39.972656-17.917969 40-40v-36.550781c30.675781 36.015625 44.699219 83.320312 38.601562 130.238281-6.09375 46.914062-31.738281 89.066406-70.601562 116.046875zm-208-244.863281c63.589844-57.515625 160.410156-57.515625 224 0v52.863281c0 13.253906-10.746094 24-24 24h-176c-13.253906 0-24-10.746094-24-24zm-87.710938 132.863281h16c2.835938 61.039062 35.671876 116.722656 87.710938 148.753906v18.644532c-61.4375-33.851563-100.753906-97.3125-103.710938-167.398438zm119.710938 175.246094v-17.644532c50.503906 24.5625 109.496094 24.5625 160 0v17.671876c-50.996094 22.335937-109.003906 22.335937-160 0zm176-7.847656v-18.644532c52.042969-32.027344 84.886719-87.710937 87.726562-148.753906h16c-2.960937 70.089844-42.285156 133.550781-103.726562 167.398438zm0 0"/>
|
|
15
|
+
</g>
|
|
16
16
|
</svg>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="512" height="512">
|
|
2
|
-
<g fill="currentColor">
|
|
3
|
-
<path d="M59,2H5A3,3,0,0,0,2,5V59a3,3,0,0,0,3,3H59a3,3,0,0,0,3-3V5A3,3,0,0,0,59,2Zm1,57a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H59a1,1,0,0,1,1,1Z"/>
|
|
4
|
-
<path d="M32,6A26,26,0,1,0,58,32,26.029,26.029,0,0,0,32,6Zm0,50A24,24,0,1,1,56,32,24.028,24.028,0,0,1,32,56Z"/>
|
|
5
|
-
<path d="M32,10A22,22,0,1,0,54,32,22.025,22.025,0,0,0,32,10Zm10.175,4.813c2.469,9.55-3.613,12.9-6.428,13.911a5,5,0,0,0-1.65-1.247,11.374,11.374,0,0,0,3.311-6.794c.249-2.845-.79-5.706-3.05-8.531A19.824,19.824,0,0,1,42.175,14.813ZM35,32a3,3,0,1,1-3-3A3,3,0,0,1,35,32ZM31.586,12.021c2.767,2.873,4.066,5.722,3.831,8.47a10.1,10.1,0,0,1-3.784,6.53,19.652,19.652,0,0,0-9.585-12.344A19.838,19.838,0,0,1,31.586,12.021ZM20.12,15.948a17.657,17.657,0,0,1,9.592,11.633,4.951,4.951,0,0,0-.957.647,18.886,18.886,0,0,0-14.338-5.752A20.126,20.126,0,0,1,20.12,15.948ZM12,32a19.87,19.87,0,0,1,1.442-7.416A16.385,16.385,0,0,1,25.816,28.26a13.79,13.79,0,0,0-8.064,1.291A12.644,12.644,0,0,0,12.311,35.4,19.913,19.913,0,0,1,12,32Zm1.164,6.66c1.13-3.529,2.982-6,5.52-7.34a12.643,12.643,0,0,1,8.561-.787A4.919,4.919,0,0,0,27,32c0,.109.025.211.032.318-2.008.915-7.961,4.42-8.9,14.063A20.034,20.034,0,0,1,13.164,38.66Zm6.878,9.333c.364-9.279,5.563-12.743,7.531-13.719a5,5,0,0,0,1.065,1.4c-.958,2.609-2.853,9.791,2.108,16.261A19.856,19.856,0,0,1,20.042,47.993ZM33.381,51.93c-5.4-5.733-3.92-12.495-2.988-15.219A4.929,4.929,0,0,0,32,37c.081,0,.156-.02.235-.024.6,3.049,2.829,9.223,11.111,11.475A19.856,19.856,0,0,1,33.381,51.93Zm11.966-5.078c-8.441-1.617-10.623-7.292-11.174-10.37a5.006,5.006,0,0,0,1.084-.719c1.868,1.9,6.215,5.633,11.522,5.633a11.208,11.208,0,0,0,3.085-.455A20.069,20.069,0,0,1,45.347,46.852ZM52,32a19.9,19.9,0,0,1-1.074,6.414c-6.507,3.12-12.462-2.184-14.438-4.251a4.927,4.927,0,0,0,.369-1.025,16.6,16.6,0,0,0,1.789.094,18.328,18.328,0,0,0,12.926-5.339A20,20,0,0,1,52,32Zm-15.088-.868a4.745,4.745,0,0,0-.173-.65c2.926-1.155,9.234-4.766,7.817-14.028a20.057,20.057,0,0,1,6.394,9.2A16.344,16.344,0,0,1,36.912,31.132Z"/>
|
|
6
|
-
<path d="M9,12A3,3,0,1,0,6,9,3,3,0,0,0,9,12ZM9,8A1,1,0,1,1,8,9,1,1,0,0,1,9,8Z"/>
|
|
7
|
-
<path d="M55,6a3,3,0,1,0,3,3A3,3,0,0,0,55,6Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,55,10Z"/>
|
|
8
|
-
<path d="M12,55a3,3,0,0,0-3-3,2.966,2.966,0,0,0-1,.184V45H6V55a3,3,0,0,0,3,3h6V56H11.816A2.966,2.966,0,0,0,12,55ZM9,56a1,1,0,1,1,1-1A1,1,0,0,1,9,56Z"/>
|
|
9
|
-
<path d="M56,52.184A2.966,2.966,0,0,0,55,52a3,3,0,0,0-3,3,2.966,2.966,0,0,0,.184,1H45v2H55a3,3,0,0,0,3-3V49H56ZM55,56a1,1,0,1,1,1-1A1,1,0,0,1,55,56Z"/>
|
|
10
|
-
<rect x="17" y="56" width="2" height="2"/>
|
|
11
|
-
</g>
|
|
12
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="512" height="512">
|
|
2
|
+
<g fill="currentColor">
|
|
3
|
+
<path d="M59,2H5A3,3,0,0,0,2,5V59a3,3,0,0,0,3,3H59a3,3,0,0,0,3-3V5A3,3,0,0,0,59,2Zm1,57a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H59a1,1,0,0,1,1,1Z"/>
|
|
4
|
+
<path d="M32,6A26,26,0,1,0,58,32,26.029,26.029,0,0,0,32,6Zm0,50A24,24,0,1,1,56,32,24.028,24.028,0,0,1,32,56Z"/>
|
|
5
|
+
<path d="M32,10A22,22,0,1,0,54,32,22.025,22.025,0,0,0,32,10Zm10.175,4.813c2.469,9.55-3.613,12.9-6.428,13.911a5,5,0,0,0-1.65-1.247,11.374,11.374,0,0,0,3.311-6.794c.249-2.845-.79-5.706-3.05-8.531A19.824,19.824,0,0,1,42.175,14.813ZM35,32a3,3,0,1,1-3-3A3,3,0,0,1,35,32ZM31.586,12.021c2.767,2.873,4.066,5.722,3.831,8.47a10.1,10.1,0,0,1-3.784,6.53,19.652,19.652,0,0,0-9.585-12.344A19.838,19.838,0,0,1,31.586,12.021ZM20.12,15.948a17.657,17.657,0,0,1,9.592,11.633,4.951,4.951,0,0,0-.957.647,18.886,18.886,0,0,0-14.338-5.752A20.126,20.126,0,0,1,20.12,15.948ZM12,32a19.87,19.87,0,0,1,1.442-7.416A16.385,16.385,0,0,1,25.816,28.26a13.79,13.79,0,0,0-8.064,1.291A12.644,12.644,0,0,0,12.311,35.4,19.913,19.913,0,0,1,12,32Zm1.164,6.66c1.13-3.529,2.982-6,5.52-7.34a12.643,12.643,0,0,1,8.561-.787A4.919,4.919,0,0,0,27,32c0,.109.025.211.032.318-2.008.915-7.961,4.42-8.9,14.063A20.034,20.034,0,0,1,13.164,38.66Zm6.878,9.333c.364-9.279,5.563-12.743,7.531-13.719a5,5,0,0,0,1.065,1.4c-.958,2.609-2.853,9.791,2.108,16.261A19.856,19.856,0,0,1,20.042,47.993ZM33.381,51.93c-5.4-5.733-3.92-12.495-2.988-15.219A4.929,4.929,0,0,0,32,37c.081,0,.156-.02.235-.024.6,3.049,2.829,9.223,11.111,11.475A19.856,19.856,0,0,1,33.381,51.93Zm11.966-5.078c-8.441-1.617-10.623-7.292-11.174-10.37a5.006,5.006,0,0,0,1.084-.719c1.868,1.9,6.215,5.633,11.522,5.633a11.208,11.208,0,0,0,3.085-.455A20.069,20.069,0,0,1,45.347,46.852ZM52,32a19.9,19.9,0,0,1-1.074,6.414c-6.507,3.12-12.462-2.184-14.438-4.251a4.927,4.927,0,0,0,.369-1.025,16.6,16.6,0,0,0,1.789.094,18.328,18.328,0,0,0,12.926-5.339A20,20,0,0,1,52,32Zm-15.088-.868a4.745,4.745,0,0,0-.173-.65c2.926-1.155,9.234-4.766,7.817-14.028a20.057,20.057,0,0,1,6.394,9.2A16.344,16.344,0,0,1,36.912,31.132Z"/>
|
|
6
|
+
<path d="M9,12A3,3,0,1,0,6,9,3,3,0,0,0,9,12ZM9,8A1,1,0,1,1,8,9,1,1,0,0,1,9,8Z"/>
|
|
7
|
+
<path d="M55,6a3,3,0,1,0,3,3A3,3,0,0,0,55,6Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,55,10Z"/>
|
|
8
|
+
<path d="M12,55a3,3,0,0,0-3-3,2.966,2.966,0,0,0-1,.184V45H6V55a3,3,0,0,0,3,3h6V56H11.816A2.966,2.966,0,0,0,12,55ZM9,56a1,1,0,1,1,1-1A1,1,0,0,1,9,56Z"/>
|
|
9
|
+
<path d="M56,52.184A2.966,2.966,0,0,0,55,52a3,3,0,0,0-3,3,2.966,2.966,0,0,0,.184,1H45v2H55a3,3,0,0,0,3-3V49H56ZM55,56a1,1,0,1,1,1-1A1,1,0,0,1,55,56Z"/>
|
|
10
|
+
<rect x="17" y="56" width="2" height="2"/>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<svg height="496pt" viewBox="0 0 496 496" width="496pt" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g fill="currentColor">
|
|
3
|
-
<path d="m488 0h-400c-4.425781 0-8 3.585938-8 8v296.832031c-2.601562-.527343-5.273438-.832031-8-.832031-22.054688 0-40 17.945312-40 40v.167969c-7.824219 5.886719-13.152344 14.398437-15.121094 23.832031h-8.878906c-4.425781 0-8 3.585938-8 8v32c0 4.414062 3.574219 8 8 8h8v24c0 30.878906 25.128906 56 56 56h416c4.425781 0 8-3.585938 8-8v-480c0-4.414062-3.574219-8-8-8zm-8 16v80h-384v-80zm-435.65625 339.175781c2.839844-1.601562 4.433594-4.761719 4.015625-8l-.128906-.929687c-.101563-.734375-.230469-1.46875-.230469-2.246094 0-13.230469 10.769531-24 24-24 8.449219 0 16.121094 4.40625 20.527344 11.800781 1.199218 2.015625 3.234375 3.40625 5.550781 3.792969 2.328125.398438 4.699219-.265625 6.496094-1.792969 3.121093-2.648437 8.320312-5.800781 15.425781-5.800781 8.558594 0 16.535156 4.726562 20.816406 12.335938 1.664063 2.976562 5.054688 4.558593 8.382813 3.960937 8.351562-1.488281 16.90625 4.246094 18.496093 12.742187.570313 3.039063 2.839844 5.488282 5.839844 6.273438 3.015625.800781 6.167969-.234375 8.167969-2.609375 4.617187-5.527344 11.289063-8.703125 18.296875-8.703125 10.414062 0 19.214844 6.710938 22.527344 16h-188.925782c1.941407-5.296875 5.605469-9.9375 10.742188-12.824219zm107.65625-75.175781c0-74.992188 61.007812-136 136-136s136 61.007812 136 136-61.007812 136-136 136c-11.289062 0-22.328125-1.519531-33.078125-4.214844.628906-1.144531 1.078125-2.394531 1.078125-3.785156v-12.335938c10.367188 2.863282 21.078125 4.335938 32 4.335938 66.167969 0 120-53.832031 120-120s-53.832031-120-120-120-120 53.832031-120 120c0 21.089844 5.480469 41.433594 15.824219 59.503906-1.792969.808594-3.535157 1.726563-5.191407 2.800782-4.058593-6.113282-10.152343-10.632813-17.207031-12.824219-6.167969-15.761719-9.425781-32.359375-9.425781-49.480469zm48.464844 56.046875c-6.367188-9.910156-11-20.703125-13.679688-32.046875h5.214844c7.289062 0 14.152344-2.839844 19.3125-8l4.6875-4.679688c4.28125-4.28125 11.71875-4.28125 16 0l4.6875 4.679688c10.328125 10.3125 28.296875 10.320312 38.625 0l4.6875-4.679688c4.28125-4.28125 11.71875-4.28125 16 0l4.6875 4.679688c10.328125 10.3125 28.296875 10.320312 38.625 0l4.6875-4.679688c4.28125-4.28125 11.71875-4.28125 16 0l4.6875 4.679688c5.167969 5.160156 12.023438 8 19.3125 8h5.097656c-10.882812 45.792969-52.027344 80-101.097656 80-10.976562 0-21.695312-1.792969-32-5.128906v-2.871094c0-4.414062-3.574219-8-8-8h-8.808594c-3.6875-18.089844-19.625-31.726562-38.726562-31.953125zm-16.464844-56.046875c0-57.34375 46.65625-104 104-104s104 46.65625 104 104c0 2.703125-.199219 5.351562-.40625 8h-7.59375c-3.023438 0-5.855469-1.175781-8-3.3125l-4.6875-4.6875c-10.328125-10.3125-28.296875-10.320312-38.625 0l-4.6875 4.679688c-4.28125 4.28125-11.71875 4.28125-16 0l-4.6875-4.679688c-10.328125-10.3125-28.296875-10.320312-38.625 0l-4.6875 4.679688c-4.28125 4.28125-11.71875 4.28125-16 0l-4.6875-4.679688c-10.328125-10.3125-28.296875-10.320312-38.625 0l-4.6875 4.679688c-2.144531 2.144531-4.976562 3.320312-8 3.320312h-7.695312c-.199219-2.648438-.304688-5.320312-.304688-8zm-168 104h224v16h-224zm160 96h-104c-22.054688 0-40-17.945312-40-40v-24h192v24c0 22.054688-17.945312 40-40 40zm47.113281 0c10.40625-10.175781 16.886719-24.335938 16.886719-40v-15.871094c15.425781 5.144532 31.503906 7.871094 48 7.871094 83.816406 0 152-68.183594 152-152s-68.183594-152-152-152-152 68.183594-152 152c0 13.015625 1.800781 25.734375 5.007812 38.113281-6.222656-3.90625-13.464843-6.113281-21.007812-6.113281-6.535156 0-13 1.671875-18.785156 4.816406-1.589844-1.726562-3.375-3.214844-5.214844-4.625v-200.191406h384v368zm0 0"/>
|
|
4
|
-
<path d="m136 80c13.230469 0 24-10.769531 24-24s-10.769531-24-24-24-24 10.769531-24 24 10.769531 24 24 24zm0-32c4.414062 0 8 3.59375 8 8s-3.585938 8-8 8-8-3.59375-8-8 3.585938-8 8-8zm0 0"/>
|
|
5
|
-
<path d="m200 80c13.230469 0 24-10.769531 24-24s-10.769531-24-24-24-24 10.769531-24 24 10.769531 24 24 24zm0-32c4.414062 0 8 3.59375 8 8s-3.585938 8-8 8-8-3.59375-8-8 3.585938-8 8-8zm0 0"/>
|
|
6
|
-
<path d="m264 80c13.230469 0 24-10.769531 24-24s-10.769531-24-24-24-24 10.769531-24 24 10.769531 24 24 24zm0-32c4.414062 0 8 3.59375 8 8s-3.585938 8-8 8-8-3.59375-8-8 3.585938-8 8-8zm0 0"/>
|
|
7
|
-
<path d="m448 64h16v16h-16zm0 0"/>
|
|
8
|
-
<path d="m448 32h16v16h-16zm0 0"/>
|
|
9
|
-
<path d="m416 64h16v16h-16zm0 0"/>
|
|
10
|
-
<path d="m416 32h16v16h-16zm0 0"/>
|
|
11
|
-
<path d="m384 64h16v16h-16zm0 0"/>
|
|
12
|
-
<path d="m384 32h16v16h-16zm0 0"/>
|
|
13
|
-
<path d="m352 64h16v16h-16zm0 0"/>
|
|
14
|
-
<path d="m352 32h16v16h-16zm0 0"/>
|
|
15
|
-
</g>
|
|
1
|
+
<svg height="496pt" viewBox="0 0 496 496" width="496pt" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g fill="currentColor">
|
|
3
|
+
<path d="m488 0h-400c-4.425781 0-8 3.585938-8 8v296.832031c-2.601562-.527343-5.273438-.832031-8-.832031-22.054688 0-40 17.945312-40 40v.167969c-7.824219 5.886719-13.152344 14.398437-15.121094 23.832031h-8.878906c-4.425781 0-8 3.585938-8 8v32c0 4.414062 3.574219 8 8 8h8v24c0 30.878906 25.128906 56 56 56h416c4.425781 0 8-3.585938 8-8v-480c0-4.414062-3.574219-8-8-8zm-8 16v80h-384v-80zm-435.65625 339.175781c2.839844-1.601562 4.433594-4.761719 4.015625-8l-.128906-.929687c-.101563-.734375-.230469-1.46875-.230469-2.246094 0-13.230469 10.769531-24 24-24 8.449219 0 16.121094 4.40625 20.527344 11.800781 1.199218 2.015625 3.234375 3.40625 5.550781 3.792969 2.328125.398438 4.699219-.265625 6.496094-1.792969 3.121093-2.648437 8.320312-5.800781 15.425781-5.800781 8.558594 0 16.535156 4.726562 20.816406 12.335938 1.664063 2.976562 5.054688 4.558593 8.382813 3.960937 8.351562-1.488281 16.90625 4.246094 18.496093 12.742187.570313 3.039063 2.839844 5.488282 5.839844 6.273438 3.015625.800781 6.167969-.234375 8.167969-2.609375 4.617187-5.527344 11.289063-8.703125 18.296875-8.703125 10.414062 0 19.214844 6.710938 22.527344 16h-188.925782c1.941407-5.296875 5.605469-9.9375 10.742188-12.824219zm107.65625-75.175781c0-74.992188 61.007812-136 136-136s136 61.007812 136 136-61.007812 136-136 136c-11.289062 0-22.328125-1.519531-33.078125-4.214844.628906-1.144531 1.078125-2.394531 1.078125-3.785156v-12.335938c10.367188 2.863282 21.078125 4.335938 32 4.335938 66.167969 0 120-53.832031 120-120s-53.832031-120-120-120-120 53.832031-120 120c0 21.089844 5.480469 41.433594 15.824219 59.503906-1.792969.808594-3.535157 1.726563-5.191407 2.800782-4.058593-6.113282-10.152343-10.632813-17.207031-12.824219-6.167969-15.761719-9.425781-32.359375-9.425781-49.480469zm48.464844 56.046875c-6.367188-9.910156-11-20.703125-13.679688-32.046875h5.214844c7.289062 0 14.152344-2.839844 19.3125-8l4.6875-4.679688c4.28125-4.28125 11.71875-4.28125 16 0l4.6875 4.679688c10.328125 10.3125 28.296875 10.320312 38.625 0l4.6875-4.679688c4.28125-4.28125 11.71875-4.28125 16 0l4.6875 4.679688c10.328125 10.3125 28.296875 10.320312 38.625 0l4.6875-4.679688c4.28125-4.28125 11.71875-4.28125 16 0l4.6875 4.679688c5.167969 5.160156 12.023438 8 19.3125 8h5.097656c-10.882812 45.792969-52.027344 80-101.097656 80-10.976562 0-21.695312-1.792969-32-5.128906v-2.871094c0-4.414062-3.574219-8-8-8h-8.808594c-3.6875-18.089844-19.625-31.726562-38.726562-31.953125zm-16.464844-56.046875c0-57.34375 46.65625-104 104-104s104 46.65625 104 104c0 2.703125-.199219 5.351562-.40625 8h-7.59375c-3.023438 0-5.855469-1.175781-8-3.3125l-4.6875-4.6875c-10.328125-10.3125-28.296875-10.320312-38.625 0l-4.6875 4.679688c-4.28125 4.28125-11.71875 4.28125-16 0l-4.6875-4.679688c-10.328125-10.3125-28.296875-10.320312-38.625 0l-4.6875 4.679688c-4.28125 4.28125-11.71875 4.28125-16 0l-4.6875-4.679688c-10.328125-10.3125-28.296875-10.320312-38.625 0l-4.6875 4.679688c-2.144531 2.144531-4.976562 3.320312-8 3.320312h-7.695312c-.199219-2.648438-.304688-5.320312-.304688-8zm-168 104h224v16h-224zm160 96h-104c-22.054688 0-40-17.945312-40-40v-24h192v24c0 22.054688-17.945312 40-40 40zm47.113281 0c10.40625-10.175781 16.886719-24.335938 16.886719-40v-15.871094c15.425781 5.144532 31.503906 7.871094 48 7.871094 83.816406 0 152-68.183594 152-152s-68.183594-152-152-152-152 68.183594-152 152c0 13.015625 1.800781 25.734375 5.007812 38.113281-6.222656-3.90625-13.464843-6.113281-21.007812-6.113281-6.535156 0-13 1.671875-18.785156 4.816406-1.589844-1.726562-3.375-3.214844-5.214844-4.625v-200.191406h384v368zm0 0"/>
|
|
4
|
+
<path d="m136 80c13.230469 0 24-10.769531 24-24s-10.769531-24-24-24-24 10.769531-24 24 10.769531 24 24 24zm0-32c4.414062 0 8 3.59375 8 8s-3.585938 8-8 8-8-3.59375-8-8 3.585938-8 8-8zm0 0"/>
|
|
5
|
+
<path d="m200 80c13.230469 0 24-10.769531 24-24s-10.769531-24-24-24-24 10.769531-24 24 10.769531 24 24 24zm0-32c4.414062 0 8 3.59375 8 8s-3.585938 8-8 8-8-3.59375-8-8 3.585938-8 8-8zm0 0"/>
|
|
6
|
+
<path d="m264 80c13.230469 0 24-10.769531 24-24s-10.769531-24-24-24-24 10.769531-24 24 10.769531 24 24 24zm0-32c4.414062 0 8 3.59375 8 8s-3.585938 8-8 8-8-3.59375-8-8 3.585938-8 8-8zm0 0"/>
|
|
7
|
+
<path d="m448 64h16v16h-16zm0 0"/>
|
|
8
|
+
<path d="m448 32h16v16h-16zm0 0"/>
|
|
9
|
+
<path d="m416 64h16v16h-16zm0 0"/>
|
|
10
|
+
<path d="m416 32h16v16h-16zm0 0"/>
|
|
11
|
+
<path d="m384 64h16v16h-16zm0 0"/>
|
|
12
|
+
<path d="m384 32h16v16h-16zm0 0"/>
|
|
13
|
+
<path d="m352 64h16v16h-16zm0 0"/>
|
|
14
|
+
<path d="m352 32h16v16h-16zm0 0"/>
|
|
15
|
+
</g>
|
|
16
16
|
</svg>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<svg height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g fill="currentColor">
|
|
3
|
-
<path d="m268.99 187.499c-5.751-9.959-20.196-10.016-25.979 0-21.81 40.611-32.011 48.061-32.011 67.501 0 24.813 20.187 45 45 45s45-20.187 45-45c0-19.458-10.486-27.421-32.01-67.501zm-12.99 82.501c-8.271 0-15-6.729-15-15 0-6.687 3.042-8.215 15-30.005 11.974 21.818 15 23.318 15 30.005 0 8.271-6.729 15-15 15z"/>
|
|
4
|
-
<path d="m406 0h-300c-8.769 0-15.676 7.502-14.948 16.246l30 360c.648 7.774 7.147 13.754 14.948 13.754h75v32h-15c-13.318 0-20.048 16.165-10.606 25.606l60 60c5.857 5.858 15.355 5.859 21.213 0l60-60c9.417-9.417 2.745-25.606-10.607-25.606h-15v-32h75c7.801 0 14.3-5.98 14.948-13.754l30-360c.728-8.739-6.174-16.246-14.948-16.246zm-16.302 30-5.346 64.147c-21.768 8.343-35.871 25.853-53.352 25.853-22.717 0-40.423-30-75-30-34.727 0-52.176 30-75 30-17.485 0-31.556-17.499-53.352-25.853l-5.346-64.147zm-27.5 330h-76.198c-8.284 0-15 6.716-15 15v62c0 6.432 4.048 11.919 9.736 14.05l-24.736 24.737-24.736-24.736c5.688-2.131 9.736-7.618 9.736-14.05v-62c0-8.284-6.716-15-15-15h-76.198l-19.208-230.502c14.315 9.153 29.076 20.501 50.406 20.501 34.727 0 52.176-30 75-30 22.717 0 40.423 30 75 30 21.019 0 35.449-10.937 50.406-20.502z"/>
|
|
5
|
-
</g>
|
|
1
|
+
<svg height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g fill="currentColor">
|
|
3
|
+
<path d="m268.99 187.499c-5.751-9.959-20.196-10.016-25.979 0-21.81 40.611-32.011 48.061-32.011 67.501 0 24.813 20.187 45 45 45s45-20.187 45-45c0-19.458-10.486-27.421-32.01-67.501zm-12.99 82.501c-8.271 0-15-6.729-15-15 0-6.687 3.042-8.215 15-30.005 11.974 21.818 15 23.318 15 30.005 0 8.271-6.729 15-15 15z"/>
|
|
4
|
+
<path d="m406 0h-300c-8.769 0-15.676 7.502-14.948 16.246l30 360c.648 7.774 7.147 13.754 14.948 13.754h75v32h-15c-13.318 0-20.048 16.165-10.606 25.606l60 60c5.857 5.858 15.355 5.859 21.213 0l60-60c9.417-9.417 2.745-25.606-10.607-25.606h-15v-32h75c7.801 0 14.3-5.98 14.948-13.754l30-360c.728-8.739-6.174-16.246-14.948-16.246zm-16.302 30-5.346 64.147c-21.768 8.343-35.871 25.853-53.352 25.853-22.717 0-40.423-30-75-30-34.727 0-52.176 30-75 30-17.485 0-31.556-17.499-53.352-25.853l-5.346-64.147zm-27.5 330h-76.198c-8.284 0-15 6.716-15 15v62c0 6.432 4.048 11.919 9.736 14.05l-24.736 24.737-24.736-24.736c5.688-2.131 9.736-7.618 9.736-14.05v-62c0-8.284-6.716-15-15-15h-76.198l-19.208-230.502c14.315 9.153 29.076 20.501 50.406 20.501 34.727 0 52.176-30 75-30 22.717 0 40.423 30 75 30 21.019 0 35.449-10.937 50.406-20.502z"/>
|
|
5
|
+
</g>
|
|
6
6
|
</svg>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
2
|
-
<g fill="currentColor">
|
|
3
|
-
<path d="M67,185.325v281a35.541,35.541,0,0,0,35.469,35.631L319.06,502h.006A35.891,35.891,0,0,0,355,466.369V464h60.62c34.837,0,63.38-27.87,63.38-62.715V189.73c0-34.844-28.543-62.73-63.38-62.73H355v-9.689c0-.074-.16-.146-.162-.219s-.065-.114-.065-.187A62.044,62.044,0,0,0,292.763,55H219V44h17.828C245.65,44,253,37.2,253,28.374V26a16.167,16.167,0,0,0-16.172-16H189.706A15.77,15.77,0,0,0,174,26v2.374A15.454,15.454,0,0,0,189.706,44H207V55H133.771C101.5,55,74.924,80,72.1,111H39.2a6.056,6.056,0,0,0-5.2,8.929ZM355,161h60.62A28.581,28.581,0,0,1,444,189.73V401.285A28.568,28.568,0,0,1,415.62,430H355Zm0,281h60.62A40.581,40.581,0,0,0,456,401.285V189.73A40.594,40.594,0,0,0,415.62,149H355V139h60.62c28.221,0,51.38,22.5,51.38,50.73V401.285C467,429.513,443.841,452,415.62,452H355Zm-12,24.369A23.891,23.891,0,0,1,319.066,490h0l-216.591-.041A23.527,23.527,0,0,1,79,466.328V452.57l264,.049ZM190,32a4,4,0,0,1-4-4V26a4,4,0,0,1,4-4h47a4,4,0,0,1,4,4v2a4,4,0,0,1-4,4ZM133.771,67H292.763a49.829,49.829,0,0,1,49.576,44H84.2A49.83,49.83,0,0,1,133.771,67ZM343,123V440.619L79,440.57V183.9a6.853,6.853,0,0,0-.8-2.851L48.934,123Z"/>
|
|
4
|
-
<path d="M203,388.443A35.017,35.017,0,0,0,238,353.6V236.844a35,35,0,0,0-70,0V353.6A35.017,35.017,0,0,0,203,388.443Zm-23-151.6a23,23,0,0,1,46,0V289H180ZM180,301h46v52.6a23,23,0,0,1-46,0Z"/>
|
|
5
|
-
<path d="M99,314.913a6,6,0,0,0,6-6V233.106a6,6,0,0,0-12,0v75.807A6,6,0,0,0,99,314.913Z"/>
|
|
6
|
-
<path d="M99,218.726a6,6,0,0,0,6-6v-4.834a6,6,0,0,0-12,0v4.834A6,6,0,0,0,99,218.726Z"/>
|
|
7
|
-
</g>
|
|
8
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
2
|
+
<g fill="currentColor">
|
|
3
|
+
<path d="M67,185.325v281a35.541,35.541,0,0,0,35.469,35.631L319.06,502h.006A35.891,35.891,0,0,0,355,466.369V464h60.62c34.837,0,63.38-27.87,63.38-62.715V189.73c0-34.844-28.543-62.73-63.38-62.73H355v-9.689c0-.074-.16-.146-.162-.219s-.065-.114-.065-.187A62.044,62.044,0,0,0,292.763,55H219V44h17.828C245.65,44,253,37.2,253,28.374V26a16.167,16.167,0,0,0-16.172-16H189.706A15.77,15.77,0,0,0,174,26v2.374A15.454,15.454,0,0,0,189.706,44H207V55H133.771C101.5,55,74.924,80,72.1,111H39.2a6.056,6.056,0,0,0-5.2,8.929ZM355,161h60.62A28.581,28.581,0,0,1,444,189.73V401.285A28.568,28.568,0,0,1,415.62,430H355Zm0,281h60.62A40.581,40.581,0,0,0,456,401.285V189.73A40.594,40.594,0,0,0,415.62,149H355V139h60.62c28.221,0,51.38,22.5,51.38,50.73V401.285C467,429.513,443.841,452,415.62,452H355Zm-12,24.369A23.891,23.891,0,0,1,319.066,490h0l-216.591-.041A23.527,23.527,0,0,1,79,466.328V452.57l264,.049ZM190,32a4,4,0,0,1-4-4V26a4,4,0,0,1,4-4h47a4,4,0,0,1,4,4v2a4,4,0,0,1-4,4ZM133.771,67H292.763a49.829,49.829,0,0,1,49.576,44H84.2A49.83,49.83,0,0,1,133.771,67ZM343,123V440.619L79,440.57V183.9a6.853,6.853,0,0,0-.8-2.851L48.934,123Z"/>
|
|
4
|
+
<path d="M203,388.443A35.017,35.017,0,0,0,238,353.6V236.844a35,35,0,0,0-70,0V353.6A35.017,35.017,0,0,0,203,388.443Zm-23-151.6a23,23,0,0,1,46,0V289H180ZM180,301h46v52.6a23,23,0,0,1-46,0Z"/>
|
|
5
|
+
<path d="M99,314.913a6,6,0,0,0,6-6V233.106a6,6,0,0,0-12,0v75.807A6,6,0,0,0,99,314.913Z"/>
|
|
6
|
+
<path d="M99,218.726a6,6,0,0,0,6-6v-4.834a6,6,0,0,0-12,0v4.834A6,6,0,0,0,99,218.726Z"/>
|
|
7
|
+
</g>
|
|
8
|
+
</svg>
|
package/assets/devices/Water.svg
CHANGED
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 428.607 428.607">
|
|
2
|
-
<g fill="currentColor">
|
|
3
|
-
<path d="M423.773,343.871L423.773,343.871c-6.617-4.599-12.44-10.246-17.241-16.718c-11.494-13.061-26.122-29.257-53.29-29.257
|
|
4
|
-
c-27.167,0-41.273,15.673-53.29,29.78c-12.016,14.106-19.853,22.465-37.616,22.465s-26.645-9.927-37.616-22.465
|
|
5
|
-
c-10.971-12.539-25.6-29.78-53.29-29.78c-27.69,0-41.273,15.673-53.29,29.78c-12.016,14.106-19.853,22.465-37.616,22.465
|
|
6
|
-
s-26.645-9.927-37.616-22.465c-7.458-9.85-16.889-18.035-27.69-24.033c-5.194-2.597-11.509-0.492-14.106,4.702
|
|
7
|
-
c-2.597,5.194-0.492,11.509,4.702,14.106c8.203,4.944,15.457,11.314,21.42,18.808c12.016,14.106,26.122,29.78,53.29,29.78
|
|
8
|
-
s41.273-15.673,53.29-29.78c12.016-14.106,19.853-22.465,37.616-22.465s26.645,9.927,37.616,22.465
|
|
9
|
-
c10.971,12.539,25.6,29.78,53.29,29.78c27.69,0,41.273-15.673,53.29-29.78c12.016-14.106,19.853-22.465,37.616-22.465
|
|
10
|
-
c17.763,0,26.645,9.927,37.616,22.465c6.089,7.818,13.308,14.685,21.42,20.375c4.905,3.174,11.455,1.771,14.629-3.135
|
|
11
|
-
C430.082,353.594,428.679,347.045,423.773,343.871z"/>
|
|
12
|
-
<path d="M423.773,265.503L423.773,265.503c-6.617-4.599-12.44-10.246-17.241-16.718c-11.494-13.061-26.122-29.257-53.29-29.257
|
|
13
|
-
c-27.167,0-41.273,15.673-53.29,29.78c-12.016,14.106-19.853,22.465-37.616,22.465s-26.645-9.927-37.616-22.465
|
|
14
|
-
c-10.971-12.539-25.6-29.78-53.29-29.78c-27.69,0-41.273,15.673-53.29,29.78c-12.016,14.106-19.853,22.465-37.616,22.465
|
|
15
|
-
s-26.645-9.927-37.616-22.465c-7.458-9.85-16.889-18.035-27.69-24.033c-5.194-2.597-11.509-0.492-14.106,4.702
|
|
16
|
-
s-0.492,11.509,4.702,14.106c8.203,4.944,15.457,11.314,21.42,18.808c12.016,14.106,26.122,29.78,53.29,29.78
|
|
17
|
-
s41.273-15.673,53.29-29.78c12.016-14.106,19.853-22.465,37.616-22.465s26.645,9.927,37.616,22.465
|
|
18
|
-
c10.971,12.539,25.6,29.78,53.29,29.78c27.69,0,41.273-15.673,53.29-29.78c12.016-14.106,19.853-22.465,37.616-22.465
|
|
19
|
-
c17.763,0,26.645,9.927,37.616,22.465c6.089,7.818,13.308,14.685,21.42,20.375c4.905,3.174,11.455,1.771,14.629-3.135
|
|
20
|
-
C430.082,275.227,428.679,268.677,423.773,265.503z"/>
|
|
21
|
-
<path d="M423.773,181.911L423.773,181.911c-6.617-4.599-12.44-10.246-17.241-16.718c-11.494-13.061-26.122-29.257-53.29-29.257
|
|
22
|
-
c-27.167,0-41.273,15.673-53.29,29.78s-19.853,22.465-37.616,22.465s-26.645-9.927-37.616-22.465s-25.6-29.78-53.29-29.78
|
|
23
|
-
c-27.69,0-41.273,15.673-53.29,29.78c-12.016,14.106-19.853,22.465-37.616,22.465s-26.645-9.927-37.616-22.465
|
|
24
|
-
c-7.458-9.85-16.889-18.035-27.69-24.033c-5.194-2.597-11.509-0.492-14.106,4.702c-2.597,5.194-0.492,11.509,4.702,14.106
|
|
25
|
-
c8.203,4.944,15.457,11.314,21.42,18.808c12.016,14.106,26.122,29.78,53.29,29.78s41.273-15.673,53.29-29.78
|
|
26
|
-
c12.016-14.106,19.853-22.465,37.616-22.465s26.645,9.927,37.616,22.465s25.6,29.78,53.29,29.78
|
|
27
|
-
c27.69,0,41.273-15.673,53.29-29.78s19.853-22.465,37.616-22.465c17.763,0,26.645,9.927,37.616,22.465
|
|
28
|
-
c6.089,7.818,13.308,14.685,21.42,20.375c4.905,3.174,11.455,1.771,14.629-3.135
|
|
29
|
-
C430.082,191.635,428.679,185.085,423.773,181.911z"/>
|
|
30
|
-
<path d="M5.814,82.124c8.203,4.944,15.457,11.314,21.42,18.808c12.016,14.106,26.122,29.78,53.29,29.78
|
|
31
|
-
s41.273-15.673,53.29-29.78c12.016-14.106,19.853-22.465,37.616-22.465s26.645,9.927,37.616,22.465
|
|
32
|
-
c10.971,12.539,25.6,29.78,53.29,29.78c27.69,0,41.273-15.673,53.29-29.78c12.016-14.106,19.853-22.465,37.616-22.465
|
|
33
|
-
c17.763,0,26.645,9.927,37.616,22.465c6.089,7.818,13.308,14.685,21.42,20.376c4.905,3.174,11.455,1.77,14.629-3.135
|
|
34
|
-
c3.174-4.905,1.771-11.455-3.135-14.629h0c-6.617-4.599-12.44-10.246-17.241-16.718c-11.494-13.061-26.122-29.257-53.29-29.257
|
|
35
|
-
c-27.167,0-41.273,15.673-53.29,29.78c-12.016,14.106-19.853,22.465-37.616,22.465s-26.645-9.927-37.616-22.465
|
|
36
|
-
c-10.971-12.539-25.6-29.78-53.29-29.78c-27.69,0-41.273,15.673-53.29,29.78c-12.016,14.106-19.853,22.465-37.616,22.465
|
|
37
|
-
S53.88,99.887,42.908,87.348c-7.458-9.85-16.889-18.035-27.69-24.033c-5.194-2.597-11.509-0.492-14.106,4.702
|
|
38
|
-
S0.621,79.527,5.814,82.124z"/>
|
|
39
|
-
</g>
|
|
40
|
-
</svg>
|
|
1
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 428.607 428.607">
|
|
2
|
+
<g fill="currentColor">
|
|
3
|
+
<path d="M423.773,343.871L423.773,343.871c-6.617-4.599-12.44-10.246-17.241-16.718c-11.494-13.061-26.122-29.257-53.29-29.257
|
|
4
|
+
c-27.167,0-41.273,15.673-53.29,29.78c-12.016,14.106-19.853,22.465-37.616,22.465s-26.645-9.927-37.616-22.465
|
|
5
|
+
c-10.971-12.539-25.6-29.78-53.29-29.78c-27.69,0-41.273,15.673-53.29,29.78c-12.016,14.106-19.853,22.465-37.616,22.465
|
|
6
|
+
s-26.645-9.927-37.616-22.465c-7.458-9.85-16.889-18.035-27.69-24.033c-5.194-2.597-11.509-0.492-14.106,4.702
|
|
7
|
+
c-2.597,5.194-0.492,11.509,4.702,14.106c8.203,4.944,15.457,11.314,21.42,18.808c12.016,14.106,26.122,29.78,53.29,29.78
|
|
8
|
+
s41.273-15.673,53.29-29.78c12.016-14.106,19.853-22.465,37.616-22.465s26.645,9.927,37.616,22.465
|
|
9
|
+
c10.971,12.539,25.6,29.78,53.29,29.78c27.69,0,41.273-15.673,53.29-29.78c12.016-14.106,19.853-22.465,37.616-22.465
|
|
10
|
+
c17.763,0,26.645,9.927,37.616,22.465c6.089,7.818,13.308,14.685,21.42,20.375c4.905,3.174,11.455,1.771,14.629-3.135
|
|
11
|
+
C430.082,353.594,428.679,347.045,423.773,343.871z"/>
|
|
12
|
+
<path d="M423.773,265.503L423.773,265.503c-6.617-4.599-12.44-10.246-17.241-16.718c-11.494-13.061-26.122-29.257-53.29-29.257
|
|
13
|
+
c-27.167,0-41.273,15.673-53.29,29.78c-12.016,14.106-19.853,22.465-37.616,22.465s-26.645-9.927-37.616-22.465
|
|
14
|
+
c-10.971-12.539-25.6-29.78-53.29-29.78c-27.69,0-41.273,15.673-53.29,29.78c-12.016,14.106-19.853,22.465-37.616,22.465
|
|
15
|
+
s-26.645-9.927-37.616-22.465c-7.458-9.85-16.889-18.035-27.69-24.033c-5.194-2.597-11.509-0.492-14.106,4.702
|
|
16
|
+
s-0.492,11.509,4.702,14.106c8.203,4.944,15.457,11.314,21.42,18.808c12.016,14.106,26.122,29.78,53.29,29.78
|
|
17
|
+
s41.273-15.673,53.29-29.78c12.016-14.106,19.853-22.465,37.616-22.465s26.645,9.927,37.616,22.465
|
|
18
|
+
c10.971,12.539,25.6,29.78,53.29,29.78c27.69,0,41.273-15.673,53.29-29.78c12.016-14.106,19.853-22.465,37.616-22.465
|
|
19
|
+
c17.763,0,26.645,9.927,37.616,22.465c6.089,7.818,13.308,14.685,21.42,20.375c4.905,3.174,11.455,1.771,14.629-3.135
|
|
20
|
+
C430.082,275.227,428.679,268.677,423.773,265.503z"/>
|
|
21
|
+
<path d="M423.773,181.911L423.773,181.911c-6.617-4.599-12.44-10.246-17.241-16.718c-11.494-13.061-26.122-29.257-53.29-29.257
|
|
22
|
+
c-27.167,0-41.273,15.673-53.29,29.78s-19.853,22.465-37.616,22.465s-26.645-9.927-37.616-22.465s-25.6-29.78-53.29-29.78
|
|
23
|
+
c-27.69,0-41.273,15.673-53.29,29.78c-12.016,14.106-19.853,22.465-37.616,22.465s-26.645-9.927-37.616-22.465
|
|
24
|
+
c-7.458-9.85-16.889-18.035-27.69-24.033c-5.194-2.597-11.509-0.492-14.106,4.702c-2.597,5.194-0.492,11.509,4.702,14.106
|
|
25
|
+
c8.203,4.944,15.457,11.314,21.42,18.808c12.016,14.106,26.122,29.78,53.29,29.78s41.273-15.673,53.29-29.78
|
|
26
|
+
c12.016-14.106,19.853-22.465,37.616-22.465s26.645,9.927,37.616,22.465s25.6,29.78,53.29,29.78
|
|
27
|
+
c27.69,0,41.273-15.673,53.29-29.78s19.853-22.465,37.616-22.465c17.763,0,26.645,9.927,37.616,22.465
|
|
28
|
+
c6.089,7.818,13.308,14.685,21.42,20.375c4.905,3.174,11.455,1.771,14.629-3.135
|
|
29
|
+
C430.082,191.635,428.679,185.085,423.773,181.911z"/>
|
|
30
|
+
<path d="M5.814,82.124c8.203,4.944,15.457,11.314,21.42,18.808c12.016,14.106,26.122,29.78,53.29,29.78
|
|
31
|
+
s41.273-15.673,53.29-29.78c12.016-14.106,19.853-22.465,37.616-22.465s26.645,9.927,37.616,22.465
|
|
32
|
+
c10.971,12.539,25.6,29.78,53.29,29.78c27.69,0,41.273-15.673,53.29-29.78c12.016-14.106,19.853-22.465,37.616-22.465
|
|
33
|
+
c17.763,0,26.645,9.927,37.616,22.465c6.089,7.818,13.308,14.685,21.42,20.376c4.905,3.174,11.455,1.77,14.629-3.135
|
|
34
|
+
c3.174-4.905,1.771-11.455-3.135-14.629h0c-6.617-4.599-12.44-10.246-17.241-16.718c-11.494-13.061-26.122-29.257-53.29-29.257
|
|
35
|
+
c-27.167,0-41.273,15.673-53.29,29.78c-12.016,14.106-19.853,22.465-37.616,22.465s-26.645-9.927-37.616-22.465
|
|
36
|
+
c-10.971-12.539-25.6-29.78-53.29-29.78c-27.69,0-41.273,15.673-53.29,29.78c-12.016,14.106-19.853,22.465-37.616,22.465
|
|
37
|
+
S53.88,99.887,42.908,87.348c-7.458-9.85-16.889-18.035-27.69-24.033c-5.194-2.597-11.509-0.492-14.106,4.702
|
|
38
|
+
S0.621,79.527,5.814,82.124z"/>
|
|
39
|
+
</g>
|
|
40
|
+
</svg>
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 508 508">
|
|
2
|
-
<g fill="currentColor">
|
|
3
|
-
<rect x="139.3" width="16.4" height="38.2"/>
|
|
4
|
-
<polygon points="104.1,21.4 88.9,27.7 98,49.8 113.2,43.5 "/>
|
|
5
|
-
<polygon points="27.5,89.4 21.3,104.6 43.3,113.7 49.5,98.5 "/>
|
|
6
|
-
<polygon points="190.9,21.4 181.8,43.5 196.9,49.8 206,27.7 "/>
|
|
7
|
-
<polygon points="43.3,182.7 21.3,191.8 27.5,207 49.5,197.9 "/>
|
|
8
|
-
<polygon points="267.4,89.4 245.4,98.5 251.7,113.7 273.7,104.6 "/>
|
|
9
|
-
<polygon points="246,37.6 219.1,64.6 230.7,76.3 257.6,49.2 "/>
|
|
10
|
-
<polygon points="64.3,220.1 37.4,247.1 49,258.8 75.9,231.7 "/>
|
|
11
|
-
<polygon points="14.3,140 0,140 0,156.4 14.3,156.4 38.1,156.4 38.1,140 "/>
|
|
12
|
-
<polygon points="59.1,47.7 49,37.6 37.4,49.2 64.3,76.3 75.9,64.6 "/>
|
|
13
|
-
<path d="M319.5,172.9v16.5c49.7,0,90.1,40.6,90.1,90.6H426C426.1,220.9,378.3,172.9,319.5,172.9z"/>
|
|
14
|
-
<path d="M466.1,295.5c0.6-5.6,0.9-10.6,0.9-15.6c0-81.7-66.2-148.2-147.5-148.2c-28.4,0-55.5,8.2-78.7,23c0.2-2.2,0.5-4.3,0.5-6.5
|
|
15
|
-
c0-52-42.1-94.3-93.8-94.3s-93.8,42.3-93.8,94.3c0,30.6,14.9,59.1,39.5,76.7c-15.4,17.2-25.5,39.3-27.3,63.7
|
|
16
|
-
c-37,4-65.8,35.5-65.8,73.7c0,40.9,33.1,74.1,73.7,74.1h360.5c40.7,0,73.7-33.2,73.7-74.1C508,333.7,491.4,307.7,466.1,295.5z
|
|
17
|
-
M70,148.2c0-42.9,34.7-77.8,77.4-77.8c42.7,0,77.4,34.9,77.4,77.8c0,6.9-0.9,13.9-2.7,20.6c-8.3,7.4-15.7,15.5-22.1,24.4
|
|
18
|
-
c-33.1-9.1-68.7-1.3-94.9,20.1C83.3,199,70,174.5,70,148.2z M434.3,419.9H73.7c-31.6,0-57.4-25.9-57.4-57.6
|
|
19
|
-
c0-31.8,25.7-57.6,57.4-57.6h8.2v-8.2c0-49.9,40.4-90.6,90.1-90.6c14.4,0,34.7,6.8,34.7,6.8s38.7-64.4,112.8-64.4
|
|
20
|
-
c72.3,0,131.1,59.1,131.1,131.7c0,13.9-2.6,26.1-2.6,26.1l6.2,2.3c22.3,8.4,37.3,30.1,37.3,53.9
|
|
21
|
-
C491.6,394,465.9,419.9,434.3,419.9z"/>
|
|
22
|
-
<polygon points="88.4,455.2 47.5,496.4 59.1,508 100,466.8 "/>
|
|
23
|
-
<polygon points="178.6,455.2 137.6,496.4 149.2,508 190.1,466.8 "/>
|
|
24
|
-
<polygon points="268.7,455.2 227.7,496.4 239.3,508 280.3,466.8 "/>
|
|
25
|
-
<polygon points="358.8,455.2 317.9,496.4 329.4,508 370.4,466.8 "/>
|
|
26
|
-
<polygon points="448.9,455.2 408,496.4 419.6,508 460.5,466.8 "/>
|
|
27
|
-
</g>
|
|
28
|
-
</svg>
|
|
1
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 508 508">
|
|
2
|
+
<g fill="currentColor">
|
|
3
|
+
<rect x="139.3" width="16.4" height="38.2"/>
|
|
4
|
+
<polygon points="104.1,21.4 88.9,27.7 98,49.8 113.2,43.5 "/>
|
|
5
|
+
<polygon points="27.5,89.4 21.3,104.6 43.3,113.7 49.5,98.5 "/>
|
|
6
|
+
<polygon points="190.9,21.4 181.8,43.5 196.9,49.8 206,27.7 "/>
|
|
7
|
+
<polygon points="43.3,182.7 21.3,191.8 27.5,207 49.5,197.9 "/>
|
|
8
|
+
<polygon points="267.4,89.4 245.4,98.5 251.7,113.7 273.7,104.6 "/>
|
|
9
|
+
<polygon points="246,37.6 219.1,64.6 230.7,76.3 257.6,49.2 "/>
|
|
10
|
+
<polygon points="64.3,220.1 37.4,247.1 49,258.8 75.9,231.7 "/>
|
|
11
|
+
<polygon points="14.3,140 0,140 0,156.4 14.3,156.4 38.1,156.4 38.1,140 "/>
|
|
12
|
+
<polygon points="59.1,47.7 49,37.6 37.4,49.2 64.3,76.3 75.9,64.6 "/>
|
|
13
|
+
<path d="M319.5,172.9v16.5c49.7,0,90.1,40.6,90.1,90.6H426C426.1,220.9,378.3,172.9,319.5,172.9z"/>
|
|
14
|
+
<path d="M466.1,295.5c0.6-5.6,0.9-10.6,0.9-15.6c0-81.7-66.2-148.2-147.5-148.2c-28.4,0-55.5,8.2-78.7,23c0.2-2.2,0.5-4.3,0.5-6.5
|
|
15
|
+
c0-52-42.1-94.3-93.8-94.3s-93.8,42.3-93.8,94.3c0,30.6,14.9,59.1,39.5,76.7c-15.4,17.2-25.5,39.3-27.3,63.7
|
|
16
|
+
c-37,4-65.8,35.5-65.8,73.7c0,40.9,33.1,74.1,73.7,74.1h360.5c40.7,0,73.7-33.2,73.7-74.1C508,333.7,491.4,307.7,466.1,295.5z
|
|
17
|
+
M70,148.2c0-42.9,34.7-77.8,77.4-77.8c42.7,0,77.4,34.9,77.4,77.8c0,6.9-0.9,13.9-2.7,20.6c-8.3,7.4-15.7,15.5-22.1,24.4
|
|
18
|
+
c-33.1-9.1-68.7-1.3-94.9,20.1C83.3,199,70,174.5,70,148.2z M434.3,419.9H73.7c-31.6,0-57.4-25.9-57.4-57.6
|
|
19
|
+
c0-31.8,25.7-57.6,57.4-57.6h8.2v-8.2c0-49.9,40.4-90.6,90.1-90.6c14.4,0,34.7,6.8,34.7,6.8s38.7-64.4,112.8-64.4
|
|
20
|
+
c72.3,0,131.1,59.1,131.1,131.7c0,13.9-2.6,26.1-2.6,26.1l6.2,2.3c22.3,8.4,37.3,30.1,37.3,53.9
|
|
21
|
+
C491.6,394,465.9,419.9,434.3,419.9z"/>
|
|
22
|
+
<polygon points="88.4,455.2 47.5,496.4 59.1,508 100,466.8 "/>
|
|
23
|
+
<polygon points="178.6,455.2 137.6,496.4 149.2,508 190.1,466.8 "/>
|
|
24
|
+
<polygon points="268.7,455.2 227.7,496.4 239.3,508 280.3,466.8 "/>
|
|
25
|
+
<polygon points="358.8,455.2 317.9,496.4 329.4,508 370.4,466.8 "/>
|
|
26
|
+
<polygon points="448.9,455.2 408,496.4 419.6,508 460.5,466.8 "/>
|
|
27
|
+
</g>
|
|
28
|
+
</svg>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<svg height="512" viewBox="0 0 64 64" width="512" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g fill="currentColor">
|
|
3
|
-
<path d="m61 55h-5v-44a3.009 3.009 0 0 0 3-3v-5a1 1 0 0 0 -1-1h-52a1 1 0 0 0 -1 1v5a3.009 3.009 0 0 0 3 3v44h-5a1 1 0 0 0 -1 1v5a1 1 0 0 0 1 1h58a1 1 0 0 0 1-1v-5a1 1 0 0 0 -1-1zm-54-47v-4h50v4a1 1 0 0 1 -1 1h-48a1 1 0 0 1 -1-1zm47 3v44h-44v-44zm6 49h-56v-3h56z"/>
|
|
4
|
-
<path d="m52 12h-40a1 1 0 0 0 -1 1v40a1 1 0 0 0 1 1h40a1 1 0 0 0 1-1v-40a1 1 0 0 0 -1-1zm-21 40h-18v-19h18zm0-21h-18v-17h18zm20 21h-18v-19h18zm0-21h-18v-17h18z"/>
|
|
5
|
-
<path d="m15.172 18h5.657v2h-5.657z" transform="matrix(.707 -.707 .707 .707 -8.163 18.293)"/>
|
|
6
|
-
<path d="m14.136 20.5h12.728v2h-12.728z" transform="matrix(.707 -.707 .707 .707 -9.198 20.793)"/>
|
|
7
|
-
</g>
|
|
1
|
+
<svg height="512" viewBox="0 0 64 64" width="512" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g fill="currentColor">
|
|
3
|
+
<path d="m61 55h-5v-44a3.009 3.009 0 0 0 3-3v-5a1 1 0 0 0 -1-1h-52a1 1 0 0 0 -1 1v5a3.009 3.009 0 0 0 3 3v44h-5a1 1 0 0 0 -1 1v5a1 1 0 0 0 1 1h58a1 1 0 0 0 1-1v-5a1 1 0 0 0 -1-1zm-54-47v-4h50v4a1 1 0 0 1 -1 1h-48a1 1 0 0 1 -1-1zm47 3v44h-44v-44zm6 49h-56v-3h56z"/>
|
|
4
|
+
<path d="m52 12h-40a1 1 0 0 0 -1 1v40a1 1 0 0 0 1 1h40a1 1 0 0 0 1-1v-40a1 1 0 0 0 -1-1zm-21 40h-18v-19h18zm0-21h-18v-17h18zm20 21h-18v-19h18zm0-21h-18v-17h18z"/>
|
|
5
|
+
<path d="m15.172 18h5.657v2h-5.657z" transform="matrix(.707 -.707 .707 .707 -8.163 18.293)"/>
|
|
6
|
+
<path d="m14.136 20.5h12.728v2h-12.728z" transform="matrix(.707 -.707 .707 .707 -9.198 20.793)"/>
|
|
7
|
+
</g>
|
|
8
8
|
</svg>
|