bfg-common 1.4.97 → 1.4.101
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/.eslintrc.js +21 -21
- package/.idea/inspectionProfiles/Project_Default.xml +50 -50
- package/.idea/modules.xml +7 -7
- package/.idea/prettier.xml +5 -5
- package/.idea/uikit.iml +11 -11
- package/.idea/vcs.xml +5 -5
- package/.prettierrc +4 -4
- package/PROJECT_STRUCTURE.md +42 -42
- package/README.md +42 -42
- package/assets/img/icons/icon-hcs.svg +3 -3
- package/assets/img/icons/icon-life-m-dark.svg +3 -3
- package/assets/img/icons/icon-life-m-light.svg +3 -3
- package/assets/img/icons/icon-ro-dark.svg +1 -1
- package/assets/img/icons/icon-ro-light.svg +2 -2
- package/assets/img/icons/icons-sprite-dark-1.svg +409 -409
- package/assets/img/icons/icons-sprite-dark-2.svg +308 -308
- package/assets/img/icons/icons-sprite-dark-3.svg +229 -229
- package/assets/img/icons/icons-sprite-dark-4.svg +251 -251
- package/assets/img/icons/icons-sprite-dark-5.svg +83 -83
- package/assets/img/icons/icons-sprite-dark-6.svg +1 -1
- package/assets/img/icons/icons-sprite-dark-7.svg +8 -8
- package/assets/img/icons/icons-sprite-dark-8.svg +190 -190
- package/assets/img/icons/icons-sprite-dark-9.svg +71 -71
- package/assets/img/icons/icons-sprite-light-1.svg +409 -409
- package/assets/img/icons/icons-sprite-light-2.svg +308 -308
- package/assets/img/icons/icons-sprite-light-3.svg +229 -229
- package/assets/img/icons/icons-sprite-light-4.svg +251 -251
- package/assets/img/icons/icons-sprite-light-5.svg +83 -83
- package/assets/img/icons/icons-sprite-light-6.svg +1 -1
- package/assets/img/icons/icons-sprite-light-7.svg +8 -8
- package/assets/img/icons/icons-sprite-light-8.svg +190 -190
- package/assets/img/icons/icons-sprite-light-9.svg +71 -71
- package/assets/img/icons/info.svg +8 -8
- package/assets/img/icons/vc.svg +52 -52
- package/assets/img/logo copy.svg +50 -50
- package/assets/img/logo.svg +51 -51
- package/assets/localization/local_be.json +5 -1
- package/assets/localization/local_en.json +5 -1
- package/assets/localization/local_hy.json +5 -1
- package/assets/localization/local_kk.json +2587 -2583
- package/assets/localization/local_ru.json +2590 -2586
- package/assets/localization/local_zh.json +5 -1
- package/assets/scss/clarity/clr-ui.min.css +8 -8
- package/assets/scss/common/animations.scss +28 -28
- package/assets/scss/common/global.scss +195 -195
- package/assets/scss/common/icons/icons-1.scss +244 -244
- package/assets/scss/common/icons/icons-2.scss +245 -245
- package/assets/scss/common/icons/icons-3.scss +250 -250
- package/assets/scss/common/icons/icons-4.scss +273 -273
- package/assets/scss/common/icons/icons-5.scss +60 -60
- package/assets/scss/common/icons/icons-6.scss +30 -30
- package/assets/scss/common/icons/icons-7.scss +29 -29
- package/assets/scss/common/icons/icons-8.scss +191 -191
- package/assets/scss/common/icons/icons-9.scss +95 -95
- package/assets/scss/common/icons/icons.scss +19 -19
- package/assets/scss/common/icons/lib-icons.scss +32 -32
- package/assets/scss/common/mixins.scss +39 -39
- package/assets/scss/common/normalize.scss +351 -351
- package/assets/scss/common/theme.scss +238 -238
- package/assets/scss/common/utilities.scss +20 -20
- package/assets/scss/common/variables.scss +44 -44
- package/assets/scss/components/auth.scss +177 -177
- package/assets/scss/main.scss +15 -15
- package/components/atoms/DiagramIcon.vue +371 -371
- package/components/atoms/TheIcon.vue +3249 -3041
- package/components/atoms/TheIcon2.vue +1368 -1368
- package/components/atoms/TheIconOld.vue +2444 -2444
- package/components/atoms/alert/Alert.vue +96 -96
- package/components/atoms/alert/Notification.vue +171 -171
- package/components/atoms/alert/lib/Alert.spec.ts +38 -38
- package/components/atoms/alert/lib/Notification.spec.ts +34 -34
- package/components/atoms/alert/lib/models/enums.ts +12 -12
- package/components/atoms/alert/lib/models/interfaces.ts +27 -27
- package/components/atoms/alert/lib/models/types.ts +11 -11
- package/components/atoms/autocomplete/Autocomplete.vue +239 -239
- package/components/atoms/collapse/CollapseNav.vue +164 -164
- package/components/atoms/collapse/CollapseNavItem.vue +218 -218
- package/components/atoms/collapse/lib/models/interfaces.ts +11 -11
- package/components/atoms/combobox/Combobox.vue +152 -152
- package/components/atoms/datepicker/Datepicker.vue +630 -630
- package/components/atoms/datepicker/lib/config/allShortMonths.ts +103 -103
- package/components/atoms/datepicker/lib/config/datapicker.ts +43 -43
- package/components/atoms/datepicker/lib/models/interfaces.ts +9 -9
- package/components/atoms/dropdown/Portlet.vue +114 -114
- package/components/atoms/dropdown/dropdown/Dropdown.vue +156 -156
- package/components/atoms/dropdown/dropdown/lib/models/interfaces.ts +9 -9
- package/components/atoms/dropdown/lib/Portlet.spec.ts +26 -26
- package/components/atoms/dropdown/tree/Tree.vue +137 -137
- package/components/atoms/dropdown/tree/lib/models/interfaces.ts +11 -11
- package/components/atoms/input/Search.vue +16 -16
- package/components/atoms/lib/models/interfaces.ts +14 -14
- package/components/atoms/list/SelectList.vue +63 -63
- package/components/atoms/list/SimpleList.vue +29 -29
- package/components/atoms/list/dragDropList/DragDropList.vue +139 -139
- package/components/atoms/list/dragDropList/lib/config/events.ts +4 -4
- package/components/atoms/loader/BarLoader.vue +27 -27
- package/components/atoms/loader/Loader.vue +30 -30
- package/components/atoms/loader/PreLoader.vue +38 -38
- package/components/atoms/loader/lib/Preloader.spec.ts +24 -24
- package/components/atoms/modal/Modal.vue +248 -248
- package/components/atoms/modal/bySteps/BySteps.vue +253 -253
- package/components/atoms/modal/bySteps/lib/BySteps.spec.ts +66 -66
- package/components/atoms/modal/byStepsSecond/ByStepsSecond.vue +184 -184
- package/components/atoms/modal/lib/Modal.spec.ts +55 -55
- package/components/atoms/nav/NavBar.vue +139 -139
- package/components/atoms/nav/VerticalNavBar.vue +90 -90
- package/components/atoms/nav/lib/NavBar.spec.ts +34 -34
- package/components/atoms/nav/lib/models/interfaces.ts +6 -6
- package/components/atoms/notificationBar/NotificationBar.vue +178 -178
- package/components/atoms/notificationBar/lib/models/enums.ts +13 -13
- package/components/atoms/notificationBar/lib/models/interfaces.ts +6 -6
- package/components/atoms/notificationBar/lib/models/types.ts +1 -1
- package/components/atoms/perPage/PerPage.vue +53 -53
- package/components/atoms/popover/Popover.vue +60 -60
- package/components/atoms/popup/SimplePopup.vue +91 -91
- package/components/atoms/select/TheSelect.vue +177 -177
- package/components/atoms/select/lib/models/interfaces.ts +5 -5
- package/components/atoms/stack/StackBlock.vue +184 -184
- package/components/atoms/stack/StackContent.vue +63 -63
- package/components/atoms/step/VerticalStep.vue +105 -105
- package/components/atoms/step/lib/VerticalStep.spec.ts +68 -68
- package/components/atoms/step/lib/models/verticalStepItem.ts +7 -7
- package/components/atoms/switch/Switch.vue +111 -111
- package/components/atoms/table/compact/Compact.vue +526 -526
- package/components/atoms/table/compact/lib/models/interfaces.ts +10 -10
- package/components/atoms/table/dataGrid/DataGrid.vue +1617 -1617
- package/components/atoms/table/dataGrid/DataGridColumnSwitch.vue +216 -216
- package/components/atoms/table/dataGrid/DataGridPage.vue +196 -196
- package/components/atoms/table/dataGrid/DataGridPagination.vue +89 -89
- package/components/atoms/table/dataGrid/lib/DataGrid.spec.ts +61 -61
- package/components/atoms/table/dataGrid/lib/config/itemsPerPage.ts +20 -20
- package/components/atoms/table/dataGrid/lib/config/settingsTable.ts +67 -67
- package/components/atoms/table/dataGrid/lib/models/interfaces.ts +41 -41
- package/components/atoms/table/dataGrid/lib/models/types.ts +5 -5
- package/components/atoms/table/dataGrid/lib/utils/constructDataTable.ts +36 -36
- package/components/atoms/table/info/Info.vue +61 -61
- package/components/atoms/table/info/lib/models/interfaces.ts +9 -9
- package/components/atoms/table/simpleEvent/SimpleEvent.vue +98 -98
- package/components/atoms/table/simpleEvent/lib/models/interfaces.ts +9 -9
- package/components/atoms/table/simpleInfo/SimpleInfo.vue +73 -73
- package/components/atoms/table/simpleInfo/lib/models/interfaces.ts +5 -5
- package/components/atoms/table/simpleTable/SimpleTable.vue +300 -300
- package/components/atoms/table/simpleTable/lib/models/interfaces.ts +12 -12
- package/components/atoms/tabs/Tabs.vue +214 -214
- package/components/atoms/tabs/VerticalTabs.vue +88 -88
- package/components/atoms/tabs/lib/models/interfaces.ts +5 -5
- package/components/atoms/tabs/lib/models/types.ts +1 -1
- package/components/atoms/tooltip/Signpost.vue +227 -227
- package/components/atoms/tooltip/Text.vue +37 -37
- package/components/atoms/tooltip/Tooltip.vue +57 -57
- package/components/atoms/tooltip/TooltipError.vue +113 -113
- package/components/atoms/tooltip/lib/models/interfaces.ts +4 -4
- package/components/atoms/wizard/Wizard.vue +311 -311
- package/components/atoms/wizard/lib/models/enums.ts +8 -8
- package/components/atoms/wizard/lib/models/interfaces.ts +49 -49
- package/components/atoms/wizard/lib/utils/utils.ts +804 -804
- package/components/atoms/wizard/step/Step.vue +87 -87
- package/components/common/BadBrowser.vue +118 -118
- package/components/common/accordion/Accordion.vue +177 -177
- package/components/common/accordion/Recursion.vue +218 -218
- package/components/common/accordion/lib/models/enums.ts +5 -5
- package/components/common/accordion/lib/models/interfaces.ts +16 -16
- package/components/common/accordion/lib/models/types.ts +1 -1
- package/components/common/accordion/lib/utils/accordion.ts +31 -31
- package/components/common/adapterManager/AdapterManager.vue +828 -828
- package/components/common/adapterManager/AddAdapterModal.vue +561 -561
- package/components/common/adapterManager/AddAdapterWarningModal.vue +82 -82
- package/components/common/adapterManager/NoActiveAdaptersModal.vue +61 -61
- package/components/common/adapterManager/NoConnectedActiveAdaptersModal.vue +61 -61
- package/components/common/adapterManager/lib/config/index.ts +19 -19
- package/components/common/adapterManager/ui/NoSelectedAdapter.vue +39 -39
- package/components/common/adapterManager/ui/SecondTitle.vue +37 -37
- package/components/common/adapterManager/ui/actions/ActionsBar.vue +95 -95
- package/components/common/adapterManager/ui/actions/AddAdapterButton.vue +30 -30
- package/components/common/adapterManager/ui/actions/MoveDownAdapterButton.vue +35 -35
- package/components/common/adapterManager/ui/actions/MoveUpAdapterButton.vue +35 -35
- package/components/common/adapterManager/ui/actions/RemoveAdapterButton.vue +37 -37
- package/components/common/adapterManager/ui/actions/VerticalSeparator.vue +10 -10
- package/components/common/adapterManager/ui/table/Adapters.vue +92 -92
- package/components/common/adapterManager/ui/table/Header.vue +93 -93
- package/components/common/adapterManager/ui/table/Table.vue +162 -162
- package/components/common/adapterManager/ui/table/lib/models/types.ts +1 -1
- package/components/common/browse/Browse.vue +240 -240
- package/components/common/browse/blocks/Container.vue +105 -105
- package/components/common/browse/blocks/Title.vue +91 -91
- package/components/common/browse/blocks/contents/Files.vue +72 -72
- package/components/common/browse/blocks/info/Date.vue +21 -21
- package/components/common/browse/blocks/info/Size.vue +17 -17
- package/components/common/browse/blocks/info/Text.vue +16 -16
- package/components/common/browse/blocks/lib/models/types.ts +1 -1
- package/components/common/browse/lib/models/interfaces.ts +5 -5
- package/components/common/context/Context.vue +99 -99
- package/components/common/context/lib/Context.spec.ts +20 -20
- package/components/common/context/lib/ContextRecursion.spec.ts +55 -55
- package/components/common/context/lib/models/interfaces.ts +27 -27
- package/components/common/context/recursion/Recursion.vue +86 -86
- package/components/common/context/recursion/RecursionNew.vue +198 -198
- package/components/common/context/recursion/RecursionOld.vue +212 -212
- package/components/common/context/recursion/lib/models/interfaces.ts +2 -2
- package/components/common/countdownTimer/CountdownTimer.vue +50 -50
- package/components/common/details/DetailsItem.vue +109 -109
- package/components/common/details/DetailsList.vue +23 -23
- package/components/common/details/lib/models/interfaces.ts +11 -11
- package/components/common/diagramMain/Diagram.vue +234 -234
- package/components/common/diagramMain/DiagramMain.vue +871 -871
- package/components/common/diagramMain/Header.vue +211 -211
- package/components/common/diagramMain/Highlights.vue +124 -124
- package/components/common/diagramMain/adapter/Adapter.vue +123 -123
- package/components/common/diagramMain/adapter/AdapterItem.vue +287 -287
- package/components/common/diagramMain/adapter/AdapterItems.vue +61 -61
- package/components/common/diagramMain/adapter/Block.vue +48 -48
- package/components/common/diagramMain/adapter/Contents.vue +133 -133
- package/components/common/diagramMain/adapter/Lines.vue +58 -58
- package/components/common/diagramMain/adapter/SecondBlock.vue +49 -49
- package/components/common/diagramMain/lib/config/index.ts +70 -70
- package/components/common/diagramMain/lib/config/initial.ts +50 -50
- package/components/common/diagramMain/lib/models/enums.ts +44 -44
- package/components/common/diagramMain/lib/models/interfaces.ts +724 -724
- package/components/common/diagramMain/lib/models/types.ts +16 -16
- package/components/common/diagramMain/lib/utils/utils.ts +278 -278
- package/components/common/diagramMain/modals/ManagePhysicalAdaptersModal.vue +330 -330
- package/components/common/diagramMain/modals/Modals.vue +442 -442
- package/components/common/diagramMain/modals/editSettings/ConfirmTeamingSettingsModal.vue +40 -40
- package/components/common/diagramMain/modals/editSettings/EditSettings.vue +497 -497
- package/components/common/diagramMain/modals/editSettings/EditSettingsModal.vue +812 -812
- package/components/common/diagramMain/modals/editSettings/tabs/NetworkProperties.vue +214 -214
- package/components/common/diagramMain/modals/editSettings/tabs/Security.vue +189 -189
- package/components/common/diagramMain/modals/editSettings/tabs/SwitchProperties.vue +163 -163
- package/components/common/diagramMain/modals/editSettings/tabs/TeamingFailover.vue +175 -175
- package/components/common/diagramMain/modals/editSettings/tabs/TrafficShaping.vue +398 -398
- package/components/common/diagramMain/modals/editSettings/tabs/port/IpvFourSettings.vue +346 -346
- package/components/common/diagramMain/modals/editSettings/tabs/port/PortProperties.vue +205 -205
- package/components/common/diagramMain/modals/lib/config/adapterModal.ts +126 -126
- package/components/common/diagramMain/modals/lib/config/diagramConfig.ts +23 -23
- package/components/common/diagramMain/modals/lib/config/index.ts +49 -49
- package/components/common/diagramMain/modals/lib/config/initial.ts +180 -180
- package/components/common/diagramMain/modals/lib/config/networkModal.ts +331 -331
- package/components/common/diagramMain/modals/lib/config/portModal.ts +214 -214
- package/components/common/diagramMain/modals/lib/config/switchModal.ts +224 -224
- package/components/common/diagramMain/modals/lib/config/vCenterModal.ts +34 -34
- package/components/common/diagramMain/modals/lib/config/vmKernelAdapter.ts +90 -90
- package/components/common/diagramMain/modals/lib/mappers/mappers.ts +87 -87
- package/components/common/diagramMain/modals/lib/utils/index.ts +24 -24
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/MigrateVmkernelAdapter.vue +537 -537
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/lib/config/steps.ts +114 -114
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/ConnectionSettings.vue +169 -169
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/SelectVmkernelAdapter.vue +159 -159
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/VmkernelAdapterReadyComplete.vue +49 -49
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/common.ts +14 -14
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/connectionSettings.ts +137 -137
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/selectVmkernelAdapter.ts +52 -52
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/validations.ts +19 -19
- package/components/common/diagramMain/modals/remove/RemoveModal.vue +234 -234
- package/components/common/diagramMain/modals/viewSettings/Info.vue +123 -123
- package/components/common/diagramMain/modals/viewSettings/ViewSettings.vue +190 -190
- package/components/common/diagramMain/modals/viewSettings/ViewSettingsModal.vue +93 -93
- package/components/common/diagramMain/network/Block.vue +64 -64
- package/components/common/diagramMain/network/Contents.vue +353 -353
- package/components/common/diagramMain/network/Lines.vue +76 -76
- package/components/common/diagramMain/network/Network.vue +133 -133
- package/components/common/diagramMain/network/NoNetwork.vue +61 -61
- package/components/common/diagramMain/network/SecondBlock.vue +60 -60
- package/components/common/diagramMain/port/Port.vue +405 -405
- package/components/common/diagramMain/port/Ports.vue +47 -47
- package/components/common/diagramMain/switch/Switch.vue +82 -82
- package/components/common/diagramMain/switch/SwitchSelected.vue +35 -35
- package/components/common/feedback/Buttons.vue +229 -229
- package/components/common/feedback/Feedback.vue +268 -268
- package/components/common/feedback/Message.vue +518 -518
- package/components/common/feedback/VisitPortal.vue +62 -62
- package/components/common/feedback/lib/config/drawingPanel.ts +31 -31
- package/components/common/feedback/lib/config/feedbackTabs.ts +26 -26
- package/components/common/feedback/lib/models/interfaces.ts +20 -20
- package/components/common/feedback/lib/models/types.ts +1 -1
- package/components/common/graph/Graph.vue +110 -110
- package/components/common/graph/lib/utils/renderGraph.ts +389 -389
- package/components/common/headline/Headline.vue +32 -32
- package/components/common/help/navbar/left/Left.vue +165 -165
- package/components/common/help/navbar/left/lib/models/interfaces.ts +6 -6
- package/components/common/help/navbar/left/lib/utils/constructAccordion.ts +27 -27
- package/components/common/help/navbar/right/Right.vue +149 -149
- package/components/common/help/navbar/right/lib/models/interfaces.ts +5 -5
- package/components/common/home/Card.vue +63 -63
- package/components/common/home/ResourceBlock.vue +117 -117
- package/components/common/home/StatusContent.vue +47 -47
- package/components/common/home/alertsTable/AlertsTable.vue +114 -114
- package/components/common/home/alertsTable/lib/config/config.ts +61 -61
- package/components/common/home/alertsTable/lib/models/enums.ts +11 -11
- package/components/common/home/alertsTable/lib/models/interfaces.ts +19 -19
- package/components/common/home/alertsTable/lib/models/types.ts +18 -18
- package/components/common/home/lib/config/configResourceMeterBlock.ts +25 -25
- package/components/common/home/lib/models/interfaces.ts +59 -59
- package/components/common/home/lib/models/types.ts +18 -18
- package/components/common/home/servicesTable/ServicesTable.vue +80 -80
- package/components/common/home/servicesTable/lib/config/config.ts +62 -62
- package/components/common/layout/theHeader/TheHeader.vue +112 -110
- package/components/common/layout/theHeader/TheHeaderNew.vue +294 -245
- package/components/common/layout/theHeader/TheHeaderOld.vue +258 -258
- package/components/common/layout/theHeader/ThemeSwitch.vue +59 -29
- package/components/common/layout/theHeader/feedback/Feedback.vue +104 -104
- package/components/common/layout/theHeader/feedback/FeedbackNew.vue +63 -63
- package/components/common/layout/theHeader/feedback/FeedbackOld.vue +73 -73
- package/components/common/layout/theHeader/helpMenu/About.vue +110 -110
- package/components/common/layout/theHeader/helpMenu/HelpMenu.vue +45 -45
- package/components/common/layout/theHeader/helpMenu/helpMenuNew/HelpMenuNew.vue +175 -151
- package/components/common/layout/theHeader/helpMenu/helpMenuNew/lib/config/dropMenu.ts +28 -28
- package/components/common/layout/theHeader/helpMenu/helpMenuOld/HelpMenuOld.vue +69 -69
- package/components/common/layout/theHeader/helpMenu/helpMenuOld/lib/config/dropMenu.ts +22 -22
- package/components/common/layout/theHeader/helpMenu/helpMenuOld/lib/models/types.ts +1 -1
- package/components/common/layout/theHeader/lib/models/enums.ts +9 -9
- package/components/common/layout/theHeader/lib/models/types.ts +5 -5
- package/components/common/layout/theHeader/lib/utils/localization.ts +32 -32
- package/components/common/layout/theHeader/modals/Reconnect.vue +98 -98
- package/components/common/layout/theHeader/modals/RedirectLogin.vue +60 -60
- package/components/common/layout/theHeader/userMenu/UserMenu.vue +101 -101
- package/components/common/layout/theHeader/userMenu/lib/models/interfaces.ts +32 -32
- package/components/common/layout/theHeader/userMenu/modals/changePassword/ChangePassword.vue +210 -210
- package/components/common/layout/theHeader/userMenu/modals/changePassword/lib/config/form.ts +31 -31
- package/components/common/layout/theHeader/userMenu/modals/changePassword/lib/models/interfaces.ts +12 -12
- package/components/common/layout/theHeader/userMenu/modals/preferences/Preferences.vue +70 -70
- package/components/common/layout/theHeader/userMenu/modals/preferences/PreferencesNew.vue +93 -93
- package/components/common/layout/theHeader/userMenu/modals/preferences/PreferencesOld.vue +122 -122
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguage.vue +110 -110
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguageNew.vue +89 -89
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguageOld.vue +93 -93
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/lib/config/radioOptions.ts +22 -22
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/lib/models/enums.ts +9 -9
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/lib/models/interfaces.ts +11 -11
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/lib/models/types.ts +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsole.vue +42 -42
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsoleNew.vue +52 -52
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsoleOld.vue +48 -48
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/lib/config/consoleOptions.ts +30 -30
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/lib/models/interfaces.ts +5 -5
- package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/Inventory.vue +32 -32
- package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/InventoryNew.vue +35 -35
- package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/InventoryOld.vue +31 -31
- package/components/common/layout/theHeader/userMenu/modals/preferences/lib/config/preferencesTabs.ts +49 -49
- package/components/common/layout/theHeader/userMenu/modals/preferences/lib/models/types.ts +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormat.vue +54 -54
- package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormatNew.vue +52 -52
- package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormatOld.vue +45 -45
- package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/lib/config/formatOptions.ts +27 -27
- package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/lib/models/types.ts +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/view/View.vue +45 -45
- package/components/common/layout/theHeader/userMenu/modals/preferences/view/ViewNew.vue +33 -33
- package/components/common/layout/theHeader/userMenu/modals/preferences/view/ViewOld.vue +112 -112
- package/components/common/layout/theHeader/userMenu/userMenuNew/UserMenuNew.vue +50 -18
- package/components/common/layout/theHeader/userMenu/userMenuNew/lib/config/dropMenu.ts +28 -28
- package/components/common/layout/theHeader/userMenu/userMenuOld/UserMenuOld.vue +36 -36
- package/components/common/layout/theHeader/userMenu/userMenuOld/lib/config/dropMenu.ts +36 -36
- package/components/common/layout/theHeader/userMenu/userMenuOld/lib/models/types.ts +5 -5
- package/components/common/lib/config/states.ts +160 -160
- package/components/common/mainNavigationPanel/MainNavigationPanel.vue +142 -142
- package/components/common/mainNavigationPanel/MainNavigationPanelNew.vue +271 -271
- package/components/common/mainNavigationPanel/MainNavigationPanelOld.vue +288 -288
- package/components/common/mainNavigationPanel/lib/models/interfaces.ts +7 -7
- package/components/common/mainNavigationPanel/lib/models/types.ts +1 -1
- package/components/common/modals/Confirmation.vue +110 -110
- package/components/common/modals/Rename.vue +166 -166
- package/components/common/modals/lib/config/defaultForm.ts +18 -18
- package/components/common/modals/lib/config/renameLabelWidth.ts +3 -3
- package/components/common/modals/lib/models/interfaces.ts +5 -5
- package/components/common/monitor/advanced/Advanced.vue +247 -247
- package/components/common/monitor/advanced/GraphView.vue +180 -180
- package/components/common/monitor/advanced/lib/models/interfaces.ts +9 -9
- package/components/common/monitor/advanced/lib/models/types.ts +1 -1
- package/components/common/monitor/advanced/table/Table.vue +93 -93
- package/components/common/monitor/advanced/table/lib/config/performanceDatatable.ts +129 -129
- package/components/common/monitor/advanced/table/lib/models/interfaces.ts +12 -12
- package/components/common/monitor/advanced/table/lib/models/types.ts +10 -10
- package/components/common/monitor/advanced/tools/Tools.vue +448 -448
- package/components/common/monitor/advanced/tools/chartOptionsModal/ChartOptionsModal.vue +496 -496
- package/components/common/monitor/advanced/tools/chartOptionsModal/Notification.vue +34 -34
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/Actions.vue +157 -157
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/lib/utils/optionsActions.ts +25 -25
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/saveOptionsModal/SaveOptionsModal.vue +81 -81
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/Counters.vue +106 -106
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/Table.vue +144 -144
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/config/tableConfig.ts +89 -89
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/config/utils.ts +779 -779
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/models/interfaces.ts +29 -29
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/models/types.ts +5 -5
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/Timespan.vue +93 -93
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/Form.vue +539 -539
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/lib/config/dateForm.ts +113 -113
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/Object.vue +251 -251
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/config/objectTable.ts +57 -57
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/models/interfaces.ts +4 -4
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/models/types.ts +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/lib/models/interfaces.ts +19 -19
- package/components/common/monitor/advanced/tools/chartOptionsModal/lib/models/types.ts +3 -3
- package/components/common/monitor/advanced/tools/chartOptionsModal/lib/utils/checkSubmit.ts +17 -17
- package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/Metrics.vue +42 -42
- package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/lib/config/optionsMetrics.ts +173 -173
- package/components/common/monitor/advanced/tools/lib/config/advancedToolbar.ts +130 -130
- package/components/common/monitor/advanced/tools/lib/models/interfaces.ts +4 -4
- package/components/common/monitor/advanced/tools/lib/utils/countCores.ts +7 -7
- package/components/common/monitor/lib/config/getValidDateByOption.ts +76 -76
- package/components/common/monitor/lib/models/interfaces.ts +24 -24
- package/components/common/monitor/overview/Overview.vue +228 -228
- package/components/common/monitor/overview/filters/Filters.vue +228 -228
- package/components/common/monitor/overview/filters/customIntervalModal/CustomIntervalModal.vue +245 -245
- package/components/common/monitor/overview/filters/customIntervalModal/lib/config/dateChecker.ts +52 -52
- package/components/common/monitor/overview/filters/lib/config/filterOptions.ts +82 -82
- package/components/common/monitor/overview/filters/lib/models/interfaces.ts +9 -9
- package/components/common/monitor/overview/filters/lib/models/types.ts +13 -13
- package/components/common/pages/Tasks.vue +120 -120
- package/components/common/pages/hardwareHealth/HardwareHealth.vue +195 -195
- package/components/common/pages/hardwareHealth/historyTestimony/Graph.vue +435 -435
- package/components/common/pages/hardwareHealth/historyTestimony/lib/models/interfaces.ts +10 -10
- package/components/common/pages/hardwareHealth/historyTestimony/tools/Tools.vue +380 -380
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/ChartOptionsModal.vue +487 -487
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/Notification.vue +30 -30
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/Actions.vue +157 -157
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/SaveOptionsModal.vue +81 -81
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/lib/utils/optionsActions.ts +25 -25
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/Counters.vue +94 -94
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/Table.vue +174 -174
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/lib/config/tableConfig.ts +89 -89
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/lib/models/types.ts +5 -5
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/timespan/Timespan.vue +66 -66
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/timespan/form/Form.vue +539 -539
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/timespan/form/lib/config/dateForm.ts +115 -115
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/lib/config/optionsMetrics.ts +17 -17
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/lib/models/interfaces.ts +15 -15
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/lib/models/types.ts +1 -1
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/metrics/Metrics.vue +31 -31
- package/components/common/pages/hardwareHealth/historyTestimony/tools/lib/config/toolbar.ts +82 -82
- package/components/common/pages/hardwareHealth/historyTestimony/tools/lib/models/interfaces.ts +9 -9
- package/components/common/pages/hardwareHealth/lib/config/status.ts +13 -13
- package/components/common/pages/hardwareHealth/lib/config/tabsPannel.ts +44 -44
- package/components/common/pages/hardwareHealth/lib/models/enums.ts +8 -8
- package/components/common/pages/hardwareHealth/lib/models/interfaces.ts +6 -6
- package/components/common/pages/hardwareHealth/lib/models/types.ts +5 -5
- package/components/common/pages/hardwareHealth/tableView/TableView.vue +194 -194
- package/components/common/pages/hardwareHealth/tableView/lib/config/alertWarningTable.ts +109 -109
- package/components/common/pages/hardwareHealth/tableView/lib/config/historyTestimonyTable.ts +137 -137
- package/components/common/pages/hardwareHealth/tableView/lib/config/sensorTable.ts +133 -133
- package/components/common/pages/hardwareHealth/tableView/lib/config/storageSensorTable.ts +88 -88
- package/components/common/pages/hardwareHealth/tableView/lib/config/systemLogTable.ts +72 -72
- package/components/common/pages/hardwareHealth/tableView/lib/config/tableKeys.ts +22 -22
- package/components/common/pages/hardwareHealth/tableView/lib/models/interfaces.ts +29 -29
- package/components/common/pages/hardwareHealth/tableView/lib/models/types.ts +26 -26
- package/components/common/pages/hardwareHealth/tableView/modal/SensorWarning.vue +63 -63
- package/components/common/pages/hardwareHealth/toolsPanel/ToolsPanel.vue +51 -51
- package/components/common/pages/hardwareHealth/toolsPanel/lib/config/actionsPanel.ts +34 -34
- package/components/common/pages/hardwareHealth/toolsPanel/lib/models/types.ts +4 -4
- package/components/common/perPage/PerPage.vue +52 -52
- package/components/common/readyToComplete/ReadyToComplete.vue +15 -15
- package/components/common/recursionTree/RecursionTree.vue +211 -211
- package/components/common/recursionTree/lib/models/interfaces.ts +23 -23
- package/components/common/resource/lib/models/interfaces.ts +9 -9
- package/components/common/resource/lib/models/types.ts +1 -1
- package/components/common/resource/lib/utils.ts +44 -44
- package/components/common/resource/progressBlock/ProgressBlock.vue +142 -142
- package/components/common/resource/simple/Simple.vue +58 -58
- package/components/common/resource/simple/lib/models/enums.ts +6 -6
- package/components/common/select/button/ButtonDropdown.vue +102 -102
- package/components/common/select/button/lib/models/interfaces.ts +7 -7
- package/components/common/select/input/Input.vue +88 -88
- package/components/common/select/input/lib/models/interfaces.ts +5 -5
- package/components/common/select/radio/RadioGroup.vue +128 -128
- package/components/common/select/radio/lib/models/interfaces.ts +9 -9
- package/components/common/selectLanguage/SelectLanguage.vue +130 -130
- package/components/common/selectLanguage/lib/config/config.ts +34 -34
- package/components/common/selectLanguage/lib/utils/utils.ts +5 -5
- package/components/common/shortcuts/Block.vue +96 -96
- package/components/common/shortcuts/Category.vue +41 -41
- package/components/common/shortcuts/Shortcuts.vue +44 -44
- package/components/common/shortcuts/lib/models/interfaces.ts +12 -12
- package/components/common/spiceConsole/Drawer.vue +245 -245
- package/components/common/spiceConsole/SpiceConsole.vue +83 -83
- package/components/common/spiceConsole/keyboard/Keyboard.vue +403 -403
- package/components/common/spiceConsole/keyboard/lib/config/keyboardRows.ts +966 -966
- package/components/common/spiceConsole/keyboard/lib/models/interfaces.ts +18 -18
- package/components/common/spiceConsole/lib/models/types.ts +1 -1
- package/components/common/split/horizontal/Horizontal.vue +70 -70
- package/components/common/split/horizontal/HorizontalNew.vue +321 -321
- package/components/common/split/horizontal/HorizontalOld.vue +307 -307
- package/components/common/split/horizontal/lib/models/interfaces.ts +5 -5
- package/components/common/split/vertical/Vertical.vue +213 -213
- package/components/common/split/vertical/lib/models/interfaces.ts +3 -3
- package/components/common/tools/Actions.vue +172 -172
- package/components/common/tools/lib/models/interfaces.ts +7 -7
- package/components/common/tools/viewSettings/ViewSettings.vue +86 -86
- package/components/common/tools/viewSettings/lib/models/interfaces.ts +9 -9
- package/components/common/vm/actions/add/Add.vue +609 -609
- package/components/common/vm/actions/add/FolderTreeView.vue +83 -83
- package/components/common/vm/actions/add/lib/config/steps.ts +145 -145
- package/components/common/vm/actions/add/lib/utils.ts +103 -103
- package/components/common/vm/actions/clone/Clone.vue +522 -522
- package/components/common/vm/actions/clone/lib/config/steps.ts +74 -74
- package/components/common/vm/actions/clone/lib/models/interfaces.ts +7 -7
- package/components/common/vm/actions/clone/lib/utils.ts +43 -43
- package/components/common/vm/actions/clone/select/options/Options.vue +71 -71
- package/components/common/vm/actions/common/customizeHardware/CustomizeHardware.vue +274 -274
- package/components/common/vm/actions/common/customizeHardware/lib/config/navItems.ts +21 -21
- package/components/common/vm/actions/common/customizeHardware/lib/models/interfaces.ts +7 -7
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardware.vue +700 -700
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/browseView/BrowseView.vue +203 -203
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/browseView/lib/models/interfaces.ts +8 -8
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/Bus.vue +156 -160
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/lib/config/options.ts +20 -20
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDrive.vue +270 -270
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/config/fileTypes.ts +9 -9
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/config/options.ts +11 -11
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/models/types.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/Media.vue +57 -57
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CoresPerSocket.vue +110 -110
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Cpu.vue +403 -403
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuHotPlug.vue +56 -56
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuModel.vue +225 -225
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Hv.vue +99 -99
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Iommu.vue +55 -55
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/MaxCpu.vue +106 -106
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Pc.vue +55 -55
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Sa.vue +106 -106
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/lib/config/cpuOptions.ts +21 -21
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/Shares.vue +160 -160
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/lib/config/options.ts +28 -28
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/tooltip/Tooltip.vue +59 -59
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/binaryOptions.ts +12 -12
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/dropdownItems.ts +66 -66
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/interfaces.ts +118 -118
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/types.ts +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/Limit.vue +236 -236
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/lib/config/options.ts +28 -28
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/Memory.vue +329 -329
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/MemoryHotPlug.vue +54 -54
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/lib/config/memoryOptions.ts +35 -35
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/DiskFile.vue +24 -24
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/Location.vue +173 -173
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/MaximumSize.vue +27 -27
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDisk.vue +462 -462
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/cache/Cache.vue +81 -81
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/cache/lib/config/options.ts +7 -7
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/limitIops/LimitIops.vue +153 -153
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/limitIops/lib/config/options.ts +28 -28
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/Mode.vue +88 -88
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/lib/config/options.ts +18 -18
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/provisioning/Provisioning.vue +88 -88
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/provisioning/lib/config/options.ts +15 -15
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/Sharing.vue +86 -86
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/lib/config/options.ts +12 -12
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/Location.vue +145 -145
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/NewNetwork.vue +305 -305
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/adapterType/AdapterType.vue +87 -87
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/adapterType/lib/config/options.ts +9 -9
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddress.vue +148 -148
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/lib/config/options.ts +11 -11
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDevice.vue +168 -168
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/DirectPathIo.vue +48 -48
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIo.vue +49 -49
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/lib/config/options.ts +10 -10
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/lib/config/options.ts +7 -7
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/Note.vue +27 -27
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGrid.vue +42 -42
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/typeSelection/TypeSelection.vue +57 -57
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/NewUsbController.vue +82 -82
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/lib/config/options.ts +6 -6
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/InputDevices.vue +21 -21
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/Other.vue +32 -32
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/Reservation.vue +237 -237
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/lib/config/options.ts +33 -33
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/Graphics.vue +50 -50
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/TotalVideoMemory.vue +121 -121
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/VideoCard.vue +182 -182
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/lib/config/options.ts +11 -11
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/model/Model.vue +59 -59
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/model/lib/config/options.ts +10 -10
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/numberDisplays/NumberDisplays.vue +83 -83
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/numberDisplays/lib/config/options.ts +14 -14
- package/components/common/vm/actions/common/customizeHardware/vmoptions/Vmoptions.vue +181 -181
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/BootOptions.vue +114 -114
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/Menu.vue +50 -50
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/Secure.vue +50 -50
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/Delay.vue +54 -54
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/lib/config/config.ts +14 -14
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/Firmware.vue +84 -84
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/lib/config/config.ts +11 -11
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/Order.vue +201 -201
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/lib/models/interfaces.ts +9 -9
- package/components/common/vm/actions/common/customizeHardware/vmoptions/generalOptions/GeneralOptions.vue +192 -192
- package/components/common/vm/actions/common/customizeHardware/vmoptions/lib/models/interfaces.ts +34 -34
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/CopyPaste.vue +52 -52
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/FileTransfer.vue +52 -52
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/FolderSharing.vue +51 -51
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/PlaybackCompression.vue +52 -52
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/PowerControl.vue +50 -50
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/RemoteConsoleOptions.vue +254 -254
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/imgCompression/ImgCompression.vue +85 -85
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/imgCompression/lib/config/config.ts +14 -14
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/jpegCompression/JpegCompression.vue +85 -85
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/jpegCompression/lib/config/config.ts +12 -12
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/Keymap.vue +56 -56
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/lib/config/config.ts +6 -6
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/mouseMode/MouseMode.vue +57 -57
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/mouseMode/lib/config/config.ts +11 -11
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/Password.vue +142 -142
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/lib/models/interfaces.ts +5 -5
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/lib/utils.ts +12 -12
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/sharePolicy/SharePolicy.vue +56 -56
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/sharePolicy/lib/config/config.ts +11 -11
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/streamingMode/StreamingMode.vue +85 -85
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/streamingMode/lib/config/config.ts +12 -12
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/type/Type.vue +85 -85
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/type/lib/config/config.ts +7 -7
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirection.vue +57 -57
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/lib/config/config.ts +14 -14
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/zlibCompression/ZlibCompression.vue +85 -85
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/zlibCompression/lib/config/config.ts +12 -12
- package/components/common/vm/actions/common/customizeHardware/vmoptions/tools/Tools.vue +72 -72
- package/components/common/vm/actions/common/lib/config/capabilities.ts +345 -344
- package/components/common/vm/actions/common/lib/models/enums.ts +123 -123
- package/components/common/vm/actions/common/lib/models/interfaces.ts +149 -148
- package/components/common/vm/actions/common/lib/models/types.ts +65 -65
- package/components/common/vm/actions/common/lib/utils/capabilities.ts +51 -41
- package/components/common/vm/actions/common/select/compatibility/Compatibility.vue +155 -155
- package/components/common/vm/actions/common/select/computeResource/ComputeResource.vue +164 -164
- package/components/common/vm/actions/common/select/computeResource/TreeView.vue +124 -124
- package/components/common/vm/actions/common/select/computeResource/lib/ComputeResource.spec.ts +479 -479
- package/components/common/vm/actions/common/select/createType/CreateType.vue +61 -61
- package/components/common/vm/actions/common/select/createType/lib/config/items.ts +26 -26
- package/components/common/vm/actions/common/select/lib/models/interfaces.ts +34 -33
- package/components/common/vm/actions/common/select/lib/models/types.ts +27 -27
- package/components/common/vm/actions/common/select/name/Name.vue +236 -236
- package/components/common/vm/actions/common/select/os/os.vue +232 -227
- package/components/common/vm/actions/common/select/storage/Storage.vue +198 -198
- package/components/common/vm/actions/common/select/storage/lib/config/config.ts +193 -193
- package/components/common/vm/actions/common/select/storage/lib/models/types.ts +15 -15
- package/components/common/vm/actions/confirm/Confirm.vue +39 -39
- package/components/common/vm/actions/editSettings/EditSettings.vue +327 -327
- package/components/common/vm/actions/editSettings/lib/models/types.ts +23 -23
- package/components/common/vm/actions/editSettings/lib/utils.ts +45 -45
- package/components/common/vm/actions/lib/models/interfaces.ts +6 -6
- package/components/common/vm/actions/lib/models/types.ts +11 -11
- package/components/common/vm/actions/lib/utils.ts +246 -246
- package/components/common/vm/lib/models/interfaces.ts +9 -9
- package/components/common/vm/lib/utils/powerActions.ts +55 -55
- package/components/common/weekSelect/WeekSelect.vue +143 -143
- package/components/common/weekSelect/lib/config/options.ts +10 -10
- package/components/common/weekSelect/lib/models/interfaces.ts +6 -6
- package/components/common/wizards/datastore/add/Add.vue +307 -307
- package/components/common/wizards/datastore/add/lib/config/steps.ts +138 -138
- package/components/common/wizards/datastore/add/lib/models/enums.ts +5 -5
- package/components/common/wizards/datastore/add/lib/models/interfaces.ts +19 -19
- package/components/common/wizards/datastore/add/lib/models/types.ts +7 -7
- package/components/common/wizards/datastore/add/lib/utils.ts +63 -63
- package/components/common/wizards/datastore/add/lib/validations.ts +169 -169
- package/components/common/wizards/datastore/add/local/Local.vue +45 -45
- package/components/common/wizards/datastore/add/local/createName/CreateName.vue +116 -116
- package/components/common/wizards/datastore/add/nfs/Nfs.vue +63 -63
- package/components/common/wizards/datastore/add/nfs/_kerberosAuthentication/KerberosAuthentication.vue +55 -55
- package/components/common/wizards/datastore/add/nfs/_kerberosAuthentication/lib/config/radioOptions.ts +27 -27
- package/components/common/wizards/datastore/add/nfs/accessibility/Accessibility.vue +63 -63
- package/components/common/wizards/datastore/add/nfs/accessibility/lib/config/tabsPannel.ts +24 -24
- package/components/common/wizards/datastore/add/nfs/accessibility/lib/models/interfaces.ts +9 -9
- package/components/common/wizards/datastore/add/nfs/accessibility/lib/models/types.ts +5 -5
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/TablesView.vue +85 -85
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/compatibleTable.ts +62 -62
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/incompatibleTable.ts +68 -68
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/tableKeys.ts +15 -15
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/models/interfaces.ts +11 -11
- package/components/common/wizards/datastore/add/nfs/configuration/Configuration.vue +236 -236
- package/components/common/wizards/datastore/add/nfs/configuration/_serversList/DeletePopover.vue +100 -100
- package/components/common/wizards/datastore/add/nfs/configuration/_serversList/ServersList.vue +123 -123
- package/components/common/wizards/datastore/add/nfs/configuration/_serversList/lib/config/serversListConfig.ts +40 -40
- package/components/common/wizards/datastore/add/nfs/configuration/_serversList/lib/config/tableKeys.ts +3 -3
- package/components/common/wizards/datastore/add/nfs/configuration/_serversList/lib/models/interfaces.ts +3 -3
- package/components/common/wizards/datastore/add/nfs/configuration/_serversList/lib/models/types.ts +1 -1
- package/components/common/wizards/datastore/add/nfs/configuration/lib/models/interfaces.ts +5 -5
- package/components/common/wizards/datastore/add/nfs/version/Version.vue +26 -26
- package/components/common/wizards/datastore/add/nfs/version/lib/config/versionOptions.ts +22 -22
- package/components/common/wizards/datastore/add/readyComplete/ReadyComplete.vue +88 -88
- package/components/common/wizards/datastore/add/readyComplete/lib/config/propertiesDetails.ts +140 -140
- package/components/common/wizards/datastore/add/sharedStorm/SharedStorm.vue +78 -78
- package/components/common/wizards/datastore/add/sharedStorm/_version/Version.vue +28 -28
- package/components/common/wizards/datastore/add/sharedStorm/_version/lib/config/versionOptions.ts +21 -21
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/DeviceSelection.vue +276 -276
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/config/selectOptions.ts +23 -23
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/models/interfaces.ts +26 -26
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/models/types.ts +1 -1
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/table/Table.vue +133 -133
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/table/lib/config/lunDiskTable.ts +84 -84
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/table/lib/config/tableKeys.ts +11 -11
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/table/lib/models/types.ts +9 -9
- package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/PartitionConfiguration.vue +236 -236
- package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/graphicTooltip/graphicTooltip.vue +64 -64
- package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/lib/config/selectOptions.ts +46 -46
- package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/sizeGraphic/sizeGraphic.vue +225 -225
- package/components/common/wizards/datastore/add/types/Types.vue +83 -83
- package/components/common/wizards/datastore/add/types/lib/config/typeOptions.ts +41 -41
- package/components/common/wizards/network/add/Add.vue +1036 -1036
- package/components/common/wizards/network/add/lib/config/index.ts +35 -35
- package/components/common/wizards/network/add/lib/config/initialData.ts +62 -62
- package/components/common/wizards/network/add/lib/config/portPropertiesStep.ts +43 -43
- package/components/common/wizards/network/add/lib/config/selectSwitch.ts +19 -19
- package/components/common/wizards/network/add/lib/config/sendData.ts +141 -141
- package/components/common/wizards/network/add/lib/config/steps.ts +456 -456
- package/components/common/wizards/network/add/lib/models/enums.ts +17 -17
- package/components/common/wizards/network/add/lib/models/interfaces.ts +249 -249
- package/components/common/wizards/network/add/lib/models/types.ts +14 -14
- package/components/common/wizards/network/add/lib/utils/index.ts +4 -4
- package/components/common/wizards/network/add/mappers/mappers.ts +192 -192
- package/components/common/wizards/network/add/modals/SelectNetwork.vue +173 -173
- package/components/common/wizards/network/add/modals/SelectStandardSwitch.vue +138 -138
- package/components/common/wizards/network/add/modals/SelectSwitch.vue +131 -131
- package/components/common/wizards/network/add/steps/ConnectionSettings.vue +154 -154
- package/components/common/wizards/network/add/steps/CreateStandardSwitch.vue +91 -91
- package/components/common/wizards/network/add/steps/IpFourSettings.vue +305 -305
- package/components/common/wizards/network/add/steps/PhysicalAdapter.vue +13 -13
- package/components/common/wizards/network/add/steps/PortProperties.vue +407 -407
- package/components/common/wizards/network/add/steps/ReadyComplete.vue +20 -20
- package/components/common/wizards/network/add/steps/SelectConnectionType.vue +99 -99
- package/components/common/wizards/network/add/steps/SelectedTargetDevice.vue +474 -474
- package/components/common/wizards/network/add/validations/common.ts +26 -26
- package/components/common/wizards/network/add/validations/connectionSettings.ts +70 -70
- package/components/common/wizards/network/add/validations/createStandardSwitch.ts +59 -59
- package/components/common/wizards/network/add/validations/ipFourSettings.ts +182 -182
- package/components/common/wizards/network/add/validations/networkValidation.ts +77 -77
- package/components/common/wizards/network/add/validations/physicalAdapter.ts +70 -70
- package/components/common/wizards/network/add/validations/portProperties.ts +83 -83
- package/components/common/wizards/network/add/validations/targetDevice.ts +109 -109
- package/components/common/wizards/network/add/validations/validations.ts +43 -43
- package/components/common/wizards/vm/common/computeResource/TreeView.vue +61 -61
- package/components/common/wizards/vm/common/tooltip/Tooltip.vue +84 -84
- package/components/common/wizards/vm/common/validation/compatibility/Compatibility.vue +62 -62
- package/components/common/wizards/vm/common/validation/lib/models/enums.ts +5 -5
- package/components/common/wizards/vm/migrate/Migrate.vue +278 -278
- package/components/common/wizards/vm/migrate/contentHeading/ContentHeading.vue +106 -106
- package/components/common/wizards/vm/migrate/contentHeading/lib/models/interfaces.ts +7 -7
- package/components/common/wizards/vm/migrate/lib/config/constructDataReady.ts +100 -100
- package/components/common/wizards/vm/migrate/lib/models/enums.ts +6 -6
- package/components/common/wizards/vm/migrate/lib/models/interfaces.ts +28 -28
- package/components/common/wizards/vm/migrate/lib/models/types.ts +5 -5
- package/components/common/wizards/vm/migrate/lib/utils.ts +80 -80
- package/components/common/wizards/vm/migrate/select/computeResource/ComputeResource.vue +219 -219
- package/components/common/wizards/vm/migrate/select/computeResource/lib/config/tabsPannel.ts +28 -28
- package/components/common/wizards/vm/migrate/select/computeResource/lib/models/enums.ts +6 -6
- package/components/common/wizards/vm/migrate/select/computeResource/lib/models/interfaces.ts +30 -30
- package/components/common/wizards/vm/migrate/select/computeResource/lib/models/types.ts +12 -12
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/TableView.vue +143 -143
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/clusterTable.ts +113 -113
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/hostTable.ts +124 -124
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/resourcePoolTable.ts +115 -115
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/tableKeys.ts +65 -65
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/vappsTable.ts +66 -66
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/models/interfaces.ts +50 -50
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/models/types.ts +60 -60
- package/components/common/wizards/vm/migrate/select/network/Network.vue +125 -125
- package/components/common/wizards/vm/migrate/select/network/table/network/Network.vue +114 -114
- package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/advancedTable.ts +78 -78
- package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/basicTable.ts +70 -70
- package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/tableKeys.ts +13 -13
- package/components/common/wizards/vm/migrate/select/network/table/network/lib/models/interfaces.ts +12 -12
- package/components/common/wizards/vm/migrate/select/network/table/network/lib/models/types.ts +21 -21
- package/components/common/wizards/vm/migrate/select/network/table/useAt/UseAt.vue +54 -54
- package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/config/tableKeys.ts +7 -7
- package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/config/useAtTable.ts +47 -47
- package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/models/interfaces.ts +1 -1
- package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/models/types.ts +5 -5
- package/components/common/wizards/vm/migrate/select/priority/Priority.vue +39 -39
- package/components/common/wizards/vm/migrate/select/priority/lib/config/typeOptions.ts +21 -21
- package/components/common/wizards/vm/migrate/select/priority/lib/models/types.ts +1 -1
- package/components/common/wizards/vm/migrate/select/storage/Storage.vue +206 -206
- package/components/common/wizards/vm/migrate/select/storage/configure/batch/Batch.vue +73 -73
- package/components/common/wizards/vm/migrate/select/storage/configure/disk/Disk.vue +87 -87
- package/components/common/wizards/vm/migrate/select/storage/diskFormat/DiskFormat.vue +69 -69
- package/components/common/wizards/vm/migrate/select/storage/diskFormat/lib/config/formatOptions.ts +26 -26
- package/components/common/wizards/vm/migrate/select/storage/lib/config/tabsPannel.ts +20 -20
- package/components/common/wizards/vm/migrate/select/storage/lib/models/enums.ts +6 -6
- package/components/common/wizards/vm/migrate/select/storage/lib/models/interfaces.ts +14 -14
- package/components/common/wizards/vm/migrate/select/storage/lib/models/types.ts +9 -9
- package/components/common/wizards/vm/migrate/select/storage/policy/Policy.vue +84 -84
- package/components/common/wizards/vm/migrate/select/storage/selectedPerDisk/SelectedPerDisk.vue +88 -88
- package/components/common/wizards/vm/migrate/select/storage/table/datastore/Datastore.vue +114 -114
- package/components/common/wizards/vm/migrate/select/storage/table/datastore/lib/config/config.ts +179 -179
- package/components/common/wizards/vm/migrate/select/storage/table/datastore/lib/models/types.ts +15 -15
- package/components/common/wizards/vm/migrate/select/storage/table/disk/Disk.vue +86 -86
- package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/config/config.ts +123 -123
- package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/config/tableKeys.ts +15 -15
- package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/models/interfaces.ts +24 -24
- package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/models/types.ts +13 -13
- package/components/common/wizards/vm/migrate/select/targetServer/lib/config/tabsPannel.ts +18 -18
- package/components/common/wizards/vm/migrate/select/targetServer/lib/models/types.ts +1 -1
- package/components/common/wizards/vm/migrate/select/targetServer/new/New.vue +294 -294
- package/components/common/wizards/vm/migrate/select/targetServer/new/lib/config/defaultForm.ts +36 -36
- package/components/common/wizards/vm/migrate/select/targetServer/new/lib/models/interfaces.ts +13 -13
- package/components/common/wizards/vm/migrate/select/targetServer/saved/Saved.vue +27 -27
- package/components/common/wizards/vm/migrate/select/targetServer/targetServer.vue +41 -41
- package/components/common/wizards/vm/migrate/select/type/Type.vue +38 -38
- package/components/common/wizards/vm/migrate/select/type/lib/config/typeOptions.ts +41 -41
- package/components/common/wizards/vm/migrate/select/type/lib/models/interfaces.ts +5 -5
- package/components/content/Hint.vue +24 -24
- package/components/lib/models/interfaces.ts +14 -14
- package/composables/deepCopy.ts +21 -21
- package/composables/productNameLocal.ts +30 -30
- package/composables/useAppVersion.ts +22 -22
- package/composables/useDiff.ts +15 -15
- package/composables/useEnvLanguage.ts +23 -23
- package/composables/useLocal.ts +44 -44
- package/composables/useLocalStorage.ts +45 -45
- package/composables/useThrottle.ts +32 -32
- package/composables/useUniqueId.ts +5 -5
- package/eslint/index.js +15 -15
- package/eslint/no-import-type.js +17 -17
- package/eslint/no-invalid-type-prefix.js +32 -32
- package/layouts/auth.vue +31 -31
- package/lib/config/regExp.ts +13 -13
- package/lib/models/composables/useAppVersion/interfaces.ts +5 -5
- package/lib/models/composables/useMyFetch/interfaces.ts +25 -25
- package/lib/models/composables/useMyFetch/types.ts +1 -1
- package/lib/models/enums.ts +35 -35
- package/lib/models/interfaces.ts +63 -63
- package/lib/models/plugins/date/interfaces.ts +5 -5
- package/lib/models/plugins/date/types.ts +1 -1
- package/lib/models/plugins/validation/interfaces.ts +21 -21
- package/lib/models/plugins/validation/types.ts +1 -1
- package/lib/models/store/host/interfaces.ts +38 -38
- package/lib/models/store/interfaces.ts +43 -43
- package/lib/models/store/network/interfaces.ts +13 -13
- package/lib/models/store/storage/interfaces.ts +32 -32
- package/lib/models/store/tasks/enums.ts +27 -27
- package/lib/models/store/tasks/interfaces.ts +122 -122
- package/lib/models/store/tasks/types.ts +2 -2
- package/lib/models/store/types.ts +43 -43
- package/lib/models/store/vm/interfaces.ts +234 -234
- package/lib/models/table/interfaces.ts +38 -38
- package/lib/models/table/types.ts +1 -1
- package/lib/models/types.ts +38 -38
- package/lib/utils/base64.ts +34 -34
- package/lib/utils/contentBuild.ts +34 -34
- package/lib/utils/notification.ts +22 -22
- package/lib/utils/sendTask.ts +73 -73
- package/minify.js +146 -146
- package/modules/fixContentBuild/index.ts +91 -91
- package/modules/fixContentBuild/lib/utils/methods.ts +115 -115
- package/modules/fixSpiceConsoleBuild/index.ts +28 -28
- package/modules/replaceEnv/index.ts +40 -40
- package/nuxt.config.ts +8 -8
- package/package.json +42 -42
- package/plugins/binary.ts +158 -158
- package/plugins/date.ts +179 -179
- package/plugins/recursion.ts +311 -311
- package/plugins/spice-console/spice.console.ts +147 -147
- package/plugins/text.ts +48 -48
- package/plugins/validation.ts +172 -172
- package/public/spice-console/application/WorkerProcess.js +3350 -3350
- package/public/spice-console/application/WorkerProcess_back.js +3144 -3144
- package/public/spice-console/application/WorkerProcess_meta.js +3103 -3103
- package/public/spice-console/application/WorkerProcess_reverse.js +3214 -3214
- package/public/spice-console/application/agent.js +175 -175
- package/public/spice-console/application/application.js +641 -641
- package/public/spice-console/application/checkActivity.js +50 -50
- package/public/spice-console/application/clientgui.js +842 -842
- package/public/spice-console/application/clipboard/clipboarddataparser.js +92 -92
- package/public/spice-console/application/clipboard/local/localClipboard.js +110 -110
- package/public/spice-console/application/clipboard.js +82 -82
- package/public/spice-console/application/codec.js +263 -263
- package/public/spice-console/application/imagecache.js +81 -81
- package/public/spice-console/application/inputmanager.js +270 -270
- package/public/spice-console/application/packetfactory.js +202 -202
- package/public/spice-console/application/packetfilter.js +103 -103
- package/public/spice-console/application/packetprocess.js +75 -75
- package/public/spice-console/application/rasteroperation.js +118 -118
- package/public/spice-console/application/spiceconnection.js +197 -197
- package/public/spice-console/application/stream.js +67 -67
- package/public/spice-console/application/virtualmouse.js +109 -109
- package/public/spice-console/keymaps/keyevent.js +36 -36
- package/public/spice-console/keymaps/keymap.js +229 -229
- package/public/spice-console/keymaps/keymapes.js +375 -375
- package/public/spice-console/keymaps/keymapesObj.js +317 -317
- package/public/spice-console/keymaps/keymapus.js +317 -317
- package/public/spice-console/keymaps/scanCodeObjModifier.js +65 -65
- package/public/spice-console/keymaps/scanCodeObjProvider.js +60 -60
- package/public/spice-console/lib/AsyncConsumer.js +204 -204
- package/public/spice-console/lib/AsyncWorker.js +60 -60
- package/public/spice-console/lib/CollisionDetector.js +27 -27
- package/public/spice-console/lib/DataLogger.js +197 -197
- package/public/spice-console/lib/GenericObjectPool.js +152 -152
- package/public/spice-console/lib/GlobalPool.js +114 -114
- package/public/spice-console/lib/ImageUncompressor.js +138 -138
- package/public/spice-console/lib/IntegrationBenchmark.js +64 -64
- package/public/spice-console/lib/PacketWorkerIdentifier.js +107 -107
- package/public/spice-console/lib/SyncAsyncHandler.js +46 -46
- package/public/spice-console/lib/base64.js +298 -298
- package/public/spice-console/lib/biginteger.js +1640 -1640
- package/public/spice-console/lib/bowser.js +276 -276
- package/public/spice-console/lib/decoder/dixie.js +7930 -7930
- package/public/spice-console/lib/decoder/jmuxer.js +2815 -2815
- package/public/spice-console/lib/displayRouter.js +83 -83
- package/public/spice-console/lib/encrypt.js +191 -191
- package/public/spice-console/lib/flipper.js +39 -39
- package/public/spice-console/lib/graphic.js +1230 -1230
- package/public/spice-console/lib/graphicdebug.js +223 -223
- package/public/spice-console/lib/images/bitmap.js +203 -203
- package/public/spice-console/lib/images/jsquic_family.js +83 -83
- package/public/spice-console/lib/images/jsquic_rgba.js +342 -342
- package/public/spice-console/lib/images/jsquic_uncompress.js +529 -529
- package/public/spice-console/lib/images/lz.js +717 -717
- package/public/spice-console/lib/images/png.js +275 -275
- package/public/spice-console/lib/jgestures.min.js +43 -43
- package/public/spice-console/lib/jquery-2.0.3.js +8829 -8829
- package/public/spice-console/lib/jquery-mousewheel.js +83 -83
- package/public/spice-console/lib/jquery-visibility.min.js +1 -1
- package/public/spice-console/lib/jsbn.js +578 -578
- package/public/spice-console/lib/jsbn2.js +675 -675
- package/public/spice-console/lib/lodash.4.0.0.min.js +136 -136
- package/public/spice-console/lib/modernizr.js +39 -39
- package/public/spice-console/lib/pixastic.js +3244 -3244
- package/public/spice-console/lib/prettyprint.js +794 -794
- package/public/spice-console/lib/prng4.js +64 -64
- package/public/spice-console/lib/queue.js +259 -259
- package/public/spice-console/lib/rasterEngine.js +907 -907
- package/public/spice-console/lib/rng.js +87 -87
- package/public/spice-console/lib/runqueue.js +103 -103
- package/public/spice-console/lib/sha1.js +124 -124
- package/public/spice-console/lib/stuckkeyshandler.js +122 -122
- package/public/spice-console/lib/timelapsedetector.js +62 -62
- package/public/spice-console/lib/utils.js +327 -327
- package/public/spice-console/lib/virtualjoystick.js +370 -370
- package/public/spice-console/network/busconnection.js +195 -195
- package/public/spice-console/network/clusternodechooser.js +49 -49
- package/public/spice-console/network/connectioncontrol.js +60 -60
- package/public/spice-console/network/packetcontroller.js +62 -62
- package/public/spice-console/network/packetextractor.js +73 -73
- package/public/spice-console/network/packetlinkfactory.js +64 -64
- package/public/spice-console/network/packetreassembler.js +77 -77
- package/public/spice-console/network/reassemblerfactory.js +39 -39
- package/public/spice-console/network/sizedefiner.js +86 -86
- package/public/spice-console/network/socket.js +120 -120
- package/public/spice-console/network/socketqueue.js +95 -95
- package/public/spice-console/network/spicechannel.js +375 -375
- package/public/spice-console/network/websocketwrapper.js +75 -75
- package/public/spice-console/process/busprocess.js +309 -309
- package/public/spice-console/process/cursorprocess.js +110 -110
- package/public/spice-console/process/displaypreprocess.js +152 -152
- package/public/spice-console/process/displayprocess.js +210 -210
- package/public/spice-console/process/inputprocess.js +203 -203
- package/public/spice-console/process/mainprocess.js +78 -78
- package/public/spice-console/process/playbackprocess.js +233 -233
- package/public/spice-console/run.js +180 -180
- package/public/spice-console/spiceobjects/generated/protocol.js +537 -537
- package/public/spice-console/spiceobjects/spiceobjects.js +3474 -3474
- package/public/spice-console/swcanvas/swcanvas.js +82 -82
- package/public/spice-console/tools/generate.php +269 -269
- package/public/spice-console/tools/generateKeyboardLayout.php +63 -63
- package/public/spice-console/tools/generateSpiceObject.php +81 -81
- package/public/spice-console-minify/run.min.js +4 -4
- package/store/main/lib/interfaces.ts +9 -9
- package/store/storage/device/lib/models/interfaces.ts +26 -26
- package/store/tasks/actions.ts +133 -133
- package/store/tasks/getters.ts +25 -25
- package/store/tasks/lib/models/interfaces.ts +18 -18
- package/store/tasks/mappers/recentTasks.ts +45 -45
- package/store/tasks/mappers/tasks.ts +42 -42
- package/store/tasks/mutations.ts +58 -58
- package/store/tasks/state.ts +16 -16
- package/store/tasks/store.ts +12 -12
- package/tsconfig.json +4 -4
- package/components/common/wizards/vmNew/common/computeResource/TreeView.vue +0 -61
- package/components/common/wizards/vmNew/common/tooltip/Tooltip.vue +0 -84
- package/components/common/wizards/vmNew/common/validation/compatibility/Compatibility.vue +0 -62
- package/components/common/wizards/vmNew/common/validation/lib/models/enums.ts +0 -5
- package/components/common/wizards/vmNew/migrate/Migrate.vue +0 -226
- package/components/common/wizards/vmNew/migrate/contentHeading/ContentHeading.vue +0 -106
- package/components/common/wizards/vmNew/migrate/contentHeading/lib/models/interfaces.ts +0 -7
- package/components/common/wizards/vmNew/migrate/lib/config/steps.ts +0 -82
- package/components/common/wizards/vmNew/migrate/lib/models/enums.ts +0 -6
- package/components/common/wizards/vmNew/migrate/lib/models/interfaces.ts +0 -31
- package/components/common/wizards/vmNew/migrate/lib/utils.ts +0 -0
- package/components/common/wizards/vmNew/migrate/lib/validations.ts +0 -29
- package/components/common/wizards/vmNew/migrate/select/computeResource/ComputeResource.vue +0 -219
- package/components/common/wizards/vmNew/migrate/select/computeResource/lib/config/tabsPannel.ts +0 -28
- package/components/common/wizards/vmNew/migrate/select/computeResource/lib/models/enums.ts +0 -6
- package/components/common/wizards/vmNew/migrate/select/computeResource/lib/models/interfaces.ts +0 -30
- package/components/common/wizards/vmNew/migrate/select/computeResource/lib/models/types.ts +0 -12
- package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/TableView.vue +0 -143
- package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/clusterTable.ts +0 -113
- package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/hostTable.ts +0 -124
- package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/resourcePoolTable.ts +0 -115
- package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/tableKeys.ts +0 -65
- package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/vappsTable.ts +0 -66
- package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/models/interfaces.ts +0 -50
- package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/models/types.ts +0 -60
- package/components/common/wizards/vmNew/migrate/select/network/Network.vue +0 -125
- package/components/common/wizards/vmNew/migrate/select/network/table/network/Network.vue +0 -114
- package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/config/advancedTable.ts +0 -78
- package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/config/basicTable.ts +0 -70
- package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/config/tableKeys.ts +0 -13
- package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/models/interfaces.ts +0 -12
- package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/models/types.ts +0 -21
- package/components/common/wizards/vmNew/migrate/select/network/table/useAt/UseAt.vue +0 -54
- package/components/common/wizards/vmNew/migrate/select/network/table/useAt/lib/config/tableKeys.ts +0 -7
- package/components/common/wizards/vmNew/migrate/select/network/table/useAt/lib/config/useAtTable.ts +0 -47
- package/components/common/wizards/vmNew/migrate/select/network/table/useAt/lib/models/interfaces.ts +0 -1
- package/components/common/wizards/vmNew/migrate/select/network/table/useAt/lib/models/types.ts +0 -5
- package/components/common/wizards/vmNew/migrate/select/priority/Priority.vue +0 -39
- package/components/common/wizards/vmNew/migrate/select/priority/lib/config/typeOptions.ts +0 -21
- package/components/common/wizards/vmNew/migrate/select/priority/lib/models/types.ts +0 -1
- package/components/common/wizards/vmNew/migrate/select/storage/Storage.vue +0 -208
- package/components/common/wizards/vmNew/migrate/select/storage/configure/batch/Batch.vue +0 -73
- package/components/common/wizards/vmNew/migrate/select/storage/configure/disk/Disk.vue +0 -87
- package/components/common/wizards/vmNew/migrate/select/storage/diskFormat/DiskFormat.vue +0 -69
- package/components/common/wizards/vmNew/migrate/select/storage/diskFormat/lib/config/formatOptions.ts +0 -26
- package/components/common/wizards/vmNew/migrate/select/storage/lib/config/tabsPannel.ts +0 -20
- package/components/common/wizards/vmNew/migrate/select/storage/lib/models/enums.ts +0 -6
- package/components/common/wizards/vmNew/migrate/select/storage/lib/models/interfaces.ts +0 -14
- package/components/common/wizards/vmNew/migrate/select/storage/lib/models/types.ts +0 -9
- package/components/common/wizards/vmNew/migrate/select/storage/policy/Policy.vue +0 -84
- package/components/common/wizards/vmNew/migrate/select/storage/selectedPerDisk/SelectedPerDisk.vue +0 -88
- package/components/common/wizards/vmNew/migrate/select/storage/table/datastore/Datastore.vue +0 -114
- package/components/common/wizards/vmNew/migrate/select/storage/table/datastore/lib/config/config.ts +0 -179
- package/components/common/wizards/vmNew/migrate/select/storage/table/datastore/lib/models/types.ts +0 -15
- package/components/common/wizards/vmNew/migrate/select/storage/table/disk/Disk.vue +0 -86
- package/components/common/wizards/vmNew/migrate/select/storage/table/disk/lib/config/config.ts +0 -123
- package/components/common/wizards/vmNew/migrate/select/storage/table/disk/lib/config/tableKeys.ts +0 -15
- package/components/common/wizards/vmNew/migrate/select/storage/table/disk/lib/models/interfaces.ts +0 -24
- package/components/common/wizards/vmNew/migrate/select/storage/table/disk/lib/models/types.ts +0 -13
- package/components/common/wizards/vmNew/migrate/select/targetServer/lib/config/tabsPannel.ts +0 -18
- package/components/common/wizards/vmNew/migrate/select/targetServer/lib/models/types.ts +0 -1
- package/components/common/wizards/vmNew/migrate/select/targetServer/new/New.vue +0 -294
- package/components/common/wizards/vmNew/migrate/select/targetServer/new/lib/config/defaultForm.ts +0 -36
- package/components/common/wizards/vmNew/migrate/select/targetServer/new/lib/models/interfaces.ts +0 -13
- package/components/common/wizards/vmNew/migrate/select/targetServer/saved/Saved.vue +0 -27
- package/components/common/wizards/vmNew/migrate/select/targetServer/targetServer.vue +0 -41
- package/components/common/wizards/vmNew/migrate/select/type/Type.vue +0 -27
- package/components/common/wizards/vmNew/migrate/select/type/lib/config/typeOptions.ts +0 -41
- package/components/common/wizards/vmNew/migrate/select/type/lib/models/interfaces.ts +0 -5
- package/components/common/wizards/vmNew/migrate/select/type/lib/models/types.ts +0 -5
|
@@ -1,83 +1,83 @@
|
|
|
1
|
-
<svg width="38" height="798" viewBox="0 0 38 798" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_2062_4469)">
|
|
3
|
-
<path d="M7 21H13V27H7V21ZM3 29H9V35H3V29ZM11 29H17V35H11V29Z" fill="#565656"/>
|
|
4
|
-
<path d="M11 7H25V9H27V7C27 6.46957 26.7893 5.96086 26.4142 5.58579C26.0392 5.21071 25.5305 5 25 5H10.87C10.3741 5 9.89843 5.19702 9.54773 5.54771C9.19704 5.8984 9.00002 6.37405 9.00002 6.87V13H11V7ZM30.91 11H17V13H24.91C24.9339 13 24.9568 13.0095 24.9737 13.0264C24.9905 13.0432 25 13.0661 25 13.09V19H27V13.09C27 13.0661 27.0095 13.0432 27.0264 13.0264C27.0433 13.0095 27.0662 13 27.09 13H30.91C30.9339 13 30.9568 13.0095 30.9737 13.0264C30.9905 13.0432 31 13.0661 31 13.09V26.91C31 26.9339 30.9905 26.9568 30.9737 26.9736C30.9568 26.9905 30.9339 27 30.91 27H23.09C23.0662 27 23.0433 26.9905 23.0264 26.9736C23.0095 26.9568 23 26.9339 23 26.91V17.09C23.0013 16.8152 22.9482 16.5428 22.8436 16.2886C22.7391 16.0345 22.5852 15.8035 22.3908 15.6092C22.1965 15.4149 21.9656 15.261 21.7114 15.1564C21.4572 15.0518 21.1849 14.9987 20.91 15H7.09002C6.81519 14.9987 6.54282 15.0518 6.28865 15.1564C6.03448 15.261 5.80356 15.4149 5.60922 15.6092C5.41488 15.8035 5.26098 16.0345 5.15642 16.2886C5.05185 16.5428 4.9987 16.8152 5.00002 17.09V19H7.00002V17.09C7.00002 17.0661 7.00951 17.0432 7.02638 17.0264C7.04326 17.0095 7.06615 17 7.09002 17H20.89C20.9192 17 20.9472 17.0116 20.9678 17.0322C20.9884 17.0528 21 17.0808 21 17.11V30.91C21 30.9339 20.9905 30.9568 20.9737 30.9736C20.9568 30.9905 20.9339 31 20.91 31H19V33H22.6C22.7061 33 22.8079 32.9579 22.8829 32.8828C22.9579 32.8078 23 32.7061 23 32.6V29H32.6C32.7061 29 32.8079 28.9579 32.8829 28.8828C32.9579 28.8078 33 28.7061 33 28.6V13.09C33.0013 12.8152 32.9482 12.5428 32.8436 12.2886C32.7391 12.0345 32.5852 11.8035 32.3908 11.6092C32.1965 11.4149 31.9656 11.261 31.7114 11.1564C31.4572 11.0518 31.1849 10.9987 30.91 11Z" fill="#565656"/>
|
|
5
|
-
<path d="M9 43H23V45H25V43C25 42.4696 24.7893 41.9609 24.4142 41.5858C24.0391 41.2107 23.5304 41 23 41H8.87C8.37405 41 7.8984 41.197 7.54771 41.5477C7.19702 41.8984 7 42.374 7 42.87V49H9V43Z" fill="#565656"/>
|
|
6
|
-
<path d="M28.91 47H15V49H22.91C22.9339 49 22.9568 49.0095 22.9737 49.0264C22.9905 49.0432 23 49.0661 23 49.09V55H25V49.09C25 49.0661 25.0095 49.0432 25.0264 49.0264C25.0433 49.0095 25.0662 49 25.09 49H28.91C28.9339 49 28.9568 49.0095 28.9737 49.0264C28.9905 49.0432 29 49.0661 29 49.09V62.91C29 62.9339 28.9905 62.9568 28.9737 62.9736C28.9568 62.9905 28.9339 63 28.91 63H21.09C21.0662 63 21.0433 62.9905 21.0264 62.9736C21.0095 62.9568 21 62.9339 21 62.91V53.09C21.0013 52.8168 20.9488 52.5461 20.8455 52.2933C20.7422 52.0404 20.5901 51.8104 20.3979 51.6163C20.2057 51.4222 19.9771 51.2679 19.7252 51.1622C19.4734 51.0564 19.2032 51.0013 18.93 51H5.09002C4.81687 50.9987 4.54614 51.0512 4.29328 51.1545C4.04042 51.2578 3.81038 51.4099 3.61631 51.6021C3.42223 51.7944 3.26792 52.0229 3.16218 52.2748C3.05643 52.5266 3.00133 52.7968 3.00002 53.07V66.91C2.99871 67.1831 3.05121 67.4539 3.15452 67.7067C3.25784 67.9596 3.40995 68.1896 3.60216 68.3837C3.79438 68.5778 4.02294 68.7321 4.2748 68.8378C4.52666 68.9436 4.79687 68.9987 5.07002 69H18.91C19.1832 69.0013 19.4539 68.9488 19.7068 68.8455C19.9596 68.7422 20.1897 68.5901 20.3837 68.3979C20.5778 68.2056 20.7321 67.9771 20.8379 67.7252C20.9436 67.4734 20.9987 67.2031 21 66.93V65.09C21 65.0661 21.0095 65.0432 21.0264 65.0264C21.0433 65.0095 21.0662 65 21.09 65H28.91C29.1832 65.0013 29.4539 64.9488 29.7068 64.8455C29.9596 64.7422 30.1897 64.5901 30.3837 64.3979C30.5778 64.2056 30.7321 63.9771 30.8379 63.7252C30.9436 63.4734 30.9987 63.2031 31 62.93V49.09C31.0013 48.8168 30.9488 48.5461 30.8455 48.2933C30.7422 48.0404 30.5901 47.8104 30.3979 47.6163C30.2057 47.4222 29.9771 47.2679 29.7252 47.1622C29.4734 47.0564 29.2032 47.0013 28.93 47H28.91ZM5.00002 66.91V53.11C5.00002 53.0808 5.01161 53.0528 5.03224 53.0322C5.05287 53.0116 5.08085 53 5.11002 53H18.91C18.9339 53 18.9568 53.0095 18.9737 53.0264C18.9905 53.0432 19 53.0661 19 53.09V62.91C19 62.9339 18.9905 62.9568 18.9737 62.9736C18.9568 62.9905 18.9339 63 18.91 63H15.09C15.0662 63 15.0433 62.9905 15.0264 62.9736C15.0095 62.9568 15 62.9339 15 62.91V57H13V62.91C12.9987 63.1831 13.0512 63.4539 13.1545 63.7067C13.2578 63.9596 13.4099 64.1896 13.6022 64.3837C13.7944 64.5778 14.0229 64.7321 14.2748 64.8378C14.5267 64.9436 14.7969 64.9987 15.07 65H18.91C18.9339 65 18.9568 65.0095 18.9737 65.0264C18.9905 65.0432 19 65.0661 19 65.09V66.91C19 66.9339 18.9905 66.9568 18.9737 66.9736C18.9568 66.9905 18.9339 67 18.91 67H5.09002C5.06615 67 5.04326 66.9905 5.02638 66.9736C5.00951 66.9568 5.00002 66.9339 5.00002 66.91ZM31.71 65.46C31.5217 65.2717 31.2663 65.1659 31 65.1659C30.7337 65.1659 30.4783 65.2717 30.29 65.46C30.1017 65.6483 29.9959 65.9037 29.9959 66.17C29.9959 66.4363 30.1017 66.6917 30.29 66.88L31.42 68H24C23.7348 68 23.4805 68.1054 23.2929 68.2929C23.1054 68.4804 23 68.7348 23 69C23 69.2652 23.1054 69.5196 23.2929 69.7071C23.4805 69.8946 23.7348 70 24 70H31.42L30.29 71.12C30.1963 71.213 30.1219 71.3236 30.0711 71.4454C30.0204 71.5673 29.9942 71.698 29.9942 71.83C29.9942 71.962 30.0204 72.0927 30.0711 72.2146C30.1219 72.3364 30.1963 72.447 30.29 72.54C30.383 72.6337 30.4936 72.7081 30.6154 72.7589C30.7373 72.8097 30.868 72.8358 31 72.8358C31.132 72.8358 31.2627 72.8097 31.3846 72.7589C31.5065 72.7081 31.6171 72.6337 31.71 72.54L35.24 69L31.71 65.46Z" fill="#565656"/>
|
|
7
|
-
<path d="M7 97H13V103H7V97ZM3 105H9V111H3V105ZM11 105H17V111H11V105Z" fill="#565656"/>
|
|
8
|
-
<path d="M20 81H10.87C10.374 81 9.8984 81.197 9.54771 81.5477C9.19702 81.8984 9 82.374 9 82.87V89H11V83H20V81ZM17 87H20V89H17V87ZM20 92.26V91H7.09C6.55021 90.997 6.03039 91.204 5.64039 91.5772C5.25039 91.9504 5.02075 92.4606 5 93V95H7V93.09C7 93.0661 7.00948 93.0432 7.02636 93.0264C7.04324 93.0095 7.06613 93 7.09 93H20.09C20.0294 92.758 19.9991 92.5094 20 92.26ZM31 91.5V102.91C31 102.934 30.9905 102.957 30.9736 102.974C30.9568 102.991 30.9339 103 30.91 103H23.09C23.0661 103 23.0432 102.991 23.0264 102.974C23.0095 102.957 23 102.934 23 102.91V95.39C22.4922 95.3792 21.9947 95.2454 21.55 95C21.3564 94.8704 21.1725 94.7266 21 94.57V106.91C21 106.934 20.9905 106.957 20.9736 106.974C20.9568 106.991 20.9339 107 20.91 107H19V109H22.6C22.7061 109 22.8078 108.958 22.8828 108.883C22.9579 108.808 23 108.706 23 108.6V105H32.6C32.7061 105 32.8078 104.958 32.8828 104.883C32.9579 104.808 33 104.706 33 104.6V90.39L31 91.5Z" fill="#565656"/>
|
|
9
|
-
<path d="M25 94.83V95H27V93.72L25 94.83Z" fill="#565656"/>
|
|
10
|
-
<path d="M36.41 84.2L23.71 77.2C23.5353 77.1026 23.3382 77.0524 23.1382 77.0545C22.9382 77.0566 22.7421 77.1108 22.5695 77.2117C22.3968 77.3127 22.2534 77.457 22.1536 77.6303C22.0537 77.8036 22.0008 78 22 78.2V92.26C22.0008 92.46 22.0537 92.6564 22.1536 92.8297C22.2534 93.003 22.3968 93.1473 22.5695 93.2483C22.7421 93.3493 22.9382 93.4035 23.1382 93.4055C23.3382 93.4076 23.5353 93.3574 23.71 93.26L36.41 86.2C36.5867 86.0996 36.7337 85.9542 36.836 85.7786C36.9382 85.6029 36.9921 85.4033 36.9921 85.2C36.9921 84.9968 36.9382 84.7971 36.836 84.6215C36.7337 84.4458 36.5867 84.3004 36.41 84.2Z" fill="#60A644"/>
|
|
11
|
-
<path d="M7 135H13V141H7V135ZM3 143H9V149H3V143ZM11 143H17V149H11V143Z" fill="#565656"/>
|
|
12
|
-
<path d="M19.91 119H10.91C10.6611 118.995 10.4136 119.039 10.1821 119.131C9.95058 119.222 9.73968 119.359 9.56178 119.533C9.38387 119.707 9.24254 119.915 9.14607 120.145C9.0496 120.374 8.99994 120.621 9 120.87V127H11V121H19.24C19.3892 120.311 19.6139 119.64 19.91 119ZM19.18 125H17V127H19.78C19.5095 126.356 19.3084 125.686 19.18 125ZM31 132.94V140.94C31 140.964 30.9905 140.987 30.9736 141.004C30.9568 141.02 30.9339 141.03 30.91 141.03H23.09C23.0661 141.03 23.0432 141.02 23.0264 141.004C23.0095 140.987 23 140.964 23 140.94V131.12C22.2015 130.522 21.497 129.807 20.91 129H7.09C6.81685 128.999 6.54611 129.051 6.29325 129.154C6.04039 129.258 5.81036 129.41 5.61628 129.602C5.42221 129.794 5.26789 130.023 5.16215 130.275C5.05641 130.527 5.00131 130.797 5 131.07V133H7V131.09C7 131.066 7.00948 131.043 7.02636 131.026C7.04324 131.009 7.06613 131 7.09 131H20.89C20.9192 131 20.9472 131.012 20.9678 131.032C20.9884 131.053 21 131.081 21 131.11V144.91C21 144.934 20.9905 144.957 20.9736 144.974C20.9568 144.99 20.9339 145 20.91 145H19V147H22.6C22.7061 147 22.8078 146.958 22.8828 146.883C22.9579 146.808 23 146.706 23 146.6V143H32.6C32.7061 143 32.8078 142.958 32.8828 142.883C32.9579 142.808 33 142.706 33 142.6V132.3C32.3584 132.585 31.6878 132.799 31 132.94Z" fill="#565656"/>
|
|
13
|
-
<path d="M29 119.14C29.7911 119.14 30.5645 119.374 31.2223 119.814C31.8801 120.254 32.3928 120.878 32.6955 121.609C32.9983 122.34 33.0775 123.144 32.9231 123.92C32.7688 124.696 32.3878 125.409 31.8284 125.968C31.269 126.528 30.5563 126.909 29.7804 127.063C29.0044 127.217 28.2002 127.138 27.4693 126.835C26.7384 126.533 26.1137 126.02 25.6741 125.362C25.2346 124.704 25 123.931 25 123.14C25 122.079 25.4214 121.062 26.1716 120.311C26.9217 119.561 27.9391 119.14 29 119.14ZM29 115.14C27.4178 115.14 25.871 115.609 24.5554 116.488C23.2399 117.367 22.2145 118.617 21.609 120.078C21.0035 121.54 20.845 123.149 21.1537 124.701C21.4624 126.252 22.2243 127.678 23.3431 128.797C24.462 129.916 25.8874 130.677 27.4393 130.986C28.9911 131.295 30.5997 131.136 32.0615 130.531C33.5233 129.925 34.7727 128.9 35.6518 127.584C36.5308 126.269 37 124.722 37 123.14C37 121.018 36.1571 118.983 34.6569 117.483C33.1566 115.983 31.1217 115.14 29 115.14Z" fill="#F84E30"/>
|
|
14
|
-
<path d="M12 167C12.2652 167 12.5196 166.895 12.7071 166.707C12.8946 166.52 13 166.265 13 166C13 165.735 12.8946 165.48 12.7071 165.293C12.5196 165.105 12.2652 165 12 165H8.63C9.78055 163.024 11.4716 161.418 13.5042 160.371C15.5367 159.324 17.8261 158.879 20.1028 159.089C22.3796 159.299 24.5489 160.156 26.3554 161.557C28.162 162.959 29.5305 164.847 30.3 167H32.41C31.6271 164.403 30.1069 162.09 28.0341 160.341C25.9612 158.592 23.425 157.483 20.7337 157.148C18.0423 156.814 15.3117 157.268 12.8736 158.456C10.4356 159.644 8.39502 161.514 7 163.84V160C7 159.735 6.89464 159.48 6.70711 159.293C6.51957 159.105 6.26522 159 6 159C5.73478 159 5.48043 159.105 5.29289 159.293C5.10536 159.48 5 159.735 5 160V166C5 166.265 5.10536 166.52 5.29289 166.707C5.48043 166.895 5.73478 167 6 167H12Z" fill="#F84E30"/>
|
|
15
|
-
<path d="M31.9998 175H25.9998C25.7346 175 25.4803 175.105 25.2927 175.293C25.1052 175.48 24.9998 175.735 24.9998 176C24.9998 176.265 25.1052 176.52 25.2927 176.707C25.4803 176.895 25.7346 177 25.9998 177H29.3698C28.2193 178.976 26.5282 180.582 24.4957 181.629C22.4632 182.676 20.1738 183.121 17.897 182.911C15.6203 182.701 13.451 181.844 11.6444 180.443C9.83788 179.041 8.46932 177.153 7.69984 175H5.58984C6.37271 177.597 7.89293 179.91 9.96577 181.659C12.0386 183.408 14.5748 184.517 17.2662 184.852C19.9575 185.186 22.6882 184.732 25.1262 183.544C27.5643 182.356 29.6048 180.486 30.9998 178.16V182C30.9998 182.265 31.1052 182.52 31.2927 182.707C31.4803 182.895 31.7346 183 31.9998 183C32.2651 183 32.5194 182.895 32.707 182.707C32.8945 182.52 32.9998 182.265 32.9998 182V176C32.9998 175.735 32.8945 175.48 32.707 175.293C32.5194 175.105 32.2651 175 31.9998 175Z" fill="#59A011"/>
|
|
16
|
-
<path d="M21 195H10.87C10.374 195 9.8984 195.197 9.54771 195.548C9.19702 195.898 9 196.374 9 196.87V203H11V197H21V195ZM17 201H21V203H17V201ZM25 207H27V209H25V207Z" fill="#565656"/>
|
|
17
|
-
<path d="M31 207V216.91C31 216.934 30.9905 216.957 30.9737 216.974C30.9568 216.991 30.9339 217 30.91 217H23.09C23.0662 217 23.0433 216.991 23.0264 216.974C23.0095 216.957 23 216.934 23 216.91V207.09V207H21V205H7.09002C6.81687 204.999 6.54614 205.051 6.29328 205.155C6.04042 205.258 5.81038 205.41 5.61631 205.602C5.42223 205.794 5.26792 206.023 5.16218 206.275C5.05643 206.527 5.00133 206.797 5.00002 207.07V220.91C4.99871 221.183 5.05121 221.454 5.15452 221.707C5.25784 221.96 5.40995 222.19 5.60216 222.384C5.79438 222.578 6.02294 222.732 6.2748 222.838C6.52666 222.944 6.79687 222.999 7.07002 223H20.91C21.1832 223.001 21.4539 222.949 21.7068 222.846C21.9596 222.742 22.1897 222.59 22.3837 222.398C22.5778 222.206 22.7321 221.977 22.8379 221.725C22.9436 221.473 22.9987 221.203 23 220.93V219.09C23 219.066 23.0095 219.043 23.0264 219.026C23.0433 219.01 23.0662 219 23.09 219H30.91C31.1832 219.001 31.4539 218.949 31.7068 218.846C31.9596 218.742 32.1897 218.59 32.3837 218.398C32.5778 218.206 32.7321 217.977 32.8379 217.725C32.9436 217.473 32.9987 217.203 33 216.93V207H31ZM21 216.91C21 216.934 20.9905 216.957 20.9737 216.974C20.9568 216.991 20.9339 217 20.91 217H17.09C17.0662 217 17.0433 216.991 17.0264 216.974C17.0095 216.957 17 216.934 17 216.91V211H15V216.91C14.9987 217.183 15.0512 217.454 15.1545 217.707C15.2578 217.96 15.4099 218.19 15.6022 218.384C15.7944 218.578 16.0229 218.732 16.2748 218.838C16.5267 218.944 16.7969 218.999 17.07 219H20.91C20.9339 219 20.9568 219.01 20.9737 219.026C20.9905 219.043 21 219.066 21 219.09V220.91C21 220.934 20.9905 220.957 20.9737 220.974C20.9568 220.991 20.9339 221 20.91 221H7.09002C7.06615 221 7.04326 220.991 7.02638 220.974C7.00951 220.957 7.00002 220.934 7.00002 220.91V207.11C7.00002 207.096 7.00287 207.081 7.0084 207.068C7.01393 207.055 7.02203 207.042 7.03224 207.032C7.04246 207.022 7.05458 207.014 7.06793 207.008C7.08127 207.003 7.09558 207 7.11002 207H20.91C20.9339 207 20.9568 207.01 20.9737 207.026C20.9905 207.043 21 207.066 21 207.09V216.91Z" fill="#565656"/>
|
|
18
|
-
<path d="M23 191H37V205H23V191Z" fill="#F84E30"/>
|
|
19
|
-
<path d="M9 233H23V235H25V233C25 232.47 24.7893 231.961 24.4142 231.586C24.0391 231.211 23.5304 231 23 231H8.87C8.37405 231 7.8984 231.197 7.54771 231.548C7.19702 231.898 7 232.374 7 232.87V239H9V233Z" fill="#565656"/>
|
|
20
|
-
<path d="M28.91 239C28.9339 239 28.9568 239.01 28.9737 239.026C28.9905 239.043 29 239.066 29 239.09V243.43C29.6916 243.621 30.3617 243.882 31 244.21V239.09C31.0013 238.815 30.9482 238.543 30.8436 238.289C30.7391 238.034 30.5852 237.804 30.3908 237.609C30.1965 237.415 29.9656 237.261 29.7114 237.156C29.4572 237.052 29.1849 236.999 28.91 237H15V239H28.91ZM15.43 257H5.09002C5.06615 257 5.04326 256.991 5.02638 256.974C5.00951 256.957 5.00002 256.934 5.00002 256.91V243.11C5.00002 243.081 5.01161 243.053 5.03224 243.032C5.05287 243.012 5.08085 243 5.11002 243H18.91C18.9339 243 18.9568 243.01 18.9737 243.026C18.9905 243.043 19 243.066 19 243.09V245.52C19.6177 245.013 20.2882 244.574 21 244.21V243.09C21.0013 242.815 20.9482 242.543 20.8436 242.289C20.7391 242.034 20.5852 241.804 20.3908 241.609C20.1965 241.415 19.9656 241.261 19.7114 241.156C19.4572 241.052 19.1849 240.999 18.91 241H5.09002C4.81519 240.999 4.54282 241.052 4.28865 241.156C4.03448 241.261 3.80356 241.415 3.60922 241.609C3.41488 241.804 3.26098 242.034 3.15642 242.289C3.05185 242.543 2.9987 242.815 3.00002 243.09V256.91C2.9987 257.185 3.05185 257.457 3.15642 257.711C3.26098 257.966 3.41488 258.196 3.60922 258.391C3.80356 258.585 4.03448 258.739 4.28865 258.844C4.54282 258.948 4.81519 259.001 5.09002 259H16.21C15.8824 258.362 15.6211 257.692 15.43 257Z" fill="#565656"/>
|
|
21
|
-
<path d="M26 263C24.22 263 22.4799 262.472 20.9999 261.483C19.5198 260.494 18.3663 259.089 17.6851 257.444C17.0039 255.8 16.8257 253.99 17.1729 252.244C17.5202 250.498 18.3774 248.895 19.636 247.636C20.8947 246.377 22.4984 245.52 24.2442 245.173C25.99 244.826 27.7996 245.004 29.4442 245.685C31.0887 246.366 32.4943 247.52 33.4832 249C34.4722 250.48 35 252.22 35 254C35 256.387 34.0518 258.676 32.364 260.364C30.6761 262.052 28.387 263 26 263ZM26 247C24.6155 247 23.2622 247.411 22.111 248.18C20.9599 248.949 20.0627 250.042 19.5328 251.321C19.003 252.6 18.8644 254.008 19.1345 255.366C19.4046 256.724 20.0713 257.971 21.0503 258.95C22.0292 259.929 23.2765 260.595 24.6344 260.866C25.9922 261.136 27.3997 260.997 28.6788 260.467C29.9579 259.937 31.0511 259.04 31.8203 257.889C32.5895 256.738 33 255.384 33 254C33 252.143 32.2625 250.363 30.9498 249.05C29.637 247.738 27.8565 247 26 247Z" fill="#565656"/>
|
|
22
|
-
<path d="M27.0702 258.93C26.9386 258.931 26.8081 258.905 26.6863 258.856C26.5645 258.806 26.4537 258.733 26.3602 258.64L21.7202 254L26.3602 249.36C26.4535 249.267 26.564 249.194 26.6856 249.144C26.8072 249.094 26.9374 249.069 27.0688 249.069C27.2001 249.07 27.3302 249.096 27.4514 249.147C27.5726 249.198 27.6826 249.272 27.7752 249.365C27.8678 249.458 27.9411 249.569 27.991 249.69C28.0408 249.812 28.0662 249.942 28.0658 250.073C28.0653 250.205 28.039 250.335 27.9883 250.456C27.9375 250.577 27.8635 250.687 27.7702 250.78L24.5502 254L27.7702 257.22C27.8639 257.313 27.9383 257.423 27.9891 257.545C28.0399 257.667 28.066 257.798 28.066 257.93C28.066 258.062 28.0399 258.193 27.9891 258.314C27.9383 258.436 27.8639 258.547 27.7702 258.64C27.584 258.825 27.3326 258.929 27.0702 258.93Z" fill="#565656"/>
|
|
23
|
-
<path d="M7 287H13V293H7V287ZM3 295H9V301H3V295ZM11 295H17V301H11V295Z" fill="#565656"/>
|
|
24
|
-
<path d="M21 271H10.87C10.374 271 9.8984 271.197 9.54771 271.548C9.19702 271.898 9 272.374 9 272.87V279H11V273H21V271ZM17 277H21V279H17V277ZM25 283H27V285H25V283Z" fill="#565656"/>
|
|
25
|
-
<path d="M31 283V292.91C31 292.934 30.9905 292.957 30.9736 292.974C30.9568 292.991 30.9339 293 30.91 293H23.09C23.0661 293 23.0432 292.991 23.0264 292.974C23.0095 292.957 23 292.934 23 292.91V283.09V283H21V281H7.09C6.81685 280.999 6.54611 281.051 6.29325 281.155C6.04039 281.258 5.81036 281.41 5.61628 281.602C5.42221 281.794 5.26789 282.023 5.16215 282.275C5.05641 282.527 5.00131 282.797 5 283.07V285H7V283.09C7 283.066 7.00948 283.043 7.02636 283.026C7.04324 283.01 7.06613 283 7.09 283H20.89C20.9192 283 20.9472 283.012 20.9678 283.032C20.9884 283.053 21 283.081 21 283.11V296.91C21 296.934 20.9905 296.957 20.9736 296.974C20.9568 296.991 20.9339 297 20.91 297H19V299H22.6C22.7061 299 22.8078 298.958 22.8828 298.883C22.9579 298.808 23 298.706 23 298.6V295H32.6C32.7061 295 32.8078 294.958 32.8828 294.883C32.9579 294.808 33 294.706 33 294.6V283H31Z" fill="#565656"/>
|
|
26
|
-
<path d="M23 267H37V281H23V267Z" fill="#B68300"/>
|
|
27
|
-
<path d="M29 269V279H25V269H29ZM35 269V279H31V269H35Z" fill="#FFE02C"/>
|
|
28
|
-
<path d="M7 325H13V331H7V325ZM3 333H9V339H3V333ZM11 333H17V339H11V333Z" fill="#565656"/>
|
|
29
|
-
<path d="M19.77 309H10.87C10.374 309 9.8984 309.197 9.54771 309.548C9.19702 309.898 9 310.374 9 310.87V317H11V311H18.62L19.77 309ZM14.09 319H7.09C6.81685 318.999 6.54611 319.051 6.29325 319.154C6.04039 319.258 5.81036 319.41 5.61628 319.602C5.42221 319.794 5.26789 320.023 5.16215 320.275C5.05641 320.527 5.00131 320.797 5 321.07V323H7V321.09C7 321.066 7.00948 321.043 7.02636 321.026C7.04324 321.009 7.06613 321 7.09 321H13.66C13.6775 320.312 13.8233 319.634 14.09 319ZM32.41 327H31V330.9C31 330.924 30.9905 330.947 30.9736 330.964C30.9568 330.981 30.9339 330.99 30.91 330.99H23.09C23.0661 330.99 23.0432 330.981 23.0264 330.964C23.0095 330.947 23 330.924 23 330.9V327H21V334.91C21 334.934 20.9905 334.957 20.9736 334.974C20.9568 334.991 20.9339 335 20.91 335H19V337H22.6C22.7061 337 22.8078 336.958 22.8828 336.883C22.9579 336.808 23 336.706 23 336.6V333H32.6C32.7061 333 32.8078 332.958 32.8828 332.883C32.9579 332.808 33 332.706 33 332.6V327H32.41Z" fill="#565656"/>
|
|
30
|
-
<path d="M26 306.05C25.322 306.051 24.6565 306.232 24.0714 306.575C23.4864 306.917 23.0028 307.409 22.67 308L16.26 319.09C15.9472 319.601 15.7549 320.176 15.6977 320.772C15.6405 321.368 15.7199 321.969 15.93 322.53C16.2082 323.258 16.7017 323.885 17.3448 324.326C17.9879 324.768 18.7501 325.002 19.53 325H32.36C32.9219 325.009 33.4795 324.9 33.9964 324.68C34.5133 324.459 34.9779 324.132 35.36 323.72C35.9053 323.114 36.2438 322.351 36.3265 321.54C36.4092 320.729 36.2318 319.913 35.82 319.21L29.36 308C29.0255 307.404 28.5373 306.909 27.9464 306.566C27.3554 306.223 26.6832 306.045 26 306.05Z" fill="#B68300"/>
|
|
31
|
-
<path d="M25.9998 308.05C26.3318 308.047 26.6582 308.134 26.945 308.301C27.2318 308.469 27.4683 308.71 27.6298 309L34.1098 320.23C34.2681 320.512 34.3501 320.831 34.3476 321.154C34.3451 321.478 34.2583 321.795 34.0957 322.075C33.9332 322.354 33.7005 322.587 33.4206 322.749C33.1407 322.911 32.8233 322.998 32.4998 323H19.4998C19.1734 323 18.8527 322.914 18.5701 322.75C18.2875 322.587 18.0528 322.352 17.8896 322.07C17.7265 321.787 17.6406 321.466 17.6406 321.14C17.6407 320.813 17.7266 320.493 17.8898 320.21L24.4098 309C24.5664 308.714 24.7963 308.476 25.0758 308.309C25.3553 308.142 25.6742 308.052 25.9998 308.05Z" fill="#FFE02C"/>
|
|
32
|
-
<path d="M25 319H27V321H25V319ZM25 311H27V317H25V311Z" fill="#454545"/>
|
|
33
|
-
<path d="M11 349H25V351H27V349C27 348.47 26.7893 347.961 26.4142 347.586C26.0391 347.211 25.5304 347 25 347H10.87C10.374 347 9.8984 347.197 9.54771 347.548C9.19702 347.898 9 348.374 9 348.87V355H11V349Z" fill="#565656"/>
|
|
34
|
-
<path d="M30.93 353H17V355H24.91C24.9339 355 24.9568 355.009 24.9736 355.026C24.9905 355.043 25 355.066 25 355.09V361H27V355.09C27 355.066 27.0095 355.043 27.0264 355.026C27.0432 355.009 27.0661 355 27.09 355H30.91C30.9339 355 30.9568 355.009 30.9736 355.026C30.9905 355.043 31 355.066 31 355.09V368.91C31 368.934 30.9905 368.957 30.9736 368.974C30.9568 368.991 30.9339 369 30.91 369H23.09C23.0661 369 23.0432 368.991 23.0264 368.974C23.0095 368.957 23 368.934 23 368.91V359.09C23.0013 358.817 22.9488 358.546 22.8455 358.293C22.7422 358.04 22.5901 357.81 22.3979 357.616C22.2056 357.422 21.9771 357.268 21.7252 357.162C21.4734 357.056 21.2031 357.001 20.93 357H7.09C6.81685 356.999 6.54611 357.051 6.29325 357.154C6.04039 357.258 5.81036 357.41 5.61628 357.602C5.42221 357.794 5.26789 358.023 5.16215 358.275C5.05641 358.527 5.00131 358.797 5 359.07V366.13C5.63571 365.843 6.30916 365.647 7 365.55V359.11C7 359.096 7.00285 359.081 7.00837 359.068C7.0139 359.055 7.022 359.042 7.03222 359.032C7.04243 359.022 7.05456 359.014 7.0679 359.008C7.08125 359.003 7.09555 359 7.11 359H20.91C20.9339 359 20.9568 359.009 20.9736 359.026C20.9905 359.043 21 359.066 21 359.09V368.91C21 368.934 20.9905 368.957 20.9736 368.974C20.9568 368.991 20.9339 369 20.91 369H17.09C17.0661 369 17.0432 368.991 17.0264 368.974C17.0095 368.957 17 368.934 17 368.91V363H15V368.91C14.9987 369.183 15.0512 369.454 15.1545 369.707C15.2578 369.96 15.4099 370.19 15.6021 370.384C15.7944 370.578 16.0229 370.732 16.2748 370.838C16.5266 370.944 16.7968 370.999 17.07 371H20.91C20.9339 371 20.9568 371.009 20.9736 371.026C20.9905 371.043 21 371.066 21 371.09V372.91C21 372.934 20.9905 372.957 20.9736 372.974C20.9568 372.991 20.9339 373 20.91 373H14.91C14.8539 373.684 14.7024 374.358 14.46 375H20.92C21.4699 375 21.9975 374.782 22.3873 374.394C22.777 374.006 22.9974 373.48 23 372.93V371.09C23 371.066 23.0095 371.043 23.0264 371.026C23.0432 371.009 23.0661 371 23.09 371H30.91C31.1831 371.001 31.4539 370.949 31.7067 370.846C31.9596 370.742 32.1896 370.59 32.3837 370.398C32.5778 370.206 32.7321 369.977 32.8378 369.725C32.9436 369.473 32.9987 369.203 33 368.93V355.09C33.0013 354.817 32.9488 354.546 32.8455 354.293C32.7422 354.04 32.5901 353.81 32.3979 353.616C32.2056 353.422 31.9771 353.268 31.7252 353.162C31.4734 353.056 31.2031 353.001 30.93 353Z" fill="#565656"/>
|
|
35
|
-
<path d="M7.91992 377.49C10.6813 377.49 12.9199 375.251 12.9199 372.49C12.9199 369.729 10.6813 367.49 7.91992 367.49C5.1585 367.49 2.91992 369.729 2.91992 372.49C2.91992 375.251 5.1585 377.49 7.91992 377.49Z" fill="#0091DA"/>
|
|
36
|
-
<path d="M7.91992 415.49C10.6813 415.49 12.9199 413.251 12.9199 410.49C12.9199 407.729 10.6813 405.49 7.91992 405.49C5.1585 405.49 2.91992 407.729 2.91992 410.49C2.91992 413.251 5.1585 415.49 7.91992 415.49Z" fill="#0091DA"/>
|
|
37
|
-
<path d="M18.23 385H10.87C10.374 385 9.8984 385.197 9.54771 385.548C9.19702 385.898 9 386.374 9 386.87V393H11V387H17.43C17.6279 386.308 17.8959 385.638 18.23 385ZM31 400.57V406.91C31 406.934 30.9905 406.957 30.9736 406.974C30.9568 406.991 30.9339 407 30.91 407H23.09C23.0661 407 23.0432 406.991 23.0264 406.974C23.0095 406.957 23 406.934 23 406.91V399.79C22.2882 399.426 21.6177 398.987 21 398.48V406.91C21 406.934 20.9905 406.957 20.9736 406.974C20.9568 406.991 20.9339 407 20.91 407H17.09C17.0661 407 17.0432 406.991 17.0264 406.974C17.0095 406.957 17 406.934 17 406.91V401H15V406.91C14.9987 407.183 15.0512 407.454 15.1545 407.707C15.2578 407.96 15.4099 408.19 15.6021 408.384C15.7944 408.578 16.0229 408.732 16.2748 408.838C16.5266 408.944 16.7968 408.999 17.07 409H20.91C20.9339 409 20.9568 409.009 20.9736 409.026C20.9905 409.043 21 409.066 21 409.09V410.91C21 410.934 20.9905 410.957 20.9736 410.974C20.9568 410.991 20.9339 411 20.91 411H14.64C14.6109 411.682 14.4794 412.357 14.25 413H20.91C21.1831 413.001 21.4539 412.949 21.7067 412.846C21.9596 412.742 22.1896 412.59 22.3837 412.398C22.5778 412.206 22.7321 411.977 22.8378 411.725C22.9436 411.473 22.9987 411.203 23 410.93V409.09C23 409.066 23.0095 409.043 23.0264 409.026C23.0432 409.009 23.0661 409 23.09 409H30.91C31.1831 409.001 31.4539 408.949 31.7067 408.846C31.9596 408.742 32.1896 408.59 32.3837 408.398C32.5778 408.206 32.7321 407.977 32.8378 407.725C32.9436 407.473 32.9987 407.203 33 406.93V399.79C32.3617 400.118 31.6915 400.379 31 400.57ZM18.21 395H7.09C6.81685 394.999 6.54611 395.051 6.29325 395.154C6.04039 395.258 5.81036 395.41 5.61628 395.602C5.42221 395.794 5.26789 396.023 5.16215 396.275C5.05641 396.527 5.00131 396.797 5 397.07V404.22C5.63987 403.962 6.31337 403.797 7 403.73V397.11C7 397.096 7.00285 397.081 7.00837 397.068C7.0139 397.055 7.022 397.042 7.03222 397.032C7.04243 397.022 7.05456 397.014 7.0679 397.008C7.08125 397.003 7.09555 397 7.11 397H19.52C19.0127 396.382 18.5735 395.712 18.21 395Z" fill="#565656"/>
|
|
38
|
-
<path d="M28 381C26.22 381 24.4799 381.528 22.9999 382.517C21.5198 383.506 20.3663 384.911 19.6851 386.556C19.0039 388.2 18.8257 390.01 19.1729 391.756C19.5202 393.502 20.3774 395.105 21.636 396.364C22.8947 397.623 24.4984 398.48 26.2442 398.827C27.99 399.174 29.7996 398.996 31.4442 398.315C33.0887 397.634 34.4943 396.48 35.4832 395C36.4722 393.52 37 391.78 37 390C37 387.613 36.0518 385.324 34.364 383.636C32.6761 381.948 30.387 381 28 381ZM29 395H27V393H29V395ZM29 391H27V385H29V391Z" fill="#F84E30"/>
|
|
39
|
-
<path d="M11 425H25V427H27V425C27 424.47 26.7893 423.961 26.4142 423.586C26.0391 423.211 25.5304 423 25 423H10.87C10.374 423 9.8984 423.197 9.54771 423.548C9.19702 423.898 9 424.374 9 424.87V431H11V425Z" fill="#565656"/>
|
|
40
|
-
<path d="M7.91992 453.49C10.6813 453.49 12.9199 451.251 12.9199 448.49C12.9199 445.729 10.6813 443.49 7.91992 443.49C5.1585 443.49 2.91992 445.729 2.91992 448.49C2.91992 451.251 5.1585 453.49 7.91992 453.49Z" fill="#0091DA"/>
|
|
41
|
-
<path d="M32.0398 425.4C33.8072 425.4 35.2398 423.967 35.2398 422.2C35.2398 420.433 33.8072 419 32.0398 419C30.2725 419 28.8398 420.433 28.8398 422.2C28.8398 423.967 30.2725 425.4 32.0398 425.4Z" fill="#E46C00"/>
|
|
42
|
-
<path d="M25 431.09V437H27V431.09C27.0017 431.068 27.0105 431.048 27.0249 431.032C27.0394 431.015 27.0587 431.004 27.08 431V429H17V431H24.91C24.9339 431 24.9568 431.009 24.9736 431.026C24.9905 431.043 25 431.066 25 431.09Z" fill="#565656"/>
|
|
43
|
-
<path d="M31 441V444.91C31 444.934 30.9905 444.957 30.9736 444.974C30.9568 444.991 30.9339 445 30.91 445H23.09C23.0661 445 23.0432 444.991 23.0264 444.974C23.0095 444.957 23 444.934 23 444.91V435.09C23.0013 434.817 22.9488 434.546 22.8455 434.293C22.7422 434.04 22.5901 433.81 22.3979 433.616C22.2056 433.422 21.9771 433.268 21.7252 433.162C21.4734 433.056 21.2031 433.001 20.93 433H7.09C6.81685 432.999 6.54611 433.051 6.29325 433.155C6.04039 433.258 5.81036 433.41 5.61628 433.602C5.42221 433.794 5.26789 434.023 5.16215 434.275C5.05641 434.527 5.00131 434.797 5 435.07V442.13C5.636 441.843 6.30933 441.648 7 441.55V435.11C7 435.096 7.00285 435.081 7.00837 435.068C7.0139 435.055 7.022 435.042 7.03222 435.032C7.04243 435.022 7.05456 435.014 7.0679 435.008C7.08125 435.003 7.09555 435 7.11 435H20.91C20.9339 435 20.9568 435.01 20.9736 435.026C20.9905 435.043 21 435.066 21 435.09V444.91C21 444.934 20.9905 444.957 20.9736 444.974C20.9568 444.991 20.9339 445 20.91 445H17.09C17.0661 445 17.0432 444.991 17.0264 444.974C17.0095 444.957 17 444.934 17 444.91V439H15V444.91C14.9987 445.183 15.0512 445.454 15.1545 445.707C15.2578 445.96 15.4099 446.19 15.6021 446.384C15.7944 446.578 16.0229 446.732 16.2748 446.838C16.5266 446.944 16.7968 446.999 17.07 447H20.91C20.9339 447 20.9568 447.01 20.9736 447.026C20.9905 447.043 21 447.066 21 447.09V448.91C21 448.934 20.9905 448.957 20.9736 448.974C20.9568 448.991 20.9339 449 20.91 449H14.91C14.8506 449.684 14.6993 450.357 14.46 451H20.92C21.4691 450.997 21.9952 450.779 22.3844 450.391C22.7736 450.004 22.9948 449.479 23 448.93V447.09C23 447.066 23.0095 447.043 23.0264 447.026C23.0432 447.01 23.0661 447 23.09 447H30.91C31.1831 447.001 31.4539 446.949 31.7067 446.846C31.9596 446.742 32.1896 446.59 32.3837 446.398C32.5778 446.206 32.7321 445.977 32.8378 445.725C32.9436 445.473 32.9987 445.203 33 444.93V441H31Z" fill="#565656"/>
|
|
44
|
-
<path d="M29.0801 427H35.0801V439H29.0801V427Z" fill="#E46C00"/>
|
|
45
|
-
<path d="M7.91992 491.49C10.6813 491.49 12.9199 489.251 12.9199 486.49C12.9199 483.729 10.6813 481.49 7.91992 481.49C5.1585 481.49 2.91992 483.729 2.91992 486.49C2.91992 489.251 5.1585 491.49 7.91992 491.49Z" fill="#0091DA"/>
|
|
46
|
-
<path d="M20 472.27V471H7.09C6.55021 470.997 6.03039 471.204 5.64039 471.577C5.25039 471.95 5.02075 472.461 5 473V480.1C5.636 479.813 6.30933 479.618 7 479.52V473.12C6.99861 473.105 7.00042 473.089 7.00532 473.075C7.01022 473.06 7.0181 473.047 7.02846 473.036C7.03881 473.024 7.05142 473.015 7.06546 473.009C7.0795 473.003 7.09467 473 7.11 473H20.11C20.0434 472.762 20.0065 472.517 20 472.27ZM31 471.51V482.92C31 482.944 30.9905 482.967 30.9736 482.984C30.9568 483 30.9339 483.01 30.91 483.01H23.09C23.0661 483.01 23.0432 483 23.0264 482.984C23.0095 482.967 23 482.944 23 482.92V475.4C22.4914 475.386 21.9938 475.249 21.55 475C21.3564 474.87 21.1725 474.727 21 474.57V482.93C21 482.954 20.9905 482.977 20.9736 482.994C20.9568 483.01 20.9339 483.02 20.91 483.02H17.09C17.0661 483.02 17.0432 483.01 17.0264 482.994C17.0095 482.977 17 482.954 17 482.93V477H15V482.91C14.9987 483.183 15.0512 483.454 15.1545 483.707C15.2578 483.96 15.4099 484.19 15.6021 484.384C15.7944 484.578 16.0229 484.732 16.2748 484.838C16.5266 484.943 16.7968 484.999 17.07 485H20.91C20.9339 485 20.9568 485.009 20.9736 485.026C20.9905 485.043 21 485.066 21 485.09V486.91C21 486.934 20.9905 486.957 20.9736 486.974C20.9568 486.99 20.9339 487 20.91 487H14.91C14.8506 487.684 14.6993 488.357 14.46 489H20.92C21.4674 488.997 21.992 488.78 22.3809 488.395C22.7699 488.01 22.9921 487.487 23 486.94V485.1C23 485.076 23.0095 485.053 23.0264 485.036C23.0432 485.019 23.0661 485.01 23.09 485.01H30.91C31.1831 485.011 31.4539 484.959 31.7067 484.855C31.9596 484.752 32.1896 484.6 32.3837 484.408C32.5778 484.216 32.7321 483.987 32.8378 483.735C32.9436 483.483 32.9987 483.213 33 482.94V470.4L31 471.51Z" fill="#565656"/>
|
|
47
|
-
<path d="M25 474.84V475.01H27V473.73L25 474.84ZM17 467.01H20V469.01H17V467.01ZM20 461H10.87C10.6236 461 10.3796 461.049 10.1521 461.143C9.92456 461.238 9.71797 461.377 9.54419 461.551C9.37041 461.726 9.23288 461.933 9.13949 462.161C9.0461 462.389 8.99871 462.634 9.00003 462.88V469H11V463H20V461Z" fill="#565656"/>
|
|
48
|
-
<path d="M36.41 464.21L23.71 457.21C23.5353 457.113 23.3382 457.062 23.1382 457.065C22.9382 457.067 22.7421 457.121 22.5695 457.222C22.3968 457.323 22.2534 457.467 22.1536 457.64C22.0537 457.814 22.0008 458.01 22 458.21V472.27C22.0008 472.47 22.0537 472.666 22.1536 472.84C22.2534 473.013 22.3968 473.157 22.5695 473.258C22.7421 473.359 22.9382 473.413 23.1382 473.416C23.3382 473.418 23.5353 473.367 23.71 473.27L36.41 466.21C36.5867 466.11 36.7337 465.964 36.836 465.789C36.9382 465.613 36.9921 465.413 36.9921 465.21C36.9921 465.007 36.9382 464.807 36.836 464.631C36.7337 464.456 36.5867 464.31 36.41 464.21Z" fill="#60A644"/>
|
|
49
|
-
<path d="M7.91992 529.49C10.6813 529.49 12.9199 527.251 12.9199 524.49C12.9199 521.729 10.6813 519.49 7.91992 519.49C5.1585 519.49 2.91992 521.729 2.91992 524.49C2.91992 527.251 5.1585 529.49 7.91992 529.49Z" fill="#0091DA"/>
|
|
50
|
-
<path d="M17 505H21V507H17V505ZM25 511H27V513H25V511ZM21 499H10.87C10.374 499 9.8984 499.197 9.54771 499.548C9.19702 499.898 9 500.374 9 500.87V507H11V501H21V499Z" fill="#565656"/>
|
|
51
|
-
<path d="M31 511V520.91C31 520.934 30.9905 520.957 30.9736 520.974C30.9568 520.991 30.9339 521 30.91 521H23.09C23.0661 521 23.0432 520.991 23.0264 520.974C23.0095 520.957 23 520.934 23 520.91V511.09V511H21V509H7.09C6.81685 508.999 6.54611 509.051 6.29325 509.155C6.04039 509.258 5.81036 509.41 5.61628 509.602C5.42221 509.794 5.26789 510.023 5.16215 510.275C5.05641 510.527 5.00131 510.797 5 511.07V518.13C5.636 517.843 6.30933 517.648 7 517.55V511.11C7 511.096 7.00285 511.081 7.00837 511.068C7.0139 511.055 7.022 511.042 7.03222 511.032C7.04243 511.022 7.05456 511.014 7.0679 511.008C7.08125 511.003 7.09555 511 7.11 511H20.91C20.9339 511 20.9568 511.01 20.9736 511.026C20.9905 511.043 21 511.066 21 511.09V520.91C21 520.934 20.9905 520.957 20.9736 520.974C20.9568 520.991 20.9339 521 20.91 521H17.09C17.0661 521 17.0432 520.991 17.0264 520.974C17.0095 520.957 17 520.934 17 520.91V515H15V520.91C14.9987 521.183 15.0512 521.454 15.1545 521.707C15.2578 521.96 15.4099 522.19 15.6021 522.384C15.7944 522.578 16.0229 522.732 16.2748 522.838C16.5266 522.944 16.7968 522.999 17.07 523H20.91C20.9339 523 20.9568 523.01 20.9736 523.026C20.9905 523.043 21 523.066 21 523.09V524.91C21 524.934 20.9905 524.957 20.9736 524.974C20.9568 524.991 20.9339 525 20.91 525H14.91C14.8506 525.684 14.6993 526.357 14.46 527H20.92C21.4691 526.997 21.9952 526.779 22.3844 526.391C22.7736 526.004 22.9948 525.479 23 524.93V523.09C23 523.066 23.0095 523.043 23.0264 523.026C23.0432 523.01 23.0661 523 23.09 523H30.91C31.1831 523.001 31.4539 522.949 31.7067 522.846C31.9596 522.742 32.1896 522.59 32.3837 522.398C32.5778 522.206 32.7321 521.977 32.8378 521.725C32.9436 521.473 32.9987 521.203 33 520.93V511H31Z" fill="#565656"/>
|
|
52
|
-
<path d="M23 495H37V509H23V495Z" fill="#B68300"/>
|
|
53
|
-
<path d="M29 497V507H25V497H29ZM35 497V507H31V497H35Z" fill="#FFE02C"/>
|
|
54
|
-
<path d="M25 547H27V551H25V547Z" fill="#565656"/>
|
|
55
|
-
<path d="M7.91992 567.49C10.6813 567.49 12.9199 565.251 12.9199 562.49C12.9199 559.729 10.6813 557.49 7.91992 557.49C5.1585 557.49 2.91992 559.729 2.91992 562.49C2.91992 565.251 5.1585 567.49 7.91992 567.49Z" fill="#0091DA"/>
|
|
56
|
-
<path d="M14.14 547H7.14C6.86268 546.992 6.58657 547.04 6.3279 547.14C6.06924 547.24 5.83326 547.391 5.63385 547.584C5.43444 547.777 5.27564 548.008 5.16678 548.263C5.05792 548.518 5.00122 548.793 5 549.07V556.13C5.63402 555.838 6.30814 555.643 7 555.55V549.11C7 549.096 7.00285 549.081 7.00837 549.068C7.0139 549.055 7.022 549.042 7.03222 549.032C7.04243 549.022 7.05456 549.014 7.0679 549.008C7.08125 549.003 7.09555 549 7.11 549H13.69C13.7203 548.312 13.8726 547.635 14.14 547ZM32.5 555.14H31V558.91C31 558.934 30.9905 558.957 30.9736 558.974C30.9568 558.991 30.9339 559 30.91 559H23.09C23.0661 559 23.0432 558.991 23.0264 558.974C23.0095 558.957 23 558.934 23 558.91V555.14H21V558.91C21 558.934 20.9905 558.957 20.9736 558.974C20.9568 558.991 20.9339 559 20.91 559H17.09C17.0661 559 17.0432 558.991 17.0264 558.974C17.0095 558.957 17 558.934 17 558.91V554.55C16.2284 554.185 15.5458 553.656 15 553V558.91C14.9987 559.183 15.0512 559.454 15.1545 559.707C15.2578 559.96 15.4099 560.19 15.6021 560.384C15.7944 560.578 16.0229 560.732 16.2748 560.838C16.5266 560.944 16.7968 560.999 17.07 561H20.91C20.9339 561 20.9568 561.009 20.9736 561.026C20.9905 561.043 21 561.066 21 561.09V562.91C21 562.934 20.9905 562.957 20.9736 562.974C20.9568 562.991 20.9339 563 20.91 563H14.91C14.8506 563.684 14.6993 564.357 14.46 565H20.92C21.4691 564.997 21.9952 564.779 22.3844 564.391C22.7736 564.004 22.9948 563.479 23 562.93V561.09C23 561.066 23.0095 561.043 23.0264 561.026C23.0432 561.009 23.0661 561 23.09 561H30.91C31.1831 561.001 31.4539 560.949 31.7067 560.846C31.9596 560.742 32.1896 560.59 32.3837 560.398C32.5778 560.206 32.7321 559.977 32.8378 559.725C32.9436 559.473 32.9987 559.203 33 558.93V555.11C32.83 555.12 32.67 555.14 32.5 555.14ZM19.85 537H10.85C10.3575 537.005 9.887 537.205 9.54062 537.555C9.19424 537.905 8.99997 538.377 9 538.87V545H11V539H18.7L19.85 537Z" fill="#565656"/>
|
|
57
|
-
<path d="M26 534.19C25.3206 534.186 24.6523 534.362 24.0636 534.701C23.4749 535.04 22.987 535.53 22.65 536.12L16.19 547.35C15.8513 547.936 15.673 548.602 15.6729 549.279C15.6727 549.957 15.8508 550.622 16.1893 551.209C16.5277 551.795 17.0146 552.283 17.601 552.622C18.1874 552.961 18.8527 553.139 19.53 553.14H32.53C33.2073 553.139 33.8726 552.961 34.459 552.622C35.0454 552.283 35.5323 551.795 35.8707 551.209C36.2092 550.622 36.3873 549.957 36.3871 549.279C36.387 548.602 36.2087 547.936 35.87 547.35L29.36 536.12C29.0229 535.528 28.5337 535.037 27.9429 534.697C27.3521 534.358 26.6813 534.183 26 534.19Z" fill="#B68300"/>
|
|
58
|
-
<path d="M25.9998 536.19C26.3264 536.189 26.6473 536.275 26.9301 536.438C27.2129 536.601 27.4474 536.837 27.6098 537.12L34.0898 548.35C34.253 548.633 34.339 548.953 34.339 549.28C34.339 549.606 34.2532 549.927 34.09 550.21C33.9268 550.492 33.6922 550.727 33.4095 550.89C33.1269 551.054 32.8062 551.14 32.4798 551.14H19.4798C19.1534 551.14 18.8327 551.054 18.5501 550.89C18.2674 550.727 18.0328 550.492 17.8696 550.21C17.7064 549.927 17.6206 549.606 17.6206 549.28C17.6206 548.953 17.7066 548.633 17.8698 548.35L24.4098 537.12C24.5689 536.838 24.7999 536.604 25.0793 536.44C25.3586 536.277 25.6762 536.191 25.9998 536.19Z" fill="#FFE02C"/>
|
|
59
|
-
<path d="M25 547H27V549H25V547ZM25 539H27V545H25V539Z" fill="#454545"/>
|
|
60
|
-
<path d="M8.99023 595H10.9902V599H8.99023V595ZM14.9902 595H16.9902V599H14.9902V595ZM20.9902 595H22.9902V599H20.9902V595ZM26.9902 595H28.9902V599H26.9902V595ZM7.99023 591H29.9902V593H7.99023V591Z" fill="#565656"/>
|
|
61
|
-
<path d="M34.9002 591.47L31.7702 580.41C31.6442 580.002 31.3908 579.645 31.0471 579.391C30.7034 579.137 30.2874 579 29.8602 579H28.9902V581H29.8602L32.9902 592.06V601H4.99023V592.06L8.12023 581H8.99023V579H8.12023C7.69302 579 7.2771 579.137 6.93339 579.391C6.58969 579.645 6.33626 580.002 6.21023 580.41L3.08023 591.48C3.02089 591.671 2.99056 591.87 2.99023 592.07V601C2.99023 601.53 3.20095 602.039 3.57602 602.414C3.95109 602.789 4.4598 603 4.99023 603H32.9902C33.5207 603 34.0294 602.789 34.4044 602.414C34.7795 602.039 34.9902 601.53 34.9902 601V592.06C34.9899 591.86 34.9596 591.661 34.9002 591.47Z" fill="#565656"/>
|
|
62
|
-
<path d="M23.6102 575.2V571.8H13.6102V578.4H10.9902V588.4H20.9902V585.2H26.9902V575.2H23.6102ZM15.6102 573.8H21.6102V575.2H16.9902V578.4H15.6102V573.8ZM18.9902 585.2V586.4H12.9902V580.4H18.9902V585.2ZM24.9902 583.2H20.9902V578.4H18.9902V577.2H24.9902V583.2Z" fill="#565656"/>
|
|
63
|
-
<path d="M18.9998 644.288C18.4589 644.289 17.9338 644.105 17.5118 643.767L1.35977 630.763C1.28094 630.706 1.21456 630.633 1.16464 630.549C1.11472 630.466 1.08231 630.373 1.06937 630.276C1.05643 630.179 1.06322 630.081 1.08935 629.987C1.11547 629.894 1.16038 629.806 1.22135 629.73C1.28232 629.654 1.35809 629.591 1.44406 629.545C1.53003 629.499 1.62442 629.471 1.7215 629.463C1.81859 629.455 1.91636 629.466 2.00888 629.497C2.1014 629.527 2.18676 629.576 2.25977 629.641L18.4148 642.645C18.5818 642.775 18.7878 642.846 18.9998 642.846C19.2118 642.846 19.4177 642.775 19.5848 642.645L35.6958 629.674C35.7691 629.612 35.854 629.566 35.9455 629.537C36.0371 629.509 36.1334 629.499 36.2288 629.508C36.3243 629.517 36.4169 629.545 36.5012 629.591C36.5856 629.637 36.6599 629.699 36.72 629.773C36.78 629.848 36.8244 629.934 36.8507 630.026C36.877 630.119 36.8846 630.215 36.873 630.31C36.8615 630.405 36.831 630.497 36.7834 630.581C36.7357 630.664 36.672 630.737 36.5958 630.795L20.4858 643.769C20.064 644.106 19.5398 644.289 18.9998 644.288ZM8.20577 624.353C8.0571 624.352 7.91223 624.306 7.79107 624.22C7.6699 624.134 7.57838 624.012 7.52907 623.872C7.47976 623.731 7.47508 623.579 7.51567 623.436C7.55626 623.293 7.64013 623.166 7.75577 623.073L18.2328 614.583C18.45 614.409 18.7198 614.315 18.9978 614.315C19.2758 614.315 19.5455 614.409 19.7628 614.583L30.2928 623.073C30.3749 623.129 30.4446 623.201 30.4975 623.286C30.5503 623.37 30.5852 623.464 30.5999 623.562C30.6145 623.661 30.6087 623.761 30.5827 623.857C30.5568 623.953 30.5112 624.043 30.449 624.12C30.3867 624.198 30.3091 624.261 30.221 624.308C30.1329 624.354 30.0362 624.381 29.937 624.388C29.8378 624.395 29.7383 624.381 29.6446 624.348C29.5509 624.314 29.4652 624.262 29.3928 624.194L18.9998 615.814L8.65977 624.19C8.53155 624.294 8.37122 624.353 8.20577 624.353Z" fill="#565656"/>
|
|
64
|
-
<path d="M19.0001 638.944C18.459 638.945 17.9339 638.761 17.5121 638.422L1.93506 625.871C1.67164 625.662 1.45885 625.396 1.31257 625.093C1.1663 624.79 1.09033 624.458 1.09033 624.122C1.09033 623.785 1.1663 623.453 1.31257 623.151C1.45885 622.848 1.67164 622.582 1.93506 622.373L17.5121 609.82C17.9349 609.483 18.4597 609.299 19.0006 609.299C19.5414 609.299 20.0662 609.483 20.4891 609.82L36.0651 622.373C36.3283 622.582 36.541 622.848 36.6871 623.151C36.8333 623.454 36.9092 623.786 36.9092 624.122C36.9092 624.458 36.8333 624.79 36.6871 625.093C36.541 625.396 36.3283 625.662 36.0651 625.871L20.4891 638.423C20.0667 638.761 19.5412 638.946 19.0001 638.944ZM18.4151 637.301C18.582 637.432 18.788 637.503 19.0001 637.503C19.2122 637.503 19.4182 637.432 19.5851 637.301L35.1611 624.75C35.2571 624.676 35.3349 624.581 35.3885 624.472C35.442 624.363 35.4698 624.243 35.4698 624.122C35.4698 624 35.442 623.881 35.3885 623.772C35.3349 623.663 35.2571 623.568 35.1611 623.494L19.5851 610.942C19.4181 610.811 19.2121 610.74 19.0001 610.74C18.788 610.74 18.582 610.811 18.4151 610.942L2.84006 623.494C2.74398 623.568 2.66618 623.663 2.61265 623.772C2.55912 623.881 2.53128 624 2.53128 624.122C2.53128 624.243 2.55912 624.363 2.61265 624.472C2.66618 624.581 2.74398 624.676 2.84006 624.75L18.4151 637.3V637.301Z" fill="#565656"/>
|
|
65
|
-
<path d="M18.9999 630.194C18.8361 630.193 18.6773 630.137 18.5499 630.034L12.5789 625.223C12.4955 625.155 12.4283 625.07 12.3821 624.973C12.336 624.876 12.312 624.77 12.312 624.662C12.312 624.555 12.336 624.449 12.3821 624.352C12.4283 624.255 12.4955 624.17 12.5789 624.102L18.5499 619.289C18.6776 619.187 18.8363 619.131 18.9999 619.131C19.1635 619.131 19.3222 619.187 19.4499 619.289L25.4199 624.102C25.5036 624.169 25.5711 624.255 25.6175 624.352C25.6639 624.449 25.688 624.555 25.688 624.662C25.688 624.77 25.6639 624.876 25.6175 624.973C25.5711 625.07 25.5036 625.155 25.4199 625.223L19.4499 630.033C19.3225 630.136 19.1637 630.193 18.9999 630.194ZM14.1759 624.662L18.9999 628.55L23.8239 624.663L18.9999 620.775L14.1759 624.662Z" fill="#565656"/>
|
|
66
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.8075 667.89C22.5366 667.165 23.5243 666.758 24.553 666.758C25.3202 666.758 26.0706 666.985 26.7095 667.409C27.3483 667.834 27.8472 668.438 28.1419 669.146C28.4367 669.854 28.514 670.633 28.3636 671.385C28.2132 672.137 27.8422 672.827 27.2984 673.367C26.7547 673.908 26.0626 674.276 25.3099 674.425C24.5573 674.574 23.7772 674.497 23.0679 674.205C22.3586 673.913 21.7514 673.418 21.3238 672.781C20.8961 672.144 20.6675 671.395 20.6675 670.629C20.6675 669.6 21.0782 668.615 21.8075 667.89ZM24.553 668.869C24.0806 668.869 23.6286 669.056 23.2963 669.387C22.9642 669.717 22.7786 670.164 22.7786 670.629C22.7786 670.975 22.8819 671.315 23.0762 671.604C23.2705 671.893 23.5472 672.119 23.8721 672.253C24.197 672.387 24.5549 672.422 24.9002 672.354C25.2455 672.286 25.5619 672.117 25.8097 671.871C26.0574 671.624 26.2254 671.311 26.2935 670.971C26.3615 670.631 26.3266 670.278 26.1931 669.957C26.0595 669.636 25.8328 669.361 25.5409 669.167C25.249 668.973 24.9052 668.869 24.553 668.869Z" fill="#4D5D69"/>
|
|
67
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.9695 660.425L23.9726 660.425L25.136 660.425C25.6324 660.427 26.1172 660.577 26.5271 660.858C26.9369 661.138 27.2529 661.536 27.4327 661.999C27.4327 661.999 27.4328 662 27.4327 661.999L27.9054 663.213L29.3283 664.027L30.6515 663.826C31.1357 663.761 31.6288 663.84 32.0681 664.055C32.5076 664.269 32.874 664.609 33.1201 665.031L33.123 665.037L33.6862 666.017C33.9376 666.445 34.0535 666.939 34.0182 667.435C33.9829 667.932 33.7974 668.406 33.4869 668.795C33.486 668.796 33.4852 668.797 33.4843 668.798L32.6831 669.813V671.437L33.5126 672.46C33.8246 672.85 34.0111 673.325 34.0465 673.823C34.0818 674.319 33.9658 674.813 33.7145 675.241L33.1513 676.221L33.1484 676.227C32.9023 676.649 32.5358 676.989 32.0964 677.203C31.6571 677.418 31.164 677.497 30.6798 677.431L30.6627 677.429L29.3566 677.231L27.9337 678.045L27.4612 679.258C27.2813 679.721 26.9649 680.12 26.5554 680.4C26.1455 680.681 25.6607 680.831 25.1643 680.833L25.1612 680.833H23.9726L23.9695 680.833C23.4731 680.831 22.9883 680.681 22.5784 680.4C22.1686 680.12 21.8526 679.722 21.6727 679.259C21.6727 679.258 21.6728 679.259 21.6727 679.259L21.2001 678.045L19.7772 677.231L18.454 677.432C17.9697 677.497 17.4767 677.418 17.0373 677.203C16.5979 676.989 16.2315 676.649 15.9854 676.227L15.9825 676.221L15.4193 675.241C15.1679 674.813 15.0519 674.319 15.0872 673.823C15.1226 673.326 15.308 672.852 15.6184 672.464L16.4223 671.445V669.821L15.5929 668.798C15.2808 668.408 15.0944 667.933 15.0589 667.435C15.0237 666.939 15.1396 666.445 15.391 666.017L15.9571 665.031C16.2032 664.609 16.5696 664.269 17.009 664.055C17.4484 663.84 17.9414 663.761 18.4257 663.827L18.4428 663.829L19.7523 664.028L21.2013 663.21L21.6726 662C21.6725 662 21.6726 662 21.6726 662C21.8525 661.536 22.1686 661.138 22.5784 660.858C22.9883 660.577 23.4731 660.427 23.9695 660.425ZM23.9747 662.536C23.9013 662.537 23.8303 662.559 23.7708 662.6C23.7112 662.641 23.6661 662.698 23.6408 662.763L23.0318 664.327C22.9434 664.554 22.7793 664.743 22.5672 664.863L20.473 666.045C20.2675 666.161 20.0291 666.205 19.7957 666.17L18.1374 665.918C18.0675 665.91 17.9968 665.922 17.934 665.952C17.8701 665.983 17.8178 666.032 17.7828 666.092L17.2122 667.085C17.1762 667.146 17.1598 667.216 17.1647 667.285C17.1696 667.354 17.1953 667.421 17.2392 667.476L18.2978 668.782C18.4503 668.97 18.5334 669.205 18.5334 669.447V671.811C18.5334 672.049 18.4535 672.279 18.3065 672.465L17.2688 673.78C17.2241 673.836 17.198 673.903 17.193 673.973C17.1881 674.042 17.2044 674.112 17.2405 674.173L17.2471 674.185L17.8111 675.166C17.8461 675.226 17.8984 675.275 17.9623 675.306C18.0251 675.336 18.0958 675.348 18.1657 675.34L19.824 675.088C20.0594 675.053 20.3 675.098 20.5067 675.216L22.5725 676.398C22.7821 676.518 22.9442 676.706 23.0318 676.931L23.6403 678.493C23.6656 678.559 23.7112 678.617 23.7708 678.658C23.8303 678.699 23.9014 678.721 23.9747 678.722H25.159C25.2324 678.721 25.3034 678.699 25.3629 678.658C25.4226 678.617 25.4676 678.56 25.493 678.495L26.1019 676.931C26.1896 676.706 26.3517 676.518 26.5612 676.398L28.6271 675.216C28.8338 675.098 29.0743 675.053 29.3097 675.088L30.9681 675.34C31.038 675.348 31.1087 675.336 31.1715 675.306C31.2354 675.275 31.2877 675.226 31.3227 675.166L31.8932 674.173C31.9293 674.112 31.9457 674.042 31.9408 673.973C31.9358 673.904 31.9102 673.837 31.8663 673.782L30.8077 672.476C30.6552 672.288 30.572 672.053 30.572 671.811V669.447C30.572 669.209 30.652 668.979 30.799 668.793L31.8367 667.478C31.8814 667.422 31.9075 667.355 31.9125 667.285C31.9174 667.216 31.9011 667.146 31.865 667.085L31.8584 667.073L31.2944 666.092C31.2594 666.032 31.2071 665.983 31.1432 665.952C31.0804 665.922 31.0097 665.91 30.9397 665.918L29.2814 666.17C29.046 666.205 28.8055 666.16 28.5988 666.042L26.5329 664.86C26.3234 664.74 26.1613 664.552 26.0736 664.327L25.4652 662.765C25.4398 662.699 25.3943 662.641 25.3346 662.6C25.2751 662.559 25.2041 662.537 25.1308 662.536H23.9747Z" fill="#4D5D69"/>
|
|
68
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.5136 651.278C14.6419 651.278 12.314 653.606 12.314 656.477C12.314 658.536 13.5101 660.317 15.2499 661.16C15.7746 661.414 15.9938 662.045 15.7396 662.57C15.4855 663.095 14.8541 663.314 14.3295 663.06C11.8892 661.877 10.2029 659.375 10.2029 656.477C10.2029 652.44 13.476 649.167 17.5136 649.167C21.5512 649.167 24.8243 652.44 24.8243 656.477C24.8243 656.797 24.8037 657.113 24.7635 657.423C24.6887 658.001 24.1594 658.409 23.5813 658.335C23.0031 658.26 22.5951 657.73 22.6699 657.152C22.6984 656.932 22.7132 656.706 22.7132 656.477C22.7132 653.606 20.3853 651.278 17.5136 651.278ZM6.08901 670.073C7.46003 668.702 9.31954 667.932 11.2585 667.932H11.9801C12.5631 667.932 13.0357 668.405 13.0357 668.987C13.0357 669.57 12.5631 670.043 11.9801 670.043H11.2585C9.87944 670.043 8.5569 670.591 7.58179 671.566C6.60668 672.541 6.05887 673.864 6.05887 675.243V678.37C6.05887 678.953 5.58628 679.426 5.00331 679.426C4.42034 679.426 3.94775 678.953 3.94775 678.37V675.243C3.94775 673.304 4.71799 671.444 6.08901 670.073Z" fill="#4D5D69"/>
|
|
69
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.48508 689.982C6.6548 689.982 5.98172 690.655 5.98172 691.485V714.515C5.98172 715.346 6.6548 716.019 7.48508 716.019H17.5928C18.1758 716.019 18.6484 716.491 18.6484 717.074C18.6484 717.657 18.1758 718.13 17.5928 718.13H7.48508C5.48886 718.13 3.87061 716.512 3.87061 714.515V691.485C3.87061 689.489 5.48886 687.871 7.48508 687.871H23.1083C25.1045 687.871 26.7228 689.489 26.7228 691.485V696.102C26.7228 696.685 26.2502 697.158 25.6672 697.158C25.0842 697.158 24.6117 696.685 24.6117 696.102V691.485C24.6117 690.655 23.9386 689.982 23.1083 689.982H7.48508Z" fill="#4D5D69"/>
|
|
70
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.98779 695.324C8.98779 694.741 9.46038 694.268 10.0433 694.268H20.5426C21.1256 694.268 21.5982 694.741 21.5982 695.324C21.5982 695.907 21.1256 696.379 20.5426 696.379H10.0433C9.46038 696.379 8.98779 695.907 8.98779 695.324Z" fill="#4D5D69"/>
|
|
71
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.98779 701.721C8.98779 701.138 9.46038 700.665 10.0433 700.665H14.2656C14.8485 700.665 15.3211 701.138 15.3211 701.721C15.3211 702.304 14.8485 702.776 14.2656 702.776H10.0433C9.46038 702.776 8.98779 702.304 8.98779 701.721Z" fill="#4D5D69"/>
|
|
72
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.98779 708.118C8.98779 707.535 9.46038 707.062 10.0433 707.062H13.5619C14.1448 707.062 14.6174 707.535 14.6174 708.118C14.6174 708.701 14.1448 709.174 13.5619 709.174H10.0433C9.46038 709.174 8.98779 708.701 8.98779 708.118Z" fill="#4D5D69"/>
|
|
73
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.3231 699.747C25.1668 699.265 26.2026 699.265 27.0463 699.747L32.7463 703.004C33.6014 703.493 34.1291 704.402 34.1291 705.387V711.872C34.1291 712.856 33.6014 713.766 32.7463 714.254L27.0463 717.512C26.2026 717.994 25.1668 717.994 24.3231 717.512L18.6231 714.254C17.768 713.766 17.2402 712.856 17.2402 711.872V705.387C17.2402 704.402 17.768 703.493 18.6231 703.004L24.3231 699.747ZM25.9989 701.58C25.8042 701.469 25.5652 701.469 25.3705 701.58L20.4233 704.407L25.6847 707.414L30.946 704.407L25.9989 701.58ZM32.018 706.226L26.7402 709.242V715.255L31.6989 712.421C31.8962 712.309 32.018 712.099 32.018 711.872V706.226ZM24.6291 715.255V709.242L19.3513 706.226V711.872C19.3513 712.099 19.4731 712.309 19.6705 712.421L24.6291 715.255Z" fill="#4D5D69"/>
|
|
74
|
-
<path d="M13 731H15V733H13V731ZM17 731H19V733H17V731ZM21 731H23V733H21V731ZM25 731H27V733H25V731ZM17 735H19V737H17V735ZM17 739H19V741H17V739ZM17 743H19V745H17V743ZM17 747H19V749H17V747ZM13 747H15V749H13V747ZM27 725H11C10.4696 725 9.96086 725.211 9.58579 725.586C9.21071 725.961 9 726.47 9 727V729H11V727H27V729H29V727C29 726.47 28.7893 725.961 28.4142 725.586C28.0391 725.211 27.5304 725 27 725ZM9 735H11V745H9V735Z" fill="#565656"/>
|
|
75
|
-
<path d="M27 735V755H11V751H9V755C9 755.53 9.21071 756.039 9.58579 756.414C9.96086 756.789 10.4696 757 11 757H27C27.5304 757 28.0391 756.789 28.4142 756.414C28.7893 756.039 29 755.53 29 755V735H27ZM9 731H4C3.73478 731 3.48043 731.105 3.29289 731.293C3.10536 731.48 3 731.735 3 732C3 732.265 3.10536 732.52 3.29289 732.707C3.48043 732.895 3.73478 733 4 733H9V731ZM29 731H33.93C34.1952 731 34.4496 731.105 34.6371 731.293C34.8246 731.48 34.93 731.735 34.93 732C34.93 732.265 34.8246 732.52 34.6371 732.707C34.4496 732.895 34.1952 733 33.93 733H29V731ZM9 747H4C3.73478 747 3.48043 747.105 3.29289 747.293C3.10536 747.48 3 747.735 3 748C3 748.265 3.10536 748.52 3.29289 748.707C3.48043 748.895 3.73478 749 4 749H9V747Z" fill="#565656"/>
|
|
76
|
-
<path d="M9.10001 785C8.11292 785.001 7.14086 784.758 6.27001 784.293C5.39916 783.829 4.6564 783.156 4.10759 782.336C3.55878 781.515 3.22087 780.572 3.12381 779.59C3.02674 778.608 3.17353 777.617 3.55115 776.705C3.92878 775.793 4.52558 774.988 5.28864 774.362C6.05171 773.736 6.95747 773.307 7.92564 773.115C8.8938 772.923 9.89447 772.972 10.8389 773.259C11.7834 773.546 12.6425 774.062 13.34 774.76C14.4636 775.885 15.0947 777.41 15.0947 779C15.0947 780.59 14.4636 782.115 13.34 783.24C12.7857 783.8 12.1252 784.245 11.3972 784.547C10.6692 784.849 9.88825 785.003 9.10001 785ZM9.10001 775C8.30842 774.999 7.53445 775.234 6.87608 775.673C6.2177 776.113 5.70453 776.738 5.40152 777.469C5.09851 778.2 5.01929 779.005 5.17389 779.781C5.32849 780.558 5.70996 781.271 6.27001 781.83C7.03261 782.557 8.04607 782.963 9.10001 782.963C10.1539 782.963 11.1674 782.557 11.93 781.83C12.4901 781.271 12.8715 780.558 13.0261 779.781C13.1807 779.005 13.1015 778.2 12.7985 777.469C12.4955 776.738 11.9823 776.113 11.3239 775.673C10.6656 775.234 9.89159 774.999 9.10001 775ZM19 794.9C17.6118 794.901 16.2661 794.421 15.1923 793.541C14.1185 792.662 13.3829 791.437 13.111 790.075C12.839 788.714 13.0475 787.301 13.701 786.076C14.3544 784.851 15.4123 783.891 16.6945 783.358C17.9766 782.826 19.4036 782.755 20.7323 783.157C22.061 783.559 23.2092 784.409 23.9812 785.563C24.7533 786.717 25.1014 788.103 24.9662 789.484C24.8311 790.866 24.221 792.158 23.24 793.14C22.6857 793.7 22.0252 794.145 21.2972 794.447C20.5692 794.749 19.7882 794.903 19 794.9ZM19 784.9C18.2084 784.899 17.4345 785.134 16.7761 785.573C16.1177 786.013 15.6045 786.638 15.3015 787.369C14.9985 788.1 14.9193 788.905 15.0739 789.681C15.2285 790.458 15.61 791.171 16.17 791.73C16.9326 792.457 17.9461 792.863 19 792.863C20.0539 792.863 21.0674 792.457 21.83 791.73C22.3901 791.171 22.7715 790.458 22.9261 789.681C23.0807 788.905 23.0015 788.1 22.6985 787.369C22.3955 786.638 21.8823 786.013 21.2239 785.573C20.5656 785.134 19.7916 784.899 19 784.9ZM19 775.1C17.4087 775.1 15.8826 774.468 14.7574 773.343C13.6321 772.217 13 770.691 13 769.1C12.9991 768.113 13.2418 767.141 13.7065 766.27C14.1712 765.399 14.8436 764.656 15.6641 764.108C16.4845 763.559 17.4277 763.221 18.41 763.124C19.3923 763.027 20.3834 763.174 21.2954 763.551C22.2074 763.929 23.0121 764.526 23.6383 765.289C24.2644 766.052 24.6927 766.957 24.885 767.926C25.0773 768.894 25.0278 769.894 24.7409 770.839C24.4539 771.783 23.9384 772.642 23.24 773.34C22.6857 773.9 22.0252 774.345 21.2972 774.647C20.5692 774.949 19.7882 775.103 19 775.1ZM19 765.1C18.2084 765.099 17.4345 765.334 16.7761 765.773C16.1177 766.213 15.6045 766.838 15.3015 767.569C14.9985 768.3 14.9193 769.105 15.0739 769.881C15.2285 770.658 15.61 771.371 16.17 771.93C16.9326 772.657 17.9461 773.063 19 773.063C20.0539 773.063 21.0674 772.657 21.83 771.93C22.3901 771.371 22.7715 770.658 22.9261 769.881C23.0807 769.105 23.0015 768.3 22.6985 767.569C22.3955 766.838 21.8823 766.213 21.2239 765.773C20.5656 765.334 19.7916 765.099 19 765.1ZM28.9 785C27.5118 785.001 26.1661 784.521 25.0923 783.641C24.0185 782.762 23.2829 781.537 23.011 780.175C22.739 778.814 22.9475 777.401 23.601 776.176C24.2544 774.951 25.3123 773.991 26.5945 773.458C27.8766 772.926 29.3036 772.855 30.6323 773.257C31.961 773.659 33.1092 774.509 33.8813 775.663C34.6533 776.817 35.0014 778.203 34.8662 779.584C34.7311 780.966 34.121 782.258 33.14 783.24C32.5857 783.8 31.9252 784.245 31.1972 784.547C30.4692 784.849 29.6882 785.003 28.9 785ZM28.9 775C28.1084 774.999 27.3345 775.234 26.6761 775.673C26.0177 776.113 25.5045 776.738 25.2015 777.469C24.8985 778.2 24.8193 779.005 24.9739 779.781C25.1285 780.558 25.51 781.271 26.07 781.83C26.8326 782.557 27.8461 782.963 28.9 782.963C29.9539 782.963 30.9674 782.557 31.73 781.83C32.2901 781.271 32.6715 780.558 32.8261 779.781C32.9807 779.005 32.9015 778.2 32.5985 777.469C32.2955 776.738 31.7823 776.113 31.1239 775.673C30.4656 775.234 29.6916 774.999 28.9 775Z" fill="#565656"/>
|
|
77
|
-
</g>
|
|
78
|
-
<defs>
|
|
79
|
-
<clipPath id="clip0_2062_4469">
|
|
80
|
-
<rect width="38" height="798" fill="white"/>
|
|
81
|
-
</clipPath>
|
|
82
|
-
</defs>
|
|
83
|
-
</svg>
|
|
1
|
+
<svg width="38" height="798" viewBox="0 0 38 798" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_2062_4469)">
|
|
3
|
+
<path d="M7 21H13V27H7V21ZM3 29H9V35H3V29ZM11 29H17V35H11V29Z" fill="#565656"/>
|
|
4
|
+
<path d="M11 7H25V9H27V7C27 6.46957 26.7893 5.96086 26.4142 5.58579C26.0392 5.21071 25.5305 5 25 5H10.87C10.3741 5 9.89843 5.19702 9.54773 5.54771C9.19704 5.8984 9.00002 6.37405 9.00002 6.87V13H11V7ZM30.91 11H17V13H24.91C24.9339 13 24.9568 13.0095 24.9737 13.0264C24.9905 13.0432 25 13.0661 25 13.09V19H27V13.09C27 13.0661 27.0095 13.0432 27.0264 13.0264C27.0433 13.0095 27.0662 13 27.09 13H30.91C30.9339 13 30.9568 13.0095 30.9737 13.0264C30.9905 13.0432 31 13.0661 31 13.09V26.91C31 26.9339 30.9905 26.9568 30.9737 26.9736C30.9568 26.9905 30.9339 27 30.91 27H23.09C23.0662 27 23.0433 26.9905 23.0264 26.9736C23.0095 26.9568 23 26.9339 23 26.91V17.09C23.0013 16.8152 22.9482 16.5428 22.8436 16.2886C22.7391 16.0345 22.5852 15.8035 22.3908 15.6092C22.1965 15.4149 21.9656 15.261 21.7114 15.1564C21.4572 15.0518 21.1849 14.9987 20.91 15H7.09002C6.81519 14.9987 6.54282 15.0518 6.28865 15.1564C6.03448 15.261 5.80356 15.4149 5.60922 15.6092C5.41488 15.8035 5.26098 16.0345 5.15642 16.2886C5.05185 16.5428 4.9987 16.8152 5.00002 17.09V19H7.00002V17.09C7.00002 17.0661 7.00951 17.0432 7.02638 17.0264C7.04326 17.0095 7.06615 17 7.09002 17H20.89C20.9192 17 20.9472 17.0116 20.9678 17.0322C20.9884 17.0528 21 17.0808 21 17.11V30.91C21 30.9339 20.9905 30.9568 20.9737 30.9736C20.9568 30.9905 20.9339 31 20.91 31H19V33H22.6C22.7061 33 22.8079 32.9579 22.8829 32.8828C22.9579 32.8078 23 32.7061 23 32.6V29H32.6C32.7061 29 32.8079 28.9579 32.8829 28.8828C32.9579 28.8078 33 28.7061 33 28.6V13.09C33.0013 12.8152 32.9482 12.5428 32.8436 12.2886C32.7391 12.0345 32.5852 11.8035 32.3908 11.6092C32.1965 11.4149 31.9656 11.261 31.7114 11.1564C31.4572 11.0518 31.1849 10.9987 30.91 11Z" fill="#565656"/>
|
|
5
|
+
<path d="M9 43H23V45H25V43C25 42.4696 24.7893 41.9609 24.4142 41.5858C24.0391 41.2107 23.5304 41 23 41H8.87C8.37405 41 7.8984 41.197 7.54771 41.5477C7.19702 41.8984 7 42.374 7 42.87V49H9V43Z" fill="#565656"/>
|
|
6
|
+
<path d="M28.91 47H15V49H22.91C22.9339 49 22.9568 49.0095 22.9737 49.0264C22.9905 49.0432 23 49.0661 23 49.09V55H25V49.09C25 49.0661 25.0095 49.0432 25.0264 49.0264C25.0433 49.0095 25.0662 49 25.09 49H28.91C28.9339 49 28.9568 49.0095 28.9737 49.0264C28.9905 49.0432 29 49.0661 29 49.09V62.91C29 62.9339 28.9905 62.9568 28.9737 62.9736C28.9568 62.9905 28.9339 63 28.91 63H21.09C21.0662 63 21.0433 62.9905 21.0264 62.9736C21.0095 62.9568 21 62.9339 21 62.91V53.09C21.0013 52.8168 20.9488 52.5461 20.8455 52.2933C20.7422 52.0404 20.5901 51.8104 20.3979 51.6163C20.2057 51.4222 19.9771 51.2679 19.7252 51.1622C19.4734 51.0564 19.2032 51.0013 18.93 51H5.09002C4.81687 50.9987 4.54614 51.0512 4.29328 51.1545C4.04042 51.2578 3.81038 51.4099 3.61631 51.6021C3.42223 51.7944 3.26792 52.0229 3.16218 52.2748C3.05643 52.5266 3.00133 52.7968 3.00002 53.07V66.91C2.99871 67.1831 3.05121 67.4539 3.15452 67.7067C3.25784 67.9596 3.40995 68.1896 3.60216 68.3837C3.79438 68.5778 4.02294 68.7321 4.2748 68.8378C4.52666 68.9436 4.79687 68.9987 5.07002 69H18.91C19.1832 69.0013 19.4539 68.9488 19.7068 68.8455C19.9596 68.7422 20.1897 68.5901 20.3837 68.3979C20.5778 68.2056 20.7321 67.9771 20.8379 67.7252C20.9436 67.4734 20.9987 67.2031 21 66.93V65.09C21 65.0661 21.0095 65.0432 21.0264 65.0264C21.0433 65.0095 21.0662 65 21.09 65H28.91C29.1832 65.0013 29.4539 64.9488 29.7068 64.8455C29.9596 64.7422 30.1897 64.5901 30.3837 64.3979C30.5778 64.2056 30.7321 63.9771 30.8379 63.7252C30.9436 63.4734 30.9987 63.2031 31 62.93V49.09C31.0013 48.8168 30.9488 48.5461 30.8455 48.2933C30.7422 48.0404 30.5901 47.8104 30.3979 47.6163C30.2057 47.4222 29.9771 47.2679 29.7252 47.1622C29.4734 47.0564 29.2032 47.0013 28.93 47H28.91ZM5.00002 66.91V53.11C5.00002 53.0808 5.01161 53.0528 5.03224 53.0322C5.05287 53.0116 5.08085 53 5.11002 53H18.91C18.9339 53 18.9568 53.0095 18.9737 53.0264C18.9905 53.0432 19 53.0661 19 53.09V62.91C19 62.9339 18.9905 62.9568 18.9737 62.9736C18.9568 62.9905 18.9339 63 18.91 63H15.09C15.0662 63 15.0433 62.9905 15.0264 62.9736C15.0095 62.9568 15 62.9339 15 62.91V57H13V62.91C12.9987 63.1831 13.0512 63.4539 13.1545 63.7067C13.2578 63.9596 13.4099 64.1896 13.6022 64.3837C13.7944 64.5778 14.0229 64.7321 14.2748 64.8378C14.5267 64.9436 14.7969 64.9987 15.07 65H18.91C18.9339 65 18.9568 65.0095 18.9737 65.0264C18.9905 65.0432 19 65.0661 19 65.09V66.91C19 66.9339 18.9905 66.9568 18.9737 66.9736C18.9568 66.9905 18.9339 67 18.91 67H5.09002C5.06615 67 5.04326 66.9905 5.02638 66.9736C5.00951 66.9568 5.00002 66.9339 5.00002 66.91ZM31.71 65.46C31.5217 65.2717 31.2663 65.1659 31 65.1659C30.7337 65.1659 30.4783 65.2717 30.29 65.46C30.1017 65.6483 29.9959 65.9037 29.9959 66.17C29.9959 66.4363 30.1017 66.6917 30.29 66.88L31.42 68H24C23.7348 68 23.4805 68.1054 23.2929 68.2929C23.1054 68.4804 23 68.7348 23 69C23 69.2652 23.1054 69.5196 23.2929 69.7071C23.4805 69.8946 23.7348 70 24 70H31.42L30.29 71.12C30.1963 71.213 30.1219 71.3236 30.0711 71.4454C30.0204 71.5673 29.9942 71.698 29.9942 71.83C29.9942 71.962 30.0204 72.0927 30.0711 72.2146C30.1219 72.3364 30.1963 72.447 30.29 72.54C30.383 72.6337 30.4936 72.7081 30.6154 72.7589C30.7373 72.8097 30.868 72.8358 31 72.8358C31.132 72.8358 31.2627 72.8097 31.3846 72.7589C31.5065 72.7081 31.6171 72.6337 31.71 72.54L35.24 69L31.71 65.46Z" fill="#565656"/>
|
|
7
|
+
<path d="M7 97H13V103H7V97ZM3 105H9V111H3V105ZM11 105H17V111H11V105Z" fill="#565656"/>
|
|
8
|
+
<path d="M20 81H10.87C10.374 81 9.8984 81.197 9.54771 81.5477C9.19702 81.8984 9 82.374 9 82.87V89H11V83H20V81ZM17 87H20V89H17V87ZM20 92.26V91H7.09C6.55021 90.997 6.03039 91.204 5.64039 91.5772C5.25039 91.9504 5.02075 92.4606 5 93V95H7V93.09C7 93.0661 7.00948 93.0432 7.02636 93.0264C7.04324 93.0095 7.06613 93 7.09 93H20.09C20.0294 92.758 19.9991 92.5094 20 92.26ZM31 91.5V102.91C31 102.934 30.9905 102.957 30.9736 102.974C30.9568 102.991 30.9339 103 30.91 103H23.09C23.0661 103 23.0432 102.991 23.0264 102.974C23.0095 102.957 23 102.934 23 102.91V95.39C22.4922 95.3792 21.9947 95.2454 21.55 95C21.3564 94.8704 21.1725 94.7266 21 94.57V106.91C21 106.934 20.9905 106.957 20.9736 106.974C20.9568 106.991 20.9339 107 20.91 107H19V109H22.6C22.7061 109 22.8078 108.958 22.8828 108.883C22.9579 108.808 23 108.706 23 108.6V105H32.6C32.7061 105 32.8078 104.958 32.8828 104.883C32.9579 104.808 33 104.706 33 104.6V90.39L31 91.5Z" fill="#565656"/>
|
|
9
|
+
<path d="M25 94.83V95H27V93.72L25 94.83Z" fill="#565656"/>
|
|
10
|
+
<path d="M36.41 84.2L23.71 77.2C23.5353 77.1026 23.3382 77.0524 23.1382 77.0545C22.9382 77.0566 22.7421 77.1108 22.5695 77.2117C22.3968 77.3127 22.2534 77.457 22.1536 77.6303C22.0537 77.8036 22.0008 78 22 78.2V92.26C22.0008 92.46 22.0537 92.6564 22.1536 92.8297C22.2534 93.003 22.3968 93.1473 22.5695 93.2483C22.7421 93.3493 22.9382 93.4035 23.1382 93.4055C23.3382 93.4076 23.5353 93.3574 23.71 93.26L36.41 86.2C36.5867 86.0996 36.7337 85.9542 36.836 85.7786C36.9382 85.6029 36.9921 85.4033 36.9921 85.2C36.9921 84.9968 36.9382 84.7971 36.836 84.6215C36.7337 84.4458 36.5867 84.3004 36.41 84.2Z" fill="#60A644"/>
|
|
11
|
+
<path d="M7 135H13V141H7V135ZM3 143H9V149H3V143ZM11 143H17V149H11V143Z" fill="#565656"/>
|
|
12
|
+
<path d="M19.91 119H10.91C10.6611 118.995 10.4136 119.039 10.1821 119.131C9.95058 119.222 9.73968 119.359 9.56178 119.533C9.38387 119.707 9.24254 119.915 9.14607 120.145C9.0496 120.374 8.99994 120.621 9 120.87V127H11V121H19.24C19.3892 120.311 19.6139 119.64 19.91 119ZM19.18 125H17V127H19.78C19.5095 126.356 19.3084 125.686 19.18 125ZM31 132.94V140.94C31 140.964 30.9905 140.987 30.9736 141.004C30.9568 141.02 30.9339 141.03 30.91 141.03H23.09C23.0661 141.03 23.0432 141.02 23.0264 141.004C23.0095 140.987 23 140.964 23 140.94V131.12C22.2015 130.522 21.497 129.807 20.91 129H7.09C6.81685 128.999 6.54611 129.051 6.29325 129.154C6.04039 129.258 5.81036 129.41 5.61628 129.602C5.42221 129.794 5.26789 130.023 5.16215 130.275C5.05641 130.527 5.00131 130.797 5 131.07V133H7V131.09C7 131.066 7.00948 131.043 7.02636 131.026C7.04324 131.009 7.06613 131 7.09 131H20.89C20.9192 131 20.9472 131.012 20.9678 131.032C20.9884 131.053 21 131.081 21 131.11V144.91C21 144.934 20.9905 144.957 20.9736 144.974C20.9568 144.99 20.9339 145 20.91 145H19V147H22.6C22.7061 147 22.8078 146.958 22.8828 146.883C22.9579 146.808 23 146.706 23 146.6V143H32.6C32.7061 143 32.8078 142.958 32.8828 142.883C32.9579 142.808 33 142.706 33 142.6V132.3C32.3584 132.585 31.6878 132.799 31 132.94Z" fill="#565656"/>
|
|
13
|
+
<path d="M29 119.14C29.7911 119.14 30.5645 119.374 31.2223 119.814C31.8801 120.254 32.3928 120.878 32.6955 121.609C32.9983 122.34 33.0775 123.144 32.9231 123.92C32.7688 124.696 32.3878 125.409 31.8284 125.968C31.269 126.528 30.5563 126.909 29.7804 127.063C29.0044 127.217 28.2002 127.138 27.4693 126.835C26.7384 126.533 26.1137 126.02 25.6741 125.362C25.2346 124.704 25 123.931 25 123.14C25 122.079 25.4214 121.062 26.1716 120.311C26.9217 119.561 27.9391 119.14 29 119.14ZM29 115.14C27.4178 115.14 25.871 115.609 24.5554 116.488C23.2399 117.367 22.2145 118.617 21.609 120.078C21.0035 121.54 20.845 123.149 21.1537 124.701C21.4624 126.252 22.2243 127.678 23.3431 128.797C24.462 129.916 25.8874 130.677 27.4393 130.986C28.9911 131.295 30.5997 131.136 32.0615 130.531C33.5233 129.925 34.7727 128.9 35.6518 127.584C36.5308 126.269 37 124.722 37 123.14C37 121.018 36.1571 118.983 34.6569 117.483C33.1566 115.983 31.1217 115.14 29 115.14Z" fill="#F84E30"/>
|
|
14
|
+
<path d="M12 167C12.2652 167 12.5196 166.895 12.7071 166.707C12.8946 166.52 13 166.265 13 166C13 165.735 12.8946 165.48 12.7071 165.293C12.5196 165.105 12.2652 165 12 165H8.63C9.78055 163.024 11.4716 161.418 13.5042 160.371C15.5367 159.324 17.8261 158.879 20.1028 159.089C22.3796 159.299 24.5489 160.156 26.3554 161.557C28.162 162.959 29.5305 164.847 30.3 167H32.41C31.6271 164.403 30.1069 162.09 28.0341 160.341C25.9612 158.592 23.425 157.483 20.7337 157.148C18.0423 156.814 15.3117 157.268 12.8736 158.456C10.4356 159.644 8.39502 161.514 7 163.84V160C7 159.735 6.89464 159.48 6.70711 159.293C6.51957 159.105 6.26522 159 6 159C5.73478 159 5.48043 159.105 5.29289 159.293C5.10536 159.48 5 159.735 5 160V166C5 166.265 5.10536 166.52 5.29289 166.707C5.48043 166.895 5.73478 167 6 167H12Z" fill="#F84E30"/>
|
|
15
|
+
<path d="M31.9998 175H25.9998C25.7346 175 25.4803 175.105 25.2927 175.293C25.1052 175.48 24.9998 175.735 24.9998 176C24.9998 176.265 25.1052 176.52 25.2927 176.707C25.4803 176.895 25.7346 177 25.9998 177H29.3698C28.2193 178.976 26.5282 180.582 24.4957 181.629C22.4632 182.676 20.1738 183.121 17.897 182.911C15.6203 182.701 13.451 181.844 11.6444 180.443C9.83788 179.041 8.46932 177.153 7.69984 175H5.58984C6.37271 177.597 7.89293 179.91 9.96577 181.659C12.0386 183.408 14.5748 184.517 17.2662 184.852C19.9575 185.186 22.6882 184.732 25.1262 183.544C27.5643 182.356 29.6048 180.486 30.9998 178.16V182C30.9998 182.265 31.1052 182.52 31.2927 182.707C31.4803 182.895 31.7346 183 31.9998 183C32.2651 183 32.5194 182.895 32.707 182.707C32.8945 182.52 32.9998 182.265 32.9998 182V176C32.9998 175.735 32.8945 175.48 32.707 175.293C32.5194 175.105 32.2651 175 31.9998 175Z" fill="#59A011"/>
|
|
16
|
+
<path d="M21 195H10.87C10.374 195 9.8984 195.197 9.54771 195.548C9.19702 195.898 9 196.374 9 196.87V203H11V197H21V195ZM17 201H21V203H17V201ZM25 207H27V209H25V207Z" fill="#565656"/>
|
|
17
|
+
<path d="M31 207V216.91C31 216.934 30.9905 216.957 30.9737 216.974C30.9568 216.991 30.9339 217 30.91 217H23.09C23.0662 217 23.0433 216.991 23.0264 216.974C23.0095 216.957 23 216.934 23 216.91V207.09V207H21V205H7.09002C6.81687 204.999 6.54614 205.051 6.29328 205.155C6.04042 205.258 5.81038 205.41 5.61631 205.602C5.42223 205.794 5.26792 206.023 5.16218 206.275C5.05643 206.527 5.00133 206.797 5.00002 207.07V220.91C4.99871 221.183 5.05121 221.454 5.15452 221.707C5.25784 221.96 5.40995 222.19 5.60216 222.384C5.79438 222.578 6.02294 222.732 6.2748 222.838C6.52666 222.944 6.79687 222.999 7.07002 223H20.91C21.1832 223.001 21.4539 222.949 21.7068 222.846C21.9596 222.742 22.1897 222.59 22.3837 222.398C22.5778 222.206 22.7321 221.977 22.8379 221.725C22.9436 221.473 22.9987 221.203 23 220.93V219.09C23 219.066 23.0095 219.043 23.0264 219.026C23.0433 219.01 23.0662 219 23.09 219H30.91C31.1832 219.001 31.4539 218.949 31.7068 218.846C31.9596 218.742 32.1897 218.59 32.3837 218.398C32.5778 218.206 32.7321 217.977 32.8379 217.725C32.9436 217.473 32.9987 217.203 33 216.93V207H31ZM21 216.91C21 216.934 20.9905 216.957 20.9737 216.974C20.9568 216.991 20.9339 217 20.91 217H17.09C17.0662 217 17.0433 216.991 17.0264 216.974C17.0095 216.957 17 216.934 17 216.91V211H15V216.91C14.9987 217.183 15.0512 217.454 15.1545 217.707C15.2578 217.96 15.4099 218.19 15.6022 218.384C15.7944 218.578 16.0229 218.732 16.2748 218.838C16.5267 218.944 16.7969 218.999 17.07 219H20.91C20.9339 219 20.9568 219.01 20.9737 219.026C20.9905 219.043 21 219.066 21 219.09V220.91C21 220.934 20.9905 220.957 20.9737 220.974C20.9568 220.991 20.9339 221 20.91 221H7.09002C7.06615 221 7.04326 220.991 7.02638 220.974C7.00951 220.957 7.00002 220.934 7.00002 220.91V207.11C7.00002 207.096 7.00287 207.081 7.0084 207.068C7.01393 207.055 7.02203 207.042 7.03224 207.032C7.04246 207.022 7.05458 207.014 7.06793 207.008C7.08127 207.003 7.09558 207 7.11002 207H20.91C20.9339 207 20.9568 207.01 20.9737 207.026C20.9905 207.043 21 207.066 21 207.09V216.91Z" fill="#565656"/>
|
|
18
|
+
<path d="M23 191H37V205H23V191Z" fill="#F84E30"/>
|
|
19
|
+
<path d="M9 233H23V235H25V233C25 232.47 24.7893 231.961 24.4142 231.586C24.0391 231.211 23.5304 231 23 231H8.87C8.37405 231 7.8984 231.197 7.54771 231.548C7.19702 231.898 7 232.374 7 232.87V239H9V233Z" fill="#565656"/>
|
|
20
|
+
<path d="M28.91 239C28.9339 239 28.9568 239.01 28.9737 239.026C28.9905 239.043 29 239.066 29 239.09V243.43C29.6916 243.621 30.3617 243.882 31 244.21V239.09C31.0013 238.815 30.9482 238.543 30.8436 238.289C30.7391 238.034 30.5852 237.804 30.3908 237.609C30.1965 237.415 29.9656 237.261 29.7114 237.156C29.4572 237.052 29.1849 236.999 28.91 237H15V239H28.91ZM15.43 257H5.09002C5.06615 257 5.04326 256.991 5.02638 256.974C5.00951 256.957 5.00002 256.934 5.00002 256.91V243.11C5.00002 243.081 5.01161 243.053 5.03224 243.032C5.05287 243.012 5.08085 243 5.11002 243H18.91C18.9339 243 18.9568 243.01 18.9737 243.026C18.9905 243.043 19 243.066 19 243.09V245.52C19.6177 245.013 20.2882 244.574 21 244.21V243.09C21.0013 242.815 20.9482 242.543 20.8436 242.289C20.7391 242.034 20.5852 241.804 20.3908 241.609C20.1965 241.415 19.9656 241.261 19.7114 241.156C19.4572 241.052 19.1849 240.999 18.91 241H5.09002C4.81519 240.999 4.54282 241.052 4.28865 241.156C4.03448 241.261 3.80356 241.415 3.60922 241.609C3.41488 241.804 3.26098 242.034 3.15642 242.289C3.05185 242.543 2.9987 242.815 3.00002 243.09V256.91C2.9987 257.185 3.05185 257.457 3.15642 257.711C3.26098 257.966 3.41488 258.196 3.60922 258.391C3.80356 258.585 4.03448 258.739 4.28865 258.844C4.54282 258.948 4.81519 259.001 5.09002 259H16.21C15.8824 258.362 15.6211 257.692 15.43 257Z" fill="#565656"/>
|
|
21
|
+
<path d="M26 263C24.22 263 22.4799 262.472 20.9999 261.483C19.5198 260.494 18.3663 259.089 17.6851 257.444C17.0039 255.8 16.8257 253.99 17.1729 252.244C17.5202 250.498 18.3774 248.895 19.636 247.636C20.8947 246.377 22.4984 245.52 24.2442 245.173C25.99 244.826 27.7996 245.004 29.4442 245.685C31.0887 246.366 32.4943 247.52 33.4832 249C34.4722 250.48 35 252.22 35 254C35 256.387 34.0518 258.676 32.364 260.364C30.6761 262.052 28.387 263 26 263ZM26 247C24.6155 247 23.2622 247.411 22.111 248.18C20.9599 248.949 20.0627 250.042 19.5328 251.321C19.003 252.6 18.8644 254.008 19.1345 255.366C19.4046 256.724 20.0713 257.971 21.0503 258.95C22.0292 259.929 23.2765 260.595 24.6344 260.866C25.9922 261.136 27.3997 260.997 28.6788 260.467C29.9579 259.937 31.0511 259.04 31.8203 257.889C32.5895 256.738 33 255.384 33 254C33 252.143 32.2625 250.363 30.9498 249.05C29.637 247.738 27.8565 247 26 247Z" fill="#565656"/>
|
|
22
|
+
<path d="M27.0702 258.93C26.9386 258.931 26.8081 258.905 26.6863 258.856C26.5645 258.806 26.4537 258.733 26.3602 258.64L21.7202 254L26.3602 249.36C26.4535 249.267 26.564 249.194 26.6856 249.144C26.8072 249.094 26.9374 249.069 27.0688 249.069C27.2001 249.07 27.3302 249.096 27.4514 249.147C27.5726 249.198 27.6826 249.272 27.7752 249.365C27.8678 249.458 27.9411 249.569 27.991 249.69C28.0408 249.812 28.0662 249.942 28.0658 250.073C28.0653 250.205 28.039 250.335 27.9883 250.456C27.9375 250.577 27.8635 250.687 27.7702 250.78L24.5502 254L27.7702 257.22C27.8639 257.313 27.9383 257.423 27.9891 257.545C28.0399 257.667 28.066 257.798 28.066 257.93C28.066 258.062 28.0399 258.193 27.9891 258.314C27.9383 258.436 27.8639 258.547 27.7702 258.64C27.584 258.825 27.3326 258.929 27.0702 258.93Z" fill="#565656"/>
|
|
23
|
+
<path d="M7 287H13V293H7V287ZM3 295H9V301H3V295ZM11 295H17V301H11V295Z" fill="#565656"/>
|
|
24
|
+
<path d="M21 271H10.87C10.374 271 9.8984 271.197 9.54771 271.548C9.19702 271.898 9 272.374 9 272.87V279H11V273H21V271ZM17 277H21V279H17V277ZM25 283H27V285H25V283Z" fill="#565656"/>
|
|
25
|
+
<path d="M31 283V292.91C31 292.934 30.9905 292.957 30.9736 292.974C30.9568 292.991 30.9339 293 30.91 293H23.09C23.0661 293 23.0432 292.991 23.0264 292.974C23.0095 292.957 23 292.934 23 292.91V283.09V283H21V281H7.09C6.81685 280.999 6.54611 281.051 6.29325 281.155C6.04039 281.258 5.81036 281.41 5.61628 281.602C5.42221 281.794 5.26789 282.023 5.16215 282.275C5.05641 282.527 5.00131 282.797 5 283.07V285H7V283.09C7 283.066 7.00948 283.043 7.02636 283.026C7.04324 283.01 7.06613 283 7.09 283H20.89C20.9192 283 20.9472 283.012 20.9678 283.032C20.9884 283.053 21 283.081 21 283.11V296.91C21 296.934 20.9905 296.957 20.9736 296.974C20.9568 296.991 20.9339 297 20.91 297H19V299H22.6C22.7061 299 22.8078 298.958 22.8828 298.883C22.9579 298.808 23 298.706 23 298.6V295H32.6C32.7061 295 32.8078 294.958 32.8828 294.883C32.9579 294.808 33 294.706 33 294.6V283H31Z" fill="#565656"/>
|
|
26
|
+
<path d="M23 267H37V281H23V267Z" fill="#B68300"/>
|
|
27
|
+
<path d="M29 269V279H25V269H29ZM35 269V279H31V269H35Z" fill="#FFE02C"/>
|
|
28
|
+
<path d="M7 325H13V331H7V325ZM3 333H9V339H3V333ZM11 333H17V339H11V333Z" fill="#565656"/>
|
|
29
|
+
<path d="M19.77 309H10.87C10.374 309 9.8984 309.197 9.54771 309.548C9.19702 309.898 9 310.374 9 310.87V317H11V311H18.62L19.77 309ZM14.09 319H7.09C6.81685 318.999 6.54611 319.051 6.29325 319.154C6.04039 319.258 5.81036 319.41 5.61628 319.602C5.42221 319.794 5.26789 320.023 5.16215 320.275C5.05641 320.527 5.00131 320.797 5 321.07V323H7V321.09C7 321.066 7.00948 321.043 7.02636 321.026C7.04324 321.009 7.06613 321 7.09 321H13.66C13.6775 320.312 13.8233 319.634 14.09 319ZM32.41 327H31V330.9C31 330.924 30.9905 330.947 30.9736 330.964C30.9568 330.981 30.9339 330.99 30.91 330.99H23.09C23.0661 330.99 23.0432 330.981 23.0264 330.964C23.0095 330.947 23 330.924 23 330.9V327H21V334.91C21 334.934 20.9905 334.957 20.9736 334.974C20.9568 334.991 20.9339 335 20.91 335H19V337H22.6C22.7061 337 22.8078 336.958 22.8828 336.883C22.9579 336.808 23 336.706 23 336.6V333H32.6C32.7061 333 32.8078 332.958 32.8828 332.883C32.9579 332.808 33 332.706 33 332.6V327H32.41Z" fill="#565656"/>
|
|
30
|
+
<path d="M26 306.05C25.322 306.051 24.6565 306.232 24.0714 306.575C23.4864 306.917 23.0028 307.409 22.67 308L16.26 319.09C15.9472 319.601 15.7549 320.176 15.6977 320.772C15.6405 321.368 15.7199 321.969 15.93 322.53C16.2082 323.258 16.7017 323.885 17.3448 324.326C17.9879 324.768 18.7501 325.002 19.53 325H32.36C32.9219 325.009 33.4795 324.9 33.9964 324.68C34.5133 324.459 34.9779 324.132 35.36 323.72C35.9053 323.114 36.2438 322.351 36.3265 321.54C36.4092 320.729 36.2318 319.913 35.82 319.21L29.36 308C29.0255 307.404 28.5373 306.909 27.9464 306.566C27.3554 306.223 26.6832 306.045 26 306.05Z" fill="#B68300"/>
|
|
31
|
+
<path d="M25.9998 308.05C26.3318 308.047 26.6582 308.134 26.945 308.301C27.2318 308.469 27.4683 308.71 27.6298 309L34.1098 320.23C34.2681 320.512 34.3501 320.831 34.3476 321.154C34.3451 321.478 34.2583 321.795 34.0957 322.075C33.9332 322.354 33.7005 322.587 33.4206 322.749C33.1407 322.911 32.8233 322.998 32.4998 323H19.4998C19.1734 323 18.8527 322.914 18.5701 322.75C18.2875 322.587 18.0528 322.352 17.8896 322.07C17.7265 321.787 17.6406 321.466 17.6406 321.14C17.6407 320.813 17.7266 320.493 17.8898 320.21L24.4098 309C24.5664 308.714 24.7963 308.476 25.0758 308.309C25.3553 308.142 25.6742 308.052 25.9998 308.05Z" fill="#FFE02C"/>
|
|
32
|
+
<path d="M25 319H27V321H25V319ZM25 311H27V317H25V311Z" fill="#454545"/>
|
|
33
|
+
<path d="M11 349H25V351H27V349C27 348.47 26.7893 347.961 26.4142 347.586C26.0391 347.211 25.5304 347 25 347H10.87C10.374 347 9.8984 347.197 9.54771 347.548C9.19702 347.898 9 348.374 9 348.87V355H11V349Z" fill="#565656"/>
|
|
34
|
+
<path d="M30.93 353H17V355H24.91C24.9339 355 24.9568 355.009 24.9736 355.026C24.9905 355.043 25 355.066 25 355.09V361H27V355.09C27 355.066 27.0095 355.043 27.0264 355.026C27.0432 355.009 27.0661 355 27.09 355H30.91C30.9339 355 30.9568 355.009 30.9736 355.026C30.9905 355.043 31 355.066 31 355.09V368.91C31 368.934 30.9905 368.957 30.9736 368.974C30.9568 368.991 30.9339 369 30.91 369H23.09C23.0661 369 23.0432 368.991 23.0264 368.974C23.0095 368.957 23 368.934 23 368.91V359.09C23.0013 358.817 22.9488 358.546 22.8455 358.293C22.7422 358.04 22.5901 357.81 22.3979 357.616C22.2056 357.422 21.9771 357.268 21.7252 357.162C21.4734 357.056 21.2031 357.001 20.93 357H7.09C6.81685 356.999 6.54611 357.051 6.29325 357.154C6.04039 357.258 5.81036 357.41 5.61628 357.602C5.42221 357.794 5.26789 358.023 5.16215 358.275C5.05641 358.527 5.00131 358.797 5 359.07V366.13C5.63571 365.843 6.30916 365.647 7 365.55V359.11C7 359.096 7.00285 359.081 7.00837 359.068C7.0139 359.055 7.022 359.042 7.03222 359.032C7.04243 359.022 7.05456 359.014 7.0679 359.008C7.08125 359.003 7.09555 359 7.11 359H20.91C20.9339 359 20.9568 359.009 20.9736 359.026C20.9905 359.043 21 359.066 21 359.09V368.91C21 368.934 20.9905 368.957 20.9736 368.974C20.9568 368.991 20.9339 369 20.91 369H17.09C17.0661 369 17.0432 368.991 17.0264 368.974C17.0095 368.957 17 368.934 17 368.91V363H15V368.91C14.9987 369.183 15.0512 369.454 15.1545 369.707C15.2578 369.96 15.4099 370.19 15.6021 370.384C15.7944 370.578 16.0229 370.732 16.2748 370.838C16.5266 370.944 16.7968 370.999 17.07 371H20.91C20.9339 371 20.9568 371.009 20.9736 371.026C20.9905 371.043 21 371.066 21 371.09V372.91C21 372.934 20.9905 372.957 20.9736 372.974C20.9568 372.991 20.9339 373 20.91 373H14.91C14.8539 373.684 14.7024 374.358 14.46 375H20.92C21.4699 375 21.9975 374.782 22.3873 374.394C22.777 374.006 22.9974 373.48 23 372.93V371.09C23 371.066 23.0095 371.043 23.0264 371.026C23.0432 371.009 23.0661 371 23.09 371H30.91C31.1831 371.001 31.4539 370.949 31.7067 370.846C31.9596 370.742 32.1896 370.59 32.3837 370.398C32.5778 370.206 32.7321 369.977 32.8378 369.725C32.9436 369.473 32.9987 369.203 33 368.93V355.09C33.0013 354.817 32.9488 354.546 32.8455 354.293C32.7422 354.04 32.5901 353.81 32.3979 353.616C32.2056 353.422 31.9771 353.268 31.7252 353.162C31.4734 353.056 31.2031 353.001 30.93 353Z" fill="#565656"/>
|
|
35
|
+
<path d="M7.91992 377.49C10.6813 377.49 12.9199 375.251 12.9199 372.49C12.9199 369.729 10.6813 367.49 7.91992 367.49C5.1585 367.49 2.91992 369.729 2.91992 372.49C2.91992 375.251 5.1585 377.49 7.91992 377.49Z" fill="#0091DA"/>
|
|
36
|
+
<path d="M7.91992 415.49C10.6813 415.49 12.9199 413.251 12.9199 410.49C12.9199 407.729 10.6813 405.49 7.91992 405.49C5.1585 405.49 2.91992 407.729 2.91992 410.49C2.91992 413.251 5.1585 415.49 7.91992 415.49Z" fill="#0091DA"/>
|
|
37
|
+
<path d="M18.23 385H10.87C10.374 385 9.8984 385.197 9.54771 385.548C9.19702 385.898 9 386.374 9 386.87V393H11V387H17.43C17.6279 386.308 17.8959 385.638 18.23 385ZM31 400.57V406.91C31 406.934 30.9905 406.957 30.9736 406.974C30.9568 406.991 30.9339 407 30.91 407H23.09C23.0661 407 23.0432 406.991 23.0264 406.974C23.0095 406.957 23 406.934 23 406.91V399.79C22.2882 399.426 21.6177 398.987 21 398.48V406.91C21 406.934 20.9905 406.957 20.9736 406.974C20.9568 406.991 20.9339 407 20.91 407H17.09C17.0661 407 17.0432 406.991 17.0264 406.974C17.0095 406.957 17 406.934 17 406.91V401H15V406.91C14.9987 407.183 15.0512 407.454 15.1545 407.707C15.2578 407.96 15.4099 408.19 15.6021 408.384C15.7944 408.578 16.0229 408.732 16.2748 408.838C16.5266 408.944 16.7968 408.999 17.07 409H20.91C20.9339 409 20.9568 409.009 20.9736 409.026C20.9905 409.043 21 409.066 21 409.09V410.91C21 410.934 20.9905 410.957 20.9736 410.974C20.9568 410.991 20.9339 411 20.91 411H14.64C14.6109 411.682 14.4794 412.357 14.25 413H20.91C21.1831 413.001 21.4539 412.949 21.7067 412.846C21.9596 412.742 22.1896 412.59 22.3837 412.398C22.5778 412.206 22.7321 411.977 22.8378 411.725C22.9436 411.473 22.9987 411.203 23 410.93V409.09C23 409.066 23.0095 409.043 23.0264 409.026C23.0432 409.009 23.0661 409 23.09 409H30.91C31.1831 409.001 31.4539 408.949 31.7067 408.846C31.9596 408.742 32.1896 408.59 32.3837 408.398C32.5778 408.206 32.7321 407.977 32.8378 407.725C32.9436 407.473 32.9987 407.203 33 406.93V399.79C32.3617 400.118 31.6915 400.379 31 400.57ZM18.21 395H7.09C6.81685 394.999 6.54611 395.051 6.29325 395.154C6.04039 395.258 5.81036 395.41 5.61628 395.602C5.42221 395.794 5.26789 396.023 5.16215 396.275C5.05641 396.527 5.00131 396.797 5 397.07V404.22C5.63987 403.962 6.31337 403.797 7 403.73V397.11C7 397.096 7.00285 397.081 7.00837 397.068C7.0139 397.055 7.022 397.042 7.03222 397.032C7.04243 397.022 7.05456 397.014 7.0679 397.008C7.08125 397.003 7.09555 397 7.11 397H19.52C19.0127 396.382 18.5735 395.712 18.21 395Z" fill="#565656"/>
|
|
38
|
+
<path d="M28 381C26.22 381 24.4799 381.528 22.9999 382.517C21.5198 383.506 20.3663 384.911 19.6851 386.556C19.0039 388.2 18.8257 390.01 19.1729 391.756C19.5202 393.502 20.3774 395.105 21.636 396.364C22.8947 397.623 24.4984 398.48 26.2442 398.827C27.99 399.174 29.7996 398.996 31.4442 398.315C33.0887 397.634 34.4943 396.48 35.4832 395C36.4722 393.52 37 391.78 37 390C37 387.613 36.0518 385.324 34.364 383.636C32.6761 381.948 30.387 381 28 381ZM29 395H27V393H29V395ZM29 391H27V385H29V391Z" fill="#F84E30"/>
|
|
39
|
+
<path d="M11 425H25V427H27V425C27 424.47 26.7893 423.961 26.4142 423.586C26.0391 423.211 25.5304 423 25 423H10.87C10.374 423 9.8984 423.197 9.54771 423.548C9.19702 423.898 9 424.374 9 424.87V431H11V425Z" fill="#565656"/>
|
|
40
|
+
<path d="M7.91992 453.49C10.6813 453.49 12.9199 451.251 12.9199 448.49C12.9199 445.729 10.6813 443.49 7.91992 443.49C5.1585 443.49 2.91992 445.729 2.91992 448.49C2.91992 451.251 5.1585 453.49 7.91992 453.49Z" fill="#0091DA"/>
|
|
41
|
+
<path d="M32.0398 425.4C33.8072 425.4 35.2398 423.967 35.2398 422.2C35.2398 420.433 33.8072 419 32.0398 419C30.2725 419 28.8398 420.433 28.8398 422.2C28.8398 423.967 30.2725 425.4 32.0398 425.4Z" fill="#E46C00"/>
|
|
42
|
+
<path d="M25 431.09V437H27V431.09C27.0017 431.068 27.0105 431.048 27.0249 431.032C27.0394 431.015 27.0587 431.004 27.08 431V429H17V431H24.91C24.9339 431 24.9568 431.009 24.9736 431.026C24.9905 431.043 25 431.066 25 431.09Z" fill="#565656"/>
|
|
43
|
+
<path d="M31 441V444.91C31 444.934 30.9905 444.957 30.9736 444.974C30.9568 444.991 30.9339 445 30.91 445H23.09C23.0661 445 23.0432 444.991 23.0264 444.974C23.0095 444.957 23 444.934 23 444.91V435.09C23.0013 434.817 22.9488 434.546 22.8455 434.293C22.7422 434.04 22.5901 433.81 22.3979 433.616C22.2056 433.422 21.9771 433.268 21.7252 433.162C21.4734 433.056 21.2031 433.001 20.93 433H7.09C6.81685 432.999 6.54611 433.051 6.29325 433.155C6.04039 433.258 5.81036 433.41 5.61628 433.602C5.42221 433.794 5.26789 434.023 5.16215 434.275C5.05641 434.527 5.00131 434.797 5 435.07V442.13C5.636 441.843 6.30933 441.648 7 441.55V435.11C7 435.096 7.00285 435.081 7.00837 435.068C7.0139 435.055 7.022 435.042 7.03222 435.032C7.04243 435.022 7.05456 435.014 7.0679 435.008C7.08125 435.003 7.09555 435 7.11 435H20.91C20.9339 435 20.9568 435.01 20.9736 435.026C20.9905 435.043 21 435.066 21 435.09V444.91C21 444.934 20.9905 444.957 20.9736 444.974C20.9568 444.991 20.9339 445 20.91 445H17.09C17.0661 445 17.0432 444.991 17.0264 444.974C17.0095 444.957 17 444.934 17 444.91V439H15V444.91C14.9987 445.183 15.0512 445.454 15.1545 445.707C15.2578 445.96 15.4099 446.19 15.6021 446.384C15.7944 446.578 16.0229 446.732 16.2748 446.838C16.5266 446.944 16.7968 446.999 17.07 447H20.91C20.9339 447 20.9568 447.01 20.9736 447.026C20.9905 447.043 21 447.066 21 447.09V448.91C21 448.934 20.9905 448.957 20.9736 448.974C20.9568 448.991 20.9339 449 20.91 449H14.91C14.8506 449.684 14.6993 450.357 14.46 451H20.92C21.4691 450.997 21.9952 450.779 22.3844 450.391C22.7736 450.004 22.9948 449.479 23 448.93V447.09C23 447.066 23.0095 447.043 23.0264 447.026C23.0432 447.01 23.0661 447 23.09 447H30.91C31.1831 447.001 31.4539 446.949 31.7067 446.846C31.9596 446.742 32.1896 446.59 32.3837 446.398C32.5778 446.206 32.7321 445.977 32.8378 445.725C32.9436 445.473 32.9987 445.203 33 444.93V441H31Z" fill="#565656"/>
|
|
44
|
+
<path d="M29.0801 427H35.0801V439H29.0801V427Z" fill="#E46C00"/>
|
|
45
|
+
<path d="M7.91992 491.49C10.6813 491.49 12.9199 489.251 12.9199 486.49C12.9199 483.729 10.6813 481.49 7.91992 481.49C5.1585 481.49 2.91992 483.729 2.91992 486.49C2.91992 489.251 5.1585 491.49 7.91992 491.49Z" fill="#0091DA"/>
|
|
46
|
+
<path d="M20 472.27V471H7.09C6.55021 470.997 6.03039 471.204 5.64039 471.577C5.25039 471.95 5.02075 472.461 5 473V480.1C5.636 479.813 6.30933 479.618 7 479.52V473.12C6.99861 473.105 7.00042 473.089 7.00532 473.075C7.01022 473.06 7.0181 473.047 7.02846 473.036C7.03881 473.024 7.05142 473.015 7.06546 473.009C7.0795 473.003 7.09467 473 7.11 473H20.11C20.0434 472.762 20.0065 472.517 20 472.27ZM31 471.51V482.92C31 482.944 30.9905 482.967 30.9736 482.984C30.9568 483 30.9339 483.01 30.91 483.01H23.09C23.0661 483.01 23.0432 483 23.0264 482.984C23.0095 482.967 23 482.944 23 482.92V475.4C22.4914 475.386 21.9938 475.249 21.55 475C21.3564 474.87 21.1725 474.727 21 474.57V482.93C21 482.954 20.9905 482.977 20.9736 482.994C20.9568 483.01 20.9339 483.02 20.91 483.02H17.09C17.0661 483.02 17.0432 483.01 17.0264 482.994C17.0095 482.977 17 482.954 17 482.93V477H15V482.91C14.9987 483.183 15.0512 483.454 15.1545 483.707C15.2578 483.96 15.4099 484.19 15.6021 484.384C15.7944 484.578 16.0229 484.732 16.2748 484.838C16.5266 484.943 16.7968 484.999 17.07 485H20.91C20.9339 485 20.9568 485.009 20.9736 485.026C20.9905 485.043 21 485.066 21 485.09V486.91C21 486.934 20.9905 486.957 20.9736 486.974C20.9568 486.99 20.9339 487 20.91 487H14.91C14.8506 487.684 14.6993 488.357 14.46 489H20.92C21.4674 488.997 21.992 488.78 22.3809 488.395C22.7699 488.01 22.9921 487.487 23 486.94V485.1C23 485.076 23.0095 485.053 23.0264 485.036C23.0432 485.019 23.0661 485.01 23.09 485.01H30.91C31.1831 485.011 31.4539 484.959 31.7067 484.855C31.9596 484.752 32.1896 484.6 32.3837 484.408C32.5778 484.216 32.7321 483.987 32.8378 483.735C32.9436 483.483 32.9987 483.213 33 482.94V470.4L31 471.51Z" fill="#565656"/>
|
|
47
|
+
<path d="M25 474.84V475.01H27V473.73L25 474.84ZM17 467.01H20V469.01H17V467.01ZM20 461H10.87C10.6236 461 10.3796 461.049 10.1521 461.143C9.92456 461.238 9.71797 461.377 9.54419 461.551C9.37041 461.726 9.23288 461.933 9.13949 462.161C9.0461 462.389 8.99871 462.634 9.00003 462.88V469H11V463H20V461Z" fill="#565656"/>
|
|
48
|
+
<path d="M36.41 464.21L23.71 457.21C23.5353 457.113 23.3382 457.062 23.1382 457.065C22.9382 457.067 22.7421 457.121 22.5695 457.222C22.3968 457.323 22.2534 457.467 22.1536 457.64C22.0537 457.814 22.0008 458.01 22 458.21V472.27C22.0008 472.47 22.0537 472.666 22.1536 472.84C22.2534 473.013 22.3968 473.157 22.5695 473.258C22.7421 473.359 22.9382 473.413 23.1382 473.416C23.3382 473.418 23.5353 473.367 23.71 473.27L36.41 466.21C36.5867 466.11 36.7337 465.964 36.836 465.789C36.9382 465.613 36.9921 465.413 36.9921 465.21C36.9921 465.007 36.9382 464.807 36.836 464.631C36.7337 464.456 36.5867 464.31 36.41 464.21Z" fill="#60A644"/>
|
|
49
|
+
<path d="M7.91992 529.49C10.6813 529.49 12.9199 527.251 12.9199 524.49C12.9199 521.729 10.6813 519.49 7.91992 519.49C5.1585 519.49 2.91992 521.729 2.91992 524.49C2.91992 527.251 5.1585 529.49 7.91992 529.49Z" fill="#0091DA"/>
|
|
50
|
+
<path d="M17 505H21V507H17V505ZM25 511H27V513H25V511ZM21 499H10.87C10.374 499 9.8984 499.197 9.54771 499.548C9.19702 499.898 9 500.374 9 500.87V507H11V501H21V499Z" fill="#565656"/>
|
|
51
|
+
<path d="M31 511V520.91C31 520.934 30.9905 520.957 30.9736 520.974C30.9568 520.991 30.9339 521 30.91 521H23.09C23.0661 521 23.0432 520.991 23.0264 520.974C23.0095 520.957 23 520.934 23 520.91V511.09V511H21V509H7.09C6.81685 508.999 6.54611 509.051 6.29325 509.155C6.04039 509.258 5.81036 509.41 5.61628 509.602C5.42221 509.794 5.26789 510.023 5.16215 510.275C5.05641 510.527 5.00131 510.797 5 511.07V518.13C5.636 517.843 6.30933 517.648 7 517.55V511.11C7 511.096 7.00285 511.081 7.00837 511.068C7.0139 511.055 7.022 511.042 7.03222 511.032C7.04243 511.022 7.05456 511.014 7.0679 511.008C7.08125 511.003 7.09555 511 7.11 511H20.91C20.9339 511 20.9568 511.01 20.9736 511.026C20.9905 511.043 21 511.066 21 511.09V520.91C21 520.934 20.9905 520.957 20.9736 520.974C20.9568 520.991 20.9339 521 20.91 521H17.09C17.0661 521 17.0432 520.991 17.0264 520.974C17.0095 520.957 17 520.934 17 520.91V515H15V520.91C14.9987 521.183 15.0512 521.454 15.1545 521.707C15.2578 521.96 15.4099 522.19 15.6021 522.384C15.7944 522.578 16.0229 522.732 16.2748 522.838C16.5266 522.944 16.7968 522.999 17.07 523H20.91C20.9339 523 20.9568 523.01 20.9736 523.026C20.9905 523.043 21 523.066 21 523.09V524.91C21 524.934 20.9905 524.957 20.9736 524.974C20.9568 524.991 20.9339 525 20.91 525H14.91C14.8506 525.684 14.6993 526.357 14.46 527H20.92C21.4691 526.997 21.9952 526.779 22.3844 526.391C22.7736 526.004 22.9948 525.479 23 524.93V523.09C23 523.066 23.0095 523.043 23.0264 523.026C23.0432 523.01 23.0661 523 23.09 523H30.91C31.1831 523.001 31.4539 522.949 31.7067 522.846C31.9596 522.742 32.1896 522.59 32.3837 522.398C32.5778 522.206 32.7321 521.977 32.8378 521.725C32.9436 521.473 32.9987 521.203 33 520.93V511H31Z" fill="#565656"/>
|
|
52
|
+
<path d="M23 495H37V509H23V495Z" fill="#B68300"/>
|
|
53
|
+
<path d="M29 497V507H25V497H29ZM35 497V507H31V497H35Z" fill="#FFE02C"/>
|
|
54
|
+
<path d="M25 547H27V551H25V547Z" fill="#565656"/>
|
|
55
|
+
<path d="M7.91992 567.49C10.6813 567.49 12.9199 565.251 12.9199 562.49C12.9199 559.729 10.6813 557.49 7.91992 557.49C5.1585 557.49 2.91992 559.729 2.91992 562.49C2.91992 565.251 5.1585 567.49 7.91992 567.49Z" fill="#0091DA"/>
|
|
56
|
+
<path d="M14.14 547H7.14C6.86268 546.992 6.58657 547.04 6.3279 547.14C6.06924 547.24 5.83326 547.391 5.63385 547.584C5.43444 547.777 5.27564 548.008 5.16678 548.263C5.05792 548.518 5.00122 548.793 5 549.07V556.13C5.63402 555.838 6.30814 555.643 7 555.55V549.11C7 549.096 7.00285 549.081 7.00837 549.068C7.0139 549.055 7.022 549.042 7.03222 549.032C7.04243 549.022 7.05456 549.014 7.0679 549.008C7.08125 549.003 7.09555 549 7.11 549H13.69C13.7203 548.312 13.8726 547.635 14.14 547ZM32.5 555.14H31V558.91C31 558.934 30.9905 558.957 30.9736 558.974C30.9568 558.991 30.9339 559 30.91 559H23.09C23.0661 559 23.0432 558.991 23.0264 558.974C23.0095 558.957 23 558.934 23 558.91V555.14H21V558.91C21 558.934 20.9905 558.957 20.9736 558.974C20.9568 558.991 20.9339 559 20.91 559H17.09C17.0661 559 17.0432 558.991 17.0264 558.974C17.0095 558.957 17 558.934 17 558.91V554.55C16.2284 554.185 15.5458 553.656 15 553V558.91C14.9987 559.183 15.0512 559.454 15.1545 559.707C15.2578 559.96 15.4099 560.19 15.6021 560.384C15.7944 560.578 16.0229 560.732 16.2748 560.838C16.5266 560.944 16.7968 560.999 17.07 561H20.91C20.9339 561 20.9568 561.009 20.9736 561.026C20.9905 561.043 21 561.066 21 561.09V562.91C21 562.934 20.9905 562.957 20.9736 562.974C20.9568 562.991 20.9339 563 20.91 563H14.91C14.8506 563.684 14.6993 564.357 14.46 565H20.92C21.4691 564.997 21.9952 564.779 22.3844 564.391C22.7736 564.004 22.9948 563.479 23 562.93V561.09C23 561.066 23.0095 561.043 23.0264 561.026C23.0432 561.009 23.0661 561 23.09 561H30.91C31.1831 561.001 31.4539 560.949 31.7067 560.846C31.9596 560.742 32.1896 560.59 32.3837 560.398C32.5778 560.206 32.7321 559.977 32.8378 559.725C32.9436 559.473 32.9987 559.203 33 558.93V555.11C32.83 555.12 32.67 555.14 32.5 555.14ZM19.85 537H10.85C10.3575 537.005 9.887 537.205 9.54062 537.555C9.19424 537.905 8.99997 538.377 9 538.87V545H11V539H18.7L19.85 537Z" fill="#565656"/>
|
|
57
|
+
<path d="M26 534.19C25.3206 534.186 24.6523 534.362 24.0636 534.701C23.4749 535.04 22.987 535.53 22.65 536.12L16.19 547.35C15.8513 547.936 15.673 548.602 15.6729 549.279C15.6727 549.957 15.8508 550.622 16.1893 551.209C16.5277 551.795 17.0146 552.283 17.601 552.622C18.1874 552.961 18.8527 553.139 19.53 553.14H32.53C33.2073 553.139 33.8726 552.961 34.459 552.622C35.0454 552.283 35.5323 551.795 35.8707 551.209C36.2092 550.622 36.3873 549.957 36.3871 549.279C36.387 548.602 36.2087 547.936 35.87 547.35L29.36 536.12C29.0229 535.528 28.5337 535.037 27.9429 534.697C27.3521 534.358 26.6813 534.183 26 534.19Z" fill="#B68300"/>
|
|
58
|
+
<path d="M25.9998 536.19C26.3264 536.189 26.6473 536.275 26.9301 536.438C27.2129 536.601 27.4474 536.837 27.6098 537.12L34.0898 548.35C34.253 548.633 34.339 548.953 34.339 549.28C34.339 549.606 34.2532 549.927 34.09 550.21C33.9268 550.492 33.6922 550.727 33.4095 550.89C33.1269 551.054 32.8062 551.14 32.4798 551.14H19.4798C19.1534 551.14 18.8327 551.054 18.5501 550.89C18.2674 550.727 18.0328 550.492 17.8696 550.21C17.7064 549.927 17.6206 549.606 17.6206 549.28C17.6206 548.953 17.7066 548.633 17.8698 548.35L24.4098 537.12C24.5689 536.838 24.7999 536.604 25.0793 536.44C25.3586 536.277 25.6762 536.191 25.9998 536.19Z" fill="#FFE02C"/>
|
|
59
|
+
<path d="M25 547H27V549H25V547ZM25 539H27V545H25V539Z" fill="#454545"/>
|
|
60
|
+
<path d="M8.99023 595H10.9902V599H8.99023V595ZM14.9902 595H16.9902V599H14.9902V595ZM20.9902 595H22.9902V599H20.9902V595ZM26.9902 595H28.9902V599H26.9902V595ZM7.99023 591H29.9902V593H7.99023V591Z" fill="#565656"/>
|
|
61
|
+
<path d="M34.9002 591.47L31.7702 580.41C31.6442 580.002 31.3908 579.645 31.0471 579.391C30.7034 579.137 30.2874 579 29.8602 579H28.9902V581H29.8602L32.9902 592.06V601H4.99023V592.06L8.12023 581H8.99023V579H8.12023C7.69302 579 7.2771 579.137 6.93339 579.391C6.58969 579.645 6.33626 580.002 6.21023 580.41L3.08023 591.48C3.02089 591.671 2.99056 591.87 2.99023 592.07V601C2.99023 601.53 3.20095 602.039 3.57602 602.414C3.95109 602.789 4.4598 603 4.99023 603H32.9902C33.5207 603 34.0294 602.789 34.4044 602.414C34.7795 602.039 34.9902 601.53 34.9902 601V592.06C34.9899 591.86 34.9596 591.661 34.9002 591.47Z" fill="#565656"/>
|
|
62
|
+
<path d="M23.6102 575.2V571.8H13.6102V578.4H10.9902V588.4H20.9902V585.2H26.9902V575.2H23.6102ZM15.6102 573.8H21.6102V575.2H16.9902V578.4H15.6102V573.8ZM18.9902 585.2V586.4H12.9902V580.4H18.9902V585.2ZM24.9902 583.2H20.9902V578.4H18.9902V577.2H24.9902V583.2Z" fill="#565656"/>
|
|
63
|
+
<path d="M18.9998 644.288C18.4589 644.289 17.9338 644.105 17.5118 643.767L1.35977 630.763C1.28094 630.706 1.21456 630.633 1.16464 630.549C1.11472 630.466 1.08231 630.373 1.06937 630.276C1.05643 630.179 1.06322 630.081 1.08935 629.987C1.11547 629.894 1.16038 629.806 1.22135 629.73C1.28232 629.654 1.35809 629.591 1.44406 629.545C1.53003 629.499 1.62442 629.471 1.7215 629.463C1.81859 629.455 1.91636 629.466 2.00888 629.497C2.1014 629.527 2.18676 629.576 2.25977 629.641L18.4148 642.645C18.5818 642.775 18.7878 642.846 18.9998 642.846C19.2118 642.846 19.4177 642.775 19.5848 642.645L35.6958 629.674C35.7691 629.612 35.854 629.566 35.9455 629.537C36.0371 629.509 36.1334 629.499 36.2288 629.508C36.3243 629.517 36.4169 629.545 36.5012 629.591C36.5856 629.637 36.6599 629.699 36.72 629.773C36.78 629.848 36.8244 629.934 36.8507 630.026C36.877 630.119 36.8846 630.215 36.873 630.31C36.8615 630.405 36.831 630.497 36.7834 630.581C36.7357 630.664 36.672 630.737 36.5958 630.795L20.4858 643.769C20.064 644.106 19.5398 644.289 18.9998 644.288ZM8.20577 624.353C8.0571 624.352 7.91223 624.306 7.79107 624.22C7.6699 624.134 7.57838 624.012 7.52907 623.872C7.47976 623.731 7.47508 623.579 7.51567 623.436C7.55626 623.293 7.64013 623.166 7.75577 623.073L18.2328 614.583C18.45 614.409 18.7198 614.315 18.9978 614.315C19.2758 614.315 19.5455 614.409 19.7628 614.583L30.2928 623.073C30.3749 623.129 30.4446 623.201 30.4975 623.286C30.5503 623.37 30.5852 623.464 30.5999 623.562C30.6145 623.661 30.6087 623.761 30.5827 623.857C30.5568 623.953 30.5112 624.043 30.449 624.12C30.3867 624.198 30.3091 624.261 30.221 624.308C30.1329 624.354 30.0362 624.381 29.937 624.388C29.8378 624.395 29.7383 624.381 29.6446 624.348C29.5509 624.314 29.4652 624.262 29.3928 624.194L18.9998 615.814L8.65977 624.19C8.53155 624.294 8.37122 624.353 8.20577 624.353Z" fill="#565656"/>
|
|
64
|
+
<path d="M19.0001 638.944C18.459 638.945 17.9339 638.761 17.5121 638.422L1.93506 625.871C1.67164 625.662 1.45885 625.396 1.31257 625.093C1.1663 624.79 1.09033 624.458 1.09033 624.122C1.09033 623.785 1.1663 623.453 1.31257 623.151C1.45885 622.848 1.67164 622.582 1.93506 622.373L17.5121 609.82C17.9349 609.483 18.4597 609.299 19.0006 609.299C19.5414 609.299 20.0662 609.483 20.4891 609.82L36.0651 622.373C36.3283 622.582 36.541 622.848 36.6871 623.151C36.8333 623.454 36.9092 623.786 36.9092 624.122C36.9092 624.458 36.8333 624.79 36.6871 625.093C36.541 625.396 36.3283 625.662 36.0651 625.871L20.4891 638.423C20.0667 638.761 19.5412 638.946 19.0001 638.944ZM18.4151 637.301C18.582 637.432 18.788 637.503 19.0001 637.503C19.2122 637.503 19.4182 637.432 19.5851 637.301L35.1611 624.75C35.2571 624.676 35.3349 624.581 35.3885 624.472C35.442 624.363 35.4698 624.243 35.4698 624.122C35.4698 624 35.442 623.881 35.3885 623.772C35.3349 623.663 35.2571 623.568 35.1611 623.494L19.5851 610.942C19.4181 610.811 19.2121 610.74 19.0001 610.74C18.788 610.74 18.582 610.811 18.4151 610.942L2.84006 623.494C2.74398 623.568 2.66618 623.663 2.61265 623.772C2.55912 623.881 2.53128 624 2.53128 624.122C2.53128 624.243 2.55912 624.363 2.61265 624.472C2.66618 624.581 2.74398 624.676 2.84006 624.75L18.4151 637.3V637.301Z" fill="#565656"/>
|
|
65
|
+
<path d="M18.9999 630.194C18.8361 630.193 18.6773 630.137 18.5499 630.034L12.5789 625.223C12.4955 625.155 12.4283 625.07 12.3821 624.973C12.336 624.876 12.312 624.77 12.312 624.662C12.312 624.555 12.336 624.449 12.3821 624.352C12.4283 624.255 12.4955 624.17 12.5789 624.102L18.5499 619.289C18.6776 619.187 18.8363 619.131 18.9999 619.131C19.1635 619.131 19.3222 619.187 19.4499 619.289L25.4199 624.102C25.5036 624.169 25.5711 624.255 25.6175 624.352C25.6639 624.449 25.688 624.555 25.688 624.662C25.688 624.77 25.6639 624.876 25.6175 624.973C25.5711 625.07 25.5036 625.155 25.4199 625.223L19.4499 630.033C19.3225 630.136 19.1637 630.193 18.9999 630.194ZM14.1759 624.662L18.9999 628.55L23.8239 624.663L18.9999 620.775L14.1759 624.662Z" fill="#565656"/>
|
|
66
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.8075 667.89C22.5366 667.165 23.5243 666.758 24.553 666.758C25.3202 666.758 26.0706 666.985 26.7095 667.409C27.3483 667.834 27.8472 668.438 28.1419 669.146C28.4367 669.854 28.514 670.633 28.3636 671.385C28.2132 672.137 27.8422 672.827 27.2984 673.367C26.7547 673.908 26.0626 674.276 25.3099 674.425C24.5573 674.574 23.7772 674.497 23.0679 674.205C22.3586 673.913 21.7514 673.418 21.3238 672.781C20.8961 672.144 20.6675 671.395 20.6675 670.629C20.6675 669.6 21.0782 668.615 21.8075 667.89ZM24.553 668.869C24.0806 668.869 23.6286 669.056 23.2963 669.387C22.9642 669.717 22.7786 670.164 22.7786 670.629C22.7786 670.975 22.8819 671.315 23.0762 671.604C23.2705 671.893 23.5472 672.119 23.8721 672.253C24.197 672.387 24.5549 672.422 24.9002 672.354C25.2455 672.286 25.5619 672.117 25.8097 671.871C26.0574 671.624 26.2254 671.311 26.2935 670.971C26.3615 670.631 26.3266 670.278 26.1931 669.957C26.0595 669.636 25.8328 669.361 25.5409 669.167C25.249 668.973 24.9052 668.869 24.553 668.869Z" fill="#4D5D69"/>
|
|
67
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.9695 660.425L23.9726 660.425L25.136 660.425C25.6324 660.427 26.1172 660.577 26.5271 660.858C26.9369 661.138 27.2529 661.536 27.4327 661.999C27.4327 661.999 27.4328 662 27.4327 661.999L27.9054 663.213L29.3283 664.027L30.6515 663.826C31.1357 663.761 31.6288 663.84 32.0681 664.055C32.5076 664.269 32.874 664.609 33.1201 665.031L33.123 665.037L33.6862 666.017C33.9376 666.445 34.0535 666.939 34.0182 667.435C33.9829 667.932 33.7974 668.406 33.4869 668.795C33.486 668.796 33.4852 668.797 33.4843 668.798L32.6831 669.813V671.437L33.5126 672.46C33.8246 672.85 34.0111 673.325 34.0465 673.823C34.0818 674.319 33.9658 674.813 33.7145 675.241L33.1513 676.221L33.1484 676.227C32.9023 676.649 32.5358 676.989 32.0964 677.203C31.6571 677.418 31.164 677.497 30.6798 677.431L30.6627 677.429L29.3566 677.231L27.9337 678.045L27.4612 679.258C27.2813 679.721 26.9649 680.12 26.5554 680.4C26.1455 680.681 25.6607 680.831 25.1643 680.833L25.1612 680.833H23.9726L23.9695 680.833C23.4731 680.831 22.9883 680.681 22.5784 680.4C22.1686 680.12 21.8526 679.722 21.6727 679.259C21.6727 679.258 21.6728 679.259 21.6727 679.259L21.2001 678.045L19.7772 677.231L18.454 677.432C17.9697 677.497 17.4767 677.418 17.0373 677.203C16.5979 676.989 16.2315 676.649 15.9854 676.227L15.9825 676.221L15.4193 675.241C15.1679 674.813 15.0519 674.319 15.0872 673.823C15.1226 673.326 15.308 672.852 15.6184 672.464L16.4223 671.445V669.821L15.5929 668.798C15.2808 668.408 15.0944 667.933 15.0589 667.435C15.0237 666.939 15.1396 666.445 15.391 666.017L15.9571 665.031C16.2032 664.609 16.5696 664.269 17.009 664.055C17.4484 663.84 17.9414 663.761 18.4257 663.827L18.4428 663.829L19.7523 664.028L21.2013 663.21L21.6726 662C21.6725 662 21.6726 662 21.6726 662C21.8525 661.536 22.1686 661.138 22.5784 660.858C22.9883 660.577 23.4731 660.427 23.9695 660.425ZM23.9747 662.536C23.9013 662.537 23.8303 662.559 23.7708 662.6C23.7112 662.641 23.6661 662.698 23.6408 662.763L23.0318 664.327C22.9434 664.554 22.7793 664.743 22.5672 664.863L20.473 666.045C20.2675 666.161 20.0291 666.205 19.7957 666.17L18.1374 665.918C18.0675 665.91 17.9968 665.922 17.934 665.952C17.8701 665.983 17.8178 666.032 17.7828 666.092L17.2122 667.085C17.1762 667.146 17.1598 667.216 17.1647 667.285C17.1696 667.354 17.1953 667.421 17.2392 667.476L18.2978 668.782C18.4503 668.97 18.5334 669.205 18.5334 669.447V671.811C18.5334 672.049 18.4535 672.279 18.3065 672.465L17.2688 673.78C17.2241 673.836 17.198 673.903 17.193 673.973C17.1881 674.042 17.2044 674.112 17.2405 674.173L17.2471 674.185L17.8111 675.166C17.8461 675.226 17.8984 675.275 17.9623 675.306C18.0251 675.336 18.0958 675.348 18.1657 675.34L19.824 675.088C20.0594 675.053 20.3 675.098 20.5067 675.216L22.5725 676.398C22.7821 676.518 22.9442 676.706 23.0318 676.931L23.6403 678.493C23.6656 678.559 23.7112 678.617 23.7708 678.658C23.8303 678.699 23.9014 678.721 23.9747 678.722H25.159C25.2324 678.721 25.3034 678.699 25.3629 678.658C25.4226 678.617 25.4676 678.56 25.493 678.495L26.1019 676.931C26.1896 676.706 26.3517 676.518 26.5612 676.398L28.6271 675.216C28.8338 675.098 29.0743 675.053 29.3097 675.088L30.9681 675.34C31.038 675.348 31.1087 675.336 31.1715 675.306C31.2354 675.275 31.2877 675.226 31.3227 675.166L31.8932 674.173C31.9293 674.112 31.9457 674.042 31.9408 673.973C31.9358 673.904 31.9102 673.837 31.8663 673.782L30.8077 672.476C30.6552 672.288 30.572 672.053 30.572 671.811V669.447C30.572 669.209 30.652 668.979 30.799 668.793L31.8367 667.478C31.8814 667.422 31.9075 667.355 31.9125 667.285C31.9174 667.216 31.9011 667.146 31.865 667.085L31.8584 667.073L31.2944 666.092C31.2594 666.032 31.2071 665.983 31.1432 665.952C31.0804 665.922 31.0097 665.91 30.9397 665.918L29.2814 666.17C29.046 666.205 28.8055 666.16 28.5988 666.042L26.5329 664.86C26.3234 664.74 26.1613 664.552 26.0736 664.327L25.4652 662.765C25.4398 662.699 25.3943 662.641 25.3346 662.6C25.2751 662.559 25.2041 662.537 25.1308 662.536H23.9747Z" fill="#4D5D69"/>
|
|
68
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.5136 651.278C14.6419 651.278 12.314 653.606 12.314 656.477C12.314 658.536 13.5101 660.317 15.2499 661.16C15.7746 661.414 15.9938 662.045 15.7396 662.57C15.4855 663.095 14.8541 663.314 14.3295 663.06C11.8892 661.877 10.2029 659.375 10.2029 656.477C10.2029 652.44 13.476 649.167 17.5136 649.167C21.5512 649.167 24.8243 652.44 24.8243 656.477C24.8243 656.797 24.8037 657.113 24.7635 657.423C24.6887 658.001 24.1594 658.409 23.5813 658.335C23.0031 658.26 22.5951 657.73 22.6699 657.152C22.6984 656.932 22.7132 656.706 22.7132 656.477C22.7132 653.606 20.3853 651.278 17.5136 651.278ZM6.08901 670.073C7.46003 668.702 9.31954 667.932 11.2585 667.932H11.9801C12.5631 667.932 13.0357 668.405 13.0357 668.987C13.0357 669.57 12.5631 670.043 11.9801 670.043H11.2585C9.87944 670.043 8.5569 670.591 7.58179 671.566C6.60668 672.541 6.05887 673.864 6.05887 675.243V678.37C6.05887 678.953 5.58628 679.426 5.00331 679.426C4.42034 679.426 3.94775 678.953 3.94775 678.37V675.243C3.94775 673.304 4.71799 671.444 6.08901 670.073Z" fill="#4D5D69"/>
|
|
69
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.48508 689.982C6.6548 689.982 5.98172 690.655 5.98172 691.485V714.515C5.98172 715.346 6.6548 716.019 7.48508 716.019H17.5928C18.1758 716.019 18.6484 716.491 18.6484 717.074C18.6484 717.657 18.1758 718.13 17.5928 718.13H7.48508C5.48886 718.13 3.87061 716.512 3.87061 714.515V691.485C3.87061 689.489 5.48886 687.871 7.48508 687.871H23.1083C25.1045 687.871 26.7228 689.489 26.7228 691.485V696.102C26.7228 696.685 26.2502 697.158 25.6672 697.158C25.0842 697.158 24.6117 696.685 24.6117 696.102V691.485C24.6117 690.655 23.9386 689.982 23.1083 689.982H7.48508Z" fill="#4D5D69"/>
|
|
70
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.98779 695.324C8.98779 694.741 9.46038 694.268 10.0433 694.268H20.5426C21.1256 694.268 21.5982 694.741 21.5982 695.324C21.5982 695.907 21.1256 696.379 20.5426 696.379H10.0433C9.46038 696.379 8.98779 695.907 8.98779 695.324Z" fill="#4D5D69"/>
|
|
71
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.98779 701.721C8.98779 701.138 9.46038 700.665 10.0433 700.665H14.2656C14.8485 700.665 15.3211 701.138 15.3211 701.721C15.3211 702.304 14.8485 702.776 14.2656 702.776H10.0433C9.46038 702.776 8.98779 702.304 8.98779 701.721Z" fill="#4D5D69"/>
|
|
72
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.98779 708.118C8.98779 707.535 9.46038 707.062 10.0433 707.062H13.5619C14.1448 707.062 14.6174 707.535 14.6174 708.118C14.6174 708.701 14.1448 709.174 13.5619 709.174H10.0433C9.46038 709.174 8.98779 708.701 8.98779 708.118Z" fill="#4D5D69"/>
|
|
73
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.3231 699.747C25.1668 699.265 26.2026 699.265 27.0463 699.747L32.7463 703.004C33.6014 703.493 34.1291 704.402 34.1291 705.387V711.872C34.1291 712.856 33.6014 713.766 32.7463 714.254L27.0463 717.512C26.2026 717.994 25.1668 717.994 24.3231 717.512L18.6231 714.254C17.768 713.766 17.2402 712.856 17.2402 711.872V705.387C17.2402 704.402 17.768 703.493 18.6231 703.004L24.3231 699.747ZM25.9989 701.58C25.8042 701.469 25.5652 701.469 25.3705 701.58L20.4233 704.407L25.6847 707.414L30.946 704.407L25.9989 701.58ZM32.018 706.226L26.7402 709.242V715.255L31.6989 712.421C31.8962 712.309 32.018 712.099 32.018 711.872V706.226ZM24.6291 715.255V709.242L19.3513 706.226V711.872C19.3513 712.099 19.4731 712.309 19.6705 712.421L24.6291 715.255Z" fill="#4D5D69"/>
|
|
74
|
+
<path d="M13 731H15V733H13V731ZM17 731H19V733H17V731ZM21 731H23V733H21V731ZM25 731H27V733H25V731ZM17 735H19V737H17V735ZM17 739H19V741H17V739ZM17 743H19V745H17V743ZM17 747H19V749H17V747ZM13 747H15V749H13V747ZM27 725H11C10.4696 725 9.96086 725.211 9.58579 725.586C9.21071 725.961 9 726.47 9 727V729H11V727H27V729H29V727C29 726.47 28.7893 725.961 28.4142 725.586C28.0391 725.211 27.5304 725 27 725ZM9 735H11V745H9V735Z" fill="#565656"/>
|
|
75
|
+
<path d="M27 735V755H11V751H9V755C9 755.53 9.21071 756.039 9.58579 756.414C9.96086 756.789 10.4696 757 11 757H27C27.5304 757 28.0391 756.789 28.4142 756.414C28.7893 756.039 29 755.53 29 755V735H27ZM9 731H4C3.73478 731 3.48043 731.105 3.29289 731.293C3.10536 731.48 3 731.735 3 732C3 732.265 3.10536 732.52 3.29289 732.707C3.48043 732.895 3.73478 733 4 733H9V731ZM29 731H33.93C34.1952 731 34.4496 731.105 34.6371 731.293C34.8246 731.48 34.93 731.735 34.93 732C34.93 732.265 34.8246 732.52 34.6371 732.707C34.4496 732.895 34.1952 733 33.93 733H29V731ZM9 747H4C3.73478 747 3.48043 747.105 3.29289 747.293C3.10536 747.48 3 747.735 3 748C3 748.265 3.10536 748.52 3.29289 748.707C3.48043 748.895 3.73478 749 4 749H9V747Z" fill="#565656"/>
|
|
76
|
+
<path d="M9.10001 785C8.11292 785.001 7.14086 784.758 6.27001 784.293C5.39916 783.829 4.6564 783.156 4.10759 782.336C3.55878 781.515 3.22087 780.572 3.12381 779.59C3.02674 778.608 3.17353 777.617 3.55115 776.705C3.92878 775.793 4.52558 774.988 5.28864 774.362C6.05171 773.736 6.95747 773.307 7.92564 773.115C8.8938 772.923 9.89447 772.972 10.8389 773.259C11.7834 773.546 12.6425 774.062 13.34 774.76C14.4636 775.885 15.0947 777.41 15.0947 779C15.0947 780.59 14.4636 782.115 13.34 783.24C12.7857 783.8 12.1252 784.245 11.3972 784.547C10.6692 784.849 9.88825 785.003 9.10001 785ZM9.10001 775C8.30842 774.999 7.53445 775.234 6.87608 775.673C6.2177 776.113 5.70453 776.738 5.40152 777.469C5.09851 778.2 5.01929 779.005 5.17389 779.781C5.32849 780.558 5.70996 781.271 6.27001 781.83C7.03261 782.557 8.04607 782.963 9.10001 782.963C10.1539 782.963 11.1674 782.557 11.93 781.83C12.4901 781.271 12.8715 780.558 13.0261 779.781C13.1807 779.005 13.1015 778.2 12.7985 777.469C12.4955 776.738 11.9823 776.113 11.3239 775.673C10.6656 775.234 9.89159 774.999 9.10001 775ZM19 794.9C17.6118 794.901 16.2661 794.421 15.1923 793.541C14.1185 792.662 13.3829 791.437 13.111 790.075C12.839 788.714 13.0475 787.301 13.701 786.076C14.3544 784.851 15.4123 783.891 16.6945 783.358C17.9766 782.826 19.4036 782.755 20.7323 783.157C22.061 783.559 23.2092 784.409 23.9812 785.563C24.7533 786.717 25.1014 788.103 24.9662 789.484C24.8311 790.866 24.221 792.158 23.24 793.14C22.6857 793.7 22.0252 794.145 21.2972 794.447C20.5692 794.749 19.7882 794.903 19 794.9ZM19 784.9C18.2084 784.899 17.4345 785.134 16.7761 785.573C16.1177 786.013 15.6045 786.638 15.3015 787.369C14.9985 788.1 14.9193 788.905 15.0739 789.681C15.2285 790.458 15.61 791.171 16.17 791.73C16.9326 792.457 17.9461 792.863 19 792.863C20.0539 792.863 21.0674 792.457 21.83 791.73C22.3901 791.171 22.7715 790.458 22.9261 789.681C23.0807 788.905 23.0015 788.1 22.6985 787.369C22.3955 786.638 21.8823 786.013 21.2239 785.573C20.5656 785.134 19.7916 784.899 19 784.9ZM19 775.1C17.4087 775.1 15.8826 774.468 14.7574 773.343C13.6321 772.217 13 770.691 13 769.1C12.9991 768.113 13.2418 767.141 13.7065 766.27C14.1712 765.399 14.8436 764.656 15.6641 764.108C16.4845 763.559 17.4277 763.221 18.41 763.124C19.3923 763.027 20.3834 763.174 21.2954 763.551C22.2074 763.929 23.0121 764.526 23.6383 765.289C24.2644 766.052 24.6927 766.957 24.885 767.926C25.0773 768.894 25.0278 769.894 24.7409 770.839C24.4539 771.783 23.9384 772.642 23.24 773.34C22.6857 773.9 22.0252 774.345 21.2972 774.647C20.5692 774.949 19.7882 775.103 19 775.1ZM19 765.1C18.2084 765.099 17.4345 765.334 16.7761 765.773C16.1177 766.213 15.6045 766.838 15.3015 767.569C14.9985 768.3 14.9193 769.105 15.0739 769.881C15.2285 770.658 15.61 771.371 16.17 771.93C16.9326 772.657 17.9461 773.063 19 773.063C20.0539 773.063 21.0674 772.657 21.83 771.93C22.3901 771.371 22.7715 770.658 22.9261 769.881C23.0807 769.105 23.0015 768.3 22.6985 767.569C22.3955 766.838 21.8823 766.213 21.2239 765.773C20.5656 765.334 19.7916 765.099 19 765.1ZM28.9 785C27.5118 785.001 26.1661 784.521 25.0923 783.641C24.0185 782.762 23.2829 781.537 23.011 780.175C22.739 778.814 22.9475 777.401 23.601 776.176C24.2544 774.951 25.3123 773.991 26.5945 773.458C27.8766 772.926 29.3036 772.855 30.6323 773.257C31.961 773.659 33.1092 774.509 33.8813 775.663C34.6533 776.817 35.0014 778.203 34.8662 779.584C34.7311 780.966 34.121 782.258 33.14 783.24C32.5857 783.8 31.9252 784.245 31.1972 784.547C30.4692 784.849 29.6882 785.003 28.9 785ZM28.9 775C28.1084 774.999 27.3345 775.234 26.6761 775.673C26.0177 776.113 25.5045 776.738 25.2015 777.469C24.8985 778.2 24.8193 779.005 24.9739 779.781C25.1285 780.558 25.51 781.271 26.07 781.83C26.8326 782.557 27.8461 782.963 28.9 782.963C29.9539 782.963 30.9674 782.557 31.73 781.83C32.2901 781.271 32.6715 780.558 32.8261 779.781C32.9807 779.005 32.9015 778.2 32.5985 777.469C32.2955 776.738 31.7823 776.113 31.1239 775.673C30.4656 775.234 29.6916 774.999 28.9 775Z" fill="#565656"/>
|
|
77
|
+
</g>
|
|
78
|
+
<defs>
|
|
79
|
+
<clipPath id="clip0_2062_4469">
|
|
80
|
+
<rect width="38" height="798" fill="white"/>
|
|
81
|
+
</clipPath>
|
|
82
|
+
</defs>
|
|
83
|
+
</svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="38" height="38" viewBox="0 0 38 38"><view id="help" viewBox="0 0 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="uvmw-color-theme" id="help-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38"><defs><style>.uvmw-color-theme{fill:#565656}</style></defs><path d="M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2Zm0,30A14,14,0,1,1,32,18,14,14,0,0,1,18,32Z"/><path d="M18.29,8.92a7.38,7.38,0,0,0-5.72,2.57,1,1,0,0,0-.32.71.92.92,0,0,0,.95.92,1.08,1.08,0,0,0,.71-.29,5.7,5.7,0,0,1,4.33-2c2.36,0,3.83,1.52,3.83,3.41v.05c0,2.21-1.76,3.44-4.54,3.65a.8.8,0,0,0-.76.92s0,2.32,0,2.75a1,1,0,0,0,1,.9h.11a1,1,0,0,0,.9-1V19.45c3-.42,5.43-2,5.43-5.28v-.05C24.18,11.12,21.84,8.92,18.29,8.92Z"/><circle cx="17.78" cy="26.2" r="1.25"/></svg></svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="38" height="38" viewBox="0 0 38 38"><view id="help" viewBox="0 0 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="uvmw-color-theme" id="help-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38"><defs><style>.uvmw-color-theme{fill:#565656}</style></defs><path d="M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2Zm0,30A14,14,0,1,1,32,18,14,14,0,0,1,18,32Z"/><path d="M18.29,8.92a7.38,7.38,0,0,0-5.72,2.57,1,1,0,0,0-.32.71.92.92,0,0,0,.95.92,1.08,1.08,0,0,0,.71-.29,5.7,5.7,0,0,1,4.33-2c2.36,0,3.83,1.52,3.83,3.41v.05c0,2.21-1.76,3.44-4.54,3.65a.8.8,0,0,0-.76.92s0,2.32,0,2.75a1,1,0,0,0,1,.9h.11a1,1,0,0,0,.9-1V19.45c3-.42,5.43-2,5.43-5.28v-.05C24.18,11.12,21.84,8.92,18.29,8.92Z"/><circle cx="17.78" cy="26.2" r="1.25"/></svg></svg>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<svg width="38" height="38" viewBox="0 0 38 38" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M18.7665 3.1665H11.611C9.8621 3.1665 8.44434 4.58427 8.44434 6.33317V31.6665C8.44434 33.4154 9.8621 34.8332 11.611 34.8332H26.3888C28.1377 34.8332 29.5554 33.4154 29.5554 31.6665V21.0636C29.2078 21.0949 28.8557 21.1109 28.4999 21.1109C28.1441 21.1109 27.792 21.0949 27.4443 21.0636V31.6665C27.4443 32.2495 26.9717 32.7221 26.3888 32.7221H11.611C11.028 32.7221 10.5554 32.2495 10.5554 31.6665V6.33317C10.5554 5.7502 11.028 5.27762 11.611 5.27762H17.6803C17.9709 4.53352 18.336 3.82676 18.7665 3.1665Z" fill="#4D5D69"/>
|
|
3
|
-
<path d="M16.919 8.65539L13.7221 8.65539C13.2557 8.65539 12.8777 9.03346 12.8777 9.49984C12.8777 9.96621 13.2557 10.3443 13.7221 10.3443L16.919 10.3443C16.899 10.0654 16.8888 9.78381 16.8888 9.49984C16.8888 9.21586 16.899 8.93426 16.919 8.65539Z" fill="#4D5D69"/>
|
|
4
|
-
<path d="M17.7652 13.9332H14.7777C14.3113 13.9332 13.9332 14.3112 13.9332 14.7776C13.9332 15.244 14.3113 15.6221 14.7777 15.6221H18.6321C18.2992 15.0866 18.0087 14.5221 17.7652 13.9332Z" fill="#4D5D69"/>
|
|
5
|
-
<path d="M20.7603 18.1554C21.5011 18.8183 22.3275 19.3874 23.2209 19.8443H14.7777C14.3113 19.8443 13.9332 19.4662 13.9332 18.9998C13.9332 18.5335 14.3113 18.1554 14.7777 18.1554L20.7603 18.1554Z" fill="#4D5D69"/>
|
|
6
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9999 24.4887C17.3676 24.4887 16.0443 25.812 16.0443 27.4443C16.0443 29.0766 17.3676 30.3998 18.9999 30.3998C20.6322 30.3998 21.9554 29.0766 21.9554 27.4443C21.9554 25.812 20.6322 24.4887 18.9999 24.4887ZM17.7332 27.4443C17.7332 26.7447 18.3003 26.1776 18.9999 26.1776C19.6995 26.1776 20.2666 26.7447 20.2666 27.4443C20.2666 28.1438 19.6995 28.7109 18.9999 28.7109C18.3003 28.7109 17.7332 28.1438 17.7332 27.4443Z" fill="#4D5D69"/>
|
|
7
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M38 9.5C38 14.7467 33.7467 19 28.5 19C23.2533 19 19 14.7467 19 9.5C19 4.25329 23.2533 0 28.5 0C33.7467 0 38 4.25329 38 9.5ZM24.3352 13.6652C24.7804 14.1104 25.5023 14.1104 25.9474 13.6652L28.5001 11.1126L31.0528 13.6652C31.498 14.1104 32.2198 14.1104 32.665 13.6652C33.1102 13.22 33.1102 12.4982 32.665 12.053L30.1123 9.50038L32.665 6.94772C33.1102 6.50253 33.1102 5.78072 32.665 5.33552C32.2198 4.89032 31.498 4.89032 31.0528 5.33552L28.5001 7.88818L25.9474 5.33552C25.5023 4.89032 24.7804 4.89032 24.3352 5.33552C23.89 5.78072 23.89 6.50253 24.3352 6.94772L26.8879 9.50038L24.3352 12.053C23.89 12.4982 23.89 13.22 24.3352 13.6652Z" fill="#EA3223"/>
|
|
8
|
-
</svg>
|
|
1
|
+
<svg width="38" height="38" viewBox="0 0 38 38" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M18.7665 3.1665H11.611C9.8621 3.1665 8.44434 4.58427 8.44434 6.33317V31.6665C8.44434 33.4154 9.8621 34.8332 11.611 34.8332H26.3888C28.1377 34.8332 29.5554 33.4154 29.5554 31.6665V21.0636C29.2078 21.0949 28.8557 21.1109 28.4999 21.1109C28.1441 21.1109 27.792 21.0949 27.4443 21.0636V31.6665C27.4443 32.2495 26.9717 32.7221 26.3888 32.7221H11.611C11.028 32.7221 10.5554 32.2495 10.5554 31.6665V6.33317C10.5554 5.7502 11.028 5.27762 11.611 5.27762H17.6803C17.9709 4.53352 18.336 3.82676 18.7665 3.1665Z" fill="#4D5D69"/>
|
|
3
|
+
<path d="M16.919 8.65539L13.7221 8.65539C13.2557 8.65539 12.8777 9.03346 12.8777 9.49984C12.8777 9.96621 13.2557 10.3443 13.7221 10.3443L16.919 10.3443C16.899 10.0654 16.8888 9.78381 16.8888 9.49984C16.8888 9.21586 16.899 8.93426 16.919 8.65539Z" fill="#4D5D69"/>
|
|
4
|
+
<path d="M17.7652 13.9332H14.7777C14.3113 13.9332 13.9332 14.3112 13.9332 14.7776C13.9332 15.244 14.3113 15.6221 14.7777 15.6221H18.6321C18.2992 15.0866 18.0087 14.5221 17.7652 13.9332Z" fill="#4D5D69"/>
|
|
5
|
+
<path d="M20.7603 18.1554C21.5011 18.8183 22.3275 19.3874 23.2209 19.8443H14.7777C14.3113 19.8443 13.9332 19.4662 13.9332 18.9998C13.9332 18.5335 14.3113 18.1554 14.7777 18.1554L20.7603 18.1554Z" fill="#4D5D69"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9999 24.4887C17.3676 24.4887 16.0443 25.812 16.0443 27.4443C16.0443 29.0766 17.3676 30.3998 18.9999 30.3998C20.6322 30.3998 21.9554 29.0766 21.9554 27.4443C21.9554 25.812 20.6322 24.4887 18.9999 24.4887ZM17.7332 27.4443C17.7332 26.7447 18.3003 26.1776 18.9999 26.1776C19.6995 26.1776 20.2666 26.7447 20.2666 27.4443C20.2666 28.1438 19.6995 28.7109 18.9999 28.7109C18.3003 28.7109 17.7332 28.1438 17.7332 27.4443Z" fill="#4D5D69"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M38 9.5C38 14.7467 33.7467 19 28.5 19C23.2533 19 19 14.7467 19 9.5C19 4.25329 23.2533 0 28.5 0C33.7467 0 38 4.25329 38 9.5ZM24.3352 13.6652C24.7804 14.1104 25.5023 14.1104 25.9474 13.6652L28.5001 11.1126L31.0528 13.6652C31.498 14.1104 32.2198 14.1104 32.665 13.6652C33.1102 13.22 33.1102 12.4982 32.665 12.053L30.1123 9.50038L32.665 6.94772C33.1102 6.50253 33.1102 5.78072 32.665 5.33552C32.2198 4.89032 31.498 4.89032 31.0528 5.33552L28.5001 7.88818L25.9474 5.33552C25.5023 4.89032 24.7804 4.89032 24.3352 5.33552C23.89 5.78072 23.89 6.50253 24.3352 6.94772L26.8879 9.50038L24.3352 12.053C23.89 12.4982 23.89 13.22 24.3352 13.6652Z" fill="#EA3223"/>
|
|
8
|
+
</svg>
|