@iobroker/adapter-react-v5 7.0.1 → 7.0.2
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.js +13 -13
- package/Components/FileBrowser.js +42 -16
- package/Components/Loader.js +223 -223
- package/Components/Loaders/PT.css +108 -108
- package/Components/Loaders/PT.js +103 -103
- package/Components/Loaders/Vendor.css +13 -13
- package/Components/Loaders/Vendor.js +7 -7
- package/Components/ObjectBrowser.d.ts +10 -0
- package/Components/ObjectBrowser.js +257 -109
- package/Components/UploadImage.js +305 -305
- package/Components/loader.css +221 -221
- package/Components/types.d.ts +82 -82
- package/GenericApp.js +49 -49
- package/LICENSE +22 -22
- package/Prompt.js +7 -7
- package/README.md +30 -21
- 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/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/craco-module-federation.js +71 -71
- package/i18n/de.json +4 -1
- package/i18n/en.json +4 -1
- package/i18n/es.json +4 -1
- package/i18n/fr.json +4 -1
- package/i18n/it.json +4 -1
- package/i18n/nl.json +4 -1
- package/i18n/pl.json +4 -1
- package/i18n/pt.json +4 -1
- package/i18n/ru.json +4 -1
- package/i18n/uk.json +4 -1
- package/i18n/zh-cn.json +4 -1
- package/icons/IconFx.js +1 -1
- package/icons/IconLogout.js +1 -1
- package/index.css +54 -54
- package/modulefederation.admin.config.js +31 -31
- package/package.json +5 -5
- package/src/AdminConnection.tsx +3 -3
- package/src/Components/404.tsx +121 -121
- package/src/Components/ColorPicker.tsx +315 -315
- package/src/Components/ComplexCron.tsx +507 -507
- package/src/Components/CopyToClipboard.tsx +165 -165
- package/src/Components/CustomModal.tsx +163 -163
- package/src/Components/FileBrowser.tsx +2443 -2414
- package/src/Components/FileViewer.tsx +393 -393
- package/src/Components/Icon.tsx +210 -210
- package/src/Components/IconPicker.tsx +149 -149
- package/src/Components/IconSelector.tsx +2202 -2202
- package/src/Components/Image.tsx +176 -176
- package/src/Components/Loader.tsx +304 -304
- package/src/Components/Logo.tsx +166 -166
- package/src/Components/MDUtils.tsx +100 -100
- package/src/Components/ObjectBrowser.tsx +8215 -8032
- package/src/Components/Router.tsx +90 -90
- package/src/Components/SaveCloseButtons.tsx +113 -113
- package/src/Components/Schedule.tsx +1724 -1724
- package/src/Components/SelectWithIcon.tsx +197 -197
- package/src/Components/TabContainer.tsx +55 -55
- package/src/Components/TabContent.tsx +37 -37
- package/src/Components/TabHeader.tsx +19 -19
- package/src/Components/TableResize.tsx +259 -259
- package/src/Components/TextWithIcon.tsx +148 -148
- package/src/Components/ToggleThemeMenu.tsx +34 -34
- package/src/Components/TreeTable.tsx +919 -919
- package/src/Components/UploadImage.tsx +599 -599
- package/src/Components/Utils.tsx +1794 -1794
- package/src/Components/loader.css +221 -221
- package/src/Components/withWidth.tsx +21 -21
- package/src/Connection.tsx +7 -7
- package/src/Dialogs/ComplexCron.tsx +129 -129
- package/src/Dialogs/Confirm.tsx +162 -162
- package/src/Dialogs/Cron.tsx +182 -182
- package/src/Dialogs/Error.tsx +72 -72
- package/src/Dialogs/Message.tsx +71 -71
- package/src/Dialogs/SelectFile.tsx +270 -270
- package/src/Dialogs/SelectID.tsx +298 -298
- package/src/Dialogs/SimpleCron.tsx +100 -100
- package/src/Dialogs/TextInput.tsx +107 -107
- package/src/GenericApp.tsx +976 -976
- package/src/LegacyConnection.tsx +3589 -3589
- package/src/Prompt.tsx +20 -20
- package/src/Theme.tsx +479 -479
- package/src/icons/IconAdapter.tsx +20 -20
- package/src/icons/IconAlias.tsx +20 -20
- package/src/icons/IconChannel.tsx +21 -21
- package/src/icons/IconClearFilter.tsx +22 -22
- package/src/icons/IconClosed.tsx +17 -17
- package/src/icons/IconCopy.tsx +16 -16
- package/src/icons/IconDevice.tsx +27 -27
- package/src/icons/IconDocument.tsx +17 -17
- package/src/icons/IconDocumentReadOnly.tsx +18 -18
- package/src/icons/IconExpert.tsx +18 -18
- package/src/icons/IconFx.tsx +36 -36
- package/src/icons/IconInstance.tsx +20 -20
- package/src/icons/IconLogout.tsx +30 -30
- package/src/icons/IconNoIcon.tsx +19 -19
- package/src/icons/IconOpen.tsx +17 -17
- package/src/icons/IconProps.tsx +15 -15
- package/src/icons/IconState.tsx +17 -17
- package/src/index.css +54 -54
- package/types.d.ts +0 -134
package/GenericApp.js
CHANGED
|
@@ -47,55 +47,55 @@ const Confirm_1 = __importDefault(require("./Dialogs/Confirm"));
|
|
|
47
47
|
const i18n_1 = __importDefault(require("./i18n"));
|
|
48
48
|
const Error_1 = __importDefault(require("./Dialogs/Error"));
|
|
49
49
|
// import './index.css';
|
|
50
|
-
const cssStyle = `
|
|
51
|
-
html {
|
|
52
|
-
height: 100%;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
body {
|
|
56
|
-
margin: 0;
|
|
57
|
-
padding: 0;
|
|
58
|
-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
59
|
-
-webkit-font-smoothing: antialiased;
|
|
60
|
-
-moz-osx-font-smoothing: grayscale;
|
|
61
|
-
width: 100%;
|
|
62
|
-
height: 100%;
|
|
63
|
-
overflow: hidden;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
/* scrollbar */
|
|
67
|
-
::-webkit-scrollbar-track {
|
|
68
|
-
background-color: #ccc;
|
|
69
|
-
border-radius: 5px;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
::-webkit-scrollbar {
|
|
73
|
-
width: 5px;
|
|
74
|
-
height: 5px;
|
|
75
|
-
background-color: #ccc;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
::-webkit-scrollbar-thumb {
|
|
79
|
-
background-color: #575757;
|
|
80
|
-
border-radius: 5px;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
#root {
|
|
84
|
-
height: 100%;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.App {
|
|
88
|
-
height: 100%;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
@keyframes glow {
|
|
92
|
-
from {
|
|
93
|
-
background-color: initial;
|
|
94
|
-
}
|
|
95
|
-
to {
|
|
96
|
-
background-color: #58c458;
|
|
97
|
-
}
|
|
98
|
-
}
|
|
50
|
+
const cssStyle = `
|
|
51
|
+
html {
|
|
52
|
+
height: 100%;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
body {
|
|
56
|
+
margin: 0;
|
|
57
|
+
padding: 0;
|
|
58
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
59
|
+
-webkit-font-smoothing: antialiased;
|
|
60
|
+
-moz-osx-font-smoothing: grayscale;
|
|
61
|
+
width: 100%;
|
|
62
|
+
height: 100%;
|
|
63
|
+
overflow: hidden;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
/* scrollbar */
|
|
67
|
+
::-webkit-scrollbar-track {
|
|
68
|
+
background-color: #ccc;
|
|
69
|
+
border-radius: 5px;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
::-webkit-scrollbar {
|
|
73
|
+
width: 5px;
|
|
74
|
+
height: 5px;
|
|
75
|
+
background-color: #ccc;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
::-webkit-scrollbar-thumb {
|
|
79
|
+
background-color: #575757;
|
|
80
|
+
border-radius: 5px;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
#root {
|
|
84
|
+
height: 100%;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.App {
|
|
88
|
+
height: 100%;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
@keyframes glow {
|
|
92
|
+
from {
|
|
93
|
+
background-color: initial;
|
|
94
|
+
}
|
|
95
|
+
to {
|
|
96
|
+
background-color: #58c458;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
99
|
`;
|
|
100
100
|
class GenericApp extends Router_1.default {
|
|
101
101
|
constructor(props, settings) {
|
package/LICENSE
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
The MIT License (MIT)
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2019-2024 bluefox <dogafox@gmail.com>
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
22
|
-
|
|
1
|
+
The MIT License (MIT)
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2019-2024 bluefox <dogafox@gmail.com>
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
22
|
+
|
package/Prompt.js
CHANGED
|
@@ -4,13 +4,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
4
4
|
* Print the ioBroker welcome screen to the developer console.
|
|
5
5
|
*/
|
|
6
6
|
function printPrompt() {
|
|
7
|
-
const prompt = `
|
|
8
|
-
██╗ ██████╗ ██████╗ ██████╗ ██████╗ ██╗ ██╗███████╗██████╗
|
|
9
|
-
██║██╔═══██╗██╔══██╗██╔══██╗██╔═══██╗██║ ██╔╝██╔════╝██╔══██╗
|
|
10
|
-
██║██║ ██║██████╔╝██████╔╝██║ ██║█████╔╝ █████╗ ██████╔╝
|
|
11
|
-
██║██║ ██║██╔══██╗██╔══██╗██║ ██║██╔═██╗ ██╔══╝ ██╔══██╗
|
|
12
|
-
██║╚██████╔╝██████╔╝██║ ██║╚██████╔╝██║ ██╗███████╗██║ ██║
|
|
13
|
-
╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝
|
|
7
|
+
const prompt = `
|
|
8
|
+
██╗ ██████╗ ██████╗ ██████╗ ██████╗ ██╗ ██╗███████╗██████╗
|
|
9
|
+
██║██╔═══██╗██╔══██╗██╔══██╗██╔═══██╗██║ ██╔╝██╔════╝██╔══██╗
|
|
10
|
+
██║██║ ██║██████╔╝██████╔╝██║ ██║█████╔╝ █████╗ ██████╔╝
|
|
11
|
+
██║██║ ██║██╔══██╗██╔══██╗██║ ██║██╔═██╗ ██╔══╝ ██╔══██╗
|
|
12
|
+
██║╚██████╔╝██████╔╝██║ ██║╚██████╔╝██║ ██╗███████╗██║ ██║
|
|
13
|
+
╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝
|
|
14
14
|
`;
|
|
15
15
|
console.log(prompt);
|
|
16
16
|
console.log('Nice to see you here! :) Join our dev community here https://github.com/ioBroker/ioBroker or here https://github.com/iobroker-community-adapters');
|
package/README.md
CHANGED
|
@@ -47,7 +47,7 @@ If you want to create the configuration page with ReactJS:
|
|
|
47
47
|
}
|
|
48
48
|
```
|
|
49
49
|
5. Call in `src`: `npm install`
|
|
50
|
-
6. Copy
|
|
50
|
+
6. Copy tasks.js into `src`: `cp node_modules/@iobroker/adapter-react/tasks.js tasks.js`
|
|
51
51
|
7. Start your dummy application `npm run start` for developing or build with `npm run build` and
|
|
52
52
|
copy files in `build` directory to `www` or to `admin`. In the admin you must rename `index.html` to `index_m.html`.
|
|
53
53
|
8. You can do that with `gulp` tasks: `gulp build`, `gulp copy`, `gulp renameIndex` or `gulp renameTab`
|
|
@@ -594,6 +594,7 @@ class MyComponent {
|
|
|
594
594
|
|
|
595
595
|
## List of adapters that use adapter-react
|
|
596
596
|
- Admin
|
|
597
|
+
- Backitup
|
|
597
598
|
- iot
|
|
598
599
|
- echarts
|
|
599
600
|
- text2command
|
|
@@ -691,7 +692,7 @@ The main change is that the `withStyles` was removed. So you have to replace all
|
|
|
691
692
|
|
|
692
693
|
You can read more about sx [here](https://mui.com/system/getting-started/the-sx-prop/).
|
|
693
694
|
- Remove at start of the file `import { withStyles } from '@mui/styles';`
|
|
694
|
-
- Replace at the very end of the file `export default withStyles(styles)(MyComponent);` with `export default MyComponent;`
|
|
695
|
+
- Replace it at the very end of the file `export default withStyles(styles)(MyComponent);` with `export default MyComponent;`
|
|
695
696
|
- Modify `const styles`:
|
|
696
697
|
Before:
|
|
697
698
|
```
|
|
@@ -743,40 +744,34 @@ The best practice is to replace `padding` with `p` and `margin` with `m`, so you
|
|
|
743
744
|
|
|
744
745
|
- Modify `classes`:
|
|
745
746
|
Before: `<Dialog classes={{ scrollPaper: this.props.classes.dialog, paper: this.props.classes.paper }}>`
|
|
746
|
-
|
|
747
|
-
After: `<Dialog sx={{ '&.MuiDialog-scrollPaper': styles.dialog, '& .MuiDialog-paper': styles.paper }}>`
|
|
747
|
+
After: `<Dialog sx={{ '&.MuiDialog-scrollPaper': styles.dialog, '& .MuiDialog-paper': styles.paper }}>`,
|
|
748
748
|
|
|
749
749
|
Before: `<Dialog classes={{ scrollPaper: this.props.classes.dialog, paper: this.props.classes.paper }}>`
|
|
750
|
-
|
|
751
750
|
After: `<Dialog sx={{ '&.MuiDialog-scrollPaper': styles.dialog, '& .MuiDialog-paper': styles.paper }}>`
|
|
752
751
|
|
|
753
|
-
Before: `<ListItem classes={{ root:
|
|
754
|
-
|
|
752
|
+
Before: `<ListItem classes={{ root: this.props.classes.listItem }} >`,
|
|
755
753
|
After: `<ListItem sx={{ '&.MuiListItem-root': styles.listItem }} >`
|
|
756
754
|
|
|
757
|
-
Before: `<Typography component="h2" variant="h6" classes={{ root:
|
|
758
|
-
|
|
755
|
+
Before: `<Typography component="h2" variant="h6" classes={{ root: this.props.classes.typography }}>`,
|
|
759
756
|
After: `<Typography component="h2" variant="h6" sx={{ '&.MuiTypography-root': styles.typography }}>`
|
|
760
757
|
|
|
761
|
-
Before: `<Badge classes={{ 'badge':
|
|
762
|
-
|
|
758
|
+
Before: `<Badge classes={{ 'badge': this.props.classes.expertBadge }}>`,
|
|
763
759
|
After: `<Badge sx={{ '& .MuiBadge-badge': styles.expertBadge }}>`
|
|
764
760
|
|
|
765
|
-
Before: `<Tab classes={{ selected:
|
|
766
|
-
|
|
761
|
+
Before: `<Tab classes={{ selected: this.props.classes..selected }} />`,
|
|
767
762
|
After: `<Tab sx={{ '&.Mui-selected': styles.selected }} />`
|
|
768
763
|
|
|
769
|
-
Before: `<
|
|
770
|
-
|
|
771
|
-
After: `<Tooltip title={this.props.t('ra_Refresh tree')} componentsProps={{ popper: { sx: { pointerEvents: 'none' } } }}>`
|
|
772
|
-
Or: `<Tooltip title={this.props.t('ra_Refresh tree')} componentsProps={{ popper: { sx: styles.tooltip } }}>`
|
|
764
|
+
Before: `<Tabs classes={{ indicator: this.props.classes.indicator }} />`,
|
|
765
|
+
After: `<Tabs sx={{ '& .MuiTabs-indicator': styles.indicator }} />`
|
|
773
766
|
|
|
774
|
-
Before
|
|
767
|
+
Before: `<Tooltip title={this.props.t('ra_Refresh tree')} classes={{ popper: this.props.classes.tooltip }}>`,
|
|
768
|
+
After: `<Tooltip title={this.props.t('ra_Refresh tree')} componentsProps={{ popper: { sx: { pointerEvents: 'none' } } }}>`,
|
|
769
|
+
Or: `<Tooltip title={this.props.t('ra_Refresh tree')} componentsProps={{ popper: { sx: styles.tooltip } }}>`
|
|
775
770
|
|
|
771
|
+
Before. `<AccordionSummary classes={{ root: this.props.classes.rootStyle, content: this.props.classes.content }}>`,
|
|
776
772
|
After. `<AccordionSummary sx={{ '&.MuiAccordionSummary-root': styles.rootStyle, '& .MuiAccordionSummary-content': styles.content }}>`
|
|
777
773
|
|
|
778
|
-
Before. `<Drawer classes={{ paper:
|
|
779
|
-
|
|
774
|
+
Before. `<Drawer classes={{ paper: this.props.classes.paperStyle }}>`,
|
|
780
775
|
After. `<Drawer sx={{ '& .MuiDrawer-paper': styles.paperStyle }}>`
|
|
781
776
|
|
|
782
777
|
<!--
|
|
@@ -785,7 +780,21 @@ The best practice is to replace `padding` with `p` and `margin` with `m`, so you
|
|
|
785
780
|
-->
|
|
786
781
|
|
|
787
782
|
## Changelog
|
|
788
|
-
###
|
|
783
|
+
### 7.0.2 (2024-09-10)
|
|
784
|
+
* (bluefox) Showed the context menu under cursor position in the object browser
|
|
785
|
+
* (bluefox) Added links to aliases in the object browser
|
|
786
|
+
|
|
787
|
+
### 7.0.1 (2024-08-29)
|
|
788
|
+
* (bluefox) Updated the object browser
|
|
789
|
+
* (bluefox) Used MUI Library 6.0
|
|
790
|
+
|
|
791
|
+
### 6.1.10 (2024-08-30)
|
|
792
|
+
* (bluefox) Updated the object browser
|
|
793
|
+
|
|
794
|
+
### 6.1.9 (2024-08-14)
|
|
795
|
+
* (bluefox) Updated JSON schema
|
|
796
|
+
|
|
797
|
+
### 6.1.8 (2024-08-03)
|
|
789
798
|
* (bluefox) Added translations
|
|
790
799
|
|
|
791
800
|
### 6.1.6 (2024-07-23)
|
|
@@ -1,19 +1,19 @@
|
|
|
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>
|
|
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
19
|
</svg>
|
|
@@ -1,22 +1,22 @@
|
|
|
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>
|
|
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
22
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
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>
|
|
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
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
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>
|
|
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
5
|
</svg>
|
|
@@ -1,16 +1,16 @@
|
|
|
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>
|
|
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
16
|
</svg>
|
|
@@ -1,7 +1,7 @@
|
|
|
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>
|
|
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
7
|
</svg>
|
|
@@ -1,12 +1,12 @@
|
|
|
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>
|
|
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
12
|
</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="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>
|
|
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
6
|
</svg>
|