@iobroker/adapter-react-v5 7.0.2 → 7.1.1
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/Components/404.d.ts +3 -2
- package/Components/404.js +3 -2
- package/Components/ColorPicker.d.ts +22 -8
- package/Components/ColorPicker.js +34 -17
- package/Components/ComplexCron.js +24 -24
- package/Components/CopyToClipboard.d.ts +10 -1
- package/Components/CopyToClipboard.js +17 -8
- package/Components/CustomModal.d.ts +1 -1
- package/Components/CustomModal.js +8 -8
- package/Components/FileBrowser.d.ts +11 -11
- package/Components/FileBrowser.js +135 -152
- package/Components/FileViewer.js +34 -23
- package/Components/Icon.d.ts +16 -2
- package/Components/Icon.js +19 -8
- package/Components/IconPicker.js +10 -14
- package/Components/IconSelector.d.ts +1 -1
- package/Components/IconSelector.js +64 -74
- package/Components/Image.d.ts +8 -4
- package/Components/Image.js +13 -32
- package/Components/Loader.d.ts +2 -2
- package/Components/Loader.js +21 -18
- package/Components/Loaders/MV.d.ts +6 -1
- package/Components/Loaders/MV.js +23 -7
- package/Components/Loaders/PT.d.ts +7 -2
- package/Components/Loaders/PT.js +20 -7
- package/Components/Loaders/Vendor.d.ts +2 -2
- package/Components/Loaders/Vendor.js +15 -7
- package/Components/Logo.js +16 -18
- package/Components/MDUtils.d.ts +1 -1
- package/Components/MDUtils.js +8 -4
- package/Components/ObjectBrowser.d.ts +40 -39
- package/Components/ObjectBrowser.js +550 -435
- package/Components/Router.d.ts +1 -3
- package/Components/Router.js +3 -1
- package/Components/SaveCloseButtons.d.ts +3 -3
- package/Components/SaveCloseButtons.js +3 -3
- package/Components/Schedule.d.ts +15 -15
- package/Components/Schedule.js +177 -154
- package/Components/SelectWithIcon.d.ts +2 -2
- package/Components/SelectWithIcon.js +45 -34
- package/Components/SimpleCron/index.js +83 -43
- package/Components/TabContainer.js +2 -2
- package/Components/TabContent.js +1 -1
- package/Components/TabHeader.js +1 -1
- package/Components/TableResize.d.ts +2 -2
- package/Components/TableResize.js +5 -5
- package/Components/TextWithIcon.d.ts +1 -1
- package/Components/TextWithIcon.js +10 -8
- package/Components/ToggleThemeMenu.d.ts +2 -2
- package/Components/ToggleThemeMenu.js +3 -3
- package/Components/TreeTable.d.ts +18 -18
- package/Components/TreeTable.js +76 -72
- package/Components/UploadImage.d.ts +2 -2
- package/Components/UploadImage.js +25 -21
- package/Components/Utils.d.ts +42 -22
- package/Components/Utils.js +66 -65
- package/Components/withWidth.d.ts +2 -2
- package/Components/withWidth.js +10 -6
- package/Dialogs/ComplexCron.d.ts +2 -2
- package/Dialogs/ComplexCron.js +3 -3
- package/Dialogs/Confirm.d.ts +4 -4
- package/Dialogs/Confirm.js +18 -8
- package/Dialogs/Cron.d.ts +3 -3
- package/Dialogs/Cron.js +21 -17
- package/Dialogs/Error.d.ts +3 -3
- package/Dialogs/Error.js +6 -4
- package/Dialogs/Message.d.ts +3 -3
- package/Dialogs/Message.js +6 -4
- package/Dialogs/SelectFile.d.ts +4 -4
- package/Dialogs/SelectFile.js +6 -4
- package/Dialogs/SelectID.d.ts +12 -10
- package/Dialogs/SelectID.js +12 -8
- package/Dialogs/SimpleCron.d.ts +2 -2
- package/Dialogs/SimpleCron.js +2 -2
- package/Dialogs/TextInput.d.ts +2 -2
- package/Dialogs/TextInput.js +3 -3
- package/GenericApp.d.ts +19 -13
- package/GenericApp.js +128 -85
- package/LegacyConnection.d.ts +240 -248
- package/LegacyConnection.js +500 -525
- package/README.md +1264 -1171
- package/Theme.d.ts +1 -1
- package/Theme.js +9 -12
- package/assets/devices.json +1 -0
- package/assets/rooms.json +1 -0
- package/craco-module-federation.js +3 -12
- package/i18n/de.json +434 -434
- package/i18n/en.json +434 -434
- package/i18n/es.json +434 -434
- package/i18n/fr.json +434 -434
- package/i18n/it.json +434 -434
- package/i18n/nl.json +434 -434
- package/i18n/pl.json +434 -434
- package/i18n/pt.json +434 -434
- package/i18n/ru.json +434 -434
- package/i18n/uk.json +434 -434
- package/i18n/zh-cn.json +434 -434
- package/i18n.d.ts +26 -19
- package/i18n.js +28 -22
- package/icons/IconAdapter.js +2 -2
- package/icons/IconAlias.js +2 -2
- package/icons/IconChannel.js +2 -2
- package/icons/IconClearFilter.js +2 -2
- package/icons/IconClosed.js +2 -2
- package/icons/IconCopy.js +2 -2
- package/icons/IconDevice.js +2 -2
- package/icons/IconDocument.js +2 -2
- package/icons/IconDocumentReadOnly.js +2 -2
- package/icons/IconExpert.js +2 -2
- package/icons/IconFx.js +2 -2
- package/icons/IconInstance.js +2 -2
- package/icons/IconLogout.js +2 -2
- package/icons/IconNoIcon.js +2 -2
- package/icons/IconOpen.d.ts +2 -2
- package/icons/IconOpen.js +2 -2
- package/icons/IconProps.d.ts +4 -3
- package/icons/IconState.d.ts +2 -2
- package/icons/IconState.js +2 -2
- package/index.css +3 -2
- package/package.json +4 -4
- package/src/Components/404.tsx +32 -31
- package/src/Components/ColorPicker.tsx +142 -114
- package/src/Components/ComplexCron.tsx +174 -137
- package/src/Components/CopyToClipboard.tsx +22 -9
- package/src/Components/CustomModal.tsx +76 -69
- package/src/Components/FileBrowser.tsx +959 -852
- package/src/Components/FileViewer.tsx +146 -127
- package/src/Components/Icon.tsx +80 -52
- package/src/Components/IconPicker.tsx +83 -67
- package/src/Components/IconSelector.tsx +159 -141
- package/src/Components/Image.tsx +43 -26
- package/src/Components/Loader.tsx +56 -32
- package/src/Components/Logo.tsx +62 -52
- package/src/Components/MDUtils.tsx +10 -6
- package/src/Components/ObjectBrowser.tsx +3198 -2478
- package/src/Components/Router.tsx +11 -11
- package/src/Components/SaveCloseButtons.tsx +43 -39
- package/src/Components/Schedule.tsx +1091 -853
- package/src/Components/SelectWithIcon.tsx +135 -93
- package/src/Components/TabContainer.tsx +22 -20
- package/src/Components/TabContent.tsx +13 -12
- package/src/Components/TabHeader.tsx +10 -9
- package/src/Components/TableResize.tsx +52 -37
- package/src/Components/TextWithIcon.tsx +30 -19
- package/src/Components/ToggleThemeMenu.tsx +31 -13
- package/src/Components/TreeTable.tsx +468 -385
- package/src/Components/UploadImage.tsx +153 -121
- package/src/Components/Utils.tsx +135 -127
- package/src/Components/loader.css +40 -31
- package/src/Components/withWidth.tsx +23 -12
- package/src/Connection.tsx +1 -3
- package/src/Dialogs/ComplexCron.tsx +55 -61
- package/src/Dialogs/Confirm.tsx +88 -65
- package/src/Dialogs/Cron.tsx +122 -112
- package/src/Dialogs/Error.tsx +37 -42
- package/src/Dialogs/Message.tsx +39 -37
- package/src/Dialogs/SelectFile.tsx +95 -85
- package/src/Dialogs/SelectID.tsx +141 -129
- package/src/Dialogs/SimpleCron.tsx +44 -44
- package/src/Dialogs/TextInput.tsx +60 -68
- package/src/GenericApp.tsx +342 -242
- package/src/LegacyConnection.tsx +972 -842
- package/src/Prompt.tsx +3 -1
- package/src/Theme.tsx +19 -26
- package/src/icons/IconAdapter.tsx +16 -14
- package/src/icons/IconAlias.tsx +16 -14
- package/src/icons/IconChannel.tsx +55 -16
- package/src/icons/IconClearFilter.tsx +17 -15
- package/src/icons/IconClosed.tsx +16 -11
- package/src/icons/IconCopy.tsx +16 -11
- package/src/icons/IconDevice.tsx +121 -22
- package/src/icons/IconDocument.tsx +16 -11
- package/src/icons/IconDocumentReadOnly.tsx +21 -12
- package/src/icons/IconExpert.tsx +20 -12
- package/src/icons/IconFx.tsx +16 -14
- package/src/icons/IconInstance.tsx +16 -14
- package/src/icons/IconLogout.tsx +20 -18
- package/src/icons/IconNoIcon.tsx +16 -14
- package/src/icons/IconOpen.tsx +17 -12
- package/src/icons/IconProps.tsx +4 -3
- package/src/icons/IconState.tsx +34 -13
- package/src/index.css +3 -2
- package/tasks.js +91 -0
- package/types.d.ts +141 -0
- package/Components/Loaders/PT.css +0 -109
- package/Components/Loaders/Vendor.css +0 -13
- package/Components/loader.css +0 -222
- package/Components/types.d.ts +0 -82
- package/assets/devices/Alarm Systems.svg +0 -19
- package/assets/devices/Amplifier.svg +0 -22
- package/assets/devices/Awnings.svg +0 -5
- package/assets/devices/Battery Status.svg +0 -5
- package/assets/devices/Ceiling Spotlights.svg +0 -16
- package/assets/devices/Chandelier.svg +0 -7
- package/assets/devices/Climate.svg +0 -12
- package/assets/devices/Coffee Makers.svg +0 -6
- package/assets/devices/Cold Water.svg +0 -31
- package/assets/devices/Computer.svg +0 -21
- package/assets/devices/Consumption.svg +0 -8
- package/assets/devices/Curtains.svg +0 -43
- package/assets/devices/Dishwashers.svg +0 -12
- package/assets/devices/Doors.svg +0 -6
- package/assets/devices/Doorstep.svg +0 -35
- package/assets/devices/Dryer.svg +0 -14
- package/assets/devices/Fan.svg +0 -20
- package/assets/devices/Floor Lamps.svg +0 -5
- package/assets/devices/Garage Doors.svg +0 -9
- package/assets/devices/Gates.svg +0 -32
- package/assets/devices/Hairdryer.svg +0 -23
- package/assets/devices/Handle.svg +0 -6
- package/assets/devices/Hanging Lamps.svg +0 -9
- package/assets/devices/Heater.svg +0 -44
- package/assets/devices/Hoods.svg +0 -12
- package/assets/devices/Hot Water.svg +0 -10
- package/assets/devices/Humidity.svg +0 -41
- package/assets/devices/Iron.svg +0 -5
- package/assets/devices/Irrigation.svg +0 -23
- package/assets/devices/Led Strip.svg +0 -31
- package/assets/devices/Light.svg +0 -30
- package/assets/devices/Lightings.svg +0 -46
- package/assets/devices/Lock.svg +0 -19
- package/assets/devices/Louvre.svg +0 -7
- package/assets/devices/Mowing Machine.svg +0 -9
- package/assets/devices/Music.svg +0 -13
- package/assets/devices/Outdoor Blinds.svg +0 -7
- package/assets/devices/People.svg +0 -19
- package/assets/devices/Pool.svg +0 -8
- package/assets/devices/Power Consumption.svg +0 -13
- package/assets/devices/Printer.svg +0 -10
- package/assets/devices/Pump.svg +0 -10
- package/assets/devices/Receiver.svg +0 -19
- package/assets/devices/Sconces.svg +0 -10
- package/assets/devices/Security.svg +0 -34
- package/assets/devices/Shading.svg +0 -5
- package/assets/devices/Shutters.svg +0 -11
- package/assets/devices/SmokeDetector.svg +0 -13
- package/assets/devices/Sockets.svg +0 -13
- package/assets/devices/Speaker.svg +0 -35
- package/assets/devices/Stove.svg +0 -12
- package/assets/devices/Table Lamps.svg +0 -12
- package/assets/devices/Temperature Sensors.svg +0 -28
- package/assets/devices/Tv.svg +0 -8
- package/assets/devices/Vacuum Cleaner.svg +0 -16
- package/assets/devices/Ventilation.svg +0 -12
- package/assets/devices/Washing Machines.svg +0 -16
- package/assets/devices/Water Consumption.svg +0 -6
- package/assets/devices/Water Heater.svg +0 -8
- package/assets/devices/Water.svg +0 -40
- package/assets/devices/Weather.svg +0 -28
- package/assets/devices/Window.svg +0 -8
- package/assets/rooms/Anteroom.svg +0 -53
- package/assets/rooms/Attic.svg +0 -21
- package/assets/rooms/Balcony.svg +0 -13
- package/assets/rooms/Barn.svg +0 -6
- package/assets/rooms/Basement.svg +0 -5
- package/assets/rooms/Bathroom.svg +0 -38
- package/assets/rooms/Bedroom.svg +0 -5
- package/assets/rooms/Boiler Room.svg +0 -13
- package/assets/rooms/Carport.svg +0 -17
- package/assets/rooms/Cellar.svg +0 -89
- package/assets/rooms/Chamber.svg +0 -9
- package/assets/rooms/Corridor.svg +0 -53
- package/assets/rooms/Dining Area.svg +0 -37
- package/assets/rooms/Dining Room.svg +0 -37
- package/assets/rooms/Dining.svg +0 -37
- package/assets/rooms/Dressing Room.svg +0 -5
- package/assets/rooms/Driveway.svg +0 -15
- package/assets/rooms/Entrance.svg +0 -44
- package/assets/rooms/Equipment Room.svg +0 -15
- package/assets/rooms/Front Yard.svg +0 -64
- package/assets/rooms/Gallery.svg +0 -14
- package/assets/rooms/Garage.svg +0 -20
- package/assets/rooms/Garden.svg +0 -13
- package/assets/rooms/Ground Floor.svg +0 -95
- package/assets/rooms/Guest Bathroom.svg +0 -33
- package/assets/rooms/Guest Room.svg +0 -5
- package/assets/rooms/Gym.svg +0 -5
- package/assets/rooms/Hall.svg +0 -19
- package/assets/rooms/Home Theater.svg +0 -8
- package/assets/rooms/Kitchen.svg +0 -18
- package/assets/rooms/Laundry Room.svg +0 -12
- package/assets/rooms/Living Area.svg +0 -11
- package/assets/rooms/Living Room.svg +0 -10
- package/assets/rooms/Locker Room.svg +0 -17
- package/assets/rooms/Nursery.svg +0 -5
- package/assets/rooms/Office.svg +0 -8
- package/assets/rooms/Outdoors.svg +0 -7
- package/assets/rooms/Playroom.svg +0 -6
- package/assets/rooms/Pool.svg +0 -8
- package/assets/rooms/Rear Wall.svg +0 -30
- package/assets/rooms/Second Floor.svg +0 -95
- package/assets/rooms/Shed.svg +0 -16
- package/assets/rooms/Sleeping Area.svg +0 -22
- package/assets/rooms/Stairway.svg +0 -5
- package/assets/rooms/Stairwell.svg +0 -15
- package/assets/rooms/Storeroom.svg +0 -5
- package/assets/rooms/Summer House.svg +0 -27
- package/assets/rooms/Swimming Pool.svg +0 -21
- package/assets/rooms/Terrace.svg +0 -7
- package/assets/rooms/Toilet.svg +0 -10
- package/assets/rooms/Upstairs.svg +0 -6
- package/assets/rooms/Wardrobe.svg +0 -60
- package/assets/rooms/Washroom.svg +0 -20
- package/assets/rooms/Wc.svg +0 -10
- package/assets/rooms/Windscreen.svg +0 -60
- package/assets/rooms/Workshop.svg +0 -23
- package/assets/rooms/Workspace.svg +0 -8
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright 2021-2023 ioBroker GmbH
|
|
3
|
-
*
|
|
4
|
-
* MIT License
|
|
5
|
-
*
|
|
6
|
-
**/
|
|
7
|
-
|
|
8
|
-
.logo-background-light, .logo-background-colored {
|
|
9
|
-
background: white;
|
|
10
|
-
}
|
|
11
|
-
.logo-background-dark, .logo-background-blue {
|
|
12
|
-
background: black;
|
|
13
|
-
}
|
|
14
|
-
.pt-logo-div {
|
|
15
|
-
position: absolute;
|
|
16
|
-
top: 50%;
|
|
17
|
-
left: 50%;
|
|
18
|
-
-ms-transform: translateX(-50%) translateY(-50%);
|
|
19
|
-
-webkit-transform: translate(-50%,-50%);
|
|
20
|
-
transform: translate(-50%,-50%);
|
|
21
|
-
z-index: 2;
|
|
22
|
-
}
|
|
23
|
-
.pt-logo-border {
|
|
24
|
-
border-style: solid;
|
|
25
|
-
box-sizing: border-box;
|
|
26
|
-
width: 100%;
|
|
27
|
-
height: 100%;
|
|
28
|
-
position: absolute;
|
|
29
|
-
}
|
|
30
|
-
.pt-loader-block {
|
|
31
|
-
height: 65px;
|
|
32
|
-
width: 74px;
|
|
33
|
-
border-radius: 15px;
|
|
34
|
-
position: absolute;
|
|
35
|
-
box-sizing: content-box;
|
|
36
|
-
}
|
|
37
|
-
.pt-loader-blue {
|
|
38
|
-
border: 9px solid #0F99DE;
|
|
39
|
-
transform: rotate(5grad);
|
|
40
|
-
left: 93px;
|
|
41
|
-
top: 0;
|
|
42
|
-
animation: spin-blue 5s ease-in-out infinite;
|
|
43
|
-
}
|
|
44
|
-
.pt-loader-green {
|
|
45
|
-
border: 9px solid #88A536;
|
|
46
|
-
transform: rotate(-6grad);
|
|
47
|
-
left: 70px;
|
|
48
|
-
top: 58px;
|
|
49
|
-
animation: spin-green 5s ease-in-out infinite;
|
|
50
|
-
}
|
|
51
|
-
.pt-loader-red {
|
|
52
|
-
border: 9px solid #BD1B24;
|
|
53
|
-
transform: rotate(-15grad);
|
|
54
|
-
left: 24px;
|
|
55
|
-
top: 100px;
|
|
56
|
-
animation: spin-red 5s ease-in-out infinite;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
@keyframes spin-blue {
|
|
60
|
-
0% {
|
|
61
|
-
transform: rotate(5deg);
|
|
62
|
-
}
|
|
63
|
-
25% {
|
|
64
|
-
transform: rotate(185deg);
|
|
65
|
-
}
|
|
66
|
-
50% {
|
|
67
|
-
transform: rotate(185deg);
|
|
68
|
-
}
|
|
69
|
-
75% {
|
|
70
|
-
transform: rotate(185deg);
|
|
71
|
-
}
|
|
72
|
-
100% {
|
|
73
|
-
transform: rotate(185deg);
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
@keyframes spin-green {
|
|
77
|
-
0% {
|
|
78
|
-
transform: rotate(-6deg);
|
|
79
|
-
}
|
|
80
|
-
25% {
|
|
81
|
-
transform: rotate(-6deg);
|
|
82
|
-
}
|
|
83
|
-
50% {
|
|
84
|
-
transform: rotate(174deg);
|
|
85
|
-
}
|
|
86
|
-
75% {
|
|
87
|
-
transform: rotate(174deg);
|
|
88
|
-
}
|
|
89
|
-
100% {
|
|
90
|
-
transform: rotate(-6deg);
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
@keyframes spin-red {
|
|
94
|
-
0% {
|
|
95
|
-
transform: rotate(-15deg);
|
|
96
|
-
}
|
|
97
|
-
25% {
|
|
98
|
-
transform: rotate(-15deg);
|
|
99
|
-
}
|
|
100
|
-
50% {
|
|
101
|
-
transform: rotate(-15deg);
|
|
102
|
-
}
|
|
103
|
-
75% {
|
|
104
|
-
transform: rotate(165deg);
|
|
105
|
-
}
|
|
106
|
-
100% {
|
|
107
|
-
transform: rotate(165deg);
|
|
108
|
-
}
|
|
109
|
-
}
|
package/Components/loader.css
DELETED
|
@@ -1,222 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright 2018-2023 Denis Haev (bluefox) <dogafox@gmail.com>
|
|
3
|
-
*
|
|
4
|
-
* MIT License
|
|
5
|
-
*
|
|
6
|
-
**/
|
|
7
|
-
|
|
8
|
-
.logo-background-light, .logo-background-colored {
|
|
9
|
-
background: white;
|
|
10
|
-
}
|
|
11
|
-
.logo-background-dark, .logo-background-blue {
|
|
12
|
-
background: black;
|
|
13
|
-
}
|
|
14
|
-
.logo-div {
|
|
15
|
-
position: absolute;
|
|
16
|
-
top: 50%;
|
|
17
|
-
left: 50%;
|
|
18
|
-
-ms-transform: translateX(-50%) translateY(-50%);
|
|
19
|
-
-webkit-transform: translate(-50%,-50%);
|
|
20
|
-
transform: translate(-50%,-50%);
|
|
21
|
-
overflow: hidden;
|
|
22
|
-
border-radius: 50%;
|
|
23
|
-
z-index: 2;
|
|
24
|
-
}
|
|
25
|
-
.logo-border {
|
|
26
|
-
/*border-color: #164477;*/
|
|
27
|
-
border-top-color: #3399CC;
|
|
28
|
-
border-left-color: #164477;
|
|
29
|
-
border-bottom-color: #164477;
|
|
30
|
-
border-right-color: #164477;
|
|
31
|
-
border-radius: 50%;
|
|
32
|
-
border-style: solid;
|
|
33
|
-
box-sizing: border-box;
|
|
34
|
-
width: 100%;
|
|
35
|
-
height: 100%;
|
|
36
|
-
position: absolute;
|
|
37
|
-
}
|
|
38
|
-
.logo-top {
|
|
39
|
-
position: absolute;
|
|
40
|
-
width: 4.5%;
|
|
41
|
-
height: 16%;
|
|
42
|
-
top: 0;
|
|
43
|
-
z-index: 2;
|
|
44
|
-
}
|
|
45
|
-
.logo-i {
|
|
46
|
-
position: absolute;
|
|
47
|
-
width: 14.5%;
|
|
48
|
-
height: 60%;
|
|
49
|
-
top: 20%;
|
|
50
|
-
left: 42%;
|
|
51
|
-
background: #3399CC;
|
|
52
|
-
}
|
|
53
|
-
.logo-i-top {
|
|
54
|
-
position: absolute;
|
|
55
|
-
width: 14.5%;
|
|
56
|
-
height: 4%;
|
|
57
|
-
left: 42%;
|
|
58
|
-
background: #3399CC;
|
|
59
|
-
border-radius: 100%;
|
|
60
|
-
}
|
|
61
|
-
.logo-back {
|
|
62
|
-
width: 100%;
|
|
63
|
-
height: 100%;
|
|
64
|
-
z-index: 0;
|
|
65
|
-
overflow: hidden;
|
|
66
|
-
}
|
|
67
|
-
@keyframes logo-grow {
|
|
68
|
-
0% {
|
|
69
|
-
width: 230px;
|
|
70
|
-
height: 230px;
|
|
71
|
-
transform: translate(-50%,-50%) scale(1);
|
|
72
|
-
opacity: 1
|
|
73
|
-
}
|
|
74
|
-
99% {
|
|
75
|
-
width: 230px;
|
|
76
|
-
height: 230px;
|
|
77
|
-
transform: translate(-50%,-50%) scale(10);
|
|
78
|
-
opacity: 0;
|
|
79
|
-
}
|
|
80
|
-
100% {
|
|
81
|
-
width: 0;
|
|
82
|
-
height: 0;
|
|
83
|
-
opacity: 0;
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
@keyframes logo-spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
|
|
87
|
-
@keyframes logo-color-inside-light {
|
|
88
|
-
0% {
|
|
89
|
-
background: #FEFEFE;
|
|
90
|
-
}
|
|
91
|
-
100% {
|
|
92
|
-
background: #3399CC;
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
@keyframes logo-color-inside-dark {
|
|
96
|
-
0% {
|
|
97
|
-
background: #030303;
|
|
98
|
-
}
|
|
99
|
-
100% {
|
|
100
|
-
background: #3399CC;
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
@keyframes logo-color-inside-colored {
|
|
104
|
-
0% {
|
|
105
|
-
background: #FEFEFE;
|
|
106
|
-
}
|
|
107
|
-
100% {
|
|
108
|
-
background: #3399CC;
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
@keyframes logo-color-inside-blue {
|
|
112
|
-
0% {
|
|
113
|
-
background: #030303;
|
|
114
|
-
}
|
|
115
|
-
100% {
|
|
116
|
-
background: #3399CC;
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
@keyframes logo-color-outside-light {
|
|
121
|
-
0% {
|
|
122
|
-
border-color: #FEFEFE;
|
|
123
|
-
}
|
|
124
|
-
100% {
|
|
125
|
-
border-top-color: #3399CC;
|
|
126
|
-
border-left-color: #164477;
|
|
127
|
-
border-bottom-color: #164477;
|
|
128
|
-
border-right-color: #164477;
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
@keyframes logo-color-outside-dark {
|
|
132
|
-
0% {
|
|
133
|
-
border-color: #040404;
|
|
134
|
-
}
|
|
135
|
-
100% {
|
|
136
|
-
border-top-color: #3399CC;
|
|
137
|
-
border-left-color: #164477;
|
|
138
|
-
border-bottom-color: #164477;
|
|
139
|
-
border-right-color: #164477;
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
@keyframes logo-color-outside-colored {
|
|
143
|
-
0% {
|
|
144
|
-
border-color: #FEFEFE;
|
|
145
|
-
}
|
|
146
|
-
100% {
|
|
147
|
-
border-top-color: #3399CC;
|
|
148
|
-
border-left-color: #164477;
|
|
149
|
-
border-bottom-color: #164477;
|
|
150
|
-
border-right-color: #164477;
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
@keyframes logo-color-outside-blue {
|
|
154
|
-
0% {
|
|
155
|
-
border-color: #040404;
|
|
156
|
-
}
|
|
157
|
-
100% {
|
|
158
|
-
border-top-color: #3399CC;
|
|
159
|
-
border-left-color: #164477;
|
|
160
|
-
border-bottom-color: #164477;
|
|
161
|
-
border-right-color: #164477;
|
|
162
|
-
}
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
.logo-animate-wait {
|
|
166
|
-
animation: logo-color-outside 1.5s, logo-spin 1.5s linear infinite;
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
.logo-animate-grow-light {
|
|
170
|
-
background: #DDD;
|
|
171
|
-
}
|
|
172
|
-
.logo-animate-grow-dark {
|
|
173
|
-
background: #1d1d1d;
|
|
174
|
-
}
|
|
175
|
-
.logo-animate-grow-colored {
|
|
176
|
-
background: #DDD;
|
|
177
|
-
}
|
|
178
|
-
.logo-animate-grow-blue {
|
|
179
|
-
background: #1d1d1d;
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
.logo-animate-grow {
|
|
183
|
-
display: inline-block;
|
|
184
|
-
text-align: center;
|
|
185
|
-
z-index: 1;
|
|
186
|
-
top: 50%;
|
|
187
|
-
left: 50%;
|
|
188
|
-
-ms-transform: translateX(-50%) translateY(-50%);
|
|
189
|
-
-webkit-transform: translate(-50%,-50%);
|
|
190
|
-
transform: translate(-50%,-50%);
|
|
191
|
-
width: 245px;
|
|
192
|
-
height: 245px;
|
|
193
|
-
border-radius: 50%;
|
|
194
|
-
position: absolute;
|
|
195
|
-
animation: logo-grow 1s 1 ease forwards;
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
.logo-animate-color-inside-light {
|
|
199
|
-
animation: logo-color-inside-light 2.5s;
|
|
200
|
-
}
|
|
201
|
-
.logo-animate-color-inside-dark {
|
|
202
|
-
animation: logo-color-inside-dark 2.5s;
|
|
203
|
-
}
|
|
204
|
-
.logo-animate-color-inside-colored {
|
|
205
|
-
animation: logo-color-inside-colored 2.5s;
|
|
206
|
-
}
|
|
207
|
-
.logo-animate-color-inside-blue {
|
|
208
|
-
animation: logo-color-inside-blue 2.5s;
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
.logo-animate-color-outside-light {
|
|
212
|
-
animation: logo-color-outside-light 1.5s;
|
|
213
|
-
}
|
|
214
|
-
.logo-animate-color-outside-dark {
|
|
215
|
-
animation: logo-color-outside-dark 1.5s;
|
|
216
|
-
}
|
|
217
|
-
.logo-animate-color-outside-colored {
|
|
218
|
-
animation: logo-color-outside-colored 1.5s;
|
|
219
|
-
}
|
|
220
|
-
.logo-animate-color-outside-blue {
|
|
221
|
-
animation: logo-color-outside-blue 1.5s;
|
|
222
|
-
}
|
package/Components/types.d.ts
DELETED
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
import { Translate, Width } from '../types';
|
|
2
|
-
import Connection from '../Connection';
|
|
3
|
-
import Router from './Router';
|
|
4
|
-
|
|
5
|
-
export interface ObjectBrowserTableFilter {
|
|
6
|
-
id?: string;
|
|
7
|
-
name?: string;
|
|
8
|
-
room?: string;
|
|
9
|
-
func?: string;
|
|
10
|
-
role?: string;
|
|
11
|
-
expertMode?: boolean;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
export type ObjectBrowserColumn = 'name' | 'type' | 'role' | 'room' | 'func' | 'val' | 'buttons';
|
|
15
|
-
|
|
16
|
-
export interface ObjectBrowserCustomFilter {
|
|
17
|
-
readonly type?: string | string[];
|
|
18
|
-
readonly common?: {
|
|
19
|
-
readonly type?: string | string[];
|
|
20
|
-
readonly role?: string | string[];
|
|
21
|
-
// If "_" - no custom set
|
|
22
|
-
// If "_dataSources" - only data sources (history, sql, influxdb, ...)
|
|
23
|
-
// Else "telegram." or something like this
|
|
24
|
-
// `true` - If common.custom not empty
|
|
25
|
-
readonly custom?: '_' | '_dataSources' | true | string;
|
|
26
|
-
};
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
export type ObjectBrowserType = 'state' | 'instance' | 'channel' | 'device' | 'chart';
|
|
30
|
-
|
|
31
|
-
export interface ObjectBrowserProps {
|
|
32
|
-
/** The title of the dialog. */
|
|
33
|
-
title: string;
|
|
34
|
-
/** The key to store state in the browser (default: 'App') */
|
|
35
|
-
key?: string;
|
|
36
|
-
/** The CSS classes. */
|
|
37
|
-
classes: Record<string, any>;
|
|
38
|
-
/** Default filters to be applied to the object table. */
|
|
39
|
-
defaultFilters?: ObjectBrowserTableFilter;
|
|
40
|
-
/** The selected ID or IDs. */
|
|
41
|
-
selected?: string | string[];
|
|
42
|
-
/** Callback when object is selected. */
|
|
43
|
-
onSelect?: (selectedItems: string[], name: string, isDouble?: boolean) => void;
|
|
44
|
-
/** The socket connection. */
|
|
45
|
-
socket: Connection;
|
|
46
|
-
/** Show the expert button? */
|
|
47
|
-
showExpertButton?: boolean;
|
|
48
|
-
/** Is expert mode enabled? (default: false) */
|
|
49
|
-
expertMode?: boolean;
|
|
50
|
-
/** Prefix (default: '.') */
|
|
51
|
-
imagePrefix?: string;
|
|
52
|
-
/** Theme name. */
|
|
53
|
-
themeName?: string;
|
|
54
|
-
/** Translation function. */
|
|
55
|
-
t: Translate;
|
|
56
|
-
/** The selected language. */
|
|
57
|
-
lang: ioBroker.Languages;
|
|
58
|
-
/** Allow to select multiple objects? (default: false) */
|
|
59
|
-
multiSelect?: boolean;
|
|
60
|
-
/** Can't objects be edited? (default: false) */
|
|
61
|
-
notEditable?: boolean;
|
|
62
|
-
/** Show folders first? (default: false) */
|
|
63
|
-
foldersFirst?: boolean;
|
|
64
|
-
/** Disable the column selector? (default: false) */
|
|
65
|
-
disableColumnSelector?: boolean;
|
|
66
|
-
/** The custom dialog React component to use */
|
|
67
|
-
objectCustomDialog?: any;
|
|
68
|
-
/** Custom filter. Optional {common: {custom: true}} or {common: {custom: 'sql.0'}} */
|
|
69
|
-
customFilter?: ObjectBrowserCustomFilter;
|
|
70
|
-
/** Custom value React component to use */
|
|
71
|
-
objectBrowserValue?: any;
|
|
72
|
-
/** Custom object editor React component to use */
|
|
73
|
-
objectBrowserEditObject?: any;
|
|
74
|
-
/** Router */
|
|
75
|
-
router?: Router<{}, {}>;
|
|
76
|
-
/** Object types to show */
|
|
77
|
-
types?: ObjectBrowserType[];
|
|
78
|
-
/** Columns to display */
|
|
79
|
-
columns?: ObjectBrowserColumn[];
|
|
80
|
-
/** The width of the dialog. */
|
|
81
|
-
width?: Width;
|
|
82
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<svg height="511pt" viewBox="-31 0 511 511.99998" width="511pt" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g fill="currentColor">
|
|
3
|
-
<path d="m235.328125 119.167969c20.839844 8.058593 35.644531 21.148437 44.632813 41.503906"/>
|
|
4
|
-
<path d="m231.6875 128.585938c18.980469 7.339843 31.382812 18.832031 39.035156 36.164062 1.667969 3.773438 5.363282 6.023438 9.242188 6.023438 1.363281 0 2.746094-.277344 4.070312-.863282 5.105469-2.253906 7.414063-8.214844 5.160156-13.316406-9.820312-22.25-26.25-37.574219-50.226562-46.84375-5.199219-2.011719-11.046875.574219-13.058594 5.777344-2.011718 5.203125.578125 11.046875 5.777344 13.058594zm0 0"/>
|
|
5
|
-
<path d="m207.105469 237.8125c20.089843 0 36.4375-16.34375 36.4375-36.433594 0-20.09375-16.347657-36.4375-36.4375-36.4375-20.089844 0-36.4375 16.34375-36.4375 36.4375 0 20.089844 16.347656 36.433594 36.4375 36.433594zm0-52.675781c8.953125 0 16.242187 7.285156 16.242187 16.242187 0 8.953125-7.289062 16.238282-16.242187 16.238282-8.957031 0-16.242188-7.285157-16.242188-16.238282 0-8.957031 7.285157-16.242187 16.242188-16.242187zm0 0"/>
|
|
6
|
-
<path d="m390.179688 147.015625c3.765624 0 7.398437-.574219 10.820312-1.636719l7.339844 9.871094c13.941406 18.75 21.621094 41.945312 21.621094 65.3125v59.152344c0 5.578125 4.523437 10.097656 10.097656 10.097656 5.574218 0 10.097656-4.519531 10.097656-10.097656v-59.152344c0-27.675781-9.09375-55.152344-25.609375-77.359375l-6.675781-8.980469c5.449218-6.367187 8.746094-14.625 8.746094-23.640625 0-20.09375-16.34375-36.4375-36.4375-36.4375-20.089844 0-36.433594 16.34375-36.433594 36.4375 0 20.089844 16.34375 36.433594 36.433594 36.433594zm0-52.675781c8.957031 0 16.242187 7.285156 16.242187 16.242187 0 8.953125-7.285156 16.242188-16.242187 16.242188-8.953126 0-16.242188-7.289063-16.242188-16.242188 0-8.957031 7.289062-16.242187 16.242188-16.242187zm0 0"/>
|
|
7
|
-
<path d="m440.058594 349.050781c-5.578125 0-10.097656 4.519531-10.097656 10.097657v63.320312c0 14.230469-11.578126 25.808594-25.808594 25.808594h-44.597656v-33.429688c0-5.578125-4.519532-10.097656-10.09375-10.097656h-42.265626v-112.453125c21.855469-24.035156 35.191407-55.949219 35.191407-90.917969 0-74.597656-60.6875-135.285156-135.28125-135.285156s-135.28125 60.6875-135.28125 135.285156c0 33.105469 11.957031 63.464844 31.777343 87.003906v213.519532c0 5.578125 4.523438 10.097656 10.097657 10.097656h235.761719c5.574218 0 10.09375-4.519531 10.09375-10.097656v-33.429688h44.597656c25.367187 0 46.003906-20.636718 46.003906-46.003906v-63.320312c0-5.578126-4.523438-10.097657-10.097656-10.097657zm-232.953125-262.761719c63.457031 0 115.085937 51.628907 115.085937 115.089844 0 63.457032-51.628906 115.085938-115.085937 115.085938-63.460938 0-115.085938-51.628906-115.085938-115.085938 0-63.460937 51.625-115.089844 115.085938-115.089844zm-83.308594 221.601563c22.980469 18.015625 51.910156 28.769531 83.308594 28.769531 29.863281 0 57.492187-9.734375 79.894531-26.1875v181.332032h-163.203125zm215.566406 183.914063h-32.167969v-66.859376h32.167969zm0 0"/>
|
|
8
|
-
<path d="m148.160156 377.789062h17.925782c5.574218 0 10.097656-4.523437 10.097656-10.097656 0-5.578125-4.523438-10.097656-10.097656-10.097656h-17.925782c-5.574218 0-10.097656 4.519531-10.097656 10.097656 0 5.574219 4.523438 10.097656 10.097656 10.097656zm0 0"/>
|
|
9
|
-
<path d="m198.144531 377.789062h17.921875c5.574219 0 10.097656-4.523437 10.097656-10.097656 0-5.578125-4.523437-10.097656-10.097656-10.097656h-17.921875c-5.578125 0-10.097656 4.519531-10.097656 10.097656 0 5.574219 4.519531 10.097656 10.097656 10.097656zm0 0"/>
|
|
10
|
-
<path d="m266.046875 357.59375h-17.921875c-5.574219 0-10.097656 4.519531-10.097656 10.097656 0 5.574219 4.523437 10.097656 10.097656 10.097656h17.921875c5.578125 0 10.097656-4.523437 10.097656-10.097656 0-5.578125-4.519531-10.097656-10.097656-10.097656zm0 0"/>
|
|
11
|
-
<path d="m148.160156 420.675781h67.90625c5.574219 0 10.097656-4.519531 10.097656-10.097656s-4.523437-10.097656-10.097656-10.097656h-67.90625c-5.574218 0-10.097656 4.519531-10.097656 10.097656s4.523438 10.097656 10.097656 10.097656zm0 0"/>
|
|
12
|
-
<path d="m248.125 443.15625h-99.964844c-5.574218 0-10.097656 4.519531-10.097656 10.097656 0 5.574219 4.523438 10.097656 10.097656 10.097656h99.964844c5.574219 0 10.097656-4.523437 10.097656-10.097656 0-5.578125-4.519531-10.097656-10.097656-10.097656zm0 0"/>
|
|
13
|
-
<path d="m106.355469 40.136719c1.84375 3.320312 5.285156 5.191406 8.832031 5.191406 1.660156 0 3.34375-.414063 4.898438-1.277344 4.875-2.710937 6.625-8.859375 3.914062-13.734375l-13.984375-25.128906c-2.710937-4.871094-8.859375-6.625-13.734375-3.910156-4.871094 2.710937-6.625 8.859375-3.914062 13.734375zm0 0"/>
|
|
14
|
-
<path d="m63.144531 83.015625-26.054687-15.039063c-4.832032-2.789062-11.003906-1.132812-13.792969 3.695313s-1.132813 11.003906 3.695313 13.792969l26.054687 15.042968c1.589844.917969 3.328125 1.351563 5.039063 1.351563 3.488281 0 6.882812-1.808594 8.753906-5.046875 2.789062-4.832031 1.132812-11.007812-3.695313-13.796875zm0 0"/>
|
|
15
|
-
<path d="m41.113281 146.210938-30.085937-1.28125c-5.582032-.25-10.28125 4.089843-10.519532 9.660156-.234374 5.570312 4.089844 10.28125 9.660157 10.515625l30.085937 1.28125c.144532.007812.292969.007812.4375.007812 5.378906 0 9.851563-4.242187 10.078125-9.667969.238281-5.570312-4.085937-10.277343-9.65625-10.515624zm0 0"/>
|
|
16
|
-
<path d="m283.640625 198.625.121094.296875c1.589843 3.925781 5.367187 6.304687 9.359375 6.304687 1.261718 0 2.546875-.238281 3.789062-.742187 5.167969-2.09375 7.660156-7.980469 5.566406-13.148437l-.121093-.296876c-2.09375-5.167968-7.980469-7.65625-13.148438-5.5625s-7.660156 7.980469-5.566406 13.148438zm0 0"/>
|
|
17
|
-
<path d="m449.367188 315.667969c-2.078126-5.171875-7.964844-7.679688-13.136719-5.601563-5.171875 2.082032-7.679688 7.960938-5.601563 13.136719l.117188.292969c1.585937 3.941406 5.371094 6.335937 9.375 6.335937 1.253906 0 2.527344-.234375 3.761718-.734375 5.175782-2.078125 7.683594-7.960937 5.601563-13.132812zm0 0"/>
|
|
18
|
-
</g>
|
|
19
|
-
</svg>
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
<svg height="480pt" viewBox="0 -120 480 480" width="480pt" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g fill="currentColor">
|
|
3
|
-
<path d="m472 0h-464c-4.417969 0-8 3.582031-8 8v192c0 4.417969 3.582031 8 8 8h32v24c0 4.417969 3.582031 8 8 8h40c4.417969 0 8-3.582031 8-8v-24h288v24c0 4.417969 3.582031 8 8 8h40c4.417969 0 8-3.582031 8-8v-24h32c4.417969 0 8-3.582031 8-8v-192c0-4.417969-3.582031-8-8-8zm-392 224h-24v-16h24zm344 0h-24v-16h24zm40-32h-448v-176h448zm0 0"/>
|
|
4
|
-
<path d="m256 176c35.347656 0 64-28.652344 64-64s-28.652344-64-64-64-64 28.652344-64 64c.039062 35.328125 28.671875 63.960938 64 64zm-8-111.28125v15.28125h16v-15.28125c24.605469 4.160156 41.917969 26.476562 39.832031 51.34375-2.085937 24.867188-22.878906 43.984375-47.832031 43.984375s-45.746094-19.117187-47.832031-43.984375c-2.085938-24.867188 15.226562-47.183594 39.832031-51.34375zm0 0"/>
|
|
5
|
-
<path d="m160 32h16v16h-16zm0 0"/>
|
|
6
|
-
<path d="m160 64h16v16h-16zm0 0"/>
|
|
7
|
-
<path d="m128 32h16v16h-16zm0 0"/>
|
|
8
|
-
<path d="m128 64h16v16h-16zm0 0"/>
|
|
9
|
-
<path d="m96 32h16v16h-16zm0 0"/>
|
|
10
|
-
<path d="m96 64h16v16h-16zm0 0"/>
|
|
11
|
-
<path d="m64 32h16v16h-16zm0 0"/>
|
|
12
|
-
<path d="m64 64h16v16h-16zm0 0"/>
|
|
13
|
-
<path d="m32 32h16v16h-16zm0 0"/>
|
|
14
|
-
<path d="m32 64h16v16h-16zm0 0"/>
|
|
15
|
-
<path d="m368 176c16.09375.019531 29.6875-11.9375 31.71875-27.90625 2.035156-15.964844-8.132812-30.945312-23.71875-34.957031v-17.136719h-16v17.136719c-15.585938 4.011719-25.753906 18.992187-23.71875 34.957031 2.03125 15.96875 15.625 27.925781 31.71875 27.90625zm0-48c8.835938 0 16 7.164062 16 16s-7.164062 16-16 16-16-7.164062-16-16 7.164062-16 16-16zm0 0"/>
|
|
16
|
-
<path d="m144 176c16.09375.019531 29.6875-11.9375 31.71875-27.90625 2.035156-15.964844-8.132812-30.945312-23.71875-34.957031v-17.136719h-16v17.136719c-15.585938 4.011719-25.753906 18.992187-23.71875 34.957031 2.03125 15.96875 15.625 27.925781 31.71875 27.90625zm0-48c8.835938 0 16 7.164062 16 16s-7.164062 16-16 16-16-7.164062-16-16 7.164062-16 16-16zm0 0"/>
|
|
17
|
-
<path d="m64 176c16.09375.019531 29.6875-11.9375 31.71875-27.90625 2.035156-15.964844-8.132812-30.945312-23.71875-34.957031v-17.136719h-16v17.136719c-15.585938 4.011719-25.753906 18.992187-23.71875 34.957031 2.03125 15.96875 15.625 27.925781 31.71875 27.90625zm0-48c8.835938 0 16 7.164062 16 16s-7.164062 16-16 16-16-7.164062-16-16 7.164062-16 16-16zm0 0"/>
|
|
18
|
-
<path d="m408 112h32c4.417969 0 8-3.582031 8-8v-64c0-4.417969-3.582031-8-8-8h-32c-4.417969 0-8 3.582031-8 8v64c0 4.417969 3.582031 8 8 8zm8-64h16v16h-16zm0 32h16v16h-16zm0 0"/>
|
|
19
|
-
<path d="m432 136c0 4.417969-3.582031 8-8 8s-8-3.582031-8-8 3.582031-8 8-8 8 3.582031 8 8zm0 0"/>
|
|
20
|
-
<path d="m432 168c0 4.417969-3.582031 8-8 8s-8-3.582031-8-8 3.582031-8 8-8 8 3.582031 8 8zm0 0"/>
|
|
21
|
-
</g>
|
|
22
|
-
</svg>
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g fill="currentColor">
|
|
3
|
-
<path d="m507.546 105.125c0-1.044-.205-2.091-.647-3.072l-43.93-97.63c-1.21-2.692-3.888-4.423-6.839-4.423h-182.63c-4.143 0-7.5 3.357-7.5 7.5s3.357 7.5 7.5 7.5h23.812v82.63h-82.625v-82.63h23.813c4.143 0 7.5-3.357 7.5-7.5s-3.357-7.5-7.5-7.5h-182.63c-2.951 0-5.629 1.731-6.84 4.423l-43.93 97.63c-.441.981-.646 2.028-.647 3.072h-.015v12.203c0 29.514 22.827 53.78 51.751 56.112l31.865 58.419h-4.007c-4.143 0-7.5 3.357-7.5 7.5s3.357 7.5 7.5 7.5h16.633c.005 0 .01.001.015.001s.011-.001.016-.001h16.618c4.143 0 7.5-3.357 7.5-7.5s-3.357-7.5-7.5-7.5h-12.189l-32.456-59.503c15.75-3.413 29.057-13.433 36.879-27.003 9.733 16.887 27.961 28.288 48.812 28.288s39.079-11.401 48.812-28.288c9.733 16.887 27.961 28.288 48.812 28.288s39.079-11.401 48.812-28.288c9.733 16.887 27.961 28.288 48.812 28.288s39.079-11.401 48.812-28.288c7.822 13.571 21.129 23.591 36.879 27.003l-32.456 59.503h-12.188c-4.143 0-7.5 3.357-7.5 7.5s3.357 7.5 7.5 7.5h16.618c.005 0 .011.001.016.001s.01-.001.015-.001h16.633c4.143 0 7.5-3.357 7.5-7.5s-3.357-7.5-7.5-7.5h-4.007l31.865-58.419c28.924-2.332 51.751-26.598 51.751-56.112v-12.203zm-19.085-7.495h-78.523v-82.63h41.343zm-93.523-82.63v82.63h-82.625v-82.63zm-195.25 82.63h-82.625v-82.63h82.625zm-138.968-82.63h41.343v82.63h-78.524zm.034 143.641c-.011 0-.021-.001-.032-.001-22.767-.015-41.285-18.542-41.285-41.312v-4.698h82.625v4.698c0 22.778-18.531 41.31-41.308 41.313zm97.621 0c-22.779 0-41.312-18.533-41.312-41.312v-4.698h82.625v4.698c0 22.778-18.534 41.312-41.313 41.312zm97.625 0c-22.779 0-41.312-18.533-41.312-41.312v-4.698h82.625v4.698c-.001 22.778-18.534 41.312-41.313 41.312zm97.625 0c-22.779 0-41.312-18.533-41.312-41.312v-4.698h82.625v4.698c0 22.778-18.534 41.312-41.313 41.312zm97.648-.001c-.005 0-.009 0-.014 0-.003 0-.006 0-.009 0-22.779 0-41.312-18.533-41.312-41.312v-4.698h82.625v4.698c-.001 22.772-18.521 41.3-41.29 41.312z"/>
|
|
4
|
-
</g>
|
|
5
|
-
</svg>
|
|
@@ -1,5 +0,0 @@
|
|
|
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="m394.063 391.996c-9.198-5.29-18.373-10.623-27.558-15.937 5.002-11.769 10.194-23.902 14.903-36.053 1.809-4.667 1.189-9.911-1.655-14.028-5.776-8.361-16.863-8.855-24.344-1.74-19.661 18.7-39.085 37-58.652 55.537-3.775 3.577-5.639 8.434-5.11 13.327.523 4.846 3.339 9.144 7.725 11.792 9.345 5.641 18.761 10.955 28.098 16.291-4.644 10.951-10.372 24.246-14.92 36.002-2.887 7.462.421 15.744 7.693 19.264 5.714 2.766 12.28 2.211 18.299-3.483 19.344-18.3 39.343-37.214 58.67-55.547 3.818-3.622 5.674-8.512 5.09-13.416-.591-4.962-3.594-9.338-8.239-12.009zm-7.174 14.54c-15.634 14.832-58.949 56.973-60.109 56.412-.118-.057-.306-.178-.24-.349 5.179-13.526 11.635-28.272 16.918-40.732 1.493-3.522.907-8.28-3.768-10.97-10.84-6.237-21.791-12.354-32.564-18.845-.802-.483-.767-.71-.051-1.388 20.874-19.779 57.959-55.311 59.803-56.459.396.084.544.299.545.384-5.307 13.684-11.213 27.305-16.9 40.739-1.794 4.237-.293 8.649 3.739 10.98 4.399 2.54 8.796 5.087 13.191 7.634 6.374 3.693 12.748 7.387 19.134 11.059 1.106.635 1.136.744.302 1.535zm-81.784-208.4h-201.46c-10.273 0-18.631 8.33-18.631 18.569v44.276c0 10.239 8.357 18.569 18.631 18.569h201.461c10.273 0 18.631-8.33 18.631-18.569v-44.276c-.001-10.239-8.358-18.569-18.632-18.569zm3.631 62.845c0 1.968-1.629 3.569-3.631 3.569h-201.46c-2.002 0-3.631-1.601-3.631-3.569v-44.276c0-1.968 1.629-3.569 3.631-3.569h201.461c2.002 0 3.631 1.601 3.631 3.569v44.276zm15-143.898c0-10.239-8.357-18.569-18.631-18.569h-201.46c-10.273 0-18.631 8.33-18.631 18.569v44.276c0 10.239 8.357 18.569 18.631 18.569h201.461c10.273 0 18.631-8.33 18.631-18.569v-44.276zm-15 44.277c0 1.968-1.629 3.569-3.631 3.569h-201.46c-2.002 0-3.631-1.601-3.631-3.569v-44.276c0-1.968 1.629-3.569 3.631-3.569h201.461c2.002 0 3.631 1.601 3.631 3.569v44.276zm38.247 123.857c-18.653 0-36.266 4.529-51.803 12.542h-191.535c-10.272 0-18.63 8.331-18.63 18.57v44.27c0 10.239 8.357 18.57 18.63 18.57h131.621c-1.096 6.318-1.673 12.812-1.673 19.438 0 24.243 7.651 46.729 20.66 65.182h-150.608c-2.002 0-3.63-1.602-3.63-3.57v-44.27c0-1.969 1.628-3.57 3.63-3.57h107.641c4.143 0 7.5-3.358 7.5-7.5s-3.357-7.5-7.5-7.5h-107.641c-10.272 0-18.63 8.331-18.63 18.57v44.27c0 10.239 8.357 18.57 18.63 18.57h163.237c7.07 7.063 15.065 13.199 23.785 18.21h-198.242c-14.227 0-25.8-11.574-25.8-25.8v-365.089c0-14.226 11.573-25.8 25.8-25.8h223.9c14.227 0 25.8 11.574 25.8 25.8v156.64c0 4.142 3.357 7.5 7.5 7.5s7.5-3.358 7.5-7.5v-156.64c0-22.497-18.303-40.8-40.8-40.8h-40.067v-35.611c0-16.376-13.323-29.699-29.699-29.699h-84.367c-16.376 0-29.699 13.323-29.699 29.699v35.611h-40.068c-22.497 0-40.8 18.303-40.8 40.8v365.09c0 22.497 18.303 40.8 40.8 40.8h223.9c3.892 0 7.731-.553 11.442-1.636 6.248 1.071 12.667 1.636 19.216 1.636 62.524 0 113.392-50.867 113.392-113.392 0-62.524-50.867-113.391-113.392-113.391zm-199.491-255.518c0-8.105 6.594-14.699 14.699-14.699h84.367c8.105 0 14.699 6.594 14.699 14.699v35.611h-113.765zm-43.847 334.471c-2.002 0-3.63-1.602-3.63-3.57v-44.27c0-1.969 1.628-3.57 3.63-3.57h169.341c-15.666 13.521-27.6 31.25-34.041 51.41zm243.338 132.83c-54.253 0-98.392-44.138-98.392-98.392 0-54.253 44.139-98.391 98.392-98.391s98.392 44.138 98.392 98.391c0 54.254-44.139 98.392-98.392 98.392z"/>
|
|
4
|
-
</g>
|
|
5
|
-
</svg>
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<svg height="512" viewBox="0 0 74 74" width="512" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g fill="currentColor">
|
|
3
|
-
<path d="m46.44 4h-2.97a1 1 0 0 1 0-2h2.97a1 1 0 0 1 0 2z"/>
|
|
4
|
-
<path d="m68.64 10.38h-63.28a1 1 0 0 1 -1-1v-6.38a1 1 0 0 1 1-1h21.2a1 1 0 0 1 0 2h-20.2v4.38h61.28v-4.38h-14.2a1 1 0 0 1 0-2h15.2a1 1 0 0 1 1 1v6.38a1 1 0 0 1 -1 1z"/>
|
|
5
|
-
<path d="m36.47 4h-2.91a1 1 0 0 1 0-2h2.91a1 1 0 0 1 0 2z"/>
|
|
6
|
-
<path d="m37 51.207a1 1 0 0 1 -1-1v-40.828a1 1 0 1 1 2 0v40.828a1 1 0 0 1 -1 1z"/>
|
|
7
|
-
<path d="m46.771 67.07h-19.542a1 1 0 0 1 -.977-1.215l3.49-15.855a1 1 0 0 1 .977-.785h12.562a1 1 0 0 1 .977.785l3.49 15.86a1 1 0 0 1 -.977 1.215zm-18.3-2h17.056l-3.049-13.86h-10.956z"/>
|
|
8
|
-
<path d="m37 72a5.936 5.936 0 0 1 -5.93-5.93 1 1 0 0 1 2 0 3.93 3.93 0 0 0 7.86 0 1 1 0 0 1 2 0 5.936 5.936 0 0 1 -5.93 5.93z"/>
|
|
9
|
-
<path d="m60.416 35.114a1 1 0 0 1 -1-1v-24.735a1 1 0 0 1 2 0v24.735a1 1 0 0 1 -1 1z"/>
|
|
10
|
-
<path d="m69.6 50.026h-18.37a1 1 0 0 1 -.976-1.215l3.28-14.911a1 1 0 0 1 .977-.785h11.809a1 1 0 0 1 .977.785l3.28 14.909a1 1 0 0 1 -.976 1.215zm-17.126-2h15.882l-2.839-12.909h-10.2z"/>
|
|
11
|
-
<path d="m60.416 54.66a5.641 5.641 0 0 1 -5.634-5.634 1 1 0 1 1 2 0 3.634 3.634 0 1 0 7.268 0 1 1 0 1 1 2 0 5.641 5.641 0 0 1 -5.634 5.634z"/>
|
|
12
|
-
<path d="m13.584 35.114a1 1 0 0 1 -1-1v-24.735a1 1 0 0 1 2 0v24.735a1 1 0 0 1 -1 1z"/>
|
|
13
|
-
<path d="m22.77 50.026h-18.37a1 1 0 0 1 -.976-1.215l3.276-14.911a1 1 0 0 1 .977-.785h11.812a1 1 0 0 1 .977.785l3.28 14.909a1 1 0 0 1 -.976 1.215zm-17.126-2h15.881l-2.839-12.909h-10.203z"/>
|
|
14
|
-
<path d="m13.584 54.66a5.641 5.641 0 0 1 -5.634-5.634 1 1 0 0 1 2 0 3.634 3.634 0 0 0 7.268 0 1 1 0 0 1 2 0 5.641 5.641 0 0 1 -5.634 5.634z"/>
|
|
15
|
-
</g>
|
|
16
|
-
</svg>
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
<svg height="512" viewBox="0 0 508.536 508.536" width="512" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g fill="currentColor">
|
|
3
|
-
<path d="m498.536 344.321h-17.298c.434-17.672-10.267-34.212-29.547-34.212s-29.982 16.54-29.547 34.212h-17.298c-5.523 0-10 4.477-10 10v25.697c0 24.601 15.712 45.596 37.625 53.494l-11.601 11.601c-11.086 11.086-25.826 17.191-41.503 17.191-32.364 0-58.693-26.33-58.693-58.693v-66.64c36.088 1.266 57.846-22.39 81.149-45.694 28.517-3.024 50.809-27.216 50.809-56.522v-25.698c0-5.523-4.477-10-10-10h-17.298c.434-17.671-10.267-34.212-29.547-34.212s-29.982 16.54-29.547 34.212h-17.3c-5.523 0-10 4.477-10 10v25.698c0 24.601 15.711 45.596 37.625 53.494l-11.601 11.601c-11.086 11.086-25.826 17.191-41.503 17.191-32.364 0-58.693-26.33-58.693-58.694 0-25.895 0-51.791 0-77.686h22.716c12.285 0 18.726 15.53 10.033 24.221-9.122 9.121 5.02 23.264 14.142 14.143 6.458-6.457 10.014-15.042 10.014-24.175 0-18.852-15.337-34.188-34.189-34.188h-22.716v-18.824c26.257-5.043 46.161-28.175 46.161-55.881v-20.851c0-5.523-4.477-10-10-10h-36.914v-24.236h36.914c12.84 0 12.859-20 0-20h-93.828c-12.84 0-12.859 20 0 20h36.914v24.235h-36.914c-5.523 0-10 4.477-10 10v20.851c0 28.233 20.669 51.719 47.667 56.151v18.555h-22.716c-18.852 0-34.189 15.337-34.189 34.188 0 9.132 3.556 17.717 10.014 24.175 9.121 9.121 23.263-5.021 14.143-14.143-8.685-8.684-2.264-24.221 10.033-24.221h22.716v77.686c0 32.364-26.33 58.694-58.694 58.694-15.677 0-30.417-6.105-41.502-17.191l-11.218-11.218c22.5-7.575 38.756-28.856 38.756-53.877v-25.698c0-5.523-4.477-10-10-10h-17.298c.434-17.671-10.267-34.212-29.547-34.212s-29.982 16.54-29.547 34.212h-17.3c-5.523 0-10 4.477-10 10v25.698c0 28.707 21.394 52.498 49.073 56.3l22.937 22.937c15.164 15.163 36.01 23.486 57.433 23.003v66.614c0 32.364-26.33 58.693-58.693 58.693-15.677 0-30.417-6.105-41.502-17.191l-11.602-11.602c21.914-7.898 37.625-28.892 37.625-53.494v-25.697c0-5.523-4.477-10-10-10h-17.297c.434-17.672-10.267-34.212-29.547-34.212s-29.982 16.54-29.547 34.212h-17.299c-5.523 0-10 4.477-10 10v25.697c0 29.305 22.292 53.497 50.808 56.521l22.717 22.716c14.863 14.863 34.625 23.048 55.645 23.048 43.392 0 78.693-35.302 78.693-78.693v-69.657c14.426-4.164 27.161-12.342 36.905-23.257v20.522c0 12.84 20 12.859 20 0v-20.522c9.52 10.663 21.889 18.723 35.905 22.972v69.946c0 43.392 35.302 78.693 78.693 78.693 21.02 0 40.781-8.186 55.645-23.048l22.716-22.716c28.516-3.025 50.808-27.216 50.808-56.521v-25.697c.001-5.524-4.476-10.001-9.999-10.001zm-112.298-149.927c0-12.313 19.095-12.313 19.095 0v4.664h-19.095zm46.393 24.664v15.698c0 20.316-16.529 36.845-36.845 36.845s-36.845-16.529-36.845-36.845v-15.698zm-326.914-24.664c0-12.313 19.095-12.313 19.095 0v4.664h-19.095zm46.393 24.664v15.698c0 20.316-16.529 36.845-36.845 36.845s-36.845-16.529-36.845-36.845v-15.698zm-104.812 120.599c0-12.313 19.095-12.313 19.095 0v4.665h-19.095zm46.392 24.664v15.697c0 20.316-16.529 36.845-36.845 36.845s-36.845-16.528-36.845-36.845v-15.697zm123.411-278.364v-10.851h73.828v10.851c0 47.596-73.828 47.596-73.828 0zm225.042 253.7c0-12.313 19.095-12.313 19.095 0v4.665h-19.095zm46.393 24.664v15.697c0 20.316-16.529 36.845-36.845 36.845s-36.845-16.529-36.845-36.845v-15.697z"/>
|
|
4
|
-
<path d="m281.206 441.847-16.438-9.49v-21.645c0-12.84-20-12.859-20 0v21.619l-16.483 9.516c-3.094 1.786-5 5.087-5 8.66v24.78c0 3.573 1.906 6.874 5 8.66l21.46 12.39c3.067 1.771 6.933 1.771 10 0l21.46-12.39c3.094-1.786 5-5.087 5-8.66v-24.78c.001-3.573-1.905-6.874-4.999-8.66zm-15 27.667-11.46 6.617-11.46-6.617v-13.233l11.46-6.617 11.46 6.617z"/>
|
|
5
|
-
<path d="m245.535 374.183c1.635 3.924 5.716 6.466 9.968 6.138 4.169-.322 7.778-3.272 8.897-7.303 2.364-8.513-7.191-15.759-14.773-11.235-4.214 2.514-5.945 7.88-4.092 12.4z"/>
|
|
6
|
-
</g>
|
|
7
|
-
</svg>
|
|
@@ -1,12 +0,0 @@
|
|
|
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="m9 17c4.411 0 8-3.589 8-8 0-1.256-.299-2.441-.818-3.501 1.103-1.548 2.898-2.499 4.818-2.499 2.84 0 5.278 2.064 5.799 4.831-.19.105-.375.218-.554.342-1.224-.747-2.636-1.173-4.074-1.173h-.171v2h.171c.896 0 1.78.221 2.58.615-.083.109-.171.211-.248.326l-.336.504 1.664 1.109.336-.504c.857-1.283 2.29-2.05 3.833-2.05 1.103 0 2 .897 2 2s-.897 2-2 2h-7c-1.103 0-2-.897-2-2h-2c0 2.206 1.794 4 4 4h25c2.206 0 4-1.794 4-4s-1.794-4-4-4c-.473 0-.935.06-1.387.157-1.159-3.623-4.542-6.157-8.43-6.157-3.549 0-6.746 2.107-8.144 5.369l-.277.646c-.356.013-.706.055-1.05.123-.82-3.542-4.023-6.138-7.712-6.138-2.312 0-4.488 1.034-5.978 2.751-1.467-1.682-3.62-2.751-6.022-2.751-4.411 0-8 3.589-8 8s3.589 8 8 8zm29.183-14c3.047 0 5.676 2.017 6.541 4.877-.163.093-.325.188-.479.295-1.225-.746-2.636-1.172-4.074-1.172h-.171v2h.171c.895 0 1.78.221 2.58.615-.083.109-.171.211-.248.326l-.336.504 1.664 1.109.336-.504c.857-1.283 2.29-2.05 3.833-2.05 1.103 0 2 .897 2 2s-.897 2-2 2h-14.556c.344-.591.556-1.268.556-2 0-1.571-.918-2.919-2.238-3.573l.116-.27c1.082-2.525 3.557-4.157 6.305-4.157zm-29.183 0c3.309 0 6 2.691 6 6s-2.691 6-6 6-6-2.691-6-6 2.691-6 6-6z"/>
|
|
4
|
-
<path d="m57 37v-4.5l4-3v-2.5h-2v1.5l-2 1.5v-5h-2v7l-2-1.5v-1.5h-2v2.5l4 3v2.5h-10v-6.5l4-3v-2.5h-2v1.5l-2 1.5v-4.586l1.707-1.707-1.414-1.414-2.293 2.293v7.414l-2-1.5v-1.5h-2v2.5l4 3v4.5h-14v-1.279l.496-.165c3.292-1.098 5.504-4.166 5.504-7.636 0-2.149-.837-4.171-2.357-5.691l-4.643-4.643-3.825 3.825c-.39-.802-.896-1.546-1.532-2.183l-4.643-4.642-4.643 4.643c-1.52 1.52-2.357 3.542-2.357 5.691 0 3.47 2.212 6.538 5.503 7.635l.497.165v4.28h-16.281l.49 1.959c3.539 14.155 16.201 24.041 30.791 24.041s27.252-9.886 30.791-24.041l.49-1.959zm-27.364 6.258 1.145 1.717c.143.214.219.464.219.722 0 .719-.584 1.303-1.303 1.303h-15.394c-.719 0-1.303-.584-1.303-1.303 0-.258.076-.508.219-.723l1.146-1.718c.415-.624.635-1.351.635-2.101 0-.77-.246-1.525-.681-2.155h15.362c-.435.631-.681 1.385-.681 2.155 0 .75.22 1.477.636 2.103zm-1.636-22.844 3.229 3.229c1.142 1.142 1.771 2.662 1.771 4.277 0 2.557-1.604 4.817-4 5.681v-1.186l2.707-2.707-1.414-1.414-1.293 1.292v-2.172l1.707-1.707-1.414-1.414-2.293 2.293v7.014c-2.396-.863-4-3.122-4-5.68 0-1.615.629-3.135 1.771-4.277zm-15 4.506c0-1.615.629-3.135 1.771-4.277l3.229-3.229 3.229 3.229c.666.666 1.153 1.481 1.449 2.371-1.084 1.4-1.678 3.106-1.678 4.906 0 .464.046.918.122 1.364-.609.581-1.329 1.034-2.122 1.319v-6.3l1.832-2.748-1.664-1.109-1.323 1.985-1.138-1.138-1.414 1.414 1.707 1.707v2.172l-1.293-1.293-1.414 1.414 2.707 2.707v1.186c-2.396-.863-4-3.122-4-5.68zm6 7.801.496-.165c.825-.275 1.589-.696 2.281-1.216.916 1.948 2.586 3.502 4.726 4.215l.497.165v1.28h-8zm-7.414 6.279.89.89c.333.333.524.795.524 1.265 0 .354-.104.698-.3.993l-1.145 1.717c-.363.544-.555 1.178-.555 1.832 0 1.822 1.481 3.303 3.303 3.303h15.395c1.821 0 3.302-1.481 3.302-3.303 0-.654-.192-1.288-.555-1.832l-1.145-1.716c-.196-.295-.3-.639-.3-.994 0-.471.191-.933.524-1.266l.89-.89h6.836c-.16.385-.25.806-.25 1.247 0 1.492 1.011 2.788 2.459 3.149l4.22 1.055c.778.196 1.321.891 1.321 1.693 0 .717-.43 1.353-1.096 1.618l-6.275 2.511c-1.597.639-2.629 2.163-2.629 3.882 0 1.496.807 2.888 2.107 3.63l2.715 1.551c-3.004 1.049-6.215 1.621-9.537 1.653l-5.086-3.391c-.124-.082-.199-.221-.199-.371 0-.219.157-.404.374-.44l3.435-.572c1.269-.213 2.191-1.302 2.191-2.59 0-1.447-1.177-2.624-2.624-2.624h-20.605c-2.989-3.367-5.256-7.43-6.486-12zm14.503 20.262 2.23 1.487c-6.329-.784-12.105-3.548-16.607-7.749h18.664c.344 0 .624.28.624.624 0 .307-.219.565-.521.616l-3.434.572c-1.185.198-2.045 1.212-2.045 2.414 0 .819.407 1.581 1.089 2.036zm18.103-.875-4.093-2.339c-.678-.388-1.099-1.113-1.099-1.894 0-.897.539-1.692 1.372-2.025l6.275-2.511c1.429-.571 2.353-1.935 2.353-3.475 0-1.721-1.166-3.214-2.835-3.632l-4.22-1.055c-.557-.14-.945-.637-.945-1.21 0-.687.559-1.246 1.246-1.246h18.468c-2.376 8.828-8.565 15.814-16.522 19.387z"/>
|
|
5
|
-
<path d="m37 17h2v2h-2z"/>
|
|
6
|
-
<path d="m39 21h2v2h-2z"/>
|
|
7
|
-
<path d="m43 17h2v2h-2z"/>
|
|
8
|
-
<path d="m47 19h2v2h-2z"/>
|
|
9
|
-
<path d="m51 23h2v2h-2z"/>
|
|
10
|
-
<path d="m51 17h2v2h-2z"/>
|
|
11
|
-
</g>
|
|
12
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
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="m466 111.996h-49.719l-109.215-46.361 4.889-54.746c.25-2.796-.687-5.568-2.582-7.639-1.894-2.07-4.572-3.25-7.378-3.25h-60c-2.807 0-5.484 1.18-7.379 3.25-1.895 2.071-2.831 4.843-2.582 7.639l4.898 54.854-104.795 46.253h-26.137c-38.598 0-70 31.402-70 70v69.997c0 16.542 13.458 30 30 30s30-13.458 30-30v-69.997c0-5.42 4.58-10 10-10h26.915l21.483 121.738c1.927 10.923 9.904 18.263 19.848 18.263v40.003c-9.652 0-17.217 6.802-19.744 17.751l-30.001 130c-.685 2.969.021 6.089 1.918 8.474s4.778 3.774 7.826 3.774h280c3.047 0 5.929-1.39 7.826-3.774 1.897-2.385 2.604-5.505 1.918-8.474l-30.001-130c-2.525-10.949-10.091-17.751-19.743-17.751v-40.002c9.944 0 17.92-7.339 19.847-18.262l14.381-81.492 64.056-55.236c2.203-1.899 3.47-4.665 3.47-7.573v-27.438c.001-5.524-4.477-10.001-9.999-10.001zm-174.938-91.996-3.75 41.996h-30.634l-3.751-41.996zm-41.423 61.996h44.785l70.672 30h-183.428zm-143.639 70.001c-16.542 0-30 13.458-30 30v69.997c0 5.514-4.486 10-10 10s-10-4.486-10-10v-69.997c0-27.57 22.43-50 50-50h19.856l3.53 20zm68.094 138.263-27.929-158.264h62.762l2.528 35.817c.372 5.27 4.762 9.296 9.965 9.296.236 0 .475-.008.714-.025 5.509-.389 9.66-5.17 9.271-10.679l-2.429-34.409h90.539l-11.295 160.002h-67.949l-2.529-35.817c-.389-5.509-5.166-9.661-10.679-9.271-5.509.389-9.66 5.17-9.271 10.679l2.429 34.409h-45.518c-.199-.321-.463-.914-.609-1.738zm-.103 83.988c.259-1.125.61-1.857.853-2.249h45.36l-11.077 120h-62.31zm134.212-2.248 11.077 120h-90.069l11.077-120zm66.297 2.248 27.175 117.752h-62.31l-11.077-120h45.36c.243.391.593 1.123.852 2.248zm-20.255-22.248h-159.998v-40.002h159.998zm20.151-61.74c-.146.824-.409 1.417-.608 1.737h-45.518l11.295-160.001h62.762l-12.937 73.309c0 .001 0 .002-.001.003zm81.604-145.407-42.029 36.242 8.665-49.099h33.364z"/>
|
|
4
|
-
<path d="m224.599 221.997c5.523 0 10-4.477 10-10s-4.477-10-10-10h-.007c-5.523 0-9.996 4.477-9.996 10s4.48 10 10.003 10z"/>
|
|
5
|
-
</g>
|
|
6
|
-
</svg>
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 475 475" >
|
|
2
|
-
<g fill="currentColor">
|
|
3
|
-
<path d="M438.413,343.188C428.059,335.085,415.174,325,390.835,325c-24.339,0-37.224,10.085-47.577,18.188
|
|
4
|
-
C334.496,350.045,328.165,355,314.17,355c-13.994,0-20.325-4.955-29.087-11.813C274.729,335.085,261.844,325,237.506,325
|
|
5
|
-
c-24.339,0-37.224,10.085-47.578,18.188C181.166,350.045,174.834,355,160.84,355c-13.996,0-20.327-4.955-29.09-11.813
|
|
6
|
-
C121.395,335.084,108.509,325,84.17,325c-24.339,0-37.225,10.084-47.579,18.188C27.828,350.045,21.496,355,7.5,355v30
|
|
7
|
-
c24.339,0,37.225-10.084,47.579-18.188C63.842,359.955,70.174,355,84.17,355c13.996,0,20.327,4.955,29.091,11.813
|
|
8
|
-
C123.615,374.916,136.5,385,160.84,385c24.338,0,37.224-10.084,47.578-18.188C217.18,359.955,223.511,355,237.506,355
|
|
9
|
-
c13.994,0,20.325,4.955,29.087,11.813C276.947,374.915,289.833,385,314.17,385c24.338,0,37.224-10.085,47.577-18.188
|
|
10
|
-
C370.51,359.955,376.841,355,390.835,355c13.995,0,20.325,4.955,29.088,11.813C430.277,374.915,443.162,385,467.5,385v-30
|
|
11
|
-
C453.506,355,447.175,350.045,438.413,343.188z"/>
|
|
12
|
-
<path d="M390.835,415c-24.338,0-37.224,10.085-47.577,18.188C334.496,440.045,328.165,445,314.17,445
|
|
13
|
-
c-13.994,0-20.325-4.955-29.087-11.813C274.729,425.085,261.844,415,237.506,415c-24.339,0-37.224,10.085-47.578,18.188
|
|
14
|
-
C181.166,440.045,174.834,445,160.84,445c-13.996,0-20.327-4.955-29.09-11.813C121.395,425.084,108.509,415,84.17,415
|
|
15
|
-
c-24.339,0-37.225,10.084-47.579,18.188C27.828,440.045,21.496,445,7.5,445v30c24.339,0,37.225-10.084,47.579-18.188
|
|
16
|
-
C63.842,449.955,70.174,445,84.17,445c13.996,0,20.327,4.955,29.091,11.813C123.615,464.916,136.5,475,160.84,475
|
|
17
|
-
c24.338,0,37.224-10.084,47.578-18.188C217.18,449.955,223.511,445,237.506,445c13.994,0,20.325,4.955,29.087,11.813
|
|
18
|
-
C276.947,464.915,289.833,475,314.17,475c24.338,0,37.224-10.085,47.577-18.188C370.51,449.955,376.841,445,390.835,445
|
|
19
|
-
c13.995,0,20.325,4.955,29.088,11.813C430.277,464.915,443.162,475,467.5,475v-30c-13.994,0-20.325-4.955-29.087-11.813
|
|
20
|
-
C428.059,425.085,415.174,415,390.835,415z"/>
|
|
21
|
-
<polygon points="184.378,258.323 222.5,236.313 222.5,280.333 252.5,280.333 252.5,236.313 290.622,258.323 305.622,232.343
|
|
22
|
-
267.5,210.333 305.622,188.323 290.622,162.343 252.5,184.353 252.5,140.333 222.5,140.333 222.5,184.353 184.378,162.343
|
|
23
|
-
169.378,188.323 207.5,210.333 169.378,232.343 "/>
|
|
24
|
-
<polygon points="24.095,117.99 62.216,95.98 62.216,140 92.216,140 92.216,95.98 130.338,117.99 145.338,92.01 107.216,70
|
|
25
|
-
145.338,47.99 130.338,22.01 92.216,44.02 92.216,0 62.216,0 62.216,44.02 24.095,22.01 9.095,47.99 47.217,70 9.095,92.01
|
|
26
|
-
"/>
|
|
27
|
-
<polygon points="344.662,117.99 382.784,95.98 382.784,140 412.784,140 412.784,95.98 450.905,117.99 465.905,92.01 427.783,70
|
|
28
|
-
465.905,47.99 450.905,22.01 412.784,44.02 412.784,0 382.784,0 382.784,44.02 344.662,22.01 329.662,47.99 367.784,70
|
|
29
|
-
329.662,92.01 "/>
|
|
30
|
-
</g>
|
|
31
|
-
</svg>
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" >
|
|
2
|
-
<g fill="currentColor">
|
|
3
|
-
<path d="M511.976,416.063c-0.005-0.075-0.004-0.149-0.011-0.224c-0.027-0.297-0.07-0.588-0.131-0.873
|
|
4
|
-
c-0.006-0.028-0.015-0.056-0.022-0.084c-0.059-0.262-0.132-0.518-0.218-0.768c-0.023-0.067-0.048-0.132-0.073-0.198
|
|
5
|
-
c-0.084-0.227-0.179-0.448-0.284-0.663c-0.018-0.038-0.03-0.077-0.049-0.115l-40.112-79.118V73.72
|
|
6
|
-
c0-8.006-6.513-14.519-14.519-14.519H55.441c-8.006,0-14.519,6.513-14.519,14.519v260.298L0.811,413.137
|
|
7
|
-
c-0.019,0.038-0.031,0.077-0.049,0.115c-0.105,0.215-0.199,0.436-0.284,0.662c-0.025,0.066-0.05,0.132-0.073,0.199
|
|
8
|
-
c-0.085,0.251-0.159,0.508-0.218,0.77c-0.006,0.027-0.015,0.054-0.021,0.081c-0.061,0.286-0.104,0.577-0.131,0.874
|
|
9
|
-
c-0.007,0.074-0.007,0.149-0.011,0.223C0.014,416.217,0,416.371,0,416.529v19.026c0,9.509,7.735,17.244,17.244,17.244h477.512
|
|
10
|
-
c9.509,0,17.244-7.735,17.244-17.244v-19.026C512,416.371,511.986,416.217,511.976,416.063z M55.923,74.203h400.154v254.109
|
|
11
|
-
H55.923V74.203z M53.029,343.311H458.97l33.318,65.717h-164.78l-8.271-29.989c-1.684-6.105-7.282-10.369-13.615-10.369h-99.246
|
|
12
|
-
c-6.333,0-11.932,4.264-13.615,10.368l-8.271,29.99H19.711L53.029,343.311z M311.948,409.029H200.052l6.993-25.358h97.91
|
|
13
|
-
L311.948,409.029z M497,435.554c0,1.237-1.007,2.244-2.244,2.244H17.244c-1.237,0-2.244-1.007-2.244-2.244v-11.526h482V435.554z"
|
|
14
|
-
/>
|
|
15
|
-
<path d="M432.577,213.756c-4.143,0-7.5,3.357-7.5,7.5v76.055H86.923v-76.055c0-4.143-3.357-7.5-7.5-7.5
|
|
16
|
-
c-4.143,0-7.5,3.357-7.5,7.5v79.294c0,6.485,5.275,11.761,11.761,11.761h344.633c6.485,0,11.761-5.275,11.761-11.761v-79.294
|
|
17
|
-
C440.077,217.115,436.72,213.756,432.577,213.756z"/>
|
|
18
|
-
<path d="M428.316,90.203H83.684c-6.485,0-11.761,5.275-11.761,11.761v79.294c0,4.143,3.357,7.5,7.5,7.5c4.143,0,7.5-3.357,7.5-7.5
|
|
19
|
-
v-76.055h338.154v76.055c0,4.143,3.357,7.5,7.5,7.5s7.5-3.357,7.5-7.5v-79.294C440.077,95.477,434.802,90.203,428.316,90.203z"/>
|
|
20
|
-
</g>
|
|
21
|
-
</svg>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<svg height="512" viewBox="0 0 512.001 512.001" width="512" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g fill="currentColor">
|
|
3
|
-
<path d="m164.399 205.872c4.099.664 8.206-1.273 10.284-4.91l60-105c1.769-3.095 1.756-6.897-.033-9.98s-5.085-4.981-8.649-4.981h-36.682l-13.486-72.821c-.772-4.169-4.089-7.398-8.277-8.058-4.185-.66-8.337 1.394-10.353 5.123l-60 111c-1.675 3.099-1.597 6.851.208 9.876 1.804 3.025 5.066 4.879 8.589 4.879h36.802l13.393 66.961c.817 4.09 4.088 7.242 8.204 7.911zm-13.399-94.871h-28.228l38.554-71.323 9.841 53.144c.878 4.74 5.013 8.179 9.833 8.179h27.769l-38.2 66.85-9.763-48.811c-.935-4.674-5.039-8.039-9.806-8.039z"/>
|
|
4
|
-
<path d="m10 459.001c-5.522 0-10 4.477-10 10s4.478 10 10 10h23v23c0 5.522 4.478 10 10 10s10-4.478 10-10v-23h43v23c0 5.522 4.478 10 10 10s10-4.478 10-10v-23h40v23c0 5.522 4.478 10 10 10s10-4.478 10-10v-23h40v23c0 5.522 4.478 10 10 10s10-4.478 10-10v-23h40v23c0 5.522 4.478 10 10 10s10-4.478 10-10v-23h40v23c0 5.522 4.478 10 10 10s10-4.478 10-10v-23h40v23c0 5.522 4.478 10 10 10s10-4.478 10-10v-23h40v23c0 5.522 4.478 10 10 10s10-4.478 10-10v-23h26c5.522 0 10-4.477 10-10s-4.478-10-10-10h-56v-68c0-5.523-4.478-10-10-10s-10 4.477-10 10v68h-40v-223h40v65c0 5.523 4.478 10 10 10s10-4.477 10-10v-75c0-5.523-4.478-10-10-10h-60c-5.522 0-10 4.477-10 10v233h-40v-173c0-5.523-4.478-10-10-10h-60c-5.522 0-10 4.477-10 10v173h-40v-113c0-5.523-4.478-10-10-10h-60c-5.522 0-10 4.477-10 10v113h-73v-449c0-5.523-4.478-10-10-10s-10 4.477-10 10v26h-23c-5.522 0-10 4.477-10 10s4.478 10 10 10h23v40h-23c-5.522 0-10 4.477-10 10s4.478 10 10 10h23v40h-23c-5.522 0-10 4.477-10 10s4.478 10 10 10h23v40h-23c-5.522 0-10 4.477-10 10s4.478 10 10 10h23v40h-23c-5.522 0-10 4.477-10 10s4.478 10 10 10h23v40h-23c-5.522 0-10 4.477-10 10s4.478 10 10 10h23v40h-23c-5.522 0-10 4.477-10 10s4.478 10 10 10h23v43zm256-163h40v163h-40zm-120 60h40v103h-40z"/>
|
|
5
|
-
<path d="m436 146.001c5.522 0 10-4.477 10-10v-60c0-5.523-4.478-10-10-10h-60c-5.522 0-10 4.477-10 10s4.478 10 10 10h35.857l-100 100h-55.857c-2.652 0-5.195 1.054-7.071 2.929l-90 90c-3.905 3.905-3.905 10.237 0 14.143 3.907 3.905 10.236 3.904 14.143 0l87.071-87.071h55.857c2.652 0 5.195-1.054 7.071-2.929l102.929-102.93v35.857c0 5.524 4.478 10.001 10 10.001z"/>
|
|
6
|
-
<circle cx="436" cy="346.001" r="10"/>
|
|
7
|
-
</g>
|
|
8
|
-
</svg>
|